package-lock.json 363 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054605560566057605860596060606160626063606460656066606760686069607060716072607360746075607660776078607960806081608260836084608560866087608860896090609160926093609460956096609760986099610061016102610361046105610661076108610961106111611261136114611561166117611861196120612161226123612461256126612761286129613061316132613361346135613661376138613961406141614261436144614561466147614861496150615161526153615461556156615761586159616061616162616361646165616661676168616961706171617261736174617561766177617861796180618161826183618461856186618761886189619061916192619361946195619661976198619962006201620262036204620562066207620862096210621162126213621462156216621762186219622062216222622362246225622662276228622962306231623262336234623562366237623862396240624162426243624462456246624762486249625062516252625362546255625662576258625962606261626262636264626562666267626862696270627162726273627462756276627762786279628062816282628362846285628662876288628962906291629262936294629562966297629862996300630163026303630463056306630763086309631063116312631363146315631663176318631963206321632263236324632563266327632863296330633163326333633463356336633763386339634063416342634363446345634663476348634963506351635263536354635563566357635863596360636163626363636463656366636763686369637063716372637363746375637663776378637963806381638263836384638563866387638863896390639163926393639463956396639763986399640064016402640364046405640664076408640964106411641264136414641564166417641864196420642164226423642464256426642764286429643064316432643364346435643664376438643964406441644264436444644564466447644864496450645164526453645464556456645764586459646064616462646364646465646664676468646964706471647264736474647564766477647864796480648164826483648464856486648764886489649064916492649364946495649664976498649965006501650265036504650565066507650865096510651165126513651465156516651765186519652065216522652365246525652665276528652965306531653265336534653565366537653865396540654165426543654465456546654765486549655065516552655365546555655665576558655965606561656265636564656565666567656865696570657165726573657465756576657765786579658065816582658365846585658665876588658965906591659265936594659565966597659865996600660166026603660466056606660766086609661066116612661366146615661666176618661966206621662266236624662566266627662866296630663166326633663466356636663766386639664066416642664366446645664666476648664966506651665266536654665566566657665866596660666166626663666466656666666766686669667066716672667366746675667666776678667966806681668266836684668566866687668866896690669166926693669466956696669766986699670067016702670367046705670667076708670967106711671267136714671567166717671867196720672167226723672467256726672767286729673067316732673367346735673667376738673967406741674267436744674567466747674867496750675167526753675467556756675767586759676067616762676367646765676667676768676967706771677267736774677567766777677867796780678167826783678467856786678767886789679067916792679367946795679667976798679968006801680268036804680568066807680868096810681168126813681468156816681768186819682068216822682368246825682668276828682968306831683268336834683568366837683868396840684168426843684468456846684768486849685068516852685368546855685668576858685968606861686268636864686568666867686868696870687168726873687468756876687768786879688068816882688368846885688668876888688968906891689268936894689568966897689868996900690169026903690469056906690769086909691069116912691369146915691669176918691969206921692269236924692569266927692869296930693169326933693469356936693769386939694069416942694369446945694669476948694969506951695269536954695569566957695869596960696169626963696469656966696769686969697069716972697369746975697669776978697969806981698269836984698569866987698869896990699169926993699469956996699769986999700070017002700370047005700670077008700970107011701270137014701570167017701870197020702170227023702470257026702770287029703070317032703370347035703670377038703970407041704270437044704570467047704870497050705170527053705470557056705770587059706070617062706370647065706670677068706970707071707270737074707570767077707870797080708170827083708470857086708770887089709070917092709370947095709670977098709971007101710271037104710571067107710871097110711171127113711471157116711771187119712071217122712371247125712671277128712971307131713271337134713571367137713871397140714171427143714471457146714771487149715071517152715371547155715671577158715971607161716271637164716571667167716871697170717171727173717471757176717771787179718071817182718371847185718671877188718971907191719271937194719571967197719871997200720172027203720472057206720772087209721072117212721372147215721672177218721972207221722272237224722572267227722872297230723172327233723472357236723772387239724072417242724372447245724672477248724972507251725272537254725572567257725872597260726172627263726472657266726772687269727072717272727372747275727672777278727972807281728272837284728572867287728872897290729172927293729472957296729772987299730073017302730373047305730673077308730973107311731273137314731573167317731873197320732173227323732473257326732773287329733073317332733373347335733673377338733973407341734273437344734573467347734873497350735173527353735473557356735773587359736073617362736373647365736673677368736973707371737273737374737573767377737873797380738173827383738473857386738773887389739073917392739373947395739673977398739974007401740274037404740574067407740874097410741174127413741474157416741774187419742074217422742374247425742674277428742974307431743274337434743574367437743874397440744174427443744474457446744774487449745074517452745374547455745674577458745974607461746274637464746574667467746874697470747174727473747474757476747774787479748074817482748374847485748674877488748974907491749274937494749574967497749874997500750175027503750475057506750775087509751075117512751375147515751675177518751975207521752275237524752575267527752875297530753175327533753475357536753775387539754075417542754375447545754675477548754975507551755275537554755575567557755875597560756175627563756475657566756775687569757075717572757375747575757675777578757975807581758275837584758575867587758875897590759175927593759475957596759775987599760076017602760376047605760676077608760976107611761276137614761576167617761876197620762176227623762476257626762776287629763076317632763376347635763676377638763976407641764276437644764576467647764876497650765176527653765476557656765776587659766076617662766376647665766676677668766976707671767276737674767576767677767876797680768176827683768476857686768776887689769076917692769376947695769676977698769977007701770277037704770577067707770877097710771177127713771477157716771777187719772077217722772377247725772677277728772977307731773277337734773577367737773877397740774177427743774477457746774777487749775077517752775377547755775677577758775977607761776277637764776577667767776877697770777177727773777477757776777777787779778077817782778377847785778677877788778977907791779277937794779577967797779877997800780178027803780478057806780778087809781078117812781378147815781678177818781978207821782278237824782578267827782878297830783178327833783478357836783778387839784078417842784378447845784678477848784978507851785278537854785578567857785878597860786178627863786478657866786778687869787078717872787378747875787678777878787978807881788278837884788578867887788878897890789178927893789478957896789778987899790079017902790379047905790679077908790979107911791279137914791579167917791879197920792179227923792479257926792779287929793079317932793379347935793679377938793979407941794279437944794579467947794879497950795179527953795479557956795779587959796079617962796379647965796679677968796979707971797279737974797579767977797879797980798179827983798479857986798779887989799079917992799379947995799679977998799980008001800280038004800580068007800880098010801180128013801480158016801780188019802080218022802380248025802680278028802980308031803280338034803580368037803880398040804180428043804480458046804780488049805080518052805380548055805680578058805980608061806280638064806580668067806880698070807180728073807480758076807780788079808080818082808380848085808680878088808980908091809280938094809580968097809880998100810181028103810481058106810781088109811081118112811381148115811681178118811981208121812281238124812581268127812881298130813181328133813481358136813781388139814081418142814381448145814681478148814981508151815281538154815581568157815881598160816181628163816481658166816781688169817081718172817381748175817681778178817981808181818281838184818581868187818881898190819181928193819481958196819781988199820082018202820382048205820682078208820982108211821282138214821582168217821882198220822182228223822482258226822782288229823082318232823382348235823682378238823982408241824282438244824582468247824882498250825182528253825482558256825782588259826082618262826382648265826682678268826982708271827282738274827582768277827882798280828182828283828482858286828782888289829082918292829382948295829682978298829983008301830283038304830583068307830883098310831183128313831483158316831783188319832083218322832383248325832683278328832983308331833283338334833583368337833883398340834183428343834483458346834783488349835083518352835383548355835683578358835983608361836283638364836583668367836883698370837183728373837483758376837783788379838083818382838383848385838683878388838983908391839283938394839583968397839883998400840184028403840484058406840784088409841084118412841384148415841684178418841984208421842284238424842584268427842884298430843184328433843484358436843784388439844084418442844384448445844684478448844984508451845284538454845584568457845884598460846184628463846484658466846784688469847084718472847384748475847684778478847984808481848284838484848584868487848884898490849184928493849484958496849784988499850085018502850385048505850685078508850985108511851285138514851585168517851885198520852185228523852485258526852785288529853085318532853385348535853685378538853985408541854285438544854585468547854885498550855185528553855485558556855785588559856085618562856385648565856685678568856985708571857285738574857585768577857885798580858185828583858485858586858785888589859085918592859385948595859685978598859986008601860286038604860586068607860886098610861186128613861486158616861786188619862086218622862386248625862686278628862986308631863286338634863586368637863886398640864186428643864486458646864786488649865086518652865386548655865686578658865986608661866286638664866586668667866886698670867186728673867486758676867786788679868086818682868386848685868686878688868986908691869286938694869586968697869886998700870187028703870487058706870787088709871087118712871387148715871687178718871987208721872287238724872587268727872887298730873187328733873487358736873787388739874087418742874387448745874687478748874987508751875287538754875587568757875887598760876187628763876487658766876787688769877087718772877387748775877687778778877987808781878287838784878587868787878887898790879187928793879487958796879787988799880088018802880388048805880688078808880988108811881288138814881588168817881888198820882188228823882488258826882788288829883088318832883388348835883688378838883988408841884288438844884588468847884888498850885188528853885488558856885788588859886088618862886388648865886688678868886988708871887288738874887588768877887888798880888188828883888488858886888788888889889088918892889388948895889688978898889989008901890289038904890589068907890889098910891189128913891489158916891789188919892089218922892389248925892689278928892989308931893289338934893589368937893889398940894189428943894489458946894789488949895089518952895389548955895689578958895989608961896289638964896589668967896889698970897189728973897489758976897789788979898089818982898389848985898689878988898989908991899289938994899589968997899889999000900190029003900490059006900790089009901090119012901390149015901690179018901990209021902290239024902590269027902890299030903190329033903490359036903790389039904090419042904390449045904690479048904990509051905290539054905590569057905890599060906190629063906490659066906790689069907090719072907390749075907690779078907990809081908290839084908590869087908890899090909190929093909490959096909790989099910091019102910391049105910691079108910991109111911291139114911591169117911891199120912191229123912491259126912791289129913091319132913391349135913691379138913991409141914291439144914591469147914891499150915191529153915491559156915791589159916091619162916391649165916691679168916991709171917291739174917591769177917891799180918191829183918491859186918791889189919091919192919391949195919691979198919992009201920292039204920592069207920892099210921192129213921492159216921792189219922092219222922392249225922692279228922992309231923292339234923592369237923892399240924192429243924492459246924792489249925092519252925392549255925692579258925992609261926292639264926592669267926892699270927192729273927492759276927792789279928092819282928392849285928692879288928992909291929292939294929592969297929892999300930193029303930493059306930793089309931093119312931393149315931693179318931993209321932293239324932593269327932893299330933193329333933493359336933793389339934093419342934393449345934693479348934993509351935293539354935593569357935893599360936193629363936493659366936793689369937093719372937393749375937693779378937993809381938293839384938593869387938893899390939193929393939493959396939793989399940094019402940394049405940694079408940994109411941294139414941594169417941894199420942194229423942494259426942794289429943094319432943394349435943694379438943994409441944294439444944594469447944894499450945194529453945494559456945794589459946094619462946394649465946694679468946994709471947294739474947594769477947894799480948194829483948494859486948794889489949094919492949394949495949694979498949995009501950295039504950595069507950895099510951195129513951495159516951795189519952095219522952395249525952695279528952995309531953295339534953595369537953895399540954195429543954495459546954795489549955095519552955395549555955695579558955995609561956295639564956595669567956895699570957195729573957495759576957795789579958095819582958395849585958695879588958995909591959295939594959595969597959895999600960196029603960496059606960796089609961096119612961396149615961696179618961996209621962296239624962596269627962896299630963196329633963496359636963796389639964096419642964396449645964696479648964996509651965296539654965596569657965896599660966196629663966496659666966796689669967096719672967396749675967696779678967996809681968296839684968596869687968896899690969196929693969496959696969796989699970097019702970397049705970697079708970997109711971297139714971597169717971897199720972197229723972497259726972797289729973097319732973397349735973697379738973997409741974297439744974597469747974897499750975197529753975497559756975797589759976097619762976397649765976697679768976997709771977297739774977597769777977897799780978197829783978497859786978797889789979097919792979397949795979697979798979998009801980298039804980598069807980898099810981198129813981498159816981798189819982098219822982398249825982698279828982998309831983298339834983598369837983898399840984198429843984498459846984798489849985098519852985398549855985698579858985998609861986298639864986598669867986898699870987198729873987498759876987798789879988098819882988398849885988698879888988998909891989298939894989598969897989898999900990199029903990499059906990799089909991099119912991399149915991699179918991999209921992299239924992599269927992899299930993199329933993499359936993799389939994099419942994399449945994699479948994999509951995299539954995599569957995899599960996199629963996499659966996799689969997099719972997399749975997699779978997999809981998299839984998599869987998899899990999199929993999499959996999799989999100001000110002100031000410005100061000710008100091001010011100121001310014100151001610017100181001910020100211002210023100241002510026100271002810029100301003110032100331003410035100361003710038100391004010041100421004310044100451004610047100481004910050100511005210053100541005510056100571005810059100601006110062100631006410065100661006710068100691007010071100721007310074100751007610077100781007910080100811008210083100841008510086100871008810089100901009110092100931009410095100961009710098100991010010101101021010310104101051010610107101081010910110101111011210113101141011510116101171011810119101201012110122101231012410125101261012710128101291013010131101321013310134101351013610137101381013910140101411014210143101441014510146101471014810149101501015110152101531015410155101561015710158101591016010161101621016310164101651016610167101681016910170101711017210173101741017510176101771017810179101801018110182101831018410185101861018710188101891019010191101921019310194
  1. {
  2. "name": "trace-visualization",
  3. "version": "0.1.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "trace-visualization",
  9. "version": "0.1.0",
  10. "dependencies": {
  11. "@douyinfe/semi-icons": "^2.56.0",
  12. "@douyinfe/semi-ui": "^2.56.0",
  13. "axios": "^1.6.0",
  14. "d3": "^7.8.5",
  15. "jszip": "^3.10.1",
  16. "react": "^18.2.0",
  17. "react-dom": "^18.2.0",
  18. "react-error-boundary": "^6.1.1",
  19. "react-markdown": "^10.1.0"
  20. },
  21. "devDependencies": {
  22. "@tailwindcss/postcss": "^4.0.0",
  23. "@tailwindcss/vite": "^4.0.0",
  24. "@testing-library/dom": "^10.4.1",
  25. "@testing-library/react": "^16.3.2",
  26. "@types/d3": "^7.4.3",
  27. "@types/node": "^20.11.5",
  28. "@types/react": "^18.2.43",
  29. "@types/react-dom": "^18.2.17",
  30. "@typescript-eslint/eslint-plugin": "^6.14.0",
  31. "@typescript-eslint/parser": "^6.14.0",
  32. "@vitejs/plugin-react": "^4.2.1",
  33. "autoprefixer": "^10.4.19",
  34. "eslint": "^8.55.0",
  35. "eslint-plugin-react-hooks": "^4.6.0",
  36. "eslint-plugin-react-refresh": "^0.4.5",
  37. "jsdom": "^28.1.0",
  38. "postcss": "^8.4.38",
  39. "tailwindcss": "^4.0.0",
  40. "typescript": "^5.2.2",
  41. "vite": "^5.0.8",
  42. "vitest": "^4.0.18"
  43. }
  44. },
  45. "node_modules/@acemir/cssom": {
  46. "version": "0.9.31",
  47. "resolved": "https://registry.npmmirror.com/@acemir/cssom/-/cssom-0.9.31.tgz",
  48. "integrity": "sha512-ZnR3GSaH+/vJ0YlHau21FjfLYjMpYVIzTD8M8vIEQvIGxeOXyXdzCI140rrCY862p/C/BbzWsjc1dgnM9mkoTA==",
  49. "dev": true,
  50. "license": "MIT"
  51. },
  52. "node_modules/@alloc/quick-lru": {
  53. "version": "5.2.0",
  54. "resolved": "https://registry.npmmirror.com/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
  55. "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
  56. "dev": true,
  57. "license": "MIT",
  58. "engines": {
  59. "node": ">=10"
  60. },
  61. "funding": {
  62. "url": "https://github.com/sponsors/sindresorhus"
  63. }
  64. },
  65. "node_modules/@asamuzakjp/css-color": {
  66. "version": "5.0.1",
  67. "resolved": "https://registry.npmmirror.com/@asamuzakjp/css-color/-/css-color-5.0.1.tgz",
  68. "integrity": "sha512-2SZFvqMyvboVV1d15lMf7XiI3m7SDqXUuKaTymJYLN6dSGadqp+fVojqJlVoMlbZnlTmu3S0TLwLTJpvBMO1Aw==",
  69. "dev": true,
  70. "license": "MIT",
  71. "dependencies": {
  72. "@csstools/css-calc": "^3.1.1",
  73. "@csstools/css-color-parser": "^4.0.2",
  74. "@csstools/css-parser-algorithms": "^4.0.0",
  75. "@csstools/css-tokenizer": "^4.0.0",
  76. "lru-cache": "^11.2.6"
  77. },
  78. "engines": {
  79. "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  80. }
  81. },
  82. "node_modules/@asamuzakjp/css-color/node_modules/lru-cache": {
  83. "version": "11.2.6",
  84. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-11.2.6.tgz",
  85. "integrity": "sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==",
  86. "dev": true,
  87. "license": "BlueOak-1.0.0",
  88. "engines": {
  89. "node": "20 || >=22"
  90. }
  91. },
  92. "node_modules/@asamuzakjp/dom-selector": {
  93. "version": "6.8.1",
  94. "resolved": "https://registry.npmmirror.com/@asamuzakjp/dom-selector/-/dom-selector-6.8.1.tgz",
  95. "integrity": "sha512-MvRz1nCqW0fsy8Qz4dnLIvhOlMzqDVBabZx6lH+YywFDdjXhMY37SmpV1XFX3JzG5GWHn63j6HX6QPr3lZXHvQ==",
  96. "dev": true,
  97. "license": "MIT",
  98. "dependencies": {
  99. "@asamuzakjp/nwsapi": "^2.3.9",
  100. "bidi-js": "^1.0.3",
  101. "css-tree": "^3.1.0",
  102. "is-potential-custom-element-name": "^1.0.1",
  103. "lru-cache": "^11.2.6"
  104. }
  105. },
  106. "node_modules/@asamuzakjp/dom-selector/node_modules/lru-cache": {
  107. "version": "11.2.6",
  108. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-11.2.6.tgz",
  109. "integrity": "sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==",
  110. "dev": true,
  111. "license": "BlueOak-1.0.0",
  112. "engines": {
  113. "node": "20 || >=22"
  114. }
  115. },
  116. "node_modules/@asamuzakjp/nwsapi": {
  117. "version": "2.3.9",
  118. "resolved": "https://registry.npmmirror.com/@asamuzakjp/nwsapi/-/nwsapi-2.3.9.tgz",
  119. "integrity": "sha512-n8GuYSrI9bF7FFZ/SjhwevlHc8xaVlb/7HmHelnc/PZXBD2ZR49NnN9sMMuDdEGPeeRQ5d0hqlSlEpgCX3Wl0Q==",
  120. "dev": true,
  121. "license": "MIT"
  122. },
  123. "node_modules/@babel/code-frame": {
  124. "version": "7.29.0",
  125. "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.29.0.tgz",
  126. "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
  127. "dev": true,
  128. "license": "MIT",
  129. "dependencies": {
  130. "@babel/helper-validator-identifier": "^7.28.5",
  131. "js-tokens": "^4.0.0",
  132. "picocolors": "^1.1.1"
  133. },
  134. "engines": {
  135. "node": ">=6.9.0"
  136. }
  137. },
  138. "node_modules/@babel/compat-data": {
  139. "version": "7.29.0",
  140. "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.29.0.tgz",
  141. "integrity": "sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==",
  142. "dev": true,
  143. "license": "MIT",
  144. "engines": {
  145. "node": ">=6.9.0"
  146. }
  147. },
  148. "node_modules/@babel/core": {
  149. "version": "7.29.0",
  150. "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.29.0.tgz",
  151. "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==",
  152. "dev": true,
  153. "license": "MIT",
  154. "dependencies": {
  155. "@babel/code-frame": "^7.29.0",
  156. "@babel/generator": "^7.29.0",
  157. "@babel/helper-compilation-targets": "^7.28.6",
  158. "@babel/helper-module-transforms": "^7.28.6",
  159. "@babel/helpers": "^7.28.6",
  160. "@babel/parser": "^7.29.0",
  161. "@babel/template": "^7.28.6",
  162. "@babel/traverse": "^7.29.0",
  163. "@babel/types": "^7.29.0",
  164. "@jridgewell/remapping": "^2.3.5",
  165. "convert-source-map": "^2.0.0",
  166. "debug": "^4.1.0",
  167. "gensync": "^1.0.0-beta.2",
  168. "json5": "^2.2.3",
  169. "semver": "^6.3.1"
  170. },
  171. "engines": {
  172. "node": ">=6.9.0"
  173. },
  174. "funding": {
  175. "type": "opencollective",
  176. "url": "https://opencollective.com/babel"
  177. }
  178. },
  179. "node_modules/@babel/core/node_modules/semver": {
  180. "version": "6.3.1",
  181. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  182. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  183. "dev": true,
  184. "license": "ISC",
  185. "bin": {
  186. "semver": "bin/semver.js"
  187. }
  188. },
  189. "node_modules/@babel/generator": {
  190. "version": "7.29.1",
  191. "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.29.1.tgz",
  192. "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
  193. "dev": true,
  194. "license": "MIT",
  195. "dependencies": {
  196. "@babel/parser": "^7.29.0",
  197. "@babel/types": "^7.29.0",
  198. "@jridgewell/gen-mapping": "^0.3.12",
  199. "@jridgewell/trace-mapping": "^0.3.28",
  200. "jsesc": "^3.0.2"
  201. },
  202. "engines": {
  203. "node": ">=6.9.0"
  204. }
  205. },
  206. "node_modules/@babel/helper-compilation-targets": {
  207. "version": "7.28.6",
  208. "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz",
  209. "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",
  210. "dev": true,
  211. "license": "MIT",
  212. "dependencies": {
  213. "@babel/compat-data": "^7.28.6",
  214. "@babel/helper-validator-option": "^7.27.1",
  215. "browserslist": "^4.24.0",
  216. "lru-cache": "^5.1.1",
  217. "semver": "^6.3.1"
  218. },
  219. "engines": {
  220. "node": ">=6.9.0"
  221. }
  222. },
  223. "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
  224. "version": "6.3.1",
  225. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  226. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  227. "dev": true,
  228. "license": "ISC",
  229. "bin": {
  230. "semver": "bin/semver.js"
  231. }
  232. },
  233. "node_modules/@babel/helper-globals": {
  234. "version": "7.28.0",
  235. "resolved": "https://registry.npmmirror.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
  236. "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
  237. "dev": true,
  238. "license": "MIT",
  239. "engines": {
  240. "node": ">=6.9.0"
  241. }
  242. },
  243. "node_modules/@babel/helper-module-imports": {
  244. "version": "7.28.6",
  245. "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz",
  246. "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==",
  247. "dev": true,
  248. "license": "MIT",
  249. "dependencies": {
  250. "@babel/traverse": "^7.28.6",
  251. "@babel/types": "^7.28.6"
  252. },
  253. "engines": {
  254. "node": ">=6.9.0"
  255. }
  256. },
  257. "node_modules/@babel/helper-module-transforms": {
  258. "version": "7.28.6",
  259. "resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz",
  260. "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==",
  261. "dev": true,
  262. "license": "MIT",
  263. "dependencies": {
  264. "@babel/helper-module-imports": "^7.28.6",
  265. "@babel/helper-validator-identifier": "^7.28.5",
  266. "@babel/traverse": "^7.28.6"
  267. },
  268. "engines": {
  269. "node": ">=6.9.0"
  270. },
  271. "peerDependencies": {
  272. "@babel/core": "^7.0.0"
  273. }
  274. },
  275. "node_modules/@babel/helper-plugin-utils": {
  276. "version": "7.28.6",
  277. "resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz",
  278. "integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==",
  279. "dev": true,
  280. "license": "MIT",
  281. "engines": {
  282. "node": ">=6.9.0"
  283. }
  284. },
  285. "node_modules/@babel/helper-string-parser": {
  286. "version": "7.27.1",
  287. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  288. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  289. "dev": true,
  290. "license": "MIT",
  291. "engines": {
  292. "node": ">=6.9.0"
  293. }
  294. },
  295. "node_modules/@babel/helper-validator-identifier": {
  296. "version": "7.28.5",
  297. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  298. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  299. "dev": true,
  300. "license": "MIT",
  301. "engines": {
  302. "node": ">=6.9.0"
  303. }
  304. },
  305. "node_modules/@babel/helper-validator-option": {
  306. "version": "7.27.1",
  307. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
  308. "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
  309. "dev": true,
  310. "license": "MIT",
  311. "engines": {
  312. "node": ">=6.9.0"
  313. }
  314. },
  315. "node_modules/@babel/helpers": {
  316. "version": "7.28.6",
  317. "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.28.6.tgz",
  318. "integrity": "sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==",
  319. "dev": true,
  320. "license": "MIT",
  321. "dependencies": {
  322. "@babel/template": "^7.28.6",
  323. "@babel/types": "^7.28.6"
  324. },
  325. "engines": {
  326. "node": ">=6.9.0"
  327. }
  328. },
  329. "node_modules/@babel/parser": {
  330. "version": "7.29.0",
  331. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.29.0.tgz",
  332. "integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
  333. "dev": true,
  334. "license": "MIT",
  335. "dependencies": {
  336. "@babel/types": "^7.29.0"
  337. },
  338. "bin": {
  339. "parser": "bin/babel-parser.js"
  340. },
  341. "engines": {
  342. "node": ">=6.0.0"
  343. }
  344. },
  345. "node_modules/@babel/plugin-transform-react-jsx-self": {
  346. "version": "7.27.1",
  347. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz",
  348. "integrity": "sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==",
  349. "dev": true,
  350. "license": "MIT",
  351. "dependencies": {
  352. "@babel/helper-plugin-utils": "^7.27.1"
  353. },
  354. "engines": {
  355. "node": ">=6.9.0"
  356. },
  357. "peerDependencies": {
  358. "@babel/core": "^7.0.0-0"
  359. }
  360. },
  361. "node_modules/@babel/plugin-transform-react-jsx-source": {
  362. "version": "7.27.1",
  363. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz",
  364. "integrity": "sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==",
  365. "dev": true,
  366. "license": "MIT",
  367. "dependencies": {
  368. "@babel/helper-plugin-utils": "^7.27.1"
  369. },
  370. "engines": {
  371. "node": ">=6.9.0"
  372. },
  373. "peerDependencies": {
  374. "@babel/core": "^7.0.0-0"
  375. }
  376. },
  377. "node_modules/@babel/runtime": {
  378. "version": "7.28.6",
  379. "resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.28.6.tgz",
  380. "integrity": "sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==",
  381. "license": "MIT",
  382. "engines": {
  383. "node": ">=6.9.0"
  384. }
  385. },
  386. "node_modules/@babel/template": {
  387. "version": "7.28.6",
  388. "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.28.6.tgz",
  389. "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",
  390. "dev": true,
  391. "license": "MIT",
  392. "dependencies": {
  393. "@babel/code-frame": "^7.28.6",
  394. "@babel/parser": "^7.28.6",
  395. "@babel/types": "^7.28.6"
  396. },
  397. "engines": {
  398. "node": ">=6.9.0"
  399. }
  400. },
  401. "node_modules/@babel/traverse": {
  402. "version": "7.29.0",
  403. "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.29.0.tgz",
  404. "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",
  405. "dev": true,
  406. "license": "MIT",
  407. "dependencies": {
  408. "@babel/code-frame": "^7.29.0",
  409. "@babel/generator": "^7.29.0",
  410. "@babel/helper-globals": "^7.28.0",
  411. "@babel/parser": "^7.29.0",
  412. "@babel/template": "^7.28.6",
  413. "@babel/types": "^7.29.0",
  414. "debug": "^4.3.1"
  415. },
  416. "engines": {
  417. "node": ">=6.9.0"
  418. }
  419. },
  420. "node_modules/@babel/types": {
  421. "version": "7.29.0",
  422. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.29.0.tgz",
  423. "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
  424. "dev": true,
  425. "license": "MIT",
  426. "dependencies": {
  427. "@babel/helper-string-parser": "^7.27.1",
  428. "@babel/helper-validator-identifier": "^7.28.5"
  429. },
  430. "engines": {
  431. "node": ">=6.9.0"
  432. }
  433. },
  434. "node_modules/@bramus/specificity": {
  435. "version": "2.4.2",
  436. "resolved": "https://registry.npmmirror.com/@bramus/specificity/-/specificity-2.4.2.tgz",
  437. "integrity": "sha512-ctxtJ/eA+t+6q2++vj5j7FYX3nRu311q1wfYH3xjlLOsczhlhxAg2FWNUXhpGvAw3BWo1xBcvOV6/YLc2r5FJw==",
  438. "dev": true,
  439. "license": "MIT",
  440. "dependencies": {
  441. "css-tree": "^3.0.0"
  442. },
  443. "bin": {
  444. "specificity": "bin/cli.js"
  445. }
  446. },
  447. "node_modules/@csstools/color-helpers": {
  448. "version": "6.0.2",
  449. "resolved": "https://registry.npmmirror.com/@csstools/color-helpers/-/color-helpers-6.0.2.tgz",
  450. "integrity": "sha512-LMGQLS9EuADloEFkcTBR3BwV/CGHV7zyDxVRtVDTwdI2Ca4it0CCVTT9wCkxSgokjE5Ho41hEPgb8OEUwoXr6Q==",
  451. "dev": true,
  452. "funding": [
  453. {
  454. "type": "github",
  455. "url": "https://github.com/sponsors/csstools"
  456. },
  457. {
  458. "type": "opencollective",
  459. "url": "https://opencollective.com/csstools"
  460. }
  461. ],
  462. "license": "MIT-0",
  463. "engines": {
  464. "node": ">=20.19.0"
  465. }
  466. },
  467. "node_modules/@csstools/css-calc": {
  468. "version": "3.1.1",
  469. "resolved": "https://registry.npmmirror.com/@csstools/css-calc/-/css-calc-3.1.1.tgz",
  470. "integrity": "sha512-HJ26Z/vmsZQqs/o3a6bgKslXGFAungXGbinULZO3eMsOyNJHeBBZfup5FiZInOghgoM4Hwnmw+OgbJCNg1wwUQ==",
  471. "dev": true,
  472. "funding": [
  473. {
  474. "type": "github",
  475. "url": "https://github.com/sponsors/csstools"
  476. },
  477. {
  478. "type": "opencollective",
  479. "url": "https://opencollective.com/csstools"
  480. }
  481. ],
  482. "license": "MIT",
  483. "engines": {
  484. "node": ">=20.19.0"
  485. },
  486. "peerDependencies": {
  487. "@csstools/css-parser-algorithms": "^4.0.0",
  488. "@csstools/css-tokenizer": "^4.0.0"
  489. }
  490. },
  491. "node_modules/@csstools/css-color-parser": {
  492. "version": "4.0.2",
  493. "resolved": "https://registry.npmmirror.com/@csstools/css-color-parser/-/css-color-parser-4.0.2.tgz",
  494. "integrity": "sha512-0GEfbBLmTFf0dJlpsNU7zwxRIH0/BGEMuXLTCvFYxuL1tNhqzTbtnFICyJLTNK4a+RechKP75e7w42ClXSnJQw==",
  495. "dev": true,
  496. "funding": [
  497. {
  498. "type": "github",
  499. "url": "https://github.com/sponsors/csstools"
  500. },
  501. {
  502. "type": "opencollective",
  503. "url": "https://opencollective.com/csstools"
  504. }
  505. ],
  506. "license": "MIT",
  507. "dependencies": {
  508. "@csstools/color-helpers": "^6.0.2",
  509. "@csstools/css-calc": "^3.1.1"
  510. },
  511. "engines": {
  512. "node": ">=20.19.0"
  513. },
  514. "peerDependencies": {
  515. "@csstools/css-parser-algorithms": "^4.0.0",
  516. "@csstools/css-tokenizer": "^4.0.0"
  517. }
  518. },
  519. "node_modules/@csstools/css-parser-algorithms": {
  520. "version": "4.0.0",
  521. "resolved": "https://registry.npmmirror.com/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
  522. "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
  523. "dev": true,
  524. "funding": [
  525. {
  526. "type": "github",
  527. "url": "https://github.com/sponsors/csstools"
  528. },
  529. {
  530. "type": "opencollective",
  531. "url": "https://opencollective.com/csstools"
  532. }
  533. ],
  534. "license": "MIT",
  535. "engines": {
  536. "node": ">=20.19.0"
  537. },
  538. "peerDependencies": {
  539. "@csstools/css-tokenizer": "^4.0.0"
  540. }
  541. },
  542. "node_modules/@csstools/css-syntax-patches-for-csstree": {
  543. "version": "1.0.28",
  544. "resolved": "https://registry.npmmirror.com/@csstools/css-syntax-patches-for-csstree/-/css-syntax-patches-for-csstree-1.0.28.tgz",
  545. "integrity": "sha512-1NRf1CUBjnr3K7hu8BLxjQrKCxEe8FP/xmPTenAxCRZWVLbmGotkFvG9mfNpjA6k7Bw1bw4BilZq9cu19RA5pg==",
  546. "dev": true,
  547. "funding": [
  548. {
  549. "type": "github",
  550. "url": "https://github.com/sponsors/csstools"
  551. },
  552. {
  553. "type": "opencollective",
  554. "url": "https://opencollective.com/csstools"
  555. }
  556. ],
  557. "license": "MIT-0"
  558. },
  559. "node_modules/@csstools/css-tokenizer": {
  560. "version": "4.0.0",
  561. "resolved": "https://registry.npmmirror.com/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
  562. "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
  563. "dev": true,
  564. "funding": [
  565. {
  566. "type": "github",
  567. "url": "https://github.com/sponsors/csstools"
  568. },
  569. {
  570. "type": "opencollective",
  571. "url": "https://opencollective.com/csstools"
  572. }
  573. ],
  574. "license": "MIT",
  575. "engines": {
  576. "node": ">=20.19.0"
  577. }
  578. },
  579. "node_modules/@dnd-kit/accessibility": {
  580. "version": "3.1.1",
  581. "resolved": "https://registry.npmmirror.com/@dnd-kit/accessibility/-/accessibility-3.1.1.tgz",
  582. "integrity": "sha512-2P+YgaXF+gRsIihwwY1gCsQSYnu9Zyj2py8kY5fFvUM1qm2WA2u639R6YNVfU4GWr+ZM5mqEsfHZZLoRONbemw==",
  583. "license": "MIT",
  584. "dependencies": {
  585. "tslib": "^2.0.0"
  586. },
  587. "peerDependencies": {
  588. "react": ">=16.8.0"
  589. }
  590. },
  591. "node_modules/@dnd-kit/core": {
  592. "version": "6.3.1",
  593. "resolved": "https://registry.npmmirror.com/@dnd-kit/core/-/core-6.3.1.tgz",
  594. "integrity": "sha512-xkGBRQQab4RLwgXxoqETICr6S5JlogafbhNsidmrkVv2YRs5MLwpjoF2qpiGjQt8S9AoxtIV603s0GIUpY5eYQ==",
  595. "license": "MIT",
  596. "dependencies": {
  597. "@dnd-kit/accessibility": "^3.1.1",
  598. "@dnd-kit/utilities": "^3.2.2",
  599. "tslib": "^2.0.0"
  600. },
  601. "peerDependencies": {
  602. "react": ">=16.8.0",
  603. "react-dom": ">=16.8.0"
  604. }
  605. },
  606. "node_modules/@dnd-kit/sortable": {
  607. "version": "7.0.2",
  608. "resolved": "https://registry.npmmirror.com/@dnd-kit/sortable/-/sortable-7.0.2.tgz",
  609. "integrity": "sha512-wDkBHHf9iCi1veM834Gbk1429bd4lHX4RpAwT0y2cHLf246GAvU2sVw/oxWNpPKQNQRQaeGXhAVgrOl1IT+iyA==",
  610. "license": "MIT",
  611. "dependencies": {
  612. "@dnd-kit/utilities": "^3.2.0",
  613. "tslib": "^2.0.0"
  614. },
  615. "peerDependencies": {
  616. "@dnd-kit/core": "^6.0.7",
  617. "react": ">=16.8.0"
  618. }
  619. },
  620. "node_modules/@dnd-kit/utilities": {
  621. "version": "3.2.2",
  622. "resolved": "https://registry.npmmirror.com/@dnd-kit/utilities/-/utilities-3.2.2.tgz",
  623. "integrity": "sha512-+MKAJEOfaBe5SmV6t34p80MMKhjvUz0vRrvVJbPT0WElzaOJ/1xs+D+KDv+tD/NE5ujfrChEcshd4fLn0wpiqg==",
  624. "license": "MIT",
  625. "dependencies": {
  626. "tslib": "^2.0.0"
  627. },
  628. "peerDependencies": {
  629. "react": ">=16.8.0"
  630. }
  631. },
  632. "node_modules/@douyinfe/semi-animation": {
  633. "version": "2.91.0",
  634. "resolved": "https://registry.npmmirror.com/@douyinfe/semi-animation/-/semi-animation-2.91.0.tgz",
  635. "integrity": "sha512-BxEi4BfUqRt26JkgGslOPUXOlsZ+KsaRyqVIGL+fFc3FsH621T75vQEoFfh/3a6k+zlrnFZVGgnz5GTeneS24w==",
  636. "license": "MIT",
  637. "dependencies": {
  638. "bezier-easing": "^2.1.0"
  639. }
  640. },
  641. "node_modules/@douyinfe/semi-animation-react": {
  642. "version": "2.91.0",
  643. "resolved": "https://registry.npmmirror.com/@douyinfe/semi-animation-react/-/semi-animation-react-2.91.0.tgz",
  644. "integrity": "sha512-fnUcGcTYBLvHxbzDdN3cK1f81dQ5JFyon3VKwEdduPQVKdDKeRCVyEOgzB+nAWoIme0/M5k3x5n/XunqSwtbIA==",
  645. "license": "MIT",
  646. "dependencies": {
  647. "@douyinfe/semi-animation": "2.91.0",
  648. "@douyinfe/semi-animation-styled": "2.91.0",
  649. "classnames": "^2.2.6"
  650. }
  651. },
  652. "node_modules/@douyinfe/semi-animation-styled": {
  653. "version": "2.91.0",
  654. "resolved": "https://registry.npmmirror.com/@douyinfe/semi-animation-styled/-/semi-animation-styled-2.91.0.tgz",
  655. "integrity": "sha512-7p79wtHNrDqKlcU0ZWLag8uYogyg3Ao5dy52bMvJrkshVjeWIQZKSxhkGLdtDE3DnJ3eaVEpAChXYrSSs9qO+g==",
  656. "license": "MIT"
  657. },
  658. "node_modules/@douyinfe/semi-foundation": {
  659. "version": "2.91.0",
  660. "resolved": "https://registry.npmmirror.com/@douyinfe/semi-foundation/-/semi-foundation-2.91.0.tgz",
  661. "integrity": "sha512-/8b3ce7zWsOPQUtz3wPqU5At7I8fNwgTrt7B4Rld3qZQ9XgxwnUMwaWPRgmJzI8BbHOG/TiCYAZp0iviLOzYAA==",
  662. "license": "MIT",
  663. "dependencies": {
  664. "@douyinfe/semi-animation": "2.91.0",
  665. "@douyinfe/semi-json-viewer-core": "2.91.0",
  666. "@mdx-js/mdx": "^3.0.1",
  667. "async-validator": "^3.5.0",
  668. "classnames": "^2.2.6",
  669. "date-fns": "^2.29.3",
  670. "date-fns-tz": "^1.3.8",
  671. "fast-copy": "^3.0.1 ",
  672. "lodash": "^4.17.21",
  673. "lottie-web": "^5.12.2",
  674. "memoize-one": "^5.2.1",
  675. "prismjs": "^1.29.0",
  676. "remark-gfm": "^4.0.0",
  677. "scroll-into-view-if-needed": "^2.2.24"
  678. }
  679. },
  680. "node_modules/@douyinfe/semi-icons": {
  681. "version": "2.91.0",
  682. "resolved": "https://registry.npmmirror.com/@douyinfe/semi-icons/-/semi-icons-2.91.0.tgz",
  683. "integrity": "sha512-ZqYUzTIFzLcQyo7no6DfeYYkH130Z9UKDxrmfQwYJGUuZZF0E8KwovSoFGk7tT60AgQLyskJlqRsdTkpULuuWQ==",
  684. "license": "MIT",
  685. "dependencies": {
  686. "classnames": "^2.2.6"
  687. },
  688. "peerDependencies": {
  689. "react": ">=16.0.0"
  690. }
  691. },
  692. "node_modules/@douyinfe/semi-illustrations": {
  693. "version": "2.91.0",
  694. "resolved": "https://registry.npmmirror.com/@douyinfe/semi-illustrations/-/semi-illustrations-2.91.0.tgz",
  695. "integrity": "sha512-4uGONV6JhSD3Lm9YDk2Dm1tYRY0O/fv+wnTEb8BuuWR/85nkNTkfo7gBNWhlxiN0nuUULRAzZV60snWoWI1Q2w==",
  696. "license": "MIT",
  697. "peerDependencies": {
  698. "react": ">=16.0.0"
  699. }
  700. },
  701. "node_modules/@douyinfe/semi-json-viewer-core": {
  702. "version": "2.91.0",
  703. "resolved": "https://registry.npmmirror.com/@douyinfe/semi-json-viewer-core/-/semi-json-viewer-core-2.91.0.tgz",
  704. "integrity": "sha512-H6xkFs0gmqJf1u9OOArF/2mYoV88oz71jwpWNUell154dcMD/c6ePLXyvtMpc/nfxWe5UFOMuoxOljAyoGOeQw==",
  705. "license": "MIT",
  706. "dependencies": {
  707. "jsonc-parser": "^3.3.1"
  708. }
  709. },
  710. "node_modules/@douyinfe/semi-theme-default": {
  711. "version": "2.91.0",
  712. "resolved": "https://registry.npmmirror.com/@douyinfe/semi-theme-default/-/semi-theme-default-2.91.0.tgz",
  713. "integrity": "sha512-Bd4jaD+zpt208bhSWnMAPcm2QOj3DcJ8lKzEuEwYO6l3q2cpcr902zn/crjyyxiePs/OEabocdCRUrYlJR7Zyw==",
  714. "license": "MIT"
  715. },
  716. "node_modules/@douyinfe/semi-ui": {
  717. "version": "2.91.0",
  718. "resolved": "https://registry.npmmirror.com/@douyinfe/semi-ui/-/semi-ui-2.91.0.tgz",
  719. "integrity": "sha512-ZtTLa+sf6nfY6Z2X8jC6NVKkSiouNIoBIenvurkTaQn27E1RhR4PME5u24td5qXBRBcX4/0+67BpwT7GNWdCHA==",
  720. "license": "MIT",
  721. "dependencies": {
  722. "@dnd-kit/core": "^6.0.8",
  723. "@dnd-kit/sortable": "^7.0.2",
  724. "@dnd-kit/utilities": "^3.2.1",
  725. "@douyinfe/semi-animation": "2.91.0",
  726. "@douyinfe/semi-animation-react": "2.91.0",
  727. "@douyinfe/semi-foundation": "2.91.0",
  728. "@douyinfe/semi-icons": "2.91.0",
  729. "@douyinfe/semi-illustrations": "2.91.0",
  730. "@douyinfe/semi-theme-default": "2.91.0",
  731. "@tiptap/core": "^3.10.7",
  732. "@tiptap/extension-document": "^3.10.7",
  733. "@tiptap/extension-hard-break": "^3.10.7",
  734. "@tiptap/extension-image": "^3.10.7",
  735. "@tiptap/extension-mention": "^3.10.7",
  736. "@tiptap/extension-paragraph": "^3.10.7",
  737. "@tiptap/extension-text": "^3.10.7",
  738. "@tiptap/extension-text-align": "^3.10.7",
  739. "@tiptap/extension-text-style": "^3.10.7",
  740. "@tiptap/extensions": "^3.10.7",
  741. "@tiptap/pm": "^3.10.7",
  742. "@tiptap/react": "^3.10.7",
  743. "@tiptap/starter-kit": "^3.10.7",
  744. "async-validator": "^3.5.0",
  745. "classnames": "^2.2.6",
  746. "copy-text-to-clipboard": "^2.1.1",
  747. "date-fns": "^2.29.3",
  748. "date-fns-tz": "^1.3.8",
  749. "fast-copy": "^3.0.1 ",
  750. "jsonc-parser": "^3.3.1",
  751. "lodash": "^4.17.21",
  752. "prop-types": "^15.7.2",
  753. "prosemirror-state": "^1.4.3",
  754. "react-resizable": "^3.0.5",
  755. "react-window": "^1.8.2",
  756. "scroll-into-view-if-needed": "^2.2.24",
  757. "utility-types": "^3.10.0"
  758. },
  759. "peerDependencies": {
  760. "react": ">=16.0.0",
  761. "react-dom": ">=16.0.0"
  762. }
  763. },
  764. "node_modules/@esbuild/aix-ppc64": {
  765. "version": "0.21.5",
  766. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz",
  767. "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==",
  768. "cpu": [
  769. "ppc64"
  770. ],
  771. "dev": true,
  772. "license": "MIT",
  773. "optional": true,
  774. "os": [
  775. "aix"
  776. ],
  777. "engines": {
  778. "node": ">=12"
  779. }
  780. },
  781. "node_modules/@esbuild/android-arm": {
  782. "version": "0.21.5",
  783. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.21.5.tgz",
  784. "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==",
  785. "cpu": [
  786. "arm"
  787. ],
  788. "dev": true,
  789. "license": "MIT",
  790. "optional": true,
  791. "os": [
  792. "android"
  793. ],
  794. "engines": {
  795. "node": ">=12"
  796. }
  797. },
  798. "node_modules/@esbuild/android-arm64": {
  799. "version": "0.21.5",
  800. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz",
  801. "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==",
  802. "cpu": [
  803. "arm64"
  804. ],
  805. "dev": true,
  806. "license": "MIT",
  807. "optional": true,
  808. "os": [
  809. "android"
  810. ],
  811. "engines": {
  812. "node": ">=12"
  813. }
  814. },
  815. "node_modules/@esbuild/android-x64": {
  816. "version": "0.21.5",
  817. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.21.5.tgz",
  818. "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==",
  819. "cpu": [
  820. "x64"
  821. ],
  822. "dev": true,
  823. "license": "MIT",
  824. "optional": true,
  825. "os": [
  826. "android"
  827. ],
  828. "engines": {
  829. "node": ">=12"
  830. }
  831. },
  832. "node_modules/@esbuild/darwin-arm64": {
  833. "version": "0.21.5",
  834. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz",
  835. "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==",
  836. "cpu": [
  837. "arm64"
  838. ],
  839. "dev": true,
  840. "license": "MIT",
  841. "optional": true,
  842. "os": [
  843. "darwin"
  844. ],
  845. "engines": {
  846. "node": ">=12"
  847. }
  848. },
  849. "node_modules/@esbuild/darwin-x64": {
  850. "version": "0.21.5",
  851. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz",
  852. "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==",
  853. "cpu": [
  854. "x64"
  855. ],
  856. "dev": true,
  857. "license": "MIT",
  858. "optional": true,
  859. "os": [
  860. "darwin"
  861. ],
  862. "engines": {
  863. "node": ">=12"
  864. }
  865. },
  866. "node_modules/@esbuild/freebsd-arm64": {
  867. "version": "0.21.5",
  868. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz",
  869. "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==",
  870. "cpu": [
  871. "arm64"
  872. ],
  873. "dev": true,
  874. "license": "MIT",
  875. "optional": true,
  876. "os": [
  877. "freebsd"
  878. ],
  879. "engines": {
  880. "node": ">=12"
  881. }
  882. },
  883. "node_modules/@esbuild/freebsd-x64": {
  884. "version": "0.21.5",
  885. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz",
  886. "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==",
  887. "cpu": [
  888. "x64"
  889. ],
  890. "dev": true,
  891. "license": "MIT",
  892. "optional": true,
  893. "os": [
  894. "freebsd"
  895. ],
  896. "engines": {
  897. "node": ">=12"
  898. }
  899. },
  900. "node_modules/@esbuild/linux-arm": {
  901. "version": "0.21.5",
  902. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz",
  903. "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==",
  904. "cpu": [
  905. "arm"
  906. ],
  907. "dev": true,
  908. "license": "MIT",
  909. "optional": true,
  910. "os": [
  911. "linux"
  912. ],
  913. "engines": {
  914. "node": ">=12"
  915. }
  916. },
  917. "node_modules/@esbuild/linux-arm64": {
  918. "version": "0.21.5",
  919. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz",
  920. "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==",
  921. "cpu": [
  922. "arm64"
  923. ],
  924. "dev": true,
  925. "license": "MIT",
  926. "optional": true,
  927. "os": [
  928. "linux"
  929. ],
  930. "engines": {
  931. "node": ">=12"
  932. }
  933. },
  934. "node_modules/@esbuild/linux-ia32": {
  935. "version": "0.21.5",
  936. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz",
  937. "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==",
  938. "cpu": [
  939. "ia32"
  940. ],
  941. "dev": true,
  942. "license": "MIT",
  943. "optional": true,
  944. "os": [
  945. "linux"
  946. ],
  947. "engines": {
  948. "node": ">=12"
  949. }
  950. },
  951. "node_modules/@esbuild/linux-loong64": {
  952. "version": "0.21.5",
  953. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz",
  954. "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==",
  955. "cpu": [
  956. "loong64"
  957. ],
  958. "dev": true,
  959. "license": "MIT",
  960. "optional": true,
  961. "os": [
  962. "linux"
  963. ],
  964. "engines": {
  965. "node": ">=12"
  966. }
  967. },
  968. "node_modules/@esbuild/linux-mips64el": {
  969. "version": "0.21.5",
  970. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz",
  971. "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==",
  972. "cpu": [
  973. "mips64el"
  974. ],
  975. "dev": true,
  976. "license": "MIT",
  977. "optional": true,
  978. "os": [
  979. "linux"
  980. ],
  981. "engines": {
  982. "node": ">=12"
  983. }
  984. },
  985. "node_modules/@esbuild/linux-ppc64": {
  986. "version": "0.21.5",
  987. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz",
  988. "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==",
  989. "cpu": [
  990. "ppc64"
  991. ],
  992. "dev": true,
  993. "license": "MIT",
  994. "optional": true,
  995. "os": [
  996. "linux"
  997. ],
  998. "engines": {
  999. "node": ">=12"
  1000. }
  1001. },
  1002. "node_modules/@esbuild/linux-riscv64": {
  1003. "version": "0.21.5",
  1004. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz",
  1005. "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==",
  1006. "cpu": [
  1007. "riscv64"
  1008. ],
  1009. "dev": true,
  1010. "license": "MIT",
  1011. "optional": true,
  1012. "os": [
  1013. "linux"
  1014. ],
  1015. "engines": {
  1016. "node": ">=12"
  1017. }
  1018. },
  1019. "node_modules/@esbuild/linux-s390x": {
  1020. "version": "0.21.5",
  1021. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz",
  1022. "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==",
  1023. "cpu": [
  1024. "s390x"
  1025. ],
  1026. "dev": true,
  1027. "license": "MIT",
  1028. "optional": true,
  1029. "os": [
  1030. "linux"
  1031. ],
  1032. "engines": {
  1033. "node": ">=12"
  1034. }
  1035. },
  1036. "node_modules/@esbuild/linux-x64": {
  1037. "version": "0.21.5",
  1038. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz",
  1039. "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==",
  1040. "cpu": [
  1041. "x64"
  1042. ],
  1043. "dev": true,
  1044. "license": "MIT",
  1045. "optional": true,
  1046. "os": [
  1047. "linux"
  1048. ],
  1049. "engines": {
  1050. "node": ">=12"
  1051. }
  1052. },
  1053. "node_modules/@esbuild/netbsd-arm64": {
  1054. "version": "0.27.3",
  1055. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.3.tgz",
  1056. "integrity": "sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA==",
  1057. "cpu": [
  1058. "arm64"
  1059. ],
  1060. "dev": true,
  1061. "license": "MIT",
  1062. "optional": true,
  1063. "os": [
  1064. "netbsd"
  1065. ],
  1066. "engines": {
  1067. "node": ">=18"
  1068. }
  1069. },
  1070. "node_modules/@esbuild/netbsd-x64": {
  1071. "version": "0.21.5",
  1072. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz",
  1073. "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==",
  1074. "cpu": [
  1075. "x64"
  1076. ],
  1077. "dev": true,
  1078. "license": "MIT",
  1079. "optional": true,
  1080. "os": [
  1081. "netbsd"
  1082. ],
  1083. "engines": {
  1084. "node": ">=12"
  1085. }
  1086. },
  1087. "node_modules/@esbuild/openbsd-arm64": {
  1088. "version": "0.27.3",
  1089. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.3.tgz",
  1090. "integrity": "sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw==",
  1091. "cpu": [
  1092. "arm64"
  1093. ],
  1094. "dev": true,
  1095. "license": "MIT",
  1096. "optional": true,
  1097. "os": [
  1098. "openbsd"
  1099. ],
  1100. "engines": {
  1101. "node": ">=18"
  1102. }
  1103. },
  1104. "node_modules/@esbuild/openbsd-x64": {
  1105. "version": "0.21.5",
  1106. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz",
  1107. "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==",
  1108. "cpu": [
  1109. "x64"
  1110. ],
  1111. "dev": true,
  1112. "license": "MIT",
  1113. "optional": true,
  1114. "os": [
  1115. "openbsd"
  1116. ],
  1117. "engines": {
  1118. "node": ">=12"
  1119. }
  1120. },
  1121. "node_modules/@esbuild/openharmony-arm64": {
  1122. "version": "0.27.3",
  1123. "resolved": "https://registry.npmmirror.com/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.3.tgz",
  1124. "integrity": "sha512-NinAEgr/etERPTsZJ7aEZQvvg/A6IsZG/LgZy+81wON2huV7SrK3e63dU0XhyZP4RKGyTm7aOgmQk0bGp0fy2g==",
  1125. "cpu": [
  1126. "arm64"
  1127. ],
  1128. "dev": true,
  1129. "license": "MIT",
  1130. "optional": true,
  1131. "os": [
  1132. "openharmony"
  1133. ],
  1134. "engines": {
  1135. "node": ">=18"
  1136. }
  1137. },
  1138. "node_modules/@esbuild/sunos-x64": {
  1139. "version": "0.21.5",
  1140. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz",
  1141. "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==",
  1142. "cpu": [
  1143. "x64"
  1144. ],
  1145. "dev": true,
  1146. "license": "MIT",
  1147. "optional": true,
  1148. "os": [
  1149. "sunos"
  1150. ],
  1151. "engines": {
  1152. "node": ">=12"
  1153. }
  1154. },
  1155. "node_modules/@esbuild/win32-arm64": {
  1156. "version": "0.21.5",
  1157. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz",
  1158. "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==",
  1159. "cpu": [
  1160. "arm64"
  1161. ],
  1162. "dev": true,
  1163. "license": "MIT",
  1164. "optional": true,
  1165. "os": [
  1166. "win32"
  1167. ],
  1168. "engines": {
  1169. "node": ">=12"
  1170. }
  1171. },
  1172. "node_modules/@esbuild/win32-ia32": {
  1173. "version": "0.21.5",
  1174. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz",
  1175. "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==",
  1176. "cpu": [
  1177. "ia32"
  1178. ],
  1179. "dev": true,
  1180. "license": "MIT",
  1181. "optional": true,
  1182. "os": [
  1183. "win32"
  1184. ],
  1185. "engines": {
  1186. "node": ">=12"
  1187. }
  1188. },
  1189. "node_modules/@esbuild/win32-x64": {
  1190. "version": "0.21.5",
  1191. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz",
  1192. "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==",
  1193. "cpu": [
  1194. "x64"
  1195. ],
  1196. "dev": true,
  1197. "license": "MIT",
  1198. "optional": true,
  1199. "os": [
  1200. "win32"
  1201. ],
  1202. "engines": {
  1203. "node": ">=12"
  1204. }
  1205. },
  1206. "node_modules/@eslint-community/eslint-utils": {
  1207. "version": "4.9.1",
  1208. "resolved": "https://registry.npmmirror.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz",
  1209. "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==",
  1210. "dev": true,
  1211. "license": "MIT",
  1212. "dependencies": {
  1213. "eslint-visitor-keys": "^3.4.3"
  1214. },
  1215. "engines": {
  1216. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1217. },
  1218. "funding": {
  1219. "url": "https://opencollective.com/eslint"
  1220. },
  1221. "peerDependencies": {
  1222. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  1223. }
  1224. },
  1225. "node_modules/@eslint-community/regexpp": {
  1226. "version": "4.12.2",
  1227. "resolved": "https://registry.npmmirror.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
  1228. "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
  1229. "dev": true,
  1230. "license": "MIT",
  1231. "engines": {
  1232. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  1233. }
  1234. },
  1235. "node_modules/@eslint/eslintrc": {
  1236. "version": "2.1.4",
  1237. "resolved": "https://registry.npmmirror.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
  1238. "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
  1239. "dev": true,
  1240. "license": "MIT",
  1241. "dependencies": {
  1242. "ajv": "^6.12.4",
  1243. "debug": "^4.3.2",
  1244. "espree": "^9.6.0",
  1245. "globals": "^13.19.0",
  1246. "ignore": "^5.2.0",
  1247. "import-fresh": "^3.2.1",
  1248. "js-yaml": "^4.1.0",
  1249. "minimatch": "^3.1.2",
  1250. "strip-json-comments": "^3.1.1"
  1251. },
  1252. "engines": {
  1253. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1254. },
  1255. "funding": {
  1256. "url": "https://opencollective.com/eslint"
  1257. }
  1258. },
  1259. "node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
  1260. "version": "1.1.12",
  1261. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.12.tgz",
  1262. "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
  1263. "dev": true,
  1264. "license": "MIT",
  1265. "dependencies": {
  1266. "balanced-match": "^1.0.0",
  1267. "concat-map": "0.0.1"
  1268. }
  1269. },
  1270. "node_modules/@eslint/eslintrc/node_modules/minimatch": {
  1271. "version": "3.1.5",
  1272. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
  1273. "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
  1274. "dev": true,
  1275. "license": "ISC",
  1276. "dependencies": {
  1277. "brace-expansion": "^1.1.7"
  1278. },
  1279. "engines": {
  1280. "node": "*"
  1281. }
  1282. },
  1283. "node_modules/@eslint/js": {
  1284. "version": "8.57.1",
  1285. "resolved": "https://registry.npmmirror.com/@eslint/js/-/js-8.57.1.tgz",
  1286. "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==",
  1287. "dev": true,
  1288. "license": "MIT",
  1289. "engines": {
  1290. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1291. }
  1292. },
  1293. "node_modules/@exodus/bytes": {
  1294. "version": "1.14.1",
  1295. "resolved": "https://registry.npmmirror.com/@exodus/bytes/-/bytes-1.14.1.tgz",
  1296. "integrity": "sha512-OhkBFWI6GcRMUroChZiopRiSp2iAMvEBK47NhJooDqz1RERO4QuZIZnjP63TXX8GAiLABkYmX+fuQsdJ1dd2QQ==",
  1297. "dev": true,
  1298. "license": "MIT",
  1299. "engines": {
  1300. "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  1301. },
  1302. "peerDependencies": {
  1303. "@noble/hashes": "^1.8.0 || ^2.0.0"
  1304. },
  1305. "peerDependenciesMeta": {
  1306. "@noble/hashes": {
  1307. "optional": true
  1308. }
  1309. }
  1310. },
  1311. "node_modules/@floating-ui/core": {
  1312. "version": "1.7.4",
  1313. "resolved": "https://registry.npmmirror.com/@floating-ui/core/-/core-1.7.4.tgz",
  1314. "integrity": "sha512-C3HlIdsBxszvm5McXlB8PeOEWfBhcGBTZGkGlWc2U0KFY5IwG5OQEuQ8rq52DZmcHDlPLd+YFBK+cZcytwIFWg==",
  1315. "license": "MIT",
  1316. "optional": true,
  1317. "dependencies": {
  1318. "@floating-ui/utils": "^0.2.10"
  1319. }
  1320. },
  1321. "node_modules/@floating-ui/dom": {
  1322. "version": "1.7.5",
  1323. "resolved": "https://registry.npmmirror.com/@floating-ui/dom/-/dom-1.7.5.tgz",
  1324. "integrity": "sha512-N0bD2kIPInNHUHehXhMke1rBGs1dwqvC9O9KYMyyjK7iXt7GAhnro7UlcuYcGdS/yYOlq0MAVgrow8IbWJwyqg==",
  1325. "license": "MIT",
  1326. "optional": true,
  1327. "dependencies": {
  1328. "@floating-ui/core": "^1.7.4",
  1329. "@floating-ui/utils": "^0.2.10"
  1330. }
  1331. },
  1332. "node_modules/@floating-ui/utils": {
  1333. "version": "0.2.10",
  1334. "resolved": "https://registry.npmmirror.com/@floating-ui/utils/-/utils-0.2.10.tgz",
  1335. "integrity": "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==",
  1336. "license": "MIT",
  1337. "optional": true
  1338. },
  1339. "node_modules/@humanwhocodes/config-array": {
  1340. "version": "0.13.0",
  1341. "resolved": "https://registry.npmmirror.com/@humanwhocodes/config-array/-/config-array-0.13.0.tgz",
  1342. "integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==",
  1343. "deprecated": "Use @eslint/config-array instead",
  1344. "dev": true,
  1345. "license": "Apache-2.0",
  1346. "dependencies": {
  1347. "@humanwhocodes/object-schema": "^2.0.3",
  1348. "debug": "^4.3.1",
  1349. "minimatch": "^3.0.5"
  1350. },
  1351. "engines": {
  1352. "node": ">=10.10.0"
  1353. }
  1354. },
  1355. "node_modules/@humanwhocodes/config-array/node_modules/brace-expansion": {
  1356. "version": "1.1.12",
  1357. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.12.tgz",
  1358. "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
  1359. "dev": true,
  1360. "license": "MIT",
  1361. "dependencies": {
  1362. "balanced-match": "^1.0.0",
  1363. "concat-map": "0.0.1"
  1364. }
  1365. },
  1366. "node_modules/@humanwhocodes/config-array/node_modules/minimatch": {
  1367. "version": "3.1.5",
  1368. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
  1369. "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
  1370. "dev": true,
  1371. "license": "ISC",
  1372. "dependencies": {
  1373. "brace-expansion": "^1.1.7"
  1374. },
  1375. "engines": {
  1376. "node": "*"
  1377. }
  1378. },
  1379. "node_modules/@humanwhocodes/module-importer": {
  1380. "version": "1.0.1",
  1381. "resolved": "https://registry.npmmirror.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  1382. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  1383. "dev": true,
  1384. "license": "Apache-2.0",
  1385. "engines": {
  1386. "node": ">=12.22"
  1387. },
  1388. "funding": {
  1389. "type": "github",
  1390. "url": "https://github.com/sponsors/nzakas"
  1391. }
  1392. },
  1393. "node_modules/@humanwhocodes/object-schema": {
  1394. "version": "2.0.3",
  1395. "resolved": "https://registry.npmmirror.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",
  1396. "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==",
  1397. "deprecated": "Use @eslint/object-schema instead",
  1398. "dev": true,
  1399. "license": "BSD-3-Clause"
  1400. },
  1401. "node_modules/@jridgewell/gen-mapping": {
  1402. "version": "0.3.13",
  1403. "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  1404. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  1405. "dev": true,
  1406. "license": "MIT",
  1407. "dependencies": {
  1408. "@jridgewell/sourcemap-codec": "^1.5.0",
  1409. "@jridgewell/trace-mapping": "^0.3.24"
  1410. }
  1411. },
  1412. "node_modules/@jridgewell/remapping": {
  1413. "version": "2.3.5",
  1414. "resolved": "https://registry.npmmirror.com/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  1415. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  1416. "dev": true,
  1417. "license": "MIT",
  1418. "dependencies": {
  1419. "@jridgewell/gen-mapping": "^0.3.5",
  1420. "@jridgewell/trace-mapping": "^0.3.24"
  1421. }
  1422. },
  1423. "node_modules/@jridgewell/resolve-uri": {
  1424. "version": "3.1.2",
  1425. "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  1426. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  1427. "dev": true,
  1428. "license": "MIT",
  1429. "engines": {
  1430. "node": ">=6.0.0"
  1431. }
  1432. },
  1433. "node_modules/@jridgewell/sourcemap-codec": {
  1434. "version": "1.5.5",
  1435. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  1436. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  1437. "dev": true,
  1438. "license": "MIT"
  1439. },
  1440. "node_modules/@jridgewell/trace-mapping": {
  1441. "version": "0.3.31",
  1442. "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  1443. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  1444. "dev": true,
  1445. "license": "MIT",
  1446. "dependencies": {
  1447. "@jridgewell/resolve-uri": "^3.1.0",
  1448. "@jridgewell/sourcemap-codec": "^1.4.14"
  1449. }
  1450. },
  1451. "node_modules/@mdx-js/mdx": {
  1452. "version": "3.1.1",
  1453. "resolved": "https://registry.npmmirror.com/@mdx-js/mdx/-/mdx-3.1.1.tgz",
  1454. "integrity": "sha512-f6ZO2ifpwAQIpzGWaBQT2TXxPv6z3RBzQKpVftEWN78Vl/YweF1uwussDx8ECAXVtr3Rs89fKyG9YlzUs9DyGQ==",
  1455. "license": "MIT",
  1456. "dependencies": {
  1457. "@types/estree": "^1.0.0",
  1458. "@types/estree-jsx": "^1.0.0",
  1459. "@types/hast": "^3.0.0",
  1460. "@types/mdx": "^2.0.0",
  1461. "acorn": "^8.0.0",
  1462. "collapse-white-space": "^2.0.0",
  1463. "devlop": "^1.0.0",
  1464. "estree-util-is-identifier-name": "^3.0.0",
  1465. "estree-util-scope": "^1.0.0",
  1466. "estree-walker": "^3.0.0",
  1467. "hast-util-to-jsx-runtime": "^2.0.0",
  1468. "markdown-extensions": "^2.0.0",
  1469. "recma-build-jsx": "^1.0.0",
  1470. "recma-jsx": "^1.0.0",
  1471. "recma-stringify": "^1.0.0",
  1472. "rehype-recma": "^1.0.0",
  1473. "remark-mdx": "^3.0.0",
  1474. "remark-parse": "^11.0.0",
  1475. "remark-rehype": "^11.0.0",
  1476. "source-map": "^0.7.0",
  1477. "unified": "^11.0.0",
  1478. "unist-util-position-from-estree": "^2.0.0",
  1479. "unist-util-stringify-position": "^4.0.0",
  1480. "unist-util-visit": "^5.0.0",
  1481. "vfile": "^6.0.0"
  1482. },
  1483. "funding": {
  1484. "type": "opencollective",
  1485. "url": "https://opencollective.com/unified"
  1486. }
  1487. },
  1488. "node_modules/@nodelib/fs.scandir": {
  1489. "version": "2.1.5",
  1490. "resolved": "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  1491. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  1492. "dev": true,
  1493. "license": "MIT",
  1494. "dependencies": {
  1495. "@nodelib/fs.stat": "2.0.5",
  1496. "run-parallel": "^1.1.9"
  1497. },
  1498. "engines": {
  1499. "node": ">= 8"
  1500. }
  1501. },
  1502. "node_modules/@nodelib/fs.stat": {
  1503. "version": "2.0.5",
  1504. "resolved": "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  1505. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  1506. "dev": true,
  1507. "license": "MIT",
  1508. "engines": {
  1509. "node": ">= 8"
  1510. }
  1511. },
  1512. "node_modules/@nodelib/fs.walk": {
  1513. "version": "1.2.8",
  1514. "resolved": "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  1515. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  1516. "dev": true,
  1517. "license": "MIT",
  1518. "dependencies": {
  1519. "@nodelib/fs.scandir": "2.1.5",
  1520. "fastq": "^1.6.0"
  1521. },
  1522. "engines": {
  1523. "node": ">= 8"
  1524. }
  1525. },
  1526. "node_modules/@remirror/core-constants": {
  1527. "version": "3.0.0",
  1528. "resolved": "https://registry.npmmirror.com/@remirror/core-constants/-/core-constants-3.0.0.tgz",
  1529. "integrity": "sha512-42aWfPrimMfDKDi4YegyS7x+/0tlzaqwPQCULLanv3DMIlu96KTJR0fM5isWX2UViOqlGnX6YFgqWepcX+XMNg==",
  1530. "license": "MIT"
  1531. },
  1532. "node_modules/@rolldown/pluginutils": {
  1533. "version": "1.0.0-beta.27",
  1534. "resolved": "https://registry.npmmirror.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz",
  1535. "integrity": "sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==",
  1536. "dev": true,
  1537. "license": "MIT"
  1538. },
  1539. "node_modules/@rollup/rollup-android-arm-eabi": {
  1540. "version": "4.59.0",
  1541. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.59.0.tgz",
  1542. "integrity": "sha512-upnNBkA6ZH2VKGcBj9Fyl9IGNPULcjXRlg0LLeaioQWueH30p6IXtJEbKAgvyv+mJaMxSm1l6xwDXYjpEMiLMg==",
  1543. "cpu": [
  1544. "arm"
  1545. ],
  1546. "dev": true,
  1547. "license": "MIT",
  1548. "optional": true,
  1549. "os": [
  1550. "android"
  1551. ]
  1552. },
  1553. "node_modules/@rollup/rollup-android-arm64": {
  1554. "version": "4.59.0",
  1555. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.59.0.tgz",
  1556. "integrity": "sha512-hZ+Zxj3SySm4A/DylsDKZAeVg0mvi++0PYVceVyX7hemkw7OreKdCvW2oQ3T1FMZvCaQXqOTHb8qmBShoqk69Q==",
  1557. "cpu": [
  1558. "arm64"
  1559. ],
  1560. "dev": true,
  1561. "license": "MIT",
  1562. "optional": true,
  1563. "os": [
  1564. "android"
  1565. ]
  1566. },
  1567. "node_modules/@rollup/rollup-darwin-arm64": {
  1568. "version": "4.59.0",
  1569. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.59.0.tgz",
  1570. "integrity": "sha512-W2Psnbh1J8ZJw0xKAd8zdNgF9HRLkdWwwdWqubSVk0pUuQkoHnv7rx4GiF9rT4t5DIZGAsConRE3AxCdJ4m8rg==",
  1571. "cpu": [
  1572. "arm64"
  1573. ],
  1574. "dev": true,
  1575. "license": "MIT",
  1576. "optional": true,
  1577. "os": [
  1578. "darwin"
  1579. ]
  1580. },
  1581. "node_modules/@rollup/rollup-darwin-x64": {
  1582. "version": "4.59.0",
  1583. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.59.0.tgz",
  1584. "integrity": "sha512-ZW2KkwlS4lwTv7ZVsYDiARfFCnSGhzYPdiOU4IM2fDbL+QGlyAbjgSFuqNRbSthybLbIJ915UtZBtmuLrQAT/w==",
  1585. "cpu": [
  1586. "x64"
  1587. ],
  1588. "dev": true,
  1589. "license": "MIT",
  1590. "optional": true,
  1591. "os": [
  1592. "darwin"
  1593. ]
  1594. },
  1595. "node_modules/@rollup/rollup-freebsd-arm64": {
  1596. "version": "4.59.0",
  1597. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.59.0.tgz",
  1598. "integrity": "sha512-EsKaJ5ytAu9jI3lonzn3BgG8iRBjV4LxZexygcQbpiU0wU0ATxhNVEpXKfUa0pS05gTcSDMKpn3Sx+QB9RlTTA==",
  1599. "cpu": [
  1600. "arm64"
  1601. ],
  1602. "dev": true,
  1603. "license": "MIT",
  1604. "optional": true,
  1605. "os": [
  1606. "freebsd"
  1607. ]
  1608. },
  1609. "node_modules/@rollup/rollup-freebsd-x64": {
  1610. "version": "4.59.0",
  1611. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.59.0.tgz",
  1612. "integrity": "sha512-d3DuZi2KzTMjImrxoHIAODUZYoUUMsuUiY4SRRcJy6NJoZ6iIqWnJu9IScV9jXysyGMVuW+KNzZvBLOcpdl3Vg==",
  1613. "cpu": [
  1614. "x64"
  1615. ],
  1616. "dev": true,
  1617. "license": "MIT",
  1618. "optional": true,
  1619. "os": [
  1620. "freebsd"
  1621. ]
  1622. },
  1623. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  1624. "version": "4.59.0",
  1625. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.59.0.tgz",
  1626. "integrity": "sha512-t4ONHboXi/3E0rT6OZl1pKbl2Vgxf9vJfWgmUoCEVQVxhW6Cw/c8I6hbbu7DAvgp82RKiH7TpLwxnJeKv2pbsw==",
  1627. "cpu": [
  1628. "arm"
  1629. ],
  1630. "dev": true,
  1631. "license": "MIT",
  1632. "optional": true,
  1633. "os": [
  1634. "linux"
  1635. ]
  1636. },
  1637. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  1638. "version": "4.59.0",
  1639. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.59.0.tgz",
  1640. "integrity": "sha512-CikFT7aYPA2ufMD086cVORBYGHffBo4K8MQ4uPS/ZnY54GKj36i196u8U+aDVT2LX4eSMbyHtyOh7D7Zvk2VvA==",
  1641. "cpu": [
  1642. "arm"
  1643. ],
  1644. "dev": true,
  1645. "license": "MIT",
  1646. "optional": true,
  1647. "os": [
  1648. "linux"
  1649. ]
  1650. },
  1651. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  1652. "version": "4.59.0",
  1653. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.59.0.tgz",
  1654. "integrity": "sha512-jYgUGk5aLd1nUb1CtQ8E+t5JhLc9x5WdBKew9ZgAXg7DBk0ZHErLHdXM24rfX+bKrFe+Xp5YuJo54I5HFjGDAA==",
  1655. "cpu": [
  1656. "arm64"
  1657. ],
  1658. "dev": true,
  1659. "license": "MIT",
  1660. "optional": true,
  1661. "os": [
  1662. "linux"
  1663. ]
  1664. },
  1665. "node_modules/@rollup/rollup-linux-arm64-musl": {
  1666. "version": "4.59.0",
  1667. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.59.0.tgz",
  1668. "integrity": "sha512-peZRVEdnFWZ5Bh2KeumKG9ty7aCXzzEsHShOZEFiCQlDEepP1dpUl/SrUNXNg13UmZl+gzVDPsiCwnV1uI0RUA==",
  1669. "cpu": [
  1670. "arm64"
  1671. ],
  1672. "dev": true,
  1673. "license": "MIT",
  1674. "optional": true,
  1675. "os": [
  1676. "linux"
  1677. ]
  1678. },
  1679. "node_modules/@rollup/rollup-linux-loong64-gnu": {
  1680. "version": "4.59.0",
  1681. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.59.0.tgz",
  1682. "integrity": "sha512-gbUSW/97f7+r4gHy3Jlup8zDG190AuodsWnNiXErp9mT90iCy9NKKU0Xwx5k8VlRAIV2uU9CsMnEFg/xXaOfXg==",
  1683. "cpu": [
  1684. "loong64"
  1685. ],
  1686. "dev": true,
  1687. "license": "MIT",
  1688. "optional": true,
  1689. "os": [
  1690. "linux"
  1691. ]
  1692. },
  1693. "node_modules/@rollup/rollup-linux-loong64-musl": {
  1694. "version": "4.59.0",
  1695. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.59.0.tgz",
  1696. "integrity": "sha512-yTRONe79E+o0FWFijasoTjtzG9EBedFXJMl888NBEDCDV9I2wGbFFfJQQe63OijbFCUZqxpHz1GzpbtSFikJ4Q==",
  1697. "cpu": [
  1698. "loong64"
  1699. ],
  1700. "dev": true,
  1701. "license": "MIT",
  1702. "optional": true,
  1703. "os": [
  1704. "linux"
  1705. ]
  1706. },
  1707. "node_modules/@rollup/rollup-linux-ppc64-gnu": {
  1708. "version": "4.59.0",
  1709. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.59.0.tgz",
  1710. "integrity": "sha512-sw1o3tfyk12k3OEpRddF68a1unZ5VCN7zoTNtSn2KndUE+ea3m3ROOKRCZxEpmT9nsGnogpFP9x6mnLTCaoLkA==",
  1711. "cpu": [
  1712. "ppc64"
  1713. ],
  1714. "dev": true,
  1715. "license": "MIT",
  1716. "optional": true,
  1717. "os": [
  1718. "linux"
  1719. ]
  1720. },
  1721. "node_modules/@rollup/rollup-linux-ppc64-musl": {
  1722. "version": "4.59.0",
  1723. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.59.0.tgz",
  1724. "integrity": "sha512-+2kLtQ4xT3AiIxkzFVFXfsmlZiG5FXYW7ZyIIvGA7Bdeuh9Z0aN4hVyXS/G1E9bTP/vqszNIN/pUKCk/BTHsKA==",
  1725. "cpu": [
  1726. "ppc64"
  1727. ],
  1728. "dev": true,
  1729. "license": "MIT",
  1730. "optional": true,
  1731. "os": [
  1732. "linux"
  1733. ]
  1734. },
  1735. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  1736. "version": "4.59.0",
  1737. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.59.0.tgz",
  1738. "integrity": "sha512-NDYMpsXYJJaj+I7UdwIuHHNxXZ/b/N2hR15NyH3m2qAtb/hHPA4g4SuuvrdxetTdndfj9b1WOmy73kcPRoERUg==",
  1739. "cpu": [
  1740. "riscv64"
  1741. ],
  1742. "dev": true,
  1743. "license": "MIT",
  1744. "optional": true,
  1745. "os": [
  1746. "linux"
  1747. ]
  1748. },
  1749. "node_modules/@rollup/rollup-linux-riscv64-musl": {
  1750. "version": "4.59.0",
  1751. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.59.0.tgz",
  1752. "integrity": "sha512-nLckB8WOqHIf1bhymk+oHxvM9D3tyPndZH8i8+35p/1YiVoVswPid2yLzgX7ZJP0KQvnkhM4H6QZ5m0LzbyIAg==",
  1753. "cpu": [
  1754. "riscv64"
  1755. ],
  1756. "dev": true,
  1757. "license": "MIT",
  1758. "optional": true,
  1759. "os": [
  1760. "linux"
  1761. ]
  1762. },
  1763. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  1764. "version": "4.59.0",
  1765. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.59.0.tgz",
  1766. "integrity": "sha512-oF87Ie3uAIvORFBpwnCvUzdeYUqi2wY6jRFWJAy1qus/udHFYIkplYRW+wo+GRUP4sKzYdmE1Y3+rY5Gc4ZO+w==",
  1767. "cpu": [
  1768. "s390x"
  1769. ],
  1770. "dev": true,
  1771. "license": "MIT",
  1772. "optional": true,
  1773. "os": [
  1774. "linux"
  1775. ]
  1776. },
  1777. "node_modules/@rollup/rollup-linux-x64-gnu": {
  1778. "version": "4.59.0",
  1779. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.59.0.tgz",
  1780. "integrity": "sha512-3AHmtQq/ppNuUspKAlvA8HtLybkDflkMuLK4DPo77DfthRb71V84/c4MlWJXixZz4uruIH4uaa07IqoAkG64fg==",
  1781. "cpu": [
  1782. "x64"
  1783. ],
  1784. "dev": true,
  1785. "license": "MIT",
  1786. "optional": true,
  1787. "os": [
  1788. "linux"
  1789. ]
  1790. },
  1791. "node_modules/@rollup/rollup-linux-x64-musl": {
  1792. "version": "4.59.0",
  1793. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.59.0.tgz",
  1794. "integrity": "sha512-2UdiwS/9cTAx7qIUZB/fWtToJwvt0Vbo0zmnYt7ED35KPg13Q0ym1g442THLC7VyI6JfYTP4PiSOWyoMdV2/xg==",
  1795. "cpu": [
  1796. "x64"
  1797. ],
  1798. "dev": true,
  1799. "license": "MIT",
  1800. "optional": true,
  1801. "os": [
  1802. "linux"
  1803. ]
  1804. },
  1805. "node_modules/@rollup/rollup-openbsd-x64": {
  1806. "version": "4.59.0",
  1807. "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.59.0.tgz",
  1808. "integrity": "sha512-M3bLRAVk6GOwFlPTIxVBSYKUaqfLrn8l0psKinkCFxl4lQvOSz8ZrKDz2gxcBwHFpci0B6rttydI4IpS4IS/jQ==",
  1809. "cpu": [
  1810. "x64"
  1811. ],
  1812. "dev": true,
  1813. "license": "MIT",
  1814. "optional": true,
  1815. "os": [
  1816. "openbsd"
  1817. ]
  1818. },
  1819. "node_modules/@rollup/rollup-openharmony-arm64": {
  1820. "version": "4.59.0",
  1821. "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.59.0.tgz",
  1822. "integrity": "sha512-tt9KBJqaqp5i5HUZzoafHZX8b5Q2Fe7UjYERADll83O4fGqJ49O1FsL6LpdzVFQcpwvnyd0i+K/VSwu/o/nWlA==",
  1823. "cpu": [
  1824. "arm64"
  1825. ],
  1826. "dev": true,
  1827. "license": "MIT",
  1828. "optional": true,
  1829. "os": [
  1830. "openharmony"
  1831. ]
  1832. },
  1833. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  1834. "version": "4.59.0",
  1835. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.59.0.tgz",
  1836. "integrity": "sha512-V5B6mG7OrGTwnxaNUzZTDTjDS7F75PO1ae6MJYdiMu60sq0CqN5CVeVsbhPxalupvTX8gXVSU9gq+Rx1/hvu6A==",
  1837. "cpu": [
  1838. "arm64"
  1839. ],
  1840. "dev": true,
  1841. "license": "MIT",
  1842. "optional": true,
  1843. "os": [
  1844. "win32"
  1845. ]
  1846. },
  1847. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  1848. "version": "4.59.0",
  1849. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.59.0.tgz",
  1850. "integrity": "sha512-UKFMHPuM9R0iBegwzKF4y0C4J9u8C6MEJgFuXTBerMk7EJ92GFVFYBfOZaSGLu6COf7FxpQNqhNS4c4icUPqxA==",
  1851. "cpu": [
  1852. "ia32"
  1853. ],
  1854. "dev": true,
  1855. "license": "MIT",
  1856. "optional": true,
  1857. "os": [
  1858. "win32"
  1859. ]
  1860. },
  1861. "node_modules/@rollup/rollup-win32-x64-gnu": {
  1862. "version": "4.59.0",
  1863. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.59.0.tgz",
  1864. "integrity": "sha512-laBkYlSS1n2L8fSo1thDNGrCTQMmxjYY5G0WFWjFFYZkKPjsMBsgJfGf4TLxXrF6RyhI60L8TMOjBMvXiTcxeA==",
  1865. "cpu": [
  1866. "x64"
  1867. ],
  1868. "dev": true,
  1869. "license": "MIT",
  1870. "optional": true,
  1871. "os": [
  1872. "win32"
  1873. ]
  1874. },
  1875. "node_modules/@rollup/rollup-win32-x64-msvc": {
  1876. "version": "4.59.0",
  1877. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.59.0.tgz",
  1878. "integrity": "sha512-2HRCml6OztYXyJXAvdDXPKcawukWY2GpR5/nxKp4iBgiO3wcoEGkAaqctIbZcNB6KlUQBIqt8VYkNSj2397EfA==",
  1879. "cpu": [
  1880. "x64"
  1881. ],
  1882. "dev": true,
  1883. "license": "MIT",
  1884. "optional": true,
  1885. "os": [
  1886. "win32"
  1887. ]
  1888. },
  1889. "node_modules/@standard-schema/spec": {
  1890. "version": "1.1.0",
  1891. "resolved": "https://registry.npmmirror.com/@standard-schema/spec/-/spec-1.1.0.tgz",
  1892. "integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==",
  1893. "dev": true,
  1894. "license": "MIT"
  1895. },
  1896. "node_modules/@tailwindcss/node": {
  1897. "version": "4.1.18",
  1898. "resolved": "https://registry.npmmirror.com/@tailwindcss/node/-/node-4.1.18.tgz",
  1899. "integrity": "sha512-DoR7U1P7iYhw16qJ49fgXUlry1t4CpXeErJHnQ44JgTSKMaZUdf17cfn5mHchfJ4KRBZRFA/Coo+MUF5+gOaCQ==",
  1900. "dev": true,
  1901. "license": "MIT",
  1902. "dependencies": {
  1903. "@jridgewell/remapping": "^2.3.4",
  1904. "enhanced-resolve": "^5.18.3",
  1905. "jiti": "^2.6.1",
  1906. "lightningcss": "1.30.2",
  1907. "magic-string": "^0.30.21",
  1908. "source-map-js": "^1.2.1",
  1909. "tailwindcss": "4.1.18"
  1910. }
  1911. },
  1912. "node_modules/@tailwindcss/oxide": {
  1913. "version": "4.1.18",
  1914. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide/-/oxide-4.1.18.tgz",
  1915. "integrity": "sha512-EgCR5tTS5bUSKQgzeMClT6iCY3ToqE1y+ZB0AKldj809QXk1Y+3jB0upOYZrn9aGIzPtUsP7sX4QQ4XtjBB95A==",
  1916. "dev": true,
  1917. "license": "MIT",
  1918. "engines": {
  1919. "node": ">= 10"
  1920. },
  1921. "optionalDependencies": {
  1922. "@tailwindcss/oxide-android-arm64": "4.1.18",
  1923. "@tailwindcss/oxide-darwin-arm64": "4.1.18",
  1924. "@tailwindcss/oxide-darwin-x64": "4.1.18",
  1925. "@tailwindcss/oxide-freebsd-x64": "4.1.18",
  1926. "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.18",
  1927. "@tailwindcss/oxide-linux-arm64-gnu": "4.1.18",
  1928. "@tailwindcss/oxide-linux-arm64-musl": "4.1.18",
  1929. "@tailwindcss/oxide-linux-x64-gnu": "4.1.18",
  1930. "@tailwindcss/oxide-linux-x64-musl": "4.1.18",
  1931. "@tailwindcss/oxide-wasm32-wasi": "4.1.18",
  1932. "@tailwindcss/oxide-win32-arm64-msvc": "4.1.18",
  1933. "@tailwindcss/oxide-win32-x64-msvc": "4.1.18"
  1934. }
  1935. },
  1936. "node_modules/@tailwindcss/oxide-android-arm64": {
  1937. "version": "4.1.18",
  1938. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.18.tgz",
  1939. "integrity": "sha512-dJHz7+Ugr9U/diKJA0W6N/6/cjI+ZTAoxPf9Iz9BFRF2GzEX8IvXxFIi/dZBloVJX/MZGvRuFA9rqwdiIEZQ0Q==",
  1940. "cpu": [
  1941. "arm64"
  1942. ],
  1943. "dev": true,
  1944. "license": "MIT",
  1945. "optional": true,
  1946. "os": [
  1947. "android"
  1948. ],
  1949. "engines": {
  1950. "node": ">= 10"
  1951. }
  1952. },
  1953. "node_modules/@tailwindcss/oxide-darwin-arm64": {
  1954. "version": "4.1.18",
  1955. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.18.tgz",
  1956. "integrity": "sha512-Gc2q4Qhs660bhjyBSKgq6BYvwDz4G+BuyJ5H1xfhmDR3D8HnHCmT/BSkvSL0vQLy/nkMLY20PQ2OoYMO15Jd0A==",
  1957. "cpu": [
  1958. "arm64"
  1959. ],
  1960. "dev": true,
  1961. "license": "MIT",
  1962. "optional": true,
  1963. "os": [
  1964. "darwin"
  1965. ],
  1966. "engines": {
  1967. "node": ">= 10"
  1968. }
  1969. },
  1970. "node_modules/@tailwindcss/oxide-darwin-x64": {
  1971. "version": "4.1.18",
  1972. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.18.tgz",
  1973. "integrity": "sha512-FL5oxr2xQsFrc3X9o1fjHKBYBMD1QZNyc1Xzw/h5Qu4XnEBi3dZn96HcHm41c/euGV+GRiXFfh2hUCyKi/e+yw==",
  1974. "cpu": [
  1975. "x64"
  1976. ],
  1977. "dev": true,
  1978. "license": "MIT",
  1979. "optional": true,
  1980. "os": [
  1981. "darwin"
  1982. ],
  1983. "engines": {
  1984. "node": ">= 10"
  1985. }
  1986. },
  1987. "node_modules/@tailwindcss/oxide-freebsd-x64": {
  1988. "version": "4.1.18",
  1989. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.18.tgz",
  1990. "integrity": "sha512-Fj+RHgu5bDodmV1dM9yAxlfJwkkWvLiRjbhuO2LEtwtlYlBgiAT4x/j5wQr1tC3SANAgD+0YcmWVrj8R9trVMA==",
  1991. "cpu": [
  1992. "x64"
  1993. ],
  1994. "dev": true,
  1995. "license": "MIT",
  1996. "optional": true,
  1997. "os": [
  1998. "freebsd"
  1999. ],
  2000. "engines": {
  2001. "node": ">= 10"
  2002. }
  2003. },
  2004. "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
  2005. "version": "4.1.18",
  2006. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.18.tgz",
  2007. "integrity": "sha512-Fp+Wzk/Ws4dZn+LV2Nqx3IilnhH51YZoRaYHQsVq3RQvEl+71VGKFpkfHrLM/Li+kt5c0DJe/bHXK1eHgDmdiA==",
  2008. "cpu": [
  2009. "arm"
  2010. ],
  2011. "dev": true,
  2012. "license": "MIT",
  2013. "optional": true,
  2014. "os": [
  2015. "linux"
  2016. ],
  2017. "engines": {
  2018. "node": ">= 10"
  2019. }
  2020. },
  2021. "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
  2022. "version": "4.1.18",
  2023. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.18.tgz",
  2024. "integrity": "sha512-S0n3jboLysNbh55Vrt7pk9wgpyTTPD0fdQeh7wQfMqLPM/Hrxi+dVsLsPrycQjGKEQk85Kgbx+6+QnYNiHalnw==",
  2025. "cpu": [
  2026. "arm64"
  2027. ],
  2028. "dev": true,
  2029. "license": "MIT",
  2030. "optional": true,
  2031. "os": [
  2032. "linux"
  2033. ],
  2034. "engines": {
  2035. "node": ">= 10"
  2036. }
  2037. },
  2038. "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
  2039. "version": "4.1.18",
  2040. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.18.tgz",
  2041. "integrity": "sha512-1px92582HkPQlaaCkdRcio71p8bc8i/ap5807tPRDK/uw953cauQBT8c5tVGkOwrHMfc2Yh6UuxaH4vtTjGvHg==",
  2042. "cpu": [
  2043. "arm64"
  2044. ],
  2045. "dev": true,
  2046. "license": "MIT",
  2047. "optional": true,
  2048. "os": [
  2049. "linux"
  2050. ],
  2051. "engines": {
  2052. "node": ">= 10"
  2053. }
  2054. },
  2055. "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
  2056. "version": "4.1.18",
  2057. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.18.tgz",
  2058. "integrity": "sha512-v3gyT0ivkfBLoZGF9LyHmts0Isc8jHZyVcbzio6Wpzifg/+5ZJpDiRiUhDLkcr7f/r38SWNe7ucxmGW3j3Kb/g==",
  2059. "cpu": [
  2060. "x64"
  2061. ],
  2062. "dev": true,
  2063. "license": "MIT",
  2064. "optional": true,
  2065. "os": [
  2066. "linux"
  2067. ],
  2068. "engines": {
  2069. "node": ">= 10"
  2070. }
  2071. },
  2072. "node_modules/@tailwindcss/oxide-linux-x64-musl": {
  2073. "version": "4.1.18",
  2074. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.18.tgz",
  2075. "integrity": "sha512-bhJ2y2OQNlcRwwgOAGMY0xTFStt4/wyU6pvI6LSuZpRgKQwxTec0/3Scu91O8ir7qCR3AuepQKLU/kX99FouqQ==",
  2076. "cpu": [
  2077. "x64"
  2078. ],
  2079. "dev": true,
  2080. "license": "MIT",
  2081. "optional": true,
  2082. "os": [
  2083. "linux"
  2084. ],
  2085. "engines": {
  2086. "node": ">= 10"
  2087. }
  2088. },
  2089. "node_modules/@tailwindcss/oxide-wasm32-wasi": {
  2090. "version": "4.1.18",
  2091. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.18.tgz",
  2092. "integrity": "sha512-LffYTvPjODiP6PT16oNeUQJzNVyJl1cjIebq/rWWBF+3eDst5JGEFSc5cWxyRCJ0Mxl+KyIkqRxk1XPEs9x8TA==",
  2093. "bundleDependencies": [
  2094. "@napi-rs/wasm-runtime",
  2095. "@emnapi/core",
  2096. "@emnapi/runtime",
  2097. "@tybys/wasm-util",
  2098. "@emnapi/wasi-threads",
  2099. "tslib"
  2100. ],
  2101. "cpu": [
  2102. "wasm32"
  2103. ],
  2104. "dev": true,
  2105. "license": "MIT",
  2106. "optional": true,
  2107. "dependencies": {
  2108. "@emnapi/core": "^1.7.1",
  2109. "@emnapi/runtime": "^1.7.1",
  2110. "@emnapi/wasi-threads": "^1.1.0",
  2111. "@napi-rs/wasm-runtime": "^1.1.0",
  2112. "@tybys/wasm-util": "^0.10.1",
  2113. "tslib": "^2.4.0"
  2114. },
  2115. "engines": {
  2116. "node": ">=14.0.0"
  2117. }
  2118. },
  2119. "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
  2120. "version": "4.1.18",
  2121. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.18.tgz",
  2122. "integrity": "sha512-HjSA7mr9HmC8fu6bdsZvZ+dhjyGCLdotjVOgLA2vEqxEBZaQo9YTX4kwgEvPCpRh8o4uWc4J/wEoFzhEmjvPbA==",
  2123. "cpu": [
  2124. "arm64"
  2125. ],
  2126. "dev": true,
  2127. "license": "MIT",
  2128. "optional": true,
  2129. "os": [
  2130. "win32"
  2131. ],
  2132. "engines": {
  2133. "node": ">= 10"
  2134. }
  2135. },
  2136. "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
  2137. "version": "4.1.18",
  2138. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.18.tgz",
  2139. "integrity": "sha512-bJWbyYpUlqamC8dpR7pfjA0I7vdF6t5VpUGMWRkXVE3AXgIZjYUYAK7II1GNaxR8J1SSrSrppRar8G++JekE3Q==",
  2140. "cpu": [
  2141. "x64"
  2142. ],
  2143. "dev": true,
  2144. "license": "MIT",
  2145. "optional": true,
  2146. "os": [
  2147. "win32"
  2148. ],
  2149. "engines": {
  2150. "node": ">= 10"
  2151. }
  2152. },
  2153. "node_modules/@tailwindcss/postcss": {
  2154. "version": "4.1.18",
  2155. "resolved": "https://registry.npmmirror.com/@tailwindcss/postcss/-/postcss-4.1.18.tgz",
  2156. "integrity": "sha512-Ce0GFnzAOuPyfV5SxjXGn0CubwGcuDB0zcdaPuCSzAa/2vII24JTkH+I6jcbXLb1ctjZMZZI6OjDaLPJQL1S0g==",
  2157. "dev": true,
  2158. "license": "MIT",
  2159. "dependencies": {
  2160. "@alloc/quick-lru": "^5.2.0",
  2161. "@tailwindcss/node": "4.1.18",
  2162. "@tailwindcss/oxide": "4.1.18",
  2163. "postcss": "^8.4.41",
  2164. "tailwindcss": "4.1.18"
  2165. }
  2166. },
  2167. "node_modules/@tailwindcss/vite": {
  2168. "version": "4.1.18",
  2169. "resolved": "https://registry.npmmirror.com/@tailwindcss/vite/-/vite-4.1.18.tgz",
  2170. "integrity": "sha512-jVA+/UpKL1vRLg6Hkao5jldawNmRo7mQYrZtNHMIVpLfLhDml5nMRUo/8MwoX2vNXvnaXNNMedrMfMugAVX1nA==",
  2171. "dev": true,
  2172. "license": "MIT",
  2173. "dependencies": {
  2174. "@tailwindcss/node": "4.1.18",
  2175. "@tailwindcss/oxide": "4.1.18",
  2176. "tailwindcss": "4.1.18"
  2177. },
  2178. "peerDependencies": {
  2179. "vite": "^5.2.0 || ^6 || ^7"
  2180. }
  2181. },
  2182. "node_modules/@testing-library/dom": {
  2183. "version": "10.4.1",
  2184. "resolved": "https://registry.npmmirror.com/@testing-library/dom/-/dom-10.4.1.tgz",
  2185. "integrity": "sha512-o4PXJQidqJl82ckFaXUeoAW+XysPLauYI43Abki5hABd853iMhitooc6znOnczgbTYmEP6U6/y1ZyKAIsvMKGg==",
  2186. "dev": true,
  2187. "license": "MIT",
  2188. "dependencies": {
  2189. "@babel/code-frame": "^7.10.4",
  2190. "@babel/runtime": "^7.12.5",
  2191. "@types/aria-query": "^5.0.1",
  2192. "aria-query": "5.3.0",
  2193. "dom-accessibility-api": "^0.5.9",
  2194. "lz-string": "^1.5.0",
  2195. "picocolors": "1.1.1",
  2196. "pretty-format": "^27.0.2"
  2197. },
  2198. "engines": {
  2199. "node": ">=18"
  2200. }
  2201. },
  2202. "node_modules/@testing-library/react": {
  2203. "version": "16.3.2",
  2204. "resolved": "https://registry.npmmirror.com/@testing-library/react/-/react-16.3.2.tgz",
  2205. "integrity": "sha512-XU5/SytQM+ykqMnAnvB2umaJNIOsLF3PVv//1Ew4CTcpz0/BRyy/af40qqrt7SjKpDdT1saBMc42CUok5gaw+g==",
  2206. "dev": true,
  2207. "license": "MIT",
  2208. "dependencies": {
  2209. "@babel/runtime": "^7.12.5"
  2210. },
  2211. "engines": {
  2212. "node": ">=18"
  2213. },
  2214. "peerDependencies": {
  2215. "@testing-library/dom": "^10.0.0",
  2216. "@types/react": "^18.0.0 || ^19.0.0",
  2217. "@types/react-dom": "^18.0.0 || ^19.0.0",
  2218. "react": "^18.0.0 || ^19.0.0",
  2219. "react-dom": "^18.0.0 || ^19.0.0"
  2220. },
  2221. "peerDependenciesMeta": {
  2222. "@types/react": {
  2223. "optional": true
  2224. },
  2225. "@types/react-dom": {
  2226. "optional": true
  2227. }
  2228. }
  2229. },
  2230. "node_modules/@tiptap/core": {
  2231. "version": "3.20.0",
  2232. "resolved": "https://registry.npmmirror.com/@tiptap/core/-/core-3.20.0.tgz",
  2233. "integrity": "sha512-aC9aROgia/SpJqhsXFiX9TsligL8d+oeoI8W3u00WI45s0VfsqjgeKQLDLF7Tu7hC+7F02teC84SAHuup003VQ==",
  2234. "license": "MIT",
  2235. "funding": {
  2236. "type": "github",
  2237. "url": "https://github.com/sponsors/ueberdosis"
  2238. },
  2239. "peerDependencies": {
  2240. "@tiptap/pm": "^3.20.0"
  2241. }
  2242. },
  2243. "node_modules/@tiptap/extension-blockquote": {
  2244. "version": "3.19.0",
  2245. "resolved": "https://registry.npmmirror.com/@tiptap/extension-blockquote/-/extension-blockquote-3.19.0.tgz",
  2246. "integrity": "sha512-y3UfqY9KD5XwWz3ndiiJ089Ij2QKeiXy/g1/tlAN/F1AaWsnkHEHMLxCP1BIqmMpwsX7rZjMLN7G5Lp7c9682A==",
  2247. "license": "MIT",
  2248. "funding": {
  2249. "type": "github",
  2250. "url": "https://github.com/sponsors/ueberdosis"
  2251. },
  2252. "peerDependencies": {
  2253. "@tiptap/core": "^3.19.0"
  2254. }
  2255. },
  2256. "node_modules/@tiptap/extension-bold": {
  2257. "version": "3.19.0",
  2258. "resolved": "https://registry.npmmirror.com/@tiptap/extension-bold/-/extension-bold-3.19.0.tgz",
  2259. "integrity": "sha512-UZgb1d0XK4J/JRIZ7jW+s4S6KjuEDT2z1PPM6ugcgofgJkWQvRZelCPbmtSFd3kwsD+zr9UPVgTh9YIuGQ8t+Q==",
  2260. "license": "MIT",
  2261. "funding": {
  2262. "type": "github",
  2263. "url": "https://github.com/sponsors/ueberdosis"
  2264. },
  2265. "peerDependencies": {
  2266. "@tiptap/core": "^3.19.0"
  2267. }
  2268. },
  2269. "node_modules/@tiptap/extension-bubble-menu": {
  2270. "version": "3.19.0",
  2271. "resolved": "https://registry.npmmirror.com/@tiptap/extension-bubble-menu/-/extension-bubble-menu-3.19.0.tgz",
  2272. "integrity": "sha512-klNVIYGCdznhFkrRokzGd6cwzoi8J7E5KbuOfZBwFwhMKZhlz/gJfKmYg9TJopeUhrr2Z9yHgWTk8dh/YIJCdQ==",
  2273. "license": "MIT",
  2274. "optional": true,
  2275. "dependencies": {
  2276. "@floating-ui/dom": "^1.0.0"
  2277. },
  2278. "funding": {
  2279. "type": "github",
  2280. "url": "https://github.com/sponsors/ueberdosis"
  2281. },
  2282. "peerDependencies": {
  2283. "@tiptap/core": "^3.19.0",
  2284. "@tiptap/pm": "^3.19.0"
  2285. }
  2286. },
  2287. "node_modules/@tiptap/extension-bullet-list": {
  2288. "version": "3.19.0",
  2289. "resolved": "https://registry.npmmirror.com/@tiptap/extension-bullet-list/-/extension-bullet-list-3.19.0.tgz",
  2290. "integrity": "sha512-F9uNnqd0xkJbMmRxVI5RuVxwB9JaCH/xtRqOUNQZnRBt7IdAElCY+Dvb4hMCtiNv+enGM/RFGJuFHR9TxmI7rw==",
  2291. "license": "MIT",
  2292. "funding": {
  2293. "type": "github",
  2294. "url": "https://github.com/sponsors/ueberdosis"
  2295. },
  2296. "peerDependencies": {
  2297. "@tiptap/extension-list": "^3.19.0"
  2298. }
  2299. },
  2300. "node_modules/@tiptap/extension-code": {
  2301. "version": "3.19.0",
  2302. "resolved": "https://registry.npmmirror.com/@tiptap/extension-code/-/extension-code-3.19.0.tgz",
  2303. "integrity": "sha512-2kqqQIXBXj2Or+4qeY3WoE7msK+XaHKL6EKOcKlOP2BW8eYqNTPzNSL+PfBDQ3snA7ljZQkTs/j4GYDj90vR1A==",
  2304. "license": "MIT",
  2305. "funding": {
  2306. "type": "github",
  2307. "url": "https://github.com/sponsors/ueberdosis"
  2308. },
  2309. "peerDependencies": {
  2310. "@tiptap/core": "^3.19.0"
  2311. }
  2312. },
  2313. "node_modules/@tiptap/extension-code-block": {
  2314. "version": "3.19.0",
  2315. "resolved": "https://registry.npmmirror.com/@tiptap/extension-code-block/-/extension-code-block-3.19.0.tgz",
  2316. "integrity": "sha512-b/2qR+tMn8MQb+eaFYgVk4qXnLNkkRYmwELQ8LEtEDQPxa5Vl7J3eu8+4OyoIFhZrNDZvvoEp80kHMCP8sI6rg==",
  2317. "license": "MIT",
  2318. "funding": {
  2319. "type": "github",
  2320. "url": "https://github.com/sponsors/ueberdosis"
  2321. },
  2322. "peerDependencies": {
  2323. "@tiptap/core": "^3.19.0",
  2324. "@tiptap/pm": "^3.19.0"
  2325. }
  2326. },
  2327. "node_modules/@tiptap/extension-document": {
  2328. "version": "3.19.0",
  2329. "resolved": "https://registry.npmmirror.com/@tiptap/extension-document/-/extension-document-3.19.0.tgz",
  2330. "integrity": "sha512-AOf0kHKSFO0ymjVgYSYDncRXTITdTcrj1tqxVazrmO60KNl1Rc2dAggDvIVTEBy5NvceF0scc7q3sE/5ZtVV7A==",
  2331. "license": "MIT",
  2332. "funding": {
  2333. "type": "github",
  2334. "url": "https://github.com/sponsors/ueberdosis"
  2335. },
  2336. "peerDependencies": {
  2337. "@tiptap/core": "^3.19.0"
  2338. }
  2339. },
  2340. "node_modules/@tiptap/extension-dropcursor": {
  2341. "version": "3.19.0",
  2342. "resolved": "https://registry.npmmirror.com/@tiptap/extension-dropcursor/-/extension-dropcursor-3.19.0.tgz",
  2343. "integrity": "sha512-sf3dEZXiLvsGqVK2maUIzXY6qtYYCvBumag7+VPTMGQ0D4hiZ1X/4ukt4+6VXDg5R2WP1CoIt/QvUetUjWNhbQ==",
  2344. "license": "MIT",
  2345. "funding": {
  2346. "type": "github",
  2347. "url": "https://github.com/sponsors/ueberdosis"
  2348. },
  2349. "peerDependencies": {
  2350. "@tiptap/extensions": "^3.19.0"
  2351. }
  2352. },
  2353. "node_modules/@tiptap/extension-floating-menu": {
  2354. "version": "3.19.0",
  2355. "resolved": "https://registry.npmmirror.com/@tiptap/extension-floating-menu/-/extension-floating-menu-3.19.0.tgz",
  2356. "integrity": "sha512-JaoEkVRkt+Slq3tySlIsxnMnCjS0L5n1CA1hctjLy0iah8edetj3XD5mVv5iKqDzE+LIjF4nwLRRVKJPc8hFBg==",
  2357. "license": "MIT",
  2358. "optional": true,
  2359. "funding": {
  2360. "type": "github",
  2361. "url": "https://github.com/sponsors/ueberdosis"
  2362. },
  2363. "peerDependencies": {
  2364. "@floating-ui/dom": "^1.0.0",
  2365. "@tiptap/core": "^3.19.0",
  2366. "@tiptap/pm": "^3.19.0"
  2367. }
  2368. },
  2369. "node_modules/@tiptap/extension-gapcursor": {
  2370. "version": "3.19.0",
  2371. "resolved": "https://registry.npmmirror.com/@tiptap/extension-gapcursor/-/extension-gapcursor-3.19.0.tgz",
  2372. "integrity": "sha512-w7DACS4oSZaDWjz7gropZHPc9oXqC9yERZTcjWxyORuuIh1JFf0TRYspleK+OK28plK/IftojD/yUDn1MTRhvA==",
  2373. "license": "MIT",
  2374. "funding": {
  2375. "type": "github",
  2376. "url": "https://github.com/sponsors/ueberdosis"
  2377. },
  2378. "peerDependencies": {
  2379. "@tiptap/extensions": "^3.19.0"
  2380. }
  2381. },
  2382. "node_modules/@tiptap/extension-hard-break": {
  2383. "version": "3.19.0",
  2384. "resolved": "https://registry.npmmirror.com/@tiptap/extension-hard-break/-/extension-hard-break-3.19.0.tgz",
  2385. "integrity": "sha512-lAmQraYhPS5hafvCl74xDB5+bLuNwBKIEsVoim35I0sDJj5nTrfhaZgMJ91VamMvT+6FF5f1dvBlxBxAWa8jew==",
  2386. "license": "MIT",
  2387. "funding": {
  2388. "type": "github",
  2389. "url": "https://github.com/sponsors/ueberdosis"
  2390. },
  2391. "peerDependencies": {
  2392. "@tiptap/core": "^3.19.0"
  2393. }
  2394. },
  2395. "node_modules/@tiptap/extension-heading": {
  2396. "version": "3.19.0",
  2397. "resolved": "https://registry.npmmirror.com/@tiptap/extension-heading/-/extension-heading-3.19.0.tgz",
  2398. "integrity": "sha512-uLpLlfyp086WYNOc0ekm1gIZNlEDfmzOhKzB0Hbyi6jDagTS+p9mxUNYeYOn9jPUxpFov43+Wm/4E24oY6B+TQ==",
  2399. "license": "MIT",
  2400. "funding": {
  2401. "type": "github",
  2402. "url": "https://github.com/sponsors/ueberdosis"
  2403. },
  2404. "peerDependencies": {
  2405. "@tiptap/core": "^3.19.0"
  2406. }
  2407. },
  2408. "node_modules/@tiptap/extension-horizontal-rule": {
  2409. "version": "3.19.0",
  2410. "resolved": "https://registry.npmmirror.com/@tiptap/extension-horizontal-rule/-/extension-horizontal-rule-3.19.0.tgz",
  2411. "integrity": "sha512-iqUHmgMGhMgYGwG6L/4JdelVQ5Mstb4qHcgTGd/4dkcUOepILvhdxajPle7OEdf9sRgjQO6uoAU5BVZVC26+ng==",
  2412. "license": "MIT",
  2413. "funding": {
  2414. "type": "github",
  2415. "url": "https://github.com/sponsors/ueberdosis"
  2416. },
  2417. "peerDependencies": {
  2418. "@tiptap/core": "^3.19.0",
  2419. "@tiptap/pm": "^3.19.0"
  2420. }
  2421. },
  2422. "node_modules/@tiptap/extension-image": {
  2423. "version": "3.19.0",
  2424. "resolved": "https://registry.npmmirror.com/@tiptap/extension-image/-/extension-image-3.19.0.tgz",
  2425. "integrity": "sha512-/rGl8nBziBPVJJ/9639eQWFDKcI3RQsDM3s+cqYQMFQfMqc7sQB9h4o4sHCBpmKxk3Y0FV/0NjnjLbBVm8OKdQ==",
  2426. "license": "MIT",
  2427. "funding": {
  2428. "type": "github",
  2429. "url": "https://github.com/sponsors/ueberdosis"
  2430. },
  2431. "peerDependencies": {
  2432. "@tiptap/core": "^3.19.0"
  2433. }
  2434. },
  2435. "node_modules/@tiptap/extension-italic": {
  2436. "version": "3.19.0",
  2437. "resolved": "https://registry.npmmirror.com/@tiptap/extension-italic/-/extension-italic-3.19.0.tgz",
  2438. "integrity": "sha512-6GffxOnS/tWyCbDkirWNZITiXRta9wrCmrfa4rh+v32wfaOL1RRQNyqo9qN6Wjyl1R42Js+yXTzTTzZsOaLMYA==",
  2439. "license": "MIT",
  2440. "funding": {
  2441. "type": "github",
  2442. "url": "https://github.com/sponsors/ueberdosis"
  2443. },
  2444. "peerDependencies": {
  2445. "@tiptap/core": "^3.19.0"
  2446. }
  2447. },
  2448. "node_modules/@tiptap/extension-link": {
  2449. "version": "3.19.0",
  2450. "resolved": "https://registry.npmmirror.com/@tiptap/extension-link/-/extension-link-3.19.0.tgz",
  2451. "integrity": "sha512-HEGDJnnCPfr7KWu7Dsq+eRRe/mBCsv6DuI+7fhOCLDJjjKzNgrX2abbo/zG3D/4lCVFaVb+qawgJubgqXR/Smw==",
  2452. "license": "MIT",
  2453. "dependencies": {
  2454. "linkifyjs": "^4.3.2"
  2455. },
  2456. "funding": {
  2457. "type": "github",
  2458. "url": "https://github.com/sponsors/ueberdosis"
  2459. },
  2460. "peerDependencies": {
  2461. "@tiptap/core": "^3.19.0",
  2462. "@tiptap/pm": "^3.19.0"
  2463. }
  2464. },
  2465. "node_modules/@tiptap/extension-list": {
  2466. "version": "3.19.0",
  2467. "resolved": "https://registry.npmmirror.com/@tiptap/extension-list/-/extension-list-3.19.0.tgz",
  2468. "integrity": "sha512-N6nKbFB2VwMsPlCw67RlAtYSK48TAsAUgjnD+vd3ieSlIufdQnLXDFUP6hFKx9mwoUVUgZGz02RA6bkxOdYyTw==",
  2469. "license": "MIT",
  2470. "funding": {
  2471. "type": "github",
  2472. "url": "https://github.com/sponsors/ueberdosis"
  2473. },
  2474. "peerDependencies": {
  2475. "@tiptap/core": "^3.19.0",
  2476. "@tiptap/pm": "^3.19.0"
  2477. }
  2478. },
  2479. "node_modules/@tiptap/extension-list-item": {
  2480. "version": "3.19.0",
  2481. "resolved": "https://registry.npmmirror.com/@tiptap/extension-list-item/-/extension-list-item-3.19.0.tgz",
  2482. "integrity": "sha512-VsSKuJz4/Tb6ZmFkXqWpDYkRzmaLTyE6dNSEpNmUpmZ32sMqo58mt11/huADNwfBFB0Ve7siH/VnFNIJYY3xvg==",
  2483. "license": "MIT",
  2484. "funding": {
  2485. "type": "github",
  2486. "url": "https://github.com/sponsors/ueberdosis"
  2487. },
  2488. "peerDependencies": {
  2489. "@tiptap/extension-list": "^3.19.0"
  2490. }
  2491. },
  2492. "node_modules/@tiptap/extension-list-keymap": {
  2493. "version": "3.19.0",
  2494. "resolved": "https://registry.npmmirror.com/@tiptap/extension-list-keymap/-/extension-list-keymap-3.19.0.tgz",
  2495. "integrity": "sha512-bxgmAgA3RzBGA0GyTwS2CC1c+QjkJJq9hC+S6PSOWELGRiTbwDN3MANksFXLjntkTa0N5fOnL27vBHtMStURqw==",
  2496. "license": "MIT",
  2497. "funding": {
  2498. "type": "github",
  2499. "url": "https://github.com/sponsors/ueberdosis"
  2500. },
  2501. "peerDependencies": {
  2502. "@tiptap/extension-list": "^3.19.0"
  2503. }
  2504. },
  2505. "node_modules/@tiptap/extension-mention": {
  2506. "version": "3.19.0",
  2507. "resolved": "https://registry.npmmirror.com/@tiptap/extension-mention/-/extension-mention-3.19.0.tgz",
  2508. "integrity": "sha512-iBWX6mUouvDe9F75C2fJnFzvBFYVF8fcOa7UvzqWHRSCt8WxqSIp6C1B9Y0npP4TbIZySHzPV4NQQJhtmWwKww==",
  2509. "license": "MIT",
  2510. "funding": {
  2511. "type": "github",
  2512. "url": "https://github.com/sponsors/ueberdosis"
  2513. },
  2514. "peerDependencies": {
  2515. "@tiptap/core": "^3.19.0",
  2516. "@tiptap/pm": "^3.19.0",
  2517. "@tiptap/suggestion": "^3.19.0"
  2518. }
  2519. },
  2520. "node_modules/@tiptap/extension-ordered-list": {
  2521. "version": "3.19.0",
  2522. "resolved": "https://registry.npmmirror.com/@tiptap/extension-ordered-list/-/extension-ordered-list-3.19.0.tgz",
  2523. "integrity": "sha512-cxGsINquwHYE1kmhAcLNLHAofmoDEG6jbesR5ybl7tU5JwtKVO7S/xZatll2DU1dsDAXWPWEeeMl4e/9svYjCg==",
  2524. "license": "MIT",
  2525. "funding": {
  2526. "type": "github",
  2527. "url": "https://github.com/sponsors/ueberdosis"
  2528. },
  2529. "peerDependencies": {
  2530. "@tiptap/extension-list": "^3.19.0"
  2531. }
  2532. },
  2533. "node_modules/@tiptap/extension-paragraph": {
  2534. "version": "3.19.0",
  2535. "resolved": "https://registry.npmmirror.com/@tiptap/extension-paragraph/-/extension-paragraph-3.19.0.tgz",
  2536. "integrity": "sha512-xWa6gj82l5+AzdYyrSk9P4ynySaDzg/SlR1FarXE5yPXibYzpS95IWaVR0m2Qaz7Rrk+IiYOTGxGRxcHLOelNg==",
  2537. "license": "MIT",
  2538. "funding": {
  2539. "type": "github",
  2540. "url": "https://github.com/sponsors/ueberdosis"
  2541. },
  2542. "peerDependencies": {
  2543. "@tiptap/core": "^3.19.0"
  2544. }
  2545. },
  2546. "node_modules/@tiptap/extension-strike": {
  2547. "version": "3.19.0",
  2548. "resolved": "https://registry.npmmirror.com/@tiptap/extension-strike/-/extension-strike-3.19.0.tgz",
  2549. "integrity": "sha512-xYpabHsv7PccLUBQaP8AYiFCnYbx6P93RHPd0lgNwhdOjYFd931Zy38RyoxPHAgbYVmhf1iyx7lpuLtBnhS5dA==",
  2550. "license": "MIT",
  2551. "funding": {
  2552. "type": "github",
  2553. "url": "https://github.com/sponsors/ueberdosis"
  2554. },
  2555. "peerDependencies": {
  2556. "@tiptap/core": "^3.19.0"
  2557. }
  2558. },
  2559. "node_modules/@tiptap/extension-text": {
  2560. "version": "3.19.0",
  2561. "resolved": "https://registry.npmmirror.com/@tiptap/extension-text/-/extension-text-3.19.0.tgz",
  2562. "integrity": "sha512-K95+SnbZy0h6hNFtfy23n8t/nOcTFEf69In9TSFVVmwn/Nwlke+IfiESAkqbt1/7sKJeegRXYO7WzFEmFl9Q/g==",
  2563. "license": "MIT",
  2564. "funding": {
  2565. "type": "github",
  2566. "url": "https://github.com/sponsors/ueberdosis"
  2567. },
  2568. "peerDependencies": {
  2569. "@tiptap/core": "^3.19.0"
  2570. }
  2571. },
  2572. "node_modules/@tiptap/extension-text-align": {
  2573. "version": "3.19.0",
  2574. "resolved": "https://registry.npmmirror.com/@tiptap/extension-text-align/-/extension-text-align-3.19.0.tgz",
  2575. "integrity": "sha512-cY8bHWYojLTHXZb2j2srdh7ltmDgnwXYvSxbPL4HK4j7XxQOGnOsTakgM/BNhxymOfEj2414i5Otyy8hlgviFA==",
  2576. "license": "MIT",
  2577. "funding": {
  2578. "type": "github",
  2579. "url": "https://github.com/sponsors/ueberdosis"
  2580. },
  2581. "peerDependencies": {
  2582. "@tiptap/core": "^3.19.0"
  2583. }
  2584. },
  2585. "node_modules/@tiptap/extension-text-style": {
  2586. "version": "3.19.0",
  2587. "resolved": "https://registry.npmmirror.com/@tiptap/extension-text-style/-/extension-text-style-3.19.0.tgz",
  2588. "integrity": "sha512-R55V6iUfRq03SGt/R2KvaeN+XGFiKJHx1jFJhZzvnWhMV7YqjHSG2r4BLvpTq1HBqteMbEjI+EOnb4t9AKd6aQ==",
  2589. "license": "MIT",
  2590. "funding": {
  2591. "type": "github",
  2592. "url": "https://github.com/sponsors/ueberdosis"
  2593. },
  2594. "peerDependencies": {
  2595. "@tiptap/core": "^3.19.0"
  2596. }
  2597. },
  2598. "node_modules/@tiptap/extension-underline": {
  2599. "version": "3.19.0",
  2600. "resolved": "https://registry.npmmirror.com/@tiptap/extension-underline/-/extension-underline-3.19.0.tgz",
  2601. "integrity": "sha512-800MGEWfG49j10wQzAFiW/ele1HT04MamcL8iyuPNu7ZbjbGN2yknvdrJlRy7hZlzIrVkZMr/1tz62KN33VHIw==",
  2602. "license": "MIT",
  2603. "funding": {
  2604. "type": "github",
  2605. "url": "https://github.com/sponsors/ueberdosis"
  2606. },
  2607. "peerDependencies": {
  2608. "@tiptap/core": "^3.19.0"
  2609. }
  2610. },
  2611. "node_modules/@tiptap/extensions": {
  2612. "version": "3.19.0",
  2613. "resolved": "https://registry.npmmirror.com/@tiptap/extensions/-/extensions-3.19.0.tgz",
  2614. "integrity": "sha512-ZmGUhLbMWaGqnJh2Bry+6V4M6gMpUDYo4D1xNux5Gng/E/eYtc+PMxMZ/6F7tNTAuujLBOQKj6D+4SsSm457jw==",
  2615. "license": "MIT",
  2616. "funding": {
  2617. "type": "github",
  2618. "url": "https://github.com/sponsors/ueberdosis"
  2619. },
  2620. "peerDependencies": {
  2621. "@tiptap/core": "^3.19.0",
  2622. "@tiptap/pm": "^3.19.0"
  2623. }
  2624. },
  2625. "node_modules/@tiptap/pm": {
  2626. "version": "3.20.0",
  2627. "resolved": "https://registry.npmmirror.com/@tiptap/pm/-/pm-3.20.0.tgz",
  2628. "integrity": "sha512-jn+2KnQZn+b+VXr8EFOJKsnjVNaA4diAEr6FOazupMt8W8ro1hfpYtZ25JL87Kao/WbMze55sd8M8BDXLUKu1A==",
  2629. "license": "MIT",
  2630. "dependencies": {
  2631. "prosemirror-changeset": "^2.3.0",
  2632. "prosemirror-collab": "^1.3.1",
  2633. "prosemirror-commands": "^1.6.2",
  2634. "prosemirror-dropcursor": "^1.8.1",
  2635. "prosemirror-gapcursor": "^1.3.2",
  2636. "prosemirror-history": "^1.4.1",
  2637. "prosemirror-inputrules": "^1.4.0",
  2638. "prosemirror-keymap": "^1.2.2",
  2639. "prosemirror-markdown": "^1.13.1",
  2640. "prosemirror-menu": "^1.2.4",
  2641. "prosemirror-model": "^1.24.1",
  2642. "prosemirror-schema-basic": "^1.2.3",
  2643. "prosemirror-schema-list": "^1.5.0",
  2644. "prosemirror-state": "^1.4.3",
  2645. "prosemirror-tables": "^1.6.4",
  2646. "prosemirror-trailing-node": "^3.0.0",
  2647. "prosemirror-transform": "^1.10.2",
  2648. "prosemirror-view": "^1.38.1"
  2649. },
  2650. "funding": {
  2651. "type": "github",
  2652. "url": "https://github.com/sponsors/ueberdosis"
  2653. }
  2654. },
  2655. "node_modules/@tiptap/react": {
  2656. "version": "3.19.0",
  2657. "resolved": "https://registry.npmmirror.com/@tiptap/react/-/react-3.19.0.tgz",
  2658. "integrity": "sha512-GQQMUUXMpNd8tRjc1jDK3tDRXFugJO7C928EqmeBcBzTKDrFIJ3QUoZKEPxUNb6HWhZ2WL7q00fiMzsv4DNSmg==",
  2659. "license": "MIT",
  2660. "dependencies": {
  2661. "@types/use-sync-external-store": "^0.0.6",
  2662. "fast-equals": "^5.3.3",
  2663. "use-sync-external-store": "^1.4.0"
  2664. },
  2665. "funding": {
  2666. "type": "github",
  2667. "url": "https://github.com/sponsors/ueberdosis"
  2668. },
  2669. "optionalDependencies": {
  2670. "@tiptap/extension-bubble-menu": "^3.19.0",
  2671. "@tiptap/extension-floating-menu": "^3.19.0"
  2672. },
  2673. "peerDependencies": {
  2674. "@tiptap/core": "^3.19.0",
  2675. "@tiptap/pm": "^3.19.0",
  2676. "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
  2677. "@types/react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
  2678. "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
  2679. "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
  2680. }
  2681. },
  2682. "node_modules/@tiptap/starter-kit": {
  2683. "version": "3.19.0",
  2684. "resolved": "https://registry.npmmirror.com/@tiptap/starter-kit/-/starter-kit-3.19.0.tgz",
  2685. "integrity": "sha512-dTCkHEz+Y8ADxX7h+xvl6caAj+3nII/wMB1rTQchSuNKqJTOrzyUsCWm094+IoZmLT738wANE0fRIgziNHs/ug==",
  2686. "license": "MIT",
  2687. "dependencies": {
  2688. "@tiptap/core": "^3.19.0",
  2689. "@tiptap/extension-blockquote": "^3.19.0",
  2690. "@tiptap/extension-bold": "^3.19.0",
  2691. "@tiptap/extension-bullet-list": "^3.19.0",
  2692. "@tiptap/extension-code": "^3.19.0",
  2693. "@tiptap/extension-code-block": "^3.19.0",
  2694. "@tiptap/extension-document": "^3.19.0",
  2695. "@tiptap/extension-dropcursor": "^3.19.0",
  2696. "@tiptap/extension-gapcursor": "^3.19.0",
  2697. "@tiptap/extension-hard-break": "^3.19.0",
  2698. "@tiptap/extension-heading": "^3.19.0",
  2699. "@tiptap/extension-horizontal-rule": "^3.19.0",
  2700. "@tiptap/extension-italic": "^3.19.0",
  2701. "@tiptap/extension-link": "^3.19.0",
  2702. "@tiptap/extension-list": "^3.19.0",
  2703. "@tiptap/extension-list-item": "^3.19.0",
  2704. "@tiptap/extension-list-keymap": "^3.19.0",
  2705. "@tiptap/extension-ordered-list": "^3.19.0",
  2706. "@tiptap/extension-paragraph": "^3.19.0",
  2707. "@tiptap/extension-strike": "^3.19.0",
  2708. "@tiptap/extension-text": "^3.19.0",
  2709. "@tiptap/extension-underline": "^3.19.0",
  2710. "@tiptap/extensions": "^3.19.0",
  2711. "@tiptap/pm": "^3.19.0"
  2712. },
  2713. "funding": {
  2714. "type": "github",
  2715. "url": "https://github.com/sponsors/ueberdosis"
  2716. }
  2717. },
  2718. "node_modules/@tiptap/suggestion": {
  2719. "version": "3.20.0",
  2720. "resolved": "https://registry.npmmirror.com/@tiptap/suggestion/-/suggestion-3.20.0.tgz",
  2721. "integrity": "sha512-OA9Fe+1Q/Ex0ivTcpRcVFiLnNsVdIBmiEoctt/gu4H2ayCYmZ906veioXNdc1m/3MtVVUIuEnvwwsrOZXlfDEw==",
  2722. "license": "MIT",
  2723. "peer": true,
  2724. "funding": {
  2725. "type": "github",
  2726. "url": "https://github.com/sponsors/ueberdosis"
  2727. },
  2728. "peerDependencies": {
  2729. "@tiptap/core": "^3.20.0",
  2730. "@tiptap/pm": "^3.20.0"
  2731. }
  2732. },
  2733. "node_modules/@types/aria-query": {
  2734. "version": "5.0.4",
  2735. "resolved": "https://registry.npmmirror.com/@types/aria-query/-/aria-query-5.0.4.tgz",
  2736. "integrity": "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==",
  2737. "dev": true,
  2738. "license": "MIT"
  2739. },
  2740. "node_modules/@types/babel__core": {
  2741. "version": "7.20.5",
  2742. "resolved": "https://registry.npmmirror.com/@types/babel__core/-/babel__core-7.20.5.tgz",
  2743. "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
  2744. "dev": true,
  2745. "license": "MIT",
  2746. "dependencies": {
  2747. "@babel/parser": "^7.20.7",
  2748. "@babel/types": "^7.20.7",
  2749. "@types/babel__generator": "*",
  2750. "@types/babel__template": "*",
  2751. "@types/babel__traverse": "*"
  2752. }
  2753. },
  2754. "node_modules/@types/babel__generator": {
  2755. "version": "7.27.0",
  2756. "resolved": "https://registry.npmmirror.com/@types/babel__generator/-/babel__generator-7.27.0.tgz",
  2757. "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==",
  2758. "dev": true,
  2759. "license": "MIT",
  2760. "dependencies": {
  2761. "@babel/types": "^7.0.0"
  2762. }
  2763. },
  2764. "node_modules/@types/babel__template": {
  2765. "version": "7.4.4",
  2766. "resolved": "https://registry.npmmirror.com/@types/babel__template/-/babel__template-7.4.4.tgz",
  2767. "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
  2768. "dev": true,
  2769. "license": "MIT",
  2770. "dependencies": {
  2771. "@babel/parser": "^7.1.0",
  2772. "@babel/types": "^7.0.0"
  2773. }
  2774. },
  2775. "node_modules/@types/babel__traverse": {
  2776. "version": "7.28.0",
  2777. "resolved": "https://registry.npmmirror.com/@types/babel__traverse/-/babel__traverse-7.28.0.tgz",
  2778. "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==",
  2779. "dev": true,
  2780. "license": "MIT",
  2781. "dependencies": {
  2782. "@babel/types": "^7.28.2"
  2783. }
  2784. },
  2785. "node_modules/@types/chai": {
  2786. "version": "5.2.3",
  2787. "resolved": "https://registry.npmmirror.com/@types/chai/-/chai-5.2.3.tgz",
  2788. "integrity": "sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==",
  2789. "dev": true,
  2790. "license": "MIT",
  2791. "dependencies": {
  2792. "@types/deep-eql": "*",
  2793. "assertion-error": "^2.0.1"
  2794. }
  2795. },
  2796. "node_modules/@types/d3": {
  2797. "version": "7.4.3",
  2798. "resolved": "https://registry.npmmirror.com/@types/d3/-/d3-7.4.3.tgz",
  2799. "integrity": "sha512-lZXZ9ckh5R8uiFVt8ogUNf+pIrK4EsWrx2Np75WvF/eTpJ0FMHNhjXk8CKEx/+gpHbNQyJWehbFaTvqmHWB3ww==",
  2800. "dev": true,
  2801. "license": "MIT",
  2802. "dependencies": {
  2803. "@types/d3-array": "*",
  2804. "@types/d3-axis": "*",
  2805. "@types/d3-brush": "*",
  2806. "@types/d3-chord": "*",
  2807. "@types/d3-color": "*",
  2808. "@types/d3-contour": "*",
  2809. "@types/d3-delaunay": "*",
  2810. "@types/d3-dispatch": "*",
  2811. "@types/d3-drag": "*",
  2812. "@types/d3-dsv": "*",
  2813. "@types/d3-ease": "*",
  2814. "@types/d3-fetch": "*",
  2815. "@types/d3-force": "*",
  2816. "@types/d3-format": "*",
  2817. "@types/d3-geo": "*",
  2818. "@types/d3-hierarchy": "*",
  2819. "@types/d3-interpolate": "*",
  2820. "@types/d3-path": "*",
  2821. "@types/d3-polygon": "*",
  2822. "@types/d3-quadtree": "*",
  2823. "@types/d3-random": "*",
  2824. "@types/d3-scale": "*",
  2825. "@types/d3-scale-chromatic": "*",
  2826. "@types/d3-selection": "*",
  2827. "@types/d3-shape": "*",
  2828. "@types/d3-time": "*",
  2829. "@types/d3-time-format": "*",
  2830. "@types/d3-timer": "*",
  2831. "@types/d3-transition": "*",
  2832. "@types/d3-zoom": "*"
  2833. }
  2834. },
  2835. "node_modules/@types/d3-array": {
  2836. "version": "3.2.2",
  2837. "resolved": "https://registry.npmmirror.com/@types/d3-array/-/d3-array-3.2.2.tgz",
  2838. "integrity": "sha512-hOLWVbm7uRza0BYXpIIW5pxfrKe0W+D5lrFiAEYR+pb6w3N2SwSMaJbXdUfSEv+dT4MfHBLtn5js0LAWaO6otw==",
  2839. "dev": true,
  2840. "license": "MIT"
  2841. },
  2842. "node_modules/@types/d3-axis": {
  2843. "version": "3.0.6",
  2844. "resolved": "https://registry.npmmirror.com/@types/d3-axis/-/d3-axis-3.0.6.tgz",
  2845. "integrity": "sha512-pYeijfZuBd87T0hGn0FO1vQ/cgLk6E1ALJjfkC0oJ8cbwkZl3TpgS8bVBLZN+2jjGgg38epgxb2zmoGtSfvgMw==",
  2846. "dev": true,
  2847. "license": "MIT",
  2848. "dependencies": {
  2849. "@types/d3-selection": "*"
  2850. }
  2851. },
  2852. "node_modules/@types/d3-brush": {
  2853. "version": "3.0.6",
  2854. "resolved": "https://registry.npmmirror.com/@types/d3-brush/-/d3-brush-3.0.6.tgz",
  2855. "integrity": "sha512-nH60IZNNxEcrh6L1ZSMNA28rj27ut/2ZmI3r96Zd+1jrZD++zD3LsMIjWlvg4AYrHn/Pqz4CF3veCxGjtbqt7A==",
  2856. "dev": true,
  2857. "license": "MIT",
  2858. "dependencies": {
  2859. "@types/d3-selection": "*"
  2860. }
  2861. },
  2862. "node_modules/@types/d3-chord": {
  2863. "version": "3.0.6",
  2864. "resolved": "https://registry.npmmirror.com/@types/d3-chord/-/d3-chord-3.0.6.tgz",
  2865. "integrity": "sha512-LFYWWd8nwfwEmTZG9PfQxd17HbNPksHBiJHaKuY1XeqscXacsS2tyoo6OdRsjf+NQYeB6XrNL3a25E3gH69lcg==",
  2866. "dev": true,
  2867. "license": "MIT"
  2868. },
  2869. "node_modules/@types/d3-color": {
  2870. "version": "3.1.3",
  2871. "resolved": "https://registry.npmmirror.com/@types/d3-color/-/d3-color-3.1.3.tgz",
  2872. "integrity": "sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==",
  2873. "dev": true,
  2874. "license": "MIT"
  2875. },
  2876. "node_modules/@types/d3-contour": {
  2877. "version": "3.0.6",
  2878. "resolved": "https://registry.npmmirror.com/@types/d3-contour/-/d3-contour-3.0.6.tgz",
  2879. "integrity": "sha512-BjzLgXGnCWjUSYGfH1cpdo41/hgdWETu4YxpezoztawmqsvCeep+8QGfiY6YbDvfgHz/DkjeIkkZVJavB4a3rg==",
  2880. "dev": true,
  2881. "license": "MIT",
  2882. "dependencies": {
  2883. "@types/d3-array": "*",
  2884. "@types/geojson": "*"
  2885. }
  2886. },
  2887. "node_modules/@types/d3-delaunay": {
  2888. "version": "6.0.4",
  2889. "resolved": "https://registry.npmmirror.com/@types/d3-delaunay/-/d3-delaunay-6.0.4.tgz",
  2890. "integrity": "sha512-ZMaSKu4THYCU6sV64Lhg6qjf1orxBthaC161plr5KuPHo3CNm8DTHiLw/5Eq2b6TsNP0W0iJrUOFscY6Q450Hw==",
  2891. "dev": true,
  2892. "license": "MIT"
  2893. },
  2894. "node_modules/@types/d3-dispatch": {
  2895. "version": "3.0.7",
  2896. "resolved": "https://registry.npmmirror.com/@types/d3-dispatch/-/d3-dispatch-3.0.7.tgz",
  2897. "integrity": "sha512-5o9OIAdKkhN1QItV2oqaE5KMIiXAvDWBDPrD85e58Qlz1c1kI/J0NcqbEG88CoTwJrYe7ntUCVfeUl2UJKbWgA==",
  2898. "dev": true,
  2899. "license": "MIT"
  2900. },
  2901. "node_modules/@types/d3-drag": {
  2902. "version": "3.0.7",
  2903. "resolved": "https://registry.npmmirror.com/@types/d3-drag/-/d3-drag-3.0.7.tgz",
  2904. "integrity": "sha512-HE3jVKlzU9AaMazNufooRJ5ZpWmLIoc90A37WU2JMmeq28w1FQqCZswHZ3xR+SuxYftzHq6WU6KJHvqxKzTxxQ==",
  2905. "dev": true,
  2906. "license": "MIT",
  2907. "dependencies": {
  2908. "@types/d3-selection": "*"
  2909. }
  2910. },
  2911. "node_modules/@types/d3-dsv": {
  2912. "version": "3.0.7",
  2913. "resolved": "https://registry.npmmirror.com/@types/d3-dsv/-/d3-dsv-3.0.7.tgz",
  2914. "integrity": "sha512-n6QBF9/+XASqcKK6waudgL0pf/S5XHPPI8APyMLLUHd8NqouBGLsU8MgtO7NINGtPBtk9Kko/W4ea0oAspwh9g==",
  2915. "dev": true,
  2916. "license": "MIT"
  2917. },
  2918. "node_modules/@types/d3-ease": {
  2919. "version": "3.0.2",
  2920. "resolved": "https://registry.npmmirror.com/@types/d3-ease/-/d3-ease-3.0.2.tgz",
  2921. "integrity": "sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==",
  2922. "dev": true,
  2923. "license": "MIT"
  2924. },
  2925. "node_modules/@types/d3-fetch": {
  2926. "version": "3.0.7",
  2927. "resolved": "https://registry.npmmirror.com/@types/d3-fetch/-/d3-fetch-3.0.7.tgz",
  2928. "integrity": "sha512-fTAfNmxSb9SOWNB9IoG5c8Hg6R+AzUHDRlsXsDZsNp6sxAEOP0tkP3gKkNSO/qmHPoBFTxNrjDprVHDQDvo5aA==",
  2929. "dev": true,
  2930. "license": "MIT",
  2931. "dependencies": {
  2932. "@types/d3-dsv": "*"
  2933. }
  2934. },
  2935. "node_modules/@types/d3-force": {
  2936. "version": "3.0.10",
  2937. "resolved": "https://registry.npmmirror.com/@types/d3-force/-/d3-force-3.0.10.tgz",
  2938. "integrity": "sha512-ZYeSaCF3p73RdOKcjj+swRlZfnYpK1EbaDiYICEEp5Q6sUiqFaFQ9qgoshp5CzIyyb/yD09kD9o2zEltCexlgw==",
  2939. "dev": true,
  2940. "license": "MIT"
  2941. },
  2942. "node_modules/@types/d3-format": {
  2943. "version": "3.0.4",
  2944. "resolved": "https://registry.npmmirror.com/@types/d3-format/-/d3-format-3.0.4.tgz",
  2945. "integrity": "sha512-fALi2aI6shfg7vM5KiR1wNJnZ7r6UuggVqtDA+xiEdPZQwy/trcQaHnwShLuLdta2rTymCNpxYTiMZX/e09F4g==",
  2946. "dev": true,
  2947. "license": "MIT"
  2948. },
  2949. "node_modules/@types/d3-geo": {
  2950. "version": "3.1.0",
  2951. "resolved": "https://registry.npmmirror.com/@types/d3-geo/-/d3-geo-3.1.0.tgz",
  2952. "integrity": "sha512-856sckF0oP/diXtS4jNsiQw/UuK5fQG8l/a9VVLeSouf1/PPbBE1i1W852zVwKwYCBkFJJB7nCFTbk6UMEXBOQ==",
  2953. "dev": true,
  2954. "license": "MIT",
  2955. "dependencies": {
  2956. "@types/geojson": "*"
  2957. }
  2958. },
  2959. "node_modules/@types/d3-hierarchy": {
  2960. "version": "3.1.7",
  2961. "resolved": "https://registry.npmmirror.com/@types/d3-hierarchy/-/d3-hierarchy-3.1.7.tgz",
  2962. "integrity": "sha512-tJFtNoYBtRtkNysX1Xq4sxtjK8YgoWUNpIiUee0/jHGRwqvzYxkq0hGVbbOGSz+JgFxxRu4K8nb3YpG3CMARtg==",
  2963. "dev": true,
  2964. "license": "MIT"
  2965. },
  2966. "node_modules/@types/d3-interpolate": {
  2967. "version": "3.0.4",
  2968. "resolved": "https://registry.npmmirror.com/@types/d3-interpolate/-/d3-interpolate-3.0.4.tgz",
  2969. "integrity": "sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==",
  2970. "dev": true,
  2971. "license": "MIT",
  2972. "dependencies": {
  2973. "@types/d3-color": "*"
  2974. }
  2975. },
  2976. "node_modules/@types/d3-path": {
  2977. "version": "3.1.1",
  2978. "resolved": "https://registry.npmmirror.com/@types/d3-path/-/d3-path-3.1.1.tgz",
  2979. "integrity": "sha512-VMZBYyQvbGmWyWVea0EHs/BwLgxc+MKi1zLDCONksozI4YJMcTt8ZEuIR4Sb1MMTE8MMW49v0IwI5+b7RmfWlg==",
  2980. "dev": true,
  2981. "license": "MIT"
  2982. },
  2983. "node_modules/@types/d3-polygon": {
  2984. "version": "3.0.2",
  2985. "resolved": "https://registry.npmmirror.com/@types/d3-polygon/-/d3-polygon-3.0.2.tgz",
  2986. "integrity": "sha512-ZuWOtMaHCkN9xoeEMr1ubW2nGWsp4nIql+OPQRstu4ypeZ+zk3YKqQT0CXVe/PYqrKpZAi+J9mTs05TKwjXSRA==",
  2987. "dev": true,
  2988. "license": "MIT"
  2989. },
  2990. "node_modules/@types/d3-quadtree": {
  2991. "version": "3.0.6",
  2992. "resolved": "https://registry.npmmirror.com/@types/d3-quadtree/-/d3-quadtree-3.0.6.tgz",
  2993. "integrity": "sha512-oUzyO1/Zm6rsxKRHA1vH0NEDG58HrT5icx/azi9MF1TWdtttWl0UIUsjEQBBh+SIkrpd21ZjEv7ptxWys1ncsg==",
  2994. "dev": true,
  2995. "license": "MIT"
  2996. },
  2997. "node_modules/@types/d3-random": {
  2998. "version": "3.0.3",
  2999. "resolved": "https://registry.npmmirror.com/@types/d3-random/-/d3-random-3.0.3.tgz",
  3000. "integrity": "sha512-Imagg1vJ3y76Y2ea0871wpabqp613+8/r0mCLEBfdtqC7xMSfj9idOnmBYyMoULfHePJyxMAw3nWhJxzc+LFwQ==",
  3001. "dev": true,
  3002. "license": "MIT"
  3003. },
  3004. "node_modules/@types/d3-scale": {
  3005. "version": "4.0.9",
  3006. "resolved": "https://registry.npmmirror.com/@types/d3-scale/-/d3-scale-4.0.9.tgz",
  3007. "integrity": "sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==",
  3008. "dev": true,
  3009. "license": "MIT",
  3010. "dependencies": {
  3011. "@types/d3-time": "*"
  3012. }
  3013. },
  3014. "node_modules/@types/d3-scale-chromatic": {
  3015. "version": "3.1.0",
  3016. "resolved": "https://registry.npmmirror.com/@types/d3-scale-chromatic/-/d3-scale-chromatic-3.1.0.tgz",
  3017. "integrity": "sha512-iWMJgwkK7yTRmWqRB5plb1kadXyQ5Sj8V/zYlFGMUBbIPKQScw+Dku9cAAMgJG+z5GYDoMjWGLVOvjghDEFnKQ==",
  3018. "dev": true,
  3019. "license": "MIT"
  3020. },
  3021. "node_modules/@types/d3-selection": {
  3022. "version": "3.0.11",
  3023. "resolved": "https://registry.npmmirror.com/@types/d3-selection/-/d3-selection-3.0.11.tgz",
  3024. "integrity": "sha512-bhAXu23DJWsrI45xafYpkQ4NtcKMwWnAC/vKrd2l+nxMFuvOT3XMYTIj2opv8vq8AO5Yh7Qac/nSeP/3zjTK0w==",
  3025. "dev": true,
  3026. "license": "MIT"
  3027. },
  3028. "node_modules/@types/d3-shape": {
  3029. "version": "3.1.8",
  3030. "resolved": "https://registry.npmmirror.com/@types/d3-shape/-/d3-shape-3.1.8.tgz",
  3031. "integrity": "sha512-lae0iWfcDeR7qt7rA88BNiqdvPS5pFVPpo5OfjElwNaT2yyekbM0C9vK+yqBqEmHr6lDkRnYNoTBYlAgJa7a4w==",
  3032. "dev": true,
  3033. "license": "MIT",
  3034. "dependencies": {
  3035. "@types/d3-path": "*"
  3036. }
  3037. },
  3038. "node_modules/@types/d3-time": {
  3039. "version": "3.0.4",
  3040. "resolved": "https://registry.npmmirror.com/@types/d3-time/-/d3-time-3.0.4.tgz",
  3041. "integrity": "sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==",
  3042. "dev": true,
  3043. "license": "MIT"
  3044. },
  3045. "node_modules/@types/d3-time-format": {
  3046. "version": "4.0.3",
  3047. "resolved": "https://registry.npmmirror.com/@types/d3-time-format/-/d3-time-format-4.0.3.tgz",
  3048. "integrity": "sha512-5xg9rC+wWL8kdDj153qZcsJ0FWiFt0J5RB6LYUNZjwSnesfblqrI/bJ1wBdJ8OQfncgbJG5+2F+qfqnqyzYxyg==",
  3049. "dev": true,
  3050. "license": "MIT"
  3051. },
  3052. "node_modules/@types/d3-timer": {
  3053. "version": "3.0.2",
  3054. "resolved": "https://registry.npmmirror.com/@types/d3-timer/-/d3-timer-3.0.2.tgz",
  3055. "integrity": "sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==",
  3056. "dev": true,
  3057. "license": "MIT"
  3058. },
  3059. "node_modules/@types/d3-transition": {
  3060. "version": "3.0.9",
  3061. "resolved": "https://registry.npmmirror.com/@types/d3-transition/-/d3-transition-3.0.9.tgz",
  3062. "integrity": "sha512-uZS5shfxzO3rGlu0cC3bjmMFKsXv+SmZZcgp0KD22ts4uGXp5EVYGzu/0YdwZeKmddhcAccYtREJKkPfXkZuCg==",
  3063. "dev": true,
  3064. "license": "MIT",
  3065. "dependencies": {
  3066. "@types/d3-selection": "*"
  3067. }
  3068. },
  3069. "node_modules/@types/d3-zoom": {
  3070. "version": "3.0.8",
  3071. "resolved": "https://registry.npmmirror.com/@types/d3-zoom/-/d3-zoom-3.0.8.tgz",
  3072. "integrity": "sha512-iqMC4/YlFCSlO8+2Ii1GGGliCAY4XdeG748w5vQUbevlbDu0zSjH/+jojorQVBK/se0j6DUFNPBGSqD3YWYnDw==",
  3073. "dev": true,
  3074. "license": "MIT",
  3075. "dependencies": {
  3076. "@types/d3-interpolate": "*",
  3077. "@types/d3-selection": "*"
  3078. }
  3079. },
  3080. "node_modules/@types/debug": {
  3081. "version": "4.1.12",
  3082. "resolved": "https://registry.npmmirror.com/@types/debug/-/debug-4.1.12.tgz",
  3083. "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==",
  3084. "license": "MIT",
  3085. "dependencies": {
  3086. "@types/ms": "*"
  3087. }
  3088. },
  3089. "node_modules/@types/deep-eql": {
  3090. "version": "4.0.2",
  3091. "resolved": "https://registry.npmmirror.com/@types/deep-eql/-/deep-eql-4.0.2.tgz",
  3092. "integrity": "sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==",
  3093. "dev": true,
  3094. "license": "MIT"
  3095. },
  3096. "node_modules/@types/estree": {
  3097. "version": "1.0.8",
  3098. "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.8.tgz",
  3099. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  3100. "license": "MIT"
  3101. },
  3102. "node_modules/@types/estree-jsx": {
  3103. "version": "1.0.5",
  3104. "resolved": "https://registry.npmmirror.com/@types/estree-jsx/-/estree-jsx-1.0.5.tgz",
  3105. "integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==",
  3106. "license": "MIT",
  3107. "dependencies": {
  3108. "@types/estree": "*"
  3109. }
  3110. },
  3111. "node_modules/@types/geojson": {
  3112. "version": "7946.0.16",
  3113. "resolved": "https://registry.npmmirror.com/@types/geojson/-/geojson-7946.0.16.tgz",
  3114. "integrity": "sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg==",
  3115. "dev": true,
  3116. "license": "MIT"
  3117. },
  3118. "node_modules/@types/hast": {
  3119. "version": "3.0.4",
  3120. "resolved": "https://registry.npmmirror.com/@types/hast/-/hast-3.0.4.tgz",
  3121. "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
  3122. "license": "MIT",
  3123. "dependencies": {
  3124. "@types/unist": "*"
  3125. }
  3126. },
  3127. "node_modules/@types/json-schema": {
  3128. "version": "7.0.15",
  3129. "resolved": "https://registry.npmmirror.com/@types/json-schema/-/json-schema-7.0.15.tgz",
  3130. "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
  3131. "dev": true,
  3132. "license": "MIT"
  3133. },
  3134. "node_modules/@types/linkify-it": {
  3135. "version": "5.0.0",
  3136. "resolved": "https://registry.npmmirror.com/@types/linkify-it/-/linkify-it-5.0.0.tgz",
  3137. "integrity": "sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==",
  3138. "license": "MIT"
  3139. },
  3140. "node_modules/@types/markdown-it": {
  3141. "version": "14.1.2",
  3142. "resolved": "https://registry.npmmirror.com/@types/markdown-it/-/markdown-it-14.1.2.tgz",
  3143. "integrity": "sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==",
  3144. "license": "MIT",
  3145. "dependencies": {
  3146. "@types/linkify-it": "^5",
  3147. "@types/mdurl": "^2"
  3148. }
  3149. },
  3150. "node_modules/@types/mdast": {
  3151. "version": "4.0.4",
  3152. "resolved": "https://registry.npmmirror.com/@types/mdast/-/mdast-4.0.4.tgz",
  3153. "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
  3154. "license": "MIT",
  3155. "dependencies": {
  3156. "@types/unist": "*"
  3157. }
  3158. },
  3159. "node_modules/@types/mdurl": {
  3160. "version": "2.0.0",
  3161. "resolved": "https://registry.npmmirror.com/@types/mdurl/-/mdurl-2.0.0.tgz",
  3162. "integrity": "sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==",
  3163. "license": "MIT"
  3164. },
  3165. "node_modules/@types/mdx": {
  3166. "version": "2.0.13",
  3167. "resolved": "https://registry.npmmirror.com/@types/mdx/-/mdx-2.0.13.tgz",
  3168. "integrity": "sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==",
  3169. "license": "MIT"
  3170. },
  3171. "node_modules/@types/ms": {
  3172. "version": "2.1.0",
  3173. "resolved": "https://registry.npmmirror.com/@types/ms/-/ms-2.1.0.tgz",
  3174. "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",
  3175. "license": "MIT"
  3176. },
  3177. "node_modules/@types/node": {
  3178. "version": "20.19.32",
  3179. "resolved": "https://registry.npmmirror.com/@types/node/-/node-20.19.32.tgz",
  3180. "integrity": "sha512-Ez8QE4DMfhjjTsES9K2dwfV258qBui7qxUsoaixZDiTzbde4U12e1pXGNu/ECsUIOi5/zoCxAQxIhQnaUQ2VvA==",
  3181. "dev": true,
  3182. "license": "MIT",
  3183. "dependencies": {
  3184. "undici-types": "~6.21.0"
  3185. }
  3186. },
  3187. "node_modules/@types/prop-types": {
  3188. "version": "15.7.15",
  3189. "resolved": "https://registry.npmmirror.com/@types/prop-types/-/prop-types-15.7.15.tgz",
  3190. "integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==",
  3191. "license": "MIT"
  3192. },
  3193. "node_modules/@types/react": {
  3194. "version": "18.3.28",
  3195. "resolved": "https://registry.npmmirror.com/@types/react/-/react-18.3.28.tgz",
  3196. "integrity": "sha512-z9VXpC7MWrhfWipitjNdgCauoMLRdIILQsAEV+ZesIzBq/oUlxk0m3ApZuMFCXdnS4U7KrI+l3WRUEGQ8K1QKw==",
  3197. "license": "MIT",
  3198. "dependencies": {
  3199. "@types/prop-types": "*",
  3200. "csstype": "^3.2.2"
  3201. }
  3202. },
  3203. "node_modules/@types/react-dom": {
  3204. "version": "18.3.7",
  3205. "resolved": "https://registry.npmmirror.com/@types/react-dom/-/react-dom-18.3.7.tgz",
  3206. "integrity": "sha512-MEe3UeoENYVFXzoXEWsvcpg6ZvlrFNlOQ7EOsvhI3CfAXwzPfO8Qwuxd40nepsYKqyyVQnTdEfv68q91yLcKrQ==",
  3207. "license": "MIT",
  3208. "peerDependencies": {
  3209. "@types/react": "^18.0.0"
  3210. }
  3211. },
  3212. "node_modules/@types/semver": {
  3213. "version": "7.7.1",
  3214. "resolved": "https://registry.npmmirror.com/@types/semver/-/semver-7.7.1.tgz",
  3215. "integrity": "sha512-FmgJfu+MOcQ370SD0ev7EI8TlCAfKYU+B4m5T3yXc1CiRN94g/SZPtsCkk506aUDtlMnFZvasDwHHUcZUEaYuA==",
  3216. "dev": true,
  3217. "license": "MIT"
  3218. },
  3219. "node_modules/@types/unist": {
  3220. "version": "3.0.3",
  3221. "resolved": "https://registry.npmmirror.com/@types/unist/-/unist-3.0.3.tgz",
  3222. "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
  3223. "license": "MIT"
  3224. },
  3225. "node_modules/@types/use-sync-external-store": {
  3226. "version": "0.0.6",
  3227. "resolved": "https://registry.npmmirror.com/@types/use-sync-external-store/-/use-sync-external-store-0.0.6.tgz",
  3228. "integrity": "sha512-zFDAD+tlpf2r4asuHEj0XH6pY6i0g5NeAHPn+15wk3BV6JA69eERFXC1gyGThDkVa1zCyKr5jox1+2LbV/AMLg==",
  3229. "license": "MIT"
  3230. },
  3231. "node_modules/@typescript-eslint/eslint-plugin": {
  3232. "version": "6.21.0",
  3233. "resolved": "https://registry.npmmirror.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz",
  3234. "integrity": "sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==",
  3235. "dev": true,
  3236. "license": "MIT",
  3237. "dependencies": {
  3238. "@eslint-community/regexpp": "^4.5.1",
  3239. "@typescript-eslint/scope-manager": "6.21.0",
  3240. "@typescript-eslint/type-utils": "6.21.0",
  3241. "@typescript-eslint/utils": "6.21.0",
  3242. "@typescript-eslint/visitor-keys": "6.21.0",
  3243. "debug": "^4.3.4",
  3244. "graphemer": "^1.4.0",
  3245. "ignore": "^5.2.4",
  3246. "natural-compare": "^1.4.0",
  3247. "semver": "^7.5.4",
  3248. "ts-api-utils": "^1.0.1"
  3249. },
  3250. "engines": {
  3251. "node": "^16.0.0 || >=18.0.0"
  3252. },
  3253. "funding": {
  3254. "type": "opencollective",
  3255. "url": "https://opencollective.com/typescript-eslint"
  3256. },
  3257. "peerDependencies": {
  3258. "@typescript-eslint/parser": "^6.0.0 || ^6.0.0-alpha",
  3259. "eslint": "^7.0.0 || ^8.0.0"
  3260. },
  3261. "peerDependenciesMeta": {
  3262. "typescript": {
  3263. "optional": true
  3264. }
  3265. }
  3266. },
  3267. "node_modules/@typescript-eslint/parser": {
  3268. "version": "6.21.0",
  3269. "resolved": "https://registry.npmmirror.com/@typescript-eslint/parser/-/parser-6.21.0.tgz",
  3270. "integrity": "sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==",
  3271. "dev": true,
  3272. "license": "BSD-2-Clause",
  3273. "dependencies": {
  3274. "@typescript-eslint/scope-manager": "6.21.0",
  3275. "@typescript-eslint/types": "6.21.0",
  3276. "@typescript-eslint/typescript-estree": "6.21.0",
  3277. "@typescript-eslint/visitor-keys": "6.21.0",
  3278. "debug": "^4.3.4"
  3279. },
  3280. "engines": {
  3281. "node": "^16.0.0 || >=18.0.0"
  3282. },
  3283. "funding": {
  3284. "type": "opencollective",
  3285. "url": "https://opencollective.com/typescript-eslint"
  3286. },
  3287. "peerDependencies": {
  3288. "eslint": "^7.0.0 || ^8.0.0"
  3289. },
  3290. "peerDependenciesMeta": {
  3291. "typescript": {
  3292. "optional": true
  3293. }
  3294. }
  3295. },
  3296. "node_modules/@typescript-eslint/scope-manager": {
  3297. "version": "6.21.0",
  3298. "resolved": "https://registry.npmmirror.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz",
  3299. "integrity": "sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==",
  3300. "dev": true,
  3301. "license": "MIT",
  3302. "dependencies": {
  3303. "@typescript-eslint/types": "6.21.0",
  3304. "@typescript-eslint/visitor-keys": "6.21.0"
  3305. },
  3306. "engines": {
  3307. "node": "^16.0.0 || >=18.0.0"
  3308. },
  3309. "funding": {
  3310. "type": "opencollective",
  3311. "url": "https://opencollective.com/typescript-eslint"
  3312. }
  3313. },
  3314. "node_modules/@typescript-eslint/type-utils": {
  3315. "version": "6.21.0",
  3316. "resolved": "https://registry.npmmirror.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz",
  3317. "integrity": "sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==",
  3318. "dev": true,
  3319. "license": "MIT",
  3320. "dependencies": {
  3321. "@typescript-eslint/typescript-estree": "6.21.0",
  3322. "@typescript-eslint/utils": "6.21.0",
  3323. "debug": "^4.3.4",
  3324. "ts-api-utils": "^1.0.1"
  3325. },
  3326. "engines": {
  3327. "node": "^16.0.0 || >=18.0.0"
  3328. },
  3329. "funding": {
  3330. "type": "opencollective",
  3331. "url": "https://opencollective.com/typescript-eslint"
  3332. },
  3333. "peerDependencies": {
  3334. "eslint": "^7.0.0 || ^8.0.0"
  3335. },
  3336. "peerDependenciesMeta": {
  3337. "typescript": {
  3338. "optional": true
  3339. }
  3340. }
  3341. },
  3342. "node_modules/@typescript-eslint/types": {
  3343. "version": "6.21.0",
  3344. "resolved": "https://registry.npmmirror.com/@typescript-eslint/types/-/types-6.21.0.tgz",
  3345. "integrity": "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==",
  3346. "dev": true,
  3347. "license": "MIT",
  3348. "engines": {
  3349. "node": "^16.0.0 || >=18.0.0"
  3350. },
  3351. "funding": {
  3352. "type": "opencollective",
  3353. "url": "https://opencollective.com/typescript-eslint"
  3354. }
  3355. },
  3356. "node_modules/@typescript-eslint/typescript-estree": {
  3357. "version": "6.21.0",
  3358. "resolved": "https://registry.npmmirror.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz",
  3359. "integrity": "sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==",
  3360. "dev": true,
  3361. "license": "BSD-2-Clause",
  3362. "dependencies": {
  3363. "@typescript-eslint/types": "6.21.0",
  3364. "@typescript-eslint/visitor-keys": "6.21.0",
  3365. "debug": "^4.3.4",
  3366. "globby": "^11.1.0",
  3367. "is-glob": "^4.0.3",
  3368. "minimatch": "9.0.3",
  3369. "semver": "^7.5.4",
  3370. "ts-api-utils": "^1.0.1"
  3371. },
  3372. "engines": {
  3373. "node": "^16.0.0 || >=18.0.0"
  3374. },
  3375. "funding": {
  3376. "type": "opencollective",
  3377. "url": "https://opencollective.com/typescript-eslint"
  3378. },
  3379. "peerDependenciesMeta": {
  3380. "typescript": {
  3381. "optional": true
  3382. }
  3383. }
  3384. },
  3385. "node_modules/@typescript-eslint/utils": {
  3386. "version": "6.21.0",
  3387. "resolved": "https://registry.npmmirror.com/@typescript-eslint/utils/-/utils-6.21.0.tgz",
  3388. "integrity": "sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==",
  3389. "dev": true,
  3390. "license": "MIT",
  3391. "dependencies": {
  3392. "@eslint-community/eslint-utils": "^4.4.0",
  3393. "@types/json-schema": "^7.0.12",
  3394. "@types/semver": "^7.5.0",
  3395. "@typescript-eslint/scope-manager": "6.21.0",
  3396. "@typescript-eslint/types": "6.21.0",
  3397. "@typescript-eslint/typescript-estree": "6.21.0",
  3398. "semver": "^7.5.4"
  3399. },
  3400. "engines": {
  3401. "node": "^16.0.0 || >=18.0.0"
  3402. },
  3403. "funding": {
  3404. "type": "opencollective",
  3405. "url": "https://opencollective.com/typescript-eslint"
  3406. },
  3407. "peerDependencies": {
  3408. "eslint": "^7.0.0 || ^8.0.0"
  3409. }
  3410. },
  3411. "node_modules/@typescript-eslint/visitor-keys": {
  3412. "version": "6.21.0",
  3413. "resolved": "https://registry.npmmirror.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz",
  3414. "integrity": "sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==",
  3415. "dev": true,
  3416. "license": "MIT",
  3417. "dependencies": {
  3418. "@typescript-eslint/types": "6.21.0",
  3419. "eslint-visitor-keys": "^3.4.1"
  3420. },
  3421. "engines": {
  3422. "node": "^16.0.0 || >=18.0.0"
  3423. },
  3424. "funding": {
  3425. "type": "opencollective",
  3426. "url": "https://opencollective.com/typescript-eslint"
  3427. }
  3428. },
  3429. "node_modules/@ungap/structured-clone": {
  3430. "version": "1.3.0",
  3431. "resolved": "https://registry.npmmirror.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz",
  3432. "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==",
  3433. "license": "ISC"
  3434. },
  3435. "node_modules/@vitejs/plugin-react": {
  3436. "version": "4.7.0",
  3437. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-react/-/plugin-react-4.7.0.tgz",
  3438. "integrity": "sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA==",
  3439. "dev": true,
  3440. "license": "MIT",
  3441. "dependencies": {
  3442. "@babel/core": "^7.28.0",
  3443. "@babel/plugin-transform-react-jsx-self": "^7.27.1",
  3444. "@babel/plugin-transform-react-jsx-source": "^7.27.1",
  3445. "@rolldown/pluginutils": "1.0.0-beta.27",
  3446. "@types/babel__core": "^7.20.5",
  3447. "react-refresh": "^0.17.0"
  3448. },
  3449. "engines": {
  3450. "node": "^14.18.0 || >=16.0.0"
  3451. },
  3452. "peerDependencies": {
  3453. "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
  3454. }
  3455. },
  3456. "node_modules/@vitest/expect": {
  3457. "version": "4.0.18",
  3458. "resolved": "https://registry.npmmirror.com/@vitest/expect/-/expect-4.0.18.tgz",
  3459. "integrity": "sha512-8sCWUyckXXYvx4opfzVY03EOiYVxyNrHS5QxX3DAIi5dpJAAkyJezHCP77VMX4HKA2LDT/Jpfo8i2r5BE3GnQQ==",
  3460. "dev": true,
  3461. "license": "MIT",
  3462. "dependencies": {
  3463. "@standard-schema/spec": "^1.0.0",
  3464. "@types/chai": "^5.2.2",
  3465. "@vitest/spy": "4.0.18",
  3466. "@vitest/utils": "4.0.18",
  3467. "chai": "^6.2.1",
  3468. "tinyrainbow": "^3.0.3"
  3469. },
  3470. "funding": {
  3471. "url": "https://opencollective.com/vitest"
  3472. }
  3473. },
  3474. "node_modules/@vitest/mocker": {
  3475. "version": "4.0.18",
  3476. "resolved": "https://registry.npmmirror.com/@vitest/mocker/-/mocker-4.0.18.tgz",
  3477. "integrity": "sha512-HhVd0MDnzzsgevnOWCBj5Otnzobjy5wLBe4EdeeFGv8luMsGcYqDuFRMcttKWZA5vVO8RFjexVovXvAM4JoJDQ==",
  3478. "dev": true,
  3479. "license": "MIT",
  3480. "dependencies": {
  3481. "@vitest/spy": "4.0.18",
  3482. "estree-walker": "^3.0.3",
  3483. "magic-string": "^0.30.21"
  3484. },
  3485. "funding": {
  3486. "url": "https://opencollective.com/vitest"
  3487. },
  3488. "peerDependencies": {
  3489. "msw": "^2.4.9",
  3490. "vite": "^6.0.0 || ^7.0.0-0"
  3491. },
  3492. "peerDependenciesMeta": {
  3493. "msw": {
  3494. "optional": true
  3495. },
  3496. "vite": {
  3497. "optional": true
  3498. }
  3499. }
  3500. },
  3501. "node_modules/@vitest/pretty-format": {
  3502. "version": "4.0.18",
  3503. "resolved": "https://registry.npmmirror.com/@vitest/pretty-format/-/pretty-format-4.0.18.tgz",
  3504. "integrity": "sha512-P24GK3GulZWC5tz87ux0m8OADrQIUVDPIjjj65vBXYG17ZeU3qD7r+MNZ1RNv4l8CGU2vtTRqixrOi9fYk/yKw==",
  3505. "dev": true,
  3506. "license": "MIT",
  3507. "dependencies": {
  3508. "tinyrainbow": "^3.0.3"
  3509. },
  3510. "funding": {
  3511. "url": "https://opencollective.com/vitest"
  3512. }
  3513. },
  3514. "node_modules/@vitest/runner": {
  3515. "version": "4.0.18",
  3516. "resolved": "https://registry.npmmirror.com/@vitest/runner/-/runner-4.0.18.tgz",
  3517. "integrity": "sha512-rpk9y12PGa22Jg6g5M3UVVnTS7+zycIGk9ZNGN+m6tZHKQb7jrP7/77WfZy13Y/EUDd52NDsLRQhYKtv7XfPQw==",
  3518. "dev": true,
  3519. "license": "MIT",
  3520. "dependencies": {
  3521. "@vitest/utils": "4.0.18",
  3522. "pathe": "^2.0.3"
  3523. },
  3524. "funding": {
  3525. "url": "https://opencollective.com/vitest"
  3526. }
  3527. },
  3528. "node_modules/@vitest/snapshot": {
  3529. "version": "4.0.18",
  3530. "resolved": "https://registry.npmmirror.com/@vitest/snapshot/-/snapshot-4.0.18.tgz",
  3531. "integrity": "sha512-PCiV0rcl7jKQjbgYqjtakly6T1uwv/5BQ9SwBLekVg/EaYeQFPiXcgrC2Y7vDMA8dM1SUEAEV82kgSQIlXNMvA==",
  3532. "dev": true,
  3533. "license": "MIT",
  3534. "dependencies": {
  3535. "@vitest/pretty-format": "4.0.18",
  3536. "magic-string": "^0.30.21",
  3537. "pathe": "^2.0.3"
  3538. },
  3539. "funding": {
  3540. "url": "https://opencollective.com/vitest"
  3541. }
  3542. },
  3543. "node_modules/@vitest/spy": {
  3544. "version": "4.0.18",
  3545. "resolved": "https://registry.npmmirror.com/@vitest/spy/-/spy-4.0.18.tgz",
  3546. "integrity": "sha512-cbQt3PTSD7P2OARdVW3qWER5EGq7PHlvE+QfzSC0lbwO+xnt7+XH06ZzFjFRgzUX//JmpxrCu92VdwvEPlWSNw==",
  3547. "dev": true,
  3548. "license": "MIT",
  3549. "funding": {
  3550. "url": "https://opencollective.com/vitest"
  3551. }
  3552. },
  3553. "node_modules/@vitest/utils": {
  3554. "version": "4.0.18",
  3555. "resolved": "https://registry.npmmirror.com/@vitest/utils/-/utils-4.0.18.tgz",
  3556. "integrity": "sha512-msMRKLMVLWygpK3u2Hybgi4MNjcYJvwTb0Ru09+fOyCXIgT5raYP041DRRdiJiI3k/2U6SEbAETB3YtBrUkCFA==",
  3557. "dev": true,
  3558. "license": "MIT",
  3559. "dependencies": {
  3560. "@vitest/pretty-format": "4.0.18",
  3561. "tinyrainbow": "^3.0.3"
  3562. },
  3563. "funding": {
  3564. "url": "https://opencollective.com/vitest"
  3565. }
  3566. },
  3567. "node_modules/acorn": {
  3568. "version": "8.15.0",
  3569. "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.15.0.tgz",
  3570. "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
  3571. "license": "MIT",
  3572. "bin": {
  3573. "acorn": "bin/acorn"
  3574. },
  3575. "engines": {
  3576. "node": ">=0.4.0"
  3577. }
  3578. },
  3579. "node_modules/acorn-jsx": {
  3580. "version": "5.3.2",
  3581. "resolved": "https://registry.npmmirror.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  3582. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  3583. "license": "MIT",
  3584. "peerDependencies": {
  3585. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  3586. }
  3587. },
  3588. "node_modules/agent-base": {
  3589. "version": "7.1.4",
  3590. "resolved": "https://registry.npmmirror.com/agent-base/-/agent-base-7.1.4.tgz",
  3591. "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
  3592. "dev": true,
  3593. "license": "MIT",
  3594. "engines": {
  3595. "node": ">= 14"
  3596. }
  3597. },
  3598. "node_modules/ajv": {
  3599. "version": "6.14.0",
  3600. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.14.0.tgz",
  3601. "integrity": "sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==",
  3602. "dev": true,
  3603. "license": "MIT",
  3604. "dependencies": {
  3605. "fast-deep-equal": "^3.1.1",
  3606. "fast-json-stable-stringify": "^2.0.0",
  3607. "json-schema-traverse": "^0.4.1",
  3608. "uri-js": "^4.2.2"
  3609. },
  3610. "funding": {
  3611. "type": "github",
  3612. "url": "https://github.com/sponsors/epoberezkin"
  3613. }
  3614. },
  3615. "node_modules/ansi-regex": {
  3616. "version": "5.0.1",
  3617. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  3618. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  3619. "dev": true,
  3620. "license": "MIT",
  3621. "engines": {
  3622. "node": ">=8"
  3623. }
  3624. },
  3625. "node_modules/ansi-styles": {
  3626. "version": "4.3.0",
  3627. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  3628. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  3629. "dev": true,
  3630. "license": "MIT",
  3631. "dependencies": {
  3632. "color-convert": "^2.0.1"
  3633. },
  3634. "engines": {
  3635. "node": ">=8"
  3636. },
  3637. "funding": {
  3638. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  3639. }
  3640. },
  3641. "node_modules/argparse": {
  3642. "version": "2.0.1",
  3643. "resolved": "https://registry.npmmirror.com/argparse/-/argparse-2.0.1.tgz",
  3644. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  3645. "license": "Python-2.0"
  3646. },
  3647. "node_modules/aria-query": {
  3648. "version": "5.3.0",
  3649. "resolved": "https://registry.npmmirror.com/aria-query/-/aria-query-5.3.0.tgz",
  3650. "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==",
  3651. "dev": true,
  3652. "license": "Apache-2.0",
  3653. "dependencies": {
  3654. "dequal": "^2.0.3"
  3655. }
  3656. },
  3657. "node_modules/array-union": {
  3658. "version": "2.1.0",
  3659. "resolved": "https://registry.npmmirror.com/array-union/-/array-union-2.1.0.tgz",
  3660. "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
  3661. "dev": true,
  3662. "license": "MIT",
  3663. "engines": {
  3664. "node": ">=8"
  3665. }
  3666. },
  3667. "node_modules/assertion-error": {
  3668. "version": "2.0.1",
  3669. "resolved": "https://registry.npmmirror.com/assertion-error/-/assertion-error-2.0.1.tgz",
  3670. "integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==",
  3671. "dev": true,
  3672. "license": "MIT",
  3673. "engines": {
  3674. "node": ">=12"
  3675. }
  3676. },
  3677. "node_modules/astring": {
  3678. "version": "1.9.0",
  3679. "resolved": "https://registry.npmmirror.com/astring/-/astring-1.9.0.tgz",
  3680. "integrity": "sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==",
  3681. "license": "MIT",
  3682. "bin": {
  3683. "astring": "bin/astring"
  3684. }
  3685. },
  3686. "node_modules/async-validator": {
  3687. "version": "3.5.2",
  3688. "resolved": "https://registry.npmmirror.com/async-validator/-/async-validator-3.5.2.tgz",
  3689. "integrity": "sha512-8eLCg00W9pIRZSB781UUX/H6Oskmm8xloZfr09lz5bikRpBVDlJ3hRVuxxP1SxcwsEYfJ4IU8Q19Y8/893r3rQ==",
  3690. "license": "MIT"
  3691. },
  3692. "node_modules/asynckit": {
  3693. "version": "0.4.0",
  3694. "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz",
  3695. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
  3696. "license": "MIT"
  3697. },
  3698. "node_modules/autoprefixer": {
  3699. "version": "10.4.24",
  3700. "resolved": "https://registry.npmmirror.com/autoprefixer/-/autoprefixer-10.4.24.tgz",
  3701. "integrity": "sha512-uHZg7N9ULTVbutaIsDRoUkoS8/h3bdsmVJYZ5l3wv8Cp/6UIIoRDm90hZ+BwxUj/hGBEzLxdHNSKuFpn8WOyZw==",
  3702. "dev": true,
  3703. "funding": [
  3704. {
  3705. "type": "opencollective",
  3706. "url": "https://opencollective.com/postcss/"
  3707. },
  3708. {
  3709. "type": "tidelift",
  3710. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  3711. },
  3712. {
  3713. "type": "github",
  3714. "url": "https://github.com/sponsors/ai"
  3715. }
  3716. ],
  3717. "license": "MIT",
  3718. "dependencies": {
  3719. "browserslist": "^4.28.1",
  3720. "caniuse-lite": "^1.0.30001766",
  3721. "fraction.js": "^5.3.4",
  3722. "picocolors": "^1.1.1",
  3723. "postcss-value-parser": "^4.2.0"
  3724. },
  3725. "bin": {
  3726. "autoprefixer": "bin/autoprefixer"
  3727. },
  3728. "engines": {
  3729. "node": "^10 || ^12 || >=14"
  3730. },
  3731. "peerDependencies": {
  3732. "postcss": "^8.1.0"
  3733. }
  3734. },
  3735. "node_modules/axios": {
  3736. "version": "1.13.6",
  3737. "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.6.tgz",
  3738. "integrity": "sha512-ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ==",
  3739. "license": "MIT",
  3740. "dependencies": {
  3741. "follow-redirects": "^1.15.11",
  3742. "form-data": "^4.0.5",
  3743. "proxy-from-env": "^1.1.0"
  3744. }
  3745. },
  3746. "node_modules/bail": {
  3747. "version": "2.0.2",
  3748. "resolved": "https://registry.npmmirror.com/bail/-/bail-2.0.2.tgz",
  3749. "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==",
  3750. "license": "MIT",
  3751. "funding": {
  3752. "type": "github",
  3753. "url": "https://github.com/sponsors/wooorm"
  3754. }
  3755. },
  3756. "node_modules/balanced-match": {
  3757. "version": "1.0.2",
  3758. "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
  3759. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  3760. "dev": true,
  3761. "license": "MIT"
  3762. },
  3763. "node_modules/baseline-browser-mapping": {
  3764. "version": "2.9.19",
  3765. "resolved": "https://registry.npmmirror.com/baseline-browser-mapping/-/baseline-browser-mapping-2.9.19.tgz",
  3766. "integrity": "sha512-ipDqC8FrAl/76p2SSWKSI+H9tFwm7vYqXQrItCuiVPt26Km0jS+NzSsBWAaBusvSbQcfJG+JitdMm+wZAgTYqg==",
  3767. "dev": true,
  3768. "license": "Apache-2.0",
  3769. "bin": {
  3770. "baseline-browser-mapping": "dist/cli.js"
  3771. }
  3772. },
  3773. "node_modules/bezier-easing": {
  3774. "version": "2.1.0",
  3775. "resolved": "https://registry.npmmirror.com/bezier-easing/-/bezier-easing-2.1.0.tgz",
  3776. "integrity": "sha512-gbIqZ/eslnUFC1tjEvtz0sgx+xTK20wDnYMIA27VA04R7w6xxXQPZDbibjA9DTWZRA2CXtwHykkVzlCaAJAZig==",
  3777. "license": "MIT"
  3778. },
  3779. "node_modules/bidi-js": {
  3780. "version": "1.0.3",
  3781. "resolved": "https://registry.npmmirror.com/bidi-js/-/bidi-js-1.0.3.tgz",
  3782. "integrity": "sha512-RKshQI1R3YQ+n9YJz2QQ147P66ELpa1FQEg20Dk8oW9t2KgLbpDLLp9aGZ7y8WHSshDknG0bknqGw5/tyCs5tw==",
  3783. "dev": true,
  3784. "license": "MIT",
  3785. "dependencies": {
  3786. "require-from-string": "^2.0.2"
  3787. }
  3788. },
  3789. "node_modules/brace-expansion": {
  3790. "version": "2.0.2",
  3791. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.2.tgz",
  3792. "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
  3793. "dev": true,
  3794. "license": "MIT",
  3795. "dependencies": {
  3796. "balanced-match": "^1.0.0"
  3797. }
  3798. },
  3799. "node_modules/braces": {
  3800. "version": "3.0.3",
  3801. "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
  3802. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  3803. "dev": true,
  3804. "license": "MIT",
  3805. "dependencies": {
  3806. "fill-range": "^7.1.1"
  3807. },
  3808. "engines": {
  3809. "node": ">=8"
  3810. }
  3811. },
  3812. "node_modules/browserslist": {
  3813. "version": "4.28.1",
  3814. "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.28.1.tgz",
  3815. "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
  3816. "dev": true,
  3817. "funding": [
  3818. {
  3819. "type": "opencollective",
  3820. "url": "https://opencollective.com/browserslist"
  3821. },
  3822. {
  3823. "type": "tidelift",
  3824. "url": "https://tidelift.com/funding/github/npm/browserslist"
  3825. },
  3826. {
  3827. "type": "github",
  3828. "url": "https://github.com/sponsors/ai"
  3829. }
  3830. ],
  3831. "license": "MIT",
  3832. "dependencies": {
  3833. "baseline-browser-mapping": "^2.9.0",
  3834. "caniuse-lite": "^1.0.30001759",
  3835. "electron-to-chromium": "^1.5.263",
  3836. "node-releases": "^2.0.27",
  3837. "update-browserslist-db": "^1.2.0"
  3838. },
  3839. "bin": {
  3840. "browserslist": "cli.js"
  3841. },
  3842. "engines": {
  3843. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  3844. }
  3845. },
  3846. "node_modules/call-bind-apply-helpers": {
  3847. "version": "1.0.2",
  3848. "resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  3849. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  3850. "license": "MIT",
  3851. "dependencies": {
  3852. "es-errors": "^1.3.0",
  3853. "function-bind": "^1.1.2"
  3854. },
  3855. "engines": {
  3856. "node": ">= 0.4"
  3857. }
  3858. },
  3859. "node_modules/callsites": {
  3860. "version": "3.1.0",
  3861. "resolved": "https://registry.npmmirror.com/callsites/-/callsites-3.1.0.tgz",
  3862. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  3863. "dev": true,
  3864. "license": "MIT",
  3865. "engines": {
  3866. "node": ">=6"
  3867. }
  3868. },
  3869. "node_modules/caniuse-lite": {
  3870. "version": "1.0.30001769",
  3871. "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001769.tgz",
  3872. "integrity": "sha512-BCfFL1sHijQlBGWBMuJyhZUhzo7wer5sVj9hqekB/7xn0Ypy+pER/edCYQm4exbXj4WiySGp40P8UuTh6w1srg==",
  3873. "dev": true,
  3874. "funding": [
  3875. {
  3876. "type": "opencollective",
  3877. "url": "https://opencollective.com/browserslist"
  3878. },
  3879. {
  3880. "type": "tidelift",
  3881. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  3882. },
  3883. {
  3884. "type": "github",
  3885. "url": "https://github.com/sponsors/ai"
  3886. }
  3887. ],
  3888. "license": "CC-BY-4.0"
  3889. },
  3890. "node_modules/ccount": {
  3891. "version": "2.0.1",
  3892. "resolved": "https://registry.npmmirror.com/ccount/-/ccount-2.0.1.tgz",
  3893. "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
  3894. "license": "MIT",
  3895. "funding": {
  3896. "type": "github",
  3897. "url": "https://github.com/sponsors/wooorm"
  3898. }
  3899. },
  3900. "node_modules/chai": {
  3901. "version": "6.2.2",
  3902. "resolved": "https://registry.npmmirror.com/chai/-/chai-6.2.2.tgz",
  3903. "integrity": "sha512-NUPRluOfOiTKBKvWPtSD4PhFvWCqOi0BGStNWs57X9js7XGTprSmFoz5F0tWhR4WPjNeR9jXqdC7/UpSJTnlRg==",
  3904. "dev": true,
  3905. "license": "MIT",
  3906. "engines": {
  3907. "node": ">=18"
  3908. }
  3909. },
  3910. "node_modules/chalk": {
  3911. "version": "4.1.2",
  3912. "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz",
  3913. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  3914. "dev": true,
  3915. "license": "MIT",
  3916. "dependencies": {
  3917. "ansi-styles": "^4.1.0",
  3918. "supports-color": "^7.1.0"
  3919. },
  3920. "engines": {
  3921. "node": ">=10"
  3922. },
  3923. "funding": {
  3924. "url": "https://github.com/chalk/chalk?sponsor=1"
  3925. }
  3926. },
  3927. "node_modules/character-entities": {
  3928. "version": "2.0.2",
  3929. "resolved": "https://registry.npmmirror.com/character-entities/-/character-entities-2.0.2.tgz",
  3930. "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==",
  3931. "license": "MIT",
  3932. "funding": {
  3933. "type": "github",
  3934. "url": "https://github.com/sponsors/wooorm"
  3935. }
  3936. },
  3937. "node_modules/character-entities-html4": {
  3938. "version": "2.1.0",
  3939. "resolved": "https://registry.npmmirror.com/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
  3940. "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
  3941. "license": "MIT",
  3942. "funding": {
  3943. "type": "github",
  3944. "url": "https://github.com/sponsors/wooorm"
  3945. }
  3946. },
  3947. "node_modules/character-entities-legacy": {
  3948. "version": "3.0.0",
  3949. "resolved": "https://registry.npmmirror.com/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
  3950. "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
  3951. "license": "MIT",
  3952. "funding": {
  3953. "type": "github",
  3954. "url": "https://github.com/sponsors/wooorm"
  3955. }
  3956. },
  3957. "node_modules/character-reference-invalid": {
  3958. "version": "2.0.1",
  3959. "resolved": "https://registry.npmmirror.com/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz",
  3960. "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==",
  3961. "license": "MIT",
  3962. "funding": {
  3963. "type": "github",
  3964. "url": "https://github.com/sponsors/wooorm"
  3965. }
  3966. },
  3967. "node_modules/classnames": {
  3968. "version": "2.5.1",
  3969. "resolved": "https://registry.npmmirror.com/classnames/-/classnames-2.5.1.tgz",
  3970. "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==",
  3971. "license": "MIT"
  3972. },
  3973. "node_modules/clsx": {
  3974. "version": "2.1.1",
  3975. "resolved": "https://registry.npmmirror.com/clsx/-/clsx-2.1.1.tgz",
  3976. "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
  3977. "license": "MIT",
  3978. "engines": {
  3979. "node": ">=6"
  3980. }
  3981. },
  3982. "node_modules/collapse-white-space": {
  3983. "version": "2.1.0",
  3984. "resolved": "https://registry.npmmirror.com/collapse-white-space/-/collapse-white-space-2.1.0.tgz",
  3985. "integrity": "sha512-loKTxY1zCOuG4j9f6EPnuyyYkf58RnhhWTvRoZEokgB+WbdXehfjFviyOVYkqzEWz1Q5kRiZdBYS5SwxbQYwzw==",
  3986. "license": "MIT",
  3987. "funding": {
  3988. "type": "github",
  3989. "url": "https://github.com/sponsors/wooorm"
  3990. }
  3991. },
  3992. "node_modules/color-convert": {
  3993. "version": "2.0.1",
  3994. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
  3995. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  3996. "dev": true,
  3997. "license": "MIT",
  3998. "dependencies": {
  3999. "color-name": "~1.1.4"
  4000. },
  4001. "engines": {
  4002. "node": ">=7.0.0"
  4003. }
  4004. },
  4005. "node_modules/color-name": {
  4006. "version": "1.1.4",
  4007. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
  4008. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  4009. "dev": true,
  4010. "license": "MIT"
  4011. },
  4012. "node_modules/combined-stream": {
  4013. "version": "1.0.8",
  4014. "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz",
  4015. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  4016. "license": "MIT",
  4017. "dependencies": {
  4018. "delayed-stream": "~1.0.0"
  4019. },
  4020. "engines": {
  4021. "node": ">= 0.8"
  4022. }
  4023. },
  4024. "node_modules/comma-separated-tokens": {
  4025. "version": "2.0.3",
  4026. "resolved": "https://registry.npmmirror.com/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
  4027. "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
  4028. "license": "MIT",
  4029. "funding": {
  4030. "type": "github",
  4031. "url": "https://github.com/sponsors/wooorm"
  4032. }
  4033. },
  4034. "node_modules/commander": {
  4035. "version": "7.2.0",
  4036. "resolved": "https://registry.npmmirror.com/commander/-/commander-7.2.0.tgz",
  4037. "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
  4038. "license": "MIT",
  4039. "engines": {
  4040. "node": ">= 10"
  4041. }
  4042. },
  4043. "node_modules/compute-scroll-into-view": {
  4044. "version": "1.0.20",
  4045. "resolved": "https://registry.npmmirror.com/compute-scroll-into-view/-/compute-scroll-into-view-1.0.20.tgz",
  4046. "integrity": "sha512-UCB0ioiyj8CRjtrvaceBLqqhZCVP+1B8+NWQhmdsm0VXOJtobBCf1dBQmebCCo34qZmUwZfIH2MZLqNHazrfjg==",
  4047. "license": "MIT"
  4048. },
  4049. "node_modules/concat-map": {
  4050. "version": "0.0.1",
  4051. "resolved": "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz",
  4052. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  4053. "dev": true,
  4054. "license": "MIT"
  4055. },
  4056. "node_modules/convert-source-map": {
  4057. "version": "2.0.0",
  4058. "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz",
  4059. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  4060. "dev": true,
  4061. "license": "MIT"
  4062. },
  4063. "node_modules/copy-text-to-clipboard": {
  4064. "version": "2.2.0",
  4065. "resolved": "https://registry.npmmirror.com/copy-text-to-clipboard/-/copy-text-to-clipboard-2.2.0.tgz",
  4066. "integrity": "sha512-WRvoIdnTs1rgPMkgA2pUOa/M4Enh2uzCwdKsOMYNAJiz/4ZvEJgmbF4OmninPmlFdAWisfeh0tH+Cpf7ni3RqQ==",
  4067. "license": "MIT",
  4068. "engines": {
  4069. "node": ">=6"
  4070. },
  4071. "funding": {
  4072. "url": "https://github.com/sponsors/sindresorhus"
  4073. }
  4074. },
  4075. "node_modules/core-util-is": {
  4076. "version": "1.0.3",
  4077. "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
  4078. "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
  4079. "license": "MIT"
  4080. },
  4081. "node_modules/crelt": {
  4082. "version": "1.0.6",
  4083. "resolved": "https://registry.npmmirror.com/crelt/-/crelt-1.0.6.tgz",
  4084. "integrity": "sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g==",
  4085. "license": "MIT"
  4086. },
  4087. "node_modules/cross-spawn": {
  4088. "version": "7.0.6",
  4089. "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.6.tgz",
  4090. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  4091. "dev": true,
  4092. "license": "MIT",
  4093. "dependencies": {
  4094. "path-key": "^3.1.0",
  4095. "shebang-command": "^2.0.0",
  4096. "which": "^2.0.1"
  4097. },
  4098. "engines": {
  4099. "node": ">= 8"
  4100. }
  4101. },
  4102. "node_modules/css-tree": {
  4103. "version": "3.1.0",
  4104. "resolved": "https://registry.npmmirror.com/css-tree/-/css-tree-3.1.0.tgz",
  4105. "integrity": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==",
  4106. "dev": true,
  4107. "license": "MIT",
  4108. "dependencies": {
  4109. "mdn-data": "2.12.2",
  4110. "source-map-js": "^1.0.1"
  4111. },
  4112. "engines": {
  4113. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  4114. }
  4115. },
  4116. "node_modules/cssstyle": {
  4117. "version": "6.1.0",
  4118. "resolved": "https://registry.npmmirror.com/cssstyle/-/cssstyle-6.1.0.tgz",
  4119. "integrity": "sha512-Ml4fP2UT2K3CUBQnVlbdV/8aFDdlY69E+YnwJM+3VUWl08S3J8c8aRuJqCkD9Py8DHZ7zNNvsfKl8psocHZEFg==",
  4120. "dev": true,
  4121. "license": "MIT",
  4122. "dependencies": {
  4123. "@asamuzakjp/css-color": "^5.0.0",
  4124. "@csstools/css-syntax-patches-for-csstree": "^1.0.28",
  4125. "css-tree": "^3.1.0",
  4126. "lru-cache": "^11.2.6"
  4127. },
  4128. "engines": {
  4129. "node": ">=20"
  4130. }
  4131. },
  4132. "node_modules/cssstyle/node_modules/lru-cache": {
  4133. "version": "11.2.6",
  4134. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-11.2.6.tgz",
  4135. "integrity": "sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==",
  4136. "dev": true,
  4137. "license": "BlueOak-1.0.0",
  4138. "engines": {
  4139. "node": "20 || >=22"
  4140. }
  4141. },
  4142. "node_modules/csstype": {
  4143. "version": "3.2.3",
  4144. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.2.3.tgz",
  4145. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  4146. "license": "MIT"
  4147. },
  4148. "node_modules/d3": {
  4149. "version": "7.9.0",
  4150. "resolved": "https://registry.npmmirror.com/d3/-/d3-7.9.0.tgz",
  4151. "integrity": "sha512-e1U46jVP+w7Iut8Jt8ri1YsPOvFpg46k+K8TpCb0P+zjCkjkPnV7WzfDJzMHy1LnA+wj5pLT1wjO901gLXeEhA==",
  4152. "license": "ISC",
  4153. "dependencies": {
  4154. "d3-array": "3",
  4155. "d3-axis": "3",
  4156. "d3-brush": "3",
  4157. "d3-chord": "3",
  4158. "d3-color": "3",
  4159. "d3-contour": "4",
  4160. "d3-delaunay": "6",
  4161. "d3-dispatch": "3",
  4162. "d3-drag": "3",
  4163. "d3-dsv": "3",
  4164. "d3-ease": "3",
  4165. "d3-fetch": "3",
  4166. "d3-force": "3",
  4167. "d3-format": "3",
  4168. "d3-geo": "3",
  4169. "d3-hierarchy": "3",
  4170. "d3-interpolate": "3",
  4171. "d3-path": "3",
  4172. "d3-polygon": "3",
  4173. "d3-quadtree": "3",
  4174. "d3-random": "3",
  4175. "d3-scale": "4",
  4176. "d3-scale-chromatic": "3",
  4177. "d3-selection": "3",
  4178. "d3-shape": "3",
  4179. "d3-time": "3",
  4180. "d3-time-format": "4",
  4181. "d3-timer": "3",
  4182. "d3-transition": "3",
  4183. "d3-zoom": "3"
  4184. },
  4185. "engines": {
  4186. "node": ">=12"
  4187. }
  4188. },
  4189. "node_modules/d3-array": {
  4190. "version": "3.2.4",
  4191. "resolved": "https://registry.npmmirror.com/d3-array/-/d3-array-3.2.4.tgz",
  4192. "integrity": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==",
  4193. "license": "ISC",
  4194. "dependencies": {
  4195. "internmap": "1 - 2"
  4196. },
  4197. "engines": {
  4198. "node": ">=12"
  4199. }
  4200. },
  4201. "node_modules/d3-axis": {
  4202. "version": "3.0.0",
  4203. "resolved": "https://registry.npmmirror.com/d3-axis/-/d3-axis-3.0.0.tgz",
  4204. "integrity": "sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw==",
  4205. "license": "ISC",
  4206. "engines": {
  4207. "node": ">=12"
  4208. }
  4209. },
  4210. "node_modules/d3-brush": {
  4211. "version": "3.0.0",
  4212. "resolved": "https://registry.npmmirror.com/d3-brush/-/d3-brush-3.0.0.tgz",
  4213. "integrity": "sha512-ALnjWlVYkXsVIGlOsuWH1+3udkYFI48Ljihfnh8FZPF2QS9o+PzGLBslO0PjzVoHLZ2KCVgAM8NVkXPJB2aNnQ==",
  4214. "license": "ISC",
  4215. "dependencies": {
  4216. "d3-dispatch": "1 - 3",
  4217. "d3-drag": "2 - 3",
  4218. "d3-interpolate": "1 - 3",
  4219. "d3-selection": "3",
  4220. "d3-transition": "3"
  4221. },
  4222. "engines": {
  4223. "node": ">=12"
  4224. }
  4225. },
  4226. "node_modules/d3-chord": {
  4227. "version": "3.0.1",
  4228. "resolved": "https://registry.npmmirror.com/d3-chord/-/d3-chord-3.0.1.tgz",
  4229. "integrity": "sha512-VE5S6TNa+j8msksl7HwjxMHDM2yNK3XCkusIlpX5kwauBfXuyLAtNg9jCp/iHH61tgI4sb6R/EIMWCqEIdjT/g==",
  4230. "license": "ISC",
  4231. "dependencies": {
  4232. "d3-path": "1 - 3"
  4233. },
  4234. "engines": {
  4235. "node": ">=12"
  4236. }
  4237. },
  4238. "node_modules/d3-color": {
  4239. "version": "3.1.0",
  4240. "resolved": "https://registry.npmmirror.com/d3-color/-/d3-color-3.1.0.tgz",
  4241. "integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==",
  4242. "license": "ISC",
  4243. "engines": {
  4244. "node": ">=12"
  4245. }
  4246. },
  4247. "node_modules/d3-contour": {
  4248. "version": "4.0.2",
  4249. "resolved": "https://registry.npmmirror.com/d3-contour/-/d3-contour-4.0.2.tgz",
  4250. "integrity": "sha512-4EzFTRIikzs47RGmdxbeUvLWtGedDUNkTcmzoeyg4sP/dvCexO47AaQL7VKy/gul85TOxw+IBgA8US2xwbToNA==",
  4251. "license": "ISC",
  4252. "dependencies": {
  4253. "d3-array": "^3.2.0"
  4254. },
  4255. "engines": {
  4256. "node": ">=12"
  4257. }
  4258. },
  4259. "node_modules/d3-delaunay": {
  4260. "version": "6.0.4",
  4261. "resolved": "https://registry.npmmirror.com/d3-delaunay/-/d3-delaunay-6.0.4.tgz",
  4262. "integrity": "sha512-mdjtIZ1XLAM8bm/hx3WwjfHt6Sggek7qH043O8KEjDXN40xi3vx/6pYSVTwLjEgiXQTbvaouWKynLBiUZ6SK6A==",
  4263. "license": "ISC",
  4264. "dependencies": {
  4265. "delaunator": "5"
  4266. },
  4267. "engines": {
  4268. "node": ">=12"
  4269. }
  4270. },
  4271. "node_modules/d3-dispatch": {
  4272. "version": "3.0.1",
  4273. "resolved": "https://registry.npmmirror.com/d3-dispatch/-/d3-dispatch-3.0.1.tgz",
  4274. "integrity": "sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==",
  4275. "license": "ISC",
  4276. "engines": {
  4277. "node": ">=12"
  4278. }
  4279. },
  4280. "node_modules/d3-drag": {
  4281. "version": "3.0.0",
  4282. "resolved": "https://registry.npmmirror.com/d3-drag/-/d3-drag-3.0.0.tgz",
  4283. "integrity": "sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==",
  4284. "license": "ISC",
  4285. "dependencies": {
  4286. "d3-dispatch": "1 - 3",
  4287. "d3-selection": "3"
  4288. },
  4289. "engines": {
  4290. "node": ">=12"
  4291. }
  4292. },
  4293. "node_modules/d3-dsv": {
  4294. "version": "3.0.1",
  4295. "resolved": "https://registry.npmmirror.com/d3-dsv/-/d3-dsv-3.0.1.tgz",
  4296. "integrity": "sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==",
  4297. "license": "ISC",
  4298. "dependencies": {
  4299. "commander": "7",
  4300. "iconv-lite": "0.6",
  4301. "rw": "1"
  4302. },
  4303. "bin": {
  4304. "csv2json": "bin/dsv2json.js",
  4305. "csv2tsv": "bin/dsv2dsv.js",
  4306. "dsv2dsv": "bin/dsv2dsv.js",
  4307. "dsv2json": "bin/dsv2json.js",
  4308. "json2csv": "bin/json2dsv.js",
  4309. "json2dsv": "bin/json2dsv.js",
  4310. "json2tsv": "bin/json2dsv.js",
  4311. "tsv2csv": "bin/dsv2dsv.js",
  4312. "tsv2json": "bin/dsv2json.js"
  4313. },
  4314. "engines": {
  4315. "node": ">=12"
  4316. }
  4317. },
  4318. "node_modules/d3-ease": {
  4319. "version": "3.0.1",
  4320. "resolved": "https://registry.npmmirror.com/d3-ease/-/d3-ease-3.0.1.tgz",
  4321. "integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==",
  4322. "license": "BSD-3-Clause",
  4323. "engines": {
  4324. "node": ">=12"
  4325. }
  4326. },
  4327. "node_modules/d3-fetch": {
  4328. "version": "3.0.1",
  4329. "resolved": "https://registry.npmmirror.com/d3-fetch/-/d3-fetch-3.0.1.tgz",
  4330. "integrity": "sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==",
  4331. "license": "ISC",
  4332. "dependencies": {
  4333. "d3-dsv": "1 - 3"
  4334. },
  4335. "engines": {
  4336. "node": ">=12"
  4337. }
  4338. },
  4339. "node_modules/d3-force": {
  4340. "version": "3.0.0",
  4341. "resolved": "https://registry.npmmirror.com/d3-force/-/d3-force-3.0.0.tgz",
  4342. "integrity": "sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==",
  4343. "license": "ISC",
  4344. "dependencies": {
  4345. "d3-dispatch": "1 - 3",
  4346. "d3-quadtree": "1 - 3",
  4347. "d3-timer": "1 - 3"
  4348. },
  4349. "engines": {
  4350. "node": ">=12"
  4351. }
  4352. },
  4353. "node_modules/d3-format": {
  4354. "version": "3.1.2",
  4355. "resolved": "https://registry.npmmirror.com/d3-format/-/d3-format-3.1.2.tgz",
  4356. "integrity": "sha512-AJDdYOdnyRDV5b6ArilzCPPwc1ejkHcoyFarqlPqT7zRYjhavcT3uSrqcMvsgh2CgoPbK3RCwyHaVyxYcP2Arg==",
  4357. "license": "ISC",
  4358. "engines": {
  4359. "node": ">=12"
  4360. }
  4361. },
  4362. "node_modules/d3-geo": {
  4363. "version": "3.1.1",
  4364. "resolved": "https://registry.npmmirror.com/d3-geo/-/d3-geo-3.1.1.tgz",
  4365. "integrity": "sha512-637ln3gXKXOwhalDzinUgY83KzNWZRKbYubaG+fGVuc/dxO64RRljtCTnf5ecMyE1RIdtqpkVcq0IbtU2S8j2Q==",
  4366. "license": "ISC",
  4367. "dependencies": {
  4368. "d3-array": "2.5.0 - 3"
  4369. },
  4370. "engines": {
  4371. "node": ">=12"
  4372. }
  4373. },
  4374. "node_modules/d3-hierarchy": {
  4375. "version": "3.1.2",
  4376. "resolved": "https://registry.npmmirror.com/d3-hierarchy/-/d3-hierarchy-3.1.2.tgz",
  4377. "integrity": "sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==",
  4378. "license": "ISC",
  4379. "engines": {
  4380. "node": ">=12"
  4381. }
  4382. },
  4383. "node_modules/d3-interpolate": {
  4384. "version": "3.0.1",
  4385. "resolved": "https://registry.npmmirror.com/d3-interpolate/-/d3-interpolate-3.0.1.tgz",
  4386. "integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==",
  4387. "license": "ISC",
  4388. "dependencies": {
  4389. "d3-color": "1 - 3"
  4390. },
  4391. "engines": {
  4392. "node": ">=12"
  4393. }
  4394. },
  4395. "node_modules/d3-path": {
  4396. "version": "3.1.0",
  4397. "resolved": "https://registry.npmmirror.com/d3-path/-/d3-path-3.1.0.tgz",
  4398. "integrity": "sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==",
  4399. "license": "ISC",
  4400. "engines": {
  4401. "node": ">=12"
  4402. }
  4403. },
  4404. "node_modules/d3-polygon": {
  4405. "version": "3.0.1",
  4406. "resolved": "https://registry.npmmirror.com/d3-polygon/-/d3-polygon-3.0.1.tgz",
  4407. "integrity": "sha512-3vbA7vXYwfe1SYhED++fPUQlWSYTTGmFmQiany/gdbiWgU/iEyQzyymwL9SkJjFFuCS4902BSzewVGsHHmHtXg==",
  4408. "license": "ISC",
  4409. "engines": {
  4410. "node": ">=12"
  4411. }
  4412. },
  4413. "node_modules/d3-quadtree": {
  4414. "version": "3.0.1",
  4415. "resolved": "https://registry.npmmirror.com/d3-quadtree/-/d3-quadtree-3.0.1.tgz",
  4416. "integrity": "sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==",
  4417. "license": "ISC",
  4418. "engines": {
  4419. "node": ">=12"
  4420. }
  4421. },
  4422. "node_modules/d3-random": {
  4423. "version": "3.0.1",
  4424. "resolved": "https://registry.npmmirror.com/d3-random/-/d3-random-3.0.1.tgz",
  4425. "integrity": "sha512-FXMe9GfxTxqd5D6jFsQ+DJ8BJS4E/fT5mqqdjovykEB2oFbTMDVdg1MGFxfQW+FBOGoB++k8swBrgwSHT1cUXQ==",
  4426. "license": "ISC",
  4427. "engines": {
  4428. "node": ">=12"
  4429. }
  4430. },
  4431. "node_modules/d3-scale": {
  4432. "version": "4.0.2",
  4433. "resolved": "https://registry.npmmirror.com/d3-scale/-/d3-scale-4.0.2.tgz",
  4434. "integrity": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==",
  4435. "license": "ISC",
  4436. "dependencies": {
  4437. "d3-array": "2.10.0 - 3",
  4438. "d3-format": "1 - 3",
  4439. "d3-interpolate": "1.2.0 - 3",
  4440. "d3-time": "2.1.1 - 3",
  4441. "d3-time-format": "2 - 4"
  4442. },
  4443. "engines": {
  4444. "node": ">=12"
  4445. }
  4446. },
  4447. "node_modules/d3-scale-chromatic": {
  4448. "version": "3.1.0",
  4449. "resolved": "https://registry.npmmirror.com/d3-scale-chromatic/-/d3-scale-chromatic-3.1.0.tgz",
  4450. "integrity": "sha512-A3s5PWiZ9YCXFye1o246KoscMWqf8BsD9eRiJ3He7C9OBaxKhAd5TFCdEx/7VbKtxxTsu//1mMJFrEt572cEyQ==",
  4451. "license": "ISC",
  4452. "dependencies": {
  4453. "d3-color": "1 - 3",
  4454. "d3-interpolate": "1 - 3"
  4455. },
  4456. "engines": {
  4457. "node": ">=12"
  4458. }
  4459. },
  4460. "node_modules/d3-selection": {
  4461. "version": "3.0.0",
  4462. "resolved": "https://registry.npmmirror.com/d3-selection/-/d3-selection-3.0.0.tgz",
  4463. "integrity": "sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==",
  4464. "license": "ISC",
  4465. "engines": {
  4466. "node": ">=12"
  4467. }
  4468. },
  4469. "node_modules/d3-shape": {
  4470. "version": "3.2.0",
  4471. "resolved": "https://registry.npmmirror.com/d3-shape/-/d3-shape-3.2.0.tgz",
  4472. "integrity": "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==",
  4473. "license": "ISC",
  4474. "dependencies": {
  4475. "d3-path": "^3.1.0"
  4476. },
  4477. "engines": {
  4478. "node": ">=12"
  4479. }
  4480. },
  4481. "node_modules/d3-time": {
  4482. "version": "3.1.0",
  4483. "resolved": "https://registry.npmmirror.com/d3-time/-/d3-time-3.1.0.tgz",
  4484. "integrity": "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==",
  4485. "license": "ISC",
  4486. "dependencies": {
  4487. "d3-array": "2 - 3"
  4488. },
  4489. "engines": {
  4490. "node": ">=12"
  4491. }
  4492. },
  4493. "node_modules/d3-time-format": {
  4494. "version": "4.1.0",
  4495. "resolved": "https://registry.npmmirror.com/d3-time-format/-/d3-time-format-4.1.0.tgz",
  4496. "integrity": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==",
  4497. "license": "ISC",
  4498. "dependencies": {
  4499. "d3-time": "1 - 3"
  4500. },
  4501. "engines": {
  4502. "node": ">=12"
  4503. }
  4504. },
  4505. "node_modules/d3-timer": {
  4506. "version": "3.0.1",
  4507. "resolved": "https://registry.npmmirror.com/d3-timer/-/d3-timer-3.0.1.tgz",
  4508. "integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==",
  4509. "license": "ISC",
  4510. "engines": {
  4511. "node": ">=12"
  4512. }
  4513. },
  4514. "node_modules/d3-transition": {
  4515. "version": "3.0.1",
  4516. "resolved": "https://registry.npmmirror.com/d3-transition/-/d3-transition-3.0.1.tgz",
  4517. "integrity": "sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==",
  4518. "license": "ISC",
  4519. "dependencies": {
  4520. "d3-color": "1 - 3",
  4521. "d3-dispatch": "1 - 3",
  4522. "d3-ease": "1 - 3",
  4523. "d3-interpolate": "1 - 3",
  4524. "d3-timer": "1 - 3"
  4525. },
  4526. "engines": {
  4527. "node": ">=12"
  4528. },
  4529. "peerDependencies": {
  4530. "d3-selection": "2 - 3"
  4531. }
  4532. },
  4533. "node_modules/d3-zoom": {
  4534. "version": "3.0.0",
  4535. "resolved": "https://registry.npmmirror.com/d3-zoom/-/d3-zoom-3.0.0.tgz",
  4536. "integrity": "sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==",
  4537. "license": "ISC",
  4538. "dependencies": {
  4539. "d3-dispatch": "1 - 3",
  4540. "d3-drag": "2 - 3",
  4541. "d3-interpolate": "1 - 3",
  4542. "d3-selection": "2 - 3",
  4543. "d3-transition": "2 - 3"
  4544. },
  4545. "engines": {
  4546. "node": ">=12"
  4547. }
  4548. },
  4549. "node_modules/data-urls": {
  4550. "version": "7.0.0",
  4551. "resolved": "https://registry.npmmirror.com/data-urls/-/data-urls-7.0.0.tgz",
  4552. "integrity": "sha512-23XHcCF+coGYevirZceTVD7NdJOqVn+49IHyxgszm+JIiHLoB2TkmPtsYkNWT1pvRSGkc35L6NHs0yHkN2SumA==",
  4553. "dev": true,
  4554. "license": "MIT",
  4555. "dependencies": {
  4556. "whatwg-mimetype": "^5.0.0",
  4557. "whatwg-url": "^16.0.0"
  4558. },
  4559. "engines": {
  4560. "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  4561. }
  4562. },
  4563. "node_modules/date-fns": {
  4564. "version": "2.30.0",
  4565. "resolved": "https://registry.npmmirror.com/date-fns/-/date-fns-2.30.0.tgz",
  4566. "integrity": "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==",
  4567. "license": "MIT",
  4568. "dependencies": {
  4569. "@babel/runtime": "^7.21.0"
  4570. },
  4571. "engines": {
  4572. "node": ">=0.11"
  4573. },
  4574. "funding": {
  4575. "type": "opencollective",
  4576. "url": "https://opencollective.com/date-fns"
  4577. }
  4578. },
  4579. "node_modules/date-fns-tz": {
  4580. "version": "1.3.8",
  4581. "resolved": "https://registry.npmmirror.com/date-fns-tz/-/date-fns-tz-1.3.8.tgz",
  4582. "integrity": "sha512-qwNXUFtMHTTU6CFSFjoJ80W8Fzzp24LntbjFFBgL/faqds4e5mo9mftoRLgr3Vi1trISsg4awSpYVsOQCRnapQ==",
  4583. "license": "MIT",
  4584. "peerDependencies": {
  4585. "date-fns": ">=2.0.0"
  4586. }
  4587. },
  4588. "node_modules/debug": {
  4589. "version": "4.4.3",
  4590. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.3.tgz",
  4591. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  4592. "license": "MIT",
  4593. "dependencies": {
  4594. "ms": "^2.1.3"
  4595. },
  4596. "engines": {
  4597. "node": ">=6.0"
  4598. },
  4599. "peerDependenciesMeta": {
  4600. "supports-color": {
  4601. "optional": true
  4602. }
  4603. }
  4604. },
  4605. "node_modules/decimal.js": {
  4606. "version": "10.6.0",
  4607. "resolved": "https://registry.npmmirror.com/decimal.js/-/decimal.js-10.6.0.tgz",
  4608. "integrity": "sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==",
  4609. "dev": true,
  4610. "license": "MIT"
  4611. },
  4612. "node_modules/decode-named-character-reference": {
  4613. "version": "1.3.0",
  4614. "resolved": "https://registry.npmmirror.com/decode-named-character-reference/-/decode-named-character-reference-1.3.0.tgz",
  4615. "integrity": "sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==",
  4616. "license": "MIT",
  4617. "dependencies": {
  4618. "character-entities": "^2.0.0"
  4619. },
  4620. "funding": {
  4621. "type": "github",
  4622. "url": "https://github.com/sponsors/wooorm"
  4623. }
  4624. },
  4625. "node_modules/deep-is": {
  4626. "version": "0.1.4",
  4627. "resolved": "https://registry.npmmirror.com/deep-is/-/deep-is-0.1.4.tgz",
  4628. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  4629. "dev": true,
  4630. "license": "MIT"
  4631. },
  4632. "node_modules/delaunator": {
  4633. "version": "5.0.1",
  4634. "resolved": "https://registry.npmmirror.com/delaunator/-/delaunator-5.0.1.tgz",
  4635. "integrity": "sha512-8nvh+XBe96aCESrGOqMp/84b13H9cdKbG5P2ejQCh4d4sK9RL4371qou9drQjMhvnPmhWl5hnmqbEE0fXr9Xnw==",
  4636. "license": "ISC",
  4637. "dependencies": {
  4638. "robust-predicates": "^3.0.2"
  4639. }
  4640. },
  4641. "node_modules/delayed-stream": {
  4642. "version": "1.0.0",
  4643. "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz",
  4644. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  4645. "license": "MIT",
  4646. "engines": {
  4647. "node": ">=0.4.0"
  4648. }
  4649. },
  4650. "node_modules/dequal": {
  4651. "version": "2.0.3",
  4652. "resolved": "https://registry.npmmirror.com/dequal/-/dequal-2.0.3.tgz",
  4653. "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
  4654. "license": "MIT",
  4655. "engines": {
  4656. "node": ">=6"
  4657. }
  4658. },
  4659. "node_modules/detect-libc": {
  4660. "version": "2.1.2",
  4661. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.1.2.tgz",
  4662. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  4663. "dev": true,
  4664. "license": "Apache-2.0",
  4665. "engines": {
  4666. "node": ">=8"
  4667. }
  4668. },
  4669. "node_modules/devlop": {
  4670. "version": "1.1.0",
  4671. "resolved": "https://registry.npmmirror.com/devlop/-/devlop-1.1.0.tgz",
  4672. "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
  4673. "license": "MIT",
  4674. "dependencies": {
  4675. "dequal": "^2.0.0"
  4676. },
  4677. "funding": {
  4678. "type": "github",
  4679. "url": "https://github.com/sponsors/wooorm"
  4680. }
  4681. },
  4682. "node_modules/dir-glob": {
  4683. "version": "3.0.1",
  4684. "resolved": "https://registry.npmmirror.com/dir-glob/-/dir-glob-3.0.1.tgz",
  4685. "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
  4686. "dev": true,
  4687. "license": "MIT",
  4688. "dependencies": {
  4689. "path-type": "^4.0.0"
  4690. },
  4691. "engines": {
  4692. "node": ">=8"
  4693. }
  4694. },
  4695. "node_modules/doctrine": {
  4696. "version": "3.0.0",
  4697. "resolved": "https://registry.npmmirror.com/doctrine/-/doctrine-3.0.0.tgz",
  4698. "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
  4699. "dev": true,
  4700. "license": "Apache-2.0",
  4701. "dependencies": {
  4702. "esutils": "^2.0.2"
  4703. },
  4704. "engines": {
  4705. "node": ">=6.0.0"
  4706. }
  4707. },
  4708. "node_modules/dom-accessibility-api": {
  4709. "version": "0.5.16",
  4710. "resolved": "https://registry.npmmirror.com/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz",
  4711. "integrity": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==",
  4712. "dev": true,
  4713. "license": "MIT"
  4714. },
  4715. "node_modules/dunder-proto": {
  4716. "version": "1.0.1",
  4717. "resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz",
  4718. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  4719. "license": "MIT",
  4720. "dependencies": {
  4721. "call-bind-apply-helpers": "^1.0.1",
  4722. "es-errors": "^1.3.0",
  4723. "gopd": "^1.2.0"
  4724. },
  4725. "engines": {
  4726. "node": ">= 0.4"
  4727. }
  4728. },
  4729. "node_modules/electron-to-chromium": {
  4730. "version": "1.5.286",
  4731. "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.286.tgz",
  4732. "integrity": "sha512-9tfDXhJ4RKFNerfjdCcZfufu49vg620741MNs26a9+bhLThdB+plgMeou98CAaHu/WATj2iHOOHTp1hWtABj2A==",
  4733. "dev": true,
  4734. "license": "ISC"
  4735. },
  4736. "node_modules/enhanced-resolve": {
  4737. "version": "5.19.0",
  4738. "resolved": "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.19.0.tgz",
  4739. "integrity": "sha512-phv3E1Xl4tQOShqSte26C7Fl84EwUdZsyOuSSk9qtAGyyQs2s3jJzComh+Abf4g187lUUAvH+H26omrqia2aGg==",
  4740. "dev": true,
  4741. "license": "MIT",
  4742. "dependencies": {
  4743. "graceful-fs": "^4.2.4",
  4744. "tapable": "^2.3.0"
  4745. },
  4746. "engines": {
  4747. "node": ">=10.13.0"
  4748. }
  4749. },
  4750. "node_modules/entities": {
  4751. "version": "4.5.0",
  4752. "resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz",
  4753. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  4754. "license": "BSD-2-Clause",
  4755. "engines": {
  4756. "node": ">=0.12"
  4757. },
  4758. "funding": {
  4759. "url": "https://github.com/fb55/entities?sponsor=1"
  4760. }
  4761. },
  4762. "node_modules/es-define-property": {
  4763. "version": "1.0.1",
  4764. "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz",
  4765. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  4766. "license": "MIT",
  4767. "engines": {
  4768. "node": ">= 0.4"
  4769. }
  4770. },
  4771. "node_modules/es-errors": {
  4772. "version": "1.3.0",
  4773. "resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
  4774. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  4775. "license": "MIT",
  4776. "engines": {
  4777. "node": ">= 0.4"
  4778. }
  4779. },
  4780. "node_modules/es-module-lexer": {
  4781. "version": "1.7.0",
  4782. "resolved": "https://registry.npmmirror.com/es-module-lexer/-/es-module-lexer-1.7.0.tgz",
  4783. "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==",
  4784. "dev": true,
  4785. "license": "MIT"
  4786. },
  4787. "node_modules/es-object-atoms": {
  4788. "version": "1.1.1",
  4789. "resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  4790. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  4791. "license": "MIT",
  4792. "dependencies": {
  4793. "es-errors": "^1.3.0"
  4794. },
  4795. "engines": {
  4796. "node": ">= 0.4"
  4797. }
  4798. },
  4799. "node_modules/es-set-tostringtag": {
  4800. "version": "2.1.0",
  4801. "resolved": "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  4802. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  4803. "license": "MIT",
  4804. "dependencies": {
  4805. "es-errors": "^1.3.0",
  4806. "get-intrinsic": "^1.2.6",
  4807. "has-tostringtag": "^1.0.2",
  4808. "hasown": "^2.0.2"
  4809. },
  4810. "engines": {
  4811. "node": ">= 0.4"
  4812. }
  4813. },
  4814. "node_modules/esast-util-from-estree": {
  4815. "version": "2.0.0",
  4816. "resolved": "https://registry.npmmirror.com/esast-util-from-estree/-/esast-util-from-estree-2.0.0.tgz",
  4817. "integrity": "sha512-4CyanoAudUSBAn5K13H4JhsMH6L9ZP7XbLVe/dKybkxMO7eDyLsT8UHl9TRNrU2Gr9nz+FovfSIjuXWJ81uVwQ==",
  4818. "license": "MIT",
  4819. "dependencies": {
  4820. "@types/estree-jsx": "^1.0.0",
  4821. "devlop": "^1.0.0",
  4822. "estree-util-visit": "^2.0.0",
  4823. "unist-util-position-from-estree": "^2.0.0"
  4824. },
  4825. "funding": {
  4826. "type": "opencollective",
  4827. "url": "https://opencollective.com/unified"
  4828. }
  4829. },
  4830. "node_modules/esast-util-from-js": {
  4831. "version": "2.0.1",
  4832. "resolved": "https://registry.npmmirror.com/esast-util-from-js/-/esast-util-from-js-2.0.1.tgz",
  4833. "integrity": "sha512-8Ja+rNJ0Lt56Pcf3TAmpBZjmx8ZcK5Ts4cAzIOjsjevg9oSXJnl6SUQ2EevU8tv3h6ZLWmoKL5H4fgWvdvfETw==",
  4834. "license": "MIT",
  4835. "dependencies": {
  4836. "@types/estree-jsx": "^1.0.0",
  4837. "acorn": "^8.0.0",
  4838. "esast-util-from-estree": "^2.0.0",
  4839. "vfile-message": "^4.0.0"
  4840. },
  4841. "funding": {
  4842. "type": "opencollective",
  4843. "url": "https://opencollective.com/unified"
  4844. }
  4845. },
  4846. "node_modules/esbuild": {
  4847. "version": "0.21.5",
  4848. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.21.5.tgz",
  4849. "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==",
  4850. "dev": true,
  4851. "hasInstallScript": true,
  4852. "license": "MIT",
  4853. "bin": {
  4854. "esbuild": "bin/esbuild"
  4855. },
  4856. "engines": {
  4857. "node": ">=12"
  4858. },
  4859. "optionalDependencies": {
  4860. "@esbuild/aix-ppc64": "0.21.5",
  4861. "@esbuild/android-arm": "0.21.5",
  4862. "@esbuild/android-arm64": "0.21.5",
  4863. "@esbuild/android-x64": "0.21.5",
  4864. "@esbuild/darwin-arm64": "0.21.5",
  4865. "@esbuild/darwin-x64": "0.21.5",
  4866. "@esbuild/freebsd-arm64": "0.21.5",
  4867. "@esbuild/freebsd-x64": "0.21.5",
  4868. "@esbuild/linux-arm": "0.21.5",
  4869. "@esbuild/linux-arm64": "0.21.5",
  4870. "@esbuild/linux-ia32": "0.21.5",
  4871. "@esbuild/linux-loong64": "0.21.5",
  4872. "@esbuild/linux-mips64el": "0.21.5",
  4873. "@esbuild/linux-ppc64": "0.21.5",
  4874. "@esbuild/linux-riscv64": "0.21.5",
  4875. "@esbuild/linux-s390x": "0.21.5",
  4876. "@esbuild/linux-x64": "0.21.5",
  4877. "@esbuild/netbsd-x64": "0.21.5",
  4878. "@esbuild/openbsd-x64": "0.21.5",
  4879. "@esbuild/sunos-x64": "0.21.5",
  4880. "@esbuild/win32-arm64": "0.21.5",
  4881. "@esbuild/win32-ia32": "0.21.5",
  4882. "@esbuild/win32-x64": "0.21.5"
  4883. }
  4884. },
  4885. "node_modules/escalade": {
  4886. "version": "3.2.0",
  4887. "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
  4888. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  4889. "dev": true,
  4890. "license": "MIT",
  4891. "engines": {
  4892. "node": ">=6"
  4893. }
  4894. },
  4895. "node_modules/escape-string-regexp": {
  4896. "version": "4.0.0",
  4897. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  4898. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  4899. "license": "MIT",
  4900. "engines": {
  4901. "node": ">=10"
  4902. },
  4903. "funding": {
  4904. "url": "https://github.com/sponsors/sindresorhus"
  4905. }
  4906. },
  4907. "node_modules/eslint": {
  4908. "version": "8.57.1",
  4909. "resolved": "https://registry.npmmirror.com/eslint/-/eslint-8.57.1.tgz",
  4910. "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==",
  4911. "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.",
  4912. "dev": true,
  4913. "license": "MIT",
  4914. "dependencies": {
  4915. "@eslint-community/eslint-utils": "^4.2.0",
  4916. "@eslint-community/regexpp": "^4.6.1",
  4917. "@eslint/eslintrc": "^2.1.4",
  4918. "@eslint/js": "8.57.1",
  4919. "@humanwhocodes/config-array": "^0.13.0",
  4920. "@humanwhocodes/module-importer": "^1.0.1",
  4921. "@nodelib/fs.walk": "^1.2.8",
  4922. "@ungap/structured-clone": "^1.2.0",
  4923. "ajv": "^6.12.4",
  4924. "chalk": "^4.0.0",
  4925. "cross-spawn": "^7.0.2",
  4926. "debug": "^4.3.2",
  4927. "doctrine": "^3.0.0",
  4928. "escape-string-regexp": "^4.0.0",
  4929. "eslint-scope": "^7.2.2",
  4930. "eslint-visitor-keys": "^3.4.3",
  4931. "espree": "^9.6.1",
  4932. "esquery": "^1.4.2",
  4933. "esutils": "^2.0.2",
  4934. "fast-deep-equal": "^3.1.3",
  4935. "file-entry-cache": "^6.0.1",
  4936. "find-up": "^5.0.0",
  4937. "glob-parent": "^6.0.2",
  4938. "globals": "^13.19.0",
  4939. "graphemer": "^1.4.0",
  4940. "ignore": "^5.2.0",
  4941. "imurmurhash": "^0.1.4",
  4942. "is-glob": "^4.0.0",
  4943. "is-path-inside": "^3.0.3",
  4944. "js-yaml": "^4.1.0",
  4945. "json-stable-stringify-without-jsonify": "^1.0.1",
  4946. "levn": "^0.4.1",
  4947. "lodash.merge": "^4.6.2",
  4948. "minimatch": "^3.1.2",
  4949. "natural-compare": "^1.4.0",
  4950. "optionator": "^0.9.3",
  4951. "strip-ansi": "^6.0.1",
  4952. "text-table": "^0.2.0"
  4953. },
  4954. "bin": {
  4955. "eslint": "bin/eslint.js"
  4956. },
  4957. "engines": {
  4958. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4959. },
  4960. "funding": {
  4961. "url": "https://opencollective.com/eslint"
  4962. }
  4963. },
  4964. "node_modules/eslint-plugin-react-hooks": {
  4965. "version": "4.6.2",
  4966. "resolved": "https://registry.npmmirror.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz",
  4967. "integrity": "sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==",
  4968. "dev": true,
  4969. "license": "MIT",
  4970. "engines": {
  4971. "node": ">=10"
  4972. },
  4973. "peerDependencies": {
  4974. "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
  4975. }
  4976. },
  4977. "node_modules/eslint-plugin-react-refresh": {
  4978. "version": "0.4.26",
  4979. "resolved": "https://registry.npmmirror.com/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.26.tgz",
  4980. "integrity": "sha512-1RETEylht2O6FM/MvgnyvT+8K21wLqDNg4qD51Zj3guhjt433XbnnkVttHMyaVyAFD03QSV4LPS5iE3VQmO7XQ==",
  4981. "dev": true,
  4982. "license": "MIT",
  4983. "peerDependencies": {
  4984. "eslint": ">=8.40"
  4985. }
  4986. },
  4987. "node_modules/eslint-scope": {
  4988. "version": "7.2.2",
  4989. "resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-7.2.2.tgz",
  4990. "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
  4991. "dev": true,
  4992. "license": "BSD-2-Clause",
  4993. "dependencies": {
  4994. "esrecurse": "^4.3.0",
  4995. "estraverse": "^5.2.0"
  4996. },
  4997. "engines": {
  4998. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4999. },
  5000. "funding": {
  5001. "url": "https://opencollective.com/eslint"
  5002. }
  5003. },
  5004. "node_modules/eslint-visitor-keys": {
  5005. "version": "3.4.3",
  5006. "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  5007. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  5008. "dev": true,
  5009. "license": "Apache-2.0",
  5010. "engines": {
  5011. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5012. },
  5013. "funding": {
  5014. "url": "https://opencollective.com/eslint"
  5015. }
  5016. },
  5017. "node_modules/eslint/node_modules/brace-expansion": {
  5018. "version": "1.1.12",
  5019. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.12.tgz",
  5020. "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
  5021. "dev": true,
  5022. "license": "MIT",
  5023. "dependencies": {
  5024. "balanced-match": "^1.0.0",
  5025. "concat-map": "0.0.1"
  5026. }
  5027. },
  5028. "node_modules/eslint/node_modules/minimatch": {
  5029. "version": "3.1.5",
  5030. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
  5031. "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
  5032. "dev": true,
  5033. "license": "ISC",
  5034. "dependencies": {
  5035. "brace-expansion": "^1.1.7"
  5036. },
  5037. "engines": {
  5038. "node": "*"
  5039. }
  5040. },
  5041. "node_modules/espree": {
  5042. "version": "9.6.1",
  5043. "resolved": "https://registry.npmmirror.com/espree/-/espree-9.6.1.tgz",
  5044. "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
  5045. "dev": true,
  5046. "license": "BSD-2-Clause",
  5047. "dependencies": {
  5048. "acorn": "^8.9.0",
  5049. "acorn-jsx": "^5.3.2",
  5050. "eslint-visitor-keys": "^3.4.1"
  5051. },
  5052. "engines": {
  5053. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5054. },
  5055. "funding": {
  5056. "url": "https://opencollective.com/eslint"
  5057. }
  5058. },
  5059. "node_modules/esquery": {
  5060. "version": "1.7.0",
  5061. "resolved": "https://registry.npmmirror.com/esquery/-/esquery-1.7.0.tgz",
  5062. "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==",
  5063. "dev": true,
  5064. "license": "BSD-3-Clause",
  5065. "dependencies": {
  5066. "estraverse": "^5.1.0"
  5067. },
  5068. "engines": {
  5069. "node": ">=0.10"
  5070. }
  5071. },
  5072. "node_modules/esrecurse": {
  5073. "version": "4.3.0",
  5074. "resolved": "https://registry.npmmirror.com/esrecurse/-/esrecurse-4.3.0.tgz",
  5075. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  5076. "dev": true,
  5077. "license": "BSD-2-Clause",
  5078. "dependencies": {
  5079. "estraverse": "^5.2.0"
  5080. },
  5081. "engines": {
  5082. "node": ">=4.0"
  5083. }
  5084. },
  5085. "node_modules/estraverse": {
  5086. "version": "5.3.0",
  5087. "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz",
  5088. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  5089. "dev": true,
  5090. "license": "BSD-2-Clause",
  5091. "engines": {
  5092. "node": ">=4.0"
  5093. }
  5094. },
  5095. "node_modules/estree-util-attach-comments": {
  5096. "version": "3.0.0",
  5097. "resolved": "https://registry.npmmirror.com/estree-util-attach-comments/-/estree-util-attach-comments-3.0.0.tgz",
  5098. "integrity": "sha512-cKUwm/HUcTDsYh/9FgnuFqpfquUbwIqwKM26BVCGDPVgvaCl/nDCCjUfiLlx6lsEZ3Z4RFxNbOQ60pkaEwFxGw==",
  5099. "license": "MIT",
  5100. "dependencies": {
  5101. "@types/estree": "^1.0.0"
  5102. },
  5103. "funding": {
  5104. "type": "opencollective",
  5105. "url": "https://opencollective.com/unified"
  5106. }
  5107. },
  5108. "node_modules/estree-util-build-jsx": {
  5109. "version": "3.0.1",
  5110. "resolved": "https://registry.npmmirror.com/estree-util-build-jsx/-/estree-util-build-jsx-3.0.1.tgz",
  5111. "integrity": "sha512-8U5eiL6BTrPxp/CHbs2yMgP8ftMhR5ww1eIKoWRMlqvltHF8fZn5LRDvTKuxD3DUn+shRbLGqXemcP51oFCsGQ==",
  5112. "license": "MIT",
  5113. "dependencies": {
  5114. "@types/estree-jsx": "^1.0.0",
  5115. "devlop": "^1.0.0",
  5116. "estree-util-is-identifier-name": "^3.0.0",
  5117. "estree-walker": "^3.0.0"
  5118. },
  5119. "funding": {
  5120. "type": "opencollective",
  5121. "url": "https://opencollective.com/unified"
  5122. }
  5123. },
  5124. "node_modules/estree-util-is-identifier-name": {
  5125. "version": "3.0.0",
  5126. "resolved": "https://registry.npmmirror.com/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz",
  5127. "integrity": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==",
  5128. "license": "MIT",
  5129. "funding": {
  5130. "type": "opencollective",
  5131. "url": "https://opencollective.com/unified"
  5132. }
  5133. },
  5134. "node_modules/estree-util-scope": {
  5135. "version": "1.0.0",
  5136. "resolved": "https://registry.npmmirror.com/estree-util-scope/-/estree-util-scope-1.0.0.tgz",
  5137. "integrity": "sha512-2CAASclonf+JFWBNJPndcOpA8EMJwa0Q8LUFJEKqXLW6+qBvbFZuF5gItbQOs/umBUkjviCSDCbBwU2cXbmrhQ==",
  5138. "license": "MIT",
  5139. "dependencies": {
  5140. "@types/estree": "^1.0.0",
  5141. "devlop": "^1.0.0"
  5142. },
  5143. "funding": {
  5144. "type": "opencollective",
  5145. "url": "https://opencollective.com/unified"
  5146. }
  5147. },
  5148. "node_modules/estree-util-to-js": {
  5149. "version": "2.0.0",
  5150. "resolved": "https://registry.npmmirror.com/estree-util-to-js/-/estree-util-to-js-2.0.0.tgz",
  5151. "integrity": "sha512-WDF+xj5rRWmD5tj6bIqRi6CkLIXbbNQUcxQHzGysQzvHmdYG2G7p/Tf0J0gpxGgkeMZNTIjT/AoSvC9Xehcgdg==",
  5152. "license": "MIT",
  5153. "dependencies": {
  5154. "@types/estree-jsx": "^1.0.0",
  5155. "astring": "^1.8.0",
  5156. "source-map": "^0.7.0"
  5157. },
  5158. "funding": {
  5159. "type": "opencollective",
  5160. "url": "https://opencollective.com/unified"
  5161. }
  5162. },
  5163. "node_modules/estree-util-visit": {
  5164. "version": "2.0.0",
  5165. "resolved": "https://registry.npmmirror.com/estree-util-visit/-/estree-util-visit-2.0.0.tgz",
  5166. "integrity": "sha512-m5KgiH85xAhhW8Wta0vShLcUvOsh3LLPI2YVwcbio1l7E09NTLL1EyMZFM1OyWowoH0skScNbhOPl4kcBgzTww==",
  5167. "license": "MIT",
  5168. "dependencies": {
  5169. "@types/estree-jsx": "^1.0.0",
  5170. "@types/unist": "^3.0.0"
  5171. },
  5172. "funding": {
  5173. "type": "opencollective",
  5174. "url": "https://opencollective.com/unified"
  5175. }
  5176. },
  5177. "node_modules/estree-walker": {
  5178. "version": "3.0.3",
  5179. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-3.0.3.tgz",
  5180. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  5181. "license": "MIT",
  5182. "dependencies": {
  5183. "@types/estree": "^1.0.0"
  5184. }
  5185. },
  5186. "node_modules/esutils": {
  5187. "version": "2.0.3",
  5188. "resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz",
  5189. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  5190. "dev": true,
  5191. "license": "BSD-2-Clause",
  5192. "engines": {
  5193. "node": ">=0.10.0"
  5194. }
  5195. },
  5196. "node_modules/expect-type": {
  5197. "version": "1.3.0",
  5198. "resolved": "https://registry.npmmirror.com/expect-type/-/expect-type-1.3.0.tgz",
  5199. "integrity": "sha512-knvyeauYhqjOYvQ66MznSMs83wmHrCycNEN6Ao+2AeYEfxUIkuiVxdEa1qlGEPK+We3n0THiDciYSsCcgW/DoA==",
  5200. "dev": true,
  5201. "license": "Apache-2.0",
  5202. "engines": {
  5203. "node": ">=12.0.0"
  5204. }
  5205. },
  5206. "node_modules/extend": {
  5207. "version": "3.0.2",
  5208. "resolved": "https://registry.npmmirror.com/extend/-/extend-3.0.2.tgz",
  5209. "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
  5210. "license": "MIT"
  5211. },
  5212. "node_modules/fast-copy": {
  5213. "version": "3.0.2",
  5214. "resolved": "https://registry.npmmirror.com/fast-copy/-/fast-copy-3.0.2.tgz",
  5215. "integrity": "sha512-dl0O9Vhju8IrcLndv2eU4ldt1ftXMqqfgN4H1cpmGV7P6jeB9FwpN9a2c8DPGE1Ys88rNUJVYDHq73CGAGOPfQ==",
  5216. "license": "MIT"
  5217. },
  5218. "node_modules/fast-deep-equal": {
  5219. "version": "3.1.3",
  5220. "resolved": "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  5221. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  5222. "dev": true,
  5223. "license": "MIT"
  5224. },
  5225. "node_modules/fast-equals": {
  5226. "version": "5.4.0",
  5227. "resolved": "https://registry.npmmirror.com/fast-equals/-/fast-equals-5.4.0.tgz",
  5228. "integrity": "sha512-jt2DW/aNFNwke7AUd+Z+e6pz39KO5rzdbbFCg2sGafS4mk13MI7Z8O5z9cADNn5lhGODIgLwug6TZO2ctf7kcw==",
  5229. "license": "MIT",
  5230. "engines": {
  5231. "node": ">=6.0.0"
  5232. }
  5233. },
  5234. "node_modules/fast-glob": {
  5235. "version": "3.3.3",
  5236. "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.3.tgz",
  5237. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  5238. "dev": true,
  5239. "license": "MIT",
  5240. "dependencies": {
  5241. "@nodelib/fs.stat": "^2.0.2",
  5242. "@nodelib/fs.walk": "^1.2.3",
  5243. "glob-parent": "^5.1.2",
  5244. "merge2": "^1.3.0",
  5245. "micromatch": "^4.0.8"
  5246. },
  5247. "engines": {
  5248. "node": ">=8.6.0"
  5249. }
  5250. },
  5251. "node_modules/fast-glob/node_modules/glob-parent": {
  5252. "version": "5.1.2",
  5253. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  5254. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  5255. "dev": true,
  5256. "license": "ISC",
  5257. "dependencies": {
  5258. "is-glob": "^4.0.1"
  5259. },
  5260. "engines": {
  5261. "node": ">= 6"
  5262. }
  5263. },
  5264. "node_modules/fast-json-stable-stringify": {
  5265. "version": "2.1.0",
  5266. "resolved": "https://registry.npmmirror.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  5267. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  5268. "dev": true,
  5269. "license": "MIT"
  5270. },
  5271. "node_modules/fast-levenshtein": {
  5272. "version": "2.0.6",
  5273. "resolved": "https://registry.npmmirror.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  5274. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  5275. "dev": true,
  5276. "license": "MIT"
  5277. },
  5278. "node_modules/fastq": {
  5279. "version": "1.20.1",
  5280. "resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.20.1.tgz",
  5281. "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
  5282. "dev": true,
  5283. "license": "ISC",
  5284. "dependencies": {
  5285. "reusify": "^1.0.4"
  5286. }
  5287. },
  5288. "node_modules/fdir": {
  5289. "version": "6.5.0",
  5290. "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.5.0.tgz",
  5291. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  5292. "dev": true,
  5293. "license": "MIT",
  5294. "engines": {
  5295. "node": ">=12.0.0"
  5296. },
  5297. "peerDependencies": {
  5298. "picomatch": "^3 || ^4"
  5299. },
  5300. "peerDependenciesMeta": {
  5301. "picomatch": {
  5302. "optional": true
  5303. }
  5304. }
  5305. },
  5306. "node_modules/file-entry-cache": {
  5307. "version": "6.0.1",
  5308. "resolved": "https://registry.npmmirror.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
  5309. "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
  5310. "dev": true,
  5311. "license": "MIT",
  5312. "dependencies": {
  5313. "flat-cache": "^3.0.4"
  5314. },
  5315. "engines": {
  5316. "node": "^10.12.0 || >=12.0.0"
  5317. }
  5318. },
  5319. "node_modules/fill-range": {
  5320. "version": "7.1.1",
  5321. "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
  5322. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  5323. "dev": true,
  5324. "license": "MIT",
  5325. "dependencies": {
  5326. "to-regex-range": "^5.0.1"
  5327. },
  5328. "engines": {
  5329. "node": ">=8"
  5330. }
  5331. },
  5332. "node_modules/find-up": {
  5333. "version": "5.0.0",
  5334. "resolved": "https://registry.npmmirror.com/find-up/-/find-up-5.0.0.tgz",
  5335. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  5336. "dev": true,
  5337. "license": "MIT",
  5338. "dependencies": {
  5339. "locate-path": "^6.0.0",
  5340. "path-exists": "^4.0.0"
  5341. },
  5342. "engines": {
  5343. "node": ">=10"
  5344. },
  5345. "funding": {
  5346. "url": "https://github.com/sponsors/sindresorhus"
  5347. }
  5348. },
  5349. "node_modules/flat-cache": {
  5350. "version": "3.2.0",
  5351. "resolved": "https://registry.npmmirror.com/flat-cache/-/flat-cache-3.2.0.tgz",
  5352. "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==",
  5353. "dev": true,
  5354. "license": "MIT",
  5355. "dependencies": {
  5356. "flatted": "^3.2.9",
  5357. "keyv": "^4.5.3",
  5358. "rimraf": "^3.0.2"
  5359. },
  5360. "engines": {
  5361. "node": "^10.12.0 || >=12.0.0"
  5362. }
  5363. },
  5364. "node_modules/flatted": {
  5365. "version": "3.3.3",
  5366. "resolved": "https://registry.npmmirror.com/flatted/-/flatted-3.3.3.tgz",
  5367. "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
  5368. "dev": true,
  5369. "license": "ISC"
  5370. },
  5371. "node_modules/follow-redirects": {
  5372. "version": "1.15.11",
  5373. "resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.11.tgz",
  5374. "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==",
  5375. "funding": [
  5376. {
  5377. "type": "individual",
  5378. "url": "https://github.com/sponsors/RubenVerborgh"
  5379. }
  5380. ],
  5381. "license": "MIT",
  5382. "engines": {
  5383. "node": ">=4.0"
  5384. },
  5385. "peerDependenciesMeta": {
  5386. "debug": {
  5387. "optional": true
  5388. }
  5389. }
  5390. },
  5391. "node_modules/form-data": {
  5392. "version": "4.0.5",
  5393. "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.5.tgz",
  5394. "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
  5395. "license": "MIT",
  5396. "dependencies": {
  5397. "asynckit": "^0.4.0",
  5398. "combined-stream": "^1.0.8",
  5399. "es-set-tostringtag": "^2.1.0",
  5400. "hasown": "^2.0.2",
  5401. "mime-types": "^2.1.12"
  5402. },
  5403. "engines": {
  5404. "node": ">= 6"
  5405. }
  5406. },
  5407. "node_modules/fraction.js": {
  5408. "version": "5.3.4",
  5409. "resolved": "https://registry.npmmirror.com/fraction.js/-/fraction.js-5.3.4.tgz",
  5410. "integrity": "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==",
  5411. "dev": true,
  5412. "license": "MIT",
  5413. "engines": {
  5414. "node": "*"
  5415. },
  5416. "funding": {
  5417. "type": "github",
  5418. "url": "https://github.com/sponsors/rawify"
  5419. }
  5420. },
  5421. "node_modules/fs.realpath": {
  5422. "version": "1.0.0",
  5423. "resolved": "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz",
  5424. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
  5425. "dev": true,
  5426. "license": "ISC"
  5427. },
  5428. "node_modules/fsevents": {
  5429. "version": "2.3.3",
  5430. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
  5431. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  5432. "dev": true,
  5433. "hasInstallScript": true,
  5434. "license": "MIT",
  5435. "optional": true,
  5436. "os": [
  5437. "darwin"
  5438. ],
  5439. "engines": {
  5440. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  5441. }
  5442. },
  5443. "node_modules/function-bind": {
  5444. "version": "1.1.2",
  5445. "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
  5446. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  5447. "license": "MIT",
  5448. "funding": {
  5449. "url": "https://github.com/sponsors/ljharb"
  5450. }
  5451. },
  5452. "node_modules/gensync": {
  5453. "version": "1.0.0-beta.2",
  5454. "resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz",
  5455. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  5456. "dev": true,
  5457. "license": "MIT",
  5458. "engines": {
  5459. "node": ">=6.9.0"
  5460. }
  5461. },
  5462. "node_modules/get-intrinsic": {
  5463. "version": "1.3.0",
  5464. "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  5465. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  5466. "license": "MIT",
  5467. "dependencies": {
  5468. "call-bind-apply-helpers": "^1.0.2",
  5469. "es-define-property": "^1.0.1",
  5470. "es-errors": "^1.3.0",
  5471. "es-object-atoms": "^1.1.1",
  5472. "function-bind": "^1.1.2",
  5473. "get-proto": "^1.0.1",
  5474. "gopd": "^1.2.0",
  5475. "has-symbols": "^1.1.0",
  5476. "hasown": "^2.0.2",
  5477. "math-intrinsics": "^1.1.0"
  5478. },
  5479. "engines": {
  5480. "node": ">= 0.4"
  5481. },
  5482. "funding": {
  5483. "url": "https://github.com/sponsors/ljharb"
  5484. }
  5485. },
  5486. "node_modules/get-proto": {
  5487. "version": "1.0.1",
  5488. "resolved": "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz",
  5489. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  5490. "license": "MIT",
  5491. "dependencies": {
  5492. "dunder-proto": "^1.0.1",
  5493. "es-object-atoms": "^1.0.0"
  5494. },
  5495. "engines": {
  5496. "node": ">= 0.4"
  5497. }
  5498. },
  5499. "node_modules/glob": {
  5500. "version": "7.2.3",
  5501. "resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz",
  5502. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  5503. "deprecated": "Glob versions prior to v9 are no longer supported",
  5504. "dev": true,
  5505. "license": "ISC",
  5506. "dependencies": {
  5507. "fs.realpath": "^1.0.0",
  5508. "inflight": "^1.0.4",
  5509. "inherits": "2",
  5510. "minimatch": "^3.1.1",
  5511. "once": "^1.3.0",
  5512. "path-is-absolute": "^1.0.0"
  5513. },
  5514. "engines": {
  5515. "node": "*"
  5516. },
  5517. "funding": {
  5518. "url": "https://github.com/sponsors/isaacs"
  5519. }
  5520. },
  5521. "node_modules/glob-parent": {
  5522. "version": "6.0.2",
  5523. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-6.0.2.tgz",
  5524. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  5525. "dev": true,
  5526. "license": "ISC",
  5527. "dependencies": {
  5528. "is-glob": "^4.0.3"
  5529. },
  5530. "engines": {
  5531. "node": ">=10.13.0"
  5532. }
  5533. },
  5534. "node_modules/glob/node_modules/brace-expansion": {
  5535. "version": "1.1.12",
  5536. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.12.tgz",
  5537. "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
  5538. "dev": true,
  5539. "license": "MIT",
  5540. "dependencies": {
  5541. "balanced-match": "^1.0.0",
  5542. "concat-map": "0.0.1"
  5543. }
  5544. },
  5545. "node_modules/glob/node_modules/minimatch": {
  5546. "version": "3.1.5",
  5547. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
  5548. "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
  5549. "dev": true,
  5550. "license": "ISC",
  5551. "dependencies": {
  5552. "brace-expansion": "^1.1.7"
  5553. },
  5554. "engines": {
  5555. "node": "*"
  5556. }
  5557. },
  5558. "node_modules/globals": {
  5559. "version": "13.24.0",
  5560. "resolved": "https://registry.npmmirror.com/globals/-/globals-13.24.0.tgz",
  5561. "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
  5562. "dev": true,
  5563. "license": "MIT",
  5564. "dependencies": {
  5565. "type-fest": "^0.20.2"
  5566. },
  5567. "engines": {
  5568. "node": ">=8"
  5569. },
  5570. "funding": {
  5571. "url": "https://github.com/sponsors/sindresorhus"
  5572. }
  5573. },
  5574. "node_modules/globby": {
  5575. "version": "11.1.0",
  5576. "resolved": "https://registry.npmmirror.com/globby/-/globby-11.1.0.tgz",
  5577. "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
  5578. "dev": true,
  5579. "license": "MIT",
  5580. "dependencies": {
  5581. "array-union": "^2.1.0",
  5582. "dir-glob": "^3.0.1",
  5583. "fast-glob": "^3.2.9",
  5584. "ignore": "^5.2.0",
  5585. "merge2": "^1.4.1",
  5586. "slash": "^3.0.0"
  5587. },
  5588. "engines": {
  5589. "node": ">=10"
  5590. },
  5591. "funding": {
  5592. "url": "https://github.com/sponsors/sindresorhus"
  5593. }
  5594. },
  5595. "node_modules/gopd": {
  5596. "version": "1.2.0",
  5597. "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz",
  5598. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  5599. "license": "MIT",
  5600. "engines": {
  5601. "node": ">= 0.4"
  5602. },
  5603. "funding": {
  5604. "url": "https://github.com/sponsors/ljharb"
  5605. }
  5606. },
  5607. "node_modules/graceful-fs": {
  5608. "version": "4.2.11",
  5609. "resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz",
  5610. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  5611. "dev": true,
  5612. "license": "ISC"
  5613. },
  5614. "node_modules/graphemer": {
  5615. "version": "1.4.0",
  5616. "resolved": "https://registry.npmmirror.com/graphemer/-/graphemer-1.4.0.tgz",
  5617. "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
  5618. "dev": true,
  5619. "license": "MIT"
  5620. },
  5621. "node_modules/has-flag": {
  5622. "version": "4.0.0",
  5623. "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
  5624. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  5625. "dev": true,
  5626. "license": "MIT",
  5627. "engines": {
  5628. "node": ">=8"
  5629. }
  5630. },
  5631. "node_modules/has-symbols": {
  5632. "version": "1.1.0",
  5633. "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz",
  5634. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  5635. "license": "MIT",
  5636. "engines": {
  5637. "node": ">= 0.4"
  5638. },
  5639. "funding": {
  5640. "url": "https://github.com/sponsors/ljharb"
  5641. }
  5642. },
  5643. "node_modules/has-tostringtag": {
  5644. "version": "1.0.2",
  5645. "resolved": "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  5646. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  5647. "license": "MIT",
  5648. "dependencies": {
  5649. "has-symbols": "^1.0.3"
  5650. },
  5651. "engines": {
  5652. "node": ">= 0.4"
  5653. },
  5654. "funding": {
  5655. "url": "https://github.com/sponsors/ljharb"
  5656. }
  5657. },
  5658. "node_modules/hasown": {
  5659. "version": "2.0.2",
  5660. "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
  5661. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  5662. "license": "MIT",
  5663. "dependencies": {
  5664. "function-bind": "^1.1.2"
  5665. },
  5666. "engines": {
  5667. "node": ">= 0.4"
  5668. }
  5669. },
  5670. "node_modules/hast-util-to-estree": {
  5671. "version": "3.1.3",
  5672. "resolved": "https://registry.npmmirror.com/hast-util-to-estree/-/hast-util-to-estree-3.1.3.tgz",
  5673. "integrity": "sha512-48+B/rJWAp0jamNbAAf9M7Uf//UVqAoMmgXhBdxTDJLGKY+LRnZ99qcG+Qjl5HfMpYNzS5v4EAwVEF34LeAj7w==",
  5674. "license": "MIT",
  5675. "dependencies": {
  5676. "@types/estree": "^1.0.0",
  5677. "@types/estree-jsx": "^1.0.0",
  5678. "@types/hast": "^3.0.0",
  5679. "comma-separated-tokens": "^2.0.0",
  5680. "devlop": "^1.0.0",
  5681. "estree-util-attach-comments": "^3.0.0",
  5682. "estree-util-is-identifier-name": "^3.0.0",
  5683. "hast-util-whitespace": "^3.0.0",
  5684. "mdast-util-mdx-expression": "^2.0.0",
  5685. "mdast-util-mdx-jsx": "^3.0.0",
  5686. "mdast-util-mdxjs-esm": "^2.0.0",
  5687. "property-information": "^7.0.0",
  5688. "space-separated-tokens": "^2.0.0",
  5689. "style-to-js": "^1.0.0",
  5690. "unist-util-position": "^5.0.0",
  5691. "zwitch": "^2.0.0"
  5692. },
  5693. "funding": {
  5694. "type": "opencollective",
  5695. "url": "https://opencollective.com/unified"
  5696. }
  5697. },
  5698. "node_modules/hast-util-to-jsx-runtime": {
  5699. "version": "2.3.6",
  5700. "resolved": "https://registry.npmmirror.com/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz",
  5701. "integrity": "sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==",
  5702. "license": "MIT",
  5703. "dependencies": {
  5704. "@types/estree": "^1.0.0",
  5705. "@types/hast": "^3.0.0",
  5706. "@types/unist": "^3.0.0",
  5707. "comma-separated-tokens": "^2.0.0",
  5708. "devlop": "^1.0.0",
  5709. "estree-util-is-identifier-name": "^3.0.0",
  5710. "hast-util-whitespace": "^3.0.0",
  5711. "mdast-util-mdx-expression": "^2.0.0",
  5712. "mdast-util-mdx-jsx": "^3.0.0",
  5713. "mdast-util-mdxjs-esm": "^2.0.0",
  5714. "property-information": "^7.0.0",
  5715. "space-separated-tokens": "^2.0.0",
  5716. "style-to-js": "^1.0.0",
  5717. "unist-util-position": "^5.0.0",
  5718. "vfile-message": "^4.0.0"
  5719. },
  5720. "funding": {
  5721. "type": "opencollective",
  5722. "url": "https://opencollective.com/unified"
  5723. }
  5724. },
  5725. "node_modules/hast-util-whitespace": {
  5726. "version": "3.0.0",
  5727. "resolved": "https://registry.npmmirror.com/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
  5728. "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
  5729. "license": "MIT",
  5730. "dependencies": {
  5731. "@types/hast": "^3.0.0"
  5732. },
  5733. "funding": {
  5734. "type": "opencollective",
  5735. "url": "https://opencollective.com/unified"
  5736. }
  5737. },
  5738. "node_modules/html-encoding-sniffer": {
  5739. "version": "6.0.0",
  5740. "resolved": "https://registry.npmmirror.com/html-encoding-sniffer/-/html-encoding-sniffer-6.0.0.tgz",
  5741. "integrity": "sha512-CV9TW3Y3f8/wT0BRFc1/KAVQ3TUHiXmaAb6VW9vtiMFf7SLoMd1PdAc4W3KFOFETBJUb90KatHqlsZMWV+R9Gg==",
  5742. "dev": true,
  5743. "license": "MIT",
  5744. "dependencies": {
  5745. "@exodus/bytes": "^1.6.0"
  5746. },
  5747. "engines": {
  5748. "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  5749. }
  5750. },
  5751. "node_modules/html-url-attributes": {
  5752. "version": "3.0.1",
  5753. "resolved": "https://registry.npmmirror.com/html-url-attributes/-/html-url-attributes-3.0.1.tgz",
  5754. "integrity": "sha512-ol6UPyBWqsrO6EJySPz2O7ZSr856WDrEzM5zMqp+FJJLGMW35cLYmmZnl0vztAZxRUoNZJFTCohfjuIJ8I4QBQ==",
  5755. "license": "MIT",
  5756. "funding": {
  5757. "type": "opencollective",
  5758. "url": "https://opencollective.com/unified"
  5759. }
  5760. },
  5761. "node_modules/http-proxy-agent": {
  5762. "version": "7.0.2",
  5763. "resolved": "https://registry.npmmirror.com/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
  5764. "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
  5765. "dev": true,
  5766. "license": "MIT",
  5767. "dependencies": {
  5768. "agent-base": "^7.1.0",
  5769. "debug": "^4.3.4"
  5770. },
  5771. "engines": {
  5772. "node": ">= 14"
  5773. }
  5774. },
  5775. "node_modules/https-proxy-agent": {
  5776. "version": "7.0.6",
  5777. "resolved": "https://registry.npmmirror.com/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
  5778. "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
  5779. "dev": true,
  5780. "license": "MIT",
  5781. "dependencies": {
  5782. "agent-base": "^7.1.2",
  5783. "debug": "4"
  5784. },
  5785. "engines": {
  5786. "node": ">= 14"
  5787. }
  5788. },
  5789. "node_modules/iconv-lite": {
  5790. "version": "0.6.3",
  5791. "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.6.3.tgz",
  5792. "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
  5793. "license": "MIT",
  5794. "dependencies": {
  5795. "safer-buffer": ">= 2.1.2 < 3.0.0"
  5796. },
  5797. "engines": {
  5798. "node": ">=0.10.0"
  5799. }
  5800. },
  5801. "node_modules/ignore": {
  5802. "version": "5.3.2",
  5803. "resolved": "https://registry.npmmirror.com/ignore/-/ignore-5.3.2.tgz",
  5804. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  5805. "dev": true,
  5806. "license": "MIT",
  5807. "engines": {
  5808. "node": ">= 4"
  5809. }
  5810. },
  5811. "node_modules/immediate": {
  5812. "version": "3.0.6",
  5813. "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz",
  5814. "integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==",
  5815. "license": "MIT"
  5816. },
  5817. "node_modules/import-fresh": {
  5818. "version": "3.3.1",
  5819. "resolved": "https://registry.npmmirror.com/import-fresh/-/import-fresh-3.3.1.tgz",
  5820. "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
  5821. "dev": true,
  5822. "license": "MIT",
  5823. "dependencies": {
  5824. "parent-module": "^1.0.0",
  5825. "resolve-from": "^4.0.0"
  5826. },
  5827. "engines": {
  5828. "node": ">=6"
  5829. },
  5830. "funding": {
  5831. "url": "https://github.com/sponsors/sindresorhus"
  5832. }
  5833. },
  5834. "node_modules/imurmurhash": {
  5835. "version": "0.1.4",
  5836. "resolved": "https://registry.npmmirror.com/imurmurhash/-/imurmurhash-0.1.4.tgz",
  5837. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  5838. "dev": true,
  5839. "license": "MIT",
  5840. "engines": {
  5841. "node": ">=0.8.19"
  5842. }
  5843. },
  5844. "node_modules/inflight": {
  5845. "version": "1.0.6",
  5846. "resolved": "https://registry.npmmirror.com/inflight/-/inflight-1.0.6.tgz",
  5847. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  5848. "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
  5849. "dev": true,
  5850. "license": "ISC",
  5851. "dependencies": {
  5852. "once": "^1.3.0",
  5853. "wrappy": "1"
  5854. }
  5855. },
  5856. "node_modules/inherits": {
  5857. "version": "2.0.4",
  5858. "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
  5859. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  5860. "license": "ISC"
  5861. },
  5862. "node_modules/inline-style-parser": {
  5863. "version": "0.2.7",
  5864. "resolved": "https://registry.npmmirror.com/inline-style-parser/-/inline-style-parser-0.2.7.tgz",
  5865. "integrity": "sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==",
  5866. "license": "MIT"
  5867. },
  5868. "node_modules/internmap": {
  5869. "version": "2.0.3",
  5870. "resolved": "https://registry.npmmirror.com/internmap/-/internmap-2.0.3.tgz",
  5871. "integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==",
  5872. "license": "ISC",
  5873. "engines": {
  5874. "node": ">=12"
  5875. }
  5876. },
  5877. "node_modules/is-alphabetical": {
  5878. "version": "2.0.1",
  5879. "resolved": "https://registry.npmmirror.com/is-alphabetical/-/is-alphabetical-2.0.1.tgz",
  5880. "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==",
  5881. "license": "MIT",
  5882. "funding": {
  5883. "type": "github",
  5884. "url": "https://github.com/sponsors/wooorm"
  5885. }
  5886. },
  5887. "node_modules/is-alphanumerical": {
  5888. "version": "2.0.1",
  5889. "resolved": "https://registry.npmmirror.com/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz",
  5890. "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==",
  5891. "license": "MIT",
  5892. "dependencies": {
  5893. "is-alphabetical": "^2.0.0",
  5894. "is-decimal": "^2.0.0"
  5895. },
  5896. "funding": {
  5897. "type": "github",
  5898. "url": "https://github.com/sponsors/wooorm"
  5899. }
  5900. },
  5901. "node_modules/is-decimal": {
  5902. "version": "2.0.1",
  5903. "resolved": "https://registry.npmmirror.com/is-decimal/-/is-decimal-2.0.1.tgz",
  5904. "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==",
  5905. "license": "MIT",
  5906. "funding": {
  5907. "type": "github",
  5908. "url": "https://github.com/sponsors/wooorm"
  5909. }
  5910. },
  5911. "node_modules/is-extglob": {
  5912. "version": "2.1.1",
  5913. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  5914. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  5915. "dev": true,
  5916. "license": "MIT",
  5917. "engines": {
  5918. "node": ">=0.10.0"
  5919. }
  5920. },
  5921. "node_modules/is-glob": {
  5922. "version": "4.0.3",
  5923. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  5924. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  5925. "dev": true,
  5926. "license": "MIT",
  5927. "dependencies": {
  5928. "is-extglob": "^2.1.1"
  5929. },
  5930. "engines": {
  5931. "node": ">=0.10.0"
  5932. }
  5933. },
  5934. "node_modules/is-hexadecimal": {
  5935. "version": "2.0.1",
  5936. "resolved": "https://registry.npmmirror.com/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz",
  5937. "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==",
  5938. "license": "MIT",
  5939. "funding": {
  5940. "type": "github",
  5941. "url": "https://github.com/sponsors/wooorm"
  5942. }
  5943. },
  5944. "node_modules/is-number": {
  5945. "version": "7.0.0",
  5946. "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
  5947. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  5948. "dev": true,
  5949. "license": "MIT",
  5950. "engines": {
  5951. "node": ">=0.12.0"
  5952. }
  5953. },
  5954. "node_modules/is-path-inside": {
  5955. "version": "3.0.3",
  5956. "resolved": "https://registry.npmmirror.com/is-path-inside/-/is-path-inside-3.0.3.tgz",
  5957. "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
  5958. "dev": true,
  5959. "license": "MIT",
  5960. "engines": {
  5961. "node": ">=8"
  5962. }
  5963. },
  5964. "node_modules/is-plain-obj": {
  5965. "version": "4.1.0",
  5966. "resolved": "https://registry.npmmirror.com/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
  5967. "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
  5968. "license": "MIT",
  5969. "engines": {
  5970. "node": ">=12"
  5971. },
  5972. "funding": {
  5973. "url": "https://github.com/sponsors/sindresorhus"
  5974. }
  5975. },
  5976. "node_modules/is-potential-custom-element-name": {
  5977. "version": "1.0.1",
  5978. "resolved": "https://registry.npmmirror.com/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
  5979. "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
  5980. "dev": true,
  5981. "license": "MIT"
  5982. },
  5983. "node_modules/isarray": {
  5984. "version": "1.0.0",
  5985. "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
  5986. "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
  5987. "license": "MIT"
  5988. },
  5989. "node_modules/isexe": {
  5990. "version": "2.0.0",
  5991. "resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz",
  5992. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  5993. "dev": true,
  5994. "license": "ISC"
  5995. },
  5996. "node_modules/jiti": {
  5997. "version": "2.6.1",
  5998. "resolved": "https://registry.npmmirror.com/jiti/-/jiti-2.6.1.tgz",
  5999. "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
  6000. "dev": true,
  6001. "license": "MIT",
  6002. "bin": {
  6003. "jiti": "lib/jiti-cli.mjs"
  6004. }
  6005. },
  6006. "node_modules/js-tokens": {
  6007. "version": "4.0.0",
  6008. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz",
  6009. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  6010. "license": "MIT"
  6011. },
  6012. "node_modules/js-yaml": {
  6013. "version": "4.1.1",
  6014. "resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.1.tgz",
  6015. "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
  6016. "dev": true,
  6017. "license": "MIT",
  6018. "dependencies": {
  6019. "argparse": "^2.0.1"
  6020. },
  6021. "bin": {
  6022. "js-yaml": "bin/js-yaml.js"
  6023. }
  6024. },
  6025. "node_modules/jsdom": {
  6026. "version": "28.1.0",
  6027. "resolved": "https://registry.npmmirror.com/jsdom/-/jsdom-28.1.0.tgz",
  6028. "integrity": "sha512-0+MoQNYyr2rBHqO1xilltfDjV9G7ymYGlAUazgcDLQaUf8JDHbuGwsxN6U9qWaElZ4w1B2r7yEGIL3GdeW3Rug==",
  6029. "dev": true,
  6030. "license": "MIT",
  6031. "dependencies": {
  6032. "@acemir/cssom": "^0.9.31",
  6033. "@asamuzakjp/dom-selector": "^6.8.1",
  6034. "@bramus/specificity": "^2.4.2",
  6035. "@exodus/bytes": "^1.11.0",
  6036. "cssstyle": "^6.0.1",
  6037. "data-urls": "^7.0.0",
  6038. "decimal.js": "^10.6.0",
  6039. "html-encoding-sniffer": "^6.0.0",
  6040. "http-proxy-agent": "^7.0.2",
  6041. "https-proxy-agent": "^7.0.6",
  6042. "is-potential-custom-element-name": "^1.0.1",
  6043. "parse5": "^8.0.0",
  6044. "saxes": "^6.0.0",
  6045. "symbol-tree": "^3.2.4",
  6046. "tough-cookie": "^6.0.0",
  6047. "undici": "^7.21.0",
  6048. "w3c-xmlserializer": "^5.0.0",
  6049. "webidl-conversions": "^8.0.1",
  6050. "whatwg-mimetype": "^5.0.0",
  6051. "whatwg-url": "^16.0.0",
  6052. "xml-name-validator": "^5.0.0"
  6053. },
  6054. "engines": {
  6055. "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  6056. },
  6057. "peerDependencies": {
  6058. "canvas": "^3.0.0"
  6059. },
  6060. "peerDependenciesMeta": {
  6061. "canvas": {
  6062. "optional": true
  6063. }
  6064. }
  6065. },
  6066. "node_modules/jsesc": {
  6067. "version": "3.1.0",
  6068. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.1.0.tgz",
  6069. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  6070. "dev": true,
  6071. "license": "MIT",
  6072. "bin": {
  6073. "jsesc": "bin/jsesc"
  6074. },
  6075. "engines": {
  6076. "node": ">=6"
  6077. }
  6078. },
  6079. "node_modules/json-buffer": {
  6080. "version": "3.0.1",
  6081. "resolved": "https://registry.npmmirror.com/json-buffer/-/json-buffer-3.0.1.tgz",
  6082. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  6083. "dev": true,
  6084. "license": "MIT"
  6085. },
  6086. "node_modules/json-schema-traverse": {
  6087. "version": "0.4.1",
  6088. "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  6089. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  6090. "dev": true,
  6091. "license": "MIT"
  6092. },
  6093. "node_modules/json-stable-stringify-without-jsonify": {
  6094. "version": "1.0.1",
  6095. "resolved": "https://registry.npmmirror.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  6096. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  6097. "dev": true,
  6098. "license": "MIT"
  6099. },
  6100. "node_modules/json5": {
  6101. "version": "2.2.3",
  6102. "resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz",
  6103. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  6104. "dev": true,
  6105. "license": "MIT",
  6106. "bin": {
  6107. "json5": "lib/cli.js"
  6108. },
  6109. "engines": {
  6110. "node": ">=6"
  6111. }
  6112. },
  6113. "node_modules/jsonc-parser": {
  6114. "version": "3.3.1",
  6115. "resolved": "https://registry.npmmirror.com/jsonc-parser/-/jsonc-parser-3.3.1.tgz",
  6116. "integrity": "sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==",
  6117. "license": "MIT"
  6118. },
  6119. "node_modules/jszip": {
  6120. "version": "3.10.1",
  6121. "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.10.1.tgz",
  6122. "integrity": "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==",
  6123. "license": "(MIT OR GPL-3.0-or-later)",
  6124. "dependencies": {
  6125. "lie": "~3.3.0",
  6126. "pako": "~1.0.2",
  6127. "readable-stream": "~2.3.6",
  6128. "setimmediate": "^1.0.5"
  6129. }
  6130. },
  6131. "node_modules/keyv": {
  6132. "version": "4.5.4",
  6133. "resolved": "https://registry.npmmirror.com/keyv/-/keyv-4.5.4.tgz",
  6134. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  6135. "dev": true,
  6136. "license": "MIT",
  6137. "dependencies": {
  6138. "json-buffer": "3.0.1"
  6139. }
  6140. },
  6141. "node_modules/levn": {
  6142. "version": "0.4.1",
  6143. "resolved": "https://registry.npmmirror.com/levn/-/levn-0.4.1.tgz",
  6144. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  6145. "dev": true,
  6146. "license": "MIT",
  6147. "dependencies": {
  6148. "prelude-ls": "^1.2.1",
  6149. "type-check": "~0.4.0"
  6150. },
  6151. "engines": {
  6152. "node": ">= 0.8.0"
  6153. }
  6154. },
  6155. "node_modules/lie": {
  6156. "version": "3.3.0",
  6157. "resolved": "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz",
  6158. "integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==",
  6159. "license": "MIT",
  6160. "dependencies": {
  6161. "immediate": "~3.0.5"
  6162. }
  6163. },
  6164. "node_modules/lightningcss": {
  6165. "version": "1.30.2",
  6166. "resolved": "https://registry.npmmirror.com/lightningcss/-/lightningcss-1.30.2.tgz",
  6167. "integrity": "sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==",
  6168. "dev": true,
  6169. "license": "MPL-2.0",
  6170. "dependencies": {
  6171. "detect-libc": "^2.0.3"
  6172. },
  6173. "engines": {
  6174. "node": ">= 12.0.0"
  6175. },
  6176. "funding": {
  6177. "type": "opencollective",
  6178. "url": "https://opencollective.com/parcel"
  6179. },
  6180. "optionalDependencies": {
  6181. "lightningcss-android-arm64": "1.30.2",
  6182. "lightningcss-darwin-arm64": "1.30.2",
  6183. "lightningcss-darwin-x64": "1.30.2",
  6184. "lightningcss-freebsd-x64": "1.30.2",
  6185. "lightningcss-linux-arm-gnueabihf": "1.30.2",
  6186. "lightningcss-linux-arm64-gnu": "1.30.2",
  6187. "lightningcss-linux-arm64-musl": "1.30.2",
  6188. "lightningcss-linux-x64-gnu": "1.30.2",
  6189. "lightningcss-linux-x64-musl": "1.30.2",
  6190. "lightningcss-win32-arm64-msvc": "1.30.2",
  6191. "lightningcss-win32-x64-msvc": "1.30.2"
  6192. }
  6193. },
  6194. "node_modules/lightningcss-android-arm64": {
  6195. "version": "1.30.2",
  6196. "resolved": "https://registry.npmmirror.com/lightningcss-android-arm64/-/lightningcss-android-arm64-1.30.2.tgz",
  6197. "integrity": "sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==",
  6198. "cpu": [
  6199. "arm64"
  6200. ],
  6201. "dev": true,
  6202. "license": "MPL-2.0",
  6203. "optional": true,
  6204. "os": [
  6205. "android"
  6206. ],
  6207. "engines": {
  6208. "node": ">= 12.0.0"
  6209. },
  6210. "funding": {
  6211. "type": "opencollective",
  6212. "url": "https://opencollective.com/parcel"
  6213. }
  6214. },
  6215. "node_modules/lightningcss-darwin-arm64": {
  6216. "version": "1.30.2",
  6217. "resolved": "https://registry.npmmirror.com/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.2.tgz",
  6218. "integrity": "sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==",
  6219. "cpu": [
  6220. "arm64"
  6221. ],
  6222. "dev": true,
  6223. "license": "MPL-2.0",
  6224. "optional": true,
  6225. "os": [
  6226. "darwin"
  6227. ],
  6228. "engines": {
  6229. "node": ">= 12.0.0"
  6230. },
  6231. "funding": {
  6232. "type": "opencollective",
  6233. "url": "https://opencollective.com/parcel"
  6234. }
  6235. },
  6236. "node_modules/lightningcss-darwin-x64": {
  6237. "version": "1.30.2",
  6238. "resolved": "https://registry.npmmirror.com/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.2.tgz",
  6239. "integrity": "sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==",
  6240. "cpu": [
  6241. "x64"
  6242. ],
  6243. "dev": true,
  6244. "license": "MPL-2.0",
  6245. "optional": true,
  6246. "os": [
  6247. "darwin"
  6248. ],
  6249. "engines": {
  6250. "node": ">= 12.0.0"
  6251. },
  6252. "funding": {
  6253. "type": "opencollective",
  6254. "url": "https://opencollective.com/parcel"
  6255. }
  6256. },
  6257. "node_modules/lightningcss-freebsd-x64": {
  6258. "version": "1.30.2",
  6259. "resolved": "https://registry.npmmirror.com/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.2.tgz",
  6260. "integrity": "sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==",
  6261. "cpu": [
  6262. "x64"
  6263. ],
  6264. "dev": true,
  6265. "license": "MPL-2.0",
  6266. "optional": true,
  6267. "os": [
  6268. "freebsd"
  6269. ],
  6270. "engines": {
  6271. "node": ">= 12.0.0"
  6272. },
  6273. "funding": {
  6274. "type": "opencollective",
  6275. "url": "https://opencollective.com/parcel"
  6276. }
  6277. },
  6278. "node_modules/lightningcss-linux-arm-gnueabihf": {
  6279. "version": "1.30.2",
  6280. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.2.tgz",
  6281. "integrity": "sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==",
  6282. "cpu": [
  6283. "arm"
  6284. ],
  6285. "dev": true,
  6286. "license": "MPL-2.0",
  6287. "optional": true,
  6288. "os": [
  6289. "linux"
  6290. ],
  6291. "engines": {
  6292. "node": ">= 12.0.0"
  6293. },
  6294. "funding": {
  6295. "type": "opencollective",
  6296. "url": "https://opencollective.com/parcel"
  6297. }
  6298. },
  6299. "node_modules/lightningcss-linux-arm64-gnu": {
  6300. "version": "1.30.2",
  6301. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.2.tgz",
  6302. "integrity": "sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==",
  6303. "cpu": [
  6304. "arm64"
  6305. ],
  6306. "dev": true,
  6307. "license": "MPL-2.0",
  6308. "optional": true,
  6309. "os": [
  6310. "linux"
  6311. ],
  6312. "engines": {
  6313. "node": ">= 12.0.0"
  6314. },
  6315. "funding": {
  6316. "type": "opencollective",
  6317. "url": "https://opencollective.com/parcel"
  6318. }
  6319. },
  6320. "node_modules/lightningcss-linux-arm64-musl": {
  6321. "version": "1.30.2",
  6322. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.2.tgz",
  6323. "integrity": "sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==",
  6324. "cpu": [
  6325. "arm64"
  6326. ],
  6327. "dev": true,
  6328. "license": "MPL-2.0",
  6329. "optional": true,
  6330. "os": [
  6331. "linux"
  6332. ],
  6333. "engines": {
  6334. "node": ">= 12.0.0"
  6335. },
  6336. "funding": {
  6337. "type": "opencollective",
  6338. "url": "https://opencollective.com/parcel"
  6339. }
  6340. },
  6341. "node_modules/lightningcss-linux-x64-gnu": {
  6342. "version": "1.30.2",
  6343. "resolved": "https://registry.npmmirror.com/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.2.tgz",
  6344. "integrity": "sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==",
  6345. "cpu": [
  6346. "x64"
  6347. ],
  6348. "dev": true,
  6349. "license": "MPL-2.0",
  6350. "optional": true,
  6351. "os": [
  6352. "linux"
  6353. ],
  6354. "engines": {
  6355. "node": ">= 12.0.0"
  6356. },
  6357. "funding": {
  6358. "type": "opencollective",
  6359. "url": "https://opencollective.com/parcel"
  6360. }
  6361. },
  6362. "node_modules/lightningcss-linux-x64-musl": {
  6363. "version": "1.30.2",
  6364. "resolved": "https://registry.npmmirror.com/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.2.tgz",
  6365. "integrity": "sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==",
  6366. "cpu": [
  6367. "x64"
  6368. ],
  6369. "dev": true,
  6370. "license": "MPL-2.0",
  6371. "optional": true,
  6372. "os": [
  6373. "linux"
  6374. ],
  6375. "engines": {
  6376. "node": ">= 12.0.0"
  6377. },
  6378. "funding": {
  6379. "type": "opencollective",
  6380. "url": "https://opencollective.com/parcel"
  6381. }
  6382. },
  6383. "node_modules/lightningcss-win32-arm64-msvc": {
  6384. "version": "1.30.2",
  6385. "resolved": "https://registry.npmmirror.com/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.2.tgz",
  6386. "integrity": "sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==",
  6387. "cpu": [
  6388. "arm64"
  6389. ],
  6390. "dev": true,
  6391. "license": "MPL-2.0",
  6392. "optional": true,
  6393. "os": [
  6394. "win32"
  6395. ],
  6396. "engines": {
  6397. "node": ">= 12.0.0"
  6398. },
  6399. "funding": {
  6400. "type": "opencollective",
  6401. "url": "https://opencollective.com/parcel"
  6402. }
  6403. },
  6404. "node_modules/lightningcss-win32-x64-msvc": {
  6405. "version": "1.30.2",
  6406. "resolved": "https://registry.npmmirror.com/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.2.tgz",
  6407. "integrity": "sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==",
  6408. "cpu": [
  6409. "x64"
  6410. ],
  6411. "dev": true,
  6412. "license": "MPL-2.0",
  6413. "optional": true,
  6414. "os": [
  6415. "win32"
  6416. ],
  6417. "engines": {
  6418. "node": ">= 12.0.0"
  6419. },
  6420. "funding": {
  6421. "type": "opencollective",
  6422. "url": "https://opencollective.com/parcel"
  6423. }
  6424. },
  6425. "node_modules/linkify-it": {
  6426. "version": "5.0.0",
  6427. "resolved": "https://registry.npmmirror.com/linkify-it/-/linkify-it-5.0.0.tgz",
  6428. "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==",
  6429. "license": "MIT",
  6430. "dependencies": {
  6431. "uc.micro": "^2.0.0"
  6432. }
  6433. },
  6434. "node_modules/linkifyjs": {
  6435. "version": "4.3.2",
  6436. "resolved": "https://registry.npmmirror.com/linkifyjs/-/linkifyjs-4.3.2.tgz",
  6437. "integrity": "sha512-NT1CJtq3hHIreOianA8aSXn6Cw0JzYOuDQbOrSPe7gqFnCpKP++MQe3ODgO3oh2GJFORkAAdqredOa60z63GbA==",
  6438. "license": "MIT"
  6439. },
  6440. "node_modules/locate-path": {
  6441. "version": "6.0.0",
  6442. "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-6.0.0.tgz",
  6443. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  6444. "dev": true,
  6445. "license": "MIT",
  6446. "dependencies": {
  6447. "p-locate": "^5.0.0"
  6448. },
  6449. "engines": {
  6450. "node": ">=10"
  6451. },
  6452. "funding": {
  6453. "url": "https://github.com/sponsors/sindresorhus"
  6454. }
  6455. },
  6456. "node_modules/lodash": {
  6457. "version": "4.17.23",
  6458. "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.23.tgz",
  6459. "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
  6460. "license": "MIT"
  6461. },
  6462. "node_modules/lodash.merge": {
  6463. "version": "4.6.2",
  6464. "resolved": "https://registry.npmmirror.com/lodash.merge/-/lodash.merge-4.6.2.tgz",
  6465. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  6466. "dev": true,
  6467. "license": "MIT"
  6468. },
  6469. "node_modules/longest-streak": {
  6470. "version": "3.1.0",
  6471. "resolved": "https://registry.npmmirror.com/longest-streak/-/longest-streak-3.1.0.tgz",
  6472. "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==",
  6473. "license": "MIT",
  6474. "funding": {
  6475. "type": "github",
  6476. "url": "https://github.com/sponsors/wooorm"
  6477. }
  6478. },
  6479. "node_modules/loose-envify": {
  6480. "version": "1.4.0",
  6481. "resolved": "https://registry.npmmirror.com/loose-envify/-/loose-envify-1.4.0.tgz",
  6482. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  6483. "license": "MIT",
  6484. "dependencies": {
  6485. "js-tokens": "^3.0.0 || ^4.0.0"
  6486. },
  6487. "bin": {
  6488. "loose-envify": "cli.js"
  6489. }
  6490. },
  6491. "node_modules/lottie-web": {
  6492. "version": "5.13.0",
  6493. "resolved": "https://registry.npmmirror.com/lottie-web/-/lottie-web-5.13.0.tgz",
  6494. "integrity": "sha512-+gfBXl6sxXMPe8tKQm7qzLnUy5DUPJPKIyRHwtpCpyUEYjHYRJC/5gjUvdkuO2c3JllrPtHXH5UJJK8LRYl5yQ==",
  6495. "license": "MIT"
  6496. },
  6497. "node_modules/lru-cache": {
  6498. "version": "5.1.1",
  6499. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz",
  6500. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  6501. "dev": true,
  6502. "license": "ISC",
  6503. "dependencies": {
  6504. "yallist": "^3.0.2"
  6505. }
  6506. },
  6507. "node_modules/lz-string": {
  6508. "version": "1.5.0",
  6509. "resolved": "https://registry.npmmirror.com/lz-string/-/lz-string-1.5.0.tgz",
  6510. "integrity": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==",
  6511. "dev": true,
  6512. "license": "MIT",
  6513. "bin": {
  6514. "lz-string": "bin/bin.js"
  6515. }
  6516. },
  6517. "node_modules/magic-string": {
  6518. "version": "0.30.21",
  6519. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.21.tgz",
  6520. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  6521. "dev": true,
  6522. "license": "MIT",
  6523. "dependencies": {
  6524. "@jridgewell/sourcemap-codec": "^1.5.5"
  6525. }
  6526. },
  6527. "node_modules/markdown-extensions": {
  6528. "version": "2.0.0",
  6529. "resolved": "https://registry.npmmirror.com/markdown-extensions/-/markdown-extensions-2.0.0.tgz",
  6530. "integrity": "sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==",
  6531. "license": "MIT",
  6532. "engines": {
  6533. "node": ">=16"
  6534. },
  6535. "funding": {
  6536. "url": "https://github.com/sponsors/sindresorhus"
  6537. }
  6538. },
  6539. "node_modules/markdown-it": {
  6540. "version": "14.1.1",
  6541. "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.1.tgz",
  6542. "integrity": "sha512-BuU2qnTti9YKgK5N+IeMubp14ZUKUUw7yeJbkjtosvHiP0AZ5c8IAgEMk79D0eC8F23r4Ac/q8cAIFdm2FtyoA==",
  6543. "license": "MIT",
  6544. "dependencies": {
  6545. "argparse": "^2.0.1",
  6546. "entities": "^4.4.0",
  6547. "linkify-it": "^5.0.0",
  6548. "mdurl": "^2.0.0",
  6549. "punycode.js": "^2.3.1",
  6550. "uc.micro": "^2.1.0"
  6551. },
  6552. "bin": {
  6553. "markdown-it": "bin/markdown-it.mjs"
  6554. }
  6555. },
  6556. "node_modules/markdown-table": {
  6557. "version": "3.0.4",
  6558. "resolved": "https://registry.npmmirror.com/markdown-table/-/markdown-table-3.0.4.tgz",
  6559. "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==",
  6560. "license": "MIT",
  6561. "funding": {
  6562. "type": "github",
  6563. "url": "https://github.com/sponsors/wooorm"
  6564. }
  6565. },
  6566. "node_modules/math-intrinsics": {
  6567. "version": "1.1.0",
  6568. "resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  6569. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  6570. "license": "MIT",
  6571. "engines": {
  6572. "node": ">= 0.4"
  6573. }
  6574. },
  6575. "node_modules/mdast-util-find-and-replace": {
  6576. "version": "3.0.2",
  6577. "resolved": "https://registry.npmmirror.com/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz",
  6578. "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==",
  6579. "license": "MIT",
  6580. "dependencies": {
  6581. "@types/mdast": "^4.0.0",
  6582. "escape-string-regexp": "^5.0.0",
  6583. "unist-util-is": "^6.0.0",
  6584. "unist-util-visit-parents": "^6.0.0"
  6585. },
  6586. "funding": {
  6587. "type": "opencollective",
  6588. "url": "https://opencollective.com/unified"
  6589. }
  6590. },
  6591. "node_modules/mdast-util-find-and-replace/node_modules/escape-string-regexp": {
  6592. "version": "5.0.0",
  6593. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  6594. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  6595. "license": "MIT",
  6596. "engines": {
  6597. "node": ">=12"
  6598. },
  6599. "funding": {
  6600. "url": "https://github.com/sponsors/sindresorhus"
  6601. }
  6602. },
  6603. "node_modules/mdast-util-from-markdown": {
  6604. "version": "2.0.2",
  6605. "resolved": "https://registry.npmmirror.com/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz",
  6606. "integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==",
  6607. "license": "MIT",
  6608. "dependencies": {
  6609. "@types/mdast": "^4.0.0",
  6610. "@types/unist": "^3.0.0",
  6611. "decode-named-character-reference": "^1.0.0",
  6612. "devlop": "^1.0.0",
  6613. "mdast-util-to-string": "^4.0.0",
  6614. "micromark": "^4.0.0",
  6615. "micromark-util-decode-numeric-character-reference": "^2.0.0",
  6616. "micromark-util-decode-string": "^2.0.0",
  6617. "micromark-util-normalize-identifier": "^2.0.0",
  6618. "micromark-util-symbol": "^2.0.0",
  6619. "micromark-util-types": "^2.0.0",
  6620. "unist-util-stringify-position": "^4.0.0"
  6621. },
  6622. "funding": {
  6623. "type": "opencollective",
  6624. "url": "https://opencollective.com/unified"
  6625. }
  6626. },
  6627. "node_modules/mdast-util-gfm": {
  6628. "version": "3.1.0",
  6629. "resolved": "https://registry.npmmirror.com/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz",
  6630. "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==",
  6631. "license": "MIT",
  6632. "dependencies": {
  6633. "mdast-util-from-markdown": "^2.0.0",
  6634. "mdast-util-gfm-autolink-literal": "^2.0.0",
  6635. "mdast-util-gfm-footnote": "^2.0.0",
  6636. "mdast-util-gfm-strikethrough": "^2.0.0",
  6637. "mdast-util-gfm-table": "^2.0.0",
  6638. "mdast-util-gfm-task-list-item": "^2.0.0",
  6639. "mdast-util-to-markdown": "^2.0.0"
  6640. },
  6641. "funding": {
  6642. "type": "opencollective",
  6643. "url": "https://opencollective.com/unified"
  6644. }
  6645. },
  6646. "node_modules/mdast-util-gfm-autolink-literal": {
  6647. "version": "2.0.1",
  6648. "resolved": "https://registry.npmmirror.com/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz",
  6649. "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==",
  6650. "license": "MIT",
  6651. "dependencies": {
  6652. "@types/mdast": "^4.0.0",
  6653. "ccount": "^2.0.0",
  6654. "devlop": "^1.0.0",
  6655. "mdast-util-find-and-replace": "^3.0.0",
  6656. "micromark-util-character": "^2.0.0"
  6657. },
  6658. "funding": {
  6659. "type": "opencollective",
  6660. "url": "https://opencollective.com/unified"
  6661. }
  6662. },
  6663. "node_modules/mdast-util-gfm-footnote": {
  6664. "version": "2.1.0",
  6665. "resolved": "https://registry.npmmirror.com/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz",
  6666. "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==",
  6667. "license": "MIT",
  6668. "dependencies": {
  6669. "@types/mdast": "^4.0.0",
  6670. "devlop": "^1.1.0",
  6671. "mdast-util-from-markdown": "^2.0.0",
  6672. "mdast-util-to-markdown": "^2.0.0",
  6673. "micromark-util-normalize-identifier": "^2.0.0"
  6674. },
  6675. "funding": {
  6676. "type": "opencollective",
  6677. "url": "https://opencollective.com/unified"
  6678. }
  6679. },
  6680. "node_modules/mdast-util-gfm-strikethrough": {
  6681. "version": "2.0.0",
  6682. "resolved": "https://registry.npmmirror.com/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz",
  6683. "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==",
  6684. "license": "MIT",
  6685. "dependencies": {
  6686. "@types/mdast": "^4.0.0",
  6687. "mdast-util-from-markdown": "^2.0.0",
  6688. "mdast-util-to-markdown": "^2.0.0"
  6689. },
  6690. "funding": {
  6691. "type": "opencollective",
  6692. "url": "https://opencollective.com/unified"
  6693. }
  6694. },
  6695. "node_modules/mdast-util-gfm-table": {
  6696. "version": "2.0.0",
  6697. "resolved": "https://registry.npmmirror.com/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz",
  6698. "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==",
  6699. "license": "MIT",
  6700. "dependencies": {
  6701. "@types/mdast": "^4.0.0",
  6702. "devlop": "^1.0.0",
  6703. "markdown-table": "^3.0.0",
  6704. "mdast-util-from-markdown": "^2.0.0",
  6705. "mdast-util-to-markdown": "^2.0.0"
  6706. },
  6707. "funding": {
  6708. "type": "opencollective",
  6709. "url": "https://opencollective.com/unified"
  6710. }
  6711. },
  6712. "node_modules/mdast-util-gfm-task-list-item": {
  6713. "version": "2.0.0",
  6714. "resolved": "https://registry.npmmirror.com/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz",
  6715. "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==",
  6716. "license": "MIT",
  6717. "dependencies": {
  6718. "@types/mdast": "^4.0.0",
  6719. "devlop": "^1.0.0",
  6720. "mdast-util-from-markdown": "^2.0.0",
  6721. "mdast-util-to-markdown": "^2.0.0"
  6722. },
  6723. "funding": {
  6724. "type": "opencollective",
  6725. "url": "https://opencollective.com/unified"
  6726. }
  6727. },
  6728. "node_modules/mdast-util-mdx": {
  6729. "version": "3.0.0",
  6730. "resolved": "https://registry.npmmirror.com/mdast-util-mdx/-/mdast-util-mdx-3.0.0.tgz",
  6731. "integrity": "sha512-JfbYLAW7XnYTTbUsmpu0kdBUVe+yKVJZBItEjwyYJiDJuZ9w4eeaqks4HQO+R7objWgS2ymV60GYpI14Ug554w==",
  6732. "license": "MIT",
  6733. "dependencies": {
  6734. "mdast-util-from-markdown": "^2.0.0",
  6735. "mdast-util-mdx-expression": "^2.0.0",
  6736. "mdast-util-mdx-jsx": "^3.0.0",
  6737. "mdast-util-mdxjs-esm": "^2.0.0",
  6738. "mdast-util-to-markdown": "^2.0.0"
  6739. },
  6740. "funding": {
  6741. "type": "opencollective",
  6742. "url": "https://opencollective.com/unified"
  6743. }
  6744. },
  6745. "node_modules/mdast-util-mdx-expression": {
  6746. "version": "2.0.1",
  6747. "resolved": "https://registry.npmmirror.com/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz",
  6748. "integrity": "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==",
  6749. "license": "MIT",
  6750. "dependencies": {
  6751. "@types/estree-jsx": "^1.0.0",
  6752. "@types/hast": "^3.0.0",
  6753. "@types/mdast": "^4.0.0",
  6754. "devlop": "^1.0.0",
  6755. "mdast-util-from-markdown": "^2.0.0",
  6756. "mdast-util-to-markdown": "^2.0.0"
  6757. },
  6758. "funding": {
  6759. "type": "opencollective",
  6760. "url": "https://opencollective.com/unified"
  6761. }
  6762. },
  6763. "node_modules/mdast-util-mdx-jsx": {
  6764. "version": "3.2.0",
  6765. "resolved": "https://registry.npmmirror.com/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.2.0.tgz",
  6766. "integrity": "sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==",
  6767. "license": "MIT",
  6768. "dependencies": {
  6769. "@types/estree-jsx": "^1.0.0",
  6770. "@types/hast": "^3.0.0",
  6771. "@types/mdast": "^4.0.0",
  6772. "@types/unist": "^3.0.0",
  6773. "ccount": "^2.0.0",
  6774. "devlop": "^1.1.0",
  6775. "mdast-util-from-markdown": "^2.0.0",
  6776. "mdast-util-to-markdown": "^2.0.0",
  6777. "parse-entities": "^4.0.0",
  6778. "stringify-entities": "^4.0.0",
  6779. "unist-util-stringify-position": "^4.0.0",
  6780. "vfile-message": "^4.0.0"
  6781. },
  6782. "funding": {
  6783. "type": "opencollective",
  6784. "url": "https://opencollective.com/unified"
  6785. }
  6786. },
  6787. "node_modules/mdast-util-mdxjs-esm": {
  6788. "version": "2.0.1",
  6789. "resolved": "https://registry.npmmirror.com/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz",
  6790. "integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==",
  6791. "license": "MIT",
  6792. "dependencies": {
  6793. "@types/estree-jsx": "^1.0.0",
  6794. "@types/hast": "^3.0.0",
  6795. "@types/mdast": "^4.0.0",
  6796. "devlop": "^1.0.0",
  6797. "mdast-util-from-markdown": "^2.0.0",
  6798. "mdast-util-to-markdown": "^2.0.0"
  6799. },
  6800. "funding": {
  6801. "type": "opencollective",
  6802. "url": "https://opencollective.com/unified"
  6803. }
  6804. },
  6805. "node_modules/mdast-util-phrasing": {
  6806. "version": "4.1.0",
  6807. "resolved": "https://registry.npmmirror.com/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz",
  6808. "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",
  6809. "license": "MIT",
  6810. "dependencies": {
  6811. "@types/mdast": "^4.0.0",
  6812. "unist-util-is": "^6.0.0"
  6813. },
  6814. "funding": {
  6815. "type": "opencollective",
  6816. "url": "https://opencollective.com/unified"
  6817. }
  6818. },
  6819. "node_modules/mdast-util-to-hast": {
  6820. "version": "13.2.1",
  6821. "resolved": "https://registry.npmmirror.com/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz",
  6822. "integrity": "sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==",
  6823. "license": "MIT",
  6824. "dependencies": {
  6825. "@types/hast": "^3.0.0",
  6826. "@types/mdast": "^4.0.0",
  6827. "@ungap/structured-clone": "^1.0.0",
  6828. "devlop": "^1.0.0",
  6829. "micromark-util-sanitize-uri": "^2.0.0",
  6830. "trim-lines": "^3.0.0",
  6831. "unist-util-position": "^5.0.0",
  6832. "unist-util-visit": "^5.0.0",
  6833. "vfile": "^6.0.0"
  6834. },
  6835. "funding": {
  6836. "type": "opencollective",
  6837. "url": "https://opencollective.com/unified"
  6838. }
  6839. },
  6840. "node_modules/mdast-util-to-markdown": {
  6841. "version": "2.1.2",
  6842. "resolved": "https://registry.npmmirror.com/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz",
  6843. "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==",
  6844. "license": "MIT",
  6845. "dependencies": {
  6846. "@types/mdast": "^4.0.0",
  6847. "@types/unist": "^3.0.0",
  6848. "longest-streak": "^3.0.0",
  6849. "mdast-util-phrasing": "^4.0.0",
  6850. "mdast-util-to-string": "^4.0.0",
  6851. "micromark-util-classify-character": "^2.0.0",
  6852. "micromark-util-decode-string": "^2.0.0",
  6853. "unist-util-visit": "^5.0.0",
  6854. "zwitch": "^2.0.0"
  6855. },
  6856. "funding": {
  6857. "type": "opencollective",
  6858. "url": "https://opencollective.com/unified"
  6859. }
  6860. },
  6861. "node_modules/mdast-util-to-string": {
  6862. "version": "4.0.0",
  6863. "resolved": "https://registry.npmmirror.com/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz",
  6864. "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==",
  6865. "license": "MIT",
  6866. "dependencies": {
  6867. "@types/mdast": "^4.0.0"
  6868. },
  6869. "funding": {
  6870. "type": "opencollective",
  6871. "url": "https://opencollective.com/unified"
  6872. }
  6873. },
  6874. "node_modules/mdn-data": {
  6875. "version": "2.12.2",
  6876. "resolved": "https://registry.npmmirror.com/mdn-data/-/mdn-data-2.12.2.tgz",
  6877. "integrity": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==",
  6878. "dev": true,
  6879. "license": "CC0-1.0"
  6880. },
  6881. "node_modules/mdurl": {
  6882. "version": "2.0.0",
  6883. "resolved": "https://registry.npmmirror.com/mdurl/-/mdurl-2.0.0.tgz",
  6884. "integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==",
  6885. "license": "MIT"
  6886. },
  6887. "node_modules/memoize-one": {
  6888. "version": "5.2.1",
  6889. "resolved": "https://registry.npmmirror.com/memoize-one/-/memoize-one-5.2.1.tgz",
  6890. "integrity": "sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q==",
  6891. "license": "MIT"
  6892. },
  6893. "node_modules/merge2": {
  6894. "version": "1.4.1",
  6895. "resolved": "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz",
  6896. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  6897. "dev": true,
  6898. "license": "MIT",
  6899. "engines": {
  6900. "node": ">= 8"
  6901. }
  6902. },
  6903. "node_modules/micromark": {
  6904. "version": "4.0.2",
  6905. "resolved": "https://registry.npmmirror.com/micromark/-/micromark-4.0.2.tgz",
  6906. "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==",
  6907. "funding": [
  6908. {
  6909. "type": "GitHub Sponsors",
  6910. "url": "https://github.com/sponsors/unifiedjs"
  6911. },
  6912. {
  6913. "type": "OpenCollective",
  6914. "url": "https://opencollective.com/unified"
  6915. }
  6916. ],
  6917. "license": "MIT",
  6918. "dependencies": {
  6919. "@types/debug": "^4.0.0",
  6920. "debug": "^4.0.0",
  6921. "decode-named-character-reference": "^1.0.0",
  6922. "devlop": "^1.0.0",
  6923. "micromark-core-commonmark": "^2.0.0",
  6924. "micromark-factory-space": "^2.0.0",
  6925. "micromark-util-character": "^2.0.0",
  6926. "micromark-util-chunked": "^2.0.0",
  6927. "micromark-util-combine-extensions": "^2.0.0",
  6928. "micromark-util-decode-numeric-character-reference": "^2.0.0",
  6929. "micromark-util-encode": "^2.0.0",
  6930. "micromark-util-normalize-identifier": "^2.0.0",
  6931. "micromark-util-resolve-all": "^2.0.0",
  6932. "micromark-util-sanitize-uri": "^2.0.0",
  6933. "micromark-util-subtokenize": "^2.0.0",
  6934. "micromark-util-symbol": "^2.0.0",
  6935. "micromark-util-types": "^2.0.0"
  6936. }
  6937. },
  6938. "node_modules/micromark-core-commonmark": {
  6939. "version": "2.0.3",
  6940. "resolved": "https://registry.npmmirror.com/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz",
  6941. "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==",
  6942. "funding": [
  6943. {
  6944. "type": "GitHub Sponsors",
  6945. "url": "https://github.com/sponsors/unifiedjs"
  6946. },
  6947. {
  6948. "type": "OpenCollective",
  6949. "url": "https://opencollective.com/unified"
  6950. }
  6951. ],
  6952. "license": "MIT",
  6953. "dependencies": {
  6954. "decode-named-character-reference": "^1.0.0",
  6955. "devlop": "^1.0.0",
  6956. "micromark-factory-destination": "^2.0.0",
  6957. "micromark-factory-label": "^2.0.0",
  6958. "micromark-factory-space": "^2.0.0",
  6959. "micromark-factory-title": "^2.0.0",
  6960. "micromark-factory-whitespace": "^2.0.0",
  6961. "micromark-util-character": "^2.0.0",
  6962. "micromark-util-chunked": "^2.0.0",
  6963. "micromark-util-classify-character": "^2.0.0",
  6964. "micromark-util-html-tag-name": "^2.0.0",
  6965. "micromark-util-normalize-identifier": "^2.0.0",
  6966. "micromark-util-resolve-all": "^2.0.0",
  6967. "micromark-util-subtokenize": "^2.0.0",
  6968. "micromark-util-symbol": "^2.0.0",
  6969. "micromark-util-types": "^2.0.0"
  6970. }
  6971. },
  6972. "node_modules/micromark-extension-gfm": {
  6973. "version": "3.0.0",
  6974. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz",
  6975. "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==",
  6976. "license": "MIT",
  6977. "dependencies": {
  6978. "micromark-extension-gfm-autolink-literal": "^2.0.0",
  6979. "micromark-extension-gfm-footnote": "^2.0.0",
  6980. "micromark-extension-gfm-strikethrough": "^2.0.0",
  6981. "micromark-extension-gfm-table": "^2.0.0",
  6982. "micromark-extension-gfm-tagfilter": "^2.0.0",
  6983. "micromark-extension-gfm-task-list-item": "^2.0.0",
  6984. "micromark-util-combine-extensions": "^2.0.0",
  6985. "micromark-util-types": "^2.0.0"
  6986. },
  6987. "funding": {
  6988. "type": "opencollective",
  6989. "url": "https://opencollective.com/unified"
  6990. }
  6991. },
  6992. "node_modules/micromark-extension-gfm-autolink-literal": {
  6993. "version": "2.1.0",
  6994. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz",
  6995. "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==",
  6996. "license": "MIT",
  6997. "dependencies": {
  6998. "micromark-util-character": "^2.0.0",
  6999. "micromark-util-sanitize-uri": "^2.0.0",
  7000. "micromark-util-symbol": "^2.0.0",
  7001. "micromark-util-types": "^2.0.0"
  7002. },
  7003. "funding": {
  7004. "type": "opencollective",
  7005. "url": "https://opencollective.com/unified"
  7006. }
  7007. },
  7008. "node_modules/micromark-extension-gfm-footnote": {
  7009. "version": "2.1.0",
  7010. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz",
  7011. "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==",
  7012. "license": "MIT",
  7013. "dependencies": {
  7014. "devlop": "^1.0.0",
  7015. "micromark-core-commonmark": "^2.0.0",
  7016. "micromark-factory-space": "^2.0.0",
  7017. "micromark-util-character": "^2.0.0",
  7018. "micromark-util-normalize-identifier": "^2.0.0",
  7019. "micromark-util-sanitize-uri": "^2.0.0",
  7020. "micromark-util-symbol": "^2.0.0",
  7021. "micromark-util-types": "^2.0.0"
  7022. },
  7023. "funding": {
  7024. "type": "opencollective",
  7025. "url": "https://opencollective.com/unified"
  7026. }
  7027. },
  7028. "node_modules/micromark-extension-gfm-strikethrough": {
  7029. "version": "2.1.0",
  7030. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz",
  7031. "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==",
  7032. "license": "MIT",
  7033. "dependencies": {
  7034. "devlop": "^1.0.0",
  7035. "micromark-util-chunked": "^2.0.0",
  7036. "micromark-util-classify-character": "^2.0.0",
  7037. "micromark-util-resolve-all": "^2.0.0",
  7038. "micromark-util-symbol": "^2.0.0",
  7039. "micromark-util-types": "^2.0.0"
  7040. },
  7041. "funding": {
  7042. "type": "opencollective",
  7043. "url": "https://opencollective.com/unified"
  7044. }
  7045. },
  7046. "node_modules/micromark-extension-gfm-table": {
  7047. "version": "2.1.1",
  7048. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz",
  7049. "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==",
  7050. "license": "MIT",
  7051. "dependencies": {
  7052. "devlop": "^1.0.0",
  7053. "micromark-factory-space": "^2.0.0",
  7054. "micromark-util-character": "^2.0.0",
  7055. "micromark-util-symbol": "^2.0.0",
  7056. "micromark-util-types": "^2.0.0"
  7057. },
  7058. "funding": {
  7059. "type": "opencollective",
  7060. "url": "https://opencollective.com/unified"
  7061. }
  7062. },
  7063. "node_modules/micromark-extension-gfm-tagfilter": {
  7064. "version": "2.0.0",
  7065. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz",
  7066. "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==",
  7067. "license": "MIT",
  7068. "dependencies": {
  7069. "micromark-util-types": "^2.0.0"
  7070. },
  7071. "funding": {
  7072. "type": "opencollective",
  7073. "url": "https://opencollective.com/unified"
  7074. }
  7075. },
  7076. "node_modules/micromark-extension-gfm-task-list-item": {
  7077. "version": "2.1.0",
  7078. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz",
  7079. "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==",
  7080. "license": "MIT",
  7081. "dependencies": {
  7082. "devlop": "^1.0.0",
  7083. "micromark-factory-space": "^2.0.0",
  7084. "micromark-util-character": "^2.0.0",
  7085. "micromark-util-symbol": "^2.0.0",
  7086. "micromark-util-types": "^2.0.0"
  7087. },
  7088. "funding": {
  7089. "type": "opencollective",
  7090. "url": "https://opencollective.com/unified"
  7091. }
  7092. },
  7093. "node_modules/micromark-extension-mdx-expression": {
  7094. "version": "3.0.1",
  7095. "resolved": "https://registry.npmmirror.com/micromark-extension-mdx-expression/-/micromark-extension-mdx-expression-3.0.1.tgz",
  7096. "integrity": "sha512-dD/ADLJ1AeMvSAKBwO22zG22N4ybhe7kFIZ3LsDI0GlsNr2A3KYxb0LdC1u5rj4Nw+CHKY0RVdnHX8vj8ejm4Q==",
  7097. "funding": [
  7098. {
  7099. "type": "GitHub Sponsors",
  7100. "url": "https://github.com/sponsors/unifiedjs"
  7101. },
  7102. {
  7103. "type": "OpenCollective",
  7104. "url": "https://opencollective.com/unified"
  7105. }
  7106. ],
  7107. "license": "MIT",
  7108. "dependencies": {
  7109. "@types/estree": "^1.0.0",
  7110. "devlop": "^1.0.0",
  7111. "micromark-factory-mdx-expression": "^2.0.0",
  7112. "micromark-factory-space": "^2.0.0",
  7113. "micromark-util-character": "^2.0.0",
  7114. "micromark-util-events-to-acorn": "^2.0.0",
  7115. "micromark-util-symbol": "^2.0.0",
  7116. "micromark-util-types": "^2.0.0"
  7117. }
  7118. },
  7119. "node_modules/micromark-extension-mdx-jsx": {
  7120. "version": "3.0.2",
  7121. "resolved": "https://registry.npmmirror.com/micromark-extension-mdx-jsx/-/micromark-extension-mdx-jsx-3.0.2.tgz",
  7122. "integrity": "sha512-e5+q1DjMh62LZAJOnDraSSbDMvGJ8x3cbjygy2qFEi7HCeUT4BDKCvMozPozcD6WmOt6sVvYDNBKhFSz3kjOVQ==",
  7123. "license": "MIT",
  7124. "dependencies": {
  7125. "@types/estree": "^1.0.0",
  7126. "devlop": "^1.0.0",
  7127. "estree-util-is-identifier-name": "^3.0.0",
  7128. "micromark-factory-mdx-expression": "^2.0.0",
  7129. "micromark-factory-space": "^2.0.0",
  7130. "micromark-util-character": "^2.0.0",
  7131. "micromark-util-events-to-acorn": "^2.0.0",
  7132. "micromark-util-symbol": "^2.0.0",
  7133. "micromark-util-types": "^2.0.0",
  7134. "vfile-message": "^4.0.0"
  7135. },
  7136. "funding": {
  7137. "type": "opencollective",
  7138. "url": "https://opencollective.com/unified"
  7139. }
  7140. },
  7141. "node_modules/micromark-extension-mdx-md": {
  7142. "version": "2.0.0",
  7143. "resolved": "https://registry.npmmirror.com/micromark-extension-mdx-md/-/micromark-extension-mdx-md-2.0.0.tgz",
  7144. "integrity": "sha512-EpAiszsB3blw4Rpba7xTOUptcFeBFi+6PY8VnJ2hhimH+vCQDirWgsMpz7w1XcZE7LVrSAUGb9VJpG9ghlYvYQ==",
  7145. "license": "MIT",
  7146. "dependencies": {
  7147. "micromark-util-types": "^2.0.0"
  7148. },
  7149. "funding": {
  7150. "type": "opencollective",
  7151. "url": "https://opencollective.com/unified"
  7152. }
  7153. },
  7154. "node_modules/micromark-extension-mdxjs": {
  7155. "version": "3.0.0",
  7156. "resolved": "https://registry.npmmirror.com/micromark-extension-mdxjs/-/micromark-extension-mdxjs-3.0.0.tgz",
  7157. "integrity": "sha512-A873fJfhnJ2siZyUrJ31l34Uqwy4xIFmvPY1oj+Ean5PHcPBYzEsvqvWGaWcfEIr11O5Dlw3p2y0tZWpKHDejQ==",
  7158. "license": "MIT",
  7159. "dependencies": {
  7160. "acorn": "^8.0.0",
  7161. "acorn-jsx": "^5.0.0",
  7162. "micromark-extension-mdx-expression": "^3.0.0",
  7163. "micromark-extension-mdx-jsx": "^3.0.0",
  7164. "micromark-extension-mdx-md": "^2.0.0",
  7165. "micromark-extension-mdxjs-esm": "^3.0.0",
  7166. "micromark-util-combine-extensions": "^2.0.0",
  7167. "micromark-util-types": "^2.0.0"
  7168. },
  7169. "funding": {
  7170. "type": "opencollective",
  7171. "url": "https://opencollective.com/unified"
  7172. }
  7173. },
  7174. "node_modules/micromark-extension-mdxjs-esm": {
  7175. "version": "3.0.0",
  7176. "resolved": "https://registry.npmmirror.com/micromark-extension-mdxjs-esm/-/micromark-extension-mdxjs-esm-3.0.0.tgz",
  7177. "integrity": "sha512-DJFl4ZqkErRpq/dAPyeWp15tGrcrrJho1hKK5uBS70BCtfrIFg81sqcTVu3Ta+KD1Tk5vAtBNElWxtAa+m8K9A==",
  7178. "license": "MIT",
  7179. "dependencies": {
  7180. "@types/estree": "^1.0.0",
  7181. "devlop": "^1.0.0",
  7182. "micromark-core-commonmark": "^2.0.0",
  7183. "micromark-util-character": "^2.0.0",
  7184. "micromark-util-events-to-acorn": "^2.0.0",
  7185. "micromark-util-symbol": "^2.0.0",
  7186. "micromark-util-types": "^2.0.0",
  7187. "unist-util-position-from-estree": "^2.0.0",
  7188. "vfile-message": "^4.0.0"
  7189. },
  7190. "funding": {
  7191. "type": "opencollective",
  7192. "url": "https://opencollective.com/unified"
  7193. }
  7194. },
  7195. "node_modules/micromark-factory-destination": {
  7196. "version": "2.0.1",
  7197. "resolved": "https://registry.npmmirror.com/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz",
  7198. "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==",
  7199. "funding": [
  7200. {
  7201. "type": "GitHub Sponsors",
  7202. "url": "https://github.com/sponsors/unifiedjs"
  7203. },
  7204. {
  7205. "type": "OpenCollective",
  7206. "url": "https://opencollective.com/unified"
  7207. }
  7208. ],
  7209. "license": "MIT",
  7210. "dependencies": {
  7211. "micromark-util-character": "^2.0.0",
  7212. "micromark-util-symbol": "^2.0.0",
  7213. "micromark-util-types": "^2.0.0"
  7214. }
  7215. },
  7216. "node_modules/micromark-factory-label": {
  7217. "version": "2.0.1",
  7218. "resolved": "https://registry.npmmirror.com/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz",
  7219. "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==",
  7220. "funding": [
  7221. {
  7222. "type": "GitHub Sponsors",
  7223. "url": "https://github.com/sponsors/unifiedjs"
  7224. },
  7225. {
  7226. "type": "OpenCollective",
  7227. "url": "https://opencollective.com/unified"
  7228. }
  7229. ],
  7230. "license": "MIT",
  7231. "dependencies": {
  7232. "devlop": "^1.0.0",
  7233. "micromark-util-character": "^2.0.0",
  7234. "micromark-util-symbol": "^2.0.0",
  7235. "micromark-util-types": "^2.0.0"
  7236. }
  7237. },
  7238. "node_modules/micromark-factory-mdx-expression": {
  7239. "version": "2.0.3",
  7240. "resolved": "https://registry.npmmirror.com/micromark-factory-mdx-expression/-/micromark-factory-mdx-expression-2.0.3.tgz",
  7241. "integrity": "sha512-kQnEtA3vzucU2BkrIa8/VaSAsP+EJ3CKOvhMuJgOEGg9KDC6OAY6nSnNDVRiVNRqj7Y4SlSzcStaH/5jge8JdQ==",
  7242. "funding": [
  7243. {
  7244. "type": "GitHub Sponsors",
  7245. "url": "https://github.com/sponsors/unifiedjs"
  7246. },
  7247. {
  7248. "type": "OpenCollective",
  7249. "url": "https://opencollective.com/unified"
  7250. }
  7251. ],
  7252. "license": "MIT",
  7253. "dependencies": {
  7254. "@types/estree": "^1.0.0",
  7255. "devlop": "^1.0.0",
  7256. "micromark-factory-space": "^2.0.0",
  7257. "micromark-util-character": "^2.0.0",
  7258. "micromark-util-events-to-acorn": "^2.0.0",
  7259. "micromark-util-symbol": "^2.0.0",
  7260. "micromark-util-types": "^2.0.0",
  7261. "unist-util-position-from-estree": "^2.0.0",
  7262. "vfile-message": "^4.0.0"
  7263. }
  7264. },
  7265. "node_modules/micromark-factory-space": {
  7266. "version": "2.0.1",
  7267. "resolved": "https://registry.npmmirror.com/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz",
  7268. "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==",
  7269. "funding": [
  7270. {
  7271. "type": "GitHub Sponsors",
  7272. "url": "https://github.com/sponsors/unifiedjs"
  7273. },
  7274. {
  7275. "type": "OpenCollective",
  7276. "url": "https://opencollective.com/unified"
  7277. }
  7278. ],
  7279. "license": "MIT",
  7280. "dependencies": {
  7281. "micromark-util-character": "^2.0.0",
  7282. "micromark-util-types": "^2.0.0"
  7283. }
  7284. },
  7285. "node_modules/micromark-factory-title": {
  7286. "version": "2.0.1",
  7287. "resolved": "https://registry.npmmirror.com/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz",
  7288. "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==",
  7289. "funding": [
  7290. {
  7291. "type": "GitHub Sponsors",
  7292. "url": "https://github.com/sponsors/unifiedjs"
  7293. },
  7294. {
  7295. "type": "OpenCollective",
  7296. "url": "https://opencollective.com/unified"
  7297. }
  7298. ],
  7299. "license": "MIT",
  7300. "dependencies": {
  7301. "micromark-factory-space": "^2.0.0",
  7302. "micromark-util-character": "^2.0.0",
  7303. "micromark-util-symbol": "^2.0.0",
  7304. "micromark-util-types": "^2.0.0"
  7305. }
  7306. },
  7307. "node_modules/micromark-factory-whitespace": {
  7308. "version": "2.0.1",
  7309. "resolved": "https://registry.npmmirror.com/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz",
  7310. "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==",
  7311. "funding": [
  7312. {
  7313. "type": "GitHub Sponsors",
  7314. "url": "https://github.com/sponsors/unifiedjs"
  7315. },
  7316. {
  7317. "type": "OpenCollective",
  7318. "url": "https://opencollective.com/unified"
  7319. }
  7320. ],
  7321. "license": "MIT",
  7322. "dependencies": {
  7323. "micromark-factory-space": "^2.0.0",
  7324. "micromark-util-character": "^2.0.0",
  7325. "micromark-util-symbol": "^2.0.0",
  7326. "micromark-util-types": "^2.0.0"
  7327. }
  7328. },
  7329. "node_modules/micromark-util-character": {
  7330. "version": "2.1.1",
  7331. "resolved": "https://registry.npmmirror.com/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
  7332. "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
  7333. "funding": [
  7334. {
  7335. "type": "GitHub Sponsors",
  7336. "url": "https://github.com/sponsors/unifiedjs"
  7337. },
  7338. {
  7339. "type": "OpenCollective",
  7340. "url": "https://opencollective.com/unified"
  7341. }
  7342. ],
  7343. "license": "MIT",
  7344. "dependencies": {
  7345. "micromark-util-symbol": "^2.0.0",
  7346. "micromark-util-types": "^2.0.0"
  7347. }
  7348. },
  7349. "node_modules/micromark-util-chunked": {
  7350. "version": "2.0.1",
  7351. "resolved": "https://registry.npmmirror.com/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz",
  7352. "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==",
  7353. "funding": [
  7354. {
  7355. "type": "GitHub Sponsors",
  7356. "url": "https://github.com/sponsors/unifiedjs"
  7357. },
  7358. {
  7359. "type": "OpenCollective",
  7360. "url": "https://opencollective.com/unified"
  7361. }
  7362. ],
  7363. "license": "MIT",
  7364. "dependencies": {
  7365. "micromark-util-symbol": "^2.0.0"
  7366. }
  7367. },
  7368. "node_modules/micromark-util-classify-character": {
  7369. "version": "2.0.1",
  7370. "resolved": "https://registry.npmmirror.com/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
  7371. "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
  7372. "funding": [
  7373. {
  7374. "type": "GitHub Sponsors",
  7375. "url": "https://github.com/sponsors/unifiedjs"
  7376. },
  7377. {
  7378. "type": "OpenCollective",
  7379. "url": "https://opencollective.com/unified"
  7380. }
  7381. ],
  7382. "license": "MIT",
  7383. "dependencies": {
  7384. "micromark-util-character": "^2.0.0",
  7385. "micromark-util-symbol": "^2.0.0",
  7386. "micromark-util-types": "^2.0.0"
  7387. }
  7388. },
  7389. "node_modules/micromark-util-combine-extensions": {
  7390. "version": "2.0.1",
  7391. "resolved": "https://registry.npmmirror.com/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz",
  7392. "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==",
  7393. "funding": [
  7394. {
  7395. "type": "GitHub Sponsors",
  7396. "url": "https://github.com/sponsors/unifiedjs"
  7397. },
  7398. {
  7399. "type": "OpenCollective",
  7400. "url": "https://opencollective.com/unified"
  7401. }
  7402. ],
  7403. "license": "MIT",
  7404. "dependencies": {
  7405. "micromark-util-chunked": "^2.0.0",
  7406. "micromark-util-types": "^2.0.0"
  7407. }
  7408. },
  7409. "node_modules/micromark-util-decode-numeric-character-reference": {
  7410. "version": "2.0.2",
  7411. "resolved": "https://registry.npmmirror.com/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",
  7412. "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",
  7413. "funding": [
  7414. {
  7415. "type": "GitHub Sponsors",
  7416. "url": "https://github.com/sponsors/unifiedjs"
  7417. },
  7418. {
  7419. "type": "OpenCollective",
  7420. "url": "https://opencollective.com/unified"
  7421. }
  7422. ],
  7423. "license": "MIT",
  7424. "dependencies": {
  7425. "micromark-util-symbol": "^2.0.0"
  7426. }
  7427. },
  7428. "node_modules/micromark-util-decode-string": {
  7429. "version": "2.0.1",
  7430. "resolved": "https://registry.npmmirror.com/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz",
  7431. "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==",
  7432. "funding": [
  7433. {
  7434. "type": "GitHub Sponsors",
  7435. "url": "https://github.com/sponsors/unifiedjs"
  7436. },
  7437. {
  7438. "type": "OpenCollective",
  7439. "url": "https://opencollective.com/unified"
  7440. }
  7441. ],
  7442. "license": "MIT",
  7443. "dependencies": {
  7444. "decode-named-character-reference": "^1.0.0",
  7445. "micromark-util-character": "^2.0.0",
  7446. "micromark-util-decode-numeric-character-reference": "^2.0.0",
  7447. "micromark-util-symbol": "^2.0.0"
  7448. }
  7449. },
  7450. "node_modules/micromark-util-encode": {
  7451. "version": "2.0.1",
  7452. "resolved": "https://registry.npmmirror.com/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
  7453. "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
  7454. "funding": [
  7455. {
  7456. "type": "GitHub Sponsors",
  7457. "url": "https://github.com/sponsors/unifiedjs"
  7458. },
  7459. {
  7460. "type": "OpenCollective",
  7461. "url": "https://opencollective.com/unified"
  7462. }
  7463. ],
  7464. "license": "MIT"
  7465. },
  7466. "node_modules/micromark-util-events-to-acorn": {
  7467. "version": "2.0.3",
  7468. "resolved": "https://registry.npmmirror.com/micromark-util-events-to-acorn/-/micromark-util-events-to-acorn-2.0.3.tgz",
  7469. "integrity": "sha512-jmsiEIiZ1n7X1Rr5k8wVExBQCg5jy4UXVADItHmNk1zkwEVhBuIUKRu3fqv+hs4nxLISi2DQGlqIOGiFxgbfHg==",
  7470. "funding": [
  7471. {
  7472. "type": "GitHub Sponsors",
  7473. "url": "https://github.com/sponsors/unifiedjs"
  7474. },
  7475. {
  7476. "type": "OpenCollective",
  7477. "url": "https://opencollective.com/unified"
  7478. }
  7479. ],
  7480. "license": "MIT",
  7481. "dependencies": {
  7482. "@types/estree": "^1.0.0",
  7483. "@types/unist": "^3.0.0",
  7484. "devlop": "^1.0.0",
  7485. "estree-util-visit": "^2.0.0",
  7486. "micromark-util-symbol": "^2.0.0",
  7487. "micromark-util-types": "^2.0.0",
  7488. "vfile-message": "^4.0.0"
  7489. }
  7490. },
  7491. "node_modules/micromark-util-html-tag-name": {
  7492. "version": "2.0.1",
  7493. "resolved": "https://registry.npmmirror.com/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz",
  7494. "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==",
  7495. "funding": [
  7496. {
  7497. "type": "GitHub Sponsors",
  7498. "url": "https://github.com/sponsors/unifiedjs"
  7499. },
  7500. {
  7501. "type": "OpenCollective",
  7502. "url": "https://opencollective.com/unified"
  7503. }
  7504. ],
  7505. "license": "MIT"
  7506. },
  7507. "node_modules/micromark-util-normalize-identifier": {
  7508. "version": "2.0.1",
  7509. "resolved": "https://registry.npmmirror.com/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz",
  7510. "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==",
  7511. "funding": [
  7512. {
  7513. "type": "GitHub Sponsors",
  7514. "url": "https://github.com/sponsors/unifiedjs"
  7515. },
  7516. {
  7517. "type": "OpenCollective",
  7518. "url": "https://opencollective.com/unified"
  7519. }
  7520. ],
  7521. "license": "MIT",
  7522. "dependencies": {
  7523. "micromark-util-symbol": "^2.0.0"
  7524. }
  7525. },
  7526. "node_modules/micromark-util-resolve-all": {
  7527. "version": "2.0.1",
  7528. "resolved": "https://registry.npmmirror.com/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz",
  7529. "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==",
  7530. "funding": [
  7531. {
  7532. "type": "GitHub Sponsors",
  7533. "url": "https://github.com/sponsors/unifiedjs"
  7534. },
  7535. {
  7536. "type": "OpenCollective",
  7537. "url": "https://opencollective.com/unified"
  7538. }
  7539. ],
  7540. "license": "MIT",
  7541. "dependencies": {
  7542. "micromark-util-types": "^2.0.0"
  7543. }
  7544. },
  7545. "node_modules/micromark-util-sanitize-uri": {
  7546. "version": "2.0.1",
  7547. "resolved": "https://registry.npmmirror.com/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
  7548. "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
  7549. "funding": [
  7550. {
  7551. "type": "GitHub Sponsors",
  7552. "url": "https://github.com/sponsors/unifiedjs"
  7553. },
  7554. {
  7555. "type": "OpenCollective",
  7556. "url": "https://opencollective.com/unified"
  7557. }
  7558. ],
  7559. "license": "MIT",
  7560. "dependencies": {
  7561. "micromark-util-character": "^2.0.0",
  7562. "micromark-util-encode": "^2.0.0",
  7563. "micromark-util-symbol": "^2.0.0"
  7564. }
  7565. },
  7566. "node_modules/micromark-util-subtokenize": {
  7567. "version": "2.1.0",
  7568. "resolved": "https://registry.npmmirror.com/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz",
  7569. "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==",
  7570. "funding": [
  7571. {
  7572. "type": "GitHub Sponsors",
  7573. "url": "https://github.com/sponsors/unifiedjs"
  7574. },
  7575. {
  7576. "type": "OpenCollective",
  7577. "url": "https://opencollective.com/unified"
  7578. }
  7579. ],
  7580. "license": "MIT",
  7581. "dependencies": {
  7582. "devlop": "^1.0.0",
  7583. "micromark-util-chunked": "^2.0.0",
  7584. "micromark-util-symbol": "^2.0.0",
  7585. "micromark-util-types": "^2.0.0"
  7586. }
  7587. },
  7588. "node_modules/micromark-util-symbol": {
  7589. "version": "2.0.1",
  7590. "resolved": "https://registry.npmmirror.com/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
  7591. "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
  7592. "funding": [
  7593. {
  7594. "type": "GitHub Sponsors",
  7595. "url": "https://github.com/sponsors/unifiedjs"
  7596. },
  7597. {
  7598. "type": "OpenCollective",
  7599. "url": "https://opencollective.com/unified"
  7600. }
  7601. ],
  7602. "license": "MIT"
  7603. },
  7604. "node_modules/micromark-util-types": {
  7605. "version": "2.0.2",
  7606. "resolved": "https://registry.npmmirror.com/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
  7607. "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
  7608. "funding": [
  7609. {
  7610. "type": "GitHub Sponsors",
  7611. "url": "https://github.com/sponsors/unifiedjs"
  7612. },
  7613. {
  7614. "type": "OpenCollective",
  7615. "url": "https://opencollective.com/unified"
  7616. }
  7617. ],
  7618. "license": "MIT"
  7619. },
  7620. "node_modules/micromatch": {
  7621. "version": "4.0.8",
  7622. "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz",
  7623. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  7624. "dev": true,
  7625. "license": "MIT",
  7626. "dependencies": {
  7627. "braces": "^3.0.3",
  7628. "picomatch": "^2.3.1"
  7629. },
  7630. "engines": {
  7631. "node": ">=8.6"
  7632. }
  7633. },
  7634. "node_modules/micromatch/node_modules/picomatch": {
  7635. "version": "2.3.1",
  7636. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  7637. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  7638. "dev": true,
  7639. "license": "MIT",
  7640. "engines": {
  7641. "node": ">=8.6"
  7642. },
  7643. "funding": {
  7644. "url": "https://github.com/sponsors/jonschlinkert"
  7645. }
  7646. },
  7647. "node_modules/mime-db": {
  7648. "version": "1.52.0",
  7649. "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
  7650. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  7651. "license": "MIT",
  7652. "engines": {
  7653. "node": ">= 0.6"
  7654. }
  7655. },
  7656. "node_modules/mime-types": {
  7657. "version": "2.1.35",
  7658. "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
  7659. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  7660. "license": "MIT",
  7661. "dependencies": {
  7662. "mime-db": "1.52.0"
  7663. },
  7664. "engines": {
  7665. "node": ">= 0.6"
  7666. }
  7667. },
  7668. "node_modules/minimatch": {
  7669. "version": "9.0.3",
  7670. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.3.tgz",
  7671. "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
  7672. "dev": true,
  7673. "license": "ISC",
  7674. "dependencies": {
  7675. "brace-expansion": "^2.0.1"
  7676. },
  7677. "engines": {
  7678. "node": ">=16 || 14 >=14.17"
  7679. },
  7680. "funding": {
  7681. "url": "https://github.com/sponsors/isaacs"
  7682. }
  7683. },
  7684. "node_modules/ms": {
  7685. "version": "2.1.3",
  7686. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  7687. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  7688. "license": "MIT"
  7689. },
  7690. "node_modules/nanoid": {
  7691. "version": "3.3.11",
  7692. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz",
  7693. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  7694. "dev": true,
  7695. "funding": [
  7696. {
  7697. "type": "github",
  7698. "url": "https://github.com/sponsors/ai"
  7699. }
  7700. ],
  7701. "license": "MIT",
  7702. "bin": {
  7703. "nanoid": "bin/nanoid.cjs"
  7704. },
  7705. "engines": {
  7706. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  7707. }
  7708. },
  7709. "node_modules/natural-compare": {
  7710. "version": "1.4.0",
  7711. "resolved": "https://registry.npmmirror.com/natural-compare/-/natural-compare-1.4.0.tgz",
  7712. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  7713. "dev": true,
  7714. "license": "MIT"
  7715. },
  7716. "node_modules/node-releases": {
  7717. "version": "2.0.27",
  7718. "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.27.tgz",
  7719. "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
  7720. "dev": true,
  7721. "license": "MIT"
  7722. },
  7723. "node_modules/object-assign": {
  7724. "version": "4.1.1",
  7725. "resolved": "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz",
  7726. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  7727. "license": "MIT",
  7728. "engines": {
  7729. "node": ">=0.10.0"
  7730. }
  7731. },
  7732. "node_modules/obug": {
  7733. "version": "2.1.1",
  7734. "resolved": "https://registry.npmmirror.com/obug/-/obug-2.1.1.tgz",
  7735. "integrity": "sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==",
  7736. "dev": true,
  7737. "funding": [
  7738. "https://github.com/sponsors/sxzz",
  7739. "https://opencollective.com/debug"
  7740. ],
  7741. "license": "MIT"
  7742. },
  7743. "node_modules/once": {
  7744. "version": "1.4.0",
  7745. "resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz",
  7746. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  7747. "dev": true,
  7748. "license": "ISC",
  7749. "dependencies": {
  7750. "wrappy": "1"
  7751. }
  7752. },
  7753. "node_modules/optionator": {
  7754. "version": "0.9.4",
  7755. "resolved": "https://registry.npmmirror.com/optionator/-/optionator-0.9.4.tgz",
  7756. "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  7757. "dev": true,
  7758. "license": "MIT",
  7759. "dependencies": {
  7760. "deep-is": "^0.1.3",
  7761. "fast-levenshtein": "^2.0.6",
  7762. "levn": "^0.4.1",
  7763. "prelude-ls": "^1.2.1",
  7764. "type-check": "^0.4.0",
  7765. "word-wrap": "^1.2.5"
  7766. },
  7767. "engines": {
  7768. "node": ">= 0.8.0"
  7769. }
  7770. },
  7771. "node_modules/orderedmap": {
  7772. "version": "2.1.1",
  7773. "resolved": "https://registry.npmmirror.com/orderedmap/-/orderedmap-2.1.1.tgz",
  7774. "integrity": "sha512-TvAWxi0nDe1j/rtMcWcIj94+Ffe6n7zhow33h40SKxmsmozs6dz/e+EajymfoFcHd7sxNn8yHM8839uixMOV6g==",
  7775. "license": "MIT"
  7776. },
  7777. "node_modules/p-limit": {
  7778. "version": "3.1.0",
  7779. "resolved": "https://registry.npmmirror.com/p-limit/-/p-limit-3.1.0.tgz",
  7780. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  7781. "dev": true,
  7782. "license": "MIT",
  7783. "dependencies": {
  7784. "yocto-queue": "^0.1.0"
  7785. },
  7786. "engines": {
  7787. "node": ">=10"
  7788. },
  7789. "funding": {
  7790. "url": "https://github.com/sponsors/sindresorhus"
  7791. }
  7792. },
  7793. "node_modules/p-locate": {
  7794. "version": "5.0.0",
  7795. "resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-5.0.0.tgz",
  7796. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  7797. "dev": true,
  7798. "license": "MIT",
  7799. "dependencies": {
  7800. "p-limit": "^3.0.2"
  7801. },
  7802. "engines": {
  7803. "node": ">=10"
  7804. },
  7805. "funding": {
  7806. "url": "https://github.com/sponsors/sindresorhus"
  7807. }
  7808. },
  7809. "node_modules/pako": {
  7810. "version": "1.0.11",
  7811. "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz",
  7812. "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==",
  7813. "license": "(MIT AND Zlib)"
  7814. },
  7815. "node_modules/parent-module": {
  7816. "version": "1.0.1",
  7817. "resolved": "https://registry.npmmirror.com/parent-module/-/parent-module-1.0.1.tgz",
  7818. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  7819. "dev": true,
  7820. "license": "MIT",
  7821. "dependencies": {
  7822. "callsites": "^3.0.0"
  7823. },
  7824. "engines": {
  7825. "node": ">=6"
  7826. }
  7827. },
  7828. "node_modules/parse-entities": {
  7829. "version": "4.0.2",
  7830. "resolved": "https://registry.npmmirror.com/parse-entities/-/parse-entities-4.0.2.tgz",
  7831. "integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==",
  7832. "license": "MIT",
  7833. "dependencies": {
  7834. "@types/unist": "^2.0.0",
  7835. "character-entities-legacy": "^3.0.0",
  7836. "character-reference-invalid": "^2.0.0",
  7837. "decode-named-character-reference": "^1.0.0",
  7838. "is-alphanumerical": "^2.0.0",
  7839. "is-decimal": "^2.0.0",
  7840. "is-hexadecimal": "^2.0.0"
  7841. },
  7842. "funding": {
  7843. "type": "github",
  7844. "url": "https://github.com/sponsors/wooorm"
  7845. }
  7846. },
  7847. "node_modules/parse-entities/node_modules/@types/unist": {
  7848. "version": "2.0.11",
  7849. "resolved": "https://registry.npmmirror.com/@types/unist/-/unist-2.0.11.tgz",
  7850. "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
  7851. "license": "MIT"
  7852. },
  7853. "node_modules/parse5": {
  7854. "version": "8.0.0",
  7855. "resolved": "https://registry.npmmirror.com/parse5/-/parse5-8.0.0.tgz",
  7856. "integrity": "sha512-9m4m5GSgXjL4AjumKzq1Fgfp3Z8rsvjRNbnkVwfu2ImRqE5D0LnY2QfDen18FSY9C573YU5XxSapdHZTZ2WolA==",
  7857. "dev": true,
  7858. "license": "MIT",
  7859. "dependencies": {
  7860. "entities": "^6.0.0"
  7861. },
  7862. "funding": {
  7863. "url": "https://github.com/inikulin/parse5?sponsor=1"
  7864. }
  7865. },
  7866. "node_modules/parse5/node_modules/entities": {
  7867. "version": "6.0.1",
  7868. "resolved": "https://registry.npmmirror.com/entities/-/entities-6.0.1.tgz",
  7869. "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
  7870. "dev": true,
  7871. "license": "BSD-2-Clause",
  7872. "engines": {
  7873. "node": ">=0.12"
  7874. },
  7875. "funding": {
  7876. "url": "https://github.com/fb55/entities?sponsor=1"
  7877. }
  7878. },
  7879. "node_modules/path-exists": {
  7880. "version": "4.0.0",
  7881. "resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz",
  7882. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  7883. "dev": true,
  7884. "license": "MIT",
  7885. "engines": {
  7886. "node": ">=8"
  7887. }
  7888. },
  7889. "node_modules/path-is-absolute": {
  7890. "version": "1.0.1",
  7891. "resolved": "https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  7892. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  7893. "dev": true,
  7894. "license": "MIT",
  7895. "engines": {
  7896. "node": ">=0.10.0"
  7897. }
  7898. },
  7899. "node_modules/path-key": {
  7900. "version": "3.1.1",
  7901. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz",
  7902. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  7903. "dev": true,
  7904. "license": "MIT",
  7905. "engines": {
  7906. "node": ">=8"
  7907. }
  7908. },
  7909. "node_modules/path-type": {
  7910. "version": "4.0.0",
  7911. "resolved": "https://registry.npmmirror.com/path-type/-/path-type-4.0.0.tgz",
  7912. "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
  7913. "dev": true,
  7914. "license": "MIT",
  7915. "engines": {
  7916. "node": ">=8"
  7917. }
  7918. },
  7919. "node_modules/pathe": {
  7920. "version": "2.0.3",
  7921. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-2.0.3.tgz",
  7922. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  7923. "dev": true,
  7924. "license": "MIT"
  7925. },
  7926. "node_modules/picocolors": {
  7927. "version": "1.1.1",
  7928. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  7929. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  7930. "dev": true,
  7931. "license": "ISC"
  7932. },
  7933. "node_modules/picomatch": {
  7934. "version": "4.0.3",
  7935. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.3.tgz",
  7936. "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
  7937. "dev": true,
  7938. "license": "MIT",
  7939. "engines": {
  7940. "node": ">=12"
  7941. },
  7942. "funding": {
  7943. "url": "https://github.com/sponsors/jonschlinkert"
  7944. }
  7945. },
  7946. "node_modules/postcss": {
  7947. "version": "8.5.6",
  7948. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.6.tgz",
  7949. "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
  7950. "dev": true,
  7951. "funding": [
  7952. {
  7953. "type": "opencollective",
  7954. "url": "https://opencollective.com/postcss/"
  7955. },
  7956. {
  7957. "type": "tidelift",
  7958. "url": "https://tidelift.com/funding/github/npm/postcss"
  7959. },
  7960. {
  7961. "type": "github",
  7962. "url": "https://github.com/sponsors/ai"
  7963. }
  7964. ],
  7965. "license": "MIT",
  7966. "dependencies": {
  7967. "nanoid": "^3.3.11",
  7968. "picocolors": "^1.1.1",
  7969. "source-map-js": "^1.2.1"
  7970. },
  7971. "engines": {
  7972. "node": "^10 || ^12 || >=14"
  7973. }
  7974. },
  7975. "node_modules/postcss-value-parser": {
  7976. "version": "4.2.0",
  7977. "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  7978. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  7979. "dev": true,
  7980. "license": "MIT"
  7981. },
  7982. "node_modules/prelude-ls": {
  7983. "version": "1.2.1",
  7984. "resolved": "https://registry.npmmirror.com/prelude-ls/-/prelude-ls-1.2.1.tgz",
  7985. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  7986. "dev": true,
  7987. "license": "MIT",
  7988. "engines": {
  7989. "node": ">= 0.8.0"
  7990. }
  7991. },
  7992. "node_modules/pretty-format": {
  7993. "version": "27.5.1",
  7994. "resolved": "https://registry.npmmirror.com/pretty-format/-/pretty-format-27.5.1.tgz",
  7995. "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==",
  7996. "dev": true,
  7997. "license": "MIT",
  7998. "dependencies": {
  7999. "ansi-regex": "^5.0.1",
  8000. "ansi-styles": "^5.0.0",
  8001. "react-is": "^17.0.1"
  8002. },
  8003. "engines": {
  8004. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  8005. }
  8006. },
  8007. "node_modules/pretty-format/node_modules/ansi-styles": {
  8008. "version": "5.2.0",
  8009. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-5.2.0.tgz",
  8010. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
  8011. "dev": true,
  8012. "license": "MIT",
  8013. "engines": {
  8014. "node": ">=10"
  8015. },
  8016. "funding": {
  8017. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  8018. }
  8019. },
  8020. "node_modules/pretty-format/node_modules/react-is": {
  8021. "version": "17.0.2",
  8022. "resolved": "https://registry.npmmirror.com/react-is/-/react-is-17.0.2.tgz",
  8023. "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==",
  8024. "dev": true,
  8025. "license": "MIT"
  8026. },
  8027. "node_modules/prismjs": {
  8028. "version": "1.30.0",
  8029. "resolved": "https://registry.npmmirror.com/prismjs/-/prismjs-1.30.0.tgz",
  8030. "integrity": "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==",
  8031. "license": "MIT",
  8032. "engines": {
  8033. "node": ">=6"
  8034. }
  8035. },
  8036. "node_modules/process-nextick-args": {
  8037. "version": "2.0.1",
  8038. "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
  8039. "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
  8040. "license": "MIT"
  8041. },
  8042. "node_modules/prop-types": {
  8043. "version": "15.8.1",
  8044. "resolved": "https://registry.npmmirror.com/prop-types/-/prop-types-15.8.1.tgz",
  8045. "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
  8046. "license": "MIT",
  8047. "dependencies": {
  8048. "loose-envify": "^1.4.0",
  8049. "object-assign": "^4.1.1",
  8050. "react-is": "^16.13.1"
  8051. }
  8052. },
  8053. "node_modules/property-information": {
  8054. "version": "7.1.0",
  8055. "resolved": "https://registry.npmmirror.com/property-information/-/property-information-7.1.0.tgz",
  8056. "integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==",
  8057. "license": "MIT",
  8058. "funding": {
  8059. "type": "github",
  8060. "url": "https://github.com/sponsors/wooorm"
  8061. }
  8062. },
  8063. "node_modules/prosemirror-changeset": {
  8064. "version": "2.3.1",
  8065. "resolved": "https://registry.npmmirror.com/prosemirror-changeset/-/prosemirror-changeset-2.3.1.tgz",
  8066. "integrity": "sha512-j0kORIBm8ayJNl3zQvD1TTPHJX3g042et6y/KQhZhnPrruO8exkTgG8X+NRpj7kIyMMEx74Xb3DyMIBtO0IKkQ==",
  8067. "license": "MIT",
  8068. "dependencies": {
  8069. "prosemirror-transform": "^1.0.0"
  8070. }
  8071. },
  8072. "node_modules/prosemirror-collab": {
  8073. "version": "1.3.1",
  8074. "resolved": "https://registry.npmmirror.com/prosemirror-collab/-/prosemirror-collab-1.3.1.tgz",
  8075. "integrity": "sha512-4SnynYR9TTYaQVXd/ieUvsVV4PDMBzrq2xPUWutHivDuOshZXqQ5rGbZM84HEaXKbLdItse7weMGOUdDVcLKEQ==",
  8076. "license": "MIT",
  8077. "dependencies": {
  8078. "prosemirror-state": "^1.0.0"
  8079. }
  8080. },
  8081. "node_modules/prosemirror-commands": {
  8082. "version": "1.7.1",
  8083. "resolved": "https://registry.npmmirror.com/prosemirror-commands/-/prosemirror-commands-1.7.1.tgz",
  8084. "integrity": "sha512-rT7qZnQtx5c0/y/KlYaGvtG411S97UaL6gdp6RIZ23DLHanMYLyfGBV5DtSnZdthQql7W+lEVbpSfwtO8T+L2w==",
  8085. "license": "MIT",
  8086. "dependencies": {
  8087. "prosemirror-model": "^1.0.0",
  8088. "prosemirror-state": "^1.0.0",
  8089. "prosemirror-transform": "^1.10.2"
  8090. }
  8091. },
  8092. "node_modules/prosemirror-dropcursor": {
  8093. "version": "1.8.2",
  8094. "resolved": "https://registry.npmmirror.com/prosemirror-dropcursor/-/prosemirror-dropcursor-1.8.2.tgz",
  8095. "integrity": "sha512-CCk6Gyx9+Tt2sbYk5NK0nB1ukHi2ryaRgadV/LvyNuO3ena1payM2z6Cg0vO1ebK8cxbzo41ku2DE5Axj1Zuiw==",
  8096. "license": "MIT",
  8097. "dependencies": {
  8098. "prosemirror-state": "^1.0.0",
  8099. "prosemirror-transform": "^1.1.0",
  8100. "prosemirror-view": "^1.1.0"
  8101. }
  8102. },
  8103. "node_modules/prosemirror-gapcursor": {
  8104. "version": "1.4.0",
  8105. "resolved": "https://registry.npmmirror.com/prosemirror-gapcursor/-/prosemirror-gapcursor-1.4.0.tgz",
  8106. "integrity": "sha512-z00qvurSdCEWUIulij/isHaqu4uLS8r/Fi61IbjdIPJEonQgggbJsLnstW7Lgdk4zQ68/yr6B6bf7sJXowIgdQ==",
  8107. "license": "MIT",
  8108. "dependencies": {
  8109. "prosemirror-keymap": "^1.0.0",
  8110. "prosemirror-model": "^1.0.0",
  8111. "prosemirror-state": "^1.0.0",
  8112. "prosemirror-view": "^1.0.0"
  8113. }
  8114. },
  8115. "node_modules/prosemirror-history": {
  8116. "version": "1.5.0",
  8117. "resolved": "https://registry.npmmirror.com/prosemirror-history/-/prosemirror-history-1.5.0.tgz",
  8118. "integrity": "sha512-zlzTiH01eKA55UAf1MEjtssJeHnGxO0j4K4Dpx+gnmX9n+SHNlDqI2oO1Kv1iPN5B1dm5fsljCfqKF9nFL6HRg==",
  8119. "license": "MIT",
  8120. "dependencies": {
  8121. "prosemirror-state": "^1.2.2",
  8122. "prosemirror-transform": "^1.0.0",
  8123. "prosemirror-view": "^1.31.0",
  8124. "rope-sequence": "^1.3.0"
  8125. }
  8126. },
  8127. "node_modules/prosemirror-inputrules": {
  8128. "version": "1.5.1",
  8129. "resolved": "https://registry.npmmirror.com/prosemirror-inputrules/-/prosemirror-inputrules-1.5.1.tgz",
  8130. "integrity": "sha512-7wj4uMjKaXWAQ1CDgxNzNtR9AlsuwzHfdFH1ygEHA2KHF2DOEaXl1CJfNPAKCg9qNEh4rum975QLaCiQPyY6Fw==",
  8131. "license": "MIT",
  8132. "dependencies": {
  8133. "prosemirror-state": "^1.0.0",
  8134. "prosemirror-transform": "^1.0.0"
  8135. }
  8136. },
  8137. "node_modules/prosemirror-keymap": {
  8138. "version": "1.2.3",
  8139. "resolved": "https://registry.npmmirror.com/prosemirror-keymap/-/prosemirror-keymap-1.2.3.tgz",
  8140. "integrity": "sha512-4HucRlpiLd1IPQQXNqeo81BGtkY8Ai5smHhKW9jjPKRc2wQIxksg7Hl1tTI2IfT2B/LgX6bfYvXxEpJl7aKYKw==",
  8141. "license": "MIT",
  8142. "dependencies": {
  8143. "prosemirror-state": "^1.0.0",
  8144. "w3c-keyname": "^2.2.0"
  8145. }
  8146. },
  8147. "node_modules/prosemirror-markdown": {
  8148. "version": "1.13.4",
  8149. "resolved": "https://registry.npmmirror.com/prosemirror-markdown/-/prosemirror-markdown-1.13.4.tgz",
  8150. "integrity": "sha512-D98dm4cQ3Hs6EmjK500TdAOew4Z03EV71ajEFiWra3Upr7diytJsjF4mPV2dW+eK5uNectiRj0xFxYI9NLXDbw==",
  8151. "license": "MIT",
  8152. "dependencies": {
  8153. "@types/markdown-it": "^14.0.0",
  8154. "markdown-it": "^14.0.0",
  8155. "prosemirror-model": "^1.25.0"
  8156. }
  8157. },
  8158. "node_modules/prosemirror-menu": {
  8159. "version": "1.2.5",
  8160. "resolved": "https://registry.npmmirror.com/prosemirror-menu/-/prosemirror-menu-1.2.5.tgz",
  8161. "integrity": "sha512-qwXzynnpBIeg1D7BAtjOusR+81xCp53j7iWu/IargiRZqRjGIlQuu1f3jFi+ehrHhWMLoyOQTSRx/IWZJqOYtQ==",
  8162. "license": "MIT",
  8163. "dependencies": {
  8164. "crelt": "^1.0.0",
  8165. "prosemirror-commands": "^1.0.0",
  8166. "prosemirror-history": "^1.0.0",
  8167. "prosemirror-state": "^1.0.0"
  8168. }
  8169. },
  8170. "node_modules/prosemirror-model": {
  8171. "version": "1.25.4",
  8172. "resolved": "https://registry.npmmirror.com/prosemirror-model/-/prosemirror-model-1.25.4.tgz",
  8173. "integrity": "sha512-PIM7E43PBxKce8OQeezAs9j4TP+5yDpZVbuurd1h5phUxEKIu+G2a+EUZzIC5nS1mJktDJWzbqS23n1tsAf5QA==",
  8174. "license": "MIT",
  8175. "dependencies": {
  8176. "orderedmap": "^2.0.0"
  8177. }
  8178. },
  8179. "node_modules/prosemirror-schema-basic": {
  8180. "version": "1.2.4",
  8181. "resolved": "https://registry.npmmirror.com/prosemirror-schema-basic/-/prosemirror-schema-basic-1.2.4.tgz",
  8182. "integrity": "sha512-ELxP4TlX3yr2v5rM7Sb70SqStq5NvI15c0j9j/gjsrO5vaw+fnnpovCLEGIcpeGfifkuqJwl4fon6b+KdrODYQ==",
  8183. "license": "MIT",
  8184. "dependencies": {
  8185. "prosemirror-model": "^1.25.0"
  8186. }
  8187. },
  8188. "node_modules/prosemirror-schema-list": {
  8189. "version": "1.5.1",
  8190. "resolved": "https://registry.npmmirror.com/prosemirror-schema-list/-/prosemirror-schema-list-1.5.1.tgz",
  8191. "integrity": "sha512-927lFx/uwyQaGwJxLWCZRkjXG0p48KpMj6ueoYiu4JX05GGuGcgzAy62dfiV8eFZftgyBUvLx76RsMe20fJl+Q==",
  8192. "license": "MIT",
  8193. "dependencies": {
  8194. "prosemirror-model": "^1.0.0",
  8195. "prosemirror-state": "^1.0.0",
  8196. "prosemirror-transform": "^1.7.3"
  8197. }
  8198. },
  8199. "node_modules/prosemirror-state": {
  8200. "version": "1.4.4",
  8201. "resolved": "https://registry.npmmirror.com/prosemirror-state/-/prosemirror-state-1.4.4.tgz",
  8202. "integrity": "sha512-6jiYHH2CIGbCfnxdHbXZ12gySFY/fz/ulZE333G6bPqIZ4F+TXo9ifiR86nAHpWnfoNjOb3o5ESi7J8Uz1jXHw==",
  8203. "license": "MIT",
  8204. "dependencies": {
  8205. "prosemirror-model": "^1.0.0",
  8206. "prosemirror-transform": "^1.0.0",
  8207. "prosemirror-view": "^1.27.0"
  8208. }
  8209. },
  8210. "node_modules/prosemirror-tables": {
  8211. "version": "1.8.5",
  8212. "resolved": "https://registry.npmmirror.com/prosemirror-tables/-/prosemirror-tables-1.8.5.tgz",
  8213. "integrity": "sha512-V/0cDCsHKHe/tfWkeCmthNUcEp1IVO3p6vwN8XtwE9PZQLAZJigbw3QoraAdfJPir4NKJtNvOB8oYGKRl+t0Dw==",
  8214. "license": "MIT",
  8215. "dependencies": {
  8216. "prosemirror-keymap": "^1.2.3",
  8217. "prosemirror-model": "^1.25.4",
  8218. "prosemirror-state": "^1.4.4",
  8219. "prosemirror-transform": "^1.10.5",
  8220. "prosemirror-view": "^1.41.4"
  8221. }
  8222. },
  8223. "node_modules/prosemirror-trailing-node": {
  8224. "version": "3.0.0",
  8225. "resolved": "https://registry.npmmirror.com/prosemirror-trailing-node/-/prosemirror-trailing-node-3.0.0.tgz",
  8226. "integrity": "sha512-xiun5/3q0w5eRnGYfNlW1uU9W6x5MoFKWwq/0TIRgt09lv7Hcser2QYV8t4muXbEr+Fwo0geYn79Xs4GKywrRQ==",
  8227. "license": "MIT",
  8228. "dependencies": {
  8229. "@remirror/core-constants": "3.0.0",
  8230. "escape-string-regexp": "^4.0.0"
  8231. },
  8232. "peerDependencies": {
  8233. "prosemirror-model": "^1.22.1",
  8234. "prosemirror-state": "^1.4.2",
  8235. "prosemirror-view": "^1.33.8"
  8236. }
  8237. },
  8238. "node_modules/prosemirror-transform": {
  8239. "version": "1.11.0",
  8240. "resolved": "https://registry.npmmirror.com/prosemirror-transform/-/prosemirror-transform-1.11.0.tgz",
  8241. "integrity": "sha512-4I7Ce4KpygXb9bkiPS3hTEk4dSHorfRw8uI0pE8IhxlK2GXsqv5tIA7JUSxtSu7u8APVOTtbUBxTmnHIxVkIJw==",
  8242. "license": "MIT",
  8243. "dependencies": {
  8244. "prosemirror-model": "^1.21.0"
  8245. }
  8246. },
  8247. "node_modules/prosemirror-view": {
  8248. "version": "1.41.6",
  8249. "resolved": "https://registry.npmmirror.com/prosemirror-view/-/prosemirror-view-1.41.6.tgz",
  8250. "integrity": "sha512-mxpcDG4hNQa/CPtzxjdlir5bJFDlm0/x5nGBbStB2BWX+XOQ9M8ekEG+ojqB5BcVu2Rc80/jssCMZzSstJuSYg==",
  8251. "license": "MIT",
  8252. "dependencies": {
  8253. "prosemirror-model": "^1.20.0",
  8254. "prosemirror-state": "^1.0.0",
  8255. "prosemirror-transform": "^1.1.0"
  8256. }
  8257. },
  8258. "node_modules/proxy-from-env": {
  8259. "version": "1.1.0",
  8260. "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
  8261. "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
  8262. "license": "MIT"
  8263. },
  8264. "node_modules/punycode": {
  8265. "version": "2.3.1",
  8266. "resolved": "https://registry.npmmirror.com/punycode/-/punycode-2.3.1.tgz",
  8267. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  8268. "dev": true,
  8269. "license": "MIT",
  8270. "engines": {
  8271. "node": ">=6"
  8272. }
  8273. },
  8274. "node_modules/punycode.js": {
  8275. "version": "2.3.1",
  8276. "resolved": "https://registry.npmmirror.com/punycode.js/-/punycode.js-2.3.1.tgz",
  8277. "integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==",
  8278. "license": "MIT",
  8279. "engines": {
  8280. "node": ">=6"
  8281. }
  8282. },
  8283. "node_modules/queue-microtask": {
  8284. "version": "1.2.3",
  8285. "resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz",
  8286. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  8287. "dev": true,
  8288. "funding": [
  8289. {
  8290. "type": "github",
  8291. "url": "https://github.com/sponsors/feross"
  8292. },
  8293. {
  8294. "type": "patreon",
  8295. "url": "https://www.patreon.com/feross"
  8296. },
  8297. {
  8298. "type": "consulting",
  8299. "url": "https://feross.org/support"
  8300. }
  8301. ],
  8302. "license": "MIT"
  8303. },
  8304. "node_modules/react": {
  8305. "version": "18.3.1",
  8306. "resolved": "https://registry.npmmirror.com/react/-/react-18.3.1.tgz",
  8307. "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
  8308. "license": "MIT",
  8309. "dependencies": {
  8310. "loose-envify": "^1.1.0"
  8311. },
  8312. "engines": {
  8313. "node": ">=0.10.0"
  8314. }
  8315. },
  8316. "node_modules/react-dom": {
  8317. "version": "18.3.1",
  8318. "resolved": "https://registry.npmmirror.com/react-dom/-/react-dom-18.3.1.tgz",
  8319. "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==",
  8320. "license": "MIT",
  8321. "dependencies": {
  8322. "loose-envify": "^1.1.0",
  8323. "scheduler": "^0.23.2"
  8324. },
  8325. "peerDependencies": {
  8326. "react": "^18.3.1"
  8327. }
  8328. },
  8329. "node_modules/react-draggable": {
  8330. "version": "4.5.0",
  8331. "resolved": "https://registry.npmmirror.com/react-draggable/-/react-draggable-4.5.0.tgz",
  8332. "integrity": "sha512-VC+HBLEZ0XJxnOxVAZsdRi8rD04Iz3SiiKOoYzamjylUcju/hP9np/aZdLHf/7WOD268WMoNJMvYfB5yAK45cw==",
  8333. "license": "MIT",
  8334. "dependencies": {
  8335. "clsx": "^2.1.1",
  8336. "prop-types": "^15.8.1"
  8337. },
  8338. "peerDependencies": {
  8339. "react": ">= 16.3.0",
  8340. "react-dom": ">= 16.3.0"
  8341. }
  8342. },
  8343. "node_modules/react-error-boundary": {
  8344. "version": "6.1.1",
  8345. "resolved": "https://registry.npmmirror.com/react-error-boundary/-/react-error-boundary-6.1.1.tgz",
  8346. "integrity": "sha512-BrYwPOdXi5mqkk5lw+Uvt0ThHx32rCt3BkukS4X23A2AIWDPSGX6iaWTc0y9TU/mHDA/6qOSGel+B2ERkOvD1w==",
  8347. "license": "MIT",
  8348. "peerDependencies": {
  8349. "react": "^18.0.0 || ^19.0.0"
  8350. }
  8351. },
  8352. "node_modules/react-is": {
  8353. "version": "16.13.1",
  8354. "resolved": "https://registry.npmmirror.com/react-is/-/react-is-16.13.1.tgz",
  8355. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
  8356. "license": "MIT"
  8357. },
  8358. "node_modules/react-markdown": {
  8359. "version": "10.1.0",
  8360. "resolved": "https://registry.npmmirror.com/react-markdown/-/react-markdown-10.1.0.tgz",
  8361. "integrity": "sha512-qKxVopLT/TyA6BX3Ue5NwabOsAzm0Q7kAPwq6L+wWDwisYs7R8vZ0nRXqq6rkueboxpkjvLGU9fWifiX/ZZFxQ==",
  8362. "license": "MIT",
  8363. "dependencies": {
  8364. "@types/hast": "^3.0.0",
  8365. "@types/mdast": "^4.0.0",
  8366. "devlop": "^1.0.0",
  8367. "hast-util-to-jsx-runtime": "^2.0.0",
  8368. "html-url-attributes": "^3.0.0",
  8369. "mdast-util-to-hast": "^13.0.0",
  8370. "remark-parse": "^11.0.0",
  8371. "remark-rehype": "^11.0.0",
  8372. "unified": "^11.0.0",
  8373. "unist-util-visit": "^5.0.0",
  8374. "vfile": "^6.0.0"
  8375. },
  8376. "funding": {
  8377. "type": "opencollective",
  8378. "url": "https://opencollective.com/unified"
  8379. },
  8380. "peerDependencies": {
  8381. "@types/react": ">=18",
  8382. "react": ">=18"
  8383. }
  8384. },
  8385. "node_modules/react-refresh": {
  8386. "version": "0.17.0",
  8387. "resolved": "https://registry.npmmirror.com/react-refresh/-/react-refresh-0.17.0.tgz",
  8388. "integrity": "sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==",
  8389. "dev": true,
  8390. "license": "MIT",
  8391. "engines": {
  8392. "node": ">=0.10.0"
  8393. }
  8394. },
  8395. "node_modules/react-resizable": {
  8396. "version": "3.1.3",
  8397. "resolved": "https://registry.npmmirror.com/react-resizable/-/react-resizable-3.1.3.tgz",
  8398. "integrity": "sha512-liJBNayhX7qA4tBJiBD321FDhJxgGTJ07uzH5zSORXoE8h7PyEZ8mLqmosST7ppf6C4zUsbd2gzDMmBCfFp9Lw==",
  8399. "license": "MIT",
  8400. "dependencies": {
  8401. "prop-types": "15.x",
  8402. "react-draggable": "^4.5.0"
  8403. },
  8404. "peerDependencies": {
  8405. "react": ">= 16.3",
  8406. "react-dom": ">= 16.3"
  8407. }
  8408. },
  8409. "node_modules/react-window": {
  8410. "version": "1.8.11",
  8411. "resolved": "https://registry.npmmirror.com/react-window/-/react-window-1.8.11.tgz",
  8412. "integrity": "sha512-+SRbUVT2scadgFSWx+R1P754xHPEqvcfSfVX10QYg6POOz+WNgkN48pS+BtZNIMGiL1HYrSEiCkwsMS15QogEQ==",
  8413. "license": "MIT",
  8414. "dependencies": {
  8415. "@babel/runtime": "^7.0.0",
  8416. "memoize-one": ">=3.1.1 <6"
  8417. },
  8418. "engines": {
  8419. "node": ">8.0.0"
  8420. },
  8421. "peerDependencies": {
  8422. "react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
  8423. "react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  8424. }
  8425. },
  8426. "node_modules/readable-stream": {
  8427. "version": "2.3.8",
  8428. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
  8429. "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
  8430. "license": "MIT",
  8431. "dependencies": {
  8432. "core-util-is": "~1.0.0",
  8433. "inherits": "~2.0.3",
  8434. "isarray": "~1.0.0",
  8435. "process-nextick-args": "~2.0.0",
  8436. "safe-buffer": "~5.1.1",
  8437. "string_decoder": "~1.1.1",
  8438. "util-deprecate": "~1.0.1"
  8439. }
  8440. },
  8441. "node_modules/recma-build-jsx": {
  8442. "version": "1.0.0",
  8443. "resolved": "https://registry.npmmirror.com/recma-build-jsx/-/recma-build-jsx-1.0.0.tgz",
  8444. "integrity": "sha512-8GtdyqaBcDfva+GUKDr3nev3VpKAhup1+RvkMvUxURHpW7QyIvk9F5wz7Vzo06CEMSilw6uArgRqhpiUcWp8ew==",
  8445. "license": "MIT",
  8446. "dependencies": {
  8447. "@types/estree": "^1.0.0",
  8448. "estree-util-build-jsx": "^3.0.0",
  8449. "vfile": "^6.0.0"
  8450. },
  8451. "funding": {
  8452. "type": "opencollective",
  8453. "url": "https://opencollective.com/unified"
  8454. }
  8455. },
  8456. "node_modules/recma-jsx": {
  8457. "version": "1.0.1",
  8458. "resolved": "https://registry.npmmirror.com/recma-jsx/-/recma-jsx-1.0.1.tgz",
  8459. "integrity": "sha512-huSIy7VU2Z5OLv6oFLosQGGDqPqdO1iq6bWNAdhzMxSJP7RAso4fCZ1cKu8j9YHCZf3TPrq4dw3okhrylgcd7w==",
  8460. "license": "MIT",
  8461. "dependencies": {
  8462. "acorn-jsx": "^5.0.0",
  8463. "estree-util-to-js": "^2.0.0",
  8464. "recma-parse": "^1.0.0",
  8465. "recma-stringify": "^1.0.0",
  8466. "unified": "^11.0.0"
  8467. },
  8468. "funding": {
  8469. "type": "opencollective",
  8470. "url": "https://opencollective.com/unified"
  8471. },
  8472. "peerDependencies": {
  8473. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  8474. }
  8475. },
  8476. "node_modules/recma-parse": {
  8477. "version": "1.0.0",
  8478. "resolved": "https://registry.npmmirror.com/recma-parse/-/recma-parse-1.0.0.tgz",
  8479. "integrity": "sha512-OYLsIGBB5Y5wjnSnQW6t3Xg7q3fQ7FWbw/vcXtORTnyaSFscOtABg+7Pnz6YZ6c27fG1/aN8CjfwoUEUIdwqWQ==",
  8480. "license": "MIT",
  8481. "dependencies": {
  8482. "@types/estree": "^1.0.0",
  8483. "esast-util-from-js": "^2.0.0",
  8484. "unified": "^11.0.0",
  8485. "vfile": "^6.0.0"
  8486. },
  8487. "funding": {
  8488. "type": "opencollective",
  8489. "url": "https://opencollective.com/unified"
  8490. }
  8491. },
  8492. "node_modules/recma-stringify": {
  8493. "version": "1.0.0",
  8494. "resolved": "https://registry.npmmirror.com/recma-stringify/-/recma-stringify-1.0.0.tgz",
  8495. "integrity": "sha512-cjwII1MdIIVloKvC9ErQ+OgAtwHBmcZ0Bg4ciz78FtbT8In39aAYbaA7zvxQ61xVMSPE8WxhLwLbhif4Js2C+g==",
  8496. "license": "MIT",
  8497. "dependencies": {
  8498. "@types/estree": "^1.0.0",
  8499. "estree-util-to-js": "^2.0.0",
  8500. "unified": "^11.0.0",
  8501. "vfile": "^6.0.0"
  8502. },
  8503. "funding": {
  8504. "type": "opencollective",
  8505. "url": "https://opencollective.com/unified"
  8506. }
  8507. },
  8508. "node_modules/rehype-recma": {
  8509. "version": "1.0.0",
  8510. "resolved": "https://registry.npmmirror.com/rehype-recma/-/rehype-recma-1.0.0.tgz",
  8511. "integrity": "sha512-lqA4rGUf1JmacCNWWZx0Wv1dHqMwxzsDWYMTowuplHF3xH0N/MmrZ/G3BDZnzAkRmxDadujCjaKM2hqYdCBOGw==",
  8512. "license": "MIT",
  8513. "dependencies": {
  8514. "@types/estree": "^1.0.0",
  8515. "@types/hast": "^3.0.0",
  8516. "hast-util-to-estree": "^3.0.0"
  8517. },
  8518. "funding": {
  8519. "type": "opencollective",
  8520. "url": "https://opencollective.com/unified"
  8521. }
  8522. },
  8523. "node_modules/remark-gfm": {
  8524. "version": "4.0.1",
  8525. "resolved": "https://registry.npmmirror.com/remark-gfm/-/remark-gfm-4.0.1.tgz",
  8526. "integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==",
  8527. "license": "MIT",
  8528. "dependencies": {
  8529. "@types/mdast": "^4.0.0",
  8530. "mdast-util-gfm": "^3.0.0",
  8531. "micromark-extension-gfm": "^3.0.0",
  8532. "remark-parse": "^11.0.0",
  8533. "remark-stringify": "^11.0.0",
  8534. "unified": "^11.0.0"
  8535. },
  8536. "funding": {
  8537. "type": "opencollective",
  8538. "url": "https://opencollective.com/unified"
  8539. }
  8540. },
  8541. "node_modules/remark-mdx": {
  8542. "version": "3.1.1",
  8543. "resolved": "https://registry.npmmirror.com/remark-mdx/-/remark-mdx-3.1.1.tgz",
  8544. "integrity": "sha512-Pjj2IYlUY3+D8x00UJsIOg5BEvfMyeI+2uLPn9VO9Wg4MEtN/VTIq2NEJQfde9PnX15KgtHyl9S0BcTnWrIuWg==",
  8545. "license": "MIT",
  8546. "dependencies": {
  8547. "mdast-util-mdx": "^3.0.0",
  8548. "micromark-extension-mdxjs": "^3.0.0"
  8549. },
  8550. "funding": {
  8551. "type": "opencollective",
  8552. "url": "https://opencollective.com/unified"
  8553. }
  8554. },
  8555. "node_modules/remark-parse": {
  8556. "version": "11.0.0",
  8557. "resolved": "https://registry.npmmirror.com/remark-parse/-/remark-parse-11.0.0.tgz",
  8558. "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==",
  8559. "license": "MIT",
  8560. "dependencies": {
  8561. "@types/mdast": "^4.0.0",
  8562. "mdast-util-from-markdown": "^2.0.0",
  8563. "micromark-util-types": "^2.0.0",
  8564. "unified": "^11.0.0"
  8565. },
  8566. "funding": {
  8567. "type": "opencollective",
  8568. "url": "https://opencollective.com/unified"
  8569. }
  8570. },
  8571. "node_modules/remark-rehype": {
  8572. "version": "11.1.2",
  8573. "resolved": "https://registry.npmmirror.com/remark-rehype/-/remark-rehype-11.1.2.tgz",
  8574. "integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==",
  8575. "license": "MIT",
  8576. "dependencies": {
  8577. "@types/hast": "^3.0.0",
  8578. "@types/mdast": "^4.0.0",
  8579. "mdast-util-to-hast": "^13.0.0",
  8580. "unified": "^11.0.0",
  8581. "vfile": "^6.0.0"
  8582. },
  8583. "funding": {
  8584. "type": "opencollective",
  8585. "url": "https://opencollective.com/unified"
  8586. }
  8587. },
  8588. "node_modules/remark-stringify": {
  8589. "version": "11.0.0",
  8590. "resolved": "https://registry.npmmirror.com/remark-stringify/-/remark-stringify-11.0.0.tgz",
  8591. "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==",
  8592. "license": "MIT",
  8593. "dependencies": {
  8594. "@types/mdast": "^4.0.0",
  8595. "mdast-util-to-markdown": "^2.0.0",
  8596. "unified": "^11.0.0"
  8597. },
  8598. "funding": {
  8599. "type": "opencollective",
  8600. "url": "https://opencollective.com/unified"
  8601. }
  8602. },
  8603. "node_modules/require-from-string": {
  8604. "version": "2.0.2",
  8605. "resolved": "https://registry.npmmirror.com/require-from-string/-/require-from-string-2.0.2.tgz",
  8606. "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
  8607. "dev": true,
  8608. "license": "MIT",
  8609. "engines": {
  8610. "node": ">=0.10.0"
  8611. }
  8612. },
  8613. "node_modules/resolve-from": {
  8614. "version": "4.0.0",
  8615. "resolved": "https://registry.npmmirror.com/resolve-from/-/resolve-from-4.0.0.tgz",
  8616. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  8617. "dev": true,
  8618. "license": "MIT",
  8619. "engines": {
  8620. "node": ">=4"
  8621. }
  8622. },
  8623. "node_modules/reusify": {
  8624. "version": "1.1.0",
  8625. "resolved": "https://registry.npmmirror.com/reusify/-/reusify-1.1.0.tgz",
  8626. "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  8627. "dev": true,
  8628. "license": "MIT",
  8629. "engines": {
  8630. "iojs": ">=1.0.0",
  8631. "node": ">=0.10.0"
  8632. }
  8633. },
  8634. "node_modules/rimraf": {
  8635. "version": "3.0.2",
  8636. "resolved": "https://registry.npmmirror.com/rimraf/-/rimraf-3.0.2.tgz",
  8637. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  8638. "deprecated": "Rimraf versions prior to v4 are no longer supported",
  8639. "dev": true,
  8640. "license": "ISC",
  8641. "dependencies": {
  8642. "glob": "^7.1.3"
  8643. },
  8644. "bin": {
  8645. "rimraf": "bin.js"
  8646. },
  8647. "funding": {
  8648. "url": "https://github.com/sponsors/isaacs"
  8649. }
  8650. },
  8651. "node_modules/robust-predicates": {
  8652. "version": "3.0.2",
  8653. "resolved": "https://registry.npmmirror.com/robust-predicates/-/robust-predicates-3.0.2.tgz",
  8654. "integrity": "sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==",
  8655. "license": "Unlicense"
  8656. },
  8657. "node_modules/rollup": {
  8658. "version": "4.59.0",
  8659. "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.59.0.tgz",
  8660. "integrity": "sha512-2oMpl67a3zCH9H79LeMcbDhXW/UmWG/y2zuqnF2jQq5uq9TbM9TVyXvA4+t+ne2IIkBdrLpAaRQAvo7YI/Yyeg==",
  8661. "dev": true,
  8662. "license": "MIT",
  8663. "dependencies": {
  8664. "@types/estree": "1.0.8"
  8665. },
  8666. "bin": {
  8667. "rollup": "dist/bin/rollup"
  8668. },
  8669. "engines": {
  8670. "node": ">=18.0.0",
  8671. "npm": ">=8.0.0"
  8672. },
  8673. "optionalDependencies": {
  8674. "@rollup/rollup-android-arm-eabi": "4.59.0",
  8675. "@rollup/rollup-android-arm64": "4.59.0",
  8676. "@rollup/rollup-darwin-arm64": "4.59.0",
  8677. "@rollup/rollup-darwin-x64": "4.59.0",
  8678. "@rollup/rollup-freebsd-arm64": "4.59.0",
  8679. "@rollup/rollup-freebsd-x64": "4.59.0",
  8680. "@rollup/rollup-linux-arm-gnueabihf": "4.59.0",
  8681. "@rollup/rollup-linux-arm-musleabihf": "4.59.0",
  8682. "@rollup/rollup-linux-arm64-gnu": "4.59.0",
  8683. "@rollup/rollup-linux-arm64-musl": "4.59.0",
  8684. "@rollup/rollup-linux-loong64-gnu": "4.59.0",
  8685. "@rollup/rollup-linux-loong64-musl": "4.59.0",
  8686. "@rollup/rollup-linux-ppc64-gnu": "4.59.0",
  8687. "@rollup/rollup-linux-ppc64-musl": "4.59.0",
  8688. "@rollup/rollup-linux-riscv64-gnu": "4.59.0",
  8689. "@rollup/rollup-linux-riscv64-musl": "4.59.0",
  8690. "@rollup/rollup-linux-s390x-gnu": "4.59.0",
  8691. "@rollup/rollup-linux-x64-gnu": "4.59.0",
  8692. "@rollup/rollup-linux-x64-musl": "4.59.0",
  8693. "@rollup/rollup-openbsd-x64": "4.59.0",
  8694. "@rollup/rollup-openharmony-arm64": "4.59.0",
  8695. "@rollup/rollup-win32-arm64-msvc": "4.59.0",
  8696. "@rollup/rollup-win32-ia32-msvc": "4.59.0",
  8697. "@rollup/rollup-win32-x64-gnu": "4.59.0",
  8698. "@rollup/rollup-win32-x64-msvc": "4.59.0",
  8699. "fsevents": "~2.3.2"
  8700. }
  8701. },
  8702. "node_modules/rope-sequence": {
  8703. "version": "1.3.4",
  8704. "resolved": "https://registry.npmmirror.com/rope-sequence/-/rope-sequence-1.3.4.tgz",
  8705. "integrity": "sha512-UT5EDe2cu2E/6O4igUr5PSFs23nvvukicWHx6GnOPlHAiiYbzNuCRQCuiUdHJQcqKalLKlrYJnjY0ySGsXNQXQ==",
  8706. "license": "MIT"
  8707. },
  8708. "node_modules/run-parallel": {
  8709. "version": "1.2.0",
  8710. "resolved": "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz",
  8711. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  8712. "dev": true,
  8713. "funding": [
  8714. {
  8715. "type": "github",
  8716. "url": "https://github.com/sponsors/feross"
  8717. },
  8718. {
  8719. "type": "patreon",
  8720. "url": "https://www.patreon.com/feross"
  8721. },
  8722. {
  8723. "type": "consulting",
  8724. "url": "https://feross.org/support"
  8725. }
  8726. ],
  8727. "license": "MIT",
  8728. "dependencies": {
  8729. "queue-microtask": "^1.2.2"
  8730. }
  8731. },
  8732. "node_modules/rw": {
  8733. "version": "1.3.3",
  8734. "resolved": "https://registry.npmmirror.com/rw/-/rw-1.3.3.tgz",
  8735. "integrity": "sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==",
  8736. "license": "BSD-3-Clause"
  8737. },
  8738. "node_modules/safe-buffer": {
  8739. "version": "5.1.2",
  8740. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
  8741. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
  8742. "license": "MIT"
  8743. },
  8744. "node_modules/safer-buffer": {
  8745. "version": "2.1.2",
  8746. "resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
  8747. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
  8748. "license": "MIT"
  8749. },
  8750. "node_modules/saxes": {
  8751. "version": "6.0.0",
  8752. "resolved": "https://registry.npmmirror.com/saxes/-/saxes-6.0.0.tgz",
  8753. "integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==",
  8754. "dev": true,
  8755. "license": "ISC",
  8756. "dependencies": {
  8757. "xmlchars": "^2.2.0"
  8758. },
  8759. "engines": {
  8760. "node": ">=v12.22.7"
  8761. }
  8762. },
  8763. "node_modules/scheduler": {
  8764. "version": "0.23.2",
  8765. "resolved": "https://registry.npmmirror.com/scheduler/-/scheduler-0.23.2.tgz",
  8766. "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==",
  8767. "license": "MIT",
  8768. "dependencies": {
  8769. "loose-envify": "^1.1.0"
  8770. }
  8771. },
  8772. "node_modules/scroll-into-view-if-needed": {
  8773. "version": "2.2.31",
  8774. "resolved": "https://registry.npmmirror.com/scroll-into-view-if-needed/-/scroll-into-view-if-needed-2.2.31.tgz",
  8775. "integrity": "sha512-dGCXy99wZQivjmjIqihaBQNjryrz5rueJY7eHfTdyWEiR4ttYpsajb14rn9s5d4DY4EcY6+4+U/maARBXJedkA==",
  8776. "license": "MIT",
  8777. "dependencies": {
  8778. "compute-scroll-into-view": "^1.0.20"
  8779. }
  8780. },
  8781. "node_modules/semver": {
  8782. "version": "7.7.4",
  8783. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.4.tgz",
  8784. "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
  8785. "dev": true,
  8786. "license": "ISC",
  8787. "bin": {
  8788. "semver": "bin/semver.js"
  8789. },
  8790. "engines": {
  8791. "node": ">=10"
  8792. }
  8793. },
  8794. "node_modules/setimmediate": {
  8795. "version": "1.0.5",
  8796. "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz",
  8797. "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==",
  8798. "license": "MIT"
  8799. },
  8800. "node_modules/shebang-command": {
  8801. "version": "2.0.0",
  8802. "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz",
  8803. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  8804. "dev": true,
  8805. "license": "MIT",
  8806. "dependencies": {
  8807. "shebang-regex": "^3.0.0"
  8808. },
  8809. "engines": {
  8810. "node": ">=8"
  8811. }
  8812. },
  8813. "node_modules/shebang-regex": {
  8814. "version": "3.0.0",
  8815. "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz",
  8816. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  8817. "dev": true,
  8818. "license": "MIT",
  8819. "engines": {
  8820. "node": ">=8"
  8821. }
  8822. },
  8823. "node_modules/siginfo": {
  8824. "version": "2.0.0",
  8825. "resolved": "https://registry.npmmirror.com/siginfo/-/siginfo-2.0.0.tgz",
  8826. "integrity": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==",
  8827. "dev": true,
  8828. "license": "ISC"
  8829. },
  8830. "node_modules/slash": {
  8831. "version": "3.0.0",
  8832. "resolved": "https://registry.npmmirror.com/slash/-/slash-3.0.0.tgz",
  8833. "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
  8834. "dev": true,
  8835. "license": "MIT",
  8836. "engines": {
  8837. "node": ">=8"
  8838. }
  8839. },
  8840. "node_modules/source-map": {
  8841. "version": "0.7.6",
  8842. "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.7.6.tgz",
  8843. "integrity": "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==",
  8844. "license": "BSD-3-Clause",
  8845. "engines": {
  8846. "node": ">= 12"
  8847. }
  8848. },
  8849. "node_modules/source-map-js": {
  8850. "version": "1.2.1",
  8851. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  8852. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  8853. "dev": true,
  8854. "license": "BSD-3-Clause",
  8855. "engines": {
  8856. "node": ">=0.10.0"
  8857. }
  8858. },
  8859. "node_modules/space-separated-tokens": {
  8860. "version": "2.0.2",
  8861. "resolved": "https://registry.npmmirror.com/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
  8862. "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
  8863. "license": "MIT",
  8864. "funding": {
  8865. "type": "github",
  8866. "url": "https://github.com/sponsors/wooorm"
  8867. }
  8868. },
  8869. "node_modules/stackback": {
  8870. "version": "0.0.2",
  8871. "resolved": "https://registry.npmmirror.com/stackback/-/stackback-0.0.2.tgz",
  8872. "integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==",
  8873. "dev": true,
  8874. "license": "MIT"
  8875. },
  8876. "node_modules/std-env": {
  8877. "version": "3.10.0",
  8878. "resolved": "https://registry.npmmirror.com/std-env/-/std-env-3.10.0.tgz",
  8879. "integrity": "sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==",
  8880. "dev": true,
  8881. "license": "MIT"
  8882. },
  8883. "node_modules/string_decoder": {
  8884. "version": "1.1.1",
  8885. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  8886. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  8887. "license": "MIT",
  8888. "dependencies": {
  8889. "safe-buffer": "~5.1.0"
  8890. }
  8891. },
  8892. "node_modules/stringify-entities": {
  8893. "version": "4.0.4",
  8894. "resolved": "https://registry.npmmirror.com/stringify-entities/-/stringify-entities-4.0.4.tgz",
  8895. "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==",
  8896. "license": "MIT",
  8897. "dependencies": {
  8898. "character-entities-html4": "^2.0.0",
  8899. "character-entities-legacy": "^3.0.0"
  8900. },
  8901. "funding": {
  8902. "type": "github",
  8903. "url": "https://github.com/sponsors/wooorm"
  8904. }
  8905. },
  8906. "node_modules/strip-ansi": {
  8907. "version": "6.0.1",
  8908. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  8909. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  8910. "dev": true,
  8911. "license": "MIT",
  8912. "dependencies": {
  8913. "ansi-regex": "^5.0.1"
  8914. },
  8915. "engines": {
  8916. "node": ">=8"
  8917. }
  8918. },
  8919. "node_modules/strip-json-comments": {
  8920. "version": "3.1.1",
  8921. "resolved": "https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  8922. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  8923. "dev": true,
  8924. "license": "MIT",
  8925. "engines": {
  8926. "node": ">=8"
  8927. },
  8928. "funding": {
  8929. "url": "https://github.com/sponsors/sindresorhus"
  8930. }
  8931. },
  8932. "node_modules/style-to-js": {
  8933. "version": "1.1.21",
  8934. "resolved": "https://registry.npmmirror.com/style-to-js/-/style-to-js-1.1.21.tgz",
  8935. "integrity": "sha512-RjQetxJrrUJLQPHbLku6U/ocGtzyjbJMP9lCNK7Ag0CNh690nSH8woqWH9u16nMjYBAok+i7JO1NP2pOy8IsPQ==",
  8936. "license": "MIT",
  8937. "dependencies": {
  8938. "style-to-object": "1.0.14"
  8939. }
  8940. },
  8941. "node_modules/style-to-object": {
  8942. "version": "1.0.14",
  8943. "resolved": "https://registry.npmmirror.com/style-to-object/-/style-to-object-1.0.14.tgz",
  8944. "integrity": "sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==",
  8945. "license": "MIT",
  8946. "dependencies": {
  8947. "inline-style-parser": "0.2.7"
  8948. }
  8949. },
  8950. "node_modules/supports-color": {
  8951. "version": "7.2.0",
  8952. "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz",
  8953. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  8954. "dev": true,
  8955. "license": "MIT",
  8956. "dependencies": {
  8957. "has-flag": "^4.0.0"
  8958. },
  8959. "engines": {
  8960. "node": ">=8"
  8961. }
  8962. },
  8963. "node_modules/symbol-tree": {
  8964. "version": "3.2.4",
  8965. "resolved": "https://registry.npmmirror.com/symbol-tree/-/symbol-tree-3.2.4.tgz",
  8966. "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
  8967. "dev": true,
  8968. "license": "MIT"
  8969. },
  8970. "node_modules/tailwindcss": {
  8971. "version": "4.1.18",
  8972. "resolved": "https://registry.npmmirror.com/tailwindcss/-/tailwindcss-4.1.18.tgz",
  8973. "integrity": "sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==",
  8974. "dev": true,
  8975. "license": "MIT"
  8976. },
  8977. "node_modules/tapable": {
  8978. "version": "2.3.0",
  8979. "resolved": "https://registry.npmmirror.com/tapable/-/tapable-2.3.0.tgz",
  8980. "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==",
  8981. "dev": true,
  8982. "license": "MIT",
  8983. "engines": {
  8984. "node": ">=6"
  8985. },
  8986. "funding": {
  8987. "type": "opencollective",
  8988. "url": "https://opencollective.com/webpack"
  8989. }
  8990. },
  8991. "node_modules/text-table": {
  8992. "version": "0.2.0",
  8993. "resolved": "https://registry.npmmirror.com/text-table/-/text-table-0.2.0.tgz",
  8994. "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
  8995. "dev": true,
  8996. "license": "MIT"
  8997. },
  8998. "node_modules/tinybench": {
  8999. "version": "2.9.0",
  9000. "resolved": "https://registry.npmmirror.com/tinybench/-/tinybench-2.9.0.tgz",
  9001. "integrity": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==",
  9002. "dev": true,
  9003. "license": "MIT"
  9004. },
  9005. "node_modules/tinyexec": {
  9006. "version": "1.0.2",
  9007. "resolved": "https://registry.npmmirror.com/tinyexec/-/tinyexec-1.0.2.tgz",
  9008. "integrity": "sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==",
  9009. "dev": true,
  9010. "license": "MIT",
  9011. "engines": {
  9012. "node": ">=18"
  9013. }
  9014. },
  9015. "node_modules/tinyglobby": {
  9016. "version": "0.2.15",
  9017. "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.15.tgz",
  9018. "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
  9019. "dev": true,
  9020. "license": "MIT",
  9021. "dependencies": {
  9022. "fdir": "^6.5.0",
  9023. "picomatch": "^4.0.3"
  9024. },
  9025. "engines": {
  9026. "node": ">=12.0.0"
  9027. },
  9028. "funding": {
  9029. "url": "https://github.com/sponsors/SuperchupuDev"
  9030. }
  9031. },
  9032. "node_modules/tinyrainbow": {
  9033. "version": "3.0.3",
  9034. "resolved": "https://registry.npmmirror.com/tinyrainbow/-/tinyrainbow-3.0.3.tgz",
  9035. "integrity": "sha512-PSkbLUoxOFRzJYjjxHJt9xro7D+iilgMX/C9lawzVuYiIdcihh9DXmVibBe8lmcFrRi/VzlPjBxbN7rH24q8/Q==",
  9036. "dev": true,
  9037. "license": "MIT",
  9038. "engines": {
  9039. "node": ">=14.0.0"
  9040. }
  9041. },
  9042. "node_modules/tldts": {
  9043. "version": "7.0.23",
  9044. "resolved": "https://registry.npmmirror.com/tldts/-/tldts-7.0.23.tgz",
  9045. "integrity": "sha512-ASdhgQIBSay0R/eXggAkQ53G4nTJqTXqC2kbaBbdDwM7SkjyZyO0OaaN1/FH7U/yCeqOHDwFO5j8+Os/IS1dXw==",
  9046. "dev": true,
  9047. "license": "MIT",
  9048. "dependencies": {
  9049. "tldts-core": "^7.0.23"
  9050. },
  9051. "bin": {
  9052. "tldts": "bin/cli.js"
  9053. }
  9054. },
  9055. "node_modules/tldts-core": {
  9056. "version": "7.0.23",
  9057. "resolved": "https://registry.npmmirror.com/tldts-core/-/tldts-core-7.0.23.tgz",
  9058. "integrity": "sha512-0g9vrtDQLrNIiCj22HSe9d4mLVG3g5ph5DZ8zCKBr4OtrspmNB6ss7hVyzArAeE88ceZocIEGkyW1Ime7fxPtQ==",
  9059. "dev": true,
  9060. "license": "MIT"
  9061. },
  9062. "node_modules/to-regex-range": {
  9063. "version": "5.0.1",
  9064. "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
  9065. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  9066. "dev": true,
  9067. "license": "MIT",
  9068. "dependencies": {
  9069. "is-number": "^7.0.0"
  9070. },
  9071. "engines": {
  9072. "node": ">=8.0"
  9073. }
  9074. },
  9075. "node_modules/tough-cookie": {
  9076. "version": "6.0.0",
  9077. "resolved": "https://registry.npmmirror.com/tough-cookie/-/tough-cookie-6.0.0.tgz",
  9078. "integrity": "sha512-kXuRi1mtaKMrsLUxz3sQYvVl37B0Ns6MzfrtV5DvJceE9bPyspOqk9xxv7XbZWcfLWbFmm997vl83qUWVJA64w==",
  9079. "dev": true,
  9080. "license": "BSD-3-Clause",
  9081. "dependencies": {
  9082. "tldts": "^7.0.5"
  9083. },
  9084. "engines": {
  9085. "node": ">=16"
  9086. }
  9087. },
  9088. "node_modules/tr46": {
  9089. "version": "6.0.0",
  9090. "resolved": "https://registry.npmmirror.com/tr46/-/tr46-6.0.0.tgz",
  9091. "integrity": "sha512-bLVMLPtstlZ4iMQHpFHTR7GAGj2jxi8Dg0s2h2MafAE4uSWF98FC/3MomU51iQAMf8/qDUbKWf5GxuvvVcXEhw==",
  9092. "dev": true,
  9093. "license": "MIT",
  9094. "dependencies": {
  9095. "punycode": "^2.3.1"
  9096. },
  9097. "engines": {
  9098. "node": ">=20"
  9099. }
  9100. },
  9101. "node_modules/trim-lines": {
  9102. "version": "3.0.1",
  9103. "resolved": "https://registry.npmmirror.com/trim-lines/-/trim-lines-3.0.1.tgz",
  9104. "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
  9105. "license": "MIT",
  9106. "funding": {
  9107. "type": "github",
  9108. "url": "https://github.com/sponsors/wooorm"
  9109. }
  9110. },
  9111. "node_modules/trough": {
  9112. "version": "2.2.0",
  9113. "resolved": "https://registry.npmmirror.com/trough/-/trough-2.2.0.tgz",
  9114. "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==",
  9115. "license": "MIT",
  9116. "funding": {
  9117. "type": "github",
  9118. "url": "https://github.com/sponsors/wooorm"
  9119. }
  9120. },
  9121. "node_modules/ts-api-utils": {
  9122. "version": "1.4.3",
  9123. "resolved": "https://registry.npmmirror.com/ts-api-utils/-/ts-api-utils-1.4.3.tgz",
  9124. "integrity": "sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==",
  9125. "dev": true,
  9126. "license": "MIT",
  9127. "engines": {
  9128. "node": ">=16"
  9129. },
  9130. "peerDependencies": {
  9131. "typescript": ">=4.2.0"
  9132. }
  9133. },
  9134. "node_modules/tslib": {
  9135. "version": "2.8.1",
  9136. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz",
  9137. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  9138. "license": "0BSD"
  9139. },
  9140. "node_modules/type-check": {
  9141. "version": "0.4.0",
  9142. "resolved": "https://registry.npmmirror.com/type-check/-/type-check-0.4.0.tgz",
  9143. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  9144. "dev": true,
  9145. "license": "MIT",
  9146. "dependencies": {
  9147. "prelude-ls": "^1.2.1"
  9148. },
  9149. "engines": {
  9150. "node": ">= 0.8.0"
  9151. }
  9152. },
  9153. "node_modules/type-fest": {
  9154. "version": "0.20.2",
  9155. "resolved": "https://registry.npmmirror.com/type-fest/-/type-fest-0.20.2.tgz",
  9156. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  9157. "dev": true,
  9158. "license": "(MIT OR CC0-1.0)",
  9159. "engines": {
  9160. "node": ">=10"
  9161. },
  9162. "funding": {
  9163. "url": "https://github.com/sponsors/sindresorhus"
  9164. }
  9165. },
  9166. "node_modules/typescript": {
  9167. "version": "5.9.3",
  9168. "resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.9.3.tgz",
  9169. "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
  9170. "dev": true,
  9171. "license": "Apache-2.0",
  9172. "bin": {
  9173. "tsc": "bin/tsc",
  9174. "tsserver": "bin/tsserver"
  9175. },
  9176. "engines": {
  9177. "node": ">=14.17"
  9178. }
  9179. },
  9180. "node_modules/uc.micro": {
  9181. "version": "2.1.0",
  9182. "resolved": "https://registry.npmmirror.com/uc.micro/-/uc.micro-2.1.0.tgz",
  9183. "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==",
  9184. "license": "MIT"
  9185. },
  9186. "node_modules/undici": {
  9187. "version": "7.22.0",
  9188. "resolved": "https://registry.npmmirror.com/undici/-/undici-7.22.0.tgz",
  9189. "integrity": "sha512-RqslV2Us5BrllB+JeiZnK4peryVTndy9Dnqq62S3yYRRTj0tFQCwEniUy2167skdGOy3vqRzEvl1Dm4sV2ReDg==",
  9190. "dev": true,
  9191. "license": "MIT",
  9192. "engines": {
  9193. "node": ">=20.18.1"
  9194. }
  9195. },
  9196. "node_modules/undici-types": {
  9197. "version": "6.21.0",
  9198. "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-6.21.0.tgz",
  9199. "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
  9200. "dev": true,
  9201. "license": "MIT"
  9202. },
  9203. "node_modules/unified": {
  9204. "version": "11.0.5",
  9205. "resolved": "https://registry.npmmirror.com/unified/-/unified-11.0.5.tgz",
  9206. "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==",
  9207. "license": "MIT",
  9208. "dependencies": {
  9209. "@types/unist": "^3.0.0",
  9210. "bail": "^2.0.0",
  9211. "devlop": "^1.0.0",
  9212. "extend": "^3.0.0",
  9213. "is-plain-obj": "^4.0.0",
  9214. "trough": "^2.0.0",
  9215. "vfile": "^6.0.0"
  9216. },
  9217. "funding": {
  9218. "type": "opencollective",
  9219. "url": "https://opencollective.com/unified"
  9220. }
  9221. },
  9222. "node_modules/unist-util-is": {
  9223. "version": "6.0.1",
  9224. "resolved": "https://registry.npmmirror.com/unist-util-is/-/unist-util-is-6.0.1.tgz",
  9225. "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==",
  9226. "license": "MIT",
  9227. "dependencies": {
  9228. "@types/unist": "^3.0.0"
  9229. },
  9230. "funding": {
  9231. "type": "opencollective",
  9232. "url": "https://opencollective.com/unified"
  9233. }
  9234. },
  9235. "node_modules/unist-util-position": {
  9236. "version": "5.0.0",
  9237. "resolved": "https://registry.npmmirror.com/unist-util-position/-/unist-util-position-5.0.0.tgz",
  9238. "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
  9239. "license": "MIT",
  9240. "dependencies": {
  9241. "@types/unist": "^3.0.0"
  9242. },
  9243. "funding": {
  9244. "type": "opencollective",
  9245. "url": "https://opencollective.com/unified"
  9246. }
  9247. },
  9248. "node_modules/unist-util-position-from-estree": {
  9249. "version": "2.0.0",
  9250. "resolved": "https://registry.npmmirror.com/unist-util-position-from-estree/-/unist-util-position-from-estree-2.0.0.tgz",
  9251. "integrity": "sha512-KaFVRjoqLyF6YXCbVLNad/eS4+OfPQQn2yOd7zF/h5T/CSL2v8NpN6a5TPvtbXthAGw5nG+PuTtq+DdIZr+cRQ==",
  9252. "license": "MIT",
  9253. "dependencies": {
  9254. "@types/unist": "^3.0.0"
  9255. },
  9256. "funding": {
  9257. "type": "opencollective",
  9258. "url": "https://opencollective.com/unified"
  9259. }
  9260. },
  9261. "node_modules/unist-util-stringify-position": {
  9262. "version": "4.0.0",
  9263. "resolved": "https://registry.npmmirror.com/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
  9264. "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
  9265. "license": "MIT",
  9266. "dependencies": {
  9267. "@types/unist": "^3.0.0"
  9268. },
  9269. "funding": {
  9270. "type": "opencollective",
  9271. "url": "https://opencollective.com/unified"
  9272. }
  9273. },
  9274. "node_modules/unist-util-visit": {
  9275. "version": "5.1.0",
  9276. "resolved": "https://registry.npmmirror.com/unist-util-visit/-/unist-util-visit-5.1.0.tgz",
  9277. "integrity": "sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==",
  9278. "license": "MIT",
  9279. "dependencies": {
  9280. "@types/unist": "^3.0.0",
  9281. "unist-util-is": "^6.0.0",
  9282. "unist-util-visit-parents": "^6.0.0"
  9283. },
  9284. "funding": {
  9285. "type": "opencollective",
  9286. "url": "https://opencollective.com/unified"
  9287. }
  9288. },
  9289. "node_modules/unist-util-visit-parents": {
  9290. "version": "6.0.2",
  9291. "resolved": "https://registry.npmmirror.com/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz",
  9292. "integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==",
  9293. "license": "MIT",
  9294. "dependencies": {
  9295. "@types/unist": "^3.0.0",
  9296. "unist-util-is": "^6.0.0"
  9297. },
  9298. "funding": {
  9299. "type": "opencollective",
  9300. "url": "https://opencollective.com/unified"
  9301. }
  9302. },
  9303. "node_modules/update-browserslist-db": {
  9304. "version": "1.2.3",
  9305. "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
  9306. "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
  9307. "dev": true,
  9308. "funding": [
  9309. {
  9310. "type": "opencollective",
  9311. "url": "https://opencollective.com/browserslist"
  9312. },
  9313. {
  9314. "type": "tidelift",
  9315. "url": "https://tidelift.com/funding/github/npm/browserslist"
  9316. },
  9317. {
  9318. "type": "github",
  9319. "url": "https://github.com/sponsors/ai"
  9320. }
  9321. ],
  9322. "license": "MIT",
  9323. "dependencies": {
  9324. "escalade": "^3.2.0",
  9325. "picocolors": "^1.1.1"
  9326. },
  9327. "bin": {
  9328. "update-browserslist-db": "cli.js"
  9329. },
  9330. "peerDependencies": {
  9331. "browserslist": ">= 4.21.0"
  9332. }
  9333. },
  9334. "node_modules/uri-js": {
  9335. "version": "4.4.1",
  9336. "resolved": "https://registry.npmmirror.com/uri-js/-/uri-js-4.4.1.tgz",
  9337. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  9338. "dev": true,
  9339. "license": "BSD-2-Clause",
  9340. "dependencies": {
  9341. "punycode": "^2.1.0"
  9342. }
  9343. },
  9344. "node_modules/use-sync-external-store": {
  9345. "version": "1.6.0",
  9346. "resolved": "https://registry.npmmirror.com/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz",
  9347. "integrity": "sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==",
  9348. "license": "MIT",
  9349. "peerDependencies": {
  9350. "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  9351. }
  9352. },
  9353. "node_modules/util-deprecate": {
  9354. "version": "1.0.2",
  9355. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  9356. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  9357. "license": "MIT"
  9358. },
  9359. "node_modules/utility-types": {
  9360. "version": "3.11.0",
  9361. "resolved": "https://registry.npmmirror.com/utility-types/-/utility-types-3.11.0.tgz",
  9362. "integrity": "sha512-6Z7Ma2aVEWisaL6TvBCy7P8rm2LQoPv6dJ7ecIaIixHcwfbJ0x7mWdbcwlIM5IGQxPZSFYeqRCqlOOeKoJYMkw==",
  9363. "license": "MIT",
  9364. "engines": {
  9365. "node": ">= 4"
  9366. }
  9367. },
  9368. "node_modules/vfile": {
  9369. "version": "6.0.3",
  9370. "resolved": "https://registry.npmmirror.com/vfile/-/vfile-6.0.3.tgz",
  9371. "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
  9372. "license": "MIT",
  9373. "dependencies": {
  9374. "@types/unist": "^3.0.0",
  9375. "vfile-message": "^4.0.0"
  9376. },
  9377. "funding": {
  9378. "type": "opencollective",
  9379. "url": "https://opencollective.com/unified"
  9380. }
  9381. },
  9382. "node_modules/vfile-message": {
  9383. "version": "4.0.3",
  9384. "resolved": "https://registry.npmmirror.com/vfile-message/-/vfile-message-4.0.3.tgz",
  9385. "integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==",
  9386. "license": "MIT",
  9387. "dependencies": {
  9388. "@types/unist": "^3.0.0",
  9389. "unist-util-stringify-position": "^4.0.0"
  9390. },
  9391. "funding": {
  9392. "type": "opencollective",
  9393. "url": "https://opencollective.com/unified"
  9394. }
  9395. },
  9396. "node_modules/vite": {
  9397. "version": "5.4.21",
  9398. "resolved": "https://registry.npmmirror.com/vite/-/vite-5.4.21.tgz",
  9399. "integrity": "sha512-o5a9xKjbtuhY6Bi5S3+HvbRERmouabWbyUcpXXUA1u+GNUKoROi9byOJ8M0nHbHYHkYICiMlqxkg1KkYmm25Sw==",
  9400. "dev": true,
  9401. "license": "MIT",
  9402. "dependencies": {
  9403. "esbuild": "^0.21.3",
  9404. "postcss": "^8.4.43",
  9405. "rollup": "^4.20.0"
  9406. },
  9407. "bin": {
  9408. "vite": "bin/vite.js"
  9409. },
  9410. "engines": {
  9411. "node": "^18.0.0 || >=20.0.0"
  9412. },
  9413. "funding": {
  9414. "url": "https://github.com/vitejs/vite?sponsor=1"
  9415. },
  9416. "optionalDependencies": {
  9417. "fsevents": "~2.3.3"
  9418. },
  9419. "peerDependencies": {
  9420. "@types/node": "^18.0.0 || >=20.0.0",
  9421. "less": "*",
  9422. "lightningcss": "^1.21.0",
  9423. "sass": "*",
  9424. "sass-embedded": "*",
  9425. "stylus": "*",
  9426. "sugarss": "*",
  9427. "terser": "^5.4.0"
  9428. },
  9429. "peerDependenciesMeta": {
  9430. "@types/node": {
  9431. "optional": true
  9432. },
  9433. "less": {
  9434. "optional": true
  9435. },
  9436. "lightningcss": {
  9437. "optional": true
  9438. },
  9439. "sass": {
  9440. "optional": true
  9441. },
  9442. "sass-embedded": {
  9443. "optional": true
  9444. },
  9445. "stylus": {
  9446. "optional": true
  9447. },
  9448. "sugarss": {
  9449. "optional": true
  9450. },
  9451. "terser": {
  9452. "optional": true
  9453. }
  9454. }
  9455. },
  9456. "node_modules/vitest": {
  9457. "version": "4.0.18",
  9458. "resolved": "https://registry.npmmirror.com/vitest/-/vitest-4.0.18.tgz",
  9459. "integrity": "sha512-hOQuK7h0FGKgBAas7v0mSAsnvrIgAvWmRFjmzpJ7SwFHH3g1k2u37JtYwOwmEKhK6ZO3v9ggDBBm0La1LCK4uQ==",
  9460. "dev": true,
  9461. "license": "MIT",
  9462. "dependencies": {
  9463. "@vitest/expect": "4.0.18",
  9464. "@vitest/mocker": "4.0.18",
  9465. "@vitest/pretty-format": "4.0.18",
  9466. "@vitest/runner": "4.0.18",
  9467. "@vitest/snapshot": "4.0.18",
  9468. "@vitest/spy": "4.0.18",
  9469. "@vitest/utils": "4.0.18",
  9470. "es-module-lexer": "^1.7.0",
  9471. "expect-type": "^1.2.2",
  9472. "magic-string": "^0.30.21",
  9473. "obug": "^2.1.1",
  9474. "pathe": "^2.0.3",
  9475. "picomatch": "^4.0.3",
  9476. "std-env": "^3.10.0",
  9477. "tinybench": "^2.9.0",
  9478. "tinyexec": "^1.0.2",
  9479. "tinyglobby": "^0.2.15",
  9480. "tinyrainbow": "^3.0.3",
  9481. "vite": "^6.0.0 || ^7.0.0",
  9482. "why-is-node-running": "^2.3.0"
  9483. },
  9484. "bin": {
  9485. "vitest": "vitest.mjs"
  9486. },
  9487. "engines": {
  9488. "node": "^20.0.0 || ^22.0.0 || >=24.0.0"
  9489. },
  9490. "funding": {
  9491. "url": "https://opencollective.com/vitest"
  9492. },
  9493. "peerDependencies": {
  9494. "@edge-runtime/vm": "*",
  9495. "@opentelemetry/api": "^1.9.0",
  9496. "@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
  9497. "@vitest/browser-playwright": "4.0.18",
  9498. "@vitest/browser-preview": "4.0.18",
  9499. "@vitest/browser-webdriverio": "4.0.18",
  9500. "@vitest/ui": "4.0.18",
  9501. "happy-dom": "*",
  9502. "jsdom": "*"
  9503. },
  9504. "peerDependenciesMeta": {
  9505. "@edge-runtime/vm": {
  9506. "optional": true
  9507. },
  9508. "@opentelemetry/api": {
  9509. "optional": true
  9510. },
  9511. "@types/node": {
  9512. "optional": true
  9513. },
  9514. "@vitest/browser-playwright": {
  9515. "optional": true
  9516. },
  9517. "@vitest/browser-preview": {
  9518. "optional": true
  9519. },
  9520. "@vitest/browser-webdriverio": {
  9521. "optional": true
  9522. },
  9523. "@vitest/ui": {
  9524. "optional": true
  9525. },
  9526. "happy-dom": {
  9527. "optional": true
  9528. },
  9529. "jsdom": {
  9530. "optional": true
  9531. }
  9532. }
  9533. },
  9534. "node_modules/vitest/node_modules/@esbuild/aix-ppc64": {
  9535. "version": "0.27.3",
  9536. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.27.3.tgz",
  9537. "integrity": "sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==",
  9538. "cpu": [
  9539. "ppc64"
  9540. ],
  9541. "dev": true,
  9542. "license": "MIT",
  9543. "optional": true,
  9544. "os": [
  9545. "aix"
  9546. ],
  9547. "engines": {
  9548. "node": ">=18"
  9549. }
  9550. },
  9551. "node_modules/vitest/node_modules/@esbuild/android-arm": {
  9552. "version": "0.27.3",
  9553. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.27.3.tgz",
  9554. "integrity": "sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA==",
  9555. "cpu": [
  9556. "arm"
  9557. ],
  9558. "dev": true,
  9559. "license": "MIT",
  9560. "optional": true,
  9561. "os": [
  9562. "android"
  9563. ],
  9564. "engines": {
  9565. "node": ">=18"
  9566. }
  9567. },
  9568. "node_modules/vitest/node_modules/@esbuild/android-arm64": {
  9569. "version": "0.27.3",
  9570. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.27.3.tgz",
  9571. "integrity": "sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg==",
  9572. "cpu": [
  9573. "arm64"
  9574. ],
  9575. "dev": true,
  9576. "license": "MIT",
  9577. "optional": true,
  9578. "os": [
  9579. "android"
  9580. ],
  9581. "engines": {
  9582. "node": ">=18"
  9583. }
  9584. },
  9585. "node_modules/vitest/node_modules/@esbuild/android-x64": {
  9586. "version": "0.27.3",
  9587. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.27.3.tgz",
  9588. "integrity": "sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ==",
  9589. "cpu": [
  9590. "x64"
  9591. ],
  9592. "dev": true,
  9593. "license": "MIT",
  9594. "optional": true,
  9595. "os": [
  9596. "android"
  9597. ],
  9598. "engines": {
  9599. "node": ">=18"
  9600. }
  9601. },
  9602. "node_modules/vitest/node_modules/@esbuild/darwin-arm64": {
  9603. "version": "0.27.3",
  9604. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.27.3.tgz",
  9605. "integrity": "sha512-Re491k7ByTVRy0t3EKWajdLIr0gz2kKKfzafkth4Q8A5n1xTHrkqZgLLjFEHVD+AXdUGgQMq+Godfq45mGpCKg==",
  9606. "cpu": [
  9607. "arm64"
  9608. ],
  9609. "dev": true,
  9610. "license": "MIT",
  9611. "optional": true,
  9612. "os": [
  9613. "darwin"
  9614. ],
  9615. "engines": {
  9616. "node": ">=18"
  9617. }
  9618. },
  9619. "node_modules/vitest/node_modules/@esbuild/darwin-x64": {
  9620. "version": "0.27.3",
  9621. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.27.3.tgz",
  9622. "integrity": "sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg==",
  9623. "cpu": [
  9624. "x64"
  9625. ],
  9626. "dev": true,
  9627. "license": "MIT",
  9628. "optional": true,
  9629. "os": [
  9630. "darwin"
  9631. ],
  9632. "engines": {
  9633. "node": ">=18"
  9634. }
  9635. },
  9636. "node_modules/vitest/node_modules/@esbuild/freebsd-arm64": {
  9637. "version": "0.27.3",
  9638. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.3.tgz",
  9639. "integrity": "sha512-ipTYM2fjt3kQAYOvo6vcxJx3nBYAzPjgTCk7QEgZG8AUO3ydUhvelmhrbOheMnGOlaSFUoHXB6un+A7q4ygY9w==",
  9640. "cpu": [
  9641. "arm64"
  9642. ],
  9643. "dev": true,
  9644. "license": "MIT",
  9645. "optional": true,
  9646. "os": [
  9647. "freebsd"
  9648. ],
  9649. "engines": {
  9650. "node": ">=18"
  9651. }
  9652. },
  9653. "node_modules/vitest/node_modules/@esbuild/freebsd-x64": {
  9654. "version": "0.27.3",
  9655. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.27.3.tgz",
  9656. "integrity": "sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA==",
  9657. "cpu": [
  9658. "x64"
  9659. ],
  9660. "dev": true,
  9661. "license": "MIT",
  9662. "optional": true,
  9663. "os": [
  9664. "freebsd"
  9665. ],
  9666. "engines": {
  9667. "node": ">=18"
  9668. }
  9669. },
  9670. "node_modules/vitest/node_modules/@esbuild/linux-arm": {
  9671. "version": "0.27.3",
  9672. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.27.3.tgz",
  9673. "integrity": "sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw==",
  9674. "cpu": [
  9675. "arm"
  9676. ],
  9677. "dev": true,
  9678. "license": "MIT",
  9679. "optional": true,
  9680. "os": [
  9681. "linux"
  9682. ],
  9683. "engines": {
  9684. "node": ">=18"
  9685. }
  9686. },
  9687. "node_modules/vitest/node_modules/@esbuild/linux-arm64": {
  9688. "version": "0.27.3",
  9689. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.27.3.tgz",
  9690. "integrity": "sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg==",
  9691. "cpu": [
  9692. "arm64"
  9693. ],
  9694. "dev": true,
  9695. "license": "MIT",
  9696. "optional": true,
  9697. "os": [
  9698. "linux"
  9699. ],
  9700. "engines": {
  9701. "node": ">=18"
  9702. }
  9703. },
  9704. "node_modules/vitest/node_modules/@esbuild/linux-ia32": {
  9705. "version": "0.27.3",
  9706. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.27.3.tgz",
  9707. "integrity": "sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg==",
  9708. "cpu": [
  9709. "ia32"
  9710. ],
  9711. "dev": true,
  9712. "license": "MIT",
  9713. "optional": true,
  9714. "os": [
  9715. "linux"
  9716. ],
  9717. "engines": {
  9718. "node": ">=18"
  9719. }
  9720. },
  9721. "node_modules/vitest/node_modules/@esbuild/linux-loong64": {
  9722. "version": "0.27.3",
  9723. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.27.3.tgz",
  9724. "integrity": "sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA==",
  9725. "cpu": [
  9726. "loong64"
  9727. ],
  9728. "dev": true,
  9729. "license": "MIT",
  9730. "optional": true,
  9731. "os": [
  9732. "linux"
  9733. ],
  9734. "engines": {
  9735. "node": ">=18"
  9736. }
  9737. },
  9738. "node_modules/vitest/node_modules/@esbuild/linux-mips64el": {
  9739. "version": "0.27.3",
  9740. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.27.3.tgz",
  9741. "integrity": "sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw==",
  9742. "cpu": [
  9743. "mips64el"
  9744. ],
  9745. "dev": true,
  9746. "license": "MIT",
  9747. "optional": true,
  9748. "os": [
  9749. "linux"
  9750. ],
  9751. "engines": {
  9752. "node": ">=18"
  9753. }
  9754. },
  9755. "node_modules/vitest/node_modules/@esbuild/linux-ppc64": {
  9756. "version": "0.27.3",
  9757. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.27.3.tgz",
  9758. "integrity": "sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA==",
  9759. "cpu": [
  9760. "ppc64"
  9761. ],
  9762. "dev": true,
  9763. "license": "MIT",
  9764. "optional": true,
  9765. "os": [
  9766. "linux"
  9767. ],
  9768. "engines": {
  9769. "node": ">=18"
  9770. }
  9771. },
  9772. "node_modules/vitest/node_modules/@esbuild/linux-riscv64": {
  9773. "version": "0.27.3",
  9774. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.27.3.tgz",
  9775. "integrity": "sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ==",
  9776. "cpu": [
  9777. "riscv64"
  9778. ],
  9779. "dev": true,
  9780. "license": "MIT",
  9781. "optional": true,
  9782. "os": [
  9783. "linux"
  9784. ],
  9785. "engines": {
  9786. "node": ">=18"
  9787. }
  9788. },
  9789. "node_modules/vitest/node_modules/@esbuild/linux-s390x": {
  9790. "version": "0.27.3",
  9791. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.27.3.tgz",
  9792. "integrity": "sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw==",
  9793. "cpu": [
  9794. "s390x"
  9795. ],
  9796. "dev": true,
  9797. "license": "MIT",
  9798. "optional": true,
  9799. "os": [
  9800. "linux"
  9801. ],
  9802. "engines": {
  9803. "node": ">=18"
  9804. }
  9805. },
  9806. "node_modules/vitest/node_modules/@esbuild/linux-x64": {
  9807. "version": "0.27.3",
  9808. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.27.3.tgz",
  9809. "integrity": "sha512-Czi8yzXUWIQYAtL/2y6vogER8pvcsOsk5cpwL4Gk5nJqH5UZiVByIY8Eorm5R13gq+DQKYg0+JyQoytLQas4dA==",
  9810. "cpu": [
  9811. "x64"
  9812. ],
  9813. "dev": true,
  9814. "license": "MIT",
  9815. "optional": true,
  9816. "os": [
  9817. "linux"
  9818. ],
  9819. "engines": {
  9820. "node": ">=18"
  9821. }
  9822. },
  9823. "node_modules/vitest/node_modules/@esbuild/netbsd-x64": {
  9824. "version": "0.27.3",
  9825. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.27.3.tgz",
  9826. "integrity": "sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA==",
  9827. "cpu": [
  9828. "x64"
  9829. ],
  9830. "dev": true,
  9831. "license": "MIT",
  9832. "optional": true,
  9833. "os": [
  9834. "netbsd"
  9835. ],
  9836. "engines": {
  9837. "node": ">=18"
  9838. }
  9839. },
  9840. "node_modules/vitest/node_modules/@esbuild/openbsd-x64": {
  9841. "version": "0.27.3",
  9842. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.27.3.tgz",
  9843. "integrity": "sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ==",
  9844. "cpu": [
  9845. "x64"
  9846. ],
  9847. "dev": true,
  9848. "license": "MIT",
  9849. "optional": true,
  9850. "os": [
  9851. "openbsd"
  9852. ],
  9853. "engines": {
  9854. "node": ">=18"
  9855. }
  9856. },
  9857. "node_modules/vitest/node_modules/@esbuild/sunos-x64": {
  9858. "version": "0.27.3",
  9859. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.27.3.tgz",
  9860. "integrity": "sha512-PanZ+nEz+eWoBJ8/f8HKxTTD172SKwdXebZ0ndd953gt1HRBbhMsaNqjTyYLGLPdoWHy4zLU7bDVJztF5f3BHA==",
  9861. "cpu": [
  9862. "x64"
  9863. ],
  9864. "dev": true,
  9865. "license": "MIT",
  9866. "optional": true,
  9867. "os": [
  9868. "sunos"
  9869. ],
  9870. "engines": {
  9871. "node": ">=18"
  9872. }
  9873. },
  9874. "node_modules/vitest/node_modules/@esbuild/win32-arm64": {
  9875. "version": "0.27.3",
  9876. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.27.3.tgz",
  9877. "integrity": "sha512-B2t59lWWYrbRDw/tjiWOuzSsFh1Y/E95ofKz7rIVYSQkUYBjfSgf6oeYPNWHToFRr2zx52JKApIcAS/D5TUBnA==",
  9878. "cpu": [
  9879. "arm64"
  9880. ],
  9881. "dev": true,
  9882. "license": "MIT",
  9883. "optional": true,
  9884. "os": [
  9885. "win32"
  9886. ],
  9887. "engines": {
  9888. "node": ">=18"
  9889. }
  9890. },
  9891. "node_modules/vitest/node_modules/@esbuild/win32-ia32": {
  9892. "version": "0.27.3",
  9893. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.27.3.tgz",
  9894. "integrity": "sha512-QLKSFeXNS8+tHW7tZpMtjlNb7HKau0QDpwm49u0vUp9y1WOF+PEzkU84y9GqYaAVW8aH8f3GcBck26jh54cX4Q==",
  9895. "cpu": [
  9896. "ia32"
  9897. ],
  9898. "dev": true,
  9899. "license": "MIT",
  9900. "optional": true,
  9901. "os": [
  9902. "win32"
  9903. ],
  9904. "engines": {
  9905. "node": ">=18"
  9906. }
  9907. },
  9908. "node_modules/vitest/node_modules/@esbuild/win32-x64": {
  9909. "version": "0.27.3",
  9910. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.27.3.tgz",
  9911. "integrity": "sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA==",
  9912. "cpu": [
  9913. "x64"
  9914. ],
  9915. "dev": true,
  9916. "license": "MIT",
  9917. "optional": true,
  9918. "os": [
  9919. "win32"
  9920. ],
  9921. "engines": {
  9922. "node": ">=18"
  9923. }
  9924. },
  9925. "node_modules/vitest/node_modules/esbuild": {
  9926. "version": "0.27.3",
  9927. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.27.3.tgz",
  9928. "integrity": "sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==",
  9929. "dev": true,
  9930. "hasInstallScript": true,
  9931. "license": "MIT",
  9932. "bin": {
  9933. "esbuild": "bin/esbuild"
  9934. },
  9935. "engines": {
  9936. "node": ">=18"
  9937. },
  9938. "optionalDependencies": {
  9939. "@esbuild/aix-ppc64": "0.27.3",
  9940. "@esbuild/android-arm": "0.27.3",
  9941. "@esbuild/android-arm64": "0.27.3",
  9942. "@esbuild/android-x64": "0.27.3",
  9943. "@esbuild/darwin-arm64": "0.27.3",
  9944. "@esbuild/darwin-x64": "0.27.3",
  9945. "@esbuild/freebsd-arm64": "0.27.3",
  9946. "@esbuild/freebsd-x64": "0.27.3",
  9947. "@esbuild/linux-arm": "0.27.3",
  9948. "@esbuild/linux-arm64": "0.27.3",
  9949. "@esbuild/linux-ia32": "0.27.3",
  9950. "@esbuild/linux-loong64": "0.27.3",
  9951. "@esbuild/linux-mips64el": "0.27.3",
  9952. "@esbuild/linux-ppc64": "0.27.3",
  9953. "@esbuild/linux-riscv64": "0.27.3",
  9954. "@esbuild/linux-s390x": "0.27.3",
  9955. "@esbuild/linux-x64": "0.27.3",
  9956. "@esbuild/netbsd-arm64": "0.27.3",
  9957. "@esbuild/netbsd-x64": "0.27.3",
  9958. "@esbuild/openbsd-arm64": "0.27.3",
  9959. "@esbuild/openbsd-x64": "0.27.3",
  9960. "@esbuild/openharmony-arm64": "0.27.3",
  9961. "@esbuild/sunos-x64": "0.27.3",
  9962. "@esbuild/win32-arm64": "0.27.3",
  9963. "@esbuild/win32-ia32": "0.27.3",
  9964. "@esbuild/win32-x64": "0.27.3"
  9965. }
  9966. },
  9967. "node_modules/vitest/node_modules/vite": {
  9968. "version": "7.3.1",
  9969. "resolved": "https://registry.npmmirror.com/vite/-/vite-7.3.1.tgz",
  9970. "integrity": "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==",
  9971. "dev": true,
  9972. "license": "MIT",
  9973. "dependencies": {
  9974. "esbuild": "^0.27.0",
  9975. "fdir": "^6.5.0",
  9976. "picomatch": "^4.0.3",
  9977. "postcss": "^8.5.6",
  9978. "rollup": "^4.43.0",
  9979. "tinyglobby": "^0.2.15"
  9980. },
  9981. "bin": {
  9982. "vite": "bin/vite.js"
  9983. },
  9984. "engines": {
  9985. "node": "^20.19.0 || >=22.12.0"
  9986. },
  9987. "funding": {
  9988. "url": "https://github.com/vitejs/vite?sponsor=1"
  9989. },
  9990. "optionalDependencies": {
  9991. "fsevents": "~2.3.3"
  9992. },
  9993. "peerDependencies": {
  9994. "@types/node": "^20.19.0 || >=22.12.0",
  9995. "jiti": ">=1.21.0",
  9996. "less": "^4.0.0",
  9997. "lightningcss": "^1.21.0",
  9998. "sass": "^1.70.0",
  9999. "sass-embedded": "^1.70.0",
  10000. "stylus": ">=0.54.8",
  10001. "sugarss": "^5.0.0",
  10002. "terser": "^5.16.0",
  10003. "tsx": "^4.8.1",
  10004. "yaml": "^2.4.2"
  10005. },
  10006. "peerDependenciesMeta": {
  10007. "@types/node": {
  10008. "optional": true
  10009. },
  10010. "jiti": {
  10011. "optional": true
  10012. },
  10013. "less": {
  10014. "optional": true
  10015. },
  10016. "lightningcss": {
  10017. "optional": true
  10018. },
  10019. "sass": {
  10020. "optional": true
  10021. },
  10022. "sass-embedded": {
  10023. "optional": true
  10024. },
  10025. "stylus": {
  10026. "optional": true
  10027. },
  10028. "sugarss": {
  10029. "optional": true
  10030. },
  10031. "terser": {
  10032. "optional": true
  10033. },
  10034. "tsx": {
  10035. "optional": true
  10036. },
  10037. "yaml": {
  10038. "optional": true
  10039. }
  10040. }
  10041. },
  10042. "node_modules/w3c-keyname": {
  10043. "version": "2.2.8",
  10044. "resolved": "https://registry.npmmirror.com/w3c-keyname/-/w3c-keyname-2.2.8.tgz",
  10045. "integrity": "sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==",
  10046. "license": "MIT"
  10047. },
  10048. "node_modules/w3c-xmlserializer": {
  10049. "version": "5.0.0",
  10050. "resolved": "https://registry.npmmirror.com/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz",
  10051. "integrity": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==",
  10052. "dev": true,
  10053. "license": "MIT",
  10054. "dependencies": {
  10055. "xml-name-validator": "^5.0.0"
  10056. },
  10057. "engines": {
  10058. "node": ">=18"
  10059. }
  10060. },
  10061. "node_modules/webidl-conversions": {
  10062. "version": "8.0.1",
  10063. "resolved": "https://registry.npmmirror.com/webidl-conversions/-/webidl-conversions-8.0.1.tgz",
  10064. "integrity": "sha512-BMhLD/Sw+GbJC21C/UgyaZX41nPt8bUTg+jWyDeg7e7YN4xOM05YPSIXceACnXVtqyEw/LMClUQMtMZ+PGGpqQ==",
  10065. "dev": true,
  10066. "license": "BSD-2-Clause",
  10067. "engines": {
  10068. "node": ">=20"
  10069. }
  10070. },
  10071. "node_modules/whatwg-mimetype": {
  10072. "version": "5.0.0",
  10073. "resolved": "https://registry.npmmirror.com/whatwg-mimetype/-/whatwg-mimetype-5.0.0.tgz",
  10074. "integrity": "sha512-sXcNcHOC51uPGF0P/D4NVtrkjSU2fNsm9iog4ZvZJsL3rjoDAzXZhkm2MWt1y+PUdggKAYVoMAIYcs78wJ51Cw==",
  10075. "dev": true,
  10076. "license": "MIT",
  10077. "engines": {
  10078. "node": ">=20"
  10079. }
  10080. },
  10081. "node_modules/whatwg-url": {
  10082. "version": "16.0.1",
  10083. "resolved": "https://registry.npmmirror.com/whatwg-url/-/whatwg-url-16.0.1.tgz",
  10084. "integrity": "sha512-1to4zXBxmXHV3IiSSEInrreIlu02vUOvrhxJJH5vcxYTBDAx51cqZiKdyTxlecdKNSjj8EcxGBxNf6Vg+945gw==",
  10085. "dev": true,
  10086. "license": "MIT",
  10087. "dependencies": {
  10088. "@exodus/bytes": "^1.11.0",
  10089. "tr46": "^6.0.0",
  10090. "webidl-conversions": "^8.0.1"
  10091. },
  10092. "engines": {
  10093. "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  10094. }
  10095. },
  10096. "node_modules/which": {
  10097. "version": "2.0.2",
  10098. "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
  10099. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  10100. "dev": true,
  10101. "license": "ISC",
  10102. "dependencies": {
  10103. "isexe": "^2.0.0"
  10104. },
  10105. "bin": {
  10106. "node-which": "bin/node-which"
  10107. },
  10108. "engines": {
  10109. "node": ">= 8"
  10110. }
  10111. },
  10112. "node_modules/why-is-node-running": {
  10113. "version": "2.3.0",
  10114. "resolved": "https://registry.npmmirror.com/why-is-node-running/-/why-is-node-running-2.3.0.tgz",
  10115. "integrity": "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==",
  10116. "dev": true,
  10117. "license": "MIT",
  10118. "dependencies": {
  10119. "siginfo": "^2.0.0",
  10120. "stackback": "0.0.2"
  10121. },
  10122. "bin": {
  10123. "why-is-node-running": "cli.js"
  10124. },
  10125. "engines": {
  10126. "node": ">=8"
  10127. }
  10128. },
  10129. "node_modules/word-wrap": {
  10130. "version": "1.2.5",
  10131. "resolved": "https://registry.npmmirror.com/word-wrap/-/word-wrap-1.2.5.tgz",
  10132. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  10133. "dev": true,
  10134. "license": "MIT",
  10135. "engines": {
  10136. "node": ">=0.10.0"
  10137. }
  10138. },
  10139. "node_modules/wrappy": {
  10140. "version": "1.0.2",
  10141. "resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz",
  10142. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  10143. "dev": true,
  10144. "license": "ISC"
  10145. },
  10146. "node_modules/xml-name-validator": {
  10147. "version": "5.0.0",
  10148. "resolved": "https://registry.npmmirror.com/xml-name-validator/-/xml-name-validator-5.0.0.tgz",
  10149. "integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==",
  10150. "dev": true,
  10151. "license": "Apache-2.0",
  10152. "engines": {
  10153. "node": ">=18"
  10154. }
  10155. },
  10156. "node_modules/xmlchars": {
  10157. "version": "2.2.0",
  10158. "resolved": "https://registry.npmmirror.com/xmlchars/-/xmlchars-2.2.0.tgz",
  10159. "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
  10160. "dev": true,
  10161. "license": "MIT"
  10162. },
  10163. "node_modules/yallist": {
  10164. "version": "3.1.1",
  10165. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz",
  10166. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  10167. "dev": true,
  10168. "license": "ISC"
  10169. },
  10170. "node_modules/yocto-queue": {
  10171. "version": "0.1.0",
  10172. "resolved": "https://registry.npmmirror.com/yocto-queue/-/yocto-queue-0.1.0.tgz",
  10173. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  10174. "dev": true,
  10175. "license": "MIT",
  10176. "engines": {
  10177. "node": ">=10"
  10178. },
  10179. "funding": {
  10180. "url": "https://github.com/sponsors/sindresorhus"
  10181. }
  10182. },
  10183. "node_modules/zwitch": {
  10184. "version": "2.0.4",
  10185. "resolved": "https://registry.npmmirror.com/zwitch/-/zwitch-2.0.4.tgz",
  10186. "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
  10187. "license": "MIT",
  10188. "funding": {
  10189. "type": "github",
  10190. "url": "https://github.com/sponsors/wooorm"
  10191. }
  10192. }
  10193. }
  10194. }