package-lock.json 303 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054605560566057605860596060606160626063606460656066606760686069607060716072607360746075607660776078607960806081608260836084608560866087608860896090609160926093609460956096609760986099610061016102610361046105610661076108610961106111611261136114611561166117611861196120612161226123612461256126612761286129613061316132613361346135613661376138613961406141614261436144614561466147614861496150615161526153615461556156615761586159616061616162616361646165616661676168616961706171617261736174617561766177617861796180618161826183618461856186618761886189619061916192619361946195619661976198619962006201620262036204620562066207620862096210621162126213621462156216621762186219622062216222622362246225622662276228622962306231623262336234623562366237623862396240624162426243624462456246624762486249625062516252625362546255625662576258625962606261626262636264626562666267626862696270627162726273627462756276627762786279628062816282628362846285628662876288628962906291629262936294629562966297629862996300630163026303630463056306630763086309631063116312631363146315631663176318631963206321632263236324632563266327632863296330633163326333633463356336633763386339634063416342634363446345634663476348634963506351635263536354635563566357635863596360636163626363636463656366636763686369637063716372637363746375637663776378637963806381638263836384638563866387638863896390639163926393639463956396639763986399640064016402640364046405640664076408640964106411641264136414641564166417641864196420642164226423642464256426642764286429643064316432643364346435643664376438643964406441644264436444644564466447644864496450645164526453645464556456645764586459646064616462646364646465646664676468646964706471647264736474647564766477647864796480648164826483648464856486648764886489649064916492649364946495649664976498649965006501650265036504650565066507650865096510651165126513651465156516651765186519652065216522652365246525652665276528652965306531653265336534653565366537653865396540654165426543654465456546654765486549655065516552655365546555655665576558655965606561656265636564656565666567656865696570657165726573657465756576657765786579658065816582658365846585658665876588658965906591659265936594659565966597659865996600660166026603660466056606660766086609661066116612661366146615661666176618661966206621662266236624662566266627662866296630663166326633663466356636663766386639664066416642664366446645664666476648664966506651665266536654665566566657665866596660666166626663666466656666666766686669667066716672667366746675667666776678667966806681668266836684668566866687668866896690669166926693669466956696669766986699670067016702670367046705670667076708670967106711671267136714671567166717671867196720672167226723672467256726672767286729673067316732673367346735673667376738673967406741674267436744674567466747674867496750675167526753675467556756675767586759676067616762676367646765676667676768676967706771677267736774677567766777677867796780678167826783678467856786678767886789679067916792679367946795679667976798679968006801680268036804680568066807680868096810681168126813681468156816681768186819682068216822682368246825682668276828682968306831683268336834683568366837683868396840684168426843684468456846684768486849685068516852685368546855685668576858685968606861686268636864686568666867686868696870687168726873687468756876687768786879688068816882688368846885688668876888688968906891689268936894689568966897689868996900690169026903690469056906690769086909691069116912691369146915691669176918691969206921692269236924692569266927692869296930693169326933693469356936693769386939694069416942694369446945694669476948694969506951695269536954695569566957695869596960696169626963696469656966696769686969697069716972697369746975697669776978697969806981698269836984698569866987698869896990699169926993699469956996699769986999700070017002700370047005700670077008700970107011701270137014701570167017701870197020702170227023702470257026702770287029703070317032703370347035703670377038703970407041704270437044704570467047704870497050705170527053705470557056705770587059706070617062706370647065706670677068706970707071707270737074707570767077707870797080708170827083708470857086708770887089709070917092709370947095709670977098709971007101710271037104710571067107710871097110711171127113711471157116711771187119712071217122712371247125712671277128712971307131713271337134713571367137713871397140714171427143714471457146714771487149715071517152715371547155715671577158715971607161716271637164716571667167716871697170717171727173717471757176717771787179718071817182718371847185718671877188718971907191719271937194719571967197719871997200720172027203720472057206720772087209721072117212721372147215721672177218721972207221722272237224722572267227722872297230723172327233723472357236723772387239724072417242724372447245724672477248724972507251725272537254725572567257725872597260726172627263726472657266726772687269727072717272727372747275727672777278727972807281728272837284728572867287728872897290729172927293729472957296729772987299730073017302730373047305730673077308730973107311731273137314731573167317731873197320732173227323732473257326732773287329733073317332733373347335733673377338733973407341734273437344734573467347734873497350735173527353735473557356735773587359736073617362736373647365736673677368736973707371737273737374737573767377737873797380738173827383738473857386738773887389739073917392739373947395739673977398739974007401740274037404740574067407740874097410741174127413741474157416741774187419742074217422742374247425742674277428742974307431743274337434743574367437743874397440744174427443744474457446744774487449745074517452745374547455745674577458745974607461746274637464746574667467746874697470747174727473747474757476747774787479748074817482748374847485748674877488748974907491749274937494749574967497749874997500750175027503750475057506750775087509751075117512751375147515751675177518751975207521752275237524752575267527752875297530753175327533753475357536753775387539754075417542754375447545754675477548754975507551755275537554755575567557755875597560756175627563756475657566756775687569757075717572757375747575757675777578757975807581758275837584758575867587758875897590759175927593759475957596759775987599760076017602760376047605760676077608760976107611761276137614761576167617761876197620762176227623762476257626762776287629763076317632763376347635763676377638763976407641764276437644764576467647764876497650765176527653765476557656765776587659766076617662766376647665766676677668766976707671767276737674767576767677767876797680768176827683768476857686768776887689769076917692769376947695769676977698769977007701770277037704770577067707770877097710771177127713771477157716771777187719772077217722772377247725772677277728772977307731773277337734773577367737773877397740774177427743774477457746774777487749775077517752775377547755775677577758775977607761776277637764776577667767776877697770777177727773777477757776777777787779778077817782778377847785778677877788778977907791779277937794779577967797779877997800780178027803780478057806780778087809781078117812781378147815781678177818781978207821782278237824782578267827782878297830783178327833783478357836783778387839784078417842784378447845784678477848784978507851785278537854785578567857785878597860786178627863786478657866786778687869787078717872787378747875787678777878787978807881788278837884788578867887788878897890789178927893789478957896789778987899790079017902790379047905790679077908790979107911791279137914791579167917791879197920792179227923792479257926792779287929793079317932793379347935793679377938793979407941794279437944794579467947794879497950795179527953795479557956795779587959796079617962796379647965796679677968796979707971797279737974797579767977797879797980798179827983798479857986798779887989799079917992799379947995799679977998799980008001800280038004800580068007800880098010801180128013801480158016801780188019802080218022802380248025802680278028802980308031803280338034803580368037803880398040804180428043804480458046804780488049805080518052805380548055805680578058805980608061806280638064806580668067806880698070807180728073807480758076807780788079808080818082808380848085808680878088808980908091809280938094809580968097809880998100810181028103810481058106810781088109811081118112811381148115811681178118811981208121812281238124812581268127812881298130813181328133813481358136813781388139814081418142814381448145814681478148814981508151815281538154815581568157815881598160816181628163816481658166816781688169817081718172817381748175817681778178817981808181818281838184818581868187818881898190819181928193819481958196819781988199820082018202820382048205820682078208820982108211821282138214821582168217821882198220822182228223822482258226822782288229823082318232823382348235823682378238823982408241824282438244824582468247824882498250825182528253825482558256825782588259826082618262826382648265826682678268826982708271827282738274827582768277827882798280828182828283828482858286828782888289829082918292829382948295829682978298829983008301830283038304830583068307830883098310831183128313831483158316831783188319832083218322832383248325832683278328832983308331833283338334833583368337833883398340834183428343834483458346834783488349835083518352835383548355835683578358835983608361836283638364836583668367836883698370837183728373837483758376837783788379838083818382838383848385838683878388838983908391839283938394839583968397839883998400840184028403840484058406840784088409
  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. },
  18. "devDependencies": {
  19. "@tailwindcss/postcss": "^4.0.0",
  20. "@tailwindcss/vite": "^4.0.0",
  21. "@types/d3": "^7.4.3",
  22. "@types/node": "^20.11.5",
  23. "@types/react": "^18.2.43",
  24. "@types/react-dom": "^18.2.17",
  25. "@typescript-eslint/eslint-plugin": "^6.14.0",
  26. "@typescript-eslint/parser": "^6.14.0",
  27. "@vitejs/plugin-react": "^4.2.1",
  28. "autoprefixer": "^10.4.19",
  29. "eslint": "^8.55.0",
  30. "eslint-plugin-react-hooks": "^4.6.0",
  31. "eslint-plugin-react-refresh": "^0.4.5",
  32. "postcss": "^8.4.38",
  33. "tailwindcss": "^4.0.0",
  34. "typescript": "^5.2.2",
  35. "vite": "^5.0.8"
  36. }
  37. },
  38. "node_modules/@alloc/quick-lru": {
  39. "version": "5.2.0",
  40. "resolved": "https://registry.npmmirror.com/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
  41. "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
  42. "dev": true,
  43. "license": "MIT",
  44. "engines": {
  45. "node": ">=10"
  46. },
  47. "funding": {
  48. "url": "https://github.com/sponsors/sindresorhus"
  49. }
  50. },
  51. "node_modules/@babel/code-frame": {
  52. "version": "7.29.0",
  53. "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.29.0.tgz",
  54. "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
  55. "dev": true,
  56. "license": "MIT",
  57. "dependencies": {
  58. "@babel/helper-validator-identifier": "^7.28.5",
  59. "js-tokens": "^4.0.0",
  60. "picocolors": "^1.1.1"
  61. },
  62. "engines": {
  63. "node": ">=6.9.0"
  64. }
  65. },
  66. "node_modules/@babel/compat-data": {
  67. "version": "7.29.0",
  68. "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.29.0.tgz",
  69. "integrity": "sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==",
  70. "dev": true,
  71. "license": "MIT",
  72. "engines": {
  73. "node": ">=6.9.0"
  74. }
  75. },
  76. "node_modules/@babel/core": {
  77. "version": "7.29.0",
  78. "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.29.0.tgz",
  79. "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==",
  80. "dev": true,
  81. "license": "MIT",
  82. "dependencies": {
  83. "@babel/code-frame": "^7.29.0",
  84. "@babel/generator": "^7.29.0",
  85. "@babel/helper-compilation-targets": "^7.28.6",
  86. "@babel/helper-module-transforms": "^7.28.6",
  87. "@babel/helpers": "^7.28.6",
  88. "@babel/parser": "^7.29.0",
  89. "@babel/template": "^7.28.6",
  90. "@babel/traverse": "^7.29.0",
  91. "@babel/types": "^7.29.0",
  92. "@jridgewell/remapping": "^2.3.5",
  93. "convert-source-map": "^2.0.0",
  94. "debug": "^4.1.0",
  95. "gensync": "^1.0.0-beta.2",
  96. "json5": "^2.2.3",
  97. "semver": "^6.3.1"
  98. },
  99. "engines": {
  100. "node": ">=6.9.0"
  101. },
  102. "funding": {
  103. "type": "opencollective",
  104. "url": "https://opencollective.com/babel"
  105. }
  106. },
  107. "node_modules/@babel/core/node_modules/semver": {
  108. "version": "6.3.1",
  109. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  110. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  111. "dev": true,
  112. "license": "ISC",
  113. "bin": {
  114. "semver": "bin/semver.js"
  115. }
  116. },
  117. "node_modules/@babel/generator": {
  118. "version": "7.29.1",
  119. "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.29.1.tgz",
  120. "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
  121. "dev": true,
  122. "license": "MIT",
  123. "dependencies": {
  124. "@babel/parser": "^7.29.0",
  125. "@babel/types": "^7.29.0",
  126. "@jridgewell/gen-mapping": "^0.3.12",
  127. "@jridgewell/trace-mapping": "^0.3.28",
  128. "jsesc": "^3.0.2"
  129. },
  130. "engines": {
  131. "node": ">=6.9.0"
  132. }
  133. },
  134. "node_modules/@babel/helper-compilation-targets": {
  135. "version": "7.28.6",
  136. "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz",
  137. "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",
  138. "dev": true,
  139. "license": "MIT",
  140. "dependencies": {
  141. "@babel/compat-data": "^7.28.6",
  142. "@babel/helper-validator-option": "^7.27.1",
  143. "browserslist": "^4.24.0",
  144. "lru-cache": "^5.1.1",
  145. "semver": "^6.3.1"
  146. },
  147. "engines": {
  148. "node": ">=6.9.0"
  149. }
  150. },
  151. "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
  152. "version": "6.3.1",
  153. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  154. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  155. "dev": true,
  156. "license": "ISC",
  157. "bin": {
  158. "semver": "bin/semver.js"
  159. }
  160. },
  161. "node_modules/@babel/helper-globals": {
  162. "version": "7.28.0",
  163. "resolved": "https://registry.npmmirror.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
  164. "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
  165. "dev": true,
  166. "license": "MIT",
  167. "engines": {
  168. "node": ">=6.9.0"
  169. }
  170. },
  171. "node_modules/@babel/helper-module-imports": {
  172. "version": "7.28.6",
  173. "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz",
  174. "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==",
  175. "dev": true,
  176. "license": "MIT",
  177. "dependencies": {
  178. "@babel/traverse": "^7.28.6",
  179. "@babel/types": "^7.28.6"
  180. },
  181. "engines": {
  182. "node": ">=6.9.0"
  183. }
  184. },
  185. "node_modules/@babel/helper-module-transforms": {
  186. "version": "7.28.6",
  187. "resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz",
  188. "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==",
  189. "dev": true,
  190. "license": "MIT",
  191. "dependencies": {
  192. "@babel/helper-module-imports": "^7.28.6",
  193. "@babel/helper-validator-identifier": "^7.28.5",
  194. "@babel/traverse": "^7.28.6"
  195. },
  196. "engines": {
  197. "node": ">=6.9.0"
  198. },
  199. "peerDependencies": {
  200. "@babel/core": "^7.0.0"
  201. }
  202. },
  203. "node_modules/@babel/helper-plugin-utils": {
  204. "version": "7.28.6",
  205. "resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz",
  206. "integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==",
  207. "dev": true,
  208. "license": "MIT",
  209. "engines": {
  210. "node": ">=6.9.0"
  211. }
  212. },
  213. "node_modules/@babel/helper-string-parser": {
  214. "version": "7.27.1",
  215. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  216. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  217. "dev": true,
  218. "license": "MIT",
  219. "engines": {
  220. "node": ">=6.9.0"
  221. }
  222. },
  223. "node_modules/@babel/helper-validator-identifier": {
  224. "version": "7.28.5",
  225. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  226. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  227. "dev": true,
  228. "license": "MIT",
  229. "engines": {
  230. "node": ">=6.9.0"
  231. }
  232. },
  233. "node_modules/@babel/helper-validator-option": {
  234. "version": "7.27.1",
  235. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
  236. "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
  237. "dev": true,
  238. "license": "MIT",
  239. "engines": {
  240. "node": ">=6.9.0"
  241. }
  242. },
  243. "node_modules/@babel/helpers": {
  244. "version": "7.28.6",
  245. "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.28.6.tgz",
  246. "integrity": "sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==",
  247. "dev": true,
  248. "license": "MIT",
  249. "dependencies": {
  250. "@babel/template": "^7.28.6",
  251. "@babel/types": "^7.28.6"
  252. },
  253. "engines": {
  254. "node": ">=6.9.0"
  255. }
  256. },
  257. "node_modules/@babel/parser": {
  258. "version": "7.29.0",
  259. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.29.0.tgz",
  260. "integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
  261. "dev": true,
  262. "license": "MIT",
  263. "dependencies": {
  264. "@babel/types": "^7.29.0"
  265. },
  266. "bin": {
  267. "parser": "bin/babel-parser.js"
  268. },
  269. "engines": {
  270. "node": ">=6.0.0"
  271. }
  272. },
  273. "node_modules/@babel/plugin-transform-react-jsx-self": {
  274. "version": "7.27.1",
  275. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz",
  276. "integrity": "sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==",
  277. "dev": true,
  278. "license": "MIT",
  279. "dependencies": {
  280. "@babel/helper-plugin-utils": "^7.27.1"
  281. },
  282. "engines": {
  283. "node": ">=6.9.0"
  284. },
  285. "peerDependencies": {
  286. "@babel/core": "^7.0.0-0"
  287. }
  288. },
  289. "node_modules/@babel/plugin-transform-react-jsx-source": {
  290. "version": "7.27.1",
  291. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz",
  292. "integrity": "sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==",
  293. "dev": true,
  294. "license": "MIT",
  295. "dependencies": {
  296. "@babel/helper-plugin-utils": "^7.27.1"
  297. },
  298. "engines": {
  299. "node": ">=6.9.0"
  300. },
  301. "peerDependencies": {
  302. "@babel/core": "^7.0.0-0"
  303. }
  304. },
  305. "node_modules/@babel/runtime": {
  306. "version": "7.28.6",
  307. "resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.28.6.tgz",
  308. "integrity": "sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==",
  309. "license": "MIT",
  310. "engines": {
  311. "node": ">=6.9.0"
  312. }
  313. },
  314. "node_modules/@babel/template": {
  315. "version": "7.28.6",
  316. "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.28.6.tgz",
  317. "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",
  318. "dev": true,
  319. "license": "MIT",
  320. "dependencies": {
  321. "@babel/code-frame": "^7.28.6",
  322. "@babel/parser": "^7.28.6",
  323. "@babel/types": "^7.28.6"
  324. },
  325. "engines": {
  326. "node": ">=6.9.0"
  327. }
  328. },
  329. "node_modules/@babel/traverse": {
  330. "version": "7.29.0",
  331. "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.29.0.tgz",
  332. "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",
  333. "dev": true,
  334. "license": "MIT",
  335. "dependencies": {
  336. "@babel/code-frame": "^7.29.0",
  337. "@babel/generator": "^7.29.0",
  338. "@babel/helper-globals": "^7.28.0",
  339. "@babel/parser": "^7.29.0",
  340. "@babel/template": "^7.28.6",
  341. "@babel/types": "^7.29.0",
  342. "debug": "^4.3.1"
  343. },
  344. "engines": {
  345. "node": ">=6.9.0"
  346. }
  347. },
  348. "node_modules/@babel/types": {
  349. "version": "7.29.0",
  350. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.29.0.tgz",
  351. "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
  352. "dev": true,
  353. "license": "MIT",
  354. "dependencies": {
  355. "@babel/helper-string-parser": "^7.27.1",
  356. "@babel/helper-validator-identifier": "^7.28.5"
  357. },
  358. "engines": {
  359. "node": ">=6.9.0"
  360. }
  361. },
  362. "node_modules/@dnd-kit/accessibility": {
  363. "version": "3.1.1",
  364. "resolved": "https://registry.npmmirror.com/@dnd-kit/accessibility/-/accessibility-3.1.1.tgz",
  365. "integrity": "sha512-2P+YgaXF+gRsIihwwY1gCsQSYnu9Zyj2py8kY5fFvUM1qm2WA2u639R6YNVfU4GWr+ZM5mqEsfHZZLoRONbemw==",
  366. "license": "MIT",
  367. "dependencies": {
  368. "tslib": "^2.0.0"
  369. },
  370. "peerDependencies": {
  371. "react": ">=16.8.0"
  372. }
  373. },
  374. "node_modules/@dnd-kit/core": {
  375. "version": "6.3.1",
  376. "resolved": "https://registry.npmmirror.com/@dnd-kit/core/-/core-6.3.1.tgz",
  377. "integrity": "sha512-xkGBRQQab4RLwgXxoqETICr6S5JlogafbhNsidmrkVv2YRs5MLwpjoF2qpiGjQt8S9AoxtIV603s0GIUpY5eYQ==",
  378. "license": "MIT",
  379. "dependencies": {
  380. "@dnd-kit/accessibility": "^3.1.1",
  381. "@dnd-kit/utilities": "^3.2.2",
  382. "tslib": "^2.0.0"
  383. },
  384. "peerDependencies": {
  385. "react": ">=16.8.0",
  386. "react-dom": ">=16.8.0"
  387. }
  388. },
  389. "node_modules/@dnd-kit/sortable": {
  390. "version": "7.0.2",
  391. "resolved": "https://registry.npmmirror.com/@dnd-kit/sortable/-/sortable-7.0.2.tgz",
  392. "integrity": "sha512-wDkBHHf9iCi1veM834Gbk1429bd4lHX4RpAwT0y2cHLf246GAvU2sVw/oxWNpPKQNQRQaeGXhAVgrOl1IT+iyA==",
  393. "license": "MIT",
  394. "dependencies": {
  395. "@dnd-kit/utilities": "^3.2.0",
  396. "tslib": "^2.0.0"
  397. },
  398. "peerDependencies": {
  399. "@dnd-kit/core": "^6.0.7",
  400. "react": ">=16.8.0"
  401. }
  402. },
  403. "node_modules/@dnd-kit/utilities": {
  404. "version": "3.2.2",
  405. "resolved": "https://registry.npmmirror.com/@dnd-kit/utilities/-/utilities-3.2.2.tgz",
  406. "integrity": "sha512-+MKAJEOfaBe5SmV6t34p80MMKhjvUz0vRrvVJbPT0WElzaOJ/1xs+D+KDv+tD/NE5ujfrChEcshd4fLn0wpiqg==",
  407. "license": "MIT",
  408. "dependencies": {
  409. "tslib": "^2.0.0"
  410. },
  411. "peerDependencies": {
  412. "react": ">=16.8.0"
  413. }
  414. },
  415. "node_modules/@douyinfe/semi-animation": {
  416. "version": "2.91.0",
  417. "resolved": "https://registry.npmmirror.com/@douyinfe/semi-animation/-/semi-animation-2.91.0.tgz",
  418. "integrity": "sha512-BxEi4BfUqRt26JkgGslOPUXOlsZ+KsaRyqVIGL+fFc3FsH621T75vQEoFfh/3a6k+zlrnFZVGgnz5GTeneS24w==",
  419. "license": "MIT",
  420. "dependencies": {
  421. "bezier-easing": "^2.1.0"
  422. }
  423. },
  424. "node_modules/@douyinfe/semi-animation-react": {
  425. "version": "2.91.0",
  426. "resolved": "https://registry.npmmirror.com/@douyinfe/semi-animation-react/-/semi-animation-react-2.91.0.tgz",
  427. "integrity": "sha512-fnUcGcTYBLvHxbzDdN3cK1f81dQ5JFyon3VKwEdduPQVKdDKeRCVyEOgzB+nAWoIme0/M5k3x5n/XunqSwtbIA==",
  428. "license": "MIT",
  429. "dependencies": {
  430. "@douyinfe/semi-animation": "2.91.0",
  431. "@douyinfe/semi-animation-styled": "2.91.0",
  432. "classnames": "^2.2.6"
  433. }
  434. },
  435. "node_modules/@douyinfe/semi-animation-styled": {
  436. "version": "2.91.0",
  437. "resolved": "https://registry.npmmirror.com/@douyinfe/semi-animation-styled/-/semi-animation-styled-2.91.0.tgz",
  438. "integrity": "sha512-7p79wtHNrDqKlcU0ZWLag8uYogyg3Ao5dy52bMvJrkshVjeWIQZKSxhkGLdtDE3DnJ3eaVEpAChXYrSSs9qO+g==",
  439. "license": "MIT"
  440. },
  441. "node_modules/@douyinfe/semi-foundation": {
  442. "version": "2.91.0",
  443. "resolved": "https://registry.npmmirror.com/@douyinfe/semi-foundation/-/semi-foundation-2.91.0.tgz",
  444. "integrity": "sha512-/8b3ce7zWsOPQUtz3wPqU5At7I8fNwgTrt7B4Rld3qZQ9XgxwnUMwaWPRgmJzI8BbHOG/TiCYAZp0iviLOzYAA==",
  445. "license": "MIT",
  446. "dependencies": {
  447. "@douyinfe/semi-animation": "2.91.0",
  448. "@douyinfe/semi-json-viewer-core": "2.91.0",
  449. "@mdx-js/mdx": "^3.0.1",
  450. "async-validator": "^3.5.0",
  451. "classnames": "^2.2.6",
  452. "date-fns": "^2.29.3",
  453. "date-fns-tz": "^1.3.8",
  454. "fast-copy": "^3.0.1 ",
  455. "lodash": "^4.17.21",
  456. "lottie-web": "^5.12.2",
  457. "memoize-one": "^5.2.1",
  458. "prismjs": "^1.29.0",
  459. "remark-gfm": "^4.0.0",
  460. "scroll-into-view-if-needed": "^2.2.24"
  461. }
  462. },
  463. "node_modules/@douyinfe/semi-icons": {
  464. "version": "2.91.0",
  465. "resolved": "https://registry.npmmirror.com/@douyinfe/semi-icons/-/semi-icons-2.91.0.tgz",
  466. "integrity": "sha512-ZqYUzTIFzLcQyo7no6DfeYYkH130Z9UKDxrmfQwYJGUuZZF0E8KwovSoFGk7tT60AgQLyskJlqRsdTkpULuuWQ==",
  467. "license": "MIT",
  468. "dependencies": {
  469. "classnames": "^2.2.6"
  470. },
  471. "peerDependencies": {
  472. "react": ">=16.0.0"
  473. }
  474. },
  475. "node_modules/@douyinfe/semi-illustrations": {
  476. "version": "2.91.0",
  477. "resolved": "https://registry.npmmirror.com/@douyinfe/semi-illustrations/-/semi-illustrations-2.91.0.tgz",
  478. "integrity": "sha512-4uGONV6JhSD3Lm9YDk2Dm1tYRY0O/fv+wnTEb8BuuWR/85nkNTkfo7gBNWhlxiN0nuUULRAzZV60snWoWI1Q2w==",
  479. "license": "MIT",
  480. "peerDependencies": {
  481. "react": ">=16.0.0"
  482. }
  483. },
  484. "node_modules/@douyinfe/semi-json-viewer-core": {
  485. "version": "2.91.0",
  486. "resolved": "https://registry.npmmirror.com/@douyinfe/semi-json-viewer-core/-/semi-json-viewer-core-2.91.0.tgz",
  487. "integrity": "sha512-H6xkFs0gmqJf1u9OOArF/2mYoV88oz71jwpWNUell154dcMD/c6ePLXyvtMpc/nfxWe5UFOMuoxOljAyoGOeQw==",
  488. "license": "MIT",
  489. "dependencies": {
  490. "jsonc-parser": "^3.3.1"
  491. }
  492. },
  493. "node_modules/@douyinfe/semi-theme-default": {
  494. "version": "2.91.0",
  495. "resolved": "https://registry.npmmirror.com/@douyinfe/semi-theme-default/-/semi-theme-default-2.91.0.tgz",
  496. "integrity": "sha512-Bd4jaD+zpt208bhSWnMAPcm2QOj3DcJ8lKzEuEwYO6l3q2cpcr902zn/crjyyxiePs/OEabocdCRUrYlJR7Zyw==",
  497. "license": "MIT"
  498. },
  499. "node_modules/@douyinfe/semi-ui": {
  500. "version": "2.91.0",
  501. "resolved": "https://registry.npmmirror.com/@douyinfe/semi-ui/-/semi-ui-2.91.0.tgz",
  502. "integrity": "sha512-ZtTLa+sf6nfY6Z2X8jC6NVKkSiouNIoBIenvurkTaQn27E1RhR4PME5u24td5qXBRBcX4/0+67BpwT7GNWdCHA==",
  503. "license": "MIT",
  504. "dependencies": {
  505. "@dnd-kit/core": "^6.0.8",
  506. "@dnd-kit/sortable": "^7.0.2",
  507. "@dnd-kit/utilities": "^3.2.1",
  508. "@douyinfe/semi-animation": "2.91.0",
  509. "@douyinfe/semi-animation-react": "2.91.0",
  510. "@douyinfe/semi-foundation": "2.91.0",
  511. "@douyinfe/semi-icons": "2.91.0",
  512. "@douyinfe/semi-illustrations": "2.91.0",
  513. "@douyinfe/semi-theme-default": "2.91.0",
  514. "@tiptap/core": "^3.10.7",
  515. "@tiptap/extension-document": "^3.10.7",
  516. "@tiptap/extension-hard-break": "^3.10.7",
  517. "@tiptap/extension-image": "^3.10.7",
  518. "@tiptap/extension-mention": "^3.10.7",
  519. "@tiptap/extension-paragraph": "^3.10.7",
  520. "@tiptap/extension-text": "^3.10.7",
  521. "@tiptap/extension-text-align": "^3.10.7",
  522. "@tiptap/extension-text-style": "^3.10.7",
  523. "@tiptap/extensions": "^3.10.7",
  524. "@tiptap/pm": "^3.10.7",
  525. "@tiptap/react": "^3.10.7",
  526. "@tiptap/starter-kit": "^3.10.7",
  527. "async-validator": "^3.5.0",
  528. "classnames": "^2.2.6",
  529. "copy-text-to-clipboard": "^2.1.1",
  530. "date-fns": "^2.29.3",
  531. "date-fns-tz": "^1.3.8",
  532. "fast-copy": "^3.0.1 ",
  533. "jsonc-parser": "^3.3.1",
  534. "lodash": "^4.17.21",
  535. "prop-types": "^15.7.2",
  536. "prosemirror-state": "^1.4.3",
  537. "react-resizable": "^3.0.5",
  538. "react-window": "^1.8.2",
  539. "scroll-into-view-if-needed": "^2.2.24",
  540. "utility-types": "^3.10.0"
  541. },
  542. "peerDependencies": {
  543. "react": ">=16.0.0",
  544. "react-dom": ">=16.0.0"
  545. }
  546. },
  547. "node_modules/@esbuild/aix-ppc64": {
  548. "version": "0.21.5",
  549. "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz",
  550. "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==",
  551. "cpu": [
  552. "ppc64"
  553. ],
  554. "dev": true,
  555. "license": "MIT",
  556. "optional": true,
  557. "os": [
  558. "aix"
  559. ],
  560. "engines": {
  561. "node": ">=12"
  562. }
  563. },
  564. "node_modules/@esbuild/android-arm": {
  565. "version": "0.21.5",
  566. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.21.5.tgz",
  567. "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==",
  568. "cpu": [
  569. "arm"
  570. ],
  571. "dev": true,
  572. "license": "MIT",
  573. "optional": true,
  574. "os": [
  575. "android"
  576. ],
  577. "engines": {
  578. "node": ">=12"
  579. }
  580. },
  581. "node_modules/@esbuild/android-arm64": {
  582. "version": "0.21.5",
  583. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz",
  584. "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==",
  585. "cpu": [
  586. "arm64"
  587. ],
  588. "dev": true,
  589. "license": "MIT",
  590. "optional": true,
  591. "os": [
  592. "android"
  593. ],
  594. "engines": {
  595. "node": ">=12"
  596. }
  597. },
  598. "node_modules/@esbuild/android-x64": {
  599. "version": "0.21.5",
  600. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.21.5.tgz",
  601. "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==",
  602. "cpu": [
  603. "x64"
  604. ],
  605. "dev": true,
  606. "license": "MIT",
  607. "optional": true,
  608. "os": [
  609. "android"
  610. ],
  611. "engines": {
  612. "node": ">=12"
  613. }
  614. },
  615. "node_modules/@esbuild/darwin-arm64": {
  616. "version": "0.21.5",
  617. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz",
  618. "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==",
  619. "cpu": [
  620. "arm64"
  621. ],
  622. "dev": true,
  623. "license": "MIT",
  624. "optional": true,
  625. "os": [
  626. "darwin"
  627. ],
  628. "engines": {
  629. "node": ">=12"
  630. }
  631. },
  632. "node_modules/@esbuild/darwin-x64": {
  633. "version": "0.21.5",
  634. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz",
  635. "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==",
  636. "cpu": [
  637. "x64"
  638. ],
  639. "dev": true,
  640. "license": "MIT",
  641. "optional": true,
  642. "os": [
  643. "darwin"
  644. ],
  645. "engines": {
  646. "node": ">=12"
  647. }
  648. },
  649. "node_modules/@esbuild/freebsd-arm64": {
  650. "version": "0.21.5",
  651. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz",
  652. "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==",
  653. "cpu": [
  654. "arm64"
  655. ],
  656. "dev": true,
  657. "license": "MIT",
  658. "optional": true,
  659. "os": [
  660. "freebsd"
  661. ],
  662. "engines": {
  663. "node": ">=12"
  664. }
  665. },
  666. "node_modules/@esbuild/freebsd-x64": {
  667. "version": "0.21.5",
  668. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz",
  669. "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==",
  670. "cpu": [
  671. "x64"
  672. ],
  673. "dev": true,
  674. "license": "MIT",
  675. "optional": true,
  676. "os": [
  677. "freebsd"
  678. ],
  679. "engines": {
  680. "node": ">=12"
  681. }
  682. },
  683. "node_modules/@esbuild/linux-arm": {
  684. "version": "0.21.5",
  685. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz",
  686. "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==",
  687. "cpu": [
  688. "arm"
  689. ],
  690. "dev": true,
  691. "license": "MIT",
  692. "optional": true,
  693. "os": [
  694. "linux"
  695. ],
  696. "engines": {
  697. "node": ">=12"
  698. }
  699. },
  700. "node_modules/@esbuild/linux-arm64": {
  701. "version": "0.21.5",
  702. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz",
  703. "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==",
  704. "cpu": [
  705. "arm64"
  706. ],
  707. "dev": true,
  708. "license": "MIT",
  709. "optional": true,
  710. "os": [
  711. "linux"
  712. ],
  713. "engines": {
  714. "node": ">=12"
  715. }
  716. },
  717. "node_modules/@esbuild/linux-ia32": {
  718. "version": "0.21.5",
  719. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz",
  720. "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==",
  721. "cpu": [
  722. "ia32"
  723. ],
  724. "dev": true,
  725. "license": "MIT",
  726. "optional": true,
  727. "os": [
  728. "linux"
  729. ],
  730. "engines": {
  731. "node": ">=12"
  732. }
  733. },
  734. "node_modules/@esbuild/linux-loong64": {
  735. "version": "0.21.5",
  736. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz",
  737. "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==",
  738. "cpu": [
  739. "loong64"
  740. ],
  741. "dev": true,
  742. "license": "MIT",
  743. "optional": true,
  744. "os": [
  745. "linux"
  746. ],
  747. "engines": {
  748. "node": ">=12"
  749. }
  750. },
  751. "node_modules/@esbuild/linux-mips64el": {
  752. "version": "0.21.5",
  753. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz",
  754. "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==",
  755. "cpu": [
  756. "mips64el"
  757. ],
  758. "dev": true,
  759. "license": "MIT",
  760. "optional": true,
  761. "os": [
  762. "linux"
  763. ],
  764. "engines": {
  765. "node": ">=12"
  766. }
  767. },
  768. "node_modules/@esbuild/linux-ppc64": {
  769. "version": "0.21.5",
  770. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz",
  771. "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==",
  772. "cpu": [
  773. "ppc64"
  774. ],
  775. "dev": true,
  776. "license": "MIT",
  777. "optional": true,
  778. "os": [
  779. "linux"
  780. ],
  781. "engines": {
  782. "node": ">=12"
  783. }
  784. },
  785. "node_modules/@esbuild/linux-riscv64": {
  786. "version": "0.21.5",
  787. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz",
  788. "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==",
  789. "cpu": [
  790. "riscv64"
  791. ],
  792. "dev": true,
  793. "license": "MIT",
  794. "optional": true,
  795. "os": [
  796. "linux"
  797. ],
  798. "engines": {
  799. "node": ">=12"
  800. }
  801. },
  802. "node_modules/@esbuild/linux-s390x": {
  803. "version": "0.21.5",
  804. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz",
  805. "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==",
  806. "cpu": [
  807. "s390x"
  808. ],
  809. "dev": true,
  810. "license": "MIT",
  811. "optional": true,
  812. "os": [
  813. "linux"
  814. ],
  815. "engines": {
  816. "node": ">=12"
  817. }
  818. },
  819. "node_modules/@esbuild/linux-x64": {
  820. "version": "0.21.5",
  821. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz",
  822. "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==",
  823. "cpu": [
  824. "x64"
  825. ],
  826. "dev": true,
  827. "license": "MIT",
  828. "optional": true,
  829. "os": [
  830. "linux"
  831. ],
  832. "engines": {
  833. "node": ">=12"
  834. }
  835. },
  836. "node_modules/@esbuild/netbsd-x64": {
  837. "version": "0.21.5",
  838. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz",
  839. "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==",
  840. "cpu": [
  841. "x64"
  842. ],
  843. "dev": true,
  844. "license": "MIT",
  845. "optional": true,
  846. "os": [
  847. "netbsd"
  848. ],
  849. "engines": {
  850. "node": ">=12"
  851. }
  852. },
  853. "node_modules/@esbuild/openbsd-x64": {
  854. "version": "0.21.5",
  855. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz",
  856. "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==",
  857. "cpu": [
  858. "x64"
  859. ],
  860. "dev": true,
  861. "license": "MIT",
  862. "optional": true,
  863. "os": [
  864. "openbsd"
  865. ],
  866. "engines": {
  867. "node": ">=12"
  868. }
  869. },
  870. "node_modules/@esbuild/sunos-x64": {
  871. "version": "0.21.5",
  872. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz",
  873. "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==",
  874. "cpu": [
  875. "x64"
  876. ],
  877. "dev": true,
  878. "license": "MIT",
  879. "optional": true,
  880. "os": [
  881. "sunos"
  882. ],
  883. "engines": {
  884. "node": ">=12"
  885. }
  886. },
  887. "node_modules/@esbuild/win32-arm64": {
  888. "version": "0.21.5",
  889. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz",
  890. "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==",
  891. "cpu": [
  892. "arm64"
  893. ],
  894. "dev": true,
  895. "license": "MIT",
  896. "optional": true,
  897. "os": [
  898. "win32"
  899. ],
  900. "engines": {
  901. "node": ">=12"
  902. }
  903. },
  904. "node_modules/@esbuild/win32-ia32": {
  905. "version": "0.21.5",
  906. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz",
  907. "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==",
  908. "cpu": [
  909. "ia32"
  910. ],
  911. "dev": true,
  912. "license": "MIT",
  913. "optional": true,
  914. "os": [
  915. "win32"
  916. ],
  917. "engines": {
  918. "node": ">=12"
  919. }
  920. },
  921. "node_modules/@esbuild/win32-x64": {
  922. "version": "0.21.5",
  923. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz",
  924. "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==",
  925. "cpu": [
  926. "x64"
  927. ],
  928. "dev": true,
  929. "license": "MIT",
  930. "optional": true,
  931. "os": [
  932. "win32"
  933. ],
  934. "engines": {
  935. "node": ">=12"
  936. }
  937. },
  938. "node_modules/@eslint-community/eslint-utils": {
  939. "version": "4.9.1",
  940. "resolved": "https://registry.npmmirror.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz",
  941. "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==",
  942. "dev": true,
  943. "license": "MIT",
  944. "dependencies": {
  945. "eslint-visitor-keys": "^3.4.3"
  946. },
  947. "engines": {
  948. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  949. },
  950. "funding": {
  951. "url": "https://opencollective.com/eslint"
  952. },
  953. "peerDependencies": {
  954. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  955. }
  956. },
  957. "node_modules/@eslint-community/regexpp": {
  958. "version": "4.12.2",
  959. "resolved": "https://registry.npmmirror.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
  960. "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
  961. "dev": true,
  962. "license": "MIT",
  963. "engines": {
  964. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  965. }
  966. },
  967. "node_modules/@eslint/eslintrc": {
  968. "version": "2.1.4",
  969. "resolved": "https://registry.npmmirror.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
  970. "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
  971. "dev": true,
  972. "license": "MIT",
  973. "dependencies": {
  974. "ajv": "^6.12.4",
  975. "debug": "^4.3.2",
  976. "espree": "^9.6.0",
  977. "globals": "^13.19.0",
  978. "ignore": "^5.2.0",
  979. "import-fresh": "^3.2.1",
  980. "js-yaml": "^4.1.0",
  981. "minimatch": "^3.1.2",
  982. "strip-json-comments": "^3.1.1"
  983. },
  984. "engines": {
  985. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  986. },
  987. "funding": {
  988. "url": "https://opencollective.com/eslint"
  989. }
  990. },
  991. "node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
  992. "version": "1.1.12",
  993. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.12.tgz",
  994. "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
  995. "dev": true,
  996. "license": "MIT",
  997. "dependencies": {
  998. "balanced-match": "^1.0.0",
  999. "concat-map": "0.0.1"
  1000. }
  1001. },
  1002. "node_modules/@eslint/eslintrc/node_modules/minimatch": {
  1003. "version": "3.1.2",
  1004. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  1005. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  1006. "dev": true,
  1007. "license": "ISC",
  1008. "dependencies": {
  1009. "brace-expansion": "^1.1.7"
  1010. },
  1011. "engines": {
  1012. "node": "*"
  1013. }
  1014. },
  1015. "node_modules/@eslint/js": {
  1016. "version": "8.57.1",
  1017. "resolved": "https://registry.npmmirror.com/@eslint/js/-/js-8.57.1.tgz",
  1018. "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==",
  1019. "dev": true,
  1020. "license": "MIT",
  1021. "engines": {
  1022. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  1023. }
  1024. },
  1025. "node_modules/@floating-ui/core": {
  1026. "version": "1.7.4",
  1027. "resolved": "https://registry.npmmirror.com/@floating-ui/core/-/core-1.7.4.tgz",
  1028. "integrity": "sha512-C3HlIdsBxszvm5McXlB8PeOEWfBhcGBTZGkGlWc2U0KFY5IwG5OQEuQ8rq52DZmcHDlPLd+YFBK+cZcytwIFWg==",
  1029. "license": "MIT",
  1030. "optional": true,
  1031. "dependencies": {
  1032. "@floating-ui/utils": "^0.2.10"
  1033. }
  1034. },
  1035. "node_modules/@floating-ui/dom": {
  1036. "version": "1.7.5",
  1037. "resolved": "https://registry.npmmirror.com/@floating-ui/dom/-/dom-1.7.5.tgz",
  1038. "integrity": "sha512-N0bD2kIPInNHUHehXhMke1rBGs1dwqvC9O9KYMyyjK7iXt7GAhnro7UlcuYcGdS/yYOlq0MAVgrow8IbWJwyqg==",
  1039. "license": "MIT",
  1040. "optional": true,
  1041. "dependencies": {
  1042. "@floating-ui/core": "^1.7.4",
  1043. "@floating-ui/utils": "^0.2.10"
  1044. }
  1045. },
  1046. "node_modules/@floating-ui/utils": {
  1047. "version": "0.2.10",
  1048. "resolved": "https://registry.npmmirror.com/@floating-ui/utils/-/utils-0.2.10.tgz",
  1049. "integrity": "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==",
  1050. "license": "MIT",
  1051. "optional": true
  1052. },
  1053. "node_modules/@humanwhocodes/config-array": {
  1054. "version": "0.13.0",
  1055. "resolved": "https://registry.npmmirror.com/@humanwhocodes/config-array/-/config-array-0.13.0.tgz",
  1056. "integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==",
  1057. "deprecated": "Use @eslint/config-array instead",
  1058. "dev": true,
  1059. "license": "Apache-2.0",
  1060. "dependencies": {
  1061. "@humanwhocodes/object-schema": "^2.0.3",
  1062. "debug": "^4.3.1",
  1063. "minimatch": "^3.0.5"
  1064. },
  1065. "engines": {
  1066. "node": ">=10.10.0"
  1067. }
  1068. },
  1069. "node_modules/@humanwhocodes/config-array/node_modules/brace-expansion": {
  1070. "version": "1.1.12",
  1071. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.12.tgz",
  1072. "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
  1073. "dev": true,
  1074. "license": "MIT",
  1075. "dependencies": {
  1076. "balanced-match": "^1.0.0",
  1077. "concat-map": "0.0.1"
  1078. }
  1079. },
  1080. "node_modules/@humanwhocodes/config-array/node_modules/minimatch": {
  1081. "version": "3.1.2",
  1082. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  1083. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  1084. "dev": true,
  1085. "license": "ISC",
  1086. "dependencies": {
  1087. "brace-expansion": "^1.1.7"
  1088. },
  1089. "engines": {
  1090. "node": "*"
  1091. }
  1092. },
  1093. "node_modules/@humanwhocodes/module-importer": {
  1094. "version": "1.0.1",
  1095. "resolved": "https://registry.npmmirror.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  1096. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  1097. "dev": true,
  1098. "license": "Apache-2.0",
  1099. "engines": {
  1100. "node": ">=12.22"
  1101. },
  1102. "funding": {
  1103. "type": "github",
  1104. "url": "https://github.com/sponsors/nzakas"
  1105. }
  1106. },
  1107. "node_modules/@humanwhocodes/object-schema": {
  1108. "version": "2.0.3",
  1109. "resolved": "https://registry.npmmirror.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",
  1110. "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==",
  1111. "deprecated": "Use @eslint/object-schema instead",
  1112. "dev": true,
  1113. "license": "BSD-3-Clause"
  1114. },
  1115. "node_modules/@jridgewell/gen-mapping": {
  1116. "version": "0.3.13",
  1117. "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  1118. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  1119. "dev": true,
  1120. "license": "MIT",
  1121. "dependencies": {
  1122. "@jridgewell/sourcemap-codec": "^1.5.0",
  1123. "@jridgewell/trace-mapping": "^0.3.24"
  1124. }
  1125. },
  1126. "node_modules/@jridgewell/remapping": {
  1127. "version": "2.3.5",
  1128. "resolved": "https://registry.npmmirror.com/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  1129. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  1130. "dev": true,
  1131. "license": "MIT",
  1132. "dependencies": {
  1133. "@jridgewell/gen-mapping": "^0.3.5",
  1134. "@jridgewell/trace-mapping": "^0.3.24"
  1135. }
  1136. },
  1137. "node_modules/@jridgewell/resolve-uri": {
  1138. "version": "3.1.2",
  1139. "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  1140. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  1141. "dev": true,
  1142. "license": "MIT",
  1143. "engines": {
  1144. "node": ">=6.0.0"
  1145. }
  1146. },
  1147. "node_modules/@jridgewell/sourcemap-codec": {
  1148. "version": "1.5.5",
  1149. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  1150. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  1151. "dev": true,
  1152. "license": "MIT"
  1153. },
  1154. "node_modules/@jridgewell/trace-mapping": {
  1155. "version": "0.3.31",
  1156. "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  1157. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  1158. "dev": true,
  1159. "license": "MIT",
  1160. "dependencies": {
  1161. "@jridgewell/resolve-uri": "^3.1.0",
  1162. "@jridgewell/sourcemap-codec": "^1.4.14"
  1163. }
  1164. },
  1165. "node_modules/@mdx-js/mdx": {
  1166. "version": "3.1.1",
  1167. "resolved": "https://registry.npmmirror.com/@mdx-js/mdx/-/mdx-3.1.1.tgz",
  1168. "integrity": "sha512-f6ZO2ifpwAQIpzGWaBQT2TXxPv6z3RBzQKpVftEWN78Vl/YweF1uwussDx8ECAXVtr3Rs89fKyG9YlzUs9DyGQ==",
  1169. "license": "MIT",
  1170. "dependencies": {
  1171. "@types/estree": "^1.0.0",
  1172. "@types/estree-jsx": "^1.0.0",
  1173. "@types/hast": "^3.0.0",
  1174. "@types/mdx": "^2.0.0",
  1175. "acorn": "^8.0.0",
  1176. "collapse-white-space": "^2.0.0",
  1177. "devlop": "^1.0.0",
  1178. "estree-util-is-identifier-name": "^3.0.0",
  1179. "estree-util-scope": "^1.0.0",
  1180. "estree-walker": "^3.0.0",
  1181. "hast-util-to-jsx-runtime": "^2.0.0",
  1182. "markdown-extensions": "^2.0.0",
  1183. "recma-build-jsx": "^1.0.0",
  1184. "recma-jsx": "^1.0.0",
  1185. "recma-stringify": "^1.0.0",
  1186. "rehype-recma": "^1.0.0",
  1187. "remark-mdx": "^3.0.0",
  1188. "remark-parse": "^11.0.0",
  1189. "remark-rehype": "^11.0.0",
  1190. "source-map": "^0.7.0",
  1191. "unified": "^11.0.0",
  1192. "unist-util-position-from-estree": "^2.0.0",
  1193. "unist-util-stringify-position": "^4.0.0",
  1194. "unist-util-visit": "^5.0.0",
  1195. "vfile": "^6.0.0"
  1196. },
  1197. "funding": {
  1198. "type": "opencollective",
  1199. "url": "https://opencollective.com/unified"
  1200. }
  1201. },
  1202. "node_modules/@nodelib/fs.scandir": {
  1203. "version": "2.1.5",
  1204. "resolved": "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  1205. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  1206. "dev": true,
  1207. "license": "MIT",
  1208. "dependencies": {
  1209. "@nodelib/fs.stat": "2.0.5",
  1210. "run-parallel": "^1.1.9"
  1211. },
  1212. "engines": {
  1213. "node": ">= 8"
  1214. }
  1215. },
  1216. "node_modules/@nodelib/fs.stat": {
  1217. "version": "2.0.5",
  1218. "resolved": "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  1219. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  1220. "dev": true,
  1221. "license": "MIT",
  1222. "engines": {
  1223. "node": ">= 8"
  1224. }
  1225. },
  1226. "node_modules/@nodelib/fs.walk": {
  1227. "version": "1.2.8",
  1228. "resolved": "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  1229. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  1230. "dev": true,
  1231. "license": "MIT",
  1232. "dependencies": {
  1233. "@nodelib/fs.scandir": "2.1.5",
  1234. "fastq": "^1.6.0"
  1235. },
  1236. "engines": {
  1237. "node": ">= 8"
  1238. }
  1239. },
  1240. "node_modules/@remirror/core-constants": {
  1241. "version": "3.0.0",
  1242. "resolved": "https://registry.npmmirror.com/@remirror/core-constants/-/core-constants-3.0.0.tgz",
  1243. "integrity": "sha512-42aWfPrimMfDKDi4YegyS7x+/0tlzaqwPQCULLanv3DMIlu96KTJR0fM5isWX2UViOqlGnX6YFgqWepcX+XMNg==",
  1244. "license": "MIT"
  1245. },
  1246. "node_modules/@rolldown/pluginutils": {
  1247. "version": "1.0.0-beta.27",
  1248. "resolved": "https://registry.npmmirror.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz",
  1249. "integrity": "sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==",
  1250. "dev": true,
  1251. "license": "MIT"
  1252. },
  1253. "node_modules/@rollup/rollup-android-arm-eabi": {
  1254. "version": "4.57.1",
  1255. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.57.1.tgz",
  1256. "integrity": "sha512-A6ehUVSiSaaliTxai040ZpZ2zTevHYbvu/lDoeAteHI8QnaosIzm4qwtezfRg1jOYaUmnzLX1AOD6Z+UJjtifg==",
  1257. "cpu": [
  1258. "arm"
  1259. ],
  1260. "dev": true,
  1261. "license": "MIT",
  1262. "optional": true,
  1263. "os": [
  1264. "android"
  1265. ]
  1266. },
  1267. "node_modules/@rollup/rollup-android-arm64": {
  1268. "version": "4.57.1",
  1269. "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.57.1.tgz",
  1270. "integrity": "sha512-dQaAddCY9YgkFHZcFNS/606Exo8vcLHwArFZ7vxXq4rigo2bb494/xKMMwRRQW6ug7Js6yXmBZhSBRuBvCCQ3w==",
  1271. "cpu": [
  1272. "arm64"
  1273. ],
  1274. "dev": true,
  1275. "license": "MIT",
  1276. "optional": true,
  1277. "os": [
  1278. "android"
  1279. ]
  1280. },
  1281. "node_modules/@rollup/rollup-darwin-arm64": {
  1282. "version": "4.57.1",
  1283. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.57.1.tgz",
  1284. "integrity": "sha512-crNPrwJOrRxagUYeMn/DZwqN88SDmwaJ8Cvi/TN1HnWBU7GwknckyosC2gd0IqYRsHDEnXf328o9/HC6OkPgOg==",
  1285. "cpu": [
  1286. "arm64"
  1287. ],
  1288. "dev": true,
  1289. "license": "MIT",
  1290. "optional": true,
  1291. "os": [
  1292. "darwin"
  1293. ]
  1294. },
  1295. "node_modules/@rollup/rollup-darwin-x64": {
  1296. "version": "4.57.1",
  1297. "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.57.1.tgz",
  1298. "integrity": "sha512-Ji8g8ChVbKrhFtig5QBV7iMaJrGtpHelkB3lsaKzadFBe58gmjfGXAOfI5FV0lYMH8wiqsxKQ1C9B0YTRXVy4w==",
  1299. "cpu": [
  1300. "x64"
  1301. ],
  1302. "dev": true,
  1303. "license": "MIT",
  1304. "optional": true,
  1305. "os": [
  1306. "darwin"
  1307. ]
  1308. },
  1309. "node_modules/@rollup/rollup-freebsd-arm64": {
  1310. "version": "4.57.1",
  1311. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.57.1.tgz",
  1312. "integrity": "sha512-R+/WwhsjmwodAcz65guCGFRkMb4gKWTcIeLy60JJQbXrJ97BOXHxnkPFrP+YwFlaS0m+uWJTstrUA9o+UchFug==",
  1313. "cpu": [
  1314. "arm64"
  1315. ],
  1316. "dev": true,
  1317. "license": "MIT",
  1318. "optional": true,
  1319. "os": [
  1320. "freebsd"
  1321. ]
  1322. },
  1323. "node_modules/@rollup/rollup-freebsd-x64": {
  1324. "version": "4.57.1",
  1325. "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.57.1.tgz",
  1326. "integrity": "sha512-IEQTCHeiTOnAUC3IDQdzRAGj3jOAYNr9kBguI7MQAAZK3caezRrg0GxAb6Hchg4lxdZEI5Oq3iov/w/hnFWY9Q==",
  1327. "cpu": [
  1328. "x64"
  1329. ],
  1330. "dev": true,
  1331. "license": "MIT",
  1332. "optional": true,
  1333. "os": [
  1334. "freebsd"
  1335. ]
  1336. },
  1337. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  1338. "version": "4.57.1",
  1339. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.57.1.tgz",
  1340. "integrity": "sha512-F8sWbhZ7tyuEfsmOxwc2giKDQzN3+kuBLPwwZGyVkLlKGdV1nvnNwYD0fKQ8+XS6hp9nY7B+ZeK01EBUE7aHaw==",
  1341. "cpu": [
  1342. "arm"
  1343. ],
  1344. "dev": true,
  1345. "license": "MIT",
  1346. "optional": true,
  1347. "os": [
  1348. "linux"
  1349. ]
  1350. },
  1351. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  1352. "version": "4.57.1",
  1353. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.57.1.tgz",
  1354. "integrity": "sha512-rGfNUfn0GIeXtBP1wL5MnzSj98+PZe/AXaGBCRmT0ts80lU5CATYGxXukeTX39XBKsxzFpEeK+Mrp9faXOlmrw==",
  1355. "cpu": [
  1356. "arm"
  1357. ],
  1358. "dev": true,
  1359. "license": "MIT",
  1360. "optional": true,
  1361. "os": [
  1362. "linux"
  1363. ]
  1364. },
  1365. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  1366. "version": "4.57.1",
  1367. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.57.1.tgz",
  1368. "integrity": "sha512-MMtej3YHWeg/0klK2Qodf3yrNzz6CGjo2UntLvk2RSPlhzgLvYEB3frRvbEF2wRKh1Z2fDIg9KRPe1fawv7C+g==",
  1369. "cpu": [
  1370. "arm64"
  1371. ],
  1372. "dev": true,
  1373. "license": "MIT",
  1374. "optional": true,
  1375. "os": [
  1376. "linux"
  1377. ]
  1378. },
  1379. "node_modules/@rollup/rollup-linux-arm64-musl": {
  1380. "version": "4.57.1",
  1381. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.57.1.tgz",
  1382. "integrity": "sha512-1a/qhaaOXhqXGpMFMET9VqwZakkljWHLmZOX48R0I/YLbhdxr1m4gtG1Hq7++VhVUmf+L3sTAf9op4JlhQ5u1Q==",
  1383. "cpu": [
  1384. "arm64"
  1385. ],
  1386. "dev": true,
  1387. "license": "MIT",
  1388. "optional": true,
  1389. "os": [
  1390. "linux"
  1391. ]
  1392. },
  1393. "node_modules/@rollup/rollup-linux-loong64-gnu": {
  1394. "version": "4.57.1",
  1395. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.57.1.tgz",
  1396. "integrity": "sha512-QWO6RQTZ/cqYtJMtxhkRkidoNGXc7ERPbZN7dVW5SdURuLeVU7lwKMpo18XdcmpWYd0qsP1bwKPf7DNSUinhvA==",
  1397. "cpu": [
  1398. "loong64"
  1399. ],
  1400. "dev": true,
  1401. "license": "MIT",
  1402. "optional": true,
  1403. "os": [
  1404. "linux"
  1405. ]
  1406. },
  1407. "node_modules/@rollup/rollup-linux-loong64-musl": {
  1408. "version": "4.57.1",
  1409. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.57.1.tgz",
  1410. "integrity": "sha512-xpObYIf+8gprgWaPP32xiN5RVTi/s5FCR+XMXSKmhfoJjrpRAjCuuqQXyxUa/eJTdAE6eJ+KDKaoEqjZQxh3Gw==",
  1411. "cpu": [
  1412. "loong64"
  1413. ],
  1414. "dev": true,
  1415. "license": "MIT",
  1416. "optional": true,
  1417. "os": [
  1418. "linux"
  1419. ]
  1420. },
  1421. "node_modules/@rollup/rollup-linux-ppc64-gnu": {
  1422. "version": "4.57.1",
  1423. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.57.1.tgz",
  1424. "integrity": "sha512-4BrCgrpZo4hvzMDKRqEaW1zeecScDCR+2nZ86ATLhAoJ5FQ+lbHVD3ttKe74/c7tNT9c6F2viwB3ufwp01Oh2w==",
  1425. "cpu": [
  1426. "ppc64"
  1427. ],
  1428. "dev": true,
  1429. "license": "MIT",
  1430. "optional": true,
  1431. "os": [
  1432. "linux"
  1433. ]
  1434. },
  1435. "node_modules/@rollup/rollup-linux-ppc64-musl": {
  1436. "version": "4.57.1",
  1437. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.57.1.tgz",
  1438. "integrity": "sha512-NOlUuzesGauESAyEYFSe3QTUguL+lvrN1HtwEEsU2rOwdUDeTMJdO5dUYl/2hKf9jWydJrO9OL/XSSf65R5+Xw==",
  1439. "cpu": [
  1440. "ppc64"
  1441. ],
  1442. "dev": true,
  1443. "license": "MIT",
  1444. "optional": true,
  1445. "os": [
  1446. "linux"
  1447. ]
  1448. },
  1449. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  1450. "version": "4.57.1",
  1451. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.57.1.tgz",
  1452. "integrity": "sha512-ptA88htVp0AwUUqhVghwDIKlvJMD/fmL/wrQj99PRHFRAG6Z5nbWoWG4o81Nt9FT+IuqUQi+L31ZKAFeJ5Is+A==",
  1453. "cpu": [
  1454. "riscv64"
  1455. ],
  1456. "dev": true,
  1457. "license": "MIT",
  1458. "optional": true,
  1459. "os": [
  1460. "linux"
  1461. ]
  1462. },
  1463. "node_modules/@rollup/rollup-linux-riscv64-musl": {
  1464. "version": "4.57.1",
  1465. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.57.1.tgz",
  1466. "integrity": "sha512-S51t7aMMTNdmAMPpBg7OOsTdn4tySRQvklmL3RpDRyknk87+Sp3xaumlatU+ppQ+5raY7sSTcC2beGgvhENfuw==",
  1467. "cpu": [
  1468. "riscv64"
  1469. ],
  1470. "dev": true,
  1471. "license": "MIT",
  1472. "optional": true,
  1473. "os": [
  1474. "linux"
  1475. ]
  1476. },
  1477. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  1478. "version": "4.57.1",
  1479. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.57.1.tgz",
  1480. "integrity": "sha512-Bl00OFnVFkL82FHbEqy3k5CUCKH6OEJL54KCyx2oqsmZnFTR8IoNqBF+mjQVcRCT5sB6yOvK8A37LNm/kPJiZg==",
  1481. "cpu": [
  1482. "s390x"
  1483. ],
  1484. "dev": true,
  1485. "license": "MIT",
  1486. "optional": true,
  1487. "os": [
  1488. "linux"
  1489. ]
  1490. },
  1491. "node_modules/@rollup/rollup-linux-x64-gnu": {
  1492. "version": "4.57.1",
  1493. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.57.1.tgz",
  1494. "integrity": "sha512-ABca4ceT4N+Tv/GtotnWAeXZUZuM/9AQyCyKYyKnpk4yoA7QIAuBt6Hkgpw8kActYlew2mvckXkvx0FfoInnLg==",
  1495. "cpu": [
  1496. "x64"
  1497. ],
  1498. "dev": true,
  1499. "license": "MIT",
  1500. "optional": true,
  1501. "os": [
  1502. "linux"
  1503. ]
  1504. },
  1505. "node_modules/@rollup/rollup-linux-x64-musl": {
  1506. "version": "4.57.1",
  1507. "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.57.1.tgz",
  1508. "integrity": "sha512-HFps0JeGtuOR2convgRRkHCekD7j+gdAuXM+/i6kGzQtFhlCtQkpwtNzkNj6QhCDp7DRJ7+qC/1Vg2jt5iSOFw==",
  1509. "cpu": [
  1510. "x64"
  1511. ],
  1512. "dev": true,
  1513. "license": "MIT",
  1514. "optional": true,
  1515. "os": [
  1516. "linux"
  1517. ]
  1518. },
  1519. "node_modules/@rollup/rollup-openbsd-x64": {
  1520. "version": "4.57.1",
  1521. "resolved": "https://registry.npmmirror.com/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.57.1.tgz",
  1522. "integrity": "sha512-H+hXEv9gdVQuDTgnqD+SQffoWoc0Of59AStSzTEj/feWTBAnSfSD3+Dql1ZruJQxmykT/JVY0dE8Ka7z0DH1hw==",
  1523. "cpu": [
  1524. "x64"
  1525. ],
  1526. "dev": true,
  1527. "license": "MIT",
  1528. "optional": true,
  1529. "os": [
  1530. "openbsd"
  1531. ]
  1532. },
  1533. "node_modules/@rollup/rollup-openharmony-arm64": {
  1534. "version": "4.57.1",
  1535. "resolved": "https://registry.npmmirror.com/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.57.1.tgz",
  1536. "integrity": "sha512-4wYoDpNg6o/oPximyc/NG+mYUejZrCU2q+2w6YZqrAs2UcNUChIZXjtafAiiZSUc7On8v5NyNj34Kzj/Ltk6dQ==",
  1537. "cpu": [
  1538. "arm64"
  1539. ],
  1540. "dev": true,
  1541. "license": "MIT",
  1542. "optional": true,
  1543. "os": [
  1544. "openharmony"
  1545. ]
  1546. },
  1547. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  1548. "version": "4.57.1",
  1549. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.57.1.tgz",
  1550. "integrity": "sha512-O54mtsV/6LW3P8qdTcamQmuC990HDfR71lo44oZMZlXU4tzLrbvTii87Ni9opq60ds0YzuAlEr/GNwuNluZyMQ==",
  1551. "cpu": [
  1552. "arm64"
  1553. ],
  1554. "dev": true,
  1555. "license": "MIT",
  1556. "optional": true,
  1557. "os": [
  1558. "win32"
  1559. ]
  1560. },
  1561. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  1562. "version": "4.57.1",
  1563. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.57.1.tgz",
  1564. "integrity": "sha512-P3dLS+IerxCT/7D2q2FYcRdWRl22dNbrbBEtxdWhXrfIMPP9lQhb5h4Du04mdl5Woq05jVCDPCMF7Ub0NAjIew==",
  1565. "cpu": [
  1566. "ia32"
  1567. ],
  1568. "dev": true,
  1569. "license": "MIT",
  1570. "optional": true,
  1571. "os": [
  1572. "win32"
  1573. ]
  1574. },
  1575. "node_modules/@rollup/rollup-win32-x64-gnu": {
  1576. "version": "4.57.1",
  1577. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.57.1.tgz",
  1578. "integrity": "sha512-VMBH2eOOaKGtIJYleXsi2B8CPVADrh+TyNxJ4mWPnKfLB/DBUmzW+5m1xUrcwWoMfSLagIRpjUFeW5CO5hyciQ==",
  1579. "cpu": [
  1580. "x64"
  1581. ],
  1582. "dev": true,
  1583. "license": "MIT",
  1584. "optional": true,
  1585. "os": [
  1586. "win32"
  1587. ]
  1588. },
  1589. "node_modules/@rollup/rollup-win32-x64-msvc": {
  1590. "version": "4.57.1",
  1591. "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.57.1.tgz",
  1592. "integrity": "sha512-mxRFDdHIWRxg3UfIIAwCm6NzvxG0jDX/wBN6KsQFTvKFqqg9vTrWUE68qEjHt19A5wwx5X5aUi2zuZT7YR0jrA==",
  1593. "cpu": [
  1594. "x64"
  1595. ],
  1596. "dev": true,
  1597. "license": "MIT",
  1598. "optional": true,
  1599. "os": [
  1600. "win32"
  1601. ]
  1602. },
  1603. "node_modules/@tailwindcss/node": {
  1604. "version": "4.1.18",
  1605. "resolved": "https://registry.npmmirror.com/@tailwindcss/node/-/node-4.1.18.tgz",
  1606. "integrity": "sha512-DoR7U1P7iYhw16qJ49fgXUlry1t4CpXeErJHnQ44JgTSKMaZUdf17cfn5mHchfJ4KRBZRFA/Coo+MUF5+gOaCQ==",
  1607. "dev": true,
  1608. "license": "MIT",
  1609. "dependencies": {
  1610. "@jridgewell/remapping": "^2.3.4",
  1611. "enhanced-resolve": "^5.18.3",
  1612. "jiti": "^2.6.1",
  1613. "lightningcss": "1.30.2",
  1614. "magic-string": "^0.30.21",
  1615. "source-map-js": "^1.2.1",
  1616. "tailwindcss": "4.1.18"
  1617. }
  1618. },
  1619. "node_modules/@tailwindcss/oxide": {
  1620. "version": "4.1.18",
  1621. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide/-/oxide-4.1.18.tgz",
  1622. "integrity": "sha512-EgCR5tTS5bUSKQgzeMClT6iCY3ToqE1y+ZB0AKldj809QXk1Y+3jB0upOYZrn9aGIzPtUsP7sX4QQ4XtjBB95A==",
  1623. "dev": true,
  1624. "license": "MIT",
  1625. "engines": {
  1626. "node": ">= 10"
  1627. },
  1628. "optionalDependencies": {
  1629. "@tailwindcss/oxide-android-arm64": "4.1.18",
  1630. "@tailwindcss/oxide-darwin-arm64": "4.1.18",
  1631. "@tailwindcss/oxide-darwin-x64": "4.1.18",
  1632. "@tailwindcss/oxide-freebsd-x64": "4.1.18",
  1633. "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.18",
  1634. "@tailwindcss/oxide-linux-arm64-gnu": "4.1.18",
  1635. "@tailwindcss/oxide-linux-arm64-musl": "4.1.18",
  1636. "@tailwindcss/oxide-linux-x64-gnu": "4.1.18",
  1637. "@tailwindcss/oxide-linux-x64-musl": "4.1.18",
  1638. "@tailwindcss/oxide-wasm32-wasi": "4.1.18",
  1639. "@tailwindcss/oxide-win32-arm64-msvc": "4.1.18",
  1640. "@tailwindcss/oxide-win32-x64-msvc": "4.1.18"
  1641. }
  1642. },
  1643. "node_modules/@tailwindcss/oxide-android-arm64": {
  1644. "version": "4.1.18",
  1645. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.18.tgz",
  1646. "integrity": "sha512-dJHz7+Ugr9U/diKJA0W6N/6/cjI+ZTAoxPf9Iz9BFRF2GzEX8IvXxFIi/dZBloVJX/MZGvRuFA9rqwdiIEZQ0Q==",
  1647. "cpu": [
  1648. "arm64"
  1649. ],
  1650. "dev": true,
  1651. "license": "MIT",
  1652. "optional": true,
  1653. "os": [
  1654. "android"
  1655. ],
  1656. "engines": {
  1657. "node": ">= 10"
  1658. }
  1659. },
  1660. "node_modules/@tailwindcss/oxide-darwin-arm64": {
  1661. "version": "4.1.18",
  1662. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.18.tgz",
  1663. "integrity": "sha512-Gc2q4Qhs660bhjyBSKgq6BYvwDz4G+BuyJ5H1xfhmDR3D8HnHCmT/BSkvSL0vQLy/nkMLY20PQ2OoYMO15Jd0A==",
  1664. "cpu": [
  1665. "arm64"
  1666. ],
  1667. "dev": true,
  1668. "license": "MIT",
  1669. "optional": true,
  1670. "os": [
  1671. "darwin"
  1672. ],
  1673. "engines": {
  1674. "node": ">= 10"
  1675. }
  1676. },
  1677. "node_modules/@tailwindcss/oxide-darwin-x64": {
  1678. "version": "4.1.18",
  1679. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.18.tgz",
  1680. "integrity": "sha512-FL5oxr2xQsFrc3X9o1fjHKBYBMD1QZNyc1Xzw/h5Qu4XnEBi3dZn96HcHm41c/euGV+GRiXFfh2hUCyKi/e+yw==",
  1681. "cpu": [
  1682. "x64"
  1683. ],
  1684. "dev": true,
  1685. "license": "MIT",
  1686. "optional": true,
  1687. "os": [
  1688. "darwin"
  1689. ],
  1690. "engines": {
  1691. "node": ">= 10"
  1692. }
  1693. },
  1694. "node_modules/@tailwindcss/oxide-freebsd-x64": {
  1695. "version": "4.1.18",
  1696. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.18.tgz",
  1697. "integrity": "sha512-Fj+RHgu5bDodmV1dM9yAxlfJwkkWvLiRjbhuO2LEtwtlYlBgiAT4x/j5wQr1tC3SANAgD+0YcmWVrj8R9trVMA==",
  1698. "cpu": [
  1699. "x64"
  1700. ],
  1701. "dev": true,
  1702. "license": "MIT",
  1703. "optional": true,
  1704. "os": [
  1705. "freebsd"
  1706. ],
  1707. "engines": {
  1708. "node": ">= 10"
  1709. }
  1710. },
  1711. "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
  1712. "version": "4.1.18",
  1713. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.18.tgz",
  1714. "integrity": "sha512-Fp+Wzk/Ws4dZn+LV2Nqx3IilnhH51YZoRaYHQsVq3RQvEl+71VGKFpkfHrLM/Li+kt5c0DJe/bHXK1eHgDmdiA==",
  1715. "cpu": [
  1716. "arm"
  1717. ],
  1718. "dev": true,
  1719. "license": "MIT",
  1720. "optional": true,
  1721. "os": [
  1722. "linux"
  1723. ],
  1724. "engines": {
  1725. "node": ">= 10"
  1726. }
  1727. },
  1728. "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
  1729. "version": "4.1.18",
  1730. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.18.tgz",
  1731. "integrity": "sha512-S0n3jboLysNbh55Vrt7pk9wgpyTTPD0fdQeh7wQfMqLPM/Hrxi+dVsLsPrycQjGKEQk85Kgbx+6+QnYNiHalnw==",
  1732. "cpu": [
  1733. "arm64"
  1734. ],
  1735. "dev": true,
  1736. "license": "MIT",
  1737. "optional": true,
  1738. "os": [
  1739. "linux"
  1740. ],
  1741. "engines": {
  1742. "node": ">= 10"
  1743. }
  1744. },
  1745. "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
  1746. "version": "4.1.18",
  1747. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.18.tgz",
  1748. "integrity": "sha512-1px92582HkPQlaaCkdRcio71p8bc8i/ap5807tPRDK/uw953cauQBT8c5tVGkOwrHMfc2Yh6UuxaH4vtTjGvHg==",
  1749. "cpu": [
  1750. "arm64"
  1751. ],
  1752. "dev": true,
  1753. "license": "MIT",
  1754. "optional": true,
  1755. "os": [
  1756. "linux"
  1757. ],
  1758. "engines": {
  1759. "node": ">= 10"
  1760. }
  1761. },
  1762. "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
  1763. "version": "4.1.18",
  1764. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.18.tgz",
  1765. "integrity": "sha512-v3gyT0ivkfBLoZGF9LyHmts0Isc8jHZyVcbzio6Wpzifg/+5ZJpDiRiUhDLkcr7f/r38SWNe7ucxmGW3j3Kb/g==",
  1766. "cpu": [
  1767. "x64"
  1768. ],
  1769. "dev": true,
  1770. "license": "MIT",
  1771. "optional": true,
  1772. "os": [
  1773. "linux"
  1774. ],
  1775. "engines": {
  1776. "node": ">= 10"
  1777. }
  1778. },
  1779. "node_modules/@tailwindcss/oxide-linux-x64-musl": {
  1780. "version": "4.1.18",
  1781. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.18.tgz",
  1782. "integrity": "sha512-bhJ2y2OQNlcRwwgOAGMY0xTFStt4/wyU6pvI6LSuZpRgKQwxTec0/3Scu91O8ir7qCR3AuepQKLU/kX99FouqQ==",
  1783. "cpu": [
  1784. "x64"
  1785. ],
  1786. "dev": true,
  1787. "license": "MIT",
  1788. "optional": true,
  1789. "os": [
  1790. "linux"
  1791. ],
  1792. "engines": {
  1793. "node": ">= 10"
  1794. }
  1795. },
  1796. "node_modules/@tailwindcss/oxide-wasm32-wasi": {
  1797. "version": "4.1.18",
  1798. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.18.tgz",
  1799. "integrity": "sha512-LffYTvPjODiP6PT16oNeUQJzNVyJl1cjIebq/rWWBF+3eDst5JGEFSc5cWxyRCJ0Mxl+KyIkqRxk1XPEs9x8TA==",
  1800. "bundleDependencies": [
  1801. "@napi-rs/wasm-runtime",
  1802. "@emnapi/core",
  1803. "@emnapi/runtime",
  1804. "@tybys/wasm-util",
  1805. "@emnapi/wasi-threads",
  1806. "tslib"
  1807. ],
  1808. "cpu": [
  1809. "wasm32"
  1810. ],
  1811. "dev": true,
  1812. "license": "MIT",
  1813. "optional": true,
  1814. "dependencies": {
  1815. "@emnapi/core": "^1.7.1",
  1816. "@emnapi/runtime": "^1.7.1",
  1817. "@emnapi/wasi-threads": "^1.1.0",
  1818. "@napi-rs/wasm-runtime": "^1.1.0",
  1819. "@tybys/wasm-util": "^0.10.1",
  1820. "tslib": "^2.4.0"
  1821. },
  1822. "engines": {
  1823. "node": ">=14.0.0"
  1824. }
  1825. },
  1826. "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
  1827. "version": "4.1.18",
  1828. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.18.tgz",
  1829. "integrity": "sha512-HjSA7mr9HmC8fu6bdsZvZ+dhjyGCLdotjVOgLA2vEqxEBZaQo9YTX4kwgEvPCpRh8o4uWc4J/wEoFzhEmjvPbA==",
  1830. "cpu": [
  1831. "arm64"
  1832. ],
  1833. "dev": true,
  1834. "license": "MIT",
  1835. "optional": true,
  1836. "os": [
  1837. "win32"
  1838. ],
  1839. "engines": {
  1840. "node": ">= 10"
  1841. }
  1842. },
  1843. "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
  1844. "version": "4.1.18",
  1845. "resolved": "https://registry.npmmirror.com/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.18.tgz",
  1846. "integrity": "sha512-bJWbyYpUlqamC8dpR7pfjA0I7vdF6t5VpUGMWRkXVE3AXgIZjYUYAK7II1GNaxR8J1SSrSrppRar8G++JekE3Q==",
  1847. "cpu": [
  1848. "x64"
  1849. ],
  1850. "dev": true,
  1851. "license": "MIT",
  1852. "optional": true,
  1853. "os": [
  1854. "win32"
  1855. ],
  1856. "engines": {
  1857. "node": ">= 10"
  1858. }
  1859. },
  1860. "node_modules/@tailwindcss/postcss": {
  1861. "version": "4.1.18",
  1862. "resolved": "https://registry.npmmirror.com/@tailwindcss/postcss/-/postcss-4.1.18.tgz",
  1863. "integrity": "sha512-Ce0GFnzAOuPyfV5SxjXGn0CubwGcuDB0zcdaPuCSzAa/2vII24JTkH+I6jcbXLb1ctjZMZZI6OjDaLPJQL1S0g==",
  1864. "dev": true,
  1865. "license": "MIT",
  1866. "dependencies": {
  1867. "@alloc/quick-lru": "^5.2.0",
  1868. "@tailwindcss/node": "4.1.18",
  1869. "@tailwindcss/oxide": "4.1.18",
  1870. "postcss": "^8.4.41",
  1871. "tailwindcss": "4.1.18"
  1872. }
  1873. },
  1874. "node_modules/@tailwindcss/vite": {
  1875. "version": "4.1.18",
  1876. "resolved": "https://registry.npmmirror.com/@tailwindcss/vite/-/vite-4.1.18.tgz",
  1877. "integrity": "sha512-jVA+/UpKL1vRLg6Hkao5jldawNmRo7mQYrZtNHMIVpLfLhDml5nMRUo/8MwoX2vNXvnaXNNMedrMfMugAVX1nA==",
  1878. "dev": true,
  1879. "license": "MIT",
  1880. "dependencies": {
  1881. "@tailwindcss/node": "4.1.18",
  1882. "@tailwindcss/oxide": "4.1.18",
  1883. "tailwindcss": "4.1.18"
  1884. },
  1885. "peerDependencies": {
  1886. "vite": "^5.2.0 || ^6 || ^7"
  1887. }
  1888. },
  1889. "node_modules/@tiptap/core": {
  1890. "version": "3.19.0",
  1891. "resolved": "https://registry.npmmirror.com/@tiptap/core/-/core-3.19.0.tgz",
  1892. "integrity": "sha512-bpqELwPW+DG8gWiD8iiFtSl4vIBooG5uVJod92Qxn3rA9nFatyXRr4kNbMJmOZ66ezUvmCjXVe/5/G4i5cyzKA==",
  1893. "license": "MIT",
  1894. "funding": {
  1895. "type": "github",
  1896. "url": "https://github.com/sponsors/ueberdosis"
  1897. },
  1898. "peerDependencies": {
  1899. "@tiptap/pm": "^3.19.0"
  1900. }
  1901. },
  1902. "node_modules/@tiptap/extension-blockquote": {
  1903. "version": "3.19.0",
  1904. "resolved": "https://registry.npmmirror.com/@tiptap/extension-blockquote/-/extension-blockquote-3.19.0.tgz",
  1905. "integrity": "sha512-y3UfqY9KD5XwWz3ndiiJ089Ij2QKeiXy/g1/tlAN/F1AaWsnkHEHMLxCP1BIqmMpwsX7rZjMLN7G5Lp7c9682A==",
  1906. "license": "MIT",
  1907. "funding": {
  1908. "type": "github",
  1909. "url": "https://github.com/sponsors/ueberdosis"
  1910. },
  1911. "peerDependencies": {
  1912. "@tiptap/core": "^3.19.0"
  1913. }
  1914. },
  1915. "node_modules/@tiptap/extension-bold": {
  1916. "version": "3.19.0",
  1917. "resolved": "https://registry.npmmirror.com/@tiptap/extension-bold/-/extension-bold-3.19.0.tgz",
  1918. "integrity": "sha512-UZgb1d0XK4J/JRIZ7jW+s4S6KjuEDT2z1PPM6ugcgofgJkWQvRZelCPbmtSFd3kwsD+zr9UPVgTh9YIuGQ8t+Q==",
  1919. "license": "MIT",
  1920. "funding": {
  1921. "type": "github",
  1922. "url": "https://github.com/sponsors/ueberdosis"
  1923. },
  1924. "peerDependencies": {
  1925. "@tiptap/core": "^3.19.0"
  1926. }
  1927. },
  1928. "node_modules/@tiptap/extension-bubble-menu": {
  1929. "version": "3.19.0",
  1930. "resolved": "https://registry.npmmirror.com/@tiptap/extension-bubble-menu/-/extension-bubble-menu-3.19.0.tgz",
  1931. "integrity": "sha512-klNVIYGCdznhFkrRokzGd6cwzoi8J7E5KbuOfZBwFwhMKZhlz/gJfKmYg9TJopeUhrr2Z9yHgWTk8dh/YIJCdQ==",
  1932. "license": "MIT",
  1933. "optional": true,
  1934. "dependencies": {
  1935. "@floating-ui/dom": "^1.0.0"
  1936. },
  1937. "funding": {
  1938. "type": "github",
  1939. "url": "https://github.com/sponsors/ueberdosis"
  1940. },
  1941. "peerDependencies": {
  1942. "@tiptap/core": "^3.19.0",
  1943. "@tiptap/pm": "^3.19.0"
  1944. }
  1945. },
  1946. "node_modules/@tiptap/extension-bullet-list": {
  1947. "version": "3.19.0",
  1948. "resolved": "https://registry.npmmirror.com/@tiptap/extension-bullet-list/-/extension-bullet-list-3.19.0.tgz",
  1949. "integrity": "sha512-F9uNnqd0xkJbMmRxVI5RuVxwB9JaCH/xtRqOUNQZnRBt7IdAElCY+Dvb4hMCtiNv+enGM/RFGJuFHR9TxmI7rw==",
  1950. "license": "MIT",
  1951. "funding": {
  1952. "type": "github",
  1953. "url": "https://github.com/sponsors/ueberdosis"
  1954. },
  1955. "peerDependencies": {
  1956. "@tiptap/extension-list": "^3.19.0"
  1957. }
  1958. },
  1959. "node_modules/@tiptap/extension-code": {
  1960. "version": "3.19.0",
  1961. "resolved": "https://registry.npmmirror.com/@tiptap/extension-code/-/extension-code-3.19.0.tgz",
  1962. "integrity": "sha512-2kqqQIXBXj2Or+4qeY3WoE7msK+XaHKL6EKOcKlOP2BW8eYqNTPzNSL+PfBDQ3snA7ljZQkTs/j4GYDj90vR1A==",
  1963. "license": "MIT",
  1964. "funding": {
  1965. "type": "github",
  1966. "url": "https://github.com/sponsors/ueberdosis"
  1967. },
  1968. "peerDependencies": {
  1969. "@tiptap/core": "^3.19.0"
  1970. }
  1971. },
  1972. "node_modules/@tiptap/extension-code-block": {
  1973. "version": "3.19.0",
  1974. "resolved": "https://registry.npmmirror.com/@tiptap/extension-code-block/-/extension-code-block-3.19.0.tgz",
  1975. "integrity": "sha512-b/2qR+tMn8MQb+eaFYgVk4qXnLNkkRYmwELQ8LEtEDQPxa5Vl7J3eu8+4OyoIFhZrNDZvvoEp80kHMCP8sI6rg==",
  1976. "license": "MIT",
  1977. "funding": {
  1978. "type": "github",
  1979. "url": "https://github.com/sponsors/ueberdosis"
  1980. },
  1981. "peerDependencies": {
  1982. "@tiptap/core": "^3.19.0",
  1983. "@tiptap/pm": "^3.19.0"
  1984. }
  1985. },
  1986. "node_modules/@tiptap/extension-document": {
  1987. "version": "3.19.0",
  1988. "resolved": "https://registry.npmmirror.com/@tiptap/extension-document/-/extension-document-3.19.0.tgz",
  1989. "integrity": "sha512-AOf0kHKSFO0ymjVgYSYDncRXTITdTcrj1tqxVazrmO60KNl1Rc2dAggDvIVTEBy5NvceF0scc7q3sE/5ZtVV7A==",
  1990. "license": "MIT",
  1991. "funding": {
  1992. "type": "github",
  1993. "url": "https://github.com/sponsors/ueberdosis"
  1994. },
  1995. "peerDependencies": {
  1996. "@tiptap/core": "^3.19.0"
  1997. }
  1998. },
  1999. "node_modules/@tiptap/extension-dropcursor": {
  2000. "version": "3.19.0",
  2001. "resolved": "https://registry.npmmirror.com/@tiptap/extension-dropcursor/-/extension-dropcursor-3.19.0.tgz",
  2002. "integrity": "sha512-sf3dEZXiLvsGqVK2maUIzXY6qtYYCvBumag7+VPTMGQ0D4hiZ1X/4ukt4+6VXDg5R2WP1CoIt/QvUetUjWNhbQ==",
  2003. "license": "MIT",
  2004. "funding": {
  2005. "type": "github",
  2006. "url": "https://github.com/sponsors/ueberdosis"
  2007. },
  2008. "peerDependencies": {
  2009. "@tiptap/extensions": "^3.19.0"
  2010. }
  2011. },
  2012. "node_modules/@tiptap/extension-floating-menu": {
  2013. "version": "3.19.0",
  2014. "resolved": "https://registry.npmmirror.com/@tiptap/extension-floating-menu/-/extension-floating-menu-3.19.0.tgz",
  2015. "integrity": "sha512-JaoEkVRkt+Slq3tySlIsxnMnCjS0L5n1CA1hctjLy0iah8edetj3XD5mVv5iKqDzE+LIjF4nwLRRVKJPc8hFBg==",
  2016. "license": "MIT",
  2017. "optional": true,
  2018. "funding": {
  2019. "type": "github",
  2020. "url": "https://github.com/sponsors/ueberdosis"
  2021. },
  2022. "peerDependencies": {
  2023. "@floating-ui/dom": "^1.0.0",
  2024. "@tiptap/core": "^3.19.0",
  2025. "@tiptap/pm": "^3.19.0"
  2026. }
  2027. },
  2028. "node_modules/@tiptap/extension-gapcursor": {
  2029. "version": "3.19.0",
  2030. "resolved": "https://registry.npmmirror.com/@tiptap/extension-gapcursor/-/extension-gapcursor-3.19.0.tgz",
  2031. "integrity": "sha512-w7DACS4oSZaDWjz7gropZHPc9oXqC9yERZTcjWxyORuuIh1JFf0TRYspleK+OK28plK/IftojD/yUDn1MTRhvA==",
  2032. "license": "MIT",
  2033. "funding": {
  2034. "type": "github",
  2035. "url": "https://github.com/sponsors/ueberdosis"
  2036. },
  2037. "peerDependencies": {
  2038. "@tiptap/extensions": "^3.19.0"
  2039. }
  2040. },
  2041. "node_modules/@tiptap/extension-hard-break": {
  2042. "version": "3.19.0",
  2043. "resolved": "https://registry.npmmirror.com/@tiptap/extension-hard-break/-/extension-hard-break-3.19.0.tgz",
  2044. "integrity": "sha512-lAmQraYhPS5hafvCl74xDB5+bLuNwBKIEsVoim35I0sDJj5nTrfhaZgMJ91VamMvT+6FF5f1dvBlxBxAWa8jew==",
  2045. "license": "MIT",
  2046. "funding": {
  2047. "type": "github",
  2048. "url": "https://github.com/sponsors/ueberdosis"
  2049. },
  2050. "peerDependencies": {
  2051. "@tiptap/core": "^3.19.0"
  2052. }
  2053. },
  2054. "node_modules/@tiptap/extension-heading": {
  2055. "version": "3.19.0",
  2056. "resolved": "https://registry.npmmirror.com/@tiptap/extension-heading/-/extension-heading-3.19.0.tgz",
  2057. "integrity": "sha512-uLpLlfyp086WYNOc0ekm1gIZNlEDfmzOhKzB0Hbyi6jDagTS+p9mxUNYeYOn9jPUxpFov43+Wm/4E24oY6B+TQ==",
  2058. "license": "MIT",
  2059. "funding": {
  2060. "type": "github",
  2061. "url": "https://github.com/sponsors/ueberdosis"
  2062. },
  2063. "peerDependencies": {
  2064. "@tiptap/core": "^3.19.0"
  2065. }
  2066. },
  2067. "node_modules/@tiptap/extension-horizontal-rule": {
  2068. "version": "3.19.0",
  2069. "resolved": "https://registry.npmmirror.com/@tiptap/extension-horizontal-rule/-/extension-horizontal-rule-3.19.0.tgz",
  2070. "integrity": "sha512-iqUHmgMGhMgYGwG6L/4JdelVQ5Mstb4qHcgTGd/4dkcUOepILvhdxajPle7OEdf9sRgjQO6uoAU5BVZVC26+ng==",
  2071. "license": "MIT",
  2072. "funding": {
  2073. "type": "github",
  2074. "url": "https://github.com/sponsors/ueberdosis"
  2075. },
  2076. "peerDependencies": {
  2077. "@tiptap/core": "^3.19.0",
  2078. "@tiptap/pm": "^3.19.0"
  2079. }
  2080. },
  2081. "node_modules/@tiptap/extension-image": {
  2082. "version": "3.19.0",
  2083. "resolved": "https://registry.npmmirror.com/@tiptap/extension-image/-/extension-image-3.19.0.tgz",
  2084. "integrity": "sha512-/rGl8nBziBPVJJ/9639eQWFDKcI3RQsDM3s+cqYQMFQfMqc7sQB9h4o4sHCBpmKxk3Y0FV/0NjnjLbBVm8OKdQ==",
  2085. "license": "MIT",
  2086. "funding": {
  2087. "type": "github",
  2088. "url": "https://github.com/sponsors/ueberdosis"
  2089. },
  2090. "peerDependencies": {
  2091. "@tiptap/core": "^3.19.0"
  2092. }
  2093. },
  2094. "node_modules/@tiptap/extension-italic": {
  2095. "version": "3.19.0",
  2096. "resolved": "https://registry.npmmirror.com/@tiptap/extension-italic/-/extension-italic-3.19.0.tgz",
  2097. "integrity": "sha512-6GffxOnS/tWyCbDkirWNZITiXRta9wrCmrfa4rh+v32wfaOL1RRQNyqo9qN6Wjyl1R42Js+yXTzTTzZsOaLMYA==",
  2098. "license": "MIT",
  2099. "funding": {
  2100. "type": "github",
  2101. "url": "https://github.com/sponsors/ueberdosis"
  2102. },
  2103. "peerDependencies": {
  2104. "@tiptap/core": "^3.19.0"
  2105. }
  2106. },
  2107. "node_modules/@tiptap/extension-link": {
  2108. "version": "3.19.0",
  2109. "resolved": "https://registry.npmmirror.com/@tiptap/extension-link/-/extension-link-3.19.0.tgz",
  2110. "integrity": "sha512-HEGDJnnCPfr7KWu7Dsq+eRRe/mBCsv6DuI+7fhOCLDJjjKzNgrX2abbo/zG3D/4lCVFaVb+qawgJubgqXR/Smw==",
  2111. "license": "MIT",
  2112. "dependencies": {
  2113. "linkifyjs": "^4.3.2"
  2114. },
  2115. "funding": {
  2116. "type": "github",
  2117. "url": "https://github.com/sponsors/ueberdosis"
  2118. },
  2119. "peerDependencies": {
  2120. "@tiptap/core": "^3.19.0",
  2121. "@tiptap/pm": "^3.19.0"
  2122. }
  2123. },
  2124. "node_modules/@tiptap/extension-list": {
  2125. "version": "3.19.0",
  2126. "resolved": "https://registry.npmmirror.com/@tiptap/extension-list/-/extension-list-3.19.0.tgz",
  2127. "integrity": "sha512-N6nKbFB2VwMsPlCw67RlAtYSK48TAsAUgjnD+vd3ieSlIufdQnLXDFUP6hFKx9mwoUVUgZGz02RA6bkxOdYyTw==",
  2128. "license": "MIT",
  2129. "funding": {
  2130. "type": "github",
  2131. "url": "https://github.com/sponsors/ueberdosis"
  2132. },
  2133. "peerDependencies": {
  2134. "@tiptap/core": "^3.19.0",
  2135. "@tiptap/pm": "^3.19.0"
  2136. }
  2137. },
  2138. "node_modules/@tiptap/extension-list-item": {
  2139. "version": "3.19.0",
  2140. "resolved": "https://registry.npmmirror.com/@tiptap/extension-list-item/-/extension-list-item-3.19.0.tgz",
  2141. "integrity": "sha512-VsSKuJz4/Tb6ZmFkXqWpDYkRzmaLTyE6dNSEpNmUpmZ32sMqo58mt11/huADNwfBFB0Ve7siH/VnFNIJYY3xvg==",
  2142. "license": "MIT",
  2143. "funding": {
  2144. "type": "github",
  2145. "url": "https://github.com/sponsors/ueberdosis"
  2146. },
  2147. "peerDependencies": {
  2148. "@tiptap/extension-list": "^3.19.0"
  2149. }
  2150. },
  2151. "node_modules/@tiptap/extension-list-keymap": {
  2152. "version": "3.19.0",
  2153. "resolved": "https://registry.npmmirror.com/@tiptap/extension-list-keymap/-/extension-list-keymap-3.19.0.tgz",
  2154. "integrity": "sha512-bxgmAgA3RzBGA0GyTwS2CC1c+QjkJJq9hC+S6PSOWELGRiTbwDN3MANksFXLjntkTa0N5fOnL27vBHtMStURqw==",
  2155. "license": "MIT",
  2156. "funding": {
  2157. "type": "github",
  2158. "url": "https://github.com/sponsors/ueberdosis"
  2159. },
  2160. "peerDependencies": {
  2161. "@tiptap/extension-list": "^3.19.0"
  2162. }
  2163. },
  2164. "node_modules/@tiptap/extension-mention": {
  2165. "version": "3.19.0",
  2166. "resolved": "https://registry.npmmirror.com/@tiptap/extension-mention/-/extension-mention-3.19.0.tgz",
  2167. "integrity": "sha512-iBWX6mUouvDe9F75C2fJnFzvBFYVF8fcOa7UvzqWHRSCt8WxqSIp6C1B9Y0npP4TbIZySHzPV4NQQJhtmWwKww==",
  2168. "license": "MIT",
  2169. "funding": {
  2170. "type": "github",
  2171. "url": "https://github.com/sponsors/ueberdosis"
  2172. },
  2173. "peerDependencies": {
  2174. "@tiptap/core": "^3.19.0",
  2175. "@tiptap/pm": "^3.19.0",
  2176. "@tiptap/suggestion": "^3.19.0"
  2177. }
  2178. },
  2179. "node_modules/@tiptap/extension-ordered-list": {
  2180. "version": "3.19.0",
  2181. "resolved": "https://registry.npmmirror.com/@tiptap/extension-ordered-list/-/extension-ordered-list-3.19.0.tgz",
  2182. "integrity": "sha512-cxGsINquwHYE1kmhAcLNLHAofmoDEG6jbesR5ybl7tU5JwtKVO7S/xZatll2DU1dsDAXWPWEeeMl4e/9svYjCg==",
  2183. "license": "MIT",
  2184. "funding": {
  2185. "type": "github",
  2186. "url": "https://github.com/sponsors/ueberdosis"
  2187. },
  2188. "peerDependencies": {
  2189. "@tiptap/extension-list": "^3.19.0"
  2190. }
  2191. },
  2192. "node_modules/@tiptap/extension-paragraph": {
  2193. "version": "3.19.0",
  2194. "resolved": "https://registry.npmmirror.com/@tiptap/extension-paragraph/-/extension-paragraph-3.19.0.tgz",
  2195. "integrity": "sha512-xWa6gj82l5+AzdYyrSk9P4ynySaDzg/SlR1FarXE5yPXibYzpS95IWaVR0m2Qaz7Rrk+IiYOTGxGRxcHLOelNg==",
  2196. "license": "MIT",
  2197. "funding": {
  2198. "type": "github",
  2199. "url": "https://github.com/sponsors/ueberdosis"
  2200. },
  2201. "peerDependencies": {
  2202. "@tiptap/core": "^3.19.0"
  2203. }
  2204. },
  2205. "node_modules/@tiptap/extension-strike": {
  2206. "version": "3.19.0",
  2207. "resolved": "https://registry.npmmirror.com/@tiptap/extension-strike/-/extension-strike-3.19.0.tgz",
  2208. "integrity": "sha512-xYpabHsv7PccLUBQaP8AYiFCnYbx6P93RHPd0lgNwhdOjYFd931Zy38RyoxPHAgbYVmhf1iyx7lpuLtBnhS5dA==",
  2209. "license": "MIT",
  2210. "funding": {
  2211. "type": "github",
  2212. "url": "https://github.com/sponsors/ueberdosis"
  2213. },
  2214. "peerDependencies": {
  2215. "@tiptap/core": "^3.19.0"
  2216. }
  2217. },
  2218. "node_modules/@tiptap/extension-text": {
  2219. "version": "3.19.0",
  2220. "resolved": "https://registry.npmmirror.com/@tiptap/extension-text/-/extension-text-3.19.0.tgz",
  2221. "integrity": "sha512-K95+SnbZy0h6hNFtfy23n8t/nOcTFEf69In9TSFVVmwn/Nwlke+IfiESAkqbt1/7sKJeegRXYO7WzFEmFl9Q/g==",
  2222. "license": "MIT",
  2223. "funding": {
  2224. "type": "github",
  2225. "url": "https://github.com/sponsors/ueberdosis"
  2226. },
  2227. "peerDependencies": {
  2228. "@tiptap/core": "^3.19.0"
  2229. }
  2230. },
  2231. "node_modules/@tiptap/extension-text-align": {
  2232. "version": "3.19.0",
  2233. "resolved": "https://registry.npmmirror.com/@tiptap/extension-text-align/-/extension-text-align-3.19.0.tgz",
  2234. "integrity": "sha512-cY8bHWYojLTHXZb2j2srdh7ltmDgnwXYvSxbPL4HK4j7XxQOGnOsTakgM/BNhxymOfEj2414i5Otyy8hlgviFA==",
  2235. "license": "MIT",
  2236. "funding": {
  2237. "type": "github",
  2238. "url": "https://github.com/sponsors/ueberdosis"
  2239. },
  2240. "peerDependencies": {
  2241. "@tiptap/core": "^3.19.0"
  2242. }
  2243. },
  2244. "node_modules/@tiptap/extension-text-style": {
  2245. "version": "3.19.0",
  2246. "resolved": "https://registry.npmmirror.com/@tiptap/extension-text-style/-/extension-text-style-3.19.0.tgz",
  2247. "integrity": "sha512-R55V6iUfRq03SGt/R2KvaeN+XGFiKJHx1jFJhZzvnWhMV7YqjHSG2r4BLvpTq1HBqteMbEjI+EOnb4t9AKd6aQ==",
  2248. "license": "MIT",
  2249. "funding": {
  2250. "type": "github",
  2251. "url": "https://github.com/sponsors/ueberdosis"
  2252. },
  2253. "peerDependencies": {
  2254. "@tiptap/core": "^3.19.0"
  2255. }
  2256. },
  2257. "node_modules/@tiptap/extension-underline": {
  2258. "version": "3.19.0",
  2259. "resolved": "https://registry.npmmirror.com/@tiptap/extension-underline/-/extension-underline-3.19.0.tgz",
  2260. "integrity": "sha512-800MGEWfG49j10wQzAFiW/ele1HT04MamcL8iyuPNu7ZbjbGN2yknvdrJlRy7hZlzIrVkZMr/1tz62KN33VHIw==",
  2261. "license": "MIT",
  2262. "funding": {
  2263. "type": "github",
  2264. "url": "https://github.com/sponsors/ueberdosis"
  2265. },
  2266. "peerDependencies": {
  2267. "@tiptap/core": "^3.19.0"
  2268. }
  2269. },
  2270. "node_modules/@tiptap/extensions": {
  2271. "version": "3.19.0",
  2272. "resolved": "https://registry.npmmirror.com/@tiptap/extensions/-/extensions-3.19.0.tgz",
  2273. "integrity": "sha512-ZmGUhLbMWaGqnJh2Bry+6V4M6gMpUDYo4D1xNux5Gng/E/eYtc+PMxMZ/6F7tNTAuujLBOQKj6D+4SsSm457jw==",
  2274. "license": "MIT",
  2275. "funding": {
  2276. "type": "github",
  2277. "url": "https://github.com/sponsors/ueberdosis"
  2278. },
  2279. "peerDependencies": {
  2280. "@tiptap/core": "^3.19.0",
  2281. "@tiptap/pm": "^3.19.0"
  2282. }
  2283. },
  2284. "node_modules/@tiptap/pm": {
  2285. "version": "3.19.0",
  2286. "resolved": "https://registry.npmmirror.com/@tiptap/pm/-/pm-3.19.0.tgz",
  2287. "integrity": "sha512-789zcnM4a8OWzvbD2DL31d0wbSm9BVeO/R7PLQwLIGysDI3qzrcclyZ8yhqOEVuvPitRRwYLq+mY14jz7kY4cw==",
  2288. "license": "MIT",
  2289. "dependencies": {
  2290. "prosemirror-changeset": "^2.3.0",
  2291. "prosemirror-collab": "^1.3.1",
  2292. "prosemirror-commands": "^1.6.2",
  2293. "prosemirror-dropcursor": "^1.8.1",
  2294. "prosemirror-gapcursor": "^1.3.2",
  2295. "prosemirror-history": "^1.4.1",
  2296. "prosemirror-inputrules": "^1.4.0",
  2297. "prosemirror-keymap": "^1.2.2",
  2298. "prosemirror-markdown": "^1.13.1",
  2299. "prosemirror-menu": "^1.2.4",
  2300. "prosemirror-model": "^1.24.1",
  2301. "prosemirror-schema-basic": "^1.2.3",
  2302. "prosemirror-schema-list": "^1.5.0",
  2303. "prosemirror-state": "^1.4.3",
  2304. "prosemirror-tables": "^1.6.4",
  2305. "prosemirror-trailing-node": "^3.0.0",
  2306. "prosemirror-transform": "^1.10.2",
  2307. "prosemirror-view": "^1.38.1"
  2308. },
  2309. "funding": {
  2310. "type": "github",
  2311. "url": "https://github.com/sponsors/ueberdosis"
  2312. }
  2313. },
  2314. "node_modules/@tiptap/react": {
  2315. "version": "3.19.0",
  2316. "resolved": "https://registry.npmmirror.com/@tiptap/react/-/react-3.19.0.tgz",
  2317. "integrity": "sha512-GQQMUUXMpNd8tRjc1jDK3tDRXFugJO7C928EqmeBcBzTKDrFIJ3QUoZKEPxUNb6HWhZ2WL7q00fiMzsv4DNSmg==",
  2318. "license": "MIT",
  2319. "dependencies": {
  2320. "@types/use-sync-external-store": "^0.0.6",
  2321. "fast-equals": "^5.3.3",
  2322. "use-sync-external-store": "^1.4.0"
  2323. },
  2324. "funding": {
  2325. "type": "github",
  2326. "url": "https://github.com/sponsors/ueberdosis"
  2327. },
  2328. "optionalDependencies": {
  2329. "@tiptap/extension-bubble-menu": "^3.19.0",
  2330. "@tiptap/extension-floating-menu": "^3.19.0"
  2331. },
  2332. "peerDependencies": {
  2333. "@tiptap/core": "^3.19.0",
  2334. "@tiptap/pm": "^3.19.0",
  2335. "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
  2336. "@types/react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
  2337. "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
  2338. "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
  2339. }
  2340. },
  2341. "node_modules/@tiptap/starter-kit": {
  2342. "version": "3.19.0",
  2343. "resolved": "https://registry.npmmirror.com/@tiptap/starter-kit/-/starter-kit-3.19.0.tgz",
  2344. "integrity": "sha512-dTCkHEz+Y8ADxX7h+xvl6caAj+3nII/wMB1rTQchSuNKqJTOrzyUsCWm094+IoZmLT738wANE0fRIgziNHs/ug==",
  2345. "license": "MIT",
  2346. "dependencies": {
  2347. "@tiptap/core": "^3.19.0",
  2348. "@tiptap/extension-blockquote": "^3.19.0",
  2349. "@tiptap/extension-bold": "^3.19.0",
  2350. "@tiptap/extension-bullet-list": "^3.19.0",
  2351. "@tiptap/extension-code": "^3.19.0",
  2352. "@tiptap/extension-code-block": "^3.19.0",
  2353. "@tiptap/extension-document": "^3.19.0",
  2354. "@tiptap/extension-dropcursor": "^3.19.0",
  2355. "@tiptap/extension-gapcursor": "^3.19.0",
  2356. "@tiptap/extension-hard-break": "^3.19.0",
  2357. "@tiptap/extension-heading": "^3.19.0",
  2358. "@tiptap/extension-horizontal-rule": "^3.19.0",
  2359. "@tiptap/extension-italic": "^3.19.0",
  2360. "@tiptap/extension-link": "^3.19.0",
  2361. "@tiptap/extension-list": "^3.19.0",
  2362. "@tiptap/extension-list-item": "^3.19.0",
  2363. "@tiptap/extension-list-keymap": "^3.19.0",
  2364. "@tiptap/extension-ordered-list": "^3.19.0",
  2365. "@tiptap/extension-paragraph": "^3.19.0",
  2366. "@tiptap/extension-strike": "^3.19.0",
  2367. "@tiptap/extension-text": "^3.19.0",
  2368. "@tiptap/extension-underline": "^3.19.0",
  2369. "@tiptap/extensions": "^3.19.0",
  2370. "@tiptap/pm": "^3.19.0"
  2371. },
  2372. "funding": {
  2373. "type": "github",
  2374. "url": "https://github.com/sponsors/ueberdosis"
  2375. }
  2376. },
  2377. "node_modules/@tiptap/suggestion": {
  2378. "version": "3.19.0",
  2379. "resolved": "https://registry.npmmirror.com/@tiptap/suggestion/-/suggestion-3.19.0.tgz",
  2380. "integrity": "sha512-tUZwMRFqTVPIo566ZmHNRteyZxJy2EE4FA+S3IeIUOOvY6AW0h1imhbpBO7sXV8CeEQvpa+2DWwLvy7L3vmstA==",
  2381. "license": "MIT",
  2382. "peer": true,
  2383. "funding": {
  2384. "type": "github",
  2385. "url": "https://github.com/sponsors/ueberdosis"
  2386. },
  2387. "peerDependencies": {
  2388. "@tiptap/core": "^3.19.0",
  2389. "@tiptap/pm": "^3.19.0"
  2390. }
  2391. },
  2392. "node_modules/@types/babel__core": {
  2393. "version": "7.20.5",
  2394. "resolved": "https://registry.npmmirror.com/@types/babel__core/-/babel__core-7.20.5.tgz",
  2395. "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
  2396. "dev": true,
  2397. "license": "MIT",
  2398. "dependencies": {
  2399. "@babel/parser": "^7.20.7",
  2400. "@babel/types": "^7.20.7",
  2401. "@types/babel__generator": "*",
  2402. "@types/babel__template": "*",
  2403. "@types/babel__traverse": "*"
  2404. }
  2405. },
  2406. "node_modules/@types/babel__generator": {
  2407. "version": "7.27.0",
  2408. "resolved": "https://registry.npmmirror.com/@types/babel__generator/-/babel__generator-7.27.0.tgz",
  2409. "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==",
  2410. "dev": true,
  2411. "license": "MIT",
  2412. "dependencies": {
  2413. "@babel/types": "^7.0.0"
  2414. }
  2415. },
  2416. "node_modules/@types/babel__template": {
  2417. "version": "7.4.4",
  2418. "resolved": "https://registry.npmmirror.com/@types/babel__template/-/babel__template-7.4.4.tgz",
  2419. "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
  2420. "dev": true,
  2421. "license": "MIT",
  2422. "dependencies": {
  2423. "@babel/parser": "^7.1.0",
  2424. "@babel/types": "^7.0.0"
  2425. }
  2426. },
  2427. "node_modules/@types/babel__traverse": {
  2428. "version": "7.28.0",
  2429. "resolved": "https://registry.npmmirror.com/@types/babel__traverse/-/babel__traverse-7.28.0.tgz",
  2430. "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==",
  2431. "dev": true,
  2432. "license": "MIT",
  2433. "dependencies": {
  2434. "@babel/types": "^7.28.2"
  2435. }
  2436. },
  2437. "node_modules/@types/d3": {
  2438. "version": "7.4.3",
  2439. "resolved": "https://registry.npmmirror.com/@types/d3/-/d3-7.4.3.tgz",
  2440. "integrity": "sha512-lZXZ9ckh5R8uiFVt8ogUNf+pIrK4EsWrx2Np75WvF/eTpJ0FMHNhjXk8CKEx/+gpHbNQyJWehbFaTvqmHWB3ww==",
  2441. "dev": true,
  2442. "license": "MIT",
  2443. "dependencies": {
  2444. "@types/d3-array": "*",
  2445. "@types/d3-axis": "*",
  2446. "@types/d3-brush": "*",
  2447. "@types/d3-chord": "*",
  2448. "@types/d3-color": "*",
  2449. "@types/d3-contour": "*",
  2450. "@types/d3-delaunay": "*",
  2451. "@types/d3-dispatch": "*",
  2452. "@types/d3-drag": "*",
  2453. "@types/d3-dsv": "*",
  2454. "@types/d3-ease": "*",
  2455. "@types/d3-fetch": "*",
  2456. "@types/d3-force": "*",
  2457. "@types/d3-format": "*",
  2458. "@types/d3-geo": "*",
  2459. "@types/d3-hierarchy": "*",
  2460. "@types/d3-interpolate": "*",
  2461. "@types/d3-path": "*",
  2462. "@types/d3-polygon": "*",
  2463. "@types/d3-quadtree": "*",
  2464. "@types/d3-random": "*",
  2465. "@types/d3-scale": "*",
  2466. "@types/d3-scale-chromatic": "*",
  2467. "@types/d3-selection": "*",
  2468. "@types/d3-shape": "*",
  2469. "@types/d3-time": "*",
  2470. "@types/d3-time-format": "*",
  2471. "@types/d3-timer": "*",
  2472. "@types/d3-transition": "*",
  2473. "@types/d3-zoom": "*"
  2474. }
  2475. },
  2476. "node_modules/@types/d3-array": {
  2477. "version": "3.2.2",
  2478. "resolved": "https://registry.npmmirror.com/@types/d3-array/-/d3-array-3.2.2.tgz",
  2479. "integrity": "sha512-hOLWVbm7uRza0BYXpIIW5pxfrKe0W+D5lrFiAEYR+pb6w3N2SwSMaJbXdUfSEv+dT4MfHBLtn5js0LAWaO6otw==",
  2480. "dev": true,
  2481. "license": "MIT"
  2482. },
  2483. "node_modules/@types/d3-axis": {
  2484. "version": "3.0.6",
  2485. "resolved": "https://registry.npmmirror.com/@types/d3-axis/-/d3-axis-3.0.6.tgz",
  2486. "integrity": "sha512-pYeijfZuBd87T0hGn0FO1vQ/cgLk6E1ALJjfkC0oJ8cbwkZl3TpgS8bVBLZN+2jjGgg38epgxb2zmoGtSfvgMw==",
  2487. "dev": true,
  2488. "license": "MIT",
  2489. "dependencies": {
  2490. "@types/d3-selection": "*"
  2491. }
  2492. },
  2493. "node_modules/@types/d3-brush": {
  2494. "version": "3.0.6",
  2495. "resolved": "https://registry.npmmirror.com/@types/d3-brush/-/d3-brush-3.0.6.tgz",
  2496. "integrity": "sha512-nH60IZNNxEcrh6L1ZSMNA28rj27ut/2ZmI3r96Zd+1jrZD++zD3LsMIjWlvg4AYrHn/Pqz4CF3veCxGjtbqt7A==",
  2497. "dev": true,
  2498. "license": "MIT",
  2499. "dependencies": {
  2500. "@types/d3-selection": "*"
  2501. }
  2502. },
  2503. "node_modules/@types/d3-chord": {
  2504. "version": "3.0.6",
  2505. "resolved": "https://registry.npmmirror.com/@types/d3-chord/-/d3-chord-3.0.6.tgz",
  2506. "integrity": "sha512-LFYWWd8nwfwEmTZG9PfQxd17HbNPksHBiJHaKuY1XeqscXacsS2tyoo6OdRsjf+NQYeB6XrNL3a25E3gH69lcg==",
  2507. "dev": true,
  2508. "license": "MIT"
  2509. },
  2510. "node_modules/@types/d3-color": {
  2511. "version": "3.1.3",
  2512. "resolved": "https://registry.npmmirror.com/@types/d3-color/-/d3-color-3.1.3.tgz",
  2513. "integrity": "sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==",
  2514. "dev": true,
  2515. "license": "MIT"
  2516. },
  2517. "node_modules/@types/d3-contour": {
  2518. "version": "3.0.6",
  2519. "resolved": "https://registry.npmmirror.com/@types/d3-contour/-/d3-contour-3.0.6.tgz",
  2520. "integrity": "sha512-BjzLgXGnCWjUSYGfH1cpdo41/hgdWETu4YxpezoztawmqsvCeep+8QGfiY6YbDvfgHz/DkjeIkkZVJavB4a3rg==",
  2521. "dev": true,
  2522. "license": "MIT",
  2523. "dependencies": {
  2524. "@types/d3-array": "*",
  2525. "@types/geojson": "*"
  2526. }
  2527. },
  2528. "node_modules/@types/d3-delaunay": {
  2529. "version": "6.0.4",
  2530. "resolved": "https://registry.npmmirror.com/@types/d3-delaunay/-/d3-delaunay-6.0.4.tgz",
  2531. "integrity": "sha512-ZMaSKu4THYCU6sV64Lhg6qjf1orxBthaC161plr5KuPHo3CNm8DTHiLw/5Eq2b6TsNP0W0iJrUOFscY6Q450Hw==",
  2532. "dev": true,
  2533. "license": "MIT"
  2534. },
  2535. "node_modules/@types/d3-dispatch": {
  2536. "version": "3.0.7",
  2537. "resolved": "https://registry.npmmirror.com/@types/d3-dispatch/-/d3-dispatch-3.0.7.tgz",
  2538. "integrity": "sha512-5o9OIAdKkhN1QItV2oqaE5KMIiXAvDWBDPrD85e58Qlz1c1kI/J0NcqbEG88CoTwJrYe7ntUCVfeUl2UJKbWgA==",
  2539. "dev": true,
  2540. "license": "MIT"
  2541. },
  2542. "node_modules/@types/d3-drag": {
  2543. "version": "3.0.7",
  2544. "resolved": "https://registry.npmmirror.com/@types/d3-drag/-/d3-drag-3.0.7.tgz",
  2545. "integrity": "sha512-HE3jVKlzU9AaMazNufooRJ5ZpWmLIoc90A37WU2JMmeq28w1FQqCZswHZ3xR+SuxYftzHq6WU6KJHvqxKzTxxQ==",
  2546. "dev": true,
  2547. "license": "MIT",
  2548. "dependencies": {
  2549. "@types/d3-selection": "*"
  2550. }
  2551. },
  2552. "node_modules/@types/d3-dsv": {
  2553. "version": "3.0.7",
  2554. "resolved": "https://registry.npmmirror.com/@types/d3-dsv/-/d3-dsv-3.0.7.tgz",
  2555. "integrity": "sha512-n6QBF9/+XASqcKK6waudgL0pf/S5XHPPI8APyMLLUHd8NqouBGLsU8MgtO7NINGtPBtk9Kko/W4ea0oAspwh9g==",
  2556. "dev": true,
  2557. "license": "MIT"
  2558. },
  2559. "node_modules/@types/d3-ease": {
  2560. "version": "3.0.2",
  2561. "resolved": "https://registry.npmmirror.com/@types/d3-ease/-/d3-ease-3.0.2.tgz",
  2562. "integrity": "sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==",
  2563. "dev": true,
  2564. "license": "MIT"
  2565. },
  2566. "node_modules/@types/d3-fetch": {
  2567. "version": "3.0.7",
  2568. "resolved": "https://registry.npmmirror.com/@types/d3-fetch/-/d3-fetch-3.0.7.tgz",
  2569. "integrity": "sha512-fTAfNmxSb9SOWNB9IoG5c8Hg6R+AzUHDRlsXsDZsNp6sxAEOP0tkP3gKkNSO/qmHPoBFTxNrjDprVHDQDvo5aA==",
  2570. "dev": true,
  2571. "license": "MIT",
  2572. "dependencies": {
  2573. "@types/d3-dsv": "*"
  2574. }
  2575. },
  2576. "node_modules/@types/d3-force": {
  2577. "version": "3.0.10",
  2578. "resolved": "https://registry.npmmirror.com/@types/d3-force/-/d3-force-3.0.10.tgz",
  2579. "integrity": "sha512-ZYeSaCF3p73RdOKcjj+swRlZfnYpK1EbaDiYICEEp5Q6sUiqFaFQ9qgoshp5CzIyyb/yD09kD9o2zEltCexlgw==",
  2580. "dev": true,
  2581. "license": "MIT"
  2582. },
  2583. "node_modules/@types/d3-format": {
  2584. "version": "3.0.4",
  2585. "resolved": "https://registry.npmmirror.com/@types/d3-format/-/d3-format-3.0.4.tgz",
  2586. "integrity": "sha512-fALi2aI6shfg7vM5KiR1wNJnZ7r6UuggVqtDA+xiEdPZQwy/trcQaHnwShLuLdta2rTymCNpxYTiMZX/e09F4g==",
  2587. "dev": true,
  2588. "license": "MIT"
  2589. },
  2590. "node_modules/@types/d3-geo": {
  2591. "version": "3.1.0",
  2592. "resolved": "https://registry.npmmirror.com/@types/d3-geo/-/d3-geo-3.1.0.tgz",
  2593. "integrity": "sha512-856sckF0oP/diXtS4jNsiQw/UuK5fQG8l/a9VVLeSouf1/PPbBE1i1W852zVwKwYCBkFJJB7nCFTbk6UMEXBOQ==",
  2594. "dev": true,
  2595. "license": "MIT",
  2596. "dependencies": {
  2597. "@types/geojson": "*"
  2598. }
  2599. },
  2600. "node_modules/@types/d3-hierarchy": {
  2601. "version": "3.1.7",
  2602. "resolved": "https://registry.npmmirror.com/@types/d3-hierarchy/-/d3-hierarchy-3.1.7.tgz",
  2603. "integrity": "sha512-tJFtNoYBtRtkNysX1Xq4sxtjK8YgoWUNpIiUee0/jHGRwqvzYxkq0hGVbbOGSz+JgFxxRu4K8nb3YpG3CMARtg==",
  2604. "dev": true,
  2605. "license": "MIT"
  2606. },
  2607. "node_modules/@types/d3-interpolate": {
  2608. "version": "3.0.4",
  2609. "resolved": "https://registry.npmmirror.com/@types/d3-interpolate/-/d3-interpolate-3.0.4.tgz",
  2610. "integrity": "sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==",
  2611. "dev": true,
  2612. "license": "MIT",
  2613. "dependencies": {
  2614. "@types/d3-color": "*"
  2615. }
  2616. },
  2617. "node_modules/@types/d3-path": {
  2618. "version": "3.1.1",
  2619. "resolved": "https://registry.npmmirror.com/@types/d3-path/-/d3-path-3.1.1.tgz",
  2620. "integrity": "sha512-VMZBYyQvbGmWyWVea0EHs/BwLgxc+MKi1zLDCONksozI4YJMcTt8ZEuIR4Sb1MMTE8MMW49v0IwI5+b7RmfWlg==",
  2621. "dev": true,
  2622. "license": "MIT"
  2623. },
  2624. "node_modules/@types/d3-polygon": {
  2625. "version": "3.0.2",
  2626. "resolved": "https://registry.npmmirror.com/@types/d3-polygon/-/d3-polygon-3.0.2.tgz",
  2627. "integrity": "sha512-ZuWOtMaHCkN9xoeEMr1ubW2nGWsp4nIql+OPQRstu4ypeZ+zk3YKqQT0CXVe/PYqrKpZAi+J9mTs05TKwjXSRA==",
  2628. "dev": true,
  2629. "license": "MIT"
  2630. },
  2631. "node_modules/@types/d3-quadtree": {
  2632. "version": "3.0.6",
  2633. "resolved": "https://registry.npmmirror.com/@types/d3-quadtree/-/d3-quadtree-3.0.6.tgz",
  2634. "integrity": "sha512-oUzyO1/Zm6rsxKRHA1vH0NEDG58HrT5icx/azi9MF1TWdtttWl0UIUsjEQBBh+SIkrpd21ZjEv7ptxWys1ncsg==",
  2635. "dev": true,
  2636. "license": "MIT"
  2637. },
  2638. "node_modules/@types/d3-random": {
  2639. "version": "3.0.3",
  2640. "resolved": "https://registry.npmmirror.com/@types/d3-random/-/d3-random-3.0.3.tgz",
  2641. "integrity": "sha512-Imagg1vJ3y76Y2ea0871wpabqp613+8/r0mCLEBfdtqC7xMSfj9idOnmBYyMoULfHePJyxMAw3nWhJxzc+LFwQ==",
  2642. "dev": true,
  2643. "license": "MIT"
  2644. },
  2645. "node_modules/@types/d3-scale": {
  2646. "version": "4.0.9",
  2647. "resolved": "https://registry.npmmirror.com/@types/d3-scale/-/d3-scale-4.0.9.tgz",
  2648. "integrity": "sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==",
  2649. "dev": true,
  2650. "license": "MIT",
  2651. "dependencies": {
  2652. "@types/d3-time": "*"
  2653. }
  2654. },
  2655. "node_modules/@types/d3-scale-chromatic": {
  2656. "version": "3.1.0",
  2657. "resolved": "https://registry.npmmirror.com/@types/d3-scale-chromatic/-/d3-scale-chromatic-3.1.0.tgz",
  2658. "integrity": "sha512-iWMJgwkK7yTRmWqRB5plb1kadXyQ5Sj8V/zYlFGMUBbIPKQScw+Dku9cAAMgJG+z5GYDoMjWGLVOvjghDEFnKQ==",
  2659. "dev": true,
  2660. "license": "MIT"
  2661. },
  2662. "node_modules/@types/d3-selection": {
  2663. "version": "3.0.11",
  2664. "resolved": "https://registry.npmmirror.com/@types/d3-selection/-/d3-selection-3.0.11.tgz",
  2665. "integrity": "sha512-bhAXu23DJWsrI45xafYpkQ4NtcKMwWnAC/vKrd2l+nxMFuvOT3XMYTIj2opv8vq8AO5Yh7Qac/nSeP/3zjTK0w==",
  2666. "dev": true,
  2667. "license": "MIT"
  2668. },
  2669. "node_modules/@types/d3-shape": {
  2670. "version": "3.1.8",
  2671. "resolved": "https://registry.npmmirror.com/@types/d3-shape/-/d3-shape-3.1.8.tgz",
  2672. "integrity": "sha512-lae0iWfcDeR7qt7rA88BNiqdvPS5pFVPpo5OfjElwNaT2yyekbM0C9vK+yqBqEmHr6lDkRnYNoTBYlAgJa7a4w==",
  2673. "dev": true,
  2674. "license": "MIT",
  2675. "dependencies": {
  2676. "@types/d3-path": "*"
  2677. }
  2678. },
  2679. "node_modules/@types/d3-time": {
  2680. "version": "3.0.4",
  2681. "resolved": "https://registry.npmmirror.com/@types/d3-time/-/d3-time-3.0.4.tgz",
  2682. "integrity": "sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==",
  2683. "dev": true,
  2684. "license": "MIT"
  2685. },
  2686. "node_modules/@types/d3-time-format": {
  2687. "version": "4.0.3",
  2688. "resolved": "https://registry.npmmirror.com/@types/d3-time-format/-/d3-time-format-4.0.3.tgz",
  2689. "integrity": "sha512-5xg9rC+wWL8kdDj153qZcsJ0FWiFt0J5RB6LYUNZjwSnesfblqrI/bJ1wBdJ8OQfncgbJG5+2F+qfqnqyzYxyg==",
  2690. "dev": true,
  2691. "license": "MIT"
  2692. },
  2693. "node_modules/@types/d3-timer": {
  2694. "version": "3.0.2",
  2695. "resolved": "https://registry.npmmirror.com/@types/d3-timer/-/d3-timer-3.0.2.tgz",
  2696. "integrity": "sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==",
  2697. "dev": true,
  2698. "license": "MIT"
  2699. },
  2700. "node_modules/@types/d3-transition": {
  2701. "version": "3.0.9",
  2702. "resolved": "https://registry.npmmirror.com/@types/d3-transition/-/d3-transition-3.0.9.tgz",
  2703. "integrity": "sha512-uZS5shfxzO3rGlu0cC3bjmMFKsXv+SmZZcgp0KD22ts4uGXp5EVYGzu/0YdwZeKmddhcAccYtREJKkPfXkZuCg==",
  2704. "dev": true,
  2705. "license": "MIT",
  2706. "dependencies": {
  2707. "@types/d3-selection": "*"
  2708. }
  2709. },
  2710. "node_modules/@types/d3-zoom": {
  2711. "version": "3.0.8",
  2712. "resolved": "https://registry.npmmirror.com/@types/d3-zoom/-/d3-zoom-3.0.8.tgz",
  2713. "integrity": "sha512-iqMC4/YlFCSlO8+2Ii1GGGliCAY4XdeG748w5vQUbevlbDu0zSjH/+jojorQVBK/se0j6DUFNPBGSqD3YWYnDw==",
  2714. "dev": true,
  2715. "license": "MIT",
  2716. "dependencies": {
  2717. "@types/d3-interpolate": "*",
  2718. "@types/d3-selection": "*"
  2719. }
  2720. },
  2721. "node_modules/@types/debug": {
  2722. "version": "4.1.12",
  2723. "resolved": "https://registry.npmmirror.com/@types/debug/-/debug-4.1.12.tgz",
  2724. "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==",
  2725. "license": "MIT",
  2726. "dependencies": {
  2727. "@types/ms": "*"
  2728. }
  2729. },
  2730. "node_modules/@types/estree": {
  2731. "version": "1.0.8",
  2732. "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.8.tgz",
  2733. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  2734. "license": "MIT"
  2735. },
  2736. "node_modules/@types/estree-jsx": {
  2737. "version": "1.0.5",
  2738. "resolved": "https://registry.npmmirror.com/@types/estree-jsx/-/estree-jsx-1.0.5.tgz",
  2739. "integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==",
  2740. "license": "MIT",
  2741. "dependencies": {
  2742. "@types/estree": "*"
  2743. }
  2744. },
  2745. "node_modules/@types/geojson": {
  2746. "version": "7946.0.16",
  2747. "resolved": "https://registry.npmmirror.com/@types/geojson/-/geojson-7946.0.16.tgz",
  2748. "integrity": "sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg==",
  2749. "dev": true,
  2750. "license": "MIT"
  2751. },
  2752. "node_modules/@types/hast": {
  2753. "version": "3.0.4",
  2754. "resolved": "https://registry.npmmirror.com/@types/hast/-/hast-3.0.4.tgz",
  2755. "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
  2756. "license": "MIT",
  2757. "dependencies": {
  2758. "@types/unist": "*"
  2759. }
  2760. },
  2761. "node_modules/@types/json-schema": {
  2762. "version": "7.0.15",
  2763. "resolved": "https://registry.npmmirror.com/@types/json-schema/-/json-schema-7.0.15.tgz",
  2764. "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
  2765. "dev": true,
  2766. "license": "MIT"
  2767. },
  2768. "node_modules/@types/linkify-it": {
  2769. "version": "5.0.0",
  2770. "resolved": "https://registry.npmmirror.com/@types/linkify-it/-/linkify-it-5.0.0.tgz",
  2771. "integrity": "sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==",
  2772. "license": "MIT"
  2773. },
  2774. "node_modules/@types/markdown-it": {
  2775. "version": "14.1.2",
  2776. "resolved": "https://registry.npmmirror.com/@types/markdown-it/-/markdown-it-14.1.2.tgz",
  2777. "integrity": "sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==",
  2778. "license": "MIT",
  2779. "dependencies": {
  2780. "@types/linkify-it": "^5",
  2781. "@types/mdurl": "^2"
  2782. }
  2783. },
  2784. "node_modules/@types/mdast": {
  2785. "version": "4.0.4",
  2786. "resolved": "https://registry.npmmirror.com/@types/mdast/-/mdast-4.0.4.tgz",
  2787. "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
  2788. "license": "MIT",
  2789. "dependencies": {
  2790. "@types/unist": "*"
  2791. }
  2792. },
  2793. "node_modules/@types/mdurl": {
  2794. "version": "2.0.0",
  2795. "resolved": "https://registry.npmmirror.com/@types/mdurl/-/mdurl-2.0.0.tgz",
  2796. "integrity": "sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==",
  2797. "license": "MIT"
  2798. },
  2799. "node_modules/@types/mdx": {
  2800. "version": "2.0.13",
  2801. "resolved": "https://registry.npmmirror.com/@types/mdx/-/mdx-2.0.13.tgz",
  2802. "integrity": "sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==",
  2803. "license": "MIT"
  2804. },
  2805. "node_modules/@types/ms": {
  2806. "version": "2.1.0",
  2807. "resolved": "https://registry.npmmirror.com/@types/ms/-/ms-2.1.0.tgz",
  2808. "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",
  2809. "license": "MIT"
  2810. },
  2811. "node_modules/@types/node": {
  2812. "version": "20.19.32",
  2813. "resolved": "https://registry.npmmirror.com/@types/node/-/node-20.19.32.tgz",
  2814. "integrity": "sha512-Ez8QE4DMfhjjTsES9K2dwfV258qBui7qxUsoaixZDiTzbde4U12e1pXGNu/ECsUIOi5/zoCxAQxIhQnaUQ2VvA==",
  2815. "dev": true,
  2816. "license": "MIT",
  2817. "dependencies": {
  2818. "undici-types": "~6.21.0"
  2819. }
  2820. },
  2821. "node_modules/@types/prop-types": {
  2822. "version": "15.7.15",
  2823. "resolved": "https://registry.npmmirror.com/@types/prop-types/-/prop-types-15.7.15.tgz",
  2824. "integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==",
  2825. "license": "MIT"
  2826. },
  2827. "node_modules/@types/react": {
  2828. "version": "18.3.28",
  2829. "resolved": "https://registry.npmmirror.com/@types/react/-/react-18.3.28.tgz",
  2830. "integrity": "sha512-z9VXpC7MWrhfWipitjNdgCauoMLRdIILQsAEV+ZesIzBq/oUlxk0m3ApZuMFCXdnS4U7KrI+l3WRUEGQ8K1QKw==",
  2831. "license": "MIT",
  2832. "dependencies": {
  2833. "@types/prop-types": "*",
  2834. "csstype": "^3.2.2"
  2835. }
  2836. },
  2837. "node_modules/@types/react-dom": {
  2838. "version": "18.3.7",
  2839. "resolved": "https://registry.npmmirror.com/@types/react-dom/-/react-dom-18.3.7.tgz",
  2840. "integrity": "sha512-MEe3UeoENYVFXzoXEWsvcpg6ZvlrFNlOQ7EOsvhI3CfAXwzPfO8Qwuxd40nepsYKqyyVQnTdEfv68q91yLcKrQ==",
  2841. "license": "MIT",
  2842. "peerDependencies": {
  2843. "@types/react": "^18.0.0"
  2844. }
  2845. },
  2846. "node_modules/@types/semver": {
  2847. "version": "7.7.1",
  2848. "resolved": "https://registry.npmmirror.com/@types/semver/-/semver-7.7.1.tgz",
  2849. "integrity": "sha512-FmgJfu+MOcQ370SD0ev7EI8TlCAfKYU+B4m5T3yXc1CiRN94g/SZPtsCkk506aUDtlMnFZvasDwHHUcZUEaYuA==",
  2850. "dev": true,
  2851. "license": "MIT"
  2852. },
  2853. "node_modules/@types/unist": {
  2854. "version": "3.0.3",
  2855. "resolved": "https://registry.npmmirror.com/@types/unist/-/unist-3.0.3.tgz",
  2856. "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
  2857. "license": "MIT"
  2858. },
  2859. "node_modules/@types/use-sync-external-store": {
  2860. "version": "0.0.6",
  2861. "resolved": "https://registry.npmmirror.com/@types/use-sync-external-store/-/use-sync-external-store-0.0.6.tgz",
  2862. "integrity": "sha512-zFDAD+tlpf2r4asuHEj0XH6pY6i0g5NeAHPn+15wk3BV6JA69eERFXC1gyGThDkVa1zCyKr5jox1+2LbV/AMLg==",
  2863. "license": "MIT"
  2864. },
  2865. "node_modules/@typescript-eslint/eslint-plugin": {
  2866. "version": "6.21.0",
  2867. "resolved": "https://registry.npmmirror.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz",
  2868. "integrity": "sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==",
  2869. "dev": true,
  2870. "license": "MIT",
  2871. "dependencies": {
  2872. "@eslint-community/regexpp": "^4.5.1",
  2873. "@typescript-eslint/scope-manager": "6.21.0",
  2874. "@typescript-eslint/type-utils": "6.21.0",
  2875. "@typescript-eslint/utils": "6.21.0",
  2876. "@typescript-eslint/visitor-keys": "6.21.0",
  2877. "debug": "^4.3.4",
  2878. "graphemer": "^1.4.0",
  2879. "ignore": "^5.2.4",
  2880. "natural-compare": "^1.4.0",
  2881. "semver": "^7.5.4",
  2882. "ts-api-utils": "^1.0.1"
  2883. },
  2884. "engines": {
  2885. "node": "^16.0.0 || >=18.0.0"
  2886. },
  2887. "funding": {
  2888. "type": "opencollective",
  2889. "url": "https://opencollective.com/typescript-eslint"
  2890. },
  2891. "peerDependencies": {
  2892. "@typescript-eslint/parser": "^6.0.0 || ^6.0.0-alpha",
  2893. "eslint": "^7.0.0 || ^8.0.0"
  2894. },
  2895. "peerDependenciesMeta": {
  2896. "typescript": {
  2897. "optional": true
  2898. }
  2899. }
  2900. },
  2901. "node_modules/@typescript-eslint/parser": {
  2902. "version": "6.21.0",
  2903. "resolved": "https://registry.npmmirror.com/@typescript-eslint/parser/-/parser-6.21.0.tgz",
  2904. "integrity": "sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==",
  2905. "dev": true,
  2906. "license": "BSD-2-Clause",
  2907. "dependencies": {
  2908. "@typescript-eslint/scope-manager": "6.21.0",
  2909. "@typescript-eslint/types": "6.21.0",
  2910. "@typescript-eslint/typescript-estree": "6.21.0",
  2911. "@typescript-eslint/visitor-keys": "6.21.0",
  2912. "debug": "^4.3.4"
  2913. },
  2914. "engines": {
  2915. "node": "^16.0.0 || >=18.0.0"
  2916. },
  2917. "funding": {
  2918. "type": "opencollective",
  2919. "url": "https://opencollective.com/typescript-eslint"
  2920. },
  2921. "peerDependencies": {
  2922. "eslint": "^7.0.0 || ^8.0.0"
  2923. },
  2924. "peerDependenciesMeta": {
  2925. "typescript": {
  2926. "optional": true
  2927. }
  2928. }
  2929. },
  2930. "node_modules/@typescript-eslint/scope-manager": {
  2931. "version": "6.21.0",
  2932. "resolved": "https://registry.npmmirror.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz",
  2933. "integrity": "sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==",
  2934. "dev": true,
  2935. "license": "MIT",
  2936. "dependencies": {
  2937. "@typescript-eslint/types": "6.21.0",
  2938. "@typescript-eslint/visitor-keys": "6.21.0"
  2939. },
  2940. "engines": {
  2941. "node": "^16.0.0 || >=18.0.0"
  2942. },
  2943. "funding": {
  2944. "type": "opencollective",
  2945. "url": "https://opencollective.com/typescript-eslint"
  2946. }
  2947. },
  2948. "node_modules/@typescript-eslint/type-utils": {
  2949. "version": "6.21.0",
  2950. "resolved": "https://registry.npmmirror.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz",
  2951. "integrity": "sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==",
  2952. "dev": true,
  2953. "license": "MIT",
  2954. "dependencies": {
  2955. "@typescript-eslint/typescript-estree": "6.21.0",
  2956. "@typescript-eslint/utils": "6.21.0",
  2957. "debug": "^4.3.4",
  2958. "ts-api-utils": "^1.0.1"
  2959. },
  2960. "engines": {
  2961. "node": "^16.0.0 || >=18.0.0"
  2962. },
  2963. "funding": {
  2964. "type": "opencollective",
  2965. "url": "https://opencollective.com/typescript-eslint"
  2966. },
  2967. "peerDependencies": {
  2968. "eslint": "^7.0.0 || ^8.0.0"
  2969. },
  2970. "peerDependenciesMeta": {
  2971. "typescript": {
  2972. "optional": true
  2973. }
  2974. }
  2975. },
  2976. "node_modules/@typescript-eslint/types": {
  2977. "version": "6.21.0",
  2978. "resolved": "https://registry.npmmirror.com/@typescript-eslint/types/-/types-6.21.0.tgz",
  2979. "integrity": "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==",
  2980. "dev": true,
  2981. "license": "MIT",
  2982. "engines": {
  2983. "node": "^16.0.0 || >=18.0.0"
  2984. },
  2985. "funding": {
  2986. "type": "opencollective",
  2987. "url": "https://opencollective.com/typescript-eslint"
  2988. }
  2989. },
  2990. "node_modules/@typescript-eslint/typescript-estree": {
  2991. "version": "6.21.0",
  2992. "resolved": "https://registry.npmmirror.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz",
  2993. "integrity": "sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==",
  2994. "dev": true,
  2995. "license": "BSD-2-Clause",
  2996. "dependencies": {
  2997. "@typescript-eslint/types": "6.21.0",
  2998. "@typescript-eslint/visitor-keys": "6.21.0",
  2999. "debug": "^4.3.4",
  3000. "globby": "^11.1.0",
  3001. "is-glob": "^4.0.3",
  3002. "minimatch": "9.0.3",
  3003. "semver": "^7.5.4",
  3004. "ts-api-utils": "^1.0.1"
  3005. },
  3006. "engines": {
  3007. "node": "^16.0.0 || >=18.0.0"
  3008. },
  3009. "funding": {
  3010. "type": "opencollective",
  3011. "url": "https://opencollective.com/typescript-eslint"
  3012. },
  3013. "peerDependenciesMeta": {
  3014. "typescript": {
  3015. "optional": true
  3016. }
  3017. }
  3018. },
  3019. "node_modules/@typescript-eslint/utils": {
  3020. "version": "6.21.0",
  3021. "resolved": "https://registry.npmmirror.com/@typescript-eslint/utils/-/utils-6.21.0.tgz",
  3022. "integrity": "sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==",
  3023. "dev": true,
  3024. "license": "MIT",
  3025. "dependencies": {
  3026. "@eslint-community/eslint-utils": "^4.4.0",
  3027. "@types/json-schema": "^7.0.12",
  3028. "@types/semver": "^7.5.0",
  3029. "@typescript-eslint/scope-manager": "6.21.0",
  3030. "@typescript-eslint/types": "6.21.0",
  3031. "@typescript-eslint/typescript-estree": "6.21.0",
  3032. "semver": "^7.5.4"
  3033. },
  3034. "engines": {
  3035. "node": "^16.0.0 || >=18.0.0"
  3036. },
  3037. "funding": {
  3038. "type": "opencollective",
  3039. "url": "https://opencollective.com/typescript-eslint"
  3040. },
  3041. "peerDependencies": {
  3042. "eslint": "^7.0.0 || ^8.0.0"
  3043. }
  3044. },
  3045. "node_modules/@typescript-eslint/visitor-keys": {
  3046. "version": "6.21.0",
  3047. "resolved": "https://registry.npmmirror.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz",
  3048. "integrity": "sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==",
  3049. "dev": true,
  3050. "license": "MIT",
  3051. "dependencies": {
  3052. "@typescript-eslint/types": "6.21.0",
  3053. "eslint-visitor-keys": "^3.4.1"
  3054. },
  3055. "engines": {
  3056. "node": "^16.0.0 || >=18.0.0"
  3057. },
  3058. "funding": {
  3059. "type": "opencollective",
  3060. "url": "https://opencollective.com/typescript-eslint"
  3061. }
  3062. },
  3063. "node_modules/@ungap/structured-clone": {
  3064. "version": "1.3.0",
  3065. "resolved": "https://registry.npmmirror.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz",
  3066. "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==",
  3067. "license": "ISC"
  3068. },
  3069. "node_modules/@vitejs/plugin-react": {
  3070. "version": "4.7.0",
  3071. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-react/-/plugin-react-4.7.0.tgz",
  3072. "integrity": "sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA==",
  3073. "dev": true,
  3074. "license": "MIT",
  3075. "dependencies": {
  3076. "@babel/core": "^7.28.0",
  3077. "@babel/plugin-transform-react-jsx-self": "^7.27.1",
  3078. "@babel/plugin-transform-react-jsx-source": "^7.27.1",
  3079. "@rolldown/pluginutils": "1.0.0-beta.27",
  3080. "@types/babel__core": "^7.20.5",
  3081. "react-refresh": "^0.17.0"
  3082. },
  3083. "engines": {
  3084. "node": "^14.18.0 || >=16.0.0"
  3085. },
  3086. "peerDependencies": {
  3087. "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
  3088. }
  3089. },
  3090. "node_modules/acorn": {
  3091. "version": "8.15.0",
  3092. "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.15.0.tgz",
  3093. "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
  3094. "license": "MIT",
  3095. "bin": {
  3096. "acorn": "bin/acorn"
  3097. },
  3098. "engines": {
  3099. "node": ">=0.4.0"
  3100. }
  3101. },
  3102. "node_modules/acorn-jsx": {
  3103. "version": "5.3.2",
  3104. "resolved": "https://registry.npmmirror.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  3105. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  3106. "license": "MIT",
  3107. "peerDependencies": {
  3108. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  3109. }
  3110. },
  3111. "node_modules/ajv": {
  3112. "version": "6.12.6",
  3113. "resolved": "https://registry.npmmirror.com/ajv/-/ajv-6.12.6.tgz",
  3114. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  3115. "dev": true,
  3116. "license": "MIT",
  3117. "dependencies": {
  3118. "fast-deep-equal": "^3.1.1",
  3119. "fast-json-stable-stringify": "^2.0.0",
  3120. "json-schema-traverse": "^0.4.1",
  3121. "uri-js": "^4.2.2"
  3122. },
  3123. "funding": {
  3124. "type": "github",
  3125. "url": "https://github.com/sponsors/epoberezkin"
  3126. }
  3127. },
  3128. "node_modules/ansi-regex": {
  3129. "version": "5.0.1",
  3130. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  3131. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  3132. "dev": true,
  3133. "license": "MIT",
  3134. "engines": {
  3135. "node": ">=8"
  3136. }
  3137. },
  3138. "node_modules/ansi-styles": {
  3139. "version": "4.3.0",
  3140. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  3141. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  3142. "dev": true,
  3143. "license": "MIT",
  3144. "dependencies": {
  3145. "color-convert": "^2.0.1"
  3146. },
  3147. "engines": {
  3148. "node": ">=8"
  3149. },
  3150. "funding": {
  3151. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  3152. }
  3153. },
  3154. "node_modules/argparse": {
  3155. "version": "2.0.1",
  3156. "resolved": "https://registry.npmmirror.com/argparse/-/argparse-2.0.1.tgz",
  3157. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  3158. "license": "Python-2.0"
  3159. },
  3160. "node_modules/array-union": {
  3161. "version": "2.1.0",
  3162. "resolved": "https://registry.npmmirror.com/array-union/-/array-union-2.1.0.tgz",
  3163. "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
  3164. "dev": true,
  3165. "license": "MIT",
  3166. "engines": {
  3167. "node": ">=8"
  3168. }
  3169. },
  3170. "node_modules/astring": {
  3171. "version": "1.9.0",
  3172. "resolved": "https://registry.npmmirror.com/astring/-/astring-1.9.0.tgz",
  3173. "integrity": "sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==",
  3174. "license": "MIT",
  3175. "bin": {
  3176. "astring": "bin/astring"
  3177. }
  3178. },
  3179. "node_modules/async-validator": {
  3180. "version": "3.5.2",
  3181. "resolved": "https://registry.npmmirror.com/async-validator/-/async-validator-3.5.2.tgz",
  3182. "integrity": "sha512-8eLCg00W9pIRZSB781UUX/H6Oskmm8xloZfr09lz5bikRpBVDlJ3hRVuxxP1SxcwsEYfJ4IU8Q19Y8/893r3rQ==",
  3183. "license": "MIT"
  3184. },
  3185. "node_modules/asynckit": {
  3186. "version": "0.4.0",
  3187. "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz",
  3188. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
  3189. "license": "MIT"
  3190. },
  3191. "node_modules/autoprefixer": {
  3192. "version": "10.4.24",
  3193. "resolved": "https://registry.npmmirror.com/autoprefixer/-/autoprefixer-10.4.24.tgz",
  3194. "integrity": "sha512-uHZg7N9ULTVbutaIsDRoUkoS8/h3bdsmVJYZ5l3wv8Cp/6UIIoRDm90hZ+BwxUj/hGBEzLxdHNSKuFpn8WOyZw==",
  3195. "dev": true,
  3196. "funding": [
  3197. {
  3198. "type": "opencollective",
  3199. "url": "https://opencollective.com/postcss/"
  3200. },
  3201. {
  3202. "type": "tidelift",
  3203. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  3204. },
  3205. {
  3206. "type": "github",
  3207. "url": "https://github.com/sponsors/ai"
  3208. }
  3209. ],
  3210. "license": "MIT",
  3211. "dependencies": {
  3212. "browserslist": "^4.28.1",
  3213. "caniuse-lite": "^1.0.30001766",
  3214. "fraction.js": "^5.3.4",
  3215. "picocolors": "^1.1.1",
  3216. "postcss-value-parser": "^4.2.0"
  3217. },
  3218. "bin": {
  3219. "autoprefixer": "bin/autoprefixer"
  3220. },
  3221. "engines": {
  3222. "node": "^10 || ^12 || >=14"
  3223. },
  3224. "peerDependencies": {
  3225. "postcss": "^8.1.0"
  3226. }
  3227. },
  3228. "node_modules/axios": {
  3229. "version": "1.13.4",
  3230. "resolved": "https://registry.npmmirror.com/axios/-/axios-1.13.4.tgz",
  3231. "integrity": "sha512-1wVkUaAO6WyaYtCkcYCOx12ZgpGf9Zif+qXa4n+oYzK558YryKqiL6UWwd5DqiH3VRW0GYhTZQ/vlgJrCoNQlg==",
  3232. "license": "MIT",
  3233. "dependencies": {
  3234. "follow-redirects": "^1.15.6",
  3235. "form-data": "^4.0.4",
  3236. "proxy-from-env": "^1.1.0"
  3237. }
  3238. },
  3239. "node_modules/bail": {
  3240. "version": "2.0.2",
  3241. "resolved": "https://registry.npmmirror.com/bail/-/bail-2.0.2.tgz",
  3242. "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==",
  3243. "license": "MIT",
  3244. "funding": {
  3245. "type": "github",
  3246. "url": "https://github.com/sponsors/wooorm"
  3247. }
  3248. },
  3249. "node_modules/balanced-match": {
  3250. "version": "1.0.2",
  3251. "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
  3252. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  3253. "dev": true,
  3254. "license": "MIT"
  3255. },
  3256. "node_modules/baseline-browser-mapping": {
  3257. "version": "2.9.19",
  3258. "resolved": "https://registry.npmmirror.com/baseline-browser-mapping/-/baseline-browser-mapping-2.9.19.tgz",
  3259. "integrity": "sha512-ipDqC8FrAl/76p2SSWKSI+H9tFwm7vYqXQrItCuiVPt26Km0jS+NzSsBWAaBusvSbQcfJG+JitdMm+wZAgTYqg==",
  3260. "dev": true,
  3261. "license": "Apache-2.0",
  3262. "bin": {
  3263. "baseline-browser-mapping": "dist/cli.js"
  3264. }
  3265. },
  3266. "node_modules/bezier-easing": {
  3267. "version": "2.1.0",
  3268. "resolved": "https://registry.npmmirror.com/bezier-easing/-/bezier-easing-2.1.0.tgz",
  3269. "integrity": "sha512-gbIqZ/eslnUFC1tjEvtz0sgx+xTK20wDnYMIA27VA04R7w6xxXQPZDbibjA9DTWZRA2CXtwHykkVzlCaAJAZig==",
  3270. "license": "MIT"
  3271. },
  3272. "node_modules/brace-expansion": {
  3273. "version": "2.0.2",
  3274. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.2.tgz",
  3275. "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
  3276. "dev": true,
  3277. "license": "MIT",
  3278. "dependencies": {
  3279. "balanced-match": "^1.0.0"
  3280. }
  3281. },
  3282. "node_modules/braces": {
  3283. "version": "3.0.3",
  3284. "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
  3285. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  3286. "dev": true,
  3287. "license": "MIT",
  3288. "dependencies": {
  3289. "fill-range": "^7.1.1"
  3290. },
  3291. "engines": {
  3292. "node": ">=8"
  3293. }
  3294. },
  3295. "node_modules/browserslist": {
  3296. "version": "4.28.1",
  3297. "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.28.1.tgz",
  3298. "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
  3299. "dev": true,
  3300. "funding": [
  3301. {
  3302. "type": "opencollective",
  3303. "url": "https://opencollective.com/browserslist"
  3304. },
  3305. {
  3306. "type": "tidelift",
  3307. "url": "https://tidelift.com/funding/github/npm/browserslist"
  3308. },
  3309. {
  3310. "type": "github",
  3311. "url": "https://github.com/sponsors/ai"
  3312. }
  3313. ],
  3314. "license": "MIT",
  3315. "dependencies": {
  3316. "baseline-browser-mapping": "^2.9.0",
  3317. "caniuse-lite": "^1.0.30001759",
  3318. "electron-to-chromium": "^1.5.263",
  3319. "node-releases": "^2.0.27",
  3320. "update-browserslist-db": "^1.2.0"
  3321. },
  3322. "bin": {
  3323. "browserslist": "cli.js"
  3324. },
  3325. "engines": {
  3326. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  3327. }
  3328. },
  3329. "node_modules/call-bind-apply-helpers": {
  3330. "version": "1.0.2",
  3331. "resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  3332. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  3333. "license": "MIT",
  3334. "dependencies": {
  3335. "es-errors": "^1.3.0",
  3336. "function-bind": "^1.1.2"
  3337. },
  3338. "engines": {
  3339. "node": ">= 0.4"
  3340. }
  3341. },
  3342. "node_modules/callsites": {
  3343. "version": "3.1.0",
  3344. "resolved": "https://registry.npmmirror.com/callsites/-/callsites-3.1.0.tgz",
  3345. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  3346. "dev": true,
  3347. "license": "MIT",
  3348. "engines": {
  3349. "node": ">=6"
  3350. }
  3351. },
  3352. "node_modules/caniuse-lite": {
  3353. "version": "1.0.30001769",
  3354. "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001769.tgz",
  3355. "integrity": "sha512-BCfFL1sHijQlBGWBMuJyhZUhzo7wer5sVj9hqekB/7xn0Ypy+pER/edCYQm4exbXj4WiySGp40P8UuTh6w1srg==",
  3356. "dev": true,
  3357. "funding": [
  3358. {
  3359. "type": "opencollective",
  3360. "url": "https://opencollective.com/browserslist"
  3361. },
  3362. {
  3363. "type": "tidelift",
  3364. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  3365. },
  3366. {
  3367. "type": "github",
  3368. "url": "https://github.com/sponsors/ai"
  3369. }
  3370. ],
  3371. "license": "CC-BY-4.0"
  3372. },
  3373. "node_modules/ccount": {
  3374. "version": "2.0.1",
  3375. "resolved": "https://registry.npmmirror.com/ccount/-/ccount-2.0.1.tgz",
  3376. "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
  3377. "license": "MIT",
  3378. "funding": {
  3379. "type": "github",
  3380. "url": "https://github.com/sponsors/wooorm"
  3381. }
  3382. },
  3383. "node_modules/chalk": {
  3384. "version": "4.1.2",
  3385. "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz",
  3386. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  3387. "dev": true,
  3388. "license": "MIT",
  3389. "dependencies": {
  3390. "ansi-styles": "^4.1.0",
  3391. "supports-color": "^7.1.0"
  3392. },
  3393. "engines": {
  3394. "node": ">=10"
  3395. },
  3396. "funding": {
  3397. "url": "https://github.com/chalk/chalk?sponsor=1"
  3398. }
  3399. },
  3400. "node_modules/character-entities": {
  3401. "version": "2.0.2",
  3402. "resolved": "https://registry.npmmirror.com/character-entities/-/character-entities-2.0.2.tgz",
  3403. "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==",
  3404. "license": "MIT",
  3405. "funding": {
  3406. "type": "github",
  3407. "url": "https://github.com/sponsors/wooorm"
  3408. }
  3409. },
  3410. "node_modules/character-entities-html4": {
  3411. "version": "2.1.0",
  3412. "resolved": "https://registry.npmmirror.com/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
  3413. "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
  3414. "license": "MIT",
  3415. "funding": {
  3416. "type": "github",
  3417. "url": "https://github.com/sponsors/wooorm"
  3418. }
  3419. },
  3420. "node_modules/character-entities-legacy": {
  3421. "version": "3.0.0",
  3422. "resolved": "https://registry.npmmirror.com/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
  3423. "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
  3424. "license": "MIT",
  3425. "funding": {
  3426. "type": "github",
  3427. "url": "https://github.com/sponsors/wooorm"
  3428. }
  3429. },
  3430. "node_modules/character-reference-invalid": {
  3431. "version": "2.0.1",
  3432. "resolved": "https://registry.npmmirror.com/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz",
  3433. "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==",
  3434. "license": "MIT",
  3435. "funding": {
  3436. "type": "github",
  3437. "url": "https://github.com/sponsors/wooorm"
  3438. }
  3439. },
  3440. "node_modules/classnames": {
  3441. "version": "2.5.1",
  3442. "resolved": "https://registry.npmmirror.com/classnames/-/classnames-2.5.1.tgz",
  3443. "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==",
  3444. "license": "MIT"
  3445. },
  3446. "node_modules/clsx": {
  3447. "version": "2.1.1",
  3448. "resolved": "https://registry.npmmirror.com/clsx/-/clsx-2.1.1.tgz",
  3449. "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
  3450. "license": "MIT",
  3451. "engines": {
  3452. "node": ">=6"
  3453. }
  3454. },
  3455. "node_modules/collapse-white-space": {
  3456. "version": "2.1.0",
  3457. "resolved": "https://registry.npmmirror.com/collapse-white-space/-/collapse-white-space-2.1.0.tgz",
  3458. "integrity": "sha512-loKTxY1zCOuG4j9f6EPnuyyYkf58RnhhWTvRoZEokgB+WbdXehfjFviyOVYkqzEWz1Q5kRiZdBYS5SwxbQYwzw==",
  3459. "license": "MIT",
  3460. "funding": {
  3461. "type": "github",
  3462. "url": "https://github.com/sponsors/wooorm"
  3463. }
  3464. },
  3465. "node_modules/color-convert": {
  3466. "version": "2.0.1",
  3467. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
  3468. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  3469. "dev": true,
  3470. "license": "MIT",
  3471. "dependencies": {
  3472. "color-name": "~1.1.4"
  3473. },
  3474. "engines": {
  3475. "node": ">=7.0.0"
  3476. }
  3477. },
  3478. "node_modules/color-name": {
  3479. "version": "1.1.4",
  3480. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
  3481. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  3482. "dev": true,
  3483. "license": "MIT"
  3484. },
  3485. "node_modules/combined-stream": {
  3486. "version": "1.0.8",
  3487. "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz",
  3488. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  3489. "license": "MIT",
  3490. "dependencies": {
  3491. "delayed-stream": "~1.0.0"
  3492. },
  3493. "engines": {
  3494. "node": ">= 0.8"
  3495. }
  3496. },
  3497. "node_modules/comma-separated-tokens": {
  3498. "version": "2.0.3",
  3499. "resolved": "https://registry.npmmirror.com/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
  3500. "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
  3501. "license": "MIT",
  3502. "funding": {
  3503. "type": "github",
  3504. "url": "https://github.com/sponsors/wooorm"
  3505. }
  3506. },
  3507. "node_modules/commander": {
  3508. "version": "7.2.0",
  3509. "resolved": "https://registry.npmmirror.com/commander/-/commander-7.2.0.tgz",
  3510. "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
  3511. "license": "MIT",
  3512. "engines": {
  3513. "node": ">= 10"
  3514. }
  3515. },
  3516. "node_modules/compute-scroll-into-view": {
  3517. "version": "1.0.20",
  3518. "resolved": "https://registry.npmmirror.com/compute-scroll-into-view/-/compute-scroll-into-view-1.0.20.tgz",
  3519. "integrity": "sha512-UCB0ioiyj8CRjtrvaceBLqqhZCVP+1B8+NWQhmdsm0VXOJtobBCf1dBQmebCCo34qZmUwZfIH2MZLqNHazrfjg==",
  3520. "license": "MIT"
  3521. },
  3522. "node_modules/concat-map": {
  3523. "version": "0.0.1",
  3524. "resolved": "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz",
  3525. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  3526. "dev": true,
  3527. "license": "MIT"
  3528. },
  3529. "node_modules/convert-source-map": {
  3530. "version": "2.0.0",
  3531. "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz",
  3532. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  3533. "dev": true,
  3534. "license": "MIT"
  3535. },
  3536. "node_modules/copy-text-to-clipboard": {
  3537. "version": "2.2.0",
  3538. "resolved": "https://registry.npmmirror.com/copy-text-to-clipboard/-/copy-text-to-clipboard-2.2.0.tgz",
  3539. "integrity": "sha512-WRvoIdnTs1rgPMkgA2pUOa/M4Enh2uzCwdKsOMYNAJiz/4ZvEJgmbF4OmninPmlFdAWisfeh0tH+Cpf7ni3RqQ==",
  3540. "license": "MIT",
  3541. "engines": {
  3542. "node": ">=6"
  3543. },
  3544. "funding": {
  3545. "url": "https://github.com/sponsors/sindresorhus"
  3546. }
  3547. },
  3548. "node_modules/crelt": {
  3549. "version": "1.0.6",
  3550. "resolved": "https://registry.npmmirror.com/crelt/-/crelt-1.0.6.tgz",
  3551. "integrity": "sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g==",
  3552. "license": "MIT"
  3553. },
  3554. "node_modules/cross-spawn": {
  3555. "version": "7.0.6",
  3556. "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.6.tgz",
  3557. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  3558. "dev": true,
  3559. "license": "MIT",
  3560. "dependencies": {
  3561. "path-key": "^3.1.0",
  3562. "shebang-command": "^2.0.0",
  3563. "which": "^2.0.1"
  3564. },
  3565. "engines": {
  3566. "node": ">= 8"
  3567. }
  3568. },
  3569. "node_modules/csstype": {
  3570. "version": "3.2.3",
  3571. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.2.3.tgz",
  3572. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  3573. "license": "MIT"
  3574. },
  3575. "node_modules/d3": {
  3576. "version": "7.9.0",
  3577. "resolved": "https://registry.npmmirror.com/d3/-/d3-7.9.0.tgz",
  3578. "integrity": "sha512-e1U46jVP+w7Iut8Jt8ri1YsPOvFpg46k+K8TpCb0P+zjCkjkPnV7WzfDJzMHy1LnA+wj5pLT1wjO901gLXeEhA==",
  3579. "license": "ISC",
  3580. "dependencies": {
  3581. "d3-array": "3",
  3582. "d3-axis": "3",
  3583. "d3-brush": "3",
  3584. "d3-chord": "3",
  3585. "d3-color": "3",
  3586. "d3-contour": "4",
  3587. "d3-delaunay": "6",
  3588. "d3-dispatch": "3",
  3589. "d3-drag": "3",
  3590. "d3-dsv": "3",
  3591. "d3-ease": "3",
  3592. "d3-fetch": "3",
  3593. "d3-force": "3",
  3594. "d3-format": "3",
  3595. "d3-geo": "3",
  3596. "d3-hierarchy": "3",
  3597. "d3-interpolate": "3",
  3598. "d3-path": "3",
  3599. "d3-polygon": "3",
  3600. "d3-quadtree": "3",
  3601. "d3-random": "3",
  3602. "d3-scale": "4",
  3603. "d3-scale-chromatic": "3",
  3604. "d3-selection": "3",
  3605. "d3-shape": "3",
  3606. "d3-time": "3",
  3607. "d3-time-format": "4",
  3608. "d3-timer": "3",
  3609. "d3-transition": "3",
  3610. "d3-zoom": "3"
  3611. },
  3612. "engines": {
  3613. "node": ">=12"
  3614. }
  3615. },
  3616. "node_modules/d3-array": {
  3617. "version": "3.2.4",
  3618. "resolved": "https://registry.npmmirror.com/d3-array/-/d3-array-3.2.4.tgz",
  3619. "integrity": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==",
  3620. "license": "ISC",
  3621. "dependencies": {
  3622. "internmap": "1 - 2"
  3623. },
  3624. "engines": {
  3625. "node": ">=12"
  3626. }
  3627. },
  3628. "node_modules/d3-axis": {
  3629. "version": "3.0.0",
  3630. "resolved": "https://registry.npmmirror.com/d3-axis/-/d3-axis-3.0.0.tgz",
  3631. "integrity": "sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw==",
  3632. "license": "ISC",
  3633. "engines": {
  3634. "node": ">=12"
  3635. }
  3636. },
  3637. "node_modules/d3-brush": {
  3638. "version": "3.0.0",
  3639. "resolved": "https://registry.npmmirror.com/d3-brush/-/d3-brush-3.0.0.tgz",
  3640. "integrity": "sha512-ALnjWlVYkXsVIGlOsuWH1+3udkYFI48Ljihfnh8FZPF2QS9o+PzGLBslO0PjzVoHLZ2KCVgAM8NVkXPJB2aNnQ==",
  3641. "license": "ISC",
  3642. "dependencies": {
  3643. "d3-dispatch": "1 - 3",
  3644. "d3-drag": "2 - 3",
  3645. "d3-interpolate": "1 - 3",
  3646. "d3-selection": "3",
  3647. "d3-transition": "3"
  3648. },
  3649. "engines": {
  3650. "node": ">=12"
  3651. }
  3652. },
  3653. "node_modules/d3-chord": {
  3654. "version": "3.0.1",
  3655. "resolved": "https://registry.npmmirror.com/d3-chord/-/d3-chord-3.0.1.tgz",
  3656. "integrity": "sha512-VE5S6TNa+j8msksl7HwjxMHDM2yNK3XCkusIlpX5kwauBfXuyLAtNg9jCp/iHH61tgI4sb6R/EIMWCqEIdjT/g==",
  3657. "license": "ISC",
  3658. "dependencies": {
  3659. "d3-path": "1 - 3"
  3660. },
  3661. "engines": {
  3662. "node": ">=12"
  3663. }
  3664. },
  3665. "node_modules/d3-color": {
  3666. "version": "3.1.0",
  3667. "resolved": "https://registry.npmmirror.com/d3-color/-/d3-color-3.1.0.tgz",
  3668. "integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==",
  3669. "license": "ISC",
  3670. "engines": {
  3671. "node": ">=12"
  3672. }
  3673. },
  3674. "node_modules/d3-contour": {
  3675. "version": "4.0.2",
  3676. "resolved": "https://registry.npmmirror.com/d3-contour/-/d3-contour-4.0.2.tgz",
  3677. "integrity": "sha512-4EzFTRIikzs47RGmdxbeUvLWtGedDUNkTcmzoeyg4sP/dvCexO47AaQL7VKy/gul85TOxw+IBgA8US2xwbToNA==",
  3678. "license": "ISC",
  3679. "dependencies": {
  3680. "d3-array": "^3.2.0"
  3681. },
  3682. "engines": {
  3683. "node": ">=12"
  3684. }
  3685. },
  3686. "node_modules/d3-delaunay": {
  3687. "version": "6.0.4",
  3688. "resolved": "https://registry.npmmirror.com/d3-delaunay/-/d3-delaunay-6.0.4.tgz",
  3689. "integrity": "sha512-mdjtIZ1XLAM8bm/hx3WwjfHt6Sggek7qH043O8KEjDXN40xi3vx/6pYSVTwLjEgiXQTbvaouWKynLBiUZ6SK6A==",
  3690. "license": "ISC",
  3691. "dependencies": {
  3692. "delaunator": "5"
  3693. },
  3694. "engines": {
  3695. "node": ">=12"
  3696. }
  3697. },
  3698. "node_modules/d3-dispatch": {
  3699. "version": "3.0.1",
  3700. "resolved": "https://registry.npmmirror.com/d3-dispatch/-/d3-dispatch-3.0.1.tgz",
  3701. "integrity": "sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==",
  3702. "license": "ISC",
  3703. "engines": {
  3704. "node": ">=12"
  3705. }
  3706. },
  3707. "node_modules/d3-drag": {
  3708. "version": "3.0.0",
  3709. "resolved": "https://registry.npmmirror.com/d3-drag/-/d3-drag-3.0.0.tgz",
  3710. "integrity": "sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==",
  3711. "license": "ISC",
  3712. "dependencies": {
  3713. "d3-dispatch": "1 - 3",
  3714. "d3-selection": "3"
  3715. },
  3716. "engines": {
  3717. "node": ">=12"
  3718. }
  3719. },
  3720. "node_modules/d3-dsv": {
  3721. "version": "3.0.1",
  3722. "resolved": "https://registry.npmmirror.com/d3-dsv/-/d3-dsv-3.0.1.tgz",
  3723. "integrity": "sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==",
  3724. "license": "ISC",
  3725. "dependencies": {
  3726. "commander": "7",
  3727. "iconv-lite": "0.6",
  3728. "rw": "1"
  3729. },
  3730. "bin": {
  3731. "csv2json": "bin/dsv2json.js",
  3732. "csv2tsv": "bin/dsv2dsv.js",
  3733. "dsv2dsv": "bin/dsv2dsv.js",
  3734. "dsv2json": "bin/dsv2json.js",
  3735. "json2csv": "bin/json2dsv.js",
  3736. "json2dsv": "bin/json2dsv.js",
  3737. "json2tsv": "bin/json2dsv.js",
  3738. "tsv2csv": "bin/dsv2dsv.js",
  3739. "tsv2json": "bin/dsv2json.js"
  3740. },
  3741. "engines": {
  3742. "node": ">=12"
  3743. }
  3744. },
  3745. "node_modules/d3-ease": {
  3746. "version": "3.0.1",
  3747. "resolved": "https://registry.npmmirror.com/d3-ease/-/d3-ease-3.0.1.tgz",
  3748. "integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==",
  3749. "license": "BSD-3-Clause",
  3750. "engines": {
  3751. "node": ">=12"
  3752. }
  3753. },
  3754. "node_modules/d3-fetch": {
  3755. "version": "3.0.1",
  3756. "resolved": "https://registry.npmmirror.com/d3-fetch/-/d3-fetch-3.0.1.tgz",
  3757. "integrity": "sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==",
  3758. "license": "ISC",
  3759. "dependencies": {
  3760. "d3-dsv": "1 - 3"
  3761. },
  3762. "engines": {
  3763. "node": ">=12"
  3764. }
  3765. },
  3766. "node_modules/d3-force": {
  3767. "version": "3.0.0",
  3768. "resolved": "https://registry.npmmirror.com/d3-force/-/d3-force-3.0.0.tgz",
  3769. "integrity": "sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==",
  3770. "license": "ISC",
  3771. "dependencies": {
  3772. "d3-dispatch": "1 - 3",
  3773. "d3-quadtree": "1 - 3",
  3774. "d3-timer": "1 - 3"
  3775. },
  3776. "engines": {
  3777. "node": ">=12"
  3778. }
  3779. },
  3780. "node_modules/d3-format": {
  3781. "version": "3.1.2",
  3782. "resolved": "https://registry.npmmirror.com/d3-format/-/d3-format-3.1.2.tgz",
  3783. "integrity": "sha512-AJDdYOdnyRDV5b6ArilzCPPwc1ejkHcoyFarqlPqT7zRYjhavcT3uSrqcMvsgh2CgoPbK3RCwyHaVyxYcP2Arg==",
  3784. "license": "ISC",
  3785. "engines": {
  3786. "node": ">=12"
  3787. }
  3788. },
  3789. "node_modules/d3-geo": {
  3790. "version": "3.1.1",
  3791. "resolved": "https://registry.npmmirror.com/d3-geo/-/d3-geo-3.1.1.tgz",
  3792. "integrity": "sha512-637ln3gXKXOwhalDzinUgY83KzNWZRKbYubaG+fGVuc/dxO64RRljtCTnf5ecMyE1RIdtqpkVcq0IbtU2S8j2Q==",
  3793. "license": "ISC",
  3794. "dependencies": {
  3795. "d3-array": "2.5.0 - 3"
  3796. },
  3797. "engines": {
  3798. "node": ">=12"
  3799. }
  3800. },
  3801. "node_modules/d3-hierarchy": {
  3802. "version": "3.1.2",
  3803. "resolved": "https://registry.npmmirror.com/d3-hierarchy/-/d3-hierarchy-3.1.2.tgz",
  3804. "integrity": "sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==",
  3805. "license": "ISC",
  3806. "engines": {
  3807. "node": ">=12"
  3808. }
  3809. },
  3810. "node_modules/d3-interpolate": {
  3811. "version": "3.0.1",
  3812. "resolved": "https://registry.npmmirror.com/d3-interpolate/-/d3-interpolate-3.0.1.tgz",
  3813. "integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==",
  3814. "license": "ISC",
  3815. "dependencies": {
  3816. "d3-color": "1 - 3"
  3817. },
  3818. "engines": {
  3819. "node": ">=12"
  3820. }
  3821. },
  3822. "node_modules/d3-path": {
  3823. "version": "3.1.0",
  3824. "resolved": "https://registry.npmmirror.com/d3-path/-/d3-path-3.1.0.tgz",
  3825. "integrity": "sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==",
  3826. "license": "ISC",
  3827. "engines": {
  3828. "node": ">=12"
  3829. }
  3830. },
  3831. "node_modules/d3-polygon": {
  3832. "version": "3.0.1",
  3833. "resolved": "https://registry.npmmirror.com/d3-polygon/-/d3-polygon-3.0.1.tgz",
  3834. "integrity": "sha512-3vbA7vXYwfe1SYhED++fPUQlWSYTTGmFmQiany/gdbiWgU/iEyQzyymwL9SkJjFFuCS4902BSzewVGsHHmHtXg==",
  3835. "license": "ISC",
  3836. "engines": {
  3837. "node": ">=12"
  3838. }
  3839. },
  3840. "node_modules/d3-quadtree": {
  3841. "version": "3.0.1",
  3842. "resolved": "https://registry.npmmirror.com/d3-quadtree/-/d3-quadtree-3.0.1.tgz",
  3843. "integrity": "sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==",
  3844. "license": "ISC",
  3845. "engines": {
  3846. "node": ">=12"
  3847. }
  3848. },
  3849. "node_modules/d3-random": {
  3850. "version": "3.0.1",
  3851. "resolved": "https://registry.npmmirror.com/d3-random/-/d3-random-3.0.1.tgz",
  3852. "integrity": "sha512-FXMe9GfxTxqd5D6jFsQ+DJ8BJS4E/fT5mqqdjovykEB2oFbTMDVdg1MGFxfQW+FBOGoB++k8swBrgwSHT1cUXQ==",
  3853. "license": "ISC",
  3854. "engines": {
  3855. "node": ">=12"
  3856. }
  3857. },
  3858. "node_modules/d3-scale": {
  3859. "version": "4.0.2",
  3860. "resolved": "https://registry.npmmirror.com/d3-scale/-/d3-scale-4.0.2.tgz",
  3861. "integrity": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==",
  3862. "license": "ISC",
  3863. "dependencies": {
  3864. "d3-array": "2.10.0 - 3",
  3865. "d3-format": "1 - 3",
  3866. "d3-interpolate": "1.2.0 - 3",
  3867. "d3-time": "2.1.1 - 3",
  3868. "d3-time-format": "2 - 4"
  3869. },
  3870. "engines": {
  3871. "node": ">=12"
  3872. }
  3873. },
  3874. "node_modules/d3-scale-chromatic": {
  3875. "version": "3.1.0",
  3876. "resolved": "https://registry.npmmirror.com/d3-scale-chromatic/-/d3-scale-chromatic-3.1.0.tgz",
  3877. "integrity": "sha512-A3s5PWiZ9YCXFye1o246KoscMWqf8BsD9eRiJ3He7C9OBaxKhAd5TFCdEx/7VbKtxxTsu//1mMJFrEt572cEyQ==",
  3878. "license": "ISC",
  3879. "dependencies": {
  3880. "d3-color": "1 - 3",
  3881. "d3-interpolate": "1 - 3"
  3882. },
  3883. "engines": {
  3884. "node": ">=12"
  3885. }
  3886. },
  3887. "node_modules/d3-selection": {
  3888. "version": "3.0.0",
  3889. "resolved": "https://registry.npmmirror.com/d3-selection/-/d3-selection-3.0.0.tgz",
  3890. "integrity": "sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==",
  3891. "license": "ISC",
  3892. "engines": {
  3893. "node": ">=12"
  3894. }
  3895. },
  3896. "node_modules/d3-shape": {
  3897. "version": "3.2.0",
  3898. "resolved": "https://registry.npmmirror.com/d3-shape/-/d3-shape-3.2.0.tgz",
  3899. "integrity": "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==",
  3900. "license": "ISC",
  3901. "dependencies": {
  3902. "d3-path": "^3.1.0"
  3903. },
  3904. "engines": {
  3905. "node": ">=12"
  3906. }
  3907. },
  3908. "node_modules/d3-time": {
  3909. "version": "3.1.0",
  3910. "resolved": "https://registry.npmmirror.com/d3-time/-/d3-time-3.1.0.tgz",
  3911. "integrity": "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==",
  3912. "license": "ISC",
  3913. "dependencies": {
  3914. "d3-array": "2 - 3"
  3915. },
  3916. "engines": {
  3917. "node": ">=12"
  3918. }
  3919. },
  3920. "node_modules/d3-time-format": {
  3921. "version": "4.1.0",
  3922. "resolved": "https://registry.npmmirror.com/d3-time-format/-/d3-time-format-4.1.0.tgz",
  3923. "integrity": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==",
  3924. "license": "ISC",
  3925. "dependencies": {
  3926. "d3-time": "1 - 3"
  3927. },
  3928. "engines": {
  3929. "node": ">=12"
  3930. }
  3931. },
  3932. "node_modules/d3-timer": {
  3933. "version": "3.0.1",
  3934. "resolved": "https://registry.npmmirror.com/d3-timer/-/d3-timer-3.0.1.tgz",
  3935. "integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==",
  3936. "license": "ISC",
  3937. "engines": {
  3938. "node": ">=12"
  3939. }
  3940. },
  3941. "node_modules/d3-transition": {
  3942. "version": "3.0.1",
  3943. "resolved": "https://registry.npmmirror.com/d3-transition/-/d3-transition-3.0.1.tgz",
  3944. "integrity": "sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==",
  3945. "license": "ISC",
  3946. "dependencies": {
  3947. "d3-color": "1 - 3",
  3948. "d3-dispatch": "1 - 3",
  3949. "d3-ease": "1 - 3",
  3950. "d3-interpolate": "1 - 3",
  3951. "d3-timer": "1 - 3"
  3952. },
  3953. "engines": {
  3954. "node": ">=12"
  3955. },
  3956. "peerDependencies": {
  3957. "d3-selection": "2 - 3"
  3958. }
  3959. },
  3960. "node_modules/d3-zoom": {
  3961. "version": "3.0.0",
  3962. "resolved": "https://registry.npmmirror.com/d3-zoom/-/d3-zoom-3.0.0.tgz",
  3963. "integrity": "sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==",
  3964. "license": "ISC",
  3965. "dependencies": {
  3966. "d3-dispatch": "1 - 3",
  3967. "d3-drag": "2 - 3",
  3968. "d3-interpolate": "1 - 3",
  3969. "d3-selection": "2 - 3",
  3970. "d3-transition": "2 - 3"
  3971. },
  3972. "engines": {
  3973. "node": ">=12"
  3974. }
  3975. },
  3976. "node_modules/date-fns": {
  3977. "version": "2.30.0",
  3978. "resolved": "https://registry.npmmirror.com/date-fns/-/date-fns-2.30.0.tgz",
  3979. "integrity": "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==",
  3980. "license": "MIT",
  3981. "dependencies": {
  3982. "@babel/runtime": "^7.21.0"
  3983. },
  3984. "engines": {
  3985. "node": ">=0.11"
  3986. },
  3987. "funding": {
  3988. "type": "opencollective",
  3989. "url": "https://opencollective.com/date-fns"
  3990. }
  3991. },
  3992. "node_modules/date-fns-tz": {
  3993. "version": "1.3.8",
  3994. "resolved": "https://registry.npmmirror.com/date-fns-tz/-/date-fns-tz-1.3.8.tgz",
  3995. "integrity": "sha512-qwNXUFtMHTTU6CFSFjoJ80W8Fzzp24LntbjFFBgL/faqds4e5mo9mftoRLgr3Vi1trISsg4awSpYVsOQCRnapQ==",
  3996. "license": "MIT",
  3997. "peerDependencies": {
  3998. "date-fns": ">=2.0.0"
  3999. }
  4000. },
  4001. "node_modules/debug": {
  4002. "version": "4.4.3",
  4003. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.3.tgz",
  4004. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  4005. "license": "MIT",
  4006. "dependencies": {
  4007. "ms": "^2.1.3"
  4008. },
  4009. "engines": {
  4010. "node": ">=6.0"
  4011. },
  4012. "peerDependenciesMeta": {
  4013. "supports-color": {
  4014. "optional": true
  4015. }
  4016. }
  4017. },
  4018. "node_modules/decode-named-character-reference": {
  4019. "version": "1.3.0",
  4020. "resolved": "https://registry.npmmirror.com/decode-named-character-reference/-/decode-named-character-reference-1.3.0.tgz",
  4021. "integrity": "sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==",
  4022. "license": "MIT",
  4023. "dependencies": {
  4024. "character-entities": "^2.0.0"
  4025. },
  4026. "funding": {
  4027. "type": "github",
  4028. "url": "https://github.com/sponsors/wooorm"
  4029. }
  4030. },
  4031. "node_modules/deep-is": {
  4032. "version": "0.1.4",
  4033. "resolved": "https://registry.npmmirror.com/deep-is/-/deep-is-0.1.4.tgz",
  4034. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  4035. "dev": true,
  4036. "license": "MIT"
  4037. },
  4038. "node_modules/delaunator": {
  4039. "version": "5.0.1",
  4040. "resolved": "https://registry.npmmirror.com/delaunator/-/delaunator-5.0.1.tgz",
  4041. "integrity": "sha512-8nvh+XBe96aCESrGOqMp/84b13H9cdKbG5P2ejQCh4d4sK9RL4371qou9drQjMhvnPmhWl5hnmqbEE0fXr9Xnw==",
  4042. "license": "ISC",
  4043. "dependencies": {
  4044. "robust-predicates": "^3.0.2"
  4045. }
  4046. },
  4047. "node_modules/delayed-stream": {
  4048. "version": "1.0.0",
  4049. "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz",
  4050. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  4051. "license": "MIT",
  4052. "engines": {
  4053. "node": ">=0.4.0"
  4054. }
  4055. },
  4056. "node_modules/dequal": {
  4057. "version": "2.0.3",
  4058. "resolved": "https://registry.npmmirror.com/dequal/-/dequal-2.0.3.tgz",
  4059. "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
  4060. "license": "MIT",
  4061. "engines": {
  4062. "node": ">=6"
  4063. }
  4064. },
  4065. "node_modules/detect-libc": {
  4066. "version": "2.1.2",
  4067. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.1.2.tgz",
  4068. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  4069. "dev": true,
  4070. "license": "Apache-2.0",
  4071. "engines": {
  4072. "node": ">=8"
  4073. }
  4074. },
  4075. "node_modules/devlop": {
  4076. "version": "1.1.0",
  4077. "resolved": "https://registry.npmmirror.com/devlop/-/devlop-1.1.0.tgz",
  4078. "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
  4079. "license": "MIT",
  4080. "dependencies": {
  4081. "dequal": "^2.0.0"
  4082. },
  4083. "funding": {
  4084. "type": "github",
  4085. "url": "https://github.com/sponsors/wooorm"
  4086. }
  4087. },
  4088. "node_modules/dir-glob": {
  4089. "version": "3.0.1",
  4090. "resolved": "https://registry.npmmirror.com/dir-glob/-/dir-glob-3.0.1.tgz",
  4091. "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
  4092. "dev": true,
  4093. "license": "MIT",
  4094. "dependencies": {
  4095. "path-type": "^4.0.0"
  4096. },
  4097. "engines": {
  4098. "node": ">=8"
  4099. }
  4100. },
  4101. "node_modules/doctrine": {
  4102. "version": "3.0.0",
  4103. "resolved": "https://registry.npmmirror.com/doctrine/-/doctrine-3.0.0.tgz",
  4104. "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
  4105. "dev": true,
  4106. "license": "Apache-2.0",
  4107. "dependencies": {
  4108. "esutils": "^2.0.2"
  4109. },
  4110. "engines": {
  4111. "node": ">=6.0.0"
  4112. }
  4113. },
  4114. "node_modules/dunder-proto": {
  4115. "version": "1.0.1",
  4116. "resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz",
  4117. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  4118. "license": "MIT",
  4119. "dependencies": {
  4120. "call-bind-apply-helpers": "^1.0.1",
  4121. "es-errors": "^1.3.0",
  4122. "gopd": "^1.2.0"
  4123. },
  4124. "engines": {
  4125. "node": ">= 0.4"
  4126. }
  4127. },
  4128. "node_modules/electron-to-chromium": {
  4129. "version": "1.5.286",
  4130. "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.286.tgz",
  4131. "integrity": "sha512-9tfDXhJ4RKFNerfjdCcZfufu49vg620741MNs26a9+bhLThdB+plgMeou98CAaHu/WATj2iHOOHTp1hWtABj2A==",
  4132. "dev": true,
  4133. "license": "ISC"
  4134. },
  4135. "node_modules/enhanced-resolve": {
  4136. "version": "5.19.0",
  4137. "resolved": "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.19.0.tgz",
  4138. "integrity": "sha512-phv3E1Xl4tQOShqSte26C7Fl84EwUdZsyOuSSk9qtAGyyQs2s3jJzComh+Abf4g187lUUAvH+H26omrqia2aGg==",
  4139. "dev": true,
  4140. "license": "MIT",
  4141. "dependencies": {
  4142. "graceful-fs": "^4.2.4",
  4143. "tapable": "^2.3.0"
  4144. },
  4145. "engines": {
  4146. "node": ">=10.13.0"
  4147. }
  4148. },
  4149. "node_modules/entities": {
  4150. "version": "4.5.0",
  4151. "resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz",
  4152. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  4153. "license": "BSD-2-Clause",
  4154. "engines": {
  4155. "node": ">=0.12"
  4156. },
  4157. "funding": {
  4158. "url": "https://github.com/fb55/entities?sponsor=1"
  4159. }
  4160. },
  4161. "node_modules/es-define-property": {
  4162. "version": "1.0.1",
  4163. "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz",
  4164. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  4165. "license": "MIT",
  4166. "engines": {
  4167. "node": ">= 0.4"
  4168. }
  4169. },
  4170. "node_modules/es-errors": {
  4171. "version": "1.3.0",
  4172. "resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
  4173. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  4174. "license": "MIT",
  4175. "engines": {
  4176. "node": ">= 0.4"
  4177. }
  4178. },
  4179. "node_modules/es-object-atoms": {
  4180. "version": "1.1.1",
  4181. "resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  4182. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  4183. "license": "MIT",
  4184. "dependencies": {
  4185. "es-errors": "^1.3.0"
  4186. },
  4187. "engines": {
  4188. "node": ">= 0.4"
  4189. }
  4190. },
  4191. "node_modules/es-set-tostringtag": {
  4192. "version": "2.1.0",
  4193. "resolved": "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  4194. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  4195. "license": "MIT",
  4196. "dependencies": {
  4197. "es-errors": "^1.3.0",
  4198. "get-intrinsic": "^1.2.6",
  4199. "has-tostringtag": "^1.0.2",
  4200. "hasown": "^2.0.2"
  4201. },
  4202. "engines": {
  4203. "node": ">= 0.4"
  4204. }
  4205. },
  4206. "node_modules/esast-util-from-estree": {
  4207. "version": "2.0.0",
  4208. "resolved": "https://registry.npmmirror.com/esast-util-from-estree/-/esast-util-from-estree-2.0.0.tgz",
  4209. "integrity": "sha512-4CyanoAudUSBAn5K13H4JhsMH6L9ZP7XbLVe/dKybkxMO7eDyLsT8UHl9TRNrU2Gr9nz+FovfSIjuXWJ81uVwQ==",
  4210. "license": "MIT",
  4211. "dependencies": {
  4212. "@types/estree-jsx": "^1.0.0",
  4213. "devlop": "^1.0.0",
  4214. "estree-util-visit": "^2.0.0",
  4215. "unist-util-position-from-estree": "^2.0.0"
  4216. },
  4217. "funding": {
  4218. "type": "opencollective",
  4219. "url": "https://opencollective.com/unified"
  4220. }
  4221. },
  4222. "node_modules/esast-util-from-js": {
  4223. "version": "2.0.1",
  4224. "resolved": "https://registry.npmmirror.com/esast-util-from-js/-/esast-util-from-js-2.0.1.tgz",
  4225. "integrity": "sha512-8Ja+rNJ0Lt56Pcf3TAmpBZjmx8ZcK5Ts4cAzIOjsjevg9oSXJnl6SUQ2EevU8tv3h6ZLWmoKL5H4fgWvdvfETw==",
  4226. "license": "MIT",
  4227. "dependencies": {
  4228. "@types/estree-jsx": "^1.0.0",
  4229. "acorn": "^8.0.0",
  4230. "esast-util-from-estree": "^2.0.0",
  4231. "vfile-message": "^4.0.0"
  4232. },
  4233. "funding": {
  4234. "type": "opencollective",
  4235. "url": "https://opencollective.com/unified"
  4236. }
  4237. },
  4238. "node_modules/esbuild": {
  4239. "version": "0.21.5",
  4240. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.21.5.tgz",
  4241. "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==",
  4242. "dev": true,
  4243. "hasInstallScript": true,
  4244. "license": "MIT",
  4245. "bin": {
  4246. "esbuild": "bin/esbuild"
  4247. },
  4248. "engines": {
  4249. "node": ">=12"
  4250. },
  4251. "optionalDependencies": {
  4252. "@esbuild/aix-ppc64": "0.21.5",
  4253. "@esbuild/android-arm": "0.21.5",
  4254. "@esbuild/android-arm64": "0.21.5",
  4255. "@esbuild/android-x64": "0.21.5",
  4256. "@esbuild/darwin-arm64": "0.21.5",
  4257. "@esbuild/darwin-x64": "0.21.5",
  4258. "@esbuild/freebsd-arm64": "0.21.5",
  4259. "@esbuild/freebsd-x64": "0.21.5",
  4260. "@esbuild/linux-arm": "0.21.5",
  4261. "@esbuild/linux-arm64": "0.21.5",
  4262. "@esbuild/linux-ia32": "0.21.5",
  4263. "@esbuild/linux-loong64": "0.21.5",
  4264. "@esbuild/linux-mips64el": "0.21.5",
  4265. "@esbuild/linux-ppc64": "0.21.5",
  4266. "@esbuild/linux-riscv64": "0.21.5",
  4267. "@esbuild/linux-s390x": "0.21.5",
  4268. "@esbuild/linux-x64": "0.21.5",
  4269. "@esbuild/netbsd-x64": "0.21.5",
  4270. "@esbuild/openbsd-x64": "0.21.5",
  4271. "@esbuild/sunos-x64": "0.21.5",
  4272. "@esbuild/win32-arm64": "0.21.5",
  4273. "@esbuild/win32-ia32": "0.21.5",
  4274. "@esbuild/win32-x64": "0.21.5"
  4275. }
  4276. },
  4277. "node_modules/escalade": {
  4278. "version": "3.2.0",
  4279. "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
  4280. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  4281. "dev": true,
  4282. "license": "MIT",
  4283. "engines": {
  4284. "node": ">=6"
  4285. }
  4286. },
  4287. "node_modules/escape-string-regexp": {
  4288. "version": "4.0.0",
  4289. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  4290. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  4291. "license": "MIT",
  4292. "engines": {
  4293. "node": ">=10"
  4294. },
  4295. "funding": {
  4296. "url": "https://github.com/sponsors/sindresorhus"
  4297. }
  4298. },
  4299. "node_modules/eslint": {
  4300. "version": "8.57.1",
  4301. "resolved": "https://registry.npmmirror.com/eslint/-/eslint-8.57.1.tgz",
  4302. "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==",
  4303. "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.",
  4304. "dev": true,
  4305. "license": "MIT",
  4306. "dependencies": {
  4307. "@eslint-community/eslint-utils": "^4.2.0",
  4308. "@eslint-community/regexpp": "^4.6.1",
  4309. "@eslint/eslintrc": "^2.1.4",
  4310. "@eslint/js": "8.57.1",
  4311. "@humanwhocodes/config-array": "^0.13.0",
  4312. "@humanwhocodes/module-importer": "^1.0.1",
  4313. "@nodelib/fs.walk": "^1.2.8",
  4314. "@ungap/structured-clone": "^1.2.0",
  4315. "ajv": "^6.12.4",
  4316. "chalk": "^4.0.0",
  4317. "cross-spawn": "^7.0.2",
  4318. "debug": "^4.3.2",
  4319. "doctrine": "^3.0.0",
  4320. "escape-string-regexp": "^4.0.0",
  4321. "eslint-scope": "^7.2.2",
  4322. "eslint-visitor-keys": "^3.4.3",
  4323. "espree": "^9.6.1",
  4324. "esquery": "^1.4.2",
  4325. "esutils": "^2.0.2",
  4326. "fast-deep-equal": "^3.1.3",
  4327. "file-entry-cache": "^6.0.1",
  4328. "find-up": "^5.0.0",
  4329. "glob-parent": "^6.0.2",
  4330. "globals": "^13.19.0",
  4331. "graphemer": "^1.4.0",
  4332. "ignore": "^5.2.0",
  4333. "imurmurhash": "^0.1.4",
  4334. "is-glob": "^4.0.0",
  4335. "is-path-inside": "^3.0.3",
  4336. "js-yaml": "^4.1.0",
  4337. "json-stable-stringify-without-jsonify": "^1.0.1",
  4338. "levn": "^0.4.1",
  4339. "lodash.merge": "^4.6.2",
  4340. "minimatch": "^3.1.2",
  4341. "natural-compare": "^1.4.0",
  4342. "optionator": "^0.9.3",
  4343. "strip-ansi": "^6.0.1",
  4344. "text-table": "^0.2.0"
  4345. },
  4346. "bin": {
  4347. "eslint": "bin/eslint.js"
  4348. },
  4349. "engines": {
  4350. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4351. },
  4352. "funding": {
  4353. "url": "https://opencollective.com/eslint"
  4354. }
  4355. },
  4356. "node_modules/eslint-plugin-react-hooks": {
  4357. "version": "4.6.2",
  4358. "resolved": "https://registry.npmmirror.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz",
  4359. "integrity": "sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==",
  4360. "dev": true,
  4361. "license": "MIT",
  4362. "engines": {
  4363. "node": ">=10"
  4364. },
  4365. "peerDependencies": {
  4366. "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
  4367. }
  4368. },
  4369. "node_modules/eslint-plugin-react-refresh": {
  4370. "version": "0.4.26",
  4371. "resolved": "https://registry.npmmirror.com/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.26.tgz",
  4372. "integrity": "sha512-1RETEylht2O6FM/MvgnyvT+8K21wLqDNg4qD51Zj3guhjt433XbnnkVttHMyaVyAFD03QSV4LPS5iE3VQmO7XQ==",
  4373. "dev": true,
  4374. "license": "MIT",
  4375. "peerDependencies": {
  4376. "eslint": ">=8.40"
  4377. }
  4378. },
  4379. "node_modules/eslint-scope": {
  4380. "version": "7.2.2",
  4381. "resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-7.2.2.tgz",
  4382. "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
  4383. "dev": true,
  4384. "license": "BSD-2-Clause",
  4385. "dependencies": {
  4386. "esrecurse": "^4.3.0",
  4387. "estraverse": "^5.2.0"
  4388. },
  4389. "engines": {
  4390. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4391. },
  4392. "funding": {
  4393. "url": "https://opencollective.com/eslint"
  4394. }
  4395. },
  4396. "node_modules/eslint-visitor-keys": {
  4397. "version": "3.4.3",
  4398. "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  4399. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  4400. "dev": true,
  4401. "license": "Apache-2.0",
  4402. "engines": {
  4403. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4404. },
  4405. "funding": {
  4406. "url": "https://opencollective.com/eslint"
  4407. }
  4408. },
  4409. "node_modules/eslint/node_modules/brace-expansion": {
  4410. "version": "1.1.12",
  4411. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.12.tgz",
  4412. "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
  4413. "dev": true,
  4414. "license": "MIT",
  4415. "dependencies": {
  4416. "balanced-match": "^1.0.0",
  4417. "concat-map": "0.0.1"
  4418. }
  4419. },
  4420. "node_modules/eslint/node_modules/minimatch": {
  4421. "version": "3.1.2",
  4422. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  4423. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  4424. "dev": true,
  4425. "license": "ISC",
  4426. "dependencies": {
  4427. "brace-expansion": "^1.1.7"
  4428. },
  4429. "engines": {
  4430. "node": "*"
  4431. }
  4432. },
  4433. "node_modules/espree": {
  4434. "version": "9.6.1",
  4435. "resolved": "https://registry.npmmirror.com/espree/-/espree-9.6.1.tgz",
  4436. "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
  4437. "dev": true,
  4438. "license": "BSD-2-Clause",
  4439. "dependencies": {
  4440. "acorn": "^8.9.0",
  4441. "acorn-jsx": "^5.3.2",
  4442. "eslint-visitor-keys": "^3.4.1"
  4443. },
  4444. "engines": {
  4445. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4446. },
  4447. "funding": {
  4448. "url": "https://opencollective.com/eslint"
  4449. }
  4450. },
  4451. "node_modules/esquery": {
  4452. "version": "1.7.0",
  4453. "resolved": "https://registry.npmmirror.com/esquery/-/esquery-1.7.0.tgz",
  4454. "integrity": "sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==",
  4455. "dev": true,
  4456. "license": "BSD-3-Clause",
  4457. "dependencies": {
  4458. "estraverse": "^5.1.0"
  4459. },
  4460. "engines": {
  4461. "node": ">=0.10"
  4462. }
  4463. },
  4464. "node_modules/esrecurse": {
  4465. "version": "4.3.0",
  4466. "resolved": "https://registry.npmmirror.com/esrecurse/-/esrecurse-4.3.0.tgz",
  4467. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  4468. "dev": true,
  4469. "license": "BSD-2-Clause",
  4470. "dependencies": {
  4471. "estraverse": "^5.2.0"
  4472. },
  4473. "engines": {
  4474. "node": ">=4.0"
  4475. }
  4476. },
  4477. "node_modules/estraverse": {
  4478. "version": "5.3.0",
  4479. "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz",
  4480. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  4481. "dev": true,
  4482. "license": "BSD-2-Clause",
  4483. "engines": {
  4484. "node": ">=4.0"
  4485. }
  4486. },
  4487. "node_modules/estree-util-attach-comments": {
  4488. "version": "3.0.0",
  4489. "resolved": "https://registry.npmmirror.com/estree-util-attach-comments/-/estree-util-attach-comments-3.0.0.tgz",
  4490. "integrity": "sha512-cKUwm/HUcTDsYh/9FgnuFqpfquUbwIqwKM26BVCGDPVgvaCl/nDCCjUfiLlx6lsEZ3Z4RFxNbOQ60pkaEwFxGw==",
  4491. "license": "MIT",
  4492. "dependencies": {
  4493. "@types/estree": "^1.0.0"
  4494. },
  4495. "funding": {
  4496. "type": "opencollective",
  4497. "url": "https://opencollective.com/unified"
  4498. }
  4499. },
  4500. "node_modules/estree-util-build-jsx": {
  4501. "version": "3.0.1",
  4502. "resolved": "https://registry.npmmirror.com/estree-util-build-jsx/-/estree-util-build-jsx-3.0.1.tgz",
  4503. "integrity": "sha512-8U5eiL6BTrPxp/CHbs2yMgP8ftMhR5ww1eIKoWRMlqvltHF8fZn5LRDvTKuxD3DUn+shRbLGqXemcP51oFCsGQ==",
  4504. "license": "MIT",
  4505. "dependencies": {
  4506. "@types/estree-jsx": "^1.0.0",
  4507. "devlop": "^1.0.0",
  4508. "estree-util-is-identifier-name": "^3.0.0",
  4509. "estree-walker": "^3.0.0"
  4510. },
  4511. "funding": {
  4512. "type": "opencollective",
  4513. "url": "https://opencollective.com/unified"
  4514. }
  4515. },
  4516. "node_modules/estree-util-is-identifier-name": {
  4517. "version": "3.0.0",
  4518. "resolved": "https://registry.npmmirror.com/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz",
  4519. "integrity": "sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==",
  4520. "license": "MIT",
  4521. "funding": {
  4522. "type": "opencollective",
  4523. "url": "https://opencollective.com/unified"
  4524. }
  4525. },
  4526. "node_modules/estree-util-scope": {
  4527. "version": "1.0.0",
  4528. "resolved": "https://registry.npmmirror.com/estree-util-scope/-/estree-util-scope-1.0.0.tgz",
  4529. "integrity": "sha512-2CAASclonf+JFWBNJPndcOpA8EMJwa0Q8LUFJEKqXLW6+qBvbFZuF5gItbQOs/umBUkjviCSDCbBwU2cXbmrhQ==",
  4530. "license": "MIT",
  4531. "dependencies": {
  4532. "@types/estree": "^1.0.0",
  4533. "devlop": "^1.0.0"
  4534. },
  4535. "funding": {
  4536. "type": "opencollective",
  4537. "url": "https://opencollective.com/unified"
  4538. }
  4539. },
  4540. "node_modules/estree-util-to-js": {
  4541. "version": "2.0.0",
  4542. "resolved": "https://registry.npmmirror.com/estree-util-to-js/-/estree-util-to-js-2.0.0.tgz",
  4543. "integrity": "sha512-WDF+xj5rRWmD5tj6bIqRi6CkLIXbbNQUcxQHzGysQzvHmdYG2G7p/Tf0J0gpxGgkeMZNTIjT/AoSvC9Xehcgdg==",
  4544. "license": "MIT",
  4545. "dependencies": {
  4546. "@types/estree-jsx": "^1.0.0",
  4547. "astring": "^1.8.0",
  4548. "source-map": "^0.7.0"
  4549. },
  4550. "funding": {
  4551. "type": "opencollective",
  4552. "url": "https://opencollective.com/unified"
  4553. }
  4554. },
  4555. "node_modules/estree-util-visit": {
  4556. "version": "2.0.0",
  4557. "resolved": "https://registry.npmmirror.com/estree-util-visit/-/estree-util-visit-2.0.0.tgz",
  4558. "integrity": "sha512-m5KgiH85xAhhW8Wta0vShLcUvOsh3LLPI2YVwcbio1l7E09NTLL1EyMZFM1OyWowoH0skScNbhOPl4kcBgzTww==",
  4559. "license": "MIT",
  4560. "dependencies": {
  4561. "@types/estree-jsx": "^1.0.0",
  4562. "@types/unist": "^3.0.0"
  4563. },
  4564. "funding": {
  4565. "type": "opencollective",
  4566. "url": "https://opencollective.com/unified"
  4567. }
  4568. },
  4569. "node_modules/estree-walker": {
  4570. "version": "3.0.3",
  4571. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-3.0.3.tgz",
  4572. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  4573. "license": "MIT",
  4574. "dependencies": {
  4575. "@types/estree": "^1.0.0"
  4576. }
  4577. },
  4578. "node_modules/esutils": {
  4579. "version": "2.0.3",
  4580. "resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz",
  4581. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  4582. "dev": true,
  4583. "license": "BSD-2-Clause",
  4584. "engines": {
  4585. "node": ">=0.10.0"
  4586. }
  4587. },
  4588. "node_modules/extend": {
  4589. "version": "3.0.2",
  4590. "resolved": "https://registry.npmmirror.com/extend/-/extend-3.0.2.tgz",
  4591. "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
  4592. "license": "MIT"
  4593. },
  4594. "node_modules/fast-copy": {
  4595. "version": "3.0.2",
  4596. "resolved": "https://registry.npmmirror.com/fast-copy/-/fast-copy-3.0.2.tgz",
  4597. "integrity": "sha512-dl0O9Vhju8IrcLndv2eU4ldt1ftXMqqfgN4H1cpmGV7P6jeB9FwpN9a2c8DPGE1Ys88rNUJVYDHq73CGAGOPfQ==",
  4598. "license": "MIT"
  4599. },
  4600. "node_modules/fast-deep-equal": {
  4601. "version": "3.1.3",
  4602. "resolved": "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  4603. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  4604. "dev": true,
  4605. "license": "MIT"
  4606. },
  4607. "node_modules/fast-equals": {
  4608. "version": "5.4.0",
  4609. "resolved": "https://registry.npmmirror.com/fast-equals/-/fast-equals-5.4.0.tgz",
  4610. "integrity": "sha512-jt2DW/aNFNwke7AUd+Z+e6pz39KO5rzdbbFCg2sGafS4mk13MI7Z8O5z9cADNn5lhGODIgLwug6TZO2ctf7kcw==",
  4611. "license": "MIT",
  4612. "engines": {
  4613. "node": ">=6.0.0"
  4614. }
  4615. },
  4616. "node_modules/fast-glob": {
  4617. "version": "3.3.3",
  4618. "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.3.tgz",
  4619. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  4620. "dev": true,
  4621. "license": "MIT",
  4622. "dependencies": {
  4623. "@nodelib/fs.stat": "^2.0.2",
  4624. "@nodelib/fs.walk": "^1.2.3",
  4625. "glob-parent": "^5.1.2",
  4626. "merge2": "^1.3.0",
  4627. "micromatch": "^4.0.8"
  4628. },
  4629. "engines": {
  4630. "node": ">=8.6.0"
  4631. }
  4632. },
  4633. "node_modules/fast-glob/node_modules/glob-parent": {
  4634. "version": "5.1.2",
  4635. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  4636. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  4637. "dev": true,
  4638. "license": "ISC",
  4639. "dependencies": {
  4640. "is-glob": "^4.0.1"
  4641. },
  4642. "engines": {
  4643. "node": ">= 6"
  4644. }
  4645. },
  4646. "node_modules/fast-json-stable-stringify": {
  4647. "version": "2.1.0",
  4648. "resolved": "https://registry.npmmirror.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  4649. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  4650. "dev": true,
  4651. "license": "MIT"
  4652. },
  4653. "node_modules/fast-levenshtein": {
  4654. "version": "2.0.6",
  4655. "resolved": "https://registry.npmmirror.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  4656. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  4657. "dev": true,
  4658. "license": "MIT"
  4659. },
  4660. "node_modules/fastq": {
  4661. "version": "1.20.1",
  4662. "resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.20.1.tgz",
  4663. "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
  4664. "dev": true,
  4665. "license": "ISC",
  4666. "dependencies": {
  4667. "reusify": "^1.0.4"
  4668. }
  4669. },
  4670. "node_modules/file-entry-cache": {
  4671. "version": "6.0.1",
  4672. "resolved": "https://registry.npmmirror.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
  4673. "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
  4674. "dev": true,
  4675. "license": "MIT",
  4676. "dependencies": {
  4677. "flat-cache": "^3.0.4"
  4678. },
  4679. "engines": {
  4680. "node": "^10.12.0 || >=12.0.0"
  4681. }
  4682. },
  4683. "node_modules/fill-range": {
  4684. "version": "7.1.1",
  4685. "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
  4686. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  4687. "dev": true,
  4688. "license": "MIT",
  4689. "dependencies": {
  4690. "to-regex-range": "^5.0.1"
  4691. },
  4692. "engines": {
  4693. "node": ">=8"
  4694. }
  4695. },
  4696. "node_modules/find-up": {
  4697. "version": "5.0.0",
  4698. "resolved": "https://registry.npmmirror.com/find-up/-/find-up-5.0.0.tgz",
  4699. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  4700. "dev": true,
  4701. "license": "MIT",
  4702. "dependencies": {
  4703. "locate-path": "^6.0.0",
  4704. "path-exists": "^4.0.0"
  4705. },
  4706. "engines": {
  4707. "node": ">=10"
  4708. },
  4709. "funding": {
  4710. "url": "https://github.com/sponsors/sindresorhus"
  4711. }
  4712. },
  4713. "node_modules/flat-cache": {
  4714. "version": "3.2.0",
  4715. "resolved": "https://registry.npmmirror.com/flat-cache/-/flat-cache-3.2.0.tgz",
  4716. "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==",
  4717. "dev": true,
  4718. "license": "MIT",
  4719. "dependencies": {
  4720. "flatted": "^3.2.9",
  4721. "keyv": "^4.5.3",
  4722. "rimraf": "^3.0.2"
  4723. },
  4724. "engines": {
  4725. "node": "^10.12.0 || >=12.0.0"
  4726. }
  4727. },
  4728. "node_modules/flatted": {
  4729. "version": "3.3.3",
  4730. "resolved": "https://registry.npmmirror.com/flatted/-/flatted-3.3.3.tgz",
  4731. "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
  4732. "dev": true,
  4733. "license": "ISC"
  4734. },
  4735. "node_modules/follow-redirects": {
  4736. "version": "1.15.11",
  4737. "resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.11.tgz",
  4738. "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==",
  4739. "funding": [
  4740. {
  4741. "type": "individual",
  4742. "url": "https://github.com/sponsors/RubenVerborgh"
  4743. }
  4744. ],
  4745. "license": "MIT",
  4746. "engines": {
  4747. "node": ">=4.0"
  4748. },
  4749. "peerDependenciesMeta": {
  4750. "debug": {
  4751. "optional": true
  4752. }
  4753. }
  4754. },
  4755. "node_modules/form-data": {
  4756. "version": "4.0.5",
  4757. "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.5.tgz",
  4758. "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
  4759. "license": "MIT",
  4760. "dependencies": {
  4761. "asynckit": "^0.4.0",
  4762. "combined-stream": "^1.0.8",
  4763. "es-set-tostringtag": "^2.1.0",
  4764. "hasown": "^2.0.2",
  4765. "mime-types": "^2.1.12"
  4766. },
  4767. "engines": {
  4768. "node": ">= 6"
  4769. }
  4770. },
  4771. "node_modules/fraction.js": {
  4772. "version": "5.3.4",
  4773. "resolved": "https://registry.npmmirror.com/fraction.js/-/fraction.js-5.3.4.tgz",
  4774. "integrity": "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==",
  4775. "dev": true,
  4776. "license": "MIT",
  4777. "engines": {
  4778. "node": "*"
  4779. },
  4780. "funding": {
  4781. "type": "github",
  4782. "url": "https://github.com/sponsors/rawify"
  4783. }
  4784. },
  4785. "node_modules/fs.realpath": {
  4786. "version": "1.0.0",
  4787. "resolved": "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz",
  4788. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
  4789. "dev": true,
  4790. "license": "ISC"
  4791. },
  4792. "node_modules/fsevents": {
  4793. "version": "2.3.3",
  4794. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
  4795. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  4796. "dev": true,
  4797. "hasInstallScript": true,
  4798. "license": "MIT",
  4799. "optional": true,
  4800. "os": [
  4801. "darwin"
  4802. ],
  4803. "engines": {
  4804. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  4805. }
  4806. },
  4807. "node_modules/function-bind": {
  4808. "version": "1.1.2",
  4809. "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
  4810. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  4811. "license": "MIT",
  4812. "funding": {
  4813. "url": "https://github.com/sponsors/ljharb"
  4814. }
  4815. },
  4816. "node_modules/gensync": {
  4817. "version": "1.0.0-beta.2",
  4818. "resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz",
  4819. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  4820. "dev": true,
  4821. "license": "MIT",
  4822. "engines": {
  4823. "node": ">=6.9.0"
  4824. }
  4825. },
  4826. "node_modules/get-intrinsic": {
  4827. "version": "1.3.0",
  4828. "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  4829. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  4830. "license": "MIT",
  4831. "dependencies": {
  4832. "call-bind-apply-helpers": "^1.0.2",
  4833. "es-define-property": "^1.0.1",
  4834. "es-errors": "^1.3.0",
  4835. "es-object-atoms": "^1.1.1",
  4836. "function-bind": "^1.1.2",
  4837. "get-proto": "^1.0.1",
  4838. "gopd": "^1.2.0",
  4839. "has-symbols": "^1.1.0",
  4840. "hasown": "^2.0.2",
  4841. "math-intrinsics": "^1.1.0"
  4842. },
  4843. "engines": {
  4844. "node": ">= 0.4"
  4845. },
  4846. "funding": {
  4847. "url": "https://github.com/sponsors/ljharb"
  4848. }
  4849. },
  4850. "node_modules/get-proto": {
  4851. "version": "1.0.1",
  4852. "resolved": "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz",
  4853. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  4854. "license": "MIT",
  4855. "dependencies": {
  4856. "dunder-proto": "^1.0.1",
  4857. "es-object-atoms": "^1.0.0"
  4858. },
  4859. "engines": {
  4860. "node": ">= 0.4"
  4861. }
  4862. },
  4863. "node_modules/glob": {
  4864. "version": "7.2.3",
  4865. "resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz",
  4866. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  4867. "deprecated": "Glob versions prior to v9 are no longer supported",
  4868. "dev": true,
  4869. "license": "ISC",
  4870. "dependencies": {
  4871. "fs.realpath": "^1.0.0",
  4872. "inflight": "^1.0.4",
  4873. "inherits": "2",
  4874. "minimatch": "^3.1.1",
  4875. "once": "^1.3.0",
  4876. "path-is-absolute": "^1.0.0"
  4877. },
  4878. "engines": {
  4879. "node": "*"
  4880. },
  4881. "funding": {
  4882. "url": "https://github.com/sponsors/isaacs"
  4883. }
  4884. },
  4885. "node_modules/glob-parent": {
  4886. "version": "6.0.2",
  4887. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-6.0.2.tgz",
  4888. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  4889. "dev": true,
  4890. "license": "ISC",
  4891. "dependencies": {
  4892. "is-glob": "^4.0.3"
  4893. },
  4894. "engines": {
  4895. "node": ">=10.13.0"
  4896. }
  4897. },
  4898. "node_modules/glob/node_modules/brace-expansion": {
  4899. "version": "1.1.12",
  4900. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.12.tgz",
  4901. "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
  4902. "dev": true,
  4903. "license": "MIT",
  4904. "dependencies": {
  4905. "balanced-match": "^1.0.0",
  4906. "concat-map": "0.0.1"
  4907. }
  4908. },
  4909. "node_modules/glob/node_modules/minimatch": {
  4910. "version": "3.1.2",
  4911. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  4912. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  4913. "dev": true,
  4914. "license": "ISC",
  4915. "dependencies": {
  4916. "brace-expansion": "^1.1.7"
  4917. },
  4918. "engines": {
  4919. "node": "*"
  4920. }
  4921. },
  4922. "node_modules/globals": {
  4923. "version": "13.24.0",
  4924. "resolved": "https://registry.npmmirror.com/globals/-/globals-13.24.0.tgz",
  4925. "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
  4926. "dev": true,
  4927. "license": "MIT",
  4928. "dependencies": {
  4929. "type-fest": "^0.20.2"
  4930. },
  4931. "engines": {
  4932. "node": ">=8"
  4933. },
  4934. "funding": {
  4935. "url": "https://github.com/sponsors/sindresorhus"
  4936. }
  4937. },
  4938. "node_modules/globby": {
  4939. "version": "11.1.0",
  4940. "resolved": "https://registry.npmmirror.com/globby/-/globby-11.1.0.tgz",
  4941. "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
  4942. "dev": true,
  4943. "license": "MIT",
  4944. "dependencies": {
  4945. "array-union": "^2.1.0",
  4946. "dir-glob": "^3.0.1",
  4947. "fast-glob": "^3.2.9",
  4948. "ignore": "^5.2.0",
  4949. "merge2": "^1.4.1",
  4950. "slash": "^3.0.0"
  4951. },
  4952. "engines": {
  4953. "node": ">=10"
  4954. },
  4955. "funding": {
  4956. "url": "https://github.com/sponsors/sindresorhus"
  4957. }
  4958. },
  4959. "node_modules/gopd": {
  4960. "version": "1.2.0",
  4961. "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz",
  4962. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  4963. "license": "MIT",
  4964. "engines": {
  4965. "node": ">= 0.4"
  4966. },
  4967. "funding": {
  4968. "url": "https://github.com/sponsors/ljharb"
  4969. }
  4970. },
  4971. "node_modules/graceful-fs": {
  4972. "version": "4.2.11",
  4973. "resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz",
  4974. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  4975. "dev": true,
  4976. "license": "ISC"
  4977. },
  4978. "node_modules/graphemer": {
  4979. "version": "1.4.0",
  4980. "resolved": "https://registry.npmmirror.com/graphemer/-/graphemer-1.4.0.tgz",
  4981. "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
  4982. "dev": true,
  4983. "license": "MIT"
  4984. },
  4985. "node_modules/has-flag": {
  4986. "version": "4.0.0",
  4987. "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
  4988. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  4989. "dev": true,
  4990. "license": "MIT",
  4991. "engines": {
  4992. "node": ">=8"
  4993. }
  4994. },
  4995. "node_modules/has-symbols": {
  4996. "version": "1.1.0",
  4997. "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz",
  4998. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  4999. "license": "MIT",
  5000. "engines": {
  5001. "node": ">= 0.4"
  5002. },
  5003. "funding": {
  5004. "url": "https://github.com/sponsors/ljharb"
  5005. }
  5006. },
  5007. "node_modules/has-tostringtag": {
  5008. "version": "1.0.2",
  5009. "resolved": "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  5010. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  5011. "license": "MIT",
  5012. "dependencies": {
  5013. "has-symbols": "^1.0.3"
  5014. },
  5015. "engines": {
  5016. "node": ">= 0.4"
  5017. },
  5018. "funding": {
  5019. "url": "https://github.com/sponsors/ljharb"
  5020. }
  5021. },
  5022. "node_modules/hasown": {
  5023. "version": "2.0.2",
  5024. "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
  5025. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  5026. "license": "MIT",
  5027. "dependencies": {
  5028. "function-bind": "^1.1.2"
  5029. },
  5030. "engines": {
  5031. "node": ">= 0.4"
  5032. }
  5033. },
  5034. "node_modules/hast-util-to-estree": {
  5035. "version": "3.1.3",
  5036. "resolved": "https://registry.npmmirror.com/hast-util-to-estree/-/hast-util-to-estree-3.1.3.tgz",
  5037. "integrity": "sha512-48+B/rJWAp0jamNbAAf9M7Uf//UVqAoMmgXhBdxTDJLGKY+LRnZ99qcG+Qjl5HfMpYNzS5v4EAwVEF34LeAj7w==",
  5038. "license": "MIT",
  5039. "dependencies": {
  5040. "@types/estree": "^1.0.0",
  5041. "@types/estree-jsx": "^1.0.0",
  5042. "@types/hast": "^3.0.0",
  5043. "comma-separated-tokens": "^2.0.0",
  5044. "devlop": "^1.0.0",
  5045. "estree-util-attach-comments": "^3.0.0",
  5046. "estree-util-is-identifier-name": "^3.0.0",
  5047. "hast-util-whitespace": "^3.0.0",
  5048. "mdast-util-mdx-expression": "^2.0.0",
  5049. "mdast-util-mdx-jsx": "^3.0.0",
  5050. "mdast-util-mdxjs-esm": "^2.0.0",
  5051. "property-information": "^7.0.0",
  5052. "space-separated-tokens": "^2.0.0",
  5053. "style-to-js": "^1.0.0",
  5054. "unist-util-position": "^5.0.0",
  5055. "zwitch": "^2.0.0"
  5056. },
  5057. "funding": {
  5058. "type": "opencollective",
  5059. "url": "https://opencollective.com/unified"
  5060. }
  5061. },
  5062. "node_modules/hast-util-to-jsx-runtime": {
  5063. "version": "2.3.6",
  5064. "resolved": "https://registry.npmmirror.com/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz",
  5065. "integrity": "sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==",
  5066. "license": "MIT",
  5067. "dependencies": {
  5068. "@types/estree": "^1.0.0",
  5069. "@types/hast": "^3.0.0",
  5070. "@types/unist": "^3.0.0",
  5071. "comma-separated-tokens": "^2.0.0",
  5072. "devlop": "^1.0.0",
  5073. "estree-util-is-identifier-name": "^3.0.0",
  5074. "hast-util-whitespace": "^3.0.0",
  5075. "mdast-util-mdx-expression": "^2.0.0",
  5076. "mdast-util-mdx-jsx": "^3.0.0",
  5077. "mdast-util-mdxjs-esm": "^2.0.0",
  5078. "property-information": "^7.0.0",
  5079. "space-separated-tokens": "^2.0.0",
  5080. "style-to-js": "^1.0.0",
  5081. "unist-util-position": "^5.0.0",
  5082. "vfile-message": "^4.0.0"
  5083. },
  5084. "funding": {
  5085. "type": "opencollective",
  5086. "url": "https://opencollective.com/unified"
  5087. }
  5088. },
  5089. "node_modules/hast-util-whitespace": {
  5090. "version": "3.0.0",
  5091. "resolved": "https://registry.npmmirror.com/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
  5092. "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
  5093. "license": "MIT",
  5094. "dependencies": {
  5095. "@types/hast": "^3.0.0"
  5096. },
  5097. "funding": {
  5098. "type": "opencollective",
  5099. "url": "https://opencollective.com/unified"
  5100. }
  5101. },
  5102. "node_modules/iconv-lite": {
  5103. "version": "0.6.3",
  5104. "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.6.3.tgz",
  5105. "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
  5106. "license": "MIT",
  5107. "dependencies": {
  5108. "safer-buffer": ">= 2.1.2 < 3.0.0"
  5109. },
  5110. "engines": {
  5111. "node": ">=0.10.0"
  5112. }
  5113. },
  5114. "node_modules/ignore": {
  5115. "version": "5.3.2",
  5116. "resolved": "https://registry.npmmirror.com/ignore/-/ignore-5.3.2.tgz",
  5117. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  5118. "dev": true,
  5119. "license": "MIT",
  5120. "engines": {
  5121. "node": ">= 4"
  5122. }
  5123. },
  5124. "node_modules/import-fresh": {
  5125. "version": "3.3.1",
  5126. "resolved": "https://registry.npmmirror.com/import-fresh/-/import-fresh-3.3.1.tgz",
  5127. "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
  5128. "dev": true,
  5129. "license": "MIT",
  5130. "dependencies": {
  5131. "parent-module": "^1.0.0",
  5132. "resolve-from": "^4.0.0"
  5133. },
  5134. "engines": {
  5135. "node": ">=6"
  5136. },
  5137. "funding": {
  5138. "url": "https://github.com/sponsors/sindresorhus"
  5139. }
  5140. },
  5141. "node_modules/imurmurhash": {
  5142. "version": "0.1.4",
  5143. "resolved": "https://registry.npmmirror.com/imurmurhash/-/imurmurhash-0.1.4.tgz",
  5144. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  5145. "dev": true,
  5146. "license": "MIT",
  5147. "engines": {
  5148. "node": ">=0.8.19"
  5149. }
  5150. },
  5151. "node_modules/inflight": {
  5152. "version": "1.0.6",
  5153. "resolved": "https://registry.npmmirror.com/inflight/-/inflight-1.0.6.tgz",
  5154. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  5155. "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.",
  5156. "dev": true,
  5157. "license": "ISC",
  5158. "dependencies": {
  5159. "once": "^1.3.0",
  5160. "wrappy": "1"
  5161. }
  5162. },
  5163. "node_modules/inherits": {
  5164. "version": "2.0.4",
  5165. "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
  5166. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  5167. "dev": true,
  5168. "license": "ISC"
  5169. },
  5170. "node_modules/inline-style-parser": {
  5171. "version": "0.2.7",
  5172. "resolved": "https://registry.npmmirror.com/inline-style-parser/-/inline-style-parser-0.2.7.tgz",
  5173. "integrity": "sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==",
  5174. "license": "MIT"
  5175. },
  5176. "node_modules/internmap": {
  5177. "version": "2.0.3",
  5178. "resolved": "https://registry.npmmirror.com/internmap/-/internmap-2.0.3.tgz",
  5179. "integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==",
  5180. "license": "ISC",
  5181. "engines": {
  5182. "node": ">=12"
  5183. }
  5184. },
  5185. "node_modules/is-alphabetical": {
  5186. "version": "2.0.1",
  5187. "resolved": "https://registry.npmmirror.com/is-alphabetical/-/is-alphabetical-2.0.1.tgz",
  5188. "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==",
  5189. "license": "MIT",
  5190. "funding": {
  5191. "type": "github",
  5192. "url": "https://github.com/sponsors/wooorm"
  5193. }
  5194. },
  5195. "node_modules/is-alphanumerical": {
  5196. "version": "2.0.1",
  5197. "resolved": "https://registry.npmmirror.com/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz",
  5198. "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==",
  5199. "license": "MIT",
  5200. "dependencies": {
  5201. "is-alphabetical": "^2.0.0",
  5202. "is-decimal": "^2.0.0"
  5203. },
  5204. "funding": {
  5205. "type": "github",
  5206. "url": "https://github.com/sponsors/wooorm"
  5207. }
  5208. },
  5209. "node_modules/is-decimal": {
  5210. "version": "2.0.1",
  5211. "resolved": "https://registry.npmmirror.com/is-decimal/-/is-decimal-2.0.1.tgz",
  5212. "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==",
  5213. "license": "MIT",
  5214. "funding": {
  5215. "type": "github",
  5216. "url": "https://github.com/sponsors/wooorm"
  5217. }
  5218. },
  5219. "node_modules/is-extglob": {
  5220. "version": "2.1.1",
  5221. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  5222. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  5223. "dev": true,
  5224. "license": "MIT",
  5225. "engines": {
  5226. "node": ">=0.10.0"
  5227. }
  5228. },
  5229. "node_modules/is-glob": {
  5230. "version": "4.0.3",
  5231. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  5232. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  5233. "dev": true,
  5234. "license": "MIT",
  5235. "dependencies": {
  5236. "is-extglob": "^2.1.1"
  5237. },
  5238. "engines": {
  5239. "node": ">=0.10.0"
  5240. }
  5241. },
  5242. "node_modules/is-hexadecimal": {
  5243. "version": "2.0.1",
  5244. "resolved": "https://registry.npmmirror.com/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz",
  5245. "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==",
  5246. "license": "MIT",
  5247. "funding": {
  5248. "type": "github",
  5249. "url": "https://github.com/sponsors/wooorm"
  5250. }
  5251. },
  5252. "node_modules/is-number": {
  5253. "version": "7.0.0",
  5254. "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
  5255. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  5256. "dev": true,
  5257. "license": "MIT",
  5258. "engines": {
  5259. "node": ">=0.12.0"
  5260. }
  5261. },
  5262. "node_modules/is-path-inside": {
  5263. "version": "3.0.3",
  5264. "resolved": "https://registry.npmmirror.com/is-path-inside/-/is-path-inside-3.0.3.tgz",
  5265. "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
  5266. "dev": true,
  5267. "license": "MIT",
  5268. "engines": {
  5269. "node": ">=8"
  5270. }
  5271. },
  5272. "node_modules/is-plain-obj": {
  5273. "version": "4.1.0",
  5274. "resolved": "https://registry.npmmirror.com/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
  5275. "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
  5276. "license": "MIT",
  5277. "engines": {
  5278. "node": ">=12"
  5279. },
  5280. "funding": {
  5281. "url": "https://github.com/sponsors/sindresorhus"
  5282. }
  5283. },
  5284. "node_modules/isexe": {
  5285. "version": "2.0.0",
  5286. "resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz",
  5287. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  5288. "dev": true,
  5289. "license": "ISC"
  5290. },
  5291. "node_modules/jiti": {
  5292. "version": "2.6.1",
  5293. "resolved": "https://registry.npmmirror.com/jiti/-/jiti-2.6.1.tgz",
  5294. "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
  5295. "dev": true,
  5296. "license": "MIT",
  5297. "bin": {
  5298. "jiti": "lib/jiti-cli.mjs"
  5299. }
  5300. },
  5301. "node_modules/js-tokens": {
  5302. "version": "4.0.0",
  5303. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz",
  5304. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  5305. "license": "MIT"
  5306. },
  5307. "node_modules/js-yaml": {
  5308. "version": "4.1.1",
  5309. "resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.1.tgz",
  5310. "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
  5311. "dev": true,
  5312. "license": "MIT",
  5313. "dependencies": {
  5314. "argparse": "^2.0.1"
  5315. },
  5316. "bin": {
  5317. "js-yaml": "bin/js-yaml.js"
  5318. }
  5319. },
  5320. "node_modules/jsesc": {
  5321. "version": "3.1.0",
  5322. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.1.0.tgz",
  5323. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  5324. "dev": true,
  5325. "license": "MIT",
  5326. "bin": {
  5327. "jsesc": "bin/jsesc"
  5328. },
  5329. "engines": {
  5330. "node": ">=6"
  5331. }
  5332. },
  5333. "node_modules/json-buffer": {
  5334. "version": "3.0.1",
  5335. "resolved": "https://registry.npmmirror.com/json-buffer/-/json-buffer-3.0.1.tgz",
  5336. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  5337. "dev": true,
  5338. "license": "MIT"
  5339. },
  5340. "node_modules/json-schema-traverse": {
  5341. "version": "0.4.1",
  5342. "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  5343. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  5344. "dev": true,
  5345. "license": "MIT"
  5346. },
  5347. "node_modules/json-stable-stringify-without-jsonify": {
  5348. "version": "1.0.1",
  5349. "resolved": "https://registry.npmmirror.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  5350. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  5351. "dev": true,
  5352. "license": "MIT"
  5353. },
  5354. "node_modules/json5": {
  5355. "version": "2.2.3",
  5356. "resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz",
  5357. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  5358. "dev": true,
  5359. "license": "MIT",
  5360. "bin": {
  5361. "json5": "lib/cli.js"
  5362. },
  5363. "engines": {
  5364. "node": ">=6"
  5365. }
  5366. },
  5367. "node_modules/jsonc-parser": {
  5368. "version": "3.3.1",
  5369. "resolved": "https://registry.npmmirror.com/jsonc-parser/-/jsonc-parser-3.3.1.tgz",
  5370. "integrity": "sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==",
  5371. "license": "MIT"
  5372. },
  5373. "node_modules/keyv": {
  5374. "version": "4.5.4",
  5375. "resolved": "https://registry.npmmirror.com/keyv/-/keyv-4.5.4.tgz",
  5376. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  5377. "dev": true,
  5378. "license": "MIT",
  5379. "dependencies": {
  5380. "json-buffer": "3.0.1"
  5381. }
  5382. },
  5383. "node_modules/levn": {
  5384. "version": "0.4.1",
  5385. "resolved": "https://registry.npmmirror.com/levn/-/levn-0.4.1.tgz",
  5386. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  5387. "dev": true,
  5388. "license": "MIT",
  5389. "dependencies": {
  5390. "prelude-ls": "^1.2.1",
  5391. "type-check": "~0.4.0"
  5392. },
  5393. "engines": {
  5394. "node": ">= 0.8.0"
  5395. }
  5396. },
  5397. "node_modules/lightningcss": {
  5398. "version": "1.30.2",
  5399. "resolved": "https://registry.npmmirror.com/lightningcss/-/lightningcss-1.30.2.tgz",
  5400. "integrity": "sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==",
  5401. "dev": true,
  5402. "license": "MPL-2.0",
  5403. "dependencies": {
  5404. "detect-libc": "^2.0.3"
  5405. },
  5406. "engines": {
  5407. "node": ">= 12.0.0"
  5408. },
  5409. "funding": {
  5410. "type": "opencollective",
  5411. "url": "https://opencollective.com/parcel"
  5412. },
  5413. "optionalDependencies": {
  5414. "lightningcss-android-arm64": "1.30.2",
  5415. "lightningcss-darwin-arm64": "1.30.2",
  5416. "lightningcss-darwin-x64": "1.30.2",
  5417. "lightningcss-freebsd-x64": "1.30.2",
  5418. "lightningcss-linux-arm-gnueabihf": "1.30.2",
  5419. "lightningcss-linux-arm64-gnu": "1.30.2",
  5420. "lightningcss-linux-arm64-musl": "1.30.2",
  5421. "lightningcss-linux-x64-gnu": "1.30.2",
  5422. "lightningcss-linux-x64-musl": "1.30.2",
  5423. "lightningcss-win32-arm64-msvc": "1.30.2",
  5424. "lightningcss-win32-x64-msvc": "1.30.2"
  5425. }
  5426. },
  5427. "node_modules/lightningcss-android-arm64": {
  5428. "version": "1.30.2",
  5429. "resolved": "https://registry.npmmirror.com/lightningcss-android-arm64/-/lightningcss-android-arm64-1.30.2.tgz",
  5430. "integrity": "sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==",
  5431. "cpu": [
  5432. "arm64"
  5433. ],
  5434. "dev": true,
  5435. "license": "MPL-2.0",
  5436. "optional": true,
  5437. "os": [
  5438. "android"
  5439. ],
  5440. "engines": {
  5441. "node": ">= 12.0.0"
  5442. },
  5443. "funding": {
  5444. "type": "opencollective",
  5445. "url": "https://opencollective.com/parcel"
  5446. }
  5447. },
  5448. "node_modules/lightningcss-darwin-arm64": {
  5449. "version": "1.30.2",
  5450. "resolved": "https://registry.npmmirror.com/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.2.tgz",
  5451. "integrity": "sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==",
  5452. "cpu": [
  5453. "arm64"
  5454. ],
  5455. "dev": true,
  5456. "license": "MPL-2.0",
  5457. "optional": true,
  5458. "os": [
  5459. "darwin"
  5460. ],
  5461. "engines": {
  5462. "node": ">= 12.0.0"
  5463. },
  5464. "funding": {
  5465. "type": "opencollective",
  5466. "url": "https://opencollective.com/parcel"
  5467. }
  5468. },
  5469. "node_modules/lightningcss-darwin-x64": {
  5470. "version": "1.30.2",
  5471. "resolved": "https://registry.npmmirror.com/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.2.tgz",
  5472. "integrity": "sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==",
  5473. "cpu": [
  5474. "x64"
  5475. ],
  5476. "dev": true,
  5477. "license": "MPL-2.0",
  5478. "optional": true,
  5479. "os": [
  5480. "darwin"
  5481. ],
  5482. "engines": {
  5483. "node": ">= 12.0.0"
  5484. },
  5485. "funding": {
  5486. "type": "opencollective",
  5487. "url": "https://opencollective.com/parcel"
  5488. }
  5489. },
  5490. "node_modules/lightningcss-freebsd-x64": {
  5491. "version": "1.30.2",
  5492. "resolved": "https://registry.npmmirror.com/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.2.tgz",
  5493. "integrity": "sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==",
  5494. "cpu": [
  5495. "x64"
  5496. ],
  5497. "dev": true,
  5498. "license": "MPL-2.0",
  5499. "optional": true,
  5500. "os": [
  5501. "freebsd"
  5502. ],
  5503. "engines": {
  5504. "node": ">= 12.0.0"
  5505. },
  5506. "funding": {
  5507. "type": "opencollective",
  5508. "url": "https://opencollective.com/parcel"
  5509. }
  5510. },
  5511. "node_modules/lightningcss-linux-arm-gnueabihf": {
  5512. "version": "1.30.2",
  5513. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.2.tgz",
  5514. "integrity": "sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==",
  5515. "cpu": [
  5516. "arm"
  5517. ],
  5518. "dev": true,
  5519. "license": "MPL-2.0",
  5520. "optional": true,
  5521. "os": [
  5522. "linux"
  5523. ],
  5524. "engines": {
  5525. "node": ">= 12.0.0"
  5526. },
  5527. "funding": {
  5528. "type": "opencollective",
  5529. "url": "https://opencollective.com/parcel"
  5530. }
  5531. },
  5532. "node_modules/lightningcss-linux-arm64-gnu": {
  5533. "version": "1.30.2",
  5534. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.2.tgz",
  5535. "integrity": "sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==",
  5536. "cpu": [
  5537. "arm64"
  5538. ],
  5539. "dev": true,
  5540. "license": "MPL-2.0",
  5541. "optional": true,
  5542. "os": [
  5543. "linux"
  5544. ],
  5545. "engines": {
  5546. "node": ">= 12.0.0"
  5547. },
  5548. "funding": {
  5549. "type": "opencollective",
  5550. "url": "https://opencollective.com/parcel"
  5551. }
  5552. },
  5553. "node_modules/lightningcss-linux-arm64-musl": {
  5554. "version": "1.30.2",
  5555. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.2.tgz",
  5556. "integrity": "sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==",
  5557. "cpu": [
  5558. "arm64"
  5559. ],
  5560. "dev": true,
  5561. "license": "MPL-2.0",
  5562. "optional": true,
  5563. "os": [
  5564. "linux"
  5565. ],
  5566. "engines": {
  5567. "node": ">= 12.0.0"
  5568. },
  5569. "funding": {
  5570. "type": "opencollective",
  5571. "url": "https://opencollective.com/parcel"
  5572. }
  5573. },
  5574. "node_modules/lightningcss-linux-x64-gnu": {
  5575. "version": "1.30.2",
  5576. "resolved": "https://registry.npmmirror.com/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.2.tgz",
  5577. "integrity": "sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==",
  5578. "cpu": [
  5579. "x64"
  5580. ],
  5581. "dev": true,
  5582. "license": "MPL-2.0",
  5583. "optional": true,
  5584. "os": [
  5585. "linux"
  5586. ],
  5587. "engines": {
  5588. "node": ">= 12.0.0"
  5589. },
  5590. "funding": {
  5591. "type": "opencollective",
  5592. "url": "https://opencollective.com/parcel"
  5593. }
  5594. },
  5595. "node_modules/lightningcss-linux-x64-musl": {
  5596. "version": "1.30.2",
  5597. "resolved": "https://registry.npmmirror.com/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.2.tgz",
  5598. "integrity": "sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==",
  5599. "cpu": [
  5600. "x64"
  5601. ],
  5602. "dev": true,
  5603. "license": "MPL-2.0",
  5604. "optional": true,
  5605. "os": [
  5606. "linux"
  5607. ],
  5608. "engines": {
  5609. "node": ">= 12.0.0"
  5610. },
  5611. "funding": {
  5612. "type": "opencollective",
  5613. "url": "https://opencollective.com/parcel"
  5614. }
  5615. },
  5616. "node_modules/lightningcss-win32-arm64-msvc": {
  5617. "version": "1.30.2",
  5618. "resolved": "https://registry.npmmirror.com/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.2.tgz",
  5619. "integrity": "sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==",
  5620. "cpu": [
  5621. "arm64"
  5622. ],
  5623. "dev": true,
  5624. "license": "MPL-2.0",
  5625. "optional": true,
  5626. "os": [
  5627. "win32"
  5628. ],
  5629. "engines": {
  5630. "node": ">= 12.0.0"
  5631. },
  5632. "funding": {
  5633. "type": "opencollective",
  5634. "url": "https://opencollective.com/parcel"
  5635. }
  5636. },
  5637. "node_modules/lightningcss-win32-x64-msvc": {
  5638. "version": "1.30.2",
  5639. "resolved": "https://registry.npmmirror.com/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.2.tgz",
  5640. "integrity": "sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==",
  5641. "cpu": [
  5642. "x64"
  5643. ],
  5644. "dev": true,
  5645. "license": "MPL-2.0",
  5646. "optional": true,
  5647. "os": [
  5648. "win32"
  5649. ],
  5650. "engines": {
  5651. "node": ">= 12.0.0"
  5652. },
  5653. "funding": {
  5654. "type": "opencollective",
  5655. "url": "https://opencollective.com/parcel"
  5656. }
  5657. },
  5658. "node_modules/linkify-it": {
  5659. "version": "5.0.0",
  5660. "resolved": "https://registry.npmmirror.com/linkify-it/-/linkify-it-5.0.0.tgz",
  5661. "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==",
  5662. "license": "MIT",
  5663. "dependencies": {
  5664. "uc.micro": "^2.0.0"
  5665. }
  5666. },
  5667. "node_modules/linkifyjs": {
  5668. "version": "4.3.2",
  5669. "resolved": "https://registry.npmmirror.com/linkifyjs/-/linkifyjs-4.3.2.tgz",
  5670. "integrity": "sha512-NT1CJtq3hHIreOianA8aSXn6Cw0JzYOuDQbOrSPe7gqFnCpKP++MQe3ODgO3oh2GJFORkAAdqredOa60z63GbA==",
  5671. "license": "MIT"
  5672. },
  5673. "node_modules/locate-path": {
  5674. "version": "6.0.0",
  5675. "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-6.0.0.tgz",
  5676. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  5677. "dev": true,
  5678. "license": "MIT",
  5679. "dependencies": {
  5680. "p-locate": "^5.0.0"
  5681. },
  5682. "engines": {
  5683. "node": ">=10"
  5684. },
  5685. "funding": {
  5686. "url": "https://github.com/sponsors/sindresorhus"
  5687. }
  5688. },
  5689. "node_modules/lodash": {
  5690. "version": "4.17.23",
  5691. "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.23.tgz",
  5692. "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
  5693. "license": "MIT"
  5694. },
  5695. "node_modules/lodash.merge": {
  5696. "version": "4.6.2",
  5697. "resolved": "https://registry.npmmirror.com/lodash.merge/-/lodash.merge-4.6.2.tgz",
  5698. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  5699. "dev": true,
  5700. "license": "MIT"
  5701. },
  5702. "node_modules/longest-streak": {
  5703. "version": "3.1.0",
  5704. "resolved": "https://registry.npmmirror.com/longest-streak/-/longest-streak-3.1.0.tgz",
  5705. "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==",
  5706. "license": "MIT",
  5707. "funding": {
  5708. "type": "github",
  5709. "url": "https://github.com/sponsors/wooorm"
  5710. }
  5711. },
  5712. "node_modules/loose-envify": {
  5713. "version": "1.4.0",
  5714. "resolved": "https://registry.npmmirror.com/loose-envify/-/loose-envify-1.4.0.tgz",
  5715. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  5716. "license": "MIT",
  5717. "dependencies": {
  5718. "js-tokens": "^3.0.0 || ^4.0.0"
  5719. },
  5720. "bin": {
  5721. "loose-envify": "cli.js"
  5722. }
  5723. },
  5724. "node_modules/lottie-web": {
  5725. "version": "5.13.0",
  5726. "resolved": "https://registry.npmmirror.com/lottie-web/-/lottie-web-5.13.0.tgz",
  5727. "integrity": "sha512-+gfBXl6sxXMPe8tKQm7qzLnUy5DUPJPKIyRHwtpCpyUEYjHYRJC/5gjUvdkuO2c3JllrPtHXH5UJJK8LRYl5yQ==",
  5728. "license": "MIT"
  5729. },
  5730. "node_modules/lru-cache": {
  5731. "version": "5.1.1",
  5732. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz",
  5733. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  5734. "dev": true,
  5735. "license": "ISC",
  5736. "dependencies": {
  5737. "yallist": "^3.0.2"
  5738. }
  5739. },
  5740. "node_modules/magic-string": {
  5741. "version": "0.30.21",
  5742. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.21.tgz",
  5743. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  5744. "dev": true,
  5745. "license": "MIT",
  5746. "dependencies": {
  5747. "@jridgewell/sourcemap-codec": "^1.5.5"
  5748. }
  5749. },
  5750. "node_modules/markdown-extensions": {
  5751. "version": "2.0.0",
  5752. "resolved": "https://registry.npmmirror.com/markdown-extensions/-/markdown-extensions-2.0.0.tgz",
  5753. "integrity": "sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==",
  5754. "license": "MIT",
  5755. "engines": {
  5756. "node": ">=16"
  5757. },
  5758. "funding": {
  5759. "url": "https://github.com/sponsors/sindresorhus"
  5760. }
  5761. },
  5762. "node_modules/markdown-it": {
  5763. "version": "14.1.0",
  5764. "resolved": "https://registry.npmmirror.com/markdown-it/-/markdown-it-14.1.0.tgz",
  5765. "integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==",
  5766. "license": "MIT",
  5767. "dependencies": {
  5768. "argparse": "^2.0.1",
  5769. "entities": "^4.4.0",
  5770. "linkify-it": "^5.0.0",
  5771. "mdurl": "^2.0.0",
  5772. "punycode.js": "^2.3.1",
  5773. "uc.micro": "^2.1.0"
  5774. },
  5775. "bin": {
  5776. "markdown-it": "bin/markdown-it.mjs"
  5777. }
  5778. },
  5779. "node_modules/markdown-table": {
  5780. "version": "3.0.4",
  5781. "resolved": "https://registry.npmmirror.com/markdown-table/-/markdown-table-3.0.4.tgz",
  5782. "integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==",
  5783. "license": "MIT",
  5784. "funding": {
  5785. "type": "github",
  5786. "url": "https://github.com/sponsors/wooorm"
  5787. }
  5788. },
  5789. "node_modules/math-intrinsics": {
  5790. "version": "1.1.0",
  5791. "resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  5792. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  5793. "license": "MIT",
  5794. "engines": {
  5795. "node": ">= 0.4"
  5796. }
  5797. },
  5798. "node_modules/mdast-util-find-and-replace": {
  5799. "version": "3.0.2",
  5800. "resolved": "https://registry.npmmirror.com/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz",
  5801. "integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==",
  5802. "license": "MIT",
  5803. "dependencies": {
  5804. "@types/mdast": "^4.0.0",
  5805. "escape-string-regexp": "^5.0.0",
  5806. "unist-util-is": "^6.0.0",
  5807. "unist-util-visit-parents": "^6.0.0"
  5808. },
  5809. "funding": {
  5810. "type": "opencollective",
  5811. "url": "https://opencollective.com/unified"
  5812. }
  5813. },
  5814. "node_modules/mdast-util-find-and-replace/node_modules/escape-string-regexp": {
  5815. "version": "5.0.0",
  5816. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  5817. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  5818. "license": "MIT",
  5819. "engines": {
  5820. "node": ">=12"
  5821. },
  5822. "funding": {
  5823. "url": "https://github.com/sponsors/sindresorhus"
  5824. }
  5825. },
  5826. "node_modules/mdast-util-from-markdown": {
  5827. "version": "2.0.2",
  5828. "resolved": "https://registry.npmmirror.com/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz",
  5829. "integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==",
  5830. "license": "MIT",
  5831. "dependencies": {
  5832. "@types/mdast": "^4.0.0",
  5833. "@types/unist": "^3.0.0",
  5834. "decode-named-character-reference": "^1.0.0",
  5835. "devlop": "^1.0.0",
  5836. "mdast-util-to-string": "^4.0.0",
  5837. "micromark": "^4.0.0",
  5838. "micromark-util-decode-numeric-character-reference": "^2.0.0",
  5839. "micromark-util-decode-string": "^2.0.0",
  5840. "micromark-util-normalize-identifier": "^2.0.0",
  5841. "micromark-util-symbol": "^2.0.0",
  5842. "micromark-util-types": "^2.0.0",
  5843. "unist-util-stringify-position": "^4.0.0"
  5844. },
  5845. "funding": {
  5846. "type": "opencollective",
  5847. "url": "https://opencollective.com/unified"
  5848. }
  5849. },
  5850. "node_modules/mdast-util-gfm": {
  5851. "version": "3.1.0",
  5852. "resolved": "https://registry.npmmirror.com/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz",
  5853. "integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==",
  5854. "license": "MIT",
  5855. "dependencies": {
  5856. "mdast-util-from-markdown": "^2.0.0",
  5857. "mdast-util-gfm-autolink-literal": "^2.0.0",
  5858. "mdast-util-gfm-footnote": "^2.0.0",
  5859. "mdast-util-gfm-strikethrough": "^2.0.0",
  5860. "mdast-util-gfm-table": "^2.0.0",
  5861. "mdast-util-gfm-task-list-item": "^2.0.0",
  5862. "mdast-util-to-markdown": "^2.0.0"
  5863. },
  5864. "funding": {
  5865. "type": "opencollective",
  5866. "url": "https://opencollective.com/unified"
  5867. }
  5868. },
  5869. "node_modules/mdast-util-gfm-autolink-literal": {
  5870. "version": "2.0.1",
  5871. "resolved": "https://registry.npmmirror.com/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz",
  5872. "integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==",
  5873. "license": "MIT",
  5874. "dependencies": {
  5875. "@types/mdast": "^4.0.0",
  5876. "ccount": "^2.0.0",
  5877. "devlop": "^1.0.0",
  5878. "mdast-util-find-and-replace": "^3.0.0",
  5879. "micromark-util-character": "^2.0.0"
  5880. },
  5881. "funding": {
  5882. "type": "opencollective",
  5883. "url": "https://opencollective.com/unified"
  5884. }
  5885. },
  5886. "node_modules/mdast-util-gfm-footnote": {
  5887. "version": "2.1.0",
  5888. "resolved": "https://registry.npmmirror.com/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz",
  5889. "integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==",
  5890. "license": "MIT",
  5891. "dependencies": {
  5892. "@types/mdast": "^4.0.0",
  5893. "devlop": "^1.1.0",
  5894. "mdast-util-from-markdown": "^2.0.0",
  5895. "mdast-util-to-markdown": "^2.0.0",
  5896. "micromark-util-normalize-identifier": "^2.0.0"
  5897. },
  5898. "funding": {
  5899. "type": "opencollective",
  5900. "url": "https://opencollective.com/unified"
  5901. }
  5902. },
  5903. "node_modules/mdast-util-gfm-strikethrough": {
  5904. "version": "2.0.0",
  5905. "resolved": "https://registry.npmmirror.com/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz",
  5906. "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==",
  5907. "license": "MIT",
  5908. "dependencies": {
  5909. "@types/mdast": "^4.0.0",
  5910. "mdast-util-from-markdown": "^2.0.0",
  5911. "mdast-util-to-markdown": "^2.0.0"
  5912. },
  5913. "funding": {
  5914. "type": "opencollective",
  5915. "url": "https://opencollective.com/unified"
  5916. }
  5917. },
  5918. "node_modules/mdast-util-gfm-table": {
  5919. "version": "2.0.0",
  5920. "resolved": "https://registry.npmmirror.com/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz",
  5921. "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==",
  5922. "license": "MIT",
  5923. "dependencies": {
  5924. "@types/mdast": "^4.0.0",
  5925. "devlop": "^1.0.0",
  5926. "markdown-table": "^3.0.0",
  5927. "mdast-util-from-markdown": "^2.0.0",
  5928. "mdast-util-to-markdown": "^2.0.0"
  5929. },
  5930. "funding": {
  5931. "type": "opencollective",
  5932. "url": "https://opencollective.com/unified"
  5933. }
  5934. },
  5935. "node_modules/mdast-util-gfm-task-list-item": {
  5936. "version": "2.0.0",
  5937. "resolved": "https://registry.npmmirror.com/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz",
  5938. "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==",
  5939. "license": "MIT",
  5940. "dependencies": {
  5941. "@types/mdast": "^4.0.0",
  5942. "devlop": "^1.0.0",
  5943. "mdast-util-from-markdown": "^2.0.0",
  5944. "mdast-util-to-markdown": "^2.0.0"
  5945. },
  5946. "funding": {
  5947. "type": "opencollective",
  5948. "url": "https://opencollective.com/unified"
  5949. }
  5950. },
  5951. "node_modules/mdast-util-mdx": {
  5952. "version": "3.0.0",
  5953. "resolved": "https://registry.npmmirror.com/mdast-util-mdx/-/mdast-util-mdx-3.0.0.tgz",
  5954. "integrity": "sha512-JfbYLAW7XnYTTbUsmpu0kdBUVe+yKVJZBItEjwyYJiDJuZ9w4eeaqks4HQO+R7objWgS2ymV60GYpI14Ug554w==",
  5955. "license": "MIT",
  5956. "dependencies": {
  5957. "mdast-util-from-markdown": "^2.0.0",
  5958. "mdast-util-mdx-expression": "^2.0.0",
  5959. "mdast-util-mdx-jsx": "^3.0.0",
  5960. "mdast-util-mdxjs-esm": "^2.0.0",
  5961. "mdast-util-to-markdown": "^2.0.0"
  5962. },
  5963. "funding": {
  5964. "type": "opencollective",
  5965. "url": "https://opencollective.com/unified"
  5966. }
  5967. },
  5968. "node_modules/mdast-util-mdx-expression": {
  5969. "version": "2.0.1",
  5970. "resolved": "https://registry.npmmirror.com/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz",
  5971. "integrity": "sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==",
  5972. "license": "MIT",
  5973. "dependencies": {
  5974. "@types/estree-jsx": "^1.0.0",
  5975. "@types/hast": "^3.0.0",
  5976. "@types/mdast": "^4.0.0",
  5977. "devlop": "^1.0.0",
  5978. "mdast-util-from-markdown": "^2.0.0",
  5979. "mdast-util-to-markdown": "^2.0.0"
  5980. },
  5981. "funding": {
  5982. "type": "opencollective",
  5983. "url": "https://opencollective.com/unified"
  5984. }
  5985. },
  5986. "node_modules/mdast-util-mdx-jsx": {
  5987. "version": "3.2.0",
  5988. "resolved": "https://registry.npmmirror.com/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.2.0.tgz",
  5989. "integrity": "sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==",
  5990. "license": "MIT",
  5991. "dependencies": {
  5992. "@types/estree-jsx": "^1.0.0",
  5993. "@types/hast": "^3.0.0",
  5994. "@types/mdast": "^4.0.0",
  5995. "@types/unist": "^3.0.0",
  5996. "ccount": "^2.0.0",
  5997. "devlop": "^1.1.0",
  5998. "mdast-util-from-markdown": "^2.0.0",
  5999. "mdast-util-to-markdown": "^2.0.0",
  6000. "parse-entities": "^4.0.0",
  6001. "stringify-entities": "^4.0.0",
  6002. "unist-util-stringify-position": "^4.0.0",
  6003. "vfile-message": "^4.0.0"
  6004. },
  6005. "funding": {
  6006. "type": "opencollective",
  6007. "url": "https://opencollective.com/unified"
  6008. }
  6009. },
  6010. "node_modules/mdast-util-mdxjs-esm": {
  6011. "version": "2.0.1",
  6012. "resolved": "https://registry.npmmirror.com/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz",
  6013. "integrity": "sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==",
  6014. "license": "MIT",
  6015. "dependencies": {
  6016. "@types/estree-jsx": "^1.0.0",
  6017. "@types/hast": "^3.0.0",
  6018. "@types/mdast": "^4.0.0",
  6019. "devlop": "^1.0.0",
  6020. "mdast-util-from-markdown": "^2.0.0",
  6021. "mdast-util-to-markdown": "^2.0.0"
  6022. },
  6023. "funding": {
  6024. "type": "opencollective",
  6025. "url": "https://opencollective.com/unified"
  6026. }
  6027. },
  6028. "node_modules/mdast-util-phrasing": {
  6029. "version": "4.1.0",
  6030. "resolved": "https://registry.npmmirror.com/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz",
  6031. "integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",
  6032. "license": "MIT",
  6033. "dependencies": {
  6034. "@types/mdast": "^4.0.0",
  6035. "unist-util-is": "^6.0.0"
  6036. },
  6037. "funding": {
  6038. "type": "opencollective",
  6039. "url": "https://opencollective.com/unified"
  6040. }
  6041. },
  6042. "node_modules/mdast-util-to-hast": {
  6043. "version": "13.2.1",
  6044. "resolved": "https://registry.npmmirror.com/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz",
  6045. "integrity": "sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==",
  6046. "license": "MIT",
  6047. "dependencies": {
  6048. "@types/hast": "^3.0.0",
  6049. "@types/mdast": "^4.0.0",
  6050. "@ungap/structured-clone": "^1.0.0",
  6051. "devlop": "^1.0.0",
  6052. "micromark-util-sanitize-uri": "^2.0.0",
  6053. "trim-lines": "^3.0.0",
  6054. "unist-util-position": "^5.0.0",
  6055. "unist-util-visit": "^5.0.0",
  6056. "vfile": "^6.0.0"
  6057. },
  6058. "funding": {
  6059. "type": "opencollective",
  6060. "url": "https://opencollective.com/unified"
  6061. }
  6062. },
  6063. "node_modules/mdast-util-to-markdown": {
  6064. "version": "2.1.2",
  6065. "resolved": "https://registry.npmmirror.com/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz",
  6066. "integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==",
  6067. "license": "MIT",
  6068. "dependencies": {
  6069. "@types/mdast": "^4.0.0",
  6070. "@types/unist": "^3.0.0",
  6071. "longest-streak": "^3.0.0",
  6072. "mdast-util-phrasing": "^4.0.0",
  6073. "mdast-util-to-string": "^4.0.0",
  6074. "micromark-util-classify-character": "^2.0.0",
  6075. "micromark-util-decode-string": "^2.0.0",
  6076. "unist-util-visit": "^5.0.0",
  6077. "zwitch": "^2.0.0"
  6078. },
  6079. "funding": {
  6080. "type": "opencollective",
  6081. "url": "https://opencollective.com/unified"
  6082. }
  6083. },
  6084. "node_modules/mdast-util-to-string": {
  6085. "version": "4.0.0",
  6086. "resolved": "https://registry.npmmirror.com/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz",
  6087. "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==",
  6088. "license": "MIT",
  6089. "dependencies": {
  6090. "@types/mdast": "^4.0.0"
  6091. },
  6092. "funding": {
  6093. "type": "opencollective",
  6094. "url": "https://opencollective.com/unified"
  6095. }
  6096. },
  6097. "node_modules/mdurl": {
  6098. "version": "2.0.0",
  6099. "resolved": "https://registry.npmmirror.com/mdurl/-/mdurl-2.0.0.tgz",
  6100. "integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==",
  6101. "license": "MIT"
  6102. },
  6103. "node_modules/memoize-one": {
  6104. "version": "5.2.1",
  6105. "resolved": "https://registry.npmmirror.com/memoize-one/-/memoize-one-5.2.1.tgz",
  6106. "integrity": "sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q==",
  6107. "license": "MIT"
  6108. },
  6109. "node_modules/merge2": {
  6110. "version": "1.4.1",
  6111. "resolved": "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz",
  6112. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  6113. "dev": true,
  6114. "license": "MIT",
  6115. "engines": {
  6116. "node": ">= 8"
  6117. }
  6118. },
  6119. "node_modules/micromark": {
  6120. "version": "4.0.2",
  6121. "resolved": "https://registry.npmmirror.com/micromark/-/micromark-4.0.2.tgz",
  6122. "integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==",
  6123. "funding": [
  6124. {
  6125. "type": "GitHub Sponsors",
  6126. "url": "https://github.com/sponsors/unifiedjs"
  6127. },
  6128. {
  6129. "type": "OpenCollective",
  6130. "url": "https://opencollective.com/unified"
  6131. }
  6132. ],
  6133. "license": "MIT",
  6134. "dependencies": {
  6135. "@types/debug": "^4.0.0",
  6136. "debug": "^4.0.0",
  6137. "decode-named-character-reference": "^1.0.0",
  6138. "devlop": "^1.0.0",
  6139. "micromark-core-commonmark": "^2.0.0",
  6140. "micromark-factory-space": "^2.0.0",
  6141. "micromark-util-character": "^2.0.0",
  6142. "micromark-util-chunked": "^2.0.0",
  6143. "micromark-util-combine-extensions": "^2.0.0",
  6144. "micromark-util-decode-numeric-character-reference": "^2.0.0",
  6145. "micromark-util-encode": "^2.0.0",
  6146. "micromark-util-normalize-identifier": "^2.0.0",
  6147. "micromark-util-resolve-all": "^2.0.0",
  6148. "micromark-util-sanitize-uri": "^2.0.0",
  6149. "micromark-util-subtokenize": "^2.0.0",
  6150. "micromark-util-symbol": "^2.0.0",
  6151. "micromark-util-types": "^2.0.0"
  6152. }
  6153. },
  6154. "node_modules/micromark-core-commonmark": {
  6155. "version": "2.0.3",
  6156. "resolved": "https://registry.npmmirror.com/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz",
  6157. "integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==",
  6158. "funding": [
  6159. {
  6160. "type": "GitHub Sponsors",
  6161. "url": "https://github.com/sponsors/unifiedjs"
  6162. },
  6163. {
  6164. "type": "OpenCollective",
  6165. "url": "https://opencollective.com/unified"
  6166. }
  6167. ],
  6168. "license": "MIT",
  6169. "dependencies": {
  6170. "decode-named-character-reference": "^1.0.0",
  6171. "devlop": "^1.0.0",
  6172. "micromark-factory-destination": "^2.0.0",
  6173. "micromark-factory-label": "^2.0.0",
  6174. "micromark-factory-space": "^2.0.0",
  6175. "micromark-factory-title": "^2.0.0",
  6176. "micromark-factory-whitespace": "^2.0.0",
  6177. "micromark-util-character": "^2.0.0",
  6178. "micromark-util-chunked": "^2.0.0",
  6179. "micromark-util-classify-character": "^2.0.0",
  6180. "micromark-util-html-tag-name": "^2.0.0",
  6181. "micromark-util-normalize-identifier": "^2.0.0",
  6182. "micromark-util-resolve-all": "^2.0.0",
  6183. "micromark-util-subtokenize": "^2.0.0",
  6184. "micromark-util-symbol": "^2.0.0",
  6185. "micromark-util-types": "^2.0.0"
  6186. }
  6187. },
  6188. "node_modules/micromark-extension-gfm": {
  6189. "version": "3.0.0",
  6190. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz",
  6191. "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==",
  6192. "license": "MIT",
  6193. "dependencies": {
  6194. "micromark-extension-gfm-autolink-literal": "^2.0.0",
  6195. "micromark-extension-gfm-footnote": "^2.0.0",
  6196. "micromark-extension-gfm-strikethrough": "^2.0.0",
  6197. "micromark-extension-gfm-table": "^2.0.0",
  6198. "micromark-extension-gfm-tagfilter": "^2.0.0",
  6199. "micromark-extension-gfm-task-list-item": "^2.0.0",
  6200. "micromark-util-combine-extensions": "^2.0.0",
  6201. "micromark-util-types": "^2.0.0"
  6202. },
  6203. "funding": {
  6204. "type": "opencollective",
  6205. "url": "https://opencollective.com/unified"
  6206. }
  6207. },
  6208. "node_modules/micromark-extension-gfm-autolink-literal": {
  6209. "version": "2.1.0",
  6210. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz",
  6211. "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==",
  6212. "license": "MIT",
  6213. "dependencies": {
  6214. "micromark-util-character": "^2.0.0",
  6215. "micromark-util-sanitize-uri": "^2.0.0",
  6216. "micromark-util-symbol": "^2.0.0",
  6217. "micromark-util-types": "^2.0.0"
  6218. },
  6219. "funding": {
  6220. "type": "opencollective",
  6221. "url": "https://opencollective.com/unified"
  6222. }
  6223. },
  6224. "node_modules/micromark-extension-gfm-footnote": {
  6225. "version": "2.1.0",
  6226. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz",
  6227. "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==",
  6228. "license": "MIT",
  6229. "dependencies": {
  6230. "devlop": "^1.0.0",
  6231. "micromark-core-commonmark": "^2.0.0",
  6232. "micromark-factory-space": "^2.0.0",
  6233. "micromark-util-character": "^2.0.0",
  6234. "micromark-util-normalize-identifier": "^2.0.0",
  6235. "micromark-util-sanitize-uri": "^2.0.0",
  6236. "micromark-util-symbol": "^2.0.0",
  6237. "micromark-util-types": "^2.0.0"
  6238. },
  6239. "funding": {
  6240. "type": "opencollective",
  6241. "url": "https://opencollective.com/unified"
  6242. }
  6243. },
  6244. "node_modules/micromark-extension-gfm-strikethrough": {
  6245. "version": "2.1.0",
  6246. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz",
  6247. "integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==",
  6248. "license": "MIT",
  6249. "dependencies": {
  6250. "devlop": "^1.0.0",
  6251. "micromark-util-chunked": "^2.0.0",
  6252. "micromark-util-classify-character": "^2.0.0",
  6253. "micromark-util-resolve-all": "^2.0.0",
  6254. "micromark-util-symbol": "^2.0.0",
  6255. "micromark-util-types": "^2.0.0"
  6256. },
  6257. "funding": {
  6258. "type": "opencollective",
  6259. "url": "https://opencollective.com/unified"
  6260. }
  6261. },
  6262. "node_modules/micromark-extension-gfm-table": {
  6263. "version": "2.1.1",
  6264. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz",
  6265. "integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==",
  6266. "license": "MIT",
  6267. "dependencies": {
  6268. "devlop": "^1.0.0",
  6269. "micromark-factory-space": "^2.0.0",
  6270. "micromark-util-character": "^2.0.0",
  6271. "micromark-util-symbol": "^2.0.0",
  6272. "micromark-util-types": "^2.0.0"
  6273. },
  6274. "funding": {
  6275. "type": "opencollective",
  6276. "url": "https://opencollective.com/unified"
  6277. }
  6278. },
  6279. "node_modules/micromark-extension-gfm-tagfilter": {
  6280. "version": "2.0.0",
  6281. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz",
  6282. "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==",
  6283. "license": "MIT",
  6284. "dependencies": {
  6285. "micromark-util-types": "^2.0.0"
  6286. },
  6287. "funding": {
  6288. "type": "opencollective",
  6289. "url": "https://opencollective.com/unified"
  6290. }
  6291. },
  6292. "node_modules/micromark-extension-gfm-task-list-item": {
  6293. "version": "2.1.0",
  6294. "resolved": "https://registry.npmmirror.com/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz",
  6295. "integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==",
  6296. "license": "MIT",
  6297. "dependencies": {
  6298. "devlop": "^1.0.0",
  6299. "micromark-factory-space": "^2.0.0",
  6300. "micromark-util-character": "^2.0.0",
  6301. "micromark-util-symbol": "^2.0.0",
  6302. "micromark-util-types": "^2.0.0"
  6303. },
  6304. "funding": {
  6305. "type": "opencollective",
  6306. "url": "https://opencollective.com/unified"
  6307. }
  6308. },
  6309. "node_modules/micromark-extension-mdx-expression": {
  6310. "version": "3.0.1",
  6311. "resolved": "https://registry.npmmirror.com/micromark-extension-mdx-expression/-/micromark-extension-mdx-expression-3.0.1.tgz",
  6312. "integrity": "sha512-dD/ADLJ1AeMvSAKBwO22zG22N4ybhe7kFIZ3LsDI0GlsNr2A3KYxb0LdC1u5rj4Nw+CHKY0RVdnHX8vj8ejm4Q==",
  6313. "funding": [
  6314. {
  6315. "type": "GitHub Sponsors",
  6316. "url": "https://github.com/sponsors/unifiedjs"
  6317. },
  6318. {
  6319. "type": "OpenCollective",
  6320. "url": "https://opencollective.com/unified"
  6321. }
  6322. ],
  6323. "license": "MIT",
  6324. "dependencies": {
  6325. "@types/estree": "^1.0.0",
  6326. "devlop": "^1.0.0",
  6327. "micromark-factory-mdx-expression": "^2.0.0",
  6328. "micromark-factory-space": "^2.0.0",
  6329. "micromark-util-character": "^2.0.0",
  6330. "micromark-util-events-to-acorn": "^2.0.0",
  6331. "micromark-util-symbol": "^2.0.0",
  6332. "micromark-util-types": "^2.0.0"
  6333. }
  6334. },
  6335. "node_modules/micromark-extension-mdx-jsx": {
  6336. "version": "3.0.2",
  6337. "resolved": "https://registry.npmmirror.com/micromark-extension-mdx-jsx/-/micromark-extension-mdx-jsx-3.0.2.tgz",
  6338. "integrity": "sha512-e5+q1DjMh62LZAJOnDraSSbDMvGJ8x3cbjygy2qFEi7HCeUT4BDKCvMozPozcD6WmOt6sVvYDNBKhFSz3kjOVQ==",
  6339. "license": "MIT",
  6340. "dependencies": {
  6341. "@types/estree": "^1.0.0",
  6342. "devlop": "^1.0.0",
  6343. "estree-util-is-identifier-name": "^3.0.0",
  6344. "micromark-factory-mdx-expression": "^2.0.0",
  6345. "micromark-factory-space": "^2.0.0",
  6346. "micromark-util-character": "^2.0.0",
  6347. "micromark-util-events-to-acorn": "^2.0.0",
  6348. "micromark-util-symbol": "^2.0.0",
  6349. "micromark-util-types": "^2.0.0",
  6350. "vfile-message": "^4.0.0"
  6351. },
  6352. "funding": {
  6353. "type": "opencollective",
  6354. "url": "https://opencollective.com/unified"
  6355. }
  6356. },
  6357. "node_modules/micromark-extension-mdx-md": {
  6358. "version": "2.0.0",
  6359. "resolved": "https://registry.npmmirror.com/micromark-extension-mdx-md/-/micromark-extension-mdx-md-2.0.0.tgz",
  6360. "integrity": "sha512-EpAiszsB3blw4Rpba7xTOUptcFeBFi+6PY8VnJ2hhimH+vCQDirWgsMpz7w1XcZE7LVrSAUGb9VJpG9ghlYvYQ==",
  6361. "license": "MIT",
  6362. "dependencies": {
  6363. "micromark-util-types": "^2.0.0"
  6364. },
  6365. "funding": {
  6366. "type": "opencollective",
  6367. "url": "https://opencollective.com/unified"
  6368. }
  6369. },
  6370. "node_modules/micromark-extension-mdxjs": {
  6371. "version": "3.0.0",
  6372. "resolved": "https://registry.npmmirror.com/micromark-extension-mdxjs/-/micromark-extension-mdxjs-3.0.0.tgz",
  6373. "integrity": "sha512-A873fJfhnJ2siZyUrJ31l34Uqwy4xIFmvPY1oj+Ean5PHcPBYzEsvqvWGaWcfEIr11O5Dlw3p2y0tZWpKHDejQ==",
  6374. "license": "MIT",
  6375. "dependencies": {
  6376. "acorn": "^8.0.0",
  6377. "acorn-jsx": "^5.0.0",
  6378. "micromark-extension-mdx-expression": "^3.0.0",
  6379. "micromark-extension-mdx-jsx": "^3.0.0",
  6380. "micromark-extension-mdx-md": "^2.0.0",
  6381. "micromark-extension-mdxjs-esm": "^3.0.0",
  6382. "micromark-util-combine-extensions": "^2.0.0",
  6383. "micromark-util-types": "^2.0.0"
  6384. },
  6385. "funding": {
  6386. "type": "opencollective",
  6387. "url": "https://opencollective.com/unified"
  6388. }
  6389. },
  6390. "node_modules/micromark-extension-mdxjs-esm": {
  6391. "version": "3.0.0",
  6392. "resolved": "https://registry.npmmirror.com/micromark-extension-mdxjs-esm/-/micromark-extension-mdxjs-esm-3.0.0.tgz",
  6393. "integrity": "sha512-DJFl4ZqkErRpq/dAPyeWp15tGrcrrJho1hKK5uBS70BCtfrIFg81sqcTVu3Ta+KD1Tk5vAtBNElWxtAa+m8K9A==",
  6394. "license": "MIT",
  6395. "dependencies": {
  6396. "@types/estree": "^1.0.0",
  6397. "devlop": "^1.0.0",
  6398. "micromark-core-commonmark": "^2.0.0",
  6399. "micromark-util-character": "^2.0.0",
  6400. "micromark-util-events-to-acorn": "^2.0.0",
  6401. "micromark-util-symbol": "^2.0.0",
  6402. "micromark-util-types": "^2.0.0",
  6403. "unist-util-position-from-estree": "^2.0.0",
  6404. "vfile-message": "^4.0.0"
  6405. },
  6406. "funding": {
  6407. "type": "opencollective",
  6408. "url": "https://opencollective.com/unified"
  6409. }
  6410. },
  6411. "node_modules/micromark-factory-destination": {
  6412. "version": "2.0.1",
  6413. "resolved": "https://registry.npmmirror.com/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz",
  6414. "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==",
  6415. "funding": [
  6416. {
  6417. "type": "GitHub Sponsors",
  6418. "url": "https://github.com/sponsors/unifiedjs"
  6419. },
  6420. {
  6421. "type": "OpenCollective",
  6422. "url": "https://opencollective.com/unified"
  6423. }
  6424. ],
  6425. "license": "MIT",
  6426. "dependencies": {
  6427. "micromark-util-character": "^2.0.0",
  6428. "micromark-util-symbol": "^2.0.0",
  6429. "micromark-util-types": "^2.0.0"
  6430. }
  6431. },
  6432. "node_modules/micromark-factory-label": {
  6433. "version": "2.0.1",
  6434. "resolved": "https://registry.npmmirror.com/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz",
  6435. "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==",
  6436. "funding": [
  6437. {
  6438. "type": "GitHub Sponsors",
  6439. "url": "https://github.com/sponsors/unifiedjs"
  6440. },
  6441. {
  6442. "type": "OpenCollective",
  6443. "url": "https://opencollective.com/unified"
  6444. }
  6445. ],
  6446. "license": "MIT",
  6447. "dependencies": {
  6448. "devlop": "^1.0.0",
  6449. "micromark-util-character": "^2.0.0",
  6450. "micromark-util-symbol": "^2.0.0",
  6451. "micromark-util-types": "^2.0.0"
  6452. }
  6453. },
  6454. "node_modules/micromark-factory-mdx-expression": {
  6455. "version": "2.0.3",
  6456. "resolved": "https://registry.npmmirror.com/micromark-factory-mdx-expression/-/micromark-factory-mdx-expression-2.0.3.tgz",
  6457. "integrity": "sha512-kQnEtA3vzucU2BkrIa8/VaSAsP+EJ3CKOvhMuJgOEGg9KDC6OAY6nSnNDVRiVNRqj7Y4SlSzcStaH/5jge8JdQ==",
  6458. "funding": [
  6459. {
  6460. "type": "GitHub Sponsors",
  6461. "url": "https://github.com/sponsors/unifiedjs"
  6462. },
  6463. {
  6464. "type": "OpenCollective",
  6465. "url": "https://opencollective.com/unified"
  6466. }
  6467. ],
  6468. "license": "MIT",
  6469. "dependencies": {
  6470. "@types/estree": "^1.0.0",
  6471. "devlop": "^1.0.0",
  6472. "micromark-factory-space": "^2.0.0",
  6473. "micromark-util-character": "^2.0.0",
  6474. "micromark-util-events-to-acorn": "^2.0.0",
  6475. "micromark-util-symbol": "^2.0.0",
  6476. "micromark-util-types": "^2.0.0",
  6477. "unist-util-position-from-estree": "^2.0.0",
  6478. "vfile-message": "^4.0.0"
  6479. }
  6480. },
  6481. "node_modules/micromark-factory-space": {
  6482. "version": "2.0.1",
  6483. "resolved": "https://registry.npmmirror.com/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz",
  6484. "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==",
  6485. "funding": [
  6486. {
  6487. "type": "GitHub Sponsors",
  6488. "url": "https://github.com/sponsors/unifiedjs"
  6489. },
  6490. {
  6491. "type": "OpenCollective",
  6492. "url": "https://opencollective.com/unified"
  6493. }
  6494. ],
  6495. "license": "MIT",
  6496. "dependencies": {
  6497. "micromark-util-character": "^2.0.0",
  6498. "micromark-util-types": "^2.0.0"
  6499. }
  6500. },
  6501. "node_modules/micromark-factory-title": {
  6502. "version": "2.0.1",
  6503. "resolved": "https://registry.npmmirror.com/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz",
  6504. "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==",
  6505. "funding": [
  6506. {
  6507. "type": "GitHub Sponsors",
  6508. "url": "https://github.com/sponsors/unifiedjs"
  6509. },
  6510. {
  6511. "type": "OpenCollective",
  6512. "url": "https://opencollective.com/unified"
  6513. }
  6514. ],
  6515. "license": "MIT",
  6516. "dependencies": {
  6517. "micromark-factory-space": "^2.0.0",
  6518. "micromark-util-character": "^2.0.0",
  6519. "micromark-util-symbol": "^2.0.0",
  6520. "micromark-util-types": "^2.0.0"
  6521. }
  6522. },
  6523. "node_modules/micromark-factory-whitespace": {
  6524. "version": "2.0.1",
  6525. "resolved": "https://registry.npmmirror.com/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz",
  6526. "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==",
  6527. "funding": [
  6528. {
  6529. "type": "GitHub Sponsors",
  6530. "url": "https://github.com/sponsors/unifiedjs"
  6531. },
  6532. {
  6533. "type": "OpenCollective",
  6534. "url": "https://opencollective.com/unified"
  6535. }
  6536. ],
  6537. "license": "MIT",
  6538. "dependencies": {
  6539. "micromark-factory-space": "^2.0.0",
  6540. "micromark-util-character": "^2.0.0",
  6541. "micromark-util-symbol": "^2.0.0",
  6542. "micromark-util-types": "^2.0.0"
  6543. }
  6544. },
  6545. "node_modules/micromark-util-character": {
  6546. "version": "2.1.1",
  6547. "resolved": "https://registry.npmmirror.com/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
  6548. "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
  6549. "funding": [
  6550. {
  6551. "type": "GitHub Sponsors",
  6552. "url": "https://github.com/sponsors/unifiedjs"
  6553. },
  6554. {
  6555. "type": "OpenCollective",
  6556. "url": "https://opencollective.com/unified"
  6557. }
  6558. ],
  6559. "license": "MIT",
  6560. "dependencies": {
  6561. "micromark-util-symbol": "^2.0.0",
  6562. "micromark-util-types": "^2.0.0"
  6563. }
  6564. },
  6565. "node_modules/micromark-util-chunked": {
  6566. "version": "2.0.1",
  6567. "resolved": "https://registry.npmmirror.com/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz",
  6568. "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==",
  6569. "funding": [
  6570. {
  6571. "type": "GitHub Sponsors",
  6572. "url": "https://github.com/sponsors/unifiedjs"
  6573. },
  6574. {
  6575. "type": "OpenCollective",
  6576. "url": "https://opencollective.com/unified"
  6577. }
  6578. ],
  6579. "license": "MIT",
  6580. "dependencies": {
  6581. "micromark-util-symbol": "^2.0.0"
  6582. }
  6583. },
  6584. "node_modules/micromark-util-classify-character": {
  6585. "version": "2.0.1",
  6586. "resolved": "https://registry.npmmirror.com/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
  6587. "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
  6588. "funding": [
  6589. {
  6590. "type": "GitHub Sponsors",
  6591. "url": "https://github.com/sponsors/unifiedjs"
  6592. },
  6593. {
  6594. "type": "OpenCollective",
  6595. "url": "https://opencollective.com/unified"
  6596. }
  6597. ],
  6598. "license": "MIT",
  6599. "dependencies": {
  6600. "micromark-util-character": "^2.0.0",
  6601. "micromark-util-symbol": "^2.0.0",
  6602. "micromark-util-types": "^2.0.0"
  6603. }
  6604. },
  6605. "node_modules/micromark-util-combine-extensions": {
  6606. "version": "2.0.1",
  6607. "resolved": "https://registry.npmmirror.com/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz",
  6608. "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==",
  6609. "funding": [
  6610. {
  6611. "type": "GitHub Sponsors",
  6612. "url": "https://github.com/sponsors/unifiedjs"
  6613. },
  6614. {
  6615. "type": "OpenCollective",
  6616. "url": "https://opencollective.com/unified"
  6617. }
  6618. ],
  6619. "license": "MIT",
  6620. "dependencies": {
  6621. "micromark-util-chunked": "^2.0.0",
  6622. "micromark-util-types": "^2.0.0"
  6623. }
  6624. },
  6625. "node_modules/micromark-util-decode-numeric-character-reference": {
  6626. "version": "2.0.2",
  6627. "resolved": "https://registry.npmmirror.com/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",
  6628. "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",
  6629. "funding": [
  6630. {
  6631. "type": "GitHub Sponsors",
  6632. "url": "https://github.com/sponsors/unifiedjs"
  6633. },
  6634. {
  6635. "type": "OpenCollective",
  6636. "url": "https://opencollective.com/unified"
  6637. }
  6638. ],
  6639. "license": "MIT",
  6640. "dependencies": {
  6641. "micromark-util-symbol": "^2.0.0"
  6642. }
  6643. },
  6644. "node_modules/micromark-util-decode-string": {
  6645. "version": "2.0.1",
  6646. "resolved": "https://registry.npmmirror.com/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz",
  6647. "integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==",
  6648. "funding": [
  6649. {
  6650. "type": "GitHub Sponsors",
  6651. "url": "https://github.com/sponsors/unifiedjs"
  6652. },
  6653. {
  6654. "type": "OpenCollective",
  6655. "url": "https://opencollective.com/unified"
  6656. }
  6657. ],
  6658. "license": "MIT",
  6659. "dependencies": {
  6660. "decode-named-character-reference": "^1.0.0",
  6661. "micromark-util-character": "^2.0.0",
  6662. "micromark-util-decode-numeric-character-reference": "^2.0.0",
  6663. "micromark-util-symbol": "^2.0.0"
  6664. }
  6665. },
  6666. "node_modules/micromark-util-encode": {
  6667. "version": "2.0.1",
  6668. "resolved": "https://registry.npmmirror.com/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
  6669. "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
  6670. "funding": [
  6671. {
  6672. "type": "GitHub Sponsors",
  6673. "url": "https://github.com/sponsors/unifiedjs"
  6674. },
  6675. {
  6676. "type": "OpenCollective",
  6677. "url": "https://opencollective.com/unified"
  6678. }
  6679. ],
  6680. "license": "MIT"
  6681. },
  6682. "node_modules/micromark-util-events-to-acorn": {
  6683. "version": "2.0.3",
  6684. "resolved": "https://registry.npmmirror.com/micromark-util-events-to-acorn/-/micromark-util-events-to-acorn-2.0.3.tgz",
  6685. "integrity": "sha512-jmsiEIiZ1n7X1Rr5k8wVExBQCg5jy4UXVADItHmNk1zkwEVhBuIUKRu3fqv+hs4nxLISi2DQGlqIOGiFxgbfHg==",
  6686. "funding": [
  6687. {
  6688. "type": "GitHub Sponsors",
  6689. "url": "https://github.com/sponsors/unifiedjs"
  6690. },
  6691. {
  6692. "type": "OpenCollective",
  6693. "url": "https://opencollective.com/unified"
  6694. }
  6695. ],
  6696. "license": "MIT",
  6697. "dependencies": {
  6698. "@types/estree": "^1.0.0",
  6699. "@types/unist": "^3.0.0",
  6700. "devlop": "^1.0.0",
  6701. "estree-util-visit": "^2.0.0",
  6702. "micromark-util-symbol": "^2.0.0",
  6703. "micromark-util-types": "^2.0.0",
  6704. "vfile-message": "^4.0.0"
  6705. }
  6706. },
  6707. "node_modules/micromark-util-html-tag-name": {
  6708. "version": "2.0.1",
  6709. "resolved": "https://registry.npmmirror.com/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz",
  6710. "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==",
  6711. "funding": [
  6712. {
  6713. "type": "GitHub Sponsors",
  6714. "url": "https://github.com/sponsors/unifiedjs"
  6715. },
  6716. {
  6717. "type": "OpenCollective",
  6718. "url": "https://opencollective.com/unified"
  6719. }
  6720. ],
  6721. "license": "MIT"
  6722. },
  6723. "node_modules/micromark-util-normalize-identifier": {
  6724. "version": "2.0.1",
  6725. "resolved": "https://registry.npmmirror.com/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz",
  6726. "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==",
  6727. "funding": [
  6728. {
  6729. "type": "GitHub Sponsors",
  6730. "url": "https://github.com/sponsors/unifiedjs"
  6731. },
  6732. {
  6733. "type": "OpenCollective",
  6734. "url": "https://opencollective.com/unified"
  6735. }
  6736. ],
  6737. "license": "MIT",
  6738. "dependencies": {
  6739. "micromark-util-symbol": "^2.0.0"
  6740. }
  6741. },
  6742. "node_modules/micromark-util-resolve-all": {
  6743. "version": "2.0.1",
  6744. "resolved": "https://registry.npmmirror.com/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz",
  6745. "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==",
  6746. "funding": [
  6747. {
  6748. "type": "GitHub Sponsors",
  6749. "url": "https://github.com/sponsors/unifiedjs"
  6750. },
  6751. {
  6752. "type": "OpenCollective",
  6753. "url": "https://opencollective.com/unified"
  6754. }
  6755. ],
  6756. "license": "MIT",
  6757. "dependencies": {
  6758. "micromark-util-types": "^2.0.0"
  6759. }
  6760. },
  6761. "node_modules/micromark-util-sanitize-uri": {
  6762. "version": "2.0.1",
  6763. "resolved": "https://registry.npmmirror.com/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
  6764. "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
  6765. "funding": [
  6766. {
  6767. "type": "GitHub Sponsors",
  6768. "url": "https://github.com/sponsors/unifiedjs"
  6769. },
  6770. {
  6771. "type": "OpenCollective",
  6772. "url": "https://opencollective.com/unified"
  6773. }
  6774. ],
  6775. "license": "MIT",
  6776. "dependencies": {
  6777. "micromark-util-character": "^2.0.0",
  6778. "micromark-util-encode": "^2.0.0",
  6779. "micromark-util-symbol": "^2.0.0"
  6780. }
  6781. },
  6782. "node_modules/micromark-util-subtokenize": {
  6783. "version": "2.1.0",
  6784. "resolved": "https://registry.npmmirror.com/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz",
  6785. "integrity": "sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==",
  6786. "funding": [
  6787. {
  6788. "type": "GitHub Sponsors",
  6789. "url": "https://github.com/sponsors/unifiedjs"
  6790. },
  6791. {
  6792. "type": "OpenCollective",
  6793. "url": "https://opencollective.com/unified"
  6794. }
  6795. ],
  6796. "license": "MIT",
  6797. "dependencies": {
  6798. "devlop": "^1.0.0",
  6799. "micromark-util-chunked": "^2.0.0",
  6800. "micromark-util-symbol": "^2.0.0",
  6801. "micromark-util-types": "^2.0.0"
  6802. }
  6803. },
  6804. "node_modules/micromark-util-symbol": {
  6805. "version": "2.0.1",
  6806. "resolved": "https://registry.npmmirror.com/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
  6807. "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
  6808. "funding": [
  6809. {
  6810. "type": "GitHub Sponsors",
  6811. "url": "https://github.com/sponsors/unifiedjs"
  6812. },
  6813. {
  6814. "type": "OpenCollective",
  6815. "url": "https://opencollective.com/unified"
  6816. }
  6817. ],
  6818. "license": "MIT"
  6819. },
  6820. "node_modules/micromark-util-types": {
  6821. "version": "2.0.2",
  6822. "resolved": "https://registry.npmmirror.com/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
  6823. "integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
  6824. "funding": [
  6825. {
  6826. "type": "GitHub Sponsors",
  6827. "url": "https://github.com/sponsors/unifiedjs"
  6828. },
  6829. {
  6830. "type": "OpenCollective",
  6831. "url": "https://opencollective.com/unified"
  6832. }
  6833. ],
  6834. "license": "MIT"
  6835. },
  6836. "node_modules/micromatch": {
  6837. "version": "4.0.8",
  6838. "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz",
  6839. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  6840. "dev": true,
  6841. "license": "MIT",
  6842. "dependencies": {
  6843. "braces": "^3.0.3",
  6844. "picomatch": "^2.3.1"
  6845. },
  6846. "engines": {
  6847. "node": ">=8.6"
  6848. }
  6849. },
  6850. "node_modules/mime-db": {
  6851. "version": "1.52.0",
  6852. "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
  6853. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  6854. "license": "MIT",
  6855. "engines": {
  6856. "node": ">= 0.6"
  6857. }
  6858. },
  6859. "node_modules/mime-types": {
  6860. "version": "2.1.35",
  6861. "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
  6862. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  6863. "license": "MIT",
  6864. "dependencies": {
  6865. "mime-db": "1.52.0"
  6866. },
  6867. "engines": {
  6868. "node": ">= 0.6"
  6869. }
  6870. },
  6871. "node_modules/minimatch": {
  6872. "version": "9.0.3",
  6873. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.3.tgz",
  6874. "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
  6875. "dev": true,
  6876. "license": "ISC",
  6877. "dependencies": {
  6878. "brace-expansion": "^2.0.1"
  6879. },
  6880. "engines": {
  6881. "node": ">=16 || 14 >=14.17"
  6882. },
  6883. "funding": {
  6884. "url": "https://github.com/sponsors/isaacs"
  6885. }
  6886. },
  6887. "node_modules/ms": {
  6888. "version": "2.1.3",
  6889. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  6890. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  6891. "license": "MIT"
  6892. },
  6893. "node_modules/nanoid": {
  6894. "version": "3.3.11",
  6895. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz",
  6896. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  6897. "dev": true,
  6898. "funding": [
  6899. {
  6900. "type": "github",
  6901. "url": "https://github.com/sponsors/ai"
  6902. }
  6903. ],
  6904. "license": "MIT",
  6905. "bin": {
  6906. "nanoid": "bin/nanoid.cjs"
  6907. },
  6908. "engines": {
  6909. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  6910. }
  6911. },
  6912. "node_modules/natural-compare": {
  6913. "version": "1.4.0",
  6914. "resolved": "https://registry.npmmirror.com/natural-compare/-/natural-compare-1.4.0.tgz",
  6915. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  6916. "dev": true,
  6917. "license": "MIT"
  6918. },
  6919. "node_modules/node-releases": {
  6920. "version": "2.0.27",
  6921. "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.27.tgz",
  6922. "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
  6923. "dev": true,
  6924. "license": "MIT"
  6925. },
  6926. "node_modules/object-assign": {
  6927. "version": "4.1.1",
  6928. "resolved": "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz",
  6929. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  6930. "license": "MIT",
  6931. "engines": {
  6932. "node": ">=0.10.0"
  6933. }
  6934. },
  6935. "node_modules/once": {
  6936. "version": "1.4.0",
  6937. "resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz",
  6938. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  6939. "dev": true,
  6940. "license": "ISC",
  6941. "dependencies": {
  6942. "wrappy": "1"
  6943. }
  6944. },
  6945. "node_modules/optionator": {
  6946. "version": "0.9.4",
  6947. "resolved": "https://registry.npmmirror.com/optionator/-/optionator-0.9.4.tgz",
  6948. "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  6949. "dev": true,
  6950. "license": "MIT",
  6951. "dependencies": {
  6952. "deep-is": "^0.1.3",
  6953. "fast-levenshtein": "^2.0.6",
  6954. "levn": "^0.4.1",
  6955. "prelude-ls": "^1.2.1",
  6956. "type-check": "^0.4.0",
  6957. "word-wrap": "^1.2.5"
  6958. },
  6959. "engines": {
  6960. "node": ">= 0.8.0"
  6961. }
  6962. },
  6963. "node_modules/orderedmap": {
  6964. "version": "2.1.1",
  6965. "resolved": "https://registry.npmmirror.com/orderedmap/-/orderedmap-2.1.1.tgz",
  6966. "integrity": "sha512-TvAWxi0nDe1j/rtMcWcIj94+Ffe6n7zhow33h40SKxmsmozs6dz/e+EajymfoFcHd7sxNn8yHM8839uixMOV6g==",
  6967. "license": "MIT"
  6968. },
  6969. "node_modules/p-limit": {
  6970. "version": "3.1.0",
  6971. "resolved": "https://registry.npmmirror.com/p-limit/-/p-limit-3.1.0.tgz",
  6972. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  6973. "dev": true,
  6974. "license": "MIT",
  6975. "dependencies": {
  6976. "yocto-queue": "^0.1.0"
  6977. },
  6978. "engines": {
  6979. "node": ">=10"
  6980. },
  6981. "funding": {
  6982. "url": "https://github.com/sponsors/sindresorhus"
  6983. }
  6984. },
  6985. "node_modules/p-locate": {
  6986. "version": "5.0.0",
  6987. "resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-5.0.0.tgz",
  6988. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  6989. "dev": true,
  6990. "license": "MIT",
  6991. "dependencies": {
  6992. "p-limit": "^3.0.2"
  6993. },
  6994. "engines": {
  6995. "node": ">=10"
  6996. },
  6997. "funding": {
  6998. "url": "https://github.com/sponsors/sindresorhus"
  6999. }
  7000. },
  7001. "node_modules/parent-module": {
  7002. "version": "1.0.1",
  7003. "resolved": "https://registry.npmmirror.com/parent-module/-/parent-module-1.0.1.tgz",
  7004. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  7005. "dev": true,
  7006. "license": "MIT",
  7007. "dependencies": {
  7008. "callsites": "^3.0.0"
  7009. },
  7010. "engines": {
  7011. "node": ">=6"
  7012. }
  7013. },
  7014. "node_modules/parse-entities": {
  7015. "version": "4.0.2",
  7016. "resolved": "https://registry.npmmirror.com/parse-entities/-/parse-entities-4.0.2.tgz",
  7017. "integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==",
  7018. "license": "MIT",
  7019. "dependencies": {
  7020. "@types/unist": "^2.0.0",
  7021. "character-entities-legacy": "^3.0.0",
  7022. "character-reference-invalid": "^2.0.0",
  7023. "decode-named-character-reference": "^1.0.0",
  7024. "is-alphanumerical": "^2.0.0",
  7025. "is-decimal": "^2.0.0",
  7026. "is-hexadecimal": "^2.0.0"
  7027. },
  7028. "funding": {
  7029. "type": "github",
  7030. "url": "https://github.com/sponsors/wooorm"
  7031. }
  7032. },
  7033. "node_modules/parse-entities/node_modules/@types/unist": {
  7034. "version": "2.0.11",
  7035. "resolved": "https://registry.npmmirror.com/@types/unist/-/unist-2.0.11.tgz",
  7036. "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
  7037. "license": "MIT"
  7038. },
  7039. "node_modules/path-exists": {
  7040. "version": "4.0.0",
  7041. "resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz",
  7042. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  7043. "dev": true,
  7044. "license": "MIT",
  7045. "engines": {
  7046. "node": ">=8"
  7047. }
  7048. },
  7049. "node_modules/path-is-absolute": {
  7050. "version": "1.0.1",
  7051. "resolved": "https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  7052. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  7053. "dev": true,
  7054. "license": "MIT",
  7055. "engines": {
  7056. "node": ">=0.10.0"
  7057. }
  7058. },
  7059. "node_modules/path-key": {
  7060. "version": "3.1.1",
  7061. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz",
  7062. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  7063. "dev": true,
  7064. "license": "MIT",
  7065. "engines": {
  7066. "node": ">=8"
  7067. }
  7068. },
  7069. "node_modules/path-type": {
  7070. "version": "4.0.0",
  7071. "resolved": "https://registry.npmmirror.com/path-type/-/path-type-4.0.0.tgz",
  7072. "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
  7073. "dev": true,
  7074. "license": "MIT",
  7075. "engines": {
  7076. "node": ">=8"
  7077. }
  7078. },
  7079. "node_modules/picocolors": {
  7080. "version": "1.1.1",
  7081. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  7082. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  7083. "dev": true,
  7084. "license": "ISC"
  7085. },
  7086. "node_modules/picomatch": {
  7087. "version": "2.3.1",
  7088. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  7089. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  7090. "dev": true,
  7091. "license": "MIT",
  7092. "engines": {
  7093. "node": ">=8.6"
  7094. },
  7095. "funding": {
  7096. "url": "https://github.com/sponsors/jonschlinkert"
  7097. }
  7098. },
  7099. "node_modules/postcss": {
  7100. "version": "8.5.6",
  7101. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.6.tgz",
  7102. "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
  7103. "dev": true,
  7104. "funding": [
  7105. {
  7106. "type": "opencollective",
  7107. "url": "https://opencollective.com/postcss/"
  7108. },
  7109. {
  7110. "type": "tidelift",
  7111. "url": "https://tidelift.com/funding/github/npm/postcss"
  7112. },
  7113. {
  7114. "type": "github",
  7115. "url": "https://github.com/sponsors/ai"
  7116. }
  7117. ],
  7118. "license": "MIT",
  7119. "dependencies": {
  7120. "nanoid": "^3.3.11",
  7121. "picocolors": "^1.1.1",
  7122. "source-map-js": "^1.2.1"
  7123. },
  7124. "engines": {
  7125. "node": "^10 || ^12 || >=14"
  7126. }
  7127. },
  7128. "node_modules/postcss-value-parser": {
  7129. "version": "4.2.0",
  7130. "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  7131. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  7132. "dev": true,
  7133. "license": "MIT"
  7134. },
  7135. "node_modules/prelude-ls": {
  7136. "version": "1.2.1",
  7137. "resolved": "https://registry.npmmirror.com/prelude-ls/-/prelude-ls-1.2.1.tgz",
  7138. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  7139. "dev": true,
  7140. "license": "MIT",
  7141. "engines": {
  7142. "node": ">= 0.8.0"
  7143. }
  7144. },
  7145. "node_modules/prismjs": {
  7146. "version": "1.30.0",
  7147. "resolved": "https://registry.npmmirror.com/prismjs/-/prismjs-1.30.0.tgz",
  7148. "integrity": "sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==",
  7149. "license": "MIT",
  7150. "engines": {
  7151. "node": ">=6"
  7152. }
  7153. },
  7154. "node_modules/prop-types": {
  7155. "version": "15.8.1",
  7156. "resolved": "https://registry.npmmirror.com/prop-types/-/prop-types-15.8.1.tgz",
  7157. "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
  7158. "license": "MIT",
  7159. "dependencies": {
  7160. "loose-envify": "^1.4.0",
  7161. "object-assign": "^4.1.1",
  7162. "react-is": "^16.13.1"
  7163. }
  7164. },
  7165. "node_modules/property-information": {
  7166. "version": "7.1.0",
  7167. "resolved": "https://registry.npmmirror.com/property-information/-/property-information-7.1.0.tgz",
  7168. "integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==",
  7169. "license": "MIT",
  7170. "funding": {
  7171. "type": "github",
  7172. "url": "https://github.com/sponsors/wooorm"
  7173. }
  7174. },
  7175. "node_modules/prosemirror-changeset": {
  7176. "version": "2.3.1",
  7177. "resolved": "https://registry.npmmirror.com/prosemirror-changeset/-/prosemirror-changeset-2.3.1.tgz",
  7178. "integrity": "sha512-j0kORIBm8ayJNl3zQvD1TTPHJX3g042et6y/KQhZhnPrruO8exkTgG8X+NRpj7kIyMMEx74Xb3DyMIBtO0IKkQ==",
  7179. "license": "MIT",
  7180. "dependencies": {
  7181. "prosemirror-transform": "^1.0.0"
  7182. }
  7183. },
  7184. "node_modules/prosemirror-collab": {
  7185. "version": "1.3.1",
  7186. "resolved": "https://registry.npmmirror.com/prosemirror-collab/-/prosemirror-collab-1.3.1.tgz",
  7187. "integrity": "sha512-4SnynYR9TTYaQVXd/ieUvsVV4PDMBzrq2xPUWutHivDuOshZXqQ5rGbZM84HEaXKbLdItse7weMGOUdDVcLKEQ==",
  7188. "license": "MIT",
  7189. "dependencies": {
  7190. "prosemirror-state": "^1.0.0"
  7191. }
  7192. },
  7193. "node_modules/prosemirror-commands": {
  7194. "version": "1.7.1",
  7195. "resolved": "https://registry.npmmirror.com/prosemirror-commands/-/prosemirror-commands-1.7.1.tgz",
  7196. "integrity": "sha512-rT7qZnQtx5c0/y/KlYaGvtG411S97UaL6gdp6RIZ23DLHanMYLyfGBV5DtSnZdthQql7W+lEVbpSfwtO8T+L2w==",
  7197. "license": "MIT",
  7198. "dependencies": {
  7199. "prosemirror-model": "^1.0.0",
  7200. "prosemirror-state": "^1.0.0",
  7201. "prosemirror-transform": "^1.10.2"
  7202. }
  7203. },
  7204. "node_modules/prosemirror-dropcursor": {
  7205. "version": "1.8.2",
  7206. "resolved": "https://registry.npmmirror.com/prosemirror-dropcursor/-/prosemirror-dropcursor-1.8.2.tgz",
  7207. "integrity": "sha512-CCk6Gyx9+Tt2sbYk5NK0nB1ukHi2ryaRgadV/LvyNuO3ena1payM2z6Cg0vO1ebK8cxbzo41ku2DE5Axj1Zuiw==",
  7208. "license": "MIT",
  7209. "dependencies": {
  7210. "prosemirror-state": "^1.0.0",
  7211. "prosemirror-transform": "^1.1.0",
  7212. "prosemirror-view": "^1.1.0"
  7213. }
  7214. },
  7215. "node_modules/prosemirror-gapcursor": {
  7216. "version": "1.4.0",
  7217. "resolved": "https://registry.npmmirror.com/prosemirror-gapcursor/-/prosemirror-gapcursor-1.4.0.tgz",
  7218. "integrity": "sha512-z00qvurSdCEWUIulij/isHaqu4uLS8r/Fi61IbjdIPJEonQgggbJsLnstW7Lgdk4zQ68/yr6B6bf7sJXowIgdQ==",
  7219. "license": "MIT",
  7220. "dependencies": {
  7221. "prosemirror-keymap": "^1.0.0",
  7222. "prosemirror-model": "^1.0.0",
  7223. "prosemirror-state": "^1.0.0",
  7224. "prosemirror-view": "^1.0.0"
  7225. }
  7226. },
  7227. "node_modules/prosemirror-history": {
  7228. "version": "1.5.0",
  7229. "resolved": "https://registry.npmmirror.com/prosemirror-history/-/prosemirror-history-1.5.0.tgz",
  7230. "integrity": "sha512-zlzTiH01eKA55UAf1MEjtssJeHnGxO0j4K4Dpx+gnmX9n+SHNlDqI2oO1Kv1iPN5B1dm5fsljCfqKF9nFL6HRg==",
  7231. "license": "MIT",
  7232. "dependencies": {
  7233. "prosemirror-state": "^1.2.2",
  7234. "prosemirror-transform": "^1.0.0",
  7235. "prosemirror-view": "^1.31.0",
  7236. "rope-sequence": "^1.3.0"
  7237. }
  7238. },
  7239. "node_modules/prosemirror-inputrules": {
  7240. "version": "1.5.1",
  7241. "resolved": "https://registry.npmmirror.com/prosemirror-inputrules/-/prosemirror-inputrules-1.5.1.tgz",
  7242. "integrity": "sha512-7wj4uMjKaXWAQ1CDgxNzNtR9AlsuwzHfdFH1ygEHA2KHF2DOEaXl1CJfNPAKCg9qNEh4rum975QLaCiQPyY6Fw==",
  7243. "license": "MIT",
  7244. "dependencies": {
  7245. "prosemirror-state": "^1.0.0",
  7246. "prosemirror-transform": "^1.0.0"
  7247. }
  7248. },
  7249. "node_modules/prosemirror-keymap": {
  7250. "version": "1.2.3",
  7251. "resolved": "https://registry.npmmirror.com/prosemirror-keymap/-/prosemirror-keymap-1.2.3.tgz",
  7252. "integrity": "sha512-4HucRlpiLd1IPQQXNqeo81BGtkY8Ai5smHhKW9jjPKRc2wQIxksg7Hl1tTI2IfT2B/LgX6bfYvXxEpJl7aKYKw==",
  7253. "license": "MIT",
  7254. "dependencies": {
  7255. "prosemirror-state": "^1.0.0",
  7256. "w3c-keyname": "^2.2.0"
  7257. }
  7258. },
  7259. "node_modules/prosemirror-markdown": {
  7260. "version": "1.13.4",
  7261. "resolved": "https://registry.npmmirror.com/prosemirror-markdown/-/prosemirror-markdown-1.13.4.tgz",
  7262. "integrity": "sha512-D98dm4cQ3Hs6EmjK500TdAOew4Z03EV71ajEFiWra3Upr7diytJsjF4mPV2dW+eK5uNectiRj0xFxYI9NLXDbw==",
  7263. "license": "MIT",
  7264. "dependencies": {
  7265. "@types/markdown-it": "^14.0.0",
  7266. "markdown-it": "^14.0.0",
  7267. "prosemirror-model": "^1.25.0"
  7268. }
  7269. },
  7270. "node_modules/prosemirror-menu": {
  7271. "version": "1.2.5",
  7272. "resolved": "https://registry.npmmirror.com/prosemirror-menu/-/prosemirror-menu-1.2.5.tgz",
  7273. "integrity": "sha512-qwXzynnpBIeg1D7BAtjOusR+81xCp53j7iWu/IargiRZqRjGIlQuu1f3jFi+ehrHhWMLoyOQTSRx/IWZJqOYtQ==",
  7274. "license": "MIT",
  7275. "dependencies": {
  7276. "crelt": "^1.0.0",
  7277. "prosemirror-commands": "^1.0.0",
  7278. "prosemirror-history": "^1.0.0",
  7279. "prosemirror-state": "^1.0.0"
  7280. }
  7281. },
  7282. "node_modules/prosemirror-model": {
  7283. "version": "1.25.4",
  7284. "resolved": "https://registry.npmmirror.com/prosemirror-model/-/prosemirror-model-1.25.4.tgz",
  7285. "integrity": "sha512-PIM7E43PBxKce8OQeezAs9j4TP+5yDpZVbuurd1h5phUxEKIu+G2a+EUZzIC5nS1mJktDJWzbqS23n1tsAf5QA==",
  7286. "license": "MIT",
  7287. "dependencies": {
  7288. "orderedmap": "^2.0.0"
  7289. }
  7290. },
  7291. "node_modules/prosemirror-schema-basic": {
  7292. "version": "1.2.4",
  7293. "resolved": "https://registry.npmmirror.com/prosemirror-schema-basic/-/prosemirror-schema-basic-1.2.4.tgz",
  7294. "integrity": "sha512-ELxP4TlX3yr2v5rM7Sb70SqStq5NvI15c0j9j/gjsrO5vaw+fnnpovCLEGIcpeGfifkuqJwl4fon6b+KdrODYQ==",
  7295. "license": "MIT",
  7296. "dependencies": {
  7297. "prosemirror-model": "^1.25.0"
  7298. }
  7299. },
  7300. "node_modules/prosemirror-schema-list": {
  7301. "version": "1.5.1",
  7302. "resolved": "https://registry.npmmirror.com/prosemirror-schema-list/-/prosemirror-schema-list-1.5.1.tgz",
  7303. "integrity": "sha512-927lFx/uwyQaGwJxLWCZRkjXG0p48KpMj6ueoYiu4JX05GGuGcgzAy62dfiV8eFZftgyBUvLx76RsMe20fJl+Q==",
  7304. "license": "MIT",
  7305. "dependencies": {
  7306. "prosemirror-model": "^1.0.0",
  7307. "prosemirror-state": "^1.0.0",
  7308. "prosemirror-transform": "^1.7.3"
  7309. }
  7310. },
  7311. "node_modules/prosemirror-state": {
  7312. "version": "1.4.4",
  7313. "resolved": "https://registry.npmmirror.com/prosemirror-state/-/prosemirror-state-1.4.4.tgz",
  7314. "integrity": "sha512-6jiYHH2CIGbCfnxdHbXZ12gySFY/fz/ulZE333G6bPqIZ4F+TXo9ifiR86nAHpWnfoNjOb3o5ESi7J8Uz1jXHw==",
  7315. "license": "MIT",
  7316. "dependencies": {
  7317. "prosemirror-model": "^1.0.0",
  7318. "prosemirror-transform": "^1.0.0",
  7319. "prosemirror-view": "^1.27.0"
  7320. }
  7321. },
  7322. "node_modules/prosemirror-tables": {
  7323. "version": "1.8.5",
  7324. "resolved": "https://registry.npmmirror.com/prosemirror-tables/-/prosemirror-tables-1.8.5.tgz",
  7325. "integrity": "sha512-V/0cDCsHKHe/tfWkeCmthNUcEp1IVO3p6vwN8XtwE9PZQLAZJigbw3QoraAdfJPir4NKJtNvOB8oYGKRl+t0Dw==",
  7326. "license": "MIT",
  7327. "dependencies": {
  7328. "prosemirror-keymap": "^1.2.3",
  7329. "prosemirror-model": "^1.25.4",
  7330. "prosemirror-state": "^1.4.4",
  7331. "prosemirror-transform": "^1.10.5",
  7332. "prosemirror-view": "^1.41.4"
  7333. }
  7334. },
  7335. "node_modules/prosemirror-trailing-node": {
  7336. "version": "3.0.0",
  7337. "resolved": "https://registry.npmmirror.com/prosemirror-trailing-node/-/prosemirror-trailing-node-3.0.0.tgz",
  7338. "integrity": "sha512-xiun5/3q0w5eRnGYfNlW1uU9W6x5MoFKWwq/0TIRgt09lv7Hcser2QYV8t4muXbEr+Fwo0geYn79Xs4GKywrRQ==",
  7339. "license": "MIT",
  7340. "dependencies": {
  7341. "@remirror/core-constants": "3.0.0",
  7342. "escape-string-regexp": "^4.0.0"
  7343. },
  7344. "peerDependencies": {
  7345. "prosemirror-model": "^1.22.1",
  7346. "prosemirror-state": "^1.4.2",
  7347. "prosemirror-view": "^1.33.8"
  7348. }
  7349. },
  7350. "node_modules/prosemirror-transform": {
  7351. "version": "1.11.0",
  7352. "resolved": "https://registry.npmmirror.com/prosemirror-transform/-/prosemirror-transform-1.11.0.tgz",
  7353. "integrity": "sha512-4I7Ce4KpygXb9bkiPS3hTEk4dSHorfRw8uI0pE8IhxlK2GXsqv5tIA7JUSxtSu7u8APVOTtbUBxTmnHIxVkIJw==",
  7354. "license": "MIT",
  7355. "dependencies": {
  7356. "prosemirror-model": "^1.21.0"
  7357. }
  7358. },
  7359. "node_modules/prosemirror-view": {
  7360. "version": "1.41.6",
  7361. "resolved": "https://registry.npmmirror.com/prosemirror-view/-/prosemirror-view-1.41.6.tgz",
  7362. "integrity": "sha512-mxpcDG4hNQa/CPtzxjdlir5bJFDlm0/x5nGBbStB2BWX+XOQ9M8ekEG+ojqB5BcVu2Rc80/jssCMZzSstJuSYg==",
  7363. "license": "MIT",
  7364. "dependencies": {
  7365. "prosemirror-model": "^1.20.0",
  7366. "prosemirror-state": "^1.0.0",
  7367. "prosemirror-transform": "^1.1.0"
  7368. }
  7369. },
  7370. "node_modules/proxy-from-env": {
  7371. "version": "1.1.0",
  7372. "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
  7373. "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
  7374. "license": "MIT"
  7375. },
  7376. "node_modules/punycode": {
  7377. "version": "2.3.1",
  7378. "resolved": "https://registry.npmmirror.com/punycode/-/punycode-2.3.1.tgz",
  7379. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  7380. "dev": true,
  7381. "license": "MIT",
  7382. "engines": {
  7383. "node": ">=6"
  7384. }
  7385. },
  7386. "node_modules/punycode.js": {
  7387. "version": "2.3.1",
  7388. "resolved": "https://registry.npmmirror.com/punycode.js/-/punycode.js-2.3.1.tgz",
  7389. "integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==",
  7390. "license": "MIT",
  7391. "engines": {
  7392. "node": ">=6"
  7393. }
  7394. },
  7395. "node_modules/queue-microtask": {
  7396. "version": "1.2.3",
  7397. "resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz",
  7398. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  7399. "dev": true,
  7400. "funding": [
  7401. {
  7402. "type": "github",
  7403. "url": "https://github.com/sponsors/feross"
  7404. },
  7405. {
  7406. "type": "patreon",
  7407. "url": "https://www.patreon.com/feross"
  7408. },
  7409. {
  7410. "type": "consulting",
  7411. "url": "https://feross.org/support"
  7412. }
  7413. ],
  7414. "license": "MIT"
  7415. },
  7416. "node_modules/react": {
  7417. "version": "18.3.1",
  7418. "resolved": "https://registry.npmmirror.com/react/-/react-18.3.1.tgz",
  7419. "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
  7420. "license": "MIT",
  7421. "dependencies": {
  7422. "loose-envify": "^1.1.0"
  7423. },
  7424. "engines": {
  7425. "node": ">=0.10.0"
  7426. }
  7427. },
  7428. "node_modules/react-dom": {
  7429. "version": "18.3.1",
  7430. "resolved": "https://registry.npmmirror.com/react-dom/-/react-dom-18.3.1.tgz",
  7431. "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==",
  7432. "license": "MIT",
  7433. "dependencies": {
  7434. "loose-envify": "^1.1.0",
  7435. "scheduler": "^0.23.2"
  7436. },
  7437. "peerDependencies": {
  7438. "react": "^18.3.1"
  7439. }
  7440. },
  7441. "node_modules/react-draggable": {
  7442. "version": "4.5.0",
  7443. "resolved": "https://registry.npmmirror.com/react-draggable/-/react-draggable-4.5.0.tgz",
  7444. "integrity": "sha512-VC+HBLEZ0XJxnOxVAZsdRi8rD04Iz3SiiKOoYzamjylUcju/hP9np/aZdLHf/7WOD268WMoNJMvYfB5yAK45cw==",
  7445. "license": "MIT",
  7446. "dependencies": {
  7447. "clsx": "^2.1.1",
  7448. "prop-types": "^15.8.1"
  7449. },
  7450. "peerDependencies": {
  7451. "react": ">= 16.3.0",
  7452. "react-dom": ">= 16.3.0"
  7453. }
  7454. },
  7455. "node_modules/react-is": {
  7456. "version": "16.13.1",
  7457. "resolved": "https://registry.npmmirror.com/react-is/-/react-is-16.13.1.tgz",
  7458. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
  7459. "license": "MIT"
  7460. },
  7461. "node_modules/react-refresh": {
  7462. "version": "0.17.0",
  7463. "resolved": "https://registry.npmmirror.com/react-refresh/-/react-refresh-0.17.0.tgz",
  7464. "integrity": "sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==",
  7465. "dev": true,
  7466. "license": "MIT",
  7467. "engines": {
  7468. "node": ">=0.10.0"
  7469. }
  7470. },
  7471. "node_modules/react-resizable": {
  7472. "version": "3.1.3",
  7473. "resolved": "https://registry.npmmirror.com/react-resizable/-/react-resizable-3.1.3.tgz",
  7474. "integrity": "sha512-liJBNayhX7qA4tBJiBD321FDhJxgGTJ07uzH5zSORXoE8h7PyEZ8mLqmosST7ppf6C4zUsbd2gzDMmBCfFp9Lw==",
  7475. "license": "MIT",
  7476. "dependencies": {
  7477. "prop-types": "15.x",
  7478. "react-draggable": "^4.5.0"
  7479. },
  7480. "peerDependencies": {
  7481. "react": ">= 16.3",
  7482. "react-dom": ">= 16.3"
  7483. }
  7484. },
  7485. "node_modules/react-window": {
  7486. "version": "1.8.11",
  7487. "resolved": "https://registry.npmmirror.com/react-window/-/react-window-1.8.11.tgz",
  7488. "integrity": "sha512-+SRbUVT2scadgFSWx+R1P754xHPEqvcfSfVX10QYg6POOz+WNgkN48pS+BtZNIMGiL1HYrSEiCkwsMS15QogEQ==",
  7489. "license": "MIT",
  7490. "dependencies": {
  7491. "@babel/runtime": "^7.0.0",
  7492. "memoize-one": ">=3.1.1 <6"
  7493. },
  7494. "engines": {
  7495. "node": ">8.0.0"
  7496. },
  7497. "peerDependencies": {
  7498. "react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
  7499. "react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  7500. }
  7501. },
  7502. "node_modules/recma-build-jsx": {
  7503. "version": "1.0.0",
  7504. "resolved": "https://registry.npmmirror.com/recma-build-jsx/-/recma-build-jsx-1.0.0.tgz",
  7505. "integrity": "sha512-8GtdyqaBcDfva+GUKDr3nev3VpKAhup1+RvkMvUxURHpW7QyIvk9F5wz7Vzo06CEMSilw6uArgRqhpiUcWp8ew==",
  7506. "license": "MIT",
  7507. "dependencies": {
  7508. "@types/estree": "^1.0.0",
  7509. "estree-util-build-jsx": "^3.0.0",
  7510. "vfile": "^6.0.0"
  7511. },
  7512. "funding": {
  7513. "type": "opencollective",
  7514. "url": "https://opencollective.com/unified"
  7515. }
  7516. },
  7517. "node_modules/recma-jsx": {
  7518. "version": "1.0.1",
  7519. "resolved": "https://registry.npmmirror.com/recma-jsx/-/recma-jsx-1.0.1.tgz",
  7520. "integrity": "sha512-huSIy7VU2Z5OLv6oFLosQGGDqPqdO1iq6bWNAdhzMxSJP7RAso4fCZ1cKu8j9YHCZf3TPrq4dw3okhrylgcd7w==",
  7521. "license": "MIT",
  7522. "dependencies": {
  7523. "acorn-jsx": "^5.0.0",
  7524. "estree-util-to-js": "^2.0.0",
  7525. "recma-parse": "^1.0.0",
  7526. "recma-stringify": "^1.0.0",
  7527. "unified": "^11.0.0"
  7528. },
  7529. "funding": {
  7530. "type": "opencollective",
  7531. "url": "https://opencollective.com/unified"
  7532. },
  7533. "peerDependencies": {
  7534. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  7535. }
  7536. },
  7537. "node_modules/recma-parse": {
  7538. "version": "1.0.0",
  7539. "resolved": "https://registry.npmmirror.com/recma-parse/-/recma-parse-1.0.0.tgz",
  7540. "integrity": "sha512-OYLsIGBB5Y5wjnSnQW6t3Xg7q3fQ7FWbw/vcXtORTnyaSFscOtABg+7Pnz6YZ6c27fG1/aN8CjfwoUEUIdwqWQ==",
  7541. "license": "MIT",
  7542. "dependencies": {
  7543. "@types/estree": "^1.0.0",
  7544. "esast-util-from-js": "^2.0.0",
  7545. "unified": "^11.0.0",
  7546. "vfile": "^6.0.0"
  7547. },
  7548. "funding": {
  7549. "type": "opencollective",
  7550. "url": "https://opencollective.com/unified"
  7551. }
  7552. },
  7553. "node_modules/recma-stringify": {
  7554. "version": "1.0.0",
  7555. "resolved": "https://registry.npmmirror.com/recma-stringify/-/recma-stringify-1.0.0.tgz",
  7556. "integrity": "sha512-cjwII1MdIIVloKvC9ErQ+OgAtwHBmcZ0Bg4ciz78FtbT8In39aAYbaA7zvxQ61xVMSPE8WxhLwLbhif4Js2C+g==",
  7557. "license": "MIT",
  7558. "dependencies": {
  7559. "@types/estree": "^1.0.0",
  7560. "estree-util-to-js": "^2.0.0",
  7561. "unified": "^11.0.0",
  7562. "vfile": "^6.0.0"
  7563. },
  7564. "funding": {
  7565. "type": "opencollective",
  7566. "url": "https://opencollective.com/unified"
  7567. }
  7568. },
  7569. "node_modules/rehype-recma": {
  7570. "version": "1.0.0",
  7571. "resolved": "https://registry.npmmirror.com/rehype-recma/-/rehype-recma-1.0.0.tgz",
  7572. "integrity": "sha512-lqA4rGUf1JmacCNWWZx0Wv1dHqMwxzsDWYMTowuplHF3xH0N/MmrZ/G3BDZnzAkRmxDadujCjaKM2hqYdCBOGw==",
  7573. "license": "MIT",
  7574. "dependencies": {
  7575. "@types/estree": "^1.0.0",
  7576. "@types/hast": "^3.0.0",
  7577. "hast-util-to-estree": "^3.0.0"
  7578. },
  7579. "funding": {
  7580. "type": "opencollective",
  7581. "url": "https://opencollective.com/unified"
  7582. }
  7583. },
  7584. "node_modules/remark-gfm": {
  7585. "version": "4.0.1",
  7586. "resolved": "https://registry.npmmirror.com/remark-gfm/-/remark-gfm-4.0.1.tgz",
  7587. "integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==",
  7588. "license": "MIT",
  7589. "dependencies": {
  7590. "@types/mdast": "^4.0.0",
  7591. "mdast-util-gfm": "^3.0.0",
  7592. "micromark-extension-gfm": "^3.0.0",
  7593. "remark-parse": "^11.0.0",
  7594. "remark-stringify": "^11.0.0",
  7595. "unified": "^11.0.0"
  7596. },
  7597. "funding": {
  7598. "type": "opencollective",
  7599. "url": "https://opencollective.com/unified"
  7600. }
  7601. },
  7602. "node_modules/remark-mdx": {
  7603. "version": "3.1.1",
  7604. "resolved": "https://registry.npmmirror.com/remark-mdx/-/remark-mdx-3.1.1.tgz",
  7605. "integrity": "sha512-Pjj2IYlUY3+D8x00UJsIOg5BEvfMyeI+2uLPn9VO9Wg4MEtN/VTIq2NEJQfde9PnX15KgtHyl9S0BcTnWrIuWg==",
  7606. "license": "MIT",
  7607. "dependencies": {
  7608. "mdast-util-mdx": "^3.0.0",
  7609. "micromark-extension-mdxjs": "^3.0.0"
  7610. },
  7611. "funding": {
  7612. "type": "opencollective",
  7613. "url": "https://opencollective.com/unified"
  7614. }
  7615. },
  7616. "node_modules/remark-parse": {
  7617. "version": "11.0.0",
  7618. "resolved": "https://registry.npmmirror.com/remark-parse/-/remark-parse-11.0.0.tgz",
  7619. "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==",
  7620. "license": "MIT",
  7621. "dependencies": {
  7622. "@types/mdast": "^4.0.0",
  7623. "mdast-util-from-markdown": "^2.0.0",
  7624. "micromark-util-types": "^2.0.0",
  7625. "unified": "^11.0.0"
  7626. },
  7627. "funding": {
  7628. "type": "opencollective",
  7629. "url": "https://opencollective.com/unified"
  7630. }
  7631. },
  7632. "node_modules/remark-rehype": {
  7633. "version": "11.1.2",
  7634. "resolved": "https://registry.npmmirror.com/remark-rehype/-/remark-rehype-11.1.2.tgz",
  7635. "integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==",
  7636. "license": "MIT",
  7637. "dependencies": {
  7638. "@types/hast": "^3.0.0",
  7639. "@types/mdast": "^4.0.0",
  7640. "mdast-util-to-hast": "^13.0.0",
  7641. "unified": "^11.0.0",
  7642. "vfile": "^6.0.0"
  7643. },
  7644. "funding": {
  7645. "type": "opencollective",
  7646. "url": "https://opencollective.com/unified"
  7647. }
  7648. },
  7649. "node_modules/remark-stringify": {
  7650. "version": "11.0.0",
  7651. "resolved": "https://registry.npmmirror.com/remark-stringify/-/remark-stringify-11.0.0.tgz",
  7652. "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==",
  7653. "license": "MIT",
  7654. "dependencies": {
  7655. "@types/mdast": "^4.0.0",
  7656. "mdast-util-to-markdown": "^2.0.0",
  7657. "unified": "^11.0.0"
  7658. },
  7659. "funding": {
  7660. "type": "opencollective",
  7661. "url": "https://opencollective.com/unified"
  7662. }
  7663. },
  7664. "node_modules/resolve-from": {
  7665. "version": "4.0.0",
  7666. "resolved": "https://registry.npmmirror.com/resolve-from/-/resolve-from-4.0.0.tgz",
  7667. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  7668. "dev": true,
  7669. "license": "MIT",
  7670. "engines": {
  7671. "node": ">=4"
  7672. }
  7673. },
  7674. "node_modules/reusify": {
  7675. "version": "1.1.0",
  7676. "resolved": "https://registry.npmmirror.com/reusify/-/reusify-1.1.0.tgz",
  7677. "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  7678. "dev": true,
  7679. "license": "MIT",
  7680. "engines": {
  7681. "iojs": ">=1.0.0",
  7682. "node": ">=0.10.0"
  7683. }
  7684. },
  7685. "node_modules/rimraf": {
  7686. "version": "3.0.2",
  7687. "resolved": "https://registry.npmmirror.com/rimraf/-/rimraf-3.0.2.tgz",
  7688. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  7689. "deprecated": "Rimraf versions prior to v4 are no longer supported",
  7690. "dev": true,
  7691. "license": "ISC",
  7692. "dependencies": {
  7693. "glob": "^7.1.3"
  7694. },
  7695. "bin": {
  7696. "rimraf": "bin.js"
  7697. },
  7698. "funding": {
  7699. "url": "https://github.com/sponsors/isaacs"
  7700. }
  7701. },
  7702. "node_modules/robust-predicates": {
  7703. "version": "3.0.2",
  7704. "resolved": "https://registry.npmmirror.com/robust-predicates/-/robust-predicates-3.0.2.tgz",
  7705. "integrity": "sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==",
  7706. "license": "Unlicense"
  7707. },
  7708. "node_modules/rollup": {
  7709. "version": "4.57.1",
  7710. "resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.57.1.tgz",
  7711. "integrity": "sha512-oQL6lgK3e2QZeQ7gcgIkS2YZPg5slw37hYufJ3edKlfQSGGm8ICoxswK15ntSzF/a8+h7ekRy7k7oWc3BQ7y8A==",
  7712. "dev": true,
  7713. "license": "MIT",
  7714. "dependencies": {
  7715. "@types/estree": "1.0.8"
  7716. },
  7717. "bin": {
  7718. "rollup": "dist/bin/rollup"
  7719. },
  7720. "engines": {
  7721. "node": ">=18.0.0",
  7722. "npm": ">=8.0.0"
  7723. },
  7724. "optionalDependencies": {
  7725. "@rollup/rollup-android-arm-eabi": "4.57.1",
  7726. "@rollup/rollup-android-arm64": "4.57.1",
  7727. "@rollup/rollup-darwin-arm64": "4.57.1",
  7728. "@rollup/rollup-darwin-x64": "4.57.1",
  7729. "@rollup/rollup-freebsd-arm64": "4.57.1",
  7730. "@rollup/rollup-freebsd-x64": "4.57.1",
  7731. "@rollup/rollup-linux-arm-gnueabihf": "4.57.1",
  7732. "@rollup/rollup-linux-arm-musleabihf": "4.57.1",
  7733. "@rollup/rollup-linux-arm64-gnu": "4.57.1",
  7734. "@rollup/rollup-linux-arm64-musl": "4.57.1",
  7735. "@rollup/rollup-linux-loong64-gnu": "4.57.1",
  7736. "@rollup/rollup-linux-loong64-musl": "4.57.1",
  7737. "@rollup/rollup-linux-ppc64-gnu": "4.57.1",
  7738. "@rollup/rollup-linux-ppc64-musl": "4.57.1",
  7739. "@rollup/rollup-linux-riscv64-gnu": "4.57.1",
  7740. "@rollup/rollup-linux-riscv64-musl": "4.57.1",
  7741. "@rollup/rollup-linux-s390x-gnu": "4.57.1",
  7742. "@rollup/rollup-linux-x64-gnu": "4.57.1",
  7743. "@rollup/rollup-linux-x64-musl": "4.57.1",
  7744. "@rollup/rollup-openbsd-x64": "4.57.1",
  7745. "@rollup/rollup-openharmony-arm64": "4.57.1",
  7746. "@rollup/rollup-win32-arm64-msvc": "4.57.1",
  7747. "@rollup/rollup-win32-ia32-msvc": "4.57.1",
  7748. "@rollup/rollup-win32-x64-gnu": "4.57.1",
  7749. "@rollup/rollup-win32-x64-msvc": "4.57.1",
  7750. "fsevents": "~2.3.2"
  7751. }
  7752. },
  7753. "node_modules/rope-sequence": {
  7754. "version": "1.3.4",
  7755. "resolved": "https://registry.npmmirror.com/rope-sequence/-/rope-sequence-1.3.4.tgz",
  7756. "integrity": "sha512-UT5EDe2cu2E/6O4igUr5PSFs23nvvukicWHx6GnOPlHAiiYbzNuCRQCuiUdHJQcqKalLKlrYJnjY0ySGsXNQXQ==",
  7757. "license": "MIT"
  7758. },
  7759. "node_modules/run-parallel": {
  7760. "version": "1.2.0",
  7761. "resolved": "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz",
  7762. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  7763. "dev": true,
  7764. "funding": [
  7765. {
  7766. "type": "github",
  7767. "url": "https://github.com/sponsors/feross"
  7768. },
  7769. {
  7770. "type": "patreon",
  7771. "url": "https://www.patreon.com/feross"
  7772. },
  7773. {
  7774. "type": "consulting",
  7775. "url": "https://feross.org/support"
  7776. }
  7777. ],
  7778. "license": "MIT",
  7779. "dependencies": {
  7780. "queue-microtask": "^1.2.2"
  7781. }
  7782. },
  7783. "node_modules/rw": {
  7784. "version": "1.3.3",
  7785. "resolved": "https://registry.npmmirror.com/rw/-/rw-1.3.3.tgz",
  7786. "integrity": "sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==",
  7787. "license": "BSD-3-Clause"
  7788. },
  7789. "node_modules/safer-buffer": {
  7790. "version": "2.1.2",
  7791. "resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
  7792. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
  7793. "license": "MIT"
  7794. },
  7795. "node_modules/scheduler": {
  7796. "version": "0.23.2",
  7797. "resolved": "https://registry.npmmirror.com/scheduler/-/scheduler-0.23.2.tgz",
  7798. "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==",
  7799. "license": "MIT",
  7800. "dependencies": {
  7801. "loose-envify": "^1.1.0"
  7802. }
  7803. },
  7804. "node_modules/scroll-into-view-if-needed": {
  7805. "version": "2.2.31",
  7806. "resolved": "https://registry.npmmirror.com/scroll-into-view-if-needed/-/scroll-into-view-if-needed-2.2.31.tgz",
  7807. "integrity": "sha512-dGCXy99wZQivjmjIqihaBQNjryrz5rueJY7eHfTdyWEiR4ttYpsajb14rn9s5d4DY4EcY6+4+U/maARBXJedkA==",
  7808. "license": "MIT",
  7809. "dependencies": {
  7810. "compute-scroll-into-view": "^1.0.20"
  7811. }
  7812. },
  7813. "node_modules/semver": {
  7814. "version": "7.7.4",
  7815. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.4.tgz",
  7816. "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
  7817. "dev": true,
  7818. "license": "ISC",
  7819. "bin": {
  7820. "semver": "bin/semver.js"
  7821. },
  7822. "engines": {
  7823. "node": ">=10"
  7824. }
  7825. },
  7826. "node_modules/shebang-command": {
  7827. "version": "2.0.0",
  7828. "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz",
  7829. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  7830. "dev": true,
  7831. "license": "MIT",
  7832. "dependencies": {
  7833. "shebang-regex": "^3.0.0"
  7834. },
  7835. "engines": {
  7836. "node": ">=8"
  7837. }
  7838. },
  7839. "node_modules/shebang-regex": {
  7840. "version": "3.0.0",
  7841. "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz",
  7842. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  7843. "dev": true,
  7844. "license": "MIT",
  7845. "engines": {
  7846. "node": ">=8"
  7847. }
  7848. },
  7849. "node_modules/slash": {
  7850. "version": "3.0.0",
  7851. "resolved": "https://registry.npmmirror.com/slash/-/slash-3.0.0.tgz",
  7852. "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
  7853. "dev": true,
  7854. "license": "MIT",
  7855. "engines": {
  7856. "node": ">=8"
  7857. }
  7858. },
  7859. "node_modules/source-map": {
  7860. "version": "0.7.6",
  7861. "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.7.6.tgz",
  7862. "integrity": "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==",
  7863. "license": "BSD-3-Clause",
  7864. "engines": {
  7865. "node": ">= 12"
  7866. }
  7867. },
  7868. "node_modules/source-map-js": {
  7869. "version": "1.2.1",
  7870. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  7871. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  7872. "dev": true,
  7873. "license": "BSD-3-Clause",
  7874. "engines": {
  7875. "node": ">=0.10.0"
  7876. }
  7877. },
  7878. "node_modules/space-separated-tokens": {
  7879. "version": "2.0.2",
  7880. "resolved": "https://registry.npmmirror.com/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
  7881. "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
  7882. "license": "MIT",
  7883. "funding": {
  7884. "type": "github",
  7885. "url": "https://github.com/sponsors/wooorm"
  7886. }
  7887. },
  7888. "node_modules/stringify-entities": {
  7889. "version": "4.0.4",
  7890. "resolved": "https://registry.npmmirror.com/stringify-entities/-/stringify-entities-4.0.4.tgz",
  7891. "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==",
  7892. "license": "MIT",
  7893. "dependencies": {
  7894. "character-entities-html4": "^2.0.0",
  7895. "character-entities-legacy": "^3.0.0"
  7896. },
  7897. "funding": {
  7898. "type": "github",
  7899. "url": "https://github.com/sponsors/wooorm"
  7900. }
  7901. },
  7902. "node_modules/strip-ansi": {
  7903. "version": "6.0.1",
  7904. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  7905. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  7906. "dev": true,
  7907. "license": "MIT",
  7908. "dependencies": {
  7909. "ansi-regex": "^5.0.1"
  7910. },
  7911. "engines": {
  7912. "node": ">=8"
  7913. }
  7914. },
  7915. "node_modules/strip-json-comments": {
  7916. "version": "3.1.1",
  7917. "resolved": "https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  7918. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  7919. "dev": true,
  7920. "license": "MIT",
  7921. "engines": {
  7922. "node": ">=8"
  7923. },
  7924. "funding": {
  7925. "url": "https://github.com/sponsors/sindresorhus"
  7926. }
  7927. },
  7928. "node_modules/style-to-js": {
  7929. "version": "1.1.21",
  7930. "resolved": "https://registry.npmmirror.com/style-to-js/-/style-to-js-1.1.21.tgz",
  7931. "integrity": "sha512-RjQetxJrrUJLQPHbLku6U/ocGtzyjbJMP9lCNK7Ag0CNh690nSH8woqWH9u16nMjYBAok+i7JO1NP2pOy8IsPQ==",
  7932. "license": "MIT",
  7933. "dependencies": {
  7934. "style-to-object": "1.0.14"
  7935. }
  7936. },
  7937. "node_modules/style-to-object": {
  7938. "version": "1.0.14",
  7939. "resolved": "https://registry.npmmirror.com/style-to-object/-/style-to-object-1.0.14.tgz",
  7940. "integrity": "sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==",
  7941. "license": "MIT",
  7942. "dependencies": {
  7943. "inline-style-parser": "0.2.7"
  7944. }
  7945. },
  7946. "node_modules/supports-color": {
  7947. "version": "7.2.0",
  7948. "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz",
  7949. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  7950. "dev": true,
  7951. "license": "MIT",
  7952. "dependencies": {
  7953. "has-flag": "^4.0.0"
  7954. },
  7955. "engines": {
  7956. "node": ">=8"
  7957. }
  7958. },
  7959. "node_modules/tailwindcss": {
  7960. "version": "4.1.18",
  7961. "resolved": "https://registry.npmmirror.com/tailwindcss/-/tailwindcss-4.1.18.tgz",
  7962. "integrity": "sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==",
  7963. "dev": true,
  7964. "license": "MIT"
  7965. },
  7966. "node_modules/tapable": {
  7967. "version": "2.3.0",
  7968. "resolved": "https://registry.npmmirror.com/tapable/-/tapable-2.3.0.tgz",
  7969. "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==",
  7970. "dev": true,
  7971. "license": "MIT",
  7972. "engines": {
  7973. "node": ">=6"
  7974. },
  7975. "funding": {
  7976. "type": "opencollective",
  7977. "url": "https://opencollective.com/webpack"
  7978. }
  7979. },
  7980. "node_modules/text-table": {
  7981. "version": "0.2.0",
  7982. "resolved": "https://registry.npmmirror.com/text-table/-/text-table-0.2.0.tgz",
  7983. "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
  7984. "dev": true,
  7985. "license": "MIT"
  7986. },
  7987. "node_modules/to-regex-range": {
  7988. "version": "5.0.1",
  7989. "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
  7990. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  7991. "dev": true,
  7992. "license": "MIT",
  7993. "dependencies": {
  7994. "is-number": "^7.0.0"
  7995. },
  7996. "engines": {
  7997. "node": ">=8.0"
  7998. }
  7999. },
  8000. "node_modules/trim-lines": {
  8001. "version": "3.0.1",
  8002. "resolved": "https://registry.npmmirror.com/trim-lines/-/trim-lines-3.0.1.tgz",
  8003. "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
  8004. "license": "MIT",
  8005. "funding": {
  8006. "type": "github",
  8007. "url": "https://github.com/sponsors/wooorm"
  8008. }
  8009. },
  8010. "node_modules/trough": {
  8011. "version": "2.2.0",
  8012. "resolved": "https://registry.npmmirror.com/trough/-/trough-2.2.0.tgz",
  8013. "integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==",
  8014. "license": "MIT",
  8015. "funding": {
  8016. "type": "github",
  8017. "url": "https://github.com/sponsors/wooorm"
  8018. }
  8019. },
  8020. "node_modules/ts-api-utils": {
  8021. "version": "1.4.3",
  8022. "resolved": "https://registry.npmmirror.com/ts-api-utils/-/ts-api-utils-1.4.3.tgz",
  8023. "integrity": "sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==",
  8024. "dev": true,
  8025. "license": "MIT",
  8026. "engines": {
  8027. "node": ">=16"
  8028. },
  8029. "peerDependencies": {
  8030. "typescript": ">=4.2.0"
  8031. }
  8032. },
  8033. "node_modules/tslib": {
  8034. "version": "2.8.1",
  8035. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz",
  8036. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  8037. "license": "0BSD"
  8038. },
  8039. "node_modules/type-check": {
  8040. "version": "0.4.0",
  8041. "resolved": "https://registry.npmmirror.com/type-check/-/type-check-0.4.0.tgz",
  8042. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  8043. "dev": true,
  8044. "license": "MIT",
  8045. "dependencies": {
  8046. "prelude-ls": "^1.2.1"
  8047. },
  8048. "engines": {
  8049. "node": ">= 0.8.0"
  8050. }
  8051. },
  8052. "node_modules/type-fest": {
  8053. "version": "0.20.2",
  8054. "resolved": "https://registry.npmmirror.com/type-fest/-/type-fest-0.20.2.tgz",
  8055. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  8056. "dev": true,
  8057. "license": "(MIT OR CC0-1.0)",
  8058. "engines": {
  8059. "node": ">=10"
  8060. },
  8061. "funding": {
  8062. "url": "https://github.com/sponsors/sindresorhus"
  8063. }
  8064. },
  8065. "node_modules/typescript": {
  8066. "version": "5.9.3",
  8067. "resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.9.3.tgz",
  8068. "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
  8069. "dev": true,
  8070. "license": "Apache-2.0",
  8071. "bin": {
  8072. "tsc": "bin/tsc",
  8073. "tsserver": "bin/tsserver"
  8074. },
  8075. "engines": {
  8076. "node": ">=14.17"
  8077. }
  8078. },
  8079. "node_modules/uc.micro": {
  8080. "version": "2.1.0",
  8081. "resolved": "https://registry.npmmirror.com/uc.micro/-/uc.micro-2.1.0.tgz",
  8082. "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==",
  8083. "license": "MIT"
  8084. },
  8085. "node_modules/undici-types": {
  8086. "version": "6.21.0",
  8087. "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-6.21.0.tgz",
  8088. "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
  8089. "dev": true,
  8090. "license": "MIT"
  8091. },
  8092. "node_modules/unified": {
  8093. "version": "11.0.5",
  8094. "resolved": "https://registry.npmmirror.com/unified/-/unified-11.0.5.tgz",
  8095. "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==",
  8096. "license": "MIT",
  8097. "dependencies": {
  8098. "@types/unist": "^3.0.0",
  8099. "bail": "^2.0.0",
  8100. "devlop": "^1.0.0",
  8101. "extend": "^3.0.0",
  8102. "is-plain-obj": "^4.0.0",
  8103. "trough": "^2.0.0",
  8104. "vfile": "^6.0.0"
  8105. },
  8106. "funding": {
  8107. "type": "opencollective",
  8108. "url": "https://opencollective.com/unified"
  8109. }
  8110. },
  8111. "node_modules/unist-util-is": {
  8112. "version": "6.0.1",
  8113. "resolved": "https://registry.npmmirror.com/unist-util-is/-/unist-util-is-6.0.1.tgz",
  8114. "integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==",
  8115. "license": "MIT",
  8116. "dependencies": {
  8117. "@types/unist": "^3.0.0"
  8118. },
  8119. "funding": {
  8120. "type": "opencollective",
  8121. "url": "https://opencollective.com/unified"
  8122. }
  8123. },
  8124. "node_modules/unist-util-position": {
  8125. "version": "5.0.0",
  8126. "resolved": "https://registry.npmmirror.com/unist-util-position/-/unist-util-position-5.0.0.tgz",
  8127. "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
  8128. "license": "MIT",
  8129. "dependencies": {
  8130. "@types/unist": "^3.0.0"
  8131. },
  8132. "funding": {
  8133. "type": "opencollective",
  8134. "url": "https://opencollective.com/unified"
  8135. }
  8136. },
  8137. "node_modules/unist-util-position-from-estree": {
  8138. "version": "2.0.0",
  8139. "resolved": "https://registry.npmmirror.com/unist-util-position-from-estree/-/unist-util-position-from-estree-2.0.0.tgz",
  8140. "integrity": "sha512-KaFVRjoqLyF6YXCbVLNad/eS4+OfPQQn2yOd7zF/h5T/CSL2v8NpN6a5TPvtbXthAGw5nG+PuTtq+DdIZr+cRQ==",
  8141. "license": "MIT",
  8142. "dependencies": {
  8143. "@types/unist": "^3.0.0"
  8144. },
  8145. "funding": {
  8146. "type": "opencollective",
  8147. "url": "https://opencollective.com/unified"
  8148. }
  8149. },
  8150. "node_modules/unist-util-stringify-position": {
  8151. "version": "4.0.0",
  8152. "resolved": "https://registry.npmmirror.com/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
  8153. "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
  8154. "license": "MIT",
  8155. "dependencies": {
  8156. "@types/unist": "^3.0.0"
  8157. },
  8158. "funding": {
  8159. "type": "opencollective",
  8160. "url": "https://opencollective.com/unified"
  8161. }
  8162. },
  8163. "node_modules/unist-util-visit": {
  8164. "version": "5.1.0",
  8165. "resolved": "https://registry.npmmirror.com/unist-util-visit/-/unist-util-visit-5.1.0.tgz",
  8166. "integrity": "sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==",
  8167. "license": "MIT",
  8168. "dependencies": {
  8169. "@types/unist": "^3.0.0",
  8170. "unist-util-is": "^6.0.0",
  8171. "unist-util-visit-parents": "^6.0.0"
  8172. },
  8173. "funding": {
  8174. "type": "opencollective",
  8175. "url": "https://opencollective.com/unified"
  8176. }
  8177. },
  8178. "node_modules/unist-util-visit-parents": {
  8179. "version": "6.0.2",
  8180. "resolved": "https://registry.npmmirror.com/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz",
  8181. "integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==",
  8182. "license": "MIT",
  8183. "dependencies": {
  8184. "@types/unist": "^3.0.0",
  8185. "unist-util-is": "^6.0.0"
  8186. },
  8187. "funding": {
  8188. "type": "opencollective",
  8189. "url": "https://opencollective.com/unified"
  8190. }
  8191. },
  8192. "node_modules/update-browserslist-db": {
  8193. "version": "1.2.3",
  8194. "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
  8195. "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
  8196. "dev": true,
  8197. "funding": [
  8198. {
  8199. "type": "opencollective",
  8200. "url": "https://opencollective.com/browserslist"
  8201. },
  8202. {
  8203. "type": "tidelift",
  8204. "url": "https://tidelift.com/funding/github/npm/browserslist"
  8205. },
  8206. {
  8207. "type": "github",
  8208. "url": "https://github.com/sponsors/ai"
  8209. }
  8210. ],
  8211. "license": "MIT",
  8212. "dependencies": {
  8213. "escalade": "^3.2.0",
  8214. "picocolors": "^1.1.1"
  8215. },
  8216. "bin": {
  8217. "update-browserslist-db": "cli.js"
  8218. },
  8219. "peerDependencies": {
  8220. "browserslist": ">= 4.21.0"
  8221. }
  8222. },
  8223. "node_modules/uri-js": {
  8224. "version": "4.4.1",
  8225. "resolved": "https://registry.npmmirror.com/uri-js/-/uri-js-4.4.1.tgz",
  8226. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  8227. "dev": true,
  8228. "license": "BSD-2-Clause",
  8229. "dependencies": {
  8230. "punycode": "^2.1.0"
  8231. }
  8232. },
  8233. "node_modules/use-sync-external-store": {
  8234. "version": "1.6.0",
  8235. "resolved": "https://registry.npmmirror.com/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz",
  8236. "integrity": "sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==",
  8237. "license": "MIT",
  8238. "peerDependencies": {
  8239. "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  8240. }
  8241. },
  8242. "node_modules/utility-types": {
  8243. "version": "3.11.0",
  8244. "resolved": "https://registry.npmmirror.com/utility-types/-/utility-types-3.11.0.tgz",
  8245. "integrity": "sha512-6Z7Ma2aVEWisaL6TvBCy7P8rm2LQoPv6dJ7ecIaIixHcwfbJ0x7mWdbcwlIM5IGQxPZSFYeqRCqlOOeKoJYMkw==",
  8246. "license": "MIT",
  8247. "engines": {
  8248. "node": ">= 4"
  8249. }
  8250. },
  8251. "node_modules/vfile": {
  8252. "version": "6.0.3",
  8253. "resolved": "https://registry.npmmirror.com/vfile/-/vfile-6.0.3.tgz",
  8254. "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
  8255. "license": "MIT",
  8256. "dependencies": {
  8257. "@types/unist": "^3.0.0",
  8258. "vfile-message": "^4.0.0"
  8259. },
  8260. "funding": {
  8261. "type": "opencollective",
  8262. "url": "https://opencollective.com/unified"
  8263. }
  8264. },
  8265. "node_modules/vfile-message": {
  8266. "version": "4.0.3",
  8267. "resolved": "https://registry.npmmirror.com/vfile-message/-/vfile-message-4.0.3.tgz",
  8268. "integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==",
  8269. "license": "MIT",
  8270. "dependencies": {
  8271. "@types/unist": "^3.0.0",
  8272. "unist-util-stringify-position": "^4.0.0"
  8273. },
  8274. "funding": {
  8275. "type": "opencollective",
  8276. "url": "https://opencollective.com/unified"
  8277. }
  8278. },
  8279. "node_modules/vite": {
  8280. "version": "5.4.21",
  8281. "resolved": "https://registry.npmmirror.com/vite/-/vite-5.4.21.tgz",
  8282. "integrity": "sha512-o5a9xKjbtuhY6Bi5S3+HvbRERmouabWbyUcpXXUA1u+GNUKoROi9byOJ8M0nHbHYHkYICiMlqxkg1KkYmm25Sw==",
  8283. "dev": true,
  8284. "license": "MIT",
  8285. "dependencies": {
  8286. "esbuild": "^0.21.3",
  8287. "postcss": "^8.4.43",
  8288. "rollup": "^4.20.0"
  8289. },
  8290. "bin": {
  8291. "vite": "bin/vite.js"
  8292. },
  8293. "engines": {
  8294. "node": "^18.0.0 || >=20.0.0"
  8295. },
  8296. "funding": {
  8297. "url": "https://github.com/vitejs/vite?sponsor=1"
  8298. },
  8299. "optionalDependencies": {
  8300. "fsevents": "~2.3.3"
  8301. },
  8302. "peerDependencies": {
  8303. "@types/node": "^18.0.0 || >=20.0.0",
  8304. "less": "*",
  8305. "lightningcss": "^1.21.0",
  8306. "sass": "*",
  8307. "sass-embedded": "*",
  8308. "stylus": "*",
  8309. "sugarss": "*",
  8310. "terser": "^5.4.0"
  8311. },
  8312. "peerDependenciesMeta": {
  8313. "@types/node": {
  8314. "optional": true
  8315. },
  8316. "less": {
  8317. "optional": true
  8318. },
  8319. "lightningcss": {
  8320. "optional": true
  8321. },
  8322. "sass": {
  8323. "optional": true
  8324. },
  8325. "sass-embedded": {
  8326. "optional": true
  8327. },
  8328. "stylus": {
  8329. "optional": true
  8330. },
  8331. "sugarss": {
  8332. "optional": true
  8333. },
  8334. "terser": {
  8335. "optional": true
  8336. }
  8337. }
  8338. },
  8339. "node_modules/w3c-keyname": {
  8340. "version": "2.2.8",
  8341. "resolved": "https://registry.npmmirror.com/w3c-keyname/-/w3c-keyname-2.2.8.tgz",
  8342. "integrity": "sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==",
  8343. "license": "MIT"
  8344. },
  8345. "node_modules/which": {
  8346. "version": "2.0.2",
  8347. "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
  8348. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  8349. "dev": true,
  8350. "license": "ISC",
  8351. "dependencies": {
  8352. "isexe": "^2.0.0"
  8353. },
  8354. "bin": {
  8355. "node-which": "bin/node-which"
  8356. },
  8357. "engines": {
  8358. "node": ">= 8"
  8359. }
  8360. },
  8361. "node_modules/word-wrap": {
  8362. "version": "1.2.5",
  8363. "resolved": "https://registry.npmmirror.com/word-wrap/-/word-wrap-1.2.5.tgz",
  8364. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  8365. "dev": true,
  8366. "license": "MIT",
  8367. "engines": {
  8368. "node": ">=0.10.0"
  8369. }
  8370. },
  8371. "node_modules/wrappy": {
  8372. "version": "1.0.2",
  8373. "resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz",
  8374. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  8375. "dev": true,
  8376. "license": "ISC"
  8377. },
  8378. "node_modules/yallist": {
  8379. "version": "3.1.1",
  8380. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz",
  8381. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  8382. "dev": true,
  8383. "license": "ISC"
  8384. },
  8385. "node_modules/yocto-queue": {
  8386. "version": "0.1.0",
  8387. "resolved": "https://registry.npmmirror.com/yocto-queue/-/yocto-queue-0.1.0.tgz",
  8388. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  8389. "dev": true,
  8390. "license": "MIT",
  8391. "engines": {
  8392. "node": ">=10"
  8393. },
  8394. "funding": {
  8395. "url": "https://github.com/sponsors/sindresorhus"
  8396. }
  8397. },
  8398. "node_modules/zwitch": {
  8399. "version": "2.0.4",
  8400. "resolved": "https://registry.npmmirror.com/zwitch/-/zwitch-2.0.4.tgz",
  8401. "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
  8402. "license": "MIT",
  8403. "funding": {
  8404. "type": "github",
  8405. "url": "https://github.com/sponsors/wooorm"
  8406. }
  8407. }
  8408. }
  8409. }