package-lock.json 359 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054605560566057605860596060606160626063606460656066606760686069607060716072607360746075607660776078607960806081608260836084608560866087608860896090609160926093609460956096609760986099610061016102610361046105610661076108610961106111611261136114611561166117611861196120612161226123612461256126612761286129613061316132613361346135613661376138613961406141614261436144614561466147614861496150615161526153615461556156615761586159616061616162616361646165616661676168616961706171617261736174617561766177617861796180618161826183618461856186618761886189619061916192619361946195619661976198619962006201620262036204620562066207620862096210621162126213621462156216621762186219622062216222622362246225622662276228622962306231623262336234623562366237623862396240624162426243624462456246624762486249625062516252625362546255625662576258625962606261626262636264626562666267626862696270627162726273627462756276627762786279628062816282628362846285628662876288628962906291629262936294629562966297629862996300630163026303630463056306630763086309631063116312631363146315631663176318631963206321632263236324632563266327632863296330633163326333633463356336633763386339634063416342634363446345634663476348634963506351635263536354635563566357635863596360636163626363636463656366636763686369637063716372637363746375637663776378637963806381638263836384638563866387638863896390639163926393639463956396639763986399640064016402640364046405640664076408640964106411641264136414641564166417641864196420642164226423642464256426642764286429643064316432643364346435643664376438643964406441644264436444644564466447644864496450645164526453645464556456645764586459646064616462646364646465646664676468646964706471647264736474647564766477647864796480648164826483648464856486648764886489649064916492649364946495649664976498649965006501650265036504650565066507650865096510651165126513651465156516651765186519652065216522652365246525652665276528652965306531653265336534653565366537653865396540654165426543654465456546654765486549655065516552655365546555655665576558655965606561656265636564656565666567656865696570657165726573657465756576657765786579658065816582658365846585658665876588658965906591659265936594659565966597659865996600660166026603660466056606660766086609661066116612661366146615661666176618661966206621662266236624662566266627662866296630663166326633663466356636663766386639664066416642664366446645664666476648664966506651665266536654665566566657665866596660666166626663666466656666666766686669667066716672667366746675667666776678667966806681668266836684668566866687668866896690669166926693669466956696669766986699670067016702670367046705670667076708670967106711671267136714671567166717671867196720672167226723672467256726672767286729673067316732673367346735673667376738673967406741674267436744674567466747674867496750675167526753675467556756675767586759676067616762676367646765676667676768676967706771677267736774677567766777677867796780678167826783678467856786678767886789679067916792679367946795679667976798679968006801680268036804680568066807680868096810681168126813681468156816681768186819682068216822682368246825682668276828682968306831683268336834683568366837683868396840684168426843684468456846684768486849685068516852685368546855685668576858685968606861686268636864686568666867686868696870687168726873687468756876687768786879688068816882688368846885688668876888688968906891689268936894689568966897689868996900690169026903690469056906690769086909691069116912691369146915691669176918691969206921692269236924692569266927692869296930693169326933693469356936693769386939694069416942694369446945694669476948694969506951695269536954695569566957695869596960696169626963696469656966696769686969697069716972697369746975697669776978697969806981698269836984698569866987698869896990699169926993699469956996699769986999700070017002700370047005700670077008700970107011701270137014701570167017701870197020702170227023702470257026702770287029703070317032703370347035703670377038703970407041704270437044704570467047704870497050705170527053705470557056705770587059706070617062706370647065706670677068706970707071707270737074707570767077707870797080708170827083708470857086708770887089709070917092709370947095709670977098709971007101710271037104710571067107710871097110711171127113711471157116711771187119712071217122712371247125712671277128712971307131713271337134713571367137713871397140714171427143714471457146714771487149715071517152715371547155715671577158715971607161716271637164716571667167716871697170717171727173717471757176717771787179718071817182718371847185718671877188718971907191719271937194719571967197719871997200720172027203720472057206720772087209721072117212721372147215721672177218721972207221722272237224722572267227722872297230723172327233723472357236723772387239724072417242724372447245724672477248724972507251725272537254725572567257725872597260726172627263726472657266726772687269727072717272727372747275727672777278727972807281728272837284728572867287728872897290729172927293729472957296729772987299730073017302730373047305730673077308730973107311731273137314731573167317731873197320732173227323732473257326732773287329733073317332733373347335733673377338733973407341734273437344734573467347734873497350735173527353735473557356735773587359736073617362736373647365736673677368736973707371737273737374737573767377737873797380738173827383738473857386738773887389739073917392739373947395739673977398739974007401740274037404740574067407740874097410741174127413741474157416741774187419742074217422742374247425742674277428742974307431743274337434743574367437743874397440744174427443744474457446744774487449745074517452745374547455745674577458745974607461746274637464746574667467746874697470747174727473747474757476747774787479748074817482748374847485748674877488748974907491749274937494749574967497749874997500750175027503750475057506750775087509751075117512751375147515751675177518751975207521752275237524752575267527752875297530753175327533753475357536753775387539754075417542754375447545754675477548754975507551755275537554755575567557755875597560756175627563756475657566756775687569757075717572757375747575757675777578757975807581758275837584758575867587758875897590759175927593759475957596759775987599760076017602760376047605760676077608760976107611761276137614761576167617761876197620762176227623762476257626762776287629763076317632763376347635763676377638763976407641764276437644764576467647764876497650765176527653765476557656765776587659766076617662766376647665766676677668766976707671767276737674767576767677767876797680768176827683768476857686768776887689769076917692769376947695769676977698769977007701770277037704770577067707770877097710771177127713771477157716771777187719772077217722772377247725772677277728772977307731773277337734773577367737773877397740774177427743774477457746774777487749775077517752775377547755775677577758775977607761776277637764776577667767776877697770777177727773777477757776777777787779778077817782778377847785778677877788778977907791779277937794779577967797779877997800780178027803780478057806780778087809781078117812781378147815781678177818781978207821782278237824782578267827782878297830783178327833783478357836783778387839784078417842784378447845784678477848784978507851785278537854785578567857785878597860786178627863786478657866786778687869787078717872787378747875787678777878787978807881788278837884788578867887788878897890789178927893789478957896789778987899790079017902790379047905790679077908790979107911791279137914791579167917791879197920792179227923792479257926792779287929793079317932793379347935793679377938793979407941794279437944794579467947794879497950795179527953795479557956795779587959796079617962796379647965796679677968796979707971797279737974797579767977797879797980798179827983798479857986798779887989799079917992799379947995799679977998799980008001800280038004800580068007800880098010801180128013801480158016801780188019802080218022802380248025802680278028802980308031803280338034803580368037803880398040804180428043804480458046804780488049805080518052805380548055805680578058805980608061806280638064806580668067806880698070807180728073807480758076807780788079808080818082808380848085808680878088808980908091809280938094809580968097809880998100810181028103810481058106810781088109811081118112811381148115811681178118811981208121812281238124812581268127812881298130813181328133813481358136813781388139814081418142814381448145814681478148814981508151815281538154815581568157815881598160816181628163816481658166816781688169817081718172817381748175817681778178817981808181818281838184818581868187818881898190819181928193819481958196819781988199820082018202820382048205820682078208820982108211821282138214821582168217821882198220822182228223822482258226822782288229823082318232823382348235823682378238823982408241824282438244824582468247824882498250825182528253825482558256825782588259826082618262826382648265826682678268826982708271827282738274827582768277827882798280828182828283828482858286828782888289829082918292829382948295829682978298829983008301830283038304830583068307830883098310831183128313831483158316831783188319832083218322832383248325832683278328832983308331833283338334833583368337833883398340834183428343834483458346834783488349835083518352835383548355835683578358835983608361836283638364836583668367836883698370837183728373837483758376837783788379838083818382838383848385838683878388838983908391839283938394839583968397839883998400840184028403840484058406840784088409841084118412841384148415841684178418841984208421842284238424842584268427842884298430843184328433843484358436843784388439844084418442844384448445844684478448844984508451845284538454845584568457845884598460846184628463846484658466846784688469847084718472847384748475847684778478847984808481848284838484848584868487848884898490849184928493849484958496849784988499850085018502850385048505850685078508850985108511851285138514851585168517851885198520852185228523852485258526852785288529853085318532853385348535853685378538853985408541854285438544854585468547854885498550855185528553855485558556855785588559856085618562856385648565856685678568856985708571857285738574857585768577857885798580858185828583858485858586858785888589859085918592859385948595859685978598859986008601860286038604860586068607860886098610861186128613861486158616861786188619862086218622862386248625862686278628862986308631863286338634863586368637863886398640864186428643864486458646864786488649865086518652865386548655865686578658865986608661866286638664866586668667866886698670867186728673867486758676867786788679868086818682868386848685868686878688868986908691869286938694869586968697869886998700870187028703870487058706870787088709871087118712871387148715871687178718871987208721872287238724872587268727872887298730873187328733873487358736873787388739874087418742874387448745874687478748874987508751875287538754875587568757875887598760876187628763876487658766876787688769877087718772877387748775877687778778877987808781878287838784878587868787878887898790879187928793879487958796879787988799880088018802880388048805880688078808880988108811881288138814881588168817881888198820882188228823882488258826882788288829883088318832883388348835883688378838883988408841884288438844884588468847884888498850885188528853885488558856885788588859886088618862886388648865886688678868886988708871887288738874887588768877887888798880888188828883888488858886888788888889889088918892889388948895889688978898889989008901890289038904890589068907890889098910891189128913891489158916891789188919892089218922892389248925892689278928892989308931893289338934893589368937893889398940894189428943894489458946894789488949895089518952895389548955895689578958895989608961896289638964896589668967896889698970897189728973897489758976897789788979898089818982898389848985898689878988898989908991899289938994899589968997899889999000900190029003900490059006900790089009901090119012901390149015901690179018901990209021902290239024902590269027902890299030903190329033903490359036903790389039904090419042904390449045904690479048904990509051905290539054905590569057905890599060906190629063906490659066906790689069907090719072907390749075907690779078907990809081908290839084908590869087908890899090909190929093909490959096909790989099910091019102910391049105910691079108910991109111911291139114911591169117911891199120912191229123912491259126912791289129913091319132913391349135913691379138913991409141914291439144914591469147914891499150915191529153915491559156915791589159916091619162916391649165916691679168916991709171917291739174917591769177917891799180918191829183918491859186918791889189919091919192919391949195919691979198919992009201920292039204920592069207920892099210921192129213921492159216921792189219922092219222922392249225922692279228922992309231923292339234923592369237923892399240924192429243924492459246924792489249925092519252925392549255925692579258925992609261926292639264926592669267926892699270927192729273927492759276927792789279928092819282928392849285928692879288928992909291929292939294929592969297929892999300930193029303930493059306930793089309931093119312931393149315931693179318931993209321932293239324932593269327932893299330933193329333933493359336933793389339934093419342934393449345934693479348934993509351935293539354935593569357935893599360936193629363936493659366936793689369937093719372937393749375937693779378937993809381938293839384938593869387938893899390939193929393939493959396939793989399940094019402940394049405940694079408940994109411941294139414941594169417941894199420942194229423942494259426942794289429943094319432943394349435943694379438943994409441944294439444944594469447944894499450945194529453945494559456945794589459946094619462946394649465946694679468946994709471947294739474947594769477947894799480948194829483948494859486948794889489949094919492949394949495949694979498949995009501950295039504950595069507950895099510951195129513951495159516951795189519952095219522952395249525952695279528952995309531953295339534953595369537953895399540954195429543954495459546954795489549955095519552955395549555955695579558955995609561956295639564956595669567956895699570957195729573957495759576957795789579958095819582958395849585958695879588958995909591959295939594959595969597959895999600960196029603960496059606960796089609961096119612961396149615961696179618961996209621962296239624962596269627962896299630963196329633963496359636963796389639964096419642964396449645964696479648964996509651965296539654965596569657965896599660966196629663966496659666966796689669967096719672967396749675967696779678967996809681968296839684968596869687968896899690969196929693969496959696969796989699970097019702970397049705970697079708970997109711971297139714971597169717971897199720972197229723972497259726972797289729973097319732973397349735973697379738973997409741974297439744974597469747974897499750975197529753975497559756975797589759976097619762976397649765976697679768976997709771977297739774977597769777977897799780978197829783978497859786978797889789979097919792979397949795979697979798979998009801980298039804980598069807980898099810981198129813981498159816981798189819982098219822982398249825982698279828982998309831983298339834983598369837983898399840984198429843984498459846984798489849985098519852985398549855985698579858985998609861986298639864986598669867986898699870987198729873987498759876987798789879988098819882988398849885988698879888988998909891989298939894989598969897989898999900990199029903990499059906990799089909991099119912991399149915991699179918991999209921992299239924992599269927992899299930993199329933993499359936993799389939994099419942994399449945994699479948994999509951995299539954995599569957995899599960996199629963996499659966996799689969997099719972997399749975997699779978997999809981998299839984998599869987998899899990999199929993999499959996999799989999100001000110002100031000410005100061000710008100091001010011100121001310014100151001610017100181001910020100211002210023100241002510026100271002810029100301003110032100331003410035100361003710038100391004010041100421004310044100451004610047100481004910050100511005210053100541005510056100571005810059100601006110062100631006410065100661006710068100691007010071100721007310074100751007610077100781007910080100811008210083100841008510086100871008810089100901009110092100931009410095100961009710098100991010010101
  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. "react": "^18.2.0",
  16. "react-dom": "^18.2.0",
  17. "react-error-boundary": "^6.1.1",
  18. "react-markdown": "^10.1.0"
  19. },
  20. "devDependencies": {
  21. "@tailwindcss/postcss": "^4.0.0",
  22. "@tailwindcss/vite": "^4.0.0",
  23. "@testing-library/dom": "^10.4.1",
  24. "@testing-library/react": "^16.3.2",
  25. "@types/d3": "^7.4.3",
  26. "@types/node": "^20.11.5",
  27. "@types/react": "^18.2.43",
  28. "@types/react-dom": "^18.2.17",
  29. "@typescript-eslint/eslint-plugin": "^6.14.0",
  30. "@typescript-eslint/parser": "^6.14.0",
  31. "@vitejs/plugin-react": "^4.2.1",
  32. "autoprefixer": "^10.4.19",
  33. "eslint": "^8.55.0",
  34. "eslint-plugin-react-hooks": "^4.6.0",
  35. "eslint-plugin-react-refresh": "^0.4.5",
  36. "jsdom": "^28.1.0",
  37. "postcss": "^8.4.38",
  38. "tailwindcss": "^4.0.0",
  39. "typescript": "^5.2.2",
  40. "vite": "^5.0.8",
  41. "vitest": "^4.0.18"
  42. }
  43. },
  44. "node_modules/@acemir/cssom": {
  45. "version": "0.9.31",
  46. "resolved": "https://registry.npmmirror.com/@acemir/cssom/-/cssom-0.9.31.tgz",
  47. "integrity": "sha512-ZnR3GSaH+/vJ0YlHau21FjfLYjMpYVIzTD8M8vIEQvIGxeOXyXdzCI140rrCY862p/C/BbzWsjc1dgnM9mkoTA==",
  48. "dev": true,
  49. "license": "MIT"
  50. },
  51. "node_modules/@alloc/quick-lru": {
  52. "version": "5.2.0",
  53. "resolved": "https://registry.npmmirror.com/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
  54. "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
  55. "dev": true,
  56. "license": "MIT",
  57. "engines": {
  58. "node": ">=10"
  59. },
  60. "funding": {
  61. "url": "https://github.com/sponsors/sindresorhus"
  62. }
  63. },
  64. "node_modules/@asamuzakjp/css-color": {
  65. "version": "5.0.1",
  66. "resolved": "https://registry.npmmirror.com/@asamuzakjp/css-color/-/css-color-5.0.1.tgz",
  67. "integrity": "sha512-2SZFvqMyvboVV1d15lMf7XiI3m7SDqXUuKaTymJYLN6dSGadqp+fVojqJlVoMlbZnlTmu3S0TLwLTJpvBMO1Aw==",
  68. "dev": true,
  69. "license": "MIT",
  70. "dependencies": {
  71. "@csstools/css-calc": "^3.1.1",
  72. "@csstools/css-color-parser": "^4.0.2",
  73. "@csstools/css-parser-algorithms": "^4.0.0",
  74. "@csstools/css-tokenizer": "^4.0.0",
  75. "lru-cache": "^11.2.6"
  76. },
  77. "engines": {
  78. "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  79. }
  80. },
  81. "node_modules/@asamuzakjp/css-color/node_modules/lru-cache": {
  82. "version": "11.2.6",
  83. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-11.2.6.tgz",
  84. "integrity": "sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==",
  85. "dev": true,
  86. "license": "BlueOak-1.0.0",
  87. "engines": {
  88. "node": "20 || >=22"
  89. }
  90. },
  91. "node_modules/@asamuzakjp/dom-selector": {
  92. "version": "6.8.1",
  93. "resolved": "https://registry.npmmirror.com/@asamuzakjp/dom-selector/-/dom-selector-6.8.1.tgz",
  94. "integrity": "sha512-MvRz1nCqW0fsy8Qz4dnLIvhOlMzqDVBabZx6lH+YywFDdjXhMY37SmpV1XFX3JzG5GWHn63j6HX6QPr3lZXHvQ==",
  95. "dev": true,
  96. "license": "MIT",
  97. "dependencies": {
  98. "@asamuzakjp/nwsapi": "^2.3.9",
  99. "bidi-js": "^1.0.3",
  100. "css-tree": "^3.1.0",
  101. "is-potential-custom-element-name": "^1.0.1",
  102. "lru-cache": "^11.2.6"
  103. }
  104. },
  105. "node_modules/@asamuzakjp/dom-selector/node_modules/lru-cache": {
  106. "version": "11.2.6",
  107. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-11.2.6.tgz",
  108. "integrity": "sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==",
  109. "dev": true,
  110. "license": "BlueOak-1.0.0",
  111. "engines": {
  112. "node": "20 || >=22"
  113. }
  114. },
  115. "node_modules/@asamuzakjp/nwsapi": {
  116. "version": "2.3.9",
  117. "resolved": "https://registry.npmmirror.com/@asamuzakjp/nwsapi/-/nwsapi-2.3.9.tgz",
  118. "integrity": "sha512-n8GuYSrI9bF7FFZ/SjhwevlHc8xaVlb/7HmHelnc/PZXBD2ZR49NnN9sMMuDdEGPeeRQ5d0hqlSlEpgCX3Wl0Q==",
  119. "dev": true,
  120. "license": "MIT"
  121. },
  122. "node_modules/@babel/code-frame": {
  123. "version": "7.29.0",
  124. "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.29.0.tgz",
  125. "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
  126. "dev": true,
  127. "license": "MIT",
  128. "dependencies": {
  129. "@babel/helper-validator-identifier": "^7.28.5",
  130. "js-tokens": "^4.0.0",
  131. "picocolors": "^1.1.1"
  132. },
  133. "engines": {
  134. "node": ">=6.9.0"
  135. }
  136. },
  137. "node_modules/@babel/compat-data": {
  138. "version": "7.29.0",
  139. "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.29.0.tgz",
  140. "integrity": "sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==",
  141. "dev": true,
  142. "license": "MIT",
  143. "engines": {
  144. "node": ">=6.9.0"
  145. }
  146. },
  147. "node_modules/@babel/core": {
  148. "version": "7.29.0",
  149. "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.29.0.tgz",
  150. "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==",
  151. "dev": true,
  152. "license": "MIT",
  153. "dependencies": {
  154. "@babel/code-frame": "^7.29.0",
  155. "@babel/generator": "^7.29.0",
  156. "@babel/helper-compilation-targets": "^7.28.6",
  157. "@babel/helper-module-transforms": "^7.28.6",
  158. "@babel/helpers": "^7.28.6",
  159. "@babel/parser": "^7.29.0",
  160. "@babel/template": "^7.28.6",
  161. "@babel/traverse": "^7.29.0",
  162. "@babel/types": "^7.29.0",
  163. "@jridgewell/remapping": "^2.3.5",
  164. "convert-source-map": "^2.0.0",
  165. "debug": "^4.1.0",
  166. "gensync": "^1.0.0-beta.2",
  167. "json5": "^2.2.3",
  168. "semver": "^6.3.1"
  169. },
  170. "engines": {
  171. "node": ">=6.9.0"
  172. },
  173. "funding": {
  174. "type": "opencollective",
  175. "url": "https://opencollective.com/babel"
  176. }
  177. },
  178. "node_modules/@babel/core/node_modules/semver": {
  179. "version": "6.3.1",
  180. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  181. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  182. "dev": true,
  183. "license": "ISC",
  184. "bin": {
  185. "semver": "bin/semver.js"
  186. }
  187. },
  188. "node_modules/@babel/generator": {
  189. "version": "7.29.1",
  190. "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.29.1.tgz",
  191. "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
  192. "dev": true,
  193. "license": "MIT",
  194. "dependencies": {
  195. "@babel/parser": "^7.29.0",
  196. "@babel/types": "^7.29.0",
  197. "@jridgewell/gen-mapping": "^0.3.12",
  198. "@jridgewell/trace-mapping": "^0.3.28",
  199. "jsesc": "^3.0.2"
  200. },
  201. "engines": {
  202. "node": ">=6.9.0"
  203. }
  204. },
  205. "node_modules/@babel/helper-compilation-targets": {
  206. "version": "7.28.6",
  207. "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz",
  208. "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",
  209. "dev": true,
  210. "license": "MIT",
  211. "dependencies": {
  212. "@babel/compat-data": "^7.28.6",
  213. "@babel/helper-validator-option": "^7.27.1",
  214. "browserslist": "^4.24.0",
  215. "lru-cache": "^5.1.1",
  216. "semver": "^6.3.1"
  217. },
  218. "engines": {
  219. "node": ">=6.9.0"
  220. }
  221. },
  222. "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
  223. "version": "6.3.1",
  224. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  225. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  226. "dev": true,
  227. "license": "ISC",
  228. "bin": {
  229. "semver": "bin/semver.js"
  230. }
  231. },
  232. "node_modules/@babel/helper-globals": {
  233. "version": "7.28.0",
  234. "resolved": "https://registry.npmmirror.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
  235. "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
  236. "dev": true,
  237. "license": "MIT",
  238. "engines": {
  239. "node": ">=6.9.0"
  240. }
  241. },
  242. "node_modules/@babel/helper-module-imports": {
  243. "version": "7.28.6",
  244. "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz",
  245. "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==",
  246. "dev": true,
  247. "license": "MIT",
  248. "dependencies": {
  249. "@babel/traverse": "^7.28.6",
  250. "@babel/types": "^7.28.6"
  251. },
  252. "engines": {
  253. "node": ">=6.9.0"
  254. }
  255. },
  256. "node_modules/@babel/helper-module-transforms": {
  257. "version": "7.28.6",
  258. "resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz",
  259. "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==",
  260. "dev": true,
  261. "license": "MIT",
  262. "dependencies": {
  263. "@babel/helper-module-imports": "^7.28.6",
  264. "@babel/helper-validator-identifier": "^7.28.5",
  265. "@babel/traverse": "^7.28.6"
  266. },
  267. "engines": {
  268. "node": ">=6.9.0"
  269. },
  270. "peerDependencies": {
  271. "@babel/core": "^7.0.0"
  272. }
  273. },
  274. "node_modules/@babel/helper-plugin-utils": {
  275. "version": "7.28.6",
  276. "resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz",
  277. "integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==",
  278. "dev": true,
  279. "license": "MIT",
  280. "engines": {
  281. "node": ">=6.9.0"
  282. }
  283. },
  284. "node_modules/@babel/helper-string-parser": {
  285. "version": "7.27.1",
  286. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  287. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  288. "dev": true,
  289. "license": "MIT",
  290. "engines": {
  291. "node": ">=6.9.0"
  292. }
  293. },
  294. "node_modules/@babel/helper-validator-identifier": {
  295. "version": "7.28.5",
  296. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  297. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  298. "dev": true,
  299. "license": "MIT",
  300. "engines": {
  301. "node": ">=6.9.0"
  302. }
  303. },
  304. "node_modules/@babel/helper-validator-option": {
  305. "version": "7.27.1",
  306. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
  307. "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
  308. "dev": true,
  309. "license": "MIT",
  310. "engines": {
  311. "node": ">=6.9.0"
  312. }
  313. },
  314. "node_modules/@babel/helpers": {
  315. "version": "7.28.6",
  316. "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.28.6.tgz",
  317. "integrity": "sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==",
  318. "dev": true,
  319. "license": "MIT",
  320. "dependencies": {
  321. "@babel/template": "^7.28.6",
  322. "@babel/types": "^7.28.6"
  323. },
  324. "engines": {
  325. "node": ">=6.9.0"
  326. }
  327. },
  328. "node_modules/@babel/parser": {
  329. "version": "7.29.0",
  330. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.29.0.tgz",
  331. "integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
  332. "dev": true,
  333. "license": "MIT",
  334. "dependencies": {
  335. "@babel/types": "^7.29.0"
  336. },
  337. "bin": {
  338. "parser": "bin/babel-parser.js"
  339. },
  340. "engines": {
  341. "node": ">=6.0.0"
  342. }
  343. },
  344. "node_modules/@babel/plugin-transform-react-jsx-self": {
  345. "version": "7.27.1",
  346. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz",
  347. "integrity": "sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==",
  348. "dev": true,
  349. "license": "MIT",
  350. "dependencies": {
  351. "@babel/helper-plugin-utils": "^7.27.1"
  352. },
  353. "engines": {
  354. "node": ">=6.9.0"
  355. },
  356. "peerDependencies": {
  357. "@babel/core": "^7.0.0-0"
  358. }
  359. },
  360. "node_modules/@babel/plugin-transform-react-jsx-source": {
  361. "version": "7.27.1",
  362. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz",
  363. "integrity": "sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==",
  364. "dev": true,
  365. "license": "MIT",
  366. "dependencies": {
  367. "@babel/helper-plugin-utils": "^7.27.1"
  368. },
  369. "engines": {
  370. "node": ">=6.9.0"
  371. },
  372. "peerDependencies": {
  373. "@babel/core": "^7.0.0-0"
  374. }
  375. },
  376. "node_modules/@babel/runtime": {
  377. "version": "7.28.6",
  378. "resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.28.6.tgz",
  379. "integrity": "sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==",
  380. "license": "MIT",
  381. "engines": {
  382. "node": ">=6.9.0"
  383. }
  384. },
  385. "node_modules/@babel/template": {
  386. "version": "7.28.6",
  387. "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.28.6.tgz",
  388. "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",
  389. "dev": true,
  390. "license": "MIT",
  391. "dependencies": {
  392. "@babel/code-frame": "^7.28.6",
  393. "@babel/parser": "^7.28.6",
  394. "@babel/types": "^7.28.6"
  395. },
  396. "engines": {
  397. "node": ">=6.9.0"
  398. }
  399. },
  400. "node_modules/@babel/traverse": {
  401. "version": "7.29.0",
  402. "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.29.0.tgz",
  403. "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",
  404. "dev": true,
  405. "license": "MIT",
  406. "dependencies": {
  407. "@babel/code-frame": "^7.29.0",
  408. "@babel/generator": "^7.29.0",
  409. "@babel/helper-globals": "^7.28.0",
  410. "@babel/parser": "^7.29.0",
  411. "@babel/template": "^7.28.6",
  412. "@babel/types": "^7.29.0",
  413. "debug": "^4.3.1"
  414. },
  415. "engines": {
  416. "node": ">=6.9.0"
  417. }
  418. },
  419. "node_modules/@babel/types": {
  420. "version": "7.29.0",
  421. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.29.0.tgz",
  422. "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
  423. "dev": true,
  424. "license": "MIT",
  425. "dependencies": {
  426. "@babel/helper-string-parser": "^7.27.1",
  427. "@babel/helper-validator-identifier": "^7.28.5"
  428. },
  429. "engines": {
  430. "node": ">=6.9.0"
  431. }
  432. },
  433. "node_modules/@bramus/specificity": {
  434. "version": "2.4.2",
  435. "resolved": "https://registry.npmmirror.com/@bramus/specificity/-/specificity-2.4.2.tgz",
  436. "integrity": "sha512-ctxtJ/eA+t+6q2++vj5j7FYX3nRu311q1wfYH3xjlLOsczhlhxAg2FWNUXhpGvAw3BWo1xBcvOV6/YLc2r5FJw==",
  437. "dev": true,
  438. "license": "MIT",
  439. "dependencies": {
  440. "css-tree": "^3.0.0"
  441. },
  442. "bin": {
  443. "specificity": "bin/cli.js"
  444. }
  445. },
  446. "node_modules/@csstools/color-helpers": {
  447. "version": "6.0.2",
  448. "resolved": "https://registry.npmmirror.com/@csstools/color-helpers/-/color-helpers-6.0.2.tgz",
  449. "integrity": "sha512-LMGQLS9EuADloEFkcTBR3BwV/CGHV7zyDxVRtVDTwdI2Ca4it0CCVTT9wCkxSgokjE5Ho41hEPgb8OEUwoXr6Q==",
  450. "dev": true,
  451. "funding": [
  452. {
  453. "type": "github",
  454. "url": "https://github.com/sponsors/csstools"
  455. },
  456. {
  457. "type": "opencollective",
  458. "url": "https://opencollective.com/csstools"
  459. }
  460. ],
  461. "license": "MIT-0",
  462. "engines": {
  463. "node": ">=20.19.0"
  464. }
  465. },
  466. "node_modules/@csstools/css-calc": {
  467. "version": "3.1.1",
  468. "resolved": "https://registry.npmmirror.com/@csstools/css-calc/-/css-calc-3.1.1.tgz",
  469. "integrity": "sha512-HJ26Z/vmsZQqs/o3a6bgKslXGFAungXGbinULZO3eMsOyNJHeBBZfup5FiZInOghgoM4Hwnmw+OgbJCNg1wwUQ==",
  470. "dev": true,
  471. "funding": [
  472. {
  473. "type": "github",
  474. "url": "https://github.com/sponsors/csstools"
  475. },
  476. {
  477. "type": "opencollective",
  478. "url": "https://opencollective.com/csstools"
  479. }
  480. ],
  481. "license": "MIT",
  482. "engines": {
  483. "node": ">=20.19.0"
  484. },
  485. "peerDependencies": {
  486. "@csstools/css-parser-algorithms": "^4.0.0",
  487. "@csstools/css-tokenizer": "^4.0.0"
  488. }
  489. },
  490. "node_modules/@csstools/css-color-parser": {
  491. "version": "4.0.2",
  492. "resolved": "https://registry.npmmirror.com/@csstools/css-color-parser/-/css-color-parser-4.0.2.tgz",
  493. "integrity": "sha512-0GEfbBLmTFf0dJlpsNU7zwxRIH0/BGEMuXLTCvFYxuL1tNhqzTbtnFICyJLTNK4a+RechKP75e7w42ClXSnJQw==",
  494. "dev": true,
  495. "funding": [
  496. {
  497. "type": "github",
  498. "url": "https://github.com/sponsors/csstools"
  499. },
  500. {
  501. "type": "opencollective",
  502. "url": "https://opencollective.com/csstools"
  503. }
  504. ],
  505. "license": "MIT",
  506. "dependencies": {
  507. "@csstools/color-helpers": "^6.0.2",
  508. "@csstools/css-calc": "^3.1.1"
  509. },
  510. "engines": {
  511. "node": ">=20.19.0"
  512. },
  513. "peerDependencies": {
  514. "@csstools/css-parser-algorithms": "^4.0.0",
  515. "@csstools/css-tokenizer": "^4.0.0"
  516. }
  517. },
  518. "node_modules/@csstools/css-parser-algorithms": {
  519. "version": "4.0.0",
  520. "resolved": "https://registry.npmmirror.com/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
  521. "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
  522. "dev": true,
  523. "funding": [
  524. {
  525. "type": "github",
  526. "url": "https://github.com/sponsors/csstools"
  527. },
  528. {
  529. "type": "opencollective",
  530. "url": "https://opencollective.com/csstools"
  531. }
  532. ],
  533. "license": "MIT",
  534. "engines": {
  535. "node": ">=20.19.0"
  536. },
  537. "peerDependencies": {
  538. "@csstools/css-tokenizer": "^4.0.0"
  539. }
  540. },
  541. "node_modules/@csstools/css-syntax-patches-for-csstree": {
  542. "version": "1.0.28",
  543. "resolved": "https://registry.npmmirror.com/@csstools/css-syntax-patches-for-csstree/-/css-syntax-patches-for-csstree-1.0.28.tgz",
  544. "integrity": "sha512-1NRf1CUBjnr3K7hu8BLxjQrKCxEe8FP/xmPTenAxCRZWVLbmGotkFvG9mfNpjA6k7Bw1bw4BilZq9cu19RA5pg==",
  545. "dev": true,
  546. "funding": [
  547. {
  548. "type": "github",
  549. "url": "https://github.com/sponsors/csstools"
  550. },
  551. {
  552. "type": "opencollective",
  553. "url": "https://opencollective.com/csstools"
  554. }
  555. ],
  556. "license": "MIT-0"
  557. },
  558. "node_modules/@csstools/css-tokenizer": {
  559. "version": "4.0.0",
  560. "resolved": "https://registry.npmmirror.com/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
  561. "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
  562. "dev": true,
  563. "funding": [
  564. {
  565. "type": "github",
  566. "url": "https://github.com/sponsors/csstools"
  567. },
  568. {
  569. "type": "opencollective",
  570. "url": "https://opencollective.com/csstools"
  571. }
  572. ],
  573. "license": "MIT",
  574. "engines": {
  575. "node": ">=20.19.0"
  576. }
  577. },
  578. "node_modules/@dnd-kit/accessibility": {
  579. "version": "3.1.1",
  580. "resolved": "https://registry.npmmirror.com/@dnd-kit/accessibility/-/accessibility-3.1.1.tgz",
  581. "integrity": "sha512-2P+YgaXF+gRsIihwwY1gCsQSYnu9Zyj2py8kY5fFvUM1qm2WA2u639R6YNVfU4GWr+ZM5mqEsfHZZLoRONbemw==",
  582. "license": "MIT",
  583. "dependencies": {
  584. "tslib": "^2.0.0"
  585. },
  586. "peerDependencies": {
  587. "react": ">=16.8.0"
  588. }
  589. },
  590. "node_modules/@dnd-kit/core": {
  591. "version": "6.3.1",
  592. "resolved": "https://registry.npmmirror.com/@dnd-kit/core/-/core-6.3.1.tgz",
  593. "integrity": "sha512-xkGBRQQab4RLwgXxoqETICr6S5JlogafbhNsidmrkVv2YRs5MLwpjoF2qpiGjQt8S9AoxtIV603s0GIUpY5eYQ==",
  594. "license": "MIT",
  595. "dependencies": {
  596. "@dnd-kit/accessibility": "^3.1.1",
  597. "@dnd-kit/utilities": "^3.2.2",
  598. "tslib": "^2.0.0"
  599. },
  600. "peerDependencies": {
  601. "react": ">=16.8.0",
  602. "react-dom": ">=16.8.0"
  603. }
  604. },
  605. "node_modules/@dnd-kit/sortable": {
  606. "version": "7.0.2",
  607. "resolved": "https://registry.npmmirror.com/@dnd-kit/sortable/-/sortable-7.0.2.tgz",
  608. "integrity": "sha512-wDkBHHf9iCi1veM834Gbk1429bd4lHX4RpAwT0y2cHLf246GAvU2sVw/oxWNpPKQNQRQaeGXhAVgrOl1IT+iyA==",
  609. "license": "MIT",
  610. "dependencies": {
  611. "@dnd-kit/utilities": "^3.2.0",
  612. "tslib": "^2.0.0"
  613. },
  614. "peerDependencies": {
  615. "@dnd-kit/core": "^6.0.7",
  616. "react": ">=16.8.0"
  617. }
  618. },
  619. "node_modules/@dnd-kit/utilities": {
  620. "version": "3.2.2",
  621. "resolved": "https://registry.npmmirror.com/@dnd-kit/utilities/-/utilities-3.2.2.tgz",
  622. "integrity": "sha512-+MKAJEOfaBe5SmV6t34p80MMKhjvUz0vRrvVJbPT0WElzaOJ/1xs+D+KDv+tD/NE5ujfrChEcshd4fLn0wpiqg==",
  623. "license": "MIT",
  624. "dependencies": {
  625. "tslib": "^2.0.0"
  626. },
  627. "peerDependencies": {
  628. "react": ">=16.8.0"
  629. }
  630. },
  631. "node_modules/@douyinfe/semi-animation": {
  632. "version": "2.91.0",
  633. "resolved": "https://registry.npmmirror.com/@douyinfe/semi-animation/-/semi-animation-2.91.0.tgz",
  634. "integrity": "sha512-BxEi4BfUqRt26JkgGslOPUXOlsZ+KsaRyqVIGL+fFc3FsH621T75vQEoFfh/3a6k+zlrnFZVGgnz5GTeneS24w==",
  635. "license": "MIT",
  636. "dependencies": {
  637. "bezier-easing": "^2.1.0"
  638. }
  639. },
  640. "node_modules/@douyinfe/semi-animation-react": {
  641. "version": "2.91.0",
  642. "resolved": "https://registry.npmmirror.com/@douyinfe/semi-animation-react/-/semi-animation-react-2.91.0.tgz",
  643. "integrity": "sha512-fnUcGcTYBLvHxbzDdN3cK1f81dQ5JFyon3VKwEdduPQVKdDKeRCVyEOgzB+nAWoIme0/M5k3x5n/XunqSwtbIA==",
  644. "license": "MIT",
  645. "dependencies": {
  646. "@douyinfe/semi-animation": "2.91.0",
  647. "@douyinfe/semi-animation-styled": "2.91.0",
  648. "classnames": "^2.2.6"
  649. }
  650. },
  651. "node_modules/@douyinfe/semi-animation-styled": {
  652. "version": "2.91.0",
  653. "resolved": "https://registry.npmmirror.com/@douyinfe/semi-animation-styled/-/semi-animation-styled-2.91.0.tgz",
  654. "integrity": "sha512-7p79wtHNrDqKlcU0ZWLag8uYogyg3Ao5dy52bMvJrkshVjeWIQZKSxhkGLdtDE3DnJ3eaVEpAChXYrSSs9qO+g==",
  655. "license": "MIT"
  656. },
  657. "node_modules/@douyinfe/semi-foundation": {
  658. "version": "2.91.0",
  659. "resolved": "https://registry.npmmirror.com/@douyinfe/semi-foundation/-/semi-foundation-2.91.0.tgz",
  660. "integrity": "sha512-/8b3ce7zWsOPQUtz3wPqU5At7I8fNwgTrt7B4Rld3qZQ9XgxwnUMwaWPRgmJzI8BbHOG/TiCYAZp0iviLOzYAA==",
  661. "license": "MIT",
  662. "dependencies": {
  663. "@douyinfe/semi-animation": "2.91.0",
  664. "@douyinfe/semi-json-viewer-core": "2.91.0",
  665. "@mdx-js/mdx": "^3.0.1",
  666. "async-validator": "^3.5.0",
  667. "classnames": "^2.2.6",
  668. "date-fns": "^2.29.3",
  669. "date-fns-tz": "^1.3.8",
  670. "fast-copy": "^3.0.1 ",
  671. "lodash": "^4.17.21",
  672. "lottie-web": "^5.12.2",
  673. "memoize-one": "^5.2.1",
  674. "prismjs": "^1.29.0",
  675. "remark-gfm": "^4.0.0",
  676. "scroll-into-view-if-needed": "^2.2.24"
  677. }
  678. },
  679. "node_modules/@douyinfe/semi-icons": {
  680. "version": "2.91.0",
  681. "resolved": "https://registry.npmmirror.com/@douyinfe/semi-icons/-/semi-icons-2.91.0.tgz",
  682. "integrity": "sha512-ZqYUzTIFzLcQyo7no6DfeYYkH130Z9UKDxrmfQwYJGUuZZF0E8KwovSoFGk7tT60AgQLyskJlqRsdTkpULuuWQ==",
  683. "license": "MIT",
  684. "dependencies": {
  685. "classnames": "^2.2.6"
  686. },
  687. "peerDependencies": {
  688. "react": ">=16.0.0"
  689. }
  690. },
  691. "node_modules/@douyinfe/semi-illustrations": {
  692. "version": "2.91.0",
  693. "resolved": "https://registry.npmmirror.com/@douyinfe/semi-illustrations/-/semi-illustrations-2.91.0.tgz",
  694. "integrity": "sha512-4uGONV6JhSD3Lm9YDk2Dm1tYRY0O/fv+wnTEb8BuuWR/85nkNTkfo7gBNWhlxiN0nuUULRAzZV60snWoWI1Q2w==",
  695. "license": "MIT",
  696. "peerDependencies": {
  697. "react": ">=16.0.0"
  698. }
  699. },
  700. "node_modules/@douyinfe/semi-json-viewer-core": {
  701. "version": "2.91.0",
  702. "resolved": "https://registry.npmmirror.com/@douyinfe/semi-json-viewer-core/-/semi-json-viewer-core-2.91.0.tgz",
  703. "integrity": "sha512-H6xkFs0gmqJf1u9OOArF/2mYoV88oz71jwpWNUell154dcMD/c6ePLXyvtMpc/nfxWe5UFOMuoxOljAyoGOeQw==",
  704. "license": "MIT",
  705. "dependencies": {
  706. "jsonc-parser": "^3.3.1"
  707. }
  708. },
  709. "node_modules/@douyinfe/semi-theme-default": {
  710. "version": "2.91.0",
  711. "resolved": "https://registry.npmmirror.com/@douyinfe/semi-theme-default/-/semi-theme-default-2.91.0.tgz",
  712. "integrity": "sha512-Bd4jaD+zpt208bhSWnMAPcm2QOj3DcJ8lKzEuEwYO6l3q2cpcr902zn/crjyyxiePs/OEabocdCRUrYlJR7Zyw==",
  713. "license": "MIT"
  714. },
  715. "node_modules/@douyinfe/semi-ui": {
  716. "version": "2.91.0",
  717. "resolved": "https://registry.npmmirror.com/@douyinfe/semi-ui/-/semi-ui-2.91.0.tgz",
  718. "integrity": "sha512-ZtTLa+sf6nfY6Z2X8jC6NVKkSiouNIoBIenvurkTaQn27E1RhR4PME5u24td5qXBRBcX4/0+67BpwT7GNWdCHA==",
  719. "license": "MIT",
  720. "dependencies": {
  721. "@dnd-kit/core": "^6.0.8",
  722. "@dnd-kit/sortable": "^7.0.2",
  723. "@dnd-kit/utilities": "^3.2.1",
  724. "@douyinfe/semi-animation": "2.91.0",
  725. "@douyinfe/semi-animation-react": "2.91.0",
  726. "@douyinfe/semi-foundation": "2.91.0",
  727. "@douyinfe/semi-icons": "2.91.0",
  728. "@douyinfe/semi-illustrations": "2.91.0",
  729. "@douyinfe/semi-theme-default": "2.91.0",
  730. "@tiptap/core": "^3.10.7",
  731. "@tiptap/extension-document": "^3.10.7",
  732. "@tiptap/extension-hard-break": "^3.10.7",
  733. "@tiptap/extension-image": "^3.10.7",
  734. "@tiptap/extension-mention": "^3.10.7",
  735. "@tiptap/extension-paragraph": "^3.10.7",
  736. "@tiptap/extension-text": "^3.10.7",
  737. "@tiptap/extension-text-align": "^3.10.7",
  738. "@tiptap/extension-text-style": "^3.10.7",
  739. "@tiptap/extensions": "^3.10.7",
  740. "@tiptap/pm": "^3.10.7",
  741. "@tiptap/react": "^3.10.7",
  742. "@tiptap/starter-kit": "^3.10.7",
  743. "async-validator": "^3.5.0",
  744. "classnames": "^2.2.6",
  745. "copy-text-to-clipboard": "^2.1.1",
  746. "date-fns": "^2.29.3",
  747. "date-fns-tz": "^1.3.8",
  748. "fast-copy": "^3.0.1 ",
  749. "jsonc-parser": "^3.3.1",
  750. "lodash": "^4.17.21",
  751. "prop-types": "^15.7.2",
  752. "prosemirror-state": "^1.4.3",
  753. "react-resizable": "^3.0.5",
  754. "react-window": "^1.8.2",
  755. "scroll-into-view-if-needed": "^2.2.24",
  756. "utility-types": "^3.10.0"
  757. },
  758. "peerDependencies": {
  759. "react": ">=16.0.0",
  760. "react-dom": ">=16.0.0"
  761. }
  762. },
  763. "node_modules/@esbuild/aix-ppc64": {
  764. "version": "0.21.5",
  765. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz",
  766. "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==",
  767. "cpu": [
  768. "ppc64"
  769. ],
  770. "dev": true,
  771. "license": "MIT",
  772. "optional": true,
  773. "os": [
  774. "aix"
  775. ],
  776. "engines": {
  777. "node": ">=12"
  778. }
  779. },
  780. "node_modules/@esbuild/android-arm": {
  781. "version": "0.21.5",
  782. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.21.5.tgz",
  783. "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==",
  784. "cpu": [
  785. "arm"
  786. ],
  787. "dev": true,
  788. "license": "MIT",
  789. "optional": true,
  790. "os": [
  791. "android"
  792. ],
  793. "engines": {
  794. "node": ">=12"
  795. }
  796. },
  797. "node_modules/@esbuild/android-arm64": {
  798. "version": "0.21.5",
  799. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz",
  800. "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==",
  801. "cpu": [
  802. "arm64"
  803. ],
  804. "dev": true,
  805. "license": "MIT",
  806. "optional": true,
  807. "os": [
  808. "android"
  809. ],
  810. "engines": {
  811. "node": ">=12"
  812. }
  813. },
  814. "node_modules/@esbuild/android-x64": {
  815. "version": "0.21.5",
  816. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.21.5.tgz",
  817. "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==",
  818. "cpu": [
  819. "x64"
  820. ],
  821. "dev": true,
  822. "license": "MIT",
  823. "optional": true,
  824. "os": [
  825. "android"
  826. ],
  827. "engines": {
  828. "node": ">=12"
  829. }
  830. },
  831. "node_modules/@esbuild/darwin-arm64": {
  832. "version": "0.21.5",
  833. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz",
  834. "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==",
  835. "cpu": [
  836. "arm64"
  837. ],
  838. "dev": true,
  839. "license": "MIT",
  840. "optional": true,
  841. "os": [
  842. "darwin"
  843. ],
  844. "engines": {
  845. "node": ">=12"
  846. }
  847. },
  848. "node_modules/@esbuild/darwin-x64": {
  849. "version": "0.21.5",
  850. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz",
  851. "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==",
  852. "cpu": [
  853. "x64"
  854. ],
  855. "dev": true,
  856. "license": "MIT",
  857. "optional": true,
  858. "os": [
  859. "darwin"
  860. ],
  861. "engines": {
  862. "node": ">=12"
  863. }
  864. },
  865. "node_modules/@esbuild/freebsd-arm64": {
  866. "version": "0.21.5",
  867. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz",
  868. "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==",
  869. "cpu": [
  870. "arm64"
  871. ],
  872. "dev": true,
  873. "license": "MIT",
  874. "optional": true,
  875. "os": [
  876. "freebsd"
  877. ],
  878. "engines": {
  879. "node": ">=12"
  880. }
  881. },
  882. "node_modules/@esbuild/freebsd-x64": {
  883. "version": "0.21.5",
  884. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz",
  885. "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==",
  886. "cpu": [
  887. "x64"
  888. ],
  889. "dev": true,
  890. "license": "MIT",
  891. "optional": true,
  892. "os": [
  893. "freebsd"
  894. ],
  895. "engines": {
  896. "node": ">=12"
  897. }
  898. },
  899. "node_modules/@esbuild/linux-arm": {
  900. "version": "0.21.5",
  901. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz",
  902. "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==",
  903. "cpu": [
  904. "arm"
  905. ],
  906. "dev": true,
  907. "license": "MIT",
  908. "optional": true,
  909. "os": [
  910. "linux"
  911. ],
  912. "engines": {
  913. "node": ">=12"
  914. }
  915. },
  916. "node_modules/@esbuild/linux-arm64": {
  917. "version": "0.21.5",
  918. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz",
  919. "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==",
  920. "cpu": [
  921. "arm64"
  922. ],
  923. "dev": true,
  924. "license": "MIT",
  925. "optional": true,
  926. "os": [
  927. "linux"
  928. ],
  929. "engines": {
  930. "node": ">=12"
  931. }
  932. },
  933. "node_modules/@esbuild/linux-ia32": {
  934. "version": "0.21.5",
  935. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz",
  936. "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==",
  937. "cpu": [
  938. "ia32"
  939. ],
  940. "dev": true,
  941. "license": "MIT",
  942. "optional": true,
  943. "os": [
  944. "linux"
  945. ],
  946. "engines": {
  947. "node": ">=12"
  948. }
  949. },
  950. "node_modules/@esbuild/linux-loong64": {
  951. "version": "0.21.5",
  952. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz",
  953. "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==",
  954. "cpu": [
  955. "loong64"
  956. ],
  957. "dev": true,
  958. "license": "MIT",
  959. "optional": true,
  960. "os": [
  961. "linux"
  962. ],
  963. "engines": {
  964. "node": ">=12"
  965. }
  966. },
  967. "node_modules/@esbuild/linux-mips64el": {
  968. "version": "0.21.5",
  969. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz",
  970. "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==",
  971. "cpu": [
  972. "mips64el"
  973. ],
  974. "dev": true,
  975. "license": "MIT",
  976. "optional": true,
  977. "os": [
  978. "linux"
  979. ],
  980. "engines": {
  981. "node": ">=12"
  982. }
  983. },
  984. "node_modules/@esbuild/linux-ppc64": {
  985. "version": "0.21.5",
  986. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz",
  987. "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==",
  988. "cpu": [
  989. "ppc64"
  990. ],
  991. "dev": true,
  992. "license": "MIT",
  993. "optional": true,
  994. "os": [
  995. "linux"
  996. ],
  997. "engines": {
  998. "node": ">=12"
  999. }
  1000. },
  1001. "node_modules/@esbuild/linux-riscv64": {
  1002. "version": "0.21.5",
  1003. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz",
  1004. "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==",
  1005. "cpu": [
  1006. "riscv64"
  1007. ],
  1008. "dev": true,
  1009. "license": "MIT",
  1010. "optional": true,
  1011. "os": [
  1012. "linux"
  1013. ],
  1014. "engines": {
  1015. "node": ">=12"
  1016. }
  1017. },
  1018. "node_modules/@esbuild/linux-s390x": {
  1019. "version": "0.21.5",
  1020. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz",
  1021. "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==",
  1022. "cpu": [
  1023. "s390x"
  1024. ],
  1025. "dev": true,
  1026. "license": "MIT",
  1027. "optional": true,
  1028. "os": [
  1029. "linux"
  1030. ],
  1031. "engines": {
  1032. "node": ">=12"
  1033. }
  1034. },
  1035. "node_modules/@esbuild/linux-x64": {
  1036. "version": "0.21.5",
  1037. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz",
  1038. "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==",
  1039. "cpu": [
  1040. "x64"
  1041. ],
  1042. "dev": true,
  1043. "license": "MIT",
  1044. "optional": true,
  1045. "os": [
  1046. "linux"
  1047. ],
  1048. "engines": {
  1049. "node": ">=12"
  1050. }
  1051. },
  1052. "node_modules/@esbuild/netbsd-arm64": {
  1053. "version": "0.27.3",
  1054. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.3.tgz",
  1055. "integrity": "sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA==",
  1056. "cpu": [
  1057. "arm64"
  1058. ],
  1059. "dev": true,
  1060. "license": "MIT",
  1061. "optional": true,
  1062. "os": [
  1063. "netbsd"
  1064. ],
  1065. "engines": {
  1066. "node": ">=18"
  1067. }
  1068. },
  1069. "node_modules/@esbuild/netbsd-x64": {
  1070. "version": "0.21.5",
  1071. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz",
  1072. "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==",
  1073. "cpu": [
  1074. "x64"
  1075. ],
  1076. "dev": true,
  1077. "license": "MIT",
  1078. "optional": true,
  1079. "os": [
  1080. "netbsd"
  1081. ],
  1082. "engines": {
  1083. "node": ">=12"
  1084. }
  1085. },
  1086. "node_modules/@esbuild/openbsd-arm64": {
  1087. "version": "0.27.3",
  1088. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.3.tgz",
  1089. "integrity": "sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw==",
  1090. "cpu": [
  1091. "arm64"
  1092. ],
  1093. "dev": true,
  1094. "license": "MIT",
  1095. "optional": true,
  1096. "os": [
  1097. "openbsd"
  1098. ],
  1099. "engines": {
  1100. "node": ">=18"
  1101. }
  1102. },
  1103. "node_modules/@esbuild/openbsd-x64": {
  1104. "version": "0.21.5",
  1105. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz",
  1106. "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==",
  1107. "cpu": [
  1108. "x64"
  1109. ],
  1110. "dev": true,
  1111. "license": "MIT",
  1112. "optional": true,
  1113. "os": [
  1114. "openbsd"
  1115. ],
  1116. "engines": {
  1117. "node": ">=12"
  1118. }
  1119. },
  1120. "node_modules/@esbuild/openharmony-arm64": {
  1121. "version": "0.27.3",
  1122. "resolved": "https://registry.npmmirror.com/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.3.tgz",
  1123. "integrity": "sha512-NinAEgr/etERPTsZJ7aEZQvvg/A6IsZG/LgZy+81wON2huV7SrK3e63dU0XhyZP4RKGyTm7aOgmQk0bGp0fy2g==",
  1124. "cpu": [
  1125. "arm64"
  1126. ],
  1127. "dev": true,
  1128. "license": "MIT",
  1129. "optional": true,
  1130. "os": [
  1131. "openharmony"
  1132. ],
  1133. "engines": {
  1134. "node": ">=18"
  1135. }
  1136. },
  1137. "node_modules/@esbuild/sunos-x64": {
  1138. "version": "0.21.5",
  1139. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz",
  1140. "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==",
  1141. "cpu": [
  1142. "x64"
  1143. ],
  1144. "dev": true,
  1145. "license": "MIT",
  1146. "optional": true,
  1147. "os": [
  1148. "sunos"
  1149. ],
  1150. "engines": {
  1151. "node": ">=12"
  1152. }
  1153. },
  1154. "node_modules/@esbuild/win32-arm64": {
  1155. "version": "0.21.5",
  1156. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz",
  1157. "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==",
  1158. "cpu": [
  1159. "arm64"
  1160. ],
  1161. "dev": true,
  1162. "license": "MIT",
  1163. "optional": true,
  1164. "os": [
  1165. "win32"
  1166. ],
  1167. "engines": {
  1168. "node": ">=12"
  1169. }
  1170. },
  1171. "node_modules/@esbuild/win32-ia32": {
  1172. "version": "0.21.5",
  1173. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz",
  1174. "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==",
  1175. "cpu": [
  1176. "ia32"
  1177. ],
  1178. "dev": true,
  1179. "license": "MIT",
  1180. "optional": true,
  1181. "os": [
  1182. "win32"
  1183. ],
  1184. "engines": {
  1185. "node": ">=12"
  1186. }
  1187. },
  1188. "node_modules/@esbuild/win32-x64": {
  1189. "version": "0.21.5",
  1190. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz",
  1191. "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==",
  1192. "cpu": [
  1193. "x64"
  1194. ],
  1195. "dev": true,
  1196. "license": "MIT",
  1197. "optional": true,
  1198. "os": [
  1199. "win32"
  1200. ],
  1201. "engines": {
  1202. "node": ">=12"
  1203. }
  1204. },
  1205. "node_modules/@eslint-community/eslint-utils": {
  1206. "version": "4.9.1",
  1207. "resolved": "https://registry.npmmirror.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz",
  1208. "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==",
  1209. "dev": true,
  1210. "license": "MIT",
  1211. "dependencies": {
  1212. "eslint-visitor-keys": "^3.4.3"
  1213. },
  1214. "engines": {
  1215. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1216. },
  1217. "funding": {
  1218. "url": "https://opencollective.com/eslint"
  1219. },
  1220. "peerDependencies": {
  1221. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  1222. }
  1223. },
  1224. "node_modules/@eslint-community/regexpp": {
  1225. "version": "4.12.2",
  1226. "resolved": "https://registry.npmmirror.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
  1227. "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
  1228. "dev": true,
  1229. "license": "MIT",
  1230. "engines": {
  1231. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  1232. }
  1233. },
  1234. "node_modules/@eslint/eslintrc": {
  1235. "version": "2.1.4",
  1236. "resolved": "https://registry.npmmirror.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
  1237. "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
  1238. "dev": true,
  1239. "license": "MIT",
  1240. "dependencies": {
  1241. "ajv": "^6.12.4",
  1242. "debug": "^4.3.2",
  1243. "espree": "^9.6.0",
  1244. "globals": "^13.19.0",
  1245. "ignore": "^5.2.0",
  1246. "import-fresh": "^3.2.1",
  1247. "js-yaml": "^4.1.0",
  1248. "minimatch": "^3.1.2",
  1249. "strip-json-comments": "^3.1.1"
  1250. },
  1251. "engines": {
  1252. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1253. },
  1254. "funding": {
  1255. "url": "https://opencollective.com/eslint"
  1256. }
  1257. },
  1258. "node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
  1259. "version": "1.1.12",
  1260. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.12.tgz",
  1261. "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
  1262. "dev": true,
  1263. "license": "MIT",
  1264. "dependencies": {
  1265. "balanced-match": "^1.0.0",
  1266. "concat-map": "0.0.1"
  1267. }
  1268. },
  1269. "node_modules/@eslint/eslintrc/node_modules/minimatch": {
  1270. "version": "3.1.2",
  1271. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  1272. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  1273. "dev": true,
  1274. "license": "ISC",
  1275. "dependencies": {
  1276. "brace-expansion": "^1.1.7"
  1277. },
  1278. "engines": {
  1279. "node": "*"
  1280. }
  1281. },
  1282. "node_modules/@eslint/js": {
  1283. "version": "8.57.1",
  1284. "resolved": "https://registry.npmmirror.com/@eslint/js/-/js-8.57.1.tgz",
  1285. "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==",
  1286. "dev": true,
  1287. "license": "MIT",
  1288. "engines": {
  1289. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1290. }
  1291. },
  1292. "node_modules/@exodus/bytes": {
  1293. "version": "1.14.1",
  1294. "resolved": "https://registry.npmmirror.com/@exodus/bytes/-/bytes-1.14.1.tgz",
  1295. "integrity": "sha512-OhkBFWI6GcRMUroChZiopRiSp2iAMvEBK47NhJooDqz1RERO4QuZIZnjP63TXX8GAiLABkYmX+fuQsdJ1dd2QQ==",
  1296. "dev": true,
  1297. "license": "MIT",
  1298. "engines": {
  1299. "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  1300. },
  1301. "peerDependencies": {
  1302. "@noble/hashes": "^1.8.0 || ^2.0.0"
  1303. },
  1304. "peerDependenciesMeta": {
  1305. "@noble/hashes": {
  1306. "optional": true
  1307. }
  1308. }
  1309. },
  1310. "node_modules/@floating-ui/core": {
  1311. "version": "1.7.4",
  1312. "resolved": "https://registry.npmmirror.com/@floating-ui/core/-/core-1.7.4.tgz",
  1313. "integrity": "sha512-C3HlIdsBxszvm5McXlB8PeOEWfBhcGBTZGkGlWc2U0KFY5IwG5OQEuQ8rq52DZmcHDlPLd+YFBK+cZcytwIFWg==",
  1314. "license": "MIT",
  1315. "optional": true,
  1316. "dependencies": {
  1317. "@floating-ui/utils": "^0.2.10"
  1318. }
  1319. },
  1320. "node_modules/@floating-ui/dom": {
  1321. "version": "1.7.5",
  1322. "resolved": "https://registry.npmmirror.com/@floating-ui/dom/-/dom-1.7.5.tgz",
  1323. "integrity": "sha512-N0bD2kIPInNHUHehXhMke1rBGs1dwqvC9O9KYMyyjK7iXt7GAhnro7UlcuYcGdS/yYOlq0MAVgrow8IbWJwyqg==",
  1324. "license": "MIT",
  1325. "optional": true,
  1326. "dependencies": {
  1327. "@floating-ui/core": "^1.7.4",
  1328. "@floating-ui/utils": "^0.2.10"
  1329. }
  1330. },
  1331. "node_modules/@floating-ui/utils": {
  1332. "version": "0.2.10",
  1333. "resolved": "https://registry.npmmirror.com/@floating-ui/utils/-/utils-0.2.10.tgz",
  1334. "integrity": "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==",
  1335. "license": "MIT",
  1336. "optional": true
  1337. },
  1338. "node_modules/@humanwhocodes/config-array": {
  1339. "version": "0.13.0",
  1340. "resolved": "https://registry.npmmirror.com/@humanwhocodes/config-array/-/config-array-0.13.0.tgz",
  1341. "integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==",
  1342. "deprecated": "Use @eslint/config-array instead",
  1343. "dev": true,
  1344. "license": "Apache-2.0",
  1345. "dependencies": {
  1346. "@humanwhocodes/object-schema": "^2.0.3",
  1347. "debug": "^4.3.1",
  1348. "minimatch": "^3.0.5"
  1349. },
  1350. "engines": {
  1351. "node": ">=10.10.0"
  1352. }
  1353. },
  1354. "node_modules/@humanwhocodes/config-array/node_modules/brace-expansion": {
  1355. "version": "1.1.12",
  1356. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.12.tgz",
  1357. "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
  1358. "dev": true,
  1359. "license": "MIT",
  1360. "dependencies": {
  1361. "balanced-match": "^1.0.0",
  1362. "concat-map": "0.0.1"
  1363. }
  1364. },
  1365. "node_modules/@humanwhocodes/config-array/node_modules/minimatch": {
  1366. "version": "3.1.2",
  1367. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  1368. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  1369. "dev": true,
  1370. "license": "ISC",
  1371. "dependencies": {
  1372. "brace-expansion": "^1.1.7"
  1373. },
  1374. "engines": {
  1375. "node": "*"
  1376. }
  1377. },
  1378. "node_modules/@humanwhocodes/module-importer": {
  1379. "version": "1.0.1",
  1380. "resolved": "https://registry.npmmirror.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  1381. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  1382. "dev": true,
  1383. "license": "Apache-2.0",
  1384. "engines": {
  1385. "node": ">=12.22"
  1386. },
  1387. "funding": {
  1388. "type": "github",
  1389. "url": "https://github.com/sponsors/nzakas"
  1390. }
  1391. },
  1392. "node_modules/@humanwhocodes/object-schema": {
  1393. "version": "2.0.3",
  1394. "resolved": "https://registry.npmmirror.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",
  1395. "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==",
  1396. "deprecated": "Use @eslint/object-schema instead",
  1397. "dev": true,
  1398. "license": "BSD-3-Clause"
  1399. },
  1400. "node_modules/@jridgewell/gen-mapping": {
  1401. "version": "0.3.13",
  1402. "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  1403. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  1404. "dev": true,
  1405. "license": "MIT",
  1406. "dependencies": {
  1407. "@jridgewell/sourcemap-codec": "^1.5.0",
  1408. "@jridgewell/trace-mapping": "^0.3.24"
  1409. }
  1410. },
  1411. "node_modules/@jridgewell/remapping": {
  1412. "version": "2.3.5",
  1413. "resolved": "https://registry.npmmirror.com/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  1414. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  1415. "dev": true,
  1416. "license": "MIT",
  1417. "dependencies": {
  1418. "@jridgewell/gen-mapping": "^0.3.5",
  1419. "@jridgewell/trace-mapping": "^0.3.24"
  1420. }
  1421. },
  1422. "node_modules/@jridgewell/resolve-uri": {
  1423. "version": "3.1.2",
  1424. "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  1425. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  1426. "dev": true,
  1427. "license": "MIT",
  1428. "engines": {
  1429. "node": ">=6.0.0"
  1430. }
  1431. },
  1432. "node_modules/@jridgewell/sourcemap-codec": {
  1433. "version": "1.5.5",
  1434. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  1435. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  1436. "dev": true,
  1437. "license": "MIT"
  1438. },
  1439. "node_modules/@jridgewell/trace-mapping": {
  1440. "version": "0.3.31",
  1441. "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  1442. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  1443. "dev": true,
  1444. "license": "MIT",
  1445. "dependencies": {
  1446. "@jridgewell/resolve-uri": "^3.1.0",
  1447. "@jridgewell/sourcemap-codec": "^1.4.14"
  1448. }
  1449. },
  1450. "node_modules/@mdx-js/mdx": {
  1451. "version": "3.1.1",
  1452. "resolved": "https://registry.npmmirror.com/@mdx-js/mdx/-/mdx-3.1.1.tgz",
  1453. "integrity": "sha512-f6ZO2ifpwAQIpzGWaBQT2TXxPv6z3RBzQKpVftEWN78Vl/YweF1uwussDx8ECAXVtr3Rs89fKyG9YlzUs9DyGQ==",
  1454. "license": "MIT",
  1455. "dependencies": {
  1456. "@types/estree": "^1.0.0",
  1457. "@types/estree-jsx": "^1.0.0",
  1458. "@types/hast": "^3.0.0",
  1459. "@types/mdx": "^2.0.0",
  1460. "acorn": "^8.0.0",
  1461. "collapse-white-space": "^2.0.0",
  1462. "devlop": "^1.0.0",
  1463. "estree-util-is-identifier-name": "^3.0.0",
  1464. "estree-util-scope": "^1.0.0",
  1465. "estree-walker": "^3.0.0",
  1466. "hast-util-to-jsx-runtime": "^2.0.0",
  1467. "markdown-extensions": "^2.0.0",
  1468. "recma-build-jsx": "^1.0.0",
  1469. "recma-jsx": "^1.0.0",
  1470. "recma-stringify": "^1.0.0",
  1471. "rehype-recma": "^1.0.0",
  1472. "remark-mdx": "^3.0.0",
  1473. "remark-parse": "^11.0.0",
  1474. "remark-rehype": "^11.0.0",
  1475. "source-map": "^0.7.0",
  1476. "unified": "^11.0.0",
  1477. "unist-util-position-from-estree": "^2.0.0",
  1478. "unist-util-stringify-position": "^4.0.0",
  1479. "unist-util-visit": "^5.0.0",
  1480. "vfile": "^6.0.0"
  1481. },
  1482. "funding": {
  1483. "type": "opencollective",
  1484. "url": "https://opencollective.com/unified"
  1485. }
  1486. },
  1487. "node_modules/@nodelib/fs.scandir": {
  1488. "version": "2.1.5",
  1489. "resolved": "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  1490. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  1491. "dev": true,
  1492. "license": "MIT",
  1493. "dependencies": {
  1494. "@nodelib/fs.stat": "2.0.5",
  1495. "run-parallel": "^1.1.9"
  1496. },
  1497. "engines": {
  1498. "node": ">= 8"
  1499. }
  1500. },
  1501. "node_modules/@nodelib/fs.stat": {
  1502. "version": "2.0.5",
  1503. "resolved": "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  1504. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  1505. "dev": true,
  1506. "license": "MIT",
  1507. "engines": {
  1508. "node": ">= 8"
  1509. }
  1510. },
  1511. "node_modules/@nodelib/fs.walk": {
  1512. "version": "1.2.8",
  1513. "resolved": "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  1514. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  1515. "dev": true,
  1516. "license": "MIT",
  1517. "dependencies": {
  1518. "@nodelib/fs.scandir": "2.1.5",
  1519. "fastq": "^1.6.0"
  1520. },
  1521. "engines": {
  1522. "node": ">= 8"
  1523. }
  1524. },
  1525. "node_modules/@remirror/core-constants": {
  1526. "version": "3.0.0",
  1527. "resolved": "https://registry.npmmirror.com/@remirror/core-constants/-/core-constants-3.0.0.tgz",
  1528. "integrity": "sha512-42aWfPrimMfDKDi4YegyS7x+/0tlzaqwPQCULLanv3DMIlu96KTJR0fM5isWX2UViOqlGnX6YFgqWepcX+XMNg==",
  1529. "license": "MIT"
  1530. },
  1531. "node_modules/@rolldown/pluginutils": {
  1532. "version": "1.0.0-beta.27",
  1533. "resolved": "https://registry.npmmirror.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz",
  1534. "integrity": "sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==",
  1535. "dev": true,
  1536. "license": "MIT"
  1537. },
  1538. "node_modules/@rollup/rollup-android-arm-eabi": {
  1539. "version": "4.57.1",
  1540. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.57.1.tgz",
  1541. "integrity": "sha512-A6ehUVSiSaaliTxai040ZpZ2zTevHYbvu/lDoeAteHI8QnaosIzm4qwtezfRg1jOYaUmnzLX1AOD6Z+UJjtifg==",
  1542. "cpu": [
  1543. "arm"
  1544. ],
  1545. "dev": true,
  1546. "license": "MIT",
  1547. "optional": true,
  1548. "os": [
  1549. "android"
  1550. ]
  1551. },
  1552. "node_modules/@rollup/rollup-android-arm64": {
  1553. "version": "4.57.1",
  1554. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.57.1.tgz",
  1555. "integrity": "sha512-dQaAddCY9YgkFHZcFNS/606Exo8vcLHwArFZ7vxXq4rigo2bb494/xKMMwRRQW6ug7Js6yXmBZhSBRuBvCCQ3w==",
  1556. "cpu": [
  1557. "arm64"
  1558. ],
  1559. "dev": true,
  1560. "license": "MIT",
  1561. "optional": true,
  1562. "os": [
  1563. "android"
  1564. ]
  1565. },
  1566. "node_modules/@rollup/rollup-darwin-arm64": {
  1567. "version": "4.57.1",
  1568. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.57.1.tgz",
  1569. "integrity": "sha512-crNPrwJOrRxagUYeMn/DZwqN88SDmwaJ8Cvi/TN1HnWBU7GwknckyosC2gd0IqYRsHDEnXf328o9/HC6OkPgOg==",
  1570. "cpu": [
  1571. "arm64"
  1572. ],
  1573. "dev": true,
  1574. "license": "MIT",
  1575. "optional": true,
  1576. "os": [
  1577. "darwin"
  1578. ]
  1579. },
  1580. "node_modules/@rollup/rollup-darwin-x64": {
  1581. "version": "4.57.1",
  1582. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.57.1.tgz",
  1583. "integrity": "sha512-Ji8g8ChVbKrhFtig5QBV7iMaJrGtpHelkB3lsaKzadFBe58gmjfGXAOfI5FV0lYMH8wiqsxKQ1C9B0YTRXVy4w==",
  1584. "cpu": [
  1585. "x64"
  1586. ],
  1587. "dev": true,
  1588. "license": "MIT",
  1589. "optional": true,
  1590. "os": [
  1591. "darwin"
  1592. ]
  1593. },
  1594. "node_modules/@rollup/rollup-freebsd-arm64": {
  1595. "version": "4.57.1",
  1596. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.57.1.tgz",
  1597. "integrity": "sha512-R+/WwhsjmwodAcz65guCGFRkMb4gKWTcIeLy60JJQbXrJ97BOXHxnkPFrP+YwFlaS0m+uWJTstrUA9o+UchFug==",
  1598. "cpu": [
  1599. "arm64"
  1600. ],
  1601. "dev": true,
  1602. "license": "MIT",
  1603. "optional": true,
  1604. "os": [
  1605. "freebsd"
  1606. ]
  1607. },
  1608. "node_modules/@rollup/rollup-freebsd-x64": {
  1609. "version": "4.57.1",
  1610. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.57.1.tgz",
  1611. "integrity": "sha512-IEQTCHeiTOnAUC3IDQdzRAGj3jOAYNr9kBguI7MQAAZK3caezRrg0GxAb6Hchg4lxdZEI5Oq3iov/w/hnFWY9Q==",
  1612. "cpu": [
  1613. "x64"
  1614. ],
  1615. "dev": true,
  1616. "license": "MIT",
  1617. "optional": true,
  1618. "os": [
  1619. "freebsd"
  1620. ]
  1621. },
  1622. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  1623. "version": "4.57.1",
  1624. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.57.1.tgz",
  1625. "integrity": "sha512-F8sWbhZ7tyuEfsmOxwc2giKDQzN3+kuBLPwwZGyVkLlKGdV1nvnNwYD0fKQ8+XS6hp9nY7B+ZeK01EBUE7aHaw==",
  1626. "cpu": [
  1627. "arm"
  1628. ],
  1629. "dev": true,
  1630. "license": "MIT",
  1631. "optional": true,
  1632. "os": [
  1633. "linux"
  1634. ]
  1635. },
  1636. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  1637. "version": "4.57.1",
  1638. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.57.1.tgz",
  1639. "integrity": "sha512-rGfNUfn0GIeXtBP1wL5MnzSj98+PZe/AXaGBCRmT0ts80lU5CATYGxXukeTX39XBKsxzFpEeK+Mrp9faXOlmrw==",
  1640. "cpu": [
  1641. "arm"
  1642. ],
  1643. "dev": true,
  1644. "license": "MIT",
  1645. "optional": true,
  1646. "os": [
  1647. "linux"
  1648. ]
  1649. },
  1650. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  1651. "version": "4.57.1",
  1652. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.57.1.tgz",
  1653. "integrity": "sha512-MMtej3YHWeg/0klK2Qodf3yrNzz6CGjo2UntLvk2RSPlhzgLvYEB3frRvbEF2wRKh1Z2fDIg9KRPe1fawv7C+g==",
  1654. "cpu": [
  1655. "arm64"
  1656. ],
  1657. "dev": true,
  1658. "license": "MIT",
  1659. "optional": true,
  1660. "os": [
  1661. "linux"
  1662. ]
  1663. },
  1664. "node_modules/@rollup/rollup-linux-arm64-musl": {
  1665. "version": "4.57.1",
  1666. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.57.1.tgz",
  1667. "integrity": "sha512-1a/qhaaOXhqXGpMFMET9VqwZakkljWHLmZOX48R0I/YLbhdxr1m4gtG1Hq7++VhVUmf+L3sTAf9op4JlhQ5u1Q==",
  1668. "cpu": [
  1669. "arm64"
  1670. ],
  1671. "dev": true,
  1672. "license": "MIT",
  1673. "optional": true,
  1674. "os": [
  1675. "linux"
  1676. ]
  1677. },
  1678. "node_modules/@rollup/rollup-linux-loong64-gnu": {
  1679. "version": "4.57.1",
  1680. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.57.1.tgz",
  1681. "integrity": "sha512-QWO6RQTZ/cqYtJMtxhkRkidoNGXc7ERPbZN7dVW5SdURuLeVU7lwKMpo18XdcmpWYd0qsP1bwKPf7DNSUinhvA==",
  1682. "cpu": [
  1683. "loong64"
  1684. ],
  1685. "dev": true,
  1686. "license": "MIT",
  1687. "optional": true,
  1688. "os": [
  1689. "linux"
  1690. ]
  1691. },
  1692. "node_modules/@rollup/rollup-linux-loong64-musl": {
  1693. "version": "4.57.1",
  1694. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.57.1.tgz",
  1695. "integrity": "sha512-xpObYIf+8gprgWaPP32xiN5RVTi/s5FCR+XMXSKmhfoJjrpRAjCuuqQXyxUa/eJTdAE6eJ+KDKaoEqjZQxh3Gw==",
  1696. "cpu": [
  1697. "loong64"
  1698. ],
  1699. "dev": true,
  1700. "license": "MIT",
  1701. "optional": true,
  1702. "os": [
  1703. "linux"
  1704. ]
  1705. },
  1706. "node_modules/@rollup/rollup-linux-ppc64-gnu": {
  1707. "version": "4.57.1",
  1708. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.57.1.tgz",
  1709. "integrity": "sha512-4BrCgrpZo4hvzMDKRqEaW1zeecScDCR+2nZ86ATLhAoJ5FQ+lbHVD3ttKe74/c7tNT9c6F2viwB3ufwp01Oh2w==",
  1710. "cpu": [
  1711. "ppc64"
  1712. ],
  1713. "dev": true,
  1714. "license": "MIT",
  1715. "optional": true,
  1716. "os": [
  1717. "linux"
  1718. ]
  1719. },
  1720. "node_modules/@rollup/rollup-linux-ppc64-musl": {
  1721. "version": "4.57.1",
  1722. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.57.1.tgz",
  1723. "integrity": "sha512-NOlUuzesGauESAyEYFSe3QTUguL+lvrN1HtwEEsU2rOwdUDeTMJdO5dUYl/2hKf9jWydJrO9OL/XSSf65R5+Xw==",
  1724. "cpu": [
  1725. "ppc64"
  1726. ],
  1727. "dev": true,
  1728. "license": "MIT",
  1729. "optional": true,
  1730. "os": [
  1731. "linux"
  1732. ]
  1733. },
  1734. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  1735. "version": "4.57.1",
  1736. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.57.1.tgz",
  1737. "integrity": "sha512-ptA88htVp0AwUUqhVghwDIKlvJMD/fmL/wrQj99PRHFRAG6Z5nbWoWG4o81Nt9FT+IuqUQi+L31ZKAFeJ5Is+A==",
  1738. "cpu": [
  1739. "riscv64"
  1740. ],
  1741. "dev": true,
  1742. "license": "MIT",
  1743. "optional": true,
  1744. "os": [
  1745. "linux"
  1746. ]
  1747. },
  1748. "node_modules/@rollup/rollup-linux-riscv64-musl": {
  1749. "version": "4.57.1",
  1750. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.57.1.tgz",
  1751. "integrity": "sha512-S51t7aMMTNdmAMPpBg7OOsTdn4tySRQvklmL3RpDRyknk87+Sp3xaumlatU+ppQ+5raY7sSTcC2beGgvhENfuw==",
  1752. "cpu": [
  1753. "riscv64"
  1754. ],
  1755. "dev": true,
  1756. "license": "MIT",
  1757. "optional": true,
  1758. "os": [
  1759. "linux"
  1760. ]
  1761. },
  1762. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  1763. "version": "4.57.1",
  1764. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.57.1.tgz",
  1765. "integrity": "sha512-Bl00OFnVFkL82FHbEqy3k5CUCKH6OEJL54KCyx2oqsmZnFTR8IoNqBF+mjQVcRCT5sB6yOvK8A37LNm/kPJiZg==",
  1766. "cpu": [
  1767. "s390x"
  1768. ],
  1769. "dev": true,
  1770. "license": "MIT",
  1771. "optional": true,
  1772. "os": [
  1773. "linux"
  1774. ]
  1775. },
  1776. "node_modules/@rollup/rollup-linux-x64-gnu": {
  1777. "version": "4.57.1",
  1778. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.57.1.tgz",
  1779. "integrity": "sha512-ABca4ceT4N+Tv/GtotnWAeXZUZuM/9AQyCyKYyKnpk4yoA7QIAuBt6Hkgpw8kActYlew2mvckXkvx0FfoInnLg==",
  1780. "cpu": [
  1781. "x64"
  1782. ],
  1783. "dev": true,
  1784. "license": "MIT",
  1785. "optional": true,
  1786. "os": [
  1787. "linux"
  1788. ]
  1789. },
  1790. "node_modules/@rollup/rollup-linux-x64-musl": {
  1791. "version": "4.57.1",
  1792. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.57.1.tgz",
  1793. "integrity": "sha512-HFps0JeGtuOR2convgRRkHCekD7j+gdAuXM+/i6kGzQtFhlCtQkpwtNzkNj6QhCDp7DRJ7+qC/1Vg2jt5iSOFw==",
  1794. "cpu": [
  1795. "x64"
  1796. ],
  1797. "dev": true,
  1798. "license": "MIT",
  1799. "optional": true,
  1800. "os": [
  1801. "linux"
  1802. ]
  1803. },
  1804. "node_modules/@rollup/rollup-openbsd-x64": {
  1805. "version": "4.57.1",
  1806. "resolved": "https://registry.npmmirror.com/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.57.1.tgz",
  1807. "integrity": "sha512-H+hXEv9gdVQuDTgnqD+SQffoWoc0Of59AStSzTEj/feWTBAnSfSD3+Dql1ZruJQxmykT/JVY0dE8Ka7z0DH1hw==",
  1808. "cpu": [
  1809. "x64"
  1810. ],
  1811. "dev": true,
  1812. "license": "MIT",
  1813. "optional": true,
  1814. "os": [
  1815. "openbsd"
  1816. ]
  1817. },
  1818. "node_modules/@rollup/rollup-openharmony-arm64": {
  1819. "version": "4.57.1",
  1820. "resolved": "https://registry.npmmirror.com/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.57.1.tgz",
  1821. "integrity": "sha512-4wYoDpNg6o/oPximyc/NG+mYUejZrCU2q+2w6YZqrAs2UcNUChIZXjtafAiiZSUc7On8v5NyNj34Kzj/Ltk6dQ==",
  1822. "cpu": [
  1823. "arm64"
  1824. ],
  1825. "dev": true,
  1826. "license": "MIT",
  1827. "optional": true,
  1828. "os": [
  1829. "openharmony"
  1830. ]
  1831. },
  1832. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  1833. "version": "4.57.1",
  1834. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.57.1.tgz",
  1835. "integrity": "sha512-O54mtsV/6LW3P8qdTcamQmuC990HDfR71lo44oZMZlXU4tzLrbvTii87Ni9opq60ds0YzuAlEr/GNwuNluZyMQ==",
  1836. "cpu": [
  1837. "arm64"
  1838. ],
  1839. "dev": true,
  1840. "license": "MIT",
  1841. "optional": true,
  1842. "os": [
  1843. "win32"
  1844. ]
  1845. },
  1846. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  1847. "version": "4.57.1",
  1848. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.57.1.tgz",
  1849. "integrity": "sha512-P3dLS+IerxCT/7D2q2FYcRdWRl22dNbrbBEtxdWhXrfIMPP9lQhb5h4Du04mdl5Woq05jVCDPCMF7Ub0NAjIew==",
  1850. "cpu": [
  1851. "ia32"
  1852. ],
  1853. "dev": true,
  1854. "license": "MIT",
  1855. "optional": true,
  1856. "os": [
  1857. "win32"
  1858. ]
  1859. },
  1860. "node_modules/@rollup/rollup-win32-x64-gnu": {
  1861. "version": "4.57.1",
  1862. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.57.1.tgz",
  1863. "integrity": "sha512-VMBH2eOOaKGtIJYleXsi2B8CPVADrh+TyNxJ4mWPnKfLB/DBUmzW+5m1xUrcwWoMfSLagIRpjUFeW5CO5hyciQ==",
  1864. "cpu": [
  1865. "x64"
  1866. ],
  1867. "dev": true,
  1868. "license": "MIT",
  1869. "optional": true,
  1870. "os": [
  1871. "win32"
  1872. ]
  1873. },
  1874. "node_modules/@rollup/rollup-win32-x64-msvc": {
  1875. "version": "4.57.1",
  1876. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.57.1.tgz",
  1877. "integrity": "sha512-mxRFDdHIWRxg3UfIIAwCm6NzvxG0jDX/wBN6KsQFTvKFqqg9vTrWUE68qEjHt19A5wwx5X5aUi2zuZT7YR0jrA==",
  1878. "cpu": [
  1879. "x64"
  1880. ],
  1881. "dev": true,
  1882. "license": "MIT",
  1883. "optional": true,
  1884. "os": [
  1885. "win32"
  1886. ]
  1887. },
  1888. "node_modules/@standard-schema/spec": {
  1889. "version": "1.1.0",
  1890. "resolved": "https://registry.npmmirror.com/@standard-schema/spec/-/spec-1.1.0.tgz",
  1891. "integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==",
  1892. "dev": true,
  1893. "license": "MIT"
  1894. },
  1895. "node_modules/@tailwindcss/node": {
  1896. "version": "4.1.18",
  1897. "resolved": "https://registry.npmmirror.com/@tailwindcss/node/-/node-4.1.18.tgz",
  1898. "integrity": "sha512-DoR7U1P7iYhw16qJ49fgXUlry1t4CpXeErJHnQ44JgTSKMaZUdf17cfn5mHchfJ4KRBZRFA/Coo+MUF5+gOaCQ==",
  1899. "dev": true,
  1900. "license": "MIT",
  1901. "dependencies": {
  1902. "@jridgewell/remapping": "^2.3.4",
  1903. "enhanced-resolve": "^5.18.3",
  1904. "jiti": "^2.6.1",
  1905. "lightningcss": "1.30.2",
  1906. "magic-string": "^0.30.21",
  1907. "source-map-js": "^1.2.1",
  1908. "tailwindcss": "4.1.18"
  1909. }
  1910. },
  1911. "node_modules/@tailwindcss/oxide": {
  1912. "version": "4.1.18",
  1913. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide/-/oxide-4.1.18.tgz",
  1914. "integrity": "sha512-EgCR5tTS5bUSKQgzeMClT6iCY3ToqE1y+ZB0AKldj809QXk1Y+3jB0upOYZrn9aGIzPtUsP7sX4QQ4XtjBB95A==",
  1915. "dev": true,
  1916. "license": "MIT",
  1917. "engines": {
  1918. "node": ">= 10"
  1919. },
  1920. "optionalDependencies": {
  1921. "@tailwindcss/oxide-android-arm64": "4.1.18",
  1922. "@tailwindcss/oxide-darwin-arm64": "4.1.18",
  1923. "@tailwindcss/oxide-darwin-x64": "4.1.18",
  1924. "@tailwindcss/oxide-freebsd-x64": "4.1.18",
  1925. "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.18",
  1926. "@tailwindcss/oxide-linux-arm64-gnu": "4.1.18",
  1927. "@tailwindcss/oxide-linux-arm64-musl": "4.1.18",
  1928. "@tailwindcss/oxide-linux-x64-gnu": "4.1.18",
  1929. "@tailwindcss/oxide-linux-x64-musl": "4.1.18",
  1930. "@tailwindcss/oxide-wasm32-wasi": "4.1.18",
  1931. "@tailwindcss/oxide-win32-arm64-msvc": "4.1.18",
  1932. "@tailwindcss/oxide-win32-x64-msvc": "4.1.18"
  1933. }
  1934. },
  1935. "node_modules/@tailwindcss/oxide-android-arm64": {
  1936. "version": "4.1.18",
  1937. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.18.tgz",
  1938. "integrity": "sha512-dJHz7+Ugr9U/diKJA0W6N/6/cjI+ZTAoxPf9Iz9BFRF2GzEX8IvXxFIi/dZBloVJX/MZGvRuFA9rqwdiIEZQ0Q==",
  1939. "cpu": [
  1940. "arm64"
  1941. ],
  1942. "dev": true,
  1943. "license": "MIT",
  1944. "optional": true,
  1945. "os": [
  1946. "android"
  1947. ],
  1948. "engines": {
  1949. "node": ">= 10"
  1950. }
  1951. },
  1952. "node_modules/@tailwindcss/oxide-darwin-arm64": {
  1953. "version": "4.1.18",
  1954. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.18.tgz",
  1955. "integrity": "sha512-Gc2q4Qhs660bhjyBSKgq6BYvwDz4G+BuyJ5H1xfhmDR3D8HnHCmT/BSkvSL0vQLy/nkMLY20PQ2OoYMO15Jd0A==",
  1956. "cpu": [
  1957. "arm64"
  1958. ],
  1959. "dev": true,
  1960. "license": "MIT",
  1961. "optional": true,
  1962. "os": [
  1963. "darwin"
  1964. ],
  1965. "engines": {
  1966. "node": ">= 10"
  1967. }
  1968. },
  1969. "node_modules/@tailwindcss/oxide-darwin-x64": {
  1970. "version": "4.1.18",
  1971. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.18.tgz",
  1972. "integrity": "sha512-FL5oxr2xQsFrc3X9o1fjHKBYBMD1QZNyc1Xzw/h5Qu4XnEBi3dZn96HcHm41c/euGV+GRiXFfh2hUCyKi/e+yw==",
  1973. "cpu": [
  1974. "x64"
  1975. ],
  1976. "dev": true,
  1977. "license": "MIT",
  1978. "optional": true,
  1979. "os": [
  1980. "darwin"
  1981. ],
  1982. "engines": {
  1983. "node": ">= 10"
  1984. }
  1985. },
  1986. "node_modules/@tailwindcss/oxide-freebsd-x64": {
  1987. "version": "4.1.18",
  1988. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.18.tgz",
  1989. "integrity": "sha512-Fj+RHgu5bDodmV1dM9yAxlfJwkkWvLiRjbhuO2LEtwtlYlBgiAT4x/j5wQr1tC3SANAgD+0YcmWVrj8R9trVMA==",
  1990. "cpu": [
  1991. "x64"
  1992. ],
  1993. "dev": true,
  1994. "license": "MIT",
  1995. "optional": true,
  1996. "os": [
  1997. "freebsd"
  1998. ],
  1999. "engines": {
  2000. "node": ">= 10"
  2001. }
  2002. },
  2003. "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
  2004. "version": "4.1.18",
  2005. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.18.tgz",
  2006. "integrity": "sha512-Fp+Wzk/Ws4dZn+LV2Nqx3IilnhH51YZoRaYHQsVq3RQvEl+71VGKFpkfHrLM/Li+kt5c0DJe/bHXK1eHgDmdiA==",
  2007. "cpu": [
  2008. "arm"
  2009. ],
  2010. "dev": true,
  2011. "license": "MIT",
  2012. "optional": true,
  2013. "os": [
  2014. "linux"
  2015. ],
  2016. "engines": {
  2017. "node": ">= 10"
  2018. }
  2019. },
  2020. "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
  2021. "version": "4.1.18",
  2022. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.18.tgz",
  2023. "integrity": "sha512-S0n3jboLysNbh55Vrt7pk9wgpyTTPD0fdQeh7wQfMqLPM/Hrxi+dVsLsPrycQjGKEQk85Kgbx+6+QnYNiHalnw==",
  2024. "cpu": [
  2025. "arm64"
  2026. ],
  2027. "dev": true,
  2028. "license": "MIT",
  2029. "optional": true,
  2030. "os": [
  2031. "linux"
  2032. ],
  2033. "engines": {
  2034. "node": ">= 10"
  2035. }
  2036. },
  2037. "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
  2038. "version": "4.1.18",
  2039. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.18.tgz",
  2040. "integrity": "sha512-1px92582HkPQlaaCkdRcio71p8bc8i/ap5807tPRDK/uw953cauQBT8c5tVGkOwrHMfc2Yh6UuxaH4vtTjGvHg==",
  2041. "cpu": [
  2042. "arm64"
  2043. ],
  2044. "dev": true,
  2045. "license": "MIT",
  2046. "optional": true,
  2047. "os": [
  2048. "linux"
  2049. ],
  2050. "engines": {
  2051. "node": ">= 10"
  2052. }
  2053. },
  2054. "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
  2055. "version": "4.1.18",
  2056. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.18.tgz",
  2057. "integrity": "sha512-v3gyT0ivkfBLoZGF9LyHmts0Isc8jHZyVcbzio6Wpzifg/+5ZJpDiRiUhDLkcr7f/r38SWNe7ucxmGW3j3Kb/g==",
  2058. "cpu": [
  2059. "x64"
  2060. ],
  2061. "dev": true,
  2062. "license": "MIT",
  2063. "optional": true,
  2064. "os": [
  2065. "linux"
  2066. ],
  2067. "engines": {
  2068. "node": ">= 10"
  2069. }
  2070. },
  2071. "node_modules/@tailwindcss/oxide-linux-x64-musl": {
  2072. "version": "4.1.18",
  2073. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.18.tgz",
  2074. "integrity": "sha512-bhJ2y2OQNlcRwwgOAGMY0xTFStt4/wyU6pvI6LSuZpRgKQwxTec0/3Scu91O8ir7qCR3AuepQKLU/kX99FouqQ==",
  2075. "cpu": [
  2076. "x64"
  2077. ],
  2078. "dev": true,
  2079. "license": "MIT",
  2080. "optional": true,
  2081. "os": [
  2082. "linux"
  2083. ],
  2084. "engines": {
  2085. "node": ">= 10"
  2086. }
  2087. },
  2088. "node_modules/@tailwindcss/oxide-wasm32-wasi": {
  2089. "version": "4.1.18",
  2090. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.18.tgz",
  2091. "integrity": "sha512-LffYTvPjODiP6PT16oNeUQJzNVyJl1cjIebq/rWWBF+3eDst5JGEFSc5cWxyRCJ0Mxl+KyIkqRxk1XPEs9x8TA==",
  2092. "bundleDependencies": [
  2093. "@napi-rs/wasm-runtime",
  2094. "@emnapi/core",
  2095. "@emnapi/runtime",
  2096. "@tybys/wasm-util",
  2097. "@emnapi/wasi-threads",
  2098. "tslib"
  2099. ],
  2100. "cpu": [
  2101. "wasm32"
  2102. ],
  2103. "dev": true,
  2104. "license": "MIT",
  2105. "optional": true,
  2106. "dependencies": {
  2107. "@emnapi/core": "^1.7.1",
  2108. "@emnapi/runtime": "^1.7.1",
  2109. "@emnapi/wasi-threads": "^1.1.0",
  2110. "@napi-rs/wasm-runtime": "^1.1.0",
  2111. "@tybys/wasm-util": "^0.10.1",
  2112. "tslib": "^2.4.0"
  2113. },
  2114. "engines": {
  2115. "node": ">=14.0.0"
  2116. }
  2117. },
  2118. "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
  2119. "version": "4.1.18",
  2120. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.18.tgz",
  2121. "integrity": "sha512-HjSA7mr9HmC8fu6bdsZvZ+dhjyGCLdotjVOgLA2vEqxEBZaQo9YTX4kwgEvPCpRh8o4uWc4J/wEoFzhEmjvPbA==",
  2122. "cpu": [
  2123. "arm64"
  2124. ],
  2125. "dev": true,
  2126. "license": "MIT",
  2127. "optional": true,
  2128. "os": [
  2129. "win32"
  2130. ],
  2131. "engines": {
  2132. "node": ">= 10"
  2133. }
  2134. },
  2135. "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
  2136. "version": "4.1.18",
  2137. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.18.tgz",
  2138. "integrity": "sha512-bJWbyYpUlqamC8dpR7pfjA0I7vdF6t5VpUGMWRkXVE3AXgIZjYUYAK7II1GNaxR8J1SSrSrppRar8G++JekE3Q==",
  2139. "cpu": [
  2140. "x64"
  2141. ],
  2142. "dev": true,
  2143. "license": "MIT",
  2144. "optional": true,
  2145. "os": [
  2146. "win32"
  2147. ],
  2148. "engines": {
  2149. "node": ">= 10"
  2150. }
  2151. },
  2152. "node_modules/@tailwindcss/postcss": {
  2153. "version": "4.1.18",
  2154. "resolved": "https://registry.npmmirror.com/@tailwindcss/postcss/-/postcss-4.1.18.tgz",
  2155. "integrity": "sha512-Ce0GFnzAOuPyfV5SxjXGn0CubwGcuDB0zcdaPuCSzAa/2vII24JTkH+I6jcbXLb1ctjZMZZI6OjDaLPJQL1S0g==",
  2156. "dev": true,
  2157. "license": "MIT",
  2158. "dependencies": {
  2159. "@alloc/quick-lru": "^5.2.0",
  2160. "@tailwindcss/node": "4.1.18",
  2161. "@tailwindcss/oxide": "4.1.18",
  2162. "postcss": "^8.4.41",
  2163. "tailwindcss": "4.1.18"
  2164. }
  2165. },
  2166. "node_modules/@tailwindcss/vite": {
  2167. "version": "4.1.18",
  2168. "resolved": "https://registry.npmmirror.com/@tailwindcss/vite/-/vite-4.1.18.tgz",
  2169. "integrity": "sha512-jVA+/UpKL1vRLg6Hkao5jldawNmRo7mQYrZtNHMIVpLfLhDml5nMRUo/8MwoX2vNXvnaXNNMedrMfMugAVX1nA==",
  2170. "dev": true,
  2171. "license": "MIT",
  2172. "dependencies": {
  2173. "@tailwindcss/node": "4.1.18",
  2174. "@tailwindcss/oxide": "4.1.18",
  2175. "tailwindcss": "4.1.18"
  2176. },
  2177. "peerDependencies": {
  2178. "vite": "^5.2.0 || ^6 || ^7"
  2179. }
  2180. },
  2181. "node_modules/@testing-library/dom": {
  2182. "version": "10.4.1",
  2183. "resolved": "https://registry.npmmirror.com/@testing-library/dom/-/dom-10.4.1.tgz",
  2184. "integrity": "sha512-o4PXJQidqJl82ckFaXUeoAW+XysPLauYI43Abki5hABd853iMhitooc6znOnczgbTYmEP6U6/y1ZyKAIsvMKGg==",
  2185. "dev": true,
  2186. "license": "MIT",
  2187. "dependencies": {
  2188. "@babel/code-frame": "^7.10.4",
  2189. "@babel/runtime": "^7.12.5",
  2190. "@types/aria-query": "^5.0.1",
  2191. "aria-query": "5.3.0",
  2192. "dom-accessibility-api": "^0.5.9",
  2193. "lz-string": "^1.5.0",
  2194. "picocolors": "1.1.1",
  2195. "pretty-format": "^27.0.2"
  2196. },
  2197. "engines": {
  2198. "node": ">=18"
  2199. }
  2200. },
  2201. "node_modules/@testing-library/react": {
  2202. "version": "16.3.2",
  2203. "resolved": "https://registry.npmmirror.com/@testing-library/react/-/react-16.3.2.tgz",
  2204. "integrity": "sha512-XU5/SytQM+ykqMnAnvB2umaJNIOsLF3PVv//1Ew4CTcpz0/BRyy/af40qqrt7SjKpDdT1saBMc42CUok5gaw+g==",
  2205. "dev": true,
  2206. "license": "MIT",
  2207. "dependencies": {
  2208. "@babel/runtime": "^7.12.5"
  2209. },
  2210. "engines": {
  2211. "node": ">=18"
  2212. },
  2213. "peerDependencies": {
  2214. "@testing-library/dom": "^10.0.0",
  2215. "@types/react": "^18.0.0 || ^19.0.0",
  2216. "@types/react-dom": "^18.0.0 || ^19.0.0",
  2217. "react": "^18.0.0 || ^19.0.0",
  2218. "react-dom": "^18.0.0 || ^19.0.0"
  2219. },
  2220. "peerDependenciesMeta": {
  2221. "@types/react": {
  2222. "optional": true
  2223. },
  2224. "@types/react-dom": {
  2225. "optional": true
  2226. }
  2227. }
  2228. },
  2229. "node_modules/@tiptap/core": {
  2230. "version": "3.20.0",
  2231. "resolved": "https://registry.npmmirror.com/@tiptap/core/-/core-3.20.0.tgz",
  2232. "integrity": "sha512-aC9aROgia/SpJqhsXFiX9TsligL8d+oeoI8W3u00WI45s0VfsqjgeKQLDLF7Tu7hC+7F02teC84SAHuup003VQ==",
  2233. "license": "MIT",
  2234. "funding": {
  2235. "type": "github",
  2236. "url": "https://github.com/sponsors/ueberdosis"
  2237. },
  2238. "peerDependencies": {
  2239. "@tiptap/pm": "^3.20.0"
  2240. }
  2241. },
  2242. "node_modules/@tiptap/extension-blockquote": {
  2243. "version": "3.19.0",
  2244. "resolved": "https://registry.npmmirror.com/@tiptap/extension-blockquote/-/extension-blockquote-3.19.0.tgz",
  2245. "integrity": "sha512-y3UfqY9KD5XwWz3ndiiJ089Ij2QKeiXy/g1/tlAN/F1AaWsnkHEHMLxCP1BIqmMpwsX7rZjMLN7G5Lp7c9682A==",
  2246. "license": "MIT",
  2247. "funding": {
  2248. "type": "github",
  2249. "url": "https://github.com/sponsors/ueberdosis"
  2250. },
  2251. "peerDependencies": {
  2252. "@tiptap/core": "^3.19.0"
  2253. }
  2254. },
  2255. "node_modules/@tiptap/extension-bold": {
  2256. "version": "3.19.0",
  2257. "resolved": "https://registry.npmmirror.com/@tiptap/extension-bold/-/extension-bold-3.19.0.tgz",
  2258. "integrity": "sha512-UZgb1d0XK4J/JRIZ7jW+s4S6KjuEDT2z1PPM6ugcgofgJkWQvRZelCPbmtSFd3kwsD+zr9UPVgTh9YIuGQ8t+Q==",
  2259. "license": "MIT",
  2260. "funding": {
  2261. "type": "github",
  2262. "url": "https://github.com/sponsors/ueberdosis"
  2263. },
  2264. "peerDependencies": {
  2265. "@tiptap/core": "^3.19.0"
  2266. }
  2267. },
  2268. "node_modules/@tiptap/extension-bubble-menu": {
  2269. "version": "3.19.0",
  2270. "resolved": "https://registry.npmmirror.com/@tiptap/extension-bubble-menu/-/extension-bubble-menu-3.19.0.tgz",
  2271. "integrity": "sha512-klNVIYGCdznhFkrRokzGd6cwzoi8J7E5KbuOfZBwFwhMKZhlz/gJfKmYg9TJopeUhrr2Z9yHgWTk8dh/YIJCdQ==",
  2272. "license": "MIT",
  2273. "optional": true,
  2274. "dependencies": {
  2275. "@floating-ui/dom": "^1.0.0"
  2276. },
  2277. "funding": {
  2278. "type": "github",
  2279. "url": "https://github.com/sponsors/ueberdosis"
  2280. },
  2281. "peerDependencies": {
  2282. "@tiptap/core": "^3.19.0",
  2283. "@tiptap/pm": "^3.19.0"
  2284. }
  2285. },
  2286. "node_modules/@tiptap/extension-bullet-list": {
  2287. "version": "3.19.0",
  2288. "resolved": "https://registry.npmmirror.com/@tiptap/extension-bullet-list/-/extension-bullet-list-3.19.0.tgz",
  2289. "integrity": "sha512-F9uNnqd0xkJbMmRxVI5RuVxwB9JaCH/xtRqOUNQZnRBt7IdAElCY+Dvb4hMCtiNv+enGM/RFGJuFHR9TxmI7rw==",
  2290. "license": "MIT",
  2291. "funding": {
  2292. "type": "github",
  2293. "url": "https://github.com/sponsors/ueberdosis"
  2294. },
  2295. "peerDependencies": {
  2296. "@tiptap/extension-list": "^3.19.0"
  2297. }
  2298. },
  2299. "node_modules/@tiptap/extension-code": {
  2300. "version": "3.19.0",
  2301. "resolved": "https://registry.npmmirror.com/@tiptap/extension-code/-/extension-code-3.19.0.tgz",
  2302. "integrity": "sha512-2kqqQIXBXj2Or+4qeY3WoE7msK+XaHKL6EKOcKlOP2BW8eYqNTPzNSL+PfBDQ3snA7ljZQkTs/j4GYDj90vR1A==",
  2303. "license": "MIT",
  2304. "funding": {
  2305. "type": "github",
  2306. "url": "https://github.com/sponsors/ueberdosis"
  2307. },
  2308. "peerDependencies": {
  2309. "@tiptap/core": "^3.19.0"
  2310. }
  2311. },
  2312. "node_modules/@tiptap/extension-code-block": {
  2313. "version": "3.19.0",
  2314. "resolved": "https://registry.npmmirror.com/@tiptap/extension-code-block/-/extension-code-block-3.19.0.tgz",
  2315. "integrity": "sha512-b/2qR+tMn8MQb+eaFYgVk4qXnLNkkRYmwELQ8LEtEDQPxa5Vl7J3eu8+4OyoIFhZrNDZvvoEp80kHMCP8sI6rg==",
  2316. "license": "MIT",
  2317. "funding": {
  2318. "type": "github",
  2319. "url": "https://github.com/sponsors/ueberdosis"
  2320. },
  2321. "peerDependencies": {
  2322. "@tiptap/core": "^3.19.0",
  2323. "@tiptap/pm": "^3.19.0"
  2324. }
  2325. },
  2326. "node_modules/@tiptap/extension-document": {
  2327. "version": "3.19.0",
  2328. "resolved": "https://registry.npmmirror.com/@tiptap/extension-document/-/extension-document-3.19.0.tgz",
  2329. "integrity": "sha512-AOf0kHKSFO0ymjVgYSYDncRXTITdTcrj1tqxVazrmO60KNl1Rc2dAggDvIVTEBy5NvceF0scc7q3sE/5ZtVV7A==",
  2330. "license": "MIT",
  2331. "funding": {
  2332. "type": "github",
  2333. "url": "https://github.com/sponsors/ueberdosis"
  2334. },
  2335. "peerDependencies": {
  2336. "@tiptap/core": "^3.19.0"
  2337. }
  2338. },
  2339. "node_modules/@tiptap/extension-dropcursor": {
  2340. "version": "3.19.0",
  2341. "resolved": "https://registry.npmmirror.com/@tiptap/extension-dropcursor/-/extension-dropcursor-3.19.0.tgz",
  2342. "integrity": "sha512-sf3dEZXiLvsGqVK2maUIzXY6qtYYCvBumag7+VPTMGQ0D4hiZ1X/4ukt4+6VXDg5R2WP1CoIt/QvUetUjWNhbQ==",
  2343. "license": "MIT",
  2344. "funding": {
  2345. "type": "github",
  2346. "url": "https://github.com/sponsors/ueberdosis"
  2347. },
  2348. "peerDependencies": {
  2349. "@tiptap/extensions": "^3.19.0"
  2350. }
  2351. },
  2352. "node_modules/@tiptap/extension-floating-menu": {
  2353. "version": "3.19.0",
  2354. "resolved": "https://registry.npmmirror.com/@tiptap/extension-floating-menu/-/extension-floating-menu-3.19.0.tgz",
  2355. "integrity": "sha512-JaoEkVRkt+Slq3tySlIsxnMnCjS0L5n1CA1hctjLy0iah8edetj3XD5mVv5iKqDzE+LIjF4nwLRRVKJPc8hFBg==",
  2356. "license": "MIT",
  2357. "optional": true,
  2358. "funding": {
  2359. "type": "github",
  2360. "url": "https://github.com/sponsors/ueberdosis"
  2361. },
  2362. "peerDependencies": {
  2363. "@floating-ui/dom": "^1.0.0",
  2364. "@tiptap/core": "^3.19.0",
  2365. "@tiptap/pm": "^3.19.0"
  2366. }
  2367. },
  2368. "node_modules/@tiptap/extension-gapcursor": {
  2369. "version": "3.19.0",
  2370. "resolved": "https://registry.npmmirror.com/@tiptap/extension-gapcursor/-/extension-gapcursor-3.19.0.tgz",
  2371. "integrity": "sha512-w7DACS4oSZaDWjz7gropZHPc9oXqC9yERZTcjWxyORuuIh1JFf0TRYspleK+OK28plK/IftojD/yUDn1MTRhvA==",
  2372. "license": "MIT",
  2373. "funding": {
  2374. "type": "github",
  2375. "url": "https://github.com/sponsors/ueberdosis"
  2376. },
  2377. "peerDependencies": {
  2378. "@tiptap/extensions": "^3.19.0"
  2379. }
  2380. },
  2381. "node_modules/@tiptap/extension-hard-break": {
  2382. "version": "3.19.0",
  2383. "resolved": "https://registry.npmmirror.com/@tiptap/extension-hard-break/-/extension-hard-break-3.19.0.tgz",
  2384. "integrity": "sha512-lAmQraYhPS5hafvCl74xDB5+bLuNwBKIEsVoim35I0sDJj5nTrfhaZgMJ91VamMvT+6FF5f1dvBlxBxAWa8jew==",
  2385. "license": "MIT",
  2386. "funding": {
  2387. "type": "github",
  2388. "url": "https://github.com/sponsors/ueberdosis"
  2389. },
  2390. "peerDependencies": {
  2391. "@tiptap/core": "^3.19.0"
  2392. }
  2393. },
  2394. "node_modules/@tiptap/extension-heading": {
  2395. "version": "3.19.0",
  2396. "resolved": "https://registry.npmmirror.com/@tiptap/extension-heading/-/extension-heading-3.19.0.tgz",
  2397. "integrity": "sha512-uLpLlfyp086WYNOc0ekm1gIZNlEDfmzOhKzB0Hbyi6jDagTS+p9mxUNYeYOn9jPUxpFov43+Wm/4E24oY6B+TQ==",
  2398. "license": "MIT",
  2399. "funding": {
  2400. "type": "github",
  2401. "url": "https://github.com/sponsors/ueberdosis"
  2402. },
  2403. "peerDependencies": {
  2404. "@tiptap/core": "^3.19.0"
  2405. }
  2406. },
  2407. "node_modules/@tiptap/extension-horizontal-rule": {
  2408. "version": "3.19.0",
  2409. "resolved": "https://registry.npmmirror.com/@tiptap/extension-horizontal-rule/-/extension-horizontal-rule-3.19.0.tgz",
  2410. "integrity": "sha512-iqUHmgMGhMgYGwG6L/4JdelVQ5Mstb4qHcgTGd/4dkcUOepILvhdxajPle7OEdf9sRgjQO6uoAU5BVZVC26+ng==",
  2411. "license": "MIT",
  2412. "funding": {
  2413. "type": "github",
  2414. "url": "https://github.com/sponsors/ueberdosis"
  2415. },
  2416. "peerDependencies": {
  2417. "@tiptap/core": "^3.19.0",
  2418. "@tiptap/pm": "^3.19.0"
  2419. }
  2420. },
  2421. "node_modules/@tiptap/extension-image": {
  2422. "version": "3.19.0",
  2423. "resolved": "https://registry.npmmirror.com/@tiptap/extension-image/-/extension-image-3.19.0.tgz",
  2424. "integrity": "sha512-/rGl8nBziBPVJJ/9639eQWFDKcI3RQsDM3s+cqYQMFQfMqc7sQB9h4o4sHCBpmKxk3Y0FV/0NjnjLbBVm8OKdQ==",
  2425. "license": "MIT",
  2426. "funding": {
  2427. "type": "github",
  2428. "url": "https://github.com/sponsors/ueberdosis"
  2429. },
  2430. "peerDependencies": {
  2431. "@tiptap/core": "^3.19.0"
  2432. }
  2433. },
  2434. "node_modules/@tiptap/extension-italic": {
  2435. "version": "3.19.0",
  2436. "resolved": "https://registry.npmmirror.com/@tiptap/extension-italic/-/extension-italic-3.19.0.tgz",
  2437. "integrity": "sha512-6GffxOnS/tWyCbDkirWNZITiXRta9wrCmrfa4rh+v32wfaOL1RRQNyqo9qN6Wjyl1R42Js+yXTzTTzZsOaLMYA==",
  2438. "license": "MIT",
  2439. "funding": {
  2440. "type": "github",
  2441. "url": "https://github.com/sponsors/ueberdosis"
  2442. },
  2443. "peerDependencies": {
  2444. "@tiptap/core": "^3.19.0"
  2445. }
  2446. },
  2447. "node_modules/@tiptap/extension-link": {
  2448. "version": "3.19.0",
  2449. "resolved": "https://registry.npmmirror.com/@tiptap/extension-link/-/extension-link-3.19.0.tgz",
  2450. "integrity": "sha512-HEGDJnnCPfr7KWu7Dsq+eRRe/mBCsv6DuI+7fhOCLDJjjKzNgrX2abbo/zG3D/4lCVFaVb+qawgJubgqXR/Smw==",
  2451. "license": "MIT",
  2452. "dependencies": {
  2453. "linkifyjs": "^4.3.2"
  2454. },
  2455. "funding": {
  2456. "type": "github",
  2457. "url": "https://github.com/sponsors/ueberdosis"
  2458. },
  2459. "peerDependencies": {
  2460. "@tiptap/core": "^3.19.0",
  2461. "@tiptap/pm": "^3.19.0"
  2462. }
  2463. },
  2464. "node_modules/@tiptap/extension-list": {
  2465. "version": "3.19.0",
  2466. "resolved": "https://registry.npmmirror.com/@tiptap/extension-list/-/extension-list-3.19.0.tgz",
  2467. "integrity": "sha512-N6nKbFB2VwMsPlCw67RlAtYSK48TAsAUgjnD+vd3ieSlIufdQnLXDFUP6hFKx9mwoUVUgZGz02RA6bkxOdYyTw==",
  2468. "license": "MIT",
  2469. "funding": {
  2470. "type": "github",
  2471. "url": "https://github.com/sponsors/ueberdosis"
  2472. },
  2473. "peerDependencies": {
  2474. "@tiptap/core": "^3.19.0",
  2475. "@tiptap/pm": "^3.19.0"
  2476. }
  2477. },
  2478. "node_modules/@tiptap/extension-list-item": {
  2479. "version": "3.19.0",
  2480. "resolved": "https://registry.npmmirror.com/@tiptap/extension-list-item/-/extension-list-item-3.19.0.tgz",
  2481. "integrity": "sha512-VsSKuJz4/Tb6ZmFkXqWpDYkRzmaLTyE6dNSEpNmUpmZ32sMqo58mt11/huADNwfBFB0Ve7siH/VnFNIJYY3xvg==",
  2482. "license": "MIT",
  2483. "funding": {
  2484. "type": "github",
  2485. "url": "https://github.com/sponsors/ueberdosis"
  2486. },
  2487. "peerDependencies": {
  2488. "@tiptap/extension-list": "^3.19.0"
  2489. }
  2490. },
  2491. "node_modules/@tiptap/extension-list-keymap": {
  2492. "version": "3.19.0",
  2493. "resolved": "https://registry.npmmirror.com/@tiptap/extension-list-keymap/-/extension-list-keymap-3.19.0.tgz",
  2494. "integrity": "sha512-bxgmAgA3RzBGA0GyTwS2CC1c+QjkJJq9hC+S6PSOWELGRiTbwDN3MANksFXLjntkTa0N5fOnL27vBHtMStURqw==",
  2495. "license": "MIT",
  2496. "funding": {
  2497. "type": "github",
  2498. "url": "https://github.com/sponsors/ueberdosis"
  2499. },
  2500. "peerDependencies": {
  2501. "@tiptap/extension-list": "^3.19.0"
  2502. }
  2503. },
  2504. "node_modules/@tiptap/extension-mention": {
  2505. "version": "3.19.0",
  2506. "resolved": "https://registry.npmmirror.com/@tiptap/extension-mention/-/extension-mention-3.19.0.tgz",
  2507. "integrity": "sha512-iBWX6mUouvDe9F75C2fJnFzvBFYVF8fcOa7UvzqWHRSCt8WxqSIp6C1B9Y0npP4TbIZySHzPV4NQQJhtmWwKww==",
  2508. "license": "MIT",
  2509. "funding": {
  2510. "type": "github",
  2511. "url": "https://github.com/sponsors/ueberdosis"
  2512. },
  2513. "peerDependencies": {
  2514. "@tiptap/core": "^3.19.0",
  2515. "@tiptap/pm": "^3.19.0",
  2516. "@tiptap/suggestion": "^3.19.0"
  2517. }
  2518. },
  2519. "node_modules/@tiptap/extension-ordered-list": {
  2520. "version": "3.19.0",
  2521. "resolved": "https://registry.npmmirror.com/@tiptap/extension-ordered-list/-/extension-ordered-list-3.19.0.tgz",
  2522. "integrity": "sha512-cxGsINquwHYE1kmhAcLNLHAofmoDEG6jbesR5ybl7tU5JwtKVO7S/xZatll2DU1dsDAXWPWEeeMl4e/9svYjCg==",
  2523. "license": "MIT",
  2524. "funding": {
  2525. "type": "github",
  2526. "url": "https://github.com/sponsors/ueberdosis"
  2527. },
  2528. "peerDependencies": {
  2529. "@tiptap/extension-list": "^3.19.0"
  2530. }
  2531. },
  2532. "node_modules/@tiptap/extension-paragraph": {
  2533. "version": "3.19.0",
  2534. "resolved": "https://registry.npmmirror.com/@tiptap/extension-paragraph/-/extension-paragraph-3.19.0.tgz",
  2535. "integrity": "sha512-xWa6gj82l5+AzdYyrSk9P4ynySaDzg/SlR1FarXE5yPXibYzpS95IWaVR0m2Qaz7Rrk+IiYOTGxGRxcHLOelNg==",
  2536. "license": "MIT",
  2537. "funding": {
  2538. "type": "github",
  2539. "url": "https://github.com/sponsors/ueberdosis"
  2540. },
  2541. "peerDependencies": {
  2542. "@tiptap/core": "^3.19.0"
  2543. }
  2544. },
  2545. "node_modules/@tiptap/extension-strike": {
  2546. "version": "3.19.0",
  2547. "resolved": "https://registry.npmmirror.com/@tiptap/extension-strike/-/extension-strike-3.19.0.tgz",
  2548. "integrity": "sha512-xYpabHsv7PccLUBQaP8AYiFCnYbx6P93RHPd0lgNwhdOjYFd931Zy38RyoxPHAgbYVmhf1iyx7lpuLtBnhS5dA==",
  2549. "license": "MIT",
  2550. "funding": {
  2551. "type": "github",
  2552. "url": "https://github.com/sponsors/ueberdosis"
  2553. },
  2554. "peerDependencies": {
  2555. "@tiptap/core": "^3.19.0"
  2556. }
  2557. },
  2558. "node_modules/@tiptap/extension-text": {
  2559. "version": "3.19.0",
  2560. "resolved": "https://registry.npmmirror.com/@tiptap/extension-text/-/extension-text-3.19.0.tgz",
  2561. "integrity": "sha512-K95+SnbZy0h6hNFtfy23n8t/nOcTFEf69In9TSFVVmwn/Nwlke+IfiESAkqbt1/7sKJeegRXYO7WzFEmFl9Q/g==",
  2562. "license": "MIT",
  2563. "funding": {
  2564. "type": "github",
  2565. "url": "https://github.com/sponsors/ueberdosis"
  2566. },
  2567. "peerDependencies": {
  2568. "@tiptap/core": "^3.19.0"
  2569. }
  2570. },
  2571. "node_modules/@tiptap/extension-text-align": {
  2572. "version": "3.19.0",
  2573. "resolved": "https://registry.npmmirror.com/@tiptap/extension-text-align/-/extension-text-align-3.19.0.tgz",
  2574. "integrity": "sha512-cY8bHWYojLTHXZb2j2srdh7ltmDgnwXYvSxbPL4HK4j7XxQOGnOsTakgM/BNhxymOfEj2414i5Otyy8hlgviFA==",
  2575. "license": "MIT",
  2576. "funding": {
  2577. "type": "github",
  2578. "url": "https://github.com/sponsors/ueberdosis"
  2579. },
  2580. "peerDependencies": {
  2581. "@tiptap/core": "^3.19.0"
  2582. }
  2583. },
  2584. "node_modules/@tiptap/extension-text-style": {
  2585. "version": "3.19.0",
  2586. "resolved": "https://registry.npmmirror.com/@tiptap/extension-text-style/-/extension-text-style-3.19.0.tgz",
  2587. "integrity": "sha512-R55V6iUfRq03SGt/R2KvaeN+XGFiKJHx1jFJhZzvnWhMV7YqjHSG2r4BLvpTq1HBqteMbEjI+EOnb4t9AKd6aQ==",
  2588. "license": "MIT",
  2589. "funding": {
  2590. "type": "github",
  2591. "url": "https://github.com/sponsors/ueberdosis"
  2592. },
  2593. "peerDependencies": {
  2594. "@tiptap/core": "^3.19.0"
  2595. }
  2596. },
  2597. "node_modules/@tiptap/extension-underline": {
  2598. "version": "3.19.0",
  2599. "resolved": "https://registry.npmmirror.com/@tiptap/extension-underline/-/extension-underline-3.19.0.tgz",
  2600. "integrity": "sha512-800MGEWfG49j10wQzAFiW/ele1HT04MamcL8iyuPNu7ZbjbGN2yknvdrJlRy7hZlzIrVkZMr/1tz62KN33VHIw==",
  2601. "license": "MIT",
  2602. "funding": {
  2603. "type": "github",
  2604. "url": "https://github.com/sponsors/ueberdosis"
  2605. },
  2606. "peerDependencies": {
  2607. "@tiptap/core": "^3.19.0"
  2608. }
  2609. },
  2610. "node_modules/@tiptap/extensions": {
  2611. "version": "3.19.0",
  2612. "resolved": "https://registry.npmmirror.com/@tiptap/extensions/-/extensions-3.19.0.tgz",
  2613. "integrity": "sha512-ZmGUhLbMWaGqnJh2Bry+6V4M6gMpUDYo4D1xNux5Gng/E/eYtc+PMxMZ/6F7tNTAuujLBOQKj6D+4SsSm457jw==",
  2614. "license": "MIT",
  2615. "funding": {
  2616. "type": "github",
  2617. "url": "https://github.com/sponsors/ueberdosis"
  2618. },
  2619. "peerDependencies": {
  2620. "@tiptap/core": "^3.19.0",
  2621. "@tiptap/pm": "^3.19.0"
  2622. }
  2623. },
  2624. "node_modules/@tiptap/pm": {
  2625. "version": "3.20.0",
  2626. "resolved": "https://registry.npmmirror.com/@tiptap/pm/-/pm-3.20.0.tgz",
  2627. "integrity": "sha512-jn+2KnQZn+b+VXr8EFOJKsnjVNaA4diAEr6FOazupMt8W8ro1hfpYtZ25JL87Kao/WbMze55sd8M8BDXLUKu1A==",
  2628. "license": "MIT",
  2629. "dependencies": {
  2630. "prosemirror-changeset": "^2.3.0",
  2631. "prosemirror-collab": "^1.3.1",
  2632. "prosemirror-commands": "^1.6.2",
  2633. "prosemirror-dropcursor": "^1.8.1",
  2634. "prosemirror-gapcursor": "^1.3.2",
  2635. "prosemirror-history": "^1.4.1",
  2636. "prosemirror-inputrules": "^1.4.0",
  2637. "prosemirror-keymap": "^1.2.2",
  2638. "prosemirror-markdown": "^1.13.1",
  2639. "prosemirror-menu": "^1.2.4",
  2640. "prosemirror-model": "^1.24.1",
  2641. "prosemirror-schema-basic": "^1.2.3",
  2642. "prosemirror-schema-list": "^1.5.0",
  2643. "prosemirror-state": "^1.4.3",
  2644. "prosemirror-tables": "^1.6.4",
  2645. "prosemirror-trailing-node": "^3.0.0",
  2646. "prosemirror-transform": "^1.10.2",
  2647. "prosemirror-view": "^1.38.1"
  2648. },
  2649. "funding": {
  2650. "type": "github",
  2651. "url": "https://github.com/sponsors/ueberdosis"
  2652. }
  2653. },
  2654. "node_modules/@tiptap/react": {
  2655. "version": "3.19.0",
  2656. "resolved": "https://registry.npmmirror.com/@tiptap/react/-/react-3.19.0.tgz",
  2657. "integrity": "sha512-GQQMUUXMpNd8tRjc1jDK3tDRXFugJO7C928EqmeBcBzTKDrFIJ3QUoZKEPxUNb6HWhZ2WL7q00fiMzsv4DNSmg==",
  2658. "license": "MIT",
  2659. "dependencies": {
  2660. "@types/use-sync-external-store": "^0.0.6",
  2661. "fast-equals": "^5.3.3",
  2662. "use-sync-external-store": "^1.4.0"
  2663. },
  2664. "funding": {
  2665. "type": "github",
  2666. "url": "https://github.com/sponsors/ueberdosis"
  2667. },
  2668. "optionalDependencies": {
  2669. "@tiptap/extension-bubble-menu": "^3.19.0",
  2670. "@tiptap/extension-floating-menu": "^3.19.0"
  2671. },
  2672. "peerDependencies": {
  2673. "@tiptap/core": "^3.19.0",
  2674. "@tiptap/pm": "^3.19.0",
  2675. "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
  2676. "@types/react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
  2677. "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
  2678. "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
  2679. }
  2680. },
  2681. "node_modules/@tiptap/starter-kit": {
  2682. "version": "3.19.0",
  2683. "resolved": "https://registry.npmmirror.com/@tiptap/starter-kit/-/starter-kit-3.19.0.tgz",
  2684. "integrity": "sha512-dTCkHEz+Y8ADxX7h+xvl6caAj+3nII/wMB1rTQchSuNKqJTOrzyUsCWm094+IoZmLT738wANE0fRIgziNHs/ug==",
  2685. "license": "MIT",
  2686. "dependencies": {
  2687. "@tiptap/core": "^3.19.0",
  2688. "@tiptap/extension-blockquote": "^3.19.0",
  2689. "@tiptap/extension-bold": "^3.19.0",
  2690. "@tiptap/extension-bullet-list": "^3.19.0",
  2691. "@tiptap/extension-code": "^3.19.0",
  2692. "@tiptap/extension-code-block": "^3.19.0",
  2693. "@tiptap/extension-document": "^3.19.0",
  2694. "@tiptap/extension-dropcursor": "^3.19.0",
  2695. "@tiptap/extension-gapcursor": "^3.19.0",
  2696. "@tiptap/extension-hard-break": "^3.19.0",
  2697. "@tiptap/extension-heading": "^3.19.0",
  2698. "@tiptap/extension-horizontal-rule": "^3.19.0",
  2699. "@tiptap/extension-italic": "^3.19.0",
  2700. "@tiptap/extension-link": "^3.19.0",
  2701. "@tiptap/extension-list": "^3.19.0",
  2702. "@tiptap/extension-list-item": "^3.19.0",
  2703. "@tiptap/extension-list-keymap": "^3.19.0",
  2704. "@tiptap/extension-ordered-list": "^3.19.0",
  2705. "@tiptap/extension-paragraph": "^3.19.0",
  2706. "@tiptap/extension-strike": "^3.19.0",
  2707. "@tiptap/extension-text": "^3.19.0",
  2708. "@tiptap/extension-underline": "^3.19.0",
  2709. "@tiptap/extensions": "^3.19.0",
  2710. "@tiptap/pm": "^3.19.0"
  2711. },
  2712. "funding": {
  2713. "type": "github",
  2714. "url": "https://github.com/sponsors/ueberdosis"
  2715. }
  2716. },
  2717. "node_modules/@tiptap/suggestion": {
  2718. "version": "3.20.0",
  2719. "resolved": "https://registry.npmmirror.com/@tiptap/suggestion/-/suggestion-3.20.0.tgz",
  2720. "integrity": "sha512-OA9Fe+1Q/Ex0ivTcpRcVFiLnNsVdIBmiEoctt/gu4H2ayCYmZ906veioXNdc1m/3MtVVUIuEnvwwsrOZXlfDEw==",
  2721. "license": "MIT",
  2722. "peer": true,
  2723. "funding": {
  2724. "type": "github",
  2725. "url": "https://github.com/sponsors/ueberdosis"
  2726. },
  2727. "peerDependencies": {
  2728. "@tiptap/core": "^3.20.0",
  2729. "@tiptap/pm": "^3.20.0"
  2730. }
  2731. },
  2732. "node_modules/@types/aria-query": {
  2733. "version": "5.0.4",
  2734. "resolved": "https://registry.npmmirror.com/@types/aria-query/-/aria-query-5.0.4.tgz",
  2735. "integrity": "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==",
  2736. "dev": true,
  2737. "license": "MIT"
  2738. },
  2739. "node_modules/@types/babel__core": {
  2740. "version": "7.20.5",
  2741. "resolved": "https://registry.npmmirror.com/@types/babel__core/-/babel__core-7.20.5.tgz",
  2742. "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
  2743. "dev": true,
  2744. "license": "MIT",
  2745. "dependencies": {
  2746. "@babel/parser": "^7.20.7",
  2747. "@babel/types": "^7.20.7",
  2748. "@types/babel__generator": "*",
  2749. "@types/babel__template": "*",
  2750. "@types/babel__traverse": "*"
  2751. }
  2752. },
  2753. "node_modules/@types/babel__generator": {
  2754. "version": "7.27.0",
  2755. "resolved": "https://registry.npmmirror.com/@types/babel__generator/-/babel__generator-7.27.0.tgz",
  2756. "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==",
  2757. "dev": true,
  2758. "license": "MIT",
  2759. "dependencies": {
  2760. "@babel/types": "^7.0.0"
  2761. }
  2762. },
  2763. "node_modules/@types/babel__template": {
  2764. "version": "7.4.4",
  2765. "resolved": "https://registry.npmmirror.com/@types/babel__template/-/babel__template-7.4.4.tgz",
  2766. "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
  2767. "dev": true,
  2768. "license": "MIT",
  2769. "dependencies": {
  2770. "@babel/parser": "^7.1.0",
  2771. "@babel/types": "^7.0.0"
  2772. }
  2773. },
  2774. "node_modules/@types/babel__traverse": {
  2775. "version": "7.28.0",
  2776. "resolved": "https://registry.npmmirror.com/@types/babel__traverse/-/babel__traverse-7.28.0.tgz",
  2777. "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==",
  2778. "dev": true,
  2779. "license": "MIT",
  2780. "dependencies": {
  2781. "@babel/types": "^7.28.2"
  2782. }
  2783. },
  2784. "node_modules/@types/chai": {
  2785. "version": "5.2.3",
  2786. "resolved": "https://registry.npmmirror.com/@types/chai/-/chai-5.2.3.tgz",
  2787. "integrity": "sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==",
  2788. "dev": true,
  2789. "license": "MIT",
  2790. "dependencies": {
  2791. "@types/deep-eql": "*",
  2792. "assertion-error": "^2.0.1"
  2793. }
  2794. },
  2795. "node_modules/@types/d3": {
  2796. "version": "7.4.3",
  2797. "resolved": "https://registry.npmmirror.com/@types/d3/-/d3-7.4.3.tgz",
  2798. "integrity": "sha512-lZXZ9ckh5R8uiFVt8ogUNf+pIrK4EsWrx2Np75WvF/eTpJ0FMHNhjXk8CKEx/+gpHbNQyJWehbFaTvqmHWB3ww==",
  2799. "dev": true,
  2800. "license": "MIT",
  2801. "dependencies": {
  2802. "@types/d3-array": "*",
  2803. "@types/d3-axis": "*",
  2804. "@types/d3-brush": "*",
  2805. "@types/d3-chord": "*",
  2806. "@types/d3-color": "*",
  2807. "@types/d3-contour": "*",
  2808. "@types/d3-delaunay": "*",
  2809. "@types/d3-dispatch": "*",
  2810. "@types/d3-drag": "*",
  2811. "@types/d3-dsv": "*",
  2812. "@types/d3-ease": "*",
  2813. "@types/d3-fetch": "*",
  2814. "@types/d3-force": "*",
  2815. "@types/d3-format": "*",
  2816. "@types/d3-geo": "*",
  2817. "@types/d3-hierarchy": "*",
  2818. "@types/d3-interpolate": "*",
  2819. "@types/d3-path": "*",
  2820. "@types/d3-polygon": "*",
  2821. "@types/d3-quadtree": "*",
  2822. "@types/d3-random": "*",
  2823. "@types/d3-scale": "*",
  2824. "@types/d3-scale-chromatic": "*",
  2825. "@types/d3-selection": "*",
  2826. "@types/d3-shape": "*",
  2827. "@types/d3-time": "*",
  2828. "@types/d3-time-format": "*",
  2829. "@types/d3-timer": "*",
  2830. "@types/d3-transition": "*",
  2831. "@types/d3-zoom": "*"
  2832. }
  2833. },
  2834. "node_modules/@types/d3-array": {
  2835. "version": "3.2.2",
  2836. "resolved": "https://registry.npmmirror.com/@types/d3-array/-/d3-array-3.2.2.tgz",
  2837. "integrity": "sha512-hOLWVbm7uRza0BYXpIIW5pxfrKe0W+D5lrFiAEYR+pb6w3N2SwSMaJbXdUfSEv+dT4MfHBLtn5js0LAWaO6otw==",
  2838. "dev": true,
  2839. "license": "MIT"
  2840. },
  2841. "node_modules/@types/d3-axis": {
  2842. "version": "3.0.6",
  2843. "resolved": "https://registry.npmmirror.com/@types/d3-axis/-/d3-axis-3.0.6.tgz",
  2844. "integrity": "sha512-pYeijfZuBd87T0hGn0FO1vQ/cgLk6E1ALJjfkC0oJ8cbwkZl3TpgS8bVBLZN+2jjGgg38epgxb2zmoGtSfvgMw==",
  2845. "dev": true,
  2846. "license": "MIT",
  2847. "dependencies": {
  2848. "@types/d3-selection": "*"
  2849. }
  2850. },
  2851. "node_modules/@types/d3-brush": {
  2852. "version": "3.0.6",
  2853. "resolved": "https://registry.npmmirror.com/@types/d3-brush/-/d3-brush-3.0.6.tgz",
  2854. "integrity": "sha512-nH60IZNNxEcrh6L1ZSMNA28rj27ut/2ZmI3r96Zd+1jrZD++zD3LsMIjWlvg4AYrHn/Pqz4CF3veCxGjtbqt7A==",
  2855. "dev": true,
  2856. "license": "MIT",
  2857. "dependencies": {
  2858. "@types/d3-selection": "*"
  2859. }
  2860. },
  2861. "node_modules/@types/d3-chord": {
  2862. "version": "3.0.6",
  2863. "resolved": "https://registry.npmmirror.com/@types/d3-chord/-/d3-chord-3.0.6.tgz",
  2864. "integrity": "sha512-LFYWWd8nwfwEmTZG9PfQxd17HbNPksHBiJHaKuY1XeqscXacsS2tyoo6OdRsjf+NQYeB6XrNL3a25E3gH69lcg==",
  2865. "dev": true,
  2866. "license": "MIT"
  2867. },
  2868. "node_modules/@types/d3-color": {
  2869. "version": "3.1.3",
  2870. "resolved": "https://registry.npmmirror.com/@types/d3-color/-/d3-color-3.1.3.tgz",
  2871. "integrity": "sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==",
  2872. "dev": true,
  2873. "license": "MIT"
  2874. },
  2875. "node_modules/@types/d3-contour": {
  2876. "version": "3.0.6",
  2877. "resolved": "https://registry.npmmirror.com/@types/d3-contour/-/d3-contour-3.0.6.tgz",
  2878. "integrity": "sha512-BjzLgXGnCWjUSYGfH1cpdo41/hgdWETu4YxpezoztawmqsvCeep+8QGfiY6YbDvfgHz/DkjeIkkZVJavB4a3rg==",
  2879. "dev": true,
  2880. "license": "MIT",
  2881. "dependencies": {
  2882. "@types/d3-array": "*",
  2883. "@types/geojson": "*"
  2884. }
  2885. },
  2886. "node_modules/@types/d3-delaunay": {
  2887. "version": "6.0.4",
  2888. "resolved": "https://registry.npmmirror.com/@types/d3-delaunay/-/d3-delaunay-6.0.4.tgz",
  2889. "integrity": "sha512-ZMaSKu4THYCU6sV64Lhg6qjf1orxBthaC161plr5KuPHo3CNm8DTHiLw/5Eq2b6TsNP0W0iJrUOFscY6Q450Hw==",
  2890. "dev": true,
  2891. "license": "MIT"
  2892. },
  2893. "node_modules/@types/d3-dispatch": {
  2894. "version": "3.0.7",
  2895. "resolved": "https://registry.npmmirror.com/@types/d3-dispatch/-/d3-dispatch-3.0.7.tgz",
  2896. "integrity": "sha512-5o9OIAdKkhN1QItV2oqaE5KMIiXAvDWBDPrD85e58Qlz1c1kI/J0NcqbEG88CoTwJrYe7ntUCVfeUl2UJKbWgA==",
  2897. "dev": true,
  2898. "license": "MIT"
  2899. },
  2900. "node_modules/@types/d3-drag": {
  2901. "version": "3.0.7",
  2902. "resolved": "https://registry.npmmirror.com/@types/d3-drag/-/d3-drag-3.0.7.tgz",
  2903. "integrity": "sha512-HE3jVKlzU9AaMazNufooRJ5ZpWmLIoc90A37WU2JMmeq28w1FQqCZswHZ3xR+SuxYftzHq6WU6KJHvqxKzTxxQ==",
  2904. "dev": true,
  2905. "license": "MIT",
  2906. "dependencies": {
  2907. "@types/d3-selection": "*"
  2908. }
  2909. },
  2910. "node_modules/@types/d3-dsv": {
  2911. "version": "3.0.7",
  2912. "resolved": "https://registry.npmmirror.com/@types/d3-dsv/-/d3-dsv-3.0.7.tgz",
  2913. "integrity": "sha512-n6QBF9/+XASqcKK6waudgL0pf/S5XHPPI8APyMLLUHd8NqouBGLsU8MgtO7NINGtPBtk9Kko/W4ea0oAspwh9g==",
  2914. "dev": true,
  2915. "license": "MIT"
  2916. },
  2917. "node_modules/@types/d3-ease": {
  2918. "version": "3.0.2",
  2919. "resolved": "https://registry.npmmirror.com/@types/d3-ease/-/d3-ease-3.0.2.tgz",
  2920. "integrity": "sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==",
  2921. "dev": true,
  2922. "license": "MIT"
  2923. },
  2924. "node_modules/@types/d3-fetch": {
  2925. "version": "3.0.7",
  2926. "resolved": "https://registry.npmmirror.com/@types/d3-fetch/-/d3-fetch-3.0.7.tgz",
  2927. "integrity": "sha512-fTAfNmxSb9SOWNB9IoG5c8Hg6R+AzUHDRlsXsDZsNp6sxAEOP0tkP3gKkNSO/qmHPoBFTxNrjDprVHDQDvo5aA==",
  2928. "dev": true,
  2929. "license": "MIT",
  2930. "dependencies": {
  2931. "@types/d3-dsv": "*"
  2932. }
  2933. },
  2934. "node_modules/@types/d3-force": {
  2935. "version": "3.0.10",
  2936. "resolved": "https://registry.npmmirror.com/@types/d3-force/-/d3-force-3.0.10.tgz",
  2937. "integrity": "sha512-ZYeSaCF3p73RdOKcjj+swRlZfnYpK1EbaDiYICEEp5Q6sUiqFaFQ9qgoshp5CzIyyb/yD09kD9o2zEltCexlgw==",
  2938. "dev": true,
  2939. "license": "MIT"
  2940. },
  2941. "node_modules/@types/d3-format": {
  2942. "version": "3.0.4",
  2943. "resolved": "https://registry.npmmirror.com/@types/d3-format/-/d3-format-3.0.4.tgz",
  2944. "integrity": "sha512-fALi2aI6shfg7vM5KiR1wNJnZ7r6UuggVqtDA+xiEdPZQwy/trcQaHnwShLuLdta2rTymCNpxYTiMZX/e09F4g==",
  2945. "dev": true,
  2946. "license": "MIT"
  2947. },
  2948. "node_modules/@types/d3-geo": {
  2949. "version": "3.1.0",
  2950. "resolved": "https://registry.npmmirror.com/@types/d3-geo/-/d3-geo-3.1.0.tgz",
  2951. "integrity": "sha512-856sckF0oP/diXtS4jNsiQw/UuK5fQG8l/a9VVLeSouf1/PPbBE1i1W852zVwKwYCBkFJJB7nCFTbk6UMEXBOQ==",
  2952. "dev": true,
  2953. "license": "MIT",
  2954. "dependencies": {
  2955. "@types/geojson": "*"
  2956. }
  2957. },
  2958. "node_modules/@types/d3-hierarchy": {
  2959. "version": "3.1.7",
  2960. "resolved": "https://registry.npmmirror.com/@types/d3-hierarchy/-/d3-hierarchy-3.1.7.tgz",
  2961. "integrity": "sha512-tJFtNoYBtRtkNysX1Xq4sxtjK8YgoWUNpIiUee0/jHGRwqvzYxkq0hGVbbOGSz+JgFxxRu4K8nb3YpG3CMARtg==",
  2962. "dev": true,
  2963. "license": "MIT"
  2964. },
  2965. "node_modules/@types/d3-interpolate": {
  2966. "version": "3.0.4",
  2967. "resolved": "https://registry.npmmirror.com/@types/d3-interpolate/-/d3-interpolate-3.0.4.tgz",
  2968. "integrity": "sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==",
  2969. "dev": true,
  2970. "license": "MIT",
  2971. "dependencies": {
  2972. "@types/d3-color": "*"
  2973. }
  2974. },
  2975. "node_modules/@types/d3-path": {
  2976. "version": "3.1.1",
  2977. "resolved": "https://registry.npmmirror.com/@types/d3-path/-/d3-path-3.1.1.tgz",
  2978. "integrity": "sha512-VMZBYyQvbGmWyWVea0EHs/BwLgxc+MKi1zLDCONksozI4YJMcTt8ZEuIR4Sb1MMTE8MMW49v0IwI5+b7RmfWlg==",
  2979. "dev": true,
  2980. "license": "MIT"
  2981. },
  2982. "node_modules/@types/d3-polygon": {
  2983. "version": "3.0.2",
  2984. "resolved": "https://registry.npmmirror.com/@types/d3-polygon/-/d3-polygon-3.0.2.tgz",
  2985. "integrity": "sha512-ZuWOtMaHCkN9xoeEMr1ubW2nGWsp4nIql+OPQRstu4ypeZ+zk3YKqQT0CXVe/PYqrKpZAi+J9mTs05TKwjXSRA==",
  2986. "dev": true,
  2987. "license": "MIT"
  2988. },
  2989. "node_modules/@types/d3-quadtree": {
  2990. "version": "3.0.6",
  2991. "resolved": "https://registry.npmmirror.com/@types/d3-quadtree/-/d3-quadtree-3.0.6.tgz",
  2992. "integrity": "sha512-oUzyO1/Zm6rsxKRHA1vH0NEDG58HrT5icx/azi9MF1TWdtttWl0UIUsjEQBBh+SIkrpd21ZjEv7ptxWys1ncsg==",
  2993. "dev": true,
  2994. "license": "MIT"
  2995. },
  2996. "node_modules/@types/d3-random": {
  2997. "version": "3.0.3",
  2998. "resolved": "https://registry.npmmirror.com/@types/d3-random/-/d3-random-3.0.3.tgz",
  2999. "integrity": "sha512-Imagg1vJ3y76Y2ea0871wpabqp613+8/r0mCLEBfdtqC7xMSfj9idOnmBYyMoULfHePJyxMAw3nWhJxzc+LFwQ==",
  3000. "dev": true,
  3001. "license": "MIT"
  3002. },
  3003. "node_modules/@types/d3-scale": {
  3004. "version": "4.0.9",
  3005. "resolved": "https://registry.npmmirror.com/@types/d3-scale/-/d3-scale-4.0.9.tgz",
  3006. "integrity": "sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==",
  3007. "dev": true,
  3008. "license": "MIT",
  3009. "dependencies": {
  3010. "@types/d3-time": "*"
  3011. }
  3012. },
  3013. "node_modules/@types/d3-scale-chromatic": {
  3014. "version": "3.1.0",
  3015. "resolved": "https://registry.npmmirror.com/@types/d3-scale-chromatic/-/d3-scale-chromatic-3.1.0.tgz",
  3016. "integrity": "sha512-iWMJgwkK7yTRmWqRB5plb1kadXyQ5Sj8V/zYlFGMUBbIPKQScw+Dku9cAAMgJG+z5GYDoMjWGLVOvjghDEFnKQ==",
  3017. "dev": true,
  3018. "license": "MIT"
  3019. },
  3020. "node_modules/@types/d3-selection": {
  3021. "version": "3.0.11",
  3022. "resolved": "https://registry.npmmirror.com/@types/d3-selection/-/d3-selection-3.0.11.tgz",
  3023. "integrity": "sha512-bhAXu23DJWsrI45xafYpkQ4NtcKMwWnAC/vKrd2l+nxMFuvOT3XMYTIj2opv8vq8AO5Yh7Qac/nSeP/3zjTK0w==",
  3024. "dev": true,
  3025. "license": "MIT"
  3026. },
  3027. "node_modules/@types/d3-shape": {
  3028. "version": "3.1.8",
  3029. "resolved": "https://registry.npmmirror.com/@types/d3-shape/-/d3-shape-3.1.8.tgz",
  3030. "integrity": "sha512-lae0iWfcDeR7qt7rA88BNiqdvPS5pFVPpo5OfjElwNaT2yyekbM0C9vK+yqBqEmHr6lDkRnYNoTBYlAgJa7a4w==",
  3031. "dev": true,
  3032. "license": "MIT",
  3033. "dependencies": {
  3034. "@types/d3-path": "*"
  3035. }
  3036. },
  3037. "node_modules/@types/d3-time": {
  3038. "version": "3.0.4",
  3039. "resolved": "https://registry.npmmirror.com/@types/d3-time/-/d3-time-3.0.4.tgz",
  3040. "integrity": "sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==",
  3041. "dev": true,
  3042. "license": "MIT"
  3043. },
  3044. "node_modules/@types/d3-time-format": {
  3045. "version": "4.0.3",
  3046. "resolved": "https://registry.npmmirror.com/@types/d3-time-format/-/d3-time-format-4.0.3.tgz",
  3047. "integrity": "sha512-5xg9rC+wWL8kdDj153qZcsJ0FWiFt0J5RB6LYUNZjwSnesfblqrI/bJ1wBdJ8OQfncgbJG5+2F+qfqnqyzYxyg==",
  3048. "dev": true,
  3049. "license": "MIT"
  3050. },
  3051. "node_modules/@types/d3-timer": {
  3052. "version": "3.0.2",
  3053. "resolved": "https://registry.npmmirror.com/@types/d3-timer/-/d3-timer-3.0.2.tgz",
  3054. "integrity": "sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==",
  3055. "dev": true,
  3056. "license": "MIT"
  3057. },
  3058. "node_modules/@types/d3-transition": {
  3059. "version": "3.0.9",
  3060. "resolved": "https://registry.npmmirror.com/@types/d3-transition/-/d3-transition-3.0.9.tgz",
  3061. "integrity": "sha512-uZS5shfxzO3rGlu0cC3bjmMFKsXv+SmZZcgp0KD22ts4uGXp5EVYGzu/0YdwZeKmddhcAccYtREJKkPfXkZuCg==",
  3062. "dev": true,
  3063. "license": "MIT",
  3064. "dependencies": {
  3065. "@types/d3-selection": "*"
  3066. }
  3067. },
  3068. "node_modules/@types/d3-zoom": {
  3069. "version": "3.0.8",
  3070. "resolved": "https://registry.npmmirror.com/@types/d3-zoom/-/d3-zoom-3.0.8.tgz",
  3071. "integrity": "sha512-iqMC4/YlFCSlO8+2Ii1GGGliCAY4XdeG748w5vQUbevlbDu0zSjH/+jojorQVBK/se0j6DUFNPBGSqD3YWYnDw==",
  3072. "dev": true,
  3073. "license": "MIT",
  3074. "dependencies": {
  3075. "@types/d3-interpolate": "*",
  3076. "@types/d3-selection": "*"
  3077. }
  3078. },
  3079. "node_modules/@types/debug": {
  3080. "version": "4.1.12",
  3081. "resolved": "https://registry.npmmirror.com/@types/debug/-/debug-4.1.12.tgz",
  3082. "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==",
  3083. "license": "MIT",
  3084. "dependencies": {
  3085. "@types/ms": "*"
  3086. }
  3087. },
  3088. "node_modules/@types/deep-eql": {
  3089. "version": "4.0.2",
  3090. "resolved": "https://registry.npmmirror.com/@types/deep-eql/-/deep-eql-4.0.2.tgz",
  3091. "integrity": "sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==",
  3092. "dev": true,
  3093. "license": "MIT"
  3094. },
  3095. "node_modules/@types/estree": {
  3096. "version": "1.0.8",
  3097. "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.8.tgz",
  3098. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  3099. "license": "MIT"
  3100. },
  3101. "node_modules/@types/estree-jsx": {
  3102. "version": "1.0.5",
  3103. "resolved": "https://registry.npmmirror.com/@types/estree-jsx/-/estree-jsx-1.0.5.tgz",
  3104. "integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==",
  3105. "license": "MIT",
  3106. "dependencies": {
  3107. "@types/estree": "*"
  3108. }
  3109. },
  3110. "node_modules/@types/geojson": {
  3111. "version": "7946.0.16",
  3112. "resolved": "https://registry.npmmirror.com/@types/geojson/-/geojson-7946.0.16.tgz",
  3113. "integrity": "sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg==",
  3114. "dev": true,
  3115. "license": "MIT"
  3116. },
  3117. "node_modules/@types/hast": {
  3118. "version": "3.0.4",
  3119. "resolved": "https://registry.npmmirror.com/@types/hast/-/hast-3.0.4.tgz",
  3120. "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
  3121. "license": "MIT",
  3122. "dependencies": {
  3123. "@types/unist": "*"
  3124. }
  3125. },
  3126. "node_modules/@types/json-schema": {
  3127. "version": "7.0.15",
  3128. "resolved": "https://registry.npmmirror.com/@types/json-schema/-/json-schema-7.0.15.tgz",
  3129. "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
  3130. "dev": true,
  3131. "license": "MIT"
  3132. },
  3133. "node_modules/@types/linkify-it": {
  3134. "version": "5.0.0",
  3135. "resolved": "https://registry.npmmirror.com/@types/linkify-it/-/linkify-it-5.0.0.tgz",
  3136. "integrity": "sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==",
  3137. "license": "MIT"
  3138. },
  3139. "node_modules/@types/markdown-it": {
  3140. "version": "14.1.2",
  3141. "resolved": "https://registry.npmmirror.com/@types/markdown-it/-/markdown-it-14.1.2.tgz",
  3142. "integrity": "sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==",
  3143. "license": "MIT",
  3144. "dependencies": {
  3145. "@types/linkify-it": "^5",
  3146. "@types/mdurl": "^2"
  3147. }
  3148. },
  3149. "node_modules/@types/mdast": {
  3150. "version": "4.0.4",
  3151. "resolved": "https://registry.npmmirror.com/@types/mdast/-/mdast-4.0.4.tgz",
  3152. "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
  3153. "license": "MIT",
  3154. "dependencies": {
  3155. "@types/unist": "*"
  3156. }
  3157. },
  3158. "node_modules/@types/mdurl": {
  3159. "version": "2.0.0",
  3160. "resolved": "https://registry.npmmirror.com/@types/mdurl/-/mdurl-2.0.0.tgz",
  3161. "integrity": "sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==",
  3162. "license": "MIT"
  3163. },
  3164. "node_modules/@types/mdx": {
  3165. "version": "2.0.13",
  3166. "resolved": "https://registry.npmmirror.com/@types/mdx/-/mdx-2.0.13.tgz",
  3167. "integrity": "sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==",
  3168. "license": "MIT"
  3169. },
  3170. "node_modules/@types/ms": {
  3171. "version": "2.1.0",
  3172. "resolved": "https://registry.npmmirror.com/@types/ms/-/ms-2.1.0.tgz",
  3173. "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",
  3174. "license": "MIT"
  3175. },
  3176. "node_modules/@types/node": {
  3177. "version": "20.19.32",
  3178. "resolved": "https://registry.npmmirror.com/@types/node/-/node-20.19.32.tgz",
  3179. "integrity": "sha512-Ez8QE4DMfhjjTsES9K2dwfV258qBui7qxUsoaixZDiTzbde4U12e1pXGNu/ECsUIOi5/zoCxAQxIhQnaUQ2VvA==",
  3180. "dev": true,
  3181. "license": "MIT",
  3182. "dependencies": {
  3183. "undici-types": "~6.21.0"
  3184. }
  3185. },
  3186. "node_modules/@types/prop-types": {
  3187. "version": "15.7.15",
  3188. "resolved": "https://registry.npmmirror.com/@types/prop-types/-/prop-types-15.7.15.tgz",
  3189. "integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==",
  3190. "license": "MIT"
  3191. },
  3192. "node_modules/@types/react": {
  3193. "version": "18.3.28",
  3194. "resolved": "https://registry.npmmirror.com/@types/react/-/react-18.3.28.tgz",
  3195. "integrity": "sha512-z9VXpC7MWrhfWipitjNdgCauoMLRdIILQsAEV+ZesIzBq/oUlxk0m3ApZuMFCXdnS4U7KrI+l3WRUEGQ8K1QKw==",
  3196. "license": "MIT",
  3197. "dependencies": {
  3198. "@types/prop-types": "*",
  3199. "csstype": "^3.2.2"
  3200. }
  3201. },
  3202. "node_modules/@types/react-dom": {
  3203. "version": "18.3.7",
  3204. "resolved": "https://registry.npmmirror.com/@types/react-dom/-/react-dom-18.3.7.tgz",
  3205. "integrity": "sha512-MEe3UeoENYVFXzoXEWsvcpg6ZvlrFNlOQ7EOsvhI3CfAXwzPfO8Qwuxd40nepsYKqyyVQnTdEfv68q91yLcKrQ==",
  3206. "license": "MIT",
  3207. "peerDependencies": {
  3208. "@types/react": "^18.0.0"
  3209. }
  3210. },
  3211. "node_modules/@types/semver": {
  3212. "version": "7.7.1",
  3213. "resolved": "https://registry.npmmirror.com/@types/semver/-/semver-7.7.1.tgz",
  3214. "integrity": "sha512-FmgJfu+MOcQ370SD0ev7EI8TlCAfKYU+B4m5T3yXc1CiRN94g/SZPtsCkk506aUDtlMnFZvasDwHHUcZUEaYuA==",
  3215. "dev": true,
  3216. "license": "MIT"
  3217. },
  3218. "node_modules/@types/unist": {
  3219. "version": "3.0.3",
  3220. "resolved": "https://registry.npmmirror.com/@types/unist/-/unist-3.0.3.tgz",
  3221. "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
  3222. "license": "MIT"
  3223. },
  3224. "node_modules/@types/use-sync-external-store": {
  3225. "version": "0.0.6",
  3226. "resolved": "https://registry.npmmirror.com/@types/use-sync-external-store/-/use-sync-external-store-0.0.6.tgz",
  3227. "integrity": "sha512-zFDAD+tlpf2r4asuHEj0XH6pY6i0g5NeAHPn+15wk3BV6JA69eERFXC1gyGThDkVa1zCyKr5jox1+2LbV/AMLg==",
  3228. "license": "MIT"
  3229. },
  3230. "node_modules/@typescript-eslint/eslint-plugin": {
  3231. "version": "6.21.0",
  3232. "resolved": "https://registry.npmmirror.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz",
  3233. "integrity": "sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==",
  3234. "dev": true,
  3235. "license": "MIT",
  3236. "dependencies": {
  3237. "@eslint-community/regexpp": "^4.5.1",
  3238. "@typescript-eslint/scope-manager": "6.21.0",
  3239. "@typescript-eslint/type-utils": "6.21.0",
  3240. "@typescript-eslint/utils": "6.21.0",
  3241. "@typescript-eslint/visitor-keys": "6.21.0",
  3242. "debug": "^4.3.4",
  3243. "graphemer": "^1.4.0",
  3244. "ignore": "^5.2.4",
  3245. "natural-compare": "^1.4.0",
  3246. "semver": "^7.5.4",
  3247. "ts-api-utils": "^1.0.1"
  3248. },
  3249. "engines": {
  3250. "node": "^16.0.0 || >=18.0.0"
  3251. },
  3252. "funding": {
  3253. "type": "opencollective",
  3254. "url": "https://opencollective.com/typescript-eslint"
  3255. },
  3256. "peerDependencies": {
  3257. "@typescript-eslint/parser": "^6.0.0 || ^6.0.0-alpha",
  3258. "eslint": "^7.0.0 || ^8.0.0"
  3259. },
  3260. "peerDependenciesMeta": {
  3261. "typescript": {
  3262. "optional": true
  3263. }
  3264. }
  3265. },
  3266. "node_modules/@typescript-eslint/parser": {
  3267. "version": "6.21.0",
  3268. "resolved": "https://registry.npmmirror.com/@typescript-eslint/parser/-/parser-6.21.0.tgz",
  3269. "integrity": "sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==",
  3270. "dev": true,
  3271. "license": "BSD-2-Clause",
  3272. "dependencies": {
  3273. "@typescript-eslint/scope-manager": "6.21.0",
  3274. "@typescript-eslint/types": "6.21.0",
  3275. "@typescript-eslint/typescript-estree": "6.21.0",
  3276. "@typescript-eslint/visitor-keys": "6.21.0",
  3277. "debug": "^4.3.4"
  3278. },
  3279. "engines": {
  3280. "node": "^16.0.0 || >=18.0.0"
  3281. },
  3282. "funding": {
  3283. "type": "opencollective",
  3284. "url": "https://opencollective.com/typescript-eslint"
  3285. },
  3286. "peerDependencies": {
  3287. "eslint": "^7.0.0 || ^8.0.0"
  3288. },
  3289. "peerDependenciesMeta": {
  3290. "typescript": {
  3291. "optional": true
  3292. }
  3293. }
  3294. },
  3295. "node_modules/@typescript-eslint/scope-manager": {
  3296. "version": "6.21.0",
  3297. "resolved": "https://registry.npmmirror.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz",
  3298. "integrity": "sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==",
  3299. "dev": true,
  3300. "license": "MIT",
  3301. "dependencies": {
  3302. "@typescript-eslint/types": "6.21.0",
  3303. "@typescript-eslint/visitor-keys": "6.21.0"
  3304. },
  3305. "engines": {
  3306. "node": "^16.0.0 || >=18.0.0"
  3307. },
  3308. "funding": {
  3309. "type": "opencollective",
  3310. "url": "https://opencollective.com/typescript-eslint"
  3311. }
  3312. },
  3313. "node_modules/@typescript-eslint/type-utils": {
  3314. "version": "6.21.0",
  3315. "resolved": "https://registry.npmmirror.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz",
  3316. "integrity": "sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==",
  3317. "dev": true,
  3318. "license": "MIT",
  3319. "dependencies": {
  3320. "@typescript-eslint/typescript-estree": "6.21.0",
  3321. "@typescript-eslint/utils": "6.21.0",
  3322. "debug": "^4.3.4",
  3323. "ts-api-utils": "^1.0.1"
  3324. },
  3325. "engines": {
  3326. "node": "^16.0.0 || >=18.0.0"
  3327. },
  3328. "funding": {
  3329. "type": "opencollective",
  3330. "url": "https://opencollective.com/typescript-eslint"
  3331. },
  3332. "peerDependencies": {
  3333. "eslint": "^7.0.0 || ^8.0.0"
  3334. },
  3335. "peerDependenciesMeta": {
  3336. "typescript": {
  3337. "optional": true
  3338. }
  3339. }
  3340. },
  3341. "node_modules/@typescript-eslint/types": {
  3342. "version": "6.21.0",
  3343. "resolved": "https://registry.npmmirror.com/@typescript-eslint/types/-/types-6.21.0.tgz",
  3344. "integrity": "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==",
  3345. "dev": true,
  3346. "license": "MIT",
  3347. "engines": {
  3348. "node": "^16.0.0 || >=18.0.0"
  3349. },
  3350. "funding": {
  3351. "type": "opencollective",
  3352. "url": "https://opencollective.com/typescript-eslint"
  3353. }
  3354. },
  3355. "node_modules/@typescript-eslint/typescript-estree": {
  3356. "version": "6.21.0",
  3357. "resolved": "https://registry.npmmirror.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz",
  3358. "integrity": "sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==",
  3359. "dev": true,
  3360. "license": "BSD-2-Clause",
  3361. "dependencies": {
  3362. "@typescript-eslint/types": "6.21.0",
  3363. "@typescript-eslint/visitor-keys": "6.21.0",
  3364. "debug": "^4.3.4",
  3365. "globby": "^11.1.0",
  3366. "is-glob": "^4.0.3",
  3367. "minimatch": "9.0.3",
  3368. "semver": "^7.5.4",
  3369. "ts-api-utils": "^1.0.1"
  3370. },
  3371. "engines": {
  3372. "node": "^16.0.0 || >=18.0.0"
  3373. },
  3374. "funding": {
  3375. "type": "opencollective",
  3376. "url": "https://opencollective.com/typescript-eslint"
  3377. },
  3378. "peerDependenciesMeta": {
  3379. "typescript": {
  3380. "optional": true
  3381. }
  3382. }
  3383. },
  3384. "node_modules/@typescript-eslint/utils": {
  3385. "version": "6.21.0",
  3386. "resolved": "https://registry.npmmirror.com/@typescript-eslint/utils/-/utils-6.21.0.tgz",
  3387. "integrity": "sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==",
  3388. "dev": true,
  3389. "license": "MIT",
  3390. "dependencies": {
  3391. "@eslint-community/eslint-utils": "^4.4.0",
  3392. "@types/json-schema": "^7.0.12",
  3393. "@types/semver": "^7.5.0",
  3394. "@typescript-eslint/scope-manager": "6.21.0",
  3395. "@typescript-eslint/types": "6.21.0",
  3396. "@typescript-eslint/typescript-estree": "6.21.0",
  3397. "semver": "^7.5.4"
  3398. },
  3399. "engines": {
  3400. "node": "^16.0.0 || >=18.0.0"
  3401. },
  3402. "funding": {
  3403. "type": "opencollective",
  3404. "url": "https://opencollective.com/typescript-eslint"
  3405. },
  3406. "peerDependencies": {
  3407. "eslint": "^7.0.0 || ^8.0.0"
  3408. }
  3409. },
  3410. "node_modules/@typescript-eslint/visitor-keys": {
  3411. "version": "6.21.0",
  3412. "resolved": "https://registry.npmmirror.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz",
  3413. "integrity": "sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==",
  3414. "dev": true,
  3415. "license": "MIT",
  3416. "dependencies": {
  3417. "@typescript-eslint/types": "6.21.0",
  3418. "eslint-visitor-keys": "^3.4.1"
  3419. },
  3420. "engines": {
  3421. "node": "^16.0.0 || >=18.0.0"
  3422. },
  3423. "funding": {
  3424. "type": "opencollective",
  3425. "url": "https://opencollective.com/typescript-eslint"
  3426. }
  3427. },
  3428. "node_modules/@ungap/structured-clone": {
  3429. "version": "1.3.0",
  3430. "resolved": "https://registry.npmmirror.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz",
  3431. "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==",
  3432. "license": "ISC"
  3433. },
  3434. "node_modules/@vitejs/plugin-react": {
  3435. "version": "4.7.0",
  3436. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-react/-/plugin-react-4.7.0.tgz",
  3437. "integrity": "sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA==",
  3438. "dev": true,
  3439. "license": "MIT",
  3440. "dependencies": {
  3441. "@babel/core": "^7.28.0",
  3442. "@babel/plugin-transform-react-jsx-self": "^7.27.1",
  3443. "@babel/plugin-transform-react-jsx-source": "^7.27.1",
  3444. "@rolldown/pluginutils": "1.0.0-beta.27",
  3445. "@types/babel__core": "^7.20.5",
  3446. "react-refresh": "^0.17.0"
  3447. },
  3448. "engines": {
  3449. "node": "^14.18.0 || >=16.0.0"
  3450. },
  3451. "peerDependencies": {
  3452. "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
  3453. }
  3454. },
  3455. "node_modules/@vitest/expect": {
  3456. "version": "4.0.18",
  3457. "resolved": "https://registry.npmmirror.com/@vitest/expect/-/expect-4.0.18.tgz",
  3458. "integrity": "sha512-8sCWUyckXXYvx4opfzVY03EOiYVxyNrHS5QxX3DAIi5dpJAAkyJezHCP77VMX4HKA2LDT/Jpfo8i2r5BE3GnQQ==",
  3459. "dev": true,
  3460. "license": "MIT",
  3461. "dependencies": {
  3462. "@standard-schema/spec": "^1.0.0",
  3463. "@types/chai": "^5.2.2",
  3464. "@vitest/spy": "4.0.18",
  3465. "@vitest/utils": "4.0.18",
  3466. "chai": "^6.2.1",
  3467. "tinyrainbow": "^3.0.3"
  3468. },
  3469. "funding": {
  3470. "url": "https://opencollective.com/vitest"
  3471. }
  3472. },
  3473. "node_modules/@vitest/mocker": {
  3474. "version": "4.0.18",
  3475. "resolved": "https://registry.npmmirror.com/@vitest/mocker/-/mocker-4.0.18.tgz",
  3476. "integrity": "sha512-HhVd0MDnzzsgevnOWCBj5Otnzobjy5wLBe4EdeeFGv8luMsGcYqDuFRMcttKWZA5vVO8RFjexVovXvAM4JoJDQ==",
  3477. "dev": true,
  3478. "license": "MIT",
  3479. "dependencies": {
  3480. "@vitest/spy": "4.0.18",
  3481. "estree-walker": "^3.0.3",
  3482. "magic-string": "^0.30.21"
  3483. },
  3484. "funding": {
  3485. "url": "https://opencollective.com/vitest"
  3486. },
  3487. "peerDependencies": {
  3488. "msw": "^2.4.9",
  3489. "vite": "^6.0.0 || ^7.0.0-0"
  3490. },
  3491. "peerDependenciesMeta": {
  3492. "msw": {
  3493. "optional": true
  3494. },
  3495. "vite": {
  3496. "optional": true
  3497. }
  3498. }
  3499. },
  3500. "node_modules/@vitest/pretty-format": {
  3501. "version": "4.0.18",
  3502. "resolved": "https://registry.npmmirror.com/@vitest/pretty-format/-/pretty-format-4.0.18.tgz",
  3503. "integrity": "sha512-P24GK3GulZWC5tz87ux0m8OADrQIUVDPIjjj65vBXYG17ZeU3qD7r+MNZ1RNv4l8CGU2vtTRqixrOi9fYk/yKw==",
  3504. "dev": true,
  3505. "license": "MIT",
  3506. "dependencies": {
  3507. "tinyrainbow": "^3.0.3"
  3508. },
  3509. "funding": {
  3510. "url": "https://opencollective.com/vitest"
  3511. }
  3512. },
  3513. "node_modules/@vitest/runner": {
  3514. "version": "4.0.18",
  3515. "resolved": "https://registry.npmmirror.com/@vitest/runner/-/runner-4.0.18.tgz",
  3516. "integrity": "sha512-rpk9y12PGa22Jg6g5M3UVVnTS7+zycIGk9ZNGN+m6tZHKQb7jrP7/77WfZy13Y/EUDd52NDsLRQhYKtv7XfPQw==",
  3517. "dev": true,
  3518. "license": "MIT",
  3519. "dependencies": {
  3520. "@vitest/utils": "4.0.18",
  3521. "pathe": "^2.0.3"
  3522. },
  3523. "funding": {
  3524. "url": "https://opencollective.com/vitest"
  3525. }
  3526. },
  3527. "node_modules/@vitest/snapshot": {
  3528. "version": "4.0.18",
  3529. "resolved": "https://registry.npmmirror.com/@vitest/snapshot/-/snapshot-4.0.18.tgz",
  3530. "integrity": "sha512-PCiV0rcl7jKQjbgYqjtakly6T1uwv/5BQ9SwBLekVg/EaYeQFPiXcgrC2Y7vDMA8dM1SUEAEV82kgSQIlXNMvA==",
  3531. "dev": true,
  3532. "license": "MIT",
  3533. "dependencies": {
  3534. "@vitest/pretty-format": "4.0.18",
  3535. "magic-string": "^0.30.21",
  3536. "pathe": "^2.0.3"
  3537. },
  3538. "funding": {
  3539. "url": "https://opencollective.com/vitest"
  3540. }
  3541. },
  3542. "node_modules/@vitest/spy": {
  3543. "version": "4.0.18",
  3544. "resolved": "https://registry.npmmirror.com/@vitest/spy/-/spy-4.0.18.tgz",
  3545. "integrity": "sha512-cbQt3PTSD7P2OARdVW3qWER5EGq7PHlvE+QfzSC0lbwO+xnt7+XH06ZzFjFRgzUX//JmpxrCu92VdwvEPlWSNw==",
  3546. "dev": true,
  3547. "license": "MIT",
  3548. "funding": {
  3549. "url": "https://opencollective.com/vitest"
  3550. }
  3551. },
  3552. "node_modules/@vitest/utils": {
  3553. "version": "4.0.18",
  3554. "resolved": "https://registry.npmmirror.com/@vitest/utils/-/utils-4.0.18.tgz",
  3555. "integrity": "sha512-msMRKLMVLWygpK3u2Hybgi4MNjcYJvwTb0Ru09+fOyCXIgT5raYP041DRRdiJiI3k/2U6SEbAETB3YtBrUkCFA==",
  3556. "dev": true,
  3557. "license": "MIT",
  3558. "dependencies": {
  3559. "@vitest/pretty-format": "4.0.18",
  3560. "tinyrainbow": "^3.0.3"
  3561. },
  3562. "funding": {
  3563. "url": "https://opencollective.com/vitest"
  3564. }
  3565. },
  3566. "node_modules/acorn": {
  3567. "version": "8.15.0",
  3568. "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.15.0.tgz",
  3569. "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
  3570. "license": "MIT",
  3571. "bin": {
  3572. "acorn": "bin/acorn"
  3573. },
  3574. "engines": {
  3575. "node": ">=0.4.0"
  3576. }
  3577. },
  3578. "node_modules/acorn-jsx": {
  3579. "version": "5.3.2",
  3580. "resolved": "https://registry.npmmirror.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  3581. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  3582. "license": "MIT",
  3583. "peerDependencies": {
  3584. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  3585. }
  3586. },
  3587. "node_modules/agent-base": {
  3588. "version": "7.1.4",
  3589. "resolved": "https://registry.npmmirror.com/agent-base/-/agent-base-7.1.4.tgz",
  3590. "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
  3591. "dev": true,
  3592. "license": "MIT",
  3593. "engines": {
  3594. "node": ">= 14"
  3595. }
  3596. },
  3597. "node_modules/ajv": {
  3598. "version": "6.12.6",
  3599. "resolved": "https://registry.npmmirror.com/ajv/-/ajv-6.12.6.tgz",
  3600. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  3601. "dev": true,
  3602. "license": "MIT",
  3603. "dependencies": {
  3604. "fast-deep-equal": "^3.1.1",
  3605. "fast-json-stable-stringify": "^2.0.0",
  3606. "json-schema-traverse": "^0.4.1",
  3607. "uri-js": "^4.2.2"
  3608. },
  3609. "funding": {
  3610. "type": "github",
  3611. "url": "https://github.com/sponsors/epoberezkin"
  3612. }
  3613. },
  3614. "node_modules/ansi-regex": {
  3615. "version": "5.0.1",
  3616. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  3617. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  3618. "dev": true,
  3619. "license": "MIT",
  3620. "engines": {
  3621. "node": ">=8"
  3622. }
  3623. },
  3624. "node_modules/ansi-styles": {
  3625. "version": "4.3.0",
  3626. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  3627. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  3628. "dev": true,
  3629. "license": "MIT",
  3630. "dependencies": {
  3631. "color-convert": "^2.0.1"
  3632. },
  3633. "engines": {
  3634. "node": ">=8"
  3635. },
  3636. "funding": {
  3637. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  3638. }
  3639. },
  3640. "node_modules/argparse": {
  3641. "version": "2.0.1",
  3642. "resolved": "https://registry.npmmirror.com/argparse/-/argparse-2.0.1.tgz",
  3643. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  3644. "license": "Python-2.0"
  3645. },
  3646. "node_modules/aria-query": {
  3647. "version": "5.3.0",
  3648. "resolved": "https://registry.npmmirror.com/aria-query/-/aria-query-5.3.0.tgz",
  3649. "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==",
  3650. "dev": true,
  3651. "license": "Apache-2.0",
  3652. "dependencies": {
  3653. "dequal": "^2.0.3"
  3654. }
  3655. },
  3656. "node_modules/array-union": {
  3657. "version": "2.1.0",
  3658. "resolved": "https://registry.npmmirror.com/array-union/-/array-union-2.1.0.tgz",
  3659. "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
  3660. "dev": true,
  3661. "license": "MIT",
  3662. "engines": {
  3663. "node": ">=8"
  3664. }
  3665. },
  3666. "node_modules/assertion-error": {
  3667. "version": "2.0.1",
  3668. "resolved": "https://registry.npmmirror.com/assertion-error/-/assertion-error-2.0.1.tgz",
  3669. "integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==",
  3670. "dev": true,
  3671. "license": "MIT",
  3672. "engines": {
  3673. "node": ">=12"
  3674. }
  3675. },
  3676. "node_modules/astring": {
  3677. "version": "1.9.0",
  3678. "resolved": "https://registry.npmmirror.com/astring/-/astring-1.9.0.tgz",
  3679. "integrity": "sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==",
  3680. "license": "MIT",
  3681. "bin": {
  3682. "astring": "bin/astring"
  3683. }
  3684. },
  3685. "node_modules/async-validator": {
  3686. "version": "3.5.2",
  3687. "resolved": "https://registry.npmmirror.com/async-validator/-/async-validator-3.5.2.tgz",
  3688. "integrity": "sha512-8eLCg00W9pIRZSB781UUX/H6Oskmm8xloZfr09lz5bikRpBVDlJ3hRVuxxP1SxcwsEYfJ4IU8Q19Y8/893r3rQ==",
  3689. "license": "MIT"
  3690. },
  3691. "node_modules/asynckit": {
  3692. "version": "0.4.0",
  3693. "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz",
  3694. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
  3695. "license": "MIT"
  3696. },
  3697. "node_modules/autoprefixer": {
  3698. "version": "10.4.24",
  3699. "resolved": "https://registry.npmmirror.com/autoprefixer/-/autoprefixer-10.4.24.tgz",
  3700. "integrity": "sha512-uHZg7N9ULTVbutaIsDRoUkoS8/h3bdsmVJYZ5l3wv8Cp/6UIIoRDm90hZ+BwxUj/hGBEzLxdHNSKuFpn8WOyZw==",
  3701. "dev": true,
  3702. "funding": [
  3703. {
  3704. "type": "opencollective",
  3705. "url": "https://opencollective.com/postcss/"
  3706. },
  3707. {
  3708. "type": "tidelift",
  3709. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  3710. },
  3711. {
  3712. "type": "github",
  3713. "url": "https://github.com/sponsors/ai"
  3714. }
  3715. ],
  3716. "license": "MIT",
  3717. "dependencies": {
  3718. "browserslist": "^4.28.1",
  3719. "caniuse-lite": "^1.0.30001766",
  3720. "fraction.js": "^5.3.4",
  3721. "picocolors": "^1.1.1",
  3722. "postcss-value-parser": "^4.2.0"
  3723. },
  3724. "bin": {
  3725. "autoprefixer": "bin/autoprefixer"
  3726. },
  3727. "engines": {
  3728. "node": "^10 || ^12 || >=14"
  3729. },
  3730. "peerDependencies": {
  3731. "postcss": "^8.1.0"
  3732. }
  3733. },
  3734. "node_modules/axios": {
  3735. "version": "1.13.4",
  3736. "resolved": "https://registry.npmmirror.com/axios/-/axios-1.13.4.tgz",
  3737. "integrity": "sha512-1wVkUaAO6WyaYtCkcYCOx12ZgpGf9Zif+qXa4n+oYzK558YryKqiL6UWwd5DqiH3VRW0GYhTZQ/vlgJrCoNQlg==",
  3738. "license": "MIT",
  3739. "dependencies": {
  3740. "follow-redirects": "^1.15.6",
  3741. "form-data": "^4.0.4",
  3742. "proxy-from-env": "^1.1.0"
  3743. }
  3744. },
  3745. "node_modules/bail": {
  3746. "version": "2.0.2",
  3747. "resolved": "https://registry.npmmirror.com/bail/-/bail-2.0.2.tgz",
  3748. "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==",
  3749. "license": "MIT",
  3750. "funding": {
  3751. "type": "github",
  3752. "url": "https://github.com/sponsors/wooorm"
  3753. }
  3754. },
  3755. "node_modules/balanced-match": {
  3756. "version": "1.0.2",
  3757. "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
  3758. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  3759. "dev": true,
  3760. "license": "MIT"
  3761. },
  3762. "node_modules/baseline-browser-mapping": {
  3763. "version": "2.9.19",
  3764. "resolved": "https://registry.npmmirror.com/baseline-browser-mapping/-/baseline-browser-mapping-2.9.19.tgz",
  3765. "integrity": "sha512-ipDqC8FrAl/76p2SSWKSI+H9tFwm7vYqXQrItCuiVPt26Km0jS+NzSsBWAaBusvSbQcfJG+JitdMm+wZAgTYqg==",
  3766. "dev": true,
  3767. "license": "Apache-2.0",
  3768. "bin": {
  3769. "baseline-browser-mapping": "dist/cli.js"
  3770. }
  3771. },
  3772. "node_modules/bezier-easing": {
  3773. "version": "2.1.0",
  3774. "resolved": "https://registry.npmmirror.com/bezier-easing/-/bezier-easing-2.1.0.tgz",
  3775. "integrity": "sha512-gbIqZ/eslnUFC1tjEvtz0sgx+xTK20wDnYMIA27VA04R7w6xxXQPZDbibjA9DTWZRA2CXtwHykkVzlCaAJAZig==",
  3776. "license": "MIT"
  3777. },
  3778. "node_modules/bidi-js": {
  3779. "version": "1.0.3",
  3780. "resolved": "https://registry.npmmirror.com/bidi-js/-/bidi-js-1.0.3.tgz",
  3781. "integrity": "sha512-RKshQI1R3YQ+n9YJz2QQ147P66ELpa1FQEg20Dk8oW9t2KgLbpDLLp9aGZ7y8WHSshDknG0bknqGw5/tyCs5tw==",
  3782. "dev": true,
  3783. "license": "MIT",
  3784. "dependencies": {
  3785. "require-from-string": "^2.0.2"
  3786. }
  3787. },
  3788. "node_modules/brace-expansion": {
  3789. "version": "2.0.2",
  3790. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.2.tgz",
  3791. "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
  3792. "dev": true,
  3793. "license": "MIT",
  3794. "dependencies": {
  3795. "balanced-match": "^1.0.0"
  3796. }
  3797. },
  3798. "node_modules/braces": {
  3799. "version": "3.0.3",
  3800. "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
  3801. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  3802. "dev": true,
  3803. "license": "MIT",
  3804. "dependencies": {
  3805. "fill-range": "^7.1.1"
  3806. },
  3807. "engines": {
  3808. "node": ">=8"
  3809. }
  3810. },
  3811. "node_modules/browserslist": {
  3812. "version": "4.28.1",
  3813. "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.28.1.tgz",
  3814. "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
  3815. "dev": true,
  3816. "funding": [
  3817. {
  3818. "type": "opencollective",
  3819. "url": "https://opencollective.com/browserslist"
  3820. },
  3821. {
  3822. "type": "tidelift",
  3823. "url": "https://tidelift.com/funding/github/npm/browserslist"
  3824. },
  3825. {
  3826. "type": "github",
  3827. "url": "https://github.com/sponsors/ai"
  3828. }
  3829. ],
  3830. "license": "MIT",
  3831. "dependencies": {
  3832. "baseline-browser-mapping": "^2.9.0",
  3833. "caniuse-lite": "^1.0.30001759",
  3834. "electron-to-chromium": "^1.5.263",
  3835. "node-releases": "^2.0.27",
  3836. "update-browserslist-db": "^1.2.0"
  3837. },
  3838. "bin": {
  3839. "browserslist": "cli.js"
  3840. },
  3841. "engines": {
  3842. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  3843. }
  3844. },
  3845. "node_modules/call-bind-apply-helpers": {
  3846. "version": "1.0.2",
  3847. "resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  3848. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  3849. "license": "MIT",
  3850. "dependencies": {
  3851. "es-errors": "^1.3.0",
  3852. "function-bind": "^1.1.2"
  3853. },
  3854. "engines": {
  3855. "node": ">= 0.4"
  3856. }
  3857. },
  3858. "node_modules/callsites": {
  3859. "version": "3.1.0",
  3860. "resolved": "https://registry.npmmirror.com/callsites/-/callsites-3.1.0.tgz",
  3861. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  3862. "dev": true,
  3863. "license": "MIT",
  3864. "engines": {
  3865. "node": ">=6"
  3866. }
  3867. },
  3868. "node_modules/caniuse-lite": {
  3869. "version": "1.0.30001769",
  3870. "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001769.tgz",
  3871. "integrity": "sha512-BCfFL1sHijQlBGWBMuJyhZUhzo7wer5sVj9hqekB/7xn0Ypy+pER/edCYQm4exbXj4WiySGp40P8UuTh6w1srg==",
  3872. "dev": true,
  3873. "funding": [
  3874. {
  3875. "type": "opencollective",
  3876. "url": "https://opencollective.com/browserslist"
  3877. },
  3878. {
  3879. "type": "tidelift",
  3880. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  3881. },
  3882. {
  3883. "type": "github",
  3884. "url": "https://github.com/sponsors/ai"
  3885. }
  3886. ],
  3887. "license": "CC-BY-4.0"
  3888. },
  3889. "node_modules/ccount": {
  3890. "version": "2.0.1",
  3891. "resolved": "https://registry.npmmirror.com/ccount/-/ccount-2.0.1.tgz",
  3892. "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
  3893. "license": "MIT",
  3894. "funding": {
  3895. "type": "github",
  3896. "url": "https://github.com/sponsors/wooorm"
  3897. }
  3898. },
  3899. "node_modules/chai": {
  3900. "version": "6.2.2",
  3901. "resolved": "https://registry.npmmirror.com/chai/-/chai-6.2.2.tgz",
  3902. "integrity": "sha512-NUPRluOfOiTKBKvWPtSD4PhFvWCqOi0BGStNWs57X9js7XGTprSmFoz5F0tWhR4WPjNeR9jXqdC7/UpSJTnlRg==",
  3903. "dev": true,
  3904. "license": "MIT",
  3905. "engines": {
  3906. "node": ">=18"
  3907. }
  3908. },
  3909. "node_modules/chalk": {
  3910. "version": "4.1.2",
  3911. "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz",
  3912. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  3913. "dev": true,
  3914. "license": "MIT",
  3915. "dependencies": {
  3916. "ansi-styles": "^4.1.0",
  3917. "supports-color": "^7.1.0"
  3918. },
  3919. "engines": {
  3920. "node": ">=10"
  3921. },
  3922. "funding": {
  3923. "url": "https://github.com/chalk/chalk?sponsor=1"
  3924. }
  3925. },
  3926. "node_modules/character-entities": {
  3927. "version": "2.0.2",
  3928. "resolved": "https://registry.npmmirror.com/character-entities/-/character-entities-2.0.2.tgz",
  3929. "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==",
  3930. "license": "MIT",
  3931. "funding": {
  3932. "type": "github",
  3933. "url": "https://github.com/sponsors/wooorm"
  3934. }
  3935. },
  3936. "node_modules/character-entities-html4": {
  3937. "version": "2.1.0",
  3938. "resolved": "https://registry.npmmirror.com/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
  3939. "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
  3940. "license": "MIT",
  3941. "funding": {
  3942. "type": "github",
  3943. "url": "https://github.com/sponsors/wooorm"
  3944. }
  3945. },
  3946. "node_modules/character-entities-legacy": {
  3947. "version": "3.0.0",
  3948. "resolved": "https://registry.npmmirror.com/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
  3949. "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
  3950. "license": "MIT",
  3951. "funding": {
  3952. "type": "github",
  3953. "url": "https://github.com/sponsors/wooorm"
  3954. }
  3955. },
  3956. "node_modules/character-reference-invalid": {
  3957. "version": "2.0.1",
  3958. "resolved": "https://registry.npmmirror.com/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz",
  3959. "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==",
  3960. "license": "MIT",
  3961. "funding": {
  3962. "type": "github",
  3963. "url": "https://github.com/sponsors/wooorm"
  3964. }
  3965. },
  3966. "node_modules/classnames": {
  3967. "version": "2.5.1",
  3968. "resolved": "https://registry.npmmirror.com/classnames/-/classnames-2.5.1.tgz",
  3969. "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==",
  3970. "license": "MIT"
  3971. },
  3972. "node_modules/clsx": {
  3973. "version": "2.1.1",
  3974. "resolved": "https://registry.npmmirror.com/clsx/-/clsx-2.1.1.tgz",
  3975. "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
  3976. "license": "MIT",
  3977. "engines": {
  3978. "node": ">=6"
  3979. }
  3980. },
  3981. "node_modules/collapse-white-space": {
  3982. "version": "2.1.0",
  3983. "resolved": "https://registry.npmmirror.com/collapse-white-space/-/collapse-white-space-2.1.0.tgz",
  3984. "integrity": "sha512-loKTxY1zCOuG4j9f6EPnuyyYkf58RnhhWTvRoZEokgB+WbdXehfjFviyOVYkqzEWz1Q5kRiZdBYS5SwxbQYwzw==",
  3985. "license": "MIT",
  3986. "funding": {
  3987. "type": "github",
  3988. "url": "https://github.com/sponsors/wooorm"
  3989. }
  3990. },
  3991. "node_modules/color-convert": {
  3992. "version": "2.0.1",
  3993. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
  3994. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  3995. "dev": true,
  3996. "license": "MIT",
  3997. "dependencies": {
  3998. "color-name": "~1.1.4"
  3999. },
  4000. "engines": {
  4001. "node": ">=7.0.0"
  4002. }
  4003. },
  4004. "node_modules/color-name": {
  4005. "version": "1.1.4",
  4006. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
  4007. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  4008. "dev": true,
  4009. "license": "MIT"
  4010. },
  4011. "node_modules/combined-stream": {
  4012. "version": "1.0.8",
  4013. "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz",
  4014. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  4015. "license": "MIT",
  4016. "dependencies": {
  4017. "delayed-stream": "~1.0.0"
  4018. },
  4019. "engines": {
  4020. "node": ">= 0.8"
  4021. }
  4022. },
  4023. "node_modules/comma-separated-tokens": {
  4024. "version": "2.0.3",
  4025. "resolved": "https://registry.npmmirror.com/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
  4026. "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
  4027. "license": "MIT",
  4028. "funding": {
  4029. "type": "github",
  4030. "url": "https://github.com/sponsors/wooorm"
  4031. }
  4032. },
  4033. "node_modules/commander": {
  4034. "version": "7.2.0",
  4035. "resolved": "https://registry.npmmirror.com/commander/-/commander-7.2.0.tgz",
  4036. "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
  4037. "license": "MIT",
  4038. "engines": {
  4039. "node": ">= 10"
  4040. }
  4041. },
  4042. "node_modules/compute-scroll-into-view": {
  4043. "version": "1.0.20",
  4044. "resolved": "https://registry.npmmirror.com/compute-scroll-into-view/-/compute-scroll-into-view-1.0.20.tgz",
  4045. "integrity": "sha512-UCB0ioiyj8CRjtrvaceBLqqhZCVP+1B8+NWQhmdsm0VXOJtobBCf1dBQmebCCo34qZmUwZfIH2MZLqNHazrfjg==",
  4046. "license": "MIT"
  4047. },
  4048. "node_modules/concat-map": {
  4049. "version": "0.0.1",
  4050. "resolved": "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz",
  4051. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  4052. "dev": true,
  4053. "license": "MIT"
  4054. },
  4055. "node_modules/convert-source-map": {
  4056. "version": "2.0.0",
  4057. "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz",
  4058. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  4059. "dev": true,
  4060. "license": "MIT"
  4061. },
  4062. "node_modules/copy-text-to-clipboard": {
  4063. "version": "2.2.0",
  4064. "resolved": "https://registry.npmmirror.com/copy-text-to-clipboard/-/copy-text-to-clipboard-2.2.0.tgz",
  4065. "integrity": "sha512-WRvoIdnTs1rgPMkgA2pUOa/M4Enh2uzCwdKsOMYNAJiz/4ZvEJgmbF4OmninPmlFdAWisfeh0tH+Cpf7ni3RqQ==",
  4066. "license": "MIT",
  4067. "engines": {
  4068. "node": ">=6"
  4069. },
  4070. "funding": {
  4071. "url": "https://github.com/sponsors/sindresorhus"
  4072. }
  4073. },
  4074. "node_modules/crelt": {
  4075. "version": "1.0.6",
  4076. "resolved": "https://registry.npmmirror.com/crelt/-/crelt-1.0.6.tgz",
  4077. "integrity": "sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g==",
  4078. "license": "MIT"
  4079. },
  4080. "node_modules/cross-spawn": {
  4081. "version": "7.0.6",
  4082. "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.6.tgz",
  4083. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  4084. "dev": true,
  4085. "license": "MIT",
  4086. "dependencies": {
  4087. "path-key": "^3.1.0",
  4088. "shebang-command": "^2.0.0",
  4089. "which": "^2.0.1"
  4090. },
  4091. "engines": {
  4092. "node": ">= 8"
  4093. }
  4094. },
  4095. "node_modules/css-tree": {
  4096. "version": "3.1.0",
  4097. "resolved": "https://registry.npmmirror.com/css-tree/-/css-tree-3.1.0.tgz",
  4098. "integrity": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==",
  4099. "dev": true,
  4100. "license": "MIT",
  4101. "dependencies": {
  4102. "mdn-data": "2.12.2",
  4103. "source-map-js": "^1.0.1"
  4104. },
  4105. "engines": {
  4106. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  4107. }
  4108. },
  4109. "node_modules/cssstyle": {
  4110. "version": "6.1.0",
  4111. "resolved": "https://registry.npmmirror.com/cssstyle/-/cssstyle-6.1.0.tgz",
  4112. "integrity": "sha512-Ml4fP2UT2K3CUBQnVlbdV/8aFDdlY69E+YnwJM+3VUWl08S3J8c8aRuJqCkD9Py8DHZ7zNNvsfKl8psocHZEFg==",
  4113. "dev": true,
  4114. "license": "MIT",
  4115. "dependencies": {
  4116. "@asamuzakjp/css-color": "^5.0.0",
  4117. "@csstools/css-syntax-patches-for-csstree": "^1.0.28",
  4118. "css-tree": "^3.1.0",
  4119. "lru-cache": "^11.2.6"
  4120. },
  4121. "engines": {
  4122. "node": ">=20"
  4123. }
  4124. },
  4125. "node_modules/cssstyle/node_modules/lru-cache": {
  4126. "version": "11.2.6",
  4127. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-11.2.6.tgz",
  4128. "integrity": "sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==",
  4129. "dev": true,
  4130. "license": "BlueOak-1.0.0",
  4131. "engines": {
  4132. "node": "20 || >=22"
  4133. }
  4134. },
  4135. "node_modules/csstype": {
  4136. "version": "3.2.3",
  4137. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.2.3.tgz",
  4138. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  4139. "license": "MIT"
  4140. },
  4141. "node_modules/d3": {
  4142. "version": "7.9.0",
  4143. "resolved": "https://registry.npmmirror.com/d3/-/d3-7.9.0.tgz",
  4144. "integrity": "sha512-e1U46jVP+w7Iut8Jt8ri1YsPOvFpg46k+K8TpCb0P+zjCkjkPnV7WzfDJzMHy1LnA+wj5pLT1wjO901gLXeEhA==",
  4145. "license": "ISC",
  4146. "dependencies": {
  4147. "d3-array": "3",
  4148. "d3-axis": "3",
  4149. "d3-brush": "3",
  4150. "d3-chord": "3",
  4151. "d3-color": "3",
  4152. "d3-contour": "4",
  4153. "d3-delaunay": "6",
  4154. "d3-dispatch": "3",
  4155. "d3-drag": "3",
  4156. "d3-dsv": "3",
  4157. "d3-ease": "3",
  4158. "d3-fetch": "3",
  4159. "d3-force": "3",
  4160. "d3-format": "3",
  4161. "d3-geo": "3",
  4162. "d3-hierarchy": "3",
  4163. "d3-interpolate": "3",
  4164. "d3-path": "3",
  4165. "d3-polygon": "3",
  4166. "d3-quadtree": "3",
  4167. "d3-random": "3",
  4168. "d3-scale": "4",
  4169. "d3-scale-chromatic": "3",
  4170. "d3-selection": "3",
  4171. "d3-shape": "3",
  4172. "d3-time": "3",
  4173. "d3-time-format": "4",
  4174. "d3-timer": "3",
  4175. "d3-transition": "3",
  4176. "d3-zoom": "3"
  4177. },
  4178. "engines": {
  4179. "node": ">=12"
  4180. }
  4181. },
  4182. "node_modules/d3-array": {
  4183. "version": "3.2.4",
  4184. "resolved": "https://registry.npmmirror.com/d3-array/-/d3-array-3.2.4.tgz",
  4185. "integrity": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==",
  4186. "license": "ISC",
  4187. "dependencies": {
  4188. "internmap": "1 - 2"
  4189. },
  4190. "engines": {
  4191. "node": ">=12"
  4192. }
  4193. },
  4194. "node_modules/d3-axis": {
  4195. "version": "3.0.0",
  4196. "resolved": "https://registry.npmmirror.com/d3-axis/-/d3-axis-3.0.0.tgz",
  4197. "integrity": "sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw==",
  4198. "license": "ISC",
  4199. "engines": {
  4200. "node": ">=12"
  4201. }
  4202. },
  4203. "node_modules/d3-brush": {
  4204. "version": "3.0.0",
  4205. "resolved": "https://registry.npmmirror.com/d3-brush/-/d3-brush-3.0.0.tgz",
  4206. "integrity": "sha512-ALnjWlVYkXsVIGlOsuWH1+3udkYFI48Ljihfnh8FZPF2QS9o+PzGLBslO0PjzVoHLZ2KCVgAM8NVkXPJB2aNnQ==",
  4207. "license": "ISC",
  4208. "dependencies": {
  4209. "d3-dispatch": "1 - 3",
  4210. "d3-drag": "2 - 3",
  4211. "d3-interpolate": "1 - 3",
  4212. "d3-selection": "3",
  4213. "d3-transition": "3"
  4214. },
  4215. "engines": {
  4216. "node": ">=12"
  4217. }
  4218. },
  4219. "node_modules/d3-chord": {
  4220. "version": "3.0.1",
  4221. "resolved": "https://registry.npmmirror.com/d3-chord/-/d3-chord-3.0.1.tgz",
  4222. "integrity": "sha512-VE5S6TNa+j8msksl7HwjxMHDM2yNK3XCkusIlpX5kwauBfXuyLAtNg9jCp/iHH61tgI4sb6R/EIMWCqEIdjT/g==",
  4223. "license": "ISC",
  4224. "dependencies": {
  4225. "d3-path": "1 - 3"
  4226. },
  4227. "engines": {
  4228. "node": ">=12"
  4229. }
  4230. },
  4231. "node_modules/d3-color": {
  4232. "version": "3.1.0",
  4233. "resolved": "https://registry.npmmirror.com/d3-color/-/d3-color-3.1.0.tgz",
  4234. "integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==",
  4235. "license": "ISC",
  4236. "engines": {
  4237. "node": ">=12"
  4238. }
  4239. },
  4240. "node_modules/d3-contour": {
  4241. "version": "4.0.2",
  4242. "resolved": "https://registry.npmmirror.com/d3-contour/-/d3-contour-4.0.2.tgz",
  4243. "integrity": "sha512-4EzFTRIikzs47RGmdxbeUvLWtGedDUNkTcmzoeyg4sP/dvCexO47AaQL7VKy/gul85TOxw+IBgA8US2xwbToNA==",
  4244. "license": "ISC",
  4245. "dependencies": {
  4246. "d3-array": "^3.2.0"
  4247. },
  4248. "engines": {
  4249. "node": ">=12"
  4250. }
  4251. },
  4252. "node_modules/d3-delaunay": {
  4253. "version": "6.0.4",
  4254. "resolved": "https://registry.npmmirror.com/d3-delaunay/-/d3-delaunay-6.0.4.tgz",
  4255. "integrity": "sha512-mdjtIZ1XLAM8bm/hx3WwjfHt6Sggek7qH043O8KEjDXN40xi3vx/6pYSVTwLjEgiXQTbvaouWKynLBiUZ6SK6A==",
  4256. "license": "ISC",
  4257. "dependencies": {
  4258. "delaunator": "5"
  4259. },
  4260. "engines": {
  4261. "node": ">=12"
  4262. }
  4263. },
  4264. "node_modules/d3-dispatch": {
  4265. "version": "3.0.1",
  4266. "resolved": "https://registry.npmmirror.com/d3-dispatch/-/d3-dispatch-3.0.1.tgz",
  4267. "integrity": "sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==",
  4268. "license": "ISC",
  4269. "engines": {
  4270. "node": ">=12"
  4271. }
  4272. },
  4273. "node_modules/d3-drag": {
  4274. "version": "3.0.0",
  4275. "resolved": "https://registry.npmmirror.com/d3-drag/-/d3-drag-3.0.0.tgz",
  4276. "integrity": "sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==",
  4277. "license": "ISC",
  4278. "dependencies": {
  4279. "d3-dispatch": "1 - 3",
  4280. "d3-selection": "3"
  4281. },
  4282. "engines": {
  4283. "node": ">=12"
  4284. }
  4285. },
  4286. "node_modules/d3-dsv": {
  4287. "version": "3.0.1",
  4288. "resolved": "https://registry.npmmirror.com/d3-dsv/-/d3-dsv-3.0.1.tgz",
  4289. "integrity": "sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==",
  4290. "license": "ISC",
  4291. "dependencies": {
  4292. "commander": "7",
  4293. "iconv-lite": "0.6",
  4294. "rw": "1"
  4295. },
  4296. "bin": {
  4297. "csv2json": "bin/dsv2json.js",
  4298. "csv2tsv": "bin/dsv2dsv.js",
  4299. "dsv2dsv": "bin/dsv2dsv.js",
  4300. "dsv2json": "bin/dsv2json.js",
  4301. "json2csv": "bin/json2dsv.js",
  4302. "json2dsv": "bin/json2dsv.js",
  4303. "json2tsv": "bin/json2dsv.js",
  4304. "tsv2csv": "bin/dsv2dsv.js",
  4305. "tsv2json": "bin/dsv2json.js"
  4306. },
  4307. "engines": {
  4308. "node": ">=12"
  4309. }
  4310. },
  4311. "node_modules/d3-ease": {
  4312. "version": "3.0.1",
  4313. "resolved": "https://registry.npmmirror.com/d3-ease/-/d3-ease-3.0.1.tgz",
  4314. "integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==",
  4315. "license": "BSD-3-Clause",
  4316. "engines": {
  4317. "node": ">=12"
  4318. }
  4319. },
  4320. "node_modules/d3-fetch": {
  4321. "version": "3.0.1",
  4322. "resolved": "https://registry.npmmirror.com/d3-fetch/-/d3-fetch-3.0.1.tgz",
  4323. "integrity": "sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==",
  4324. "license": "ISC",
  4325. "dependencies": {
  4326. "d3-dsv": "1 - 3"
  4327. },
  4328. "engines": {
  4329. "node": ">=12"
  4330. }
  4331. },
  4332. "node_modules/d3-force": {
  4333. "version": "3.0.0",
  4334. "resolved": "https://registry.npmmirror.com/d3-force/-/d3-force-3.0.0.tgz",
  4335. "integrity": "sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==",
  4336. "license": "ISC",
  4337. "dependencies": {
  4338. "d3-dispatch": "1 - 3",
  4339. "d3-quadtree": "1 - 3",
  4340. "d3-timer": "1 - 3"
  4341. },
  4342. "engines": {
  4343. "node": ">=12"
  4344. }
  4345. },
  4346. "node_modules/d3-format": {
  4347. "version": "3.1.2",
  4348. "resolved": "https://registry.npmmirror.com/d3-format/-/d3-format-3.1.2.tgz",
  4349. "integrity": "sha512-AJDdYOdnyRDV5b6ArilzCPPwc1ejkHcoyFarqlPqT7zRYjhavcT3uSrqcMvsgh2CgoPbK3RCwyHaVyxYcP2Arg==",
  4350. "license": "ISC",
  4351. "engines": {
  4352. "node": ">=12"
  4353. }
  4354. },
  4355. "node_modules/d3-geo": {
  4356. "version": "3.1.1",
  4357. "resolved": "https://registry.npmmirror.com/d3-geo/-/d3-geo-3.1.1.tgz",
  4358. "integrity": "sha512-637ln3gXKXOwhalDzinUgY83KzNWZRKbYubaG+fGVuc/dxO64RRljtCTnf5ecMyE1RIdtqpkVcq0IbtU2S8j2Q==",
  4359. "license": "ISC",
  4360. "dependencies": {
  4361. "d3-array": "2.5.0 - 3"
  4362. },
  4363. "engines": {
  4364. "node": ">=12"
  4365. }
  4366. },
  4367. "node_modules/d3-hierarchy": {
  4368. "version": "3.1.2",
  4369. "resolved": "https://registry.npmmirror.com/d3-hierarchy/-/d3-hierarchy-3.1.2.tgz",
  4370. "integrity": "sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==",
  4371. "license": "ISC",
  4372. "engines": {
  4373. "node": ">=12"
  4374. }
  4375. },
  4376. "node_modules/d3-interpolate": {
  4377. "version": "3.0.1",
  4378. "resolved": "https://registry.npmmirror.com/d3-interpolate/-/d3-interpolate-3.0.1.tgz",
  4379. "integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==",
  4380. "license": "ISC",
  4381. "dependencies": {
  4382. "d3-color": "1 - 3"
  4383. },
  4384. "engines": {
  4385. "node": ">=12"
  4386. }
  4387. },
  4388. "node_modules/d3-path": {
  4389. "version": "3.1.0",
  4390. "resolved": "https://registry.npmmirror.com/d3-path/-/d3-path-3.1.0.tgz",
  4391. "integrity": "sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==",
  4392. "license": "ISC",
  4393. "engines": {
  4394. "node": ">=12"
  4395. }
  4396. },
  4397. "node_modules/d3-polygon": {
  4398. "version": "3.0.1",
  4399. "resolved": "https://registry.npmmirror.com/d3-polygon/-/d3-polygon-3.0.1.tgz",
  4400. "integrity": "sha512-3vbA7vXYwfe1SYhED++fPUQlWSYTTGmFmQiany/gdbiWgU/iEyQzyymwL9SkJjFFuCS4902BSzewVGsHHmHtXg==",
  4401. "license": "ISC",
  4402. "engines": {
  4403. "node": ">=12"
  4404. }
  4405. },
  4406. "node_modules/d3-quadtree": {
  4407. "version": "3.0.1",
  4408. "resolved": "https://registry.npmmirror.com/d3-quadtree/-/d3-quadtree-3.0.1.tgz",
  4409. "integrity": "sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==",
  4410. "license": "ISC",
  4411. "engines": {
  4412. "node": ">=12"
  4413. }
  4414. },
  4415. "node_modules/d3-random": {
  4416. "version": "3.0.1",
  4417. "resolved": "https://registry.npmmirror.com/d3-random/-/d3-random-3.0.1.tgz",
  4418. "integrity": "sha512-FXMe9GfxTxqd5D6jFsQ+DJ8BJS4E/fT5mqqdjovykEB2oFbTMDVdg1MGFxfQW+FBOGoB++k8swBrgwSHT1cUXQ==",
  4419. "license": "ISC",
  4420. "engines": {
  4421. "node": ">=12"
  4422. }
  4423. },
  4424. "node_modules/d3-scale": {
  4425. "version": "4.0.2",
  4426. "resolved": "https://registry.npmmirror.com/d3-scale/-/d3-scale-4.0.2.tgz",
  4427. "integrity": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==",
  4428. "license": "ISC",
  4429. "dependencies": {
  4430. "d3-array": "2.10.0 - 3",
  4431. "d3-format": "1 - 3",
  4432. "d3-interpolate": "1.2.0 - 3",
  4433. "d3-time": "2.1.1 - 3",
  4434. "d3-time-format": "2 - 4"
  4435. },
  4436. "engines": {
  4437. "node": ">=12"
  4438. }
  4439. },
  4440. "node_modules/d3-scale-chromatic": {
  4441. "version": "3.1.0",
  4442. "resolved": "https://registry.npmmirror.com/d3-scale-chromatic/-/d3-scale-chromatic-3.1.0.tgz",
  4443. "integrity": "sha512-A3s5PWiZ9YCXFye1o246KoscMWqf8BsD9eRiJ3He7C9OBaxKhAd5TFCdEx/7VbKtxxTsu//1mMJFrEt572cEyQ==",
  4444. "license": "ISC",
  4445. "dependencies": {
  4446. "d3-color": "1 - 3",
  4447. "d3-interpolate": "1 - 3"
  4448. },
  4449. "engines": {
  4450. "node": ">=12"
  4451. }
  4452. },
  4453. "node_modules/d3-selection": {
  4454. "version": "3.0.0",
  4455. "resolved": "https://registry.npmmirror.com/d3-selection/-/d3-selection-3.0.0.tgz",
  4456. "integrity": "sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==",
  4457. "license": "ISC",
  4458. "engines": {
  4459. "node": ">=12"
  4460. }
  4461. },
  4462. "node_modules/d3-shape": {
  4463. "version": "3.2.0",
  4464. "resolved": "https://registry.npmmirror.com/d3-shape/-/d3-shape-3.2.0.tgz",
  4465. "integrity": "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==",
  4466. "license": "ISC",
  4467. "dependencies": {
  4468. "d3-path": "^3.1.0"
  4469. },
  4470. "engines": {
  4471. "node": ">=12"
  4472. }
  4473. },
  4474. "node_modules/d3-time": {
  4475. "version": "3.1.0",
  4476. "resolved": "https://registry.npmmirror.com/d3-time/-/d3-time-3.1.0.tgz",
  4477. "integrity": "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==",
  4478. "license": "ISC",
  4479. "dependencies": {
  4480. "d3-array": "2 - 3"
  4481. },
  4482. "engines": {
  4483. "node": ">=12"
  4484. }
  4485. },
  4486. "node_modules/d3-time-format": {
  4487. "version": "4.1.0",
  4488. "resolved": "https://registry.npmmirror.com/d3-time-format/-/d3-time-format-4.1.0.tgz",
  4489. "integrity": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==",
  4490. "license": "ISC",
  4491. "dependencies": {
  4492. "d3-time": "1 - 3"
  4493. },
  4494. "engines": {
  4495. "node": ">=12"
  4496. }
  4497. },
  4498. "node_modules/d3-timer": {
  4499. "version": "3.0.1",
  4500. "resolved": "https://registry.npmmirror.com/d3-timer/-/d3-timer-3.0.1.tgz",
  4501. "integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==",
  4502. "license": "ISC",
  4503. "engines": {
  4504. "node": ">=12"
  4505. }
  4506. },
  4507. "node_modules/d3-transition": {
  4508. "version": "3.0.1",
  4509. "resolved": "https://registry.npmmirror.com/d3-transition/-/d3-transition-3.0.1.tgz",
  4510. "integrity": "sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==",
  4511. "license": "ISC",
  4512. "dependencies": {
  4513. "d3-color": "1 - 3",
  4514. "d3-dispatch": "1 - 3",
  4515. "d3-ease": "1 - 3",
  4516. "d3-interpolate": "1 - 3",
  4517. "d3-timer": "1 - 3"
  4518. },
  4519. "engines": {
  4520. "node": ">=12"
  4521. },
  4522. "peerDependencies": {
  4523. "d3-selection": "2 - 3"
  4524. }
  4525. },
  4526. "node_modules/d3-zoom": {
  4527. "version": "3.0.0",
  4528. "resolved": "https://registry.npmmirror.com/d3-zoom/-/d3-zoom-3.0.0.tgz",
  4529. "integrity": "sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==",
  4530. "license": "ISC",
  4531. "dependencies": {
  4532. "d3-dispatch": "1 - 3",
  4533. "d3-drag": "2 - 3",
  4534. "d3-interpolate": "1 - 3",
  4535. "d3-selection": "2 - 3",
  4536. "d3-transition": "2 - 3"
  4537. },
  4538. "engines": {
  4539. "node": ">=12"
  4540. }
  4541. },
  4542. "node_modules/data-urls": {
  4543. "version": "7.0.0",
  4544. "resolved": "https://registry.npmmirror.com/data-urls/-/data-urls-7.0.0.tgz",
  4545. "integrity": "sha512-23XHcCF+coGYevirZceTVD7NdJOqVn+49IHyxgszm+JIiHLoB2TkmPtsYkNWT1pvRSGkc35L6NHs0yHkN2SumA==",
  4546. "dev": true,
  4547. "license": "MIT",
  4548. "dependencies": {
  4549. "whatwg-mimetype": "^5.0.0",
  4550. "whatwg-url": "^16.0.0"
  4551. },
  4552. "engines": {
  4553. "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  4554. }
  4555. },
  4556. "node_modules/date-fns": {
  4557. "version": "2.30.0",
  4558. "resolved": "https://registry.npmmirror.com/date-fns/-/date-fns-2.30.0.tgz",
  4559. "integrity": "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==",
  4560. "license": "MIT",
  4561. "dependencies": {
  4562. "@babel/runtime": "^7.21.0"
  4563. },
  4564. "engines": {
  4565. "node": ">=0.11"
  4566. },
  4567. "funding": {
  4568. "type": "opencollective",
  4569. "url": "https://opencollective.com/date-fns"
  4570. }
  4571. },
  4572. "node_modules/date-fns-tz": {
  4573. "version": "1.3.8",
  4574. "resolved": "https://registry.npmmirror.com/date-fns-tz/-/date-fns-tz-1.3.8.tgz",
  4575. "integrity": "sha512-qwNXUFtMHTTU6CFSFjoJ80W8Fzzp24LntbjFFBgL/faqds4e5mo9mftoRLgr3Vi1trISsg4awSpYVsOQCRnapQ==",
  4576. "license": "MIT",
  4577. "peerDependencies": {
  4578. "date-fns": ">=2.0.0"
  4579. }
  4580. },
  4581. "node_modules/debug": {
  4582. "version": "4.4.3",
  4583. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.3.tgz",
  4584. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  4585. "license": "MIT",
  4586. "dependencies": {
  4587. "ms": "^2.1.3"
  4588. },
  4589. "engines": {
  4590. "node": ">=6.0"
  4591. },
  4592. "peerDependenciesMeta": {
  4593. "supports-color": {
  4594. "optional": true
  4595. }
  4596. }
  4597. },
  4598. "node_modules/decimal.js": {
  4599. "version": "10.6.0",
  4600. "resolved": "https://registry.npmmirror.com/decimal.js/-/decimal.js-10.6.0.tgz",
  4601. "integrity": "sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==",
  4602. "dev": true,
  4603. "license": "MIT"
  4604. },
  4605. "node_modules/decode-named-character-reference": {
  4606. "version": "1.3.0",
  4607. "resolved": "https://registry.npmmirror.com/decode-named-character-reference/-/decode-named-character-reference-1.3.0.tgz",
  4608. "integrity": "sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==",
  4609. "license": "MIT",
  4610. "dependencies": {
  4611. "character-entities": "^2.0.0"
  4612. },
  4613. "funding": {
  4614. "type": "github",
  4615. "url": "https://github.com/sponsors/wooorm"
  4616. }
  4617. },
  4618. "node_modules/deep-is": {
  4619. "version": "0.1.4",
  4620. "resolved": "https://registry.npmmirror.com/deep-is/-/deep-is-0.1.4.tgz",
  4621. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  4622. "dev": true,
  4623. "license": "MIT"
  4624. },
  4625. "node_modules/delaunator": {
  4626. "version": "5.0.1",
  4627. "resolved": "https://registry.npmmirror.com/delaunator/-/delaunator-5.0.1.tgz",
  4628. "integrity": "sha512-8nvh+XBe96aCESrGOqMp/84b13H9cdKbG5P2ejQCh4d4sK9RL4371qou9drQjMhvnPmhWl5hnmqbEE0fXr9Xnw==",
  4629. "license": "ISC",
  4630. "dependencies": {
  4631. "robust-predicates": "^3.0.2"
  4632. }
  4633. },
  4634. "node_modules/delayed-stream": {
  4635. "version": "1.0.0",
  4636. "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz",
  4637. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  4638. "license": "MIT",
  4639. "engines": {
  4640. "node": ">=0.4.0"
  4641. }
  4642. },
  4643. "node_modules/dequal": {
  4644. "version": "2.0.3",
  4645. "resolved": "https://registry.npmmirror.com/dequal/-/dequal-2.0.3.tgz",
  4646. "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
  4647. "license": "MIT",
  4648. "engines": {
  4649. "node": ">=6"
  4650. }
  4651. },
  4652. "node_modules/detect-libc": {
  4653. "version": "2.1.2",
  4654. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.1.2.tgz",
  4655. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  4656. "dev": true,
  4657. "license": "Apache-2.0",
  4658. "engines": {
  4659. "node": ">=8"
  4660. }
  4661. },
  4662. "node_modules/devlop": {
  4663. "version": "1.1.0",
  4664. "resolved": "https://registry.npmmirror.com/devlop/-/devlop-1.1.0.tgz",
  4665. "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
  4666. "license": "MIT",
  4667. "dependencies": {
  4668. "dequal": "^2.0.0"
  4669. },
  4670. "funding": {
  4671. "type": "github",
  4672. "url": "https://github.com/sponsors/wooorm"
  4673. }
  4674. },
  4675. "node_modules/dir-glob": {
  4676. "version": "3.0.1",
  4677. "resolved": "https://registry.npmmirror.com/dir-glob/-/dir-glob-3.0.1.tgz",
  4678. "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
  4679. "dev": true,
  4680. "license": "MIT",
  4681. "dependencies": {
  4682. "path-type": "^4.0.0"
  4683. },
  4684. "engines": {
  4685. "node": ">=8"
  4686. }
  4687. },
  4688. "node_modules/doctrine": {
  4689. "version": "3.0.0",
  4690. "resolved": "https://registry.npmmirror.com/doctrine/-/doctrine-3.0.0.tgz",
  4691. "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
  4692. "dev": true,
  4693. "license": "Apache-2.0",
  4694. "dependencies": {
  4695. "esutils": "^2.0.2"
  4696. },
  4697. "engines": {
  4698. "node": ">=6.0.0"
  4699. }
  4700. },
  4701. "node_modules/dom-accessibility-api": {
  4702. "version": "0.5.16",
  4703. "resolved": "https://registry.npmmirror.com/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz",
  4704. "integrity": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==",
  4705. "dev": true,
  4706. "license": "MIT"
  4707. },
  4708. "node_modules/dunder-proto": {
  4709. "version": "1.0.1",
  4710. "resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz",
  4711. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  4712. "license": "MIT",
  4713. "dependencies": {
  4714. "call-bind-apply-helpers": "^1.0.1",
  4715. "es-errors": "^1.3.0",
  4716. "gopd": "^1.2.0"
  4717. },
  4718. "engines": {
  4719. "node": ">= 0.4"
  4720. }
  4721. },
  4722. "node_modules/electron-to-chromium": {
  4723. "version": "1.5.286",
  4724. "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.286.tgz",
  4725. "integrity": "sha512-9tfDXhJ4RKFNerfjdCcZfufu49vg620741MNs26a9+bhLThdB+plgMeou98CAaHu/WATj2iHOOHTp1hWtABj2A==",
  4726. "dev": true,
  4727. "license": "ISC"
  4728. },
  4729. "node_modules/enhanced-resolve": {
  4730. "version": "5.19.0",
  4731. "resolved": "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.19.0.tgz",
  4732. "integrity": "sha512-phv3E1Xl4tQOShqSte26C7Fl84EwUdZsyOuSSk9qtAGyyQs2s3jJzComh+Abf4g187lUUAvH+H26omrqia2aGg==",
  4733. "dev": true,
  4734. "license": "MIT",
  4735. "dependencies": {
  4736. "graceful-fs": "^4.2.4",
  4737. "tapable": "^2.3.0"
  4738. },
  4739. "engines": {
  4740. "node": ">=10.13.0"
  4741. }
  4742. },
  4743. "node_modules/entities": {
  4744. "version": "4.5.0",
  4745. "resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz",
  4746. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  4747. "license": "BSD-2-Clause",
  4748. "engines": {
  4749. "node": ">=0.12"
  4750. },
  4751. "funding": {
  4752. "url": "https://github.com/fb55/entities?sponsor=1"
  4753. }
  4754. },
  4755. "node_modules/es-define-property": {
  4756. "version": "1.0.1",
  4757. "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz",
  4758. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  4759. "license": "MIT",
  4760. "engines": {
  4761. "node": ">= 0.4"
  4762. }
  4763. },
  4764. "node_modules/es-errors": {
  4765. "version": "1.3.0",
  4766. "resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
  4767. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  4768. "license": "MIT",
  4769. "engines": {
  4770. "node": ">= 0.4"
  4771. }
  4772. },
  4773. "node_modules/es-module-lexer": {
  4774. "version": "1.7.0",
  4775. "resolved": "https://registry.npmmirror.com/es-module-lexer/-/es-module-lexer-1.7.0.tgz",
  4776. "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==",
  4777. "dev": true,
  4778. "license": "MIT"
  4779. },
  4780. "node_modules/es-object-atoms": {
  4781. "version": "1.1.1",
  4782. "resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  4783. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  4784. "license": "MIT",
  4785. "dependencies": {
  4786. "es-errors": "^1.3.0"
  4787. },
  4788. "engines": {
  4789. "node": ">= 0.4"
  4790. }
  4791. },
  4792. "node_modules/es-set-tostringtag": {
  4793. "version": "2.1.0",
  4794. "resolved": "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  4795. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  4796. "license": "MIT",
  4797. "dependencies": {
  4798. "es-errors": "^1.3.0",
  4799. "get-intrinsic": "^1.2.6",
  4800. "has-tostringtag": "^1.0.2",
  4801. "hasown": "^2.0.2"
  4802. },
  4803. "engines": {
  4804. "node": ">= 0.4"
  4805. }
  4806. },
  4807. "node_modules/esast-util-from-estree": {
  4808. "version": "2.0.0",
  4809. "resolved": "https://registry.npmmirror.com/esast-util-from-estree/-/esast-util-from-estree-2.0.0.tgz",
  4810. "integrity": "sha512-4CyanoAudUSBAn5K13H4JhsMH6L9ZP7XbLVe/dKybkxMO7eDyLsT8UHl9TRNrU2Gr9nz+FovfSIjuXWJ81uVwQ==",
  4811. "license": "MIT",
  4812. "dependencies": {
  4813. "@types/estree-jsx": "^1.0.0",
  4814. "devlop": "^1.0.0",
  4815. "estree-util-visit": "^2.0.0",
  4816. "unist-util-position-from-estree": "^2.0.0"
  4817. },
  4818. "funding": {
  4819. "type": "opencollective",
  4820. "url": "https://opencollective.com/unified"
  4821. }
  4822. },
  4823. "node_modules/esast-util-from-js": {
  4824. "version": "2.0.1",
  4825. "resolved": "https://registry.npmmirror.com/esast-util-from-js/-/esast-util-from-js-2.0.1.tgz",
  4826. "integrity": "sha512-8Ja+rNJ0Lt56Pcf3TAmpBZjmx8ZcK5Ts4cAzIOjsjevg9oSXJnl6SUQ2EevU8tv3h6ZLWmoKL5H4fgWvdvfETw==",
  4827. "license": "MIT",
  4828. "dependencies": {
  4829. "@types/estree-jsx": "^1.0.0",
  4830. "acorn": "^8.0.0",
  4831. "esast-util-from-estree": "^2.0.0",
  4832. "vfile-message": "^4.0.0"
  4833. },
  4834. "funding": {
  4835. "type": "opencollective",
  4836. "url": "https://opencollective.com/unified"
  4837. }
  4838. },
  4839. "node_modules/esbuild": {
  4840. "version": "0.21.5",
  4841. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.21.5.tgz",
  4842. "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==",
  4843. "dev": true,
  4844. "hasInstallScript": true,
  4845. "license": "MIT",
  4846. "bin": {
  4847. "esbuild": "bin/esbuild"
  4848. },
  4849. "engines": {
  4850. "node": ">=12"
  4851. },
  4852. "optionalDependencies": {
  4853. "@esbuild/aix-ppc64": "0.21.5",
  4854. "@esbuild/android-arm": "0.21.5",
  4855. "@esbuild/android-arm64": "0.21.5",
  4856. "@esbuild/android-x64": "0.21.5",
  4857. "@esbuild/darwin-arm64": "0.21.5",
  4858. "@esbuild/darwin-x64": "0.21.5",
  4859. "@esbuild/freebsd-arm64": "0.21.5",
  4860. "@esbuild/freebsd-x64": "0.21.5",
  4861. "@esbuild/linux-arm": "0.21.5",
  4862. "@esbuild/linux-arm64": "0.21.5",
  4863. "@esbuild/linux-ia32": "0.21.5",
  4864. "@esbuild/linux-loong64": "0.21.5",
  4865. "@esbuild/linux-mips64el": "0.21.5",
  4866. "@esbuild/linux-ppc64": "0.21.5",
  4867. "@esbuild/linux-riscv64": "0.21.5",
  4868. "@esbuild/linux-s390x": "0.21.5",
  4869. "@esbuild/linux-x64": "0.21.5",
  4870. "@esbuild/netbsd-x64": "0.21.5",
  4871. "@esbuild/openbsd-x64": "0.21.5",
  4872. "@esbuild/sunos-x64": "0.21.5",
  4873. "@esbuild/win32-arm64": "0.21.5",
  4874. "@esbuild/win32-ia32": "0.21.5",
  4875. "@esbuild/win32-x64": "0.21.5"
  4876. }
  4877. },
  4878. "node_modules/escalade": {
  4879. "version": "3.2.0",
  4880. "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
  4881. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  4882. "dev": true,
  4883. "license": "MIT",
  4884. "engines": {
  4885. "node": ">=6"
  4886. }
  4887. },
  4888. "node_modules/escape-string-regexp": {
  4889. "version": "4.0.0",
  4890. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  4891. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  4892. "license": "MIT",
  4893. "engines": {
  4894. "node": ">=10"
  4895. },
  4896. "funding": {
  4897. "url": "https://github.com/sponsors/sindresorhus"
  4898. }
  4899. },
  4900. "node_modules/eslint": {
  4901. "version": "8.57.1",
  4902. "resolved": "https://registry.npmmirror.com/eslint/-/eslint-8.57.1.tgz",
  4903. "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==",
  4904. "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.",
  4905. "dev": true,
  4906. "license": "MIT",
  4907. "dependencies": {
  4908. "@eslint-community/eslint-utils": "^4.2.0",
  4909. "@eslint-community/regexpp": "^4.6.1",
  4910. "@eslint/eslintrc": "^2.1.4",
  4911. "@eslint/js": "8.57.1",
  4912. "@humanwhocodes/config-array": "^0.13.0",
  4913. "@humanwhocodes/module-importer": "^1.0.1",
  4914. "@nodelib/fs.walk": "^1.2.8",
  4915. "@ungap/structured-clone": "^1.2.0",
  4916. "ajv": "^6.12.4",
  4917. "chalk": "^4.0.0",
  4918. "cross-spawn": "^7.0.2",
  4919. "debug": "^4.3.2",
  4920. "doctrine": "^3.0.0",
  4921. "escape-string-regexp": "^4.0.0",
  4922. "eslint-scope": "^7.2.2",
  4923. "eslint-visitor-keys": "^3.4.3",
  4924. "espree": "^9.6.1",
  4925. "esquery": "^1.4.2",
  4926. "esutils": "^2.0.2",
  4927. "fast-deep-equal": "^3.1.3",
  4928. "file-entry-cache": "^6.0.1",
  4929. "find-up": "^5.0.0",
  4930. "glob-parent": "^6.0.2",
  4931. "globals": "^13.19.0",
  4932. "graphemer": "^1.4.0",
  4933. "ignore": "^5.2.0",
  4934. "imurmurhash": "^0.1.4",
  4935. "is-glob": "^4.0.0",
  4936. "is-path-inside": "^3.0.3",
  4937. "js-yaml": "^4.1.0",
  4938. "json-stable-stringify-without-jsonify": "^1.0.1",
  4939. "levn": "^0.4.1",
  4940. "lodash.merge": "^4.6.2",
  4941. "minimatch": "^3.1.2",
  4942. "natural-compare": "^1.4.0",
  4943. "optionator": "^0.9.3",
  4944. "strip-ansi": "^6.0.1",
  4945. "text-table": "^0.2.0"
  4946. },
  4947. "bin": {
  4948. "eslint": "bin/eslint.js"
  4949. },
  4950. "engines": {
  4951. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4952. },
  4953. "funding": {
  4954. "url": "https://opencollective.com/eslint"
  4955. }
  4956. },
  4957. "node_modules/eslint-plugin-react-hooks": {
  4958. "version": "4.6.2",
  4959. "resolved": "https://registry.npmmirror.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz",
  4960. "integrity": "sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==",
  4961. "dev": true,
  4962. "license": "MIT",
  4963. "engines": {
  4964. "node": ">=10"
  4965. },
  4966. "peerDependencies": {
  4967. "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
  4968. }
  4969. },
  4970. "node_modules/eslint-plugin-react-refresh": {
  4971. "version": "0.4.26",
  4972. "resolved": "https://registry.npmmirror.com/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.26.tgz",
  4973. "integrity": "sha512-1RETEylht2O6FM/MvgnyvT+8K21wLqDNg4qD51Zj3guhjt433XbnnkVttHMyaVyAFD03QSV4LPS5iE3VQmO7XQ==",
  4974. "dev": true,
  4975. "license": "MIT",
  4976. "peerDependencies": {
  4977. "eslint": ">=8.40"
  4978. }
  4979. },
  4980. "node_modules/eslint-scope": {
  4981. "version": "7.2.2",
  4982. "resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-7.2.2.tgz",
  4983. "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
  4984. "dev": true,
  4985. "license": "BSD-2-Clause",
  4986. "dependencies": {
  4987. "esrecurse": "^4.3.0",
  4988. "estraverse": "^5.2.0"
  4989. },
  4990. "engines": {
  4991. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4992. },
  4993. "funding": {
  4994. "url": "https://opencollective.com/eslint"
  4995. }
  4996. },
  4997. "node_modules/eslint-visitor-keys": {
  4998. "version": "3.4.3",
  4999. "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  5000. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  5001. "dev": true,
  5002. "license": "Apache-2.0",
  5003. "engines": {
  5004. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5005. },
  5006. "funding": {
  5007. "url": "https://opencollective.com/eslint"
  5008. }
  5009. },
  5010. "node_modules/eslint/node_modules/brace-expansion": {
  5011. "version": "1.1.12",
  5012. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.12.tgz",
  5013. "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
  5014. "dev": true,
  5015. "license": "MIT",
  5016. "dependencies": {
  5017. "balanced-match": "^1.0.0",
  5018. "concat-map": "0.0.1"
  5019. }
  5020. },
  5021. "node_modules/eslint/node_modules/minimatch": {
  5022. "version": "3.1.2",
  5023. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  5024. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  5025. "dev": true,
  5026. "license": "ISC",
  5027. "dependencies": {
  5028. "brace-expansion": "^1.1.7"
  5029. },
  5030. "engines": {
  5031. "node": "*"
  5032. }
  5033. },
  5034. "node_modules/espree": {
  5035. "version": "9.6.1",
  5036. "resolved": "https://registry.npmmirror.com/espree/-/espree-9.6.1.tgz",
  5037. "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
  5038. "dev": true,
  5039. "license": "BSD-2-Clause",
  5040. "dependencies": {
  5041. "acorn": "^8.9.0",
  5042. "acorn-jsx": "^5.3.2",
  5043. "eslint-visitor-keys": "^3.4.1"
  5044. },
  5045. "engines": {
  5046. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5047. },
  5048. "funding": {
  5049. "url": "https://opencollective.com/eslint"
  5050. }
  5051. },
  5052. "node_modules/esquery": {
  5053. "version": "1.7.0",
  5054. "resolved": "https://registry.npmmirror.com/esquery/-/esquery-1.7.0.tgz",
  5055. "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==",
  5056. "dev": true,
  5057. "license": "BSD-3-Clause",
  5058. "dependencies": {
  5059. "estraverse": "^5.1.0"
  5060. },
  5061. "engines": {
  5062. "node": ">=0.10"
  5063. }
  5064. },
  5065. "node_modules/esrecurse": {
  5066. "version": "4.3.0",
  5067. "resolved": "https://registry.npmmirror.com/esrecurse/-/esrecurse-4.3.0.tgz",
  5068. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  5069. "dev": true,
  5070. "license": "BSD-2-Clause",
  5071. "dependencies": {
  5072. "estraverse": "^5.2.0"
  5073. },
  5074. "engines": {
  5075. "node": ">=4.0"
  5076. }
  5077. },
  5078. "node_modules/estraverse": {
  5079. "version": "5.3.0",
  5080. "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz",
  5081. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  5082. "dev": true,
  5083. "license": "BSD-2-Clause",
  5084. "engines": {
  5085. "node": ">=4.0"
  5086. }
  5087. },
  5088. "node_modules/estree-util-attach-comments": {
  5089. "version": "3.0.0",
  5090. "resolved": "https://registry.npmmirror.com/estree-util-attach-comments/-/estree-util-attach-comments-3.0.0.tgz",
  5091. "integrity": "sha512-cKUwm/HUcTDsYh/9FgnuFqpfquUbwIqwKM26BVCGDPVgvaCl/nDCCjUfiLlx6lsEZ3Z4RFxNbOQ60pkaEwFxGw==",
  5092. "license": "MIT",
  5093. "dependencies": {
  5094. "@types/estree": "^1.0.0"
  5095. },
  5096. "funding": {
  5097. "type": "opencollective",
  5098. "url": "https://opencollective.com/unified"
  5099. }
  5100. },
  5101. "node_modules/estree-util-build-jsx": {
  5102. "version": "3.0.1",
  5103. "resolved": "https://registry.npmmirror.com/estree-util-build-jsx/-/estree-util-build-jsx-3.0.1.tgz",
  5104. "integrity": "sha512-8U5eiL6BTrPxp/CHbs2yMgP8ftMhR5ww1eIKoWRMlqvltHF8fZn5LRDvTKuxD3DUn+shRbLGqXemcP51oFCsGQ==",
  5105. "license": "MIT",
  5106. "dependencies": {
  5107. "@types/estree-jsx": "^1.0.0",
  5108. "devlop": "^1.0.0",
  5109. "estree-util-is-identifier-name": "^3.0.0",
  5110. "estree-walker": "^3.0.0"
  5111. },
  5112. "funding": {
  5113. "type": "opencollective",
  5114. "url": "https://opencollective.com/unified"
  5115. }
  5116. },
  5117. "node_modules/estree-util-is-identifier-name": {
  5118. "version": "3.0.0",
  5119. "resolved": "https://registry.npmmirror.com/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz",
  5120. "integrity": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==",
  5121. "license": "MIT",
  5122. "funding": {
  5123. "type": "opencollective",
  5124. "url": "https://opencollective.com/unified"
  5125. }
  5126. },
  5127. "node_modules/estree-util-scope": {
  5128. "version": "1.0.0",
  5129. "resolved": "https://registry.npmmirror.com/estree-util-scope/-/estree-util-scope-1.0.0.tgz",
  5130. "integrity": "sha512-2CAASclonf+JFWBNJPndcOpA8EMJwa0Q8LUFJEKqXLW6+qBvbFZuF5gItbQOs/umBUkjviCSDCbBwU2cXbmrhQ==",
  5131. "license": "MIT",
  5132. "dependencies": {
  5133. "@types/estree": "^1.0.0",
  5134. "devlop": "^1.0.0"
  5135. },
  5136. "funding": {
  5137. "type": "opencollective",
  5138. "url": "https://opencollective.com/unified"
  5139. }
  5140. },
  5141. "node_modules/estree-util-to-js": {
  5142. "version": "2.0.0",
  5143. "resolved": "https://registry.npmmirror.com/estree-util-to-js/-/estree-util-to-js-2.0.0.tgz",
  5144. "integrity": "sha512-WDF+xj5rRWmD5tj6bIqRi6CkLIXbbNQUcxQHzGysQzvHmdYG2G7p/Tf0J0gpxGgkeMZNTIjT/AoSvC9Xehcgdg==",
  5145. "license": "MIT",
  5146. "dependencies": {
  5147. "@types/estree-jsx": "^1.0.0",
  5148. "astring": "^1.8.0",
  5149. "source-map": "^0.7.0"
  5150. },
  5151. "funding": {
  5152. "type": "opencollective",
  5153. "url": "https://opencollective.com/unified"
  5154. }
  5155. },
  5156. "node_modules/estree-util-visit": {
  5157. "version": "2.0.0",
  5158. "resolved": "https://registry.npmmirror.com/estree-util-visit/-/estree-util-visit-2.0.0.tgz",
  5159. "integrity": "sha512-m5KgiH85xAhhW8Wta0vShLcUvOsh3LLPI2YVwcbio1l7E09NTLL1EyMZFM1OyWowoH0skScNbhOPl4kcBgzTww==",
  5160. "license": "MIT",
  5161. "dependencies": {
  5162. "@types/estree-jsx": "^1.0.0",
  5163. "@types/unist": "^3.0.0"
  5164. },
  5165. "funding": {
  5166. "type": "opencollective",
  5167. "url": "https://opencollective.com/unified"
  5168. }
  5169. },
  5170. "node_modules/estree-walker": {
  5171. "version": "3.0.3",
  5172. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-3.0.3.tgz",
  5173. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  5174. "license": "MIT",
  5175. "dependencies": {
  5176. "@types/estree": "^1.0.0"
  5177. }
  5178. },
  5179. "node_modules/esutils": {
  5180. "version": "2.0.3",
  5181. "resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz",
  5182. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  5183. "dev": true,
  5184. "license": "BSD-2-Clause",
  5185. "engines": {
  5186. "node": ">=0.10.0"
  5187. }
  5188. },
  5189. "node_modules/expect-type": {
  5190. "version": "1.3.0",
  5191. "resolved": "https://registry.npmmirror.com/expect-type/-/expect-type-1.3.0.tgz",
  5192. "integrity": "sha512-knvyeauYhqjOYvQ66MznSMs83wmHrCycNEN6Ao+2AeYEfxUIkuiVxdEa1qlGEPK+We3n0THiDciYSsCcgW/DoA==",
  5193. "dev": true,
  5194. "license": "Apache-2.0",
  5195. "engines": {
  5196. "node": ">=12.0.0"
  5197. }
  5198. },
  5199. "node_modules/extend": {
  5200. "version": "3.0.2",
  5201. "resolved": "https://registry.npmmirror.com/extend/-/extend-3.0.2.tgz",
  5202. "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
  5203. "license": "MIT"
  5204. },
  5205. "node_modules/fast-copy": {
  5206. "version": "3.0.2",
  5207. "resolved": "https://registry.npmmirror.com/fast-copy/-/fast-copy-3.0.2.tgz",
  5208. "integrity": "sha512-dl0O9Vhju8IrcLndv2eU4ldt1ftXMqqfgN4H1cpmGV7P6jeB9FwpN9a2c8DPGE1Ys88rNUJVYDHq73CGAGOPfQ==",
  5209. "license": "MIT"
  5210. },
  5211. "node_modules/fast-deep-equal": {
  5212. "version": "3.1.3",
  5213. "resolved": "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  5214. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  5215. "dev": true,
  5216. "license": "MIT"
  5217. },
  5218. "node_modules/fast-equals": {
  5219. "version": "5.4.0",
  5220. "resolved": "https://registry.npmmirror.com/fast-equals/-/fast-equals-5.4.0.tgz",
  5221. "integrity": "sha512-jt2DW/aNFNwke7AUd+Z+e6pz39KO5rzdbbFCg2sGafS4mk13MI7Z8O5z9cADNn5lhGODIgLwug6TZO2ctf7kcw==",
  5222. "license": "MIT",
  5223. "engines": {
  5224. "node": ">=6.0.0"
  5225. }
  5226. },
  5227. "node_modules/fast-glob": {
  5228. "version": "3.3.3",
  5229. "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.3.tgz",
  5230. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  5231. "dev": true,
  5232. "license": "MIT",
  5233. "dependencies": {
  5234. "@nodelib/fs.stat": "^2.0.2",
  5235. "@nodelib/fs.walk": "^1.2.3",
  5236. "glob-parent": "^5.1.2",
  5237. "merge2": "^1.3.0",
  5238. "micromatch": "^4.0.8"
  5239. },
  5240. "engines": {
  5241. "node": ">=8.6.0"
  5242. }
  5243. },
  5244. "node_modules/fast-glob/node_modules/glob-parent": {
  5245. "version": "5.1.2",
  5246. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  5247. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  5248. "dev": true,
  5249. "license": "ISC",
  5250. "dependencies": {
  5251. "is-glob": "^4.0.1"
  5252. },
  5253. "engines": {
  5254. "node": ">= 6"
  5255. }
  5256. },
  5257. "node_modules/fast-json-stable-stringify": {
  5258. "version": "2.1.0",
  5259. "resolved": "https://registry.npmmirror.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  5260. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  5261. "dev": true,
  5262. "license": "MIT"
  5263. },
  5264. "node_modules/fast-levenshtein": {
  5265. "version": "2.0.6",
  5266. "resolved": "https://registry.npmmirror.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  5267. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  5268. "dev": true,
  5269. "license": "MIT"
  5270. },
  5271. "node_modules/fastq": {
  5272. "version": "1.20.1",
  5273. "resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.20.1.tgz",
  5274. "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
  5275. "dev": true,
  5276. "license": "ISC",
  5277. "dependencies": {
  5278. "reusify": "^1.0.4"
  5279. }
  5280. },
  5281. "node_modules/fdir": {
  5282. "version": "6.5.0",
  5283. "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.5.0.tgz",
  5284. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  5285. "dev": true,
  5286. "license": "MIT",
  5287. "engines": {
  5288. "node": ">=12.0.0"
  5289. },
  5290. "peerDependencies": {
  5291. "picomatch": "^3 || ^4"
  5292. },
  5293. "peerDependenciesMeta": {
  5294. "picomatch": {
  5295. "optional": true
  5296. }
  5297. }
  5298. },
  5299. "node_modules/file-entry-cache": {
  5300. "version": "6.0.1",
  5301. "resolved": "https://registry.npmmirror.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
  5302. "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
  5303. "dev": true,
  5304. "license": "MIT",
  5305. "dependencies": {
  5306. "flat-cache": "^3.0.4"
  5307. },
  5308. "engines": {
  5309. "node": "^10.12.0 || >=12.0.0"
  5310. }
  5311. },
  5312. "node_modules/fill-range": {
  5313. "version": "7.1.1",
  5314. "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
  5315. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  5316. "dev": true,
  5317. "license": "MIT",
  5318. "dependencies": {
  5319. "to-regex-range": "^5.0.1"
  5320. },
  5321. "engines": {
  5322. "node": ">=8"
  5323. }
  5324. },
  5325. "node_modules/find-up": {
  5326. "version": "5.0.0",
  5327. "resolved": "https://registry.npmmirror.com/find-up/-/find-up-5.0.0.tgz",
  5328. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  5329. "dev": true,
  5330. "license": "MIT",
  5331. "dependencies": {
  5332. "locate-path": "^6.0.0",
  5333. "path-exists": "^4.0.0"
  5334. },
  5335. "engines": {
  5336. "node": ">=10"
  5337. },
  5338. "funding": {
  5339. "url": "https://github.com/sponsors/sindresorhus"
  5340. }
  5341. },
  5342. "node_modules/flat-cache": {
  5343. "version": "3.2.0",
  5344. "resolved": "https://registry.npmmirror.com/flat-cache/-/flat-cache-3.2.0.tgz",
  5345. "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==",
  5346. "dev": true,
  5347. "license": "MIT",
  5348. "dependencies": {
  5349. "flatted": "^3.2.9",
  5350. "keyv": "^4.5.3",
  5351. "rimraf": "^3.0.2"
  5352. },
  5353. "engines": {
  5354. "node": "^10.12.0 || >=12.0.0"
  5355. }
  5356. },
  5357. "node_modules/flatted": {
  5358. "version": "3.3.3",
  5359. "resolved": "https://registry.npmmirror.com/flatted/-/flatted-3.3.3.tgz",
  5360. "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
  5361. "dev": true,
  5362. "license": "ISC"
  5363. },
  5364. "node_modules/follow-redirects": {
  5365. "version": "1.15.11",
  5366. "resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.11.tgz",
  5367. "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==",
  5368. "funding": [
  5369. {
  5370. "type": "individual",
  5371. "url": "https://github.com/sponsors/RubenVerborgh"
  5372. }
  5373. ],
  5374. "license": "MIT",
  5375. "engines": {
  5376. "node": ">=4.0"
  5377. },
  5378. "peerDependenciesMeta": {
  5379. "debug": {
  5380. "optional": true
  5381. }
  5382. }
  5383. },
  5384. "node_modules/form-data": {
  5385. "version": "4.0.5",
  5386. "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.5.tgz",
  5387. "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
  5388. "license": "MIT",
  5389. "dependencies": {
  5390. "asynckit": "^0.4.0",
  5391. "combined-stream": "^1.0.8",
  5392. "es-set-tostringtag": "^2.1.0",
  5393. "hasown": "^2.0.2",
  5394. "mime-types": "^2.1.12"
  5395. },
  5396. "engines": {
  5397. "node": ">= 6"
  5398. }
  5399. },
  5400. "node_modules/fraction.js": {
  5401. "version": "5.3.4",
  5402. "resolved": "https://registry.npmmirror.com/fraction.js/-/fraction.js-5.3.4.tgz",
  5403. "integrity": "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==",
  5404. "dev": true,
  5405. "license": "MIT",
  5406. "engines": {
  5407. "node": "*"
  5408. },
  5409. "funding": {
  5410. "type": "github",
  5411. "url": "https://github.com/sponsors/rawify"
  5412. }
  5413. },
  5414. "node_modules/fs.realpath": {
  5415. "version": "1.0.0",
  5416. "resolved": "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz",
  5417. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
  5418. "dev": true,
  5419. "license": "ISC"
  5420. },
  5421. "node_modules/fsevents": {
  5422. "version": "2.3.3",
  5423. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
  5424. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  5425. "dev": true,
  5426. "hasInstallScript": true,
  5427. "license": "MIT",
  5428. "optional": true,
  5429. "os": [
  5430. "darwin"
  5431. ],
  5432. "engines": {
  5433. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  5434. }
  5435. },
  5436. "node_modules/function-bind": {
  5437. "version": "1.1.2",
  5438. "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
  5439. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  5440. "license": "MIT",
  5441. "funding": {
  5442. "url": "https://github.com/sponsors/ljharb"
  5443. }
  5444. },
  5445. "node_modules/gensync": {
  5446. "version": "1.0.0-beta.2",
  5447. "resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz",
  5448. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  5449. "dev": true,
  5450. "license": "MIT",
  5451. "engines": {
  5452. "node": ">=6.9.0"
  5453. }
  5454. },
  5455. "node_modules/get-intrinsic": {
  5456. "version": "1.3.0",
  5457. "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  5458. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  5459. "license": "MIT",
  5460. "dependencies": {
  5461. "call-bind-apply-helpers": "^1.0.2",
  5462. "es-define-property": "^1.0.1",
  5463. "es-errors": "^1.3.0",
  5464. "es-object-atoms": "^1.1.1",
  5465. "function-bind": "^1.1.2",
  5466. "get-proto": "^1.0.1",
  5467. "gopd": "^1.2.0",
  5468. "has-symbols": "^1.1.0",
  5469. "hasown": "^2.0.2",
  5470. "math-intrinsics": "^1.1.0"
  5471. },
  5472. "engines": {
  5473. "node": ">= 0.4"
  5474. },
  5475. "funding": {
  5476. "url": "https://github.com/sponsors/ljharb"
  5477. }
  5478. },
  5479. "node_modules/get-proto": {
  5480. "version": "1.0.1",
  5481. "resolved": "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz",
  5482. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  5483. "license": "MIT",
  5484. "dependencies": {
  5485. "dunder-proto": "^1.0.1",
  5486. "es-object-atoms": "^1.0.0"
  5487. },
  5488. "engines": {
  5489. "node": ">= 0.4"
  5490. }
  5491. },
  5492. "node_modules/glob": {
  5493. "version": "7.2.3",
  5494. "resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz",
  5495. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  5496. "deprecated": "Glob versions prior to v9 are no longer supported",
  5497. "dev": true,
  5498. "license": "ISC",
  5499. "dependencies": {
  5500. "fs.realpath": "^1.0.0",
  5501. "inflight": "^1.0.4",
  5502. "inherits": "2",
  5503. "minimatch": "^3.1.1",
  5504. "once": "^1.3.0",
  5505. "path-is-absolute": "^1.0.0"
  5506. },
  5507. "engines": {
  5508. "node": "*"
  5509. },
  5510. "funding": {
  5511. "url": "https://github.com/sponsors/isaacs"
  5512. }
  5513. },
  5514. "node_modules/glob-parent": {
  5515. "version": "6.0.2",
  5516. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-6.0.2.tgz",
  5517. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  5518. "dev": true,
  5519. "license": "ISC",
  5520. "dependencies": {
  5521. "is-glob": "^4.0.3"
  5522. },
  5523. "engines": {
  5524. "node": ">=10.13.0"
  5525. }
  5526. },
  5527. "node_modules/glob/node_modules/brace-expansion": {
  5528. "version": "1.1.12",
  5529. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.12.tgz",
  5530. "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
  5531. "dev": true,
  5532. "license": "MIT",
  5533. "dependencies": {
  5534. "balanced-match": "^1.0.0",
  5535. "concat-map": "0.0.1"
  5536. }
  5537. },
  5538. "node_modules/glob/node_modules/minimatch": {
  5539. "version": "3.1.2",
  5540. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  5541. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  5542. "dev": true,
  5543. "license": "ISC",
  5544. "dependencies": {
  5545. "brace-expansion": "^1.1.7"
  5546. },
  5547. "engines": {
  5548. "node": "*"
  5549. }
  5550. },
  5551. "node_modules/globals": {
  5552. "version": "13.24.0",
  5553. "resolved": "https://registry.npmmirror.com/globals/-/globals-13.24.0.tgz",
  5554. "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
  5555. "dev": true,
  5556. "license": "MIT",
  5557. "dependencies": {
  5558. "type-fest": "^0.20.2"
  5559. },
  5560. "engines": {
  5561. "node": ">=8"
  5562. },
  5563. "funding": {
  5564. "url": "https://github.com/sponsors/sindresorhus"
  5565. }
  5566. },
  5567. "node_modules/globby": {
  5568. "version": "11.1.0",
  5569. "resolved": "https://registry.npmmirror.com/globby/-/globby-11.1.0.tgz",
  5570. "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
  5571. "dev": true,
  5572. "license": "MIT",
  5573. "dependencies": {
  5574. "array-union": "^2.1.0",
  5575. "dir-glob": "^3.0.1",
  5576. "fast-glob": "^3.2.9",
  5577. "ignore": "^5.2.0",
  5578. "merge2": "^1.4.1",
  5579. "slash": "^3.0.0"
  5580. },
  5581. "engines": {
  5582. "node": ">=10"
  5583. },
  5584. "funding": {
  5585. "url": "https://github.com/sponsors/sindresorhus"
  5586. }
  5587. },
  5588. "node_modules/gopd": {
  5589. "version": "1.2.0",
  5590. "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz",
  5591. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  5592. "license": "MIT",
  5593. "engines": {
  5594. "node": ">= 0.4"
  5595. },
  5596. "funding": {
  5597. "url": "https://github.com/sponsors/ljharb"
  5598. }
  5599. },
  5600. "node_modules/graceful-fs": {
  5601. "version": "4.2.11",
  5602. "resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz",
  5603. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  5604. "dev": true,
  5605. "license": "ISC"
  5606. },
  5607. "node_modules/graphemer": {
  5608. "version": "1.4.0",
  5609. "resolved": "https://registry.npmmirror.com/graphemer/-/graphemer-1.4.0.tgz",
  5610. "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
  5611. "dev": true,
  5612. "license": "MIT"
  5613. },
  5614. "node_modules/has-flag": {
  5615. "version": "4.0.0",
  5616. "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
  5617. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  5618. "dev": true,
  5619. "license": "MIT",
  5620. "engines": {
  5621. "node": ">=8"
  5622. }
  5623. },
  5624. "node_modules/has-symbols": {
  5625. "version": "1.1.0",
  5626. "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz",
  5627. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  5628. "license": "MIT",
  5629. "engines": {
  5630. "node": ">= 0.4"
  5631. },
  5632. "funding": {
  5633. "url": "https://github.com/sponsors/ljharb"
  5634. }
  5635. },
  5636. "node_modules/has-tostringtag": {
  5637. "version": "1.0.2",
  5638. "resolved": "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  5639. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  5640. "license": "MIT",
  5641. "dependencies": {
  5642. "has-symbols": "^1.0.3"
  5643. },
  5644. "engines": {
  5645. "node": ">= 0.4"
  5646. },
  5647. "funding": {
  5648. "url": "https://github.com/sponsors/ljharb"
  5649. }
  5650. },
  5651. "node_modules/hasown": {
  5652. "version": "2.0.2",
  5653. "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
  5654. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  5655. "license": "MIT",
  5656. "dependencies": {
  5657. "function-bind": "^1.1.2"
  5658. },
  5659. "engines": {
  5660. "node": ">= 0.4"
  5661. }
  5662. },
  5663. "node_modules/hast-util-to-estree": {
  5664. "version": "3.1.3",
  5665. "resolved": "https://registry.npmmirror.com/hast-util-to-estree/-/hast-util-to-estree-3.1.3.tgz",
  5666. "integrity": "sha512-48+B/rJWAp0jamNbAAf9M7Uf//UVqAoMmgXhBdxTDJLGKY+LRnZ99qcG+Qjl5HfMpYNzS5v4EAwVEF34LeAj7w==",
  5667. "license": "MIT",
  5668. "dependencies": {
  5669. "@types/estree": "^1.0.0",
  5670. "@types/estree-jsx": "^1.0.0",
  5671. "@types/hast": "^3.0.0",
  5672. "comma-separated-tokens": "^2.0.0",
  5673. "devlop": "^1.0.0",
  5674. "estree-util-attach-comments": "^3.0.0",
  5675. "estree-util-is-identifier-name": "^3.0.0",
  5676. "hast-util-whitespace": "^3.0.0",
  5677. "mdast-util-mdx-expression": "^2.0.0",
  5678. "mdast-util-mdx-jsx": "^3.0.0",
  5679. "mdast-util-mdxjs-esm": "^2.0.0",
  5680. "property-information": "^7.0.0",
  5681. "space-separated-tokens": "^2.0.0",
  5682. "style-to-js": "^1.0.0",
  5683. "unist-util-position": "^5.0.0",
  5684. "zwitch": "^2.0.0"
  5685. },
  5686. "funding": {
  5687. "type": "opencollective",
  5688. "url": "https://opencollective.com/unified"
  5689. }
  5690. },
  5691. "node_modules/hast-util-to-jsx-runtime": {
  5692. "version": "2.3.6",
  5693. "resolved": "https://registry.npmmirror.com/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz",
  5694. "integrity": "sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==",
  5695. "license": "MIT",
  5696. "dependencies": {
  5697. "@types/estree": "^1.0.0",
  5698. "@types/hast": "^3.0.0",
  5699. "@types/unist": "^3.0.0",
  5700. "comma-separated-tokens": "^2.0.0",
  5701. "devlop": "^1.0.0",
  5702. "estree-util-is-identifier-name": "^3.0.0",
  5703. "hast-util-whitespace": "^3.0.0",
  5704. "mdast-util-mdx-expression": "^2.0.0",
  5705. "mdast-util-mdx-jsx": "^3.0.0",
  5706. "mdast-util-mdxjs-esm": "^2.0.0",
  5707. "property-information": "^7.0.0",
  5708. "space-separated-tokens": "^2.0.0",
  5709. "style-to-js": "^1.0.0",
  5710. "unist-util-position": "^5.0.0",
  5711. "vfile-message": "^4.0.0"
  5712. },
  5713. "funding": {
  5714. "type": "opencollective",
  5715. "url": "https://opencollective.com/unified"
  5716. }
  5717. },
  5718. "node_modules/hast-util-whitespace": {
  5719. "version": "3.0.0",
  5720. "resolved": "https://registry.npmmirror.com/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
  5721. "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
  5722. "license": "MIT",
  5723. "dependencies": {
  5724. "@types/hast": "^3.0.0"
  5725. },
  5726. "funding": {
  5727. "type": "opencollective",
  5728. "url": "https://opencollective.com/unified"
  5729. }
  5730. },
  5731. "node_modules/html-encoding-sniffer": {
  5732. "version": "6.0.0",
  5733. "resolved": "https://registry.npmmirror.com/html-encoding-sniffer/-/html-encoding-sniffer-6.0.0.tgz",
  5734. "integrity": "sha512-CV9TW3Y3f8/wT0BRFc1/KAVQ3TUHiXmaAb6VW9vtiMFf7SLoMd1PdAc4W3KFOFETBJUb90KatHqlsZMWV+R9Gg==",
  5735. "dev": true,
  5736. "license": "MIT",
  5737. "dependencies": {
  5738. "@exodus/bytes": "^1.6.0"
  5739. },
  5740. "engines": {
  5741. "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  5742. }
  5743. },
  5744. "node_modules/html-url-attributes": {
  5745. "version": "3.0.1",
  5746. "resolved": "https://registry.npmmirror.com/html-url-attributes/-/html-url-attributes-3.0.1.tgz",
  5747. "integrity": "sha512-ol6UPyBWqsrO6EJySPz2O7ZSr856WDrEzM5zMqp+FJJLGMW35cLYmmZnl0vztAZxRUoNZJFTCohfjuIJ8I4QBQ==",
  5748. "license": "MIT",
  5749. "funding": {
  5750. "type": "opencollective",
  5751. "url": "https://opencollective.com/unified"
  5752. }
  5753. },
  5754. "node_modules/http-proxy-agent": {
  5755. "version": "7.0.2",
  5756. "resolved": "https://registry.npmmirror.com/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
  5757. "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
  5758. "dev": true,
  5759. "license": "MIT",
  5760. "dependencies": {
  5761. "agent-base": "^7.1.0",
  5762. "debug": "^4.3.4"
  5763. },
  5764. "engines": {
  5765. "node": ">= 14"
  5766. }
  5767. },
  5768. "node_modules/https-proxy-agent": {
  5769. "version": "7.0.6",
  5770. "resolved": "https://registry.npmmirror.com/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
  5771. "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
  5772. "dev": true,
  5773. "license": "MIT",
  5774. "dependencies": {
  5775. "agent-base": "^7.1.2",
  5776. "debug": "4"
  5777. },
  5778. "engines": {
  5779. "node": ">= 14"
  5780. }
  5781. },
  5782. "node_modules/iconv-lite": {
  5783. "version": "0.6.3",
  5784. "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.6.3.tgz",
  5785. "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
  5786. "license": "MIT",
  5787. "dependencies": {
  5788. "safer-buffer": ">= 2.1.2 < 3.0.0"
  5789. },
  5790. "engines": {
  5791. "node": ">=0.10.0"
  5792. }
  5793. },
  5794. "node_modules/ignore": {
  5795. "version": "5.3.2",
  5796. "resolved": "https://registry.npmmirror.com/ignore/-/ignore-5.3.2.tgz",
  5797. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  5798. "dev": true,
  5799. "license": "MIT",
  5800. "engines": {
  5801. "node": ">= 4"
  5802. }
  5803. },
  5804. "node_modules/import-fresh": {
  5805. "version": "3.3.1",
  5806. "resolved": "https://registry.npmmirror.com/import-fresh/-/import-fresh-3.3.1.tgz",
  5807. "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
  5808. "dev": true,
  5809. "license": "MIT",
  5810. "dependencies": {
  5811. "parent-module": "^1.0.0",
  5812. "resolve-from": "^4.0.0"
  5813. },
  5814. "engines": {
  5815. "node": ">=6"
  5816. },
  5817. "funding": {
  5818. "url": "https://github.com/sponsors/sindresorhus"
  5819. }
  5820. },
  5821. "node_modules/imurmurhash": {
  5822. "version": "0.1.4",
  5823. "resolved": "https://registry.npmmirror.com/imurmurhash/-/imurmurhash-0.1.4.tgz",
  5824. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  5825. "dev": true,
  5826. "license": "MIT",
  5827. "engines": {
  5828. "node": ">=0.8.19"
  5829. }
  5830. },
  5831. "node_modules/inflight": {
  5832. "version": "1.0.6",
  5833. "resolved": "https://registry.npmmirror.com/inflight/-/inflight-1.0.6.tgz",
  5834. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  5835. "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.",
  5836. "dev": true,
  5837. "license": "ISC",
  5838. "dependencies": {
  5839. "once": "^1.3.0",
  5840. "wrappy": "1"
  5841. }
  5842. },
  5843. "node_modules/inherits": {
  5844. "version": "2.0.4",
  5845. "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
  5846. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  5847. "dev": true,
  5848. "license": "ISC"
  5849. },
  5850. "node_modules/inline-style-parser": {
  5851. "version": "0.2.7",
  5852. "resolved": "https://registry.npmmirror.com/inline-style-parser/-/inline-style-parser-0.2.7.tgz",
  5853. "integrity": "sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==",
  5854. "license": "MIT"
  5855. },
  5856. "node_modules/internmap": {
  5857. "version": "2.0.3",
  5858. "resolved": "https://registry.npmmirror.com/internmap/-/internmap-2.0.3.tgz",
  5859. "integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==",
  5860. "license": "ISC",
  5861. "engines": {
  5862. "node": ">=12"
  5863. }
  5864. },
  5865. "node_modules/is-alphabetical": {
  5866. "version": "2.0.1",
  5867. "resolved": "https://registry.npmmirror.com/is-alphabetical/-/is-alphabetical-2.0.1.tgz",
  5868. "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==",
  5869. "license": "MIT",
  5870. "funding": {
  5871. "type": "github",
  5872. "url": "https://github.com/sponsors/wooorm"
  5873. }
  5874. },
  5875. "node_modules/is-alphanumerical": {
  5876. "version": "2.0.1",
  5877. "resolved": "https://registry.npmmirror.com/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz",
  5878. "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==",
  5879. "license": "MIT",
  5880. "dependencies": {
  5881. "is-alphabetical": "^2.0.0",
  5882. "is-decimal": "^2.0.0"
  5883. },
  5884. "funding": {
  5885. "type": "github",
  5886. "url": "https://github.com/sponsors/wooorm"
  5887. }
  5888. },
  5889. "node_modules/is-decimal": {
  5890. "version": "2.0.1",
  5891. "resolved": "https://registry.npmmirror.com/is-decimal/-/is-decimal-2.0.1.tgz",
  5892. "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==",
  5893. "license": "MIT",
  5894. "funding": {
  5895. "type": "github",
  5896. "url": "https://github.com/sponsors/wooorm"
  5897. }
  5898. },
  5899. "node_modules/is-extglob": {
  5900. "version": "2.1.1",
  5901. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  5902. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  5903. "dev": true,
  5904. "license": "MIT",
  5905. "engines": {
  5906. "node": ">=0.10.0"
  5907. }
  5908. },
  5909. "node_modules/is-glob": {
  5910. "version": "4.0.3",
  5911. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  5912. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  5913. "dev": true,
  5914. "license": "MIT",
  5915. "dependencies": {
  5916. "is-extglob": "^2.1.1"
  5917. },
  5918. "engines": {
  5919. "node": ">=0.10.0"
  5920. }
  5921. },
  5922. "node_modules/is-hexadecimal": {
  5923. "version": "2.0.1",
  5924. "resolved": "https://registry.npmmirror.com/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz",
  5925. "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==",
  5926. "license": "MIT",
  5927. "funding": {
  5928. "type": "github",
  5929. "url": "https://github.com/sponsors/wooorm"
  5930. }
  5931. },
  5932. "node_modules/is-number": {
  5933. "version": "7.0.0",
  5934. "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
  5935. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  5936. "dev": true,
  5937. "license": "MIT",
  5938. "engines": {
  5939. "node": ">=0.12.0"
  5940. }
  5941. },
  5942. "node_modules/is-path-inside": {
  5943. "version": "3.0.3",
  5944. "resolved": "https://registry.npmmirror.com/is-path-inside/-/is-path-inside-3.0.3.tgz",
  5945. "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
  5946. "dev": true,
  5947. "license": "MIT",
  5948. "engines": {
  5949. "node": ">=8"
  5950. }
  5951. },
  5952. "node_modules/is-plain-obj": {
  5953. "version": "4.1.0",
  5954. "resolved": "https://registry.npmmirror.com/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
  5955. "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
  5956. "license": "MIT",
  5957. "engines": {
  5958. "node": ">=12"
  5959. },
  5960. "funding": {
  5961. "url": "https://github.com/sponsors/sindresorhus"
  5962. }
  5963. },
  5964. "node_modules/is-potential-custom-element-name": {
  5965. "version": "1.0.1",
  5966. "resolved": "https://registry.npmmirror.com/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
  5967. "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
  5968. "dev": true,
  5969. "license": "MIT"
  5970. },
  5971. "node_modules/isexe": {
  5972. "version": "2.0.0",
  5973. "resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz",
  5974. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  5975. "dev": true,
  5976. "license": "ISC"
  5977. },
  5978. "node_modules/jiti": {
  5979. "version": "2.6.1",
  5980. "resolved": "https://registry.npmmirror.com/jiti/-/jiti-2.6.1.tgz",
  5981. "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
  5982. "dev": true,
  5983. "license": "MIT",
  5984. "bin": {
  5985. "jiti": "lib/jiti-cli.mjs"
  5986. }
  5987. },
  5988. "node_modules/js-tokens": {
  5989. "version": "4.0.0",
  5990. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz",
  5991. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  5992. "license": "MIT"
  5993. },
  5994. "node_modules/js-yaml": {
  5995. "version": "4.1.1",
  5996. "resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.1.tgz",
  5997. "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
  5998. "dev": true,
  5999. "license": "MIT",
  6000. "dependencies": {
  6001. "argparse": "^2.0.1"
  6002. },
  6003. "bin": {
  6004. "js-yaml": "bin/js-yaml.js"
  6005. }
  6006. },
  6007. "node_modules/jsdom": {
  6008. "version": "28.1.0",
  6009. "resolved": "https://registry.npmmirror.com/jsdom/-/jsdom-28.1.0.tgz",
  6010. "integrity": "sha512-0+MoQNYyr2rBHqO1xilltfDjV9G7ymYGlAUazgcDLQaUf8JDHbuGwsxN6U9qWaElZ4w1B2r7yEGIL3GdeW3Rug==",
  6011. "dev": true,
  6012. "license": "MIT",
  6013. "dependencies": {
  6014. "@acemir/cssom": "^0.9.31",
  6015. "@asamuzakjp/dom-selector": "^6.8.1",
  6016. "@bramus/specificity": "^2.4.2",
  6017. "@exodus/bytes": "^1.11.0",
  6018. "cssstyle": "^6.0.1",
  6019. "data-urls": "^7.0.0",
  6020. "decimal.js": "^10.6.0",
  6021. "html-encoding-sniffer": "^6.0.0",
  6022. "http-proxy-agent": "^7.0.2",
  6023. "https-proxy-agent": "^7.0.6",
  6024. "is-potential-custom-element-name": "^1.0.1",
  6025. "parse5": "^8.0.0",
  6026. "saxes": "^6.0.0",
  6027. "symbol-tree": "^3.2.4",
  6028. "tough-cookie": "^6.0.0",
  6029. "undici": "^7.21.0",
  6030. "w3c-xmlserializer": "^5.0.0",
  6031. "webidl-conversions": "^8.0.1",
  6032. "whatwg-mimetype": "^5.0.0",
  6033. "whatwg-url": "^16.0.0",
  6034. "xml-name-validator": "^5.0.0"
  6035. },
  6036. "engines": {
  6037. "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  6038. },
  6039. "peerDependencies": {
  6040. "canvas": "^3.0.0"
  6041. },
  6042. "peerDependenciesMeta": {
  6043. "canvas": {
  6044. "optional": true
  6045. }
  6046. }
  6047. },
  6048. "node_modules/jsesc": {
  6049. "version": "3.1.0",
  6050. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.1.0.tgz",
  6051. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  6052. "dev": true,
  6053. "license": "MIT",
  6054. "bin": {
  6055. "jsesc": "bin/jsesc"
  6056. },
  6057. "engines": {
  6058. "node": ">=6"
  6059. }
  6060. },
  6061. "node_modules/json-buffer": {
  6062. "version": "3.0.1",
  6063. "resolved": "https://registry.npmmirror.com/json-buffer/-/json-buffer-3.0.1.tgz",
  6064. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  6065. "dev": true,
  6066. "license": "MIT"
  6067. },
  6068. "node_modules/json-schema-traverse": {
  6069. "version": "0.4.1",
  6070. "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  6071. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  6072. "dev": true,
  6073. "license": "MIT"
  6074. },
  6075. "node_modules/json-stable-stringify-without-jsonify": {
  6076. "version": "1.0.1",
  6077. "resolved": "https://registry.npmmirror.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  6078. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  6079. "dev": true,
  6080. "license": "MIT"
  6081. },
  6082. "node_modules/json5": {
  6083. "version": "2.2.3",
  6084. "resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz",
  6085. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  6086. "dev": true,
  6087. "license": "MIT",
  6088. "bin": {
  6089. "json5": "lib/cli.js"
  6090. },
  6091. "engines": {
  6092. "node": ">=6"
  6093. }
  6094. },
  6095. "node_modules/jsonc-parser": {
  6096. "version": "3.3.1",
  6097. "resolved": "https://registry.npmmirror.com/jsonc-parser/-/jsonc-parser-3.3.1.tgz",
  6098. "integrity": "sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==",
  6099. "license": "MIT"
  6100. },
  6101. "node_modules/keyv": {
  6102. "version": "4.5.4",
  6103. "resolved": "https://registry.npmmirror.com/keyv/-/keyv-4.5.4.tgz",
  6104. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  6105. "dev": true,
  6106. "license": "MIT",
  6107. "dependencies": {
  6108. "json-buffer": "3.0.1"
  6109. }
  6110. },
  6111. "node_modules/levn": {
  6112. "version": "0.4.1",
  6113. "resolved": "https://registry.npmmirror.com/levn/-/levn-0.4.1.tgz",
  6114. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  6115. "dev": true,
  6116. "license": "MIT",
  6117. "dependencies": {
  6118. "prelude-ls": "^1.2.1",
  6119. "type-check": "~0.4.0"
  6120. },
  6121. "engines": {
  6122. "node": ">= 0.8.0"
  6123. }
  6124. },
  6125. "node_modules/lightningcss": {
  6126. "version": "1.30.2",
  6127. "resolved": "https://registry.npmmirror.com/lightningcss/-/lightningcss-1.30.2.tgz",
  6128. "integrity": "sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==",
  6129. "dev": true,
  6130. "license": "MPL-2.0",
  6131. "dependencies": {
  6132. "detect-libc": "^2.0.3"
  6133. },
  6134. "engines": {
  6135. "node": ">= 12.0.0"
  6136. },
  6137. "funding": {
  6138. "type": "opencollective",
  6139. "url": "https://opencollective.com/parcel"
  6140. },
  6141. "optionalDependencies": {
  6142. "lightningcss-android-arm64": "1.30.2",
  6143. "lightningcss-darwin-arm64": "1.30.2",
  6144. "lightningcss-darwin-x64": "1.30.2",
  6145. "lightningcss-freebsd-x64": "1.30.2",
  6146. "lightningcss-linux-arm-gnueabihf": "1.30.2",
  6147. "lightningcss-linux-arm64-gnu": "1.30.2",
  6148. "lightningcss-linux-arm64-musl": "1.30.2",
  6149. "lightningcss-linux-x64-gnu": "1.30.2",
  6150. "lightningcss-linux-x64-musl": "1.30.2",
  6151. "lightningcss-win32-arm64-msvc": "1.30.2",
  6152. "lightningcss-win32-x64-msvc": "1.30.2"
  6153. }
  6154. },
  6155. "node_modules/lightningcss-android-arm64": {
  6156. "version": "1.30.2",
  6157. "resolved": "https://registry.npmmirror.com/lightningcss-android-arm64/-/lightningcss-android-arm64-1.30.2.tgz",
  6158. "integrity": "sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==",
  6159. "cpu": [
  6160. "arm64"
  6161. ],
  6162. "dev": true,
  6163. "license": "MPL-2.0",
  6164. "optional": true,
  6165. "os": [
  6166. "android"
  6167. ],
  6168. "engines": {
  6169. "node": ">= 12.0.0"
  6170. },
  6171. "funding": {
  6172. "type": "opencollective",
  6173. "url": "https://opencollective.com/parcel"
  6174. }
  6175. },
  6176. "node_modules/lightningcss-darwin-arm64": {
  6177. "version": "1.30.2",
  6178. "resolved": "https://registry.npmmirror.com/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.2.tgz",
  6179. "integrity": "sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==",
  6180. "cpu": [
  6181. "arm64"
  6182. ],
  6183. "dev": true,
  6184. "license": "MPL-2.0",
  6185. "optional": true,
  6186. "os": [
  6187. "darwin"
  6188. ],
  6189. "engines": {
  6190. "node": ">= 12.0.0"
  6191. },
  6192. "funding": {
  6193. "type": "opencollective",
  6194. "url": "https://opencollective.com/parcel"
  6195. }
  6196. },
  6197. "node_modules/lightningcss-darwin-x64": {
  6198. "version": "1.30.2",
  6199. "resolved": "https://registry.npmmirror.com/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.2.tgz",
  6200. "integrity": "sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==",
  6201. "cpu": [
  6202. "x64"
  6203. ],
  6204. "dev": true,
  6205. "license": "MPL-2.0",
  6206. "optional": true,
  6207. "os": [
  6208. "darwin"
  6209. ],
  6210. "engines": {
  6211. "node": ">= 12.0.0"
  6212. },
  6213. "funding": {
  6214. "type": "opencollective",
  6215. "url": "https://opencollective.com/parcel"
  6216. }
  6217. },
  6218. "node_modules/lightningcss-freebsd-x64": {
  6219. "version": "1.30.2",
  6220. "resolved": "https://registry.npmmirror.com/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.2.tgz",
  6221. "integrity": "sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==",
  6222. "cpu": [
  6223. "x64"
  6224. ],
  6225. "dev": true,
  6226. "license": "MPL-2.0",
  6227. "optional": true,
  6228. "os": [
  6229. "freebsd"
  6230. ],
  6231. "engines": {
  6232. "node": ">= 12.0.0"
  6233. },
  6234. "funding": {
  6235. "type": "opencollective",
  6236. "url": "https://opencollective.com/parcel"
  6237. }
  6238. },
  6239. "node_modules/lightningcss-linux-arm-gnueabihf": {
  6240. "version": "1.30.2",
  6241. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.2.tgz",
  6242. "integrity": "sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==",
  6243. "cpu": [
  6244. "arm"
  6245. ],
  6246. "dev": true,
  6247. "license": "MPL-2.0",
  6248. "optional": true,
  6249. "os": [
  6250. "linux"
  6251. ],
  6252. "engines": {
  6253. "node": ">= 12.0.0"
  6254. },
  6255. "funding": {
  6256. "type": "opencollective",
  6257. "url": "https://opencollective.com/parcel"
  6258. }
  6259. },
  6260. "node_modules/lightningcss-linux-arm64-gnu": {
  6261. "version": "1.30.2",
  6262. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.2.tgz",
  6263. "integrity": "sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==",
  6264. "cpu": [
  6265. "arm64"
  6266. ],
  6267. "dev": true,
  6268. "license": "MPL-2.0",
  6269. "optional": true,
  6270. "os": [
  6271. "linux"
  6272. ],
  6273. "engines": {
  6274. "node": ">= 12.0.0"
  6275. },
  6276. "funding": {
  6277. "type": "opencollective",
  6278. "url": "https://opencollective.com/parcel"
  6279. }
  6280. },
  6281. "node_modules/lightningcss-linux-arm64-musl": {
  6282. "version": "1.30.2",
  6283. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.2.tgz",
  6284. "integrity": "sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==",
  6285. "cpu": [
  6286. "arm64"
  6287. ],
  6288. "dev": true,
  6289. "license": "MPL-2.0",
  6290. "optional": true,
  6291. "os": [
  6292. "linux"
  6293. ],
  6294. "engines": {
  6295. "node": ">= 12.0.0"
  6296. },
  6297. "funding": {
  6298. "type": "opencollective",
  6299. "url": "https://opencollective.com/parcel"
  6300. }
  6301. },
  6302. "node_modules/lightningcss-linux-x64-gnu": {
  6303. "version": "1.30.2",
  6304. "resolved": "https://registry.npmmirror.com/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.2.tgz",
  6305. "integrity": "sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==",
  6306. "cpu": [
  6307. "x64"
  6308. ],
  6309. "dev": true,
  6310. "license": "MPL-2.0",
  6311. "optional": true,
  6312. "os": [
  6313. "linux"
  6314. ],
  6315. "engines": {
  6316. "node": ">= 12.0.0"
  6317. },
  6318. "funding": {
  6319. "type": "opencollective",
  6320. "url": "https://opencollective.com/parcel"
  6321. }
  6322. },
  6323. "node_modules/lightningcss-linux-x64-musl": {
  6324. "version": "1.30.2",
  6325. "resolved": "https://registry.npmmirror.com/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.2.tgz",
  6326. "integrity": "sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==",
  6327. "cpu": [
  6328. "x64"
  6329. ],
  6330. "dev": true,
  6331. "license": "MPL-2.0",
  6332. "optional": true,
  6333. "os": [
  6334. "linux"
  6335. ],
  6336. "engines": {
  6337. "node": ">= 12.0.0"
  6338. },
  6339. "funding": {
  6340. "type": "opencollective",
  6341. "url": "https://opencollective.com/parcel"
  6342. }
  6343. },
  6344. "node_modules/lightningcss-win32-arm64-msvc": {
  6345. "version": "1.30.2",
  6346. "resolved": "https://registry.npmmirror.com/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.2.tgz",
  6347. "integrity": "sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==",
  6348. "cpu": [
  6349. "arm64"
  6350. ],
  6351. "dev": true,
  6352. "license": "MPL-2.0",
  6353. "optional": true,
  6354. "os": [
  6355. "win32"
  6356. ],
  6357. "engines": {
  6358. "node": ">= 12.0.0"
  6359. },
  6360. "funding": {
  6361. "type": "opencollective",
  6362. "url": "https://opencollective.com/parcel"
  6363. }
  6364. },
  6365. "node_modules/lightningcss-win32-x64-msvc": {
  6366. "version": "1.30.2",
  6367. "resolved": "https://registry.npmmirror.com/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.2.tgz",
  6368. "integrity": "sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==",
  6369. "cpu": [
  6370. "x64"
  6371. ],
  6372. "dev": true,
  6373. "license": "MPL-2.0",
  6374. "optional": true,
  6375. "os": [
  6376. "win32"
  6377. ],
  6378. "engines": {
  6379. "node": ">= 12.0.0"
  6380. },
  6381. "funding": {
  6382. "type": "opencollective",
  6383. "url": "https://opencollective.com/parcel"
  6384. }
  6385. },
  6386. "node_modules/linkify-it": {
  6387. "version": "5.0.0",
  6388. "resolved": "https://registry.npmmirror.com/linkify-it/-/linkify-it-5.0.0.tgz",
  6389. "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==",
  6390. "license": "MIT",
  6391. "dependencies": {
  6392. "uc.micro": "^2.0.0"
  6393. }
  6394. },
  6395. "node_modules/linkifyjs": {
  6396. "version": "4.3.2",
  6397. "resolved": "https://registry.npmmirror.com/linkifyjs/-/linkifyjs-4.3.2.tgz",
  6398. "integrity": "sha512-NT1CJtq3hHIreOianA8aSXn6Cw0JzYOuDQbOrSPe7gqFnCpKP++MQe3ODgO3oh2GJFORkAAdqredOa60z63GbA==",
  6399. "license": "MIT"
  6400. },
  6401. "node_modules/locate-path": {
  6402. "version": "6.0.0",
  6403. "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-6.0.0.tgz",
  6404. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  6405. "dev": true,
  6406. "license": "MIT",
  6407. "dependencies": {
  6408. "p-locate": "^5.0.0"
  6409. },
  6410. "engines": {
  6411. "node": ">=10"
  6412. },
  6413. "funding": {
  6414. "url": "https://github.com/sponsors/sindresorhus"
  6415. }
  6416. },
  6417. "node_modules/lodash": {
  6418. "version": "4.17.23",
  6419. "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.23.tgz",
  6420. "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
  6421. "license": "MIT"
  6422. },
  6423. "node_modules/lodash.merge": {
  6424. "version": "4.6.2",
  6425. "resolved": "https://registry.npmmirror.com/lodash.merge/-/lodash.merge-4.6.2.tgz",
  6426. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  6427. "dev": true,
  6428. "license": "MIT"
  6429. },
  6430. "node_modules/longest-streak": {
  6431. "version": "3.1.0",
  6432. "resolved": "https://registry.npmmirror.com/longest-streak/-/longest-streak-3.1.0.tgz",
  6433. "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==",
  6434. "license": "MIT",
  6435. "funding": {
  6436. "type": "github",
  6437. "url": "https://github.com/sponsors/wooorm"
  6438. }
  6439. },
  6440. "node_modules/loose-envify": {
  6441. "version": "1.4.0",
  6442. "resolved": "https://registry.npmmirror.com/loose-envify/-/loose-envify-1.4.0.tgz",
  6443. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  6444. "license": "MIT",
  6445. "dependencies": {
  6446. "js-tokens": "^3.0.0 || ^4.0.0"
  6447. },
  6448. "bin": {
  6449. "loose-envify": "cli.js"
  6450. }
  6451. },
  6452. "node_modules/lottie-web": {
  6453. "version": "5.13.0",
  6454. "resolved": "https://registry.npmmirror.com/lottie-web/-/lottie-web-5.13.0.tgz",
  6455. "integrity": "sha512-+gfBXl6sxXMPe8tKQm7qzLnUy5DUPJPKIyRHwtpCpyUEYjHYRJC/5gjUvdkuO2c3JllrPtHXH5UJJK8LRYl5yQ==",
  6456. "license": "MIT"
  6457. },
  6458. "node_modules/lru-cache": {
  6459. "version": "5.1.1",
  6460. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz",
  6461. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  6462. "dev": true,
  6463. "license": "ISC",
  6464. "dependencies": {
  6465. "yallist": "^3.0.2"
  6466. }
  6467. },
  6468. "node_modules/lz-string": {
  6469. "version": "1.5.0",
  6470. "resolved": "https://registry.npmmirror.com/lz-string/-/lz-string-1.5.0.tgz",
  6471. "integrity": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==",
  6472. "dev": true,
  6473. "license": "MIT",
  6474. "bin": {
  6475. "lz-string": "bin/bin.js"
  6476. }
  6477. },
  6478. "node_modules/magic-string": {
  6479. "version": "0.30.21",
  6480. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.21.tgz",
  6481. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  6482. "dev": true,
  6483. "license": "MIT",
  6484. "dependencies": {
  6485. "@jridgewell/sourcemap-codec": "^1.5.5"
  6486. }
  6487. },
  6488. "node_modules/markdown-extensions": {
  6489. "version": "2.0.0",
  6490. "resolved": "https://registry.npmmirror.com/markdown-extensions/-/markdown-extensions-2.0.0.tgz",
  6491. "integrity": "sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==",
  6492. "license": "MIT",
  6493. "engines": {
  6494. "node": ">=16"
  6495. },
  6496. "funding": {
  6497. "url": "https://github.com/sponsors/sindresorhus"
  6498. }
  6499. },
  6500. "node_modules/markdown-it": {
  6501. "version": "14.1.0",
  6502. "resolved": "https://registry.npmmirror.com/markdown-it/-/markdown-it-14.1.0.tgz",
  6503. "integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==",
  6504. "license": "MIT",
  6505. "dependencies": {
  6506. "argparse": "^2.0.1",
  6507. "entities": "^4.4.0",
  6508. "linkify-it": "^5.0.0",
  6509. "mdurl": "^2.0.0",
  6510. "punycode.js": "^2.3.1",
  6511. "uc.micro": "^2.1.0"
  6512. },
  6513. "bin": {
  6514. "markdown-it": "bin/markdown-it.mjs"
  6515. }
  6516. },
  6517. "node_modules/markdown-table": {
  6518. "version": "3.0.4",
  6519. "resolved": "https://registry.npmmirror.com/markdown-table/-/markdown-table-3.0.4.tgz",
  6520. "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==",
  6521. "license": "MIT",
  6522. "funding": {
  6523. "type": "github",
  6524. "url": "https://github.com/sponsors/wooorm"
  6525. }
  6526. },
  6527. "node_modules/math-intrinsics": {
  6528. "version": "1.1.0",
  6529. "resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  6530. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  6531. "license": "MIT",
  6532. "engines": {
  6533. "node": ">= 0.4"
  6534. }
  6535. },
  6536. "node_modules/mdast-util-find-and-replace": {
  6537. "version": "3.0.2",
  6538. "resolved": "https://registry.npmmirror.com/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz",
  6539. "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==",
  6540. "license": "MIT",
  6541. "dependencies": {
  6542. "@types/mdast": "^4.0.0",
  6543. "escape-string-regexp": "^5.0.0",
  6544. "unist-util-is": "^6.0.0",
  6545. "unist-util-visit-parents": "^6.0.0"
  6546. },
  6547. "funding": {
  6548. "type": "opencollective",
  6549. "url": "https://opencollective.com/unified"
  6550. }
  6551. },
  6552. "node_modules/mdast-util-find-and-replace/node_modules/escape-string-regexp": {
  6553. "version": "5.0.0",
  6554. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  6555. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  6556. "license": "MIT",
  6557. "engines": {
  6558. "node": ">=12"
  6559. },
  6560. "funding": {
  6561. "url": "https://github.com/sponsors/sindresorhus"
  6562. }
  6563. },
  6564. "node_modules/mdast-util-from-markdown": {
  6565. "version": "2.0.2",
  6566. "resolved": "https://registry.npmmirror.com/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz",
  6567. "integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==",
  6568. "license": "MIT",
  6569. "dependencies": {
  6570. "@types/mdast": "^4.0.0",
  6571. "@types/unist": "^3.0.0",
  6572. "decode-named-character-reference": "^1.0.0",
  6573. "devlop": "^1.0.0",
  6574. "mdast-util-to-string": "^4.0.0",
  6575. "micromark": "^4.0.0",
  6576. "micromark-util-decode-numeric-character-reference": "^2.0.0",
  6577. "micromark-util-decode-string": "^2.0.0",
  6578. "micromark-util-normalize-identifier": "^2.0.0",
  6579. "micromark-util-symbol": "^2.0.0",
  6580. "micromark-util-types": "^2.0.0",
  6581. "unist-util-stringify-position": "^4.0.0"
  6582. },
  6583. "funding": {
  6584. "type": "opencollective",
  6585. "url": "https://opencollective.com/unified"
  6586. }
  6587. },
  6588. "node_modules/mdast-util-gfm": {
  6589. "version": "3.1.0",
  6590. "resolved": "https://registry.npmmirror.com/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz",
  6591. "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==",
  6592. "license": "MIT",
  6593. "dependencies": {
  6594. "mdast-util-from-markdown": "^2.0.0",
  6595. "mdast-util-gfm-autolink-literal": "^2.0.0",
  6596. "mdast-util-gfm-footnote": "^2.0.0",
  6597. "mdast-util-gfm-strikethrough": "^2.0.0",
  6598. "mdast-util-gfm-table": "^2.0.0",
  6599. "mdast-util-gfm-task-list-item": "^2.0.0",
  6600. "mdast-util-to-markdown": "^2.0.0"
  6601. },
  6602. "funding": {
  6603. "type": "opencollective",
  6604. "url": "https://opencollective.com/unified"
  6605. }
  6606. },
  6607. "node_modules/mdast-util-gfm-autolink-literal": {
  6608. "version": "2.0.1",
  6609. "resolved": "https://registry.npmmirror.com/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz",
  6610. "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==",
  6611. "license": "MIT",
  6612. "dependencies": {
  6613. "@types/mdast": "^4.0.0",
  6614. "ccount": "^2.0.0",
  6615. "devlop": "^1.0.0",
  6616. "mdast-util-find-and-replace": "^3.0.0",
  6617. "micromark-util-character": "^2.0.0"
  6618. },
  6619. "funding": {
  6620. "type": "opencollective",
  6621. "url": "https://opencollective.com/unified"
  6622. }
  6623. },
  6624. "node_modules/mdast-util-gfm-footnote": {
  6625. "version": "2.1.0",
  6626. "resolved": "https://registry.npmmirror.com/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz",
  6627. "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==",
  6628. "license": "MIT",
  6629. "dependencies": {
  6630. "@types/mdast": "^4.0.0",
  6631. "devlop": "^1.1.0",
  6632. "mdast-util-from-markdown": "^2.0.0",
  6633. "mdast-util-to-markdown": "^2.0.0",
  6634. "micromark-util-normalize-identifier": "^2.0.0"
  6635. },
  6636. "funding": {
  6637. "type": "opencollective",
  6638. "url": "https://opencollective.com/unified"
  6639. }
  6640. },
  6641. "node_modules/mdast-util-gfm-strikethrough": {
  6642. "version": "2.0.0",
  6643. "resolved": "https://registry.npmmirror.com/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz",
  6644. "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==",
  6645. "license": "MIT",
  6646. "dependencies": {
  6647. "@types/mdast": "^4.0.0",
  6648. "mdast-util-from-markdown": "^2.0.0",
  6649. "mdast-util-to-markdown": "^2.0.0"
  6650. },
  6651. "funding": {
  6652. "type": "opencollective",
  6653. "url": "https://opencollective.com/unified"
  6654. }
  6655. },
  6656. "node_modules/mdast-util-gfm-table": {
  6657. "version": "2.0.0",
  6658. "resolved": "https://registry.npmmirror.com/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz",
  6659. "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==",
  6660. "license": "MIT",
  6661. "dependencies": {
  6662. "@types/mdast": "^4.0.0",
  6663. "devlop": "^1.0.0",
  6664. "markdown-table": "^3.0.0",
  6665. "mdast-util-from-markdown": "^2.0.0",
  6666. "mdast-util-to-markdown": "^2.0.0"
  6667. },
  6668. "funding": {
  6669. "type": "opencollective",
  6670. "url": "https://opencollective.com/unified"
  6671. }
  6672. },
  6673. "node_modules/mdast-util-gfm-task-list-item": {
  6674. "version": "2.0.0",
  6675. "resolved": "https://registry.npmmirror.com/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz",
  6676. "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==",
  6677. "license": "MIT",
  6678. "dependencies": {
  6679. "@types/mdast": "^4.0.0",
  6680. "devlop": "^1.0.0",
  6681. "mdast-util-from-markdown": "^2.0.0",
  6682. "mdast-util-to-markdown": "^2.0.0"
  6683. },
  6684. "funding": {
  6685. "type": "opencollective",
  6686. "url": "https://opencollective.com/unified"
  6687. }
  6688. },
  6689. "node_modules/mdast-util-mdx": {
  6690. "version": "3.0.0",
  6691. "resolved": "https://registry.npmmirror.com/mdast-util-mdx/-/mdast-util-mdx-3.0.0.tgz",
  6692. "integrity": "sha512-JfbYLAW7XnYTTbUsmpu0kdBUVe+yKVJZBItEjwyYJiDJuZ9w4eeaqks4HQO+R7objWgS2ymV60GYpI14Ug554w==",
  6693. "license": "MIT",
  6694. "dependencies": {
  6695. "mdast-util-from-markdown": "^2.0.0",
  6696. "mdast-util-mdx-expression": "^2.0.0",
  6697. "mdast-util-mdx-jsx": "^3.0.0",
  6698. "mdast-util-mdxjs-esm": "^2.0.0",
  6699. "mdast-util-to-markdown": "^2.0.0"
  6700. },
  6701. "funding": {
  6702. "type": "opencollective",
  6703. "url": "https://opencollective.com/unified"
  6704. }
  6705. },
  6706. "node_modules/mdast-util-mdx-expression": {
  6707. "version": "2.0.1",
  6708. "resolved": "https://registry.npmmirror.com/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz",
  6709. "integrity": "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==",
  6710. "license": "MIT",
  6711. "dependencies": {
  6712. "@types/estree-jsx": "^1.0.0",
  6713. "@types/hast": "^3.0.0",
  6714. "@types/mdast": "^4.0.0",
  6715. "devlop": "^1.0.0",
  6716. "mdast-util-from-markdown": "^2.0.0",
  6717. "mdast-util-to-markdown": "^2.0.0"
  6718. },
  6719. "funding": {
  6720. "type": "opencollective",
  6721. "url": "https://opencollective.com/unified"
  6722. }
  6723. },
  6724. "node_modules/mdast-util-mdx-jsx": {
  6725. "version": "3.2.0",
  6726. "resolved": "https://registry.npmmirror.com/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.2.0.tgz",
  6727. "integrity": "sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==",
  6728. "license": "MIT",
  6729. "dependencies": {
  6730. "@types/estree-jsx": "^1.0.0",
  6731. "@types/hast": "^3.0.0",
  6732. "@types/mdast": "^4.0.0",
  6733. "@types/unist": "^3.0.0",
  6734. "ccount": "^2.0.0",
  6735. "devlop": "^1.1.0",
  6736. "mdast-util-from-markdown": "^2.0.0",
  6737. "mdast-util-to-markdown": "^2.0.0",
  6738. "parse-entities": "^4.0.0",
  6739. "stringify-entities": "^4.0.0",
  6740. "unist-util-stringify-position": "^4.0.0",
  6741. "vfile-message": "^4.0.0"
  6742. },
  6743. "funding": {
  6744. "type": "opencollective",
  6745. "url": "https://opencollective.com/unified"
  6746. }
  6747. },
  6748. "node_modules/mdast-util-mdxjs-esm": {
  6749. "version": "2.0.1",
  6750. "resolved": "https://registry.npmmirror.com/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz",
  6751. "integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==",
  6752. "license": "MIT",
  6753. "dependencies": {
  6754. "@types/estree-jsx": "^1.0.0",
  6755. "@types/hast": "^3.0.0",
  6756. "@types/mdast": "^4.0.0",
  6757. "devlop": "^1.0.0",
  6758. "mdast-util-from-markdown": "^2.0.0",
  6759. "mdast-util-to-markdown": "^2.0.0"
  6760. },
  6761. "funding": {
  6762. "type": "opencollective",
  6763. "url": "https://opencollective.com/unified"
  6764. }
  6765. },
  6766. "node_modules/mdast-util-phrasing": {
  6767. "version": "4.1.0",
  6768. "resolved": "https://registry.npmmirror.com/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz",
  6769. "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",
  6770. "license": "MIT",
  6771. "dependencies": {
  6772. "@types/mdast": "^4.0.0",
  6773. "unist-util-is": "^6.0.0"
  6774. },
  6775. "funding": {
  6776. "type": "opencollective",
  6777. "url": "https://opencollective.com/unified"
  6778. }
  6779. },
  6780. "node_modules/mdast-util-to-hast": {
  6781. "version": "13.2.1",
  6782. "resolved": "https://registry.npmmirror.com/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz",
  6783. "integrity": "sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==",
  6784. "license": "MIT",
  6785. "dependencies": {
  6786. "@types/hast": "^3.0.0",
  6787. "@types/mdast": "^4.0.0",
  6788. "@ungap/structured-clone": "^1.0.0",
  6789. "devlop": "^1.0.0",
  6790. "micromark-util-sanitize-uri": "^2.0.0",
  6791. "trim-lines": "^3.0.0",
  6792. "unist-util-position": "^5.0.0",
  6793. "unist-util-visit": "^5.0.0",
  6794. "vfile": "^6.0.0"
  6795. },
  6796. "funding": {
  6797. "type": "opencollective",
  6798. "url": "https://opencollective.com/unified"
  6799. }
  6800. },
  6801. "node_modules/mdast-util-to-markdown": {
  6802. "version": "2.1.2",
  6803. "resolved": "https://registry.npmmirror.com/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz",
  6804. "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==",
  6805. "license": "MIT",
  6806. "dependencies": {
  6807. "@types/mdast": "^4.0.0",
  6808. "@types/unist": "^3.0.0",
  6809. "longest-streak": "^3.0.0",
  6810. "mdast-util-phrasing": "^4.0.0",
  6811. "mdast-util-to-string": "^4.0.0",
  6812. "micromark-util-classify-character": "^2.0.0",
  6813. "micromark-util-decode-string": "^2.0.0",
  6814. "unist-util-visit": "^5.0.0",
  6815. "zwitch": "^2.0.0"
  6816. },
  6817. "funding": {
  6818. "type": "opencollective",
  6819. "url": "https://opencollective.com/unified"
  6820. }
  6821. },
  6822. "node_modules/mdast-util-to-string": {
  6823. "version": "4.0.0",
  6824. "resolved": "https://registry.npmmirror.com/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz",
  6825. "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==",
  6826. "license": "MIT",
  6827. "dependencies": {
  6828. "@types/mdast": "^4.0.0"
  6829. },
  6830. "funding": {
  6831. "type": "opencollective",
  6832. "url": "https://opencollective.com/unified"
  6833. }
  6834. },
  6835. "node_modules/mdn-data": {
  6836. "version": "2.12.2",
  6837. "resolved": "https://registry.npmmirror.com/mdn-data/-/mdn-data-2.12.2.tgz",
  6838. "integrity": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==",
  6839. "dev": true,
  6840. "license": "CC0-1.0"
  6841. },
  6842. "node_modules/mdurl": {
  6843. "version": "2.0.0",
  6844. "resolved": "https://registry.npmmirror.com/mdurl/-/mdurl-2.0.0.tgz",
  6845. "integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==",
  6846. "license": "MIT"
  6847. },
  6848. "node_modules/memoize-one": {
  6849. "version": "5.2.1",
  6850. "resolved": "https://registry.npmmirror.com/memoize-one/-/memoize-one-5.2.1.tgz",
  6851. "integrity": "sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q==",
  6852. "license": "MIT"
  6853. },
  6854. "node_modules/merge2": {
  6855. "version": "1.4.1",
  6856. "resolved": "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz",
  6857. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  6858. "dev": true,
  6859. "license": "MIT",
  6860. "engines": {
  6861. "node": ">= 8"
  6862. }
  6863. },
  6864. "node_modules/micromark": {
  6865. "version": "4.0.2",
  6866. "resolved": "https://registry.npmmirror.com/micromark/-/micromark-4.0.2.tgz",
  6867. "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==",
  6868. "funding": [
  6869. {
  6870. "type": "GitHub Sponsors",
  6871. "url": "https://github.com/sponsors/unifiedjs"
  6872. },
  6873. {
  6874. "type": "OpenCollective",
  6875. "url": "https://opencollective.com/unified"
  6876. }
  6877. ],
  6878. "license": "MIT",
  6879. "dependencies": {
  6880. "@types/debug": "^4.0.0",
  6881. "debug": "^4.0.0",
  6882. "decode-named-character-reference": "^1.0.0",
  6883. "devlop": "^1.0.0",
  6884. "micromark-core-commonmark": "^2.0.0",
  6885. "micromark-factory-space": "^2.0.0",
  6886. "micromark-util-character": "^2.0.0",
  6887. "micromark-util-chunked": "^2.0.0",
  6888. "micromark-util-combine-extensions": "^2.0.0",
  6889. "micromark-util-decode-numeric-character-reference": "^2.0.0",
  6890. "micromark-util-encode": "^2.0.0",
  6891. "micromark-util-normalize-identifier": "^2.0.0",
  6892. "micromark-util-resolve-all": "^2.0.0",
  6893. "micromark-util-sanitize-uri": "^2.0.0",
  6894. "micromark-util-subtokenize": "^2.0.0",
  6895. "micromark-util-symbol": "^2.0.0",
  6896. "micromark-util-types": "^2.0.0"
  6897. }
  6898. },
  6899. "node_modules/micromark-core-commonmark": {
  6900. "version": "2.0.3",
  6901. "resolved": "https://registry.npmmirror.com/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz",
  6902. "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==",
  6903. "funding": [
  6904. {
  6905. "type": "GitHub Sponsors",
  6906. "url": "https://github.com/sponsors/unifiedjs"
  6907. },
  6908. {
  6909. "type": "OpenCollective",
  6910. "url": "https://opencollective.com/unified"
  6911. }
  6912. ],
  6913. "license": "MIT",
  6914. "dependencies": {
  6915. "decode-named-character-reference": "^1.0.0",
  6916. "devlop": "^1.0.0",
  6917. "micromark-factory-destination": "^2.0.0",
  6918. "micromark-factory-label": "^2.0.0",
  6919. "micromark-factory-space": "^2.0.0",
  6920. "micromark-factory-title": "^2.0.0",
  6921. "micromark-factory-whitespace": "^2.0.0",
  6922. "micromark-util-character": "^2.0.0",
  6923. "micromark-util-chunked": "^2.0.0",
  6924. "micromark-util-classify-character": "^2.0.0",
  6925. "micromark-util-html-tag-name": "^2.0.0",
  6926. "micromark-util-normalize-identifier": "^2.0.0",
  6927. "micromark-util-resolve-all": "^2.0.0",
  6928. "micromark-util-subtokenize": "^2.0.0",
  6929. "micromark-util-symbol": "^2.0.0",
  6930. "micromark-util-types": "^2.0.0"
  6931. }
  6932. },
  6933. "node_modules/micromark-extension-gfm": {
  6934. "version": "3.0.0",
  6935. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz",
  6936. "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==",
  6937. "license": "MIT",
  6938. "dependencies": {
  6939. "micromark-extension-gfm-autolink-literal": "^2.0.0",
  6940. "micromark-extension-gfm-footnote": "^2.0.0",
  6941. "micromark-extension-gfm-strikethrough": "^2.0.0",
  6942. "micromark-extension-gfm-table": "^2.0.0",
  6943. "micromark-extension-gfm-tagfilter": "^2.0.0",
  6944. "micromark-extension-gfm-task-list-item": "^2.0.0",
  6945. "micromark-util-combine-extensions": "^2.0.0",
  6946. "micromark-util-types": "^2.0.0"
  6947. },
  6948. "funding": {
  6949. "type": "opencollective",
  6950. "url": "https://opencollective.com/unified"
  6951. }
  6952. },
  6953. "node_modules/micromark-extension-gfm-autolink-literal": {
  6954. "version": "2.1.0",
  6955. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz",
  6956. "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==",
  6957. "license": "MIT",
  6958. "dependencies": {
  6959. "micromark-util-character": "^2.0.0",
  6960. "micromark-util-sanitize-uri": "^2.0.0",
  6961. "micromark-util-symbol": "^2.0.0",
  6962. "micromark-util-types": "^2.0.0"
  6963. },
  6964. "funding": {
  6965. "type": "opencollective",
  6966. "url": "https://opencollective.com/unified"
  6967. }
  6968. },
  6969. "node_modules/micromark-extension-gfm-footnote": {
  6970. "version": "2.1.0",
  6971. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz",
  6972. "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==",
  6973. "license": "MIT",
  6974. "dependencies": {
  6975. "devlop": "^1.0.0",
  6976. "micromark-core-commonmark": "^2.0.0",
  6977. "micromark-factory-space": "^2.0.0",
  6978. "micromark-util-character": "^2.0.0",
  6979. "micromark-util-normalize-identifier": "^2.0.0",
  6980. "micromark-util-sanitize-uri": "^2.0.0",
  6981. "micromark-util-symbol": "^2.0.0",
  6982. "micromark-util-types": "^2.0.0"
  6983. },
  6984. "funding": {
  6985. "type": "opencollective",
  6986. "url": "https://opencollective.com/unified"
  6987. }
  6988. },
  6989. "node_modules/micromark-extension-gfm-strikethrough": {
  6990. "version": "2.1.0",
  6991. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz",
  6992. "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==",
  6993. "license": "MIT",
  6994. "dependencies": {
  6995. "devlop": "^1.0.0",
  6996. "micromark-util-chunked": "^2.0.0",
  6997. "micromark-util-classify-character": "^2.0.0",
  6998. "micromark-util-resolve-all": "^2.0.0",
  6999. "micromark-util-symbol": "^2.0.0",
  7000. "micromark-util-types": "^2.0.0"
  7001. },
  7002. "funding": {
  7003. "type": "opencollective",
  7004. "url": "https://opencollective.com/unified"
  7005. }
  7006. },
  7007. "node_modules/micromark-extension-gfm-table": {
  7008. "version": "2.1.1",
  7009. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz",
  7010. "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==",
  7011. "license": "MIT",
  7012. "dependencies": {
  7013. "devlop": "^1.0.0",
  7014. "micromark-factory-space": "^2.0.0",
  7015. "micromark-util-character": "^2.0.0",
  7016. "micromark-util-symbol": "^2.0.0",
  7017. "micromark-util-types": "^2.0.0"
  7018. },
  7019. "funding": {
  7020. "type": "opencollective",
  7021. "url": "https://opencollective.com/unified"
  7022. }
  7023. },
  7024. "node_modules/micromark-extension-gfm-tagfilter": {
  7025. "version": "2.0.0",
  7026. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz",
  7027. "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==",
  7028. "license": "MIT",
  7029. "dependencies": {
  7030. "micromark-util-types": "^2.0.0"
  7031. },
  7032. "funding": {
  7033. "type": "opencollective",
  7034. "url": "https://opencollective.com/unified"
  7035. }
  7036. },
  7037. "node_modules/micromark-extension-gfm-task-list-item": {
  7038. "version": "2.1.0",
  7039. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz",
  7040. "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==",
  7041. "license": "MIT",
  7042. "dependencies": {
  7043. "devlop": "^1.0.0",
  7044. "micromark-factory-space": "^2.0.0",
  7045. "micromark-util-character": "^2.0.0",
  7046. "micromark-util-symbol": "^2.0.0",
  7047. "micromark-util-types": "^2.0.0"
  7048. },
  7049. "funding": {
  7050. "type": "opencollective",
  7051. "url": "https://opencollective.com/unified"
  7052. }
  7053. },
  7054. "node_modules/micromark-extension-mdx-expression": {
  7055. "version": "3.0.1",
  7056. "resolved": "https://registry.npmmirror.com/micromark-extension-mdx-expression/-/micromark-extension-mdx-expression-3.0.1.tgz",
  7057. "integrity": "sha512-dD/ADLJ1AeMvSAKBwO22zG22N4ybhe7kFIZ3LsDI0GlsNr2A3KYxb0LdC1u5rj4Nw+CHKY0RVdnHX8vj8ejm4Q==",
  7058. "funding": [
  7059. {
  7060. "type": "GitHub Sponsors",
  7061. "url": "https://github.com/sponsors/unifiedjs"
  7062. },
  7063. {
  7064. "type": "OpenCollective",
  7065. "url": "https://opencollective.com/unified"
  7066. }
  7067. ],
  7068. "license": "MIT",
  7069. "dependencies": {
  7070. "@types/estree": "^1.0.0",
  7071. "devlop": "^1.0.0",
  7072. "micromark-factory-mdx-expression": "^2.0.0",
  7073. "micromark-factory-space": "^2.0.0",
  7074. "micromark-util-character": "^2.0.0",
  7075. "micromark-util-events-to-acorn": "^2.0.0",
  7076. "micromark-util-symbol": "^2.0.0",
  7077. "micromark-util-types": "^2.0.0"
  7078. }
  7079. },
  7080. "node_modules/micromark-extension-mdx-jsx": {
  7081. "version": "3.0.2",
  7082. "resolved": "https://registry.npmmirror.com/micromark-extension-mdx-jsx/-/micromark-extension-mdx-jsx-3.0.2.tgz",
  7083. "integrity": "sha512-e5+q1DjMh62LZAJOnDraSSbDMvGJ8x3cbjygy2qFEi7HCeUT4BDKCvMozPozcD6WmOt6sVvYDNBKhFSz3kjOVQ==",
  7084. "license": "MIT",
  7085. "dependencies": {
  7086. "@types/estree": "^1.0.0",
  7087. "devlop": "^1.0.0",
  7088. "estree-util-is-identifier-name": "^3.0.0",
  7089. "micromark-factory-mdx-expression": "^2.0.0",
  7090. "micromark-factory-space": "^2.0.0",
  7091. "micromark-util-character": "^2.0.0",
  7092. "micromark-util-events-to-acorn": "^2.0.0",
  7093. "micromark-util-symbol": "^2.0.0",
  7094. "micromark-util-types": "^2.0.0",
  7095. "vfile-message": "^4.0.0"
  7096. },
  7097. "funding": {
  7098. "type": "opencollective",
  7099. "url": "https://opencollective.com/unified"
  7100. }
  7101. },
  7102. "node_modules/micromark-extension-mdx-md": {
  7103. "version": "2.0.0",
  7104. "resolved": "https://registry.npmmirror.com/micromark-extension-mdx-md/-/micromark-extension-mdx-md-2.0.0.tgz",
  7105. "integrity": "sha512-EpAiszsB3blw4Rpba7xTOUptcFeBFi+6PY8VnJ2hhimH+vCQDirWgsMpz7w1XcZE7LVrSAUGb9VJpG9ghlYvYQ==",
  7106. "license": "MIT",
  7107. "dependencies": {
  7108. "micromark-util-types": "^2.0.0"
  7109. },
  7110. "funding": {
  7111. "type": "opencollective",
  7112. "url": "https://opencollective.com/unified"
  7113. }
  7114. },
  7115. "node_modules/micromark-extension-mdxjs": {
  7116. "version": "3.0.0",
  7117. "resolved": "https://registry.npmmirror.com/micromark-extension-mdxjs/-/micromark-extension-mdxjs-3.0.0.tgz",
  7118. "integrity": "sha512-A873fJfhnJ2siZyUrJ31l34Uqwy4xIFmvPY1oj+Ean5PHcPBYzEsvqvWGaWcfEIr11O5Dlw3p2y0tZWpKHDejQ==",
  7119. "license": "MIT",
  7120. "dependencies": {
  7121. "acorn": "^8.0.0",
  7122. "acorn-jsx": "^5.0.0",
  7123. "micromark-extension-mdx-expression": "^3.0.0",
  7124. "micromark-extension-mdx-jsx": "^3.0.0",
  7125. "micromark-extension-mdx-md": "^2.0.0",
  7126. "micromark-extension-mdxjs-esm": "^3.0.0",
  7127. "micromark-util-combine-extensions": "^2.0.0",
  7128. "micromark-util-types": "^2.0.0"
  7129. },
  7130. "funding": {
  7131. "type": "opencollective",
  7132. "url": "https://opencollective.com/unified"
  7133. }
  7134. },
  7135. "node_modules/micromark-extension-mdxjs-esm": {
  7136. "version": "3.0.0",
  7137. "resolved": "https://registry.npmmirror.com/micromark-extension-mdxjs-esm/-/micromark-extension-mdxjs-esm-3.0.0.tgz",
  7138. "integrity": "sha512-DJFl4ZqkErRpq/dAPyeWp15tGrcrrJho1hKK5uBS70BCtfrIFg81sqcTVu3Ta+KD1Tk5vAtBNElWxtAa+m8K9A==",
  7139. "license": "MIT",
  7140. "dependencies": {
  7141. "@types/estree": "^1.0.0",
  7142. "devlop": "^1.0.0",
  7143. "micromark-core-commonmark": "^2.0.0",
  7144. "micromark-util-character": "^2.0.0",
  7145. "micromark-util-events-to-acorn": "^2.0.0",
  7146. "micromark-util-symbol": "^2.0.0",
  7147. "micromark-util-types": "^2.0.0",
  7148. "unist-util-position-from-estree": "^2.0.0",
  7149. "vfile-message": "^4.0.0"
  7150. },
  7151. "funding": {
  7152. "type": "opencollective",
  7153. "url": "https://opencollective.com/unified"
  7154. }
  7155. },
  7156. "node_modules/micromark-factory-destination": {
  7157. "version": "2.0.1",
  7158. "resolved": "https://registry.npmmirror.com/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz",
  7159. "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==",
  7160. "funding": [
  7161. {
  7162. "type": "GitHub Sponsors",
  7163. "url": "https://github.com/sponsors/unifiedjs"
  7164. },
  7165. {
  7166. "type": "OpenCollective",
  7167. "url": "https://opencollective.com/unified"
  7168. }
  7169. ],
  7170. "license": "MIT",
  7171. "dependencies": {
  7172. "micromark-util-character": "^2.0.0",
  7173. "micromark-util-symbol": "^2.0.0",
  7174. "micromark-util-types": "^2.0.0"
  7175. }
  7176. },
  7177. "node_modules/micromark-factory-label": {
  7178. "version": "2.0.1",
  7179. "resolved": "https://registry.npmmirror.com/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz",
  7180. "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==",
  7181. "funding": [
  7182. {
  7183. "type": "GitHub Sponsors",
  7184. "url": "https://github.com/sponsors/unifiedjs"
  7185. },
  7186. {
  7187. "type": "OpenCollective",
  7188. "url": "https://opencollective.com/unified"
  7189. }
  7190. ],
  7191. "license": "MIT",
  7192. "dependencies": {
  7193. "devlop": "^1.0.0",
  7194. "micromark-util-character": "^2.0.0",
  7195. "micromark-util-symbol": "^2.0.0",
  7196. "micromark-util-types": "^2.0.0"
  7197. }
  7198. },
  7199. "node_modules/micromark-factory-mdx-expression": {
  7200. "version": "2.0.3",
  7201. "resolved": "https://registry.npmmirror.com/micromark-factory-mdx-expression/-/micromark-factory-mdx-expression-2.0.3.tgz",
  7202. "integrity": "sha512-kQnEtA3vzucU2BkrIa8/VaSAsP+EJ3CKOvhMuJgOEGg9KDC6OAY6nSnNDVRiVNRqj7Y4SlSzcStaH/5jge8JdQ==",
  7203. "funding": [
  7204. {
  7205. "type": "GitHub Sponsors",
  7206. "url": "https://github.com/sponsors/unifiedjs"
  7207. },
  7208. {
  7209. "type": "OpenCollective",
  7210. "url": "https://opencollective.com/unified"
  7211. }
  7212. ],
  7213. "license": "MIT",
  7214. "dependencies": {
  7215. "@types/estree": "^1.0.0",
  7216. "devlop": "^1.0.0",
  7217. "micromark-factory-space": "^2.0.0",
  7218. "micromark-util-character": "^2.0.0",
  7219. "micromark-util-events-to-acorn": "^2.0.0",
  7220. "micromark-util-symbol": "^2.0.0",
  7221. "micromark-util-types": "^2.0.0",
  7222. "unist-util-position-from-estree": "^2.0.0",
  7223. "vfile-message": "^4.0.0"
  7224. }
  7225. },
  7226. "node_modules/micromark-factory-space": {
  7227. "version": "2.0.1",
  7228. "resolved": "https://registry.npmmirror.com/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz",
  7229. "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==",
  7230. "funding": [
  7231. {
  7232. "type": "GitHub Sponsors",
  7233. "url": "https://github.com/sponsors/unifiedjs"
  7234. },
  7235. {
  7236. "type": "OpenCollective",
  7237. "url": "https://opencollective.com/unified"
  7238. }
  7239. ],
  7240. "license": "MIT",
  7241. "dependencies": {
  7242. "micromark-util-character": "^2.0.0",
  7243. "micromark-util-types": "^2.0.0"
  7244. }
  7245. },
  7246. "node_modules/micromark-factory-title": {
  7247. "version": "2.0.1",
  7248. "resolved": "https://registry.npmmirror.com/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz",
  7249. "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==",
  7250. "funding": [
  7251. {
  7252. "type": "GitHub Sponsors",
  7253. "url": "https://github.com/sponsors/unifiedjs"
  7254. },
  7255. {
  7256. "type": "OpenCollective",
  7257. "url": "https://opencollective.com/unified"
  7258. }
  7259. ],
  7260. "license": "MIT",
  7261. "dependencies": {
  7262. "micromark-factory-space": "^2.0.0",
  7263. "micromark-util-character": "^2.0.0",
  7264. "micromark-util-symbol": "^2.0.0",
  7265. "micromark-util-types": "^2.0.0"
  7266. }
  7267. },
  7268. "node_modules/micromark-factory-whitespace": {
  7269. "version": "2.0.1",
  7270. "resolved": "https://registry.npmmirror.com/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz",
  7271. "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==",
  7272. "funding": [
  7273. {
  7274. "type": "GitHub Sponsors",
  7275. "url": "https://github.com/sponsors/unifiedjs"
  7276. },
  7277. {
  7278. "type": "OpenCollective",
  7279. "url": "https://opencollective.com/unified"
  7280. }
  7281. ],
  7282. "license": "MIT",
  7283. "dependencies": {
  7284. "micromark-factory-space": "^2.0.0",
  7285. "micromark-util-character": "^2.0.0",
  7286. "micromark-util-symbol": "^2.0.0",
  7287. "micromark-util-types": "^2.0.0"
  7288. }
  7289. },
  7290. "node_modules/micromark-util-character": {
  7291. "version": "2.1.1",
  7292. "resolved": "https://registry.npmmirror.com/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
  7293. "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
  7294. "funding": [
  7295. {
  7296. "type": "GitHub Sponsors",
  7297. "url": "https://github.com/sponsors/unifiedjs"
  7298. },
  7299. {
  7300. "type": "OpenCollective",
  7301. "url": "https://opencollective.com/unified"
  7302. }
  7303. ],
  7304. "license": "MIT",
  7305. "dependencies": {
  7306. "micromark-util-symbol": "^2.0.0",
  7307. "micromark-util-types": "^2.0.0"
  7308. }
  7309. },
  7310. "node_modules/micromark-util-chunked": {
  7311. "version": "2.0.1",
  7312. "resolved": "https://registry.npmmirror.com/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz",
  7313. "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==",
  7314. "funding": [
  7315. {
  7316. "type": "GitHub Sponsors",
  7317. "url": "https://github.com/sponsors/unifiedjs"
  7318. },
  7319. {
  7320. "type": "OpenCollective",
  7321. "url": "https://opencollective.com/unified"
  7322. }
  7323. ],
  7324. "license": "MIT",
  7325. "dependencies": {
  7326. "micromark-util-symbol": "^2.0.0"
  7327. }
  7328. },
  7329. "node_modules/micromark-util-classify-character": {
  7330. "version": "2.0.1",
  7331. "resolved": "https://registry.npmmirror.com/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
  7332. "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
  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-character": "^2.0.0",
  7346. "micromark-util-symbol": "^2.0.0",
  7347. "micromark-util-types": "^2.0.0"
  7348. }
  7349. },
  7350. "node_modules/micromark-util-combine-extensions": {
  7351. "version": "2.0.1",
  7352. "resolved": "https://registry.npmmirror.com/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz",
  7353. "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==",
  7354. "funding": [
  7355. {
  7356. "type": "GitHub Sponsors",
  7357. "url": "https://github.com/sponsors/unifiedjs"
  7358. },
  7359. {
  7360. "type": "OpenCollective",
  7361. "url": "https://opencollective.com/unified"
  7362. }
  7363. ],
  7364. "license": "MIT",
  7365. "dependencies": {
  7366. "micromark-util-chunked": "^2.0.0",
  7367. "micromark-util-types": "^2.0.0"
  7368. }
  7369. },
  7370. "node_modules/micromark-util-decode-numeric-character-reference": {
  7371. "version": "2.0.2",
  7372. "resolved": "https://registry.npmmirror.com/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",
  7373. "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",
  7374. "funding": [
  7375. {
  7376. "type": "GitHub Sponsors",
  7377. "url": "https://github.com/sponsors/unifiedjs"
  7378. },
  7379. {
  7380. "type": "OpenCollective",
  7381. "url": "https://opencollective.com/unified"
  7382. }
  7383. ],
  7384. "license": "MIT",
  7385. "dependencies": {
  7386. "micromark-util-symbol": "^2.0.0"
  7387. }
  7388. },
  7389. "node_modules/micromark-util-decode-string": {
  7390. "version": "2.0.1",
  7391. "resolved": "https://registry.npmmirror.com/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz",
  7392. "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==",
  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. "decode-named-character-reference": "^1.0.0",
  7406. "micromark-util-character": "^2.0.0",
  7407. "micromark-util-decode-numeric-character-reference": "^2.0.0",
  7408. "micromark-util-symbol": "^2.0.0"
  7409. }
  7410. },
  7411. "node_modules/micromark-util-encode": {
  7412. "version": "2.0.1",
  7413. "resolved": "https://registry.npmmirror.com/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
  7414. "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
  7415. "funding": [
  7416. {
  7417. "type": "GitHub Sponsors",
  7418. "url": "https://github.com/sponsors/unifiedjs"
  7419. },
  7420. {
  7421. "type": "OpenCollective",
  7422. "url": "https://opencollective.com/unified"
  7423. }
  7424. ],
  7425. "license": "MIT"
  7426. },
  7427. "node_modules/micromark-util-events-to-acorn": {
  7428. "version": "2.0.3",
  7429. "resolved": "https://registry.npmmirror.com/micromark-util-events-to-acorn/-/micromark-util-events-to-acorn-2.0.3.tgz",
  7430. "integrity": "sha512-jmsiEIiZ1n7X1Rr5k8wVExBQCg5jy4UXVADItHmNk1zkwEVhBuIUKRu3fqv+hs4nxLISi2DQGlqIOGiFxgbfHg==",
  7431. "funding": [
  7432. {
  7433. "type": "GitHub Sponsors",
  7434. "url": "https://github.com/sponsors/unifiedjs"
  7435. },
  7436. {
  7437. "type": "OpenCollective",
  7438. "url": "https://opencollective.com/unified"
  7439. }
  7440. ],
  7441. "license": "MIT",
  7442. "dependencies": {
  7443. "@types/estree": "^1.0.0",
  7444. "@types/unist": "^3.0.0",
  7445. "devlop": "^1.0.0",
  7446. "estree-util-visit": "^2.0.0",
  7447. "micromark-util-symbol": "^2.0.0",
  7448. "micromark-util-types": "^2.0.0",
  7449. "vfile-message": "^4.0.0"
  7450. }
  7451. },
  7452. "node_modules/micromark-util-html-tag-name": {
  7453. "version": "2.0.1",
  7454. "resolved": "https://registry.npmmirror.com/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz",
  7455. "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==",
  7456. "funding": [
  7457. {
  7458. "type": "GitHub Sponsors",
  7459. "url": "https://github.com/sponsors/unifiedjs"
  7460. },
  7461. {
  7462. "type": "OpenCollective",
  7463. "url": "https://opencollective.com/unified"
  7464. }
  7465. ],
  7466. "license": "MIT"
  7467. },
  7468. "node_modules/micromark-util-normalize-identifier": {
  7469. "version": "2.0.1",
  7470. "resolved": "https://registry.npmmirror.com/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz",
  7471. "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==",
  7472. "funding": [
  7473. {
  7474. "type": "GitHub Sponsors",
  7475. "url": "https://github.com/sponsors/unifiedjs"
  7476. },
  7477. {
  7478. "type": "OpenCollective",
  7479. "url": "https://opencollective.com/unified"
  7480. }
  7481. ],
  7482. "license": "MIT",
  7483. "dependencies": {
  7484. "micromark-util-symbol": "^2.0.0"
  7485. }
  7486. },
  7487. "node_modules/micromark-util-resolve-all": {
  7488. "version": "2.0.1",
  7489. "resolved": "https://registry.npmmirror.com/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz",
  7490. "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==",
  7491. "funding": [
  7492. {
  7493. "type": "GitHub Sponsors",
  7494. "url": "https://github.com/sponsors/unifiedjs"
  7495. },
  7496. {
  7497. "type": "OpenCollective",
  7498. "url": "https://opencollective.com/unified"
  7499. }
  7500. ],
  7501. "license": "MIT",
  7502. "dependencies": {
  7503. "micromark-util-types": "^2.0.0"
  7504. }
  7505. },
  7506. "node_modules/micromark-util-sanitize-uri": {
  7507. "version": "2.0.1",
  7508. "resolved": "https://registry.npmmirror.com/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
  7509. "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
  7510. "funding": [
  7511. {
  7512. "type": "GitHub Sponsors",
  7513. "url": "https://github.com/sponsors/unifiedjs"
  7514. },
  7515. {
  7516. "type": "OpenCollective",
  7517. "url": "https://opencollective.com/unified"
  7518. }
  7519. ],
  7520. "license": "MIT",
  7521. "dependencies": {
  7522. "micromark-util-character": "^2.0.0",
  7523. "micromark-util-encode": "^2.0.0",
  7524. "micromark-util-symbol": "^2.0.0"
  7525. }
  7526. },
  7527. "node_modules/micromark-util-subtokenize": {
  7528. "version": "2.1.0",
  7529. "resolved": "https://registry.npmmirror.com/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz",
  7530. "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==",
  7531. "funding": [
  7532. {
  7533. "type": "GitHub Sponsors",
  7534. "url": "https://github.com/sponsors/unifiedjs"
  7535. },
  7536. {
  7537. "type": "OpenCollective",
  7538. "url": "https://opencollective.com/unified"
  7539. }
  7540. ],
  7541. "license": "MIT",
  7542. "dependencies": {
  7543. "devlop": "^1.0.0",
  7544. "micromark-util-chunked": "^2.0.0",
  7545. "micromark-util-symbol": "^2.0.0",
  7546. "micromark-util-types": "^2.0.0"
  7547. }
  7548. },
  7549. "node_modules/micromark-util-symbol": {
  7550. "version": "2.0.1",
  7551. "resolved": "https://registry.npmmirror.com/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
  7552. "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
  7553. "funding": [
  7554. {
  7555. "type": "GitHub Sponsors",
  7556. "url": "https://github.com/sponsors/unifiedjs"
  7557. },
  7558. {
  7559. "type": "OpenCollective",
  7560. "url": "https://opencollective.com/unified"
  7561. }
  7562. ],
  7563. "license": "MIT"
  7564. },
  7565. "node_modules/micromark-util-types": {
  7566. "version": "2.0.2",
  7567. "resolved": "https://registry.npmmirror.com/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
  7568. "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
  7569. "funding": [
  7570. {
  7571. "type": "GitHub Sponsors",
  7572. "url": "https://github.com/sponsors/unifiedjs"
  7573. },
  7574. {
  7575. "type": "OpenCollective",
  7576. "url": "https://opencollective.com/unified"
  7577. }
  7578. ],
  7579. "license": "MIT"
  7580. },
  7581. "node_modules/micromatch": {
  7582. "version": "4.0.8",
  7583. "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz",
  7584. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  7585. "dev": true,
  7586. "license": "MIT",
  7587. "dependencies": {
  7588. "braces": "^3.0.3",
  7589. "picomatch": "^2.3.1"
  7590. },
  7591. "engines": {
  7592. "node": ">=8.6"
  7593. }
  7594. },
  7595. "node_modules/micromatch/node_modules/picomatch": {
  7596. "version": "2.3.1",
  7597. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  7598. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  7599. "dev": true,
  7600. "license": "MIT",
  7601. "engines": {
  7602. "node": ">=8.6"
  7603. },
  7604. "funding": {
  7605. "url": "https://github.com/sponsors/jonschlinkert"
  7606. }
  7607. },
  7608. "node_modules/mime-db": {
  7609. "version": "1.52.0",
  7610. "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
  7611. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  7612. "license": "MIT",
  7613. "engines": {
  7614. "node": ">= 0.6"
  7615. }
  7616. },
  7617. "node_modules/mime-types": {
  7618. "version": "2.1.35",
  7619. "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
  7620. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  7621. "license": "MIT",
  7622. "dependencies": {
  7623. "mime-db": "1.52.0"
  7624. },
  7625. "engines": {
  7626. "node": ">= 0.6"
  7627. }
  7628. },
  7629. "node_modules/minimatch": {
  7630. "version": "9.0.3",
  7631. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.3.tgz",
  7632. "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
  7633. "dev": true,
  7634. "license": "ISC",
  7635. "dependencies": {
  7636. "brace-expansion": "^2.0.1"
  7637. },
  7638. "engines": {
  7639. "node": ">=16 || 14 >=14.17"
  7640. },
  7641. "funding": {
  7642. "url": "https://github.com/sponsors/isaacs"
  7643. }
  7644. },
  7645. "node_modules/ms": {
  7646. "version": "2.1.3",
  7647. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  7648. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  7649. "license": "MIT"
  7650. },
  7651. "node_modules/nanoid": {
  7652. "version": "3.3.11",
  7653. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz",
  7654. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  7655. "dev": true,
  7656. "funding": [
  7657. {
  7658. "type": "github",
  7659. "url": "https://github.com/sponsors/ai"
  7660. }
  7661. ],
  7662. "license": "MIT",
  7663. "bin": {
  7664. "nanoid": "bin/nanoid.cjs"
  7665. },
  7666. "engines": {
  7667. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  7668. }
  7669. },
  7670. "node_modules/natural-compare": {
  7671. "version": "1.4.0",
  7672. "resolved": "https://registry.npmmirror.com/natural-compare/-/natural-compare-1.4.0.tgz",
  7673. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  7674. "dev": true,
  7675. "license": "MIT"
  7676. },
  7677. "node_modules/node-releases": {
  7678. "version": "2.0.27",
  7679. "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.27.tgz",
  7680. "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
  7681. "dev": true,
  7682. "license": "MIT"
  7683. },
  7684. "node_modules/object-assign": {
  7685. "version": "4.1.1",
  7686. "resolved": "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz",
  7687. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  7688. "license": "MIT",
  7689. "engines": {
  7690. "node": ">=0.10.0"
  7691. }
  7692. },
  7693. "node_modules/obug": {
  7694. "version": "2.1.1",
  7695. "resolved": "https://registry.npmmirror.com/obug/-/obug-2.1.1.tgz",
  7696. "integrity": "sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==",
  7697. "dev": true,
  7698. "funding": [
  7699. "https://github.com/sponsors/sxzz",
  7700. "https://opencollective.com/debug"
  7701. ],
  7702. "license": "MIT"
  7703. },
  7704. "node_modules/once": {
  7705. "version": "1.4.0",
  7706. "resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz",
  7707. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  7708. "dev": true,
  7709. "license": "ISC",
  7710. "dependencies": {
  7711. "wrappy": "1"
  7712. }
  7713. },
  7714. "node_modules/optionator": {
  7715. "version": "0.9.4",
  7716. "resolved": "https://registry.npmmirror.com/optionator/-/optionator-0.9.4.tgz",
  7717. "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  7718. "dev": true,
  7719. "license": "MIT",
  7720. "dependencies": {
  7721. "deep-is": "^0.1.3",
  7722. "fast-levenshtein": "^2.0.6",
  7723. "levn": "^0.4.1",
  7724. "prelude-ls": "^1.2.1",
  7725. "type-check": "^0.4.0",
  7726. "word-wrap": "^1.2.5"
  7727. },
  7728. "engines": {
  7729. "node": ">= 0.8.0"
  7730. }
  7731. },
  7732. "node_modules/orderedmap": {
  7733. "version": "2.1.1",
  7734. "resolved": "https://registry.npmmirror.com/orderedmap/-/orderedmap-2.1.1.tgz",
  7735. "integrity": "sha512-TvAWxi0nDe1j/rtMcWcIj94+Ffe6n7zhow33h40SKxmsmozs6dz/e+EajymfoFcHd7sxNn8yHM8839uixMOV6g==",
  7736. "license": "MIT"
  7737. },
  7738. "node_modules/p-limit": {
  7739. "version": "3.1.0",
  7740. "resolved": "https://registry.npmmirror.com/p-limit/-/p-limit-3.1.0.tgz",
  7741. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  7742. "dev": true,
  7743. "license": "MIT",
  7744. "dependencies": {
  7745. "yocto-queue": "^0.1.0"
  7746. },
  7747. "engines": {
  7748. "node": ">=10"
  7749. },
  7750. "funding": {
  7751. "url": "https://github.com/sponsors/sindresorhus"
  7752. }
  7753. },
  7754. "node_modules/p-locate": {
  7755. "version": "5.0.0",
  7756. "resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-5.0.0.tgz",
  7757. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  7758. "dev": true,
  7759. "license": "MIT",
  7760. "dependencies": {
  7761. "p-limit": "^3.0.2"
  7762. },
  7763. "engines": {
  7764. "node": ">=10"
  7765. },
  7766. "funding": {
  7767. "url": "https://github.com/sponsors/sindresorhus"
  7768. }
  7769. },
  7770. "node_modules/parent-module": {
  7771. "version": "1.0.1",
  7772. "resolved": "https://registry.npmmirror.com/parent-module/-/parent-module-1.0.1.tgz",
  7773. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  7774. "dev": true,
  7775. "license": "MIT",
  7776. "dependencies": {
  7777. "callsites": "^3.0.0"
  7778. },
  7779. "engines": {
  7780. "node": ">=6"
  7781. }
  7782. },
  7783. "node_modules/parse-entities": {
  7784. "version": "4.0.2",
  7785. "resolved": "https://registry.npmmirror.com/parse-entities/-/parse-entities-4.0.2.tgz",
  7786. "integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==",
  7787. "license": "MIT",
  7788. "dependencies": {
  7789. "@types/unist": "^2.0.0",
  7790. "character-entities-legacy": "^3.0.0",
  7791. "character-reference-invalid": "^2.0.0",
  7792. "decode-named-character-reference": "^1.0.0",
  7793. "is-alphanumerical": "^2.0.0",
  7794. "is-decimal": "^2.0.0",
  7795. "is-hexadecimal": "^2.0.0"
  7796. },
  7797. "funding": {
  7798. "type": "github",
  7799. "url": "https://github.com/sponsors/wooorm"
  7800. }
  7801. },
  7802. "node_modules/parse-entities/node_modules/@types/unist": {
  7803. "version": "2.0.11",
  7804. "resolved": "https://registry.npmmirror.com/@types/unist/-/unist-2.0.11.tgz",
  7805. "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
  7806. "license": "MIT"
  7807. },
  7808. "node_modules/parse5": {
  7809. "version": "8.0.0",
  7810. "resolved": "https://registry.npmmirror.com/parse5/-/parse5-8.0.0.tgz",
  7811. "integrity": "sha512-9m4m5GSgXjL4AjumKzq1Fgfp3Z8rsvjRNbnkVwfu2ImRqE5D0LnY2QfDen18FSY9C573YU5XxSapdHZTZ2WolA==",
  7812. "dev": true,
  7813. "license": "MIT",
  7814. "dependencies": {
  7815. "entities": "^6.0.0"
  7816. },
  7817. "funding": {
  7818. "url": "https://github.com/inikulin/parse5?sponsor=1"
  7819. }
  7820. },
  7821. "node_modules/parse5/node_modules/entities": {
  7822. "version": "6.0.1",
  7823. "resolved": "https://registry.npmmirror.com/entities/-/entities-6.0.1.tgz",
  7824. "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
  7825. "dev": true,
  7826. "license": "BSD-2-Clause",
  7827. "engines": {
  7828. "node": ">=0.12"
  7829. },
  7830. "funding": {
  7831. "url": "https://github.com/fb55/entities?sponsor=1"
  7832. }
  7833. },
  7834. "node_modules/path-exists": {
  7835. "version": "4.0.0",
  7836. "resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz",
  7837. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  7838. "dev": true,
  7839. "license": "MIT",
  7840. "engines": {
  7841. "node": ">=8"
  7842. }
  7843. },
  7844. "node_modules/path-is-absolute": {
  7845. "version": "1.0.1",
  7846. "resolved": "https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  7847. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  7848. "dev": true,
  7849. "license": "MIT",
  7850. "engines": {
  7851. "node": ">=0.10.0"
  7852. }
  7853. },
  7854. "node_modules/path-key": {
  7855. "version": "3.1.1",
  7856. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz",
  7857. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  7858. "dev": true,
  7859. "license": "MIT",
  7860. "engines": {
  7861. "node": ">=8"
  7862. }
  7863. },
  7864. "node_modules/path-type": {
  7865. "version": "4.0.0",
  7866. "resolved": "https://registry.npmmirror.com/path-type/-/path-type-4.0.0.tgz",
  7867. "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
  7868. "dev": true,
  7869. "license": "MIT",
  7870. "engines": {
  7871. "node": ">=8"
  7872. }
  7873. },
  7874. "node_modules/pathe": {
  7875. "version": "2.0.3",
  7876. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-2.0.3.tgz",
  7877. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  7878. "dev": true,
  7879. "license": "MIT"
  7880. },
  7881. "node_modules/picocolors": {
  7882. "version": "1.1.1",
  7883. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  7884. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  7885. "dev": true,
  7886. "license": "ISC"
  7887. },
  7888. "node_modules/picomatch": {
  7889. "version": "4.0.3",
  7890. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.3.tgz",
  7891. "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
  7892. "dev": true,
  7893. "license": "MIT",
  7894. "engines": {
  7895. "node": ">=12"
  7896. },
  7897. "funding": {
  7898. "url": "https://github.com/sponsors/jonschlinkert"
  7899. }
  7900. },
  7901. "node_modules/postcss": {
  7902. "version": "8.5.6",
  7903. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.6.tgz",
  7904. "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
  7905. "dev": true,
  7906. "funding": [
  7907. {
  7908. "type": "opencollective",
  7909. "url": "https://opencollective.com/postcss/"
  7910. },
  7911. {
  7912. "type": "tidelift",
  7913. "url": "https://tidelift.com/funding/github/npm/postcss"
  7914. },
  7915. {
  7916. "type": "github",
  7917. "url": "https://github.com/sponsors/ai"
  7918. }
  7919. ],
  7920. "license": "MIT",
  7921. "dependencies": {
  7922. "nanoid": "^3.3.11",
  7923. "picocolors": "^1.1.1",
  7924. "source-map-js": "^1.2.1"
  7925. },
  7926. "engines": {
  7927. "node": "^10 || ^12 || >=14"
  7928. }
  7929. },
  7930. "node_modules/postcss-value-parser": {
  7931. "version": "4.2.0",
  7932. "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  7933. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  7934. "dev": true,
  7935. "license": "MIT"
  7936. },
  7937. "node_modules/prelude-ls": {
  7938. "version": "1.2.1",
  7939. "resolved": "https://registry.npmmirror.com/prelude-ls/-/prelude-ls-1.2.1.tgz",
  7940. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  7941. "dev": true,
  7942. "license": "MIT",
  7943. "engines": {
  7944. "node": ">= 0.8.0"
  7945. }
  7946. },
  7947. "node_modules/pretty-format": {
  7948. "version": "27.5.1",
  7949. "resolved": "https://registry.npmmirror.com/pretty-format/-/pretty-format-27.5.1.tgz",
  7950. "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==",
  7951. "dev": true,
  7952. "license": "MIT",
  7953. "dependencies": {
  7954. "ansi-regex": "^5.0.1",
  7955. "ansi-styles": "^5.0.0",
  7956. "react-is": "^17.0.1"
  7957. },
  7958. "engines": {
  7959. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  7960. }
  7961. },
  7962. "node_modules/pretty-format/node_modules/ansi-styles": {
  7963. "version": "5.2.0",
  7964. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-5.2.0.tgz",
  7965. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
  7966. "dev": true,
  7967. "license": "MIT",
  7968. "engines": {
  7969. "node": ">=10"
  7970. },
  7971. "funding": {
  7972. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  7973. }
  7974. },
  7975. "node_modules/pretty-format/node_modules/react-is": {
  7976. "version": "17.0.2",
  7977. "resolved": "https://registry.npmmirror.com/react-is/-/react-is-17.0.2.tgz",
  7978. "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==",
  7979. "dev": true,
  7980. "license": "MIT"
  7981. },
  7982. "node_modules/prismjs": {
  7983. "version": "1.30.0",
  7984. "resolved": "https://registry.npmmirror.com/prismjs/-/prismjs-1.30.0.tgz",
  7985. "integrity": "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==",
  7986. "license": "MIT",
  7987. "engines": {
  7988. "node": ">=6"
  7989. }
  7990. },
  7991. "node_modules/prop-types": {
  7992. "version": "15.8.1",
  7993. "resolved": "https://registry.npmmirror.com/prop-types/-/prop-types-15.8.1.tgz",
  7994. "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
  7995. "license": "MIT",
  7996. "dependencies": {
  7997. "loose-envify": "^1.4.0",
  7998. "object-assign": "^4.1.1",
  7999. "react-is": "^16.13.1"
  8000. }
  8001. },
  8002. "node_modules/property-information": {
  8003. "version": "7.1.0",
  8004. "resolved": "https://registry.npmmirror.com/property-information/-/property-information-7.1.0.tgz",
  8005. "integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==",
  8006. "license": "MIT",
  8007. "funding": {
  8008. "type": "github",
  8009. "url": "https://github.com/sponsors/wooorm"
  8010. }
  8011. },
  8012. "node_modules/prosemirror-changeset": {
  8013. "version": "2.3.1",
  8014. "resolved": "https://registry.npmmirror.com/prosemirror-changeset/-/prosemirror-changeset-2.3.1.tgz",
  8015. "integrity": "sha512-j0kORIBm8ayJNl3zQvD1TTPHJX3g042et6y/KQhZhnPrruO8exkTgG8X+NRpj7kIyMMEx74Xb3DyMIBtO0IKkQ==",
  8016. "license": "MIT",
  8017. "dependencies": {
  8018. "prosemirror-transform": "^1.0.0"
  8019. }
  8020. },
  8021. "node_modules/prosemirror-collab": {
  8022. "version": "1.3.1",
  8023. "resolved": "https://registry.npmmirror.com/prosemirror-collab/-/prosemirror-collab-1.3.1.tgz",
  8024. "integrity": "sha512-4SnynYR9TTYaQVXd/ieUvsVV4PDMBzrq2xPUWutHivDuOshZXqQ5rGbZM84HEaXKbLdItse7weMGOUdDVcLKEQ==",
  8025. "license": "MIT",
  8026. "dependencies": {
  8027. "prosemirror-state": "^1.0.0"
  8028. }
  8029. },
  8030. "node_modules/prosemirror-commands": {
  8031. "version": "1.7.1",
  8032. "resolved": "https://registry.npmmirror.com/prosemirror-commands/-/prosemirror-commands-1.7.1.tgz",
  8033. "integrity": "sha512-rT7qZnQtx5c0/y/KlYaGvtG411S97UaL6gdp6RIZ23DLHanMYLyfGBV5DtSnZdthQql7W+lEVbpSfwtO8T+L2w==",
  8034. "license": "MIT",
  8035. "dependencies": {
  8036. "prosemirror-model": "^1.0.0",
  8037. "prosemirror-state": "^1.0.0",
  8038. "prosemirror-transform": "^1.10.2"
  8039. }
  8040. },
  8041. "node_modules/prosemirror-dropcursor": {
  8042. "version": "1.8.2",
  8043. "resolved": "https://registry.npmmirror.com/prosemirror-dropcursor/-/prosemirror-dropcursor-1.8.2.tgz",
  8044. "integrity": "sha512-CCk6Gyx9+Tt2sbYk5NK0nB1ukHi2ryaRgadV/LvyNuO3ena1payM2z6Cg0vO1ebK8cxbzo41ku2DE5Axj1Zuiw==",
  8045. "license": "MIT",
  8046. "dependencies": {
  8047. "prosemirror-state": "^1.0.0",
  8048. "prosemirror-transform": "^1.1.0",
  8049. "prosemirror-view": "^1.1.0"
  8050. }
  8051. },
  8052. "node_modules/prosemirror-gapcursor": {
  8053. "version": "1.4.0",
  8054. "resolved": "https://registry.npmmirror.com/prosemirror-gapcursor/-/prosemirror-gapcursor-1.4.0.tgz",
  8055. "integrity": "sha512-z00qvurSdCEWUIulij/isHaqu4uLS8r/Fi61IbjdIPJEonQgggbJsLnstW7Lgdk4zQ68/yr6B6bf7sJXowIgdQ==",
  8056. "license": "MIT",
  8057. "dependencies": {
  8058. "prosemirror-keymap": "^1.0.0",
  8059. "prosemirror-model": "^1.0.0",
  8060. "prosemirror-state": "^1.0.0",
  8061. "prosemirror-view": "^1.0.0"
  8062. }
  8063. },
  8064. "node_modules/prosemirror-history": {
  8065. "version": "1.5.0",
  8066. "resolved": "https://registry.npmmirror.com/prosemirror-history/-/prosemirror-history-1.5.0.tgz",
  8067. "integrity": "sha512-zlzTiH01eKA55UAf1MEjtssJeHnGxO0j4K4Dpx+gnmX9n+SHNlDqI2oO1Kv1iPN5B1dm5fsljCfqKF9nFL6HRg==",
  8068. "license": "MIT",
  8069. "dependencies": {
  8070. "prosemirror-state": "^1.2.2",
  8071. "prosemirror-transform": "^1.0.0",
  8072. "prosemirror-view": "^1.31.0",
  8073. "rope-sequence": "^1.3.0"
  8074. }
  8075. },
  8076. "node_modules/prosemirror-inputrules": {
  8077. "version": "1.5.1",
  8078. "resolved": "https://registry.npmmirror.com/prosemirror-inputrules/-/prosemirror-inputrules-1.5.1.tgz",
  8079. "integrity": "sha512-7wj4uMjKaXWAQ1CDgxNzNtR9AlsuwzHfdFH1ygEHA2KHF2DOEaXl1CJfNPAKCg9qNEh4rum975QLaCiQPyY6Fw==",
  8080. "license": "MIT",
  8081. "dependencies": {
  8082. "prosemirror-state": "^1.0.0",
  8083. "prosemirror-transform": "^1.0.0"
  8084. }
  8085. },
  8086. "node_modules/prosemirror-keymap": {
  8087. "version": "1.2.3",
  8088. "resolved": "https://registry.npmmirror.com/prosemirror-keymap/-/prosemirror-keymap-1.2.3.tgz",
  8089. "integrity": "sha512-4HucRlpiLd1IPQQXNqeo81BGtkY8Ai5smHhKW9jjPKRc2wQIxksg7Hl1tTI2IfT2B/LgX6bfYvXxEpJl7aKYKw==",
  8090. "license": "MIT",
  8091. "dependencies": {
  8092. "prosemirror-state": "^1.0.0",
  8093. "w3c-keyname": "^2.2.0"
  8094. }
  8095. },
  8096. "node_modules/prosemirror-markdown": {
  8097. "version": "1.13.4",
  8098. "resolved": "https://registry.npmmirror.com/prosemirror-markdown/-/prosemirror-markdown-1.13.4.tgz",
  8099. "integrity": "sha512-D98dm4cQ3Hs6EmjK500TdAOew4Z03EV71ajEFiWra3Upr7diytJsjF4mPV2dW+eK5uNectiRj0xFxYI9NLXDbw==",
  8100. "license": "MIT",
  8101. "dependencies": {
  8102. "@types/markdown-it": "^14.0.0",
  8103. "markdown-it": "^14.0.0",
  8104. "prosemirror-model": "^1.25.0"
  8105. }
  8106. },
  8107. "node_modules/prosemirror-menu": {
  8108. "version": "1.2.5",
  8109. "resolved": "https://registry.npmmirror.com/prosemirror-menu/-/prosemirror-menu-1.2.5.tgz",
  8110. "integrity": "sha512-qwXzynnpBIeg1D7BAtjOusR+81xCp53j7iWu/IargiRZqRjGIlQuu1f3jFi+ehrHhWMLoyOQTSRx/IWZJqOYtQ==",
  8111. "license": "MIT",
  8112. "dependencies": {
  8113. "crelt": "^1.0.0",
  8114. "prosemirror-commands": "^1.0.0",
  8115. "prosemirror-history": "^1.0.0",
  8116. "prosemirror-state": "^1.0.0"
  8117. }
  8118. },
  8119. "node_modules/prosemirror-model": {
  8120. "version": "1.25.4",
  8121. "resolved": "https://registry.npmmirror.com/prosemirror-model/-/prosemirror-model-1.25.4.tgz",
  8122. "integrity": "sha512-PIM7E43PBxKce8OQeezAs9j4TP+5yDpZVbuurd1h5phUxEKIu+G2a+EUZzIC5nS1mJktDJWzbqS23n1tsAf5QA==",
  8123. "license": "MIT",
  8124. "dependencies": {
  8125. "orderedmap": "^2.0.0"
  8126. }
  8127. },
  8128. "node_modules/prosemirror-schema-basic": {
  8129. "version": "1.2.4",
  8130. "resolved": "https://registry.npmmirror.com/prosemirror-schema-basic/-/prosemirror-schema-basic-1.2.4.tgz",
  8131. "integrity": "sha512-ELxP4TlX3yr2v5rM7Sb70SqStq5NvI15c0j9j/gjsrO5vaw+fnnpovCLEGIcpeGfifkuqJwl4fon6b+KdrODYQ==",
  8132. "license": "MIT",
  8133. "dependencies": {
  8134. "prosemirror-model": "^1.25.0"
  8135. }
  8136. },
  8137. "node_modules/prosemirror-schema-list": {
  8138. "version": "1.5.1",
  8139. "resolved": "https://registry.npmmirror.com/prosemirror-schema-list/-/prosemirror-schema-list-1.5.1.tgz",
  8140. "integrity": "sha512-927lFx/uwyQaGwJxLWCZRkjXG0p48KpMj6ueoYiu4JX05GGuGcgzAy62dfiV8eFZftgyBUvLx76RsMe20fJl+Q==",
  8141. "license": "MIT",
  8142. "dependencies": {
  8143. "prosemirror-model": "^1.0.0",
  8144. "prosemirror-state": "^1.0.0",
  8145. "prosemirror-transform": "^1.7.3"
  8146. }
  8147. },
  8148. "node_modules/prosemirror-state": {
  8149. "version": "1.4.4",
  8150. "resolved": "https://registry.npmmirror.com/prosemirror-state/-/prosemirror-state-1.4.4.tgz",
  8151. "integrity": "sha512-6jiYHH2CIGbCfnxdHbXZ12gySFY/fz/ulZE333G6bPqIZ4F+TXo9ifiR86nAHpWnfoNjOb3o5ESi7J8Uz1jXHw==",
  8152. "license": "MIT",
  8153. "dependencies": {
  8154. "prosemirror-model": "^1.0.0",
  8155. "prosemirror-transform": "^1.0.0",
  8156. "prosemirror-view": "^1.27.0"
  8157. }
  8158. },
  8159. "node_modules/prosemirror-tables": {
  8160. "version": "1.8.5",
  8161. "resolved": "https://registry.npmmirror.com/prosemirror-tables/-/prosemirror-tables-1.8.5.tgz",
  8162. "integrity": "sha512-V/0cDCsHKHe/tfWkeCmthNUcEp1IVO3p6vwN8XtwE9PZQLAZJigbw3QoraAdfJPir4NKJtNvOB8oYGKRl+t0Dw==",
  8163. "license": "MIT",
  8164. "dependencies": {
  8165. "prosemirror-keymap": "^1.2.3",
  8166. "prosemirror-model": "^1.25.4",
  8167. "prosemirror-state": "^1.4.4",
  8168. "prosemirror-transform": "^1.10.5",
  8169. "prosemirror-view": "^1.41.4"
  8170. }
  8171. },
  8172. "node_modules/prosemirror-trailing-node": {
  8173. "version": "3.0.0",
  8174. "resolved": "https://registry.npmmirror.com/prosemirror-trailing-node/-/prosemirror-trailing-node-3.0.0.tgz",
  8175. "integrity": "sha512-xiun5/3q0w5eRnGYfNlW1uU9W6x5MoFKWwq/0TIRgt09lv7Hcser2QYV8t4muXbEr+Fwo0geYn79Xs4GKywrRQ==",
  8176. "license": "MIT",
  8177. "dependencies": {
  8178. "@remirror/core-constants": "3.0.0",
  8179. "escape-string-regexp": "^4.0.0"
  8180. },
  8181. "peerDependencies": {
  8182. "prosemirror-model": "^1.22.1",
  8183. "prosemirror-state": "^1.4.2",
  8184. "prosemirror-view": "^1.33.8"
  8185. }
  8186. },
  8187. "node_modules/prosemirror-transform": {
  8188. "version": "1.11.0",
  8189. "resolved": "https://registry.npmmirror.com/prosemirror-transform/-/prosemirror-transform-1.11.0.tgz",
  8190. "integrity": "sha512-4I7Ce4KpygXb9bkiPS3hTEk4dSHorfRw8uI0pE8IhxlK2GXsqv5tIA7JUSxtSu7u8APVOTtbUBxTmnHIxVkIJw==",
  8191. "license": "MIT",
  8192. "dependencies": {
  8193. "prosemirror-model": "^1.21.0"
  8194. }
  8195. },
  8196. "node_modules/prosemirror-view": {
  8197. "version": "1.41.6",
  8198. "resolved": "https://registry.npmmirror.com/prosemirror-view/-/prosemirror-view-1.41.6.tgz",
  8199. "integrity": "sha512-mxpcDG4hNQa/CPtzxjdlir5bJFDlm0/x5nGBbStB2BWX+XOQ9M8ekEG+ojqB5BcVu2Rc80/jssCMZzSstJuSYg==",
  8200. "license": "MIT",
  8201. "dependencies": {
  8202. "prosemirror-model": "^1.20.0",
  8203. "prosemirror-state": "^1.0.0",
  8204. "prosemirror-transform": "^1.1.0"
  8205. }
  8206. },
  8207. "node_modules/proxy-from-env": {
  8208. "version": "1.1.0",
  8209. "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
  8210. "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
  8211. "license": "MIT"
  8212. },
  8213. "node_modules/punycode": {
  8214. "version": "2.3.1",
  8215. "resolved": "https://registry.npmmirror.com/punycode/-/punycode-2.3.1.tgz",
  8216. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  8217. "dev": true,
  8218. "license": "MIT",
  8219. "engines": {
  8220. "node": ">=6"
  8221. }
  8222. },
  8223. "node_modules/punycode.js": {
  8224. "version": "2.3.1",
  8225. "resolved": "https://registry.npmmirror.com/punycode.js/-/punycode.js-2.3.1.tgz",
  8226. "integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==",
  8227. "license": "MIT",
  8228. "engines": {
  8229. "node": ">=6"
  8230. }
  8231. },
  8232. "node_modules/queue-microtask": {
  8233. "version": "1.2.3",
  8234. "resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz",
  8235. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  8236. "dev": true,
  8237. "funding": [
  8238. {
  8239. "type": "github",
  8240. "url": "https://github.com/sponsors/feross"
  8241. },
  8242. {
  8243. "type": "patreon",
  8244. "url": "https://www.patreon.com/feross"
  8245. },
  8246. {
  8247. "type": "consulting",
  8248. "url": "https://feross.org/support"
  8249. }
  8250. ],
  8251. "license": "MIT"
  8252. },
  8253. "node_modules/react": {
  8254. "version": "18.3.1",
  8255. "resolved": "https://registry.npmmirror.com/react/-/react-18.3.1.tgz",
  8256. "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
  8257. "license": "MIT",
  8258. "dependencies": {
  8259. "loose-envify": "^1.1.0"
  8260. },
  8261. "engines": {
  8262. "node": ">=0.10.0"
  8263. }
  8264. },
  8265. "node_modules/react-dom": {
  8266. "version": "18.3.1",
  8267. "resolved": "https://registry.npmmirror.com/react-dom/-/react-dom-18.3.1.tgz",
  8268. "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==",
  8269. "license": "MIT",
  8270. "dependencies": {
  8271. "loose-envify": "^1.1.0",
  8272. "scheduler": "^0.23.2"
  8273. },
  8274. "peerDependencies": {
  8275. "react": "^18.3.1"
  8276. }
  8277. },
  8278. "node_modules/react-draggable": {
  8279. "version": "4.5.0",
  8280. "resolved": "https://registry.npmmirror.com/react-draggable/-/react-draggable-4.5.0.tgz",
  8281. "integrity": "sha512-VC+HBLEZ0XJxnOxVAZsdRi8rD04Iz3SiiKOoYzamjylUcju/hP9np/aZdLHf/7WOD268WMoNJMvYfB5yAK45cw==",
  8282. "license": "MIT",
  8283. "dependencies": {
  8284. "clsx": "^2.1.1",
  8285. "prop-types": "^15.8.1"
  8286. },
  8287. "peerDependencies": {
  8288. "react": ">= 16.3.0",
  8289. "react-dom": ">= 16.3.0"
  8290. }
  8291. },
  8292. "node_modules/react-error-boundary": {
  8293. "version": "6.1.1",
  8294. "resolved": "https://registry.npmmirror.com/react-error-boundary/-/react-error-boundary-6.1.1.tgz",
  8295. "integrity": "sha512-BrYwPOdXi5mqkk5lw+Uvt0ThHx32rCt3BkukS4X23A2AIWDPSGX6iaWTc0y9TU/mHDA/6qOSGel+B2ERkOvD1w==",
  8296. "license": "MIT",
  8297. "peerDependencies": {
  8298. "react": "^18.0.0 || ^19.0.0"
  8299. }
  8300. },
  8301. "node_modules/react-is": {
  8302. "version": "16.13.1",
  8303. "resolved": "https://registry.npmmirror.com/react-is/-/react-is-16.13.1.tgz",
  8304. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
  8305. "license": "MIT"
  8306. },
  8307. "node_modules/react-markdown": {
  8308. "version": "10.1.0",
  8309. "resolved": "https://registry.npmmirror.com/react-markdown/-/react-markdown-10.1.0.tgz",
  8310. "integrity": "sha512-qKxVopLT/TyA6BX3Ue5NwabOsAzm0Q7kAPwq6L+wWDwisYs7R8vZ0nRXqq6rkueboxpkjvLGU9fWifiX/ZZFxQ==",
  8311. "license": "MIT",
  8312. "dependencies": {
  8313. "@types/hast": "^3.0.0",
  8314. "@types/mdast": "^4.0.0",
  8315. "devlop": "^1.0.0",
  8316. "hast-util-to-jsx-runtime": "^2.0.0",
  8317. "html-url-attributes": "^3.0.0",
  8318. "mdast-util-to-hast": "^13.0.0",
  8319. "remark-parse": "^11.0.0",
  8320. "remark-rehype": "^11.0.0",
  8321. "unified": "^11.0.0",
  8322. "unist-util-visit": "^5.0.0",
  8323. "vfile": "^6.0.0"
  8324. },
  8325. "funding": {
  8326. "type": "opencollective",
  8327. "url": "https://opencollective.com/unified"
  8328. },
  8329. "peerDependencies": {
  8330. "@types/react": ">=18",
  8331. "react": ">=18"
  8332. }
  8333. },
  8334. "node_modules/react-refresh": {
  8335. "version": "0.17.0",
  8336. "resolved": "https://registry.npmmirror.com/react-refresh/-/react-refresh-0.17.0.tgz",
  8337. "integrity": "sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==",
  8338. "dev": true,
  8339. "license": "MIT",
  8340. "engines": {
  8341. "node": ">=0.10.0"
  8342. }
  8343. },
  8344. "node_modules/react-resizable": {
  8345. "version": "3.1.3",
  8346. "resolved": "https://registry.npmmirror.com/react-resizable/-/react-resizable-3.1.3.tgz",
  8347. "integrity": "sha512-liJBNayhX7qA4tBJiBD321FDhJxgGTJ07uzH5zSORXoE8h7PyEZ8mLqmosST7ppf6C4zUsbd2gzDMmBCfFp9Lw==",
  8348. "license": "MIT",
  8349. "dependencies": {
  8350. "prop-types": "15.x",
  8351. "react-draggable": "^4.5.0"
  8352. },
  8353. "peerDependencies": {
  8354. "react": ">= 16.3",
  8355. "react-dom": ">= 16.3"
  8356. }
  8357. },
  8358. "node_modules/react-window": {
  8359. "version": "1.8.11",
  8360. "resolved": "https://registry.npmmirror.com/react-window/-/react-window-1.8.11.tgz",
  8361. "integrity": "sha512-+SRbUVT2scadgFSWx+R1P754xHPEqvcfSfVX10QYg6POOz+WNgkN48pS+BtZNIMGiL1HYrSEiCkwsMS15QogEQ==",
  8362. "license": "MIT",
  8363. "dependencies": {
  8364. "@babel/runtime": "^7.0.0",
  8365. "memoize-one": ">=3.1.1 <6"
  8366. },
  8367. "engines": {
  8368. "node": ">8.0.0"
  8369. },
  8370. "peerDependencies": {
  8371. "react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
  8372. "react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  8373. }
  8374. },
  8375. "node_modules/recma-build-jsx": {
  8376. "version": "1.0.0",
  8377. "resolved": "https://registry.npmmirror.com/recma-build-jsx/-/recma-build-jsx-1.0.0.tgz",
  8378. "integrity": "sha512-8GtdyqaBcDfva+GUKDr3nev3VpKAhup1+RvkMvUxURHpW7QyIvk9F5wz7Vzo06CEMSilw6uArgRqhpiUcWp8ew==",
  8379. "license": "MIT",
  8380. "dependencies": {
  8381. "@types/estree": "^1.0.0",
  8382. "estree-util-build-jsx": "^3.0.0",
  8383. "vfile": "^6.0.0"
  8384. },
  8385. "funding": {
  8386. "type": "opencollective",
  8387. "url": "https://opencollective.com/unified"
  8388. }
  8389. },
  8390. "node_modules/recma-jsx": {
  8391. "version": "1.0.1",
  8392. "resolved": "https://registry.npmmirror.com/recma-jsx/-/recma-jsx-1.0.1.tgz",
  8393. "integrity": "sha512-huSIy7VU2Z5OLv6oFLosQGGDqPqdO1iq6bWNAdhzMxSJP7RAso4fCZ1cKu8j9YHCZf3TPrq4dw3okhrylgcd7w==",
  8394. "license": "MIT",
  8395. "dependencies": {
  8396. "acorn-jsx": "^5.0.0",
  8397. "estree-util-to-js": "^2.0.0",
  8398. "recma-parse": "^1.0.0",
  8399. "recma-stringify": "^1.0.0",
  8400. "unified": "^11.0.0"
  8401. },
  8402. "funding": {
  8403. "type": "opencollective",
  8404. "url": "https://opencollective.com/unified"
  8405. },
  8406. "peerDependencies": {
  8407. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  8408. }
  8409. },
  8410. "node_modules/recma-parse": {
  8411. "version": "1.0.0",
  8412. "resolved": "https://registry.npmmirror.com/recma-parse/-/recma-parse-1.0.0.tgz",
  8413. "integrity": "sha512-OYLsIGBB5Y5wjnSnQW6t3Xg7q3fQ7FWbw/vcXtORTnyaSFscOtABg+7Pnz6YZ6c27fG1/aN8CjfwoUEUIdwqWQ==",
  8414. "license": "MIT",
  8415. "dependencies": {
  8416. "@types/estree": "^1.0.0",
  8417. "esast-util-from-js": "^2.0.0",
  8418. "unified": "^11.0.0",
  8419. "vfile": "^6.0.0"
  8420. },
  8421. "funding": {
  8422. "type": "opencollective",
  8423. "url": "https://opencollective.com/unified"
  8424. }
  8425. },
  8426. "node_modules/recma-stringify": {
  8427. "version": "1.0.0",
  8428. "resolved": "https://registry.npmmirror.com/recma-stringify/-/recma-stringify-1.0.0.tgz",
  8429. "integrity": "sha512-cjwII1MdIIVloKvC9ErQ+OgAtwHBmcZ0Bg4ciz78FtbT8In39aAYbaA7zvxQ61xVMSPE8WxhLwLbhif4Js2C+g==",
  8430. "license": "MIT",
  8431. "dependencies": {
  8432. "@types/estree": "^1.0.0",
  8433. "estree-util-to-js": "^2.0.0",
  8434. "unified": "^11.0.0",
  8435. "vfile": "^6.0.0"
  8436. },
  8437. "funding": {
  8438. "type": "opencollective",
  8439. "url": "https://opencollective.com/unified"
  8440. }
  8441. },
  8442. "node_modules/rehype-recma": {
  8443. "version": "1.0.0",
  8444. "resolved": "https://registry.npmmirror.com/rehype-recma/-/rehype-recma-1.0.0.tgz",
  8445. "integrity": "sha512-lqA4rGUf1JmacCNWWZx0Wv1dHqMwxzsDWYMTowuplHF3xH0N/MmrZ/G3BDZnzAkRmxDadujCjaKM2hqYdCBOGw==",
  8446. "license": "MIT",
  8447. "dependencies": {
  8448. "@types/estree": "^1.0.0",
  8449. "@types/hast": "^3.0.0",
  8450. "hast-util-to-estree": "^3.0.0"
  8451. },
  8452. "funding": {
  8453. "type": "opencollective",
  8454. "url": "https://opencollective.com/unified"
  8455. }
  8456. },
  8457. "node_modules/remark-gfm": {
  8458. "version": "4.0.1",
  8459. "resolved": "https://registry.npmmirror.com/remark-gfm/-/remark-gfm-4.0.1.tgz",
  8460. "integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==",
  8461. "license": "MIT",
  8462. "dependencies": {
  8463. "@types/mdast": "^4.0.0",
  8464. "mdast-util-gfm": "^3.0.0",
  8465. "micromark-extension-gfm": "^3.0.0",
  8466. "remark-parse": "^11.0.0",
  8467. "remark-stringify": "^11.0.0",
  8468. "unified": "^11.0.0"
  8469. },
  8470. "funding": {
  8471. "type": "opencollective",
  8472. "url": "https://opencollective.com/unified"
  8473. }
  8474. },
  8475. "node_modules/remark-mdx": {
  8476. "version": "3.1.1",
  8477. "resolved": "https://registry.npmmirror.com/remark-mdx/-/remark-mdx-3.1.1.tgz",
  8478. "integrity": "sha512-Pjj2IYlUY3+D8x00UJsIOg5BEvfMyeI+2uLPn9VO9Wg4MEtN/VTIq2NEJQfde9PnX15KgtHyl9S0BcTnWrIuWg==",
  8479. "license": "MIT",
  8480. "dependencies": {
  8481. "mdast-util-mdx": "^3.0.0",
  8482. "micromark-extension-mdxjs": "^3.0.0"
  8483. },
  8484. "funding": {
  8485. "type": "opencollective",
  8486. "url": "https://opencollective.com/unified"
  8487. }
  8488. },
  8489. "node_modules/remark-parse": {
  8490. "version": "11.0.0",
  8491. "resolved": "https://registry.npmmirror.com/remark-parse/-/remark-parse-11.0.0.tgz",
  8492. "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==",
  8493. "license": "MIT",
  8494. "dependencies": {
  8495. "@types/mdast": "^4.0.0",
  8496. "mdast-util-from-markdown": "^2.0.0",
  8497. "micromark-util-types": "^2.0.0",
  8498. "unified": "^11.0.0"
  8499. },
  8500. "funding": {
  8501. "type": "opencollective",
  8502. "url": "https://opencollective.com/unified"
  8503. }
  8504. },
  8505. "node_modules/remark-rehype": {
  8506. "version": "11.1.2",
  8507. "resolved": "https://registry.npmmirror.com/remark-rehype/-/remark-rehype-11.1.2.tgz",
  8508. "integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==",
  8509. "license": "MIT",
  8510. "dependencies": {
  8511. "@types/hast": "^3.0.0",
  8512. "@types/mdast": "^4.0.0",
  8513. "mdast-util-to-hast": "^13.0.0",
  8514. "unified": "^11.0.0",
  8515. "vfile": "^6.0.0"
  8516. },
  8517. "funding": {
  8518. "type": "opencollective",
  8519. "url": "https://opencollective.com/unified"
  8520. }
  8521. },
  8522. "node_modules/remark-stringify": {
  8523. "version": "11.0.0",
  8524. "resolved": "https://registry.npmmirror.com/remark-stringify/-/remark-stringify-11.0.0.tgz",
  8525. "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==",
  8526. "license": "MIT",
  8527. "dependencies": {
  8528. "@types/mdast": "^4.0.0",
  8529. "mdast-util-to-markdown": "^2.0.0",
  8530. "unified": "^11.0.0"
  8531. },
  8532. "funding": {
  8533. "type": "opencollective",
  8534. "url": "https://opencollective.com/unified"
  8535. }
  8536. },
  8537. "node_modules/require-from-string": {
  8538. "version": "2.0.2",
  8539. "resolved": "https://registry.npmmirror.com/require-from-string/-/require-from-string-2.0.2.tgz",
  8540. "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
  8541. "dev": true,
  8542. "license": "MIT",
  8543. "engines": {
  8544. "node": ">=0.10.0"
  8545. }
  8546. },
  8547. "node_modules/resolve-from": {
  8548. "version": "4.0.0",
  8549. "resolved": "https://registry.npmmirror.com/resolve-from/-/resolve-from-4.0.0.tgz",
  8550. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  8551. "dev": true,
  8552. "license": "MIT",
  8553. "engines": {
  8554. "node": ">=4"
  8555. }
  8556. },
  8557. "node_modules/reusify": {
  8558. "version": "1.1.0",
  8559. "resolved": "https://registry.npmmirror.com/reusify/-/reusify-1.1.0.tgz",
  8560. "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  8561. "dev": true,
  8562. "license": "MIT",
  8563. "engines": {
  8564. "iojs": ">=1.0.0",
  8565. "node": ">=0.10.0"
  8566. }
  8567. },
  8568. "node_modules/rimraf": {
  8569. "version": "3.0.2",
  8570. "resolved": "https://registry.npmmirror.com/rimraf/-/rimraf-3.0.2.tgz",
  8571. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  8572. "deprecated": "Rimraf versions prior to v4 are no longer supported",
  8573. "dev": true,
  8574. "license": "ISC",
  8575. "dependencies": {
  8576. "glob": "^7.1.3"
  8577. },
  8578. "bin": {
  8579. "rimraf": "bin.js"
  8580. },
  8581. "funding": {
  8582. "url": "https://github.com/sponsors/isaacs"
  8583. }
  8584. },
  8585. "node_modules/robust-predicates": {
  8586. "version": "3.0.2",
  8587. "resolved": "https://registry.npmmirror.com/robust-predicates/-/robust-predicates-3.0.2.tgz",
  8588. "integrity": "sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==",
  8589. "license": "Unlicense"
  8590. },
  8591. "node_modules/rollup": {
  8592. "version": "4.57.1",
  8593. "resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.57.1.tgz",
  8594. "integrity": "sha512-oQL6lgK3e2QZeQ7gcgIkS2YZPg5slw37hYufJ3edKlfQSGGm8ICoxswK15ntSzF/a8+h7ekRy7k7oWc3BQ7y8A==",
  8595. "dev": true,
  8596. "license": "MIT",
  8597. "dependencies": {
  8598. "@types/estree": "1.0.8"
  8599. },
  8600. "bin": {
  8601. "rollup": "dist/bin/rollup"
  8602. },
  8603. "engines": {
  8604. "node": ">=18.0.0",
  8605. "npm": ">=8.0.0"
  8606. },
  8607. "optionalDependencies": {
  8608. "@rollup/rollup-android-arm-eabi": "4.57.1",
  8609. "@rollup/rollup-android-arm64": "4.57.1",
  8610. "@rollup/rollup-darwin-arm64": "4.57.1",
  8611. "@rollup/rollup-darwin-x64": "4.57.1",
  8612. "@rollup/rollup-freebsd-arm64": "4.57.1",
  8613. "@rollup/rollup-freebsd-x64": "4.57.1",
  8614. "@rollup/rollup-linux-arm-gnueabihf": "4.57.1",
  8615. "@rollup/rollup-linux-arm-musleabihf": "4.57.1",
  8616. "@rollup/rollup-linux-arm64-gnu": "4.57.1",
  8617. "@rollup/rollup-linux-arm64-musl": "4.57.1",
  8618. "@rollup/rollup-linux-loong64-gnu": "4.57.1",
  8619. "@rollup/rollup-linux-loong64-musl": "4.57.1",
  8620. "@rollup/rollup-linux-ppc64-gnu": "4.57.1",
  8621. "@rollup/rollup-linux-ppc64-musl": "4.57.1",
  8622. "@rollup/rollup-linux-riscv64-gnu": "4.57.1",
  8623. "@rollup/rollup-linux-riscv64-musl": "4.57.1",
  8624. "@rollup/rollup-linux-s390x-gnu": "4.57.1",
  8625. "@rollup/rollup-linux-x64-gnu": "4.57.1",
  8626. "@rollup/rollup-linux-x64-musl": "4.57.1",
  8627. "@rollup/rollup-openbsd-x64": "4.57.1",
  8628. "@rollup/rollup-openharmony-arm64": "4.57.1",
  8629. "@rollup/rollup-win32-arm64-msvc": "4.57.1",
  8630. "@rollup/rollup-win32-ia32-msvc": "4.57.1",
  8631. "@rollup/rollup-win32-x64-gnu": "4.57.1",
  8632. "@rollup/rollup-win32-x64-msvc": "4.57.1",
  8633. "fsevents": "~2.3.2"
  8634. }
  8635. },
  8636. "node_modules/rope-sequence": {
  8637. "version": "1.3.4",
  8638. "resolved": "https://registry.npmmirror.com/rope-sequence/-/rope-sequence-1.3.4.tgz",
  8639. "integrity": "sha512-UT5EDe2cu2E/6O4igUr5PSFs23nvvukicWHx6GnOPlHAiiYbzNuCRQCuiUdHJQcqKalLKlrYJnjY0ySGsXNQXQ==",
  8640. "license": "MIT"
  8641. },
  8642. "node_modules/run-parallel": {
  8643. "version": "1.2.0",
  8644. "resolved": "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz",
  8645. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  8646. "dev": true,
  8647. "funding": [
  8648. {
  8649. "type": "github",
  8650. "url": "https://github.com/sponsors/feross"
  8651. },
  8652. {
  8653. "type": "patreon",
  8654. "url": "https://www.patreon.com/feross"
  8655. },
  8656. {
  8657. "type": "consulting",
  8658. "url": "https://feross.org/support"
  8659. }
  8660. ],
  8661. "license": "MIT",
  8662. "dependencies": {
  8663. "queue-microtask": "^1.2.2"
  8664. }
  8665. },
  8666. "node_modules/rw": {
  8667. "version": "1.3.3",
  8668. "resolved": "https://registry.npmmirror.com/rw/-/rw-1.3.3.tgz",
  8669. "integrity": "sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==",
  8670. "license": "BSD-3-Clause"
  8671. },
  8672. "node_modules/safer-buffer": {
  8673. "version": "2.1.2",
  8674. "resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
  8675. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
  8676. "license": "MIT"
  8677. },
  8678. "node_modules/saxes": {
  8679. "version": "6.0.0",
  8680. "resolved": "https://registry.npmmirror.com/saxes/-/saxes-6.0.0.tgz",
  8681. "integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==",
  8682. "dev": true,
  8683. "license": "ISC",
  8684. "dependencies": {
  8685. "xmlchars": "^2.2.0"
  8686. },
  8687. "engines": {
  8688. "node": ">=v12.22.7"
  8689. }
  8690. },
  8691. "node_modules/scheduler": {
  8692. "version": "0.23.2",
  8693. "resolved": "https://registry.npmmirror.com/scheduler/-/scheduler-0.23.2.tgz",
  8694. "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==",
  8695. "license": "MIT",
  8696. "dependencies": {
  8697. "loose-envify": "^1.1.0"
  8698. }
  8699. },
  8700. "node_modules/scroll-into-view-if-needed": {
  8701. "version": "2.2.31",
  8702. "resolved": "https://registry.npmmirror.com/scroll-into-view-if-needed/-/scroll-into-view-if-needed-2.2.31.tgz",
  8703. "integrity": "sha512-dGCXy99wZQivjmjIqihaBQNjryrz5rueJY7eHfTdyWEiR4ttYpsajb14rn9s5d4DY4EcY6+4+U/maARBXJedkA==",
  8704. "license": "MIT",
  8705. "dependencies": {
  8706. "compute-scroll-into-view": "^1.0.20"
  8707. }
  8708. },
  8709. "node_modules/semver": {
  8710. "version": "7.7.4",
  8711. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.4.tgz",
  8712. "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
  8713. "dev": true,
  8714. "license": "ISC",
  8715. "bin": {
  8716. "semver": "bin/semver.js"
  8717. },
  8718. "engines": {
  8719. "node": ">=10"
  8720. }
  8721. },
  8722. "node_modules/shebang-command": {
  8723. "version": "2.0.0",
  8724. "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz",
  8725. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  8726. "dev": true,
  8727. "license": "MIT",
  8728. "dependencies": {
  8729. "shebang-regex": "^3.0.0"
  8730. },
  8731. "engines": {
  8732. "node": ">=8"
  8733. }
  8734. },
  8735. "node_modules/shebang-regex": {
  8736. "version": "3.0.0",
  8737. "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz",
  8738. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  8739. "dev": true,
  8740. "license": "MIT",
  8741. "engines": {
  8742. "node": ">=8"
  8743. }
  8744. },
  8745. "node_modules/siginfo": {
  8746. "version": "2.0.0",
  8747. "resolved": "https://registry.npmmirror.com/siginfo/-/siginfo-2.0.0.tgz",
  8748. "integrity": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==",
  8749. "dev": true,
  8750. "license": "ISC"
  8751. },
  8752. "node_modules/slash": {
  8753. "version": "3.0.0",
  8754. "resolved": "https://registry.npmmirror.com/slash/-/slash-3.0.0.tgz",
  8755. "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
  8756. "dev": true,
  8757. "license": "MIT",
  8758. "engines": {
  8759. "node": ">=8"
  8760. }
  8761. },
  8762. "node_modules/source-map": {
  8763. "version": "0.7.6",
  8764. "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.7.6.tgz",
  8765. "integrity": "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==",
  8766. "license": "BSD-3-Clause",
  8767. "engines": {
  8768. "node": ">= 12"
  8769. }
  8770. },
  8771. "node_modules/source-map-js": {
  8772. "version": "1.2.1",
  8773. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  8774. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  8775. "dev": true,
  8776. "license": "BSD-3-Clause",
  8777. "engines": {
  8778. "node": ">=0.10.0"
  8779. }
  8780. },
  8781. "node_modules/space-separated-tokens": {
  8782. "version": "2.0.2",
  8783. "resolved": "https://registry.npmmirror.com/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
  8784. "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
  8785. "license": "MIT",
  8786. "funding": {
  8787. "type": "github",
  8788. "url": "https://github.com/sponsors/wooorm"
  8789. }
  8790. },
  8791. "node_modules/stackback": {
  8792. "version": "0.0.2",
  8793. "resolved": "https://registry.npmmirror.com/stackback/-/stackback-0.0.2.tgz",
  8794. "integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==",
  8795. "dev": true,
  8796. "license": "MIT"
  8797. },
  8798. "node_modules/std-env": {
  8799. "version": "3.10.0",
  8800. "resolved": "https://registry.npmmirror.com/std-env/-/std-env-3.10.0.tgz",
  8801. "integrity": "sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==",
  8802. "dev": true,
  8803. "license": "MIT"
  8804. },
  8805. "node_modules/stringify-entities": {
  8806. "version": "4.0.4",
  8807. "resolved": "https://registry.npmmirror.com/stringify-entities/-/stringify-entities-4.0.4.tgz",
  8808. "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==",
  8809. "license": "MIT",
  8810. "dependencies": {
  8811. "character-entities-html4": "^2.0.0",
  8812. "character-entities-legacy": "^3.0.0"
  8813. },
  8814. "funding": {
  8815. "type": "github",
  8816. "url": "https://github.com/sponsors/wooorm"
  8817. }
  8818. },
  8819. "node_modules/strip-ansi": {
  8820. "version": "6.0.1",
  8821. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  8822. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  8823. "dev": true,
  8824. "license": "MIT",
  8825. "dependencies": {
  8826. "ansi-regex": "^5.0.1"
  8827. },
  8828. "engines": {
  8829. "node": ">=8"
  8830. }
  8831. },
  8832. "node_modules/strip-json-comments": {
  8833. "version": "3.1.1",
  8834. "resolved": "https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  8835. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  8836. "dev": true,
  8837. "license": "MIT",
  8838. "engines": {
  8839. "node": ">=8"
  8840. },
  8841. "funding": {
  8842. "url": "https://github.com/sponsors/sindresorhus"
  8843. }
  8844. },
  8845. "node_modules/style-to-js": {
  8846. "version": "1.1.21",
  8847. "resolved": "https://registry.npmmirror.com/style-to-js/-/style-to-js-1.1.21.tgz",
  8848. "integrity": "sha512-RjQetxJrrUJLQPHbLku6U/ocGtzyjbJMP9lCNK7Ag0CNh690nSH8woqWH9u16nMjYBAok+i7JO1NP2pOy8IsPQ==",
  8849. "license": "MIT",
  8850. "dependencies": {
  8851. "style-to-object": "1.0.14"
  8852. }
  8853. },
  8854. "node_modules/style-to-object": {
  8855. "version": "1.0.14",
  8856. "resolved": "https://registry.npmmirror.com/style-to-object/-/style-to-object-1.0.14.tgz",
  8857. "integrity": "sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==",
  8858. "license": "MIT",
  8859. "dependencies": {
  8860. "inline-style-parser": "0.2.7"
  8861. }
  8862. },
  8863. "node_modules/supports-color": {
  8864. "version": "7.2.0",
  8865. "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz",
  8866. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  8867. "dev": true,
  8868. "license": "MIT",
  8869. "dependencies": {
  8870. "has-flag": "^4.0.0"
  8871. },
  8872. "engines": {
  8873. "node": ">=8"
  8874. }
  8875. },
  8876. "node_modules/symbol-tree": {
  8877. "version": "3.2.4",
  8878. "resolved": "https://registry.npmmirror.com/symbol-tree/-/symbol-tree-3.2.4.tgz",
  8879. "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
  8880. "dev": true,
  8881. "license": "MIT"
  8882. },
  8883. "node_modules/tailwindcss": {
  8884. "version": "4.1.18",
  8885. "resolved": "https://registry.npmmirror.com/tailwindcss/-/tailwindcss-4.1.18.tgz",
  8886. "integrity": "sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==",
  8887. "dev": true,
  8888. "license": "MIT"
  8889. },
  8890. "node_modules/tapable": {
  8891. "version": "2.3.0",
  8892. "resolved": "https://registry.npmmirror.com/tapable/-/tapable-2.3.0.tgz",
  8893. "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==",
  8894. "dev": true,
  8895. "license": "MIT",
  8896. "engines": {
  8897. "node": ">=6"
  8898. },
  8899. "funding": {
  8900. "type": "opencollective",
  8901. "url": "https://opencollective.com/webpack"
  8902. }
  8903. },
  8904. "node_modules/text-table": {
  8905. "version": "0.2.0",
  8906. "resolved": "https://registry.npmmirror.com/text-table/-/text-table-0.2.0.tgz",
  8907. "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
  8908. "dev": true,
  8909. "license": "MIT"
  8910. },
  8911. "node_modules/tinybench": {
  8912. "version": "2.9.0",
  8913. "resolved": "https://registry.npmmirror.com/tinybench/-/tinybench-2.9.0.tgz",
  8914. "integrity": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==",
  8915. "dev": true,
  8916. "license": "MIT"
  8917. },
  8918. "node_modules/tinyexec": {
  8919. "version": "1.0.2",
  8920. "resolved": "https://registry.npmmirror.com/tinyexec/-/tinyexec-1.0.2.tgz",
  8921. "integrity": "sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==",
  8922. "dev": true,
  8923. "license": "MIT",
  8924. "engines": {
  8925. "node": ">=18"
  8926. }
  8927. },
  8928. "node_modules/tinyglobby": {
  8929. "version": "0.2.15",
  8930. "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.15.tgz",
  8931. "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
  8932. "dev": true,
  8933. "license": "MIT",
  8934. "dependencies": {
  8935. "fdir": "^6.5.0",
  8936. "picomatch": "^4.0.3"
  8937. },
  8938. "engines": {
  8939. "node": ">=12.0.0"
  8940. },
  8941. "funding": {
  8942. "url": "https://github.com/sponsors/SuperchupuDev"
  8943. }
  8944. },
  8945. "node_modules/tinyrainbow": {
  8946. "version": "3.0.3",
  8947. "resolved": "https://registry.npmmirror.com/tinyrainbow/-/tinyrainbow-3.0.3.tgz",
  8948. "integrity": "sha512-PSkbLUoxOFRzJYjjxHJt9xro7D+iilgMX/C9lawzVuYiIdcihh9DXmVibBe8lmcFrRi/VzlPjBxbN7rH24q8/Q==",
  8949. "dev": true,
  8950. "license": "MIT",
  8951. "engines": {
  8952. "node": ">=14.0.0"
  8953. }
  8954. },
  8955. "node_modules/tldts": {
  8956. "version": "7.0.23",
  8957. "resolved": "https://registry.npmmirror.com/tldts/-/tldts-7.0.23.tgz",
  8958. "integrity": "sha512-ASdhgQIBSay0R/eXggAkQ53G4nTJqTXqC2kbaBbdDwM7SkjyZyO0OaaN1/FH7U/yCeqOHDwFO5j8+Os/IS1dXw==",
  8959. "dev": true,
  8960. "license": "MIT",
  8961. "dependencies": {
  8962. "tldts-core": "^7.0.23"
  8963. },
  8964. "bin": {
  8965. "tldts": "bin/cli.js"
  8966. }
  8967. },
  8968. "node_modules/tldts-core": {
  8969. "version": "7.0.23",
  8970. "resolved": "https://registry.npmmirror.com/tldts-core/-/tldts-core-7.0.23.tgz",
  8971. "integrity": "sha512-0g9vrtDQLrNIiCj22HSe9d4mLVG3g5ph5DZ8zCKBr4OtrspmNB6ss7hVyzArAeE88ceZocIEGkyW1Ime7fxPtQ==",
  8972. "dev": true,
  8973. "license": "MIT"
  8974. },
  8975. "node_modules/to-regex-range": {
  8976. "version": "5.0.1",
  8977. "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
  8978. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  8979. "dev": true,
  8980. "license": "MIT",
  8981. "dependencies": {
  8982. "is-number": "^7.0.0"
  8983. },
  8984. "engines": {
  8985. "node": ">=8.0"
  8986. }
  8987. },
  8988. "node_modules/tough-cookie": {
  8989. "version": "6.0.0",
  8990. "resolved": "https://registry.npmmirror.com/tough-cookie/-/tough-cookie-6.0.0.tgz",
  8991. "integrity": "sha512-kXuRi1mtaKMrsLUxz3sQYvVl37B0Ns6MzfrtV5DvJceE9bPyspOqk9xxv7XbZWcfLWbFmm997vl83qUWVJA64w==",
  8992. "dev": true,
  8993. "license": "BSD-3-Clause",
  8994. "dependencies": {
  8995. "tldts": "^7.0.5"
  8996. },
  8997. "engines": {
  8998. "node": ">=16"
  8999. }
  9000. },
  9001. "node_modules/tr46": {
  9002. "version": "6.0.0",
  9003. "resolved": "https://registry.npmmirror.com/tr46/-/tr46-6.0.0.tgz",
  9004. "integrity": "sha512-bLVMLPtstlZ4iMQHpFHTR7GAGj2jxi8Dg0s2h2MafAE4uSWF98FC/3MomU51iQAMf8/qDUbKWf5GxuvvVcXEhw==",
  9005. "dev": true,
  9006. "license": "MIT",
  9007. "dependencies": {
  9008. "punycode": "^2.3.1"
  9009. },
  9010. "engines": {
  9011. "node": ">=20"
  9012. }
  9013. },
  9014. "node_modules/trim-lines": {
  9015. "version": "3.0.1",
  9016. "resolved": "https://registry.npmmirror.com/trim-lines/-/trim-lines-3.0.1.tgz",
  9017. "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
  9018. "license": "MIT",
  9019. "funding": {
  9020. "type": "github",
  9021. "url": "https://github.com/sponsors/wooorm"
  9022. }
  9023. },
  9024. "node_modules/trough": {
  9025. "version": "2.2.0",
  9026. "resolved": "https://registry.npmmirror.com/trough/-/trough-2.2.0.tgz",
  9027. "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==",
  9028. "license": "MIT",
  9029. "funding": {
  9030. "type": "github",
  9031. "url": "https://github.com/sponsors/wooorm"
  9032. }
  9033. },
  9034. "node_modules/ts-api-utils": {
  9035. "version": "1.4.3",
  9036. "resolved": "https://registry.npmmirror.com/ts-api-utils/-/ts-api-utils-1.4.3.tgz",
  9037. "integrity": "sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==",
  9038. "dev": true,
  9039. "license": "MIT",
  9040. "engines": {
  9041. "node": ">=16"
  9042. },
  9043. "peerDependencies": {
  9044. "typescript": ">=4.2.0"
  9045. }
  9046. },
  9047. "node_modules/tslib": {
  9048. "version": "2.8.1",
  9049. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz",
  9050. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  9051. "license": "0BSD"
  9052. },
  9053. "node_modules/type-check": {
  9054. "version": "0.4.0",
  9055. "resolved": "https://registry.npmmirror.com/type-check/-/type-check-0.4.0.tgz",
  9056. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  9057. "dev": true,
  9058. "license": "MIT",
  9059. "dependencies": {
  9060. "prelude-ls": "^1.2.1"
  9061. },
  9062. "engines": {
  9063. "node": ">= 0.8.0"
  9064. }
  9065. },
  9066. "node_modules/type-fest": {
  9067. "version": "0.20.2",
  9068. "resolved": "https://registry.npmmirror.com/type-fest/-/type-fest-0.20.2.tgz",
  9069. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  9070. "dev": true,
  9071. "license": "(MIT OR CC0-1.0)",
  9072. "engines": {
  9073. "node": ">=10"
  9074. },
  9075. "funding": {
  9076. "url": "https://github.com/sponsors/sindresorhus"
  9077. }
  9078. },
  9079. "node_modules/typescript": {
  9080. "version": "5.9.3",
  9081. "resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.9.3.tgz",
  9082. "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
  9083. "dev": true,
  9084. "license": "Apache-2.0",
  9085. "bin": {
  9086. "tsc": "bin/tsc",
  9087. "tsserver": "bin/tsserver"
  9088. },
  9089. "engines": {
  9090. "node": ">=14.17"
  9091. }
  9092. },
  9093. "node_modules/uc.micro": {
  9094. "version": "2.1.0",
  9095. "resolved": "https://registry.npmmirror.com/uc.micro/-/uc.micro-2.1.0.tgz",
  9096. "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==",
  9097. "license": "MIT"
  9098. },
  9099. "node_modules/undici": {
  9100. "version": "7.22.0",
  9101. "resolved": "https://registry.npmmirror.com/undici/-/undici-7.22.0.tgz",
  9102. "integrity": "sha512-RqslV2Us5BrllB+JeiZnK4peryVTndy9Dnqq62S3yYRRTj0tFQCwEniUy2167skdGOy3vqRzEvl1Dm4sV2ReDg==",
  9103. "dev": true,
  9104. "license": "MIT",
  9105. "engines": {
  9106. "node": ">=20.18.1"
  9107. }
  9108. },
  9109. "node_modules/undici-types": {
  9110. "version": "6.21.0",
  9111. "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-6.21.0.tgz",
  9112. "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
  9113. "dev": true,
  9114. "license": "MIT"
  9115. },
  9116. "node_modules/unified": {
  9117. "version": "11.0.5",
  9118. "resolved": "https://registry.npmmirror.com/unified/-/unified-11.0.5.tgz",
  9119. "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==",
  9120. "license": "MIT",
  9121. "dependencies": {
  9122. "@types/unist": "^3.0.0",
  9123. "bail": "^2.0.0",
  9124. "devlop": "^1.0.0",
  9125. "extend": "^3.0.0",
  9126. "is-plain-obj": "^4.0.0",
  9127. "trough": "^2.0.0",
  9128. "vfile": "^6.0.0"
  9129. },
  9130. "funding": {
  9131. "type": "opencollective",
  9132. "url": "https://opencollective.com/unified"
  9133. }
  9134. },
  9135. "node_modules/unist-util-is": {
  9136. "version": "6.0.1",
  9137. "resolved": "https://registry.npmmirror.com/unist-util-is/-/unist-util-is-6.0.1.tgz",
  9138. "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==",
  9139. "license": "MIT",
  9140. "dependencies": {
  9141. "@types/unist": "^3.0.0"
  9142. },
  9143. "funding": {
  9144. "type": "opencollective",
  9145. "url": "https://opencollective.com/unified"
  9146. }
  9147. },
  9148. "node_modules/unist-util-position": {
  9149. "version": "5.0.0",
  9150. "resolved": "https://registry.npmmirror.com/unist-util-position/-/unist-util-position-5.0.0.tgz",
  9151. "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
  9152. "license": "MIT",
  9153. "dependencies": {
  9154. "@types/unist": "^3.0.0"
  9155. },
  9156. "funding": {
  9157. "type": "opencollective",
  9158. "url": "https://opencollective.com/unified"
  9159. }
  9160. },
  9161. "node_modules/unist-util-position-from-estree": {
  9162. "version": "2.0.0",
  9163. "resolved": "https://registry.npmmirror.com/unist-util-position-from-estree/-/unist-util-position-from-estree-2.0.0.tgz",
  9164. "integrity": "sha512-KaFVRjoqLyF6YXCbVLNad/eS4+OfPQQn2yOd7zF/h5T/CSL2v8NpN6a5TPvtbXthAGw5nG+PuTtq+DdIZr+cRQ==",
  9165. "license": "MIT",
  9166. "dependencies": {
  9167. "@types/unist": "^3.0.0"
  9168. },
  9169. "funding": {
  9170. "type": "opencollective",
  9171. "url": "https://opencollective.com/unified"
  9172. }
  9173. },
  9174. "node_modules/unist-util-stringify-position": {
  9175. "version": "4.0.0",
  9176. "resolved": "https://registry.npmmirror.com/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
  9177. "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
  9178. "license": "MIT",
  9179. "dependencies": {
  9180. "@types/unist": "^3.0.0"
  9181. },
  9182. "funding": {
  9183. "type": "opencollective",
  9184. "url": "https://opencollective.com/unified"
  9185. }
  9186. },
  9187. "node_modules/unist-util-visit": {
  9188. "version": "5.1.0",
  9189. "resolved": "https://registry.npmmirror.com/unist-util-visit/-/unist-util-visit-5.1.0.tgz",
  9190. "integrity": "sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==",
  9191. "license": "MIT",
  9192. "dependencies": {
  9193. "@types/unist": "^3.0.0",
  9194. "unist-util-is": "^6.0.0",
  9195. "unist-util-visit-parents": "^6.0.0"
  9196. },
  9197. "funding": {
  9198. "type": "opencollective",
  9199. "url": "https://opencollective.com/unified"
  9200. }
  9201. },
  9202. "node_modules/unist-util-visit-parents": {
  9203. "version": "6.0.2",
  9204. "resolved": "https://registry.npmmirror.com/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz",
  9205. "integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==",
  9206. "license": "MIT",
  9207. "dependencies": {
  9208. "@types/unist": "^3.0.0",
  9209. "unist-util-is": "^6.0.0"
  9210. },
  9211. "funding": {
  9212. "type": "opencollective",
  9213. "url": "https://opencollective.com/unified"
  9214. }
  9215. },
  9216. "node_modules/update-browserslist-db": {
  9217. "version": "1.2.3",
  9218. "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
  9219. "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
  9220. "dev": true,
  9221. "funding": [
  9222. {
  9223. "type": "opencollective",
  9224. "url": "https://opencollective.com/browserslist"
  9225. },
  9226. {
  9227. "type": "tidelift",
  9228. "url": "https://tidelift.com/funding/github/npm/browserslist"
  9229. },
  9230. {
  9231. "type": "github",
  9232. "url": "https://github.com/sponsors/ai"
  9233. }
  9234. ],
  9235. "license": "MIT",
  9236. "dependencies": {
  9237. "escalade": "^3.2.0",
  9238. "picocolors": "^1.1.1"
  9239. },
  9240. "bin": {
  9241. "update-browserslist-db": "cli.js"
  9242. },
  9243. "peerDependencies": {
  9244. "browserslist": ">= 4.21.0"
  9245. }
  9246. },
  9247. "node_modules/uri-js": {
  9248. "version": "4.4.1",
  9249. "resolved": "https://registry.npmmirror.com/uri-js/-/uri-js-4.4.1.tgz",
  9250. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  9251. "dev": true,
  9252. "license": "BSD-2-Clause",
  9253. "dependencies": {
  9254. "punycode": "^2.1.0"
  9255. }
  9256. },
  9257. "node_modules/use-sync-external-store": {
  9258. "version": "1.6.0",
  9259. "resolved": "https://registry.npmmirror.com/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz",
  9260. "integrity": "sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==",
  9261. "license": "MIT",
  9262. "peerDependencies": {
  9263. "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  9264. }
  9265. },
  9266. "node_modules/utility-types": {
  9267. "version": "3.11.0",
  9268. "resolved": "https://registry.npmmirror.com/utility-types/-/utility-types-3.11.0.tgz",
  9269. "integrity": "sha512-6Z7Ma2aVEWisaL6TvBCy7P8rm2LQoPv6dJ7ecIaIixHcwfbJ0x7mWdbcwlIM5IGQxPZSFYeqRCqlOOeKoJYMkw==",
  9270. "license": "MIT",
  9271. "engines": {
  9272. "node": ">= 4"
  9273. }
  9274. },
  9275. "node_modules/vfile": {
  9276. "version": "6.0.3",
  9277. "resolved": "https://registry.npmmirror.com/vfile/-/vfile-6.0.3.tgz",
  9278. "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
  9279. "license": "MIT",
  9280. "dependencies": {
  9281. "@types/unist": "^3.0.0",
  9282. "vfile-message": "^4.0.0"
  9283. },
  9284. "funding": {
  9285. "type": "opencollective",
  9286. "url": "https://opencollective.com/unified"
  9287. }
  9288. },
  9289. "node_modules/vfile-message": {
  9290. "version": "4.0.3",
  9291. "resolved": "https://registry.npmmirror.com/vfile-message/-/vfile-message-4.0.3.tgz",
  9292. "integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==",
  9293. "license": "MIT",
  9294. "dependencies": {
  9295. "@types/unist": "^3.0.0",
  9296. "unist-util-stringify-position": "^4.0.0"
  9297. },
  9298. "funding": {
  9299. "type": "opencollective",
  9300. "url": "https://opencollective.com/unified"
  9301. }
  9302. },
  9303. "node_modules/vite": {
  9304. "version": "5.4.21",
  9305. "resolved": "https://registry.npmmirror.com/vite/-/vite-5.4.21.tgz",
  9306. "integrity": "sha512-o5a9xKjbtuhY6Bi5S3+HvbRERmouabWbyUcpXXUA1u+GNUKoROi9byOJ8M0nHbHYHkYICiMlqxkg1KkYmm25Sw==",
  9307. "dev": true,
  9308. "license": "MIT",
  9309. "dependencies": {
  9310. "esbuild": "^0.21.3",
  9311. "postcss": "^8.4.43",
  9312. "rollup": "^4.20.0"
  9313. },
  9314. "bin": {
  9315. "vite": "bin/vite.js"
  9316. },
  9317. "engines": {
  9318. "node": "^18.0.0 || >=20.0.0"
  9319. },
  9320. "funding": {
  9321. "url": "https://github.com/vitejs/vite?sponsor=1"
  9322. },
  9323. "optionalDependencies": {
  9324. "fsevents": "~2.3.3"
  9325. },
  9326. "peerDependencies": {
  9327. "@types/node": "^18.0.0 || >=20.0.0",
  9328. "less": "*",
  9329. "lightningcss": "^1.21.0",
  9330. "sass": "*",
  9331. "sass-embedded": "*",
  9332. "stylus": "*",
  9333. "sugarss": "*",
  9334. "terser": "^5.4.0"
  9335. },
  9336. "peerDependenciesMeta": {
  9337. "@types/node": {
  9338. "optional": true
  9339. },
  9340. "less": {
  9341. "optional": true
  9342. },
  9343. "lightningcss": {
  9344. "optional": true
  9345. },
  9346. "sass": {
  9347. "optional": true
  9348. },
  9349. "sass-embedded": {
  9350. "optional": true
  9351. },
  9352. "stylus": {
  9353. "optional": true
  9354. },
  9355. "sugarss": {
  9356. "optional": true
  9357. },
  9358. "terser": {
  9359. "optional": true
  9360. }
  9361. }
  9362. },
  9363. "node_modules/vitest": {
  9364. "version": "4.0.18",
  9365. "resolved": "https://registry.npmmirror.com/vitest/-/vitest-4.0.18.tgz",
  9366. "integrity": "sha512-hOQuK7h0FGKgBAas7v0mSAsnvrIgAvWmRFjmzpJ7SwFHH3g1k2u37JtYwOwmEKhK6ZO3v9ggDBBm0La1LCK4uQ==",
  9367. "dev": true,
  9368. "license": "MIT",
  9369. "dependencies": {
  9370. "@vitest/expect": "4.0.18",
  9371. "@vitest/mocker": "4.0.18",
  9372. "@vitest/pretty-format": "4.0.18",
  9373. "@vitest/runner": "4.0.18",
  9374. "@vitest/snapshot": "4.0.18",
  9375. "@vitest/spy": "4.0.18",
  9376. "@vitest/utils": "4.0.18",
  9377. "es-module-lexer": "^1.7.0",
  9378. "expect-type": "^1.2.2",
  9379. "magic-string": "^0.30.21",
  9380. "obug": "^2.1.1",
  9381. "pathe": "^2.0.3",
  9382. "picomatch": "^4.0.3",
  9383. "std-env": "^3.10.0",
  9384. "tinybench": "^2.9.0",
  9385. "tinyexec": "^1.0.2",
  9386. "tinyglobby": "^0.2.15",
  9387. "tinyrainbow": "^3.0.3",
  9388. "vite": "^6.0.0 || ^7.0.0",
  9389. "why-is-node-running": "^2.3.0"
  9390. },
  9391. "bin": {
  9392. "vitest": "vitest.mjs"
  9393. },
  9394. "engines": {
  9395. "node": "^20.0.0 || ^22.0.0 || >=24.0.0"
  9396. },
  9397. "funding": {
  9398. "url": "https://opencollective.com/vitest"
  9399. },
  9400. "peerDependencies": {
  9401. "@edge-runtime/vm": "*",
  9402. "@opentelemetry/api": "^1.9.0",
  9403. "@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
  9404. "@vitest/browser-playwright": "4.0.18",
  9405. "@vitest/browser-preview": "4.0.18",
  9406. "@vitest/browser-webdriverio": "4.0.18",
  9407. "@vitest/ui": "4.0.18",
  9408. "happy-dom": "*",
  9409. "jsdom": "*"
  9410. },
  9411. "peerDependenciesMeta": {
  9412. "@edge-runtime/vm": {
  9413. "optional": true
  9414. },
  9415. "@opentelemetry/api": {
  9416. "optional": true
  9417. },
  9418. "@types/node": {
  9419. "optional": true
  9420. },
  9421. "@vitest/browser-playwright": {
  9422. "optional": true
  9423. },
  9424. "@vitest/browser-preview": {
  9425. "optional": true
  9426. },
  9427. "@vitest/browser-webdriverio": {
  9428. "optional": true
  9429. },
  9430. "@vitest/ui": {
  9431. "optional": true
  9432. },
  9433. "happy-dom": {
  9434. "optional": true
  9435. },
  9436. "jsdom": {
  9437. "optional": true
  9438. }
  9439. }
  9440. },
  9441. "node_modules/vitest/node_modules/@esbuild/aix-ppc64": {
  9442. "version": "0.27.3",
  9443. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.27.3.tgz",
  9444. "integrity": "sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==",
  9445. "cpu": [
  9446. "ppc64"
  9447. ],
  9448. "dev": true,
  9449. "license": "MIT",
  9450. "optional": true,
  9451. "os": [
  9452. "aix"
  9453. ],
  9454. "engines": {
  9455. "node": ">=18"
  9456. }
  9457. },
  9458. "node_modules/vitest/node_modules/@esbuild/android-arm": {
  9459. "version": "0.27.3",
  9460. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.27.3.tgz",
  9461. "integrity": "sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA==",
  9462. "cpu": [
  9463. "arm"
  9464. ],
  9465. "dev": true,
  9466. "license": "MIT",
  9467. "optional": true,
  9468. "os": [
  9469. "android"
  9470. ],
  9471. "engines": {
  9472. "node": ">=18"
  9473. }
  9474. },
  9475. "node_modules/vitest/node_modules/@esbuild/android-arm64": {
  9476. "version": "0.27.3",
  9477. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.27.3.tgz",
  9478. "integrity": "sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg==",
  9479. "cpu": [
  9480. "arm64"
  9481. ],
  9482. "dev": true,
  9483. "license": "MIT",
  9484. "optional": true,
  9485. "os": [
  9486. "android"
  9487. ],
  9488. "engines": {
  9489. "node": ">=18"
  9490. }
  9491. },
  9492. "node_modules/vitest/node_modules/@esbuild/android-x64": {
  9493. "version": "0.27.3",
  9494. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.27.3.tgz",
  9495. "integrity": "sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ==",
  9496. "cpu": [
  9497. "x64"
  9498. ],
  9499. "dev": true,
  9500. "license": "MIT",
  9501. "optional": true,
  9502. "os": [
  9503. "android"
  9504. ],
  9505. "engines": {
  9506. "node": ">=18"
  9507. }
  9508. },
  9509. "node_modules/vitest/node_modules/@esbuild/darwin-arm64": {
  9510. "version": "0.27.3",
  9511. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.27.3.tgz",
  9512. "integrity": "sha512-Re491k7ByTVRy0t3EKWajdLIr0gz2kKKfzafkth4Q8A5n1xTHrkqZgLLjFEHVD+AXdUGgQMq+Godfq45mGpCKg==",
  9513. "cpu": [
  9514. "arm64"
  9515. ],
  9516. "dev": true,
  9517. "license": "MIT",
  9518. "optional": true,
  9519. "os": [
  9520. "darwin"
  9521. ],
  9522. "engines": {
  9523. "node": ">=18"
  9524. }
  9525. },
  9526. "node_modules/vitest/node_modules/@esbuild/darwin-x64": {
  9527. "version": "0.27.3",
  9528. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.27.3.tgz",
  9529. "integrity": "sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg==",
  9530. "cpu": [
  9531. "x64"
  9532. ],
  9533. "dev": true,
  9534. "license": "MIT",
  9535. "optional": true,
  9536. "os": [
  9537. "darwin"
  9538. ],
  9539. "engines": {
  9540. "node": ">=18"
  9541. }
  9542. },
  9543. "node_modules/vitest/node_modules/@esbuild/freebsd-arm64": {
  9544. "version": "0.27.3",
  9545. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.3.tgz",
  9546. "integrity": "sha512-ipTYM2fjt3kQAYOvo6vcxJx3nBYAzPjgTCk7QEgZG8AUO3ydUhvelmhrbOheMnGOlaSFUoHXB6un+A7q4ygY9w==",
  9547. "cpu": [
  9548. "arm64"
  9549. ],
  9550. "dev": true,
  9551. "license": "MIT",
  9552. "optional": true,
  9553. "os": [
  9554. "freebsd"
  9555. ],
  9556. "engines": {
  9557. "node": ">=18"
  9558. }
  9559. },
  9560. "node_modules/vitest/node_modules/@esbuild/freebsd-x64": {
  9561. "version": "0.27.3",
  9562. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.27.3.tgz",
  9563. "integrity": "sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA==",
  9564. "cpu": [
  9565. "x64"
  9566. ],
  9567. "dev": true,
  9568. "license": "MIT",
  9569. "optional": true,
  9570. "os": [
  9571. "freebsd"
  9572. ],
  9573. "engines": {
  9574. "node": ">=18"
  9575. }
  9576. },
  9577. "node_modules/vitest/node_modules/@esbuild/linux-arm": {
  9578. "version": "0.27.3",
  9579. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.27.3.tgz",
  9580. "integrity": "sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw==",
  9581. "cpu": [
  9582. "arm"
  9583. ],
  9584. "dev": true,
  9585. "license": "MIT",
  9586. "optional": true,
  9587. "os": [
  9588. "linux"
  9589. ],
  9590. "engines": {
  9591. "node": ">=18"
  9592. }
  9593. },
  9594. "node_modules/vitest/node_modules/@esbuild/linux-arm64": {
  9595. "version": "0.27.3",
  9596. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.27.3.tgz",
  9597. "integrity": "sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg==",
  9598. "cpu": [
  9599. "arm64"
  9600. ],
  9601. "dev": true,
  9602. "license": "MIT",
  9603. "optional": true,
  9604. "os": [
  9605. "linux"
  9606. ],
  9607. "engines": {
  9608. "node": ">=18"
  9609. }
  9610. },
  9611. "node_modules/vitest/node_modules/@esbuild/linux-ia32": {
  9612. "version": "0.27.3",
  9613. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.27.3.tgz",
  9614. "integrity": "sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg==",
  9615. "cpu": [
  9616. "ia32"
  9617. ],
  9618. "dev": true,
  9619. "license": "MIT",
  9620. "optional": true,
  9621. "os": [
  9622. "linux"
  9623. ],
  9624. "engines": {
  9625. "node": ">=18"
  9626. }
  9627. },
  9628. "node_modules/vitest/node_modules/@esbuild/linux-loong64": {
  9629. "version": "0.27.3",
  9630. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.27.3.tgz",
  9631. "integrity": "sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA==",
  9632. "cpu": [
  9633. "loong64"
  9634. ],
  9635. "dev": true,
  9636. "license": "MIT",
  9637. "optional": true,
  9638. "os": [
  9639. "linux"
  9640. ],
  9641. "engines": {
  9642. "node": ">=18"
  9643. }
  9644. },
  9645. "node_modules/vitest/node_modules/@esbuild/linux-mips64el": {
  9646. "version": "0.27.3",
  9647. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.27.3.tgz",
  9648. "integrity": "sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw==",
  9649. "cpu": [
  9650. "mips64el"
  9651. ],
  9652. "dev": true,
  9653. "license": "MIT",
  9654. "optional": true,
  9655. "os": [
  9656. "linux"
  9657. ],
  9658. "engines": {
  9659. "node": ">=18"
  9660. }
  9661. },
  9662. "node_modules/vitest/node_modules/@esbuild/linux-ppc64": {
  9663. "version": "0.27.3",
  9664. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.27.3.tgz",
  9665. "integrity": "sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA==",
  9666. "cpu": [
  9667. "ppc64"
  9668. ],
  9669. "dev": true,
  9670. "license": "MIT",
  9671. "optional": true,
  9672. "os": [
  9673. "linux"
  9674. ],
  9675. "engines": {
  9676. "node": ">=18"
  9677. }
  9678. },
  9679. "node_modules/vitest/node_modules/@esbuild/linux-riscv64": {
  9680. "version": "0.27.3",
  9681. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.27.3.tgz",
  9682. "integrity": "sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ==",
  9683. "cpu": [
  9684. "riscv64"
  9685. ],
  9686. "dev": true,
  9687. "license": "MIT",
  9688. "optional": true,
  9689. "os": [
  9690. "linux"
  9691. ],
  9692. "engines": {
  9693. "node": ">=18"
  9694. }
  9695. },
  9696. "node_modules/vitest/node_modules/@esbuild/linux-s390x": {
  9697. "version": "0.27.3",
  9698. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.27.3.tgz",
  9699. "integrity": "sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw==",
  9700. "cpu": [
  9701. "s390x"
  9702. ],
  9703. "dev": true,
  9704. "license": "MIT",
  9705. "optional": true,
  9706. "os": [
  9707. "linux"
  9708. ],
  9709. "engines": {
  9710. "node": ">=18"
  9711. }
  9712. },
  9713. "node_modules/vitest/node_modules/@esbuild/linux-x64": {
  9714. "version": "0.27.3",
  9715. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.27.3.tgz",
  9716. "integrity": "sha512-Czi8yzXUWIQYAtL/2y6vogER8pvcsOsk5cpwL4Gk5nJqH5UZiVByIY8Eorm5R13gq+DQKYg0+JyQoytLQas4dA==",
  9717. "cpu": [
  9718. "x64"
  9719. ],
  9720. "dev": true,
  9721. "license": "MIT",
  9722. "optional": true,
  9723. "os": [
  9724. "linux"
  9725. ],
  9726. "engines": {
  9727. "node": ">=18"
  9728. }
  9729. },
  9730. "node_modules/vitest/node_modules/@esbuild/netbsd-x64": {
  9731. "version": "0.27.3",
  9732. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.27.3.tgz",
  9733. "integrity": "sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA==",
  9734. "cpu": [
  9735. "x64"
  9736. ],
  9737. "dev": true,
  9738. "license": "MIT",
  9739. "optional": true,
  9740. "os": [
  9741. "netbsd"
  9742. ],
  9743. "engines": {
  9744. "node": ">=18"
  9745. }
  9746. },
  9747. "node_modules/vitest/node_modules/@esbuild/openbsd-x64": {
  9748. "version": "0.27.3",
  9749. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.27.3.tgz",
  9750. "integrity": "sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ==",
  9751. "cpu": [
  9752. "x64"
  9753. ],
  9754. "dev": true,
  9755. "license": "MIT",
  9756. "optional": true,
  9757. "os": [
  9758. "openbsd"
  9759. ],
  9760. "engines": {
  9761. "node": ">=18"
  9762. }
  9763. },
  9764. "node_modules/vitest/node_modules/@esbuild/sunos-x64": {
  9765. "version": "0.27.3",
  9766. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.27.3.tgz",
  9767. "integrity": "sha512-PanZ+nEz+eWoBJ8/f8HKxTTD172SKwdXebZ0ndd953gt1HRBbhMsaNqjTyYLGLPdoWHy4zLU7bDVJztF5f3BHA==",
  9768. "cpu": [
  9769. "x64"
  9770. ],
  9771. "dev": true,
  9772. "license": "MIT",
  9773. "optional": true,
  9774. "os": [
  9775. "sunos"
  9776. ],
  9777. "engines": {
  9778. "node": ">=18"
  9779. }
  9780. },
  9781. "node_modules/vitest/node_modules/@esbuild/win32-arm64": {
  9782. "version": "0.27.3",
  9783. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.27.3.tgz",
  9784. "integrity": "sha512-B2t59lWWYrbRDw/tjiWOuzSsFh1Y/E95ofKz7rIVYSQkUYBjfSgf6oeYPNWHToFRr2zx52JKApIcAS/D5TUBnA==",
  9785. "cpu": [
  9786. "arm64"
  9787. ],
  9788. "dev": true,
  9789. "license": "MIT",
  9790. "optional": true,
  9791. "os": [
  9792. "win32"
  9793. ],
  9794. "engines": {
  9795. "node": ">=18"
  9796. }
  9797. },
  9798. "node_modules/vitest/node_modules/@esbuild/win32-ia32": {
  9799. "version": "0.27.3",
  9800. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.27.3.tgz",
  9801. "integrity": "sha512-QLKSFeXNS8+tHW7tZpMtjlNb7HKau0QDpwm49u0vUp9y1WOF+PEzkU84y9GqYaAVW8aH8f3GcBck26jh54cX4Q==",
  9802. "cpu": [
  9803. "ia32"
  9804. ],
  9805. "dev": true,
  9806. "license": "MIT",
  9807. "optional": true,
  9808. "os": [
  9809. "win32"
  9810. ],
  9811. "engines": {
  9812. "node": ">=18"
  9813. }
  9814. },
  9815. "node_modules/vitest/node_modules/@esbuild/win32-x64": {
  9816. "version": "0.27.3",
  9817. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.27.3.tgz",
  9818. "integrity": "sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA==",
  9819. "cpu": [
  9820. "x64"
  9821. ],
  9822. "dev": true,
  9823. "license": "MIT",
  9824. "optional": true,
  9825. "os": [
  9826. "win32"
  9827. ],
  9828. "engines": {
  9829. "node": ">=18"
  9830. }
  9831. },
  9832. "node_modules/vitest/node_modules/esbuild": {
  9833. "version": "0.27.3",
  9834. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.27.3.tgz",
  9835. "integrity": "sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==",
  9836. "dev": true,
  9837. "hasInstallScript": true,
  9838. "license": "MIT",
  9839. "bin": {
  9840. "esbuild": "bin/esbuild"
  9841. },
  9842. "engines": {
  9843. "node": ">=18"
  9844. },
  9845. "optionalDependencies": {
  9846. "@esbuild/aix-ppc64": "0.27.3",
  9847. "@esbuild/android-arm": "0.27.3",
  9848. "@esbuild/android-arm64": "0.27.3",
  9849. "@esbuild/android-x64": "0.27.3",
  9850. "@esbuild/darwin-arm64": "0.27.3",
  9851. "@esbuild/darwin-x64": "0.27.3",
  9852. "@esbuild/freebsd-arm64": "0.27.3",
  9853. "@esbuild/freebsd-x64": "0.27.3",
  9854. "@esbuild/linux-arm": "0.27.3",
  9855. "@esbuild/linux-arm64": "0.27.3",
  9856. "@esbuild/linux-ia32": "0.27.3",
  9857. "@esbuild/linux-loong64": "0.27.3",
  9858. "@esbuild/linux-mips64el": "0.27.3",
  9859. "@esbuild/linux-ppc64": "0.27.3",
  9860. "@esbuild/linux-riscv64": "0.27.3",
  9861. "@esbuild/linux-s390x": "0.27.3",
  9862. "@esbuild/linux-x64": "0.27.3",
  9863. "@esbuild/netbsd-arm64": "0.27.3",
  9864. "@esbuild/netbsd-x64": "0.27.3",
  9865. "@esbuild/openbsd-arm64": "0.27.3",
  9866. "@esbuild/openbsd-x64": "0.27.3",
  9867. "@esbuild/openharmony-arm64": "0.27.3",
  9868. "@esbuild/sunos-x64": "0.27.3",
  9869. "@esbuild/win32-arm64": "0.27.3",
  9870. "@esbuild/win32-ia32": "0.27.3",
  9871. "@esbuild/win32-x64": "0.27.3"
  9872. }
  9873. },
  9874. "node_modules/vitest/node_modules/vite": {
  9875. "version": "7.3.1",
  9876. "resolved": "https://registry.npmmirror.com/vite/-/vite-7.3.1.tgz",
  9877. "integrity": "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==",
  9878. "dev": true,
  9879. "license": "MIT",
  9880. "dependencies": {
  9881. "esbuild": "^0.27.0",
  9882. "fdir": "^6.5.0",
  9883. "picomatch": "^4.0.3",
  9884. "postcss": "^8.5.6",
  9885. "rollup": "^4.43.0",
  9886. "tinyglobby": "^0.2.15"
  9887. },
  9888. "bin": {
  9889. "vite": "bin/vite.js"
  9890. },
  9891. "engines": {
  9892. "node": "^20.19.0 || >=22.12.0"
  9893. },
  9894. "funding": {
  9895. "url": "https://github.com/vitejs/vite?sponsor=1"
  9896. },
  9897. "optionalDependencies": {
  9898. "fsevents": "~2.3.3"
  9899. },
  9900. "peerDependencies": {
  9901. "@types/node": "^20.19.0 || >=22.12.0",
  9902. "jiti": ">=1.21.0",
  9903. "less": "^4.0.0",
  9904. "lightningcss": "^1.21.0",
  9905. "sass": "^1.70.0",
  9906. "sass-embedded": "^1.70.0",
  9907. "stylus": ">=0.54.8",
  9908. "sugarss": "^5.0.0",
  9909. "terser": "^5.16.0",
  9910. "tsx": "^4.8.1",
  9911. "yaml": "^2.4.2"
  9912. },
  9913. "peerDependenciesMeta": {
  9914. "@types/node": {
  9915. "optional": true
  9916. },
  9917. "jiti": {
  9918. "optional": true
  9919. },
  9920. "less": {
  9921. "optional": true
  9922. },
  9923. "lightningcss": {
  9924. "optional": true
  9925. },
  9926. "sass": {
  9927. "optional": true
  9928. },
  9929. "sass-embedded": {
  9930. "optional": true
  9931. },
  9932. "stylus": {
  9933. "optional": true
  9934. },
  9935. "sugarss": {
  9936. "optional": true
  9937. },
  9938. "terser": {
  9939. "optional": true
  9940. },
  9941. "tsx": {
  9942. "optional": true
  9943. },
  9944. "yaml": {
  9945. "optional": true
  9946. }
  9947. }
  9948. },
  9949. "node_modules/w3c-keyname": {
  9950. "version": "2.2.8",
  9951. "resolved": "https://registry.npmmirror.com/w3c-keyname/-/w3c-keyname-2.2.8.tgz",
  9952. "integrity": "sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==",
  9953. "license": "MIT"
  9954. },
  9955. "node_modules/w3c-xmlserializer": {
  9956. "version": "5.0.0",
  9957. "resolved": "https://registry.npmmirror.com/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz",
  9958. "integrity": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==",
  9959. "dev": true,
  9960. "license": "MIT",
  9961. "dependencies": {
  9962. "xml-name-validator": "^5.0.0"
  9963. },
  9964. "engines": {
  9965. "node": ">=18"
  9966. }
  9967. },
  9968. "node_modules/webidl-conversions": {
  9969. "version": "8.0.1",
  9970. "resolved": "https://registry.npmmirror.com/webidl-conversions/-/webidl-conversions-8.0.1.tgz",
  9971. "integrity": "sha512-BMhLD/Sw+GbJC21C/UgyaZX41nPt8bUTg+jWyDeg7e7YN4xOM05YPSIXceACnXVtqyEw/LMClUQMtMZ+PGGpqQ==",
  9972. "dev": true,
  9973. "license": "BSD-2-Clause",
  9974. "engines": {
  9975. "node": ">=20"
  9976. }
  9977. },
  9978. "node_modules/whatwg-mimetype": {
  9979. "version": "5.0.0",
  9980. "resolved": "https://registry.npmmirror.com/whatwg-mimetype/-/whatwg-mimetype-5.0.0.tgz",
  9981. "integrity": "sha512-sXcNcHOC51uPGF0P/D4NVtrkjSU2fNsm9iog4ZvZJsL3rjoDAzXZhkm2MWt1y+PUdggKAYVoMAIYcs78wJ51Cw==",
  9982. "dev": true,
  9983. "license": "MIT",
  9984. "engines": {
  9985. "node": ">=20"
  9986. }
  9987. },
  9988. "node_modules/whatwg-url": {
  9989. "version": "16.0.1",
  9990. "resolved": "https://registry.npmmirror.com/whatwg-url/-/whatwg-url-16.0.1.tgz",
  9991. "integrity": "sha512-1to4zXBxmXHV3IiSSEInrreIlu02vUOvrhxJJH5vcxYTBDAx51cqZiKdyTxlecdKNSjj8EcxGBxNf6Vg+945gw==",
  9992. "dev": true,
  9993. "license": "MIT",
  9994. "dependencies": {
  9995. "@exodus/bytes": "^1.11.0",
  9996. "tr46": "^6.0.0",
  9997. "webidl-conversions": "^8.0.1"
  9998. },
  9999. "engines": {
  10000. "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  10001. }
  10002. },
  10003. "node_modules/which": {
  10004. "version": "2.0.2",
  10005. "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
  10006. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  10007. "dev": true,
  10008. "license": "ISC",
  10009. "dependencies": {
  10010. "isexe": "^2.0.0"
  10011. },
  10012. "bin": {
  10013. "node-which": "bin/node-which"
  10014. },
  10015. "engines": {
  10016. "node": ">= 8"
  10017. }
  10018. },
  10019. "node_modules/why-is-node-running": {
  10020. "version": "2.3.0",
  10021. "resolved": "https://registry.npmmirror.com/why-is-node-running/-/why-is-node-running-2.3.0.tgz",
  10022. "integrity": "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==",
  10023. "dev": true,
  10024. "license": "MIT",
  10025. "dependencies": {
  10026. "siginfo": "^2.0.0",
  10027. "stackback": "0.0.2"
  10028. },
  10029. "bin": {
  10030. "why-is-node-running": "cli.js"
  10031. },
  10032. "engines": {
  10033. "node": ">=8"
  10034. }
  10035. },
  10036. "node_modules/word-wrap": {
  10037. "version": "1.2.5",
  10038. "resolved": "https://registry.npmmirror.com/word-wrap/-/word-wrap-1.2.5.tgz",
  10039. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  10040. "dev": true,
  10041. "license": "MIT",
  10042. "engines": {
  10043. "node": ">=0.10.0"
  10044. }
  10045. },
  10046. "node_modules/wrappy": {
  10047. "version": "1.0.2",
  10048. "resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz",
  10049. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  10050. "dev": true,
  10051. "license": "ISC"
  10052. },
  10053. "node_modules/xml-name-validator": {
  10054. "version": "5.0.0",
  10055. "resolved": "https://registry.npmmirror.com/xml-name-validator/-/xml-name-validator-5.0.0.tgz",
  10056. "integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==",
  10057. "dev": true,
  10058. "license": "Apache-2.0",
  10059. "engines": {
  10060. "node": ">=18"
  10061. }
  10062. },
  10063. "node_modules/xmlchars": {
  10064. "version": "2.2.0",
  10065. "resolved": "https://registry.npmmirror.com/xmlchars/-/xmlchars-2.2.0.tgz",
  10066. "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
  10067. "dev": true,
  10068. "license": "MIT"
  10069. },
  10070. "node_modules/yallist": {
  10071. "version": "3.1.1",
  10072. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz",
  10073. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  10074. "dev": true,
  10075. "license": "ISC"
  10076. },
  10077. "node_modules/yocto-queue": {
  10078. "version": "0.1.0",
  10079. "resolved": "https://registry.npmmirror.com/yocto-queue/-/yocto-queue-0.1.0.tgz",
  10080. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  10081. "dev": true,
  10082. "license": "MIT",
  10083. "engines": {
  10084. "node": ">=10"
  10085. },
  10086. "funding": {
  10087. "url": "https://github.com/sponsors/sindresorhus"
  10088. }
  10089. },
  10090. "node_modules/zwitch": {
  10091. "version": "2.0.4",
  10092. "resolved": "https://registry.npmmirror.com/zwitch/-/zwitch-2.0.4.tgz",
  10093. "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
  10094. "license": "MIT",
  10095. "funding": {
  10096. "type": "github",
  10097. "url": "https://github.com/sponsors/wooorm"
  10098. }
  10099. }
  10100. }
  10101. }