package-lock.json 260 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964496549664967496849694970497149724973497449754976497749784979498049814982498349844985498649874988498949904991499249934994499549964997499849995000500150025003500450055006500750085009501050115012501350145015501650175018501950205021502250235024502550265027502850295030503150325033503450355036503750385039504050415042504350445045504650475048504950505051505250535054505550565057505850595060506150625063506450655066506750685069507050715072507350745075507650775078507950805081508250835084508550865087508850895090509150925093509450955096509750985099510051015102510351045105510651075108510951105111511251135114511551165117511851195120512151225123512451255126512751285129513051315132513351345135513651375138513951405141514251435144514551465147514851495150515151525153515451555156515751585159516051615162516351645165516651675168516951705171517251735174517551765177517851795180518151825183518451855186518751885189519051915192519351945195519651975198519952005201520252035204520552065207520852095210521152125213521452155216521752185219522052215222522352245225522652275228522952305231523252335234523552365237523852395240524152425243524452455246524752485249525052515252525352545255525652575258525952605261526252635264526552665267526852695270527152725273527452755276527752785279528052815282528352845285528652875288528952905291529252935294529552965297529852995300530153025303530453055306530753085309531053115312531353145315531653175318531953205321532253235324532553265327532853295330533153325333533453355336533753385339534053415342534353445345534653475348534953505351535253535354535553565357535853595360536153625363536453655366536753685369537053715372537353745375537653775378537953805381538253835384538553865387538853895390539153925393539453955396539753985399540054015402540354045405540654075408540954105411541254135414541554165417541854195420542154225423542454255426542754285429543054315432543354345435543654375438543954405441544254435444544554465447544854495450545154525453545454555456545754585459546054615462546354645465546654675468546954705471547254735474547554765477547854795480548154825483548454855486548754885489549054915492549354945495549654975498549955005501550255035504550555065507550855095510551155125513551455155516551755185519552055215522552355245525552655275528552955305531553255335534553555365537553855395540554155425543554455455546554755485549555055515552555355545555555655575558555955605561556255635564556555665567556855695570557155725573557455755576557755785579558055815582558355845585558655875588558955905591559255935594559555965597559855995600560156025603560456055606560756085609561056115612561356145615561656175618561956205621562256235624562556265627562856295630563156325633563456355636563756385639564056415642564356445645564656475648564956505651565256535654565556565657565856595660566156625663566456655666566756685669567056715672567356745675567656775678567956805681568256835684568556865687568856895690569156925693569456955696569756985699570057015702570357045705570657075708570957105711571257135714571557165717571857195720572157225723572457255726572757285729573057315732573357345735573657375738573957405741574257435744574557465747574857495750575157525753575457555756575757585759576057615762576357645765576657675768576957705771577257735774577557765777577857795780578157825783578457855786578757885789579057915792579357945795579657975798579958005801580258035804580558065807580858095810581158125813581458155816581758185819582058215822582358245825582658275828582958305831583258335834583558365837583858395840584158425843584458455846584758485849585058515852585358545855585658575858585958605861586258635864586558665867586858695870587158725873587458755876587758785879588058815882588358845885588658875888588958905891589258935894589558965897589858995900590159025903590459055906590759085909591059115912591359145915591659175918591959205921592259235924592559265927592859295930593159325933593459355936593759385939594059415942594359445945594659475948594959505951595259535954595559565957595859595960596159625963596459655966596759685969597059715972597359745975597659775978597959805981598259835984598559865987598859895990599159925993599459955996599759985999600060016002600360046005600660076008600960106011601260136014601560166017601860196020602160226023602460256026602760286029603060316032603360346035603660376038603960406041604260436044604560466047604860496050605160526053605460556056605760586059606060616062606360646065606660676068606960706071607260736074607560766077607860796080608160826083608460856086608760886089609060916092609360946095609660976098609961006101610261036104610561066107610861096110611161126113611461156116611761186119612061216122612361246125612661276128612961306131613261336134613561366137613861396140614161426143614461456146614761486149615061516152615361546155615661576158615961606161616261636164616561666167616861696170617161726173617461756176617761786179618061816182618361846185618661876188618961906191619261936194619561966197619861996200620162026203620462056206620762086209621062116212621362146215621662176218621962206221622262236224622562266227622862296230623162326233623462356236623762386239624062416242624362446245624662476248624962506251625262536254625562566257625862596260626162626263626462656266626762686269627062716272627362746275627662776278627962806281628262836284628562866287628862896290629162926293629462956296629762986299630063016302630363046305630663076308630963106311631263136314631563166317631863196320632163226323632463256326632763286329633063316332633363346335633663376338633963406341634263436344634563466347634863496350635163526353635463556356635763586359636063616362636363646365636663676368636963706371637263736374637563766377637863796380638163826383638463856386638763886389639063916392639363946395639663976398639964006401640264036404640564066407640864096410641164126413641464156416641764186419642064216422642364246425642664276428642964306431643264336434643564366437643864396440644164426443644464456446644764486449645064516452645364546455645664576458645964606461646264636464646564666467646864696470647164726473647464756476647764786479648064816482648364846485648664876488648964906491649264936494649564966497649864996500650165026503650465056506650765086509651065116512651365146515651665176518651965206521652265236524652565266527652865296530653165326533653465356536653765386539654065416542654365446545654665476548654965506551655265536554655565566557655865596560656165626563656465656566656765686569657065716572657365746575657665776578657965806581658265836584658565866587658865896590659165926593659465956596659765986599660066016602660366046605660666076608660966106611661266136614661566166617661866196620662166226623662466256626662766286629663066316632663366346635663666376638663966406641664266436644664566466647664866496650665166526653665466556656665766586659666066616662666366646665666666676668666966706671667266736674667566766677667866796680668166826683668466856686668766886689669066916692669366946695669666976698669967006701670267036704670567066707670867096710671167126713671467156716671767186719672067216722672367246725672667276728672967306731673267336734673567366737673867396740674167426743674467456746674767486749675067516752675367546755675667576758675967606761676267636764676567666767676867696770677167726773677467756776677767786779678067816782678367846785678667876788678967906791679267936794679567966797679867996800680168026803680468056806680768086809681068116812681368146815681668176818681968206821682268236824682568266827682868296830683168326833683468356836683768386839684068416842684368446845684668476848684968506851685268536854685568566857685868596860686168626863686468656866686768686869687068716872687368746875687668776878687968806881688268836884688568866887688868896890689168926893689468956896689768986899690069016902690369046905690669076908690969106911691269136914691569166917691869196920692169226923692469256926692769286929693069316932693369346935693669376938693969406941694269436944694569466947694869496950695169526953695469556956695769586959696069616962696369646965696669676968696969706971697269736974697569766977697869796980698169826983698469856986698769886989699069916992699369946995699669976998699970007001700270037004700570067007700870097010701170127013701470157016701770187019702070217022702370247025702670277028702970307031703270337034703570367037703870397040704170427043704470457046704770487049705070517052
  1. {
  2. "name": "ksuslov-source",
  3. "version": "0.0.1",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "version": "0.0.1",
  9. "dependencies": {
  10. "@astrojs/starlight": "^0.13.0",
  11. "astro": "^3.2.3",
  12. "sharp": "^0.32.5"
  13. }
  14. },
  15. "node_modules/@ampproject/remapping": {
  16. "version": "2.2.1",
  17. "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz",
  18. "integrity": "sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==",
  19. "dependencies": {
  20. "@jridgewell/gen-mapping": "^0.3.0",
  21. "@jridgewell/trace-mapping": "^0.3.9"
  22. },
  23. "engines": {
  24. "node": ">=6.0.0"
  25. }
  26. },
  27. "node_modules/@astrojs/compiler": {
  28. "version": "2.3.2",
  29. "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.3.2.tgz",
  30. "integrity": "sha512-jkY7bCVxl27KeZsSxIZ+pqACe+g8VQUdTiSJRj/sXYdIaZlW3ZMq4qF2M17P/oDt3LBq0zLNwQr4Cb7fSpRGxQ=="
  31. },
  32. "node_modules/@astrojs/internal-helpers": {
  33. "version": "0.2.1",
  34. "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.2.1.tgz",
  35. "integrity": "sha512-06DD2ZnItMwUnH81LBLco3tWjcZ1lGU9rLCCBaeUCGYe9cI0wKyY2W3kDyoW1I6GmcWgt1fu+D1CTvz+FIKf8A=="
  36. },
  37. "node_modules/@astrojs/markdown-remark": {
  38. "version": "3.5.0",
  39. "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-3.5.0.tgz",
  40. "integrity": "sha512-q7vdIqzYhxpsfghg2YmkmSXCfp4w7lBTYP+SSHw89wVhC5Riltr3u8w2otBRxNLSByNi+ht/gGkFC23Shetytw==",
  41. "dependencies": {
  42. "@astrojs/prism": "^3.0.0",
  43. "github-slugger": "^2.0.0",
  44. "import-meta-resolve": "^3.0.0",
  45. "mdast-util-definitions": "^6.0.0",
  46. "rehype-raw": "^6.1.1",
  47. "rehype-stringify": "^9.0.4",
  48. "remark-gfm": "^3.0.1",
  49. "remark-parse": "^10.0.2",
  50. "remark-rehype": "^10.1.0",
  51. "remark-smartypants": "^2.0.0",
  52. "shikiji": "^0.6.8",
  53. "unified": "^10.1.2",
  54. "unist-util-visit": "^4.1.2",
  55. "vfile": "^5.3.7"
  56. },
  57. "peerDependencies": {
  58. "astro": "^3.0.0"
  59. }
  60. },
  61. "node_modules/@astrojs/mdx": {
  62. "version": "1.1.5",
  63. "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-1.1.5.tgz",
  64. "integrity": "sha512-4bveyB1Lb1vWo2kdHJjQYoCytWlrIjAxHATHUTuYnBPmdPjsfy9wuCnb9rozwyyarDABx87CzG5gotBNYd+dVA==",
  65. "dependencies": {
  66. "@astrojs/markdown-remark": "3.5.0",
  67. "@mdx-js/mdx": "^2.3.0",
  68. "acorn": "^8.10.0",
  69. "es-module-lexer": "^1.3.0",
  70. "estree-util-visit": "^1.2.1",
  71. "github-slugger": "^2.0.0",
  72. "gray-matter": "^4.0.3",
  73. "hast-util-to-html": "^8.0.4",
  74. "kleur": "^4.1.4",
  75. "rehype-raw": "^6.1.1",
  76. "remark-gfm": "^3.0.1",
  77. "remark-smartypants": "^2.0.0",
  78. "source-map": "^0.7.4",
  79. "unist-util-visit": "^4.1.2",
  80. "vfile": "^5.3.7"
  81. },
  82. "engines": {
  83. "node": ">=18.14.1"
  84. },
  85. "peerDependencies": {
  86. "astro": "^3.0.0"
  87. }
  88. },
  89. "node_modules/@astrojs/prism": {
  90. "version": "3.0.0",
  91. "resolved": "https://registry.npmjs.org/@astrojs/prism/-/prism-3.0.0.tgz",
  92. "integrity": "sha512-g61lZupWq1bYbcBnYZqdjndShr/J3l/oFobBKPA3+qMat146zce3nz2kdO4giGbhYDt4gYdhmoBz0vZJ4sIurQ==",
  93. "dependencies": {
  94. "prismjs": "^1.29.0"
  95. },
  96. "engines": {
  97. "node": ">=18.14.1"
  98. }
  99. },
  100. "node_modules/@astrojs/sitemap": {
  101. "version": "3.0.3",
  102. "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.0.3.tgz",
  103. "integrity": "sha512-+GRKp1yho9dpHBcMcU6JpbL41k0yYZghOkNsMRb8QIRflbGHvd787tdv9oIZ5NJj0SqAuOlqp2UpqLkJXuAe2A==",
  104. "dependencies": {
  105. "sitemap": "^7.1.1",
  106. "zod": "^3.22.4"
  107. }
  108. },
  109. "node_modules/@astrojs/starlight": {
  110. "version": "0.13.0",
  111. "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.13.0.tgz",
  112. "integrity": "sha512-3SVWGP9Qze3UkM5Wozpx+5v9dh75ZFPSHRqzeuXNtctn5nHjlzvOgIIQnuyyNhIEQMfml1lo83jL3Vsf7Qk7Iw==",
  113. "dependencies": {
  114. "@astrojs/mdx": "^1.1.0",
  115. "@astrojs/sitemap": "^3.0.0",
  116. "@pagefind/default-ui": "^1.0.3",
  117. "@types/mdast": "^3.0.11",
  118. "astro-expressive-code": "^0.29.0",
  119. "bcp-47": "^2.1.0",
  120. "execa": "^8.0.1",
  121. "hast-util-select": "^5.0.5",
  122. "hastscript": "^7.2.0",
  123. "pagefind": "^1.0.3",
  124. "rehype": "^12.0.1",
  125. "remark-directive": "^2.0.1",
  126. "unified": "^10.1.2",
  127. "unist-util-remove": "^3.1.1",
  128. "unist-util-visit": "^4.1.2",
  129. "vfile": "^5.3.7"
  130. },
  131. "peerDependencies": {
  132. "astro": "^3.2.0"
  133. }
  134. },
  135. "node_modules/@astrojs/telemetry": {
  136. "version": "3.0.4",
  137. "resolved": "https://registry.npmjs.org/@astrojs/telemetry/-/telemetry-3.0.4.tgz",
  138. "integrity": "sha512-A+0c7k/Xy293xx6odsYZuXiaHO0PL+bnDoXOc47sGDF5ffIKdKQGRPFl2NMlCF4L0NqN4Ynbgnaip+pPF0s7pQ==",
  139. "dependencies": {
  140. "ci-info": "^3.8.0",
  141. "debug": "^4.3.4",
  142. "dlv": "^1.1.3",
  143. "dset": "^3.1.2",
  144. "is-docker": "^3.0.0",
  145. "is-wsl": "^3.0.0",
  146. "which-pm-runs": "^1.1.0"
  147. },
  148. "engines": {
  149. "node": ">=18.14.1"
  150. }
  151. },
  152. "node_modules/@babel/code-frame": {
  153. "version": "7.23.4",
  154. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.4.tgz",
  155. "integrity": "sha512-r1IONyb6Ia+jYR2vvIDhdWdlTGhqbBoFqLTQidzZ4kepUFH15ejXvFHxCVbtl7BOXIudsIubf4E81xeA3h3IXA==",
  156. "dependencies": {
  157. "@babel/highlight": "^7.23.4",
  158. "chalk": "^2.4.2"
  159. },
  160. "engines": {
  161. "node": ">=6.9.0"
  162. }
  163. },
  164. "node_modules/@babel/compat-data": {
  165. "version": "7.23.3",
  166. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.23.3.tgz",
  167. "integrity": "sha512-BmR4bWbDIoFJmJ9z2cZ8Gmm2MXgEDgjdWgpKmKWUt54UGFJdlj31ECtbaDvCG/qVdG3AQ1SfpZEs01lUFbzLOQ==",
  168. "engines": {
  169. "node": ">=6.9.0"
  170. }
  171. },
  172. "node_modules/@babel/core": {
  173. "version": "7.23.3",
  174. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.3.tgz",
  175. "integrity": "sha512-Jg+msLuNuCJDyBvFv5+OKOUjWMZgd85bKjbICd3zWrKAo+bJ49HJufi7CQE0q0uR8NGyO6xkCACScNqyjHSZew==",
  176. "dependencies": {
  177. "@ampproject/remapping": "^2.2.0",
  178. "@babel/code-frame": "^7.22.13",
  179. "@babel/generator": "^7.23.3",
  180. "@babel/helper-compilation-targets": "^7.22.15",
  181. "@babel/helper-module-transforms": "^7.23.3",
  182. "@babel/helpers": "^7.23.2",
  183. "@babel/parser": "^7.23.3",
  184. "@babel/template": "^7.22.15",
  185. "@babel/traverse": "^7.23.3",
  186. "@babel/types": "^7.23.3",
  187. "convert-source-map": "^2.0.0",
  188. "debug": "^4.1.0",
  189. "gensync": "^1.0.0-beta.2",
  190. "json5": "^2.2.3",
  191. "semver": "^6.3.1"
  192. },
  193. "engines": {
  194. "node": ">=6.9.0"
  195. },
  196. "funding": {
  197. "type": "opencollective",
  198. "url": "https://opencollective.com/babel"
  199. }
  200. },
  201. "node_modules/@babel/core/node_modules/semver": {
  202. "version": "6.3.1",
  203. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  204. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  205. "bin": {
  206. "semver": "bin/semver.js"
  207. }
  208. },
  209. "node_modules/@babel/generator": {
  210. "version": "7.23.4",
  211. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.4.tgz",
  212. "integrity": "sha512-esuS49Cga3HcThFNebGhlgsrVLkvhqvYDTzgjfFFlHJcIfLe5jFmRRfCQ1KuBfc4Jrtn3ndLgKWAKjBE+IraYQ==",
  213. "dependencies": {
  214. "@babel/types": "^7.23.4",
  215. "@jridgewell/gen-mapping": "^0.3.2",
  216. "@jridgewell/trace-mapping": "^0.3.17",
  217. "jsesc": "^2.5.1"
  218. },
  219. "engines": {
  220. "node": ">=6.9.0"
  221. }
  222. },
  223. "node_modules/@babel/helper-annotate-as-pure": {
  224. "version": "7.22.5",
  225. "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz",
  226. "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==",
  227. "dependencies": {
  228. "@babel/types": "^7.22.5"
  229. },
  230. "engines": {
  231. "node": ">=6.9.0"
  232. }
  233. },
  234. "node_modules/@babel/helper-compilation-targets": {
  235. "version": "7.22.15",
  236. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz",
  237. "integrity": "sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==",
  238. "dependencies": {
  239. "@babel/compat-data": "^7.22.9",
  240. "@babel/helper-validator-option": "^7.22.15",
  241. "browserslist": "^4.21.9",
  242. "lru-cache": "^5.1.1",
  243. "semver": "^6.3.1"
  244. },
  245. "engines": {
  246. "node": ">=6.9.0"
  247. }
  248. },
  249. "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
  250. "version": "6.3.1",
  251. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  252. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  253. "bin": {
  254. "semver": "bin/semver.js"
  255. }
  256. },
  257. "node_modules/@babel/helper-environment-visitor": {
  258. "version": "7.22.20",
  259. "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz",
  260. "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==",
  261. "engines": {
  262. "node": ">=6.9.0"
  263. }
  264. },
  265. "node_modules/@babel/helper-function-name": {
  266. "version": "7.23.0",
  267. "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz",
  268. "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==",
  269. "dependencies": {
  270. "@babel/template": "^7.22.15",
  271. "@babel/types": "^7.23.0"
  272. },
  273. "engines": {
  274. "node": ">=6.9.0"
  275. }
  276. },
  277. "node_modules/@babel/helper-hoist-variables": {
  278. "version": "7.22.5",
  279. "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz",
  280. "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==",
  281. "dependencies": {
  282. "@babel/types": "^7.22.5"
  283. },
  284. "engines": {
  285. "node": ">=6.9.0"
  286. }
  287. },
  288. "node_modules/@babel/helper-module-imports": {
  289. "version": "7.22.15",
  290. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz",
  291. "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==",
  292. "dependencies": {
  293. "@babel/types": "^7.22.15"
  294. },
  295. "engines": {
  296. "node": ">=6.9.0"
  297. }
  298. },
  299. "node_modules/@babel/helper-module-transforms": {
  300. "version": "7.23.3",
  301. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz",
  302. "integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==",
  303. "dependencies": {
  304. "@babel/helper-environment-visitor": "^7.22.20",
  305. "@babel/helper-module-imports": "^7.22.15",
  306. "@babel/helper-simple-access": "^7.22.5",
  307. "@babel/helper-split-export-declaration": "^7.22.6",
  308. "@babel/helper-validator-identifier": "^7.22.20"
  309. },
  310. "engines": {
  311. "node": ">=6.9.0"
  312. },
  313. "peerDependencies": {
  314. "@babel/core": "^7.0.0"
  315. }
  316. },
  317. "node_modules/@babel/helper-plugin-utils": {
  318. "version": "7.22.5",
  319. "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz",
  320. "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==",
  321. "engines": {
  322. "node": ">=6.9.0"
  323. }
  324. },
  325. "node_modules/@babel/helper-simple-access": {
  326. "version": "7.22.5",
  327. "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz",
  328. "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==",
  329. "dependencies": {
  330. "@babel/types": "^7.22.5"
  331. },
  332. "engines": {
  333. "node": ">=6.9.0"
  334. }
  335. },
  336. "node_modules/@babel/helper-split-export-declaration": {
  337. "version": "7.22.6",
  338. "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz",
  339. "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==",
  340. "dependencies": {
  341. "@babel/types": "^7.22.5"
  342. },
  343. "engines": {
  344. "node": ">=6.9.0"
  345. }
  346. },
  347. "node_modules/@babel/helper-string-parser": {
  348. "version": "7.23.4",
  349. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz",
  350. "integrity": "sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==",
  351. "engines": {
  352. "node": ">=6.9.0"
  353. }
  354. },
  355. "node_modules/@babel/helper-validator-identifier": {
  356. "version": "7.22.20",
  357. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz",
  358. "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==",
  359. "engines": {
  360. "node": ">=6.9.0"
  361. }
  362. },
  363. "node_modules/@babel/helper-validator-option": {
  364. "version": "7.22.15",
  365. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz",
  366. "integrity": "sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==",
  367. "engines": {
  368. "node": ">=6.9.0"
  369. }
  370. },
  371. "node_modules/@babel/helpers": {
  372. "version": "7.23.4",
  373. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.4.tgz",
  374. "integrity": "sha512-HfcMizYz10cr3h29VqyfGL6ZWIjTwWfvYBMsBVGwpcbhNGe3wQ1ZXZRPzZoAHhd9OqHadHqjQ89iVKINXnbzuw==",
  375. "dependencies": {
  376. "@babel/template": "^7.22.15",
  377. "@babel/traverse": "^7.23.4",
  378. "@babel/types": "^7.23.4"
  379. },
  380. "engines": {
  381. "node": ">=6.9.0"
  382. }
  383. },
  384. "node_modules/@babel/highlight": {
  385. "version": "7.23.4",
  386. "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.23.4.tgz",
  387. "integrity": "sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==",
  388. "dependencies": {
  389. "@babel/helper-validator-identifier": "^7.22.20",
  390. "chalk": "^2.4.2",
  391. "js-tokens": "^4.0.0"
  392. },
  393. "engines": {
  394. "node": ">=6.9.0"
  395. }
  396. },
  397. "node_modules/@babel/parser": {
  398. "version": "7.23.4",
  399. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.4.tgz",
  400. "integrity": "sha512-vf3Xna6UEprW+7t6EtOmFpHNAuxw3xqPZghy+brsnusscJRW5BMUzzHZc5ICjULee81WeUV2jjakG09MDglJXQ==",
  401. "bin": {
  402. "parser": "bin/babel-parser.js"
  403. },
  404. "engines": {
  405. "node": ">=6.0.0"
  406. }
  407. },
  408. "node_modules/@babel/plugin-syntax-jsx": {
  409. "version": "7.23.3",
  410. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.23.3.tgz",
  411. "integrity": "sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==",
  412. "dependencies": {
  413. "@babel/helper-plugin-utils": "^7.22.5"
  414. },
  415. "engines": {
  416. "node": ">=6.9.0"
  417. },
  418. "peerDependencies": {
  419. "@babel/core": "^7.0.0-0"
  420. }
  421. },
  422. "node_modules/@babel/plugin-transform-react-jsx": {
  423. "version": "7.23.4",
  424. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.23.4.tgz",
  425. "integrity": "sha512-5xOpoPguCZCRbo/JeHlloSkTA8Bld1J/E1/kLfD1nsuiW1m8tduTA1ERCgIZokDflX/IBzKcqR3l7VlRgiIfHA==",
  426. "dependencies": {
  427. "@babel/helper-annotate-as-pure": "^7.22.5",
  428. "@babel/helper-module-imports": "^7.22.15",
  429. "@babel/helper-plugin-utils": "^7.22.5",
  430. "@babel/plugin-syntax-jsx": "^7.23.3",
  431. "@babel/types": "^7.23.4"
  432. },
  433. "engines": {
  434. "node": ">=6.9.0"
  435. },
  436. "peerDependencies": {
  437. "@babel/core": "^7.0.0-0"
  438. }
  439. },
  440. "node_modules/@babel/template": {
  441. "version": "7.22.15",
  442. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz",
  443. "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==",
  444. "dependencies": {
  445. "@babel/code-frame": "^7.22.13",
  446. "@babel/parser": "^7.22.15",
  447. "@babel/types": "^7.22.15"
  448. },
  449. "engines": {
  450. "node": ">=6.9.0"
  451. }
  452. },
  453. "node_modules/@babel/traverse": {
  454. "version": "7.23.4",
  455. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.4.tgz",
  456. "integrity": "sha512-IYM8wSUwunWTB6tFC2dkKZhxbIjHoWemdK+3f8/wq8aKhbUscxD5MX72ubd90fxvFknaLPeGw5ycU84V1obHJg==",
  457. "dependencies": {
  458. "@babel/code-frame": "^7.23.4",
  459. "@babel/generator": "^7.23.4",
  460. "@babel/helper-environment-visitor": "^7.22.20",
  461. "@babel/helper-function-name": "^7.23.0",
  462. "@babel/helper-hoist-variables": "^7.22.5",
  463. "@babel/helper-split-export-declaration": "^7.22.6",
  464. "@babel/parser": "^7.23.4",
  465. "@babel/types": "^7.23.4",
  466. "debug": "^4.1.0",
  467. "globals": "^11.1.0"
  468. },
  469. "engines": {
  470. "node": ">=6.9.0"
  471. }
  472. },
  473. "node_modules/@babel/types": {
  474. "version": "7.23.4",
  475. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.4.tgz",
  476. "integrity": "sha512-7uIFwVYpoplT5jp/kVv6EF93VaJ8H+Yn5IczYiaAi98ajzjfoZfslet/e0sLh+wVBjb2qqIut1b0S26VSafsSQ==",
  477. "dependencies": {
  478. "@babel/helper-string-parser": "^7.23.4",
  479. "@babel/helper-validator-identifier": "^7.22.20",
  480. "to-fast-properties": "^2.0.0"
  481. },
  482. "engines": {
  483. "node": ">=6.9.0"
  484. }
  485. },
  486. "node_modules/@ctrl/tinycolor": {
  487. "version": "3.6.1",
  488. "resolved": "https://registry.npmjs.org/@ctrl/tinycolor/-/tinycolor-3.6.1.tgz",
  489. "integrity": "sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==",
  490. "engines": {
  491. "node": ">=10"
  492. }
  493. },
  494. "node_modules/@esbuild/android-arm": {
  495. "version": "0.19.8",
  496. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.8.tgz",
  497. "integrity": "sha512-31E2lxlGM1KEfivQl8Yf5aYU/mflz9g06H6S15ITUFQueMFtFjESRMoDSkvMo8thYvLBax+VKTPlpnx+sPicOA==",
  498. "cpu": [
  499. "arm"
  500. ],
  501. "optional": true,
  502. "os": [
  503. "android"
  504. ],
  505. "engines": {
  506. "node": ">=12"
  507. }
  508. },
  509. "node_modules/@esbuild/android-arm64": {
  510. "version": "0.19.8",
  511. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.8.tgz",
  512. "integrity": "sha512-B8JbS61bEunhfx8kasogFENgQfr/dIp+ggYXwTqdbMAgGDhRa3AaPpQMuQU0rNxDLECj6FhDzk1cF9WHMVwrtA==",
  513. "cpu": [
  514. "arm64"
  515. ],
  516. "optional": true,
  517. "os": [
  518. "android"
  519. ],
  520. "engines": {
  521. "node": ">=12"
  522. }
  523. },
  524. "node_modules/@esbuild/android-x64": {
  525. "version": "0.19.8",
  526. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.8.tgz",
  527. "integrity": "sha512-rdqqYfRIn4jWOp+lzQttYMa2Xar3OK9Yt2fhOhzFXqg0rVWEfSclJvZq5fZslnz6ypHvVf3CT7qyf0A5pM682A==",
  528. "cpu": [
  529. "x64"
  530. ],
  531. "optional": true,
  532. "os": [
  533. "android"
  534. ],
  535. "engines": {
  536. "node": ">=12"
  537. }
  538. },
  539. "node_modules/@esbuild/darwin-arm64": {
  540. "version": "0.19.8",
  541. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.8.tgz",
  542. "integrity": "sha512-RQw9DemMbIq35Bprbboyf8SmOr4UXsRVxJ97LgB55VKKeJOOdvsIPy0nFyF2l8U+h4PtBx/1kRf0BelOYCiQcw==",
  543. "cpu": [
  544. "arm64"
  545. ],
  546. "optional": true,
  547. "os": [
  548. "darwin"
  549. ],
  550. "engines": {
  551. "node": ">=12"
  552. }
  553. },
  554. "node_modules/@esbuild/darwin-x64": {
  555. "version": "0.19.8",
  556. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.8.tgz",
  557. "integrity": "sha512-3sur80OT9YdeZwIVgERAysAbwncom7b4bCI2XKLjMfPymTud7e/oY4y+ci1XVp5TfQp/bppn7xLw1n/oSQY3/Q==",
  558. "cpu": [
  559. "x64"
  560. ],
  561. "optional": true,
  562. "os": [
  563. "darwin"
  564. ],
  565. "engines": {
  566. "node": ">=12"
  567. }
  568. },
  569. "node_modules/@esbuild/freebsd-arm64": {
  570. "version": "0.19.8",
  571. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.8.tgz",
  572. "integrity": "sha512-WAnPJSDattvS/XtPCTj1tPoTxERjcTpH6HsMr6ujTT+X6rylVe8ggxk8pVxzf5U1wh5sPODpawNicF5ta/9Tmw==",
  573. "cpu": [
  574. "arm64"
  575. ],
  576. "optional": true,
  577. "os": [
  578. "freebsd"
  579. ],
  580. "engines": {
  581. "node": ">=12"
  582. }
  583. },
  584. "node_modules/@esbuild/freebsd-x64": {
  585. "version": "0.19.8",
  586. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.8.tgz",
  587. "integrity": "sha512-ICvZyOplIjmmhjd6mxi+zxSdpPTKFfyPPQMQTK/w+8eNK6WV01AjIztJALDtwNNfFhfZLux0tZLC+U9nSyA5Zg==",
  588. "cpu": [
  589. "x64"
  590. ],
  591. "optional": true,
  592. "os": [
  593. "freebsd"
  594. ],
  595. "engines": {
  596. "node": ">=12"
  597. }
  598. },
  599. "node_modules/@esbuild/linux-arm": {
  600. "version": "0.19.8",
  601. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.8.tgz",
  602. "integrity": "sha512-H4vmI5PYqSvosPaTJuEppU9oz1dq2A7Mr2vyg5TF9Ga+3+MGgBdGzcyBP7qK9MrwFQZlvNyJrvz6GuCaj3OukQ==",
  603. "cpu": [
  604. "arm"
  605. ],
  606. "optional": true,
  607. "os": [
  608. "linux"
  609. ],
  610. "engines": {
  611. "node": ">=12"
  612. }
  613. },
  614. "node_modules/@esbuild/linux-arm64": {
  615. "version": "0.19.8",
  616. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.8.tgz",
  617. "integrity": "sha512-z1zMZivxDLHWnyGOctT9JP70h0beY54xDDDJt4VpTX+iwA77IFsE1vCXWmprajJGa+ZYSqkSbRQ4eyLCpCmiCQ==",
  618. "cpu": [
  619. "arm64"
  620. ],
  621. "optional": true,
  622. "os": [
  623. "linux"
  624. ],
  625. "engines": {
  626. "node": ">=12"
  627. }
  628. },
  629. "node_modules/@esbuild/linux-ia32": {
  630. "version": "0.19.8",
  631. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.8.tgz",
  632. "integrity": "sha512-1a8suQiFJmZz1khm/rDglOc8lavtzEMRo0v6WhPgxkrjcU0LkHj+TwBrALwoz/OtMExvsqbbMI0ChyelKabSvQ==",
  633. "cpu": [
  634. "ia32"
  635. ],
  636. "optional": true,
  637. "os": [
  638. "linux"
  639. ],
  640. "engines": {
  641. "node": ">=12"
  642. }
  643. },
  644. "node_modules/@esbuild/linux-loong64": {
  645. "version": "0.19.8",
  646. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.8.tgz",
  647. "integrity": "sha512-fHZWS2JJxnXt1uYJsDv9+b60WCc2RlvVAy1F76qOLtXRO+H4mjt3Tr6MJ5l7Q78X8KgCFudnTuiQRBhULUyBKQ==",
  648. "cpu": [
  649. "loong64"
  650. ],
  651. "optional": true,
  652. "os": [
  653. "linux"
  654. ],
  655. "engines": {
  656. "node": ">=12"
  657. }
  658. },
  659. "node_modules/@esbuild/linux-mips64el": {
  660. "version": "0.19.8",
  661. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.8.tgz",
  662. "integrity": "sha512-Wy/z0EL5qZYLX66dVnEg9riiwls5IYnziwuju2oUiuxVc+/edvqXa04qNtbrs0Ukatg5HEzqT94Zs7J207dN5Q==",
  663. "cpu": [
  664. "mips64el"
  665. ],
  666. "optional": true,
  667. "os": [
  668. "linux"
  669. ],
  670. "engines": {
  671. "node": ">=12"
  672. }
  673. },
  674. "node_modules/@esbuild/linux-ppc64": {
  675. "version": "0.19.8",
  676. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.8.tgz",
  677. "integrity": "sha512-ETaW6245wK23YIEufhMQ3HSeHO7NgsLx8gygBVldRHKhOlD1oNeNy/P67mIh1zPn2Hr2HLieQrt6tWrVwuqrxg==",
  678. "cpu": [
  679. "ppc64"
  680. ],
  681. "optional": true,
  682. "os": [
  683. "linux"
  684. ],
  685. "engines": {
  686. "node": ">=12"
  687. }
  688. },
  689. "node_modules/@esbuild/linux-riscv64": {
  690. "version": "0.19.8",
  691. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.8.tgz",
  692. "integrity": "sha512-T2DRQk55SgoleTP+DtPlMrxi/5r9AeFgkhkZ/B0ap99zmxtxdOixOMI570VjdRCs9pE4Wdkz7JYrsPvsl7eESg==",
  693. "cpu": [
  694. "riscv64"
  695. ],
  696. "optional": true,
  697. "os": [
  698. "linux"
  699. ],
  700. "engines": {
  701. "node": ">=12"
  702. }
  703. },
  704. "node_modules/@esbuild/linux-s390x": {
  705. "version": "0.19.8",
  706. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.8.tgz",
  707. "integrity": "sha512-NPxbdmmo3Bk7mbNeHmcCd7R7fptJaczPYBaELk6NcXxy7HLNyWwCyDJ/Xx+/YcNH7Im5dHdx9gZ5xIwyliQCbg==",
  708. "cpu": [
  709. "s390x"
  710. ],
  711. "optional": true,
  712. "os": [
  713. "linux"
  714. ],
  715. "engines": {
  716. "node": ">=12"
  717. }
  718. },
  719. "node_modules/@esbuild/linux-x64": {
  720. "version": "0.19.8",
  721. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.8.tgz",
  722. "integrity": "sha512-lytMAVOM3b1gPypL2TRmZ5rnXl7+6IIk8uB3eLsV1JwcizuolblXRrc5ShPrO9ls/b+RTp+E6gbsuLWHWi2zGg==",
  723. "cpu": [
  724. "x64"
  725. ],
  726. "optional": true,
  727. "os": [
  728. "linux"
  729. ],
  730. "engines": {
  731. "node": ">=12"
  732. }
  733. },
  734. "node_modules/@esbuild/netbsd-x64": {
  735. "version": "0.19.8",
  736. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.8.tgz",
  737. "integrity": "sha512-hvWVo2VsXz/8NVt1UhLzxwAfo5sioj92uo0bCfLibB0xlOmimU/DeAEsQILlBQvkhrGjamP0/el5HU76HAitGw==",
  738. "cpu": [
  739. "x64"
  740. ],
  741. "optional": true,
  742. "os": [
  743. "netbsd"
  744. ],
  745. "engines": {
  746. "node": ">=12"
  747. }
  748. },
  749. "node_modules/@esbuild/openbsd-x64": {
  750. "version": "0.19.8",
  751. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.8.tgz",
  752. "integrity": "sha512-/7Y7u77rdvmGTxR83PgaSvSBJCC2L3Kb1M/+dmSIvRvQPXXCuC97QAwMugBNG0yGcbEGfFBH7ojPzAOxfGNkwQ==",
  753. "cpu": [
  754. "x64"
  755. ],
  756. "optional": true,
  757. "os": [
  758. "openbsd"
  759. ],
  760. "engines": {
  761. "node": ">=12"
  762. }
  763. },
  764. "node_modules/@esbuild/sunos-x64": {
  765. "version": "0.19.8",
  766. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.8.tgz",
  767. "integrity": "sha512-9Lc4s7Oi98GqFA4HzA/W2JHIYfnXbUYgekUP/Sm4BG9sfLjyv6GKKHKKVs83SMicBF2JwAX6A1PuOLMqpD001w==",
  768. "cpu": [
  769. "x64"
  770. ],
  771. "optional": true,
  772. "os": [
  773. "sunos"
  774. ],
  775. "engines": {
  776. "node": ">=12"
  777. }
  778. },
  779. "node_modules/@esbuild/win32-arm64": {
  780. "version": "0.19.8",
  781. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.8.tgz",
  782. "integrity": "sha512-rq6WzBGjSzihI9deW3fC2Gqiak68+b7qo5/3kmB6Gvbh/NYPA0sJhrnp7wgV4bNwjqM+R2AApXGxMO7ZoGhIJg==",
  783. "cpu": [
  784. "arm64"
  785. ],
  786. "optional": true,
  787. "os": [
  788. "win32"
  789. ],
  790. "engines": {
  791. "node": ">=12"
  792. }
  793. },
  794. "node_modules/@esbuild/win32-ia32": {
  795. "version": "0.19.8",
  796. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.8.tgz",
  797. "integrity": "sha512-AIAbverbg5jMvJznYiGhrd3sumfwWs8572mIJL5NQjJa06P8KfCPWZQ0NwZbPQnbQi9OWSZhFVSUWjjIrn4hSw==",
  798. "cpu": [
  799. "ia32"
  800. ],
  801. "optional": true,
  802. "os": [
  803. "win32"
  804. ],
  805. "engines": {
  806. "node": ">=12"
  807. }
  808. },
  809. "node_modules/@esbuild/win32-x64": {
  810. "version": "0.19.8",
  811. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.8.tgz",
  812. "integrity": "sha512-bfZ0cQ1uZs2PqpulNL5j/3w+GDhP36k1K5c38QdQg+Swy51jFZWWeIkteNsufkQxp986wnqRRsb/bHbY1WQ7TA==",
  813. "cpu": [
  814. "x64"
  815. ],
  816. "optional": true,
  817. "os": [
  818. "win32"
  819. ],
  820. "engines": {
  821. "node": ">=12"
  822. }
  823. },
  824. "node_modules/@expressive-code/core": {
  825. "version": "0.29.1",
  826. "resolved": "https://registry.npmjs.org/@expressive-code/core/-/core-0.29.1.tgz",
  827. "integrity": "sha512-gz7K1r/S12vYPVUvhAdFcr+zdMbMhi7fPO2iTEEUCIhFUgOoUpOVjupFL+5q46URBGvoZTfmUJge1FBQmGstfA==",
  828. "dependencies": {
  829. "@ctrl/tinycolor": "^3.6.0",
  830. "hast-util-to-html": "^8.0.4",
  831. "hastscript": "^7.2.0",
  832. "postcss": "^8.4.21",
  833. "postcss-nested": "^6.0.1"
  834. }
  835. },
  836. "node_modules/@expressive-code/plugin-frames": {
  837. "version": "0.29.1",
  838. "resolved": "https://registry.npmjs.org/@expressive-code/plugin-frames/-/plugin-frames-0.29.1.tgz",
  839. "integrity": "sha512-nnukQNBBpCSIZITBlFkxJ+4Eh+Hkmix6Db7k5lCBb6Qd/nXeodXFKWROvhtOzH6Jp1UWcpkNtBh3HVmATQRUzA==",
  840. "dependencies": {
  841. "@expressive-code/core": "^0.29.1",
  842. "hastscript": "^7.2.0"
  843. }
  844. },
  845. "node_modules/@expressive-code/plugin-shiki": {
  846. "version": "0.29.1",
  847. "resolved": "https://registry.npmjs.org/@expressive-code/plugin-shiki/-/plugin-shiki-0.29.1.tgz",
  848. "integrity": "sha512-4TOJzC8Y4fvLeM7PslH990j3x7luRCkXAWTm4L45ZrBLrU2+7SKn436/mM9k8G+Z1189+e9rSAUFwn1h/VY6QA==",
  849. "dependencies": {
  850. "@expressive-code/core": "^0.29.1",
  851. "shiki": "^0.14.1"
  852. }
  853. },
  854. "node_modules/@expressive-code/plugin-text-markers": {
  855. "version": "0.29.1",
  856. "resolved": "https://registry.npmjs.org/@expressive-code/plugin-text-markers/-/plugin-text-markers-0.29.1.tgz",
  857. "integrity": "sha512-fEsI1n1IEisJl+M2ayHy0AbsHIynnpq1yzc4qJk/0sXpouLOMSgw5dKftSmPio+9fXQoNfmYKmJz+OkuPmdy0A==",
  858. "dependencies": {
  859. "@expressive-code/core": "^0.29.1",
  860. "hastscript": "^7.2.0",
  861. "unist-util-visit-parents": "^5.1.3"
  862. }
  863. },
  864. "node_modules/@jridgewell/gen-mapping": {
  865. "version": "0.3.3",
  866. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz",
  867. "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==",
  868. "dependencies": {
  869. "@jridgewell/set-array": "^1.0.1",
  870. "@jridgewell/sourcemap-codec": "^1.4.10",
  871. "@jridgewell/trace-mapping": "^0.3.9"
  872. },
  873. "engines": {
  874. "node": ">=6.0.0"
  875. }
  876. },
  877. "node_modules/@jridgewell/resolve-uri": {
  878. "version": "3.1.1",
  879. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz",
  880. "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==",
  881. "engines": {
  882. "node": ">=6.0.0"
  883. }
  884. },
  885. "node_modules/@jridgewell/set-array": {
  886. "version": "1.1.2",
  887. "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz",
  888. "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==",
  889. "engines": {
  890. "node": ">=6.0.0"
  891. }
  892. },
  893. "node_modules/@jridgewell/sourcemap-codec": {
  894. "version": "1.4.15",
  895. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
  896. "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg=="
  897. },
  898. "node_modules/@jridgewell/trace-mapping": {
  899. "version": "0.3.20",
  900. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz",
  901. "integrity": "sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==",
  902. "dependencies": {
  903. "@jridgewell/resolve-uri": "^3.1.0",
  904. "@jridgewell/sourcemap-codec": "^1.4.14"
  905. }
  906. },
  907. "node_modules/@mdx-js/mdx": {
  908. "version": "2.3.0",
  909. "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-2.3.0.tgz",
  910. "integrity": "sha512-jLuwRlz8DQfQNiUCJR50Y09CGPq3fLtmtUQfVrj79E0JWu3dvsVcxVIcfhR5h0iXu+/z++zDrYeiJqifRynJkA==",
  911. "dependencies": {
  912. "@types/estree-jsx": "^1.0.0",
  913. "@types/mdx": "^2.0.0",
  914. "estree-util-build-jsx": "^2.0.0",
  915. "estree-util-is-identifier-name": "^2.0.0",
  916. "estree-util-to-js": "^1.1.0",
  917. "estree-walker": "^3.0.0",
  918. "hast-util-to-estree": "^2.0.0",
  919. "markdown-extensions": "^1.0.0",
  920. "periscopic": "^3.0.0",
  921. "remark-mdx": "^2.0.0",
  922. "remark-parse": "^10.0.0",
  923. "remark-rehype": "^10.0.0",
  924. "unified": "^10.0.0",
  925. "unist-util-position-from-estree": "^1.0.0",
  926. "unist-util-stringify-position": "^3.0.0",
  927. "unist-util-visit": "^4.0.0",
  928. "vfile": "^5.0.0"
  929. },
  930. "funding": {
  931. "type": "opencollective",
  932. "url": "https://opencollective.com/unified"
  933. }
  934. },
  935. "node_modules/@nodelib/fs.scandir": {
  936. "version": "2.1.5",
  937. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  938. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  939. "dependencies": {
  940. "@nodelib/fs.stat": "2.0.5",
  941. "run-parallel": "^1.1.9"
  942. },
  943. "engines": {
  944. "node": ">= 8"
  945. }
  946. },
  947. "node_modules/@nodelib/fs.stat": {
  948. "version": "2.0.5",
  949. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  950. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  951. "engines": {
  952. "node": ">= 8"
  953. }
  954. },
  955. "node_modules/@nodelib/fs.walk": {
  956. "version": "1.2.8",
  957. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  958. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  959. "dependencies": {
  960. "@nodelib/fs.scandir": "2.1.5",
  961. "fastq": "^1.6.0"
  962. },
  963. "engines": {
  964. "node": ">= 8"
  965. }
  966. },
  967. "node_modules/@pagefind/darwin-arm64": {
  968. "version": "1.0.4",
  969. "resolved": "https://registry.npmjs.org/@pagefind/darwin-arm64/-/darwin-arm64-1.0.4.tgz",
  970. "integrity": "sha512-2OcthvceX2xhm5XbgOmW+lT45oLuHqCmvFeFtxh1gsuP5cO8vcD8ZH8Laj4pXQFCcK6eAdSShx+Ztx/LsQWZFQ==",
  971. "cpu": [
  972. "arm64"
  973. ],
  974. "optional": true,
  975. "os": [
  976. "darwin"
  977. ]
  978. },
  979. "node_modules/@pagefind/darwin-x64": {
  980. "version": "1.0.4",
  981. "resolved": "https://registry.npmjs.org/@pagefind/darwin-x64/-/darwin-x64-1.0.4.tgz",
  982. "integrity": "sha512-xkdvp0D9Ld/ZKsjo/y1bgfhTEU72ITimd2PMMQtts7jf6JPIOJbsiErCvm37m/qMFuPGEq/8d+fZ4pydOj08HQ==",
  983. "cpu": [
  984. "x64"
  985. ],
  986. "optional": true,
  987. "os": [
  988. "darwin"
  989. ]
  990. },
  991. "node_modules/@pagefind/default-ui": {
  992. "version": "1.0.4",
  993. "resolved": "https://registry.npmjs.org/@pagefind/default-ui/-/default-ui-1.0.4.tgz",
  994. "integrity": "sha512-edkcaPSKq67C49Vehjo+LQCpT615v4d7JRhfGzFPccePvdklaL+VXrfghN/uIfsdoG+HoLI1PcYy2iFcB9CTkw=="
  995. },
  996. "node_modules/@pagefind/linux-arm64": {
  997. "version": "1.0.4",
  998. "resolved": "https://registry.npmjs.org/@pagefind/linux-arm64/-/linux-arm64-1.0.4.tgz",
  999. "integrity": "sha512-jGBrcCzIrMnNxLKVtogaQyajVfTAXM59KlBEwg6vTn8NW4fQ6nuFbbhlG4dTIsaamjEM5e8ZBEAKZfTB/qd9xw==",
  1000. "cpu": [
  1001. "arm64"
  1002. ],
  1003. "optional": true,
  1004. "os": [
  1005. "linux"
  1006. ]
  1007. },
  1008. "node_modules/@pagefind/linux-x64": {
  1009. "version": "1.0.4",
  1010. "resolved": "https://registry.npmjs.org/@pagefind/linux-x64/-/linux-x64-1.0.4.tgz",
  1011. "integrity": "sha512-LIn/QcvcEtLEBqKe5vpSbSC2O3fvqbRCWOTIklslqSORisCsvzsWbP6j+LYxE9q0oWIfkdMoWV1vrE/oCKRxHg==",
  1012. "cpu": [
  1013. "x64"
  1014. ],
  1015. "optional": true,
  1016. "os": [
  1017. "linux"
  1018. ]
  1019. },
  1020. "node_modules/@pagefind/windows-x64": {
  1021. "version": "1.0.4",
  1022. "resolved": "https://registry.npmjs.org/@pagefind/windows-x64/-/windows-x64-1.0.4.tgz",
  1023. "integrity": "sha512-QlBCVeZfj9fc9sbUgdOz76ZDbeK4xZihOBAFqGuRJeChfM8pnVeH9iqSnXgO3+m9oITugTf7PicyRUFAG76xeQ==",
  1024. "cpu": [
  1025. "x64"
  1026. ],
  1027. "optional": true,
  1028. "os": [
  1029. "win32"
  1030. ]
  1031. },
  1032. "node_modules/@types/acorn": {
  1033. "version": "4.0.6",
  1034. "resolved": "https://registry.npmjs.org/@types/acorn/-/acorn-4.0.6.tgz",
  1035. "integrity": "sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==",
  1036. "dependencies": {
  1037. "@types/estree": "*"
  1038. }
  1039. },
  1040. "node_modules/@types/babel__core": {
  1041. "version": "7.20.5",
  1042. "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
  1043. "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
  1044. "dependencies": {
  1045. "@babel/parser": "^7.20.7",
  1046. "@babel/types": "^7.20.7",
  1047. "@types/babel__generator": "*",
  1048. "@types/babel__template": "*",
  1049. "@types/babel__traverse": "*"
  1050. }
  1051. },
  1052. "node_modules/@types/babel__generator": {
  1053. "version": "7.6.7",
  1054. "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.7.tgz",
  1055. "integrity": "sha512-6Sfsq+EaaLrw4RmdFWE9Onp63TOUue71AWb4Gpa6JxzgTYtimbM086WnYTy2U67AofR++QKCo08ZP6pwx8YFHQ==",
  1056. "dependencies": {
  1057. "@babel/types": "^7.0.0"
  1058. }
  1059. },
  1060. "node_modules/@types/babel__template": {
  1061. "version": "7.4.4",
  1062. "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
  1063. "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
  1064. "dependencies": {
  1065. "@babel/parser": "^7.1.0",
  1066. "@babel/types": "^7.0.0"
  1067. }
  1068. },
  1069. "node_modules/@types/babel__traverse": {
  1070. "version": "7.20.4",
  1071. "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.4.tgz",
  1072. "integrity": "sha512-mSM/iKUk5fDDrEV/e83qY+Cr3I1+Q3qqTuEn++HAWYjEa1+NxZr6CNrcJGf2ZTnq4HoFGC3zaTPZTobCzCFukA==",
  1073. "dependencies": {
  1074. "@babel/types": "^7.20.7"
  1075. }
  1076. },
  1077. "node_modules/@types/debug": {
  1078. "version": "4.1.12",
  1079. "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz",
  1080. "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==",
  1081. "dependencies": {
  1082. "@types/ms": "*"
  1083. }
  1084. },
  1085. "node_modules/@types/estree": {
  1086. "version": "1.0.5",
  1087. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz",
  1088. "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw=="
  1089. },
  1090. "node_modules/@types/estree-jsx": {
  1091. "version": "1.0.3",
  1092. "resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.3.tgz",
  1093. "integrity": "sha512-pvQ+TKeRHeiUGRhvYwRrQ/ISnohKkSJR14fT2yqyZ4e9K5vqc7hrtY2Y1Dw0ZwAzQ6DQsxsaCUuSIIi8v0Cq6w==",
  1094. "dependencies": {
  1095. "@types/estree": "*"
  1096. }
  1097. },
  1098. "node_modules/@types/hast": {
  1099. "version": "2.3.8",
  1100. "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.8.tgz",
  1101. "integrity": "sha512-aMIqAlFd2wTIDZuvLbhUT+TGvMxrNC8ECUIVtH6xxy0sQLs3iu6NO8Kp/VT5je7i5ufnebXzdV1dNDMnvaH6IQ==",
  1102. "dependencies": {
  1103. "@types/unist": "^2"
  1104. }
  1105. },
  1106. "node_modules/@types/mdast": {
  1107. "version": "3.0.15",
  1108. "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.15.tgz",
  1109. "integrity": "sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==",
  1110. "dependencies": {
  1111. "@types/unist": "^2"
  1112. }
  1113. },
  1114. "node_modules/@types/mdx": {
  1115. "version": "2.0.10",
  1116. "resolved": "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.10.tgz",
  1117. "integrity": "sha512-Rllzc5KHk0Al5/WANwgSPl1/CwjqCy+AZrGd78zuK+jO9aDM6ffblZ+zIjgPNAaEBmlO0RYDvLNh7wD0zKVgEg=="
  1118. },
  1119. "node_modules/@types/ms": {
  1120. "version": "0.7.34",
  1121. "resolved": "https://registry.npmjs.org/@types/ms/-/ms-0.7.34.tgz",
  1122. "integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g=="
  1123. },
  1124. "node_modules/@types/nlcst": {
  1125. "version": "1.0.4",
  1126. "resolved": "https://registry.npmjs.org/@types/nlcst/-/nlcst-1.0.4.tgz",
  1127. "integrity": "sha512-ABoYdNQ/kBSsLvZAekMhIPMQ3YUZvavStpKYs7BjLLuKVmIMA0LUgZ7b54zzuWJRbHF80v1cNf4r90Vd6eMQDg==",
  1128. "dependencies": {
  1129. "@types/unist": "^2"
  1130. }
  1131. },
  1132. "node_modules/@types/node": {
  1133. "version": "17.0.45",
  1134. "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.45.tgz",
  1135. "integrity": "sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw=="
  1136. },
  1137. "node_modules/@types/parse5": {
  1138. "version": "6.0.3",
  1139. "resolved": "https://registry.npmjs.org/@types/parse5/-/parse5-6.0.3.tgz",
  1140. "integrity": "sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g=="
  1141. },
  1142. "node_modules/@types/sax": {
  1143. "version": "1.2.7",
  1144. "resolved": "https://registry.npmjs.org/@types/sax/-/sax-1.2.7.tgz",
  1145. "integrity": "sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==",
  1146. "dependencies": {
  1147. "@types/node": "*"
  1148. }
  1149. },
  1150. "node_modules/@types/unist": {
  1151. "version": "2.0.10",
  1152. "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz",
  1153. "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA=="
  1154. },
  1155. "node_modules/@ungap/structured-clone": {
  1156. "version": "1.2.0",
  1157. "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz",
  1158. "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ=="
  1159. },
  1160. "node_modules/acorn": {
  1161. "version": "8.11.2",
  1162. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.2.tgz",
  1163. "integrity": "sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==",
  1164. "bin": {
  1165. "acorn": "bin/acorn"
  1166. },
  1167. "engines": {
  1168. "node": ">=0.4.0"
  1169. }
  1170. },
  1171. "node_modules/acorn-jsx": {
  1172. "version": "5.3.2",
  1173. "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  1174. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  1175. "peerDependencies": {
  1176. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  1177. }
  1178. },
  1179. "node_modules/ansi-align": {
  1180. "version": "3.0.1",
  1181. "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz",
  1182. "integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==",
  1183. "dependencies": {
  1184. "string-width": "^4.1.0"
  1185. }
  1186. },
  1187. "node_modules/ansi-align/node_modules/ansi-regex": {
  1188. "version": "5.0.1",
  1189. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  1190. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  1191. "engines": {
  1192. "node": ">=8"
  1193. }
  1194. },
  1195. "node_modules/ansi-align/node_modules/emoji-regex": {
  1196. "version": "8.0.0",
  1197. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  1198. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
  1199. },
  1200. "node_modules/ansi-align/node_modules/string-width": {
  1201. "version": "4.2.3",
  1202. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  1203. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  1204. "dependencies": {
  1205. "emoji-regex": "^8.0.0",
  1206. "is-fullwidth-code-point": "^3.0.0",
  1207. "strip-ansi": "^6.0.1"
  1208. },
  1209. "engines": {
  1210. "node": ">=8"
  1211. }
  1212. },
  1213. "node_modules/ansi-align/node_modules/strip-ansi": {
  1214. "version": "6.0.1",
  1215. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  1216. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  1217. "dependencies": {
  1218. "ansi-regex": "^5.0.1"
  1219. },
  1220. "engines": {
  1221. "node": ">=8"
  1222. }
  1223. },
  1224. "node_modules/ansi-regex": {
  1225. "version": "6.0.1",
  1226. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
  1227. "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
  1228. "engines": {
  1229. "node": ">=12"
  1230. },
  1231. "funding": {
  1232. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  1233. }
  1234. },
  1235. "node_modules/ansi-sequence-parser": {
  1236. "version": "1.1.1",
  1237. "resolved": "https://registry.npmjs.org/ansi-sequence-parser/-/ansi-sequence-parser-1.1.1.tgz",
  1238. "integrity": "sha512-vJXt3yiaUL4UU546s3rPXlsry/RnM730G1+HkpKE012AN0sx1eOrxSu95oKDIonskeLTijMgqWZ3uDEe3NFvyg=="
  1239. },
  1240. "node_modules/ansi-styles": {
  1241. "version": "3.2.1",
  1242. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  1243. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  1244. "dependencies": {
  1245. "color-convert": "^1.9.0"
  1246. },
  1247. "engines": {
  1248. "node": ">=4"
  1249. }
  1250. },
  1251. "node_modules/anymatch": {
  1252. "version": "3.1.3",
  1253. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
  1254. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  1255. "dependencies": {
  1256. "normalize-path": "^3.0.0",
  1257. "picomatch": "^2.0.4"
  1258. },
  1259. "engines": {
  1260. "node": ">= 8"
  1261. }
  1262. },
  1263. "node_modules/arg": {
  1264. "version": "5.0.2",
  1265. "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
  1266. "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg=="
  1267. },
  1268. "node_modules/argparse": {
  1269. "version": "2.0.1",
  1270. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  1271. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
  1272. },
  1273. "node_modules/array-iterate": {
  1274. "version": "2.0.1",
  1275. "resolved": "https://registry.npmjs.org/array-iterate/-/array-iterate-2.0.1.tgz",
  1276. "integrity": "sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==",
  1277. "funding": {
  1278. "type": "github",
  1279. "url": "https://github.com/sponsors/wooorm"
  1280. }
  1281. },
  1282. "node_modules/astring": {
  1283. "version": "1.8.6",
  1284. "resolved": "https://registry.npmjs.org/astring/-/astring-1.8.6.tgz",
  1285. "integrity": "sha512-ISvCdHdlTDlH5IpxQJIex7BWBywFWgjJSVdwst+/iQCoEYnyOaQ95+X1JGshuBjGp6nxKUy1jMgE3zPqN7fQdg==",
  1286. "bin": {
  1287. "astring": "bin/astring"
  1288. }
  1289. },
  1290. "node_modules/astro": {
  1291. "version": "3.6.1",
  1292. "resolved": "https://registry.npmjs.org/astro/-/astro-3.6.1.tgz",
  1293. "integrity": "sha512-dCpiJAJYfVb2dLDuHcJLZyCM3Ha529Bou7RZtcc4agu8aH1ybEkSXJbV3bCLoL1aDgvp/cdf7qzDkZwkL+2rRg==",
  1294. "dependencies": {
  1295. "@astrojs/compiler": "^2.3.0",
  1296. "@astrojs/internal-helpers": "0.2.1",
  1297. "@astrojs/markdown-remark": "3.5.0",
  1298. "@astrojs/telemetry": "3.0.4",
  1299. "@babel/core": "^7.22.10",
  1300. "@babel/generator": "^7.22.10",
  1301. "@babel/parser": "^7.22.10",
  1302. "@babel/plugin-transform-react-jsx": "^7.22.5",
  1303. "@babel/traverse": "^7.22.10",
  1304. "@babel/types": "^7.22.10",
  1305. "@types/babel__core": "^7.20.1",
  1306. "acorn": "^8.10.0",
  1307. "boxen": "^7.1.1",
  1308. "chokidar": "^3.5.3",
  1309. "ci-info": "^3.8.0",
  1310. "clsx": "^2.0.0",
  1311. "common-ancestor-path": "^1.0.1",
  1312. "cookie": "^0.5.0",
  1313. "debug": "^4.3.4",
  1314. "deterministic-object-hash": "^1.3.1",
  1315. "devalue": "^4.3.2",
  1316. "diff": "^5.1.0",
  1317. "es-module-lexer": "^1.3.0",
  1318. "esbuild": "^0.19.2",
  1319. "estree-walker": "^3.0.3",
  1320. "execa": "^8.0.1",
  1321. "fast-glob": "^3.3.1",
  1322. "github-slugger": "^2.0.0",
  1323. "gray-matter": "^4.0.3",
  1324. "html-escaper": "^3.0.3",
  1325. "http-cache-semantics": "^4.1.1",
  1326. "js-yaml": "^4.1.0",
  1327. "kleur": "^4.1.4",
  1328. "magic-string": "^0.30.3",
  1329. "mdast-util-to-hast": "12.3.0",
  1330. "mime": "^3.0.0",
  1331. "ora": "^7.0.1",
  1332. "p-limit": "^4.0.0",
  1333. "p-queue": "^7.4.1",
  1334. "path-to-regexp": "^6.2.1",
  1335. "preferred-pm": "^3.1.2",
  1336. "probe-image-size": "^7.2.3",
  1337. "prompts": "^2.4.2",
  1338. "rehype": "^12.0.1",
  1339. "resolve": "^1.22.4",
  1340. "semver": "^7.5.4",
  1341. "server-destroy": "^1.0.1",
  1342. "shikiji": "^0.6.8",
  1343. "string-width": "^6.1.0",
  1344. "strip-ansi": "^7.1.0",
  1345. "tsconfck": "^3.0.0",
  1346. "unist-util-visit": "^4.1.2",
  1347. "vfile": "^5.3.7",
  1348. "vite": "^4.4.9",
  1349. "vitefu": "^0.2.4",
  1350. "which-pm": "^2.1.1",
  1351. "yargs-parser": "^21.1.1",
  1352. "zod": "^3.22.4"
  1353. },
  1354. "bin": {
  1355. "astro": "astro.js"
  1356. },
  1357. "engines": {
  1358. "node": ">=18.14.1",
  1359. "npm": ">=6.14.0"
  1360. },
  1361. "optionalDependencies": {
  1362. "sharp": "^0.32.5"
  1363. }
  1364. },
  1365. "node_modules/astro-expressive-code": {
  1366. "version": "0.29.1",
  1367. "resolved": "https://registry.npmjs.org/astro-expressive-code/-/astro-expressive-code-0.29.1.tgz",
  1368. "integrity": "sha512-hvu8kDMr3KD3vqAyJj6KdTDLuebsgnFQdw6V8myJRj464BUMiqPgmufvkuxLrqDCTJvfARJdwf/Q/H3Rqu3mhQ==",
  1369. "dependencies": {
  1370. "remark-expressive-code": "^0.29.1"
  1371. },
  1372. "peerDependencies": {
  1373. "astro": "^3.0.0-beta"
  1374. }
  1375. },
  1376. "node_modules/b4a": {
  1377. "version": "1.6.4",
  1378. "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.4.tgz",
  1379. "integrity": "sha512-fpWrvyVHEKyeEvbKZTVOeZF3VSKKWtJxFIxX/jaVPf+cLbGUSitjb49pHLqPV2BUNNZ0LcoeEGfE/YCpyDYHIw=="
  1380. },
  1381. "node_modules/bail": {
  1382. "version": "2.0.2",
  1383. "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz",
  1384. "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==",
  1385. "funding": {
  1386. "type": "github",
  1387. "url": "https://github.com/sponsors/wooorm"
  1388. }
  1389. },
  1390. "node_modules/base64-js": {
  1391. "version": "1.5.1",
  1392. "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
  1393. "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
  1394. "funding": [
  1395. {
  1396. "type": "github",
  1397. "url": "https://github.com/sponsors/feross"
  1398. },
  1399. {
  1400. "type": "patreon",
  1401. "url": "https://www.patreon.com/feross"
  1402. },
  1403. {
  1404. "type": "consulting",
  1405. "url": "https://feross.org/support"
  1406. }
  1407. ]
  1408. },
  1409. "node_modules/bcp-47": {
  1410. "version": "2.1.0",
  1411. "resolved": "https://registry.npmjs.org/bcp-47/-/bcp-47-2.1.0.tgz",
  1412. "integrity": "sha512-9IIS3UPrvIa1Ej+lVDdDwO7zLehjqsaByECw0bu2RRGP73jALm6FYbzI5gWbgHLvNdkvfXB5YrSbocZdOS0c0w==",
  1413. "dependencies": {
  1414. "is-alphabetical": "^2.0.0",
  1415. "is-alphanumerical": "^2.0.0",
  1416. "is-decimal": "^2.0.0"
  1417. },
  1418. "funding": {
  1419. "type": "github",
  1420. "url": "https://github.com/sponsors/wooorm"
  1421. }
  1422. },
  1423. "node_modules/bcp-47-match": {
  1424. "version": "2.0.3",
  1425. "resolved": "https://registry.npmjs.org/bcp-47-match/-/bcp-47-match-2.0.3.tgz",
  1426. "integrity": "sha512-JtTezzbAibu8G0R9op9zb3vcWZd9JF6M0xOYGPn0fNCd7wOpRB1mU2mH9T8gaBGbAAyIIVgB2G7xG0GP98zMAQ==",
  1427. "funding": {
  1428. "type": "github",
  1429. "url": "https://github.com/sponsors/wooorm"
  1430. }
  1431. },
  1432. "node_modules/binary-extensions": {
  1433. "version": "2.2.0",
  1434. "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
  1435. "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
  1436. "engines": {
  1437. "node": ">=8"
  1438. }
  1439. },
  1440. "node_modules/bl": {
  1441. "version": "5.1.0",
  1442. "resolved": "https://registry.npmjs.org/bl/-/bl-5.1.0.tgz",
  1443. "integrity": "sha512-tv1ZJHLfTDnXE6tMHv73YgSJaWR2AFuPwMntBe7XL/GBFHnT0CLnsHMogfk5+GzCDC5ZWarSCYaIGATZt9dNsQ==",
  1444. "dependencies": {
  1445. "buffer": "^6.0.3",
  1446. "inherits": "^2.0.4",
  1447. "readable-stream": "^3.4.0"
  1448. }
  1449. },
  1450. "node_modules/boolbase": {
  1451. "version": "1.0.0",
  1452. "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
  1453. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww=="
  1454. },
  1455. "node_modules/boxen": {
  1456. "version": "7.1.1",
  1457. "resolved": "https://registry.npmjs.org/boxen/-/boxen-7.1.1.tgz",
  1458. "integrity": "sha512-2hCgjEmP8YLWQ130n2FerGv7rYpfBmnmp9Uy2Le1vge6X3gZIfSmEzP5QTDElFxcvVcXlEn8Aq6MU/PZygIOog==",
  1459. "dependencies": {
  1460. "ansi-align": "^3.0.1",
  1461. "camelcase": "^7.0.1",
  1462. "chalk": "^5.2.0",
  1463. "cli-boxes": "^3.0.0",
  1464. "string-width": "^5.1.2",
  1465. "type-fest": "^2.13.0",
  1466. "widest-line": "^4.0.1",
  1467. "wrap-ansi": "^8.1.0"
  1468. },
  1469. "engines": {
  1470. "node": ">=14.16"
  1471. },
  1472. "funding": {
  1473. "url": "https://github.com/sponsors/sindresorhus"
  1474. }
  1475. },
  1476. "node_modules/boxen/node_modules/chalk": {
  1477. "version": "5.3.0",
  1478. "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
  1479. "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
  1480. "engines": {
  1481. "node": "^12.17.0 || ^14.13 || >=16.0.0"
  1482. },
  1483. "funding": {
  1484. "url": "https://github.com/chalk/chalk?sponsor=1"
  1485. }
  1486. },
  1487. "node_modules/boxen/node_modules/emoji-regex": {
  1488. "version": "9.2.2",
  1489. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
  1490. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
  1491. },
  1492. "node_modules/boxen/node_modules/string-width": {
  1493. "version": "5.1.2",
  1494. "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
  1495. "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
  1496. "dependencies": {
  1497. "eastasianwidth": "^0.2.0",
  1498. "emoji-regex": "^9.2.2",
  1499. "strip-ansi": "^7.0.1"
  1500. },
  1501. "engines": {
  1502. "node": ">=12"
  1503. },
  1504. "funding": {
  1505. "url": "https://github.com/sponsors/sindresorhus"
  1506. }
  1507. },
  1508. "node_modules/braces": {
  1509. "version": "3.0.2",
  1510. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
  1511. "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
  1512. "dependencies": {
  1513. "fill-range": "^7.0.1"
  1514. },
  1515. "engines": {
  1516. "node": ">=8"
  1517. }
  1518. },
  1519. "node_modules/browserslist": {
  1520. "version": "4.22.1",
  1521. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.1.tgz",
  1522. "integrity": "sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ==",
  1523. "funding": [
  1524. {
  1525. "type": "opencollective",
  1526. "url": "https://opencollective.com/browserslist"
  1527. },
  1528. {
  1529. "type": "tidelift",
  1530. "url": "https://tidelift.com/funding/github/npm/browserslist"
  1531. },
  1532. {
  1533. "type": "github",
  1534. "url": "https://github.com/sponsors/ai"
  1535. }
  1536. ],
  1537. "dependencies": {
  1538. "caniuse-lite": "^1.0.30001541",
  1539. "electron-to-chromium": "^1.4.535",
  1540. "node-releases": "^2.0.13",
  1541. "update-browserslist-db": "^1.0.13"
  1542. },
  1543. "bin": {
  1544. "browserslist": "cli.js"
  1545. },
  1546. "engines": {
  1547. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  1548. }
  1549. },
  1550. "node_modules/buffer": {
  1551. "version": "6.0.3",
  1552. "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
  1553. "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
  1554. "funding": [
  1555. {
  1556. "type": "github",
  1557. "url": "https://github.com/sponsors/feross"
  1558. },
  1559. {
  1560. "type": "patreon",
  1561. "url": "https://www.patreon.com/feross"
  1562. },
  1563. {
  1564. "type": "consulting",
  1565. "url": "https://feross.org/support"
  1566. }
  1567. ],
  1568. "dependencies": {
  1569. "base64-js": "^1.3.1",
  1570. "ieee754": "^1.2.1"
  1571. }
  1572. },
  1573. "node_modules/camelcase": {
  1574. "version": "7.0.1",
  1575. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-7.0.1.tgz",
  1576. "integrity": "sha512-xlx1yCK2Oc1APsPXDL2LdlNP6+uu8OCDdhOBSVT279M/S+y75O30C2VuD8T2ogdePBBl7PfPF4504tnLgX3zfw==",
  1577. "engines": {
  1578. "node": ">=14.16"
  1579. },
  1580. "funding": {
  1581. "url": "https://github.com/sponsors/sindresorhus"
  1582. }
  1583. },
  1584. "node_modules/caniuse-lite": {
  1585. "version": "1.0.30001565",
  1586. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001565.tgz",
  1587. "integrity": "sha512-xrE//a3O7TP0vaJ8ikzkD2c2NgcVUvsEe2IvFTntV4Yd1Z9FVzh+gW+enX96L0psrbaFMcVcH2l90xNuGDWc8w==",
  1588. "funding": [
  1589. {
  1590. "type": "opencollective",
  1591. "url": "https://opencollective.com/browserslist"
  1592. },
  1593. {
  1594. "type": "tidelift",
  1595. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  1596. },
  1597. {
  1598. "type": "github",
  1599. "url": "https://github.com/sponsors/ai"
  1600. }
  1601. ]
  1602. },
  1603. "node_modules/ccount": {
  1604. "version": "2.0.1",
  1605. "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz",
  1606. "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
  1607. "funding": {
  1608. "type": "github",
  1609. "url": "https://github.com/sponsors/wooorm"
  1610. }
  1611. },
  1612. "node_modules/chalk": {
  1613. "version": "2.4.2",
  1614. "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  1615. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  1616. "dependencies": {
  1617. "ansi-styles": "^3.2.1",
  1618. "escape-string-regexp": "^1.0.5",
  1619. "supports-color": "^5.3.0"
  1620. },
  1621. "engines": {
  1622. "node": ">=4"
  1623. }
  1624. },
  1625. "node_modules/character-entities": {
  1626. "version": "2.0.2",
  1627. "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz",
  1628. "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==",
  1629. "funding": {
  1630. "type": "github",
  1631. "url": "https://github.com/sponsors/wooorm"
  1632. }
  1633. },
  1634. "node_modules/character-entities-html4": {
  1635. "version": "2.1.0",
  1636. "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
  1637. "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
  1638. "funding": {
  1639. "type": "github",
  1640. "url": "https://github.com/sponsors/wooorm"
  1641. }
  1642. },
  1643. "node_modules/character-entities-legacy": {
  1644. "version": "3.0.0",
  1645. "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
  1646. "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
  1647. "funding": {
  1648. "type": "github",
  1649. "url": "https://github.com/sponsors/wooorm"
  1650. }
  1651. },
  1652. "node_modules/character-reference-invalid": {
  1653. "version": "2.0.1",
  1654. "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz",
  1655. "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==",
  1656. "funding": {
  1657. "type": "github",
  1658. "url": "https://github.com/sponsors/wooorm"
  1659. }
  1660. },
  1661. "node_modules/chokidar": {
  1662. "version": "3.5.3",
  1663. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz",
  1664. "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==",
  1665. "funding": [
  1666. {
  1667. "type": "individual",
  1668. "url": "https://paulmillr.com/funding/"
  1669. }
  1670. ],
  1671. "dependencies": {
  1672. "anymatch": "~3.1.2",
  1673. "braces": "~3.0.2",
  1674. "glob-parent": "~5.1.2",
  1675. "is-binary-path": "~2.1.0",
  1676. "is-glob": "~4.0.1",
  1677. "normalize-path": "~3.0.0",
  1678. "readdirp": "~3.6.0"
  1679. },
  1680. "engines": {
  1681. "node": ">= 8.10.0"
  1682. },
  1683. "optionalDependencies": {
  1684. "fsevents": "~2.3.2"
  1685. }
  1686. },
  1687. "node_modules/chownr": {
  1688. "version": "1.1.4",
  1689. "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",
  1690. "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg=="
  1691. },
  1692. "node_modules/ci-info": {
  1693. "version": "3.9.0",
  1694. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",
  1695. "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==",
  1696. "funding": [
  1697. {
  1698. "type": "github",
  1699. "url": "https://github.com/sponsors/sibiraj-s"
  1700. }
  1701. ],
  1702. "engines": {
  1703. "node": ">=8"
  1704. }
  1705. },
  1706. "node_modules/cli-boxes": {
  1707. "version": "3.0.0",
  1708. "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz",
  1709. "integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==",
  1710. "engines": {
  1711. "node": ">=10"
  1712. },
  1713. "funding": {
  1714. "url": "https://github.com/sponsors/sindresorhus"
  1715. }
  1716. },
  1717. "node_modules/cli-cursor": {
  1718. "version": "4.0.0",
  1719. "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-4.0.0.tgz",
  1720. "integrity": "sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==",
  1721. "dependencies": {
  1722. "restore-cursor": "^4.0.0"
  1723. },
  1724. "engines": {
  1725. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  1726. },
  1727. "funding": {
  1728. "url": "https://github.com/sponsors/sindresorhus"
  1729. }
  1730. },
  1731. "node_modules/cli-spinners": {
  1732. "version": "2.9.2",
  1733. "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz",
  1734. "integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==",
  1735. "engines": {
  1736. "node": ">=6"
  1737. },
  1738. "funding": {
  1739. "url": "https://github.com/sponsors/sindresorhus"
  1740. }
  1741. },
  1742. "node_modules/clsx": {
  1743. "version": "2.0.0",
  1744. "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.0.0.tgz",
  1745. "integrity": "sha512-rQ1+kcj+ttHG0MKVGBUXwayCCF1oh39BF5COIpRzuCEv8Mwjv0XucrI2ExNTOn9IlLifGClWQcU9BrZORvtw6Q==",
  1746. "engines": {
  1747. "node": ">=6"
  1748. }
  1749. },
  1750. "node_modules/color": {
  1751. "version": "4.2.3",
  1752. "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
  1753. "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
  1754. "dependencies": {
  1755. "color-convert": "^2.0.1",
  1756. "color-string": "^1.9.0"
  1757. },
  1758. "engines": {
  1759. "node": ">=12.5.0"
  1760. }
  1761. },
  1762. "node_modules/color-convert": {
  1763. "version": "1.9.3",
  1764. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  1765. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  1766. "dependencies": {
  1767. "color-name": "1.1.3"
  1768. }
  1769. },
  1770. "node_modules/color-name": {
  1771. "version": "1.1.3",
  1772. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
  1773. "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
  1774. },
  1775. "node_modules/color-string": {
  1776. "version": "1.9.1",
  1777. "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz",
  1778. "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
  1779. "dependencies": {
  1780. "color-name": "^1.0.0",
  1781. "simple-swizzle": "^0.2.2"
  1782. }
  1783. },
  1784. "node_modules/color/node_modules/color-convert": {
  1785. "version": "2.0.1",
  1786. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  1787. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  1788. "dependencies": {
  1789. "color-name": "~1.1.4"
  1790. },
  1791. "engines": {
  1792. "node": ">=7.0.0"
  1793. }
  1794. },
  1795. "node_modules/color/node_modules/color-name": {
  1796. "version": "1.1.4",
  1797. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  1798. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  1799. },
  1800. "node_modules/comma-separated-tokens": {
  1801. "version": "2.0.3",
  1802. "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
  1803. "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
  1804. "funding": {
  1805. "type": "github",
  1806. "url": "https://github.com/sponsors/wooorm"
  1807. }
  1808. },
  1809. "node_modules/common-ancestor-path": {
  1810. "version": "1.0.1",
  1811. "resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz",
  1812. "integrity": "sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w=="
  1813. },
  1814. "node_modules/convert-source-map": {
  1815. "version": "2.0.0",
  1816. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
  1817. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg=="
  1818. },
  1819. "node_modules/cookie": {
  1820. "version": "0.5.0",
  1821. "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz",
  1822. "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==",
  1823. "engines": {
  1824. "node": ">= 0.6"
  1825. }
  1826. },
  1827. "node_modules/cross-spawn": {
  1828. "version": "7.0.3",
  1829. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
  1830. "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
  1831. "dependencies": {
  1832. "path-key": "^3.1.0",
  1833. "shebang-command": "^2.0.0",
  1834. "which": "^2.0.1"
  1835. },
  1836. "engines": {
  1837. "node": ">= 8"
  1838. }
  1839. },
  1840. "node_modules/css-selector-parser": {
  1841. "version": "1.4.1",
  1842. "resolved": "https://registry.npmjs.org/css-selector-parser/-/css-selector-parser-1.4.1.tgz",
  1843. "integrity": "sha512-HYPSb7y/Z7BNDCOrakL4raGO2zltZkbeXyAd6Tg9obzix6QhzxCotdBl6VT0Dv4vZfJGVz3WL/xaEI9Ly3ul0g=="
  1844. },
  1845. "node_modules/cssesc": {
  1846. "version": "3.0.0",
  1847. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  1848. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  1849. "bin": {
  1850. "cssesc": "bin/cssesc"
  1851. },
  1852. "engines": {
  1853. "node": ">=4"
  1854. }
  1855. },
  1856. "node_modules/debug": {
  1857. "version": "4.3.4",
  1858. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
  1859. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  1860. "dependencies": {
  1861. "ms": "2.1.2"
  1862. },
  1863. "engines": {
  1864. "node": ">=6.0"
  1865. },
  1866. "peerDependenciesMeta": {
  1867. "supports-color": {
  1868. "optional": true
  1869. }
  1870. }
  1871. },
  1872. "node_modules/decode-named-character-reference": {
  1873. "version": "1.0.2",
  1874. "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.0.2.tgz",
  1875. "integrity": "sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==",
  1876. "dependencies": {
  1877. "character-entities": "^2.0.0"
  1878. },
  1879. "funding": {
  1880. "type": "github",
  1881. "url": "https://github.com/sponsors/wooorm"
  1882. }
  1883. },
  1884. "node_modules/decompress-response": {
  1885. "version": "6.0.0",
  1886. "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz",
  1887. "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==",
  1888. "dependencies": {
  1889. "mimic-response": "^3.1.0"
  1890. },
  1891. "engines": {
  1892. "node": ">=10"
  1893. },
  1894. "funding": {
  1895. "url": "https://github.com/sponsors/sindresorhus"
  1896. }
  1897. },
  1898. "node_modules/deep-extend": {
  1899. "version": "0.6.0",
  1900. "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
  1901. "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
  1902. "engines": {
  1903. "node": ">=4.0.0"
  1904. }
  1905. },
  1906. "node_modules/dequal": {
  1907. "version": "2.0.3",
  1908. "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
  1909. "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
  1910. "engines": {
  1911. "node": ">=6"
  1912. }
  1913. },
  1914. "node_modules/detect-libc": {
  1915. "version": "2.0.2",
  1916. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.2.tgz",
  1917. "integrity": "sha512-UX6sGumvvqSaXgdKGUsgZWqcUyIXZ/vZTrlRT/iobiKhGL0zL4d3osHj3uqllWJK+i+sixDS/3COVEOFbupFyw==",
  1918. "engines": {
  1919. "node": ">=8"
  1920. }
  1921. },
  1922. "node_modules/deterministic-object-hash": {
  1923. "version": "1.3.1",
  1924. "resolved": "https://registry.npmjs.org/deterministic-object-hash/-/deterministic-object-hash-1.3.1.tgz",
  1925. "integrity": "sha512-kQDIieBUreEgY+akq0N7o4FzZCr27dPG1xr3wq267vPwDlSXQ3UMcBXHqTGUBaM/5WDS1jwTYjxRhUzHeuiAvw=="
  1926. },
  1927. "node_modules/devalue": {
  1928. "version": "4.3.2",
  1929. "resolved": "https://registry.npmjs.org/devalue/-/devalue-4.3.2.tgz",
  1930. "integrity": "sha512-KqFl6pOgOW+Y6wJgu80rHpo2/3H07vr8ntR9rkkFIRETewbf5GaYYcakYfiKz89K+sLsuPkQIZaXDMjUObZwWg=="
  1931. },
  1932. "node_modules/devlop": {
  1933. "version": "1.1.0",
  1934. "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz",
  1935. "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
  1936. "dependencies": {
  1937. "dequal": "^2.0.0"
  1938. },
  1939. "funding": {
  1940. "type": "github",
  1941. "url": "https://github.com/sponsors/wooorm"
  1942. }
  1943. },
  1944. "node_modules/diff": {
  1945. "version": "5.1.0",
  1946. "resolved": "https://registry.npmjs.org/diff/-/diff-5.1.0.tgz",
  1947. "integrity": "sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==",
  1948. "engines": {
  1949. "node": ">=0.3.1"
  1950. }
  1951. },
  1952. "node_modules/direction": {
  1953. "version": "2.0.1",
  1954. "resolved": "https://registry.npmjs.org/direction/-/direction-2.0.1.tgz",
  1955. "integrity": "sha512-9S6m9Sukh1cZNknO1CWAr2QAWsbKLafQiyM5gZ7VgXHeuaoUwffKN4q6NC4A/Mf9iiPlOXQEKW/Mv/mh9/3YFA==",
  1956. "bin": {
  1957. "direction": "cli.js"
  1958. },
  1959. "funding": {
  1960. "type": "github",
  1961. "url": "https://github.com/sponsors/wooorm"
  1962. }
  1963. },
  1964. "node_modules/dlv": {
  1965. "version": "1.1.3",
  1966. "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
  1967. "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA=="
  1968. },
  1969. "node_modules/dset": {
  1970. "version": "3.1.3",
  1971. "resolved": "https://registry.npmjs.org/dset/-/dset-3.1.3.tgz",
  1972. "integrity": "sha512-20TuZZHCEZ2O71q9/+8BwKwZ0QtD9D8ObhrihJPr+vLLYlSuAU3/zL4cSlgbfeoGHTjCSJBa7NGcrF9/Bx/WJQ==",
  1973. "engines": {
  1974. "node": ">=4"
  1975. }
  1976. },
  1977. "node_modules/eastasianwidth": {
  1978. "version": "0.2.0",
  1979. "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
  1980. "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA=="
  1981. },
  1982. "node_modules/electron-to-chromium": {
  1983. "version": "1.4.595",
  1984. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.595.tgz",
  1985. "integrity": "sha512-+ozvXuamBhDOKvMNUQvecxfbyICmIAwS4GpLmR0bsiSBlGnLaOcs2Cj7J8XSbW+YEaN3Xl3ffgpm+srTUWFwFQ=="
  1986. },
  1987. "node_modules/emoji-regex": {
  1988. "version": "10.3.0",
  1989. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
  1990. "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw=="
  1991. },
  1992. "node_modules/end-of-stream": {
  1993. "version": "1.4.4",
  1994. "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
  1995. "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
  1996. "dependencies": {
  1997. "once": "^1.4.0"
  1998. }
  1999. },
  2000. "node_modules/entities": {
  2001. "version": "4.5.0",
  2002. "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
  2003. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  2004. "engines": {
  2005. "node": ">=0.12"
  2006. },
  2007. "funding": {
  2008. "url": "https://github.com/fb55/entities?sponsor=1"
  2009. }
  2010. },
  2011. "node_modules/es-module-lexer": {
  2012. "version": "1.4.1",
  2013. "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.4.1.tgz",
  2014. "integrity": "sha512-cXLGjP0c4T3flZJKQSuziYoq7MlT+rnvfZjfp7h+I7K9BNX54kP9nyWvdbwjQ4u1iWbOL4u96fgeZLToQlZC7w=="
  2015. },
  2016. "node_modules/esbuild": {
  2017. "version": "0.19.8",
  2018. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.8.tgz",
  2019. "integrity": "sha512-l7iffQpT2OrZfH2rXIp7/FkmaeZM0vxbxN9KfiCwGYuZqzMg/JdvX26R31Zxn/Pxvsrg3Y9N6XTcnknqDyyv4w==",
  2020. "hasInstallScript": true,
  2021. "bin": {
  2022. "esbuild": "bin/esbuild"
  2023. },
  2024. "engines": {
  2025. "node": ">=12"
  2026. },
  2027. "optionalDependencies": {
  2028. "@esbuild/android-arm": "0.19.8",
  2029. "@esbuild/android-arm64": "0.19.8",
  2030. "@esbuild/android-x64": "0.19.8",
  2031. "@esbuild/darwin-arm64": "0.19.8",
  2032. "@esbuild/darwin-x64": "0.19.8",
  2033. "@esbuild/freebsd-arm64": "0.19.8",
  2034. "@esbuild/freebsd-x64": "0.19.8",
  2035. "@esbuild/linux-arm": "0.19.8",
  2036. "@esbuild/linux-arm64": "0.19.8",
  2037. "@esbuild/linux-ia32": "0.19.8",
  2038. "@esbuild/linux-loong64": "0.19.8",
  2039. "@esbuild/linux-mips64el": "0.19.8",
  2040. "@esbuild/linux-ppc64": "0.19.8",
  2041. "@esbuild/linux-riscv64": "0.19.8",
  2042. "@esbuild/linux-s390x": "0.19.8",
  2043. "@esbuild/linux-x64": "0.19.8",
  2044. "@esbuild/netbsd-x64": "0.19.8",
  2045. "@esbuild/openbsd-x64": "0.19.8",
  2046. "@esbuild/sunos-x64": "0.19.8",
  2047. "@esbuild/win32-arm64": "0.19.8",
  2048. "@esbuild/win32-ia32": "0.19.8",
  2049. "@esbuild/win32-x64": "0.19.8"
  2050. }
  2051. },
  2052. "node_modules/escalade": {
  2053. "version": "3.1.1",
  2054. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
  2055. "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
  2056. "engines": {
  2057. "node": ">=6"
  2058. }
  2059. },
  2060. "node_modules/escape-string-regexp": {
  2061. "version": "1.0.5",
  2062. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  2063. "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
  2064. "engines": {
  2065. "node": ">=0.8.0"
  2066. }
  2067. },
  2068. "node_modules/esprima": {
  2069. "version": "4.0.1",
  2070. "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
  2071. "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
  2072. "bin": {
  2073. "esparse": "bin/esparse.js",
  2074. "esvalidate": "bin/esvalidate.js"
  2075. },
  2076. "engines": {
  2077. "node": ">=4"
  2078. }
  2079. },
  2080. "node_modules/estree-util-attach-comments": {
  2081. "version": "2.1.1",
  2082. "resolved": "https://registry.npmjs.org/estree-util-attach-comments/-/estree-util-attach-comments-2.1.1.tgz",
  2083. "integrity": "sha512-+5Ba/xGGS6mnwFbXIuQiDPTbuTxuMCooq3arVv7gPZtYpjp+VXH/NkHAP35OOefPhNG/UGqU3vt/LTABwcHX0w==",
  2084. "dependencies": {
  2085. "@types/estree": "^1.0.0"
  2086. },
  2087. "funding": {
  2088. "type": "opencollective",
  2089. "url": "https://opencollective.com/unified"
  2090. }
  2091. },
  2092. "node_modules/estree-util-build-jsx": {
  2093. "version": "2.2.2",
  2094. "resolved": "https://registry.npmjs.org/estree-util-build-jsx/-/estree-util-build-jsx-2.2.2.tgz",
  2095. "integrity": "sha512-m56vOXcOBuaF+Igpb9OPAy7f9w9OIkb5yhjsZuaPm7HoGi4oTOQi0h2+yZ+AtKklYFZ+rPC4n0wYCJCEU1ONqg==",
  2096. "dependencies": {
  2097. "@types/estree-jsx": "^1.0.0",
  2098. "estree-util-is-identifier-name": "^2.0.0",
  2099. "estree-walker": "^3.0.0"
  2100. },
  2101. "funding": {
  2102. "type": "opencollective",
  2103. "url": "https://opencollective.com/unified"
  2104. }
  2105. },
  2106. "node_modules/estree-util-is-identifier-name": {
  2107. "version": "2.1.0",
  2108. "resolved": "https://registry.npmjs.org/estree-util-is-identifier-name/-/estree-util-is-identifier-name-2.1.0.tgz",
  2109. "integrity": "sha512-bEN9VHRyXAUOjkKVQVvArFym08BTWB0aJPppZZr0UNyAqWsLaVfAqP7hbaTJjzHifmB5ebnR8Wm7r7yGN/HonQ==",
  2110. "funding": {
  2111. "type": "opencollective",
  2112. "url": "https://opencollective.com/unified"
  2113. }
  2114. },
  2115. "node_modules/estree-util-to-js": {
  2116. "version": "1.2.0",
  2117. "resolved": "https://registry.npmjs.org/estree-util-to-js/-/estree-util-to-js-1.2.0.tgz",
  2118. "integrity": "sha512-IzU74r1PK5IMMGZXUVZbmiu4A1uhiPgW5hm1GjcOfr4ZzHaMPpLNJjR7HjXiIOzi25nZDrgFTobHTkV5Q6ITjA==",
  2119. "dependencies": {
  2120. "@types/estree-jsx": "^1.0.0",
  2121. "astring": "^1.8.0",
  2122. "source-map": "^0.7.0"
  2123. },
  2124. "funding": {
  2125. "type": "opencollective",
  2126. "url": "https://opencollective.com/unified"
  2127. }
  2128. },
  2129. "node_modules/estree-util-visit": {
  2130. "version": "1.2.1",
  2131. "resolved": "https://registry.npmjs.org/estree-util-visit/-/estree-util-visit-1.2.1.tgz",
  2132. "integrity": "sha512-xbgqcrkIVbIG+lI/gzbvd9SGTJL4zqJKBFttUl5pP27KhAjtMKbX/mQXJ7qgyXpMgVy/zvpm0xoQQaGL8OloOw==",
  2133. "dependencies": {
  2134. "@types/estree-jsx": "^1.0.0",
  2135. "@types/unist": "^2.0.0"
  2136. },
  2137. "funding": {
  2138. "type": "opencollective",
  2139. "url": "https://opencollective.com/unified"
  2140. }
  2141. },
  2142. "node_modules/estree-walker": {
  2143. "version": "3.0.3",
  2144. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  2145. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  2146. "dependencies": {
  2147. "@types/estree": "^1.0.0"
  2148. }
  2149. },
  2150. "node_modules/eventemitter3": {
  2151. "version": "5.0.1",
  2152. "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz",
  2153. "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA=="
  2154. },
  2155. "node_modules/execa": {
  2156. "version": "8.0.1",
  2157. "resolved": "https://registry.npmjs.org/execa/-/execa-8.0.1.tgz",
  2158. "integrity": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==",
  2159. "dependencies": {
  2160. "cross-spawn": "^7.0.3",
  2161. "get-stream": "^8.0.1",
  2162. "human-signals": "^5.0.0",
  2163. "is-stream": "^3.0.0",
  2164. "merge-stream": "^2.0.0",
  2165. "npm-run-path": "^5.1.0",
  2166. "onetime": "^6.0.0",
  2167. "signal-exit": "^4.1.0",
  2168. "strip-final-newline": "^3.0.0"
  2169. },
  2170. "engines": {
  2171. "node": ">=16.17"
  2172. },
  2173. "funding": {
  2174. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  2175. }
  2176. },
  2177. "node_modules/expand-template": {
  2178. "version": "2.0.3",
  2179. "resolved": "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz",
  2180. "integrity": "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==",
  2181. "engines": {
  2182. "node": ">=6"
  2183. }
  2184. },
  2185. "node_modules/expressive-code": {
  2186. "version": "0.29.1",
  2187. "resolved": "https://registry.npmjs.org/expressive-code/-/expressive-code-0.29.1.tgz",
  2188. "integrity": "sha512-KyEkbSRz2+2gbgtYviOb8xr+QhoAfRQe1VxLAmeZ99c57KAleBpfZHU7JeHj84vputFK6Ge6P87ou9ijD1DXbw==",
  2189. "dependencies": {
  2190. "@expressive-code/core": "^0.29.1",
  2191. "@expressive-code/plugin-frames": "^0.29.1",
  2192. "@expressive-code/plugin-shiki": "^0.29.1",
  2193. "@expressive-code/plugin-text-markers": "^0.29.1"
  2194. }
  2195. },
  2196. "node_modules/extend": {
  2197. "version": "3.0.2",
  2198. "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
  2199. "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g=="
  2200. },
  2201. "node_modules/extend-shallow": {
  2202. "version": "2.0.1",
  2203. "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
  2204. "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",
  2205. "dependencies": {
  2206. "is-extendable": "^0.1.0"
  2207. },
  2208. "engines": {
  2209. "node": ">=0.10.0"
  2210. }
  2211. },
  2212. "node_modules/fast-fifo": {
  2213. "version": "1.3.2",
  2214. "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz",
  2215. "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ=="
  2216. },
  2217. "node_modules/fast-glob": {
  2218. "version": "3.3.2",
  2219. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
  2220. "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
  2221. "dependencies": {
  2222. "@nodelib/fs.stat": "^2.0.2",
  2223. "@nodelib/fs.walk": "^1.2.3",
  2224. "glob-parent": "^5.1.2",
  2225. "merge2": "^1.3.0",
  2226. "micromatch": "^4.0.4"
  2227. },
  2228. "engines": {
  2229. "node": ">=8.6.0"
  2230. }
  2231. },
  2232. "node_modules/fastq": {
  2233. "version": "1.15.0",
  2234. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz",
  2235. "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==",
  2236. "dependencies": {
  2237. "reusify": "^1.0.4"
  2238. }
  2239. },
  2240. "node_modules/fill-range": {
  2241. "version": "7.0.1",
  2242. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
  2243. "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
  2244. "dependencies": {
  2245. "to-regex-range": "^5.0.1"
  2246. },
  2247. "engines": {
  2248. "node": ">=8"
  2249. }
  2250. },
  2251. "node_modules/find-up": {
  2252. "version": "5.0.0",
  2253. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  2254. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  2255. "dependencies": {
  2256. "locate-path": "^6.0.0",
  2257. "path-exists": "^4.0.0"
  2258. },
  2259. "engines": {
  2260. "node": ">=10"
  2261. },
  2262. "funding": {
  2263. "url": "https://github.com/sponsors/sindresorhus"
  2264. }
  2265. },
  2266. "node_modules/find-yarn-workspace-root2": {
  2267. "version": "1.2.16",
  2268. "resolved": "https://registry.npmjs.org/find-yarn-workspace-root2/-/find-yarn-workspace-root2-1.2.16.tgz",
  2269. "integrity": "sha512-hr6hb1w8ePMpPVUK39S4RlwJzi+xPLuVuG8XlwXU3KD5Yn3qgBWVfy3AzNlDhWvE1EORCE65/Qm26rFQt3VLVA==",
  2270. "dependencies": {
  2271. "micromatch": "^4.0.2",
  2272. "pkg-dir": "^4.2.0"
  2273. }
  2274. },
  2275. "node_modules/fs-constants": {
  2276. "version": "1.0.0",
  2277. "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
  2278. "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow=="
  2279. },
  2280. "node_modules/fsevents": {
  2281. "version": "2.3.3",
  2282. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  2283. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  2284. "hasInstallScript": true,
  2285. "optional": true,
  2286. "os": [
  2287. "darwin"
  2288. ],
  2289. "engines": {
  2290. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  2291. }
  2292. },
  2293. "node_modules/function-bind": {
  2294. "version": "1.1.2",
  2295. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  2296. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  2297. "funding": {
  2298. "url": "https://github.com/sponsors/ljharb"
  2299. }
  2300. },
  2301. "node_modules/gensync": {
  2302. "version": "1.0.0-beta.2",
  2303. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  2304. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  2305. "engines": {
  2306. "node": ">=6.9.0"
  2307. }
  2308. },
  2309. "node_modules/get-stream": {
  2310. "version": "8.0.1",
  2311. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz",
  2312. "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
  2313. "engines": {
  2314. "node": ">=16"
  2315. },
  2316. "funding": {
  2317. "url": "https://github.com/sponsors/sindresorhus"
  2318. }
  2319. },
  2320. "node_modules/github-from-package": {
  2321. "version": "0.0.0",
  2322. "resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz",
  2323. "integrity": "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw=="
  2324. },
  2325. "node_modules/github-slugger": {
  2326. "version": "2.0.0",
  2327. "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz",
  2328. "integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw=="
  2329. },
  2330. "node_modules/glob-parent": {
  2331. "version": "5.1.2",
  2332. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  2333. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  2334. "dependencies": {
  2335. "is-glob": "^4.0.1"
  2336. },
  2337. "engines": {
  2338. "node": ">= 6"
  2339. }
  2340. },
  2341. "node_modules/globals": {
  2342. "version": "11.12.0",
  2343. "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
  2344. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  2345. "engines": {
  2346. "node": ">=4"
  2347. }
  2348. },
  2349. "node_modules/graceful-fs": {
  2350. "version": "4.2.11",
  2351. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  2352. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
  2353. },
  2354. "node_modules/gray-matter": {
  2355. "version": "4.0.3",
  2356. "resolved": "https://registry.npmjs.org/gray-matter/-/gray-matter-4.0.3.tgz",
  2357. "integrity": "sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==",
  2358. "dependencies": {
  2359. "js-yaml": "^3.13.1",
  2360. "kind-of": "^6.0.2",
  2361. "section-matter": "^1.0.0",
  2362. "strip-bom-string": "^1.0.0"
  2363. },
  2364. "engines": {
  2365. "node": ">=6.0"
  2366. }
  2367. },
  2368. "node_modules/gray-matter/node_modules/argparse": {
  2369. "version": "1.0.10",
  2370. "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
  2371. "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
  2372. "dependencies": {
  2373. "sprintf-js": "~1.0.2"
  2374. }
  2375. },
  2376. "node_modules/gray-matter/node_modules/js-yaml": {
  2377. "version": "3.14.1",
  2378. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
  2379. "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
  2380. "dependencies": {
  2381. "argparse": "^1.0.7",
  2382. "esprima": "^4.0.0"
  2383. },
  2384. "bin": {
  2385. "js-yaml": "bin/js-yaml.js"
  2386. }
  2387. },
  2388. "node_modules/has-flag": {
  2389. "version": "3.0.0",
  2390. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  2391. "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
  2392. "engines": {
  2393. "node": ">=4"
  2394. }
  2395. },
  2396. "node_modules/hasown": {
  2397. "version": "2.0.0",
  2398. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz",
  2399. "integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==",
  2400. "dependencies": {
  2401. "function-bind": "^1.1.2"
  2402. },
  2403. "engines": {
  2404. "node": ">= 0.4"
  2405. }
  2406. },
  2407. "node_modules/hast-util-from-parse5": {
  2408. "version": "7.1.2",
  2409. "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-7.1.2.tgz",
  2410. "integrity": "sha512-Nz7FfPBuljzsN3tCQ4kCBKqdNhQE2l0Tn+X1ubgKBPRoiDIu1mL08Cfw4k7q71+Duyaw7DXDN+VTAp4Vh3oCOw==",
  2411. "dependencies": {
  2412. "@types/hast": "^2.0.0",
  2413. "@types/unist": "^2.0.0",
  2414. "hastscript": "^7.0.0",
  2415. "property-information": "^6.0.0",
  2416. "vfile": "^5.0.0",
  2417. "vfile-location": "^4.0.0",
  2418. "web-namespaces": "^2.0.0"
  2419. },
  2420. "funding": {
  2421. "type": "opencollective",
  2422. "url": "https://opencollective.com/unified"
  2423. }
  2424. },
  2425. "node_modules/hast-util-has-property": {
  2426. "version": "2.0.1",
  2427. "resolved": "https://registry.npmjs.org/hast-util-has-property/-/hast-util-has-property-2.0.1.tgz",
  2428. "integrity": "sha512-X2+RwZIMTMKpXUzlotatPzWj8bspCymtXH3cfG3iQKV+wPF53Vgaqxi/eLqGck0wKq1kS9nvoB1wchbCPEL8sg==",
  2429. "funding": {
  2430. "type": "opencollective",
  2431. "url": "https://opencollective.com/unified"
  2432. }
  2433. },
  2434. "node_modules/hast-util-parse-selector": {
  2435. "version": "3.1.1",
  2436. "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-3.1.1.tgz",
  2437. "integrity": "sha512-jdlwBjEexy1oGz0aJ2f4GKMaVKkA9jwjr4MjAAI22E5fM/TXVZHuS5OpONtdeIkRKqAaryQ2E9xNQxijoThSZA==",
  2438. "dependencies": {
  2439. "@types/hast": "^2.0.0"
  2440. },
  2441. "funding": {
  2442. "type": "opencollective",
  2443. "url": "https://opencollective.com/unified"
  2444. }
  2445. },
  2446. "node_modules/hast-util-raw": {
  2447. "version": "7.2.3",
  2448. "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-7.2.3.tgz",
  2449. "integrity": "sha512-RujVQfVsOrxzPOPSzZFiwofMArbQke6DJjnFfceiEbFh7S05CbPt0cYN+A5YeD3pso0JQk6O1aHBnx9+Pm2uqg==",
  2450. "dependencies": {
  2451. "@types/hast": "^2.0.0",
  2452. "@types/parse5": "^6.0.0",
  2453. "hast-util-from-parse5": "^7.0.0",
  2454. "hast-util-to-parse5": "^7.0.0",
  2455. "html-void-elements": "^2.0.0",
  2456. "parse5": "^6.0.0",
  2457. "unist-util-position": "^4.0.0",
  2458. "unist-util-visit": "^4.0.0",
  2459. "vfile": "^5.0.0",
  2460. "web-namespaces": "^2.0.0",
  2461. "zwitch": "^2.0.0"
  2462. },
  2463. "funding": {
  2464. "type": "opencollective",
  2465. "url": "https://opencollective.com/unified"
  2466. }
  2467. },
  2468. "node_modules/hast-util-select": {
  2469. "version": "5.0.5",
  2470. "resolved": "https://registry.npmjs.org/hast-util-select/-/hast-util-select-5.0.5.tgz",
  2471. "integrity": "sha512-QQhWMhgTFRhCaQdgTKzZ5g31GLQ9qRb1hZtDPMqQaOhpLBziWcshUS0uCR5IJ0U1jrK/mxg35fmcq+Dp/Cy2Aw==",
  2472. "dependencies": {
  2473. "@types/hast": "^2.0.0",
  2474. "@types/unist": "^2.0.0",
  2475. "bcp-47-match": "^2.0.0",
  2476. "comma-separated-tokens": "^2.0.0",
  2477. "css-selector-parser": "^1.0.0",
  2478. "direction": "^2.0.0",
  2479. "hast-util-has-property": "^2.0.0",
  2480. "hast-util-to-string": "^2.0.0",
  2481. "hast-util-whitespace": "^2.0.0",
  2482. "not": "^0.1.0",
  2483. "nth-check": "^2.0.0",
  2484. "property-information": "^6.0.0",
  2485. "space-separated-tokens": "^2.0.0",
  2486. "unist-util-visit": "^4.0.0",
  2487. "zwitch": "^2.0.0"
  2488. },
  2489. "funding": {
  2490. "type": "opencollective",
  2491. "url": "https://opencollective.com/unified"
  2492. }
  2493. },
  2494. "node_modules/hast-util-to-estree": {
  2495. "version": "2.3.3",
  2496. "resolved": "https://registry.npmjs.org/hast-util-to-estree/-/hast-util-to-estree-2.3.3.tgz",
  2497. "integrity": "sha512-ihhPIUPxN0v0w6M5+IiAZZrn0LH2uZomeWwhn7uP7avZC6TE7lIiEh2yBMPr5+zi1aUCXq6VoYRgs2Bw9xmycQ==",
  2498. "dependencies": {
  2499. "@types/estree": "^1.0.0",
  2500. "@types/estree-jsx": "^1.0.0",
  2501. "@types/hast": "^2.0.0",
  2502. "@types/unist": "^2.0.0",
  2503. "comma-separated-tokens": "^2.0.0",
  2504. "estree-util-attach-comments": "^2.0.0",
  2505. "estree-util-is-identifier-name": "^2.0.0",
  2506. "hast-util-whitespace": "^2.0.0",
  2507. "mdast-util-mdx-expression": "^1.0.0",
  2508. "mdast-util-mdxjs-esm": "^1.0.0",
  2509. "property-information": "^6.0.0",
  2510. "space-separated-tokens": "^2.0.0",
  2511. "style-to-object": "^0.4.1",
  2512. "unist-util-position": "^4.0.0",
  2513. "zwitch": "^2.0.0"
  2514. },
  2515. "funding": {
  2516. "type": "opencollective",
  2517. "url": "https://opencollective.com/unified"
  2518. }
  2519. },
  2520. "node_modules/hast-util-to-html": {
  2521. "version": "8.0.4",
  2522. "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-8.0.4.tgz",
  2523. "integrity": "sha512-4tpQTUOr9BMjtYyNlt0P50mH7xj0Ks2xpo8M943Vykljf99HW6EzulIoJP1N3eKOSScEHzyzi9dm7/cn0RfGwA==",
  2524. "dependencies": {
  2525. "@types/hast": "^2.0.0",
  2526. "@types/unist": "^2.0.0",
  2527. "ccount": "^2.0.0",
  2528. "comma-separated-tokens": "^2.0.0",
  2529. "hast-util-raw": "^7.0.0",
  2530. "hast-util-whitespace": "^2.0.0",
  2531. "html-void-elements": "^2.0.0",
  2532. "property-information": "^6.0.0",
  2533. "space-separated-tokens": "^2.0.0",
  2534. "stringify-entities": "^4.0.0",
  2535. "zwitch": "^2.0.4"
  2536. },
  2537. "funding": {
  2538. "type": "opencollective",
  2539. "url": "https://opencollective.com/unified"
  2540. }
  2541. },
  2542. "node_modules/hast-util-to-parse5": {
  2543. "version": "7.1.0",
  2544. "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-7.1.0.tgz",
  2545. "integrity": "sha512-YNRgAJkH2Jky5ySkIqFXTQiaqcAtJyVE+D5lkN6CdtOqrnkLfGYYrEcKuHOJZlp+MwjSwuD3fZuawI+sic/RBw==",
  2546. "dependencies": {
  2547. "@types/hast": "^2.0.0",
  2548. "comma-separated-tokens": "^2.0.0",
  2549. "property-information": "^6.0.0",
  2550. "space-separated-tokens": "^2.0.0",
  2551. "web-namespaces": "^2.0.0",
  2552. "zwitch": "^2.0.0"
  2553. },
  2554. "funding": {
  2555. "type": "opencollective",
  2556. "url": "https://opencollective.com/unified"
  2557. }
  2558. },
  2559. "node_modules/hast-util-to-string": {
  2560. "version": "2.0.0",
  2561. "resolved": "https://registry.npmjs.org/hast-util-to-string/-/hast-util-to-string-2.0.0.tgz",
  2562. "integrity": "sha512-02AQ3vLhuH3FisaMM+i/9sm4OXGSq1UhOOCpTLLQtHdL3tZt7qil69r8M8iDkZYyC0HCFylcYoP+8IO7ddta1A==",
  2563. "dependencies": {
  2564. "@types/hast": "^2.0.0"
  2565. },
  2566. "funding": {
  2567. "type": "opencollective",
  2568. "url": "https://opencollective.com/unified"
  2569. }
  2570. },
  2571. "node_modules/hast-util-whitespace": {
  2572. "version": "2.0.1",
  2573. "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-2.0.1.tgz",
  2574. "integrity": "sha512-nAxA0v8+vXSBDt3AnRUNjyRIQ0rD+ntpbAp4LnPkumc5M9yUbSMa4XDU9Q6etY4f1Wp4bNgvc1yjiZtsTTrSng==",
  2575. "funding": {
  2576. "type": "opencollective",
  2577. "url": "https://opencollective.com/unified"
  2578. }
  2579. },
  2580. "node_modules/hastscript": {
  2581. "version": "7.2.0",
  2582. "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-7.2.0.tgz",
  2583. "integrity": "sha512-TtYPq24IldU8iKoJQqvZOuhi5CyCQRAbvDOX0x1eW6rsHSxa/1i2CCiptNTotGHJ3VoHRGmqiv6/D3q113ikkw==",
  2584. "dependencies": {
  2585. "@types/hast": "^2.0.0",
  2586. "comma-separated-tokens": "^2.0.0",
  2587. "hast-util-parse-selector": "^3.0.0",
  2588. "property-information": "^6.0.0",
  2589. "space-separated-tokens": "^2.0.0"
  2590. },
  2591. "funding": {
  2592. "type": "opencollective",
  2593. "url": "https://opencollective.com/unified"
  2594. }
  2595. },
  2596. "node_modules/html-escaper": {
  2597. "version": "3.0.3",
  2598. "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-3.0.3.tgz",
  2599. "integrity": "sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ=="
  2600. },
  2601. "node_modules/html-void-elements": {
  2602. "version": "2.0.1",
  2603. "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-2.0.1.tgz",
  2604. "integrity": "sha512-0quDb7s97CfemeJAnW9wC0hw78MtW7NU3hqtCD75g2vFlDLt36llsYD7uB7SUzojLMP24N5IatXf7ylGXiGG9A==",
  2605. "funding": {
  2606. "type": "github",
  2607. "url": "https://github.com/sponsors/wooorm"
  2608. }
  2609. },
  2610. "node_modules/http-cache-semantics": {
  2611. "version": "4.1.1",
  2612. "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz",
  2613. "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ=="
  2614. },
  2615. "node_modules/human-signals": {
  2616. "version": "5.0.0",
  2617. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz",
  2618. "integrity": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==",
  2619. "engines": {
  2620. "node": ">=16.17.0"
  2621. }
  2622. },
  2623. "node_modules/iconv-lite": {
  2624. "version": "0.4.24",
  2625. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
  2626. "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
  2627. "dependencies": {
  2628. "safer-buffer": ">= 2.1.2 < 3"
  2629. },
  2630. "engines": {
  2631. "node": ">=0.10.0"
  2632. }
  2633. },
  2634. "node_modules/ieee754": {
  2635. "version": "1.2.1",
  2636. "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
  2637. "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
  2638. "funding": [
  2639. {
  2640. "type": "github",
  2641. "url": "https://github.com/sponsors/feross"
  2642. },
  2643. {
  2644. "type": "patreon",
  2645. "url": "https://www.patreon.com/feross"
  2646. },
  2647. {
  2648. "type": "consulting",
  2649. "url": "https://feross.org/support"
  2650. }
  2651. ]
  2652. },
  2653. "node_modules/import-meta-resolve": {
  2654. "version": "3.1.1",
  2655. "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-3.1.1.tgz",
  2656. "integrity": "sha512-qeywsE/KC3w9Fd2ORrRDUw6nS/nLwZpXgfrOc2IILvZYnCaEMd+D56Vfg9k4G29gIeVi3XKql1RQatME8iYsiw==",
  2657. "funding": {
  2658. "type": "github",
  2659. "url": "https://github.com/sponsors/wooorm"
  2660. }
  2661. },
  2662. "node_modules/inherits": {
  2663. "version": "2.0.4",
  2664. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  2665. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
  2666. },
  2667. "node_modules/ini": {
  2668. "version": "1.3.8",
  2669. "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
  2670. "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
  2671. },
  2672. "node_modules/inline-style-parser": {
  2673. "version": "0.1.1",
  2674. "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz",
  2675. "integrity": "sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q=="
  2676. },
  2677. "node_modules/is-alphabetical": {
  2678. "version": "2.0.1",
  2679. "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz",
  2680. "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==",
  2681. "funding": {
  2682. "type": "github",
  2683. "url": "https://github.com/sponsors/wooorm"
  2684. }
  2685. },
  2686. "node_modules/is-alphanumerical": {
  2687. "version": "2.0.1",
  2688. "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz",
  2689. "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==",
  2690. "dependencies": {
  2691. "is-alphabetical": "^2.0.0",
  2692. "is-decimal": "^2.0.0"
  2693. },
  2694. "funding": {
  2695. "type": "github",
  2696. "url": "https://github.com/sponsors/wooorm"
  2697. }
  2698. },
  2699. "node_modules/is-arrayish": {
  2700. "version": "0.3.2",
  2701. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz",
  2702. "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ=="
  2703. },
  2704. "node_modules/is-binary-path": {
  2705. "version": "2.1.0",
  2706. "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
  2707. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  2708. "dependencies": {
  2709. "binary-extensions": "^2.0.0"
  2710. },
  2711. "engines": {
  2712. "node": ">=8"
  2713. }
  2714. },
  2715. "node_modules/is-buffer": {
  2716. "version": "2.0.5",
  2717. "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz",
  2718. "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==",
  2719. "funding": [
  2720. {
  2721. "type": "github",
  2722. "url": "https://github.com/sponsors/feross"
  2723. },
  2724. {
  2725. "type": "patreon",
  2726. "url": "https://www.patreon.com/feross"
  2727. },
  2728. {
  2729. "type": "consulting",
  2730. "url": "https://feross.org/support"
  2731. }
  2732. ],
  2733. "engines": {
  2734. "node": ">=4"
  2735. }
  2736. },
  2737. "node_modules/is-core-module": {
  2738. "version": "2.13.1",
  2739. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz",
  2740. "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==",
  2741. "dependencies": {
  2742. "hasown": "^2.0.0"
  2743. },
  2744. "funding": {
  2745. "url": "https://github.com/sponsors/ljharb"
  2746. }
  2747. },
  2748. "node_modules/is-decimal": {
  2749. "version": "2.0.1",
  2750. "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz",
  2751. "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==",
  2752. "funding": {
  2753. "type": "github",
  2754. "url": "https://github.com/sponsors/wooorm"
  2755. }
  2756. },
  2757. "node_modules/is-docker": {
  2758. "version": "3.0.0",
  2759. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
  2760. "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
  2761. "bin": {
  2762. "is-docker": "cli.js"
  2763. },
  2764. "engines": {
  2765. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  2766. },
  2767. "funding": {
  2768. "url": "https://github.com/sponsors/sindresorhus"
  2769. }
  2770. },
  2771. "node_modules/is-extendable": {
  2772. "version": "0.1.1",
  2773. "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
  2774. "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",
  2775. "engines": {
  2776. "node": ">=0.10.0"
  2777. }
  2778. },
  2779. "node_modules/is-extglob": {
  2780. "version": "2.1.1",
  2781. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  2782. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  2783. "engines": {
  2784. "node": ">=0.10.0"
  2785. }
  2786. },
  2787. "node_modules/is-fullwidth-code-point": {
  2788. "version": "3.0.0",
  2789. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  2790. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  2791. "engines": {
  2792. "node": ">=8"
  2793. }
  2794. },
  2795. "node_modules/is-glob": {
  2796. "version": "4.0.3",
  2797. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  2798. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  2799. "dependencies": {
  2800. "is-extglob": "^2.1.1"
  2801. },
  2802. "engines": {
  2803. "node": ">=0.10.0"
  2804. }
  2805. },
  2806. "node_modules/is-hexadecimal": {
  2807. "version": "2.0.1",
  2808. "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz",
  2809. "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==",
  2810. "funding": {
  2811. "type": "github",
  2812. "url": "https://github.com/sponsors/wooorm"
  2813. }
  2814. },
  2815. "node_modules/is-inside-container": {
  2816. "version": "1.0.0",
  2817. "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
  2818. "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
  2819. "dependencies": {
  2820. "is-docker": "^3.0.0"
  2821. },
  2822. "bin": {
  2823. "is-inside-container": "cli.js"
  2824. },
  2825. "engines": {
  2826. "node": ">=14.16"
  2827. },
  2828. "funding": {
  2829. "url": "https://github.com/sponsors/sindresorhus"
  2830. }
  2831. },
  2832. "node_modules/is-interactive": {
  2833. "version": "2.0.0",
  2834. "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-2.0.0.tgz",
  2835. "integrity": "sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ==",
  2836. "engines": {
  2837. "node": ">=12"
  2838. },
  2839. "funding": {
  2840. "url": "https://github.com/sponsors/sindresorhus"
  2841. }
  2842. },
  2843. "node_modules/is-number": {
  2844. "version": "7.0.0",
  2845. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  2846. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  2847. "engines": {
  2848. "node": ">=0.12.0"
  2849. }
  2850. },
  2851. "node_modules/is-plain-obj": {
  2852. "version": "4.1.0",
  2853. "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
  2854. "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
  2855. "engines": {
  2856. "node": ">=12"
  2857. },
  2858. "funding": {
  2859. "url": "https://github.com/sponsors/sindresorhus"
  2860. }
  2861. },
  2862. "node_modules/is-reference": {
  2863. "version": "3.0.2",
  2864. "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-3.0.2.tgz",
  2865. "integrity": "sha512-v3rht/LgVcsdZa3O2Nqs+NMowLOxeOm7Ay9+/ARQ2F+qEoANRcqrjAZKGN0v8ymUetZGgkp26LTnGT7H0Qo9Pg==",
  2866. "dependencies": {
  2867. "@types/estree": "*"
  2868. }
  2869. },
  2870. "node_modules/is-stream": {
  2871. "version": "3.0.0",
  2872. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz",
  2873. "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==",
  2874. "engines": {
  2875. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  2876. },
  2877. "funding": {
  2878. "url": "https://github.com/sponsors/sindresorhus"
  2879. }
  2880. },
  2881. "node_modules/is-unicode-supported": {
  2882. "version": "1.3.0",
  2883. "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz",
  2884. "integrity": "sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==",
  2885. "engines": {
  2886. "node": ">=12"
  2887. },
  2888. "funding": {
  2889. "url": "https://github.com/sponsors/sindresorhus"
  2890. }
  2891. },
  2892. "node_modules/is-wsl": {
  2893. "version": "3.1.0",
  2894. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
  2895. "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
  2896. "dependencies": {
  2897. "is-inside-container": "^1.0.0"
  2898. },
  2899. "engines": {
  2900. "node": ">=16"
  2901. },
  2902. "funding": {
  2903. "url": "https://github.com/sponsors/sindresorhus"
  2904. }
  2905. },
  2906. "node_modules/isexe": {
  2907. "version": "2.0.0",
  2908. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  2909. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
  2910. },
  2911. "node_modules/js-tokens": {
  2912. "version": "4.0.0",
  2913. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  2914. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
  2915. },
  2916. "node_modules/js-yaml": {
  2917. "version": "4.1.0",
  2918. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  2919. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  2920. "dependencies": {
  2921. "argparse": "^2.0.1"
  2922. },
  2923. "bin": {
  2924. "js-yaml": "bin/js-yaml.js"
  2925. }
  2926. },
  2927. "node_modules/jsesc": {
  2928. "version": "2.5.2",
  2929. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
  2930. "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
  2931. "bin": {
  2932. "jsesc": "bin/jsesc"
  2933. },
  2934. "engines": {
  2935. "node": ">=4"
  2936. }
  2937. },
  2938. "node_modules/json5": {
  2939. "version": "2.2.3",
  2940. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  2941. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  2942. "bin": {
  2943. "json5": "lib/cli.js"
  2944. },
  2945. "engines": {
  2946. "node": ">=6"
  2947. }
  2948. },
  2949. "node_modules/jsonc-parser": {
  2950. "version": "3.2.0",
  2951. "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz",
  2952. "integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w=="
  2953. },
  2954. "node_modules/kind-of": {
  2955. "version": "6.0.3",
  2956. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
  2957. "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
  2958. "engines": {
  2959. "node": ">=0.10.0"
  2960. }
  2961. },
  2962. "node_modules/kleur": {
  2963. "version": "4.1.5",
  2964. "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz",
  2965. "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==",
  2966. "engines": {
  2967. "node": ">=6"
  2968. }
  2969. },
  2970. "node_modules/load-yaml-file": {
  2971. "version": "0.2.0",
  2972. "resolved": "https://registry.npmjs.org/load-yaml-file/-/load-yaml-file-0.2.0.tgz",
  2973. "integrity": "sha512-OfCBkGEw4nN6JLtgRidPX6QxjBQGQf72q3si2uvqyFEMbycSFFHwAZeXx6cJgFM9wmLrf9zBwCP3Ivqa+LLZPw==",
  2974. "dependencies": {
  2975. "graceful-fs": "^4.1.5",
  2976. "js-yaml": "^3.13.0",
  2977. "pify": "^4.0.1",
  2978. "strip-bom": "^3.0.0"
  2979. },
  2980. "engines": {
  2981. "node": ">=6"
  2982. }
  2983. },
  2984. "node_modules/load-yaml-file/node_modules/argparse": {
  2985. "version": "1.0.10",
  2986. "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
  2987. "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
  2988. "dependencies": {
  2989. "sprintf-js": "~1.0.2"
  2990. }
  2991. },
  2992. "node_modules/load-yaml-file/node_modules/js-yaml": {
  2993. "version": "3.14.1",
  2994. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
  2995. "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
  2996. "dependencies": {
  2997. "argparse": "^1.0.7",
  2998. "esprima": "^4.0.0"
  2999. },
  3000. "bin": {
  3001. "js-yaml": "bin/js-yaml.js"
  3002. }
  3003. },
  3004. "node_modules/locate-path": {
  3005. "version": "6.0.0",
  3006. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  3007. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  3008. "dependencies": {
  3009. "p-locate": "^5.0.0"
  3010. },
  3011. "engines": {
  3012. "node": ">=10"
  3013. },
  3014. "funding": {
  3015. "url": "https://github.com/sponsors/sindresorhus"
  3016. }
  3017. },
  3018. "node_modules/lodash.merge": {
  3019. "version": "4.6.2",
  3020. "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
  3021. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ=="
  3022. },
  3023. "node_modules/log-symbols": {
  3024. "version": "5.1.0",
  3025. "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-5.1.0.tgz",
  3026. "integrity": "sha512-l0x2DvrW294C9uDCoQe1VSU4gf529FkSZ6leBl4TiqZH/e+0R7hSfHQBNut2mNygDgHwvYHfFLn6Oxb3VWj2rA==",
  3027. "dependencies": {
  3028. "chalk": "^5.0.0",
  3029. "is-unicode-supported": "^1.1.0"
  3030. },
  3031. "engines": {
  3032. "node": ">=12"
  3033. },
  3034. "funding": {
  3035. "url": "https://github.com/sponsors/sindresorhus"
  3036. }
  3037. },
  3038. "node_modules/log-symbols/node_modules/chalk": {
  3039. "version": "5.3.0",
  3040. "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
  3041. "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
  3042. "engines": {
  3043. "node": "^12.17.0 || ^14.13 || >=16.0.0"
  3044. },
  3045. "funding": {
  3046. "url": "https://github.com/chalk/chalk?sponsor=1"
  3047. }
  3048. },
  3049. "node_modules/longest-streak": {
  3050. "version": "3.1.0",
  3051. "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz",
  3052. "integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==",
  3053. "funding": {
  3054. "type": "github",
  3055. "url": "https://github.com/sponsors/wooorm"
  3056. }
  3057. },
  3058. "node_modules/lru-cache": {
  3059. "version": "5.1.1",
  3060. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  3061. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  3062. "dependencies": {
  3063. "yallist": "^3.0.2"
  3064. }
  3065. },
  3066. "node_modules/magic-string": {
  3067. "version": "0.30.5",
  3068. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.5.tgz",
  3069. "integrity": "sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA==",
  3070. "dependencies": {
  3071. "@jridgewell/sourcemap-codec": "^1.4.15"
  3072. },
  3073. "engines": {
  3074. "node": ">=12"
  3075. }
  3076. },
  3077. "node_modules/markdown-extensions": {
  3078. "version": "1.1.1",
  3079. "resolved": "https://registry.npmjs.org/markdown-extensions/-/markdown-extensions-1.1.1.tgz",
  3080. "integrity": "sha512-WWC0ZuMzCyDHYCasEGs4IPvLyTGftYwh6wIEOULOF0HXcqZlhwRzrK0w2VUlxWA98xnvb/jszw4ZSkJ6ADpM6Q==",
  3081. "engines": {
  3082. "node": ">=0.10.0"
  3083. }
  3084. },
  3085. "node_modules/markdown-table": {
  3086. "version": "3.0.3",
  3087. "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.3.tgz",
  3088. "integrity": "sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==",
  3089. "funding": {
  3090. "type": "github",
  3091. "url": "https://github.com/sponsors/wooorm"
  3092. }
  3093. },
  3094. "node_modules/mdast-util-definitions": {
  3095. "version": "6.0.0",
  3096. "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-6.0.0.tgz",
  3097. "integrity": "sha512-scTllyX6pnYNZH/AIp/0ePz6s4cZtARxImwoPJ7kS42n+MnVsI4XbnG6d4ibehRIldYMWM2LD7ImQblVhUejVQ==",
  3098. "dependencies": {
  3099. "@types/mdast": "^4.0.0",
  3100. "@types/unist": "^3.0.0",
  3101. "unist-util-visit": "^5.0.0"
  3102. },
  3103. "funding": {
  3104. "type": "opencollective",
  3105. "url": "https://opencollective.com/unified"
  3106. }
  3107. },
  3108. "node_modules/mdast-util-definitions/node_modules/@types/mdast": {
  3109. "version": "4.0.3",
  3110. "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.3.tgz",
  3111. "integrity": "sha512-LsjtqsyF+d2/yFOYaN22dHZI1Cpwkrj+g06G8+qtUKlhovPW89YhqSnfKtMbkgmEtYpH2gydRNULd6y8mciAFg==",
  3112. "dependencies": {
  3113. "@types/unist": "*"
  3114. }
  3115. },
  3116. "node_modules/mdast-util-definitions/node_modules/@types/unist": {
  3117. "version": "3.0.2",
  3118. "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.2.tgz",
  3119. "integrity": "sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ=="
  3120. },
  3121. "node_modules/mdast-util-definitions/node_modules/unist-util-is": {
  3122. "version": "6.0.0",
  3123. "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz",
  3124. "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==",
  3125. "dependencies": {
  3126. "@types/unist": "^3.0.0"
  3127. },
  3128. "funding": {
  3129. "type": "opencollective",
  3130. "url": "https://opencollective.com/unified"
  3131. }
  3132. },
  3133. "node_modules/mdast-util-definitions/node_modules/unist-util-visit": {
  3134. "version": "5.0.0",
  3135. "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz",
  3136. "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==",
  3137. "dependencies": {
  3138. "@types/unist": "^3.0.0",
  3139. "unist-util-is": "^6.0.0",
  3140. "unist-util-visit-parents": "^6.0.0"
  3141. },
  3142. "funding": {
  3143. "type": "opencollective",
  3144. "url": "https://opencollective.com/unified"
  3145. }
  3146. },
  3147. "node_modules/mdast-util-definitions/node_modules/unist-util-visit-parents": {
  3148. "version": "6.0.1",
  3149. "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz",
  3150. "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==",
  3151. "dependencies": {
  3152. "@types/unist": "^3.0.0",
  3153. "unist-util-is": "^6.0.0"
  3154. },
  3155. "funding": {
  3156. "type": "opencollective",
  3157. "url": "https://opencollective.com/unified"
  3158. }
  3159. },
  3160. "node_modules/mdast-util-directive": {
  3161. "version": "2.2.4",
  3162. "resolved": "https://registry.npmjs.org/mdast-util-directive/-/mdast-util-directive-2.2.4.tgz",
  3163. "integrity": "sha512-sK3ojFP+jpj1n7Zo5ZKvoxP1MvLyzVG63+gm40Z/qI00avzdPCYxt7RBMgofwAva9gBjbDBWVRB/i+UD+fUCzQ==",
  3164. "dependencies": {
  3165. "@types/mdast": "^3.0.0",
  3166. "@types/unist": "^2.0.0",
  3167. "mdast-util-from-markdown": "^1.3.0",
  3168. "mdast-util-to-markdown": "^1.5.0",
  3169. "parse-entities": "^4.0.0",
  3170. "stringify-entities": "^4.0.0",
  3171. "unist-util-visit-parents": "^5.1.3"
  3172. },
  3173. "funding": {
  3174. "type": "opencollective",
  3175. "url": "https://opencollective.com/unified"
  3176. }
  3177. },
  3178. "node_modules/mdast-util-find-and-replace": {
  3179. "version": "2.2.2",
  3180. "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-2.2.2.tgz",
  3181. "integrity": "sha512-MTtdFRz/eMDHXzeK6W3dO7mXUlF82Gom4y0oOgvHhh/HXZAGvIQDUvQ0SuUx+j2tv44b8xTHOm8K/9OoRFnXKw==",
  3182. "dependencies": {
  3183. "@types/mdast": "^3.0.0",
  3184. "escape-string-regexp": "^5.0.0",
  3185. "unist-util-is": "^5.0.0",
  3186. "unist-util-visit-parents": "^5.0.0"
  3187. },
  3188. "funding": {
  3189. "type": "opencollective",
  3190. "url": "https://opencollective.com/unified"
  3191. }
  3192. },
  3193. "node_modules/mdast-util-find-and-replace/node_modules/escape-string-regexp": {
  3194. "version": "5.0.0",
  3195. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  3196. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  3197. "engines": {
  3198. "node": ">=12"
  3199. },
  3200. "funding": {
  3201. "url": "https://github.com/sponsors/sindresorhus"
  3202. }
  3203. },
  3204. "node_modules/mdast-util-from-markdown": {
  3205. "version": "1.3.1",
  3206. "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-1.3.1.tgz",
  3207. "integrity": "sha512-4xTO/M8c82qBcnQc1tgpNtubGUW/Y1tBQ1B0i5CtSoelOLKFYlElIr3bvgREYYO5iRqbMY1YuqZng0GVOI8Qww==",
  3208. "dependencies": {
  3209. "@types/mdast": "^3.0.0",
  3210. "@types/unist": "^2.0.0",
  3211. "decode-named-character-reference": "^1.0.0",
  3212. "mdast-util-to-string": "^3.1.0",
  3213. "micromark": "^3.0.0",
  3214. "micromark-util-decode-numeric-character-reference": "^1.0.0",
  3215. "micromark-util-decode-string": "^1.0.0",
  3216. "micromark-util-normalize-identifier": "^1.0.0",
  3217. "micromark-util-symbol": "^1.0.0",
  3218. "micromark-util-types": "^1.0.0",
  3219. "unist-util-stringify-position": "^3.0.0",
  3220. "uvu": "^0.5.0"
  3221. },
  3222. "funding": {
  3223. "type": "opencollective",
  3224. "url": "https://opencollective.com/unified"
  3225. }
  3226. },
  3227. "node_modules/mdast-util-gfm": {
  3228. "version": "2.0.2",
  3229. "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-2.0.2.tgz",
  3230. "integrity": "sha512-qvZ608nBppZ4icQlhQQIAdc6S3Ffj9RGmzwUKUWuEICFnd1LVkN3EktF7ZHAgfcEdvZB5owU9tQgt99e2TlLjg==",
  3231. "dependencies": {
  3232. "mdast-util-from-markdown": "^1.0.0",
  3233. "mdast-util-gfm-autolink-literal": "^1.0.0",
  3234. "mdast-util-gfm-footnote": "^1.0.0",
  3235. "mdast-util-gfm-strikethrough": "^1.0.0",
  3236. "mdast-util-gfm-table": "^1.0.0",
  3237. "mdast-util-gfm-task-list-item": "^1.0.0",
  3238. "mdast-util-to-markdown": "^1.0.0"
  3239. },
  3240. "funding": {
  3241. "type": "opencollective",
  3242. "url": "https://opencollective.com/unified"
  3243. }
  3244. },
  3245. "node_modules/mdast-util-gfm-autolink-literal": {
  3246. "version": "1.0.3",
  3247. "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-1.0.3.tgz",
  3248. "integrity": "sha512-My8KJ57FYEy2W2LyNom4n3E7hKTuQk/0SES0u16tjA9Z3oFkF4RrC/hPAPgjlSpezsOvI8ObcXcElo92wn5IGA==",
  3249. "dependencies": {
  3250. "@types/mdast": "^3.0.0",
  3251. "ccount": "^2.0.0",
  3252. "mdast-util-find-and-replace": "^2.0.0",
  3253. "micromark-util-character": "^1.0.0"
  3254. },
  3255. "funding": {
  3256. "type": "opencollective",
  3257. "url": "https://opencollective.com/unified"
  3258. }
  3259. },
  3260. "node_modules/mdast-util-gfm-footnote": {
  3261. "version": "1.0.2",
  3262. "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-1.0.2.tgz",
  3263. "integrity": "sha512-56D19KOGbE00uKVj3sgIykpwKL179QsVFwx/DCW0u/0+URsryacI4MAdNJl0dh+u2PSsD9FtxPFbHCzJ78qJFQ==",
  3264. "dependencies": {
  3265. "@types/mdast": "^3.0.0",
  3266. "mdast-util-to-markdown": "^1.3.0",
  3267. "micromark-util-normalize-identifier": "^1.0.0"
  3268. },
  3269. "funding": {
  3270. "type": "opencollective",
  3271. "url": "https://opencollective.com/unified"
  3272. }
  3273. },
  3274. "node_modules/mdast-util-gfm-strikethrough": {
  3275. "version": "1.0.3",
  3276. "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-1.0.3.tgz",
  3277. "integrity": "sha512-DAPhYzTYrRcXdMjUtUjKvW9z/FNAMTdU0ORyMcbmkwYNbKocDpdk+PX1L1dQgOID/+vVs1uBQ7ElrBQfZ0cuiQ==",
  3278. "dependencies": {
  3279. "@types/mdast": "^3.0.0",
  3280. "mdast-util-to-markdown": "^1.3.0"
  3281. },
  3282. "funding": {
  3283. "type": "opencollective",
  3284. "url": "https://opencollective.com/unified"
  3285. }
  3286. },
  3287. "node_modules/mdast-util-gfm-table": {
  3288. "version": "1.0.7",
  3289. "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-1.0.7.tgz",
  3290. "integrity": "sha512-jjcpmNnQvrmN5Vx7y7lEc2iIOEytYv7rTvu+MeyAsSHTASGCCRA79Igg2uKssgOs1i1po8s3plW0sTu1wkkLGg==",
  3291. "dependencies": {
  3292. "@types/mdast": "^3.0.0",
  3293. "markdown-table": "^3.0.0",
  3294. "mdast-util-from-markdown": "^1.0.0",
  3295. "mdast-util-to-markdown": "^1.3.0"
  3296. },
  3297. "funding": {
  3298. "type": "opencollective",
  3299. "url": "https://opencollective.com/unified"
  3300. }
  3301. },
  3302. "node_modules/mdast-util-gfm-task-list-item": {
  3303. "version": "1.0.2",
  3304. "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-1.0.2.tgz",
  3305. "integrity": "sha512-PFTA1gzfp1B1UaiJVyhJZA1rm0+Tzn690frc/L8vNX1Jop4STZgOE6bxUhnzdVSB+vm2GU1tIsuQcA9bxTQpMQ==",
  3306. "dependencies": {
  3307. "@types/mdast": "^3.0.0",
  3308. "mdast-util-to-markdown": "^1.3.0"
  3309. },
  3310. "funding": {
  3311. "type": "opencollective",
  3312. "url": "https://opencollective.com/unified"
  3313. }
  3314. },
  3315. "node_modules/mdast-util-mdx": {
  3316. "version": "2.0.1",
  3317. "resolved": "https://registry.npmjs.org/mdast-util-mdx/-/mdast-util-mdx-2.0.1.tgz",
  3318. "integrity": "sha512-38w5y+r8nyKlGvNjSEqWrhG0w5PmnRA+wnBvm+ulYCct7nsGYhFVb0lljS9bQav4psDAS1eGkP2LMVcZBi/aqw==",
  3319. "dependencies": {
  3320. "mdast-util-from-markdown": "^1.0.0",
  3321. "mdast-util-mdx-expression": "^1.0.0",
  3322. "mdast-util-mdx-jsx": "^2.0.0",
  3323. "mdast-util-mdxjs-esm": "^1.0.0",
  3324. "mdast-util-to-markdown": "^1.0.0"
  3325. },
  3326. "funding": {
  3327. "type": "opencollective",
  3328. "url": "https://opencollective.com/unified"
  3329. }
  3330. },
  3331. "node_modules/mdast-util-mdx-expression": {
  3332. "version": "1.3.2",
  3333. "resolved": "https://registry.npmjs.org/mdast-util-mdx-expression/-/mdast-util-mdx-expression-1.3.2.tgz",
  3334. "integrity": "sha512-xIPmR5ReJDu/DHH1OoIT1HkuybIfRGYRywC+gJtI7qHjCJp/M9jrmBEJW22O8lskDWm562BX2W8TiAwRTb0rKA==",
  3335. "dependencies": {
  3336. "@types/estree-jsx": "^1.0.0",
  3337. "@types/hast": "^2.0.0",
  3338. "@types/mdast": "^3.0.0",
  3339. "mdast-util-from-markdown": "^1.0.0",
  3340. "mdast-util-to-markdown": "^1.0.0"
  3341. },
  3342. "funding": {
  3343. "type": "opencollective",
  3344. "url": "https://opencollective.com/unified"
  3345. }
  3346. },
  3347. "node_modules/mdast-util-mdx-jsx": {
  3348. "version": "2.1.4",
  3349. "resolved": "https://registry.npmjs.org/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-2.1.4.tgz",
  3350. "integrity": "sha512-DtMn9CmVhVzZx3f+optVDF8yFgQVt7FghCRNdlIaS3X5Bnym3hZwPbg/XW86vdpKjlc1PVj26SpnLGeJBXD3JA==",
  3351. "dependencies": {
  3352. "@types/estree-jsx": "^1.0.0",
  3353. "@types/hast": "^2.0.0",
  3354. "@types/mdast": "^3.0.0",
  3355. "@types/unist": "^2.0.0",
  3356. "ccount": "^2.0.0",
  3357. "mdast-util-from-markdown": "^1.1.0",
  3358. "mdast-util-to-markdown": "^1.3.0",
  3359. "parse-entities": "^4.0.0",
  3360. "stringify-entities": "^4.0.0",
  3361. "unist-util-remove-position": "^4.0.0",
  3362. "unist-util-stringify-position": "^3.0.0",
  3363. "vfile-message": "^3.0.0"
  3364. },
  3365. "funding": {
  3366. "type": "opencollective",
  3367. "url": "https://opencollective.com/unified"
  3368. }
  3369. },
  3370. "node_modules/mdast-util-mdxjs-esm": {
  3371. "version": "1.3.1",
  3372. "resolved": "https://registry.npmjs.org/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-1.3.1.tgz",
  3373. "integrity": "sha512-SXqglS0HrEvSdUEfoXFtcg7DRl7S2cwOXc7jkuusG472Mmjag34DUDeOJUZtl+BVnyeO1frIgVpHlNRWc2gk/w==",
  3374. "dependencies": {
  3375. "@types/estree-jsx": "^1.0.0",
  3376. "@types/hast": "^2.0.0",
  3377. "@types/mdast": "^3.0.0",
  3378. "mdast-util-from-markdown": "^1.0.0",
  3379. "mdast-util-to-markdown": "^1.0.0"
  3380. },
  3381. "funding": {
  3382. "type": "opencollective",
  3383. "url": "https://opencollective.com/unified"
  3384. }
  3385. },
  3386. "node_modules/mdast-util-phrasing": {
  3387. "version": "3.0.1",
  3388. "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-3.0.1.tgz",
  3389. "integrity": "sha512-WmI1gTXUBJo4/ZmSk79Wcb2HcjPJBzM1nlI/OUWA8yk2X9ik3ffNbBGsU+09BFmXaL1IBb9fiuvq6/KMiNycSg==",
  3390. "dependencies": {
  3391. "@types/mdast": "^3.0.0",
  3392. "unist-util-is": "^5.0.0"
  3393. },
  3394. "funding": {
  3395. "type": "opencollective",
  3396. "url": "https://opencollective.com/unified"
  3397. }
  3398. },
  3399. "node_modules/mdast-util-to-hast": {
  3400. "version": "12.3.0",
  3401. "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-12.3.0.tgz",
  3402. "integrity": "sha512-pits93r8PhnIoU4Vy9bjW39M2jJ6/tdHyja9rrot9uujkN7UTU9SDnE6WNJz/IGyQk3XHX6yNNtrBH6cQzm8Hw==",
  3403. "dependencies": {
  3404. "@types/hast": "^2.0.0",
  3405. "@types/mdast": "^3.0.0",
  3406. "mdast-util-definitions": "^5.0.0",
  3407. "micromark-util-sanitize-uri": "^1.1.0",
  3408. "trim-lines": "^3.0.0",
  3409. "unist-util-generated": "^2.0.0",
  3410. "unist-util-position": "^4.0.0",
  3411. "unist-util-visit": "^4.0.0"
  3412. },
  3413. "funding": {
  3414. "type": "opencollective",
  3415. "url": "https://opencollective.com/unified"
  3416. }
  3417. },
  3418. "node_modules/mdast-util-to-hast/node_modules/mdast-util-definitions": {
  3419. "version": "5.1.2",
  3420. "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-5.1.2.tgz",
  3421. "integrity": "sha512-8SVPMuHqlPME/z3gqVwWY4zVXn8lqKv/pAhC57FuJ40ImXyBpmO5ukh98zB2v7Blql2FiHjHv9LVztSIqjY+MA==",
  3422. "dependencies": {
  3423. "@types/mdast": "^3.0.0",
  3424. "@types/unist": "^2.0.0",
  3425. "unist-util-visit": "^4.0.0"
  3426. },
  3427. "funding": {
  3428. "type": "opencollective",
  3429. "url": "https://opencollective.com/unified"
  3430. }
  3431. },
  3432. "node_modules/mdast-util-to-markdown": {
  3433. "version": "1.5.0",
  3434. "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-1.5.0.tgz",
  3435. "integrity": "sha512-bbv7TPv/WC49thZPg3jXuqzuvI45IL2EVAr/KxF0BSdHsU0ceFHOmwQn6evxAh1GaoK/6GQ1wp4R4oW2+LFL/A==",
  3436. "dependencies": {
  3437. "@types/mdast": "^3.0.0",
  3438. "@types/unist": "^2.0.0",
  3439. "longest-streak": "^3.0.0",
  3440. "mdast-util-phrasing": "^3.0.0",
  3441. "mdast-util-to-string": "^3.0.0",
  3442. "micromark-util-decode-string": "^1.0.0",
  3443. "unist-util-visit": "^4.0.0",
  3444. "zwitch": "^2.0.0"
  3445. },
  3446. "funding": {
  3447. "type": "opencollective",
  3448. "url": "https://opencollective.com/unified"
  3449. }
  3450. },
  3451. "node_modules/mdast-util-to-string": {
  3452. "version": "3.2.0",
  3453. "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-3.2.0.tgz",
  3454. "integrity": "sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==",
  3455. "dependencies": {
  3456. "@types/mdast": "^3.0.0"
  3457. },
  3458. "funding": {
  3459. "type": "opencollective",
  3460. "url": "https://opencollective.com/unified"
  3461. }
  3462. },
  3463. "node_modules/merge-stream": {
  3464. "version": "2.0.0",
  3465. "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
  3466. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w=="
  3467. },
  3468. "node_modules/merge2": {
  3469. "version": "1.4.1",
  3470. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  3471. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  3472. "engines": {
  3473. "node": ">= 8"
  3474. }
  3475. },
  3476. "node_modules/micromark": {
  3477. "version": "3.2.0",
  3478. "resolved": "https://registry.npmjs.org/micromark/-/micromark-3.2.0.tgz",
  3479. "integrity": "sha512-uD66tJj54JLYq0De10AhWycZWGQNUvDI55xPgk2sQM5kn1JYlhbCMTtEeT27+vAhW2FBQxLlOmS3pmA7/2z4aA==",
  3480. "funding": [
  3481. {
  3482. "type": "GitHub Sponsors",
  3483. "url": "https://github.com/sponsors/unifiedjs"
  3484. },
  3485. {
  3486. "type": "OpenCollective",
  3487. "url": "https://opencollective.com/unified"
  3488. }
  3489. ],
  3490. "dependencies": {
  3491. "@types/debug": "^4.0.0",
  3492. "debug": "^4.0.0",
  3493. "decode-named-character-reference": "^1.0.0",
  3494. "micromark-core-commonmark": "^1.0.1",
  3495. "micromark-factory-space": "^1.0.0",
  3496. "micromark-util-character": "^1.0.0",
  3497. "micromark-util-chunked": "^1.0.0",
  3498. "micromark-util-combine-extensions": "^1.0.0",
  3499. "micromark-util-decode-numeric-character-reference": "^1.0.0",
  3500. "micromark-util-encode": "^1.0.0",
  3501. "micromark-util-normalize-identifier": "^1.0.0",
  3502. "micromark-util-resolve-all": "^1.0.0",
  3503. "micromark-util-sanitize-uri": "^1.0.0",
  3504. "micromark-util-subtokenize": "^1.0.0",
  3505. "micromark-util-symbol": "^1.0.0",
  3506. "micromark-util-types": "^1.0.1",
  3507. "uvu": "^0.5.0"
  3508. }
  3509. },
  3510. "node_modules/micromark-core-commonmark": {
  3511. "version": "1.1.0",
  3512. "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-1.1.0.tgz",
  3513. "integrity": "sha512-BgHO1aRbolh2hcrzL2d1La37V0Aoz73ymF8rAcKnohLy93titmv62E0gP8Hrx9PKcKrqCZ1BbLGbP3bEhoXYlw==",
  3514. "funding": [
  3515. {
  3516. "type": "GitHub Sponsors",
  3517. "url": "https://github.com/sponsors/unifiedjs"
  3518. },
  3519. {
  3520. "type": "OpenCollective",
  3521. "url": "https://opencollective.com/unified"
  3522. }
  3523. ],
  3524. "dependencies": {
  3525. "decode-named-character-reference": "^1.0.0",
  3526. "micromark-factory-destination": "^1.0.0",
  3527. "micromark-factory-label": "^1.0.0",
  3528. "micromark-factory-space": "^1.0.0",
  3529. "micromark-factory-title": "^1.0.0",
  3530. "micromark-factory-whitespace": "^1.0.0",
  3531. "micromark-util-character": "^1.0.0",
  3532. "micromark-util-chunked": "^1.0.0",
  3533. "micromark-util-classify-character": "^1.0.0",
  3534. "micromark-util-html-tag-name": "^1.0.0",
  3535. "micromark-util-normalize-identifier": "^1.0.0",
  3536. "micromark-util-resolve-all": "^1.0.0",
  3537. "micromark-util-subtokenize": "^1.0.0",
  3538. "micromark-util-symbol": "^1.0.0",
  3539. "micromark-util-types": "^1.0.1",
  3540. "uvu": "^0.5.0"
  3541. }
  3542. },
  3543. "node_modules/micromark-extension-directive": {
  3544. "version": "2.2.1",
  3545. "resolved": "https://registry.npmjs.org/micromark-extension-directive/-/micromark-extension-directive-2.2.1.tgz",
  3546. "integrity": "sha512-ZFKZkNaEqAP86IghX1X7sE8NNnx6kFNq9mSBRvEHjArutTCJZ3LYg6VH151lXVb1JHpmIcW/7rX25oMoIHuSug==",
  3547. "dependencies": {
  3548. "micromark-factory-space": "^1.0.0",
  3549. "micromark-factory-whitespace": "^1.0.0",
  3550. "micromark-util-character": "^1.0.0",
  3551. "micromark-util-symbol": "^1.0.0",
  3552. "micromark-util-types": "^1.0.0",
  3553. "parse-entities": "^4.0.0",
  3554. "uvu": "^0.5.0"
  3555. },
  3556. "funding": {
  3557. "type": "opencollective",
  3558. "url": "https://opencollective.com/unified"
  3559. }
  3560. },
  3561. "node_modules/micromark-extension-gfm": {
  3562. "version": "2.0.3",
  3563. "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-2.0.3.tgz",
  3564. "integrity": "sha512-vb9OoHqrhCmbRidQv/2+Bc6pkP0FrtlhurxZofvOEy5o8RtuuvTq+RQ1Vw5ZDNrVraQZu3HixESqbG+0iKk/MQ==",
  3565. "dependencies": {
  3566. "micromark-extension-gfm-autolink-literal": "^1.0.0",
  3567. "micromark-extension-gfm-footnote": "^1.0.0",
  3568. "micromark-extension-gfm-strikethrough": "^1.0.0",
  3569. "micromark-extension-gfm-table": "^1.0.0",
  3570. "micromark-extension-gfm-tagfilter": "^1.0.0",
  3571. "micromark-extension-gfm-task-list-item": "^1.0.0",
  3572. "micromark-util-combine-extensions": "^1.0.0",
  3573. "micromark-util-types": "^1.0.0"
  3574. },
  3575. "funding": {
  3576. "type": "opencollective",
  3577. "url": "https://opencollective.com/unified"
  3578. }
  3579. },
  3580. "node_modules/micromark-extension-gfm-autolink-literal": {
  3581. "version": "1.0.5",
  3582. "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-1.0.5.tgz",
  3583. "integrity": "sha512-z3wJSLrDf8kRDOh2qBtoTRD53vJ+CWIyo7uyZuxf/JAbNJjiHsOpG1y5wxk8drtv3ETAHutCu6N3thkOOgueWg==",
  3584. "dependencies": {
  3585. "micromark-util-character": "^1.0.0",
  3586. "micromark-util-sanitize-uri": "^1.0.0",
  3587. "micromark-util-symbol": "^1.0.0",
  3588. "micromark-util-types": "^1.0.0"
  3589. },
  3590. "funding": {
  3591. "type": "opencollective",
  3592. "url": "https://opencollective.com/unified"
  3593. }
  3594. },
  3595. "node_modules/micromark-extension-gfm-footnote": {
  3596. "version": "1.1.2",
  3597. "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-1.1.2.tgz",
  3598. "integrity": "sha512-Yxn7z7SxgyGWRNa4wzf8AhYYWNrwl5q1Z8ii+CSTTIqVkmGZF1CElX2JI8g5yGoM3GAman9/PVCUFUSJ0kB/8Q==",
  3599. "dependencies": {
  3600. "micromark-core-commonmark": "^1.0.0",
  3601. "micromark-factory-space": "^1.0.0",
  3602. "micromark-util-character": "^1.0.0",
  3603. "micromark-util-normalize-identifier": "^1.0.0",
  3604. "micromark-util-sanitize-uri": "^1.0.0",
  3605. "micromark-util-symbol": "^1.0.0",
  3606. "micromark-util-types": "^1.0.0",
  3607. "uvu": "^0.5.0"
  3608. },
  3609. "funding": {
  3610. "type": "opencollective",
  3611. "url": "https://opencollective.com/unified"
  3612. }
  3613. },
  3614. "node_modules/micromark-extension-gfm-strikethrough": {
  3615. "version": "1.0.7",
  3616. "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-1.0.7.tgz",
  3617. "integrity": "sha512-sX0FawVE1o3abGk3vRjOH50L5TTLr3b5XMqnP9YDRb34M0v5OoZhG+OHFz1OffZ9dlwgpTBKaT4XW/AsUVnSDw==",
  3618. "dependencies": {
  3619. "micromark-util-chunked": "^1.0.0",
  3620. "micromark-util-classify-character": "^1.0.0",
  3621. "micromark-util-resolve-all": "^1.0.0",
  3622. "micromark-util-symbol": "^1.0.0",
  3623. "micromark-util-types": "^1.0.0",
  3624. "uvu": "^0.5.0"
  3625. },
  3626. "funding": {
  3627. "type": "opencollective",
  3628. "url": "https://opencollective.com/unified"
  3629. }
  3630. },
  3631. "node_modules/micromark-extension-gfm-table": {
  3632. "version": "1.0.7",
  3633. "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-1.0.7.tgz",
  3634. "integrity": "sha512-3ZORTHtcSnMQEKtAOsBQ9/oHp9096pI/UvdPtN7ehKvrmZZ2+bbWhi0ln+I9drmwXMt5boocn6OlwQzNXeVeqw==",
  3635. "dependencies": {
  3636. "micromark-factory-space": "^1.0.0",
  3637. "micromark-util-character": "^1.0.0",
  3638. "micromark-util-symbol": "^1.0.0",
  3639. "micromark-util-types": "^1.0.0",
  3640. "uvu": "^0.5.0"
  3641. },
  3642. "funding": {
  3643. "type": "opencollective",
  3644. "url": "https://opencollective.com/unified"
  3645. }
  3646. },
  3647. "node_modules/micromark-extension-gfm-tagfilter": {
  3648. "version": "1.0.2",
  3649. "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-1.0.2.tgz",
  3650. "integrity": "sha512-5XWB9GbAUSHTn8VPU8/1DBXMuKYT5uOgEjJb8gN3mW0PNW5OPHpSdojoqf+iq1xo7vWzw/P8bAHY0n6ijpXF7g==",
  3651. "dependencies": {
  3652. "micromark-util-types": "^1.0.0"
  3653. },
  3654. "funding": {
  3655. "type": "opencollective",
  3656. "url": "https://opencollective.com/unified"
  3657. }
  3658. },
  3659. "node_modules/micromark-extension-gfm-task-list-item": {
  3660. "version": "1.0.5",
  3661. "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-1.0.5.tgz",
  3662. "integrity": "sha512-RMFXl2uQ0pNQy6Lun2YBYT9g9INXtWJULgbt01D/x8/6yJ2qpKyzdZD3pi6UIkzF++Da49xAelVKUeUMqd5eIQ==",
  3663. "dependencies": {
  3664. "micromark-factory-space": "^1.0.0",
  3665. "micromark-util-character": "^1.0.0",
  3666. "micromark-util-symbol": "^1.0.0",
  3667. "micromark-util-types": "^1.0.0",
  3668. "uvu": "^0.5.0"
  3669. },
  3670. "funding": {
  3671. "type": "opencollective",
  3672. "url": "https://opencollective.com/unified"
  3673. }
  3674. },
  3675. "node_modules/micromark-extension-mdx-expression": {
  3676. "version": "1.0.8",
  3677. "resolved": "https://registry.npmjs.org/micromark-extension-mdx-expression/-/micromark-extension-mdx-expression-1.0.8.tgz",
  3678. "integrity": "sha512-zZpeQtc5wfWKdzDsHRBY003H2Smg+PUi2REhqgIhdzAa5xonhP03FcXxqFSerFiNUr5AWmHpaNPQTBVOS4lrXw==",
  3679. "funding": [
  3680. {
  3681. "type": "GitHub Sponsors",
  3682. "url": "https://github.com/sponsors/unifiedjs"
  3683. },
  3684. {
  3685. "type": "OpenCollective",
  3686. "url": "https://opencollective.com/unified"
  3687. }
  3688. ],
  3689. "dependencies": {
  3690. "@types/estree": "^1.0.0",
  3691. "micromark-factory-mdx-expression": "^1.0.0",
  3692. "micromark-factory-space": "^1.0.0",
  3693. "micromark-util-character": "^1.0.0",
  3694. "micromark-util-events-to-acorn": "^1.0.0",
  3695. "micromark-util-symbol": "^1.0.0",
  3696. "micromark-util-types": "^1.0.0",
  3697. "uvu": "^0.5.0"
  3698. }
  3699. },
  3700. "node_modules/micromark-extension-mdx-jsx": {
  3701. "version": "1.0.5",
  3702. "resolved": "https://registry.npmjs.org/micromark-extension-mdx-jsx/-/micromark-extension-mdx-jsx-1.0.5.tgz",
  3703. "integrity": "sha512-gPH+9ZdmDflbu19Xkb8+gheqEDqkSpdCEubQyxuz/Hn8DOXiXvrXeikOoBA71+e8Pfi0/UYmU3wW3H58kr7akA==",
  3704. "dependencies": {
  3705. "@types/acorn": "^4.0.0",
  3706. "@types/estree": "^1.0.0",
  3707. "estree-util-is-identifier-name": "^2.0.0",
  3708. "micromark-factory-mdx-expression": "^1.0.0",
  3709. "micromark-factory-space": "^1.0.0",
  3710. "micromark-util-character": "^1.0.0",
  3711. "micromark-util-symbol": "^1.0.0",
  3712. "micromark-util-types": "^1.0.0",
  3713. "uvu": "^0.5.0",
  3714. "vfile-message": "^3.0.0"
  3715. },
  3716. "funding": {
  3717. "type": "opencollective",
  3718. "url": "https://opencollective.com/unified"
  3719. }
  3720. },
  3721. "node_modules/micromark-extension-mdx-md": {
  3722. "version": "1.0.1",
  3723. "resolved": "https://registry.npmjs.org/micromark-extension-mdx-md/-/micromark-extension-mdx-md-1.0.1.tgz",
  3724. "integrity": "sha512-7MSuj2S7xjOQXAjjkbjBsHkMtb+mDGVW6uI2dBL9snOBCbZmoNgDAeZ0nSn9j3T42UE/g2xVNMn18PJxZvkBEA==",
  3725. "dependencies": {
  3726. "micromark-util-types": "^1.0.0"
  3727. },
  3728. "funding": {
  3729. "type": "opencollective",
  3730. "url": "https://opencollective.com/unified"
  3731. }
  3732. },
  3733. "node_modules/micromark-extension-mdxjs": {
  3734. "version": "1.0.1",
  3735. "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs/-/micromark-extension-mdxjs-1.0.1.tgz",
  3736. "integrity": "sha512-7YA7hF6i5eKOfFUzZ+0z6avRG52GpWR8DL+kN47y3f2KhxbBZMhmxe7auOeaTBrW2DenbbZTf1ea9tA2hDpC2Q==",
  3737. "dependencies": {
  3738. "acorn": "^8.0.0",
  3739. "acorn-jsx": "^5.0.0",
  3740. "micromark-extension-mdx-expression": "^1.0.0",
  3741. "micromark-extension-mdx-jsx": "^1.0.0",
  3742. "micromark-extension-mdx-md": "^1.0.0",
  3743. "micromark-extension-mdxjs-esm": "^1.0.0",
  3744. "micromark-util-combine-extensions": "^1.0.0",
  3745. "micromark-util-types": "^1.0.0"
  3746. },
  3747. "funding": {
  3748. "type": "opencollective",
  3749. "url": "https://opencollective.com/unified"
  3750. }
  3751. },
  3752. "node_modules/micromark-extension-mdxjs-esm": {
  3753. "version": "1.0.5",
  3754. "resolved": "https://registry.npmjs.org/micromark-extension-mdxjs-esm/-/micromark-extension-mdxjs-esm-1.0.5.tgz",
  3755. "integrity": "sha512-xNRBw4aoURcyz/S69B19WnZAkWJMxHMT5hE36GtDAyhoyn/8TuAeqjFJQlwk+MKQsUD7b3l7kFX+vlfVWgcX1w==",
  3756. "dependencies": {
  3757. "@types/estree": "^1.0.0",
  3758. "micromark-core-commonmark": "^1.0.0",
  3759. "micromark-util-character": "^1.0.0",
  3760. "micromark-util-events-to-acorn": "^1.0.0",
  3761. "micromark-util-symbol": "^1.0.0",
  3762. "micromark-util-types": "^1.0.0",
  3763. "unist-util-position-from-estree": "^1.1.0",
  3764. "uvu": "^0.5.0",
  3765. "vfile-message": "^3.0.0"
  3766. },
  3767. "funding": {
  3768. "type": "opencollective",
  3769. "url": "https://opencollective.com/unified"
  3770. }
  3771. },
  3772. "node_modules/micromark-factory-destination": {
  3773. "version": "1.1.0",
  3774. "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-1.1.0.tgz",
  3775. "integrity": "sha512-XaNDROBgx9SgSChd69pjiGKbV+nfHGDPVYFs5dOoDd7ZnMAE+Cuu91BCpsY8RT2NP9vo/B8pds2VQNCLiu0zhg==",
  3776. "funding": [
  3777. {
  3778. "type": "GitHub Sponsors",
  3779. "url": "https://github.com/sponsors/unifiedjs"
  3780. },
  3781. {
  3782. "type": "OpenCollective",
  3783. "url": "https://opencollective.com/unified"
  3784. }
  3785. ],
  3786. "dependencies": {
  3787. "micromark-util-character": "^1.0.0",
  3788. "micromark-util-symbol": "^1.0.0",
  3789. "micromark-util-types": "^1.0.0"
  3790. }
  3791. },
  3792. "node_modules/micromark-factory-label": {
  3793. "version": "1.1.0",
  3794. "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-1.1.0.tgz",
  3795. "integrity": "sha512-OLtyez4vZo/1NjxGhcpDSbHQ+m0IIGnT8BoPamh+7jVlzLJBH98zzuCoUeMxvM6WsNeh8wx8cKvqLiPHEACn0w==",
  3796. "funding": [
  3797. {
  3798. "type": "GitHub Sponsors",
  3799. "url": "https://github.com/sponsors/unifiedjs"
  3800. },
  3801. {
  3802. "type": "OpenCollective",
  3803. "url": "https://opencollective.com/unified"
  3804. }
  3805. ],
  3806. "dependencies": {
  3807. "micromark-util-character": "^1.0.0",
  3808. "micromark-util-symbol": "^1.0.0",
  3809. "micromark-util-types": "^1.0.0",
  3810. "uvu": "^0.5.0"
  3811. }
  3812. },
  3813. "node_modules/micromark-factory-mdx-expression": {
  3814. "version": "1.0.9",
  3815. "resolved": "https://registry.npmjs.org/micromark-factory-mdx-expression/-/micromark-factory-mdx-expression-1.0.9.tgz",
  3816. "integrity": "sha512-jGIWzSmNfdnkJq05c7b0+Wv0Kfz3NJ3N4cBjnbO4zjXIlxJr+f8lk+5ZmwFvqdAbUy2q6B5rCY//g0QAAaXDWA==",
  3817. "funding": [
  3818. {
  3819. "type": "GitHub Sponsors",
  3820. "url": "https://github.com/sponsors/unifiedjs"
  3821. },
  3822. {
  3823. "type": "OpenCollective",
  3824. "url": "https://opencollective.com/unified"
  3825. }
  3826. ],
  3827. "dependencies": {
  3828. "@types/estree": "^1.0.0",
  3829. "micromark-util-character": "^1.0.0",
  3830. "micromark-util-events-to-acorn": "^1.0.0",
  3831. "micromark-util-symbol": "^1.0.0",
  3832. "micromark-util-types": "^1.0.0",
  3833. "unist-util-position-from-estree": "^1.0.0",
  3834. "uvu": "^0.5.0",
  3835. "vfile-message": "^3.0.0"
  3836. }
  3837. },
  3838. "node_modules/micromark-factory-space": {
  3839. "version": "1.1.0",
  3840. "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-1.1.0.tgz",
  3841. "integrity": "sha512-cRzEj7c0OL4Mw2v6nwzttyOZe8XY/Z8G0rzmWQZTBi/jjwyw/U4uqKtUORXQrR5bAZZnbTI/feRV/R7hc4jQYQ==",
  3842. "funding": [
  3843. {
  3844. "type": "GitHub Sponsors",
  3845. "url": "https://github.com/sponsors/unifiedjs"
  3846. },
  3847. {
  3848. "type": "OpenCollective",
  3849. "url": "https://opencollective.com/unified"
  3850. }
  3851. ],
  3852. "dependencies": {
  3853. "micromark-util-character": "^1.0.0",
  3854. "micromark-util-types": "^1.0.0"
  3855. }
  3856. },
  3857. "node_modules/micromark-factory-title": {
  3858. "version": "1.1.0",
  3859. "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-1.1.0.tgz",
  3860. "integrity": "sha512-J7n9R3vMmgjDOCY8NPw55jiyaQnH5kBdV2/UXCtZIpnHH3P6nHUKaH7XXEYuWwx/xUJcawa8plLBEjMPU24HzQ==",
  3861. "funding": [
  3862. {
  3863. "type": "GitHub Sponsors",
  3864. "url": "https://github.com/sponsors/unifiedjs"
  3865. },
  3866. {
  3867. "type": "OpenCollective",
  3868. "url": "https://opencollective.com/unified"
  3869. }
  3870. ],
  3871. "dependencies": {
  3872. "micromark-factory-space": "^1.0.0",
  3873. "micromark-util-character": "^1.0.0",
  3874. "micromark-util-symbol": "^1.0.0",
  3875. "micromark-util-types": "^1.0.0"
  3876. }
  3877. },
  3878. "node_modules/micromark-factory-whitespace": {
  3879. "version": "1.1.0",
  3880. "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-1.1.0.tgz",
  3881. "integrity": "sha512-v2WlmiymVSp5oMg+1Q0N1Lxmt6pMhIHD457whWM7/GUlEks1hI9xj5w3zbc4uuMKXGisksZk8DzP2UyGbGqNsQ==",
  3882. "funding": [
  3883. {
  3884. "type": "GitHub Sponsors",
  3885. "url": "https://github.com/sponsors/unifiedjs"
  3886. },
  3887. {
  3888. "type": "OpenCollective",
  3889. "url": "https://opencollective.com/unified"
  3890. }
  3891. ],
  3892. "dependencies": {
  3893. "micromark-factory-space": "^1.0.0",
  3894. "micromark-util-character": "^1.0.0",
  3895. "micromark-util-symbol": "^1.0.0",
  3896. "micromark-util-types": "^1.0.0"
  3897. }
  3898. },
  3899. "node_modules/micromark-util-character": {
  3900. "version": "1.2.0",
  3901. "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-1.2.0.tgz",
  3902. "integrity": "sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==",
  3903. "funding": [
  3904. {
  3905. "type": "GitHub Sponsors",
  3906. "url": "https://github.com/sponsors/unifiedjs"
  3907. },
  3908. {
  3909. "type": "OpenCollective",
  3910. "url": "https://opencollective.com/unified"
  3911. }
  3912. ],
  3913. "dependencies": {
  3914. "micromark-util-symbol": "^1.0.0",
  3915. "micromark-util-types": "^1.0.0"
  3916. }
  3917. },
  3918. "node_modules/micromark-util-chunked": {
  3919. "version": "1.1.0",
  3920. "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-1.1.0.tgz",
  3921. "integrity": "sha512-Ye01HXpkZPNcV6FiyoW2fGZDUw4Yc7vT0E9Sad83+bEDiCJ1uXu0S3mr8WLpsz3HaG3x2q0HM6CTuPdcZcluFQ==",
  3922. "funding": [
  3923. {
  3924. "type": "GitHub Sponsors",
  3925. "url": "https://github.com/sponsors/unifiedjs"
  3926. },
  3927. {
  3928. "type": "OpenCollective",
  3929. "url": "https://opencollective.com/unified"
  3930. }
  3931. ],
  3932. "dependencies": {
  3933. "micromark-util-symbol": "^1.0.0"
  3934. }
  3935. },
  3936. "node_modules/micromark-util-classify-character": {
  3937. "version": "1.1.0",
  3938. "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-1.1.0.tgz",
  3939. "integrity": "sha512-SL0wLxtKSnklKSUplok1WQFoGhUdWYKggKUiqhX+Swala+BtptGCu5iPRc+xvzJ4PXE/hwM3FNXsfEVgoZsWbw==",
  3940. "funding": [
  3941. {
  3942. "type": "GitHub Sponsors",
  3943. "url": "https://github.com/sponsors/unifiedjs"
  3944. },
  3945. {
  3946. "type": "OpenCollective",
  3947. "url": "https://opencollective.com/unified"
  3948. }
  3949. ],
  3950. "dependencies": {
  3951. "micromark-util-character": "^1.0.0",
  3952. "micromark-util-symbol": "^1.0.0",
  3953. "micromark-util-types": "^1.0.0"
  3954. }
  3955. },
  3956. "node_modules/micromark-util-combine-extensions": {
  3957. "version": "1.1.0",
  3958. "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-1.1.0.tgz",
  3959. "integrity": "sha512-Q20sp4mfNf9yEqDL50WwuWZHUrCO4fEyeDCnMGmG5Pr0Cz15Uo7KBs6jq+dq0EgX4DPwwrh9m0X+zPV1ypFvUA==",
  3960. "funding": [
  3961. {
  3962. "type": "GitHub Sponsors",
  3963. "url": "https://github.com/sponsors/unifiedjs"
  3964. },
  3965. {
  3966. "type": "OpenCollective",
  3967. "url": "https://opencollective.com/unified"
  3968. }
  3969. ],
  3970. "dependencies": {
  3971. "micromark-util-chunked": "^1.0.0",
  3972. "micromark-util-types": "^1.0.0"
  3973. }
  3974. },
  3975. "node_modules/micromark-util-decode-numeric-character-reference": {
  3976. "version": "1.1.0",
  3977. "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-1.1.0.tgz",
  3978. "integrity": "sha512-m9V0ExGv0jB1OT21mrWcuf4QhP46pH1KkfWy9ZEezqHKAxkj4mPCy3nIH1rkbdMlChLHX531eOrymlwyZIf2iw==",
  3979. "funding": [
  3980. {
  3981. "type": "GitHub Sponsors",
  3982. "url": "https://github.com/sponsors/unifiedjs"
  3983. },
  3984. {
  3985. "type": "OpenCollective",
  3986. "url": "https://opencollective.com/unified"
  3987. }
  3988. ],
  3989. "dependencies": {
  3990. "micromark-util-symbol": "^1.0.0"
  3991. }
  3992. },
  3993. "node_modules/micromark-util-decode-string": {
  3994. "version": "1.1.0",
  3995. "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-1.1.0.tgz",
  3996. "integrity": "sha512-YphLGCK8gM1tG1bd54azwyrQRjCFcmgj2S2GoJDNnh4vYtnL38JS8M4gpxzOPNyHdNEpheyWXCTnnTDY3N+NVQ==",
  3997. "funding": [
  3998. {
  3999. "type": "GitHub Sponsors",
  4000. "url": "https://github.com/sponsors/unifiedjs"
  4001. },
  4002. {
  4003. "type": "OpenCollective",
  4004. "url": "https://opencollective.com/unified"
  4005. }
  4006. ],
  4007. "dependencies": {
  4008. "decode-named-character-reference": "^1.0.0",
  4009. "micromark-util-character": "^1.0.0",
  4010. "micromark-util-decode-numeric-character-reference": "^1.0.0",
  4011. "micromark-util-symbol": "^1.0.0"
  4012. }
  4013. },
  4014. "node_modules/micromark-util-encode": {
  4015. "version": "1.1.0",
  4016. "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-1.1.0.tgz",
  4017. "integrity": "sha512-EuEzTWSTAj9PA5GOAs992GzNh2dGQO52UvAbtSOMvXTxv3Criqb6IOzJUBCmEqrrXSblJIJBbFFv6zPxpreiJw==",
  4018. "funding": [
  4019. {
  4020. "type": "GitHub Sponsors",
  4021. "url": "https://github.com/sponsors/unifiedjs"
  4022. },
  4023. {
  4024. "type": "OpenCollective",
  4025. "url": "https://opencollective.com/unified"
  4026. }
  4027. ]
  4028. },
  4029. "node_modules/micromark-util-events-to-acorn": {
  4030. "version": "1.2.3",
  4031. "resolved": "https://registry.npmjs.org/micromark-util-events-to-acorn/-/micromark-util-events-to-acorn-1.2.3.tgz",
  4032. "integrity": "sha512-ij4X7Wuc4fED6UoLWkmo0xJQhsktfNh1J0m8g4PbIMPlx+ek/4YdW5mvbye8z/aZvAPUoxgXHrwVlXAPKMRp1w==",
  4033. "funding": [
  4034. {
  4035. "type": "GitHub Sponsors",
  4036. "url": "https://github.com/sponsors/unifiedjs"
  4037. },
  4038. {
  4039. "type": "OpenCollective",
  4040. "url": "https://opencollective.com/unified"
  4041. }
  4042. ],
  4043. "dependencies": {
  4044. "@types/acorn": "^4.0.0",
  4045. "@types/estree": "^1.0.0",
  4046. "@types/unist": "^2.0.0",
  4047. "estree-util-visit": "^1.0.0",
  4048. "micromark-util-symbol": "^1.0.0",
  4049. "micromark-util-types": "^1.0.0",
  4050. "uvu": "^0.5.0",
  4051. "vfile-message": "^3.0.0"
  4052. }
  4053. },
  4054. "node_modules/micromark-util-html-tag-name": {
  4055. "version": "1.2.0",
  4056. "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-1.2.0.tgz",
  4057. "integrity": "sha512-VTQzcuQgFUD7yYztuQFKXT49KghjtETQ+Wv/zUjGSGBioZnkA4P1XXZPT1FHeJA6RwRXSF47yvJ1tsJdoxwO+Q==",
  4058. "funding": [
  4059. {
  4060. "type": "GitHub Sponsors",
  4061. "url": "https://github.com/sponsors/unifiedjs"
  4062. },
  4063. {
  4064. "type": "OpenCollective",
  4065. "url": "https://opencollective.com/unified"
  4066. }
  4067. ]
  4068. },
  4069. "node_modules/micromark-util-normalize-identifier": {
  4070. "version": "1.1.0",
  4071. "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-1.1.0.tgz",
  4072. "integrity": "sha512-N+w5vhqrBihhjdpM8+5Xsxy71QWqGn7HYNUvch71iV2PM7+E3uWGox1Qp90loa1ephtCxG2ftRV/Conitc6P2Q==",
  4073. "funding": [
  4074. {
  4075. "type": "GitHub Sponsors",
  4076. "url": "https://github.com/sponsors/unifiedjs"
  4077. },
  4078. {
  4079. "type": "OpenCollective",
  4080. "url": "https://opencollective.com/unified"
  4081. }
  4082. ],
  4083. "dependencies": {
  4084. "micromark-util-symbol": "^1.0.0"
  4085. }
  4086. },
  4087. "node_modules/micromark-util-resolve-all": {
  4088. "version": "1.1.0",
  4089. "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-1.1.0.tgz",
  4090. "integrity": "sha512-b/G6BTMSg+bX+xVCshPTPyAu2tmA0E4X98NSR7eIbeC6ycCqCeE7wjfDIgzEbkzdEVJXRtOG4FbEm/uGbCRouA==",
  4091. "funding": [
  4092. {
  4093. "type": "GitHub Sponsors",
  4094. "url": "https://github.com/sponsors/unifiedjs"
  4095. },
  4096. {
  4097. "type": "OpenCollective",
  4098. "url": "https://opencollective.com/unified"
  4099. }
  4100. ],
  4101. "dependencies": {
  4102. "micromark-util-types": "^1.0.0"
  4103. }
  4104. },
  4105. "node_modules/micromark-util-sanitize-uri": {
  4106. "version": "1.2.0",
  4107. "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-1.2.0.tgz",
  4108. "integrity": "sha512-QO4GXv0XZfWey4pYFndLUKEAktKkG5kZTdUNaTAkzbuJxn2tNBOr+QtxR2XpWaMhbImT2dPzyLrPXLlPhph34A==",
  4109. "funding": [
  4110. {
  4111. "type": "GitHub Sponsors",
  4112. "url": "https://github.com/sponsors/unifiedjs"
  4113. },
  4114. {
  4115. "type": "OpenCollective",
  4116. "url": "https://opencollective.com/unified"
  4117. }
  4118. ],
  4119. "dependencies": {
  4120. "micromark-util-character": "^1.0.0",
  4121. "micromark-util-encode": "^1.0.0",
  4122. "micromark-util-symbol": "^1.0.0"
  4123. }
  4124. },
  4125. "node_modules/micromark-util-subtokenize": {
  4126. "version": "1.1.0",
  4127. "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-1.1.0.tgz",
  4128. "integrity": "sha512-kUQHyzRoxvZO2PuLzMt2P/dwVsTiivCK8icYTeR+3WgbuPqfHgPPy7nFKbeqRivBvn/3N3GBiNC+JRTMSxEC7A==",
  4129. "funding": [
  4130. {
  4131. "type": "GitHub Sponsors",
  4132. "url": "https://github.com/sponsors/unifiedjs"
  4133. },
  4134. {
  4135. "type": "OpenCollective",
  4136. "url": "https://opencollective.com/unified"
  4137. }
  4138. ],
  4139. "dependencies": {
  4140. "micromark-util-chunked": "^1.0.0",
  4141. "micromark-util-symbol": "^1.0.0",
  4142. "micromark-util-types": "^1.0.0",
  4143. "uvu": "^0.5.0"
  4144. }
  4145. },
  4146. "node_modules/micromark-util-symbol": {
  4147. "version": "1.1.0",
  4148. "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-1.1.0.tgz",
  4149. "integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==",
  4150. "funding": [
  4151. {
  4152. "type": "GitHub Sponsors",
  4153. "url": "https://github.com/sponsors/unifiedjs"
  4154. },
  4155. {
  4156. "type": "OpenCollective",
  4157. "url": "https://opencollective.com/unified"
  4158. }
  4159. ]
  4160. },
  4161. "node_modules/micromark-util-types": {
  4162. "version": "1.1.0",
  4163. "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-1.1.0.tgz",
  4164. "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==",
  4165. "funding": [
  4166. {
  4167. "type": "GitHub Sponsors",
  4168. "url": "https://github.com/sponsors/unifiedjs"
  4169. },
  4170. {
  4171. "type": "OpenCollective",
  4172. "url": "https://opencollective.com/unified"
  4173. }
  4174. ]
  4175. },
  4176. "node_modules/micromatch": {
  4177. "version": "4.0.5",
  4178. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
  4179. "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
  4180. "dependencies": {
  4181. "braces": "^3.0.2",
  4182. "picomatch": "^2.3.1"
  4183. },
  4184. "engines": {
  4185. "node": ">=8.6"
  4186. }
  4187. },
  4188. "node_modules/mime": {
  4189. "version": "3.0.0",
  4190. "resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
  4191. "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
  4192. "bin": {
  4193. "mime": "cli.js"
  4194. },
  4195. "engines": {
  4196. "node": ">=10.0.0"
  4197. }
  4198. },
  4199. "node_modules/mimic-fn": {
  4200. "version": "4.0.0",
  4201. "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz",
  4202. "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==",
  4203. "engines": {
  4204. "node": ">=12"
  4205. },
  4206. "funding": {
  4207. "url": "https://github.com/sponsors/sindresorhus"
  4208. }
  4209. },
  4210. "node_modules/mimic-response": {
  4211. "version": "3.1.0",
  4212. "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz",
  4213. "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==",
  4214. "engines": {
  4215. "node": ">=10"
  4216. },
  4217. "funding": {
  4218. "url": "https://github.com/sponsors/sindresorhus"
  4219. }
  4220. },
  4221. "node_modules/minimist": {
  4222. "version": "1.2.8",
  4223. "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
  4224. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  4225. "funding": {
  4226. "url": "https://github.com/sponsors/ljharb"
  4227. }
  4228. },
  4229. "node_modules/mkdirp-classic": {
  4230. "version": "0.5.3",
  4231. "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz",
  4232. "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A=="
  4233. },
  4234. "node_modules/mri": {
  4235. "version": "1.2.0",
  4236. "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz",
  4237. "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==",
  4238. "engines": {
  4239. "node": ">=4"
  4240. }
  4241. },
  4242. "node_modules/ms": {
  4243. "version": "2.1.2",
  4244. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  4245. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
  4246. },
  4247. "node_modules/nanoid": {
  4248. "version": "3.3.7",
  4249. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
  4250. "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
  4251. "funding": [
  4252. {
  4253. "type": "github",
  4254. "url": "https://github.com/sponsors/ai"
  4255. }
  4256. ],
  4257. "bin": {
  4258. "nanoid": "bin/nanoid.cjs"
  4259. },
  4260. "engines": {
  4261. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  4262. }
  4263. },
  4264. "node_modules/napi-build-utils": {
  4265. "version": "1.0.2",
  4266. "resolved": "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-1.0.2.tgz",
  4267. "integrity": "sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg=="
  4268. },
  4269. "node_modules/needle": {
  4270. "version": "2.9.1",
  4271. "resolved": "https://registry.npmjs.org/needle/-/needle-2.9.1.tgz",
  4272. "integrity": "sha512-6R9fqJ5Zcmf+uYaFgdIHmLwNldn5HbK8L5ybn7Uz+ylX/rnOsSp1AHcvQSrCaFN+qNM1wpymHqD7mVasEOlHGQ==",
  4273. "dependencies": {
  4274. "debug": "^3.2.6",
  4275. "iconv-lite": "^0.4.4",
  4276. "sax": "^1.2.4"
  4277. },
  4278. "bin": {
  4279. "needle": "bin/needle"
  4280. },
  4281. "engines": {
  4282. "node": ">= 4.4.x"
  4283. }
  4284. },
  4285. "node_modules/needle/node_modules/debug": {
  4286. "version": "3.2.7",
  4287. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  4288. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  4289. "dependencies": {
  4290. "ms": "^2.1.1"
  4291. }
  4292. },
  4293. "node_modules/nlcst-to-string": {
  4294. "version": "3.1.1",
  4295. "resolved": "https://registry.npmjs.org/nlcst-to-string/-/nlcst-to-string-3.1.1.tgz",
  4296. "integrity": "sha512-63mVyqaqt0cmn2VcI2aH6kxe1rLAmSROqHMA0i4qqg1tidkfExgpb0FGMikMCn86mw5dFtBtEANfmSSK7TjNHw==",
  4297. "dependencies": {
  4298. "@types/nlcst": "^1.0.0"
  4299. },
  4300. "funding": {
  4301. "type": "opencollective",
  4302. "url": "https://opencollective.com/unified"
  4303. }
  4304. },
  4305. "node_modules/node-abi": {
  4306. "version": "3.51.0",
  4307. "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.51.0.tgz",
  4308. "integrity": "sha512-SQkEP4hmNWjlniS5zdnfIXTk1x7Ome85RDzHlTbBtzE97Gfwz/Ipw4v/Ryk20DWIy3yCNVLVlGKApCnmvYoJbA==",
  4309. "dependencies": {
  4310. "semver": "^7.3.5"
  4311. },
  4312. "engines": {
  4313. "node": ">=10"
  4314. }
  4315. },
  4316. "node_modules/node-addon-api": {
  4317. "version": "6.1.0",
  4318. "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-6.1.0.tgz",
  4319. "integrity": "sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA=="
  4320. },
  4321. "node_modules/node-releases": {
  4322. "version": "2.0.13",
  4323. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.13.tgz",
  4324. "integrity": "sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ=="
  4325. },
  4326. "node_modules/normalize-path": {
  4327. "version": "3.0.0",
  4328. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  4329. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  4330. "engines": {
  4331. "node": ">=0.10.0"
  4332. }
  4333. },
  4334. "node_modules/not": {
  4335. "version": "0.1.0",
  4336. "resolved": "https://registry.npmjs.org/not/-/not-0.1.0.tgz",
  4337. "integrity": "sha512-5PDmaAsVfnWUgTUbJ3ERwn7u79Z0dYxN9ErxCpVJJqe2RK0PJ3z+iFUxuqjwtlDDegXvtWoxD/3Fzxox7tFGWA=="
  4338. },
  4339. "node_modules/npm-run-path": {
  4340. "version": "5.1.0",
  4341. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.1.0.tgz",
  4342. "integrity": "sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q==",
  4343. "dependencies": {
  4344. "path-key": "^4.0.0"
  4345. },
  4346. "engines": {
  4347. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  4348. },
  4349. "funding": {
  4350. "url": "https://github.com/sponsors/sindresorhus"
  4351. }
  4352. },
  4353. "node_modules/npm-run-path/node_modules/path-key": {
  4354. "version": "4.0.0",
  4355. "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
  4356. "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
  4357. "engines": {
  4358. "node": ">=12"
  4359. },
  4360. "funding": {
  4361. "url": "https://github.com/sponsors/sindresorhus"
  4362. }
  4363. },
  4364. "node_modules/nth-check": {
  4365. "version": "2.1.1",
  4366. "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
  4367. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  4368. "dependencies": {
  4369. "boolbase": "^1.0.0"
  4370. },
  4371. "funding": {
  4372. "url": "https://github.com/fb55/nth-check?sponsor=1"
  4373. }
  4374. },
  4375. "node_modules/once": {
  4376. "version": "1.4.0",
  4377. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  4378. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  4379. "dependencies": {
  4380. "wrappy": "1"
  4381. }
  4382. },
  4383. "node_modules/onetime": {
  4384. "version": "6.0.0",
  4385. "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz",
  4386. "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==",
  4387. "dependencies": {
  4388. "mimic-fn": "^4.0.0"
  4389. },
  4390. "engines": {
  4391. "node": ">=12"
  4392. },
  4393. "funding": {
  4394. "url": "https://github.com/sponsors/sindresorhus"
  4395. }
  4396. },
  4397. "node_modules/ora": {
  4398. "version": "7.0.1",
  4399. "resolved": "https://registry.npmjs.org/ora/-/ora-7.0.1.tgz",
  4400. "integrity": "sha512-0TUxTiFJWv+JnjWm4o9yvuskpEJLXTcng8MJuKd+SzAzp2o+OP3HWqNhB4OdJRt1Vsd9/mR0oyaEYlOnL7XIRw==",
  4401. "dependencies": {
  4402. "chalk": "^5.3.0",
  4403. "cli-cursor": "^4.0.0",
  4404. "cli-spinners": "^2.9.0",
  4405. "is-interactive": "^2.0.0",
  4406. "is-unicode-supported": "^1.3.0",
  4407. "log-symbols": "^5.1.0",
  4408. "stdin-discarder": "^0.1.0",
  4409. "string-width": "^6.1.0",
  4410. "strip-ansi": "^7.1.0"
  4411. },
  4412. "engines": {
  4413. "node": ">=16"
  4414. },
  4415. "funding": {
  4416. "url": "https://github.com/sponsors/sindresorhus"
  4417. }
  4418. },
  4419. "node_modules/ora/node_modules/chalk": {
  4420. "version": "5.3.0",
  4421. "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
  4422. "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
  4423. "engines": {
  4424. "node": "^12.17.0 || ^14.13 || >=16.0.0"
  4425. },
  4426. "funding": {
  4427. "url": "https://github.com/chalk/chalk?sponsor=1"
  4428. }
  4429. },
  4430. "node_modules/p-limit": {
  4431. "version": "4.0.0",
  4432. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz",
  4433. "integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==",
  4434. "dependencies": {
  4435. "yocto-queue": "^1.0.0"
  4436. },
  4437. "engines": {
  4438. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  4439. },
  4440. "funding": {
  4441. "url": "https://github.com/sponsors/sindresorhus"
  4442. }
  4443. },
  4444. "node_modules/p-locate": {
  4445. "version": "5.0.0",
  4446. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  4447. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  4448. "dependencies": {
  4449. "p-limit": "^3.0.2"
  4450. },
  4451. "engines": {
  4452. "node": ">=10"
  4453. },
  4454. "funding": {
  4455. "url": "https://github.com/sponsors/sindresorhus"
  4456. }
  4457. },
  4458. "node_modules/p-locate/node_modules/p-limit": {
  4459. "version": "3.1.0",
  4460. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  4461. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  4462. "dependencies": {
  4463. "yocto-queue": "^0.1.0"
  4464. },
  4465. "engines": {
  4466. "node": ">=10"
  4467. },
  4468. "funding": {
  4469. "url": "https://github.com/sponsors/sindresorhus"
  4470. }
  4471. },
  4472. "node_modules/p-locate/node_modules/yocto-queue": {
  4473. "version": "0.1.0",
  4474. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  4475. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  4476. "engines": {
  4477. "node": ">=10"
  4478. },
  4479. "funding": {
  4480. "url": "https://github.com/sponsors/sindresorhus"
  4481. }
  4482. },
  4483. "node_modules/p-queue": {
  4484. "version": "7.4.1",
  4485. "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-7.4.1.tgz",
  4486. "integrity": "sha512-vRpMXmIkYF2/1hLBKisKeVYJZ8S2tZ0zEAmIJgdVKP2nq0nh4qCdf8bgw+ZgKrkh71AOCaqzwbJJk1WtdcF3VA==",
  4487. "dependencies": {
  4488. "eventemitter3": "^5.0.1",
  4489. "p-timeout": "^5.0.2"
  4490. },
  4491. "engines": {
  4492. "node": ">=12"
  4493. },
  4494. "funding": {
  4495. "url": "https://github.com/sponsors/sindresorhus"
  4496. }
  4497. },
  4498. "node_modules/p-timeout": {
  4499. "version": "5.1.0",
  4500. "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-5.1.0.tgz",
  4501. "integrity": "sha512-auFDyzzzGZZZdHz3BtET9VEz0SE/uMEAx7uWfGPucfzEwwe/xH0iVeZibQmANYE/hp9T2+UUZT5m+BKyrDp3Ew==",
  4502. "engines": {
  4503. "node": ">=12"
  4504. },
  4505. "funding": {
  4506. "url": "https://github.com/sponsors/sindresorhus"
  4507. }
  4508. },
  4509. "node_modules/p-try": {
  4510. "version": "2.2.0",
  4511. "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
  4512. "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
  4513. "engines": {
  4514. "node": ">=6"
  4515. }
  4516. },
  4517. "node_modules/pagefind": {
  4518. "version": "1.0.4",
  4519. "resolved": "https://registry.npmjs.org/pagefind/-/pagefind-1.0.4.tgz",
  4520. "integrity": "sha512-oRIizYe+zSI2Jw4zcMU0ebDZm27751hRFiSOBLwc1OIYMrsZKk+3m8p9EVaOmc6zZdtqwwdilNUNxXvBeHcP9w==",
  4521. "bin": {
  4522. "pagefind": "lib/runner/bin.cjs"
  4523. },
  4524. "optionalDependencies": {
  4525. "@pagefind/darwin-arm64": "1.0.4",
  4526. "@pagefind/darwin-x64": "1.0.4",
  4527. "@pagefind/linux-arm64": "1.0.4",
  4528. "@pagefind/linux-x64": "1.0.4",
  4529. "@pagefind/windows-x64": "1.0.4"
  4530. }
  4531. },
  4532. "node_modules/parse-entities": {
  4533. "version": "4.0.1",
  4534. "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.1.tgz",
  4535. "integrity": "sha512-SWzvYcSJh4d/SGLIOQfZ/CoNv6BTlI6YEQ7Nj82oDVnRpwe/Z/F1EMx42x3JAOwGBlCjeCH0BRJQbQ/opHL17w==",
  4536. "dependencies": {
  4537. "@types/unist": "^2.0.0",
  4538. "character-entities": "^2.0.0",
  4539. "character-entities-legacy": "^3.0.0",
  4540. "character-reference-invalid": "^2.0.0",
  4541. "decode-named-character-reference": "^1.0.0",
  4542. "is-alphanumerical": "^2.0.0",
  4543. "is-decimal": "^2.0.0",
  4544. "is-hexadecimal": "^2.0.0"
  4545. },
  4546. "funding": {
  4547. "type": "github",
  4548. "url": "https://github.com/sponsors/wooorm"
  4549. }
  4550. },
  4551. "node_modules/parse-latin": {
  4552. "version": "5.0.1",
  4553. "resolved": "https://registry.npmjs.org/parse-latin/-/parse-latin-5.0.1.tgz",
  4554. "integrity": "sha512-b/K8ExXaWC9t34kKeDV8kGXBkXZ1HCSAZRYE7HR14eA1GlXX5L8iWhs8USJNhQU9q5ci413jCKF0gOyovvyRBg==",
  4555. "dependencies": {
  4556. "nlcst-to-string": "^3.0.0",
  4557. "unist-util-modify-children": "^3.0.0",
  4558. "unist-util-visit-children": "^2.0.0"
  4559. },
  4560. "funding": {
  4561. "type": "github",
  4562. "url": "https://github.com/sponsors/wooorm"
  4563. }
  4564. },
  4565. "node_modules/parse5": {
  4566. "version": "6.0.1",
  4567. "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
  4568. "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw=="
  4569. },
  4570. "node_modules/path-exists": {
  4571. "version": "4.0.0",
  4572. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  4573. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  4574. "engines": {
  4575. "node": ">=8"
  4576. }
  4577. },
  4578. "node_modules/path-key": {
  4579. "version": "3.1.1",
  4580. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  4581. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  4582. "engines": {
  4583. "node": ">=8"
  4584. }
  4585. },
  4586. "node_modules/path-parse": {
  4587. "version": "1.0.7",
  4588. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  4589. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
  4590. },
  4591. "node_modules/path-to-regexp": {
  4592. "version": "6.2.1",
  4593. "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.1.tgz",
  4594. "integrity": "sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw=="
  4595. },
  4596. "node_modules/periscopic": {
  4597. "version": "3.1.0",
  4598. "resolved": "https://registry.npmjs.org/periscopic/-/periscopic-3.1.0.tgz",
  4599. "integrity": "sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw==",
  4600. "dependencies": {
  4601. "@types/estree": "^1.0.0",
  4602. "estree-walker": "^3.0.0",
  4603. "is-reference": "^3.0.0"
  4604. }
  4605. },
  4606. "node_modules/picocolors": {
  4607. "version": "1.0.0",
  4608. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
  4609. "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
  4610. },
  4611. "node_modules/picomatch": {
  4612. "version": "2.3.1",
  4613. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
  4614. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  4615. "engines": {
  4616. "node": ">=8.6"
  4617. },
  4618. "funding": {
  4619. "url": "https://github.com/sponsors/jonschlinkert"
  4620. }
  4621. },
  4622. "node_modules/pify": {
  4623. "version": "4.0.1",
  4624. "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
  4625. "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
  4626. "engines": {
  4627. "node": ">=6"
  4628. }
  4629. },
  4630. "node_modules/pkg-dir": {
  4631. "version": "4.2.0",
  4632. "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
  4633. "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
  4634. "dependencies": {
  4635. "find-up": "^4.0.0"
  4636. },
  4637. "engines": {
  4638. "node": ">=8"
  4639. }
  4640. },
  4641. "node_modules/pkg-dir/node_modules/find-up": {
  4642. "version": "4.1.0",
  4643. "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
  4644. "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
  4645. "dependencies": {
  4646. "locate-path": "^5.0.0",
  4647. "path-exists": "^4.0.0"
  4648. },
  4649. "engines": {
  4650. "node": ">=8"
  4651. }
  4652. },
  4653. "node_modules/pkg-dir/node_modules/locate-path": {
  4654. "version": "5.0.0",
  4655. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
  4656. "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
  4657. "dependencies": {
  4658. "p-locate": "^4.1.0"
  4659. },
  4660. "engines": {
  4661. "node": ">=8"
  4662. }
  4663. },
  4664. "node_modules/pkg-dir/node_modules/p-limit": {
  4665. "version": "2.3.0",
  4666. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  4667. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  4668. "dependencies": {
  4669. "p-try": "^2.0.0"
  4670. },
  4671. "engines": {
  4672. "node": ">=6"
  4673. },
  4674. "funding": {
  4675. "url": "https://github.com/sponsors/sindresorhus"
  4676. }
  4677. },
  4678. "node_modules/pkg-dir/node_modules/p-locate": {
  4679. "version": "4.1.0",
  4680. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
  4681. "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
  4682. "dependencies": {
  4683. "p-limit": "^2.2.0"
  4684. },
  4685. "engines": {
  4686. "node": ">=8"
  4687. }
  4688. },
  4689. "node_modules/postcss": {
  4690. "version": "8.4.31",
  4691. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
  4692. "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
  4693. "funding": [
  4694. {
  4695. "type": "opencollective",
  4696. "url": "https://opencollective.com/postcss/"
  4697. },
  4698. {
  4699. "type": "tidelift",
  4700. "url": "https://tidelift.com/funding/github/npm/postcss"
  4701. },
  4702. {
  4703. "type": "github",
  4704. "url": "https://github.com/sponsors/ai"
  4705. }
  4706. ],
  4707. "dependencies": {
  4708. "nanoid": "^3.3.6",
  4709. "picocolors": "^1.0.0",
  4710. "source-map-js": "^1.0.2"
  4711. },
  4712. "engines": {
  4713. "node": "^10 || ^12 || >=14"
  4714. }
  4715. },
  4716. "node_modules/postcss-nested": {
  4717. "version": "6.0.1",
  4718. "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.1.tgz",
  4719. "integrity": "sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==",
  4720. "dependencies": {
  4721. "postcss-selector-parser": "^6.0.11"
  4722. },
  4723. "engines": {
  4724. "node": ">=12.0"
  4725. },
  4726. "funding": {
  4727. "type": "opencollective",
  4728. "url": "https://opencollective.com/postcss/"
  4729. },
  4730. "peerDependencies": {
  4731. "postcss": "^8.2.14"
  4732. }
  4733. },
  4734. "node_modules/postcss-selector-parser": {
  4735. "version": "6.0.13",
  4736. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz",
  4737. "integrity": "sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==",
  4738. "dependencies": {
  4739. "cssesc": "^3.0.0",
  4740. "util-deprecate": "^1.0.2"
  4741. },
  4742. "engines": {
  4743. "node": ">=4"
  4744. }
  4745. },
  4746. "node_modules/prebuild-install": {
  4747. "version": "7.1.1",
  4748. "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.1.tgz",
  4749. "integrity": "sha512-jAXscXWMcCK8GgCoHOfIr0ODh5ai8mj63L2nWrjuAgXE6tDyYGnx4/8o/rCgU+B4JSyZBKbeZqzhtwtC3ovxjw==",
  4750. "dependencies": {
  4751. "detect-libc": "^2.0.0",
  4752. "expand-template": "^2.0.3",
  4753. "github-from-package": "0.0.0",
  4754. "minimist": "^1.2.3",
  4755. "mkdirp-classic": "^0.5.3",
  4756. "napi-build-utils": "^1.0.1",
  4757. "node-abi": "^3.3.0",
  4758. "pump": "^3.0.0",
  4759. "rc": "^1.2.7",
  4760. "simple-get": "^4.0.0",
  4761. "tar-fs": "^2.0.0",
  4762. "tunnel-agent": "^0.6.0"
  4763. },
  4764. "bin": {
  4765. "prebuild-install": "bin.js"
  4766. },
  4767. "engines": {
  4768. "node": ">=10"
  4769. }
  4770. },
  4771. "node_modules/prebuild-install/node_modules/bl": {
  4772. "version": "4.1.0",
  4773. "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
  4774. "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
  4775. "dependencies": {
  4776. "buffer": "^5.5.0",
  4777. "inherits": "^2.0.4",
  4778. "readable-stream": "^3.4.0"
  4779. }
  4780. },
  4781. "node_modules/prebuild-install/node_modules/buffer": {
  4782. "version": "5.7.1",
  4783. "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
  4784. "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
  4785. "funding": [
  4786. {
  4787. "type": "github",
  4788. "url": "https://github.com/sponsors/feross"
  4789. },
  4790. {
  4791. "type": "patreon",
  4792. "url": "https://www.patreon.com/feross"
  4793. },
  4794. {
  4795. "type": "consulting",
  4796. "url": "https://feross.org/support"
  4797. }
  4798. ],
  4799. "dependencies": {
  4800. "base64-js": "^1.3.1",
  4801. "ieee754": "^1.1.13"
  4802. }
  4803. },
  4804. "node_modules/prebuild-install/node_modules/tar-fs": {
  4805. "version": "2.1.1",
  4806. "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz",
  4807. "integrity": "sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==",
  4808. "dependencies": {
  4809. "chownr": "^1.1.1",
  4810. "mkdirp-classic": "^0.5.2",
  4811. "pump": "^3.0.0",
  4812. "tar-stream": "^2.1.4"
  4813. }
  4814. },
  4815. "node_modules/prebuild-install/node_modules/tar-stream": {
  4816. "version": "2.2.0",
  4817. "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz",
  4818. "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==",
  4819. "dependencies": {
  4820. "bl": "^4.0.3",
  4821. "end-of-stream": "^1.4.1",
  4822. "fs-constants": "^1.0.0",
  4823. "inherits": "^2.0.3",
  4824. "readable-stream": "^3.1.1"
  4825. },
  4826. "engines": {
  4827. "node": ">=6"
  4828. }
  4829. },
  4830. "node_modules/preferred-pm": {
  4831. "version": "3.1.2",
  4832. "resolved": "https://registry.npmjs.org/preferred-pm/-/preferred-pm-3.1.2.tgz",
  4833. "integrity": "sha512-nk7dKrcW8hfCZ4H6klWcdRknBOXWzNQByJ0oJyX97BOupsYD+FzLS4hflgEu/uPUEHZCuRfMxzCBsuWd7OzT8Q==",
  4834. "dependencies": {
  4835. "find-up": "^5.0.0",
  4836. "find-yarn-workspace-root2": "1.2.16",
  4837. "path-exists": "^4.0.0",
  4838. "which-pm": "2.0.0"
  4839. },
  4840. "engines": {
  4841. "node": ">=10"
  4842. }
  4843. },
  4844. "node_modules/preferred-pm/node_modules/which-pm": {
  4845. "version": "2.0.0",
  4846. "resolved": "https://registry.npmjs.org/which-pm/-/which-pm-2.0.0.tgz",
  4847. "integrity": "sha512-Lhs9Pmyph0p5n5Z3mVnN0yWcbQYUAD7rbQUiMsQxOJ3T57k7RFe35SUwWMf7dsbDZks1uOmw4AecB/JMDj3v/w==",
  4848. "dependencies": {
  4849. "load-yaml-file": "^0.2.0",
  4850. "path-exists": "^4.0.0"
  4851. },
  4852. "engines": {
  4853. "node": ">=8.15"
  4854. }
  4855. },
  4856. "node_modules/prismjs": {
  4857. "version": "1.29.0",
  4858. "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.29.0.tgz",
  4859. "integrity": "sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==",
  4860. "engines": {
  4861. "node": ">=6"
  4862. }
  4863. },
  4864. "node_modules/probe-image-size": {
  4865. "version": "7.2.3",
  4866. "resolved": "https://registry.npmjs.org/probe-image-size/-/probe-image-size-7.2.3.tgz",
  4867. "integrity": "sha512-HubhG4Rb2UH8YtV4ba0Vp5bQ7L78RTONYu/ujmCu5nBI8wGv24s4E9xSKBi0N1MowRpxk76pFCpJtW0KPzOK0w==",
  4868. "dependencies": {
  4869. "lodash.merge": "^4.6.2",
  4870. "needle": "^2.5.2",
  4871. "stream-parser": "~0.3.1"
  4872. }
  4873. },
  4874. "node_modules/prompts": {
  4875. "version": "2.4.2",
  4876. "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
  4877. "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
  4878. "dependencies": {
  4879. "kleur": "^3.0.3",
  4880. "sisteransi": "^1.0.5"
  4881. },
  4882. "engines": {
  4883. "node": ">= 6"
  4884. }
  4885. },
  4886. "node_modules/prompts/node_modules/kleur": {
  4887. "version": "3.0.3",
  4888. "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
  4889. "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
  4890. "engines": {
  4891. "node": ">=6"
  4892. }
  4893. },
  4894. "node_modules/property-information": {
  4895. "version": "6.4.0",
  4896. "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.4.0.tgz",
  4897. "integrity": "sha512-9t5qARVofg2xQqKtytzt+lZ4d1Qvj8t5B8fEwXK6qOfgRLgH/b13QlgEyDh033NOS31nXeFbYv7CLUDG1CeifQ==",
  4898. "funding": {
  4899. "type": "github",
  4900. "url": "https://github.com/sponsors/wooorm"
  4901. }
  4902. },
  4903. "node_modules/pump": {
  4904. "version": "3.0.0",
  4905. "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz",
  4906. "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==",
  4907. "dependencies": {
  4908. "end-of-stream": "^1.1.0",
  4909. "once": "^1.3.1"
  4910. }
  4911. },
  4912. "node_modules/queue-microtask": {
  4913. "version": "1.2.3",
  4914. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  4915. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  4916. "funding": [
  4917. {
  4918. "type": "github",
  4919. "url": "https://github.com/sponsors/feross"
  4920. },
  4921. {
  4922. "type": "patreon",
  4923. "url": "https://www.patreon.com/feross"
  4924. },
  4925. {
  4926. "type": "consulting",
  4927. "url": "https://feross.org/support"
  4928. }
  4929. ]
  4930. },
  4931. "node_modules/queue-tick": {
  4932. "version": "1.0.1",
  4933. "resolved": "https://registry.npmjs.org/queue-tick/-/queue-tick-1.0.1.tgz",
  4934. "integrity": "sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag=="
  4935. },
  4936. "node_modules/rc": {
  4937. "version": "1.2.8",
  4938. "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz",
  4939. "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==",
  4940. "dependencies": {
  4941. "deep-extend": "^0.6.0",
  4942. "ini": "~1.3.0",
  4943. "minimist": "^1.2.0",
  4944. "strip-json-comments": "~2.0.1"
  4945. },
  4946. "bin": {
  4947. "rc": "cli.js"
  4948. }
  4949. },
  4950. "node_modules/readable-stream": {
  4951. "version": "3.6.2",
  4952. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
  4953. "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
  4954. "dependencies": {
  4955. "inherits": "^2.0.3",
  4956. "string_decoder": "^1.1.1",
  4957. "util-deprecate": "^1.0.1"
  4958. },
  4959. "engines": {
  4960. "node": ">= 6"
  4961. }
  4962. },
  4963. "node_modules/readdirp": {
  4964. "version": "3.6.0",
  4965. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
  4966. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  4967. "dependencies": {
  4968. "picomatch": "^2.2.1"
  4969. },
  4970. "engines": {
  4971. "node": ">=8.10.0"
  4972. }
  4973. },
  4974. "node_modules/rehype": {
  4975. "version": "12.0.1",
  4976. "resolved": "https://registry.npmjs.org/rehype/-/rehype-12.0.1.tgz",
  4977. "integrity": "sha512-ey6kAqwLM3X6QnMDILJthGvG1m1ULROS9NT4uG9IDCuv08SFyLlreSuvOa//DgEvbXx62DS6elGVqusWhRUbgw==",
  4978. "dependencies": {
  4979. "@types/hast": "^2.0.0",
  4980. "rehype-parse": "^8.0.0",
  4981. "rehype-stringify": "^9.0.0",
  4982. "unified": "^10.0.0"
  4983. },
  4984. "funding": {
  4985. "type": "opencollective",
  4986. "url": "https://opencollective.com/unified"
  4987. }
  4988. },
  4989. "node_modules/rehype-parse": {
  4990. "version": "8.0.5",
  4991. "resolved": "https://registry.npmjs.org/rehype-parse/-/rehype-parse-8.0.5.tgz",
  4992. "integrity": "sha512-Ds3RglaY/+clEX2U2mHflt7NlMA72KspZ0JLUJgBBLpRddBcEw3H8uYZQliQriku22NZpYMfjDdSgHcjxue24A==",
  4993. "dependencies": {
  4994. "@types/hast": "^2.0.0",
  4995. "hast-util-from-parse5": "^7.0.0",
  4996. "parse5": "^6.0.0",
  4997. "unified": "^10.0.0"
  4998. },
  4999. "funding": {
  5000. "type": "opencollective",
  5001. "url": "https://opencollective.com/unified"
  5002. }
  5003. },
  5004. "node_modules/rehype-raw": {
  5005. "version": "6.1.1",
  5006. "resolved": "https://registry.npmjs.org/rehype-raw/-/rehype-raw-6.1.1.tgz",
  5007. "integrity": "sha512-d6AKtisSRtDRX4aSPsJGTfnzrX2ZkHQLE5kiUuGOeEoLpbEulFF4hj0mLPbsa+7vmguDKOVVEQdHKDSwoaIDsQ==",
  5008. "dependencies": {
  5009. "@types/hast": "^2.0.0",
  5010. "hast-util-raw": "^7.2.0",
  5011. "unified": "^10.0.0"
  5012. },
  5013. "funding": {
  5014. "type": "opencollective",
  5015. "url": "https://opencollective.com/unified"
  5016. }
  5017. },
  5018. "node_modules/rehype-stringify": {
  5019. "version": "9.0.4",
  5020. "resolved": "https://registry.npmjs.org/rehype-stringify/-/rehype-stringify-9.0.4.tgz",
  5021. "integrity": "sha512-Uk5xu1YKdqobe5XpSskwPvo1XeHUUucWEQSl8hTrXt5selvca1e8K1EZ37E6YoZ4BT8BCqCdVfQW7OfHfthtVQ==",
  5022. "dependencies": {
  5023. "@types/hast": "^2.0.0",
  5024. "hast-util-to-html": "^8.0.0",
  5025. "unified": "^10.0.0"
  5026. },
  5027. "funding": {
  5028. "type": "opencollective",
  5029. "url": "https://opencollective.com/unified"
  5030. }
  5031. },
  5032. "node_modules/remark-directive": {
  5033. "version": "2.0.1",
  5034. "resolved": "https://registry.npmjs.org/remark-directive/-/remark-directive-2.0.1.tgz",
  5035. "integrity": "sha512-oosbsUAkU/qmUE78anLaJePnPis4ihsE7Agp0T/oqTzvTea8pOiaYEtfInU/+xMOVTS9PN5AhGOiaIVe4GD8gw==",
  5036. "dependencies": {
  5037. "@types/mdast": "^3.0.0",
  5038. "mdast-util-directive": "^2.0.0",
  5039. "micromark-extension-directive": "^2.0.0",
  5040. "unified": "^10.0.0"
  5041. },
  5042. "funding": {
  5043. "type": "opencollective",
  5044. "url": "https://opencollective.com/unified"
  5045. }
  5046. },
  5047. "node_modules/remark-expressive-code": {
  5048. "version": "0.29.1",
  5049. "resolved": "https://registry.npmjs.org/remark-expressive-code/-/remark-expressive-code-0.29.1.tgz",
  5050. "integrity": "sha512-iRdN3XLEFLlUNqUCeBPlLgaZROI5lAM3OK7bnwrmQ0ubXJTfV3oET6WL0c5QGijoCZzzDapNiRlRZPrNDoL+5Q==",
  5051. "dependencies": {
  5052. "expressive-code": "^0.29.1",
  5053. "hast-util-to-html": "^8.0.4",
  5054. "unist-util-visit": "^4.1.2"
  5055. }
  5056. },
  5057. "node_modules/remark-gfm": {
  5058. "version": "3.0.1",
  5059. "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-3.0.1.tgz",
  5060. "integrity": "sha512-lEFDoi2PICJyNrACFOfDD3JlLkuSbOa5Wd8EPt06HUdptv8Gn0bxYTdbU/XXQ3swAPkEaGxxPN9cbnMHvVu1Ig==",
  5061. "dependencies": {
  5062. "@types/mdast": "^3.0.0",
  5063. "mdast-util-gfm": "^2.0.0",
  5064. "micromark-extension-gfm": "^2.0.0",
  5065. "unified": "^10.0.0"
  5066. },
  5067. "funding": {
  5068. "type": "opencollective",
  5069. "url": "https://opencollective.com/unified"
  5070. }
  5071. },
  5072. "node_modules/remark-mdx": {
  5073. "version": "2.3.0",
  5074. "resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-2.3.0.tgz",
  5075. "integrity": "sha512-g53hMkpM0I98MU266IzDFMrTD980gNF3BJnkyFcmN+dD873mQeD5rdMO3Y2X+x8umQfbSE0PcoEDl7ledSA+2g==",
  5076. "dependencies": {
  5077. "mdast-util-mdx": "^2.0.0",
  5078. "micromark-extension-mdxjs": "^1.0.0"
  5079. },
  5080. "funding": {
  5081. "type": "opencollective",
  5082. "url": "https://opencollective.com/unified"
  5083. }
  5084. },
  5085. "node_modules/remark-parse": {
  5086. "version": "10.0.2",
  5087. "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-10.0.2.tgz",
  5088. "integrity": "sha512-3ydxgHa/ZQzG8LvC7jTXccARYDcRld3VfcgIIFs7bI6vbRSxJJmzgLEIIoYKyrfhaY+ujuWaf/PJiMZXoiCXgw==",
  5089. "dependencies": {
  5090. "@types/mdast": "^3.0.0",
  5091. "mdast-util-from-markdown": "^1.0.0",
  5092. "unified": "^10.0.0"
  5093. },
  5094. "funding": {
  5095. "type": "opencollective",
  5096. "url": "https://opencollective.com/unified"
  5097. }
  5098. },
  5099. "node_modules/remark-rehype": {
  5100. "version": "10.1.0",
  5101. "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-10.1.0.tgz",
  5102. "integrity": "sha512-EFmR5zppdBp0WQeDVZ/b66CWJipB2q2VLNFMabzDSGR66Z2fQii83G5gTBbgGEnEEA0QRussvrFHxk1HWGJskw==",
  5103. "dependencies": {
  5104. "@types/hast": "^2.0.0",
  5105. "@types/mdast": "^3.0.0",
  5106. "mdast-util-to-hast": "^12.1.0",
  5107. "unified": "^10.0.0"
  5108. },
  5109. "funding": {
  5110. "type": "opencollective",
  5111. "url": "https://opencollective.com/unified"
  5112. }
  5113. },
  5114. "node_modules/remark-smartypants": {
  5115. "version": "2.0.0",
  5116. "resolved": "https://registry.npmjs.org/remark-smartypants/-/remark-smartypants-2.0.0.tgz",
  5117. "integrity": "sha512-Rc0VDmr/yhnMQIz8n2ACYXlfw/P/XZev884QU1I5u+5DgJls32o97Vc1RbK3pfumLsJomS2yy8eT4Fxj/2MDVA==",
  5118. "dependencies": {
  5119. "retext": "^8.1.0",
  5120. "retext-smartypants": "^5.1.0",
  5121. "unist-util-visit": "^4.1.0"
  5122. },
  5123. "engines": {
  5124. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  5125. }
  5126. },
  5127. "node_modules/resolve": {
  5128. "version": "1.22.8",
  5129. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
  5130. "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
  5131. "dependencies": {
  5132. "is-core-module": "^2.13.0",
  5133. "path-parse": "^1.0.7",
  5134. "supports-preserve-symlinks-flag": "^1.0.0"
  5135. },
  5136. "bin": {
  5137. "resolve": "bin/resolve"
  5138. },
  5139. "funding": {
  5140. "url": "https://github.com/sponsors/ljharb"
  5141. }
  5142. },
  5143. "node_modules/restore-cursor": {
  5144. "version": "4.0.0",
  5145. "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-4.0.0.tgz",
  5146. "integrity": "sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==",
  5147. "dependencies": {
  5148. "onetime": "^5.1.0",
  5149. "signal-exit": "^3.0.2"
  5150. },
  5151. "engines": {
  5152. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  5153. },
  5154. "funding": {
  5155. "url": "https://github.com/sponsors/sindresorhus"
  5156. }
  5157. },
  5158. "node_modules/restore-cursor/node_modules/mimic-fn": {
  5159. "version": "2.1.0",
  5160. "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
  5161. "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
  5162. "engines": {
  5163. "node": ">=6"
  5164. }
  5165. },
  5166. "node_modules/restore-cursor/node_modules/onetime": {
  5167. "version": "5.1.2",
  5168. "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
  5169. "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
  5170. "dependencies": {
  5171. "mimic-fn": "^2.1.0"
  5172. },
  5173. "engines": {
  5174. "node": ">=6"
  5175. },
  5176. "funding": {
  5177. "url": "https://github.com/sponsors/sindresorhus"
  5178. }
  5179. },
  5180. "node_modules/restore-cursor/node_modules/signal-exit": {
  5181. "version": "3.0.7",
  5182. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
  5183. "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
  5184. },
  5185. "node_modules/retext": {
  5186. "version": "8.1.0",
  5187. "resolved": "https://registry.npmjs.org/retext/-/retext-8.1.0.tgz",
  5188. "integrity": "sha512-N9/Kq7YTn6ZpzfiGW45WfEGJqFf1IM1q8OsRa1CGzIebCJBNCANDRmOrholiDRGKo/We7ofKR4SEvcGAWEMD3Q==",
  5189. "dependencies": {
  5190. "@types/nlcst": "^1.0.0",
  5191. "retext-latin": "^3.0.0",
  5192. "retext-stringify": "^3.0.0",
  5193. "unified": "^10.0.0"
  5194. },
  5195. "funding": {
  5196. "type": "opencollective",
  5197. "url": "https://opencollective.com/unified"
  5198. }
  5199. },
  5200. "node_modules/retext-latin": {
  5201. "version": "3.1.0",
  5202. "resolved": "https://registry.npmjs.org/retext-latin/-/retext-latin-3.1.0.tgz",
  5203. "integrity": "sha512-5MrD1tuebzO8ppsja5eEu+ZbBeUNCjoEarn70tkXOS7Bdsdf6tNahsv2bY0Z8VooFF6cw7/6S+d3yI/TMlMVVQ==",
  5204. "dependencies": {
  5205. "@types/nlcst": "^1.0.0",
  5206. "parse-latin": "^5.0.0",
  5207. "unherit": "^3.0.0",
  5208. "unified": "^10.0.0"
  5209. },
  5210. "funding": {
  5211. "type": "opencollective",
  5212. "url": "https://opencollective.com/unified"
  5213. }
  5214. },
  5215. "node_modules/retext-smartypants": {
  5216. "version": "5.2.0",
  5217. "resolved": "https://registry.npmjs.org/retext-smartypants/-/retext-smartypants-5.2.0.tgz",
  5218. "integrity": "sha512-Do8oM+SsjrbzT2UNIKgheP0hgUQTDDQYyZaIY3kfq0pdFzoPk+ZClYJ+OERNXveog4xf1pZL4PfRxNoVL7a/jw==",
  5219. "dependencies": {
  5220. "@types/nlcst": "^1.0.0",
  5221. "nlcst-to-string": "^3.0.0",
  5222. "unified": "^10.0.0",
  5223. "unist-util-visit": "^4.0.0"
  5224. },
  5225. "funding": {
  5226. "type": "opencollective",
  5227. "url": "https://opencollective.com/unified"
  5228. }
  5229. },
  5230. "node_modules/retext-stringify": {
  5231. "version": "3.1.0",
  5232. "resolved": "https://registry.npmjs.org/retext-stringify/-/retext-stringify-3.1.0.tgz",
  5233. "integrity": "sha512-767TLOaoXFXyOnjx/EggXlb37ZD2u4P1n0GJqVdpipqACsQP+20W+BNpMYrlJkq7hxffnFk+jc6mAK9qrbuB8w==",
  5234. "dependencies": {
  5235. "@types/nlcst": "^1.0.0",
  5236. "nlcst-to-string": "^3.0.0",
  5237. "unified": "^10.0.0"
  5238. },
  5239. "funding": {
  5240. "type": "opencollective",
  5241. "url": "https://opencollective.com/unified"
  5242. }
  5243. },
  5244. "node_modules/reusify": {
  5245. "version": "1.0.4",
  5246. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
  5247. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  5248. "engines": {
  5249. "iojs": ">=1.0.0",
  5250. "node": ">=0.10.0"
  5251. }
  5252. },
  5253. "node_modules/rollup": {
  5254. "version": "3.29.4",
  5255. "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.4.tgz",
  5256. "integrity": "sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==",
  5257. "bin": {
  5258. "rollup": "dist/bin/rollup"
  5259. },
  5260. "engines": {
  5261. "node": ">=14.18.0",
  5262. "npm": ">=8.0.0"
  5263. },
  5264. "optionalDependencies": {
  5265. "fsevents": "~2.3.2"
  5266. }
  5267. },
  5268. "node_modules/run-parallel": {
  5269. "version": "1.2.0",
  5270. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  5271. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  5272. "funding": [
  5273. {
  5274. "type": "github",
  5275. "url": "https://github.com/sponsors/feross"
  5276. },
  5277. {
  5278. "type": "patreon",
  5279. "url": "https://www.patreon.com/feross"
  5280. },
  5281. {
  5282. "type": "consulting",
  5283. "url": "https://feross.org/support"
  5284. }
  5285. ],
  5286. "dependencies": {
  5287. "queue-microtask": "^1.2.2"
  5288. }
  5289. },
  5290. "node_modules/sade": {
  5291. "version": "1.8.1",
  5292. "resolved": "https://registry.npmjs.org/sade/-/sade-1.8.1.tgz",
  5293. "integrity": "sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==",
  5294. "dependencies": {
  5295. "mri": "^1.1.0"
  5296. },
  5297. "engines": {
  5298. "node": ">=6"
  5299. }
  5300. },
  5301. "node_modules/safe-buffer": {
  5302. "version": "5.2.1",
  5303. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  5304. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  5305. "funding": [
  5306. {
  5307. "type": "github",
  5308. "url": "https://github.com/sponsors/feross"
  5309. },
  5310. {
  5311. "type": "patreon",
  5312. "url": "https://www.patreon.com/feross"
  5313. },
  5314. {
  5315. "type": "consulting",
  5316. "url": "https://feross.org/support"
  5317. }
  5318. ]
  5319. },
  5320. "node_modules/safer-buffer": {
  5321. "version": "2.1.2",
  5322. "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
  5323. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
  5324. },
  5325. "node_modules/sax": {
  5326. "version": "1.3.0",
  5327. "resolved": "https://registry.npmjs.org/sax/-/sax-1.3.0.tgz",
  5328. "integrity": "sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA=="
  5329. },
  5330. "node_modules/section-matter": {
  5331. "version": "1.0.0",
  5332. "resolved": "https://registry.npmjs.org/section-matter/-/section-matter-1.0.0.tgz",
  5333. "integrity": "sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==",
  5334. "dependencies": {
  5335. "extend-shallow": "^2.0.1",
  5336. "kind-of": "^6.0.0"
  5337. },
  5338. "engines": {
  5339. "node": ">=4"
  5340. }
  5341. },
  5342. "node_modules/semver": {
  5343. "version": "7.5.4",
  5344. "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
  5345. "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
  5346. "dependencies": {
  5347. "lru-cache": "^6.0.0"
  5348. },
  5349. "bin": {
  5350. "semver": "bin/semver.js"
  5351. },
  5352. "engines": {
  5353. "node": ">=10"
  5354. }
  5355. },
  5356. "node_modules/semver/node_modules/lru-cache": {
  5357. "version": "6.0.0",
  5358. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
  5359. "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
  5360. "dependencies": {
  5361. "yallist": "^4.0.0"
  5362. },
  5363. "engines": {
  5364. "node": ">=10"
  5365. }
  5366. },
  5367. "node_modules/semver/node_modules/yallist": {
  5368. "version": "4.0.0",
  5369. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  5370. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
  5371. },
  5372. "node_modules/server-destroy": {
  5373. "version": "1.0.1",
  5374. "resolved": "https://registry.npmjs.org/server-destroy/-/server-destroy-1.0.1.tgz",
  5375. "integrity": "sha512-rb+9B5YBIEzYcD6x2VKidaa+cqYBJQKnU4oe4E3ANwRRN56yk/ua1YCJT1n21NTS8w6CcOclAKNP3PhdCXKYtQ=="
  5376. },
  5377. "node_modules/sharp": {
  5378. "version": "0.32.6",
  5379. "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.32.6.tgz",
  5380. "integrity": "sha512-KyLTWwgcR9Oe4d9HwCwNM2l7+J0dUQwn/yf7S0EnTtb0eVS4RxO0eUSvxPtzT4F3SY+C4K6fqdv/DO27sJ/v/w==",
  5381. "hasInstallScript": true,
  5382. "dependencies": {
  5383. "color": "^4.2.3",
  5384. "detect-libc": "^2.0.2",
  5385. "node-addon-api": "^6.1.0",
  5386. "prebuild-install": "^7.1.1",
  5387. "semver": "^7.5.4",
  5388. "simple-get": "^4.0.1",
  5389. "tar-fs": "^3.0.4",
  5390. "tunnel-agent": "^0.6.0"
  5391. },
  5392. "engines": {
  5393. "node": ">=14.15.0"
  5394. },
  5395. "funding": {
  5396. "url": "https://opencollective.com/libvips"
  5397. }
  5398. },
  5399. "node_modules/shebang-command": {
  5400. "version": "2.0.0",
  5401. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  5402. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  5403. "dependencies": {
  5404. "shebang-regex": "^3.0.0"
  5405. },
  5406. "engines": {
  5407. "node": ">=8"
  5408. }
  5409. },
  5410. "node_modules/shebang-regex": {
  5411. "version": "3.0.0",
  5412. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  5413. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  5414. "engines": {
  5415. "node": ">=8"
  5416. }
  5417. },
  5418. "node_modules/shiki": {
  5419. "version": "0.14.5",
  5420. "resolved": "https://registry.npmjs.org/shiki/-/shiki-0.14.5.tgz",
  5421. "integrity": "sha512-1gCAYOcmCFONmErGTrS1fjzJLA7MGZmKzrBNX7apqSwhyITJg2O102uFzXUeBxNnEkDA9vHIKLyeKq0V083vIw==",
  5422. "dependencies": {
  5423. "ansi-sequence-parser": "^1.1.0",
  5424. "jsonc-parser": "^3.2.0",
  5425. "vscode-oniguruma": "^1.7.0",
  5426. "vscode-textmate": "^8.0.0"
  5427. }
  5428. },
  5429. "node_modules/shikiji": {
  5430. "version": "0.6.13",
  5431. "resolved": "https://registry.npmjs.org/shikiji/-/shikiji-0.6.13.tgz",
  5432. "integrity": "sha512-4T7X39csvhT0p7GDnq9vysWddf2b6BeioiN3Ymhnt3xcy9tXmDcnsEFVxX18Z4YcQgEE/w48dLJ4pPPUcG9KkA==",
  5433. "dependencies": {
  5434. "hast-util-to-html": "^9.0.0"
  5435. }
  5436. },
  5437. "node_modules/shikiji/node_modules/@types/hast": {
  5438. "version": "3.0.3",
  5439. "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.3.tgz",
  5440. "integrity": "sha512-2fYGlaDy/qyLlhidX42wAH0KBi2TCjKMH8CHmBXgRlJ3Y+OXTiqsPQ6IWarZKwF1JoUcAJdPogv1d4b0COTpmQ==",
  5441. "dependencies": {
  5442. "@types/unist": "*"
  5443. }
  5444. },
  5445. "node_modules/shikiji/node_modules/@types/mdast": {
  5446. "version": "4.0.3",
  5447. "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.3.tgz",
  5448. "integrity": "sha512-LsjtqsyF+d2/yFOYaN22dHZI1Cpwkrj+g06G8+qtUKlhovPW89YhqSnfKtMbkgmEtYpH2gydRNULd6y8mciAFg==",
  5449. "dependencies": {
  5450. "@types/unist": "*"
  5451. }
  5452. },
  5453. "node_modules/shikiji/node_modules/@types/unist": {
  5454. "version": "3.0.2",
  5455. "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.2.tgz",
  5456. "integrity": "sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ=="
  5457. },
  5458. "node_modules/shikiji/node_modules/hast-util-from-parse5": {
  5459. "version": "8.0.1",
  5460. "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-8.0.1.tgz",
  5461. "integrity": "sha512-Er/Iixbc7IEa7r/XLtuG52zoqn/b3Xng/w6aZQ0xGVxzhw5xUFxcRqdPzP6yFi/4HBYRaifaI5fQ1RH8n0ZeOQ==",
  5462. "dependencies": {
  5463. "@types/hast": "^3.0.0",
  5464. "@types/unist": "^3.0.0",
  5465. "devlop": "^1.0.0",
  5466. "hastscript": "^8.0.0",
  5467. "property-information": "^6.0.0",
  5468. "vfile": "^6.0.0",
  5469. "vfile-location": "^5.0.0",
  5470. "web-namespaces": "^2.0.0"
  5471. },
  5472. "funding": {
  5473. "type": "opencollective",
  5474. "url": "https://opencollective.com/unified"
  5475. }
  5476. },
  5477. "node_modules/shikiji/node_modules/hast-util-parse-selector": {
  5478. "version": "4.0.0",
  5479. "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz",
  5480. "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==",
  5481. "dependencies": {
  5482. "@types/hast": "^3.0.0"
  5483. },
  5484. "funding": {
  5485. "type": "opencollective",
  5486. "url": "https://opencollective.com/unified"
  5487. }
  5488. },
  5489. "node_modules/shikiji/node_modules/hast-util-raw": {
  5490. "version": "9.0.1",
  5491. "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-9.0.1.tgz",
  5492. "integrity": "sha512-5m1gmba658Q+lO5uqL5YNGQWeh1MYWZbZmWrM5lncdcuiXuo5E2HT/CIOp0rLF8ksfSwiCVJ3twlgVRyTGThGA==",
  5493. "dependencies": {
  5494. "@types/hast": "^3.0.0",
  5495. "@types/unist": "^3.0.0",
  5496. "@ungap/structured-clone": "^1.0.0",
  5497. "hast-util-from-parse5": "^8.0.0",
  5498. "hast-util-to-parse5": "^8.0.0",
  5499. "html-void-elements": "^3.0.0",
  5500. "mdast-util-to-hast": "^13.0.0",
  5501. "parse5": "^7.0.0",
  5502. "unist-util-position": "^5.0.0",
  5503. "unist-util-visit": "^5.0.0",
  5504. "vfile": "^6.0.0",
  5505. "web-namespaces": "^2.0.0",
  5506. "zwitch": "^2.0.0"
  5507. },
  5508. "funding": {
  5509. "type": "opencollective",
  5510. "url": "https://opencollective.com/unified"
  5511. }
  5512. },
  5513. "node_modules/shikiji/node_modules/hast-util-to-html": {
  5514. "version": "9.0.0",
  5515. "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.0.tgz",
  5516. "integrity": "sha512-IVGhNgg7vANuUA2XKrT6sOIIPgaYZnmLx3l/CCOAK0PtgfoHrZwX7jCSYyFxHTrGmC6S9q8aQQekjp4JPZF+cw==",
  5517. "dependencies": {
  5518. "@types/hast": "^3.0.0",
  5519. "@types/unist": "^3.0.0",
  5520. "ccount": "^2.0.0",
  5521. "comma-separated-tokens": "^2.0.0",
  5522. "hast-util-raw": "^9.0.0",
  5523. "hast-util-whitespace": "^3.0.0",
  5524. "html-void-elements": "^3.0.0",
  5525. "mdast-util-to-hast": "^13.0.0",
  5526. "property-information": "^6.0.0",
  5527. "space-separated-tokens": "^2.0.0",
  5528. "stringify-entities": "^4.0.0",
  5529. "zwitch": "^2.0.4"
  5530. },
  5531. "funding": {
  5532. "type": "opencollective",
  5533. "url": "https://opencollective.com/unified"
  5534. }
  5535. },
  5536. "node_modules/shikiji/node_modules/hast-util-to-parse5": {
  5537. "version": "8.0.0",
  5538. "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-8.0.0.tgz",
  5539. "integrity": "sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==",
  5540. "dependencies": {
  5541. "@types/hast": "^3.0.0",
  5542. "comma-separated-tokens": "^2.0.0",
  5543. "devlop": "^1.0.0",
  5544. "property-information": "^6.0.0",
  5545. "space-separated-tokens": "^2.0.0",
  5546. "web-namespaces": "^2.0.0",
  5547. "zwitch": "^2.0.0"
  5548. },
  5549. "funding": {
  5550. "type": "opencollective",
  5551. "url": "https://opencollective.com/unified"
  5552. }
  5553. },
  5554. "node_modules/shikiji/node_modules/hast-util-whitespace": {
  5555. "version": "3.0.0",
  5556. "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
  5557. "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
  5558. "dependencies": {
  5559. "@types/hast": "^3.0.0"
  5560. },
  5561. "funding": {
  5562. "type": "opencollective",
  5563. "url": "https://opencollective.com/unified"
  5564. }
  5565. },
  5566. "node_modules/shikiji/node_modules/hastscript": {
  5567. "version": "8.0.0",
  5568. "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-8.0.0.tgz",
  5569. "integrity": "sha512-dMOtzCEd3ABUeSIISmrETiKuyydk1w0pa+gE/uormcTpSYuaNJPbX1NU3JLyscSLjwAQM8bWMhhIlnCqnRvDTw==",
  5570. "dependencies": {
  5571. "@types/hast": "^3.0.0",
  5572. "comma-separated-tokens": "^2.0.0",
  5573. "hast-util-parse-selector": "^4.0.0",
  5574. "property-information": "^6.0.0",
  5575. "space-separated-tokens": "^2.0.0"
  5576. },
  5577. "funding": {
  5578. "type": "opencollective",
  5579. "url": "https://opencollective.com/unified"
  5580. }
  5581. },
  5582. "node_modules/shikiji/node_modules/html-void-elements": {
  5583. "version": "3.0.0",
  5584. "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz",
  5585. "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==",
  5586. "funding": {
  5587. "type": "github",
  5588. "url": "https://github.com/sponsors/wooorm"
  5589. }
  5590. },
  5591. "node_modules/shikiji/node_modules/mdast-util-to-hast": {
  5592. "version": "13.0.2",
  5593. "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.0.2.tgz",
  5594. "integrity": "sha512-U5I+500EOOw9e3ZrclN3Is3fRpw8c19SMyNZlZ2IS+7vLsNzb2Om11VpIVOR+/0137GhZsFEF6YiKD5+0Hr2Og==",
  5595. "dependencies": {
  5596. "@types/hast": "^3.0.0",
  5597. "@types/mdast": "^4.0.0",
  5598. "@ungap/structured-clone": "^1.0.0",
  5599. "devlop": "^1.0.0",
  5600. "micromark-util-sanitize-uri": "^2.0.0",
  5601. "trim-lines": "^3.0.0",
  5602. "unist-util-position": "^5.0.0",
  5603. "unist-util-visit": "^5.0.0"
  5604. },
  5605. "funding": {
  5606. "type": "opencollective",
  5607. "url": "https://opencollective.com/unified"
  5608. }
  5609. },
  5610. "node_modules/shikiji/node_modules/micromark-util-character": {
  5611. "version": "2.0.1",
  5612. "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.0.1.tgz",
  5613. "integrity": "sha512-3wgnrmEAJ4T+mGXAUfMvMAbxU9RDG43XmGce4j6CwPtVxB3vfwXSZ6KhFwDzZ3mZHhmPimMAXg71veiBGzeAZw==",
  5614. "funding": [
  5615. {
  5616. "type": "GitHub Sponsors",
  5617. "url": "https://github.com/sponsors/unifiedjs"
  5618. },
  5619. {
  5620. "type": "OpenCollective",
  5621. "url": "https://opencollective.com/unified"
  5622. }
  5623. ],
  5624. "dependencies": {
  5625. "micromark-util-symbol": "^2.0.0",
  5626. "micromark-util-types": "^2.0.0"
  5627. }
  5628. },
  5629. "node_modules/shikiji/node_modules/micromark-util-encode": {
  5630. "version": "2.0.0",
  5631. "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.0.tgz",
  5632. "integrity": "sha512-pS+ROfCXAGLWCOc8egcBvT0kf27GoWMqtdarNfDcjb6YLuV5cM3ioG45Ys2qOVqeqSbjaKg72vU+Wby3eddPsA==",
  5633. "funding": [
  5634. {
  5635. "type": "GitHub Sponsors",
  5636. "url": "https://github.com/sponsors/unifiedjs"
  5637. },
  5638. {
  5639. "type": "OpenCollective",
  5640. "url": "https://opencollective.com/unified"
  5641. }
  5642. ]
  5643. },
  5644. "node_modules/shikiji/node_modules/micromark-util-sanitize-uri": {
  5645. "version": "2.0.0",
  5646. "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.0.tgz",
  5647. "integrity": "sha512-WhYv5UEcZrbAtlsnPuChHUAsu/iBPOVaEVsntLBIdpibO0ddy8OzavZz3iL2xVvBZOpolujSliP65Kq0/7KIYw==",
  5648. "funding": [
  5649. {
  5650. "type": "GitHub Sponsors",
  5651. "url": "https://github.com/sponsors/unifiedjs"
  5652. },
  5653. {
  5654. "type": "OpenCollective",
  5655. "url": "https://opencollective.com/unified"
  5656. }
  5657. ],
  5658. "dependencies": {
  5659. "micromark-util-character": "^2.0.0",
  5660. "micromark-util-encode": "^2.0.0",
  5661. "micromark-util-symbol": "^2.0.0"
  5662. }
  5663. },
  5664. "node_modules/shikiji/node_modules/micromark-util-symbol": {
  5665. "version": "2.0.0",
  5666. "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz",
  5667. "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==",
  5668. "funding": [
  5669. {
  5670. "type": "GitHub Sponsors",
  5671. "url": "https://github.com/sponsors/unifiedjs"
  5672. },
  5673. {
  5674. "type": "OpenCollective",
  5675. "url": "https://opencollective.com/unified"
  5676. }
  5677. ]
  5678. },
  5679. "node_modules/shikiji/node_modules/micromark-util-types": {
  5680. "version": "2.0.0",
  5681. "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.0.tgz",
  5682. "integrity": "sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==",
  5683. "funding": [
  5684. {
  5685. "type": "GitHub Sponsors",
  5686. "url": "https://github.com/sponsors/unifiedjs"
  5687. },
  5688. {
  5689. "type": "OpenCollective",
  5690. "url": "https://opencollective.com/unified"
  5691. }
  5692. ]
  5693. },
  5694. "node_modules/shikiji/node_modules/parse5": {
  5695. "version": "7.1.2",
  5696. "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz",
  5697. "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==",
  5698. "dependencies": {
  5699. "entities": "^4.4.0"
  5700. },
  5701. "funding": {
  5702. "url": "https://github.com/inikulin/parse5?sponsor=1"
  5703. }
  5704. },
  5705. "node_modules/shikiji/node_modules/unist-util-is": {
  5706. "version": "6.0.0",
  5707. "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz",
  5708. "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==",
  5709. "dependencies": {
  5710. "@types/unist": "^3.0.0"
  5711. },
  5712. "funding": {
  5713. "type": "opencollective",
  5714. "url": "https://opencollective.com/unified"
  5715. }
  5716. },
  5717. "node_modules/shikiji/node_modules/unist-util-position": {
  5718. "version": "5.0.0",
  5719. "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz",
  5720. "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
  5721. "dependencies": {
  5722. "@types/unist": "^3.0.0"
  5723. },
  5724. "funding": {
  5725. "type": "opencollective",
  5726. "url": "https://opencollective.com/unified"
  5727. }
  5728. },
  5729. "node_modules/shikiji/node_modules/unist-util-stringify-position": {
  5730. "version": "4.0.0",
  5731. "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
  5732. "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
  5733. "dependencies": {
  5734. "@types/unist": "^3.0.0"
  5735. },
  5736. "funding": {
  5737. "type": "opencollective",
  5738. "url": "https://opencollective.com/unified"
  5739. }
  5740. },
  5741. "node_modules/shikiji/node_modules/unist-util-visit": {
  5742. "version": "5.0.0",
  5743. "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz",
  5744. "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==",
  5745. "dependencies": {
  5746. "@types/unist": "^3.0.0",
  5747. "unist-util-is": "^6.0.0",
  5748. "unist-util-visit-parents": "^6.0.0"
  5749. },
  5750. "funding": {
  5751. "type": "opencollective",
  5752. "url": "https://opencollective.com/unified"
  5753. }
  5754. },
  5755. "node_modules/shikiji/node_modules/unist-util-visit-parents": {
  5756. "version": "6.0.1",
  5757. "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz",
  5758. "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==",
  5759. "dependencies": {
  5760. "@types/unist": "^3.0.0",
  5761. "unist-util-is": "^6.0.0"
  5762. },
  5763. "funding": {
  5764. "type": "opencollective",
  5765. "url": "https://opencollective.com/unified"
  5766. }
  5767. },
  5768. "node_modules/shikiji/node_modules/vfile": {
  5769. "version": "6.0.1",
  5770. "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.1.tgz",
  5771. "integrity": "sha512-1bYqc7pt6NIADBJ98UiG0Bn/CHIVOoZ/IyEkqIruLg0mE1BKzkOXY2D6CSqQIcKqgadppE5lrxgWXJmXd7zZJw==",
  5772. "dependencies": {
  5773. "@types/unist": "^3.0.0",
  5774. "unist-util-stringify-position": "^4.0.0",
  5775. "vfile-message": "^4.0.0"
  5776. },
  5777. "funding": {
  5778. "type": "opencollective",
  5779. "url": "https://opencollective.com/unified"
  5780. }
  5781. },
  5782. "node_modules/shikiji/node_modules/vfile-location": {
  5783. "version": "5.0.2",
  5784. "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-5.0.2.tgz",
  5785. "integrity": "sha512-NXPYyxyBSH7zB5U6+3uDdd6Nybz6o6/od9rk8bp9H8GR3L+cm/fC0uUTbqBmUTnMCUDslAGBOIKNfvvb+gGlDg==",
  5786. "dependencies": {
  5787. "@types/unist": "^3.0.0",
  5788. "vfile": "^6.0.0"
  5789. },
  5790. "funding": {
  5791. "type": "opencollective",
  5792. "url": "https://opencollective.com/unified"
  5793. }
  5794. },
  5795. "node_modules/shikiji/node_modules/vfile-message": {
  5796. "version": "4.0.2",
  5797. "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz",
  5798. "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==",
  5799. "dependencies": {
  5800. "@types/unist": "^3.0.0",
  5801. "unist-util-stringify-position": "^4.0.0"
  5802. },
  5803. "funding": {
  5804. "type": "opencollective",
  5805. "url": "https://opencollective.com/unified"
  5806. }
  5807. },
  5808. "node_modules/signal-exit": {
  5809. "version": "4.1.0",
  5810. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
  5811. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  5812. "engines": {
  5813. "node": ">=14"
  5814. },
  5815. "funding": {
  5816. "url": "https://github.com/sponsors/isaacs"
  5817. }
  5818. },
  5819. "node_modules/simple-concat": {
  5820. "version": "1.0.1",
  5821. "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz",
  5822. "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==",
  5823. "funding": [
  5824. {
  5825. "type": "github",
  5826. "url": "https://github.com/sponsors/feross"
  5827. },
  5828. {
  5829. "type": "patreon",
  5830. "url": "https://www.patreon.com/feross"
  5831. },
  5832. {
  5833. "type": "consulting",
  5834. "url": "https://feross.org/support"
  5835. }
  5836. ]
  5837. },
  5838. "node_modules/simple-get": {
  5839. "version": "4.0.1",
  5840. "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-4.0.1.tgz",
  5841. "integrity": "sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==",
  5842. "funding": [
  5843. {
  5844. "type": "github",
  5845. "url": "https://github.com/sponsors/feross"
  5846. },
  5847. {
  5848. "type": "patreon",
  5849. "url": "https://www.patreon.com/feross"
  5850. },
  5851. {
  5852. "type": "consulting",
  5853. "url": "https://feross.org/support"
  5854. }
  5855. ],
  5856. "dependencies": {
  5857. "decompress-response": "^6.0.0",
  5858. "once": "^1.3.1",
  5859. "simple-concat": "^1.0.0"
  5860. }
  5861. },
  5862. "node_modules/simple-swizzle": {
  5863. "version": "0.2.2",
  5864. "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
  5865. "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==",
  5866. "dependencies": {
  5867. "is-arrayish": "^0.3.1"
  5868. }
  5869. },
  5870. "node_modules/sisteransi": {
  5871. "version": "1.0.5",
  5872. "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
  5873. "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg=="
  5874. },
  5875. "node_modules/sitemap": {
  5876. "version": "7.1.1",
  5877. "resolved": "https://registry.npmjs.org/sitemap/-/sitemap-7.1.1.tgz",
  5878. "integrity": "sha512-mK3aFtjz4VdJN0igpIJrinf3EO8U8mxOPsTBzSsy06UtjZQJ3YY3o3Xa7zSc5nMqcMrRwlChHZ18Kxg0caiPBg==",
  5879. "dependencies": {
  5880. "@types/node": "^17.0.5",
  5881. "@types/sax": "^1.2.1",
  5882. "arg": "^5.0.0",
  5883. "sax": "^1.2.4"
  5884. },
  5885. "bin": {
  5886. "sitemap": "dist/cli.js"
  5887. },
  5888. "engines": {
  5889. "node": ">=12.0.0",
  5890. "npm": ">=5.6.0"
  5891. }
  5892. },
  5893. "node_modules/source-map": {
  5894. "version": "0.7.4",
  5895. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz",
  5896. "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==",
  5897. "engines": {
  5898. "node": ">= 8"
  5899. }
  5900. },
  5901. "node_modules/source-map-js": {
  5902. "version": "1.0.2",
  5903. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz",
  5904. "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==",
  5905. "engines": {
  5906. "node": ">=0.10.0"
  5907. }
  5908. },
  5909. "node_modules/space-separated-tokens": {
  5910. "version": "2.0.2",
  5911. "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
  5912. "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
  5913. "funding": {
  5914. "type": "github",
  5915. "url": "https://github.com/sponsors/wooorm"
  5916. }
  5917. },
  5918. "node_modules/sprintf-js": {
  5919. "version": "1.0.3",
  5920. "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
  5921. "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g=="
  5922. },
  5923. "node_modules/stdin-discarder": {
  5924. "version": "0.1.0",
  5925. "resolved": "https://registry.npmjs.org/stdin-discarder/-/stdin-discarder-0.1.0.tgz",
  5926. "integrity": "sha512-xhV7w8S+bUwlPTb4bAOUQhv8/cSS5offJuX8GQGq32ONF0ZtDWKfkdomM3HMRA+LhX6um/FZ0COqlwsjD53LeQ==",
  5927. "dependencies": {
  5928. "bl": "^5.0.0"
  5929. },
  5930. "engines": {
  5931. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  5932. },
  5933. "funding": {
  5934. "url": "https://github.com/sponsors/sindresorhus"
  5935. }
  5936. },
  5937. "node_modules/stream-parser": {
  5938. "version": "0.3.1",
  5939. "resolved": "https://registry.npmjs.org/stream-parser/-/stream-parser-0.3.1.tgz",
  5940. "integrity": "sha512-bJ/HgKq41nlKvlhccD5kaCr/P+Hu0wPNKPJOH7en+YrJu/9EgqUF+88w5Jb6KNcjOFMhfX4B2asfeAtIGuHObQ==",
  5941. "dependencies": {
  5942. "debug": "2"
  5943. }
  5944. },
  5945. "node_modules/stream-parser/node_modules/debug": {
  5946. "version": "2.6.9",
  5947. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  5948. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  5949. "dependencies": {
  5950. "ms": "2.0.0"
  5951. }
  5952. },
  5953. "node_modules/stream-parser/node_modules/ms": {
  5954. "version": "2.0.0",
  5955. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  5956. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  5957. },
  5958. "node_modules/streamx": {
  5959. "version": "2.15.5",
  5960. "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.15.5.tgz",
  5961. "integrity": "sha512-9thPGMkKC2GctCzyCUjME3yR03x2xNo0GPKGkRw2UMYN+gqWa9uqpyNWhmsNCutU5zHmkUum0LsCRQTXUgUCAg==",
  5962. "dependencies": {
  5963. "fast-fifo": "^1.1.0",
  5964. "queue-tick": "^1.0.1"
  5965. }
  5966. },
  5967. "node_modules/string_decoder": {
  5968. "version": "1.3.0",
  5969. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
  5970. "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
  5971. "dependencies": {
  5972. "safe-buffer": "~5.2.0"
  5973. }
  5974. },
  5975. "node_modules/string-width": {
  5976. "version": "6.1.0",
  5977. "resolved": "https://registry.npmjs.org/string-width/-/string-width-6.1.0.tgz",
  5978. "integrity": "sha512-k01swCJAgQmuADB0YIc+7TuatfNvTBVOoaUWJjTB9R4VJzR5vNWzf5t42ESVZFPS8xTySF7CAdV4t/aaIm3UnQ==",
  5979. "dependencies": {
  5980. "eastasianwidth": "^0.2.0",
  5981. "emoji-regex": "^10.2.1",
  5982. "strip-ansi": "^7.0.1"
  5983. },
  5984. "engines": {
  5985. "node": ">=16"
  5986. },
  5987. "funding": {
  5988. "url": "https://github.com/sponsors/sindresorhus"
  5989. }
  5990. },
  5991. "node_modules/stringify-entities": {
  5992. "version": "4.0.3",
  5993. "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.3.tgz",
  5994. "integrity": "sha512-BP9nNHMhhfcMbiuQKCqMjhDP5yBCAxsPu4pHFFzJ6Alo9dZgY4VLDPutXqIjpRiMoKdp7Av85Gr73Q5uH9k7+g==",
  5995. "dependencies": {
  5996. "character-entities-html4": "^2.0.0",
  5997. "character-entities-legacy": "^3.0.0"
  5998. },
  5999. "funding": {
  6000. "type": "github",
  6001. "url": "https://github.com/sponsors/wooorm"
  6002. }
  6003. },
  6004. "node_modules/strip-ansi": {
  6005. "version": "7.1.0",
  6006. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
  6007. "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
  6008. "dependencies": {
  6009. "ansi-regex": "^6.0.1"
  6010. },
  6011. "engines": {
  6012. "node": ">=12"
  6013. },
  6014. "funding": {
  6015. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  6016. }
  6017. },
  6018. "node_modules/strip-bom": {
  6019. "version": "3.0.0",
  6020. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
  6021. "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
  6022. "engines": {
  6023. "node": ">=4"
  6024. }
  6025. },
  6026. "node_modules/strip-bom-string": {
  6027. "version": "1.0.0",
  6028. "resolved": "https://registry.npmjs.org/strip-bom-string/-/strip-bom-string-1.0.0.tgz",
  6029. "integrity": "sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==",
  6030. "engines": {
  6031. "node": ">=0.10.0"
  6032. }
  6033. },
  6034. "node_modules/strip-final-newline": {
  6035. "version": "3.0.0",
  6036. "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
  6037. "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
  6038. "engines": {
  6039. "node": ">=12"
  6040. },
  6041. "funding": {
  6042. "url": "https://github.com/sponsors/sindresorhus"
  6043. }
  6044. },
  6045. "node_modules/strip-json-comments": {
  6046. "version": "2.0.1",
  6047. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
  6048. "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==",
  6049. "engines": {
  6050. "node": ">=0.10.0"
  6051. }
  6052. },
  6053. "node_modules/style-to-object": {
  6054. "version": "0.4.4",
  6055. "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.4.4.tgz",
  6056. "integrity": "sha512-HYNoHZa2GorYNyqiCaBgsxvcJIn7OHq6inEga+E6Ke3m5JkoqpQbnFssk4jwe+K7AhGa2fcha4wSOf1Kn01dMg==",
  6057. "dependencies": {
  6058. "inline-style-parser": "0.1.1"
  6059. }
  6060. },
  6061. "node_modules/supports-color": {
  6062. "version": "5.5.0",
  6063. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
  6064. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  6065. "dependencies": {
  6066. "has-flag": "^3.0.0"
  6067. },
  6068. "engines": {
  6069. "node": ">=4"
  6070. }
  6071. },
  6072. "node_modules/supports-preserve-symlinks-flag": {
  6073. "version": "1.0.0",
  6074. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  6075. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  6076. "engines": {
  6077. "node": ">= 0.4"
  6078. },
  6079. "funding": {
  6080. "url": "https://github.com/sponsors/ljharb"
  6081. }
  6082. },
  6083. "node_modules/tar-fs": {
  6084. "version": "3.0.4",
  6085. "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.0.4.tgz",
  6086. "integrity": "sha512-5AFQU8b9qLfZCX9zp2duONhPmZv0hGYiBPJsyUdqMjzq/mqVpy/rEUSeHk1+YitmxugaptgBh5oDGU3VsAJq4w==",
  6087. "dependencies": {
  6088. "mkdirp-classic": "^0.5.2",
  6089. "pump": "^3.0.0",
  6090. "tar-stream": "^3.1.5"
  6091. }
  6092. },
  6093. "node_modules/tar-stream": {
  6094. "version": "3.1.6",
  6095. "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.6.tgz",
  6096. "integrity": "sha512-B/UyjYwPpMBv+PaFSWAmtYjwdrlEaZQEhMIBFNC5oEG8lpiW8XjcSdmEaClj28ArfKScKHs2nshz3k2le6crsg==",
  6097. "dependencies": {
  6098. "b4a": "^1.6.4",
  6099. "fast-fifo": "^1.2.0",
  6100. "streamx": "^2.15.0"
  6101. }
  6102. },
  6103. "node_modules/to-fast-properties": {
  6104. "version": "2.0.0",
  6105. "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
  6106. "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
  6107. "engines": {
  6108. "node": ">=4"
  6109. }
  6110. },
  6111. "node_modules/to-regex-range": {
  6112. "version": "5.0.1",
  6113. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  6114. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  6115. "dependencies": {
  6116. "is-number": "^7.0.0"
  6117. },
  6118. "engines": {
  6119. "node": ">=8.0"
  6120. }
  6121. },
  6122. "node_modules/trim-lines": {
  6123. "version": "3.0.1",
  6124. "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz",
  6125. "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
  6126. "funding": {
  6127. "type": "github",
  6128. "url": "https://github.com/sponsors/wooorm"
  6129. }
  6130. },
  6131. "node_modules/trough": {
  6132. "version": "2.1.0",
  6133. "resolved": "https://registry.npmjs.org/trough/-/trough-2.1.0.tgz",
  6134. "integrity": "sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g==",
  6135. "funding": {
  6136. "type": "github",
  6137. "url": "https://github.com/sponsors/wooorm"
  6138. }
  6139. },
  6140. "node_modules/tsconfck": {
  6141. "version": "3.0.0",
  6142. "resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.0.0.tgz",
  6143. "integrity": "sha512-w3wnsIrJNi7avf4Zb0VjOoodoO0woEqGgZGQm+LHH9przdUI+XDKsWAXwxHA1DaRTjeuZNcregSzr7RaA8zG9A==",
  6144. "bin": {
  6145. "tsconfck": "bin/tsconfck.js"
  6146. },
  6147. "engines": {
  6148. "node": "^18 || >=20"
  6149. },
  6150. "peerDependencies": {
  6151. "typescript": "^5.0.0"
  6152. },
  6153. "peerDependenciesMeta": {
  6154. "typescript": {
  6155. "optional": true
  6156. }
  6157. }
  6158. },
  6159. "node_modules/tunnel-agent": {
  6160. "version": "0.6.0",
  6161. "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
  6162. "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==",
  6163. "dependencies": {
  6164. "safe-buffer": "^5.0.1"
  6165. },
  6166. "engines": {
  6167. "node": "*"
  6168. }
  6169. },
  6170. "node_modules/type-fest": {
  6171. "version": "2.19.0",
  6172. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz",
  6173. "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==",
  6174. "engines": {
  6175. "node": ">=12.20"
  6176. },
  6177. "funding": {
  6178. "url": "https://github.com/sponsors/sindresorhus"
  6179. }
  6180. },
  6181. "node_modules/unherit": {
  6182. "version": "3.0.1",
  6183. "resolved": "https://registry.npmjs.org/unherit/-/unherit-3.0.1.tgz",
  6184. "integrity": "sha512-akOOQ/Yln8a2sgcLj4U0Jmx0R5jpIg2IUyRrWOzmEbjBtGzBdHtSeFKgoEcoH4KYIG/Pb8GQ/BwtYm0GCq1Sqg==",
  6185. "funding": {
  6186. "type": "github",
  6187. "url": "https://github.com/sponsors/wooorm"
  6188. }
  6189. },
  6190. "node_modules/unified": {
  6191. "version": "10.1.2",
  6192. "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz",
  6193. "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==",
  6194. "dependencies": {
  6195. "@types/unist": "^2.0.0",
  6196. "bail": "^2.0.0",
  6197. "extend": "^3.0.0",
  6198. "is-buffer": "^2.0.0",
  6199. "is-plain-obj": "^4.0.0",
  6200. "trough": "^2.0.0",
  6201. "vfile": "^5.0.0"
  6202. },
  6203. "funding": {
  6204. "type": "opencollective",
  6205. "url": "https://opencollective.com/unified"
  6206. }
  6207. },
  6208. "node_modules/unist-util-generated": {
  6209. "version": "2.0.1",
  6210. "resolved": "https://registry.npmjs.org/unist-util-generated/-/unist-util-generated-2.0.1.tgz",
  6211. "integrity": "sha512-qF72kLmPxAw0oN2fwpWIqbXAVyEqUzDHMsbtPvOudIlUzXYFIeQIuxXQCRCFh22B7cixvU0MG7m3MW8FTq/S+A==",
  6212. "funding": {
  6213. "type": "opencollective",
  6214. "url": "https://opencollective.com/unified"
  6215. }
  6216. },
  6217. "node_modules/unist-util-is": {
  6218. "version": "5.2.1",
  6219. "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz",
  6220. "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==",
  6221. "dependencies": {
  6222. "@types/unist": "^2.0.0"
  6223. },
  6224. "funding": {
  6225. "type": "opencollective",
  6226. "url": "https://opencollective.com/unified"
  6227. }
  6228. },
  6229. "node_modules/unist-util-modify-children": {
  6230. "version": "3.1.1",
  6231. "resolved": "https://registry.npmjs.org/unist-util-modify-children/-/unist-util-modify-children-3.1.1.tgz",
  6232. "integrity": "sha512-yXi4Lm+TG5VG+qvokP6tpnk+r1EPwyYL04JWDxLvgvPV40jANh7nm3udk65OOWquvbMDe+PL9+LmkxDpTv/7BA==",
  6233. "dependencies": {
  6234. "@types/unist": "^2.0.0",
  6235. "array-iterate": "^2.0.0"
  6236. },
  6237. "funding": {
  6238. "type": "opencollective",
  6239. "url": "https://opencollective.com/unified"
  6240. }
  6241. },
  6242. "node_modules/unist-util-position": {
  6243. "version": "4.0.4",
  6244. "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-4.0.4.tgz",
  6245. "integrity": "sha512-kUBE91efOWfIVBo8xzh/uZQ7p9ffYRtUbMRZBNFYwf0RK8koUMx6dGUfwylLOKmaT2cs4wSW96QoYUSXAyEtpg==",
  6246. "dependencies": {
  6247. "@types/unist": "^2.0.0"
  6248. },
  6249. "funding": {
  6250. "type": "opencollective",
  6251. "url": "https://opencollective.com/unified"
  6252. }
  6253. },
  6254. "node_modules/unist-util-position-from-estree": {
  6255. "version": "1.1.2",
  6256. "resolved": "https://registry.npmjs.org/unist-util-position-from-estree/-/unist-util-position-from-estree-1.1.2.tgz",
  6257. "integrity": "sha512-poZa0eXpS+/XpoQwGwl79UUdea4ol2ZuCYguVaJS4qzIOMDzbqz8a3erUCOmubSZkaOuGamb3tX790iwOIROww==",
  6258. "dependencies": {
  6259. "@types/unist": "^2.0.0"
  6260. },
  6261. "funding": {
  6262. "type": "opencollective",
  6263. "url": "https://opencollective.com/unified"
  6264. }
  6265. },
  6266. "node_modules/unist-util-remove": {
  6267. "version": "3.1.1",
  6268. "resolved": "https://registry.npmjs.org/unist-util-remove/-/unist-util-remove-3.1.1.tgz",
  6269. "integrity": "sha512-kfCqZK5YVY5yEa89tvpl7KnBBHu2c6CzMkqHUrlOqaRgGOMp0sMvwWOVrbAtj03KhovQB7i96Gda72v/EFE0vw==",
  6270. "dependencies": {
  6271. "@types/unist": "^2.0.0",
  6272. "unist-util-is": "^5.0.0",
  6273. "unist-util-visit-parents": "^5.0.0"
  6274. },
  6275. "funding": {
  6276. "type": "opencollective",
  6277. "url": "https://opencollective.com/unified"
  6278. }
  6279. },
  6280. "node_modules/unist-util-remove-position": {
  6281. "version": "4.0.2",
  6282. "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-4.0.2.tgz",
  6283. "integrity": "sha512-TkBb0HABNmxzAcfLf4qsIbFbaPDvMO6wa3b3j4VcEzFVaw1LBKwnW4/sRJ/atSLSzoIg41JWEdnE7N6DIhGDGQ==",
  6284. "dependencies": {
  6285. "@types/unist": "^2.0.0",
  6286. "unist-util-visit": "^4.0.0"
  6287. },
  6288. "funding": {
  6289. "type": "opencollective",
  6290. "url": "https://opencollective.com/unified"
  6291. }
  6292. },
  6293. "node_modules/unist-util-stringify-position": {
  6294. "version": "3.0.3",
  6295. "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz",
  6296. "integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==",
  6297. "dependencies": {
  6298. "@types/unist": "^2.0.0"
  6299. },
  6300. "funding": {
  6301. "type": "opencollective",
  6302. "url": "https://opencollective.com/unified"
  6303. }
  6304. },
  6305. "node_modules/unist-util-visit": {
  6306. "version": "4.1.2",
  6307. "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz",
  6308. "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==",
  6309. "dependencies": {
  6310. "@types/unist": "^2.0.0",
  6311. "unist-util-is": "^5.0.0",
  6312. "unist-util-visit-parents": "^5.1.1"
  6313. },
  6314. "funding": {
  6315. "type": "opencollective",
  6316. "url": "https://opencollective.com/unified"
  6317. }
  6318. },
  6319. "node_modules/unist-util-visit-children": {
  6320. "version": "2.0.2",
  6321. "resolved": "https://registry.npmjs.org/unist-util-visit-children/-/unist-util-visit-children-2.0.2.tgz",
  6322. "integrity": "sha512-+LWpMFqyUwLGpsQxpumsQ9o9DG2VGLFrpz+rpVXYIEdPy57GSy5HioC0g3bg/8WP9oCLlapQtklOzQ8uLS496Q==",
  6323. "dependencies": {
  6324. "@types/unist": "^2.0.0"
  6325. },
  6326. "funding": {
  6327. "type": "opencollective",
  6328. "url": "https://opencollective.com/unified"
  6329. }
  6330. },
  6331. "node_modules/unist-util-visit-parents": {
  6332. "version": "5.1.3",
  6333. "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz",
  6334. "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==",
  6335. "dependencies": {
  6336. "@types/unist": "^2.0.0",
  6337. "unist-util-is": "^5.0.0"
  6338. },
  6339. "funding": {
  6340. "type": "opencollective",
  6341. "url": "https://opencollective.com/unified"
  6342. }
  6343. },
  6344. "node_modules/update-browserslist-db": {
  6345. "version": "1.0.13",
  6346. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz",
  6347. "integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==",
  6348. "funding": [
  6349. {
  6350. "type": "opencollective",
  6351. "url": "https://opencollective.com/browserslist"
  6352. },
  6353. {
  6354. "type": "tidelift",
  6355. "url": "https://tidelift.com/funding/github/npm/browserslist"
  6356. },
  6357. {
  6358. "type": "github",
  6359. "url": "https://github.com/sponsors/ai"
  6360. }
  6361. ],
  6362. "dependencies": {
  6363. "escalade": "^3.1.1",
  6364. "picocolors": "^1.0.0"
  6365. },
  6366. "bin": {
  6367. "update-browserslist-db": "cli.js"
  6368. },
  6369. "peerDependencies": {
  6370. "browserslist": ">= 4.21.0"
  6371. }
  6372. },
  6373. "node_modules/util-deprecate": {
  6374. "version": "1.0.2",
  6375. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  6376. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
  6377. },
  6378. "node_modules/uvu": {
  6379. "version": "0.5.6",
  6380. "resolved": "https://registry.npmjs.org/uvu/-/uvu-0.5.6.tgz",
  6381. "integrity": "sha512-+g8ENReyr8YsOc6fv/NVJs2vFdHBnBNdfE49rshrTzDWOlUx4Gq7KOS2GD8eqhy2j+Ejq29+SbKH8yjkAqXqoA==",
  6382. "dependencies": {
  6383. "dequal": "^2.0.0",
  6384. "diff": "^5.0.0",
  6385. "kleur": "^4.0.3",
  6386. "sade": "^1.7.3"
  6387. },
  6388. "bin": {
  6389. "uvu": "bin.js"
  6390. },
  6391. "engines": {
  6392. "node": ">=8"
  6393. }
  6394. },
  6395. "node_modules/vfile": {
  6396. "version": "5.3.7",
  6397. "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.7.tgz",
  6398. "integrity": "sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==",
  6399. "dependencies": {
  6400. "@types/unist": "^2.0.0",
  6401. "is-buffer": "^2.0.0",
  6402. "unist-util-stringify-position": "^3.0.0",
  6403. "vfile-message": "^3.0.0"
  6404. },
  6405. "funding": {
  6406. "type": "opencollective",
  6407. "url": "https://opencollective.com/unified"
  6408. }
  6409. },
  6410. "node_modules/vfile-location": {
  6411. "version": "4.1.0",
  6412. "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-4.1.0.tgz",
  6413. "integrity": "sha512-YF23YMyASIIJXpktBa4vIGLJ5Gs88UB/XePgqPmTa7cDA+JeO3yclbpheQYCHjVHBn/yePzrXuygIL+xbvRYHw==",
  6414. "dependencies": {
  6415. "@types/unist": "^2.0.0",
  6416. "vfile": "^5.0.0"
  6417. },
  6418. "funding": {
  6419. "type": "opencollective",
  6420. "url": "https://opencollective.com/unified"
  6421. }
  6422. },
  6423. "node_modules/vfile-message": {
  6424. "version": "3.1.4",
  6425. "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz",
  6426. "integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==",
  6427. "dependencies": {
  6428. "@types/unist": "^2.0.0",
  6429. "unist-util-stringify-position": "^3.0.0"
  6430. },
  6431. "funding": {
  6432. "type": "opencollective",
  6433. "url": "https://opencollective.com/unified"
  6434. }
  6435. },
  6436. "node_modules/vite": {
  6437. "version": "4.5.0",
  6438. "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.0.tgz",
  6439. "integrity": "sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==",
  6440. "dependencies": {
  6441. "esbuild": "^0.18.10",
  6442. "postcss": "^8.4.27",
  6443. "rollup": "^3.27.1"
  6444. },
  6445. "bin": {
  6446. "vite": "bin/vite.js"
  6447. },
  6448. "engines": {
  6449. "node": "^14.18.0 || >=16.0.0"
  6450. },
  6451. "funding": {
  6452. "url": "https://github.com/vitejs/vite?sponsor=1"
  6453. },
  6454. "optionalDependencies": {
  6455. "fsevents": "~2.3.2"
  6456. },
  6457. "peerDependencies": {
  6458. "@types/node": ">= 14",
  6459. "less": "*",
  6460. "lightningcss": "^1.21.0",
  6461. "sass": "*",
  6462. "stylus": "*",
  6463. "sugarss": "*",
  6464. "terser": "^5.4.0"
  6465. },
  6466. "peerDependenciesMeta": {
  6467. "@types/node": {
  6468. "optional": true
  6469. },
  6470. "less": {
  6471. "optional": true
  6472. },
  6473. "lightningcss": {
  6474. "optional": true
  6475. },
  6476. "sass": {
  6477. "optional": true
  6478. },
  6479. "stylus": {
  6480. "optional": true
  6481. },
  6482. "sugarss": {
  6483. "optional": true
  6484. },
  6485. "terser": {
  6486. "optional": true
  6487. }
  6488. }
  6489. },
  6490. "node_modules/vite/node_modules/@esbuild/android-arm": {
  6491. "version": "0.18.20",
  6492. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.20.tgz",
  6493. "integrity": "sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==",
  6494. "cpu": [
  6495. "arm"
  6496. ],
  6497. "optional": true,
  6498. "os": [
  6499. "android"
  6500. ],
  6501. "engines": {
  6502. "node": ">=12"
  6503. }
  6504. },
  6505. "node_modules/vite/node_modules/@esbuild/android-arm64": {
  6506. "version": "0.18.20",
  6507. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.20.tgz",
  6508. "integrity": "sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==",
  6509. "cpu": [
  6510. "arm64"
  6511. ],
  6512. "optional": true,
  6513. "os": [
  6514. "android"
  6515. ],
  6516. "engines": {
  6517. "node": ">=12"
  6518. }
  6519. },
  6520. "node_modules/vite/node_modules/@esbuild/android-x64": {
  6521. "version": "0.18.20",
  6522. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.20.tgz",
  6523. "integrity": "sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==",
  6524. "cpu": [
  6525. "x64"
  6526. ],
  6527. "optional": true,
  6528. "os": [
  6529. "android"
  6530. ],
  6531. "engines": {
  6532. "node": ">=12"
  6533. }
  6534. },
  6535. "node_modules/vite/node_modules/@esbuild/darwin-arm64": {
  6536. "version": "0.18.20",
  6537. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.20.tgz",
  6538. "integrity": "sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==",
  6539. "cpu": [
  6540. "arm64"
  6541. ],
  6542. "optional": true,
  6543. "os": [
  6544. "darwin"
  6545. ],
  6546. "engines": {
  6547. "node": ">=12"
  6548. }
  6549. },
  6550. "node_modules/vite/node_modules/@esbuild/darwin-x64": {
  6551. "version": "0.18.20",
  6552. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.20.tgz",
  6553. "integrity": "sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==",
  6554. "cpu": [
  6555. "x64"
  6556. ],
  6557. "optional": true,
  6558. "os": [
  6559. "darwin"
  6560. ],
  6561. "engines": {
  6562. "node": ">=12"
  6563. }
  6564. },
  6565. "node_modules/vite/node_modules/@esbuild/freebsd-arm64": {
  6566. "version": "0.18.20",
  6567. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.20.tgz",
  6568. "integrity": "sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==",
  6569. "cpu": [
  6570. "arm64"
  6571. ],
  6572. "optional": true,
  6573. "os": [
  6574. "freebsd"
  6575. ],
  6576. "engines": {
  6577. "node": ">=12"
  6578. }
  6579. },
  6580. "node_modules/vite/node_modules/@esbuild/freebsd-x64": {
  6581. "version": "0.18.20",
  6582. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.20.tgz",
  6583. "integrity": "sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==",
  6584. "cpu": [
  6585. "x64"
  6586. ],
  6587. "optional": true,
  6588. "os": [
  6589. "freebsd"
  6590. ],
  6591. "engines": {
  6592. "node": ">=12"
  6593. }
  6594. },
  6595. "node_modules/vite/node_modules/@esbuild/linux-arm": {
  6596. "version": "0.18.20",
  6597. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.20.tgz",
  6598. "integrity": "sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==",
  6599. "cpu": [
  6600. "arm"
  6601. ],
  6602. "optional": true,
  6603. "os": [
  6604. "linux"
  6605. ],
  6606. "engines": {
  6607. "node": ">=12"
  6608. }
  6609. },
  6610. "node_modules/vite/node_modules/@esbuild/linux-arm64": {
  6611. "version": "0.18.20",
  6612. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.20.tgz",
  6613. "integrity": "sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==",
  6614. "cpu": [
  6615. "arm64"
  6616. ],
  6617. "optional": true,
  6618. "os": [
  6619. "linux"
  6620. ],
  6621. "engines": {
  6622. "node": ">=12"
  6623. }
  6624. },
  6625. "node_modules/vite/node_modules/@esbuild/linux-ia32": {
  6626. "version": "0.18.20",
  6627. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.20.tgz",
  6628. "integrity": "sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==",
  6629. "cpu": [
  6630. "ia32"
  6631. ],
  6632. "optional": true,
  6633. "os": [
  6634. "linux"
  6635. ],
  6636. "engines": {
  6637. "node": ">=12"
  6638. }
  6639. },
  6640. "node_modules/vite/node_modules/@esbuild/linux-loong64": {
  6641. "version": "0.18.20",
  6642. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.20.tgz",
  6643. "integrity": "sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==",
  6644. "cpu": [
  6645. "loong64"
  6646. ],
  6647. "optional": true,
  6648. "os": [
  6649. "linux"
  6650. ],
  6651. "engines": {
  6652. "node": ">=12"
  6653. }
  6654. },
  6655. "node_modules/vite/node_modules/@esbuild/linux-mips64el": {
  6656. "version": "0.18.20",
  6657. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.20.tgz",
  6658. "integrity": "sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==",
  6659. "cpu": [
  6660. "mips64el"
  6661. ],
  6662. "optional": true,
  6663. "os": [
  6664. "linux"
  6665. ],
  6666. "engines": {
  6667. "node": ">=12"
  6668. }
  6669. },
  6670. "node_modules/vite/node_modules/@esbuild/linux-ppc64": {
  6671. "version": "0.18.20",
  6672. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.20.tgz",
  6673. "integrity": "sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==",
  6674. "cpu": [
  6675. "ppc64"
  6676. ],
  6677. "optional": true,
  6678. "os": [
  6679. "linux"
  6680. ],
  6681. "engines": {
  6682. "node": ">=12"
  6683. }
  6684. },
  6685. "node_modules/vite/node_modules/@esbuild/linux-riscv64": {
  6686. "version": "0.18.20",
  6687. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.20.tgz",
  6688. "integrity": "sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==",
  6689. "cpu": [
  6690. "riscv64"
  6691. ],
  6692. "optional": true,
  6693. "os": [
  6694. "linux"
  6695. ],
  6696. "engines": {
  6697. "node": ">=12"
  6698. }
  6699. },
  6700. "node_modules/vite/node_modules/@esbuild/linux-s390x": {
  6701. "version": "0.18.20",
  6702. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.20.tgz",
  6703. "integrity": "sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==",
  6704. "cpu": [
  6705. "s390x"
  6706. ],
  6707. "optional": true,
  6708. "os": [
  6709. "linux"
  6710. ],
  6711. "engines": {
  6712. "node": ">=12"
  6713. }
  6714. },
  6715. "node_modules/vite/node_modules/@esbuild/linux-x64": {
  6716. "version": "0.18.20",
  6717. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.20.tgz",
  6718. "integrity": "sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==",
  6719. "cpu": [
  6720. "x64"
  6721. ],
  6722. "optional": true,
  6723. "os": [
  6724. "linux"
  6725. ],
  6726. "engines": {
  6727. "node": ">=12"
  6728. }
  6729. },
  6730. "node_modules/vite/node_modules/@esbuild/netbsd-x64": {
  6731. "version": "0.18.20",
  6732. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.20.tgz",
  6733. "integrity": "sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==",
  6734. "cpu": [
  6735. "x64"
  6736. ],
  6737. "optional": true,
  6738. "os": [
  6739. "netbsd"
  6740. ],
  6741. "engines": {
  6742. "node": ">=12"
  6743. }
  6744. },
  6745. "node_modules/vite/node_modules/@esbuild/openbsd-x64": {
  6746. "version": "0.18.20",
  6747. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.20.tgz",
  6748. "integrity": "sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==",
  6749. "cpu": [
  6750. "x64"
  6751. ],
  6752. "optional": true,
  6753. "os": [
  6754. "openbsd"
  6755. ],
  6756. "engines": {
  6757. "node": ">=12"
  6758. }
  6759. },
  6760. "node_modules/vite/node_modules/@esbuild/sunos-x64": {
  6761. "version": "0.18.20",
  6762. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.20.tgz",
  6763. "integrity": "sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==",
  6764. "cpu": [
  6765. "x64"
  6766. ],
  6767. "optional": true,
  6768. "os": [
  6769. "sunos"
  6770. ],
  6771. "engines": {
  6772. "node": ">=12"
  6773. }
  6774. },
  6775. "node_modules/vite/node_modules/@esbuild/win32-arm64": {
  6776. "version": "0.18.20",
  6777. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.20.tgz",
  6778. "integrity": "sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==",
  6779. "cpu": [
  6780. "arm64"
  6781. ],
  6782. "optional": true,
  6783. "os": [
  6784. "win32"
  6785. ],
  6786. "engines": {
  6787. "node": ">=12"
  6788. }
  6789. },
  6790. "node_modules/vite/node_modules/@esbuild/win32-ia32": {
  6791. "version": "0.18.20",
  6792. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.20.tgz",
  6793. "integrity": "sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==",
  6794. "cpu": [
  6795. "ia32"
  6796. ],
  6797. "optional": true,
  6798. "os": [
  6799. "win32"
  6800. ],
  6801. "engines": {
  6802. "node": ">=12"
  6803. }
  6804. },
  6805. "node_modules/vite/node_modules/@esbuild/win32-x64": {
  6806. "version": "0.18.20",
  6807. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.20.tgz",
  6808. "integrity": "sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==",
  6809. "cpu": [
  6810. "x64"
  6811. ],
  6812. "optional": true,
  6813. "os": [
  6814. "win32"
  6815. ],
  6816. "engines": {
  6817. "node": ">=12"
  6818. }
  6819. },
  6820. "node_modules/vite/node_modules/esbuild": {
  6821. "version": "0.18.20",
  6822. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.18.20.tgz",
  6823. "integrity": "sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==",
  6824. "hasInstallScript": true,
  6825. "bin": {
  6826. "esbuild": "bin/esbuild"
  6827. },
  6828. "engines": {
  6829. "node": ">=12"
  6830. },
  6831. "optionalDependencies": {
  6832. "@esbuild/android-arm": "0.18.20",
  6833. "@esbuild/android-arm64": "0.18.20",
  6834. "@esbuild/android-x64": "0.18.20",
  6835. "@esbuild/darwin-arm64": "0.18.20",
  6836. "@esbuild/darwin-x64": "0.18.20",
  6837. "@esbuild/freebsd-arm64": "0.18.20",
  6838. "@esbuild/freebsd-x64": "0.18.20",
  6839. "@esbuild/linux-arm": "0.18.20",
  6840. "@esbuild/linux-arm64": "0.18.20",
  6841. "@esbuild/linux-ia32": "0.18.20",
  6842. "@esbuild/linux-loong64": "0.18.20",
  6843. "@esbuild/linux-mips64el": "0.18.20",
  6844. "@esbuild/linux-ppc64": "0.18.20",
  6845. "@esbuild/linux-riscv64": "0.18.20",
  6846. "@esbuild/linux-s390x": "0.18.20",
  6847. "@esbuild/linux-x64": "0.18.20",
  6848. "@esbuild/netbsd-x64": "0.18.20",
  6849. "@esbuild/openbsd-x64": "0.18.20",
  6850. "@esbuild/sunos-x64": "0.18.20",
  6851. "@esbuild/win32-arm64": "0.18.20",
  6852. "@esbuild/win32-ia32": "0.18.20",
  6853. "@esbuild/win32-x64": "0.18.20"
  6854. }
  6855. },
  6856. "node_modules/vitefu": {
  6857. "version": "0.2.5",
  6858. "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-0.2.5.tgz",
  6859. "integrity": "sha512-SgHtMLoqaeeGnd2evZ849ZbACbnwQCIwRH57t18FxcXoZop0uQu0uzlIhJBlF/eWVzuce0sHeqPcDo+evVcg8Q==",
  6860. "peerDependencies": {
  6861. "vite": "^3.0.0 || ^4.0.0 || ^5.0.0"
  6862. },
  6863. "peerDependenciesMeta": {
  6864. "vite": {
  6865. "optional": true
  6866. }
  6867. }
  6868. },
  6869. "node_modules/vscode-oniguruma": {
  6870. "version": "1.7.0",
  6871. "resolved": "https://registry.npmjs.org/vscode-oniguruma/-/vscode-oniguruma-1.7.0.tgz",
  6872. "integrity": "sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA=="
  6873. },
  6874. "node_modules/vscode-textmate": {
  6875. "version": "8.0.0",
  6876. "resolved": "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-8.0.0.tgz",
  6877. "integrity": "sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg=="
  6878. },
  6879. "node_modules/web-namespaces": {
  6880. "version": "2.0.1",
  6881. "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz",
  6882. "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==",
  6883. "funding": {
  6884. "type": "github",
  6885. "url": "https://github.com/sponsors/wooorm"
  6886. }
  6887. },
  6888. "node_modules/which": {
  6889. "version": "2.0.2",
  6890. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  6891. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  6892. "dependencies": {
  6893. "isexe": "^2.0.0"
  6894. },
  6895. "bin": {
  6896. "node-which": "bin/node-which"
  6897. },
  6898. "engines": {
  6899. "node": ">= 8"
  6900. }
  6901. },
  6902. "node_modules/which-pm": {
  6903. "version": "2.1.1",
  6904. "resolved": "https://registry.npmjs.org/which-pm/-/which-pm-2.1.1.tgz",
  6905. "integrity": "sha512-xzzxNw2wMaoCWXiGE8IJ9wuPMU+EYhFksjHxrRT8kMT5SnocBPRg69YAMtyV4D12fP582RA+k3P8H9J5EMdIxQ==",
  6906. "dependencies": {
  6907. "load-yaml-file": "^0.2.0",
  6908. "path-exists": "^4.0.0"
  6909. },
  6910. "engines": {
  6911. "node": ">=8.15"
  6912. }
  6913. },
  6914. "node_modules/which-pm-runs": {
  6915. "version": "1.1.0",
  6916. "resolved": "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.1.0.tgz",
  6917. "integrity": "sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==",
  6918. "engines": {
  6919. "node": ">=4"
  6920. }
  6921. },
  6922. "node_modules/widest-line": {
  6923. "version": "4.0.1",
  6924. "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-4.0.1.tgz",
  6925. "integrity": "sha512-o0cyEG0e8GPzT4iGHphIOh0cJOV8fivsXxddQasHPHfoZf1ZexrfeA21w2NaEN1RHE+fXlfISmOE8R9N3u3Qig==",
  6926. "dependencies": {
  6927. "string-width": "^5.0.1"
  6928. },
  6929. "engines": {
  6930. "node": ">=12"
  6931. },
  6932. "funding": {
  6933. "url": "https://github.com/sponsors/sindresorhus"
  6934. }
  6935. },
  6936. "node_modules/widest-line/node_modules/emoji-regex": {
  6937. "version": "9.2.2",
  6938. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
  6939. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
  6940. },
  6941. "node_modules/widest-line/node_modules/string-width": {
  6942. "version": "5.1.2",
  6943. "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
  6944. "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
  6945. "dependencies": {
  6946. "eastasianwidth": "^0.2.0",
  6947. "emoji-regex": "^9.2.2",
  6948. "strip-ansi": "^7.0.1"
  6949. },
  6950. "engines": {
  6951. "node": ">=12"
  6952. },
  6953. "funding": {
  6954. "url": "https://github.com/sponsors/sindresorhus"
  6955. }
  6956. },
  6957. "node_modules/wrap-ansi": {
  6958. "version": "8.1.0",
  6959. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
  6960. "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
  6961. "dependencies": {
  6962. "ansi-styles": "^6.1.0",
  6963. "string-width": "^5.0.1",
  6964. "strip-ansi": "^7.0.1"
  6965. },
  6966. "engines": {
  6967. "node": ">=12"
  6968. },
  6969. "funding": {
  6970. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  6971. }
  6972. },
  6973. "node_modules/wrap-ansi/node_modules/ansi-styles": {
  6974. "version": "6.2.1",
  6975. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
  6976. "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
  6977. "engines": {
  6978. "node": ">=12"
  6979. },
  6980. "funding": {
  6981. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  6982. }
  6983. },
  6984. "node_modules/wrap-ansi/node_modules/emoji-regex": {
  6985. "version": "9.2.2",
  6986. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
  6987. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
  6988. },
  6989. "node_modules/wrap-ansi/node_modules/string-width": {
  6990. "version": "5.1.2",
  6991. "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
  6992. "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
  6993. "dependencies": {
  6994. "eastasianwidth": "^0.2.0",
  6995. "emoji-regex": "^9.2.2",
  6996. "strip-ansi": "^7.0.1"
  6997. },
  6998. "engines": {
  6999. "node": ">=12"
  7000. },
  7001. "funding": {
  7002. "url": "https://github.com/sponsors/sindresorhus"
  7003. }
  7004. },
  7005. "node_modules/wrappy": {
  7006. "version": "1.0.2",
  7007. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  7008. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
  7009. },
  7010. "node_modules/yallist": {
  7011. "version": "3.1.1",
  7012. "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
  7013. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
  7014. },
  7015. "node_modules/yargs-parser": {
  7016. "version": "21.1.1",
  7017. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
  7018. "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
  7019. "engines": {
  7020. "node": ">=12"
  7021. }
  7022. },
  7023. "node_modules/yocto-queue": {
  7024. "version": "1.0.0",
  7025. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz",
  7026. "integrity": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==",
  7027. "engines": {
  7028. "node": ">=12.20"
  7029. },
  7030. "funding": {
  7031. "url": "https://github.com/sponsors/sindresorhus"
  7032. }
  7033. },
  7034. "node_modules/zod": {
  7035. "version": "3.22.4",
  7036. "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.4.tgz",
  7037. "integrity": "sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==",
  7038. "funding": {
  7039. "url": "https://github.com/sponsors/colinhacks"
  7040. }
  7041. },
  7042. "node_modules/zwitch": {
  7043. "version": "2.0.4",
  7044. "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz",
  7045. "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
  7046. "funding": {
  7047. "type": "github",
  7048. "url": "https://github.com/sponsors/wooorm"
  7049. }
  7050. }
  7051. }
  7052. }