package-lock.json 390 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054605560566057605860596060606160626063606460656066606760686069607060716072607360746075607660776078607960806081608260836084608560866087608860896090609160926093609460956096609760986099610061016102610361046105610661076108610961106111611261136114611561166117611861196120612161226123612461256126612761286129613061316132613361346135613661376138613961406141614261436144614561466147614861496150615161526153615461556156615761586159616061616162616361646165616661676168616961706171617261736174617561766177617861796180618161826183618461856186618761886189619061916192619361946195619661976198619962006201620262036204620562066207620862096210621162126213621462156216621762186219622062216222622362246225622662276228622962306231623262336234623562366237623862396240624162426243624462456246624762486249625062516252625362546255625662576258625962606261626262636264626562666267626862696270627162726273627462756276627762786279628062816282628362846285628662876288628962906291629262936294629562966297629862996300630163026303630463056306630763086309631063116312631363146315631663176318631963206321632263236324632563266327632863296330633163326333633463356336633763386339634063416342634363446345634663476348634963506351635263536354635563566357635863596360636163626363636463656366636763686369637063716372637363746375637663776378637963806381638263836384638563866387638863896390639163926393639463956396639763986399640064016402640364046405640664076408640964106411641264136414641564166417641864196420642164226423642464256426642764286429643064316432643364346435643664376438643964406441644264436444644564466447644864496450645164526453645464556456645764586459646064616462646364646465646664676468646964706471647264736474647564766477647864796480648164826483648464856486648764886489649064916492649364946495649664976498649965006501650265036504650565066507650865096510651165126513651465156516651765186519652065216522652365246525652665276528652965306531653265336534653565366537653865396540654165426543654465456546654765486549655065516552655365546555655665576558655965606561656265636564656565666567656865696570657165726573657465756576657765786579658065816582658365846585658665876588658965906591659265936594659565966597659865996600660166026603660466056606660766086609661066116612661366146615661666176618661966206621662266236624662566266627662866296630663166326633663466356636663766386639664066416642664366446645664666476648664966506651665266536654665566566657665866596660666166626663666466656666666766686669667066716672667366746675667666776678667966806681668266836684668566866687668866896690669166926693669466956696669766986699670067016702670367046705670667076708670967106711671267136714671567166717671867196720672167226723672467256726672767286729673067316732673367346735673667376738673967406741674267436744674567466747674867496750675167526753675467556756675767586759676067616762676367646765676667676768676967706771677267736774677567766777677867796780678167826783678467856786678767886789679067916792679367946795679667976798679968006801680268036804680568066807680868096810681168126813681468156816681768186819682068216822682368246825682668276828682968306831683268336834683568366837683868396840684168426843684468456846684768486849685068516852685368546855685668576858685968606861686268636864686568666867686868696870687168726873687468756876687768786879688068816882688368846885688668876888688968906891689268936894689568966897689868996900690169026903690469056906690769086909691069116912691369146915691669176918691969206921692269236924692569266927692869296930693169326933693469356936693769386939694069416942694369446945694669476948694969506951695269536954695569566957695869596960696169626963696469656966696769686969697069716972697369746975697669776978697969806981698269836984698569866987698869896990699169926993699469956996699769986999700070017002700370047005700670077008700970107011701270137014701570167017701870197020702170227023702470257026702770287029703070317032703370347035703670377038703970407041704270437044704570467047704870497050705170527053705470557056705770587059706070617062706370647065706670677068706970707071707270737074707570767077707870797080708170827083708470857086708770887089709070917092709370947095709670977098709971007101710271037104710571067107710871097110711171127113711471157116711771187119712071217122712371247125712671277128712971307131713271337134713571367137713871397140714171427143714471457146714771487149715071517152715371547155715671577158715971607161716271637164716571667167716871697170717171727173717471757176717771787179718071817182718371847185718671877188718971907191719271937194719571967197719871997200720172027203720472057206720772087209721072117212721372147215721672177218721972207221722272237224722572267227722872297230723172327233723472357236723772387239724072417242724372447245724672477248724972507251725272537254725572567257725872597260726172627263726472657266726772687269727072717272727372747275727672777278727972807281728272837284728572867287728872897290729172927293729472957296729772987299730073017302730373047305730673077308730973107311731273137314731573167317731873197320732173227323732473257326732773287329733073317332733373347335733673377338733973407341734273437344734573467347734873497350735173527353735473557356735773587359736073617362736373647365736673677368736973707371737273737374737573767377737873797380738173827383738473857386738773887389739073917392739373947395739673977398739974007401740274037404740574067407740874097410741174127413741474157416741774187419742074217422742374247425742674277428742974307431743274337434743574367437743874397440744174427443744474457446744774487449745074517452745374547455745674577458745974607461746274637464746574667467746874697470747174727473747474757476747774787479748074817482748374847485748674877488748974907491749274937494749574967497749874997500750175027503750475057506750775087509751075117512751375147515751675177518751975207521752275237524752575267527752875297530753175327533753475357536753775387539754075417542754375447545754675477548754975507551755275537554755575567557755875597560756175627563756475657566756775687569757075717572757375747575757675777578757975807581758275837584758575867587758875897590759175927593759475957596759775987599760076017602760376047605760676077608760976107611761276137614761576167617761876197620762176227623762476257626762776287629763076317632763376347635763676377638763976407641764276437644764576467647764876497650765176527653765476557656765776587659766076617662766376647665766676677668766976707671767276737674767576767677767876797680768176827683768476857686768776887689769076917692769376947695769676977698769977007701770277037704770577067707770877097710771177127713771477157716771777187719772077217722772377247725772677277728772977307731773277337734773577367737773877397740774177427743774477457746774777487749775077517752775377547755775677577758775977607761776277637764776577667767776877697770777177727773777477757776777777787779778077817782778377847785778677877788778977907791779277937794779577967797779877997800780178027803780478057806780778087809781078117812781378147815781678177818781978207821782278237824782578267827782878297830783178327833783478357836783778387839784078417842784378447845784678477848784978507851785278537854785578567857785878597860786178627863786478657866786778687869787078717872787378747875787678777878787978807881788278837884788578867887788878897890789178927893789478957896789778987899790079017902790379047905790679077908790979107911791279137914791579167917791879197920792179227923792479257926792779287929793079317932793379347935793679377938793979407941794279437944794579467947794879497950795179527953795479557956795779587959796079617962796379647965796679677968796979707971797279737974797579767977797879797980798179827983798479857986798779887989799079917992799379947995799679977998799980008001800280038004800580068007800880098010801180128013801480158016801780188019802080218022802380248025802680278028802980308031803280338034803580368037803880398040804180428043804480458046804780488049805080518052805380548055805680578058805980608061806280638064806580668067806880698070807180728073807480758076807780788079808080818082808380848085808680878088808980908091809280938094809580968097809880998100810181028103810481058106810781088109811081118112811381148115811681178118811981208121812281238124812581268127812881298130813181328133813481358136813781388139814081418142814381448145814681478148814981508151815281538154815581568157815881598160816181628163816481658166816781688169817081718172817381748175817681778178817981808181818281838184818581868187818881898190819181928193819481958196819781988199820082018202820382048205820682078208820982108211821282138214821582168217821882198220822182228223822482258226822782288229823082318232823382348235823682378238823982408241824282438244824582468247824882498250825182528253825482558256825782588259826082618262826382648265826682678268826982708271827282738274827582768277827882798280828182828283828482858286828782888289829082918292829382948295829682978298829983008301830283038304830583068307830883098310831183128313831483158316831783188319832083218322832383248325832683278328832983308331833283338334833583368337833883398340834183428343834483458346834783488349835083518352835383548355835683578358835983608361836283638364836583668367836883698370837183728373837483758376837783788379838083818382838383848385838683878388838983908391839283938394839583968397839883998400840184028403840484058406840784088409841084118412841384148415841684178418841984208421842284238424842584268427842884298430843184328433843484358436843784388439844084418442844384448445844684478448844984508451845284538454845584568457845884598460846184628463846484658466846784688469847084718472847384748475847684778478847984808481848284838484848584868487848884898490849184928493849484958496849784988499850085018502850385048505850685078508850985108511851285138514851585168517851885198520852185228523852485258526852785288529853085318532853385348535853685378538853985408541854285438544854585468547854885498550855185528553855485558556855785588559856085618562856385648565856685678568856985708571857285738574857585768577857885798580858185828583858485858586858785888589859085918592859385948595859685978598859986008601860286038604860586068607860886098610861186128613861486158616861786188619862086218622862386248625862686278628862986308631863286338634863586368637863886398640864186428643864486458646864786488649865086518652865386548655865686578658865986608661866286638664866586668667866886698670867186728673867486758676867786788679868086818682868386848685868686878688868986908691869286938694869586968697869886998700870187028703870487058706870787088709871087118712871387148715871687178718871987208721872287238724872587268727872887298730873187328733873487358736873787388739874087418742874387448745874687478748874987508751875287538754875587568757875887598760876187628763876487658766876787688769877087718772877387748775877687778778877987808781878287838784878587868787878887898790879187928793879487958796879787988799880088018802880388048805880688078808880988108811881288138814881588168817881888198820882188228823882488258826882788288829883088318832883388348835883688378838883988408841884288438844884588468847884888498850885188528853885488558856885788588859886088618862886388648865886688678868886988708871887288738874887588768877887888798880888188828883888488858886888788888889889088918892889388948895889688978898889989008901890289038904890589068907890889098910891189128913891489158916891789188919892089218922892389248925892689278928892989308931893289338934893589368937893889398940894189428943894489458946894789488949895089518952895389548955895689578958895989608961896289638964896589668967896889698970897189728973897489758976897789788979898089818982898389848985898689878988898989908991899289938994899589968997899889999000900190029003900490059006900790089009901090119012901390149015901690179018901990209021902290239024902590269027902890299030903190329033903490359036903790389039904090419042904390449045904690479048904990509051905290539054905590569057905890599060906190629063906490659066906790689069907090719072907390749075907690779078907990809081908290839084908590869087908890899090909190929093909490959096909790989099910091019102910391049105910691079108910991109111911291139114911591169117911891199120912191229123912491259126912791289129913091319132913391349135913691379138913991409141914291439144914591469147914891499150915191529153915491559156915791589159916091619162916391649165916691679168916991709171917291739174917591769177917891799180918191829183918491859186918791889189919091919192919391949195919691979198919992009201920292039204920592069207920892099210921192129213921492159216921792189219922092219222922392249225922692279228922992309231923292339234923592369237923892399240924192429243924492459246924792489249925092519252925392549255925692579258925992609261926292639264926592669267926892699270927192729273927492759276927792789279928092819282928392849285928692879288928992909291929292939294929592969297929892999300930193029303930493059306930793089309931093119312931393149315931693179318931993209321932293239324932593269327932893299330933193329333933493359336933793389339934093419342934393449345934693479348934993509351935293539354935593569357935893599360936193629363936493659366936793689369937093719372937393749375937693779378937993809381938293839384938593869387938893899390939193929393939493959396939793989399940094019402940394049405940694079408940994109411941294139414941594169417941894199420942194229423942494259426942794289429943094319432943394349435943694379438943994409441944294439444944594469447944894499450945194529453945494559456945794589459946094619462946394649465946694679468946994709471947294739474947594769477947894799480948194829483948494859486948794889489949094919492949394949495949694979498949995009501950295039504950595069507950895099510951195129513951495159516951795189519952095219522952395249525952695279528952995309531953295339534953595369537953895399540954195429543954495459546954795489549955095519552955395549555955695579558955995609561956295639564956595669567956895699570957195729573957495759576957795789579958095819582958395849585958695879588958995909591959295939594959595969597959895999600960196029603960496059606960796089609961096119612961396149615961696179618961996209621962296239624962596269627962896299630963196329633963496359636963796389639964096419642964396449645964696479648964996509651965296539654965596569657965896599660966196629663966496659666966796689669967096719672967396749675967696779678967996809681968296839684968596869687968896899690969196929693969496959696969796989699970097019702970397049705970697079708970997109711971297139714971597169717971897199720972197229723972497259726972797289729973097319732973397349735973697379738973997409741974297439744974597469747974897499750975197529753975497559756975797589759976097619762976397649765976697679768976997709771977297739774977597769777977897799780978197829783978497859786978797889789979097919792979397949795979697979798979998009801980298039804980598069807980898099810981198129813981498159816981798189819982098219822982398249825982698279828982998309831983298339834983598369837983898399840984198429843984498459846984798489849985098519852985398549855985698579858985998609861986298639864986598669867986898699870987198729873987498759876987798789879988098819882988398849885988698879888988998909891989298939894989598969897989898999900990199029903990499059906990799089909991099119912991399149915991699179918991999209921992299239924992599269927992899299930993199329933993499359936993799389939994099419942994399449945994699479948994999509951995299539954995599569957995899599960996199629963996499659966996799689969997099719972997399749975997699779978997999809981998299839984998599869987998899899990999199929993999499959996999799989999100001000110002100031000410005100061000710008100091001010011100121001310014100151001610017100181001910020100211002210023100241002510026100271002810029100301003110032100331003410035100361003710038100391004010041100421004310044100451004610047100481004910050100511005210053100541005510056100571005810059100601006110062100631006410065100661006710068100691007010071100721007310074100751007610077100781007910080100811008210083100841008510086100871008810089100901009110092100931009410095100961009710098100991010010101101021010310104101051010610107101081010910110101111011210113101141011510116101171011810119101201012110122101231012410125101261012710128101291013010131101321013310134101351013610137101381013910140101411014210143101441014510146101471014810149101501015110152101531015410155101561015710158101591016010161101621016310164101651016610167101681016910170101711017210173101741017510176101771017810179101801018110182101831018410185101861018710188101891019010191101921019310194101951019610197101981019910200102011020210203102041020510206102071020810209102101021110212102131021410215102161021710218102191022010221102221022310224102251022610227102281022910230102311023210233102341023510236102371023810239102401024110242102431024410245102461024710248102491025010251102521025310254102551025610257102581025910260102611026210263102641026510266102671026810269102701027110272102731027410275102761027710278102791028010281102821028310284102851028610287102881028910290102911029210293102941029510296102971029810299103001030110302103031030410305103061030710308103091031010311103121031310314103151031610317103181031910320103211032210323103241032510326103271032810329103301033110332103331033410335103361033710338103391034010341103421034310344103451034610347103481034910350103511035210353103541035510356103571035810359103601036110362103631036410365103661036710368103691037010371103721037310374103751037610377103781037910380103811038210383103841038510386103871038810389103901039110392103931039410395103961039710398103991040010401104021040310404104051040610407104081040910410104111041210413104141041510416104171041810419104201042110422104231042410425104261042710428104291043010431104321043310434104351043610437104381043910440104411044210443104441044510446104471044810449104501045110452104531045410455104561045710458104591046010461104621046310464104651046610467104681046910470104711047210473104741047510476104771047810479104801048110482104831048410485104861048710488104891049010491104921049310494104951049610497104981049910500105011050210503105041050510506105071050810509105101051110512105131051410515105161051710518105191052010521105221052310524105251052610527105281052910530105311053210533105341053510536105371053810539105401054110542105431054410545105461054710548105491055010551105521055310554105551055610557105581055910560105611056210563105641056510566105671056810569105701057110572105731057410575105761057710578105791058010581105821058310584105851058610587105881058910590105911059210593105941059510596105971059810599106001060110602106031060410605106061060710608106091061010611106121061310614106151061610617106181061910620106211062210623106241062510626106271062810629106301063110632106331063410635106361063710638106391064010641106421064310644106451064610647106481064910650106511065210653106541065510656106571065810659106601066110662106631066410665106661066710668106691067010671106721067310674106751067610677106781067910680106811068210683106841068510686106871068810689106901069110692106931069410695106961069710698106991070010701107021070310704107051070610707107081070910710107111071210713107141071510716107171071810719107201072110722107231072410725107261072710728107291073010731107321073310734107351073610737107381073910740107411074210743107441074510746107471074810749107501075110752107531075410755107561075710758107591076010761107621076310764107651076610767107681076910770107711077210773107741077510776107771077810779107801078110782107831078410785107861078710788107891079010791107921079310794107951079610797107981079910800108011080210803108041080510806108071080810809108101081110812108131081410815108161081710818108191082010821108221082310824108251082610827108281082910830108311083210833108341083510836108371083810839108401084110842108431084410845108461084710848108491085010851108521085310854108551085610857108581085910860108611086210863108641086510866108671086810869108701087110872108731087410875108761087710878108791088010881108821088310884108851088610887108881088910890108911089210893108941089510896108971089810899109001090110902109031090410905109061090710908109091091010911109121091310914109151091610917109181091910920109211092210923109241092510926109271092810929109301093110932109331093410935109361093710938109391094010941109421094310944109451094610947109481094910950109511095210953109541095510956109571095810959109601096110962109631096410965109661096710968109691097010971109721097310974109751097610977109781097910980109811098210983109841098510986109871098810989109901099110992109931099410995109961099710998109991100011001110021100311004110051100611007110081100911010110111101211013110141101511016
  1. {
  2. "name": "ruoyi-react",
  3. "version": "0.1.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "ruoyi-react",
  9. "version": "0.1.0",
  10. "dependencies": {
  11. "@ant-design/nextjs-registry": "^1.1.0",
  12. "@ant-design/pro-components": "^2.8.10",
  13. "@ant-design/v5-patch-for-react-19": "^1.0.3",
  14. "@emotion/css": "^11.13.5",
  15. "@fortawesome/fontawesome-svg-core": "^7.0.0",
  16. "@fortawesome/free-solid-svg-icons": "^7.0.0",
  17. "@fortawesome/react-fontawesome": "^0.2.3",
  18. "@sbzen/re-cron": "^2.0.7",
  19. "@uiw/react-md-editor": "^4.0.8",
  20. "antd": "^5.26.7",
  21. "chart.js": "^4.5.0",
  22. "class-variance-authority": "^0.7.1",
  23. "clsx": "^2.1.1",
  24. "cookies-next": "^6.1.0",
  25. "echarts": "^5.0.0",
  26. "echarts-for-react": "^3.0.2",
  27. "jsencrypt": "^3.3.2",
  28. "lucide-react": "^0.537.0",
  29. "next": "15.4.6",
  30. "react": "19.1.0",
  31. "react-chartjs-2": "^5.3.0",
  32. "react-countup": "^6.5.3",
  33. "react-d3-speedometer": "^3.1.1",
  34. "react-dom": "19.1.0",
  35. "react-spinners": "^0.17.0",
  36. "sass": "^1.90.0",
  37. "tailwind-merge": "^3.3.1"
  38. },
  39. "devDependencies": {
  40. "@eslint/eslintrc": "^3",
  41. "@tailwindcss/postcss": "^4",
  42. "@types/node": "^20",
  43. "@types/react": "^19",
  44. "@types/react-dom": "^19",
  45. "eslint": "^9",
  46. "eslint-config-next": "^15.4.6",
  47. "tailwindcss": "^4",
  48. "typescript": "^5"
  49. }
  50. },
  51. "node_modules/@alloc/quick-lru": {
  52. "version": "5.2.0",
  53. "resolved": "https://registry.npmmirror.com/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
  54. "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
  55. "dev": true,
  56. "license": "MIT",
  57. "engines": {
  58. "node": ">=10"
  59. },
  60. "funding": {
  61. "url": "https://github.com/sponsors/sindresorhus"
  62. }
  63. },
  64. "node_modules/@ampproject/remapping": {
  65. "version": "2.3.0",
  66. "resolved": "https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.3.0.tgz",
  67. "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
  68. "dev": true,
  69. "license": "Apache-2.0",
  70. "dependencies": {
  71. "@jridgewell/gen-mapping": "^0.3.5",
  72. "@jridgewell/trace-mapping": "^0.3.24"
  73. },
  74. "engines": {
  75. "node": ">=6.0.0"
  76. }
  77. },
  78. "node_modules/@ant-design/colors": {
  79. "version": "7.2.1",
  80. "resolved": "https://registry.npmmirror.com/@ant-design/colors/-/colors-7.2.1.tgz",
  81. "integrity": "sha512-lCHDcEzieu4GA3n8ELeZ5VQ8pKQAWcGGLRTQ50aQM2iqPpq2evTxER84jfdPvsPAtEcZ7m44NI45edFMo8oOYQ==",
  82. "license": "MIT",
  83. "dependencies": {
  84. "@ant-design/fast-color": "^2.0.6"
  85. }
  86. },
  87. "node_modules/@ant-design/cssinjs": {
  88. "version": "1.24.0",
  89. "resolved": "https://registry.npmmirror.com/@ant-design/cssinjs/-/cssinjs-1.24.0.tgz",
  90. "integrity": "sha512-K4cYrJBsgvL+IoozUXYjbT6LHHNt+19a9zkvpBPxLjFHas1UpPM2A5MlhROb0BT8N8WoavM5VsP9MeSeNK/3mg==",
  91. "license": "MIT",
  92. "dependencies": {
  93. "@babel/runtime": "^7.11.1",
  94. "@emotion/hash": "^0.8.0",
  95. "@emotion/unitless": "^0.7.5",
  96. "classnames": "^2.3.1",
  97. "csstype": "^3.1.3",
  98. "rc-util": "^5.35.0",
  99. "stylis": "^4.3.4"
  100. },
  101. "peerDependencies": {
  102. "react": ">=16.0.0",
  103. "react-dom": ">=16.0.0"
  104. }
  105. },
  106. "node_modules/@ant-design/cssinjs-utils": {
  107. "version": "1.1.3",
  108. "resolved": "https://registry.npmmirror.com/@ant-design/cssinjs-utils/-/cssinjs-utils-1.1.3.tgz",
  109. "integrity": "sha512-nOoQMLW1l+xR1Co8NFVYiP8pZp3VjIIzqV6D6ShYF2ljtdwWJn5WSsH+7kvCktXL/yhEtWURKOfH5Xz/gzlwsg==",
  110. "license": "MIT",
  111. "dependencies": {
  112. "@ant-design/cssinjs": "^1.21.0",
  113. "@babel/runtime": "^7.23.2",
  114. "rc-util": "^5.38.0"
  115. },
  116. "peerDependencies": {
  117. "react": ">=16.9.0",
  118. "react-dom": ">=16.9.0"
  119. }
  120. },
  121. "node_modules/@ant-design/fast-color": {
  122. "version": "2.0.6",
  123. "resolved": "https://registry.npmmirror.com/@ant-design/fast-color/-/fast-color-2.0.6.tgz",
  124. "integrity": "sha512-y2217gk4NqL35giHl72o6Zzqji9O7vHh9YmhUVkPtAOpoTCH4uWxo/pr4VE8t0+ChEPs0qo4eJRC5Q1eXWo3vA==",
  125. "license": "MIT",
  126. "dependencies": {
  127. "@babel/runtime": "^7.24.7"
  128. },
  129. "engines": {
  130. "node": ">=8.x"
  131. }
  132. },
  133. "node_modules/@ant-design/icons": {
  134. "version": "5.6.1",
  135. "resolved": "https://registry.npmmirror.com/@ant-design/icons/-/icons-5.6.1.tgz",
  136. "integrity": "sha512-0/xS39c91WjPAZOWsvi1//zjx6kAp4kxWwctR6kuU6p133w8RU0D2dSCvZC19uQyharg/sAvYxGYWl01BbZZfg==",
  137. "license": "MIT",
  138. "dependencies": {
  139. "@ant-design/colors": "^7.0.0",
  140. "@ant-design/icons-svg": "^4.4.0",
  141. "@babel/runtime": "^7.24.8",
  142. "classnames": "^2.2.6",
  143. "rc-util": "^5.31.1"
  144. },
  145. "engines": {
  146. "node": ">=8"
  147. },
  148. "peerDependencies": {
  149. "react": ">=16.0.0",
  150. "react-dom": ">=16.0.0"
  151. }
  152. },
  153. "node_modules/@ant-design/icons-svg": {
  154. "version": "4.4.2",
  155. "resolved": "https://registry.npmmirror.com/@ant-design/icons-svg/-/icons-svg-4.4.2.tgz",
  156. "integrity": "sha512-vHbT+zJEVzllwP+CM+ul7reTEfBR0vgxFe7+lREAsAA7YGsYpboiq2sQNeQeRvh09GfQgs/GyFEvZpJ9cLXpXA==",
  157. "license": "MIT"
  158. },
  159. "node_modules/@ant-design/nextjs-registry": {
  160. "version": "1.1.0",
  161. "resolved": "https://registry.npmmirror.com/@ant-design/nextjs-registry/-/nextjs-registry-1.1.0.tgz",
  162. "integrity": "sha512-zZ9SKyqTHonUK7l/z/ixpVx0LSnZTlIqYFOccSDI7jx7ojCMTGxzkl3ugGWPPh8xPYDsVxqzwJZBic84H7LgLw==",
  163. "license": "MIT",
  164. "peerDependencies": {
  165. "@ant-design/cssinjs": "^1.24.0",
  166. "antd": "^5.0.0",
  167. "next": "^14.0.0 || ^15.0.0",
  168. "react": ">=16.0.0",
  169. "react-dom": ">=16.0.0"
  170. }
  171. },
  172. "node_modules/@ant-design/pro-card": {
  173. "version": "2.10.0",
  174. "resolved": "https://registry.npmmirror.com/@ant-design/pro-card/-/pro-card-2.10.0.tgz",
  175. "integrity": "sha512-sLONn1odmE0Wkbse8pol4WiaEzBV8JU5s3FAMflPpycfUcbSaa1ktXzQ7LCo2SAvOS7gkfmpFjBPtrfbigKh4g==",
  176. "license": "MIT",
  177. "dependencies": {
  178. "@ant-design/cssinjs": "^1.21.1",
  179. "@ant-design/icons": "^5.0.0",
  180. "@ant-design/pro-provider": "2.16.2",
  181. "@ant-design/pro-utils": "2.18.0",
  182. "@babel/runtime": "^7.18.0",
  183. "classnames": "^2.3.2",
  184. "rc-resize-observer": "^1.0.0",
  185. "rc-util": "^5.4.0"
  186. },
  187. "peerDependencies": {
  188. "antd": "^4.24.15 || ^5.11.2",
  189. "react": ">=17.0.0"
  190. }
  191. },
  192. "node_modules/@ant-design/pro-components": {
  193. "version": "2.8.10",
  194. "resolved": "https://registry.npmmirror.com/@ant-design/pro-components/-/pro-components-2.8.10.tgz",
  195. "integrity": "sha512-QHnnIXdmC5GTAtm6i8eeJy5yT9npPlFyxpDm+duiDrTRKRFaAQBduArxlH3DA/hoRCCypzPONxfK9BQNIhIyZA==",
  196. "license": "MIT",
  197. "dependencies": {
  198. "@ant-design/pro-card": "2.10.0",
  199. "@ant-design/pro-descriptions": "2.6.10",
  200. "@ant-design/pro-field": "3.1.0",
  201. "@ant-design/pro-form": "2.32.0",
  202. "@ant-design/pro-layout": "7.22.7",
  203. "@ant-design/pro-list": "2.6.10",
  204. "@ant-design/pro-provider": "2.16.2",
  205. "@ant-design/pro-skeleton": "2.2.1",
  206. "@ant-design/pro-table": "3.21.0",
  207. "@ant-design/pro-utils": "2.18.0",
  208. "@babel/runtime": "^7.16.3"
  209. },
  210. "peerDependencies": {
  211. "antd": "^4.24.15 || ^5.11.2",
  212. "react": ">=17.0.0",
  213. "react-dom": ">=17.0.0"
  214. }
  215. },
  216. "node_modules/@ant-design/pro-descriptions": {
  217. "version": "2.6.10",
  218. "resolved": "https://registry.npmmirror.com/@ant-design/pro-descriptions/-/pro-descriptions-2.6.10.tgz",
  219. "integrity": "sha512-+4MbiOfumnWlW0Awm4m8JML5o3lR649FD24AaivCmr8BQvIAAXdTITnDMXEg8BqvdP4KOvNsStZrvYfqoev33A==",
  220. "license": "MIT",
  221. "dependencies": {
  222. "@ant-design/pro-field": "3.1.0",
  223. "@ant-design/pro-form": "2.32.0",
  224. "@ant-design/pro-provider": "2.16.2",
  225. "@ant-design/pro-skeleton": "2.2.1",
  226. "@ant-design/pro-utils": "2.18.0",
  227. "@babel/runtime": "^7.18.0",
  228. "rc-resize-observer": "^0.2.3",
  229. "rc-util": "^5.0.6"
  230. },
  231. "peerDependencies": {
  232. "antd": "^4.24.15 || ^5.11.2",
  233. "react": ">=17.0.0"
  234. }
  235. },
  236. "node_modules/@ant-design/pro-descriptions/node_modules/rc-resize-observer": {
  237. "version": "0.2.6",
  238. "resolved": "https://registry.npmmirror.com/rc-resize-observer/-/rc-resize-observer-0.2.6.tgz",
  239. "integrity": "sha512-YX6nYnd6fk7zbuvT6oSDMKiZjyngjHoy+fz+vL3Tez38d/G5iGdaDJa2yE7345G6sc4Mm1IGRUIwclvltddhmA==",
  240. "license": "MIT",
  241. "dependencies": {
  242. "@babel/runtime": "^7.10.1",
  243. "classnames": "^2.2.1",
  244. "rc-util": "^5.0.0",
  245. "resize-observer-polyfill": "^1.5.1"
  246. },
  247. "peerDependencies": {
  248. "react": ">=16.9.0",
  249. "react-dom": ">=16.9.0"
  250. }
  251. },
  252. "node_modules/@ant-design/pro-field": {
  253. "version": "3.1.0",
  254. "resolved": "https://registry.npmmirror.com/@ant-design/pro-field/-/pro-field-3.1.0.tgz",
  255. "integrity": "sha512-+Dgp31WjD+iwg9KIRAMgNkfQivkJKMcYBrIBmho1e8ep/O0HgWSp48g70tBIWi/Lfem/Ky2schF7O8XCFouczw==",
  256. "license": "MIT",
  257. "dependencies": {
  258. "@ant-design/icons": "^5.0.0",
  259. "@ant-design/pro-provider": "2.16.2",
  260. "@ant-design/pro-utils": "2.18.0",
  261. "@babel/runtime": "^7.18.0",
  262. "@chenshuai2144/sketch-color": "^1.0.8",
  263. "classnames": "^2.3.2",
  264. "dayjs": "^1.11.10",
  265. "lodash": "^4.17.21",
  266. "lodash-es": "^4.17.21",
  267. "rc-util": "^5.4.0",
  268. "swr": "^2.0.0"
  269. },
  270. "peerDependencies": {
  271. "antd": "^4.24.15 || ^5.11.2",
  272. "react": ">=17.0.0"
  273. }
  274. },
  275. "node_modules/@ant-design/pro-form": {
  276. "version": "2.32.0",
  277. "resolved": "https://registry.npmmirror.com/@ant-design/pro-form/-/pro-form-2.32.0.tgz",
  278. "integrity": "sha512-GZnVAMeYv+YHJb17lJ7rX5PYuQPvEA6EotQnPbHi9tGLN3PfexcAd21rqzuO+OrulU2x7TEMDIxtY9MzvvOGbg==",
  279. "license": "MIT",
  280. "dependencies": {
  281. "@ant-design/icons": "^5.0.0",
  282. "@ant-design/pro-field": "3.1.0",
  283. "@ant-design/pro-provider": "2.16.2",
  284. "@ant-design/pro-utils": "2.18.0",
  285. "@babel/runtime": "^7.18.0",
  286. "@chenshuai2144/sketch-color": "^1.0.7",
  287. "@umijs/use-params": "^1.0.9",
  288. "classnames": "^2.3.2",
  289. "dayjs": "^1.11.10",
  290. "lodash": "^4.17.21",
  291. "lodash-es": "^4.17.21",
  292. "rc-resize-observer": "^1.1.0",
  293. "rc-util": "^5.0.6"
  294. },
  295. "peerDependencies": {
  296. "antd": "^4.24.15 || ^5.11.2",
  297. "rc-field-form": ">=1.22.0",
  298. "react": ">=17.0.0",
  299. "react-dom": ">=17.0.0"
  300. }
  301. },
  302. "node_modules/@ant-design/pro-layout": {
  303. "version": "7.22.7",
  304. "resolved": "https://registry.npmmirror.com/@ant-design/pro-layout/-/pro-layout-7.22.7.tgz",
  305. "integrity": "sha512-fvmtNA1r9SaasVIQIQt611VSlNxtVxDbQ3e+1GhYQza3tVJi/3gCZuDyfMfTnbLmf3PaW/YvLkn7MqDbzAzoLA==",
  306. "license": "MIT",
  307. "dependencies": {
  308. "@ant-design/cssinjs": "^1.21.1",
  309. "@ant-design/icons": "^5.0.0",
  310. "@ant-design/pro-provider": "2.16.2",
  311. "@ant-design/pro-utils": "2.18.0",
  312. "@babel/runtime": "^7.18.0",
  313. "@umijs/route-utils": "^4.0.0",
  314. "@umijs/use-params": "^1.0.9",
  315. "classnames": "^2.3.2",
  316. "lodash": "^4.17.21",
  317. "lodash-es": "^4.17.21",
  318. "path-to-regexp": "8.2.0",
  319. "rc-resize-observer": "^1.1.0",
  320. "rc-util": "^5.0.6",
  321. "swr": "^2.0.0",
  322. "warning": "^4.0.3"
  323. },
  324. "peerDependencies": {
  325. "antd": "^4.24.15 || ^5.11.2",
  326. "react": ">=17.0.0",
  327. "react-dom": ">=17.0.0"
  328. }
  329. },
  330. "node_modules/@ant-design/pro-list": {
  331. "version": "2.6.10",
  332. "resolved": "https://registry.npmmirror.com/@ant-design/pro-list/-/pro-list-2.6.10.tgz",
  333. "integrity": "sha512-xSWwnqCr+hPEYR4qY7nFUaxO5RQBxNlFaPNmobP2i+Im31slk9JuAusgWeIYO0mNhLJuLbxd8CCma2AZij3fBQ==",
  334. "license": "MIT",
  335. "dependencies": {
  336. "@ant-design/cssinjs": "^1.21.1",
  337. "@ant-design/icons": "^5.0.0",
  338. "@ant-design/pro-card": "2.10.0",
  339. "@ant-design/pro-field": "3.1.0",
  340. "@ant-design/pro-table": "3.21.0",
  341. "@ant-design/pro-utils": "2.18.0",
  342. "@babel/runtime": "^7.18.0",
  343. "classnames": "^2.3.2",
  344. "dayjs": "^1.11.10",
  345. "rc-resize-observer": "^1.0.0",
  346. "rc-util": "^4.19.0"
  347. },
  348. "peerDependencies": {
  349. "antd": "^4.24.15 || ^5.11.2",
  350. "react": ">=17.0.0",
  351. "react-dom": ">=17.0.0"
  352. }
  353. },
  354. "node_modules/@ant-design/pro-list/node_modules/rc-util": {
  355. "version": "4.21.1",
  356. "resolved": "https://registry.npmmirror.com/rc-util/-/rc-util-4.21.1.tgz",
  357. "integrity": "sha512-Z+vlkSQVc1l8O2UjR3WQ+XdWlhj5q9BMQNLk2iOBch75CqPfrJyGtcWMcnhRlNuDu0Ndtt4kLVO8JI8BrABobg==",
  358. "license": "MIT",
  359. "dependencies": {
  360. "add-dom-event-listener": "^1.1.0",
  361. "prop-types": "^15.5.10",
  362. "react-is": "^16.12.0",
  363. "react-lifecycles-compat": "^3.0.4",
  364. "shallowequal": "^1.1.0"
  365. }
  366. },
  367. "node_modules/@ant-design/pro-provider": {
  368. "version": "2.16.2",
  369. "resolved": "https://registry.npmmirror.com/@ant-design/pro-provider/-/pro-provider-2.16.2.tgz",
  370. "integrity": "sha512-0KmCH1EaOND787Jz6VRMYtLNZmqfT0JPjdUfxhyOxFfnBRfrjyfZgIa6CQoAJLEUMWv57PccWS8wRHVUUk2Yiw==",
  371. "license": "MIT",
  372. "dependencies": {
  373. "@ant-design/cssinjs": "^1.21.1",
  374. "@babel/runtime": "^7.18.0",
  375. "@ctrl/tinycolor": "^3.4.0",
  376. "dayjs": "^1.11.10",
  377. "rc-util": "^5.0.1",
  378. "swr": "^2.0.0"
  379. },
  380. "peerDependencies": {
  381. "antd": "^4.24.15 || ^5.11.2",
  382. "react": ">=17.0.0",
  383. "react-dom": ">=17.0.0"
  384. }
  385. },
  386. "node_modules/@ant-design/pro-skeleton": {
  387. "version": "2.2.1",
  388. "resolved": "https://registry.npmmirror.com/@ant-design/pro-skeleton/-/pro-skeleton-2.2.1.tgz",
  389. "integrity": "sha512-3M2jNOZQZWEDR8pheY00OkHREfb0rquvFZLCa6DypGmiksiuuYuR9Y4iA82ZF+mva2FmpHekdwbje/GpbxqBeg==",
  390. "license": "MIT",
  391. "dependencies": {
  392. "@babel/runtime": "^7.18.0"
  393. },
  394. "peerDependencies": {
  395. "antd": "^4.24.15 || ^5.11.2",
  396. "react": ">=17.0.0",
  397. "react-dom": ">=17.0.0"
  398. }
  399. },
  400. "node_modules/@ant-design/pro-table": {
  401. "version": "3.21.0",
  402. "resolved": "https://registry.npmmirror.com/@ant-design/pro-table/-/pro-table-3.21.0.tgz",
  403. "integrity": "sha512-sI81d3FYRv5sXamUc+M5CsHZ9CchuUQgOAPzo5H4oPAVL5h+mkYGRsBzPsxQX7khTNpWjrAtPoRm5ipx3vvWog==",
  404. "license": "MIT",
  405. "dependencies": {
  406. "@ant-design/cssinjs": "^1.21.1",
  407. "@ant-design/icons": "^5.0.0",
  408. "@ant-design/pro-card": "2.10.0",
  409. "@ant-design/pro-field": "3.1.0",
  410. "@ant-design/pro-form": "2.32.0",
  411. "@ant-design/pro-provider": "2.16.2",
  412. "@ant-design/pro-utils": "2.18.0",
  413. "@babel/runtime": "^7.18.0",
  414. "@dnd-kit/core": "^6.0.8",
  415. "@dnd-kit/modifiers": "^6.0.1",
  416. "@dnd-kit/sortable": "^7.0.2",
  417. "@dnd-kit/utilities": "^3.2.1",
  418. "classnames": "^2.3.2",
  419. "dayjs": "^1.11.10",
  420. "lodash": "^4.17.21",
  421. "lodash-es": "^4.17.21",
  422. "rc-resize-observer": "^1.0.0",
  423. "rc-util": "^5.0.1"
  424. },
  425. "peerDependencies": {
  426. "antd": "^4.24.15 || ^5.11.2",
  427. "rc-field-form": ">=1.22.0",
  428. "react": ">=17.0.0",
  429. "react-dom": ">=17.0.0"
  430. }
  431. },
  432. "node_modules/@ant-design/pro-utils": {
  433. "version": "2.18.0",
  434. "resolved": "https://registry.npmmirror.com/@ant-design/pro-utils/-/pro-utils-2.18.0.tgz",
  435. "integrity": "sha512-8+ikyrN8L8a8Ph4oeHTOJEiranTj18+9+WHCHjKNdEfukI7Rjn8xpYdLJWb2AUJkb9d4eoAqjd5+k+7w81Df0w==",
  436. "license": "MIT",
  437. "dependencies": {
  438. "@ant-design/icons": "^5.0.0",
  439. "@ant-design/pro-provider": "2.16.2",
  440. "@babel/runtime": "^7.18.0",
  441. "classnames": "^2.3.2",
  442. "dayjs": "^1.11.10",
  443. "lodash": "^4.17.21",
  444. "lodash-es": "^4.17.21",
  445. "rc-util": "^5.0.6",
  446. "safe-stable-stringify": "^2.4.3",
  447. "swr": "^2.0.0"
  448. },
  449. "peerDependencies": {
  450. "antd": "^4.24.15 || ^5.11.2",
  451. "react": ">=17.0.0",
  452. "react-dom": ">=17.0.0"
  453. }
  454. },
  455. "node_modules/@ant-design/react-slick": {
  456. "version": "1.1.2",
  457. "resolved": "https://registry.npmmirror.com/@ant-design/react-slick/-/react-slick-1.1.2.tgz",
  458. "integrity": "sha512-EzlvzE6xQUBrZuuhSAFTdsr4P2bBBHGZwKFemEfq8gIGyIQCxalYfZW/T2ORbtQx5rU69o+WycP3exY/7T1hGA==",
  459. "license": "MIT",
  460. "dependencies": {
  461. "@babel/runtime": "^7.10.4",
  462. "classnames": "^2.2.5",
  463. "json2mq": "^0.2.0",
  464. "resize-observer-polyfill": "^1.5.1",
  465. "throttle-debounce": "^5.0.0"
  466. },
  467. "peerDependencies": {
  468. "react": ">=16.9.0"
  469. }
  470. },
  471. "node_modules/@ant-design/v5-patch-for-react-19": {
  472. "version": "1.0.3",
  473. "resolved": "https://registry.npmmirror.com/@ant-design/v5-patch-for-react-19/-/v5-patch-for-react-19-1.0.3.tgz",
  474. "integrity": "sha512-iWfZuSUl5kuhqLUw7jJXUQFMMkM7XpW7apmKzQBQHU0cpifYW4A79xIBt9YVO5IBajKpPG5UKP87Ft7Yrw1p/w==",
  475. "license": "MIT",
  476. "engines": {
  477. "node": ">=12.x"
  478. },
  479. "peerDependencies": {
  480. "antd": ">=5.22.6",
  481. "react": ">=19.0.0",
  482. "react-dom": ">=19.0.0"
  483. }
  484. },
  485. "node_modules/@babel/code-frame": {
  486. "version": "7.27.1",
  487. "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.27.1.tgz",
  488. "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
  489. "license": "MIT",
  490. "dependencies": {
  491. "@babel/helper-validator-identifier": "^7.27.1",
  492. "js-tokens": "^4.0.0",
  493. "picocolors": "^1.1.1"
  494. },
  495. "engines": {
  496. "node": ">=6.9.0"
  497. }
  498. },
  499. "node_modules/@babel/generator": {
  500. "version": "7.28.0",
  501. "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.28.0.tgz",
  502. "integrity": "sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==",
  503. "license": "MIT",
  504. "dependencies": {
  505. "@babel/parser": "^7.28.0",
  506. "@babel/types": "^7.28.0",
  507. "@jridgewell/gen-mapping": "^0.3.12",
  508. "@jridgewell/trace-mapping": "^0.3.28",
  509. "jsesc": "^3.0.2"
  510. },
  511. "engines": {
  512. "node": ">=6.9.0"
  513. }
  514. },
  515. "node_modules/@babel/helper-globals": {
  516. "version": "7.28.0",
  517. "resolved": "https://registry.npmmirror.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
  518. "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
  519. "license": "MIT",
  520. "engines": {
  521. "node": ">=6.9.0"
  522. }
  523. },
  524. "node_modules/@babel/helper-module-imports": {
  525. "version": "7.27.1",
  526. "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
  527. "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
  528. "license": "MIT",
  529. "dependencies": {
  530. "@babel/traverse": "^7.27.1",
  531. "@babel/types": "^7.27.1"
  532. },
  533. "engines": {
  534. "node": ">=6.9.0"
  535. }
  536. },
  537. "node_modules/@babel/helper-string-parser": {
  538. "version": "7.27.1",
  539. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  540. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  541. "license": "MIT",
  542. "engines": {
  543. "node": ">=6.9.0"
  544. }
  545. },
  546. "node_modules/@babel/helper-validator-identifier": {
  547. "version": "7.27.1",
  548. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
  549. "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
  550. "license": "MIT",
  551. "engines": {
  552. "node": ">=6.9.0"
  553. }
  554. },
  555. "node_modules/@babel/parser": {
  556. "version": "7.28.0",
  557. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.28.0.tgz",
  558. "integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==",
  559. "license": "MIT",
  560. "dependencies": {
  561. "@babel/types": "^7.28.0"
  562. },
  563. "bin": {
  564. "parser": "bin/babel-parser.js"
  565. },
  566. "engines": {
  567. "node": ">=6.0.0"
  568. }
  569. },
  570. "node_modules/@babel/runtime": {
  571. "version": "7.28.2",
  572. "resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.28.2.tgz",
  573. "integrity": "sha512-KHp2IflsnGywDjBWDkR9iEqiWSpc8GIi0lgTT3mOElT0PP1tG26P4tmFI2YvAdzgq9RGyoHZQEIEdZy6Ec5xCA==",
  574. "license": "MIT",
  575. "engines": {
  576. "node": ">=6.9.0"
  577. }
  578. },
  579. "node_modules/@babel/template": {
  580. "version": "7.27.2",
  581. "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.27.2.tgz",
  582. "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
  583. "license": "MIT",
  584. "dependencies": {
  585. "@babel/code-frame": "^7.27.1",
  586. "@babel/parser": "^7.27.2",
  587. "@babel/types": "^7.27.1"
  588. },
  589. "engines": {
  590. "node": ">=6.9.0"
  591. }
  592. },
  593. "node_modules/@babel/traverse": {
  594. "version": "7.28.0",
  595. "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.28.0.tgz",
  596. "integrity": "sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==",
  597. "license": "MIT",
  598. "dependencies": {
  599. "@babel/code-frame": "^7.27.1",
  600. "@babel/generator": "^7.28.0",
  601. "@babel/helper-globals": "^7.28.0",
  602. "@babel/parser": "^7.28.0",
  603. "@babel/template": "^7.27.2",
  604. "@babel/types": "^7.28.0",
  605. "debug": "^4.3.1"
  606. },
  607. "engines": {
  608. "node": ">=6.9.0"
  609. }
  610. },
  611. "node_modules/@babel/types": {
  612. "version": "7.28.2",
  613. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.28.2.tgz",
  614. "integrity": "sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==",
  615. "license": "MIT",
  616. "dependencies": {
  617. "@babel/helper-string-parser": "^7.27.1",
  618. "@babel/helper-validator-identifier": "^7.27.1"
  619. },
  620. "engines": {
  621. "node": ">=6.9.0"
  622. }
  623. },
  624. "node_modules/@chenshuai2144/sketch-color": {
  625. "version": "1.0.9",
  626. "resolved": "https://registry.npmmirror.com/@chenshuai2144/sketch-color/-/sketch-color-1.0.9.tgz",
  627. "integrity": "sha512-obzSy26cb7Pm7OprWyVpgMpIlrZpZ0B7vbrU0RMbvRg0YAI890S5Xy02Aj1Nhl4+KTbi1lVYHt6HQP8Hm9s+1w==",
  628. "license": "MIT",
  629. "dependencies": {
  630. "reactcss": "^1.2.3",
  631. "tinycolor2": "^1.4.2"
  632. },
  633. "peerDependencies": {
  634. "react": ">=16.12.0"
  635. }
  636. },
  637. "node_modules/@ctrl/tinycolor": {
  638. "version": "3.6.1",
  639. "resolved": "https://registry.npmmirror.com/@ctrl/tinycolor/-/tinycolor-3.6.1.tgz",
  640. "integrity": "sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==",
  641. "license": "MIT",
  642. "engines": {
  643. "node": ">=10"
  644. }
  645. },
  646. "node_modules/@dnd-kit/accessibility": {
  647. "version": "3.1.1",
  648. "resolved": "https://registry.npmmirror.com/@dnd-kit/accessibility/-/accessibility-3.1.1.tgz",
  649. "integrity": "sha512-2P+YgaXF+gRsIihwwY1gCsQSYnu9Zyj2py8kY5fFvUM1qm2WA2u639R6YNVfU4GWr+ZM5mqEsfHZZLoRONbemw==",
  650. "license": "MIT",
  651. "dependencies": {
  652. "tslib": "^2.0.0"
  653. },
  654. "peerDependencies": {
  655. "react": ">=16.8.0"
  656. }
  657. },
  658. "node_modules/@dnd-kit/core": {
  659. "version": "6.3.1",
  660. "resolved": "https://registry.npmmirror.com/@dnd-kit/core/-/core-6.3.1.tgz",
  661. "integrity": "sha512-xkGBRQQab4RLwgXxoqETICr6S5JlogafbhNsidmrkVv2YRs5MLwpjoF2qpiGjQt8S9AoxtIV603s0GIUpY5eYQ==",
  662. "license": "MIT",
  663. "dependencies": {
  664. "@dnd-kit/accessibility": "^3.1.1",
  665. "@dnd-kit/utilities": "^3.2.2",
  666. "tslib": "^2.0.0"
  667. },
  668. "peerDependencies": {
  669. "react": ">=16.8.0",
  670. "react-dom": ">=16.8.0"
  671. }
  672. },
  673. "node_modules/@dnd-kit/modifiers": {
  674. "version": "6.0.1",
  675. "resolved": "https://registry.npmmirror.com/@dnd-kit/modifiers/-/modifiers-6.0.1.tgz",
  676. "integrity": "sha512-rbxcsg3HhzlcMHVHWDuh9LCjpOVAgqbV78wLGI8tziXY3+qcMQ61qVXIvNKQFuhj75dSfD+o+PYZQ/NUk2A23A==",
  677. "license": "MIT",
  678. "dependencies": {
  679. "@dnd-kit/utilities": "^3.2.1",
  680. "tslib": "^2.0.0"
  681. },
  682. "peerDependencies": {
  683. "@dnd-kit/core": "^6.0.6",
  684. "react": ">=16.8.0"
  685. }
  686. },
  687. "node_modules/@dnd-kit/sortable": {
  688. "version": "7.0.2",
  689. "resolved": "https://registry.npmmirror.com/@dnd-kit/sortable/-/sortable-7.0.2.tgz",
  690. "integrity": "sha512-wDkBHHf9iCi1veM834Gbk1429bd4lHX4RpAwT0y2cHLf246GAvU2sVw/oxWNpPKQNQRQaeGXhAVgrOl1IT+iyA==",
  691. "license": "MIT",
  692. "dependencies": {
  693. "@dnd-kit/utilities": "^3.2.0",
  694. "tslib": "^2.0.0"
  695. },
  696. "peerDependencies": {
  697. "@dnd-kit/core": "^6.0.7",
  698. "react": ">=16.8.0"
  699. }
  700. },
  701. "node_modules/@dnd-kit/utilities": {
  702. "version": "3.2.2",
  703. "resolved": "https://registry.npmmirror.com/@dnd-kit/utilities/-/utilities-3.2.2.tgz",
  704. "integrity": "sha512-+MKAJEOfaBe5SmV6t34p80MMKhjvUz0vRrvVJbPT0WElzaOJ/1xs+D+KDv+tD/NE5ujfrChEcshd4fLn0wpiqg==",
  705. "license": "MIT",
  706. "dependencies": {
  707. "tslib": "^2.0.0"
  708. },
  709. "peerDependencies": {
  710. "react": ">=16.8.0"
  711. }
  712. },
  713. "node_modules/@emnapi/core": {
  714. "version": "1.4.5",
  715. "resolved": "https://registry.npmmirror.com/@emnapi/core/-/core-1.4.5.tgz",
  716. "integrity": "sha512-XsLw1dEOpkSX/WucdqUhPWP7hDxSvZiY+fsUC14h+FtQ2Ifni4znbBt8punRX+Uj2JG/uDb8nEHVKvrVlvdZ5Q==",
  717. "dev": true,
  718. "license": "MIT",
  719. "optional": true,
  720. "dependencies": {
  721. "@emnapi/wasi-threads": "1.0.4",
  722. "tslib": "^2.4.0"
  723. }
  724. },
  725. "node_modules/@emnapi/runtime": {
  726. "version": "1.4.5",
  727. "resolved": "https://registry.npmmirror.com/@emnapi/runtime/-/runtime-1.4.5.tgz",
  728. "integrity": "sha512-++LApOtY0pEEz1zrd9vy1/zXVaVJJ/EbAF3u0fXIzPJEDtnITsBGbbK0EkM72amhl/R5b+5xx0Y/QhcVOpuulg==",
  729. "license": "MIT",
  730. "optional": true,
  731. "dependencies": {
  732. "tslib": "^2.4.0"
  733. }
  734. },
  735. "node_modules/@emnapi/wasi-threads": {
  736. "version": "1.0.4",
  737. "resolved": "https://registry.npmmirror.com/@emnapi/wasi-threads/-/wasi-threads-1.0.4.tgz",
  738. "integrity": "sha512-PJR+bOmMOPH8AtcTGAyYNiuJ3/Fcoj2XN/gBEWzDIKh254XO+mM9XoXHk5GNEhodxeMznbg7BlRojVbKN+gC6g==",
  739. "dev": true,
  740. "license": "MIT",
  741. "optional": true,
  742. "dependencies": {
  743. "tslib": "^2.4.0"
  744. }
  745. },
  746. "node_modules/@emotion/babel-plugin": {
  747. "version": "11.13.5",
  748. "resolved": "https://registry.npmmirror.com/@emotion/babel-plugin/-/babel-plugin-11.13.5.tgz",
  749. "integrity": "sha512-pxHCpT2ex+0q+HH91/zsdHkw/lXd468DIN2zvfvLtPKLLMo6gQj7oLObq8PhkrxOZb/gGCq03S3Z7PDhS8pduQ==",
  750. "license": "MIT",
  751. "dependencies": {
  752. "@babel/helper-module-imports": "^7.16.7",
  753. "@babel/runtime": "^7.18.3",
  754. "@emotion/hash": "^0.9.2",
  755. "@emotion/memoize": "^0.9.0",
  756. "@emotion/serialize": "^1.3.3",
  757. "babel-plugin-macros": "^3.1.0",
  758. "convert-source-map": "^1.5.0",
  759. "escape-string-regexp": "^4.0.0",
  760. "find-root": "^1.1.0",
  761. "source-map": "^0.5.7",
  762. "stylis": "4.2.0"
  763. }
  764. },
  765. "node_modules/@emotion/babel-plugin/node_modules/@emotion/hash": {
  766. "version": "0.9.2",
  767. "resolved": "https://registry.npmmirror.com/@emotion/hash/-/hash-0.9.2.tgz",
  768. "integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==",
  769. "license": "MIT"
  770. },
  771. "node_modules/@emotion/babel-plugin/node_modules/stylis": {
  772. "version": "4.2.0",
  773. "resolved": "https://registry.npmmirror.com/stylis/-/stylis-4.2.0.tgz",
  774. "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==",
  775. "license": "MIT"
  776. },
  777. "node_modules/@emotion/cache": {
  778. "version": "11.14.0",
  779. "resolved": "https://registry.npmmirror.com/@emotion/cache/-/cache-11.14.0.tgz",
  780. "integrity": "sha512-L/B1lc/TViYk4DcpGxtAVbx0ZyiKM5ktoIyafGkH6zg/tj+mA+NE//aPYKG0k8kCHSHVJrpLpcAlOBEXQ3SavA==",
  781. "license": "MIT",
  782. "dependencies": {
  783. "@emotion/memoize": "^0.9.0",
  784. "@emotion/sheet": "^1.4.0",
  785. "@emotion/utils": "^1.4.2",
  786. "@emotion/weak-memoize": "^0.4.0",
  787. "stylis": "4.2.0"
  788. }
  789. },
  790. "node_modules/@emotion/cache/node_modules/stylis": {
  791. "version": "4.2.0",
  792. "resolved": "https://registry.npmmirror.com/stylis/-/stylis-4.2.0.tgz",
  793. "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==",
  794. "license": "MIT"
  795. },
  796. "node_modules/@emotion/css": {
  797. "version": "11.13.5",
  798. "resolved": "https://registry.npmmirror.com/@emotion/css/-/css-11.13.5.tgz",
  799. "integrity": "sha512-wQdD0Xhkn3Qy2VNcIzbLP9MR8TafI0MJb7BEAXKp+w4+XqErksWR4OXomuDzPsN4InLdGhVe6EYcn2ZIUCpB8w==",
  800. "license": "MIT",
  801. "dependencies": {
  802. "@emotion/babel-plugin": "^11.13.5",
  803. "@emotion/cache": "^11.13.5",
  804. "@emotion/serialize": "^1.3.3",
  805. "@emotion/sheet": "^1.4.0",
  806. "@emotion/utils": "^1.4.2"
  807. }
  808. },
  809. "node_modules/@emotion/hash": {
  810. "version": "0.8.0",
  811. "resolved": "https://registry.npmmirror.com/@emotion/hash/-/hash-0.8.0.tgz",
  812. "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==",
  813. "license": "MIT"
  814. },
  815. "node_modules/@emotion/memoize": {
  816. "version": "0.9.0",
  817. "resolved": "https://registry.npmmirror.com/@emotion/memoize/-/memoize-0.9.0.tgz",
  818. "integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==",
  819. "license": "MIT"
  820. },
  821. "node_modules/@emotion/serialize": {
  822. "version": "1.3.3",
  823. "resolved": "https://registry.npmmirror.com/@emotion/serialize/-/serialize-1.3.3.tgz",
  824. "integrity": "sha512-EISGqt7sSNWHGI76hC7x1CksiXPahbxEOrC5RjmFRJTqLyEK9/9hZvBbiYn70dw4wuwMKiEMCUlR6ZXTSWQqxA==",
  825. "license": "MIT",
  826. "dependencies": {
  827. "@emotion/hash": "^0.9.2",
  828. "@emotion/memoize": "^0.9.0",
  829. "@emotion/unitless": "^0.10.0",
  830. "@emotion/utils": "^1.4.2",
  831. "csstype": "^3.0.2"
  832. }
  833. },
  834. "node_modules/@emotion/serialize/node_modules/@emotion/hash": {
  835. "version": "0.9.2",
  836. "resolved": "https://registry.npmmirror.com/@emotion/hash/-/hash-0.9.2.tgz",
  837. "integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==",
  838. "license": "MIT"
  839. },
  840. "node_modules/@emotion/serialize/node_modules/@emotion/unitless": {
  841. "version": "0.10.0",
  842. "resolved": "https://registry.npmmirror.com/@emotion/unitless/-/unitless-0.10.0.tgz",
  843. "integrity": "sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==",
  844. "license": "MIT"
  845. },
  846. "node_modules/@emotion/sheet": {
  847. "version": "1.4.0",
  848. "resolved": "https://registry.npmmirror.com/@emotion/sheet/-/sheet-1.4.0.tgz",
  849. "integrity": "sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==",
  850. "license": "MIT"
  851. },
  852. "node_modules/@emotion/unitless": {
  853. "version": "0.7.5",
  854. "resolved": "https://registry.npmmirror.com/@emotion/unitless/-/unitless-0.7.5.tgz",
  855. "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==",
  856. "license": "MIT"
  857. },
  858. "node_modules/@emotion/utils": {
  859. "version": "1.4.2",
  860. "resolved": "https://registry.npmmirror.com/@emotion/utils/-/utils-1.4.2.tgz",
  861. "integrity": "sha512-3vLclRofFziIa3J2wDh9jjbkUz9qk5Vi3IZ/FSTKViB0k+ef0fPV7dYrUIugbgupYDx7v9ud/SjrtEP8Y4xLoA==",
  862. "license": "MIT"
  863. },
  864. "node_modules/@emotion/weak-memoize": {
  865. "version": "0.4.0",
  866. "resolved": "https://registry.npmmirror.com/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz",
  867. "integrity": "sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==",
  868. "license": "MIT"
  869. },
  870. "node_modules/@eslint-community/eslint-utils": {
  871. "version": "4.7.0",
  872. "resolved": "https://registry.npmmirror.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
  873. "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
  874. "dev": true,
  875. "license": "MIT",
  876. "dependencies": {
  877. "eslint-visitor-keys": "^3.4.3"
  878. },
  879. "engines": {
  880. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  881. },
  882. "funding": {
  883. "url": "https://opencollective.com/eslint"
  884. },
  885. "peerDependencies": {
  886. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  887. }
  888. },
  889. "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
  890. "version": "3.4.3",
  891. "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  892. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  893. "dev": true,
  894. "license": "Apache-2.0",
  895. "engines": {
  896. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  897. },
  898. "funding": {
  899. "url": "https://opencollective.com/eslint"
  900. }
  901. },
  902. "node_modules/@eslint-community/regexpp": {
  903. "version": "4.12.1",
  904. "resolved": "https://registry.npmmirror.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz",
  905. "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==",
  906. "dev": true,
  907. "license": "MIT",
  908. "engines": {
  909. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  910. }
  911. },
  912. "node_modules/@eslint/config-array": {
  913. "version": "0.21.0",
  914. "resolved": "https://registry.npmmirror.com/@eslint/config-array/-/config-array-0.21.0.tgz",
  915. "integrity": "sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==",
  916. "dev": true,
  917. "license": "Apache-2.0",
  918. "dependencies": {
  919. "@eslint/object-schema": "^2.1.6",
  920. "debug": "^4.3.1",
  921. "minimatch": "^3.1.2"
  922. },
  923. "engines": {
  924. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  925. }
  926. },
  927. "node_modules/@eslint/config-helpers": {
  928. "version": "0.3.0",
  929. "resolved": "https://registry.npmmirror.com/@eslint/config-helpers/-/config-helpers-0.3.0.tgz",
  930. "integrity": "sha512-ViuymvFmcJi04qdZeDc2whTHryouGcDlaxPqarTD0ZE10ISpxGUVZGZDx4w01upyIynL3iu6IXH2bS1NhclQMw==",
  931. "dev": true,
  932. "license": "Apache-2.0",
  933. "engines": {
  934. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  935. }
  936. },
  937. "node_modules/@eslint/core": {
  938. "version": "0.15.1",
  939. "resolved": "https://registry.npmmirror.com/@eslint/core/-/core-0.15.1.tgz",
  940. "integrity": "sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA==",
  941. "dev": true,
  942. "license": "Apache-2.0",
  943. "dependencies": {
  944. "@types/json-schema": "^7.0.15"
  945. },
  946. "engines": {
  947. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  948. }
  949. },
  950. "node_modules/@eslint/eslintrc": {
  951. "version": "3.3.1",
  952. "resolved": "https://registry.npmmirror.com/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
  953. "integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
  954. "dev": true,
  955. "license": "MIT",
  956. "dependencies": {
  957. "ajv": "^6.12.4",
  958. "debug": "^4.3.2",
  959. "espree": "^10.0.1",
  960. "globals": "^14.0.0",
  961. "ignore": "^5.2.0",
  962. "import-fresh": "^3.2.1",
  963. "js-yaml": "^4.1.0",
  964. "minimatch": "^3.1.2",
  965. "strip-json-comments": "^3.1.1"
  966. },
  967. "engines": {
  968. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  969. },
  970. "funding": {
  971. "url": "https://opencollective.com/eslint"
  972. }
  973. },
  974. "node_modules/@eslint/js": {
  975. "version": "9.32.0",
  976. "resolved": "https://registry.npmmirror.com/@eslint/js/-/js-9.32.0.tgz",
  977. "integrity": "sha512-BBpRFZK3eX6uMLKz8WxFOBIFFcGFJ/g8XuwjTHCqHROSIsopI+ddn/d5Cfh36+7+e5edVS8dbSHnBNhrLEX0zg==",
  978. "dev": true,
  979. "license": "MIT",
  980. "engines": {
  981. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  982. },
  983. "funding": {
  984. "url": "https://eslint.org/donate"
  985. }
  986. },
  987. "node_modules/@eslint/object-schema": {
  988. "version": "2.1.6",
  989. "resolved": "https://registry.npmmirror.com/@eslint/object-schema/-/object-schema-2.1.6.tgz",
  990. "integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==",
  991. "dev": true,
  992. "license": "Apache-2.0",
  993. "engines": {
  994. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  995. }
  996. },
  997. "node_modules/@eslint/plugin-kit": {
  998. "version": "0.3.4",
  999. "resolved": "https://registry.npmmirror.com/@eslint/plugin-kit/-/plugin-kit-0.3.4.tgz",
  1000. "integrity": "sha512-Ul5l+lHEcw3L5+k8POx6r74mxEYKG5kOb6Xpy2gCRW6zweT6TEhAf8vhxGgjhqrd/VO/Dirhsb+1hNpD1ue9hw==",
  1001. "dev": true,
  1002. "license": "Apache-2.0",
  1003. "dependencies": {
  1004. "@eslint/core": "^0.15.1",
  1005. "levn": "^0.4.1"
  1006. },
  1007. "engines": {
  1008. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1009. }
  1010. },
  1011. "node_modules/@fortawesome/fontawesome-common-types": {
  1012. "version": "7.0.0",
  1013. "resolved": "https://registry.npmmirror.com/@fortawesome/fontawesome-common-types/-/fontawesome-common-types-7.0.0.tgz",
  1014. "integrity": "sha512-PGMrIYXLGA5K8RWy8zwBkd4vFi4z7ubxtet6Yn13Plf6krRTwPbdlCwlcfmoX0R7B4Z643QvrtHmdQ5fNtfFCg==",
  1015. "license": "MIT",
  1016. "engines": {
  1017. "node": ">=6"
  1018. }
  1019. },
  1020. "node_modules/@fortawesome/fontawesome-svg-core": {
  1021. "version": "7.0.0",
  1022. "resolved": "https://registry.npmmirror.com/@fortawesome/fontawesome-svg-core/-/fontawesome-svg-core-7.0.0.tgz",
  1023. "integrity": "sha512-obBEF+zd98r/KtKVW6A+8UGWeaOoyMpl6Q9P3FzHsOnsg742aXsl8v+H/zp09qSSu/a/Hxe9LNKzbBaQq1CEbA==",
  1024. "license": "MIT",
  1025. "dependencies": {
  1026. "@fortawesome/fontawesome-common-types": "7.0.0"
  1027. },
  1028. "engines": {
  1029. "node": ">=6"
  1030. }
  1031. },
  1032. "node_modules/@fortawesome/free-solid-svg-icons": {
  1033. "version": "7.0.0",
  1034. "resolved": "https://registry.npmmirror.com/@fortawesome/free-solid-svg-icons/-/free-solid-svg-icons-7.0.0.tgz",
  1035. "integrity": "sha512-njSLAllkOddYDCXgTFboXn54Oe5FcvpkWq+FoetOHR64PbN0608kM02Lze0xtISGpXgP+i26VyXRQA0Irh3Obw==",
  1036. "license": "(CC-BY-4.0 AND MIT)",
  1037. "dependencies": {
  1038. "@fortawesome/fontawesome-common-types": "7.0.0"
  1039. },
  1040. "engines": {
  1041. "node": ">=6"
  1042. }
  1043. },
  1044. "node_modules/@fortawesome/react-fontawesome": {
  1045. "version": "0.2.3",
  1046. "resolved": "https://registry.npmmirror.com/@fortawesome/react-fontawesome/-/react-fontawesome-0.2.3.tgz",
  1047. "integrity": "sha512-HlJco8RDY8NrzFVjy23b/7mNS4g9NegcrBG3n7jinwpc2x/AmSVk53IhWniLYM4szYLxRAFTAGwGn0EIlclDeQ==",
  1048. "license": "MIT",
  1049. "dependencies": {
  1050. "prop-types": "^15.8.1"
  1051. },
  1052. "peerDependencies": {
  1053. "@fortawesome/fontawesome-svg-core": "~1 || ~6 || ~7",
  1054. "react": "^16.3 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  1055. }
  1056. },
  1057. "node_modules/@humanfs/core": {
  1058. "version": "0.19.1",
  1059. "resolved": "https://registry.npmmirror.com/@humanfs/core/-/core-0.19.1.tgz",
  1060. "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
  1061. "dev": true,
  1062. "license": "Apache-2.0",
  1063. "engines": {
  1064. "node": ">=18.18.0"
  1065. }
  1066. },
  1067. "node_modules/@humanfs/node": {
  1068. "version": "0.16.6",
  1069. "resolved": "https://registry.npmmirror.com/@humanfs/node/-/node-0.16.6.tgz",
  1070. "integrity": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==",
  1071. "dev": true,
  1072. "license": "Apache-2.0",
  1073. "dependencies": {
  1074. "@humanfs/core": "^0.19.1",
  1075. "@humanwhocodes/retry": "^0.3.0"
  1076. },
  1077. "engines": {
  1078. "node": ">=18.18.0"
  1079. }
  1080. },
  1081. "node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": {
  1082. "version": "0.3.1",
  1083. "resolved": "https://registry.npmmirror.com/@humanwhocodes/retry/-/retry-0.3.1.tgz",
  1084. "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==",
  1085. "dev": true,
  1086. "license": "Apache-2.0",
  1087. "engines": {
  1088. "node": ">=18.18"
  1089. },
  1090. "funding": {
  1091. "type": "github",
  1092. "url": "https://github.com/sponsors/nzakas"
  1093. }
  1094. },
  1095. "node_modules/@humanwhocodes/module-importer": {
  1096. "version": "1.0.1",
  1097. "resolved": "https://registry.npmmirror.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  1098. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  1099. "dev": true,
  1100. "license": "Apache-2.0",
  1101. "engines": {
  1102. "node": ">=12.22"
  1103. },
  1104. "funding": {
  1105. "type": "github",
  1106. "url": "https://github.com/sponsors/nzakas"
  1107. }
  1108. },
  1109. "node_modules/@humanwhocodes/retry": {
  1110. "version": "0.4.3",
  1111. "resolved": "https://registry.npmmirror.com/@humanwhocodes/retry/-/retry-0.4.3.tgz",
  1112. "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
  1113. "dev": true,
  1114. "license": "Apache-2.0",
  1115. "engines": {
  1116. "node": ">=18.18"
  1117. },
  1118. "funding": {
  1119. "type": "github",
  1120. "url": "https://github.com/sponsors/nzakas"
  1121. }
  1122. },
  1123. "node_modules/@img/sharp-darwin-arm64": {
  1124. "version": "0.34.3",
  1125. "resolved": "https://registry.npmmirror.com/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.3.tgz",
  1126. "integrity": "sha512-ryFMfvxxpQRsgZJqBd4wsttYQbCxsJksrv9Lw/v798JcQ8+w84mBWuXwl+TT0WJ/WrYOLaYpwQXi3sA9nTIaIg==",
  1127. "cpu": [
  1128. "arm64"
  1129. ],
  1130. "license": "Apache-2.0",
  1131. "optional": true,
  1132. "os": [
  1133. "darwin"
  1134. ],
  1135. "engines": {
  1136. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1137. },
  1138. "funding": {
  1139. "url": "https://opencollective.com/libvips"
  1140. },
  1141. "optionalDependencies": {
  1142. "@img/sharp-libvips-darwin-arm64": "1.2.0"
  1143. }
  1144. },
  1145. "node_modules/@img/sharp-darwin-x64": {
  1146. "version": "0.34.3",
  1147. "resolved": "https://registry.npmmirror.com/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.3.tgz",
  1148. "integrity": "sha512-yHpJYynROAj12TA6qil58hmPmAwxKKC7reUqtGLzsOHfP7/rniNGTL8tjWX6L3CTV4+5P4ypcS7Pp+7OB+8ihA==",
  1149. "cpu": [
  1150. "x64"
  1151. ],
  1152. "license": "Apache-2.0",
  1153. "optional": true,
  1154. "os": [
  1155. "darwin"
  1156. ],
  1157. "engines": {
  1158. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1159. },
  1160. "funding": {
  1161. "url": "https://opencollective.com/libvips"
  1162. },
  1163. "optionalDependencies": {
  1164. "@img/sharp-libvips-darwin-x64": "1.2.0"
  1165. }
  1166. },
  1167. "node_modules/@img/sharp-libvips-darwin-arm64": {
  1168. "version": "1.2.0",
  1169. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.0.tgz",
  1170. "integrity": "sha512-sBZmpwmxqwlqG9ueWFXtockhsxefaV6O84BMOrhtg/YqbTaRdqDE7hxraVE3y6gVM4eExmfzW4a8el9ArLeEiQ==",
  1171. "cpu": [
  1172. "arm64"
  1173. ],
  1174. "license": "LGPL-3.0-or-later",
  1175. "optional": true,
  1176. "os": [
  1177. "darwin"
  1178. ],
  1179. "funding": {
  1180. "url": "https://opencollective.com/libvips"
  1181. }
  1182. },
  1183. "node_modules/@img/sharp-libvips-darwin-x64": {
  1184. "version": "1.2.0",
  1185. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.0.tgz",
  1186. "integrity": "sha512-M64XVuL94OgiNHa5/m2YvEQI5q2cl9d/wk0qFTDVXcYzi43lxuiFTftMR1tOnFQovVXNZJ5TURSDK2pNe9Yzqg==",
  1187. "cpu": [
  1188. "x64"
  1189. ],
  1190. "license": "LGPL-3.0-or-later",
  1191. "optional": true,
  1192. "os": [
  1193. "darwin"
  1194. ],
  1195. "funding": {
  1196. "url": "https://opencollective.com/libvips"
  1197. }
  1198. },
  1199. "node_modules/@img/sharp-libvips-linux-arm": {
  1200. "version": "1.2.0",
  1201. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.0.tgz",
  1202. "integrity": "sha512-mWd2uWvDtL/nvIzThLq3fr2nnGfyr/XMXlq8ZJ9WMR6PXijHlC3ksp0IpuhK6bougvQrchUAfzRLnbsen0Cqvw==",
  1203. "cpu": [
  1204. "arm"
  1205. ],
  1206. "license": "LGPL-3.0-or-later",
  1207. "optional": true,
  1208. "os": [
  1209. "linux"
  1210. ],
  1211. "funding": {
  1212. "url": "https://opencollective.com/libvips"
  1213. }
  1214. },
  1215. "node_modules/@img/sharp-libvips-linux-arm64": {
  1216. "version": "1.2.0",
  1217. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.0.tgz",
  1218. "integrity": "sha512-RXwd0CgG+uPRX5YYrkzKyalt2OJYRiJQ8ED/fi1tq9WQW2jsQIn0tqrlR5l5dr/rjqq6AHAxURhj2DVjyQWSOA==",
  1219. "cpu": [
  1220. "arm64"
  1221. ],
  1222. "license": "LGPL-3.0-or-later",
  1223. "optional": true,
  1224. "os": [
  1225. "linux"
  1226. ],
  1227. "funding": {
  1228. "url": "https://opencollective.com/libvips"
  1229. }
  1230. },
  1231. "node_modules/@img/sharp-libvips-linux-ppc64": {
  1232. "version": "1.2.0",
  1233. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.0.tgz",
  1234. "integrity": "sha512-Xod/7KaDDHkYu2phxxfeEPXfVXFKx70EAFZ0qyUdOjCcxbjqyJOEUpDe6RIyaunGxT34Anf9ue/wuWOqBW2WcQ==",
  1235. "cpu": [
  1236. "ppc64"
  1237. ],
  1238. "license": "LGPL-3.0-or-later",
  1239. "optional": true,
  1240. "os": [
  1241. "linux"
  1242. ],
  1243. "funding": {
  1244. "url": "https://opencollective.com/libvips"
  1245. }
  1246. },
  1247. "node_modules/@img/sharp-libvips-linux-s390x": {
  1248. "version": "1.2.0",
  1249. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.0.tgz",
  1250. "integrity": "sha512-eMKfzDxLGT8mnmPJTNMcjfO33fLiTDsrMlUVcp6b96ETbnJmd4uvZxVJSKPQfS+odwfVaGifhsB07J1LynFehw==",
  1251. "cpu": [
  1252. "s390x"
  1253. ],
  1254. "license": "LGPL-3.0-or-later",
  1255. "optional": true,
  1256. "os": [
  1257. "linux"
  1258. ],
  1259. "funding": {
  1260. "url": "https://opencollective.com/libvips"
  1261. }
  1262. },
  1263. "node_modules/@img/sharp-libvips-linux-x64": {
  1264. "version": "1.2.0",
  1265. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.0.tgz",
  1266. "integrity": "sha512-ZW3FPWIc7K1sH9E3nxIGB3y3dZkpJlMnkk7z5tu1nSkBoCgw2nSRTFHI5pB/3CQaJM0pdzMF3paf9ckKMSE9Tg==",
  1267. "cpu": [
  1268. "x64"
  1269. ],
  1270. "license": "LGPL-3.0-or-later",
  1271. "optional": true,
  1272. "os": [
  1273. "linux"
  1274. ],
  1275. "funding": {
  1276. "url": "https://opencollective.com/libvips"
  1277. }
  1278. },
  1279. "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
  1280. "version": "1.2.0",
  1281. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.0.tgz",
  1282. "integrity": "sha512-UG+LqQJbf5VJ8NWJ5Z3tdIe/HXjuIdo4JeVNADXBFuG7z9zjoegpzzGIyV5zQKi4zaJjnAd2+g2nna8TZvuW9Q==",
  1283. "cpu": [
  1284. "arm64"
  1285. ],
  1286. "license": "LGPL-3.0-or-later",
  1287. "optional": true,
  1288. "os": [
  1289. "linux"
  1290. ],
  1291. "funding": {
  1292. "url": "https://opencollective.com/libvips"
  1293. }
  1294. },
  1295. "node_modules/@img/sharp-libvips-linuxmusl-x64": {
  1296. "version": "1.2.0",
  1297. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.0.tgz",
  1298. "integrity": "sha512-SRYOLR7CXPgNze8akZwjoGBoN1ThNZoqpOgfnOxmWsklTGVfJiGJoC/Lod7aNMGA1jSsKWM1+HRX43OP6p9+6Q==",
  1299. "cpu": [
  1300. "x64"
  1301. ],
  1302. "license": "LGPL-3.0-or-later",
  1303. "optional": true,
  1304. "os": [
  1305. "linux"
  1306. ],
  1307. "funding": {
  1308. "url": "https://opencollective.com/libvips"
  1309. }
  1310. },
  1311. "node_modules/@img/sharp-linux-arm": {
  1312. "version": "0.34.3",
  1313. "resolved": "https://registry.npmmirror.com/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.3.tgz",
  1314. "integrity": "sha512-oBK9l+h6KBN0i3dC8rYntLiVfW8D8wH+NPNT3O/WBHeW0OQWCjfWksLUaPidsrDKpJgXp3G3/hkmhptAW0I3+A==",
  1315. "cpu": [
  1316. "arm"
  1317. ],
  1318. "license": "Apache-2.0",
  1319. "optional": true,
  1320. "os": [
  1321. "linux"
  1322. ],
  1323. "engines": {
  1324. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1325. },
  1326. "funding": {
  1327. "url": "https://opencollective.com/libvips"
  1328. },
  1329. "optionalDependencies": {
  1330. "@img/sharp-libvips-linux-arm": "1.2.0"
  1331. }
  1332. },
  1333. "node_modules/@img/sharp-linux-arm64": {
  1334. "version": "0.34.3",
  1335. "resolved": "https://registry.npmmirror.com/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.3.tgz",
  1336. "integrity": "sha512-QdrKe3EvQrqwkDrtuTIjI0bu6YEJHTgEeqdzI3uWJOH6G1O8Nl1iEeVYRGdj1h5I21CqxSvQp1Yv7xeU3ZewbA==",
  1337. "cpu": [
  1338. "arm64"
  1339. ],
  1340. "license": "Apache-2.0",
  1341. "optional": true,
  1342. "os": [
  1343. "linux"
  1344. ],
  1345. "engines": {
  1346. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1347. },
  1348. "funding": {
  1349. "url": "https://opencollective.com/libvips"
  1350. },
  1351. "optionalDependencies": {
  1352. "@img/sharp-libvips-linux-arm64": "1.2.0"
  1353. }
  1354. },
  1355. "node_modules/@img/sharp-linux-ppc64": {
  1356. "version": "0.34.3",
  1357. "resolved": "https://registry.npmmirror.com/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.3.tgz",
  1358. "integrity": "sha512-GLtbLQMCNC5nxuImPR2+RgrviwKwVql28FWZIW1zWruy6zLgA5/x2ZXk3mxj58X/tszVF69KK0Is83V8YgWhLA==",
  1359. "cpu": [
  1360. "ppc64"
  1361. ],
  1362. "license": "Apache-2.0",
  1363. "optional": true,
  1364. "os": [
  1365. "linux"
  1366. ],
  1367. "engines": {
  1368. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1369. },
  1370. "funding": {
  1371. "url": "https://opencollective.com/libvips"
  1372. },
  1373. "optionalDependencies": {
  1374. "@img/sharp-libvips-linux-ppc64": "1.2.0"
  1375. }
  1376. },
  1377. "node_modules/@img/sharp-linux-s390x": {
  1378. "version": "0.34.3",
  1379. "resolved": "https://registry.npmmirror.com/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.3.tgz",
  1380. "integrity": "sha512-3gahT+A6c4cdc2edhsLHmIOXMb17ltffJlxR0aC2VPZfwKoTGZec6u5GrFgdR7ciJSsHT27BD3TIuGcuRT0KmQ==",
  1381. "cpu": [
  1382. "s390x"
  1383. ],
  1384. "license": "Apache-2.0",
  1385. "optional": true,
  1386. "os": [
  1387. "linux"
  1388. ],
  1389. "engines": {
  1390. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1391. },
  1392. "funding": {
  1393. "url": "https://opencollective.com/libvips"
  1394. },
  1395. "optionalDependencies": {
  1396. "@img/sharp-libvips-linux-s390x": "1.2.0"
  1397. }
  1398. },
  1399. "node_modules/@img/sharp-linux-x64": {
  1400. "version": "0.34.3",
  1401. "resolved": "https://registry.npmmirror.com/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.3.tgz",
  1402. "integrity": "sha512-8kYso8d806ypnSq3/Ly0QEw90V5ZoHh10yH0HnrzOCr6DKAPI6QVHvwleqMkVQ0m+fc7EH8ah0BB0QPuWY6zJQ==",
  1403. "cpu": [
  1404. "x64"
  1405. ],
  1406. "license": "Apache-2.0",
  1407. "optional": true,
  1408. "os": [
  1409. "linux"
  1410. ],
  1411. "engines": {
  1412. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1413. },
  1414. "funding": {
  1415. "url": "https://opencollective.com/libvips"
  1416. },
  1417. "optionalDependencies": {
  1418. "@img/sharp-libvips-linux-x64": "1.2.0"
  1419. }
  1420. },
  1421. "node_modules/@img/sharp-linuxmusl-arm64": {
  1422. "version": "0.34.3",
  1423. "resolved": "https://registry.npmmirror.com/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.3.tgz",
  1424. "integrity": "sha512-vAjbHDlr4izEiXM1OTggpCcPg9tn4YriK5vAjowJsHwdBIdx0fYRsURkxLG2RLm9gyBq66gwtWI8Gx0/ov+JKQ==",
  1425. "cpu": [
  1426. "arm64"
  1427. ],
  1428. "license": "Apache-2.0",
  1429. "optional": true,
  1430. "os": [
  1431. "linux"
  1432. ],
  1433. "engines": {
  1434. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1435. },
  1436. "funding": {
  1437. "url": "https://opencollective.com/libvips"
  1438. },
  1439. "optionalDependencies": {
  1440. "@img/sharp-libvips-linuxmusl-arm64": "1.2.0"
  1441. }
  1442. },
  1443. "node_modules/@img/sharp-linuxmusl-x64": {
  1444. "version": "0.34.3",
  1445. "resolved": "https://registry.npmmirror.com/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.3.tgz",
  1446. "integrity": "sha512-gCWUn9547K5bwvOn9l5XGAEjVTTRji4aPTqLzGXHvIr6bIDZKNTA34seMPgM0WmSf+RYBH411VavCejp3PkOeQ==",
  1447. "cpu": [
  1448. "x64"
  1449. ],
  1450. "license": "Apache-2.0",
  1451. "optional": true,
  1452. "os": [
  1453. "linux"
  1454. ],
  1455. "engines": {
  1456. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1457. },
  1458. "funding": {
  1459. "url": "https://opencollective.com/libvips"
  1460. },
  1461. "optionalDependencies": {
  1462. "@img/sharp-libvips-linuxmusl-x64": "1.2.0"
  1463. }
  1464. },
  1465. "node_modules/@img/sharp-wasm32": {
  1466. "version": "0.34.3",
  1467. "resolved": "https://registry.npmmirror.com/@img/sharp-wasm32/-/sharp-wasm32-0.34.3.tgz",
  1468. "integrity": "sha512-+CyRcpagHMGteySaWos8IbnXcHgfDn7pO2fiC2slJxvNq9gDipYBN42/RagzctVRKgxATmfqOSulgZv5e1RdMg==",
  1469. "cpu": [
  1470. "wasm32"
  1471. ],
  1472. "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
  1473. "optional": true,
  1474. "dependencies": {
  1475. "@emnapi/runtime": "^1.4.4"
  1476. },
  1477. "engines": {
  1478. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1479. },
  1480. "funding": {
  1481. "url": "https://opencollective.com/libvips"
  1482. }
  1483. },
  1484. "node_modules/@img/sharp-win32-arm64": {
  1485. "version": "0.34.3",
  1486. "resolved": "https://registry.npmmirror.com/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.3.tgz",
  1487. "integrity": "sha512-MjnHPnbqMXNC2UgeLJtX4XqoVHHlZNd+nPt1kRPmj63wURegwBhZlApELdtxM2OIZDRv/DFtLcNhVbd1z8GYXQ==",
  1488. "cpu": [
  1489. "arm64"
  1490. ],
  1491. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1492. "optional": true,
  1493. "os": [
  1494. "win32"
  1495. ],
  1496. "engines": {
  1497. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1498. },
  1499. "funding": {
  1500. "url": "https://opencollective.com/libvips"
  1501. }
  1502. },
  1503. "node_modules/@img/sharp-win32-ia32": {
  1504. "version": "0.34.3",
  1505. "resolved": "https://registry.npmmirror.com/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.3.tgz",
  1506. "integrity": "sha512-xuCdhH44WxuXgOM714hn4amodJMZl3OEvf0GVTm0BEyMeA2to+8HEdRPShH0SLYptJY1uBw+SCFP9WVQi1Q/cw==",
  1507. "cpu": [
  1508. "ia32"
  1509. ],
  1510. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1511. "optional": true,
  1512. "os": [
  1513. "win32"
  1514. ],
  1515. "engines": {
  1516. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1517. },
  1518. "funding": {
  1519. "url": "https://opencollective.com/libvips"
  1520. }
  1521. },
  1522. "node_modules/@img/sharp-win32-x64": {
  1523. "version": "0.34.3",
  1524. "resolved": "https://registry.npmmirror.com/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.3.tgz",
  1525. "integrity": "sha512-OWwz05d++TxzLEv4VnsTz5CmZ6mI6S05sfQGEMrNrQcOEERbX46332IvE7pO/EUiw7jUrrS40z/M7kPyjfl04g==",
  1526. "cpu": [
  1527. "x64"
  1528. ],
  1529. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1530. "optional": true,
  1531. "os": [
  1532. "win32"
  1533. ],
  1534. "engines": {
  1535. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1536. },
  1537. "funding": {
  1538. "url": "https://opencollective.com/libvips"
  1539. }
  1540. },
  1541. "node_modules/@isaacs/fs-minipass": {
  1542. "version": "4.0.1",
  1543. "resolved": "https://registry.npmmirror.com/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz",
  1544. "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==",
  1545. "dev": true,
  1546. "license": "ISC",
  1547. "dependencies": {
  1548. "minipass": "^7.0.4"
  1549. },
  1550. "engines": {
  1551. "node": ">=18.0.0"
  1552. }
  1553. },
  1554. "node_modules/@jridgewell/gen-mapping": {
  1555. "version": "0.3.12",
  1556. "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz",
  1557. "integrity": "sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==",
  1558. "license": "MIT",
  1559. "dependencies": {
  1560. "@jridgewell/sourcemap-codec": "^1.5.0",
  1561. "@jridgewell/trace-mapping": "^0.3.24"
  1562. }
  1563. },
  1564. "node_modules/@jridgewell/resolve-uri": {
  1565. "version": "3.1.2",
  1566. "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  1567. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  1568. "license": "MIT",
  1569. "engines": {
  1570. "node": ">=6.0.0"
  1571. }
  1572. },
  1573. "node_modules/@jridgewell/sourcemap-codec": {
  1574. "version": "1.5.4",
  1575. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.4.tgz",
  1576. "integrity": "sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==",
  1577. "license": "MIT"
  1578. },
  1579. "node_modules/@jridgewell/trace-mapping": {
  1580. "version": "0.3.29",
  1581. "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.29.tgz",
  1582. "integrity": "sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==",
  1583. "license": "MIT",
  1584. "dependencies": {
  1585. "@jridgewell/resolve-uri": "^3.1.0",
  1586. "@jridgewell/sourcemap-codec": "^1.4.14"
  1587. }
  1588. },
  1589. "node_modules/@kurkle/color": {
  1590. "version": "0.3.4",
  1591. "resolved": "https://registry.npmmirror.com/@kurkle/color/-/color-0.3.4.tgz",
  1592. "integrity": "sha512-M5UknZPHRu3DEDWoipU6sE8PdkZ6Z/S+v4dD+Ke8IaNlpdSQah50lz1KtcFBa2vsdOnwbbnxJwVM4wty6udA5w==",
  1593. "license": "MIT"
  1594. },
  1595. "node_modules/@napi-rs/wasm-runtime": {
  1596. "version": "0.2.12",
  1597. "resolved": "https://registry.npmmirror.com/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.12.tgz",
  1598. "integrity": "sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==",
  1599. "dev": true,
  1600. "license": "MIT",
  1601. "optional": true,
  1602. "dependencies": {
  1603. "@emnapi/core": "^1.4.3",
  1604. "@emnapi/runtime": "^1.4.3",
  1605. "@tybys/wasm-util": "^0.10.0"
  1606. }
  1607. },
  1608. "node_modules/@next/env": {
  1609. "version": "15.4.6",
  1610. "resolved": "https://registry.npmmirror.com/@next/env/-/env-15.4.6.tgz",
  1611. "integrity": "sha512-yHDKVTcHrZy/8TWhj0B23ylKv5ypocuCwey9ZqPyv4rPdUdRzpGCkSi03t04KBPyU96kxVtUqx6O3nE1kpxASQ==",
  1612. "license": "MIT"
  1613. },
  1614. "node_modules/@next/eslint-plugin-next": {
  1615. "version": "15.4.6",
  1616. "resolved": "https://registry.npmmirror.com/@next/eslint-plugin-next/-/eslint-plugin-next-15.4.6.tgz",
  1617. "integrity": "sha512-2NOu3ln+BTcpnbIDuxx6MNq+pRrCyey4WSXGaJIyt0D2TYicHeO9QrUENNjcf673n3B1s7hsiV5xBYRCK1Q8kA==",
  1618. "dev": true,
  1619. "license": "MIT",
  1620. "dependencies": {
  1621. "fast-glob": "3.3.1"
  1622. }
  1623. },
  1624. "node_modules/@next/swc-darwin-arm64": {
  1625. "version": "15.4.6",
  1626. "resolved": "https://registry.npmmirror.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.4.6.tgz",
  1627. "integrity": "sha512-667R0RTP4DwxzmrqTs4Lr5dcEda9OxuZsVFsjVtxVMVhzSpo6nLclXejJVfQo2/g7/Z9qF3ETDmN3h65mTjpTQ==",
  1628. "cpu": [
  1629. "arm64"
  1630. ],
  1631. "license": "MIT",
  1632. "optional": true,
  1633. "os": [
  1634. "darwin"
  1635. ],
  1636. "engines": {
  1637. "node": ">= 10"
  1638. }
  1639. },
  1640. "node_modules/@next/swc-darwin-x64": {
  1641. "version": "15.4.6",
  1642. "resolved": "https://registry.npmmirror.com/@next/swc-darwin-x64/-/swc-darwin-x64-15.4.6.tgz",
  1643. "integrity": "sha512-KMSFoistFkaiQYVQQnaU9MPWtp/3m0kn2Xed1Ces5ll+ag1+rlac20sxG+MqhH2qYWX1O2GFOATQXEyxKiIscg==",
  1644. "cpu": [
  1645. "x64"
  1646. ],
  1647. "license": "MIT",
  1648. "optional": true,
  1649. "os": [
  1650. "darwin"
  1651. ],
  1652. "engines": {
  1653. "node": ">= 10"
  1654. }
  1655. },
  1656. "node_modules/@next/swc-linux-arm64-gnu": {
  1657. "version": "15.4.6",
  1658. "resolved": "https://registry.npmmirror.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.4.6.tgz",
  1659. "integrity": "sha512-PnOx1YdO0W7m/HWFeYd2A6JtBO8O8Eb9h6nfJia2Dw1sRHoHpNf6lN1U4GKFRzRDBi9Nq2GrHk9PF3Vmwf7XVw==",
  1660. "cpu": [
  1661. "arm64"
  1662. ],
  1663. "license": "MIT",
  1664. "optional": true,
  1665. "os": [
  1666. "linux"
  1667. ],
  1668. "engines": {
  1669. "node": ">= 10"
  1670. }
  1671. },
  1672. "node_modules/@next/swc-linux-arm64-musl": {
  1673. "version": "15.4.6",
  1674. "resolved": "https://registry.npmmirror.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.4.6.tgz",
  1675. "integrity": "sha512-XBbuQddtY1p5FGPc2naMO0kqs4YYtLYK/8aPausI5lyOjr4J77KTG9mtlU4P3NwkLI1+OjsPzKVvSJdMs3cFaw==",
  1676. "cpu": [
  1677. "arm64"
  1678. ],
  1679. "license": "MIT",
  1680. "optional": true,
  1681. "os": [
  1682. "linux"
  1683. ],
  1684. "engines": {
  1685. "node": ">= 10"
  1686. }
  1687. },
  1688. "node_modules/@next/swc-linux-x64-gnu": {
  1689. "version": "15.4.6",
  1690. "resolved": "https://registry.npmmirror.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.4.6.tgz",
  1691. "integrity": "sha512-+WTeK7Qdw82ez3U9JgD+igBAP75gqZ1vbK6R8PlEEuY0OIe5FuYXA4aTjL811kWPf7hNeslD4hHK2WoM9W0IgA==",
  1692. "cpu": [
  1693. "x64"
  1694. ],
  1695. "license": "MIT",
  1696. "optional": true,
  1697. "os": [
  1698. "linux"
  1699. ],
  1700. "engines": {
  1701. "node": ">= 10"
  1702. }
  1703. },
  1704. "node_modules/@next/swc-linux-x64-musl": {
  1705. "version": "15.4.6",
  1706. "resolved": "https://registry.npmmirror.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.4.6.tgz",
  1707. "integrity": "sha512-XP824mCbgQsK20jlXKrUpZoh/iO3vUWhMpxCz8oYeagoiZ4V0TQiKy0ASji1KK6IAe3DYGfj5RfKP6+L2020OQ==",
  1708. "cpu": [
  1709. "x64"
  1710. ],
  1711. "license": "MIT",
  1712. "optional": true,
  1713. "os": [
  1714. "linux"
  1715. ],
  1716. "engines": {
  1717. "node": ">= 10"
  1718. }
  1719. },
  1720. "node_modules/@next/swc-win32-arm64-msvc": {
  1721. "version": "15.4.6",
  1722. "resolved": "https://registry.npmmirror.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.4.6.tgz",
  1723. "integrity": "sha512-FxrsenhUz0LbgRkNWx6FRRJIPe/MI1JRA4W4EPd5leXO00AZ6YU8v5vfx4MDXTvN77lM/EqsE3+6d2CIeF5NYg==",
  1724. "cpu": [
  1725. "arm64"
  1726. ],
  1727. "license": "MIT",
  1728. "optional": true,
  1729. "os": [
  1730. "win32"
  1731. ],
  1732. "engines": {
  1733. "node": ">= 10"
  1734. }
  1735. },
  1736. "node_modules/@next/swc-win32-x64-msvc": {
  1737. "version": "15.4.6",
  1738. "resolved": "https://registry.npmmirror.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.4.6.tgz",
  1739. "integrity": "sha512-T4ufqnZ4u88ZheczkBTtOF+eKaM14V8kbjud/XrAakoM5DKQWjW09vD6B9fsdsWS2T7D5EY31hRHdta7QKWOng==",
  1740. "cpu": [
  1741. "x64"
  1742. ],
  1743. "license": "MIT",
  1744. "optional": true,
  1745. "os": [
  1746. "win32"
  1747. ],
  1748. "engines": {
  1749. "node": ">= 10"
  1750. }
  1751. },
  1752. "node_modules/@nodelib/fs.scandir": {
  1753. "version": "2.1.5",
  1754. "resolved": "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  1755. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  1756. "dev": true,
  1757. "license": "MIT",
  1758. "dependencies": {
  1759. "@nodelib/fs.stat": "2.0.5",
  1760. "run-parallel": "^1.1.9"
  1761. },
  1762. "engines": {
  1763. "node": ">= 8"
  1764. }
  1765. },
  1766. "node_modules/@nodelib/fs.stat": {
  1767. "version": "2.0.5",
  1768. "resolved": "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  1769. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  1770. "dev": true,
  1771. "license": "MIT",
  1772. "engines": {
  1773. "node": ">= 8"
  1774. }
  1775. },
  1776. "node_modules/@nodelib/fs.walk": {
  1777. "version": "1.2.8",
  1778. "resolved": "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  1779. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  1780. "dev": true,
  1781. "license": "MIT",
  1782. "dependencies": {
  1783. "@nodelib/fs.scandir": "2.1.5",
  1784. "fastq": "^1.6.0"
  1785. },
  1786. "engines": {
  1787. "node": ">= 8"
  1788. }
  1789. },
  1790. "node_modules/@nolyfill/is-core-module": {
  1791. "version": "1.0.39",
  1792. "resolved": "https://registry.npmmirror.com/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz",
  1793. "integrity": "sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==",
  1794. "dev": true,
  1795. "license": "MIT",
  1796. "engines": {
  1797. "node": ">=12.4.0"
  1798. }
  1799. },
  1800. "node_modules/@parcel/watcher": {
  1801. "version": "2.5.1",
  1802. "resolved": "https://registry.npmmirror.com/@parcel/watcher/-/watcher-2.5.1.tgz",
  1803. "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==",
  1804. "hasInstallScript": true,
  1805. "license": "MIT",
  1806. "optional": true,
  1807. "dependencies": {
  1808. "detect-libc": "^1.0.3",
  1809. "is-glob": "^4.0.3",
  1810. "micromatch": "^4.0.5",
  1811. "node-addon-api": "^7.0.0"
  1812. },
  1813. "engines": {
  1814. "node": ">= 10.0.0"
  1815. },
  1816. "funding": {
  1817. "type": "opencollective",
  1818. "url": "https://opencollective.com/parcel"
  1819. },
  1820. "optionalDependencies": {
  1821. "@parcel/watcher-android-arm64": "2.5.1",
  1822. "@parcel/watcher-darwin-arm64": "2.5.1",
  1823. "@parcel/watcher-darwin-x64": "2.5.1",
  1824. "@parcel/watcher-freebsd-x64": "2.5.1",
  1825. "@parcel/watcher-linux-arm-glibc": "2.5.1",
  1826. "@parcel/watcher-linux-arm-musl": "2.5.1",
  1827. "@parcel/watcher-linux-arm64-glibc": "2.5.1",
  1828. "@parcel/watcher-linux-arm64-musl": "2.5.1",
  1829. "@parcel/watcher-linux-x64-glibc": "2.5.1",
  1830. "@parcel/watcher-linux-x64-musl": "2.5.1",
  1831. "@parcel/watcher-win32-arm64": "2.5.1",
  1832. "@parcel/watcher-win32-ia32": "2.5.1",
  1833. "@parcel/watcher-win32-x64": "2.5.1"
  1834. }
  1835. },
  1836. "node_modules/@parcel/watcher-android-arm64": {
  1837. "version": "2.5.1",
  1838. "resolved": "https://registry.npmmirror.com/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz",
  1839. "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==",
  1840. "cpu": [
  1841. "arm64"
  1842. ],
  1843. "license": "MIT",
  1844. "optional": true,
  1845. "os": [
  1846. "android"
  1847. ],
  1848. "engines": {
  1849. "node": ">= 10.0.0"
  1850. },
  1851. "funding": {
  1852. "type": "opencollective",
  1853. "url": "https://opencollective.com/parcel"
  1854. }
  1855. },
  1856. "node_modules/@parcel/watcher-darwin-arm64": {
  1857. "version": "2.5.1",
  1858. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz",
  1859. "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==",
  1860. "cpu": [
  1861. "arm64"
  1862. ],
  1863. "license": "MIT",
  1864. "optional": true,
  1865. "os": [
  1866. "darwin"
  1867. ],
  1868. "engines": {
  1869. "node": ">= 10.0.0"
  1870. },
  1871. "funding": {
  1872. "type": "opencollective",
  1873. "url": "https://opencollective.com/parcel"
  1874. }
  1875. },
  1876. "node_modules/@parcel/watcher-darwin-x64": {
  1877. "version": "2.5.1",
  1878. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz",
  1879. "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==",
  1880. "cpu": [
  1881. "x64"
  1882. ],
  1883. "license": "MIT",
  1884. "optional": true,
  1885. "os": [
  1886. "darwin"
  1887. ],
  1888. "engines": {
  1889. "node": ">= 10.0.0"
  1890. },
  1891. "funding": {
  1892. "type": "opencollective",
  1893. "url": "https://opencollective.com/parcel"
  1894. }
  1895. },
  1896. "node_modules/@parcel/watcher-freebsd-x64": {
  1897. "version": "2.5.1",
  1898. "resolved": "https://registry.npmmirror.com/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz",
  1899. "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==",
  1900. "cpu": [
  1901. "x64"
  1902. ],
  1903. "license": "MIT",
  1904. "optional": true,
  1905. "os": [
  1906. "freebsd"
  1907. ],
  1908. "engines": {
  1909. "node": ">= 10.0.0"
  1910. },
  1911. "funding": {
  1912. "type": "opencollective",
  1913. "url": "https://opencollective.com/parcel"
  1914. }
  1915. },
  1916. "node_modules/@parcel/watcher-linux-arm-glibc": {
  1917. "version": "2.5.1",
  1918. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz",
  1919. "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==",
  1920. "cpu": [
  1921. "arm"
  1922. ],
  1923. "license": "MIT",
  1924. "optional": true,
  1925. "os": [
  1926. "linux"
  1927. ],
  1928. "engines": {
  1929. "node": ">= 10.0.0"
  1930. },
  1931. "funding": {
  1932. "type": "opencollective",
  1933. "url": "https://opencollective.com/parcel"
  1934. }
  1935. },
  1936. "node_modules/@parcel/watcher-linux-arm-musl": {
  1937. "version": "2.5.1",
  1938. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz",
  1939. "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==",
  1940. "cpu": [
  1941. "arm"
  1942. ],
  1943. "license": "MIT",
  1944. "optional": true,
  1945. "os": [
  1946. "linux"
  1947. ],
  1948. "engines": {
  1949. "node": ">= 10.0.0"
  1950. },
  1951. "funding": {
  1952. "type": "opencollective",
  1953. "url": "https://opencollective.com/parcel"
  1954. }
  1955. },
  1956. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  1957. "version": "2.5.1",
  1958. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz",
  1959. "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==",
  1960. "cpu": [
  1961. "arm64"
  1962. ],
  1963. "license": "MIT",
  1964. "optional": true,
  1965. "os": [
  1966. "linux"
  1967. ],
  1968. "engines": {
  1969. "node": ">= 10.0.0"
  1970. },
  1971. "funding": {
  1972. "type": "opencollective",
  1973. "url": "https://opencollective.com/parcel"
  1974. }
  1975. },
  1976. "node_modules/@parcel/watcher-linux-arm64-musl": {
  1977. "version": "2.5.1",
  1978. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz",
  1979. "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==",
  1980. "cpu": [
  1981. "arm64"
  1982. ],
  1983. "license": "MIT",
  1984. "optional": true,
  1985. "os": [
  1986. "linux"
  1987. ],
  1988. "engines": {
  1989. "node": ">= 10.0.0"
  1990. },
  1991. "funding": {
  1992. "type": "opencollective",
  1993. "url": "https://opencollective.com/parcel"
  1994. }
  1995. },
  1996. "node_modules/@parcel/watcher-linux-x64-glibc": {
  1997. "version": "2.5.1",
  1998. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz",
  1999. "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==",
  2000. "cpu": [
  2001. "x64"
  2002. ],
  2003. "license": "MIT",
  2004. "optional": true,
  2005. "os": [
  2006. "linux"
  2007. ],
  2008. "engines": {
  2009. "node": ">= 10.0.0"
  2010. },
  2011. "funding": {
  2012. "type": "opencollective",
  2013. "url": "https://opencollective.com/parcel"
  2014. }
  2015. },
  2016. "node_modules/@parcel/watcher-linux-x64-musl": {
  2017. "version": "2.5.1",
  2018. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz",
  2019. "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==",
  2020. "cpu": [
  2021. "x64"
  2022. ],
  2023. "license": "MIT",
  2024. "optional": true,
  2025. "os": [
  2026. "linux"
  2027. ],
  2028. "engines": {
  2029. "node": ">= 10.0.0"
  2030. },
  2031. "funding": {
  2032. "type": "opencollective",
  2033. "url": "https://opencollective.com/parcel"
  2034. }
  2035. },
  2036. "node_modules/@parcel/watcher-win32-arm64": {
  2037. "version": "2.5.1",
  2038. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz",
  2039. "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==",
  2040. "cpu": [
  2041. "arm64"
  2042. ],
  2043. "license": "MIT",
  2044. "optional": true,
  2045. "os": [
  2046. "win32"
  2047. ],
  2048. "engines": {
  2049. "node": ">= 10.0.0"
  2050. },
  2051. "funding": {
  2052. "type": "opencollective",
  2053. "url": "https://opencollective.com/parcel"
  2054. }
  2055. },
  2056. "node_modules/@parcel/watcher-win32-ia32": {
  2057. "version": "2.5.1",
  2058. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz",
  2059. "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==",
  2060. "cpu": [
  2061. "ia32"
  2062. ],
  2063. "license": "MIT",
  2064. "optional": true,
  2065. "os": [
  2066. "win32"
  2067. ],
  2068. "engines": {
  2069. "node": ">= 10.0.0"
  2070. },
  2071. "funding": {
  2072. "type": "opencollective",
  2073. "url": "https://opencollective.com/parcel"
  2074. }
  2075. },
  2076. "node_modules/@parcel/watcher-win32-x64": {
  2077. "version": "2.5.1",
  2078. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz",
  2079. "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==",
  2080. "cpu": [
  2081. "x64"
  2082. ],
  2083. "license": "MIT",
  2084. "optional": true,
  2085. "os": [
  2086. "win32"
  2087. ],
  2088. "engines": {
  2089. "node": ">= 10.0.0"
  2090. },
  2091. "funding": {
  2092. "type": "opencollective",
  2093. "url": "https://opencollective.com/parcel"
  2094. }
  2095. },
  2096. "node_modules/@parcel/watcher/node_modules/detect-libc": {
  2097. "version": "1.0.3",
  2098. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-1.0.3.tgz",
  2099. "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
  2100. "license": "Apache-2.0",
  2101. "optional": true,
  2102. "bin": {
  2103. "detect-libc": "bin/detect-libc.js"
  2104. },
  2105. "engines": {
  2106. "node": ">=0.10"
  2107. }
  2108. },
  2109. "node_modules/@rc-component/async-validator": {
  2110. "version": "5.0.4",
  2111. "resolved": "https://registry.npmmirror.com/@rc-component/async-validator/-/async-validator-5.0.4.tgz",
  2112. "integrity": "sha512-qgGdcVIF604M9EqjNF0hbUTz42bz/RDtxWdWuU5EQe3hi7M8ob54B6B35rOsvX5eSvIHIzT9iH1R3n+hk3CGfg==",
  2113. "license": "MIT",
  2114. "dependencies": {
  2115. "@babel/runtime": "^7.24.4"
  2116. },
  2117. "engines": {
  2118. "node": ">=14.x"
  2119. }
  2120. },
  2121. "node_modules/@rc-component/color-picker": {
  2122. "version": "2.0.1",
  2123. "resolved": "https://registry.npmmirror.com/@rc-component/color-picker/-/color-picker-2.0.1.tgz",
  2124. "integrity": "sha512-WcZYwAThV/b2GISQ8F+7650r5ZZJ043E57aVBFkQ+kSY4C6wdofXgB0hBx+GPGpIU0Z81eETNoDUJMr7oy/P8Q==",
  2125. "license": "MIT",
  2126. "dependencies": {
  2127. "@ant-design/fast-color": "^2.0.6",
  2128. "@babel/runtime": "^7.23.6",
  2129. "classnames": "^2.2.6",
  2130. "rc-util": "^5.38.1"
  2131. },
  2132. "peerDependencies": {
  2133. "react": ">=16.9.0",
  2134. "react-dom": ">=16.9.0"
  2135. }
  2136. },
  2137. "node_modules/@rc-component/context": {
  2138. "version": "1.4.0",
  2139. "resolved": "https://registry.npmmirror.com/@rc-component/context/-/context-1.4.0.tgz",
  2140. "integrity": "sha512-kFcNxg9oLRMoL3qki0OMxK+7g5mypjgaaJp/pkOis/6rVxma9nJBF/8kCIuTYHUQNr0ii7MxqE33wirPZLJQ2w==",
  2141. "license": "MIT",
  2142. "dependencies": {
  2143. "@babel/runtime": "^7.10.1",
  2144. "rc-util": "^5.27.0"
  2145. },
  2146. "peerDependencies": {
  2147. "react": ">=16.9.0",
  2148. "react-dom": ">=16.9.0"
  2149. }
  2150. },
  2151. "node_modules/@rc-component/mini-decimal": {
  2152. "version": "1.1.0",
  2153. "resolved": "https://registry.npmmirror.com/@rc-component/mini-decimal/-/mini-decimal-1.1.0.tgz",
  2154. "integrity": "sha512-jS4E7T9Li2GuYwI6PyiVXmxTiM6b07rlD9Ge8uGZSCz3WlzcG5ZK7g5bbuKNeZ9pgUuPK/5guV781ujdVpm4HQ==",
  2155. "license": "MIT",
  2156. "dependencies": {
  2157. "@babel/runtime": "^7.18.0"
  2158. },
  2159. "engines": {
  2160. "node": ">=8.x"
  2161. }
  2162. },
  2163. "node_modules/@rc-component/mutate-observer": {
  2164. "version": "1.1.0",
  2165. "resolved": "https://registry.npmmirror.com/@rc-component/mutate-observer/-/mutate-observer-1.1.0.tgz",
  2166. "integrity": "sha512-QjrOsDXQusNwGZPf4/qRQasg7UFEj06XiCJ8iuiq/Io7CrHrgVi6Uuetw60WAMG1799v+aM8kyc+1L/GBbHSlw==",
  2167. "license": "MIT",
  2168. "dependencies": {
  2169. "@babel/runtime": "^7.18.0",
  2170. "classnames": "^2.3.2",
  2171. "rc-util": "^5.24.4"
  2172. },
  2173. "engines": {
  2174. "node": ">=8.x"
  2175. },
  2176. "peerDependencies": {
  2177. "react": ">=16.9.0",
  2178. "react-dom": ">=16.9.0"
  2179. }
  2180. },
  2181. "node_modules/@rc-component/portal": {
  2182. "version": "1.1.2",
  2183. "resolved": "https://registry.npmmirror.com/@rc-component/portal/-/portal-1.1.2.tgz",
  2184. "integrity": "sha512-6f813C0IsasTZms08kfA8kPAGxbbkYToa8ALaiDIGGECU4i9hj8Plgbx0sNJDrey3EtHO30hmdaxtT0138xZcg==",
  2185. "license": "MIT",
  2186. "dependencies": {
  2187. "@babel/runtime": "^7.18.0",
  2188. "classnames": "^2.3.2",
  2189. "rc-util": "^5.24.4"
  2190. },
  2191. "engines": {
  2192. "node": ">=8.x"
  2193. },
  2194. "peerDependencies": {
  2195. "react": ">=16.9.0",
  2196. "react-dom": ">=16.9.0"
  2197. }
  2198. },
  2199. "node_modules/@rc-component/qrcode": {
  2200. "version": "1.0.0",
  2201. "resolved": "https://registry.npmmirror.com/@rc-component/qrcode/-/qrcode-1.0.0.tgz",
  2202. "integrity": "sha512-L+rZ4HXP2sJ1gHMGHjsg9jlYBX/SLN2D6OxP9Zn3qgtpMWtO2vUfxVFwiogHpAIqs54FnALxraUy/BCO1yRIgg==",
  2203. "license": "MIT",
  2204. "dependencies": {
  2205. "@babel/runtime": "^7.24.7",
  2206. "classnames": "^2.3.2",
  2207. "rc-util": "^5.38.0"
  2208. },
  2209. "engines": {
  2210. "node": ">=8.x"
  2211. },
  2212. "peerDependencies": {
  2213. "react": ">=16.9.0",
  2214. "react-dom": ">=16.9.0"
  2215. }
  2216. },
  2217. "node_modules/@rc-component/tour": {
  2218. "version": "1.15.1",
  2219. "resolved": "https://registry.npmmirror.com/@rc-component/tour/-/tour-1.15.1.tgz",
  2220. "integrity": "sha512-Tr2t7J1DKZUpfJuDZWHxyxWpfmj8EZrqSgyMZ+BCdvKZ6r1UDsfU46M/iWAAFBy961Ssfom2kv5f3UcjIL2CmQ==",
  2221. "license": "MIT",
  2222. "dependencies": {
  2223. "@babel/runtime": "^7.18.0",
  2224. "@rc-component/portal": "^1.0.0-9",
  2225. "@rc-component/trigger": "^2.0.0",
  2226. "classnames": "^2.3.2",
  2227. "rc-util": "^5.24.4"
  2228. },
  2229. "engines": {
  2230. "node": ">=8.x"
  2231. },
  2232. "peerDependencies": {
  2233. "react": ">=16.9.0",
  2234. "react-dom": ">=16.9.0"
  2235. }
  2236. },
  2237. "node_modules/@rc-component/trigger": {
  2238. "version": "2.3.0",
  2239. "resolved": "https://registry.npmmirror.com/@rc-component/trigger/-/trigger-2.3.0.tgz",
  2240. "integrity": "sha512-iwaxZyzOuK0D7lS+0AQEtW52zUWxoGqTGkke3dRyb8pYiShmRpCjB/8TzPI4R6YySCH7Vm9BZj/31VPiiQTLBg==",
  2241. "license": "MIT",
  2242. "dependencies": {
  2243. "@babel/runtime": "^7.23.2",
  2244. "@rc-component/portal": "^1.1.0",
  2245. "classnames": "^2.3.2",
  2246. "rc-motion": "^2.0.0",
  2247. "rc-resize-observer": "^1.3.1",
  2248. "rc-util": "^5.44.0"
  2249. },
  2250. "engines": {
  2251. "node": ">=8.x"
  2252. },
  2253. "peerDependencies": {
  2254. "react": ">=16.9.0",
  2255. "react-dom": ">=16.9.0"
  2256. }
  2257. },
  2258. "node_modules/@rtsao/scc": {
  2259. "version": "1.1.0",
  2260. "resolved": "https://registry.npmmirror.com/@rtsao/scc/-/scc-1.1.0.tgz",
  2261. "integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==",
  2262. "dev": true,
  2263. "license": "MIT"
  2264. },
  2265. "node_modules/@rushstack/eslint-patch": {
  2266. "version": "1.12.0",
  2267. "resolved": "https://registry.npmmirror.com/@rushstack/eslint-patch/-/eslint-patch-1.12.0.tgz",
  2268. "integrity": "sha512-5EwMtOqvJMMa3HbmxLlF74e+3/HhwBTMcvt3nqVJgGCozO6hzIPOBlwm8mGVNR9SN2IJpxSnlxczyDjcn7qIyw==",
  2269. "dev": true,
  2270. "license": "MIT"
  2271. },
  2272. "node_modules/@sbzen/cron-core": {
  2273. "version": "2.0.3",
  2274. "resolved": "https://registry.npmmirror.com/@sbzen/cron-core/-/cron-core-2.0.3.tgz",
  2275. "integrity": "sha512-ITfcSuk5O6LoO8AG3xlkXEhqfxWRwSEJcVL/NmPh9qZn99Jenpf9XO5XYnYWPEDBDxa6cSfOxvthn8yn5OxaCA==",
  2276. "license": "MIT"
  2277. },
  2278. "node_modules/@sbzen/re-cron": {
  2279. "version": "2.0.7",
  2280. "resolved": "https://registry.npmmirror.com/@sbzen/re-cron/-/re-cron-2.0.7.tgz",
  2281. "integrity": "sha512-NCMdo5JvqfvEEntWeC8QgfWCY3x2DqqTAa6cJeb9ENP3jLAPEEOFFpe/hhPRR64QAeayideTQL1FaVy36RHGYw==",
  2282. "license": "MIT",
  2283. "dependencies": {
  2284. "@sbzen/cron-core": "2.0.3"
  2285. },
  2286. "peerDependencies": {
  2287. "react": "*",
  2288. "react-dom": "*"
  2289. }
  2290. },
  2291. "node_modules/@swc/helpers": {
  2292. "version": "0.5.15",
  2293. "resolved": "https://registry.npmmirror.com/@swc/helpers/-/helpers-0.5.15.tgz",
  2294. "integrity": "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==",
  2295. "license": "Apache-2.0",
  2296. "dependencies": {
  2297. "tslib": "^2.8.0"
  2298. }
  2299. },
  2300. "node_modules/@tailwindcss/node": {
  2301. "version": "4.1.11",
  2302. "resolved": "https://registry.npmmirror.com/@tailwindcss/node/-/node-4.1.11.tgz",
  2303. "integrity": "sha512-yzhzuGRmv5QyU9qLNg4GTlYI6STedBWRE7NjxP45CsFYYq9taI0zJXZBMqIC/c8fViNLhmrbpSFS57EoxUmD6Q==",
  2304. "dev": true,
  2305. "license": "MIT",
  2306. "dependencies": {
  2307. "@ampproject/remapping": "^2.3.0",
  2308. "enhanced-resolve": "^5.18.1",
  2309. "jiti": "^2.4.2",
  2310. "lightningcss": "1.30.1",
  2311. "magic-string": "^0.30.17",
  2312. "source-map-js": "^1.2.1",
  2313. "tailwindcss": "4.1.11"
  2314. }
  2315. },
  2316. "node_modules/@tailwindcss/oxide": {
  2317. "version": "4.1.11",
  2318. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide/-/oxide-4.1.11.tgz",
  2319. "integrity": "sha512-Q69XzrtAhuyfHo+5/HMgr1lAiPP/G40OMFAnws7xcFEYqcypZmdW8eGXaOUIeOl1dzPJBPENXgbjsOyhg2nkrg==",
  2320. "dev": true,
  2321. "hasInstallScript": true,
  2322. "license": "MIT",
  2323. "dependencies": {
  2324. "detect-libc": "^2.0.4",
  2325. "tar": "^7.4.3"
  2326. },
  2327. "engines": {
  2328. "node": ">= 10"
  2329. },
  2330. "optionalDependencies": {
  2331. "@tailwindcss/oxide-android-arm64": "4.1.11",
  2332. "@tailwindcss/oxide-darwin-arm64": "4.1.11",
  2333. "@tailwindcss/oxide-darwin-x64": "4.1.11",
  2334. "@tailwindcss/oxide-freebsd-x64": "4.1.11",
  2335. "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.11",
  2336. "@tailwindcss/oxide-linux-arm64-gnu": "4.1.11",
  2337. "@tailwindcss/oxide-linux-arm64-musl": "4.1.11",
  2338. "@tailwindcss/oxide-linux-x64-gnu": "4.1.11",
  2339. "@tailwindcss/oxide-linux-x64-musl": "4.1.11",
  2340. "@tailwindcss/oxide-wasm32-wasi": "4.1.11",
  2341. "@tailwindcss/oxide-win32-arm64-msvc": "4.1.11",
  2342. "@tailwindcss/oxide-win32-x64-msvc": "4.1.11"
  2343. }
  2344. },
  2345. "node_modules/@tailwindcss/oxide-android-arm64": {
  2346. "version": "4.1.11",
  2347. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.11.tgz",
  2348. "integrity": "sha512-3IfFuATVRUMZZprEIx9OGDjG3Ou3jG4xQzNTvjDoKmU9JdmoCohQJ83MYd0GPnQIu89YoJqvMM0G3uqLRFtetg==",
  2349. "cpu": [
  2350. "arm64"
  2351. ],
  2352. "dev": true,
  2353. "license": "MIT",
  2354. "optional": true,
  2355. "os": [
  2356. "android"
  2357. ],
  2358. "engines": {
  2359. "node": ">= 10"
  2360. }
  2361. },
  2362. "node_modules/@tailwindcss/oxide-darwin-arm64": {
  2363. "version": "4.1.11",
  2364. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.11.tgz",
  2365. "integrity": "sha512-ESgStEOEsyg8J5YcMb1xl8WFOXfeBmrhAwGsFxxB2CxY9evy63+AtpbDLAyRkJnxLy2WsD1qF13E97uQyP1lfQ==",
  2366. "cpu": [
  2367. "arm64"
  2368. ],
  2369. "dev": true,
  2370. "license": "MIT",
  2371. "optional": true,
  2372. "os": [
  2373. "darwin"
  2374. ],
  2375. "engines": {
  2376. "node": ">= 10"
  2377. }
  2378. },
  2379. "node_modules/@tailwindcss/oxide-darwin-x64": {
  2380. "version": "4.1.11",
  2381. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.11.tgz",
  2382. "integrity": "sha512-EgnK8kRchgmgzG6jE10UQNaH9Mwi2n+yw1jWmof9Vyg2lpKNX2ioe7CJdf9M5f8V9uaQxInenZkOxnTVL3fhAw==",
  2383. "cpu": [
  2384. "x64"
  2385. ],
  2386. "dev": true,
  2387. "license": "MIT",
  2388. "optional": true,
  2389. "os": [
  2390. "darwin"
  2391. ],
  2392. "engines": {
  2393. "node": ">= 10"
  2394. }
  2395. },
  2396. "node_modules/@tailwindcss/oxide-freebsd-x64": {
  2397. "version": "4.1.11",
  2398. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.11.tgz",
  2399. "integrity": "sha512-xdqKtbpHs7pQhIKmqVpxStnY1skuNh4CtbcyOHeX1YBE0hArj2romsFGb6yUmzkq/6M24nkxDqU8GYrKrz+UcA==",
  2400. "cpu": [
  2401. "x64"
  2402. ],
  2403. "dev": true,
  2404. "license": "MIT",
  2405. "optional": true,
  2406. "os": [
  2407. "freebsd"
  2408. ],
  2409. "engines": {
  2410. "node": ">= 10"
  2411. }
  2412. },
  2413. "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
  2414. "version": "4.1.11",
  2415. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.11.tgz",
  2416. "integrity": "sha512-ryHQK2eyDYYMwB5wZL46uoxz2zzDZsFBwfjssgB7pzytAeCCa6glsiJGjhTEddq/4OsIjsLNMAiMlHNYnkEEeg==",
  2417. "cpu": [
  2418. "arm"
  2419. ],
  2420. "dev": true,
  2421. "license": "MIT",
  2422. "optional": true,
  2423. "os": [
  2424. "linux"
  2425. ],
  2426. "engines": {
  2427. "node": ">= 10"
  2428. }
  2429. },
  2430. "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
  2431. "version": "4.1.11",
  2432. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.11.tgz",
  2433. "integrity": "sha512-mYwqheq4BXF83j/w75ewkPJmPZIqqP1nhoghS9D57CLjsh3Nfq0m4ftTotRYtGnZd3eCztgbSPJ9QhfC91gDZQ==",
  2434. "cpu": [
  2435. "arm64"
  2436. ],
  2437. "dev": true,
  2438. "license": "MIT",
  2439. "optional": true,
  2440. "os": [
  2441. "linux"
  2442. ],
  2443. "engines": {
  2444. "node": ">= 10"
  2445. }
  2446. },
  2447. "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
  2448. "version": "4.1.11",
  2449. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.11.tgz",
  2450. "integrity": "sha512-m/NVRFNGlEHJrNVk3O6I9ggVuNjXHIPoD6bqay/pubtYC9QIdAMpS+cswZQPBLvVvEF6GtSNONbDkZrjWZXYNQ==",
  2451. "cpu": [
  2452. "arm64"
  2453. ],
  2454. "dev": true,
  2455. "license": "MIT",
  2456. "optional": true,
  2457. "os": [
  2458. "linux"
  2459. ],
  2460. "engines": {
  2461. "node": ">= 10"
  2462. }
  2463. },
  2464. "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
  2465. "version": "4.1.11",
  2466. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.11.tgz",
  2467. "integrity": "sha512-YW6sblI7xukSD2TdbbaeQVDysIm/UPJtObHJHKxDEcW2exAtY47j52f8jZXkqE1krdnkhCMGqP3dbniu1Te2Fg==",
  2468. "cpu": [
  2469. "x64"
  2470. ],
  2471. "dev": true,
  2472. "license": "MIT",
  2473. "optional": true,
  2474. "os": [
  2475. "linux"
  2476. ],
  2477. "engines": {
  2478. "node": ">= 10"
  2479. }
  2480. },
  2481. "node_modules/@tailwindcss/oxide-linux-x64-musl": {
  2482. "version": "4.1.11",
  2483. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.11.tgz",
  2484. "integrity": "sha512-e3C/RRhGunWYNC3aSF7exsQkdXzQ/M+aYuZHKnw4U7KQwTJotnWsGOIVih0s2qQzmEzOFIJ3+xt7iq67K/p56Q==",
  2485. "cpu": [
  2486. "x64"
  2487. ],
  2488. "dev": true,
  2489. "license": "MIT",
  2490. "optional": true,
  2491. "os": [
  2492. "linux"
  2493. ],
  2494. "engines": {
  2495. "node": ">= 10"
  2496. }
  2497. },
  2498. "node_modules/@tailwindcss/oxide-wasm32-wasi": {
  2499. "version": "4.1.11",
  2500. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.11.tgz",
  2501. "integrity": "sha512-Xo1+/GU0JEN/C/dvcammKHzeM6NqKovG+6921MR6oadee5XPBaKOumrJCXvopJ/Qb5TH7LX/UAywbqrP4lax0g==",
  2502. "bundleDependencies": [
  2503. "@napi-rs/wasm-runtime",
  2504. "@emnapi/core",
  2505. "@emnapi/runtime",
  2506. "@tybys/wasm-util",
  2507. "@emnapi/wasi-threads",
  2508. "tslib"
  2509. ],
  2510. "cpu": [
  2511. "wasm32"
  2512. ],
  2513. "dev": true,
  2514. "license": "MIT",
  2515. "optional": true,
  2516. "dependencies": {
  2517. "@emnapi/core": "^1.4.3",
  2518. "@emnapi/runtime": "^1.4.3",
  2519. "@emnapi/wasi-threads": "^1.0.2",
  2520. "@napi-rs/wasm-runtime": "^0.2.11",
  2521. "@tybys/wasm-util": "^0.9.0",
  2522. "tslib": "^2.8.0"
  2523. },
  2524. "engines": {
  2525. "node": ">=14.0.0"
  2526. }
  2527. },
  2528. "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
  2529. "version": "4.1.11",
  2530. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.11.tgz",
  2531. "integrity": "sha512-UgKYx5PwEKrac3GPNPf6HVMNhUIGuUh4wlDFR2jYYdkX6pL/rn73zTq/4pzUm8fOjAn5L8zDeHp9iXmUGOXZ+w==",
  2532. "cpu": [
  2533. "arm64"
  2534. ],
  2535. "dev": true,
  2536. "license": "MIT",
  2537. "optional": true,
  2538. "os": [
  2539. "win32"
  2540. ],
  2541. "engines": {
  2542. "node": ">= 10"
  2543. }
  2544. },
  2545. "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
  2546. "version": "4.1.11",
  2547. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.11.tgz",
  2548. "integrity": "sha512-YfHoggn1j0LK7wR82TOucWc5LDCguHnoS879idHekmmiR7g9HUtMw9MI0NHatS28u/Xlkfi9w5RJWgz2Dl+5Qg==",
  2549. "cpu": [
  2550. "x64"
  2551. ],
  2552. "dev": true,
  2553. "license": "MIT",
  2554. "optional": true,
  2555. "os": [
  2556. "win32"
  2557. ],
  2558. "engines": {
  2559. "node": ">= 10"
  2560. }
  2561. },
  2562. "node_modules/@tailwindcss/postcss": {
  2563. "version": "4.1.11",
  2564. "resolved": "https://registry.npmmirror.com/@tailwindcss/postcss/-/postcss-4.1.11.tgz",
  2565. "integrity": "sha512-q/EAIIpF6WpLhKEuQSEVMZNMIY8KhWoAemZ9eylNAih9jxMGAYPPWBn3I9QL/2jZ+e7OEz/tZkX5HwbBR4HohA==",
  2566. "dev": true,
  2567. "license": "MIT",
  2568. "dependencies": {
  2569. "@alloc/quick-lru": "^5.2.0",
  2570. "@tailwindcss/node": "4.1.11",
  2571. "@tailwindcss/oxide": "4.1.11",
  2572. "postcss": "^8.4.41",
  2573. "tailwindcss": "4.1.11"
  2574. }
  2575. },
  2576. "node_modules/@tybys/wasm-util": {
  2577. "version": "0.10.0",
  2578. "resolved": "https://registry.npmmirror.com/@tybys/wasm-util/-/wasm-util-0.10.0.tgz",
  2579. "integrity": "sha512-VyyPYFlOMNylG45GoAe0xDoLwWuowvf92F9kySqzYh8vmYm7D2u4iUJKa1tOUpS70Ku13ASrOkS4ScXFsTaCNQ==",
  2580. "dev": true,
  2581. "license": "MIT",
  2582. "optional": true,
  2583. "dependencies": {
  2584. "tslib": "^2.4.0"
  2585. }
  2586. },
  2587. "node_modules/@types/debug": {
  2588. "version": "4.1.12",
  2589. "resolved": "https://registry.npmmirror.com/@types/debug/-/debug-4.1.12.tgz",
  2590. "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==",
  2591. "license": "MIT",
  2592. "dependencies": {
  2593. "@types/ms": "*"
  2594. }
  2595. },
  2596. "node_modules/@types/estree": {
  2597. "version": "1.0.8",
  2598. "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.8.tgz",
  2599. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  2600. "license": "MIT"
  2601. },
  2602. "node_modules/@types/estree-jsx": {
  2603. "version": "1.0.5",
  2604. "resolved": "https://registry.npmmirror.com/@types/estree-jsx/-/estree-jsx-1.0.5.tgz",
  2605. "integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==",
  2606. "license": "MIT",
  2607. "dependencies": {
  2608. "@types/estree": "*"
  2609. }
  2610. },
  2611. "node_modules/@types/hast": {
  2612. "version": "3.0.4",
  2613. "resolved": "https://registry.npmmirror.com/@types/hast/-/hast-3.0.4.tgz",
  2614. "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
  2615. "license": "MIT",
  2616. "dependencies": {
  2617. "@types/unist": "*"
  2618. }
  2619. },
  2620. "node_modules/@types/json-schema": {
  2621. "version": "7.0.15",
  2622. "resolved": "https://registry.npmmirror.com/@types/json-schema/-/json-schema-7.0.15.tgz",
  2623. "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
  2624. "dev": true,
  2625. "license": "MIT"
  2626. },
  2627. "node_modules/@types/json5": {
  2628. "version": "0.0.29",
  2629. "resolved": "https://registry.npmmirror.com/@types/json5/-/json5-0.0.29.tgz",
  2630. "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==",
  2631. "dev": true,
  2632. "license": "MIT"
  2633. },
  2634. "node_modules/@types/mdast": {
  2635. "version": "4.0.4",
  2636. "resolved": "https://registry.npmmirror.com/@types/mdast/-/mdast-4.0.4.tgz",
  2637. "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
  2638. "license": "MIT",
  2639. "dependencies": {
  2640. "@types/unist": "*"
  2641. }
  2642. },
  2643. "node_modules/@types/ms": {
  2644. "version": "2.1.0",
  2645. "resolved": "https://registry.npmmirror.com/@types/ms/-/ms-2.1.0.tgz",
  2646. "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",
  2647. "license": "MIT"
  2648. },
  2649. "node_modules/@types/node": {
  2650. "version": "20.19.9",
  2651. "resolved": "https://registry.npmmirror.com/@types/node/-/node-20.19.9.tgz",
  2652. "integrity": "sha512-cuVNgarYWZqxRJDQHEB58GEONhOK79QVR/qYx4S7kcUObQvUwvFnYxJuuHUKm2aieN9X3yZB4LZsuYNU1Qphsw==",
  2653. "dev": true,
  2654. "license": "MIT",
  2655. "dependencies": {
  2656. "undici-types": "~6.21.0"
  2657. }
  2658. },
  2659. "node_modules/@types/parse-json": {
  2660. "version": "4.0.2",
  2661. "resolved": "https://registry.npmmirror.com/@types/parse-json/-/parse-json-4.0.2.tgz",
  2662. "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==",
  2663. "license": "MIT"
  2664. },
  2665. "node_modules/@types/prismjs": {
  2666. "version": "1.26.5",
  2667. "resolved": "https://registry.npmmirror.com/@types/prismjs/-/prismjs-1.26.5.tgz",
  2668. "integrity": "sha512-AUZTa7hQ2KY5L7AmtSiqxlhWxb4ina0yd8hNbl4TWuqnv/pFP0nDMb3YrfSBf4hJVGLh2YEIBfKaBW/9UEl6IQ==",
  2669. "license": "MIT"
  2670. },
  2671. "node_modules/@types/react": {
  2672. "version": "19.1.9",
  2673. "resolved": "https://registry.npmmirror.com/@types/react/-/react-19.1.9.tgz",
  2674. "integrity": "sha512-WmdoynAX8Stew/36uTSVMcLJJ1KRh6L3IZRx1PZ7qJtBqT3dYTgyDTx8H1qoRghErydW7xw9mSJ3wS//tCRpFA==",
  2675. "license": "MIT",
  2676. "dependencies": {
  2677. "csstype": "^3.0.2"
  2678. }
  2679. },
  2680. "node_modules/@types/react-dom": {
  2681. "version": "19.1.7",
  2682. "resolved": "https://registry.npmmirror.com/@types/react-dom/-/react-dom-19.1.7.tgz",
  2683. "integrity": "sha512-i5ZzwYpqjmrKenzkoLM2Ibzt6mAsM7pxB6BCIouEVVmgiqaMj1TjaK7hnA36hbW5aZv20kx7Lw6hWzPWg0Rurw==",
  2684. "dev": true,
  2685. "license": "MIT",
  2686. "peerDependencies": {
  2687. "@types/react": "^19.0.0"
  2688. }
  2689. },
  2690. "node_modules/@types/unist": {
  2691. "version": "3.0.3",
  2692. "resolved": "https://registry.npmmirror.com/@types/unist/-/unist-3.0.3.tgz",
  2693. "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
  2694. "license": "MIT"
  2695. },
  2696. "node_modules/@typescript-eslint/eslint-plugin": {
  2697. "version": "8.39.0",
  2698. "resolved": "https://registry.npmmirror.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.39.0.tgz",
  2699. "integrity": "sha512-bhEz6OZeUR+O/6yx9Jk6ohX6H9JSFTaiY0v9/PuKT3oGK0rn0jNplLmyFUGV+a9gfYnVNwGDwS/UkLIuXNb2Rw==",
  2700. "dev": true,
  2701. "license": "MIT",
  2702. "dependencies": {
  2703. "@eslint-community/regexpp": "^4.10.0",
  2704. "@typescript-eslint/scope-manager": "8.39.0",
  2705. "@typescript-eslint/type-utils": "8.39.0",
  2706. "@typescript-eslint/utils": "8.39.0",
  2707. "@typescript-eslint/visitor-keys": "8.39.0",
  2708. "graphemer": "^1.4.0",
  2709. "ignore": "^7.0.0",
  2710. "natural-compare": "^1.4.0",
  2711. "ts-api-utils": "^2.1.0"
  2712. },
  2713. "engines": {
  2714. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2715. },
  2716. "funding": {
  2717. "type": "opencollective",
  2718. "url": "https://opencollective.com/typescript-eslint"
  2719. },
  2720. "peerDependencies": {
  2721. "@typescript-eslint/parser": "^8.39.0",
  2722. "eslint": "^8.57.0 || ^9.0.0",
  2723. "typescript": ">=4.8.4 <6.0.0"
  2724. }
  2725. },
  2726. "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
  2727. "version": "7.0.5",
  2728. "resolved": "https://registry.npmmirror.com/ignore/-/ignore-7.0.5.tgz",
  2729. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  2730. "dev": true,
  2731. "license": "MIT",
  2732. "engines": {
  2733. "node": ">= 4"
  2734. }
  2735. },
  2736. "node_modules/@typescript-eslint/parser": {
  2737. "version": "8.39.0",
  2738. "resolved": "https://registry.npmmirror.com/@typescript-eslint/parser/-/parser-8.39.0.tgz",
  2739. "integrity": "sha512-g3WpVQHngx0aLXn6kfIYCZxM6rRJlWzEkVpqEFLT3SgEDsp9cpCbxxgwnE504q4H+ruSDh/VGS6nqZIDynP+vg==",
  2740. "dev": true,
  2741. "license": "MIT",
  2742. "dependencies": {
  2743. "@typescript-eslint/scope-manager": "8.39.0",
  2744. "@typescript-eslint/types": "8.39.0",
  2745. "@typescript-eslint/typescript-estree": "8.39.0",
  2746. "@typescript-eslint/visitor-keys": "8.39.0",
  2747. "debug": "^4.3.4"
  2748. },
  2749. "engines": {
  2750. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2751. },
  2752. "funding": {
  2753. "type": "opencollective",
  2754. "url": "https://opencollective.com/typescript-eslint"
  2755. },
  2756. "peerDependencies": {
  2757. "eslint": "^8.57.0 || ^9.0.0",
  2758. "typescript": ">=4.8.4 <6.0.0"
  2759. }
  2760. },
  2761. "node_modules/@typescript-eslint/project-service": {
  2762. "version": "8.39.0",
  2763. "resolved": "https://registry.npmmirror.com/@typescript-eslint/project-service/-/project-service-8.39.0.tgz",
  2764. "integrity": "sha512-CTzJqaSq30V/Z2Og9jogzZt8lJRR5TKlAdXmWgdu4hgcC9Kww5flQ+xFvMxIBWVNdxJO7OifgdOK4PokMIWPew==",
  2765. "dev": true,
  2766. "license": "MIT",
  2767. "dependencies": {
  2768. "@typescript-eslint/tsconfig-utils": "^8.39.0",
  2769. "@typescript-eslint/types": "^8.39.0",
  2770. "debug": "^4.3.4"
  2771. },
  2772. "engines": {
  2773. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2774. },
  2775. "funding": {
  2776. "type": "opencollective",
  2777. "url": "https://opencollective.com/typescript-eslint"
  2778. },
  2779. "peerDependencies": {
  2780. "typescript": ">=4.8.4 <6.0.0"
  2781. }
  2782. },
  2783. "node_modules/@typescript-eslint/scope-manager": {
  2784. "version": "8.39.0",
  2785. "resolved": "https://registry.npmmirror.com/@typescript-eslint/scope-manager/-/scope-manager-8.39.0.tgz",
  2786. "integrity": "sha512-8QOzff9UKxOh6npZQ/4FQu4mjdOCGSdO3p44ww0hk8Vu+IGbg0tB/H1LcTARRDzGCC8pDGbh2rissBuuoPgH8A==",
  2787. "dev": true,
  2788. "license": "MIT",
  2789. "dependencies": {
  2790. "@typescript-eslint/types": "8.39.0",
  2791. "@typescript-eslint/visitor-keys": "8.39.0"
  2792. },
  2793. "engines": {
  2794. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2795. },
  2796. "funding": {
  2797. "type": "opencollective",
  2798. "url": "https://opencollective.com/typescript-eslint"
  2799. }
  2800. },
  2801. "node_modules/@typescript-eslint/tsconfig-utils": {
  2802. "version": "8.39.0",
  2803. "resolved": "https://registry.npmmirror.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.39.0.tgz",
  2804. "integrity": "sha512-Fd3/QjmFV2sKmvv3Mrj8r6N8CryYiCS8Wdb/6/rgOXAWGcFuc+VkQuG28uk/4kVNVZBQuuDHEDUpo/pQ32zsIQ==",
  2805. "dev": true,
  2806. "license": "MIT",
  2807. "engines": {
  2808. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2809. },
  2810. "funding": {
  2811. "type": "opencollective",
  2812. "url": "https://opencollective.com/typescript-eslint"
  2813. },
  2814. "peerDependencies": {
  2815. "typescript": ">=4.8.4 <6.0.0"
  2816. }
  2817. },
  2818. "node_modules/@typescript-eslint/type-utils": {
  2819. "version": "8.39.0",
  2820. "resolved": "https://registry.npmmirror.com/@typescript-eslint/type-utils/-/type-utils-8.39.0.tgz",
  2821. "integrity": "sha512-6B3z0c1DXVT2vYA9+z9axjtc09rqKUPRmijD5m9iv8iQpHBRYRMBcgxSiKTZKm6FwWw1/cI4v6em35OsKCiN5Q==",
  2822. "dev": true,
  2823. "license": "MIT",
  2824. "dependencies": {
  2825. "@typescript-eslint/types": "8.39.0",
  2826. "@typescript-eslint/typescript-estree": "8.39.0",
  2827. "@typescript-eslint/utils": "8.39.0",
  2828. "debug": "^4.3.4",
  2829. "ts-api-utils": "^2.1.0"
  2830. },
  2831. "engines": {
  2832. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2833. },
  2834. "funding": {
  2835. "type": "opencollective",
  2836. "url": "https://opencollective.com/typescript-eslint"
  2837. },
  2838. "peerDependencies": {
  2839. "eslint": "^8.57.0 || ^9.0.0",
  2840. "typescript": ">=4.8.4 <6.0.0"
  2841. }
  2842. },
  2843. "node_modules/@typescript-eslint/types": {
  2844. "version": "8.39.0",
  2845. "resolved": "https://registry.npmmirror.com/@typescript-eslint/types/-/types-8.39.0.tgz",
  2846. "integrity": "sha512-ArDdaOllnCj3yn/lzKn9s0pBQYmmyme/v1HbGIGB0GB/knFI3fWMHloC+oYTJW46tVbYnGKTMDK4ah1sC2v0Kg==",
  2847. "dev": true,
  2848. "license": "MIT",
  2849. "engines": {
  2850. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2851. },
  2852. "funding": {
  2853. "type": "opencollective",
  2854. "url": "https://opencollective.com/typescript-eslint"
  2855. }
  2856. },
  2857. "node_modules/@typescript-eslint/typescript-estree": {
  2858. "version": "8.39.0",
  2859. "resolved": "https://registry.npmmirror.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.39.0.tgz",
  2860. "integrity": "sha512-ndWdiflRMvfIgQRpckQQLiB5qAKQ7w++V4LlCHwp62eym1HLB/kw7D9f2e8ytONls/jt89TEasgvb+VwnRprsw==",
  2861. "dev": true,
  2862. "license": "MIT",
  2863. "dependencies": {
  2864. "@typescript-eslint/project-service": "8.39.0",
  2865. "@typescript-eslint/tsconfig-utils": "8.39.0",
  2866. "@typescript-eslint/types": "8.39.0",
  2867. "@typescript-eslint/visitor-keys": "8.39.0",
  2868. "debug": "^4.3.4",
  2869. "fast-glob": "^3.3.2",
  2870. "is-glob": "^4.0.3",
  2871. "minimatch": "^9.0.4",
  2872. "semver": "^7.6.0",
  2873. "ts-api-utils": "^2.1.0"
  2874. },
  2875. "engines": {
  2876. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2877. },
  2878. "funding": {
  2879. "type": "opencollective",
  2880. "url": "https://opencollective.com/typescript-eslint"
  2881. },
  2882. "peerDependencies": {
  2883. "typescript": ">=4.8.4 <6.0.0"
  2884. }
  2885. },
  2886. "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
  2887. "version": "2.0.2",
  2888. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.2.tgz",
  2889. "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
  2890. "dev": true,
  2891. "license": "MIT",
  2892. "dependencies": {
  2893. "balanced-match": "^1.0.0"
  2894. }
  2895. },
  2896. "node_modules/@typescript-eslint/typescript-estree/node_modules/fast-glob": {
  2897. "version": "3.3.3",
  2898. "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.3.tgz",
  2899. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  2900. "dev": true,
  2901. "license": "MIT",
  2902. "dependencies": {
  2903. "@nodelib/fs.stat": "^2.0.2",
  2904. "@nodelib/fs.walk": "^1.2.3",
  2905. "glob-parent": "^5.1.2",
  2906. "merge2": "^1.3.0",
  2907. "micromatch": "^4.0.8"
  2908. },
  2909. "engines": {
  2910. "node": ">=8.6.0"
  2911. }
  2912. },
  2913. "node_modules/@typescript-eslint/typescript-estree/node_modules/glob-parent": {
  2914. "version": "5.1.2",
  2915. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  2916. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  2917. "dev": true,
  2918. "license": "ISC",
  2919. "dependencies": {
  2920. "is-glob": "^4.0.1"
  2921. },
  2922. "engines": {
  2923. "node": ">= 6"
  2924. }
  2925. },
  2926. "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
  2927. "version": "9.0.5",
  2928. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.5.tgz",
  2929. "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
  2930. "dev": true,
  2931. "license": "ISC",
  2932. "dependencies": {
  2933. "brace-expansion": "^2.0.1"
  2934. },
  2935. "engines": {
  2936. "node": ">=16 || 14 >=14.17"
  2937. },
  2938. "funding": {
  2939. "url": "https://github.com/sponsors/isaacs"
  2940. }
  2941. },
  2942. "node_modules/@typescript-eslint/utils": {
  2943. "version": "8.39.0",
  2944. "resolved": "https://registry.npmmirror.com/@typescript-eslint/utils/-/utils-8.39.0.tgz",
  2945. "integrity": "sha512-4GVSvNA0Vx1Ktwvf4sFE+exxJ3QGUorQG1/A5mRfRNZtkBT2xrA/BCO2H0eALx/PnvCS6/vmYwRdDA41EoffkQ==",
  2946. "dev": true,
  2947. "license": "MIT",
  2948. "dependencies": {
  2949. "@eslint-community/eslint-utils": "^4.7.0",
  2950. "@typescript-eslint/scope-manager": "8.39.0",
  2951. "@typescript-eslint/types": "8.39.0",
  2952. "@typescript-eslint/typescript-estree": "8.39.0"
  2953. },
  2954. "engines": {
  2955. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2956. },
  2957. "funding": {
  2958. "type": "opencollective",
  2959. "url": "https://opencollective.com/typescript-eslint"
  2960. },
  2961. "peerDependencies": {
  2962. "eslint": "^8.57.0 || ^9.0.0",
  2963. "typescript": ">=4.8.4 <6.0.0"
  2964. }
  2965. },
  2966. "node_modules/@typescript-eslint/visitor-keys": {
  2967. "version": "8.39.0",
  2968. "resolved": "https://registry.npmmirror.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.0.tgz",
  2969. "integrity": "sha512-ldgiJ+VAhQCfIjeOgu8Kj5nSxds0ktPOSO9p4+0VDH2R2pLvQraaM5Oen2d7NxzMCm+Sn/vJT+mv2H5u6b/3fA==",
  2970. "dev": true,
  2971. "license": "MIT",
  2972. "dependencies": {
  2973. "@typescript-eslint/types": "8.39.0",
  2974. "eslint-visitor-keys": "^4.2.1"
  2975. },
  2976. "engines": {
  2977. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  2978. },
  2979. "funding": {
  2980. "type": "opencollective",
  2981. "url": "https://opencollective.com/typescript-eslint"
  2982. }
  2983. },
  2984. "node_modules/@uiw/copy-to-clipboard": {
  2985. "version": "1.0.17",
  2986. "resolved": "https://registry.npmmirror.com/@uiw/copy-to-clipboard/-/copy-to-clipboard-1.0.17.tgz",
  2987. "integrity": "sha512-O2GUHV90Iw2VrSLVLK0OmNIMdZ5fgEg4NhvtwINsX+eZ/Wf6DWD0TdsK9xwV7dNRnK/UI2mQtl0a2/kRgm1m1A==",
  2988. "license": "MIT",
  2989. "funding": {
  2990. "url": "https://jaywcjlove.github.io/#/sponsor"
  2991. }
  2992. },
  2993. "node_modules/@uiw/react-markdown-preview": {
  2994. "version": "5.1.5",
  2995. "resolved": "https://registry.npmmirror.com/@uiw/react-markdown-preview/-/react-markdown-preview-5.1.5.tgz",
  2996. "integrity": "sha512-DNOqx1a6gJR7Btt57zpGEKTfHRlb7rWbtctMRO2f82wWcuoJsxPBrM+JWebDdOD0LfD8oe2CQvW2ICQJKHQhZg==",
  2997. "license": "MIT",
  2998. "dependencies": {
  2999. "@babel/runtime": "^7.17.2",
  3000. "@uiw/copy-to-clipboard": "~1.0.12",
  3001. "react-markdown": "~9.0.1",
  3002. "rehype-attr": "~3.0.1",
  3003. "rehype-autolink-headings": "~7.1.0",
  3004. "rehype-ignore": "^2.0.0",
  3005. "rehype-prism-plus": "2.0.0",
  3006. "rehype-raw": "^7.0.0",
  3007. "rehype-rewrite": "~4.0.0",
  3008. "rehype-slug": "~6.0.0",
  3009. "remark-gfm": "~4.0.0",
  3010. "remark-github-blockquote-alert": "^1.0.0",
  3011. "unist-util-visit": "^5.0.0"
  3012. },
  3013. "funding": {
  3014. "url": "https://jaywcjlove.github.io/#/sponsor"
  3015. },
  3016. "peerDependencies": {
  3017. "react": ">=16.8.0",
  3018. "react-dom": ">=16.8.0"
  3019. }
  3020. },
  3021. "node_modules/@uiw/react-markdown-preview/node_modules/rehype-prism-plus": {
  3022. "version": "2.0.0",
  3023. "resolved": "https://registry.npmmirror.com/rehype-prism-plus/-/rehype-prism-plus-2.0.0.tgz",
  3024. "integrity": "sha512-FeM/9V2N7EvDZVdR2dqhAzlw5YI49m9Tgn7ZrYJeYHIahM6gcXpH0K1y2gNnKanZCydOMluJvX2cB9z3lhY8XQ==",
  3025. "license": "MIT",
  3026. "dependencies": {
  3027. "hast-util-to-string": "^3.0.0",
  3028. "parse-numeric-range": "^1.3.0",
  3029. "refractor": "^4.8.0",
  3030. "rehype-parse": "^9.0.0",
  3031. "unist-util-filter": "^5.0.0",
  3032. "unist-util-visit": "^5.0.0"
  3033. }
  3034. },
  3035. "node_modules/@uiw/react-md-editor": {
  3036. "version": "4.0.8",
  3037. "resolved": "https://registry.npmmirror.com/@uiw/react-md-editor/-/react-md-editor-4.0.8.tgz",
  3038. "integrity": "sha512-S3mOzZeGmJNhzdXJxRTCwsFMDp8nBWeQUf59cK3L6QHzDUHnRoHpcmWpfVRyKGKSg8zaI2+meU5cYWf8kYn3mQ==",
  3039. "license": "MIT",
  3040. "dependencies": {
  3041. "@babel/runtime": "^7.14.6",
  3042. "@uiw/react-markdown-preview": "^5.0.6",
  3043. "rehype": "~13.0.0",
  3044. "rehype-prism-plus": "~2.0.0"
  3045. },
  3046. "funding": {
  3047. "url": "https://jaywcjlove.github.io/#/sponsor"
  3048. },
  3049. "peerDependencies": {
  3050. "react": ">=16.8.0",
  3051. "react-dom": ">=16.8.0"
  3052. }
  3053. },
  3054. "node_modules/@umijs/route-utils": {
  3055. "version": "4.0.1",
  3056. "resolved": "https://registry.npmmirror.com/@umijs/route-utils/-/route-utils-4.0.1.tgz",
  3057. "integrity": "sha512-+1ixf1BTOLuH+ORb4x8vYMPeIt38n9q0fJDwhv9nSxrV46mxbLF0nmELIo9CKQB2gHfuC4+hww6xejJ6VYnBHQ==",
  3058. "license": "MIT"
  3059. },
  3060. "node_modules/@umijs/use-params": {
  3061. "version": "1.0.9",
  3062. "resolved": "https://registry.npmmirror.com/@umijs/use-params/-/use-params-1.0.9.tgz",
  3063. "integrity": "sha512-QlN0RJSBVQBwLRNxbxjQ5qzqYIGn+K7USppMoIOVlf7fxXHsnQZ2bEsa6Pm74bt6DVQxpUE8HqvdStn6Y9FV1w==",
  3064. "license": "MIT",
  3065. "peerDependencies": {
  3066. "react": "*"
  3067. }
  3068. },
  3069. "node_modules/@ungap/structured-clone": {
  3070. "version": "1.3.0",
  3071. "resolved": "https://registry.npmmirror.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz",
  3072. "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==",
  3073. "license": "ISC"
  3074. },
  3075. "node_modules/@unrs/resolver-binding-android-arm-eabi": {
  3076. "version": "1.11.1",
  3077. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-android-arm-eabi/-/resolver-binding-android-arm-eabi-1.11.1.tgz",
  3078. "integrity": "sha512-ppLRUgHVaGRWUx0R0Ut06Mjo9gBaBkg3v/8AxusGLhsIotbBLuRk51rAzqLC8gq6NyyAojEXglNjzf6R948DNw==",
  3079. "cpu": [
  3080. "arm"
  3081. ],
  3082. "dev": true,
  3083. "license": "MIT",
  3084. "optional": true,
  3085. "os": [
  3086. "android"
  3087. ]
  3088. },
  3089. "node_modules/@unrs/resolver-binding-android-arm64": {
  3090. "version": "1.11.1",
  3091. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-android-arm64/-/resolver-binding-android-arm64-1.11.1.tgz",
  3092. "integrity": "sha512-lCxkVtb4wp1v+EoN+HjIG9cIIzPkX5OtM03pQYkG+U5O/wL53LC4QbIeazgiKqluGeVEeBlZahHalCaBvU1a2g==",
  3093. "cpu": [
  3094. "arm64"
  3095. ],
  3096. "dev": true,
  3097. "license": "MIT",
  3098. "optional": true,
  3099. "os": [
  3100. "android"
  3101. ]
  3102. },
  3103. "node_modules/@unrs/resolver-binding-darwin-arm64": {
  3104. "version": "1.11.1",
  3105. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-darwin-arm64/-/resolver-binding-darwin-arm64-1.11.1.tgz",
  3106. "integrity": "sha512-gPVA1UjRu1Y/IsB/dQEsp2V1pm44Of6+LWvbLc9SDk1c2KhhDRDBUkQCYVWe6f26uJb3fOK8saWMgtX8IrMk3g==",
  3107. "cpu": [
  3108. "arm64"
  3109. ],
  3110. "dev": true,
  3111. "license": "MIT",
  3112. "optional": true,
  3113. "os": [
  3114. "darwin"
  3115. ]
  3116. },
  3117. "node_modules/@unrs/resolver-binding-darwin-x64": {
  3118. "version": "1.11.1",
  3119. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-darwin-x64/-/resolver-binding-darwin-x64-1.11.1.tgz",
  3120. "integrity": "sha512-cFzP7rWKd3lZaCsDze07QX1SC24lO8mPty9vdP+YVa3MGdVgPmFc59317b2ioXtgCMKGiCLxJ4HQs62oz6GfRQ==",
  3121. "cpu": [
  3122. "x64"
  3123. ],
  3124. "dev": true,
  3125. "license": "MIT",
  3126. "optional": true,
  3127. "os": [
  3128. "darwin"
  3129. ]
  3130. },
  3131. "node_modules/@unrs/resolver-binding-freebsd-x64": {
  3132. "version": "1.11.1",
  3133. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-freebsd-x64/-/resolver-binding-freebsd-x64-1.11.1.tgz",
  3134. "integrity": "sha512-fqtGgak3zX4DCB6PFpsH5+Kmt/8CIi4Bry4rb1ho6Av2QHTREM+47y282Uqiu3ZRF5IQioJQ5qWRV6jduA+iGw==",
  3135. "cpu": [
  3136. "x64"
  3137. ],
  3138. "dev": true,
  3139. "license": "MIT",
  3140. "optional": true,
  3141. "os": [
  3142. "freebsd"
  3143. ]
  3144. },
  3145. "node_modules/@unrs/resolver-binding-linux-arm-gnueabihf": {
  3146. "version": "1.11.1",
  3147. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-linux-arm-gnueabihf/-/resolver-binding-linux-arm-gnueabihf-1.11.1.tgz",
  3148. "integrity": "sha512-u92mvlcYtp9MRKmP+ZvMmtPN34+/3lMHlyMj7wXJDeXxuM0Vgzz0+PPJNsro1m3IZPYChIkn944wW8TYgGKFHw==",
  3149. "cpu": [
  3150. "arm"
  3151. ],
  3152. "dev": true,
  3153. "license": "MIT",
  3154. "optional": true,
  3155. "os": [
  3156. "linux"
  3157. ]
  3158. },
  3159. "node_modules/@unrs/resolver-binding-linux-arm-musleabihf": {
  3160. "version": "1.11.1",
  3161. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-linux-arm-musleabihf/-/resolver-binding-linux-arm-musleabihf-1.11.1.tgz",
  3162. "integrity": "sha512-cINaoY2z7LVCrfHkIcmvj7osTOtm6VVT16b5oQdS4beibX2SYBwgYLmqhBjA1t51CarSaBuX5YNsWLjsqfW5Cw==",
  3163. "cpu": [
  3164. "arm"
  3165. ],
  3166. "dev": true,
  3167. "license": "MIT",
  3168. "optional": true,
  3169. "os": [
  3170. "linux"
  3171. ]
  3172. },
  3173. "node_modules/@unrs/resolver-binding-linux-arm64-gnu": {
  3174. "version": "1.11.1",
  3175. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-linux-arm64-gnu/-/resolver-binding-linux-arm64-gnu-1.11.1.tgz",
  3176. "integrity": "sha512-34gw7PjDGB9JgePJEmhEqBhWvCiiWCuXsL9hYphDF7crW7UgI05gyBAi6MF58uGcMOiOqSJ2ybEeCvHcq0BCmQ==",
  3177. "cpu": [
  3178. "arm64"
  3179. ],
  3180. "dev": true,
  3181. "license": "MIT",
  3182. "optional": true,
  3183. "os": [
  3184. "linux"
  3185. ]
  3186. },
  3187. "node_modules/@unrs/resolver-binding-linux-arm64-musl": {
  3188. "version": "1.11.1",
  3189. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-linux-arm64-musl/-/resolver-binding-linux-arm64-musl-1.11.1.tgz",
  3190. "integrity": "sha512-RyMIx6Uf53hhOtJDIamSbTskA99sPHS96wxVE/bJtePJJtpdKGXO1wY90oRdXuYOGOTuqjT8ACccMc4K6QmT3w==",
  3191. "cpu": [
  3192. "arm64"
  3193. ],
  3194. "dev": true,
  3195. "license": "MIT",
  3196. "optional": true,
  3197. "os": [
  3198. "linux"
  3199. ]
  3200. },
  3201. "node_modules/@unrs/resolver-binding-linux-ppc64-gnu": {
  3202. "version": "1.11.1",
  3203. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-linux-ppc64-gnu/-/resolver-binding-linux-ppc64-gnu-1.11.1.tgz",
  3204. "integrity": "sha512-D8Vae74A4/a+mZH0FbOkFJL9DSK2R6TFPC9M+jCWYia/q2einCubX10pecpDiTmkJVUH+y8K3BZClycD8nCShA==",
  3205. "cpu": [
  3206. "ppc64"
  3207. ],
  3208. "dev": true,
  3209. "license": "MIT",
  3210. "optional": true,
  3211. "os": [
  3212. "linux"
  3213. ]
  3214. },
  3215. "node_modules/@unrs/resolver-binding-linux-riscv64-gnu": {
  3216. "version": "1.11.1",
  3217. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-linux-riscv64-gnu/-/resolver-binding-linux-riscv64-gnu-1.11.1.tgz",
  3218. "integrity": "sha512-frxL4OrzOWVVsOc96+V3aqTIQl1O2TjgExV4EKgRY09AJ9leZpEg8Ak9phadbuX0BA4k8U5qtvMSQQGGmaJqcQ==",
  3219. "cpu": [
  3220. "riscv64"
  3221. ],
  3222. "dev": true,
  3223. "license": "MIT",
  3224. "optional": true,
  3225. "os": [
  3226. "linux"
  3227. ]
  3228. },
  3229. "node_modules/@unrs/resolver-binding-linux-riscv64-musl": {
  3230. "version": "1.11.1",
  3231. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-linux-riscv64-musl/-/resolver-binding-linux-riscv64-musl-1.11.1.tgz",
  3232. "integrity": "sha512-mJ5vuDaIZ+l/acv01sHoXfpnyrNKOk/3aDoEdLO/Xtn9HuZlDD6jKxHlkN8ZhWyLJsRBxfv9GYM2utQ1SChKew==",
  3233. "cpu": [
  3234. "riscv64"
  3235. ],
  3236. "dev": true,
  3237. "license": "MIT",
  3238. "optional": true,
  3239. "os": [
  3240. "linux"
  3241. ]
  3242. },
  3243. "node_modules/@unrs/resolver-binding-linux-s390x-gnu": {
  3244. "version": "1.11.1",
  3245. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-linux-s390x-gnu/-/resolver-binding-linux-s390x-gnu-1.11.1.tgz",
  3246. "integrity": "sha512-kELo8ebBVtb9sA7rMe1Cph4QHreByhaZ2QEADd9NzIQsYNQpt9UkM9iqr2lhGr5afh885d/cB5QeTXSbZHTYPg==",
  3247. "cpu": [
  3248. "s390x"
  3249. ],
  3250. "dev": true,
  3251. "license": "MIT",
  3252. "optional": true,
  3253. "os": [
  3254. "linux"
  3255. ]
  3256. },
  3257. "node_modules/@unrs/resolver-binding-linux-x64-gnu": {
  3258. "version": "1.11.1",
  3259. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-linux-x64-gnu/-/resolver-binding-linux-x64-gnu-1.11.1.tgz",
  3260. "integrity": "sha512-C3ZAHugKgovV5YvAMsxhq0gtXuwESUKc5MhEtjBpLoHPLYM+iuwSj3lflFwK3DPm68660rZ7G8BMcwSro7hD5w==",
  3261. "cpu": [
  3262. "x64"
  3263. ],
  3264. "dev": true,
  3265. "license": "MIT",
  3266. "optional": true,
  3267. "os": [
  3268. "linux"
  3269. ]
  3270. },
  3271. "node_modules/@unrs/resolver-binding-linux-x64-musl": {
  3272. "version": "1.11.1",
  3273. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-linux-x64-musl/-/resolver-binding-linux-x64-musl-1.11.1.tgz",
  3274. "integrity": "sha512-rV0YSoyhK2nZ4vEswT/QwqzqQXw5I6CjoaYMOX0TqBlWhojUf8P94mvI7nuJTeaCkkds3QE4+zS8Ko+GdXuZtA==",
  3275. "cpu": [
  3276. "x64"
  3277. ],
  3278. "dev": true,
  3279. "license": "MIT",
  3280. "optional": true,
  3281. "os": [
  3282. "linux"
  3283. ]
  3284. },
  3285. "node_modules/@unrs/resolver-binding-wasm32-wasi": {
  3286. "version": "1.11.1",
  3287. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-wasm32-wasi/-/resolver-binding-wasm32-wasi-1.11.1.tgz",
  3288. "integrity": "sha512-5u4RkfxJm+Ng7IWgkzi3qrFOvLvQYnPBmjmZQ8+szTK/b31fQCnleNl1GgEt7nIsZRIf5PLhPwT0WM+q45x/UQ==",
  3289. "cpu": [
  3290. "wasm32"
  3291. ],
  3292. "dev": true,
  3293. "license": "MIT",
  3294. "optional": true,
  3295. "dependencies": {
  3296. "@napi-rs/wasm-runtime": "^0.2.11"
  3297. },
  3298. "engines": {
  3299. "node": ">=14.0.0"
  3300. }
  3301. },
  3302. "node_modules/@unrs/resolver-binding-win32-arm64-msvc": {
  3303. "version": "1.11.1",
  3304. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-win32-arm64-msvc/-/resolver-binding-win32-arm64-msvc-1.11.1.tgz",
  3305. "integrity": "sha512-nRcz5Il4ln0kMhfL8S3hLkxI85BXs3o8EYoattsJNdsX4YUU89iOkVn7g0VHSRxFuVMdM4Q1jEpIId1Ihim/Uw==",
  3306. "cpu": [
  3307. "arm64"
  3308. ],
  3309. "dev": true,
  3310. "license": "MIT",
  3311. "optional": true,
  3312. "os": [
  3313. "win32"
  3314. ]
  3315. },
  3316. "node_modules/@unrs/resolver-binding-win32-ia32-msvc": {
  3317. "version": "1.11.1",
  3318. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-win32-ia32-msvc/-/resolver-binding-win32-ia32-msvc-1.11.1.tgz",
  3319. "integrity": "sha512-DCEI6t5i1NmAZp6pFonpD5m7i6aFrpofcp4LA2i8IIq60Jyo28hamKBxNrZcyOwVOZkgsRp9O2sXWBWP8MnvIQ==",
  3320. "cpu": [
  3321. "ia32"
  3322. ],
  3323. "dev": true,
  3324. "license": "MIT",
  3325. "optional": true,
  3326. "os": [
  3327. "win32"
  3328. ]
  3329. },
  3330. "node_modules/@unrs/resolver-binding-win32-x64-msvc": {
  3331. "version": "1.11.1",
  3332. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-win32-x64-msvc/-/resolver-binding-win32-x64-msvc-1.11.1.tgz",
  3333. "integrity": "sha512-lrW200hZdbfRtztbygyaq/6jP6AKE8qQN2KvPcJ+x7wiD038YtnYtZ82IMNJ69GJibV7bwL3y9FgK+5w/pYt6g==",
  3334. "cpu": [
  3335. "x64"
  3336. ],
  3337. "dev": true,
  3338. "license": "MIT",
  3339. "optional": true,
  3340. "os": [
  3341. "win32"
  3342. ]
  3343. },
  3344. "node_modules/acorn": {
  3345. "version": "8.15.0",
  3346. "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.15.0.tgz",
  3347. "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
  3348. "dev": true,
  3349. "license": "MIT",
  3350. "bin": {
  3351. "acorn": "bin/acorn"
  3352. },
  3353. "engines": {
  3354. "node": ">=0.4.0"
  3355. }
  3356. },
  3357. "node_modules/acorn-jsx": {
  3358. "version": "5.3.2",
  3359. "resolved": "https://registry.npmmirror.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  3360. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  3361. "dev": true,
  3362. "license": "MIT",
  3363. "peerDependencies": {
  3364. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  3365. }
  3366. },
  3367. "node_modules/add-dom-event-listener": {
  3368. "version": "1.1.0",
  3369. "resolved": "https://registry.npmmirror.com/add-dom-event-listener/-/add-dom-event-listener-1.1.0.tgz",
  3370. "integrity": "sha512-WCxx1ixHT0GQU9hb0KI/mhgRQhnU+U3GvwY6ZvVjYq8rsihIGoaIOUbY0yMPBxLH5MDtr0kz3fisWGNcbWW7Jw==",
  3371. "license": "MIT",
  3372. "dependencies": {
  3373. "object-assign": "4.x"
  3374. }
  3375. },
  3376. "node_modules/ajv": {
  3377. "version": "6.12.6",
  3378. "resolved": "https://registry.npmmirror.com/ajv/-/ajv-6.12.6.tgz",
  3379. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  3380. "dev": true,
  3381. "license": "MIT",
  3382. "dependencies": {
  3383. "fast-deep-equal": "^3.1.1",
  3384. "fast-json-stable-stringify": "^2.0.0",
  3385. "json-schema-traverse": "^0.4.1",
  3386. "uri-js": "^4.2.2"
  3387. },
  3388. "funding": {
  3389. "type": "github",
  3390. "url": "https://github.com/sponsors/epoberezkin"
  3391. }
  3392. },
  3393. "node_modules/ansi-styles": {
  3394. "version": "4.3.0",
  3395. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  3396. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  3397. "dev": true,
  3398. "license": "MIT",
  3399. "dependencies": {
  3400. "color-convert": "^2.0.1"
  3401. },
  3402. "engines": {
  3403. "node": ">=8"
  3404. },
  3405. "funding": {
  3406. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  3407. }
  3408. },
  3409. "node_modules/antd": {
  3410. "version": "5.26.7",
  3411. "resolved": "https://registry.npmmirror.com/antd/-/antd-5.26.7.tgz",
  3412. "integrity": "sha512-iCyXN6+i2CUVEOSzzJKfbKeg115qoJhGvSkCh5uzAf9hANwHUOJQhsMn+KtN+Lx/2NQ6wfM7nGZ+7NPNO5Pn1w==",
  3413. "license": "MIT",
  3414. "dependencies": {
  3415. "@ant-design/colors": "^7.2.1",
  3416. "@ant-design/cssinjs": "^1.23.0",
  3417. "@ant-design/cssinjs-utils": "^1.1.3",
  3418. "@ant-design/fast-color": "^2.0.6",
  3419. "@ant-design/icons": "^5.6.1",
  3420. "@ant-design/react-slick": "~1.1.2",
  3421. "@babel/runtime": "^7.26.0",
  3422. "@rc-component/color-picker": "~2.0.1",
  3423. "@rc-component/mutate-observer": "^1.1.0",
  3424. "@rc-component/qrcode": "~1.0.0",
  3425. "@rc-component/tour": "~1.15.1",
  3426. "@rc-component/trigger": "^2.3.0",
  3427. "classnames": "^2.5.1",
  3428. "copy-to-clipboard": "^3.3.3",
  3429. "dayjs": "^1.11.11",
  3430. "rc-cascader": "~3.34.0",
  3431. "rc-checkbox": "~3.5.0",
  3432. "rc-collapse": "~3.9.0",
  3433. "rc-dialog": "~9.6.0",
  3434. "rc-drawer": "~7.3.0",
  3435. "rc-dropdown": "~4.2.1",
  3436. "rc-field-form": "~2.7.0",
  3437. "rc-image": "~7.12.0",
  3438. "rc-input": "~1.8.0",
  3439. "rc-input-number": "~9.5.0",
  3440. "rc-mentions": "~2.20.0",
  3441. "rc-menu": "~9.16.1",
  3442. "rc-motion": "^2.9.5",
  3443. "rc-notification": "~5.6.4",
  3444. "rc-pagination": "~5.1.0",
  3445. "rc-picker": "~4.11.3",
  3446. "rc-progress": "~4.0.0",
  3447. "rc-rate": "~2.13.1",
  3448. "rc-resize-observer": "^1.4.3",
  3449. "rc-segmented": "~2.7.0",
  3450. "rc-select": "~14.16.8",
  3451. "rc-slider": "~11.1.8",
  3452. "rc-steps": "~6.0.1",
  3453. "rc-switch": "~4.1.0",
  3454. "rc-table": "~7.51.1",
  3455. "rc-tabs": "~15.6.1",
  3456. "rc-textarea": "~1.10.1",
  3457. "rc-tooltip": "~6.4.0",
  3458. "rc-tree": "~5.13.1",
  3459. "rc-tree-select": "~5.27.0",
  3460. "rc-upload": "~4.9.2",
  3461. "rc-util": "^5.44.4",
  3462. "scroll-into-view-if-needed": "^3.1.0",
  3463. "throttle-debounce": "^5.0.2"
  3464. },
  3465. "funding": {
  3466. "type": "opencollective",
  3467. "url": "https://opencollective.com/ant-design"
  3468. },
  3469. "peerDependencies": {
  3470. "react": ">=16.9.0",
  3471. "react-dom": ">=16.9.0"
  3472. }
  3473. },
  3474. "node_modules/argparse": {
  3475. "version": "2.0.1",
  3476. "resolved": "https://registry.npmmirror.com/argparse/-/argparse-2.0.1.tgz",
  3477. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  3478. "dev": true,
  3479. "license": "Python-2.0"
  3480. },
  3481. "node_modules/aria-query": {
  3482. "version": "5.3.2",
  3483. "resolved": "https://registry.npmmirror.com/aria-query/-/aria-query-5.3.2.tgz",
  3484. "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==",
  3485. "dev": true,
  3486. "license": "Apache-2.0",
  3487. "engines": {
  3488. "node": ">= 0.4"
  3489. }
  3490. },
  3491. "node_modules/array-buffer-byte-length": {
  3492. "version": "1.0.2",
  3493. "resolved": "https://registry.npmmirror.com/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz",
  3494. "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==",
  3495. "dev": true,
  3496. "license": "MIT",
  3497. "dependencies": {
  3498. "call-bound": "^1.0.3",
  3499. "is-array-buffer": "^3.0.5"
  3500. },
  3501. "engines": {
  3502. "node": ">= 0.4"
  3503. },
  3504. "funding": {
  3505. "url": "https://github.com/sponsors/ljharb"
  3506. }
  3507. },
  3508. "node_modules/array-includes": {
  3509. "version": "3.1.9",
  3510. "resolved": "https://registry.npmmirror.com/array-includes/-/array-includes-3.1.9.tgz",
  3511. "integrity": "sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==",
  3512. "dev": true,
  3513. "license": "MIT",
  3514. "dependencies": {
  3515. "call-bind": "^1.0.8",
  3516. "call-bound": "^1.0.4",
  3517. "define-properties": "^1.2.1",
  3518. "es-abstract": "^1.24.0",
  3519. "es-object-atoms": "^1.1.1",
  3520. "get-intrinsic": "^1.3.0",
  3521. "is-string": "^1.1.1",
  3522. "math-intrinsics": "^1.1.0"
  3523. },
  3524. "engines": {
  3525. "node": ">= 0.4"
  3526. },
  3527. "funding": {
  3528. "url": "https://github.com/sponsors/ljharb"
  3529. }
  3530. },
  3531. "node_modules/array.prototype.findlast": {
  3532. "version": "1.2.5",
  3533. "resolved": "https://registry.npmmirror.com/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz",
  3534. "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==",
  3535. "dev": true,
  3536. "license": "MIT",
  3537. "dependencies": {
  3538. "call-bind": "^1.0.7",
  3539. "define-properties": "^1.2.1",
  3540. "es-abstract": "^1.23.2",
  3541. "es-errors": "^1.3.0",
  3542. "es-object-atoms": "^1.0.0",
  3543. "es-shim-unscopables": "^1.0.2"
  3544. },
  3545. "engines": {
  3546. "node": ">= 0.4"
  3547. },
  3548. "funding": {
  3549. "url": "https://github.com/sponsors/ljharb"
  3550. }
  3551. },
  3552. "node_modules/array.prototype.findlastindex": {
  3553. "version": "1.2.6",
  3554. "resolved": "https://registry.npmmirror.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz",
  3555. "integrity": "sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==",
  3556. "dev": true,
  3557. "license": "MIT",
  3558. "dependencies": {
  3559. "call-bind": "^1.0.8",
  3560. "call-bound": "^1.0.4",
  3561. "define-properties": "^1.2.1",
  3562. "es-abstract": "^1.23.9",
  3563. "es-errors": "^1.3.0",
  3564. "es-object-atoms": "^1.1.1",
  3565. "es-shim-unscopables": "^1.1.0"
  3566. },
  3567. "engines": {
  3568. "node": ">= 0.4"
  3569. },
  3570. "funding": {
  3571. "url": "https://github.com/sponsors/ljharb"
  3572. }
  3573. },
  3574. "node_modules/array.prototype.flat": {
  3575. "version": "1.3.3",
  3576. "resolved": "https://registry.npmmirror.com/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz",
  3577. "integrity": "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==",
  3578. "dev": true,
  3579. "license": "MIT",
  3580. "dependencies": {
  3581. "call-bind": "^1.0.8",
  3582. "define-properties": "^1.2.1",
  3583. "es-abstract": "^1.23.5",
  3584. "es-shim-unscopables": "^1.0.2"
  3585. },
  3586. "engines": {
  3587. "node": ">= 0.4"
  3588. },
  3589. "funding": {
  3590. "url": "https://github.com/sponsors/ljharb"
  3591. }
  3592. },
  3593. "node_modules/array.prototype.flatmap": {
  3594. "version": "1.3.3",
  3595. "resolved": "https://registry.npmmirror.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz",
  3596. "integrity": "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==",
  3597. "dev": true,
  3598. "license": "MIT",
  3599. "dependencies": {
  3600. "call-bind": "^1.0.8",
  3601. "define-properties": "^1.2.1",
  3602. "es-abstract": "^1.23.5",
  3603. "es-shim-unscopables": "^1.0.2"
  3604. },
  3605. "engines": {
  3606. "node": ">= 0.4"
  3607. },
  3608. "funding": {
  3609. "url": "https://github.com/sponsors/ljharb"
  3610. }
  3611. },
  3612. "node_modules/array.prototype.tosorted": {
  3613. "version": "1.1.4",
  3614. "resolved": "https://registry.npmmirror.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz",
  3615. "integrity": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==",
  3616. "dev": true,
  3617. "license": "MIT",
  3618. "dependencies": {
  3619. "call-bind": "^1.0.7",
  3620. "define-properties": "^1.2.1",
  3621. "es-abstract": "^1.23.3",
  3622. "es-errors": "^1.3.0",
  3623. "es-shim-unscopables": "^1.0.2"
  3624. },
  3625. "engines": {
  3626. "node": ">= 0.4"
  3627. }
  3628. },
  3629. "node_modules/arraybuffer.prototype.slice": {
  3630. "version": "1.0.4",
  3631. "resolved": "https://registry.npmmirror.com/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz",
  3632. "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==",
  3633. "dev": true,
  3634. "license": "MIT",
  3635. "dependencies": {
  3636. "array-buffer-byte-length": "^1.0.1",
  3637. "call-bind": "^1.0.8",
  3638. "define-properties": "^1.2.1",
  3639. "es-abstract": "^1.23.5",
  3640. "es-errors": "^1.3.0",
  3641. "get-intrinsic": "^1.2.6",
  3642. "is-array-buffer": "^3.0.4"
  3643. },
  3644. "engines": {
  3645. "node": ">= 0.4"
  3646. },
  3647. "funding": {
  3648. "url": "https://github.com/sponsors/ljharb"
  3649. }
  3650. },
  3651. "node_modules/ast-types-flow": {
  3652. "version": "0.0.8",
  3653. "resolved": "https://registry.npmmirror.com/ast-types-flow/-/ast-types-flow-0.0.8.tgz",
  3654. "integrity": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==",
  3655. "dev": true,
  3656. "license": "MIT"
  3657. },
  3658. "node_modules/async-function": {
  3659. "version": "1.0.0",
  3660. "resolved": "https://registry.npmmirror.com/async-function/-/async-function-1.0.0.tgz",
  3661. "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==",
  3662. "dev": true,
  3663. "license": "MIT",
  3664. "engines": {
  3665. "node": ">= 0.4"
  3666. }
  3667. },
  3668. "node_modules/available-typed-arrays": {
  3669. "version": "1.0.7",
  3670. "resolved": "https://registry.npmmirror.com/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
  3671. "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
  3672. "dev": true,
  3673. "license": "MIT",
  3674. "dependencies": {
  3675. "possible-typed-array-names": "^1.0.0"
  3676. },
  3677. "engines": {
  3678. "node": ">= 0.4"
  3679. },
  3680. "funding": {
  3681. "url": "https://github.com/sponsors/ljharb"
  3682. }
  3683. },
  3684. "node_modules/axe-core": {
  3685. "version": "4.10.3",
  3686. "resolved": "https://registry.npmmirror.com/axe-core/-/axe-core-4.10.3.tgz",
  3687. "integrity": "sha512-Xm7bpRXnDSX2YE2YFfBk2FnF0ep6tmG7xPh8iHee8MIcrgq762Nkce856dYtJYLkuIoYZvGfTs/PbZhideTcEg==",
  3688. "dev": true,
  3689. "license": "MPL-2.0",
  3690. "engines": {
  3691. "node": ">=4"
  3692. }
  3693. },
  3694. "node_modules/axobject-query": {
  3695. "version": "4.1.0",
  3696. "resolved": "https://registry.npmmirror.com/axobject-query/-/axobject-query-4.1.0.tgz",
  3697. "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==",
  3698. "dev": true,
  3699. "license": "Apache-2.0",
  3700. "engines": {
  3701. "node": ">= 0.4"
  3702. }
  3703. },
  3704. "node_modules/babel-plugin-macros": {
  3705. "version": "3.1.0",
  3706. "resolved": "https://registry.npmmirror.com/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz",
  3707. "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==",
  3708. "license": "MIT",
  3709. "dependencies": {
  3710. "@babel/runtime": "^7.12.5",
  3711. "cosmiconfig": "^7.0.0",
  3712. "resolve": "^1.19.0"
  3713. },
  3714. "engines": {
  3715. "node": ">=10",
  3716. "npm": ">=6"
  3717. }
  3718. },
  3719. "node_modules/bail": {
  3720. "version": "2.0.2",
  3721. "resolved": "https://registry.npmmirror.com/bail/-/bail-2.0.2.tgz",
  3722. "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==",
  3723. "license": "MIT",
  3724. "funding": {
  3725. "type": "github",
  3726. "url": "https://github.com/sponsors/wooorm"
  3727. }
  3728. },
  3729. "node_modules/balanced-match": {
  3730. "version": "1.0.2",
  3731. "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
  3732. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  3733. "dev": true,
  3734. "license": "MIT"
  3735. },
  3736. "node_modules/bcp-47-match": {
  3737. "version": "2.0.3",
  3738. "resolved": "https://registry.npmmirror.com/bcp-47-match/-/bcp-47-match-2.0.3.tgz",
  3739. "integrity": "sha512-JtTezzbAibu8G0R9op9zb3vcWZd9JF6M0xOYGPn0fNCd7wOpRB1mU2mH9T8gaBGbAAyIIVgB2G7xG0GP98zMAQ==",
  3740. "license": "MIT",
  3741. "funding": {
  3742. "type": "github",
  3743. "url": "https://github.com/sponsors/wooorm"
  3744. }
  3745. },
  3746. "node_modules/boolbase": {
  3747. "version": "1.0.0",
  3748. "resolved": "https://registry.npmmirror.com/boolbase/-/boolbase-1.0.0.tgz",
  3749. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
  3750. "license": "ISC"
  3751. },
  3752. "node_modules/brace-expansion": {
  3753. "version": "1.1.12",
  3754. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.12.tgz",
  3755. "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
  3756. "dev": true,
  3757. "license": "MIT",
  3758. "dependencies": {
  3759. "balanced-match": "^1.0.0",
  3760. "concat-map": "0.0.1"
  3761. }
  3762. },
  3763. "node_modules/braces": {
  3764. "version": "3.0.3",
  3765. "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
  3766. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  3767. "devOptional": true,
  3768. "license": "MIT",
  3769. "dependencies": {
  3770. "fill-range": "^7.1.1"
  3771. },
  3772. "engines": {
  3773. "node": ">=8"
  3774. }
  3775. },
  3776. "node_modules/call-bind": {
  3777. "version": "1.0.8",
  3778. "resolved": "https://registry.npmmirror.com/call-bind/-/call-bind-1.0.8.tgz",
  3779. "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
  3780. "dev": true,
  3781. "license": "MIT",
  3782. "dependencies": {
  3783. "call-bind-apply-helpers": "^1.0.0",
  3784. "es-define-property": "^1.0.0",
  3785. "get-intrinsic": "^1.2.4",
  3786. "set-function-length": "^1.2.2"
  3787. },
  3788. "engines": {
  3789. "node": ">= 0.4"
  3790. },
  3791. "funding": {
  3792. "url": "https://github.com/sponsors/ljharb"
  3793. }
  3794. },
  3795. "node_modules/call-bind-apply-helpers": {
  3796. "version": "1.0.2",
  3797. "resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  3798. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  3799. "dev": true,
  3800. "license": "MIT",
  3801. "dependencies": {
  3802. "es-errors": "^1.3.0",
  3803. "function-bind": "^1.1.2"
  3804. },
  3805. "engines": {
  3806. "node": ">= 0.4"
  3807. }
  3808. },
  3809. "node_modules/call-bound": {
  3810. "version": "1.0.4",
  3811. "resolved": "https://registry.npmmirror.com/call-bound/-/call-bound-1.0.4.tgz",
  3812. "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
  3813. "dev": true,
  3814. "license": "MIT",
  3815. "dependencies": {
  3816. "call-bind-apply-helpers": "^1.0.2",
  3817. "get-intrinsic": "^1.3.0"
  3818. },
  3819. "engines": {
  3820. "node": ">= 0.4"
  3821. },
  3822. "funding": {
  3823. "url": "https://github.com/sponsors/ljharb"
  3824. }
  3825. },
  3826. "node_modules/callsites": {
  3827. "version": "3.1.0",
  3828. "resolved": "https://registry.npmmirror.com/callsites/-/callsites-3.1.0.tgz",
  3829. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  3830. "license": "MIT",
  3831. "engines": {
  3832. "node": ">=6"
  3833. }
  3834. },
  3835. "node_modules/caniuse-lite": {
  3836. "version": "1.0.30001731",
  3837. "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001731.tgz",
  3838. "integrity": "sha512-lDdp2/wrOmTRWuoB5DpfNkC0rJDU8DqRa6nYL6HK6sytw70QMopt/NIc/9SM7ylItlBWfACXk0tEn37UWM/+mg==",
  3839. "funding": [
  3840. {
  3841. "type": "opencollective",
  3842. "url": "https://opencollective.com/browserslist"
  3843. },
  3844. {
  3845. "type": "tidelift",
  3846. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  3847. },
  3848. {
  3849. "type": "github",
  3850. "url": "https://github.com/sponsors/ai"
  3851. }
  3852. ],
  3853. "license": "CC-BY-4.0"
  3854. },
  3855. "node_modules/ccount": {
  3856. "version": "2.0.1",
  3857. "resolved": "https://registry.npmmirror.com/ccount/-/ccount-2.0.1.tgz",
  3858. "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
  3859. "license": "MIT",
  3860. "funding": {
  3861. "type": "github",
  3862. "url": "https://github.com/sponsors/wooorm"
  3863. }
  3864. },
  3865. "node_modules/chalk": {
  3866. "version": "4.1.2",
  3867. "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz",
  3868. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  3869. "dev": true,
  3870. "license": "MIT",
  3871. "dependencies": {
  3872. "ansi-styles": "^4.1.0",
  3873. "supports-color": "^7.1.0"
  3874. },
  3875. "engines": {
  3876. "node": ">=10"
  3877. },
  3878. "funding": {
  3879. "url": "https://github.com/chalk/chalk?sponsor=1"
  3880. }
  3881. },
  3882. "node_modules/character-entities": {
  3883. "version": "2.0.2",
  3884. "resolved": "https://registry.npmmirror.com/character-entities/-/character-entities-2.0.2.tgz",
  3885. "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==",
  3886. "license": "MIT",
  3887. "funding": {
  3888. "type": "github",
  3889. "url": "https://github.com/sponsors/wooorm"
  3890. }
  3891. },
  3892. "node_modules/character-entities-html4": {
  3893. "version": "2.1.0",
  3894. "resolved": "https://registry.npmmirror.com/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
  3895. "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
  3896. "license": "MIT",
  3897. "funding": {
  3898. "type": "github",
  3899. "url": "https://github.com/sponsors/wooorm"
  3900. }
  3901. },
  3902. "node_modules/character-entities-legacy": {
  3903. "version": "3.0.0",
  3904. "resolved": "https://registry.npmmirror.com/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
  3905. "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
  3906. "license": "MIT",
  3907. "funding": {
  3908. "type": "github",
  3909. "url": "https://github.com/sponsors/wooorm"
  3910. }
  3911. },
  3912. "node_modules/character-reference-invalid": {
  3913. "version": "2.0.1",
  3914. "resolved": "https://registry.npmmirror.com/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz",
  3915. "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==",
  3916. "license": "MIT",
  3917. "funding": {
  3918. "type": "github",
  3919. "url": "https://github.com/sponsors/wooorm"
  3920. }
  3921. },
  3922. "node_modules/chart.js": {
  3923. "version": "4.5.0",
  3924. "resolved": "https://registry.npmmirror.com/chart.js/-/chart.js-4.5.0.tgz",
  3925. "integrity": "sha512-aYeC/jDgSEx8SHWZvANYMioYMZ2KX02W6f6uVfyteuCGcadDLcYVHdfdygsTQkQ4TKn5lghoojAsPj5pu0SnvQ==",
  3926. "license": "MIT",
  3927. "dependencies": {
  3928. "@kurkle/color": "^0.3.0"
  3929. },
  3930. "engines": {
  3931. "pnpm": ">=8"
  3932. }
  3933. },
  3934. "node_modules/chokidar": {
  3935. "version": "4.0.3",
  3936. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-4.0.3.tgz",
  3937. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  3938. "license": "MIT",
  3939. "dependencies": {
  3940. "readdirp": "^4.0.1"
  3941. },
  3942. "engines": {
  3943. "node": ">= 14.16.0"
  3944. },
  3945. "funding": {
  3946. "url": "https://paulmillr.com/funding/"
  3947. }
  3948. },
  3949. "node_modules/chownr": {
  3950. "version": "3.0.0",
  3951. "resolved": "https://registry.npmmirror.com/chownr/-/chownr-3.0.0.tgz",
  3952. "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==",
  3953. "dev": true,
  3954. "license": "BlueOak-1.0.0",
  3955. "engines": {
  3956. "node": ">=18"
  3957. }
  3958. },
  3959. "node_modules/class-variance-authority": {
  3960. "version": "0.7.1",
  3961. "resolved": "https://registry.npmmirror.com/class-variance-authority/-/class-variance-authority-0.7.1.tgz",
  3962. "integrity": "sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==",
  3963. "license": "Apache-2.0",
  3964. "dependencies": {
  3965. "clsx": "^2.1.1"
  3966. },
  3967. "funding": {
  3968. "url": "https://polar.sh/cva"
  3969. }
  3970. },
  3971. "node_modules/classnames": {
  3972. "version": "2.5.1",
  3973. "resolved": "https://registry.npmmirror.com/classnames/-/classnames-2.5.1.tgz",
  3974. "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==",
  3975. "license": "MIT"
  3976. },
  3977. "node_modules/client-only": {
  3978. "version": "0.0.1",
  3979. "resolved": "https://registry.npmmirror.com/client-only/-/client-only-0.0.1.tgz",
  3980. "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==",
  3981. "license": "MIT"
  3982. },
  3983. "node_modules/clsx": {
  3984. "version": "2.1.1",
  3985. "resolved": "https://registry.npmmirror.com/clsx/-/clsx-2.1.1.tgz",
  3986. "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
  3987. "license": "MIT",
  3988. "engines": {
  3989. "node": ">=6"
  3990. }
  3991. },
  3992. "node_modules/color": {
  3993. "version": "4.2.3",
  3994. "resolved": "https://registry.npmmirror.com/color/-/color-4.2.3.tgz",
  3995. "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
  3996. "license": "MIT",
  3997. "optional": true,
  3998. "dependencies": {
  3999. "color-convert": "^2.0.1",
  4000. "color-string": "^1.9.0"
  4001. },
  4002. "engines": {
  4003. "node": ">=12.5.0"
  4004. }
  4005. },
  4006. "node_modules/color-convert": {
  4007. "version": "2.0.1",
  4008. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
  4009. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  4010. "devOptional": true,
  4011. "license": "MIT",
  4012. "dependencies": {
  4013. "color-name": "~1.1.4"
  4014. },
  4015. "engines": {
  4016. "node": ">=7.0.0"
  4017. }
  4018. },
  4019. "node_modules/color-name": {
  4020. "version": "1.1.4",
  4021. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
  4022. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  4023. "devOptional": true,
  4024. "license": "MIT"
  4025. },
  4026. "node_modules/color-string": {
  4027. "version": "1.9.1",
  4028. "resolved": "https://registry.npmmirror.com/color-string/-/color-string-1.9.1.tgz",
  4029. "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
  4030. "license": "MIT",
  4031. "optional": true,
  4032. "dependencies": {
  4033. "color-name": "^1.0.0",
  4034. "simple-swizzle": "^0.2.2"
  4035. }
  4036. },
  4037. "node_modules/comma-separated-tokens": {
  4038. "version": "2.0.3",
  4039. "resolved": "https://registry.npmmirror.com/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
  4040. "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
  4041. "license": "MIT",
  4042. "funding": {
  4043. "type": "github",
  4044. "url": "https://github.com/sponsors/wooorm"
  4045. }
  4046. },
  4047. "node_modules/compute-scroll-into-view": {
  4048. "version": "3.1.1",
  4049. "resolved": "https://registry.npmmirror.com/compute-scroll-into-view/-/compute-scroll-into-view-3.1.1.tgz",
  4050. "integrity": "sha512-VRhuHOLoKYOy4UbilLbUzbYg93XLjv2PncJC50EuTWPA3gaja1UjBsUP/D/9/juV3vQFr6XBEzn9KCAHdUvOHw==",
  4051. "license": "MIT"
  4052. },
  4053. "node_modules/concat-map": {
  4054. "version": "0.0.1",
  4055. "resolved": "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz",
  4056. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  4057. "dev": true,
  4058. "license": "MIT"
  4059. },
  4060. "node_modules/convert-source-map": {
  4061. "version": "1.9.0",
  4062. "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-1.9.0.tgz",
  4063. "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==",
  4064. "license": "MIT"
  4065. },
  4066. "node_modules/cookie": {
  4067. "version": "1.0.2",
  4068. "resolved": "https://registry.npmmirror.com/cookie/-/cookie-1.0.2.tgz",
  4069. "integrity": "sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==",
  4070. "license": "MIT",
  4071. "engines": {
  4072. "node": ">=18"
  4073. }
  4074. },
  4075. "node_modules/cookies-next": {
  4076. "version": "6.1.0",
  4077. "resolved": "https://registry.npmmirror.com/cookies-next/-/cookies-next-6.1.0.tgz",
  4078. "integrity": "sha512-8MqWliHg6YRatqlup5HlKCqXM5cFtwq9BVowDpPniPfbTOmrfIEXUQOcRFVXQltV+hyvKDRGJPNtceICkiJ/IA==",
  4079. "license": "MIT",
  4080. "dependencies": {
  4081. "cookie": "^1.0.1"
  4082. },
  4083. "peerDependencies": {
  4084. "next": ">=15.0.0",
  4085. "react": ">= 16.8.0"
  4086. }
  4087. },
  4088. "node_modules/copy-to-clipboard": {
  4089. "version": "3.3.3",
  4090. "resolved": "https://registry.npmmirror.com/copy-to-clipboard/-/copy-to-clipboard-3.3.3.tgz",
  4091. "integrity": "sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==",
  4092. "license": "MIT",
  4093. "dependencies": {
  4094. "toggle-selection": "^1.0.6"
  4095. }
  4096. },
  4097. "node_modules/cosmiconfig": {
  4098. "version": "7.1.0",
  4099. "resolved": "https://registry.npmmirror.com/cosmiconfig/-/cosmiconfig-7.1.0.tgz",
  4100. "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==",
  4101. "license": "MIT",
  4102. "dependencies": {
  4103. "@types/parse-json": "^4.0.0",
  4104. "import-fresh": "^3.2.1",
  4105. "parse-json": "^5.0.0",
  4106. "path-type": "^4.0.0",
  4107. "yaml": "^1.10.0"
  4108. },
  4109. "engines": {
  4110. "node": ">=10"
  4111. }
  4112. },
  4113. "node_modules/countup.js": {
  4114. "version": "2.9.0",
  4115. "resolved": "https://registry.npmmirror.com/countup.js/-/countup.js-2.9.0.tgz",
  4116. "integrity": "sha512-llqrvyXztRFPp6+i8jx25phHWcVWhrHO4Nlt0uAOSKHB8778zzQswa4MU3qKBvkXfJKftRYFJuVHez67lyKdHg==",
  4117. "license": "MIT"
  4118. },
  4119. "node_modules/cross-spawn": {
  4120. "version": "7.0.6",
  4121. "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.6.tgz",
  4122. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  4123. "dev": true,
  4124. "license": "MIT",
  4125. "dependencies": {
  4126. "path-key": "^3.1.0",
  4127. "shebang-command": "^2.0.0",
  4128. "which": "^2.0.1"
  4129. },
  4130. "engines": {
  4131. "node": ">= 8"
  4132. }
  4133. },
  4134. "node_modules/css-selector-parser": {
  4135. "version": "3.1.3",
  4136. "resolved": "https://registry.npmmirror.com/css-selector-parser/-/css-selector-parser-3.1.3.tgz",
  4137. "integrity": "sha512-gJMigczVZqYAk0hPVzx/M4Hm1D9QOtqkdQk9005TNzDIUGzo5cnHEDiKUT7jGPximL/oYb+LIitcHFQ4aKupxg==",
  4138. "funding": [
  4139. {
  4140. "type": "github",
  4141. "url": "https://github.com/sponsors/mdevils"
  4142. },
  4143. {
  4144. "type": "patreon",
  4145. "url": "https://patreon.com/mdevils"
  4146. }
  4147. ],
  4148. "license": "MIT"
  4149. },
  4150. "node_modules/csstype": {
  4151. "version": "3.1.3",
  4152. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz",
  4153. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
  4154. "license": "MIT"
  4155. },
  4156. "node_modules/d3-array": {
  4157. "version": "3.2.4",
  4158. "resolved": "https://registry.npmmirror.com/d3-array/-/d3-array-3.2.4.tgz",
  4159. "integrity": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==",
  4160. "license": "ISC",
  4161. "dependencies": {
  4162. "internmap": "1 - 2"
  4163. },
  4164. "engines": {
  4165. "node": ">=12"
  4166. }
  4167. },
  4168. "node_modules/d3-color": {
  4169. "version": "3.1.0",
  4170. "resolved": "https://registry.npmmirror.com/d3-color/-/d3-color-3.1.0.tgz",
  4171. "integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==",
  4172. "license": "ISC",
  4173. "engines": {
  4174. "node": ">=12"
  4175. }
  4176. },
  4177. "node_modules/d3-dispatch": {
  4178. "version": "3.0.1",
  4179. "resolved": "https://registry.npmmirror.com/d3-dispatch/-/d3-dispatch-3.0.1.tgz",
  4180. "integrity": "sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==",
  4181. "license": "ISC",
  4182. "engines": {
  4183. "node": ">=12"
  4184. }
  4185. },
  4186. "node_modules/d3-ease": {
  4187. "version": "3.0.1",
  4188. "resolved": "https://registry.npmmirror.com/d3-ease/-/d3-ease-3.0.1.tgz",
  4189. "integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==",
  4190. "license": "BSD-3-Clause",
  4191. "engines": {
  4192. "node": ">=12"
  4193. }
  4194. },
  4195. "node_modules/d3-format": {
  4196. "version": "3.1.0",
  4197. "resolved": "https://registry.npmmirror.com/d3-format/-/d3-format-3.1.0.tgz",
  4198. "integrity": "sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==",
  4199. "license": "ISC",
  4200. "engines": {
  4201. "node": ">=12"
  4202. }
  4203. },
  4204. "node_modules/d3-interpolate": {
  4205. "version": "3.0.1",
  4206. "resolved": "https://registry.npmmirror.com/d3-interpolate/-/d3-interpolate-3.0.1.tgz",
  4207. "integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==",
  4208. "license": "ISC",
  4209. "dependencies": {
  4210. "d3-color": "1 - 3"
  4211. },
  4212. "engines": {
  4213. "node": ">=12"
  4214. }
  4215. },
  4216. "node_modules/d3-path": {
  4217. "version": "3.1.0",
  4218. "resolved": "https://registry.npmmirror.com/d3-path/-/d3-path-3.1.0.tgz",
  4219. "integrity": "sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==",
  4220. "license": "ISC",
  4221. "engines": {
  4222. "node": ">=12"
  4223. }
  4224. },
  4225. "node_modules/d3-scale": {
  4226. "version": "4.0.2",
  4227. "resolved": "https://registry.npmmirror.com/d3-scale/-/d3-scale-4.0.2.tgz",
  4228. "integrity": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==",
  4229. "license": "ISC",
  4230. "dependencies": {
  4231. "d3-array": "2.10.0 - 3",
  4232. "d3-format": "1 - 3",
  4233. "d3-interpolate": "1.2.0 - 3",
  4234. "d3-time": "2.1.1 - 3",
  4235. "d3-time-format": "2 - 4"
  4236. },
  4237. "engines": {
  4238. "node": ">=12"
  4239. }
  4240. },
  4241. "node_modules/d3-selection": {
  4242. "version": "3.0.0",
  4243. "resolved": "https://registry.npmmirror.com/d3-selection/-/d3-selection-3.0.0.tgz",
  4244. "integrity": "sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==",
  4245. "license": "ISC",
  4246. "engines": {
  4247. "node": ">=12"
  4248. }
  4249. },
  4250. "node_modules/d3-shape": {
  4251. "version": "3.2.0",
  4252. "resolved": "https://registry.npmmirror.com/d3-shape/-/d3-shape-3.2.0.tgz",
  4253. "integrity": "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==",
  4254. "license": "ISC",
  4255. "dependencies": {
  4256. "d3-path": "^3.1.0"
  4257. },
  4258. "engines": {
  4259. "node": ">=12"
  4260. }
  4261. },
  4262. "node_modules/d3-time": {
  4263. "version": "3.1.0",
  4264. "resolved": "https://registry.npmmirror.com/d3-time/-/d3-time-3.1.0.tgz",
  4265. "integrity": "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==",
  4266. "license": "ISC",
  4267. "dependencies": {
  4268. "d3-array": "2 - 3"
  4269. },
  4270. "engines": {
  4271. "node": ">=12"
  4272. }
  4273. },
  4274. "node_modules/d3-time-format": {
  4275. "version": "4.1.0",
  4276. "resolved": "https://registry.npmmirror.com/d3-time-format/-/d3-time-format-4.1.0.tgz",
  4277. "integrity": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==",
  4278. "license": "ISC",
  4279. "dependencies": {
  4280. "d3-time": "1 - 3"
  4281. },
  4282. "engines": {
  4283. "node": ">=12"
  4284. }
  4285. },
  4286. "node_modules/d3-timer": {
  4287. "version": "3.0.1",
  4288. "resolved": "https://registry.npmmirror.com/d3-timer/-/d3-timer-3.0.1.tgz",
  4289. "integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==",
  4290. "license": "ISC",
  4291. "engines": {
  4292. "node": ">=12"
  4293. }
  4294. },
  4295. "node_modules/d3-transition": {
  4296. "version": "3.0.1",
  4297. "resolved": "https://registry.npmmirror.com/d3-transition/-/d3-transition-3.0.1.tgz",
  4298. "integrity": "sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==",
  4299. "license": "ISC",
  4300. "dependencies": {
  4301. "d3-color": "1 - 3",
  4302. "d3-dispatch": "1 - 3",
  4303. "d3-ease": "1 - 3",
  4304. "d3-interpolate": "1 - 3",
  4305. "d3-timer": "1 - 3"
  4306. },
  4307. "engines": {
  4308. "node": ">=12"
  4309. },
  4310. "peerDependencies": {
  4311. "d3-selection": "2 - 3"
  4312. }
  4313. },
  4314. "node_modules/damerau-levenshtein": {
  4315. "version": "1.0.8",
  4316. "resolved": "https://registry.npmmirror.com/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz",
  4317. "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==",
  4318. "dev": true,
  4319. "license": "BSD-2-Clause"
  4320. },
  4321. "node_modules/data-view-buffer": {
  4322. "version": "1.0.2",
  4323. "resolved": "https://registry.npmmirror.com/data-view-buffer/-/data-view-buffer-1.0.2.tgz",
  4324. "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==",
  4325. "dev": true,
  4326. "license": "MIT",
  4327. "dependencies": {
  4328. "call-bound": "^1.0.3",
  4329. "es-errors": "^1.3.0",
  4330. "is-data-view": "^1.0.2"
  4331. },
  4332. "engines": {
  4333. "node": ">= 0.4"
  4334. },
  4335. "funding": {
  4336. "url": "https://github.com/sponsors/ljharb"
  4337. }
  4338. },
  4339. "node_modules/data-view-byte-length": {
  4340. "version": "1.0.2",
  4341. "resolved": "https://registry.npmmirror.com/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz",
  4342. "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==",
  4343. "dev": true,
  4344. "license": "MIT",
  4345. "dependencies": {
  4346. "call-bound": "^1.0.3",
  4347. "es-errors": "^1.3.0",
  4348. "is-data-view": "^1.0.2"
  4349. },
  4350. "engines": {
  4351. "node": ">= 0.4"
  4352. },
  4353. "funding": {
  4354. "url": "https://github.com/sponsors/inspect-js"
  4355. }
  4356. },
  4357. "node_modules/data-view-byte-offset": {
  4358. "version": "1.0.1",
  4359. "resolved": "https://registry.npmmirror.com/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz",
  4360. "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==",
  4361. "dev": true,
  4362. "license": "MIT",
  4363. "dependencies": {
  4364. "call-bound": "^1.0.2",
  4365. "es-errors": "^1.3.0",
  4366. "is-data-view": "^1.0.1"
  4367. },
  4368. "engines": {
  4369. "node": ">= 0.4"
  4370. },
  4371. "funding": {
  4372. "url": "https://github.com/sponsors/ljharb"
  4373. }
  4374. },
  4375. "node_modules/dayjs": {
  4376. "version": "1.11.13",
  4377. "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.13.tgz",
  4378. "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==",
  4379. "license": "MIT"
  4380. },
  4381. "node_modules/debug": {
  4382. "version": "4.4.1",
  4383. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.1.tgz",
  4384. "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
  4385. "license": "MIT",
  4386. "dependencies": {
  4387. "ms": "^2.1.3"
  4388. },
  4389. "engines": {
  4390. "node": ">=6.0"
  4391. },
  4392. "peerDependenciesMeta": {
  4393. "supports-color": {
  4394. "optional": true
  4395. }
  4396. }
  4397. },
  4398. "node_modules/decode-named-character-reference": {
  4399. "version": "1.2.0",
  4400. "resolved": "https://registry.npmmirror.com/decode-named-character-reference/-/decode-named-character-reference-1.2.0.tgz",
  4401. "integrity": "sha512-c6fcElNV6ShtZXmsgNgFFV5tVX2PaV4g+MOAkb8eXHvn6sryJBrZa9r0zV6+dtTyoCKxtDy5tyQ5ZwQuidtd+Q==",
  4402. "license": "MIT",
  4403. "dependencies": {
  4404. "character-entities": "^2.0.0"
  4405. },
  4406. "funding": {
  4407. "type": "github",
  4408. "url": "https://github.com/sponsors/wooorm"
  4409. }
  4410. },
  4411. "node_modules/deep-is": {
  4412. "version": "0.1.4",
  4413. "resolved": "https://registry.npmmirror.com/deep-is/-/deep-is-0.1.4.tgz",
  4414. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  4415. "dev": true,
  4416. "license": "MIT"
  4417. },
  4418. "node_modules/define-data-property": {
  4419. "version": "1.1.4",
  4420. "resolved": "https://registry.npmmirror.com/define-data-property/-/define-data-property-1.1.4.tgz",
  4421. "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
  4422. "dev": true,
  4423. "license": "MIT",
  4424. "dependencies": {
  4425. "es-define-property": "^1.0.0",
  4426. "es-errors": "^1.3.0",
  4427. "gopd": "^1.0.1"
  4428. },
  4429. "engines": {
  4430. "node": ">= 0.4"
  4431. },
  4432. "funding": {
  4433. "url": "https://github.com/sponsors/ljharb"
  4434. }
  4435. },
  4436. "node_modules/define-properties": {
  4437. "version": "1.2.1",
  4438. "resolved": "https://registry.npmmirror.com/define-properties/-/define-properties-1.2.1.tgz",
  4439. "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
  4440. "dev": true,
  4441. "license": "MIT",
  4442. "dependencies": {
  4443. "define-data-property": "^1.0.1",
  4444. "has-property-descriptors": "^1.0.0",
  4445. "object-keys": "^1.1.1"
  4446. },
  4447. "engines": {
  4448. "node": ">= 0.4"
  4449. },
  4450. "funding": {
  4451. "url": "https://github.com/sponsors/ljharb"
  4452. }
  4453. },
  4454. "node_modules/dequal": {
  4455. "version": "2.0.3",
  4456. "resolved": "https://registry.npmmirror.com/dequal/-/dequal-2.0.3.tgz",
  4457. "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
  4458. "license": "MIT",
  4459. "engines": {
  4460. "node": ">=6"
  4461. }
  4462. },
  4463. "node_modules/detect-libc": {
  4464. "version": "2.0.4",
  4465. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.0.4.tgz",
  4466. "integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==",
  4467. "devOptional": true,
  4468. "license": "Apache-2.0",
  4469. "engines": {
  4470. "node": ">=8"
  4471. }
  4472. },
  4473. "node_modules/devlop": {
  4474. "version": "1.1.0",
  4475. "resolved": "https://registry.npmmirror.com/devlop/-/devlop-1.1.0.tgz",
  4476. "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
  4477. "license": "MIT",
  4478. "dependencies": {
  4479. "dequal": "^2.0.0"
  4480. },
  4481. "funding": {
  4482. "type": "github",
  4483. "url": "https://github.com/sponsors/wooorm"
  4484. }
  4485. },
  4486. "node_modules/direction": {
  4487. "version": "2.0.1",
  4488. "resolved": "https://registry.npmmirror.com/direction/-/direction-2.0.1.tgz",
  4489. "integrity": "sha512-9S6m9Sukh1cZNknO1CWAr2QAWsbKLafQiyM5gZ7VgXHeuaoUwffKN4q6NC4A/Mf9iiPlOXQEKW/Mv/mh9/3YFA==",
  4490. "license": "MIT",
  4491. "bin": {
  4492. "direction": "cli.js"
  4493. },
  4494. "funding": {
  4495. "type": "github",
  4496. "url": "https://github.com/sponsors/wooorm"
  4497. }
  4498. },
  4499. "node_modules/doctrine": {
  4500. "version": "2.1.0",
  4501. "resolved": "https://registry.npmmirror.com/doctrine/-/doctrine-2.1.0.tgz",
  4502. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  4503. "dev": true,
  4504. "license": "Apache-2.0",
  4505. "dependencies": {
  4506. "esutils": "^2.0.2"
  4507. },
  4508. "engines": {
  4509. "node": ">=0.10.0"
  4510. }
  4511. },
  4512. "node_modules/dunder-proto": {
  4513. "version": "1.0.1",
  4514. "resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz",
  4515. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  4516. "dev": true,
  4517. "license": "MIT",
  4518. "dependencies": {
  4519. "call-bind-apply-helpers": "^1.0.1",
  4520. "es-errors": "^1.3.0",
  4521. "gopd": "^1.2.0"
  4522. },
  4523. "engines": {
  4524. "node": ">= 0.4"
  4525. }
  4526. },
  4527. "node_modules/echarts": {
  4528. "version": "5.6.0",
  4529. "resolved": "https://registry.npmmirror.com/echarts/-/echarts-5.6.0.tgz",
  4530. "integrity": "sha512-oTbVTsXfKuEhxftHqL5xprgLoc0k7uScAwtryCgWF6hPYFLRwOUHiFmHGCBKP5NPFNkDVopOieyUqYGH8Fa3kA==",
  4531. "license": "Apache-2.0",
  4532. "dependencies": {
  4533. "tslib": "2.3.0",
  4534. "zrender": "5.6.1"
  4535. }
  4536. },
  4537. "node_modules/echarts-for-react": {
  4538. "version": "3.0.2",
  4539. "resolved": "https://registry.npmmirror.com/echarts-for-react/-/echarts-for-react-3.0.2.tgz",
  4540. "integrity": "sha512-DRwIiTzx8JfwPOVgGttDytBqdp5VzCSyMRIxubgU/g2n9y3VLUmF2FK7Icmg/sNVkv4+rktmrLN9w22U2yy3fA==",
  4541. "license": "MIT",
  4542. "dependencies": {
  4543. "fast-deep-equal": "^3.1.3",
  4544. "size-sensor": "^1.0.1"
  4545. },
  4546. "peerDependencies": {
  4547. "echarts": "^3.0.0 || ^4.0.0 || ^5.0.0",
  4548. "react": "^15.0.0 || >=16.0.0"
  4549. }
  4550. },
  4551. "node_modules/echarts/node_modules/tslib": {
  4552. "version": "2.3.0",
  4553. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.3.0.tgz",
  4554. "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==",
  4555. "license": "0BSD"
  4556. },
  4557. "node_modules/emoji-regex": {
  4558. "version": "9.2.2",
  4559. "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-9.2.2.tgz",
  4560. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
  4561. "dev": true,
  4562. "license": "MIT"
  4563. },
  4564. "node_modules/enhanced-resolve": {
  4565. "version": "5.18.3",
  4566. "resolved": "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz",
  4567. "integrity": "sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==",
  4568. "dev": true,
  4569. "license": "MIT",
  4570. "dependencies": {
  4571. "graceful-fs": "^4.2.4",
  4572. "tapable": "^2.2.0"
  4573. },
  4574. "engines": {
  4575. "node": ">=10.13.0"
  4576. }
  4577. },
  4578. "node_modules/entities": {
  4579. "version": "6.0.1",
  4580. "resolved": "https://registry.npmmirror.com/entities/-/entities-6.0.1.tgz",
  4581. "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
  4582. "license": "BSD-2-Clause",
  4583. "engines": {
  4584. "node": ">=0.12"
  4585. },
  4586. "funding": {
  4587. "url": "https://github.com/fb55/entities?sponsor=1"
  4588. }
  4589. },
  4590. "node_modules/error-ex": {
  4591. "version": "1.3.2",
  4592. "resolved": "https://registry.npmmirror.com/error-ex/-/error-ex-1.3.2.tgz",
  4593. "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
  4594. "license": "MIT",
  4595. "dependencies": {
  4596. "is-arrayish": "^0.2.1"
  4597. }
  4598. },
  4599. "node_modules/error-ex/node_modules/is-arrayish": {
  4600. "version": "0.2.1",
  4601. "resolved": "https://registry.npmmirror.com/is-arrayish/-/is-arrayish-0.2.1.tgz",
  4602. "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
  4603. "license": "MIT"
  4604. },
  4605. "node_modules/es-abstract": {
  4606. "version": "1.24.0",
  4607. "resolved": "https://registry.npmmirror.com/es-abstract/-/es-abstract-1.24.0.tgz",
  4608. "integrity": "sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg==",
  4609. "dev": true,
  4610. "license": "MIT",
  4611. "dependencies": {
  4612. "array-buffer-byte-length": "^1.0.2",
  4613. "arraybuffer.prototype.slice": "^1.0.4",
  4614. "available-typed-arrays": "^1.0.7",
  4615. "call-bind": "^1.0.8",
  4616. "call-bound": "^1.0.4",
  4617. "data-view-buffer": "^1.0.2",
  4618. "data-view-byte-length": "^1.0.2",
  4619. "data-view-byte-offset": "^1.0.1",
  4620. "es-define-property": "^1.0.1",
  4621. "es-errors": "^1.3.0",
  4622. "es-object-atoms": "^1.1.1",
  4623. "es-set-tostringtag": "^2.1.0",
  4624. "es-to-primitive": "^1.3.0",
  4625. "function.prototype.name": "^1.1.8",
  4626. "get-intrinsic": "^1.3.0",
  4627. "get-proto": "^1.0.1",
  4628. "get-symbol-description": "^1.1.0",
  4629. "globalthis": "^1.0.4",
  4630. "gopd": "^1.2.0",
  4631. "has-property-descriptors": "^1.0.2",
  4632. "has-proto": "^1.2.0",
  4633. "has-symbols": "^1.1.0",
  4634. "hasown": "^2.0.2",
  4635. "internal-slot": "^1.1.0",
  4636. "is-array-buffer": "^3.0.5",
  4637. "is-callable": "^1.2.7",
  4638. "is-data-view": "^1.0.2",
  4639. "is-negative-zero": "^2.0.3",
  4640. "is-regex": "^1.2.1",
  4641. "is-set": "^2.0.3",
  4642. "is-shared-array-buffer": "^1.0.4",
  4643. "is-string": "^1.1.1",
  4644. "is-typed-array": "^1.1.15",
  4645. "is-weakref": "^1.1.1",
  4646. "math-intrinsics": "^1.1.0",
  4647. "object-inspect": "^1.13.4",
  4648. "object-keys": "^1.1.1",
  4649. "object.assign": "^4.1.7",
  4650. "own-keys": "^1.0.1",
  4651. "regexp.prototype.flags": "^1.5.4",
  4652. "safe-array-concat": "^1.1.3",
  4653. "safe-push-apply": "^1.0.0",
  4654. "safe-regex-test": "^1.1.0",
  4655. "set-proto": "^1.0.0",
  4656. "stop-iteration-iterator": "^1.1.0",
  4657. "string.prototype.trim": "^1.2.10",
  4658. "string.prototype.trimend": "^1.0.9",
  4659. "string.prototype.trimstart": "^1.0.8",
  4660. "typed-array-buffer": "^1.0.3",
  4661. "typed-array-byte-length": "^1.0.3",
  4662. "typed-array-byte-offset": "^1.0.4",
  4663. "typed-array-length": "^1.0.7",
  4664. "unbox-primitive": "^1.1.0",
  4665. "which-typed-array": "^1.1.19"
  4666. },
  4667. "engines": {
  4668. "node": ">= 0.4"
  4669. },
  4670. "funding": {
  4671. "url": "https://github.com/sponsors/ljharb"
  4672. }
  4673. },
  4674. "node_modules/es-define-property": {
  4675. "version": "1.0.1",
  4676. "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz",
  4677. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  4678. "dev": true,
  4679. "license": "MIT",
  4680. "engines": {
  4681. "node": ">= 0.4"
  4682. }
  4683. },
  4684. "node_modules/es-errors": {
  4685. "version": "1.3.0",
  4686. "resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
  4687. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  4688. "dev": true,
  4689. "license": "MIT",
  4690. "engines": {
  4691. "node": ">= 0.4"
  4692. }
  4693. },
  4694. "node_modules/es-iterator-helpers": {
  4695. "version": "1.2.1",
  4696. "resolved": "https://registry.npmmirror.com/es-iterator-helpers/-/es-iterator-helpers-1.2.1.tgz",
  4697. "integrity": "sha512-uDn+FE1yrDzyC0pCo961B2IHbdM8y/ACZsKD4dG6WqrjV53BADjwa7D+1aom2rsNVfLyDgU/eigvlJGJ08OQ4w==",
  4698. "dev": true,
  4699. "license": "MIT",
  4700. "dependencies": {
  4701. "call-bind": "^1.0.8",
  4702. "call-bound": "^1.0.3",
  4703. "define-properties": "^1.2.1",
  4704. "es-abstract": "^1.23.6",
  4705. "es-errors": "^1.3.0",
  4706. "es-set-tostringtag": "^2.0.3",
  4707. "function-bind": "^1.1.2",
  4708. "get-intrinsic": "^1.2.6",
  4709. "globalthis": "^1.0.4",
  4710. "gopd": "^1.2.0",
  4711. "has-property-descriptors": "^1.0.2",
  4712. "has-proto": "^1.2.0",
  4713. "has-symbols": "^1.1.0",
  4714. "internal-slot": "^1.1.0",
  4715. "iterator.prototype": "^1.1.4",
  4716. "safe-array-concat": "^1.1.3"
  4717. },
  4718. "engines": {
  4719. "node": ">= 0.4"
  4720. }
  4721. },
  4722. "node_modules/es-object-atoms": {
  4723. "version": "1.1.1",
  4724. "resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  4725. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  4726. "dev": true,
  4727. "license": "MIT",
  4728. "dependencies": {
  4729. "es-errors": "^1.3.0"
  4730. },
  4731. "engines": {
  4732. "node": ">= 0.4"
  4733. }
  4734. },
  4735. "node_modules/es-set-tostringtag": {
  4736. "version": "2.1.0",
  4737. "resolved": "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  4738. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  4739. "dev": true,
  4740. "license": "MIT",
  4741. "dependencies": {
  4742. "es-errors": "^1.3.0",
  4743. "get-intrinsic": "^1.2.6",
  4744. "has-tostringtag": "^1.0.2",
  4745. "hasown": "^2.0.2"
  4746. },
  4747. "engines": {
  4748. "node": ">= 0.4"
  4749. }
  4750. },
  4751. "node_modules/es-shim-unscopables": {
  4752. "version": "1.1.0",
  4753. "resolved": "https://registry.npmmirror.com/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz",
  4754. "integrity": "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==",
  4755. "dev": true,
  4756. "license": "MIT",
  4757. "dependencies": {
  4758. "hasown": "^2.0.2"
  4759. },
  4760. "engines": {
  4761. "node": ">= 0.4"
  4762. }
  4763. },
  4764. "node_modules/es-to-primitive": {
  4765. "version": "1.3.0",
  4766. "resolved": "https://registry.npmmirror.com/es-to-primitive/-/es-to-primitive-1.3.0.tgz",
  4767. "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==",
  4768. "dev": true,
  4769. "license": "MIT",
  4770. "dependencies": {
  4771. "is-callable": "^1.2.7",
  4772. "is-date-object": "^1.0.5",
  4773. "is-symbol": "^1.0.4"
  4774. },
  4775. "engines": {
  4776. "node": ">= 0.4"
  4777. },
  4778. "funding": {
  4779. "url": "https://github.com/sponsors/ljharb"
  4780. }
  4781. },
  4782. "node_modules/escape-string-regexp": {
  4783. "version": "4.0.0",
  4784. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  4785. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  4786. "license": "MIT",
  4787. "engines": {
  4788. "node": ">=10"
  4789. },
  4790. "funding": {
  4791. "url": "https://github.com/sponsors/sindresorhus"
  4792. }
  4793. },
  4794. "node_modules/eslint": {
  4795. "version": "9.32.0",
  4796. "resolved": "https://registry.npmmirror.com/eslint/-/eslint-9.32.0.tgz",
  4797. "integrity": "sha512-LSehfdpgMeWcTZkWZVIJl+tkZ2nuSkyyB9C27MZqFWXuph7DvaowgcTvKqxvpLW1JZIk8PN7hFY3Rj9LQ7m7lg==",
  4798. "dev": true,
  4799. "license": "MIT",
  4800. "dependencies": {
  4801. "@eslint-community/eslint-utils": "^4.2.0",
  4802. "@eslint-community/regexpp": "^4.12.1",
  4803. "@eslint/config-array": "^0.21.0",
  4804. "@eslint/config-helpers": "^0.3.0",
  4805. "@eslint/core": "^0.15.0",
  4806. "@eslint/eslintrc": "^3.3.1",
  4807. "@eslint/js": "9.32.0",
  4808. "@eslint/plugin-kit": "^0.3.4",
  4809. "@humanfs/node": "^0.16.6",
  4810. "@humanwhocodes/module-importer": "^1.0.1",
  4811. "@humanwhocodes/retry": "^0.4.2",
  4812. "@types/estree": "^1.0.6",
  4813. "@types/json-schema": "^7.0.15",
  4814. "ajv": "^6.12.4",
  4815. "chalk": "^4.0.0",
  4816. "cross-spawn": "^7.0.6",
  4817. "debug": "^4.3.2",
  4818. "escape-string-regexp": "^4.0.0",
  4819. "eslint-scope": "^8.4.0",
  4820. "eslint-visitor-keys": "^4.2.1",
  4821. "espree": "^10.4.0",
  4822. "esquery": "^1.5.0",
  4823. "esutils": "^2.0.2",
  4824. "fast-deep-equal": "^3.1.3",
  4825. "file-entry-cache": "^8.0.0",
  4826. "find-up": "^5.0.0",
  4827. "glob-parent": "^6.0.2",
  4828. "ignore": "^5.2.0",
  4829. "imurmurhash": "^0.1.4",
  4830. "is-glob": "^4.0.0",
  4831. "json-stable-stringify-without-jsonify": "^1.0.1",
  4832. "lodash.merge": "^4.6.2",
  4833. "minimatch": "^3.1.2",
  4834. "natural-compare": "^1.4.0",
  4835. "optionator": "^0.9.3"
  4836. },
  4837. "bin": {
  4838. "eslint": "bin/eslint.js"
  4839. },
  4840. "engines": {
  4841. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  4842. },
  4843. "funding": {
  4844. "url": "https://eslint.org/donate"
  4845. },
  4846. "peerDependencies": {
  4847. "jiti": "*"
  4848. },
  4849. "peerDependenciesMeta": {
  4850. "jiti": {
  4851. "optional": true
  4852. }
  4853. }
  4854. },
  4855. "node_modules/eslint-config-next": {
  4856. "version": "15.4.6",
  4857. "resolved": "https://registry.npmmirror.com/eslint-config-next/-/eslint-config-next-15.4.6.tgz",
  4858. "integrity": "sha512-4uznvw5DlTTjrZgYZjMciSdDDMO2SWIuQgUNaFyC2O3Zw3Z91XeIejeVa439yRq2CnJb/KEvE4U2AeN/66FpUA==",
  4859. "dev": true,
  4860. "license": "MIT",
  4861. "dependencies": {
  4862. "@next/eslint-plugin-next": "15.4.6",
  4863. "@rushstack/eslint-patch": "^1.10.3",
  4864. "@typescript-eslint/eslint-plugin": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0",
  4865. "@typescript-eslint/parser": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0",
  4866. "eslint-import-resolver-node": "^0.3.6",
  4867. "eslint-import-resolver-typescript": "^3.5.2",
  4868. "eslint-plugin-import": "^2.31.0",
  4869. "eslint-plugin-jsx-a11y": "^6.10.0",
  4870. "eslint-plugin-react": "^7.37.0",
  4871. "eslint-plugin-react-hooks": "^5.0.0"
  4872. },
  4873. "peerDependencies": {
  4874. "eslint": "^7.23.0 || ^8.0.0 || ^9.0.0",
  4875. "typescript": ">=3.3.1"
  4876. },
  4877. "peerDependenciesMeta": {
  4878. "typescript": {
  4879. "optional": true
  4880. }
  4881. }
  4882. },
  4883. "node_modules/eslint-import-resolver-node": {
  4884. "version": "0.3.9",
  4885. "resolved": "https://registry.npmmirror.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
  4886. "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==",
  4887. "dev": true,
  4888. "license": "MIT",
  4889. "dependencies": {
  4890. "debug": "^3.2.7",
  4891. "is-core-module": "^2.13.0",
  4892. "resolve": "^1.22.4"
  4893. }
  4894. },
  4895. "node_modules/eslint-import-resolver-node/node_modules/debug": {
  4896. "version": "3.2.7",
  4897. "resolved": "https://registry.npmmirror.com/debug/-/debug-3.2.7.tgz",
  4898. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  4899. "dev": true,
  4900. "license": "MIT",
  4901. "dependencies": {
  4902. "ms": "^2.1.1"
  4903. }
  4904. },
  4905. "node_modules/eslint-import-resolver-typescript": {
  4906. "version": "3.10.1",
  4907. "resolved": "https://registry.npmmirror.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.10.1.tgz",
  4908. "integrity": "sha512-A1rHYb06zjMGAxdLSkN2fXPBwuSaQ0iO5M/hdyS0Ajj1VBaRp0sPD3dn1FhME3c/JluGFbwSxyCfqdSbtQLAHQ==",
  4909. "dev": true,
  4910. "license": "ISC",
  4911. "dependencies": {
  4912. "@nolyfill/is-core-module": "1.0.39",
  4913. "debug": "^4.4.0",
  4914. "get-tsconfig": "^4.10.0",
  4915. "is-bun-module": "^2.0.0",
  4916. "stable-hash": "^0.0.5",
  4917. "tinyglobby": "^0.2.13",
  4918. "unrs-resolver": "^1.6.2"
  4919. },
  4920. "engines": {
  4921. "node": "^14.18.0 || >=16.0.0"
  4922. },
  4923. "funding": {
  4924. "url": "https://opencollective.com/eslint-import-resolver-typescript"
  4925. },
  4926. "peerDependencies": {
  4927. "eslint": "*",
  4928. "eslint-plugin-import": "*",
  4929. "eslint-plugin-import-x": "*"
  4930. },
  4931. "peerDependenciesMeta": {
  4932. "eslint-plugin-import": {
  4933. "optional": true
  4934. },
  4935. "eslint-plugin-import-x": {
  4936. "optional": true
  4937. }
  4938. }
  4939. },
  4940. "node_modules/eslint-module-utils": {
  4941. "version": "2.12.1",
  4942. "resolved": "https://registry.npmmirror.com/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz",
  4943. "integrity": "sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==",
  4944. "dev": true,
  4945. "license": "MIT",
  4946. "dependencies": {
  4947. "debug": "^3.2.7"
  4948. },
  4949. "engines": {
  4950. "node": ">=4"
  4951. },
  4952. "peerDependenciesMeta": {
  4953. "eslint": {
  4954. "optional": true
  4955. }
  4956. }
  4957. },
  4958. "node_modules/eslint-module-utils/node_modules/debug": {
  4959. "version": "3.2.7",
  4960. "resolved": "https://registry.npmmirror.com/debug/-/debug-3.2.7.tgz",
  4961. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  4962. "dev": true,
  4963. "license": "MIT",
  4964. "dependencies": {
  4965. "ms": "^2.1.1"
  4966. }
  4967. },
  4968. "node_modules/eslint-plugin-import": {
  4969. "version": "2.32.0",
  4970. "resolved": "https://registry.npmmirror.com/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz",
  4971. "integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==",
  4972. "dev": true,
  4973. "license": "MIT",
  4974. "dependencies": {
  4975. "@rtsao/scc": "^1.1.0",
  4976. "array-includes": "^3.1.9",
  4977. "array.prototype.findlastindex": "^1.2.6",
  4978. "array.prototype.flat": "^1.3.3",
  4979. "array.prototype.flatmap": "^1.3.3",
  4980. "debug": "^3.2.7",
  4981. "doctrine": "^2.1.0",
  4982. "eslint-import-resolver-node": "^0.3.9",
  4983. "eslint-module-utils": "^2.12.1",
  4984. "hasown": "^2.0.2",
  4985. "is-core-module": "^2.16.1",
  4986. "is-glob": "^4.0.3",
  4987. "minimatch": "^3.1.2",
  4988. "object.fromentries": "^2.0.8",
  4989. "object.groupby": "^1.0.3",
  4990. "object.values": "^1.2.1",
  4991. "semver": "^6.3.1",
  4992. "string.prototype.trimend": "^1.0.9",
  4993. "tsconfig-paths": "^3.15.0"
  4994. },
  4995. "engines": {
  4996. "node": ">=4"
  4997. },
  4998. "peerDependencies": {
  4999. "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9"
  5000. }
  5001. },
  5002. "node_modules/eslint-plugin-import/node_modules/debug": {
  5003. "version": "3.2.7",
  5004. "resolved": "https://registry.npmmirror.com/debug/-/debug-3.2.7.tgz",
  5005. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  5006. "dev": true,
  5007. "license": "MIT",
  5008. "dependencies": {
  5009. "ms": "^2.1.1"
  5010. }
  5011. },
  5012. "node_modules/eslint-plugin-import/node_modules/semver": {
  5013. "version": "6.3.1",
  5014. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  5015. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  5016. "dev": true,
  5017. "license": "ISC",
  5018. "bin": {
  5019. "semver": "bin/semver.js"
  5020. }
  5021. },
  5022. "node_modules/eslint-plugin-jsx-a11y": {
  5023. "version": "6.10.2",
  5024. "resolved": "https://registry.npmmirror.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.2.tgz",
  5025. "integrity": "sha512-scB3nz4WmG75pV8+3eRUQOHZlNSUhFNq37xnpgRkCCELU3XMvXAxLk1eqWWyE22Ki4Q01Fnsw9BA3cJHDPgn2Q==",
  5026. "dev": true,
  5027. "license": "MIT",
  5028. "dependencies": {
  5029. "aria-query": "^5.3.2",
  5030. "array-includes": "^3.1.8",
  5031. "array.prototype.flatmap": "^1.3.2",
  5032. "ast-types-flow": "^0.0.8",
  5033. "axe-core": "^4.10.0",
  5034. "axobject-query": "^4.1.0",
  5035. "damerau-levenshtein": "^1.0.8",
  5036. "emoji-regex": "^9.2.2",
  5037. "hasown": "^2.0.2",
  5038. "jsx-ast-utils": "^3.3.5",
  5039. "language-tags": "^1.0.9",
  5040. "minimatch": "^3.1.2",
  5041. "object.fromentries": "^2.0.8",
  5042. "safe-regex-test": "^1.0.3",
  5043. "string.prototype.includes": "^2.0.1"
  5044. },
  5045. "engines": {
  5046. "node": ">=4.0"
  5047. },
  5048. "peerDependencies": {
  5049. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9"
  5050. }
  5051. },
  5052. "node_modules/eslint-plugin-react": {
  5053. "version": "7.37.5",
  5054. "resolved": "https://registry.npmmirror.com/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz",
  5055. "integrity": "sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==",
  5056. "dev": true,
  5057. "license": "MIT",
  5058. "dependencies": {
  5059. "array-includes": "^3.1.8",
  5060. "array.prototype.findlast": "^1.2.5",
  5061. "array.prototype.flatmap": "^1.3.3",
  5062. "array.prototype.tosorted": "^1.1.4",
  5063. "doctrine": "^2.1.0",
  5064. "es-iterator-helpers": "^1.2.1",
  5065. "estraverse": "^5.3.0",
  5066. "hasown": "^2.0.2",
  5067. "jsx-ast-utils": "^2.4.1 || ^3.0.0",
  5068. "minimatch": "^3.1.2",
  5069. "object.entries": "^1.1.9",
  5070. "object.fromentries": "^2.0.8",
  5071. "object.values": "^1.2.1",
  5072. "prop-types": "^15.8.1",
  5073. "resolve": "^2.0.0-next.5",
  5074. "semver": "^6.3.1",
  5075. "string.prototype.matchall": "^4.0.12",
  5076. "string.prototype.repeat": "^1.0.0"
  5077. },
  5078. "engines": {
  5079. "node": ">=4"
  5080. },
  5081. "peerDependencies": {
  5082. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7"
  5083. }
  5084. },
  5085. "node_modules/eslint-plugin-react-hooks": {
  5086. "version": "5.2.0",
  5087. "resolved": "https://registry.npmmirror.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz",
  5088. "integrity": "sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==",
  5089. "dev": true,
  5090. "license": "MIT",
  5091. "engines": {
  5092. "node": ">=10"
  5093. },
  5094. "peerDependencies": {
  5095. "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0"
  5096. }
  5097. },
  5098. "node_modules/eslint-plugin-react/node_modules/resolve": {
  5099. "version": "2.0.0-next.5",
  5100. "resolved": "https://registry.npmmirror.com/resolve/-/resolve-2.0.0-next.5.tgz",
  5101. "integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==",
  5102. "dev": true,
  5103. "license": "MIT",
  5104. "dependencies": {
  5105. "is-core-module": "^2.13.0",
  5106. "path-parse": "^1.0.7",
  5107. "supports-preserve-symlinks-flag": "^1.0.0"
  5108. },
  5109. "bin": {
  5110. "resolve": "bin/resolve"
  5111. },
  5112. "funding": {
  5113. "url": "https://github.com/sponsors/ljharb"
  5114. }
  5115. },
  5116. "node_modules/eslint-plugin-react/node_modules/semver": {
  5117. "version": "6.3.1",
  5118. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  5119. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  5120. "dev": true,
  5121. "license": "ISC",
  5122. "bin": {
  5123. "semver": "bin/semver.js"
  5124. }
  5125. },
  5126. "node_modules/eslint-scope": {
  5127. "version": "8.4.0",
  5128. "resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-8.4.0.tgz",
  5129. "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
  5130. "dev": true,
  5131. "license": "BSD-2-Clause",
  5132. "dependencies": {
  5133. "esrecurse": "^4.3.0",
  5134. "estraverse": "^5.2.0"
  5135. },
  5136. "engines": {
  5137. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  5138. },
  5139. "funding": {
  5140. "url": "https://opencollective.com/eslint"
  5141. }
  5142. },
  5143. "node_modules/eslint-visitor-keys": {
  5144. "version": "4.2.1",
  5145. "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
  5146. "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
  5147. "dev": true,
  5148. "license": "Apache-2.0",
  5149. "engines": {
  5150. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  5151. },
  5152. "funding": {
  5153. "url": "https://opencollective.com/eslint"
  5154. }
  5155. },
  5156. "node_modules/espree": {
  5157. "version": "10.4.0",
  5158. "resolved": "https://registry.npmmirror.com/espree/-/espree-10.4.0.tgz",
  5159. "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
  5160. "dev": true,
  5161. "license": "BSD-2-Clause",
  5162. "dependencies": {
  5163. "acorn": "^8.15.0",
  5164. "acorn-jsx": "^5.3.2",
  5165. "eslint-visitor-keys": "^4.2.1"
  5166. },
  5167. "engines": {
  5168. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  5169. },
  5170. "funding": {
  5171. "url": "https://opencollective.com/eslint"
  5172. }
  5173. },
  5174. "node_modules/esquery": {
  5175. "version": "1.6.0",
  5176. "resolved": "https://registry.npmmirror.com/esquery/-/esquery-1.6.0.tgz",
  5177. "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
  5178. "dev": true,
  5179. "license": "BSD-3-Clause",
  5180. "dependencies": {
  5181. "estraverse": "^5.1.0"
  5182. },
  5183. "engines": {
  5184. "node": ">=0.10"
  5185. }
  5186. },
  5187. "node_modules/esrecurse": {
  5188. "version": "4.3.0",
  5189. "resolved": "https://registry.npmmirror.com/esrecurse/-/esrecurse-4.3.0.tgz",
  5190. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  5191. "dev": true,
  5192. "license": "BSD-2-Clause",
  5193. "dependencies": {
  5194. "estraverse": "^5.2.0"
  5195. },
  5196. "engines": {
  5197. "node": ">=4.0"
  5198. }
  5199. },
  5200. "node_modules/estraverse": {
  5201. "version": "5.3.0",
  5202. "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz",
  5203. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  5204. "dev": true,
  5205. "license": "BSD-2-Clause",
  5206. "engines": {
  5207. "node": ">=4.0"
  5208. }
  5209. },
  5210. "node_modules/estree-util-is-identifier-name": {
  5211. "version": "3.0.0",
  5212. "resolved": "https://registry.npmmirror.com/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz",
  5213. "integrity": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==",
  5214. "license": "MIT",
  5215. "funding": {
  5216. "type": "opencollective",
  5217. "url": "https://opencollective.com/unified"
  5218. }
  5219. },
  5220. "node_modules/esutils": {
  5221. "version": "2.0.3",
  5222. "resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz",
  5223. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  5224. "dev": true,
  5225. "license": "BSD-2-Clause",
  5226. "engines": {
  5227. "node": ">=0.10.0"
  5228. }
  5229. },
  5230. "node_modules/extend": {
  5231. "version": "3.0.2",
  5232. "resolved": "https://registry.npmmirror.com/extend/-/extend-3.0.2.tgz",
  5233. "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
  5234. "license": "MIT"
  5235. },
  5236. "node_modules/fast-deep-equal": {
  5237. "version": "3.1.3",
  5238. "resolved": "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  5239. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  5240. "license": "MIT"
  5241. },
  5242. "node_modules/fast-glob": {
  5243. "version": "3.3.1",
  5244. "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.1.tgz",
  5245. "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==",
  5246. "dev": true,
  5247. "license": "MIT",
  5248. "dependencies": {
  5249. "@nodelib/fs.stat": "^2.0.2",
  5250. "@nodelib/fs.walk": "^1.2.3",
  5251. "glob-parent": "^5.1.2",
  5252. "merge2": "^1.3.0",
  5253. "micromatch": "^4.0.4"
  5254. },
  5255. "engines": {
  5256. "node": ">=8.6.0"
  5257. }
  5258. },
  5259. "node_modules/fast-glob/node_modules/glob-parent": {
  5260. "version": "5.1.2",
  5261. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  5262. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  5263. "dev": true,
  5264. "license": "ISC",
  5265. "dependencies": {
  5266. "is-glob": "^4.0.1"
  5267. },
  5268. "engines": {
  5269. "node": ">= 6"
  5270. }
  5271. },
  5272. "node_modules/fast-json-stable-stringify": {
  5273. "version": "2.1.0",
  5274. "resolved": "https://registry.npmmirror.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  5275. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  5276. "dev": true,
  5277. "license": "MIT"
  5278. },
  5279. "node_modules/fast-levenshtein": {
  5280. "version": "2.0.6",
  5281. "resolved": "https://registry.npmmirror.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  5282. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  5283. "dev": true,
  5284. "license": "MIT"
  5285. },
  5286. "node_modules/fastq": {
  5287. "version": "1.19.1",
  5288. "resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.19.1.tgz",
  5289. "integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
  5290. "dev": true,
  5291. "license": "ISC",
  5292. "dependencies": {
  5293. "reusify": "^1.0.4"
  5294. }
  5295. },
  5296. "node_modules/file-entry-cache": {
  5297. "version": "8.0.0",
  5298. "resolved": "https://registry.npmmirror.com/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
  5299. "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
  5300. "dev": true,
  5301. "license": "MIT",
  5302. "dependencies": {
  5303. "flat-cache": "^4.0.0"
  5304. },
  5305. "engines": {
  5306. "node": ">=16.0.0"
  5307. }
  5308. },
  5309. "node_modules/fill-range": {
  5310. "version": "7.1.1",
  5311. "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
  5312. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  5313. "devOptional": true,
  5314. "license": "MIT",
  5315. "dependencies": {
  5316. "to-regex-range": "^5.0.1"
  5317. },
  5318. "engines": {
  5319. "node": ">=8"
  5320. }
  5321. },
  5322. "node_modules/find-root": {
  5323. "version": "1.1.0",
  5324. "resolved": "https://registry.npmmirror.com/find-root/-/find-root-1.1.0.tgz",
  5325. "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==",
  5326. "license": "MIT"
  5327. },
  5328. "node_modules/find-up": {
  5329. "version": "5.0.0",
  5330. "resolved": "https://registry.npmmirror.com/find-up/-/find-up-5.0.0.tgz",
  5331. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  5332. "dev": true,
  5333. "license": "MIT",
  5334. "dependencies": {
  5335. "locate-path": "^6.0.0",
  5336. "path-exists": "^4.0.0"
  5337. },
  5338. "engines": {
  5339. "node": ">=10"
  5340. },
  5341. "funding": {
  5342. "url": "https://github.com/sponsors/sindresorhus"
  5343. }
  5344. },
  5345. "node_modules/flat-cache": {
  5346. "version": "4.0.1",
  5347. "resolved": "https://registry.npmmirror.com/flat-cache/-/flat-cache-4.0.1.tgz",
  5348. "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
  5349. "dev": true,
  5350. "license": "MIT",
  5351. "dependencies": {
  5352. "flatted": "^3.2.9",
  5353. "keyv": "^4.5.4"
  5354. },
  5355. "engines": {
  5356. "node": ">=16"
  5357. }
  5358. },
  5359. "node_modules/flatted": {
  5360. "version": "3.3.3",
  5361. "resolved": "https://registry.npmmirror.com/flatted/-/flatted-3.3.3.tgz",
  5362. "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
  5363. "dev": true,
  5364. "license": "ISC"
  5365. },
  5366. "node_modules/for-each": {
  5367. "version": "0.3.5",
  5368. "resolved": "https://registry.npmmirror.com/for-each/-/for-each-0.3.5.tgz",
  5369. "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
  5370. "dev": true,
  5371. "license": "MIT",
  5372. "dependencies": {
  5373. "is-callable": "^1.2.7"
  5374. },
  5375. "engines": {
  5376. "node": ">= 0.4"
  5377. },
  5378. "funding": {
  5379. "url": "https://github.com/sponsors/ljharb"
  5380. }
  5381. },
  5382. "node_modules/function-bind": {
  5383. "version": "1.1.2",
  5384. "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
  5385. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  5386. "license": "MIT",
  5387. "funding": {
  5388. "url": "https://github.com/sponsors/ljharb"
  5389. }
  5390. },
  5391. "node_modules/function.prototype.name": {
  5392. "version": "1.1.8",
  5393. "resolved": "https://registry.npmmirror.com/function.prototype.name/-/function.prototype.name-1.1.8.tgz",
  5394. "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==",
  5395. "dev": true,
  5396. "license": "MIT",
  5397. "dependencies": {
  5398. "call-bind": "^1.0.8",
  5399. "call-bound": "^1.0.3",
  5400. "define-properties": "^1.2.1",
  5401. "functions-have-names": "^1.2.3",
  5402. "hasown": "^2.0.2",
  5403. "is-callable": "^1.2.7"
  5404. },
  5405. "engines": {
  5406. "node": ">= 0.4"
  5407. },
  5408. "funding": {
  5409. "url": "https://github.com/sponsors/ljharb"
  5410. }
  5411. },
  5412. "node_modules/functions-have-names": {
  5413. "version": "1.2.3",
  5414. "resolved": "https://registry.npmmirror.com/functions-have-names/-/functions-have-names-1.2.3.tgz",
  5415. "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
  5416. "dev": true,
  5417. "license": "MIT",
  5418. "funding": {
  5419. "url": "https://github.com/sponsors/ljharb"
  5420. }
  5421. },
  5422. "node_modules/get-intrinsic": {
  5423. "version": "1.3.0",
  5424. "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  5425. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  5426. "dev": true,
  5427. "license": "MIT",
  5428. "dependencies": {
  5429. "call-bind-apply-helpers": "^1.0.2",
  5430. "es-define-property": "^1.0.1",
  5431. "es-errors": "^1.3.0",
  5432. "es-object-atoms": "^1.1.1",
  5433. "function-bind": "^1.1.2",
  5434. "get-proto": "^1.0.1",
  5435. "gopd": "^1.2.0",
  5436. "has-symbols": "^1.1.0",
  5437. "hasown": "^2.0.2",
  5438. "math-intrinsics": "^1.1.0"
  5439. },
  5440. "engines": {
  5441. "node": ">= 0.4"
  5442. },
  5443. "funding": {
  5444. "url": "https://github.com/sponsors/ljharb"
  5445. }
  5446. },
  5447. "node_modules/get-proto": {
  5448. "version": "1.0.1",
  5449. "resolved": "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz",
  5450. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  5451. "dev": true,
  5452. "license": "MIT",
  5453. "dependencies": {
  5454. "dunder-proto": "^1.0.1",
  5455. "es-object-atoms": "^1.0.0"
  5456. },
  5457. "engines": {
  5458. "node": ">= 0.4"
  5459. }
  5460. },
  5461. "node_modules/get-symbol-description": {
  5462. "version": "1.1.0",
  5463. "resolved": "https://registry.npmmirror.com/get-symbol-description/-/get-symbol-description-1.1.0.tgz",
  5464. "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==",
  5465. "dev": true,
  5466. "license": "MIT",
  5467. "dependencies": {
  5468. "call-bound": "^1.0.3",
  5469. "es-errors": "^1.3.0",
  5470. "get-intrinsic": "^1.2.6"
  5471. },
  5472. "engines": {
  5473. "node": ">= 0.4"
  5474. },
  5475. "funding": {
  5476. "url": "https://github.com/sponsors/ljharb"
  5477. }
  5478. },
  5479. "node_modules/get-tsconfig": {
  5480. "version": "4.10.1",
  5481. "resolved": "https://registry.npmmirror.com/get-tsconfig/-/get-tsconfig-4.10.1.tgz",
  5482. "integrity": "sha512-auHyJ4AgMz7vgS8Hp3N6HXSmlMdUyhSUrfBF16w153rxtLIEOE+HGqaBppczZvnHLqQJfiHotCYpNhl0lUROFQ==",
  5483. "dev": true,
  5484. "license": "MIT",
  5485. "dependencies": {
  5486. "resolve-pkg-maps": "^1.0.0"
  5487. },
  5488. "funding": {
  5489. "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
  5490. }
  5491. },
  5492. "node_modules/github-slugger": {
  5493. "version": "2.0.0",
  5494. "resolved": "https://registry.npmmirror.com/github-slugger/-/github-slugger-2.0.0.tgz",
  5495. "integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==",
  5496. "license": "ISC"
  5497. },
  5498. "node_modules/glob-parent": {
  5499. "version": "6.0.2",
  5500. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-6.0.2.tgz",
  5501. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  5502. "dev": true,
  5503. "license": "ISC",
  5504. "dependencies": {
  5505. "is-glob": "^4.0.3"
  5506. },
  5507. "engines": {
  5508. "node": ">=10.13.0"
  5509. }
  5510. },
  5511. "node_modules/globals": {
  5512. "version": "14.0.0",
  5513. "resolved": "https://registry.npmmirror.com/globals/-/globals-14.0.0.tgz",
  5514. "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
  5515. "dev": true,
  5516. "license": "MIT",
  5517. "engines": {
  5518. "node": ">=18"
  5519. },
  5520. "funding": {
  5521. "url": "https://github.com/sponsors/sindresorhus"
  5522. }
  5523. },
  5524. "node_modules/globalthis": {
  5525. "version": "1.0.4",
  5526. "resolved": "https://registry.npmmirror.com/globalthis/-/globalthis-1.0.4.tgz",
  5527. "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
  5528. "dev": true,
  5529. "license": "MIT",
  5530. "dependencies": {
  5531. "define-properties": "^1.2.1",
  5532. "gopd": "^1.0.1"
  5533. },
  5534. "engines": {
  5535. "node": ">= 0.4"
  5536. },
  5537. "funding": {
  5538. "url": "https://github.com/sponsors/ljharb"
  5539. }
  5540. },
  5541. "node_modules/gopd": {
  5542. "version": "1.2.0",
  5543. "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz",
  5544. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  5545. "dev": true,
  5546. "license": "MIT",
  5547. "engines": {
  5548. "node": ">= 0.4"
  5549. },
  5550. "funding": {
  5551. "url": "https://github.com/sponsors/ljharb"
  5552. }
  5553. },
  5554. "node_modules/graceful-fs": {
  5555. "version": "4.2.11",
  5556. "resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz",
  5557. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  5558. "dev": true,
  5559. "license": "ISC"
  5560. },
  5561. "node_modules/graphemer": {
  5562. "version": "1.4.0",
  5563. "resolved": "https://registry.npmmirror.com/graphemer/-/graphemer-1.4.0.tgz",
  5564. "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
  5565. "dev": true,
  5566. "license": "MIT"
  5567. },
  5568. "node_modules/has-bigints": {
  5569. "version": "1.1.0",
  5570. "resolved": "https://registry.npmmirror.com/has-bigints/-/has-bigints-1.1.0.tgz",
  5571. "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==",
  5572. "dev": true,
  5573. "license": "MIT",
  5574. "engines": {
  5575. "node": ">= 0.4"
  5576. },
  5577. "funding": {
  5578. "url": "https://github.com/sponsors/ljharb"
  5579. }
  5580. },
  5581. "node_modules/has-flag": {
  5582. "version": "4.0.0",
  5583. "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
  5584. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  5585. "dev": true,
  5586. "license": "MIT",
  5587. "engines": {
  5588. "node": ">=8"
  5589. }
  5590. },
  5591. "node_modules/has-property-descriptors": {
  5592. "version": "1.0.2",
  5593. "resolved": "https://registry.npmmirror.com/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
  5594. "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
  5595. "dev": true,
  5596. "license": "MIT",
  5597. "dependencies": {
  5598. "es-define-property": "^1.0.0"
  5599. },
  5600. "funding": {
  5601. "url": "https://github.com/sponsors/ljharb"
  5602. }
  5603. },
  5604. "node_modules/has-proto": {
  5605. "version": "1.2.0",
  5606. "resolved": "https://registry.npmmirror.com/has-proto/-/has-proto-1.2.0.tgz",
  5607. "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==",
  5608. "dev": true,
  5609. "license": "MIT",
  5610. "dependencies": {
  5611. "dunder-proto": "^1.0.0"
  5612. },
  5613. "engines": {
  5614. "node": ">= 0.4"
  5615. },
  5616. "funding": {
  5617. "url": "https://github.com/sponsors/ljharb"
  5618. }
  5619. },
  5620. "node_modules/has-symbols": {
  5621. "version": "1.1.0",
  5622. "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz",
  5623. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  5624. "dev": true,
  5625. "license": "MIT",
  5626. "engines": {
  5627. "node": ">= 0.4"
  5628. },
  5629. "funding": {
  5630. "url": "https://github.com/sponsors/ljharb"
  5631. }
  5632. },
  5633. "node_modules/has-tostringtag": {
  5634. "version": "1.0.2",
  5635. "resolved": "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  5636. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  5637. "dev": true,
  5638. "license": "MIT",
  5639. "dependencies": {
  5640. "has-symbols": "^1.0.3"
  5641. },
  5642. "engines": {
  5643. "node": ">= 0.4"
  5644. },
  5645. "funding": {
  5646. "url": "https://github.com/sponsors/ljharb"
  5647. }
  5648. },
  5649. "node_modules/hasown": {
  5650. "version": "2.0.2",
  5651. "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
  5652. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  5653. "license": "MIT",
  5654. "dependencies": {
  5655. "function-bind": "^1.1.2"
  5656. },
  5657. "engines": {
  5658. "node": ">= 0.4"
  5659. }
  5660. },
  5661. "node_modules/hast-util-from-html": {
  5662. "version": "2.0.3",
  5663. "resolved": "https://registry.npmmirror.com/hast-util-from-html/-/hast-util-from-html-2.0.3.tgz",
  5664. "integrity": "sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw==",
  5665. "license": "MIT",
  5666. "dependencies": {
  5667. "@types/hast": "^3.0.0",
  5668. "devlop": "^1.1.0",
  5669. "hast-util-from-parse5": "^8.0.0",
  5670. "parse5": "^7.0.0",
  5671. "vfile": "^6.0.0",
  5672. "vfile-message": "^4.0.0"
  5673. },
  5674. "funding": {
  5675. "type": "opencollective",
  5676. "url": "https://opencollective.com/unified"
  5677. }
  5678. },
  5679. "node_modules/hast-util-from-parse5": {
  5680. "version": "8.0.3",
  5681. "resolved": "https://registry.npmmirror.com/hast-util-from-parse5/-/hast-util-from-parse5-8.0.3.tgz",
  5682. "integrity": "sha512-3kxEVkEKt0zvcZ3hCRYI8rqrgwtlIOFMWkbclACvjlDw8Li9S2hk/d51OI0nr/gIpdMHNepwgOKqZ/sy0Clpyg==",
  5683. "license": "MIT",
  5684. "dependencies": {
  5685. "@types/hast": "^3.0.0",
  5686. "@types/unist": "^3.0.0",
  5687. "devlop": "^1.0.0",
  5688. "hastscript": "^9.0.0",
  5689. "property-information": "^7.0.0",
  5690. "vfile": "^6.0.0",
  5691. "vfile-location": "^5.0.0",
  5692. "web-namespaces": "^2.0.0"
  5693. },
  5694. "funding": {
  5695. "type": "opencollective",
  5696. "url": "https://opencollective.com/unified"
  5697. }
  5698. },
  5699. "node_modules/hast-util-has-property": {
  5700. "version": "3.0.0",
  5701. "resolved": "https://registry.npmmirror.com/hast-util-has-property/-/hast-util-has-property-3.0.0.tgz",
  5702. "integrity": "sha512-MNilsvEKLFpV604hwfhVStK0usFY/QmM5zX16bo7EjnAEGofr5YyI37kzopBlZJkHD4t887i+q/C8/tr5Q94cA==",
  5703. "license": "MIT",
  5704. "dependencies": {
  5705. "@types/hast": "^3.0.0"
  5706. },
  5707. "funding": {
  5708. "type": "opencollective",
  5709. "url": "https://opencollective.com/unified"
  5710. }
  5711. },
  5712. "node_modules/hast-util-heading-rank": {
  5713. "version": "3.0.0",
  5714. "resolved": "https://registry.npmmirror.com/hast-util-heading-rank/-/hast-util-heading-rank-3.0.0.tgz",
  5715. "integrity": "sha512-EJKb8oMUXVHcWZTDepnr+WNbfnXKFNf9duMesmr4S8SXTJBJ9M4Yok08pu9vxdJwdlGRhVumk9mEhkEvKGifwA==",
  5716. "license": "MIT",
  5717. "dependencies": {
  5718. "@types/hast": "^3.0.0"
  5719. },
  5720. "funding": {
  5721. "type": "opencollective",
  5722. "url": "https://opencollective.com/unified"
  5723. }
  5724. },
  5725. "node_modules/hast-util-is-element": {
  5726. "version": "3.0.0",
  5727. "resolved": "https://registry.npmmirror.com/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz",
  5728. "integrity": "sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==",
  5729. "license": "MIT",
  5730. "dependencies": {
  5731. "@types/hast": "^3.0.0"
  5732. },
  5733. "funding": {
  5734. "type": "opencollective",
  5735. "url": "https://opencollective.com/unified"
  5736. }
  5737. },
  5738. "node_modules/hast-util-parse-selector": {
  5739. "version": "4.0.0",
  5740. "resolved": "https://registry.npmmirror.com/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz",
  5741. "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==",
  5742. "license": "MIT",
  5743. "dependencies": {
  5744. "@types/hast": "^3.0.0"
  5745. },
  5746. "funding": {
  5747. "type": "opencollective",
  5748. "url": "https://opencollective.com/unified"
  5749. }
  5750. },
  5751. "node_modules/hast-util-raw": {
  5752. "version": "9.1.0",
  5753. "resolved": "https://registry.npmmirror.com/hast-util-raw/-/hast-util-raw-9.1.0.tgz",
  5754. "integrity": "sha512-Y8/SBAHkZGoNkpzqqfCldijcuUKh7/su31kEBp67cFY09Wy0mTRgtsLYsiIxMJxlu0f6AA5SUTbDR8K0rxnbUw==",
  5755. "license": "MIT",
  5756. "dependencies": {
  5757. "@types/hast": "^3.0.0",
  5758. "@types/unist": "^3.0.0",
  5759. "@ungap/structured-clone": "^1.0.0",
  5760. "hast-util-from-parse5": "^8.0.0",
  5761. "hast-util-to-parse5": "^8.0.0",
  5762. "html-void-elements": "^3.0.0",
  5763. "mdast-util-to-hast": "^13.0.0",
  5764. "parse5": "^7.0.0",
  5765. "unist-util-position": "^5.0.0",
  5766. "unist-util-visit": "^5.0.0",
  5767. "vfile": "^6.0.0",
  5768. "web-namespaces": "^2.0.0",
  5769. "zwitch": "^2.0.0"
  5770. },
  5771. "funding": {
  5772. "type": "opencollective",
  5773. "url": "https://opencollective.com/unified"
  5774. }
  5775. },
  5776. "node_modules/hast-util-select": {
  5777. "version": "6.0.4",
  5778. "resolved": "https://registry.npmmirror.com/hast-util-select/-/hast-util-select-6.0.4.tgz",
  5779. "integrity": "sha512-RqGS1ZgI0MwxLaKLDxjprynNzINEkRHY2i8ln4DDjgv9ZhcYVIHN9rlpiYsqtFwrgpYU361SyWDQcGNIBVu3lw==",
  5780. "license": "MIT",
  5781. "dependencies": {
  5782. "@types/hast": "^3.0.0",
  5783. "@types/unist": "^3.0.0",
  5784. "bcp-47-match": "^2.0.0",
  5785. "comma-separated-tokens": "^2.0.0",
  5786. "css-selector-parser": "^3.0.0",
  5787. "devlop": "^1.0.0",
  5788. "direction": "^2.0.0",
  5789. "hast-util-has-property": "^3.0.0",
  5790. "hast-util-to-string": "^3.0.0",
  5791. "hast-util-whitespace": "^3.0.0",
  5792. "nth-check": "^2.0.0",
  5793. "property-information": "^7.0.0",
  5794. "space-separated-tokens": "^2.0.0",
  5795. "unist-util-visit": "^5.0.0",
  5796. "zwitch": "^2.0.0"
  5797. },
  5798. "funding": {
  5799. "type": "opencollective",
  5800. "url": "https://opencollective.com/unified"
  5801. }
  5802. },
  5803. "node_modules/hast-util-to-html": {
  5804. "version": "9.0.5",
  5805. "resolved": "https://registry.npmmirror.com/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz",
  5806. "integrity": "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==",
  5807. "license": "MIT",
  5808. "dependencies": {
  5809. "@types/hast": "^3.0.0",
  5810. "@types/unist": "^3.0.0",
  5811. "ccount": "^2.0.0",
  5812. "comma-separated-tokens": "^2.0.0",
  5813. "hast-util-whitespace": "^3.0.0",
  5814. "html-void-elements": "^3.0.0",
  5815. "mdast-util-to-hast": "^13.0.0",
  5816. "property-information": "^7.0.0",
  5817. "space-separated-tokens": "^2.0.0",
  5818. "stringify-entities": "^4.0.0",
  5819. "zwitch": "^2.0.4"
  5820. },
  5821. "funding": {
  5822. "type": "opencollective",
  5823. "url": "https://opencollective.com/unified"
  5824. }
  5825. },
  5826. "node_modules/hast-util-to-jsx-runtime": {
  5827. "version": "2.3.6",
  5828. "resolved": "https://registry.npmmirror.com/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz",
  5829. "integrity": "sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==",
  5830. "license": "MIT",
  5831. "dependencies": {
  5832. "@types/estree": "^1.0.0",
  5833. "@types/hast": "^3.0.0",
  5834. "@types/unist": "^3.0.0",
  5835. "comma-separated-tokens": "^2.0.0",
  5836. "devlop": "^1.0.0",
  5837. "estree-util-is-identifier-name": "^3.0.0",
  5838. "hast-util-whitespace": "^3.0.0",
  5839. "mdast-util-mdx-expression": "^2.0.0",
  5840. "mdast-util-mdx-jsx": "^3.0.0",
  5841. "mdast-util-mdxjs-esm": "^2.0.0",
  5842. "property-information": "^7.0.0",
  5843. "space-separated-tokens": "^2.0.0",
  5844. "style-to-js": "^1.0.0",
  5845. "unist-util-position": "^5.0.0",
  5846. "vfile-message": "^4.0.0"
  5847. },
  5848. "funding": {
  5849. "type": "opencollective",
  5850. "url": "https://opencollective.com/unified"
  5851. }
  5852. },
  5853. "node_modules/hast-util-to-parse5": {
  5854. "version": "8.0.0",
  5855. "resolved": "https://registry.npmmirror.com/hast-util-to-parse5/-/hast-util-to-parse5-8.0.0.tgz",
  5856. "integrity": "sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==",
  5857. "license": "MIT",
  5858. "dependencies": {
  5859. "@types/hast": "^3.0.0",
  5860. "comma-separated-tokens": "^2.0.0",
  5861. "devlop": "^1.0.0",
  5862. "property-information": "^6.0.0",
  5863. "space-separated-tokens": "^2.0.0",
  5864. "web-namespaces": "^2.0.0",
  5865. "zwitch": "^2.0.0"
  5866. },
  5867. "funding": {
  5868. "type": "opencollective",
  5869. "url": "https://opencollective.com/unified"
  5870. }
  5871. },
  5872. "node_modules/hast-util-to-parse5/node_modules/property-information": {
  5873. "version": "6.5.0",
  5874. "resolved": "https://registry.npmmirror.com/property-information/-/property-information-6.5.0.tgz",
  5875. "integrity": "sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==",
  5876. "license": "MIT",
  5877. "funding": {
  5878. "type": "github",
  5879. "url": "https://github.com/sponsors/wooorm"
  5880. }
  5881. },
  5882. "node_modules/hast-util-to-string": {
  5883. "version": "3.0.1",
  5884. "resolved": "https://registry.npmmirror.com/hast-util-to-string/-/hast-util-to-string-3.0.1.tgz",
  5885. "integrity": "sha512-XelQVTDWvqcl3axRfI0xSeoVKzyIFPwsAGSLIsKdJKQMXDYJS4WYrBNF/8J7RdhIcFI2BOHgAifggsvsxp/3+A==",
  5886. "license": "MIT",
  5887. "dependencies": {
  5888. "@types/hast": "^3.0.0"
  5889. },
  5890. "funding": {
  5891. "type": "opencollective",
  5892. "url": "https://opencollective.com/unified"
  5893. }
  5894. },
  5895. "node_modules/hast-util-whitespace": {
  5896. "version": "3.0.0",
  5897. "resolved": "https://registry.npmmirror.com/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
  5898. "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
  5899. "license": "MIT",
  5900. "dependencies": {
  5901. "@types/hast": "^3.0.0"
  5902. },
  5903. "funding": {
  5904. "type": "opencollective",
  5905. "url": "https://opencollective.com/unified"
  5906. }
  5907. },
  5908. "node_modules/hastscript": {
  5909. "version": "9.0.1",
  5910. "resolved": "https://registry.npmmirror.com/hastscript/-/hastscript-9.0.1.tgz",
  5911. "integrity": "sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==",
  5912. "license": "MIT",
  5913. "dependencies": {
  5914. "@types/hast": "^3.0.0",
  5915. "comma-separated-tokens": "^2.0.0",
  5916. "hast-util-parse-selector": "^4.0.0",
  5917. "property-information": "^7.0.0",
  5918. "space-separated-tokens": "^2.0.0"
  5919. },
  5920. "funding": {
  5921. "type": "opencollective",
  5922. "url": "https://opencollective.com/unified"
  5923. }
  5924. },
  5925. "node_modules/html-url-attributes": {
  5926. "version": "3.0.1",
  5927. "resolved": "https://registry.npmmirror.com/html-url-attributes/-/html-url-attributes-3.0.1.tgz",
  5928. "integrity": "sha512-ol6UPyBWqsrO6EJySPz2O7ZSr856WDrEzM5zMqp+FJJLGMW35cLYmmZnl0vztAZxRUoNZJFTCohfjuIJ8I4QBQ==",
  5929. "license": "MIT",
  5930. "funding": {
  5931. "type": "opencollective",
  5932. "url": "https://opencollective.com/unified"
  5933. }
  5934. },
  5935. "node_modules/html-void-elements": {
  5936. "version": "3.0.0",
  5937. "resolved": "https://registry.npmmirror.com/html-void-elements/-/html-void-elements-3.0.0.tgz",
  5938. "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==",
  5939. "license": "MIT",
  5940. "funding": {
  5941. "type": "github",
  5942. "url": "https://github.com/sponsors/wooorm"
  5943. }
  5944. },
  5945. "node_modules/ignore": {
  5946. "version": "5.3.2",
  5947. "resolved": "https://registry.npmmirror.com/ignore/-/ignore-5.3.2.tgz",
  5948. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  5949. "dev": true,
  5950. "license": "MIT",
  5951. "engines": {
  5952. "node": ">= 4"
  5953. }
  5954. },
  5955. "node_modules/immutable": {
  5956. "version": "5.1.3",
  5957. "resolved": "https://registry.npmmirror.com/immutable/-/immutable-5.1.3.tgz",
  5958. "integrity": "sha512-+chQdDfvscSF1SJqv2gn4SRO2ZyS3xL3r7IW/wWEEzrzLisnOlKiQu5ytC/BVNcS15C39WT2Hg/bjKjDMcu+zg==",
  5959. "license": "MIT"
  5960. },
  5961. "node_modules/import-fresh": {
  5962. "version": "3.3.1",
  5963. "resolved": "https://registry.npmmirror.com/import-fresh/-/import-fresh-3.3.1.tgz",
  5964. "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
  5965. "license": "MIT",
  5966. "dependencies": {
  5967. "parent-module": "^1.0.0",
  5968. "resolve-from": "^4.0.0"
  5969. },
  5970. "engines": {
  5971. "node": ">=6"
  5972. },
  5973. "funding": {
  5974. "url": "https://github.com/sponsors/sindresorhus"
  5975. }
  5976. },
  5977. "node_modules/imurmurhash": {
  5978. "version": "0.1.4",
  5979. "resolved": "https://registry.npmmirror.com/imurmurhash/-/imurmurhash-0.1.4.tgz",
  5980. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  5981. "dev": true,
  5982. "license": "MIT",
  5983. "engines": {
  5984. "node": ">=0.8.19"
  5985. }
  5986. },
  5987. "node_modules/inline-style-parser": {
  5988. "version": "0.2.4",
  5989. "resolved": "https://registry.npmmirror.com/inline-style-parser/-/inline-style-parser-0.2.4.tgz",
  5990. "integrity": "sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==",
  5991. "license": "MIT"
  5992. },
  5993. "node_modules/internal-slot": {
  5994. "version": "1.1.0",
  5995. "resolved": "https://registry.npmmirror.com/internal-slot/-/internal-slot-1.1.0.tgz",
  5996. "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==",
  5997. "dev": true,
  5998. "license": "MIT",
  5999. "dependencies": {
  6000. "es-errors": "^1.3.0",
  6001. "hasown": "^2.0.2",
  6002. "side-channel": "^1.1.0"
  6003. },
  6004. "engines": {
  6005. "node": ">= 0.4"
  6006. }
  6007. },
  6008. "node_modules/internmap": {
  6009. "version": "2.0.3",
  6010. "resolved": "https://registry.npmmirror.com/internmap/-/internmap-2.0.3.tgz",
  6011. "integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==",
  6012. "license": "ISC",
  6013. "engines": {
  6014. "node": ">=12"
  6015. }
  6016. },
  6017. "node_modules/is-alphabetical": {
  6018. "version": "2.0.1",
  6019. "resolved": "https://registry.npmmirror.com/is-alphabetical/-/is-alphabetical-2.0.1.tgz",
  6020. "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==",
  6021. "license": "MIT",
  6022. "funding": {
  6023. "type": "github",
  6024. "url": "https://github.com/sponsors/wooorm"
  6025. }
  6026. },
  6027. "node_modules/is-alphanumerical": {
  6028. "version": "2.0.1",
  6029. "resolved": "https://registry.npmmirror.com/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz",
  6030. "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==",
  6031. "license": "MIT",
  6032. "dependencies": {
  6033. "is-alphabetical": "^2.0.0",
  6034. "is-decimal": "^2.0.0"
  6035. },
  6036. "funding": {
  6037. "type": "github",
  6038. "url": "https://github.com/sponsors/wooorm"
  6039. }
  6040. },
  6041. "node_modules/is-array-buffer": {
  6042. "version": "3.0.5",
  6043. "resolved": "https://registry.npmmirror.com/is-array-buffer/-/is-array-buffer-3.0.5.tgz",
  6044. "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==",
  6045. "dev": true,
  6046. "license": "MIT",
  6047. "dependencies": {
  6048. "call-bind": "^1.0.8",
  6049. "call-bound": "^1.0.3",
  6050. "get-intrinsic": "^1.2.6"
  6051. },
  6052. "engines": {
  6053. "node": ">= 0.4"
  6054. },
  6055. "funding": {
  6056. "url": "https://github.com/sponsors/ljharb"
  6057. }
  6058. },
  6059. "node_modules/is-arrayish": {
  6060. "version": "0.3.2",
  6061. "resolved": "https://registry.npmmirror.com/is-arrayish/-/is-arrayish-0.3.2.tgz",
  6062. "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==",
  6063. "license": "MIT",
  6064. "optional": true
  6065. },
  6066. "node_modules/is-async-function": {
  6067. "version": "2.1.1",
  6068. "resolved": "https://registry.npmmirror.com/is-async-function/-/is-async-function-2.1.1.tgz",
  6069. "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==",
  6070. "dev": true,
  6071. "license": "MIT",
  6072. "dependencies": {
  6073. "async-function": "^1.0.0",
  6074. "call-bound": "^1.0.3",
  6075. "get-proto": "^1.0.1",
  6076. "has-tostringtag": "^1.0.2",
  6077. "safe-regex-test": "^1.1.0"
  6078. },
  6079. "engines": {
  6080. "node": ">= 0.4"
  6081. },
  6082. "funding": {
  6083. "url": "https://github.com/sponsors/ljharb"
  6084. }
  6085. },
  6086. "node_modules/is-bigint": {
  6087. "version": "1.1.0",
  6088. "resolved": "https://registry.npmmirror.com/is-bigint/-/is-bigint-1.1.0.tgz",
  6089. "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==",
  6090. "dev": true,
  6091. "license": "MIT",
  6092. "dependencies": {
  6093. "has-bigints": "^1.0.2"
  6094. },
  6095. "engines": {
  6096. "node": ">= 0.4"
  6097. },
  6098. "funding": {
  6099. "url": "https://github.com/sponsors/ljharb"
  6100. }
  6101. },
  6102. "node_modules/is-boolean-object": {
  6103. "version": "1.2.2",
  6104. "resolved": "https://registry.npmmirror.com/is-boolean-object/-/is-boolean-object-1.2.2.tgz",
  6105. "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==",
  6106. "dev": true,
  6107. "license": "MIT",
  6108. "dependencies": {
  6109. "call-bound": "^1.0.3",
  6110. "has-tostringtag": "^1.0.2"
  6111. },
  6112. "engines": {
  6113. "node": ">= 0.4"
  6114. },
  6115. "funding": {
  6116. "url": "https://github.com/sponsors/ljharb"
  6117. }
  6118. },
  6119. "node_modules/is-bun-module": {
  6120. "version": "2.0.0",
  6121. "resolved": "https://registry.npmmirror.com/is-bun-module/-/is-bun-module-2.0.0.tgz",
  6122. "integrity": "sha512-gNCGbnnnnFAUGKeZ9PdbyeGYJqewpmc2aKHUEMO5nQPWU9lOmv7jcmQIv+qHD8fXW6W7qfuCwX4rY9LNRjXrkQ==",
  6123. "dev": true,
  6124. "license": "MIT",
  6125. "dependencies": {
  6126. "semver": "^7.7.1"
  6127. }
  6128. },
  6129. "node_modules/is-callable": {
  6130. "version": "1.2.7",
  6131. "resolved": "https://registry.npmmirror.com/is-callable/-/is-callable-1.2.7.tgz",
  6132. "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
  6133. "dev": true,
  6134. "license": "MIT",
  6135. "engines": {
  6136. "node": ">= 0.4"
  6137. },
  6138. "funding": {
  6139. "url": "https://github.com/sponsors/ljharb"
  6140. }
  6141. },
  6142. "node_modules/is-core-module": {
  6143. "version": "2.16.1",
  6144. "resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.16.1.tgz",
  6145. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  6146. "license": "MIT",
  6147. "dependencies": {
  6148. "hasown": "^2.0.2"
  6149. },
  6150. "engines": {
  6151. "node": ">= 0.4"
  6152. },
  6153. "funding": {
  6154. "url": "https://github.com/sponsors/ljharb"
  6155. }
  6156. },
  6157. "node_modules/is-data-view": {
  6158. "version": "1.0.2",
  6159. "resolved": "https://registry.npmmirror.com/is-data-view/-/is-data-view-1.0.2.tgz",
  6160. "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==",
  6161. "dev": true,
  6162. "license": "MIT",
  6163. "dependencies": {
  6164. "call-bound": "^1.0.2",
  6165. "get-intrinsic": "^1.2.6",
  6166. "is-typed-array": "^1.1.13"
  6167. },
  6168. "engines": {
  6169. "node": ">= 0.4"
  6170. },
  6171. "funding": {
  6172. "url": "https://github.com/sponsors/ljharb"
  6173. }
  6174. },
  6175. "node_modules/is-date-object": {
  6176. "version": "1.1.0",
  6177. "resolved": "https://registry.npmmirror.com/is-date-object/-/is-date-object-1.1.0.tgz",
  6178. "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==",
  6179. "dev": true,
  6180. "license": "MIT",
  6181. "dependencies": {
  6182. "call-bound": "^1.0.2",
  6183. "has-tostringtag": "^1.0.2"
  6184. },
  6185. "engines": {
  6186. "node": ">= 0.4"
  6187. },
  6188. "funding": {
  6189. "url": "https://github.com/sponsors/ljharb"
  6190. }
  6191. },
  6192. "node_modules/is-decimal": {
  6193. "version": "2.0.1",
  6194. "resolved": "https://registry.npmmirror.com/is-decimal/-/is-decimal-2.0.1.tgz",
  6195. "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==",
  6196. "license": "MIT",
  6197. "funding": {
  6198. "type": "github",
  6199. "url": "https://github.com/sponsors/wooorm"
  6200. }
  6201. },
  6202. "node_modules/is-extglob": {
  6203. "version": "2.1.1",
  6204. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  6205. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  6206. "devOptional": true,
  6207. "license": "MIT",
  6208. "engines": {
  6209. "node": ">=0.10.0"
  6210. }
  6211. },
  6212. "node_modules/is-finalizationregistry": {
  6213. "version": "1.1.1",
  6214. "resolved": "https://registry.npmmirror.com/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz",
  6215. "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==",
  6216. "dev": true,
  6217. "license": "MIT",
  6218. "dependencies": {
  6219. "call-bound": "^1.0.3"
  6220. },
  6221. "engines": {
  6222. "node": ">= 0.4"
  6223. },
  6224. "funding": {
  6225. "url": "https://github.com/sponsors/ljharb"
  6226. }
  6227. },
  6228. "node_modules/is-generator-function": {
  6229. "version": "1.1.0",
  6230. "resolved": "https://registry.npmmirror.com/is-generator-function/-/is-generator-function-1.1.0.tgz",
  6231. "integrity": "sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ==",
  6232. "dev": true,
  6233. "license": "MIT",
  6234. "dependencies": {
  6235. "call-bound": "^1.0.3",
  6236. "get-proto": "^1.0.0",
  6237. "has-tostringtag": "^1.0.2",
  6238. "safe-regex-test": "^1.1.0"
  6239. },
  6240. "engines": {
  6241. "node": ">= 0.4"
  6242. },
  6243. "funding": {
  6244. "url": "https://github.com/sponsors/ljharb"
  6245. }
  6246. },
  6247. "node_modules/is-glob": {
  6248. "version": "4.0.3",
  6249. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  6250. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  6251. "devOptional": true,
  6252. "license": "MIT",
  6253. "dependencies": {
  6254. "is-extglob": "^2.1.1"
  6255. },
  6256. "engines": {
  6257. "node": ">=0.10.0"
  6258. }
  6259. },
  6260. "node_modules/is-hexadecimal": {
  6261. "version": "2.0.1",
  6262. "resolved": "https://registry.npmmirror.com/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz",
  6263. "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==",
  6264. "license": "MIT",
  6265. "funding": {
  6266. "type": "github",
  6267. "url": "https://github.com/sponsors/wooorm"
  6268. }
  6269. },
  6270. "node_modules/is-map": {
  6271. "version": "2.0.3",
  6272. "resolved": "https://registry.npmmirror.com/is-map/-/is-map-2.0.3.tgz",
  6273. "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==",
  6274. "dev": true,
  6275. "license": "MIT",
  6276. "engines": {
  6277. "node": ">= 0.4"
  6278. },
  6279. "funding": {
  6280. "url": "https://github.com/sponsors/ljharb"
  6281. }
  6282. },
  6283. "node_modules/is-negative-zero": {
  6284. "version": "2.0.3",
  6285. "resolved": "https://registry.npmmirror.com/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
  6286. "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==",
  6287. "dev": true,
  6288. "license": "MIT",
  6289. "engines": {
  6290. "node": ">= 0.4"
  6291. },
  6292. "funding": {
  6293. "url": "https://github.com/sponsors/ljharb"
  6294. }
  6295. },
  6296. "node_modules/is-number": {
  6297. "version": "7.0.0",
  6298. "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
  6299. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  6300. "devOptional": true,
  6301. "license": "MIT",
  6302. "engines": {
  6303. "node": ">=0.12.0"
  6304. }
  6305. },
  6306. "node_modules/is-number-object": {
  6307. "version": "1.1.1",
  6308. "resolved": "https://registry.npmmirror.com/is-number-object/-/is-number-object-1.1.1.tgz",
  6309. "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==",
  6310. "dev": true,
  6311. "license": "MIT",
  6312. "dependencies": {
  6313. "call-bound": "^1.0.3",
  6314. "has-tostringtag": "^1.0.2"
  6315. },
  6316. "engines": {
  6317. "node": ">= 0.4"
  6318. },
  6319. "funding": {
  6320. "url": "https://github.com/sponsors/ljharb"
  6321. }
  6322. },
  6323. "node_modules/is-plain-obj": {
  6324. "version": "4.1.0",
  6325. "resolved": "https://registry.npmmirror.com/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
  6326. "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
  6327. "license": "MIT",
  6328. "engines": {
  6329. "node": ">=12"
  6330. },
  6331. "funding": {
  6332. "url": "https://github.com/sponsors/sindresorhus"
  6333. }
  6334. },
  6335. "node_modules/is-regex": {
  6336. "version": "1.2.1",
  6337. "resolved": "https://registry.npmmirror.com/is-regex/-/is-regex-1.2.1.tgz",
  6338. "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==",
  6339. "dev": true,
  6340. "license": "MIT",
  6341. "dependencies": {
  6342. "call-bound": "^1.0.2",
  6343. "gopd": "^1.2.0",
  6344. "has-tostringtag": "^1.0.2",
  6345. "hasown": "^2.0.2"
  6346. },
  6347. "engines": {
  6348. "node": ">= 0.4"
  6349. },
  6350. "funding": {
  6351. "url": "https://github.com/sponsors/ljharb"
  6352. }
  6353. },
  6354. "node_modules/is-set": {
  6355. "version": "2.0.3",
  6356. "resolved": "https://registry.npmmirror.com/is-set/-/is-set-2.0.3.tgz",
  6357. "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==",
  6358. "dev": true,
  6359. "license": "MIT",
  6360. "engines": {
  6361. "node": ">= 0.4"
  6362. },
  6363. "funding": {
  6364. "url": "https://github.com/sponsors/ljharb"
  6365. }
  6366. },
  6367. "node_modules/is-shared-array-buffer": {
  6368. "version": "1.0.4",
  6369. "resolved": "https://registry.npmmirror.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz",
  6370. "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==",
  6371. "dev": true,
  6372. "license": "MIT",
  6373. "dependencies": {
  6374. "call-bound": "^1.0.3"
  6375. },
  6376. "engines": {
  6377. "node": ">= 0.4"
  6378. },
  6379. "funding": {
  6380. "url": "https://github.com/sponsors/ljharb"
  6381. }
  6382. },
  6383. "node_modules/is-string": {
  6384. "version": "1.1.1",
  6385. "resolved": "https://registry.npmmirror.com/is-string/-/is-string-1.1.1.tgz",
  6386. "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==",
  6387. "dev": true,
  6388. "license": "MIT",
  6389. "dependencies": {
  6390. "call-bound": "^1.0.3",
  6391. "has-tostringtag": "^1.0.2"
  6392. },
  6393. "engines": {
  6394. "node": ">= 0.4"
  6395. },
  6396. "funding": {
  6397. "url": "https://github.com/sponsors/ljharb"
  6398. }
  6399. },
  6400. "node_modules/is-symbol": {
  6401. "version": "1.1.1",
  6402. "resolved": "https://registry.npmmirror.com/is-symbol/-/is-symbol-1.1.1.tgz",
  6403. "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==",
  6404. "dev": true,
  6405. "license": "MIT",
  6406. "dependencies": {
  6407. "call-bound": "^1.0.2",
  6408. "has-symbols": "^1.1.0",
  6409. "safe-regex-test": "^1.1.0"
  6410. },
  6411. "engines": {
  6412. "node": ">= 0.4"
  6413. },
  6414. "funding": {
  6415. "url": "https://github.com/sponsors/ljharb"
  6416. }
  6417. },
  6418. "node_modules/is-typed-array": {
  6419. "version": "1.1.15",
  6420. "resolved": "https://registry.npmmirror.com/is-typed-array/-/is-typed-array-1.1.15.tgz",
  6421. "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
  6422. "dev": true,
  6423. "license": "MIT",
  6424. "dependencies": {
  6425. "which-typed-array": "^1.1.16"
  6426. },
  6427. "engines": {
  6428. "node": ">= 0.4"
  6429. },
  6430. "funding": {
  6431. "url": "https://github.com/sponsors/ljharb"
  6432. }
  6433. },
  6434. "node_modules/is-weakmap": {
  6435. "version": "2.0.2",
  6436. "resolved": "https://registry.npmmirror.com/is-weakmap/-/is-weakmap-2.0.2.tgz",
  6437. "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==",
  6438. "dev": true,
  6439. "license": "MIT",
  6440. "engines": {
  6441. "node": ">= 0.4"
  6442. },
  6443. "funding": {
  6444. "url": "https://github.com/sponsors/ljharb"
  6445. }
  6446. },
  6447. "node_modules/is-weakref": {
  6448. "version": "1.1.1",
  6449. "resolved": "https://registry.npmmirror.com/is-weakref/-/is-weakref-1.1.1.tgz",
  6450. "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==",
  6451. "dev": true,
  6452. "license": "MIT",
  6453. "dependencies": {
  6454. "call-bound": "^1.0.3"
  6455. },
  6456. "engines": {
  6457. "node": ">= 0.4"
  6458. },
  6459. "funding": {
  6460. "url": "https://github.com/sponsors/ljharb"
  6461. }
  6462. },
  6463. "node_modules/is-weakset": {
  6464. "version": "2.0.4",
  6465. "resolved": "https://registry.npmmirror.com/is-weakset/-/is-weakset-2.0.4.tgz",
  6466. "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==",
  6467. "dev": true,
  6468. "license": "MIT",
  6469. "dependencies": {
  6470. "call-bound": "^1.0.3",
  6471. "get-intrinsic": "^1.2.6"
  6472. },
  6473. "engines": {
  6474. "node": ">= 0.4"
  6475. },
  6476. "funding": {
  6477. "url": "https://github.com/sponsors/ljharb"
  6478. }
  6479. },
  6480. "node_modules/isarray": {
  6481. "version": "2.0.5",
  6482. "resolved": "https://registry.npmmirror.com/isarray/-/isarray-2.0.5.tgz",
  6483. "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
  6484. "dev": true,
  6485. "license": "MIT"
  6486. },
  6487. "node_modules/isexe": {
  6488. "version": "2.0.0",
  6489. "resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz",
  6490. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  6491. "dev": true,
  6492. "license": "ISC"
  6493. },
  6494. "node_modules/iterator.prototype": {
  6495. "version": "1.1.5",
  6496. "resolved": "https://registry.npmmirror.com/iterator.prototype/-/iterator.prototype-1.1.5.tgz",
  6497. "integrity": "sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==",
  6498. "dev": true,
  6499. "license": "MIT",
  6500. "dependencies": {
  6501. "define-data-property": "^1.1.4",
  6502. "es-object-atoms": "^1.0.0",
  6503. "get-intrinsic": "^1.2.6",
  6504. "get-proto": "^1.0.0",
  6505. "has-symbols": "^1.1.0",
  6506. "set-function-name": "^2.0.2"
  6507. },
  6508. "engines": {
  6509. "node": ">= 0.4"
  6510. }
  6511. },
  6512. "node_modules/jiti": {
  6513. "version": "2.5.1",
  6514. "resolved": "https://registry.npmmirror.com/jiti/-/jiti-2.5.1.tgz",
  6515. "integrity": "sha512-twQoecYPiVA5K/h6SxtORw/Bs3ar+mLUtoPSc7iMXzQzK8d7eJ/R09wmTwAjiamETn1cXYPGfNnu7DMoHgu12w==",
  6516. "dev": true,
  6517. "license": "MIT",
  6518. "bin": {
  6519. "jiti": "lib/jiti-cli.mjs"
  6520. }
  6521. },
  6522. "node_modules/js-tokens": {
  6523. "version": "4.0.0",
  6524. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz",
  6525. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  6526. "license": "MIT"
  6527. },
  6528. "node_modules/js-yaml": {
  6529. "version": "4.1.0",
  6530. "resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.0.tgz",
  6531. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  6532. "dev": true,
  6533. "license": "MIT",
  6534. "dependencies": {
  6535. "argparse": "^2.0.1"
  6536. },
  6537. "bin": {
  6538. "js-yaml": "bin/js-yaml.js"
  6539. }
  6540. },
  6541. "node_modules/jsencrypt": {
  6542. "version": "3.3.2",
  6543. "resolved": "https://registry.npmmirror.com/jsencrypt/-/jsencrypt-3.3.2.tgz",
  6544. "integrity": "sha512-arQR1R1ESGdAxY7ZheWr12wCaF2yF47v5qpB76TtV64H1pyGudk9Hvw8Y9tb/FiTIaaTRUyaSnm5T/Y53Ghm/A==",
  6545. "license": "MIT"
  6546. },
  6547. "node_modules/jsesc": {
  6548. "version": "3.1.0",
  6549. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.1.0.tgz",
  6550. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  6551. "license": "MIT",
  6552. "bin": {
  6553. "jsesc": "bin/jsesc"
  6554. },
  6555. "engines": {
  6556. "node": ">=6"
  6557. }
  6558. },
  6559. "node_modules/json-buffer": {
  6560. "version": "3.0.1",
  6561. "resolved": "https://registry.npmmirror.com/json-buffer/-/json-buffer-3.0.1.tgz",
  6562. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  6563. "dev": true,
  6564. "license": "MIT"
  6565. },
  6566. "node_modules/json-parse-even-better-errors": {
  6567. "version": "2.3.1",
  6568. "resolved": "https://registry.npmmirror.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
  6569. "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
  6570. "license": "MIT"
  6571. },
  6572. "node_modules/json-schema-traverse": {
  6573. "version": "0.4.1",
  6574. "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  6575. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  6576. "dev": true,
  6577. "license": "MIT"
  6578. },
  6579. "node_modules/json-stable-stringify-without-jsonify": {
  6580. "version": "1.0.1",
  6581. "resolved": "https://registry.npmmirror.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  6582. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  6583. "dev": true,
  6584. "license": "MIT"
  6585. },
  6586. "node_modules/json2mq": {
  6587. "version": "0.2.0",
  6588. "resolved": "https://registry.npmmirror.com/json2mq/-/json2mq-0.2.0.tgz",
  6589. "integrity": "sha512-SzoRg7ux5DWTII9J2qkrZrqV1gt+rTaoufMxEzXbS26Uid0NwaJd123HcoB80TgubEppxxIGdNxCx50fEoEWQA==",
  6590. "license": "MIT",
  6591. "dependencies": {
  6592. "string-convert": "^0.2.0"
  6593. }
  6594. },
  6595. "node_modules/json5": {
  6596. "version": "1.0.2",
  6597. "resolved": "https://registry.npmmirror.com/json5/-/json5-1.0.2.tgz",
  6598. "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
  6599. "dev": true,
  6600. "license": "MIT",
  6601. "dependencies": {
  6602. "minimist": "^1.2.0"
  6603. },
  6604. "bin": {
  6605. "json5": "lib/cli.js"
  6606. }
  6607. },
  6608. "node_modules/jsx-ast-utils": {
  6609. "version": "3.3.5",
  6610. "resolved": "https://registry.npmmirror.com/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz",
  6611. "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==",
  6612. "dev": true,
  6613. "license": "MIT",
  6614. "dependencies": {
  6615. "array-includes": "^3.1.6",
  6616. "array.prototype.flat": "^1.3.1",
  6617. "object.assign": "^4.1.4",
  6618. "object.values": "^1.1.6"
  6619. },
  6620. "engines": {
  6621. "node": ">=4.0"
  6622. }
  6623. },
  6624. "node_modules/keyv": {
  6625. "version": "4.5.4",
  6626. "resolved": "https://registry.npmmirror.com/keyv/-/keyv-4.5.4.tgz",
  6627. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  6628. "dev": true,
  6629. "license": "MIT",
  6630. "dependencies": {
  6631. "json-buffer": "3.0.1"
  6632. }
  6633. },
  6634. "node_modules/language-subtag-registry": {
  6635. "version": "0.3.23",
  6636. "resolved": "https://registry.npmmirror.com/language-subtag-registry/-/language-subtag-registry-0.3.23.tgz",
  6637. "integrity": "sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==",
  6638. "dev": true,
  6639. "license": "CC0-1.0"
  6640. },
  6641. "node_modules/language-tags": {
  6642. "version": "1.0.9",
  6643. "resolved": "https://registry.npmmirror.com/language-tags/-/language-tags-1.0.9.tgz",
  6644. "integrity": "sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==",
  6645. "dev": true,
  6646. "license": "MIT",
  6647. "dependencies": {
  6648. "language-subtag-registry": "^0.3.20"
  6649. },
  6650. "engines": {
  6651. "node": ">=0.10"
  6652. }
  6653. },
  6654. "node_modules/levn": {
  6655. "version": "0.4.1",
  6656. "resolved": "https://registry.npmmirror.com/levn/-/levn-0.4.1.tgz",
  6657. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  6658. "dev": true,
  6659. "license": "MIT",
  6660. "dependencies": {
  6661. "prelude-ls": "^1.2.1",
  6662. "type-check": "~0.4.0"
  6663. },
  6664. "engines": {
  6665. "node": ">= 0.8.0"
  6666. }
  6667. },
  6668. "node_modules/lightningcss": {
  6669. "version": "1.30.1",
  6670. "resolved": "https://registry.npmmirror.com/lightningcss/-/lightningcss-1.30.1.tgz",
  6671. "integrity": "sha512-xi6IyHML+c9+Q3W0S4fCQJOym42pyurFiJUHEcEyHS0CeKzia4yZDEsLlqOFykxOdHpNy0NmvVO31vcSqAxJCg==",
  6672. "dev": true,
  6673. "license": "MPL-2.0",
  6674. "dependencies": {
  6675. "detect-libc": "^2.0.3"
  6676. },
  6677. "engines": {
  6678. "node": ">= 12.0.0"
  6679. },
  6680. "funding": {
  6681. "type": "opencollective",
  6682. "url": "https://opencollective.com/parcel"
  6683. },
  6684. "optionalDependencies": {
  6685. "lightningcss-darwin-arm64": "1.30.1",
  6686. "lightningcss-darwin-x64": "1.30.1",
  6687. "lightningcss-freebsd-x64": "1.30.1",
  6688. "lightningcss-linux-arm-gnueabihf": "1.30.1",
  6689. "lightningcss-linux-arm64-gnu": "1.30.1",
  6690. "lightningcss-linux-arm64-musl": "1.30.1",
  6691. "lightningcss-linux-x64-gnu": "1.30.1",
  6692. "lightningcss-linux-x64-musl": "1.30.1",
  6693. "lightningcss-win32-arm64-msvc": "1.30.1",
  6694. "lightningcss-win32-x64-msvc": "1.30.1"
  6695. }
  6696. },
  6697. "node_modules/lightningcss-darwin-arm64": {
  6698. "version": "1.30.1",
  6699. "resolved": "https://registry.npmmirror.com/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.1.tgz",
  6700. "integrity": "sha512-c8JK7hyE65X1MHMN+Viq9n11RRC7hgin3HhYKhrMyaXflk5GVplZ60IxyoVtzILeKr+xAJwg6zK6sjTBJ0FKYQ==",
  6701. "cpu": [
  6702. "arm64"
  6703. ],
  6704. "dev": true,
  6705. "license": "MPL-2.0",
  6706. "optional": true,
  6707. "os": [
  6708. "darwin"
  6709. ],
  6710. "engines": {
  6711. "node": ">= 12.0.0"
  6712. },
  6713. "funding": {
  6714. "type": "opencollective",
  6715. "url": "https://opencollective.com/parcel"
  6716. }
  6717. },
  6718. "node_modules/lightningcss-darwin-x64": {
  6719. "version": "1.30.1",
  6720. "resolved": "https://registry.npmmirror.com/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.1.tgz",
  6721. "integrity": "sha512-k1EvjakfumAQoTfcXUcHQZhSpLlkAuEkdMBsI/ivWw9hL+7FtilQc0Cy3hrx0AAQrVtQAbMI7YjCgYgvn37PzA==",
  6722. "cpu": [
  6723. "x64"
  6724. ],
  6725. "dev": true,
  6726. "license": "MPL-2.0",
  6727. "optional": true,
  6728. "os": [
  6729. "darwin"
  6730. ],
  6731. "engines": {
  6732. "node": ">= 12.0.0"
  6733. },
  6734. "funding": {
  6735. "type": "opencollective",
  6736. "url": "https://opencollective.com/parcel"
  6737. }
  6738. },
  6739. "node_modules/lightningcss-freebsd-x64": {
  6740. "version": "1.30.1",
  6741. "resolved": "https://registry.npmmirror.com/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.1.tgz",
  6742. "integrity": "sha512-kmW6UGCGg2PcyUE59K5r0kWfKPAVy4SltVeut+umLCFoJ53RdCUWxcRDzO1eTaxf/7Q2H7LTquFHPL5R+Gjyig==",
  6743. "cpu": [
  6744. "x64"
  6745. ],
  6746. "dev": true,
  6747. "license": "MPL-2.0",
  6748. "optional": true,
  6749. "os": [
  6750. "freebsd"
  6751. ],
  6752. "engines": {
  6753. "node": ">= 12.0.0"
  6754. },
  6755. "funding": {
  6756. "type": "opencollective",
  6757. "url": "https://opencollective.com/parcel"
  6758. }
  6759. },
  6760. "node_modules/lightningcss-linux-arm-gnueabihf": {
  6761. "version": "1.30.1",
  6762. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.1.tgz",
  6763. "integrity": "sha512-MjxUShl1v8pit+6D/zSPq9S9dQ2NPFSQwGvxBCYaBYLPlCWuPh9/t1MRS8iUaR8i+a6w7aps+B4N0S1TYP/R+Q==",
  6764. "cpu": [
  6765. "arm"
  6766. ],
  6767. "dev": true,
  6768. "license": "MPL-2.0",
  6769. "optional": true,
  6770. "os": [
  6771. "linux"
  6772. ],
  6773. "engines": {
  6774. "node": ">= 12.0.0"
  6775. },
  6776. "funding": {
  6777. "type": "opencollective",
  6778. "url": "https://opencollective.com/parcel"
  6779. }
  6780. },
  6781. "node_modules/lightningcss-linux-arm64-gnu": {
  6782. "version": "1.30.1",
  6783. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.1.tgz",
  6784. "integrity": "sha512-gB72maP8rmrKsnKYy8XUuXi/4OctJiuQjcuqWNlJQ6jZiWqtPvqFziskH3hnajfvKB27ynbVCucKSm2rkQp4Bw==",
  6785. "cpu": [
  6786. "arm64"
  6787. ],
  6788. "dev": true,
  6789. "license": "MPL-2.0",
  6790. "optional": true,
  6791. "os": [
  6792. "linux"
  6793. ],
  6794. "engines": {
  6795. "node": ">= 12.0.0"
  6796. },
  6797. "funding": {
  6798. "type": "opencollective",
  6799. "url": "https://opencollective.com/parcel"
  6800. }
  6801. },
  6802. "node_modules/lightningcss-linux-arm64-musl": {
  6803. "version": "1.30.1",
  6804. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.1.tgz",
  6805. "integrity": "sha512-jmUQVx4331m6LIX+0wUhBbmMX7TCfjF5FoOH6SD1CttzuYlGNVpA7QnrmLxrsub43ClTINfGSYyHe2HWeLl5CQ==",
  6806. "cpu": [
  6807. "arm64"
  6808. ],
  6809. "dev": true,
  6810. "license": "MPL-2.0",
  6811. "optional": true,
  6812. "os": [
  6813. "linux"
  6814. ],
  6815. "engines": {
  6816. "node": ">= 12.0.0"
  6817. },
  6818. "funding": {
  6819. "type": "opencollective",
  6820. "url": "https://opencollective.com/parcel"
  6821. }
  6822. },
  6823. "node_modules/lightningcss-linux-x64-gnu": {
  6824. "version": "1.30.1",
  6825. "resolved": "https://registry.npmmirror.com/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.1.tgz",
  6826. "integrity": "sha512-piWx3z4wN8J8z3+O5kO74+yr6ze/dKmPnI7vLqfSqI8bccaTGY5xiSGVIJBDd5K5BHlvVLpUB3S2YCfelyJ1bw==",
  6827. "cpu": [
  6828. "x64"
  6829. ],
  6830. "dev": true,
  6831. "license": "MPL-2.0",
  6832. "optional": true,
  6833. "os": [
  6834. "linux"
  6835. ],
  6836. "engines": {
  6837. "node": ">= 12.0.0"
  6838. },
  6839. "funding": {
  6840. "type": "opencollective",
  6841. "url": "https://opencollective.com/parcel"
  6842. }
  6843. },
  6844. "node_modules/lightningcss-linux-x64-musl": {
  6845. "version": "1.30.1",
  6846. "resolved": "https://registry.npmmirror.com/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.1.tgz",
  6847. "integrity": "sha512-rRomAK7eIkL+tHY0YPxbc5Dra2gXlI63HL+v1Pdi1a3sC+tJTcFrHX+E86sulgAXeI7rSzDYhPSeHHjqFhqfeQ==",
  6848. "cpu": [
  6849. "x64"
  6850. ],
  6851. "dev": true,
  6852. "license": "MPL-2.0",
  6853. "optional": true,
  6854. "os": [
  6855. "linux"
  6856. ],
  6857. "engines": {
  6858. "node": ">= 12.0.0"
  6859. },
  6860. "funding": {
  6861. "type": "opencollective",
  6862. "url": "https://opencollective.com/parcel"
  6863. }
  6864. },
  6865. "node_modules/lightningcss-win32-arm64-msvc": {
  6866. "version": "1.30.1",
  6867. "resolved": "https://registry.npmmirror.com/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.1.tgz",
  6868. "integrity": "sha512-mSL4rqPi4iXq5YVqzSsJgMVFENoa4nGTT/GjO2c0Yl9OuQfPsIfncvLrEW6RbbB24WtZ3xP/2CCmI3tNkNV4oA==",
  6869. "cpu": [
  6870. "arm64"
  6871. ],
  6872. "dev": true,
  6873. "license": "MPL-2.0",
  6874. "optional": true,
  6875. "os": [
  6876. "win32"
  6877. ],
  6878. "engines": {
  6879. "node": ">= 12.0.0"
  6880. },
  6881. "funding": {
  6882. "type": "opencollective",
  6883. "url": "https://opencollective.com/parcel"
  6884. }
  6885. },
  6886. "node_modules/lightningcss-win32-x64-msvc": {
  6887. "version": "1.30.1",
  6888. "resolved": "https://registry.npmmirror.com/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.1.tgz",
  6889. "integrity": "sha512-PVqXh48wh4T53F/1CCu8PIPCxLzWyCnn/9T5W1Jpmdy5h9Cwd+0YQS6/LwhHXSafuc61/xg9Lv5OrCby6a++jg==",
  6890. "cpu": [
  6891. "x64"
  6892. ],
  6893. "dev": true,
  6894. "license": "MPL-2.0",
  6895. "optional": true,
  6896. "os": [
  6897. "win32"
  6898. ],
  6899. "engines": {
  6900. "node": ">= 12.0.0"
  6901. },
  6902. "funding": {
  6903. "type": "opencollective",
  6904. "url": "https://opencollective.com/parcel"
  6905. }
  6906. },
  6907. "node_modules/lines-and-columns": {
  6908. "version": "1.2.4",
  6909. "resolved": "https://registry.npmmirror.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  6910. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
  6911. "license": "MIT"
  6912. },
  6913. "node_modules/locate-path": {
  6914. "version": "6.0.0",
  6915. "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-6.0.0.tgz",
  6916. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  6917. "dev": true,
  6918. "license": "MIT",
  6919. "dependencies": {
  6920. "p-locate": "^5.0.0"
  6921. },
  6922. "engines": {
  6923. "node": ">=10"
  6924. },
  6925. "funding": {
  6926. "url": "https://github.com/sponsors/sindresorhus"
  6927. }
  6928. },
  6929. "node_modules/lodash": {
  6930. "version": "4.17.21",
  6931. "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
  6932. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  6933. "license": "MIT"
  6934. },
  6935. "node_modules/lodash-es": {
  6936. "version": "4.17.21",
  6937. "resolved": "https://registry.npmmirror.com/lodash-es/-/lodash-es-4.17.21.tgz",
  6938. "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==",
  6939. "license": "MIT"
  6940. },
  6941. "node_modules/lodash.merge": {
  6942. "version": "4.6.2",
  6943. "resolved": "https://registry.npmmirror.com/lodash.merge/-/lodash.merge-4.6.2.tgz",
  6944. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  6945. "dev": true,
  6946. "license": "MIT"
  6947. },
  6948. "node_modules/longest-streak": {
  6949. "version": "3.1.0",
  6950. "resolved": "https://registry.npmmirror.com/longest-streak/-/longest-streak-3.1.0.tgz",
  6951. "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==",
  6952. "license": "MIT",
  6953. "funding": {
  6954. "type": "github",
  6955. "url": "https://github.com/sponsors/wooorm"
  6956. }
  6957. },
  6958. "node_modules/loose-envify": {
  6959. "version": "1.4.0",
  6960. "resolved": "https://registry.npmmirror.com/loose-envify/-/loose-envify-1.4.0.tgz",
  6961. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  6962. "license": "MIT",
  6963. "dependencies": {
  6964. "js-tokens": "^3.0.0 || ^4.0.0"
  6965. },
  6966. "bin": {
  6967. "loose-envify": "cli.js"
  6968. }
  6969. },
  6970. "node_modules/lucide-react": {
  6971. "version": "0.537.0",
  6972. "resolved": "https://registry.npmmirror.com/lucide-react/-/lucide-react-0.537.0.tgz",
  6973. "integrity": "sha512-VxWsdxBGeFnlC+HwMg/l08HptN4YRU9o/lRog156jOmRxI1ERKqN+rJiNY/mPcKAdWdM0UbyO8ft1o0jq69SSQ==",
  6974. "license": "ISC",
  6975. "peerDependencies": {
  6976. "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  6977. }
  6978. },
  6979. "node_modules/magic-string": {
  6980. "version": "0.30.17",
  6981. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz",
  6982. "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
  6983. "dev": true,
  6984. "license": "MIT",
  6985. "dependencies": {
  6986. "@jridgewell/sourcemap-codec": "^1.5.0"
  6987. }
  6988. },
  6989. "node_modules/markdown-table": {
  6990. "version": "3.0.4",
  6991. "resolved": "https://registry.npmmirror.com/markdown-table/-/markdown-table-3.0.4.tgz",
  6992. "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==",
  6993. "license": "MIT",
  6994. "funding": {
  6995. "type": "github",
  6996. "url": "https://github.com/sponsors/wooorm"
  6997. }
  6998. },
  6999. "node_modules/math-intrinsics": {
  7000. "version": "1.1.0",
  7001. "resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  7002. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  7003. "dev": true,
  7004. "license": "MIT",
  7005. "engines": {
  7006. "node": ">= 0.4"
  7007. }
  7008. },
  7009. "node_modules/mdast-util-find-and-replace": {
  7010. "version": "3.0.2",
  7011. "resolved": "https://registry.npmmirror.com/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz",
  7012. "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==",
  7013. "license": "MIT",
  7014. "dependencies": {
  7015. "@types/mdast": "^4.0.0",
  7016. "escape-string-regexp": "^5.0.0",
  7017. "unist-util-is": "^6.0.0",
  7018. "unist-util-visit-parents": "^6.0.0"
  7019. },
  7020. "funding": {
  7021. "type": "opencollective",
  7022. "url": "https://opencollective.com/unified"
  7023. }
  7024. },
  7025. "node_modules/mdast-util-find-and-replace/node_modules/escape-string-regexp": {
  7026. "version": "5.0.0",
  7027. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  7028. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  7029. "license": "MIT",
  7030. "engines": {
  7031. "node": ">=12"
  7032. },
  7033. "funding": {
  7034. "url": "https://github.com/sponsors/sindresorhus"
  7035. }
  7036. },
  7037. "node_modules/mdast-util-from-markdown": {
  7038. "version": "2.0.2",
  7039. "resolved": "https://registry.npmmirror.com/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz",
  7040. "integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==",
  7041. "license": "MIT",
  7042. "dependencies": {
  7043. "@types/mdast": "^4.0.0",
  7044. "@types/unist": "^3.0.0",
  7045. "decode-named-character-reference": "^1.0.0",
  7046. "devlop": "^1.0.0",
  7047. "mdast-util-to-string": "^4.0.0",
  7048. "micromark": "^4.0.0",
  7049. "micromark-util-decode-numeric-character-reference": "^2.0.0",
  7050. "micromark-util-decode-string": "^2.0.0",
  7051. "micromark-util-normalize-identifier": "^2.0.0",
  7052. "micromark-util-symbol": "^2.0.0",
  7053. "micromark-util-types": "^2.0.0",
  7054. "unist-util-stringify-position": "^4.0.0"
  7055. },
  7056. "funding": {
  7057. "type": "opencollective",
  7058. "url": "https://opencollective.com/unified"
  7059. }
  7060. },
  7061. "node_modules/mdast-util-gfm": {
  7062. "version": "3.1.0",
  7063. "resolved": "https://registry.npmmirror.com/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz",
  7064. "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==",
  7065. "license": "MIT",
  7066. "dependencies": {
  7067. "mdast-util-from-markdown": "^2.0.0",
  7068. "mdast-util-gfm-autolink-literal": "^2.0.0",
  7069. "mdast-util-gfm-footnote": "^2.0.0",
  7070. "mdast-util-gfm-strikethrough": "^2.0.0",
  7071. "mdast-util-gfm-table": "^2.0.0",
  7072. "mdast-util-gfm-task-list-item": "^2.0.0",
  7073. "mdast-util-to-markdown": "^2.0.0"
  7074. },
  7075. "funding": {
  7076. "type": "opencollective",
  7077. "url": "https://opencollective.com/unified"
  7078. }
  7079. },
  7080. "node_modules/mdast-util-gfm-autolink-literal": {
  7081. "version": "2.0.1",
  7082. "resolved": "https://registry.npmmirror.com/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz",
  7083. "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==",
  7084. "license": "MIT",
  7085. "dependencies": {
  7086. "@types/mdast": "^4.0.0",
  7087. "ccount": "^2.0.0",
  7088. "devlop": "^1.0.0",
  7089. "mdast-util-find-and-replace": "^3.0.0",
  7090. "micromark-util-character": "^2.0.0"
  7091. },
  7092. "funding": {
  7093. "type": "opencollective",
  7094. "url": "https://opencollective.com/unified"
  7095. }
  7096. },
  7097. "node_modules/mdast-util-gfm-footnote": {
  7098. "version": "2.1.0",
  7099. "resolved": "https://registry.npmmirror.com/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz",
  7100. "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==",
  7101. "license": "MIT",
  7102. "dependencies": {
  7103. "@types/mdast": "^4.0.0",
  7104. "devlop": "^1.1.0",
  7105. "mdast-util-from-markdown": "^2.0.0",
  7106. "mdast-util-to-markdown": "^2.0.0",
  7107. "micromark-util-normalize-identifier": "^2.0.0"
  7108. },
  7109. "funding": {
  7110. "type": "opencollective",
  7111. "url": "https://opencollective.com/unified"
  7112. }
  7113. },
  7114. "node_modules/mdast-util-gfm-strikethrough": {
  7115. "version": "2.0.0",
  7116. "resolved": "https://registry.npmmirror.com/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz",
  7117. "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==",
  7118. "license": "MIT",
  7119. "dependencies": {
  7120. "@types/mdast": "^4.0.0",
  7121. "mdast-util-from-markdown": "^2.0.0",
  7122. "mdast-util-to-markdown": "^2.0.0"
  7123. },
  7124. "funding": {
  7125. "type": "opencollective",
  7126. "url": "https://opencollective.com/unified"
  7127. }
  7128. },
  7129. "node_modules/mdast-util-gfm-table": {
  7130. "version": "2.0.0",
  7131. "resolved": "https://registry.npmmirror.com/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz",
  7132. "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==",
  7133. "license": "MIT",
  7134. "dependencies": {
  7135. "@types/mdast": "^4.0.0",
  7136. "devlop": "^1.0.0",
  7137. "markdown-table": "^3.0.0",
  7138. "mdast-util-from-markdown": "^2.0.0",
  7139. "mdast-util-to-markdown": "^2.0.0"
  7140. },
  7141. "funding": {
  7142. "type": "opencollective",
  7143. "url": "https://opencollective.com/unified"
  7144. }
  7145. },
  7146. "node_modules/mdast-util-gfm-task-list-item": {
  7147. "version": "2.0.0",
  7148. "resolved": "https://registry.npmmirror.com/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz",
  7149. "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==",
  7150. "license": "MIT",
  7151. "dependencies": {
  7152. "@types/mdast": "^4.0.0",
  7153. "devlop": "^1.0.0",
  7154. "mdast-util-from-markdown": "^2.0.0",
  7155. "mdast-util-to-markdown": "^2.0.0"
  7156. },
  7157. "funding": {
  7158. "type": "opencollective",
  7159. "url": "https://opencollective.com/unified"
  7160. }
  7161. },
  7162. "node_modules/mdast-util-mdx-expression": {
  7163. "version": "2.0.1",
  7164. "resolved": "https://registry.npmmirror.com/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz",
  7165. "integrity": "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==",
  7166. "license": "MIT",
  7167. "dependencies": {
  7168. "@types/estree-jsx": "^1.0.0",
  7169. "@types/hast": "^3.0.0",
  7170. "@types/mdast": "^4.0.0",
  7171. "devlop": "^1.0.0",
  7172. "mdast-util-from-markdown": "^2.0.0",
  7173. "mdast-util-to-markdown": "^2.0.0"
  7174. },
  7175. "funding": {
  7176. "type": "opencollective",
  7177. "url": "https://opencollective.com/unified"
  7178. }
  7179. },
  7180. "node_modules/mdast-util-mdx-jsx": {
  7181. "version": "3.2.0",
  7182. "resolved": "https://registry.npmmirror.com/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.2.0.tgz",
  7183. "integrity": "sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==",
  7184. "license": "MIT",
  7185. "dependencies": {
  7186. "@types/estree-jsx": "^1.0.0",
  7187. "@types/hast": "^3.0.0",
  7188. "@types/mdast": "^4.0.0",
  7189. "@types/unist": "^3.0.0",
  7190. "ccount": "^2.0.0",
  7191. "devlop": "^1.1.0",
  7192. "mdast-util-from-markdown": "^2.0.0",
  7193. "mdast-util-to-markdown": "^2.0.0",
  7194. "parse-entities": "^4.0.0",
  7195. "stringify-entities": "^4.0.0",
  7196. "unist-util-stringify-position": "^4.0.0",
  7197. "vfile-message": "^4.0.0"
  7198. },
  7199. "funding": {
  7200. "type": "opencollective",
  7201. "url": "https://opencollective.com/unified"
  7202. }
  7203. },
  7204. "node_modules/mdast-util-mdxjs-esm": {
  7205. "version": "2.0.1",
  7206. "resolved": "https://registry.npmmirror.com/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz",
  7207. "integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==",
  7208. "license": "MIT",
  7209. "dependencies": {
  7210. "@types/estree-jsx": "^1.0.0",
  7211. "@types/hast": "^3.0.0",
  7212. "@types/mdast": "^4.0.0",
  7213. "devlop": "^1.0.0",
  7214. "mdast-util-from-markdown": "^2.0.0",
  7215. "mdast-util-to-markdown": "^2.0.0"
  7216. },
  7217. "funding": {
  7218. "type": "opencollective",
  7219. "url": "https://opencollective.com/unified"
  7220. }
  7221. },
  7222. "node_modules/mdast-util-phrasing": {
  7223. "version": "4.1.0",
  7224. "resolved": "https://registry.npmmirror.com/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz",
  7225. "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",
  7226. "license": "MIT",
  7227. "dependencies": {
  7228. "@types/mdast": "^4.0.0",
  7229. "unist-util-is": "^6.0.0"
  7230. },
  7231. "funding": {
  7232. "type": "opencollective",
  7233. "url": "https://opencollective.com/unified"
  7234. }
  7235. },
  7236. "node_modules/mdast-util-to-hast": {
  7237. "version": "13.2.0",
  7238. "resolved": "https://registry.npmmirror.com/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz",
  7239. "integrity": "sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==",
  7240. "license": "MIT",
  7241. "dependencies": {
  7242. "@types/hast": "^3.0.0",
  7243. "@types/mdast": "^4.0.0",
  7244. "@ungap/structured-clone": "^1.0.0",
  7245. "devlop": "^1.0.0",
  7246. "micromark-util-sanitize-uri": "^2.0.0",
  7247. "trim-lines": "^3.0.0",
  7248. "unist-util-position": "^5.0.0",
  7249. "unist-util-visit": "^5.0.0",
  7250. "vfile": "^6.0.0"
  7251. },
  7252. "funding": {
  7253. "type": "opencollective",
  7254. "url": "https://opencollective.com/unified"
  7255. }
  7256. },
  7257. "node_modules/mdast-util-to-markdown": {
  7258. "version": "2.1.2",
  7259. "resolved": "https://registry.npmmirror.com/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz",
  7260. "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==",
  7261. "license": "MIT",
  7262. "dependencies": {
  7263. "@types/mdast": "^4.0.0",
  7264. "@types/unist": "^3.0.0",
  7265. "longest-streak": "^3.0.0",
  7266. "mdast-util-phrasing": "^4.0.0",
  7267. "mdast-util-to-string": "^4.0.0",
  7268. "micromark-util-classify-character": "^2.0.0",
  7269. "micromark-util-decode-string": "^2.0.0",
  7270. "unist-util-visit": "^5.0.0",
  7271. "zwitch": "^2.0.0"
  7272. },
  7273. "funding": {
  7274. "type": "opencollective",
  7275. "url": "https://opencollective.com/unified"
  7276. }
  7277. },
  7278. "node_modules/mdast-util-to-string": {
  7279. "version": "4.0.0",
  7280. "resolved": "https://registry.npmmirror.com/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz",
  7281. "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==",
  7282. "license": "MIT",
  7283. "dependencies": {
  7284. "@types/mdast": "^4.0.0"
  7285. },
  7286. "funding": {
  7287. "type": "opencollective",
  7288. "url": "https://opencollective.com/unified"
  7289. }
  7290. },
  7291. "node_modules/memoize-one": {
  7292. "version": "6.0.0",
  7293. "resolved": "https://registry.npmmirror.com/memoize-one/-/memoize-one-6.0.0.tgz",
  7294. "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==",
  7295. "license": "MIT"
  7296. },
  7297. "node_modules/merge2": {
  7298. "version": "1.4.1",
  7299. "resolved": "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz",
  7300. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  7301. "dev": true,
  7302. "license": "MIT",
  7303. "engines": {
  7304. "node": ">= 8"
  7305. }
  7306. },
  7307. "node_modules/micromark": {
  7308. "version": "4.0.2",
  7309. "resolved": "https://registry.npmmirror.com/micromark/-/micromark-4.0.2.tgz",
  7310. "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==",
  7311. "funding": [
  7312. {
  7313. "type": "GitHub Sponsors",
  7314. "url": "https://github.com/sponsors/unifiedjs"
  7315. },
  7316. {
  7317. "type": "OpenCollective",
  7318. "url": "https://opencollective.com/unified"
  7319. }
  7320. ],
  7321. "license": "MIT",
  7322. "dependencies": {
  7323. "@types/debug": "^4.0.0",
  7324. "debug": "^4.0.0",
  7325. "decode-named-character-reference": "^1.0.0",
  7326. "devlop": "^1.0.0",
  7327. "micromark-core-commonmark": "^2.0.0",
  7328. "micromark-factory-space": "^2.0.0",
  7329. "micromark-util-character": "^2.0.0",
  7330. "micromark-util-chunked": "^2.0.0",
  7331. "micromark-util-combine-extensions": "^2.0.0",
  7332. "micromark-util-decode-numeric-character-reference": "^2.0.0",
  7333. "micromark-util-encode": "^2.0.0",
  7334. "micromark-util-normalize-identifier": "^2.0.0",
  7335. "micromark-util-resolve-all": "^2.0.0",
  7336. "micromark-util-sanitize-uri": "^2.0.0",
  7337. "micromark-util-subtokenize": "^2.0.0",
  7338. "micromark-util-symbol": "^2.0.0",
  7339. "micromark-util-types": "^2.0.0"
  7340. }
  7341. },
  7342. "node_modules/micromark-core-commonmark": {
  7343. "version": "2.0.3",
  7344. "resolved": "https://registry.npmmirror.com/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz",
  7345. "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==",
  7346. "funding": [
  7347. {
  7348. "type": "GitHub Sponsors",
  7349. "url": "https://github.com/sponsors/unifiedjs"
  7350. },
  7351. {
  7352. "type": "OpenCollective",
  7353. "url": "https://opencollective.com/unified"
  7354. }
  7355. ],
  7356. "license": "MIT",
  7357. "dependencies": {
  7358. "decode-named-character-reference": "^1.0.0",
  7359. "devlop": "^1.0.0",
  7360. "micromark-factory-destination": "^2.0.0",
  7361. "micromark-factory-label": "^2.0.0",
  7362. "micromark-factory-space": "^2.0.0",
  7363. "micromark-factory-title": "^2.0.0",
  7364. "micromark-factory-whitespace": "^2.0.0",
  7365. "micromark-util-character": "^2.0.0",
  7366. "micromark-util-chunked": "^2.0.0",
  7367. "micromark-util-classify-character": "^2.0.0",
  7368. "micromark-util-html-tag-name": "^2.0.0",
  7369. "micromark-util-normalize-identifier": "^2.0.0",
  7370. "micromark-util-resolve-all": "^2.0.0",
  7371. "micromark-util-subtokenize": "^2.0.0",
  7372. "micromark-util-symbol": "^2.0.0",
  7373. "micromark-util-types": "^2.0.0"
  7374. }
  7375. },
  7376. "node_modules/micromark-extension-gfm": {
  7377. "version": "3.0.0",
  7378. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz",
  7379. "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==",
  7380. "license": "MIT",
  7381. "dependencies": {
  7382. "micromark-extension-gfm-autolink-literal": "^2.0.0",
  7383. "micromark-extension-gfm-footnote": "^2.0.0",
  7384. "micromark-extension-gfm-strikethrough": "^2.0.0",
  7385. "micromark-extension-gfm-table": "^2.0.0",
  7386. "micromark-extension-gfm-tagfilter": "^2.0.0",
  7387. "micromark-extension-gfm-task-list-item": "^2.0.0",
  7388. "micromark-util-combine-extensions": "^2.0.0",
  7389. "micromark-util-types": "^2.0.0"
  7390. },
  7391. "funding": {
  7392. "type": "opencollective",
  7393. "url": "https://opencollective.com/unified"
  7394. }
  7395. },
  7396. "node_modules/micromark-extension-gfm-autolink-literal": {
  7397. "version": "2.1.0",
  7398. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz",
  7399. "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==",
  7400. "license": "MIT",
  7401. "dependencies": {
  7402. "micromark-util-character": "^2.0.0",
  7403. "micromark-util-sanitize-uri": "^2.0.0",
  7404. "micromark-util-symbol": "^2.0.0",
  7405. "micromark-util-types": "^2.0.0"
  7406. },
  7407. "funding": {
  7408. "type": "opencollective",
  7409. "url": "https://opencollective.com/unified"
  7410. }
  7411. },
  7412. "node_modules/micromark-extension-gfm-footnote": {
  7413. "version": "2.1.0",
  7414. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz",
  7415. "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==",
  7416. "license": "MIT",
  7417. "dependencies": {
  7418. "devlop": "^1.0.0",
  7419. "micromark-core-commonmark": "^2.0.0",
  7420. "micromark-factory-space": "^2.0.0",
  7421. "micromark-util-character": "^2.0.0",
  7422. "micromark-util-normalize-identifier": "^2.0.0",
  7423. "micromark-util-sanitize-uri": "^2.0.0",
  7424. "micromark-util-symbol": "^2.0.0",
  7425. "micromark-util-types": "^2.0.0"
  7426. },
  7427. "funding": {
  7428. "type": "opencollective",
  7429. "url": "https://opencollective.com/unified"
  7430. }
  7431. },
  7432. "node_modules/micromark-extension-gfm-strikethrough": {
  7433. "version": "2.1.0",
  7434. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz",
  7435. "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==",
  7436. "license": "MIT",
  7437. "dependencies": {
  7438. "devlop": "^1.0.0",
  7439. "micromark-util-chunked": "^2.0.0",
  7440. "micromark-util-classify-character": "^2.0.0",
  7441. "micromark-util-resolve-all": "^2.0.0",
  7442. "micromark-util-symbol": "^2.0.0",
  7443. "micromark-util-types": "^2.0.0"
  7444. },
  7445. "funding": {
  7446. "type": "opencollective",
  7447. "url": "https://opencollective.com/unified"
  7448. }
  7449. },
  7450. "node_modules/micromark-extension-gfm-table": {
  7451. "version": "2.1.1",
  7452. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz",
  7453. "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==",
  7454. "license": "MIT",
  7455. "dependencies": {
  7456. "devlop": "^1.0.0",
  7457. "micromark-factory-space": "^2.0.0",
  7458. "micromark-util-character": "^2.0.0",
  7459. "micromark-util-symbol": "^2.0.0",
  7460. "micromark-util-types": "^2.0.0"
  7461. },
  7462. "funding": {
  7463. "type": "opencollective",
  7464. "url": "https://opencollective.com/unified"
  7465. }
  7466. },
  7467. "node_modules/micromark-extension-gfm-tagfilter": {
  7468. "version": "2.0.0",
  7469. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz",
  7470. "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==",
  7471. "license": "MIT",
  7472. "dependencies": {
  7473. "micromark-util-types": "^2.0.0"
  7474. },
  7475. "funding": {
  7476. "type": "opencollective",
  7477. "url": "https://opencollective.com/unified"
  7478. }
  7479. },
  7480. "node_modules/micromark-extension-gfm-task-list-item": {
  7481. "version": "2.1.0",
  7482. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz",
  7483. "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==",
  7484. "license": "MIT",
  7485. "dependencies": {
  7486. "devlop": "^1.0.0",
  7487. "micromark-factory-space": "^2.0.0",
  7488. "micromark-util-character": "^2.0.0",
  7489. "micromark-util-symbol": "^2.0.0",
  7490. "micromark-util-types": "^2.0.0"
  7491. },
  7492. "funding": {
  7493. "type": "opencollective",
  7494. "url": "https://opencollective.com/unified"
  7495. }
  7496. },
  7497. "node_modules/micromark-factory-destination": {
  7498. "version": "2.0.1",
  7499. "resolved": "https://registry.npmmirror.com/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz",
  7500. "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==",
  7501. "funding": [
  7502. {
  7503. "type": "GitHub Sponsors",
  7504. "url": "https://github.com/sponsors/unifiedjs"
  7505. },
  7506. {
  7507. "type": "OpenCollective",
  7508. "url": "https://opencollective.com/unified"
  7509. }
  7510. ],
  7511. "license": "MIT",
  7512. "dependencies": {
  7513. "micromark-util-character": "^2.0.0",
  7514. "micromark-util-symbol": "^2.0.0",
  7515. "micromark-util-types": "^2.0.0"
  7516. }
  7517. },
  7518. "node_modules/micromark-factory-label": {
  7519. "version": "2.0.1",
  7520. "resolved": "https://registry.npmmirror.com/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz",
  7521. "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==",
  7522. "funding": [
  7523. {
  7524. "type": "GitHub Sponsors",
  7525. "url": "https://github.com/sponsors/unifiedjs"
  7526. },
  7527. {
  7528. "type": "OpenCollective",
  7529. "url": "https://opencollective.com/unified"
  7530. }
  7531. ],
  7532. "license": "MIT",
  7533. "dependencies": {
  7534. "devlop": "^1.0.0",
  7535. "micromark-util-character": "^2.0.0",
  7536. "micromark-util-symbol": "^2.0.0",
  7537. "micromark-util-types": "^2.0.0"
  7538. }
  7539. },
  7540. "node_modules/micromark-factory-space": {
  7541. "version": "2.0.1",
  7542. "resolved": "https://registry.npmmirror.com/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz",
  7543. "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==",
  7544. "funding": [
  7545. {
  7546. "type": "GitHub Sponsors",
  7547. "url": "https://github.com/sponsors/unifiedjs"
  7548. },
  7549. {
  7550. "type": "OpenCollective",
  7551. "url": "https://opencollective.com/unified"
  7552. }
  7553. ],
  7554. "license": "MIT",
  7555. "dependencies": {
  7556. "micromark-util-character": "^2.0.0",
  7557. "micromark-util-types": "^2.0.0"
  7558. }
  7559. },
  7560. "node_modules/micromark-factory-title": {
  7561. "version": "2.0.1",
  7562. "resolved": "https://registry.npmmirror.com/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz",
  7563. "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==",
  7564. "funding": [
  7565. {
  7566. "type": "GitHub Sponsors",
  7567. "url": "https://github.com/sponsors/unifiedjs"
  7568. },
  7569. {
  7570. "type": "OpenCollective",
  7571. "url": "https://opencollective.com/unified"
  7572. }
  7573. ],
  7574. "license": "MIT",
  7575. "dependencies": {
  7576. "micromark-factory-space": "^2.0.0",
  7577. "micromark-util-character": "^2.0.0",
  7578. "micromark-util-symbol": "^2.0.0",
  7579. "micromark-util-types": "^2.0.0"
  7580. }
  7581. },
  7582. "node_modules/micromark-factory-whitespace": {
  7583. "version": "2.0.1",
  7584. "resolved": "https://registry.npmmirror.com/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz",
  7585. "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==",
  7586. "funding": [
  7587. {
  7588. "type": "GitHub Sponsors",
  7589. "url": "https://github.com/sponsors/unifiedjs"
  7590. },
  7591. {
  7592. "type": "OpenCollective",
  7593. "url": "https://opencollective.com/unified"
  7594. }
  7595. ],
  7596. "license": "MIT",
  7597. "dependencies": {
  7598. "micromark-factory-space": "^2.0.0",
  7599. "micromark-util-character": "^2.0.0",
  7600. "micromark-util-symbol": "^2.0.0",
  7601. "micromark-util-types": "^2.0.0"
  7602. }
  7603. },
  7604. "node_modules/micromark-util-character": {
  7605. "version": "2.1.1",
  7606. "resolved": "https://registry.npmmirror.com/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
  7607. "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
  7608. "funding": [
  7609. {
  7610. "type": "GitHub Sponsors",
  7611. "url": "https://github.com/sponsors/unifiedjs"
  7612. },
  7613. {
  7614. "type": "OpenCollective",
  7615. "url": "https://opencollective.com/unified"
  7616. }
  7617. ],
  7618. "license": "MIT",
  7619. "dependencies": {
  7620. "micromark-util-symbol": "^2.0.0",
  7621. "micromark-util-types": "^2.0.0"
  7622. }
  7623. },
  7624. "node_modules/micromark-util-chunked": {
  7625. "version": "2.0.1",
  7626. "resolved": "https://registry.npmmirror.com/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz",
  7627. "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==",
  7628. "funding": [
  7629. {
  7630. "type": "GitHub Sponsors",
  7631. "url": "https://github.com/sponsors/unifiedjs"
  7632. },
  7633. {
  7634. "type": "OpenCollective",
  7635. "url": "https://opencollective.com/unified"
  7636. }
  7637. ],
  7638. "license": "MIT",
  7639. "dependencies": {
  7640. "micromark-util-symbol": "^2.0.0"
  7641. }
  7642. },
  7643. "node_modules/micromark-util-classify-character": {
  7644. "version": "2.0.1",
  7645. "resolved": "https://registry.npmmirror.com/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
  7646. "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
  7647. "funding": [
  7648. {
  7649. "type": "GitHub Sponsors",
  7650. "url": "https://github.com/sponsors/unifiedjs"
  7651. },
  7652. {
  7653. "type": "OpenCollective",
  7654. "url": "https://opencollective.com/unified"
  7655. }
  7656. ],
  7657. "license": "MIT",
  7658. "dependencies": {
  7659. "micromark-util-character": "^2.0.0",
  7660. "micromark-util-symbol": "^2.0.0",
  7661. "micromark-util-types": "^2.0.0"
  7662. }
  7663. },
  7664. "node_modules/micromark-util-combine-extensions": {
  7665. "version": "2.0.1",
  7666. "resolved": "https://registry.npmmirror.com/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz",
  7667. "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==",
  7668. "funding": [
  7669. {
  7670. "type": "GitHub Sponsors",
  7671. "url": "https://github.com/sponsors/unifiedjs"
  7672. },
  7673. {
  7674. "type": "OpenCollective",
  7675. "url": "https://opencollective.com/unified"
  7676. }
  7677. ],
  7678. "license": "MIT",
  7679. "dependencies": {
  7680. "micromark-util-chunked": "^2.0.0",
  7681. "micromark-util-types": "^2.0.0"
  7682. }
  7683. },
  7684. "node_modules/micromark-util-decode-numeric-character-reference": {
  7685. "version": "2.0.2",
  7686. "resolved": "https://registry.npmmirror.com/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",
  7687. "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",
  7688. "funding": [
  7689. {
  7690. "type": "GitHub Sponsors",
  7691. "url": "https://github.com/sponsors/unifiedjs"
  7692. },
  7693. {
  7694. "type": "OpenCollective",
  7695. "url": "https://opencollective.com/unified"
  7696. }
  7697. ],
  7698. "license": "MIT",
  7699. "dependencies": {
  7700. "micromark-util-symbol": "^2.0.0"
  7701. }
  7702. },
  7703. "node_modules/micromark-util-decode-string": {
  7704. "version": "2.0.1",
  7705. "resolved": "https://registry.npmmirror.com/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz",
  7706. "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==",
  7707. "funding": [
  7708. {
  7709. "type": "GitHub Sponsors",
  7710. "url": "https://github.com/sponsors/unifiedjs"
  7711. },
  7712. {
  7713. "type": "OpenCollective",
  7714. "url": "https://opencollective.com/unified"
  7715. }
  7716. ],
  7717. "license": "MIT",
  7718. "dependencies": {
  7719. "decode-named-character-reference": "^1.0.0",
  7720. "micromark-util-character": "^2.0.0",
  7721. "micromark-util-decode-numeric-character-reference": "^2.0.0",
  7722. "micromark-util-symbol": "^2.0.0"
  7723. }
  7724. },
  7725. "node_modules/micromark-util-encode": {
  7726. "version": "2.0.1",
  7727. "resolved": "https://registry.npmmirror.com/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
  7728. "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
  7729. "funding": [
  7730. {
  7731. "type": "GitHub Sponsors",
  7732. "url": "https://github.com/sponsors/unifiedjs"
  7733. },
  7734. {
  7735. "type": "OpenCollective",
  7736. "url": "https://opencollective.com/unified"
  7737. }
  7738. ],
  7739. "license": "MIT"
  7740. },
  7741. "node_modules/micromark-util-html-tag-name": {
  7742. "version": "2.0.1",
  7743. "resolved": "https://registry.npmmirror.com/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz",
  7744. "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==",
  7745. "funding": [
  7746. {
  7747. "type": "GitHub Sponsors",
  7748. "url": "https://github.com/sponsors/unifiedjs"
  7749. },
  7750. {
  7751. "type": "OpenCollective",
  7752. "url": "https://opencollective.com/unified"
  7753. }
  7754. ],
  7755. "license": "MIT"
  7756. },
  7757. "node_modules/micromark-util-normalize-identifier": {
  7758. "version": "2.0.1",
  7759. "resolved": "https://registry.npmmirror.com/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz",
  7760. "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==",
  7761. "funding": [
  7762. {
  7763. "type": "GitHub Sponsors",
  7764. "url": "https://github.com/sponsors/unifiedjs"
  7765. },
  7766. {
  7767. "type": "OpenCollective",
  7768. "url": "https://opencollective.com/unified"
  7769. }
  7770. ],
  7771. "license": "MIT",
  7772. "dependencies": {
  7773. "micromark-util-symbol": "^2.0.0"
  7774. }
  7775. },
  7776. "node_modules/micromark-util-resolve-all": {
  7777. "version": "2.0.1",
  7778. "resolved": "https://registry.npmmirror.com/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz",
  7779. "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==",
  7780. "funding": [
  7781. {
  7782. "type": "GitHub Sponsors",
  7783. "url": "https://github.com/sponsors/unifiedjs"
  7784. },
  7785. {
  7786. "type": "OpenCollective",
  7787. "url": "https://opencollective.com/unified"
  7788. }
  7789. ],
  7790. "license": "MIT",
  7791. "dependencies": {
  7792. "micromark-util-types": "^2.0.0"
  7793. }
  7794. },
  7795. "node_modules/micromark-util-sanitize-uri": {
  7796. "version": "2.0.1",
  7797. "resolved": "https://registry.npmmirror.com/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
  7798. "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
  7799. "funding": [
  7800. {
  7801. "type": "GitHub Sponsors",
  7802. "url": "https://github.com/sponsors/unifiedjs"
  7803. },
  7804. {
  7805. "type": "OpenCollective",
  7806. "url": "https://opencollective.com/unified"
  7807. }
  7808. ],
  7809. "license": "MIT",
  7810. "dependencies": {
  7811. "micromark-util-character": "^2.0.0",
  7812. "micromark-util-encode": "^2.0.0",
  7813. "micromark-util-symbol": "^2.0.0"
  7814. }
  7815. },
  7816. "node_modules/micromark-util-subtokenize": {
  7817. "version": "2.1.0",
  7818. "resolved": "https://registry.npmmirror.com/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz",
  7819. "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==",
  7820. "funding": [
  7821. {
  7822. "type": "GitHub Sponsors",
  7823. "url": "https://github.com/sponsors/unifiedjs"
  7824. },
  7825. {
  7826. "type": "OpenCollective",
  7827. "url": "https://opencollective.com/unified"
  7828. }
  7829. ],
  7830. "license": "MIT",
  7831. "dependencies": {
  7832. "devlop": "^1.0.0",
  7833. "micromark-util-chunked": "^2.0.0",
  7834. "micromark-util-symbol": "^2.0.0",
  7835. "micromark-util-types": "^2.0.0"
  7836. }
  7837. },
  7838. "node_modules/micromark-util-symbol": {
  7839. "version": "2.0.1",
  7840. "resolved": "https://registry.npmmirror.com/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
  7841. "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
  7842. "funding": [
  7843. {
  7844. "type": "GitHub Sponsors",
  7845. "url": "https://github.com/sponsors/unifiedjs"
  7846. },
  7847. {
  7848. "type": "OpenCollective",
  7849. "url": "https://opencollective.com/unified"
  7850. }
  7851. ],
  7852. "license": "MIT"
  7853. },
  7854. "node_modules/micromark-util-types": {
  7855. "version": "2.0.2",
  7856. "resolved": "https://registry.npmmirror.com/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
  7857. "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
  7858. "funding": [
  7859. {
  7860. "type": "GitHub Sponsors",
  7861. "url": "https://github.com/sponsors/unifiedjs"
  7862. },
  7863. {
  7864. "type": "OpenCollective",
  7865. "url": "https://opencollective.com/unified"
  7866. }
  7867. ],
  7868. "license": "MIT"
  7869. },
  7870. "node_modules/micromatch": {
  7871. "version": "4.0.8",
  7872. "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz",
  7873. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  7874. "devOptional": true,
  7875. "license": "MIT",
  7876. "dependencies": {
  7877. "braces": "^3.0.3",
  7878. "picomatch": "^2.3.1"
  7879. },
  7880. "engines": {
  7881. "node": ">=8.6"
  7882. }
  7883. },
  7884. "node_modules/minimatch": {
  7885. "version": "3.1.2",
  7886. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  7887. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  7888. "dev": true,
  7889. "license": "ISC",
  7890. "dependencies": {
  7891. "brace-expansion": "^1.1.7"
  7892. },
  7893. "engines": {
  7894. "node": "*"
  7895. }
  7896. },
  7897. "node_modules/minimist": {
  7898. "version": "1.2.8",
  7899. "resolved": "https://registry.npmmirror.com/minimist/-/minimist-1.2.8.tgz",
  7900. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  7901. "dev": true,
  7902. "license": "MIT",
  7903. "funding": {
  7904. "url": "https://github.com/sponsors/ljharb"
  7905. }
  7906. },
  7907. "node_modules/minipass": {
  7908. "version": "7.1.2",
  7909. "resolved": "https://registry.npmmirror.com/minipass/-/minipass-7.1.2.tgz",
  7910. "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
  7911. "dev": true,
  7912. "license": "ISC",
  7913. "engines": {
  7914. "node": ">=16 || 14 >=14.17"
  7915. }
  7916. },
  7917. "node_modules/minizlib": {
  7918. "version": "3.0.2",
  7919. "resolved": "https://registry.npmmirror.com/minizlib/-/minizlib-3.0.2.tgz",
  7920. "integrity": "sha512-oG62iEk+CYt5Xj2YqI5Xi9xWUeZhDI8jjQmC5oThVH5JGCTgIjr7ciJDzC7MBzYd//WvR1OTmP5Q38Q8ShQtVA==",
  7921. "dev": true,
  7922. "license": "MIT",
  7923. "dependencies": {
  7924. "minipass": "^7.1.2"
  7925. },
  7926. "engines": {
  7927. "node": ">= 18"
  7928. }
  7929. },
  7930. "node_modules/mkdirp": {
  7931. "version": "3.0.1",
  7932. "resolved": "https://registry.npmmirror.com/mkdirp/-/mkdirp-3.0.1.tgz",
  7933. "integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==",
  7934. "dev": true,
  7935. "license": "MIT",
  7936. "bin": {
  7937. "mkdirp": "dist/cjs/src/bin.js"
  7938. },
  7939. "engines": {
  7940. "node": ">=10"
  7941. },
  7942. "funding": {
  7943. "url": "https://github.com/sponsors/isaacs"
  7944. }
  7945. },
  7946. "node_modules/ms": {
  7947. "version": "2.1.3",
  7948. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  7949. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  7950. "license": "MIT"
  7951. },
  7952. "node_modules/nanoid": {
  7953. "version": "3.3.11",
  7954. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz",
  7955. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  7956. "funding": [
  7957. {
  7958. "type": "github",
  7959. "url": "https://github.com/sponsors/ai"
  7960. }
  7961. ],
  7962. "license": "MIT",
  7963. "bin": {
  7964. "nanoid": "bin/nanoid.cjs"
  7965. },
  7966. "engines": {
  7967. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  7968. }
  7969. },
  7970. "node_modules/napi-postinstall": {
  7971. "version": "0.3.2",
  7972. "resolved": "https://registry.npmmirror.com/napi-postinstall/-/napi-postinstall-0.3.2.tgz",
  7973. "integrity": "sha512-tWVJxJHmBWLy69PvO96TZMZDrzmw5KeiZBz3RHmiM2XZ9grBJ2WgMAFVVg25nqp3ZjTFUs2Ftw1JhscL3Teliw==",
  7974. "dev": true,
  7975. "license": "MIT",
  7976. "bin": {
  7977. "napi-postinstall": "lib/cli.js"
  7978. },
  7979. "engines": {
  7980. "node": "^12.20.0 || ^14.18.0 || >=16.0.0"
  7981. },
  7982. "funding": {
  7983. "url": "https://opencollective.com/napi-postinstall"
  7984. }
  7985. },
  7986. "node_modules/natural-compare": {
  7987. "version": "1.4.0",
  7988. "resolved": "https://registry.npmmirror.com/natural-compare/-/natural-compare-1.4.0.tgz",
  7989. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  7990. "dev": true,
  7991. "license": "MIT"
  7992. },
  7993. "node_modules/next": {
  7994. "version": "15.4.6",
  7995. "resolved": "https://registry.npmmirror.com/next/-/next-15.4.6.tgz",
  7996. "integrity": "sha512-us++E/Q80/8+UekzB3SAGs71AlLDsadpFMXVNM/uQ0BMwsh9m3mr0UNQIfjKed8vpWXsASe+Qifrnu1oLIcKEQ==",
  7997. "license": "MIT",
  7998. "dependencies": {
  7999. "@next/env": "15.4.6",
  8000. "@swc/helpers": "0.5.15",
  8001. "caniuse-lite": "^1.0.30001579",
  8002. "postcss": "8.4.31",
  8003. "styled-jsx": "5.1.6"
  8004. },
  8005. "bin": {
  8006. "next": "dist/bin/next"
  8007. },
  8008. "engines": {
  8009. "node": "^18.18.0 || ^19.8.0 || >= 20.0.0"
  8010. },
  8011. "optionalDependencies": {
  8012. "@next/swc-darwin-arm64": "15.4.6",
  8013. "@next/swc-darwin-x64": "15.4.6",
  8014. "@next/swc-linux-arm64-gnu": "15.4.6",
  8015. "@next/swc-linux-arm64-musl": "15.4.6",
  8016. "@next/swc-linux-x64-gnu": "15.4.6",
  8017. "@next/swc-linux-x64-musl": "15.4.6",
  8018. "@next/swc-win32-arm64-msvc": "15.4.6",
  8019. "@next/swc-win32-x64-msvc": "15.4.6",
  8020. "sharp": "^0.34.3"
  8021. },
  8022. "peerDependencies": {
  8023. "@opentelemetry/api": "^1.1.0",
  8024. "@playwright/test": "^1.51.1",
  8025. "babel-plugin-react-compiler": "*",
  8026. "react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
  8027. "react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
  8028. "sass": "^1.3.0"
  8029. },
  8030. "peerDependenciesMeta": {
  8031. "@opentelemetry/api": {
  8032. "optional": true
  8033. },
  8034. "@playwright/test": {
  8035. "optional": true
  8036. },
  8037. "babel-plugin-react-compiler": {
  8038. "optional": true
  8039. },
  8040. "sass": {
  8041. "optional": true
  8042. }
  8043. }
  8044. },
  8045. "node_modules/next/node_modules/postcss": {
  8046. "version": "8.4.31",
  8047. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.31.tgz",
  8048. "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
  8049. "funding": [
  8050. {
  8051. "type": "opencollective",
  8052. "url": "https://opencollective.com/postcss/"
  8053. },
  8054. {
  8055. "type": "tidelift",
  8056. "url": "https://tidelift.com/funding/github/npm/postcss"
  8057. },
  8058. {
  8059. "type": "github",
  8060. "url": "https://github.com/sponsors/ai"
  8061. }
  8062. ],
  8063. "license": "MIT",
  8064. "dependencies": {
  8065. "nanoid": "^3.3.6",
  8066. "picocolors": "^1.0.0",
  8067. "source-map-js": "^1.0.2"
  8068. },
  8069. "engines": {
  8070. "node": "^10 || ^12 || >=14"
  8071. }
  8072. },
  8073. "node_modules/node-addon-api": {
  8074. "version": "7.1.1",
  8075. "resolved": "https://registry.npmmirror.com/node-addon-api/-/node-addon-api-7.1.1.tgz",
  8076. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  8077. "license": "MIT",
  8078. "optional": true
  8079. },
  8080. "node_modules/nth-check": {
  8081. "version": "2.1.1",
  8082. "resolved": "https://registry.npmmirror.com/nth-check/-/nth-check-2.1.1.tgz",
  8083. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  8084. "license": "BSD-2-Clause",
  8085. "dependencies": {
  8086. "boolbase": "^1.0.0"
  8087. },
  8088. "funding": {
  8089. "url": "https://github.com/fb55/nth-check?sponsor=1"
  8090. }
  8091. },
  8092. "node_modules/object-assign": {
  8093. "version": "4.1.1",
  8094. "resolved": "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz",
  8095. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  8096. "license": "MIT",
  8097. "engines": {
  8098. "node": ">=0.10.0"
  8099. }
  8100. },
  8101. "node_modules/object-inspect": {
  8102. "version": "1.13.4",
  8103. "resolved": "https://registry.npmmirror.com/object-inspect/-/object-inspect-1.13.4.tgz",
  8104. "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
  8105. "dev": true,
  8106. "license": "MIT",
  8107. "engines": {
  8108. "node": ">= 0.4"
  8109. },
  8110. "funding": {
  8111. "url": "https://github.com/sponsors/ljharb"
  8112. }
  8113. },
  8114. "node_modules/object-keys": {
  8115. "version": "1.1.1",
  8116. "resolved": "https://registry.npmmirror.com/object-keys/-/object-keys-1.1.1.tgz",
  8117. "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
  8118. "dev": true,
  8119. "license": "MIT",
  8120. "engines": {
  8121. "node": ">= 0.4"
  8122. }
  8123. },
  8124. "node_modules/object.assign": {
  8125. "version": "4.1.7",
  8126. "resolved": "https://registry.npmmirror.com/object.assign/-/object.assign-4.1.7.tgz",
  8127. "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==",
  8128. "dev": true,
  8129. "license": "MIT",
  8130. "dependencies": {
  8131. "call-bind": "^1.0.8",
  8132. "call-bound": "^1.0.3",
  8133. "define-properties": "^1.2.1",
  8134. "es-object-atoms": "^1.0.0",
  8135. "has-symbols": "^1.1.0",
  8136. "object-keys": "^1.1.1"
  8137. },
  8138. "engines": {
  8139. "node": ">= 0.4"
  8140. },
  8141. "funding": {
  8142. "url": "https://github.com/sponsors/ljharb"
  8143. }
  8144. },
  8145. "node_modules/object.entries": {
  8146. "version": "1.1.9",
  8147. "resolved": "https://registry.npmmirror.com/object.entries/-/object.entries-1.1.9.tgz",
  8148. "integrity": "sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==",
  8149. "dev": true,
  8150. "license": "MIT",
  8151. "dependencies": {
  8152. "call-bind": "^1.0.8",
  8153. "call-bound": "^1.0.4",
  8154. "define-properties": "^1.2.1",
  8155. "es-object-atoms": "^1.1.1"
  8156. },
  8157. "engines": {
  8158. "node": ">= 0.4"
  8159. }
  8160. },
  8161. "node_modules/object.fromentries": {
  8162. "version": "2.0.8",
  8163. "resolved": "https://registry.npmmirror.com/object.fromentries/-/object.fromentries-2.0.8.tgz",
  8164. "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==",
  8165. "dev": true,
  8166. "license": "MIT",
  8167. "dependencies": {
  8168. "call-bind": "^1.0.7",
  8169. "define-properties": "^1.2.1",
  8170. "es-abstract": "^1.23.2",
  8171. "es-object-atoms": "^1.0.0"
  8172. },
  8173. "engines": {
  8174. "node": ">= 0.4"
  8175. },
  8176. "funding": {
  8177. "url": "https://github.com/sponsors/ljharb"
  8178. }
  8179. },
  8180. "node_modules/object.groupby": {
  8181. "version": "1.0.3",
  8182. "resolved": "https://registry.npmmirror.com/object.groupby/-/object.groupby-1.0.3.tgz",
  8183. "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==",
  8184. "dev": true,
  8185. "license": "MIT",
  8186. "dependencies": {
  8187. "call-bind": "^1.0.7",
  8188. "define-properties": "^1.2.1",
  8189. "es-abstract": "^1.23.2"
  8190. },
  8191. "engines": {
  8192. "node": ">= 0.4"
  8193. }
  8194. },
  8195. "node_modules/object.values": {
  8196. "version": "1.2.1",
  8197. "resolved": "https://registry.npmmirror.com/object.values/-/object.values-1.2.1.tgz",
  8198. "integrity": "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==",
  8199. "dev": true,
  8200. "license": "MIT",
  8201. "dependencies": {
  8202. "call-bind": "^1.0.8",
  8203. "call-bound": "^1.0.3",
  8204. "define-properties": "^1.2.1",
  8205. "es-object-atoms": "^1.0.0"
  8206. },
  8207. "engines": {
  8208. "node": ">= 0.4"
  8209. },
  8210. "funding": {
  8211. "url": "https://github.com/sponsors/ljharb"
  8212. }
  8213. },
  8214. "node_modules/optionator": {
  8215. "version": "0.9.4",
  8216. "resolved": "https://registry.npmmirror.com/optionator/-/optionator-0.9.4.tgz",
  8217. "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  8218. "dev": true,
  8219. "license": "MIT",
  8220. "dependencies": {
  8221. "deep-is": "^0.1.3",
  8222. "fast-levenshtein": "^2.0.6",
  8223. "levn": "^0.4.1",
  8224. "prelude-ls": "^1.2.1",
  8225. "type-check": "^0.4.0",
  8226. "word-wrap": "^1.2.5"
  8227. },
  8228. "engines": {
  8229. "node": ">= 0.8.0"
  8230. }
  8231. },
  8232. "node_modules/own-keys": {
  8233. "version": "1.0.1",
  8234. "resolved": "https://registry.npmmirror.com/own-keys/-/own-keys-1.0.1.tgz",
  8235. "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==",
  8236. "dev": true,
  8237. "license": "MIT",
  8238. "dependencies": {
  8239. "get-intrinsic": "^1.2.6",
  8240. "object-keys": "^1.1.1",
  8241. "safe-push-apply": "^1.0.0"
  8242. },
  8243. "engines": {
  8244. "node": ">= 0.4"
  8245. },
  8246. "funding": {
  8247. "url": "https://github.com/sponsors/ljharb"
  8248. }
  8249. },
  8250. "node_modules/p-limit": {
  8251. "version": "3.1.0",
  8252. "resolved": "https://registry.npmmirror.com/p-limit/-/p-limit-3.1.0.tgz",
  8253. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  8254. "dev": true,
  8255. "license": "MIT",
  8256. "dependencies": {
  8257. "yocto-queue": "^0.1.0"
  8258. },
  8259. "engines": {
  8260. "node": ">=10"
  8261. },
  8262. "funding": {
  8263. "url": "https://github.com/sponsors/sindresorhus"
  8264. }
  8265. },
  8266. "node_modules/p-locate": {
  8267. "version": "5.0.0",
  8268. "resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-5.0.0.tgz",
  8269. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  8270. "dev": true,
  8271. "license": "MIT",
  8272. "dependencies": {
  8273. "p-limit": "^3.0.2"
  8274. },
  8275. "engines": {
  8276. "node": ">=10"
  8277. },
  8278. "funding": {
  8279. "url": "https://github.com/sponsors/sindresorhus"
  8280. }
  8281. },
  8282. "node_modules/parent-module": {
  8283. "version": "1.0.1",
  8284. "resolved": "https://registry.npmmirror.com/parent-module/-/parent-module-1.0.1.tgz",
  8285. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  8286. "license": "MIT",
  8287. "dependencies": {
  8288. "callsites": "^3.0.0"
  8289. },
  8290. "engines": {
  8291. "node": ">=6"
  8292. }
  8293. },
  8294. "node_modules/parse-entities": {
  8295. "version": "4.0.2",
  8296. "resolved": "https://registry.npmmirror.com/parse-entities/-/parse-entities-4.0.2.tgz",
  8297. "integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==",
  8298. "license": "MIT",
  8299. "dependencies": {
  8300. "@types/unist": "^2.0.0",
  8301. "character-entities-legacy": "^3.0.0",
  8302. "character-reference-invalid": "^2.0.0",
  8303. "decode-named-character-reference": "^1.0.0",
  8304. "is-alphanumerical": "^2.0.0",
  8305. "is-decimal": "^2.0.0",
  8306. "is-hexadecimal": "^2.0.0"
  8307. },
  8308. "funding": {
  8309. "type": "github",
  8310. "url": "https://github.com/sponsors/wooorm"
  8311. }
  8312. },
  8313. "node_modules/parse-entities/node_modules/@types/unist": {
  8314. "version": "2.0.11",
  8315. "resolved": "https://registry.npmmirror.com/@types/unist/-/unist-2.0.11.tgz",
  8316. "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
  8317. "license": "MIT"
  8318. },
  8319. "node_modules/parse-json": {
  8320. "version": "5.2.0",
  8321. "resolved": "https://registry.npmmirror.com/parse-json/-/parse-json-5.2.0.tgz",
  8322. "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
  8323. "license": "MIT",
  8324. "dependencies": {
  8325. "@babel/code-frame": "^7.0.0",
  8326. "error-ex": "^1.3.1",
  8327. "json-parse-even-better-errors": "^2.3.0",
  8328. "lines-and-columns": "^1.1.6"
  8329. },
  8330. "engines": {
  8331. "node": ">=8"
  8332. },
  8333. "funding": {
  8334. "url": "https://github.com/sponsors/sindresorhus"
  8335. }
  8336. },
  8337. "node_modules/parse-numeric-range": {
  8338. "version": "1.3.0",
  8339. "resolved": "https://registry.npmmirror.com/parse-numeric-range/-/parse-numeric-range-1.3.0.tgz",
  8340. "integrity": "sha512-twN+njEipszzlMJd4ONUYgSfZPDxgHhT9Ahed5uTigpQn90FggW4SA/AIPq/6a149fTbE9qBEcSwE3FAEp6wQQ==",
  8341. "license": "ISC"
  8342. },
  8343. "node_modules/parse5": {
  8344. "version": "7.3.0",
  8345. "resolved": "https://registry.npmmirror.com/parse5/-/parse5-7.3.0.tgz",
  8346. "integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==",
  8347. "license": "MIT",
  8348. "dependencies": {
  8349. "entities": "^6.0.0"
  8350. },
  8351. "funding": {
  8352. "url": "https://github.com/inikulin/parse5?sponsor=1"
  8353. }
  8354. },
  8355. "node_modules/path-exists": {
  8356. "version": "4.0.0",
  8357. "resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz",
  8358. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  8359. "dev": true,
  8360. "license": "MIT",
  8361. "engines": {
  8362. "node": ">=8"
  8363. }
  8364. },
  8365. "node_modules/path-key": {
  8366. "version": "3.1.1",
  8367. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz",
  8368. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  8369. "dev": true,
  8370. "license": "MIT",
  8371. "engines": {
  8372. "node": ">=8"
  8373. }
  8374. },
  8375. "node_modules/path-parse": {
  8376. "version": "1.0.7",
  8377. "resolved": "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz",
  8378. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  8379. "license": "MIT"
  8380. },
  8381. "node_modules/path-to-regexp": {
  8382. "version": "8.2.0",
  8383. "resolved": "https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-8.2.0.tgz",
  8384. "integrity": "sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==",
  8385. "license": "MIT",
  8386. "engines": {
  8387. "node": ">=16"
  8388. }
  8389. },
  8390. "node_modules/path-type": {
  8391. "version": "4.0.0",
  8392. "resolved": "https://registry.npmmirror.com/path-type/-/path-type-4.0.0.tgz",
  8393. "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
  8394. "license": "MIT",
  8395. "engines": {
  8396. "node": ">=8"
  8397. }
  8398. },
  8399. "node_modules/picocolors": {
  8400. "version": "1.1.1",
  8401. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  8402. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  8403. "license": "ISC"
  8404. },
  8405. "node_modules/picomatch": {
  8406. "version": "2.3.1",
  8407. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  8408. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  8409. "devOptional": true,
  8410. "license": "MIT",
  8411. "engines": {
  8412. "node": ">=8.6"
  8413. },
  8414. "funding": {
  8415. "url": "https://github.com/sponsors/jonschlinkert"
  8416. }
  8417. },
  8418. "node_modules/possible-typed-array-names": {
  8419. "version": "1.1.0",
  8420. "resolved": "https://registry.npmmirror.com/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
  8421. "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
  8422. "dev": true,
  8423. "license": "MIT",
  8424. "engines": {
  8425. "node": ">= 0.4"
  8426. }
  8427. },
  8428. "node_modules/postcss": {
  8429. "version": "8.5.6",
  8430. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.6.tgz",
  8431. "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
  8432. "dev": true,
  8433. "funding": [
  8434. {
  8435. "type": "opencollective",
  8436. "url": "https://opencollective.com/postcss/"
  8437. },
  8438. {
  8439. "type": "tidelift",
  8440. "url": "https://tidelift.com/funding/github/npm/postcss"
  8441. },
  8442. {
  8443. "type": "github",
  8444. "url": "https://github.com/sponsors/ai"
  8445. }
  8446. ],
  8447. "license": "MIT",
  8448. "dependencies": {
  8449. "nanoid": "^3.3.11",
  8450. "picocolors": "^1.1.1",
  8451. "source-map-js": "^1.2.1"
  8452. },
  8453. "engines": {
  8454. "node": "^10 || ^12 || >=14"
  8455. }
  8456. },
  8457. "node_modules/prelude-ls": {
  8458. "version": "1.2.1",
  8459. "resolved": "https://registry.npmmirror.com/prelude-ls/-/prelude-ls-1.2.1.tgz",
  8460. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  8461. "dev": true,
  8462. "license": "MIT",
  8463. "engines": {
  8464. "node": ">= 0.8.0"
  8465. }
  8466. },
  8467. "node_modules/prop-types": {
  8468. "version": "15.8.1",
  8469. "resolved": "https://registry.npmmirror.com/prop-types/-/prop-types-15.8.1.tgz",
  8470. "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
  8471. "license": "MIT",
  8472. "dependencies": {
  8473. "loose-envify": "^1.4.0",
  8474. "object-assign": "^4.1.1",
  8475. "react-is": "^16.13.1"
  8476. }
  8477. },
  8478. "node_modules/property-information": {
  8479. "version": "7.1.0",
  8480. "resolved": "https://registry.npmmirror.com/property-information/-/property-information-7.1.0.tgz",
  8481. "integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==",
  8482. "license": "MIT",
  8483. "funding": {
  8484. "type": "github",
  8485. "url": "https://github.com/sponsors/wooorm"
  8486. }
  8487. },
  8488. "node_modules/punycode": {
  8489. "version": "2.3.1",
  8490. "resolved": "https://registry.npmmirror.com/punycode/-/punycode-2.3.1.tgz",
  8491. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  8492. "dev": true,
  8493. "license": "MIT",
  8494. "engines": {
  8495. "node": ">=6"
  8496. }
  8497. },
  8498. "node_modules/queue-microtask": {
  8499. "version": "1.2.3",
  8500. "resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz",
  8501. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  8502. "dev": true,
  8503. "funding": [
  8504. {
  8505. "type": "github",
  8506. "url": "https://github.com/sponsors/feross"
  8507. },
  8508. {
  8509. "type": "patreon",
  8510. "url": "https://www.patreon.com/feross"
  8511. },
  8512. {
  8513. "type": "consulting",
  8514. "url": "https://feross.org/support"
  8515. }
  8516. ],
  8517. "license": "MIT"
  8518. },
  8519. "node_modules/rc-cascader": {
  8520. "version": "3.34.0",
  8521. "resolved": "https://registry.npmmirror.com/rc-cascader/-/rc-cascader-3.34.0.tgz",
  8522. "integrity": "sha512-KpXypcvju9ptjW9FaN2NFcA2QH9E9LHKq169Y0eWtH4e/wHQ5Wh5qZakAgvb8EKZ736WZ3B0zLLOBsrsja5Dag==",
  8523. "license": "MIT",
  8524. "dependencies": {
  8525. "@babel/runtime": "^7.25.7",
  8526. "classnames": "^2.3.1",
  8527. "rc-select": "~14.16.2",
  8528. "rc-tree": "~5.13.0",
  8529. "rc-util": "^5.43.0"
  8530. },
  8531. "peerDependencies": {
  8532. "react": ">=16.9.0",
  8533. "react-dom": ">=16.9.0"
  8534. }
  8535. },
  8536. "node_modules/rc-checkbox": {
  8537. "version": "3.5.0",
  8538. "resolved": "https://registry.npmmirror.com/rc-checkbox/-/rc-checkbox-3.5.0.tgz",
  8539. "integrity": "sha512-aOAQc3E98HteIIsSqm6Xk2FPKIER6+5vyEFMZfo73TqM+VVAIqOkHoPjgKLqSNtVLWScoaM7vY2ZrGEheI79yg==",
  8540. "license": "MIT",
  8541. "dependencies": {
  8542. "@babel/runtime": "^7.10.1",
  8543. "classnames": "^2.3.2",
  8544. "rc-util": "^5.25.2"
  8545. },
  8546. "peerDependencies": {
  8547. "react": ">=16.9.0",
  8548. "react-dom": ">=16.9.0"
  8549. }
  8550. },
  8551. "node_modules/rc-collapse": {
  8552. "version": "3.9.0",
  8553. "resolved": "https://registry.npmmirror.com/rc-collapse/-/rc-collapse-3.9.0.tgz",
  8554. "integrity": "sha512-swDdz4QZ4dFTo4RAUMLL50qP0EY62N2kvmk2We5xYdRwcRn8WcYtuetCJpwpaCbUfUt5+huLpVxhvmnK+PHrkA==",
  8555. "license": "MIT",
  8556. "dependencies": {
  8557. "@babel/runtime": "^7.10.1",
  8558. "classnames": "2.x",
  8559. "rc-motion": "^2.3.4",
  8560. "rc-util": "^5.27.0"
  8561. },
  8562. "peerDependencies": {
  8563. "react": ">=16.9.0",
  8564. "react-dom": ">=16.9.0"
  8565. }
  8566. },
  8567. "node_modules/rc-dialog": {
  8568. "version": "9.6.0",
  8569. "resolved": "https://registry.npmmirror.com/rc-dialog/-/rc-dialog-9.6.0.tgz",
  8570. "integrity": "sha512-ApoVi9Z8PaCQg6FsUzS8yvBEQy0ZL2PkuvAgrmohPkN3okps5WZ5WQWPc1RNuiOKaAYv8B97ACdsFU5LizzCqg==",
  8571. "license": "MIT",
  8572. "dependencies": {
  8573. "@babel/runtime": "^7.10.1",
  8574. "@rc-component/portal": "^1.0.0-8",
  8575. "classnames": "^2.2.6",
  8576. "rc-motion": "^2.3.0",
  8577. "rc-util": "^5.21.0"
  8578. },
  8579. "peerDependencies": {
  8580. "react": ">=16.9.0",
  8581. "react-dom": ">=16.9.0"
  8582. }
  8583. },
  8584. "node_modules/rc-drawer": {
  8585. "version": "7.3.0",
  8586. "resolved": "https://registry.npmmirror.com/rc-drawer/-/rc-drawer-7.3.0.tgz",
  8587. "integrity": "sha512-DX6CIgiBWNpJIMGFO8BAISFkxiuKitoizooj4BDyee8/SnBn0zwO2FHrNDpqqepj0E/TFTDpmEBCyFuTgC7MOg==",
  8588. "license": "MIT",
  8589. "dependencies": {
  8590. "@babel/runtime": "^7.23.9",
  8591. "@rc-component/portal": "^1.1.1",
  8592. "classnames": "^2.2.6",
  8593. "rc-motion": "^2.6.1",
  8594. "rc-util": "^5.38.1"
  8595. },
  8596. "peerDependencies": {
  8597. "react": ">=16.9.0",
  8598. "react-dom": ">=16.9.0"
  8599. }
  8600. },
  8601. "node_modules/rc-dropdown": {
  8602. "version": "4.2.1",
  8603. "resolved": "https://registry.npmmirror.com/rc-dropdown/-/rc-dropdown-4.2.1.tgz",
  8604. "integrity": "sha512-YDAlXsPv3I1n42dv1JpdM7wJ+gSUBfeyPK59ZpBD9jQhK9jVuxpjj3NmWQHOBceA1zEPVX84T2wbdb2SD0UjmA==",
  8605. "license": "MIT",
  8606. "dependencies": {
  8607. "@babel/runtime": "^7.18.3",
  8608. "@rc-component/trigger": "^2.0.0",
  8609. "classnames": "^2.2.6",
  8610. "rc-util": "^5.44.1"
  8611. },
  8612. "peerDependencies": {
  8613. "react": ">=16.11.0",
  8614. "react-dom": ">=16.11.0"
  8615. }
  8616. },
  8617. "node_modules/rc-field-form": {
  8618. "version": "2.7.0",
  8619. "resolved": "https://registry.npmmirror.com/rc-field-form/-/rc-field-form-2.7.0.tgz",
  8620. "integrity": "sha512-hgKsCay2taxzVnBPZl+1n4ZondsV78G++XVsMIJCAoioMjlMQR9YwAp7JZDIECzIu2Z66R+f4SFIRrO2DjDNAA==",
  8621. "license": "MIT",
  8622. "dependencies": {
  8623. "@babel/runtime": "^7.18.0",
  8624. "@rc-component/async-validator": "^5.0.3",
  8625. "rc-util": "^5.32.2"
  8626. },
  8627. "engines": {
  8628. "node": ">=8.x"
  8629. },
  8630. "peerDependencies": {
  8631. "react": ">=16.9.0",
  8632. "react-dom": ">=16.9.0"
  8633. }
  8634. },
  8635. "node_modules/rc-image": {
  8636. "version": "7.12.0",
  8637. "resolved": "https://registry.npmmirror.com/rc-image/-/rc-image-7.12.0.tgz",
  8638. "integrity": "sha512-cZ3HTyyckPnNnUb9/DRqduqzLfrQRyi+CdHjdqgsyDpI3Ln5UX1kXnAhPBSJj9pVRzwRFgqkN7p9b6HBDjmu/Q==",
  8639. "license": "MIT",
  8640. "dependencies": {
  8641. "@babel/runtime": "^7.11.2",
  8642. "@rc-component/portal": "^1.0.2",
  8643. "classnames": "^2.2.6",
  8644. "rc-dialog": "~9.6.0",
  8645. "rc-motion": "^2.6.2",
  8646. "rc-util": "^5.34.1"
  8647. },
  8648. "peerDependencies": {
  8649. "react": ">=16.9.0",
  8650. "react-dom": ">=16.9.0"
  8651. }
  8652. },
  8653. "node_modules/rc-input": {
  8654. "version": "1.8.0",
  8655. "resolved": "https://registry.npmmirror.com/rc-input/-/rc-input-1.8.0.tgz",
  8656. "integrity": "sha512-KXvaTbX+7ha8a/k+eg6SYRVERK0NddX8QX7a7AnRvUa/rEH0CNMlpcBzBkhI0wp2C8C4HlMoYl8TImSN+fuHKA==",
  8657. "license": "MIT",
  8658. "dependencies": {
  8659. "@babel/runtime": "^7.11.1",
  8660. "classnames": "^2.2.1",
  8661. "rc-util": "^5.18.1"
  8662. },
  8663. "peerDependencies": {
  8664. "react": ">=16.0.0",
  8665. "react-dom": ">=16.0.0"
  8666. }
  8667. },
  8668. "node_modules/rc-input-number": {
  8669. "version": "9.5.0",
  8670. "resolved": "https://registry.npmmirror.com/rc-input-number/-/rc-input-number-9.5.0.tgz",
  8671. "integrity": "sha512-bKaEvB5tHebUURAEXw35LDcnRZLq3x1k7GxfAqBMzmpHkDGzjAtnUL8y4y5N15rIFIg5IJgwr211jInl3cipag==",
  8672. "license": "MIT",
  8673. "dependencies": {
  8674. "@babel/runtime": "^7.10.1",
  8675. "@rc-component/mini-decimal": "^1.0.1",
  8676. "classnames": "^2.2.5",
  8677. "rc-input": "~1.8.0",
  8678. "rc-util": "^5.40.1"
  8679. },
  8680. "peerDependencies": {
  8681. "react": ">=16.9.0",
  8682. "react-dom": ">=16.9.0"
  8683. }
  8684. },
  8685. "node_modules/rc-mentions": {
  8686. "version": "2.20.0",
  8687. "resolved": "https://registry.npmmirror.com/rc-mentions/-/rc-mentions-2.20.0.tgz",
  8688. "integrity": "sha512-w8HCMZEh3f0nR8ZEd466ATqmXFCMGMN5UFCzEUL0bM/nGw/wOS2GgRzKBcm19K++jDyuWCOJOdgcKGXU3fXfbQ==",
  8689. "license": "MIT",
  8690. "dependencies": {
  8691. "@babel/runtime": "^7.22.5",
  8692. "@rc-component/trigger": "^2.0.0",
  8693. "classnames": "^2.2.6",
  8694. "rc-input": "~1.8.0",
  8695. "rc-menu": "~9.16.0",
  8696. "rc-textarea": "~1.10.0",
  8697. "rc-util": "^5.34.1"
  8698. },
  8699. "peerDependencies": {
  8700. "react": ">=16.9.0",
  8701. "react-dom": ">=16.9.0"
  8702. }
  8703. },
  8704. "node_modules/rc-menu": {
  8705. "version": "9.16.1",
  8706. "resolved": "https://registry.npmmirror.com/rc-menu/-/rc-menu-9.16.1.tgz",
  8707. "integrity": "sha512-ghHx6/6Dvp+fw8CJhDUHFHDJ84hJE3BXNCzSgLdmNiFErWSOaZNsihDAsKq9ByTALo/xkNIwtDFGIl6r+RPXBg==",
  8708. "license": "MIT",
  8709. "dependencies": {
  8710. "@babel/runtime": "^7.10.1",
  8711. "@rc-component/trigger": "^2.0.0",
  8712. "classnames": "2.x",
  8713. "rc-motion": "^2.4.3",
  8714. "rc-overflow": "^1.3.1",
  8715. "rc-util": "^5.27.0"
  8716. },
  8717. "peerDependencies": {
  8718. "react": ">=16.9.0",
  8719. "react-dom": ">=16.9.0"
  8720. }
  8721. },
  8722. "node_modules/rc-motion": {
  8723. "version": "2.9.5",
  8724. "resolved": "https://registry.npmmirror.com/rc-motion/-/rc-motion-2.9.5.tgz",
  8725. "integrity": "sha512-w+XTUrfh7ArbYEd2582uDrEhmBHwK1ZENJiSJVb7uRxdE7qJSYjbO2eksRXmndqyKqKoYPc9ClpPh5242mV1vA==",
  8726. "license": "MIT",
  8727. "dependencies": {
  8728. "@babel/runtime": "^7.11.1",
  8729. "classnames": "^2.2.1",
  8730. "rc-util": "^5.44.0"
  8731. },
  8732. "peerDependencies": {
  8733. "react": ">=16.9.0",
  8734. "react-dom": ">=16.9.0"
  8735. }
  8736. },
  8737. "node_modules/rc-notification": {
  8738. "version": "5.6.4",
  8739. "resolved": "https://registry.npmmirror.com/rc-notification/-/rc-notification-5.6.4.tgz",
  8740. "integrity": "sha512-KcS4O6B4qzM3KH7lkwOB7ooLPZ4b6J+VMmQgT51VZCeEcmghdeR4IrMcFq0LG+RPdnbe/ArT086tGM8Snimgiw==",
  8741. "license": "MIT",
  8742. "dependencies": {
  8743. "@babel/runtime": "^7.10.1",
  8744. "classnames": "2.x",
  8745. "rc-motion": "^2.9.0",
  8746. "rc-util": "^5.20.1"
  8747. },
  8748. "engines": {
  8749. "node": ">=8.x"
  8750. },
  8751. "peerDependencies": {
  8752. "react": ">=16.9.0",
  8753. "react-dom": ">=16.9.0"
  8754. }
  8755. },
  8756. "node_modules/rc-overflow": {
  8757. "version": "1.4.1",
  8758. "resolved": "https://registry.npmmirror.com/rc-overflow/-/rc-overflow-1.4.1.tgz",
  8759. "integrity": "sha512-3MoPQQPV1uKyOMVNd6SZfONi+f3st0r8PksexIdBTeIYbMX0Jr+k7pHEDvsXtR4BpCv90/Pv2MovVNhktKrwvw==",
  8760. "license": "MIT",
  8761. "dependencies": {
  8762. "@babel/runtime": "^7.11.1",
  8763. "classnames": "^2.2.1",
  8764. "rc-resize-observer": "^1.0.0",
  8765. "rc-util": "^5.37.0"
  8766. },
  8767. "peerDependencies": {
  8768. "react": ">=16.9.0",
  8769. "react-dom": ">=16.9.0"
  8770. }
  8771. },
  8772. "node_modules/rc-pagination": {
  8773. "version": "5.1.0",
  8774. "resolved": "https://registry.npmmirror.com/rc-pagination/-/rc-pagination-5.1.0.tgz",
  8775. "integrity": "sha512-8416Yip/+eclTFdHXLKTxZvn70duYVGTvUUWbckCCZoIl3jagqke3GLsFrMs0bsQBikiYpZLD9206Ej4SOdOXQ==",
  8776. "license": "MIT",
  8777. "dependencies": {
  8778. "@babel/runtime": "^7.10.1",
  8779. "classnames": "^2.3.2",
  8780. "rc-util": "^5.38.0"
  8781. },
  8782. "peerDependencies": {
  8783. "react": ">=16.9.0",
  8784. "react-dom": ">=16.9.0"
  8785. }
  8786. },
  8787. "node_modules/rc-picker": {
  8788. "version": "4.11.3",
  8789. "resolved": "https://registry.npmmirror.com/rc-picker/-/rc-picker-4.11.3.tgz",
  8790. "integrity": "sha512-MJ5teb7FlNE0NFHTncxXQ62Y5lytq6sh5nUw0iH8OkHL/TjARSEvSHpr940pWgjGANpjCwyMdvsEV55l5tYNSg==",
  8791. "license": "MIT",
  8792. "dependencies": {
  8793. "@babel/runtime": "^7.24.7",
  8794. "@rc-component/trigger": "^2.0.0",
  8795. "classnames": "^2.2.1",
  8796. "rc-overflow": "^1.3.2",
  8797. "rc-resize-observer": "^1.4.0",
  8798. "rc-util": "^5.43.0"
  8799. },
  8800. "engines": {
  8801. "node": ">=8.x"
  8802. },
  8803. "peerDependencies": {
  8804. "date-fns": ">= 2.x",
  8805. "dayjs": ">= 1.x",
  8806. "luxon": ">= 3.x",
  8807. "moment": ">= 2.x",
  8808. "react": ">=16.9.0",
  8809. "react-dom": ">=16.9.0"
  8810. },
  8811. "peerDependenciesMeta": {
  8812. "date-fns": {
  8813. "optional": true
  8814. },
  8815. "dayjs": {
  8816. "optional": true
  8817. },
  8818. "luxon": {
  8819. "optional": true
  8820. },
  8821. "moment": {
  8822. "optional": true
  8823. }
  8824. }
  8825. },
  8826. "node_modules/rc-progress": {
  8827. "version": "4.0.0",
  8828. "resolved": "https://registry.npmmirror.com/rc-progress/-/rc-progress-4.0.0.tgz",
  8829. "integrity": "sha512-oofVMMafOCokIUIBnZLNcOZFsABaUw8PPrf1/y0ZBvKZNpOiu5h4AO9vv11Sw0p4Hb3D0yGWuEattcQGtNJ/aw==",
  8830. "license": "MIT",
  8831. "dependencies": {
  8832. "@babel/runtime": "^7.10.1",
  8833. "classnames": "^2.2.6",
  8834. "rc-util": "^5.16.1"
  8835. },
  8836. "peerDependencies": {
  8837. "react": ">=16.9.0",
  8838. "react-dom": ">=16.9.0"
  8839. }
  8840. },
  8841. "node_modules/rc-rate": {
  8842. "version": "2.13.1",
  8843. "resolved": "https://registry.npmmirror.com/rc-rate/-/rc-rate-2.13.1.tgz",
  8844. "integrity": "sha512-QUhQ9ivQ8Gy7mtMZPAjLbxBt5y9GRp65VcUyGUMF3N3fhiftivPHdpuDIaWIMOTEprAjZPC08bls1dQB+I1F2Q==",
  8845. "license": "MIT",
  8846. "dependencies": {
  8847. "@babel/runtime": "^7.10.1",
  8848. "classnames": "^2.2.5",
  8849. "rc-util": "^5.0.1"
  8850. },
  8851. "engines": {
  8852. "node": ">=8.x"
  8853. },
  8854. "peerDependencies": {
  8855. "react": ">=16.9.0",
  8856. "react-dom": ">=16.9.0"
  8857. }
  8858. },
  8859. "node_modules/rc-resize-observer": {
  8860. "version": "1.4.3",
  8861. "resolved": "https://registry.npmmirror.com/rc-resize-observer/-/rc-resize-observer-1.4.3.tgz",
  8862. "integrity": "sha512-YZLjUbyIWox8E9i9C3Tm7ia+W7euPItNWSPX5sCcQTYbnwDb5uNpnLHQCG1f22oZWUhLw4Mv2tFmeWe68CDQRQ==",
  8863. "license": "MIT",
  8864. "dependencies": {
  8865. "@babel/runtime": "^7.20.7",
  8866. "classnames": "^2.2.1",
  8867. "rc-util": "^5.44.1",
  8868. "resize-observer-polyfill": "^1.5.1"
  8869. },
  8870. "peerDependencies": {
  8871. "react": ">=16.9.0",
  8872. "react-dom": ">=16.9.0"
  8873. }
  8874. },
  8875. "node_modules/rc-segmented": {
  8876. "version": "2.7.0",
  8877. "resolved": "https://registry.npmmirror.com/rc-segmented/-/rc-segmented-2.7.0.tgz",
  8878. "integrity": "sha512-liijAjXz+KnTRVnxxXG2sYDGd6iLL7VpGGdR8gwoxAXy2KglviKCxLWZdjKYJzYzGSUwKDSTdYk8brj54Bn5BA==",
  8879. "license": "MIT",
  8880. "dependencies": {
  8881. "@babel/runtime": "^7.11.1",
  8882. "classnames": "^2.2.1",
  8883. "rc-motion": "^2.4.4",
  8884. "rc-util": "^5.17.0"
  8885. },
  8886. "peerDependencies": {
  8887. "react": ">=16.0.0",
  8888. "react-dom": ">=16.0.0"
  8889. }
  8890. },
  8891. "node_modules/rc-select": {
  8892. "version": "14.16.8",
  8893. "resolved": "https://registry.npmmirror.com/rc-select/-/rc-select-14.16.8.tgz",
  8894. "integrity": "sha512-NOV5BZa1wZrsdkKaiK7LHRuo5ZjZYMDxPP6/1+09+FB4KoNi8jcG1ZqLE3AVCxEsYMBe65OBx71wFoHRTP3LRg==",
  8895. "license": "MIT",
  8896. "dependencies": {
  8897. "@babel/runtime": "^7.10.1",
  8898. "@rc-component/trigger": "^2.1.1",
  8899. "classnames": "2.x",
  8900. "rc-motion": "^2.0.1",
  8901. "rc-overflow": "^1.3.1",
  8902. "rc-util": "^5.16.1",
  8903. "rc-virtual-list": "^3.5.2"
  8904. },
  8905. "engines": {
  8906. "node": ">=8.x"
  8907. },
  8908. "peerDependencies": {
  8909. "react": "*",
  8910. "react-dom": "*"
  8911. }
  8912. },
  8913. "node_modules/rc-slider": {
  8914. "version": "11.1.8",
  8915. "resolved": "https://registry.npmmirror.com/rc-slider/-/rc-slider-11.1.8.tgz",
  8916. "integrity": "sha512-2gg/72YFSpKP+Ja5AjC5DPL1YnV8DEITDQrcc1eASrUYjl0esptaBVJBh5nLTXCCp15eD8EuGjwezVGSHhs9tQ==",
  8917. "license": "MIT",
  8918. "dependencies": {
  8919. "@babel/runtime": "^7.10.1",
  8920. "classnames": "^2.2.5",
  8921. "rc-util": "^5.36.0"
  8922. },
  8923. "engines": {
  8924. "node": ">=8.x"
  8925. },
  8926. "peerDependencies": {
  8927. "react": ">=16.9.0",
  8928. "react-dom": ">=16.9.0"
  8929. }
  8930. },
  8931. "node_modules/rc-steps": {
  8932. "version": "6.0.1",
  8933. "resolved": "https://registry.npmmirror.com/rc-steps/-/rc-steps-6.0.1.tgz",
  8934. "integrity": "sha512-lKHL+Sny0SeHkQKKDJlAjV5oZ8DwCdS2hFhAkIjuQt1/pB81M0cA0ErVFdHq9+jmPmFw1vJB2F5NBzFXLJxV+g==",
  8935. "license": "MIT",
  8936. "dependencies": {
  8937. "@babel/runtime": "^7.16.7",
  8938. "classnames": "^2.2.3",
  8939. "rc-util": "^5.16.1"
  8940. },
  8941. "engines": {
  8942. "node": ">=8.x"
  8943. },
  8944. "peerDependencies": {
  8945. "react": ">=16.9.0",
  8946. "react-dom": ">=16.9.0"
  8947. }
  8948. },
  8949. "node_modules/rc-switch": {
  8950. "version": "4.1.0",
  8951. "resolved": "https://registry.npmmirror.com/rc-switch/-/rc-switch-4.1.0.tgz",
  8952. "integrity": "sha512-TI8ufP2Az9oEbvyCeVE4+90PDSljGyuwix3fV58p7HV2o4wBnVToEyomJRVyTaZeqNPAp+vqeo4Wnj5u0ZZQBg==",
  8953. "license": "MIT",
  8954. "dependencies": {
  8955. "@babel/runtime": "^7.21.0",
  8956. "classnames": "^2.2.1",
  8957. "rc-util": "^5.30.0"
  8958. },
  8959. "peerDependencies": {
  8960. "react": ">=16.9.0",
  8961. "react-dom": ">=16.9.0"
  8962. }
  8963. },
  8964. "node_modules/rc-table": {
  8965. "version": "7.51.1",
  8966. "resolved": "https://registry.npmmirror.com/rc-table/-/rc-table-7.51.1.tgz",
  8967. "integrity": "sha512-5iq15mTHhvC42TlBLRCoCBLoCmGlbRZAlyF21FonFnS/DIC8DeRqnmdyVREwt2CFbPceM0zSNdEeVfiGaqYsKw==",
  8968. "license": "MIT",
  8969. "dependencies": {
  8970. "@babel/runtime": "^7.10.1",
  8971. "@rc-component/context": "^1.4.0",
  8972. "classnames": "^2.2.5",
  8973. "rc-resize-observer": "^1.1.0",
  8974. "rc-util": "^5.44.3",
  8975. "rc-virtual-list": "^3.14.2"
  8976. },
  8977. "engines": {
  8978. "node": ">=8.x"
  8979. },
  8980. "peerDependencies": {
  8981. "react": ">=16.9.0",
  8982. "react-dom": ">=16.9.0"
  8983. }
  8984. },
  8985. "node_modules/rc-tabs": {
  8986. "version": "15.6.1",
  8987. "resolved": "https://registry.npmmirror.com/rc-tabs/-/rc-tabs-15.6.1.tgz",
  8988. "integrity": "sha512-/HzDV1VqOsUWyuC0c6AkxVYFjvx9+rFPKZ32ejxX0Uc7QCzcEjTA9/xMgv4HemPKwzBNX8KhGVbbumDjnj92aA==",
  8989. "license": "MIT",
  8990. "dependencies": {
  8991. "@babel/runtime": "^7.11.2",
  8992. "classnames": "2.x",
  8993. "rc-dropdown": "~4.2.0",
  8994. "rc-menu": "~9.16.0",
  8995. "rc-motion": "^2.6.2",
  8996. "rc-resize-observer": "^1.0.0",
  8997. "rc-util": "^5.34.1"
  8998. },
  8999. "engines": {
  9000. "node": ">=8.x"
  9001. },
  9002. "peerDependencies": {
  9003. "react": ">=16.9.0",
  9004. "react-dom": ">=16.9.0"
  9005. }
  9006. },
  9007. "node_modules/rc-textarea": {
  9008. "version": "1.10.2",
  9009. "resolved": "https://registry.npmmirror.com/rc-textarea/-/rc-textarea-1.10.2.tgz",
  9010. "integrity": "sha512-HfaeXiaSlpiSp0I/pvWpecFEHpVysZ9tpDLNkxQbMvMz6gsr7aVZ7FpWP9kt4t7DB+jJXesYS0us1uPZnlRnwQ==",
  9011. "license": "MIT",
  9012. "dependencies": {
  9013. "@babel/runtime": "^7.10.1",
  9014. "classnames": "^2.2.1",
  9015. "rc-input": "~1.8.0",
  9016. "rc-resize-observer": "^1.0.0",
  9017. "rc-util": "^5.27.0"
  9018. },
  9019. "peerDependencies": {
  9020. "react": ">=16.9.0",
  9021. "react-dom": ">=16.9.0"
  9022. }
  9023. },
  9024. "node_modules/rc-tooltip": {
  9025. "version": "6.4.0",
  9026. "resolved": "https://registry.npmmirror.com/rc-tooltip/-/rc-tooltip-6.4.0.tgz",
  9027. "integrity": "sha512-kqyivim5cp8I5RkHmpsp1Nn/Wk+1oeloMv9c7LXNgDxUpGm+RbXJGL+OPvDlcRnx9DBeOe4wyOIl4OKUERyH1g==",
  9028. "license": "MIT",
  9029. "dependencies": {
  9030. "@babel/runtime": "^7.11.2",
  9031. "@rc-component/trigger": "^2.0.0",
  9032. "classnames": "^2.3.1",
  9033. "rc-util": "^5.44.3"
  9034. },
  9035. "peerDependencies": {
  9036. "react": ">=16.9.0",
  9037. "react-dom": ">=16.9.0"
  9038. }
  9039. },
  9040. "node_modules/rc-tree": {
  9041. "version": "5.13.1",
  9042. "resolved": "https://registry.npmmirror.com/rc-tree/-/rc-tree-5.13.1.tgz",
  9043. "integrity": "sha512-FNhIefhftobCdUJshO7M8uZTA9F4OPGVXqGfZkkD/5soDeOhwO06T/aKTrg0WD8gRg/pyfq+ql3aMymLHCTC4A==",
  9044. "license": "MIT",
  9045. "dependencies": {
  9046. "@babel/runtime": "^7.10.1",
  9047. "classnames": "2.x",
  9048. "rc-motion": "^2.0.1",
  9049. "rc-util": "^5.16.1",
  9050. "rc-virtual-list": "^3.5.1"
  9051. },
  9052. "engines": {
  9053. "node": ">=10.x"
  9054. },
  9055. "peerDependencies": {
  9056. "react": "*",
  9057. "react-dom": "*"
  9058. }
  9059. },
  9060. "node_modules/rc-tree-select": {
  9061. "version": "5.27.0",
  9062. "resolved": "https://registry.npmmirror.com/rc-tree-select/-/rc-tree-select-5.27.0.tgz",
  9063. "integrity": "sha512-2qTBTzwIT7LRI1o7zLyrCzmo5tQanmyGbSaGTIf7sYimCklAToVVfpMC6OAldSKolcnjorBYPNSKQqJmN3TCww==",
  9064. "license": "MIT",
  9065. "dependencies": {
  9066. "@babel/runtime": "^7.25.7",
  9067. "classnames": "2.x",
  9068. "rc-select": "~14.16.2",
  9069. "rc-tree": "~5.13.0",
  9070. "rc-util": "^5.43.0"
  9071. },
  9072. "peerDependencies": {
  9073. "react": "*",
  9074. "react-dom": "*"
  9075. }
  9076. },
  9077. "node_modules/rc-upload": {
  9078. "version": "4.9.2",
  9079. "resolved": "https://registry.npmmirror.com/rc-upload/-/rc-upload-4.9.2.tgz",
  9080. "integrity": "sha512-nHx+9rbd1FKMiMRYsqQ3NkXUv7COHPBo3X1Obwq9SWS6/diF/A0aJ5OHubvwUAIDs+4RMleljV0pcrNUc823GQ==",
  9081. "license": "MIT",
  9082. "dependencies": {
  9083. "@babel/runtime": "^7.18.3",
  9084. "classnames": "^2.2.5",
  9085. "rc-util": "^5.2.0"
  9086. },
  9087. "peerDependencies": {
  9088. "react": ">=16.9.0",
  9089. "react-dom": ">=16.9.0"
  9090. }
  9091. },
  9092. "node_modules/rc-util": {
  9093. "version": "5.44.4",
  9094. "resolved": "https://registry.npmmirror.com/rc-util/-/rc-util-5.44.4.tgz",
  9095. "integrity": "sha512-resueRJzmHG9Q6rI/DfK6Kdv9/Lfls05vzMs1Sk3M2P+3cJa+MakaZyWY8IPfehVuhPJFKrIY1IK4GqbiaiY5w==",
  9096. "license": "MIT",
  9097. "dependencies": {
  9098. "@babel/runtime": "^7.18.3",
  9099. "react-is": "^18.2.0"
  9100. },
  9101. "peerDependencies": {
  9102. "react": ">=16.9.0",
  9103. "react-dom": ">=16.9.0"
  9104. }
  9105. },
  9106. "node_modules/rc-util/node_modules/react-is": {
  9107. "version": "18.3.1",
  9108. "resolved": "https://registry.npmmirror.com/react-is/-/react-is-18.3.1.tgz",
  9109. "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
  9110. "license": "MIT"
  9111. },
  9112. "node_modules/rc-virtual-list": {
  9113. "version": "3.19.1",
  9114. "resolved": "https://registry.npmmirror.com/rc-virtual-list/-/rc-virtual-list-3.19.1.tgz",
  9115. "integrity": "sha512-DCapO2oyPqmooGhxBuXHM4lFuX+sshQwWqqkuyFA+4rShLe//+GEPVwiDgO+jKtKHtbeYwZoNvetwfHdOf+iUQ==",
  9116. "license": "MIT",
  9117. "dependencies": {
  9118. "@babel/runtime": "^7.20.0",
  9119. "classnames": "^2.2.6",
  9120. "rc-resize-observer": "^1.0.0",
  9121. "rc-util": "^5.36.0"
  9122. },
  9123. "engines": {
  9124. "node": ">=8.x"
  9125. },
  9126. "peerDependencies": {
  9127. "react": ">=16.9.0",
  9128. "react-dom": ">=16.9.0"
  9129. }
  9130. },
  9131. "node_modules/react": {
  9132. "version": "19.1.0",
  9133. "resolved": "https://registry.npmmirror.com/react/-/react-19.1.0.tgz",
  9134. "integrity": "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==",
  9135. "license": "MIT",
  9136. "engines": {
  9137. "node": ">=0.10.0"
  9138. }
  9139. },
  9140. "node_modules/react-chartjs-2": {
  9141. "version": "5.3.0",
  9142. "resolved": "https://registry.npmmirror.com/react-chartjs-2/-/react-chartjs-2-5.3.0.tgz",
  9143. "integrity": "sha512-UfZZFnDsERI3c3CZGxzvNJd02SHjaSJ8kgW1djn65H1KK8rehwTjyrRKOG3VTMG8wtHZ5rgAO5oTHtHi9GCCmw==",
  9144. "license": "MIT",
  9145. "peerDependencies": {
  9146. "chart.js": "^4.1.1",
  9147. "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  9148. }
  9149. },
  9150. "node_modules/react-countup": {
  9151. "version": "6.5.3",
  9152. "resolved": "https://registry.npmmirror.com/react-countup/-/react-countup-6.5.3.tgz",
  9153. "integrity": "sha512-udnqVQitxC7QWADSPDOxVWULkLvKUWrDapn5i53HE4DPRVgs+Y5rr4bo25qEl8jSh+0l2cToJgGMx+clxPM3+w==",
  9154. "license": "MIT",
  9155. "dependencies": {
  9156. "countup.js": "^2.8.0"
  9157. },
  9158. "peerDependencies": {
  9159. "react": ">= 16.3.0"
  9160. }
  9161. },
  9162. "node_modules/react-d3-speedometer": {
  9163. "version": "3.1.1",
  9164. "resolved": "https://registry.npmmirror.com/react-d3-speedometer/-/react-d3-speedometer-3.1.1.tgz",
  9165. "integrity": "sha512-Cgb0LMaDWTVnIOjHncUjw6BHdN3B1I2q1PcIkCf4kocFuwF+ZHYh+/+y0LHE0SY/Qxv7+wilrrFv6PJWavqwtg==",
  9166. "license": "MIT",
  9167. "dependencies": {
  9168. "d3-array": "^3.2.4",
  9169. "d3-color": "^3.1.0",
  9170. "d3-ease": "^3.0.1",
  9171. "d3-format": "^3.1.0",
  9172. "d3-interpolate": "^3.0.1",
  9173. "d3-scale": "^4.0.2",
  9174. "d3-selection": "^3.0.0",
  9175. "d3-shape": "^3.2.0",
  9176. "d3-transition": "^3.0.1",
  9177. "lodash-es": "^4.17.21",
  9178. "memoize-one": "^6.0.0",
  9179. "prop-types": "^15.8.1"
  9180. },
  9181. "engines": {
  9182. "node": ">=14.0",
  9183. "npm": ">=6.0.0"
  9184. },
  9185. "peerDependencies": {
  9186. "react": "^19.0.0",
  9187. "react-dom": "^19.0.0"
  9188. }
  9189. },
  9190. "node_modules/react-dom": {
  9191. "version": "19.1.0",
  9192. "resolved": "https://registry.npmmirror.com/react-dom/-/react-dom-19.1.0.tgz",
  9193. "integrity": "sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g==",
  9194. "license": "MIT",
  9195. "dependencies": {
  9196. "scheduler": "^0.26.0"
  9197. },
  9198. "peerDependencies": {
  9199. "react": "^19.1.0"
  9200. }
  9201. },
  9202. "node_modules/react-is": {
  9203. "version": "16.13.1",
  9204. "resolved": "https://registry.npmmirror.com/react-is/-/react-is-16.13.1.tgz",
  9205. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
  9206. "license": "MIT"
  9207. },
  9208. "node_modules/react-lifecycles-compat": {
  9209. "version": "3.0.4",
  9210. "resolved": "https://registry.npmmirror.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz",
  9211. "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==",
  9212. "license": "MIT"
  9213. },
  9214. "node_modules/react-markdown": {
  9215. "version": "9.0.3",
  9216. "resolved": "https://registry.npmmirror.com/react-markdown/-/react-markdown-9.0.3.tgz",
  9217. "integrity": "sha512-Yk7Z94dbgYTOrdk41Z74GoKA7rThnsbbqBTRYuxoe08qvfQ9tJVhmAKw6BJS/ZORG7kTy/s1QvYzSuaoBA1qfw==",
  9218. "license": "MIT",
  9219. "dependencies": {
  9220. "@types/hast": "^3.0.0",
  9221. "devlop": "^1.0.0",
  9222. "hast-util-to-jsx-runtime": "^2.0.0",
  9223. "html-url-attributes": "^3.0.0",
  9224. "mdast-util-to-hast": "^13.0.0",
  9225. "remark-parse": "^11.0.0",
  9226. "remark-rehype": "^11.0.0",
  9227. "unified": "^11.0.0",
  9228. "unist-util-visit": "^5.0.0",
  9229. "vfile": "^6.0.0"
  9230. },
  9231. "funding": {
  9232. "type": "opencollective",
  9233. "url": "https://opencollective.com/unified"
  9234. },
  9235. "peerDependencies": {
  9236. "@types/react": ">=18",
  9237. "react": ">=18"
  9238. }
  9239. },
  9240. "node_modules/react-spinners": {
  9241. "version": "0.17.0",
  9242. "resolved": "https://registry.npmmirror.com/react-spinners/-/react-spinners-0.17.0.tgz",
  9243. "integrity": "sha512-L/8HTylaBmIWwQzIjMq+0vyaRXuoAevzWoD35wKpNTxxtYXWZp+xtgkfD7Y4WItuX0YvdxMPU79+7VhhmbmuTQ==",
  9244. "license": "MIT",
  9245. "peerDependencies": {
  9246. "react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
  9247. "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  9248. }
  9249. },
  9250. "node_modules/reactcss": {
  9251. "version": "1.2.3",
  9252. "resolved": "https://registry.npmmirror.com/reactcss/-/reactcss-1.2.3.tgz",
  9253. "integrity": "sha512-KiwVUcFu1RErkI97ywr8nvx8dNOpT03rbnma0SSalTYjkrPYaEajR4a/MRt6DZ46K6arDRbWMNHF+xH7G7n/8A==",
  9254. "license": "MIT",
  9255. "dependencies": {
  9256. "lodash": "^4.0.1"
  9257. }
  9258. },
  9259. "node_modules/readdirp": {
  9260. "version": "4.1.2",
  9261. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-4.1.2.tgz",
  9262. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  9263. "license": "MIT",
  9264. "engines": {
  9265. "node": ">= 14.18.0"
  9266. },
  9267. "funding": {
  9268. "type": "individual",
  9269. "url": "https://paulmillr.com/funding/"
  9270. }
  9271. },
  9272. "node_modules/reflect.getprototypeof": {
  9273. "version": "1.0.10",
  9274. "resolved": "https://registry.npmmirror.com/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz",
  9275. "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==",
  9276. "dev": true,
  9277. "license": "MIT",
  9278. "dependencies": {
  9279. "call-bind": "^1.0.8",
  9280. "define-properties": "^1.2.1",
  9281. "es-abstract": "^1.23.9",
  9282. "es-errors": "^1.3.0",
  9283. "es-object-atoms": "^1.0.0",
  9284. "get-intrinsic": "^1.2.7",
  9285. "get-proto": "^1.0.1",
  9286. "which-builtin-type": "^1.2.1"
  9287. },
  9288. "engines": {
  9289. "node": ">= 0.4"
  9290. },
  9291. "funding": {
  9292. "url": "https://github.com/sponsors/ljharb"
  9293. }
  9294. },
  9295. "node_modules/refractor": {
  9296. "version": "4.9.0",
  9297. "resolved": "https://registry.npmmirror.com/refractor/-/refractor-4.9.0.tgz",
  9298. "integrity": "sha512-nEG1SPXFoGGx+dcjftjv8cAjEusIh6ED1xhf5DG3C0x/k+rmZ2duKnc3QLpt6qeHv5fPb8uwN3VWN2BT7fr3Og==",
  9299. "license": "MIT",
  9300. "dependencies": {
  9301. "@types/hast": "^2.0.0",
  9302. "@types/prismjs": "^1.0.0",
  9303. "hastscript": "^7.0.0",
  9304. "parse-entities": "^4.0.0"
  9305. },
  9306. "funding": {
  9307. "type": "github",
  9308. "url": "https://github.com/sponsors/wooorm"
  9309. }
  9310. },
  9311. "node_modules/refractor/node_modules/@types/hast": {
  9312. "version": "2.3.10",
  9313. "resolved": "https://registry.npmmirror.com/@types/hast/-/hast-2.3.10.tgz",
  9314. "integrity": "sha512-McWspRw8xx8J9HurkVBfYj0xKoE25tOFlHGdx4MJ5xORQrMGZNqJhVQWaIbm6Oyla5kYOXtDiopzKRJzEOkwJw==",
  9315. "license": "MIT",
  9316. "dependencies": {
  9317. "@types/unist": "^2"
  9318. }
  9319. },
  9320. "node_modules/refractor/node_modules/@types/unist": {
  9321. "version": "2.0.11",
  9322. "resolved": "https://registry.npmmirror.com/@types/unist/-/unist-2.0.11.tgz",
  9323. "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
  9324. "license": "MIT"
  9325. },
  9326. "node_modules/refractor/node_modules/hast-util-parse-selector": {
  9327. "version": "3.1.1",
  9328. "resolved": "https://registry.npmmirror.com/hast-util-parse-selector/-/hast-util-parse-selector-3.1.1.tgz",
  9329. "integrity": "sha512-jdlwBjEexy1oGz0aJ2f4GKMaVKkA9jwjr4MjAAI22E5fM/TXVZHuS5OpONtdeIkRKqAaryQ2E9xNQxijoThSZA==",
  9330. "license": "MIT",
  9331. "dependencies": {
  9332. "@types/hast": "^2.0.0"
  9333. },
  9334. "funding": {
  9335. "type": "opencollective",
  9336. "url": "https://opencollective.com/unified"
  9337. }
  9338. },
  9339. "node_modules/refractor/node_modules/hastscript": {
  9340. "version": "7.2.0",
  9341. "resolved": "https://registry.npmmirror.com/hastscript/-/hastscript-7.2.0.tgz",
  9342. "integrity": "sha512-TtYPq24IldU8iKoJQqvZOuhi5CyCQRAbvDOX0x1eW6rsHSxa/1i2CCiptNTotGHJ3VoHRGmqiv6/D3q113ikkw==",
  9343. "license": "MIT",
  9344. "dependencies": {
  9345. "@types/hast": "^2.0.0",
  9346. "comma-separated-tokens": "^2.0.0",
  9347. "hast-util-parse-selector": "^3.0.0",
  9348. "property-information": "^6.0.0",
  9349. "space-separated-tokens": "^2.0.0"
  9350. },
  9351. "funding": {
  9352. "type": "opencollective",
  9353. "url": "https://opencollective.com/unified"
  9354. }
  9355. },
  9356. "node_modules/refractor/node_modules/property-information": {
  9357. "version": "6.5.0",
  9358. "resolved": "https://registry.npmmirror.com/property-information/-/property-information-6.5.0.tgz",
  9359. "integrity": "sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==",
  9360. "license": "MIT",
  9361. "funding": {
  9362. "type": "github",
  9363. "url": "https://github.com/sponsors/wooorm"
  9364. }
  9365. },
  9366. "node_modules/regexp.prototype.flags": {
  9367. "version": "1.5.4",
  9368. "resolved": "https://registry.npmmirror.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz",
  9369. "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==",
  9370. "dev": true,
  9371. "license": "MIT",
  9372. "dependencies": {
  9373. "call-bind": "^1.0.8",
  9374. "define-properties": "^1.2.1",
  9375. "es-errors": "^1.3.0",
  9376. "get-proto": "^1.0.1",
  9377. "gopd": "^1.2.0",
  9378. "set-function-name": "^2.0.2"
  9379. },
  9380. "engines": {
  9381. "node": ">= 0.4"
  9382. },
  9383. "funding": {
  9384. "url": "https://github.com/sponsors/ljharb"
  9385. }
  9386. },
  9387. "node_modules/rehype": {
  9388. "version": "13.0.2",
  9389. "resolved": "https://registry.npmmirror.com/rehype/-/rehype-13.0.2.tgz",
  9390. "integrity": "sha512-j31mdaRFrwFRUIlxGeuPXXKWQxet52RBQRvCmzl5eCefn/KGbomK5GMHNMsOJf55fgo3qw5tST5neDuarDYR2A==",
  9391. "license": "MIT",
  9392. "dependencies": {
  9393. "@types/hast": "^3.0.0",
  9394. "rehype-parse": "^9.0.0",
  9395. "rehype-stringify": "^10.0.0",
  9396. "unified": "^11.0.0"
  9397. },
  9398. "funding": {
  9399. "type": "opencollective",
  9400. "url": "https://opencollective.com/unified"
  9401. }
  9402. },
  9403. "node_modules/rehype-attr": {
  9404. "version": "3.0.3",
  9405. "resolved": "https://registry.npmmirror.com/rehype-attr/-/rehype-attr-3.0.3.tgz",
  9406. "integrity": "sha512-Up50Xfra8tyxnkJdCzLBIBtxOcB2M1xdeKe1324U06RAvSjYm7ULSeoM+b/nYPQPVd7jsXJ9+39IG1WAJPXONw==",
  9407. "license": "MIT",
  9408. "dependencies": {
  9409. "unified": "~11.0.0",
  9410. "unist-util-visit": "~5.0.0"
  9411. },
  9412. "engines": {
  9413. "node": ">=16"
  9414. },
  9415. "funding": {
  9416. "url": "https://jaywcjlove.github.io/#/sponsor"
  9417. }
  9418. },
  9419. "node_modules/rehype-autolink-headings": {
  9420. "version": "7.1.0",
  9421. "resolved": "https://registry.npmmirror.com/rehype-autolink-headings/-/rehype-autolink-headings-7.1.0.tgz",
  9422. "integrity": "sha512-rItO/pSdvnvsP4QRB1pmPiNHUskikqtPojZKJPPPAVx9Hj8i8TwMBhofrrAYRhYOOBZH9tgmG5lPqDLuIWPWmw==",
  9423. "license": "MIT",
  9424. "dependencies": {
  9425. "@types/hast": "^3.0.0",
  9426. "@ungap/structured-clone": "^1.0.0",
  9427. "hast-util-heading-rank": "^3.0.0",
  9428. "hast-util-is-element": "^3.0.0",
  9429. "unified": "^11.0.0",
  9430. "unist-util-visit": "^5.0.0"
  9431. },
  9432. "funding": {
  9433. "type": "opencollective",
  9434. "url": "https://opencollective.com/unified"
  9435. }
  9436. },
  9437. "node_modules/rehype-ignore": {
  9438. "version": "2.0.2",
  9439. "resolved": "https://registry.npmmirror.com/rehype-ignore/-/rehype-ignore-2.0.2.tgz",
  9440. "integrity": "sha512-BpAT/3lU9DMJ2siYVD/dSR0A/zQgD6Fb+fxkJd4j+wDVy6TYbYpK+FZqu8eM9EuNKGvi4BJR7XTZ/+zF02Dq8w==",
  9441. "license": "MIT",
  9442. "dependencies": {
  9443. "hast-util-select": "^6.0.0",
  9444. "unified": "^11.0.0",
  9445. "unist-util-visit": "^5.0.0"
  9446. },
  9447. "engines": {
  9448. "node": ">=16"
  9449. },
  9450. "funding": {
  9451. "url": "https://jaywcjlove.github.io/#/sponsor"
  9452. }
  9453. },
  9454. "node_modules/rehype-parse": {
  9455. "version": "9.0.1",
  9456. "resolved": "https://registry.npmmirror.com/rehype-parse/-/rehype-parse-9.0.1.tgz",
  9457. "integrity": "sha512-ksCzCD0Fgfh7trPDxr2rSylbwq9iYDkSn8TCDmEJ49ljEUBxDVCzCHv7QNzZOfODanX4+bWQ4WZqLCRWYLfhag==",
  9458. "license": "MIT",
  9459. "dependencies": {
  9460. "@types/hast": "^3.0.0",
  9461. "hast-util-from-html": "^2.0.0",
  9462. "unified": "^11.0.0"
  9463. },
  9464. "funding": {
  9465. "type": "opencollective",
  9466. "url": "https://opencollective.com/unified"
  9467. }
  9468. },
  9469. "node_modules/rehype-prism-plus": {
  9470. "version": "2.0.1",
  9471. "resolved": "https://registry.npmmirror.com/rehype-prism-plus/-/rehype-prism-plus-2.0.1.tgz",
  9472. "integrity": "sha512-Wglct0OW12tksTUseAPyWPo3srjBOY7xKlql/DPKi7HbsdZTyaLCAoO58QBKSczFQxElTsQlOY3JDOFzB/K++Q==",
  9473. "license": "MIT",
  9474. "dependencies": {
  9475. "hast-util-to-string": "^3.0.0",
  9476. "parse-numeric-range": "^1.3.0",
  9477. "refractor": "^4.8.0",
  9478. "rehype-parse": "^9.0.0",
  9479. "unist-util-filter": "^5.0.0",
  9480. "unist-util-visit": "^5.0.0"
  9481. }
  9482. },
  9483. "node_modules/rehype-raw": {
  9484. "version": "7.0.0",
  9485. "resolved": "https://registry.npmmirror.com/rehype-raw/-/rehype-raw-7.0.0.tgz",
  9486. "integrity": "sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==",
  9487. "license": "MIT",
  9488. "dependencies": {
  9489. "@types/hast": "^3.0.0",
  9490. "hast-util-raw": "^9.0.0",
  9491. "vfile": "^6.0.0"
  9492. },
  9493. "funding": {
  9494. "type": "opencollective",
  9495. "url": "https://opencollective.com/unified"
  9496. }
  9497. },
  9498. "node_modules/rehype-rewrite": {
  9499. "version": "4.0.2",
  9500. "resolved": "https://registry.npmmirror.com/rehype-rewrite/-/rehype-rewrite-4.0.2.tgz",
  9501. "integrity": "sha512-rjLJ3z6fIV11phwCqHp/KRo8xuUCO8o9bFJCNw5o6O2wlLk6g8r323aRswdGBQwfXPFYeSuZdAjp4tzo6RGqEg==",
  9502. "license": "MIT",
  9503. "dependencies": {
  9504. "hast-util-select": "^6.0.0",
  9505. "unified": "^11.0.3",
  9506. "unist-util-visit": "^5.0.0"
  9507. },
  9508. "engines": {
  9509. "node": ">=16.0.0"
  9510. },
  9511. "funding": {
  9512. "url": "https://jaywcjlove.github.io/#/sponsor"
  9513. }
  9514. },
  9515. "node_modules/rehype-slug": {
  9516. "version": "6.0.0",
  9517. "resolved": "https://registry.npmmirror.com/rehype-slug/-/rehype-slug-6.0.0.tgz",
  9518. "integrity": "sha512-lWyvf/jwu+oS5+hL5eClVd3hNdmwM1kAC0BUvEGD19pajQMIzcNUd/k9GsfQ+FfECvX+JE+e9/btsKH0EjJT6A==",
  9519. "license": "MIT",
  9520. "dependencies": {
  9521. "@types/hast": "^3.0.0",
  9522. "github-slugger": "^2.0.0",
  9523. "hast-util-heading-rank": "^3.0.0",
  9524. "hast-util-to-string": "^3.0.0",
  9525. "unist-util-visit": "^5.0.0"
  9526. },
  9527. "funding": {
  9528. "type": "opencollective",
  9529. "url": "https://opencollective.com/unified"
  9530. }
  9531. },
  9532. "node_modules/rehype-stringify": {
  9533. "version": "10.0.1",
  9534. "resolved": "https://registry.npmmirror.com/rehype-stringify/-/rehype-stringify-10.0.1.tgz",
  9535. "integrity": "sha512-k9ecfXHmIPuFVI61B9DeLPN0qFHfawM6RsuX48hoqlaKSF61RskNjSm1lI8PhBEM0MRdLxVVm4WmTqJQccH9mA==",
  9536. "license": "MIT",
  9537. "dependencies": {
  9538. "@types/hast": "^3.0.0",
  9539. "hast-util-to-html": "^9.0.0",
  9540. "unified": "^11.0.0"
  9541. },
  9542. "funding": {
  9543. "type": "opencollective",
  9544. "url": "https://opencollective.com/unified"
  9545. }
  9546. },
  9547. "node_modules/remark-gfm": {
  9548. "version": "4.0.1",
  9549. "resolved": "https://registry.npmmirror.com/remark-gfm/-/remark-gfm-4.0.1.tgz",
  9550. "integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==",
  9551. "license": "MIT",
  9552. "dependencies": {
  9553. "@types/mdast": "^4.0.0",
  9554. "mdast-util-gfm": "^3.0.0",
  9555. "micromark-extension-gfm": "^3.0.0",
  9556. "remark-parse": "^11.0.0",
  9557. "remark-stringify": "^11.0.0",
  9558. "unified": "^11.0.0"
  9559. },
  9560. "funding": {
  9561. "type": "opencollective",
  9562. "url": "https://opencollective.com/unified"
  9563. }
  9564. },
  9565. "node_modules/remark-github-blockquote-alert": {
  9566. "version": "1.3.1",
  9567. "resolved": "https://registry.npmmirror.com/remark-github-blockquote-alert/-/remark-github-blockquote-alert-1.3.1.tgz",
  9568. "integrity": "sha512-OPNnimcKeozWN1w8KVQEuHOxgN3L4rah8geMOLhA5vN9wITqU4FWD+G26tkEsCGHiOVDbISx+Se5rGZ+D1p0Jg==",
  9569. "license": "MIT",
  9570. "dependencies": {
  9571. "unist-util-visit": "^5.0.0"
  9572. },
  9573. "engines": {
  9574. "node": ">=16"
  9575. },
  9576. "funding": {
  9577. "url": "https://jaywcjlove.github.io/#/sponsor"
  9578. }
  9579. },
  9580. "node_modules/remark-parse": {
  9581. "version": "11.0.0",
  9582. "resolved": "https://registry.npmmirror.com/remark-parse/-/remark-parse-11.0.0.tgz",
  9583. "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==",
  9584. "license": "MIT",
  9585. "dependencies": {
  9586. "@types/mdast": "^4.0.0",
  9587. "mdast-util-from-markdown": "^2.0.0",
  9588. "micromark-util-types": "^2.0.0",
  9589. "unified": "^11.0.0"
  9590. },
  9591. "funding": {
  9592. "type": "opencollective",
  9593. "url": "https://opencollective.com/unified"
  9594. }
  9595. },
  9596. "node_modules/remark-rehype": {
  9597. "version": "11.1.2",
  9598. "resolved": "https://registry.npmmirror.com/remark-rehype/-/remark-rehype-11.1.2.tgz",
  9599. "integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==",
  9600. "license": "MIT",
  9601. "dependencies": {
  9602. "@types/hast": "^3.0.0",
  9603. "@types/mdast": "^4.0.0",
  9604. "mdast-util-to-hast": "^13.0.0",
  9605. "unified": "^11.0.0",
  9606. "vfile": "^6.0.0"
  9607. },
  9608. "funding": {
  9609. "type": "opencollective",
  9610. "url": "https://opencollective.com/unified"
  9611. }
  9612. },
  9613. "node_modules/remark-stringify": {
  9614. "version": "11.0.0",
  9615. "resolved": "https://registry.npmmirror.com/remark-stringify/-/remark-stringify-11.0.0.tgz",
  9616. "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==",
  9617. "license": "MIT",
  9618. "dependencies": {
  9619. "@types/mdast": "^4.0.0",
  9620. "mdast-util-to-markdown": "^2.0.0",
  9621. "unified": "^11.0.0"
  9622. },
  9623. "funding": {
  9624. "type": "opencollective",
  9625. "url": "https://opencollective.com/unified"
  9626. }
  9627. },
  9628. "node_modules/resize-observer-polyfill": {
  9629. "version": "1.5.1",
  9630. "resolved": "https://registry.npmmirror.com/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz",
  9631. "integrity": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==",
  9632. "license": "MIT"
  9633. },
  9634. "node_modules/resolve": {
  9635. "version": "1.22.10",
  9636. "resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.10.tgz",
  9637. "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==",
  9638. "license": "MIT",
  9639. "dependencies": {
  9640. "is-core-module": "^2.16.0",
  9641. "path-parse": "^1.0.7",
  9642. "supports-preserve-symlinks-flag": "^1.0.0"
  9643. },
  9644. "bin": {
  9645. "resolve": "bin/resolve"
  9646. },
  9647. "engines": {
  9648. "node": ">= 0.4"
  9649. },
  9650. "funding": {
  9651. "url": "https://github.com/sponsors/ljharb"
  9652. }
  9653. },
  9654. "node_modules/resolve-from": {
  9655. "version": "4.0.0",
  9656. "resolved": "https://registry.npmmirror.com/resolve-from/-/resolve-from-4.0.0.tgz",
  9657. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  9658. "license": "MIT",
  9659. "engines": {
  9660. "node": ">=4"
  9661. }
  9662. },
  9663. "node_modules/resolve-pkg-maps": {
  9664. "version": "1.0.0",
  9665. "resolved": "https://registry.npmmirror.com/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
  9666. "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==",
  9667. "dev": true,
  9668. "license": "MIT",
  9669. "funding": {
  9670. "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
  9671. }
  9672. },
  9673. "node_modules/reusify": {
  9674. "version": "1.1.0",
  9675. "resolved": "https://registry.npmmirror.com/reusify/-/reusify-1.1.0.tgz",
  9676. "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  9677. "dev": true,
  9678. "license": "MIT",
  9679. "engines": {
  9680. "iojs": ">=1.0.0",
  9681. "node": ">=0.10.0"
  9682. }
  9683. },
  9684. "node_modules/run-parallel": {
  9685. "version": "1.2.0",
  9686. "resolved": "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz",
  9687. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  9688. "dev": true,
  9689. "funding": [
  9690. {
  9691. "type": "github",
  9692. "url": "https://github.com/sponsors/feross"
  9693. },
  9694. {
  9695. "type": "patreon",
  9696. "url": "https://www.patreon.com/feross"
  9697. },
  9698. {
  9699. "type": "consulting",
  9700. "url": "https://feross.org/support"
  9701. }
  9702. ],
  9703. "license": "MIT",
  9704. "dependencies": {
  9705. "queue-microtask": "^1.2.2"
  9706. }
  9707. },
  9708. "node_modules/safe-array-concat": {
  9709. "version": "1.1.3",
  9710. "resolved": "https://registry.npmmirror.com/safe-array-concat/-/safe-array-concat-1.1.3.tgz",
  9711. "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==",
  9712. "dev": true,
  9713. "license": "MIT",
  9714. "dependencies": {
  9715. "call-bind": "^1.0.8",
  9716. "call-bound": "^1.0.2",
  9717. "get-intrinsic": "^1.2.6",
  9718. "has-symbols": "^1.1.0",
  9719. "isarray": "^2.0.5"
  9720. },
  9721. "engines": {
  9722. "node": ">=0.4"
  9723. },
  9724. "funding": {
  9725. "url": "https://github.com/sponsors/ljharb"
  9726. }
  9727. },
  9728. "node_modules/safe-push-apply": {
  9729. "version": "1.0.0",
  9730. "resolved": "https://registry.npmmirror.com/safe-push-apply/-/safe-push-apply-1.0.0.tgz",
  9731. "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==",
  9732. "dev": true,
  9733. "license": "MIT",
  9734. "dependencies": {
  9735. "es-errors": "^1.3.0",
  9736. "isarray": "^2.0.5"
  9737. },
  9738. "engines": {
  9739. "node": ">= 0.4"
  9740. },
  9741. "funding": {
  9742. "url": "https://github.com/sponsors/ljharb"
  9743. }
  9744. },
  9745. "node_modules/safe-regex-test": {
  9746. "version": "1.1.0",
  9747. "resolved": "https://registry.npmmirror.com/safe-regex-test/-/safe-regex-test-1.1.0.tgz",
  9748. "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==",
  9749. "dev": true,
  9750. "license": "MIT",
  9751. "dependencies": {
  9752. "call-bound": "^1.0.2",
  9753. "es-errors": "^1.3.0",
  9754. "is-regex": "^1.2.1"
  9755. },
  9756. "engines": {
  9757. "node": ">= 0.4"
  9758. },
  9759. "funding": {
  9760. "url": "https://github.com/sponsors/ljharb"
  9761. }
  9762. },
  9763. "node_modules/safe-stable-stringify": {
  9764. "version": "2.5.0",
  9765. "resolved": "https://registry.npmmirror.com/safe-stable-stringify/-/safe-stable-stringify-2.5.0.tgz",
  9766. "integrity": "sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==",
  9767. "license": "MIT",
  9768. "engines": {
  9769. "node": ">=10"
  9770. }
  9771. },
  9772. "node_modules/sass": {
  9773. "version": "1.90.0",
  9774. "resolved": "https://registry.npmmirror.com/sass/-/sass-1.90.0.tgz",
  9775. "integrity": "sha512-9GUyuksjw70uNpb1MTYWsH9MQHOHY6kwfnkafC24+7aOMZn9+rVMBxRbLvw756mrBFbIsFg6Xw9IkR2Fnn3k+Q==",
  9776. "license": "MIT",
  9777. "dependencies": {
  9778. "chokidar": "^4.0.0",
  9779. "immutable": "^5.0.2",
  9780. "source-map-js": ">=0.6.2 <2.0.0"
  9781. },
  9782. "bin": {
  9783. "sass": "sass.js"
  9784. },
  9785. "engines": {
  9786. "node": ">=14.0.0"
  9787. },
  9788. "optionalDependencies": {
  9789. "@parcel/watcher": "^2.4.1"
  9790. }
  9791. },
  9792. "node_modules/scheduler": {
  9793. "version": "0.26.0",
  9794. "resolved": "https://registry.npmmirror.com/scheduler/-/scheduler-0.26.0.tgz",
  9795. "integrity": "sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==",
  9796. "license": "MIT"
  9797. },
  9798. "node_modules/scroll-into-view-if-needed": {
  9799. "version": "3.1.0",
  9800. "resolved": "https://registry.npmmirror.com/scroll-into-view-if-needed/-/scroll-into-view-if-needed-3.1.0.tgz",
  9801. "integrity": "sha512-49oNpRjWRvnU8NyGVmUaYG4jtTkNonFZI86MmGRDqBphEK2EXT9gdEUoQPZhuBM8yWHxCWbobltqYO5M4XrUvQ==",
  9802. "license": "MIT",
  9803. "dependencies": {
  9804. "compute-scroll-into-view": "^3.0.2"
  9805. }
  9806. },
  9807. "node_modules/semver": {
  9808. "version": "7.7.2",
  9809. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.2.tgz",
  9810. "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
  9811. "devOptional": true,
  9812. "license": "ISC",
  9813. "bin": {
  9814. "semver": "bin/semver.js"
  9815. },
  9816. "engines": {
  9817. "node": ">=10"
  9818. }
  9819. },
  9820. "node_modules/set-function-length": {
  9821. "version": "1.2.2",
  9822. "resolved": "https://registry.npmmirror.com/set-function-length/-/set-function-length-1.2.2.tgz",
  9823. "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
  9824. "dev": true,
  9825. "license": "MIT",
  9826. "dependencies": {
  9827. "define-data-property": "^1.1.4",
  9828. "es-errors": "^1.3.0",
  9829. "function-bind": "^1.1.2",
  9830. "get-intrinsic": "^1.2.4",
  9831. "gopd": "^1.0.1",
  9832. "has-property-descriptors": "^1.0.2"
  9833. },
  9834. "engines": {
  9835. "node": ">= 0.4"
  9836. }
  9837. },
  9838. "node_modules/set-function-name": {
  9839. "version": "2.0.2",
  9840. "resolved": "https://registry.npmmirror.com/set-function-name/-/set-function-name-2.0.2.tgz",
  9841. "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
  9842. "dev": true,
  9843. "license": "MIT",
  9844. "dependencies": {
  9845. "define-data-property": "^1.1.4",
  9846. "es-errors": "^1.3.0",
  9847. "functions-have-names": "^1.2.3",
  9848. "has-property-descriptors": "^1.0.2"
  9849. },
  9850. "engines": {
  9851. "node": ">= 0.4"
  9852. }
  9853. },
  9854. "node_modules/set-proto": {
  9855. "version": "1.0.0",
  9856. "resolved": "https://registry.npmmirror.com/set-proto/-/set-proto-1.0.0.tgz",
  9857. "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==",
  9858. "dev": true,
  9859. "license": "MIT",
  9860. "dependencies": {
  9861. "dunder-proto": "^1.0.1",
  9862. "es-errors": "^1.3.0",
  9863. "es-object-atoms": "^1.0.0"
  9864. },
  9865. "engines": {
  9866. "node": ">= 0.4"
  9867. }
  9868. },
  9869. "node_modules/shallowequal": {
  9870. "version": "1.1.0",
  9871. "resolved": "https://registry.npmmirror.com/shallowequal/-/shallowequal-1.1.0.tgz",
  9872. "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==",
  9873. "license": "MIT"
  9874. },
  9875. "node_modules/sharp": {
  9876. "version": "0.34.3",
  9877. "resolved": "https://registry.npmmirror.com/sharp/-/sharp-0.34.3.tgz",
  9878. "integrity": "sha512-eX2IQ6nFohW4DbvHIOLRB3MHFpYqaqvXd3Tp5e/T/dSH83fxaNJQRvDMhASmkNTsNTVF2/OOopzRCt7xokgPfg==",
  9879. "hasInstallScript": true,
  9880. "license": "Apache-2.0",
  9881. "optional": true,
  9882. "dependencies": {
  9883. "color": "^4.2.3",
  9884. "detect-libc": "^2.0.4",
  9885. "semver": "^7.7.2"
  9886. },
  9887. "engines": {
  9888. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  9889. },
  9890. "funding": {
  9891. "url": "https://opencollective.com/libvips"
  9892. },
  9893. "optionalDependencies": {
  9894. "@img/sharp-darwin-arm64": "0.34.3",
  9895. "@img/sharp-darwin-x64": "0.34.3",
  9896. "@img/sharp-libvips-darwin-arm64": "1.2.0",
  9897. "@img/sharp-libvips-darwin-x64": "1.2.0",
  9898. "@img/sharp-libvips-linux-arm": "1.2.0",
  9899. "@img/sharp-libvips-linux-arm64": "1.2.0",
  9900. "@img/sharp-libvips-linux-ppc64": "1.2.0",
  9901. "@img/sharp-libvips-linux-s390x": "1.2.0",
  9902. "@img/sharp-libvips-linux-x64": "1.2.0",
  9903. "@img/sharp-libvips-linuxmusl-arm64": "1.2.0",
  9904. "@img/sharp-libvips-linuxmusl-x64": "1.2.0",
  9905. "@img/sharp-linux-arm": "0.34.3",
  9906. "@img/sharp-linux-arm64": "0.34.3",
  9907. "@img/sharp-linux-ppc64": "0.34.3",
  9908. "@img/sharp-linux-s390x": "0.34.3",
  9909. "@img/sharp-linux-x64": "0.34.3",
  9910. "@img/sharp-linuxmusl-arm64": "0.34.3",
  9911. "@img/sharp-linuxmusl-x64": "0.34.3",
  9912. "@img/sharp-wasm32": "0.34.3",
  9913. "@img/sharp-win32-arm64": "0.34.3",
  9914. "@img/sharp-win32-ia32": "0.34.3",
  9915. "@img/sharp-win32-x64": "0.34.3"
  9916. }
  9917. },
  9918. "node_modules/shebang-command": {
  9919. "version": "2.0.0",
  9920. "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz",
  9921. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  9922. "dev": true,
  9923. "license": "MIT",
  9924. "dependencies": {
  9925. "shebang-regex": "^3.0.0"
  9926. },
  9927. "engines": {
  9928. "node": ">=8"
  9929. }
  9930. },
  9931. "node_modules/shebang-regex": {
  9932. "version": "3.0.0",
  9933. "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz",
  9934. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  9935. "dev": true,
  9936. "license": "MIT",
  9937. "engines": {
  9938. "node": ">=8"
  9939. }
  9940. },
  9941. "node_modules/side-channel": {
  9942. "version": "1.1.0",
  9943. "resolved": "https://registry.npmmirror.com/side-channel/-/side-channel-1.1.0.tgz",
  9944. "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
  9945. "dev": true,
  9946. "license": "MIT",
  9947. "dependencies": {
  9948. "es-errors": "^1.3.0",
  9949. "object-inspect": "^1.13.3",
  9950. "side-channel-list": "^1.0.0",
  9951. "side-channel-map": "^1.0.1",
  9952. "side-channel-weakmap": "^1.0.2"
  9953. },
  9954. "engines": {
  9955. "node": ">= 0.4"
  9956. },
  9957. "funding": {
  9958. "url": "https://github.com/sponsors/ljharb"
  9959. }
  9960. },
  9961. "node_modules/side-channel-list": {
  9962. "version": "1.0.0",
  9963. "resolved": "https://registry.npmmirror.com/side-channel-list/-/side-channel-list-1.0.0.tgz",
  9964. "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
  9965. "dev": true,
  9966. "license": "MIT",
  9967. "dependencies": {
  9968. "es-errors": "^1.3.0",
  9969. "object-inspect": "^1.13.3"
  9970. },
  9971. "engines": {
  9972. "node": ">= 0.4"
  9973. },
  9974. "funding": {
  9975. "url": "https://github.com/sponsors/ljharb"
  9976. }
  9977. },
  9978. "node_modules/side-channel-map": {
  9979. "version": "1.0.1",
  9980. "resolved": "https://registry.npmmirror.com/side-channel-map/-/side-channel-map-1.0.1.tgz",
  9981. "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
  9982. "dev": true,
  9983. "license": "MIT",
  9984. "dependencies": {
  9985. "call-bound": "^1.0.2",
  9986. "es-errors": "^1.3.0",
  9987. "get-intrinsic": "^1.2.5",
  9988. "object-inspect": "^1.13.3"
  9989. },
  9990. "engines": {
  9991. "node": ">= 0.4"
  9992. },
  9993. "funding": {
  9994. "url": "https://github.com/sponsors/ljharb"
  9995. }
  9996. },
  9997. "node_modules/side-channel-weakmap": {
  9998. "version": "1.0.2",
  9999. "resolved": "https://registry.npmmirror.com/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
  10000. "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
  10001. "dev": true,
  10002. "license": "MIT",
  10003. "dependencies": {
  10004. "call-bound": "^1.0.2",
  10005. "es-errors": "^1.3.0",
  10006. "get-intrinsic": "^1.2.5",
  10007. "object-inspect": "^1.13.3",
  10008. "side-channel-map": "^1.0.1"
  10009. },
  10010. "engines": {
  10011. "node": ">= 0.4"
  10012. },
  10013. "funding": {
  10014. "url": "https://github.com/sponsors/ljharb"
  10015. }
  10016. },
  10017. "node_modules/simple-swizzle": {
  10018. "version": "0.2.2",
  10019. "resolved": "https://registry.npmmirror.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
  10020. "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==",
  10021. "license": "MIT",
  10022. "optional": true,
  10023. "dependencies": {
  10024. "is-arrayish": "^0.3.1"
  10025. }
  10026. },
  10027. "node_modules/size-sensor": {
  10028. "version": "1.0.2",
  10029. "resolved": "https://registry.npmmirror.com/size-sensor/-/size-sensor-1.0.2.tgz",
  10030. "integrity": "sha512-2NCmWxY7A9pYKGXNBfteo4hy14gWu47rg5692peVMst6lQLPKrVjhY+UTEsPI5ceFRJSl3gVgMYaUi/hKuaiKw==",
  10031. "license": "ISC"
  10032. },
  10033. "node_modules/source-map": {
  10034. "version": "0.5.7",
  10035. "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.5.7.tgz",
  10036. "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
  10037. "license": "BSD-3-Clause",
  10038. "engines": {
  10039. "node": ">=0.10.0"
  10040. }
  10041. },
  10042. "node_modules/source-map-js": {
  10043. "version": "1.2.1",
  10044. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  10045. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  10046. "license": "BSD-3-Clause",
  10047. "engines": {
  10048. "node": ">=0.10.0"
  10049. }
  10050. },
  10051. "node_modules/space-separated-tokens": {
  10052. "version": "2.0.2",
  10053. "resolved": "https://registry.npmmirror.com/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
  10054. "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
  10055. "license": "MIT",
  10056. "funding": {
  10057. "type": "github",
  10058. "url": "https://github.com/sponsors/wooorm"
  10059. }
  10060. },
  10061. "node_modules/stable-hash": {
  10062. "version": "0.0.5",
  10063. "resolved": "https://registry.npmmirror.com/stable-hash/-/stable-hash-0.0.5.tgz",
  10064. "integrity": "sha512-+L3ccpzibovGXFK+Ap/f8LOS0ahMrHTf3xu7mMLSpEGU0EO9ucaysSylKo9eRDFNhWve/y275iPmIZ4z39a9iA==",
  10065. "dev": true,
  10066. "license": "MIT"
  10067. },
  10068. "node_modules/stop-iteration-iterator": {
  10069. "version": "1.1.0",
  10070. "resolved": "https://registry.npmmirror.com/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz",
  10071. "integrity": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==",
  10072. "dev": true,
  10073. "license": "MIT",
  10074. "dependencies": {
  10075. "es-errors": "^1.3.0",
  10076. "internal-slot": "^1.1.0"
  10077. },
  10078. "engines": {
  10079. "node": ">= 0.4"
  10080. }
  10081. },
  10082. "node_modules/string-convert": {
  10083. "version": "0.2.1",
  10084. "resolved": "https://registry.npmmirror.com/string-convert/-/string-convert-0.2.1.tgz",
  10085. "integrity": "sha512-u/1tdPl4yQnPBjnVrmdLo9gtuLvELKsAoRapekWggdiQNvvvum+jYF329d84NAa660KQw7pB2n36KrIKVoXa3A==",
  10086. "license": "MIT"
  10087. },
  10088. "node_modules/string.prototype.includes": {
  10089. "version": "2.0.1",
  10090. "resolved": "https://registry.npmmirror.com/string.prototype.includes/-/string.prototype.includes-2.0.1.tgz",
  10091. "integrity": "sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==",
  10092. "dev": true,
  10093. "license": "MIT",
  10094. "dependencies": {
  10095. "call-bind": "^1.0.7",
  10096. "define-properties": "^1.2.1",
  10097. "es-abstract": "^1.23.3"
  10098. },
  10099. "engines": {
  10100. "node": ">= 0.4"
  10101. }
  10102. },
  10103. "node_modules/string.prototype.matchall": {
  10104. "version": "4.0.12",
  10105. "resolved": "https://registry.npmmirror.com/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz",
  10106. "integrity": "sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==",
  10107. "dev": true,
  10108. "license": "MIT",
  10109. "dependencies": {
  10110. "call-bind": "^1.0.8",
  10111. "call-bound": "^1.0.3",
  10112. "define-properties": "^1.2.1",
  10113. "es-abstract": "^1.23.6",
  10114. "es-errors": "^1.3.0",
  10115. "es-object-atoms": "^1.0.0",
  10116. "get-intrinsic": "^1.2.6",
  10117. "gopd": "^1.2.0",
  10118. "has-symbols": "^1.1.0",
  10119. "internal-slot": "^1.1.0",
  10120. "regexp.prototype.flags": "^1.5.3",
  10121. "set-function-name": "^2.0.2",
  10122. "side-channel": "^1.1.0"
  10123. },
  10124. "engines": {
  10125. "node": ">= 0.4"
  10126. },
  10127. "funding": {
  10128. "url": "https://github.com/sponsors/ljharb"
  10129. }
  10130. },
  10131. "node_modules/string.prototype.repeat": {
  10132. "version": "1.0.0",
  10133. "resolved": "https://registry.npmmirror.com/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz",
  10134. "integrity": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==",
  10135. "dev": true,
  10136. "license": "MIT",
  10137. "dependencies": {
  10138. "define-properties": "^1.1.3",
  10139. "es-abstract": "^1.17.5"
  10140. }
  10141. },
  10142. "node_modules/string.prototype.trim": {
  10143. "version": "1.2.10",
  10144. "resolved": "https://registry.npmmirror.com/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz",
  10145. "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==",
  10146. "dev": true,
  10147. "license": "MIT",
  10148. "dependencies": {
  10149. "call-bind": "^1.0.8",
  10150. "call-bound": "^1.0.2",
  10151. "define-data-property": "^1.1.4",
  10152. "define-properties": "^1.2.1",
  10153. "es-abstract": "^1.23.5",
  10154. "es-object-atoms": "^1.0.0",
  10155. "has-property-descriptors": "^1.0.2"
  10156. },
  10157. "engines": {
  10158. "node": ">= 0.4"
  10159. },
  10160. "funding": {
  10161. "url": "https://github.com/sponsors/ljharb"
  10162. }
  10163. },
  10164. "node_modules/string.prototype.trimend": {
  10165. "version": "1.0.9",
  10166. "resolved": "https://registry.npmmirror.com/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz",
  10167. "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==",
  10168. "dev": true,
  10169. "license": "MIT",
  10170. "dependencies": {
  10171. "call-bind": "^1.0.8",
  10172. "call-bound": "^1.0.2",
  10173. "define-properties": "^1.2.1",
  10174. "es-object-atoms": "^1.0.0"
  10175. },
  10176. "engines": {
  10177. "node": ">= 0.4"
  10178. },
  10179. "funding": {
  10180. "url": "https://github.com/sponsors/ljharb"
  10181. }
  10182. },
  10183. "node_modules/string.prototype.trimstart": {
  10184. "version": "1.0.8",
  10185. "resolved": "https://registry.npmmirror.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz",
  10186. "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==",
  10187. "dev": true,
  10188. "license": "MIT",
  10189. "dependencies": {
  10190. "call-bind": "^1.0.7",
  10191. "define-properties": "^1.2.1",
  10192. "es-object-atoms": "^1.0.0"
  10193. },
  10194. "engines": {
  10195. "node": ">= 0.4"
  10196. },
  10197. "funding": {
  10198. "url": "https://github.com/sponsors/ljharb"
  10199. }
  10200. },
  10201. "node_modules/stringify-entities": {
  10202. "version": "4.0.4",
  10203. "resolved": "https://registry.npmmirror.com/stringify-entities/-/stringify-entities-4.0.4.tgz",
  10204. "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==",
  10205. "license": "MIT",
  10206. "dependencies": {
  10207. "character-entities-html4": "^2.0.0",
  10208. "character-entities-legacy": "^3.0.0"
  10209. },
  10210. "funding": {
  10211. "type": "github",
  10212. "url": "https://github.com/sponsors/wooorm"
  10213. }
  10214. },
  10215. "node_modules/strip-bom": {
  10216. "version": "3.0.0",
  10217. "resolved": "https://registry.npmmirror.com/strip-bom/-/strip-bom-3.0.0.tgz",
  10218. "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
  10219. "dev": true,
  10220. "license": "MIT",
  10221. "engines": {
  10222. "node": ">=4"
  10223. }
  10224. },
  10225. "node_modules/strip-json-comments": {
  10226. "version": "3.1.1",
  10227. "resolved": "https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  10228. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  10229. "dev": true,
  10230. "license": "MIT",
  10231. "engines": {
  10232. "node": ">=8"
  10233. },
  10234. "funding": {
  10235. "url": "https://github.com/sponsors/sindresorhus"
  10236. }
  10237. },
  10238. "node_modules/style-to-js": {
  10239. "version": "1.1.17",
  10240. "resolved": "https://registry.npmmirror.com/style-to-js/-/style-to-js-1.1.17.tgz",
  10241. "integrity": "sha512-xQcBGDxJb6jjFCTzvQtfiPn6YvvP2O8U1MDIPNfJQlWMYfktPy+iGsHE7cssjs7y84d9fQaK4UF3RIJaAHSoYA==",
  10242. "license": "MIT",
  10243. "dependencies": {
  10244. "style-to-object": "1.0.9"
  10245. }
  10246. },
  10247. "node_modules/style-to-object": {
  10248. "version": "1.0.9",
  10249. "resolved": "https://registry.npmmirror.com/style-to-object/-/style-to-object-1.0.9.tgz",
  10250. "integrity": "sha512-G4qppLgKu/k6FwRpHiGiKPaPTFcG3g4wNVX/Qsfu+RqQM30E7Tyu/TEgxcL9PNLF5pdRLwQdE3YKKf+KF2Dzlw==",
  10251. "license": "MIT",
  10252. "dependencies": {
  10253. "inline-style-parser": "0.2.4"
  10254. }
  10255. },
  10256. "node_modules/styled-jsx": {
  10257. "version": "5.1.6",
  10258. "resolved": "https://registry.npmmirror.com/styled-jsx/-/styled-jsx-5.1.6.tgz",
  10259. "integrity": "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==",
  10260. "license": "MIT",
  10261. "dependencies": {
  10262. "client-only": "0.0.1"
  10263. },
  10264. "engines": {
  10265. "node": ">= 12.0.0"
  10266. },
  10267. "peerDependencies": {
  10268. "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0"
  10269. },
  10270. "peerDependenciesMeta": {
  10271. "@babel/core": {
  10272. "optional": true
  10273. },
  10274. "babel-plugin-macros": {
  10275. "optional": true
  10276. }
  10277. }
  10278. },
  10279. "node_modules/stylis": {
  10280. "version": "4.3.6",
  10281. "resolved": "https://registry.npmmirror.com/stylis/-/stylis-4.3.6.tgz",
  10282. "integrity": "sha512-yQ3rwFWRfwNUY7H5vpU0wfdkNSnvnJinhF9830Swlaxl03zsOjCfmX0ugac+3LtK0lYSgwL/KXc8oYL3mG4YFQ==",
  10283. "license": "MIT"
  10284. },
  10285. "node_modules/supports-color": {
  10286. "version": "7.2.0",
  10287. "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz",
  10288. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  10289. "dev": true,
  10290. "license": "MIT",
  10291. "dependencies": {
  10292. "has-flag": "^4.0.0"
  10293. },
  10294. "engines": {
  10295. "node": ">=8"
  10296. }
  10297. },
  10298. "node_modules/supports-preserve-symlinks-flag": {
  10299. "version": "1.0.0",
  10300. "resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  10301. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  10302. "license": "MIT",
  10303. "engines": {
  10304. "node": ">= 0.4"
  10305. },
  10306. "funding": {
  10307. "url": "https://github.com/sponsors/ljharb"
  10308. }
  10309. },
  10310. "node_modules/swr": {
  10311. "version": "2.3.4",
  10312. "resolved": "https://registry.npmmirror.com/swr/-/swr-2.3.4.tgz",
  10313. "integrity": "sha512-bYd2lrhc+VarcpkgWclcUi92wYCpOgMws9Sd1hG1ntAu0NEy+14CbotuFjshBU2kt9rYj9TSmDcybpxpeTU1fg==",
  10314. "license": "MIT",
  10315. "dependencies": {
  10316. "dequal": "^2.0.3",
  10317. "use-sync-external-store": "^1.4.0"
  10318. },
  10319. "peerDependencies": {
  10320. "react": "^16.11.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  10321. }
  10322. },
  10323. "node_modules/tailwind-merge": {
  10324. "version": "3.3.1",
  10325. "resolved": "https://registry.npmmirror.com/tailwind-merge/-/tailwind-merge-3.3.1.tgz",
  10326. "integrity": "sha512-gBXpgUm/3rp1lMZZrM/w7D8GKqshif0zAymAhbCyIt8KMe+0v9DQ7cdYLR4FHH/cKpdTXb+A/tKKU3eolfsI+g==",
  10327. "license": "MIT",
  10328. "funding": {
  10329. "type": "github",
  10330. "url": "https://github.com/sponsors/dcastil"
  10331. }
  10332. },
  10333. "node_modules/tailwindcss": {
  10334. "version": "4.1.11",
  10335. "resolved": "https://registry.npmmirror.com/tailwindcss/-/tailwindcss-4.1.11.tgz",
  10336. "integrity": "sha512-2E9TBm6MDD/xKYe+dvJZAmg3yxIEDNRc0jwlNyDg/4Fil2QcSLjFKGVff0lAf1jjeaArlG/M75Ey/EYr/OJtBA==",
  10337. "dev": true,
  10338. "license": "MIT"
  10339. },
  10340. "node_modules/tapable": {
  10341. "version": "2.2.2",
  10342. "resolved": "https://registry.npmmirror.com/tapable/-/tapable-2.2.2.tgz",
  10343. "integrity": "sha512-Re10+NauLTMCudc7T5WLFLAwDhQ0JWdrMK+9B2M8zR5hRExKmsRDCBA7/aV/pNJFltmBFO5BAMlQFi/vq3nKOg==",
  10344. "dev": true,
  10345. "license": "MIT",
  10346. "engines": {
  10347. "node": ">=6"
  10348. }
  10349. },
  10350. "node_modules/tar": {
  10351. "version": "7.4.3",
  10352. "resolved": "https://registry.npmmirror.com/tar/-/tar-7.4.3.tgz",
  10353. "integrity": "sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==",
  10354. "dev": true,
  10355. "license": "ISC",
  10356. "dependencies": {
  10357. "@isaacs/fs-minipass": "^4.0.0",
  10358. "chownr": "^3.0.0",
  10359. "minipass": "^7.1.2",
  10360. "minizlib": "^3.0.1",
  10361. "mkdirp": "^3.0.1",
  10362. "yallist": "^5.0.0"
  10363. },
  10364. "engines": {
  10365. "node": ">=18"
  10366. }
  10367. },
  10368. "node_modules/throttle-debounce": {
  10369. "version": "5.0.2",
  10370. "resolved": "https://registry.npmmirror.com/throttle-debounce/-/throttle-debounce-5.0.2.tgz",
  10371. "integrity": "sha512-B71/4oyj61iNH0KeCamLuE2rmKuTO5byTOSVwECM5FA7TiAiAW+UqTKZ9ERueC4qvgSttUhdmq1mXC3kJqGX7A==",
  10372. "license": "MIT",
  10373. "engines": {
  10374. "node": ">=12.22"
  10375. }
  10376. },
  10377. "node_modules/tinycolor2": {
  10378. "version": "1.6.0",
  10379. "resolved": "https://registry.npmmirror.com/tinycolor2/-/tinycolor2-1.6.0.tgz",
  10380. "integrity": "sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==",
  10381. "license": "MIT"
  10382. },
  10383. "node_modules/tinyglobby": {
  10384. "version": "0.2.14",
  10385. "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.14.tgz",
  10386. "integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==",
  10387. "dev": true,
  10388. "license": "MIT",
  10389. "dependencies": {
  10390. "fdir": "^6.4.4",
  10391. "picomatch": "^4.0.2"
  10392. },
  10393. "engines": {
  10394. "node": ">=12.0.0"
  10395. },
  10396. "funding": {
  10397. "url": "https://github.com/sponsors/SuperchupuDev"
  10398. }
  10399. },
  10400. "node_modules/tinyglobby/node_modules/fdir": {
  10401. "version": "6.4.6",
  10402. "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.4.6.tgz",
  10403. "integrity": "sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==",
  10404. "dev": true,
  10405. "license": "MIT",
  10406. "peerDependencies": {
  10407. "picomatch": "^3 || ^4"
  10408. },
  10409. "peerDependenciesMeta": {
  10410. "picomatch": {
  10411. "optional": true
  10412. }
  10413. }
  10414. },
  10415. "node_modules/tinyglobby/node_modules/picomatch": {
  10416. "version": "4.0.3",
  10417. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.3.tgz",
  10418. "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
  10419. "dev": true,
  10420. "license": "MIT",
  10421. "engines": {
  10422. "node": ">=12"
  10423. },
  10424. "funding": {
  10425. "url": "https://github.com/sponsors/jonschlinkert"
  10426. }
  10427. },
  10428. "node_modules/to-regex-range": {
  10429. "version": "5.0.1",
  10430. "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
  10431. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  10432. "devOptional": true,
  10433. "license": "MIT",
  10434. "dependencies": {
  10435. "is-number": "^7.0.0"
  10436. },
  10437. "engines": {
  10438. "node": ">=8.0"
  10439. }
  10440. },
  10441. "node_modules/toggle-selection": {
  10442. "version": "1.0.6",
  10443. "resolved": "https://registry.npmmirror.com/toggle-selection/-/toggle-selection-1.0.6.tgz",
  10444. "integrity": "sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==",
  10445. "license": "MIT"
  10446. },
  10447. "node_modules/trim-lines": {
  10448. "version": "3.0.1",
  10449. "resolved": "https://registry.npmmirror.com/trim-lines/-/trim-lines-3.0.1.tgz",
  10450. "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
  10451. "license": "MIT",
  10452. "funding": {
  10453. "type": "github",
  10454. "url": "https://github.com/sponsors/wooorm"
  10455. }
  10456. },
  10457. "node_modules/trough": {
  10458. "version": "2.2.0",
  10459. "resolved": "https://registry.npmmirror.com/trough/-/trough-2.2.0.tgz",
  10460. "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==",
  10461. "license": "MIT",
  10462. "funding": {
  10463. "type": "github",
  10464. "url": "https://github.com/sponsors/wooorm"
  10465. }
  10466. },
  10467. "node_modules/ts-api-utils": {
  10468. "version": "2.1.0",
  10469. "resolved": "https://registry.npmmirror.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
  10470. "integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
  10471. "dev": true,
  10472. "license": "MIT",
  10473. "engines": {
  10474. "node": ">=18.12"
  10475. },
  10476. "peerDependencies": {
  10477. "typescript": ">=4.8.4"
  10478. }
  10479. },
  10480. "node_modules/tsconfig-paths": {
  10481. "version": "3.15.0",
  10482. "resolved": "https://registry.npmmirror.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
  10483. "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==",
  10484. "dev": true,
  10485. "license": "MIT",
  10486. "dependencies": {
  10487. "@types/json5": "^0.0.29",
  10488. "json5": "^1.0.2",
  10489. "minimist": "^1.2.6",
  10490. "strip-bom": "^3.0.0"
  10491. }
  10492. },
  10493. "node_modules/tslib": {
  10494. "version": "2.8.1",
  10495. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz",
  10496. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  10497. "license": "0BSD"
  10498. },
  10499. "node_modules/type-check": {
  10500. "version": "0.4.0",
  10501. "resolved": "https://registry.npmmirror.com/type-check/-/type-check-0.4.0.tgz",
  10502. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  10503. "dev": true,
  10504. "license": "MIT",
  10505. "dependencies": {
  10506. "prelude-ls": "^1.2.1"
  10507. },
  10508. "engines": {
  10509. "node": ">= 0.8.0"
  10510. }
  10511. },
  10512. "node_modules/typed-array-buffer": {
  10513. "version": "1.0.3",
  10514. "resolved": "https://registry.npmmirror.com/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz",
  10515. "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==",
  10516. "dev": true,
  10517. "license": "MIT",
  10518. "dependencies": {
  10519. "call-bound": "^1.0.3",
  10520. "es-errors": "^1.3.0",
  10521. "is-typed-array": "^1.1.14"
  10522. },
  10523. "engines": {
  10524. "node": ">= 0.4"
  10525. }
  10526. },
  10527. "node_modules/typed-array-byte-length": {
  10528. "version": "1.0.3",
  10529. "resolved": "https://registry.npmmirror.com/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz",
  10530. "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==",
  10531. "dev": true,
  10532. "license": "MIT",
  10533. "dependencies": {
  10534. "call-bind": "^1.0.8",
  10535. "for-each": "^0.3.3",
  10536. "gopd": "^1.2.0",
  10537. "has-proto": "^1.2.0",
  10538. "is-typed-array": "^1.1.14"
  10539. },
  10540. "engines": {
  10541. "node": ">= 0.4"
  10542. },
  10543. "funding": {
  10544. "url": "https://github.com/sponsors/ljharb"
  10545. }
  10546. },
  10547. "node_modules/typed-array-byte-offset": {
  10548. "version": "1.0.4",
  10549. "resolved": "https://registry.npmmirror.com/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz",
  10550. "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==",
  10551. "dev": true,
  10552. "license": "MIT",
  10553. "dependencies": {
  10554. "available-typed-arrays": "^1.0.7",
  10555. "call-bind": "^1.0.8",
  10556. "for-each": "^0.3.3",
  10557. "gopd": "^1.2.0",
  10558. "has-proto": "^1.2.0",
  10559. "is-typed-array": "^1.1.15",
  10560. "reflect.getprototypeof": "^1.0.9"
  10561. },
  10562. "engines": {
  10563. "node": ">= 0.4"
  10564. },
  10565. "funding": {
  10566. "url": "https://github.com/sponsors/ljharb"
  10567. }
  10568. },
  10569. "node_modules/typed-array-length": {
  10570. "version": "1.0.7",
  10571. "resolved": "https://registry.npmmirror.com/typed-array-length/-/typed-array-length-1.0.7.tgz",
  10572. "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==",
  10573. "dev": true,
  10574. "license": "MIT",
  10575. "dependencies": {
  10576. "call-bind": "^1.0.7",
  10577. "for-each": "^0.3.3",
  10578. "gopd": "^1.0.1",
  10579. "is-typed-array": "^1.1.13",
  10580. "possible-typed-array-names": "^1.0.0",
  10581. "reflect.getprototypeof": "^1.0.6"
  10582. },
  10583. "engines": {
  10584. "node": ">= 0.4"
  10585. },
  10586. "funding": {
  10587. "url": "https://github.com/sponsors/ljharb"
  10588. }
  10589. },
  10590. "node_modules/typescript": {
  10591. "version": "5.9.2",
  10592. "resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.9.2.tgz",
  10593. "integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==",
  10594. "dev": true,
  10595. "license": "Apache-2.0",
  10596. "bin": {
  10597. "tsc": "bin/tsc",
  10598. "tsserver": "bin/tsserver"
  10599. },
  10600. "engines": {
  10601. "node": ">=14.17"
  10602. }
  10603. },
  10604. "node_modules/unbox-primitive": {
  10605. "version": "1.1.0",
  10606. "resolved": "https://registry.npmmirror.com/unbox-primitive/-/unbox-primitive-1.1.0.tgz",
  10607. "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==",
  10608. "dev": true,
  10609. "license": "MIT",
  10610. "dependencies": {
  10611. "call-bound": "^1.0.3",
  10612. "has-bigints": "^1.0.2",
  10613. "has-symbols": "^1.1.0",
  10614. "which-boxed-primitive": "^1.1.1"
  10615. },
  10616. "engines": {
  10617. "node": ">= 0.4"
  10618. },
  10619. "funding": {
  10620. "url": "https://github.com/sponsors/ljharb"
  10621. }
  10622. },
  10623. "node_modules/undici-types": {
  10624. "version": "6.21.0",
  10625. "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-6.21.0.tgz",
  10626. "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
  10627. "dev": true,
  10628. "license": "MIT"
  10629. },
  10630. "node_modules/unified": {
  10631. "version": "11.0.5",
  10632. "resolved": "https://registry.npmmirror.com/unified/-/unified-11.0.5.tgz",
  10633. "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==",
  10634. "license": "MIT",
  10635. "dependencies": {
  10636. "@types/unist": "^3.0.0",
  10637. "bail": "^2.0.0",
  10638. "devlop": "^1.0.0",
  10639. "extend": "^3.0.0",
  10640. "is-plain-obj": "^4.0.0",
  10641. "trough": "^2.0.0",
  10642. "vfile": "^6.0.0"
  10643. },
  10644. "funding": {
  10645. "type": "opencollective",
  10646. "url": "https://opencollective.com/unified"
  10647. }
  10648. },
  10649. "node_modules/unist-util-filter": {
  10650. "version": "5.0.1",
  10651. "resolved": "https://registry.npmmirror.com/unist-util-filter/-/unist-util-filter-5.0.1.tgz",
  10652. "integrity": "sha512-pHx7D4Zt6+TsfwylH9+lYhBhzyhEnCXs/lbq/Hstxno5z4gVdyc2WEW0asfjGKPyG4pEKrnBv5hdkO6+aRnQJw==",
  10653. "license": "MIT",
  10654. "dependencies": {
  10655. "@types/unist": "^3.0.0",
  10656. "unist-util-is": "^6.0.0",
  10657. "unist-util-visit-parents": "^6.0.0"
  10658. }
  10659. },
  10660. "node_modules/unist-util-is": {
  10661. "version": "6.0.0",
  10662. "resolved": "https://registry.npmmirror.com/unist-util-is/-/unist-util-is-6.0.0.tgz",
  10663. "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==",
  10664. "license": "MIT",
  10665. "dependencies": {
  10666. "@types/unist": "^3.0.0"
  10667. },
  10668. "funding": {
  10669. "type": "opencollective",
  10670. "url": "https://opencollective.com/unified"
  10671. }
  10672. },
  10673. "node_modules/unist-util-position": {
  10674. "version": "5.0.0",
  10675. "resolved": "https://registry.npmmirror.com/unist-util-position/-/unist-util-position-5.0.0.tgz",
  10676. "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
  10677. "license": "MIT",
  10678. "dependencies": {
  10679. "@types/unist": "^3.0.0"
  10680. },
  10681. "funding": {
  10682. "type": "opencollective",
  10683. "url": "https://opencollective.com/unified"
  10684. }
  10685. },
  10686. "node_modules/unist-util-stringify-position": {
  10687. "version": "4.0.0",
  10688. "resolved": "https://registry.npmmirror.com/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
  10689. "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
  10690. "license": "MIT",
  10691. "dependencies": {
  10692. "@types/unist": "^3.0.0"
  10693. },
  10694. "funding": {
  10695. "type": "opencollective",
  10696. "url": "https://opencollective.com/unified"
  10697. }
  10698. },
  10699. "node_modules/unist-util-visit": {
  10700. "version": "5.0.0",
  10701. "resolved": "https://registry.npmmirror.com/unist-util-visit/-/unist-util-visit-5.0.0.tgz",
  10702. "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==",
  10703. "license": "MIT",
  10704. "dependencies": {
  10705. "@types/unist": "^3.0.0",
  10706. "unist-util-is": "^6.0.0",
  10707. "unist-util-visit-parents": "^6.0.0"
  10708. },
  10709. "funding": {
  10710. "type": "opencollective",
  10711. "url": "https://opencollective.com/unified"
  10712. }
  10713. },
  10714. "node_modules/unist-util-visit-parents": {
  10715. "version": "6.0.1",
  10716. "resolved": "https://registry.npmmirror.com/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz",
  10717. "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==",
  10718. "license": "MIT",
  10719. "dependencies": {
  10720. "@types/unist": "^3.0.0",
  10721. "unist-util-is": "^6.0.0"
  10722. },
  10723. "funding": {
  10724. "type": "opencollective",
  10725. "url": "https://opencollective.com/unified"
  10726. }
  10727. },
  10728. "node_modules/unrs-resolver": {
  10729. "version": "1.11.1",
  10730. "resolved": "https://registry.npmmirror.com/unrs-resolver/-/unrs-resolver-1.11.1.tgz",
  10731. "integrity": "sha512-bSjt9pjaEBnNiGgc9rUiHGKv5l4/TGzDmYw3RhnkJGtLhbnnA/5qJj7x3dNDCRx/PJxu774LlH8lCOlB4hEfKg==",
  10732. "dev": true,
  10733. "hasInstallScript": true,
  10734. "license": "MIT",
  10735. "dependencies": {
  10736. "napi-postinstall": "^0.3.0"
  10737. },
  10738. "funding": {
  10739. "url": "https://opencollective.com/unrs-resolver"
  10740. },
  10741. "optionalDependencies": {
  10742. "@unrs/resolver-binding-android-arm-eabi": "1.11.1",
  10743. "@unrs/resolver-binding-android-arm64": "1.11.1",
  10744. "@unrs/resolver-binding-darwin-arm64": "1.11.1",
  10745. "@unrs/resolver-binding-darwin-x64": "1.11.1",
  10746. "@unrs/resolver-binding-freebsd-x64": "1.11.1",
  10747. "@unrs/resolver-binding-linux-arm-gnueabihf": "1.11.1",
  10748. "@unrs/resolver-binding-linux-arm-musleabihf": "1.11.1",
  10749. "@unrs/resolver-binding-linux-arm64-gnu": "1.11.1",
  10750. "@unrs/resolver-binding-linux-arm64-musl": "1.11.1",
  10751. "@unrs/resolver-binding-linux-ppc64-gnu": "1.11.1",
  10752. "@unrs/resolver-binding-linux-riscv64-gnu": "1.11.1",
  10753. "@unrs/resolver-binding-linux-riscv64-musl": "1.11.1",
  10754. "@unrs/resolver-binding-linux-s390x-gnu": "1.11.1",
  10755. "@unrs/resolver-binding-linux-x64-gnu": "1.11.1",
  10756. "@unrs/resolver-binding-linux-x64-musl": "1.11.1",
  10757. "@unrs/resolver-binding-wasm32-wasi": "1.11.1",
  10758. "@unrs/resolver-binding-win32-arm64-msvc": "1.11.1",
  10759. "@unrs/resolver-binding-win32-ia32-msvc": "1.11.1",
  10760. "@unrs/resolver-binding-win32-x64-msvc": "1.11.1"
  10761. }
  10762. },
  10763. "node_modules/uri-js": {
  10764. "version": "4.4.1",
  10765. "resolved": "https://registry.npmmirror.com/uri-js/-/uri-js-4.4.1.tgz",
  10766. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  10767. "dev": true,
  10768. "license": "BSD-2-Clause",
  10769. "dependencies": {
  10770. "punycode": "^2.1.0"
  10771. }
  10772. },
  10773. "node_modules/use-sync-external-store": {
  10774. "version": "1.5.0",
  10775. "resolved": "https://registry.npmmirror.com/use-sync-external-store/-/use-sync-external-store-1.5.0.tgz",
  10776. "integrity": "sha512-Rb46I4cGGVBmjamjphe8L/UnvJD+uPPtTkNvX5mZgqdbavhI4EbgIWJiIHXJ8bc/i9EQGPRh4DwEURJ552Do0A==",
  10777. "license": "MIT",
  10778. "peerDependencies": {
  10779. "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  10780. }
  10781. },
  10782. "node_modules/vfile": {
  10783. "version": "6.0.3",
  10784. "resolved": "https://registry.npmmirror.com/vfile/-/vfile-6.0.3.tgz",
  10785. "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
  10786. "license": "MIT",
  10787. "dependencies": {
  10788. "@types/unist": "^3.0.0",
  10789. "vfile-message": "^4.0.0"
  10790. },
  10791. "funding": {
  10792. "type": "opencollective",
  10793. "url": "https://opencollective.com/unified"
  10794. }
  10795. },
  10796. "node_modules/vfile-location": {
  10797. "version": "5.0.3",
  10798. "resolved": "https://registry.npmmirror.com/vfile-location/-/vfile-location-5.0.3.tgz",
  10799. "integrity": "sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==",
  10800. "license": "MIT",
  10801. "dependencies": {
  10802. "@types/unist": "^3.0.0",
  10803. "vfile": "^6.0.0"
  10804. },
  10805. "funding": {
  10806. "type": "opencollective",
  10807. "url": "https://opencollective.com/unified"
  10808. }
  10809. },
  10810. "node_modules/vfile-message": {
  10811. "version": "4.0.3",
  10812. "resolved": "https://registry.npmmirror.com/vfile-message/-/vfile-message-4.0.3.tgz",
  10813. "integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==",
  10814. "license": "MIT",
  10815. "dependencies": {
  10816. "@types/unist": "^3.0.0",
  10817. "unist-util-stringify-position": "^4.0.0"
  10818. },
  10819. "funding": {
  10820. "type": "opencollective",
  10821. "url": "https://opencollective.com/unified"
  10822. }
  10823. },
  10824. "node_modules/warning": {
  10825. "version": "4.0.3",
  10826. "resolved": "https://registry.npmmirror.com/warning/-/warning-4.0.3.tgz",
  10827. "integrity": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==",
  10828. "license": "MIT",
  10829. "dependencies": {
  10830. "loose-envify": "^1.0.0"
  10831. }
  10832. },
  10833. "node_modules/web-namespaces": {
  10834. "version": "2.0.1",
  10835. "resolved": "https://registry.npmmirror.com/web-namespaces/-/web-namespaces-2.0.1.tgz",
  10836. "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==",
  10837. "license": "MIT",
  10838. "funding": {
  10839. "type": "github",
  10840. "url": "https://github.com/sponsors/wooorm"
  10841. }
  10842. },
  10843. "node_modules/which": {
  10844. "version": "2.0.2",
  10845. "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
  10846. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  10847. "dev": true,
  10848. "license": "ISC",
  10849. "dependencies": {
  10850. "isexe": "^2.0.0"
  10851. },
  10852. "bin": {
  10853. "node-which": "bin/node-which"
  10854. },
  10855. "engines": {
  10856. "node": ">= 8"
  10857. }
  10858. },
  10859. "node_modules/which-boxed-primitive": {
  10860. "version": "1.1.1",
  10861. "resolved": "https://registry.npmmirror.com/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz",
  10862. "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==",
  10863. "dev": true,
  10864. "license": "MIT",
  10865. "dependencies": {
  10866. "is-bigint": "^1.1.0",
  10867. "is-boolean-object": "^1.2.1",
  10868. "is-number-object": "^1.1.1",
  10869. "is-string": "^1.1.1",
  10870. "is-symbol": "^1.1.1"
  10871. },
  10872. "engines": {
  10873. "node": ">= 0.4"
  10874. },
  10875. "funding": {
  10876. "url": "https://github.com/sponsors/ljharb"
  10877. }
  10878. },
  10879. "node_modules/which-builtin-type": {
  10880. "version": "1.2.1",
  10881. "resolved": "https://registry.npmmirror.com/which-builtin-type/-/which-builtin-type-1.2.1.tgz",
  10882. "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==",
  10883. "dev": true,
  10884. "license": "MIT",
  10885. "dependencies": {
  10886. "call-bound": "^1.0.2",
  10887. "function.prototype.name": "^1.1.6",
  10888. "has-tostringtag": "^1.0.2",
  10889. "is-async-function": "^2.0.0",
  10890. "is-date-object": "^1.1.0",
  10891. "is-finalizationregistry": "^1.1.0",
  10892. "is-generator-function": "^1.0.10",
  10893. "is-regex": "^1.2.1",
  10894. "is-weakref": "^1.0.2",
  10895. "isarray": "^2.0.5",
  10896. "which-boxed-primitive": "^1.1.0",
  10897. "which-collection": "^1.0.2",
  10898. "which-typed-array": "^1.1.16"
  10899. },
  10900. "engines": {
  10901. "node": ">= 0.4"
  10902. },
  10903. "funding": {
  10904. "url": "https://github.com/sponsors/ljharb"
  10905. }
  10906. },
  10907. "node_modules/which-collection": {
  10908. "version": "1.0.2",
  10909. "resolved": "https://registry.npmmirror.com/which-collection/-/which-collection-1.0.2.tgz",
  10910. "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==",
  10911. "dev": true,
  10912. "license": "MIT",
  10913. "dependencies": {
  10914. "is-map": "^2.0.3",
  10915. "is-set": "^2.0.3",
  10916. "is-weakmap": "^2.0.2",
  10917. "is-weakset": "^2.0.3"
  10918. },
  10919. "engines": {
  10920. "node": ">= 0.4"
  10921. },
  10922. "funding": {
  10923. "url": "https://github.com/sponsors/ljharb"
  10924. }
  10925. },
  10926. "node_modules/which-typed-array": {
  10927. "version": "1.1.19",
  10928. "resolved": "https://registry.npmmirror.com/which-typed-array/-/which-typed-array-1.1.19.tgz",
  10929. "integrity": "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==",
  10930. "dev": true,
  10931. "license": "MIT",
  10932. "dependencies": {
  10933. "available-typed-arrays": "^1.0.7",
  10934. "call-bind": "^1.0.8",
  10935. "call-bound": "^1.0.4",
  10936. "for-each": "^0.3.5",
  10937. "get-proto": "^1.0.1",
  10938. "gopd": "^1.2.0",
  10939. "has-tostringtag": "^1.0.2"
  10940. },
  10941. "engines": {
  10942. "node": ">= 0.4"
  10943. },
  10944. "funding": {
  10945. "url": "https://github.com/sponsors/ljharb"
  10946. }
  10947. },
  10948. "node_modules/word-wrap": {
  10949. "version": "1.2.5",
  10950. "resolved": "https://registry.npmmirror.com/word-wrap/-/word-wrap-1.2.5.tgz",
  10951. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  10952. "dev": true,
  10953. "license": "MIT",
  10954. "engines": {
  10955. "node": ">=0.10.0"
  10956. }
  10957. },
  10958. "node_modules/yallist": {
  10959. "version": "5.0.0",
  10960. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-5.0.0.tgz",
  10961. "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==",
  10962. "dev": true,
  10963. "license": "BlueOak-1.0.0",
  10964. "engines": {
  10965. "node": ">=18"
  10966. }
  10967. },
  10968. "node_modules/yaml": {
  10969. "version": "1.10.2",
  10970. "resolved": "https://registry.npmmirror.com/yaml/-/yaml-1.10.2.tgz",
  10971. "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
  10972. "license": "ISC",
  10973. "engines": {
  10974. "node": ">= 6"
  10975. }
  10976. },
  10977. "node_modules/yocto-queue": {
  10978. "version": "0.1.0",
  10979. "resolved": "https://registry.npmmirror.com/yocto-queue/-/yocto-queue-0.1.0.tgz",
  10980. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  10981. "dev": true,
  10982. "license": "MIT",
  10983. "engines": {
  10984. "node": ">=10"
  10985. },
  10986. "funding": {
  10987. "url": "https://github.com/sponsors/sindresorhus"
  10988. }
  10989. },
  10990. "node_modules/zrender": {
  10991. "version": "5.6.1",
  10992. "resolved": "https://registry.npmmirror.com/zrender/-/zrender-5.6.1.tgz",
  10993. "integrity": "sha512-OFXkDJKcrlx5su2XbzJvj/34Q3m6PvyCZkVPHGYpcCJ52ek4U/ymZyfuV1nKE23AyBJ51E/6Yr0mhZ7xGTO4ag==",
  10994. "license": "BSD-3-Clause",
  10995. "dependencies": {
  10996. "tslib": "2.3.0"
  10997. }
  10998. },
  10999. "node_modules/zrender/node_modules/tslib": {
  11000. "version": "2.3.0",
  11001. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.3.0.tgz",
  11002. "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==",
  11003. "license": "0BSD"
  11004. },
  11005. "node_modules/zwitch": {
  11006. "version": "2.0.4",
  11007. "resolved": "https://registry.npmmirror.com/zwitch/-/zwitch-2.0.4.tgz",
  11008. "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
  11009. "license": "MIT",
  11010. "funding": {
  11011. "type": "github",
  11012. "url": "https://github.com/sponsors/wooorm"
  11013. }
  11014. }
  11015. }
  11016. }