package-lock.json 443 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054605560566057605860596060606160626063606460656066606760686069607060716072607360746075607660776078607960806081608260836084608560866087608860896090609160926093609460956096609760986099610061016102610361046105610661076108610961106111611261136114611561166117611861196120612161226123612461256126612761286129613061316132613361346135613661376138613961406141614261436144614561466147614861496150615161526153615461556156615761586159616061616162616361646165616661676168616961706171617261736174617561766177617861796180618161826183618461856186618761886189619061916192619361946195619661976198619962006201620262036204620562066207620862096210621162126213621462156216621762186219622062216222622362246225622662276228622962306231623262336234623562366237623862396240624162426243624462456246624762486249625062516252625362546255625662576258625962606261626262636264626562666267626862696270627162726273627462756276627762786279628062816282628362846285628662876288628962906291629262936294629562966297629862996300630163026303630463056306630763086309631063116312631363146315631663176318631963206321632263236324632563266327632863296330633163326333633463356336633763386339634063416342634363446345634663476348634963506351635263536354635563566357635863596360636163626363636463656366636763686369637063716372637363746375637663776378637963806381638263836384638563866387638863896390639163926393639463956396639763986399640064016402640364046405640664076408640964106411641264136414641564166417641864196420642164226423642464256426642764286429643064316432643364346435643664376438643964406441644264436444644564466447644864496450645164526453645464556456645764586459646064616462646364646465646664676468646964706471647264736474647564766477647864796480648164826483648464856486648764886489649064916492649364946495649664976498649965006501650265036504650565066507650865096510651165126513651465156516651765186519652065216522652365246525652665276528652965306531653265336534653565366537653865396540654165426543654465456546654765486549655065516552655365546555655665576558655965606561656265636564656565666567656865696570657165726573657465756576657765786579658065816582658365846585658665876588658965906591659265936594659565966597659865996600660166026603660466056606660766086609661066116612661366146615661666176618661966206621662266236624662566266627662866296630663166326633663466356636663766386639664066416642664366446645664666476648664966506651665266536654665566566657665866596660666166626663666466656666666766686669667066716672667366746675667666776678667966806681668266836684668566866687668866896690669166926693669466956696669766986699670067016702670367046705670667076708670967106711671267136714671567166717671867196720672167226723672467256726672767286729673067316732673367346735673667376738673967406741674267436744674567466747674867496750675167526753675467556756675767586759676067616762676367646765676667676768676967706771677267736774677567766777677867796780678167826783678467856786678767886789679067916792679367946795679667976798679968006801680268036804680568066807680868096810681168126813681468156816681768186819682068216822682368246825682668276828682968306831683268336834683568366837683868396840684168426843684468456846684768486849685068516852685368546855685668576858685968606861686268636864686568666867686868696870687168726873687468756876687768786879688068816882688368846885688668876888688968906891689268936894689568966897689868996900690169026903690469056906690769086909691069116912691369146915691669176918691969206921692269236924692569266927692869296930693169326933693469356936693769386939694069416942694369446945694669476948694969506951695269536954695569566957695869596960696169626963696469656966696769686969697069716972697369746975697669776978697969806981698269836984698569866987698869896990699169926993699469956996699769986999700070017002700370047005700670077008700970107011701270137014701570167017701870197020702170227023702470257026702770287029703070317032703370347035703670377038703970407041704270437044704570467047704870497050705170527053705470557056705770587059706070617062706370647065706670677068706970707071707270737074707570767077707870797080708170827083708470857086708770887089709070917092709370947095709670977098709971007101710271037104710571067107710871097110711171127113711471157116711771187119712071217122712371247125712671277128712971307131713271337134713571367137713871397140714171427143714471457146714771487149715071517152715371547155715671577158715971607161716271637164716571667167716871697170717171727173717471757176717771787179718071817182718371847185718671877188718971907191719271937194719571967197719871997200720172027203720472057206720772087209721072117212721372147215721672177218721972207221722272237224722572267227722872297230723172327233723472357236723772387239724072417242724372447245724672477248724972507251725272537254725572567257725872597260726172627263726472657266726772687269727072717272727372747275727672777278727972807281728272837284728572867287728872897290729172927293729472957296729772987299730073017302730373047305730673077308730973107311731273137314731573167317731873197320732173227323732473257326732773287329733073317332733373347335733673377338733973407341734273437344734573467347734873497350735173527353735473557356735773587359736073617362736373647365736673677368736973707371737273737374737573767377737873797380738173827383738473857386738773887389739073917392739373947395739673977398739974007401740274037404740574067407740874097410741174127413741474157416741774187419742074217422742374247425742674277428742974307431743274337434743574367437743874397440744174427443744474457446744774487449745074517452745374547455745674577458745974607461746274637464746574667467746874697470747174727473747474757476747774787479748074817482748374847485748674877488748974907491749274937494749574967497749874997500750175027503750475057506750775087509751075117512751375147515751675177518751975207521752275237524752575267527752875297530753175327533753475357536753775387539754075417542754375447545754675477548754975507551755275537554755575567557755875597560756175627563756475657566756775687569757075717572757375747575757675777578757975807581758275837584758575867587758875897590759175927593759475957596759775987599760076017602760376047605760676077608760976107611761276137614761576167617761876197620762176227623762476257626762776287629763076317632763376347635763676377638763976407641764276437644764576467647764876497650765176527653765476557656765776587659766076617662766376647665766676677668766976707671767276737674767576767677767876797680768176827683768476857686768776887689769076917692769376947695769676977698769977007701770277037704770577067707770877097710771177127713771477157716771777187719772077217722772377247725772677277728772977307731773277337734773577367737773877397740774177427743774477457746774777487749775077517752775377547755775677577758775977607761776277637764776577667767776877697770777177727773777477757776777777787779778077817782778377847785778677877788778977907791779277937794779577967797779877997800780178027803780478057806780778087809781078117812781378147815781678177818781978207821782278237824782578267827782878297830783178327833783478357836783778387839784078417842784378447845784678477848784978507851785278537854785578567857785878597860786178627863786478657866786778687869787078717872787378747875787678777878787978807881788278837884788578867887788878897890789178927893789478957896789778987899790079017902790379047905790679077908790979107911791279137914791579167917791879197920792179227923792479257926792779287929793079317932793379347935793679377938793979407941794279437944794579467947794879497950795179527953795479557956795779587959796079617962796379647965796679677968796979707971797279737974797579767977797879797980798179827983798479857986798779887989799079917992799379947995799679977998799980008001800280038004800580068007800880098010801180128013801480158016801780188019802080218022802380248025802680278028802980308031803280338034803580368037803880398040804180428043804480458046804780488049805080518052805380548055805680578058805980608061806280638064806580668067806880698070807180728073807480758076807780788079808080818082808380848085808680878088808980908091809280938094809580968097809880998100810181028103810481058106810781088109811081118112811381148115811681178118811981208121812281238124812581268127812881298130813181328133813481358136813781388139814081418142814381448145814681478148814981508151815281538154815581568157815881598160816181628163816481658166816781688169817081718172817381748175817681778178817981808181818281838184818581868187818881898190819181928193819481958196819781988199820082018202820382048205820682078208820982108211821282138214821582168217821882198220822182228223822482258226822782288229823082318232823382348235823682378238823982408241824282438244824582468247824882498250825182528253825482558256825782588259826082618262826382648265826682678268826982708271827282738274827582768277827882798280828182828283828482858286828782888289829082918292829382948295829682978298829983008301830283038304830583068307830883098310831183128313831483158316831783188319832083218322832383248325832683278328832983308331833283338334833583368337833883398340834183428343834483458346834783488349835083518352835383548355835683578358835983608361836283638364836583668367836883698370837183728373837483758376837783788379838083818382838383848385838683878388838983908391839283938394839583968397839883998400840184028403840484058406840784088409841084118412841384148415841684178418841984208421842284238424842584268427842884298430843184328433843484358436843784388439844084418442844384448445844684478448844984508451845284538454845584568457845884598460846184628463846484658466846784688469847084718472847384748475847684778478847984808481848284838484848584868487848884898490849184928493849484958496849784988499850085018502850385048505850685078508850985108511851285138514851585168517851885198520852185228523852485258526852785288529853085318532853385348535853685378538853985408541854285438544854585468547854885498550855185528553855485558556855785588559856085618562856385648565856685678568856985708571857285738574857585768577857885798580858185828583858485858586858785888589859085918592859385948595859685978598859986008601860286038604860586068607860886098610861186128613861486158616861786188619862086218622862386248625862686278628862986308631863286338634863586368637863886398640864186428643864486458646864786488649865086518652865386548655865686578658865986608661866286638664866586668667866886698670867186728673867486758676867786788679868086818682868386848685868686878688868986908691869286938694869586968697869886998700870187028703870487058706870787088709871087118712871387148715871687178718871987208721872287238724872587268727872887298730873187328733873487358736873787388739874087418742874387448745874687478748874987508751875287538754875587568757875887598760876187628763876487658766876787688769877087718772877387748775877687778778877987808781878287838784878587868787878887898790879187928793879487958796879787988799880088018802880388048805880688078808880988108811881288138814881588168817881888198820882188228823882488258826882788288829883088318832883388348835883688378838883988408841884288438844884588468847884888498850885188528853885488558856885788588859886088618862886388648865886688678868886988708871887288738874887588768877887888798880888188828883888488858886888788888889889088918892889388948895889688978898889989008901890289038904890589068907890889098910891189128913891489158916891789188919892089218922892389248925892689278928892989308931893289338934893589368937893889398940894189428943894489458946894789488949895089518952895389548955895689578958895989608961896289638964896589668967896889698970897189728973897489758976897789788979898089818982898389848985898689878988898989908991899289938994899589968997899889999000900190029003900490059006900790089009901090119012901390149015901690179018901990209021902290239024902590269027902890299030903190329033903490359036903790389039904090419042904390449045904690479048904990509051905290539054905590569057905890599060906190629063906490659066906790689069907090719072907390749075907690779078907990809081908290839084908590869087908890899090909190929093909490959096909790989099910091019102910391049105910691079108910991109111911291139114911591169117911891199120912191229123912491259126912791289129913091319132913391349135913691379138913991409141914291439144914591469147914891499150915191529153915491559156915791589159916091619162916391649165916691679168916991709171917291739174917591769177917891799180918191829183918491859186918791889189919091919192919391949195919691979198919992009201920292039204920592069207920892099210921192129213921492159216921792189219922092219222922392249225922692279228922992309231923292339234923592369237923892399240924192429243924492459246924792489249925092519252925392549255925692579258925992609261926292639264926592669267926892699270927192729273927492759276927792789279928092819282928392849285928692879288928992909291929292939294929592969297929892999300930193029303930493059306930793089309931093119312931393149315931693179318931993209321932293239324932593269327932893299330933193329333933493359336933793389339934093419342934393449345934693479348934993509351935293539354935593569357935893599360936193629363936493659366936793689369937093719372937393749375937693779378937993809381938293839384938593869387938893899390939193929393939493959396939793989399940094019402940394049405940694079408940994109411941294139414941594169417941894199420942194229423942494259426942794289429943094319432943394349435943694379438943994409441944294439444944594469447944894499450945194529453945494559456945794589459946094619462946394649465946694679468946994709471947294739474947594769477947894799480948194829483948494859486948794889489949094919492949394949495949694979498949995009501950295039504950595069507950895099510951195129513951495159516951795189519952095219522952395249525952695279528952995309531953295339534953595369537953895399540954195429543954495459546954795489549955095519552955395549555955695579558955995609561956295639564956595669567956895699570957195729573957495759576957795789579958095819582958395849585958695879588958995909591959295939594959595969597959895999600960196029603960496059606960796089609961096119612961396149615961696179618961996209621962296239624962596269627962896299630963196329633963496359636963796389639964096419642964396449645964696479648964996509651965296539654965596569657965896599660966196629663966496659666966796689669967096719672967396749675967696779678967996809681968296839684968596869687968896899690969196929693969496959696969796989699970097019702970397049705970697079708970997109711971297139714971597169717971897199720972197229723972497259726972797289729973097319732973397349735973697379738973997409741974297439744974597469747974897499750975197529753975497559756975797589759976097619762976397649765976697679768976997709771977297739774977597769777977897799780978197829783978497859786978797889789979097919792979397949795979697979798979998009801980298039804980598069807980898099810981198129813981498159816981798189819982098219822982398249825982698279828982998309831983298339834983598369837983898399840984198429843984498459846984798489849985098519852985398549855985698579858985998609861986298639864986598669867986898699870987198729873987498759876987798789879988098819882988398849885988698879888988998909891989298939894989598969897989898999900990199029903990499059906990799089909991099119912991399149915991699179918991999209921992299239924992599269927992899299930993199329933993499359936993799389939994099419942994399449945994699479948994999509951995299539954995599569957995899599960996199629963996499659966996799689969997099719972997399749975997699779978997999809981998299839984998599869987998899899990999199929993999499959996999799989999100001000110002100031000410005100061000710008100091001010011100121001310014100151001610017100181001910020100211002210023100241002510026100271002810029100301003110032100331003410035100361003710038100391004010041100421004310044100451004610047100481004910050100511005210053100541005510056100571005810059100601006110062100631006410065100661006710068100691007010071100721007310074100751007610077100781007910080100811008210083100841008510086100871008810089100901009110092100931009410095100961009710098100991010010101101021010310104101051010610107101081010910110101111011210113101141011510116101171011810119101201012110122101231012410125101261012710128101291013010131101321013310134101351013610137101381013910140101411014210143101441014510146101471014810149101501015110152101531015410155101561015710158101591016010161101621016310164101651016610167101681016910170101711017210173101741017510176101771017810179101801018110182101831018410185101861018710188101891019010191101921019310194101951019610197101981019910200102011020210203102041020510206102071020810209102101021110212102131021410215102161021710218102191022010221102221022310224102251022610227102281022910230102311023210233102341023510236102371023810239102401024110242102431024410245102461024710248102491025010251102521025310254102551025610257102581025910260102611026210263102641026510266102671026810269102701027110272102731027410275102761027710278102791028010281102821028310284102851028610287102881028910290102911029210293102941029510296102971029810299103001030110302103031030410305103061030710308103091031010311103121031310314103151031610317103181031910320103211032210323103241032510326103271032810329103301033110332103331033410335103361033710338103391034010341103421034310344103451034610347103481034910350103511035210353103541035510356103571035810359103601036110362103631036410365103661036710368103691037010371103721037310374103751037610377103781037910380103811038210383103841038510386103871038810389103901039110392103931039410395103961039710398103991040010401104021040310404104051040610407104081040910410104111041210413104141041510416104171041810419104201042110422104231042410425104261042710428104291043010431104321043310434104351043610437104381043910440104411044210443104441044510446104471044810449104501045110452104531045410455104561045710458104591046010461104621046310464104651046610467104681046910470104711047210473104741047510476104771047810479104801048110482104831048410485104861048710488104891049010491104921049310494104951049610497104981049910500105011050210503105041050510506105071050810509105101051110512105131051410515105161051710518105191052010521105221052310524105251052610527105281052910530105311053210533105341053510536105371053810539105401054110542105431054410545105461054710548105491055010551105521055310554105551055610557105581055910560105611056210563105641056510566105671056810569105701057110572105731057410575105761057710578105791058010581105821058310584105851058610587105881058910590105911059210593105941059510596105971059810599106001060110602106031060410605106061060710608106091061010611106121061310614106151061610617106181061910620106211062210623106241062510626106271062810629106301063110632106331063410635106361063710638106391064010641106421064310644106451064610647106481064910650106511065210653106541065510656106571065810659106601066110662106631066410665106661066710668106691067010671106721067310674106751067610677106781067910680106811068210683106841068510686106871068810689106901069110692106931069410695106961069710698106991070010701107021070310704107051070610707107081070910710107111071210713107141071510716107171071810719107201072110722107231072410725107261072710728107291073010731107321073310734107351073610737107381073910740107411074210743107441074510746107471074810749107501075110752107531075410755107561075710758107591076010761107621076310764107651076610767107681076910770107711077210773107741077510776107771077810779107801078110782107831078410785107861078710788107891079010791107921079310794107951079610797107981079910800108011080210803108041080510806108071080810809108101081110812108131081410815108161081710818108191082010821108221082310824108251082610827108281082910830108311083210833108341083510836108371083810839108401084110842108431084410845108461084710848108491085010851108521085310854108551085610857108581085910860108611086210863108641086510866108671086810869108701087110872108731087410875108761087710878108791088010881108821088310884108851088610887108881088910890108911089210893108941089510896108971089810899109001090110902109031090410905109061090710908109091091010911109121091310914109151091610917109181091910920109211092210923109241092510926109271092810929109301093110932109331093410935109361093710938109391094010941109421094310944109451094610947109481094910950109511095210953109541095510956109571095810959109601096110962109631096410965109661096710968109691097010971109721097310974109751097610977109781097910980109811098210983109841098510986109871098810989109901099110992109931099410995109961099710998109991100011001110021100311004110051100611007110081100911010110111101211013110141101511016110171101811019110201102111022110231102411025110261102711028110291103011031110321103311034110351103611037110381103911040110411104211043110441104511046110471104811049110501105111052110531105411055110561105711058110591106011061110621106311064110651106611067110681106911070110711107211073110741107511076110771107811079110801108111082110831108411085110861108711088110891109011091110921109311094110951109611097110981109911100111011110211103111041110511106111071110811109111101111111112111131111411115111161111711118111191112011121111221112311124111251112611127111281112911130111311113211133111341113511136111371113811139111401114111142111431114411145111461114711148111491115011151111521115311154111551115611157111581115911160111611116211163111641116511166111671116811169111701117111172111731117411175111761117711178111791118011181111821118311184111851118611187111881118911190111911119211193111941119511196111971119811199112001120111202112031120411205112061120711208112091121011211112121121311214112151121611217112181121911220112211122211223112241122511226112271122811229112301123111232112331123411235112361123711238112391124011241112421124311244112451124611247112481124911250112511125211253112541125511256112571125811259112601126111262112631126411265112661126711268112691127011271112721127311274112751127611277112781127911280112811128211283112841128511286112871128811289112901129111292112931129411295112961129711298112991130011301113021130311304113051130611307113081130911310113111131211313113141131511316113171131811319113201132111322113231132411325113261132711328113291133011331113321133311334113351133611337113381133911340113411134211343113441134511346113471134811349113501135111352113531135411355113561135711358113591136011361113621136311364113651136611367113681136911370113711137211373113741137511376113771137811379113801138111382113831138411385113861138711388113891139011391113921139311394113951139611397113981139911400114011140211403114041140511406114071140811409114101141111412114131141411415114161141711418114191142011421114221142311424114251142611427114281142911430114311143211433114341143511436114371143811439114401144111442114431144411445114461144711448114491145011451114521145311454114551145611457114581145911460114611146211463114641146511466114671146811469114701147111472114731147411475114761147711478114791148011481114821148311484114851148611487114881148911490114911149211493114941149511496114971149811499115001150111502115031150411505115061150711508115091151011511115121151311514115151151611517115181151911520115211152211523115241152511526115271152811529115301153111532115331153411535115361153711538115391154011541115421154311544115451154611547115481154911550115511155211553115541155511556115571155811559115601156111562115631156411565115661156711568115691157011571115721157311574115751157611577115781157911580115811158211583115841158511586115871158811589115901159111592115931159411595115961159711598115991160011601116021160311604116051160611607116081160911610116111161211613116141161511616116171161811619116201162111622116231162411625116261162711628116291163011631116321163311634116351163611637116381163911640116411164211643116441164511646116471164811649116501165111652116531165411655116561165711658116591166011661116621166311664116651166611667116681166911670116711167211673116741167511676116771167811679116801168111682116831168411685116861168711688116891169011691116921169311694116951169611697116981169911700117011170211703117041170511706117071170811709117101171111712117131171411715117161171711718117191172011721117221172311724117251172611727117281172911730117311173211733117341173511736117371173811739117401174111742117431174411745117461174711748117491175011751117521175311754117551175611757117581175911760117611176211763117641176511766117671176811769117701177111772117731177411775117761177711778117791178011781117821178311784117851178611787117881178911790117911179211793117941179511796117971179811799118001180111802118031180411805118061180711808118091181011811118121181311814118151181611817118181181911820118211182211823118241182511826118271182811829118301183111832118331183411835118361183711838118391184011841118421184311844118451184611847118481184911850118511185211853118541185511856118571185811859118601186111862118631186411865118661186711868118691187011871118721187311874118751187611877118781187911880118811188211883118841188511886118871188811889118901189111892118931189411895118961189711898118991190011901119021190311904119051190611907119081190911910119111191211913119141191511916119171191811919119201192111922119231192411925119261192711928119291193011931119321193311934119351193611937119381193911940119411194211943119441194511946119471194811949119501195111952119531195411955119561195711958119591196011961119621196311964119651196611967119681196911970119711197211973119741197511976119771197811979119801198111982119831198411985119861198711988119891199011991119921199311994119951199611997119981199912000120011200212003120041200512006120071200812009120101201112012120131201412015120161201712018120191202012021120221202312024120251202612027120281202912030120311203212033120341203512036120371203812039120401204112042120431204412045120461204712048120491205012051120521205312054120551205612057120581205912060120611206212063120641206512066120671206812069120701207112072120731207412075120761207712078120791208012081120821208312084120851208612087120881208912090120911209212093120941209512096120971209812099121001210112102121031210412105121061210712108121091211012111121121211312114121151211612117121181211912120121211212212123121241212512126121271212812129121301213112132121331213412135121361213712138121391214012141121421214312144121451214612147121481214912150121511215212153121541215512156121571215812159121601216112162121631216412165121661216712168121691217012171121721217312174121751217612177121781217912180121811218212183121841218512186121871218812189121901219112192121931219412195121961219712198121991220012201122021220312204122051220612207122081220912210122111221212213122141221512216122171221812219122201222112222122231222412225122261222712228122291223012231122321223312234122351223612237122381223912240122411224212243122441224512246122471224812249122501225112252122531225412255122561225712258122591226012261122621226312264122651226612267122681226912270122711227212273122741227512276122771227812279122801228112282122831228412285122861228712288122891229012291122921229312294122951229612297122981229912300123011230212303123041230512306123071230812309123101231112312123131231412315123161231712318123191232012321123221232312324123251232612327123281232912330123311233212333123341233512336123371233812339
  1. {
  2. "name": "chat-client-web",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "chat-client-web",
  9. "version": "1.0.0",
  10. "license": "MIT",
  11. "dependencies": {
  12. "@fortaine/fetch-event-source": "^3.0.6",
  13. "@hello-pangea/dnd": "^16.5.0",
  14. "@next/swc-darwin-arm64": "^15.4.6",
  15. "@next/third-parties": "^14.1.0",
  16. "@svgr/webpack": "^6.5.1",
  17. "@types/crypto-js": "^4.2.2",
  18. "@vercel/analytics": "^0.1.11",
  19. "@vercel/speed-insights": "^1.0.2",
  20. "antd": "^5.25.0",
  21. "axios": "^1.7.7",
  22. "crypto-js": "^4.2.0",
  23. "dayjs": "^1.11.12",
  24. "fuse.js": "^7.0.0",
  25. "heic2any": "^0.0.4",
  26. "html-to-image": "^1.11.11",
  27. "js-export-excel": "^1.1.4",
  28. "jsencrypt": "^3.5.4",
  29. "lodash-es": "^4.17.21",
  30. "markdown-it": "^14.1.0",
  31. "mermaid": "^10.6.1",
  32. "nanoid": "^5.0.3",
  33. "next": "^14.1.1",
  34. "node-fetch": "^3.3.1",
  35. "react": "^18.2.0",
  36. "react-dom": "^18.2.0",
  37. "react-markdown": "^8.0.7",
  38. "react-router-dom": "^6.15.0",
  39. "rehype-highlight": "^6.0.0",
  40. "rehype-katex": "^6.0.3",
  41. "rehype-mathjax": "^7.1.0",
  42. "remark-breaks": "^3.0.2",
  43. "remark-gfm": "^3.0.1",
  44. "remark-math": "^5.1.1",
  45. "sass": "^1.59.2",
  46. "sharp": "^0.33.5",
  47. "spark-md5": "^3.0.2",
  48. "unist-util-visit": "^5.0.0",
  49. "use-debounce": "^9.0.4",
  50. "zustand": "^4.3.8"
  51. },
  52. "devDependencies": {
  53. "@tailwindcss/postcss": "^4.1.18",
  54. "@tauri-apps/cli": "1.5.11",
  55. "@types/lodash-es": "^4.17.12",
  56. "@types/markdown-it": "^14.1.2",
  57. "@types/node": "^20.11.30",
  58. "@types/react": "^18.2.70",
  59. "@types/react-dom": "^18.2.7",
  60. "@types/react-katex": "^3.0.0",
  61. "@types/spark-md5": "^3.0.4",
  62. "autoprefixer": "^10.4.23",
  63. "concurrently": "^8.2.2",
  64. "cross-env": "^7.0.3",
  65. "husky": "^8.0.0",
  66. "lint-staged": "^13.2.2",
  67. "postcss": "^8.5.6",
  68. "tailwindcss": "^4.1.18",
  69. "tsx": "^4.16.0",
  70. "typescript": "5.2.2",
  71. "watch": "^1.0.2",
  72. "webpack": "^5.88.1"
  73. }
  74. },
  75. "node_modules/@alloc/quick-lru": {
  76. "version": "5.2.0",
  77. "resolved": "https://registry.npmmirror.com/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
  78. "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
  79. "dev": true,
  80. "license": "MIT",
  81. "engines": {
  82. "node": ">=10"
  83. },
  84. "funding": {
  85. "url": "https://github.com/sponsors/sindresorhus"
  86. }
  87. },
  88. "node_modules/@ampproject/remapping": {
  89. "version": "2.3.0",
  90. "resolved": "https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.3.0.tgz",
  91. "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
  92. "license": "Apache-2.0",
  93. "dependencies": {
  94. "@jridgewell/gen-mapping": "^0.3.5",
  95. "@jridgewell/trace-mapping": "^0.3.24"
  96. },
  97. "engines": {
  98. "node": ">=6.0.0"
  99. }
  100. },
  101. "node_modules/@ant-design/colors": {
  102. "version": "7.2.1",
  103. "resolved": "https://registry.npmmirror.com/@ant-design/colors/-/colors-7.2.1.tgz",
  104. "integrity": "sha512-lCHDcEzieu4GA3n8ELeZ5VQ8pKQAWcGGLRTQ50aQM2iqPpq2evTxER84jfdPvsPAtEcZ7m44NI45edFMo8oOYQ==",
  105. "license": "MIT",
  106. "dependencies": {
  107. "@ant-design/fast-color": "^2.0.6"
  108. }
  109. },
  110. "node_modules/@ant-design/cssinjs": {
  111. "version": "1.24.0",
  112. "resolved": "https://registry.npmmirror.com/@ant-design/cssinjs/-/cssinjs-1.24.0.tgz",
  113. "integrity": "sha512-K4cYrJBsgvL+IoozUXYjbT6LHHNt+19a9zkvpBPxLjFHas1UpPM2A5MlhROb0BT8N8WoavM5VsP9MeSeNK/3mg==",
  114. "license": "MIT",
  115. "dependencies": {
  116. "@babel/runtime": "^7.11.1",
  117. "@emotion/hash": "^0.8.0",
  118. "@emotion/unitless": "^0.7.5",
  119. "classnames": "^2.3.1",
  120. "csstype": "^3.1.3",
  121. "rc-util": "^5.35.0",
  122. "stylis": "^4.3.4"
  123. },
  124. "peerDependencies": {
  125. "react": ">=16.0.0",
  126. "react-dom": ">=16.0.0"
  127. }
  128. },
  129. "node_modules/@ant-design/cssinjs-utils": {
  130. "version": "1.1.3",
  131. "resolved": "https://registry.npmmirror.com/@ant-design/cssinjs-utils/-/cssinjs-utils-1.1.3.tgz",
  132. "integrity": "sha512-nOoQMLW1l+xR1Co8NFVYiP8pZp3VjIIzqV6D6ShYF2ljtdwWJn5WSsH+7kvCktXL/yhEtWURKOfH5Xz/gzlwsg==",
  133. "license": "MIT",
  134. "dependencies": {
  135. "@ant-design/cssinjs": "^1.21.0",
  136. "@babel/runtime": "^7.23.2",
  137. "rc-util": "^5.38.0"
  138. },
  139. "peerDependencies": {
  140. "react": ">=16.9.0",
  141. "react-dom": ">=16.9.0"
  142. }
  143. },
  144. "node_modules/@ant-design/fast-color": {
  145. "version": "2.0.6",
  146. "resolved": "https://registry.npmmirror.com/@ant-design/fast-color/-/fast-color-2.0.6.tgz",
  147. "integrity": "sha512-y2217gk4NqL35giHl72o6Zzqji9O7vHh9YmhUVkPtAOpoTCH4uWxo/pr4VE8t0+ChEPs0qo4eJRC5Q1eXWo3vA==",
  148. "license": "MIT",
  149. "dependencies": {
  150. "@babel/runtime": "^7.24.7"
  151. },
  152. "engines": {
  153. "node": ">=8.x"
  154. }
  155. },
  156. "node_modules/@ant-design/icons": {
  157. "version": "5.6.1",
  158. "resolved": "https://registry.npmmirror.com/@ant-design/icons/-/icons-5.6.1.tgz",
  159. "integrity": "sha512-0/xS39c91WjPAZOWsvi1//zjx6kAp4kxWwctR6kuU6p133w8RU0D2dSCvZC19uQyharg/sAvYxGYWl01BbZZfg==",
  160. "license": "MIT",
  161. "dependencies": {
  162. "@ant-design/colors": "^7.0.0",
  163. "@ant-design/icons-svg": "^4.4.0",
  164. "@babel/runtime": "^7.24.8",
  165. "classnames": "^2.2.6",
  166. "rc-util": "^5.31.1"
  167. },
  168. "engines": {
  169. "node": ">=8"
  170. },
  171. "peerDependencies": {
  172. "react": ">=16.0.0",
  173. "react-dom": ">=16.0.0"
  174. }
  175. },
  176. "node_modules/@ant-design/icons-svg": {
  177. "version": "4.4.2",
  178. "resolved": "https://registry.npmmirror.com/@ant-design/icons-svg/-/icons-svg-4.4.2.tgz",
  179. "integrity": "sha512-vHbT+zJEVzllwP+CM+ul7reTEfBR0vgxFe7+lREAsAA7YGsYpboiq2sQNeQeRvh09GfQgs/GyFEvZpJ9cLXpXA==",
  180. "license": "MIT"
  181. },
  182. "node_modules/@ant-design/react-slick": {
  183. "version": "1.1.2",
  184. "resolved": "https://registry.npmmirror.com/@ant-design/react-slick/-/react-slick-1.1.2.tgz",
  185. "integrity": "sha512-EzlvzE6xQUBrZuuhSAFTdsr4P2bBBHGZwKFemEfq8gIGyIQCxalYfZW/T2ORbtQx5rU69o+WycP3exY/7T1hGA==",
  186. "license": "MIT",
  187. "dependencies": {
  188. "@babel/runtime": "^7.10.4",
  189. "classnames": "^2.2.5",
  190. "json2mq": "^0.2.0",
  191. "resize-observer-polyfill": "^1.5.1",
  192. "throttle-debounce": "^5.0.0"
  193. },
  194. "peerDependencies": {
  195. "react": ">=16.9.0"
  196. }
  197. },
  198. "node_modules/@babel/code-frame": {
  199. "version": "7.27.1",
  200. "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.27.1.tgz",
  201. "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
  202. "license": "MIT",
  203. "dependencies": {
  204. "@babel/helper-validator-identifier": "^7.27.1",
  205. "js-tokens": "^4.0.0",
  206. "picocolors": "^1.1.1"
  207. },
  208. "engines": {
  209. "node": ">=6.9.0"
  210. }
  211. },
  212. "node_modules/@babel/compat-data": {
  213. "version": "7.28.0",
  214. "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.28.0.tgz",
  215. "integrity": "sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==",
  216. "license": "MIT",
  217. "engines": {
  218. "node": ">=6.9.0"
  219. }
  220. },
  221. "node_modules/@babel/core": {
  222. "version": "7.28.0",
  223. "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.28.0.tgz",
  224. "integrity": "sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==",
  225. "license": "MIT",
  226. "dependencies": {
  227. "@ampproject/remapping": "^2.2.0",
  228. "@babel/code-frame": "^7.27.1",
  229. "@babel/generator": "^7.28.0",
  230. "@babel/helper-compilation-targets": "^7.27.2",
  231. "@babel/helper-module-transforms": "^7.27.3",
  232. "@babel/helpers": "^7.27.6",
  233. "@babel/parser": "^7.28.0",
  234. "@babel/template": "^7.27.2",
  235. "@babel/traverse": "^7.28.0",
  236. "@babel/types": "^7.28.0",
  237. "convert-source-map": "^2.0.0",
  238. "debug": "^4.1.0",
  239. "gensync": "^1.0.0-beta.2",
  240. "json5": "^2.2.3",
  241. "semver": "^6.3.1"
  242. },
  243. "engines": {
  244. "node": ">=6.9.0"
  245. },
  246. "funding": {
  247. "type": "opencollective",
  248. "url": "https://opencollective.com/babel"
  249. }
  250. },
  251. "node_modules/@babel/generator": {
  252. "version": "7.28.0",
  253. "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.28.0.tgz",
  254. "integrity": "sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==",
  255. "license": "MIT",
  256. "dependencies": {
  257. "@babel/parser": "^7.28.0",
  258. "@babel/types": "^7.28.0",
  259. "@jridgewell/gen-mapping": "^0.3.12",
  260. "@jridgewell/trace-mapping": "^0.3.28",
  261. "jsesc": "^3.0.2"
  262. },
  263. "engines": {
  264. "node": ">=6.9.0"
  265. }
  266. },
  267. "node_modules/@babel/helper-annotate-as-pure": {
  268. "version": "7.27.3",
  269. "resolved": "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz",
  270. "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==",
  271. "license": "MIT",
  272. "dependencies": {
  273. "@babel/types": "^7.27.3"
  274. },
  275. "engines": {
  276. "node": ">=6.9.0"
  277. }
  278. },
  279. "node_modules/@babel/helper-compilation-targets": {
  280. "version": "7.27.2",
  281. "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
  282. "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
  283. "license": "MIT",
  284. "dependencies": {
  285. "@babel/compat-data": "^7.27.2",
  286. "@babel/helper-validator-option": "^7.27.1",
  287. "browserslist": "^4.24.0",
  288. "lru-cache": "^5.1.1",
  289. "semver": "^6.3.1"
  290. },
  291. "engines": {
  292. "node": ">=6.9.0"
  293. }
  294. },
  295. "node_modules/@babel/helper-create-class-features-plugin": {
  296. "version": "7.27.1",
  297. "resolved": "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.1.tgz",
  298. "integrity": "sha512-QwGAmuvM17btKU5VqXfb+Giw4JcN0hjuufz3DYnpeVDvZLAObloM77bhMXiqry3Iio+Ai4phVRDwl6WU10+r5A==",
  299. "license": "MIT",
  300. "dependencies": {
  301. "@babel/helper-annotate-as-pure": "^7.27.1",
  302. "@babel/helper-member-expression-to-functions": "^7.27.1",
  303. "@babel/helper-optimise-call-expression": "^7.27.1",
  304. "@babel/helper-replace-supers": "^7.27.1",
  305. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  306. "@babel/traverse": "^7.27.1",
  307. "semver": "^6.3.1"
  308. },
  309. "engines": {
  310. "node": ">=6.9.0"
  311. },
  312. "peerDependencies": {
  313. "@babel/core": "^7.0.0"
  314. }
  315. },
  316. "node_modules/@babel/helper-create-regexp-features-plugin": {
  317. "version": "7.27.1",
  318. "resolved": "https://registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.27.1.tgz",
  319. "integrity": "sha512-uVDC72XVf8UbrH5qQTc18Agb8emwjTiZrQE11Nv3CuBEZmVvTwwE9CBUEvHku06gQCAyYf8Nv6ja1IN+6LMbxQ==",
  320. "license": "MIT",
  321. "dependencies": {
  322. "@babel/helper-annotate-as-pure": "^7.27.1",
  323. "regexpu-core": "^6.2.0",
  324. "semver": "^6.3.1"
  325. },
  326. "engines": {
  327. "node": ">=6.9.0"
  328. },
  329. "peerDependencies": {
  330. "@babel/core": "^7.0.0"
  331. }
  332. },
  333. "node_modules/@babel/helper-define-polyfill-provider": {
  334. "version": "0.6.5",
  335. "resolved": "https://registry.npmmirror.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.5.tgz",
  336. "integrity": "sha512-uJnGFcPsWQK8fvjgGP5LZUZZsYGIoPeRjSF5PGwrelYgq7Q15/Ft9NGFp1zglwgIv//W0uG4BevRuSJRyylZPg==",
  337. "license": "MIT",
  338. "dependencies": {
  339. "@babel/helper-compilation-targets": "^7.27.2",
  340. "@babel/helper-plugin-utils": "^7.27.1",
  341. "debug": "^4.4.1",
  342. "lodash.debounce": "^4.0.8",
  343. "resolve": "^1.22.10"
  344. },
  345. "peerDependencies": {
  346. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  347. }
  348. },
  349. "node_modules/@babel/helper-globals": {
  350. "version": "7.28.0",
  351. "resolved": "https://registry.npmmirror.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
  352. "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
  353. "license": "MIT",
  354. "engines": {
  355. "node": ">=6.9.0"
  356. }
  357. },
  358. "node_modules/@babel/helper-member-expression-to-functions": {
  359. "version": "7.27.1",
  360. "resolved": "https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz",
  361. "integrity": "sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==",
  362. "license": "MIT",
  363. "dependencies": {
  364. "@babel/traverse": "^7.27.1",
  365. "@babel/types": "^7.27.1"
  366. },
  367. "engines": {
  368. "node": ">=6.9.0"
  369. }
  370. },
  371. "node_modules/@babel/helper-module-imports": {
  372. "version": "7.27.1",
  373. "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
  374. "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
  375. "license": "MIT",
  376. "dependencies": {
  377. "@babel/traverse": "^7.27.1",
  378. "@babel/types": "^7.27.1"
  379. },
  380. "engines": {
  381. "node": ">=6.9.0"
  382. }
  383. },
  384. "node_modules/@babel/helper-module-transforms": {
  385. "version": "7.27.3",
  386. "resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz",
  387. "integrity": "sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==",
  388. "license": "MIT",
  389. "dependencies": {
  390. "@babel/helper-module-imports": "^7.27.1",
  391. "@babel/helper-validator-identifier": "^7.27.1",
  392. "@babel/traverse": "^7.27.3"
  393. },
  394. "engines": {
  395. "node": ">=6.9.0"
  396. },
  397. "peerDependencies": {
  398. "@babel/core": "^7.0.0"
  399. }
  400. },
  401. "node_modules/@babel/helper-optimise-call-expression": {
  402. "version": "7.27.1",
  403. "resolved": "https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",
  404. "integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==",
  405. "license": "MIT",
  406. "dependencies": {
  407. "@babel/types": "^7.27.1"
  408. },
  409. "engines": {
  410. "node": ">=6.9.0"
  411. }
  412. },
  413. "node_modules/@babel/helper-plugin-utils": {
  414. "version": "7.27.1",
  415. "resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
  416. "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
  417. "license": "MIT",
  418. "engines": {
  419. "node": ">=6.9.0"
  420. }
  421. },
  422. "node_modules/@babel/helper-remap-async-to-generator": {
  423. "version": "7.27.1",
  424. "resolved": "https://registry.npmmirror.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz",
  425. "integrity": "sha512-7fiA521aVw8lSPeI4ZOD3vRFkoqkJcS+z4hFo82bFSH/2tNd6eJ5qCVMS5OzDmZh/kaHQeBaeyxK6wljcPtveA==",
  426. "license": "MIT",
  427. "dependencies": {
  428. "@babel/helper-annotate-as-pure": "^7.27.1",
  429. "@babel/helper-wrap-function": "^7.27.1",
  430. "@babel/traverse": "^7.27.1"
  431. },
  432. "engines": {
  433. "node": ">=6.9.0"
  434. },
  435. "peerDependencies": {
  436. "@babel/core": "^7.0.0"
  437. }
  438. },
  439. "node_modules/@babel/helper-replace-supers": {
  440. "version": "7.27.1",
  441. "resolved": "https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz",
  442. "integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==",
  443. "license": "MIT",
  444. "dependencies": {
  445. "@babel/helper-member-expression-to-functions": "^7.27.1",
  446. "@babel/helper-optimise-call-expression": "^7.27.1",
  447. "@babel/traverse": "^7.27.1"
  448. },
  449. "engines": {
  450. "node": ">=6.9.0"
  451. },
  452. "peerDependencies": {
  453. "@babel/core": "^7.0.0"
  454. }
  455. },
  456. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  457. "version": "7.27.1",
  458. "resolved": "https://registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz",
  459. "integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==",
  460. "license": "MIT",
  461. "dependencies": {
  462. "@babel/traverse": "^7.27.1",
  463. "@babel/types": "^7.27.1"
  464. },
  465. "engines": {
  466. "node": ">=6.9.0"
  467. }
  468. },
  469. "node_modules/@babel/helper-string-parser": {
  470. "version": "7.27.1",
  471. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  472. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  473. "license": "MIT",
  474. "engines": {
  475. "node": ">=6.9.0"
  476. }
  477. },
  478. "node_modules/@babel/helper-validator-identifier": {
  479. "version": "7.27.1",
  480. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
  481. "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
  482. "license": "MIT",
  483. "engines": {
  484. "node": ">=6.9.0"
  485. }
  486. },
  487. "node_modules/@babel/helper-validator-option": {
  488. "version": "7.27.1",
  489. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
  490. "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
  491. "license": "MIT",
  492. "engines": {
  493. "node": ">=6.9.0"
  494. }
  495. },
  496. "node_modules/@babel/helper-wrap-function": {
  497. "version": "7.27.1",
  498. "resolved": "https://registry.npmmirror.com/@babel/helper-wrap-function/-/helper-wrap-function-7.27.1.tgz",
  499. "integrity": "sha512-NFJK2sHUvrjo8wAU/nQTWU890/zB2jj0qBcCbZbbf+005cAsv6tMjXz31fBign6M5ov1o0Bllu+9nbqkfsjjJQ==",
  500. "license": "MIT",
  501. "dependencies": {
  502. "@babel/template": "^7.27.1",
  503. "@babel/traverse": "^7.27.1",
  504. "@babel/types": "^7.27.1"
  505. },
  506. "engines": {
  507. "node": ">=6.9.0"
  508. }
  509. },
  510. "node_modules/@babel/helpers": {
  511. "version": "7.28.2",
  512. "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.28.2.tgz",
  513. "integrity": "sha512-/V9771t+EgXz62aCcyofnQhGM8DQACbRhvzKFsXKC9QM+5MadF8ZmIm0crDMaz3+o0h0zXfJnd4EhbYbxsrcFw==",
  514. "license": "MIT",
  515. "dependencies": {
  516. "@babel/template": "^7.27.2",
  517. "@babel/types": "^7.28.2"
  518. },
  519. "engines": {
  520. "node": ">=6.9.0"
  521. }
  522. },
  523. "node_modules/@babel/parser": {
  524. "version": "7.28.0",
  525. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.28.0.tgz",
  526. "integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==",
  527. "license": "MIT",
  528. "dependencies": {
  529. "@babel/types": "^7.28.0"
  530. },
  531. "bin": {
  532. "parser": "bin/babel-parser.js"
  533. },
  534. "engines": {
  535. "node": ">=6.0.0"
  536. }
  537. },
  538. "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
  539. "version": "7.27.1",
  540. "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz",
  541. "integrity": "sha512-QPG3C9cCVRQLxAVwmefEmwdTanECuUBMQZ/ym5kiw3XKCGA7qkuQLcjWWHcrD/GKbn/WmJwaezfuuAOcyKlRPA==",
  542. "license": "MIT",
  543. "dependencies": {
  544. "@babel/helper-plugin-utils": "^7.27.1",
  545. "@babel/traverse": "^7.27.1"
  546. },
  547. "engines": {
  548. "node": ">=6.9.0"
  549. },
  550. "peerDependencies": {
  551. "@babel/core": "^7.0.0"
  552. }
  553. },
  554. "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": {
  555. "version": "7.27.1",
  556. "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.27.1.tgz",
  557. "integrity": "sha512-qNeq3bCKnGgLkEXUuFry6dPlGfCdQNZbn7yUAPCInwAJHMU7THJfrBSozkcWq5sNM6RcF3S8XyQL2A52KNR9IA==",
  558. "license": "MIT",
  559. "dependencies": {
  560. "@babel/helper-plugin-utils": "^7.27.1"
  561. },
  562. "engines": {
  563. "node": ">=6.9.0"
  564. },
  565. "peerDependencies": {
  566. "@babel/core": "^7.0.0"
  567. }
  568. },
  569. "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
  570. "version": "7.27.1",
  571. "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.27.1.tgz",
  572. "integrity": "sha512-g4L7OYun04N1WyqMNjldFwlfPCLVkgB54A/YCXICZYBsvJJE3kByKv9c9+R/nAfmIfjl2rKYLNyMHboYbZaWaA==",
  573. "license": "MIT",
  574. "dependencies": {
  575. "@babel/helper-plugin-utils": "^7.27.1"
  576. },
  577. "engines": {
  578. "node": ">=6.9.0"
  579. },
  580. "peerDependencies": {
  581. "@babel/core": "^7.0.0"
  582. }
  583. },
  584. "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
  585. "version": "7.27.1",
  586. "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.27.1.tgz",
  587. "integrity": "sha512-oO02gcONcD5O1iTLi/6frMJBIwWEHceWGSGqrpCmEL8nogiS6J9PBlE48CaK20/Jx1LuRml9aDftLgdjXT8+Cw==",
  588. "license": "MIT",
  589. "dependencies": {
  590. "@babel/helper-plugin-utils": "^7.27.1",
  591. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  592. "@babel/plugin-transform-optional-chaining": "^7.27.1"
  593. },
  594. "engines": {
  595. "node": ">=6.9.0"
  596. },
  597. "peerDependencies": {
  598. "@babel/core": "^7.13.0"
  599. }
  600. },
  601. "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
  602. "version": "7.27.1",
  603. "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.27.1.tgz",
  604. "integrity": "sha512-6BpaYGDavZqkI6yT+KSPdpZFfpnd68UKXbcjI9pJ13pvHhPrCKWOOLp+ysvMeA+DxnhuPpgIaRpxRxo5A9t5jw==",
  605. "license": "MIT",
  606. "dependencies": {
  607. "@babel/helper-plugin-utils": "^7.27.1",
  608. "@babel/traverse": "^7.27.1"
  609. },
  610. "engines": {
  611. "node": ">=6.9.0"
  612. },
  613. "peerDependencies": {
  614. "@babel/core": "^7.0.0"
  615. }
  616. },
  617. "node_modules/@babel/plugin-proposal-private-property-in-object": {
  618. "version": "7.21.0-placeholder-for-preset-env.2",
  619. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz",
  620. "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==",
  621. "license": "MIT",
  622. "engines": {
  623. "node": ">=6.9.0"
  624. },
  625. "peerDependencies": {
  626. "@babel/core": "^7.0.0-0"
  627. }
  628. },
  629. "node_modules/@babel/plugin-syntax-import-assertions": {
  630. "version": "7.27.1",
  631. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.27.1.tgz",
  632. "integrity": "sha512-UT/Jrhw57xg4ILHLFnzFpPDlMbcdEicaAtjPQpbj9wa8T4r5KVWCimHcL/460g8Ht0DMxDyjsLgiWSkVjnwPFg==",
  633. "license": "MIT",
  634. "dependencies": {
  635. "@babel/helper-plugin-utils": "^7.27.1"
  636. },
  637. "engines": {
  638. "node": ">=6.9.0"
  639. },
  640. "peerDependencies": {
  641. "@babel/core": "^7.0.0-0"
  642. }
  643. },
  644. "node_modules/@babel/plugin-syntax-import-attributes": {
  645. "version": "7.27.1",
  646. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.27.1.tgz",
  647. "integrity": "sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==",
  648. "license": "MIT",
  649. "dependencies": {
  650. "@babel/helper-plugin-utils": "^7.27.1"
  651. },
  652. "engines": {
  653. "node": ">=6.9.0"
  654. },
  655. "peerDependencies": {
  656. "@babel/core": "^7.0.0-0"
  657. }
  658. },
  659. "node_modules/@babel/plugin-syntax-jsx": {
  660. "version": "7.27.1",
  661. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
  662. "integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
  663. "license": "MIT",
  664. "dependencies": {
  665. "@babel/helper-plugin-utils": "^7.27.1"
  666. },
  667. "engines": {
  668. "node": ">=6.9.0"
  669. },
  670. "peerDependencies": {
  671. "@babel/core": "^7.0.0-0"
  672. }
  673. },
  674. "node_modules/@babel/plugin-syntax-typescript": {
  675. "version": "7.27.1",
  676. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz",
  677. "integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==",
  678. "license": "MIT",
  679. "dependencies": {
  680. "@babel/helper-plugin-utils": "^7.27.1"
  681. },
  682. "engines": {
  683. "node": ">=6.9.0"
  684. },
  685. "peerDependencies": {
  686. "@babel/core": "^7.0.0-0"
  687. }
  688. },
  689. "node_modules/@babel/plugin-syntax-unicode-sets-regex": {
  690. "version": "7.18.6",
  691. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz",
  692. "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==",
  693. "license": "MIT",
  694. "dependencies": {
  695. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  696. "@babel/helper-plugin-utils": "^7.18.6"
  697. },
  698. "engines": {
  699. "node": ">=6.9.0"
  700. },
  701. "peerDependencies": {
  702. "@babel/core": "^7.0.0"
  703. }
  704. },
  705. "node_modules/@babel/plugin-transform-arrow-functions": {
  706. "version": "7.27.1",
  707. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.27.1.tgz",
  708. "integrity": "sha512-8Z4TGic6xW70FKThA5HYEKKyBpOOsucTOD1DjU3fZxDg+K3zBJcXMFnt/4yQiZnf5+MiOMSXQ9PaEK/Ilh1DeA==",
  709. "license": "MIT",
  710. "dependencies": {
  711. "@babel/helper-plugin-utils": "^7.27.1"
  712. },
  713. "engines": {
  714. "node": ">=6.9.0"
  715. },
  716. "peerDependencies": {
  717. "@babel/core": "^7.0.0-0"
  718. }
  719. },
  720. "node_modules/@babel/plugin-transform-async-generator-functions": {
  721. "version": "7.28.0",
  722. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.0.tgz",
  723. "integrity": "sha512-BEOdvX4+M765icNPZeidyADIvQ1m1gmunXufXxvRESy/jNNyfovIqUyE7MVgGBjWktCoJlzvFA1To2O4ymIO3Q==",
  724. "license": "MIT",
  725. "dependencies": {
  726. "@babel/helper-plugin-utils": "^7.27.1",
  727. "@babel/helper-remap-async-to-generator": "^7.27.1",
  728. "@babel/traverse": "^7.28.0"
  729. },
  730. "engines": {
  731. "node": ">=6.9.0"
  732. },
  733. "peerDependencies": {
  734. "@babel/core": "^7.0.0-0"
  735. }
  736. },
  737. "node_modules/@babel/plugin-transform-async-to-generator": {
  738. "version": "7.27.1",
  739. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.27.1.tgz",
  740. "integrity": "sha512-NREkZsZVJS4xmTr8qzE5y8AfIPqsdQfRuUiLRTEzb7Qii8iFWCyDKaUV2c0rCuh4ljDZ98ALHP/PetiBV2nddA==",
  741. "license": "MIT",
  742. "dependencies": {
  743. "@babel/helper-module-imports": "^7.27.1",
  744. "@babel/helper-plugin-utils": "^7.27.1",
  745. "@babel/helper-remap-async-to-generator": "^7.27.1"
  746. },
  747. "engines": {
  748. "node": ">=6.9.0"
  749. },
  750. "peerDependencies": {
  751. "@babel/core": "^7.0.0-0"
  752. }
  753. },
  754. "node_modules/@babel/plugin-transform-block-scoped-functions": {
  755. "version": "7.27.1",
  756. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.27.1.tgz",
  757. "integrity": "sha512-cnqkuOtZLapWYZUYM5rVIdv1nXYuFVIltZ6ZJ7nIj585QsjKM5dhL2Fu/lICXZ1OyIAFc7Qy+bvDAtTXqGrlhg==",
  758. "license": "MIT",
  759. "dependencies": {
  760. "@babel/helper-plugin-utils": "^7.27.1"
  761. },
  762. "engines": {
  763. "node": ">=6.9.0"
  764. },
  765. "peerDependencies": {
  766. "@babel/core": "^7.0.0-0"
  767. }
  768. },
  769. "node_modules/@babel/plugin-transform-block-scoping": {
  770. "version": "7.28.0",
  771. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.0.tgz",
  772. "integrity": "sha512-gKKnwjpdx5sER/wl0WN0efUBFzF/56YZO0RJrSYP4CljXnP31ByY7fol89AzomdlLNzI36AvOTmYHsnZTCkq8Q==",
  773. "license": "MIT",
  774. "dependencies": {
  775. "@babel/helper-plugin-utils": "^7.27.1"
  776. },
  777. "engines": {
  778. "node": ">=6.9.0"
  779. },
  780. "peerDependencies": {
  781. "@babel/core": "^7.0.0-0"
  782. }
  783. },
  784. "node_modules/@babel/plugin-transform-class-properties": {
  785. "version": "7.27.1",
  786. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.27.1.tgz",
  787. "integrity": "sha512-D0VcalChDMtuRvJIu3U/fwWjf8ZMykz5iZsg77Nuj821vCKI3zCyRLwRdWbsuJ/uRwZhZ002QtCqIkwC/ZkvbA==",
  788. "license": "MIT",
  789. "dependencies": {
  790. "@babel/helper-create-class-features-plugin": "^7.27.1",
  791. "@babel/helper-plugin-utils": "^7.27.1"
  792. },
  793. "engines": {
  794. "node": ">=6.9.0"
  795. },
  796. "peerDependencies": {
  797. "@babel/core": "^7.0.0-0"
  798. }
  799. },
  800. "node_modules/@babel/plugin-transform-class-static-block": {
  801. "version": "7.27.1",
  802. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.27.1.tgz",
  803. "integrity": "sha512-s734HmYU78MVzZ++joYM+NkJusItbdRcbm+AGRgJCt3iA+yux0QpD9cBVdz3tKyrjVYWRl7j0mHSmv4lhV0aoA==",
  804. "license": "MIT",
  805. "dependencies": {
  806. "@babel/helper-create-class-features-plugin": "^7.27.1",
  807. "@babel/helper-plugin-utils": "^7.27.1"
  808. },
  809. "engines": {
  810. "node": ">=6.9.0"
  811. },
  812. "peerDependencies": {
  813. "@babel/core": "^7.12.0"
  814. }
  815. },
  816. "node_modules/@babel/plugin-transform-classes": {
  817. "version": "7.28.0",
  818. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.0.tgz",
  819. "integrity": "sha512-IjM1IoJNw72AZFlj33Cu8X0q2XK/6AaVC3jQu+cgQ5lThWD5ajnuUAml80dqRmOhmPkTH8uAwnpMu9Rvj0LTRA==",
  820. "license": "MIT",
  821. "dependencies": {
  822. "@babel/helper-annotate-as-pure": "^7.27.3",
  823. "@babel/helper-compilation-targets": "^7.27.2",
  824. "@babel/helper-globals": "^7.28.0",
  825. "@babel/helper-plugin-utils": "^7.27.1",
  826. "@babel/helper-replace-supers": "^7.27.1",
  827. "@babel/traverse": "^7.28.0"
  828. },
  829. "engines": {
  830. "node": ">=6.9.0"
  831. },
  832. "peerDependencies": {
  833. "@babel/core": "^7.0.0-0"
  834. }
  835. },
  836. "node_modules/@babel/plugin-transform-computed-properties": {
  837. "version": "7.27.1",
  838. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.27.1.tgz",
  839. "integrity": "sha512-lj9PGWvMTVksbWiDT2tW68zGS/cyo4AkZ/QTp0sQT0mjPopCmrSkzxeXkznjqBxzDI6TclZhOJbBmbBLjuOZUw==",
  840. "license": "MIT",
  841. "dependencies": {
  842. "@babel/helper-plugin-utils": "^7.27.1",
  843. "@babel/template": "^7.27.1"
  844. },
  845. "engines": {
  846. "node": ">=6.9.0"
  847. },
  848. "peerDependencies": {
  849. "@babel/core": "^7.0.0-0"
  850. }
  851. },
  852. "node_modules/@babel/plugin-transform-destructuring": {
  853. "version": "7.28.0",
  854. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.0.tgz",
  855. "integrity": "sha512-v1nrSMBiKcodhsyJ4Gf+Z0U/yawmJDBOTpEB3mcQY52r9RIyPneGyAS/yM6seP/8I+mWI3elOMtT5dB8GJVs+A==",
  856. "license": "MIT",
  857. "dependencies": {
  858. "@babel/helper-plugin-utils": "^7.27.1",
  859. "@babel/traverse": "^7.28.0"
  860. },
  861. "engines": {
  862. "node": ">=6.9.0"
  863. },
  864. "peerDependencies": {
  865. "@babel/core": "^7.0.0-0"
  866. }
  867. },
  868. "node_modules/@babel/plugin-transform-dotall-regex": {
  869. "version": "7.27.1",
  870. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.27.1.tgz",
  871. "integrity": "sha512-gEbkDVGRvjj7+T1ivxrfgygpT7GUd4vmODtYpbs0gZATdkX8/iSnOtZSxiZnsgm1YjTgjI6VKBGSJJevkrclzw==",
  872. "license": "MIT",
  873. "dependencies": {
  874. "@babel/helper-create-regexp-features-plugin": "^7.27.1",
  875. "@babel/helper-plugin-utils": "^7.27.1"
  876. },
  877. "engines": {
  878. "node": ">=6.9.0"
  879. },
  880. "peerDependencies": {
  881. "@babel/core": "^7.0.0-0"
  882. }
  883. },
  884. "node_modules/@babel/plugin-transform-duplicate-keys": {
  885. "version": "7.27.1",
  886. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.27.1.tgz",
  887. "integrity": "sha512-MTyJk98sHvSs+cvZ4nOauwTTG1JeonDjSGvGGUNHreGQns+Mpt6WX/dVzWBHgg+dYZhkC4X+zTDfkTU+Vy9y7Q==",
  888. "license": "MIT",
  889. "dependencies": {
  890. "@babel/helper-plugin-utils": "^7.27.1"
  891. },
  892. "engines": {
  893. "node": ">=6.9.0"
  894. },
  895. "peerDependencies": {
  896. "@babel/core": "^7.0.0-0"
  897. }
  898. },
  899. "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": {
  900. "version": "7.27.1",
  901. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.27.1.tgz",
  902. "integrity": "sha512-hkGcueTEzuhB30B3eJCbCYeCaaEQOmQR0AdvzpD4LoN0GXMWzzGSuRrxR2xTnCrvNbVwK9N6/jQ92GSLfiZWoQ==",
  903. "license": "MIT",
  904. "dependencies": {
  905. "@babel/helper-create-regexp-features-plugin": "^7.27.1",
  906. "@babel/helper-plugin-utils": "^7.27.1"
  907. },
  908. "engines": {
  909. "node": ">=6.9.0"
  910. },
  911. "peerDependencies": {
  912. "@babel/core": "^7.0.0"
  913. }
  914. },
  915. "node_modules/@babel/plugin-transform-dynamic-import": {
  916. "version": "7.27.1",
  917. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.27.1.tgz",
  918. "integrity": "sha512-MHzkWQcEmjzzVW9j2q8LGjwGWpG2mjwaaB0BNQwst3FIjqsg8Ct/mIZlvSPJvfi9y2AC8mi/ktxbFVL9pZ1I4A==",
  919. "license": "MIT",
  920. "dependencies": {
  921. "@babel/helper-plugin-utils": "^7.27.1"
  922. },
  923. "engines": {
  924. "node": ">=6.9.0"
  925. },
  926. "peerDependencies": {
  927. "@babel/core": "^7.0.0-0"
  928. }
  929. },
  930. "node_modules/@babel/plugin-transform-explicit-resource-management": {
  931. "version": "7.28.0",
  932. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-explicit-resource-management/-/plugin-transform-explicit-resource-management-7.28.0.tgz",
  933. "integrity": "sha512-K8nhUcn3f6iB+P3gwCv/no7OdzOZQcKchW6N389V6PD8NUWKZHzndOd9sPDVbMoBsbmjMqlB4L9fm+fEFNVlwQ==",
  934. "license": "MIT",
  935. "dependencies": {
  936. "@babel/helper-plugin-utils": "^7.27.1",
  937. "@babel/plugin-transform-destructuring": "^7.28.0"
  938. },
  939. "engines": {
  940. "node": ">=6.9.0"
  941. },
  942. "peerDependencies": {
  943. "@babel/core": "^7.0.0-0"
  944. }
  945. },
  946. "node_modules/@babel/plugin-transform-exponentiation-operator": {
  947. "version": "7.27.1",
  948. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.27.1.tgz",
  949. "integrity": "sha512-uspvXnhHvGKf2r4VVtBpeFnuDWsJLQ6MF6lGJLC89jBR1uoVeqM416AZtTuhTezOfgHicpJQmoD5YUakO/YmXQ==",
  950. "license": "MIT",
  951. "dependencies": {
  952. "@babel/helper-plugin-utils": "^7.27.1"
  953. },
  954. "engines": {
  955. "node": ">=6.9.0"
  956. },
  957. "peerDependencies": {
  958. "@babel/core": "^7.0.0-0"
  959. }
  960. },
  961. "node_modules/@babel/plugin-transform-export-namespace-from": {
  962. "version": "7.27.1",
  963. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.27.1.tgz",
  964. "integrity": "sha512-tQvHWSZ3/jH2xuq/vZDy0jNn+ZdXJeM8gHvX4lnJmsc3+50yPlWdZXIc5ay+umX+2/tJIqHqiEqcJvxlmIvRvQ==",
  965. "license": "MIT",
  966. "dependencies": {
  967. "@babel/helper-plugin-utils": "^7.27.1"
  968. },
  969. "engines": {
  970. "node": ">=6.9.0"
  971. },
  972. "peerDependencies": {
  973. "@babel/core": "^7.0.0-0"
  974. }
  975. },
  976. "node_modules/@babel/plugin-transform-for-of": {
  977. "version": "7.27.1",
  978. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.27.1.tgz",
  979. "integrity": "sha512-BfbWFFEJFQzLCQ5N8VocnCtA8J1CLkNTe2Ms2wocj75dd6VpiqS5Z5quTYcUoo4Yq+DN0rtikODccuv7RU81sw==",
  980. "license": "MIT",
  981. "dependencies": {
  982. "@babel/helper-plugin-utils": "^7.27.1",
  983. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
  984. },
  985. "engines": {
  986. "node": ">=6.9.0"
  987. },
  988. "peerDependencies": {
  989. "@babel/core": "^7.0.0-0"
  990. }
  991. },
  992. "node_modules/@babel/plugin-transform-function-name": {
  993. "version": "7.27.1",
  994. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.27.1.tgz",
  995. "integrity": "sha512-1bQeydJF9Nr1eBCMMbC+hdwmRlsv5XYOMu03YSWFwNs0HsAmtSxxF1fyuYPqemVldVyFmlCU7w8UE14LupUSZQ==",
  996. "license": "MIT",
  997. "dependencies": {
  998. "@babel/helper-compilation-targets": "^7.27.1",
  999. "@babel/helper-plugin-utils": "^7.27.1",
  1000. "@babel/traverse": "^7.27.1"
  1001. },
  1002. "engines": {
  1003. "node": ">=6.9.0"
  1004. },
  1005. "peerDependencies": {
  1006. "@babel/core": "^7.0.0-0"
  1007. }
  1008. },
  1009. "node_modules/@babel/plugin-transform-json-strings": {
  1010. "version": "7.27.1",
  1011. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.27.1.tgz",
  1012. "integrity": "sha512-6WVLVJiTjqcQauBhn1LkICsR2H+zm62I3h9faTDKt1qP4jn2o72tSvqMwtGFKGTpojce0gJs+76eZ2uCHRZh0Q==",
  1013. "license": "MIT",
  1014. "dependencies": {
  1015. "@babel/helper-plugin-utils": "^7.27.1"
  1016. },
  1017. "engines": {
  1018. "node": ">=6.9.0"
  1019. },
  1020. "peerDependencies": {
  1021. "@babel/core": "^7.0.0-0"
  1022. }
  1023. },
  1024. "node_modules/@babel/plugin-transform-literals": {
  1025. "version": "7.27.1",
  1026. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.27.1.tgz",
  1027. "integrity": "sha512-0HCFSepIpLTkLcsi86GG3mTUzxV5jpmbv97hTETW3yzrAij8aqlD36toB1D0daVFJM8NK6GvKO0gslVQmm+zZA==",
  1028. "license": "MIT",
  1029. "dependencies": {
  1030. "@babel/helper-plugin-utils": "^7.27.1"
  1031. },
  1032. "engines": {
  1033. "node": ">=6.9.0"
  1034. },
  1035. "peerDependencies": {
  1036. "@babel/core": "^7.0.0-0"
  1037. }
  1038. },
  1039. "node_modules/@babel/plugin-transform-logical-assignment-operators": {
  1040. "version": "7.27.1",
  1041. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.27.1.tgz",
  1042. "integrity": "sha512-SJvDs5dXxiae4FbSL1aBJlG4wvl594N6YEVVn9e3JGulwioy6z3oPjx/sQBO3Y4NwUu5HNix6KJ3wBZoewcdbw==",
  1043. "license": "MIT",
  1044. "dependencies": {
  1045. "@babel/helper-plugin-utils": "^7.27.1"
  1046. },
  1047. "engines": {
  1048. "node": ">=6.9.0"
  1049. },
  1050. "peerDependencies": {
  1051. "@babel/core": "^7.0.0-0"
  1052. }
  1053. },
  1054. "node_modules/@babel/plugin-transform-member-expression-literals": {
  1055. "version": "7.27.1",
  1056. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.27.1.tgz",
  1057. "integrity": "sha512-hqoBX4dcZ1I33jCSWcXrP+1Ku7kdqXf1oeah7ooKOIiAdKQ+uqftgCFNOSzA5AMS2XIHEYeGFg4cKRCdpxzVOQ==",
  1058. "license": "MIT",
  1059. "dependencies": {
  1060. "@babel/helper-plugin-utils": "^7.27.1"
  1061. },
  1062. "engines": {
  1063. "node": ">=6.9.0"
  1064. },
  1065. "peerDependencies": {
  1066. "@babel/core": "^7.0.0-0"
  1067. }
  1068. },
  1069. "node_modules/@babel/plugin-transform-modules-amd": {
  1070. "version": "7.27.1",
  1071. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.27.1.tgz",
  1072. "integrity": "sha512-iCsytMg/N9/oFq6n+gFTvUYDZQOMK5kEdeYxmxt91fcJGycfxVP9CnrxoliM0oumFERba2i8ZtwRUCMhvP1LnA==",
  1073. "license": "MIT",
  1074. "dependencies": {
  1075. "@babel/helper-module-transforms": "^7.27.1",
  1076. "@babel/helper-plugin-utils": "^7.27.1"
  1077. },
  1078. "engines": {
  1079. "node": ">=6.9.0"
  1080. },
  1081. "peerDependencies": {
  1082. "@babel/core": "^7.0.0-0"
  1083. }
  1084. },
  1085. "node_modules/@babel/plugin-transform-modules-commonjs": {
  1086. "version": "7.27.1",
  1087. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz",
  1088. "integrity": "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==",
  1089. "license": "MIT",
  1090. "dependencies": {
  1091. "@babel/helper-module-transforms": "^7.27.1",
  1092. "@babel/helper-plugin-utils": "^7.27.1"
  1093. },
  1094. "engines": {
  1095. "node": ">=6.9.0"
  1096. },
  1097. "peerDependencies": {
  1098. "@babel/core": "^7.0.0-0"
  1099. }
  1100. },
  1101. "node_modules/@babel/plugin-transform-modules-systemjs": {
  1102. "version": "7.27.1",
  1103. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.27.1.tgz",
  1104. "integrity": "sha512-w5N1XzsRbc0PQStASMksmUeqECuzKuTJer7kFagK8AXgpCMkeDMO5S+aaFb7A51ZYDF7XI34qsTX+fkHiIm5yA==",
  1105. "license": "MIT",
  1106. "dependencies": {
  1107. "@babel/helper-module-transforms": "^7.27.1",
  1108. "@babel/helper-plugin-utils": "^7.27.1",
  1109. "@babel/helper-validator-identifier": "^7.27.1",
  1110. "@babel/traverse": "^7.27.1"
  1111. },
  1112. "engines": {
  1113. "node": ">=6.9.0"
  1114. },
  1115. "peerDependencies": {
  1116. "@babel/core": "^7.0.0-0"
  1117. }
  1118. },
  1119. "node_modules/@babel/plugin-transform-modules-umd": {
  1120. "version": "7.27.1",
  1121. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.27.1.tgz",
  1122. "integrity": "sha512-iQBE/xC5BV1OxJbp6WG7jq9IWiD+xxlZhLrdwpPkTX3ydmXdvoCpyfJN7acaIBZaOqTfr76pgzqBJflNbeRK+w==",
  1123. "license": "MIT",
  1124. "dependencies": {
  1125. "@babel/helper-module-transforms": "^7.27.1",
  1126. "@babel/helper-plugin-utils": "^7.27.1"
  1127. },
  1128. "engines": {
  1129. "node": ">=6.9.0"
  1130. },
  1131. "peerDependencies": {
  1132. "@babel/core": "^7.0.0-0"
  1133. }
  1134. },
  1135. "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
  1136. "version": "7.27.1",
  1137. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.27.1.tgz",
  1138. "integrity": "sha512-SstR5JYy8ddZvD6MhV0tM/j16Qds4mIpJTOd1Yu9J9pJjH93bxHECF7pgtc28XvkzTD6Pxcm/0Z73Hvk7kb3Ng==",
  1139. "license": "MIT",
  1140. "dependencies": {
  1141. "@babel/helper-create-regexp-features-plugin": "^7.27.1",
  1142. "@babel/helper-plugin-utils": "^7.27.1"
  1143. },
  1144. "engines": {
  1145. "node": ">=6.9.0"
  1146. },
  1147. "peerDependencies": {
  1148. "@babel/core": "^7.0.0"
  1149. }
  1150. },
  1151. "node_modules/@babel/plugin-transform-new-target": {
  1152. "version": "7.27.1",
  1153. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.27.1.tgz",
  1154. "integrity": "sha512-f6PiYeqXQ05lYq3TIfIDu/MtliKUbNwkGApPUvyo6+tc7uaR4cPjPe7DFPr15Uyycg2lZU6btZ575CuQoYh7MQ==",
  1155. "license": "MIT",
  1156. "dependencies": {
  1157. "@babel/helper-plugin-utils": "^7.27.1"
  1158. },
  1159. "engines": {
  1160. "node": ">=6.9.0"
  1161. },
  1162. "peerDependencies": {
  1163. "@babel/core": "^7.0.0-0"
  1164. }
  1165. },
  1166. "node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
  1167. "version": "7.27.1",
  1168. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.27.1.tgz",
  1169. "integrity": "sha512-aGZh6xMo6q9vq1JGcw58lZ1Z0+i0xB2x0XaauNIUXd6O1xXc3RwoWEBlsTQrY4KQ9Jf0s5rgD6SiNkaUdJegTA==",
  1170. "license": "MIT",
  1171. "dependencies": {
  1172. "@babel/helper-plugin-utils": "^7.27.1"
  1173. },
  1174. "engines": {
  1175. "node": ">=6.9.0"
  1176. },
  1177. "peerDependencies": {
  1178. "@babel/core": "^7.0.0-0"
  1179. }
  1180. },
  1181. "node_modules/@babel/plugin-transform-numeric-separator": {
  1182. "version": "7.27.1",
  1183. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.27.1.tgz",
  1184. "integrity": "sha512-fdPKAcujuvEChxDBJ5c+0BTaS6revLV7CJL08e4m3de8qJfNIuCc2nc7XJYOjBoTMJeqSmwXJ0ypE14RCjLwaw==",
  1185. "license": "MIT",
  1186. "dependencies": {
  1187. "@babel/helper-plugin-utils": "^7.27.1"
  1188. },
  1189. "engines": {
  1190. "node": ">=6.9.0"
  1191. },
  1192. "peerDependencies": {
  1193. "@babel/core": "^7.0.0-0"
  1194. }
  1195. },
  1196. "node_modules/@babel/plugin-transform-object-rest-spread": {
  1197. "version": "7.28.0",
  1198. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.0.tgz",
  1199. "integrity": "sha512-9VNGikXxzu5eCiQjdE4IZn8sb9q7Xsk5EXLDBKUYg1e/Tve8/05+KJEtcxGxAgCY5t/BpKQM+JEL/yT4tvgiUA==",
  1200. "license": "MIT",
  1201. "dependencies": {
  1202. "@babel/helper-compilation-targets": "^7.27.2",
  1203. "@babel/helper-plugin-utils": "^7.27.1",
  1204. "@babel/plugin-transform-destructuring": "^7.28.0",
  1205. "@babel/plugin-transform-parameters": "^7.27.7",
  1206. "@babel/traverse": "^7.28.0"
  1207. },
  1208. "engines": {
  1209. "node": ">=6.9.0"
  1210. },
  1211. "peerDependencies": {
  1212. "@babel/core": "^7.0.0-0"
  1213. }
  1214. },
  1215. "node_modules/@babel/plugin-transform-object-super": {
  1216. "version": "7.27.1",
  1217. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.27.1.tgz",
  1218. "integrity": "sha512-SFy8S9plRPbIcxlJ8A6mT/CxFdJx/c04JEctz4jf8YZaVS2px34j7NXRrlGlHkN/M2gnpL37ZpGRGVFLd3l8Ng==",
  1219. "license": "MIT",
  1220. "dependencies": {
  1221. "@babel/helper-plugin-utils": "^7.27.1",
  1222. "@babel/helper-replace-supers": "^7.27.1"
  1223. },
  1224. "engines": {
  1225. "node": ">=6.9.0"
  1226. },
  1227. "peerDependencies": {
  1228. "@babel/core": "^7.0.0-0"
  1229. }
  1230. },
  1231. "node_modules/@babel/plugin-transform-optional-catch-binding": {
  1232. "version": "7.27.1",
  1233. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.27.1.tgz",
  1234. "integrity": "sha512-txEAEKzYrHEX4xSZN4kJ+OfKXFVSWKB2ZxM9dpcE3wT7smwkNmXo5ORRlVzMVdJbD+Q8ILTgSD7959uj+3Dm3Q==",
  1235. "license": "MIT",
  1236. "dependencies": {
  1237. "@babel/helper-plugin-utils": "^7.27.1"
  1238. },
  1239. "engines": {
  1240. "node": ">=6.9.0"
  1241. },
  1242. "peerDependencies": {
  1243. "@babel/core": "^7.0.0-0"
  1244. }
  1245. },
  1246. "node_modules/@babel/plugin-transform-optional-chaining": {
  1247. "version": "7.27.1",
  1248. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.27.1.tgz",
  1249. "integrity": "sha512-BQmKPPIuc8EkZgNKsv0X4bPmOoayeu4F1YCwx2/CfmDSXDbp7GnzlUH+/ul5VGfRg1AoFPsrIThlEBj2xb4CAg==",
  1250. "license": "MIT",
  1251. "dependencies": {
  1252. "@babel/helper-plugin-utils": "^7.27.1",
  1253. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
  1254. },
  1255. "engines": {
  1256. "node": ">=6.9.0"
  1257. },
  1258. "peerDependencies": {
  1259. "@babel/core": "^7.0.0-0"
  1260. }
  1261. },
  1262. "node_modules/@babel/plugin-transform-parameters": {
  1263. "version": "7.27.7",
  1264. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz",
  1265. "integrity": "sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg==",
  1266. "license": "MIT",
  1267. "dependencies": {
  1268. "@babel/helper-plugin-utils": "^7.27.1"
  1269. },
  1270. "engines": {
  1271. "node": ">=6.9.0"
  1272. },
  1273. "peerDependencies": {
  1274. "@babel/core": "^7.0.0-0"
  1275. }
  1276. },
  1277. "node_modules/@babel/plugin-transform-private-methods": {
  1278. "version": "7.27.1",
  1279. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.27.1.tgz",
  1280. "integrity": "sha512-10FVt+X55AjRAYI9BrdISN9/AQWHqldOeZDUoLyif1Kn05a56xVBXb8ZouL8pZ9jem8QpXaOt8TS7RHUIS+GPA==",
  1281. "license": "MIT",
  1282. "dependencies": {
  1283. "@babel/helper-create-class-features-plugin": "^7.27.1",
  1284. "@babel/helper-plugin-utils": "^7.27.1"
  1285. },
  1286. "engines": {
  1287. "node": ">=6.9.0"
  1288. },
  1289. "peerDependencies": {
  1290. "@babel/core": "^7.0.0-0"
  1291. }
  1292. },
  1293. "node_modules/@babel/plugin-transform-private-property-in-object": {
  1294. "version": "7.27.1",
  1295. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.27.1.tgz",
  1296. "integrity": "sha512-5J+IhqTi1XPa0DXF83jYOaARrX+41gOewWbkPyjMNRDqgOCqdffGh8L3f/Ek5utaEBZExjSAzcyjmV9SSAWObQ==",
  1297. "license": "MIT",
  1298. "dependencies": {
  1299. "@babel/helper-annotate-as-pure": "^7.27.1",
  1300. "@babel/helper-create-class-features-plugin": "^7.27.1",
  1301. "@babel/helper-plugin-utils": "^7.27.1"
  1302. },
  1303. "engines": {
  1304. "node": ">=6.9.0"
  1305. },
  1306. "peerDependencies": {
  1307. "@babel/core": "^7.0.0-0"
  1308. }
  1309. },
  1310. "node_modules/@babel/plugin-transform-property-literals": {
  1311. "version": "7.27.1",
  1312. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.27.1.tgz",
  1313. "integrity": "sha512-oThy3BCuCha8kDZ8ZkgOg2exvPYUlprMukKQXI1r1pJ47NCvxfkEy8vK+r/hT9nF0Aa4H1WUPZZjHTFtAhGfmQ==",
  1314. "license": "MIT",
  1315. "dependencies": {
  1316. "@babel/helper-plugin-utils": "^7.27.1"
  1317. },
  1318. "engines": {
  1319. "node": ">=6.9.0"
  1320. },
  1321. "peerDependencies": {
  1322. "@babel/core": "^7.0.0-0"
  1323. }
  1324. },
  1325. "node_modules/@babel/plugin-transform-react-constant-elements": {
  1326. "version": "7.27.1",
  1327. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.27.1.tgz",
  1328. "integrity": "sha512-edoidOjl/ZxvYo4lSBOQGDSyToYVkTAwyVoa2tkuYTSmjrB1+uAedoL5iROVLXkxH+vRgA7uP4tMg2pUJpZ3Ug==",
  1329. "license": "MIT",
  1330. "dependencies": {
  1331. "@babel/helper-plugin-utils": "^7.27.1"
  1332. },
  1333. "engines": {
  1334. "node": ">=6.9.0"
  1335. },
  1336. "peerDependencies": {
  1337. "@babel/core": "^7.0.0-0"
  1338. }
  1339. },
  1340. "node_modules/@babel/plugin-transform-react-display-name": {
  1341. "version": "7.28.0",
  1342. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.28.0.tgz",
  1343. "integrity": "sha512-D6Eujc2zMxKjfa4Zxl4GHMsmhKKZ9VpcqIchJLvwTxad9zWIYulwYItBovpDOoNLISpcZSXoDJ5gaGbQUDqViA==",
  1344. "license": "MIT",
  1345. "dependencies": {
  1346. "@babel/helper-plugin-utils": "^7.27.1"
  1347. },
  1348. "engines": {
  1349. "node": ">=6.9.0"
  1350. },
  1351. "peerDependencies": {
  1352. "@babel/core": "^7.0.0-0"
  1353. }
  1354. },
  1355. "node_modules/@babel/plugin-transform-react-jsx": {
  1356. "version": "7.27.1",
  1357. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.27.1.tgz",
  1358. "integrity": "sha512-2KH4LWGSrJIkVf5tSiBFYuXDAoWRq2MMwgivCf+93dd0GQi8RXLjKA/0EvRnVV5G0hrHczsquXuD01L8s6dmBw==",
  1359. "license": "MIT",
  1360. "dependencies": {
  1361. "@babel/helper-annotate-as-pure": "^7.27.1",
  1362. "@babel/helper-module-imports": "^7.27.1",
  1363. "@babel/helper-plugin-utils": "^7.27.1",
  1364. "@babel/plugin-syntax-jsx": "^7.27.1",
  1365. "@babel/types": "^7.27.1"
  1366. },
  1367. "engines": {
  1368. "node": ">=6.9.0"
  1369. },
  1370. "peerDependencies": {
  1371. "@babel/core": "^7.0.0-0"
  1372. }
  1373. },
  1374. "node_modules/@babel/plugin-transform-react-jsx-development": {
  1375. "version": "7.27.1",
  1376. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.27.1.tgz",
  1377. "integrity": "sha512-ykDdF5yI4f1WrAolLqeF3hmYU12j9ntLQl/AOG1HAS21jxyg1Q0/J/tpREuYLfatGdGmXp/3yS0ZA76kOlVq9Q==",
  1378. "license": "MIT",
  1379. "dependencies": {
  1380. "@babel/plugin-transform-react-jsx": "^7.27.1"
  1381. },
  1382. "engines": {
  1383. "node": ">=6.9.0"
  1384. },
  1385. "peerDependencies": {
  1386. "@babel/core": "^7.0.0-0"
  1387. }
  1388. },
  1389. "node_modules/@babel/plugin-transform-react-pure-annotations": {
  1390. "version": "7.27.1",
  1391. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.27.1.tgz",
  1392. "integrity": "sha512-JfuinvDOsD9FVMTHpzA/pBLisxpv1aSf+OIV8lgH3MuWrks19R27e6a6DipIg4aX1Zm9Wpb04p8wljfKrVSnPA==",
  1393. "license": "MIT",
  1394. "dependencies": {
  1395. "@babel/helper-annotate-as-pure": "^7.27.1",
  1396. "@babel/helper-plugin-utils": "^7.27.1"
  1397. },
  1398. "engines": {
  1399. "node": ">=6.9.0"
  1400. },
  1401. "peerDependencies": {
  1402. "@babel/core": "^7.0.0-0"
  1403. }
  1404. },
  1405. "node_modules/@babel/plugin-transform-regenerator": {
  1406. "version": "7.28.1",
  1407. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.1.tgz",
  1408. "integrity": "sha512-P0QiV/taaa3kXpLY+sXla5zec4E+4t4Aqc9ggHlfZ7a2cp8/x/Gv08jfwEtn9gnnYIMvHx6aoOZ8XJL8eU71Dg==",
  1409. "license": "MIT",
  1410. "dependencies": {
  1411. "@babel/helper-plugin-utils": "^7.27.1"
  1412. },
  1413. "engines": {
  1414. "node": ">=6.9.0"
  1415. },
  1416. "peerDependencies": {
  1417. "@babel/core": "^7.0.0-0"
  1418. }
  1419. },
  1420. "node_modules/@babel/plugin-transform-regexp-modifiers": {
  1421. "version": "7.27.1",
  1422. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.27.1.tgz",
  1423. "integrity": "sha512-TtEciroaiODtXvLZv4rmfMhkCv8jx3wgKpL68PuiPh2M4fvz5jhsA7697N1gMvkvr/JTF13DrFYyEbY9U7cVPA==",
  1424. "license": "MIT",
  1425. "dependencies": {
  1426. "@babel/helper-create-regexp-features-plugin": "^7.27.1",
  1427. "@babel/helper-plugin-utils": "^7.27.1"
  1428. },
  1429. "engines": {
  1430. "node": ">=6.9.0"
  1431. },
  1432. "peerDependencies": {
  1433. "@babel/core": "^7.0.0"
  1434. }
  1435. },
  1436. "node_modules/@babel/plugin-transform-reserved-words": {
  1437. "version": "7.27.1",
  1438. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.27.1.tgz",
  1439. "integrity": "sha512-V2ABPHIJX4kC7HegLkYoDpfg9PVmuWy/i6vUM5eGK22bx4YVFD3M5F0QQnWQoDs6AGsUWTVOopBiMFQgHaSkVw==",
  1440. "license": "MIT",
  1441. "dependencies": {
  1442. "@babel/helper-plugin-utils": "^7.27.1"
  1443. },
  1444. "engines": {
  1445. "node": ">=6.9.0"
  1446. },
  1447. "peerDependencies": {
  1448. "@babel/core": "^7.0.0-0"
  1449. }
  1450. },
  1451. "node_modules/@babel/plugin-transform-shorthand-properties": {
  1452. "version": "7.27.1",
  1453. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.27.1.tgz",
  1454. "integrity": "sha512-N/wH1vcn4oYawbJ13Y/FxcQrWk63jhfNa7jef0ih7PHSIHX2LB7GWE1rkPrOnka9kwMxb6hMl19p7lidA+EHmQ==",
  1455. "license": "MIT",
  1456. "dependencies": {
  1457. "@babel/helper-plugin-utils": "^7.27.1"
  1458. },
  1459. "engines": {
  1460. "node": ">=6.9.0"
  1461. },
  1462. "peerDependencies": {
  1463. "@babel/core": "^7.0.0-0"
  1464. }
  1465. },
  1466. "node_modules/@babel/plugin-transform-spread": {
  1467. "version": "7.27.1",
  1468. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.27.1.tgz",
  1469. "integrity": "sha512-kpb3HUqaILBJcRFVhFUs6Trdd4mkrzcGXss+6/mxUd273PfbWqSDHRzMT2234gIg2QYfAjvXLSquP1xECSg09Q==",
  1470. "license": "MIT",
  1471. "dependencies": {
  1472. "@babel/helper-plugin-utils": "^7.27.1",
  1473. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
  1474. },
  1475. "engines": {
  1476. "node": ">=6.9.0"
  1477. },
  1478. "peerDependencies": {
  1479. "@babel/core": "^7.0.0-0"
  1480. }
  1481. },
  1482. "node_modules/@babel/plugin-transform-sticky-regex": {
  1483. "version": "7.27.1",
  1484. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.27.1.tgz",
  1485. "integrity": "sha512-lhInBO5bi/Kowe2/aLdBAawijx+q1pQzicSgnkB6dUPc1+RC8QmJHKf2OjvU+NZWitguJHEaEmbV6VWEouT58g==",
  1486. "license": "MIT",
  1487. "dependencies": {
  1488. "@babel/helper-plugin-utils": "^7.27.1"
  1489. },
  1490. "engines": {
  1491. "node": ">=6.9.0"
  1492. },
  1493. "peerDependencies": {
  1494. "@babel/core": "^7.0.0-0"
  1495. }
  1496. },
  1497. "node_modules/@babel/plugin-transform-template-literals": {
  1498. "version": "7.27.1",
  1499. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.27.1.tgz",
  1500. "integrity": "sha512-fBJKiV7F2DxZUkg5EtHKXQdbsbURW3DZKQUWphDum0uRP6eHGGa/He9mc0mypL680pb+e/lDIthRohlv8NCHkg==",
  1501. "license": "MIT",
  1502. "dependencies": {
  1503. "@babel/helper-plugin-utils": "^7.27.1"
  1504. },
  1505. "engines": {
  1506. "node": ">=6.9.0"
  1507. },
  1508. "peerDependencies": {
  1509. "@babel/core": "^7.0.0-0"
  1510. }
  1511. },
  1512. "node_modules/@babel/plugin-transform-typeof-symbol": {
  1513. "version": "7.27.1",
  1514. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.27.1.tgz",
  1515. "integrity": "sha512-RiSILC+nRJM7FY5srIyc4/fGIwUhyDuuBSdWn4y6yT6gm652DpCHZjIipgn6B7MQ1ITOUnAKWixEUjQRIBIcLw==",
  1516. "license": "MIT",
  1517. "dependencies": {
  1518. "@babel/helper-plugin-utils": "^7.27.1"
  1519. },
  1520. "engines": {
  1521. "node": ">=6.9.0"
  1522. },
  1523. "peerDependencies": {
  1524. "@babel/core": "^7.0.0-0"
  1525. }
  1526. },
  1527. "node_modules/@babel/plugin-transform-typescript": {
  1528. "version": "7.28.0",
  1529. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.0.tgz",
  1530. "integrity": "sha512-4AEiDEBPIZvLQaWlc9liCavE0xRM0dNca41WtBeM3jgFptfUOSG9z0uteLhq6+3rq+WB6jIvUwKDTpXEHPJ2Vg==",
  1531. "license": "MIT",
  1532. "dependencies": {
  1533. "@babel/helper-annotate-as-pure": "^7.27.3",
  1534. "@babel/helper-create-class-features-plugin": "^7.27.1",
  1535. "@babel/helper-plugin-utils": "^7.27.1",
  1536. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  1537. "@babel/plugin-syntax-typescript": "^7.27.1"
  1538. },
  1539. "engines": {
  1540. "node": ">=6.9.0"
  1541. },
  1542. "peerDependencies": {
  1543. "@babel/core": "^7.0.0-0"
  1544. }
  1545. },
  1546. "node_modules/@babel/plugin-transform-unicode-escapes": {
  1547. "version": "7.27.1",
  1548. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.27.1.tgz",
  1549. "integrity": "sha512-Ysg4v6AmF26k9vpfFuTZg8HRfVWzsh1kVfowA23y9j/Gu6dOuahdUVhkLqpObp3JIv27MLSii6noRnuKN8H0Mg==",
  1550. "license": "MIT",
  1551. "dependencies": {
  1552. "@babel/helper-plugin-utils": "^7.27.1"
  1553. },
  1554. "engines": {
  1555. "node": ">=6.9.0"
  1556. },
  1557. "peerDependencies": {
  1558. "@babel/core": "^7.0.0-0"
  1559. }
  1560. },
  1561. "node_modules/@babel/plugin-transform-unicode-property-regex": {
  1562. "version": "7.27.1",
  1563. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.27.1.tgz",
  1564. "integrity": "sha512-uW20S39PnaTImxp39O5qFlHLS9LJEmANjMG7SxIhap8rCHqu0Ik+tLEPX5DKmHn6CsWQ7j3lix2tFOa5YtL12Q==",
  1565. "license": "MIT",
  1566. "dependencies": {
  1567. "@babel/helper-create-regexp-features-plugin": "^7.27.1",
  1568. "@babel/helper-plugin-utils": "^7.27.1"
  1569. },
  1570. "engines": {
  1571. "node": ">=6.9.0"
  1572. },
  1573. "peerDependencies": {
  1574. "@babel/core": "^7.0.0-0"
  1575. }
  1576. },
  1577. "node_modules/@babel/plugin-transform-unicode-regex": {
  1578. "version": "7.27.1",
  1579. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.27.1.tgz",
  1580. "integrity": "sha512-xvINq24TRojDuyt6JGtHmkVkrfVV3FPT16uytxImLeBZqW3/H52yN+kM1MGuyPkIQxrzKwPHs5U/MP3qKyzkGw==",
  1581. "license": "MIT",
  1582. "dependencies": {
  1583. "@babel/helper-create-regexp-features-plugin": "^7.27.1",
  1584. "@babel/helper-plugin-utils": "^7.27.1"
  1585. },
  1586. "engines": {
  1587. "node": ">=6.9.0"
  1588. },
  1589. "peerDependencies": {
  1590. "@babel/core": "^7.0.0-0"
  1591. }
  1592. },
  1593. "node_modules/@babel/plugin-transform-unicode-sets-regex": {
  1594. "version": "7.27.1",
  1595. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.27.1.tgz",
  1596. "integrity": "sha512-EtkOujbc4cgvb0mlpQefi4NTPBzhSIevblFevACNLUspmrALgmEBdL/XfnyyITfd8fKBZrZys92zOWcik7j9Tw==",
  1597. "license": "MIT",
  1598. "dependencies": {
  1599. "@babel/helper-create-regexp-features-plugin": "^7.27.1",
  1600. "@babel/helper-plugin-utils": "^7.27.1"
  1601. },
  1602. "engines": {
  1603. "node": ">=6.9.0"
  1604. },
  1605. "peerDependencies": {
  1606. "@babel/core": "^7.0.0"
  1607. }
  1608. },
  1609. "node_modules/@babel/preset-env": {
  1610. "version": "7.28.0",
  1611. "resolved": "https://registry.npmmirror.com/@babel/preset-env/-/preset-env-7.28.0.tgz",
  1612. "integrity": "sha512-VmaxeGOwuDqzLl5JUkIRM1X2Qu2uKGxHEQWh+cvvbl7JuJRgKGJSfsEF/bUaxFhJl/XAyxBe7q7qSuTbKFuCyg==",
  1613. "license": "MIT",
  1614. "dependencies": {
  1615. "@babel/compat-data": "^7.28.0",
  1616. "@babel/helper-compilation-targets": "^7.27.2",
  1617. "@babel/helper-plugin-utils": "^7.27.1",
  1618. "@babel/helper-validator-option": "^7.27.1",
  1619. "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.27.1",
  1620. "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.27.1",
  1621. "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.27.1",
  1622. "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.27.1",
  1623. "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.27.1",
  1624. "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
  1625. "@babel/plugin-syntax-import-assertions": "^7.27.1",
  1626. "@babel/plugin-syntax-import-attributes": "^7.27.1",
  1627. "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
  1628. "@babel/plugin-transform-arrow-functions": "^7.27.1",
  1629. "@babel/plugin-transform-async-generator-functions": "^7.28.0",
  1630. "@babel/plugin-transform-async-to-generator": "^7.27.1",
  1631. "@babel/plugin-transform-block-scoped-functions": "^7.27.1",
  1632. "@babel/plugin-transform-block-scoping": "^7.28.0",
  1633. "@babel/plugin-transform-class-properties": "^7.27.1",
  1634. "@babel/plugin-transform-class-static-block": "^7.27.1",
  1635. "@babel/plugin-transform-classes": "^7.28.0",
  1636. "@babel/plugin-transform-computed-properties": "^7.27.1",
  1637. "@babel/plugin-transform-destructuring": "^7.28.0",
  1638. "@babel/plugin-transform-dotall-regex": "^7.27.1",
  1639. "@babel/plugin-transform-duplicate-keys": "^7.27.1",
  1640. "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.27.1",
  1641. "@babel/plugin-transform-dynamic-import": "^7.27.1",
  1642. "@babel/plugin-transform-explicit-resource-management": "^7.28.0",
  1643. "@babel/plugin-transform-exponentiation-operator": "^7.27.1",
  1644. "@babel/plugin-transform-export-namespace-from": "^7.27.1",
  1645. "@babel/plugin-transform-for-of": "^7.27.1",
  1646. "@babel/plugin-transform-function-name": "^7.27.1",
  1647. "@babel/plugin-transform-json-strings": "^7.27.1",
  1648. "@babel/plugin-transform-literals": "^7.27.1",
  1649. "@babel/plugin-transform-logical-assignment-operators": "^7.27.1",
  1650. "@babel/plugin-transform-member-expression-literals": "^7.27.1",
  1651. "@babel/plugin-transform-modules-amd": "^7.27.1",
  1652. "@babel/plugin-transform-modules-commonjs": "^7.27.1",
  1653. "@babel/plugin-transform-modules-systemjs": "^7.27.1",
  1654. "@babel/plugin-transform-modules-umd": "^7.27.1",
  1655. "@babel/plugin-transform-named-capturing-groups-regex": "^7.27.1",
  1656. "@babel/plugin-transform-new-target": "^7.27.1",
  1657. "@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1",
  1658. "@babel/plugin-transform-numeric-separator": "^7.27.1",
  1659. "@babel/plugin-transform-object-rest-spread": "^7.28.0",
  1660. "@babel/plugin-transform-object-super": "^7.27.1",
  1661. "@babel/plugin-transform-optional-catch-binding": "^7.27.1",
  1662. "@babel/plugin-transform-optional-chaining": "^7.27.1",
  1663. "@babel/plugin-transform-parameters": "^7.27.7",
  1664. "@babel/plugin-transform-private-methods": "^7.27.1",
  1665. "@babel/plugin-transform-private-property-in-object": "^7.27.1",
  1666. "@babel/plugin-transform-property-literals": "^7.27.1",
  1667. "@babel/plugin-transform-regenerator": "^7.28.0",
  1668. "@babel/plugin-transform-regexp-modifiers": "^7.27.1",
  1669. "@babel/plugin-transform-reserved-words": "^7.27.1",
  1670. "@babel/plugin-transform-shorthand-properties": "^7.27.1",
  1671. "@babel/plugin-transform-spread": "^7.27.1",
  1672. "@babel/plugin-transform-sticky-regex": "^7.27.1",
  1673. "@babel/plugin-transform-template-literals": "^7.27.1",
  1674. "@babel/plugin-transform-typeof-symbol": "^7.27.1",
  1675. "@babel/plugin-transform-unicode-escapes": "^7.27.1",
  1676. "@babel/plugin-transform-unicode-property-regex": "^7.27.1",
  1677. "@babel/plugin-transform-unicode-regex": "^7.27.1",
  1678. "@babel/plugin-transform-unicode-sets-regex": "^7.27.1",
  1679. "@babel/preset-modules": "0.1.6-no-external-plugins",
  1680. "babel-plugin-polyfill-corejs2": "^0.4.14",
  1681. "babel-plugin-polyfill-corejs3": "^0.13.0",
  1682. "babel-plugin-polyfill-regenerator": "^0.6.5",
  1683. "core-js-compat": "^3.43.0",
  1684. "semver": "^6.3.1"
  1685. },
  1686. "engines": {
  1687. "node": ">=6.9.0"
  1688. },
  1689. "peerDependencies": {
  1690. "@babel/core": "^7.0.0-0"
  1691. }
  1692. },
  1693. "node_modules/@babel/preset-modules": {
  1694. "version": "0.1.6-no-external-plugins",
  1695. "resolved": "https://registry.npmmirror.com/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz",
  1696. "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==",
  1697. "license": "MIT",
  1698. "dependencies": {
  1699. "@babel/helper-plugin-utils": "^7.0.0",
  1700. "@babel/types": "^7.4.4",
  1701. "esutils": "^2.0.2"
  1702. },
  1703. "peerDependencies": {
  1704. "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0"
  1705. }
  1706. },
  1707. "node_modules/@babel/preset-react": {
  1708. "version": "7.27.1",
  1709. "resolved": "https://registry.npmmirror.com/@babel/preset-react/-/preset-react-7.27.1.tgz",
  1710. "integrity": "sha512-oJHWh2gLhU9dW9HHr42q0cI0/iHHXTLGe39qvpAZZzagHy0MzYLCnCVV0symeRvzmjHyVU7mw2K06E6u/JwbhA==",
  1711. "license": "MIT",
  1712. "dependencies": {
  1713. "@babel/helper-plugin-utils": "^7.27.1",
  1714. "@babel/helper-validator-option": "^7.27.1",
  1715. "@babel/plugin-transform-react-display-name": "^7.27.1",
  1716. "@babel/plugin-transform-react-jsx": "^7.27.1",
  1717. "@babel/plugin-transform-react-jsx-development": "^7.27.1",
  1718. "@babel/plugin-transform-react-pure-annotations": "^7.27.1"
  1719. },
  1720. "engines": {
  1721. "node": ">=6.9.0"
  1722. },
  1723. "peerDependencies": {
  1724. "@babel/core": "^7.0.0-0"
  1725. }
  1726. },
  1727. "node_modules/@babel/preset-typescript": {
  1728. "version": "7.27.1",
  1729. "resolved": "https://registry.npmmirror.com/@babel/preset-typescript/-/preset-typescript-7.27.1.tgz",
  1730. "integrity": "sha512-l7WfQfX0WK4M0v2RudjuQK4u99BS6yLHYEmdtVPP7lKV013zr9DygFuWNlnbvQ9LR+LS0Egz/XAvGx5U9MX0fQ==",
  1731. "license": "MIT",
  1732. "dependencies": {
  1733. "@babel/helper-plugin-utils": "^7.27.1",
  1734. "@babel/helper-validator-option": "^7.27.1",
  1735. "@babel/plugin-syntax-jsx": "^7.27.1",
  1736. "@babel/plugin-transform-modules-commonjs": "^7.27.1",
  1737. "@babel/plugin-transform-typescript": "^7.27.1"
  1738. },
  1739. "engines": {
  1740. "node": ">=6.9.0"
  1741. },
  1742. "peerDependencies": {
  1743. "@babel/core": "^7.0.0-0"
  1744. }
  1745. },
  1746. "node_modules/@babel/runtime": {
  1747. "version": "7.28.2",
  1748. "resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.28.2.tgz",
  1749. "integrity": "sha512-KHp2IflsnGywDjBWDkR9iEqiWSpc8GIi0lgTT3mOElT0PP1tG26P4tmFI2YvAdzgq9RGyoHZQEIEdZy6Ec5xCA==",
  1750. "license": "MIT",
  1751. "engines": {
  1752. "node": ">=6.9.0"
  1753. }
  1754. },
  1755. "node_modules/@babel/template": {
  1756. "version": "7.27.2",
  1757. "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.27.2.tgz",
  1758. "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
  1759. "license": "MIT",
  1760. "dependencies": {
  1761. "@babel/code-frame": "^7.27.1",
  1762. "@babel/parser": "^7.27.2",
  1763. "@babel/types": "^7.27.1"
  1764. },
  1765. "engines": {
  1766. "node": ">=6.9.0"
  1767. }
  1768. },
  1769. "node_modules/@babel/traverse": {
  1770. "version": "7.28.0",
  1771. "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.28.0.tgz",
  1772. "integrity": "sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==",
  1773. "license": "MIT",
  1774. "dependencies": {
  1775. "@babel/code-frame": "^7.27.1",
  1776. "@babel/generator": "^7.28.0",
  1777. "@babel/helper-globals": "^7.28.0",
  1778. "@babel/parser": "^7.28.0",
  1779. "@babel/template": "^7.27.2",
  1780. "@babel/types": "^7.28.0",
  1781. "debug": "^4.3.1"
  1782. },
  1783. "engines": {
  1784. "node": ">=6.9.0"
  1785. }
  1786. },
  1787. "node_modules/@babel/types": {
  1788. "version": "7.28.2",
  1789. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.28.2.tgz",
  1790. "integrity": "sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==",
  1791. "license": "MIT",
  1792. "dependencies": {
  1793. "@babel/helper-string-parser": "^7.27.1",
  1794. "@babel/helper-validator-identifier": "^7.27.1"
  1795. },
  1796. "engines": {
  1797. "node": ">=6.9.0"
  1798. }
  1799. },
  1800. "node_modules/@braintree/sanitize-url": {
  1801. "version": "6.0.4",
  1802. "resolved": "https://registry.npmmirror.com/@braintree/sanitize-url/-/sanitize-url-6.0.4.tgz",
  1803. "integrity": "sha512-s3jaWicZd0pkP0jf5ysyHUI/RE7MHos6qlToFcGWXVp+ykHOy77OUMrfbgJ9it2C5bow7OIQwYYaHjk9XlBQ2A==",
  1804. "license": "MIT"
  1805. },
  1806. "node_modules/@emnapi/runtime": {
  1807. "version": "1.4.5",
  1808. "resolved": "https://registry.npmmirror.com/@emnapi/runtime/-/runtime-1.4.5.tgz",
  1809. "integrity": "sha512-++LApOtY0pEEz1zrd9vy1/zXVaVJJ/EbAF3u0fXIzPJEDtnITsBGbbK0EkM72amhl/R5b+5xx0Y/QhcVOpuulg==",
  1810. "license": "MIT",
  1811. "optional": true,
  1812. "dependencies": {
  1813. "tslib": "^2.4.0"
  1814. }
  1815. },
  1816. "node_modules/@emotion/hash": {
  1817. "version": "0.8.0",
  1818. "resolved": "https://registry.npmmirror.com/@emotion/hash/-/hash-0.8.0.tgz",
  1819. "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==",
  1820. "license": "MIT"
  1821. },
  1822. "node_modules/@emotion/unitless": {
  1823. "version": "0.7.5",
  1824. "resolved": "https://registry.npmmirror.com/@emotion/unitless/-/unitless-0.7.5.tgz",
  1825. "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==",
  1826. "license": "MIT"
  1827. },
  1828. "node_modules/@esbuild/aix-ppc64": {
  1829. "version": "0.25.8",
  1830. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.25.8.tgz",
  1831. "integrity": "sha512-urAvrUedIqEiFR3FYSLTWQgLu5tb+m0qZw0NBEasUeo6wuqatkMDaRT+1uABiGXEu5vqgPd7FGE1BhsAIy9QVA==",
  1832. "cpu": [
  1833. "ppc64"
  1834. ],
  1835. "dev": true,
  1836. "license": "MIT",
  1837. "optional": true,
  1838. "os": [
  1839. "aix"
  1840. ],
  1841. "engines": {
  1842. "node": ">=18"
  1843. }
  1844. },
  1845. "node_modules/@esbuild/android-arm": {
  1846. "version": "0.25.8",
  1847. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.25.8.tgz",
  1848. "integrity": "sha512-RONsAvGCz5oWyePVnLdZY/HHwA++nxYWIX1atInlaW6SEkwq6XkP3+cb825EUcRs5Vss/lGh/2YxAb5xqc07Uw==",
  1849. "cpu": [
  1850. "arm"
  1851. ],
  1852. "dev": true,
  1853. "license": "MIT",
  1854. "optional": true,
  1855. "os": [
  1856. "android"
  1857. ],
  1858. "engines": {
  1859. "node": ">=18"
  1860. }
  1861. },
  1862. "node_modules/@esbuild/android-arm64": {
  1863. "version": "0.25.8",
  1864. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.25.8.tgz",
  1865. "integrity": "sha512-OD3p7LYzWpLhZEyATcTSJ67qB5D+20vbtr6vHlHWSQYhKtzUYrETuWThmzFpZtFsBIxRvhO07+UgVA9m0i/O1w==",
  1866. "cpu": [
  1867. "arm64"
  1868. ],
  1869. "dev": true,
  1870. "license": "MIT",
  1871. "optional": true,
  1872. "os": [
  1873. "android"
  1874. ],
  1875. "engines": {
  1876. "node": ">=18"
  1877. }
  1878. },
  1879. "node_modules/@esbuild/android-x64": {
  1880. "version": "0.25.8",
  1881. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.25.8.tgz",
  1882. "integrity": "sha512-yJAVPklM5+4+9dTeKwHOaA+LQkmrKFX96BM0A/2zQrbS6ENCmxc4OVoBs5dPkCCak2roAD+jKCdnmOqKszPkjA==",
  1883. "cpu": [
  1884. "x64"
  1885. ],
  1886. "dev": true,
  1887. "license": "MIT",
  1888. "optional": true,
  1889. "os": [
  1890. "android"
  1891. ],
  1892. "engines": {
  1893. "node": ">=18"
  1894. }
  1895. },
  1896. "node_modules/@esbuild/darwin-arm64": {
  1897. "version": "0.25.8",
  1898. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.25.8.tgz",
  1899. "integrity": "sha512-Jw0mxgIaYX6R8ODrdkLLPwBqHTtYHJSmzzd+QeytSugzQ0Vg4c5rDky5VgkoowbZQahCbsv1rT1KW72MPIkevw==",
  1900. "cpu": [
  1901. "arm64"
  1902. ],
  1903. "dev": true,
  1904. "license": "MIT",
  1905. "optional": true,
  1906. "os": [
  1907. "darwin"
  1908. ],
  1909. "engines": {
  1910. "node": ">=18"
  1911. }
  1912. },
  1913. "node_modules/@esbuild/darwin-x64": {
  1914. "version": "0.25.8",
  1915. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.25.8.tgz",
  1916. "integrity": "sha512-Vh2gLxxHnuoQ+GjPNvDSDRpoBCUzY4Pu0kBqMBDlK4fuWbKgGtmDIeEC081xi26PPjn+1tct+Bh8FjyLlw1Zlg==",
  1917. "cpu": [
  1918. "x64"
  1919. ],
  1920. "dev": true,
  1921. "license": "MIT",
  1922. "optional": true,
  1923. "os": [
  1924. "darwin"
  1925. ],
  1926. "engines": {
  1927. "node": ">=18"
  1928. }
  1929. },
  1930. "node_modules/@esbuild/freebsd-arm64": {
  1931. "version": "0.25.8",
  1932. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.8.tgz",
  1933. "integrity": "sha512-YPJ7hDQ9DnNe5vxOm6jaie9QsTwcKedPvizTVlqWG9GBSq+BuyWEDazlGaDTC5NGU4QJd666V0yqCBL2oWKPfA==",
  1934. "cpu": [
  1935. "arm64"
  1936. ],
  1937. "dev": true,
  1938. "license": "MIT",
  1939. "optional": true,
  1940. "os": [
  1941. "freebsd"
  1942. ],
  1943. "engines": {
  1944. "node": ">=18"
  1945. }
  1946. },
  1947. "node_modules/@esbuild/freebsd-x64": {
  1948. "version": "0.25.8",
  1949. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.25.8.tgz",
  1950. "integrity": "sha512-MmaEXxQRdXNFsRN/KcIimLnSJrk2r5H8v+WVafRWz5xdSVmWLoITZQXcgehI2ZE6gioE6HirAEToM/RvFBeuhw==",
  1951. "cpu": [
  1952. "x64"
  1953. ],
  1954. "dev": true,
  1955. "license": "MIT",
  1956. "optional": true,
  1957. "os": [
  1958. "freebsd"
  1959. ],
  1960. "engines": {
  1961. "node": ">=18"
  1962. }
  1963. },
  1964. "node_modules/@esbuild/linux-arm": {
  1965. "version": "0.25.8",
  1966. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.25.8.tgz",
  1967. "integrity": "sha512-FuzEP9BixzZohl1kLf76KEVOsxtIBFwCaLupVuk4eFVnOZfU+Wsn+x5Ryam7nILV2pkq2TqQM9EZPsOBuMC+kg==",
  1968. "cpu": [
  1969. "arm"
  1970. ],
  1971. "dev": true,
  1972. "license": "MIT",
  1973. "optional": true,
  1974. "os": [
  1975. "linux"
  1976. ],
  1977. "engines": {
  1978. "node": ">=18"
  1979. }
  1980. },
  1981. "node_modules/@esbuild/linux-arm64": {
  1982. "version": "0.25.8",
  1983. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.25.8.tgz",
  1984. "integrity": "sha512-WIgg00ARWv/uYLU7lsuDK00d/hHSfES5BzdWAdAig1ioV5kaFNrtK8EqGcUBJhYqotlUByUKz5Qo6u8tt7iD/w==",
  1985. "cpu": [
  1986. "arm64"
  1987. ],
  1988. "dev": true,
  1989. "license": "MIT",
  1990. "optional": true,
  1991. "os": [
  1992. "linux"
  1993. ],
  1994. "engines": {
  1995. "node": ">=18"
  1996. }
  1997. },
  1998. "node_modules/@esbuild/linux-ia32": {
  1999. "version": "0.25.8",
  2000. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.25.8.tgz",
  2001. "integrity": "sha512-A1D9YzRX1i+1AJZuFFUMP1E9fMaYY+GnSQil9Tlw05utlE86EKTUA7RjwHDkEitmLYiFsRd9HwKBPEftNdBfjg==",
  2002. "cpu": [
  2003. "ia32"
  2004. ],
  2005. "dev": true,
  2006. "license": "MIT",
  2007. "optional": true,
  2008. "os": [
  2009. "linux"
  2010. ],
  2011. "engines": {
  2012. "node": ">=18"
  2013. }
  2014. },
  2015. "node_modules/@esbuild/linux-loong64": {
  2016. "version": "0.25.8",
  2017. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.25.8.tgz",
  2018. "integrity": "sha512-O7k1J/dwHkY1RMVvglFHl1HzutGEFFZ3kNiDMSOyUrB7WcoHGf96Sh+64nTRT26l3GMbCW01Ekh/ThKM5iI7hQ==",
  2019. "cpu": [
  2020. "loong64"
  2021. ],
  2022. "dev": true,
  2023. "license": "MIT",
  2024. "optional": true,
  2025. "os": [
  2026. "linux"
  2027. ],
  2028. "engines": {
  2029. "node": ">=18"
  2030. }
  2031. },
  2032. "node_modules/@esbuild/linux-mips64el": {
  2033. "version": "0.25.8",
  2034. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.25.8.tgz",
  2035. "integrity": "sha512-uv+dqfRazte3BzfMp8PAQXmdGHQt2oC/y2ovwpTteqrMx2lwaksiFZ/bdkXJC19ttTvNXBuWH53zy/aTj1FgGw==",
  2036. "cpu": [
  2037. "mips64el"
  2038. ],
  2039. "dev": true,
  2040. "license": "MIT",
  2041. "optional": true,
  2042. "os": [
  2043. "linux"
  2044. ],
  2045. "engines": {
  2046. "node": ">=18"
  2047. }
  2048. },
  2049. "node_modules/@esbuild/linux-ppc64": {
  2050. "version": "0.25.8",
  2051. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.25.8.tgz",
  2052. "integrity": "sha512-GyG0KcMi1GBavP5JgAkkstMGyMholMDybAf8wF5A70CALlDM2p/f7YFE7H92eDeH/VBtFJA5MT4nRPDGg4JuzQ==",
  2053. "cpu": [
  2054. "ppc64"
  2055. ],
  2056. "dev": true,
  2057. "license": "MIT",
  2058. "optional": true,
  2059. "os": [
  2060. "linux"
  2061. ],
  2062. "engines": {
  2063. "node": ">=18"
  2064. }
  2065. },
  2066. "node_modules/@esbuild/linux-riscv64": {
  2067. "version": "0.25.8",
  2068. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.25.8.tgz",
  2069. "integrity": "sha512-rAqDYFv3yzMrq7GIcen3XP7TUEG/4LK86LUPMIz6RT8A6pRIDn0sDcvjudVZBiiTcZCY9y2SgYX2lgK3AF+1eg==",
  2070. "cpu": [
  2071. "riscv64"
  2072. ],
  2073. "dev": true,
  2074. "license": "MIT",
  2075. "optional": true,
  2076. "os": [
  2077. "linux"
  2078. ],
  2079. "engines": {
  2080. "node": ">=18"
  2081. }
  2082. },
  2083. "node_modules/@esbuild/linux-s390x": {
  2084. "version": "0.25.8",
  2085. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.25.8.tgz",
  2086. "integrity": "sha512-Xutvh6VjlbcHpsIIbwY8GVRbwoviWT19tFhgdA7DlenLGC/mbc3lBoVb7jxj9Z+eyGqvcnSyIltYUrkKzWqSvg==",
  2087. "cpu": [
  2088. "s390x"
  2089. ],
  2090. "dev": true,
  2091. "license": "MIT",
  2092. "optional": true,
  2093. "os": [
  2094. "linux"
  2095. ],
  2096. "engines": {
  2097. "node": ">=18"
  2098. }
  2099. },
  2100. "node_modules/@esbuild/linux-x64": {
  2101. "version": "0.25.8",
  2102. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.25.8.tgz",
  2103. "integrity": "sha512-ASFQhgY4ElXh3nDcOMTkQero4b1lgubskNlhIfJrsH5OKZXDpUAKBlNS0Kx81jwOBp+HCeZqmoJuihTv57/jvQ==",
  2104. "cpu": [
  2105. "x64"
  2106. ],
  2107. "dev": true,
  2108. "license": "MIT",
  2109. "optional": true,
  2110. "os": [
  2111. "linux"
  2112. ],
  2113. "engines": {
  2114. "node": ">=18"
  2115. }
  2116. },
  2117. "node_modules/@esbuild/netbsd-arm64": {
  2118. "version": "0.25.8",
  2119. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.8.tgz",
  2120. "integrity": "sha512-d1KfruIeohqAi6SA+gENMuObDbEjn22olAR7egqnkCD9DGBG0wsEARotkLgXDu6c4ncgWTZJtN5vcgxzWRMzcw==",
  2121. "cpu": [
  2122. "arm64"
  2123. ],
  2124. "dev": true,
  2125. "license": "MIT",
  2126. "optional": true,
  2127. "os": [
  2128. "netbsd"
  2129. ],
  2130. "engines": {
  2131. "node": ">=18"
  2132. }
  2133. },
  2134. "node_modules/@esbuild/netbsd-x64": {
  2135. "version": "0.25.8",
  2136. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.25.8.tgz",
  2137. "integrity": "sha512-nVDCkrvx2ua+XQNyfrujIG38+YGyuy2Ru9kKVNyh5jAys6n+l44tTtToqHjino2My8VAY6Lw9H7RI73XFi66Cg==",
  2138. "cpu": [
  2139. "x64"
  2140. ],
  2141. "dev": true,
  2142. "license": "MIT",
  2143. "optional": true,
  2144. "os": [
  2145. "netbsd"
  2146. ],
  2147. "engines": {
  2148. "node": ">=18"
  2149. }
  2150. },
  2151. "node_modules/@esbuild/openbsd-arm64": {
  2152. "version": "0.25.8",
  2153. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.8.tgz",
  2154. "integrity": "sha512-j8HgrDuSJFAujkivSMSfPQSAa5Fxbvk4rgNAS5i3K+r8s1X0p1uOO2Hl2xNsGFppOeHOLAVgYwDVlmxhq5h+SQ==",
  2155. "cpu": [
  2156. "arm64"
  2157. ],
  2158. "dev": true,
  2159. "license": "MIT",
  2160. "optional": true,
  2161. "os": [
  2162. "openbsd"
  2163. ],
  2164. "engines": {
  2165. "node": ">=18"
  2166. }
  2167. },
  2168. "node_modules/@esbuild/openbsd-x64": {
  2169. "version": "0.25.8",
  2170. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.25.8.tgz",
  2171. "integrity": "sha512-1h8MUAwa0VhNCDp6Af0HToI2TJFAn1uqT9Al6DJVzdIBAd21m/G0Yfc77KDM3uF3T/YaOgQq3qTJHPbTOInaIQ==",
  2172. "cpu": [
  2173. "x64"
  2174. ],
  2175. "dev": true,
  2176. "license": "MIT",
  2177. "optional": true,
  2178. "os": [
  2179. "openbsd"
  2180. ],
  2181. "engines": {
  2182. "node": ">=18"
  2183. }
  2184. },
  2185. "node_modules/@esbuild/openharmony-arm64": {
  2186. "version": "0.25.8",
  2187. "resolved": "https://registry.npmmirror.com/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.8.tgz",
  2188. "integrity": "sha512-r2nVa5SIK9tSWd0kJd9HCffnDHKchTGikb//9c7HX+r+wHYCpQrSgxhlY6KWV1nFo1l4KFbsMlHk+L6fekLsUg==",
  2189. "cpu": [
  2190. "arm64"
  2191. ],
  2192. "dev": true,
  2193. "license": "MIT",
  2194. "optional": true,
  2195. "os": [
  2196. "openharmony"
  2197. ],
  2198. "engines": {
  2199. "node": ">=18"
  2200. }
  2201. },
  2202. "node_modules/@esbuild/sunos-x64": {
  2203. "version": "0.25.8",
  2204. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.25.8.tgz",
  2205. "integrity": "sha512-zUlaP2S12YhQ2UzUfcCuMDHQFJyKABkAjvO5YSndMiIkMimPmxA+BYSBikWgsRpvyxuRnow4nS5NPnf9fpv41w==",
  2206. "cpu": [
  2207. "x64"
  2208. ],
  2209. "dev": true,
  2210. "license": "MIT",
  2211. "optional": true,
  2212. "os": [
  2213. "sunos"
  2214. ],
  2215. "engines": {
  2216. "node": ">=18"
  2217. }
  2218. },
  2219. "node_modules/@esbuild/win32-arm64": {
  2220. "version": "0.25.8",
  2221. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.25.8.tgz",
  2222. "integrity": "sha512-YEGFFWESlPva8hGL+zvj2z/SaK+pH0SwOM0Nc/d+rVnW7GSTFlLBGzZkuSU9kFIGIo8q9X3ucpZhu8PDN5A2sQ==",
  2223. "cpu": [
  2224. "arm64"
  2225. ],
  2226. "dev": true,
  2227. "license": "MIT",
  2228. "optional": true,
  2229. "os": [
  2230. "win32"
  2231. ],
  2232. "engines": {
  2233. "node": ">=18"
  2234. }
  2235. },
  2236. "node_modules/@esbuild/win32-ia32": {
  2237. "version": "0.25.8",
  2238. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.25.8.tgz",
  2239. "integrity": "sha512-hiGgGC6KZ5LZz58OL/+qVVoZiuZlUYlYHNAmczOm7bs2oE1XriPFi5ZHHrS8ACpV5EjySrnoCKmcbQMN+ojnHg==",
  2240. "cpu": [
  2241. "ia32"
  2242. ],
  2243. "dev": true,
  2244. "license": "MIT",
  2245. "optional": true,
  2246. "os": [
  2247. "win32"
  2248. ],
  2249. "engines": {
  2250. "node": ">=18"
  2251. }
  2252. },
  2253. "node_modules/@esbuild/win32-x64": {
  2254. "version": "0.25.8",
  2255. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.25.8.tgz",
  2256. "integrity": "sha512-cn3Yr7+OaaZq1c+2pe+8yxC8E144SReCQjN6/2ynubzYjvyqZjTXfQJpAcQpsdJq3My7XADANiYGHoFC69pLQw==",
  2257. "cpu": [
  2258. "x64"
  2259. ],
  2260. "dev": true,
  2261. "license": "MIT",
  2262. "optional": true,
  2263. "os": [
  2264. "win32"
  2265. ],
  2266. "engines": {
  2267. "node": ">=18"
  2268. }
  2269. },
  2270. "node_modules/@fortaine/fetch-event-source": {
  2271. "version": "3.0.6",
  2272. "resolved": "https://registry.npmmirror.com/@fortaine/fetch-event-source/-/fetch-event-source-3.0.6.tgz",
  2273. "integrity": "sha512-621GAuLMvKtyZQ3IA6nlDWhV1V/7PGOTNIGLUifxt0KzM+dZIweJ6F3XvQF3QnqeNfS1N7WQ0Kil1Di/lhChEw==",
  2274. "license": "MIT",
  2275. "engines": {
  2276. "node": ">=16.15"
  2277. }
  2278. },
  2279. "node_modules/@hello-pangea/dnd": {
  2280. "version": "16.6.0",
  2281. "resolved": "https://registry.npmmirror.com/@hello-pangea/dnd/-/dnd-16.6.0.tgz",
  2282. "integrity": "sha512-vfZ4GydqbtUPXSLfAvKvXQ6xwRzIjUSjVU0Sx+70VOhc2xx6CdmJXJ8YhH70RpbTUGjxctslQTHul9sIOxCfFQ==",
  2283. "license": "Apache-2.0",
  2284. "dependencies": {
  2285. "@babel/runtime": "^7.24.1",
  2286. "css-box-model": "^1.2.1",
  2287. "memoize-one": "^6.0.0",
  2288. "raf-schd": "^4.0.3",
  2289. "react-redux": "^8.1.3",
  2290. "redux": "^4.2.1",
  2291. "use-memo-one": "^1.1.3"
  2292. },
  2293. "peerDependencies": {
  2294. "react": "^16.8.5 || ^17.0.0 || ^18.0.0",
  2295. "react-dom": "^16.8.5 || ^17.0.0 || ^18.0.0"
  2296. }
  2297. },
  2298. "node_modules/@img/sharp-darwin-arm64": {
  2299. "version": "0.33.5",
  2300. "resolved": "https://registry.npmmirror.com/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.5.tgz",
  2301. "integrity": "sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==",
  2302. "cpu": [
  2303. "arm64"
  2304. ],
  2305. "license": "Apache-2.0",
  2306. "optional": true,
  2307. "os": [
  2308. "darwin"
  2309. ],
  2310. "engines": {
  2311. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  2312. },
  2313. "funding": {
  2314. "url": "https://opencollective.com/libvips"
  2315. },
  2316. "optionalDependencies": {
  2317. "@img/sharp-libvips-darwin-arm64": "1.0.4"
  2318. }
  2319. },
  2320. "node_modules/@img/sharp-darwin-x64": {
  2321. "version": "0.33.5",
  2322. "resolved": "https://registry.npmmirror.com/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.33.5.tgz",
  2323. "integrity": "sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==",
  2324. "cpu": [
  2325. "x64"
  2326. ],
  2327. "license": "Apache-2.0",
  2328. "optional": true,
  2329. "os": [
  2330. "darwin"
  2331. ],
  2332. "engines": {
  2333. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  2334. },
  2335. "funding": {
  2336. "url": "https://opencollective.com/libvips"
  2337. },
  2338. "optionalDependencies": {
  2339. "@img/sharp-libvips-darwin-x64": "1.0.4"
  2340. }
  2341. },
  2342. "node_modules/@img/sharp-libvips-darwin-arm64": {
  2343. "version": "1.0.4",
  2344. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.0.4.tgz",
  2345. "integrity": "sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==",
  2346. "cpu": [
  2347. "arm64"
  2348. ],
  2349. "license": "LGPL-3.0-or-later",
  2350. "optional": true,
  2351. "os": [
  2352. "darwin"
  2353. ],
  2354. "funding": {
  2355. "url": "https://opencollective.com/libvips"
  2356. }
  2357. },
  2358. "node_modules/@img/sharp-libvips-darwin-x64": {
  2359. "version": "1.0.4",
  2360. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.0.4.tgz",
  2361. "integrity": "sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==",
  2362. "cpu": [
  2363. "x64"
  2364. ],
  2365. "license": "LGPL-3.0-or-later",
  2366. "optional": true,
  2367. "os": [
  2368. "darwin"
  2369. ],
  2370. "funding": {
  2371. "url": "https://opencollective.com/libvips"
  2372. }
  2373. },
  2374. "node_modules/@img/sharp-libvips-linux-arm": {
  2375. "version": "1.0.5",
  2376. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.0.5.tgz",
  2377. "integrity": "sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==",
  2378. "cpu": [
  2379. "arm"
  2380. ],
  2381. "license": "LGPL-3.0-or-later",
  2382. "optional": true,
  2383. "os": [
  2384. "linux"
  2385. ],
  2386. "funding": {
  2387. "url": "https://opencollective.com/libvips"
  2388. }
  2389. },
  2390. "node_modules/@img/sharp-libvips-linux-arm64": {
  2391. "version": "1.0.4",
  2392. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.0.4.tgz",
  2393. "integrity": "sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==",
  2394. "cpu": [
  2395. "arm64"
  2396. ],
  2397. "license": "LGPL-3.0-or-later",
  2398. "optional": true,
  2399. "os": [
  2400. "linux"
  2401. ],
  2402. "funding": {
  2403. "url": "https://opencollective.com/libvips"
  2404. }
  2405. },
  2406. "node_modules/@img/sharp-libvips-linux-s390x": {
  2407. "version": "1.0.4",
  2408. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.0.4.tgz",
  2409. "integrity": "sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==",
  2410. "cpu": [
  2411. "s390x"
  2412. ],
  2413. "license": "LGPL-3.0-or-later",
  2414. "optional": true,
  2415. "os": [
  2416. "linux"
  2417. ],
  2418. "funding": {
  2419. "url": "https://opencollective.com/libvips"
  2420. }
  2421. },
  2422. "node_modules/@img/sharp-libvips-linux-x64": {
  2423. "version": "1.0.4",
  2424. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.4.tgz",
  2425. "integrity": "sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==",
  2426. "cpu": [
  2427. "x64"
  2428. ],
  2429. "license": "LGPL-3.0-or-later",
  2430. "optional": true,
  2431. "os": [
  2432. "linux"
  2433. ],
  2434. "funding": {
  2435. "url": "https://opencollective.com/libvips"
  2436. }
  2437. },
  2438. "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
  2439. "version": "1.0.4",
  2440. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.0.4.tgz",
  2441. "integrity": "sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==",
  2442. "cpu": [
  2443. "arm64"
  2444. ],
  2445. "license": "LGPL-3.0-or-later",
  2446. "optional": true,
  2447. "os": [
  2448. "linux"
  2449. ],
  2450. "funding": {
  2451. "url": "https://opencollective.com/libvips"
  2452. }
  2453. },
  2454. "node_modules/@img/sharp-libvips-linuxmusl-x64": {
  2455. "version": "1.0.4",
  2456. "resolved": "https://registry.npmmirror.com/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.0.4.tgz",
  2457. "integrity": "sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==",
  2458. "cpu": [
  2459. "x64"
  2460. ],
  2461. "license": "LGPL-3.0-or-later",
  2462. "optional": true,
  2463. "os": [
  2464. "linux"
  2465. ],
  2466. "funding": {
  2467. "url": "https://opencollective.com/libvips"
  2468. }
  2469. },
  2470. "node_modules/@img/sharp-linux-arm": {
  2471. "version": "0.33.5",
  2472. "resolved": "https://registry.npmmirror.com/@img/sharp-linux-arm/-/sharp-linux-arm-0.33.5.tgz",
  2473. "integrity": "sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==",
  2474. "cpu": [
  2475. "arm"
  2476. ],
  2477. "license": "Apache-2.0",
  2478. "optional": true,
  2479. "os": [
  2480. "linux"
  2481. ],
  2482. "engines": {
  2483. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  2484. },
  2485. "funding": {
  2486. "url": "https://opencollective.com/libvips"
  2487. },
  2488. "optionalDependencies": {
  2489. "@img/sharp-libvips-linux-arm": "1.0.5"
  2490. }
  2491. },
  2492. "node_modules/@img/sharp-linux-arm64": {
  2493. "version": "0.33.5",
  2494. "resolved": "https://registry.npmmirror.com/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.33.5.tgz",
  2495. "integrity": "sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==",
  2496. "cpu": [
  2497. "arm64"
  2498. ],
  2499. "license": "Apache-2.0",
  2500. "optional": true,
  2501. "os": [
  2502. "linux"
  2503. ],
  2504. "engines": {
  2505. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  2506. },
  2507. "funding": {
  2508. "url": "https://opencollective.com/libvips"
  2509. },
  2510. "optionalDependencies": {
  2511. "@img/sharp-libvips-linux-arm64": "1.0.4"
  2512. }
  2513. },
  2514. "node_modules/@img/sharp-linux-s390x": {
  2515. "version": "0.33.5",
  2516. "resolved": "https://registry.npmmirror.com/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.33.5.tgz",
  2517. "integrity": "sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==",
  2518. "cpu": [
  2519. "s390x"
  2520. ],
  2521. "license": "Apache-2.0",
  2522. "optional": true,
  2523. "os": [
  2524. "linux"
  2525. ],
  2526. "engines": {
  2527. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  2528. },
  2529. "funding": {
  2530. "url": "https://opencollective.com/libvips"
  2531. },
  2532. "optionalDependencies": {
  2533. "@img/sharp-libvips-linux-s390x": "1.0.4"
  2534. }
  2535. },
  2536. "node_modules/@img/sharp-linux-x64": {
  2537. "version": "0.33.5",
  2538. "resolved": "https://registry.npmmirror.com/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.5.tgz",
  2539. "integrity": "sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==",
  2540. "cpu": [
  2541. "x64"
  2542. ],
  2543. "license": "Apache-2.0",
  2544. "optional": true,
  2545. "os": [
  2546. "linux"
  2547. ],
  2548. "engines": {
  2549. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  2550. },
  2551. "funding": {
  2552. "url": "https://opencollective.com/libvips"
  2553. },
  2554. "optionalDependencies": {
  2555. "@img/sharp-libvips-linux-x64": "1.0.4"
  2556. }
  2557. },
  2558. "node_modules/@img/sharp-linuxmusl-arm64": {
  2559. "version": "0.33.5",
  2560. "resolved": "https://registry.npmmirror.com/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.33.5.tgz",
  2561. "integrity": "sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==",
  2562. "cpu": [
  2563. "arm64"
  2564. ],
  2565. "license": "Apache-2.0",
  2566. "optional": true,
  2567. "os": [
  2568. "linux"
  2569. ],
  2570. "engines": {
  2571. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  2572. },
  2573. "funding": {
  2574. "url": "https://opencollective.com/libvips"
  2575. },
  2576. "optionalDependencies": {
  2577. "@img/sharp-libvips-linuxmusl-arm64": "1.0.4"
  2578. }
  2579. },
  2580. "node_modules/@img/sharp-linuxmusl-x64": {
  2581. "version": "0.33.5",
  2582. "resolved": "https://registry.npmmirror.com/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.33.5.tgz",
  2583. "integrity": "sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==",
  2584. "cpu": [
  2585. "x64"
  2586. ],
  2587. "license": "Apache-2.0",
  2588. "optional": true,
  2589. "os": [
  2590. "linux"
  2591. ],
  2592. "engines": {
  2593. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  2594. },
  2595. "funding": {
  2596. "url": "https://opencollective.com/libvips"
  2597. },
  2598. "optionalDependencies": {
  2599. "@img/sharp-libvips-linuxmusl-x64": "1.0.4"
  2600. }
  2601. },
  2602. "node_modules/@img/sharp-wasm32": {
  2603. "version": "0.33.5",
  2604. "resolved": "https://registry.npmmirror.com/@img/sharp-wasm32/-/sharp-wasm32-0.33.5.tgz",
  2605. "integrity": "sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==",
  2606. "cpu": [
  2607. "wasm32"
  2608. ],
  2609. "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
  2610. "optional": true,
  2611. "dependencies": {
  2612. "@emnapi/runtime": "^1.2.0"
  2613. },
  2614. "engines": {
  2615. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  2616. },
  2617. "funding": {
  2618. "url": "https://opencollective.com/libvips"
  2619. }
  2620. },
  2621. "node_modules/@img/sharp-win32-ia32": {
  2622. "version": "0.33.5",
  2623. "resolved": "https://registry.npmmirror.com/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.33.5.tgz",
  2624. "integrity": "sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==",
  2625. "cpu": [
  2626. "ia32"
  2627. ],
  2628. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  2629. "optional": true,
  2630. "os": [
  2631. "win32"
  2632. ],
  2633. "engines": {
  2634. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  2635. },
  2636. "funding": {
  2637. "url": "https://opencollective.com/libvips"
  2638. }
  2639. },
  2640. "node_modules/@img/sharp-win32-x64": {
  2641. "version": "0.33.5",
  2642. "resolved": "https://registry.npmmirror.com/@img/sharp-win32-x64/-/sharp-win32-x64-0.33.5.tgz",
  2643. "integrity": "sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==",
  2644. "cpu": [
  2645. "x64"
  2646. ],
  2647. "license": "Apache-2.0 AND LGPL-3.0-or-later",
  2648. "optional": true,
  2649. "os": [
  2650. "win32"
  2651. ],
  2652. "engines": {
  2653. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  2654. },
  2655. "funding": {
  2656. "url": "https://opencollective.com/libvips"
  2657. }
  2658. },
  2659. "node_modules/@jridgewell/gen-mapping": {
  2660. "version": "0.3.12",
  2661. "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz",
  2662. "integrity": "sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==",
  2663. "license": "MIT",
  2664. "dependencies": {
  2665. "@jridgewell/sourcemap-codec": "^1.5.0",
  2666. "@jridgewell/trace-mapping": "^0.3.24"
  2667. }
  2668. },
  2669. "node_modules/@jridgewell/remapping": {
  2670. "version": "2.3.5",
  2671. "resolved": "https://registry.npmmirror.com/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  2672. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  2673. "dev": true,
  2674. "license": "MIT",
  2675. "dependencies": {
  2676. "@jridgewell/gen-mapping": "^0.3.5",
  2677. "@jridgewell/trace-mapping": "^0.3.24"
  2678. }
  2679. },
  2680. "node_modules/@jridgewell/resolve-uri": {
  2681. "version": "3.1.2",
  2682. "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  2683. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  2684. "license": "MIT",
  2685. "engines": {
  2686. "node": ">=6.0.0"
  2687. }
  2688. },
  2689. "node_modules/@jridgewell/source-map": {
  2690. "version": "0.3.10",
  2691. "resolved": "https://registry.npmmirror.com/@jridgewell/source-map/-/source-map-0.3.10.tgz",
  2692. "integrity": "sha512-0pPkgz9dY+bijgistcTTJ5mR+ocqRXLuhXHYdzoMmmoJ2C9S46RCm2GMUbatPEUK9Yjy26IrAy8D/M00lLkv+Q==",
  2693. "dev": true,
  2694. "license": "MIT",
  2695. "dependencies": {
  2696. "@jridgewell/gen-mapping": "^0.3.5",
  2697. "@jridgewell/trace-mapping": "^0.3.25"
  2698. }
  2699. },
  2700. "node_modules/@jridgewell/sourcemap-codec": {
  2701. "version": "1.5.5",
  2702. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  2703. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  2704. "license": "MIT"
  2705. },
  2706. "node_modules/@jridgewell/trace-mapping": {
  2707. "version": "0.3.29",
  2708. "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.29.tgz",
  2709. "integrity": "sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==",
  2710. "license": "MIT",
  2711. "dependencies": {
  2712. "@jridgewell/resolve-uri": "^3.1.0",
  2713. "@jridgewell/sourcemap-codec": "^1.4.14"
  2714. }
  2715. },
  2716. "node_modules/@next/env": {
  2717. "version": "14.2.31",
  2718. "resolved": "https://registry.npmmirror.com/@next/env/-/env-14.2.31.tgz",
  2719. "integrity": "sha512-X8VxxYL6VuezrG82h0pUA1V+DuTSJp7Nv15bxq3ivrFqZLjx81rfeHMWOE9T0jm1n3DtHGv8gdn6B0T0kr0D3Q==",
  2720. "license": "MIT"
  2721. },
  2722. "node_modules/@next/swc-darwin-arm64": {
  2723. "version": "15.4.6",
  2724. "resolved": "https://registry.npmmirror.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.4.6.tgz",
  2725. "integrity": "sha512-667R0RTP4DwxzmrqTs4Lr5dcEda9OxuZsVFsjVtxVMVhzSpo6nLclXejJVfQo2/g7/Z9qF3ETDmN3h65mTjpTQ==",
  2726. "cpu": [
  2727. "arm64"
  2728. ],
  2729. "license": "MIT",
  2730. "os": [
  2731. "darwin"
  2732. ],
  2733. "engines": {
  2734. "node": ">= 10"
  2735. }
  2736. },
  2737. "node_modules/@next/swc-darwin-x64": {
  2738. "version": "14.2.31",
  2739. "resolved": "https://registry.npmmirror.com/@next/swc-darwin-x64/-/swc-darwin-x64-14.2.31.tgz",
  2740. "integrity": "sha512-iSavebQgeMukUAfjfW8Fi2Iz01t95yxRl2w2wCzjD91h5In9la99QIDKcKSYPfqLjCgwz3JpIWxLG6LM/sxL4g==",
  2741. "cpu": [
  2742. "x64"
  2743. ],
  2744. "license": "MIT",
  2745. "optional": true,
  2746. "os": [
  2747. "darwin"
  2748. ],
  2749. "engines": {
  2750. "node": ">= 10"
  2751. }
  2752. },
  2753. "node_modules/@next/swc-linux-arm64-gnu": {
  2754. "version": "14.2.31",
  2755. "resolved": "https://registry.npmmirror.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-14.2.31.tgz",
  2756. "integrity": "sha512-XJb3/LURg1u1SdQoopG6jDL2otxGKChH2UYnUTcby4izjM0il7ylBY5TIA7myhvHj9lG5pn9F2nR2s3i8X9awQ==",
  2757. "cpu": [
  2758. "arm64"
  2759. ],
  2760. "license": "MIT",
  2761. "optional": true,
  2762. "os": [
  2763. "linux"
  2764. ],
  2765. "engines": {
  2766. "node": ">= 10"
  2767. }
  2768. },
  2769. "node_modules/@next/swc-linux-arm64-musl": {
  2770. "version": "14.2.31",
  2771. "resolved": "https://registry.npmmirror.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-14.2.31.tgz",
  2772. "integrity": "sha512-IInDAcchNCu3BzocdqdCv1bKCmUVO/bKJHnBFTeq3svfaWpOPewaLJ2Lu3GL4yV76c/86ZvpBbG/JJ1lVIs5MA==",
  2773. "cpu": [
  2774. "arm64"
  2775. ],
  2776. "license": "MIT",
  2777. "optional": true,
  2778. "os": [
  2779. "linux"
  2780. ],
  2781. "engines": {
  2782. "node": ">= 10"
  2783. }
  2784. },
  2785. "node_modules/@next/swc-linux-x64-gnu": {
  2786. "version": "14.2.31",
  2787. "resolved": "https://registry.npmmirror.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-14.2.31.tgz",
  2788. "integrity": "sha512-YTChJL5/9e4NXPKW+OJzsQa42RiWUNbE+k+ReHvA+lwXk+bvzTsVQboNcezWOuCD+p/J+ntxKOB/81o0MenBhw==",
  2789. "cpu": [
  2790. "x64"
  2791. ],
  2792. "license": "MIT",
  2793. "optional": true,
  2794. "os": [
  2795. "linux"
  2796. ],
  2797. "engines": {
  2798. "node": ">= 10"
  2799. }
  2800. },
  2801. "node_modules/@next/swc-linux-x64-musl": {
  2802. "version": "14.2.31",
  2803. "resolved": "https://registry.npmmirror.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-14.2.31.tgz",
  2804. "integrity": "sha512-A0JmD1y4q/9ufOGEAhoa60Sof++X10PEoiWOH0gZ2isufWZeV03NnyRlRmJpRQWGIbRkJUmBo9I3Qz5C10vx4w==",
  2805. "cpu": [
  2806. "x64"
  2807. ],
  2808. "license": "MIT",
  2809. "optional": true,
  2810. "os": [
  2811. "linux"
  2812. ],
  2813. "engines": {
  2814. "node": ">= 10"
  2815. }
  2816. },
  2817. "node_modules/@next/swc-win32-arm64-msvc": {
  2818. "version": "14.2.31",
  2819. "resolved": "https://registry.npmmirror.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-14.2.31.tgz",
  2820. "integrity": "sha512-nowJ5GbMeDOMzbTm29YqrdrD6lTM8qn2wnZfGpYMY7SZODYYpaJHH1FJXE1l1zWICHR+WfIMytlTDBHu10jb8A==",
  2821. "cpu": [
  2822. "arm64"
  2823. ],
  2824. "license": "MIT",
  2825. "optional": true,
  2826. "os": [
  2827. "win32"
  2828. ],
  2829. "engines": {
  2830. "node": ">= 10"
  2831. }
  2832. },
  2833. "node_modules/@next/swc-win32-ia32-msvc": {
  2834. "version": "14.2.31",
  2835. "resolved": "https://registry.npmmirror.com/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-14.2.31.tgz",
  2836. "integrity": "sha512-pk9Bu4K0015anTS1OS9d/SpS0UtRObC+xe93fwnm7Gvqbv/W1ZbzhK4nvc96RURIQOux3P/bBH316xz8wjGSsA==",
  2837. "cpu": [
  2838. "ia32"
  2839. ],
  2840. "license": "MIT",
  2841. "optional": true,
  2842. "os": [
  2843. "win32"
  2844. ],
  2845. "engines": {
  2846. "node": ">= 10"
  2847. }
  2848. },
  2849. "node_modules/@next/swc-win32-x64-msvc": {
  2850. "version": "14.2.31",
  2851. "resolved": "https://registry.npmmirror.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-14.2.31.tgz",
  2852. "integrity": "sha512-LwFZd4JFnMHGceItR9+jtlMm8lGLU/IPkgjBBgYmdYSfalbHCiDpjMYtgDQ2wtwiAOSJOCyFI4m8PikrsDyA6Q==",
  2853. "cpu": [
  2854. "x64"
  2855. ],
  2856. "license": "MIT",
  2857. "optional": true,
  2858. "os": [
  2859. "win32"
  2860. ],
  2861. "engines": {
  2862. "node": ">= 10"
  2863. }
  2864. },
  2865. "node_modules/@next/third-parties": {
  2866. "version": "14.2.31",
  2867. "resolved": "https://registry.npmmirror.com/@next/third-parties/-/third-parties-14.2.31.tgz",
  2868. "integrity": "sha512-iqHSC5e6TLoD8b72xOYuJQkizuTqaneRaDKZVXN2YZOuQzUKDu/Zmg4ZYLa9ESozOsPAZP0V9ed6TEjZ75HP5w==",
  2869. "license": "MIT",
  2870. "dependencies": {
  2871. "third-party-capital": "1.0.20"
  2872. },
  2873. "peerDependencies": {
  2874. "next": "^13.0.0 || ^14.0.0",
  2875. "react": "^18.2.0"
  2876. }
  2877. },
  2878. "node_modules/@parcel/watcher": {
  2879. "version": "2.5.1",
  2880. "resolved": "https://registry.npmmirror.com/@parcel/watcher/-/watcher-2.5.1.tgz",
  2881. "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==",
  2882. "hasInstallScript": true,
  2883. "license": "MIT",
  2884. "optional": true,
  2885. "dependencies": {
  2886. "detect-libc": "^1.0.3",
  2887. "is-glob": "^4.0.3",
  2888. "micromatch": "^4.0.5",
  2889. "node-addon-api": "^7.0.0"
  2890. },
  2891. "engines": {
  2892. "node": ">= 10.0.0"
  2893. },
  2894. "funding": {
  2895. "type": "opencollective",
  2896. "url": "https://opencollective.com/parcel"
  2897. },
  2898. "optionalDependencies": {
  2899. "@parcel/watcher-android-arm64": "2.5.1",
  2900. "@parcel/watcher-darwin-arm64": "2.5.1",
  2901. "@parcel/watcher-darwin-x64": "2.5.1",
  2902. "@parcel/watcher-freebsd-x64": "2.5.1",
  2903. "@parcel/watcher-linux-arm-glibc": "2.5.1",
  2904. "@parcel/watcher-linux-arm-musl": "2.5.1",
  2905. "@parcel/watcher-linux-arm64-glibc": "2.5.1",
  2906. "@parcel/watcher-linux-arm64-musl": "2.5.1",
  2907. "@parcel/watcher-linux-x64-glibc": "2.5.1",
  2908. "@parcel/watcher-linux-x64-musl": "2.5.1",
  2909. "@parcel/watcher-win32-arm64": "2.5.1",
  2910. "@parcel/watcher-win32-ia32": "2.5.1",
  2911. "@parcel/watcher-win32-x64": "2.5.1"
  2912. }
  2913. },
  2914. "node_modules/@parcel/watcher-android-arm64": {
  2915. "version": "2.5.1",
  2916. "resolved": "https://registry.npmmirror.com/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz",
  2917. "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==",
  2918. "cpu": [
  2919. "arm64"
  2920. ],
  2921. "license": "MIT",
  2922. "optional": true,
  2923. "os": [
  2924. "android"
  2925. ],
  2926. "engines": {
  2927. "node": ">= 10.0.0"
  2928. },
  2929. "funding": {
  2930. "type": "opencollective",
  2931. "url": "https://opencollective.com/parcel"
  2932. }
  2933. },
  2934. "node_modules/@parcel/watcher-darwin-arm64": {
  2935. "version": "2.5.1",
  2936. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz",
  2937. "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==",
  2938. "cpu": [
  2939. "arm64"
  2940. ],
  2941. "license": "MIT",
  2942. "optional": true,
  2943. "os": [
  2944. "darwin"
  2945. ],
  2946. "engines": {
  2947. "node": ">= 10.0.0"
  2948. },
  2949. "funding": {
  2950. "type": "opencollective",
  2951. "url": "https://opencollective.com/parcel"
  2952. }
  2953. },
  2954. "node_modules/@parcel/watcher-darwin-x64": {
  2955. "version": "2.5.1",
  2956. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz",
  2957. "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==",
  2958. "cpu": [
  2959. "x64"
  2960. ],
  2961. "license": "MIT",
  2962. "optional": true,
  2963. "os": [
  2964. "darwin"
  2965. ],
  2966. "engines": {
  2967. "node": ">= 10.0.0"
  2968. },
  2969. "funding": {
  2970. "type": "opencollective",
  2971. "url": "https://opencollective.com/parcel"
  2972. }
  2973. },
  2974. "node_modules/@parcel/watcher-freebsd-x64": {
  2975. "version": "2.5.1",
  2976. "resolved": "https://registry.npmmirror.com/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz",
  2977. "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==",
  2978. "cpu": [
  2979. "x64"
  2980. ],
  2981. "license": "MIT",
  2982. "optional": true,
  2983. "os": [
  2984. "freebsd"
  2985. ],
  2986. "engines": {
  2987. "node": ">= 10.0.0"
  2988. },
  2989. "funding": {
  2990. "type": "opencollective",
  2991. "url": "https://opencollective.com/parcel"
  2992. }
  2993. },
  2994. "node_modules/@parcel/watcher-linux-arm-glibc": {
  2995. "version": "2.5.1",
  2996. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz",
  2997. "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==",
  2998. "cpu": [
  2999. "arm"
  3000. ],
  3001. "license": "MIT",
  3002. "optional": true,
  3003. "os": [
  3004. "linux"
  3005. ],
  3006. "engines": {
  3007. "node": ">= 10.0.0"
  3008. },
  3009. "funding": {
  3010. "type": "opencollective",
  3011. "url": "https://opencollective.com/parcel"
  3012. }
  3013. },
  3014. "node_modules/@parcel/watcher-linux-arm-musl": {
  3015. "version": "2.5.1",
  3016. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz",
  3017. "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==",
  3018. "cpu": [
  3019. "arm"
  3020. ],
  3021. "license": "MIT",
  3022. "optional": true,
  3023. "os": [
  3024. "linux"
  3025. ],
  3026. "engines": {
  3027. "node": ">= 10.0.0"
  3028. },
  3029. "funding": {
  3030. "type": "opencollective",
  3031. "url": "https://opencollective.com/parcel"
  3032. }
  3033. },
  3034. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  3035. "version": "2.5.1",
  3036. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz",
  3037. "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==",
  3038. "cpu": [
  3039. "arm64"
  3040. ],
  3041. "license": "MIT",
  3042. "optional": true,
  3043. "os": [
  3044. "linux"
  3045. ],
  3046. "engines": {
  3047. "node": ">= 10.0.0"
  3048. },
  3049. "funding": {
  3050. "type": "opencollective",
  3051. "url": "https://opencollective.com/parcel"
  3052. }
  3053. },
  3054. "node_modules/@parcel/watcher-linux-arm64-musl": {
  3055. "version": "2.5.1",
  3056. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz",
  3057. "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==",
  3058. "cpu": [
  3059. "arm64"
  3060. ],
  3061. "license": "MIT",
  3062. "optional": true,
  3063. "os": [
  3064. "linux"
  3065. ],
  3066. "engines": {
  3067. "node": ">= 10.0.0"
  3068. },
  3069. "funding": {
  3070. "type": "opencollective",
  3071. "url": "https://opencollective.com/parcel"
  3072. }
  3073. },
  3074. "node_modules/@parcel/watcher-linux-x64-glibc": {
  3075. "version": "2.5.1",
  3076. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz",
  3077. "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==",
  3078. "cpu": [
  3079. "x64"
  3080. ],
  3081. "license": "MIT",
  3082. "optional": true,
  3083. "os": [
  3084. "linux"
  3085. ],
  3086. "engines": {
  3087. "node": ">= 10.0.0"
  3088. },
  3089. "funding": {
  3090. "type": "opencollective",
  3091. "url": "https://opencollective.com/parcel"
  3092. }
  3093. },
  3094. "node_modules/@parcel/watcher-linux-x64-musl": {
  3095. "version": "2.5.1",
  3096. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz",
  3097. "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==",
  3098. "cpu": [
  3099. "x64"
  3100. ],
  3101. "license": "MIT",
  3102. "optional": true,
  3103. "os": [
  3104. "linux"
  3105. ],
  3106. "engines": {
  3107. "node": ">= 10.0.0"
  3108. },
  3109. "funding": {
  3110. "type": "opencollective",
  3111. "url": "https://opencollective.com/parcel"
  3112. }
  3113. },
  3114. "node_modules/@parcel/watcher-win32-arm64": {
  3115. "version": "2.5.1",
  3116. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz",
  3117. "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==",
  3118. "cpu": [
  3119. "arm64"
  3120. ],
  3121. "license": "MIT",
  3122. "optional": true,
  3123. "os": [
  3124. "win32"
  3125. ],
  3126. "engines": {
  3127. "node": ">= 10.0.0"
  3128. },
  3129. "funding": {
  3130. "type": "opencollective",
  3131. "url": "https://opencollective.com/parcel"
  3132. }
  3133. },
  3134. "node_modules/@parcel/watcher-win32-ia32": {
  3135. "version": "2.5.1",
  3136. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz",
  3137. "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==",
  3138. "cpu": [
  3139. "ia32"
  3140. ],
  3141. "license": "MIT",
  3142. "optional": true,
  3143. "os": [
  3144. "win32"
  3145. ],
  3146. "engines": {
  3147. "node": ">= 10.0.0"
  3148. },
  3149. "funding": {
  3150. "type": "opencollective",
  3151. "url": "https://opencollective.com/parcel"
  3152. }
  3153. },
  3154. "node_modules/@parcel/watcher-win32-x64": {
  3155. "version": "2.5.1",
  3156. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz",
  3157. "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==",
  3158. "cpu": [
  3159. "x64"
  3160. ],
  3161. "license": "MIT",
  3162. "optional": true,
  3163. "os": [
  3164. "win32"
  3165. ],
  3166. "engines": {
  3167. "node": ">= 10.0.0"
  3168. },
  3169. "funding": {
  3170. "type": "opencollective",
  3171. "url": "https://opencollective.com/parcel"
  3172. }
  3173. },
  3174. "node_modules/@parcel/watcher/node_modules/detect-libc": {
  3175. "version": "1.0.3",
  3176. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-1.0.3.tgz",
  3177. "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
  3178. "license": "Apache-2.0",
  3179. "optional": true,
  3180. "bin": {
  3181. "detect-libc": "bin/detect-libc.js"
  3182. },
  3183. "engines": {
  3184. "node": ">=0.10"
  3185. }
  3186. },
  3187. "node_modules/@rc-component/async-validator": {
  3188. "version": "5.0.4",
  3189. "resolved": "https://registry.npmmirror.com/@rc-component/async-validator/-/async-validator-5.0.4.tgz",
  3190. "integrity": "sha512-qgGdcVIF604M9EqjNF0hbUTz42bz/RDtxWdWuU5EQe3hi7M8ob54B6B35rOsvX5eSvIHIzT9iH1R3n+hk3CGfg==",
  3191. "license": "MIT",
  3192. "dependencies": {
  3193. "@babel/runtime": "^7.24.4"
  3194. },
  3195. "engines": {
  3196. "node": ">=14.x"
  3197. }
  3198. },
  3199. "node_modules/@rc-component/color-picker": {
  3200. "version": "2.0.1",
  3201. "resolved": "https://registry.npmmirror.com/@rc-component/color-picker/-/color-picker-2.0.1.tgz",
  3202. "integrity": "sha512-WcZYwAThV/b2GISQ8F+7650r5ZZJ043E57aVBFkQ+kSY4C6wdofXgB0hBx+GPGpIU0Z81eETNoDUJMr7oy/P8Q==",
  3203. "license": "MIT",
  3204. "dependencies": {
  3205. "@ant-design/fast-color": "^2.0.6",
  3206. "@babel/runtime": "^7.23.6",
  3207. "classnames": "^2.2.6",
  3208. "rc-util": "^5.38.1"
  3209. },
  3210. "peerDependencies": {
  3211. "react": ">=16.9.0",
  3212. "react-dom": ">=16.9.0"
  3213. }
  3214. },
  3215. "node_modules/@rc-component/context": {
  3216. "version": "1.4.0",
  3217. "resolved": "https://registry.npmmirror.com/@rc-component/context/-/context-1.4.0.tgz",
  3218. "integrity": "sha512-kFcNxg9oLRMoL3qki0OMxK+7g5mypjgaaJp/pkOis/6rVxma9nJBF/8kCIuTYHUQNr0ii7MxqE33wirPZLJQ2w==",
  3219. "license": "MIT",
  3220. "dependencies": {
  3221. "@babel/runtime": "^7.10.1",
  3222. "rc-util": "^5.27.0"
  3223. },
  3224. "peerDependencies": {
  3225. "react": ">=16.9.0",
  3226. "react-dom": ">=16.9.0"
  3227. }
  3228. },
  3229. "node_modules/@rc-component/mini-decimal": {
  3230. "version": "1.1.0",
  3231. "resolved": "https://registry.npmmirror.com/@rc-component/mini-decimal/-/mini-decimal-1.1.0.tgz",
  3232. "integrity": "sha512-jS4E7T9Li2GuYwI6PyiVXmxTiM6b07rlD9Ge8uGZSCz3WlzcG5ZK7g5bbuKNeZ9pgUuPK/5guV781ujdVpm4HQ==",
  3233. "license": "MIT",
  3234. "dependencies": {
  3235. "@babel/runtime": "^7.18.0"
  3236. },
  3237. "engines": {
  3238. "node": ">=8.x"
  3239. }
  3240. },
  3241. "node_modules/@rc-component/mutate-observer": {
  3242. "version": "1.1.0",
  3243. "resolved": "https://registry.npmmirror.com/@rc-component/mutate-observer/-/mutate-observer-1.1.0.tgz",
  3244. "integrity": "sha512-QjrOsDXQusNwGZPf4/qRQasg7UFEj06XiCJ8iuiq/Io7CrHrgVi6Uuetw60WAMG1799v+aM8kyc+1L/GBbHSlw==",
  3245. "license": "MIT",
  3246. "dependencies": {
  3247. "@babel/runtime": "^7.18.0",
  3248. "classnames": "^2.3.2",
  3249. "rc-util": "^5.24.4"
  3250. },
  3251. "engines": {
  3252. "node": ">=8.x"
  3253. },
  3254. "peerDependencies": {
  3255. "react": ">=16.9.0",
  3256. "react-dom": ">=16.9.0"
  3257. }
  3258. },
  3259. "node_modules/@rc-component/portal": {
  3260. "version": "1.1.2",
  3261. "resolved": "https://registry.npmmirror.com/@rc-component/portal/-/portal-1.1.2.tgz",
  3262. "integrity": "sha512-6f813C0IsasTZms08kfA8kPAGxbbkYToa8ALaiDIGGECU4i9hj8Plgbx0sNJDrey3EtHO30hmdaxtT0138xZcg==",
  3263. "license": "MIT",
  3264. "dependencies": {
  3265. "@babel/runtime": "^7.18.0",
  3266. "classnames": "^2.3.2",
  3267. "rc-util": "^5.24.4"
  3268. },
  3269. "engines": {
  3270. "node": ">=8.x"
  3271. },
  3272. "peerDependencies": {
  3273. "react": ">=16.9.0",
  3274. "react-dom": ">=16.9.0"
  3275. }
  3276. },
  3277. "node_modules/@rc-component/qrcode": {
  3278. "version": "1.0.0",
  3279. "resolved": "https://registry.npmmirror.com/@rc-component/qrcode/-/qrcode-1.0.0.tgz",
  3280. "integrity": "sha512-L+rZ4HXP2sJ1gHMGHjsg9jlYBX/SLN2D6OxP9Zn3qgtpMWtO2vUfxVFwiogHpAIqs54FnALxraUy/BCO1yRIgg==",
  3281. "license": "MIT",
  3282. "dependencies": {
  3283. "@babel/runtime": "^7.24.7",
  3284. "classnames": "^2.3.2",
  3285. "rc-util": "^5.38.0"
  3286. },
  3287. "engines": {
  3288. "node": ">=8.x"
  3289. },
  3290. "peerDependencies": {
  3291. "react": ">=16.9.0",
  3292. "react-dom": ">=16.9.0"
  3293. }
  3294. },
  3295. "node_modules/@rc-component/tour": {
  3296. "version": "1.15.1",
  3297. "resolved": "https://registry.npmmirror.com/@rc-component/tour/-/tour-1.15.1.tgz",
  3298. "integrity": "sha512-Tr2t7J1DKZUpfJuDZWHxyxWpfmj8EZrqSgyMZ+BCdvKZ6r1UDsfU46M/iWAAFBy961Ssfom2kv5f3UcjIL2CmQ==",
  3299. "license": "MIT",
  3300. "dependencies": {
  3301. "@babel/runtime": "^7.18.0",
  3302. "@rc-component/portal": "^1.0.0-9",
  3303. "@rc-component/trigger": "^2.0.0",
  3304. "classnames": "^2.3.2",
  3305. "rc-util": "^5.24.4"
  3306. },
  3307. "engines": {
  3308. "node": ">=8.x"
  3309. },
  3310. "peerDependencies": {
  3311. "react": ">=16.9.0",
  3312. "react-dom": ">=16.9.0"
  3313. }
  3314. },
  3315. "node_modules/@rc-component/trigger": {
  3316. "version": "2.3.0",
  3317. "resolved": "https://registry.npmmirror.com/@rc-component/trigger/-/trigger-2.3.0.tgz",
  3318. "integrity": "sha512-iwaxZyzOuK0D7lS+0AQEtW52zUWxoGqTGkke3dRyb8pYiShmRpCjB/8TzPI4R6YySCH7Vm9BZj/31VPiiQTLBg==",
  3319. "license": "MIT",
  3320. "dependencies": {
  3321. "@babel/runtime": "^7.23.2",
  3322. "@rc-component/portal": "^1.1.0",
  3323. "classnames": "^2.3.2",
  3324. "rc-motion": "^2.0.0",
  3325. "rc-resize-observer": "^1.3.1",
  3326. "rc-util": "^5.44.0"
  3327. },
  3328. "engines": {
  3329. "node": ">=8.x"
  3330. },
  3331. "peerDependencies": {
  3332. "react": ">=16.9.0",
  3333. "react-dom": ">=16.9.0"
  3334. }
  3335. },
  3336. "node_modules/@remix-run/router": {
  3337. "version": "1.23.0",
  3338. "resolved": "https://registry.npmmirror.com/@remix-run/router/-/router-1.23.0.tgz",
  3339. "integrity": "sha512-O3rHJzAQKamUz1fvE0Qaw0xSFqsA/yafi2iqeE0pvdFtCO1viYx8QL6f3Ln/aCCTLxs68SLf0KPM9eSeM8yBnA==",
  3340. "license": "MIT",
  3341. "engines": {
  3342. "node": ">=14.0.0"
  3343. }
  3344. },
  3345. "node_modules/@svgr/babel-plugin-add-jsx-attribute": {
  3346. "version": "6.5.1",
  3347. "resolved": "https://registry.npmmirror.com/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-6.5.1.tgz",
  3348. "integrity": "sha512-9PYGcXrAxitycIjRmZB+Q0JaN07GZIWaTBIGQzfaZv+qr1n8X1XUEJ5rZ/vx6OVD9RRYlrNnXWExQXcmZeD/BQ==",
  3349. "license": "MIT",
  3350. "engines": {
  3351. "node": ">=10"
  3352. },
  3353. "funding": {
  3354. "type": "github",
  3355. "url": "https://github.com/sponsors/gregberge"
  3356. },
  3357. "peerDependencies": {
  3358. "@babel/core": "^7.0.0-0"
  3359. }
  3360. },
  3361. "node_modules/@svgr/babel-plugin-remove-jsx-attribute": {
  3362. "version": "8.0.0",
  3363. "resolved": "https://registry.npmmirror.com/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-8.0.0.tgz",
  3364. "integrity": "sha512-BcCkm/STipKvbCl6b7QFrMh/vx00vIP63k2eM66MfHJzPr6O2U0jYEViXkHJWqXqQYjdeA9cuCl5KWmlwjDvbA==",
  3365. "license": "MIT",
  3366. "engines": {
  3367. "node": ">=14"
  3368. },
  3369. "funding": {
  3370. "type": "github",
  3371. "url": "https://github.com/sponsors/gregberge"
  3372. },
  3373. "peerDependencies": {
  3374. "@babel/core": "^7.0.0-0"
  3375. }
  3376. },
  3377. "node_modules/@svgr/babel-plugin-remove-jsx-empty-expression": {
  3378. "version": "8.0.0",
  3379. "resolved": "https://registry.npmmirror.com/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-8.0.0.tgz",
  3380. "integrity": "sha512-5BcGCBfBxB5+XSDSWnhTThfI9jcO5f0Ai2V24gZpG+wXF14BzwxxdDb4g6trdOux0rhibGs385BeFMSmxtS3uA==",
  3381. "license": "MIT",
  3382. "engines": {
  3383. "node": ">=14"
  3384. },
  3385. "funding": {
  3386. "type": "github",
  3387. "url": "https://github.com/sponsors/gregberge"
  3388. },
  3389. "peerDependencies": {
  3390. "@babel/core": "^7.0.0-0"
  3391. }
  3392. },
  3393. "node_modules/@svgr/babel-plugin-replace-jsx-attribute-value": {
  3394. "version": "6.5.1",
  3395. "resolved": "https://registry.npmmirror.com/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-6.5.1.tgz",
  3396. "integrity": "sha512-8DPaVVE3fd5JKuIC29dqyMB54sA6mfgki2H2+swh+zNJoynC8pMPzOkidqHOSc6Wj032fhl8Z0TVn1GiPpAiJg==",
  3397. "license": "MIT",
  3398. "engines": {
  3399. "node": ">=10"
  3400. },
  3401. "funding": {
  3402. "type": "github",
  3403. "url": "https://github.com/sponsors/gregberge"
  3404. },
  3405. "peerDependencies": {
  3406. "@babel/core": "^7.0.0-0"
  3407. }
  3408. },
  3409. "node_modules/@svgr/babel-plugin-svg-dynamic-title": {
  3410. "version": "6.5.1",
  3411. "resolved": "https://registry.npmmirror.com/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-6.5.1.tgz",
  3412. "integrity": "sha512-FwOEi0Il72iAzlkaHrlemVurgSQRDFbk0OC8dSvD5fSBPHltNh7JtLsxmZUhjYBZo2PpcU/RJvvi6Q0l7O7ogw==",
  3413. "license": "MIT",
  3414. "engines": {
  3415. "node": ">=10"
  3416. },
  3417. "funding": {
  3418. "type": "github",
  3419. "url": "https://github.com/sponsors/gregberge"
  3420. },
  3421. "peerDependencies": {
  3422. "@babel/core": "^7.0.0-0"
  3423. }
  3424. },
  3425. "node_modules/@svgr/babel-plugin-svg-em-dimensions": {
  3426. "version": "6.5.1",
  3427. "resolved": "https://registry.npmmirror.com/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-6.5.1.tgz",
  3428. "integrity": "sha512-gWGsiwjb4tw+ITOJ86ndY/DZZ6cuXMNE/SjcDRg+HLuCmwpcjOktwRF9WgAiycTqJD/QXqL2f8IzE2Rzh7aVXA==",
  3429. "license": "MIT",
  3430. "engines": {
  3431. "node": ">=10"
  3432. },
  3433. "funding": {
  3434. "type": "github",
  3435. "url": "https://github.com/sponsors/gregberge"
  3436. },
  3437. "peerDependencies": {
  3438. "@babel/core": "^7.0.0-0"
  3439. }
  3440. },
  3441. "node_modules/@svgr/babel-plugin-transform-react-native-svg": {
  3442. "version": "6.5.1",
  3443. "resolved": "https://registry.npmmirror.com/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-6.5.1.tgz",
  3444. "integrity": "sha512-2jT3nTayyYP7kI6aGutkyfJ7UMGtuguD72OjeGLwVNyfPRBD8zQthlvL+fAbAKk5n9ZNcvFkp/b1lZ7VsYqVJg==",
  3445. "license": "MIT",
  3446. "engines": {
  3447. "node": ">=10"
  3448. },
  3449. "funding": {
  3450. "type": "github",
  3451. "url": "https://github.com/sponsors/gregberge"
  3452. },
  3453. "peerDependencies": {
  3454. "@babel/core": "^7.0.0-0"
  3455. }
  3456. },
  3457. "node_modules/@svgr/babel-plugin-transform-svg-component": {
  3458. "version": "6.5.1",
  3459. "resolved": "https://registry.npmmirror.com/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-6.5.1.tgz",
  3460. "integrity": "sha512-a1p6LF5Jt33O3rZoVRBqdxL350oge54iZWHNI6LJB5tQ7EelvD/Mb1mfBiZNAan0dt4i3VArkFRjA4iObuNykQ==",
  3461. "license": "MIT",
  3462. "engines": {
  3463. "node": ">=12"
  3464. },
  3465. "funding": {
  3466. "type": "github",
  3467. "url": "https://github.com/sponsors/gregberge"
  3468. },
  3469. "peerDependencies": {
  3470. "@babel/core": "^7.0.0-0"
  3471. }
  3472. },
  3473. "node_modules/@svgr/babel-preset": {
  3474. "version": "6.5.1",
  3475. "resolved": "https://registry.npmmirror.com/@svgr/babel-preset/-/babel-preset-6.5.1.tgz",
  3476. "integrity": "sha512-6127fvO/FF2oi5EzSQOAjo1LE3OtNVh11R+/8FXa+mHx1ptAaS4cknIjnUA7e6j6fwGGJ17NzaTJFUwOV2zwCw==",
  3477. "license": "MIT",
  3478. "dependencies": {
  3479. "@svgr/babel-plugin-add-jsx-attribute": "^6.5.1",
  3480. "@svgr/babel-plugin-remove-jsx-attribute": "*",
  3481. "@svgr/babel-plugin-remove-jsx-empty-expression": "*",
  3482. "@svgr/babel-plugin-replace-jsx-attribute-value": "^6.5.1",
  3483. "@svgr/babel-plugin-svg-dynamic-title": "^6.5.1",
  3484. "@svgr/babel-plugin-svg-em-dimensions": "^6.5.1",
  3485. "@svgr/babel-plugin-transform-react-native-svg": "^6.5.1",
  3486. "@svgr/babel-plugin-transform-svg-component": "^6.5.1"
  3487. },
  3488. "engines": {
  3489. "node": ">=10"
  3490. },
  3491. "funding": {
  3492. "type": "github",
  3493. "url": "https://github.com/sponsors/gregberge"
  3494. },
  3495. "peerDependencies": {
  3496. "@babel/core": "^7.0.0-0"
  3497. }
  3498. },
  3499. "node_modules/@svgr/core": {
  3500. "version": "6.5.1",
  3501. "resolved": "https://registry.npmmirror.com/@svgr/core/-/core-6.5.1.tgz",
  3502. "integrity": "sha512-/xdLSWxK5QkqG524ONSjvg3V/FkNyCv538OIBdQqPNaAta3AsXj/Bd2FbvR87yMbXO2hFSWiAe/Q6IkVPDw+mw==",
  3503. "license": "MIT",
  3504. "dependencies": {
  3505. "@babel/core": "^7.19.6",
  3506. "@svgr/babel-preset": "^6.5.1",
  3507. "@svgr/plugin-jsx": "^6.5.1",
  3508. "camelcase": "^6.2.0",
  3509. "cosmiconfig": "^7.0.1"
  3510. },
  3511. "engines": {
  3512. "node": ">=10"
  3513. },
  3514. "funding": {
  3515. "type": "github",
  3516. "url": "https://github.com/sponsors/gregberge"
  3517. }
  3518. },
  3519. "node_modules/@svgr/hast-util-to-babel-ast": {
  3520. "version": "6.5.1",
  3521. "resolved": "https://registry.npmmirror.com/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-6.5.1.tgz",
  3522. "integrity": "sha512-1hnUxxjd83EAxbL4a0JDJoD3Dao3hmjvyvyEV8PzWmLK3B9m9NPlW7GKjFyoWE8nM7HnXzPcmmSyOW8yOddSXw==",
  3523. "license": "MIT",
  3524. "dependencies": {
  3525. "@babel/types": "^7.20.0",
  3526. "entities": "^4.4.0"
  3527. },
  3528. "engines": {
  3529. "node": ">=10"
  3530. },
  3531. "funding": {
  3532. "type": "github",
  3533. "url": "https://github.com/sponsors/gregberge"
  3534. }
  3535. },
  3536. "node_modules/@svgr/plugin-jsx": {
  3537. "version": "6.5.1",
  3538. "resolved": "https://registry.npmmirror.com/@svgr/plugin-jsx/-/plugin-jsx-6.5.1.tgz",
  3539. "integrity": "sha512-+UdQxI3jgtSjCykNSlEMuy1jSRQlGC7pqBCPvkG/2dATdWo082zHTTK3uhnAju2/6XpE6B5mZ3z4Z8Ns01S8Gw==",
  3540. "license": "MIT",
  3541. "dependencies": {
  3542. "@babel/core": "^7.19.6",
  3543. "@svgr/babel-preset": "^6.5.1",
  3544. "@svgr/hast-util-to-babel-ast": "^6.5.1",
  3545. "svg-parser": "^2.0.4"
  3546. },
  3547. "engines": {
  3548. "node": ">=10"
  3549. },
  3550. "funding": {
  3551. "type": "github",
  3552. "url": "https://github.com/sponsors/gregberge"
  3553. },
  3554. "peerDependencies": {
  3555. "@svgr/core": "^6.0.0"
  3556. }
  3557. },
  3558. "node_modules/@svgr/plugin-svgo": {
  3559. "version": "6.5.1",
  3560. "resolved": "https://registry.npmmirror.com/@svgr/plugin-svgo/-/plugin-svgo-6.5.1.tgz",
  3561. "integrity": "sha512-omvZKf8ixP9z6GWgwbtmP9qQMPX4ODXi+wzbVZgomNFsUIlHA1sf4fThdwTWSsZGgvGAG6yE+b/F5gWUkcZ/iQ==",
  3562. "license": "MIT",
  3563. "dependencies": {
  3564. "cosmiconfig": "^7.0.1",
  3565. "deepmerge": "^4.2.2",
  3566. "svgo": "^2.8.0"
  3567. },
  3568. "engines": {
  3569. "node": ">=10"
  3570. },
  3571. "funding": {
  3572. "type": "github",
  3573. "url": "https://github.com/sponsors/gregberge"
  3574. },
  3575. "peerDependencies": {
  3576. "@svgr/core": "*"
  3577. }
  3578. },
  3579. "node_modules/@svgr/webpack": {
  3580. "version": "6.5.1",
  3581. "resolved": "https://registry.npmmirror.com/@svgr/webpack/-/webpack-6.5.1.tgz",
  3582. "integrity": "sha512-cQ/AsnBkXPkEK8cLbv4Dm7JGXq2XrumKnL1dRpJD9rIO2fTIlJI9a1uCciYG1F2aUsox/hJQyNGbt3soDxSRkA==",
  3583. "license": "MIT",
  3584. "dependencies": {
  3585. "@babel/core": "^7.19.6",
  3586. "@babel/plugin-transform-react-constant-elements": "^7.18.12",
  3587. "@babel/preset-env": "^7.19.4",
  3588. "@babel/preset-react": "^7.18.6",
  3589. "@babel/preset-typescript": "^7.18.6",
  3590. "@svgr/core": "^6.5.1",
  3591. "@svgr/plugin-jsx": "^6.5.1",
  3592. "@svgr/plugin-svgo": "^6.5.1"
  3593. },
  3594. "engines": {
  3595. "node": ">=10"
  3596. },
  3597. "funding": {
  3598. "type": "github",
  3599. "url": "https://github.com/sponsors/gregberge"
  3600. }
  3601. },
  3602. "node_modules/@swc/counter": {
  3603. "version": "0.1.3",
  3604. "resolved": "https://registry.npmmirror.com/@swc/counter/-/counter-0.1.3.tgz",
  3605. "integrity": "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==",
  3606. "license": "Apache-2.0"
  3607. },
  3608. "node_modules/@swc/helpers": {
  3609. "version": "0.5.5",
  3610. "resolved": "https://registry.npmmirror.com/@swc/helpers/-/helpers-0.5.5.tgz",
  3611. "integrity": "sha512-KGYxvIOXcceOAbEk4bi/dVLEK9z8sZ0uBB3Il5b1rhfClSpcX0yfRO0KmTkqR2cnQDymwLB+25ZyMzICg/cm/A==",
  3612. "license": "Apache-2.0",
  3613. "dependencies": {
  3614. "@swc/counter": "^0.1.3",
  3615. "tslib": "^2.4.0"
  3616. }
  3617. },
  3618. "node_modules/@tailwindcss/node": {
  3619. "version": "4.1.18",
  3620. "resolved": "https://registry.npmmirror.com/@tailwindcss/node/-/node-4.1.18.tgz",
  3621. "integrity": "sha512-DoR7U1P7iYhw16qJ49fgXUlry1t4CpXeErJHnQ44JgTSKMaZUdf17cfn5mHchfJ4KRBZRFA/Coo+MUF5+gOaCQ==",
  3622. "dev": true,
  3623. "license": "MIT",
  3624. "dependencies": {
  3625. "@jridgewell/remapping": "^2.3.4",
  3626. "enhanced-resolve": "^5.18.3",
  3627. "jiti": "^2.6.1",
  3628. "lightningcss": "1.30.2",
  3629. "magic-string": "^0.30.21",
  3630. "source-map-js": "^1.2.1",
  3631. "tailwindcss": "4.1.18"
  3632. }
  3633. },
  3634. "node_modules/@tailwindcss/oxide": {
  3635. "version": "4.1.18",
  3636. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide/-/oxide-4.1.18.tgz",
  3637. "integrity": "sha512-EgCR5tTS5bUSKQgzeMClT6iCY3ToqE1y+ZB0AKldj809QXk1Y+3jB0upOYZrn9aGIzPtUsP7sX4QQ4XtjBB95A==",
  3638. "dev": true,
  3639. "license": "MIT",
  3640. "engines": {
  3641. "node": ">= 10"
  3642. },
  3643. "optionalDependencies": {
  3644. "@tailwindcss/oxide-android-arm64": "4.1.18",
  3645. "@tailwindcss/oxide-darwin-arm64": "4.1.18",
  3646. "@tailwindcss/oxide-darwin-x64": "4.1.18",
  3647. "@tailwindcss/oxide-freebsd-x64": "4.1.18",
  3648. "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.18",
  3649. "@tailwindcss/oxide-linux-arm64-gnu": "4.1.18",
  3650. "@tailwindcss/oxide-linux-arm64-musl": "4.1.18",
  3651. "@tailwindcss/oxide-linux-x64-gnu": "4.1.18",
  3652. "@tailwindcss/oxide-linux-x64-musl": "4.1.18",
  3653. "@tailwindcss/oxide-wasm32-wasi": "4.1.18",
  3654. "@tailwindcss/oxide-win32-arm64-msvc": "4.1.18",
  3655. "@tailwindcss/oxide-win32-x64-msvc": "4.1.18"
  3656. }
  3657. },
  3658. "node_modules/@tailwindcss/oxide-android-arm64": {
  3659. "version": "4.1.18",
  3660. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.18.tgz",
  3661. "integrity": "sha512-dJHz7+Ugr9U/diKJA0W6N/6/cjI+ZTAoxPf9Iz9BFRF2GzEX8IvXxFIi/dZBloVJX/MZGvRuFA9rqwdiIEZQ0Q==",
  3662. "cpu": [
  3663. "arm64"
  3664. ],
  3665. "dev": true,
  3666. "license": "MIT",
  3667. "optional": true,
  3668. "os": [
  3669. "android"
  3670. ],
  3671. "engines": {
  3672. "node": ">= 10"
  3673. }
  3674. },
  3675. "node_modules/@tailwindcss/oxide-darwin-arm64": {
  3676. "version": "4.1.18",
  3677. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.18.tgz",
  3678. "integrity": "sha512-Gc2q4Qhs660bhjyBSKgq6BYvwDz4G+BuyJ5H1xfhmDR3D8HnHCmT/BSkvSL0vQLy/nkMLY20PQ2OoYMO15Jd0A==",
  3679. "cpu": [
  3680. "arm64"
  3681. ],
  3682. "dev": true,
  3683. "license": "MIT",
  3684. "optional": true,
  3685. "os": [
  3686. "darwin"
  3687. ],
  3688. "engines": {
  3689. "node": ">= 10"
  3690. }
  3691. },
  3692. "node_modules/@tailwindcss/oxide-darwin-x64": {
  3693. "version": "4.1.18",
  3694. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.18.tgz",
  3695. "integrity": "sha512-FL5oxr2xQsFrc3X9o1fjHKBYBMD1QZNyc1Xzw/h5Qu4XnEBi3dZn96HcHm41c/euGV+GRiXFfh2hUCyKi/e+yw==",
  3696. "cpu": [
  3697. "x64"
  3698. ],
  3699. "dev": true,
  3700. "license": "MIT",
  3701. "optional": true,
  3702. "os": [
  3703. "darwin"
  3704. ],
  3705. "engines": {
  3706. "node": ">= 10"
  3707. }
  3708. },
  3709. "node_modules/@tailwindcss/oxide-freebsd-x64": {
  3710. "version": "4.1.18",
  3711. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.18.tgz",
  3712. "integrity": "sha512-Fj+RHgu5bDodmV1dM9yAxlfJwkkWvLiRjbhuO2LEtwtlYlBgiAT4x/j5wQr1tC3SANAgD+0YcmWVrj8R9trVMA==",
  3713. "cpu": [
  3714. "x64"
  3715. ],
  3716. "dev": true,
  3717. "license": "MIT",
  3718. "optional": true,
  3719. "os": [
  3720. "freebsd"
  3721. ],
  3722. "engines": {
  3723. "node": ">= 10"
  3724. }
  3725. },
  3726. "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
  3727. "version": "4.1.18",
  3728. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.18.tgz",
  3729. "integrity": "sha512-Fp+Wzk/Ws4dZn+LV2Nqx3IilnhH51YZoRaYHQsVq3RQvEl+71VGKFpkfHrLM/Li+kt5c0DJe/bHXK1eHgDmdiA==",
  3730. "cpu": [
  3731. "arm"
  3732. ],
  3733. "dev": true,
  3734. "license": "MIT",
  3735. "optional": true,
  3736. "os": [
  3737. "linux"
  3738. ],
  3739. "engines": {
  3740. "node": ">= 10"
  3741. }
  3742. },
  3743. "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
  3744. "version": "4.1.18",
  3745. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.18.tgz",
  3746. "integrity": "sha512-S0n3jboLysNbh55Vrt7pk9wgpyTTPD0fdQeh7wQfMqLPM/Hrxi+dVsLsPrycQjGKEQk85Kgbx+6+QnYNiHalnw==",
  3747. "cpu": [
  3748. "arm64"
  3749. ],
  3750. "dev": true,
  3751. "license": "MIT",
  3752. "optional": true,
  3753. "os": [
  3754. "linux"
  3755. ],
  3756. "engines": {
  3757. "node": ">= 10"
  3758. }
  3759. },
  3760. "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
  3761. "version": "4.1.18",
  3762. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.18.tgz",
  3763. "integrity": "sha512-1px92582HkPQlaaCkdRcio71p8bc8i/ap5807tPRDK/uw953cauQBT8c5tVGkOwrHMfc2Yh6UuxaH4vtTjGvHg==",
  3764. "cpu": [
  3765. "arm64"
  3766. ],
  3767. "dev": true,
  3768. "license": "MIT",
  3769. "optional": true,
  3770. "os": [
  3771. "linux"
  3772. ],
  3773. "engines": {
  3774. "node": ">= 10"
  3775. }
  3776. },
  3777. "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
  3778. "version": "4.1.18",
  3779. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.18.tgz",
  3780. "integrity": "sha512-v3gyT0ivkfBLoZGF9LyHmts0Isc8jHZyVcbzio6Wpzifg/+5ZJpDiRiUhDLkcr7f/r38SWNe7ucxmGW3j3Kb/g==",
  3781. "cpu": [
  3782. "x64"
  3783. ],
  3784. "dev": true,
  3785. "license": "MIT",
  3786. "optional": true,
  3787. "os": [
  3788. "linux"
  3789. ],
  3790. "engines": {
  3791. "node": ">= 10"
  3792. }
  3793. },
  3794. "node_modules/@tailwindcss/oxide-linux-x64-musl": {
  3795. "version": "4.1.18",
  3796. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.18.tgz",
  3797. "integrity": "sha512-bhJ2y2OQNlcRwwgOAGMY0xTFStt4/wyU6pvI6LSuZpRgKQwxTec0/3Scu91O8ir7qCR3AuepQKLU/kX99FouqQ==",
  3798. "cpu": [
  3799. "x64"
  3800. ],
  3801. "dev": true,
  3802. "license": "MIT",
  3803. "optional": true,
  3804. "os": [
  3805. "linux"
  3806. ],
  3807. "engines": {
  3808. "node": ">= 10"
  3809. }
  3810. },
  3811. "node_modules/@tailwindcss/oxide-wasm32-wasi": {
  3812. "version": "4.1.18",
  3813. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.18.tgz",
  3814. "integrity": "sha512-LffYTvPjODiP6PT16oNeUQJzNVyJl1cjIebq/rWWBF+3eDst5JGEFSc5cWxyRCJ0Mxl+KyIkqRxk1XPEs9x8TA==",
  3815. "bundleDependencies": [
  3816. "@napi-rs/wasm-runtime",
  3817. "@emnapi/core",
  3818. "@emnapi/runtime",
  3819. "@tybys/wasm-util",
  3820. "@emnapi/wasi-threads",
  3821. "tslib"
  3822. ],
  3823. "cpu": [
  3824. "wasm32"
  3825. ],
  3826. "dev": true,
  3827. "license": "MIT",
  3828. "optional": true,
  3829. "dependencies": {
  3830. "@emnapi/core": "^1.7.1",
  3831. "@emnapi/runtime": "^1.7.1",
  3832. "@emnapi/wasi-threads": "^1.1.0",
  3833. "@napi-rs/wasm-runtime": "^1.1.0",
  3834. "@tybys/wasm-util": "^0.10.1",
  3835. "tslib": "^2.4.0"
  3836. },
  3837. "engines": {
  3838. "node": ">=14.0.0"
  3839. }
  3840. },
  3841. "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
  3842. "version": "4.1.18",
  3843. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.18.tgz",
  3844. "integrity": "sha512-HjSA7mr9HmC8fu6bdsZvZ+dhjyGCLdotjVOgLA2vEqxEBZaQo9YTX4kwgEvPCpRh8o4uWc4J/wEoFzhEmjvPbA==",
  3845. "cpu": [
  3846. "arm64"
  3847. ],
  3848. "dev": true,
  3849. "license": "MIT",
  3850. "optional": true,
  3851. "os": [
  3852. "win32"
  3853. ],
  3854. "engines": {
  3855. "node": ">= 10"
  3856. }
  3857. },
  3858. "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
  3859. "version": "4.1.18",
  3860. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.18.tgz",
  3861. "integrity": "sha512-bJWbyYpUlqamC8dpR7pfjA0I7vdF6t5VpUGMWRkXVE3AXgIZjYUYAK7II1GNaxR8J1SSrSrppRar8G++JekE3Q==",
  3862. "cpu": [
  3863. "x64"
  3864. ],
  3865. "dev": true,
  3866. "license": "MIT",
  3867. "optional": true,
  3868. "os": [
  3869. "win32"
  3870. ],
  3871. "engines": {
  3872. "node": ">= 10"
  3873. }
  3874. },
  3875. "node_modules/@tailwindcss/postcss": {
  3876. "version": "4.1.18",
  3877. "resolved": "https://registry.npmmirror.com/@tailwindcss/postcss/-/postcss-4.1.18.tgz",
  3878. "integrity": "sha512-Ce0GFnzAOuPyfV5SxjXGn0CubwGcuDB0zcdaPuCSzAa/2vII24JTkH+I6jcbXLb1ctjZMZZI6OjDaLPJQL1S0g==",
  3879. "dev": true,
  3880. "license": "MIT",
  3881. "dependencies": {
  3882. "@alloc/quick-lru": "^5.2.0",
  3883. "@tailwindcss/node": "4.1.18",
  3884. "@tailwindcss/oxide": "4.1.18",
  3885. "postcss": "^8.4.41",
  3886. "tailwindcss": "4.1.18"
  3887. }
  3888. },
  3889. "node_modules/@tauri-apps/cli": {
  3890. "version": "1.5.11",
  3891. "resolved": "https://registry.npmmirror.com/@tauri-apps/cli/-/cli-1.5.11.tgz",
  3892. "integrity": "sha512-B475D7phZrq5sZ3kDABH4g2mEoUIHtnIO+r4ZGAAfsjMbZCwXxR/jlMGTEL+VO3YzjpF7gQe38IzB4vLBbVppw==",
  3893. "dev": true,
  3894. "license": "Apache-2.0 OR MIT",
  3895. "bin": {
  3896. "tauri": "tauri.js"
  3897. },
  3898. "engines": {
  3899. "node": ">= 10"
  3900. },
  3901. "funding": {
  3902. "type": "opencollective",
  3903. "url": "https://opencollective.com/tauri"
  3904. },
  3905. "optionalDependencies": {
  3906. "@tauri-apps/cli-darwin-arm64": "1.5.11",
  3907. "@tauri-apps/cli-darwin-x64": "1.5.11",
  3908. "@tauri-apps/cli-linux-arm-gnueabihf": "1.5.11",
  3909. "@tauri-apps/cli-linux-arm64-gnu": "1.5.11",
  3910. "@tauri-apps/cli-linux-arm64-musl": "1.5.11",
  3911. "@tauri-apps/cli-linux-x64-gnu": "1.5.11",
  3912. "@tauri-apps/cli-linux-x64-musl": "1.5.11",
  3913. "@tauri-apps/cli-win32-arm64-msvc": "1.5.11",
  3914. "@tauri-apps/cli-win32-ia32-msvc": "1.5.11",
  3915. "@tauri-apps/cli-win32-x64-msvc": "1.5.11"
  3916. }
  3917. },
  3918. "node_modules/@tauri-apps/cli-darwin-arm64": {
  3919. "version": "1.5.11",
  3920. "resolved": "https://registry.npmmirror.com/@tauri-apps/cli-darwin-arm64/-/cli-darwin-arm64-1.5.11.tgz",
  3921. "integrity": "sha512-2NLSglDb5VfvTbMtmOKWyD+oaL/e8Z/ZZGovHtUFyUSFRabdXc6cZOlcD1BhFvYkHqm+TqGaz5qtPR5UbqDs8A==",
  3922. "cpu": [
  3923. "arm64"
  3924. ],
  3925. "dev": true,
  3926. "license": "MIT",
  3927. "optional": true,
  3928. "os": [
  3929. "darwin"
  3930. ],
  3931. "engines": {
  3932. "node": ">= 10"
  3933. }
  3934. },
  3935. "node_modules/@tauri-apps/cli-darwin-x64": {
  3936. "version": "1.5.11",
  3937. "resolved": "https://registry.npmmirror.com/@tauri-apps/cli-darwin-x64/-/cli-darwin-x64-1.5.11.tgz",
  3938. "integrity": "sha512-/RQllHiJRH2fJOCudtZlaUIjofkHzP3zZgxi71ZUm7Fy80smU5TDfwpwOvB0wSVh0g/ciDjMArCSTo0MRvL+ag==",
  3939. "cpu": [
  3940. "x64"
  3941. ],
  3942. "dev": true,
  3943. "license": "MIT",
  3944. "optional": true,
  3945. "os": [
  3946. "darwin"
  3947. ],
  3948. "engines": {
  3949. "node": ">= 10"
  3950. }
  3951. },
  3952. "node_modules/@tauri-apps/cli-linux-arm-gnueabihf": {
  3953. "version": "1.5.11",
  3954. "resolved": "https://registry.npmmirror.com/@tauri-apps/cli-linux-arm-gnueabihf/-/cli-linux-arm-gnueabihf-1.5.11.tgz",
  3955. "integrity": "sha512-IlBuBPKmMm+a5LLUEK6a21UGr9ZYd6zKuKLq6IGM4tVweQa8Sf2kP2Nqs74dMGIUrLmMs0vuqdURpykQg+z4NQ==",
  3956. "cpu": [
  3957. "arm"
  3958. ],
  3959. "dev": true,
  3960. "license": "MIT",
  3961. "optional": true,
  3962. "os": [
  3963. "linux"
  3964. ],
  3965. "engines": {
  3966. "node": ">= 10"
  3967. }
  3968. },
  3969. "node_modules/@tauri-apps/cli-linux-arm64-gnu": {
  3970. "version": "1.5.11",
  3971. "resolved": "https://registry.npmmirror.com/@tauri-apps/cli-linux-arm64-gnu/-/cli-linux-arm64-gnu-1.5.11.tgz",
  3972. "integrity": "sha512-w+k1bNHCU/GbmXshtAhyTwqosThUDmCEFLU4Zkin1vl2fuAtQry2RN7thfcJFepblUGL/J7yh3Q/0+BCjtspKQ==",
  3973. "cpu": [
  3974. "arm64"
  3975. ],
  3976. "dev": true,
  3977. "license": "MIT",
  3978. "optional": true,
  3979. "os": [
  3980. "linux"
  3981. ],
  3982. "engines": {
  3983. "node": ">= 10"
  3984. }
  3985. },
  3986. "node_modules/@tauri-apps/cli-linux-arm64-musl": {
  3987. "version": "1.5.11",
  3988. "resolved": "https://registry.npmmirror.com/@tauri-apps/cli-linux-arm64-musl/-/cli-linux-arm64-musl-1.5.11.tgz",
  3989. "integrity": "sha512-PN6/dl+OfYQ/qrAy4HRAfksJ2AyWQYn2IA/2Wwpaa7SDRz2+hzwTQkvajuvy0sQ5L2WCG7ymFYRYMbpC6Hk9Pg==",
  3990. "cpu": [
  3991. "arm64"
  3992. ],
  3993. "dev": true,
  3994. "license": "MIT",
  3995. "optional": true,
  3996. "os": [
  3997. "linux"
  3998. ],
  3999. "engines": {
  4000. "node": ">= 10"
  4001. }
  4002. },
  4003. "node_modules/@tauri-apps/cli-linux-x64-gnu": {
  4004. "version": "1.5.11",
  4005. "resolved": "https://registry.npmmirror.com/@tauri-apps/cli-linux-x64-gnu/-/cli-linux-x64-gnu-1.5.11.tgz",
  4006. "integrity": "sha512-MTVXLi89Nj7Apcvjezw92m7ZqIDKT5SFKZtVPCg6RoLUBTzko/BQoXYIRWmdoz2pgkHDUHgO2OMJ8oKzzddXbw==",
  4007. "cpu": [
  4008. "x64"
  4009. ],
  4010. "dev": true,
  4011. "license": "MIT",
  4012. "optional": true,
  4013. "os": [
  4014. "linux"
  4015. ],
  4016. "engines": {
  4017. "node": ">= 10"
  4018. }
  4019. },
  4020. "node_modules/@tauri-apps/cli-linux-x64-musl": {
  4021. "version": "1.5.11",
  4022. "resolved": "https://registry.npmmirror.com/@tauri-apps/cli-linux-x64-musl/-/cli-linux-x64-musl-1.5.11.tgz",
  4023. "integrity": "sha512-kwzAjqFpz7rvTs7WGZLy/a5nS5t15QKr3E9FG95MNF0exTl3d29YoAUAe1Mn0mOSrTJ9Z+vYYAcI/QdcsGBP+w==",
  4024. "cpu": [
  4025. "x64"
  4026. ],
  4027. "dev": true,
  4028. "license": "MIT",
  4029. "optional": true,
  4030. "os": [
  4031. "linux"
  4032. ],
  4033. "engines": {
  4034. "node": ">= 10"
  4035. }
  4036. },
  4037. "node_modules/@tauri-apps/cli-win32-arm64-msvc": {
  4038. "version": "1.5.11",
  4039. "resolved": "https://registry.npmmirror.com/@tauri-apps/cli-win32-arm64-msvc/-/cli-win32-arm64-msvc-1.5.11.tgz",
  4040. "integrity": "sha512-L+5NZ/rHrSUrMxjj6YpFYCXp6wHnq8c8SfDTBOX8dO8x+5283/vftb4vvuGIsLS4UwUFXFnLt3XQr44n84E67Q==",
  4041. "cpu": [
  4042. "arm64"
  4043. ],
  4044. "dev": true,
  4045. "license": "MIT",
  4046. "optional": true,
  4047. "os": [
  4048. "win32"
  4049. ],
  4050. "engines": {
  4051. "node": ">= 10"
  4052. }
  4053. },
  4054. "node_modules/@tauri-apps/cli-win32-ia32-msvc": {
  4055. "version": "1.5.11",
  4056. "resolved": "https://registry.npmmirror.com/@tauri-apps/cli-win32-ia32-msvc/-/cli-win32-ia32-msvc-1.5.11.tgz",
  4057. "integrity": "sha512-oVlD9IVewrY0lZzTdb71kNXkjdgMqFq+ohb67YsJb4Rf7o8A9DTlFds1XLCe3joqLMm4M+gvBKD7YnGIdxQ9vA==",
  4058. "cpu": [
  4059. "ia32"
  4060. ],
  4061. "dev": true,
  4062. "license": "MIT",
  4063. "optional": true,
  4064. "os": [
  4065. "win32"
  4066. ],
  4067. "engines": {
  4068. "node": ">= 10"
  4069. }
  4070. },
  4071. "node_modules/@tauri-apps/cli-win32-x64-msvc": {
  4072. "version": "1.5.11",
  4073. "resolved": "https://registry.npmmirror.com/@tauri-apps/cli-win32-x64-msvc/-/cli-win32-x64-msvc-1.5.11.tgz",
  4074. "integrity": "sha512-1CexcqUFCis5ypUIMOKllxUBrna09McbftWENgvVXMfA+SP+yPDPAVb8fIvUcdTIwR/yHJwcIucmTB4anww4vg==",
  4075. "cpu": [
  4076. "x64"
  4077. ],
  4078. "dev": true,
  4079. "license": "MIT",
  4080. "optional": true,
  4081. "os": [
  4082. "win32"
  4083. ],
  4084. "engines": {
  4085. "node": ">= 10"
  4086. }
  4087. },
  4088. "node_modules/@trysound/sax": {
  4089. "version": "0.2.0",
  4090. "resolved": "https://registry.npmmirror.com/@trysound/sax/-/sax-0.2.0.tgz",
  4091. "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==",
  4092. "license": "ISC",
  4093. "engines": {
  4094. "node": ">=10.13.0"
  4095. }
  4096. },
  4097. "node_modules/@types/crypto-js": {
  4098. "version": "4.2.2",
  4099. "resolved": "https://registry.npmmirror.com/@types/crypto-js/-/crypto-js-4.2.2.tgz",
  4100. "integrity": "sha512-sDOLlVbHhXpAUAL0YHDUUwDZf3iN4Bwi4W6a0W0b+QcAezUbRtH4FVb+9J4h+XFPW7l/gQ9F8qC7P+Ec4k8QVQ==",
  4101. "license": "MIT"
  4102. },
  4103. "node_modules/@types/d3-scale": {
  4104. "version": "4.0.9",
  4105. "resolved": "https://registry.npmmirror.com/@types/d3-scale/-/d3-scale-4.0.9.tgz",
  4106. "integrity": "sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==",
  4107. "license": "MIT",
  4108. "dependencies": {
  4109. "@types/d3-time": "*"
  4110. }
  4111. },
  4112. "node_modules/@types/d3-scale-chromatic": {
  4113. "version": "3.1.0",
  4114. "resolved": "https://registry.npmmirror.com/@types/d3-scale-chromatic/-/d3-scale-chromatic-3.1.0.tgz",
  4115. "integrity": "sha512-iWMJgwkK7yTRmWqRB5plb1kadXyQ5Sj8V/zYlFGMUBbIPKQScw+Dku9cAAMgJG+z5GYDoMjWGLVOvjghDEFnKQ==",
  4116. "license": "MIT"
  4117. },
  4118. "node_modules/@types/d3-time": {
  4119. "version": "3.0.4",
  4120. "resolved": "https://registry.npmmirror.com/@types/d3-time/-/d3-time-3.0.4.tgz",
  4121. "integrity": "sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==",
  4122. "license": "MIT"
  4123. },
  4124. "node_modules/@types/debug": {
  4125. "version": "4.1.12",
  4126. "resolved": "https://registry.npmmirror.com/@types/debug/-/debug-4.1.12.tgz",
  4127. "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==",
  4128. "license": "MIT",
  4129. "dependencies": {
  4130. "@types/ms": "*"
  4131. }
  4132. },
  4133. "node_modules/@types/eslint": {
  4134. "version": "9.6.1",
  4135. "resolved": "https://registry.npmmirror.com/@types/eslint/-/eslint-9.6.1.tgz",
  4136. "integrity": "sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==",
  4137. "dev": true,
  4138. "license": "MIT",
  4139. "dependencies": {
  4140. "@types/estree": "*",
  4141. "@types/json-schema": "*"
  4142. }
  4143. },
  4144. "node_modules/@types/eslint-scope": {
  4145. "version": "3.7.7",
  4146. "resolved": "https://registry.npmmirror.com/@types/eslint-scope/-/eslint-scope-3.7.7.tgz",
  4147. "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==",
  4148. "dev": true,
  4149. "license": "MIT",
  4150. "dependencies": {
  4151. "@types/eslint": "*",
  4152. "@types/estree": "*"
  4153. }
  4154. },
  4155. "node_modules/@types/estree": {
  4156. "version": "1.0.8",
  4157. "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.8.tgz",
  4158. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  4159. "dev": true,
  4160. "license": "MIT"
  4161. },
  4162. "node_modules/@types/hast": {
  4163. "version": "2.3.10",
  4164. "resolved": "https://registry.npmmirror.com/@types/hast/-/hast-2.3.10.tgz",
  4165. "integrity": "sha512-McWspRw8xx8J9HurkVBfYj0xKoE25tOFlHGdx4MJ5xORQrMGZNqJhVQWaIbm6Oyla5kYOXtDiopzKRJzEOkwJw==",
  4166. "license": "MIT",
  4167. "dependencies": {
  4168. "@types/unist": "^2"
  4169. }
  4170. },
  4171. "node_modules/@types/hoist-non-react-statics": {
  4172. "version": "3.3.7",
  4173. "resolved": "https://registry.npmmirror.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.7.tgz",
  4174. "integrity": "sha512-PQTyIulDkIDro8P+IHbKCsw7U2xxBYflVzW/FgWdCAePD9xGSidgA76/GeJ6lBKoblyhf9pBY763gbrN+1dI8g==",
  4175. "license": "MIT",
  4176. "dependencies": {
  4177. "hoist-non-react-statics": "^3.3.0"
  4178. },
  4179. "peerDependencies": {
  4180. "@types/react": "*"
  4181. }
  4182. },
  4183. "node_modules/@types/json-schema": {
  4184. "version": "7.0.15",
  4185. "resolved": "https://registry.npmmirror.com/@types/json-schema/-/json-schema-7.0.15.tgz",
  4186. "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
  4187. "dev": true,
  4188. "license": "MIT"
  4189. },
  4190. "node_modules/@types/katex": {
  4191. "version": "0.14.0",
  4192. "resolved": "https://registry.npmmirror.com/@types/katex/-/katex-0.14.0.tgz",
  4193. "integrity": "sha512-+2FW2CcT0K3P+JMR8YG846bmDwplKUTsWgT2ENwdQ1UdVfRk3GQrh6Mi4sTopy30gI8Uau5CEqHTDZ6YvWIUPA==",
  4194. "license": "MIT"
  4195. },
  4196. "node_modules/@types/linkify-it": {
  4197. "version": "5.0.0",
  4198. "resolved": "https://registry.npmmirror.com/@types/linkify-it/-/linkify-it-5.0.0.tgz",
  4199. "integrity": "sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==",
  4200. "dev": true,
  4201. "license": "MIT"
  4202. },
  4203. "node_modules/@types/lodash": {
  4204. "version": "4.17.20",
  4205. "resolved": "https://registry.npmmirror.com/@types/lodash/-/lodash-4.17.20.tgz",
  4206. "integrity": "sha512-H3MHACvFUEiujabxhaI/ImO6gUrd8oOurg7LQtS7mbwIXA/cUqWrvBsaeJ23aZEPk1TAYkurjfMbSELfoCXlGA==",
  4207. "dev": true,
  4208. "license": "MIT"
  4209. },
  4210. "node_modules/@types/lodash-es": {
  4211. "version": "4.17.12",
  4212. "resolved": "https://registry.npmmirror.com/@types/lodash-es/-/lodash-es-4.17.12.tgz",
  4213. "integrity": "sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==",
  4214. "dev": true,
  4215. "license": "MIT",
  4216. "dependencies": {
  4217. "@types/lodash": "*"
  4218. }
  4219. },
  4220. "node_modules/@types/markdown-it": {
  4221. "version": "14.1.2",
  4222. "resolved": "https://registry.npmmirror.com/@types/markdown-it/-/markdown-it-14.1.2.tgz",
  4223. "integrity": "sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==",
  4224. "dev": true,
  4225. "license": "MIT",
  4226. "dependencies": {
  4227. "@types/linkify-it": "^5",
  4228. "@types/mdurl": "^2"
  4229. }
  4230. },
  4231. "node_modules/@types/mathjax": {
  4232. "version": "0.0.40",
  4233. "resolved": "https://registry.npmmirror.com/@types/mathjax/-/mathjax-0.0.40.tgz",
  4234. "integrity": "sha512-rHusx08LCg92WJxrsM3SPjvLTSvK5C+gealtSuhKbEOcUZfWlwigaFoPLf6Dfxhg4oryN5qP9Sj7zOQ4HYXINw==",
  4235. "license": "MIT"
  4236. },
  4237. "node_modules/@types/mdast": {
  4238. "version": "3.0.15",
  4239. "resolved": "https://registry.npmmirror.com/@types/mdast/-/mdast-3.0.15.tgz",
  4240. "integrity": "sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==",
  4241. "license": "MIT",
  4242. "dependencies": {
  4243. "@types/unist": "^2"
  4244. }
  4245. },
  4246. "node_modules/@types/mdurl": {
  4247. "version": "2.0.0",
  4248. "resolved": "https://registry.npmmirror.com/@types/mdurl/-/mdurl-2.0.0.tgz",
  4249. "integrity": "sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==",
  4250. "dev": true,
  4251. "license": "MIT"
  4252. },
  4253. "node_modules/@types/ms": {
  4254. "version": "2.1.0",
  4255. "resolved": "https://registry.npmmirror.com/@types/ms/-/ms-2.1.0.tgz",
  4256. "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",
  4257. "license": "MIT"
  4258. },
  4259. "node_modules/@types/node": {
  4260. "version": "20.19.10",
  4261. "resolved": "https://registry.npmmirror.com/@types/node/-/node-20.19.10.tgz",
  4262. "integrity": "sha512-iAFpG6DokED3roLSP0K+ybeDdIX6Bc0Vd3mLW5uDqThPWtNos3E+EqOM11mPQHKzfWHqEBuLjIlsBQQ8CsISmQ==",
  4263. "dev": true,
  4264. "license": "MIT",
  4265. "dependencies": {
  4266. "undici-types": "~6.21.0"
  4267. }
  4268. },
  4269. "node_modules/@types/parse-json": {
  4270. "version": "4.0.2",
  4271. "resolved": "https://registry.npmmirror.com/@types/parse-json/-/parse-json-4.0.2.tgz",
  4272. "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==",
  4273. "license": "MIT"
  4274. },
  4275. "node_modules/@types/prop-types": {
  4276. "version": "15.7.15",
  4277. "resolved": "https://registry.npmmirror.com/@types/prop-types/-/prop-types-15.7.15.tgz",
  4278. "integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==",
  4279. "license": "MIT"
  4280. },
  4281. "node_modules/@types/react": {
  4282. "version": "18.3.23",
  4283. "resolved": "https://registry.npmmirror.com/@types/react/-/react-18.3.23.tgz",
  4284. "integrity": "sha512-/LDXMQh55EzZQ0uVAZmKKhfENivEvWz6E+EYzh+/MCjMhNsotd+ZHhBGIjFDTi6+fz0OhQQQLbTgdQIxxCsC0w==",
  4285. "license": "MIT",
  4286. "dependencies": {
  4287. "@types/prop-types": "*",
  4288. "csstype": "^3.0.2"
  4289. }
  4290. },
  4291. "node_modules/@types/react-dom": {
  4292. "version": "18.3.7",
  4293. "resolved": "https://registry.npmmirror.com/@types/react-dom/-/react-dom-18.3.7.tgz",
  4294. "integrity": "sha512-MEe3UeoENYVFXzoXEWsvcpg6ZvlrFNlOQ7EOsvhI3CfAXwzPfO8Qwuxd40nepsYKqyyVQnTdEfv68q91yLcKrQ==",
  4295. "devOptional": true,
  4296. "license": "MIT",
  4297. "peerDependencies": {
  4298. "@types/react": "^18.0.0"
  4299. }
  4300. },
  4301. "node_modules/@types/react-katex": {
  4302. "version": "3.0.4",
  4303. "resolved": "https://registry.npmmirror.com/@types/react-katex/-/react-katex-3.0.4.tgz",
  4304. "integrity": "sha512-aLkykKzSKLpXI6REJ3uClao6P47HAFfR1gcHOZwDeTuALsyjgMhz+oynLV4gX0kiJVnvHrBKF/TLXqyNTpHDUg==",
  4305. "dev": true,
  4306. "license": "MIT",
  4307. "dependencies": {
  4308. "@types/react": "*"
  4309. }
  4310. },
  4311. "node_modules/@types/spark-md5": {
  4312. "version": "3.0.5",
  4313. "resolved": "https://registry.npmmirror.com/@types/spark-md5/-/spark-md5-3.0.5.tgz",
  4314. "integrity": "sha512-lWf05dnD42DLVKQJZrDHtWFidcLrHuip01CtnC2/S6AMhX4t9ZlEUj4iuRlAnts0PQk7KESOqKxeGE/b6sIPGg==",
  4315. "dev": true,
  4316. "license": "MIT"
  4317. },
  4318. "node_modules/@types/unist": {
  4319. "version": "2.0.11",
  4320. "resolved": "https://registry.npmmirror.com/@types/unist/-/unist-2.0.11.tgz",
  4321. "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
  4322. "license": "MIT"
  4323. },
  4324. "node_modules/@types/use-sync-external-store": {
  4325. "version": "0.0.3",
  4326. "resolved": "https://registry.npmmirror.com/@types/use-sync-external-store/-/use-sync-external-store-0.0.3.tgz",
  4327. "integrity": "sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA==",
  4328. "license": "MIT"
  4329. },
  4330. "node_modules/@vercel/analytics": {
  4331. "version": "0.1.11",
  4332. "resolved": "https://registry.npmmirror.com/@vercel/analytics/-/analytics-0.1.11.tgz",
  4333. "integrity": "sha512-mj5CPR02y0BRs1tN3oZcBNAX9a8NxsIUl9vElDPcqxnMfP0RbRc9fI9Ud7+QDg/1Izvt5uMumsr+6YsmVHcyuw==",
  4334. "license": "MPL-2.0",
  4335. "peerDependencies": {
  4336. "react": "^16.8||^17||^18"
  4337. }
  4338. },
  4339. "node_modules/@vercel/speed-insights": {
  4340. "version": "1.2.0",
  4341. "resolved": "https://registry.npmmirror.com/@vercel/speed-insights/-/speed-insights-1.2.0.tgz",
  4342. "integrity": "sha512-y9GVzrUJ2xmgtQlzFP2KhVRoCglwfRQgjyfY607aU0hh0Un6d0OUyrJkjuAlsV18qR4zfoFPs/BiIj9YDS6Wzw==",
  4343. "hasInstallScript": true,
  4344. "license": "Apache-2.0",
  4345. "peerDependencies": {
  4346. "@sveltejs/kit": "^1 || ^2",
  4347. "next": ">= 13",
  4348. "react": "^18 || ^19 || ^19.0.0-rc",
  4349. "svelte": ">= 4",
  4350. "vue": "^3",
  4351. "vue-router": "^4"
  4352. },
  4353. "peerDependenciesMeta": {
  4354. "@sveltejs/kit": {
  4355. "optional": true
  4356. },
  4357. "next": {
  4358. "optional": true
  4359. },
  4360. "react": {
  4361. "optional": true
  4362. },
  4363. "svelte": {
  4364. "optional": true
  4365. },
  4366. "vue": {
  4367. "optional": true
  4368. },
  4369. "vue-router": {
  4370. "optional": true
  4371. }
  4372. }
  4373. },
  4374. "node_modules/@webassemblyjs/ast": {
  4375. "version": "1.14.1",
  4376. "resolved": "https://registry.npmmirror.com/@webassemblyjs/ast/-/ast-1.14.1.tgz",
  4377. "integrity": "sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==",
  4378. "dev": true,
  4379. "license": "MIT",
  4380. "dependencies": {
  4381. "@webassemblyjs/helper-numbers": "1.13.2",
  4382. "@webassemblyjs/helper-wasm-bytecode": "1.13.2"
  4383. }
  4384. },
  4385. "node_modules/@webassemblyjs/floating-point-hex-parser": {
  4386. "version": "1.13.2",
  4387. "resolved": "https://registry.npmmirror.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz",
  4388. "integrity": "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==",
  4389. "dev": true,
  4390. "license": "MIT"
  4391. },
  4392. "node_modules/@webassemblyjs/helper-api-error": {
  4393. "version": "1.13.2",
  4394. "resolved": "https://registry.npmmirror.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.13.2.tgz",
  4395. "integrity": "sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==",
  4396. "dev": true,
  4397. "license": "MIT"
  4398. },
  4399. "node_modules/@webassemblyjs/helper-buffer": {
  4400. "version": "1.14.1",
  4401. "resolved": "https://registry.npmmirror.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.14.1.tgz",
  4402. "integrity": "sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==",
  4403. "dev": true,
  4404. "license": "MIT"
  4405. },
  4406. "node_modules/@webassemblyjs/helper-numbers": {
  4407. "version": "1.13.2",
  4408. "resolved": "https://registry.npmmirror.com/@webassemblyjs/helper-numbers/-/helper-numbers-1.13.2.tgz",
  4409. "integrity": "sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==",
  4410. "dev": true,
  4411. "license": "MIT",
  4412. "dependencies": {
  4413. "@webassemblyjs/floating-point-hex-parser": "1.13.2",
  4414. "@webassemblyjs/helper-api-error": "1.13.2",
  4415. "@xtuc/long": "4.2.2"
  4416. }
  4417. },
  4418. "node_modules/@webassemblyjs/helper-wasm-bytecode": {
  4419. "version": "1.13.2",
  4420. "resolved": "https://registry.npmmirror.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.13.2.tgz",
  4421. "integrity": "sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==",
  4422. "dev": true,
  4423. "license": "MIT"
  4424. },
  4425. "node_modules/@webassemblyjs/helper-wasm-section": {
  4426. "version": "1.14.1",
  4427. "resolved": "https://registry.npmmirror.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.14.1.tgz",
  4428. "integrity": "sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==",
  4429. "dev": true,
  4430. "license": "MIT",
  4431. "dependencies": {
  4432. "@webassemblyjs/ast": "1.14.1",
  4433. "@webassemblyjs/helper-buffer": "1.14.1",
  4434. "@webassemblyjs/helper-wasm-bytecode": "1.13.2",
  4435. "@webassemblyjs/wasm-gen": "1.14.1"
  4436. }
  4437. },
  4438. "node_modules/@webassemblyjs/ieee754": {
  4439. "version": "1.13.2",
  4440. "resolved": "https://registry.npmmirror.com/@webassemblyjs/ieee754/-/ieee754-1.13.2.tgz",
  4441. "integrity": "sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==",
  4442. "dev": true,
  4443. "license": "MIT",
  4444. "dependencies": {
  4445. "@xtuc/ieee754": "^1.2.0"
  4446. }
  4447. },
  4448. "node_modules/@webassemblyjs/leb128": {
  4449. "version": "1.13.2",
  4450. "resolved": "https://registry.npmmirror.com/@webassemblyjs/leb128/-/leb128-1.13.2.tgz",
  4451. "integrity": "sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==",
  4452. "dev": true,
  4453. "license": "Apache-2.0",
  4454. "dependencies": {
  4455. "@xtuc/long": "4.2.2"
  4456. }
  4457. },
  4458. "node_modules/@webassemblyjs/utf8": {
  4459. "version": "1.13.2",
  4460. "resolved": "https://registry.npmmirror.com/@webassemblyjs/utf8/-/utf8-1.13.2.tgz",
  4461. "integrity": "sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==",
  4462. "dev": true,
  4463. "license": "MIT"
  4464. },
  4465. "node_modules/@webassemblyjs/wasm-edit": {
  4466. "version": "1.14.1",
  4467. "resolved": "https://registry.npmmirror.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.14.1.tgz",
  4468. "integrity": "sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==",
  4469. "dev": true,
  4470. "license": "MIT",
  4471. "dependencies": {
  4472. "@webassemblyjs/ast": "1.14.1",
  4473. "@webassemblyjs/helper-buffer": "1.14.1",
  4474. "@webassemblyjs/helper-wasm-bytecode": "1.13.2",
  4475. "@webassemblyjs/helper-wasm-section": "1.14.1",
  4476. "@webassemblyjs/wasm-gen": "1.14.1",
  4477. "@webassemblyjs/wasm-opt": "1.14.1",
  4478. "@webassemblyjs/wasm-parser": "1.14.1",
  4479. "@webassemblyjs/wast-printer": "1.14.1"
  4480. }
  4481. },
  4482. "node_modules/@webassemblyjs/wasm-gen": {
  4483. "version": "1.14.1",
  4484. "resolved": "https://registry.npmmirror.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.14.1.tgz",
  4485. "integrity": "sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==",
  4486. "dev": true,
  4487. "license": "MIT",
  4488. "dependencies": {
  4489. "@webassemblyjs/ast": "1.14.1",
  4490. "@webassemblyjs/helper-wasm-bytecode": "1.13.2",
  4491. "@webassemblyjs/ieee754": "1.13.2",
  4492. "@webassemblyjs/leb128": "1.13.2",
  4493. "@webassemblyjs/utf8": "1.13.2"
  4494. }
  4495. },
  4496. "node_modules/@webassemblyjs/wasm-opt": {
  4497. "version": "1.14.1",
  4498. "resolved": "https://registry.npmmirror.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.14.1.tgz",
  4499. "integrity": "sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==",
  4500. "dev": true,
  4501. "license": "MIT",
  4502. "dependencies": {
  4503. "@webassemblyjs/ast": "1.14.1",
  4504. "@webassemblyjs/helper-buffer": "1.14.1",
  4505. "@webassemblyjs/wasm-gen": "1.14.1",
  4506. "@webassemblyjs/wasm-parser": "1.14.1"
  4507. }
  4508. },
  4509. "node_modules/@webassemblyjs/wasm-parser": {
  4510. "version": "1.14.1",
  4511. "resolved": "https://registry.npmmirror.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.14.1.tgz",
  4512. "integrity": "sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==",
  4513. "dev": true,
  4514. "license": "MIT",
  4515. "dependencies": {
  4516. "@webassemblyjs/ast": "1.14.1",
  4517. "@webassemblyjs/helper-api-error": "1.13.2",
  4518. "@webassemblyjs/helper-wasm-bytecode": "1.13.2",
  4519. "@webassemblyjs/ieee754": "1.13.2",
  4520. "@webassemblyjs/leb128": "1.13.2",
  4521. "@webassemblyjs/utf8": "1.13.2"
  4522. }
  4523. },
  4524. "node_modules/@webassemblyjs/wast-printer": {
  4525. "version": "1.14.1",
  4526. "resolved": "https://registry.npmmirror.com/@webassemblyjs/wast-printer/-/wast-printer-1.14.1.tgz",
  4527. "integrity": "sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==",
  4528. "dev": true,
  4529. "license": "MIT",
  4530. "dependencies": {
  4531. "@webassemblyjs/ast": "1.14.1",
  4532. "@xtuc/long": "4.2.2"
  4533. }
  4534. },
  4535. "node_modules/@xmldom/xmldom": {
  4536. "version": "0.9.8",
  4537. "resolved": "https://registry.npmmirror.com/@xmldom/xmldom/-/xmldom-0.9.8.tgz",
  4538. "integrity": "sha512-p96FSY54r+WJ50FIOsCOjyj/wavs8921hG5+kVMmZgKcvIKxMXHTrjNJvRgWa/zuX3B6t2lijLNFaOyuxUH+2A==",
  4539. "license": "MIT",
  4540. "engines": {
  4541. "node": ">=14.6"
  4542. }
  4543. },
  4544. "node_modules/@xtuc/ieee754": {
  4545. "version": "1.2.0",
  4546. "resolved": "https://registry.npmmirror.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
  4547. "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==",
  4548. "dev": true,
  4549. "license": "BSD-3-Clause"
  4550. },
  4551. "node_modules/@xtuc/long": {
  4552. "version": "4.2.2",
  4553. "resolved": "https://registry.npmmirror.com/@xtuc/long/-/long-4.2.2.tgz",
  4554. "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==",
  4555. "dev": true,
  4556. "license": "Apache-2.0"
  4557. },
  4558. "node_modules/acorn": {
  4559. "version": "8.15.0",
  4560. "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.15.0.tgz",
  4561. "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
  4562. "dev": true,
  4563. "license": "MIT",
  4564. "bin": {
  4565. "acorn": "bin/acorn"
  4566. },
  4567. "engines": {
  4568. "node": ">=0.4.0"
  4569. }
  4570. },
  4571. "node_modules/acorn-import-phases": {
  4572. "version": "1.0.4",
  4573. "resolved": "https://registry.npmmirror.com/acorn-import-phases/-/acorn-import-phases-1.0.4.tgz",
  4574. "integrity": "sha512-wKmbr/DDiIXzEOiWrTTUcDm24kQ2vGfZQvM2fwg2vXqR5uW6aapr7ObPtj1th32b9u90/Pf4AItvdTh42fBmVQ==",
  4575. "dev": true,
  4576. "license": "MIT",
  4577. "engines": {
  4578. "node": ">=10.13.0"
  4579. },
  4580. "peerDependencies": {
  4581. "acorn": "^8.14.0"
  4582. }
  4583. },
  4584. "node_modules/adler-32": {
  4585. "version": "1.2.0",
  4586. "resolved": "https://registry.npmmirror.com/adler-32/-/adler-32-1.2.0.tgz",
  4587. "integrity": "sha512-/vUqU/UY4MVeFsg+SsK6c+/05RZXIHZMGJA+PX5JyWI0ZRcBpupnRuPLU/NXXoFwMYCPCoxIfElM2eS+DUXCqQ==",
  4588. "license": "Apache-2.0",
  4589. "dependencies": {
  4590. "exit-on-epipe": "~1.0.1",
  4591. "printj": "~1.1.0"
  4592. },
  4593. "bin": {
  4594. "adler32": "bin/adler32.njs"
  4595. },
  4596. "engines": {
  4597. "node": ">=0.8"
  4598. }
  4599. },
  4600. "node_modules/ajv": {
  4601. "version": "8.17.1",
  4602. "resolved": "https://registry.npmmirror.com/ajv/-/ajv-8.17.1.tgz",
  4603. "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
  4604. "dev": true,
  4605. "license": "MIT",
  4606. "dependencies": {
  4607. "fast-deep-equal": "^3.1.3",
  4608. "fast-uri": "^3.0.1",
  4609. "json-schema-traverse": "^1.0.0",
  4610. "require-from-string": "^2.0.2"
  4611. },
  4612. "funding": {
  4613. "type": "github",
  4614. "url": "https://github.com/sponsors/epoberezkin"
  4615. }
  4616. },
  4617. "node_modules/ajv-formats": {
  4618. "version": "2.1.1",
  4619. "resolved": "https://registry.npmmirror.com/ajv-formats/-/ajv-formats-2.1.1.tgz",
  4620. "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
  4621. "dev": true,
  4622. "license": "MIT",
  4623. "dependencies": {
  4624. "ajv": "^8.0.0"
  4625. },
  4626. "peerDependencies": {
  4627. "ajv": "^8.0.0"
  4628. },
  4629. "peerDependenciesMeta": {
  4630. "ajv": {
  4631. "optional": true
  4632. }
  4633. }
  4634. },
  4635. "node_modules/ajv-keywords": {
  4636. "version": "5.1.0",
  4637. "resolved": "https://registry.npmmirror.com/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
  4638. "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
  4639. "dev": true,
  4640. "license": "MIT",
  4641. "dependencies": {
  4642. "fast-deep-equal": "^3.1.3"
  4643. },
  4644. "peerDependencies": {
  4645. "ajv": "^8.8.2"
  4646. }
  4647. },
  4648. "node_modules/ansi-escapes": {
  4649. "version": "5.0.0",
  4650. "resolved": "https://registry.npmmirror.com/ansi-escapes/-/ansi-escapes-5.0.0.tgz",
  4651. "integrity": "sha512-5GFMVX8HqE/TB+FuBJGuO5XG0WrsA6ptUqoODaT/n9mmUaZFkqnBueB4leqGBCmrUHnCnC4PCZTCd0E7QQ83bA==",
  4652. "dev": true,
  4653. "license": "MIT",
  4654. "dependencies": {
  4655. "type-fest": "^1.0.2"
  4656. },
  4657. "engines": {
  4658. "node": ">=12"
  4659. },
  4660. "funding": {
  4661. "url": "https://github.com/sponsors/sindresorhus"
  4662. }
  4663. },
  4664. "node_modules/ansi-regex": {
  4665. "version": "6.1.0",
  4666. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-6.1.0.tgz",
  4667. "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
  4668. "dev": true,
  4669. "license": "MIT",
  4670. "engines": {
  4671. "node": ">=12"
  4672. },
  4673. "funding": {
  4674. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  4675. }
  4676. },
  4677. "node_modules/ansi-styles": {
  4678. "version": "4.3.0",
  4679. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  4680. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  4681. "dev": true,
  4682. "license": "MIT",
  4683. "dependencies": {
  4684. "color-convert": "^2.0.1"
  4685. },
  4686. "engines": {
  4687. "node": ">=8"
  4688. },
  4689. "funding": {
  4690. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  4691. }
  4692. },
  4693. "node_modules/antd": {
  4694. "version": "5.26.7",
  4695. "resolved": "https://registry.npmmirror.com/antd/-/antd-5.26.7.tgz",
  4696. "integrity": "sha512-iCyXN6+i2CUVEOSzzJKfbKeg115qoJhGvSkCh5uzAf9hANwHUOJQhsMn+KtN+Lx/2NQ6wfM7nGZ+7NPNO5Pn1w==",
  4697. "license": "MIT",
  4698. "dependencies": {
  4699. "@ant-design/colors": "^7.2.1",
  4700. "@ant-design/cssinjs": "^1.23.0",
  4701. "@ant-design/cssinjs-utils": "^1.1.3",
  4702. "@ant-design/fast-color": "^2.0.6",
  4703. "@ant-design/icons": "^5.6.1",
  4704. "@ant-design/react-slick": "~1.1.2",
  4705. "@babel/runtime": "^7.26.0",
  4706. "@rc-component/color-picker": "~2.0.1",
  4707. "@rc-component/mutate-observer": "^1.1.0",
  4708. "@rc-component/qrcode": "~1.0.0",
  4709. "@rc-component/tour": "~1.15.1",
  4710. "@rc-component/trigger": "^2.3.0",
  4711. "classnames": "^2.5.1",
  4712. "copy-to-clipboard": "^3.3.3",
  4713. "dayjs": "^1.11.11",
  4714. "rc-cascader": "~3.34.0",
  4715. "rc-checkbox": "~3.5.0",
  4716. "rc-collapse": "~3.9.0",
  4717. "rc-dialog": "~9.6.0",
  4718. "rc-drawer": "~7.3.0",
  4719. "rc-dropdown": "~4.2.1",
  4720. "rc-field-form": "~2.7.0",
  4721. "rc-image": "~7.12.0",
  4722. "rc-input": "~1.8.0",
  4723. "rc-input-number": "~9.5.0",
  4724. "rc-mentions": "~2.20.0",
  4725. "rc-menu": "~9.16.1",
  4726. "rc-motion": "^2.9.5",
  4727. "rc-notification": "~5.6.4",
  4728. "rc-pagination": "~5.1.0",
  4729. "rc-picker": "~4.11.3",
  4730. "rc-progress": "~4.0.0",
  4731. "rc-rate": "~2.13.1",
  4732. "rc-resize-observer": "^1.4.3",
  4733. "rc-segmented": "~2.7.0",
  4734. "rc-select": "~14.16.8",
  4735. "rc-slider": "~11.1.8",
  4736. "rc-steps": "~6.0.1",
  4737. "rc-switch": "~4.1.0",
  4738. "rc-table": "~7.51.1",
  4739. "rc-tabs": "~15.6.1",
  4740. "rc-textarea": "~1.10.1",
  4741. "rc-tooltip": "~6.4.0",
  4742. "rc-tree": "~5.13.1",
  4743. "rc-tree-select": "~5.27.0",
  4744. "rc-upload": "~4.9.2",
  4745. "rc-util": "^5.44.4",
  4746. "scroll-into-view-if-needed": "^3.1.0",
  4747. "throttle-debounce": "^5.0.2"
  4748. },
  4749. "funding": {
  4750. "type": "opencollective",
  4751. "url": "https://opencollective.com/ant-design"
  4752. },
  4753. "peerDependencies": {
  4754. "react": ">=16.9.0",
  4755. "react-dom": ">=16.9.0"
  4756. }
  4757. },
  4758. "node_modules/argparse": {
  4759. "version": "2.0.1",
  4760. "resolved": "https://registry.npmmirror.com/argparse/-/argparse-2.0.1.tgz",
  4761. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  4762. "license": "Python-2.0"
  4763. },
  4764. "node_modules/asynckit": {
  4765. "version": "0.4.0",
  4766. "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz",
  4767. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
  4768. "license": "MIT"
  4769. },
  4770. "node_modules/autoprefixer": {
  4771. "version": "10.4.23",
  4772. "resolved": "https://registry.npmmirror.com/autoprefixer/-/autoprefixer-10.4.23.tgz",
  4773. "integrity": "sha512-YYTXSFulfwytnjAPlw8QHncHJmlvFKtczb8InXaAx9Q0LbfDnfEYDE55omerIJKihhmU61Ft+cAOSzQVaBUmeA==",
  4774. "dev": true,
  4775. "funding": [
  4776. {
  4777. "type": "opencollective",
  4778. "url": "https://opencollective.com/postcss/"
  4779. },
  4780. {
  4781. "type": "tidelift",
  4782. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  4783. },
  4784. {
  4785. "type": "github",
  4786. "url": "https://github.com/sponsors/ai"
  4787. }
  4788. ],
  4789. "license": "MIT",
  4790. "dependencies": {
  4791. "browserslist": "^4.28.1",
  4792. "caniuse-lite": "^1.0.30001760",
  4793. "fraction.js": "^5.3.4",
  4794. "picocolors": "^1.1.1",
  4795. "postcss-value-parser": "^4.2.0"
  4796. },
  4797. "bin": {
  4798. "autoprefixer": "bin/autoprefixer"
  4799. },
  4800. "engines": {
  4801. "node": "^10 || ^12 || >=14"
  4802. },
  4803. "peerDependencies": {
  4804. "postcss": "^8.1.0"
  4805. }
  4806. },
  4807. "node_modules/axios": {
  4808. "version": "1.11.0",
  4809. "resolved": "https://registry.npmmirror.com/axios/-/axios-1.11.0.tgz",
  4810. "integrity": "sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==",
  4811. "license": "MIT",
  4812. "dependencies": {
  4813. "follow-redirects": "^1.15.6",
  4814. "form-data": "^4.0.4",
  4815. "proxy-from-env": "^1.1.0"
  4816. }
  4817. },
  4818. "node_modules/babel-plugin-polyfill-corejs2": {
  4819. "version": "0.4.14",
  4820. "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.14.tgz",
  4821. "integrity": "sha512-Co2Y9wX854ts6U8gAAPXfn0GmAyctHuK8n0Yhfjd6t30g7yvKjspvvOo9yG+z52PZRgFErt7Ka2pYnXCjLKEpg==",
  4822. "license": "MIT",
  4823. "dependencies": {
  4824. "@babel/compat-data": "^7.27.7",
  4825. "@babel/helper-define-polyfill-provider": "^0.6.5",
  4826. "semver": "^6.3.1"
  4827. },
  4828. "peerDependencies": {
  4829. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  4830. }
  4831. },
  4832. "node_modules/babel-plugin-polyfill-corejs3": {
  4833. "version": "0.13.0",
  4834. "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.13.0.tgz",
  4835. "integrity": "sha512-U+GNwMdSFgzVmfhNm8GJUX88AadB3uo9KpJqS3FaqNIPKgySuvMb+bHPsOmmuWyIcuqZj/pzt1RUIUZns4y2+A==",
  4836. "license": "MIT",
  4837. "dependencies": {
  4838. "@babel/helper-define-polyfill-provider": "^0.6.5",
  4839. "core-js-compat": "^3.43.0"
  4840. },
  4841. "peerDependencies": {
  4842. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  4843. }
  4844. },
  4845. "node_modules/babel-plugin-polyfill-regenerator": {
  4846. "version": "0.6.5",
  4847. "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.5.tgz",
  4848. "integrity": "sha512-ISqQ2frbiNU9vIJkzg7dlPpznPZ4jOiUQ1uSmB0fEHeowtN3COYRsXr/xexn64NpU13P06jc/L5TgiJXOgrbEg==",
  4849. "license": "MIT",
  4850. "dependencies": {
  4851. "@babel/helper-define-polyfill-provider": "^0.6.5"
  4852. },
  4853. "peerDependencies": {
  4854. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  4855. }
  4856. },
  4857. "node_modules/bail": {
  4858. "version": "2.0.2",
  4859. "resolved": "https://registry.npmmirror.com/bail/-/bail-2.0.2.tgz",
  4860. "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==",
  4861. "license": "MIT",
  4862. "funding": {
  4863. "type": "github",
  4864. "url": "https://github.com/sponsors/wooorm"
  4865. }
  4866. },
  4867. "node_modules/baseline-browser-mapping": {
  4868. "version": "2.9.7",
  4869. "resolved": "https://registry.npmmirror.com/baseline-browser-mapping/-/baseline-browser-mapping-2.9.7.tgz",
  4870. "integrity": "sha512-k9xFKplee6KIio3IDbwj+uaCLpqzOwakOgmqzPezM0sFJlFKcg30vk2wOiAJtkTSfx0SSQDSe8q+mWA/fSH5Zg==",
  4871. "license": "Apache-2.0",
  4872. "bin": {
  4873. "baseline-browser-mapping": "dist/cli.js"
  4874. }
  4875. },
  4876. "node_modules/blob.js": {
  4877. "version": "1.0.1",
  4878. "resolved": "https://registry.npmmirror.com/blob.js/-/blob.js-1.0.1.tgz",
  4879. "integrity": "sha512-TkPuWPeCHBbN+LWFg7BlXdSh6stRxwmAbuirKfiiHTMmo/uQfKFQMx2jrxVUkueKRiG+Tc7Os1Zn618Yc0MZpg==",
  4880. "license": "MIT"
  4881. },
  4882. "node_modules/boolbase": {
  4883. "version": "1.0.0",
  4884. "resolved": "https://registry.npmmirror.com/boolbase/-/boolbase-1.0.0.tgz",
  4885. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
  4886. "license": "ISC"
  4887. },
  4888. "node_modules/braces": {
  4889. "version": "3.0.3",
  4890. "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
  4891. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  4892. "devOptional": true,
  4893. "license": "MIT",
  4894. "dependencies": {
  4895. "fill-range": "^7.1.1"
  4896. },
  4897. "engines": {
  4898. "node": ">=8"
  4899. }
  4900. },
  4901. "node_modules/browserslist": {
  4902. "version": "4.28.1",
  4903. "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.28.1.tgz",
  4904. "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
  4905. "funding": [
  4906. {
  4907. "type": "opencollective",
  4908. "url": "https://opencollective.com/browserslist"
  4909. },
  4910. {
  4911. "type": "tidelift",
  4912. "url": "https://tidelift.com/funding/github/npm/browserslist"
  4913. },
  4914. {
  4915. "type": "github",
  4916. "url": "https://github.com/sponsors/ai"
  4917. }
  4918. ],
  4919. "license": "MIT",
  4920. "dependencies": {
  4921. "baseline-browser-mapping": "^2.9.0",
  4922. "caniuse-lite": "^1.0.30001759",
  4923. "electron-to-chromium": "^1.5.263",
  4924. "node-releases": "^2.0.27",
  4925. "update-browserslist-db": "^1.2.0"
  4926. },
  4927. "bin": {
  4928. "browserslist": "cli.js"
  4929. },
  4930. "engines": {
  4931. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  4932. }
  4933. },
  4934. "node_modules/buffer-from": {
  4935. "version": "1.1.2",
  4936. "resolved": "https://registry.npmmirror.com/buffer-from/-/buffer-from-1.1.2.tgz",
  4937. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
  4938. "dev": true,
  4939. "license": "MIT"
  4940. },
  4941. "node_modules/busboy": {
  4942. "version": "1.6.0",
  4943. "resolved": "https://registry.npmmirror.com/busboy/-/busboy-1.6.0.tgz",
  4944. "integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==",
  4945. "dependencies": {
  4946. "streamsearch": "^1.1.0"
  4947. },
  4948. "engines": {
  4949. "node": ">=10.16.0"
  4950. }
  4951. },
  4952. "node_modules/call-bind-apply-helpers": {
  4953. "version": "1.0.2",
  4954. "resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  4955. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  4956. "license": "MIT",
  4957. "dependencies": {
  4958. "es-errors": "^1.3.0",
  4959. "function-bind": "^1.1.2"
  4960. },
  4961. "engines": {
  4962. "node": ">= 0.4"
  4963. }
  4964. },
  4965. "node_modules/callsites": {
  4966. "version": "3.1.0",
  4967. "resolved": "https://registry.npmmirror.com/callsites/-/callsites-3.1.0.tgz",
  4968. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  4969. "license": "MIT",
  4970. "engines": {
  4971. "node": ">=6"
  4972. }
  4973. },
  4974. "node_modules/camelcase": {
  4975. "version": "6.3.0",
  4976. "resolved": "https://registry.npmmirror.com/camelcase/-/camelcase-6.3.0.tgz",
  4977. "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
  4978. "license": "MIT",
  4979. "engines": {
  4980. "node": ">=10"
  4981. },
  4982. "funding": {
  4983. "url": "https://github.com/sponsors/sindresorhus"
  4984. }
  4985. },
  4986. "node_modules/caniuse-lite": {
  4987. "version": "1.0.30001760",
  4988. "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001760.tgz",
  4989. "integrity": "sha512-7AAMPcueWELt1p3mi13HR/LHH0TJLT11cnwDJEs3xA4+CK/PLKeO9Kl1oru24htkyUKtkGCvAx4ohB0Ttry8Dw==",
  4990. "funding": [
  4991. {
  4992. "type": "opencollective",
  4993. "url": "https://opencollective.com/browserslist"
  4994. },
  4995. {
  4996. "type": "tidelift",
  4997. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  4998. },
  4999. {
  5000. "type": "github",
  5001. "url": "https://github.com/sponsors/ai"
  5002. }
  5003. ],
  5004. "license": "CC-BY-4.0"
  5005. },
  5006. "node_modules/ccount": {
  5007. "version": "2.0.1",
  5008. "resolved": "https://registry.npmmirror.com/ccount/-/ccount-2.0.1.tgz",
  5009. "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
  5010. "license": "MIT",
  5011. "funding": {
  5012. "type": "github",
  5013. "url": "https://github.com/sponsors/wooorm"
  5014. }
  5015. },
  5016. "node_modules/cfb": {
  5017. "version": "1.2.2",
  5018. "resolved": "https://registry.npmmirror.com/cfb/-/cfb-1.2.2.tgz",
  5019. "integrity": "sha512-KfdUZsSOw19/ObEWasvBP/Ac4reZvAGauZhs6S/gqNhXhI7cKwvlH7ulj+dOEYnca4bm4SGo8C1bTAQvnTjgQA==",
  5020. "license": "Apache-2.0",
  5021. "dependencies": {
  5022. "adler-32": "~1.3.0",
  5023. "crc-32": "~1.2.0"
  5024. },
  5025. "engines": {
  5026. "node": ">=0.8"
  5027. }
  5028. },
  5029. "node_modules/cfb/node_modules/adler-32": {
  5030. "version": "1.3.1",
  5031. "resolved": "https://registry.npmmirror.com/adler-32/-/adler-32-1.3.1.tgz",
  5032. "integrity": "sha512-ynZ4w/nUUv5rrsR8UUGoe1VC9hZj6V5hU9Qw1HlMDJGEJw5S7TfTErWTjMys6M7vr0YWcPqs3qAr4ss0nDfP+A==",
  5033. "license": "Apache-2.0",
  5034. "engines": {
  5035. "node": ">=0.8"
  5036. }
  5037. },
  5038. "node_modules/chalk": {
  5039. "version": "4.1.2",
  5040. "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz",
  5041. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  5042. "dev": true,
  5043. "license": "MIT",
  5044. "dependencies": {
  5045. "ansi-styles": "^4.1.0",
  5046. "supports-color": "^7.1.0"
  5047. },
  5048. "engines": {
  5049. "node": ">=10"
  5050. },
  5051. "funding": {
  5052. "url": "https://github.com/chalk/chalk?sponsor=1"
  5053. }
  5054. },
  5055. "node_modules/chalk/node_modules/supports-color": {
  5056. "version": "7.2.0",
  5057. "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz",
  5058. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  5059. "dev": true,
  5060. "license": "MIT",
  5061. "dependencies": {
  5062. "has-flag": "^4.0.0"
  5063. },
  5064. "engines": {
  5065. "node": ">=8"
  5066. }
  5067. },
  5068. "node_modules/character-entities": {
  5069. "version": "2.0.2",
  5070. "resolved": "https://registry.npmmirror.com/character-entities/-/character-entities-2.0.2.tgz",
  5071. "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==",
  5072. "license": "MIT",
  5073. "funding": {
  5074. "type": "github",
  5075. "url": "https://github.com/sponsors/wooorm"
  5076. }
  5077. },
  5078. "node_modules/chokidar": {
  5079. "version": "4.0.3",
  5080. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-4.0.3.tgz",
  5081. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  5082. "license": "MIT",
  5083. "dependencies": {
  5084. "readdirp": "^4.0.1"
  5085. },
  5086. "engines": {
  5087. "node": ">= 14.16.0"
  5088. },
  5089. "funding": {
  5090. "url": "https://paulmillr.com/funding/"
  5091. }
  5092. },
  5093. "node_modules/chrome-trace-event": {
  5094. "version": "1.0.4",
  5095. "resolved": "https://registry.npmmirror.com/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz",
  5096. "integrity": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==",
  5097. "dev": true,
  5098. "license": "MIT",
  5099. "engines": {
  5100. "node": ">=6.0"
  5101. }
  5102. },
  5103. "node_modules/classnames": {
  5104. "version": "2.5.1",
  5105. "resolved": "https://registry.npmmirror.com/classnames/-/classnames-2.5.1.tgz",
  5106. "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==",
  5107. "license": "MIT"
  5108. },
  5109. "node_modules/cli-cursor": {
  5110. "version": "4.0.0",
  5111. "resolved": "https://registry.npmmirror.com/cli-cursor/-/cli-cursor-4.0.0.tgz",
  5112. "integrity": "sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==",
  5113. "dev": true,
  5114. "license": "MIT",
  5115. "dependencies": {
  5116. "restore-cursor": "^4.0.0"
  5117. },
  5118. "engines": {
  5119. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  5120. },
  5121. "funding": {
  5122. "url": "https://github.com/sponsors/sindresorhus"
  5123. }
  5124. },
  5125. "node_modules/cli-truncate": {
  5126. "version": "3.1.0",
  5127. "resolved": "https://registry.npmmirror.com/cli-truncate/-/cli-truncate-3.1.0.tgz",
  5128. "integrity": "sha512-wfOBkjXteqSnI59oPcJkcPl/ZmwvMMOj340qUIY1SKZCv0B9Cf4D4fAucRkIKQmsIuYK3x1rrgU7MeGRruiuiA==",
  5129. "dev": true,
  5130. "license": "MIT",
  5131. "dependencies": {
  5132. "slice-ansi": "^5.0.0",
  5133. "string-width": "^5.0.0"
  5134. },
  5135. "engines": {
  5136. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  5137. },
  5138. "funding": {
  5139. "url": "https://github.com/sponsors/sindresorhus"
  5140. }
  5141. },
  5142. "node_modules/client-only": {
  5143. "version": "0.0.1",
  5144. "resolved": "https://registry.npmmirror.com/client-only/-/client-only-0.0.1.tgz",
  5145. "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==",
  5146. "license": "MIT"
  5147. },
  5148. "node_modules/cliui": {
  5149. "version": "8.0.1",
  5150. "resolved": "https://registry.npmmirror.com/cliui/-/cliui-8.0.1.tgz",
  5151. "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
  5152. "dev": true,
  5153. "license": "ISC",
  5154. "dependencies": {
  5155. "string-width": "^4.2.0",
  5156. "strip-ansi": "^6.0.1",
  5157. "wrap-ansi": "^7.0.0"
  5158. },
  5159. "engines": {
  5160. "node": ">=12"
  5161. }
  5162. },
  5163. "node_modules/cliui/node_modules/ansi-regex": {
  5164. "version": "5.0.1",
  5165. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  5166. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  5167. "dev": true,
  5168. "license": "MIT",
  5169. "engines": {
  5170. "node": ">=8"
  5171. }
  5172. },
  5173. "node_modules/cliui/node_modules/emoji-regex": {
  5174. "version": "8.0.0",
  5175. "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz",
  5176. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  5177. "dev": true,
  5178. "license": "MIT"
  5179. },
  5180. "node_modules/cliui/node_modules/is-fullwidth-code-point": {
  5181. "version": "3.0.0",
  5182. "resolved": "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  5183. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  5184. "dev": true,
  5185. "license": "MIT",
  5186. "engines": {
  5187. "node": ">=8"
  5188. }
  5189. },
  5190. "node_modules/cliui/node_modules/string-width": {
  5191. "version": "4.2.3",
  5192. "resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz",
  5193. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  5194. "dev": true,
  5195. "license": "MIT",
  5196. "dependencies": {
  5197. "emoji-regex": "^8.0.0",
  5198. "is-fullwidth-code-point": "^3.0.0",
  5199. "strip-ansi": "^6.0.1"
  5200. },
  5201. "engines": {
  5202. "node": ">=8"
  5203. }
  5204. },
  5205. "node_modules/cliui/node_modules/strip-ansi": {
  5206. "version": "6.0.1",
  5207. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  5208. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  5209. "dev": true,
  5210. "license": "MIT",
  5211. "dependencies": {
  5212. "ansi-regex": "^5.0.1"
  5213. },
  5214. "engines": {
  5215. "node": ">=8"
  5216. }
  5217. },
  5218. "node_modules/cliui/node_modules/wrap-ansi": {
  5219. "version": "7.0.0",
  5220. "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  5221. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  5222. "dev": true,
  5223. "license": "MIT",
  5224. "dependencies": {
  5225. "ansi-styles": "^4.0.0",
  5226. "string-width": "^4.1.0",
  5227. "strip-ansi": "^6.0.0"
  5228. },
  5229. "engines": {
  5230. "node": ">=10"
  5231. },
  5232. "funding": {
  5233. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  5234. }
  5235. },
  5236. "node_modules/codepage": {
  5237. "version": "1.14.0",
  5238. "resolved": "https://registry.npmmirror.com/codepage/-/codepage-1.14.0.tgz",
  5239. "integrity": "sha512-iz3zJLhlrg37/gYRWgEPkaFTtzmnEv1h+r7NgZum2lFElYQPi0/5bnmuDfODHxfp0INEfnRqyfyeIJDbb7ahRw==",
  5240. "license": "Apache-2.0",
  5241. "dependencies": {
  5242. "commander": "~2.14.1",
  5243. "exit-on-epipe": "~1.0.1"
  5244. },
  5245. "bin": {
  5246. "codepage": "bin/codepage.njs"
  5247. },
  5248. "engines": {
  5249. "node": ">=0.8"
  5250. }
  5251. },
  5252. "node_modules/codepage/node_modules/commander": {
  5253. "version": "2.14.1",
  5254. "resolved": "https://registry.npmmirror.com/commander/-/commander-2.14.1.tgz",
  5255. "integrity": "sha512-+YR16o3rK53SmWHU3rEM3tPAh2rwb1yPcQX5irVn7mb0gXbwuCCrnkbV5+PBfETdfg1vui07nM6PCG1zndcjQw==",
  5256. "license": "MIT"
  5257. },
  5258. "node_modules/color": {
  5259. "version": "4.2.3",
  5260. "resolved": "https://registry.npmmirror.com/color/-/color-4.2.3.tgz",
  5261. "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
  5262. "license": "MIT",
  5263. "dependencies": {
  5264. "color-convert": "^2.0.1",
  5265. "color-string": "^1.9.0"
  5266. },
  5267. "engines": {
  5268. "node": ">=12.5.0"
  5269. }
  5270. },
  5271. "node_modules/color-convert": {
  5272. "version": "2.0.1",
  5273. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
  5274. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  5275. "license": "MIT",
  5276. "dependencies": {
  5277. "color-name": "~1.1.4"
  5278. },
  5279. "engines": {
  5280. "node": ">=7.0.0"
  5281. }
  5282. },
  5283. "node_modules/color-name": {
  5284. "version": "1.1.4",
  5285. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
  5286. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  5287. "license": "MIT"
  5288. },
  5289. "node_modules/color-string": {
  5290. "version": "1.9.1",
  5291. "resolved": "https://registry.npmmirror.com/color-string/-/color-string-1.9.1.tgz",
  5292. "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
  5293. "license": "MIT",
  5294. "dependencies": {
  5295. "color-name": "^1.0.0",
  5296. "simple-swizzle": "^0.2.2"
  5297. }
  5298. },
  5299. "node_modules/colorette": {
  5300. "version": "2.0.20",
  5301. "resolved": "https://registry.npmmirror.com/colorette/-/colorette-2.0.20.tgz",
  5302. "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==",
  5303. "dev": true,
  5304. "license": "MIT"
  5305. },
  5306. "node_modules/combined-stream": {
  5307. "version": "1.0.8",
  5308. "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz",
  5309. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  5310. "license": "MIT",
  5311. "dependencies": {
  5312. "delayed-stream": "~1.0.0"
  5313. },
  5314. "engines": {
  5315. "node": ">= 0.8"
  5316. }
  5317. },
  5318. "node_modules/comma-separated-tokens": {
  5319. "version": "2.0.3",
  5320. "resolved": "https://registry.npmmirror.com/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
  5321. "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
  5322. "license": "MIT",
  5323. "funding": {
  5324. "type": "github",
  5325. "url": "https://github.com/sponsors/wooorm"
  5326. }
  5327. },
  5328. "node_modules/commander": {
  5329. "version": "11.0.0",
  5330. "resolved": "https://registry.npmmirror.com/commander/-/commander-11.0.0.tgz",
  5331. "integrity": "sha512-9HMlXtt/BNoYr8ooyjjNRdIilOTkVJXB+GhxMTtOKwk0R4j4lS4NpjuqmRxroBfnfTSHQIHQB7wryHhXarNjmQ==",
  5332. "dev": true,
  5333. "license": "MIT",
  5334. "engines": {
  5335. "node": ">=16"
  5336. }
  5337. },
  5338. "node_modules/compute-scroll-into-view": {
  5339. "version": "3.1.1",
  5340. "resolved": "https://registry.npmmirror.com/compute-scroll-into-view/-/compute-scroll-into-view-3.1.1.tgz",
  5341. "integrity": "sha512-VRhuHOLoKYOy4UbilLbUzbYg93XLjv2PncJC50EuTWPA3gaja1UjBsUP/D/9/juV3vQFr6XBEzn9KCAHdUvOHw==",
  5342. "license": "MIT"
  5343. },
  5344. "node_modules/concurrently": {
  5345. "version": "8.2.2",
  5346. "resolved": "https://registry.npmmirror.com/concurrently/-/concurrently-8.2.2.tgz",
  5347. "integrity": "sha512-1dP4gpXFhei8IOtlXRE/T/4H88ElHgTiUzh71YUmtjTEHMSRS2Z/fgOxHSxxusGHogsRfxNq1vyAwxSC+EVyDg==",
  5348. "dev": true,
  5349. "license": "MIT",
  5350. "dependencies": {
  5351. "chalk": "^4.1.2",
  5352. "date-fns": "^2.30.0",
  5353. "lodash": "^4.17.21",
  5354. "rxjs": "^7.8.1",
  5355. "shell-quote": "^1.8.1",
  5356. "spawn-command": "0.0.2",
  5357. "supports-color": "^8.1.1",
  5358. "tree-kill": "^1.2.2",
  5359. "yargs": "^17.7.2"
  5360. },
  5361. "bin": {
  5362. "conc": "dist/bin/concurrently.js",
  5363. "concurrently": "dist/bin/concurrently.js"
  5364. },
  5365. "engines": {
  5366. "node": "^14.13.0 || >=16.0.0"
  5367. },
  5368. "funding": {
  5369. "url": "https://github.com/open-cli-tools/concurrently?sponsor=1"
  5370. }
  5371. },
  5372. "node_modules/convert-source-map": {
  5373. "version": "2.0.0",
  5374. "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz",
  5375. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  5376. "license": "MIT"
  5377. },
  5378. "node_modules/copy-to-clipboard": {
  5379. "version": "3.3.3",
  5380. "resolved": "https://registry.npmmirror.com/copy-to-clipboard/-/copy-to-clipboard-3.3.3.tgz",
  5381. "integrity": "sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==",
  5382. "license": "MIT",
  5383. "dependencies": {
  5384. "toggle-selection": "^1.0.6"
  5385. }
  5386. },
  5387. "node_modules/core-js-compat": {
  5388. "version": "3.45.0",
  5389. "resolved": "https://registry.npmmirror.com/core-js-compat/-/core-js-compat-3.45.0.tgz",
  5390. "integrity": "sha512-gRoVMBawZg0OnxaVv3zpqLLxaHmsubEGyTnqdpI/CEBvX4JadI1dMSHxagThprYRtSVbuQxvi6iUatdPxohHpA==",
  5391. "license": "MIT",
  5392. "dependencies": {
  5393. "browserslist": "^4.25.1"
  5394. },
  5395. "funding": {
  5396. "type": "opencollective",
  5397. "url": "https://opencollective.com/core-js"
  5398. }
  5399. },
  5400. "node_modules/cose-base": {
  5401. "version": "1.0.3",
  5402. "resolved": "https://registry.npmmirror.com/cose-base/-/cose-base-1.0.3.tgz",
  5403. "integrity": "sha512-s9whTXInMSgAp/NVXVNuVxVKzGH2qck3aQlVHxDCdAEPgtMKwc4Wq6/QKhgdEdgbLSi9rBTAcPoRa6JpiG4ksg==",
  5404. "license": "MIT",
  5405. "dependencies": {
  5406. "layout-base": "^1.0.0"
  5407. }
  5408. },
  5409. "node_modules/cosmiconfig": {
  5410. "version": "7.1.0",
  5411. "resolved": "https://registry.npmmirror.com/cosmiconfig/-/cosmiconfig-7.1.0.tgz",
  5412. "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==",
  5413. "license": "MIT",
  5414. "dependencies": {
  5415. "@types/parse-json": "^4.0.0",
  5416. "import-fresh": "^3.2.1",
  5417. "parse-json": "^5.0.0",
  5418. "path-type": "^4.0.0",
  5419. "yaml": "^1.10.0"
  5420. },
  5421. "engines": {
  5422. "node": ">=10"
  5423. }
  5424. },
  5425. "node_modules/crc-32": {
  5426. "version": "1.2.2",
  5427. "resolved": "https://registry.npmmirror.com/crc-32/-/crc-32-1.2.2.tgz",
  5428. "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
  5429. "license": "Apache-2.0",
  5430. "bin": {
  5431. "crc32": "bin/crc32.njs"
  5432. },
  5433. "engines": {
  5434. "node": ">=0.8"
  5435. }
  5436. },
  5437. "node_modules/cross-env": {
  5438. "version": "7.0.3",
  5439. "resolved": "https://registry.npmmirror.com/cross-env/-/cross-env-7.0.3.tgz",
  5440. "integrity": "sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==",
  5441. "dev": true,
  5442. "license": "MIT",
  5443. "dependencies": {
  5444. "cross-spawn": "^7.0.1"
  5445. },
  5446. "bin": {
  5447. "cross-env": "src/bin/cross-env.js",
  5448. "cross-env-shell": "src/bin/cross-env-shell.js"
  5449. },
  5450. "engines": {
  5451. "node": ">=10.14",
  5452. "npm": ">=6",
  5453. "yarn": ">=1"
  5454. }
  5455. },
  5456. "node_modules/cross-spawn": {
  5457. "version": "7.0.6",
  5458. "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.6.tgz",
  5459. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  5460. "dev": true,
  5461. "license": "MIT",
  5462. "dependencies": {
  5463. "path-key": "^3.1.0",
  5464. "shebang-command": "^2.0.0",
  5465. "which": "^2.0.1"
  5466. },
  5467. "engines": {
  5468. "node": ">= 8"
  5469. }
  5470. },
  5471. "node_modules/crypto-js": {
  5472. "version": "4.2.0",
  5473. "resolved": "https://registry.npmmirror.com/crypto-js/-/crypto-js-4.2.0.tgz",
  5474. "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==",
  5475. "license": "MIT"
  5476. },
  5477. "node_modules/css-box-model": {
  5478. "version": "1.2.1",
  5479. "resolved": "https://registry.npmmirror.com/css-box-model/-/css-box-model-1.2.1.tgz",
  5480. "integrity": "sha512-a7Vr4Q/kd/aw96bnJG332W9V9LkJO69JRcaCYDUqjp6/z0w6VcZjgAcTbgFxEPfBgdnAwlh3iwu+hLopa+flJw==",
  5481. "license": "MIT",
  5482. "dependencies": {
  5483. "tiny-invariant": "^1.0.6"
  5484. }
  5485. },
  5486. "node_modules/css-select": {
  5487. "version": "4.3.0",
  5488. "resolved": "https://registry.npmmirror.com/css-select/-/css-select-4.3.0.tgz",
  5489. "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==",
  5490. "license": "BSD-2-Clause",
  5491. "dependencies": {
  5492. "boolbase": "^1.0.0",
  5493. "css-what": "^6.0.1",
  5494. "domhandler": "^4.3.1",
  5495. "domutils": "^2.8.0",
  5496. "nth-check": "^2.0.1"
  5497. },
  5498. "funding": {
  5499. "url": "https://github.com/sponsors/fb55"
  5500. }
  5501. },
  5502. "node_modules/css-tree": {
  5503. "version": "1.1.3",
  5504. "resolved": "https://registry.npmmirror.com/css-tree/-/css-tree-1.1.3.tgz",
  5505. "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==",
  5506. "license": "MIT",
  5507. "dependencies": {
  5508. "mdn-data": "2.0.14",
  5509. "source-map": "^0.6.1"
  5510. },
  5511. "engines": {
  5512. "node": ">=8.0.0"
  5513. }
  5514. },
  5515. "node_modules/css-what": {
  5516. "version": "6.2.2",
  5517. "resolved": "https://registry.npmmirror.com/css-what/-/css-what-6.2.2.tgz",
  5518. "integrity": "sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==",
  5519. "license": "BSD-2-Clause",
  5520. "engines": {
  5521. "node": ">= 6"
  5522. },
  5523. "funding": {
  5524. "url": "https://github.com/sponsors/fb55"
  5525. }
  5526. },
  5527. "node_modules/csso": {
  5528. "version": "4.2.0",
  5529. "resolved": "https://registry.npmmirror.com/csso/-/csso-4.2.0.tgz",
  5530. "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==",
  5531. "license": "MIT",
  5532. "dependencies": {
  5533. "css-tree": "^1.1.2"
  5534. },
  5535. "engines": {
  5536. "node": ">=8.0.0"
  5537. }
  5538. },
  5539. "node_modules/csstype": {
  5540. "version": "3.1.3",
  5541. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz",
  5542. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
  5543. "license": "MIT"
  5544. },
  5545. "node_modules/cytoscape": {
  5546. "version": "3.33.0",
  5547. "resolved": "https://registry.npmmirror.com/cytoscape/-/cytoscape-3.33.0.tgz",
  5548. "integrity": "sha512-2d2EwwhaxLWC8ahkH1PpQwCyu6EY3xDRdcEJXrLTb4fOUtVc+YWQalHU67rFS1a6ngj1fgv9dQLtJxP/KAFZEw==",
  5549. "license": "MIT",
  5550. "engines": {
  5551. "node": ">=0.10"
  5552. }
  5553. },
  5554. "node_modules/cytoscape-cose-bilkent": {
  5555. "version": "4.1.0",
  5556. "resolved": "https://registry.npmmirror.com/cytoscape-cose-bilkent/-/cytoscape-cose-bilkent-4.1.0.tgz",
  5557. "integrity": "sha512-wgQlVIUJF13Quxiv5e1gstZ08rnZj2XaLHGoFMYXz7SkNfCDOOteKBE6SYRfA9WxxI/iBc3ajfDoc6hb/MRAHQ==",
  5558. "license": "MIT",
  5559. "dependencies": {
  5560. "cose-base": "^1.0.0"
  5561. },
  5562. "peerDependencies": {
  5563. "cytoscape": "^3.2.0"
  5564. }
  5565. },
  5566. "node_modules/d3": {
  5567. "version": "7.9.0",
  5568. "resolved": "https://registry.npmmirror.com/d3/-/d3-7.9.0.tgz",
  5569. "integrity": "sha512-e1U46jVP+w7Iut8Jt8ri1YsPOvFpg46k+K8TpCb0P+zjCkjkPnV7WzfDJzMHy1LnA+wj5pLT1wjO901gLXeEhA==",
  5570. "license": "ISC",
  5571. "dependencies": {
  5572. "d3-array": "3",
  5573. "d3-axis": "3",
  5574. "d3-brush": "3",
  5575. "d3-chord": "3",
  5576. "d3-color": "3",
  5577. "d3-contour": "4",
  5578. "d3-delaunay": "6",
  5579. "d3-dispatch": "3",
  5580. "d3-drag": "3",
  5581. "d3-dsv": "3",
  5582. "d3-ease": "3",
  5583. "d3-fetch": "3",
  5584. "d3-force": "3",
  5585. "d3-format": "3",
  5586. "d3-geo": "3",
  5587. "d3-hierarchy": "3",
  5588. "d3-interpolate": "3",
  5589. "d3-path": "3",
  5590. "d3-polygon": "3",
  5591. "d3-quadtree": "3",
  5592. "d3-random": "3",
  5593. "d3-scale": "4",
  5594. "d3-scale-chromatic": "3",
  5595. "d3-selection": "3",
  5596. "d3-shape": "3",
  5597. "d3-time": "3",
  5598. "d3-time-format": "4",
  5599. "d3-timer": "3",
  5600. "d3-transition": "3",
  5601. "d3-zoom": "3"
  5602. },
  5603. "engines": {
  5604. "node": ">=12"
  5605. }
  5606. },
  5607. "node_modules/d3-array": {
  5608. "version": "3.2.4",
  5609. "resolved": "https://registry.npmmirror.com/d3-array/-/d3-array-3.2.4.tgz",
  5610. "integrity": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==",
  5611. "license": "ISC",
  5612. "dependencies": {
  5613. "internmap": "1 - 2"
  5614. },
  5615. "engines": {
  5616. "node": ">=12"
  5617. }
  5618. },
  5619. "node_modules/d3-axis": {
  5620. "version": "3.0.0",
  5621. "resolved": "https://registry.npmmirror.com/d3-axis/-/d3-axis-3.0.0.tgz",
  5622. "integrity": "sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw==",
  5623. "license": "ISC",
  5624. "engines": {
  5625. "node": ">=12"
  5626. }
  5627. },
  5628. "node_modules/d3-brush": {
  5629. "version": "3.0.0",
  5630. "resolved": "https://registry.npmmirror.com/d3-brush/-/d3-brush-3.0.0.tgz",
  5631. "integrity": "sha512-ALnjWlVYkXsVIGlOsuWH1+3udkYFI48Ljihfnh8FZPF2QS9o+PzGLBslO0PjzVoHLZ2KCVgAM8NVkXPJB2aNnQ==",
  5632. "license": "ISC",
  5633. "dependencies": {
  5634. "d3-dispatch": "1 - 3",
  5635. "d3-drag": "2 - 3",
  5636. "d3-interpolate": "1 - 3",
  5637. "d3-selection": "3",
  5638. "d3-transition": "3"
  5639. },
  5640. "engines": {
  5641. "node": ">=12"
  5642. }
  5643. },
  5644. "node_modules/d3-chord": {
  5645. "version": "3.0.1",
  5646. "resolved": "https://registry.npmmirror.com/d3-chord/-/d3-chord-3.0.1.tgz",
  5647. "integrity": "sha512-VE5S6TNa+j8msksl7HwjxMHDM2yNK3XCkusIlpX5kwauBfXuyLAtNg9jCp/iHH61tgI4sb6R/EIMWCqEIdjT/g==",
  5648. "license": "ISC",
  5649. "dependencies": {
  5650. "d3-path": "1 - 3"
  5651. },
  5652. "engines": {
  5653. "node": ">=12"
  5654. }
  5655. },
  5656. "node_modules/d3-color": {
  5657. "version": "3.1.0",
  5658. "resolved": "https://registry.npmmirror.com/d3-color/-/d3-color-3.1.0.tgz",
  5659. "integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==",
  5660. "license": "ISC",
  5661. "engines": {
  5662. "node": ">=12"
  5663. }
  5664. },
  5665. "node_modules/d3-contour": {
  5666. "version": "4.0.2",
  5667. "resolved": "https://registry.npmmirror.com/d3-contour/-/d3-contour-4.0.2.tgz",
  5668. "integrity": "sha512-4EzFTRIikzs47RGmdxbeUvLWtGedDUNkTcmzoeyg4sP/dvCexO47AaQL7VKy/gul85TOxw+IBgA8US2xwbToNA==",
  5669. "license": "ISC",
  5670. "dependencies": {
  5671. "d3-array": "^3.2.0"
  5672. },
  5673. "engines": {
  5674. "node": ">=12"
  5675. }
  5676. },
  5677. "node_modules/d3-delaunay": {
  5678. "version": "6.0.4",
  5679. "resolved": "https://registry.npmmirror.com/d3-delaunay/-/d3-delaunay-6.0.4.tgz",
  5680. "integrity": "sha512-mdjtIZ1XLAM8bm/hx3WwjfHt6Sggek7qH043O8KEjDXN40xi3vx/6pYSVTwLjEgiXQTbvaouWKynLBiUZ6SK6A==",
  5681. "license": "ISC",
  5682. "dependencies": {
  5683. "delaunator": "5"
  5684. },
  5685. "engines": {
  5686. "node": ">=12"
  5687. }
  5688. },
  5689. "node_modules/d3-dispatch": {
  5690. "version": "3.0.1",
  5691. "resolved": "https://registry.npmmirror.com/d3-dispatch/-/d3-dispatch-3.0.1.tgz",
  5692. "integrity": "sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==",
  5693. "license": "ISC",
  5694. "engines": {
  5695. "node": ">=12"
  5696. }
  5697. },
  5698. "node_modules/d3-drag": {
  5699. "version": "3.0.0",
  5700. "resolved": "https://registry.npmmirror.com/d3-drag/-/d3-drag-3.0.0.tgz",
  5701. "integrity": "sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==",
  5702. "license": "ISC",
  5703. "dependencies": {
  5704. "d3-dispatch": "1 - 3",
  5705. "d3-selection": "3"
  5706. },
  5707. "engines": {
  5708. "node": ">=12"
  5709. }
  5710. },
  5711. "node_modules/d3-dsv": {
  5712. "version": "3.0.1",
  5713. "resolved": "https://registry.npmmirror.com/d3-dsv/-/d3-dsv-3.0.1.tgz",
  5714. "integrity": "sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==",
  5715. "license": "ISC",
  5716. "dependencies": {
  5717. "commander": "7",
  5718. "iconv-lite": "0.6",
  5719. "rw": "1"
  5720. },
  5721. "bin": {
  5722. "csv2json": "bin/dsv2json.js",
  5723. "csv2tsv": "bin/dsv2dsv.js",
  5724. "dsv2dsv": "bin/dsv2dsv.js",
  5725. "dsv2json": "bin/dsv2json.js",
  5726. "json2csv": "bin/json2dsv.js",
  5727. "json2dsv": "bin/json2dsv.js",
  5728. "json2tsv": "bin/json2dsv.js",
  5729. "tsv2csv": "bin/dsv2dsv.js",
  5730. "tsv2json": "bin/dsv2json.js"
  5731. },
  5732. "engines": {
  5733. "node": ">=12"
  5734. }
  5735. },
  5736. "node_modules/d3-dsv/node_modules/commander": {
  5737. "version": "7.2.0",
  5738. "resolved": "https://registry.npmmirror.com/commander/-/commander-7.2.0.tgz",
  5739. "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
  5740. "license": "MIT",
  5741. "engines": {
  5742. "node": ">= 10"
  5743. }
  5744. },
  5745. "node_modules/d3-ease": {
  5746. "version": "3.0.1",
  5747. "resolved": "https://registry.npmmirror.com/d3-ease/-/d3-ease-3.0.1.tgz",
  5748. "integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==",
  5749. "license": "BSD-3-Clause",
  5750. "engines": {
  5751. "node": ">=12"
  5752. }
  5753. },
  5754. "node_modules/d3-fetch": {
  5755. "version": "3.0.1",
  5756. "resolved": "https://registry.npmmirror.com/d3-fetch/-/d3-fetch-3.0.1.tgz",
  5757. "integrity": "sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==",
  5758. "license": "ISC",
  5759. "dependencies": {
  5760. "d3-dsv": "1 - 3"
  5761. },
  5762. "engines": {
  5763. "node": ">=12"
  5764. }
  5765. },
  5766. "node_modules/d3-force": {
  5767. "version": "3.0.0",
  5768. "resolved": "https://registry.npmmirror.com/d3-force/-/d3-force-3.0.0.tgz",
  5769. "integrity": "sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==",
  5770. "license": "ISC",
  5771. "dependencies": {
  5772. "d3-dispatch": "1 - 3",
  5773. "d3-quadtree": "1 - 3",
  5774. "d3-timer": "1 - 3"
  5775. },
  5776. "engines": {
  5777. "node": ">=12"
  5778. }
  5779. },
  5780. "node_modules/d3-format": {
  5781. "version": "3.1.0",
  5782. "resolved": "https://registry.npmmirror.com/d3-format/-/d3-format-3.1.0.tgz",
  5783. "integrity": "sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==",
  5784. "license": "ISC",
  5785. "engines": {
  5786. "node": ">=12"
  5787. }
  5788. },
  5789. "node_modules/d3-geo": {
  5790. "version": "3.1.1",
  5791. "resolved": "https://registry.npmmirror.com/d3-geo/-/d3-geo-3.1.1.tgz",
  5792. "integrity": "sha512-637ln3gXKXOwhalDzinUgY83KzNWZRKbYubaG+fGVuc/dxO64RRljtCTnf5ecMyE1RIdtqpkVcq0IbtU2S8j2Q==",
  5793. "license": "ISC",
  5794. "dependencies": {
  5795. "d3-array": "2.5.0 - 3"
  5796. },
  5797. "engines": {
  5798. "node": ">=12"
  5799. }
  5800. },
  5801. "node_modules/d3-hierarchy": {
  5802. "version": "3.1.2",
  5803. "resolved": "https://registry.npmmirror.com/d3-hierarchy/-/d3-hierarchy-3.1.2.tgz",
  5804. "integrity": "sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==",
  5805. "license": "ISC",
  5806. "engines": {
  5807. "node": ">=12"
  5808. }
  5809. },
  5810. "node_modules/d3-interpolate": {
  5811. "version": "3.0.1",
  5812. "resolved": "https://registry.npmmirror.com/d3-interpolate/-/d3-interpolate-3.0.1.tgz",
  5813. "integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==",
  5814. "license": "ISC",
  5815. "dependencies": {
  5816. "d3-color": "1 - 3"
  5817. },
  5818. "engines": {
  5819. "node": ">=12"
  5820. }
  5821. },
  5822. "node_modules/d3-path": {
  5823. "version": "3.1.0",
  5824. "resolved": "https://registry.npmmirror.com/d3-path/-/d3-path-3.1.0.tgz",
  5825. "integrity": "sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==",
  5826. "license": "ISC",
  5827. "engines": {
  5828. "node": ">=12"
  5829. }
  5830. },
  5831. "node_modules/d3-polygon": {
  5832. "version": "3.0.1",
  5833. "resolved": "https://registry.npmmirror.com/d3-polygon/-/d3-polygon-3.0.1.tgz",
  5834. "integrity": "sha512-3vbA7vXYwfe1SYhED++fPUQlWSYTTGmFmQiany/gdbiWgU/iEyQzyymwL9SkJjFFuCS4902BSzewVGsHHmHtXg==",
  5835. "license": "ISC",
  5836. "engines": {
  5837. "node": ">=12"
  5838. }
  5839. },
  5840. "node_modules/d3-quadtree": {
  5841. "version": "3.0.1",
  5842. "resolved": "https://registry.npmmirror.com/d3-quadtree/-/d3-quadtree-3.0.1.tgz",
  5843. "integrity": "sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==",
  5844. "license": "ISC",
  5845. "engines": {
  5846. "node": ">=12"
  5847. }
  5848. },
  5849. "node_modules/d3-random": {
  5850. "version": "3.0.1",
  5851. "resolved": "https://registry.npmmirror.com/d3-random/-/d3-random-3.0.1.tgz",
  5852. "integrity": "sha512-FXMe9GfxTxqd5D6jFsQ+DJ8BJS4E/fT5mqqdjovykEB2oFbTMDVdg1MGFxfQW+FBOGoB++k8swBrgwSHT1cUXQ==",
  5853. "license": "ISC",
  5854. "engines": {
  5855. "node": ">=12"
  5856. }
  5857. },
  5858. "node_modules/d3-sankey": {
  5859. "version": "0.12.3",
  5860. "resolved": "https://registry.npmmirror.com/d3-sankey/-/d3-sankey-0.12.3.tgz",
  5861. "integrity": "sha512-nQhsBRmM19Ax5xEIPLMY9ZmJ/cDvd1BG3UVvt5h3WRxKg5zGRbvnteTyWAbzeSvlh3tW7ZEmq4VwR5mB3tutmQ==",
  5862. "license": "BSD-3-Clause",
  5863. "dependencies": {
  5864. "d3-array": "1 - 2",
  5865. "d3-shape": "^1.2.0"
  5866. }
  5867. },
  5868. "node_modules/d3-sankey/node_modules/d3-array": {
  5869. "version": "2.12.1",
  5870. "resolved": "https://registry.npmmirror.com/d3-array/-/d3-array-2.12.1.tgz",
  5871. "integrity": "sha512-B0ErZK/66mHtEsR1TkPEEkwdy+WDesimkM5gpZr5Dsg54BiTA5RXtYW5qTLIAcekaS9xfZrzBLF/OAkB3Qn1YQ==",
  5872. "license": "BSD-3-Clause",
  5873. "dependencies": {
  5874. "internmap": "^1.0.0"
  5875. }
  5876. },
  5877. "node_modules/d3-sankey/node_modules/d3-path": {
  5878. "version": "1.0.9",
  5879. "resolved": "https://registry.npmmirror.com/d3-path/-/d3-path-1.0.9.tgz",
  5880. "integrity": "sha512-VLaYcn81dtHVTjEHd8B+pbe9yHWpXKZUC87PzoFmsFrJqgFwDe/qxfp5MlfsfM1V5E/iVt0MmEbWQ7FVIXh/bg==",
  5881. "license": "BSD-3-Clause"
  5882. },
  5883. "node_modules/d3-sankey/node_modules/d3-shape": {
  5884. "version": "1.3.7",
  5885. "resolved": "https://registry.npmmirror.com/d3-shape/-/d3-shape-1.3.7.tgz",
  5886. "integrity": "sha512-EUkvKjqPFUAZyOlhY5gzCxCeI0Aep04LwIRpsZ/mLFelJiUfnK56jo5JMDSE7yyP2kLSb6LtF+S5chMk7uqPqw==",
  5887. "license": "BSD-3-Clause",
  5888. "dependencies": {
  5889. "d3-path": "1"
  5890. }
  5891. },
  5892. "node_modules/d3-sankey/node_modules/internmap": {
  5893. "version": "1.0.1",
  5894. "resolved": "https://registry.npmmirror.com/internmap/-/internmap-1.0.1.tgz",
  5895. "integrity": "sha512-lDB5YccMydFBtasVtxnZ3MRBHuaoE8GKsppq+EchKL2U4nK/DmEpPHNH8MZe5HkMtpSiTSOZwfN0tzYjO/lJEw==",
  5896. "license": "ISC"
  5897. },
  5898. "node_modules/d3-scale": {
  5899. "version": "4.0.2",
  5900. "resolved": "https://registry.npmmirror.com/d3-scale/-/d3-scale-4.0.2.tgz",
  5901. "integrity": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==",
  5902. "license": "ISC",
  5903. "dependencies": {
  5904. "d3-array": "2.10.0 - 3",
  5905. "d3-format": "1 - 3",
  5906. "d3-interpolate": "1.2.0 - 3",
  5907. "d3-time": "2.1.1 - 3",
  5908. "d3-time-format": "2 - 4"
  5909. },
  5910. "engines": {
  5911. "node": ">=12"
  5912. }
  5913. },
  5914. "node_modules/d3-scale-chromatic": {
  5915. "version": "3.1.0",
  5916. "resolved": "https://registry.npmmirror.com/d3-scale-chromatic/-/d3-scale-chromatic-3.1.0.tgz",
  5917. "integrity": "sha512-A3s5PWiZ9YCXFye1o246KoscMWqf8BsD9eRiJ3He7C9OBaxKhAd5TFCdEx/7VbKtxxTsu//1mMJFrEt572cEyQ==",
  5918. "license": "ISC",
  5919. "dependencies": {
  5920. "d3-color": "1 - 3",
  5921. "d3-interpolate": "1 - 3"
  5922. },
  5923. "engines": {
  5924. "node": ">=12"
  5925. }
  5926. },
  5927. "node_modules/d3-selection": {
  5928. "version": "3.0.0",
  5929. "resolved": "https://registry.npmmirror.com/d3-selection/-/d3-selection-3.0.0.tgz",
  5930. "integrity": "sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==",
  5931. "license": "ISC",
  5932. "engines": {
  5933. "node": ">=12"
  5934. }
  5935. },
  5936. "node_modules/d3-shape": {
  5937. "version": "3.2.0",
  5938. "resolved": "https://registry.npmmirror.com/d3-shape/-/d3-shape-3.2.0.tgz",
  5939. "integrity": "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==",
  5940. "license": "ISC",
  5941. "dependencies": {
  5942. "d3-path": "^3.1.0"
  5943. },
  5944. "engines": {
  5945. "node": ">=12"
  5946. }
  5947. },
  5948. "node_modules/d3-time": {
  5949. "version": "3.1.0",
  5950. "resolved": "https://registry.npmmirror.com/d3-time/-/d3-time-3.1.0.tgz",
  5951. "integrity": "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==",
  5952. "license": "ISC",
  5953. "dependencies": {
  5954. "d3-array": "2 - 3"
  5955. },
  5956. "engines": {
  5957. "node": ">=12"
  5958. }
  5959. },
  5960. "node_modules/d3-time-format": {
  5961. "version": "4.1.0",
  5962. "resolved": "https://registry.npmmirror.com/d3-time-format/-/d3-time-format-4.1.0.tgz",
  5963. "integrity": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==",
  5964. "license": "ISC",
  5965. "dependencies": {
  5966. "d3-time": "1 - 3"
  5967. },
  5968. "engines": {
  5969. "node": ">=12"
  5970. }
  5971. },
  5972. "node_modules/d3-timer": {
  5973. "version": "3.0.1",
  5974. "resolved": "https://registry.npmmirror.com/d3-timer/-/d3-timer-3.0.1.tgz",
  5975. "integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==",
  5976. "license": "ISC",
  5977. "engines": {
  5978. "node": ">=12"
  5979. }
  5980. },
  5981. "node_modules/d3-transition": {
  5982. "version": "3.0.1",
  5983. "resolved": "https://registry.npmmirror.com/d3-transition/-/d3-transition-3.0.1.tgz",
  5984. "integrity": "sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==",
  5985. "license": "ISC",
  5986. "dependencies": {
  5987. "d3-color": "1 - 3",
  5988. "d3-dispatch": "1 - 3",
  5989. "d3-ease": "1 - 3",
  5990. "d3-interpolate": "1 - 3",
  5991. "d3-timer": "1 - 3"
  5992. },
  5993. "engines": {
  5994. "node": ">=12"
  5995. },
  5996. "peerDependencies": {
  5997. "d3-selection": "2 - 3"
  5998. }
  5999. },
  6000. "node_modules/d3-zoom": {
  6001. "version": "3.0.0",
  6002. "resolved": "https://registry.npmmirror.com/d3-zoom/-/d3-zoom-3.0.0.tgz",
  6003. "integrity": "sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==",
  6004. "license": "ISC",
  6005. "dependencies": {
  6006. "d3-dispatch": "1 - 3",
  6007. "d3-drag": "2 - 3",
  6008. "d3-interpolate": "1 - 3",
  6009. "d3-selection": "2 - 3",
  6010. "d3-transition": "2 - 3"
  6011. },
  6012. "engines": {
  6013. "node": ">=12"
  6014. }
  6015. },
  6016. "node_modules/dagre-d3-es": {
  6017. "version": "7.0.10",
  6018. "resolved": "https://registry.npmmirror.com/dagre-d3-es/-/dagre-d3-es-7.0.10.tgz",
  6019. "integrity": "sha512-qTCQmEhcynucuaZgY5/+ti3X/rnszKZhEQH/ZdWdtP1tA/y3VoHJzcVrO9pjjJCNpigfscAtoUB5ONcd2wNn0A==",
  6020. "license": "MIT",
  6021. "dependencies": {
  6022. "d3": "^7.8.2",
  6023. "lodash-es": "^4.17.21"
  6024. }
  6025. },
  6026. "node_modules/data-uri-to-buffer": {
  6027. "version": "4.0.1",
  6028. "resolved": "https://registry.npmmirror.com/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz",
  6029. "integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==",
  6030. "license": "MIT",
  6031. "engines": {
  6032. "node": ">= 12"
  6033. }
  6034. },
  6035. "node_modules/date-fns": {
  6036. "version": "2.30.0",
  6037. "resolved": "https://registry.npmmirror.com/date-fns/-/date-fns-2.30.0.tgz",
  6038. "integrity": "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==",
  6039. "devOptional": true,
  6040. "license": "MIT",
  6041. "dependencies": {
  6042. "@babel/runtime": "^7.21.0"
  6043. },
  6044. "engines": {
  6045. "node": ">=0.11"
  6046. },
  6047. "funding": {
  6048. "type": "opencollective",
  6049. "url": "https://opencollective.com/date-fns"
  6050. }
  6051. },
  6052. "node_modules/dayjs": {
  6053. "version": "1.11.13",
  6054. "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.13.tgz",
  6055. "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==",
  6056. "license": "MIT"
  6057. },
  6058. "node_modules/debug": {
  6059. "version": "4.4.1",
  6060. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.1.tgz",
  6061. "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
  6062. "license": "MIT",
  6063. "dependencies": {
  6064. "ms": "^2.1.3"
  6065. },
  6066. "engines": {
  6067. "node": ">=6.0"
  6068. },
  6069. "peerDependenciesMeta": {
  6070. "supports-color": {
  6071. "optional": true
  6072. }
  6073. }
  6074. },
  6075. "node_modules/decode-named-character-reference": {
  6076. "version": "1.2.0",
  6077. "resolved": "https://registry.npmmirror.com/decode-named-character-reference/-/decode-named-character-reference-1.2.0.tgz",
  6078. "integrity": "sha512-c6fcElNV6ShtZXmsgNgFFV5tVX2PaV4g+MOAkb8eXHvn6sryJBrZa9r0zV6+dtTyoCKxtDy5tyQ5ZwQuidtd+Q==",
  6079. "license": "MIT",
  6080. "dependencies": {
  6081. "character-entities": "^2.0.0"
  6082. },
  6083. "funding": {
  6084. "type": "github",
  6085. "url": "https://github.com/sponsors/wooorm"
  6086. }
  6087. },
  6088. "node_modules/deepmerge": {
  6089. "version": "4.3.1",
  6090. "resolved": "https://registry.npmmirror.com/deepmerge/-/deepmerge-4.3.1.tgz",
  6091. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  6092. "license": "MIT",
  6093. "engines": {
  6094. "node": ">=0.10.0"
  6095. }
  6096. },
  6097. "node_modules/delaunator": {
  6098. "version": "5.0.1",
  6099. "resolved": "https://registry.npmmirror.com/delaunator/-/delaunator-5.0.1.tgz",
  6100. "integrity": "sha512-8nvh+XBe96aCESrGOqMp/84b13H9cdKbG5P2ejQCh4d4sK9RL4371qou9drQjMhvnPmhWl5hnmqbEE0fXr9Xnw==",
  6101. "license": "ISC",
  6102. "dependencies": {
  6103. "robust-predicates": "^3.0.2"
  6104. }
  6105. },
  6106. "node_modules/delayed-stream": {
  6107. "version": "1.0.0",
  6108. "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz",
  6109. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  6110. "license": "MIT",
  6111. "engines": {
  6112. "node": ">=0.4.0"
  6113. }
  6114. },
  6115. "node_modules/dequal": {
  6116. "version": "2.0.3",
  6117. "resolved": "https://registry.npmmirror.com/dequal/-/dequal-2.0.3.tgz",
  6118. "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
  6119. "license": "MIT",
  6120. "engines": {
  6121. "node": ">=6"
  6122. }
  6123. },
  6124. "node_modules/detect-libc": {
  6125. "version": "2.1.2",
  6126. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.1.2.tgz",
  6127. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  6128. "license": "Apache-2.0",
  6129. "engines": {
  6130. "node": ">=8"
  6131. }
  6132. },
  6133. "node_modules/devlop": {
  6134. "version": "1.1.0",
  6135. "resolved": "https://registry.npmmirror.com/devlop/-/devlop-1.1.0.tgz",
  6136. "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
  6137. "license": "MIT",
  6138. "dependencies": {
  6139. "dequal": "^2.0.0"
  6140. },
  6141. "funding": {
  6142. "type": "github",
  6143. "url": "https://github.com/sponsors/wooorm"
  6144. }
  6145. },
  6146. "node_modules/diff": {
  6147. "version": "5.2.0",
  6148. "resolved": "https://registry.npmmirror.com/diff/-/diff-5.2.0.tgz",
  6149. "integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==",
  6150. "license": "BSD-3-Clause",
  6151. "engines": {
  6152. "node": ">=0.3.1"
  6153. }
  6154. },
  6155. "node_modules/dom-serializer": {
  6156. "version": "1.4.1",
  6157. "resolved": "https://registry.npmmirror.com/dom-serializer/-/dom-serializer-1.4.1.tgz",
  6158. "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==",
  6159. "license": "MIT",
  6160. "dependencies": {
  6161. "domelementtype": "^2.0.1",
  6162. "domhandler": "^4.2.0",
  6163. "entities": "^2.0.0"
  6164. },
  6165. "funding": {
  6166. "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
  6167. }
  6168. },
  6169. "node_modules/dom-serializer/node_modules/entities": {
  6170. "version": "2.2.0",
  6171. "resolved": "https://registry.npmmirror.com/entities/-/entities-2.2.0.tgz",
  6172. "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==",
  6173. "license": "BSD-2-Clause",
  6174. "funding": {
  6175. "url": "https://github.com/fb55/entities?sponsor=1"
  6176. }
  6177. },
  6178. "node_modules/domelementtype": {
  6179. "version": "2.3.0",
  6180. "resolved": "https://registry.npmmirror.com/domelementtype/-/domelementtype-2.3.0.tgz",
  6181. "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
  6182. "funding": [
  6183. {
  6184. "type": "github",
  6185. "url": "https://github.com/sponsors/fb55"
  6186. }
  6187. ],
  6188. "license": "BSD-2-Clause"
  6189. },
  6190. "node_modules/domhandler": {
  6191. "version": "4.3.1",
  6192. "resolved": "https://registry.npmmirror.com/domhandler/-/domhandler-4.3.1.tgz",
  6193. "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==",
  6194. "license": "BSD-2-Clause",
  6195. "dependencies": {
  6196. "domelementtype": "^2.2.0"
  6197. },
  6198. "engines": {
  6199. "node": ">= 4"
  6200. },
  6201. "funding": {
  6202. "url": "https://github.com/fb55/domhandler?sponsor=1"
  6203. }
  6204. },
  6205. "node_modules/dompurify": {
  6206. "version": "3.1.6",
  6207. "resolved": "https://registry.npmmirror.com/dompurify/-/dompurify-3.1.6.tgz",
  6208. "integrity": "sha512-cTOAhc36AalkjtBpfG6O8JimdTMWNXjiePT2xQH/ppBGi/4uIpmj8eKyIkMJErXWARyINV/sB38yf8JCLF5pbQ==",
  6209. "license": "(MPL-2.0 OR Apache-2.0)"
  6210. },
  6211. "node_modules/domutils": {
  6212. "version": "2.8.0",
  6213. "resolved": "https://registry.npmmirror.com/domutils/-/domutils-2.8.0.tgz",
  6214. "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==",
  6215. "license": "BSD-2-Clause",
  6216. "dependencies": {
  6217. "dom-serializer": "^1.0.1",
  6218. "domelementtype": "^2.2.0",
  6219. "domhandler": "^4.2.0"
  6220. },
  6221. "funding": {
  6222. "url": "https://github.com/fb55/domutils?sponsor=1"
  6223. }
  6224. },
  6225. "node_modules/dunder-proto": {
  6226. "version": "1.0.1",
  6227. "resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz",
  6228. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  6229. "license": "MIT",
  6230. "dependencies": {
  6231. "call-bind-apply-helpers": "^1.0.1",
  6232. "es-errors": "^1.3.0",
  6233. "gopd": "^1.2.0"
  6234. },
  6235. "engines": {
  6236. "node": ">= 0.4"
  6237. }
  6238. },
  6239. "node_modules/eastasianwidth": {
  6240. "version": "0.2.0",
  6241. "resolved": "https://registry.npmmirror.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
  6242. "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
  6243. "dev": true,
  6244. "license": "MIT"
  6245. },
  6246. "node_modules/electron-to-chromium": {
  6247. "version": "1.5.267",
  6248. "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.267.tgz",
  6249. "integrity": "sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==",
  6250. "license": "ISC"
  6251. },
  6252. "node_modules/elkjs": {
  6253. "version": "0.9.3",
  6254. "resolved": "https://registry.npmmirror.com/elkjs/-/elkjs-0.9.3.tgz",
  6255. "integrity": "sha512-f/ZeWvW/BCXbhGEf1Ujp29EASo/lk1FDnETgNKwJrsVvGZhUWCZyg3xLJjAsxfOmt8KjswHmI5EwCQcPMpOYhQ==",
  6256. "license": "EPL-2.0"
  6257. },
  6258. "node_modules/emoji-regex": {
  6259. "version": "9.2.2",
  6260. "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-9.2.2.tgz",
  6261. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
  6262. "dev": true,
  6263. "license": "MIT"
  6264. },
  6265. "node_modules/enhanced-resolve": {
  6266. "version": "5.18.3",
  6267. "resolved": "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz",
  6268. "integrity": "sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==",
  6269. "dev": true,
  6270. "license": "MIT",
  6271. "dependencies": {
  6272. "graceful-fs": "^4.2.4",
  6273. "tapable": "^2.2.0"
  6274. },
  6275. "engines": {
  6276. "node": ">=10.13.0"
  6277. }
  6278. },
  6279. "node_modules/entities": {
  6280. "version": "4.5.0",
  6281. "resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz",
  6282. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  6283. "license": "BSD-2-Clause",
  6284. "engines": {
  6285. "node": ">=0.12"
  6286. },
  6287. "funding": {
  6288. "url": "https://github.com/fb55/entities?sponsor=1"
  6289. }
  6290. },
  6291. "node_modules/error-ex": {
  6292. "version": "1.3.2",
  6293. "resolved": "https://registry.npmmirror.com/error-ex/-/error-ex-1.3.2.tgz",
  6294. "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
  6295. "license": "MIT",
  6296. "dependencies": {
  6297. "is-arrayish": "^0.2.1"
  6298. }
  6299. },
  6300. "node_modules/es-define-property": {
  6301. "version": "1.0.1",
  6302. "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz",
  6303. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  6304. "license": "MIT",
  6305. "engines": {
  6306. "node": ">= 0.4"
  6307. }
  6308. },
  6309. "node_modules/es-errors": {
  6310. "version": "1.3.0",
  6311. "resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
  6312. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  6313. "license": "MIT",
  6314. "engines": {
  6315. "node": ">= 0.4"
  6316. }
  6317. },
  6318. "node_modules/es-module-lexer": {
  6319. "version": "1.7.0",
  6320. "resolved": "https://registry.npmmirror.com/es-module-lexer/-/es-module-lexer-1.7.0.tgz",
  6321. "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==",
  6322. "dev": true,
  6323. "license": "MIT"
  6324. },
  6325. "node_modules/es-object-atoms": {
  6326. "version": "1.1.1",
  6327. "resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  6328. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  6329. "license": "MIT",
  6330. "dependencies": {
  6331. "es-errors": "^1.3.0"
  6332. },
  6333. "engines": {
  6334. "node": ">= 0.4"
  6335. }
  6336. },
  6337. "node_modules/es-set-tostringtag": {
  6338. "version": "2.1.0",
  6339. "resolved": "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  6340. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  6341. "license": "MIT",
  6342. "dependencies": {
  6343. "es-errors": "^1.3.0",
  6344. "get-intrinsic": "^1.2.6",
  6345. "has-tostringtag": "^1.0.2",
  6346. "hasown": "^2.0.2"
  6347. },
  6348. "engines": {
  6349. "node": ">= 0.4"
  6350. }
  6351. },
  6352. "node_modules/esbuild": {
  6353. "version": "0.25.8",
  6354. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.25.8.tgz",
  6355. "integrity": "sha512-vVC0USHGtMi8+R4Kz8rt6JhEWLxsv9Rnu/lGYbPR8u47B+DCBksq9JarW0zOO7bs37hyOK1l2/oqtbciutL5+Q==",
  6356. "dev": true,
  6357. "hasInstallScript": true,
  6358. "license": "MIT",
  6359. "bin": {
  6360. "esbuild": "bin/esbuild"
  6361. },
  6362. "engines": {
  6363. "node": ">=18"
  6364. },
  6365. "optionalDependencies": {
  6366. "@esbuild/aix-ppc64": "0.25.8",
  6367. "@esbuild/android-arm": "0.25.8",
  6368. "@esbuild/android-arm64": "0.25.8",
  6369. "@esbuild/android-x64": "0.25.8",
  6370. "@esbuild/darwin-arm64": "0.25.8",
  6371. "@esbuild/darwin-x64": "0.25.8",
  6372. "@esbuild/freebsd-arm64": "0.25.8",
  6373. "@esbuild/freebsd-x64": "0.25.8",
  6374. "@esbuild/linux-arm": "0.25.8",
  6375. "@esbuild/linux-arm64": "0.25.8",
  6376. "@esbuild/linux-ia32": "0.25.8",
  6377. "@esbuild/linux-loong64": "0.25.8",
  6378. "@esbuild/linux-mips64el": "0.25.8",
  6379. "@esbuild/linux-ppc64": "0.25.8",
  6380. "@esbuild/linux-riscv64": "0.25.8",
  6381. "@esbuild/linux-s390x": "0.25.8",
  6382. "@esbuild/linux-x64": "0.25.8",
  6383. "@esbuild/netbsd-arm64": "0.25.8",
  6384. "@esbuild/netbsd-x64": "0.25.8",
  6385. "@esbuild/openbsd-arm64": "0.25.8",
  6386. "@esbuild/openbsd-x64": "0.25.8",
  6387. "@esbuild/openharmony-arm64": "0.25.8",
  6388. "@esbuild/sunos-x64": "0.25.8",
  6389. "@esbuild/win32-arm64": "0.25.8",
  6390. "@esbuild/win32-ia32": "0.25.8",
  6391. "@esbuild/win32-x64": "0.25.8"
  6392. }
  6393. },
  6394. "node_modules/escalade": {
  6395. "version": "3.2.0",
  6396. "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
  6397. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  6398. "license": "MIT",
  6399. "engines": {
  6400. "node": ">=6"
  6401. }
  6402. },
  6403. "node_modules/escape-string-regexp": {
  6404. "version": "5.0.0",
  6405. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  6406. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  6407. "license": "MIT",
  6408. "engines": {
  6409. "node": ">=12"
  6410. },
  6411. "funding": {
  6412. "url": "https://github.com/sponsors/sindresorhus"
  6413. }
  6414. },
  6415. "node_modules/eslint-scope": {
  6416. "version": "5.1.1",
  6417. "resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-5.1.1.tgz",
  6418. "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
  6419. "dev": true,
  6420. "license": "BSD-2-Clause",
  6421. "dependencies": {
  6422. "esrecurse": "^4.3.0",
  6423. "estraverse": "^4.1.1"
  6424. },
  6425. "engines": {
  6426. "node": ">=8.0.0"
  6427. }
  6428. },
  6429. "node_modules/esm": {
  6430. "version": "3.2.25",
  6431. "resolved": "https://registry.npmmirror.com/esm/-/esm-3.2.25.tgz",
  6432. "integrity": "sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==",
  6433. "license": "MIT",
  6434. "engines": {
  6435. "node": ">=6"
  6436. }
  6437. },
  6438. "node_modules/esrecurse": {
  6439. "version": "4.3.0",
  6440. "resolved": "https://registry.npmmirror.com/esrecurse/-/esrecurse-4.3.0.tgz",
  6441. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  6442. "dev": true,
  6443. "license": "BSD-2-Clause",
  6444. "dependencies": {
  6445. "estraverse": "^5.2.0"
  6446. },
  6447. "engines": {
  6448. "node": ">=4.0"
  6449. }
  6450. },
  6451. "node_modules/esrecurse/node_modules/estraverse": {
  6452. "version": "5.3.0",
  6453. "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz",
  6454. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  6455. "dev": true,
  6456. "license": "BSD-2-Clause",
  6457. "engines": {
  6458. "node": ">=4.0"
  6459. }
  6460. },
  6461. "node_modules/estraverse": {
  6462. "version": "4.3.0",
  6463. "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-4.3.0.tgz",
  6464. "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
  6465. "dev": true,
  6466. "license": "BSD-2-Clause",
  6467. "engines": {
  6468. "node": ">=4.0"
  6469. }
  6470. },
  6471. "node_modules/esutils": {
  6472. "version": "2.0.3",
  6473. "resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz",
  6474. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  6475. "license": "BSD-2-Clause",
  6476. "engines": {
  6477. "node": ">=0.10.0"
  6478. }
  6479. },
  6480. "node_modules/eventemitter3": {
  6481. "version": "5.0.1",
  6482. "resolved": "https://registry.npmmirror.com/eventemitter3/-/eventemitter3-5.0.1.tgz",
  6483. "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==",
  6484. "dev": true,
  6485. "license": "MIT"
  6486. },
  6487. "node_modules/events": {
  6488. "version": "3.3.0",
  6489. "resolved": "https://registry.npmmirror.com/events/-/events-3.3.0.tgz",
  6490. "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
  6491. "dev": true,
  6492. "license": "MIT",
  6493. "engines": {
  6494. "node": ">=0.8.x"
  6495. }
  6496. },
  6497. "node_modules/exec-sh": {
  6498. "version": "0.2.2",
  6499. "resolved": "https://registry.npmmirror.com/exec-sh/-/exec-sh-0.2.2.tgz",
  6500. "integrity": "sha512-FIUCJz1RbuS0FKTdaAafAByGS0CPvU3R0MeHxgtl+djzCc//F8HakL8GzmVNZanasTbTAY/3DRFA0KpVqj/eAw==",
  6501. "dev": true,
  6502. "license": "MIT",
  6503. "dependencies": {
  6504. "merge": "^1.2.0"
  6505. }
  6506. },
  6507. "node_modules/execa": {
  6508. "version": "7.2.0",
  6509. "resolved": "https://registry.npmmirror.com/execa/-/execa-7.2.0.tgz",
  6510. "integrity": "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==",
  6511. "dev": true,
  6512. "license": "MIT",
  6513. "dependencies": {
  6514. "cross-spawn": "^7.0.3",
  6515. "get-stream": "^6.0.1",
  6516. "human-signals": "^4.3.0",
  6517. "is-stream": "^3.0.0",
  6518. "merge-stream": "^2.0.0",
  6519. "npm-run-path": "^5.1.0",
  6520. "onetime": "^6.0.0",
  6521. "signal-exit": "^3.0.7",
  6522. "strip-final-newline": "^3.0.0"
  6523. },
  6524. "engines": {
  6525. "node": "^14.18.0 || ^16.14.0 || >=18.0.0"
  6526. },
  6527. "funding": {
  6528. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  6529. }
  6530. },
  6531. "node_modules/exit-on-epipe": {
  6532. "version": "1.0.1",
  6533. "resolved": "https://registry.npmmirror.com/exit-on-epipe/-/exit-on-epipe-1.0.1.tgz",
  6534. "integrity": "sha512-h2z5mrROTxce56S+pnvAV890uu7ls7f1kEvVGJbw1OlFH3/mlJ5bkXu0KRyW94v37zzHPiUd55iLn3DA7TjWpw==",
  6535. "license": "Apache-2.0",
  6536. "engines": {
  6537. "node": ">=0.8"
  6538. }
  6539. },
  6540. "node_modules/extend": {
  6541. "version": "3.0.2",
  6542. "resolved": "https://registry.npmmirror.com/extend/-/extend-3.0.2.tgz",
  6543. "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
  6544. "license": "MIT"
  6545. },
  6546. "node_modules/fast-deep-equal": {
  6547. "version": "3.1.3",
  6548. "resolved": "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  6549. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  6550. "dev": true,
  6551. "license": "MIT"
  6552. },
  6553. "node_modules/fast-uri": {
  6554. "version": "3.0.6",
  6555. "resolved": "https://registry.npmmirror.com/fast-uri/-/fast-uri-3.0.6.tgz",
  6556. "integrity": "sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==",
  6557. "dev": true,
  6558. "funding": [
  6559. {
  6560. "type": "github",
  6561. "url": "https://github.com/sponsors/fastify"
  6562. },
  6563. {
  6564. "type": "opencollective",
  6565. "url": "https://opencollective.com/fastify"
  6566. }
  6567. ],
  6568. "license": "BSD-3-Clause"
  6569. },
  6570. "node_modules/fault": {
  6571. "version": "2.0.1",
  6572. "resolved": "https://registry.npmmirror.com/fault/-/fault-2.0.1.tgz",
  6573. "integrity": "sha512-WtySTkS4OKev5JtpHXnib4Gxiurzh5NCGvWrFaZ34m6JehfTUhKZvn9njTfw48t6JumVQOmrKqpmGcdwxnhqBQ==",
  6574. "license": "MIT",
  6575. "dependencies": {
  6576. "format": "^0.2.0"
  6577. },
  6578. "funding": {
  6579. "type": "github",
  6580. "url": "https://github.com/sponsors/wooorm"
  6581. }
  6582. },
  6583. "node_modules/fetch-blob": {
  6584. "version": "3.2.0",
  6585. "resolved": "https://registry.npmmirror.com/fetch-blob/-/fetch-blob-3.2.0.tgz",
  6586. "integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==",
  6587. "funding": [
  6588. {
  6589. "type": "github",
  6590. "url": "https://github.com/sponsors/jimmywarting"
  6591. },
  6592. {
  6593. "type": "paypal",
  6594. "url": "https://paypal.me/jimmywarting"
  6595. }
  6596. ],
  6597. "license": "MIT",
  6598. "dependencies": {
  6599. "node-domexception": "^1.0.0",
  6600. "web-streams-polyfill": "^3.0.3"
  6601. },
  6602. "engines": {
  6603. "node": "^12.20 || >= 14.13"
  6604. }
  6605. },
  6606. "node_modules/file-saver": {
  6607. "version": "1.3.8",
  6608. "resolved": "https://registry.npmmirror.com/file-saver/-/file-saver-1.3.8.tgz",
  6609. "integrity": "sha512-spKHSBQIxxS81N/O21WmuXA2F6wppUCsutpzenOeZzOCCJ5gEfcbqJP983IrpLXzYmXnMUa6J03SubcNPdKrlg==",
  6610. "license": "MIT"
  6611. },
  6612. "node_modules/fill-range": {
  6613. "version": "7.1.1",
  6614. "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
  6615. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  6616. "devOptional": true,
  6617. "license": "MIT",
  6618. "dependencies": {
  6619. "to-regex-range": "^5.0.1"
  6620. },
  6621. "engines": {
  6622. "node": ">=8"
  6623. }
  6624. },
  6625. "node_modules/follow-redirects": {
  6626. "version": "1.15.11",
  6627. "resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.11.tgz",
  6628. "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==",
  6629. "funding": [
  6630. {
  6631. "type": "individual",
  6632. "url": "https://github.com/sponsors/RubenVerborgh"
  6633. }
  6634. ],
  6635. "license": "MIT",
  6636. "engines": {
  6637. "node": ">=4.0"
  6638. },
  6639. "peerDependenciesMeta": {
  6640. "debug": {
  6641. "optional": true
  6642. }
  6643. }
  6644. },
  6645. "node_modules/form-data": {
  6646. "version": "4.0.4",
  6647. "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.4.tgz",
  6648. "integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==",
  6649. "license": "MIT",
  6650. "dependencies": {
  6651. "asynckit": "^0.4.0",
  6652. "combined-stream": "^1.0.8",
  6653. "es-set-tostringtag": "^2.1.0",
  6654. "hasown": "^2.0.2",
  6655. "mime-types": "^2.1.12"
  6656. },
  6657. "engines": {
  6658. "node": ">= 6"
  6659. }
  6660. },
  6661. "node_modules/format": {
  6662. "version": "0.2.2",
  6663. "resolved": "https://registry.npmmirror.com/format/-/format-0.2.2.tgz",
  6664. "integrity": "sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==",
  6665. "engines": {
  6666. "node": ">=0.4.x"
  6667. }
  6668. },
  6669. "node_modules/formdata-polyfill": {
  6670. "version": "4.0.10",
  6671. "resolved": "https://registry.npmmirror.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz",
  6672. "integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==",
  6673. "license": "MIT",
  6674. "dependencies": {
  6675. "fetch-blob": "^3.1.2"
  6676. },
  6677. "engines": {
  6678. "node": ">=12.20.0"
  6679. }
  6680. },
  6681. "node_modules/frac": {
  6682. "version": "1.1.2",
  6683. "resolved": "https://registry.npmmirror.com/frac/-/frac-1.1.2.tgz",
  6684. "integrity": "sha512-w/XBfkibaTl3YDqASwfDUqkna4Z2p9cFSr1aHDt0WoMTECnRfBOv2WArlZILlqgWlmdIlALXGpM2AOhEk5W3IA==",
  6685. "license": "Apache-2.0",
  6686. "engines": {
  6687. "node": ">=0.8"
  6688. }
  6689. },
  6690. "node_modules/fraction.js": {
  6691. "version": "5.3.4",
  6692. "resolved": "https://registry.npmmirror.com/fraction.js/-/fraction.js-5.3.4.tgz",
  6693. "integrity": "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==",
  6694. "dev": true,
  6695. "license": "MIT",
  6696. "engines": {
  6697. "node": "*"
  6698. },
  6699. "funding": {
  6700. "type": "github",
  6701. "url": "https://github.com/sponsors/rawify"
  6702. }
  6703. },
  6704. "node_modules/fsevents": {
  6705. "version": "2.3.3",
  6706. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
  6707. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  6708. "dev": true,
  6709. "license": "MIT",
  6710. "optional": true,
  6711. "os": [
  6712. "darwin"
  6713. ],
  6714. "engines": {
  6715. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  6716. }
  6717. },
  6718. "node_modules/function-bind": {
  6719. "version": "1.1.2",
  6720. "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
  6721. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  6722. "license": "MIT",
  6723. "funding": {
  6724. "url": "https://github.com/sponsors/ljharb"
  6725. }
  6726. },
  6727. "node_modules/fuse.js": {
  6728. "version": "7.1.0",
  6729. "resolved": "https://registry.npmmirror.com/fuse.js/-/fuse.js-7.1.0.tgz",
  6730. "integrity": "sha512-trLf4SzuuUxfusZADLINj+dE8clK1frKdmqiJNb1Es75fmI5oY6X2mxLVUciLLjxqw/xr72Dhy+lER6dGd02FQ==",
  6731. "license": "Apache-2.0",
  6732. "engines": {
  6733. "node": ">=10"
  6734. }
  6735. },
  6736. "node_modules/gensync": {
  6737. "version": "1.0.0-beta.2",
  6738. "resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz",
  6739. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  6740. "license": "MIT",
  6741. "engines": {
  6742. "node": ">=6.9.0"
  6743. }
  6744. },
  6745. "node_modules/get-caller-file": {
  6746. "version": "2.0.5",
  6747. "resolved": "https://registry.npmmirror.com/get-caller-file/-/get-caller-file-2.0.5.tgz",
  6748. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  6749. "dev": true,
  6750. "license": "ISC",
  6751. "engines": {
  6752. "node": "6.* || 8.* || >= 10.*"
  6753. }
  6754. },
  6755. "node_modules/get-intrinsic": {
  6756. "version": "1.3.0",
  6757. "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  6758. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  6759. "license": "MIT",
  6760. "dependencies": {
  6761. "call-bind-apply-helpers": "^1.0.2",
  6762. "es-define-property": "^1.0.1",
  6763. "es-errors": "^1.3.0",
  6764. "es-object-atoms": "^1.1.1",
  6765. "function-bind": "^1.1.2",
  6766. "get-proto": "^1.0.1",
  6767. "gopd": "^1.2.0",
  6768. "has-symbols": "^1.1.0",
  6769. "hasown": "^2.0.2",
  6770. "math-intrinsics": "^1.1.0"
  6771. },
  6772. "engines": {
  6773. "node": ">= 0.4"
  6774. },
  6775. "funding": {
  6776. "url": "https://github.com/sponsors/ljharb"
  6777. }
  6778. },
  6779. "node_modules/get-proto": {
  6780. "version": "1.0.1",
  6781. "resolved": "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz",
  6782. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  6783. "license": "MIT",
  6784. "dependencies": {
  6785. "dunder-proto": "^1.0.1",
  6786. "es-object-atoms": "^1.0.0"
  6787. },
  6788. "engines": {
  6789. "node": ">= 0.4"
  6790. }
  6791. },
  6792. "node_modules/get-stream": {
  6793. "version": "6.0.1",
  6794. "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-6.0.1.tgz",
  6795. "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
  6796. "dev": true,
  6797. "license": "MIT",
  6798. "engines": {
  6799. "node": ">=10"
  6800. },
  6801. "funding": {
  6802. "url": "https://github.com/sponsors/sindresorhus"
  6803. }
  6804. },
  6805. "node_modules/get-tsconfig": {
  6806. "version": "4.10.1",
  6807. "resolved": "https://registry.npmmirror.com/get-tsconfig/-/get-tsconfig-4.10.1.tgz",
  6808. "integrity": "sha512-auHyJ4AgMz7vgS8Hp3N6HXSmlMdUyhSUrfBF16w153rxtLIEOE+HGqaBppczZvnHLqQJfiHotCYpNhl0lUROFQ==",
  6809. "dev": true,
  6810. "license": "MIT",
  6811. "dependencies": {
  6812. "resolve-pkg-maps": "^1.0.0"
  6813. },
  6814. "funding": {
  6815. "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
  6816. }
  6817. },
  6818. "node_modules/glob-to-regexp": {
  6819. "version": "0.4.1",
  6820. "resolved": "https://registry.npmmirror.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
  6821. "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==",
  6822. "dev": true,
  6823. "license": "BSD-2-Clause"
  6824. },
  6825. "node_modules/gopd": {
  6826. "version": "1.2.0",
  6827. "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz",
  6828. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  6829. "license": "MIT",
  6830. "engines": {
  6831. "node": ">= 0.4"
  6832. },
  6833. "funding": {
  6834. "url": "https://github.com/sponsors/ljharb"
  6835. }
  6836. },
  6837. "node_modules/graceful-fs": {
  6838. "version": "4.2.11",
  6839. "resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz",
  6840. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  6841. "license": "ISC"
  6842. },
  6843. "node_modules/has-flag": {
  6844. "version": "4.0.0",
  6845. "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
  6846. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  6847. "dev": true,
  6848. "license": "MIT",
  6849. "engines": {
  6850. "node": ">=8"
  6851. }
  6852. },
  6853. "node_modules/has-symbols": {
  6854. "version": "1.1.0",
  6855. "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz",
  6856. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  6857. "license": "MIT",
  6858. "engines": {
  6859. "node": ">= 0.4"
  6860. },
  6861. "funding": {
  6862. "url": "https://github.com/sponsors/ljharb"
  6863. }
  6864. },
  6865. "node_modules/has-tostringtag": {
  6866. "version": "1.0.2",
  6867. "resolved": "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  6868. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  6869. "license": "MIT",
  6870. "dependencies": {
  6871. "has-symbols": "^1.0.3"
  6872. },
  6873. "engines": {
  6874. "node": ">= 0.4"
  6875. },
  6876. "funding": {
  6877. "url": "https://github.com/sponsors/ljharb"
  6878. }
  6879. },
  6880. "node_modules/hasown": {
  6881. "version": "2.0.2",
  6882. "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
  6883. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  6884. "license": "MIT",
  6885. "dependencies": {
  6886. "function-bind": "^1.1.2"
  6887. },
  6888. "engines": {
  6889. "node": ">= 0.4"
  6890. }
  6891. },
  6892. "node_modules/hast-util-from-dom": {
  6893. "version": "4.2.0",
  6894. "resolved": "https://registry.npmmirror.com/hast-util-from-dom/-/hast-util-from-dom-4.2.0.tgz",
  6895. "integrity": "sha512-t1RJW/OpJbCAJQeKi3Qrj1cAOLA0+av/iPFori112+0X7R3wng+jxLA+kXec8K4szqPRGI8vPxbbpEYvvpwaeQ==",
  6896. "license": "ISC",
  6897. "dependencies": {
  6898. "hastscript": "^7.0.0",
  6899. "web-namespaces": "^2.0.0"
  6900. },
  6901. "funding": {
  6902. "type": "opencollective",
  6903. "url": "https://opencollective.com/unified"
  6904. }
  6905. },
  6906. "node_modules/hast-util-from-html": {
  6907. "version": "1.0.2",
  6908. "resolved": "https://registry.npmmirror.com/hast-util-from-html/-/hast-util-from-html-1.0.2.tgz",
  6909. "integrity": "sha512-LhrTA2gfCbLOGJq2u/asp4kwuG0y6NhWTXiPKP+n0qNukKy7hc10whqqCFfyvIA1Q5U5d0sp9HhNim9gglEH4A==",
  6910. "license": "MIT",
  6911. "dependencies": {
  6912. "@types/hast": "^2.0.0",
  6913. "hast-util-from-parse5": "^7.0.0",
  6914. "parse5": "^7.0.0",
  6915. "vfile": "^5.0.0",
  6916. "vfile-message": "^3.0.0"
  6917. },
  6918. "funding": {
  6919. "type": "opencollective",
  6920. "url": "https://opencollective.com/unified"
  6921. }
  6922. },
  6923. "node_modules/hast-util-from-html-isomorphic": {
  6924. "version": "1.0.0",
  6925. "resolved": "https://registry.npmmirror.com/hast-util-from-html-isomorphic/-/hast-util-from-html-isomorphic-1.0.0.tgz",
  6926. "integrity": "sha512-Yu480AKeOEN/+l5LA674a+7BmIvtDj24GvOt7MtQWuhzUwlaaRWdEPXAh3Qm5vhuthpAipFb2vTetKXWOjmTvw==",
  6927. "license": "MIT",
  6928. "dependencies": {
  6929. "@types/hast": "^2.0.0",
  6930. "hast-util-from-dom": "^4.0.0",
  6931. "hast-util-from-html": "^1.0.0",
  6932. "unist-util-remove-position": "^4.0.0"
  6933. },
  6934. "funding": {
  6935. "type": "opencollective",
  6936. "url": "https://opencollective.com/unified"
  6937. }
  6938. },
  6939. "node_modules/hast-util-from-parse5": {
  6940. "version": "7.1.2",
  6941. "resolved": "https://registry.npmmirror.com/hast-util-from-parse5/-/hast-util-from-parse5-7.1.2.tgz",
  6942. "integrity": "sha512-Nz7FfPBuljzsN3tCQ4kCBKqdNhQE2l0Tn+X1ubgKBPRoiDIu1mL08Cfw4k7q71+Duyaw7DXDN+VTAp4Vh3oCOw==",
  6943. "license": "MIT",
  6944. "dependencies": {
  6945. "@types/hast": "^2.0.0",
  6946. "@types/unist": "^2.0.0",
  6947. "hastscript": "^7.0.0",
  6948. "property-information": "^6.0.0",
  6949. "vfile": "^5.0.0",
  6950. "vfile-location": "^4.0.0",
  6951. "web-namespaces": "^2.0.0"
  6952. },
  6953. "funding": {
  6954. "type": "opencollective",
  6955. "url": "https://opencollective.com/unified"
  6956. }
  6957. },
  6958. "node_modules/hast-util-is-element": {
  6959. "version": "2.1.3",
  6960. "resolved": "https://registry.npmmirror.com/hast-util-is-element/-/hast-util-is-element-2.1.3.tgz",
  6961. "integrity": "sha512-O1bKah6mhgEq2WtVMk+Ta5K7pPMqsBBlmzysLdcwKVrqzZQ0CHqUPiIVspNhAG1rvxpvJjtGee17XfauZYKqVA==",
  6962. "license": "MIT",
  6963. "dependencies": {
  6964. "@types/hast": "^2.0.0",
  6965. "@types/unist": "^2.0.0"
  6966. },
  6967. "funding": {
  6968. "type": "opencollective",
  6969. "url": "https://opencollective.com/unified"
  6970. }
  6971. },
  6972. "node_modules/hast-util-parse-selector": {
  6973. "version": "3.1.1",
  6974. "resolved": "https://registry.npmmirror.com/hast-util-parse-selector/-/hast-util-parse-selector-3.1.1.tgz",
  6975. "integrity": "sha512-jdlwBjEexy1oGz0aJ2f4GKMaVKkA9jwjr4MjAAI22E5fM/TXVZHuS5OpONtdeIkRKqAaryQ2E9xNQxijoThSZA==",
  6976. "license": "MIT",
  6977. "dependencies": {
  6978. "@types/hast": "^2.0.0"
  6979. },
  6980. "funding": {
  6981. "type": "opencollective",
  6982. "url": "https://opencollective.com/unified"
  6983. }
  6984. },
  6985. "node_modules/hast-util-to-text": {
  6986. "version": "3.1.2",
  6987. "resolved": "https://registry.npmmirror.com/hast-util-to-text/-/hast-util-to-text-3.1.2.tgz",
  6988. "integrity": "sha512-tcllLfp23dJJ+ju5wCCZHVpzsQQ43+moJbqVX3jNWPB7z/KFC4FyZD6R7y94cHL6MQ33YtMZL8Z0aIXXI4XFTw==",
  6989. "license": "MIT",
  6990. "dependencies": {
  6991. "@types/hast": "^2.0.0",
  6992. "@types/unist": "^2.0.0",
  6993. "hast-util-is-element": "^2.0.0",
  6994. "unist-util-find-after": "^4.0.0"
  6995. },
  6996. "funding": {
  6997. "type": "opencollective",
  6998. "url": "https://opencollective.com/unified"
  6999. }
  7000. },
  7001. "node_modules/hast-util-whitespace": {
  7002. "version": "2.0.1",
  7003. "resolved": "https://registry.npmmirror.com/hast-util-whitespace/-/hast-util-whitespace-2.0.1.tgz",
  7004. "integrity": "sha512-nAxA0v8+vXSBDt3AnRUNjyRIQ0rD+ntpbAp4LnPkumc5M9yUbSMa4XDU9Q6etY4f1Wp4bNgvc1yjiZtsTTrSng==",
  7005. "license": "MIT",
  7006. "funding": {
  7007. "type": "opencollective",
  7008. "url": "https://opencollective.com/unified"
  7009. }
  7010. },
  7011. "node_modules/hastscript": {
  7012. "version": "7.2.0",
  7013. "resolved": "https://registry.npmmirror.com/hastscript/-/hastscript-7.2.0.tgz",
  7014. "integrity": "sha512-TtYPq24IldU8iKoJQqvZOuhi5CyCQRAbvDOX0x1eW6rsHSxa/1i2CCiptNTotGHJ3VoHRGmqiv6/D3q113ikkw==",
  7015. "license": "MIT",
  7016. "dependencies": {
  7017. "@types/hast": "^2.0.0",
  7018. "comma-separated-tokens": "^2.0.0",
  7019. "hast-util-parse-selector": "^3.0.0",
  7020. "property-information": "^6.0.0",
  7021. "space-separated-tokens": "^2.0.0"
  7022. },
  7023. "funding": {
  7024. "type": "opencollective",
  7025. "url": "https://opencollective.com/unified"
  7026. }
  7027. },
  7028. "node_modules/heic2any": {
  7029. "version": "0.0.4",
  7030. "resolved": "https://registry.npmmirror.com/heic2any/-/heic2any-0.0.4.tgz",
  7031. "integrity": "sha512-3lLnZiDELfabVH87htnRolZ2iehX9zwpRyGNz22GKXIu0fznlblf0/ftppXKNqS26dqFSeqfIBhAmAj/uSp0cA==",
  7032. "license": "MIT"
  7033. },
  7034. "node_modules/highlight.js": {
  7035. "version": "11.8.0",
  7036. "resolved": "https://registry.npmmirror.com/highlight.js/-/highlight.js-11.8.0.tgz",
  7037. "integrity": "sha512-MedQhoqVdr0U6SSnWPzfiadUcDHfN/Wzq25AkXiQv9oiOO/sG0S7XkvpFIqWBl9Yq1UYyYOOVORs5UW2XlPyzg==",
  7038. "license": "BSD-3-Clause",
  7039. "engines": {
  7040. "node": ">=12.0.0"
  7041. }
  7042. },
  7043. "node_modules/hoist-non-react-statics": {
  7044. "version": "3.3.2",
  7045. "resolved": "https://registry.npmmirror.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz",
  7046. "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==",
  7047. "license": "BSD-3-Clause",
  7048. "dependencies": {
  7049. "react-is": "^16.7.0"
  7050. }
  7051. },
  7052. "node_modules/hoist-non-react-statics/node_modules/react-is": {
  7053. "version": "16.13.1",
  7054. "resolved": "https://registry.npmmirror.com/react-is/-/react-is-16.13.1.tgz",
  7055. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
  7056. "license": "MIT"
  7057. },
  7058. "node_modules/html-to-image": {
  7059. "version": "1.11.13",
  7060. "resolved": "https://registry.npmmirror.com/html-to-image/-/html-to-image-1.11.13.tgz",
  7061. "integrity": "sha512-cuOPoI7WApyhBElTTb9oqsawRvZ0rHhaHwghRLlTuffoD1B2aDemlCruLeZrUIIdvG7gs9xeELEPm6PhuASqrg==",
  7062. "license": "MIT"
  7063. },
  7064. "node_modules/human-signals": {
  7065. "version": "4.3.1",
  7066. "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-4.3.1.tgz",
  7067. "integrity": "sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==",
  7068. "dev": true,
  7069. "license": "Apache-2.0",
  7070. "engines": {
  7071. "node": ">=14.18.0"
  7072. }
  7073. },
  7074. "node_modules/husky": {
  7075. "version": "8.0.3",
  7076. "resolved": "https://registry.npmmirror.com/husky/-/husky-8.0.3.tgz",
  7077. "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==",
  7078. "dev": true,
  7079. "license": "MIT",
  7080. "bin": {
  7081. "husky": "lib/bin.js"
  7082. },
  7083. "engines": {
  7084. "node": ">=14"
  7085. },
  7086. "funding": {
  7087. "url": "https://github.com/sponsors/typicode"
  7088. }
  7089. },
  7090. "node_modules/iconv-lite": {
  7091. "version": "0.6.3",
  7092. "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.6.3.tgz",
  7093. "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
  7094. "license": "MIT",
  7095. "dependencies": {
  7096. "safer-buffer": ">= 2.1.2 < 3.0.0"
  7097. },
  7098. "engines": {
  7099. "node": ">=0.10.0"
  7100. }
  7101. },
  7102. "node_modules/immutable": {
  7103. "version": "5.1.3",
  7104. "resolved": "https://registry.npmmirror.com/immutable/-/immutable-5.1.3.tgz",
  7105. "integrity": "sha512-+chQdDfvscSF1SJqv2gn4SRO2ZyS3xL3r7IW/wWEEzrzLisnOlKiQu5ytC/BVNcS15C39WT2Hg/bjKjDMcu+zg==",
  7106. "license": "MIT"
  7107. },
  7108. "node_modules/import-fresh": {
  7109. "version": "3.3.1",
  7110. "resolved": "https://registry.npmmirror.com/import-fresh/-/import-fresh-3.3.1.tgz",
  7111. "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
  7112. "license": "MIT",
  7113. "dependencies": {
  7114. "parent-module": "^1.0.0",
  7115. "resolve-from": "^4.0.0"
  7116. },
  7117. "engines": {
  7118. "node": ">=6"
  7119. },
  7120. "funding": {
  7121. "url": "https://github.com/sponsors/sindresorhus"
  7122. }
  7123. },
  7124. "node_modules/inline-style-parser": {
  7125. "version": "0.1.1",
  7126. "resolved": "https://registry.npmmirror.com/inline-style-parser/-/inline-style-parser-0.1.1.tgz",
  7127. "integrity": "sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==",
  7128. "license": "MIT"
  7129. },
  7130. "node_modules/internmap": {
  7131. "version": "2.0.3",
  7132. "resolved": "https://registry.npmmirror.com/internmap/-/internmap-2.0.3.tgz",
  7133. "integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==",
  7134. "license": "ISC",
  7135. "engines": {
  7136. "node": ">=12"
  7137. }
  7138. },
  7139. "node_modules/is-arrayish": {
  7140. "version": "0.2.1",
  7141. "resolved": "https://registry.npmmirror.com/is-arrayish/-/is-arrayish-0.2.1.tgz",
  7142. "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
  7143. "license": "MIT"
  7144. },
  7145. "node_modules/is-buffer": {
  7146. "version": "2.0.5",
  7147. "resolved": "https://registry.npmmirror.com/is-buffer/-/is-buffer-2.0.5.tgz",
  7148. "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==",
  7149. "funding": [
  7150. {
  7151. "type": "github",
  7152. "url": "https://github.com/sponsors/feross"
  7153. },
  7154. {
  7155. "type": "patreon",
  7156. "url": "https://www.patreon.com/feross"
  7157. },
  7158. {
  7159. "type": "consulting",
  7160. "url": "https://feross.org/support"
  7161. }
  7162. ],
  7163. "license": "MIT",
  7164. "engines": {
  7165. "node": ">=4"
  7166. }
  7167. },
  7168. "node_modules/is-core-module": {
  7169. "version": "2.16.1",
  7170. "resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.16.1.tgz",
  7171. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  7172. "license": "MIT",
  7173. "dependencies": {
  7174. "hasown": "^2.0.2"
  7175. },
  7176. "engines": {
  7177. "node": ">= 0.4"
  7178. },
  7179. "funding": {
  7180. "url": "https://github.com/sponsors/ljharb"
  7181. }
  7182. },
  7183. "node_modules/is-extglob": {
  7184. "version": "2.1.1",
  7185. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  7186. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  7187. "license": "MIT",
  7188. "optional": true,
  7189. "engines": {
  7190. "node": ">=0.10.0"
  7191. }
  7192. },
  7193. "node_modules/is-fullwidth-code-point": {
  7194. "version": "4.0.0",
  7195. "resolved": "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz",
  7196. "integrity": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==",
  7197. "dev": true,
  7198. "license": "MIT",
  7199. "engines": {
  7200. "node": ">=12"
  7201. },
  7202. "funding": {
  7203. "url": "https://github.com/sponsors/sindresorhus"
  7204. }
  7205. },
  7206. "node_modules/is-glob": {
  7207. "version": "4.0.3",
  7208. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  7209. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  7210. "license": "MIT",
  7211. "optional": true,
  7212. "dependencies": {
  7213. "is-extglob": "^2.1.1"
  7214. },
  7215. "engines": {
  7216. "node": ">=0.10.0"
  7217. }
  7218. },
  7219. "node_modules/is-number": {
  7220. "version": "7.0.0",
  7221. "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
  7222. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  7223. "devOptional": true,
  7224. "license": "MIT",
  7225. "engines": {
  7226. "node": ">=0.12.0"
  7227. }
  7228. },
  7229. "node_modules/is-plain-obj": {
  7230. "version": "4.1.0",
  7231. "resolved": "https://registry.npmmirror.com/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
  7232. "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
  7233. "license": "MIT",
  7234. "engines": {
  7235. "node": ">=12"
  7236. },
  7237. "funding": {
  7238. "url": "https://github.com/sponsors/sindresorhus"
  7239. }
  7240. },
  7241. "node_modules/is-stream": {
  7242. "version": "3.0.0",
  7243. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-3.0.0.tgz",
  7244. "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
  7245. "dev": true,
  7246. "license": "MIT",
  7247. "engines": {
  7248. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  7249. },
  7250. "funding": {
  7251. "url": "https://github.com/sponsors/sindresorhus"
  7252. }
  7253. },
  7254. "node_modules/isexe": {
  7255. "version": "2.0.0",
  7256. "resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz",
  7257. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  7258. "dev": true,
  7259. "license": "ISC"
  7260. },
  7261. "node_modules/jest-worker": {
  7262. "version": "27.5.1",
  7263. "resolved": "https://registry.npmmirror.com/jest-worker/-/jest-worker-27.5.1.tgz",
  7264. "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==",
  7265. "dev": true,
  7266. "license": "MIT",
  7267. "dependencies": {
  7268. "@types/node": "*",
  7269. "merge-stream": "^2.0.0",
  7270. "supports-color": "^8.0.0"
  7271. },
  7272. "engines": {
  7273. "node": ">= 10.13.0"
  7274. }
  7275. },
  7276. "node_modules/jiti": {
  7277. "version": "2.6.1",
  7278. "resolved": "https://registry.npmmirror.com/jiti/-/jiti-2.6.1.tgz",
  7279. "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
  7280. "dev": true,
  7281. "license": "MIT",
  7282. "bin": {
  7283. "jiti": "lib/jiti-cli.mjs"
  7284. }
  7285. },
  7286. "node_modules/js-export-excel": {
  7287. "version": "1.1.4",
  7288. "resolved": "https://registry.npmmirror.com/js-export-excel/-/js-export-excel-1.1.4.tgz",
  7289. "integrity": "sha512-19m7e3Gnn4CRfHXoFrLYj4fFfJ/KpvI7HRRn25p4GXYD+AlTV+1oU24NH6S904Ksi44tSx7futxhouOPAQ22oQ==",
  7290. "license": "Apache-2.0",
  7291. "dependencies": {
  7292. "blob.js": "^1.0.1",
  7293. "file-saver": "^1.3.3",
  7294. "script-loader": "0.7.2",
  7295. "xlsx": "0.16.3"
  7296. }
  7297. },
  7298. "node_modules/js-tokens": {
  7299. "version": "4.0.0",
  7300. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz",
  7301. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  7302. "license": "MIT"
  7303. },
  7304. "node_modules/jsencrypt": {
  7305. "version": "3.5.4",
  7306. "resolved": "https://registry.npmmirror.com/jsencrypt/-/jsencrypt-3.5.4.tgz",
  7307. "integrity": "sha512-kNjfYEMNASxrDGsmcSQh/rUTmcoRfSUkxnAz+MMywM8jtGu+fFEZ3nJjHM58zscVnwR0fYmG9sGkTDjqUdpiwA==",
  7308. "license": "MIT"
  7309. },
  7310. "node_modules/jsesc": {
  7311. "version": "3.1.0",
  7312. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.1.0.tgz",
  7313. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  7314. "license": "MIT",
  7315. "bin": {
  7316. "jsesc": "bin/jsesc"
  7317. },
  7318. "engines": {
  7319. "node": ">=6"
  7320. }
  7321. },
  7322. "node_modules/json-parse-even-better-errors": {
  7323. "version": "2.3.1",
  7324. "resolved": "https://registry.npmmirror.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
  7325. "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
  7326. "license": "MIT"
  7327. },
  7328. "node_modules/json-schema-traverse": {
  7329. "version": "1.0.0",
  7330. "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  7331. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
  7332. "dev": true,
  7333. "license": "MIT"
  7334. },
  7335. "node_modules/json2mq": {
  7336. "version": "0.2.0",
  7337. "resolved": "https://registry.npmmirror.com/json2mq/-/json2mq-0.2.0.tgz",
  7338. "integrity": "sha512-SzoRg7ux5DWTII9J2qkrZrqV1gt+rTaoufMxEzXbS26Uid0NwaJd123HcoB80TgubEppxxIGdNxCx50fEoEWQA==",
  7339. "license": "MIT",
  7340. "dependencies": {
  7341. "string-convert": "^0.2.0"
  7342. }
  7343. },
  7344. "node_modules/json5": {
  7345. "version": "2.2.3",
  7346. "resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz",
  7347. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  7348. "license": "MIT",
  7349. "bin": {
  7350. "json5": "lib/cli.js"
  7351. },
  7352. "engines": {
  7353. "node": ">=6"
  7354. }
  7355. },
  7356. "node_modules/katex": {
  7357. "version": "0.16.22",
  7358. "resolved": "https://registry.npmmirror.com/katex/-/katex-0.16.22.tgz",
  7359. "integrity": "sha512-XCHRdUw4lf3SKBaJe4EvgqIuWwkPSo9XoeO8GjQW94Bp7TWv9hNhzZjZ+OH9yf1UmLygb7DIT5GSFQiyt16zYg==",
  7360. "funding": [
  7361. "https://opencollective.com/katex",
  7362. "https://github.com/sponsors/katex"
  7363. ],
  7364. "license": "MIT",
  7365. "dependencies": {
  7366. "commander": "^8.3.0"
  7367. },
  7368. "bin": {
  7369. "katex": "cli.js"
  7370. }
  7371. },
  7372. "node_modules/katex/node_modules/commander": {
  7373. "version": "8.3.0",
  7374. "resolved": "https://registry.npmmirror.com/commander/-/commander-8.3.0.tgz",
  7375. "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
  7376. "license": "MIT",
  7377. "engines": {
  7378. "node": ">= 12"
  7379. }
  7380. },
  7381. "node_modules/khroma": {
  7382. "version": "2.1.0",
  7383. "resolved": "https://registry.npmmirror.com/khroma/-/khroma-2.1.0.tgz",
  7384. "integrity": "sha512-Ls993zuzfayK269Svk9hzpeGUKob/sIgZzyHYdjQoAdQetRKpOLj+k/QQQ/6Qi0Yz65mlROrfd+Ev+1+7dz9Kw=="
  7385. },
  7386. "node_modules/kleur": {
  7387. "version": "4.1.5",
  7388. "resolved": "https://registry.npmmirror.com/kleur/-/kleur-4.1.5.tgz",
  7389. "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==",
  7390. "license": "MIT",
  7391. "engines": {
  7392. "node": ">=6"
  7393. }
  7394. },
  7395. "node_modules/layout-base": {
  7396. "version": "1.0.2",
  7397. "resolved": "https://registry.npmmirror.com/layout-base/-/layout-base-1.0.2.tgz",
  7398. "integrity": "sha512-8h2oVEZNktL4BH2JCOI90iD1yXwL6iNW7KcCKT2QZgQJR2vbqDsldCTPRU9NifTCqHZci57XvQQ15YTu+sTYPg==",
  7399. "license": "MIT"
  7400. },
  7401. "node_modules/lightningcss": {
  7402. "version": "1.30.2",
  7403. "resolved": "https://registry.npmmirror.com/lightningcss/-/lightningcss-1.30.2.tgz",
  7404. "integrity": "sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==",
  7405. "dev": true,
  7406. "license": "MPL-2.0",
  7407. "dependencies": {
  7408. "detect-libc": "^2.0.3"
  7409. },
  7410. "engines": {
  7411. "node": ">= 12.0.0"
  7412. },
  7413. "funding": {
  7414. "type": "opencollective",
  7415. "url": "https://opencollective.com/parcel"
  7416. },
  7417. "optionalDependencies": {
  7418. "lightningcss-android-arm64": "1.30.2",
  7419. "lightningcss-darwin-arm64": "1.30.2",
  7420. "lightningcss-darwin-x64": "1.30.2",
  7421. "lightningcss-freebsd-x64": "1.30.2",
  7422. "lightningcss-linux-arm-gnueabihf": "1.30.2",
  7423. "lightningcss-linux-arm64-gnu": "1.30.2",
  7424. "lightningcss-linux-arm64-musl": "1.30.2",
  7425. "lightningcss-linux-x64-gnu": "1.30.2",
  7426. "lightningcss-linux-x64-musl": "1.30.2",
  7427. "lightningcss-win32-arm64-msvc": "1.30.2",
  7428. "lightningcss-win32-x64-msvc": "1.30.2"
  7429. }
  7430. },
  7431. "node_modules/lightningcss-android-arm64": {
  7432. "version": "1.30.2",
  7433. "resolved": "https://registry.npmmirror.com/lightningcss-android-arm64/-/lightningcss-android-arm64-1.30.2.tgz",
  7434. "integrity": "sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==",
  7435. "cpu": [
  7436. "arm64"
  7437. ],
  7438. "dev": true,
  7439. "license": "MPL-2.0",
  7440. "optional": true,
  7441. "os": [
  7442. "android"
  7443. ],
  7444. "engines": {
  7445. "node": ">= 12.0.0"
  7446. },
  7447. "funding": {
  7448. "type": "opencollective",
  7449. "url": "https://opencollective.com/parcel"
  7450. }
  7451. },
  7452. "node_modules/lightningcss-darwin-arm64": {
  7453. "version": "1.30.2",
  7454. "resolved": "https://registry.npmmirror.com/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.2.tgz",
  7455. "integrity": "sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==",
  7456. "cpu": [
  7457. "arm64"
  7458. ],
  7459. "dev": true,
  7460. "license": "MPL-2.0",
  7461. "optional": true,
  7462. "os": [
  7463. "darwin"
  7464. ],
  7465. "engines": {
  7466. "node": ">= 12.0.0"
  7467. },
  7468. "funding": {
  7469. "type": "opencollective",
  7470. "url": "https://opencollective.com/parcel"
  7471. }
  7472. },
  7473. "node_modules/lightningcss-darwin-x64": {
  7474. "version": "1.30.2",
  7475. "resolved": "https://registry.npmmirror.com/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.2.tgz",
  7476. "integrity": "sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==",
  7477. "cpu": [
  7478. "x64"
  7479. ],
  7480. "dev": true,
  7481. "license": "MPL-2.0",
  7482. "optional": true,
  7483. "os": [
  7484. "darwin"
  7485. ],
  7486. "engines": {
  7487. "node": ">= 12.0.0"
  7488. },
  7489. "funding": {
  7490. "type": "opencollective",
  7491. "url": "https://opencollective.com/parcel"
  7492. }
  7493. },
  7494. "node_modules/lightningcss-freebsd-x64": {
  7495. "version": "1.30.2",
  7496. "resolved": "https://registry.npmmirror.com/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.2.tgz",
  7497. "integrity": "sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==",
  7498. "cpu": [
  7499. "x64"
  7500. ],
  7501. "dev": true,
  7502. "license": "MPL-2.0",
  7503. "optional": true,
  7504. "os": [
  7505. "freebsd"
  7506. ],
  7507. "engines": {
  7508. "node": ">= 12.0.0"
  7509. },
  7510. "funding": {
  7511. "type": "opencollective",
  7512. "url": "https://opencollective.com/parcel"
  7513. }
  7514. },
  7515. "node_modules/lightningcss-linux-arm-gnueabihf": {
  7516. "version": "1.30.2",
  7517. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.2.tgz",
  7518. "integrity": "sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==",
  7519. "cpu": [
  7520. "arm"
  7521. ],
  7522. "dev": true,
  7523. "license": "MPL-2.0",
  7524. "optional": true,
  7525. "os": [
  7526. "linux"
  7527. ],
  7528. "engines": {
  7529. "node": ">= 12.0.0"
  7530. },
  7531. "funding": {
  7532. "type": "opencollective",
  7533. "url": "https://opencollective.com/parcel"
  7534. }
  7535. },
  7536. "node_modules/lightningcss-linux-arm64-gnu": {
  7537. "version": "1.30.2",
  7538. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.2.tgz",
  7539. "integrity": "sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==",
  7540. "cpu": [
  7541. "arm64"
  7542. ],
  7543. "dev": true,
  7544. "license": "MPL-2.0",
  7545. "optional": true,
  7546. "os": [
  7547. "linux"
  7548. ],
  7549. "engines": {
  7550. "node": ">= 12.0.0"
  7551. },
  7552. "funding": {
  7553. "type": "opencollective",
  7554. "url": "https://opencollective.com/parcel"
  7555. }
  7556. },
  7557. "node_modules/lightningcss-linux-arm64-musl": {
  7558. "version": "1.30.2",
  7559. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.2.tgz",
  7560. "integrity": "sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==",
  7561. "cpu": [
  7562. "arm64"
  7563. ],
  7564. "dev": true,
  7565. "license": "MPL-2.0",
  7566. "optional": true,
  7567. "os": [
  7568. "linux"
  7569. ],
  7570. "engines": {
  7571. "node": ">= 12.0.0"
  7572. },
  7573. "funding": {
  7574. "type": "opencollective",
  7575. "url": "https://opencollective.com/parcel"
  7576. }
  7577. },
  7578. "node_modules/lightningcss-linux-x64-gnu": {
  7579. "version": "1.30.2",
  7580. "resolved": "https://registry.npmmirror.com/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.2.tgz",
  7581. "integrity": "sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==",
  7582. "cpu": [
  7583. "x64"
  7584. ],
  7585. "dev": true,
  7586. "license": "MPL-2.0",
  7587. "optional": true,
  7588. "os": [
  7589. "linux"
  7590. ],
  7591. "engines": {
  7592. "node": ">= 12.0.0"
  7593. },
  7594. "funding": {
  7595. "type": "opencollective",
  7596. "url": "https://opencollective.com/parcel"
  7597. }
  7598. },
  7599. "node_modules/lightningcss-linux-x64-musl": {
  7600. "version": "1.30.2",
  7601. "resolved": "https://registry.npmmirror.com/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.2.tgz",
  7602. "integrity": "sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==",
  7603. "cpu": [
  7604. "x64"
  7605. ],
  7606. "dev": true,
  7607. "license": "MPL-2.0",
  7608. "optional": true,
  7609. "os": [
  7610. "linux"
  7611. ],
  7612. "engines": {
  7613. "node": ">= 12.0.0"
  7614. },
  7615. "funding": {
  7616. "type": "opencollective",
  7617. "url": "https://opencollective.com/parcel"
  7618. }
  7619. },
  7620. "node_modules/lightningcss-win32-arm64-msvc": {
  7621. "version": "1.30.2",
  7622. "resolved": "https://registry.npmmirror.com/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.2.tgz",
  7623. "integrity": "sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==",
  7624. "cpu": [
  7625. "arm64"
  7626. ],
  7627. "dev": true,
  7628. "license": "MPL-2.0",
  7629. "optional": true,
  7630. "os": [
  7631. "win32"
  7632. ],
  7633. "engines": {
  7634. "node": ">= 12.0.0"
  7635. },
  7636. "funding": {
  7637. "type": "opencollective",
  7638. "url": "https://opencollective.com/parcel"
  7639. }
  7640. },
  7641. "node_modules/lightningcss-win32-x64-msvc": {
  7642. "version": "1.30.2",
  7643. "resolved": "https://registry.npmmirror.com/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.2.tgz",
  7644. "integrity": "sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==",
  7645. "cpu": [
  7646. "x64"
  7647. ],
  7648. "dev": true,
  7649. "license": "MPL-2.0",
  7650. "optional": true,
  7651. "os": [
  7652. "win32"
  7653. ],
  7654. "engines": {
  7655. "node": ">= 12.0.0"
  7656. },
  7657. "funding": {
  7658. "type": "opencollective",
  7659. "url": "https://opencollective.com/parcel"
  7660. }
  7661. },
  7662. "node_modules/lilconfig": {
  7663. "version": "2.1.0",
  7664. "resolved": "https://registry.npmmirror.com/lilconfig/-/lilconfig-2.1.0.tgz",
  7665. "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==",
  7666. "dev": true,
  7667. "license": "MIT",
  7668. "engines": {
  7669. "node": ">=10"
  7670. }
  7671. },
  7672. "node_modules/lines-and-columns": {
  7673. "version": "1.2.4",
  7674. "resolved": "https://registry.npmmirror.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  7675. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
  7676. "license": "MIT"
  7677. },
  7678. "node_modules/linkify-it": {
  7679. "version": "5.0.0",
  7680. "resolved": "https://registry.npmmirror.com/linkify-it/-/linkify-it-5.0.0.tgz",
  7681. "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==",
  7682. "license": "MIT",
  7683. "dependencies": {
  7684. "uc.micro": "^2.0.0"
  7685. }
  7686. },
  7687. "node_modules/lint-staged": {
  7688. "version": "13.3.0",
  7689. "resolved": "https://registry.npmmirror.com/lint-staged/-/lint-staged-13.3.0.tgz",
  7690. "integrity": "sha512-mPRtrYnipYYv1FEE134ufbWpeggNTo+O/UPzngoaKzbzHAthvR55am+8GfHTnqNRQVRRrYQLGW9ZyUoD7DsBHQ==",
  7691. "dev": true,
  7692. "license": "MIT",
  7693. "dependencies": {
  7694. "chalk": "5.3.0",
  7695. "commander": "11.0.0",
  7696. "debug": "4.3.4",
  7697. "execa": "7.2.0",
  7698. "lilconfig": "2.1.0",
  7699. "listr2": "6.6.1",
  7700. "micromatch": "4.0.5",
  7701. "pidtree": "0.6.0",
  7702. "string-argv": "0.3.2",
  7703. "yaml": "2.3.1"
  7704. },
  7705. "bin": {
  7706. "lint-staged": "bin/lint-staged.js"
  7707. },
  7708. "engines": {
  7709. "node": "^16.14.0 || >=18.0.0"
  7710. },
  7711. "funding": {
  7712. "url": "https://opencollective.com/lint-staged"
  7713. }
  7714. },
  7715. "node_modules/lint-staged/node_modules/chalk": {
  7716. "version": "5.3.0",
  7717. "resolved": "https://registry.npmmirror.com/chalk/-/chalk-5.3.0.tgz",
  7718. "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
  7719. "dev": true,
  7720. "license": "MIT",
  7721. "engines": {
  7722. "node": "^12.17.0 || ^14.13 || >=16.0.0"
  7723. },
  7724. "funding": {
  7725. "url": "https://github.com/chalk/chalk?sponsor=1"
  7726. }
  7727. },
  7728. "node_modules/lint-staged/node_modules/debug": {
  7729. "version": "4.3.4",
  7730. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.3.4.tgz",
  7731. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  7732. "dev": true,
  7733. "license": "MIT",
  7734. "dependencies": {
  7735. "ms": "2.1.2"
  7736. },
  7737. "engines": {
  7738. "node": ">=6.0"
  7739. },
  7740. "peerDependenciesMeta": {
  7741. "supports-color": {
  7742. "optional": true
  7743. }
  7744. }
  7745. },
  7746. "node_modules/lint-staged/node_modules/ms": {
  7747. "version": "2.1.2",
  7748. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.2.tgz",
  7749. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
  7750. "dev": true,
  7751. "license": "MIT"
  7752. },
  7753. "node_modules/lint-staged/node_modules/yaml": {
  7754. "version": "2.3.1",
  7755. "resolved": "https://registry.npmmirror.com/yaml/-/yaml-2.3.1.tgz",
  7756. "integrity": "sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==",
  7757. "dev": true,
  7758. "license": "ISC",
  7759. "engines": {
  7760. "node": ">= 14"
  7761. }
  7762. },
  7763. "node_modules/listr2": {
  7764. "version": "6.6.1",
  7765. "resolved": "https://registry.npmmirror.com/listr2/-/listr2-6.6.1.tgz",
  7766. "integrity": "sha512-+rAXGHh0fkEWdXBmX+L6mmfmXmXvDGEKzkjxO+8mP3+nI/r/CWznVBvsibXdxda9Zz0OW2e2ikphN3OwCT/jSg==",
  7767. "dev": true,
  7768. "license": "MIT",
  7769. "dependencies": {
  7770. "cli-truncate": "^3.1.0",
  7771. "colorette": "^2.0.20",
  7772. "eventemitter3": "^5.0.1",
  7773. "log-update": "^5.0.1",
  7774. "rfdc": "^1.3.0",
  7775. "wrap-ansi": "^8.1.0"
  7776. },
  7777. "engines": {
  7778. "node": ">=16.0.0"
  7779. },
  7780. "peerDependencies": {
  7781. "enquirer": ">= 2.3.0 < 3"
  7782. },
  7783. "peerDependenciesMeta": {
  7784. "enquirer": {
  7785. "optional": true
  7786. }
  7787. }
  7788. },
  7789. "node_modules/loader-runner": {
  7790. "version": "4.3.0",
  7791. "resolved": "https://registry.npmmirror.com/loader-runner/-/loader-runner-4.3.0.tgz",
  7792. "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==",
  7793. "dev": true,
  7794. "license": "MIT",
  7795. "engines": {
  7796. "node": ">=6.11.5"
  7797. }
  7798. },
  7799. "node_modules/lodash": {
  7800. "version": "4.17.21",
  7801. "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
  7802. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  7803. "dev": true,
  7804. "license": "MIT"
  7805. },
  7806. "node_modules/lodash-es": {
  7807. "version": "4.17.21",
  7808. "resolved": "https://registry.npmmirror.com/lodash-es/-/lodash-es-4.17.21.tgz",
  7809. "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==",
  7810. "license": "MIT"
  7811. },
  7812. "node_modules/lodash.debounce": {
  7813. "version": "4.0.8",
  7814. "resolved": "https://registry.npmmirror.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
  7815. "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
  7816. "license": "MIT"
  7817. },
  7818. "node_modules/log-update": {
  7819. "version": "5.0.1",
  7820. "resolved": "https://registry.npmmirror.com/log-update/-/log-update-5.0.1.tgz",
  7821. "integrity": "sha512-5UtUDQ/6edw4ofyljDNcOVJQ4c7OjDro4h3y8e1GQL5iYElYclVHJ3zeWchylvMaKnDbDilC8irOVyexnA/Slw==",
  7822. "dev": true,
  7823. "license": "MIT",
  7824. "dependencies": {
  7825. "ansi-escapes": "^5.0.0",
  7826. "cli-cursor": "^4.0.0",
  7827. "slice-ansi": "^5.0.0",
  7828. "strip-ansi": "^7.0.1",
  7829. "wrap-ansi": "^8.0.1"
  7830. },
  7831. "engines": {
  7832. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  7833. },
  7834. "funding": {
  7835. "url": "https://github.com/sponsors/sindresorhus"
  7836. }
  7837. },
  7838. "node_modules/longest-streak": {
  7839. "version": "3.1.0",
  7840. "resolved": "https://registry.npmmirror.com/longest-streak/-/longest-streak-3.1.0.tgz",
  7841. "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==",
  7842. "license": "MIT",
  7843. "funding": {
  7844. "type": "github",
  7845. "url": "https://github.com/sponsors/wooorm"
  7846. }
  7847. },
  7848. "node_modules/loose-envify": {
  7849. "version": "1.4.0",
  7850. "resolved": "https://registry.npmmirror.com/loose-envify/-/loose-envify-1.4.0.tgz",
  7851. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  7852. "license": "MIT",
  7853. "dependencies": {
  7854. "js-tokens": "^3.0.0 || ^4.0.0"
  7855. },
  7856. "bin": {
  7857. "loose-envify": "cli.js"
  7858. }
  7859. },
  7860. "node_modules/lowlight": {
  7861. "version": "2.9.0",
  7862. "resolved": "https://registry.npmmirror.com/lowlight/-/lowlight-2.9.0.tgz",
  7863. "integrity": "sha512-OpcaUTCLmHuVuBcyNckKfH5B0oA4JUavb/M/8n9iAvanJYNQkrVm4pvyX0SUaqkBG4dnWHKt7p50B3ngAG2Rfw==",
  7864. "license": "MIT",
  7865. "dependencies": {
  7866. "@types/hast": "^2.0.0",
  7867. "fault": "^2.0.0",
  7868. "highlight.js": "~11.8.0"
  7869. },
  7870. "funding": {
  7871. "type": "github",
  7872. "url": "https://github.com/sponsors/wooorm"
  7873. }
  7874. },
  7875. "node_modules/lru-cache": {
  7876. "version": "5.1.1",
  7877. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz",
  7878. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  7879. "license": "ISC",
  7880. "dependencies": {
  7881. "yallist": "^3.0.2"
  7882. }
  7883. },
  7884. "node_modules/magic-string": {
  7885. "version": "0.30.21",
  7886. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.21.tgz",
  7887. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  7888. "dev": true,
  7889. "license": "MIT",
  7890. "dependencies": {
  7891. "@jridgewell/sourcemap-codec": "^1.5.5"
  7892. }
  7893. },
  7894. "node_modules/markdown-it": {
  7895. "version": "14.1.0",
  7896. "resolved": "https://registry.npmmirror.com/markdown-it/-/markdown-it-14.1.0.tgz",
  7897. "integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==",
  7898. "license": "MIT",
  7899. "dependencies": {
  7900. "argparse": "^2.0.1",
  7901. "entities": "^4.4.0",
  7902. "linkify-it": "^5.0.0",
  7903. "mdurl": "^2.0.0",
  7904. "punycode.js": "^2.3.1",
  7905. "uc.micro": "^2.1.0"
  7906. },
  7907. "bin": {
  7908. "markdown-it": "bin/markdown-it.mjs"
  7909. }
  7910. },
  7911. "node_modules/markdown-table": {
  7912. "version": "3.0.4",
  7913. "resolved": "https://registry.npmmirror.com/markdown-table/-/markdown-table-3.0.4.tgz",
  7914. "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==",
  7915. "license": "MIT",
  7916. "funding": {
  7917. "type": "github",
  7918. "url": "https://github.com/sponsors/wooorm"
  7919. }
  7920. },
  7921. "node_modules/math-intrinsics": {
  7922. "version": "1.1.0",
  7923. "resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  7924. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  7925. "license": "MIT",
  7926. "engines": {
  7927. "node": ">= 0.4"
  7928. }
  7929. },
  7930. "node_modules/mathjax-full": {
  7931. "version": "3.2.1",
  7932. "resolved": "https://registry.npmmirror.com/mathjax-full/-/mathjax-full-3.2.1.tgz",
  7933. "integrity": "sha512-aUz9o16MGZdeiIBwZjAfUBTiJb7LRqzZEl1YOZ8zQMGYIyh1/nxRebxKxjDe9L+xcZCr2OHdzoFBMcd6VnLv9Q==",
  7934. "license": "Apache-2.0",
  7935. "dependencies": {
  7936. "esm": "^3.2.25",
  7937. "mhchemparser": "^4.1.0",
  7938. "mj-context-menu": "^0.6.1",
  7939. "speech-rule-engine": "^4.0.6"
  7940. }
  7941. },
  7942. "node_modules/mdast-util-definitions": {
  7943. "version": "5.1.2",
  7944. "resolved": "https://registry.npmmirror.com/mdast-util-definitions/-/mdast-util-definitions-5.1.2.tgz",
  7945. "integrity": "sha512-8SVPMuHqlPME/z3gqVwWY4zVXn8lqKv/pAhC57FuJ40ImXyBpmO5ukh98zB2v7Blql2FiHjHv9LVztSIqjY+MA==",
  7946. "license": "MIT",
  7947. "dependencies": {
  7948. "@types/mdast": "^3.0.0",
  7949. "@types/unist": "^2.0.0",
  7950. "unist-util-visit": "^4.0.0"
  7951. },
  7952. "funding": {
  7953. "type": "opencollective",
  7954. "url": "https://opencollective.com/unified"
  7955. }
  7956. },
  7957. "node_modules/mdast-util-definitions/node_modules/unist-util-visit": {
  7958. "version": "4.1.2",
  7959. "resolved": "https://registry.npmmirror.com/unist-util-visit/-/unist-util-visit-4.1.2.tgz",
  7960. "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==",
  7961. "license": "MIT",
  7962. "dependencies": {
  7963. "@types/unist": "^2.0.0",
  7964. "unist-util-is": "^5.0.0",
  7965. "unist-util-visit-parents": "^5.1.1"
  7966. },
  7967. "funding": {
  7968. "type": "opencollective",
  7969. "url": "https://opencollective.com/unified"
  7970. }
  7971. },
  7972. "node_modules/mdast-util-definitions/node_modules/unist-util-visit-parents": {
  7973. "version": "5.1.3",
  7974. "resolved": "https://registry.npmmirror.com/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz",
  7975. "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==",
  7976. "license": "MIT",
  7977. "dependencies": {
  7978. "@types/unist": "^2.0.0",
  7979. "unist-util-is": "^5.0.0"
  7980. },
  7981. "funding": {
  7982. "type": "opencollective",
  7983. "url": "https://opencollective.com/unified"
  7984. }
  7985. },
  7986. "node_modules/mdast-util-find-and-replace": {
  7987. "version": "2.2.2",
  7988. "resolved": "https://registry.npmmirror.com/mdast-util-find-and-replace/-/mdast-util-find-and-replace-2.2.2.tgz",
  7989. "integrity": "sha512-MTtdFRz/eMDHXzeK6W3dO7mXUlF82Gom4y0oOgvHhh/HXZAGvIQDUvQ0SuUx+j2tv44b8xTHOm8K/9OoRFnXKw==",
  7990. "license": "MIT",
  7991. "dependencies": {
  7992. "@types/mdast": "^3.0.0",
  7993. "escape-string-regexp": "^5.0.0",
  7994. "unist-util-is": "^5.0.0",
  7995. "unist-util-visit-parents": "^5.0.0"
  7996. },
  7997. "funding": {
  7998. "type": "opencollective",
  7999. "url": "https://opencollective.com/unified"
  8000. }
  8001. },
  8002. "node_modules/mdast-util-find-and-replace/node_modules/unist-util-visit-parents": {
  8003. "version": "5.1.3",
  8004. "resolved": "https://registry.npmmirror.com/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz",
  8005. "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==",
  8006. "license": "MIT",
  8007. "dependencies": {
  8008. "@types/unist": "^2.0.0",
  8009. "unist-util-is": "^5.0.0"
  8010. },
  8011. "funding": {
  8012. "type": "opencollective",
  8013. "url": "https://opencollective.com/unified"
  8014. }
  8015. },
  8016. "node_modules/mdast-util-from-markdown": {
  8017. "version": "1.3.1",
  8018. "resolved": "https://registry.npmmirror.com/mdast-util-from-markdown/-/mdast-util-from-markdown-1.3.1.tgz",
  8019. "integrity": "sha512-4xTO/M8c82qBcnQc1tgpNtubGUW/Y1tBQ1B0i5CtSoelOLKFYlElIr3bvgREYYO5iRqbMY1YuqZng0GVOI8Qww==",
  8020. "license": "MIT",
  8021. "dependencies": {
  8022. "@types/mdast": "^3.0.0",
  8023. "@types/unist": "^2.0.0",
  8024. "decode-named-character-reference": "^1.0.0",
  8025. "mdast-util-to-string": "^3.1.0",
  8026. "micromark": "^3.0.0",
  8027. "micromark-util-decode-numeric-character-reference": "^1.0.0",
  8028. "micromark-util-decode-string": "^1.0.0",
  8029. "micromark-util-normalize-identifier": "^1.0.0",
  8030. "micromark-util-symbol": "^1.0.0",
  8031. "micromark-util-types": "^1.0.0",
  8032. "unist-util-stringify-position": "^3.0.0",
  8033. "uvu": "^0.5.0"
  8034. },
  8035. "funding": {
  8036. "type": "opencollective",
  8037. "url": "https://opencollective.com/unified"
  8038. }
  8039. },
  8040. "node_modules/mdast-util-gfm": {
  8041. "version": "2.0.2",
  8042. "resolved": "https://registry.npmmirror.com/mdast-util-gfm/-/mdast-util-gfm-2.0.2.tgz",
  8043. "integrity": "sha512-qvZ608nBppZ4icQlhQQIAdc6S3Ffj9RGmzwUKUWuEICFnd1LVkN3EktF7ZHAgfcEdvZB5owU9tQgt99e2TlLjg==",
  8044. "license": "MIT",
  8045. "dependencies": {
  8046. "mdast-util-from-markdown": "^1.0.0",
  8047. "mdast-util-gfm-autolink-literal": "^1.0.0",
  8048. "mdast-util-gfm-footnote": "^1.0.0",
  8049. "mdast-util-gfm-strikethrough": "^1.0.0",
  8050. "mdast-util-gfm-table": "^1.0.0",
  8051. "mdast-util-gfm-task-list-item": "^1.0.0",
  8052. "mdast-util-to-markdown": "^1.0.0"
  8053. },
  8054. "funding": {
  8055. "type": "opencollective",
  8056. "url": "https://opencollective.com/unified"
  8057. }
  8058. },
  8059. "node_modules/mdast-util-gfm-autolink-literal": {
  8060. "version": "1.0.3",
  8061. "resolved": "https://registry.npmmirror.com/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-1.0.3.tgz",
  8062. "integrity": "sha512-My8KJ57FYEy2W2LyNom4n3E7hKTuQk/0SES0u16tjA9Z3oFkF4RrC/hPAPgjlSpezsOvI8ObcXcElo92wn5IGA==",
  8063. "license": "MIT",
  8064. "dependencies": {
  8065. "@types/mdast": "^3.0.0",
  8066. "ccount": "^2.0.0",
  8067. "mdast-util-find-and-replace": "^2.0.0",
  8068. "micromark-util-character": "^1.0.0"
  8069. },
  8070. "funding": {
  8071. "type": "opencollective",
  8072. "url": "https://opencollective.com/unified"
  8073. }
  8074. },
  8075. "node_modules/mdast-util-gfm-footnote": {
  8076. "version": "1.0.2",
  8077. "resolved": "https://registry.npmmirror.com/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-1.0.2.tgz",
  8078. "integrity": "sha512-56D19KOGbE00uKVj3sgIykpwKL179QsVFwx/DCW0u/0+URsryacI4MAdNJl0dh+u2PSsD9FtxPFbHCzJ78qJFQ==",
  8079. "license": "MIT",
  8080. "dependencies": {
  8081. "@types/mdast": "^3.0.0",
  8082. "mdast-util-to-markdown": "^1.3.0",
  8083. "micromark-util-normalize-identifier": "^1.0.0"
  8084. },
  8085. "funding": {
  8086. "type": "opencollective",
  8087. "url": "https://opencollective.com/unified"
  8088. }
  8089. },
  8090. "node_modules/mdast-util-gfm-strikethrough": {
  8091. "version": "1.0.3",
  8092. "resolved": "https://registry.npmmirror.com/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-1.0.3.tgz",
  8093. "integrity": "sha512-DAPhYzTYrRcXdMjUtUjKvW9z/FNAMTdU0ORyMcbmkwYNbKocDpdk+PX1L1dQgOID/+vVs1uBQ7ElrBQfZ0cuiQ==",
  8094. "license": "MIT",
  8095. "dependencies": {
  8096. "@types/mdast": "^3.0.0",
  8097. "mdast-util-to-markdown": "^1.3.0"
  8098. },
  8099. "funding": {
  8100. "type": "opencollective",
  8101. "url": "https://opencollective.com/unified"
  8102. }
  8103. },
  8104. "node_modules/mdast-util-gfm-table": {
  8105. "version": "1.0.7",
  8106. "resolved": "https://registry.npmmirror.com/mdast-util-gfm-table/-/mdast-util-gfm-table-1.0.7.tgz",
  8107. "integrity": "sha512-jjcpmNnQvrmN5Vx7y7lEc2iIOEytYv7rTvu+MeyAsSHTASGCCRA79Igg2uKssgOs1i1po8s3plW0sTu1wkkLGg==",
  8108. "license": "MIT",
  8109. "dependencies": {
  8110. "@types/mdast": "^3.0.0",
  8111. "markdown-table": "^3.0.0",
  8112. "mdast-util-from-markdown": "^1.0.0",
  8113. "mdast-util-to-markdown": "^1.3.0"
  8114. },
  8115. "funding": {
  8116. "type": "opencollective",
  8117. "url": "https://opencollective.com/unified"
  8118. }
  8119. },
  8120. "node_modules/mdast-util-gfm-task-list-item": {
  8121. "version": "1.0.2",
  8122. "resolved": "https://registry.npmmirror.com/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-1.0.2.tgz",
  8123. "integrity": "sha512-PFTA1gzfp1B1UaiJVyhJZA1rm0+Tzn690frc/L8vNX1Jop4STZgOE6bxUhnzdVSB+vm2GU1tIsuQcA9bxTQpMQ==",
  8124. "license": "MIT",
  8125. "dependencies": {
  8126. "@types/mdast": "^3.0.0",
  8127. "mdast-util-to-markdown": "^1.3.0"
  8128. },
  8129. "funding": {
  8130. "type": "opencollective",
  8131. "url": "https://opencollective.com/unified"
  8132. }
  8133. },
  8134. "node_modules/mdast-util-math": {
  8135. "version": "2.0.2",
  8136. "resolved": "https://registry.npmmirror.com/mdast-util-math/-/mdast-util-math-2.0.2.tgz",
  8137. "integrity": "sha512-8gmkKVp9v6+Tgjtq6SYx9kGPpTf6FVYRa53/DLh479aldR9AyP48qeVOgNZ5X7QUK7nOy4yw7vg6mbiGcs9jWQ==",
  8138. "license": "MIT",
  8139. "dependencies": {
  8140. "@types/mdast": "^3.0.0",
  8141. "longest-streak": "^3.0.0",
  8142. "mdast-util-to-markdown": "^1.3.0"
  8143. },
  8144. "funding": {
  8145. "type": "opencollective",
  8146. "url": "https://opencollective.com/unified"
  8147. }
  8148. },
  8149. "node_modules/mdast-util-newline-to-break": {
  8150. "version": "1.0.0",
  8151. "resolved": "https://registry.npmmirror.com/mdast-util-newline-to-break/-/mdast-util-newline-to-break-1.0.0.tgz",
  8152. "integrity": "sha512-491LcYv3gbGhhCrLoeALncQmega2xPh+m3gbsIhVsOX4sw85+ShLFPvPyibxc1Swx/6GtzxgVodq+cGa/47ULg==",
  8153. "license": "MIT",
  8154. "dependencies": {
  8155. "@types/mdast": "^3.0.0",
  8156. "mdast-util-find-and-replace": "^2.0.0"
  8157. },
  8158. "funding": {
  8159. "type": "opencollective",
  8160. "url": "https://opencollective.com/unified"
  8161. }
  8162. },
  8163. "node_modules/mdast-util-phrasing": {
  8164. "version": "3.0.1",
  8165. "resolved": "https://registry.npmmirror.com/mdast-util-phrasing/-/mdast-util-phrasing-3.0.1.tgz",
  8166. "integrity": "sha512-WmI1gTXUBJo4/ZmSk79Wcb2HcjPJBzM1nlI/OUWA8yk2X9ik3ffNbBGsU+09BFmXaL1IBb9fiuvq6/KMiNycSg==",
  8167. "license": "MIT",
  8168. "dependencies": {
  8169. "@types/mdast": "^3.0.0",
  8170. "unist-util-is": "^5.0.0"
  8171. },
  8172. "funding": {
  8173. "type": "opencollective",
  8174. "url": "https://opencollective.com/unified"
  8175. }
  8176. },
  8177. "node_modules/mdast-util-to-hast": {
  8178. "version": "12.3.0",
  8179. "resolved": "https://registry.npmmirror.com/mdast-util-to-hast/-/mdast-util-to-hast-12.3.0.tgz",
  8180. "integrity": "sha512-pits93r8PhnIoU4Vy9bjW39M2jJ6/tdHyja9rrot9uujkN7UTU9SDnE6WNJz/IGyQk3XHX6yNNtrBH6cQzm8Hw==",
  8181. "license": "MIT",
  8182. "dependencies": {
  8183. "@types/hast": "^2.0.0",
  8184. "@types/mdast": "^3.0.0",
  8185. "mdast-util-definitions": "^5.0.0",
  8186. "micromark-util-sanitize-uri": "^1.1.0",
  8187. "trim-lines": "^3.0.0",
  8188. "unist-util-generated": "^2.0.0",
  8189. "unist-util-position": "^4.0.0",
  8190. "unist-util-visit": "^4.0.0"
  8191. },
  8192. "funding": {
  8193. "type": "opencollective",
  8194. "url": "https://opencollective.com/unified"
  8195. }
  8196. },
  8197. "node_modules/mdast-util-to-hast/node_modules/unist-util-visit": {
  8198. "version": "4.1.2",
  8199. "resolved": "https://registry.npmmirror.com/unist-util-visit/-/unist-util-visit-4.1.2.tgz",
  8200. "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==",
  8201. "license": "MIT",
  8202. "dependencies": {
  8203. "@types/unist": "^2.0.0",
  8204. "unist-util-is": "^5.0.0",
  8205. "unist-util-visit-parents": "^5.1.1"
  8206. },
  8207. "funding": {
  8208. "type": "opencollective",
  8209. "url": "https://opencollective.com/unified"
  8210. }
  8211. },
  8212. "node_modules/mdast-util-to-hast/node_modules/unist-util-visit-parents": {
  8213. "version": "5.1.3",
  8214. "resolved": "https://registry.npmmirror.com/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz",
  8215. "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==",
  8216. "license": "MIT",
  8217. "dependencies": {
  8218. "@types/unist": "^2.0.0",
  8219. "unist-util-is": "^5.0.0"
  8220. },
  8221. "funding": {
  8222. "type": "opencollective",
  8223. "url": "https://opencollective.com/unified"
  8224. }
  8225. },
  8226. "node_modules/mdast-util-to-markdown": {
  8227. "version": "1.5.0",
  8228. "resolved": "https://registry.npmmirror.com/mdast-util-to-markdown/-/mdast-util-to-markdown-1.5.0.tgz",
  8229. "integrity": "sha512-bbv7TPv/WC49thZPg3jXuqzuvI45IL2EVAr/KxF0BSdHsU0ceFHOmwQn6evxAh1GaoK/6GQ1wp4R4oW2+LFL/A==",
  8230. "license": "MIT",
  8231. "dependencies": {
  8232. "@types/mdast": "^3.0.0",
  8233. "@types/unist": "^2.0.0",
  8234. "longest-streak": "^3.0.0",
  8235. "mdast-util-phrasing": "^3.0.0",
  8236. "mdast-util-to-string": "^3.0.0",
  8237. "micromark-util-decode-string": "^1.0.0",
  8238. "unist-util-visit": "^4.0.0",
  8239. "zwitch": "^2.0.0"
  8240. },
  8241. "funding": {
  8242. "type": "opencollective",
  8243. "url": "https://opencollective.com/unified"
  8244. }
  8245. },
  8246. "node_modules/mdast-util-to-markdown/node_modules/unist-util-visit": {
  8247. "version": "4.1.2",
  8248. "resolved": "https://registry.npmmirror.com/unist-util-visit/-/unist-util-visit-4.1.2.tgz",
  8249. "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==",
  8250. "license": "MIT",
  8251. "dependencies": {
  8252. "@types/unist": "^2.0.0",
  8253. "unist-util-is": "^5.0.0",
  8254. "unist-util-visit-parents": "^5.1.1"
  8255. },
  8256. "funding": {
  8257. "type": "opencollective",
  8258. "url": "https://opencollective.com/unified"
  8259. }
  8260. },
  8261. "node_modules/mdast-util-to-markdown/node_modules/unist-util-visit-parents": {
  8262. "version": "5.1.3",
  8263. "resolved": "https://registry.npmmirror.com/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz",
  8264. "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==",
  8265. "license": "MIT",
  8266. "dependencies": {
  8267. "@types/unist": "^2.0.0",
  8268. "unist-util-is": "^5.0.0"
  8269. },
  8270. "funding": {
  8271. "type": "opencollective",
  8272. "url": "https://opencollective.com/unified"
  8273. }
  8274. },
  8275. "node_modules/mdast-util-to-string": {
  8276. "version": "3.2.0",
  8277. "resolved": "https://registry.npmmirror.com/mdast-util-to-string/-/mdast-util-to-string-3.2.0.tgz",
  8278. "integrity": "sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==",
  8279. "license": "MIT",
  8280. "dependencies": {
  8281. "@types/mdast": "^3.0.0"
  8282. },
  8283. "funding": {
  8284. "type": "opencollective",
  8285. "url": "https://opencollective.com/unified"
  8286. }
  8287. },
  8288. "node_modules/mdn-data": {
  8289. "version": "2.0.14",
  8290. "resolved": "https://registry.npmmirror.com/mdn-data/-/mdn-data-2.0.14.tgz",
  8291. "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==",
  8292. "license": "CC0-1.0"
  8293. },
  8294. "node_modules/mdurl": {
  8295. "version": "2.0.0",
  8296. "resolved": "https://registry.npmmirror.com/mdurl/-/mdurl-2.0.0.tgz",
  8297. "integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==",
  8298. "license": "MIT"
  8299. },
  8300. "node_modules/memoize-one": {
  8301. "version": "6.0.0",
  8302. "resolved": "https://registry.npmmirror.com/memoize-one/-/memoize-one-6.0.0.tgz",
  8303. "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==",
  8304. "license": "MIT"
  8305. },
  8306. "node_modules/merge": {
  8307. "version": "1.2.1",
  8308. "resolved": "https://registry.npmmirror.com/merge/-/merge-1.2.1.tgz",
  8309. "integrity": "sha512-VjFo4P5Whtj4vsLzsYBu5ayHhoHJ0UqNm7ibvShmbmoz7tGi0vXaoJbGdB+GmDMLUdg8DpQXEIeVDAe8MaABvQ==",
  8310. "dev": true,
  8311. "license": "MIT"
  8312. },
  8313. "node_modules/merge-stream": {
  8314. "version": "2.0.0",
  8315. "resolved": "https://registry.npmmirror.com/merge-stream/-/merge-stream-2.0.0.tgz",
  8316. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
  8317. "dev": true,
  8318. "license": "MIT"
  8319. },
  8320. "node_modules/mermaid": {
  8321. "version": "10.9.3",
  8322. "resolved": "https://registry.npmmirror.com/mermaid/-/mermaid-10.9.3.tgz",
  8323. "integrity": "sha512-V80X1isSEvAewIL3xhmz/rVmc27CVljcsbWxkxlWJWY/1kQa4XOABqpDl2qQLGKzpKm6WbTfUEKImBlUfFYArw==",
  8324. "license": "MIT",
  8325. "dependencies": {
  8326. "@braintree/sanitize-url": "^6.0.1",
  8327. "@types/d3-scale": "^4.0.3",
  8328. "@types/d3-scale-chromatic": "^3.0.0",
  8329. "cytoscape": "^3.28.1",
  8330. "cytoscape-cose-bilkent": "^4.1.0",
  8331. "d3": "^7.4.0",
  8332. "d3-sankey": "^0.12.3",
  8333. "dagre-d3-es": "7.0.10",
  8334. "dayjs": "^1.11.7",
  8335. "dompurify": "^3.0.5 <3.1.7",
  8336. "elkjs": "^0.9.0",
  8337. "katex": "^0.16.9",
  8338. "khroma": "^2.0.0",
  8339. "lodash-es": "^4.17.21",
  8340. "mdast-util-from-markdown": "^1.3.0",
  8341. "non-layered-tidy-tree-layout": "^2.0.2",
  8342. "stylis": "^4.1.3",
  8343. "ts-dedent": "^2.2.0",
  8344. "uuid": "^9.0.0",
  8345. "web-worker": "^1.2.0"
  8346. }
  8347. },
  8348. "node_modules/mhchemparser": {
  8349. "version": "4.2.1",
  8350. "resolved": "https://registry.npmmirror.com/mhchemparser/-/mhchemparser-4.2.1.tgz",
  8351. "integrity": "sha512-kYmyrCirqJf3zZ9t/0wGgRZ4/ZJw//VwaRVGA75C4nhE60vtnIzhl9J9ndkX/h6hxSN7pjg/cE0VxbnNM+bnDQ==",
  8352. "license": "Apache-2.0"
  8353. },
  8354. "node_modules/micromark": {
  8355. "version": "3.2.0",
  8356. "resolved": "https://registry.npmmirror.com/micromark/-/micromark-3.2.0.tgz",
  8357. "integrity": "sha512-uD66tJj54JLYq0De10AhWycZWGQNUvDI55xPgk2sQM5kn1JYlhbCMTtEeT27+vAhW2FBQxLlOmS3pmA7/2z4aA==",
  8358. "funding": [
  8359. {
  8360. "type": "GitHub Sponsors",
  8361. "url": "https://github.com/sponsors/unifiedjs"
  8362. },
  8363. {
  8364. "type": "OpenCollective",
  8365. "url": "https://opencollective.com/unified"
  8366. }
  8367. ],
  8368. "license": "MIT",
  8369. "dependencies": {
  8370. "@types/debug": "^4.0.0",
  8371. "debug": "^4.0.0",
  8372. "decode-named-character-reference": "^1.0.0",
  8373. "micromark-core-commonmark": "^1.0.1",
  8374. "micromark-factory-space": "^1.0.0",
  8375. "micromark-util-character": "^1.0.0",
  8376. "micromark-util-chunked": "^1.0.0",
  8377. "micromark-util-combine-extensions": "^1.0.0",
  8378. "micromark-util-decode-numeric-character-reference": "^1.0.0",
  8379. "micromark-util-encode": "^1.0.0",
  8380. "micromark-util-normalize-identifier": "^1.0.0",
  8381. "micromark-util-resolve-all": "^1.0.0",
  8382. "micromark-util-sanitize-uri": "^1.0.0",
  8383. "micromark-util-subtokenize": "^1.0.0",
  8384. "micromark-util-symbol": "^1.0.0",
  8385. "micromark-util-types": "^1.0.1",
  8386. "uvu": "^0.5.0"
  8387. }
  8388. },
  8389. "node_modules/micromark-core-commonmark": {
  8390. "version": "1.1.0",
  8391. "resolved": "https://registry.npmmirror.com/micromark-core-commonmark/-/micromark-core-commonmark-1.1.0.tgz",
  8392. "integrity": "sha512-BgHO1aRbolh2hcrzL2d1La37V0Aoz73ymF8rAcKnohLy93titmv62E0gP8Hrx9PKcKrqCZ1BbLGbP3bEhoXYlw==",
  8393. "funding": [
  8394. {
  8395. "type": "GitHub Sponsors",
  8396. "url": "https://github.com/sponsors/unifiedjs"
  8397. },
  8398. {
  8399. "type": "OpenCollective",
  8400. "url": "https://opencollective.com/unified"
  8401. }
  8402. ],
  8403. "license": "MIT",
  8404. "dependencies": {
  8405. "decode-named-character-reference": "^1.0.0",
  8406. "micromark-factory-destination": "^1.0.0",
  8407. "micromark-factory-label": "^1.0.0",
  8408. "micromark-factory-space": "^1.0.0",
  8409. "micromark-factory-title": "^1.0.0",
  8410. "micromark-factory-whitespace": "^1.0.0",
  8411. "micromark-util-character": "^1.0.0",
  8412. "micromark-util-chunked": "^1.0.0",
  8413. "micromark-util-classify-character": "^1.0.0",
  8414. "micromark-util-html-tag-name": "^1.0.0",
  8415. "micromark-util-normalize-identifier": "^1.0.0",
  8416. "micromark-util-resolve-all": "^1.0.0",
  8417. "micromark-util-subtokenize": "^1.0.0",
  8418. "micromark-util-symbol": "^1.0.0",
  8419. "micromark-util-types": "^1.0.1",
  8420. "uvu": "^0.5.0"
  8421. }
  8422. },
  8423. "node_modules/micromark-extension-gfm": {
  8424. "version": "2.0.3",
  8425. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm/-/micromark-extension-gfm-2.0.3.tgz",
  8426. "integrity": "sha512-vb9OoHqrhCmbRidQv/2+Bc6pkP0FrtlhurxZofvOEy5o8RtuuvTq+RQ1Vw5ZDNrVraQZu3HixESqbG+0iKk/MQ==",
  8427. "license": "MIT",
  8428. "dependencies": {
  8429. "micromark-extension-gfm-autolink-literal": "^1.0.0",
  8430. "micromark-extension-gfm-footnote": "^1.0.0",
  8431. "micromark-extension-gfm-strikethrough": "^1.0.0",
  8432. "micromark-extension-gfm-table": "^1.0.0",
  8433. "micromark-extension-gfm-tagfilter": "^1.0.0",
  8434. "micromark-extension-gfm-task-list-item": "^1.0.0",
  8435. "micromark-util-combine-extensions": "^1.0.0",
  8436. "micromark-util-types": "^1.0.0"
  8437. },
  8438. "funding": {
  8439. "type": "opencollective",
  8440. "url": "https://opencollective.com/unified"
  8441. }
  8442. },
  8443. "node_modules/micromark-extension-gfm-autolink-literal": {
  8444. "version": "1.0.5",
  8445. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-1.0.5.tgz",
  8446. "integrity": "sha512-z3wJSLrDf8kRDOh2qBtoTRD53vJ+CWIyo7uyZuxf/JAbNJjiHsOpG1y5wxk8drtv3ETAHutCu6N3thkOOgueWg==",
  8447. "license": "MIT",
  8448. "dependencies": {
  8449. "micromark-util-character": "^1.0.0",
  8450. "micromark-util-sanitize-uri": "^1.0.0",
  8451. "micromark-util-symbol": "^1.0.0",
  8452. "micromark-util-types": "^1.0.0"
  8453. },
  8454. "funding": {
  8455. "type": "opencollective",
  8456. "url": "https://opencollective.com/unified"
  8457. }
  8458. },
  8459. "node_modules/micromark-extension-gfm-footnote": {
  8460. "version": "1.1.2",
  8461. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-1.1.2.tgz",
  8462. "integrity": "sha512-Yxn7z7SxgyGWRNa4wzf8AhYYWNrwl5q1Z8ii+CSTTIqVkmGZF1CElX2JI8g5yGoM3GAman9/PVCUFUSJ0kB/8Q==",
  8463. "license": "MIT",
  8464. "dependencies": {
  8465. "micromark-core-commonmark": "^1.0.0",
  8466. "micromark-factory-space": "^1.0.0",
  8467. "micromark-util-character": "^1.0.0",
  8468. "micromark-util-normalize-identifier": "^1.0.0",
  8469. "micromark-util-sanitize-uri": "^1.0.0",
  8470. "micromark-util-symbol": "^1.0.0",
  8471. "micromark-util-types": "^1.0.0",
  8472. "uvu": "^0.5.0"
  8473. },
  8474. "funding": {
  8475. "type": "opencollective",
  8476. "url": "https://opencollective.com/unified"
  8477. }
  8478. },
  8479. "node_modules/micromark-extension-gfm-strikethrough": {
  8480. "version": "1.0.7",
  8481. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-1.0.7.tgz",
  8482. "integrity": "sha512-sX0FawVE1o3abGk3vRjOH50L5TTLr3b5XMqnP9YDRb34M0v5OoZhG+OHFz1OffZ9dlwgpTBKaT4XW/AsUVnSDw==",
  8483. "license": "MIT",
  8484. "dependencies": {
  8485. "micromark-util-chunked": "^1.0.0",
  8486. "micromark-util-classify-character": "^1.0.0",
  8487. "micromark-util-resolve-all": "^1.0.0",
  8488. "micromark-util-symbol": "^1.0.0",
  8489. "micromark-util-types": "^1.0.0",
  8490. "uvu": "^0.5.0"
  8491. },
  8492. "funding": {
  8493. "type": "opencollective",
  8494. "url": "https://opencollective.com/unified"
  8495. }
  8496. },
  8497. "node_modules/micromark-extension-gfm-table": {
  8498. "version": "1.0.7",
  8499. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-table/-/micromark-extension-gfm-table-1.0.7.tgz",
  8500. "integrity": "sha512-3ZORTHtcSnMQEKtAOsBQ9/oHp9096pI/UvdPtN7ehKvrmZZ2+bbWhi0ln+I9drmwXMt5boocn6OlwQzNXeVeqw==",
  8501. "license": "MIT",
  8502. "dependencies": {
  8503. "micromark-factory-space": "^1.0.0",
  8504. "micromark-util-character": "^1.0.0",
  8505. "micromark-util-symbol": "^1.0.0",
  8506. "micromark-util-types": "^1.0.0",
  8507. "uvu": "^0.5.0"
  8508. },
  8509. "funding": {
  8510. "type": "opencollective",
  8511. "url": "https://opencollective.com/unified"
  8512. }
  8513. },
  8514. "node_modules/micromark-extension-gfm-tagfilter": {
  8515. "version": "1.0.2",
  8516. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-1.0.2.tgz",
  8517. "integrity": "sha512-5XWB9GbAUSHTn8VPU8/1DBXMuKYT5uOgEjJb8gN3mW0PNW5OPHpSdojoqf+iq1xo7vWzw/P8bAHY0n6ijpXF7g==",
  8518. "license": "MIT",
  8519. "dependencies": {
  8520. "micromark-util-types": "^1.0.0"
  8521. },
  8522. "funding": {
  8523. "type": "opencollective",
  8524. "url": "https://opencollective.com/unified"
  8525. }
  8526. },
  8527. "node_modules/micromark-extension-gfm-task-list-item": {
  8528. "version": "1.0.5",
  8529. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-1.0.5.tgz",
  8530. "integrity": "sha512-RMFXl2uQ0pNQy6Lun2YBYT9g9INXtWJULgbt01D/x8/6yJ2qpKyzdZD3pi6UIkzF++Da49xAelVKUeUMqd5eIQ==",
  8531. "license": "MIT",
  8532. "dependencies": {
  8533. "micromark-factory-space": "^1.0.0",
  8534. "micromark-util-character": "^1.0.0",
  8535. "micromark-util-symbol": "^1.0.0",
  8536. "micromark-util-types": "^1.0.0",
  8537. "uvu": "^0.5.0"
  8538. },
  8539. "funding": {
  8540. "type": "opencollective",
  8541. "url": "https://opencollective.com/unified"
  8542. }
  8543. },
  8544. "node_modules/micromark-extension-math": {
  8545. "version": "2.1.2",
  8546. "resolved": "https://registry.npmmirror.com/micromark-extension-math/-/micromark-extension-math-2.1.2.tgz",
  8547. "integrity": "sha512-es0CcOV89VNS9wFmyn+wyFTKweXGW4CEvdaAca6SWRWPyYCbBisnjaHLjWO4Nszuiud84jCpkHsqAJoa768Pvg==",
  8548. "license": "MIT",
  8549. "dependencies": {
  8550. "@types/katex": "^0.16.0",
  8551. "katex": "^0.16.0",
  8552. "micromark-factory-space": "^1.0.0",
  8553. "micromark-util-character": "^1.0.0",
  8554. "micromark-util-symbol": "^1.0.0",
  8555. "micromark-util-types": "^1.0.0",
  8556. "uvu": "^0.5.0"
  8557. },
  8558. "funding": {
  8559. "type": "opencollective",
  8560. "url": "https://opencollective.com/unified"
  8561. }
  8562. },
  8563. "node_modules/micromark-extension-math/node_modules/@types/katex": {
  8564. "version": "0.16.7",
  8565. "resolved": "https://registry.npmmirror.com/@types/katex/-/katex-0.16.7.tgz",
  8566. "integrity": "sha512-HMwFiRujE5PjrgwHQ25+bsLJgowjGjm5Z8FVSf0N6PwgJrwxH0QxzHYDcKsTfV3wva0vzrpqMTJS2jXPr5BMEQ==",
  8567. "license": "MIT"
  8568. },
  8569. "node_modules/micromark-factory-destination": {
  8570. "version": "1.1.0",
  8571. "resolved": "https://registry.npmmirror.com/micromark-factory-destination/-/micromark-factory-destination-1.1.0.tgz",
  8572. "integrity": "sha512-XaNDROBgx9SgSChd69pjiGKbV+nfHGDPVYFs5dOoDd7ZnMAE+Cuu91BCpsY8RT2NP9vo/B8pds2VQNCLiu0zhg==",
  8573. "funding": [
  8574. {
  8575. "type": "GitHub Sponsors",
  8576. "url": "https://github.com/sponsors/unifiedjs"
  8577. },
  8578. {
  8579. "type": "OpenCollective",
  8580. "url": "https://opencollective.com/unified"
  8581. }
  8582. ],
  8583. "license": "MIT",
  8584. "dependencies": {
  8585. "micromark-util-character": "^1.0.0",
  8586. "micromark-util-symbol": "^1.0.0",
  8587. "micromark-util-types": "^1.0.0"
  8588. }
  8589. },
  8590. "node_modules/micromark-factory-label": {
  8591. "version": "1.1.0",
  8592. "resolved": "https://registry.npmmirror.com/micromark-factory-label/-/micromark-factory-label-1.1.0.tgz",
  8593. "integrity": "sha512-OLtyez4vZo/1NjxGhcpDSbHQ+m0IIGnT8BoPamh+7jVlzLJBH98zzuCoUeMxvM6WsNeh8wx8cKvqLiPHEACn0w==",
  8594. "funding": [
  8595. {
  8596. "type": "GitHub Sponsors",
  8597. "url": "https://github.com/sponsors/unifiedjs"
  8598. },
  8599. {
  8600. "type": "OpenCollective",
  8601. "url": "https://opencollective.com/unified"
  8602. }
  8603. ],
  8604. "license": "MIT",
  8605. "dependencies": {
  8606. "micromark-util-character": "^1.0.0",
  8607. "micromark-util-symbol": "^1.0.0",
  8608. "micromark-util-types": "^1.0.0",
  8609. "uvu": "^0.5.0"
  8610. }
  8611. },
  8612. "node_modules/micromark-factory-space": {
  8613. "version": "1.1.0",
  8614. "resolved": "https://registry.npmmirror.com/micromark-factory-space/-/micromark-factory-space-1.1.0.tgz",
  8615. "integrity": "sha512-cRzEj7c0OL4Mw2v6nwzttyOZe8XY/Z8G0rzmWQZTBi/jjwyw/U4uqKtUORXQrR5bAZZnbTI/feRV/R7hc4jQYQ==",
  8616. "funding": [
  8617. {
  8618. "type": "GitHub Sponsors",
  8619. "url": "https://github.com/sponsors/unifiedjs"
  8620. },
  8621. {
  8622. "type": "OpenCollective",
  8623. "url": "https://opencollective.com/unified"
  8624. }
  8625. ],
  8626. "license": "MIT",
  8627. "dependencies": {
  8628. "micromark-util-character": "^1.0.0",
  8629. "micromark-util-types": "^1.0.0"
  8630. }
  8631. },
  8632. "node_modules/micromark-factory-title": {
  8633. "version": "1.1.0",
  8634. "resolved": "https://registry.npmmirror.com/micromark-factory-title/-/micromark-factory-title-1.1.0.tgz",
  8635. "integrity": "sha512-J7n9R3vMmgjDOCY8NPw55jiyaQnH5kBdV2/UXCtZIpnHH3P6nHUKaH7XXEYuWwx/xUJcawa8plLBEjMPU24HzQ==",
  8636. "funding": [
  8637. {
  8638. "type": "GitHub Sponsors",
  8639. "url": "https://github.com/sponsors/unifiedjs"
  8640. },
  8641. {
  8642. "type": "OpenCollective",
  8643. "url": "https://opencollective.com/unified"
  8644. }
  8645. ],
  8646. "license": "MIT",
  8647. "dependencies": {
  8648. "micromark-factory-space": "^1.0.0",
  8649. "micromark-util-character": "^1.0.0",
  8650. "micromark-util-symbol": "^1.0.0",
  8651. "micromark-util-types": "^1.0.0"
  8652. }
  8653. },
  8654. "node_modules/micromark-factory-whitespace": {
  8655. "version": "1.1.0",
  8656. "resolved": "https://registry.npmmirror.com/micromark-factory-whitespace/-/micromark-factory-whitespace-1.1.0.tgz",
  8657. "integrity": "sha512-v2WlmiymVSp5oMg+1Q0N1Lxmt6pMhIHD457whWM7/GUlEks1hI9xj5w3zbc4uuMKXGisksZk8DzP2UyGbGqNsQ==",
  8658. "funding": [
  8659. {
  8660. "type": "GitHub Sponsors",
  8661. "url": "https://github.com/sponsors/unifiedjs"
  8662. },
  8663. {
  8664. "type": "OpenCollective",
  8665. "url": "https://opencollective.com/unified"
  8666. }
  8667. ],
  8668. "license": "MIT",
  8669. "dependencies": {
  8670. "micromark-factory-space": "^1.0.0",
  8671. "micromark-util-character": "^1.0.0",
  8672. "micromark-util-symbol": "^1.0.0",
  8673. "micromark-util-types": "^1.0.0"
  8674. }
  8675. },
  8676. "node_modules/micromark-util-character": {
  8677. "version": "1.2.0",
  8678. "resolved": "https://registry.npmmirror.com/micromark-util-character/-/micromark-util-character-1.2.0.tgz",
  8679. "integrity": "sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==",
  8680. "funding": [
  8681. {
  8682. "type": "GitHub Sponsors",
  8683. "url": "https://github.com/sponsors/unifiedjs"
  8684. },
  8685. {
  8686. "type": "OpenCollective",
  8687. "url": "https://opencollective.com/unified"
  8688. }
  8689. ],
  8690. "license": "MIT",
  8691. "dependencies": {
  8692. "micromark-util-symbol": "^1.0.0",
  8693. "micromark-util-types": "^1.0.0"
  8694. }
  8695. },
  8696. "node_modules/micromark-util-chunked": {
  8697. "version": "1.1.0",
  8698. "resolved": "https://registry.npmmirror.com/micromark-util-chunked/-/micromark-util-chunked-1.1.0.tgz",
  8699. "integrity": "sha512-Ye01HXpkZPNcV6FiyoW2fGZDUw4Yc7vT0E9Sad83+bEDiCJ1uXu0S3mr8WLpsz3HaG3x2q0HM6CTuPdcZcluFQ==",
  8700. "funding": [
  8701. {
  8702. "type": "GitHub Sponsors",
  8703. "url": "https://github.com/sponsors/unifiedjs"
  8704. },
  8705. {
  8706. "type": "OpenCollective",
  8707. "url": "https://opencollective.com/unified"
  8708. }
  8709. ],
  8710. "license": "MIT",
  8711. "dependencies": {
  8712. "micromark-util-symbol": "^1.0.0"
  8713. }
  8714. },
  8715. "node_modules/micromark-util-classify-character": {
  8716. "version": "1.1.0",
  8717. "resolved": "https://registry.npmmirror.com/micromark-util-classify-character/-/micromark-util-classify-character-1.1.0.tgz",
  8718. "integrity": "sha512-SL0wLxtKSnklKSUplok1WQFoGhUdWYKggKUiqhX+Swala+BtptGCu5iPRc+xvzJ4PXE/hwM3FNXsfEVgoZsWbw==",
  8719. "funding": [
  8720. {
  8721. "type": "GitHub Sponsors",
  8722. "url": "https://github.com/sponsors/unifiedjs"
  8723. },
  8724. {
  8725. "type": "OpenCollective",
  8726. "url": "https://opencollective.com/unified"
  8727. }
  8728. ],
  8729. "license": "MIT",
  8730. "dependencies": {
  8731. "micromark-util-character": "^1.0.0",
  8732. "micromark-util-symbol": "^1.0.0",
  8733. "micromark-util-types": "^1.0.0"
  8734. }
  8735. },
  8736. "node_modules/micromark-util-combine-extensions": {
  8737. "version": "1.1.0",
  8738. "resolved": "https://registry.npmmirror.com/micromark-util-combine-extensions/-/micromark-util-combine-extensions-1.1.0.tgz",
  8739. "integrity": "sha512-Q20sp4mfNf9yEqDL50WwuWZHUrCO4fEyeDCnMGmG5Pr0Cz15Uo7KBs6jq+dq0EgX4DPwwrh9m0X+zPV1ypFvUA==",
  8740. "funding": [
  8741. {
  8742. "type": "GitHub Sponsors",
  8743. "url": "https://github.com/sponsors/unifiedjs"
  8744. },
  8745. {
  8746. "type": "OpenCollective",
  8747. "url": "https://opencollective.com/unified"
  8748. }
  8749. ],
  8750. "license": "MIT",
  8751. "dependencies": {
  8752. "micromark-util-chunked": "^1.0.0",
  8753. "micromark-util-types": "^1.0.0"
  8754. }
  8755. },
  8756. "node_modules/micromark-util-decode-numeric-character-reference": {
  8757. "version": "1.1.0",
  8758. "resolved": "https://registry.npmmirror.com/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-1.1.0.tgz",
  8759. "integrity": "sha512-m9V0ExGv0jB1OT21mrWcuf4QhP46pH1KkfWy9ZEezqHKAxkj4mPCy3nIH1rkbdMlChLHX531eOrymlwyZIf2iw==",
  8760. "funding": [
  8761. {
  8762. "type": "GitHub Sponsors",
  8763. "url": "https://github.com/sponsors/unifiedjs"
  8764. },
  8765. {
  8766. "type": "OpenCollective",
  8767. "url": "https://opencollective.com/unified"
  8768. }
  8769. ],
  8770. "license": "MIT",
  8771. "dependencies": {
  8772. "micromark-util-symbol": "^1.0.0"
  8773. }
  8774. },
  8775. "node_modules/micromark-util-decode-string": {
  8776. "version": "1.1.0",
  8777. "resolved": "https://registry.npmmirror.com/micromark-util-decode-string/-/micromark-util-decode-string-1.1.0.tgz",
  8778. "integrity": "sha512-YphLGCK8gM1tG1bd54azwyrQRjCFcmgj2S2GoJDNnh4vYtnL38JS8M4gpxzOPNyHdNEpheyWXCTnnTDY3N+NVQ==",
  8779. "funding": [
  8780. {
  8781. "type": "GitHub Sponsors",
  8782. "url": "https://github.com/sponsors/unifiedjs"
  8783. },
  8784. {
  8785. "type": "OpenCollective",
  8786. "url": "https://opencollective.com/unified"
  8787. }
  8788. ],
  8789. "license": "MIT",
  8790. "dependencies": {
  8791. "decode-named-character-reference": "^1.0.0",
  8792. "micromark-util-character": "^1.0.0",
  8793. "micromark-util-decode-numeric-character-reference": "^1.0.0",
  8794. "micromark-util-symbol": "^1.0.0"
  8795. }
  8796. },
  8797. "node_modules/micromark-util-encode": {
  8798. "version": "1.1.0",
  8799. "resolved": "https://registry.npmmirror.com/micromark-util-encode/-/micromark-util-encode-1.1.0.tgz",
  8800. "integrity": "sha512-EuEzTWSTAj9PA5GOAs992GzNh2dGQO52UvAbtSOMvXTxv3Criqb6IOzJUBCmEqrrXSblJIJBbFFv6zPxpreiJw==",
  8801. "funding": [
  8802. {
  8803. "type": "GitHub Sponsors",
  8804. "url": "https://github.com/sponsors/unifiedjs"
  8805. },
  8806. {
  8807. "type": "OpenCollective",
  8808. "url": "https://opencollective.com/unified"
  8809. }
  8810. ],
  8811. "license": "MIT"
  8812. },
  8813. "node_modules/micromark-util-html-tag-name": {
  8814. "version": "1.2.0",
  8815. "resolved": "https://registry.npmmirror.com/micromark-util-html-tag-name/-/micromark-util-html-tag-name-1.2.0.tgz",
  8816. "integrity": "sha512-VTQzcuQgFUD7yYztuQFKXT49KghjtETQ+Wv/zUjGSGBioZnkA4P1XXZPT1FHeJA6RwRXSF47yvJ1tsJdoxwO+Q==",
  8817. "funding": [
  8818. {
  8819. "type": "GitHub Sponsors",
  8820. "url": "https://github.com/sponsors/unifiedjs"
  8821. },
  8822. {
  8823. "type": "OpenCollective",
  8824. "url": "https://opencollective.com/unified"
  8825. }
  8826. ],
  8827. "license": "MIT"
  8828. },
  8829. "node_modules/micromark-util-normalize-identifier": {
  8830. "version": "1.1.0",
  8831. "resolved": "https://registry.npmmirror.com/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-1.1.0.tgz",
  8832. "integrity": "sha512-N+w5vhqrBihhjdpM8+5Xsxy71QWqGn7HYNUvch71iV2PM7+E3uWGox1Qp90loa1ephtCxG2ftRV/Conitc6P2Q==",
  8833. "funding": [
  8834. {
  8835. "type": "GitHub Sponsors",
  8836. "url": "https://github.com/sponsors/unifiedjs"
  8837. },
  8838. {
  8839. "type": "OpenCollective",
  8840. "url": "https://opencollective.com/unified"
  8841. }
  8842. ],
  8843. "license": "MIT",
  8844. "dependencies": {
  8845. "micromark-util-symbol": "^1.0.0"
  8846. }
  8847. },
  8848. "node_modules/micromark-util-resolve-all": {
  8849. "version": "1.1.0",
  8850. "resolved": "https://registry.npmmirror.com/micromark-util-resolve-all/-/micromark-util-resolve-all-1.1.0.tgz",
  8851. "integrity": "sha512-b/G6BTMSg+bX+xVCshPTPyAu2tmA0E4X98NSR7eIbeC6ycCqCeE7wjfDIgzEbkzdEVJXRtOG4FbEm/uGbCRouA==",
  8852. "funding": [
  8853. {
  8854. "type": "GitHub Sponsors",
  8855. "url": "https://github.com/sponsors/unifiedjs"
  8856. },
  8857. {
  8858. "type": "OpenCollective",
  8859. "url": "https://opencollective.com/unified"
  8860. }
  8861. ],
  8862. "license": "MIT",
  8863. "dependencies": {
  8864. "micromark-util-types": "^1.0.0"
  8865. }
  8866. },
  8867. "node_modules/micromark-util-sanitize-uri": {
  8868. "version": "1.2.0",
  8869. "resolved": "https://registry.npmmirror.com/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-1.2.0.tgz",
  8870. "integrity": "sha512-QO4GXv0XZfWey4pYFndLUKEAktKkG5kZTdUNaTAkzbuJxn2tNBOr+QtxR2XpWaMhbImT2dPzyLrPXLlPhph34A==",
  8871. "funding": [
  8872. {
  8873. "type": "GitHub Sponsors",
  8874. "url": "https://github.com/sponsors/unifiedjs"
  8875. },
  8876. {
  8877. "type": "OpenCollective",
  8878. "url": "https://opencollective.com/unified"
  8879. }
  8880. ],
  8881. "license": "MIT",
  8882. "dependencies": {
  8883. "micromark-util-character": "^1.0.0",
  8884. "micromark-util-encode": "^1.0.0",
  8885. "micromark-util-symbol": "^1.0.0"
  8886. }
  8887. },
  8888. "node_modules/micromark-util-subtokenize": {
  8889. "version": "1.1.0",
  8890. "resolved": "https://registry.npmmirror.com/micromark-util-subtokenize/-/micromark-util-subtokenize-1.1.0.tgz",
  8891. "integrity": "sha512-kUQHyzRoxvZO2PuLzMt2P/dwVsTiivCK8icYTeR+3WgbuPqfHgPPy7nFKbeqRivBvn/3N3GBiNC+JRTMSxEC7A==",
  8892. "funding": [
  8893. {
  8894. "type": "GitHub Sponsors",
  8895. "url": "https://github.com/sponsors/unifiedjs"
  8896. },
  8897. {
  8898. "type": "OpenCollective",
  8899. "url": "https://opencollective.com/unified"
  8900. }
  8901. ],
  8902. "license": "MIT",
  8903. "dependencies": {
  8904. "micromark-util-chunked": "^1.0.0",
  8905. "micromark-util-symbol": "^1.0.0",
  8906. "micromark-util-types": "^1.0.0",
  8907. "uvu": "^0.5.0"
  8908. }
  8909. },
  8910. "node_modules/micromark-util-symbol": {
  8911. "version": "1.1.0",
  8912. "resolved": "https://registry.npmmirror.com/micromark-util-symbol/-/micromark-util-symbol-1.1.0.tgz",
  8913. "integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==",
  8914. "funding": [
  8915. {
  8916. "type": "GitHub Sponsors",
  8917. "url": "https://github.com/sponsors/unifiedjs"
  8918. },
  8919. {
  8920. "type": "OpenCollective",
  8921. "url": "https://opencollective.com/unified"
  8922. }
  8923. ],
  8924. "license": "MIT"
  8925. },
  8926. "node_modules/micromark-util-types": {
  8927. "version": "1.1.0",
  8928. "resolved": "https://registry.npmmirror.com/micromark-util-types/-/micromark-util-types-1.1.0.tgz",
  8929. "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==",
  8930. "funding": [
  8931. {
  8932. "type": "GitHub Sponsors",
  8933. "url": "https://github.com/sponsors/unifiedjs"
  8934. },
  8935. {
  8936. "type": "OpenCollective",
  8937. "url": "https://opencollective.com/unified"
  8938. }
  8939. ],
  8940. "license": "MIT"
  8941. },
  8942. "node_modules/micromatch": {
  8943. "version": "4.0.5",
  8944. "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.5.tgz",
  8945. "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
  8946. "devOptional": true,
  8947. "license": "MIT",
  8948. "dependencies": {
  8949. "braces": "^3.0.2",
  8950. "picomatch": "^2.3.1"
  8951. },
  8952. "engines": {
  8953. "node": ">=8.6"
  8954. }
  8955. },
  8956. "node_modules/mime-db": {
  8957. "version": "1.52.0",
  8958. "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
  8959. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  8960. "license": "MIT",
  8961. "engines": {
  8962. "node": ">= 0.6"
  8963. }
  8964. },
  8965. "node_modules/mime-types": {
  8966. "version": "2.1.35",
  8967. "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
  8968. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  8969. "license": "MIT",
  8970. "dependencies": {
  8971. "mime-db": "1.52.0"
  8972. },
  8973. "engines": {
  8974. "node": ">= 0.6"
  8975. }
  8976. },
  8977. "node_modules/mimic-fn": {
  8978. "version": "4.0.0",
  8979. "resolved": "https://registry.npmmirror.com/mimic-fn/-/mimic-fn-4.0.0.tgz",
  8980. "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==",
  8981. "dev": true,
  8982. "license": "MIT",
  8983. "engines": {
  8984. "node": ">=12"
  8985. },
  8986. "funding": {
  8987. "url": "https://github.com/sponsors/sindresorhus"
  8988. }
  8989. },
  8990. "node_modules/minimist": {
  8991. "version": "1.2.8",
  8992. "resolved": "https://registry.npmmirror.com/minimist/-/minimist-1.2.8.tgz",
  8993. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  8994. "dev": true,
  8995. "license": "MIT",
  8996. "funding": {
  8997. "url": "https://github.com/sponsors/ljharb"
  8998. }
  8999. },
  9000. "node_modules/mj-context-menu": {
  9001. "version": "0.6.1",
  9002. "resolved": "https://registry.npmmirror.com/mj-context-menu/-/mj-context-menu-0.6.1.tgz",
  9003. "integrity": "sha512-7NO5s6n10TIV96d4g2uDpG7ZDpIhMh0QNfGdJw/W47JswFcosz457wqz/b5sAKvl12sxINGFCn80NZHKwxQEXA==",
  9004. "license": "Apache-2.0"
  9005. },
  9006. "node_modules/mri": {
  9007. "version": "1.2.0",
  9008. "resolved": "https://registry.npmmirror.com/mri/-/mri-1.2.0.tgz",
  9009. "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==",
  9010. "license": "MIT",
  9011. "engines": {
  9012. "node": ">=4"
  9013. }
  9014. },
  9015. "node_modules/ms": {
  9016. "version": "2.1.3",
  9017. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  9018. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  9019. "license": "MIT"
  9020. },
  9021. "node_modules/nanoid": {
  9022. "version": "5.1.5",
  9023. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-5.1.5.tgz",
  9024. "integrity": "sha512-Ir/+ZpE9fDsNH0hQ3C68uyThDXzYcim2EqcZ8zn8Chtt1iylPT9xXJB0kPCnqzgcEGikO9RxSrh63MsmVCU7Fw==",
  9025. "funding": [
  9026. {
  9027. "type": "github",
  9028. "url": "https://github.com/sponsors/ai"
  9029. }
  9030. ],
  9031. "license": "MIT",
  9032. "bin": {
  9033. "nanoid": "bin/nanoid.js"
  9034. },
  9035. "engines": {
  9036. "node": "^18 || >=20"
  9037. }
  9038. },
  9039. "node_modules/neo-async": {
  9040. "version": "2.6.2",
  9041. "resolved": "https://registry.npmmirror.com/neo-async/-/neo-async-2.6.2.tgz",
  9042. "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==",
  9043. "dev": true,
  9044. "license": "MIT"
  9045. },
  9046. "node_modules/next": {
  9047. "version": "14.2.31",
  9048. "resolved": "https://registry.npmmirror.com/next/-/next-14.2.31.tgz",
  9049. "integrity": "sha512-Wyw1m4t8PhqG+or5a1U/Deb888YApC4rAez9bGhHkTsfwAy4SWKVro0GhEx4sox1856IbLhvhce2hAA6o8vkog==",
  9050. "license": "MIT",
  9051. "dependencies": {
  9052. "@next/env": "14.2.31",
  9053. "@swc/helpers": "0.5.5",
  9054. "busboy": "1.6.0",
  9055. "caniuse-lite": "^1.0.30001579",
  9056. "graceful-fs": "^4.2.11",
  9057. "postcss": "8.4.31",
  9058. "styled-jsx": "5.1.1"
  9059. },
  9060. "bin": {
  9061. "next": "dist/bin/next"
  9062. },
  9063. "engines": {
  9064. "node": ">=18.17.0"
  9065. },
  9066. "optionalDependencies": {
  9067. "@next/swc-darwin-arm64": "14.2.31",
  9068. "@next/swc-darwin-x64": "14.2.31",
  9069. "@next/swc-linux-arm64-gnu": "14.2.31",
  9070. "@next/swc-linux-arm64-musl": "14.2.31",
  9071. "@next/swc-linux-x64-gnu": "14.2.31",
  9072. "@next/swc-linux-x64-musl": "14.2.31",
  9073. "@next/swc-win32-arm64-msvc": "14.2.31",
  9074. "@next/swc-win32-ia32-msvc": "14.2.31",
  9075. "@next/swc-win32-x64-msvc": "14.2.31"
  9076. },
  9077. "peerDependencies": {
  9078. "@opentelemetry/api": "^1.1.0",
  9079. "@playwright/test": "^1.41.2",
  9080. "react": "^18.2.0",
  9081. "react-dom": "^18.2.0",
  9082. "sass": "^1.3.0"
  9083. },
  9084. "peerDependenciesMeta": {
  9085. "@opentelemetry/api": {
  9086. "optional": true
  9087. },
  9088. "@playwright/test": {
  9089. "optional": true
  9090. },
  9091. "sass": {
  9092. "optional": true
  9093. }
  9094. }
  9095. },
  9096. "node_modules/next/node_modules/@next/swc-darwin-arm64": {
  9097. "version": "14.2.31",
  9098. "resolved": "https://registry.npmmirror.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.2.31.tgz",
  9099. "integrity": "sha512-dTHKfaFO/xMJ3kzhXYgf64VtV6MMwDs2viedDOdP+ezd0zWMOQZkxcwOfdcQeQCpouTr9b+xOqMCUXxgLizl8Q==",
  9100. "cpu": [
  9101. "arm64"
  9102. ],
  9103. "license": "MIT",
  9104. "optional": true,
  9105. "os": [
  9106. "darwin"
  9107. ],
  9108. "engines": {
  9109. "node": ">= 10"
  9110. }
  9111. },
  9112. "node_modules/next/node_modules/nanoid": {
  9113. "version": "3.3.11",
  9114. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz",
  9115. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  9116. "funding": [
  9117. {
  9118. "type": "github",
  9119. "url": "https://github.com/sponsors/ai"
  9120. }
  9121. ],
  9122. "license": "MIT",
  9123. "bin": {
  9124. "nanoid": "bin/nanoid.cjs"
  9125. },
  9126. "engines": {
  9127. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  9128. }
  9129. },
  9130. "node_modules/next/node_modules/postcss": {
  9131. "version": "8.4.31",
  9132. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.31.tgz",
  9133. "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
  9134. "funding": [
  9135. {
  9136. "type": "opencollective",
  9137. "url": "https://opencollective.com/postcss/"
  9138. },
  9139. {
  9140. "type": "tidelift",
  9141. "url": "https://tidelift.com/funding/github/npm/postcss"
  9142. },
  9143. {
  9144. "type": "github",
  9145. "url": "https://github.com/sponsors/ai"
  9146. }
  9147. ],
  9148. "license": "MIT",
  9149. "dependencies": {
  9150. "nanoid": "^3.3.6",
  9151. "picocolors": "^1.0.0",
  9152. "source-map-js": "^1.0.2"
  9153. },
  9154. "engines": {
  9155. "node": "^10 || ^12 || >=14"
  9156. }
  9157. },
  9158. "node_modules/node-addon-api": {
  9159. "version": "7.1.1",
  9160. "resolved": "https://registry.npmmirror.com/node-addon-api/-/node-addon-api-7.1.1.tgz",
  9161. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  9162. "license": "MIT",
  9163. "optional": true
  9164. },
  9165. "node_modules/node-domexception": {
  9166. "version": "1.0.0",
  9167. "resolved": "https://registry.npmmirror.com/node-domexception/-/node-domexception-1.0.0.tgz",
  9168. "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==",
  9169. "funding": [
  9170. {
  9171. "type": "github",
  9172. "url": "https://github.com/sponsors/jimmywarting"
  9173. },
  9174. {
  9175. "type": "github",
  9176. "url": "https://paypal.me/jimmywarting"
  9177. }
  9178. ],
  9179. "license": "MIT",
  9180. "engines": {
  9181. "node": ">=10.5.0"
  9182. }
  9183. },
  9184. "node_modules/node-fetch": {
  9185. "version": "3.3.2",
  9186. "resolved": "https://registry.npmmirror.com/node-fetch/-/node-fetch-3.3.2.tgz",
  9187. "integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==",
  9188. "license": "MIT",
  9189. "dependencies": {
  9190. "data-uri-to-buffer": "^4.0.0",
  9191. "fetch-blob": "^3.1.4",
  9192. "formdata-polyfill": "^4.0.10"
  9193. },
  9194. "engines": {
  9195. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  9196. },
  9197. "funding": {
  9198. "type": "opencollective",
  9199. "url": "https://opencollective.com/node-fetch"
  9200. }
  9201. },
  9202. "node_modules/node-releases": {
  9203. "version": "2.0.27",
  9204. "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.27.tgz",
  9205. "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
  9206. "license": "MIT"
  9207. },
  9208. "node_modules/non-layered-tidy-tree-layout": {
  9209. "version": "2.0.2",
  9210. "resolved": "https://registry.npmmirror.com/non-layered-tidy-tree-layout/-/non-layered-tidy-tree-layout-2.0.2.tgz",
  9211. "integrity": "sha512-gkXMxRzUH+PB0ax9dUN0yYF0S25BqeAYqhgMaLUFmpXLEk7Fcu8f4emJuOAY0V8kjDICxROIKsTAKsV/v355xw==",
  9212. "license": "MIT"
  9213. },
  9214. "node_modules/npm-run-path": {
  9215. "version": "5.3.0",
  9216. "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-5.3.0.tgz",
  9217. "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
  9218. "dev": true,
  9219. "license": "MIT",
  9220. "dependencies": {
  9221. "path-key": "^4.0.0"
  9222. },
  9223. "engines": {
  9224. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  9225. },
  9226. "funding": {
  9227. "url": "https://github.com/sponsors/sindresorhus"
  9228. }
  9229. },
  9230. "node_modules/npm-run-path/node_modules/path-key": {
  9231. "version": "4.0.0",
  9232. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-4.0.0.tgz",
  9233. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  9234. "dev": true,
  9235. "license": "MIT",
  9236. "engines": {
  9237. "node": ">=12"
  9238. },
  9239. "funding": {
  9240. "url": "https://github.com/sponsors/sindresorhus"
  9241. }
  9242. },
  9243. "node_modules/nth-check": {
  9244. "version": "2.1.1",
  9245. "resolved": "https://registry.npmmirror.com/nth-check/-/nth-check-2.1.1.tgz",
  9246. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  9247. "license": "BSD-2-Clause",
  9248. "dependencies": {
  9249. "boolbase": "^1.0.0"
  9250. },
  9251. "funding": {
  9252. "url": "https://github.com/fb55/nth-check?sponsor=1"
  9253. }
  9254. },
  9255. "node_modules/object-assign": {
  9256. "version": "4.1.1",
  9257. "resolved": "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz",
  9258. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  9259. "license": "MIT",
  9260. "engines": {
  9261. "node": ">=0.10.0"
  9262. }
  9263. },
  9264. "node_modules/onetime": {
  9265. "version": "6.0.0",
  9266. "resolved": "https://registry.npmmirror.com/onetime/-/onetime-6.0.0.tgz",
  9267. "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==",
  9268. "dev": true,
  9269. "license": "MIT",
  9270. "dependencies": {
  9271. "mimic-fn": "^4.0.0"
  9272. },
  9273. "engines": {
  9274. "node": ">=12"
  9275. },
  9276. "funding": {
  9277. "url": "https://github.com/sponsors/sindresorhus"
  9278. }
  9279. },
  9280. "node_modules/parent-module": {
  9281. "version": "1.0.1",
  9282. "resolved": "https://registry.npmmirror.com/parent-module/-/parent-module-1.0.1.tgz",
  9283. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  9284. "license": "MIT",
  9285. "dependencies": {
  9286. "callsites": "^3.0.0"
  9287. },
  9288. "engines": {
  9289. "node": ">=6"
  9290. }
  9291. },
  9292. "node_modules/parse-json": {
  9293. "version": "5.2.0",
  9294. "resolved": "https://registry.npmmirror.com/parse-json/-/parse-json-5.2.0.tgz",
  9295. "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
  9296. "license": "MIT",
  9297. "dependencies": {
  9298. "@babel/code-frame": "^7.0.0",
  9299. "error-ex": "^1.3.1",
  9300. "json-parse-even-better-errors": "^2.3.0",
  9301. "lines-and-columns": "^1.1.6"
  9302. },
  9303. "engines": {
  9304. "node": ">=8"
  9305. },
  9306. "funding": {
  9307. "url": "https://github.com/sponsors/sindresorhus"
  9308. }
  9309. },
  9310. "node_modules/parse5": {
  9311. "version": "7.3.0",
  9312. "resolved": "https://registry.npmmirror.com/parse5/-/parse5-7.3.0.tgz",
  9313. "integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==",
  9314. "license": "MIT",
  9315. "dependencies": {
  9316. "entities": "^6.0.0"
  9317. },
  9318. "funding": {
  9319. "url": "https://github.com/inikulin/parse5?sponsor=1"
  9320. }
  9321. },
  9322. "node_modules/parse5/node_modules/entities": {
  9323. "version": "6.0.1",
  9324. "resolved": "https://registry.npmmirror.com/entities/-/entities-6.0.1.tgz",
  9325. "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
  9326. "license": "BSD-2-Clause",
  9327. "engines": {
  9328. "node": ">=0.12"
  9329. },
  9330. "funding": {
  9331. "url": "https://github.com/fb55/entities?sponsor=1"
  9332. }
  9333. },
  9334. "node_modules/path-key": {
  9335. "version": "3.1.1",
  9336. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz",
  9337. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  9338. "dev": true,
  9339. "license": "MIT",
  9340. "engines": {
  9341. "node": ">=8"
  9342. }
  9343. },
  9344. "node_modules/path-parse": {
  9345. "version": "1.0.7",
  9346. "resolved": "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz",
  9347. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  9348. "license": "MIT"
  9349. },
  9350. "node_modules/path-type": {
  9351. "version": "4.0.0",
  9352. "resolved": "https://registry.npmmirror.com/path-type/-/path-type-4.0.0.tgz",
  9353. "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
  9354. "license": "MIT",
  9355. "engines": {
  9356. "node": ">=8"
  9357. }
  9358. },
  9359. "node_modules/picocolors": {
  9360. "version": "1.1.1",
  9361. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  9362. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  9363. "license": "ISC"
  9364. },
  9365. "node_modules/picomatch": {
  9366. "version": "2.3.1",
  9367. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  9368. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  9369. "devOptional": true,
  9370. "license": "MIT",
  9371. "engines": {
  9372. "node": ">=8.6"
  9373. },
  9374. "funding": {
  9375. "url": "https://github.com/sponsors/jonschlinkert"
  9376. }
  9377. },
  9378. "node_modules/pidtree": {
  9379. "version": "0.6.0",
  9380. "resolved": "https://registry.npmmirror.com/pidtree/-/pidtree-0.6.0.tgz",
  9381. "integrity": "sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==",
  9382. "dev": true,
  9383. "license": "MIT",
  9384. "bin": {
  9385. "pidtree": "bin/pidtree.js"
  9386. },
  9387. "engines": {
  9388. "node": ">=0.10"
  9389. }
  9390. },
  9391. "node_modules/postcss": {
  9392. "version": "8.5.6",
  9393. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.6.tgz",
  9394. "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
  9395. "dev": true,
  9396. "funding": [
  9397. {
  9398. "type": "opencollective",
  9399. "url": "https://opencollective.com/postcss/"
  9400. },
  9401. {
  9402. "type": "tidelift",
  9403. "url": "https://tidelift.com/funding/github/npm/postcss"
  9404. },
  9405. {
  9406. "type": "github",
  9407. "url": "https://github.com/sponsors/ai"
  9408. }
  9409. ],
  9410. "license": "MIT",
  9411. "dependencies": {
  9412. "nanoid": "^3.3.11",
  9413. "picocolors": "^1.1.1",
  9414. "source-map-js": "^1.2.1"
  9415. },
  9416. "engines": {
  9417. "node": "^10 || ^12 || >=14"
  9418. }
  9419. },
  9420. "node_modules/postcss-value-parser": {
  9421. "version": "4.2.0",
  9422. "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  9423. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  9424. "dev": true,
  9425. "license": "MIT"
  9426. },
  9427. "node_modules/postcss/node_modules/nanoid": {
  9428. "version": "3.3.11",
  9429. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz",
  9430. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  9431. "dev": true,
  9432. "funding": [
  9433. {
  9434. "type": "github",
  9435. "url": "https://github.com/sponsors/ai"
  9436. }
  9437. ],
  9438. "license": "MIT",
  9439. "bin": {
  9440. "nanoid": "bin/nanoid.cjs"
  9441. },
  9442. "engines": {
  9443. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  9444. }
  9445. },
  9446. "node_modules/printj": {
  9447. "version": "1.1.2",
  9448. "resolved": "https://registry.npmmirror.com/printj/-/printj-1.1.2.tgz",
  9449. "integrity": "sha512-zA2SmoLaxZyArQTOPj5LXecR+RagfPSU5Kw1qP+jkWeNlrq+eJZyY2oS68SU1Z/7/myXM4lo9716laOFAVStCQ==",
  9450. "license": "Apache-2.0",
  9451. "bin": {
  9452. "printj": "bin/printj.njs"
  9453. },
  9454. "engines": {
  9455. "node": ">=0.8"
  9456. }
  9457. },
  9458. "node_modules/prop-types": {
  9459. "version": "15.8.1",
  9460. "resolved": "https://registry.npmmirror.com/prop-types/-/prop-types-15.8.1.tgz",
  9461. "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
  9462. "license": "MIT",
  9463. "dependencies": {
  9464. "loose-envify": "^1.4.0",
  9465. "object-assign": "^4.1.1",
  9466. "react-is": "^16.13.1"
  9467. }
  9468. },
  9469. "node_modules/prop-types/node_modules/react-is": {
  9470. "version": "16.13.1",
  9471. "resolved": "https://registry.npmmirror.com/react-is/-/react-is-16.13.1.tgz",
  9472. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
  9473. "license": "MIT"
  9474. },
  9475. "node_modules/property-information": {
  9476. "version": "6.5.0",
  9477. "resolved": "https://registry.npmmirror.com/property-information/-/property-information-6.5.0.tgz",
  9478. "integrity": "sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==",
  9479. "license": "MIT",
  9480. "funding": {
  9481. "type": "github",
  9482. "url": "https://github.com/sponsors/wooorm"
  9483. }
  9484. },
  9485. "node_modules/proxy-from-env": {
  9486. "version": "1.1.0",
  9487. "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
  9488. "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
  9489. "license": "MIT"
  9490. },
  9491. "node_modules/punycode.js": {
  9492. "version": "2.3.1",
  9493. "resolved": "https://registry.npmmirror.com/punycode.js/-/punycode.js-2.3.1.tgz",
  9494. "integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==",
  9495. "license": "MIT",
  9496. "engines": {
  9497. "node": ">=6"
  9498. }
  9499. },
  9500. "node_modules/raf-schd": {
  9501. "version": "4.0.3",
  9502. "resolved": "https://registry.npmmirror.com/raf-schd/-/raf-schd-4.0.3.tgz",
  9503. "integrity": "sha512-tQkJl2GRWh83ui2DiPTJz9wEiMN20syf+5oKfB03yYP7ioZcJwsIK8FjrtLwH1m7C7e+Tt2yYBlrOpdT+dyeIQ==",
  9504. "license": "MIT"
  9505. },
  9506. "node_modules/randombytes": {
  9507. "version": "2.1.0",
  9508. "resolved": "https://registry.npmmirror.com/randombytes/-/randombytes-2.1.0.tgz",
  9509. "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
  9510. "dev": true,
  9511. "license": "MIT",
  9512. "dependencies": {
  9513. "safe-buffer": "^5.1.0"
  9514. }
  9515. },
  9516. "node_modules/raw-loader": {
  9517. "version": "0.5.1",
  9518. "resolved": "https://registry.npmmirror.com/raw-loader/-/raw-loader-0.5.1.tgz",
  9519. "integrity": "sha512-sf7oGoLuaYAScB4VGr0tzetsYlS8EJH6qnTCfQ/WVEa89hALQ4RQfCKt5xCyPQKPDUbVUAIP1QsxAwfAjlDp7Q=="
  9520. },
  9521. "node_modules/rc-cascader": {
  9522. "version": "3.34.0",
  9523. "resolved": "https://registry.npmmirror.com/rc-cascader/-/rc-cascader-3.34.0.tgz",
  9524. "integrity": "sha512-KpXypcvju9ptjW9FaN2NFcA2QH9E9LHKq169Y0eWtH4e/wHQ5Wh5qZakAgvb8EKZ736WZ3B0zLLOBsrsja5Dag==",
  9525. "license": "MIT",
  9526. "dependencies": {
  9527. "@babel/runtime": "^7.25.7",
  9528. "classnames": "^2.3.1",
  9529. "rc-select": "~14.16.2",
  9530. "rc-tree": "~5.13.0",
  9531. "rc-util": "^5.43.0"
  9532. },
  9533. "peerDependencies": {
  9534. "react": ">=16.9.0",
  9535. "react-dom": ">=16.9.0"
  9536. }
  9537. },
  9538. "node_modules/rc-checkbox": {
  9539. "version": "3.5.0",
  9540. "resolved": "https://registry.npmmirror.com/rc-checkbox/-/rc-checkbox-3.5.0.tgz",
  9541. "integrity": "sha512-aOAQc3E98HteIIsSqm6Xk2FPKIER6+5vyEFMZfo73TqM+VVAIqOkHoPjgKLqSNtVLWScoaM7vY2ZrGEheI79yg==",
  9542. "license": "MIT",
  9543. "dependencies": {
  9544. "@babel/runtime": "^7.10.1",
  9545. "classnames": "^2.3.2",
  9546. "rc-util": "^5.25.2"
  9547. },
  9548. "peerDependencies": {
  9549. "react": ">=16.9.0",
  9550. "react-dom": ">=16.9.0"
  9551. }
  9552. },
  9553. "node_modules/rc-collapse": {
  9554. "version": "3.9.0",
  9555. "resolved": "https://registry.npmmirror.com/rc-collapse/-/rc-collapse-3.9.0.tgz",
  9556. "integrity": "sha512-swDdz4QZ4dFTo4RAUMLL50qP0EY62N2kvmk2We5xYdRwcRn8WcYtuetCJpwpaCbUfUt5+huLpVxhvmnK+PHrkA==",
  9557. "license": "MIT",
  9558. "dependencies": {
  9559. "@babel/runtime": "^7.10.1",
  9560. "classnames": "2.x",
  9561. "rc-motion": "^2.3.4",
  9562. "rc-util": "^5.27.0"
  9563. },
  9564. "peerDependencies": {
  9565. "react": ">=16.9.0",
  9566. "react-dom": ">=16.9.0"
  9567. }
  9568. },
  9569. "node_modules/rc-dialog": {
  9570. "version": "9.6.0",
  9571. "resolved": "https://registry.npmmirror.com/rc-dialog/-/rc-dialog-9.6.0.tgz",
  9572. "integrity": "sha512-ApoVi9Z8PaCQg6FsUzS8yvBEQy0ZL2PkuvAgrmohPkN3okps5WZ5WQWPc1RNuiOKaAYv8B97ACdsFU5LizzCqg==",
  9573. "license": "MIT",
  9574. "dependencies": {
  9575. "@babel/runtime": "^7.10.1",
  9576. "@rc-component/portal": "^1.0.0-8",
  9577. "classnames": "^2.2.6",
  9578. "rc-motion": "^2.3.0",
  9579. "rc-util": "^5.21.0"
  9580. },
  9581. "peerDependencies": {
  9582. "react": ">=16.9.0",
  9583. "react-dom": ">=16.9.0"
  9584. }
  9585. },
  9586. "node_modules/rc-drawer": {
  9587. "version": "7.3.0",
  9588. "resolved": "https://registry.npmmirror.com/rc-drawer/-/rc-drawer-7.3.0.tgz",
  9589. "integrity": "sha512-DX6CIgiBWNpJIMGFO8BAISFkxiuKitoizooj4BDyee8/SnBn0zwO2FHrNDpqqepj0E/TFTDpmEBCyFuTgC7MOg==",
  9590. "license": "MIT",
  9591. "dependencies": {
  9592. "@babel/runtime": "^7.23.9",
  9593. "@rc-component/portal": "^1.1.1",
  9594. "classnames": "^2.2.6",
  9595. "rc-motion": "^2.6.1",
  9596. "rc-util": "^5.38.1"
  9597. },
  9598. "peerDependencies": {
  9599. "react": ">=16.9.0",
  9600. "react-dom": ">=16.9.0"
  9601. }
  9602. },
  9603. "node_modules/rc-dropdown": {
  9604. "version": "4.2.1",
  9605. "resolved": "https://registry.npmmirror.com/rc-dropdown/-/rc-dropdown-4.2.1.tgz",
  9606. "integrity": "sha512-YDAlXsPv3I1n42dv1JpdM7wJ+gSUBfeyPK59ZpBD9jQhK9jVuxpjj3NmWQHOBceA1zEPVX84T2wbdb2SD0UjmA==",
  9607. "license": "MIT",
  9608. "dependencies": {
  9609. "@babel/runtime": "^7.18.3",
  9610. "@rc-component/trigger": "^2.0.0",
  9611. "classnames": "^2.2.6",
  9612. "rc-util": "^5.44.1"
  9613. },
  9614. "peerDependencies": {
  9615. "react": ">=16.11.0",
  9616. "react-dom": ">=16.11.0"
  9617. }
  9618. },
  9619. "node_modules/rc-field-form": {
  9620. "version": "2.7.0",
  9621. "resolved": "https://registry.npmmirror.com/rc-field-form/-/rc-field-form-2.7.0.tgz",
  9622. "integrity": "sha512-hgKsCay2taxzVnBPZl+1n4ZondsV78G++XVsMIJCAoioMjlMQR9YwAp7JZDIECzIu2Z66R+f4SFIRrO2DjDNAA==",
  9623. "license": "MIT",
  9624. "dependencies": {
  9625. "@babel/runtime": "^7.18.0",
  9626. "@rc-component/async-validator": "^5.0.3",
  9627. "rc-util": "^5.32.2"
  9628. },
  9629. "engines": {
  9630. "node": ">=8.x"
  9631. },
  9632. "peerDependencies": {
  9633. "react": ">=16.9.0",
  9634. "react-dom": ">=16.9.0"
  9635. }
  9636. },
  9637. "node_modules/rc-image": {
  9638. "version": "7.12.0",
  9639. "resolved": "https://registry.npmmirror.com/rc-image/-/rc-image-7.12.0.tgz",
  9640. "integrity": "sha512-cZ3HTyyckPnNnUb9/DRqduqzLfrQRyi+CdHjdqgsyDpI3Ln5UX1kXnAhPBSJj9pVRzwRFgqkN7p9b6HBDjmu/Q==",
  9641. "license": "MIT",
  9642. "dependencies": {
  9643. "@babel/runtime": "^7.11.2",
  9644. "@rc-component/portal": "^1.0.2",
  9645. "classnames": "^2.2.6",
  9646. "rc-dialog": "~9.6.0",
  9647. "rc-motion": "^2.6.2",
  9648. "rc-util": "^5.34.1"
  9649. },
  9650. "peerDependencies": {
  9651. "react": ">=16.9.0",
  9652. "react-dom": ">=16.9.0"
  9653. }
  9654. },
  9655. "node_modules/rc-input": {
  9656. "version": "1.8.0",
  9657. "resolved": "https://registry.npmmirror.com/rc-input/-/rc-input-1.8.0.tgz",
  9658. "integrity": "sha512-KXvaTbX+7ha8a/k+eg6SYRVERK0NddX8QX7a7AnRvUa/rEH0CNMlpcBzBkhI0wp2C8C4HlMoYl8TImSN+fuHKA==",
  9659. "license": "MIT",
  9660. "dependencies": {
  9661. "@babel/runtime": "^7.11.1",
  9662. "classnames": "^2.2.1",
  9663. "rc-util": "^5.18.1"
  9664. },
  9665. "peerDependencies": {
  9666. "react": ">=16.0.0",
  9667. "react-dom": ">=16.0.0"
  9668. }
  9669. },
  9670. "node_modules/rc-input-number": {
  9671. "version": "9.5.0",
  9672. "resolved": "https://registry.npmmirror.com/rc-input-number/-/rc-input-number-9.5.0.tgz",
  9673. "integrity": "sha512-bKaEvB5tHebUURAEXw35LDcnRZLq3x1k7GxfAqBMzmpHkDGzjAtnUL8y4y5N15rIFIg5IJgwr211jInl3cipag==",
  9674. "license": "MIT",
  9675. "dependencies": {
  9676. "@babel/runtime": "^7.10.1",
  9677. "@rc-component/mini-decimal": "^1.0.1",
  9678. "classnames": "^2.2.5",
  9679. "rc-input": "~1.8.0",
  9680. "rc-util": "^5.40.1"
  9681. },
  9682. "peerDependencies": {
  9683. "react": ">=16.9.0",
  9684. "react-dom": ">=16.9.0"
  9685. }
  9686. },
  9687. "node_modules/rc-mentions": {
  9688. "version": "2.20.0",
  9689. "resolved": "https://registry.npmmirror.com/rc-mentions/-/rc-mentions-2.20.0.tgz",
  9690. "integrity": "sha512-w8HCMZEh3f0nR8ZEd466ATqmXFCMGMN5UFCzEUL0bM/nGw/wOS2GgRzKBcm19K++jDyuWCOJOdgcKGXU3fXfbQ==",
  9691. "license": "MIT",
  9692. "dependencies": {
  9693. "@babel/runtime": "^7.22.5",
  9694. "@rc-component/trigger": "^2.0.0",
  9695. "classnames": "^2.2.6",
  9696. "rc-input": "~1.8.0",
  9697. "rc-menu": "~9.16.0",
  9698. "rc-textarea": "~1.10.0",
  9699. "rc-util": "^5.34.1"
  9700. },
  9701. "peerDependencies": {
  9702. "react": ">=16.9.0",
  9703. "react-dom": ">=16.9.0"
  9704. }
  9705. },
  9706. "node_modules/rc-menu": {
  9707. "version": "9.16.1",
  9708. "resolved": "https://registry.npmmirror.com/rc-menu/-/rc-menu-9.16.1.tgz",
  9709. "integrity": "sha512-ghHx6/6Dvp+fw8CJhDUHFHDJ84hJE3BXNCzSgLdmNiFErWSOaZNsihDAsKq9ByTALo/xkNIwtDFGIl6r+RPXBg==",
  9710. "license": "MIT",
  9711. "dependencies": {
  9712. "@babel/runtime": "^7.10.1",
  9713. "@rc-component/trigger": "^2.0.0",
  9714. "classnames": "2.x",
  9715. "rc-motion": "^2.4.3",
  9716. "rc-overflow": "^1.3.1",
  9717. "rc-util": "^5.27.0"
  9718. },
  9719. "peerDependencies": {
  9720. "react": ">=16.9.0",
  9721. "react-dom": ">=16.9.0"
  9722. }
  9723. },
  9724. "node_modules/rc-motion": {
  9725. "version": "2.9.5",
  9726. "resolved": "https://registry.npmmirror.com/rc-motion/-/rc-motion-2.9.5.tgz",
  9727. "integrity": "sha512-w+XTUrfh7ArbYEd2582uDrEhmBHwK1ZENJiSJVb7uRxdE7qJSYjbO2eksRXmndqyKqKoYPc9ClpPh5242mV1vA==",
  9728. "license": "MIT",
  9729. "dependencies": {
  9730. "@babel/runtime": "^7.11.1",
  9731. "classnames": "^2.2.1",
  9732. "rc-util": "^5.44.0"
  9733. },
  9734. "peerDependencies": {
  9735. "react": ">=16.9.0",
  9736. "react-dom": ">=16.9.0"
  9737. }
  9738. },
  9739. "node_modules/rc-notification": {
  9740. "version": "5.6.4",
  9741. "resolved": "https://registry.npmmirror.com/rc-notification/-/rc-notification-5.6.4.tgz",
  9742. "integrity": "sha512-KcS4O6B4qzM3KH7lkwOB7ooLPZ4b6J+VMmQgT51VZCeEcmghdeR4IrMcFq0LG+RPdnbe/ArT086tGM8Snimgiw==",
  9743. "license": "MIT",
  9744. "dependencies": {
  9745. "@babel/runtime": "^7.10.1",
  9746. "classnames": "2.x",
  9747. "rc-motion": "^2.9.0",
  9748. "rc-util": "^5.20.1"
  9749. },
  9750. "engines": {
  9751. "node": ">=8.x"
  9752. },
  9753. "peerDependencies": {
  9754. "react": ">=16.9.0",
  9755. "react-dom": ">=16.9.0"
  9756. }
  9757. },
  9758. "node_modules/rc-overflow": {
  9759. "version": "1.4.1",
  9760. "resolved": "https://registry.npmmirror.com/rc-overflow/-/rc-overflow-1.4.1.tgz",
  9761. "integrity": "sha512-3MoPQQPV1uKyOMVNd6SZfONi+f3st0r8PksexIdBTeIYbMX0Jr+k7pHEDvsXtR4BpCv90/Pv2MovVNhktKrwvw==",
  9762. "license": "MIT",
  9763. "dependencies": {
  9764. "@babel/runtime": "^7.11.1",
  9765. "classnames": "^2.2.1",
  9766. "rc-resize-observer": "^1.0.0",
  9767. "rc-util": "^5.37.0"
  9768. },
  9769. "peerDependencies": {
  9770. "react": ">=16.9.0",
  9771. "react-dom": ">=16.9.0"
  9772. }
  9773. },
  9774. "node_modules/rc-pagination": {
  9775. "version": "5.1.0",
  9776. "resolved": "https://registry.npmmirror.com/rc-pagination/-/rc-pagination-5.1.0.tgz",
  9777. "integrity": "sha512-8416Yip/+eclTFdHXLKTxZvn70duYVGTvUUWbckCCZoIl3jagqke3GLsFrMs0bsQBikiYpZLD9206Ej4SOdOXQ==",
  9778. "license": "MIT",
  9779. "dependencies": {
  9780. "@babel/runtime": "^7.10.1",
  9781. "classnames": "^2.3.2",
  9782. "rc-util": "^5.38.0"
  9783. },
  9784. "peerDependencies": {
  9785. "react": ">=16.9.0",
  9786. "react-dom": ">=16.9.0"
  9787. }
  9788. },
  9789. "node_modules/rc-picker": {
  9790. "version": "4.11.3",
  9791. "resolved": "https://registry.npmmirror.com/rc-picker/-/rc-picker-4.11.3.tgz",
  9792. "integrity": "sha512-MJ5teb7FlNE0NFHTncxXQ62Y5lytq6sh5nUw0iH8OkHL/TjARSEvSHpr940pWgjGANpjCwyMdvsEV55l5tYNSg==",
  9793. "license": "MIT",
  9794. "dependencies": {
  9795. "@babel/runtime": "^7.24.7",
  9796. "@rc-component/trigger": "^2.0.0",
  9797. "classnames": "^2.2.1",
  9798. "rc-overflow": "^1.3.2",
  9799. "rc-resize-observer": "^1.4.0",
  9800. "rc-util": "^5.43.0"
  9801. },
  9802. "engines": {
  9803. "node": ">=8.x"
  9804. },
  9805. "peerDependencies": {
  9806. "date-fns": ">= 2.x",
  9807. "dayjs": ">= 1.x",
  9808. "luxon": ">= 3.x",
  9809. "moment": ">= 2.x",
  9810. "react": ">=16.9.0",
  9811. "react-dom": ">=16.9.0"
  9812. },
  9813. "peerDependenciesMeta": {
  9814. "date-fns": {
  9815. "optional": true
  9816. },
  9817. "dayjs": {
  9818. "optional": true
  9819. },
  9820. "luxon": {
  9821. "optional": true
  9822. },
  9823. "moment": {
  9824. "optional": true
  9825. }
  9826. }
  9827. },
  9828. "node_modules/rc-progress": {
  9829. "version": "4.0.0",
  9830. "resolved": "https://registry.npmmirror.com/rc-progress/-/rc-progress-4.0.0.tgz",
  9831. "integrity": "sha512-oofVMMafOCokIUIBnZLNcOZFsABaUw8PPrf1/y0ZBvKZNpOiu5h4AO9vv11Sw0p4Hb3D0yGWuEattcQGtNJ/aw==",
  9832. "license": "MIT",
  9833. "dependencies": {
  9834. "@babel/runtime": "^7.10.1",
  9835. "classnames": "^2.2.6",
  9836. "rc-util": "^5.16.1"
  9837. },
  9838. "peerDependencies": {
  9839. "react": ">=16.9.0",
  9840. "react-dom": ">=16.9.0"
  9841. }
  9842. },
  9843. "node_modules/rc-rate": {
  9844. "version": "2.13.1",
  9845. "resolved": "https://registry.npmmirror.com/rc-rate/-/rc-rate-2.13.1.tgz",
  9846. "integrity": "sha512-QUhQ9ivQ8Gy7mtMZPAjLbxBt5y9GRp65VcUyGUMF3N3fhiftivPHdpuDIaWIMOTEprAjZPC08bls1dQB+I1F2Q==",
  9847. "license": "MIT",
  9848. "dependencies": {
  9849. "@babel/runtime": "^7.10.1",
  9850. "classnames": "^2.2.5",
  9851. "rc-util": "^5.0.1"
  9852. },
  9853. "engines": {
  9854. "node": ">=8.x"
  9855. },
  9856. "peerDependencies": {
  9857. "react": ">=16.9.0",
  9858. "react-dom": ">=16.9.0"
  9859. }
  9860. },
  9861. "node_modules/rc-resize-observer": {
  9862. "version": "1.4.3",
  9863. "resolved": "https://registry.npmmirror.com/rc-resize-observer/-/rc-resize-observer-1.4.3.tgz",
  9864. "integrity": "sha512-YZLjUbyIWox8E9i9C3Tm7ia+W7euPItNWSPX5sCcQTYbnwDb5uNpnLHQCG1f22oZWUhLw4Mv2tFmeWe68CDQRQ==",
  9865. "license": "MIT",
  9866. "dependencies": {
  9867. "@babel/runtime": "^7.20.7",
  9868. "classnames": "^2.2.1",
  9869. "rc-util": "^5.44.1",
  9870. "resize-observer-polyfill": "^1.5.1"
  9871. },
  9872. "peerDependencies": {
  9873. "react": ">=16.9.0",
  9874. "react-dom": ">=16.9.0"
  9875. }
  9876. },
  9877. "node_modules/rc-segmented": {
  9878. "version": "2.7.0",
  9879. "resolved": "https://registry.npmmirror.com/rc-segmented/-/rc-segmented-2.7.0.tgz",
  9880. "integrity": "sha512-liijAjXz+KnTRVnxxXG2sYDGd6iLL7VpGGdR8gwoxAXy2KglviKCxLWZdjKYJzYzGSUwKDSTdYk8brj54Bn5BA==",
  9881. "license": "MIT",
  9882. "dependencies": {
  9883. "@babel/runtime": "^7.11.1",
  9884. "classnames": "^2.2.1",
  9885. "rc-motion": "^2.4.4",
  9886. "rc-util": "^5.17.0"
  9887. },
  9888. "peerDependencies": {
  9889. "react": ">=16.0.0",
  9890. "react-dom": ">=16.0.0"
  9891. }
  9892. },
  9893. "node_modules/rc-select": {
  9894. "version": "14.16.8",
  9895. "resolved": "https://registry.npmmirror.com/rc-select/-/rc-select-14.16.8.tgz",
  9896. "integrity": "sha512-NOV5BZa1wZrsdkKaiK7LHRuo5ZjZYMDxPP6/1+09+FB4KoNi8jcG1ZqLE3AVCxEsYMBe65OBx71wFoHRTP3LRg==",
  9897. "license": "MIT",
  9898. "dependencies": {
  9899. "@babel/runtime": "^7.10.1",
  9900. "@rc-component/trigger": "^2.1.1",
  9901. "classnames": "2.x",
  9902. "rc-motion": "^2.0.1",
  9903. "rc-overflow": "^1.3.1",
  9904. "rc-util": "^5.16.1",
  9905. "rc-virtual-list": "^3.5.2"
  9906. },
  9907. "engines": {
  9908. "node": ">=8.x"
  9909. },
  9910. "peerDependencies": {
  9911. "react": "*",
  9912. "react-dom": "*"
  9913. }
  9914. },
  9915. "node_modules/rc-slider": {
  9916. "version": "11.1.8",
  9917. "resolved": "https://registry.npmmirror.com/rc-slider/-/rc-slider-11.1.8.tgz",
  9918. "integrity": "sha512-2gg/72YFSpKP+Ja5AjC5DPL1YnV8DEITDQrcc1eASrUYjl0esptaBVJBh5nLTXCCp15eD8EuGjwezVGSHhs9tQ==",
  9919. "license": "MIT",
  9920. "dependencies": {
  9921. "@babel/runtime": "^7.10.1",
  9922. "classnames": "^2.2.5",
  9923. "rc-util": "^5.36.0"
  9924. },
  9925. "engines": {
  9926. "node": ">=8.x"
  9927. },
  9928. "peerDependencies": {
  9929. "react": ">=16.9.0",
  9930. "react-dom": ">=16.9.0"
  9931. }
  9932. },
  9933. "node_modules/rc-steps": {
  9934. "version": "6.0.1",
  9935. "resolved": "https://registry.npmmirror.com/rc-steps/-/rc-steps-6.0.1.tgz",
  9936. "integrity": "sha512-lKHL+Sny0SeHkQKKDJlAjV5oZ8DwCdS2hFhAkIjuQt1/pB81M0cA0ErVFdHq9+jmPmFw1vJB2F5NBzFXLJxV+g==",
  9937. "license": "MIT",
  9938. "dependencies": {
  9939. "@babel/runtime": "^7.16.7",
  9940. "classnames": "^2.2.3",
  9941. "rc-util": "^5.16.1"
  9942. },
  9943. "engines": {
  9944. "node": ">=8.x"
  9945. },
  9946. "peerDependencies": {
  9947. "react": ">=16.9.0",
  9948. "react-dom": ">=16.9.0"
  9949. }
  9950. },
  9951. "node_modules/rc-switch": {
  9952. "version": "4.1.0",
  9953. "resolved": "https://registry.npmmirror.com/rc-switch/-/rc-switch-4.1.0.tgz",
  9954. "integrity": "sha512-TI8ufP2Az9oEbvyCeVE4+90PDSljGyuwix3fV58p7HV2o4wBnVToEyomJRVyTaZeqNPAp+vqeo4Wnj5u0ZZQBg==",
  9955. "license": "MIT",
  9956. "dependencies": {
  9957. "@babel/runtime": "^7.21.0",
  9958. "classnames": "^2.2.1",
  9959. "rc-util": "^5.30.0"
  9960. },
  9961. "peerDependencies": {
  9962. "react": ">=16.9.0",
  9963. "react-dom": ">=16.9.0"
  9964. }
  9965. },
  9966. "node_modules/rc-table": {
  9967. "version": "7.51.1",
  9968. "resolved": "https://registry.npmmirror.com/rc-table/-/rc-table-7.51.1.tgz",
  9969. "integrity": "sha512-5iq15mTHhvC42TlBLRCoCBLoCmGlbRZAlyF21FonFnS/DIC8DeRqnmdyVREwt2CFbPceM0zSNdEeVfiGaqYsKw==",
  9970. "license": "MIT",
  9971. "dependencies": {
  9972. "@babel/runtime": "^7.10.1",
  9973. "@rc-component/context": "^1.4.0",
  9974. "classnames": "^2.2.5",
  9975. "rc-resize-observer": "^1.1.0",
  9976. "rc-util": "^5.44.3",
  9977. "rc-virtual-list": "^3.14.2"
  9978. },
  9979. "engines": {
  9980. "node": ">=8.x"
  9981. },
  9982. "peerDependencies": {
  9983. "react": ">=16.9.0",
  9984. "react-dom": ">=16.9.0"
  9985. }
  9986. },
  9987. "node_modules/rc-tabs": {
  9988. "version": "15.6.1",
  9989. "resolved": "https://registry.npmmirror.com/rc-tabs/-/rc-tabs-15.6.1.tgz",
  9990. "integrity": "sha512-/HzDV1VqOsUWyuC0c6AkxVYFjvx9+rFPKZ32ejxX0Uc7QCzcEjTA9/xMgv4HemPKwzBNX8KhGVbbumDjnj92aA==",
  9991. "license": "MIT",
  9992. "dependencies": {
  9993. "@babel/runtime": "^7.11.2",
  9994. "classnames": "2.x",
  9995. "rc-dropdown": "~4.2.0",
  9996. "rc-menu": "~9.16.0",
  9997. "rc-motion": "^2.6.2",
  9998. "rc-resize-observer": "^1.0.0",
  9999. "rc-util": "^5.34.1"
  10000. },
  10001. "engines": {
  10002. "node": ">=8.x"
  10003. },
  10004. "peerDependencies": {
  10005. "react": ">=16.9.0",
  10006. "react-dom": ">=16.9.0"
  10007. }
  10008. },
  10009. "node_modules/rc-textarea": {
  10010. "version": "1.10.2",
  10011. "resolved": "https://registry.npmmirror.com/rc-textarea/-/rc-textarea-1.10.2.tgz",
  10012. "integrity": "sha512-HfaeXiaSlpiSp0I/pvWpecFEHpVysZ9tpDLNkxQbMvMz6gsr7aVZ7FpWP9kt4t7DB+jJXesYS0us1uPZnlRnwQ==",
  10013. "license": "MIT",
  10014. "dependencies": {
  10015. "@babel/runtime": "^7.10.1",
  10016. "classnames": "^2.2.1",
  10017. "rc-input": "~1.8.0",
  10018. "rc-resize-observer": "^1.0.0",
  10019. "rc-util": "^5.27.0"
  10020. },
  10021. "peerDependencies": {
  10022. "react": ">=16.9.0",
  10023. "react-dom": ">=16.9.0"
  10024. }
  10025. },
  10026. "node_modules/rc-tooltip": {
  10027. "version": "6.4.0",
  10028. "resolved": "https://registry.npmmirror.com/rc-tooltip/-/rc-tooltip-6.4.0.tgz",
  10029. "integrity": "sha512-kqyivim5cp8I5RkHmpsp1Nn/Wk+1oeloMv9c7LXNgDxUpGm+RbXJGL+OPvDlcRnx9DBeOe4wyOIl4OKUERyH1g==",
  10030. "license": "MIT",
  10031. "dependencies": {
  10032. "@babel/runtime": "^7.11.2",
  10033. "@rc-component/trigger": "^2.0.0",
  10034. "classnames": "^2.3.1",
  10035. "rc-util": "^5.44.3"
  10036. },
  10037. "peerDependencies": {
  10038. "react": ">=16.9.0",
  10039. "react-dom": ">=16.9.0"
  10040. }
  10041. },
  10042. "node_modules/rc-tree": {
  10043. "version": "5.13.1",
  10044. "resolved": "https://registry.npmmirror.com/rc-tree/-/rc-tree-5.13.1.tgz",
  10045. "integrity": "sha512-FNhIefhftobCdUJshO7M8uZTA9F4OPGVXqGfZkkD/5soDeOhwO06T/aKTrg0WD8gRg/pyfq+ql3aMymLHCTC4A==",
  10046. "license": "MIT",
  10047. "dependencies": {
  10048. "@babel/runtime": "^7.10.1",
  10049. "classnames": "2.x",
  10050. "rc-motion": "^2.0.1",
  10051. "rc-util": "^5.16.1",
  10052. "rc-virtual-list": "^3.5.1"
  10053. },
  10054. "engines": {
  10055. "node": ">=10.x"
  10056. },
  10057. "peerDependencies": {
  10058. "react": "*",
  10059. "react-dom": "*"
  10060. }
  10061. },
  10062. "node_modules/rc-tree-select": {
  10063. "version": "5.27.0",
  10064. "resolved": "https://registry.npmmirror.com/rc-tree-select/-/rc-tree-select-5.27.0.tgz",
  10065. "integrity": "sha512-2qTBTzwIT7LRI1o7zLyrCzmo5tQanmyGbSaGTIf7sYimCklAToVVfpMC6OAldSKolcnjorBYPNSKQqJmN3TCww==",
  10066. "license": "MIT",
  10067. "dependencies": {
  10068. "@babel/runtime": "^7.25.7",
  10069. "classnames": "2.x",
  10070. "rc-select": "~14.16.2",
  10071. "rc-tree": "~5.13.0",
  10072. "rc-util": "^5.43.0"
  10073. },
  10074. "peerDependencies": {
  10075. "react": "*",
  10076. "react-dom": "*"
  10077. }
  10078. },
  10079. "node_modules/rc-upload": {
  10080. "version": "4.9.2",
  10081. "resolved": "https://registry.npmmirror.com/rc-upload/-/rc-upload-4.9.2.tgz",
  10082. "integrity": "sha512-nHx+9rbd1FKMiMRYsqQ3NkXUv7COHPBo3X1Obwq9SWS6/diF/A0aJ5OHubvwUAIDs+4RMleljV0pcrNUc823GQ==",
  10083. "license": "MIT",
  10084. "dependencies": {
  10085. "@babel/runtime": "^7.18.3",
  10086. "classnames": "^2.2.5",
  10087. "rc-util": "^5.2.0"
  10088. },
  10089. "peerDependencies": {
  10090. "react": ">=16.9.0",
  10091. "react-dom": ">=16.9.0"
  10092. }
  10093. },
  10094. "node_modules/rc-util": {
  10095. "version": "5.44.4",
  10096. "resolved": "https://registry.npmmirror.com/rc-util/-/rc-util-5.44.4.tgz",
  10097. "integrity": "sha512-resueRJzmHG9Q6rI/DfK6Kdv9/Lfls05vzMs1Sk3M2P+3cJa+MakaZyWY8IPfehVuhPJFKrIY1IK4GqbiaiY5w==",
  10098. "license": "MIT",
  10099. "dependencies": {
  10100. "@babel/runtime": "^7.18.3",
  10101. "react-is": "^18.2.0"
  10102. },
  10103. "peerDependencies": {
  10104. "react": ">=16.9.0",
  10105. "react-dom": ">=16.9.0"
  10106. }
  10107. },
  10108. "node_modules/rc-virtual-list": {
  10109. "version": "3.19.1",
  10110. "resolved": "https://registry.npmmirror.com/rc-virtual-list/-/rc-virtual-list-3.19.1.tgz",
  10111. "integrity": "sha512-DCapO2oyPqmooGhxBuXHM4lFuX+sshQwWqqkuyFA+4rShLe//+GEPVwiDgO+jKtKHtbeYwZoNvetwfHdOf+iUQ==",
  10112. "license": "MIT",
  10113. "dependencies": {
  10114. "@babel/runtime": "^7.20.0",
  10115. "classnames": "^2.2.6",
  10116. "rc-resize-observer": "^1.0.0",
  10117. "rc-util": "^5.36.0"
  10118. },
  10119. "engines": {
  10120. "node": ">=8.x"
  10121. },
  10122. "peerDependencies": {
  10123. "react": ">=16.9.0",
  10124. "react-dom": ">=16.9.0"
  10125. }
  10126. },
  10127. "node_modules/react": {
  10128. "version": "18.3.1",
  10129. "resolved": "https://registry.npmmirror.com/react/-/react-18.3.1.tgz",
  10130. "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
  10131. "license": "MIT",
  10132. "dependencies": {
  10133. "loose-envify": "^1.1.0"
  10134. },
  10135. "engines": {
  10136. "node": ">=0.10.0"
  10137. }
  10138. },
  10139. "node_modules/react-dom": {
  10140. "version": "18.3.1",
  10141. "resolved": "https://registry.npmmirror.com/react-dom/-/react-dom-18.3.1.tgz",
  10142. "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==",
  10143. "license": "MIT",
  10144. "dependencies": {
  10145. "loose-envify": "^1.1.0",
  10146. "scheduler": "^0.23.2"
  10147. },
  10148. "peerDependencies": {
  10149. "react": "^18.3.1"
  10150. }
  10151. },
  10152. "node_modules/react-is": {
  10153. "version": "18.3.1",
  10154. "resolved": "https://registry.npmmirror.com/react-is/-/react-is-18.3.1.tgz",
  10155. "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
  10156. "license": "MIT"
  10157. },
  10158. "node_modules/react-markdown": {
  10159. "version": "8.0.7",
  10160. "resolved": "https://registry.npmmirror.com/react-markdown/-/react-markdown-8.0.7.tgz",
  10161. "integrity": "sha512-bvWbzG4MtOU62XqBx3Xx+zB2raaFFsq4mYiAzfjXJMEz2sixgeAfraA3tvzULF02ZdOMUOKTBFFaZJDDrq+BJQ==",
  10162. "license": "MIT",
  10163. "dependencies": {
  10164. "@types/hast": "^2.0.0",
  10165. "@types/prop-types": "^15.0.0",
  10166. "@types/unist": "^2.0.0",
  10167. "comma-separated-tokens": "^2.0.0",
  10168. "hast-util-whitespace": "^2.0.0",
  10169. "prop-types": "^15.0.0",
  10170. "property-information": "^6.0.0",
  10171. "react-is": "^18.0.0",
  10172. "remark-parse": "^10.0.0",
  10173. "remark-rehype": "^10.0.0",
  10174. "space-separated-tokens": "^2.0.0",
  10175. "style-to-object": "^0.4.0",
  10176. "unified": "^10.0.0",
  10177. "unist-util-visit": "^4.0.0",
  10178. "vfile": "^5.0.0"
  10179. },
  10180. "funding": {
  10181. "type": "opencollective",
  10182. "url": "https://opencollective.com/unified"
  10183. },
  10184. "peerDependencies": {
  10185. "@types/react": ">=16",
  10186. "react": ">=16"
  10187. }
  10188. },
  10189. "node_modules/react-markdown/node_modules/unist-util-visit": {
  10190. "version": "4.1.2",
  10191. "resolved": "https://registry.npmmirror.com/unist-util-visit/-/unist-util-visit-4.1.2.tgz",
  10192. "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==",
  10193. "license": "MIT",
  10194. "dependencies": {
  10195. "@types/unist": "^2.0.0",
  10196. "unist-util-is": "^5.0.0",
  10197. "unist-util-visit-parents": "^5.1.1"
  10198. },
  10199. "funding": {
  10200. "type": "opencollective",
  10201. "url": "https://opencollective.com/unified"
  10202. }
  10203. },
  10204. "node_modules/react-markdown/node_modules/unist-util-visit-parents": {
  10205. "version": "5.1.3",
  10206. "resolved": "https://registry.npmmirror.com/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz",
  10207. "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==",
  10208. "license": "MIT",
  10209. "dependencies": {
  10210. "@types/unist": "^2.0.0",
  10211. "unist-util-is": "^5.0.0"
  10212. },
  10213. "funding": {
  10214. "type": "opencollective",
  10215. "url": "https://opencollective.com/unified"
  10216. }
  10217. },
  10218. "node_modules/react-redux": {
  10219. "version": "8.1.3",
  10220. "resolved": "https://registry.npmmirror.com/react-redux/-/react-redux-8.1.3.tgz",
  10221. "integrity": "sha512-n0ZrutD7DaX/j9VscF+uTALI3oUPa/pO4Z3soOBIjuRn/FzVu6aehhysxZCLi6y7duMf52WNZGMl7CtuK5EnRw==",
  10222. "license": "MIT",
  10223. "dependencies": {
  10224. "@babel/runtime": "^7.12.1",
  10225. "@types/hoist-non-react-statics": "^3.3.1",
  10226. "@types/use-sync-external-store": "^0.0.3",
  10227. "hoist-non-react-statics": "^3.3.2",
  10228. "react-is": "^18.0.0",
  10229. "use-sync-external-store": "^1.0.0"
  10230. },
  10231. "peerDependencies": {
  10232. "@types/react": "^16.8 || ^17.0 || ^18.0",
  10233. "@types/react-dom": "^16.8 || ^17.0 || ^18.0",
  10234. "react": "^16.8 || ^17.0 || ^18.0",
  10235. "react-dom": "^16.8 || ^17.0 || ^18.0",
  10236. "react-native": ">=0.59",
  10237. "redux": "^4 || ^5.0.0-beta.0"
  10238. },
  10239. "peerDependenciesMeta": {
  10240. "@types/react": {
  10241. "optional": true
  10242. },
  10243. "@types/react-dom": {
  10244. "optional": true
  10245. },
  10246. "react-dom": {
  10247. "optional": true
  10248. },
  10249. "react-native": {
  10250. "optional": true
  10251. },
  10252. "redux": {
  10253. "optional": true
  10254. }
  10255. }
  10256. },
  10257. "node_modules/react-router": {
  10258. "version": "6.30.1",
  10259. "resolved": "https://registry.npmmirror.com/react-router/-/react-router-6.30.1.tgz",
  10260. "integrity": "sha512-X1m21aEmxGXqENEPG3T6u0Th7g0aS4ZmoNynhbs+Cn+q+QGTLt+d5IQ2bHAXKzKcxGJjxACpVbnYQSCRcfxHlQ==",
  10261. "license": "MIT",
  10262. "dependencies": {
  10263. "@remix-run/router": "1.23.0"
  10264. },
  10265. "engines": {
  10266. "node": ">=14.0.0"
  10267. },
  10268. "peerDependencies": {
  10269. "react": ">=16.8"
  10270. }
  10271. },
  10272. "node_modules/react-router-dom": {
  10273. "version": "6.30.1",
  10274. "resolved": "https://registry.npmmirror.com/react-router-dom/-/react-router-dom-6.30.1.tgz",
  10275. "integrity": "sha512-llKsgOkZdbPU1Eg3zK8lCn+sjD9wMRZZPuzmdWWX5SUs8OFkN5HnFVC0u5KMeMaC9aoancFI/KoLuKPqN+hxHw==",
  10276. "license": "MIT",
  10277. "dependencies": {
  10278. "@remix-run/router": "1.23.0",
  10279. "react-router": "6.30.1"
  10280. },
  10281. "engines": {
  10282. "node": ">=14.0.0"
  10283. },
  10284. "peerDependencies": {
  10285. "react": ">=16.8",
  10286. "react-dom": ">=16.8"
  10287. }
  10288. },
  10289. "node_modules/readdirp": {
  10290. "version": "4.1.2",
  10291. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-4.1.2.tgz",
  10292. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  10293. "license": "MIT",
  10294. "engines": {
  10295. "node": ">= 14.18.0"
  10296. },
  10297. "funding": {
  10298. "type": "individual",
  10299. "url": "https://paulmillr.com/funding/"
  10300. }
  10301. },
  10302. "node_modules/redux": {
  10303. "version": "4.2.1",
  10304. "resolved": "https://registry.npmmirror.com/redux/-/redux-4.2.1.tgz",
  10305. "integrity": "sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==",
  10306. "license": "MIT",
  10307. "dependencies": {
  10308. "@babel/runtime": "^7.9.2"
  10309. }
  10310. },
  10311. "node_modules/regenerate": {
  10312. "version": "1.4.2",
  10313. "resolved": "https://registry.npmmirror.com/regenerate/-/regenerate-1.4.2.tgz",
  10314. "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==",
  10315. "license": "MIT"
  10316. },
  10317. "node_modules/regenerate-unicode-properties": {
  10318. "version": "10.2.0",
  10319. "resolved": "https://registry.npmmirror.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz",
  10320. "integrity": "sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==",
  10321. "license": "MIT",
  10322. "dependencies": {
  10323. "regenerate": "^1.4.2"
  10324. },
  10325. "engines": {
  10326. "node": ">=4"
  10327. }
  10328. },
  10329. "node_modules/regexpu-core": {
  10330. "version": "6.2.0",
  10331. "resolved": "https://registry.npmmirror.com/regexpu-core/-/regexpu-core-6.2.0.tgz",
  10332. "integrity": "sha512-H66BPQMrv+V16t8xtmq+UC0CBpiTBA60V8ibS1QVReIp8T1z8hwFxqcGzm9K6lgsN7sB5edVH8a+ze6Fqm4weA==",
  10333. "license": "MIT",
  10334. "dependencies": {
  10335. "regenerate": "^1.4.2",
  10336. "regenerate-unicode-properties": "^10.2.0",
  10337. "regjsgen": "^0.8.0",
  10338. "regjsparser": "^0.12.0",
  10339. "unicode-match-property-ecmascript": "^2.0.0",
  10340. "unicode-match-property-value-ecmascript": "^2.1.0"
  10341. },
  10342. "engines": {
  10343. "node": ">=4"
  10344. }
  10345. },
  10346. "node_modules/regjsgen": {
  10347. "version": "0.8.0",
  10348. "resolved": "https://registry.npmmirror.com/regjsgen/-/regjsgen-0.8.0.tgz",
  10349. "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==",
  10350. "license": "MIT"
  10351. },
  10352. "node_modules/regjsparser": {
  10353. "version": "0.12.0",
  10354. "resolved": "https://registry.npmmirror.com/regjsparser/-/regjsparser-0.12.0.tgz",
  10355. "integrity": "sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ==",
  10356. "license": "BSD-2-Clause",
  10357. "dependencies": {
  10358. "jsesc": "~3.0.2"
  10359. },
  10360. "bin": {
  10361. "regjsparser": "bin/parser"
  10362. }
  10363. },
  10364. "node_modules/regjsparser/node_modules/jsesc": {
  10365. "version": "3.0.2",
  10366. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.0.2.tgz",
  10367. "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==",
  10368. "license": "MIT",
  10369. "bin": {
  10370. "jsesc": "bin/jsesc"
  10371. },
  10372. "engines": {
  10373. "node": ">=6"
  10374. }
  10375. },
  10376. "node_modules/rehype-highlight": {
  10377. "version": "6.0.0",
  10378. "resolved": "https://registry.npmmirror.com/rehype-highlight/-/rehype-highlight-6.0.0.tgz",
  10379. "integrity": "sha512-q7UtlFicLhetp7K48ZgZiJgchYscMma7XjzX7t23bqEJF8m6/s+viXQEe4oHjrATTIZpX7RG8CKD7BlNZoh9gw==",
  10380. "license": "MIT",
  10381. "dependencies": {
  10382. "@types/hast": "^2.0.0",
  10383. "hast-util-to-text": "^3.0.0",
  10384. "lowlight": "^2.0.0",
  10385. "unified": "^10.0.0",
  10386. "unist-util-visit": "^4.0.0"
  10387. },
  10388. "funding": {
  10389. "type": "opencollective",
  10390. "url": "https://opencollective.com/unified"
  10391. }
  10392. },
  10393. "node_modules/rehype-highlight/node_modules/unist-util-visit": {
  10394. "version": "4.1.2",
  10395. "resolved": "https://registry.npmmirror.com/unist-util-visit/-/unist-util-visit-4.1.2.tgz",
  10396. "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==",
  10397. "license": "MIT",
  10398. "dependencies": {
  10399. "@types/unist": "^2.0.0",
  10400. "unist-util-is": "^5.0.0",
  10401. "unist-util-visit-parents": "^5.1.1"
  10402. },
  10403. "funding": {
  10404. "type": "opencollective",
  10405. "url": "https://opencollective.com/unified"
  10406. }
  10407. },
  10408. "node_modules/rehype-highlight/node_modules/unist-util-visit-parents": {
  10409. "version": "5.1.3",
  10410. "resolved": "https://registry.npmmirror.com/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz",
  10411. "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==",
  10412. "license": "MIT",
  10413. "dependencies": {
  10414. "@types/unist": "^2.0.0",
  10415. "unist-util-is": "^5.0.0"
  10416. },
  10417. "funding": {
  10418. "type": "opencollective",
  10419. "url": "https://opencollective.com/unified"
  10420. }
  10421. },
  10422. "node_modules/rehype-katex": {
  10423. "version": "6.0.3",
  10424. "resolved": "https://registry.npmmirror.com/rehype-katex/-/rehype-katex-6.0.3.tgz",
  10425. "integrity": "sha512-ByZlRwRUcWegNbF70CVRm2h/7xy7jQ3R9LaY4VVSvjnoVWwWVhNL60DiZsBpC5tSzYQOCvDbzncIpIjPZWodZA==",
  10426. "license": "MIT",
  10427. "dependencies": {
  10428. "@types/hast": "^2.0.0",
  10429. "@types/katex": "^0.14.0",
  10430. "hast-util-from-html-isomorphic": "^1.0.0",
  10431. "hast-util-to-text": "^3.1.0",
  10432. "katex": "^0.16.0",
  10433. "unist-util-visit": "^4.0.0"
  10434. },
  10435. "funding": {
  10436. "type": "opencollective",
  10437. "url": "https://opencollective.com/unified"
  10438. }
  10439. },
  10440. "node_modules/rehype-katex/node_modules/unist-util-visit": {
  10441. "version": "4.1.2",
  10442. "resolved": "https://registry.npmmirror.com/unist-util-visit/-/unist-util-visit-4.1.2.tgz",
  10443. "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==",
  10444. "license": "MIT",
  10445. "dependencies": {
  10446. "@types/unist": "^2.0.0",
  10447. "unist-util-is": "^5.0.0",
  10448. "unist-util-visit-parents": "^5.1.1"
  10449. },
  10450. "funding": {
  10451. "type": "opencollective",
  10452. "url": "https://opencollective.com/unified"
  10453. }
  10454. },
  10455. "node_modules/rehype-katex/node_modules/unist-util-visit-parents": {
  10456. "version": "5.1.3",
  10457. "resolved": "https://registry.npmmirror.com/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz",
  10458. "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==",
  10459. "license": "MIT",
  10460. "dependencies": {
  10461. "@types/unist": "^2.0.0",
  10462. "unist-util-is": "^5.0.0"
  10463. },
  10464. "funding": {
  10465. "type": "opencollective",
  10466. "url": "https://opencollective.com/unified"
  10467. }
  10468. },
  10469. "node_modules/rehype-mathjax": {
  10470. "version": "7.1.0",
  10471. "resolved": "https://registry.npmmirror.com/rehype-mathjax/-/rehype-mathjax-7.1.0.tgz",
  10472. "integrity": "sha512-mJHNpoqCC5UZ24OKx0wNjlzV18qeJz/Q/LtEjxXzt8vqrZ1Z3GxQnVrHcF5/PogcXUK8cWwJ4U/LWOQWEiABHw==",
  10473. "license": "MIT",
  10474. "dependencies": {
  10475. "@types/hast": "^3.0.0",
  10476. "@types/mathjax": "^0.0.40",
  10477. "hast-util-to-text": "^4.0.0",
  10478. "hastscript": "^9.0.0",
  10479. "mathjax-full": "^3.0.0",
  10480. "unified": "^11.0.0",
  10481. "unist-util-visit-parents": "^6.0.0",
  10482. "vfile": "^6.0.0"
  10483. },
  10484. "funding": {
  10485. "type": "opencollective",
  10486. "url": "https://opencollective.com/unified"
  10487. }
  10488. },
  10489. "node_modules/rehype-mathjax/node_modules/@types/hast": {
  10490. "version": "3.0.4",
  10491. "resolved": "https://registry.npmmirror.com/@types/hast/-/hast-3.0.4.tgz",
  10492. "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
  10493. "license": "MIT",
  10494. "dependencies": {
  10495. "@types/unist": "*"
  10496. }
  10497. },
  10498. "node_modules/rehype-mathjax/node_modules/@types/unist": {
  10499. "version": "3.0.3",
  10500. "resolved": "https://registry.npmmirror.com/@types/unist/-/unist-3.0.3.tgz",
  10501. "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
  10502. "license": "MIT"
  10503. },
  10504. "node_modules/rehype-mathjax/node_modules/hast-util-is-element": {
  10505. "version": "3.0.0",
  10506. "resolved": "https://registry.npmmirror.com/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz",
  10507. "integrity": "sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==",
  10508. "license": "MIT",
  10509. "dependencies": {
  10510. "@types/hast": "^3.0.0"
  10511. },
  10512. "funding": {
  10513. "type": "opencollective",
  10514. "url": "https://opencollective.com/unified"
  10515. }
  10516. },
  10517. "node_modules/rehype-mathjax/node_modules/hast-util-parse-selector": {
  10518. "version": "4.0.0",
  10519. "resolved": "https://registry.npmmirror.com/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz",
  10520. "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==",
  10521. "license": "MIT",
  10522. "dependencies": {
  10523. "@types/hast": "^3.0.0"
  10524. },
  10525. "funding": {
  10526. "type": "opencollective",
  10527. "url": "https://opencollective.com/unified"
  10528. }
  10529. },
  10530. "node_modules/rehype-mathjax/node_modules/hast-util-to-text": {
  10531. "version": "4.0.2",
  10532. "resolved": "https://registry.npmmirror.com/hast-util-to-text/-/hast-util-to-text-4.0.2.tgz",
  10533. "integrity": "sha512-KK6y/BN8lbaq654j7JgBydev7wuNMcID54lkRav1P0CaE1e47P72AWWPiGKXTJU271ooYzcvTAn/Zt0REnvc7A==",
  10534. "license": "MIT",
  10535. "dependencies": {
  10536. "@types/hast": "^3.0.0",
  10537. "@types/unist": "^3.0.0",
  10538. "hast-util-is-element": "^3.0.0",
  10539. "unist-util-find-after": "^5.0.0"
  10540. },
  10541. "funding": {
  10542. "type": "opencollective",
  10543. "url": "https://opencollective.com/unified"
  10544. }
  10545. },
  10546. "node_modules/rehype-mathjax/node_modules/hastscript": {
  10547. "version": "9.0.1",
  10548. "resolved": "https://registry.npmmirror.com/hastscript/-/hastscript-9.0.1.tgz",
  10549. "integrity": "sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==",
  10550. "license": "MIT",
  10551. "dependencies": {
  10552. "@types/hast": "^3.0.0",
  10553. "comma-separated-tokens": "^2.0.0",
  10554. "hast-util-parse-selector": "^4.0.0",
  10555. "property-information": "^7.0.0",
  10556. "space-separated-tokens": "^2.0.0"
  10557. },
  10558. "funding": {
  10559. "type": "opencollective",
  10560. "url": "https://opencollective.com/unified"
  10561. }
  10562. },
  10563. "node_modules/rehype-mathjax/node_modules/property-information": {
  10564. "version": "7.1.0",
  10565. "resolved": "https://registry.npmmirror.com/property-information/-/property-information-7.1.0.tgz",
  10566. "integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==",
  10567. "license": "MIT",
  10568. "funding": {
  10569. "type": "github",
  10570. "url": "https://github.com/sponsors/wooorm"
  10571. }
  10572. },
  10573. "node_modules/rehype-mathjax/node_modules/unified": {
  10574. "version": "11.0.5",
  10575. "resolved": "https://registry.npmmirror.com/unified/-/unified-11.0.5.tgz",
  10576. "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==",
  10577. "license": "MIT",
  10578. "dependencies": {
  10579. "@types/unist": "^3.0.0",
  10580. "bail": "^2.0.0",
  10581. "devlop": "^1.0.0",
  10582. "extend": "^3.0.0",
  10583. "is-plain-obj": "^4.0.0",
  10584. "trough": "^2.0.0",
  10585. "vfile": "^6.0.0"
  10586. },
  10587. "funding": {
  10588. "type": "opencollective",
  10589. "url": "https://opencollective.com/unified"
  10590. }
  10591. },
  10592. "node_modules/rehype-mathjax/node_modules/unist-util-find-after": {
  10593. "version": "5.0.0",
  10594. "resolved": "https://registry.npmmirror.com/unist-util-find-after/-/unist-util-find-after-5.0.0.tgz",
  10595. "integrity": "sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==",
  10596. "license": "MIT",
  10597. "dependencies": {
  10598. "@types/unist": "^3.0.0",
  10599. "unist-util-is": "^6.0.0"
  10600. },
  10601. "funding": {
  10602. "type": "opencollective",
  10603. "url": "https://opencollective.com/unified"
  10604. }
  10605. },
  10606. "node_modules/rehype-mathjax/node_modules/unist-util-is": {
  10607. "version": "6.0.1",
  10608. "resolved": "https://registry.npmmirror.com/unist-util-is/-/unist-util-is-6.0.1.tgz",
  10609. "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==",
  10610. "license": "MIT",
  10611. "dependencies": {
  10612. "@types/unist": "^3.0.0"
  10613. },
  10614. "funding": {
  10615. "type": "opencollective",
  10616. "url": "https://opencollective.com/unified"
  10617. }
  10618. },
  10619. "node_modules/remark-breaks": {
  10620. "version": "3.0.3",
  10621. "resolved": "https://registry.npmmirror.com/remark-breaks/-/remark-breaks-3.0.3.tgz",
  10622. "integrity": "sha512-C7VkvcUp1TPUc2eAYzsPdaUh8Xj4FSbQnYA5A9f80diApLZscTDeG7efiWP65W8hV2sEy3JuGVU0i6qr5D8Hug==",
  10623. "license": "MIT",
  10624. "dependencies": {
  10625. "@types/mdast": "^3.0.0",
  10626. "mdast-util-newline-to-break": "^1.0.0",
  10627. "unified": "^10.0.0"
  10628. },
  10629. "funding": {
  10630. "type": "opencollective",
  10631. "url": "https://opencollective.com/unified"
  10632. }
  10633. },
  10634. "node_modules/remark-gfm": {
  10635. "version": "3.0.1",
  10636. "resolved": "https://registry.npmmirror.com/remark-gfm/-/remark-gfm-3.0.1.tgz",
  10637. "integrity": "sha512-lEFDoi2PICJyNrACFOfDD3JlLkuSbOa5Wd8EPt06HUdptv8Gn0bxYTdbU/XXQ3swAPkEaGxxPN9cbnMHvVu1Ig==",
  10638. "license": "MIT",
  10639. "dependencies": {
  10640. "@types/mdast": "^3.0.0",
  10641. "mdast-util-gfm": "^2.0.0",
  10642. "micromark-extension-gfm": "^2.0.0",
  10643. "unified": "^10.0.0"
  10644. },
  10645. "funding": {
  10646. "type": "opencollective",
  10647. "url": "https://opencollective.com/unified"
  10648. }
  10649. },
  10650. "node_modules/remark-math": {
  10651. "version": "5.1.1",
  10652. "resolved": "https://registry.npmmirror.com/remark-math/-/remark-math-5.1.1.tgz",
  10653. "integrity": "sha512-cE5T2R/xLVtfFI4cCePtiRn+e6jKMtFDR3P8V3qpv8wpKjwvHoBA4eJzvX+nVrnlNy0911bdGmuspCSwetfYHw==",
  10654. "license": "MIT",
  10655. "dependencies": {
  10656. "@types/mdast": "^3.0.0",
  10657. "mdast-util-math": "^2.0.0",
  10658. "micromark-extension-math": "^2.0.0",
  10659. "unified": "^10.0.0"
  10660. },
  10661. "funding": {
  10662. "type": "opencollective",
  10663. "url": "https://opencollective.com/unified"
  10664. }
  10665. },
  10666. "node_modules/remark-parse": {
  10667. "version": "10.0.2",
  10668. "resolved": "https://registry.npmmirror.com/remark-parse/-/remark-parse-10.0.2.tgz",
  10669. "integrity": "sha512-3ydxgHa/ZQzG8LvC7jTXccARYDcRld3VfcgIIFs7bI6vbRSxJJmzgLEIIoYKyrfhaY+ujuWaf/PJiMZXoiCXgw==",
  10670. "license": "MIT",
  10671. "dependencies": {
  10672. "@types/mdast": "^3.0.0",
  10673. "mdast-util-from-markdown": "^1.0.0",
  10674. "unified": "^10.0.0"
  10675. },
  10676. "funding": {
  10677. "type": "opencollective",
  10678. "url": "https://opencollective.com/unified"
  10679. }
  10680. },
  10681. "node_modules/remark-rehype": {
  10682. "version": "10.1.0",
  10683. "resolved": "https://registry.npmmirror.com/remark-rehype/-/remark-rehype-10.1.0.tgz",
  10684. "integrity": "sha512-EFmR5zppdBp0WQeDVZ/b66CWJipB2q2VLNFMabzDSGR66Z2fQii83G5gTBbgGEnEEA0QRussvrFHxk1HWGJskw==",
  10685. "license": "MIT",
  10686. "dependencies": {
  10687. "@types/hast": "^2.0.0",
  10688. "@types/mdast": "^3.0.0",
  10689. "mdast-util-to-hast": "^12.1.0",
  10690. "unified": "^10.0.0"
  10691. },
  10692. "funding": {
  10693. "type": "opencollective",
  10694. "url": "https://opencollective.com/unified"
  10695. }
  10696. },
  10697. "node_modules/require-directory": {
  10698. "version": "2.1.1",
  10699. "resolved": "https://registry.npmmirror.com/require-directory/-/require-directory-2.1.1.tgz",
  10700. "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
  10701. "dev": true,
  10702. "license": "MIT",
  10703. "engines": {
  10704. "node": ">=0.10.0"
  10705. }
  10706. },
  10707. "node_modules/require-from-string": {
  10708. "version": "2.0.2",
  10709. "resolved": "https://registry.npmmirror.com/require-from-string/-/require-from-string-2.0.2.tgz",
  10710. "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
  10711. "dev": true,
  10712. "license": "MIT",
  10713. "engines": {
  10714. "node": ">=0.10.0"
  10715. }
  10716. },
  10717. "node_modules/resize-observer-polyfill": {
  10718. "version": "1.5.1",
  10719. "resolved": "https://registry.npmmirror.com/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz",
  10720. "integrity": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==",
  10721. "license": "MIT"
  10722. },
  10723. "node_modules/resolve": {
  10724. "version": "1.22.10",
  10725. "resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.10.tgz",
  10726. "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==",
  10727. "license": "MIT",
  10728. "dependencies": {
  10729. "is-core-module": "^2.16.0",
  10730. "path-parse": "^1.0.7",
  10731. "supports-preserve-symlinks-flag": "^1.0.0"
  10732. },
  10733. "bin": {
  10734. "resolve": "bin/resolve"
  10735. },
  10736. "engines": {
  10737. "node": ">= 0.4"
  10738. },
  10739. "funding": {
  10740. "url": "https://github.com/sponsors/ljharb"
  10741. }
  10742. },
  10743. "node_modules/resolve-from": {
  10744. "version": "4.0.0",
  10745. "resolved": "https://registry.npmmirror.com/resolve-from/-/resolve-from-4.0.0.tgz",
  10746. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  10747. "license": "MIT",
  10748. "engines": {
  10749. "node": ">=4"
  10750. }
  10751. },
  10752. "node_modules/resolve-pkg-maps": {
  10753. "version": "1.0.0",
  10754. "resolved": "https://registry.npmmirror.com/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
  10755. "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==",
  10756. "dev": true,
  10757. "license": "MIT",
  10758. "funding": {
  10759. "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
  10760. }
  10761. },
  10762. "node_modules/restore-cursor": {
  10763. "version": "4.0.0",
  10764. "resolved": "https://registry.npmmirror.com/restore-cursor/-/restore-cursor-4.0.0.tgz",
  10765. "integrity": "sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==",
  10766. "dev": true,
  10767. "license": "MIT",
  10768. "dependencies": {
  10769. "onetime": "^5.1.0",
  10770. "signal-exit": "^3.0.2"
  10771. },
  10772. "engines": {
  10773. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  10774. },
  10775. "funding": {
  10776. "url": "https://github.com/sponsors/sindresorhus"
  10777. }
  10778. },
  10779. "node_modules/restore-cursor/node_modules/mimic-fn": {
  10780. "version": "2.1.0",
  10781. "resolved": "https://registry.npmmirror.com/mimic-fn/-/mimic-fn-2.1.0.tgz",
  10782. "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
  10783. "dev": true,
  10784. "license": "MIT",
  10785. "engines": {
  10786. "node": ">=6"
  10787. }
  10788. },
  10789. "node_modules/restore-cursor/node_modules/onetime": {
  10790. "version": "5.1.2",
  10791. "resolved": "https://registry.npmmirror.com/onetime/-/onetime-5.1.2.tgz",
  10792. "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
  10793. "dev": true,
  10794. "license": "MIT",
  10795. "dependencies": {
  10796. "mimic-fn": "^2.1.0"
  10797. },
  10798. "engines": {
  10799. "node": ">=6"
  10800. },
  10801. "funding": {
  10802. "url": "https://github.com/sponsors/sindresorhus"
  10803. }
  10804. },
  10805. "node_modules/rfdc": {
  10806. "version": "1.4.1",
  10807. "resolved": "https://registry.npmmirror.com/rfdc/-/rfdc-1.4.1.tgz",
  10808. "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
  10809. "dev": true,
  10810. "license": "MIT"
  10811. },
  10812. "node_modules/robust-predicates": {
  10813. "version": "3.0.2",
  10814. "resolved": "https://registry.npmmirror.com/robust-predicates/-/robust-predicates-3.0.2.tgz",
  10815. "integrity": "sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==",
  10816. "license": "Unlicense"
  10817. },
  10818. "node_modules/rw": {
  10819. "version": "1.3.3",
  10820. "resolved": "https://registry.npmmirror.com/rw/-/rw-1.3.3.tgz",
  10821. "integrity": "sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==",
  10822. "license": "BSD-3-Clause"
  10823. },
  10824. "node_modules/rxjs": {
  10825. "version": "7.8.2",
  10826. "resolved": "https://registry.npmmirror.com/rxjs/-/rxjs-7.8.2.tgz",
  10827. "integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==",
  10828. "dev": true,
  10829. "license": "Apache-2.0",
  10830. "dependencies": {
  10831. "tslib": "^2.1.0"
  10832. }
  10833. },
  10834. "node_modules/sade": {
  10835. "version": "1.8.1",
  10836. "resolved": "https://registry.npmmirror.com/sade/-/sade-1.8.1.tgz",
  10837. "integrity": "sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==",
  10838. "license": "MIT",
  10839. "dependencies": {
  10840. "mri": "^1.1.0"
  10841. },
  10842. "engines": {
  10843. "node": ">=6"
  10844. }
  10845. },
  10846. "node_modules/safe-buffer": {
  10847. "version": "5.2.1",
  10848. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
  10849. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  10850. "dev": true,
  10851. "funding": [
  10852. {
  10853. "type": "github",
  10854. "url": "https://github.com/sponsors/feross"
  10855. },
  10856. {
  10857. "type": "patreon",
  10858. "url": "https://www.patreon.com/feross"
  10859. },
  10860. {
  10861. "type": "consulting",
  10862. "url": "https://feross.org/support"
  10863. }
  10864. ],
  10865. "license": "MIT"
  10866. },
  10867. "node_modules/safer-buffer": {
  10868. "version": "2.1.2",
  10869. "resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
  10870. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
  10871. "license": "MIT"
  10872. },
  10873. "node_modules/sass": {
  10874. "version": "1.90.0",
  10875. "resolved": "https://registry.npmmirror.com/sass/-/sass-1.90.0.tgz",
  10876. "integrity": "sha512-9GUyuksjw70uNpb1MTYWsH9MQHOHY6kwfnkafC24+7aOMZn9+rVMBxRbLvw756mrBFbIsFg6Xw9IkR2Fnn3k+Q==",
  10877. "license": "MIT",
  10878. "dependencies": {
  10879. "chokidar": "^4.0.0",
  10880. "immutable": "^5.0.2",
  10881. "source-map-js": ">=0.6.2 <2.0.0"
  10882. },
  10883. "bin": {
  10884. "sass": "sass.js"
  10885. },
  10886. "engines": {
  10887. "node": ">=14.0.0"
  10888. },
  10889. "optionalDependencies": {
  10890. "@parcel/watcher": "^2.4.1"
  10891. }
  10892. },
  10893. "node_modules/scheduler": {
  10894. "version": "0.23.2",
  10895. "resolved": "https://registry.npmmirror.com/scheduler/-/scheduler-0.23.2.tgz",
  10896. "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==",
  10897. "license": "MIT",
  10898. "dependencies": {
  10899. "loose-envify": "^1.1.0"
  10900. }
  10901. },
  10902. "node_modules/schema-utils": {
  10903. "version": "4.3.2",
  10904. "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-4.3.2.tgz",
  10905. "integrity": "sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ==",
  10906. "dev": true,
  10907. "license": "MIT",
  10908. "dependencies": {
  10909. "@types/json-schema": "^7.0.9",
  10910. "ajv": "^8.9.0",
  10911. "ajv-formats": "^2.1.1",
  10912. "ajv-keywords": "^5.1.0"
  10913. },
  10914. "engines": {
  10915. "node": ">= 10.13.0"
  10916. },
  10917. "funding": {
  10918. "type": "opencollective",
  10919. "url": "https://opencollective.com/webpack"
  10920. }
  10921. },
  10922. "node_modules/script-loader": {
  10923. "version": "0.7.2",
  10924. "resolved": "https://registry.npmmirror.com/script-loader/-/script-loader-0.7.2.tgz",
  10925. "integrity": "sha512-UMNLEvgOAQuzK8ji8qIscM3GIrRCWN6MmMXGD4SD5l6cSycgGsCo0tX5xRnfQcoghqct0tjHjcykgI1PyBE2aA==",
  10926. "license": "MIT",
  10927. "dependencies": {
  10928. "raw-loader": "~0.5.1"
  10929. }
  10930. },
  10931. "node_modules/scroll-into-view-if-needed": {
  10932. "version": "3.1.0",
  10933. "resolved": "https://registry.npmmirror.com/scroll-into-view-if-needed/-/scroll-into-view-if-needed-3.1.0.tgz",
  10934. "integrity": "sha512-49oNpRjWRvnU8NyGVmUaYG4jtTkNonFZI86MmGRDqBphEK2EXT9gdEUoQPZhuBM8yWHxCWbobltqYO5M4XrUvQ==",
  10935. "license": "MIT",
  10936. "dependencies": {
  10937. "compute-scroll-into-view": "^3.0.2"
  10938. }
  10939. },
  10940. "node_modules/semver": {
  10941. "version": "6.3.1",
  10942. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  10943. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  10944. "license": "ISC",
  10945. "bin": {
  10946. "semver": "bin/semver.js"
  10947. }
  10948. },
  10949. "node_modules/serialize-javascript": {
  10950. "version": "6.0.2",
  10951. "resolved": "https://registry.npmmirror.com/serialize-javascript/-/serialize-javascript-6.0.2.tgz",
  10952. "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==",
  10953. "dev": true,
  10954. "license": "BSD-3-Clause",
  10955. "dependencies": {
  10956. "randombytes": "^2.1.0"
  10957. }
  10958. },
  10959. "node_modules/sharp": {
  10960. "version": "0.33.5",
  10961. "resolved": "https://registry.npmmirror.com/sharp/-/sharp-0.33.5.tgz",
  10962. "integrity": "sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==",
  10963. "hasInstallScript": true,
  10964. "license": "Apache-2.0",
  10965. "dependencies": {
  10966. "color": "^4.2.3",
  10967. "detect-libc": "^2.0.3",
  10968. "semver": "^7.6.3"
  10969. },
  10970. "engines": {
  10971. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  10972. },
  10973. "funding": {
  10974. "url": "https://opencollective.com/libvips"
  10975. },
  10976. "optionalDependencies": {
  10977. "@img/sharp-darwin-arm64": "0.33.5",
  10978. "@img/sharp-darwin-x64": "0.33.5",
  10979. "@img/sharp-libvips-darwin-arm64": "1.0.4",
  10980. "@img/sharp-libvips-darwin-x64": "1.0.4",
  10981. "@img/sharp-libvips-linux-arm": "1.0.5",
  10982. "@img/sharp-libvips-linux-arm64": "1.0.4",
  10983. "@img/sharp-libvips-linux-s390x": "1.0.4",
  10984. "@img/sharp-libvips-linux-x64": "1.0.4",
  10985. "@img/sharp-libvips-linuxmusl-arm64": "1.0.4",
  10986. "@img/sharp-libvips-linuxmusl-x64": "1.0.4",
  10987. "@img/sharp-linux-arm": "0.33.5",
  10988. "@img/sharp-linux-arm64": "0.33.5",
  10989. "@img/sharp-linux-s390x": "0.33.5",
  10990. "@img/sharp-linux-x64": "0.33.5",
  10991. "@img/sharp-linuxmusl-arm64": "0.33.5",
  10992. "@img/sharp-linuxmusl-x64": "0.33.5",
  10993. "@img/sharp-wasm32": "0.33.5",
  10994. "@img/sharp-win32-ia32": "0.33.5",
  10995. "@img/sharp-win32-x64": "0.33.5"
  10996. }
  10997. },
  10998. "node_modules/sharp/node_modules/semver": {
  10999. "version": "7.7.2",
  11000. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.2.tgz",
  11001. "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
  11002. "license": "ISC",
  11003. "bin": {
  11004. "semver": "bin/semver.js"
  11005. },
  11006. "engines": {
  11007. "node": ">=10"
  11008. }
  11009. },
  11010. "node_modules/shebang-command": {
  11011. "version": "2.0.0",
  11012. "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz",
  11013. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  11014. "dev": true,
  11015. "license": "MIT",
  11016. "dependencies": {
  11017. "shebang-regex": "^3.0.0"
  11018. },
  11019. "engines": {
  11020. "node": ">=8"
  11021. }
  11022. },
  11023. "node_modules/shebang-regex": {
  11024. "version": "3.0.0",
  11025. "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz",
  11026. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  11027. "dev": true,
  11028. "license": "MIT",
  11029. "engines": {
  11030. "node": ">=8"
  11031. }
  11032. },
  11033. "node_modules/shell-quote": {
  11034. "version": "1.8.3",
  11035. "resolved": "https://registry.npmmirror.com/shell-quote/-/shell-quote-1.8.3.tgz",
  11036. "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==",
  11037. "dev": true,
  11038. "license": "MIT",
  11039. "engines": {
  11040. "node": ">= 0.4"
  11041. },
  11042. "funding": {
  11043. "url": "https://github.com/sponsors/ljharb"
  11044. }
  11045. },
  11046. "node_modules/signal-exit": {
  11047. "version": "3.0.7",
  11048. "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-3.0.7.tgz",
  11049. "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
  11050. "dev": true,
  11051. "license": "ISC"
  11052. },
  11053. "node_modules/simple-swizzle": {
  11054. "version": "0.2.2",
  11055. "resolved": "https://registry.npmmirror.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
  11056. "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==",
  11057. "license": "MIT",
  11058. "dependencies": {
  11059. "is-arrayish": "^0.3.1"
  11060. }
  11061. },
  11062. "node_modules/simple-swizzle/node_modules/is-arrayish": {
  11063. "version": "0.3.2",
  11064. "resolved": "https://registry.npmmirror.com/is-arrayish/-/is-arrayish-0.3.2.tgz",
  11065. "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==",
  11066. "license": "MIT"
  11067. },
  11068. "node_modules/slice-ansi": {
  11069. "version": "5.0.0",
  11070. "resolved": "https://registry.npmmirror.com/slice-ansi/-/slice-ansi-5.0.0.tgz",
  11071. "integrity": "sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==",
  11072. "dev": true,
  11073. "license": "MIT",
  11074. "dependencies": {
  11075. "ansi-styles": "^6.0.0",
  11076. "is-fullwidth-code-point": "^4.0.0"
  11077. },
  11078. "engines": {
  11079. "node": ">=12"
  11080. },
  11081. "funding": {
  11082. "url": "https://github.com/chalk/slice-ansi?sponsor=1"
  11083. }
  11084. },
  11085. "node_modules/slice-ansi/node_modules/ansi-styles": {
  11086. "version": "6.2.1",
  11087. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-6.2.1.tgz",
  11088. "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
  11089. "dev": true,
  11090. "license": "MIT",
  11091. "engines": {
  11092. "node": ">=12"
  11093. },
  11094. "funding": {
  11095. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  11096. }
  11097. },
  11098. "node_modules/source-map": {
  11099. "version": "0.6.1",
  11100. "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz",
  11101. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  11102. "license": "BSD-3-Clause",
  11103. "engines": {
  11104. "node": ">=0.10.0"
  11105. }
  11106. },
  11107. "node_modules/source-map-js": {
  11108. "version": "1.2.1",
  11109. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  11110. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  11111. "license": "BSD-3-Clause",
  11112. "engines": {
  11113. "node": ">=0.10.0"
  11114. }
  11115. },
  11116. "node_modules/source-map-support": {
  11117. "version": "0.5.21",
  11118. "resolved": "https://registry.npmmirror.com/source-map-support/-/source-map-support-0.5.21.tgz",
  11119. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  11120. "dev": true,
  11121. "license": "MIT",
  11122. "dependencies": {
  11123. "buffer-from": "^1.0.0",
  11124. "source-map": "^0.6.0"
  11125. }
  11126. },
  11127. "node_modules/space-separated-tokens": {
  11128. "version": "2.0.2",
  11129. "resolved": "https://registry.npmmirror.com/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
  11130. "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
  11131. "license": "MIT",
  11132. "funding": {
  11133. "type": "github",
  11134. "url": "https://github.com/sponsors/wooorm"
  11135. }
  11136. },
  11137. "node_modules/spark-md5": {
  11138. "version": "3.0.2",
  11139. "resolved": "https://registry.npmmirror.com/spark-md5/-/spark-md5-3.0.2.tgz",
  11140. "integrity": "sha512-wcFzz9cDfbuqe0FZzfi2or1sgyIrsDwmPwfZC4hiNidPdPINjeUwNfv5kldczoEAcjl9Y1L3SM7Uz2PUEQzxQw==",
  11141. "license": "(WTFPL OR MIT)"
  11142. },
  11143. "node_modules/spawn-command": {
  11144. "version": "0.0.2",
  11145. "resolved": "https://registry.npmmirror.com/spawn-command/-/spawn-command-0.0.2.tgz",
  11146. "integrity": "sha512-zC8zGoGkmc8J9ndvml8Xksr1Amk9qBujgbF0JAIWO7kXr43w0h/0GJNM/Vustixu+YE8N/MTrQ7N31FvHUACxQ==",
  11147. "dev": true
  11148. },
  11149. "node_modules/speech-rule-engine": {
  11150. "version": "4.1.2",
  11151. "resolved": "https://registry.npmmirror.com/speech-rule-engine/-/speech-rule-engine-4.1.2.tgz",
  11152. "integrity": "sha512-S6ji+flMEga+1QU79NDbwZ8Ivf0S/MpupQQiIC0rTpU/ZTKgcajijJJb1OcByBQDjrXCN1/DJtGz4ZJeBMPGJw==",
  11153. "license": "Apache-2.0",
  11154. "dependencies": {
  11155. "@xmldom/xmldom": "0.9.8",
  11156. "commander": "13.1.0",
  11157. "wicked-good-xpath": "1.3.0"
  11158. },
  11159. "bin": {
  11160. "sre": "bin/sre"
  11161. }
  11162. },
  11163. "node_modules/speech-rule-engine/node_modules/commander": {
  11164. "version": "13.1.0",
  11165. "resolved": "https://registry.npmmirror.com/commander/-/commander-13.1.0.tgz",
  11166. "integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==",
  11167. "license": "MIT",
  11168. "engines": {
  11169. "node": ">=18"
  11170. }
  11171. },
  11172. "node_modules/ssf": {
  11173. "version": "0.11.2",
  11174. "resolved": "https://registry.npmmirror.com/ssf/-/ssf-0.11.2.tgz",
  11175. "integrity": "sha512-+idbmIXoYET47hH+d7dfm2epdOMUDjqcB4648sTZ+t2JwoyBFL/insLfB/racrDmsKB3diwsDA696pZMieAC5g==",
  11176. "license": "Apache-2.0",
  11177. "dependencies": {
  11178. "frac": "~1.1.2"
  11179. },
  11180. "engines": {
  11181. "node": ">=0.8"
  11182. }
  11183. },
  11184. "node_modules/stable": {
  11185. "version": "0.1.8",
  11186. "resolved": "https://registry.npmmirror.com/stable/-/stable-0.1.8.tgz",
  11187. "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==",
  11188. "license": "MIT"
  11189. },
  11190. "node_modules/streamsearch": {
  11191. "version": "1.1.0",
  11192. "resolved": "https://registry.npmmirror.com/streamsearch/-/streamsearch-1.1.0.tgz",
  11193. "integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==",
  11194. "engines": {
  11195. "node": ">=10.0.0"
  11196. }
  11197. },
  11198. "node_modules/string-argv": {
  11199. "version": "0.3.2",
  11200. "resolved": "https://registry.npmmirror.com/string-argv/-/string-argv-0.3.2.tgz",
  11201. "integrity": "sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==",
  11202. "dev": true,
  11203. "license": "MIT",
  11204. "engines": {
  11205. "node": ">=0.6.19"
  11206. }
  11207. },
  11208. "node_modules/string-convert": {
  11209. "version": "0.2.1",
  11210. "resolved": "https://registry.npmmirror.com/string-convert/-/string-convert-0.2.1.tgz",
  11211. "integrity": "sha512-u/1tdPl4yQnPBjnVrmdLo9gtuLvELKsAoRapekWggdiQNvvvum+jYF329d84NAa660KQw7pB2n36KrIKVoXa3A==",
  11212. "license": "MIT"
  11213. },
  11214. "node_modules/string-width": {
  11215. "version": "5.1.2",
  11216. "resolved": "https://registry.npmmirror.com/string-width/-/string-width-5.1.2.tgz",
  11217. "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
  11218. "dev": true,
  11219. "license": "MIT",
  11220. "dependencies": {
  11221. "eastasianwidth": "^0.2.0",
  11222. "emoji-regex": "^9.2.2",
  11223. "strip-ansi": "^7.0.1"
  11224. },
  11225. "engines": {
  11226. "node": ">=12"
  11227. },
  11228. "funding": {
  11229. "url": "https://github.com/sponsors/sindresorhus"
  11230. }
  11231. },
  11232. "node_modules/strip-ansi": {
  11233. "version": "7.1.0",
  11234. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-7.1.0.tgz",
  11235. "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
  11236. "dev": true,
  11237. "license": "MIT",
  11238. "dependencies": {
  11239. "ansi-regex": "^6.0.1"
  11240. },
  11241. "engines": {
  11242. "node": ">=12"
  11243. },
  11244. "funding": {
  11245. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  11246. }
  11247. },
  11248. "node_modules/strip-final-newline": {
  11249. "version": "3.0.0",
  11250. "resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
  11251. "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
  11252. "dev": true,
  11253. "license": "MIT",
  11254. "engines": {
  11255. "node": ">=12"
  11256. },
  11257. "funding": {
  11258. "url": "https://github.com/sponsors/sindresorhus"
  11259. }
  11260. },
  11261. "node_modules/style-to-object": {
  11262. "version": "0.4.4",
  11263. "resolved": "https://registry.npmmirror.com/style-to-object/-/style-to-object-0.4.4.tgz",
  11264. "integrity": "sha512-HYNoHZa2GorYNyqiCaBgsxvcJIn7OHq6inEga+E6Ke3m5JkoqpQbnFssk4jwe+K7AhGa2fcha4wSOf1Kn01dMg==",
  11265. "license": "MIT",
  11266. "dependencies": {
  11267. "inline-style-parser": "0.1.1"
  11268. }
  11269. },
  11270. "node_modules/styled-jsx": {
  11271. "version": "5.1.1",
  11272. "resolved": "https://registry.npmmirror.com/styled-jsx/-/styled-jsx-5.1.1.tgz",
  11273. "integrity": "sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==",
  11274. "license": "MIT",
  11275. "dependencies": {
  11276. "client-only": "0.0.1"
  11277. },
  11278. "engines": {
  11279. "node": ">= 12.0.0"
  11280. },
  11281. "peerDependencies": {
  11282. "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0"
  11283. },
  11284. "peerDependenciesMeta": {
  11285. "@babel/core": {
  11286. "optional": true
  11287. },
  11288. "babel-plugin-macros": {
  11289. "optional": true
  11290. }
  11291. }
  11292. },
  11293. "node_modules/stylis": {
  11294. "version": "4.3.6",
  11295. "resolved": "https://registry.npmmirror.com/stylis/-/stylis-4.3.6.tgz",
  11296. "integrity": "sha512-yQ3rwFWRfwNUY7H5vpU0wfdkNSnvnJinhF9830Swlaxl03zsOjCfmX0ugac+3LtK0lYSgwL/KXc8oYL3mG4YFQ==",
  11297. "license": "MIT"
  11298. },
  11299. "node_modules/supports-color": {
  11300. "version": "8.1.1",
  11301. "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-8.1.1.tgz",
  11302. "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
  11303. "dev": true,
  11304. "license": "MIT",
  11305. "dependencies": {
  11306. "has-flag": "^4.0.0"
  11307. },
  11308. "engines": {
  11309. "node": ">=10"
  11310. },
  11311. "funding": {
  11312. "url": "https://github.com/chalk/supports-color?sponsor=1"
  11313. }
  11314. },
  11315. "node_modules/supports-preserve-symlinks-flag": {
  11316. "version": "1.0.0",
  11317. "resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  11318. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  11319. "license": "MIT",
  11320. "engines": {
  11321. "node": ">= 0.4"
  11322. },
  11323. "funding": {
  11324. "url": "https://github.com/sponsors/ljharb"
  11325. }
  11326. },
  11327. "node_modules/svg-parser": {
  11328. "version": "2.0.4",
  11329. "resolved": "https://registry.npmmirror.com/svg-parser/-/svg-parser-2.0.4.tgz",
  11330. "integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==",
  11331. "license": "MIT"
  11332. },
  11333. "node_modules/svgo": {
  11334. "version": "2.8.0",
  11335. "resolved": "https://registry.npmmirror.com/svgo/-/svgo-2.8.0.tgz",
  11336. "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==",
  11337. "license": "MIT",
  11338. "dependencies": {
  11339. "@trysound/sax": "0.2.0",
  11340. "commander": "^7.2.0",
  11341. "css-select": "^4.1.3",
  11342. "css-tree": "^1.1.3",
  11343. "csso": "^4.2.0",
  11344. "picocolors": "^1.0.0",
  11345. "stable": "^0.1.8"
  11346. },
  11347. "bin": {
  11348. "svgo": "bin/svgo"
  11349. },
  11350. "engines": {
  11351. "node": ">=10.13.0"
  11352. }
  11353. },
  11354. "node_modules/svgo/node_modules/commander": {
  11355. "version": "7.2.0",
  11356. "resolved": "https://registry.npmmirror.com/commander/-/commander-7.2.0.tgz",
  11357. "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
  11358. "license": "MIT",
  11359. "engines": {
  11360. "node": ">= 10"
  11361. }
  11362. },
  11363. "node_modules/tailwindcss": {
  11364. "version": "4.1.18",
  11365. "resolved": "https://registry.npmmirror.com/tailwindcss/-/tailwindcss-4.1.18.tgz",
  11366. "integrity": "sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==",
  11367. "dev": true,
  11368. "license": "MIT"
  11369. },
  11370. "node_modules/tapable": {
  11371. "version": "2.2.2",
  11372. "resolved": "https://registry.npmmirror.com/tapable/-/tapable-2.2.2.tgz",
  11373. "integrity": "sha512-Re10+NauLTMCudc7T5WLFLAwDhQ0JWdrMK+9B2M8zR5hRExKmsRDCBA7/aV/pNJFltmBFO5BAMlQFi/vq3nKOg==",
  11374. "dev": true,
  11375. "license": "MIT",
  11376. "engines": {
  11377. "node": ">=6"
  11378. }
  11379. },
  11380. "node_modules/terser": {
  11381. "version": "5.43.1",
  11382. "resolved": "https://registry.npmmirror.com/terser/-/terser-5.43.1.tgz",
  11383. "integrity": "sha512-+6erLbBm0+LROX2sPXlUYx/ux5PyE9K/a92Wrt6oA+WDAoFTdpHE5tCYCI5PNzq2y8df4rA+QgHLJuR4jNymsg==",
  11384. "dev": true,
  11385. "license": "BSD-2-Clause",
  11386. "dependencies": {
  11387. "@jridgewell/source-map": "^0.3.3",
  11388. "acorn": "^8.14.0",
  11389. "commander": "^2.20.0",
  11390. "source-map-support": "~0.5.20"
  11391. },
  11392. "bin": {
  11393. "terser": "bin/terser"
  11394. },
  11395. "engines": {
  11396. "node": ">=10"
  11397. }
  11398. },
  11399. "node_modules/terser-webpack-plugin": {
  11400. "version": "5.3.14",
  11401. "resolved": "https://registry.npmmirror.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.14.tgz",
  11402. "integrity": "sha512-vkZjpUjb6OMS7dhV+tILUW6BhpDR7P2L/aQSAv+Uwk+m8KATX9EccViHTJR2qDtACKPIYndLGCyl3FMo+r2LMw==",
  11403. "dev": true,
  11404. "license": "MIT",
  11405. "dependencies": {
  11406. "@jridgewell/trace-mapping": "^0.3.25",
  11407. "jest-worker": "^27.4.5",
  11408. "schema-utils": "^4.3.0",
  11409. "serialize-javascript": "^6.0.2",
  11410. "terser": "^5.31.1"
  11411. },
  11412. "engines": {
  11413. "node": ">= 10.13.0"
  11414. },
  11415. "funding": {
  11416. "type": "opencollective",
  11417. "url": "https://opencollective.com/webpack"
  11418. },
  11419. "peerDependencies": {
  11420. "webpack": "^5.1.0"
  11421. },
  11422. "peerDependenciesMeta": {
  11423. "@swc/core": {
  11424. "optional": true
  11425. },
  11426. "esbuild": {
  11427. "optional": true
  11428. },
  11429. "uglify-js": {
  11430. "optional": true
  11431. }
  11432. }
  11433. },
  11434. "node_modules/terser/node_modules/commander": {
  11435. "version": "2.20.3",
  11436. "resolved": "https://registry.npmmirror.com/commander/-/commander-2.20.3.tgz",
  11437. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
  11438. "dev": true,
  11439. "license": "MIT"
  11440. },
  11441. "node_modules/third-party-capital": {
  11442. "version": "1.0.20",
  11443. "resolved": "https://registry.npmmirror.com/third-party-capital/-/third-party-capital-1.0.20.tgz",
  11444. "integrity": "sha512-oB7yIimd8SuGptespDAZnNkzIz+NWaJCu2RMsbs4Wmp9zSDUM8Nhi3s2OOcqYuv3mN4hitXc8DVx+LyUmbUDiA==",
  11445. "license": "ISC"
  11446. },
  11447. "node_modules/throttle-debounce": {
  11448. "version": "5.0.2",
  11449. "resolved": "https://registry.npmmirror.com/throttle-debounce/-/throttle-debounce-5.0.2.tgz",
  11450. "integrity": "sha512-B71/4oyj61iNH0KeCamLuE2rmKuTO5byTOSVwECM5FA7TiAiAW+UqTKZ9ERueC4qvgSttUhdmq1mXC3kJqGX7A==",
  11451. "license": "MIT",
  11452. "engines": {
  11453. "node": ">=12.22"
  11454. }
  11455. },
  11456. "node_modules/tiny-invariant": {
  11457. "version": "1.3.3",
  11458. "resolved": "https://registry.npmmirror.com/tiny-invariant/-/tiny-invariant-1.3.3.tgz",
  11459. "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==",
  11460. "license": "MIT"
  11461. },
  11462. "node_modules/to-regex-range": {
  11463. "version": "5.0.1",
  11464. "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
  11465. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  11466. "devOptional": true,
  11467. "license": "MIT",
  11468. "dependencies": {
  11469. "is-number": "^7.0.0"
  11470. },
  11471. "engines": {
  11472. "node": ">=8.0"
  11473. }
  11474. },
  11475. "node_modules/toggle-selection": {
  11476. "version": "1.0.6",
  11477. "resolved": "https://registry.npmmirror.com/toggle-selection/-/toggle-selection-1.0.6.tgz",
  11478. "integrity": "sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==",
  11479. "license": "MIT"
  11480. },
  11481. "node_modules/tree-kill": {
  11482. "version": "1.2.2",
  11483. "resolved": "https://registry.npmmirror.com/tree-kill/-/tree-kill-1.2.2.tgz",
  11484. "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==",
  11485. "dev": true,
  11486. "license": "MIT",
  11487. "bin": {
  11488. "tree-kill": "cli.js"
  11489. }
  11490. },
  11491. "node_modules/trim-lines": {
  11492. "version": "3.0.1",
  11493. "resolved": "https://registry.npmmirror.com/trim-lines/-/trim-lines-3.0.1.tgz",
  11494. "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
  11495. "license": "MIT",
  11496. "funding": {
  11497. "type": "github",
  11498. "url": "https://github.com/sponsors/wooorm"
  11499. }
  11500. },
  11501. "node_modules/trough": {
  11502. "version": "2.2.0",
  11503. "resolved": "https://registry.npmmirror.com/trough/-/trough-2.2.0.tgz",
  11504. "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==",
  11505. "license": "MIT",
  11506. "funding": {
  11507. "type": "github",
  11508. "url": "https://github.com/sponsors/wooorm"
  11509. }
  11510. },
  11511. "node_modules/ts-dedent": {
  11512. "version": "2.2.0",
  11513. "resolved": "https://registry.npmmirror.com/ts-dedent/-/ts-dedent-2.2.0.tgz",
  11514. "integrity": "sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==",
  11515. "license": "MIT",
  11516. "engines": {
  11517. "node": ">=6.10"
  11518. }
  11519. },
  11520. "node_modules/tslib": {
  11521. "version": "2.8.1",
  11522. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz",
  11523. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  11524. "license": "0BSD"
  11525. },
  11526. "node_modules/tsx": {
  11527. "version": "4.20.3",
  11528. "resolved": "https://registry.npmmirror.com/tsx/-/tsx-4.20.3.tgz",
  11529. "integrity": "sha512-qjbnuR9Tr+FJOMBqJCW5ehvIo/buZq7vH7qD7JziU98h6l3qGy0a/yPFjwO+y0/T7GFpNgNAvEcPPVfyT8rrPQ==",
  11530. "dev": true,
  11531. "license": "MIT",
  11532. "dependencies": {
  11533. "esbuild": "~0.25.0",
  11534. "get-tsconfig": "^4.7.5"
  11535. },
  11536. "bin": {
  11537. "tsx": "dist/cli.mjs"
  11538. },
  11539. "engines": {
  11540. "node": ">=18.0.0"
  11541. },
  11542. "optionalDependencies": {
  11543. "fsevents": "~2.3.3"
  11544. }
  11545. },
  11546. "node_modules/type-fest": {
  11547. "version": "1.4.0",
  11548. "resolved": "https://registry.npmmirror.com/type-fest/-/type-fest-1.4.0.tgz",
  11549. "integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==",
  11550. "dev": true,
  11551. "license": "(MIT OR CC0-1.0)",
  11552. "engines": {
  11553. "node": ">=10"
  11554. },
  11555. "funding": {
  11556. "url": "https://github.com/sponsors/sindresorhus"
  11557. }
  11558. },
  11559. "node_modules/typescript": {
  11560. "version": "5.2.2",
  11561. "resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.2.2.tgz",
  11562. "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==",
  11563. "dev": true,
  11564. "license": "Apache-2.0",
  11565. "bin": {
  11566. "tsc": "bin/tsc",
  11567. "tsserver": "bin/tsserver"
  11568. },
  11569. "engines": {
  11570. "node": ">=14.17"
  11571. }
  11572. },
  11573. "node_modules/uc.micro": {
  11574. "version": "2.1.0",
  11575. "resolved": "https://registry.npmmirror.com/uc.micro/-/uc.micro-2.1.0.tgz",
  11576. "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==",
  11577. "license": "MIT"
  11578. },
  11579. "node_modules/undici-types": {
  11580. "version": "6.21.0",
  11581. "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-6.21.0.tgz",
  11582. "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
  11583. "dev": true,
  11584. "license": "MIT"
  11585. },
  11586. "node_modules/unicode-canonical-property-names-ecmascript": {
  11587. "version": "2.0.1",
  11588. "resolved": "https://registry.npmmirror.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz",
  11589. "integrity": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==",
  11590. "license": "MIT",
  11591. "engines": {
  11592. "node": ">=4"
  11593. }
  11594. },
  11595. "node_modules/unicode-match-property-ecmascript": {
  11596. "version": "2.0.0",
  11597. "resolved": "https://registry.npmmirror.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
  11598. "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
  11599. "license": "MIT",
  11600. "dependencies": {
  11601. "unicode-canonical-property-names-ecmascript": "^2.0.0",
  11602. "unicode-property-aliases-ecmascript": "^2.0.0"
  11603. },
  11604. "engines": {
  11605. "node": ">=4"
  11606. }
  11607. },
  11608. "node_modules/unicode-match-property-value-ecmascript": {
  11609. "version": "2.2.0",
  11610. "resolved": "https://registry.npmmirror.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz",
  11611. "integrity": "sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==",
  11612. "license": "MIT",
  11613. "engines": {
  11614. "node": ">=4"
  11615. }
  11616. },
  11617. "node_modules/unicode-property-aliases-ecmascript": {
  11618. "version": "2.1.0",
  11619. "resolved": "https://registry.npmmirror.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz",
  11620. "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==",
  11621. "license": "MIT",
  11622. "engines": {
  11623. "node": ">=4"
  11624. }
  11625. },
  11626. "node_modules/unified": {
  11627. "version": "10.1.2",
  11628. "resolved": "https://registry.npmmirror.com/unified/-/unified-10.1.2.tgz",
  11629. "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==",
  11630. "license": "MIT",
  11631. "dependencies": {
  11632. "@types/unist": "^2.0.0",
  11633. "bail": "^2.0.0",
  11634. "extend": "^3.0.0",
  11635. "is-buffer": "^2.0.0",
  11636. "is-plain-obj": "^4.0.0",
  11637. "trough": "^2.0.0",
  11638. "vfile": "^5.0.0"
  11639. },
  11640. "funding": {
  11641. "type": "opencollective",
  11642. "url": "https://opencollective.com/unified"
  11643. }
  11644. },
  11645. "node_modules/unist-util-find-after": {
  11646. "version": "4.0.1",
  11647. "resolved": "https://registry.npmmirror.com/unist-util-find-after/-/unist-util-find-after-4.0.1.tgz",
  11648. "integrity": "sha512-QO/PuPMm2ERxC6vFXEPtmAutOopy5PknD+Oq64gGwxKtk4xwo9Z97t9Av1obPmGU0IyTa6EKYUfTrK2QJS3Ozw==",
  11649. "license": "MIT",
  11650. "dependencies": {
  11651. "@types/unist": "^2.0.0",
  11652. "unist-util-is": "^5.0.0"
  11653. },
  11654. "funding": {
  11655. "type": "opencollective",
  11656. "url": "https://opencollective.com/unified"
  11657. }
  11658. },
  11659. "node_modules/unist-util-generated": {
  11660. "version": "2.0.1",
  11661. "resolved": "https://registry.npmmirror.com/unist-util-generated/-/unist-util-generated-2.0.1.tgz",
  11662. "integrity": "sha512-qF72kLmPxAw0oN2fwpWIqbXAVyEqUzDHMsbtPvOudIlUzXYFIeQIuxXQCRCFh22B7cixvU0MG7m3MW8FTq/S+A==",
  11663. "license": "MIT",
  11664. "funding": {
  11665. "type": "opencollective",
  11666. "url": "https://opencollective.com/unified"
  11667. }
  11668. },
  11669. "node_modules/unist-util-is": {
  11670. "version": "5.2.1",
  11671. "resolved": "https://registry.npmmirror.com/unist-util-is/-/unist-util-is-5.2.1.tgz",
  11672. "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==",
  11673. "license": "MIT",
  11674. "dependencies": {
  11675. "@types/unist": "^2.0.0"
  11676. },
  11677. "funding": {
  11678. "type": "opencollective",
  11679. "url": "https://opencollective.com/unified"
  11680. }
  11681. },
  11682. "node_modules/unist-util-position": {
  11683. "version": "4.0.4",
  11684. "resolved": "https://registry.npmmirror.com/unist-util-position/-/unist-util-position-4.0.4.tgz",
  11685. "integrity": "sha512-kUBE91efOWfIVBo8xzh/uZQ7p9ffYRtUbMRZBNFYwf0RK8koUMx6dGUfwylLOKmaT2cs4wSW96QoYUSXAyEtpg==",
  11686. "license": "MIT",
  11687. "dependencies": {
  11688. "@types/unist": "^2.0.0"
  11689. },
  11690. "funding": {
  11691. "type": "opencollective",
  11692. "url": "https://opencollective.com/unified"
  11693. }
  11694. },
  11695. "node_modules/unist-util-remove-position": {
  11696. "version": "4.0.2",
  11697. "resolved": "https://registry.npmmirror.com/unist-util-remove-position/-/unist-util-remove-position-4.0.2.tgz",
  11698. "integrity": "sha512-TkBb0HABNmxzAcfLf4qsIbFbaPDvMO6wa3b3j4VcEzFVaw1LBKwnW4/sRJ/atSLSzoIg41JWEdnE7N6DIhGDGQ==",
  11699. "license": "MIT",
  11700. "dependencies": {
  11701. "@types/unist": "^2.0.0",
  11702. "unist-util-visit": "^4.0.0"
  11703. },
  11704. "funding": {
  11705. "type": "opencollective",
  11706. "url": "https://opencollective.com/unified"
  11707. }
  11708. },
  11709. "node_modules/unist-util-remove-position/node_modules/unist-util-visit": {
  11710. "version": "4.1.2",
  11711. "resolved": "https://registry.npmmirror.com/unist-util-visit/-/unist-util-visit-4.1.2.tgz",
  11712. "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==",
  11713. "license": "MIT",
  11714. "dependencies": {
  11715. "@types/unist": "^2.0.0",
  11716. "unist-util-is": "^5.0.0",
  11717. "unist-util-visit-parents": "^5.1.1"
  11718. },
  11719. "funding": {
  11720. "type": "opencollective",
  11721. "url": "https://opencollective.com/unified"
  11722. }
  11723. },
  11724. "node_modules/unist-util-remove-position/node_modules/unist-util-visit-parents": {
  11725. "version": "5.1.3",
  11726. "resolved": "https://registry.npmmirror.com/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz",
  11727. "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==",
  11728. "license": "MIT",
  11729. "dependencies": {
  11730. "@types/unist": "^2.0.0",
  11731. "unist-util-is": "^5.0.0"
  11732. },
  11733. "funding": {
  11734. "type": "opencollective",
  11735. "url": "https://opencollective.com/unified"
  11736. }
  11737. },
  11738. "node_modules/unist-util-stringify-position": {
  11739. "version": "3.0.3",
  11740. "resolved": "https://registry.npmmirror.com/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz",
  11741. "integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==",
  11742. "license": "MIT",
  11743. "dependencies": {
  11744. "@types/unist": "^2.0.0"
  11745. },
  11746. "funding": {
  11747. "type": "opencollective",
  11748. "url": "https://opencollective.com/unified"
  11749. }
  11750. },
  11751. "node_modules/unist-util-visit": {
  11752. "version": "5.0.0",
  11753. "resolved": "https://registry.npmmirror.com/unist-util-visit/-/unist-util-visit-5.0.0.tgz",
  11754. "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==",
  11755. "license": "MIT",
  11756. "dependencies": {
  11757. "@types/unist": "^3.0.0",
  11758. "unist-util-is": "^6.0.0",
  11759. "unist-util-visit-parents": "^6.0.0"
  11760. },
  11761. "funding": {
  11762. "type": "opencollective",
  11763. "url": "https://opencollective.com/unified"
  11764. }
  11765. },
  11766. "node_modules/unist-util-visit-parents": {
  11767. "version": "6.0.2",
  11768. "resolved": "https://registry.npmmirror.com/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz",
  11769. "integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==",
  11770. "license": "MIT",
  11771. "dependencies": {
  11772. "@types/unist": "^3.0.0",
  11773. "unist-util-is": "^6.0.0"
  11774. },
  11775. "funding": {
  11776. "type": "opencollective",
  11777. "url": "https://opencollective.com/unified"
  11778. }
  11779. },
  11780. "node_modules/unist-util-visit-parents/node_modules/@types/unist": {
  11781. "version": "3.0.3",
  11782. "resolved": "https://registry.npmmirror.com/@types/unist/-/unist-3.0.3.tgz",
  11783. "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
  11784. "license": "MIT"
  11785. },
  11786. "node_modules/unist-util-visit-parents/node_modules/unist-util-is": {
  11787. "version": "6.0.1",
  11788. "resolved": "https://registry.npmmirror.com/unist-util-is/-/unist-util-is-6.0.1.tgz",
  11789. "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==",
  11790. "license": "MIT",
  11791. "dependencies": {
  11792. "@types/unist": "^3.0.0"
  11793. },
  11794. "funding": {
  11795. "type": "opencollective",
  11796. "url": "https://opencollective.com/unified"
  11797. }
  11798. },
  11799. "node_modules/unist-util-visit/node_modules/@types/unist": {
  11800. "version": "3.0.3",
  11801. "resolved": "https://registry.npmmirror.com/@types/unist/-/unist-3.0.3.tgz",
  11802. "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
  11803. "license": "MIT"
  11804. },
  11805. "node_modules/unist-util-visit/node_modules/unist-util-is": {
  11806. "version": "6.0.1",
  11807. "resolved": "https://registry.npmmirror.com/unist-util-is/-/unist-util-is-6.0.1.tgz",
  11808. "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==",
  11809. "license": "MIT",
  11810. "dependencies": {
  11811. "@types/unist": "^3.0.0"
  11812. },
  11813. "funding": {
  11814. "type": "opencollective",
  11815. "url": "https://opencollective.com/unified"
  11816. }
  11817. },
  11818. "node_modules/update-browserslist-db": {
  11819. "version": "1.2.2",
  11820. "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.2.2.tgz",
  11821. "integrity": "sha512-E85pfNzMQ9jpKkA7+TJAi4TJN+tBCuWh5rUcS/sv6cFi+1q9LYDwDI5dpUL0u/73EElyQ8d3TEaeW4sPedBqYA==",
  11822. "funding": [
  11823. {
  11824. "type": "opencollective",
  11825. "url": "https://opencollective.com/browserslist"
  11826. },
  11827. {
  11828. "type": "tidelift",
  11829. "url": "https://tidelift.com/funding/github/npm/browserslist"
  11830. },
  11831. {
  11832. "type": "github",
  11833. "url": "https://github.com/sponsors/ai"
  11834. }
  11835. ],
  11836. "license": "MIT",
  11837. "dependencies": {
  11838. "escalade": "^3.2.0",
  11839. "picocolors": "^1.1.1"
  11840. },
  11841. "bin": {
  11842. "update-browserslist-db": "cli.js"
  11843. },
  11844. "peerDependencies": {
  11845. "browserslist": ">= 4.21.0"
  11846. }
  11847. },
  11848. "node_modules/use-debounce": {
  11849. "version": "9.0.4",
  11850. "resolved": "https://registry.npmmirror.com/use-debounce/-/use-debounce-9.0.4.tgz",
  11851. "integrity": "sha512-6X8H/mikbrt0XE8e+JXRtZ8yYVvKkdYRfmIhWZYsP8rcNs9hk3APV8Ua2mFkKRLcJKVdnX2/Vwrmg2GWKUQEaQ==",
  11852. "license": "MIT",
  11853. "engines": {
  11854. "node": ">= 10.0.0"
  11855. },
  11856. "peerDependencies": {
  11857. "react": ">=16.8.0"
  11858. }
  11859. },
  11860. "node_modules/use-memo-one": {
  11861. "version": "1.1.3",
  11862. "resolved": "https://registry.npmmirror.com/use-memo-one/-/use-memo-one-1.1.3.tgz",
  11863. "integrity": "sha512-g66/K7ZQGYrI6dy8GLpVcMsBp4s17xNkYJVSMvTEevGy3nDxHOfE6z8BVE22+5G5x7t3+bhzrlTDB7ObrEE0cQ==",
  11864. "license": "MIT",
  11865. "peerDependencies": {
  11866. "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
  11867. }
  11868. },
  11869. "node_modules/use-sync-external-store": {
  11870. "version": "1.5.0",
  11871. "resolved": "https://registry.npmmirror.com/use-sync-external-store/-/use-sync-external-store-1.5.0.tgz",
  11872. "integrity": "sha512-Rb46I4cGGVBmjamjphe8L/UnvJD+uPPtTkNvX5mZgqdbavhI4EbgIWJiIHXJ8bc/i9EQGPRh4DwEURJ552Do0A==",
  11873. "license": "MIT",
  11874. "peerDependencies": {
  11875. "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  11876. }
  11877. },
  11878. "node_modules/uuid": {
  11879. "version": "9.0.1",
  11880. "resolved": "https://registry.npmmirror.com/uuid/-/uuid-9.0.1.tgz",
  11881. "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
  11882. "funding": [
  11883. "https://github.com/sponsors/broofa",
  11884. "https://github.com/sponsors/ctavan"
  11885. ],
  11886. "license": "MIT",
  11887. "bin": {
  11888. "uuid": "dist/bin/uuid"
  11889. }
  11890. },
  11891. "node_modules/uvu": {
  11892. "version": "0.5.6",
  11893. "resolved": "https://registry.npmmirror.com/uvu/-/uvu-0.5.6.tgz",
  11894. "integrity": "sha512-+g8ENReyr8YsOc6fv/NVJs2vFdHBnBNdfE49rshrTzDWOlUx4Gq7KOS2GD8eqhy2j+Ejq29+SbKH8yjkAqXqoA==",
  11895. "license": "MIT",
  11896. "dependencies": {
  11897. "dequal": "^2.0.0",
  11898. "diff": "^5.0.0",
  11899. "kleur": "^4.0.3",
  11900. "sade": "^1.7.3"
  11901. },
  11902. "bin": {
  11903. "uvu": "bin.js"
  11904. },
  11905. "engines": {
  11906. "node": ">=8"
  11907. }
  11908. },
  11909. "node_modules/vfile": {
  11910. "version": "6.0.3",
  11911. "resolved": "https://registry.npmmirror.com/vfile/-/vfile-6.0.3.tgz",
  11912. "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
  11913. "license": "MIT",
  11914. "dependencies": {
  11915. "@types/unist": "^3.0.0",
  11916. "vfile-message": "^4.0.0"
  11917. },
  11918. "funding": {
  11919. "type": "opencollective",
  11920. "url": "https://opencollective.com/unified"
  11921. }
  11922. },
  11923. "node_modules/vfile-location": {
  11924. "version": "4.1.0",
  11925. "resolved": "https://registry.npmmirror.com/vfile-location/-/vfile-location-4.1.0.tgz",
  11926. "integrity": "sha512-YF23YMyASIIJXpktBa4vIGLJ5Gs88UB/XePgqPmTa7cDA+JeO3yclbpheQYCHjVHBn/yePzrXuygIL+xbvRYHw==",
  11927. "license": "MIT",
  11928. "dependencies": {
  11929. "@types/unist": "^2.0.0",
  11930. "vfile": "^5.0.0"
  11931. },
  11932. "funding": {
  11933. "type": "opencollective",
  11934. "url": "https://opencollective.com/unified"
  11935. }
  11936. },
  11937. "node_modules/vfile-message": {
  11938. "version": "4.0.3",
  11939. "resolved": "https://registry.npmmirror.com/vfile-message/-/vfile-message-4.0.3.tgz",
  11940. "integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==",
  11941. "license": "MIT",
  11942. "dependencies": {
  11943. "@types/unist": "^3.0.0",
  11944. "unist-util-stringify-position": "^4.0.0"
  11945. },
  11946. "funding": {
  11947. "type": "opencollective",
  11948. "url": "https://opencollective.com/unified"
  11949. }
  11950. },
  11951. "node_modules/vfile-message/node_modules/@types/unist": {
  11952. "version": "3.0.3",
  11953. "resolved": "https://registry.npmmirror.com/@types/unist/-/unist-3.0.3.tgz",
  11954. "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
  11955. "license": "MIT"
  11956. },
  11957. "node_modules/vfile-message/node_modules/unist-util-stringify-position": {
  11958. "version": "4.0.0",
  11959. "resolved": "https://registry.npmmirror.com/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
  11960. "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
  11961. "license": "MIT",
  11962. "dependencies": {
  11963. "@types/unist": "^3.0.0"
  11964. },
  11965. "funding": {
  11966. "type": "opencollective",
  11967. "url": "https://opencollective.com/unified"
  11968. }
  11969. },
  11970. "node_modules/vfile/node_modules/@types/unist": {
  11971. "version": "3.0.3",
  11972. "resolved": "https://registry.npmmirror.com/@types/unist/-/unist-3.0.3.tgz",
  11973. "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
  11974. "license": "MIT"
  11975. },
  11976. "node_modules/watch": {
  11977. "version": "1.0.2",
  11978. "resolved": "https://registry.npmmirror.com/watch/-/watch-1.0.2.tgz",
  11979. "integrity": "sha512-1u+Z5n9Jc1E2c7qDO8SinPoZuHj7FgbgU1olSFoyaklduDvvtX7GMMtlE6OC9FTXq4KvNAOfj6Zu4vI1e9bAKA==",
  11980. "dev": true,
  11981. "license": "Apache-2.0",
  11982. "dependencies": {
  11983. "exec-sh": "^0.2.0",
  11984. "minimist": "^1.2.0"
  11985. },
  11986. "bin": {
  11987. "watch": "cli.js"
  11988. },
  11989. "engines": {
  11990. "node": ">=0.1.95"
  11991. }
  11992. },
  11993. "node_modules/watchpack": {
  11994. "version": "2.4.4",
  11995. "resolved": "https://registry.npmmirror.com/watchpack/-/watchpack-2.4.4.tgz",
  11996. "integrity": "sha512-c5EGNOiyxxV5qmTtAB7rbiXxi1ooX1pQKMLX/MIabJjRA0SJBQOjKF+KSVfHkr9U1cADPon0mRiVe/riyaiDUA==",
  11997. "dev": true,
  11998. "license": "MIT",
  11999. "dependencies": {
  12000. "glob-to-regexp": "^0.4.1",
  12001. "graceful-fs": "^4.1.2"
  12002. },
  12003. "engines": {
  12004. "node": ">=10.13.0"
  12005. }
  12006. },
  12007. "node_modules/web-namespaces": {
  12008. "version": "2.0.1",
  12009. "resolved": "https://registry.npmmirror.com/web-namespaces/-/web-namespaces-2.0.1.tgz",
  12010. "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==",
  12011. "license": "MIT",
  12012. "funding": {
  12013. "type": "github",
  12014. "url": "https://github.com/sponsors/wooorm"
  12015. }
  12016. },
  12017. "node_modules/web-streams-polyfill": {
  12018. "version": "3.3.3",
  12019. "resolved": "https://registry.npmmirror.com/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz",
  12020. "integrity": "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==",
  12021. "license": "MIT",
  12022. "engines": {
  12023. "node": ">= 8"
  12024. }
  12025. },
  12026. "node_modules/web-worker": {
  12027. "version": "1.5.0",
  12028. "resolved": "https://registry.npmmirror.com/web-worker/-/web-worker-1.5.0.tgz",
  12029. "integrity": "sha512-RiMReJrTAiA+mBjGONMnjVDP2u3p9R1vkcGz6gDIrOMT3oGuYwX2WRMYI9ipkphSuE5XKEhydbhNEJh4NY9mlw==",
  12030. "license": "Apache-2.0"
  12031. },
  12032. "node_modules/webpack": {
  12033. "version": "5.101.0",
  12034. "resolved": "https://registry.npmmirror.com/webpack/-/webpack-5.101.0.tgz",
  12035. "integrity": "sha512-B4t+nJqytPeuZlHuIKTbalhljIFXeNRqrUGAQgTGlfOl2lXXKXw+yZu6bicycP+PUlM44CxBjCFD6aciKFT3LQ==",
  12036. "dev": true,
  12037. "license": "MIT",
  12038. "dependencies": {
  12039. "@types/eslint-scope": "^3.7.7",
  12040. "@types/estree": "^1.0.8",
  12041. "@types/json-schema": "^7.0.15",
  12042. "@webassemblyjs/ast": "^1.14.1",
  12043. "@webassemblyjs/wasm-edit": "^1.14.1",
  12044. "@webassemblyjs/wasm-parser": "^1.14.1",
  12045. "acorn": "^8.15.0",
  12046. "acorn-import-phases": "^1.0.3",
  12047. "browserslist": "^4.24.0",
  12048. "chrome-trace-event": "^1.0.2",
  12049. "enhanced-resolve": "^5.17.2",
  12050. "es-module-lexer": "^1.2.1",
  12051. "eslint-scope": "5.1.1",
  12052. "events": "^3.2.0",
  12053. "glob-to-regexp": "^0.4.1",
  12054. "graceful-fs": "^4.2.11",
  12055. "json-parse-even-better-errors": "^2.3.1",
  12056. "loader-runner": "^4.2.0",
  12057. "mime-types": "^2.1.27",
  12058. "neo-async": "^2.6.2",
  12059. "schema-utils": "^4.3.2",
  12060. "tapable": "^2.1.1",
  12061. "terser-webpack-plugin": "^5.3.11",
  12062. "watchpack": "^2.4.1",
  12063. "webpack-sources": "^3.3.3"
  12064. },
  12065. "bin": {
  12066. "webpack": "bin/webpack.js"
  12067. },
  12068. "engines": {
  12069. "node": ">=10.13.0"
  12070. },
  12071. "funding": {
  12072. "type": "opencollective",
  12073. "url": "https://opencollective.com/webpack"
  12074. },
  12075. "peerDependenciesMeta": {
  12076. "webpack-cli": {
  12077. "optional": true
  12078. }
  12079. }
  12080. },
  12081. "node_modules/webpack-sources": {
  12082. "version": "3.3.3",
  12083. "resolved": "https://registry.npmmirror.com/webpack-sources/-/webpack-sources-3.3.3.tgz",
  12084. "integrity": "sha512-yd1RBzSGanHkitROoPFd6qsrxt+oFhg/129YzheDGqeustzX0vTZJZsSsQjVQC4yzBQ56K55XU8gaNCtIzOnTg==",
  12085. "dev": true,
  12086. "license": "MIT",
  12087. "engines": {
  12088. "node": ">=10.13.0"
  12089. }
  12090. },
  12091. "node_modules/which": {
  12092. "version": "2.0.2",
  12093. "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
  12094. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  12095. "dev": true,
  12096. "license": "ISC",
  12097. "dependencies": {
  12098. "isexe": "^2.0.0"
  12099. },
  12100. "bin": {
  12101. "node-which": "bin/node-which"
  12102. },
  12103. "engines": {
  12104. "node": ">= 8"
  12105. }
  12106. },
  12107. "node_modules/wicked-good-xpath": {
  12108. "version": "1.3.0",
  12109. "resolved": "https://registry.npmmirror.com/wicked-good-xpath/-/wicked-good-xpath-1.3.0.tgz",
  12110. "integrity": "sha512-Gd9+TUn5nXdwj/hFsPVx5cuHHiF5Bwuc30jZ4+ronF1qHK5O7HD0sgmXWSEgwKquT3ClLoKPVbO6qGwVwLzvAw==",
  12111. "license": "MIT"
  12112. },
  12113. "node_modules/wmf": {
  12114. "version": "1.0.2",
  12115. "resolved": "https://registry.npmmirror.com/wmf/-/wmf-1.0.2.tgz",
  12116. "integrity": "sha512-/p9K7bEh0Dj6WbXg4JG0xvLQmIadrner1bi45VMJTfnbVHsc7yIajZyoSoK60/dtVBs12Fm6WkUI5/3WAVsNMw==",
  12117. "license": "Apache-2.0",
  12118. "engines": {
  12119. "node": ">=0.8"
  12120. }
  12121. },
  12122. "node_modules/word": {
  12123. "version": "0.3.0",
  12124. "resolved": "https://registry.npmmirror.com/word/-/word-0.3.0.tgz",
  12125. "integrity": "sha512-OELeY0Q61OXpdUfTp+oweA/vtLVg5VDOXh+3he3PNzLGG/y0oylSOC1xRVj0+l4vQ3tj/bB1HVHv1ocXkQceFA==",
  12126. "license": "Apache-2.0",
  12127. "engines": {
  12128. "node": ">=0.8"
  12129. }
  12130. },
  12131. "node_modules/wrap-ansi": {
  12132. "version": "8.1.0",
  12133. "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
  12134. "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
  12135. "dev": true,
  12136. "license": "MIT",
  12137. "dependencies": {
  12138. "ansi-styles": "^6.1.0",
  12139. "string-width": "^5.0.1",
  12140. "strip-ansi": "^7.0.1"
  12141. },
  12142. "engines": {
  12143. "node": ">=12"
  12144. },
  12145. "funding": {
  12146. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  12147. }
  12148. },
  12149. "node_modules/wrap-ansi/node_modules/ansi-styles": {
  12150. "version": "6.2.1",
  12151. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-6.2.1.tgz",
  12152. "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
  12153. "dev": true,
  12154. "license": "MIT",
  12155. "engines": {
  12156. "node": ">=12"
  12157. },
  12158. "funding": {
  12159. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  12160. }
  12161. },
  12162. "node_modules/xlsx": {
  12163. "version": "0.16.3",
  12164. "resolved": "https://registry.npmmirror.com/xlsx/-/xlsx-0.16.3.tgz",
  12165. "integrity": "sha512-LInZ1OK6vpe+Em8XDZ5gDH3WixARwxI7UWc+3chLeafI6gUwECEgL43k4Tjbs1uRfkxpM7wQFy5DLE0hFBRqRw==",
  12166. "license": "Apache-2.0",
  12167. "dependencies": {
  12168. "adler-32": "~1.2.0",
  12169. "cfb": "^1.1.4",
  12170. "codepage": "~1.14.0",
  12171. "commander": "~2.17.1",
  12172. "crc-32": "~1.2.0",
  12173. "exit-on-epipe": "~1.0.1",
  12174. "ssf": "~0.11.2",
  12175. "wmf": "~1.0.1",
  12176. "word": "~0.3.0"
  12177. },
  12178. "bin": {
  12179. "xlsx": "bin/xlsx.njs"
  12180. },
  12181. "engines": {
  12182. "node": ">=0.8"
  12183. }
  12184. },
  12185. "node_modules/xlsx/node_modules/commander": {
  12186. "version": "2.17.1",
  12187. "resolved": "https://registry.npmmirror.com/commander/-/commander-2.17.1.tgz",
  12188. "integrity": "sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg==",
  12189. "license": "MIT"
  12190. },
  12191. "node_modules/y18n": {
  12192. "version": "5.0.8",
  12193. "resolved": "https://registry.npmmirror.com/y18n/-/y18n-5.0.8.tgz",
  12194. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  12195. "dev": true,
  12196. "license": "ISC",
  12197. "engines": {
  12198. "node": ">=10"
  12199. }
  12200. },
  12201. "node_modules/yallist": {
  12202. "version": "3.1.1",
  12203. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz",
  12204. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  12205. "license": "ISC"
  12206. },
  12207. "node_modules/yaml": {
  12208. "version": "1.10.2",
  12209. "resolved": "https://registry.npmmirror.com/yaml/-/yaml-1.10.2.tgz",
  12210. "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
  12211. "license": "ISC",
  12212. "engines": {
  12213. "node": ">= 6"
  12214. }
  12215. },
  12216. "node_modules/yargs": {
  12217. "version": "17.7.2",
  12218. "resolved": "https://registry.npmmirror.com/yargs/-/yargs-17.7.2.tgz",
  12219. "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
  12220. "dev": true,
  12221. "license": "MIT",
  12222. "dependencies": {
  12223. "cliui": "^8.0.1",
  12224. "escalade": "^3.1.1",
  12225. "get-caller-file": "^2.0.5",
  12226. "require-directory": "^2.1.1",
  12227. "string-width": "^4.2.3",
  12228. "y18n": "^5.0.5",
  12229. "yargs-parser": "^21.1.1"
  12230. },
  12231. "engines": {
  12232. "node": ">=12"
  12233. }
  12234. },
  12235. "node_modules/yargs-parser": {
  12236. "version": "21.1.1",
  12237. "resolved": "https://registry.npmmirror.com/yargs-parser/-/yargs-parser-21.1.1.tgz",
  12238. "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
  12239. "dev": true,
  12240. "license": "ISC",
  12241. "engines": {
  12242. "node": ">=12"
  12243. }
  12244. },
  12245. "node_modules/yargs/node_modules/ansi-regex": {
  12246. "version": "5.0.1",
  12247. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  12248. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  12249. "dev": true,
  12250. "license": "MIT",
  12251. "engines": {
  12252. "node": ">=8"
  12253. }
  12254. },
  12255. "node_modules/yargs/node_modules/emoji-regex": {
  12256. "version": "8.0.0",
  12257. "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz",
  12258. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  12259. "dev": true,
  12260. "license": "MIT"
  12261. },
  12262. "node_modules/yargs/node_modules/is-fullwidth-code-point": {
  12263. "version": "3.0.0",
  12264. "resolved": "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  12265. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  12266. "dev": true,
  12267. "license": "MIT",
  12268. "engines": {
  12269. "node": ">=8"
  12270. }
  12271. },
  12272. "node_modules/yargs/node_modules/string-width": {
  12273. "version": "4.2.3",
  12274. "resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz",
  12275. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  12276. "dev": true,
  12277. "license": "MIT",
  12278. "dependencies": {
  12279. "emoji-regex": "^8.0.0",
  12280. "is-fullwidth-code-point": "^3.0.0",
  12281. "strip-ansi": "^6.0.1"
  12282. },
  12283. "engines": {
  12284. "node": ">=8"
  12285. }
  12286. },
  12287. "node_modules/yargs/node_modules/strip-ansi": {
  12288. "version": "6.0.1",
  12289. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  12290. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  12291. "dev": true,
  12292. "license": "MIT",
  12293. "dependencies": {
  12294. "ansi-regex": "^5.0.1"
  12295. },
  12296. "engines": {
  12297. "node": ">=8"
  12298. }
  12299. },
  12300. "node_modules/zustand": {
  12301. "version": "4.5.7",
  12302. "resolved": "https://registry.npmmirror.com/zustand/-/zustand-4.5.7.tgz",
  12303. "integrity": "sha512-CHOUy7mu3lbD6o6LJLfllpjkzhHXSBlX8B9+qPddUsIfeF5S/UZ5q0kmCsnRqT1UHFQZchNFDDzMbQsuesHWlw==",
  12304. "license": "MIT",
  12305. "dependencies": {
  12306. "use-sync-external-store": "^1.2.2"
  12307. },
  12308. "engines": {
  12309. "node": ">=12.7.0"
  12310. },
  12311. "peerDependencies": {
  12312. "@types/react": ">=16.8",
  12313. "immer": ">=9.0.6",
  12314. "react": ">=16.8"
  12315. },
  12316. "peerDependenciesMeta": {
  12317. "@types/react": {
  12318. "optional": true
  12319. },
  12320. "immer": {
  12321. "optional": true
  12322. },
  12323. "react": {
  12324. "optional": true
  12325. }
  12326. }
  12327. },
  12328. "node_modules/zwitch": {
  12329. "version": "2.0.4",
  12330. "resolved": "https://registry.npmmirror.com/zwitch/-/zwitch-2.0.4.tgz",
  12331. "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
  12332. "license": "MIT",
  12333. "funding": {
  12334. "type": "github",
  12335. "url": "https://github.com/sponsors/wooorm"
  12336. }
  12337. }
  12338. }
  12339. }