package-lock.json 305 KB

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