package-lock.json 408 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054605560566057605860596060606160626063606460656066606760686069607060716072607360746075607660776078607960806081608260836084608560866087608860896090609160926093609460956096609760986099610061016102610361046105610661076108610961106111611261136114611561166117611861196120612161226123612461256126612761286129613061316132613361346135613661376138613961406141614261436144614561466147614861496150615161526153615461556156615761586159616061616162616361646165616661676168616961706171617261736174617561766177617861796180618161826183618461856186618761886189619061916192619361946195619661976198619962006201620262036204620562066207620862096210621162126213621462156216621762186219622062216222622362246225622662276228622962306231623262336234623562366237623862396240624162426243624462456246624762486249625062516252625362546255625662576258625962606261626262636264626562666267626862696270627162726273627462756276627762786279628062816282628362846285628662876288628962906291629262936294629562966297629862996300630163026303630463056306630763086309631063116312631363146315631663176318631963206321632263236324632563266327632863296330633163326333633463356336633763386339634063416342634363446345634663476348634963506351635263536354635563566357635863596360636163626363636463656366636763686369637063716372637363746375637663776378637963806381638263836384638563866387638863896390639163926393639463956396639763986399640064016402640364046405640664076408640964106411641264136414641564166417641864196420642164226423642464256426642764286429643064316432643364346435643664376438643964406441644264436444644564466447644864496450645164526453645464556456645764586459646064616462646364646465646664676468646964706471647264736474647564766477647864796480648164826483648464856486648764886489649064916492649364946495649664976498649965006501650265036504650565066507650865096510651165126513651465156516651765186519652065216522652365246525652665276528652965306531653265336534653565366537653865396540654165426543654465456546654765486549655065516552655365546555655665576558655965606561656265636564656565666567656865696570657165726573657465756576657765786579658065816582658365846585658665876588658965906591659265936594659565966597659865996600660166026603660466056606660766086609661066116612661366146615661666176618661966206621662266236624662566266627662866296630663166326633663466356636663766386639664066416642664366446645664666476648664966506651665266536654665566566657665866596660666166626663666466656666666766686669667066716672667366746675667666776678667966806681668266836684668566866687668866896690669166926693669466956696669766986699670067016702670367046705670667076708670967106711671267136714671567166717671867196720672167226723672467256726672767286729673067316732673367346735673667376738673967406741674267436744674567466747674867496750675167526753675467556756675767586759676067616762676367646765676667676768676967706771677267736774677567766777677867796780678167826783678467856786678767886789679067916792679367946795679667976798679968006801680268036804680568066807680868096810681168126813681468156816681768186819682068216822682368246825682668276828682968306831683268336834683568366837683868396840684168426843684468456846684768486849685068516852685368546855685668576858685968606861686268636864686568666867686868696870687168726873687468756876687768786879688068816882688368846885688668876888688968906891689268936894689568966897689868996900690169026903690469056906690769086909691069116912691369146915691669176918691969206921692269236924692569266927692869296930693169326933693469356936693769386939694069416942694369446945694669476948694969506951695269536954695569566957695869596960696169626963696469656966696769686969697069716972697369746975697669776978697969806981698269836984698569866987698869896990699169926993699469956996699769986999700070017002700370047005700670077008700970107011701270137014701570167017701870197020702170227023702470257026702770287029703070317032703370347035703670377038703970407041704270437044704570467047704870497050705170527053705470557056705770587059706070617062706370647065706670677068706970707071707270737074707570767077707870797080708170827083708470857086708770887089709070917092709370947095709670977098709971007101710271037104710571067107710871097110711171127113711471157116711771187119712071217122712371247125712671277128712971307131713271337134713571367137713871397140714171427143714471457146714771487149715071517152715371547155715671577158715971607161716271637164716571667167716871697170717171727173717471757176717771787179718071817182718371847185718671877188718971907191719271937194719571967197719871997200720172027203720472057206720772087209721072117212721372147215721672177218721972207221722272237224722572267227722872297230723172327233723472357236723772387239724072417242724372447245724672477248724972507251725272537254725572567257725872597260726172627263726472657266726772687269727072717272727372747275727672777278727972807281728272837284728572867287728872897290729172927293729472957296729772987299730073017302730373047305730673077308730973107311731273137314731573167317731873197320732173227323732473257326732773287329733073317332733373347335733673377338733973407341734273437344734573467347734873497350735173527353735473557356735773587359736073617362736373647365736673677368736973707371737273737374737573767377737873797380738173827383738473857386738773887389739073917392739373947395739673977398739974007401740274037404740574067407740874097410741174127413741474157416741774187419742074217422742374247425742674277428742974307431743274337434743574367437743874397440744174427443744474457446744774487449745074517452745374547455745674577458745974607461746274637464746574667467746874697470747174727473747474757476747774787479748074817482748374847485748674877488748974907491749274937494749574967497749874997500750175027503750475057506750775087509751075117512751375147515751675177518751975207521752275237524752575267527752875297530753175327533753475357536753775387539754075417542754375447545754675477548754975507551755275537554755575567557755875597560756175627563756475657566756775687569757075717572757375747575757675777578757975807581758275837584758575867587758875897590759175927593759475957596759775987599760076017602760376047605760676077608760976107611761276137614761576167617761876197620762176227623762476257626762776287629763076317632763376347635763676377638763976407641764276437644764576467647764876497650765176527653765476557656765776587659766076617662766376647665766676677668766976707671767276737674767576767677767876797680768176827683768476857686768776887689769076917692769376947695769676977698769977007701770277037704770577067707770877097710771177127713771477157716771777187719772077217722772377247725772677277728772977307731773277337734773577367737773877397740774177427743774477457746774777487749775077517752775377547755775677577758775977607761776277637764776577667767776877697770777177727773777477757776777777787779778077817782778377847785778677877788778977907791779277937794779577967797779877997800780178027803780478057806780778087809781078117812781378147815781678177818781978207821782278237824782578267827782878297830783178327833783478357836783778387839784078417842784378447845784678477848784978507851785278537854785578567857785878597860786178627863786478657866786778687869787078717872787378747875787678777878787978807881788278837884788578867887788878897890789178927893789478957896789778987899790079017902790379047905790679077908790979107911791279137914791579167917791879197920792179227923792479257926792779287929793079317932793379347935793679377938793979407941794279437944794579467947794879497950795179527953795479557956795779587959796079617962796379647965796679677968796979707971797279737974797579767977797879797980798179827983798479857986798779887989799079917992799379947995799679977998799980008001800280038004800580068007800880098010801180128013801480158016801780188019802080218022802380248025802680278028802980308031803280338034803580368037803880398040804180428043804480458046804780488049805080518052805380548055805680578058805980608061806280638064806580668067806880698070807180728073807480758076807780788079808080818082808380848085808680878088808980908091809280938094809580968097809880998100810181028103810481058106810781088109811081118112811381148115811681178118811981208121812281238124812581268127812881298130813181328133813481358136813781388139814081418142814381448145814681478148814981508151815281538154815581568157815881598160816181628163816481658166816781688169817081718172817381748175817681778178817981808181818281838184818581868187818881898190819181928193819481958196819781988199820082018202820382048205820682078208820982108211821282138214821582168217821882198220822182228223822482258226822782288229823082318232823382348235823682378238823982408241824282438244824582468247824882498250825182528253825482558256825782588259826082618262826382648265826682678268826982708271827282738274827582768277827882798280828182828283828482858286828782888289829082918292829382948295829682978298829983008301830283038304830583068307830883098310831183128313831483158316831783188319832083218322832383248325832683278328832983308331833283338334833583368337833883398340834183428343834483458346834783488349835083518352835383548355835683578358835983608361836283638364836583668367836883698370837183728373837483758376837783788379838083818382838383848385838683878388838983908391839283938394839583968397839883998400840184028403840484058406840784088409841084118412841384148415841684178418841984208421842284238424842584268427842884298430843184328433843484358436843784388439844084418442844384448445844684478448844984508451845284538454845584568457845884598460846184628463846484658466846784688469847084718472847384748475847684778478847984808481848284838484848584868487848884898490849184928493849484958496849784988499850085018502850385048505850685078508850985108511851285138514851585168517851885198520852185228523852485258526852785288529853085318532853385348535853685378538853985408541854285438544854585468547854885498550855185528553855485558556855785588559856085618562856385648565856685678568856985708571857285738574857585768577857885798580858185828583858485858586858785888589859085918592859385948595859685978598859986008601860286038604860586068607860886098610861186128613861486158616861786188619862086218622862386248625862686278628862986308631863286338634863586368637863886398640864186428643864486458646864786488649865086518652865386548655865686578658865986608661866286638664866586668667866886698670867186728673867486758676867786788679868086818682868386848685868686878688868986908691869286938694869586968697869886998700870187028703870487058706870787088709871087118712871387148715871687178718871987208721872287238724872587268727872887298730873187328733873487358736873787388739874087418742874387448745874687478748874987508751875287538754875587568757875887598760876187628763876487658766876787688769877087718772877387748775877687778778877987808781878287838784878587868787878887898790879187928793879487958796879787988799880088018802880388048805880688078808880988108811881288138814881588168817881888198820882188228823882488258826882788288829883088318832883388348835883688378838883988408841884288438844884588468847884888498850885188528853885488558856885788588859886088618862886388648865886688678868886988708871887288738874887588768877887888798880888188828883888488858886888788888889889088918892889388948895889688978898889989008901890289038904890589068907890889098910891189128913891489158916891789188919892089218922892389248925892689278928892989308931893289338934893589368937893889398940894189428943894489458946894789488949895089518952895389548955895689578958895989608961896289638964896589668967896889698970897189728973897489758976897789788979898089818982898389848985898689878988898989908991899289938994899589968997899889999000900190029003900490059006900790089009901090119012901390149015901690179018901990209021902290239024902590269027902890299030903190329033903490359036903790389039904090419042904390449045904690479048904990509051905290539054905590569057905890599060906190629063906490659066906790689069907090719072907390749075907690779078907990809081908290839084908590869087908890899090909190929093909490959096909790989099910091019102910391049105910691079108910991109111911291139114911591169117911891199120912191229123912491259126912791289129913091319132913391349135913691379138913991409141914291439144914591469147914891499150915191529153915491559156915791589159916091619162916391649165916691679168916991709171917291739174917591769177917891799180918191829183918491859186918791889189919091919192919391949195919691979198919992009201920292039204920592069207920892099210921192129213921492159216921792189219922092219222922392249225922692279228922992309231923292339234923592369237923892399240924192429243924492459246924792489249925092519252925392549255925692579258925992609261926292639264926592669267926892699270927192729273927492759276927792789279928092819282928392849285928692879288928992909291929292939294929592969297929892999300930193029303930493059306930793089309931093119312931393149315931693179318931993209321932293239324932593269327932893299330933193329333933493359336933793389339934093419342934393449345934693479348934993509351935293539354935593569357935893599360936193629363936493659366936793689369937093719372937393749375937693779378937993809381938293839384938593869387938893899390939193929393939493959396939793989399940094019402940394049405940694079408940994109411941294139414941594169417941894199420942194229423942494259426942794289429943094319432943394349435943694379438943994409441944294439444944594469447944894499450945194529453945494559456945794589459946094619462946394649465946694679468946994709471947294739474947594769477947894799480948194829483948494859486948794889489949094919492949394949495949694979498949995009501950295039504950595069507950895099510951195129513951495159516951795189519952095219522952395249525952695279528952995309531953295339534953595369537953895399540954195429543954495459546954795489549955095519552955395549555955695579558955995609561956295639564956595669567956895699570957195729573957495759576957795789579958095819582958395849585958695879588958995909591959295939594959595969597959895999600960196029603960496059606960796089609961096119612961396149615961696179618961996209621962296239624962596269627962896299630963196329633963496359636963796389639964096419642964396449645964696479648964996509651965296539654965596569657965896599660966196629663966496659666966796689669967096719672967396749675967696779678967996809681968296839684968596869687968896899690969196929693969496959696969796989699970097019702970397049705970697079708970997109711971297139714971597169717971897199720972197229723972497259726972797289729973097319732973397349735973697379738973997409741974297439744974597469747974897499750975197529753975497559756975797589759976097619762976397649765976697679768976997709771977297739774977597769777977897799780978197829783978497859786978797889789979097919792979397949795979697979798979998009801980298039804980598069807980898099810981198129813981498159816981798189819982098219822982398249825982698279828982998309831983298339834983598369837983898399840984198429843984498459846984798489849985098519852985398549855985698579858985998609861986298639864986598669867986898699870987198729873987498759876987798789879988098819882988398849885988698879888988998909891989298939894989598969897989898999900990199029903990499059906990799089909991099119912991399149915991699179918991999209921992299239924992599269927992899299930993199329933993499359936993799389939994099419942994399449945994699479948994999509951995299539954995599569957995899599960996199629963996499659966996799689969997099719972997399749975997699779978997999809981998299839984998599869987998899899990999199929993999499959996999799989999100001000110002100031000410005100061000710008100091001010011100121001310014100151001610017100181001910020100211002210023100241002510026100271002810029100301003110032100331003410035100361003710038100391004010041100421004310044100451004610047100481004910050100511005210053100541005510056100571005810059100601006110062100631006410065100661006710068100691007010071100721007310074100751007610077100781007910080100811008210083100841008510086100871008810089100901009110092100931009410095100961009710098100991010010101101021010310104101051010610107101081010910110101111011210113101141011510116101171011810119101201012110122101231012410125101261012710128101291013010131101321013310134101351013610137101381013910140101411014210143101441014510146101471014810149101501015110152101531015410155101561015710158101591016010161101621016310164101651016610167101681016910170101711017210173101741017510176101771017810179101801018110182101831018410185101861018710188101891019010191101921019310194101951019610197101981019910200102011020210203102041020510206102071020810209102101021110212102131021410215102161021710218102191022010221102221022310224102251022610227102281022910230102311023210233102341023510236102371023810239102401024110242102431024410245102461024710248102491025010251102521025310254102551025610257102581025910260102611026210263102641026510266102671026810269102701027110272102731027410275102761027710278102791028010281102821028310284102851028610287102881028910290102911029210293102941029510296102971029810299103001030110302103031030410305103061030710308103091031010311103121031310314103151031610317103181031910320103211032210323103241032510326103271032810329103301033110332103331033410335103361033710338103391034010341103421034310344103451034610347103481034910350103511035210353103541035510356103571035810359103601036110362103631036410365103661036710368103691037010371103721037310374103751037610377103781037910380103811038210383103841038510386103871038810389103901039110392103931039410395103961039710398103991040010401104021040310404104051040610407104081040910410104111041210413104141041510416104171041810419104201042110422104231042410425104261042710428104291043010431104321043310434104351043610437104381043910440104411044210443104441044510446104471044810449104501045110452104531045410455104561045710458104591046010461104621046310464104651046610467104681046910470104711047210473104741047510476104771047810479104801048110482104831048410485104861048710488104891049010491104921049310494104951049610497104981049910500105011050210503105041050510506105071050810509105101051110512105131051410515105161051710518105191052010521105221052310524105251052610527105281052910530105311053210533105341053510536105371053810539105401054110542105431054410545105461054710548105491055010551105521055310554105551055610557105581055910560105611056210563105641056510566105671056810569105701057110572105731057410575105761057710578105791058010581105821058310584105851058610587105881058910590105911059210593105941059510596105971059810599106001060110602106031060410605106061060710608106091061010611106121061310614106151061610617106181061910620106211062210623106241062510626106271062810629106301063110632106331063410635106361063710638106391064010641106421064310644106451064610647106481064910650106511065210653106541065510656106571065810659106601066110662106631066410665106661066710668106691067010671106721067310674106751067610677106781067910680106811068210683106841068510686106871068810689106901069110692106931069410695106961069710698106991070010701107021070310704107051070610707107081070910710107111071210713107141071510716107171071810719107201072110722107231072410725107261072710728107291073010731107321073310734107351073610737107381073910740107411074210743107441074510746107471074810749107501075110752107531075410755107561075710758107591076010761107621076310764107651076610767107681076910770107711077210773107741077510776107771077810779107801078110782107831078410785107861078710788107891079010791107921079310794107951079610797107981079910800108011080210803108041080510806108071080810809108101081110812108131081410815108161081710818108191082010821108221082310824108251082610827108281082910830108311083210833108341083510836108371083810839108401084110842108431084410845108461084710848108491085010851108521085310854108551085610857108581085910860108611086210863108641086510866108671086810869108701087110872108731087410875108761087710878108791088010881108821088310884108851088610887108881088910890108911089210893108941089510896108971089810899109001090110902109031090410905109061090710908109091091010911109121091310914109151091610917109181091910920109211092210923109241092510926109271092810929109301093110932109331093410935109361093710938109391094010941109421094310944109451094610947109481094910950109511095210953109541095510956109571095810959109601096110962109631096410965109661096710968109691097010971109721097310974109751097610977109781097910980109811098210983109841098510986109871098810989109901099110992109931099410995109961099710998109991100011001110021100311004110051100611007110081100911010110111101211013110141101511016110171101811019110201102111022110231102411025110261102711028110291103011031110321103311034110351103611037110381103911040110411104211043110441104511046110471104811049110501105111052110531105411055110561105711058110591106011061110621106311064110651106611067110681106911070110711107211073110741107511076110771107811079110801108111082110831108411085110861108711088110891109011091110921109311094110951109611097110981109911100111011110211103111041110511106111071110811109111101111111112111131111411115111161111711118111191112011121111221112311124111251112611127111281112911130111311113211133111341113511136111371113811139111401114111142111431114411145111461114711148111491115011151111521115311154111551115611157111581115911160111611116211163111641116511166111671116811169111701117111172111731117411175111761117711178111791118011181111821118311184111851118611187111881118911190111911119211193111941119511196111971119811199112001120111202112031120411205112061120711208112091121011211112121121311214112151121611217112181121911220112211122211223112241122511226112271122811229112301123111232112331123411235112361123711238112391124011241112421124311244112451124611247112481124911250112511125211253112541125511256112571125811259112601126111262112631126411265112661126711268112691127011271112721127311274112751127611277112781127911280112811128211283112841128511286112871128811289112901129111292112931129411295112961129711298112991130011301113021130311304113051130611307113081130911310113111131211313113141131511316113171131811319113201132111322113231132411325113261132711328113291133011331113321133311334113351133611337113381133911340113411134211343113441134511346113471134811349113501135111352113531135411355113561135711358113591136011361113621136311364113651136611367113681136911370113711137211373113741137511376113771137811379113801138111382113831138411385113861138711388113891139011391113921139311394113951139611397113981139911400114011140211403114041140511406114071140811409114101141111412114131141411415114161141711418114191142011421114221142311424114251142611427114281142911430114311143211433114341143511436114371143811439114401144111442114431144411445114461144711448114491145011451114521145311454114551145611457114581145911460114611146211463114641146511466114671146811469
  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. "@radix-ui/react-tabs": "^1.1.12",
  19. "@sbzen/re-cron": "^2.0.7",
  20. "@uiw/react-md-editor": "^4.0.8",
  21. "antd": "^5.26.7",
  22. "chart.js": "^4.5.0",
  23. "clsx": "^2.1.1",
  24. "cookies-next": "^6.1.0",
  25. "jsencrypt": "^3.3.2",
  26. "next": "15.4.6",
  27. "react": "19.1.0",
  28. "react-chartjs-2": "^5.3.0",
  29. "react-countup": "^6.5.3",
  30. "react-d3-speedometer": "^3.1.1",
  31. "react-dom": "19.1.0",
  32. "react-spinners": "^0.17.0",
  33. "recharts": "^3.1.2",
  34. "sass": "^1.90.0",
  35. "tailwind-merge": "^3.3.1"
  36. },
  37. "devDependencies": {
  38. "@eslint/eslintrc": "^3",
  39. "@tailwindcss/postcss": "^4",
  40. "@types/node": "^20",
  41. "@types/react": "^19",
  42. "@types/react-dom": "^19",
  43. "eslint": "^9",
  44. "eslint-config-next": "^15.4.6",
  45. "tailwindcss": "^4",
  46. "typescript": "^5"
  47. }
  48. },
  49. "node_modules/@alloc/quick-lru": {
  50. "version": "5.2.0",
  51. "resolved": "https://registry.npmmirror.com/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
  52. "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
  53. "dev": true,
  54. "license": "MIT",
  55. "engines": {
  56. "node": ">=10"
  57. },
  58. "funding": {
  59. "url": "https://github.com/sponsors/sindresorhus"
  60. }
  61. },
  62. "node_modules/@ampproject/remapping": {
  63. "version": "2.3.0",
  64. "resolved": "https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.3.0.tgz",
  65. "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
  66. "dev": true,
  67. "license": "Apache-2.0",
  68. "dependencies": {
  69. "@jridgewell/gen-mapping": "^0.3.5",
  70. "@jridgewell/trace-mapping": "^0.3.24"
  71. },
  72. "engines": {
  73. "node": ">=6.0.0"
  74. }
  75. },
  76. "node_modules/@ant-design/colors": {
  77. "version": "7.2.1",
  78. "resolved": "https://registry.npmmirror.com/@ant-design/colors/-/colors-7.2.1.tgz",
  79. "integrity": "sha512-lCHDcEzieu4GA3n8ELeZ5VQ8pKQAWcGGLRTQ50aQM2iqPpq2evTxER84jfdPvsPAtEcZ7m44NI45edFMo8oOYQ==",
  80. "license": "MIT",
  81. "dependencies": {
  82. "@ant-design/fast-color": "^2.0.6"
  83. }
  84. },
  85. "node_modules/@ant-design/cssinjs": {
  86. "version": "1.24.0",
  87. "resolved": "https://registry.npmmirror.com/@ant-design/cssinjs/-/cssinjs-1.24.0.tgz",
  88. "integrity": "sha512-K4cYrJBsgvL+IoozUXYjbT6LHHNt+19a9zkvpBPxLjFHas1UpPM2A5MlhROb0BT8N8WoavM5VsP9MeSeNK/3mg==",
  89. "license": "MIT",
  90. "dependencies": {
  91. "@babel/runtime": "^7.11.1",
  92. "@emotion/hash": "^0.8.0",
  93. "@emotion/unitless": "^0.7.5",
  94. "classnames": "^2.3.1",
  95. "csstype": "^3.1.3",
  96. "rc-util": "^5.35.0",
  97. "stylis": "^4.3.4"
  98. },
  99. "peerDependencies": {
  100. "react": ">=16.0.0",
  101. "react-dom": ">=16.0.0"
  102. }
  103. },
  104. "node_modules/@ant-design/cssinjs-utils": {
  105. "version": "1.1.3",
  106. "resolved": "https://registry.npmmirror.com/@ant-design/cssinjs-utils/-/cssinjs-utils-1.1.3.tgz",
  107. "integrity": "sha512-nOoQMLW1l+xR1Co8NFVYiP8pZp3VjIIzqV6D6ShYF2ljtdwWJn5WSsH+7kvCktXL/yhEtWURKOfH5Xz/gzlwsg==",
  108. "license": "MIT",
  109. "dependencies": {
  110. "@ant-design/cssinjs": "^1.21.0",
  111. "@babel/runtime": "^7.23.2",
  112. "rc-util": "^5.38.0"
  113. },
  114. "peerDependencies": {
  115. "react": ">=16.9.0",
  116. "react-dom": ">=16.9.0"
  117. }
  118. },
  119. "node_modules/@ant-design/fast-color": {
  120. "version": "2.0.6",
  121. "resolved": "https://registry.npmmirror.com/@ant-design/fast-color/-/fast-color-2.0.6.tgz",
  122. "integrity": "sha512-y2217gk4NqL35giHl72o6Zzqji9O7vHh9YmhUVkPtAOpoTCH4uWxo/pr4VE8t0+ChEPs0qo4eJRC5Q1eXWo3vA==",
  123. "license": "MIT",
  124. "dependencies": {
  125. "@babel/runtime": "^7.24.7"
  126. },
  127. "engines": {
  128. "node": ">=8.x"
  129. }
  130. },
  131. "node_modules/@ant-design/icons": {
  132. "version": "5.6.1",
  133. "resolved": "https://registry.npmmirror.com/@ant-design/icons/-/icons-5.6.1.tgz",
  134. "integrity": "sha512-0/xS39c91WjPAZOWsvi1//zjx6kAp4kxWwctR6kuU6p133w8RU0D2dSCvZC19uQyharg/sAvYxGYWl01BbZZfg==",
  135. "license": "MIT",
  136. "dependencies": {
  137. "@ant-design/colors": "^7.0.0",
  138. "@ant-design/icons-svg": "^4.4.0",
  139. "@babel/runtime": "^7.24.8",
  140. "classnames": "^2.2.6",
  141. "rc-util": "^5.31.1"
  142. },
  143. "engines": {
  144. "node": ">=8"
  145. },
  146. "peerDependencies": {
  147. "react": ">=16.0.0",
  148. "react-dom": ">=16.0.0"
  149. }
  150. },
  151. "node_modules/@ant-design/icons-svg": {
  152. "version": "4.4.2",
  153. "resolved": "https://registry.npmmirror.com/@ant-design/icons-svg/-/icons-svg-4.4.2.tgz",
  154. "integrity": "sha512-vHbT+zJEVzllwP+CM+ul7reTEfBR0vgxFe7+lREAsAA7YGsYpboiq2sQNeQeRvh09GfQgs/GyFEvZpJ9cLXpXA==",
  155. "license": "MIT"
  156. },
  157. "node_modules/@ant-design/nextjs-registry": {
  158. "version": "1.1.0",
  159. "resolved": "https://registry.npmmirror.com/@ant-design/nextjs-registry/-/nextjs-registry-1.1.0.tgz",
  160. "integrity": "sha512-zZ9SKyqTHonUK7l/z/ixpVx0LSnZTlIqYFOccSDI7jx7ojCMTGxzkl3ugGWPPh8xPYDsVxqzwJZBic84H7LgLw==",
  161. "license": "MIT",
  162. "peerDependencies": {
  163. "@ant-design/cssinjs": "^1.24.0",
  164. "antd": "^5.0.0",
  165. "next": "^14.0.0 || ^15.0.0",
  166. "react": ">=16.0.0",
  167. "react-dom": ">=16.0.0"
  168. }
  169. },
  170. "node_modules/@ant-design/pro-card": {
  171. "version": "2.10.0",
  172. "resolved": "https://registry.npmmirror.com/@ant-design/pro-card/-/pro-card-2.10.0.tgz",
  173. "integrity": "sha512-sLONn1odmE0Wkbse8pol4WiaEzBV8JU5s3FAMflPpycfUcbSaa1ktXzQ7LCo2SAvOS7gkfmpFjBPtrfbigKh4g==",
  174. "license": "MIT",
  175. "dependencies": {
  176. "@ant-design/cssinjs": "^1.21.1",
  177. "@ant-design/icons": "^5.0.0",
  178. "@ant-design/pro-provider": "2.16.2",
  179. "@ant-design/pro-utils": "2.18.0",
  180. "@babel/runtime": "^7.18.0",
  181. "classnames": "^2.3.2",
  182. "rc-resize-observer": "^1.0.0",
  183. "rc-util": "^5.4.0"
  184. },
  185. "peerDependencies": {
  186. "antd": "^4.24.15 || ^5.11.2",
  187. "react": ">=17.0.0"
  188. }
  189. },
  190. "node_modules/@ant-design/pro-components": {
  191. "version": "2.8.10",
  192. "resolved": "https://registry.npmmirror.com/@ant-design/pro-components/-/pro-components-2.8.10.tgz",
  193. "integrity": "sha512-QHnnIXdmC5GTAtm6i8eeJy5yT9npPlFyxpDm+duiDrTRKRFaAQBduArxlH3DA/hoRCCypzPONxfK9BQNIhIyZA==",
  194. "license": "MIT",
  195. "dependencies": {
  196. "@ant-design/pro-card": "2.10.0",
  197. "@ant-design/pro-descriptions": "2.6.10",
  198. "@ant-design/pro-field": "3.1.0",
  199. "@ant-design/pro-form": "2.32.0",
  200. "@ant-design/pro-layout": "7.22.7",
  201. "@ant-design/pro-list": "2.6.10",
  202. "@ant-design/pro-provider": "2.16.2",
  203. "@ant-design/pro-skeleton": "2.2.1",
  204. "@ant-design/pro-table": "3.21.0",
  205. "@ant-design/pro-utils": "2.18.0",
  206. "@babel/runtime": "^7.16.3"
  207. },
  208. "peerDependencies": {
  209. "antd": "^4.24.15 || ^5.11.2",
  210. "react": ">=17.0.0",
  211. "react-dom": ">=17.0.0"
  212. }
  213. },
  214. "node_modules/@ant-design/pro-descriptions": {
  215. "version": "2.6.10",
  216. "resolved": "https://registry.npmmirror.com/@ant-design/pro-descriptions/-/pro-descriptions-2.6.10.tgz",
  217. "integrity": "sha512-+4MbiOfumnWlW0Awm4m8JML5o3lR649FD24AaivCmr8BQvIAAXdTITnDMXEg8BqvdP4KOvNsStZrvYfqoev33A==",
  218. "license": "MIT",
  219. "dependencies": {
  220. "@ant-design/pro-field": "3.1.0",
  221. "@ant-design/pro-form": "2.32.0",
  222. "@ant-design/pro-provider": "2.16.2",
  223. "@ant-design/pro-skeleton": "2.2.1",
  224. "@ant-design/pro-utils": "2.18.0",
  225. "@babel/runtime": "^7.18.0",
  226. "rc-resize-observer": "^0.2.3",
  227. "rc-util": "^5.0.6"
  228. },
  229. "peerDependencies": {
  230. "antd": "^4.24.15 || ^5.11.2",
  231. "react": ">=17.0.0"
  232. }
  233. },
  234. "node_modules/@ant-design/pro-descriptions/node_modules/rc-resize-observer": {
  235. "version": "0.2.6",
  236. "resolved": "https://registry.npmmirror.com/rc-resize-observer/-/rc-resize-observer-0.2.6.tgz",
  237. "integrity": "sha512-YX6nYnd6fk7zbuvT6oSDMKiZjyngjHoy+fz+vL3Tez38d/G5iGdaDJa2yE7345G6sc4Mm1IGRUIwclvltddhmA==",
  238. "license": "MIT",
  239. "dependencies": {
  240. "@babel/runtime": "^7.10.1",
  241. "classnames": "^2.2.1",
  242. "rc-util": "^5.0.0",
  243. "resize-observer-polyfill": "^1.5.1"
  244. },
  245. "peerDependencies": {
  246. "react": ">=16.9.0",
  247. "react-dom": ">=16.9.0"
  248. }
  249. },
  250. "node_modules/@ant-design/pro-field": {
  251. "version": "3.1.0",
  252. "resolved": "https://registry.npmmirror.com/@ant-design/pro-field/-/pro-field-3.1.0.tgz",
  253. "integrity": "sha512-+Dgp31WjD+iwg9KIRAMgNkfQivkJKMcYBrIBmho1e8ep/O0HgWSp48g70tBIWi/Lfem/Ky2schF7O8XCFouczw==",
  254. "license": "MIT",
  255. "dependencies": {
  256. "@ant-design/icons": "^5.0.0",
  257. "@ant-design/pro-provider": "2.16.2",
  258. "@ant-design/pro-utils": "2.18.0",
  259. "@babel/runtime": "^7.18.0",
  260. "@chenshuai2144/sketch-color": "^1.0.8",
  261. "classnames": "^2.3.2",
  262. "dayjs": "^1.11.10",
  263. "lodash": "^4.17.21",
  264. "lodash-es": "^4.17.21",
  265. "rc-util": "^5.4.0",
  266. "swr": "^2.0.0"
  267. },
  268. "peerDependencies": {
  269. "antd": "^4.24.15 || ^5.11.2",
  270. "react": ">=17.0.0"
  271. }
  272. },
  273. "node_modules/@ant-design/pro-form": {
  274. "version": "2.32.0",
  275. "resolved": "https://registry.npmmirror.com/@ant-design/pro-form/-/pro-form-2.32.0.tgz",
  276. "integrity": "sha512-GZnVAMeYv+YHJb17lJ7rX5PYuQPvEA6EotQnPbHi9tGLN3PfexcAd21rqzuO+OrulU2x7TEMDIxtY9MzvvOGbg==",
  277. "license": "MIT",
  278. "dependencies": {
  279. "@ant-design/icons": "^5.0.0",
  280. "@ant-design/pro-field": "3.1.0",
  281. "@ant-design/pro-provider": "2.16.2",
  282. "@ant-design/pro-utils": "2.18.0",
  283. "@babel/runtime": "^7.18.0",
  284. "@chenshuai2144/sketch-color": "^1.0.7",
  285. "@umijs/use-params": "^1.0.9",
  286. "classnames": "^2.3.2",
  287. "dayjs": "^1.11.10",
  288. "lodash": "^4.17.21",
  289. "lodash-es": "^4.17.21",
  290. "rc-resize-observer": "^1.1.0",
  291. "rc-util": "^5.0.6"
  292. },
  293. "peerDependencies": {
  294. "antd": "^4.24.15 || ^5.11.2",
  295. "rc-field-form": ">=1.22.0",
  296. "react": ">=17.0.0",
  297. "react-dom": ">=17.0.0"
  298. }
  299. },
  300. "node_modules/@ant-design/pro-layout": {
  301. "version": "7.22.7",
  302. "resolved": "https://registry.npmmirror.com/@ant-design/pro-layout/-/pro-layout-7.22.7.tgz",
  303. "integrity": "sha512-fvmtNA1r9SaasVIQIQt611VSlNxtVxDbQ3e+1GhYQza3tVJi/3gCZuDyfMfTnbLmf3PaW/YvLkn7MqDbzAzoLA==",
  304. "license": "MIT",
  305. "dependencies": {
  306. "@ant-design/cssinjs": "^1.21.1",
  307. "@ant-design/icons": "^5.0.0",
  308. "@ant-design/pro-provider": "2.16.2",
  309. "@ant-design/pro-utils": "2.18.0",
  310. "@babel/runtime": "^7.18.0",
  311. "@umijs/route-utils": "^4.0.0",
  312. "@umijs/use-params": "^1.0.9",
  313. "classnames": "^2.3.2",
  314. "lodash": "^4.17.21",
  315. "lodash-es": "^4.17.21",
  316. "path-to-regexp": "8.2.0",
  317. "rc-resize-observer": "^1.1.0",
  318. "rc-util": "^5.0.6",
  319. "swr": "^2.0.0",
  320. "warning": "^4.0.3"
  321. },
  322. "peerDependencies": {
  323. "antd": "^4.24.15 || ^5.11.2",
  324. "react": ">=17.0.0",
  325. "react-dom": ">=17.0.0"
  326. }
  327. },
  328. "node_modules/@ant-design/pro-list": {
  329. "version": "2.6.10",
  330. "resolved": "https://registry.npmmirror.com/@ant-design/pro-list/-/pro-list-2.6.10.tgz",
  331. "integrity": "sha512-xSWwnqCr+hPEYR4qY7nFUaxO5RQBxNlFaPNmobP2i+Im31slk9JuAusgWeIYO0mNhLJuLbxd8CCma2AZij3fBQ==",
  332. "license": "MIT",
  333. "dependencies": {
  334. "@ant-design/cssinjs": "^1.21.1",
  335. "@ant-design/icons": "^5.0.0",
  336. "@ant-design/pro-card": "2.10.0",
  337. "@ant-design/pro-field": "3.1.0",
  338. "@ant-design/pro-table": "3.21.0",
  339. "@ant-design/pro-utils": "2.18.0",
  340. "@babel/runtime": "^7.18.0",
  341. "classnames": "^2.3.2",
  342. "dayjs": "^1.11.10",
  343. "rc-resize-observer": "^1.0.0",
  344. "rc-util": "^4.19.0"
  345. },
  346. "peerDependencies": {
  347. "antd": "^4.24.15 || ^5.11.2",
  348. "react": ">=17.0.0",
  349. "react-dom": ">=17.0.0"
  350. }
  351. },
  352. "node_modules/@ant-design/pro-list/node_modules/rc-util": {
  353. "version": "4.21.1",
  354. "resolved": "https://registry.npmmirror.com/rc-util/-/rc-util-4.21.1.tgz",
  355. "integrity": "sha512-Z+vlkSQVc1l8O2UjR3WQ+XdWlhj5q9BMQNLk2iOBch75CqPfrJyGtcWMcnhRlNuDu0Ndtt4kLVO8JI8BrABobg==",
  356. "license": "MIT",
  357. "dependencies": {
  358. "add-dom-event-listener": "^1.1.0",
  359. "prop-types": "^15.5.10",
  360. "react-is": "^16.12.0",
  361. "react-lifecycles-compat": "^3.0.4",
  362. "shallowequal": "^1.1.0"
  363. }
  364. },
  365. "node_modules/@ant-design/pro-provider": {
  366. "version": "2.16.2",
  367. "resolved": "https://registry.npmmirror.com/@ant-design/pro-provider/-/pro-provider-2.16.2.tgz",
  368. "integrity": "sha512-0KmCH1EaOND787Jz6VRMYtLNZmqfT0JPjdUfxhyOxFfnBRfrjyfZgIa6CQoAJLEUMWv57PccWS8wRHVUUk2Yiw==",
  369. "license": "MIT",
  370. "dependencies": {
  371. "@ant-design/cssinjs": "^1.21.1",
  372. "@babel/runtime": "^7.18.0",
  373. "@ctrl/tinycolor": "^3.4.0",
  374. "dayjs": "^1.11.10",
  375. "rc-util": "^5.0.1",
  376. "swr": "^2.0.0"
  377. },
  378. "peerDependencies": {
  379. "antd": "^4.24.15 || ^5.11.2",
  380. "react": ">=17.0.0",
  381. "react-dom": ">=17.0.0"
  382. }
  383. },
  384. "node_modules/@ant-design/pro-skeleton": {
  385. "version": "2.2.1",
  386. "resolved": "https://registry.npmmirror.com/@ant-design/pro-skeleton/-/pro-skeleton-2.2.1.tgz",
  387. "integrity": "sha512-3M2jNOZQZWEDR8pheY00OkHREfb0rquvFZLCa6DypGmiksiuuYuR9Y4iA82ZF+mva2FmpHekdwbje/GpbxqBeg==",
  388. "license": "MIT",
  389. "dependencies": {
  390. "@babel/runtime": "^7.18.0"
  391. },
  392. "peerDependencies": {
  393. "antd": "^4.24.15 || ^5.11.2",
  394. "react": ">=17.0.0",
  395. "react-dom": ">=17.0.0"
  396. }
  397. },
  398. "node_modules/@ant-design/pro-table": {
  399. "version": "3.21.0",
  400. "resolved": "https://registry.npmmirror.com/@ant-design/pro-table/-/pro-table-3.21.0.tgz",
  401. "integrity": "sha512-sI81d3FYRv5sXamUc+M5CsHZ9CchuUQgOAPzo5H4oPAVL5h+mkYGRsBzPsxQX7khTNpWjrAtPoRm5ipx3vvWog==",
  402. "license": "MIT",
  403. "dependencies": {
  404. "@ant-design/cssinjs": "^1.21.1",
  405. "@ant-design/icons": "^5.0.0",
  406. "@ant-design/pro-card": "2.10.0",
  407. "@ant-design/pro-field": "3.1.0",
  408. "@ant-design/pro-form": "2.32.0",
  409. "@ant-design/pro-provider": "2.16.2",
  410. "@ant-design/pro-utils": "2.18.0",
  411. "@babel/runtime": "^7.18.0",
  412. "@dnd-kit/core": "^6.0.8",
  413. "@dnd-kit/modifiers": "^6.0.1",
  414. "@dnd-kit/sortable": "^7.0.2",
  415. "@dnd-kit/utilities": "^3.2.1",
  416. "classnames": "^2.3.2",
  417. "dayjs": "^1.11.10",
  418. "lodash": "^4.17.21",
  419. "lodash-es": "^4.17.21",
  420. "rc-resize-observer": "^1.0.0",
  421. "rc-util": "^5.0.1"
  422. },
  423. "peerDependencies": {
  424. "antd": "^4.24.15 || ^5.11.2",
  425. "rc-field-form": ">=1.22.0",
  426. "react": ">=17.0.0",
  427. "react-dom": ">=17.0.0"
  428. }
  429. },
  430. "node_modules/@ant-design/pro-utils": {
  431. "version": "2.18.0",
  432. "resolved": "https://registry.npmmirror.com/@ant-design/pro-utils/-/pro-utils-2.18.0.tgz",
  433. "integrity": "sha512-8+ikyrN8L8a8Ph4oeHTOJEiranTj18+9+WHCHjKNdEfukI7Rjn8xpYdLJWb2AUJkb9d4eoAqjd5+k+7w81Df0w==",
  434. "license": "MIT",
  435. "dependencies": {
  436. "@ant-design/icons": "^5.0.0",
  437. "@ant-design/pro-provider": "2.16.2",
  438. "@babel/runtime": "^7.18.0",
  439. "classnames": "^2.3.2",
  440. "dayjs": "^1.11.10",
  441. "lodash": "^4.17.21",
  442. "lodash-es": "^4.17.21",
  443. "rc-util": "^5.0.6",
  444. "safe-stable-stringify": "^2.4.3",
  445. "swr": "^2.0.0"
  446. },
  447. "peerDependencies": {
  448. "antd": "^4.24.15 || ^5.11.2",
  449. "react": ">=17.0.0",
  450. "react-dom": ">=17.0.0"
  451. }
  452. },
  453. "node_modules/@ant-design/react-slick": {
  454. "version": "1.1.2",
  455. "resolved": "https://registry.npmmirror.com/@ant-design/react-slick/-/react-slick-1.1.2.tgz",
  456. "integrity": "sha512-EzlvzE6xQUBrZuuhSAFTdsr4P2bBBHGZwKFemEfq8gIGyIQCxalYfZW/T2ORbtQx5rU69o+WycP3exY/7T1hGA==",
  457. "license": "MIT",
  458. "dependencies": {
  459. "@babel/runtime": "^7.10.4",
  460. "classnames": "^2.2.5",
  461. "json2mq": "^0.2.0",
  462. "resize-observer-polyfill": "^1.5.1",
  463. "throttle-debounce": "^5.0.0"
  464. },
  465. "peerDependencies": {
  466. "react": ">=16.9.0"
  467. }
  468. },
  469. "node_modules/@ant-design/v5-patch-for-react-19": {
  470. "version": "1.0.3",
  471. "resolved": "https://registry.npmmirror.com/@ant-design/v5-patch-for-react-19/-/v5-patch-for-react-19-1.0.3.tgz",
  472. "integrity": "sha512-iWfZuSUl5kuhqLUw7jJXUQFMMkM7XpW7apmKzQBQHU0cpifYW4A79xIBt9YVO5IBajKpPG5UKP87Ft7Yrw1p/w==",
  473. "license": "MIT",
  474. "engines": {
  475. "node": ">=12.x"
  476. },
  477. "peerDependencies": {
  478. "antd": ">=5.22.6",
  479. "react": ">=19.0.0",
  480. "react-dom": ">=19.0.0"
  481. }
  482. },
  483. "node_modules/@babel/code-frame": {
  484. "version": "7.27.1",
  485. "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.27.1.tgz",
  486. "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
  487. "license": "MIT",
  488. "dependencies": {
  489. "@babel/helper-validator-identifier": "^7.27.1",
  490. "js-tokens": "^4.0.0",
  491. "picocolors": "^1.1.1"
  492. },
  493. "engines": {
  494. "node": ">=6.9.0"
  495. }
  496. },
  497. "node_modules/@babel/generator": {
  498. "version": "7.28.0",
  499. "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.28.0.tgz",
  500. "integrity": "sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==",
  501. "license": "MIT",
  502. "dependencies": {
  503. "@babel/parser": "^7.28.0",
  504. "@babel/types": "^7.28.0",
  505. "@jridgewell/gen-mapping": "^0.3.12",
  506. "@jridgewell/trace-mapping": "^0.3.28",
  507. "jsesc": "^3.0.2"
  508. },
  509. "engines": {
  510. "node": ">=6.9.0"
  511. }
  512. },
  513. "node_modules/@babel/helper-globals": {
  514. "version": "7.28.0",
  515. "resolved": "https://registry.npmmirror.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
  516. "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
  517. "license": "MIT",
  518. "engines": {
  519. "node": ">=6.9.0"
  520. }
  521. },
  522. "node_modules/@babel/helper-module-imports": {
  523. "version": "7.27.1",
  524. "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
  525. "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
  526. "license": "MIT",
  527. "dependencies": {
  528. "@babel/traverse": "^7.27.1",
  529. "@babel/types": "^7.27.1"
  530. },
  531. "engines": {
  532. "node": ">=6.9.0"
  533. }
  534. },
  535. "node_modules/@babel/helper-string-parser": {
  536. "version": "7.27.1",
  537. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  538. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  539. "license": "MIT",
  540. "engines": {
  541. "node": ">=6.9.0"
  542. }
  543. },
  544. "node_modules/@babel/helper-validator-identifier": {
  545. "version": "7.27.1",
  546. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
  547. "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
  548. "license": "MIT",
  549. "engines": {
  550. "node": ">=6.9.0"
  551. }
  552. },
  553. "node_modules/@babel/parser": {
  554. "version": "7.28.0",
  555. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.28.0.tgz",
  556. "integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==",
  557. "license": "MIT",
  558. "dependencies": {
  559. "@babel/types": "^7.28.0"
  560. },
  561. "bin": {
  562. "parser": "bin/babel-parser.js"
  563. },
  564. "engines": {
  565. "node": ">=6.0.0"
  566. }
  567. },
  568. "node_modules/@babel/runtime": {
  569. "version": "7.28.2",
  570. "resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.28.2.tgz",
  571. "integrity": "sha512-KHp2IflsnGywDjBWDkR9iEqiWSpc8GIi0lgTT3mOElT0PP1tG26P4tmFI2YvAdzgq9RGyoHZQEIEdZy6Ec5xCA==",
  572. "license": "MIT",
  573. "engines": {
  574. "node": ">=6.9.0"
  575. }
  576. },
  577. "node_modules/@babel/template": {
  578. "version": "7.27.2",
  579. "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.27.2.tgz",
  580. "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
  581. "license": "MIT",
  582. "dependencies": {
  583. "@babel/code-frame": "^7.27.1",
  584. "@babel/parser": "^7.27.2",
  585. "@babel/types": "^7.27.1"
  586. },
  587. "engines": {
  588. "node": ">=6.9.0"
  589. }
  590. },
  591. "node_modules/@babel/traverse": {
  592. "version": "7.28.0",
  593. "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.28.0.tgz",
  594. "integrity": "sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==",
  595. "license": "MIT",
  596. "dependencies": {
  597. "@babel/code-frame": "^7.27.1",
  598. "@babel/generator": "^7.28.0",
  599. "@babel/helper-globals": "^7.28.0",
  600. "@babel/parser": "^7.28.0",
  601. "@babel/template": "^7.27.2",
  602. "@babel/types": "^7.28.0",
  603. "debug": "^4.3.1"
  604. },
  605. "engines": {
  606. "node": ">=6.9.0"
  607. }
  608. },
  609. "node_modules/@babel/types": {
  610. "version": "7.28.2",
  611. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.28.2.tgz",
  612. "integrity": "sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==",
  613. "license": "MIT",
  614. "dependencies": {
  615. "@babel/helper-string-parser": "^7.27.1",
  616. "@babel/helper-validator-identifier": "^7.27.1"
  617. },
  618. "engines": {
  619. "node": ">=6.9.0"
  620. }
  621. },
  622. "node_modules/@chenshuai2144/sketch-color": {
  623. "version": "1.0.9",
  624. "resolved": "https://registry.npmmirror.com/@chenshuai2144/sketch-color/-/sketch-color-1.0.9.tgz",
  625. "integrity": "sha512-obzSy26cb7Pm7OprWyVpgMpIlrZpZ0B7vbrU0RMbvRg0YAI890S5Xy02Aj1Nhl4+KTbi1lVYHt6HQP8Hm9s+1w==",
  626. "license": "MIT",
  627. "dependencies": {
  628. "reactcss": "^1.2.3",
  629. "tinycolor2": "^1.4.2"
  630. },
  631. "peerDependencies": {
  632. "react": ">=16.12.0"
  633. }
  634. },
  635. "node_modules/@ctrl/tinycolor": {
  636. "version": "3.6.1",
  637. "resolved": "https://registry.npmmirror.com/@ctrl/tinycolor/-/tinycolor-3.6.1.tgz",
  638. "integrity": "sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==",
  639. "license": "MIT",
  640. "engines": {
  641. "node": ">=10"
  642. }
  643. },
  644. "node_modules/@dnd-kit/accessibility": {
  645. "version": "3.1.1",
  646. "resolved": "https://registry.npmmirror.com/@dnd-kit/accessibility/-/accessibility-3.1.1.tgz",
  647. "integrity": "sha512-2P+YgaXF+gRsIihwwY1gCsQSYnu9Zyj2py8kY5fFvUM1qm2WA2u639R6YNVfU4GWr+ZM5mqEsfHZZLoRONbemw==",
  648. "license": "MIT",
  649. "dependencies": {
  650. "tslib": "^2.0.0"
  651. },
  652. "peerDependencies": {
  653. "react": ">=16.8.0"
  654. }
  655. },
  656. "node_modules/@dnd-kit/core": {
  657. "version": "6.3.1",
  658. "resolved": "https://registry.npmmirror.com/@dnd-kit/core/-/core-6.3.1.tgz",
  659. "integrity": "sha512-xkGBRQQab4RLwgXxoqETICr6S5JlogafbhNsidmrkVv2YRs5MLwpjoF2qpiGjQt8S9AoxtIV603s0GIUpY5eYQ==",
  660. "license": "MIT",
  661. "dependencies": {
  662. "@dnd-kit/accessibility": "^3.1.1",
  663. "@dnd-kit/utilities": "^3.2.2",
  664. "tslib": "^2.0.0"
  665. },
  666. "peerDependencies": {
  667. "react": ">=16.8.0",
  668. "react-dom": ">=16.8.0"
  669. }
  670. },
  671. "node_modules/@dnd-kit/modifiers": {
  672. "version": "6.0.1",
  673. "resolved": "https://registry.npmmirror.com/@dnd-kit/modifiers/-/modifiers-6.0.1.tgz",
  674. "integrity": "sha512-rbxcsg3HhzlcMHVHWDuh9LCjpOVAgqbV78wLGI8tziXY3+qcMQ61qVXIvNKQFuhj75dSfD+o+PYZQ/NUk2A23A==",
  675. "license": "MIT",
  676. "dependencies": {
  677. "@dnd-kit/utilities": "^3.2.1",
  678. "tslib": "^2.0.0"
  679. },
  680. "peerDependencies": {
  681. "@dnd-kit/core": "^6.0.6",
  682. "react": ">=16.8.0"
  683. }
  684. },
  685. "node_modules/@dnd-kit/sortable": {
  686. "version": "7.0.2",
  687. "resolved": "https://registry.npmmirror.com/@dnd-kit/sortable/-/sortable-7.0.2.tgz",
  688. "integrity": "sha512-wDkBHHf9iCi1veM834Gbk1429bd4lHX4RpAwT0y2cHLf246GAvU2sVw/oxWNpPKQNQRQaeGXhAVgrOl1IT+iyA==",
  689. "license": "MIT",
  690. "dependencies": {
  691. "@dnd-kit/utilities": "^3.2.0",
  692. "tslib": "^2.0.0"
  693. },
  694. "peerDependencies": {
  695. "@dnd-kit/core": "^6.0.7",
  696. "react": ">=16.8.0"
  697. }
  698. },
  699. "node_modules/@dnd-kit/utilities": {
  700. "version": "3.2.2",
  701. "resolved": "https://registry.npmmirror.com/@dnd-kit/utilities/-/utilities-3.2.2.tgz",
  702. "integrity": "sha512-+MKAJEOfaBe5SmV6t34p80MMKhjvUz0vRrvVJbPT0WElzaOJ/1xs+D+KDv+tD/NE5ujfrChEcshd4fLn0wpiqg==",
  703. "license": "MIT",
  704. "dependencies": {
  705. "tslib": "^2.0.0"
  706. },
  707. "peerDependencies": {
  708. "react": ">=16.8.0"
  709. }
  710. },
  711. "node_modules/@emnapi/core": {
  712. "version": "1.4.5",
  713. "resolved": "https://registry.npmmirror.com/@emnapi/core/-/core-1.4.5.tgz",
  714. "integrity": "sha512-XsLw1dEOpkSX/WucdqUhPWP7hDxSvZiY+fsUC14h+FtQ2Ifni4znbBt8punRX+Uj2JG/uDb8nEHVKvrVlvdZ5Q==",
  715. "dev": true,
  716. "license": "MIT",
  717. "optional": true,
  718. "dependencies": {
  719. "@emnapi/wasi-threads": "1.0.4",
  720. "tslib": "^2.4.0"
  721. }
  722. },
  723. "node_modules/@emnapi/runtime": {
  724. "version": "1.4.5",
  725. "resolved": "https://registry.npmmirror.com/@emnapi/runtime/-/runtime-1.4.5.tgz",
  726. "integrity": "sha512-++LApOtY0pEEz1zrd9vy1/zXVaVJJ/EbAF3u0fXIzPJEDtnITsBGbbK0EkM72amhl/R5b+5xx0Y/QhcVOpuulg==",
  727. "license": "MIT",
  728. "optional": true,
  729. "dependencies": {
  730. "tslib": "^2.4.0"
  731. }
  732. },
  733. "node_modules/@emnapi/wasi-threads": {
  734. "version": "1.0.4",
  735. "resolved": "https://registry.npmmirror.com/@emnapi/wasi-threads/-/wasi-threads-1.0.4.tgz",
  736. "integrity": "sha512-PJR+bOmMOPH8AtcTGAyYNiuJ3/Fcoj2XN/gBEWzDIKh254XO+mM9XoXHk5GNEhodxeMznbg7BlRojVbKN+gC6g==",
  737. "dev": true,
  738. "license": "MIT",
  739. "optional": true,
  740. "dependencies": {
  741. "tslib": "^2.4.0"
  742. }
  743. },
  744. "node_modules/@emotion/babel-plugin": {
  745. "version": "11.13.5",
  746. "resolved": "https://registry.npmmirror.com/@emotion/babel-plugin/-/babel-plugin-11.13.5.tgz",
  747. "integrity": "sha512-pxHCpT2ex+0q+HH91/zsdHkw/lXd468DIN2zvfvLtPKLLMo6gQj7oLObq8PhkrxOZb/gGCq03S3Z7PDhS8pduQ==",
  748. "license": "MIT",
  749. "dependencies": {
  750. "@babel/helper-module-imports": "^7.16.7",
  751. "@babel/runtime": "^7.18.3",
  752. "@emotion/hash": "^0.9.2",
  753. "@emotion/memoize": "^0.9.0",
  754. "@emotion/serialize": "^1.3.3",
  755. "babel-plugin-macros": "^3.1.0",
  756. "convert-source-map": "^1.5.0",
  757. "escape-string-regexp": "^4.0.0",
  758. "find-root": "^1.1.0",
  759. "source-map": "^0.5.7",
  760. "stylis": "4.2.0"
  761. }
  762. },
  763. "node_modules/@emotion/babel-plugin/node_modules/@emotion/hash": {
  764. "version": "0.9.2",
  765. "resolved": "https://registry.npmmirror.com/@emotion/hash/-/hash-0.9.2.tgz",
  766. "integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==",
  767. "license": "MIT"
  768. },
  769. "node_modules/@emotion/babel-plugin/node_modules/stylis": {
  770. "version": "4.2.0",
  771. "resolved": "https://registry.npmmirror.com/stylis/-/stylis-4.2.0.tgz",
  772. "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==",
  773. "license": "MIT"
  774. },
  775. "node_modules/@emotion/cache": {
  776. "version": "11.14.0",
  777. "resolved": "https://registry.npmmirror.com/@emotion/cache/-/cache-11.14.0.tgz",
  778. "integrity": "sha512-L/B1lc/TViYk4DcpGxtAVbx0ZyiKM5ktoIyafGkH6zg/tj+mA+NE//aPYKG0k8kCHSHVJrpLpcAlOBEXQ3SavA==",
  779. "license": "MIT",
  780. "dependencies": {
  781. "@emotion/memoize": "^0.9.0",
  782. "@emotion/sheet": "^1.4.0",
  783. "@emotion/utils": "^1.4.2",
  784. "@emotion/weak-memoize": "^0.4.0",
  785. "stylis": "4.2.0"
  786. }
  787. },
  788. "node_modules/@emotion/cache/node_modules/stylis": {
  789. "version": "4.2.0",
  790. "resolved": "https://registry.npmmirror.com/stylis/-/stylis-4.2.0.tgz",
  791. "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==",
  792. "license": "MIT"
  793. },
  794. "node_modules/@emotion/css": {
  795. "version": "11.13.5",
  796. "resolved": "https://registry.npmmirror.com/@emotion/css/-/css-11.13.5.tgz",
  797. "integrity": "sha512-wQdD0Xhkn3Qy2VNcIzbLP9MR8TafI0MJb7BEAXKp+w4+XqErksWR4OXomuDzPsN4InLdGhVe6EYcn2ZIUCpB8w==",
  798. "license": "MIT",
  799. "dependencies": {
  800. "@emotion/babel-plugin": "^11.13.5",
  801. "@emotion/cache": "^11.13.5",
  802. "@emotion/serialize": "^1.3.3",
  803. "@emotion/sheet": "^1.4.0",
  804. "@emotion/utils": "^1.4.2"
  805. }
  806. },
  807. "node_modules/@emotion/hash": {
  808. "version": "0.8.0",
  809. "resolved": "https://registry.npmmirror.com/@emotion/hash/-/hash-0.8.0.tgz",
  810. "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==",
  811. "license": "MIT"
  812. },
  813. "node_modules/@emotion/memoize": {
  814. "version": "0.9.0",
  815. "resolved": "https://registry.npmmirror.com/@emotion/memoize/-/memoize-0.9.0.tgz",
  816. "integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==",
  817. "license": "MIT"
  818. },
  819. "node_modules/@emotion/serialize": {
  820. "version": "1.3.3",
  821. "resolved": "https://registry.npmmirror.com/@emotion/serialize/-/serialize-1.3.3.tgz",
  822. "integrity": "sha512-EISGqt7sSNWHGI76hC7x1CksiXPahbxEOrC5RjmFRJTqLyEK9/9hZvBbiYn70dw4wuwMKiEMCUlR6ZXTSWQqxA==",
  823. "license": "MIT",
  824. "dependencies": {
  825. "@emotion/hash": "^0.9.2",
  826. "@emotion/memoize": "^0.9.0",
  827. "@emotion/unitless": "^0.10.0",
  828. "@emotion/utils": "^1.4.2",
  829. "csstype": "^3.0.2"
  830. }
  831. },
  832. "node_modules/@emotion/serialize/node_modules/@emotion/hash": {
  833. "version": "0.9.2",
  834. "resolved": "https://registry.npmmirror.com/@emotion/hash/-/hash-0.9.2.tgz",
  835. "integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==",
  836. "license": "MIT"
  837. },
  838. "node_modules/@emotion/serialize/node_modules/@emotion/unitless": {
  839. "version": "0.10.0",
  840. "resolved": "https://registry.npmmirror.com/@emotion/unitless/-/unitless-0.10.0.tgz",
  841. "integrity": "sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==",
  842. "license": "MIT"
  843. },
  844. "node_modules/@emotion/sheet": {
  845. "version": "1.4.0",
  846. "resolved": "https://registry.npmmirror.com/@emotion/sheet/-/sheet-1.4.0.tgz",
  847. "integrity": "sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==",
  848. "license": "MIT"
  849. },
  850. "node_modules/@emotion/unitless": {
  851. "version": "0.7.5",
  852. "resolved": "https://registry.npmmirror.com/@emotion/unitless/-/unitless-0.7.5.tgz",
  853. "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==",
  854. "license": "MIT"
  855. },
  856. "node_modules/@emotion/utils": {
  857. "version": "1.4.2",
  858. "resolved": "https://registry.npmmirror.com/@emotion/utils/-/utils-1.4.2.tgz",
  859. "integrity": "sha512-3vLclRofFziIa3J2wDh9jjbkUz9qk5Vi3IZ/FSTKViB0k+ef0fPV7dYrUIugbgupYDx7v9ud/SjrtEP8Y4xLoA==",
  860. "license": "MIT"
  861. },
  862. "node_modules/@emotion/weak-memoize": {
  863. "version": "0.4.0",
  864. "resolved": "https://registry.npmmirror.com/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz",
  865. "integrity": "sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==",
  866. "license": "MIT"
  867. },
  868. "node_modules/@eslint-community/eslint-utils": {
  869. "version": "4.7.0",
  870. "resolved": "https://registry.npmmirror.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
  871. "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
  872. "dev": true,
  873. "license": "MIT",
  874. "dependencies": {
  875. "eslint-visitor-keys": "^3.4.3"
  876. },
  877. "engines": {
  878. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  879. },
  880. "funding": {
  881. "url": "https://opencollective.com/eslint"
  882. },
  883. "peerDependencies": {
  884. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  885. }
  886. },
  887. "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
  888. "version": "3.4.3",
  889. "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  890. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  891. "dev": true,
  892. "license": "Apache-2.0",
  893. "engines": {
  894. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  895. },
  896. "funding": {
  897. "url": "https://opencollective.com/eslint"
  898. }
  899. },
  900. "node_modules/@eslint-community/regexpp": {
  901. "version": "4.12.1",
  902. "resolved": "https://registry.npmmirror.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz",
  903. "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==",
  904. "dev": true,
  905. "license": "MIT",
  906. "engines": {
  907. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  908. }
  909. },
  910. "node_modules/@eslint/config-array": {
  911. "version": "0.21.0",
  912. "resolved": "https://registry.npmmirror.com/@eslint/config-array/-/config-array-0.21.0.tgz",
  913. "integrity": "sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==",
  914. "dev": true,
  915. "license": "Apache-2.0",
  916. "dependencies": {
  917. "@eslint/object-schema": "^2.1.6",
  918. "debug": "^4.3.1",
  919. "minimatch": "^3.1.2"
  920. },
  921. "engines": {
  922. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  923. }
  924. },
  925. "node_modules/@eslint/config-helpers": {
  926. "version": "0.3.0",
  927. "resolved": "https://registry.npmmirror.com/@eslint/config-helpers/-/config-helpers-0.3.0.tgz",
  928. "integrity": "sha512-ViuymvFmcJi04qdZeDc2whTHryouGcDlaxPqarTD0ZE10ISpxGUVZGZDx4w01upyIynL3iu6IXH2bS1NhclQMw==",
  929. "dev": true,
  930. "license": "Apache-2.0",
  931. "engines": {
  932. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  933. }
  934. },
  935. "node_modules/@eslint/core": {
  936. "version": "0.15.1",
  937. "resolved": "https://registry.npmmirror.com/@eslint/core/-/core-0.15.1.tgz",
  938. "integrity": "sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA==",
  939. "dev": true,
  940. "license": "Apache-2.0",
  941. "dependencies": {
  942. "@types/json-schema": "^7.0.15"
  943. },
  944. "engines": {
  945. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  946. }
  947. },
  948. "node_modules/@eslint/eslintrc": {
  949. "version": "3.3.1",
  950. "resolved": "https://registry.npmmirror.com/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
  951. "integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
  952. "dev": true,
  953. "license": "MIT",
  954. "dependencies": {
  955. "ajv": "^6.12.4",
  956. "debug": "^4.3.2",
  957. "espree": "^10.0.1",
  958. "globals": "^14.0.0",
  959. "ignore": "^5.2.0",
  960. "import-fresh": "^3.2.1",
  961. "js-yaml": "^4.1.0",
  962. "minimatch": "^3.1.2",
  963. "strip-json-comments": "^3.1.1"
  964. },
  965. "engines": {
  966. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  967. },
  968. "funding": {
  969. "url": "https://opencollective.com/eslint"
  970. }
  971. },
  972. "node_modules/@eslint/js": {
  973. "version": "9.32.0",
  974. "resolved": "https://registry.npmmirror.com/@eslint/js/-/js-9.32.0.tgz",
  975. "integrity": "sha512-BBpRFZK3eX6uMLKz8WxFOBIFFcGFJ/g8XuwjTHCqHROSIsopI+ddn/d5Cfh36+7+e5edVS8dbSHnBNhrLEX0zg==",
  976. "dev": true,
  977. "license": "MIT",
  978. "engines": {
  979. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  980. },
  981. "funding": {
  982. "url": "https://eslint.org/donate"
  983. }
  984. },
  985. "node_modules/@eslint/object-schema": {
  986. "version": "2.1.6",
  987. "resolved": "https://registry.npmmirror.com/@eslint/object-schema/-/object-schema-2.1.6.tgz",
  988. "integrity": "sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==",
  989. "dev": true,
  990. "license": "Apache-2.0",
  991. "engines": {
  992. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  993. }
  994. },
  995. "node_modules/@eslint/plugin-kit": {
  996. "version": "0.3.4",
  997. "resolved": "https://registry.npmmirror.com/@eslint/plugin-kit/-/plugin-kit-0.3.4.tgz",
  998. "integrity": "sha512-Ul5l+lHEcw3L5+k8POx6r74mxEYKG5kOb6Xpy2gCRW6zweT6TEhAf8vhxGgjhqrd/VO/Dirhsb+1hNpD1ue9hw==",
  999. "dev": true,
  1000. "license": "Apache-2.0",
  1001. "dependencies": {
  1002. "@eslint/core": "^0.15.1",
  1003. "levn": "^0.4.1"
  1004. },
  1005. "engines": {
  1006. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  1007. }
  1008. },
  1009. "node_modules/@fortawesome/fontawesome-common-types": {
  1010. "version": "7.0.0",
  1011. "resolved": "https://registry.npmmirror.com/@fortawesome/fontawesome-common-types/-/fontawesome-common-types-7.0.0.tgz",
  1012. "integrity": "sha512-PGMrIYXLGA5K8RWy8zwBkd4vFi4z7ubxtet6Yn13Plf6krRTwPbdlCwlcfmoX0R7B4Z643QvrtHmdQ5fNtfFCg==",
  1013. "license": "MIT",
  1014. "engines": {
  1015. "node": ">=6"
  1016. }
  1017. },
  1018. "node_modules/@fortawesome/fontawesome-svg-core": {
  1019. "version": "7.0.0",
  1020. "resolved": "https://registry.npmmirror.com/@fortawesome/fontawesome-svg-core/-/fontawesome-svg-core-7.0.0.tgz",
  1021. "integrity": "sha512-obBEF+zd98r/KtKVW6A+8UGWeaOoyMpl6Q9P3FzHsOnsg742aXsl8v+H/zp09qSSu/a/Hxe9LNKzbBaQq1CEbA==",
  1022. "license": "MIT",
  1023. "dependencies": {
  1024. "@fortawesome/fontawesome-common-types": "7.0.0"
  1025. },
  1026. "engines": {
  1027. "node": ">=6"
  1028. }
  1029. },
  1030. "node_modules/@fortawesome/free-solid-svg-icons": {
  1031. "version": "7.0.0",
  1032. "resolved": "https://registry.npmmirror.com/@fortawesome/free-solid-svg-icons/-/free-solid-svg-icons-7.0.0.tgz",
  1033. "integrity": "sha512-njSLAllkOddYDCXgTFboXn54Oe5FcvpkWq+FoetOHR64PbN0608kM02Lze0xtISGpXgP+i26VyXRQA0Irh3Obw==",
  1034. "license": "(CC-BY-4.0 AND MIT)",
  1035. "dependencies": {
  1036. "@fortawesome/fontawesome-common-types": "7.0.0"
  1037. },
  1038. "engines": {
  1039. "node": ">=6"
  1040. }
  1041. },
  1042. "node_modules/@fortawesome/react-fontawesome": {
  1043. "version": "0.2.3",
  1044. "resolved": "https://registry.npmmirror.com/@fortawesome/react-fontawesome/-/react-fontawesome-0.2.3.tgz",
  1045. "integrity": "sha512-HlJco8RDY8NrzFVjy23b/7mNS4g9NegcrBG3n7jinwpc2x/AmSVk53IhWniLYM4szYLxRAFTAGwGn0EIlclDeQ==",
  1046. "license": "MIT",
  1047. "dependencies": {
  1048. "prop-types": "^15.8.1"
  1049. },
  1050. "peerDependencies": {
  1051. "@fortawesome/fontawesome-svg-core": "~1 || ~6 || ~7",
  1052. "react": "^16.3 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  1053. }
  1054. },
  1055. "node_modules/@humanfs/core": {
  1056. "version": "0.19.1",
  1057. "resolved": "https://registry.npmmirror.com/@humanfs/core/-/core-0.19.1.tgz",
  1058. "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
  1059. "dev": true,
  1060. "license": "Apache-2.0",
  1061. "engines": {
  1062. "node": ">=18.18.0"
  1063. }
  1064. },
  1065. "node_modules/@humanfs/node": {
  1066. "version": "0.16.6",
  1067. "resolved": "https://registry.npmmirror.com/@humanfs/node/-/node-0.16.6.tgz",
  1068. "integrity": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==",
  1069. "dev": true,
  1070. "license": "Apache-2.0",
  1071. "dependencies": {
  1072. "@humanfs/core": "^0.19.1",
  1073. "@humanwhocodes/retry": "^0.3.0"
  1074. },
  1075. "engines": {
  1076. "node": ">=18.18.0"
  1077. }
  1078. },
  1079. "node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": {
  1080. "version": "0.3.1",
  1081. "resolved": "https://registry.npmmirror.com/@humanwhocodes/retry/-/retry-0.3.1.tgz",
  1082. "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==",
  1083. "dev": true,
  1084. "license": "Apache-2.0",
  1085. "engines": {
  1086. "node": ">=18.18"
  1087. },
  1088. "funding": {
  1089. "type": "github",
  1090. "url": "https://github.com/sponsors/nzakas"
  1091. }
  1092. },
  1093. "node_modules/@humanwhocodes/module-importer": {
  1094. "version": "1.0.1",
  1095. "resolved": "https://registry.npmmirror.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  1096. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  1097. "dev": true,
  1098. "license": "Apache-2.0",
  1099. "engines": {
  1100. "node": ">=12.22"
  1101. },
  1102. "funding": {
  1103. "type": "github",
  1104. "url": "https://github.com/sponsors/nzakas"
  1105. }
  1106. },
  1107. "node_modules/@humanwhocodes/retry": {
  1108. "version": "0.4.3",
  1109. "resolved": "https://registry.npmmirror.com/@humanwhocodes/retry/-/retry-0.4.3.tgz",
  1110. "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
  1111. "dev": true,
  1112. "license": "Apache-2.0",
  1113. "engines": {
  1114. "node": ">=18.18"
  1115. },
  1116. "funding": {
  1117. "type": "github",
  1118. "url": "https://github.com/sponsors/nzakas"
  1119. }
  1120. },
  1121. "node_modules/@img/sharp-darwin-arm64": {
  1122. "version": "0.34.3",
  1123. "resolved": "https://registry.npmmirror.com/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.3.tgz",
  1124. "integrity": "sha512-ryFMfvxxpQRsgZJqBd4wsttYQbCxsJksrv9Lw/v798JcQ8+w84mBWuXwl+TT0WJ/WrYOLaYpwQXi3sA9nTIaIg==",
  1125. "cpu": [
  1126. "arm64"
  1127. ],
  1128. "license": "Apache-2.0",
  1129. "optional": true,
  1130. "os": [
  1131. "darwin"
  1132. ],
  1133. "engines": {
  1134. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1135. },
  1136. "funding": {
  1137. "url": "https://opencollective.com/libvips"
  1138. },
  1139. "optionalDependencies": {
  1140. "@img/sharp-libvips-darwin-arm64": "1.2.0"
  1141. }
  1142. },
  1143. "node_modules/@img/sharp-darwin-x64": {
  1144. "version": "0.34.3",
  1145. "resolved": "https://registry.npmmirror.com/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.3.tgz",
  1146. "integrity": "sha512-yHpJYynROAj12TA6qil58hmPmAwxKKC7reUqtGLzsOHfP7/rniNGTL8tjWX6L3CTV4+5P4ypcS7Pp+7OB+8ihA==",
  1147. "cpu": [
  1148. "x64"
  1149. ],
  1150. "license": "Apache-2.0",
  1151. "optional": true,
  1152. "os": [
  1153. "darwin"
  1154. ],
  1155. "engines": {
  1156. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1157. },
  1158. "funding": {
  1159. "url": "https://opencollective.com/libvips"
  1160. },
  1161. "optionalDependencies": {
  1162. "@img/sharp-libvips-darwin-x64": "1.2.0"
  1163. }
  1164. },
  1165. "node_modules/@img/sharp-libvips-darwin-arm64": {
  1166. "version": "1.2.0",
  1167. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.0.tgz",
  1168. "integrity": "sha512-sBZmpwmxqwlqG9ueWFXtockhsxefaV6O84BMOrhtg/YqbTaRdqDE7hxraVE3y6gVM4eExmfzW4a8el9ArLeEiQ==",
  1169. "cpu": [
  1170. "arm64"
  1171. ],
  1172. "license": "LGPL-3.0-or-later",
  1173. "optional": true,
  1174. "os": [
  1175. "darwin"
  1176. ],
  1177. "funding": {
  1178. "url": "https://opencollective.com/libvips"
  1179. }
  1180. },
  1181. "node_modules/@img/sharp-libvips-darwin-x64": {
  1182. "version": "1.2.0",
  1183. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.0.tgz",
  1184. "integrity": "sha512-M64XVuL94OgiNHa5/m2YvEQI5q2cl9d/wk0qFTDVXcYzi43lxuiFTftMR1tOnFQovVXNZJ5TURSDK2pNe9Yzqg==",
  1185. "cpu": [
  1186. "x64"
  1187. ],
  1188. "license": "LGPL-3.0-or-later",
  1189. "optional": true,
  1190. "os": [
  1191. "darwin"
  1192. ],
  1193. "funding": {
  1194. "url": "https://opencollective.com/libvips"
  1195. }
  1196. },
  1197. "node_modules/@img/sharp-libvips-linux-arm": {
  1198. "version": "1.2.0",
  1199. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.0.tgz",
  1200. "integrity": "sha512-mWd2uWvDtL/nvIzThLq3fr2nnGfyr/XMXlq8ZJ9WMR6PXijHlC3ksp0IpuhK6bougvQrchUAfzRLnbsen0Cqvw==",
  1201. "cpu": [
  1202. "arm"
  1203. ],
  1204. "license": "LGPL-3.0-or-later",
  1205. "optional": true,
  1206. "os": [
  1207. "linux"
  1208. ],
  1209. "funding": {
  1210. "url": "https://opencollective.com/libvips"
  1211. }
  1212. },
  1213. "node_modules/@img/sharp-libvips-linux-arm64": {
  1214. "version": "1.2.0",
  1215. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.0.tgz",
  1216. "integrity": "sha512-RXwd0CgG+uPRX5YYrkzKyalt2OJYRiJQ8ED/fi1tq9WQW2jsQIn0tqrlR5l5dr/rjqq6AHAxURhj2DVjyQWSOA==",
  1217. "cpu": [
  1218. "arm64"
  1219. ],
  1220. "license": "LGPL-3.0-or-later",
  1221. "optional": true,
  1222. "os": [
  1223. "linux"
  1224. ],
  1225. "funding": {
  1226. "url": "https://opencollective.com/libvips"
  1227. }
  1228. },
  1229. "node_modules/@img/sharp-libvips-linux-ppc64": {
  1230. "version": "1.2.0",
  1231. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.0.tgz",
  1232. "integrity": "sha512-Xod/7KaDDHkYu2phxxfeEPXfVXFKx70EAFZ0qyUdOjCcxbjqyJOEUpDe6RIyaunGxT34Anf9ue/wuWOqBW2WcQ==",
  1233. "cpu": [
  1234. "ppc64"
  1235. ],
  1236. "license": "LGPL-3.0-or-later",
  1237. "optional": true,
  1238. "os": [
  1239. "linux"
  1240. ],
  1241. "funding": {
  1242. "url": "https://opencollective.com/libvips"
  1243. }
  1244. },
  1245. "node_modules/@img/sharp-libvips-linux-s390x": {
  1246. "version": "1.2.0",
  1247. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.0.tgz",
  1248. "integrity": "sha512-eMKfzDxLGT8mnmPJTNMcjfO33fLiTDsrMlUVcp6b96ETbnJmd4uvZxVJSKPQfS+odwfVaGifhsB07J1LynFehw==",
  1249. "cpu": [
  1250. "s390x"
  1251. ],
  1252. "license": "LGPL-3.0-or-later",
  1253. "optional": true,
  1254. "os": [
  1255. "linux"
  1256. ],
  1257. "funding": {
  1258. "url": "https://opencollective.com/libvips"
  1259. }
  1260. },
  1261. "node_modules/@img/sharp-libvips-linux-x64": {
  1262. "version": "1.2.0",
  1263. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.0.tgz",
  1264. "integrity": "sha512-ZW3FPWIc7K1sH9E3nxIGB3y3dZkpJlMnkk7z5tu1nSkBoCgw2nSRTFHI5pB/3CQaJM0pdzMF3paf9ckKMSE9Tg==",
  1265. "cpu": [
  1266. "x64"
  1267. ],
  1268. "license": "LGPL-3.0-or-later",
  1269. "optional": true,
  1270. "os": [
  1271. "linux"
  1272. ],
  1273. "funding": {
  1274. "url": "https://opencollective.com/libvips"
  1275. }
  1276. },
  1277. "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
  1278. "version": "1.2.0",
  1279. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.0.tgz",
  1280. "integrity": "sha512-UG+LqQJbf5VJ8NWJ5Z3tdIe/HXjuIdo4JeVNADXBFuG7z9zjoegpzzGIyV5zQKi4zaJjnAd2+g2nna8TZvuW9Q==",
  1281. "cpu": [
  1282. "arm64"
  1283. ],
  1284. "license": "LGPL-3.0-or-later",
  1285. "optional": true,
  1286. "os": [
  1287. "linux"
  1288. ],
  1289. "funding": {
  1290. "url": "https://opencollective.com/libvips"
  1291. }
  1292. },
  1293. "node_modules/@img/sharp-libvips-linuxmusl-x64": {
  1294. "version": "1.2.0",
  1295. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.0.tgz",
  1296. "integrity": "sha512-SRYOLR7CXPgNze8akZwjoGBoN1ThNZoqpOgfnOxmWsklTGVfJiGJoC/Lod7aNMGA1jSsKWM1+HRX43OP6p9+6Q==",
  1297. "cpu": [
  1298. "x64"
  1299. ],
  1300. "license": "LGPL-3.0-or-later",
  1301. "optional": true,
  1302. "os": [
  1303. "linux"
  1304. ],
  1305. "funding": {
  1306. "url": "https://opencollective.com/libvips"
  1307. }
  1308. },
  1309. "node_modules/@img/sharp-linux-arm": {
  1310. "version": "0.34.3",
  1311. "resolved": "https://registry.npmmirror.com/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.3.tgz",
  1312. "integrity": "sha512-oBK9l+h6KBN0i3dC8rYntLiVfW8D8wH+NPNT3O/WBHeW0OQWCjfWksLUaPidsrDKpJgXp3G3/hkmhptAW0I3+A==",
  1313. "cpu": [
  1314. "arm"
  1315. ],
  1316. "license": "Apache-2.0",
  1317. "optional": true,
  1318. "os": [
  1319. "linux"
  1320. ],
  1321. "engines": {
  1322. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1323. },
  1324. "funding": {
  1325. "url": "https://opencollective.com/libvips"
  1326. },
  1327. "optionalDependencies": {
  1328. "@img/sharp-libvips-linux-arm": "1.2.0"
  1329. }
  1330. },
  1331. "node_modules/@img/sharp-linux-arm64": {
  1332. "version": "0.34.3",
  1333. "resolved": "https://registry.npmmirror.com/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.3.tgz",
  1334. "integrity": "sha512-QdrKe3EvQrqwkDrtuTIjI0bu6YEJHTgEeqdzI3uWJOH6G1O8Nl1iEeVYRGdj1h5I21CqxSvQp1Yv7xeU3ZewbA==",
  1335. "cpu": [
  1336. "arm64"
  1337. ],
  1338. "license": "Apache-2.0",
  1339. "optional": true,
  1340. "os": [
  1341. "linux"
  1342. ],
  1343. "engines": {
  1344. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1345. },
  1346. "funding": {
  1347. "url": "https://opencollective.com/libvips"
  1348. },
  1349. "optionalDependencies": {
  1350. "@img/sharp-libvips-linux-arm64": "1.2.0"
  1351. }
  1352. },
  1353. "node_modules/@img/sharp-linux-ppc64": {
  1354. "version": "0.34.3",
  1355. "resolved": "https://registry.npmmirror.com/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.3.tgz",
  1356. "integrity": "sha512-GLtbLQMCNC5nxuImPR2+RgrviwKwVql28FWZIW1zWruy6zLgA5/x2ZXk3mxj58X/tszVF69KK0Is83V8YgWhLA==",
  1357. "cpu": [
  1358. "ppc64"
  1359. ],
  1360. "license": "Apache-2.0",
  1361. "optional": true,
  1362. "os": [
  1363. "linux"
  1364. ],
  1365. "engines": {
  1366. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1367. },
  1368. "funding": {
  1369. "url": "https://opencollective.com/libvips"
  1370. },
  1371. "optionalDependencies": {
  1372. "@img/sharp-libvips-linux-ppc64": "1.2.0"
  1373. }
  1374. },
  1375. "node_modules/@img/sharp-linux-s390x": {
  1376. "version": "0.34.3",
  1377. "resolved": "https://registry.npmmirror.com/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.3.tgz",
  1378. "integrity": "sha512-3gahT+A6c4cdc2edhsLHmIOXMb17ltffJlxR0aC2VPZfwKoTGZec6u5GrFgdR7ciJSsHT27BD3TIuGcuRT0KmQ==",
  1379. "cpu": [
  1380. "s390x"
  1381. ],
  1382. "license": "Apache-2.0",
  1383. "optional": true,
  1384. "os": [
  1385. "linux"
  1386. ],
  1387. "engines": {
  1388. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1389. },
  1390. "funding": {
  1391. "url": "https://opencollective.com/libvips"
  1392. },
  1393. "optionalDependencies": {
  1394. "@img/sharp-libvips-linux-s390x": "1.2.0"
  1395. }
  1396. },
  1397. "node_modules/@img/sharp-linux-x64": {
  1398. "version": "0.34.3",
  1399. "resolved": "https://registry.npmmirror.com/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.3.tgz",
  1400. "integrity": "sha512-8kYso8d806ypnSq3/Ly0QEw90V5ZoHh10yH0HnrzOCr6DKAPI6QVHvwleqMkVQ0m+fc7EH8ah0BB0QPuWY6zJQ==",
  1401. "cpu": [
  1402. "x64"
  1403. ],
  1404. "license": "Apache-2.0",
  1405. "optional": true,
  1406. "os": [
  1407. "linux"
  1408. ],
  1409. "engines": {
  1410. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1411. },
  1412. "funding": {
  1413. "url": "https://opencollective.com/libvips"
  1414. },
  1415. "optionalDependencies": {
  1416. "@img/sharp-libvips-linux-x64": "1.2.0"
  1417. }
  1418. },
  1419. "node_modules/@img/sharp-linuxmusl-arm64": {
  1420. "version": "0.34.3",
  1421. "resolved": "https://registry.npmmirror.com/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.3.tgz",
  1422. "integrity": "sha512-vAjbHDlr4izEiXM1OTggpCcPg9tn4YriK5vAjowJsHwdBIdx0fYRsURkxLG2RLm9gyBq66gwtWI8Gx0/ov+JKQ==",
  1423. "cpu": [
  1424. "arm64"
  1425. ],
  1426. "license": "Apache-2.0",
  1427. "optional": true,
  1428. "os": [
  1429. "linux"
  1430. ],
  1431. "engines": {
  1432. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1433. },
  1434. "funding": {
  1435. "url": "https://opencollective.com/libvips"
  1436. },
  1437. "optionalDependencies": {
  1438. "@img/sharp-libvips-linuxmusl-arm64": "1.2.0"
  1439. }
  1440. },
  1441. "node_modules/@img/sharp-linuxmusl-x64": {
  1442. "version": "0.34.3",
  1443. "resolved": "https://registry.npmmirror.com/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.3.tgz",
  1444. "integrity": "sha512-gCWUn9547K5bwvOn9l5XGAEjVTTRji4aPTqLzGXHvIr6bIDZKNTA34seMPgM0WmSf+RYBH411VavCejp3PkOeQ==",
  1445. "cpu": [
  1446. "x64"
  1447. ],
  1448. "license": "Apache-2.0",
  1449. "optional": true,
  1450. "os": [
  1451. "linux"
  1452. ],
  1453. "engines": {
  1454. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1455. },
  1456. "funding": {
  1457. "url": "https://opencollective.com/libvips"
  1458. },
  1459. "optionalDependencies": {
  1460. "@img/sharp-libvips-linuxmusl-x64": "1.2.0"
  1461. }
  1462. },
  1463. "node_modules/@img/sharp-wasm32": {
  1464. "version": "0.34.3",
  1465. "resolved": "https://registry.npmmirror.com/@img/sharp-wasm32/-/sharp-wasm32-0.34.3.tgz",
  1466. "integrity": "sha512-+CyRcpagHMGteySaWos8IbnXcHgfDn7pO2fiC2slJxvNq9gDipYBN42/RagzctVRKgxATmfqOSulgZv5e1RdMg==",
  1467. "cpu": [
  1468. "wasm32"
  1469. ],
  1470. "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
  1471. "optional": true,
  1472. "dependencies": {
  1473. "@emnapi/runtime": "^1.4.4"
  1474. },
  1475. "engines": {
  1476. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1477. },
  1478. "funding": {
  1479. "url": "https://opencollective.com/libvips"
  1480. }
  1481. },
  1482. "node_modules/@img/sharp-win32-arm64": {
  1483. "version": "0.34.3",
  1484. "resolved": "https://registry.npmmirror.com/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.3.tgz",
  1485. "integrity": "sha512-MjnHPnbqMXNC2UgeLJtX4XqoVHHlZNd+nPt1kRPmj63wURegwBhZlApELdtxM2OIZDRv/DFtLcNhVbd1z8GYXQ==",
  1486. "cpu": [
  1487. "arm64"
  1488. ],
  1489. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1490. "optional": true,
  1491. "os": [
  1492. "win32"
  1493. ],
  1494. "engines": {
  1495. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1496. },
  1497. "funding": {
  1498. "url": "https://opencollective.com/libvips"
  1499. }
  1500. },
  1501. "node_modules/@img/sharp-win32-ia32": {
  1502. "version": "0.34.3",
  1503. "resolved": "https://registry.npmmirror.com/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.3.tgz",
  1504. "integrity": "sha512-xuCdhH44WxuXgOM714hn4amodJMZl3OEvf0GVTm0BEyMeA2to+8HEdRPShH0SLYptJY1uBw+SCFP9WVQi1Q/cw==",
  1505. "cpu": [
  1506. "ia32"
  1507. ],
  1508. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1509. "optional": true,
  1510. "os": [
  1511. "win32"
  1512. ],
  1513. "engines": {
  1514. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1515. },
  1516. "funding": {
  1517. "url": "https://opencollective.com/libvips"
  1518. }
  1519. },
  1520. "node_modules/@img/sharp-win32-x64": {
  1521. "version": "0.34.3",
  1522. "resolved": "https://registry.npmmirror.com/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.3.tgz",
  1523. "integrity": "sha512-OWwz05d++TxzLEv4VnsTz5CmZ6mI6S05sfQGEMrNrQcOEERbX46332IvE7pO/EUiw7jUrrS40z/M7kPyjfl04g==",
  1524. "cpu": [
  1525. "x64"
  1526. ],
  1527. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  1528. "optional": true,
  1529. "os": [
  1530. "win32"
  1531. ],
  1532. "engines": {
  1533. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  1534. },
  1535. "funding": {
  1536. "url": "https://opencollective.com/libvips"
  1537. }
  1538. },
  1539. "node_modules/@isaacs/fs-minipass": {
  1540. "version": "4.0.1",
  1541. "resolved": "https://registry.npmmirror.com/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz",
  1542. "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==",
  1543. "dev": true,
  1544. "license": "ISC",
  1545. "dependencies": {
  1546. "minipass": "^7.0.4"
  1547. },
  1548. "engines": {
  1549. "node": ">=18.0.0"
  1550. }
  1551. },
  1552. "node_modules/@jridgewell/gen-mapping": {
  1553. "version": "0.3.12",
  1554. "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz",
  1555. "integrity": "sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==",
  1556. "license": "MIT",
  1557. "dependencies": {
  1558. "@jridgewell/sourcemap-codec": "^1.5.0",
  1559. "@jridgewell/trace-mapping": "^0.3.24"
  1560. }
  1561. },
  1562. "node_modules/@jridgewell/resolve-uri": {
  1563. "version": "3.1.2",
  1564. "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  1565. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  1566. "license": "MIT",
  1567. "engines": {
  1568. "node": ">=6.0.0"
  1569. }
  1570. },
  1571. "node_modules/@jridgewell/sourcemap-codec": {
  1572. "version": "1.5.4",
  1573. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.4.tgz",
  1574. "integrity": "sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==",
  1575. "license": "MIT"
  1576. },
  1577. "node_modules/@jridgewell/trace-mapping": {
  1578. "version": "0.3.29",
  1579. "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.29.tgz",
  1580. "integrity": "sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==",
  1581. "license": "MIT",
  1582. "dependencies": {
  1583. "@jridgewell/resolve-uri": "^3.1.0",
  1584. "@jridgewell/sourcemap-codec": "^1.4.14"
  1585. }
  1586. },
  1587. "node_modules/@kurkle/color": {
  1588. "version": "0.3.4",
  1589. "resolved": "https://registry.npmmirror.com/@kurkle/color/-/color-0.3.4.tgz",
  1590. "integrity": "sha512-M5UknZPHRu3DEDWoipU6sE8PdkZ6Z/S+v4dD+Ke8IaNlpdSQah50lz1KtcFBa2vsdOnwbbnxJwVM4wty6udA5w==",
  1591. "license": "MIT"
  1592. },
  1593. "node_modules/@napi-rs/wasm-runtime": {
  1594. "version": "0.2.12",
  1595. "resolved": "https://registry.npmmirror.com/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.12.tgz",
  1596. "integrity": "sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==",
  1597. "dev": true,
  1598. "license": "MIT",
  1599. "optional": true,
  1600. "dependencies": {
  1601. "@emnapi/core": "^1.4.3",
  1602. "@emnapi/runtime": "^1.4.3",
  1603. "@tybys/wasm-util": "^0.10.0"
  1604. }
  1605. },
  1606. "node_modules/@next/env": {
  1607. "version": "15.4.6",
  1608. "resolved": "https://registry.npmmirror.com/@next/env/-/env-15.4.6.tgz",
  1609. "integrity": "sha512-yHDKVTcHrZy/8TWhj0B23ylKv5ypocuCwey9ZqPyv4rPdUdRzpGCkSi03t04KBPyU96kxVtUqx6O3nE1kpxASQ==",
  1610. "license": "MIT"
  1611. },
  1612. "node_modules/@next/eslint-plugin-next": {
  1613. "version": "15.4.6",
  1614. "resolved": "https://registry.npmmirror.com/@next/eslint-plugin-next/-/eslint-plugin-next-15.4.6.tgz",
  1615. "integrity": "sha512-2NOu3ln+BTcpnbIDuxx6MNq+pRrCyey4WSXGaJIyt0D2TYicHeO9QrUENNjcf673n3B1s7hsiV5xBYRCK1Q8kA==",
  1616. "dev": true,
  1617. "license": "MIT",
  1618. "dependencies": {
  1619. "fast-glob": "3.3.1"
  1620. }
  1621. },
  1622. "node_modules/@next/swc-darwin-arm64": {
  1623. "version": "15.4.6",
  1624. "resolved": "https://registry.npmmirror.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.4.6.tgz",
  1625. "integrity": "sha512-667R0RTP4DwxzmrqTs4Lr5dcEda9OxuZsVFsjVtxVMVhzSpo6nLclXejJVfQo2/g7/Z9qF3ETDmN3h65mTjpTQ==",
  1626. "cpu": [
  1627. "arm64"
  1628. ],
  1629. "license": "MIT",
  1630. "optional": true,
  1631. "os": [
  1632. "darwin"
  1633. ],
  1634. "engines": {
  1635. "node": ">= 10"
  1636. }
  1637. },
  1638. "node_modules/@next/swc-darwin-x64": {
  1639. "version": "15.4.6",
  1640. "resolved": "https://registry.npmmirror.com/@next/swc-darwin-x64/-/swc-darwin-x64-15.4.6.tgz",
  1641. "integrity": "sha512-KMSFoistFkaiQYVQQnaU9MPWtp/3m0kn2Xed1Ces5ll+ag1+rlac20sxG+MqhH2qYWX1O2GFOATQXEyxKiIscg==",
  1642. "cpu": [
  1643. "x64"
  1644. ],
  1645. "license": "MIT",
  1646. "optional": true,
  1647. "os": [
  1648. "darwin"
  1649. ],
  1650. "engines": {
  1651. "node": ">= 10"
  1652. }
  1653. },
  1654. "node_modules/@next/swc-linux-arm64-gnu": {
  1655. "version": "15.4.6",
  1656. "resolved": "https://registry.npmmirror.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.4.6.tgz",
  1657. "integrity": "sha512-PnOx1YdO0W7m/HWFeYd2A6JtBO8O8Eb9h6nfJia2Dw1sRHoHpNf6lN1U4GKFRzRDBi9Nq2GrHk9PF3Vmwf7XVw==",
  1658. "cpu": [
  1659. "arm64"
  1660. ],
  1661. "license": "MIT",
  1662. "optional": true,
  1663. "os": [
  1664. "linux"
  1665. ],
  1666. "engines": {
  1667. "node": ">= 10"
  1668. }
  1669. },
  1670. "node_modules/@next/swc-linux-arm64-musl": {
  1671. "version": "15.4.6",
  1672. "resolved": "https://registry.npmmirror.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.4.6.tgz",
  1673. "integrity": "sha512-XBbuQddtY1p5FGPc2naMO0kqs4YYtLYK/8aPausI5lyOjr4J77KTG9mtlU4P3NwkLI1+OjsPzKVvSJdMs3cFaw==",
  1674. "cpu": [
  1675. "arm64"
  1676. ],
  1677. "license": "MIT",
  1678. "optional": true,
  1679. "os": [
  1680. "linux"
  1681. ],
  1682. "engines": {
  1683. "node": ">= 10"
  1684. }
  1685. },
  1686. "node_modules/@next/swc-linux-x64-gnu": {
  1687. "version": "15.4.6",
  1688. "resolved": "https://registry.npmmirror.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.4.6.tgz",
  1689. "integrity": "sha512-+WTeK7Qdw82ez3U9JgD+igBAP75gqZ1vbK6R8PlEEuY0OIe5FuYXA4aTjL811kWPf7hNeslD4hHK2WoM9W0IgA==",
  1690. "cpu": [
  1691. "x64"
  1692. ],
  1693. "license": "MIT",
  1694. "optional": true,
  1695. "os": [
  1696. "linux"
  1697. ],
  1698. "engines": {
  1699. "node": ">= 10"
  1700. }
  1701. },
  1702. "node_modules/@next/swc-linux-x64-musl": {
  1703. "version": "15.4.6",
  1704. "resolved": "https://registry.npmmirror.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.4.6.tgz",
  1705. "integrity": "sha512-XP824mCbgQsK20jlXKrUpZoh/iO3vUWhMpxCz8oYeagoiZ4V0TQiKy0ASji1KK6IAe3DYGfj5RfKP6+L2020OQ==",
  1706. "cpu": [
  1707. "x64"
  1708. ],
  1709. "license": "MIT",
  1710. "optional": true,
  1711. "os": [
  1712. "linux"
  1713. ],
  1714. "engines": {
  1715. "node": ">= 10"
  1716. }
  1717. },
  1718. "node_modules/@next/swc-win32-arm64-msvc": {
  1719. "version": "15.4.6",
  1720. "resolved": "https://registry.npmmirror.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.4.6.tgz",
  1721. "integrity": "sha512-FxrsenhUz0LbgRkNWx6FRRJIPe/MI1JRA4W4EPd5leXO00AZ6YU8v5vfx4MDXTvN77lM/EqsE3+6d2CIeF5NYg==",
  1722. "cpu": [
  1723. "arm64"
  1724. ],
  1725. "license": "MIT",
  1726. "optional": true,
  1727. "os": [
  1728. "win32"
  1729. ],
  1730. "engines": {
  1731. "node": ">= 10"
  1732. }
  1733. },
  1734. "node_modules/@next/swc-win32-x64-msvc": {
  1735. "version": "15.4.6",
  1736. "resolved": "https://registry.npmmirror.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.4.6.tgz",
  1737. "integrity": "sha512-T4ufqnZ4u88ZheczkBTtOF+eKaM14V8kbjud/XrAakoM5DKQWjW09vD6B9fsdsWS2T7D5EY31hRHdta7QKWOng==",
  1738. "cpu": [
  1739. "x64"
  1740. ],
  1741. "license": "MIT",
  1742. "optional": true,
  1743. "os": [
  1744. "win32"
  1745. ],
  1746. "engines": {
  1747. "node": ">= 10"
  1748. }
  1749. },
  1750. "node_modules/@nodelib/fs.scandir": {
  1751. "version": "2.1.5",
  1752. "resolved": "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  1753. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  1754. "dev": true,
  1755. "license": "MIT",
  1756. "dependencies": {
  1757. "@nodelib/fs.stat": "2.0.5",
  1758. "run-parallel": "^1.1.9"
  1759. },
  1760. "engines": {
  1761. "node": ">= 8"
  1762. }
  1763. },
  1764. "node_modules/@nodelib/fs.stat": {
  1765. "version": "2.0.5",
  1766. "resolved": "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  1767. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  1768. "dev": true,
  1769. "license": "MIT",
  1770. "engines": {
  1771. "node": ">= 8"
  1772. }
  1773. },
  1774. "node_modules/@nodelib/fs.walk": {
  1775. "version": "1.2.8",
  1776. "resolved": "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  1777. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  1778. "dev": true,
  1779. "license": "MIT",
  1780. "dependencies": {
  1781. "@nodelib/fs.scandir": "2.1.5",
  1782. "fastq": "^1.6.0"
  1783. },
  1784. "engines": {
  1785. "node": ">= 8"
  1786. }
  1787. },
  1788. "node_modules/@nolyfill/is-core-module": {
  1789. "version": "1.0.39",
  1790. "resolved": "https://registry.npmmirror.com/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz",
  1791. "integrity": "sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==",
  1792. "dev": true,
  1793. "license": "MIT",
  1794. "engines": {
  1795. "node": ">=12.4.0"
  1796. }
  1797. },
  1798. "node_modules/@parcel/watcher": {
  1799. "version": "2.5.1",
  1800. "resolved": "https://registry.npmmirror.com/@parcel/watcher/-/watcher-2.5.1.tgz",
  1801. "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==",
  1802. "hasInstallScript": true,
  1803. "license": "MIT",
  1804. "optional": true,
  1805. "dependencies": {
  1806. "detect-libc": "^1.0.3",
  1807. "is-glob": "^4.0.3",
  1808. "micromatch": "^4.0.5",
  1809. "node-addon-api": "^7.0.0"
  1810. },
  1811. "engines": {
  1812. "node": ">= 10.0.0"
  1813. },
  1814. "funding": {
  1815. "type": "opencollective",
  1816. "url": "https://opencollective.com/parcel"
  1817. },
  1818. "optionalDependencies": {
  1819. "@parcel/watcher-android-arm64": "2.5.1",
  1820. "@parcel/watcher-darwin-arm64": "2.5.1",
  1821. "@parcel/watcher-darwin-x64": "2.5.1",
  1822. "@parcel/watcher-freebsd-x64": "2.5.1",
  1823. "@parcel/watcher-linux-arm-glibc": "2.5.1",
  1824. "@parcel/watcher-linux-arm-musl": "2.5.1",
  1825. "@parcel/watcher-linux-arm64-glibc": "2.5.1",
  1826. "@parcel/watcher-linux-arm64-musl": "2.5.1",
  1827. "@parcel/watcher-linux-x64-glibc": "2.5.1",
  1828. "@parcel/watcher-linux-x64-musl": "2.5.1",
  1829. "@parcel/watcher-win32-arm64": "2.5.1",
  1830. "@parcel/watcher-win32-ia32": "2.5.1",
  1831. "@parcel/watcher-win32-x64": "2.5.1"
  1832. }
  1833. },
  1834. "node_modules/@parcel/watcher-android-arm64": {
  1835. "version": "2.5.1",
  1836. "resolved": "https://registry.npmmirror.com/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz",
  1837. "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==",
  1838. "cpu": [
  1839. "arm64"
  1840. ],
  1841. "license": "MIT",
  1842. "optional": true,
  1843. "os": [
  1844. "android"
  1845. ],
  1846. "engines": {
  1847. "node": ">= 10.0.0"
  1848. },
  1849. "funding": {
  1850. "type": "opencollective",
  1851. "url": "https://opencollective.com/parcel"
  1852. }
  1853. },
  1854. "node_modules/@parcel/watcher-darwin-arm64": {
  1855. "version": "2.5.1",
  1856. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz",
  1857. "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==",
  1858. "cpu": [
  1859. "arm64"
  1860. ],
  1861. "license": "MIT",
  1862. "optional": true,
  1863. "os": [
  1864. "darwin"
  1865. ],
  1866. "engines": {
  1867. "node": ">= 10.0.0"
  1868. },
  1869. "funding": {
  1870. "type": "opencollective",
  1871. "url": "https://opencollective.com/parcel"
  1872. }
  1873. },
  1874. "node_modules/@parcel/watcher-darwin-x64": {
  1875. "version": "2.5.1",
  1876. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz",
  1877. "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==",
  1878. "cpu": [
  1879. "x64"
  1880. ],
  1881. "license": "MIT",
  1882. "optional": true,
  1883. "os": [
  1884. "darwin"
  1885. ],
  1886. "engines": {
  1887. "node": ">= 10.0.0"
  1888. },
  1889. "funding": {
  1890. "type": "opencollective",
  1891. "url": "https://opencollective.com/parcel"
  1892. }
  1893. },
  1894. "node_modules/@parcel/watcher-freebsd-x64": {
  1895. "version": "2.5.1",
  1896. "resolved": "https://registry.npmmirror.com/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz",
  1897. "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==",
  1898. "cpu": [
  1899. "x64"
  1900. ],
  1901. "license": "MIT",
  1902. "optional": true,
  1903. "os": [
  1904. "freebsd"
  1905. ],
  1906. "engines": {
  1907. "node": ">= 10.0.0"
  1908. },
  1909. "funding": {
  1910. "type": "opencollective",
  1911. "url": "https://opencollective.com/parcel"
  1912. }
  1913. },
  1914. "node_modules/@parcel/watcher-linux-arm-glibc": {
  1915. "version": "2.5.1",
  1916. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz",
  1917. "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==",
  1918. "cpu": [
  1919. "arm"
  1920. ],
  1921. "license": "MIT",
  1922. "optional": true,
  1923. "os": [
  1924. "linux"
  1925. ],
  1926. "engines": {
  1927. "node": ">= 10.0.0"
  1928. },
  1929. "funding": {
  1930. "type": "opencollective",
  1931. "url": "https://opencollective.com/parcel"
  1932. }
  1933. },
  1934. "node_modules/@parcel/watcher-linux-arm-musl": {
  1935. "version": "2.5.1",
  1936. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz",
  1937. "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==",
  1938. "cpu": [
  1939. "arm"
  1940. ],
  1941. "license": "MIT",
  1942. "optional": true,
  1943. "os": [
  1944. "linux"
  1945. ],
  1946. "engines": {
  1947. "node": ">= 10.0.0"
  1948. },
  1949. "funding": {
  1950. "type": "opencollective",
  1951. "url": "https://opencollective.com/parcel"
  1952. }
  1953. },
  1954. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  1955. "version": "2.5.1",
  1956. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz",
  1957. "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==",
  1958. "cpu": [
  1959. "arm64"
  1960. ],
  1961. "license": "MIT",
  1962. "optional": true,
  1963. "os": [
  1964. "linux"
  1965. ],
  1966. "engines": {
  1967. "node": ">= 10.0.0"
  1968. },
  1969. "funding": {
  1970. "type": "opencollective",
  1971. "url": "https://opencollective.com/parcel"
  1972. }
  1973. },
  1974. "node_modules/@parcel/watcher-linux-arm64-musl": {
  1975. "version": "2.5.1",
  1976. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz",
  1977. "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==",
  1978. "cpu": [
  1979. "arm64"
  1980. ],
  1981. "license": "MIT",
  1982. "optional": true,
  1983. "os": [
  1984. "linux"
  1985. ],
  1986. "engines": {
  1987. "node": ">= 10.0.0"
  1988. },
  1989. "funding": {
  1990. "type": "opencollective",
  1991. "url": "https://opencollective.com/parcel"
  1992. }
  1993. },
  1994. "node_modules/@parcel/watcher-linux-x64-glibc": {
  1995. "version": "2.5.1",
  1996. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz",
  1997. "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==",
  1998. "cpu": [
  1999. "x64"
  2000. ],
  2001. "license": "MIT",
  2002. "optional": true,
  2003. "os": [
  2004. "linux"
  2005. ],
  2006. "engines": {
  2007. "node": ">= 10.0.0"
  2008. },
  2009. "funding": {
  2010. "type": "opencollective",
  2011. "url": "https://opencollective.com/parcel"
  2012. }
  2013. },
  2014. "node_modules/@parcel/watcher-linux-x64-musl": {
  2015. "version": "2.5.1",
  2016. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz",
  2017. "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==",
  2018. "cpu": [
  2019. "x64"
  2020. ],
  2021. "license": "MIT",
  2022. "optional": true,
  2023. "os": [
  2024. "linux"
  2025. ],
  2026. "engines": {
  2027. "node": ">= 10.0.0"
  2028. },
  2029. "funding": {
  2030. "type": "opencollective",
  2031. "url": "https://opencollective.com/parcel"
  2032. }
  2033. },
  2034. "node_modules/@parcel/watcher-win32-arm64": {
  2035. "version": "2.5.1",
  2036. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz",
  2037. "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==",
  2038. "cpu": [
  2039. "arm64"
  2040. ],
  2041. "license": "MIT",
  2042. "optional": true,
  2043. "os": [
  2044. "win32"
  2045. ],
  2046. "engines": {
  2047. "node": ">= 10.0.0"
  2048. },
  2049. "funding": {
  2050. "type": "opencollective",
  2051. "url": "https://opencollective.com/parcel"
  2052. }
  2053. },
  2054. "node_modules/@parcel/watcher-win32-ia32": {
  2055. "version": "2.5.1",
  2056. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz",
  2057. "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==",
  2058. "cpu": [
  2059. "ia32"
  2060. ],
  2061. "license": "MIT",
  2062. "optional": true,
  2063. "os": [
  2064. "win32"
  2065. ],
  2066. "engines": {
  2067. "node": ">= 10.0.0"
  2068. },
  2069. "funding": {
  2070. "type": "opencollective",
  2071. "url": "https://opencollective.com/parcel"
  2072. }
  2073. },
  2074. "node_modules/@parcel/watcher-win32-x64": {
  2075. "version": "2.5.1",
  2076. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz",
  2077. "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==",
  2078. "cpu": [
  2079. "x64"
  2080. ],
  2081. "license": "MIT",
  2082. "optional": true,
  2083. "os": [
  2084. "win32"
  2085. ],
  2086. "engines": {
  2087. "node": ">= 10.0.0"
  2088. },
  2089. "funding": {
  2090. "type": "opencollective",
  2091. "url": "https://opencollective.com/parcel"
  2092. }
  2093. },
  2094. "node_modules/@parcel/watcher/node_modules/detect-libc": {
  2095. "version": "1.0.3",
  2096. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-1.0.3.tgz",
  2097. "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
  2098. "license": "Apache-2.0",
  2099. "optional": true,
  2100. "bin": {
  2101. "detect-libc": "bin/detect-libc.js"
  2102. },
  2103. "engines": {
  2104. "node": ">=0.10"
  2105. }
  2106. },
  2107. "node_modules/@radix-ui/primitive": {
  2108. "version": "1.1.2",
  2109. "resolved": "https://registry.npmmirror.com/@radix-ui/primitive/-/primitive-1.1.2.tgz",
  2110. "integrity": "sha512-XnbHrrprsNqZKQhStrSwgRUQzoCI1glLzdw79xiZPoofhGICeZRSQ3dIxAKH1gb3OHfNf4d6f+vAv3kil2eggA==",
  2111. "license": "MIT"
  2112. },
  2113. "node_modules/@radix-ui/react-collection": {
  2114. "version": "1.1.7",
  2115. "resolved": "https://registry.npmmirror.com/@radix-ui/react-collection/-/react-collection-1.1.7.tgz",
  2116. "integrity": "sha512-Fh9rGN0MoI4ZFUNyfFVNU4y9LUz93u9/0K+yLgA2bwRojxM8JU1DyvvMBabnZPBgMWREAJvU2jjVzq+LrFUglw==",
  2117. "license": "MIT",
  2118. "dependencies": {
  2119. "@radix-ui/react-compose-refs": "1.1.2",
  2120. "@radix-ui/react-context": "1.1.2",
  2121. "@radix-ui/react-primitive": "2.1.3",
  2122. "@radix-ui/react-slot": "1.2.3"
  2123. },
  2124. "peerDependencies": {
  2125. "@types/react": "*",
  2126. "@types/react-dom": "*",
  2127. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  2128. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  2129. },
  2130. "peerDependenciesMeta": {
  2131. "@types/react": {
  2132. "optional": true
  2133. },
  2134. "@types/react-dom": {
  2135. "optional": true
  2136. }
  2137. }
  2138. },
  2139. "node_modules/@radix-ui/react-compose-refs": {
  2140. "version": "1.1.2",
  2141. "resolved": "https://registry.npmmirror.com/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.2.tgz",
  2142. "integrity": "sha512-z4eqJvfiNnFMHIIvXP3CY57y2WJs5g2v3X0zm9mEJkrkNv4rDxu+sg9Jh8EkXyeqBkB7SOcboo9dMVqhyrACIg==",
  2143. "license": "MIT",
  2144. "peerDependencies": {
  2145. "@types/react": "*",
  2146. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  2147. },
  2148. "peerDependenciesMeta": {
  2149. "@types/react": {
  2150. "optional": true
  2151. }
  2152. }
  2153. },
  2154. "node_modules/@radix-ui/react-context": {
  2155. "version": "1.1.2",
  2156. "resolved": "https://registry.npmmirror.com/@radix-ui/react-context/-/react-context-1.1.2.tgz",
  2157. "integrity": "sha512-jCi/QKUM2r1Ju5a3J64TH2A5SpKAgh0LpknyqdQ4m6DCV0xJ2HG1xARRwNGPQfi1SLdLWZ1OJz6F4OMBBNiGJA==",
  2158. "license": "MIT",
  2159. "peerDependencies": {
  2160. "@types/react": "*",
  2161. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  2162. },
  2163. "peerDependenciesMeta": {
  2164. "@types/react": {
  2165. "optional": true
  2166. }
  2167. }
  2168. },
  2169. "node_modules/@radix-ui/react-direction": {
  2170. "version": "1.1.1",
  2171. "resolved": "https://registry.npmmirror.com/@radix-ui/react-direction/-/react-direction-1.1.1.tgz",
  2172. "integrity": "sha512-1UEWRX6jnOA2y4H5WczZ44gOOjTEmlqv1uNW4GAJEO5+bauCBhv8snY65Iw5/VOS/ghKN9gr2KjnLKxrsvoMVw==",
  2173. "license": "MIT",
  2174. "peerDependencies": {
  2175. "@types/react": "*",
  2176. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  2177. },
  2178. "peerDependenciesMeta": {
  2179. "@types/react": {
  2180. "optional": true
  2181. }
  2182. }
  2183. },
  2184. "node_modules/@radix-ui/react-id": {
  2185. "version": "1.1.1",
  2186. "resolved": "https://registry.npmmirror.com/@radix-ui/react-id/-/react-id-1.1.1.tgz",
  2187. "integrity": "sha512-kGkGegYIdQsOb4XjsfM97rXsiHaBwco+hFI66oO4s9LU+PLAC5oJ7khdOVFxkhsmlbpUqDAvXw11CluXP+jkHg==",
  2188. "license": "MIT",
  2189. "dependencies": {
  2190. "@radix-ui/react-use-layout-effect": "1.1.1"
  2191. },
  2192. "peerDependencies": {
  2193. "@types/react": "*",
  2194. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  2195. },
  2196. "peerDependenciesMeta": {
  2197. "@types/react": {
  2198. "optional": true
  2199. }
  2200. }
  2201. },
  2202. "node_modules/@radix-ui/react-presence": {
  2203. "version": "1.1.4",
  2204. "resolved": "https://registry.npmmirror.com/@radix-ui/react-presence/-/react-presence-1.1.4.tgz",
  2205. "integrity": "sha512-ueDqRbdc4/bkaQT3GIpLQssRlFgWaL/U2z/S31qRwwLWoxHLgry3SIfCwhxeQNbirEUXFa+lq3RL3oBYXtcmIA==",
  2206. "license": "MIT",
  2207. "dependencies": {
  2208. "@radix-ui/react-compose-refs": "1.1.2",
  2209. "@radix-ui/react-use-layout-effect": "1.1.1"
  2210. },
  2211. "peerDependencies": {
  2212. "@types/react": "*",
  2213. "@types/react-dom": "*",
  2214. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  2215. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  2216. },
  2217. "peerDependenciesMeta": {
  2218. "@types/react": {
  2219. "optional": true
  2220. },
  2221. "@types/react-dom": {
  2222. "optional": true
  2223. }
  2224. }
  2225. },
  2226. "node_modules/@radix-ui/react-primitive": {
  2227. "version": "2.1.3",
  2228. "resolved": "https://registry.npmmirror.com/@radix-ui/react-primitive/-/react-primitive-2.1.3.tgz",
  2229. "integrity": "sha512-m9gTwRkhy2lvCPe6QJp4d3G1TYEUHn/FzJUtq9MjH46an1wJU+GdoGC5VLof8RX8Ft/DlpshApkhswDLZzHIcQ==",
  2230. "license": "MIT",
  2231. "dependencies": {
  2232. "@radix-ui/react-slot": "1.2.3"
  2233. },
  2234. "peerDependencies": {
  2235. "@types/react": "*",
  2236. "@types/react-dom": "*",
  2237. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  2238. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  2239. },
  2240. "peerDependenciesMeta": {
  2241. "@types/react": {
  2242. "optional": true
  2243. },
  2244. "@types/react-dom": {
  2245. "optional": true
  2246. }
  2247. }
  2248. },
  2249. "node_modules/@radix-ui/react-roving-focus": {
  2250. "version": "1.1.10",
  2251. "resolved": "https://registry.npmmirror.com/@radix-ui/react-roving-focus/-/react-roving-focus-1.1.10.tgz",
  2252. "integrity": "sha512-dT9aOXUen9JSsxnMPv/0VqySQf5eDQ6LCk5Sw28kamz8wSOW2bJdlX2Bg5VUIIcV+6XlHpWTIuTPCf/UNIyq8Q==",
  2253. "license": "MIT",
  2254. "dependencies": {
  2255. "@radix-ui/primitive": "1.1.2",
  2256. "@radix-ui/react-collection": "1.1.7",
  2257. "@radix-ui/react-compose-refs": "1.1.2",
  2258. "@radix-ui/react-context": "1.1.2",
  2259. "@radix-ui/react-direction": "1.1.1",
  2260. "@radix-ui/react-id": "1.1.1",
  2261. "@radix-ui/react-primitive": "2.1.3",
  2262. "@radix-ui/react-use-callback-ref": "1.1.1",
  2263. "@radix-ui/react-use-controllable-state": "1.2.2"
  2264. },
  2265. "peerDependencies": {
  2266. "@types/react": "*",
  2267. "@types/react-dom": "*",
  2268. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  2269. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  2270. },
  2271. "peerDependenciesMeta": {
  2272. "@types/react": {
  2273. "optional": true
  2274. },
  2275. "@types/react-dom": {
  2276. "optional": true
  2277. }
  2278. }
  2279. },
  2280. "node_modules/@radix-ui/react-slot": {
  2281. "version": "1.2.3",
  2282. "resolved": "https://registry.npmmirror.com/@radix-ui/react-slot/-/react-slot-1.2.3.tgz",
  2283. "integrity": "sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==",
  2284. "license": "MIT",
  2285. "dependencies": {
  2286. "@radix-ui/react-compose-refs": "1.1.2"
  2287. },
  2288. "peerDependencies": {
  2289. "@types/react": "*",
  2290. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  2291. },
  2292. "peerDependenciesMeta": {
  2293. "@types/react": {
  2294. "optional": true
  2295. }
  2296. }
  2297. },
  2298. "node_modules/@radix-ui/react-tabs": {
  2299. "version": "1.1.12",
  2300. "resolved": "https://registry.npmmirror.com/@radix-ui/react-tabs/-/react-tabs-1.1.12.tgz",
  2301. "integrity": "sha512-GTVAlRVrQrSw3cEARM0nAx73ixrWDPNZAruETn3oHCNP6SbZ/hNxdxp+u7VkIEv3/sFoLq1PfcHrl7Pnp0CDpw==",
  2302. "license": "MIT",
  2303. "dependencies": {
  2304. "@radix-ui/primitive": "1.1.2",
  2305. "@radix-ui/react-context": "1.1.2",
  2306. "@radix-ui/react-direction": "1.1.1",
  2307. "@radix-ui/react-id": "1.1.1",
  2308. "@radix-ui/react-presence": "1.1.4",
  2309. "@radix-ui/react-primitive": "2.1.3",
  2310. "@radix-ui/react-roving-focus": "1.1.10",
  2311. "@radix-ui/react-use-controllable-state": "1.2.2"
  2312. },
  2313. "peerDependencies": {
  2314. "@types/react": "*",
  2315. "@types/react-dom": "*",
  2316. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  2317. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  2318. },
  2319. "peerDependenciesMeta": {
  2320. "@types/react": {
  2321. "optional": true
  2322. },
  2323. "@types/react-dom": {
  2324. "optional": true
  2325. }
  2326. }
  2327. },
  2328. "node_modules/@radix-ui/react-use-callback-ref": {
  2329. "version": "1.1.1",
  2330. "resolved": "https://registry.npmmirror.com/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.1.tgz",
  2331. "integrity": "sha512-FkBMwD+qbGQeMu1cOHnuGB6x4yzPjho8ap5WtbEJ26umhgqVXbhekKUQO+hZEL1vU92a3wHwdp0HAcqAUF5iDg==",
  2332. "license": "MIT",
  2333. "peerDependencies": {
  2334. "@types/react": "*",
  2335. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  2336. },
  2337. "peerDependenciesMeta": {
  2338. "@types/react": {
  2339. "optional": true
  2340. }
  2341. }
  2342. },
  2343. "node_modules/@radix-ui/react-use-controllable-state": {
  2344. "version": "1.2.2",
  2345. "resolved": "https://registry.npmmirror.com/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.2.2.tgz",
  2346. "integrity": "sha512-BjasUjixPFdS+NKkypcyyN5Pmg83Olst0+c6vGov0diwTEo6mgdqVR6hxcEgFuh4QrAs7Rc+9KuGJ9TVCj0Zzg==",
  2347. "license": "MIT",
  2348. "dependencies": {
  2349. "@radix-ui/react-use-effect-event": "0.0.2",
  2350. "@radix-ui/react-use-layout-effect": "1.1.1"
  2351. },
  2352. "peerDependencies": {
  2353. "@types/react": "*",
  2354. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  2355. },
  2356. "peerDependenciesMeta": {
  2357. "@types/react": {
  2358. "optional": true
  2359. }
  2360. }
  2361. },
  2362. "node_modules/@radix-ui/react-use-effect-event": {
  2363. "version": "0.0.2",
  2364. "resolved": "https://registry.npmmirror.com/@radix-ui/react-use-effect-event/-/react-use-effect-event-0.0.2.tgz",
  2365. "integrity": "sha512-Qp8WbZOBe+blgpuUT+lw2xheLP8q0oatc9UpmiemEICxGvFLYmHm9QowVZGHtJlGbS6A6yJ3iViad/2cVjnOiA==",
  2366. "license": "MIT",
  2367. "dependencies": {
  2368. "@radix-ui/react-use-layout-effect": "1.1.1"
  2369. },
  2370. "peerDependencies": {
  2371. "@types/react": "*",
  2372. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  2373. },
  2374. "peerDependenciesMeta": {
  2375. "@types/react": {
  2376. "optional": true
  2377. }
  2378. }
  2379. },
  2380. "node_modules/@radix-ui/react-use-layout-effect": {
  2381. "version": "1.1.1",
  2382. "resolved": "https://registry.npmmirror.com/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.1.tgz",
  2383. "integrity": "sha512-RbJRS4UWQFkzHTTwVymMTUv8EqYhOp8dOOviLj2ugtTiXRaRQS7GLGxZTLL1jWhMeoSCf5zmcZkqTl9IiYfXcQ==",
  2384. "license": "MIT",
  2385. "peerDependencies": {
  2386. "@types/react": "*",
  2387. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  2388. },
  2389. "peerDependenciesMeta": {
  2390. "@types/react": {
  2391. "optional": true
  2392. }
  2393. }
  2394. },
  2395. "node_modules/@rc-component/async-validator": {
  2396. "version": "5.0.4",
  2397. "resolved": "https://registry.npmmirror.com/@rc-component/async-validator/-/async-validator-5.0.4.tgz",
  2398. "integrity": "sha512-qgGdcVIF604M9EqjNF0hbUTz42bz/RDtxWdWuU5EQe3hi7M8ob54B6B35rOsvX5eSvIHIzT9iH1R3n+hk3CGfg==",
  2399. "license": "MIT",
  2400. "dependencies": {
  2401. "@babel/runtime": "^7.24.4"
  2402. },
  2403. "engines": {
  2404. "node": ">=14.x"
  2405. }
  2406. },
  2407. "node_modules/@rc-component/color-picker": {
  2408. "version": "2.0.1",
  2409. "resolved": "https://registry.npmmirror.com/@rc-component/color-picker/-/color-picker-2.0.1.tgz",
  2410. "integrity": "sha512-WcZYwAThV/b2GISQ8F+7650r5ZZJ043E57aVBFkQ+kSY4C6wdofXgB0hBx+GPGpIU0Z81eETNoDUJMr7oy/P8Q==",
  2411. "license": "MIT",
  2412. "dependencies": {
  2413. "@ant-design/fast-color": "^2.0.6",
  2414. "@babel/runtime": "^7.23.6",
  2415. "classnames": "^2.2.6",
  2416. "rc-util": "^5.38.1"
  2417. },
  2418. "peerDependencies": {
  2419. "react": ">=16.9.0",
  2420. "react-dom": ">=16.9.0"
  2421. }
  2422. },
  2423. "node_modules/@rc-component/context": {
  2424. "version": "1.4.0",
  2425. "resolved": "https://registry.npmmirror.com/@rc-component/context/-/context-1.4.0.tgz",
  2426. "integrity": "sha512-kFcNxg9oLRMoL3qki0OMxK+7g5mypjgaaJp/pkOis/6rVxma9nJBF/8kCIuTYHUQNr0ii7MxqE33wirPZLJQ2w==",
  2427. "license": "MIT",
  2428. "dependencies": {
  2429. "@babel/runtime": "^7.10.1",
  2430. "rc-util": "^5.27.0"
  2431. },
  2432. "peerDependencies": {
  2433. "react": ">=16.9.0",
  2434. "react-dom": ">=16.9.0"
  2435. }
  2436. },
  2437. "node_modules/@rc-component/mini-decimal": {
  2438. "version": "1.1.0",
  2439. "resolved": "https://registry.npmmirror.com/@rc-component/mini-decimal/-/mini-decimal-1.1.0.tgz",
  2440. "integrity": "sha512-jS4E7T9Li2GuYwI6PyiVXmxTiM6b07rlD9Ge8uGZSCz3WlzcG5ZK7g5bbuKNeZ9pgUuPK/5guV781ujdVpm4HQ==",
  2441. "license": "MIT",
  2442. "dependencies": {
  2443. "@babel/runtime": "^7.18.0"
  2444. },
  2445. "engines": {
  2446. "node": ">=8.x"
  2447. }
  2448. },
  2449. "node_modules/@rc-component/mutate-observer": {
  2450. "version": "1.1.0",
  2451. "resolved": "https://registry.npmmirror.com/@rc-component/mutate-observer/-/mutate-observer-1.1.0.tgz",
  2452. "integrity": "sha512-QjrOsDXQusNwGZPf4/qRQasg7UFEj06XiCJ8iuiq/Io7CrHrgVi6Uuetw60WAMG1799v+aM8kyc+1L/GBbHSlw==",
  2453. "license": "MIT",
  2454. "dependencies": {
  2455. "@babel/runtime": "^7.18.0",
  2456. "classnames": "^2.3.2",
  2457. "rc-util": "^5.24.4"
  2458. },
  2459. "engines": {
  2460. "node": ">=8.x"
  2461. },
  2462. "peerDependencies": {
  2463. "react": ">=16.9.0",
  2464. "react-dom": ">=16.9.0"
  2465. }
  2466. },
  2467. "node_modules/@rc-component/portal": {
  2468. "version": "1.1.2",
  2469. "resolved": "https://registry.npmmirror.com/@rc-component/portal/-/portal-1.1.2.tgz",
  2470. "integrity": "sha512-6f813C0IsasTZms08kfA8kPAGxbbkYToa8ALaiDIGGECU4i9hj8Plgbx0sNJDrey3EtHO30hmdaxtT0138xZcg==",
  2471. "license": "MIT",
  2472. "dependencies": {
  2473. "@babel/runtime": "^7.18.0",
  2474. "classnames": "^2.3.2",
  2475. "rc-util": "^5.24.4"
  2476. },
  2477. "engines": {
  2478. "node": ">=8.x"
  2479. },
  2480. "peerDependencies": {
  2481. "react": ">=16.9.0",
  2482. "react-dom": ">=16.9.0"
  2483. }
  2484. },
  2485. "node_modules/@rc-component/qrcode": {
  2486. "version": "1.0.0",
  2487. "resolved": "https://registry.npmmirror.com/@rc-component/qrcode/-/qrcode-1.0.0.tgz",
  2488. "integrity": "sha512-L+rZ4HXP2sJ1gHMGHjsg9jlYBX/SLN2D6OxP9Zn3qgtpMWtO2vUfxVFwiogHpAIqs54FnALxraUy/BCO1yRIgg==",
  2489. "license": "MIT",
  2490. "dependencies": {
  2491. "@babel/runtime": "^7.24.7",
  2492. "classnames": "^2.3.2",
  2493. "rc-util": "^5.38.0"
  2494. },
  2495. "engines": {
  2496. "node": ">=8.x"
  2497. },
  2498. "peerDependencies": {
  2499. "react": ">=16.9.0",
  2500. "react-dom": ">=16.9.0"
  2501. }
  2502. },
  2503. "node_modules/@rc-component/tour": {
  2504. "version": "1.15.1",
  2505. "resolved": "https://registry.npmmirror.com/@rc-component/tour/-/tour-1.15.1.tgz",
  2506. "integrity": "sha512-Tr2t7J1DKZUpfJuDZWHxyxWpfmj8EZrqSgyMZ+BCdvKZ6r1UDsfU46M/iWAAFBy961Ssfom2kv5f3UcjIL2CmQ==",
  2507. "license": "MIT",
  2508. "dependencies": {
  2509. "@babel/runtime": "^7.18.0",
  2510. "@rc-component/portal": "^1.0.0-9",
  2511. "@rc-component/trigger": "^2.0.0",
  2512. "classnames": "^2.3.2",
  2513. "rc-util": "^5.24.4"
  2514. },
  2515. "engines": {
  2516. "node": ">=8.x"
  2517. },
  2518. "peerDependencies": {
  2519. "react": ">=16.9.0",
  2520. "react-dom": ">=16.9.0"
  2521. }
  2522. },
  2523. "node_modules/@rc-component/trigger": {
  2524. "version": "2.3.0",
  2525. "resolved": "https://registry.npmmirror.com/@rc-component/trigger/-/trigger-2.3.0.tgz",
  2526. "integrity": "sha512-iwaxZyzOuK0D7lS+0AQEtW52zUWxoGqTGkke3dRyb8pYiShmRpCjB/8TzPI4R6YySCH7Vm9BZj/31VPiiQTLBg==",
  2527. "license": "MIT",
  2528. "dependencies": {
  2529. "@babel/runtime": "^7.23.2",
  2530. "@rc-component/portal": "^1.1.0",
  2531. "classnames": "^2.3.2",
  2532. "rc-motion": "^2.0.0",
  2533. "rc-resize-observer": "^1.3.1",
  2534. "rc-util": "^5.44.0"
  2535. },
  2536. "engines": {
  2537. "node": ">=8.x"
  2538. },
  2539. "peerDependencies": {
  2540. "react": ">=16.9.0",
  2541. "react-dom": ">=16.9.0"
  2542. }
  2543. },
  2544. "node_modules/@reduxjs/toolkit": {
  2545. "version": "2.8.2",
  2546. "resolved": "https://registry.npmmirror.com/@reduxjs/toolkit/-/toolkit-2.8.2.tgz",
  2547. "integrity": "sha512-MYlOhQ0sLdw4ud48FoC5w0dH9VfWQjtCjreKwYTT3l+r427qYC5Y8PihNutepr8XrNaBUDQo9khWUwQxZaqt5A==",
  2548. "license": "MIT",
  2549. "dependencies": {
  2550. "@standard-schema/spec": "^1.0.0",
  2551. "@standard-schema/utils": "^0.3.0",
  2552. "immer": "^10.0.3",
  2553. "redux": "^5.0.1",
  2554. "redux-thunk": "^3.1.0",
  2555. "reselect": "^5.1.0"
  2556. },
  2557. "peerDependencies": {
  2558. "react": "^16.9.0 || ^17.0.0 || ^18 || ^19",
  2559. "react-redux": "^7.2.1 || ^8.1.3 || ^9.0.0"
  2560. },
  2561. "peerDependenciesMeta": {
  2562. "react": {
  2563. "optional": true
  2564. },
  2565. "react-redux": {
  2566. "optional": true
  2567. }
  2568. }
  2569. },
  2570. "node_modules/@rtsao/scc": {
  2571. "version": "1.1.0",
  2572. "resolved": "https://registry.npmmirror.com/@rtsao/scc/-/scc-1.1.0.tgz",
  2573. "integrity": "sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==",
  2574. "dev": true,
  2575. "license": "MIT"
  2576. },
  2577. "node_modules/@rushstack/eslint-patch": {
  2578. "version": "1.12.0",
  2579. "resolved": "https://registry.npmmirror.com/@rushstack/eslint-patch/-/eslint-patch-1.12.0.tgz",
  2580. "integrity": "sha512-5EwMtOqvJMMa3HbmxLlF74e+3/HhwBTMcvt3nqVJgGCozO6hzIPOBlwm8mGVNR9SN2IJpxSnlxczyDjcn7qIyw==",
  2581. "dev": true,
  2582. "license": "MIT"
  2583. },
  2584. "node_modules/@sbzen/cron-core": {
  2585. "version": "2.0.3",
  2586. "resolved": "https://registry.npmmirror.com/@sbzen/cron-core/-/cron-core-2.0.3.tgz",
  2587. "integrity": "sha512-ITfcSuk5O6LoO8AG3xlkXEhqfxWRwSEJcVL/NmPh9qZn99Jenpf9XO5XYnYWPEDBDxa6cSfOxvthn8yn5OxaCA==",
  2588. "license": "MIT"
  2589. },
  2590. "node_modules/@sbzen/re-cron": {
  2591. "version": "2.0.7",
  2592. "resolved": "https://registry.npmmirror.com/@sbzen/re-cron/-/re-cron-2.0.7.tgz",
  2593. "integrity": "sha512-NCMdo5JvqfvEEntWeC8QgfWCY3x2DqqTAa6cJeb9ENP3jLAPEEOFFpe/hhPRR64QAeayideTQL1FaVy36RHGYw==",
  2594. "license": "MIT",
  2595. "dependencies": {
  2596. "@sbzen/cron-core": "2.0.3"
  2597. },
  2598. "peerDependencies": {
  2599. "react": "*",
  2600. "react-dom": "*"
  2601. }
  2602. },
  2603. "node_modules/@standard-schema/spec": {
  2604. "version": "1.0.0",
  2605. "resolved": "https://registry.npmmirror.com/@standard-schema/spec/-/spec-1.0.0.tgz",
  2606. "integrity": "sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA==",
  2607. "license": "MIT"
  2608. },
  2609. "node_modules/@standard-schema/utils": {
  2610. "version": "0.3.0",
  2611. "resolved": "https://registry.npmmirror.com/@standard-schema/utils/-/utils-0.3.0.tgz",
  2612. "integrity": "sha512-e7Mew686owMaPJVNNLs55PUvgz371nKgwsc4vxE49zsODpJEnxgxRo2y/OKrqueavXgZNMDVj3DdHFlaSAeU8g==",
  2613. "license": "MIT"
  2614. },
  2615. "node_modules/@swc/helpers": {
  2616. "version": "0.5.15",
  2617. "resolved": "https://registry.npmmirror.com/@swc/helpers/-/helpers-0.5.15.tgz",
  2618. "integrity": "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==",
  2619. "license": "Apache-2.0",
  2620. "dependencies": {
  2621. "tslib": "^2.8.0"
  2622. }
  2623. },
  2624. "node_modules/@tailwindcss/node": {
  2625. "version": "4.1.11",
  2626. "resolved": "https://registry.npmmirror.com/@tailwindcss/node/-/node-4.1.11.tgz",
  2627. "integrity": "sha512-yzhzuGRmv5QyU9qLNg4GTlYI6STedBWRE7NjxP45CsFYYq9taI0zJXZBMqIC/c8fViNLhmrbpSFS57EoxUmD6Q==",
  2628. "dev": true,
  2629. "license": "MIT",
  2630. "dependencies": {
  2631. "@ampproject/remapping": "^2.3.0",
  2632. "enhanced-resolve": "^5.18.1",
  2633. "jiti": "^2.4.2",
  2634. "lightningcss": "1.30.1",
  2635. "magic-string": "^0.30.17",
  2636. "source-map-js": "^1.2.1",
  2637. "tailwindcss": "4.1.11"
  2638. }
  2639. },
  2640. "node_modules/@tailwindcss/oxide": {
  2641. "version": "4.1.11",
  2642. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide/-/oxide-4.1.11.tgz",
  2643. "integrity": "sha512-Q69XzrtAhuyfHo+5/HMgr1lAiPP/G40OMFAnws7xcFEYqcypZmdW8eGXaOUIeOl1dzPJBPENXgbjsOyhg2nkrg==",
  2644. "dev": true,
  2645. "hasInstallScript": true,
  2646. "license": "MIT",
  2647. "dependencies": {
  2648. "detect-libc": "^2.0.4",
  2649. "tar": "^7.4.3"
  2650. },
  2651. "engines": {
  2652. "node": ">= 10"
  2653. },
  2654. "optionalDependencies": {
  2655. "@tailwindcss/oxide-android-arm64": "4.1.11",
  2656. "@tailwindcss/oxide-darwin-arm64": "4.1.11",
  2657. "@tailwindcss/oxide-darwin-x64": "4.1.11",
  2658. "@tailwindcss/oxide-freebsd-x64": "4.1.11",
  2659. "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.11",
  2660. "@tailwindcss/oxide-linux-arm64-gnu": "4.1.11",
  2661. "@tailwindcss/oxide-linux-arm64-musl": "4.1.11",
  2662. "@tailwindcss/oxide-linux-x64-gnu": "4.1.11",
  2663. "@tailwindcss/oxide-linux-x64-musl": "4.1.11",
  2664. "@tailwindcss/oxide-wasm32-wasi": "4.1.11",
  2665. "@tailwindcss/oxide-win32-arm64-msvc": "4.1.11",
  2666. "@tailwindcss/oxide-win32-x64-msvc": "4.1.11"
  2667. }
  2668. },
  2669. "node_modules/@tailwindcss/oxide-android-arm64": {
  2670. "version": "4.1.11",
  2671. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.11.tgz",
  2672. "integrity": "sha512-3IfFuATVRUMZZprEIx9OGDjG3Ou3jG4xQzNTvjDoKmU9JdmoCohQJ83MYd0GPnQIu89YoJqvMM0G3uqLRFtetg==",
  2673. "cpu": [
  2674. "arm64"
  2675. ],
  2676. "dev": true,
  2677. "license": "MIT",
  2678. "optional": true,
  2679. "os": [
  2680. "android"
  2681. ],
  2682. "engines": {
  2683. "node": ">= 10"
  2684. }
  2685. },
  2686. "node_modules/@tailwindcss/oxide-darwin-arm64": {
  2687. "version": "4.1.11",
  2688. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.11.tgz",
  2689. "integrity": "sha512-ESgStEOEsyg8J5YcMb1xl8WFOXfeBmrhAwGsFxxB2CxY9evy63+AtpbDLAyRkJnxLy2WsD1qF13E97uQyP1lfQ==",
  2690. "cpu": [
  2691. "arm64"
  2692. ],
  2693. "dev": true,
  2694. "license": "MIT",
  2695. "optional": true,
  2696. "os": [
  2697. "darwin"
  2698. ],
  2699. "engines": {
  2700. "node": ">= 10"
  2701. }
  2702. },
  2703. "node_modules/@tailwindcss/oxide-darwin-x64": {
  2704. "version": "4.1.11",
  2705. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.11.tgz",
  2706. "integrity": "sha512-EgnK8kRchgmgzG6jE10UQNaH9Mwi2n+yw1jWmof9Vyg2lpKNX2ioe7CJdf9M5f8V9uaQxInenZkOxnTVL3fhAw==",
  2707. "cpu": [
  2708. "x64"
  2709. ],
  2710. "dev": true,
  2711. "license": "MIT",
  2712. "optional": true,
  2713. "os": [
  2714. "darwin"
  2715. ],
  2716. "engines": {
  2717. "node": ">= 10"
  2718. }
  2719. },
  2720. "node_modules/@tailwindcss/oxide-freebsd-x64": {
  2721. "version": "4.1.11",
  2722. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.11.tgz",
  2723. "integrity": "sha512-xdqKtbpHs7pQhIKmqVpxStnY1skuNh4CtbcyOHeX1YBE0hArj2romsFGb6yUmzkq/6M24nkxDqU8GYrKrz+UcA==",
  2724. "cpu": [
  2725. "x64"
  2726. ],
  2727. "dev": true,
  2728. "license": "MIT",
  2729. "optional": true,
  2730. "os": [
  2731. "freebsd"
  2732. ],
  2733. "engines": {
  2734. "node": ">= 10"
  2735. }
  2736. },
  2737. "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
  2738. "version": "4.1.11",
  2739. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.11.tgz",
  2740. "integrity": "sha512-ryHQK2eyDYYMwB5wZL46uoxz2zzDZsFBwfjssgB7pzytAeCCa6glsiJGjhTEddq/4OsIjsLNMAiMlHNYnkEEeg==",
  2741. "cpu": [
  2742. "arm"
  2743. ],
  2744. "dev": true,
  2745. "license": "MIT",
  2746. "optional": true,
  2747. "os": [
  2748. "linux"
  2749. ],
  2750. "engines": {
  2751. "node": ">= 10"
  2752. }
  2753. },
  2754. "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
  2755. "version": "4.1.11",
  2756. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.11.tgz",
  2757. "integrity": "sha512-mYwqheq4BXF83j/w75ewkPJmPZIqqP1nhoghS9D57CLjsh3Nfq0m4ftTotRYtGnZd3eCztgbSPJ9QhfC91gDZQ==",
  2758. "cpu": [
  2759. "arm64"
  2760. ],
  2761. "dev": true,
  2762. "license": "MIT",
  2763. "optional": true,
  2764. "os": [
  2765. "linux"
  2766. ],
  2767. "engines": {
  2768. "node": ">= 10"
  2769. }
  2770. },
  2771. "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
  2772. "version": "4.1.11",
  2773. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.11.tgz",
  2774. "integrity": "sha512-m/NVRFNGlEHJrNVk3O6I9ggVuNjXHIPoD6bqay/pubtYC9QIdAMpS+cswZQPBLvVvEF6GtSNONbDkZrjWZXYNQ==",
  2775. "cpu": [
  2776. "arm64"
  2777. ],
  2778. "dev": true,
  2779. "license": "MIT",
  2780. "optional": true,
  2781. "os": [
  2782. "linux"
  2783. ],
  2784. "engines": {
  2785. "node": ">= 10"
  2786. }
  2787. },
  2788. "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
  2789. "version": "4.1.11",
  2790. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.11.tgz",
  2791. "integrity": "sha512-YW6sblI7xukSD2TdbbaeQVDysIm/UPJtObHJHKxDEcW2exAtY47j52f8jZXkqE1krdnkhCMGqP3dbniu1Te2Fg==",
  2792. "cpu": [
  2793. "x64"
  2794. ],
  2795. "dev": true,
  2796. "license": "MIT",
  2797. "optional": true,
  2798. "os": [
  2799. "linux"
  2800. ],
  2801. "engines": {
  2802. "node": ">= 10"
  2803. }
  2804. },
  2805. "node_modules/@tailwindcss/oxide-linux-x64-musl": {
  2806. "version": "4.1.11",
  2807. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.11.tgz",
  2808. "integrity": "sha512-e3C/RRhGunWYNC3aSF7exsQkdXzQ/M+aYuZHKnw4U7KQwTJotnWsGOIVih0s2qQzmEzOFIJ3+xt7iq67K/p56Q==",
  2809. "cpu": [
  2810. "x64"
  2811. ],
  2812. "dev": true,
  2813. "license": "MIT",
  2814. "optional": true,
  2815. "os": [
  2816. "linux"
  2817. ],
  2818. "engines": {
  2819. "node": ">= 10"
  2820. }
  2821. },
  2822. "node_modules/@tailwindcss/oxide-wasm32-wasi": {
  2823. "version": "4.1.11",
  2824. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.11.tgz",
  2825. "integrity": "sha512-Xo1+/GU0JEN/C/dvcammKHzeM6NqKovG+6921MR6oadee5XPBaKOumrJCXvopJ/Qb5TH7LX/UAywbqrP4lax0g==",
  2826. "bundleDependencies": [
  2827. "@napi-rs/wasm-runtime",
  2828. "@emnapi/core",
  2829. "@emnapi/runtime",
  2830. "@tybys/wasm-util",
  2831. "@emnapi/wasi-threads",
  2832. "tslib"
  2833. ],
  2834. "cpu": [
  2835. "wasm32"
  2836. ],
  2837. "dev": true,
  2838. "license": "MIT",
  2839. "optional": true,
  2840. "dependencies": {
  2841. "@emnapi/core": "^1.4.3",
  2842. "@emnapi/runtime": "^1.4.3",
  2843. "@emnapi/wasi-threads": "^1.0.2",
  2844. "@napi-rs/wasm-runtime": "^0.2.11",
  2845. "@tybys/wasm-util": "^0.9.0",
  2846. "tslib": "^2.8.0"
  2847. },
  2848. "engines": {
  2849. "node": ">=14.0.0"
  2850. }
  2851. },
  2852. "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
  2853. "version": "4.1.11",
  2854. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.11.tgz",
  2855. "integrity": "sha512-UgKYx5PwEKrac3GPNPf6HVMNhUIGuUh4wlDFR2jYYdkX6pL/rn73zTq/4pzUm8fOjAn5L8zDeHp9iXmUGOXZ+w==",
  2856. "cpu": [
  2857. "arm64"
  2858. ],
  2859. "dev": true,
  2860. "license": "MIT",
  2861. "optional": true,
  2862. "os": [
  2863. "win32"
  2864. ],
  2865. "engines": {
  2866. "node": ">= 10"
  2867. }
  2868. },
  2869. "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
  2870. "version": "4.1.11",
  2871. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.11.tgz",
  2872. "integrity": "sha512-YfHoggn1j0LK7wR82TOucWc5LDCguHnoS879idHekmmiR7g9HUtMw9MI0NHatS28u/Xlkfi9w5RJWgz2Dl+5Qg==",
  2873. "cpu": [
  2874. "x64"
  2875. ],
  2876. "dev": true,
  2877. "license": "MIT",
  2878. "optional": true,
  2879. "os": [
  2880. "win32"
  2881. ],
  2882. "engines": {
  2883. "node": ">= 10"
  2884. }
  2885. },
  2886. "node_modules/@tailwindcss/postcss": {
  2887. "version": "4.1.11",
  2888. "resolved": "https://registry.npmmirror.com/@tailwindcss/postcss/-/postcss-4.1.11.tgz",
  2889. "integrity": "sha512-q/EAIIpF6WpLhKEuQSEVMZNMIY8KhWoAemZ9eylNAih9jxMGAYPPWBn3I9QL/2jZ+e7OEz/tZkX5HwbBR4HohA==",
  2890. "dev": true,
  2891. "license": "MIT",
  2892. "dependencies": {
  2893. "@alloc/quick-lru": "^5.2.0",
  2894. "@tailwindcss/node": "4.1.11",
  2895. "@tailwindcss/oxide": "4.1.11",
  2896. "postcss": "^8.4.41",
  2897. "tailwindcss": "4.1.11"
  2898. }
  2899. },
  2900. "node_modules/@tybys/wasm-util": {
  2901. "version": "0.10.0",
  2902. "resolved": "https://registry.npmmirror.com/@tybys/wasm-util/-/wasm-util-0.10.0.tgz",
  2903. "integrity": "sha512-VyyPYFlOMNylG45GoAe0xDoLwWuowvf92F9kySqzYh8vmYm7D2u4iUJKa1tOUpS70Ku13ASrOkS4ScXFsTaCNQ==",
  2904. "dev": true,
  2905. "license": "MIT",
  2906. "optional": true,
  2907. "dependencies": {
  2908. "tslib": "^2.4.0"
  2909. }
  2910. },
  2911. "node_modules/@types/d3-array": {
  2912. "version": "3.2.1",
  2913. "resolved": "https://registry.npmmirror.com/@types/d3-array/-/d3-array-3.2.1.tgz",
  2914. "integrity": "sha512-Y2Jn2idRrLzUfAKV2LyRImR+y4oa2AntrgID95SHJxuMUrkNXmanDSed71sRNZysveJVt1hLLemQZIady0FpEg==",
  2915. "license": "MIT"
  2916. },
  2917. "node_modules/@types/d3-color": {
  2918. "version": "3.1.3",
  2919. "resolved": "https://registry.npmmirror.com/@types/d3-color/-/d3-color-3.1.3.tgz",
  2920. "integrity": "sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==",
  2921. "license": "MIT"
  2922. },
  2923. "node_modules/@types/d3-ease": {
  2924. "version": "3.0.2",
  2925. "resolved": "https://registry.npmmirror.com/@types/d3-ease/-/d3-ease-3.0.2.tgz",
  2926. "integrity": "sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==",
  2927. "license": "MIT"
  2928. },
  2929. "node_modules/@types/d3-interpolate": {
  2930. "version": "3.0.4",
  2931. "resolved": "https://registry.npmmirror.com/@types/d3-interpolate/-/d3-interpolate-3.0.4.tgz",
  2932. "integrity": "sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==",
  2933. "license": "MIT",
  2934. "dependencies": {
  2935. "@types/d3-color": "*"
  2936. }
  2937. },
  2938. "node_modules/@types/d3-path": {
  2939. "version": "3.1.1",
  2940. "resolved": "https://registry.npmmirror.com/@types/d3-path/-/d3-path-3.1.1.tgz",
  2941. "integrity": "sha512-VMZBYyQvbGmWyWVea0EHs/BwLgxc+MKi1zLDCONksozI4YJMcTt8ZEuIR4Sb1MMTE8MMW49v0IwI5+b7RmfWlg==",
  2942. "license": "MIT"
  2943. },
  2944. "node_modules/@types/d3-scale": {
  2945. "version": "4.0.9",
  2946. "resolved": "https://registry.npmmirror.com/@types/d3-scale/-/d3-scale-4.0.9.tgz",
  2947. "integrity": "sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==",
  2948. "license": "MIT",
  2949. "dependencies": {
  2950. "@types/d3-time": "*"
  2951. }
  2952. },
  2953. "node_modules/@types/d3-shape": {
  2954. "version": "3.1.7",
  2955. "resolved": "https://registry.npmmirror.com/@types/d3-shape/-/d3-shape-3.1.7.tgz",
  2956. "integrity": "sha512-VLvUQ33C+3J+8p+Daf+nYSOsjB4GXp19/S/aGo60m9h1v6XaxjiT82lKVWJCfzhtuZ3yD7i/TPeC/fuKLLOSmg==",
  2957. "license": "MIT",
  2958. "dependencies": {
  2959. "@types/d3-path": "*"
  2960. }
  2961. },
  2962. "node_modules/@types/d3-time": {
  2963. "version": "3.0.4",
  2964. "resolved": "https://registry.npmmirror.com/@types/d3-time/-/d3-time-3.0.4.tgz",
  2965. "integrity": "sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==",
  2966. "license": "MIT"
  2967. },
  2968. "node_modules/@types/d3-timer": {
  2969. "version": "3.0.2",
  2970. "resolved": "https://registry.npmmirror.com/@types/d3-timer/-/d3-timer-3.0.2.tgz",
  2971. "integrity": "sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==",
  2972. "license": "MIT"
  2973. },
  2974. "node_modules/@types/debug": {
  2975. "version": "4.1.12",
  2976. "resolved": "https://registry.npmmirror.com/@types/debug/-/debug-4.1.12.tgz",
  2977. "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==",
  2978. "license": "MIT",
  2979. "dependencies": {
  2980. "@types/ms": "*"
  2981. }
  2982. },
  2983. "node_modules/@types/estree": {
  2984. "version": "1.0.8",
  2985. "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.8.tgz",
  2986. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  2987. "license": "MIT"
  2988. },
  2989. "node_modules/@types/estree-jsx": {
  2990. "version": "1.0.5",
  2991. "resolved": "https://registry.npmmirror.com/@types/estree-jsx/-/estree-jsx-1.0.5.tgz",
  2992. "integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==",
  2993. "license": "MIT",
  2994. "dependencies": {
  2995. "@types/estree": "*"
  2996. }
  2997. },
  2998. "node_modules/@types/hast": {
  2999. "version": "3.0.4",
  3000. "resolved": "https://registry.npmmirror.com/@types/hast/-/hast-3.0.4.tgz",
  3001. "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
  3002. "license": "MIT",
  3003. "dependencies": {
  3004. "@types/unist": "*"
  3005. }
  3006. },
  3007. "node_modules/@types/json-schema": {
  3008. "version": "7.0.15",
  3009. "resolved": "https://registry.npmmirror.com/@types/json-schema/-/json-schema-7.0.15.tgz",
  3010. "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
  3011. "dev": true,
  3012. "license": "MIT"
  3013. },
  3014. "node_modules/@types/json5": {
  3015. "version": "0.0.29",
  3016. "resolved": "https://registry.npmmirror.com/@types/json5/-/json5-0.0.29.tgz",
  3017. "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==",
  3018. "dev": true,
  3019. "license": "MIT"
  3020. },
  3021. "node_modules/@types/mdast": {
  3022. "version": "4.0.4",
  3023. "resolved": "https://registry.npmmirror.com/@types/mdast/-/mdast-4.0.4.tgz",
  3024. "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
  3025. "license": "MIT",
  3026. "dependencies": {
  3027. "@types/unist": "*"
  3028. }
  3029. },
  3030. "node_modules/@types/ms": {
  3031. "version": "2.1.0",
  3032. "resolved": "https://registry.npmmirror.com/@types/ms/-/ms-2.1.0.tgz",
  3033. "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",
  3034. "license": "MIT"
  3035. },
  3036. "node_modules/@types/node": {
  3037. "version": "20.19.9",
  3038. "resolved": "https://registry.npmmirror.com/@types/node/-/node-20.19.9.tgz",
  3039. "integrity": "sha512-cuVNgarYWZqxRJDQHEB58GEONhOK79QVR/qYx4S7kcUObQvUwvFnYxJuuHUKm2aieN9X3yZB4LZsuYNU1Qphsw==",
  3040. "dev": true,
  3041. "license": "MIT",
  3042. "dependencies": {
  3043. "undici-types": "~6.21.0"
  3044. }
  3045. },
  3046. "node_modules/@types/parse-json": {
  3047. "version": "4.0.2",
  3048. "resolved": "https://registry.npmmirror.com/@types/parse-json/-/parse-json-4.0.2.tgz",
  3049. "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==",
  3050. "license": "MIT"
  3051. },
  3052. "node_modules/@types/prismjs": {
  3053. "version": "1.26.5",
  3054. "resolved": "https://registry.npmmirror.com/@types/prismjs/-/prismjs-1.26.5.tgz",
  3055. "integrity": "sha512-AUZTa7hQ2KY5L7AmtSiqxlhWxb4ina0yd8hNbl4TWuqnv/pFP0nDMb3YrfSBf4hJVGLh2YEIBfKaBW/9UEl6IQ==",
  3056. "license": "MIT"
  3057. },
  3058. "node_modules/@types/react": {
  3059. "version": "19.1.9",
  3060. "resolved": "https://registry.npmmirror.com/@types/react/-/react-19.1.9.tgz",
  3061. "integrity": "sha512-WmdoynAX8Stew/36uTSVMcLJJ1KRh6L3IZRx1PZ7qJtBqT3dYTgyDTx8H1qoRghErydW7xw9mSJ3wS//tCRpFA==",
  3062. "license": "MIT",
  3063. "dependencies": {
  3064. "csstype": "^3.0.2"
  3065. }
  3066. },
  3067. "node_modules/@types/react-dom": {
  3068. "version": "19.1.7",
  3069. "resolved": "https://registry.npmmirror.com/@types/react-dom/-/react-dom-19.1.7.tgz",
  3070. "integrity": "sha512-i5ZzwYpqjmrKenzkoLM2Ibzt6mAsM7pxB6BCIouEVVmgiqaMj1TjaK7hnA36hbW5aZv20kx7Lw6hWzPWg0Rurw==",
  3071. "devOptional": true,
  3072. "license": "MIT",
  3073. "peerDependencies": {
  3074. "@types/react": "^19.0.0"
  3075. }
  3076. },
  3077. "node_modules/@types/unist": {
  3078. "version": "3.0.3",
  3079. "resolved": "https://registry.npmmirror.com/@types/unist/-/unist-3.0.3.tgz",
  3080. "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
  3081. "license": "MIT"
  3082. },
  3083. "node_modules/@types/use-sync-external-store": {
  3084. "version": "0.0.6",
  3085. "resolved": "https://registry.npmmirror.com/@types/use-sync-external-store/-/use-sync-external-store-0.0.6.tgz",
  3086. "integrity": "sha512-zFDAD+tlpf2r4asuHEj0XH6pY6i0g5NeAHPn+15wk3BV6JA69eERFXC1gyGThDkVa1zCyKr5jox1+2LbV/AMLg==",
  3087. "license": "MIT"
  3088. },
  3089. "node_modules/@typescript-eslint/eslint-plugin": {
  3090. "version": "8.39.0",
  3091. "resolved": "https://registry.npmmirror.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.39.0.tgz",
  3092. "integrity": "sha512-bhEz6OZeUR+O/6yx9Jk6ohX6H9JSFTaiY0v9/PuKT3oGK0rn0jNplLmyFUGV+a9gfYnVNwGDwS/UkLIuXNb2Rw==",
  3093. "dev": true,
  3094. "license": "MIT",
  3095. "dependencies": {
  3096. "@eslint-community/regexpp": "^4.10.0",
  3097. "@typescript-eslint/scope-manager": "8.39.0",
  3098. "@typescript-eslint/type-utils": "8.39.0",
  3099. "@typescript-eslint/utils": "8.39.0",
  3100. "@typescript-eslint/visitor-keys": "8.39.0",
  3101. "graphemer": "^1.4.0",
  3102. "ignore": "^7.0.0",
  3103. "natural-compare": "^1.4.0",
  3104. "ts-api-utils": "^2.1.0"
  3105. },
  3106. "engines": {
  3107. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3108. },
  3109. "funding": {
  3110. "type": "opencollective",
  3111. "url": "https://opencollective.com/typescript-eslint"
  3112. },
  3113. "peerDependencies": {
  3114. "@typescript-eslint/parser": "^8.39.0",
  3115. "eslint": "^8.57.0 || ^9.0.0",
  3116. "typescript": ">=4.8.4 <6.0.0"
  3117. }
  3118. },
  3119. "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
  3120. "version": "7.0.5",
  3121. "resolved": "https://registry.npmmirror.com/ignore/-/ignore-7.0.5.tgz",
  3122. "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
  3123. "dev": true,
  3124. "license": "MIT",
  3125. "engines": {
  3126. "node": ">= 4"
  3127. }
  3128. },
  3129. "node_modules/@typescript-eslint/parser": {
  3130. "version": "8.39.0",
  3131. "resolved": "https://registry.npmmirror.com/@typescript-eslint/parser/-/parser-8.39.0.tgz",
  3132. "integrity": "sha512-g3WpVQHngx0aLXn6kfIYCZxM6rRJlWzEkVpqEFLT3SgEDsp9cpCbxxgwnE504q4H+ruSDh/VGS6nqZIDynP+vg==",
  3133. "dev": true,
  3134. "license": "MIT",
  3135. "dependencies": {
  3136. "@typescript-eslint/scope-manager": "8.39.0",
  3137. "@typescript-eslint/types": "8.39.0",
  3138. "@typescript-eslint/typescript-estree": "8.39.0",
  3139. "@typescript-eslint/visitor-keys": "8.39.0",
  3140. "debug": "^4.3.4"
  3141. },
  3142. "engines": {
  3143. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3144. },
  3145. "funding": {
  3146. "type": "opencollective",
  3147. "url": "https://opencollective.com/typescript-eslint"
  3148. },
  3149. "peerDependencies": {
  3150. "eslint": "^8.57.0 || ^9.0.0",
  3151. "typescript": ">=4.8.4 <6.0.0"
  3152. }
  3153. },
  3154. "node_modules/@typescript-eslint/project-service": {
  3155. "version": "8.39.0",
  3156. "resolved": "https://registry.npmmirror.com/@typescript-eslint/project-service/-/project-service-8.39.0.tgz",
  3157. "integrity": "sha512-CTzJqaSq30V/Z2Og9jogzZt8lJRR5TKlAdXmWgdu4hgcC9Kww5flQ+xFvMxIBWVNdxJO7OifgdOK4PokMIWPew==",
  3158. "dev": true,
  3159. "license": "MIT",
  3160. "dependencies": {
  3161. "@typescript-eslint/tsconfig-utils": "^8.39.0",
  3162. "@typescript-eslint/types": "^8.39.0",
  3163. "debug": "^4.3.4"
  3164. },
  3165. "engines": {
  3166. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3167. },
  3168. "funding": {
  3169. "type": "opencollective",
  3170. "url": "https://opencollective.com/typescript-eslint"
  3171. },
  3172. "peerDependencies": {
  3173. "typescript": ">=4.8.4 <6.0.0"
  3174. }
  3175. },
  3176. "node_modules/@typescript-eslint/scope-manager": {
  3177. "version": "8.39.0",
  3178. "resolved": "https://registry.npmmirror.com/@typescript-eslint/scope-manager/-/scope-manager-8.39.0.tgz",
  3179. "integrity": "sha512-8QOzff9UKxOh6npZQ/4FQu4mjdOCGSdO3p44ww0hk8Vu+IGbg0tB/H1LcTARRDzGCC8pDGbh2rissBuuoPgH8A==",
  3180. "dev": true,
  3181. "license": "MIT",
  3182. "dependencies": {
  3183. "@typescript-eslint/types": "8.39.0",
  3184. "@typescript-eslint/visitor-keys": "8.39.0"
  3185. },
  3186. "engines": {
  3187. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3188. },
  3189. "funding": {
  3190. "type": "opencollective",
  3191. "url": "https://opencollective.com/typescript-eslint"
  3192. }
  3193. },
  3194. "node_modules/@typescript-eslint/tsconfig-utils": {
  3195. "version": "8.39.0",
  3196. "resolved": "https://registry.npmmirror.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.39.0.tgz",
  3197. "integrity": "sha512-Fd3/QjmFV2sKmvv3Mrj8r6N8CryYiCS8Wdb/6/rgOXAWGcFuc+VkQuG28uk/4kVNVZBQuuDHEDUpo/pQ32zsIQ==",
  3198. "dev": true,
  3199. "license": "MIT",
  3200. "engines": {
  3201. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3202. },
  3203. "funding": {
  3204. "type": "opencollective",
  3205. "url": "https://opencollective.com/typescript-eslint"
  3206. },
  3207. "peerDependencies": {
  3208. "typescript": ">=4.8.4 <6.0.0"
  3209. }
  3210. },
  3211. "node_modules/@typescript-eslint/type-utils": {
  3212. "version": "8.39.0",
  3213. "resolved": "https://registry.npmmirror.com/@typescript-eslint/type-utils/-/type-utils-8.39.0.tgz",
  3214. "integrity": "sha512-6B3z0c1DXVT2vYA9+z9axjtc09rqKUPRmijD5m9iv8iQpHBRYRMBcgxSiKTZKm6FwWw1/cI4v6em35OsKCiN5Q==",
  3215. "dev": true,
  3216. "license": "MIT",
  3217. "dependencies": {
  3218. "@typescript-eslint/types": "8.39.0",
  3219. "@typescript-eslint/typescript-estree": "8.39.0",
  3220. "@typescript-eslint/utils": "8.39.0",
  3221. "debug": "^4.3.4",
  3222. "ts-api-utils": "^2.1.0"
  3223. },
  3224. "engines": {
  3225. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3226. },
  3227. "funding": {
  3228. "type": "opencollective",
  3229. "url": "https://opencollective.com/typescript-eslint"
  3230. },
  3231. "peerDependencies": {
  3232. "eslint": "^8.57.0 || ^9.0.0",
  3233. "typescript": ">=4.8.4 <6.0.0"
  3234. }
  3235. },
  3236. "node_modules/@typescript-eslint/types": {
  3237. "version": "8.39.0",
  3238. "resolved": "https://registry.npmmirror.com/@typescript-eslint/types/-/types-8.39.0.tgz",
  3239. "integrity": "sha512-ArDdaOllnCj3yn/lzKn9s0pBQYmmyme/v1HbGIGB0GB/knFI3fWMHloC+oYTJW46tVbYnGKTMDK4ah1sC2v0Kg==",
  3240. "dev": true,
  3241. "license": "MIT",
  3242. "engines": {
  3243. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3244. },
  3245. "funding": {
  3246. "type": "opencollective",
  3247. "url": "https://opencollective.com/typescript-eslint"
  3248. }
  3249. },
  3250. "node_modules/@typescript-eslint/typescript-estree": {
  3251. "version": "8.39.0",
  3252. "resolved": "https://registry.npmmirror.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.39.0.tgz",
  3253. "integrity": "sha512-ndWdiflRMvfIgQRpckQQLiB5qAKQ7w++V4LlCHwp62eym1HLB/kw7D9f2e8ytONls/jt89TEasgvb+VwnRprsw==",
  3254. "dev": true,
  3255. "license": "MIT",
  3256. "dependencies": {
  3257. "@typescript-eslint/project-service": "8.39.0",
  3258. "@typescript-eslint/tsconfig-utils": "8.39.0",
  3259. "@typescript-eslint/types": "8.39.0",
  3260. "@typescript-eslint/visitor-keys": "8.39.0",
  3261. "debug": "^4.3.4",
  3262. "fast-glob": "^3.3.2",
  3263. "is-glob": "^4.0.3",
  3264. "minimatch": "^9.0.4",
  3265. "semver": "^7.6.0",
  3266. "ts-api-utils": "^2.1.0"
  3267. },
  3268. "engines": {
  3269. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3270. },
  3271. "funding": {
  3272. "type": "opencollective",
  3273. "url": "https://opencollective.com/typescript-eslint"
  3274. },
  3275. "peerDependencies": {
  3276. "typescript": ">=4.8.4 <6.0.0"
  3277. }
  3278. },
  3279. "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
  3280. "version": "2.0.2",
  3281. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.2.tgz",
  3282. "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
  3283. "dev": true,
  3284. "license": "MIT",
  3285. "dependencies": {
  3286. "balanced-match": "^1.0.0"
  3287. }
  3288. },
  3289. "node_modules/@typescript-eslint/typescript-estree/node_modules/fast-glob": {
  3290. "version": "3.3.3",
  3291. "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.3.tgz",
  3292. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  3293. "dev": true,
  3294. "license": "MIT",
  3295. "dependencies": {
  3296. "@nodelib/fs.stat": "^2.0.2",
  3297. "@nodelib/fs.walk": "^1.2.3",
  3298. "glob-parent": "^5.1.2",
  3299. "merge2": "^1.3.0",
  3300. "micromatch": "^4.0.8"
  3301. },
  3302. "engines": {
  3303. "node": ">=8.6.0"
  3304. }
  3305. },
  3306. "node_modules/@typescript-eslint/typescript-estree/node_modules/glob-parent": {
  3307. "version": "5.1.2",
  3308. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  3309. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  3310. "dev": true,
  3311. "license": "ISC",
  3312. "dependencies": {
  3313. "is-glob": "^4.0.1"
  3314. },
  3315. "engines": {
  3316. "node": ">= 6"
  3317. }
  3318. },
  3319. "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
  3320. "version": "9.0.5",
  3321. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.5.tgz",
  3322. "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
  3323. "dev": true,
  3324. "license": "ISC",
  3325. "dependencies": {
  3326. "brace-expansion": "^2.0.1"
  3327. },
  3328. "engines": {
  3329. "node": ">=16 || 14 >=14.17"
  3330. },
  3331. "funding": {
  3332. "url": "https://github.com/sponsors/isaacs"
  3333. }
  3334. },
  3335. "node_modules/@typescript-eslint/utils": {
  3336. "version": "8.39.0",
  3337. "resolved": "https://registry.npmmirror.com/@typescript-eslint/utils/-/utils-8.39.0.tgz",
  3338. "integrity": "sha512-4GVSvNA0Vx1Ktwvf4sFE+exxJ3QGUorQG1/A5mRfRNZtkBT2xrA/BCO2H0eALx/PnvCS6/vmYwRdDA41EoffkQ==",
  3339. "dev": true,
  3340. "license": "MIT",
  3341. "dependencies": {
  3342. "@eslint-community/eslint-utils": "^4.7.0",
  3343. "@typescript-eslint/scope-manager": "8.39.0",
  3344. "@typescript-eslint/types": "8.39.0",
  3345. "@typescript-eslint/typescript-estree": "8.39.0"
  3346. },
  3347. "engines": {
  3348. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3349. },
  3350. "funding": {
  3351. "type": "opencollective",
  3352. "url": "https://opencollective.com/typescript-eslint"
  3353. },
  3354. "peerDependencies": {
  3355. "eslint": "^8.57.0 || ^9.0.0",
  3356. "typescript": ">=4.8.4 <6.0.0"
  3357. }
  3358. },
  3359. "node_modules/@typescript-eslint/visitor-keys": {
  3360. "version": "8.39.0",
  3361. "resolved": "https://registry.npmmirror.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.0.tgz",
  3362. "integrity": "sha512-ldgiJ+VAhQCfIjeOgu8Kj5nSxds0ktPOSO9p4+0VDH2R2pLvQraaM5Oen2d7NxzMCm+Sn/vJT+mv2H5u6b/3fA==",
  3363. "dev": true,
  3364. "license": "MIT",
  3365. "dependencies": {
  3366. "@typescript-eslint/types": "8.39.0",
  3367. "eslint-visitor-keys": "^4.2.1"
  3368. },
  3369. "engines": {
  3370. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3371. },
  3372. "funding": {
  3373. "type": "opencollective",
  3374. "url": "https://opencollective.com/typescript-eslint"
  3375. }
  3376. },
  3377. "node_modules/@uiw/copy-to-clipboard": {
  3378. "version": "1.0.17",
  3379. "resolved": "https://registry.npmmirror.com/@uiw/copy-to-clipboard/-/copy-to-clipboard-1.0.17.tgz",
  3380. "integrity": "sha512-O2GUHV90Iw2VrSLVLK0OmNIMdZ5fgEg4NhvtwINsX+eZ/Wf6DWD0TdsK9xwV7dNRnK/UI2mQtl0a2/kRgm1m1A==",
  3381. "license": "MIT",
  3382. "funding": {
  3383. "url": "https://jaywcjlove.github.io/#/sponsor"
  3384. }
  3385. },
  3386. "node_modules/@uiw/react-markdown-preview": {
  3387. "version": "5.1.5",
  3388. "resolved": "https://registry.npmmirror.com/@uiw/react-markdown-preview/-/react-markdown-preview-5.1.5.tgz",
  3389. "integrity": "sha512-DNOqx1a6gJR7Btt57zpGEKTfHRlb7rWbtctMRO2f82wWcuoJsxPBrM+JWebDdOD0LfD8oe2CQvW2ICQJKHQhZg==",
  3390. "license": "MIT",
  3391. "dependencies": {
  3392. "@babel/runtime": "^7.17.2",
  3393. "@uiw/copy-to-clipboard": "~1.0.12",
  3394. "react-markdown": "~9.0.1",
  3395. "rehype-attr": "~3.0.1",
  3396. "rehype-autolink-headings": "~7.1.0",
  3397. "rehype-ignore": "^2.0.0",
  3398. "rehype-prism-plus": "2.0.0",
  3399. "rehype-raw": "^7.0.0",
  3400. "rehype-rewrite": "~4.0.0",
  3401. "rehype-slug": "~6.0.0",
  3402. "remark-gfm": "~4.0.0",
  3403. "remark-github-blockquote-alert": "^1.0.0",
  3404. "unist-util-visit": "^5.0.0"
  3405. },
  3406. "funding": {
  3407. "url": "https://jaywcjlove.github.io/#/sponsor"
  3408. },
  3409. "peerDependencies": {
  3410. "react": ">=16.8.0",
  3411. "react-dom": ">=16.8.0"
  3412. }
  3413. },
  3414. "node_modules/@uiw/react-markdown-preview/node_modules/rehype-prism-plus": {
  3415. "version": "2.0.0",
  3416. "resolved": "https://registry.npmmirror.com/rehype-prism-plus/-/rehype-prism-plus-2.0.0.tgz",
  3417. "integrity": "sha512-FeM/9V2N7EvDZVdR2dqhAzlw5YI49m9Tgn7ZrYJeYHIahM6gcXpH0K1y2gNnKanZCydOMluJvX2cB9z3lhY8XQ==",
  3418. "license": "MIT",
  3419. "dependencies": {
  3420. "hast-util-to-string": "^3.0.0",
  3421. "parse-numeric-range": "^1.3.0",
  3422. "refractor": "^4.8.0",
  3423. "rehype-parse": "^9.0.0",
  3424. "unist-util-filter": "^5.0.0",
  3425. "unist-util-visit": "^5.0.0"
  3426. }
  3427. },
  3428. "node_modules/@uiw/react-md-editor": {
  3429. "version": "4.0.8",
  3430. "resolved": "https://registry.npmmirror.com/@uiw/react-md-editor/-/react-md-editor-4.0.8.tgz",
  3431. "integrity": "sha512-S3mOzZeGmJNhzdXJxRTCwsFMDp8nBWeQUf59cK3L6QHzDUHnRoHpcmWpfVRyKGKSg8zaI2+meU5cYWf8kYn3mQ==",
  3432. "license": "MIT",
  3433. "dependencies": {
  3434. "@babel/runtime": "^7.14.6",
  3435. "@uiw/react-markdown-preview": "^5.0.6",
  3436. "rehype": "~13.0.0",
  3437. "rehype-prism-plus": "~2.0.0"
  3438. },
  3439. "funding": {
  3440. "url": "https://jaywcjlove.github.io/#/sponsor"
  3441. },
  3442. "peerDependencies": {
  3443. "react": ">=16.8.0",
  3444. "react-dom": ">=16.8.0"
  3445. }
  3446. },
  3447. "node_modules/@umijs/route-utils": {
  3448. "version": "4.0.1",
  3449. "resolved": "https://registry.npmmirror.com/@umijs/route-utils/-/route-utils-4.0.1.tgz",
  3450. "integrity": "sha512-+1ixf1BTOLuH+ORb4x8vYMPeIt38n9q0fJDwhv9nSxrV46mxbLF0nmELIo9CKQB2gHfuC4+hww6xejJ6VYnBHQ==",
  3451. "license": "MIT"
  3452. },
  3453. "node_modules/@umijs/use-params": {
  3454. "version": "1.0.9",
  3455. "resolved": "https://registry.npmmirror.com/@umijs/use-params/-/use-params-1.0.9.tgz",
  3456. "integrity": "sha512-QlN0RJSBVQBwLRNxbxjQ5qzqYIGn+K7USppMoIOVlf7fxXHsnQZ2bEsa6Pm74bt6DVQxpUE8HqvdStn6Y9FV1w==",
  3457. "license": "MIT",
  3458. "peerDependencies": {
  3459. "react": "*"
  3460. }
  3461. },
  3462. "node_modules/@ungap/structured-clone": {
  3463. "version": "1.3.0",
  3464. "resolved": "https://registry.npmmirror.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz",
  3465. "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==",
  3466. "license": "ISC"
  3467. },
  3468. "node_modules/@unrs/resolver-binding-android-arm-eabi": {
  3469. "version": "1.11.1",
  3470. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-android-arm-eabi/-/resolver-binding-android-arm-eabi-1.11.1.tgz",
  3471. "integrity": "sha512-ppLRUgHVaGRWUx0R0Ut06Mjo9gBaBkg3v/8AxusGLhsIotbBLuRk51rAzqLC8gq6NyyAojEXglNjzf6R948DNw==",
  3472. "cpu": [
  3473. "arm"
  3474. ],
  3475. "dev": true,
  3476. "license": "MIT",
  3477. "optional": true,
  3478. "os": [
  3479. "android"
  3480. ]
  3481. },
  3482. "node_modules/@unrs/resolver-binding-android-arm64": {
  3483. "version": "1.11.1",
  3484. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-android-arm64/-/resolver-binding-android-arm64-1.11.1.tgz",
  3485. "integrity": "sha512-lCxkVtb4wp1v+EoN+HjIG9cIIzPkX5OtM03pQYkG+U5O/wL53LC4QbIeazgiKqluGeVEeBlZahHalCaBvU1a2g==",
  3486. "cpu": [
  3487. "arm64"
  3488. ],
  3489. "dev": true,
  3490. "license": "MIT",
  3491. "optional": true,
  3492. "os": [
  3493. "android"
  3494. ]
  3495. },
  3496. "node_modules/@unrs/resolver-binding-darwin-arm64": {
  3497. "version": "1.11.1",
  3498. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-darwin-arm64/-/resolver-binding-darwin-arm64-1.11.1.tgz",
  3499. "integrity": "sha512-gPVA1UjRu1Y/IsB/dQEsp2V1pm44Of6+LWvbLc9SDk1c2KhhDRDBUkQCYVWe6f26uJb3fOK8saWMgtX8IrMk3g==",
  3500. "cpu": [
  3501. "arm64"
  3502. ],
  3503. "dev": true,
  3504. "license": "MIT",
  3505. "optional": true,
  3506. "os": [
  3507. "darwin"
  3508. ]
  3509. },
  3510. "node_modules/@unrs/resolver-binding-darwin-x64": {
  3511. "version": "1.11.1",
  3512. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-darwin-x64/-/resolver-binding-darwin-x64-1.11.1.tgz",
  3513. "integrity": "sha512-cFzP7rWKd3lZaCsDze07QX1SC24lO8mPty9vdP+YVa3MGdVgPmFc59317b2ioXtgCMKGiCLxJ4HQs62oz6GfRQ==",
  3514. "cpu": [
  3515. "x64"
  3516. ],
  3517. "dev": true,
  3518. "license": "MIT",
  3519. "optional": true,
  3520. "os": [
  3521. "darwin"
  3522. ]
  3523. },
  3524. "node_modules/@unrs/resolver-binding-freebsd-x64": {
  3525. "version": "1.11.1",
  3526. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-freebsd-x64/-/resolver-binding-freebsd-x64-1.11.1.tgz",
  3527. "integrity": "sha512-fqtGgak3zX4DCB6PFpsH5+Kmt/8CIi4Bry4rb1ho6Av2QHTREM+47y282Uqiu3ZRF5IQioJQ5qWRV6jduA+iGw==",
  3528. "cpu": [
  3529. "x64"
  3530. ],
  3531. "dev": true,
  3532. "license": "MIT",
  3533. "optional": true,
  3534. "os": [
  3535. "freebsd"
  3536. ]
  3537. },
  3538. "node_modules/@unrs/resolver-binding-linux-arm-gnueabihf": {
  3539. "version": "1.11.1",
  3540. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-linux-arm-gnueabihf/-/resolver-binding-linux-arm-gnueabihf-1.11.1.tgz",
  3541. "integrity": "sha512-u92mvlcYtp9MRKmP+ZvMmtPN34+/3lMHlyMj7wXJDeXxuM0Vgzz0+PPJNsro1m3IZPYChIkn944wW8TYgGKFHw==",
  3542. "cpu": [
  3543. "arm"
  3544. ],
  3545. "dev": true,
  3546. "license": "MIT",
  3547. "optional": true,
  3548. "os": [
  3549. "linux"
  3550. ]
  3551. },
  3552. "node_modules/@unrs/resolver-binding-linux-arm-musleabihf": {
  3553. "version": "1.11.1",
  3554. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-linux-arm-musleabihf/-/resolver-binding-linux-arm-musleabihf-1.11.1.tgz",
  3555. "integrity": "sha512-cINaoY2z7LVCrfHkIcmvj7osTOtm6VVT16b5oQdS4beibX2SYBwgYLmqhBjA1t51CarSaBuX5YNsWLjsqfW5Cw==",
  3556. "cpu": [
  3557. "arm"
  3558. ],
  3559. "dev": true,
  3560. "license": "MIT",
  3561. "optional": true,
  3562. "os": [
  3563. "linux"
  3564. ]
  3565. },
  3566. "node_modules/@unrs/resolver-binding-linux-arm64-gnu": {
  3567. "version": "1.11.1",
  3568. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-linux-arm64-gnu/-/resolver-binding-linux-arm64-gnu-1.11.1.tgz",
  3569. "integrity": "sha512-34gw7PjDGB9JgePJEmhEqBhWvCiiWCuXsL9hYphDF7crW7UgI05gyBAi6MF58uGcMOiOqSJ2ybEeCvHcq0BCmQ==",
  3570. "cpu": [
  3571. "arm64"
  3572. ],
  3573. "dev": true,
  3574. "license": "MIT",
  3575. "optional": true,
  3576. "os": [
  3577. "linux"
  3578. ]
  3579. },
  3580. "node_modules/@unrs/resolver-binding-linux-arm64-musl": {
  3581. "version": "1.11.1",
  3582. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-linux-arm64-musl/-/resolver-binding-linux-arm64-musl-1.11.1.tgz",
  3583. "integrity": "sha512-RyMIx6Uf53hhOtJDIamSbTskA99sPHS96wxVE/bJtePJJtpdKGXO1wY90oRdXuYOGOTuqjT8ACccMc4K6QmT3w==",
  3584. "cpu": [
  3585. "arm64"
  3586. ],
  3587. "dev": true,
  3588. "license": "MIT",
  3589. "optional": true,
  3590. "os": [
  3591. "linux"
  3592. ]
  3593. },
  3594. "node_modules/@unrs/resolver-binding-linux-ppc64-gnu": {
  3595. "version": "1.11.1",
  3596. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-linux-ppc64-gnu/-/resolver-binding-linux-ppc64-gnu-1.11.1.tgz",
  3597. "integrity": "sha512-D8Vae74A4/a+mZH0FbOkFJL9DSK2R6TFPC9M+jCWYia/q2einCubX10pecpDiTmkJVUH+y8K3BZClycD8nCShA==",
  3598. "cpu": [
  3599. "ppc64"
  3600. ],
  3601. "dev": true,
  3602. "license": "MIT",
  3603. "optional": true,
  3604. "os": [
  3605. "linux"
  3606. ]
  3607. },
  3608. "node_modules/@unrs/resolver-binding-linux-riscv64-gnu": {
  3609. "version": "1.11.1",
  3610. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-linux-riscv64-gnu/-/resolver-binding-linux-riscv64-gnu-1.11.1.tgz",
  3611. "integrity": "sha512-frxL4OrzOWVVsOc96+V3aqTIQl1O2TjgExV4EKgRY09AJ9leZpEg8Ak9phadbuX0BA4k8U5qtvMSQQGGmaJqcQ==",
  3612. "cpu": [
  3613. "riscv64"
  3614. ],
  3615. "dev": true,
  3616. "license": "MIT",
  3617. "optional": true,
  3618. "os": [
  3619. "linux"
  3620. ]
  3621. },
  3622. "node_modules/@unrs/resolver-binding-linux-riscv64-musl": {
  3623. "version": "1.11.1",
  3624. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-linux-riscv64-musl/-/resolver-binding-linux-riscv64-musl-1.11.1.tgz",
  3625. "integrity": "sha512-mJ5vuDaIZ+l/acv01sHoXfpnyrNKOk/3aDoEdLO/Xtn9HuZlDD6jKxHlkN8ZhWyLJsRBxfv9GYM2utQ1SChKew==",
  3626. "cpu": [
  3627. "riscv64"
  3628. ],
  3629. "dev": true,
  3630. "license": "MIT",
  3631. "optional": true,
  3632. "os": [
  3633. "linux"
  3634. ]
  3635. },
  3636. "node_modules/@unrs/resolver-binding-linux-s390x-gnu": {
  3637. "version": "1.11.1",
  3638. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-linux-s390x-gnu/-/resolver-binding-linux-s390x-gnu-1.11.1.tgz",
  3639. "integrity": "sha512-kELo8ebBVtb9sA7rMe1Cph4QHreByhaZ2QEADd9NzIQsYNQpt9UkM9iqr2lhGr5afh885d/cB5QeTXSbZHTYPg==",
  3640. "cpu": [
  3641. "s390x"
  3642. ],
  3643. "dev": true,
  3644. "license": "MIT",
  3645. "optional": true,
  3646. "os": [
  3647. "linux"
  3648. ]
  3649. },
  3650. "node_modules/@unrs/resolver-binding-linux-x64-gnu": {
  3651. "version": "1.11.1",
  3652. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-linux-x64-gnu/-/resolver-binding-linux-x64-gnu-1.11.1.tgz",
  3653. "integrity": "sha512-C3ZAHugKgovV5YvAMsxhq0gtXuwESUKc5MhEtjBpLoHPLYM+iuwSj3lflFwK3DPm68660rZ7G8BMcwSro7hD5w==",
  3654. "cpu": [
  3655. "x64"
  3656. ],
  3657. "dev": true,
  3658. "license": "MIT",
  3659. "optional": true,
  3660. "os": [
  3661. "linux"
  3662. ]
  3663. },
  3664. "node_modules/@unrs/resolver-binding-linux-x64-musl": {
  3665. "version": "1.11.1",
  3666. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-linux-x64-musl/-/resolver-binding-linux-x64-musl-1.11.1.tgz",
  3667. "integrity": "sha512-rV0YSoyhK2nZ4vEswT/QwqzqQXw5I6CjoaYMOX0TqBlWhojUf8P94mvI7nuJTeaCkkds3QE4+zS8Ko+GdXuZtA==",
  3668. "cpu": [
  3669. "x64"
  3670. ],
  3671. "dev": true,
  3672. "license": "MIT",
  3673. "optional": true,
  3674. "os": [
  3675. "linux"
  3676. ]
  3677. },
  3678. "node_modules/@unrs/resolver-binding-wasm32-wasi": {
  3679. "version": "1.11.1",
  3680. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-wasm32-wasi/-/resolver-binding-wasm32-wasi-1.11.1.tgz",
  3681. "integrity": "sha512-5u4RkfxJm+Ng7IWgkzi3qrFOvLvQYnPBmjmZQ8+szTK/b31fQCnleNl1GgEt7nIsZRIf5PLhPwT0WM+q45x/UQ==",
  3682. "cpu": [
  3683. "wasm32"
  3684. ],
  3685. "dev": true,
  3686. "license": "MIT",
  3687. "optional": true,
  3688. "dependencies": {
  3689. "@napi-rs/wasm-runtime": "^0.2.11"
  3690. },
  3691. "engines": {
  3692. "node": ">=14.0.0"
  3693. }
  3694. },
  3695. "node_modules/@unrs/resolver-binding-win32-arm64-msvc": {
  3696. "version": "1.11.1",
  3697. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-win32-arm64-msvc/-/resolver-binding-win32-arm64-msvc-1.11.1.tgz",
  3698. "integrity": "sha512-nRcz5Il4ln0kMhfL8S3hLkxI85BXs3o8EYoattsJNdsX4YUU89iOkVn7g0VHSRxFuVMdM4Q1jEpIId1Ihim/Uw==",
  3699. "cpu": [
  3700. "arm64"
  3701. ],
  3702. "dev": true,
  3703. "license": "MIT",
  3704. "optional": true,
  3705. "os": [
  3706. "win32"
  3707. ]
  3708. },
  3709. "node_modules/@unrs/resolver-binding-win32-ia32-msvc": {
  3710. "version": "1.11.1",
  3711. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-win32-ia32-msvc/-/resolver-binding-win32-ia32-msvc-1.11.1.tgz",
  3712. "integrity": "sha512-DCEI6t5i1NmAZp6pFonpD5m7i6aFrpofcp4LA2i8IIq60Jyo28hamKBxNrZcyOwVOZkgsRp9O2sXWBWP8MnvIQ==",
  3713. "cpu": [
  3714. "ia32"
  3715. ],
  3716. "dev": true,
  3717. "license": "MIT",
  3718. "optional": true,
  3719. "os": [
  3720. "win32"
  3721. ]
  3722. },
  3723. "node_modules/@unrs/resolver-binding-win32-x64-msvc": {
  3724. "version": "1.11.1",
  3725. "resolved": "https://registry.npmmirror.com/@unrs/resolver-binding-win32-x64-msvc/-/resolver-binding-win32-x64-msvc-1.11.1.tgz",
  3726. "integrity": "sha512-lrW200hZdbfRtztbygyaq/6jP6AKE8qQN2KvPcJ+x7wiD038YtnYtZ82IMNJ69GJibV7bwL3y9FgK+5w/pYt6g==",
  3727. "cpu": [
  3728. "x64"
  3729. ],
  3730. "dev": true,
  3731. "license": "MIT",
  3732. "optional": true,
  3733. "os": [
  3734. "win32"
  3735. ]
  3736. },
  3737. "node_modules/acorn": {
  3738. "version": "8.15.0",
  3739. "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.15.0.tgz",
  3740. "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
  3741. "dev": true,
  3742. "license": "MIT",
  3743. "bin": {
  3744. "acorn": "bin/acorn"
  3745. },
  3746. "engines": {
  3747. "node": ">=0.4.0"
  3748. }
  3749. },
  3750. "node_modules/acorn-jsx": {
  3751. "version": "5.3.2",
  3752. "resolved": "https://registry.npmmirror.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  3753. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  3754. "dev": true,
  3755. "license": "MIT",
  3756. "peerDependencies": {
  3757. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  3758. }
  3759. },
  3760. "node_modules/add-dom-event-listener": {
  3761. "version": "1.1.0",
  3762. "resolved": "https://registry.npmmirror.com/add-dom-event-listener/-/add-dom-event-listener-1.1.0.tgz",
  3763. "integrity": "sha512-WCxx1ixHT0GQU9hb0KI/mhgRQhnU+U3GvwY6ZvVjYq8rsihIGoaIOUbY0yMPBxLH5MDtr0kz3fisWGNcbWW7Jw==",
  3764. "license": "MIT",
  3765. "dependencies": {
  3766. "object-assign": "4.x"
  3767. }
  3768. },
  3769. "node_modules/ajv": {
  3770. "version": "6.12.6",
  3771. "resolved": "https://registry.npmmirror.com/ajv/-/ajv-6.12.6.tgz",
  3772. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  3773. "dev": true,
  3774. "license": "MIT",
  3775. "dependencies": {
  3776. "fast-deep-equal": "^3.1.1",
  3777. "fast-json-stable-stringify": "^2.0.0",
  3778. "json-schema-traverse": "^0.4.1",
  3779. "uri-js": "^4.2.2"
  3780. },
  3781. "funding": {
  3782. "type": "github",
  3783. "url": "https://github.com/sponsors/epoberezkin"
  3784. }
  3785. },
  3786. "node_modules/ansi-styles": {
  3787. "version": "4.3.0",
  3788. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  3789. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  3790. "dev": true,
  3791. "license": "MIT",
  3792. "dependencies": {
  3793. "color-convert": "^2.0.1"
  3794. },
  3795. "engines": {
  3796. "node": ">=8"
  3797. },
  3798. "funding": {
  3799. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  3800. }
  3801. },
  3802. "node_modules/antd": {
  3803. "version": "5.26.7",
  3804. "resolved": "https://registry.npmmirror.com/antd/-/antd-5.26.7.tgz",
  3805. "integrity": "sha512-iCyXN6+i2CUVEOSzzJKfbKeg115qoJhGvSkCh5uzAf9hANwHUOJQhsMn+KtN+Lx/2NQ6wfM7nGZ+7NPNO5Pn1w==",
  3806. "license": "MIT",
  3807. "dependencies": {
  3808. "@ant-design/colors": "^7.2.1",
  3809. "@ant-design/cssinjs": "^1.23.0",
  3810. "@ant-design/cssinjs-utils": "^1.1.3",
  3811. "@ant-design/fast-color": "^2.0.6",
  3812. "@ant-design/icons": "^5.6.1",
  3813. "@ant-design/react-slick": "~1.1.2",
  3814. "@babel/runtime": "^7.26.0",
  3815. "@rc-component/color-picker": "~2.0.1",
  3816. "@rc-component/mutate-observer": "^1.1.0",
  3817. "@rc-component/qrcode": "~1.0.0",
  3818. "@rc-component/tour": "~1.15.1",
  3819. "@rc-component/trigger": "^2.3.0",
  3820. "classnames": "^2.5.1",
  3821. "copy-to-clipboard": "^3.3.3",
  3822. "dayjs": "^1.11.11",
  3823. "rc-cascader": "~3.34.0",
  3824. "rc-checkbox": "~3.5.0",
  3825. "rc-collapse": "~3.9.0",
  3826. "rc-dialog": "~9.6.0",
  3827. "rc-drawer": "~7.3.0",
  3828. "rc-dropdown": "~4.2.1",
  3829. "rc-field-form": "~2.7.0",
  3830. "rc-image": "~7.12.0",
  3831. "rc-input": "~1.8.0",
  3832. "rc-input-number": "~9.5.0",
  3833. "rc-mentions": "~2.20.0",
  3834. "rc-menu": "~9.16.1",
  3835. "rc-motion": "^2.9.5",
  3836. "rc-notification": "~5.6.4",
  3837. "rc-pagination": "~5.1.0",
  3838. "rc-picker": "~4.11.3",
  3839. "rc-progress": "~4.0.0",
  3840. "rc-rate": "~2.13.1",
  3841. "rc-resize-observer": "^1.4.3",
  3842. "rc-segmented": "~2.7.0",
  3843. "rc-select": "~14.16.8",
  3844. "rc-slider": "~11.1.8",
  3845. "rc-steps": "~6.0.1",
  3846. "rc-switch": "~4.1.0",
  3847. "rc-table": "~7.51.1",
  3848. "rc-tabs": "~15.6.1",
  3849. "rc-textarea": "~1.10.1",
  3850. "rc-tooltip": "~6.4.0",
  3851. "rc-tree": "~5.13.1",
  3852. "rc-tree-select": "~5.27.0",
  3853. "rc-upload": "~4.9.2",
  3854. "rc-util": "^5.44.4",
  3855. "scroll-into-view-if-needed": "^3.1.0",
  3856. "throttle-debounce": "^5.0.2"
  3857. },
  3858. "funding": {
  3859. "type": "opencollective",
  3860. "url": "https://opencollective.com/ant-design"
  3861. },
  3862. "peerDependencies": {
  3863. "react": ">=16.9.0",
  3864. "react-dom": ">=16.9.0"
  3865. }
  3866. },
  3867. "node_modules/argparse": {
  3868. "version": "2.0.1",
  3869. "resolved": "https://registry.npmmirror.com/argparse/-/argparse-2.0.1.tgz",
  3870. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  3871. "dev": true,
  3872. "license": "Python-2.0"
  3873. },
  3874. "node_modules/aria-query": {
  3875. "version": "5.3.2",
  3876. "resolved": "https://registry.npmmirror.com/aria-query/-/aria-query-5.3.2.tgz",
  3877. "integrity": "sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==",
  3878. "dev": true,
  3879. "license": "Apache-2.0",
  3880. "engines": {
  3881. "node": ">= 0.4"
  3882. }
  3883. },
  3884. "node_modules/array-buffer-byte-length": {
  3885. "version": "1.0.2",
  3886. "resolved": "https://registry.npmmirror.com/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz",
  3887. "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==",
  3888. "dev": true,
  3889. "license": "MIT",
  3890. "dependencies": {
  3891. "call-bound": "^1.0.3",
  3892. "is-array-buffer": "^3.0.5"
  3893. },
  3894. "engines": {
  3895. "node": ">= 0.4"
  3896. },
  3897. "funding": {
  3898. "url": "https://github.com/sponsors/ljharb"
  3899. }
  3900. },
  3901. "node_modules/array-includes": {
  3902. "version": "3.1.9",
  3903. "resolved": "https://registry.npmmirror.com/array-includes/-/array-includes-3.1.9.tgz",
  3904. "integrity": "sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==",
  3905. "dev": true,
  3906. "license": "MIT",
  3907. "dependencies": {
  3908. "call-bind": "^1.0.8",
  3909. "call-bound": "^1.0.4",
  3910. "define-properties": "^1.2.1",
  3911. "es-abstract": "^1.24.0",
  3912. "es-object-atoms": "^1.1.1",
  3913. "get-intrinsic": "^1.3.0",
  3914. "is-string": "^1.1.1",
  3915. "math-intrinsics": "^1.1.0"
  3916. },
  3917. "engines": {
  3918. "node": ">= 0.4"
  3919. },
  3920. "funding": {
  3921. "url": "https://github.com/sponsors/ljharb"
  3922. }
  3923. },
  3924. "node_modules/array.prototype.findlast": {
  3925. "version": "1.2.5",
  3926. "resolved": "https://registry.npmmirror.com/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz",
  3927. "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==",
  3928. "dev": true,
  3929. "license": "MIT",
  3930. "dependencies": {
  3931. "call-bind": "^1.0.7",
  3932. "define-properties": "^1.2.1",
  3933. "es-abstract": "^1.23.2",
  3934. "es-errors": "^1.3.0",
  3935. "es-object-atoms": "^1.0.0",
  3936. "es-shim-unscopables": "^1.0.2"
  3937. },
  3938. "engines": {
  3939. "node": ">= 0.4"
  3940. },
  3941. "funding": {
  3942. "url": "https://github.com/sponsors/ljharb"
  3943. }
  3944. },
  3945. "node_modules/array.prototype.findlastindex": {
  3946. "version": "1.2.6",
  3947. "resolved": "https://registry.npmmirror.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz",
  3948. "integrity": "sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==",
  3949. "dev": true,
  3950. "license": "MIT",
  3951. "dependencies": {
  3952. "call-bind": "^1.0.8",
  3953. "call-bound": "^1.0.4",
  3954. "define-properties": "^1.2.1",
  3955. "es-abstract": "^1.23.9",
  3956. "es-errors": "^1.3.0",
  3957. "es-object-atoms": "^1.1.1",
  3958. "es-shim-unscopables": "^1.1.0"
  3959. },
  3960. "engines": {
  3961. "node": ">= 0.4"
  3962. },
  3963. "funding": {
  3964. "url": "https://github.com/sponsors/ljharb"
  3965. }
  3966. },
  3967. "node_modules/array.prototype.flat": {
  3968. "version": "1.3.3",
  3969. "resolved": "https://registry.npmmirror.com/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz",
  3970. "integrity": "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==",
  3971. "dev": true,
  3972. "license": "MIT",
  3973. "dependencies": {
  3974. "call-bind": "^1.0.8",
  3975. "define-properties": "^1.2.1",
  3976. "es-abstract": "^1.23.5",
  3977. "es-shim-unscopables": "^1.0.2"
  3978. },
  3979. "engines": {
  3980. "node": ">= 0.4"
  3981. },
  3982. "funding": {
  3983. "url": "https://github.com/sponsors/ljharb"
  3984. }
  3985. },
  3986. "node_modules/array.prototype.flatmap": {
  3987. "version": "1.3.3",
  3988. "resolved": "https://registry.npmmirror.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz",
  3989. "integrity": "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==",
  3990. "dev": true,
  3991. "license": "MIT",
  3992. "dependencies": {
  3993. "call-bind": "^1.0.8",
  3994. "define-properties": "^1.2.1",
  3995. "es-abstract": "^1.23.5",
  3996. "es-shim-unscopables": "^1.0.2"
  3997. },
  3998. "engines": {
  3999. "node": ">= 0.4"
  4000. },
  4001. "funding": {
  4002. "url": "https://github.com/sponsors/ljharb"
  4003. }
  4004. },
  4005. "node_modules/array.prototype.tosorted": {
  4006. "version": "1.1.4",
  4007. "resolved": "https://registry.npmmirror.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz",
  4008. "integrity": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==",
  4009. "dev": true,
  4010. "license": "MIT",
  4011. "dependencies": {
  4012. "call-bind": "^1.0.7",
  4013. "define-properties": "^1.2.1",
  4014. "es-abstract": "^1.23.3",
  4015. "es-errors": "^1.3.0",
  4016. "es-shim-unscopables": "^1.0.2"
  4017. },
  4018. "engines": {
  4019. "node": ">= 0.4"
  4020. }
  4021. },
  4022. "node_modules/arraybuffer.prototype.slice": {
  4023. "version": "1.0.4",
  4024. "resolved": "https://registry.npmmirror.com/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz",
  4025. "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==",
  4026. "dev": true,
  4027. "license": "MIT",
  4028. "dependencies": {
  4029. "array-buffer-byte-length": "^1.0.1",
  4030. "call-bind": "^1.0.8",
  4031. "define-properties": "^1.2.1",
  4032. "es-abstract": "^1.23.5",
  4033. "es-errors": "^1.3.0",
  4034. "get-intrinsic": "^1.2.6",
  4035. "is-array-buffer": "^3.0.4"
  4036. },
  4037. "engines": {
  4038. "node": ">= 0.4"
  4039. },
  4040. "funding": {
  4041. "url": "https://github.com/sponsors/ljharb"
  4042. }
  4043. },
  4044. "node_modules/ast-types-flow": {
  4045. "version": "0.0.8",
  4046. "resolved": "https://registry.npmmirror.com/ast-types-flow/-/ast-types-flow-0.0.8.tgz",
  4047. "integrity": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==",
  4048. "dev": true,
  4049. "license": "MIT"
  4050. },
  4051. "node_modules/async-function": {
  4052. "version": "1.0.0",
  4053. "resolved": "https://registry.npmmirror.com/async-function/-/async-function-1.0.0.tgz",
  4054. "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==",
  4055. "dev": true,
  4056. "license": "MIT",
  4057. "engines": {
  4058. "node": ">= 0.4"
  4059. }
  4060. },
  4061. "node_modules/available-typed-arrays": {
  4062. "version": "1.0.7",
  4063. "resolved": "https://registry.npmmirror.com/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
  4064. "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
  4065. "dev": true,
  4066. "license": "MIT",
  4067. "dependencies": {
  4068. "possible-typed-array-names": "^1.0.0"
  4069. },
  4070. "engines": {
  4071. "node": ">= 0.4"
  4072. },
  4073. "funding": {
  4074. "url": "https://github.com/sponsors/ljharb"
  4075. }
  4076. },
  4077. "node_modules/axe-core": {
  4078. "version": "4.10.3",
  4079. "resolved": "https://registry.npmmirror.com/axe-core/-/axe-core-4.10.3.tgz",
  4080. "integrity": "sha512-Xm7bpRXnDSX2YE2YFfBk2FnF0ep6tmG7xPh8iHee8MIcrgq762Nkce856dYtJYLkuIoYZvGfTs/PbZhideTcEg==",
  4081. "dev": true,
  4082. "license": "MPL-2.0",
  4083. "engines": {
  4084. "node": ">=4"
  4085. }
  4086. },
  4087. "node_modules/axobject-query": {
  4088. "version": "4.1.0",
  4089. "resolved": "https://registry.npmmirror.com/axobject-query/-/axobject-query-4.1.0.tgz",
  4090. "integrity": "sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==",
  4091. "dev": true,
  4092. "license": "Apache-2.0",
  4093. "engines": {
  4094. "node": ">= 0.4"
  4095. }
  4096. },
  4097. "node_modules/babel-plugin-macros": {
  4098. "version": "3.1.0",
  4099. "resolved": "https://registry.npmmirror.com/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz",
  4100. "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==",
  4101. "license": "MIT",
  4102. "dependencies": {
  4103. "@babel/runtime": "^7.12.5",
  4104. "cosmiconfig": "^7.0.0",
  4105. "resolve": "^1.19.0"
  4106. },
  4107. "engines": {
  4108. "node": ">=10",
  4109. "npm": ">=6"
  4110. }
  4111. },
  4112. "node_modules/bail": {
  4113. "version": "2.0.2",
  4114. "resolved": "https://registry.npmmirror.com/bail/-/bail-2.0.2.tgz",
  4115. "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==",
  4116. "license": "MIT",
  4117. "funding": {
  4118. "type": "github",
  4119. "url": "https://github.com/sponsors/wooorm"
  4120. }
  4121. },
  4122. "node_modules/balanced-match": {
  4123. "version": "1.0.2",
  4124. "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
  4125. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  4126. "dev": true,
  4127. "license": "MIT"
  4128. },
  4129. "node_modules/bcp-47-match": {
  4130. "version": "2.0.3",
  4131. "resolved": "https://registry.npmmirror.com/bcp-47-match/-/bcp-47-match-2.0.3.tgz",
  4132. "integrity": "sha512-JtTezzbAibu8G0R9op9zb3vcWZd9JF6M0xOYGPn0fNCd7wOpRB1mU2mH9T8gaBGbAAyIIVgB2G7xG0GP98zMAQ==",
  4133. "license": "MIT",
  4134. "funding": {
  4135. "type": "github",
  4136. "url": "https://github.com/sponsors/wooorm"
  4137. }
  4138. },
  4139. "node_modules/boolbase": {
  4140. "version": "1.0.0",
  4141. "resolved": "https://registry.npmmirror.com/boolbase/-/boolbase-1.0.0.tgz",
  4142. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
  4143. "license": "ISC"
  4144. },
  4145. "node_modules/brace-expansion": {
  4146. "version": "1.1.12",
  4147. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.12.tgz",
  4148. "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
  4149. "dev": true,
  4150. "license": "MIT",
  4151. "dependencies": {
  4152. "balanced-match": "^1.0.0",
  4153. "concat-map": "0.0.1"
  4154. }
  4155. },
  4156. "node_modules/braces": {
  4157. "version": "3.0.3",
  4158. "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
  4159. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  4160. "devOptional": true,
  4161. "license": "MIT",
  4162. "dependencies": {
  4163. "fill-range": "^7.1.1"
  4164. },
  4165. "engines": {
  4166. "node": ">=8"
  4167. }
  4168. },
  4169. "node_modules/call-bind": {
  4170. "version": "1.0.8",
  4171. "resolved": "https://registry.npmmirror.com/call-bind/-/call-bind-1.0.8.tgz",
  4172. "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
  4173. "dev": true,
  4174. "license": "MIT",
  4175. "dependencies": {
  4176. "call-bind-apply-helpers": "^1.0.0",
  4177. "es-define-property": "^1.0.0",
  4178. "get-intrinsic": "^1.2.4",
  4179. "set-function-length": "^1.2.2"
  4180. },
  4181. "engines": {
  4182. "node": ">= 0.4"
  4183. },
  4184. "funding": {
  4185. "url": "https://github.com/sponsors/ljharb"
  4186. }
  4187. },
  4188. "node_modules/call-bind-apply-helpers": {
  4189. "version": "1.0.2",
  4190. "resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  4191. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  4192. "dev": true,
  4193. "license": "MIT",
  4194. "dependencies": {
  4195. "es-errors": "^1.3.0",
  4196. "function-bind": "^1.1.2"
  4197. },
  4198. "engines": {
  4199. "node": ">= 0.4"
  4200. }
  4201. },
  4202. "node_modules/call-bound": {
  4203. "version": "1.0.4",
  4204. "resolved": "https://registry.npmmirror.com/call-bound/-/call-bound-1.0.4.tgz",
  4205. "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
  4206. "dev": true,
  4207. "license": "MIT",
  4208. "dependencies": {
  4209. "call-bind-apply-helpers": "^1.0.2",
  4210. "get-intrinsic": "^1.3.0"
  4211. },
  4212. "engines": {
  4213. "node": ">= 0.4"
  4214. },
  4215. "funding": {
  4216. "url": "https://github.com/sponsors/ljharb"
  4217. }
  4218. },
  4219. "node_modules/callsites": {
  4220. "version": "3.1.0",
  4221. "resolved": "https://registry.npmmirror.com/callsites/-/callsites-3.1.0.tgz",
  4222. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  4223. "license": "MIT",
  4224. "engines": {
  4225. "node": ">=6"
  4226. }
  4227. },
  4228. "node_modules/caniuse-lite": {
  4229. "version": "1.0.30001731",
  4230. "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001731.tgz",
  4231. "integrity": "sha512-lDdp2/wrOmTRWuoB5DpfNkC0rJDU8DqRa6nYL6HK6sytw70QMopt/NIc/9SM7ylItlBWfACXk0tEn37UWM/+mg==",
  4232. "funding": [
  4233. {
  4234. "type": "opencollective",
  4235. "url": "https://opencollective.com/browserslist"
  4236. },
  4237. {
  4238. "type": "tidelift",
  4239. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  4240. },
  4241. {
  4242. "type": "github",
  4243. "url": "https://github.com/sponsors/ai"
  4244. }
  4245. ],
  4246. "license": "CC-BY-4.0"
  4247. },
  4248. "node_modules/ccount": {
  4249. "version": "2.0.1",
  4250. "resolved": "https://registry.npmmirror.com/ccount/-/ccount-2.0.1.tgz",
  4251. "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
  4252. "license": "MIT",
  4253. "funding": {
  4254. "type": "github",
  4255. "url": "https://github.com/sponsors/wooorm"
  4256. }
  4257. },
  4258. "node_modules/chalk": {
  4259. "version": "4.1.2",
  4260. "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz",
  4261. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  4262. "dev": true,
  4263. "license": "MIT",
  4264. "dependencies": {
  4265. "ansi-styles": "^4.1.0",
  4266. "supports-color": "^7.1.0"
  4267. },
  4268. "engines": {
  4269. "node": ">=10"
  4270. },
  4271. "funding": {
  4272. "url": "https://github.com/chalk/chalk?sponsor=1"
  4273. }
  4274. },
  4275. "node_modules/character-entities": {
  4276. "version": "2.0.2",
  4277. "resolved": "https://registry.npmmirror.com/character-entities/-/character-entities-2.0.2.tgz",
  4278. "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==",
  4279. "license": "MIT",
  4280. "funding": {
  4281. "type": "github",
  4282. "url": "https://github.com/sponsors/wooorm"
  4283. }
  4284. },
  4285. "node_modules/character-entities-html4": {
  4286. "version": "2.1.0",
  4287. "resolved": "https://registry.npmmirror.com/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
  4288. "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
  4289. "license": "MIT",
  4290. "funding": {
  4291. "type": "github",
  4292. "url": "https://github.com/sponsors/wooorm"
  4293. }
  4294. },
  4295. "node_modules/character-entities-legacy": {
  4296. "version": "3.0.0",
  4297. "resolved": "https://registry.npmmirror.com/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
  4298. "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
  4299. "license": "MIT",
  4300. "funding": {
  4301. "type": "github",
  4302. "url": "https://github.com/sponsors/wooorm"
  4303. }
  4304. },
  4305. "node_modules/character-reference-invalid": {
  4306. "version": "2.0.1",
  4307. "resolved": "https://registry.npmmirror.com/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz",
  4308. "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==",
  4309. "license": "MIT",
  4310. "funding": {
  4311. "type": "github",
  4312. "url": "https://github.com/sponsors/wooorm"
  4313. }
  4314. },
  4315. "node_modules/chart.js": {
  4316. "version": "4.5.0",
  4317. "resolved": "https://registry.npmmirror.com/chart.js/-/chart.js-4.5.0.tgz",
  4318. "integrity": "sha512-aYeC/jDgSEx8SHWZvANYMioYMZ2KX02W6f6uVfyteuCGcadDLcYVHdfdygsTQkQ4TKn5lghoojAsPj5pu0SnvQ==",
  4319. "license": "MIT",
  4320. "dependencies": {
  4321. "@kurkle/color": "^0.3.0"
  4322. },
  4323. "engines": {
  4324. "pnpm": ">=8"
  4325. }
  4326. },
  4327. "node_modules/chokidar": {
  4328. "version": "4.0.3",
  4329. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-4.0.3.tgz",
  4330. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  4331. "license": "MIT",
  4332. "dependencies": {
  4333. "readdirp": "^4.0.1"
  4334. },
  4335. "engines": {
  4336. "node": ">= 14.16.0"
  4337. },
  4338. "funding": {
  4339. "url": "https://paulmillr.com/funding/"
  4340. }
  4341. },
  4342. "node_modules/chownr": {
  4343. "version": "3.0.0",
  4344. "resolved": "https://registry.npmmirror.com/chownr/-/chownr-3.0.0.tgz",
  4345. "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==",
  4346. "dev": true,
  4347. "license": "BlueOak-1.0.0",
  4348. "engines": {
  4349. "node": ">=18"
  4350. }
  4351. },
  4352. "node_modules/classnames": {
  4353. "version": "2.5.1",
  4354. "resolved": "https://registry.npmmirror.com/classnames/-/classnames-2.5.1.tgz",
  4355. "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==",
  4356. "license": "MIT"
  4357. },
  4358. "node_modules/client-only": {
  4359. "version": "0.0.1",
  4360. "resolved": "https://registry.npmmirror.com/client-only/-/client-only-0.0.1.tgz",
  4361. "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==",
  4362. "license": "MIT"
  4363. },
  4364. "node_modules/clsx": {
  4365. "version": "2.1.1",
  4366. "resolved": "https://registry.npmmirror.com/clsx/-/clsx-2.1.1.tgz",
  4367. "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
  4368. "license": "MIT",
  4369. "engines": {
  4370. "node": ">=6"
  4371. }
  4372. },
  4373. "node_modules/color": {
  4374. "version": "4.2.3",
  4375. "resolved": "https://registry.npmmirror.com/color/-/color-4.2.3.tgz",
  4376. "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
  4377. "license": "MIT",
  4378. "optional": true,
  4379. "dependencies": {
  4380. "color-convert": "^2.0.1",
  4381. "color-string": "^1.9.0"
  4382. },
  4383. "engines": {
  4384. "node": ">=12.5.0"
  4385. }
  4386. },
  4387. "node_modules/color-convert": {
  4388. "version": "2.0.1",
  4389. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
  4390. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  4391. "devOptional": true,
  4392. "license": "MIT",
  4393. "dependencies": {
  4394. "color-name": "~1.1.4"
  4395. },
  4396. "engines": {
  4397. "node": ">=7.0.0"
  4398. }
  4399. },
  4400. "node_modules/color-name": {
  4401. "version": "1.1.4",
  4402. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
  4403. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  4404. "devOptional": true,
  4405. "license": "MIT"
  4406. },
  4407. "node_modules/color-string": {
  4408. "version": "1.9.1",
  4409. "resolved": "https://registry.npmmirror.com/color-string/-/color-string-1.9.1.tgz",
  4410. "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
  4411. "license": "MIT",
  4412. "optional": true,
  4413. "dependencies": {
  4414. "color-name": "^1.0.0",
  4415. "simple-swizzle": "^0.2.2"
  4416. }
  4417. },
  4418. "node_modules/comma-separated-tokens": {
  4419. "version": "2.0.3",
  4420. "resolved": "https://registry.npmmirror.com/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
  4421. "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
  4422. "license": "MIT",
  4423. "funding": {
  4424. "type": "github",
  4425. "url": "https://github.com/sponsors/wooorm"
  4426. }
  4427. },
  4428. "node_modules/compute-scroll-into-view": {
  4429. "version": "3.1.1",
  4430. "resolved": "https://registry.npmmirror.com/compute-scroll-into-view/-/compute-scroll-into-view-3.1.1.tgz",
  4431. "integrity": "sha512-VRhuHOLoKYOy4UbilLbUzbYg93XLjv2PncJC50EuTWPA3gaja1UjBsUP/D/9/juV3vQFr6XBEzn9KCAHdUvOHw==",
  4432. "license": "MIT"
  4433. },
  4434. "node_modules/concat-map": {
  4435. "version": "0.0.1",
  4436. "resolved": "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz",
  4437. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  4438. "dev": true,
  4439. "license": "MIT"
  4440. },
  4441. "node_modules/convert-source-map": {
  4442. "version": "1.9.0",
  4443. "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-1.9.0.tgz",
  4444. "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==",
  4445. "license": "MIT"
  4446. },
  4447. "node_modules/cookie": {
  4448. "version": "1.0.2",
  4449. "resolved": "https://registry.npmmirror.com/cookie/-/cookie-1.0.2.tgz",
  4450. "integrity": "sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==",
  4451. "license": "MIT",
  4452. "engines": {
  4453. "node": ">=18"
  4454. }
  4455. },
  4456. "node_modules/cookies-next": {
  4457. "version": "6.1.0",
  4458. "resolved": "https://registry.npmmirror.com/cookies-next/-/cookies-next-6.1.0.tgz",
  4459. "integrity": "sha512-8MqWliHg6YRatqlup5HlKCqXM5cFtwq9BVowDpPniPfbTOmrfIEXUQOcRFVXQltV+hyvKDRGJPNtceICkiJ/IA==",
  4460. "license": "MIT",
  4461. "dependencies": {
  4462. "cookie": "^1.0.1"
  4463. },
  4464. "peerDependencies": {
  4465. "next": ">=15.0.0",
  4466. "react": ">= 16.8.0"
  4467. }
  4468. },
  4469. "node_modules/copy-to-clipboard": {
  4470. "version": "3.3.3",
  4471. "resolved": "https://registry.npmmirror.com/copy-to-clipboard/-/copy-to-clipboard-3.3.3.tgz",
  4472. "integrity": "sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==",
  4473. "license": "MIT",
  4474. "dependencies": {
  4475. "toggle-selection": "^1.0.6"
  4476. }
  4477. },
  4478. "node_modules/cosmiconfig": {
  4479. "version": "7.1.0",
  4480. "resolved": "https://registry.npmmirror.com/cosmiconfig/-/cosmiconfig-7.1.0.tgz",
  4481. "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==",
  4482. "license": "MIT",
  4483. "dependencies": {
  4484. "@types/parse-json": "^4.0.0",
  4485. "import-fresh": "^3.2.1",
  4486. "parse-json": "^5.0.0",
  4487. "path-type": "^4.0.0",
  4488. "yaml": "^1.10.0"
  4489. },
  4490. "engines": {
  4491. "node": ">=10"
  4492. }
  4493. },
  4494. "node_modules/countup.js": {
  4495. "version": "2.9.0",
  4496. "resolved": "https://registry.npmmirror.com/countup.js/-/countup.js-2.9.0.tgz",
  4497. "integrity": "sha512-llqrvyXztRFPp6+i8jx25phHWcVWhrHO4Nlt0uAOSKHB8778zzQswa4MU3qKBvkXfJKftRYFJuVHez67lyKdHg==",
  4498. "license": "MIT"
  4499. },
  4500. "node_modules/cross-spawn": {
  4501. "version": "7.0.6",
  4502. "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.6.tgz",
  4503. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  4504. "dev": true,
  4505. "license": "MIT",
  4506. "dependencies": {
  4507. "path-key": "^3.1.0",
  4508. "shebang-command": "^2.0.0",
  4509. "which": "^2.0.1"
  4510. },
  4511. "engines": {
  4512. "node": ">= 8"
  4513. }
  4514. },
  4515. "node_modules/css-selector-parser": {
  4516. "version": "3.1.3",
  4517. "resolved": "https://registry.npmmirror.com/css-selector-parser/-/css-selector-parser-3.1.3.tgz",
  4518. "integrity": "sha512-gJMigczVZqYAk0hPVzx/M4Hm1D9QOtqkdQk9005TNzDIUGzo5cnHEDiKUT7jGPximL/oYb+LIitcHFQ4aKupxg==",
  4519. "funding": [
  4520. {
  4521. "type": "github",
  4522. "url": "https://github.com/sponsors/mdevils"
  4523. },
  4524. {
  4525. "type": "patreon",
  4526. "url": "https://patreon.com/mdevils"
  4527. }
  4528. ],
  4529. "license": "MIT"
  4530. },
  4531. "node_modules/csstype": {
  4532. "version": "3.1.3",
  4533. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz",
  4534. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
  4535. "license": "MIT"
  4536. },
  4537. "node_modules/d3-array": {
  4538. "version": "3.2.4",
  4539. "resolved": "https://registry.npmmirror.com/d3-array/-/d3-array-3.2.4.tgz",
  4540. "integrity": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==",
  4541. "license": "ISC",
  4542. "dependencies": {
  4543. "internmap": "1 - 2"
  4544. },
  4545. "engines": {
  4546. "node": ">=12"
  4547. }
  4548. },
  4549. "node_modules/d3-color": {
  4550. "version": "3.1.0",
  4551. "resolved": "https://registry.npmmirror.com/d3-color/-/d3-color-3.1.0.tgz",
  4552. "integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==",
  4553. "license": "ISC",
  4554. "engines": {
  4555. "node": ">=12"
  4556. }
  4557. },
  4558. "node_modules/d3-dispatch": {
  4559. "version": "3.0.1",
  4560. "resolved": "https://registry.npmmirror.com/d3-dispatch/-/d3-dispatch-3.0.1.tgz",
  4561. "integrity": "sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==",
  4562. "license": "ISC",
  4563. "engines": {
  4564. "node": ">=12"
  4565. }
  4566. },
  4567. "node_modules/d3-ease": {
  4568. "version": "3.0.1",
  4569. "resolved": "https://registry.npmmirror.com/d3-ease/-/d3-ease-3.0.1.tgz",
  4570. "integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==",
  4571. "license": "BSD-3-Clause",
  4572. "engines": {
  4573. "node": ">=12"
  4574. }
  4575. },
  4576. "node_modules/d3-format": {
  4577. "version": "3.1.0",
  4578. "resolved": "https://registry.npmmirror.com/d3-format/-/d3-format-3.1.0.tgz",
  4579. "integrity": "sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==",
  4580. "license": "ISC",
  4581. "engines": {
  4582. "node": ">=12"
  4583. }
  4584. },
  4585. "node_modules/d3-interpolate": {
  4586. "version": "3.0.1",
  4587. "resolved": "https://registry.npmmirror.com/d3-interpolate/-/d3-interpolate-3.0.1.tgz",
  4588. "integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==",
  4589. "license": "ISC",
  4590. "dependencies": {
  4591. "d3-color": "1 - 3"
  4592. },
  4593. "engines": {
  4594. "node": ">=12"
  4595. }
  4596. },
  4597. "node_modules/d3-path": {
  4598. "version": "3.1.0",
  4599. "resolved": "https://registry.npmmirror.com/d3-path/-/d3-path-3.1.0.tgz",
  4600. "integrity": "sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==",
  4601. "license": "ISC",
  4602. "engines": {
  4603. "node": ">=12"
  4604. }
  4605. },
  4606. "node_modules/d3-scale": {
  4607. "version": "4.0.2",
  4608. "resolved": "https://registry.npmmirror.com/d3-scale/-/d3-scale-4.0.2.tgz",
  4609. "integrity": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==",
  4610. "license": "ISC",
  4611. "dependencies": {
  4612. "d3-array": "2.10.0 - 3",
  4613. "d3-format": "1 - 3",
  4614. "d3-interpolate": "1.2.0 - 3",
  4615. "d3-time": "2.1.1 - 3",
  4616. "d3-time-format": "2 - 4"
  4617. },
  4618. "engines": {
  4619. "node": ">=12"
  4620. }
  4621. },
  4622. "node_modules/d3-selection": {
  4623. "version": "3.0.0",
  4624. "resolved": "https://registry.npmmirror.com/d3-selection/-/d3-selection-3.0.0.tgz",
  4625. "integrity": "sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==",
  4626. "license": "ISC",
  4627. "engines": {
  4628. "node": ">=12"
  4629. }
  4630. },
  4631. "node_modules/d3-shape": {
  4632. "version": "3.2.0",
  4633. "resolved": "https://registry.npmmirror.com/d3-shape/-/d3-shape-3.2.0.tgz",
  4634. "integrity": "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==",
  4635. "license": "ISC",
  4636. "dependencies": {
  4637. "d3-path": "^3.1.0"
  4638. },
  4639. "engines": {
  4640. "node": ">=12"
  4641. }
  4642. },
  4643. "node_modules/d3-time": {
  4644. "version": "3.1.0",
  4645. "resolved": "https://registry.npmmirror.com/d3-time/-/d3-time-3.1.0.tgz",
  4646. "integrity": "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==",
  4647. "license": "ISC",
  4648. "dependencies": {
  4649. "d3-array": "2 - 3"
  4650. },
  4651. "engines": {
  4652. "node": ">=12"
  4653. }
  4654. },
  4655. "node_modules/d3-time-format": {
  4656. "version": "4.1.0",
  4657. "resolved": "https://registry.npmmirror.com/d3-time-format/-/d3-time-format-4.1.0.tgz",
  4658. "integrity": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==",
  4659. "license": "ISC",
  4660. "dependencies": {
  4661. "d3-time": "1 - 3"
  4662. },
  4663. "engines": {
  4664. "node": ">=12"
  4665. }
  4666. },
  4667. "node_modules/d3-timer": {
  4668. "version": "3.0.1",
  4669. "resolved": "https://registry.npmmirror.com/d3-timer/-/d3-timer-3.0.1.tgz",
  4670. "integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==",
  4671. "license": "ISC",
  4672. "engines": {
  4673. "node": ">=12"
  4674. }
  4675. },
  4676. "node_modules/d3-transition": {
  4677. "version": "3.0.1",
  4678. "resolved": "https://registry.npmmirror.com/d3-transition/-/d3-transition-3.0.1.tgz",
  4679. "integrity": "sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==",
  4680. "license": "ISC",
  4681. "dependencies": {
  4682. "d3-color": "1 - 3",
  4683. "d3-dispatch": "1 - 3",
  4684. "d3-ease": "1 - 3",
  4685. "d3-interpolate": "1 - 3",
  4686. "d3-timer": "1 - 3"
  4687. },
  4688. "engines": {
  4689. "node": ">=12"
  4690. },
  4691. "peerDependencies": {
  4692. "d3-selection": "2 - 3"
  4693. }
  4694. },
  4695. "node_modules/damerau-levenshtein": {
  4696. "version": "1.0.8",
  4697. "resolved": "https://registry.npmmirror.com/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz",
  4698. "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==",
  4699. "dev": true,
  4700. "license": "BSD-2-Clause"
  4701. },
  4702. "node_modules/data-view-buffer": {
  4703. "version": "1.0.2",
  4704. "resolved": "https://registry.npmmirror.com/data-view-buffer/-/data-view-buffer-1.0.2.tgz",
  4705. "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==",
  4706. "dev": true,
  4707. "license": "MIT",
  4708. "dependencies": {
  4709. "call-bound": "^1.0.3",
  4710. "es-errors": "^1.3.0",
  4711. "is-data-view": "^1.0.2"
  4712. },
  4713. "engines": {
  4714. "node": ">= 0.4"
  4715. },
  4716. "funding": {
  4717. "url": "https://github.com/sponsors/ljharb"
  4718. }
  4719. },
  4720. "node_modules/data-view-byte-length": {
  4721. "version": "1.0.2",
  4722. "resolved": "https://registry.npmmirror.com/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz",
  4723. "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==",
  4724. "dev": true,
  4725. "license": "MIT",
  4726. "dependencies": {
  4727. "call-bound": "^1.0.3",
  4728. "es-errors": "^1.3.0",
  4729. "is-data-view": "^1.0.2"
  4730. },
  4731. "engines": {
  4732. "node": ">= 0.4"
  4733. },
  4734. "funding": {
  4735. "url": "https://github.com/sponsors/inspect-js"
  4736. }
  4737. },
  4738. "node_modules/data-view-byte-offset": {
  4739. "version": "1.0.1",
  4740. "resolved": "https://registry.npmmirror.com/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz",
  4741. "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==",
  4742. "dev": true,
  4743. "license": "MIT",
  4744. "dependencies": {
  4745. "call-bound": "^1.0.2",
  4746. "es-errors": "^1.3.0",
  4747. "is-data-view": "^1.0.1"
  4748. },
  4749. "engines": {
  4750. "node": ">= 0.4"
  4751. },
  4752. "funding": {
  4753. "url": "https://github.com/sponsors/ljharb"
  4754. }
  4755. },
  4756. "node_modules/dayjs": {
  4757. "version": "1.11.13",
  4758. "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.13.tgz",
  4759. "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==",
  4760. "license": "MIT"
  4761. },
  4762. "node_modules/debug": {
  4763. "version": "4.4.1",
  4764. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.1.tgz",
  4765. "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
  4766. "license": "MIT",
  4767. "dependencies": {
  4768. "ms": "^2.1.3"
  4769. },
  4770. "engines": {
  4771. "node": ">=6.0"
  4772. },
  4773. "peerDependenciesMeta": {
  4774. "supports-color": {
  4775. "optional": true
  4776. }
  4777. }
  4778. },
  4779. "node_modules/decimal.js-light": {
  4780. "version": "2.5.1",
  4781. "resolved": "https://registry.npmmirror.com/decimal.js-light/-/decimal.js-light-2.5.1.tgz",
  4782. "integrity": "sha512-qIMFpTMZmny+MMIitAB6D7iVPEorVw6YQRWkvarTkT4tBeSLLiHzcwj6q0MmYSFCiVpiqPJTJEYIrpcPzVEIvg==",
  4783. "license": "MIT"
  4784. },
  4785. "node_modules/decode-named-character-reference": {
  4786. "version": "1.2.0",
  4787. "resolved": "https://registry.npmmirror.com/decode-named-character-reference/-/decode-named-character-reference-1.2.0.tgz",
  4788. "integrity": "sha512-c6fcElNV6ShtZXmsgNgFFV5tVX2PaV4g+MOAkb8eXHvn6sryJBrZa9r0zV6+dtTyoCKxtDy5tyQ5ZwQuidtd+Q==",
  4789. "license": "MIT",
  4790. "dependencies": {
  4791. "character-entities": "^2.0.0"
  4792. },
  4793. "funding": {
  4794. "type": "github",
  4795. "url": "https://github.com/sponsors/wooorm"
  4796. }
  4797. },
  4798. "node_modules/deep-is": {
  4799. "version": "0.1.4",
  4800. "resolved": "https://registry.npmmirror.com/deep-is/-/deep-is-0.1.4.tgz",
  4801. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  4802. "dev": true,
  4803. "license": "MIT"
  4804. },
  4805. "node_modules/define-data-property": {
  4806. "version": "1.1.4",
  4807. "resolved": "https://registry.npmmirror.com/define-data-property/-/define-data-property-1.1.4.tgz",
  4808. "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
  4809. "dev": true,
  4810. "license": "MIT",
  4811. "dependencies": {
  4812. "es-define-property": "^1.0.0",
  4813. "es-errors": "^1.3.0",
  4814. "gopd": "^1.0.1"
  4815. },
  4816. "engines": {
  4817. "node": ">= 0.4"
  4818. },
  4819. "funding": {
  4820. "url": "https://github.com/sponsors/ljharb"
  4821. }
  4822. },
  4823. "node_modules/define-properties": {
  4824. "version": "1.2.1",
  4825. "resolved": "https://registry.npmmirror.com/define-properties/-/define-properties-1.2.1.tgz",
  4826. "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
  4827. "dev": true,
  4828. "license": "MIT",
  4829. "dependencies": {
  4830. "define-data-property": "^1.0.1",
  4831. "has-property-descriptors": "^1.0.0",
  4832. "object-keys": "^1.1.1"
  4833. },
  4834. "engines": {
  4835. "node": ">= 0.4"
  4836. },
  4837. "funding": {
  4838. "url": "https://github.com/sponsors/ljharb"
  4839. }
  4840. },
  4841. "node_modules/dequal": {
  4842. "version": "2.0.3",
  4843. "resolved": "https://registry.npmmirror.com/dequal/-/dequal-2.0.3.tgz",
  4844. "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
  4845. "license": "MIT",
  4846. "engines": {
  4847. "node": ">=6"
  4848. }
  4849. },
  4850. "node_modules/detect-libc": {
  4851. "version": "2.0.4",
  4852. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.0.4.tgz",
  4853. "integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==",
  4854. "devOptional": true,
  4855. "license": "Apache-2.0",
  4856. "engines": {
  4857. "node": ">=8"
  4858. }
  4859. },
  4860. "node_modules/devlop": {
  4861. "version": "1.1.0",
  4862. "resolved": "https://registry.npmmirror.com/devlop/-/devlop-1.1.0.tgz",
  4863. "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
  4864. "license": "MIT",
  4865. "dependencies": {
  4866. "dequal": "^2.0.0"
  4867. },
  4868. "funding": {
  4869. "type": "github",
  4870. "url": "https://github.com/sponsors/wooorm"
  4871. }
  4872. },
  4873. "node_modules/direction": {
  4874. "version": "2.0.1",
  4875. "resolved": "https://registry.npmmirror.com/direction/-/direction-2.0.1.tgz",
  4876. "integrity": "sha512-9S6m9Sukh1cZNknO1CWAr2QAWsbKLafQiyM5gZ7VgXHeuaoUwffKN4q6NC4A/Mf9iiPlOXQEKW/Mv/mh9/3YFA==",
  4877. "license": "MIT",
  4878. "bin": {
  4879. "direction": "cli.js"
  4880. },
  4881. "funding": {
  4882. "type": "github",
  4883. "url": "https://github.com/sponsors/wooorm"
  4884. }
  4885. },
  4886. "node_modules/doctrine": {
  4887. "version": "2.1.0",
  4888. "resolved": "https://registry.npmmirror.com/doctrine/-/doctrine-2.1.0.tgz",
  4889. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  4890. "dev": true,
  4891. "license": "Apache-2.0",
  4892. "dependencies": {
  4893. "esutils": "^2.0.2"
  4894. },
  4895. "engines": {
  4896. "node": ">=0.10.0"
  4897. }
  4898. },
  4899. "node_modules/dunder-proto": {
  4900. "version": "1.0.1",
  4901. "resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz",
  4902. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  4903. "dev": true,
  4904. "license": "MIT",
  4905. "dependencies": {
  4906. "call-bind-apply-helpers": "^1.0.1",
  4907. "es-errors": "^1.3.0",
  4908. "gopd": "^1.2.0"
  4909. },
  4910. "engines": {
  4911. "node": ">= 0.4"
  4912. }
  4913. },
  4914. "node_modules/emoji-regex": {
  4915. "version": "9.2.2",
  4916. "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-9.2.2.tgz",
  4917. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
  4918. "dev": true,
  4919. "license": "MIT"
  4920. },
  4921. "node_modules/enhanced-resolve": {
  4922. "version": "5.18.3",
  4923. "resolved": "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz",
  4924. "integrity": "sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==",
  4925. "dev": true,
  4926. "license": "MIT",
  4927. "dependencies": {
  4928. "graceful-fs": "^4.2.4",
  4929. "tapable": "^2.2.0"
  4930. },
  4931. "engines": {
  4932. "node": ">=10.13.0"
  4933. }
  4934. },
  4935. "node_modules/entities": {
  4936. "version": "6.0.1",
  4937. "resolved": "https://registry.npmmirror.com/entities/-/entities-6.0.1.tgz",
  4938. "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
  4939. "license": "BSD-2-Clause",
  4940. "engines": {
  4941. "node": ">=0.12"
  4942. },
  4943. "funding": {
  4944. "url": "https://github.com/fb55/entities?sponsor=1"
  4945. }
  4946. },
  4947. "node_modules/error-ex": {
  4948. "version": "1.3.2",
  4949. "resolved": "https://registry.npmmirror.com/error-ex/-/error-ex-1.3.2.tgz",
  4950. "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
  4951. "license": "MIT",
  4952. "dependencies": {
  4953. "is-arrayish": "^0.2.1"
  4954. }
  4955. },
  4956. "node_modules/error-ex/node_modules/is-arrayish": {
  4957. "version": "0.2.1",
  4958. "resolved": "https://registry.npmmirror.com/is-arrayish/-/is-arrayish-0.2.1.tgz",
  4959. "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
  4960. "license": "MIT"
  4961. },
  4962. "node_modules/es-abstract": {
  4963. "version": "1.24.0",
  4964. "resolved": "https://registry.npmmirror.com/es-abstract/-/es-abstract-1.24.0.tgz",
  4965. "integrity": "sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg==",
  4966. "dev": true,
  4967. "license": "MIT",
  4968. "dependencies": {
  4969. "array-buffer-byte-length": "^1.0.2",
  4970. "arraybuffer.prototype.slice": "^1.0.4",
  4971. "available-typed-arrays": "^1.0.7",
  4972. "call-bind": "^1.0.8",
  4973. "call-bound": "^1.0.4",
  4974. "data-view-buffer": "^1.0.2",
  4975. "data-view-byte-length": "^1.0.2",
  4976. "data-view-byte-offset": "^1.0.1",
  4977. "es-define-property": "^1.0.1",
  4978. "es-errors": "^1.3.0",
  4979. "es-object-atoms": "^1.1.1",
  4980. "es-set-tostringtag": "^2.1.0",
  4981. "es-to-primitive": "^1.3.0",
  4982. "function.prototype.name": "^1.1.8",
  4983. "get-intrinsic": "^1.3.0",
  4984. "get-proto": "^1.0.1",
  4985. "get-symbol-description": "^1.1.0",
  4986. "globalthis": "^1.0.4",
  4987. "gopd": "^1.2.0",
  4988. "has-property-descriptors": "^1.0.2",
  4989. "has-proto": "^1.2.0",
  4990. "has-symbols": "^1.1.0",
  4991. "hasown": "^2.0.2",
  4992. "internal-slot": "^1.1.0",
  4993. "is-array-buffer": "^3.0.5",
  4994. "is-callable": "^1.2.7",
  4995. "is-data-view": "^1.0.2",
  4996. "is-negative-zero": "^2.0.3",
  4997. "is-regex": "^1.2.1",
  4998. "is-set": "^2.0.3",
  4999. "is-shared-array-buffer": "^1.0.4",
  5000. "is-string": "^1.1.1",
  5001. "is-typed-array": "^1.1.15",
  5002. "is-weakref": "^1.1.1",
  5003. "math-intrinsics": "^1.1.0",
  5004. "object-inspect": "^1.13.4",
  5005. "object-keys": "^1.1.1",
  5006. "object.assign": "^4.1.7",
  5007. "own-keys": "^1.0.1",
  5008. "regexp.prototype.flags": "^1.5.4",
  5009. "safe-array-concat": "^1.1.3",
  5010. "safe-push-apply": "^1.0.0",
  5011. "safe-regex-test": "^1.1.0",
  5012. "set-proto": "^1.0.0",
  5013. "stop-iteration-iterator": "^1.1.0",
  5014. "string.prototype.trim": "^1.2.10",
  5015. "string.prototype.trimend": "^1.0.9",
  5016. "string.prototype.trimstart": "^1.0.8",
  5017. "typed-array-buffer": "^1.0.3",
  5018. "typed-array-byte-length": "^1.0.3",
  5019. "typed-array-byte-offset": "^1.0.4",
  5020. "typed-array-length": "^1.0.7",
  5021. "unbox-primitive": "^1.1.0",
  5022. "which-typed-array": "^1.1.19"
  5023. },
  5024. "engines": {
  5025. "node": ">= 0.4"
  5026. },
  5027. "funding": {
  5028. "url": "https://github.com/sponsors/ljharb"
  5029. }
  5030. },
  5031. "node_modules/es-define-property": {
  5032. "version": "1.0.1",
  5033. "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz",
  5034. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  5035. "dev": true,
  5036. "license": "MIT",
  5037. "engines": {
  5038. "node": ">= 0.4"
  5039. }
  5040. },
  5041. "node_modules/es-errors": {
  5042. "version": "1.3.0",
  5043. "resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
  5044. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  5045. "dev": true,
  5046. "license": "MIT",
  5047. "engines": {
  5048. "node": ">= 0.4"
  5049. }
  5050. },
  5051. "node_modules/es-iterator-helpers": {
  5052. "version": "1.2.1",
  5053. "resolved": "https://registry.npmmirror.com/es-iterator-helpers/-/es-iterator-helpers-1.2.1.tgz",
  5054. "integrity": "sha512-uDn+FE1yrDzyC0pCo961B2IHbdM8y/ACZsKD4dG6WqrjV53BADjwa7D+1aom2rsNVfLyDgU/eigvlJGJ08OQ4w==",
  5055. "dev": true,
  5056. "license": "MIT",
  5057. "dependencies": {
  5058. "call-bind": "^1.0.8",
  5059. "call-bound": "^1.0.3",
  5060. "define-properties": "^1.2.1",
  5061. "es-abstract": "^1.23.6",
  5062. "es-errors": "^1.3.0",
  5063. "es-set-tostringtag": "^2.0.3",
  5064. "function-bind": "^1.1.2",
  5065. "get-intrinsic": "^1.2.6",
  5066. "globalthis": "^1.0.4",
  5067. "gopd": "^1.2.0",
  5068. "has-property-descriptors": "^1.0.2",
  5069. "has-proto": "^1.2.0",
  5070. "has-symbols": "^1.1.0",
  5071. "internal-slot": "^1.1.0",
  5072. "iterator.prototype": "^1.1.4",
  5073. "safe-array-concat": "^1.1.3"
  5074. },
  5075. "engines": {
  5076. "node": ">= 0.4"
  5077. }
  5078. },
  5079. "node_modules/es-object-atoms": {
  5080. "version": "1.1.1",
  5081. "resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  5082. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  5083. "dev": true,
  5084. "license": "MIT",
  5085. "dependencies": {
  5086. "es-errors": "^1.3.0"
  5087. },
  5088. "engines": {
  5089. "node": ">= 0.4"
  5090. }
  5091. },
  5092. "node_modules/es-set-tostringtag": {
  5093. "version": "2.1.0",
  5094. "resolved": "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  5095. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  5096. "dev": true,
  5097. "license": "MIT",
  5098. "dependencies": {
  5099. "es-errors": "^1.3.0",
  5100. "get-intrinsic": "^1.2.6",
  5101. "has-tostringtag": "^1.0.2",
  5102. "hasown": "^2.0.2"
  5103. },
  5104. "engines": {
  5105. "node": ">= 0.4"
  5106. }
  5107. },
  5108. "node_modules/es-shim-unscopables": {
  5109. "version": "1.1.0",
  5110. "resolved": "https://registry.npmmirror.com/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz",
  5111. "integrity": "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==",
  5112. "dev": true,
  5113. "license": "MIT",
  5114. "dependencies": {
  5115. "hasown": "^2.0.2"
  5116. },
  5117. "engines": {
  5118. "node": ">= 0.4"
  5119. }
  5120. },
  5121. "node_modules/es-to-primitive": {
  5122. "version": "1.3.0",
  5123. "resolved": "https://registry.npmmirror.com/es-to-primitive/-/es-to-primitive-1.3.0.tgz",
  5124. "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==",
  5125. "dev": true,
  5126. "license": "MIT",
  5127. "dependencies": {
  5128. "is-callable": "^1.2.7",
  5129. "is-date-object": "^1.0.5",
  5130. "is-symbol": "^1.0.4"
  5131. },
  5132. "engines": {
  5133. "node": ">= 0.4"
  5134. },
  5135. "funding": {
  5136. "url": "https://github.com/sponsors/ljharb"
  5137. }
  5138. },
  5139. "node_modules/es-toolkit": {
  5140. "version": "1.39.8",
  5141. "resolved": "https://registry.npmmirror.com/es-toolkit/-/es-toolkit-1.39.8.tgz",
  5142. "integrity": "sha512-A8QO9TfF+rltS8BXpdu8OS+rpGgEdnRhqIVxO/ZmNvnXBYgOdSsxukT55ELyP94gZIntWJ+Li9QRrT2u1Kitpg==",
  5143. "license": "MIT",
  5144. "workspaces": [
  5145. "docs",
  5146. "benchmarks"
  5147. ]
  5148. },
  5149. "node_modules/escape-string-regexp": {
  5150. "version": "4.0.0",
  5151. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  5152. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  5153. "license": "MIT",
  5154. "engines": {
  5155. "node": ">=10"
  5156. },
  5157. "funding": {
  5158. "url": "https://github.com/sponsors/sindresorhus"
  5159. }
  5160. },
  5161. "node_modules/eslint": {
  5162. "version": "9.32.0",
  5163. "resolved": "https://registry.npmmirror.com/eslint/-/eslint-9.32.0.tgz",
  5164. "integrity": "sha512-LSehfdpgMeWcTZkWZVIJl+tkZ2nuSkyyB9C27MZqFWXuph7DvaowgcTvKqxvpLW1JZIk8PN7hFY3Rj9LQ7m7lg==",
  5165. "dev": true,
  5166. "license": "MIT",
  5167. "dependencies": {
  5168. "@eslint-community/eslint-utils": "^4.2.0",
  5169. "@eslint-community/regexpp": "^4.12.1",
  5170. "@eslint/config-array": "^0.21.0",
  5171. "@eslint/config-helpers": "^0.3.0",
  5172. "@eslint/core": "^0.15.0",
  5173. "@eslint/eslintrc": "^3.3.1",
  5174. "@eslint/js": "9.32.0",
  5175. "@eslint/plugin-kit": "^0.3.4",
  5176. "@humanfs/node": "^0.16.6",
  5177. "@humanwhocodes/module-importer": "^1.0.1",
  5178. "@humanwhocodes/retry": "^0.4.2",
  5179. "@types/estree": "^1.0.6",
  5180. "@types/json-schema": "^7.0.15",
  5181. "ajv": "^6.12.4",
  5182. "chalk": "^4.0.0",
  5183. "cross-spawn": "^7.0.6",
  5184. "debug": "^4.3.2",
  5185. "escape-string-regexp": "^4.0.0",
  5186. "eslint-scope": "^8.4.0",
  5187. "eslint-visitor-keys": "^4.2.1",
  5188. "espree": "^10.4.0",
  5189. "esquery": "^1.5.0",
  5190. "esutils": "^2.0.2",
  5191. "fast-deep-equal": "^3.1.3",
  5192. "file-entry-cache": "^8.0.0",
  5193. "find-up": "^5.0.0",
  5194. "glob-parent": "^6.0.2",
  5195. "ignore": "^5.2.0",
  5196. "imurmurhash": "^0.1.4",
  5197. "is-glob": "^4.0.0",
  5198. "json-stable-stringify-without-jsonify": "^1.0.1",
  5199. "lodash.merge": "^4.6.2",
  5200. "minimatch": "^3.1.2",
  5201. "natural-compare": "^1.4.0",
  5202. "optionator": "^0.9.3"
  5203. },
  5204. "bin": {
  5205. "eslint": "bin/eslint.js"
  5206. },
  5207. "engines": {
  5208. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  5209. },
  5210. "funding": {
  5211. "url": "https://eslint.org/donate"
  5212. },
  5213. "peerDependencies": {
  5214. "jiti": "*"
  5215. },
  5216. "peerDependenciesMeta": {
  5217. "jiti": {
  5218. "optional": true
  5219. }
  5220. }
  5221. },
  5222. "node_modules/eslint-config-next": {
  5223. "version": "15.4.6",
  5224. "resolved": "https://registry.npmmirror.com/eslint-config-next/-/eslint-config-next-15.4.6.tgz",
  5225. "integrity": "sha512-4uznvw5DlTTjrZgYZjMciSdDDMO2SWIuQgUNaFyC2O3Zw3Z91XeIejeVa439yRq2CnJb/KEvE4U2AeN/66FpUA==",
  5226. "dev": true,
  5227. "license": "MIT",
  5228. "dependencies": {
  5229. "@next/eslint-plugin-next": "15.4.6",
  5230. "@rushstack/eslint-patch": "^1.10.3",
  5231. "@typescript-eslint/eslint-plugin": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0",
  5232. "@typescript-eslint/parser": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0",
  5233. "eslint-import-resolver-node": "^0.3.6",
  5234. "eslint-import-resolver-typescript": "^3.5.2",
  5235. "eslint-plugin-import": "^2.31.0",
  5236. "eslint-plugin-jsx-a11y": "^6.10.0",
  5237. "eslint-plugin-react": "^7.37.0",
  5238. "eslint-plugin-react-hooks": "^5.0.0"
  5239. },
  5240. "peerDependencies": {
  5241. "eslint": "^7.23.0 || ^8.0.0 || ^9.0.0",
  5242. "typescript": ">=3.3.1"
  5243. },
  5244. "peerDependenciesMeta": {
  5245. "typescript": {
  5246. "optional": true
  5247. }
  5248. }
  5249. },
  5250. "node_modules/eslint-import-resolver-node": {
  5251. "version": "0.3.9",
  5252. "resolved": "https://registry.npmmirror.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
  5253. "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==",
  5254. "dev": true,
  5255. "license": "MIT",
  5256. "dependencies": {
  5257. "debug": "^3.2.7",
  5258. "is-core-module": "^2.13.0",
  5259. "resolve": "^1.22.4"
  5260. }
  5261. },
  5262. "node_modules/eslint-import-resolver-node/node_modules/debug": {
  5263. "version": "3.2.7",
  5264. "resolved": "https://registry.npmmirror.com/debug/-/debug-3.2.7.tgz",
  5265. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  5266. "dev": true,
  5267. "license": "MIT",
  5268. "dependencies": {
  5269. "ms": "^2.1.1"
  5270. }
  5271. },
  5272. "node_modules/eslint-import-resolver-typescript": {
  5273. "version": "3.10.1",
  5274. "resolved": "https://registry.npmmirror.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.10.1.tgz",
  5275. "integrity": "sha512-A1rHYb06zjMGAxdLSkN2fXPBwuSaQ0iO5M/hdyS0Ajj1VBaRp0sPD3dn1FhME3c/JluGFbwSxyCfqdSbtQLAHQ==",
  5276. "dev": true,
  5277. "license": "ISC",
  5278. "dependencies": {
  5279. "@nolyfill/is-core-module": "1.0.39",
  5280. "debug": "^4.4.0",
  5281. "get-tsconfig": "^4.10.0",
  5282. "is-bun-module": "^2.0.0",
  5283. "stable-hash": "^0.0.5",
  5284. "tinyglobby": "^0.2.13",
  5285. "unrs-resolver": "^1.6.2"
  5286. },
  5287. "engines": {
  5288. "node": "^14.18.0 || >=16.0.0"
  5289. },
  5290. "funding": {
  5291. "url": "https://opencollective.com/eslint-import-resolver-typescript"
  5292. },
  5293. "peerDependencies": {
  5294. "eslint": "*",
  5295. "eslint-plugin-import": "*",
  5296. "eslint-plugin-import-x": "*"
  5297. },
  5298. "peerDependenciesMeta": {
  5299. "eslint-plugin-import": {
  5300. "optional": true
  5301. },
  5302. "eslint-plugin-import-x": {
  5303. "optional": true
  5304. }
  5305. }
  5306. },
  5307. "node_modules/eslint-module-utils": {
  5308. "version": "2.12.1",
  5309. "resolved": "https://registry.npmmirror.com/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz",
  5310. "integrity": "sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==",
  5311. "dev": true,
  5312. "license": "MIT",
  5313. "dependencies": {
  5314. "debug": "^3.2.7"
  5315. },
  5316. "engines": {
  5317. "node": ">=4"
  5318. },
  5319. "peerDependenciesMeta": {
  5320. "eslint": {
  5321. "optional": true
  5322. }
  5323. }
  5324. },
  5325. "node_modules/eslint-module-utils/node_modules/debug": {
  5326. "version": "3.2.7",
  5327. "resolved": "https://registry.npmmirror.com/debug/-/debug-3.2.7.tgz",
  5328. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  5329. "dev": true,
  5330. "license": "MIT",
  5331. "dependencies": {
  5332. "ms": "^2.1.1"
  5333. }
  5334. },
  5335. "node_modules/eslint-plugin-import": {
  5336. "version": "2.32.0",
  5337. "resolved": "https://registry.npmmirror.com/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz",
  5338. "integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==",
  5339. "dev": true,
  5340. "license": "MIT",
  5341. "dependencies": {
  5342. "@rtsao/scc": "^1.1.0",
  5343. "array-includes": "^3.1.9",
  5344. "array.prototype.findlastindex": "^1.2.6",
  5345. "array.prototype.flat": "^1.3.3",
  5346. "array.prototype.flatmap": "^1.3.3",
  5347. "debug": "^3.2.7",
  5348. "doctrine": "^2.1.0",
  5349. "eslint-import-resolver-node": "^0.3.9",
  5350. "eslint-module-utils": "^2.12.1",
  5351. "hasown": "^2.0.2",
  5352. "is-core-module": "^2.16.1",
  5353. "is-glob": "^4.0.3",
  5354. "minimatch": "^3.1.2",
  5355. "object.fromentries": "^2.0.8",
  5356. "object.groupby": "^1.0.3",
  5357. "object.values": "^1.2.1",
  5358. "semver": "^6.3.1",
  5359. "string.prototype.trimend": "^1.0.9",
  5360. "tsconfig-paths": "^3.15.0"
  5361. },
  5362. "engines": {
  5363. "node": ">=4"
  5364. },
  5365. "peerDependencies": {
  5366. "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9"
  5367. }
  5368. },
  5369. "node_modules/eslint-plugin-import/node_modules/debug": {
  5370. "version": "3.2.7",
  5371. "resolved": "https://registry.npmmirror.com/debug/-/debug-3.2.7.tgz",
  5372. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  5373. "dev": true,
  5374. "license": "MIT",
  5375. "dependencies": {
  5376. "ms": "^2.1.1"
  5377. }
  5378. },
  5379. "node_modules/eslint-plugin-import/node_modules/semver": {
  5380. "version": "6.3.1",
  5381. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  5382. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  5383. "dev": true,
  5384. "license": "ISC",
  5385. "bin": {
  5386. "semver": "bin/semver.js"
  5387. }
  5388. },
  5389. "node_modules/eslint-plugin-jsx-a11y": {
  5390. "version": "6.10.2",
  5391. "resolved": "https://registry.npmmirror.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.10.2.tgz",
  5392. "integrity": "sha512-scB3nz4WmG75pV8+3eRUQOHZlNSUhFNq37xnpgRkCCELU3XMvXAxLk1eqWWyE22Ki4Q01Fnsw9BA3cJHDPgn2Q==",
  5393. "dev": true,
  5394. "license": "MIT",
  5395. "dependencies": {
  5396. "aria-query": "^5.3.2",
  5397. "array-includes": "^3.1.8",
  5398. "array.prototype.flatmap": "^1.3.2",
  5399. "ast-types-flow": "^0.0.8",
  5400. "axe-core": "^4.10.0",
  5401. "axobject-query": "^4.1.0",
  5402. "damerau-levenshtein": "^1.0.8",
  5403. "emoji-regex": "^9.2.2",
  5404. "hasown": "^2.0.2",
  5405. "jsx-ast-utils": "^3.3.5",
  5406. "language-tags": "^1.0.9",
  5407. "minimatch": "^3.1.2",
  5408. "object.fromentries": "^2.0.8",
  5409. "safe-regex-test": "^1.0.3",
  5410. "string.prototype.includes": "^2.0.1"
  5411. },
  5412. "engines": {
  5413. "node": ">=4.0"
  5414. },
  5415. "peerDependencies": {
  5416. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9"
  5417. }
  5418. },
  5419. "node_modules/eslint-plugin-react": {
  5420. "version": "7.37.5",
  5421. "resolved": "https://registry.npmmirror.com/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz",
  5422. "integrity": "sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==",
  5423. "dev": true,
  5424. "license": "MIT",
  5425. "dependencies": {
  5426. "array-includes": "^3.1.8",
  5427. "array.prototype.findlast": "^1.2.5",
  5428. "array.prototype.flatmap": "^1.3.3",
  5429. "array.prototype.tosorted": "^1.1.4",
  5430. "doctrine": "^2.1.0",
  5431. "es-iterator-helpers": "^1.2.1",
  5432. "estraverse": "^5.3.0",
  5433. "hasown": "^2.0.2",
  5434. "jsx-ast-utils": "^2.4.1 || ^3.0.0",
  5435. "minimatch": "^3.1.2",
  5436. "object.entries": "^1.1.9",
  5437. "object.fromentries": "^2.0.8",
  5438. "object.values": "^1.2.1",
  5439. "prop-types": "^15.8.1",
  5440. "resolve": "^2.0.0-next.5",
  5441. "semver": "^6.3.1",
  5442. "string.prototype.matchall": "^4.0.12",
  5443. "string.prototype.repeat": "^1.0.0"
  5444. },
  5445. "engines": {
  5446. "node": ">=4"
  5447. },
  5448. "peerDependencies": {
  5449. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7"
  5450. }
  5451. },
  5452. "node_modules/eslint-plugin-react-hooks": {
  5453. "version": "5.2.0",
  5454. "resolved": "https://registry.npmmirror.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz",
  5455. "integrity": "sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==",
  5456. "dev": true,
  5457. "license": "MIT",
  5458. "engines": {
  5459. "node": ">=10"
  5460. },
  5461. "peerDependencies": {
  5462. "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0"
  5463. }
  5464. },
  5465. "node_modules/eslint-plugin-react/node_modules/resolve": {
  5466. "version": "2.0.0-next.5",
  5467. "resolved": "https://registry.npmmirror.com/resolve/-/resolve-2.0.0-next.5.tgz",
  5468. "integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==",
  5469. "dev": true,
  5470. "license": "MIT",
  5471. "dependencies": {
  5472. "is-core-module": "^2.13.0",
  5473. "path-parse": "^1.0.7",
  5474. "supports-preserve-symlinks-flag": "^1.0.0"
  5475. },
  5476. "bin": {
  5477. "resolve": "bin/resolve"
  5478. },
  5479. "funding": {
  5480. "url": "https://github.com/sponsors/ljharb"
  5481. }
  5482. },
  5483. "node_modules/eslint-plugin-react/node_modules/semver": {
  5484. "version": "6.3.1",
  5485. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  5486. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  5487. "dev": true,
  5488. "license": "ISC",
  5489. "bin": {
  5490. "semver": "bin/semver.js"
  5491. }
  5492. },
  5493. "node_modules/eslint-scope": {
  5494. "version": "8.4.0",
  5495. "resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-8.4.0.tgz",
  5496. "integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
  5497. "dev": true,
  5498. "license": "BSD-2-Clause",
  5499. "dependencies": {
  5500. "esrecurse": "^4.3.0",
  5501. "estraverse": "^5.2.0"
  5502. },
  5503. "engines": {
  5504. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  5505. },
  5506. "funding": {
  5507. "url": "https://opencollective.com/eslint"
  5508. }
  5509. },
  5510. "node_modules/eslint-visitor-keys": {
  5511. "version": "4.2.1",
  5512. "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
  5513. "integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
  5514. "dev": true,
  5515. "license": "Apache-2.0",
  5516. "engines": {
  5517. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  5518. },
  5519. "funding": {
  5520. "url": "https://opencollective.com/eslint"
  5521. }
  5522. },
  5523. "node_modules/espree": {
  5524. "version": "10.4.0",
  5525. "resolved": "https://registry.npmmirror.com/espree/-/espree-10.4.0.tgz",
  5526. "integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
  5527. "dev": true,
  5528. "license": "BSD-2-Clause",
  5529. "dependencies": {
  5530. "acorn": "^8.15.0",
  5531. "acorn-jsx": "^5.3.2",
  5532. "eslint-visitor-keys": "^4.2.1"
  5533. },
  5534. "engines": {
  5535. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  5536. },
  5537. "funding": {
  5538. "url": "https://opencollective.com/eslint"
  5539. }
  5540. },
  5541. "node_modules/esquery": {
  5542. "version": "1.6.0",
  5543. "resolved": "https://registry.npmmirror.com/esquery/-/esquery-1.6.0.tgz",
  5544. "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
  5545. "dev": true,
  5546. "license": "BSD-3-Clause",
  5547. "dependencies": {
  5548. "estraverse": "^5.1.0"
  5549. },
  5550. "engines": {
  5551. "node": ">=0.10"
  5552. }
  5553. },
  5554. "node_modules/esrecurse": {
  5555. "version": "4.3.0",
  5556. "resolved": "https://registry.npmmirror.com/esrecurse/-/esrecurse-4.3.0.tgz",
  5557. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  5558. "dev": true,
  5559. "license": "BSD-2-Clause",
  5560. "dependencies": {
  5561. "estraverse": "^5.2.0"
  5562. },
  5563. "engines": {
  5564. "node": ">=4.0"
  5565. }
  5566. },
  5567. "node_modules/estraverse": {
  5568. "version": "5.3.0",
  5569. "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz",
  5570. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  5571. "dev": true,
  5572. "license": "BSD-2-Clause",
  5573. "engines": {
  5574. "node": ">=4.0"
  5575. }
  5576. },
  5577. "node_modules/estree-util-is-identifier-name": {
  5578. "version": "3.0.0",
  5579. "resolved": "https://registry.npmmirror.com/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz",
  5580. "integrity": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==",
  5581. "license": "MIT",
  5582. "funding": {
  5583. "type": "opencollective",
  5584. "url": "https://opencollective.com/unified"
  5585. }
  5586. },
  5587. "node_modules/esutils": {
  5588. "version": "2.0.3",
  5589. "resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz",
  5590. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  5591. "dev": true,
  5592. "license": "BSD-2-Clause",
  5593. "engines": {
  5594. "node": ">=0.10.0"
  5595. }
  5596. },
  5597. "node_modules/eventemitter3": {
  5598. "version": "5.0.1",
  5599. "resolved": "https://registry.npmmirror.com/eventemitter3/-/eventemitter3-5.0.1.tgz",
  5600. "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==",
  5601. "license": "MIT"
  5602. },
  5603. "node_modules/extend": {
  5604. "version": "3.0.2",
  5605. "resolved": "https://registry.npmmirror.com/extend/-/extend-3.0.2.tgz",
  5606. "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
  5607. "license": "MIT"
  5608. },
  5609. "node_modules/fast-deep-equal": {
  5610. "version": "3.1.3",
  5611. "resolved": "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  5612. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  5613. "dev": true,
  5614. "license": "MIT"
  5615. },
  5616. "node_modules/fast-glob": {
  5617. "version": "3.3.1",
  5618. "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.1.tgz",
  5619. "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==",
  5620. "dev": true,
  5621. "license": "MIT",
  5622. "dependencies": {
  5623. "@nodelib/fs.stat": "^2.0.2",
  5624. "@nodelib/fs.walk": "^1.2.3",
  5625. "glob-parent": "^5.1.2",
  5626. "merge2": "^1.3.0",
  5627. "micromatch": "^4.0.4"
  5628. },
  5629. "engines": {
  5630. "node": ">=8.6.0"
  5631. }
  5632. },
  5633. "node_modules/fast-glob/node_modules/glob-parent": {
  5634. "version": "5.1.2",
  5635. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  5636. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  5637. "dev": true,
  5638. "license": "ISC",
  5639. "dependencies": {
  5640. "is-glob": "^4.0.1"
  5641. },
  5642. "engines": {
  5643. "node": ">= 6"
  5644. }
  5645. },
  5646. "node_modules/fast-json-stable-stringify": {
  5647. "version": "2.1.0",
  5648. "resolved": "https://registry.npmmirror.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  5649. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  5650. "dev": true,
  5651. "license": "MIT"
  5652. },
  5653. "node_modules/fast-levenshtein": {
  5654. "version": "2.0.6",
  5655. "resolved": "https://registry.npmmirror.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  5656. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  5657. "dev": true,
  5658. "license": "MIT"
  5659. },
  5660. "node_modules/fastq": {
  5661. "version": "1.19.1",
  5662. "resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.19.1.tgz",
  5663. "integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
  5664. "dev": true,
  5665. "license": "ISC",
  5666. "dependencies": {
  5667. "reusify": "^1.0.4"
  5668. }
  5669. },
  5670. "node_modules/file-entry-cache": {
  5671. "version": "8.0.0",
  5672. "resolved": "https://registry.npmmirror.com/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
  5673. "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
  5674. "dev": true,
  5675. "license": "MIT",
  5676. "dependencies": {
  5677. "flat-cache": "^4.0.0"
  5678. },
  5679. "engines": {
  5680. "node": ">=16.0.0"
  5681. }
  5682. },
  5683. "node_modules/fill-range": {
  5684. "version": "7.1.1",
  5685. "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
  5686. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  5687. "devOptional": true,
  5688. "license": "MIT",
  5689. "dependencies": {
  5690. "to-regex-range": "^5.0.1"
  5691. },
  5692. "engines": {
  5693. "node": ">=8"
  5694. }
  5695. },
  5696. "node_modules/find-root": {
  5697. "version": "1.1.0",
  5698. "resolved": "https://registry.npmmirror.com/find-root/-/find-root-1.1.0.tgz",
  5699. "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==",
  5700. "license": "MIT"
  5701. },
  5702. "node_modules/find-up": {
  5703. "version": "5.0.0",
  5704. "resolved": "https://registry.npmmirror.com/find-up/-/find-up-5.0.0.tgz",
  5705. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  5706. "dev": true,
  5707. "license": "MIT",
  5708. "dependencies": {
  5709. "locate-path": "^6.0.0",
  5710. "path-exists": "^4.0.0"
  5711. },
  5712. "engines": {
  5713. "node": ">=10"
  5714. },
  5715. "funding": {
  5716. "url": "https://github.com/sponsors/sindresorhus"
  5717. }
  5718. },
  5719. "node_modules/flat-cache": {
  5720. "version": "4.0.1",
  5721. "resolved": "https://registry.npmmirror.com/flat-cache/-/flat-cache-4.0.1.tgz",
  5722. "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
  5723. "dev": true,
  5724. "license": "MIT",
  5725. "dependencies": {
  5726. "flatted": "^3.2.9",
  5727. "keyv": "^4.5.4"
  5728. },
  5729. "engines": {
  5730. "node": ">=16"
  5731. }
  5732. },
  5733. "node_modules/flatted": {
  5734. "version": "3.3.3",
  5735. "resolved": "https://registry.npmmirror.com/flatted/-/flatted-3.3.3.tgz",
  5736. "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
  5737. "dev": true,
  5738. "license": "ISC"
  5739. },
  5740. "node_modules/for-each": {
  5741. "version": "0.3.5",
  5742. "resolved": "https://registry.npmmirror.com/for-each/-/for-each-0.3.5.tgz",
  5743. "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
  5744. "dev": true,
  5745. "license": "MIT",
  5746. "dependencies": {
  5747. "is-callable": "^1.2.7"
  5748. },
  5749. "engines": {
  5750. "node": ">= 0.4"
  5751. },
  5752. "funding": {
  5753. "url": "https://github.com/sponsors/ljharb"
  5754. }
  5755. },
  5756. "node_modules/function-bind": {
  5757. "version": "1.1.2",
  5758. "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
  5759. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  5760. "license": "MIT",
  5761. "funding": {
  5762. "url": "https://github.com/sponsors/ljharb"
  5763. }
  5764. },
  5765. "node_modules/function.prototype.name": {
  5766. "version": "1.1.8",
  5767. "resolved": "https://registry.npmmirror.com/function.prototype.name/-/function.prototype.name-1.1.8.tgz",
  5768. "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==",
  5769. "dev": true,
  5770. "license": "MIT",
  5771. "dependencies": {
  5772. "call-bind": "^1.0.8",
  5773. "call-bound": "^1.0.3",
  5774. "define-properties": "^1.2.1",
  5775. "functions-have-names": "^1.2.3",
  5776. "hasown": "^2.0.2",
  5777. "is-callable": "^1.2.7"
  5778. },
  5779. "engines": {
  5780. "node": ">= 0.4"
  5781. },
  5782. "funding": {
  5783. "url": "https://github.com/sponsors/ljharb"
  5784. }
  5785. },
  5786. "node_modules/functions-have-names": {
  5787. "version": "1.2.3",
  5788. "resolved": "https://registry.npmmirror.com/functions-have-names/-/functions-have-names-1.2.3.tgz",
  5789. "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
  5790. "dev": true,
  5791. "license": "MIT",
  5792. "funding": {
  5793. "url": "https://github.com/sponsors/ljharb"
  5794. }
  5795. },
  5796. "node_modules/get-intrinsic": {
  5797. "version": "1.3.0",
  5798. "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  5799. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  5800. "dev": true,
  5801. "license": "MIT",
  5802. "dependencies": {
  5803. "call-bind-apply-helpers": "^1.0.2",
  5804. "es-define-property": "^1.0.1",
  5805. "es-errors": "^1.3.0",
  5806. "es-object-atoms": "^1.1.1",
  5807. "function-bind": "^1.1.2",
  5808. "get-proto": "^1.0.1",
  5809. "gopd": "^1.2.0",
  5810. "has-symbols": "^1.1.0",
  5811. "hasown": "^2.0.2",
  5812. "math-intrinsics": "^1.1.0"
  5813. },
  5814. "engines": {
  5815. "node": ">= 0.4"
  5816. },
  5817. "funding": {
  5818. "url": "https://github.com/sponsors/ljharb"
  5819. }
  5820. },
  5821. "node_modules/get-proto": {
  5822. "version": "1.0.1",
  5823. "resolved": "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz",
  5824. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  5825. "dev": true,
  5826. "license": "MIT",
  5827. "dependencies": {
  5828. "dunder-proto": "^1.0.1",
  5829. "es-object-atoms": "^1.0.0"
  5830. },
  5831. "engines": {
  5832. "node": ">= 0.4"
  5833. }
  5834. },
  5835. "node_modules/get-symbol-description": {
  5836. "version": "1.1.0",
  5837. "resolved": "https://registry.npmmirror.com/get-symbol-description/-/get-symbol-description-1.1.0.tgz",
  5838. "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==",
  5839. "dev": true,
  5840. "license": "MIT",
  5841. "dependencies": {
  5842. "call-bound": "^1.0.3",
  5843. "es-errors": "^1.3.0",
  5844. "get-intrinsic": "^1.2.6"
  5845. },
  5846. "engines": {
  5847. "node": ">= 0.4"
  5848. },
  5849. "funding": {
  5850. "url": "https://github.com/sponsors/ljharb"
  5851. }
  5852. },
  5853. "node_modules/get-tsconfig": {
  5854. "version": "4.10.1",
  5855. "resolved": "https://registry.npmmirror.com/get-tsconfig/-/get-tsconfig-4.10.1.tgz",
  5856. "integrity": "sha512-auHyJ4AgMz7vgS8Hp3N6HXSmlMdUyhSUrfBF16w153rxtLIEOE+HGqaBppczZvnHLqQJfiHotCYpNhl0lUROFQ==",
  5857. "dev": true,
  5858. "license": "MIT",
  5859. "dependencies": {
  5860. "resolve-pkg-maps": "^1.0.0"
  5861. },
  5862. "funding": {
  5863. "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
  5864. }
  5865. },
  5866. "node_modules/github-slugger": {
  5867. "version": "2.0.0",
  5868. "resolved": "https://registry.npmmirror.com/github-slugger/-/github-slugger-2.0.0.tgz",
  5869. "integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==",
  5870. "license": "ISC"
  5871. },
  5872. "node_modules/glob-parent": {
  5873. "version": "6.0.2",
  5874. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-6.0.2.tgz",
  5875. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  5876. "dev": true,
  5877. "license": "ISC",
  5878. "dependencies": {
  5879. "is-glob": "^4.0.3"
  5880. },
  5881. "engines": {
  5882. "node": ">=10.13.0"
  5883. }
  5884. },
  5885. "node_modules/globals": {
  5886. "version": "14.0.0",
  5887. "resolved": "https://registry.npmmirror.com/globals/-/globals-14.0.0.tgz",
  5888. "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
  5889. "dev": true,
  5890. "license": "MIT",
  5891. "engines": {
  5892. "node": ">=18"
  5893. },
  5894. "funding": {
  5895. "url": "https://github.com/sponsors/sindresorhus"
  5896. }
  5897. },
  5898. "node_modules/globalthis": {
  5899. "version": "1.0.4",
  5900. "resolved": "https://registry.npmmirror.com/globalthis/-/globalthis-1.0.4.tgz",
  5901. "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
  5902. "dev": true,
  5903. "license": "MIT",
  5904. "dependencies": {
  5905. "define-properties": "^1.2.1",
  5906. "gopd": "^1.0.1"
  5907. },
  5908. "engines": {
  5909. "node": ">= 0.4"
  5910. },
  5911. "funding": {
  5912. "url": "https://github.com/sponsors/ljharb"
  5913. }
  5914. },
  5915. "node_modules/gopd": {
  5916. "version": "1.2.0",
  5917. "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz",
  5918. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  5919. "dev": true,
  5920. "license": "MIT",
  5921. "engines": {
  5922. "node": ">= 0.4"
  5923. },
  5924. "funding": {
  5925. "url": "https://github.com/sponsors/ljharb"
  5926. }
  5927. },
  5928. "node_modules/graceful-fs": {
  5929. "version": "4.2.11",
  5930. "resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz",
  5931. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  5932. "dev": true,
  5933. "license": "ISC"
  5934. },
  5935. "node_modules/graphemer": {
  5936. "version": "1.4.0",
  5937. "resolved": "https://registry.npmmirror.com/graphemer/-/graphemer-1.4.0.tgz",
  5938. "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
  5939. "dev": true,
  5940. "license": "MIT"
  5941. },
  5942. "node_modules/has-bigints": {
  5943. "version": "1.1.0",
  5944. "resolved": "https://registry.npmmirror.com/has-bigints/-/has-bigints-1.1.0.tgz",
  5945. "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==",
  5946. "dev": true,
  5947. "license": "MIT",
  5948. "engines": {
  5949. "node": ">= 0.4"
  5950. },
  5951. "funding": {
  5952. "url": "https://github.com/sponsors/ljharb"
  5953. }
  5954. },
  5955. "node_modules/has-flag": {
  5956. "version": "4.0.0",
  5957. "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
  5958. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  5959. "dev": true,
  5960. "license": "MIT",
  5961. "engines": {
  5962. "node": ">=8"
  5963. }
  5964. },
  5965. "node_modules/has-property-descriptors": {
  5966. "version": "1.0.2",
  5967. "resolved": "https://registry.npmmirror.com/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
  5968. "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
  5969. "dev": true,
  5970. "license": "MIT",
  5971. "dependencies": {
  5972. "es-define-property": "^1.0.0"
  5973. },
  5974. "funding": {
  5975. "url": "https://github.com/sponsors/ljharb"
  5976. }
  5977. },
  5978. "node_modules/has-proto": {
  5979. "version": "1.2.0",
  5980. "resolved": "https://registry.npmmirror.com/has-proto/-/has-proto-1.2.0.tgz",
  5981. "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==",
  5982. "dev": true,
  5983. "license": "MIT",
  5984. "dependencies": {
  5985. "dunder-proto": "^1.0.0"
  5986. },
  5987. "engines": {
  5988. "node": ">= 0.4"
  5989. },
  5990. "funding": {
  5991. "url": "https://github.com/sponsors/ljharb"
  5992. }
  5993. },
  5994. "node_modules/has-symbols": {
  5995. "version": "1.1.0",
  5996. "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz",
  5997. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  5998. "dev": true,
  5999. "license": "MIT",
  6000. "engines": {
  6001. "node": ">= 0.4"
  6002. },
  6003. "funding": {
  6004. "url": "https://github.com/sponsors/ljharb"
  6005. }
  6006. },
  6007. "node_modules/has-tostringtag": {
  6008. "version": "1.0.2",
  6009. "resolved": "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  6010. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  6011. "dev": true,
  6012. "license": "MIT",
  6013. "dependencies": {
  6014. "has-symbols": "^1.0.3"
  6015. },
  6016. "engines": {
  6017. "node": ">= 0.4"
  6018. },
  6019. "funding": {
  6020. "url": "https://github.com/sponsors/ljharb"
  6021. }
  6022. },
  6023. "node_modules/hasown": {
  6024. "version": "2.0.2",
  6025. "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
  6026. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  6027. "license": "MIT",
  6028. "dependencies": {
  6029. "function-bind": "^1.1.2"
  6030. },
  6031. "engines": {
  6032. "node": ">= 0.4"
  6033. }
  6034. },
  6035. "node_modules/hast-util-from-html": {
  6036. "version": "2.0.3",
  6037. "resolved": "https://registry.npmmirror.com/hast-util-from-html/-/hast-util-from-html-2.0.3.tgz",
  6038. "integrity": "sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw==",
  6039. "license": "MIT",
  6040. "dependencies": {
  6041. "@types/hast": "^3.0.0",
  6042. "devlop": "^1.1.0",
  6043. "hast-util-from-parse5": "^8.0.0",
  6044. "parse5": "^7.0.0",
  6045. "vfile": "^6.0.0",
  6046. "vfile-message": "^4.0.0"
  6047. },
  6048. "funding": {
  6049. "type": "opencollective",
  6050. "url": "https://opencollective.com/unified"
  6051. }
  6052. },
  6053. "node_modules/hast-util-from-parse5": {
  6054. "version": "8.0.3",
  6055. "resolved": "https://registry.npmmirror.com/hast-util-from-parse5/-/hast-util-from-parse5-8.0.3.tgz",
  6056. "integrity": "sha512-3kxEVkEKt0zvcZ3hCRYI8rqrgwtlIOFMWkbclACvjlDw8Li9S2hk/d51OI0nr/gIpdMHNepwgOKqZ/sy0Clpyg==",
  6057. "license": "MIT",
  6058. "dependencies": {
  6059. "@types/hast": "^3.0.0",
  6060. "@types/unist": "^3.0.0",
  6061. "devlop": "^1.0.0",
  6062. "hastscript": "^9.0.0",
  6063. "property-information": "^7.0.0",
  6064. "vfile": "^6.0.0",
  6065. "vfile-location": "^5.0.0",
  6066. "web-namespaces": "^2.0.0"
  6067. },
  6068. "funding": {
  6069. "type": "opencollective",
  6070. "url": "https://opencollective.com/unified"
  6071. }
  6072. },
  6073. "node_modules/hast-util-has-property": {
  6074. "version": "3.0.0",
  6075. "resolved": "https://registry.npmmirror.com/hast-util-has-property/-/hast-util-has-property-3.0.0.tgz",
  6076. "integrity": "sha512-MNilsvEKLFpV604hwfhVStK0usFY/QmM5zX16bo7EjnAEGofr5YyI37kzopBlZJkHD4t887i+q/C8/tr5Q94cA==",
  6077. "license": "MIT",
  6078. "dependencies": {
  6079. "@types/hast": "^3.0.0"
  6080. },
  6081. "funding": {
  6082. "type": "opencollective",
  6083. "url": "https://opencollective.com/unified"
  6084. }
  6085. },
  6086. "node_modules/hast-util-heading-rank": {
  6087. "version": "3.0.0",
  6088. "resolved": "https://registry.npmmirror.com/hast-util-heading-rank/-/hast-util-heading-rank-3.0.0.tgz",
  6089. "integrity": "sha512-EJKb8oMUXVHcWZTDepnr+WNbfnXKFNf9duMesmr4S8SXTJBJ9M4Yok08pu9vxdJwdlGRhVumk9mEhkEvKGifwA==",
  6090. "license": "MIT",
  6091. "dependencies": {
  6092. "@types/hast": "^3.0.0"
  6093. },
  6094. "funding": {
  6095. "type": "opencollective",
  6096. "url": "https://opencollective.com/unified"
  6097. }
  6098. },
  6099. "node_modules/hast-util-is-element": {
  6100. "version": "3.0.0",
  6101. "resolved": "https://registry.npmmirror.com/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz",
  6102. "integrity": "sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==",
  6103. "license": "MIT",
  6104. "dependencies": {
  6105. "@types/hast": "^3.0.0"
  6106. },
  6107. "funding": {
  6108. "type": "opencollective",
  6109. "url": "https://opencollective.com/unified"
  6110. }
  6111. },
  6112. "node_modules/hast-util-parse-selector": {
  6113. "version": "4.0.0",
  6114. "resolved": "https://registry.npmmirror.com/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz",
  6115. "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==",
  6116. "license": "MIT",
  6117. "dependencies": {
  6118. "@types/hast": "^3.0.0"
  6119. },
  6120. "funding": {
  6121. "type": "opencollective",
  6122. "url": "https://opencollective.com/unified"
  6123. }
  6124. },
  6125. "node_modules/hast-util-raw": {
  6126. "version": "9.1.0",
  6127. "resolved": "https://registry.npmmirror.com/hast-util-raw/-/hast-util-raw-9.1.0.tgz",
  6128. "integrity": "sha512-Y8/SBAHkZGoNkpzqqfCldijcuUKh7/su31kEBp67cFY09Wy0mTRgtsLYsiIxMJxlu0f6AA5SUTbDR8K0rxnbUw==",
  6129. "license": "MIT",
  6130. "dependencies": {
  6131. "@types/hast": "^3.0.0",
  6132. "@types/unist": "^3.0.0",
  6133. "@ungap/structured-clone": "^1.0.0",
  6134. "hast-util-from-parse5": "^8.0.0",
  6135. "hast-util-to-parse5": "^8.0.0",
  6136. "html-void-elements": "^3.0.0",
  6137. "mdast-util-to-hast": "^13.0.0",
  6138. "parse5": "^7.0.0",
  6139. "unist-util-position": "^5.0.0",
  6140. "unist-util-visit": "^5.0.0",
  6141. "vfile": "^6.0.0",
  6142. "web-namespaces": "^2.0.0",
  6143. "zwitch": "^2.0.0"
  6144. },
  6145. "funding": {
  6146. "type": "opencollective",
  6147. "url": "https://opencollective.com/unified"
  6148. }
  6149. },
  6150. "node_modules/hast-util-select": {
  6151. "version": "6.0.4",
  6152. "resolved": "https://registry.npmmirror.com/hast-util-select/-/hast-util-select-6.0.4.tgz",
  6153. "integrity": "sha512-RqGS1ZgI0MwxLaKLDxjprynNzINEkRHY2i8ln4DDjgv9ZhcYVIHN9rlpiYsqtFwrgpYU361SyWDQcGNIBVu3lw==",
  6154. "license": "MIT",
  6155. "dependencies": {
  6156. "@types/hast": "^3.0.0",
  6157. "@types/unist": "^3.0.0",
  6158. "bcp-47-match": "^2.0.0",
  6159. "comma-separated-tokens": "^2.0.0",
  6160. "css-selector-parser": "^3.0.0",
  6161. "devlop": "^1.0.0",
  6162. "direction": "^2.0.0",
  6163. "hast-util-has-property": "^3.0.0",
  6164. "hast-util-to-string": "^3.0.0",
  6165. "hast-util-whitespace": "^3.0.0",
  6166. "nth-check": "^2.0.0",
  6167. "property-information": "^7.0.0",
  6168. "space-separated-tokens": "^2.0.0",
  6169. "unist-util-visit": "^5.0.0",
  6170. "zwitch": "^2.0.0"
  6171. },
  6172. "funding": {
  6173. "type": "opencollective",
  6174. "url": "https://opencollective.com/unified"
  6175. }
  6176. },
  6177. "node_modules/hast-util-to-html": {
  6178. "version": "9.0.5",
  6179. "resolved": "https://registry.npmmirror.com/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz",
  6180. "integrity": "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==",
  6181. "license": "MIT",
  6182. "dependencies": {
  6183. "@types/hast": "^3.0.0",
  6184. "@types/unist": "^3.0.0",
  6185. "ccount": "^2.0.0",
  6186. "comma-separated-tokens": "^2.0.0",
  6187. "hast-util-whitespace": "^3.0.0",
  6188. "html-void-elements": "^3.0.0",
  6189. "mdast-util-to-hast": "^13.0.0",
  6190. "property-information": "^7.0.0",
  6191. "space-separated-tokens": "^2.0.0",
  6192. "stringify-entities": "^4.0.0",
  6193. "zwitch": "^2.0.4"
  6194. },
  6195. "funding": {
  6196. "type": "opencollective",
  6197. "url": "https://opencollective.com/unified"
  6198. }
  6199. },
  6200. "node_modules/hast-util-to-jsx-runtime": {
  6201. "version": "2.3.6",
  6202. "resolved": "https://registry.npmmirror.com/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz",
  6203. "integrity": "sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==",
  6204. "license": "MIT",
  6205. "dependencies": {
  6206. "@types/estree": "^1.0.0",
  6207. "@types/hast": "^3.0.0",
  6208. "@types/unist": "^3.0.0",
  6209. "comma-separated-tokens": "^2.0.0",
  6210. "devlop": "^1.0.0",
  6211. "estree-util-is-identifier-name": "^3.0.0",
  6212. "hast-util-whitespace": "^3.0.0",
  6213. "mdast-util-mdx-expression": "^2.0.0",
  6214. "mdast-util-mdx-jsx": "^3.0.0",
  6215. "mdast-util-mdxjs-esm": "^2.0.0",
  6216. "property-information": "^7.0.0",
  6217. "space-separated-tokens": "^2.0.0",
  6218. "style-to-js": "^1.0.0",
  6219. "unist-util-position": "^5.0.0",
  6220. "vfile-message": "^4.0.0"
  6221. },
  6222. "funding": {
  6223. "type": "opencollective",
  6224. "url": "https://opencollective.com/unified"
  6225. }
  6226. },
  6227. "node_modules/hast-util-to-parse5": {
  6228. "version": "8.0.0",
  6229. "resolved": "https://registry.npmmirror.com/hast-util-to-parse5/-/hast-util-to-parse5-8.0.0.tgz",
  6230. "integrity": "sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==",
  6231. "license": "MIT",
  6232. "dependencies": {
  6233. "@types/hast": "^3.0.0",
  6234. "comma-separated-tokens": "^2.0.0",
  6235. "devlop": "^1.0.0",
  6236. "property-information": "^6.0.0",
  6237. "space-separated-tokens": "^2.0.0",
  6238. "web-namespaces": "^2.0.0",
  6239. "zwitch": "^2.0.0"
  6240. },
  6241. "funding": {
  6242. "type": "opencollective",
  6243. "url": "https://opencollective.com/unified"
  6244. }
  6245. },
  6246. "node_modules/hast-util-to-parse5/node_modules/property-information": {
  6247. "version": "6.5.0",
  6248. "resolved": "https://registry.npmmirror.com/property-information/-/property-information-6.5.0.tgz",
  6249. "integrity": "sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==",
  6250. "license": "MIT",
  6251. "funding": {
  6252. "type": "github",
  6253. "url": "https://github.com/sponsors/wooorm"
  6254. }
  6255. },
  6256. "node_modules/hast-util-to-string": {
  6257. "version": "3.0.1",
  6258. "resolved": "https://registry.npmmirror.com/hast-util-to-string/-/hast-util-to-string-3.0.1.tgz",
  6259. "integrity": "sha512-XelQVTDWvqcl3axRfI0xSeoVKzyIFPwsAGSLIsKdJKQMXDYJS4WYrBNF/8J7RdhIcFI2BOHgAifggsvsxp/3+A==",
  6260. "license": "MIT",
  6261. "dependencies": {
  6262. "@types/hast": "^3.0.0"
  6263. },
  6264. "funding": {
  6265. "type": "opencollective",
  6266. "url": "https://opencollective.com/unified"
  6267. }
  6268. },
  6269. "node_modules/hast-util-whitespace": {
  6270. "version": "3.0.0",
  6271. "resolved": "https://registry.npmmirror.com/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
  6272. "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
  6273. "license": "MIT",
  6274. "dependencies": {
  6275. "@types/hast": "^3.0.0"
  6276. },
  6277. "funding": {
  6278. "type": "opencollective",
  6279. "url": "https://opencollective.com/unified"
  6280. }
  6281. },
  6282. "node_modules/hastscript": {
  6283. "version": "9.0.1",
  6284. "resolved": "https://registry.npmmirror.com/hastscript/-/hastscript-9.0.1.tgz",
  6285. "integrity": "sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==",
  6286. "license": "MIT",
  6287. "dependencies": {
  6288. "@types/hast": "^3.0.0",
  6289. "comma-separated-tokens": "^2.0.0",
  6290. "hast-util-parse-selector": "^4.0.0",
  6291. "property-information": "^7.0.0",
  6292. "space-separated-tokens": "^2.0.0"
  6293. },
  6294. "funding": {
  6295. "type": "opencollective",
  6296. "url": "https://opencollective.com/unified"
  6297. }
  6298. },
  6299. "node_modules/html-url-attributes": {
  6300. "version": "3.0.1",
  6301. "resolved": "https://registry.npmmirror.com/html-url-attributes/-/html-url-attributes-3.0.1.tgz",
  6302. "integrity": "sha512-ol6UPyBWqsrO6EJySPz2O7ZSr856WDrEzM5zMqp+FJJLGMW35cLYmmZnl0vztAZxRUoNZJFTCohfjuIJ8I4QBQ==",
  6303. "license": "MIT",
  6304. "funding": {
  6305. "type": "opencollective",
  6306. "url": "https://opencollective.com/unified"
  6307. }
  6308. },
  6309. "node_modules/html-void-elements": {
  6310. "version": "3.0.0",
  6311. "resolved": "https://registry.npmmirror.com/html-void-elements/-/html-void-elements-3.0.0.tgz",
  6312. "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==",
  6313. "license": "MIT",
  6314. "funding": {
  6315. "type": "github",
  6316. "url": "https://github.com/sponsors/wooorm"
  6317. }
  6318. },
  6319. "node_modules/ignore": {
  6320. "version": "5.3.2",
  6321. "resolved": "https://registry.npmmirror.com/ignore/-/ignore-5.3.2.tgz",
  6322. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  6323. "dev": true,
  6324. "license": "MIT",
  6325. "engines": {
  6326. "node": ">= 4"
  6327. }
  6328. },
  6329. "node_modules/immer": {
  6330. "version": "10.1.1",
  6331. "resolved": "https://registry.npmmirror.com/immer/-/immer-10.1.1.tgz",
  6332. "integrity": "sha512-s2MPrmjovJcoMaHtx6K11Ra7oD05NT97w1IC5zpMkT6Atjr7H8LjaDd81iIxUYpMKSRRNMJE703M1Fhr/TctHw==",
  6333. "license": "MIT",
  6334. "funding": {
  6335. "type": "opencollective",
  6336. "url": "https://opencollective.com/immer"
  6337. }
  6338. },
  6339. "node_modules/immutable": {
  6340. "version": "5.1.3",
  6341. "resolved": "https://registry.npmmirror.com/immutable/-/immutable-5.1.3.tgz",
  6342. "integrity": "sha512-+chQdDfvscSF1SJqv2gn4SRO2ZyS3xL3r7IW/wWEEzrzLisnOlKiQu5ytC/BVNcS15C39WT2Hg/bjKjDMcu+zg==",
  6343. "license": "MIT"
  6344. },
  6345. "node_modules/import-fresh": {
  6346. "version": "3.3.1",
  6347. "resolved": "https://registry.npmmirror.com/import-fresh/-/import-fresh-3.3.1.tgz",
  6348. "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
  6349. "license": "MIT",
  6350. "dependencies": {
  6351. "parent-module": "^1.0.0",
  6352. "resolve-from": "^4.0.0"
  6353. },
  6354. "engines": {
  6355. "node": ">=6"
  6356. },
  6357. "funding": {
  6358. "url": "https://github.com/sponsors/sindresorhus"
  6359. }
  6360. },
  6361. "node_modules/imurmurhash": {
  6362. "version": "0.1.4",
  6363. "resolved": "https://registry.npmmirror.com/imurmurhash/-/imurmurhash-0.1.4.tgz",
  6364. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  6365. "dev": true,
  6366. "license": "MIT",
  6367. "engines": {
  6368. "node": ">=0.8.19"
  6369. }
  6370. },
  6371. "node_modules/inline-style-parser": {
  6372. "version": "0.2.4",
  6373. "resolved": "https://registry.npmmirror.com/inline-style-parser/-/inline-style-parser-0.2.4.tgz",
  6374. "integrity": "sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==",
  6375. "license": "MIT"
  6376. },
  6377. "node_modules/internal-slot": {
  6378. "version": "1.1.0",
  6379. "resolved": "https://registry.npmmirror.com/internal-slot/-/internal-slot-1.1.0.tgz",
  6380. "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==",
  6381. "dev": true,
  6382. "license": "MIT",
  6383. "dependencies": {
  6384. "es-errors": "^1.3.0",
  6385. "hasown": "^2.0.2",
  6386. "side-channel": "^1.1.0"
  6387. },
  6388. "engines": {
  6389. "node": ">= 0.4"
  6390. }
  6391. },
  6392. "node_modules/internmap": {
  6393. "version": "2.0.3",
  6394. "resolved": "https://registry.npmmirror.com/internmap/-/internmap-2.0.3.tgz",
  6395. "integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==",
  6396. "license": "ISC",
  6397. "engines": {
  6398. "node": ">=12"
  6399. }
  6400. },
  6401. "node_modules/is-alphabetical": {
  6402. "version": "2.0.1",
  6403. "resolved": "https://registry.npmmirror.com/is-alphabetical/-/is-alphabetical-2.0.1.tgz",
  6404. "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==",
  6405. "license": "MIT",
  6406. "funding": {
  6407. "type": "github",
  6408. "url": "https://github.com/sponsors/wooorm"
  6409. }
  6410. },
  6411. "node_modules/is-alphanumerical": {
  6412. "version": "2.0.1",
  6413. "resolved": "https://registry.npmmirror.com/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz",
  6414. "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==",
  6415. "license": "MIT",
  6416. "dependencies": {
  6417. "is-alphabetical": "^2.0.0",
  6418. "is-decimal": "^2.0.0"
  6419. },
  6420. "funding": {
  6421. "type": "github",
  6422. "url": "https://github.com/sponsors/wooorm"
  6423. }
  6424. },
  6425. "node_modules/is-array-buffer": {
  6426. "version": "3.0.5",
  6427. "resolved": "https://registry.npmmirror.com/is-array-buffer/-/is-array-buffer-3.0.5.tgz",
  6428. "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==",
  6429. "dev": true,
  6430. "license": "MIT",
  6431. "dependencies": {
  6432. "call-bind": "^1.0.8",
  6433. "call-bound": "^1.0.3",
  6434. "get-intrinsic": "^1.2.6"
  6435. },
  6436. "engines": {
  6437. "node": ">= 0.4"
  6438. },
  6439. "funding": {
  6440. "url": "https://github.com/sponsors/ljharb"
  6441. }
  6442. },
  6443. "node_modules/is-arrayish": {
  6444. "version": "0.3.2",
  6445. "resolved": "https://registry.npmmirror.com/is-arrayish/-/is-arrayish-0.3.2.tgz",
  6446. "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==",
  6447. "license": "MIT",
  6448. "optional": true
  6449. },
  6450. "node_modules/is-async-function": {
  6451. "version": "2.1.1",
  6452. "resolved": "https://registry.npmmirror.com/is-async-function/-/is-async-function-2.1.1.tgz",
  6453. "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==",
  6454. "dev": true,
  6455. "license": "MIT",
  6456. "dependencies": {
  6457. "async-function": "^1.0.0",
  6458. "call-bound": "^1.0.3",
  6459. "get-proto": "^1.0.1",
  6460. "has-tostringtag": "^1.0.2",
  6461. "safe-regex-test": "^1.1.0"
  6462. },
  6463. "engines": {
  6464. "node": ">= 0.4"
  6465. },
  6466. "funding": {
  6467. "url": "https://github.com/sponsors/ljharb"
  6468. }
  6469. },
  6470. "node_modules/is-bigint": {
  6471. "version": "1.1.0",
  6472. "resolved": "https://registry.npmmirror.com/is-bigint/-/is-bigint-1.1.0.tgz",
  6473. "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==",
  6474. "dev": true,
  6475. "license": "MIT",
  6476. "dependencies": {
  6477. "has-bigints": "^1.0.2"
  6478. },
  6479. "engines": {
  6480. "node": ">= 0.4"
  6481. },
  6482. "funding": {
  6483. "url": "https://github.com/sponsors/ljharb"
  6484. }
  6485. },
  6486. "node_modules/is-boolean-object": {
  6487. "version": "1.2.2",
  6488. "resolved": "https://registry.npmmirror.com/is-boolean-object/-/is-boolean-object-1.2.2.tgz",
  6489. "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==",
  6490. "dev": true,
  6491. "license": "MIT",
  6492. "dependencies": {
  6493. "call-bound": "^1.0.3",
  6494. "has-tostringtag": "^1.0.2"
  6495. },
  6496. "engines": {
  6497. "node": ">= 0.4"
  6498. },
  6499. "funding": {
  6500. "url": "https://github.com/sponsors/ljharb"
  6501. }
  6502. },
  6503. "node_modules/is-bun-module": {
  6504. "version": "2.0.0",
  6505. "resolved": "https://registry.npmmirror.com/is-bun-module/-/is-bun-module-2.0.0.tgz",
  6506. "integrity": "sha512-gNCGbnnnnFAUGKeZ9PdbyeGYJqewpmc2aKHUEMO5nQPWU9lOmv7jcmQIv+qHD8fXW6W7qfuCwX4rY9LNRjXrkQ==",
  6507. "dev": true,
  6508. "license": "MIT",
  6509. "dependencies": {
  6510. "semver": "^7.7.1"
  6511. }
  6512. },
  6513. "node_modules/is-callable": {
  6514. "version": "1.2.7",
  6515. "resolved": "https://registry.npmmirror.com/is-callable/-/is-callable-1.2.7.tgz",
  6516. "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
  6517. "dev": true,
  6518. "license": "MIT",
  6519. "engines": {
  6520. "node": ">= 0.4"
  6521. },
  6522. "funding": {
  6523. "url": "https://github.com/sponsors/ljharb"
  6524. }
  6525. },
  6526. "node_modules/is-core-module": {
  6527. "version": "2.16.1",
  6528. "resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.16.1.tgz",
  6529. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  6530. "license": "MIT",
  6531. "dependencies": {
  6532. "hasown": "^2.0.2"
  6533. },
  6534. "engines": {
  6535. "node": ">= 0.4"
  6536. },
  6537. "funding": {
  6538. "url": "https://github.com/sponsors/ljharb"
  6539. }
  6540. },
  6541. "node_modules/is-data-view": {
  6542. "version": "1.0.2",
  6543. "resolved": "https://registry.npmmirror.com/is-data-view/-/is-data-view-1.0.2.tgz",
  6544. "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==",
  6545. "dev": true,
  6546. "license": "MIT",
  6547. "dependencies": {
  6548. "call-bound": "^1.0.2",
  6549. "get-intrinsic": "^1.2.6",
  6550. "is-typed-array": "^1.1.13"
  6551. },
  6552. "engines": {
  6553. "node": ">= 0.4"
  6554. },
  6555. "funding": {
  6556. "url": "https://github.com/sponsors/ljharb"
  6557. }
  6558. },
  6559. "node_modules/is-date-object": {
  6560. "version": "1.1.0",
  6561. "resolved": "https://registry.npmmirror.com/is-date-object/-/is-date-object-1.1.0.tgz",
  6562. "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==",
  6563. "dev": true,
  6564. "license": "MIT",
  6565. "dependencies": {
  6566. "call-bound": "^1.0.2",
  6567. "has-tostringtag": "^1.0.2"
  6568. },
  6569. "engines": {
  6570. "node": ">= 0.4"
  6571. },
  6572. "funding": {
  6573. "url": "https://github.com/sponsors/ljharb"
  6574. }
  6575. },
  6576. "node_modules/is-decimal": {
  6577. "version": "2.0.1",
  6578. "resolved": "https://registry.npmmirror.com/is-decimal/-/is-decimal-2.0.1.tgz",
  6579. "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==",
  6580. "license": "MIT",
  6581. "funding": {
  6582. "type": "github",
  6583. "url": "https://github.com/sponsors/wooorm"
  6584. }
  6585. },
  6586. "node_modules/is-extglob": {
  6587. "version": "2.1.1",
  6588. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  6589. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  6590. "devOptional": true,
  6591. "license": "MIT",
  6592. "engines": {
  6593. "node": ">=0.10.0"
  6594. }
  6595. },
  6596. "node_modules/is-finalizationregistry": {
  6597. "version": "1.1.1",
  6598. "resolved": "https://registry.npmmirror.com/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz",
  6599. "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==",
  6600. "dev": true,
  6601. "license": "MIT",
  6602. "dependencies": {
  6603. "call-bound": "^1.0.3"
  6604. },
  6605. "engines": {
  6606. "node": ">= 0.4"
  6607. },
  6608. "funding": {
  6609. "url": "https://github.com/sponsors/ljharb"
  6610. }
  6611. },
  6612. "node_modules/is-generator-function": {
  6613. "version": "1.1.0",
  6614. "resolved": "https://registry.npmmirror.com/is-generator-function/-/is-generator-function-1.1.0.tgz",
  6615. "integrity": "sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ==",
  6616. "dev": true,
  6617. "license": "MIT",
  6618. "dependencies": {
  6619. "call-bound": "^1.0.3",
  6620. "get-proto": "^1.0.0",
  6621. "has-tostringtag": "^1.0.2",
  6622. "safe-regex-test": "^1.1.0"
  6623. },
  6624. "engines": {
  6625. "node": ">= 0.4"
  6626. },
  6627. "funding": {
  6628. "url": "https://github.com/sponsors/ljharb"
  6629. }
  6630. },
  6631. "node_modules/is-glob": {
  6632. "version": "4.0.3",
  6633. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  6634. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  6635. "devOptional": true,
  6636. "license": "MIT",
  6637. "dependencies": {
  6638. "is-extglob": "^2.1.1"
  6639. },
  6640. "engines": {
  6641. "node": ">=0.10.0"
  6642. }
  6643. },
  6644. "node_modules/is-hexadecimal": {
  6645. "version": "2.0.1",
  6646. "resolved": "https://registry.npmmirror.com/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz",
  6647. "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==",
  6648. "license": "MIT",
  6649. "funding": {
  6650. "type": "github",
  6651. "url": "https://github.com/sponsors/wooorm"
  6652. }
  6653. },
  6654. "node_modules/is-map": {
  6655. "version": "2.0.3",
  6656. "resolved": "https://registry.npmmirror.com/is-map/-/is-map-2.0.3.tgz",
  6657. "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==",
  6658. "dev": true,
  6659. "license": "MIT",
  6660. "engines": {
  6661. "node": ">= 0.4"
  6662. },
  6663. "funding": {
  6664. "url": "https://github.com/sponsors/ljharb"
  6665. }
  6666. },
  6667. "node_modules/is-negative-zero": {
  6668. "version": "2.0.3",
  6669. "resolved": "https://registry.npmmirror.com/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
  6670. "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==",
  6671. "dev": true,
  6672. "license": "MIT",
  6673. "engines": {
  6674. "node": ">= 0.4"
  6675. },
  6676. "funding": {
  6677. "url": "https://github.com/sponsors/ljharb"
  6678. }
  6679. },
  6680. "node_modules/is-number": {
  6681. "version": "7.0.0",
  6682. "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
  6683. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  6684. "devOptional": true,
  6685. "license": "MIT",
  6686. "engines": {
  6687. "node": ">=0.12.0"
  6688. }
  6689. },
  6690. "node_modules/is-number-object": {
  6691. "version": "1.1.1",
  6692. "resolved": "https://registry.npmmirror.com/is-number-object/-/is-number-object-1.1.1.tgz",
  6693. "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==",
  6694. "dev": true,
  6695. "license": "MIT",
  6696. "dependencies": {
  6697. "call-bound": "^1.0.3",
  6698. "has-tostringtag": "^1.0.2"
  6699. },
  6700. "engines": {
  6701. "node": ">= 0.4"
  6702. },
  6703. "funding": {
  6704. "url": "https://github.com/sponsors/ljharb"
  6705. }
  6706. },
  6707. "node_modules/is-plain-obj": {
  6708. "version": "4.1.0",
  6709. "resolved": "https://registry.npmmirror.com/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
  6710. "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
  6711. "license": "MIT",
  6712. "engines": {
  6713. "node": ">=12"
  6714. },
  6715. "funding": {
  6716. "url": "https://github.com/sponsors/sindresorhus"
  6717. }
  6718. },
  6719. "node_modules/is-regex": {
  6720. "version": "1.2.1",
  6721. "resolved": "https://registry.npmmirror.com/is-regex/-/is-regex-1.2.1.tgz",
  6722. "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==",
  6723. "dev": true,
  6724. "license": "MIT",
  6725. "dependencies": {
  6726. "call-bound": "^1.0.2",
  6727. "gopd": "^1.2.0",
  6728. "has-tostringtag": "^1.0.2",
  6729. "hasown": "^2.0.2"
  6730. },
  6731. "engines": {
  6732. "node": ">= 0.4"
  6733. },
  6734. "funding": {
  6735. "url": "https://github.com/sponsors/ljharb"
  6736. }
  6737. },
  6738. "node_modules/is-set": {
  6739. "version": "2.0.3",
  6740. "resolved": "https://registry.npmmirror.com/is-set/-/is-set-2.0.3.tgz",
  6741. "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==",
  6742. "dev": true,
  6743. "license": "MIT",
  6744. "engines": {
  6745. "node": ">= 0.4"
  6746. },
  6747. "funding": {
  6748. "url": "https://github.com/sponsors/ljharb"
  6749. }
  6750. },
  6751. "node_modules/is-shared-array-buffer": {
  6752. "version": "1.0.4",
  6753. "resolved": "https://registry.npmmirror.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz",
  6754. "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==",
  6755. "dev": true,
  6756. "license": "MIT",
  6757. "dependencies": {
  6758. "call-bound": "^1.0.3"
  6759. },
  6760. "engines": {
  6761. "node": ">= 0.4"
  6762. },
  6763. "funding": {
  6764. "url": "https://github.com/sponsors/ljharb"
  6765. }
  6766. },
  6767. "node_modules/is-string": {
  6768. "version": "1.1.1",
  6769. "resolved": "https://registry.npmmirror.com/is-string/-/is-string-1.1.1.tgz",
  6770. "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==",
  6771. "dev": true,
  6772. "license": "MIT",
  6773. "dependencies": {
  6774. "call-bound": "^1.0.3",
  6775. "has-tostringtag": "^1.0.2"
  6776. },
  6777. "engines": {
  6778. "node": ">= 0.4"
  6779. },
  6780. "funding": {
  6781. "url": "https://github.com/sponsors/ljharb"
  6782. }
  6783. },
  6784. "node_modules/is-symbol": {
  6785. "version": "1.1.1",
  6786. "resolved": "https://registry.npmmirror.com/is-symbol/-/is-symbol-1.1.1.tgz",
  6787. "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==",
  6788. "dev": true,
  6789. "license": "MIT",
  6790. "dependencies": {
  6791. "call-bound": "^1.0.2",
  6792. "has-symbols": "^1.1.0",
  6793. "safe-regex-test": "^1.1.0"
  6794. },
  6795. "engines": {
  6796. "node": ">= 0.4"
  6797. },
  6798. "funding": {
  6799. "url": "https://github.com/sponsors/ljharb"
  6800. }
  6801. },
  6802. "node_modules/is-typed-array": {
  6803. "version": "1.1.15",
  6804. "resolved": "https://registry.npmmirror.com/is-typed-array/-/is-typed-array-1.1.15.tgz",
  6805. "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
  6806. "dev": true,
  6807. "license": "MIT",
  6808. "dependencies": {
  6809. "which-typed-array": "^1.1.16"
  6810. },
  6811. "engines": {
  6812. "node": ">= 0.4"
  6813. },
  6814. "funding": {
  6815. "url": "https://github.com/sponsors/ljharb"
  6816. }
  6817. },
  6818. "node_modules/is-weakmap": {
  6819. "version": "2.0.2",
  6820. "resolved": "https://registry.npmmirror.com/is-weakmap/-/is-weakmap-2.0.2.tgz",
  6821. "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==",
  6822. "dev": true,
  6823. "license": "MIT",
  6824. "engines": {
  6825. "node": ">= 0.4"
  6826. },
  6827. "funding": {
  6828. "url": "https://github.com/sponsors/ljharb"
  6829. }
  6830. },
  6831. "node_modules/is-weakref": {
  6832. "version": "1.1.1",
  6833. "resolved": "https://registry.npmmirror.com/is-weakref/-/is-weakref-1.1.1.tgz",
  6834. "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==",
  6835. "dev": true,
  6836. "license": "MIT",
  6837. "dependencies": {
  6838. "call-bound": "^1.0.3"
  6839. },
  6840. "engines": {
  6841. "node": ">= 0.4"
  6842. },
  6843. "funding": {
  6844. "url": "https://github.com/sponsors/ljharb"
  6845. }
  6846. },
  6847. "node_modules/is-weakset": {
  6848. "version": "2.0.4",
  6849. "resolved": "https://registry.npmmirror.com/is-weakset/-/is-weakset-2.0.4.tgz",
  6850. "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==",
  6851. "dev": true,
  6852. "license": "MIT",
  6853. "dependencies": {
  6854. "call-bound": "^1.0.3",
  6855. "get-intrinsic": "^1.2.6"
  6856. },
  6857. "engines": {
  6858. "node": ">= 0.4"
  6859. },
  6860. "funding": {
  6861. "url": "https://github.com/sponsors/ljharb"
  6862. }
  6863. },
  6864. "node_modules/isarray": {
  6865. "version": "2.0.5",
  6866. "resolved": "https://registry.npmmirror.com/isarray/-/isarray-2.0.5.tgz",
  6867. "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
  6868. "dev": true,
  6869. "license": "MIT"
  6870. },
  6871. "node_modules/isexe": {
  6872. "version": "2.0.0",
  6873. "resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz",
  6874. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  6875. "dev": true,
  6876. "license": "ISC"
  6877. },
  6878. "node_modules/iterator.prototype": {
  6879. "version": "1.1.5",
  6880. "resolved": "https://registry.npmmirror.com/iterator.prototype/-/iterator.prototype-1.1.5.tgz",
  6881. "integrity": "sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==",
  6882. "dev": true,
  6883. "license": "MIT",
  6884. "dependencies": {
  6885. "define-data-property": "^1.1.4",
  6886. "es-object-atoms": "^1.0.0",
  6887. "get-intrinsic": "^1.2.6",
  6888. "get-proto": "^1.0.0",
  6889. "has-symbols": "^1.1.0",
  6890. "set-function-name": "^2.0.2"
  6891. },
  6892. "engines": {
  6893. "node": ">= 0.4"
  6894. }
  6895. },
  6896. "node_modules/jiti": {
  6897. "version": "2.5.1",
  6898. "resolved": "https://registry.npmmirror.com/jiti/-/jiti-2.5.1.tgz",
  6899. "integrity": "sha512-twQoecYPiVA5K/h6SxtORw/Bs3ar+mLUtoPSc7iMXzQzK8d7eJ/R09wmTwAjiamETn1cXYPGfNnu7DMoHgu12w==",
  6900. "dev": true,
  6901. "license": "MIT",
  6902. "bin": {
  6903. "jiti": "lib/jiti-cli.mjs"
  6904. }
  6905. },
  6906. "node_modules/js-tokens": {
  6907. "version": "4.0.0",
  6908. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz",
  6909. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  6910. "license": "MIT"
  6911. },
  6912. "node_modules/js-yaml": {
  6913. "version": "4.1.0",
  6914. "resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.0.tgz",
  6915. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  6916. "dev": true,
  6917. "license": "MIT",
  6918. "dependencies": {
  6919. "argparse": "^2.0.1"
  6920. },
  6921. "bin": {
  6922. "js-yaml": "bin/js-yaml.js"
  6923. }
  6924. },
  6925. "node_modules/jsencrypt": {
  6926. "version": "3.3.2",
  6927. "resolved": "https://registry.npmmirror.com/jsencrypt/-/jsencrypt-3.3.2.tgz",
  6928. "integrity": "sha512-arQR1R1ESGdAxY7ZheWr12wCaF2yF47v5qpB76TtV64H1pyGudk9Hvw8Y9tb/FiTIaaTRUyaSnm5T/Y53Ghm/A==",
  6929. "license": "MIT"
  6930. },
  6931. "node_modules/jsesc": {
  6932. "version": "3.1.0",
  6933. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.1.0.tgz",
  6934. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  6935. "license": "MIT",
  6936. "bin": {
  6937. "jsesc": "bin/jsesc"
  6938. },
  6939. "engines": {
  6940. "node": ">=6"
  6941. }
  6942. },
  6943. "node_modules/json-buffer": {
  6944. "version": "3.0.1",
  6945. "resolved": "https://registry.npmmirror.com/json-buffer/-/json-buffer-3.0.1.tgz",
  6946. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  6947. "dev": true,
  6948. "license": "MIT"
  6949. },
  6950. "node_modules/json-parse-even-better-errors": {
  6951. "version": "2.3.1",
  6952. "resolved": "https://registry.npmmirror.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
  6953. "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
  6954. "license": "MIT"
  6955. },
  6956. "node_modules/json-schema-traverse": {
  6957. "version": "0.4.1",
  6958. "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  6959. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  6960. "dev": true,
  6961. "license": "MIT"
  6962. },
  6963. "node_modules/json-stable-stringify-without-jsonify": {
  6964. "version": "1.0.1",
  6965. "resolved": "https://registry.npmmirror.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  6966. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  6967. "dev": true,
  6968. "license": "MIT"
  6969. },
  6970. "node_modules/json2mq": {
  6971. "version": "0.2.0",
  6972. "resolved": "https://registry.npmmirror.com/json2mq/-/json2mq-0.2.0.tgz",
  6973. "integrity": "sha512-SzoRg7ux5DWTII9J2qkrZrqV1gt+rTaoufMxEzXbS26Uid0NwaJd123HcoB80TgubEppxxIGdNxCx50fEoEWQA==",
  6974. "license": "MIT",
  6975. "dependencies": {
  6976. "string-convert": "^0.2.0"
  6977. }
  6978. },
  6979. "node_modules/json5": {
  6980. "version": "1.0.2",
  6981. "resolved": "https://registry.npmmirror.com/json5/-/json5-1.0.2.tgz",
  6982. "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
  6983. "dev": true,
  6984. "license": "MIT",
  6985. "dependencies": {
  6986. "minimist": "^1.2.0"
  6987. },
  6988. "bin": {
  6989. "json5": "lib/cli.js"
  6990. }
  6991. },
  6992. "node_modules/jsx-ast-utils": {
  6993. "version": "3.3.5",
  6994. "resolved": "https://registry.npmmirror.com/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz",
  6995. "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==",
  6996. "dev": true,
  6997. "license": "MIT",
  6998. "dependencies": {
  6999. "array-includes": "^3.1.6",
  7000. "array.prototype.flat": "^1.3.1",
  7001. "object.assign": "^4.1.4",
  7002. "object.values": "^1.1.6"
  7003. },
  7004. "engines": {
  7005. "node": ">=4.0"
  7006. }
  7007. },
  7008. "node_modules/keyv": {
  7009. "version": "4.5.4",
  7010. "resolved": "https://registry.npmmirror.com/keyv/-/keyv-4.5.4.tgz",
  7011. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  7012. "dev": true,
  7013. "license": "MIT",
  7014. "dependencies": {
  7015. "json-buffer": "3.0.1"
  7016. }
  7017. },
  7018. "node_modules/language-subtag-registry": {
  7019. "version": "0.3.23",
  7020. "resolved": "https://registry.npmmirror.com/language-subtag-registry/-/language-subtag-registry-0.3.23.tgz",
  7021. "integrity": "sha512-0K65Lea881pHotoGEa5gDlMxt3pctLi2RplBb7Ezh4rRdLEOtgi7n4EwK9lamnUCkKBqaeKRVebTq6BAxSkpXQ==",
  7022. "dev": true,
  7023. "license": "CC0-1.0"
  7024. },
  7025. "node_modules/language-tags": {
  7026. "version": "1.0.9",
  7027. "resolved": "https://registry.npmmirror.com/language-tags/-/language-tags-1.0.9.tgz",
  7028. "integrity": "sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==",
  7029. "dev": true,
  7030. "license": "MIT",
  7031. "dependencies": {
  7032. "language-subtag-registry": "^0.3.20"
  7033. },
  7034. "engines": {
  7035. "node": ">=0.10"
  7036. }
  7037. },
  7038. "node_modules/levn": {
  7039. "version": "0.4.1",
  7040. "resolved": "https://registry.npmmirror.com/levn/-/levn-0.4.1.tgz",
  7041. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  7042. "dev": true,
  7043. "license": "MIT",
  7044. "dependencies": {
  7045. "prelude-ls": "^1.2.1",
  7046. "type-check": "~0.4.0"
  7047. },
  7048. "engines": {
  7049. "node": ">= 0.8.0"
  7050. }
  7051. },
  7052. "node_modules/lightningcss": {
  7053. "version": "1.30.1",
  7054. "resolved": "https://registry.npmmirror.com/lightningcss/-/lightningcss-1.30.1.tgz",
  7055. "integrity": "sha512-xi6IyHML+c9+Q3W0S4fCQJOym42pyurFiJUHEcEyHS0CeKzia4yZDEsLlqOFykxOdHpNy0NmvVO31vcSqAxJCg==",
  7056. "dev": true,
  7057. "license": "MPL-2.0",
  7058. "dependencies": {
  7059. "detect-libc": "^2.0.3"
  7060. },
  7061. "engines": {
  7062. "node": ">= 12.0.0"
  7063. },
  7064. "funding": {
  7065. "type": "opencollective",
  7066. "url": "https://opencollective.com/parcel"
  7067. },
  7068. "optionalDependencies": {
  7069. "lightningcss-darwin-arm64": "1.30.1",
  7070. "lightningcss-darwin-x64": "1.30.1",
  7071. "lightningcss-freebsd-x64": "1.30.1",
  7072. "lightningcss-linux-arm-gnueabihf": "1.30.1",
  7073. "lightningcss-linux-arm64-gnu": "1.30.1",
  7074. "lightningcss-linux-arm64-musl": "1.30.1",
  7075. "lightningcss-linux-x64-gnu": "1.30.1",
  7076. "lightningcss-linux-x64-musl": "1.30.1",
  7077. "lightningcss-win32-arm64-msvc": "1.30.1",
  7078. "lightningcss-win32-x64-msvc": "1.30.1"
  7079. }
  7080. },
  7081. "node_modules/lightningcss-darwin-arm64": {
  7082. "version": "1.30.1",
  7083. "resolved": "https://registry.npmmirror.com/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.1.tgz",
  7084. "integrity": "sha512-c8JK7hyE65X1MHMN+Viq9n11RRC7hgin3HhYKhrMyaXflk5GVplZ60IxyoVtzILeKr+xAJwg6zK6sjTBJ0FKYQ==",
  7085. "cpu": [
  7086. "arm64"
  7087. ],
  7088. "dev": true,
  7089. "license": "MPL-2.0",
  7090. "optional": true,
  7091. "os": [
  7092. "darwin"
  7093. ],
  7094. "engines": {
  7095. "node": ">= 12.0.0"
  7096. },
  7097. "funding": {
  7098. "type": "opencollective",
  7099. "url": "https://opencollective.com/parcel"
  7100. }
  7101. },
  7102. "node_modules/lightningcss-darwin-x64": {
  7103. "version": "1.30.1",
  7104. "resolved": "https://registry.npmmirror.com/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.1.tgz",
  7105. "integrity": "sha512-k1EvjakfumAQoTfcXUcHQZhSpLlkAuEkdMBsI/ivWw9hL+7FtilQc0Cy3hrx0AAQrVtQAbMI7YjCgYgvn37PzA==",
  7106. "cpu": [
  7107. "x64"
  7108. ],
  7109. "dev": true,
  7110. "license": "MPL-2.0",
  7111. "optional": true,
  7112. "os": [
  7113. "darwin"
  7114. ],
  7115. "engines": {
  7116. "node": ">= 12.0.0"
  7117. },
  7118. "funding": {
  7119. "type": "opencollective",
  7120. "url": "https://opencollective.com/parcel"
  7121. }
  7122. },
  7123. "node_modules/lightningcss-freebsd-x64": {
  7124. "version": "1.30.1",
  7125. "resolved": "https://registry.npmmirror.com/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.1.tgz",
  7126. "integrity": "sha512-kmW6UGCGg2PcyUE59K5r0kWfKPAVy4SltVeut+umLCFoJ53RdCUWxcRDzO1eTaxf/7Q2H7LTquFHPL5R+Gjyig==",
  7127. "cpu": [
  7128. "x64"
  7129. ],
  7130. "dev": true,
  7131. "license": "MPL-2.0",
  7132. "optional": true,
  7133. "os": [
  7134. "freebsd"
  7135. ],
  7136. "engines": {
  7137. "node": ">= 12.0.0"
  7138. },
  7139. "funding": {
  7140. "type": "opencollective",
  7141. "url": "https://opencollective.com/parcel"
  7142. }
  7143. },
  7144. "node_modules/lightningcss-linux-arm-gnueabihf": {
  7145. "version": "1.30.1",
  7146. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.1.tgz",
  7147. "integrity": "sha512-MjxUShl1v8pit+6D/zSPq9S9dQ2NPFSQwGvxBCYaBYLPlCWuPh9/t1MRS8iUaR8i+a6w7aps+B4N0S1TYP/R+Q==",
  7148. "cpu": [
  7149. "arm"
  7150. ],
  7151. "dev": true,
  7152. "license": "MPL-2.0",
  7153. "optional": true,
  7154. "os": [
  7155. "linux"
  7156. ],
  7157. "engines": {
  7158. "node": ">= 12.0.0"
  7159. },
  7160. "funding": {
  7161. "type": "opencollective",
  7162. "url": "https://opencollective.com/parcel"
  7163. }
  7164. },
  7165. "node_modules/lightningcss-linux-arm64-gnu": {
  7166. "version": "1.30.1",
  7167. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.1.tgz",
  7168. "integrity": "sha512-gB72maP8rmrKsnKYy8XUuXi/4OctJiuQjcuqWNlJQ6jZiWqtPvqFziskH3hnajfvKB27ynbVCucKSm2rkQp4Bw==",
  7169. "cpu": [
  7170. "arm64"
  7171. ],
  7172. "dev": true,
  7173. "license": "MPL-2.0",
  7174. "optional": true,
  7175. "os": [
  7176. "linux"
  7177. ],
  7178. "engines": {
  7179. "node": ">= 12.0.0"
  7180. },
  7181. "funding": {
  7182. "type": "opencollective",
  7183. "url": "https://opencollective.com/parcel"
  7184. }
  7185. },
  7186. "node_modules/lightningcss-linux-arm64-musl": {
  7187. "version": "1.30.1",
  7188. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.1.tgz",
  7189. "integrity": "sha512-jmUQVx4331m6LIX+0wUhBbmMX7TCfjF5FoOH6SD1CttzuYlGNVpA7QnrmLxrsub43ClTINfGSYyHe2HWeLl5CQ==",
  7190. "cpu": [
  7191. "arm64"
  7192. ],
  7193. "dev": true,
  7194. "license": "MPL-2.0",
  7195. "optional": true,
  7196. "os": [
  7197. "linux"
  7198. ],
  7199. "engines": {
  7200. "node": ">= 12.0.0"
  7201. },
  7202. "funding": {
  7203. "type": "opencollective",
  7204. "url": "https://opencollective.com/parcel"
  7205. }
  7206. },
  7207. "node_modules/lightningcss-linux-x64-gnu": {
  7208. "version": "1.30.1",
  7209. "resolved": "https://registry.npmmirror.com/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.1.tgz",
  7210. "integrity": "sha512-piWx3z4wN8J8z3+O5kO74+yr6ze/dKmPnI7vLqfSqI8bccaTGY5xiSGVIJBDd5K5BHlvVLpUB3S2YCfelyJ1bw==",
  7211. "cpu": [
  7212. "x64"
  7213. ],
  7214. "dev": true,
  7215. "license": "MPL-2.0",
  7216. "optional": true,
  7217. "os": [
  7218. "linux"
  7219. ],
  7220. "engines": {
  7221. "node": ">= 12.0.0"
  7222. },
  7223. "funding": {
  7224. "type": "opencollective",
  7225. "url": "https://opencollective.com/parcel"
  7226. }
  7227. },
  7228. "node_modules/lightningcss-linux-x64-musl": {
  7229. "version": "1.30.1",
  7230. "resolved": "https://registry.npmmirror.com/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.1.tgz",
  7231. "integrity": "sha512-rRomAK7eIkL+tHY0YPxbc5Dra2gXlI63HL+v1Pdi1a3sC+tJTcFrHX+E86sulgAXeI7rSzDYhPSeHHjqFhqfeQ==",
  7232. "cpu": [
  7233. "x64"
  7234. ],
  7235. "dev": true,
  7236. "license": "MPL-2.0",
  7237. "optional": true,
  7238. "os": [
  7239. "linux"
  7240. ],
  7241. "engines": {
  7242. "node": ">= 12.0.0"
  7243. },
  7244. "funding": {
  7245. "type": "opencollective",
  7246. "url": "https://opencollective.com/parcel"
  7247. }
  7248. },
  7249. "node_modules/lightningcss-win32-arm64-msvc": {
  7250. "version": "1.30.1",
  7251. "resolved": "https://registry.npmmirror.com/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.1.tgz",
  7252. "integrity": "sha512-mSL4rqPi4iXq5YVqzSsJgMVFENoa4nGTT/GjO2c0Yl9OuQfPsIfncvLrEW6RbbB24WtZ3xP/2CCmI3tNkNV4oA==",
  7253. "cpu": [
  7254. "arm64"
  7255. ],
  7256. "dev": true,
  7257. "license": "MPL-2.0",
  7258. "optional": true,
  7259. "os": [
  7260. "win32"
  7261. ],
  7262. "engines": {
  7263. "node": ">= 12.0.0"
  7264. },
  7265. "funding": {
  7266. "type": "opencollective",
  7267. "url": "https://opencollective.com/parcel"
  7268. }
  7269. },
  7270. "node_modules/lightningcss-win32-x64-msvc": {
  7271. "version": "1.30.1",
  7272. "resolved": "https://registry.npmmirror.com/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.1.tgz",
  7273. "integrity": "sha512-PVqXh48wh4T53F/1CCu8PIPCxLzWyCnn/9T5W1Jpmdy5h9Cwd+0YQS6/LwhHXSafuc61/xg9Lv5OrCby6a++jg==",
  7274. "cpu": [
  7275. "x64"
  7276. ],
  7277. "dev": true,
  7278. "license": "MPL-2.0",
  7279. "optional": true,
  7280. "os": [
  7281. "win32"
  7282. ],
  7283. "engines": {
  7284. "node": ">= 12.0.0"
  7285. },
  7286. "funding": {
  7287. "type": "opencollective",
  7288. "url": "https://opencollective.com/parcel"
  7289. }
  7290. },
  7291. "node_modules/lines-and-columns": {
  7292. "version": "1.2.4",
  7293. "resolved": "https://registry.npmmirror.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  7294. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
  7295. "license": "MIT"
  7296. },
  7297. "node_modules/locate-path": {
  7298. "version": "6.0.0",
  7299. "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-6.0.0.tgz",
  7300. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  7301. "dev": true,
  7302. "license": "MIT",
  7303. "dependencies": {
  7304. "p-locate": "^5.0.0"
  7305. },
  7306. "engines": {
  7307. "node": ">=10"
  7308. },
  7309. "funding": {
  7310. "url": "https://github.com/sponsors/sindresorhus"
  7311. }
  7312. },
  7313. "node_modules/lodash": {
  7314. "version": "4.17.21",
  7315. "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
  7316. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  7317. "license": "MIT"
  7318. },
  7319. "node_modules/lodash-es": {
  7320. "version": "4.17.21",
  7321. "resolved": "https://registry.npmmirror.com/lodash-es/-/lodash-es-4.17.21.tgz",
  7322. "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==",
  7323. "license": "MIT"
  7324. },
  7325. "node_modules/lodash.merge": {
  7326. "version": "4.6.2",
  7327. "resolved": "https://registry.npmmirror.com/lodash.merge/-/lodash.merge-4.6.2.tgz",
  7328. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  7329. "dev": true,
  7330. "license": "MIT"
  7331. },
  7332. "node_modules/longest-streak": {
  7333. "version": "3.1.0",
  7334. "resolved": "https://registry.npmmirror.com/longest-streak/-/longest-streak-3.1.0.tgz",
  7335. "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==",
  7336. "license": "MIT",
  7337. "funding": {
  7338. "type": "github",
  7339. "url": "https://github.com/sponsors/wooorm"
  7340. }
  7341. },
  7342. "node_modules/loose-envify": {
  7343. "version": "1.4.0",
  7344. "resolved": "https://registry.npmmirror.com/loose-envify/-/loose-envify-1.4.0.tgz",
  7345. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  7346. "license": "MIT",
  7347. "dependencies": {
  7348. "js-tokens": "^3.0.0 || ^4.0.0"
  7349. },
  7350. "bin": {
  7351. "loose-envify": "cli.js"
  7352. }
  7353. },
  7354. "node_modules/magic-string": {
  7355. "version": "0.30.17",
  7356. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz",
  7357. "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
  7358. "dev": true,
  7359. "license": "MIT",
  7360. "dependencies": {
  7361. "@jridgewell/sourcemap-codec": "^1.5.0"
  7362. }
  7363. },
  7364. "node_modules/markdown-table": {
  7365. "version": "3.0.4",
  7366. "resolved": "https://registry.npmmirror.com/markdown-table/-/markdown-table-3.0.4.tgz",
  7367. "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==",
  7368. "license": "MIT",
  7369. "funding": {
  7370. "type": "github",
  7371. "url": "https://github.com/sponsors/wooorm"
  7372. }
  7373. },
  7374. "node_modules/math-intrinsics": {
  7375. "version": "1.1.0",
  7376. "resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  7377. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  7378. "dev": true,
  7379. "license": "MIT",
  7380. "engines": {
  7381. "node": ">= 0.4"
  7382. }
  7383. },
  7384. "node_modules/mdast-util-find-and-replace": {
  7385. "version": "3.0.2",
  7386. "resolved": "https://registry.npmmirror.com/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz",
  7387. "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==",
  7388. "license": "MIT",
  7389. "dependencies": {
  7390. "@types/mdast": "^4.0.0",
  7391. "escape-string-regexp": "^5.0.0",
  7392. "unist-util-is": "^6.0.0",
  7393. "unist-util-visit-parents": "^6.0.0"
  7394. },
  7395. "funding": {
  7396. "type": "opencollective",
  7397. "url": "https://opencollective.com/unified"
  7398. }
  7399. },
  7400. "node_modules/mdast-util-find-and-replace/node_modules/escape-string-regexp": {
  7401. "version": "5.0.0",
  7402. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  7403. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  7404. "license": "MIT",
  7405. "engines": {
  7406. "node": ">=12"
  7407. },
  7408. "funding": {
  7409. "url": "https://github.com/sponsors/sindresorhus"
  7410. }
  7411. },
  7412. "node_modules/mdast-util-from-markdown": {
  7413. "version": "2.0.2",
  7414. "resolved": "https://registry.npmmirror.com/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz",
  7415. "integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==",
  7416. "license": "MIT",
  7417. "dependencies": {
  7418. "@types/mdast": "^4.0.0",
  7419. "@types/unist": "^3.0.0",
  7420. "decode-named-character-reference": "^1.0.0",
  7421. "devlop": "^1.0.0",
  7422. "mdast-util-to-string": "^4.0.0",
  7423. "micromark": "^4.0.0",
  7424. "micromark-util-decode-numeric-character-reference": "^2.0.0",
  7425. "micromark-util-decode-string": "^2.0.0",
  7426. "micromark-util-normalize-identifier": "^2.0.0",
  7427. "micromark-util-symbol": "^2.0.0",
  7428. "micromark-util-types": "^2.0.0",
  7429. "unist-util-stringify-position": "^4.0.0"
  7430. },
  7431. "funding": {
  7432. "type": "opencollective",
  7433. "url": "https://opencollective.com/unified"
  7434. }
  7435. },
  7436. "node_modules/mdast-util-gfm": {
  7437. "version": "3.1.0",
  7438. "resolved": "https://registry.npmmirror.com/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz",
  7439. "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==",
  7440. "license": "MIT",
  7441. "dependencies": {
  7442. "mdast-util-from-markdown": "^2.0.0",
  7443. "mdast-util-gfm-autolink-literal": "^2.0.0",
  7444. "mdast-util-gfm-footnote": "^2.0.0",
  7445. "mdast-util-gfm-strikethrough": "^2.0.0",
  7446. "mdast-util-gfm-table": "^2.0.0",
  7447. "mdast-util-gfm-task-list-item": "^2.0.0",
  7448. "mdast-util-to-markdown": "^2.0.0"
  7449. },
  7450. "funding": {
  7451. "type": "opencollective",
  7452. "url": "https://opencollective.com/unified"
  7453. }
  7454. },
  7455. "node_modules/mdast-util-gfm-autolink-literal": {
  7456. "version": "2.0.1",
  7457. "resolved": "https://registry.npmmirror.com/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz",
  7458. "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==",
  7459. "license": "MIT",
  7460. "dependencies": {
  7461. "@types/mdast": "^4.0.0",
  7462. "ccount": "^2.0.0",
  7463. "devlop": "^1.0.0",
  7464. "mdast-util-find-and-replace": "^3.0.0",
  7465. "micromark-util-character": "^2.0.0"
  7466. },
  7467. "funding": {
  7468. "type": "opencollective",
  7469. "url": "https://opencollective.com/unified"
  7470. }
  7471. },
  7472. "node_modules/mdast-util-gfm-footnote": {
  7473. "version": "2.1.0",
  7474. "resolved": "https://registry.npmmirror.com/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz",
  7475. "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==",
  7476. "license": "MIT",
  7477. "dependencies": {
  7478. "@types/mdast": "^4.0.0",
  7479. "devlop": "^1.1.0",
  7480. "mdast-util-from-markdown": "^2.0.0",
  7481. "mdast-util-to-markdown": "^2.0.0",
  7482. "micromark-util-normalize-identifier": "^2.0.0"
  7483. },
  7484. "funding": {
  7485. "type": "opencollective",
  7486. "url": "https://opencollective.com/unified"
  7487. }
  7488. },
  7489. "node_modules/mdast-util-gfm-strikethrough": {
  7490. "version": "2.0.0",
  7491. "resolved": "https://registry.npmmirror.com/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz",
  7492. "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==",
  7493. "license": "MIT",
  7494. "dependencies": {
  7495. "@types/mdast": "^4.0.0",
  7496. "mdast-util-from-markdown": "^2.0.0",
  7497. "mdast-util-to-markdown": "^2.0.0"
  7498. },
  7499. "funding": {
  7500. "type": "opencollective",
  7501. "url": "https://opencollective.com/unified"
  7502. }
  7503. },
  7504. "node_modules/mdast-util-gfm-table": {
  7505. "version": "2.0.0",
  7506. "resolved": "https://registry.npmmirror.com/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz",
  7507. "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==",
  7508. "license": "MIT",
  7509. "dependencies": {
  7510. "@types/mdast": "^4.0.0",
  7511. "devlop": "^1.0.0",
  7512. "markdown-table": "^3.0.0",
  7513. "mdast-util-from-markdown": "^2.0.0",
  7514. "mdast-util-to-markdown": "^2.0.0"
  7515. },
  7516. "funding": {
  7517. "type": "opencollective",
  7518. "url": "https://opencollective.com/unified"
  7519. }
  7520. },
  7521. "node_modules/mdast-util-gfm-task-list-item": {
  7522. "version": "2.0.0",
  7523. "resolved": "https://registry.npmmirror.com/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz",
  7524. "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==",
  7525. "license": "MIT",
  7526. "dependencies": {
  7527. "@types/mdast": "^4.0.0",
  7528. "devlop": "^1.0.0",
  7529. "mdast-util-from-markdown": "^2.0.0",
  7530. "mdast-util-to-markdown": "^2.0.0"
  7531. },
  7532. "funding": {
  7533. "type": "opencollective",
  7534. "url": "https://opencollective.com/unified"
  7535. }
  7536. },
  7537. "node_modules/mdast-util-mdx-expression": {
  7538. "version": "2.0.1",
  7539. "resolved": "https://registry.npmmirror.com/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz",
  7540. "integrity": "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==",
  7541. "license": "MIT",
  7542. "dependencies": {
  7543. "@types/estree-jsx": "^1.0.0",
  7544. "@types/hast": "^3.0.0",
  7545. "@types/mdast": "^4.0.0",
  7546. "devlop": "^1.0.0",
  7547. "mdast-util-from-markdown": "^2.0.0",
  7548. "mdast-util-to-markdown": "^2.0.0"
  7549. },
  7550. "funding": {
  7551. "type": "opencollective",
  7552. "url": "https://opencollective.com/unified"
  7553. }
  7554. },
  7555. "node_modules/mdast-util-mdx-jsx": {
  7556. "version": "3.2.0",
  7557. "resolved": "https://registry.npmmirror.com/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.2.0.tgz",
  7558. "integrity": "sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==",
  7559. "license": "MIT",
  7560. "dependencies": {
  7561. "@types/estree-jsx": "^1.0.0",
  7562. "@types/hast": "^3.0.0",
  7563. "@types/mdast": "^4.0.0",
  7564. "@types/unist": "^3.0.0",
  7565. "ccount": "^2.0.0",
  7566. "devlop": "^1.1.0",
  7567. "mdast-util-from-markdown": "^2.0.0",
  7568. "mdast-util-to-markdown": "^2.0.0",
  7569. "parse-entities": "^4.0.0",
  7570. "stringify-entities": "^4.0.0",
  7571. "unist-util-stringify-position": "^4.0.0",
  7572. "vfile-message": "^4.0.0"
  7573. },
  7574. "funding": {
  7575. "type": "opencollective",
  7576. "url": "https://opencollective.com/unified"
  7577. }
  7578. },
  7579. "node_modules/mdast-util-mdxjs-esm": {
  7580. "version": "2.0.1",
  7581. "resolved": "https://registry.npmmirror.com/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz",
  7582. "integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==",
  7583. "license": "MIT",
  7584. "dependencies": {
  7585. "@types/estree-jsx": "^1.0.0",
  7586. "@types/hast": "^3.0.0",
  7587. "@types/mdast": "^4.0.0",
  7588. "devlop": "^1.0.0",
  7589. "mdast-util-from-markdown": "^2.0.0",
  7590. "mdast-util-to-markdown": "^2.0.0"
  7591. },
  7592. "funding": {
  7593. "type": "opencollective",
  7594. "url": "https://opencollective.com/unified"
  7595. }
  7596. },
  7597. "node_modules/mdast-util-phrasing": {
  7598. "version": "4.1.0",
  7599. "resolved": "https://registry.npmmirror.com/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz",
  7600. "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",
  7601. "license": "MIT",
  7602. "dependencies": {
  7603. "@types/mdast": "^4.0.0",
  7604. "unist-util-is": "^6.0.0"
  7605. },
  7606. "funding": {
  7607. "type": "opencollective",
  7608. "url": "https://opencollective.com/unified"
  7609. }
  7610. },
  7611. "node_modules/mdast-util-to-hast": {
  7612. "version": "13.2.0",
  7613. "resolved": "https://registry.npmmirror.com/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz",
  7614. "integrity": "sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==",
  7615. "license": "MIT",
  7616. "dependencies": {
  7617. "@types/hast": "^3.0.0",
  7618. "@types/mdast": "^4.0.0",
  7619. "@ungap/structured-clone": "^1.0.0",
  7620. "devlop": "^1.0.0",
  7621. "micromark-util-sanitize-uri": "^2.0.0",
  7622. "trim-lines": "^3.0.0",
  7623. "unist-util-position": "^5.0.0",
  7624. "unist-util-visit": "^5.0.0",
  7625. "vfile": "^6.0.0"
  7626. },
  7627. "funding": {
  7628. "type": "opencollective",
  7629. "url": "https://opencollective.com/unified"
  7630. }
  7631. },
  7632. "node_modules/mdast-util-to-markdown": {
  7633. "version": "2.1.2",
  7634. "resolved": "https://registry.npmmirror.com/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz",
  7635. "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==",
  7636. "license": "MIT",
  7637. "dependencies": {
  7638. "@types/mdast": "^4.0.0",
  7639. "@types/unist": "^3.0.0",
  7640. "longest-streak": "^3.0.0",
  7641. "mdast-util-phrasing": "^4.0.0",
  7642. "mdast-util-to-string": "^4.0.0",
  7643. "micromark-util-classify-character": "^2.0.0",
  7644. "micromark-util-decode-string": "^2.0.0",
  7645. "unist-util-visit": "^5.0.0",
  7646. "zwitch": "^2.0.0"
  7647. },
  7648. "funding": {
  7649. "type": "opencollective",
  7650. "url": "https://opencollective.com/unified"
  7651. }
  7652. },
  7653. "node_modules/mdast-util-to-string": {
  7654. "version": "4.0.0",
  7655. "resolved": "https://registry.npmmirror.com/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz",
  7656. "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==",
  7657. "license": "MIT",
  7658. "dependencies": {
  7659. "@types/mdast": "^4.0.0"
  7660. },
  7661. "funding": {
  7662. "type": "opencollective",
  7663. "url": "https://opencollective.com/unified"
  7664. }
  7665. },
  7666. "node_modules/memoize-one": {
  7667. "version": "6.0.0",
  7668. "resolved": "https://registry.npmmirror.com/memoize-one/-/memoize-one-6.0.0.tgz",
  7669. "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==",
  7670. "license": "MIT"
  7671. },
  7672. "node_modules/merge2": {
  7673. "version": "1.4.1",
  7674. "resolved": "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz",
  7675. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  7676. "dev": true,
  7677. "license": "MIT",
  7678. "engines": {
  7679. "node": ">= 8"
  7680. }
  7681. },
  7682. "node_modules/micromark": {
  7683. "version": "4.0.2",
  7684. "resolved": "https://registry.npmmirror.com/micromark/-/micromark-4.0.2.tgz",
  7685. "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==",
  7686. "funding": [
  7687. {
  7688. "type": "GitHub Sponsors",
  7689. "url": "https://github.com/sponsors/unifiedjs"
  7690. },
  7691. {
  7692. "type": "OpenCollective",
  7693. "url": "https://opencollective.com/unified"
  7694. }
  7695. ],
  7696. "license": "MIT",
  7697. "dependencies": {
  7698. "@types/debug": "^4.0.0",
  7699. "debug": "^4.0.0",
  7700. "decode-named-character-reference": "^1.0.0",
  7701. "devlop": "^1.0.0",
  7702. "micromark-core-commonmark": "^2.0.0",
  7703. "micromark-factory-space": "^2.0.0",
  7704. "micromark-util-character": "^2.0.0",
  7705. "micromark-util-chunked": "^2.0.0",
  7706. "micromark-util-combine-extensions": "^2.0.0",
  7707. "micromark-util-decode-numeric-character-reference": "^2.0.0",
  7708. "micromark-util-encode": "^2.0.0",
  7709. "micromark-util-normalize-identifier": "^2.0.0",
  7710. "micromark-util-resolve-all": "^2.0.0",
  7711. "micromark-util-sanitize-uri": "^2.0.0",
  7712. "micromark-util-subtokenize": "^2.0.0",
  7713. "micromark-util-symbol": "^2.0.0",
  7714. "micromark-util-types": "^2.0.0"
  7715. }
  7716. },
  7717. "node_modules/micromark-core-commonmark": {
  7718. "version": "2.0.3",
  7719. "resolved": "https://registry.npmmirror.com/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz",
  7720. "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==",
  7721. "funding": [
  7722. {
  7723. "type": "GitHub Sponsors",
  7724. "url": "https://github.com/sponsors/unifiedjs"
  7725. },
  7726. {
  7727. "type": "OpenCollective",
  7728. "url": "https://opencollective.com/unified"
  7729. }
  7730. ],
  7731. "license": "MIT",
  7732. "dependencies": {
  7733. "decode-named-character-reference": "^1.0.0",
  7734. "devlop": "^1.0.0",
  7735. "micromark-factory-destination": "^2.0.0",
  7736. "micromark-factory-label": "^2.0.0",
  7737. "micromark-factory-space": "^2.0.0",
  7738. "micromark-factory-title": "^2.0.0",
  7739. "micromark-factory-whitespace": "^2.0.0",
  7740. "micromark-util-character": "^2.0.0",
  7741. "micromark-util-chunked": "^2.0.0",
  7742. "micromark-util-classify-character": "^2.0.0",
  7743. "micromark-util-html-tag-name": "^2.0.0",
  7744. "micromark-util-normalize-identifier": "^2.0.0",
  7745. "micromark-util-resolve-all": "^2.0.0",
  7746. "micromark-util-subtokenize": "^2.0.0",
  7747. "micromark-util-symbol": "^2.0.0",
  7748. "micromark-util-types": "^2.0.0"
  7749. }
  7750. },
  7751. "node_modules/micromark-extension-gfm": {
  7752. "version": "3.0.0",
  7753. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz",
  7754. "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==",
  7755. "license": "MIT",
  7756. "dependencies": {
  7757. "micromark-extension-gfm-autolink-literal": "^2.0.0",
  7758. "micromark-extension-gfm-footnote": "^2.0.0",
  7759. "micromark-extension-gfm-strikethrough": "^2.0.0",
  7760. "micromark-extension-gfm-table": "^2.0.0",
  7761. "micromark-extension-gfm-tagfilter": "^2.0.0",
  7762. "micromark-extension-gfm-task-list-item": "^2.0.0",
  7763. "micromark-util-combine-extensions": "^2.0.0",
  7764. "micromark-util-types": "^2.0.0"
  7765. },
  7766. "funding": {
  7767. "type": "opencollective",
  7768. "url": "https://opencollective.com/unified"
  7769. }
  7770. },
  7771. "node_modules/micromark-extension-gfm-autolink-literal": {
  7772. "version": "2.1.0",
  7773. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz",
  7774. "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==",
  7775. "license": "MIT",
  7776. "dependencies": {
  7777. "micromark-util-character": "^2.0.0",
  7778. "micromark-util-sanitize-uri": "^2.0.0",
  7779. "micromark-util-symbol": "^2.0.0",
  7780. "micromark-util-types": "^2.0.0"
  7781. },
  7782. "funding": {
  7783. "type": "opencollective",
  7784. "url": "https://opencollective.com/unified"
  7785. }
  7786. },
  7787. "node_modules/micromark-extension-gfm-footnote": {
  7788. "version": "2.1.0",
  7789. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz",
  7790. "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==",
  7791. "license": "MIT",
  7792. "dependencies": {
  7793. "devlop": "^1.0.0",
  7794. "micromark-core-commonmark": "^2.0.0",
  7795. "micromark-factory-space": "^2.0.0",
  7796. "micromark-util-character": "^2.0.0",
  7797. "micromark-util-normalize-identifier": "^2.0.0",
  7798. "micromark-util-sanitize-uri": "^2.0.0",
  7799. "micromark-util-symbol": "^2.0.0",
  7800. "micromark-util-types": "^2.0.0"
  7801. },
  7802. "funding": {
  7803. "type": "opencollective",
  7804. "url": "https://opencollective.com/unified"
  7805. }
  7806. },
  7807. "node_modules/micromark-extension-gfm-strikethrough": {
  7808. "version": "2.1.0",
  7809. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz",
  7810. "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==",
  7811. "license": "MIT",
  7812. "dependencies": {
  7813. "devlop": "^1.0.0",
  7814. "micromark-util-chunked": "^2.0.0",
  7815. "micromark-util-classify-character": "^2.0.0",
  7816. "micromark-util-resolve-all": "^2.0.0",
  7817. "micromark-util-symbol": "^2.0.0",
  7818. "micromark-util-types": "^2.0.0"
  7819. },
  7820. "funding": {
  7821. "type": "opencollective",
  7822. "url": "https://opencollective.com/unified"
  7823. }
  7824. },
  7825. "node_modules/micromark-extension-gfm-table": {
  7826. "version": "2.1.1",
  7827. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz",
  7828. "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==",
  7829. "license": "MIT",
  7830. "dependencies": {
  7831. "devlop": "^1.0.0",
  7832. "micromark-factory-space": "^2.0.0",
  7833. "micromark-util-character": "^2.0.0",
  7834. "micromark-util-symbol": "^2.0.0",
  7835. "micromark-util-types": "^2.0.0"
  7836. },
  7837. "funding": {
  7838. "type": "opencollective",
  7839. "url": "https://opencollective.com/unified"
  7840. }
  7841. },
  7842. "node_modules/micromark-extension-gfm-tagfilter": {
  7843. "version": "2.0.0",
  7844. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz",
  7845. "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==",
  7846. "license": "MIT",
  7847. "dependencies": {
  7848. "micromark-util-types": "^2.0.0"
  7849. },
  7850. "funding": {
  7851. "type": "opencollective",
  7852. "url": "https://opencollective.com/unified"
  7853. }
  7854. },
  7855. "node_modules/micromark-extension-gfm-task-list-item": {
  7856. "version": "2.1.0",
  7857. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz",
  7858. "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==",
  7859. "license": "MIT",
  7860. "dependencies": {
  7861. "devlop": "^1.0.0",
  7862. "micromark-factory-space": "^2.0.0",
  7863. "micromark-util-character": "^2.0.0",
  7864. "micromark-util-symbol": "^2.0.0",
  7865. "micromark-util-types": "^2.0.0"
  7866. },
  7867. "funding": {
  7868. "type": "opencollective",
  7869. "url": "https://opencollective.com/unified"
  7870. }
  7871. },
  7872. "node_modules/micromark-factory-destination": {
  7873. "version": "2.0.1",
  7874. "resolved": "https://registry.npmmirror.com/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz",
  7875. "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==",
  7876. "funding": [
  7877. {
  7878. "type": "GitHub Sponsors",
  7879. "url": "https://github.com/sponsors/unifiedjs"
  7880. },
  7881. {
  7882. "type": "OpenCollective",
  7883. "url": "https://opencollective.com/unified"
  7884. }
  7885. ],
  7886. "license": "MIT",
  7887. "dependencies": {
  7888. "micromark-util-character": "^2.0.0",
  7889. "micromark-util-symbol": "^2.0.0",
  7890. "micromark-util-types": "^2.0.0"
  7891. }
  7892. },
  7893. "node_modules/micromark-factory-label": {
  7894. "version": "2.0.1",
  7895. "resolved": "https://registry.npmmirror.com/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz",
  7896. "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==",
  7897. "funding": [
  7898. {
  7899. "type": "GitHub Sponsors",
  7900. "url": "https://github.com/sponsors/unifiedjs"
  7901. },
  7902. {
  7903. "type": "OpenCollective",
  7904. "url": "https://opencollective.com/unified"
  7905. }
  7906. ],
  7907. "license": "MIT",
  7908. "dependencies": {
  7909. "devlop": "^1.0.0",
  7910. "micromark-util-character": "^2.0.0",
  7911. "micromark-util-symbol": "^2.0.0",
  7912. "micromark-util-types": "^2.0.0"
  7913. }
  7914. },
  7915. "node_modules/micromark-factory-space": {
  7916. "version": "2.0.1",
  7917. "resolved": "https://registry.npmmirror.com/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz",
  7918. "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==",
  7919. "funding": [
  7920. {
  7921. "type": "GitHub Sponsors",
  7922. "url": "https://github.com/sponsors/unifiedjs"
  7923. },
  7924. {
  7925. "type": "OpenCollective",
  7926. "url": "https://opencollective.com/unified"
  7927. }
  7928. ],
  7929. "license": "MIT",
  7930. "dependencies": {
  7931. "micromark-util-character": "^2.0.0",
  7932. "micromark-util-types": "^2.0.0"
  7933. }
  7934. },
  7935. "node_modules/micromark-factory-title": {
  7936. "version": "2.0.1",
  7937. "resolved": "https://registry.npmmirror.com/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz",
  7938. "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==",
  7939. "funding": [
  7940. {
  7941. "type": "GitHub Sponsors",
  7942. "url": "https://github.com/sponsors/unifiedjs"
  7943. },
  7944. {
  7945. "type": "OpenCollective",
  7946. "url": "https://opencollective.com/unified"
  7947. }
  7948. ],
  7949. "license": "MIT",
  7950. "dependencies": {
  7951. "micromark-factory-space": "^2.0.0",
  7952. "micromark-util-character": "^2.0.0",
  7953. "micromark-util-symbol": "^2.0.0",
  7954. "micromark-util-types": "^2.0.0"
  7955. }
  7956. },
  7957. "node_modules/micromark-factory-whitespace": {
  7958. "version": "2.0.1",
  7959. "resolved": "https://registry.npmmirror.com/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz",
  7960. "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==",
  7961. "funding": [
  7962. {
  7963. "type": "GitHub Sponsors",
  7964. "url": "https://github.com/sponsors/unifiedjs"
  7965. },
  7966. {
  7967. "type": "OpenCollective",
  7968. "url": "https://opencollective.com/unified"
  7969. }
  7970. ],
  7971. "license": "MIT",
  7972. "dependencies": {
  7973. "micromark-factory-space": "^2.0.0",
  7974. "micromark-util-character": "^2.0.0",
  7975. "micromark-util-symbol": "^2.0.0",
  7976. "micromark-util-types": "^2.0.0"
  7977. }
  7978. },
  7979. "node_modules/micromark-util-character": {
  7980. "version": "2.1.1",
  7981. "resolved": "https://registry.npmmirror.com/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
  7982. "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
  7983. "funding": [
  7984. {
  7985. "type": "GitHub Sponsors",
  7986. "url": "https://github.com/sponsors/unifiedjs"
  7987. },
  7988. {
  7989. "type": "OpenCollective",
  7990. "url": "https://opencollective.com/unified"
  7991. }
  7992. ],
  7993. "license": "MIT",
  7994. "dependencies": {
  7995. "micromark-util-symbol": "^2.0.0",
  7996. "micromark-util-types": "^2.0.0"
  7997. }
  7998. },
  7999. "node_modules/micromark-util-chunked": {
  8000. "version": "2.0.1",
  8001. "resolved": "https://registry.npmmirror.com/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz",
  8002. "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==",
  8003. "funding": [
  8004. {
  8005. "type": "GitHub Sponsors",
  8006. "url": "https://github.com/sponsors/unifiedjs"
  8007. },
  8008. {
  8009. "type": "OpenCollective",
  8010. "url": "https://opencollective.com/unified"
  8011. }
  8012. ],
  8013. "license": "MIT",
  8014. "dependencies": {
  8015. "micromark-util-symbol": "^2.0.0"
  8016. }
  8017. },
  8018. "node_modules/micromark-util-classify-character": {
  8019. "version": "2.0.1",
  8020. "resolved": "https://registry.npmmirror.com/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
  8021. "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
  8022. "funding": [
  8023. {
  8024. "type": "GitHub Sponsors",
  8025. "url": "https://github.com/sponsors/unifiedjs"
  8026. },
  8027. {
  8028. "type": "OpenCollective",
  8029. "url": "https://opencollective.com/unified"
  8030. }
  8031. ],
  8032. "license": "MIT",
  8033. "dependencies": {
  8034. "micromark-util-character": "^2.0.0",
  8035. "micromark-util-symbol": "^2.0.0",
  8036. "micromark-util-types": "^2.0.0"
  8037. }
  8038. },
  8039. "node_modules/micromark-util-combine-extensions": {
  8040. "version": "2.0.1",
  8041. "resolved": "https://registry.npmmirror.com/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz",
  8042. "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==",
  8043. "funding": [
  8044. {
  8045. "type": "GitHub Sponsors",
  8046. "url": "https://github.com/sponsors/unifiedjs"
  8047. },
  8048. {
  8049. "type": "OpenCollective",
  8050. "url": "https://opencollective.com/unified"
  8051. }
  8052. ],
  8053. "license": "MIT",
  8054. "dependencies": {
  8055. "micromark-util-chunked": "^2.0.0",
  8056. "micromark-util-types": "^2.0.0"
  8057. }
  8058. },
  8059. "node_modules/micromark-util-decode-numeric-character-reference": {
  8060. "version": "2.0.2",
  8061. "resolved": "https://registry.npmmirror.com/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",
  8062. "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",
  8063. "funding": [
  8064. {
  8065. "type": "GitHub Sponsors",
  8066. "url": "https://github.com/sponsors/unifiedjs"
  8067. },
  8068. {
  8069. "type": "OpenCollective",
  8070. "url": "https://opencollective.com/unified"
  8071. }
  8072. ],
  8073. "license": "MIT",
  8074. "dependencies": {
  8075. "micromark-util-symbol": "^2.0.0"
  8076. }
  8077. },
  8078. "node_modules/micromark-util-decode-string": {
  8079. "version": "2.0.1",
  8080. "resolved": "https://registry.npmmirror.com/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz",
  8081. "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==",
  8082. "funding": [
  8083. {
  8084. "type": "GitHub Sponsors",
  8085. "url": "https://github.com/sponsors/unifiedjs"
  8086. },
  8087. {
  8088. "type": "OpenCollective",
  8089. "url": "https://opencollective.com/unified"
  8090. }
  8091. ],
  8092. "license": "MIT",
  8093. "dependencies": {
  8094. "decode-named-character-reference": "^1.0.0",
  8095. "micromark-util-character": "^2.0.0",
  8096. "micromark-util-decode-numeric-character-reference": "^2.0.0",
  8097. "micromark-util-symbol": "^2.0.0"
  8098. }
  8099. },
  8100. "node_modules/micromark-util-encode": {
  8101. "version": "2.0.1",
  8102. "resolved": "https://registry.npmmirror.com/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
  8103. "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
  8104. "funding": [
  8105. {
  8106. "type": "GitHub Sponsors",
  8107. "url": "https://github.com/sponsors/unifiedjs"
  8108. },
  8109. {
  8110. "type": "OpenCollective",
  8111. "url": "https://opencollective.com/unified"
  8112. }
  8113. ],
  8114. "license": "MIT"
  8115. },
  8116. "node_modules/micromark-util-html-tag-name": {
  8117. "version": "2.0.1",
  8118. "resolved": "https://registry.npmmirror.com/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz",
  8119. "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==",
  8120. "funding": [
  8121. {
  8122. "type": "GitHub Sponsors",
  8123. "url": "https://github.com/sponsors/unifiedjs"
  8124. },
  8125. {
  8126. "type": "OpenCollective",
  8127. "url": "https://opencollective.com/unified"
  8128. }
  8129. ],
  8130. "license": "MIT"
  8131. },
  8132. "node_modules/micromark-util-normalize-identifier": {
  8133. "version": "2.0.1",
  8134. "resolved": "https://registry.npmmirror.com/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz",
  8135. "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==",
  8136. "funding": [
  8137. {
  8138. "type": "GitHub Sponsors",
  8139. "url": "https://github.com/sponsors/unifiedjs"
  8140. },
  8141. {
  8142. "type": "OpenCollective",
  8143. "url": "https://opencollective.com/unified"
  8144. }
  8145. ],
  8146. "license": "MIT",
  8147. "dependencies": {
  8148. "micromark-util-symbol": "^2.0.0"
  8149. }
  8150. },
  8151. "node_modules/micromark-util-resolve-all": {
  8152. "version": "2.0.1",
  8153. "resolved": "https://registry.npmmirror.com/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz",
  8154. "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==",
  8155. "funding": [
  8156. {
  8157. "type": "GitHub Sponsors",
  8158. "url": "https://github.com/sponsors/unifiedjs"
  8159. },
  8160. {
  8161. "type": "OpenCollective",
  8162. "url": "https://opencollective.com/unified"
  8163. }
  8164. ],
  8165. "license": "MIT",
  8166. "dependencies": {
  8167. "micromark-util-types": "^2.0.0"
  8168. }
  8169. },
  8170. "node_modules/micromark-util-sanitize-uri": {
  8171. "version": "2.0.1",
  8172. "resolved": "https://registry.npmmirror.com/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
  8173. "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
  8174. "funding": [
  8175. {
  8176. "type": "GitHub Sponsors",
  8177. "url": "https://github.com/sponsors/unifiedjs"
  8178. },
  8179. {
  8180. "type": "OpenCollective",
  8181. "url": "https://opencollective.com/unified"
  8182. }
  8183. ],
  8184. "license": "MIT",
  8185. "dependencies": {
  8186. "micromark-util-character": "^2.0.0",
  8187. "micromark-util-encode": "^2.0.0",
  8188. "micromark-util-symbol": "^2.0.0"
  8189. }
  8190. },
  8191. "node_modules/micromark-util-subtokenize": {
  8192. "version": "2.1.0",
  8193. "resolved": "https://registry.npmmirror.com/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz",
  8194. "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==",
  8195. "funding": [
  8196. {
  8197. "type": "GitHub Sponsors",
  8198. "url": "https://github.com/sponsors/unifiedjs"
  8199. },
  8200. {
  8201. "type": "OpenCollective",
  8202. "url": "https://opencollective.com/unified"
  8203. }
  8204. ],
  8205. "license": "MIT",
  8206. "dependencies": {
  8207. "devlop": "^1.0.0",
  8208. "micromark-util-chunked": "^2.0.0",
  8209. "micromark-util-symbol": "^2.0.0",
  8210. "micromark-util-types": "^2.0.0"
  8211. }
  8212. },
  8213. "node_modules/micromark-util-symbol": {
  8214. "version": "2.0.1",
  8215. "resolved": "https://registry.npmmirror.com/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
  8216. "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
  8217. "funding": [
  8218. {
  8219. "type": "GitHub Sponsors",
  8220. "url": "https://github.com/sponsors/unifiedjs"
  8221. },
  8222. {
  8223. "type": "OpenCollective",
  8224. "url": "https://opencollective.com/unified"
  8225. }
  8226. ],
  8227. "license": "MIT"
  8228. },
  8229. "node_modules/micromark-util-types": {
  8230. "version": "2.0.2",
  8231. "resolved": "https://registry.npmmirror.com/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
  8232. "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
  8233. "funding": [
  8234. {
  8235. "type": "GitHub Sponsors",
  8236. "url": "https://github.com/sponsors/unifiedjs"
  8237. },
  8238. {
  8239. "type": "OpenCollective",
  8240. "url": "https://opencollective.com/unified"
  8241. }
  8242. ],
  8243. "license": "MIT"
  8244. },
  8245. "node_modules/micromatch": {
  8246. "version": "4.0.8",
  8247. "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz",
  8248. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  8249. "devOptional": true,
  8250. "license": "MIT",
  8251. "dependencies": {
  8252. "braces": "^3.0.3",
  8253. "picomatch": "^2.3.1"
  8254. },
  8255. "engines": {
  8256. "node": ">=8.6"
  8257. }
  8258. },
  8259. "node_modules/minimatch": {
  8260. "version": "3.1.2",
  8261. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  8262. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  8263. "dev": true,
  8264. "license": "ISC",
  8265. "dependencies": {
  8266. "brace-expansion": "^1.1.7"
  8267. },
  8268. "engines": {
  8269. "node": "*"
  8270. }
  8271. },
  8272. "node_modules/minimist": {
  8273. "version": "1.2.8",
  8274. "resolved": "https://registry.npmmirror.com/minimist/-/minimist-1.2.8.tgz",
  8275. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  8276. "dev": true,
  8277. "license": "MIT",
  8278. "funding": {
  8279. "url": "https://github.com/sponsors/ljharb"
  8280. }
  8281. },
  8282. "node_modules/minipass": {
  8283. "version": "7.1.2",
  8284. "resolved": "https://registry.npmmirror.com/minipass/-/minipass-7.1.2.tgz",
  8285. "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
  8286. "dev": true,
  8287. "license": "ISC",
  8288. "engines": {
  8289. "node": ">=16 || 14 >=14.17"
  8290. }
  8291. },
  8292. "node_modules/minizlib": {
  8293. "version": "3.0.2",
  8294. "resolved": "https://registry.npmmirror.com/minizlib/-/minizlib-3.0.2.tgz",
  8295. "integrity": "sha512-oG62iEk+CYt5Xj2YqI5Xi9xWUeZhDI8jjQmC5oThVH5JGCTgIjr7ciJDzC7MBzYd//WvR1OTmP5Q38Q8ShQtVA==",
  8296. "dev": true,
  8297. "license": "MIT",
  8298. "dependencies": {
  8299. "minipass": "^7.1.2"
  8300. },
  8301. "engines": {
  8302. "node": ">= 18"
  8303. }
  8304. },
  8305. "node_modules/mkdirp": {
  8306. "version": "3.0.1",
  8307. "resolved": "https://registry.npmmirror.com/mkdirp/-/mkdirp-3.0.1.tgz",
  8308. "integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==",
  8309. "dev": true,
  8310. "license": "MIT",
  8311. "bin": {
  8312. "mkdirp": "dist/cjs/src/bin.js"
  8313. },
  8314. "engines": {
  8315. "node": ">=10"
  8316. },
  8317. "funding": {
  8318. "url": "https://github.com/sponsors/isaacs"
  8319. }
  8320. },
  8321. "node_modules/ms": {
  8322. "version": "2.1.3",
  8323. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  8324. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  8325. "license": "MIT"
  8326. },
  8327. "node_modules/nanoid": {
  8328. "version": "3.3.11",
  8329. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz",
  8330. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  8331. "funding": [
  8332. {
  8333. "type": "github",
  8334. "url": "https://github.com/sponsors/ai"
  8335. }
  8336. ],
  8337. "license": "MIT",
  8338. "bin": {
  8339. "nanoid": "bin/nanoid.cjs"
  8340. },
  8341. "engines": {
  8342. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  8343. }
  8344. },
  8345. "node_modules/napi-postinstall": {
  8346. "version": "0.3.2",
  8347. "resolved": "https://registry.npmmirror.com/napi-postinstall/-/napi-postinstall-0.3.2.tgz",
  8348. "integrity": "sha512-tWVJxJHmBWLy69PvO96TZMZDrzmw5KeiZBz3RHmiM2XZ9grBJ2WgMAFVVg25nqp3ZjTFUs2Ftw1JhscL3Teliw==",
  8349. "dev": true,
  8350. "license": "MIT",
  8351. "bin": {
  8352. "napi-postinstall": "lib/cli.js"
  8353. },
  8354. "engines": {
  8355. "node": "^12.20.0 || ^14.18.0 || >=16.0.0"
  8356. },
  8357. "funding": {
  8358. "url": "https://opencollective.com/napi-postinstall"
  8359. }
  8360. },
  8361. "node_modules/natural-compare": {
  8362. "version": "1.4.0",
  8363. "resolved": "https://registry.npmmirror.com/natural-compare/-/natural-compare-1.4.0.tgz",
  8364. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  8365. "dev": true,
  8366. "license": "MIT"
  8367. },
  8368. "node_modules/next": {
  8369. "version": "15.4.6",
  8370. "resolved": "https://registry.npmmirror.com/next/-/next-15.4.6.tgz",
  8371. "integrity": "sha512-us++E/Q80/8+UekzB3SAGs71AlLDsadpFMXVNM/uQ0BMwsh9m3mr0UNQIfjKed8vpWXsASe+Qifrnu1oLIcKEQ==",
  8372. "license": "MIT",
  8373. "dependencies": {
  8374. "@next/env": "15.4.6",
  8375. "@swc/helpers": "0.5.15",
  8376. "caniuse-lite": "^1.0.30001579",
  8377. "postcss": "8.4.31",
  8378. "styled-jsx": "5.1.6"
  8379. },
  8380. "bin": {
  8381. "next": "dist/bin/next"
  8382. },
  8383. "engines": {
  8384. "node": "^18.18.0 || ^19.8.0 || >= 20.0.0"
  8385. },
  8386. "optionalDependencies": {
  8387. "@next/swc-darwin-arm64": "15.4.6",
  8388. "@next/swc-darwin-x64": "15.4.6",
  8389. "@next/swc-linux-arm64-gnu": "15.4.6",
  8390. "@next/swc-linux-arm64-musl": "15.4.6",
  8391. "@next/swc-linux-x64-gnu": "15.4.6",
  8392. "@next/swc-linux-x64-musl": "15.4.6",
  8393. "@next/swc-win32-arm64-msvc": "15.4.6",
  8394. "@next/swc-win32-x64-msvc": "15.4.6",
  8395. "sharp": "^0.34.3"
  8396. },
  8397. "peerDependencies": {
  8398. "@opentelemetry/api": "^1.1.0",
  8399. "@playwright/test": "^1.51.1",
  8400. "babel-plugin-react-compiler": "*",
  8401. "react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
  8402. "react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
  8403. "sass": "^1.3.0"
  8404. },
  8405. "peerDependenciesMeta": {
  8406. "@opentelemetry/api": {
  8407. "optional": true
  8408. },
  8409. "@playwright/test": {
  8410. "optional": true
  8411. },
  8412. "babel-plugin-react-compiler": {
  8413. "optional": true
  8414. },
  8415. "sass": {
  8416. "optional": true
  8417. }
  8418. }
  8419. },
  8420. "node_modules/next/node_modules/postcss": {
  8421. "version": "8.4.31",
  8422. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.31.tgz",
  8423. "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
  8424. "funding": [
  8425. {
  8426. "type": "opencollective",
  8427. "url": "https://opencollective.com/postcss/"
  8428. },
  8429. {
  8430. "type": "tidelift",
  8431. "url": "https://tidelift.com/funding/github/npm/postcss"
  8432. },
  8433. {
  8434. "type": "github",
  8435. "url": "https://github.com/sponsors/ai"
  8436. }
  8437. ],
  8438. "license": "MIT",
  8439. "dependencies": {
  8440. "nanoid": "^3.3.6",
  8441. "picocolors": "^1.0.0",
  8442. "source-map-js": "^1.0.2"
  8443. },
  8444. "engines": {
  8445. "node": "^10 || ^12 || >=14"
  8446. }
  8447. },
  8448. "node_modules/node-addon-api": {
  8449. "version": "7.1.1",
  8450. "resolved": "https://registry.npmmirror.com/node-addon-api/-/node-addon-api-7.1.1.tgz",
  8451. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  8452. "license": "MIT",
  8453. "optional": true
  8454. },
  8455. "node_modules/nth-check": {
  8456. "version": "2.1.1",
  8457. "resolved": "https://registry.npmmirror.com/nth-check/-/nth-check-2.1.1.tgz",
  8458. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  8459. "license": "BSD-2-Clause",
  8460. "dependencies": {
  8461. "boolbase": "^1.0.0"
  8462. },
  8463. "funding": {
  8464. "url": "https://github.com/fb55/nth-check?sponsor=1"
  8465. }
  8466. },
  8467. "node_modules/object-assign": {
  8468. "version": "4.1.1",
  8469. "resolved": "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz",
  8470. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  8471. "license": "MIT",
  8472. "engines": {
  8473. "node": ">=0.10.0"
  8474. }
  8475. },
  8476. "node_modules/object-inspect": {
  8477. "version": "1.13.4",
  8478. "resolved": "https://registry.npmmirror.com/object-inspect/-/object-inspect-1.13.4.tgz",
  8479. "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
  8480. "dev": true,
  8481. "license": "MIT",
  8482. "engines": {
  8483. "node": ">= 0.4"
  8484. },
  8485. "funding": {
  8486. "url": "https://github.com/sponsors/ljharb"
  8487. }
  8488. },
  8489. "node_modules/object-keys": {
  8490. "version": "1.1.1",
  8491. "resolved": "https://registry.npmmirror.com/object-keys/-/object-keys-1.1.1.tgz",
  8492. "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
  8493. "dev": true,
  8494. "license": "MIT",
  8495. "engines": {
  8496. "node": ">= 0.4"
  8497. }
  8498. },
  8499. "node_modules/object.assign": {
  8500. "version": "4.1.7",
  8501. "resolved": "https://registry.npmmirror.com/object.assign/-/object.assign-4.1.7.tgz",
  8502. "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==",
  8503. "dev": true,
  8504. "license": "MIT",
  8505. "dependencies": {
  8506. "call-bind": "^1.0.8",
  8507. "call-bound": "^1.0.3",
  8508. "define-properties": "^1.2.1",
  8509. "es-object-atoms": "^1.0.0",
  8510. "has-symbols": "^1.1.0",
  8511. "object-keys": "^1.1.1"
  8512. },
  8513. "engines": {
  8514. "node": ">= 0.4"
  8515. },
  8516. "funding": {
  8517. "url": "https://github.com/sponsors/ljharb"
  8518. }
  8519. },
  8520. "node_modules/object.entries": {
  8521. "version": "1.1.9",
  8522. "resolved": "https://registry.npmmirror.com/object.entries/-/object.entries-1.1.9.tgz",
  8523. "integrity": "sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==",
  8524. "dev": true,
  8525. "license": "MIT",
  8526. "dependencies": {
  8527. "call-bind": "^1.0.8",
  8528. "call-bound": "^1.0.4",
  8529. "define-properties": "^1.2.1",
  8530. "es-object-atoms": "^1.1.1"
  8531. },
  8532. "engines": {
  8533. "node": ">= 0.4"
  8534. }
  8535. },
  8536. "node_modules/object.fromentries": {
  8537. "version": "2.0.8",
  8538. "resolved": "https://registry.npmmirror.com/object.fromentries/-/object.fromentries-2.0.8.tgz",
  8539. "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==",
  8540. "dev": true,
  8541. "license": "MIT",
  8542. "dependencies": {
  8543. "call-bind": "^1.0.7",
  8544. "define-properties": "^1.2.1",
  8545. "es-abstract": "^1.23.2",
  8546. "es-object-atoms": "^1.0.0"
  8547. },
  8548. "engines": {
  8549. "node": ">= 0.4"
  8550. },
  8551. "funding": {
  8552. "url": "https://github.com/sponsors/ljharb"
  8553. }
  8554. },
  8555. "node_modules/object.groupby": {
  8556. "version": "1.0.3",
  8557. "resolved": "https://registry.npmmirror.com/object.groupby/-/object.groupby-1.0.3.tgz",
  8558. "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==",
  8559. "dev": true,
  8560. "license": "MIT",
  8561. "dependencies": {
  8562. "call-bind": "^1.0.7",
  8563. "define-properties": "^1.2.1",
  8564. "es-abstract": "^1.23.2"
  8565. },
  8566. "engines": {
  8567. "node": ">= 0.4"
  8568. }
  8569. },
  8570. "node_modules/object.values": {
  8571. "version": "1.2.1",
  8572. "resolved": "https://registry.npmmirror.com/object.values/-/object.values-1.2.1.tgz",
  8573. "integrity": "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==",
  8574. "dev": true,
  8575. "license": "MIT",
  8576. "dependencies": {
  8577. "call-bind": "^1.0.8",
  8578. "call-bound": "^1.0.3",
  8579. "define-properties": "^1.2.1",
  8580. "es-object-atoms": "^1.0.0"
  8581. },
  8582. "engines": {
  8583. "node": ">= 0.4"
  8584. },
  8585. "funding": {
  8586. "url": "https://github.com/sponsors/ljharb"
  8587. }
  8588. },
  8589. "node_modules/optionator": {
  8590. "version": "0.9.4",
  8591. "resolved": "https://registry.npmmirror.com/optionator/-/optionator-0.9.4.tgz",
  8592. "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  8593. "dev": true,
  8594. "license": "MIT",
  8595. "dependencies": {
  8596. "deep-is": "^0.1.3",
  8597. "fast-levenshtein": "^2.0.6",
  8598. "levn": "^0.4.1",
  8599. "prelude-ls": "^1.2.1",
  8600. "type-check": "^0.4.0",
  8601. "word-wrap": "^1.2.5"
  8602. },
  8603. "engines": {
  8604. "node": ">= 0.8.0"
  8605. }
  8606. },
  8607. "node_modules/own-keys": {
  8608. "version": "1.0.1",
  8609. "resolved": "https://registry.npmmirror.com/own-keys/-/own-keys-1.0.1.tgz",
  8610. "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==",
  8611. "dev": true,
  8612. "license": "MIT",
  8613. "dependencies": {
  8614. "get-intrinsic": "^1.2.6",
  8615. "object-keys": "^1.1.1",
  8616. "safe-push-apply": "^1.0.0"
  8617. },
  8618. "engines": {
  8619. "node": ">= 0.4"
  8620. },
  8621. "funding": {
  8622. "url": "https://github.com/sponsors/ljharb"
  8623. }
  8624. },
  8625. "node_modules/p-limit": {
  8626. "version": "3.1.0",
  8627. "resolved": "https://registry.npmmirror.com/p-limit/-/p-limit-3.1.0.tgz",
  8628. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  8629. "dev": true,
  8630. "license": "MIT",
  8631. "dependencies": {
  8632. "yocto-queue": "^0.1.0"
  8633. },
  8634. "engines": {
  8635. "node": ">=10"
  8636. },
  8637. "funding": {
  8638. "url": "https://github.com/sponsors/sindresorhus"
  8639. }
  8640. },
  8641. "node_modules/p-locate": {
  8642. "version": "5.0.0",
  8643. "resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-5.0.0.tgz",
  8644. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  8645. "dev": true,
  8646. "license": "MIT",
  8647. "dependencies": {
  8648. "p-limit": "^3.0.2"
  8649. },
  8650. "engines": {
  8651. "node": ">=10"
  8652. },
  8653. "funding": {
  8654. "url": "https://github.com/sponsors/sindresorhus"
  8655. }
  8656. },
  8657. "node_modules/parent-module": {
  8658. "version": "1.0.1",
  8659. "resolved": "https://registry.npmmirror.com/parent-module/-/parent-module-1.0.1.tgz",
  8660. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  8661. "license": "MIT",
  8662. "dependencies": {
  8663. "callsites": "^3.0.0"
  8664. },
  8665. "engines": {
  8666. "node": ">=6"
  8667. }
  8668. },
  8669. "node_modules/parse-entities": {
  8670. "version": "4.0.2",
  8671. "resolved": "https://registry.npmmirror.com/parse-entities/-/parse-entities-4.0.2.tgz",
  8672. "integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==",
  8673. "license": "MIT",
  8674. "dependencies": {
  8675. "@types/unist": "^2.0.0",
  8676. "character-entities-legacy": "^3.0.0",
  8677. "character-reference-invalid": "^2.0.0",
  8678. "decode-named-character-reference": "^1.0.0",
  8679. "is-alphanumerical": "^2.0.0",
  8680. "is-decimal": "^2.0.0",
  8681. "is-hexadecimal": "^2.0.0"
  8682. },
  8683. "funding": {
  8684. "type": "github",
  8685. "url": "https://github.com/sponsors/wooorm"
  8686. }
  8687. },
  8688. "node_modules/parse-entities/node_modules/@types/unist": {
  8689. "version": "2.0.11",
  8690. "resolved": "https://registry.npmmirror.com/@types/unist/-/unist-2.0.11.tgz",
  8691. "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
  8692. "license": "MIT"
  8693. },
  8694. "node_modules/parse-json": {
  8695. "version": "5.2.0",
  8696. "resolved": "https://registry.npmmirror.com/parse-json/-/parse-json-5.2.0.tgz",
  8697. "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
  8698. "license": "MIT",
  8699. "dependencies": {
  8700. "@babel/code-frame": "^7.0.0",
  8701. "error-ex": "^1.3.1",
  8702. "json-parse-even-better-errors": "^2.3.0",
  8703. "lines-and-columns": "^1.1.6"
  8704. },
  8705. "engines": {
  8706. "node": ">=8"
  8707. },
  8708. "funding": {
  8709. "url": "https://github.com/sponsors/sindresorhus"
  8710. }
  8711. },
  8712. "node_modules/parse-numeric-range": {
  8713. "version": "1.3.0",
  8714. "resolved": "https://registry.npmmirror.com/parse-numeric-range/-/parse-numeric-range-1.3.0.tgz",
  8715. "integrity": "sha512-twN+njEipszzlMJd4ONUYgSfZPDxgHhT9Ahed5uTigpQn90FggW4SA/AIPq/6a149fTbE9qBEcSwE3FAEp6wQQ==",
  8716. "license": "ISC"
  8717. },
  8718. "node_modules/parse5": {
  8719. "version": "7.3.0",
  8720. "resolved": "https://registry.npmmirror.com/parse5/-/parse5-7.3.0.tgz",
  8721. "integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==",
  8722. "license": "MIT",
  8723. "dependencies": {
  8724. "entities": "^6.0.0"
  8725. },
  8726. "funding": {
  8727. "url": "https://github.com/inikulin/parse5?sponsor=1"
  8728. }
  8729. },
  8730. "node_modules/path-exists": {
  8731. "version": "4.0.0",
  8732. "resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz",
  8733. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  8734. "dev": true,
  8735. "license": "MIT",
  8736. "engines": {
  8737. "node": ">=8"
  8738. }
  8739. },
  8740. "node_modules/path-key": {
  8741. "version": "3.1.1",
  8742. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz",
  8743. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  8744. "dev": true,
  8745. "license": "MIT",
  8746. "engines": {
  8747. "node": ">=8"
  8748. }
  8749. },
  8750. "node_modules/path-parse": {
  8751. "version": "1.0.7",
  8752. "resolved": "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz",
  8753. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  8754. "license": "MIT"
  8755. },
  8756. "node_modules/path-to-regexp": {
  8757. "version": "8.2.0",
  8758. "resolved": "https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-8.2.0.tgz",
  8759. "integrity": "sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==",
  8760. "license": "MIT",
  8761. "engines": {
  8762. "node": ">=16"
  8763. }
  8764. },
  8765. "node_modules/path-type": {
  8766. "version": "4.0.0",
  8767. "resolved": "https://registry.npmmirror.com/path-type/-/path-type-4.0.0.tgz",
  8768. "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
  8769. "license": "MIT",
  8770. "engines": {
  8771. "node": ">=8"
  8772. }
  8773. },
  8774. "node_modules/picocolors": {
  8775. "version": "1.1.1",
  8776. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  8777. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  8778. "license": "ISC"
  8779. },
  8780. "node_modules/picomatch": {
  8781. "version": "2.3.1",
  8782. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  8783. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  8784. "devOptional": true,
  8785. "license": "MIT",
  8786. "engines": {
  8787. "node": ">=8.6"
  8788. },
  8789. "funding": {
  8790. "url": "https://github.com/sponsors/jonschlinkert"
  8791. }
  8792. },
  8793. "node_modules/possible-typed-array-names": {
  8794. "version": "1.1.0",
  8795. "resolved": "https://registry.npmmirror.com/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
  8796. "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
  8797. "dev": true,
  8798. "license": "MIT",
  8799. "engines": {
  8800. "node": ">= 0.4"
  8801. }
  8802. },
  8803. "node_modules/postcss": {
  8804. "version": "8.5.6",
  8805. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.6.tgz",
  8806. "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
  8807. "dev": true,
  8808. "funding": [
  8809. {
  8810. "type": "opencollective",
  8811. "url": "https://opencollective.com/postcss/"
  8812. },
  8813. {
  8814. "type": "tidelift",
  8815. "url": "https://tidelift.com/funding/github/npm/postcss"
  8816. },
  8817. {
  8818. "type": "github",
  8819. "url": "https://github.com/sponsors/ai"
  8820. }
  8821. ],
  8822. "license": "MIT",
  8823. "dependencies": {
  8824. "nanoid": "^3.3.11",
  8825. "picocolors": "^1.1.1",
  8826. "source-map-js": "^1.2.1"
  8827. },
  8828. "engines": {
  8829. "node": "^10 || ^12 || >=14"
  8830. }
  8831. },
  8832. "node_modules/prelude-ls": {
  8833. "version": "1.2.1",
  8834. "resolved": "https://registry.npmmirror.com/prelude-ls/-/prelude-ls-1.2.1.tgz",
  8835. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  8836. "dev": true,
  8837. "license": "MIT",
  8838. "engines": {
  8839. "node": ">= 0.8.0"
  8840. }
  8841. },
  8842. "node_modules/prop-types": {
  8843. "version": "15.8.1",
  8844. "resolved": "https://registry.npmmirror.com/prop-types/-/prop-types-15.8.1.tgz",
  8845. "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
  8846. "license": "MIT",
  8847. "dependencies": {
  8848. "loose-envify": "^1.4.0",
  8849. "object-assign": "^4.1.1",
  8850. "react-is": "^16.13.1"
  8851. }
  8852. },
  8853. "node_modules/property-information": {
  8854. "version": "7.1.0",
  8855. "resolved": "https://registry.npmmirror.com/property-information/-/property-information-7.1.0.tgz",
  8856. "integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==",
  8857. "license": "MIT",
  8858. "funding": {
  8859. "type": "github",
  8860. "url": "https://github.com/sponsors/wooorm"
  8861. }
  8862. },
  8863. "node_modules/punycode": {
  8864. "version": "2.3.1",
  8865. "resolved": "https://registry.npmmirror.com/punycode/-/punycode-2.3.1.tgz",
  8866. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  8867. "dev": true,
  8868. "license": "MIT",
  8869. "engines": {
  8870. "node": ">=6"
  8871. }
  8872. },
  8873. "node_modules/queue-microtask": {
  8874. "version": "1.2.3",
  8875. "resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz",
  8876. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  8877. "dev": true,
  8878. "funding": [
  8879. {
  8880. "type": "github",
  8881. "url": "https://github.com/sponsors/feross"
  8882. },
  8883. {
  8884. "type": "patreon",
  8885. "url": "https://www.patreon.com/feross"
  8886. },
  8887. {
  8888. "type": "consulting",
  8889. "url": "https://feross.org/support"
  8890. }
  8891. ],
  8892. "license": "MIT"
  8893. },
  8894. "node_modules/rc-cascader": {
  8895. "version": "3.34.0",
  8896. "resolved": "https://registry.npmmirror.com/rc-cascader/-/rc-cascader-3.34.0.tgz",
  8897. "integrity": "sha512-KpXypcvju9ptjW9FaN2NFcA2QH9E9LHKq169Y0eWtH4e/wHQ5Wh5qZakAgvb8EKZ736WZ3B0zLLOBsrsja5Dag==",
  8898. "license": "MIT",
  8899. "dependencies": {
  8900. "@babel/runtime": "^7.25.7",
  8901. "classnames": "^2.3.1",
  8902. "rc-select": "~14.16.2",
  8903. "rc-tree": "~5.13.0",
  8904. "rc-util": "^5.43.0"
  8905. },
  8906. "peerDependencies": {
  8907. "react": ">=16.9.0",
  8908. "react-dom": ">=16.9.0"
  8909. }
  8910. },
  8911. "node_modules/rc-checkbox": {
  8912. "version": "3.5.0",
  8913. "resolved": "https://registry.npmmirror.com/rc-checkbox/-/rc-checkbox-3.5.0.tgz",
  8914. "integrity": "sha512-aOAQc3E98HteIIsSqm6Xk2FPKIER6+5vyEFMZfo73TqM+VVAIqOkHoPjgKLqSNtVLWScoaM7vY2ZrGEheI79yg==",
  8915. "license": "MIT",
  8916. "dependencies": {
  8917. "@babel/runtime": "^7.10.1",
  8918. "classnames": "^2.3.2",
  8919. "rc-util": "^5.25.2"
  8920. },
  8921. "peerDependencies": {
  8922. "react": ">=16.9.0",
  8923. "react-dom": ">=16.9.0"
  8924. }
  8925. },
  8926. "node_modules/rc-collapse": {
  8927. "version": "3.9.0",
  8928. "resolved": "https://registry.npmmirror.com/rc-collapse/-/rc-collapse-3.9.0.tgz",
  8929. "integrity": "sha512-swDdz4QZ4dFTo4RAUMLL50qP0EY62N2kvmk2We5xYdRwcRn8WcYtuetCJpwpaCbUfUt5+huLpVxhvmnK+PHrkA==",
  8930. "license": "MIT",
  8931. "dependencies": {
  8932. "@babel/runtime": "^7.10.1",
  8933. "classnames": "2.x",
  8934. "rc-motion": "^2.3.4",
  8935. "rc-util": "^5.27.0"
  8936. },
  8937. "peerDependencies": {
  8938. "react": ">=16.9.0",
  8939. "react-dom": ">=16.9.0"
  8940. }
  8941. },
  8942. "node_modules/rc-dialog": {
  8943. "version": "9.6.0",
  8944. "resolved": "https://registry.npmmirror.com/rc-dialog/-/rc-dialog-9.6.0.tgz",
  8945. "integrity": "sha512-ApoVi9Z8PaCQg6FsUzS8yvBEQy0ZL2PkuvAgrmohPkN3okps5WZ5WQWPc1RNuiOKaAYv8B97ACdsFU5LizzCqg==",
  8946. "license": "MIT",
  8947. "dependencies": {
  8948. "@babel/runtime": "^7.10.1",
  8949. "@rc-component/portal": "^1.0.0-8",
  8950. "classnames": "^2.2.6",
  8951. "rc-motion": "^2.3.0",
  8952. "rc-util": "^5.21.0"
  8953. },
  8954. "peerDependencies": {
  8955. "react": ">=16.9.0",
  8956. "react-dom": ">=16.9.0"
  8957. }
  8958. },
  8959. "node_modules/rc-drawer": {
  8960. "version": "7.3.0",
  8961. "resolved": "https://registry.npmmirror.com/rc-drawer/-/rc-drawer-7.3.0.tgz",
  8962. "integrity": "sha512-DX6CIgiBWNpJIMGFO8BAISFkxiuKitoizooj4BDyee8/SnBn0zwO2FHrNDpqqepj0E/TFTDpmEBCyFuTgC7MOg==",
  8963. "license": "MIT",
  8964. "dependencies": {
  8965. "@babel/runtime": "^7.23.9",
  8966. "@rc-component/portal": "^1.1.1",
  8967. "classnames": "^2.2.6",
  8968. "rc-motion": "^2.6.1",
  8969. "rc-util": "^5.38.1"
  8970. },
  8971. "peerDependencies": {
  8972. "react": ">=16.9.0",
  8973. "react-dom": ">=16.9.0"
  8974. }
  8975. },
  8976. "node_modules/rc-dropdown": {
  8977. "version": "4.2.1",
  8978. "resolved": "https://registry.npmmirror.com/rc-dropdown/-/rc-dropdown-4.2.1.tgz",
  8979. "integrity": "sha512-YDAlXsPv3I1n42dv1JpdM7wJ+gSUBfeyPK59ZpBD9jQhK9jVuxpjj3NmWQHOBceA1zEPVX84T2wbdb2SD0UjmA==",
  8980. "license": "MIT",
  8981. "dependencies": {
  8982. "@babel/runtime": "^7.18.3",
  8983. "@rc-component/trigger": "^2.0.0",
  8984. "classnames": "^2.2.6",
  8985. "rc-util": "^5.44.1"
  8986. },
  8987. "peerDependencies": {
  8988. "react": ">=16.11.0",
  8989. "react-dom": ">=16.11.0"
  8990. }
  8991. },
  8992. "node_modules/rc-field-form": {
  8993. "version": "2.7.0",
  8994. "resolved": "https://registry.npmmirror.com/rc-field-form/-/rc-field-form-2.7.0.tgz",
  8995. "integrity": "sha512-hgKsCay2taxzVnBPZl+1n4ZondsV78G++XVsMIJCAoioMjlMQR9YwAp7JZDIECzIu2Z66R+f4SFIRrO2DjDNAA==",
  8996. "license": "MIT",
  8997. "dependencies": {
  8998. "@babel/runtime": "^7.18.0",
  8999. "@rc-component/async-validator": "^5.0.3",
  9000. "rc-util": "^5.32.2"
  9001. },
  9002. "engines": {
  9003. "node": ">=8.x"
  9004. },
  9005. "peerDependencies": {
  9006. "react": ">=16.9.0",
  9007. "react-dom": ">=16.9.0"
  9008. }
  9009. },
  9010. "node_modules/rc-image": {
  9011. "version": "7.12.0",
  9012. "resolved": "https://registry.npmmirror.com/rc-image/-/rc-image-7.12.0.tgz",
  9013. "integrity": "sha512-cZ3HTyyckPnNnUb9/DRqduqzLfrQRyi+CdHjdqgsyDpI3Ln5UX1kXnAhPBSJj9pVRzwRFgqkN7p9b6HBDjmu/Q==",
  9014. "license": "MIT",
  9015. "dependencies": {
  9016. "@babel/runtime": "^7.11.2",
  9017. "@rc-component/portal": "^1.0.2",
  9018. "classnames": "^2.2.6",
  9019. "rc-dialog": "~9.6.0",
  9020. "rc-motion": "^2.6.2",
  9021. "rc-util": "^5.34.1"
  9022. },
  9023. "peerDependencies": {
  9024. "react": ">=16.9.0",
  9025. "react-dom": ">=16.9.0"
  9026. }
  9027. },
  9028. "node_modules/rc-input": {
  9029. "version": "1.8.0",
  9030. "resolved": "https://registry.npmmirror.com/rc-input/-/rc-input-1.8.0.tgz",
  9031. "integrity": "sha512-KXvaTbX+7ha8a/k+eg6SYRVERK0NddX8QX7a7AnRvUa/rEH0CNMlpcBzBkhI0wp2C8C4HlMoYl8TImSN+fuHKA==",
  9032. "license": "MIT",
  9033. "dependencies": {
  9034. "@babel/runtime": "^7.11.1",
  9035. "classnames": "^2.2.1",
  9036. "rc-util": "^5.18.1"
  9037. },
  9038. "peerDependencies": {
  9039. "react": ">=16.0.0",
  9040. "react-dom": ">=16.0.0"
  9041. }
  9042. },
  9043. "node_modules/rc-input-number": {
  9044. "version": "9.5.0",
  9045. "resolved": "https://registry.npmmirror.com/rc-input-number/-/rc-input-number-9.5.0.tgz",
  9046. "integrity": "sha512-bKaEvB5tHebUURAEXw35LDcnRZLq3x1k7GxfAqBMzmpHkDGzjAtnUL8y4y5N15rIFIg5IJgwr211jInl3cipag==",
  9047. "license": "MIT",
  9048. "dependencies": {
  9049. "@babel/runtime": "^7.10.1",
  9050. "@rc-component/mini-decimal": "^1.0.1",
  9051. "classnames": "^2.2.5",
  9052. "rc-input": "~1.8.0",
  9053. "rc-util": "^5.40.1"
  9054. },
  9055. "peerDependencies": {
  9056. "react": ">=16.9.0",
  9057. "react-dom": ">=16.9.0"
  9058. }
  9059. },
  9060. "node_modules/rc-mentions": {
  9061. "version": "2.20.0",
  9062. "resolved": "https://registry.npmmirror.com/rc-mentions/-/rc-mentions-2.20.0.tgz",
  9063. "integrity": "sha512-w8HCMZEh3f0nR8ZEd466ATqmXFCMGMN5UFCzEUL0bM/nGw/wOS2GgRzKBcm19K++jDyuWCOJOdgcKGXU3fXfbQ==",
  9064. "license": "MIT",
  9065. "dependencies": {
  9066. "@babel/runtime": "^7.22.5",
  9067. "@rc-component/trigger": "^2.0.0",
  9068. "classnames": "^2.2.6",
  9069. "rc-input": "~1.8.0",
  9070. "rc-menu": "~9.16.0",
  9071. "rc-textarea": "~1.10.0",
  9072. "rc-util": "^5.34.1"
  9073. },
  9074. "peerDependencies": {
  9075. "react": ">=16.9.0",
  9076. "react-dom": ">=16.9.0"
  9077. }
  9078. },
  9079. "node_modules/rc-menu": {
  9080. "version": "9.16.1",
  9081. "resolved": "https://registry.npmmirror.com/rc-menu/-/rc-menu-9.16.1.tgz",
  9082. "integrity": "sha512-ghHx6/6Dvp+fw8CJhDUHFHDJ84hJE3BXNCzSgLdmNiFErWSOaZNsihDAsKq9ByTALo/xkNIwtDFGIl6r+RPXBg==",
  9083. "license": "MIT",
  9084. "dependencies": {
  9085. "@babel/runtime": "^7.10.1",
  9086. "@rc-component/trigger": "^2.0.0",
  9087. "classnames": "2.x",
  9088. "rc-motion": "^2.4.3",
  9089. "rc-overflow": "^1.3.1",
  9090. "rc-util": "^5.27.0"
  9091. },
  9092. "peerDependencies": {
  9093. "react": ">=16.9.0",
  9094. "react-dom": ">=16.9.0"
  9095. }
  9096. },
  9097. "node_modules/rc-motion": {
  9098. "version": "2.9.5",
  9099. "resolved": "https://registry.npmmirror.com/rc-motion/-/rc-motion-2.9.5.tgz",
  9100. "integrity": "sha512-w+XTUrfh7ArbYEd2582uDrEhmBHwK1ZENJiSJVb7uRxdE7qJSYjbO2eksRXmndqyKqKoYPc9ClpPh5242mV1vA==",
  9101. "license": "MIT",
  9102. "dependencies": {
  9103. "@babel/runtime": "^7.11.1",
  9104. "classnames": "^2.2.1",
  9105. "rc-util": "^5.44.0"
  9106. },
  9107. "peerDependencies": {
  9108. "react": ">=16.9.0",
  9109. "react-dom": ">=16.9.0"
  9110. }
  9111. },
  9112. "node_modules/rc-notification": {
  9113. "version": "5.6.4",
  9114. "resolved": "https://registry.npmmirror.com/rc-notification/-/rc-notification-5.6.4.tgz",
  9115. "integrity": "sha512-KcS4O6B4qzM3KH7lkwOB7ooLPZ4b6J+VMmQgT51VZCeEcmghdeR4IrMcFq0LG+RPdnbe/ArT086tGM8Snimgiw==",
  9116. "license": "MIT",
  9117. "dependencies": {
  9118. "@babel/runtime": "^7.10.1",
  9119. "classnames": "2.x",
  9120. "rc-motion": "^2.9.0",
  9121. "rc-util": "^5.20.1"
  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/rc-overflow": {
  9132. "version": "1.4.1",
  9133. "resolved": "https://registry.npmmirror.com/rc-overflow/-/rc-overflow-1.4.1.tgz",
  9134. "integrity": "sha512-3MoPQQPV1uKyOMVNd6SZfONi+f3st0r8PksexIdBTeIYbMX0Jr+k7pHEDvsXtR4BpCv90/Pv2MovVNhktKrwvw==",
  9135. "license": "MIT",
  9136. "dependencies": {
  9137. "@babel/runtime": "^7.11.1",
  9138. "classnames": "^2.2.1",
  9139. "rc-resize-observer": "^1.0.0",
  9140. "rc-util": "^5.37.0"
  9141. },
  9142. "peerDependencies": {
  9143. "react": ">=16.9.0",
  9144. "react-dom": ">=16.9.0"
  9145. }
  9146. },
  9147. "node_modules/rc-pagination": {
  9148. "version": "5.1.0",
  9149. "resolved": "https://registry.npmmirror.com/rc-pagination/-/rc-pagination-5.1.0.tgz",
  9150. "integrity": "sha512-8416Yip/+eclTFdHXLKTxZvn70duYVGTvUUWbckCCZoIl3jagqke3GLsFrMs0bsQBikiYpZLD9206Ej4SOdOXQ==",
  9151. "license": "MIT",
  9152. "dependencies": {
  9153. "@babel/runtime": "^7.10.1",
  9154. "classnames": "^2.3.2",
  9155. "rc-util": "^5.38.0"
  9156. },
  9157. "peerDependencies": {
  9158. "react": ">=16.9.0",
  9159. "react-dom": ">=16.9.0"
  9160. }
  9161. },
  9162. "node_modules/rc-picker": {
  9163. "version": "4.11.3",
  9164. "resolved": "https://registry.npmmirror.com/rc-picker/-/rc-picker-4.11.3.tgz",
  9165. "integrity": "sha512-MJ5teb7FlNE0NFHTncxXQ62Y5lytq6sh5nUw0iH8OkHL/TjARSEvSHpr940pWgjGANpjCwyMdvsEV55l5tYNSg==",
  9166. "license": "MIT",
  9167. "dependencies": {
  9168. "@babel/runtime": "^7.24.7",
  9169. "@rc-component/trigger": "^2.0.0",
  9170. "classnames": "^2.2.1",
  9171. "rc-overflow": "^1.3.2",
  9172. "rc-resize-observer": "^1.4.0",
  9173. "rc-util": "^5.43.0"
  9174. },
  9175. "engines": {
  9176. "node": ">=8.x"
  9177. },
  9178. "peerDependencies": {
  9179. "date-fns": ">= 2.x",
  9180. "dayjs": ">= 1.x",
  9181. "luxon": ">= 3.x",
  9182. "moment": ">= 2.x",
  9183. "react": ">=16.9.0",
  9184. "react-dom": ">=16.9.0"
  9185. },
  9186. "peerDependenciesMeta": {
  9187. "date-fns": {
  9188. "optional": true
  9189. },
  9190. "dayjs": {
  9191. "optional": true
  9192. },
  9193. "luxon": {
  9194. "optional": true
  9195. },
  9196. "moment": {
  9197. "optional": true
  9198. }
  9199. }
  9200. },
  9201. "node_modules/rc-progress": {
  9202. "version": "4.0.0",
  9203. "resolved": "https://registry.npmmirror.com/rc-progress/-/rc-progress-4.0.0.tgz",
  9204. "integrity": "sha512-oofVMMafOCokIUIBnZLNcOZFsABaUw8PPrf1/y0ZBvKZNpOiu5h4AO9vv11Sw0p4Hb3D0yGWuEattcQGtNJ/aw==",
  9205. "license": "MIT",
  9206. "dependencies": {
  9207. "@babel/runtime": "^7.10.1",
  9208. "classnames": "^2.2.6",
  9209. "rc-util": "^5.16.1"
  9210. },
  9211. "peerDependencies": {
  9212. "react": ">=16.9.0",
  9213. "react-dom": ">=16.9.0"
  9214. }
  9215. },
  9216. "node_modules/rc-rate": {
  9217. "version": "2.13.1",
  9218. "resolved": "https://registry.npmmirror.com/rc-rate/-/rc-rate-2.13.1.tgz",
  9219. "integrity": "sha512-QUhQ9ivQ8Gy7mtMZPAjLbxBt5y9GRp65VcUyGUMF3N3fhiftivPHdpuDIaWIMOTEprAjZPC08bls1dQB+I1F2Q==",
  9220. "license": "MIT",
  9221. "dependencies": {
  9222. "@babel/runtime": "^7.10.1",
  9223. "classnames": "^2.2.5",
  9224. "rc-util": "^5.0.1"
  9225. },
  9226. "engines": {
  9227. "node": ">=8.x"
  9228. },
  9229. "peerDependencies": {
  9230. "react": ">=16.9.0",
  9231. "react-dom": ">=16.9.0"
  9232. }
  9233. },
  9234. "node_modules/rc-resize-observer": {
  9235. "version": "1.4.3",
  9236. "resolved": "https://registry.npmmirror.com/rc-resize-observer/-/rc-resize-observer-1.4.3.tgz",
  9237. "integrity": "sha512-YZLjUbyIWox8E9i9C3Tm7ia+W7euPItNWSPX5sCcQTYbnwDb5uNpnLHQCG1f22oZWUhLw4Mv2tFmeWe68CDQRQ==",
  9238. "license": "MIT",
  9239. "dependencies": {
  9240. "@babel/runtime": "^7.20.7",
  9241. "classnames": "^2.2.1",
  9242. "rc-util": "^5.44.1",
  9243. "resize-observer-polyfill": "^1.5.1"
  9244. },
  9245. "peerDependencies": {
  9246. "react": ">=16.9.0",
  9247. "react-dom": ">=16.9.0"
  9248. }
  9249. },
  9250. "node_modules/rc-segmented": {
  9251. "version": "2.7.0",
  9252. "resolved": "https://registry.npmmirror.com/rc-segmented/-/rc-segmented-2.7.0.tgz",
  9253. "integrity": "sha512-liijAjXz+KnTRVnxxXG2sYDGd6iLL7VpGGdR8gwoxAXy2KglviKCxLWZdjKYJzYzGSUwKDSTdYk8brj54Bn5BA==",
  9254. "license": "MIT",
  9255. "dependencies": {
  9256. "@babel/runtime": "^7.11.1",
  9257. "classnames": "^2.2.1",
  9258. "rc-motion": "^2.4.4",
  9259. "rc-util": "^5.17.0"
  9260. },
  9261. "peerDependencies": {
  9262. "react": ">=16.0.0",
  9263. "react-dom": ">=16.0.0"
  9264. }
  9265. },
  9266. "node_modules/rc-select": {
  9267. "version": "14.16.8",
  9268. "resolved": "https://registry.npmmirror.com/rc-select/-/rc-select-14.16.8.tgz",
  9269. "integrity": "sha512-NOV5BZa1wZrsdkKaiK7LHRuo5ZjZYMDxPP6/1+09+FB4KoNi8jcG1ZqLE3AVCxEsYMBe65OBx71wFoHRTP3LRg==",
  9270. "license": "MIT",
  9271. "dependencies": {
  9272. "@babel/runtime": "^7.10.1",
  9273. "@rc-component/trigger": "^2.1.1",
  9274. "classnames": "2.x",
  9275. "rc-motion": "^2.0.1",
  9276. "rc-overflow": "^1.3.1",
  9277. "rc-util": "^5.16.1",
  9278. "rc-virtual-list": "^3.5.2"
  9279. },
  9280. "engines": {
  9281. "node": ">=8.x"
  9282. },
  9283. "peerDependencies": {
  9284. "react": "*",
  9285. "react-dom": "*"
  9286. }
  9287. },
  9288. "node_modules/rc-slider": {
  9289. "version": "11.1.8",
  9290. "resolved": "https://registry.npmmirror.com/rc-slider/-/rc-slider-11.1.8.tgz",
  9291. "integrity": "sha512-2gg/72YFSpKP+Ja5AjC5DPL1YnV8DEITDQrcc1eASrUYjl0esptaBVJBh5nLTXCCp15eD8EuGjwezVGSHhs9tQ==",
  9292. "license": "MIT",
  9293. "dependencies": {
  9294. "@babel/runtime": "^7.10.1",
  9295. "classnames": "^2.2.5",
  9296. "rc-util": "^5.36.0"
  9297. },
  9298. "engines": {
  9299. "node": ">=8.x"
  9300. },
  9301. "peerDependencies": {
  9302. "react": ">=16.9.0",
  9303. "react-dom": ">=16.9.0"
  9304. }
  9305. },
  9306. "node_modules/rc-steps": {
  9307. "version": "6.0.1",
  9308. "resolved": "https://registry.npmmirror.com/rc-steps/-/rc-steps-6.0.1.tgz",
  9309. "integrity": "sha512-lKHL+Sny0SeHkQKKDJlAjV5oZ8DwCdS2hFhAkIjuQt1/pB81M0cA0ErVFdHq9+jmPmFw1vJB2F5NBzFXLJxV+g==",
  9310. "license": "MIT",
  9311. "dependencies": {
  9312. "@babel/runtime": "^7.16.7",
  9313. "classnames": "^2.2.3",
  9314. "rc-util": "^5.16.1"
  9315. },
  9316. "engines": {
  9317. "node": ">=8.x"
  9318. },
  9319. "peerDependencies": {
  9320. "react": ">=16.9.0",
  9321. "react-dom": ">=16.9.0"
  9322. }
  9323. },
  9324. "node_modules/rc-switch": {
  9325. "version": "4.1.0",
  9326. "resolved": "https://registry.npmmirror.com/rc-switch/-/rc-switch-4.1.0.tgz",
  9327. "integrity": "sha512-TI8ufP2Az9oEbvyCeVE4+90PDSljGyuwix3fV58p7HV2o4wBnVToEyomJRVyTaZeqNPAp+vqeo4Wnj5u0ZZQBg==",
  9328. "license": "MIT",
  9329. "dependencies": {
  9330. "@babel/runtime": "^7.21.0",
  9331. "classnames": "^2.2.1",
  9332. "rc-util": "^5.30.0"
  9333. },
  9334. "peerDependencies": {
  9335. "react": ">=16.9.0",
  9336. "react-dom": ">=16.9.0"
  9337. }
  9338. },
  9339. "node_modules/rc-table": {
  9340. "version": "7.51.1",
  9341. "resolved": "https://registry.npmmirror.com/rc-table/-/rc-table-7.51.1.tgz",
  9342. "integrity": "sha512-5iq15mTHhvC42TlBLRCoCBLoCmGlbRZAlyF21FonFnS/DIC8DeRqnmdyVREwt2CFbPceM0zSNdEeVfiGaqYsKw==",
  9343. "license": "MIT",
  9344. "dependencies": {
  9345. "@babel/runtime": "^7.10.1",
  9346. "@rc-component/context": "^1.4.0",
  9347. "classnames": "^2.2.5",
  9348. "rc-resize-observer": "^1.1.0",
  9349. "rc-util": "^5.44.3",
  9350. "rc-virtual-list": "^3.14.2"
  9351. },
  9352. "engines": {
  9353. "node": ">=8.x"
  9354. },
  9355. "peerDependencies": {
  9356. "react": ">=16.9.0",
  9357. "react-dom": ">=16.9.0"
  9358. }
  9359. },
  9360. "node_modules/rc-tabs": {
  9361. "version": "15.6.1",
  9362. "resolved": "https://registry.npmmirror.com/rc-tabs/-/rc-tabs-15.6.1.tgz",
  9363. "integrity": "sha512-/HzDV1VqOsUWyuC0c6AkxVYFjvx9+rFPKZ32ejxX0Uc7QCzcEjTA9/xMgv4HemPKwzBNX8KhGVbbumDjnj92aA==",
  9364. "license": "MIT",
  9365. "dependencies": {
  9366. "@babel/runtime": "^7.11.2",
  9367. "classnames": "2.x",
  9368. "rc-dropdown": "~4.2.0",
  9369. "rc-menu": "~9.16.0",
  9370. "rc-motion": "^2.6.2",
  9371. "rc-resize-observer": "^1.0.0",
  9372. "rc-util": "^5.34.1"
  9373. },
  9374. "engines": {
  9375. "node": ">=8.x"
  9376. },
  9377. "peerDependencies": {
  9378. "react": ">=16.9.0",
  9379. "react-dom": ">=16.9.0"
  9380. }
  9381. },
  9382. "node_modules/rc-textarea": {
  9383. "version": "1.10.2",
  9384. "resolved": "https://registry.npmmirror.com/rc-textarea/-/rc-textarea-1.10.2.tgz",
  9385. "integrity": "sha512-HfaeXiaSlpiSp0I/pvWpecFEHpVysZ9tpDLNkxQbMvMz6gsr7aVZ7FpWP9kt4t7DB+jJXesYS0us1uPZnlRnwQ==",
  9386. "license": "MIT",
  9387. "dependencies": {
  9388. "@babel/runtime": "^7.10.1",
  9389. "classnames": "^2.2.1",
  9390. "rc-input": "~1.8.0",
  9391. "rc-resize-observer": "^1.0.0",
  9392. "rc-util": "^5.27.0"
  9393. },
  9394. "peerDependencies": {
  9395. "react": ">=16.9.0",
  9396. "react-dom": ">=16.9.0"
  9397. }
  9398. },
  9399. "node_modules/rc-tooltip": {
  9400. "version": "6.4.0",
  9401. "resolved": "https://registry.npmmirror.com/rc-tooltip/-/rc-tooltip-6.4.0.tgz",
  9402. "integrity": "sha512-kqyivim5cp8I5RkHmpsp1Nn/Wk+1oeloMv9c7LXNgDxUpGm+RbXJGL+OPvDlcRnx9DBeOe4wyOIl4OKUERyH1g==",
  9403. "license": "MIT",
  9404. "dependencies": {
  9405. "@babel/runtime": "^7.11.2",
  9406. "@rc-component/trigger": "^2.0.0",
  9407. "classnames": "^2.3.1",
  9408. "rc-util": "^5.44.3"
  9409. },
  9410. "peerDependencies": {
  9411. "react": ">=16.9.0",
  9412. "react-dom": ">=16.9.0"
  9413. }
  9414. },
  9415. "node_modules/rc-tree": {
  9416. "version": "5.13.1",
  9417. "resolved": "https://registry.npmmirror.com/rc-tree/-/rc-tree-5.13.1.tgz",
  9418. "integrity": "sha512-FNhIefhftobCdUJshO7M8uZTA9F4OPGVXqGfZkkD/5soDeOhwO06T/aKTrg0WD8gRg/pyfq+ql3aMymLHCTC4A==",
  9419. "license": "MIT",
  9420. "dependencies": {
  9421. "@babel/runtime": "^7.10.1",
  9422. "classnames": "2.x",
  9423. "rc-motion": "^2.0.1",
  9424. "rc-util": "^5.16.1",
  9425. "rc-virtual-list": "^3.5.1"
  9426. },
  9427. "engines": {
  9428. "node": ">=10.x"
  9429. },
  9430. "peerDependencies": {
  9431. "react": "*",
  9432. "react-dom": "*"
  9433. }
  9434. },
  9435. "node_modules/rc-tree-select": {
  9436. "version": "5.27.0",
  9437. "resolved": "https://registry.npmmirror.com/rc-tree-select/-/rc-tree-select-5.27.0.tgz",
  9438. "integrity": "sha512-2qTBTzwIT7LRI1o7zLyrCzmo5tQanmyGbSaGTIf7sYimCklAToVVfpMC6OAldSKolcnjorBYPNSKQqJmN3TCww==",
  9439. "license": "MIT",
  9440. "dependencies": {
  9441. "@babel/runtime": "^7.25.7",
  9442. "classnames": "2.x",
  9443. "rc-select": "~14.16.2",
  9444. "rc-tree": "~5.13.0",
  9445. "rc-util": "^5.43.0"
  9446. },
  9447. "peerDependencies": {
  9448. "react": "*",
  9449. "react-dom": "*"
  9450. }
  9451. },
  9452. "node_modules/rc-upload": {
  9453. "version": "4.9.2",
  9454. "resolved": "https://registry.npmmirror.com/rc-upload/-/rc-upload-4.9.2.tgz",
  9455. "integrity": "sha512-nHx+9rbd1FKMiMRYsqQ3NkXUv7COHPBo3X1Obwq9SWS6/diF/A0aJ5OHubvwUAIDs+4RMleljV0pcrNUc823GQ==",
  9456. "license": "MIT",
  9457. "dependencies": {
  9458. "@babel/runtime": "^7.18.3",
  9459. "classnames": "^2.2.5",
  9460. "rc-util": "^5.2.0"
  9461. },
  9462. "peerDependencies": {
  9463. "react": ">=16.9.0",
  9464. "react-dom": ">=16.9.0"
  9465. }
  9466. },
  9467. "node_modules/rc-util": {
  9468. "version": "5.44.4",
  9469. "resolved": "https://registry.npmmirror.com/rc-util/-/rc-util-5.44.4.tgz",
  9470. "integrity": "sha512-resueRJzmHG9Q6rI/DfK6Kdv9/Lfls05vzMs1Sk3M2P+3cJa+MakaZyWY8IPfehVuhPJFKrIY1IK4GqbiaiY5w==",
  9471. "license": "MIT",
  9472. "dependencies": {
  9473. "@babel/runtime": "^7.18.3",
  9474. "react-is": "^18.2.0"
  9475. },
  9476. "peerDependencies": {
  9477. "react": ">=16.9.0",
  9478. "react-dom": ">=16.9.0"
  9479. }
  9480. },
  9481. "node_modules/rc-util/node_modules/react-is": {
  9482. "version": "18.3.1",
  9483. "resolved": "https://registry.npmmirror.com/react-is/-/react-is-18.3.1.tgz",
  9484. "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
  9485. "license": "MIT"
  9486. },
  9487. "node_modules/rc-virtual-list": {
  9488. "version": "3.19.1",
  9489. "resolved": "https://registry.npmmirror.com/rc-virtual-list/-/rc-virtual-list-3.19.1.tgz",
  9490. "integrity": "sha512-DCapO2oyPqmooGhxBuXHM4lFuX+sshQwWqqkuyFA+4rShLe//+GEPVwiDgO+jKtKHtbeYwZoNvetwfHdOf+iUQ==",
  9491. "license": "MIT",
  9492. "dependencies": {
  9493. "@babel/runtime": "^7.20.0",
  9494. "classnames": "^2.2.6",
  9495. "rc-resize-observer": "^1.0.0",
  9496. "rc-util": "^5.36.0"
  9497. },
  9498. "engines": {
  9499. "node": ">=8.x"
  9500. },
  9501. "peerDependencies": {
  9502. "react": ">=16.9.0",
  9503. "react-dom": ">=16.9.0"
  9504. }
  9505. },
  9506. "node_modules/react": {
  9507. "version": "19.1.0",
  9508. "resolved": "https://registry.npmmirror.com/react/-/react-19.1.0.tgz",
  9509. "integrity": "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==",
  9510. "license": "MIT",
  9511. "engines": {
  9512. "node": ">=0.10.0"
  9513. }
  9514. },
  9515. "node_modules/react-chartjs-2": {
  9516. "version": "5.3.0",
  9517. "resolved": "https://registry.npmmirror.com/react-chartjs-2/-/react-chartjs-2-5.3.0.tgz",
  9518. "integrity": "sha512-UfZZFnDsERI3c3CZGxzvNJd02SHjaSJ8kgW1djn65H1KK8rehwTjyrRKOG3VTMG8wtHZ5rgAO5oTHtHi9GCCmw==",
  9519. "license": "MIT",
  9520. "peerDependencies": {
  9521. "chart.js": "^4.1.1",
  9522. "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  9523. }
  9524. },
  9525. "node_modules/react-countup": {
  9526. "version": "6.5.3",
  9527. "resolved": "https://registry.npmmirror.com/react-countup/-/react-countup-6.5.3.tgz",
  9528. "integrity": "sha512-udnqVQitxC7QWADSPDOxVWULkLvKUWrDapn5i53HE4DPRVgs+Y5rr4bo25qEl8jSh+0l2cToJgGMx+clxPM3+w==",
  9529. "license": "MIT",
  9530. "dependencies": {
  9531. "countup.js": "^2.8.0"
  9532. },
  9533. "peerDependencies": {
  9534. "react": ">= 16.3.0"
  9535. }
  9536. },
  9537. "node_modules/react-d3-speedometer": {
  9538. "version": "3.1.1",
  9539. "resolved": "https://registry.npmmirror.com/react-d3-speedometer/-/react-d3-speedometer-3.1.1.tgz",
  9540. "integrity": "sha512-Cgb0LMaDWTVnIOjHncUjw6BHdN3B1I2q1PcIkCf4kocFuwF+ZHYh+/+y0LHE0SY/Qxv7+wilrrFv6PJWavqwtg==",
  9541. "license": "MIT",
  9542. "dependencies": {
  9543. "d3-array": "^3.2.4",
  9544. "d3-color": "^3.1.0",
  9545. "d3-ease": "^3.0.1",
  9546. "d3-format": "^3.1.0",
  9547. "d3-interpolate": "^3.0.1",
  9548. "d3-scale": "^4.0.2",
  9549. "d3-selection": "^3.0.0",
  9550. "d3-shape": "^3.2.0",
  9551. "d3-transition": "^3.0.1",
  9552. "lodash-es": "^4.17.21",
  9553. "memoize-one": "^6.0.0",
  9554. "prop-types": "^15.8.1"
  9555. },
  9556. "engines": {
  9557. "node": ">=14.0",
  9558. "npm": ">=6.0.0"
  9559. },
  9560. "peerDependencies": {
  9561. "react": "^19.0.0",
  9562. "react-dom": "^19.0.0"
  9563. }
  9564. },
  9565. "node_modules/react-dom": {
  9566. "version": "19.1.0",
  9567. "resolved": "https://registry.npmmirror.com/react-dom/-/react-dom-19.1.0.tgz",
  9568. "integrity": "sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g==",
  9569. "license": "MIT",
  9570. "dependencies": {
  9571. "scheduler": "^0.26.0"
  9572. },
  9573. "peerDependencies": {
  9574. "react": "^19.1.0"
  9575. }
  9576. },
  9577. "node_modules/react-is": {
  9578. "version": "16.13.1",
  9579. "resolved": "https://registry.npmmirror.com/react-is/-/react-is-16.13.1.tgz",
  9580. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
  9581. "license": "MIT"
  9582. },
  9583. "node_modules/react-lifecycles-compat": {
  9584. "version": "3.0.4",
  9585. "resolved": "https://registry.npmmirror.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz",
  9586. "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==",
  9587. "license": "MIT"
  9588. },
  9589. "node_modules/react-markdown": {
  9590. "version": "9.0.3",
  9591. "resolved": "https://registry.npmmirror.com/react-markdown/-/react-markdown-9.0.3.tgz",
  9592. "integrity": "sha512-Yk7Z94dbgYTOrdk41Z74GoKA7rThnsbbqBTRYuxoe08qvfQ9tJVhmAKw6BJS/ZORG7kTy/s1QvYzSuaoBA1qfw==",
  9593. "license": "MIT",
  9594. "dependencies": {
  9595. "@types/hast": "^3.0.0",
  9596. "devlop": "^1.0.0",
  9597. "hast-util-to-jsx-runtime": "^2.0.0",
  9598. "html-url-attributes": "^3.0.0",
  9599. "mdast-util-to-hast": "^13.0.0",
  9600. "remark-parse": "^11.0.0",
  9601. "remark-rehype": "^11.0.0",
  9602. "unified": "^11.0.0",
  9603. "unist-util-visit": "^5.0.0",
  9604. "vfile": "^6.0.0"
  9605. },
  9606. "funding": {
  9607. "type": "opencollective",
  9608. "url": "https://opencollective.com/unified"
  9609. },
  9610. "peerDependencies": {
  9611. "@types/react": ">=18",
  9612. "react": ">=18"
  9613. }
  9614. },
  9615. "node_modules/react-redux": {
  9616. "version": "9.2.0",
  9617. "resolved": "https://registry.npmmirror.com/react-redux/-/react-redux-9.2.0.tgz",
  9618. "integrity": "sha512-ROY9fvHhwOD9ySfrF0wmvu//bKCQ6AeZZq1nJNtbDC+kk5DuSuNX/n6YWYF/SYy7bSba4D4FSz8DJeKY/S/r+g==",
  9619. "license": "MIT",
  9620. "dependencies": {
  9621. "@types/use-sync-external-store": "^0.0.6",
  9622. "use-sync-external-store": "^1.4.0"
  9623. },
  9624. "peerDependencies": {
  9625. "@types/react": "^18.2.25 || ^19",
  9626. "react": "^18.0 || ^19",
  9627. "redux": "^5.0.0"
  9628. },
  9629. "peerDependenciesMeta": {
  9630. "@types/react": {
  9631. "optional": true
  9632. },
  9633. "redux": {
  9634. "optional": true
  9635. }
  9636. }
  9637. },
  9638. "node_modules/react-spinners": {
  9639. "version": "0.17.0",
  9640. "resolved": "https://registry.npmmirror.com/react-spinners/-/react-spinners-0.17.0.tgz",
  9641. "integrity": "sha512-L/8HTylaBmIWwQzIjMq+0vyaRXuoAevzWoD35wKpNTxxtYXWZp+xtgkfD7Y4WItuX0YvdxMPU79+7VhhmbmuTQ==",
  9642. "license": "MIT",
  9643. "peerDependencies": {
  9644. "react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
  9645. "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  9646. }
  9647. },
  9648. "node_modules/reactcss": {
  9649. "version": "1.2.3",
  9650. "resolved": "https://registry.npmmirror.com/reactcss/-/reactcss-1.2.3.tgz",
  9651. "integrity": "sha512-KiwVUcFu1RErkI97ywr8nvx8dNOpT03rbnma0SSalTYjkrPYaEajR4a/MRt6DZ46K6arDRbWMNHF+xH7G7n/8A==",
  9652. "license": "MIT",
  9653. "dependencies": {
  9654. "lodash": "^4.0.1"
  9655. }
  9656. },
  9657. "node_modules/readdirp": {
  9658. "version": "4.1.2",
  9659. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-4.1.2.tgz",
  9660. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  9661. "license": "MIT",
  9662. "engines": {
  9663. "node": ">= 14.18.0"
  9664. },
  9665. "funding": {
  9666. "type": "individual",
  9667. "url": "https://paulmillr.com/funding/"
  9668. }
  9669. },
  9670. "node_modules/recharts": {
  9671. "version": "3.1.2",
  9672. "resolved": "https://registry.npmmirror.com/recharts/-/recharts-3.1.2.tgz",
  9673. "integrity": "sha512-vhNbYwaxNbk/IATK0Ki29k3qvTkGqwvCgyQAQ9MavvvBwjvKnMTswdbklJpcOAoMPN/qxF3Lyqob0zO+ZXkZ4g==",
  9674. "license": "MIT",
  9675. "dependencies": {
  9676. "@reduxjs/toolkit": "1.x.x || 2.x.x",
  9677. "clsx": "^2.1.1",
  9678. "decimal.js-light": "^2.5.1",
  9679. "es-toolkit": "^1.39.3",
  9680. "eventemitter3": "^5.0.1",
  9681. "immer": "^10.1.1",
  9682. "react-redux": "8.x.x || 9.x.x",
  9683. "reselect": "5.1.1",
  9684. "tiny-invariant": "^1.3.3",
  9685. "use-sync-external-store": "^1.2.2",
  9686. "victory-vendor": "^37.0.2"
  9687. },
  9688. "engines": {
  9689. "node": ">=18"
  9690. },
  9691. "peerDependencies": {
  9692. "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
  9693. "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
  9694. "react-is": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  9695. }
  9696. },
  9697. "node_modules/redux": {
  9698. "version": "5.0.1",
  9699. "resolved": "https://registry.npmmirror.com/redux/-/redux-5.0.1.tgz",
  9700. "integrity": "sha512-M9/ELqF6fy8FwmkpnF0S3YKOqMyoWJ4+CS5Efg2ct3oY9daQvd/Pc71FpGZsVsbl3Cpb+IIcjBDUnnyBdQbq4w==",
  9701. "license": "MIT"
  9702. },
  9703. "node_modules/redux-thunk": {
  9704. "version": "3.1.0",
  9705. "resolved": "https://registry.npmmirror.com/redux-thunk/-/redux-thunk-3.1.0.tgz",
  9706. "integrity": "sha512-NW2r5T6ksUKXCabzhL9z+h206HQw/NJkcLm1GPImRQ8IzfXwRGqjVhKJGauHirT0DAuyy6hjdnMZaRoAcy0Klw==",
  9707. "license": "MIT",
  9708. "peerDependencies": {
  9709. "redux": "^5.0.0"
  9710. }
  9711. },
  9712. "node_modules/reflect.getprototypeof": {
  9713. "version": "1.0.10",
  9714. "resolved": "https://registry.npmmirror.com/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz",
  9715. "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==",
  9716. "dev": true,
  9717. "license": "MIT",
  9718. "dependencies": {
  9719. "call-bind": "^1.0.8",
  9720. "define-properties": "^1.2.1",
  9721. "es-abstract": "^1.23.9",
  9722. "es-errors": "^1.3.0",
  9723. "es-object-atoms": "^1.0.0",
  9724. "get-intrinsic": "^1.2.7",
  9725. "get-proto": "^1.0.1",
  9726. "which-builtin-type": "^1.2.1"
  9727. },
  9728. "engines": {
  9729. "node": ">= 0.4"
  9730. },
  9731. "funding": {
  9732. "url": "https://github.com/sponsors/ljharb"
  9733. }
  9734. },
  9735. "node_modules/refractor": {
  9736. "version": "4.9.0",
  9737. "resolved": "https://registry.npmmirror.com/refractor/-/refractor-4.9.0.tgz",
  9738. "integrity": "sha512-nEG1SPXFoGGx+dcjftjv8cAjEusIh6ED1xhf5DG3C0x/k+rmZ2duKnc3QLpt6qeHv5fPb8uwN3VWN2BT7fr3Og==",
  9739. "license": "MIT",
  9740. "dependencies": {
  9741. "@types/hast": "^2.0.0",
  9742. "@types/prismjs": "^1.0.0",
  9743. "hastscript": "^7.0.0",
  9744. "parse-entities": "^4.0.0"
  9745. },
  9746. "funding": {
  9747. "type": "github",
  9748. "url": "https://github.com/sponsors/wooorm"
  9749. }
  9750. },
  9751. "node_modules/refractor/node_modules/@types/hast": {
  9752. "version": "2.3.10",
  9753. "resolved": "https://registry.npmmirror.com/@types/hast/-/hast-2.3.10.tgz",
  9754. "integrity": "sha512-McWspRw8xx8J9HurkVBfYj0xKoE25tOFlHGdx4MJ5xORQrMGZNqJhVQWaIbm6Oyla5kYOXtDiopzKRJzEOkwJw==",
  9755. "license": "MIT",
  9756. "dependencies": {
  9757. "@types/unist": "^2"
  9758. }
  9759. },
  9760. "node_modules/refractor/node_modules/@types/unist": {
  9761. "version": "2.0.11",
  9762. "resolved": "https://registry.npmmirror.com/@types/unist/-/unist-2.0.11.tgz",
  9763. "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
  9764. "license": "MIT"
  9765. },
  9766. "node_modules/refractor/node_modules/hast-util-parse-selector": {
  9767. "version": "3.1.1",
  9768. "resolved": "https://registry.npmmirror.com/hast-util-parse-selector/-/hast-util-parse-selector-3.1.1.tgz",
  9769. "integrity": "sha512-jdlwBjEexy1oGz0aJ2f4GKMaVKkA9jwjr4MjAAI22E5fM/TXVZHuS5OpONtdeIkRKqAaryQ2E9xNQxijoThSZA==",
  9770. "license": "MIT",
  9771. "dependencies": {
  9772. "@types/hast": "^2.0.0"
  9773. },
  9774. "funding": {
  9775. "type": "opencollective",
  9776. "url": "https://opencollective.com/unified"
  9777. }
  9778. },
  9779. "node_modules/refractor/node_modules/hastscript": {
  9780. "version": "7.2.0",
  9781. "resolved": "https://registry.npmmirror.com/hastscript/-/hastscript-7.2.0.tgz",
  9782. "integrity": "sha512-TtYPq24IldU8iKoJQqvZOuhi5CyCQRAbvDOX0x1eW6rsHSxa/1i2CCiptNTotGHJ3VoHRGmqiv6/D3q113ikkw==",
  9783. "license": "MIT",
  9784. "dependencies": {
  9785. "@types/hast": "^2.0.0",
  9786. "comma-separated-tokens": "^2.0.0",
  9787. "hast-util-parse-selector": "^3.0.0",
  9788. "property-information": "^6.0.0",
  9789. "space-separated-tokens": "^2.0.0"
  9790. },
  9791. "funding": {
  9792. "type": "opencollective",
  9793. "url": "https://opencollective.com/unified"
  9794. }
  9795. },
  9796. "node_modules/refractor/node_modules/property-information": {
  9797. "version": "6.5.0",
  9798. "resolved": "https://registry.npmmirror.com/property-information/-/property-information-6.5.0.tgz",
  9799. "integrity": "sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==",
  9800. "license": "MIT",
  9801. "funding": {
  9802. "type": "github",
  9803. "url": "https://github.com/sponsors/wooorm"
  9804. }
  9805. },
  9806. "node_modules/regexp.prototype.flags": {
  9807. "version": "1.5.4",
  9808. "resolved": "https://registry.npmmirror.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz",
  9809. "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==",
  9810. "dev": true,
  9811. "license": "MIT",
  9812. "dependencies": {
  9813. "call-bind": "^1.0.8",
  9814. "define-properties": "^1.2.1",
  9815. "es-errors": "^1.3.0",
  9816. "get-proto": "^1.0.1",
  9817. "gopd": "^1.2.0",
  9818. "set-function-name": "^2.0.2"
  9819. },
  9820. "engines": {
  9821. "node": ">= 0.4"
  9822. },
  9823. "funding": {
  9824. "url": "https://github.com/sponsors/ljharb"
  9825. }
  9826. },
  9827. "node_modules/rehype": {
  9828. "version": "13.0.2",
  9829. "resolved": "https://registry.npmmirror.com/rehype/-/rehype-13.0.2.tgz",
  9830. "integrity": "sha512-j31mdaRFrwFRUIlxGeuPXXKWQxet52RBQRvCmzl5eCefn/KGbomK5GMHNMsOJf55fgo3qw5tST5neDuarDYR2A==",
  9831. "license": "MIT",
  9832. "dependencies": {
  9833. "@types/hast": "^3.0.0",
  9834. "rehype-parse": "^9.0.0",
  9835. "rehype-stringify": "^10.0.0",
  9836. "unified": "^11.0.0"
  9837. },
  9838. "funding": {
  9839. "type": "opencollective",
  9840. "url": "https://opencollective.com/unified"
  9841. }
  9842. },
  9843. "node_modules/rehype-attr": {
  9844. "version": "3.0.3",
  9845. "resolved": "https://registry.npmmirror.com/rehype-attr/-/rehype-attr-3.0.3.tgz",
  9846. "integrity": "sha512-Up50Xfra8tyxnkJdCzLBIBtxOcB2M1xdeKe1324U06RAvSjYm7ULSeoM+b/nYPQPVd7jsXJ9+39IG1WAJPXONw==",
  9847. "license": "MIT",
  9848. "dependencies": {
  9849. "unified": "~11.0.0",
  9850. "unist-util-visit": "~5.0.0"
  9851. },
  9852. "engines": {
  9853. "node": ">=16"
  9854. },
  9855. "funding": {
  9856. "url": "https://jaywcjlove.github.io/#/sponsor"
  9857. }
  9858. },
  9859. "node_modules/rehype-autolink-headings": {
  9860. "version": "7.1.0",
  9861. "resolved": "https://registry.npmmirror.com/rehype-autolink-headings/-/rehype-autolink-headings-7.1.0.tgz",
  9862. "integrity": "sha512-rItO/pSdvnvsP4QRB1pmPiNHUskikqtPojZKJPPPAVx9Hj8i8TwMBhofrrAYRhYOOBZH9tgmG5lPqDLuIWPWmw==",
  9863. "license": "MIT",
  9864. "dependencies": {
  9865. "@types/hast": "^3.0.0",
  9866. "@ungap/structured-clone": "^1.0.0",
  9867. "hast-util-heading-rank": "^3.0.0",
  9868. "hast-util-is-element": "^3.0.0",
  9869. "unified": "^11.0.0",
  9870. "unist-util-visit": "^5.0.0"
  9871. },
  9872. "funding": {
  9873. "type": "opencollective",
  9874. "url": "https://opencollective.com/unified"
  9875. }
  9876. },
  9877. "node_modules/rehype-ignore": {
  9878. "version": "2.0.2",
  9879. "resolved": "https://registry.npmmirror.com/rehype-ignore/-/rehype-ignore-2.0.2.tgz",
  9880. "integrity": "sha512-BpAT/3lU9DMJ2siYVD/dSR0A/zQgD6Fb+fxkJd4j+wDVy6TYbYpK+FZqu8eM9EuNKGvi4BJR7XTZ/+zF02Dq8w==",
  9881. "license": "MIT",
  9882. "dependencies": {
  9883. "hast-util-select": "^6.0.0",
  9884. "unified": "^11.0.0",
  9885. "unist-util-visit": "^5.0.0"
  9886. },
  9887. "engines": {
  9888. "node": ">=16"
  9889. },
  9890. "funding": {
  9891. "url": "https://jaywcjlove.github.io/#/sponsor"
  9892. }
  9893. },
  9894. "node_modules/rehype-parse": {
  9895. "version": "9.0.1",
  9896. "resolved": "https://registry.npmmirror.com/rehype-parse/-/rehype-parse-9.0.1.tgz",
  9897. "integrity": "sha512-ksCzCD0Fgfh7trPDxr2rSylbwq9iYDkSn8TCDmEJ49ljEUBxDVCzCHv7QNzZOfODanX4+bWQ4WZqLCRWYLfhag==",
  9898. "license": "MIT",
  9899. "dependencies": {
  9900. "@types/hast": "^3.0.0",
  9901. "hast-util-from-html": "^2.0.0",
  9902. "unified": "^11.0.0"
  9903. },
  9904. "funding": {
  9905. "type": "opencollective",
  9906. "url": "https://opencollective.com/unified"
  9907. }
  9908. },
  9909. "node_modules/rehype-prism-plus": {
  9910. "version": "2.0.1",
  9911. "resolved": "https://registry.npmmirror.com/rehype-prism-plus/-/rehype-prism-plus-2.0.1.tgz",
  9912. "integrity": "sha512-Wglct0OW12tksTUseAPyWPo3srjBOY7xKlql/DPKi7HbsdZTyaLCAoO58QBKSczFQxElTsQlOY3JDOFzB/K++Q==",
  9913. "license": "MIT",
  9914. "dependencies": {
  9915. "hast-util-to-string": "^3.0.0",
  9916. "parse-numeric-range": "^1.3.0",
  9917. "refractor": "^4.8.0",
  9918. "rehype-parse": "^9.0.0",
  9919. "unist-util-filter": "^5.0.0",
  9920. "unist-util-visit": "^5.0.0"
  9921. }
  9922. },
  9923. "node_modules/rehype-raw": {
  9924. "version": "7.0.0",
  9925. "resolved": "https://registry.npmmirror.com/rehype-raw/-/rehype-raw-7.0.0.tgz",
  9926. "integrity": "sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==",
  9927. "license": "MIT",
  9928. "dependencies": {
  9929. "@types/hast": "^3.0.0",
  9930. "hast-util-raw": "^9.0.0",
  9931. "vfile": "^6.0.0"
  9932. },
  9933. "funding": {
  9934. "type": "opencollective",
  9935. "url": "https://opencollective.com/unified"
  9936. }
  9937. },
  9938. "node_modules/rehype-rewrite": {
  9939. "version": "4.0.2",
  9940. "resolved": "https://registry.npmmirror.com/rehype-rewrite/-/rehype-rewrite-4.0.2.tgz",
  9941. "integrity": "sha512-rjLJ3z6fIV11phwCqHp/KRo8xuUCO8o9bFJCNw5o6O2wlLk6g8r323aRswdGBQwfXPFYeSuZdAjp4tzo6RGqEg==",
  9942. "license": "MIT",
  9943. "dependencies": {
  9944. "hast-util-select": "^6.0.0",
  9945. "unified": "^11.0.3",
  9946. "unist-util-visit": "^5.0.0"
  9947. },
  9948. "engines": {
  9949. "node": ">=16.0.0"
  9950. },
  9951. "funding": {
  9952. "url": "https://jaywcjlove.github.io/#/sponsor"
  9953. }
  9954. },
  9955. "node_modules/rehype-slug": {
  9956. "version": "6.0.0",
  9957. "resolved": "https://registry.npmmirror.com/rehype-slug/-/rehype-slug-6.0.0.tgz",
  9958. "integrity": "sha512-lWyvf/jwu+oS5+hL5eClVd3hNdmwM1kAC0BUvEGD19pajQMIzcNUd/k9GsfQ+FfECvX+JE+e9/btsKH0EjJT6A==",
  9959. "license": "MIT",
  9960. "dependencies": {
  9961. "@types/hast": "^3.0.0",
  9962. "github-slugger": "^2.0.0",
  9963. "hast-util-heading-rank": "^3.0.0",
  9964. "hast-util-to-string": "^3.0.0",
  9965. "unist-util-visit": "^5.0.0"
  9966. },
  9967. "funding": {
  9968. "type": "opencollective",
  9969. "url": "https://opencollective.com/unified"
  9970. }
  9971. },
  9972. "node_modules/rehype-stringify": {
  9973. "version": "10.0.1",
  9974. "resolved": "https://registry.npmmirror.com/rehype-stringify/-/rehype-stringify-10.0.1.tgz",
  9975. "integrity": "sha512-k9ecfXHmIPuFVI61B9DeLPN0qFHfawM6RsuX48hoqlaKSF61RskNjSm1lI8PhBEM0MRdLxVVm4WmTqJQccH9mA==",
  9976. "license": "MIT",
  9977. "dependencies": {
  9978. "@types/hast": "^3.0.0",
  9979. "hast-util-to-html": "^9.0.0",
  9980. "unified": "^11.0.0"
  9981. },
  9982. "funding": {
  9983. "type": "opencollective",
  9984. "url": "https://opencollective.com/unified"
  9985. }
  9986. },
  9987. "node_modules/remark-gfm": {
  9988. "version": "4.0.1",
  9989. "resolved": "https://registry.npmmirror.com/remark-gfm/-/remark-gfm-4.0.1.tgz",
  9990. "integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==",
  9991. "license": "MIT",
  9992. "dependencies": {
  9993. "@types/mdast": "^4.0.0",
  9994. "mdast-util-gfm": "^3.0.0",
  9995. "micromark-extension-gfm": "^3.0.0",
  9996. "remark-parse": "^11.0.0",
  9997. "remark-stringify": "^11.0.0",
  9998. "unified": "^11.0.0"
  9999. },
  10000. "funding": {
  10001. "type": "opencollective",
  10002. "url": "https://opencollective.com/unified"
  10003. }
  10004. },
  10005. "node_modules/remark-github-blockquote-alert": {
  10006. "version": "1.3.1",
  10007. "resolved": "https://registry.npmmirror.com/remark-github-blockquote-alert/-/remark-github-blockquote-alert-1.3.1.tgz",
  10008. "integrity": "sha512-OPNnimcKeozWN1w8KVQEuHOxgN3L4rah8geMOLhA5vN9wITqU4FWD+G26tkEsCGHiOVDbISx+Se5rGZ+D1p0Jg==",
  10009. "license": "MIT",
  10010. "dependencies": {
  10011. "unist-util-visit": "^5.0.0"
  10012. },
  10013. "engines": {
  10014. "node": ">=16"
  10015. },
  10016. "funding": {
  10017. "url": "https://jaywcjlove.github.io/#/sponsor"
  10018. }
  10019. },
  10020. "node_modules/remark-parse": {
  10021. "version": "11.0.0",
  10022. "resolved": "https://registry.npmmirror.com/remark-parse/-/remark-parse-11.0.0.tgz",
  10023. "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==",
  10024. "license": "MIT",
  10025. "dependencies": {
  10026. "@types/mdast": "^4.0.0",
  10027. "mdast-util-from-markdown": "^2.0.0",
  10028. "micromark-util-types": "^2.0.0",
  10029. "unified": "^11.0.0"
  10030. },
  10031. "funding": {
  10032. "type": "opencollective",
  10033. "url": "https://opencollective.com/unified"
  10034. }
  10035. },
  10036. "node_modules/remark-rehype": {
  10037. "version": "11.1.2",
  10038. "resolved": "https://registry.npmmirror.com/remark-rehype/-/remark-rehype-11.1.2.tgz",
  10039. "integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==",
  10040. "license": "MIT",
  10041. "dependencies": {
  10042. "@types/hast": "^3.0.0",
  10043. "@types/mdast": "^4.0.0",
  10044. "mdast-util-to-hast": "^13.0.0",
  10045. "unified": "^11.0.0",
  10046. "vfile": "^6.0.0"
  10047. },
  10048. "funding": {
  10049. "type": "opencollective",
  10050. "url": "https://opencollective.com/unified"
  10051. }
  10052. },
  10053. "node_modules/remark-stringify": {
  10054. "version": "11.0.0",
  10055. "resolved": "https://registry.npmmirror.com/remark-stringify/-/remark-stringify-11.0.0.tgz",
  10056. "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==",
  10057. "license": "MIT",
  10058. "dependencies": {
  10059. "@types/mdast": "^4.0.0",
  10060. "mdast-util-to-markdown": "^2.0.0",
  10061. "unified": "^11.0.0"
  10062. },
  10063. "funding": {
  10064. "type": "opencollective",
  10065. "url": "https://opencollective.com/unified"
  10066. }
  10067. },
  10068. "node_modules/reselect": {
  10069. "version": "5.1.1",
  10070. "resolved": "https://registry.npmmirror.com/reselect/-/reselect-5.1.1.tgz",
  10071. "integrity": "sha512-K/BG6eIky/SBpzfHZv/dd+9JBFiS4SWV7FIujVyJRux6e45+73RaUHXLmIR1f7WOMaQ0U1km6qwklRQxpJJY0w==",
  10072. "license": "MIT"
  10073. },
  10074. "node_modules/resize-observer-polyfill": {
  10075. "version": "1.5.1",
  10076. "resolved": "https://registry.npmmirror.com/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz",
  10077. "integrity": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==",
  10078. "license": "MIT"
  10079. },
  10080. "node_modules/resolve": {
  10081. "version": "1.22.10",
  10082. "resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.10.tgz",
  10083. "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==",
  10084. "license": "MIT",
  10085. "dependencies": {
  10086. "is-core-module": "^2.16.0",
  10087. "path-parse": "^1.0.7",
  10088. "supports-preserve-symlinks-flag": "^1.0.0"
  10089. },
  10090. "bin": {
  10091. "resolve": "bin/resolve"
  10092. },
  10093. "engines": {
  10094. "node": ">= 0.4"
  10095. },
  10096. "funding": {
  10097. "url": "https://github.com/sponsors/ljharb"
  10098. }
  10099. },
  10100. "node_modules/resolve-from": {
  10101. "version": "4.0.0",
  10102. "resolved": "https://registry.npmmirror.com/resolve-from/-/resolve-from-4.0.0.tgz",
  10103. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  10104. "license": "MIT",
  10105. "engines": {
  10106. "node": ">=4"
  10107. }
  10108. },
  10109. "node_modules/resolve-pkg-maps": {
  10110. "version": "1.0.0",
  10111. "resolved": "https://registry.npmmirror.com/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
  10112. "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==",
  10113. "dev": true,
  10114. "license": "MIT",
  10115. "funding": {
  10116. "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
  10117. }
  10118. },
  10119. "node_modules/reusify": {
  10120. "version": "1.1.0",
  10121. "resolved": "https://registry.npmmirror.com/reusify/-/reusify-1.1.0.tgz",
  10122. "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  10123. "dev": true,
  10124. "license": "MIT",
  10125. "engines": {
  10126. "iojs": ">=1.0.0",
  10127. "node": ">=0.10.0"
  10128. }
  10129. },
  10130. "node_modules/run-parallel": {
  10131. "version": "1.2.0",
  10132. "resolved": "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz",
  10133. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  10134. "dev": true,
  10135. "funding": [
  10136. {
  10137. "type": "github",
  10138. "url": "https://github.com/sponsors/feross"
  10139. },
  10140. {
  10141. "type": "patreon",
  10142. "url": "https://www.patreon.com/feross"
  10143. },
  10144. {
  10145. "type": "consulting",
  10146. "url": "https://feross.org/support"
  10147. }
  10148. ],
  10149. "license": "MIT",
  10150. "dependencies": {
  10151. "queue-microtask": "^1.2.2"
  10152. }
  10153. },
  10154. "node_modules/safe-array-concat": {
  10155. "version": "1.1.3",
  10156. "resolved": "https://registry.npmmirror.com/safe-array-concat/-/safe-array-concat-1.1.3.tgz",
  10157. "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==",
  10158. "dev": true,
  10159. "license": "MIT",
  10160. "dependencies": {
  10161. "call-bind": "^1.0.8",
  10162. "call-bound": "^1.0.2",
  10163. "get-intrinsic": "^1.2.6",
  10164. "has-symbols": "^1.1.0",
  10165. "isarray": "^2.0.5"
  10166. },
  10167. "engines": {
  10168. "node": ">=0.4"
  10169. },
  10170. "funding": {
  10171. "url": "https://github.com/sponsors/ljharb"
  10172. }
  10173. },
  10174. "node_modules/safe-push-apply": {
  10175. "version": "1.0.0",
  10176. "resolved": "https://registry.npmmirror.com/safe-push-apply/-/safe-push-apply-1.0.0.tgz",
  10177. "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==",
  10178. "dev": true,
  10179. "license": "MIT",
  10180. "dependencies": {
  10181. "es-errors": "^1.3.0",
  10182. "isarray": "^2.0.5"
  10183. },
  10184. "engines": {
  10185. "node": ">= 0.4"
  10186. },
  10187. "funding": {
  10188. "url": "https://github.com/sponsors/ljharb"
  10189. }
  10190. },
  10191. "node_modules/safe-regex-test": {
  10192. "version": "1.1.0",
  10193. "resolved": "https://registry.npmmirror.com/safe-regex-test/-/safe-regex-test-1.1.0.tgz",
  10194. "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==",
  10195. "dev": true,
  10196. "license": "MIT",
  10197. "dependencies": {
  10198. "call-bound": "^1.0.2",
  10199. "es-errors": "^1.3.0",
  10200. "is-regex": "^1.2.1"
  10201. },
  10202. "engines": {
  10203. "node": ">= 0.4"
  10204. },
  10205. "funding": {
  10206. "url": "https://github.com/sponsors/ljharb"
  10207. }
  10208. },
  10209. "node_modules/safe-stable-stringify": {
  10210. "version": "2.5.0",
  10211. "resolved": "https://registry.npmmirror.com/safe-stable-stringify/-/safe-stable-stringify-2.5.0.tgz",
  10212. "integrity": "sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==",
  10213. "license": "MIT",
  10214. "engines": {
  10215. "node": ">=10"
  10216. }
  10217. },
  10218. "node_modules/sass": {
  10219. "version": "1.90.0",
  10220. "resolved": "https://registry.npmmirror.com/sass/-/sass-1.90.0.tgz",
  10221. "integrity": "sha512-9GUyuksjw70uNpb1MTYWsH9MQHOHY6kwfnkafC24+7aOMZn9+rVMBxRbLvw756mrBFbIsFg6Xw9IkR2Fnn3k+Q==",
  10222. "license": "MIT",
  10223. "dependencies": {
  10224. "chokidar": "^4.0.0",
  10225. "immutable": "^5.0.2",
  10226. "source-map-js": ">=0.6.2 <2.0.0"
  10227. },
  10228. "bin": {
  10229. "sass": "sass.js"
  10230. },
  10231. "engines": {
  10232. "node": ">=14.0.0"
  10233. },
  10234. "optionalDependencies": {
  10235. "@parcel/watcher": "^2.4.1"
  10236. }
  10237. },
  10238. "node_modules/scheduler": {
  10239. "version": "0.26.0",
  10240. "resolved": "https://registry.npmmirror.com/scheduler/-/scheduler-0.26.0.tgz",
  10241. "integrity": "sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==",
  10242. "license": "MIT"
  10243. },
  10244. "node_modules/scroll-into-view-if-needed": {
  10245. "version": "3.1.0",
  10246. "resolved": "https://registry.npmmirror.com/scroll-into-view-if-needed/-/scroll-into-view-if-needed-3.1.0.tgz",
  10247. "integrity": "sha512-49oNpRjWRvnU8NyGVmUaYG4jtTkNonFZI86MmGRDqBphEK2EXT9gdEUoQPZhuBM8yWHxCWbobltqYO5M4XrUvQ==",
  10248. "license": "MIT",
  10249. "dependencies": {
  10250. "compute-scroll-into-view": "^3.0.2"
  10251. }
  10252. },
  10253. "node_modules/semver": {
  10254. "version": "7.7.2",
  10255. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.2.tgz",
  10256. "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
  10257. "devOptional": true,
  10258. "license": "ISC",
  10259. "bin": {
  10260. "semver": "bin/semver.js"
  10261. },
  10262. "engines": {
  10263. "node": ">=10"
  10264. }
  10265. },
  10266. "node_modules/set-function-length": {
  10267. "version": "1.2.2",
  10268. "resolved": "https://registry.npmmirror.com/set-function-length/-/set-function-length-1.2.2.tgz",
  10269. "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
  10270. "dev": true,
  10271. "license": "MIT",
  10272. "dependencies": {
  10273. "define-data-property": "^1.1.4",
  10274. "es-errors": "^1.3.0",
  10275. "function-bind": "^1.1.2",
  10276. "get-intrinsic": "^1.2.4",
  10277. "gopd": "^1.0.1",
  10278. "has-property-descriptors": "^1.0.2"
  10279. },
  10280. "engines": {
  10281. "node": ">= 0.4"
  10282. }
  10283. },
  10284. "node_modules/set-function-name": {
  10285. "version": "2.0.2",
  10286. "resolved": "https://registry.npmmirror.com/set-function-name/-/set-function-name-2.0.2.tgz",
  10287. "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
  10288. "dev": true,
  10289. "license": "MIT",
  10290. "dependencies": {
  10291. "define-data-property": "^1.1.4",
  10292. "es-errors": "^1.3.0",
  10293. "functions-have-names": "^1.2.3",
  10294. "has-property-descriptors": "^1.0.2"
  10295. },
  10296. "engines": {
  10297. "node": ">= 0.4"
  10298. }
  10299. },
  10300. "node_modules/set-proto": {
  10301. "version": "1.0.0",
  10302. "resolved": "https://registry.npmmirror.com/set-proto/-/set-proto-1.0.0.tgz",
  10303. "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==",
  10304. "dev": true,
  10305. "license": "MIT",
  10306. "dependencies": {
  10307. "dunder-proto": "^1.0.1",
  10308. "es-errors": "^1.3.0",
  10309. "es-object-atoms": "^1.0.0"
  10310. },
  10311. "engines": {
  10312. "node": ">= 0.4"
  10313. }
  10314. },
  10315. "node_modules/shallowequal": {
  10316. "version": "1.1.0",
  10317. "resolved": "https://registry.npmmirror.com/shallowequal/-/shallowequal-1.1.0.tgz",
  10318. "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==",
  10319. "license": "MIT"
  10320. },
  10321. "node_modules/sharp": {
  10322. "version": "0.34.3",
  10323. "resolved": "https://registry.npmmirror.com/sharp/-/sharp-0.34.3.tgz",
  10324. "integrity": "sha512-eX2IQ6nFohW4DbvHIOLRB3MHFpYqaqvXd3Tp5e/T/dSH83fxaNJQRvDMhASmkNTsNTVF2/OOopzRCt7xokgPfg==",
  10325. "hasInstallScript": true,
  10326. "license": "Apache-2.0",
  10327. "optional": true,
  10328. "dependencies": {
  10329. "color": "^4.2.3",
  10330. "detect-libc": "^2.0.4",
  10331. "semver": "^7.7.2"
  10332. },
  10333. "engines": {
  10334. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  10335. },
  10336. "funding": {
  10337. "url": "https://opencollective.com/libvips"
  10338. },
  10339. "optionalDependencies": {
  10340. "@img/sharp-darwin-arm64": "0.34.3",
  10341. "@img/sharp-darwin-x64": "0.34.3",
  10342. "@img/sharp-libvips-darwin-arm64": "1.2.0",
  10343. "@img/sharp-libvips-darwin-x64": "1.2.0",
  10344. "@img/sharp-libvips-linux-arm": "1.2.0",
  10345. "@img/sharp-libvips-linux-arm64": "1.2.0",
  10346. "@img/sharp-libvips-linux-ppc64": "1.2.0",
  10347. "@img/sharp-libvips-linux-s390x": "1.2.0",
  10348. "@img/sharp-libvips-linux-x64": "1.2.0",
  10349. "@img/sharp-libvips-linuxmusl-arm64": "1.2.0",
  10350. "@img/sharp-libvips-linuxmusl-x64": "1.2.0",
  10351. "@img/sharp-linux-arm": "0.34.3",
  10352. "@img/sharp-linux-arm64": "0.34.3",
  10353. "@img/sharp-linux-ppc64": "0.34.3",
  10354. "@img/sharp-linux-s390x": "0.34.3",
  10355. "@img/sharp-linux-x64": "0.34.3",
  10356. "@img/sharp-linuxmusl-arm64": "0.34.3",
  10357. "@img/sharp-linuxmusl-x64": "0.34.3",
  10358. "@img/sharp-wasm32": "0.34.3",
  10359. "@img/sharp-win32-arm64": "0.34.3",
  10360. "@img/sharp-win32-ia32": "0.34.3",
  10361. "@img/sharp-win32-x64": "0.34.3"
  10362. }
  10363. },
  10364. "node_modules/shebang-command": {
  10365. "version": "2.0.0",
  10366. "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz",
  10367. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  10368. "dev": true,
  10369. "license": "MIT",
  10370. "dependencies": {
  10371. "shebang-regex": "^3.0.0"
  10372. },
  10373. "engines": {
  10374. "node": ">=8"
  10375. }
  10376. },
  10377. "node_modules/shebang-regex": {
  10378. "version": "3.0.0",
  10379. "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz",
  10380. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  10381. "dev": true,
  10382. "license": "MIT",
  10383. "engines": {
  10384. "node": ">=8"
  10385. }
  10386. },
  10387. "node_modules/side-channel": {
  10388. "version": "1.1.0",
  10389. "resolved": "https://registry.npmmirror.com/side-channel/-/side-channel-1.1.0.tgz",
  10390. "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
  10391. "dev": true,
  10392. "license": "MIT",
  10393. "dependencies": {
  10394. "es-errors": "^1.3.0",
  10395. "object-inspect": "^1.13.3",
  10396. "side-channel-list": "^1.0.0",
  10397. "side-channel-map": "^1.0.1",
  10398. "side-channel-weakmap": "^1.0.2"
  10399. },
  10400. "engines": {
  10401. "node": ">= 0.4"
  10402. },
  10403. "funding": {
  10404. "url": "https://github.com/sponsors/ljharb"
  10405. }
  10406. },
  10407. "node_modules/side-channel-list": {
  10408. "version": "1.0.0",
  10409. "resolved": "https://registry.npmmirror.com/side-channel-list/-/side-channel-list-1.0.0.tgz",
  10410. "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
  10411. "dev": true,
  10412. "license": "MIT",
  10413. "dependencies": {
  10414. "es-errors": "^1.3.0",
  10415. "object-inspect": "^1.13.3"
  10416. },
  10417. "engines": {
  10418. "node": ">= 0.4"
  10419. },
  10420. "funding": {
  10421. "url": "https://github.com/sponsors/ljharb"
  10422. }
  10423. },
  10424. "node_modules/side-channel-map": {
  10425. "version": "1.0.1",
  10426. "resolved": "https://registry.npmmirror.com/side-channel-map/-/side-channel-map-1.0.1.tgz",
  10427. "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
  10428. "dev": true,
  10429. "license": "MIT",
  10430. "dependencies": {
  10431. "call-bound": "^1.0.2",
  10432. "es-errors": "^1.3.0",
  10433. "get-intrinsic": "^1.2.5",
  10434. "object-inspect": "^1.13.3"
  10435. },
  10436. "engines": {
  10437. "node": ">= 0.4"
  10438. },
  10439. "funding": {
  10440. "url": "https://github.com/sponsors/ljharb"
  10441. }
  10442. },
  10443. "node_modules/side-channel-weakmap": {
  10444. "version": "1.0.2",
  10445. "resolved": "https://registry.npmmirror.com/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
  10446. "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
  10447. "dev": true,
  10448. "license": "MIT",
  10449. "dependencies": {
  10450. "call-bound": "^1.0.2",
  10451. "es-errors": "^1.3.0",
  10452. "get-intrinsic": "^1.2.5",
  10453. "object-inspect": "^1.13.3",
  10454. "side-channel-map": "^1.0.1"
  10455. },
  10456. "engines": {
  10457. "node": ">= 0.4"
  10458. },
  10459. "funding": {
  10460. "url": "https://github.com/sponsors/ljharb"
  10461. }
  10462. },
  10463. "node_modules/simple-swizzle": {
  10464. "version": "0.2.2",
  10465. "resolved": "https://registry.npmmirror.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
  10466. "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==",
  10467. "license": "MIT",
  10468. "optional": true,
  10469. "dependencies": {
  10470. "is-arrayish": "^0.3.1"
  10471. }
  10472. },
  10473. "node_modules/source-map": {
  10474. "version": "0.5.7",
  10475. "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.5.7.tgz",
  10476. "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
  10477. "license": "BSD-3-Clause",
  10478. "engines": {
  10479. "node": ">=0.10.0"
  10480. }
  10481. },
  10482. "node_modules/source-map-js": {
  10483. "version": "1.2.1",
  10484. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  10485. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  10486. "license": "BSD-3-Clause",
  10487. "engines": {
  10488. "node": ">=0.10.0"
  10489. }
  10490. },
  10491. "node_modules/space-separated-tokens": {
  10492. "version": "2.0.2",
  10493. "resolved": "https://registry.npmmirror.com/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
  10494. "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
  10495. "license": "MIT",
  10496. "funding": {
  10497. "type": "github",
  10498. "url": "https://github.com/sponsors/wooorm"
  10499. }
  10500. },
  10501. "node_modules/stable-hash": {
  10502. "version": "0.0.5",
  10503. "resolved": "https://registry.npmmirror.com/stable-hash/-/stable-hash-0.0.5.tgz",
  10504. "integrity": "sha512-+L3ccpzibovGXFK+Ap/f8LOS0ahMrHTf3xu7mMLSpEGU0EO9ucaysSylKo9eRDFNhWve/y275iPmIZ4z39a9iA==",
  10505. "dev": true,
  10506. "license": "MIT"
  10507. },
  10508. "node_modules/stop-iteration-iterator": {
  10509. "version": "1.1.0",
  10510. "resolved": "https://registry.npmmirror.com/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz",
  10511. "integrity": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==",
  10512. "dev": true,
  10513. "license": "MIT",
  10514. "dependencies": {
  10515. "es-errors": "^1.3.0",
  10516. "internal-slot": "^1.1.0"
  10517. },
  10518. "engines": {
  10519. "node": ">= 0.4"
  10520. }
  10521. },
  10522. "node_modules/string-convert": {
  10523. "version": "0.2.1",
  10524. "resolved": "https://registry.npmmirror.com/string-convert/-/string-convert-0.2.1.tgz",
  10525. "integrity": "sha512-u/1tdPl4yQnPBjnVrmdLo9gtuLvELKsAoRapekWggdiQNvvvum+jYF329d84NAa660KQw7pB2n36KrIKVoXa3A==",
  10526. "license": "MIT"
  10527. },
  10528. "node_modules/string.prototype.includes": {
  10529. "version": "2.0.1",
  10530. "resolved": "https://registry.npmmirror.com/string.prototype.includes/-/string.prototype.includes-2.0.1.tgz",
  10531. "integrity": "sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==",
  10532. "dev": true,
  10533. "license": "MIT",
  10534. "dependencies": {
  10535. "call-bind": "^1.0.7",
  10536. "define-properties": "^1.2.1",
  10537. "es-abstract": "^1.23.3"
  10538. },
  10539. "engines": {
  10540. "node": ">= 0.4"
  10541. }
  10542. },
  10543. "node_modules/string.prototype.matchall": {
  10544. "version": "4.0.12",
  10545. "resolved": "https://registry.npmmirror.com/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz",
  10546. "integrity": "sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==",
  10547. "dev": true,
  10548. "license": "MIT",
  10549. "dependencies": {
  10550. "call-bind": "^1.0.8",
  10551. "call-bound": "^1.0.3",
  10552. "define-properties": "^1.2.1",
  10553. "es-abstract": "^1.23.6",
  10554. "es-errors": "^1.3.0",
  10555. "es-object-atoms": "^1.0.0",
  10556. "get-intrinsic": "^1.2.6",
  10557. "gopd": "^1.2.0",
  10558. "has-symbols": "^1.1.0",
  10559. "internal-slot": "^1.1.0",
  10560. "regexp.prototype.flags": "^1.5.3",
  10561. "set-function-name": "^2.0.2",
  10562. "side-channel": "^1.1.0"
  10563. },
  10564. "engines": {
  10565. "node": ">= 0.4"
  10566. },
  10567. "funding": {
  10568. "url": "https://github.com/sponsors/ljharb"
  10569. }
  10570. },
  10571. "node_modules/string.prototype.repeat": {
  10572. "version": "1.0.0",
  10573. "resolved": "https://registry.npmmirror.com/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz",
  10574. "integrity": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==",
  10575. "dev": true,
  10576. "license": "MIT",
  10577. "dependencies": {
  10578. "define-properties": "^1.1.3",
  10579. "es-abstract": "^1.17.5"
  10580. }
  10581. },
  10582. "node_modules/string.prototype.trim": {
  10583. "version": "1.2.10",
  10584. "resolved": "https://registry.npmmirror.com/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz",
  10585. "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==",
  10586. "dev": true,
  10587. "license": "MIT",
  10588. "dependencies": {
  10589. "call-bind": "^1.0.8",
  10590. "call-bound": "^1.0.2",
  10591. "define-data-property": "^1.1.4",
  10592. "define-properties": "^1.2.1",
  10593. "es-abstract": "^1.23.5",
  10594. "es-object-atoms": "^1.0.0",
  10595. "has-property-descriptors": "^1.0.2"
  10596. },
  10597. "engines": {
  10598. "node": ">= 0.4"
  10599. },
  10600. "funding": {
  10601. "url": "https://github.com/sponsors/ljharb"
  10602. }
  10603. },
  10604. "node_modules/string.prototype.trimend": {
  10605. "version": "1.0.9",
  10606. "resolved": "https://registry.npmmirror.com/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz",
  10607. "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==",
  10608. "dev": true,
  10609. "license": "MIT",
  10610. "dependencies": {
  10611. "call-bind": "^1.0.8",
  10612. "call-bound": "^1.0.2",
  10613. "define-properties": "^1.2.1",
  10614. "es-object-atoms": "^1.0.0"
  10615. },
  10616. "engines": {
  10617. "node": ">= 0.4"
  10618. },
  10619. "funding": {
  10620. "url": "https://github.com/sponsors/ljharb"
  10621. }
  10622. },
  10623. "node_modules/string.prototype.trimstart": {
  10624. "version": "1.0.8",
  10625. "resolved": "https://registry.npmmirror.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz",
  10626. "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==",
  10627. "dev": true,
  10628. "license": "MIT",
  10629. "dependencies": {
  10630. "call-bind": "^1.0.7",
  10631. "define-properties": "^1.2.1",
  10632. "es-object-atoms": "^1.0.0"
  10633. },
  10634. "engines": {
  10635. "node": ">= 0.4"
  10636. },
  10637. "funding": {
  10638. "url": "https://github.com/sponsors/ljharb"
  10639. }
  10640. },
  10641. "node_modules/stringify-entities": {
  10642. "version": "4.0.4",
  10643. "resolved": "https://registry.npmmirror.com/stringify-entities/-/stringify-entities-4.0.4.tgz",
  10644. "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==",
  10645. "license": "MIT",
  10646. "dependencies": {
  10647. "character-entities-html4": "^2.0.0",
  10648. "character-entities-legacy": "^3.0.0"
  10649. },
  10650. "funding": {
  10651. "type": "github",
  10652. "url": "https://github.com/sponsors/wooorm"
  10653. }
  10654. },
  10655. "node_modules/strip-bom": {
  10656. "version": "3.0.0",
  10657. "resolved": "https://registry.npmmirror.com/strip-bom/-/strip-bom-3.0.0.tgz",
  10658. "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
  10659. "dev": true,
  10660. "license": "MIT",
  10661. "engines": {
  10662. "node": ">=4"
  10663. }
  10664. },
  10665. "node_modules/strip-json-comments": {
  10666. "version": "3.1.1",
  10667. "resolved": "https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  10668. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  10669. "dev": true,
  10670. "license": "MIT",
  10671. "engines": {
  10672. "node": ">=8"
  10673. },
  10674. "funding": {
  10675. "url": "https://github.com/sponsors/sindresorhus"
  10676. }
  10677. },
  10678. "node_modules/style-to-js": {
  10679. "version": "1.1.17",
  10680. "resolved": "https://registry.npmmirror.com/style-to-js/-/style-to-js-1.1.17.tgz",
  10681. "integrity": "sha512-xQcBGDxJb6jjFCTzvQtfiPn6YvvP2O8U1MDIPNfJQlWMYfktPy+iGsHE7cssjs7y84d9fQaK4UF3RIJaAHSoYA==",
  10682. "license": "MIT",
  10683. "dependencies": {
  10684. "style-to-object": "1.0.9"
  10685. }
  10686. },
  10687. "node_modules/style-to-object": {
  10688. "version": "1.0.9",
  10689. "resolved": "https://registry.npmmirror.com/style-to-object/-/style-to-object-1.0.9.tgz",
  10690. "integrity": "sha512-G4qppLgKu/k6FwRpHiGiKPaPTFcG3g4wNVX/Qsfu+RqQM30E7Tyu/TEgxcL9PNLF5pdRLwQdE3YKKf+KF2Dzlw==",
  10691. "license": "MIT",
  10692. "dependencies": {
  10693. "inline-style-parser": "0.2.4"
  10694. }
  10695. },
  10696. "node_modules/styled-jsx": {
  10697. "version": "5.1.6",
  10698. "resolved": "https://registry.npmmirror.com/styled-jsx/-/styled-jsx-5.1.6.tgz",
  10699. "integrity": "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==",
  10700. "license": "MIT",
  10701. "dependencies": {
  10702. "client-only": "0.0.1"
  10703. },
  10704. "engines": {
  10705. "node": ">= 12.0.0"
  10706. },
  10707. "peerDependencies": {
  10708. "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0"
  10709. },
  10710. "peerDependenciesMeta": {
  10711. "@babel/core": {
  10712. "optional": true
  10713. },
  10714. "babel-plugin-macros": {
  10715. "optional": true
  10716. }
  10717. }
  10718. },
  10719. "node_modules/stylis": {
  10720. "version": "4.3.6",
  10721. "resolved": "https://registry.npmmirror.com/stylis/-/stylis-4.3.6.tgz",
  10722. "integrity": "sha512-yQ3rwFWRfwNUY7H5vpU0wfdkNSnvnJinhF9830Swlaxl03zsOjCfmX0ugac+3LtK0lYSgwL/KXc8oYL3mG4YFQ==",
  10723. "license": "MIT"
  10724. },
  10725. "node_modules/supports-color": {
  10726. "version": "7.2.0",
  10727. "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz",
  10728. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  10729. "dev": true,
  10730. "license": "MIT",
  10731. "dependencies": {
  10732. "has-flag": "^4.0.0"
  10733. },
  10734. "engines": {
  10735. "node": ">=8"
  10736. }
  10737. },
  10738. "node_modules/supports-preserve-symlinks-flag": {
  10739. "version": "1.0.0",
  10740. "resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  10741. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  10742. "license": "MIT",
  10743. "engines": {
  10744. "node": ">= 0.4"
  10745. },
  10746. "funding": {
  10747. "url": "https://github.com/sponsors/ljharb"
  10748. }
  10749. },
  10750. "node_modules/swr": {
  10751. "version": "2.3.4",
  10752. "resolved": "https://registry.npmmirror.com/swr/-/swr-2.3.4.tgz",
  10753. "integrity": "sha512-bYd2lrhc+VarcpkgWclcUi92wYCpOgMws9Sd1hG1ntAu0NEy+14CbotuFjshBU2kt9rYj9TSmDcybpxpeTU1fg==",
  10754. "license": "MIT",
  10755. "dependencies": {
  10756. "dequal": "^2.0.3",
  10757. "use-sync-external-store": "^1.4.0"
  10758. },
  10759. "peerDependencies": {
  10760. "react": "^16.11.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  10761. }
  10762. },
  10763. "node_modules/tailwind-merge": {
  10764. "version": "3.3.1",
  10765. "resolved": "https://registry.npmmirror.com/tailwind-merge/-/tailwind-merge-3.3.1.tgz",
  10766. "integrity": "sha512-gBXpgUm/3rp1lMZZrM/w7D8GKqshif0zAymAhbCyIt8KMe+0v9DQ7cdYLR4FHH/cKpdTXb+A/tKKU3eolfsI+g==",
  10767. "license": "MIT",
  10768. "funding": {
  10769. "type": "github",
  10770. "url": "https://github.com/sponsors/dcastil"
  10771. }
  10772. },
  10773. "node_modules/tailwindcss": {
  10774. "version": "4.1.11",
  10775. "resolved": "https://registry.npmmirror.com/tailwindcss/-/tailwindcss-4.1.11.tgz",
  10776. "integrity": "sha512-2E9TBm6MDD/xKYe+dvJZAmg3yxIEDNRc0jwlNyDg/4Fil2QcSLjFKGVff0lAf1jjeaArlG/M75Ey/EYr/OJtBA==",
  10777. "dev": true,
  10778. "license": "MIT"
  10779. },
  10780. "node_modules/tapable": {
  10781. "version": "2.2.2",
  10782. "resolved": "https://registry.npmmirror.com/tapable/-/tapable-2.2.2.tgz",
  10783. "integrity": "sha512-Re10+NauLTMCudc7T5WLFLAwDhQ0JWdrMK+9B2M8zR5hRExKmsRDCBA7/aV/pNJFltmBFO5BAMlQFi/vq3nKOg==",
  10784. "dev": true,
  10785. "license": "MIT",
  10786. "engines": {
  10787. "node": ">=6"
  10788. }
  10789. },
  10790. "node_modules/tar": {
  10791. "version": "7.4.3",
  10792. "resolved": "https://registry.npmmirror.com/tar/-/tar-7.4.3.tgz",
  10793. "integrity": "sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==",
  10794. "dev": true,
  10795. "license": "ISC",
  10796. "dependencies": {
  10797. "@isaacs/fs-minipass": "^4.0.0",
  10798. "chownr": "^3.0.0",
  10799. "minipass": "^7.1.2",
  10800. "minizlib": "^3.0.1",
  10801. "mkdirp": "^3.0.1",
  10802. "yallist": "^5.0.0"
  10803. },
  10804. "engines": {
  10805. "node": ">=18"
  10806. }
  10807. },
  10808. "node_modules/throttle-debounce": {
  10809. "version": "5.0.2",
  10810. "resolved": "https://registry.npmmirror.com/throttle-debounce/-/throttle-debounce-5.0.2.tgz",
  10811. "integrity": "sha512-B71/4oyj61iNH0KeCamLuE2rmKuTO5byTOSVwECM5FA7TiAiAW+UqTKZ9ERueC4qvgSttUhdmq1mXC3kJqGX7A==",
  10812. "license": "MIT",
  10813. "engines": {
  10814. "node": ">=12.22"
  10815. }
  10816. },
  10817. "node_modules/tiny-invariant": {
  10818. "version": "1.3.3",
  10819. "resolved": "https://registry.npmmirror.com/tiny-invariant/-/tiny-invariant-1.3.3.tgz",
  10820. "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==",
  10821. "license": "MIT"
  10822. },
  10823. "node_modules/tinycolor2": {
  10824. "version": "1.6.0",
  10825. "resolved": "https://registry.npmmirror.com/tinycolor2/-/tinycolor2-1.6.0.tgz",
  10826. "integrity": "sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==",
  10827. "license": "MIT"
  10828. },
  10829. "node_modules/tinyglobby": {
  10830. "version": "0.2.14",
  10831. "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.14.tgz",
  10832. "integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==",
  10833. "dev": true,
  10834. "license": "MIT",
  10835. "dependencies": {
  10836. "fdir": "^6.4.4",
  10837. "picomatch": "^4.0.2"
  10838. },
  10839. "engines": {
  10840. "node": ">=12.0.0"
  10841. },
  10842. "funding": {
  10843. "url": "https://github.com/sponsors/SuperchupuDev"
  10844. }
  10845. },
  10846. "node_modules/tinyglobby/node_modules/fdir": {
  10847. "version": "6.4.6",
  10848. "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.4.6.tgz",
  10849. "integrity": "sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==",
  10850. "dev": true,
  10851. "license": "MIT",
  10852. "peerDependencies": {
  10853. "picomatch": "^3 || ^4"
  10854. },
  10855. "peerDependenciesMeta": {
  10856. "picomatch": {
  10857. "optional": true
  10858. }
  10859. }
  10860. },
  10861. "node_modules/tinyglobby/node_modules/picomatch": {
  10862. "version": "4.0.3",
  10863. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.3.tgz",
  10864. "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
  10865. "dev": true,
  10866. "license": "MIT",
  10867. "engines": {
  10868. "node": ">=12"
  10869. },
  10870. "funding": {
  10871. "url": "https://github.com/sponsors/jonschlinkert"
  10872. }
  10873. },
  10874. "node_modules/to-regex-range": {
  10875. "version": "5.0.1",
  10876. "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
  10877. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  10878. "devOptional": true,
  10879. "license": "MIT",
  10880. "dependencies": {
  10881. "is-number": "^7.0.0"
  10882. },
  10883. "engines": {
  10884. "node": ">=8.0"
  10885. }
  10886. },
  10887. "node_modules/toggle-selection": {
  10888. "version": "1.0.6",
  10889. "resolved": "https://registry.npmmirror.com/toggle-selection/-/toggle-selection-1.0.6.tgz",
  10890. "integrity": "sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==",
  10891. "license": "MIT"
  10892. },
  10893. "node_modules/trim-lines": {
  10894. "version": "3.0.1",
  10895. "resolved": "https://registry.npmmirror.com/trim-lines/-/trim-lines-3.0.1.tgz",
  10896. "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
  10897. "license": "MIT",
  10898. "funding": {
  10899. "type": "github",
  10900. "url": "https://github.com/sponsors/wooorm"
  10901. }
  10902. },
  10903. "node_modules/trough": {
  10904. "version": "2.2.0",
  10905. "resolved": "https://registry.npmmirror.com/trough/-/trough-2.2.0.tgz",
  10906. "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==",
  10907. "license": "MIT",
  10908. "funding": {
  10909. "type": "github",
  10910. "url": "https://github.com/sponsors/wooorm"
  10911. }
  10912. },
  10913. "node_modules/ts-api-utils": {
  10914. "version": "2.1.0",
  10915. "resolved": "https://registry.npmmirror.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
  10916. "integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
  10917. "dev": true,
  10918. "license": "MIT",
  10919. "engines": {
  10920. "node": ">=18.12"
  10921. },
  10922. "peerDependencies": {
  10923. "typescript": ">=4.8.4"
  10924. }
  10925. },
  10926. "node_modules/tsconfig-paths": {
  10927. "version": "3.15.0",
  10928. "resolved": "https://registry.npmmirror.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
  10929. "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==",
  10930. "dev": true,
  10931. "license": "MIT",
  10932. "dependencies": {
  10933. "@types/json5": "^0.0.29",
  10934. "json5": "^1.0.2",
  10935. "minimist": "^1.2.6",
  10936. "strip-bom": "^3.0.0"
  10937. }
  10938. },
  10939. "node_modules/tslib": {
  10940. "version": "2.8.1",
  10941. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz",
  10942. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  10943. "license": "0BSD"
  10944. },
  10945. "node_modules/type-check": {
  10946. "version": "0.4.0",
  10947. "resolved": "https://registry.npmmirror.com/type-check/-/type-check-0.4.0.tgz",
  10948. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  10949. "dev": true,
  10950. "license": "MIT",
  10951. "dependencies": {
  10952. "prelude-ls": "^1.2.1"
  10953. },
  10954. "engines": {
  10955. "node": ">= 0.8.0"
  10956. }
  10957. },
  10958. "node_modules/typed-array-buffer": {
  10959. "version": "1.0.3",
  10960. "resolved": "https://registry.npmmirror.com/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz",
  10961. "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==",
  10962. "dev": true,
  10963. "license": "MIT",
  10964. "dependencies": {
  10965. "call-bound": "^1.0.3",
  10966. "es-errors": "^1.3.0",
  10967. "is-typed-array": "^1.1.14"
  10968. },
  10969. "engines": {
  10970. "node": ">= 0.4"
  10971. }
  10972. },
  10973. "node_modules/typed-array-byte-length": {
  10974. "version": "1.0.3",
  10975. "resolved": "https://registry.npmmirror.com/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz",
  10976. "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==",
  10977. "dev": true,
  10978. "license": "MIT",
  10979. "dependencies": {
  10980. "call-bind": "^1.0.8",
  10981. "for-each": "^0.3.3",
  10982. "gopd": "^1.2.0",
  10983. "has-proto": "^1.2.0",
  10984. "is-typed-array": "^1.1.14"
  10985. },
  10986. "engines": {
  10987. "node": ">= 0.4"
  10988. },
  10989. "funding": {
  10990. "url": "https://github.com/sponsors/ljharb"
  10991. }
  10992. },
  10993. "node_modules/typed-array-byte-offset": {
  10994. "version": "1.0.4",
  10995. "resolved": "https://registry.npmmirror.com/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz",
  10996. "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==",
  10997. "dev": true,
  10998. "license": "MIT",
  10999. "dependencies": {
  11000. "available-typed-arrays": "^1.0.7",
  11001. "call-bind": "^1.0.8",
  11002. "for-each": "^0.3.3",
  11003. "gopd": "^1.2.0",
  11004. "has-proto": "^1.2.0",
  11005. "is-typed-array": "^1.1.15",
  11006. "reflect.getprototypeof": "^1.0.9"
  11007. },
  11008. "engines": {
  11009. "node": ">= 0.4"
  11010. },
  11011. "funding": {
  11012. "url": "https://github.com/sponsors/ljharb"
  11013. }
  11014. },
  11015. "node_modules/typed-array-length": {
  11016. "version": "1.0.7",
  11017. "resolved": "https://registry.npmmirror.com/typed-array-length/-/typed-array-length-1.0.7.tgz",
  11018. "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==",
  11019. "dev": true,
  11020. "license": "MIT",
  11021. "dependencies": {
  11022. "call-bind": "^1.0.7",
  11023. "for-each": "^0.3.3",
  11024. "gopd": "^1.0.1",
  11025. "is-typed-array": "^1.1.13",
  11026. "possible-typed-array-names": "^1.0.0",
  11027. "reflect.getprototypeof": "^1.0.6"
  11028. },
  11029. "engines": {
  11030. "node": ">= 0.4"
  11031. },
  11032. "funding": {
  11033. "url": "https://github.com/sponsors/ljharb"
  11034. }
  11035. },
  11036. "node_modules/typescript": {
  11037. "version": "5.9.2",
  11038. "resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.9.2.tgz",
  11039. "integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==",
  11040. "dev": true,
  11041. "license": "Apache-2.0",
  11042. "bin": {
  11043. "tsc": "bin/tsc",
  11044. "tsserver": "bin/tsserver"
  11045. },
  11046. "engines": {
  11047. "node": ">=14.17"
  11048. }
  11049. },
  11050. "node_modules/unbox-primitive": {
  11051. "version": "1.1.0",
  11052. "resolved": "https://registry.npmmirror.com/unbox-primitive/-/unbox-primitive-1.1.0.tgz",
  11053. "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==",
  11054. "dev": true,
  11055. "license": "MIT",
  11056. "dependencies": {
  11057. "call-bound": "^1.0.3",
  11058. "has-bigints": "^1.0.2",
  11059. "has-symbols": "^1.1.0",
  11060. "which-boxed-primitive": "^1.1.1"
  11061. },
  11062. "engines": {
  11063. "node": ">= 0.4"
  11064. },
  11065. "funding": {
  11066. "url": "https://github.com/sponsors/ljharb"
  11067. }
  11068. },
  11069. "node_modules/undici-types": {
  11070. "version": "6.21.0",
  11071. "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-6.21.0.tgz",
  11072. "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
  11073. "dev": true,
  11074. "license": "MIT"
  11075. },
  11076. "node_modules/unified": {
  11077. "version": "11.0.5",
  11078. "resolved": "https://registry.npmmirror.com/unified/-/unified-11.0.5.tgz",
  11079. "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==",
  11080. "license": "MIT",
  11081. "dependencies": {
  11082. "@types/unist": "^3.0.0",
  11083. "bail": "^2.0.0",
  11084. "devlop": "^1.0.0",
  11085. "extend": "^3.0.0",
  11086. "is-plain-obj": "^4.0.0",
  11087. "trough": "^2.0.0",
  11088. "vfile": "^6.0.0"
  11089. },
  11090. "funding": {
  11091. "type": "opencollective",
  11092. "url": "https://opencollective.com/unified"
  11093. }
  11094. },
  11095. "node_modules/unist-util-filter": {
  11096. "version": "5.0.1",
  11097. "resolved": "https://registry.npmmirror.com/unist-util-filter/-/unist-util-filter-5.0.1.tgz",
  11098. "integrity": "sha512-pHx7D4Zt6+TsfwylH9+lYhBhzyhEnCXs/lbq/Hstxno5z4gVdyc2WEW0asfjGKPyG4pEKrnBv5hdkO6+aRnQJw==",
  11099. "license": "MIT",
  11100. "dependencies": {
  11101. "@types/unist": "^3.0.0",
  11102. "unist-util-is": "^6.0.0",
  11103. "unist-util-visit-parents": "^6.0.0"
  11104. }
  11105. },
  11106. "node_modules/unist-util-is": {
  11107. "version": "6.0.0",
  11108. "resolved": "https://registry.npmmirror.com/unist-util-is/-/unist-util-is-6.0.0.tgz",
  11109. "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==",
  11110. "license": "MIT",
  11111. "dependencies": {
  11112. "@types/unist": "^3.0.0"
  11113. },
  11114. "funding": {
  11115. "type": "opencollective",
  11116. "url": "https://opencollective.com/unified"
  11117. }
  11118. },
  11119. "node_modules/unist-util-position": {
  11120. "version": "5.0.0",
  11121. "resolved": "https://registry.npmmirror.com/unist-util-position/-/unist-util-position-5.0.0.tgz",
  11122. "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
  11123. "license": "MIT",
  11124. "dependencies": {
  11125. "@types/unist": "^3.0.0"
  11126. },
  11127. "funding": {
  11128. "type": "opencollective",
  11129. "url": "https://opencollective.com/unified"
  11130. }
  11131. },
  11132. "node_modules/unist-util-stringify-position": {
  11133. "version": "4.0.0",
  11134. "resolved": "https://registry.npmmirror.com/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
  11135. "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
  11136. "license": "MIT",
  11137. "dependencies": {
  11138. "@types/unist": "^3.0.0"
  11139. },
  11140. "funding": {
  11141. "type": "opencollective",
  11142. "url": "https://opencollective.com/unified"
  11143. }
  11144. },
  11145. "node_modules/unist-util-visit": {
  11146. "version": "5.0.0",
  11147. "resolved": "https://registry.npmmirror.com/unist-util-visit/-/unist-util-visit-5.0.0.tgz",
  11148. "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==",
  11149. "license": "MIT",
  11150. "dependencies": {
  11151. "@types/unist": "^3.0.0",
  11152. "unist-util-is": "^6.0.0",
  11153. "unist-util-visit-parents": "^6.0.0"
  11154. },
  11155. "funding": {
  11156. "type": "opencollective",
  11157. "url": "https://opencollective.com/unified"
  11158. }
  11159. },
  11160. "node_modules/unist-util-visit-parents": {
  11161. "version": "6.0.1",
  11162. "resolved": "https://registry.npmmirror.com/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz",
  11163. "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==",
  11164. "license": "MIT",
  11165. "dependencies": {
  11166. "@types/unist": "^3.0.0",
  11167. "unist-util-is": "^6.0.0"
  11168. },
  11169. "funding": {
  11170. "type": "opencollective",
  11171. "url": "https://opencollective.com/unified"
  11172. }
  11173. },
  11174. "node_modules/unrs-resolver": {
  11175. "version": "1.11.1",
  11176. "resolved": "https://registry.npmmirror.com/unrs-resolver/-/unrs-resolver-1.11.1.tgz",
  11177. "integrity": "sha512-bSjt9pjaEBnNiGgc9rUiHGKv5l4/TGzDmYw3RhnkJGtLhbnnA/5qJj7x3dNDCRx/PJxu774LlH8lCOlB4hEfKg==",
  11178. "dev": true,
  11179. "hasInstallScript": true,
  11180. "license": "MIT",
  11181. "dependencies": {
  11182. "napi-postinstall": "^0.3.0"
  11183. },
  11184. "funding": {
  11185. "url": "https://opencollective.com/unrs-resolver"
  11186. },
  11187. "optionalDependencies": {
  11188. "@unrs/resolver-binding-android-arm-eabi": "1.11.1",
  11189. "@unrs/resolver-binding-android-arm64": "1.11.1",
  11190. "@unrs/resolver-binding-darwin-arm64": "1.11.1",
  11191. "@unrs/resolver-binding-darwin-x64": "1.11.1",
  11192. "@unrs/resolver-binding-freebsd-x64": "1.11.1",
  11193. "@unrs/resolver-binding-linux-arm-gnueabihf": "1.11.1",
  11194. "@unrs/resolver-binding-linux-arm-musleabihf": "1.11.1",
  11195. "@unrs/resolver-binding-linux-arm64-gnu": "1.11.1",
  11196. "@unrs/resolver-binding-linux-arm64-musl": "1.11.1",
  11197. "@unrs/resolver-binding-linux-ppc64-gnu": "1.11.1",
  11198. "@unrs/resolver-binding-linux-riscv64-gnu": "1.11.1",
  11199. "@unrs/resolver-binding-linux-riscv64-musl": "1.11.1",
  11200. "@unrs/resolver-binding-linux-s390x-gnu": "1.11.1",
  11201. "@unrs/resolver-binding-linux-x64-gnu": "1.11.1",
  11202. "@unrs/resolver-binding-linux-x64-musl": "1.11.1",
  11203. "@unrs/resolver-binding-wasm32-wasi": "1.11.1",
  11204. "@unrs/resolver-binding-win32-arm64-msvc": "1.11.1",
  11205. "@unrs/resolver-binding-win32-ia32-msvc": "1.11.1",
  11206. "@unrs/resolver-binding-win32-x64-msvc": "1.11.1"
  11207. }
  11208. },
  11209. "node_modules/uri-js": {
  11210. "version": "4.4.1",
  11211. "resolved": "https://registry.npmmirror.com/uri-js/-/uri-js-4.4.1.tgz",
  11212. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  11213. "dev": true,
  11214. "license": "BSD-2-Clause",
  11215. "dependencies": {
  11216. "punycode": "^2.1.0"
  11217. }
  11218. },
  11219. "node_modules/use-sync-external-store": {
  11220. "version": "1.5.0",
  11221. "resolved": "https://registry.npmmirror.com/use-sync-external-store/-/use-sync-external-store-1.5.0.tgz",
  11222. "integrity": "sha512-Rb46I4cGGVBmjamjphe8L/UnvJD+uPPtTkNvX5mZgqdbavhI4EbgIWJiIHXJ8bc/i9EQGPRh4DwEURJ552Do0A==",
  11223. "license": "MIT",
  11224. "peerDependencies": {
  11225. "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  11226. }
  11227. },
  11228. "node_modules/vfile": {
  11229. "version": "6.0.3",
  11230. "resolved": "https://registry.npmmirror.com/vfile/-/vfile-6.0.3.tgz",
  11231. "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
  11232. "license": "MIT",
  11233. "dependencies": {
  11234. "@types/unist": "^3.0.0",
  11235. "vfile-message": "^4.0.0"
  11236. },
  11237. "funding": {
  11238. "type": "opencollective",
  11239. "url": "https://opencollective.com/unified"
  11240. }
  11241. },
  11242. "node_modules/vfile-location": {
  11243. "version": "5.0.3",
  11244. "resolved": "https://registry.npmmirror.com/vfile-location/-/vfile-location-5.0.3.tgz",
  11245. "integrity": "sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==",
  11246. "license": "MIT",
  11247. "dependencies": {
  11248. "@types/unist": "^3.0.0",
  11249. "vfile": "^6.0.0"
  11250. },
  11251. "funding": {
  11252. "type": "opencollective",
  11253. "url": "https://opencollective.com/unified"
  11254. }
  11255. },
  11256. "node_modules/vfile-message": {
  11257. "version": "4.0.3",
  11258. "resolved": "https://registry.npmmirror.com/vfile-message/-/vfile-message-4.0.3.tgz",
  11259. "integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==",
  11260. "license": "MIT",
  11261. "dependencies": {
  11262. "@types/unist": "^3.0.0",
  11263. "unist-util-stringify-position": "^4.0.0"
  11264. },
  11265. "funding": {
  11266. "type": "opencollective",
  11267. "url": "https://opencollective.com/unified"
  11268. }
  11269. },
  11270. "node_modules/victory-vendor": {
  11271. "version": "37.3.6",
  11272. "resolved": "https://registry.npmmirror.com/victory-vendor/-/victory-vendor-37.3.6.tgz",
  11273. "integrity": "sha512-SbPDPdDBYp+5MJHhBCAyI7wKM3d5ivekigc2Dk2s7pgbZ9wIgIBYGVw4zGHBml/qTFbexrofXW6Gu4noGxrOwQ==",
  11274. "license": "MIT AND ISC",
  11275. "dependencies": {
  11276. "@types/d3-array": "^3.0.3",
  11277. "@types/d3-ease": "^3.0.0",
  11278. "@types/d3-interpolate": "^3.0.1",
  11279. "@types/d3-scale": "^4.0.2",
  11280. "@types/d3-shape": "^3.1.0",
  11281. "@types/d3-time": "^3.0.0",
  11282. "@types/d3-timer": "^3.0.0",
  11283. "d3-array": "^3.1.6",
  11284. "d3-ease": "^3.0.1",
  11285. "d3-interpolate": "^3.0.1",
  11286. "d3-scale": "^4.0.2",
  11287. "d3-shape": "^3.1.0",
  11288. "d3-time": "^3.0.0",
  11289. "d3-timer": "^3.0.1"
  11290. }
  11291. },
  11292. "node_modules/warning": {
  11293. "version": "4.0.3",
  11294. "resolved": "https://registry.npmmirror.com/warning/-/warning-4.0.3.tgz",
  11295. "integrity": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==",
  11296. "license": "MIT",
  11297. "dependencies": {
  11298. "loose-envify": "^1.0.0"
  11299. }
  11300. },
  11301. "node_modules/web-namespaces": {
  11302. "version": "2.0.1",
  11303. "resolved": "https://registry.npmmirror.com/web-namespaces/-/web-namespaces-2.0.1.tgz",
  11304. "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==",
  11305. "license": "MIT",
  11306. "funding": {
  11307. "type": "github",
  11308. "url": "https://github.com/sponsors/wooorm"
  11309. }
  11310. },
  11311. "node_modules/which": {
  11312. "version": "2.0.2",
  11313. "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
  11314. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  11315. "dev": true,
  11316. "license": "ISC",
  11317. "dependencies": {
  11318. "isexe": "^2.0.0"
  11319. },
  11320. "bin": {
  11321. "node-which": "bin/node-which"
  11322. },
  11323. "engines": {
  11324. "node": ">= 8"
  11325. }
  11326. },
  11327. "node_modules/which-boxed-primitive": {
  11328. "version": "1.1.1",
  11329. "resolved": "https://registry.npmmirror.com/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz",
  11330. "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==",
  11331. "dev": true,
  11332. "license": "MIT",
  11333. "dependencies": {
  11334. "is-bigint": "^1.1.0",
  11335. "is-boolean-object": "^1.2.1",
  11336. "is-number-object": "^1.1.1",
  11337. "is-string": "^1.1.1",
  11338. "is-symbol": "^1.1.1"
  11339. },
  11340. "engines": {
  11341. "node": ">= 0.4"
  11342. },
  11343. "funding": {
  11344. "url": "https://github.com/sponsors/ljharb"
  11345. }
  11346. },
  11347. "node_modules/which-builtin-type": {
  11348. "version": "1.2.1",
  11349. "resolved": "https://registry.npmmirror.com/which-builtin-type/-/which-builtin-type-1.2.1.tgz",
  11350. "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==",
  11351. "dev": true,
  11352. "license": "MIT",
  11353. "dependencies": {
  11354. "call-bound": "^1.0.2",
  11355. "function.prototype.name": "^1.1.6",
  11356. "has-tostringtag": "^1.0.2",
  11357. "is-async-function": "^2.0.0",
  11358. "is-date-object": "^1.1.0",
  11359. "is-finalizationregistry": "^1.1.0",
  11360. "is-generator-function": "^1.0.10",
  11361. "is-regex": "^1.2.1",
  11362. "is-weakref": "^1.0.2",
  11363. "isarray": "^2.0.5",
  11364. "which-boxed-primitive": "^1.1.0",
  11365. "which-collection": "^1.0.2",
  11366. "which-typed-array": "^1.1.16"
  11367. },
  11368. "engines": {
  11369. "node": ">= 0.4"
  11370. },
  11371. "funding": {
  11372. "url": "https://github.com/sponsors/ljharb"
  11373. }
  11374. },
  11375. "node_modules/which-collection": {
  11376. "version": "1.0.2",
  11377. "resolved": "https://registry.npmmirror.com/which-collection/-/which-collection-1.0.2.tgz",
  11378. "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==",
  11379. "dev": true,
  11380. "license": "MIT",
  11381. "dependencies": {
  11382. "is-map": "^2.0.3",
  11383. "is-set": "^2.0.3",
  11384. "is-weakmap": "^2.0.2",
  11385. "is-weakset": "^2.0.3"
  11386. },
  11387. "engines": {
  11388. "node": ">= 0.4"
  11389. },
  11390. "funding": {
  11391. "url": "https://github.com/sponsors/ljharb"
  11392. }
  11393. },
  11394. "node_modules/which-typed-array": {
  11395. "version": "1.1.19",
  11396. "resolved": "https://registry.npmmirror.com/which-typed-array/-/which-typed-array-1.1.19.tgz",
  11397. "integrity": "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==",
  11398. "dev": true,
  11399. "license": "MIT",
  11400. "dependencies": {
  11401. "available-typed-arrays": "^1.0.7",
  11402. "call-bind": "^1.0.8",
  11403. "call-bound": "^1.0.4",
  11404. "for-each": "^0.3.5",
  11405. "get-proto": "^1.0.1",
  11406. "gopd": "^1.2.0",
  11407. "has-tostringtag": "^1.0.2"
  11408. },
  11409. "engines": {
  11410. "node": ">= 0.4"
  11411. },
  11412. "funding": {
  11413. "url": "https://github.com/sponsors/ljharb"
  11414. }
  11415. },
  11416. "node_modules/word-wrap": {
  11417. "version": "1.2.5",
  11418. "resolved": "https://registry.npmmirror.com/word-wrap/-/word-wrap-1.2.5.tgz",
  11419. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  11420. "dev": true,
  11421. "license": "MIT",
  11422. "engines": {
  11423. "node": ">=0.10.0"
  11424. }
  11425. },
  11426. "node_modules/yallist": {
  11427. "version": "5.0.0",
  11428. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-5.0.0.tgz",
  11429. "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==",
  11430. "dev": true,
  11431. "license": "BlueOak-1.0.0",
  11432. "engines": {
  11433. "node": ">=18"
  11434. }
  11435. },
  11436. "node_modules/yaml": {
  11437. "version": "1.10.2",
  11438. "resolved": "https://registry.npmmirror.com/yaml/-/yaml-1.10.2.tgz",
  11439. "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
  11440. "license": "ISC",
  11441. "engines": {
  11442. "node": ">= 6"
  11443. }
  11444. },
  11445. "node_modules/yocto-queue": {
  11446. "version": "0.1.0",
  11447. "resolved": "https://registry.npmmirror.com/yocto-queue/-/yocto-queue-0.1.0.tgz",
  11448. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  11449. "dev": true,
  11450. "license": "MIT",
  11451. "engines": {
  11452. "node": ">=10"
  11453. },
  11454. "funding": {
  11455. "url": "https://github.com/sponsors/sindresorhus"
  11456. }
  11457. },
  11458. "node_modules/zwitch": {
  11459. "version": "2.0.4",
  11460. "resolved": "https://registry.npmmirror.com/zwitch/-/zwitch-2.0.4.tgz",
  11461. "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
  11462. "license": "MIT",
  11463. "funding": {
  11464. "type": "github",
  11465. "url": "https://github.com/sponsors/wooorm"
  11466. }
  11467. }
  11468. }
  11469. }