package-lock.json 495 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025302630273028302930303031303230333034303530363037303830393040304130423043304430453046304730483049305030513052305330543055305630573058305930603061306230633064306530663067306830693070307130723073307430753076307730783079308030813082308330843085308630873088308930903091309230933094309530963097309830993100310131023103310431053106310731083109311031113112311331143115311631173118311931203121312231233124312531263127312831293130313131323133313431353136313731383139314031413142314331443145314631473148314931503151315231533154315531563157315831593160316131623163316431653166316731683169317031713172317331743175317631773178317931803181318231833184318531863187318831893190319131923193319431953196319731983199320032013202320332043205320632073208320932103211321232133214321532163217321832193220322132223223322432253226322732283229323032313232323332343235323632373238323932403241324232433244324532463247324832493250325132523253325432553256325732583259326032613262326332643265326632673268326932703271327232733274327532763277327832793280328132823283328432853286328732883289329032913292329332943295329632973298329933003301330233033304330533063307330833093310331133123313331433153316331733183319332033213322332333243325332633273328332933303331333233333334333533363337333833393340334133423343334433453346334733483349335033513352335333543355335633573358335933603361336233633364336533663367336833693370337133723373337433753376337733783379338033813382338333843385338633873388338933903391339233933394339533963397339833993400340134023403340434053406340734083409341034113412341334143415341634173418341934203421342234233424342534263427342834293430343134323433343434353436343734383439344034413442344334443445344634473448344934503451345234533454345534563457345834593460346134623463346434653466346734683469347034713472347334743475347634773478347934803481348234833484348534863487348834893490349134923493349434953496349734983499350035013502350335043505350635073508350935103511351235133514351535163517351835193520352135223523352435253526352735283529353035313532353335343535353635373538353935403541354235433544354535463547354835493550355135523553355435553556355735583559356035613562356335643565356635673568356935703571357235733574357535763577357835793580358135823583358435853586358735883589359035913592359335943595359635973598359936003601360236033604360536063607360836093610361136123613361436153616361736183619362036213622362336243625362636273628362936303631363236333634363536363637363836393640364136423643364436453646364736483649365036513652365336543655365636573658365936603661366236633664366536663667366836693670367136723673367436753676367736783679368036813682368336843685368636873688368936903691369236933694369536963697369836993700370137023703370437053706370737083709371037113712371337143715371637173718371937203721372237233724372537263727372837293730373137323733373437353736373737383739374037413742374337443745374637473748374937503751375237533754375537563757375837593760376137623763376437653766376737683769377037713772377337743775377637773778377937803781378237833784378537863787378837893790379137923793379437953796379737983799380038013802380338043805380638073808380938103811381238133814381538163817381838193820382138223823382438253826382738283829383038313832383338343835383638373838383938403841384238433844384538463847384838493850385138523853385438553856385738583859386038613862386338643865386638673868386938703871387238733874387538763877387838793880388138823883388438853886388738883889389038913892389338943895389638973898389939003901390239033904390539063907390839093910391139123913391439153916391739183919392039213922392339243925392639273928392939303931393239333934393539363937393839393940394139423943394439453946394739483949395039513952395339543955395639573958395939603961396239633964396539663967396839693970397139723973397439753976397739783979398039813982398339843985398639873988398939903991399239933994399539963997399839994000400140024003400440054006400740084009401040114012401340144015401640174018401940204021402240234024402540264027402840294030403140324033403440354036403740384039404040414042404340444045404640474048404940504051405240534054405540564057405840594060406140624063406440654066406740684069407040714072407340744075407640774078407940804081408240834084408540864087408840894090409140924093409440954096409740984099410041014102410341044105410641074108410941104111411241134114411541164117411841194120412141224123412441254126412741284129413041314132413341344135413641374138413941404141414241434144414541464147414841494150415141524153415441554156415741584159416041614162416341644165416641674168416941704171417241734174417541764177417841794180418141824183418441854186418741884189419041914192419341944195419641974198419942004201420242034204420542064207420842094210421142124213421442154216421742184219422042214222422342244225422642274228422942304231423242334234423542364237423842394240424142424243424442454246424742484249425042514252425342544255425642574258425942604261426242634264426542664267426842694270427142724273427442754276427742784279428042814282428342844285428642874288428942904291429242934294429542964297429842994300430143024303430443054306430743084309431043114312431343144315431643174318431943204321432243234324432543264327432843294330433143324333433443354336433743384339434043414342434343444345434643474348434943504351435243534354435543564357435843594360436143624363436443654366436743684369437043714372437343744375437643774378437943804381438243834384438543864387438843894390439143924393439443954396439743984399440044014402440344044405440644074408440944104411441244134414441544164417441844194420442144224423442444254426442744284429443044314432443344344435443644374438443944404441444244434444444544464447444844494450445144524453445444554456445744584459446044614462446344644465446644674468446944704471447244734474447544764477447844794480448144824483448444854486448744884489449044914492449344944495449644974498449945004501450245034504450545064507450845094510451145124513451445154516451745184519452045214522452345244525452645274528452945304531453245334534453545364537453845394540454145424543454445454546454745484549455045514552455345544555455645574558455945604561456245634564456545664567456845694570457145724573457445754576457745784579458045814582458345844585458645874588458945904591459245934594459545964597459845994600460146024603460446054606460746084609461046114612461346144615461646174618461946204621462246234624462546264627462846294630463146324633463446354636463746384639464046414642464346444645464646474648464946504651465246534654465546564657465846594660466146624663466446654666466746684669467046714672467346744675467646774678467946804681468246834684468546864687468846894690469146924693469446954696469746984699470047014702470347044705470647074708470947104711471247134714471547164717471847194720472147224723472447254726472747284729473047314732473347344735473647374738473947404741474247434744474547464747474847494750475147524753475447554756475747584759476047614762476347644765476647674768476947704771477247734774477547764777477847794780478147824783478447854786478747884789479047914792479347944795479647974798479948004801480248034804480548064807480848094810481148124813481448154816481748184819482048214822482348244825482648274828482948304831483248334834483548364837483848394840484148424843484448454846484748484849485048514852485348544855485648574858485948604861486248634864486548664867486848694870487148724873487448754876487748784879488048814882488348844885488648874888488948904891489248934894489548964897489848994900490149024903490449054906490749084909491049114912491349144915491649174918491949204921492249234924492549264927492849294930493149324933493449354936493749384939494049414942494349444945494649474948494949504951495249534954495549564957495849594960496149624963496449654966496749684969497049714972497349744975497649774978497949804981498249834984498549864987498849894990499149924993499449954996499749984999500050015002500350045005500650075008500950105011501250135014501550165017501850195020502150225023502450255026502750285029503050315032503350345035503650375038503950405041504250435044504550465047504850495050505150525053505450555056505750585059506050615062506350645065506650675068506950705071507250735074507550765077507850795080508150825083508450855086508750885089509050915092509350945095509650975098509951005101510251035104510551065107510851095110511151125113511451155116511751185119512051215122512351245125512651275128512951305131513251335134513551365137513851395140514151425143514451455146514751485149515051515152515351545155515651575158515951605161516251635164516551665167516851695170517151725173517451755176517751785179518051815182518351845185518651875188518951905191519251935194519551965197519851995200520152025203520452055206520752085209521052115212521352145215521652175218521952205221522252235224522552265227522852295230523152325233523452355236523752385239524052415242524352445245524652475248524952505251525252535254525552565257525852595260526152625263526452655266526752685269527052715272527352745275527652775278527952805281528252835284528552865287528852895290529152925293529452955296529752985299530053015302530353045305530653075308530953105311531253135314531553165317531853195320532153225323532453255326532753285329533053315332533353345335533653375338533953405341534253435344534553465347534853495350535153525353535453555356535753585359536053615362536353645365536653675368536953705371537253735374537553765377537853795380538153825383538453855386538753885389539053915392539353945395539653975398539954005401540254035404540554065407540854095410541154125413541454155416541754185419542054215422542354245425542654275428542954305431543254335434543554365437543854395440544154425443544454455446544754485449545054515452545354545455545654575458545954605461546254635464546554665467546854695470547154725473547454755476547754785479548054815482548354845485548654875488548954905491549254935494549554965497549854995500550155025503550455055506550755085509551055115512551355145515551655175518551955205521552255235524552555265527552855295530553155325533553455355536553755385539554055415542554355445545554655475548554955505551555255535554555555565557555855595560556155625563556455655566556755685569557055715572557355745575557655775578557955805581558255835584558555865587558855895590559155925593559455955596559755985599560056015602560356045605560656075608560956105611561256135614561556165617561856195620562156225623562456255626562756285629563056315632563356345635563656375638563956405641564256435644564556465647564856495650565156525653565456555656565756585659566056615662566356645665566656675668566956705671567256735674567556765677567856795680568156825683568456855686568756885689569056915692569356945695569656975698569957005701570257035704570557065707570857095710571157125713571457155716571757185719572057215722572357245725572657275728572957305731573257335734573557365737573857395740574157425743574457455746574757485749575057515752575357545755575657575758575957605761576257635764576557665767576857695770577157725773577457755776577757785779578057815782578357845785578657875788578957905791579257935794579557965797579857995800580158025803580458055806580758085809581058115812581358145815581658175818581958205821582258235824582558265827582858295830583158325833583458355836583758385839584058415842584358445845584658475848584958505851585258535854585558565857585858595860586158625863586458655866586758685869587058715872587358745875587658775878587958805881588258835884588558865887588858895890589158925893589458955896589758985899590059015902590359045905590659075908590959105911591259135914591559165917591859195920592159225923592459255926592759285929593059315932593359345935593659375938593959405941594259435944594559465947594859495950595159525953595459555956595759585959596059615962596359645965596659675968596959705971597259735974597559765977597859795980598159825983598459855986598759885989599059915992599359945995599659975998599960006001600260036004600560066007600860096010601160126013601460156016601760186019602060216022602360246025602660276028602960306031603260336034603560366037603860396040604160426043604460456046604760486049605060516052605360546055605660576058605960606061606260636064606560666067606860696070607160726073607460756076607760786079608060816082608360846085608660876088608960906091609260936094609560966097609860996100610161026103610461056106610761086109611061116112611361146115611661176118611961206121612261236124612561266127612861296130613161326133613461356136613761386139614061416142614361446145614661476148614961506151615261536154615561566157615861596160616161626163616461656166616761686169617061716172617361746175617661776178617961806181618261836184618561866187618861896190619161926193619461956196619761986199620062016202620362046205620662076208620962106211621262136214621562166217621862196220622162226223622462256226622762286229623062316232623362346235623662376238623962406241624262436244624562466247624862496250625162526253625462556256625762586259626062616262626362646265626662676268626962706271627262736274627562766277627862796280628162826283628462856286628762886289629062916292629362946295629662976298629963006301630263036304630563066307630863096310631163126313631463156316631763186319632063216322632363246325632663276328632963306331633263336334633563366337633863396340634163426343634463456346634763486349635063516352635363546355635663576358635963606361636263636364636563666367636863696370637163726373637463756376637763786379638063816382638363846385638663876388638963906391639263936394639563966397639863996400640164026403640464056406640764086409641064116412641364146415641664176418641964206421642264236424642564266427642864296430643164326433643464356436643764386439644064416442644364446445644664476448644964506451645264536454645564566457645864596460646164626463646464656466646764686469647064716472647364746475647664776478647964806481648264836484648564866487648864896490649164926493649464956496649764986499650065016502650365046505650665076508650965106511651265136514651565166517651865196520652165226523652465256526652765286529653065316532653365346535653665376538653965406541654265436544654565466547654865496550655165526553655465556556655765586559656065616562656365646565656665676568656965706571657265736574657565766577657865796580658165826583658465856586658765886589659065916592659365946595659665976598659966006601660266036604660566066607660866096610661166126613661466156616661766186619662066216622662366246625662666276628662966306631663266336634663566366637663866396640664166426643664466456646664766486649665066516652665366546655665666576658665966606661666266636664666566666667666866696670667166726673667466756676667766786679668066816682668366846685668666876688668966906691669266936694669566966697669866996700670167026703670467056706670767086709671067116712671367146715671667176718671967206721672267236724672567266727672867296730673167326733673467356736673767386739674067416742674367446745674667476748674967506751675267536754675567566757675867596760676167626763676467656766676767686769677067716772677367746775677667776778677967806781678267836784678567866787678867896790679167926793679467956796679767986799680068016802680368046805680668076808680968106811681268136814681568166817681868196820682168226823682468256826682768286829683068316832683368346835683668376838683968406841684268436844684568466847684868496850685168526853685468556856685768586859686068616862686368646865686668676868686968706871687268736874687568766877687868796880688168826883688468856886688768886889689068916892689368946895689668976898689969006901690269036904690569066907690869096910691169126913691469156916691769186919692069216922692369246925692669276928692969306931693269336934693569366937693869396940694169426943694469456946694769486949695069516952695369546955695669576958695969606961696269636964696569666967696869696970697169726973697469756976697769786979698069816982698369846985698669876988698969906991699269936994699569966997699869997000700170027003700470057006700770087009701070117012701370147015701670177018701970207021702270237024702570267027702870297030703170327033703470357036703770387039704070417042704370447045704670477048704970507051705270537054705570567057705870597060706170627063706470657066706770687069707070717072707370747075707670777078707970807081708270837084708570867087708870897090709170927093709470957096709770987099710071017102710371047105710671077108710971107111711271137114711571167117711871197120712171227123712471257126712771287129713071317132713371347135713671377138713971407141714271437144714571467147714871497150715171527153715471557156715771587159716071617162716371647165716671677168716971707171717271737174717571767177717871797180718171827183718471857186718771887189719071917192719371947195719671977198719972007201720272037204720572067207720872097210721172127213721472157216721772187219722072217222722372247225722672277228722972307231723272337234723572367237723872397240724172427243724472457246724772487249725072517252725372547255725672577258725972607261726272637264726572667267726872697270727172727273727472757276727772787279728072817282728372847285728672877288728972907291729272937294729572967297729872997300730173027303730473057306730773087309731073117312731373147315731673177318731973207321732273237324732573267327732873297330733173327333733473357336733773387339734073417342734373447345734673477348734973507351735273537354735573567357735873597360736173627363736473657366736773687369737073717372737373747375737673777378737973807381738273837384738573867387738873897390739173927393739473957396739773987399740074017402740374047405740674077408740974107411741274137414741574167417741874197420742174227423742474257426742774287429743074317432743374347435743674377438743974407441744274437444744574467447744874497450745174527453745474557456745774587459746074617462746374647465746674677468746974707471747274737474747574767477747874797480748174827483748474857486748774887489749074917492749374947495749674977498749975007501750275037504750575067507750875097510751175127513751475157516751775187519752075217522752375247525752675277528752975307531753275337534753575367537753875397540754175427543754475457546754775487549755075517552755375547555755675577558755975607561756275637564756575667567756875697570757175727573757475757576757775787579758075817582758375847585758675877588758975907591759275937594759575967597759875997600760176027603760476057606760776087609761076117612761376147615761676177618761976207621762276237624762576267627762876297630763176327633763476357636763776387639764076417642764376447645764676477648764976507651765276537654765576567657765876597660766176627663766476657666766776687669767076717672767376747675767676777678767976807681768276837684768576867687768876897690769176927693769476957696769776987699770077017702770377047705770677077708770977107711771277137714771577167717771877197720772177227723772477257726772777287729773077317732773377347735773677377738773977407741774277437744774577467747774877497750775177527753775477557756775777587759776077617762776377647765776677677768776977707771777277737774777577767777777877797780778177827783778477857786778777887789779077917792779377947795779677977798779978007801780278037804780578067807780878097810781178127813781478157816781778187819782078217822782378247825782678277828782978307831783278337834783578367837783878397840784178427843784478457846784778487849785078517852785378547855785678577858785978607861786278637864786578667867786878697870787178727873787478757876787778787879788078817882788378847885788678877888788978907891789278937894789578967897789878997900790179027903790479057906790779087909791079117912791379147915791679177918791979207921792279237924792579267927792879297930793179327933793479357936793779387939794079417942794379447945794679477948794979507951795279537954795579567957795879597960796179627963796479657966796779687969797079717972797379747975797679777978797979807981798279837984798579867987798879897990799179927993799479957996799779987999800080018002800380048005800680078008800980108011801280138014801580168017801880198020802180228023802480258026802780288029803080318032803380348035803680378038803980408041804280438044804580468047804880498050805180528053805480558056805780588059806080618062806380648065806680678068806980708071807280738074807580768077807880798080808180828083808480858086808780888089809080918092809380948095809680978098809981008101810281038104810581068107810881098110811181128113811481158116811781188119812081218122812381248125812681278128812981308131813281338134813581368137813881398140814181428143814481458146814781488149815081518152815381548155815681578158815981608161816281638164816581668167816881698170817181728173817481758176817781788179818081818182818381848185818681878188818981908191819281938194819581968197819881998200820182028203820482058206820782088209821082118212821382148215821682178218821982208221822282238224822582268227822882298230823182328233823482358236823782388239824082418242824382448245824682478248824982508251825282538254825582568257825882598260826182628263826482658266826782688269827082718272827382748275827682778278827982808281828282838284828582868287828882898290829182928293829482958296829782988299830083018302830383048305830683078308830983108311831283138314831583168317831883198320832183228323832483258326832783288329833083318332833383348335833683378338833983408341834283438344834583468347834883498350835183528353835483558356835783588359836083618362836383648365836683678368836983708371837283738374837583768377837883798380838183828383838483858386838783888389839083918392839383948395839683978398839984008401840284038404840584068407840884098410841184128413841484158416841784188419842084218422842384248425842684278428842984308431843284338434843584368437843884398440844184428443844484458446844784488449845084518452845384548455845684578458845984608461846284638464846584668467846884698470847184728473847484758476847784788479848084818482848384848485848684878488848984908491849284938494849584968497849884998500850185028503850485058506850785088509851085118512851385148515851685178518851985208521852285238524852585268527852885298530853185328533853485358536853785388539854085418542854385448545854685478548854985508551855285538554855585568557855885598560856185628563856485658566856785688569857085718572857385748575857685778578857985808581858285838584858585868587858885898590859185928593859485958596859785988599860086018602860386048605860686078608860986108611861286138614861586168617861886198620862186228623862486258626862786288629863086318632863386348635863686378638863986408641864286438644864586468647864886498650865186528653865486558656865786588659866086618662866386648665866686678668866986708671867286738674867586768677867886798680868186828683868486858686868786888689869086918692869386948695869686978698869987008701870287038704870587068707870887098710871187128713871487158716871787188719872087218722872387248725872687278728872987308731873287338734873587368737873887398740874187428743874487458746874787488749875087518752875387548755875687578758875987608761876287638764876587668767876887698770877187728773877487758776877787788779878087818782878387848785878687878788878987908791879287938794879587968797879887998800880188028803880488058806880788088809881088118812881388148815881688178818881988208821882288238824882588268827882888298830883188328833883488358836883788388839884088418842884388448845884688478848884988508851885288538854885588568857885888598860886188628863886488658866886788688869887088718872887388748875887688778878887988808881888288838884888588868887888888898890889188928893889488958896889788988899890089018902890389048905890689078908890989108911891289138914891589168917891889198920892189228923892489258926892789288929893089318932893389348935893689378938893989408941894289438944894589468947894889498950895189528953895489558956895789588959896089618962896389648965896689678968896989708971897289738974897589768977897889798980898189828983898489858986898789888989899089918992899389948995899689978998899990009001900290039004900590069007900890099010901190129013901490159016901790189019902090219022902390249025902690279028902990309031903290339034903590369037903890399040904190429043904490459046904790489049905090519052905390549055905690579058905990609061906290639064906590669067906890699070907190729073907490759076907790789079908090819082908390849085908690879088908990909091909290939094909590969097909890999100910191029103910491059106910791089109911091119112911391149115911691179118911991209121912291239124912591269127912891299130913191329133913491359136913791389139914091419142914391449145914691479148914991509151915291539154915591569157915891599160916191629163916491659166916791689169917091719172917391749175917691779178917991809181918291839184918591869187918891899190919191929193919491959196919791989199920092019202920392049205920692079208920992109211921292139214921592169217921892199220922192229223922492259226922792289229923092319232923392349235923692379238923992409241924292439244924592469247924892499250925192529253925492559256925792589259926092619262926392649265926692679268926992709271927292739274927592769277927892799280928192829283928492859286928792889289929092919292929392949295929692979298929993009301930293039304930593069307930893099310931193129313931493159316931793189319932093219322932393249325932693279328932993309331933293339334933593369337933893399340934193429343934493459346934793489349935093519352935393549355935693579358935993609361936293639364936593669367936893699370937193729373937493759376937793789379938093819382938393849385938693879388938993909391939293939394939593969397939893999400940194029403940494059406940794089409941094119412941394149415941694179418941994209421942294239424942594269427942894299430943194329433943494359436943794389439944094419442944394449445944694479448944994509451945294539454945594569457945894599460946194629463946494659466946794689469947094719472947394749475947694779478947994809481948294839484948594869487948894899490949194929493949494959496949794989499950095019502950395049505950695079508950995109511951295139514951595169517951895199520952195229523952495259526952795289529953095319532953395349535953695379538953995409541954295439544954595469547954895499550955195529553955495559556955795589559956095619562956395649565956695679568956995709571957295739574957595769577957895799580958195829583958495859586958795889589959095919592959395949595959695979598959996009601960296039604960596069607960896099610961196129613961496159616961796189619962096219622962396249625962696279628962996309631963296339634963596369637963896399640964196429643964496459646964796489649965096519652965396549655965696579658965996609661966296639664966596669667966896699670967196729673967496759676967796789679968096819682968396849685968696879688968996909691969296939694969596969697969896999700970197029703970497059706970797089709971097119712971397149715971697179718971997209721972297239724972597269727972897299730973197329733973497359736973797389739974097419742974397449745974697479748974997509751975297539754975597569757975897599760976197629763976497659766976797689769977097719772977397749775977697779778977997809781978297839784978597869787978897899790979197929793979497959796979797989799980098019802980398049805980698079808980998109811981298139814981598169817981898199820982198229823982498259826982798289829983098319832983398349835983698379838983998409841984298439844984598469847984898499850985198529853985498559856985798589859986098619862986398649865986698679868986998709871987298739874987598769877987898799880988198829883988498859886988798889889989098919892989398949895989698979898989999009901990299039904990599069907990899099910991199129913991499159916991799189919992099219922992399249925992699279928992999309931993299339934993599369937993899399940994199429943994499459946994799489949995099519952995399549955995699579958995999609961996299639964996599669967996899699970997199729973997499759976997799789979998099819982998399849985998699879988998999909991999299939994999599969997999899991000010001100021000310004100051000610007100081000910010100111001210013100141001510016100171001810019100201002110022100231002410025100261002710028100291003010031100321003310034100351003610037100381003910040100411004210043100441004510046100471004810049100501005110052100531005410055100561005710058100591006010061100621006310064100651006610067100681006910070100711007210073100741007510076100771007810079100801008110082100831008410085100861008710088100891009010091100921009310094100951009610097100981009910100101011010210103101041010510106101071010810109101101011110112101131011410115101161011710118101191012010121101221012310124101251012610127101281012910130101311013210133101341013510136101371013810139101401014110142101431014410145101461014710148101491015010151101521015310154101551015610157101581015910160101611016210163101641016510166101671016810169101701017110172101731017410175101761017710178101791018010181101821018310184101851018610187101881018910190101911019210193101941019510196101971019810199102001020110202102031020410205102061020710208102091021010211102121021310214102151021610217102181021910220102211022210223102241022510226102271022810229102301023110232102331023410235102361023710238102391024010241102421024310244102451024610247102481024910250102511025210253102541025510256102571025810259102601026110262102631026410265102661026710268102691027010271102721027310274102751027610277102781027910280102811028210283102841028510286102871028810289102901029110292102931029410295102961029710298102991030010301103021030310304103051030610307103081030910310103111031210313103141031510316103171031810319103201032110322103231032410325103261032710328103291033010331103321033310334103351033610337103381033910340103411034210343103441034510346103471034810349103501035110352103531035410355103561035710358103591036010361103621036310364103651036610367103681036910370103711037210373103741037510376103771037810379103801038110382103831038410385103861038710388103891039010391103921039310394103951039610397103981039910400104011040210403104041040510406104071040810409104101041110412104131041410415104161041710418104191042010421104221042310424104251042610427104281042910430104311043210433104341043510436104371043810439104401044110442104431044410445104461044710448104491045010451104521045310454104551045610457104581045910460104611046210463104641046510466104671046810469104701047110472104731047410475104761047710478104791048010481104821048310484104851048610487104881048910490104911049210493104941049510496104971049810499105001050110502105031050410505105061050710508105091051010511105121051310514105151051610517105181051910520105211052210523105241052510526105271052810529105301053110532105331053410535105361053710538105391054010541105421054310544105451054610547105481054910550105511055210553105541055510556105571055810559105601056110562105631056410565105661056710568105691057010571105721057310574105751057610577105781057910580105811058210583105841058510586105871058810589105901059110592105931059410595105961059710598105991060010601106021060310604106051060610607106081060910610106111061210613106141061510616106171061810619106201062110622106231062410625106261062710628106291063010631106321063310634106351063610637106381063910640106411064210643106441064510646106471064810649106501065110652106531065410655106561065710658106591066010661106621066310664106651066610667106681066910670106711067210673106741067510676106771067810679106801068110682106831068410685106861068710688106891069010691106921069310694106951069610697106981069910700107011070210703107041070510706107071070810709107101071110712107131071410715107161071710718107191072010721107221072310724107251072610727107281072910730107311073210733107341073510736107371073810739107401074110742107431074410745107461074710748107491075010751107521075310754107551075610757107581075910760107611076210763107641076510766107671076810769107701077110772107731077410775107761077710778107791078010781107821078310784107851078610787107881078910790107911079210793107941079510796107971079810799108001080110802108031080410805108061080710808108091081010811108121081310814108151081610817108181081910820108211082210823108241082510826108271082810829108301083110832108331083410835108361083710838108391084010841108421084310844108451084610847108481084910850108511085210853108541085510856108571085810859108601086110862108631086410865108661086710868108691087010871108721087310874108751087610877108781087910880108811088210883108841088510886108871088810889108901089110892108931089410895108961089710898108991090010901109021090310904109051090610907109081090910910109111091210913109141091510916109171091810919109201092110922109231092410925109261092710928109291093010931109321093310934109351093610937109381093910940109411094210943109441094510946109471094810949109501095110952109531095410955109561095710958109591096010961109621096310964109651096610967109681096910970109711097210973109741097510976109771097810979109801098110982109831098410985109861098710988109891099010991109921099310994109951099610997109981099911000110011100211003110041100511006110071100811009110101101111012110131101411015110161101711018110191102011021110221102311024110251102611027110281102911030110311103211033110341103511036110371103811039110401104111042110431104411045110461104711048110491105011051110521105311054110551105611057110581105911060110611106211063110641106511066110671106811069110701107111072110731107411075110761107711078110791108011081110821108311084110851108611087110881108911090110911109211093110941109511096110971109811099111001110111102111031110411105111061110711108111091111011111111121111311114111151111611117111181111911120111211112211123111241112511126111271112811129111301113111132111331113411135111361113711138111391114011141111421114311144111451114611147111481114911150111511115211153111541115511156111571115811159111601116111162111631116411165111661116711168111691117011171111721117311174111751117611177111781117911180111811118211183111841118511186111871118811189111901119111192111931119411195111961119711198111991120011201112021120311204112051120611207112081120911210112111121211213112141121511216112171121811219112201122111222112231122411225112261122711228112291123011231112321123311234112351123611237112381123911240112411124211243112441124511246112471124811249112501125111252112531125411255112561125711258112591126011261112621126311264112651126611267112681126911270112711127211273112741127511276112771127811279112801128111282112831128411285112861128711288112891129011291112921129311294112951129611297112981129911300113011130211303113041130511306113071130811309113101131111312113131131411315113161131711318113191132011321113221132311324113251132611327113281132911330113311133211333113341133511336113371133811339113401134111342113431134411345113461134711348113491135011351113521135311354113551135611357113581135911360113611136211363113641136511366113671136811369113701137111372113731137411375113761137711378113791138011381113821138311384113851138611387113881138911390113911139211393113941139511396113971139811399114001140111402114031140411405114061140711408114091141011411114121141311414114151141611417114181141911420114211142211423114241142511426114271142811429114301143111432114331143411435114361143711438114391144011441114421144311444114451144611447114481144911450114511145211453114541145511456114571145811459114601146111462114631146411465114661146711468114691147011471114721147311474114751147611477114781147911480114811148211483114841148511486114871148811489114901149111492114931149411495114961149711498114991150011501115021150311504115051150611507115081150911510115111151211513115141151511516115171151811519115201152111522115231152411525115261152711528115291153011531115321153311534115351153611537115381153911540115411154211543115441154511546115471154811549115501155111552115531155411555115561155711558115591156011561115621156311564115651156611567115681156911570115711157211573115741157511576115771157811579115801158111582115831158411585115861158711588115891159011591115921159311594115951159611597115981159911600116011160211603116041160511606116071160811609116101161111612116131161411615116161161711618116191162011621116221162311624116251162611627116281162911630116311163211633116341163511636116371163811639116401164111642116431164411645116461164711648116491165011651116521165311654116551165611657116581165911660116611166211663116641166511666116671166811669116701167111672116731167411675116761167711678116791168011681116821168311684116851168611687116881168911690116911169211693116941169511696116971169811699117001170111702117031170411705117061170711708117091171011711117121171311714117151171611717117181171911720117211172211723117241172511726117271172811729117301173111732117331173411735117361173711738117391174011741117421174311744117451174611747117481174911750117511175211753117541175511756117571175811759117601176111762117631176411765117661176711768117691177011771117721177311774117751177611777117781177911780117811178211783117841178511786117871178811789117901179111792117931179411795117961179711798117991180011801118021180311804118051180611807118081180911810118111181211813118141181511816118171181811819118201182111822118231182411825118261182711828118291183011831118321183311834118351183611837118381183911840118411184211843118441184511846118471184811849118501185111852118531185411855118561185711858118591186011861118621186311864118651186611867118681186911870118711187211873118741187511876118771187811879118801188111882118831188411885118861188711888118891189011891118921189311894118951189611897118981189911900119011190211903119041190511906119071190811909119101191111912119131191411915119161191711918119191192011921119221192311924119251192611927119281192911930119311193211933119341193511936119371193811939119401194111942119431194411945119461194711948119491195011951119521195311954119551195611957119581195911960119611196211963119641196511966119671196811969119701197111972119731197411975119761197711978119791198011981119821198311984119851198611987119881198911990119911199211993119941199511996119971199811999120001200112002120031200412005120061200712008120091201012011120121201312014120151201612017120181201912020120211202212023120241202512026120271202812029120301203112032120331203412035120361203712038120391204012041120421204312044120451204612047120481204912050120511205212053120541205512056120571205812059120601206112062120631206412065120661206712068120691207012071120721207312074120751207612077120781207912080120811208212083120841208512086120871208812089120901209112092120931209412095120961209712098120991210012101121021210312104121051210612107121081210912110121111211212113121141211512116121171211812119121201212112122121231212412125121261212712128121291213012131121321213312134121351213612137121381213912140121411214212143121441214512146121471214812149121501215112152121531215412155121561215712158121591216012161121621216312164121651216612167121681216912170121711217212173121741217512176121771217812179121801218112182121831218412185121861218712188121891219012191121921219312194121951219612197121981219912200122011220212203122041220512206122071220812209122101221112212122131221412215122161221712218122191222012221122221222312224122251222612227122281222912230122311223212233122341223512236122371223812239122401224112242122431224412245122461224712248122491225012251122521225312254122551225612257122581225912260122611226212263122641226512266122671226812269122701227112272122731227412275122761227712278122791228012281122821228312284122851228612287122881228912290122911229212293122941229512296122971229812299123001230112302123031230412305123061230712308123091231012311123121231312314123151231612317123181231912320123211232212323123241232512326123271232812329123301233112332123331233412335123361233712338123391234012341123421234312344123451234612347123481234912350123511235212353123541235512356123571235812359123601236112362123631236412365123661236712368123691237012371123721237312374123751237612377123781237912380123811238212383123841238512386123871238812389123901239112392123931239412395123961239712398123991240012401124021240312404124051240612407124081240912410124111241212413124141241512416124171241812419124201242112422124231242412425124261242712428124291243012431124321243312434124351243612437124381243912440124411244212443124441244512446124471244812449124501245112452124531245412455124561245712458124591246012461124621246312464124651246612467124681246912470124711247212473124741247512476124771247812479124801248112482124831248412485124861248712488124891249012491124921249312494124951249612497124981249912500125011250212503125041250512506125071250812509125101251112512125131251412515125161251712518125191252012521125221252312524125251252612527125281252912530125311253212533125341253512536125371253812539125401254112542125431254412545125461254712548125491255012551125521255312554125551255612557125581255912560125611256212563125641256512566125671256812569125701257112572125731257412575125761257712578125791258012581125821258312584125851258612587125881258912590125911259212593125941259512596125971259812599126001260112602126031260412605126061260712608126091261012611126121261312614126151261612617126181261912620126211262212623126241262512626126271262812629126301263112632126331263412635126361263712638126391264012641126421264312644126451264612647126481264912650126511265212653126541265512656126571265812659126601266112662126631266412665126661266712668126691267012671126721267312674126751267612677126781267912680126811268212683126841268512686126871268812689126901269112692126931269412695126961269712698126991270012701127021270312704127051270612707127081270912710127111271212713127141271512716127171271812719127201272112722127231272412725127261272712728127291273012731127321273312734127351273612737127381273912740127411274212743127441274512746127471274812749127501275112752127531275412755127561275712758127591276012761127621276312764127651276612767127681276912770127711277212773127741277512776127771277812779127801278112782127831278412785127861278712788127891279012791127921279312794127951279612797127981279912800128011280212803128041280512806128071280812809128101281112812128131281412815128161281712818128191282012821128221282312824128251282612827128281282912830128311283212833128341283512836128371283812839128401284112842128431284412845128461284712848128491285012851128521285312854128551285612857128581285912860128611286212863128641286512866128671286812869128701287112872128731287412875128761287712878128791288012881128821288312884128851288612887128881288912890128911289212893128941289512896128971289812899129001290112902129031290412905129061290712908129091291012911129121291312914129151291612917129181291912920129211292212923129241292512926129271292812929129301293112932129331293412935129361293712938129391294012941129421294312944129451294612947129481294912950129511295212953129541295512956129571295812959129601296112962129631296412965129661296712968129691297012971129721297312974129751297612977129781297912980129811298212983129841298512986129871298812989129901299112992129931299412995129961299712998129991300013001130021300313004130051300613007130081300913010130111301213013130141301513016130171301813019130201302113022130231302413025130261302713028130291303013031130321303313034130351303613037130381303913040130411304213043130441304513046130471304813049130501305113052130531305413055130561305713058130591306013061130621306313064130651306613067130681306913070130711307213073130741307513076130771307813079130801308113082130831308413085130861308713088130891309013091130921309313094130951309613097130981309913100131011310213103131041310513106131071310813109131101311113112131131311413115131161311713118131191312013121131221312313124131251312613127131281312913130131311313213133131341313513136131371313813139131401314113142131431314413145131461314713148131491315013151131521315313154131551315613157131581315913160131611316213163131641316513166131671316813169131701317113172131731317413175131761317713178131791318013181131821318313184131851318613187131881318913190131911319213193131941319513196131971319813199132001320113202132031320413205132061320713208132091321013211132121321313214132151321613217132181321913220132211322213223132241322513226132271322813229132301323113232132331323413235132361323713238132391324013241132421324313244132451324613247132481324913250132511325213253132541325513256132571325813259132601326113262132631326413265132661326713268132691327013271132721327313274132751327613277132781327913280132811328213283132841328513286132871328813289132901329113292132931329413295132961329713298132991330013301133021330313304133051330613307133081330913310133111331213313133141331513316133171331813319133201332113322133231332413325133261332713328133291333013331133321333313334133351333613337133381333913340133411334213343133441334513346133471334813349133501335113352133531335413355133561335713358133591336013361133621336313364133651336613367133681336913370133711337213373133741337513376133771337813379133801338113382133831338413385133861338713388133891339013391133921339313394133951339613397133981339913400134011340213403134041340513406134071340813409134101341113412134131341413415134161341713418134191342013421134221342313424134251342613427134281342913430134311343213433134341343513436134371343813439134401344113442134431344413445134461344713448134491345013451134521345313454134551345613457134581345913460134611346213463134641346513466134671346813469134701347113472134731347413475134761347713478134791348013481134821348313484134851348613487134881348913490134911349213493134941349513496134971349813499135001350113502135031350413505135061350713508135091351013511135121351313514135151351613517135181351913520135211352213523135241352513526135271352813529135301353113532135331353413535135361353713538135391354013541135421354313544135451354613547135481354913550135511355213553135541355513556135571355813559135601356113562135631356413565135661356713568135691357013571135721357313574135751357613577135781357913580135811358213583135841358513586135871358813589135901359113592135931359413595135961359713598135991360013601136021360313604136051360613607136081360913610136111361213613136141361513616136171361813619136201362113622136231362413625136261362713628136291363013631136321363313634136351363613637136381363913640136411364213643136441364513646136471364813649136501365113652136531365413655136561365713658136591366013661136621366313664136651366613667136681366913670136711367213673136741367513676136771367813679136801368113682136831368413685136861368713688136891369013691136921369313694136951369613697136981369913700137011370213703137041370513706137071370813709137101371113712137131371413715137161371713718137191372013721137221372313724137251372613727137281372913730137311373213733137341373513736137371373813739137401374113742137431374413745137461374713748137491375013751137521375313754137551375613757137581375913760137611376213763137641376513766137671376813769137701377113772137731377413775137761377713778137791378013781137821378313784137851378613787137881378913790137911379213793137941379513796137971379813799138001380113802138031380413805138061380713808138091381013811138121381313814138151381613817138181381913820138211382213823138241382513826138271382813829138301383113832138331383413835138361383713838138391384013841138421384313844138451384613847138481384913850138511385213853138541385513856138571385813859138601386113862138631386413865138661386713868138691387013871138721387313874138751387613877138781387913880138811388213883138841388513886138871388813889138901389113892138931389413895138961389713898138991390013901139021390313904139051390613907139081390913910139111391213913139141391513916139171391813919139201392113922139231392413925139261392713928139291393013931139321393313934139351393613937139381393913940139411394213943139441394513946139471394813949139501395113952139531395413955139561395713958139591396013961139621396313964139651396613967139681396913970139711397213973139741397513976139771397813979139801398113982139831398413985139861398713988139891399013991139921399313994139951399613997139981399914000140011400214003140041400514006140071400814009140101401114012140131401414015140161401714018140191402014021140221402314024140251402614027140281402914030140311403214033140341403514036140371403814039140401404114042140431404414045140461404714048140491405014051140521405314054140551405614057140581405914060140611406214063140641406514066140671406814069140701407114072140731407414075140761407714078140791408014081140821408314084140851408614087140881408914090140911409214093140941409514096140971409814099141001410114102141031410414105141061410714108141091411014111141121411314114141151411614117141181411914120141211412214123141241412514126141271412814129141301413114132141331413414135141361413714138141391414014141141421414314144141451414614147141481414914150141511415214153141541415514156141571415814159141601416114162141631416414165141661416714168141691417014171141721417314174141751417614177141781417914180141811418214183141841418514186141871418814189141901419114192141931419414195141961419714198141991420014201142021420314204142051420614207142081420914210142111421214213142141421514216142171421814219142201422114222142231422414225142261422714228142291423014231142321423314234142351423614237142381423914240142411424214243142441424514246142471424814249142501425114252142531425414255142561425714258142591426014261142621426314264142651426614267142681426914270142711427214273142741427514276142771427814279142801428114282142831428414285142861428714288142891429014291142921429314294142951429614297142981429914300143011430214303143041430514306143071430814309143101431114312143131431414315143161431714318143191432014321143221432314324143251432614327143281432914330143311433214333143341433514336143371433814339143401434114342143431434414345143461434714348143491435014351143521435314354143551435614357143581435914360143611436214363143641436514366143671436814369143701437114372143731437414375143761437714378143791438014381143821438314384143851438614387143881438914390143911439214393143941439514396143971439814399144001440114402144031440414405144061440714408144091441014411144121441314414144151441614417144181441914420144211442214423144241442514426144271442814429144301443114432144331443414435144361443714438144391444014441144421444314444144451444614447144481444914450144511445214453144541445514456144571445814459144601446114462144631446414465144661446714468144691447014471144721447314474144751447614477144781447914480144811448214483144841448514486144871448814489144901449114492144931449414495144961449714498144991450014501145021450314504145051450614507145081450914510145111451214513145141451514516145171451814519145201452114522145231452414525145261452714528145291453014531145321453314534145351453614537145381453914540145411454214543145441454514546145471454814549145501455114552145531455414555145561455714558145591456014561145621456314564145651456614567145681456914570145711457214573145741457514576145771457814579145801458114582145831458414585145861458714588145891459014591145921459314594145951459614597145981459914600146011460214603146041460514606146071460814609146101461114612146131461414615146161461714618146191462014621146221462314624146251462614627146281462914630146311463214633146341463514636146371463814639146401464114642146431464414645146461464714648146491465014651146521465314654146551465614657146581465914660146611466214663146641466514666146671466814669146701467114672146731467414675146761467714678146791468014681146821468314684146851468614687146881468914690146911469214693146941469514696146971469814699147001470114702147031470414705147061470714708147091471014711147121471314714147151471614717147181471914720147211472214723147241472514726147271472814729147301473114732147331473414735147361473714738147391474014741147421474314744147451474614747147481474914750147511475214753147541475514756147571475814759147601476114762147631476414765147661476714768147691477014771147721477314774147751477614777147781477914780147811478214783147841478514786147871478814789147901479114792147931479414795147961479714798147991480014801148021480314804148051480614807148081480914810148111481214813148141481514816148171481814819148201482114822148231482414825148261482714828148291483014831148321483314834148351483614837148381483914840148411484214843148441484514846148471484814849148501485114852148531485414855148561485714858148591486014861148621486314864148651486614867148681486914870148711487214873148741487514876148771487814879148801488114882148831488414885148861488714888148891489014891148921489314894148951489614897148981489914900149011490214903149041490514906149071490814909149101491114912149131491414915149161491714918149191492014921149221492314924149251492614927149281492914930149311493214933149341493514936149371493814939149401494114942149431494414945149461494714948149491495014951149521495314954149551495614957149581495914960149611496214963149641496514966149671496814969149701497114972149731497414975149761497714978149791498014981149821498314984149851498614987149881498914990149911499214993149941499514996149971499814999150001500115002150031500415005150061500715008150091501015011150121501315014150151501615017150181501915020150211502215023150241502515026150271502815029150301503115032150331503415035150361503715038150391504015041150421504315044150451504615047150481504915050150511505215053150541505515056150571505815059150601506115062150631506415065150661506715068150691507015071150721507315074150751507615077150781507915080150811508215083150841508515086150871508815089150901509115092150931509415095150961509715098150991510015101151021510315104151051510615107151081510915110151111511215113151141511515116151171511815119151201512115122151231512415125151261512715128151291513015131151321513315134151351513615137151381513915140151411514215143151441514515146151471514815149151501515115152151531515415155151561515715158151591516015161151621516315164151651516615167151681516915170151711517215173151741517515176151771517815179151801518115182151831518415185151861518715188151891519015191151921519315194151951519615197151981519915200152011520215203152041520515206152071520815209152101521115212152131521415215152161521715218152191522015221152221522315224152251522615227152281522915230152311523215233152341523515236152371523815239152401524115242152431524415245152461524715248152491525015251152521525315254152551525615257152581525915260152611526215263152641526515266152671526815269152701527115272152731527415275152761527715278152791528015281152821528315284152851528615287152881528915290152911529215293152941529515296152971529815299153001530115302153031530415305153061530715308153091531015311153121531315314153151531615317153181531915320153211532215323153241532515326153271532815329153301533115332153331533415335153361533715338153391534015341153421534315344153451534615347153481534915350153511535215353153541535515356153571535815359153601536115362153631536415365153661536715368153691537015371153721537315374153751537615377153781537915380153811538215383153841538515386153871538815389153901539115392153931539415395153961539715398153991540015401154021540315404154051540615407154081540915410154111541215413154141541515416154171541815419154201542115422154231542415425154261542715428154291543015431154321543315434154351543615437154381543915440154411544215443154441544515446154471544815449154501545115452154531545415455154561545715458154591546015461154621546315464154651546615467154681546915470154711547215473154741547515476154771547815479154801548115482154831548415485154861548715488154891549015491154921549315494154951549615497154981549915500155011550215503155041550515506155071550815509155101551115512155131551415515155161551715518155191552015521155221552315524155251552615527155281552915530155311553215533155341553515536155371553815539155401554115542155431554415545155461554715548155491555015551155521555315554155551555615557155581555915560155611556215563155641556515566155671556815569155701557115572155731557415575155761557715578155791558015581155821558315584155851558615587155881558915590155911559215593155941559515596155971559815599156001560115602156031560415605156061560715608156091561015611156121561315614156151561615617156181561915620156211562215623156241562515626156271562815629156301563115632156331563415635156361563715638156391564015641156421564315644156451564615647156481564915650156511565215653156541565515656156571565815659156601566115662156631566415665156661566715668156691567015671156721567315674156751567615677156781567915680156811568215683156841568515686156871568815689156901569115692156931569415695156961569715698156991570015701157021570315704157051570615707157081570915710157111571215713157141571515716157171571815719157201572115722157231572415725157261572715728157291573015731157321573315734157351573615737157381573915740157411574215743157441574515746157471574815749157501575115752157531575415755157561575715758157591576015761157621576315764157651576615767157681576915770157711577215773157741577515776157771577815779157801578115782157831578415785157861578715788157891579015791157921579315794157951579615797157981579915800158011580215803158041580515806158071580815809158101581115812158131581415815158161581715818158191582015821158221582315824158251582615827158281582915830158311583215833158341583515836158371583815839158401584115842158431584415845158461584715848158491585015851158521585315854158551585615857158581585915860158611586215863158641586515866158671586815869158701587115872158731587415875158761587715878158791588015881158821588315884158851588615887158881588915890158911589215893158941589515896158971589815899159001590115902159031590415905159061590715908159091591015911159121591315914159151591615917159181591915920159211592215923159241592515926159271592815929159301593115932159331593415935159361593715938159391594015941159421594315944159451594615947159481594915950159511595215953159541595515956159571595815959159601596115962159631596415965159661596715968159691597015971159721597315974159751597615977159781597915980159811598215983159841598515986159871598815989159901599115992159931599415995159961599715998159991600016001160021600316004160051600616007160081600916010160111601216013160141601516016160171601816019160201602116022160231602416025160261602716028160291603016031160321603316034160351603616037160381603916040160411604216043160441604516046160471604816049160501605116052160531605416055160561605716058160591606016061160621606316064160651606616067160681606916070160711607216073160741607516076160771607816079160801608116082160831608416085160861608716088160891609016091160921609316094160951609616097160981609916100161011610216103161041610516106161071610816109161101611116112161131611416115161161611716118161191612016121161221612316124161251612616127161281612916130161311613216133161341613516136161371613816139161401614116142161431614416145161461614716148161491615016151161521615316154161551615616157161581615916160161611616216163161641616516166161671616816169161701617116172161731617416175161761617716178161791618016181161821618316184161851618616187161881618916190161911619216193161941619516196161971619816199162001620116202162031620416205162061620716208162091621016211162121621316214162151621616217162181621916220162211622216223162241622516226162271622816229162301623116232162331623416235162361623716238162391624016241162421624316244162451624616247162481624916250162511625216253162541625516256162571625816259162601626116262162631626416265162661626716268162691627016271162721627316274162751627616277162781627916280162811628216283162841628516286162871628816289162901629116292162931629416295162961629716298162991630016301163021630316304163051630616307163081630916310163111631216313163141631516316163171631816319163201632116322163231632416325163261632716328163291633016331163321633316334163351633616337163381633916340163411634216343163441634516346163471634816349163501635116352163531635416355163561635716358163591636016361163621636316364163651636616367163681636916370163711637216373163741637516376163771637816379163801638116382163831638416385163861638716388163891639016391163921639316394163951639616397163981639916400164011640216403164041640516406164071640816409164101641116412164131641416415164161641716418164191642016421164221642316424164251642616427164281642916430164311643216433164341643516436164371643816439164401644116442164431644416445164461644716448164491645016451164521645316454164551645616457164581645916460164611646216463164641646516466164671646816469164701647116472164731647416475164761647716478164791648016481164821648316484164851648616487164881648916490164911649216493164941649516496164971649816499165001650116502165031650416505165061650716508165091651016511165121651316514165151651616517165181651916520165211652216523165241652516526165271652816529165301653116532165331653416535165361653716538165391654016541165421654316544165451654616547165481654916550165511655216553165541655516556165571655816559165601656116562165631656416565165661656716568165691657016571165721657316574165751657616577165781657916580165811658216583165841658516586165871658816589165901659116592165931659416595165961659716598165991660016601166021660316604166051660616607166081660916610166111661216613166141661516616166171661816619166201662116622166231662416625166261662716628166291663016631166321663316634166351663616637166381663916640166411664216643166441664516646166471664816649166501665116652166531665416655166561665716658166591666016661166621666316664166651666616667166681666916670166711667216673166741667516676166771667816679166801668116682166831668416685166861668716688166891669016691166921669316694166951669616697166981669916700167011670216703167041670516706167071670816709167101671116712167131671416715167161671716718167191672016721167221672316724167251672616727167281672916730167311673216733167341673516736167371673816739167401674116742167431674416745167461674716748167491675016751167521675316754167551675616757167581675916760167611676216763167641676516766167671676816769167701677116772167731677416775167761677716778167791678016781167821678316784167851678616787167881678916790167911679216793167941679516796167971679816799168001680116802168031680416805168061680716808168091681016811168121681316814168151681616817168181681916820168211682216823168241682516826168271682816829168301683116832168331683416835168361683716838168391684016841168421684316844168451684616847168481684916850168511685216853168541685516856168571685816859168601686116862168631686416865168661686716868168691687016871168721687316874168751687616877168781687916880168811688216883168841688516886168871688816889168901689116892168931689416895168961689716898168991690016901169021690316904169051690616907169081690916910169111691216913169141691516916169171691816919169201692116922169231692416925169261692716928169291693016931169321693316934169351693616937169381693916940169411694216943169441694516946169471694816949169501695116952169531695416955169561695716958169591696016961169621696316964169651696616967169681696916970169711697216973169741697516976169771697816979169801698116982169831698416985169861698716988169891699016991169921699316994169951699616997169981699917000170011700217003170041700517006170071700817009170101701117012170131701417015170161701717018170191702017021170221702317024170251702617027170281702917030170311703217033170341703517036170371703817039170401704117042170431704417045170461704717048170491705017051170521705317054170551705617057170581705917060170611706217063170641706517066170671706817069
  1. {
  2. "name": "@krakenslab/oasis",
  3. "version": "0.7.2",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "@krakenslab/oasis",
  9. "version": "0.7.1",
  10. "hasInstallScript": true,
  11. "license": "AGPL-3.0",
  12. "dependencies": {
  13. "@koa/router": "^13.1.0",
  14. "@open-rpc/client-js": "^1.8.1",
  15. "abstract-level": "^2.0.1",
  16. "archiver": "^7.0.1",
  17. "axios": "^1.10.0",
  18. "cors": "^2.8.5",
  19. "debug": "^4.3.1",
  20. "dompurify": "^3.3.1",
  21. "env-paths": "^2.2.1",
  22. "epidemic-broadcast-trees": "^9.0.4",
  23. "express": "^5.1.0",
  24. "file-type": "^16.5.4",
  25. "highlight.js": "11.0.0",
  26. "hyperaxe": "^2.0.1",
  27. "ip": "https://registry.npmjs.org/neoip/-/neoip-3.0.0.tgz",
  28. "is-svg": "^4.4.0",
  29. "jsdom": "^28.0.0",
  30. "koa": "^2.7.0",
  31. "koa-body": "^6.0.1",
  32. "koa-mount": "^4.0.0",
  33. "koa-static": "^5.0.0",
  34. "lodash": "^4.17.21",
  35. "minimist": "^1.2.8",
  36. "module-alias": "^2.2.3",
  37. "moment": "^2.30.1",
  38. "multiblob": "^1.13.0",
  39. "multiserver": "^3.3.1",
  40. "multiserver-address": "^1.0.1",
  41. "muxrpc": "^8.0.0",
  42. "muxrpc-validation": "^3.0.2",
  43. "muxrpcli": "^3.1.2",
  44. "node-llama-cpp": "^3.10.0",
  45. "non-private-ip": "^2.2.0",
  46. "open": "^8.4.2",
  47. "packet-stream": "^2.0.6",
  48. "packet-stream-codec": "^1.2.0",
  49. "pdfjs-dist": "^5.2.133",
  50. "pretty-ms": "^7.0.1",
  51. "pull-abortable": "^4.1.1",
  52. "pull-cat": "~1.1.5",
  53. "pull-file": "^1.0.0",
  54. "pull-many": "~1.0.6",
  55. "pull-paramap": "^1.2.2",
  56. "pull-pushable": "^2.2.0",
  57. "pull-sort": "^1.0.2",
  58. "pull-stream": "^3.7.0",
  59. "punycode.js": "^2.3.1",
  60. "qrcode": "^1.5.4",
  61. "secret-stack": "^6.3.1",
  62. "ssb-about": "^2.0.1",
  63. "ssb-autofollow": "^1.1.0",
  64. "ssb-backlinks": "^2.1.1",
  65. "ssb-blobs": "^2.0.1",
  66. "ssb-box": "^1.0.1",
  67. "ssb-caps": "^1.0.1",
  68. "ssb-client": "^4.9.0",
  69. "ssb-config": "^3.4.4",
  70. "ssb-conn": "6.0.3",
  71. "ssb-conn-db": "^1.0.5",
  72. "ssb-conn-hub": "^1.2.0",
  73. "ssb-conn-staging": "^1.0.0",
  74. "ssb-db": "^20.4.1",
  75. "ssb-device-address": "^1.1.6",
  76. "ssb-ebt": "^9.1.2",
  77. "ssb-friend-pub": "^1.0.7",
  78. "ssb-friends": "^5.0.0",
  79. "ssb-gossip": "^1.1.1",
  80. "ssb-invite": "^3.0.3",
  81. "ssb-invite-client": "^1.3.3",
  82. "ssb-keys": "^8.0.0",
  83. "ssb-lan": "^1.0.0",
  84. "ssb-legacy-conn": "^1.0.17",
  85. "ssb-links": "^3.0.10",
  86. "ssb-logging": "^1.0.0",
  87. "ssb-markdown": "^3.6.0",
  88. "ssb-master": "^1.0.3",
  89. "ssb-meme": "^1.1.0",
  90. "ssb-mentions": "^0.5.2",
  91. "ssb-msgs": "^5.2.0",
  92. "ssb-no-auth": "^1.0.0",
  93. "ssb-onion": "^1.0.0",
  94. "ssb-partial-replication": "^3.0.1",
  95. "ssb-plugins": "^1.0.2",
  96. "ssb-private": "^1.1.0",
  97. "ssb-query": "^2.4.5",
  98. "ssb-ref": "^2.16.0",
  99. "ssb-replication-scheduler": "^3.0.0",
  100. "ssb-search": "^1.3.0",
  101. "ssb-server": "file:packages/ssb-server",
  102. "ssb-tangle": "^1.0.1",
  103. "ssb-thread-schema": "^1.1.1",
  104. "ssb-threads": "^10.0.4",
  105. "ssb-unix-socket": "^1.0.0",
  106. "ssb-ws": "^6.2.3",
  107. "util": "^0.12.5",
  108. "yargs": "^17.7.2"
  109. },
  110. "bin": {
  111. "oasis": "npm run start"
  112. },
  113. "devDependencies": {
  114. "nodemon": "^3.1.0"
  115. },
  116. "engines": {
  117. "node": "^10.0.0 || >=12.0.0"
  118. },
  119. "optionalDependencies": {
  120. "fsevents": "^2.3.2",
  121. "sharp": "^0.33.5"
  122. }
  123. },
  124. "node_modules/@acemir/cssom": {
  125. "version": "0.9.31",
  126. "resolved": "https://registry.npmjs.org/@acemir/cssom/-/cssom-0.9.31.tgz",
  127. "integrity": "sha512-ZnR3GSaH+/vJ0YlHau21FjfLYjMpYVIzTD8M8vIEQvIGxeOXyXdzCI140rrCY862p/C/BbzWsjc1dgnM9mkoTA==",
  128. "license": "MIT"
  129. },
  130. "node_modules/@alloc/quick-lru": {
  131. "version": "5.2.0",
  132. "license": "MIT",
  133. "engines": {
  134. "node": ">=10"
  135. },
  136. "funding": {
  137. "url": "https://github.com/sponsors/sindresorhus"
  138. }
  139. },
  140. "node_modules/@asamuzakjp/css-color": {
  141. "version": "4.1.2",
  142. "resolved": "https://registry.npmjs.org/@asamuzakjp/css-color/-/css-color-4.1.2.tgz",
  143. "integrity": "sha512-NfBUvBaYgKIuq6E/RBLY1m0IohzNHAYyaJGuTK79Z23uNwmz2jl1mPsC5ZxCCxylinKhT1Amn5oNTlx1wN8cQg==",
  144. "license": "MIT",
  145. "dependencies": {
  146. "@csstools/css-calc": "^3.0.0",
  147. "@csstools/css-color-parser": "^4.0.1",
  148. "@csstools/css-parser-algorithms": "^4.0.0",
  149. "@csstools/css-tokenizer": "^4.0.0",
  150. "lru-cache": "^11.2.5"
  151. }
  152. },
  153. "node_modules/@asamuzakjp/css-color/node_modules/lru-cache": {
  154. "version": "11.2.6",
  155. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.6.tgz",
  156. "integrity": "sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==",
  157. "license": "BlueOak-1.0.0",
  158. "engines": {
  159. "node": "20 || >=22"
  160. }
  161. },
  162. "node_modules/@asamuzakjp/dom-selector": {
  163. "version": "6.7.8",
  164. "resolved": "https://registry.npmjs.org/@asamuzakjp/dom-selector/-/dom-selector-6.7.8.tgz",
  165. "integrity": "sha512-stisC1nULNc9oH5lakAj8MH88ZxeGxzyWNDfbdCxvJSJIvDsHNZqYvscGTgy/ysgXWLJPt6K/4t0/GjvtKcFJQ==",
  166. "license": "MIT",
  167. "dependencies": {
  168. "@asamuzakjp/nwsapi": "^2.3.9",
  169. "bidi-js": "^1.0.3",
  170. "css-tree": "^3.1.0",
  171. "is-potential-custom-element-name": "^1.0.1",
  172. "lru-cache": "^11.2.5"
  173. }
  174. },
  175. "node_modules/@asamuzakjp/dom-selector/node_modules/lru-cache": {
  176. "version": "11.2.6",
  177. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.6.tgz",
  178. "integrity": "sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==",
  179. "license": "BlueOak-1.0.0",
  180. "engines": {
  181. "node": "20 || >=22"
  182. }
  183. },
  184. "node_modules/@asamuzakjp/nwsapi": {
  185. "version": "2.3.9",
  186. "resolved": "https://registry.npmjs.org/@asamuzakjp/nwsapi/-/nwsapi-2.3.9.tgz",
  187. "integrity": "sha512-n8GuYSrI9bF7FFZ/SjhwevlHc8xaVlb/7HmHelnc/PZXBD2ZR49NnN9sMMuDdEGPeeRQ5d0hqlSlEpgCX3Wl0Q==",
  188. "license": "MIT"
  189. },
  190. "node_modules/@babel/code-frame": {
  191. "version": "7.29.0",
  192. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz",
  193. "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
  194. "dev": true,
  195. "license": "MIT",
  196. "dependencies": {
  197. "@babel/helper-validator-identifier": "^7.28.5",
  198. "js-tokens": "^4.0.0",
  199. "picocolors": "^1.1.1"
  200. },
  201. "engines": {
  202. "node": ">=6.9.0"
  203. }
  204. },
  205. "node_modules/@babel/generator": {
  206. "version": "7.29.1",
  207. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz",
  208. "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
  209. "dev": true,
  210. "license": "MIT",
  211. "dependencies": {
  212. "@babel/parser": "^7.29.0",
  213. "@babel/types": "^7.29.0",
  214. "@jridgewell/gen-mapping": "^0.3.12",
  215. "@jridgewell/trace-mapping": "^0.3.28",
  216. "jsesc": "^3.0.2"
  217. },
  218. "engines": {
  219. "node": ">=6.9.0"
  220. }
  221. },
  222. "node_modules/@babel/helper-environment-visitor": {
  223. "version": "7.24.7",
  224. "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz",
  225. "integrity": "sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==",
  226. "dev": true,
  227. "license": "MIT",
  228. "dependencies": {
  229. "@babel/types": "^7.24.7"
  230. },
  231. "engines": {
  232. "node": ">=6.9.0"
  233. }
  234. },
  235. "node_modules/@babel/helper-function-name": {
  236. "version": "7.24.7",
  237. "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz",
  238. "integrity": "sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==",
  239. "dev": true,
  240. "license": "MIT",
  241. "dependencies": {
  242. "@babel/template": "^7.24.7",
  243. "@babel/types": "^7.24.7"
  244. },
  245. "engines": {
  246. "node": ">=6.9.0"
  247. }
  248. },
  249. "node_modules/@babel/helper-hoist-variables": {
  250. "version": "7.24.7",
  251. "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz",
  252. "integrity": "sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==",
  253. "dev": true,
  254. "license": "MIT",
  255. "dependencies": {
  256. "@babel/types": "^7.24.7"
  257. },
  258. "engines": {
  259. "node": ">=6.9.0"
  260. }
  261. },
  262. "node_modules/@babel/helper-split-export-declaration": {
  263. "version": "7.24.7",
  264. "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz",
  265. "integrity": "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==",
  266. "dev": true,
  267. "license": "MIT",
  268. "dependencies": {
  269. "@babel/types": "^7.24.7"
  270. },
  271. "engines": {
  272. "node": ">=6.9.0"
  273. }
  274. },
  275. "node_modules/@babel/helper-string-parser": {
  276. "version": "7.27.1",
  277. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  278. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  279. "dev": true,
  280. "license": "MIT",
  281. "engines": {
  282. "node": ">=6.9.0"
  283. }
  284. },
  285. "node_modules/@babel/helper-validator-identifier": {
  286. "version": "7.28.5",
  287. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  288. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  289. "dev": true,
  290. "license": "MIT",
  291. "engines": {
  292. "node": ">=6.9.0"
  293. }
  294. },
  295. "node_modules/@babel/parser": {
  296. "version": "7.29.0",
  297. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.0.tgz",
  298. "integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
  299. "dev": true,
  300. "license": "MIT",
  301. "dependencies": {
  302. "@babel/types": "^7.29.0"
  303. },
  304. "bin": {
  305. "parser": "bin/babel-parser.js"
  306. },
  307. "engines": {
  308. "node": ">=6.0.0"
  309. }
  310. },
  311. "node_modules/@babel/template": {
  312. "version": "7.28.6",
  313. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz",
  314. "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",
  315. "dev": true,
  316. "license": "MIT",
  317. "dependencies": {
  318. "@babel/code-frame": "^7.28.6",
  319. "@babel/parser": "^7.28.6",
  320. "@babel/types": "^7.28.6"
  321. },
  322. "engines": {
  323. "node": ">=6.9.0"
  324. }
  325. },
  326. "node_modules/@babel/traverse": {
  327. "version": "7.23.2",
  328. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.2.tgz",
  329. "integrity": "sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==",
  330. "dev": true,
  331. "license": "MIT",
  332. "dependencies": {
  333. "@babel/code-frame": "^7.22.13",
  334. "@babel/generator": "^7.23.0",
  335. "@babel/helper-environment-visitor": "^7.22.20",
  336. "@babel/helper-function-name": "^7.23.0",
  337. "@babel/helper-hoist-variables": "^7.22.5",
  338. "@babel/helper-split-export-declaration": "^7.22.6",
  339. "@babel/parser": "^7.23.0",
  340. "@babel/types": "^7.23.0",
  341. "debug": "^4.1.0",
  342. "globals": "^11.1.0"
  343. },
  344. "engines": {
  345. "node": ">=6.9.0"
  346. }
  347. },
  348. "node_modules/@babel/types": {
  349. "version": "7.29.0",
  350. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
  351. "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
  352. "dev": true,
  353. "license": "MIT",
  354. "dependencies": {
  355. "@babel/helper-string-parser": "^7.27.1",
  356. "@babel/helper-validator-identifier": "^7.28.5"
  357. },
  358. "engines": {
  359. "node": ">=6.9.0"
  360. }
  361. },
  362. "node_modules/@csstools/color-helpers": {
  363. "version": "6.0.1",
  364. "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.1.tgz",
  365. "integrity": "sha512-NmXRccUJMk2AWA5A7e5a//3bCIMyOu2hAtdRYrhPPHjDxINuCwX1w6rnIZ4xjLcp0ayv6h8Pc3X0eJUGiAAXHQ==",
  366. "funding": [
  367. {
  368. "type": "github",
  369. "url": "https://github.com/sponsors/csstools"
  370. },
  371. {
  372. "type": "opencollective",
  373. "url": "https://opencollective.com/csstools"
  374. }
  375. ],
  376. "license": "MIT-0",
  377. "engines": {
  378. "node": ">=20.19.0"
  379. }
  380. },
  381. "node_modules/@csstools/css-calc": {
  382. "version": "3.0.1",
  383. "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.0.1.tgz",
  384. "integrity": "sha512-bsDKIP6f4ta2DO9t+rAbSSwv4EMESXy5ZIvzQl1afmD6Z1XHkVu9ijcG9QR/qSgQS1dVa+RaQ/MfQ7FIB/Dn1Q==",
  385. "funding": [
  386. {
  387. "type": "github",
  388. "url": "https://github.com/sponsors/csstools"
  389. },
  390. {
  391. "type": "opencollective",
  392. "url": "https://opencollective.com/csstools"
  393. }
  394. ],
  395. "license": "MIT",
  396. "engines": {
  397. "node": ">=20.19.0"
  398. },
  399. "peerDependencies": {
  400. "@csstools/css-parser-algorithms": "^4.0.0",
  401. "@csstools/css-tokenizer": "^4.0.0"
  402. }
  403. },
  404. "node_modules/@csstools/css-color-parser": {
  405. "version": "4.0.1",
  406. "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.0.1.tgz",
  407. "integrity": "sha512-vYwO15eRBEkeF6xjAno/KQ61HacNhfQuuU/eGwH67DplL0zD5ZixUa563phQvUelA07yDczIXdtmYojCphKJcw==",
  408. "funding": [
  409. {
  410. "type": "github",
  411. "url": "https://github.com/sponsors/csstools"
  412. },
  413. {
  414. "type": "opencollective",
  415. "url": "https://opencollective.com/csstools"
  416. }
  417. ],
  418. "license": "MIT",
  419. "dependencies": {
  420. "@csstools/color-helpers": "^6.0.1",
  421. "@csstools/css-calc": "^3.0.0"
  422. },
  423. "engines": {
  424. "node": ">=20.19.0"
  425. },
  426. "peerDependencies": {
  427. "@csstools/css-parser-algorithms": "^4.0.0",
  428. "@csstools/css-tokenizer": "^4.0.0"
  429. }
  430. },
  431. "node_modules/@csstools/css-parser-algorithms": {
  432. "version": "4.0.0",
  433. "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",
  434. "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",
  435. "funding": [
  436. {
  437. "type": "github",
  438. "url": "https://github.com/sponsors/csstools"
  439. },
  440. {
  441. "type": "opencollective",
  442. "url": "https://opencollective.com/csstools"
  443. }
  444. ],
  445. "license": "MIT",
  446. "engines": {
  447. "node": ">=20.19.0"
  448. },
  449. "peerDependencies": {
  450. "@csstools/css-tokenizer": "^4.0.0"
  451. }
  452. },
  453. "node_modules/@csstools/css-syntax-patches-for-csstree": {
  454. "version": "1.0.27",
  455. "resolved": "https://registry.npmjs.org/@csstools/css-syntax-patches-for-csstree/-/css-syntax-patches-for-csstree-1.0.27.tgz",
  456. "integrity": "sha512-sxP33Jwg1bviSUXAV43cVYdmjt2TLnLXNqCWl9xmxHawWVjGz/kEbdkr7F9pxJNBN2Mh+dq0crgItbW6tQvyow==",
  457. "funding": [
  458. {
  459. "type": "github",
  460. "url": "https://github.com/sponsors/csstools"
  461. },
  462. {
  463. "type": "opencollective",
  464. "url": "https://opencollective.com/csstools"
  465. }
  466. ],
  467. "license": "MIT-0"
  468. },
  469. "node_modules/@csstools/css-tokenizer": {
  470. "version": "4.0.0",
  471. "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",
  472. "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",
  473. "funding": [
  474. {
  475. "type": "github",
  476. "url": "https://github.com/sponsors/csstools"
  477. },
  478. {
  479. "type": "opencollective",
  480. "url": "https://opencollective.com/csstools"
  481. }
  482. ],
  483. "license": "MIT",
  484. "engines": {
  485. "node": ">=20.19.0"
  486. }
  487. },
  488. "node_modules/@exodus/bytes": {
  489. "version": "1.12.0",
  490. "resolved": "https://registry.npmjs.org/@exodus/bytes/-/bytes-1.12.0.tgz",
  491. "integrity": "sha512-BuCOHA/EJdPN0qQ5MdgAiJSt9fYDHbghlgrj33gRdy/Yp1/FMCDhU6vJfcKrLC0TPWGSrfH3vYXBQWmFHxlddw==",
  492. "license": "MIT",
  493. "engines": {
  494. "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  495. },
  496. "peerDependencies": {
  497. "@noble/hashes": "^1.8.0 || ^2.0.0"
  498. },
  499. "peerDependenciesMeta": {
  500. "@noble/hashes": {
  501. "optional": true
  502. }
  503. }
  504. },
  505. "node_modules/@hapi/bourne": {
  506. "version": "3.0.0",
  507. "license": "BSD-3-Clause"
  508. },
  509. "node_modules/@huggingface/jinja": {
  510. "version": "0.5.5",
  511. "license": "MIT",
  512. "engines": {
  513. "node": ">=18"
  514. }
  515. },
  516. "node_modules/@img/sharp-libvips-linux-x64": {
  517. "version": "1.0.4",
  518. "cpu": [
  519. "x64"
  520. ],
  521. "license": "LGPL-3.0-or-later",
  522. "optional": true,
  523. "os": [
  524. "linux"
  525. ],
  526. "funding": {
  527. "url": "https://opencollective.com/libvips"
  528. }
  529. },
  530. "node_modules/@img/sharp-libvips-linuxmusl-x64": {
  531. "version": "1.0.4",
  532. "cpu": [
  533. "x64"
  534. ],
  535. "license": "LGPL-3.0-or-later",
  536. "optional": true,
  537. "os": [
  538. "linux"
  539. ],
  540. "funding": {
  541. "url": "https://opencollective.com/libvips"
  542. }
  543. },
  544. "node_modules/@img/sharp-linux-x64": {
  545. "version": "0.33.5",
  546. "cpu": [
  547. "x64"
  548. ],
  549. "license": "Apache-2.0",
  550. "optional": true,
  551. "os": [
  552. "linux"
  553. ],
  554. "engines": {
  555. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  556. },
  557. "funding": {
  558. "url": "https://opencollective.com/libvips"
  559. },
  560. "optionalDependencies": {
  561. "@img/sharp-libvips-linux-x64": "1.0.4"
  562. }
  563. },
  564. "node_modules/@img/sharp-linuxmusl-x64": {
  565. "version": "0.33.5",
  566. "cpu": [
  567. "x64"
  568. ],
  569. "license": "Apache-2.0",
  570. "optional": true,
  571. "os": [
  572. "linux"
  573. ],
  574. "engines": {
  575. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  576. },
  577. "funding": {
  578. "url": "https://opencollective.com/libvips"
  579. },
  580. "optionalDependencies": {
  581. "@img/sharp-libvips-linuxmusl-x64": "1.0.4"
  582. }
  583. },
  584. "node_modules/@isaacs/cliui": {
  585. "version": "8.0.2",
  586. "license": "ISC",
  587. "dependencies": {
  588. "string-width": "^5.1.2",
  589. "string-width-cjs": "npm:string-width@^4.2.0",
  590. "strip-ansi": "^7.0.1",
  591. "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
  592. "wrap-ansi": "^8.1.0",
  593. "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
  594. },
  595. "engines": {
  596. "node": ">=12"
  597. }
  598. },
  599. "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
  600. "version": "6.1.0",
  601. "license": "MIT",
  602. "engines": {
  603. "node": ">=12"
  604. },
  605. "funding": {
  606. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  607. }
  608. },
  609. "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
  610. "version": "7.1.0",
  611. "license": "MIT",
  612. "dependencies": {
  613. "ansi-regex": "^6.0.1"
  614. },
  615. "engines": {
  616. "node": ">=12"
  617. },
  618. "funding": {
  619. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  620. }
  621. },
  622. "node_modules/@isaacs/fs-minipass": {
  623. "version": "4.0.1",
  624. "resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz",
  625. "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==",
  626. "license": "ISC",
  627. "dependencies": {
  628. "minipass": "^7.0.4"
  629. },
  630. "engines": {
  631. "node": ">=18.0.0"
  632. }
  633. },
  634. "node_modules/@jridgewell/gen-mapping": {
  635. "version": "0.3.13",
  636. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  637. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  638. "dev": true,
  639. "license": "MIT",
  640. "dependencies": {
  641. "@jridgewell/sourcemap-codec": "^1.5.0",
  642. "@jridgewell/trace-mapping": "^0.3.24"
  643. }
  644. },
  645. "node_modules/@jridgewell/resolve-uri": {
  646. "version": "3.1.2",
  647. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  648. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  649. "dev": true,
  650. "license": "MIT",
  651. "engines": {
  652. "node": ">=6.0.0"
  653. }
  654. },
  655. "node_modules/@jridgewell/sourcemap-codec": {
  656. "version": "1.5.5",
  657. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  658. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  659. "dev": true,
  660. "license": "MIT"
  661. },
  662. "node_modules/@jridgewell/trace-mapping": {
  663. "version": "0.3.31",
  664. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  665. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  666. "dev": true,
  667. "license": "MIT",
  668. "dependencies": {
  669. "@jridgewell/resolve-uri": "^3.1.0",
  670. "@jridgewell/sourcemap-codec": "^1.4.14"
  671. }
  672. },
  673. "node_modules/@koa/router": {
  674. "version": "13.1.0",
  675. "license": "MIT",
  676. "dependencies": {
  677. "http-errors": "^2.0.0",
  678. "koa-compose": "^4.1.0",
  679. "path-to-regexp": "^6.3.0"
  680. },
  681. "engines": {
  682. "node": ">= 18"
  683. }
  684. },
  685. "node_modules/@kwsites/file-exists": {
  686. "version": "1.1.1",
  687. "resolved": "https://registry.npmjs.org/@kwsites/file-exists/-/file-exists-1.1.1.tgz",
  688. "integrity": "sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==",
  689. "license": "MIT",
  690. "dependencies": {
  691. "debug": "^4.1.1"
  692. }
  693. },
  694. "node_modules/@kwsites/promise-deferred": {
  695. "version": "1.1.1",
  696. "resolved": "https://registry.npmjs.org/@kwsites/promise-deferred/-/promise-deferred-1.1.1.tgz",
  697. "integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==",
  698. "license": "MIT"
  699. },
  700. "node_modules/@ljharb/resumer": {
  701. "version": "0.0.1",
  702. "license": "MIT",
  703. "dependencies": {
  704. "@ljharb/through": "^2.3.9"
  705. },
  706. "engines": {
  707. "node": ">= 0.4"
  708. }
  709. },
  710. "node_modules/@ljharb/through": {
  711. "version": "2.3.14",
  712. "license": "MIT",
  713. "dependencies": {
  714. "call-bind": "^1.0.8"
  715. },
  716. "engines": {
  717. "node": ">= 0.4"
  718. }
  719. },
  720. "node_modules/@napi-rs/canvas": {
  721. "version": "0.1.70",
  722. "license": "MIT",
  723. "optional": true,
  724. "engines": {
  725. "node": ">= 10"
  726. },
  727. "optionalDependencies": {
  728. "@napi-rs/canvas-android-arm64": "0.1.70",
  729. "@napi-rs/canvas-darwin-arm64": "0.1.70",
  730. "@napi-rs/canvas-darwin-x64": "0.1.70",
  731. "@napi-rs/canvas-linux-arm-gnueabihf": "0.1.70",
  732. "@napi-rs/canvas-linux-arm64-gnu": "0.1.70",
  733. "@napi-rs/canvas-linux-arm64-musl": "0.1.70",
  734. "@napi-rs/canvas-linux-riscv64-gnu": "0.1.70",
  735. "@napi-rs/canvas-linux-x64-gnu": "0.1.70",
  736. "@napi-rs/canvas-linux-x64-musl": "0.1.70",
  737. "@napi-rs/canvas-win32-x64-msvc": "0.1.70"
  738. }
  739. },
  740. "node_modules/@napi-rs/canvas-linux-x64-gnu": {
  741. "version": "0.1.70",
  742. "cpu": [
  743. "x64"
  744. ],
  745. "license": "MIT",
  746. "optional": true,
  747. "os": [
  748. "linux"
  749. ],
  750. "engines": {
  751. "node": ">= 10"
  752. }
  753. },
  754. "node_modules/@napi-rs/canvas-linux-x64-musl": {
  755. "version": "0.1.70",
  756. "cpu": [
  757. "x64"
  758. ],
  759. "license": "MIT",
  760. "optional": true,
  761. "os": [
  762. "linux"
  763. ],
  764. "engines": {
  765. "node": ">= 10"
  766. }
  767. },
  768. "node_modules/@noble/hashes": {
  769. "version": "1.8.0",
  770. "license": "MIT",
  771. "engines": {
  772. "node": "^14.21.3 || >=16"
  773. },
  774. "funding": {
  775. "url": "https://paulmillr.com/funding/"
  776. }
  777. },
  778. "node_modules/@node-llama-cpp/linux-arm64": {
  779. "version": "3.16.2",
  780. "resolved": "https://registry.npmjs.org/@node-llama-cpp/linux-arm64/-/linux-arm64-3.16.2.tgz",
  781. "integrity": "sha512-CxzgPsS84wL3W5sZRgxP3c9iJKEW+USrak1SmX6EAJxW/v9QGzehvT6W/aR1FyfidiIyQtOp3ga0Gg/9xfJPGw==",
  782. "cpu": [
  783. "arm64",
  784. "x64"
  785. ],
  786. "license": "MIT",
  787. "optional": true,
  788. "os": [
  789. "linux"
  790. ],
  791. "engines": {
  792. "node": ">=20.0.0"
  793. }
  794. },
  795. "node_modules/@node-llama-cpp/linux-armv7l": {
  796. "version": "3.16.2",
  797. "resolved": "https://registry.npmjs.org/@node-llama-cpp/linux-armv7l/-/linux-armv7l-3.16.2.tgz",
  798. "integrity": "sha512-9G6W/MkQ/DLwGmpcj143NQ50QJg5gQZfzVf5RYx77VczBqhgwkgYHILekYrOs4xanOeqeJ8jnOnQQSp1YaJZUg==",
  799. "cpu": [
  800. "arm",
  801. "x64"
  802. ],
  803. "license": "MIT",
  804. "optional": true,
  805. "os": [
  806. "linux"
  807. ],
  808. "engines": {
  809. "node": ">=20.0.0"
  810. }
  811. },
  812. "node_modules/@node-llama-cpp/linux-x64": {
  813. "version": "3.16.2",
  814. "resolved": "https://registry.npmjs.org/@node-llama-cpp/linux-x64/-/linux-x64-3.16.2.tgz",
  815. "integrity": "sha512-OXYf8rVfoDyvN+YrfKk8F9An9a5GOxVIM8OcR1U911tc0oRNf8yfJrQ8KrM75R26gwq0Y6YZwVTP0vRCInwWOw==",
  816. "cpu": [
  817. "x64"
  818. ],
  819. "license": "MIT",
  820. "optional": true,
  821. "os": [
  822. "linux"
  823. ],
  824. "engines": {
  825. "node": ">=20.0.0"
  826. }
  827. },
  828. "node_modules/@node-llama-cpp/linux-x64-cuda": {
  829. "version": "3.16.2",
  830. "resolved": "https://registry.npmjs.org/@node-llama-cpp/linux-x64-cuda/-/linux-x64-cuda-3.16.2.tgz",
  831. "integrity": "sha512-LTBQFqjin7tyrLNJz0XWTB5QAHDsZV71/qiiRRjXdBKSZHVVaPLfdgxypGu7ggPeBNsv+MckRXdlH5C7yMtE4A==",
  832. "cpu": [
  833. "x64"
  834. ],
  835. "license": "MIT",
  836. "optional": true,
  837. "os": [
  838. "linux"
  839. ],
  840. "engines": {
  841. "node": ">=20.0.0"
  842. }
  843. },
  844. "node_modules/@node-llama-cpp/linux-x64-cuda-ext": {
  845. "version": "3.16.2",
  846. "resolved": "https://registry.npmjs.org/@node-llama-cpp/linux-x64-cuda-ext/-/linux-x64-cuda-ext-3.16.2.tgz",
  847. "integrity": "sha512-47d9myCJauZyzAlN7IK1eIt/4CcBMslF+yHy4q+yJotD/RV/S6qRpK2kGn+ybtdVjkPGNCoPkHKcyla9iIVjbw==",
  848. "cpu": [
  849. "x64"
  850. ],
  851. "license": "MIT",
  852. "optional": true,
  853. "os": [
  854. "linux"
  855. ],
  856. "engines": {
  857. "node": ">=20.0.0"
  858. }
  859. },
  860. "node_modules/@node-llama-cpp/linux-x64-vulkan": {
  861. "version": "3.16.2",
  862. "resolved": "https://registry.npmjs.org/@node-llama-cpp/linux-x64-vulkan/-/linux-x64-vulkan-3.16.2.tgz",
  863. "integrity": "sha512-HDLAw4ZhwJuhKuF6n4x520yZXAQZahUOXtCGvPubjfpmIOElKrfDvCVlRsthAP0JwcwINzIQlVys3boMIXfBgw==",
  864. "cpu": [
  865. "x64"
  866. ],
  867. "license": "MIT",
  868. "optional": true,
  869. "os": [
  870. "linux"
  871. ],
  872. "engines": {
  873. "node": ">=20.0.0"
  874. }
  875. },
  876. "node_modules/@octokit/app": {
  877. "version": "16.1.2",
  878. "license": "MIT",
  879. "dependencies": {
  880. "@octokit/auth-app": "^8.1.2",
  881. "@octokit/auth-unauthenticated": "^7.0.3",
  882. "@octokit/core": "^7.0.6",
  883. "@octokit/oauth-app": "^8.0.3",
  884. "@octokit/plugin-paginate-rest": "^14.0.0",
  885. "@octokit/types": "^16.0.0",
  886. "@octokit/webhooks": "^14.0.0"
  887. },
  888. "engines": {
  889. "node": ">= 20"
  890. }
  891. },
  892. "node_modules/@octokit/auth-app": {
  893. "version": "8.2.0",
  894. "license": "MIT",
  895. "dependencies": {
  896. "@octokit/auth-oauth-app": "^9.0.3",
  897. "@octokit/auth-oauth-user": "^6.0.2",
  898. "@octokit/request": "^10.0.6",
  899. "@octokit/request-error": "^7.0.2",
  900. "@octokit/types": "^16.0.0",
  901. "toad-cache": "^3.7.0",
  902. "universal-github-app-jwt": "^2.2.0",
  903. "universal-user-agent": "^7.0.0"
  904. },
  905. "engines": {
  906. "node": ">= 20"
  907. }
  908. },
  909. "node_modules/@octokit/auth-oauth-app": {
  910. "version": "9.0.3",
  911. "license": "MIT",
  912. "dependencies": {
  913. "@octokit/auth-oauth-device": "^8.0.3",
  914. "@octokit/auth-oauth-user": "^6.0.2",
  915. "@octokit/request": "^10.0.6",
  916. "@octokit/types": "^16.0.0",
  917. "universal-user-agent": "^7.0.0"
  918. },
  919. "engines": {
  920. "node": ">= 20"
  921. }
  922. },
  923. "node_modules/@octokit/auth-oauth-device": {
  924. "version": "8.0.3",
  925. "license": "MIT",
  926. "dependencies": {
  927. "@octokit/oauth-methods": "^6.0.2",
  928. "@octokit/request": "^10.0.6",
  929. "@octokit/types": "^16.0.0",
  930. "universal-user-agent": "^7.0.0"
  931. },
  932. "engines": {
  933. "node": ">= 20"
  934. }
  935. },
  936. "node_modules/@octokit/auth-oauth-user": {
  937. "version": "6.0.2",
  938. "license": "MIT",
  939. "dependencies": {
  940. "@octokit/auth-oauth-device": "^8.0.3",
  941. "@octokit/oauth-methods": "^6.0.2",
  942. "@octokit/request": "^10.0.6",
  943. "@octokit/types": "^16.0.0",
  944. "universal-user-agent": "^7.0.0"
  945. },
  946. "engines": {
  947. "node": ">= 20"
  948. }
  949. },
  950. "node_modules/@octokit/auth-token": {
  951. "version": "6.0.0",
  952. "license": "MIT",
  953. "engines": {
  954. "node": ">= 20"
  955. }
  956. },
  957. "node_modules/@octokit/auth-unauthenticated": {
  958. "version": "7.0.3",
  959. "license": "MIT",
  960. "dependencies": {
  961. "@octokit/request-error": "^7.0.2",
  962. "@octokit/types": "^16.0.0"
  963. },
  964. "engines": {
  965. "node": ">= 20"
  966. }
  967. },
  968. "node_modules/@octokit/core": {
  969. "version": "7.0.6",
  970. "license": "MIT",
  971. "dependencies": {
  972. "@octokit/auth-token": "^6.0.0",
  973. "@octokit/graphql": "^9.0.3",
  974. "@octokit/request": "^10.0.6",
  975. "@octokit/request-error": "^7.0.2",
  976. "@octokit/types": "^16.0.0",
  977. "before-after-hook": "^4.0.0",
  978. "universal-user-agent": "^7.0.0"
  979. },
  980. "engines": {
  981. "node": ">= 20"
  982. }
  983. },
  984. "node_modules/@octokit/endpoint": {
  985. "version": "11.0.2",
  986. "license": "MIT",
  987. "dependencies": {
  988. "@octokit/types": "^16.0.0",
  989. "universal-user-agent": "^7.0.2"
  990. },
  991. "engines": {
  992. "node": ">= 20"
  993. }
  994. },
  995. "node_modules/@octokit/graphql": {
  996. "version": "9.0.3",
  997. "license": "MIT",
  998. "dependencies": {
  999. "@octokit/request": "^10.0.6",
  1000. "@octokit/types": "^16.0.0",
  1001. "universal-user-agent": "^7.0.0"
  1002. },
  1003. "engines": {
  1004. "node": ">= 20"
  1005. }
  1006. },
  1007. "node_modules/@octokit/oauth-app": {
  1008. "version": "8.0.3",
  1009. "license": "MIT",
  1010. "dependencies": {
  1011. "@octokit/auth-oauth-app": "^9.0.2",
  1012. "@octokit/auth-oauth-user": "^6.0.1",
  1013. "@octokit/auth-unauthenticated": "^7.0.2",
  1014. "@octokit/core": "^7.0.5",
  1015. "@octokit/oauth-authorization-url": "^8.0.0",
  1016. "@octokit/oauth-methods": "^6.0.1",
  1017. "@types/aws-lambda": "^8.10.83",
  1018. "universal-user-agent": "^7.0.0"
  1019. },
  1020. "engines": {
  1021. "node": ">= 20"
  1022. }
  1023. },
  1024. "node_modules/@octokit/oauth-authorization-url": {
  1025. "version": "8.0.0",
  1026. "license": "MIT",
  1027. "engines": {
  1028. "node": ">= 20"
  1029. }
  1030. },
  1031. "node_modules/@octokit/oauth-methods": {
  1032. "version": "6.0.2",
  1033. "license": "MIT",
  1034. "dependencies": {
  1035. "@octokit/oauth-authorization-url": "^8.0.0",
  1036. "@octokit/request": "^10.0.6",
  1037. "@octokit/request-error": "^7.0.2",
  1038. "@octokit/types": "^16.0.0"
  1039. },
  1040. "engines": {
  1041. "node": ">= 20"
  1042. }
  1043. },
  1044. "node_modules/@octokit/openapi-types": {
  1045. "version": "27.0.0",
  1046. "license": "MIT"
  1047. },
  1048. "node_modules/@octokit/openapi-webhooks-types": {
  1049. "version": "12.1.0",
  1050. "license": "MIT"
  1051. },
  1052. "node_modules/@octokit/plugin-paginate-graphql": {
  1053. "version": "6.0.0",
  1054. "license": "MIT",
  1055. "engines": {
  1056. "node": ">= 20"
  1057. },
  1058. "peerDependencies": {
  1059. "@octokit/core": ">=6"
  1060. }
  1061. },
  1062. "node_modules/@octokit/plugin-paginate-rest": {
  1063. "version": "14.0.0",
  1064. "license": "MIT",
  1065. "dependencies": {
  1066. "@octokit/types": "^16.0.0"
  1067. },
  1068. "engines": {
  1069. "node": ">= 20"
  1070. },
  1071. "peerDependencies": {
  1072. "@octokit/core": ">=6"
  1073. }
  1074. },
  1075. "node_modules/@octokit/plugin-rest-endpoint-methods": {
  1076. "version": "17.0.0",
  1077. "license": "MIT",
  1078. "dependencies": {
  1079. "@octokit/types": "^16.0.0"
  1080. },
  1081. "engines": {
  1082. "node": ">= 20"
  1083. },
  1084. "peerDependencies": {
  1085. "@octokit/core": ">=6"
  1086. }
  1087. },
  1088. "node_modules/@octokit/plugin-retry": {
  1089. "version": "8.0.3",
  1090. "license": "MIT",
  1091. "dependencies": {
  1092. "@octokit/request-error": "^7.0.2",
  1093. "@octokit/types": "^16.0.0",
  1094. "bottleneck": "^2.15.3"
  1095. },
  1096. "engines": {
  1097. "node": ">= 20"
  1098. },
  1099. "peerDependencies": {
  1100. "@octokit/core": ">=7"
  1101. }
  1102. },
  1103. "node_modules/@octokit/plugin-throttling": {
  1104. "version": "11.0.3",
  1105. "license": "MIT",
  1106. "dependencies": {
  1107. "@octokit/types": "^16.0.0",
  1108. "bottleneck": "^2.15.3"
  1109. },
  1110. "engines": {
  1111. "node": ">= 20"
  1112. },
  1113. "peerDependencies": {
  1114. "@octokit/core": "^7.0.0"
  1115. }
  1116. },
  1117. "node_modules/@octokit/request": {
  1118. "version": "10.0.7",
  1119. "license": "MIT",
  1120. "dependencies": {
  1121. "@octokit/endpoint": "^11.0.2",
  1122. "@octokit/request-error": "^7.0.2",
  1123. "@octokit/types": "^16.0.0",
  1124. "fast-content-type-parse": "^3.0.0",
  1125. "universal-user-agent": "^7.0.2"
  1126. },
  1127. "engines": {
  1128. "node": ">= 20"
  1129. }
  1130. },
  1131. "node_modules/@octokit/request-error": {
  1132. "version": "7.1.0",
  1133. "license": "MIT",
  1134. "dependencies": {
  1135. "@octokit/types": "^16.0.0"
  1136. },
  1137. "engines": {
  1138. "node": ">= 20"
  1139. }
  1140. },
  1141. "node_modules/@octokit/types": {
  1142. "version": "16.0.0",
  1143. "license": "MIT",
  1144. "dependencies": {
  1145. "@octokit/openapi-types": "^27.0.0"
  1146. }
  1147. },
  1148. "node_modules/@octokit/webhooks": {
  1149. "version": "14.2.0",
  1150. "license": "MIT",
  1151. "dependencies": {
  1152. "@octokit/openapi-webhooks-types": "12.1.0",
  1153. "@octokit/request-error": "^7.0.0",
  1154. "@octokit/webhooks-methods": "^6.0.0"
  1155. },
  1156. "engines": {
  1157. "node": ">= 20"
  1158. }
  1159. },
  1160. "node_modules/@octokit/webhooks-methods": {
  1161. "version": "6.0.0",
  1162. "license": "MIT",
  1163. "engines": {
  1164. "node": ">= 20"
  1165. }
  1166. },
  1167. "node_modules/@open-rpc/client-js": {
  1168. "version": "1.8.1",
  1169. "license": "Apache-2.0",
  1170. "dependencies": {
  1171. "isomorphic-fetch": "^3.0.0",
  1172. "isomorphic-ws": "^5.0.0",
  1173. "strict-event-emitter-types": "^2.0.0",
  1174. "ws": "^7.0.0"
  1175. }
  1176. },
  1177. "node_modules/@paralleldrive/cuid2": {
  1178. "version": "2.2.2",
  1179. "license": "MIT",
  1180. "dependencies": {
  1181. "@noble/hashes": "^1.1.5"
  1182. }
  1183. },
  1184. "node_modules/@pkgjs/parseargs": {
  1185. "version": "0.11.0",
  1186. "license": "MIT",
  1187. "optional": true,
  1188. "engines": {
  1189. "node": ">=14"
  1190. }
  1191. },
  1192. "node_modules/@reflink/reflink": {
  1193. "version": "0.1.19",
  1194. "resolved": "https://registry.npmjs.org/@reflink/reflink/-/reflink-0.1.19.tgz",
  1195. "integrity": "sha512-DmCG8GzysnCZ15bres3N5AHCmwBwYgp0As6xjhQ47rAUTUXxJiK+lLUxaGsX3hd/30qUpVElh05PbGuxRPgJwA==",
  1196. "license": "MIT",
  1197. "optional": true,
  1198. "engines": {
  1199. "node": ">= 10"
  1200. },
  1201. "optionalDependencies": {
  1202. "@reflink/reflink-darwin-arm64": "0.1.19",
  1203. "@reflink/reflink-darwin-x64": "0.1.19",
  1204. "@reflink/reflink-linux-arm64-gnu": "0.1.19",
  1205. "@reflink/reflink-linux-arm64-musl": "0.1.19",
  1206. "@reflink/reflink-linux-x64-gnu": "0.1.19",
  1207. "@reflink/reflink-linux-x64-musl": "0.1.19",
  1208. "@reflink/reflink-win32-arm64-msvc": "0.1.19",
  1209. "@reflink/reflink-win32-x64-msvc": "0.1.19"
  1210. }
  1211. },
  1212. "node_modules/@reflink/reflink-linux-x64-gnu": {
  1213. "version": "0.1.19",
  1214. "resolved": "https://registry.npmjs.org/@reflink/reflink-linux-x64-gnu/-/reflink-linux-x64-gnu-0.1.19.tgz",
  1215. "integrity": "sha512-jbI8jvuYCaA3MVUdu8vLoLAFqC+iNMpiSuLbxlAgg7x3K5bsS8nOpTRnkLF7vISJ+rVR8W+7ThXlXlUQ93ulkw==",
  1216. "cpu": [
  1217. "x64"
  1218. ],
  1219. "license": "MIT",
  1220. "optional": true,
  1221. "os": [
  1222. "linux"
  1223. ],
  1224. "engines": {
  1225. "node": ">= 10"
  1226. }
  1227. },
  1228. "node_modules/@reflink/reflink-linux-x64-musl": {
  1229. "version": "0.1.19",
  1230. "resolved": "https://registry.npmjs.org/@reflink/reflink-linux-x64-musl/-/reflink-linux-x64-musl-0.1.19.tgz",
  1231. "integrity": "sha512-e9FBWDe+lv7QKAwtKOt6A2W/fyy/aEEfr0g6j/hWzvQcrzHCsz07BNQYlNOjTfeytrtLU7k449H1PI95jA4OjQ==",
  1232. "cpu": [
  1233. "x64"
  1234. ],
  1235. "license": "MIT",
  1236. "optional": true,
  1237. "os": [
  1238. "linux"
  1239. ],
  1240. "engines": {
  1241. "node": ">= 10"
  1242. }
  1243. },
  1244. "node_modules/@sammacbeth/random-access-idb-mutable-file": {
  1245. "version": "0.1.1",
  1246. "license": "MIT",
  1247. "dependencies": {
  1248. "buffer": "5.1.0",
  1249. "random-access-storage": "1.3.0"
  1250. }
  1251. },
  1252. "node_modules/@sammacbeth/random-access-idb-mutable-file/node_modules/buffer": {
  1253. "version": "5.1.0",
  1254. "license": "MIT",
  1255. "dependencies": {
  1256. "base64-js": "^1.0.2",
  1257. "ieee754": "^1.1.4"
  1258. }
  1259. },
  1260. "node_modules/@sammacbeth/random-access-idb-mutable-file/node_modules/random-access-storage": {
  1261. "version": "1.3.0",
  1262. "license": "MIT",
  1263. "dependencies": {
  1264. "inherits": "^2.0.3"
  1265. }
  1266. },
  1267. "node_modules/@tangle/graph": {
  1268. "version": "3.2.0",
  1269. "license": "LGPL-3.0-only",
  1270. "dependencies": {
  1271. "lodash.clone": "^4.5.0",
  1272. "lodash.set": "^4.3.2"
  1273. }
  1274. },
  1275. "node_modules/@tangle/overwrite-fields": {
  1276. "version": "2.0.3",
  1277. "license": "LGPL-3.0-or-later",
  1278. "dependencies": {
  1279. "is-my-json-valid": "^2.20.5",
  1280. "lodash.isequal": "^4.5.0"
  1281. }
  1282. },
  1283. "node_modules/@tangle/reduce": {
  1284. "version": "5.0.5",
  1285. "license": "LGPL-3.0-only",
  1286. "dependencies": {
  1287. "@tangle/graph": "^3.2.0"
  1288. }
  1289. },
  1290. "node_modules/@tangle/strategy": {
  1291. "version": "4.1.2",
  1292. "license": "LGPL-3.0-only",
  1293. "dependencies": {
  1294. "is-my-json-valid": "^2.20.5",
  1295. "lodash.isequal": "^4.5.0"
  1296. }
  1297. },
  1298. "node_modules/@tinyhttp/content-disposition": {
  1299. "version": "2.2.4",
  1300. "resolved": "https://registry.npmjs.org/@tinyhttp/content-disposition/-/content-disposition-2.2.4.tgz",
  1301. "integrity": "sha512-5Kc5CM2Ysn3vTTArBs2vESUt0AQiWZA86yc1TI3B+lxXmtEq133C1nxXNOgnzhrivdPZIh3zLj5gDnZjoLL5GA==",
  1302. "license": "MIT",
  1303. "engines": {
  1304. "node": ">=12.17.0"
  1305. },
  1306. "funding": {
  1307. "type": "individual",
  1308. "url": "https://github.com/tinyhttp/tinyhttp?sponsor=1"
  1309. }
  1310. },
  1311. "node_modules/@tokenizer/token": {
  1312. "version": "0.3.0",
  1313. "license": "MIT"
  1314. },
  1315. "node_modules/@types/accepts": {
  1316. "version": "1.3.7",
  1317. "license": "MIT",
  1318. "dependencies": {
  1319. "@types/node": "*"
  1320. }
  1321. },
  1322. "node_modules/@types/aws-lambda": {
  1323. "version": "8.10.160",
  1324. "license": "MIT"
  1325. },
  1326. "node_modules/@types/body-parser": {
  1327. "version": "1.19.6",
  1328. "license": "MIT",
  1329. "dependencies": {
  1330. "@types/connect": "*",
  1331. "@types/node": "*"
  1332. }
  1333. },
  1334. "node_modules/@types/co-body": {
  1335. "version": "6.1.3",
  1336. "license": "MIT",
  1337. "dependencies": {
  1338. "@types/node": "*",
  1339. "@types/qs": "*"
  1340. }
  1341. },
  1342. "node_modules/@types/connect": {
  1343. "version": "3.4.38",
  1344. "license": "MIT",
  1345. "dependencies": {
  1346. "@types/node": "*"
  1347. }
  1348. },
  1349. "node_modules/@types/content-disposition": {
  1350. "version": "0.5.9",
  1351. "license": "MIT"
  1352. },
  1353. "node_modules/@types/cookies": {
  1354. "version": "0.9.1",
  1355. "license": "MIT",
  1356. "dependencies": {
  1357. "@types/connect": "*",
  1358. "@types/express": "*",
  1359. "@types/keygrip": "*",
  1360. "@types/node": "*"
  1361. }
  1362. },
  1363. "node_modules/@types/express": {
  1364. "version": "5.0.3",
  1365. "license": "MIT",
  1366. "dependencies": {
  1367. "@types/body-parser": "*",
  1368. "@types/express-serve-static-core": "^5.0.0",
  1369. "@types/serve-static": "*"
  1370. }
  1371. },
  1372. "node_modules/@types/express-serve-static-core": {
  1373. "version": "5.0.6",
  1374. "license": "MIT",
  1375. "dependencies": {
  1376. "@types/node": "*",
  1377. "@types/qs": "*",
  1378. "@types/range-parser": "*",
  1379. "@types/send": "*"
  1380. }
  1381. },
  1382. "node_modules/@types/formidable": {
  1383. "version": "2.0.6",
  1384. "license": "MIT",
  1385. "dependencies": {
  1386. "@types/node": "*"
  1387. }
  1388. },
  1389. "node_modules/@types/http-assert": {
  1390. "version": "1.5.6",
  1391. "license": "MIT"
  1392. },
  1393. "node_modules/@types/http-errors": {
  1394. "version": "2.0.5",
  1395. "license": "MIT"
  1396. },
  1397. "node_modules/@types/keygrip": {
  1398. "version": "1.0.6",
  1399. "license": "MIT"
  1400. },
  1401. "node_modules/@types/koa": {
  1402. "version": "2.15.0",
  1403. "license": "MIT",
  1404. "dependencies": {
  1405. "@types/accepts": "*",
  1406. "@types/content-disposition": "*",
  1407. "@types/cookies": "*",
  1408. "@types/http-assert": "*",
  1409. "@types/http-errors": "*",
  1410. "@types/keygrip": "*",
  1411. "@types/koa-compose": "*",
  1412. "@types/node": "*"
  1413. }
  1414. },
  1415. "node_modules/@types/koa-compose": {
  1416. "version": "3.2.8",
  1417. "license": "MIT",
  1418. "dependencies": {
  1419. "@types/koa": "*"
  1420. }
  1421. },
  1422. "node_modules/@types/mime": {
  1423. "version": "1.3.5",
  1424. "license": "MIT"
  1425. },
  1426. "node_modules/@types/node": {
  1427. "version": "22.15.30",
  1428. "license": "MIT",
  1429. "dependencies": {
  1430. "undici-types": "~6.21.0"
  1431. }
  1432. },
  1433. "node_modules/@types/qs": {
  1434. "version": "6.14.0",
  1435. "license": "MIT"
  1436. },
  1437. "node_modules/@types/range-parser": {
  1438. "version": "1.2.7",
  1439. "license": "MIT"
  1440. },
  1441. "node_modules/@types/send": {
  1442. "version": "0.17.5",
  1443. "license": "MIT",
  1444. "dependencies": {
  1445. "@types/mime": "^1",
  1446. "@types/node": "*"
  1447. }
  1448. },
  1449. "node_modules/@types/serve-static": {
  1450. "version": "1.15.8",
  1451. "license": "MIT",
  1452. "dependencies": {
  1453. "@types/http-errors": "*",
  1454. "@types/node": "*",
  1455. "@types/send": "*"
  1456. }
  1457. },
  1458. "node_modules/@types/trusted-types": {
  1459. "version": "2.0.7",
  1460. "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
  1461. "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
  1462. "license": "MIT",
  1463. "optional": true
  1464. },
  1465. "node_modules/abort-controller": {
  1466. "version": "3.0.0",
  1467. "license": "MIT",
  1468. "dependencies": {
  1469. "event-target-shim": "^5.0.0"
  1470. },
  1471. "engines": {
  1472. "node": ">=6.5"
  1473. }
  1474. },
  1475. "node_modules/abstract-level": {
  1476. "version": "2.0.2",
  1477. "license": "MIT",
  1478. "dependencies": {
  1479. "buffer": "^6.0.3",
  1480. "is-buffer": "^2.0.5",
  1481. "level-supports": "^6.0.0",
  1482. "level-transcoder": "^1.0.1",
  1483. "maybe-combine-errors": "^1.0.0",
  1484. "module-error": "^1.0.1"
  1485. },
  1486. "engines": {
  1487. "node": ">=16"
  1488. }
  1489. },
  1490. "node_modules/abstract-leveldown": {
  1491. "version": "6.2.3",
  1492. "license": "MIT",
  1493. "dependencies": {
  1494. "buffer": "^5.5.0",
  1495. "immediate": "^3.2.3",
  1496. "level-concat-iterator": "~2.0.0",
  1497. "level-supports": "~1.0.0",
  1498. "xtend": "~4.0.0"
  1499. },
  1500. "engines": {
  1501. "node": ">=6"
  1502. }
  1503. },
  1504. "node_modules/abstract-leveldown/node_modules/buffer": {
  1505. "version": "5.7.1",
  1506. "funding": [
  1507. {
  1508. "type": "github",
  1509. "url": "https://github.com/sponsors/feross"
  1510. },
  1511. {
  1512. "type": "patreon",
  1513. "url": "https://www.patreon.com/feross"
  1514. },
  1515. {
  1516. "type": "consulting",
  1517. "url": "https://feross.org/support"
  1518. }
  1519. ],
  1520. "license": "MIT",
  1521. "dependencies": {
  1522. "base64-js": "^1.3.1",
  1523. "ieee754": "^1.1.13"
  1524. }
  1525. },
  1526. "node_modules/abstract-leveldown/node_modules/level-supports": {
  1527. "version": "1.0.1",
  1528. "license": "MIT",
  1529. "dependencies": {
  1530. "xtend": "^4.0.2"
  1531. },
  1532. "engines": {
  1533. "node": ">=6"
  1534. }
  1535. },
  1536. "node_modules/accepts": {
  1537. "version": "1.3.8",
  1538. "license": "MIT",
  1539. "dependencies": {
  1540. "mime-types": "~2.1.34",
  1541. "negotiator": "0.6.3"
  1542. },
  1543. "engines": {
  1544. "node": ">= 0.6"
  1545. }
  1546. },
  1547. "node_modules/agent-base": {
  1548. "version": "7.1.4",
  1549. "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
  1550. "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
  1551. "license": "MIT",
  1552. "engines": {
  1553. "node": ">= 14"
  1554. }
  1555. },
  1556. "node_modules/aligned-block-file": {
  1557. "version": "1.2.2",
  1558. "license": "MIT",
  1559. "dependencies": {
  1560. "hashlru": "^2.1.0",
  1561. "int53": "^1.0.0",
  1562. "mkdirp": "^0.5.1",
  1563. "obv": "^0.0.1",
  1564. "rwlock": "^5.0.0",
  1565. "uint48be": "^2.0.1"
  1566. }
  1567. },
  1568. "node_modules/aligned-block-file/node_modules/mkdirp": {
  1569. "version": "0.5.6",
  1570. "license": "MIT",
  1571. "dependencies": {
  1572. "minimist": "^1.2.6"
  1573. },
  1574. "bin": {
  1575. "mkdirp": "bin/cmd.js"
  1576. }
  1577. },
  1578. "node_modules/ansi-escapes": {
  1579. "version": "6.2.1",
  1580. "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-6.2.1.tgz",
  1581. "integrity": "sha512-4nJ3yixlEthEJ9Rk4vPcdBRkZvQZlYyu8j4/Mqz5sgIkddmEnH2Yj2ZrnP9S3tQOvSNRUIgVNF/1yPpRAGNRig==",
  1582. "license": "MIT",
  1583. "engines": {
  1584. "node": ">=14.16"
  1585. },
  1586. "funding": {
  1587. "url": "https://github.com/sponsors/sindresorhus"
  1588. }
  1589. },
  1590. "node_modules/ansi-regex": {
  1591. "version": "5.0.1",
  1592. "license": "MIT",
  1593. "engines": {
  1594. "node": ">=8"
  1595. }
  1596. },
  1597. "node_modules/ansi-styles": {
  1598. "version": "4.3.0",
  1599. "license": "MIT",
  1600. "dependencies": {
  1601. "color-convert": "^2.0.1"
  1602. },
  1603. "engines": {
  1604. "node": ">=8"
  1605. },
  1606. "funding": {
  1607. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  1608. }
  1609. },
  1610. "node_modules/anymatch": {
  1611. "version": "1.3.2",
  1612. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-1.3.2.tgz",
  1613. "integrity": "sha512-0XNayC8lTHQ2OI8aljNCN3sSx6hsr/1+rlcDAotXJR7C1oZZHCNsfpbKwMjRA3Uqb5tF1Rae2oloTr4xpq+WjA==",
  1614. "license": "ISC",
  1615. "dependencies": {
  1616. "micromatch": "^2.1.5",
  1617. "normalize-path": "^2.0.0"
  1618. }
  1619. },
  1620. "node_modules/anymatch/node_modules/normalize-path": {
  1621. "version": "2.1.1",
  1622. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
  1623. "integrity": "sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==",
  1624. "license": "MIT",
  1625. "dependencies": {
  1626. "remove-trailing-separator": "^1.0.1"
  1627. },
  1628. "engines": {
  1629. "node": ">=0.10.0"
  1630. }
  1631. },
  1632. "node_modules/append-batch": {
  1633. "version": "0.0.2",
  1634. "license": "MIT"
  1635. },
  1636. "node_modules/archiver": {
  1637. "version": "7.0.1",
  1638. "license": "MIT",
  1639. "dependencies": {
  1640. "archiver-utils": "^5.0.2",
  1641. "async": "^3.2.4",
  1642. "buffer-crc32": "^1.0.0",
  1643. "readable-stream": "^4.0.0",
  1644. "readdir-glob": "^1.1.2",
  1645. "tar-stream": "^3.0.0",
  1646. "zip-stream": "^6.0.1"
  1647. },
  1648. "engines": {
  1649. "node": ">= 14"
  1650. }
  1651. },
  1652. "node_modules/archiver-utils": {
  1653. "version": "5.0.2",
  1654. "license": "MIT",
  1655. "dependencies": {
  1656. "glob": "^10.0.0",
  1657. "graceful-fs": "^4.2.0",
  1658. "is-stream": "^2.0.1",
  1659. "lazystream": "^1.0.0",
  1660. "lodash": "^4.17.15",
  1661. "normalize-path": "^3.0.0",
  1662. "readable-stream": "^4.0.0"
  1663. },
  1664. "engines": {
  1665. "node": ">= 14"
  1666. }
  1667. },
  1668. "node_modules/arr-diff": {
  1669. "version": "2.0.0",
  1670. "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz",
  1671. "integrity": "sha512-dtXTVMkh6VkEEA7OhXnN1Ecb8aAGFdZ1LFxtOCoqj4qkyOJMt7+qs6Ahdy6p/NQCPYsRSXXivhSB/J5E9jmYKA==",
  1672. "license": "MIT",
  1673. "dependencies": {
  1674. "arr-flatten": "^1.0.1"
  1675. },
  1676. "engines": {
  1677. "node": ">=0.10.0"
  1678. }
  1679. },
  1680. "node_modules/arr-flatten": {
  1681. "version": "1.1.0",
  1682. "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz",
  1683. "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==",
  1684. "license": "MIT",
  1685. "engines": {
  1686. "node": ">=0.10.0"
  1687. }
  1688. },
  1689. "node_modules/arr-union": {
  1690. "version": "3.1.0",
  1691. "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz",
  1692. "integrity": "sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==",
  1693. "license": "MIT",
  1694. "engines": {
  1695. "node": ">=0.10.0"
  1696. }
  1697. },
  1698. "node_modules/array-buffer-byte-length": {
  1699. "version": "1.0.2",
  1700. "license": "MIT",
  1701. "dependencies": {
  1702. "call-bound": "^1.0.3",
  1703. "is-array-buffer": "^3.0.5"
  1704. },
  1705. "engines": {
  1706. "node": ">= 0.4"
  1707. },
  1708. "funding": {
  1709. "url": "https://github.com/sponsors/ljharb"
  1710. }
  1711. },
  1712. "node_modules/array-find-index": {
  1713. "version": "1.0.2",
  1714. "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz",
  1715. "integrity": "sha512-M1HQyIXcBGtVywBt8WVdim+lrNaK7VHp99Qt5pSNziXznKHViIBbXWtfRTpEFpF/c4FdfxNAsCCwPp5phBYJtw==",
  1716. "dev": true,
  1717. "license": "MIT",
  1718. "engines": {
  1719. "node": ">=0.10.0"
  1720. }
  1721. },
  1722. "node_modules/array-union": {
  1723. "version": "1.0.2",
  1724. "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
  1725. "integrity": "sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==",
  1726. "license": "MIT",
  1727. "dependencies": {
  1728. "array-uniq": "^1.0.1"
  1729. },
  1730. "engines": {
  1731. "node": ">=0.10.0"
  1732. }
  1733. },
  1734. "node_modules/array-uniq": {
  1735. "version": "1.0.3",
  1736. "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
  1737. "integrity": "sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==",
  1738. "license": "MIT",
  1739. "engines": {
  1740. "node": ">=0.10.0"
  1741. }
  1742. },
  1743. "node_modules/array-unique": {
  1744. "version": "0.2.1",
  1745. "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz",
  1746. "integrity": "sha512-G2n5bG5fSUCpnsXz4+8FUkYsGPkNfLn9YvS66U5qbTIXI2Ynnlo4Bi42bWv+omKUCqz+ejzfClwne0alJWJPhg==",
  1747. "license": "MIT",
  1748. "engines": {
  1749. "node": ">=0.10.0"
  1750. }
  1751. },
  1752. "node_modules/arraybuffer.prototype.slice": {
  1753. "version": "1.0.4",
  1754. "license": "MIT",
  1755. "dependencies": {
  1756. "array-buffer-byte-length": "^1.0.1",
  1757. "call-bind": "^1.0.8",
  1758. "define-properties": "^1.2.1",
  1759. "es-abstract": "^1.23.5",
  1760. "es-errors": "^1.3.0",
  1761. "get-intrinsic": "^1.2.6",
  1762. "is-array-buffer": "^3.0.4"
  1763. },
  1764. "engines": {
  1765. "node": ">= 0.4"
  1766. },
  1767. "funding": {
  1768. "url": "https://github.com/sponsors/ljharb"
  1769. }
  1770. },
  1771. "node_modules/arrify": {
  1772. "version": "1.0.1",
  1773. "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz",
  1774. "integrity": "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==",
  1775. "license": "MIT",
  1776. "engines": {
  1777. "node": ">=0.10.0"
  1778. }
  1779. },
  1780. "node_modules/asap": {
  1781. "version": "2.0.6",
  1782. "license": "MIT"
  1783. },
  1784. "node_modules/assign-symbols": {
  1785. "version": "1.0.0",
  1786. "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz",
  1787. "integrity": "sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw==",
  1788. "license": "MIT",
  1789. "engines": {
  1790. "node": ">=0.10.0"
  1791. }
  1792. },
  1793. "node_modules/async": {
  1794. "version": "3.2.6",
  1795. "license": "MIT"
  1796. },
  1797. "node_modules/async-append-only-log": {
  1798. "version": "4.3.10",
  1799. "license": "LGPL-3.0",
  1800. "dependencies": {
  1801. "@alloc/quick-lru": "^5.2.0",
  1802. "atomic-file-rw": "^0.3.0",
  1803. "debug": "^4.2.0",
  1804. "is-buffer-zero": "^1.0.0",
  1805. "lodash.debounce": "^4.0.8",
  1806. "looper": "^4.0.0",
  1807. "ltgt": "^2.2.1",
  1808. "mutexify": "^1.3.1",
  1809. "obz": "^1.1.0",
  1810. "polyraf": "^1.1.0",
  1811. "push-stream": "^11.0.0",
  1812. "push-stream-to-pull-stream": "^1.0.3"
  1813. }
  1814. },
  1815. "node_modules/async-each": {
  1816. "version": "1.0.6",
  1817. "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.6.tgz",
  1818. "integrity": "sha512-c646jH1avxr+aVpndVMeAfYw7wAa6idufrlN3LPA4PmKS0QEGp6PIC9nwz0WQkkvBGAMEki3pFdtxaF39J9vvg==",
  1819. "funding": [
  1820. {
  1821. "type": "individual",
  1822. "url": "https://paulmillr.com/funding/"
  1823. }
  1824. ],
  1825. "license": "MIT"
  1826. },
  1827. "node_modules/async-function": {
  1828. "version": "1.0.0",
  1829. "license": "MIT",
  1830. "engines": {
  1831. "node": ">= 0.4"
  1832. }
  1833. },
  1834. "node_modules/async-retry": {
  1835. "version": "1.3.3",
  1836. "resolved": "https://registry.npmjs.org/async-retry/-/async-retry-1.3.3.tgz",
  1837. "integrity": "sha512-wfr/jstw9xNi/0teMHrRW7dsz3Lt5ARhYNZ2ewpadnhaIp5mbALhOAP+EAdsC7t4Z6wqsDVv9+W6gm1Dk9mEyw==",
  1838. "license": "MIT",
  1839. "dependencies": {
  1840. "retry": "0.13.1"
  1841. }
  1842. },
  1843. "node_modules/async-retry/node_modules/retry": {
  1844. "version": "0.13.1",
  1845. "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz",
  1846. "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==",
  1847. "license": "MIT",
  1848. "engines": {
  1849. "node": ">= 4"
  1850. }
  1851. },
  1852. "node_modules/async-single": {
  1853. "version": "1.0.5",
  1854. "license": "MIT"
  1855. },
  1856. "node_modules/async-write": {
  1857. "version": "2.1.0",
  1858. "resolved": "https://registry.npmjs.org/async-write/-/async-write-2.1.0.tgz",
  1859. "integrity": "sha512-eKEYj1+jDgQ15jazjmelcPGXO77pa5epzlyXyEQcwwLtnACtBTCrxaW+96uXF2j4rzIikmUtVlzXwejx6iIhWw==",
  1860. "license": "MIT"
  1861. },
  1862. "node_modules/asynckit": {
  1863. "version": "0.4.0",
  1864. "license": "MIT"
  1865. },
  1866. "node_modules/atob": {
  1867. "version": "2.1.2",
  1868. "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz",
  1869. "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==",
  1870. "license": "(MIT OR Apache-2.0)",
  1871. "bin": {
  1872. "atob": "bin/atob.js"
  1873. },
  1874. "engines": {
  1875. "node": ">= 4.5.0"
  1876. }
  1877. },
  1878. "node_modules/atomic-file": {
  1879. "version": "2.1.1",
  1880. "license": "MIT",
  1881. "dependencies": {
  1882. "flumecodec": "0.0.1",
  1883. "idb-kv-store": "^4.5.0",
  1884. "mutexify": "^1.2.0"
  1885. }
  1886. },
  1887. "node_modules/atomic-file-rw": {
  1888. "version": "0.3.0",
  1889. "license": "MIT",
  1890. "dependencies": {
  1891. "idb-kv-store": "^4.5.0",
  1892. "mutexify": "^1.3.1"
  1893. }
  1894. },
  1895. "node_modules/atomic-file/node_modules/flumecodec": {
  1896. "version": "0.0.1",
  1897. "license": "MIT",
  1898. "dependencies": {
  1899. "level-codec": "^6.2.0"
  1900. }
  1901. },
  1902. "node_modules/atomic-file/node_modules/level-codec": {
  1903. "version": "6.2.0",
  1904. "license": "MIT"
  1905. },
  1906. "node_modules/attach-ware": {
  1907. "version": "1.1.1",
  1908. "resolved": "https://registry.npmjs.org/attach-ware/-/attach-ware-1.1.1.tgz",
  1909. "integrity": "sha512-OpavlXWZkyE7m28fpCWF/RmxCukC1edukJp9IKjEpZs/O11H3896DkLpK7lMiL8ZDx2yxo9FrZQaeHkyJGcIuQ==",
  1910. "license": "MIT",
  1911. "dependencies": {
  1912. "unherit": "^1.0.0"
  1913. }
  1914. },
  1915. "node_modules/available-typed-arrays": {
  1916. "version": "1.0.7",
  1917. "license": "MIT",
  1918. "dependencies": {
  1919. "possible-typed-array-names": "^1.0.0"
  1920. },
  1921. "engines": {
  1922. "node": ">= 0.4"
  1923. },
  1924. "funding": {
  1925. "url": "https://github.com/sponsors/ljharb"
  1926. }
  1927. },
  1928. "node_modules/axios": {
  1929. "version": "1.15.0",
  1930. "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz",
  1931. "integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==",
  1932. "license": "MIT",
  1933. "dependencies": {
  1934. "follow-redirects": "^1.15.11",
  1935. "form-data": "^4.0.5",
  1936. "proxy-from-env": "^2.1.0"
  1937. }
  1938. },
  1939. "node_modules/b4a": {
  1940. "version": "1.6.7",
  1941. "license": "Apache-2.0"
  1942. },
  1943. "node_modules/bail": {
  1944. "version": "1.0.5",
  1945. "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz",
  1946. "integrity": "sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==",
  1947. "license": "MIT",
  1948. "funding": {
  1949. "type": "github",
  1950. "url": "https://github.com/sponsors/wooorm"
  1951. }
  1952. },
  1953. "node_modules/balanced-match": {
  1954. "version": "1.0.2",
  1955. "license": "MIT"
  1956. },
  1957. "node_modules/bare-events": {
  1958. "version": "2.5.4",
  1959. "license": "Apache-2.0",
  1960. "optional": true
  1961. },
  1962. "node_modules/base": {
  1963. "version": "0.11.2",
  1964. "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz",
  1965. "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==",
  1966. "license": "MIT",
  1967. "dependencies": {
  1968. "cache-base": "^1.0.1",
  1969. "class-utils": "^0.3.5",
  1970. "component-emitter": "^1.2.1",
  1971. "define-property": "^1.0.0",
  1972. "isobject": "^3.0.1",
  1973. "mixin-deep": "^1.2.0",
  1974. "pascalcase": "^0.1.1"
  1975. },
  1976. "engines": {
  1977. "node": ">=0.10.0"
  1978. }
  1979. },
  1980. "node_modules/base/node_modules/define-property": {
  1981. "version": "1.0.0",
  1982. "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
  1983. "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==",
  1984. "license": "MIT",
  1985. "dependencies": {
  1986. "is-descriptor": "^1.0.0"
  1987. },
  1988. "engines": {
  1989. "node": ">=0.10.0"
  1990. }
  1991. },
  1992. "node_modules/base/node_modules/isobject": {
  1993. "version": "3.0.1",
  1994. "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
  1995. "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==",
  1996. "license": "MIT",
  1997. "engines": {
  1998. "node": ">=0.10.0"
  1999. }
  2000. },
  2001. "node_modules/base64-js": {
  2002. "version": "1.5.1",
  2003. "funding": [
  2004. {
  2005. "type": "github",
  2006. "url": "https://github.com/sponsors/feross"
  2007. },
  2008. {
  2009. "type": "patreon",
  2010. "url": "https://www.patreon.com/feross"
  2011. },
  2012. {
  2013. "type": "consulting",
  2014. "url": "https://feross.org/support"
  2015. }
  2016. ],
  2017. "license": "MIT"
  2018. },
  2019. "node_modules/base64-url": {
  2020. "version": "2.3.3",
  2021. "license": "ISC",
  2022. "engines": {
  2023. "node": ">=6"
  2024. }
  2025. },
  2026. "node_modules/bash-color": {
  2027. "version": "0.0.4",
  2028. "license": "MIT"
  2029. },
  2030. "node_modules/before-after-hook": {
  2031. "version": "4.0.0",
  2032. "license": "Apache-2.0"
  2033. },
  2034. "node_modules/bencode": {
  2035. "version": "2.0.3",
  2036. "license": "MIT"
  2037. },
  2038. "node_modules/bidi-js": {
  2039. "version": "1.0.3",
  2040. "resolved": "https://registry.npmjs.org/bidi-js/-/bidi-js-1.0.3.tgz",
  2041. "integrity": "sha512-RKshQI1R3YQ+n9YJz2QQ147P66ELpa1FQEg20Dk8oW9t2KgLbpDLLp9aGZ7y8WHSshDknG0bknqGw5/tyCs5tw==",
  2042. "license": "MIT",
  2043. "dependencies": {
  2044. "require-from-string": "^2.0.2"
  2045. }
  2046. },
  2047. "node_modules/binary-extensions": {
  2048. "version": "1.13.1",
  2049. "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz",
  2050. "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==",
  2051. "license": "MIT",
  2052. "engines": {
  2053. "node": ">=0.10.0"
  2054. }
  2055. },
  2056. "node_modules/binary-search": {
  2057. "version": "1.3.6",
  2058. "license": "CC0-1.0"
  2059. },
  2060. "node_modules/binary-search-bounds": {
  2061. "version": "2.0.5",
  2062. "license": "MIT"
  2063. },
  2064. "node_modules/bindings": {
  2065. "version": "1.5.0",
  2066. "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
  2067. "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
  2068. "license": "MIT",
  2069. "optional": true,
  2070. "dependencies": {
  2071. "file-uri-to-path": "1.0.0"
  2072. }
  2073. },
  2074. "node_modules/bipf": {
  2075. "version": "1.9.0",
  2076. "license": "MIT",
  2077. "dependencies": {
  2078. "fast-varint": "^1.0.0"
  2079. }
  2080. },
  2081. "node_modules/blake2b": {
  2082. "version": "2.1.4",
  2083. "license": "ISC",
  2084. "dependencies": {
  2085. "blake2b-wasm": "^2.4.0",
  2086. "nanoassert": "^2.0.0"
  2087. }
  2088. },
  2089. "node_modules/blake2b-wasm": {
  2090. "version": "2.4.0",
  2091. "license": "MIT",
  2092. "dependencies": {
  2093. "b4a": "^1.0.1",
  2094. "nanoassert": "^2.0.0"
  2095. }
  2096. },
  2097. "node_modules/blake2s": {
  2098. "version": "1.1.0",
  2099. "license": "Public Domain"
  2100. },
  2101. "node_modules/blake3": {
  2102. "version": "2.1.7",
  2103. "hasInstallScript": true,
  2104. "license": "MIT"
  2105. },
  2106. "node_modules/body-parser": {
  2107. "version": "2.2.2",
  2108. "license": "MIT",
  2109. "dependencies": {
  2110. "bytes": "^3.1.2",
  2111. "content-type": "^1.0.5",
  2112. "debug": "^4.4.3",
  2113. "http-errors": "^2.0.0",
  2114. "iconv-lite": "^0.7.0",
  2115. "on-finished": "^2.4.1",
  2116. "qs": "^6.14.1",
  2117. "raw-body": "^3.0.1",
  2118. "type-is": "^2.0.1"
  2119. },
  2120. "engines": {
  2121. "node": ">=18"
  2122. },
  2123. "funding": {
  2124. "type": "opencollective",
  2125. "url": "https://opencollective.com/express"
  2126. }
  2127. },
  2128. "node_modules/body-parser/node_modules/http-errors": {
  2129. "version": "2.0.1",
  2130. "license": "MIT",
  2131. "dependencies": {
  2132. "depd": "~2.0.0",
  2133. "inherits": "~2.0.4",
  2134. "setprototypeof": "~1.2.0",
  2135. "statuses": "~2.0.2",
  2136. "toidentifier": "~1.0.1"
  2137. },
  2138. "engines": {
  2139. "node": ">= 0.8"
  2140. },
  2141. "funding": {
  2142. "type": "opencollective",
  2143. "url": "https://opencollective.com/express"
  2144. }
  2145. },
  2146. "node_modules/body-parser/node_modules/iconv-lite": {
  2147. "version": "0.7.2",
  2148. "license": "MIT",
  2149. "dependencies": {
  2150. "safer-buffer": ">= 2.1.2 < 3.0.0"
  2151. },
  2152. "engines": {
  2153. "node": ">=0.10.0"
  2154. },
  2155. "funding": {
  2156. "type": "opencollective",
  2157. "url": "https://opencollective.com/express"
  2158. }
  2159. },
  2160. "node_modules/body-parser/node_modules/media-typer": {
  2161. "version": "1.1.0",
  2162. "license": "MIT",
  2163. "engines": {
  2164. "node": ">= 0.8"
  2165. }
  2166. },
  2167. "node_modules/body-parser/node_modules/mime-db": {
  2168. "version": "1.54.0",
  2169. "license": "MIT",
  2170. "engines": {
  2171. "node": ">= 0.6"
  2172. }
  2173. },
  2174. "node_modules/body-parser/node_modules/mime-types": {
  2175. "version": "3.0.2",
  2176. "license": "MIT",
  2177. "dependencies": {
  2178. "mime-db": "^1.54.0"
  2179. },
  2180. "engines": {
  2181. "node": ">=18"
  2182. },
  2183. "funding": {
  2184. "type": "opencollective",
  2185. "url": "https://opencollective.com/express"
  2186. }
  2187. },
  2188. "node_modules/body-parser/node_modules/raw-body": {
  2189. "version": "3.0.2",
  2190. "license": "MIT",
  2191. "dependencies": {
  2192. "bytes": "~3.1.2",
  2193. "http-errors": "~2.0.1",
  2194. "iconv-lite": "~0.7.0",
  2195. "unpipe": "~1.0.0"
  2196. },
  2197. "engines": {
  2198. "node": ">= 0.10"
  2199. }
  2200. },
  2201. "node_modules/body-parser/node_modules/statuses": {
  2202. "version": "2.0.2",
  2203. "license": "MIT",
  2204. "engines": {
  2205. "node": ">= 0.8"
  2206. }
  2207. },
  2208. "node_modules/body-parser/node_modules/type-is": {
  2209. "version": "2.0.1",
  2210. "license": "MIT",
  2211. "dependencies": {
  2212. "content-type": "^1.0.5",
  2213. "media-typer": "^1.1.0",
  2214. "mime-types": "^3.0.0"
  2215. },
  2216. "engines": {
  2217. "node": ">= 0.6"
  2218. }
  2219. },
  2220. "node_modules/bottleneck": {
  2221. "version": "2.19.5",
  2222. "license": "MIT"
  2223. },
  2224. "node_modules/brace-expansion": {
  2225. "version": "2.0.3",
  2226. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
  2227. "integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
  2228. "license": "MIT",
  2229. "dependencies": {
  2230. "balanced-match": "^1.0.0"
  2231. }
  2232. },
  2233. "node_modules/braces": {
  2234. "version": "1.8.5",
  2235. "resolved": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz",
  2236. "integrity": "sha512-xU7bpz2ytJl1bH9cgIurjpg/n8Gohy9GTw81heDYLJQ4RU60dlyJsa+atVF2pI0yMMvKxI9HkKwjePCj5XI1hw==",
  2237. "license": "MIT",
  2238. "dependencies": {
  2239. "expand-range": "^1.8.1",
  2240. "preserve": "^0.2.0",
  2241. "repeat-element": "^1.1.2"
  2242. },
  2243. "engines": {
  2244. "node": ">=0.10.0"
  2245. }
  2246. },
  2247. "node_modules/broadcast-stream": {
  2248. "version": "0.2.2",
  2249. "resolved": "https://registry.npmjs.org/broadcast-stream/-/broadcast-stream-0.2.2.tgz",
  2250. "integrity": "sha512-d6iHc4P5YC2RvXv6qZxH3aoue88BiWhzCPki+i1Dj2igeZyNtUoMInloINRfnyrB7Fm+2f1q1bmQYhXQeKWwkQ==",
  2251. "license": "MIT",
  2252. "bin": {
  2253. "broadcast-stream": "bin.js"
  2254. }
  2255. },
  2256. "node_modules/browser-split": {
  2257. "version": "0.0.0",
  2258. "license": "MIT"
  2259. },
  2260. "node_modules/buffer": {
  2261. "version": "6.0.3",
  2262. "funding": [
  2263. {
  2264. "type": "github",
  2265. "url": "https://github.com/sponsors/feross"
  2266. },
  2267. {
  2268. "type": "patreon",
  2269. "url": "https://www.patreon.com/feross"
  2270. },
  2271. {
  2272. "type": "consulting",
  2273. "url": "https://feross.org/support"
  2274. }
  2275. ],
  2276. "license": "MIT",
  2277. "dependencies": {
  2278. "base64-js": "^1.3.1",
  2279. "ieee754": "^1.2.1"
  2280. }
  2281. },
  2282. "node_modules/buffer-alloc": {
  2283. "version": "1.2.0",
  2284. "license": "MIT",
  2285. "dependencies": {
  2286. "buffer-alloc-unsafe": "^1.1.0",
  2287. "buffer-fill": "^1.0.0"
  2288. }
  2289. },
  2290. "node_modules/buffer-alloc-unsafe": {
  2291. "version": "1.1.0",
  2292. "license": "MIT"
  2293. },
  2294. "node_modules/buffer-crc32": {
  2295. "version": "1.0.0",
  2296. "license": "MIT",
  2297. "engines": {
  2298. "node": ">=8.0.0"
  2299. }
  2300. },
  2301. "node_modules/buffer-fill": {
  2302. "version": "1.0.0",
  2303. "license": "MIT"
  2304. },
  2305. "node_modules/buffer-from": {
  2306. "version": "1.1.2",
  2307. "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
  2308. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
  2309. "license": "MIT"
  2310. },
  2311. "node_modules/buffer-xor": {
  2312. "version": "2.0.2",
  2313. "license": "MIT",
  2314. "dependencies": {
  2315. "safe-buffer": "^5.1.1"
  2316. }
  2317. },
  2318. "node_modules/butt64": {
  2319. "version": "2.0.1",
  2320. "license": "MIT"
  2321. },
  2322. "node_modules/bytes": {
  2323. "version": "3.1.2",
  2324. "license": "MIT",
  2325. "engines": {
  2326. "node": ">= 0.8"
  2327. }
  2328. },
  2329. "node_modules/cache-base": {
  2330. "version": "1.0.1",
  2331. "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz",
  2332. "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==",
  2333. "license": "MIT",
  2334. "dependencies": {
  2335. "collection-visit": "^1.0.0",
  2336. "component-emitter": "^1.2.1",
  2337. "get-value": "^2.0.6",
  2338. "has-value": "^1.0.0",
  2339. "isobject": "^3.0.1",
  2340. "set-value": "^2.0.0",
  2341. "to-object-path": "^0.3.0",
  2342. "union-value": "^1.0.0",
  2343. "unset-value": "^1.0.0"
  2344. },
  2345. "engines": {
  2346. "node": ">=0.10.0"
  2347. }
  2348. },
  2349. "node_modules/cache-base/node_modules/isobject": {
  2350. "version": "3.0.1",
  2351. "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
  2352. "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==",
  2353. "license": "MIT",
  2354. "engines": {
  2355. "node": ">=0.10.0"
  2356. }
  2357. },
  2358. "node_modules/cache-content-type": {
  2359. "version": "1.0.1",
  2360. "license": "MIT",
  2361. "dependencies": {
  2362. "mime-types": "^2.1.18",
  2363. "ylru": "^1.2.0"
  2364. },
  2365. "engines": {
  2366. "node": ">= 6.0.0"
  2367. }
  2368. },
  2369. "node_modules/call-bind": {
  2370. "version": "1.0.8",
  2371. "license": "MIT",
  2372. "dependencies": {
  2373. "call-bind-apply-helpers": "^1.0.0",
  2374. "es-define-property": "^1.0.0",
  2375. "get-intrinsic": "^1.2.4",
  2376. "set-function-length": "^1.2.2"
  2377. },
  2378. "engines": {
  2379. "node": ">= 0.4"
  2380. },
  2381. "funding": {
  2382. "url": "https://github.com/sponsors/ljharb"
  2383. }
  2384. },
  2385. "node_modules/call-bind-apply-helpers": {
  2386. "version": "1.0.2",
  2387. "license": "MIT",
  2388. "dependencies": {
  2389. "es-errors": "^1.3.0",
  2390. "function-bind": "^1.1.2"
  2391. },
  2392. "engines": {
  2393. "node": ">= 0.4"
  2394. }
  2395. },
  2396. "node_modules/call-bound": {
  2397. "version": "1.0.4",
  2398. "license": "MIT",
  2399. "dependencies": {
  2400. "call-bind-apply-helpers": "^1.0.2",
  2401. "get-intrinsic": "^1.3.0"
  2402. },
  2403. "engines": {
  2404. "node": ">= 0.4"
  2405. },
  2406. "funding": {
  2407. "url": "https://github.com/sponsors/ljharb"
  2408. }
  2409. },
  2410. "node_modules/camelcase": {
  2411. "version": "4.1.0",
  2412. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz",
  2413. "integrity": "sha512-FxAv7HpHrXbh3aPo4o2qxHay2lkLY3x5Mw3KeE4KQE8ysVfziWeRZDwcjauvwBSGEC/nXUPzZy8zeh4HokqOnw==",
  2414. "dev": true,
  2415. "license": "MIT",
  2416. "engines": {
  2417. "node": ">=4"
  2418. }
  2419. },
  2420. "node_modules/camelcase-keys": {
  2421. "version": "4.2.0",
  2422. "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-4.2.0.tgz",
  2423. "integrity": "sha512-Ej37YKYbFUI8QiYlvj9YHb6/Z60dZyPJW0Cs8sFilMbd2lP0bw3ylAq9yJkK4lcTA2dID5fG8LjmJYbO7kWb7Q==",
  2424. "dev": true,
  2425. "license": "MIT",
  2426. "dependencies": {
  2427. "camelcase": "^4.1.0",
  2428. "map-obj": "^2.0.0",
  2429. "quick-lru": "^1.0.0"
  2430. },
  2431. "engines": {
  2432. "node": ">=4"
  2433. }
  2434. },
  2435. "node_modules/cat-names": {
  2436. "version": "2.0.0",
  2437. "resolved": "https://registry.npmjs.org/cat-names/-/cat-names-2.0.0.tgz",
  2438. "integrity": "sha512-yjcTHwA7tcro823P5yIfmTvXT8p5YxJd4eASWHAHvqaekuJoGu1qjWoldgfV2mH4tgLp+FNAf13uiDEo/O7LGg==",
  2439. "dev": true,
  2440. "license": "MIT",
  2441. "dependencies": {
  2442. "meow": "^5.0.0",
  2443. "unique-random-array": "^1.0.0"
  2444. },
  2445. "bin": {
  2446. "cat-names": "cli.js"
  2447. },
  2448. "engines": {
  2449. "node": ">=6"
  2450. }
  2451. },
  2452. "node_modules/ccount": {
  2453. "version": "1.1.0",
  2454. "resolved": "https://registry.npmjs.org/ccount/-/ccount-1.1.0.tgz",
  2455. "integrity": "sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==",
  2456. "license": "MIT",
  2457. "funding": {
  2458. "type": "github",
  2459. "url": "https://github.com/sponsors/wooorm"
  2460. }
  2461. },
  2462. "node_modules/chacha20-universal": {
  2463. "version": "1.0.4",
  2464. "license": "ISC",
  2465. "dependencies": {
  2466. "nanoassert": "^2.0.0"
  2467. }
  2468. },
  2469. "node_modules/chalk": {
  2470. "version": "5.6.2",
  2471. "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
  2472. "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
  2473. "license": "MIT",
  2474. "engines": {
  2475. "node": "^12.17.0 || ^14.13 || >=16.0.0"
  2476. },
  2477. "funding": {
  2478. "url": "https://github.com/chalk/chalk?sponsor=1"
  2479. }
  2480. },
  2481. "node_modules/character-entities": {
  2482. "version": "1.2.4",
  2483. "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz",
  2484. "integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==",
  2485. "license": "MIT",
  2486. "funding": {
  2487. "type": "github",
  2488. "url": "https://github.com/sponsors/wooorm"
  2489. }
  2490. },
  2491. "node_modules/character-entities-html4": {
  2492. "version": "1.1.4",
  2493. "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-1.1.4.tgz",
  2494. "integrity": "sha512-HRcDxZuZqMx3/a+qrzxdBKBPUpxWEq9xw2OPZ3a/174ihfrQKVsFhqtthBInFy1zZ9GgZyFXOatNujm8M+El3g==",
  2495. "license": "MIT",
  2496. "funding": {
  2497. "type": "github",
  2498. "url": "https://github.com/sponsors/wooorm"
  2499. }
  2500. },
  2501. "node_modules/character-entities-legacy": {
  2502. "version": "1.1.4",
  2503. "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz",
  2504. "integrity": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==",
  2505. "license": "MIT",
  2506. "funding": {
  2507. "type": "github",
  2508. "url": "https://github.com/sponsors/wooorm"
  2509. }
  2510. },
  2511. "node_modules/character-reference-invalid": {
  2512. "version": "1.1.4",
  2513. "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz",
  2514. "integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==",
  2515. "license": "MIT",
  2516. "funding": {
  2517. "type": "github",
  2518. "url": "https://github.com/sponsors/wooorm"
  2519. }
  2520. },
  2521. "node_modules/charwise": {
  2522. "version": "3.0.1",
  2523. "license": "MIT"
  2524. },
  2525. "node_modules/chloride": {
  2526. "version": "2.4.1",
  2527. "license": "MIT",
  2528. "dependencies": {
  2529. "sodium-browserify": "^1.2.7",
  2530. "sodium-browserify-tweetnacl": "^0.2.5",
  2531. "sodium-chloride": "^1.1.2"
  2532. },
  2533. "optionalDependencies": {
  2534. "sodium-native": "^3.0.0"
  2535. }
  2536. },
  2537. "node_modules/chloride-test": {
  2538. "version": "1.2.4",
  2539. "license": "MIT",
  2540. "dependencies": {
  2541. "json-buffer": "^2.0.11"
  2542. }
  2543. },
  2544. "node_modules/chloride-test/node_modules/json-buffer": {
  2545. "version": "2.0.11",
  2546. "license": "MIT"
  2547. },
  2548. "node_modules/chmodrp": {
  2549. "version": "1.0.2",
  2550. "license": "MIT"
  2551. },
  2552. "node_modules/chokidar": {
  2553. "version": "1.7.0",
  2554. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-1.7.0.tgz",
  2555. "integrity": "sha512-mk8fAWcRUOxY7btlLtitj3A45jOwSAxH4tOFOoEGbVsl6cL6pPMWUy7dwZ/canfj3QEdP6FHSnf/l1c6/WkzVg==",
  2556. "license": "MIT",
  2557. "dependencies": {
  2558. "anymatch": "^1.3.0",
  2559. "async-each": "^1.0.0",
  2560. "glob-parent": "^2.0.0",
  2561. "inherits": "^2.0.1",
  2562. "is-binary-path": "^1.0.0",
  2563. "is-glob": "^2.0.0",
  2564. "path-is-absolute": "^1.0.0",
  2565. "readdirp": "^2.0.0"
  2566. },
  2567. "optionalDependencies": {
  2568. "fsevents": "^1.0.0"
  2569. }
  2570. },
  2571. "node_modules/chokidar/node_modules/fsevents": {
  2572. "version": "1.2.13",
  2573. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz",
  2574. "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==",
  2575. "deprecated": "Upgrade to fsevents v2 to mitigate potential security issues",
  2576. "hasInstallScript": true,
  2577. "license": "MIT",
  2578. "optional": true,
  2579. "os": [
  2580. "darwin"
  2581. ],
  2582. "dependencies": {
  2583. "bindings": "^1.5.0",
  2584. "nan": "^2.12.1"
  2585. },
  2586. "engines": {
  2587. "node": ">= 4.0"
  2588. }
  2589. },
  2590. "node_modules/chownr": {
  2591. "version": "3.0.0",
  2592. "resolved": "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz",
  2593. "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==",
  2594. "license": "BlueOak-1.0.0",
  2595. "engines": {
  2596. "node": ">=18"
  2597. }
  2598. },
  2599. "node_modules/ci-info": {
  2600. "version": "4.4.0",
  2601. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.4.0.tgz",
  2602. "integrity": "sha512-77PSwercCZU2Fc4sX94eF8k8Pxte6JAwL4/ICZLFjJLqegs7kCuAsqqj/70NQF6TvDpgFjkubQB2FW2ZZddvQg==",
  2603. "funding": [
  2604. {
  2605. "type": "github",
  2606. "url": "https://github.com/sponsors/sibiraj-s"
  2607. }
  2608. ],
  2609. "license": "MIT",
  2610. "engines": {
  2611. "node": ">=8"
  2612. }
  2613. },
  2614. "node_modules/clarify-error": {
  2615. "version": "1.0.0",
  2616. "license": "MIT",
  2617. "engines": {
  2618. "node": ">=10"
  2619. }
  2620. },
  2621. "node_modules/class-list": {
  2622. "version": "0.1.1",
  2623. "dependencies": {
  2624. "indexof": "0.0.1"
  2625. }
  2626. },
  2627. "node_modules/class-utils": {
  2628. "version": "0.3.6",
  2629. "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz",
  2630. "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==",
  2631. "license": "MIT",
  2632. "dependencies": {
  2633. "arr-union": "^3.1.0",
  2634. "define-property": "^0.2.5",
  2635. "isobject": "^3.0.0",
  2636. "static-extend": "^0.1.1"
  2637. },
  2638. "engines": {
  2639. "node": ">=0.10.0"
  2640. }
  2641. },
  2642. "node_modules/class-utils/node_modules/define-property": {
  2643. "version": "0.2.5",
  2644. "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
  2645. "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",
  2646. "license": "MIT",
  2647. "dependencies": {
  2648. "is-descriptor": "^0.1.0"
  2649. },
  2650. "engines": {
  2651. "node": ">=0.10.0"
  2652. }
  2653. },
  2654. "node_modules/class-utils/node_modules/is-descriptor": {
  2655. "version": "0.1.7",
  2656. "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz",
  2657. "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==",
  2658. "license": "MIT",
  2659. "dependencies": {
  2660. "is-accessor-descriptor": "^1.0.1",
  2661. "is-data-descriptor": "^1.0.1"
  2662. },
  2663. "engines": {
  2664. "node": ">= 0.4"
  2665. }
  2666. },
  2667. "node_modules/class-utils/node_modules/isobject": {
  2668. "version": "3.0.1",
  2669. "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
  2670. "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==",
  2671. "license": "MIT",
  2672. "engines": {
  2673. "node": ">=0.10.0"
  2674. }
  2675. },
  2676. "node_modules/cli-cursor": {
  2677. "version": "5.0.0",
  2678. "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-5.0.0.tgz",
  2679. "integrity": "sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==",
  2680. "license": "MIT",
  2681. "dependencies": {
  2682. "restore-cursor": "^5.0.0"
  2683. },
  2684. "engines": {
  2685. "node": ">=18"
  2686. },
  2687. "funding": {
  2688. "url": "https://github.com/sponsors/sindresorhus"
  2689. }
  2690. },
  2691. "node_modules/cli-spinners": {
  2692. "version": "2.9.2",
  2693. "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz",
  2694. "integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==",
  2695. "license": "MIT",
  2696. "engines": {
  2697. "node": ">=6"
  2698. },
  2699. "funding": {
  2700. "url": "https://github.com/sponsors/sindresorhus"
  2701. }
  2702. },
  2703. "node_modules/cliui": {
  2704. "version": "8.0.1",
  2705. "license": "ISC",
  2706. "dependencies": {
  2707. "string-width": "^4.2.0",
  2708. "strip-ansi": "^6.0.1",
  2709. "wrap-ansi": "^7.0.0"
  2710. },
  2711. "engines": {
  2712. "node": ">=12"
  2713. }
  2714. },
  2715. "node_modules/cliui/node_modules/emoji-regex": {
  2716. "version": "8.0.0",
  2717. "license": "MIT"
  2718. },
  2719. "node_modules/cliui/node_modules/string-width": {
  2720. "version": "4.2.3",
  2721. "license": "MIT",
  2722. "dependencies": {
  2723. "emoji-regex": "^8.0.0",
  2724. "is-fullwidth-code-point": "^3.0.0",
  2725. "strip-ansi": "^6.0.1"
  2726. },
  2727. "engines": {
  2728. "node": ">=8"
  2729. }
  2730. },
  2731. "node_modules/cliui/node_modules/wrap-ansi": {
  2732. "version": "7.0.0",
  2733. "license": "MIT",
  2734. "dependencies": {
  2735. "ansi-styles": "^4.0.0",
  2736. "string-width": "^4.1.0",
  2737. "strip-ansi": "^6.0.0"
  2738. },
  2739. "engines": {
  2740. "node": ">=10"
  2741. },
  2742. "funding": {
  2743. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  2744. }
  2745. },
  2746. "node_modules/cmake-js": {
  2747. "version": "8.0.0",
  2748. "resolved": "https://registry.npmjs.org/cmake-js/-/cmake-js-8.0.0.tgz",
  2749. "integrity": "sha512-YbUP88RDwCvoQkZhRtGURYm9RIpWdtvZuhT87fKNoLjk8kIFIFeARpKfuZQGdwfH99GZpUmqSfcDrK62X7lTgg==",
  2750. "license": "MIT",
  2751. "dependencies": {
  2752. "debug": "^4.4.3",
  2753. "fs-extra": "^11.3.3",
  2754. "node-api-headers": "^1.8.0",
  2755. "rc": "1.2.8",
  2756. "semver": "^7.7.3",
  2757. "tar": "^7.5.6",
  2758. "url-join": "^4.0.1",
  2759. "which": "^6.0.0",
  2760. "yargs": "^17.7.2"
  2761. },
  2762. "bin": {
  2763. "cmake-js": "bin/cmake-js"
  2764. },
  2765. "engines": {
  2766. "node": "^20.17.0 || >=22.9.0"
  2767. }
  2768. },
  2769. "node_modules/cmake-js/node_modules/isexe": {
  2770. "version": "4.0.0",
  2771. "resolved": "https://registry.npmjs.org/isexe/-/isexe-4.0.0.tgz",
  2772. "integrity": "sha512-FFUtZMpoZ8RqHS3XeXEmHWLA4thH+ZxCv2lOiPIn1Xc7CxrqhWzNSDzD+/chS/zbYezmiwWLdQC09JdQKmthOw==",
  2773. "license": "BlueOak-1.0.0",
  2774. "engines": {
  2775. "node": ">=20"
  2776. }
  2777. },
  2778. "node_modules/cmake-js/node_modules/which": {
  2779. "version": "6.0.1",
  2780. "resolved": "https://registry.npmjs.org/which/-/which-6.0.1.tgz",
  2781. "integrity": "sha512-oGLe46MIrCRqX7ytPUf66EAYvdeMIZYn3WaocqqKZAxrBpkqHfL/qvTyJ/bTk5+AqHCjXmrv3CEWgy368zhRUg==",
  2782. "license": "ISC",
  2783. "dependencies": {
  2784. "isexe": "^4.0.0"
  2785. },
  2786. "bin": {
  2787. "node-which": "bin/which.js"
  2788. },
  2789. "engines": {
  2790. "node": "^20.17.0 || >=22.9.0"
  2791. }
  2792. },
  2793. "node_modules/co": {
  2794. "version": "4.6.0",
  2795. "license": "MIT",
  2796. "engines": {
  2797. "iojs": ">= 1.0.0",
  2798. "node": ">= 0.12.0"
  2799. }
  2800. },
  2801. "node_modules/co-body": {
  2802. "version": "6.2.0",
  2803. "license": "MIT",
  2804. "dependencies": {
  2805. "@hapi/bourne": "^3.0.0",
  2806. "inflation": "^2.0.0",
  2807. "qs": "^6.5.2",
  2808. "raw-body": "^2.3.3",
  2809. "type-is": "^1.6.16"
  2810. },
  2811. "engines": {
  2812. "node": ">=8.0.0"
  2813. }
  2814. },
  2815. "node_modules/code-point-at": {
  2816. "version": "1.1.0",
  2817. "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
  2818. "integrity": "sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA==",
  2819. "license": "MIT",
  2820. "engines": {
  2821. "node": ">=0.10.0"
  2822. }
  2823. },
  2824. "node_modules/collapse-white-space": {
  2825. "version": "1.0.6",
  2826. "resolved": "https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-1.0.6.tgz",
  2827. "integrity": "sha512-jEovNnrhMuqyCcjfEJA56v0Xq8SkIoPKDyaHahwo3POf4qcSXqMYuwNcOTzp74vTsR9Tn08z4MxWqAhcekogkQ==",
  2828. "license": "MIT",
  2829. "funding": {
  2830. "type": "github",
  2831. "url": "https://github.com/sponsors/wooorm"
  2832. }
  2833. },
  2834. "node_modules/collection-visit": {
  2835. "version": "1.0.0",
  2836. "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz",
  2837. "integrity": "sha512-lNkKvzEeMBBjUGHZ+q6z9pSJla0KWAQPvtzhEV9+iGyQYG+pBpl7xKDhxoNSOZH2hhv0v5k0y2yAM4o4SjoSkw==",
  2838. "license": "MIT",
  2839. "dependencies": {
  2840. "map-visit": "^1.0.0",
  2841. "object-visit": "^1.0.0"
  2842. },
  2843. "engines": {
  2844. "node": ">=0.10.0"
  2845. }
  2846. },
  2847. "node_modules/color": {
  2848. "version": "4.2.3",
  2849. "license": "MIT",
  2850. "optional": true,
  2851. "dependencies": {
  2852. "color-convert": "^2.0.1",
  2853. "color-string": "^1.9.0"
  2854. },
  2855. "engines": {
  2856. "node": ">=12.5.0"
  2857. }
  2858. },
  2859. "node_modules/color-convert": {
  2860. "version": "2.0.1",
  2861. "license": "MIT",
  2862. "dependencies": {
  2863. "color-name": "~1.1.4"
  2864. },
  2865. "engines": {
  2866. "node": ">=7.0.0"
  2867. }
  2868. },
  2869. "node_modules/color-name": {
  2870. "version": "1.1.4",
  2871. "license": "MIT"
  2872. },
  2873. "node_modules/color-string": {
  2874. "version": "1.9.1",
  2875. "license": "MIT",
  2876. "optional": true,
  2877. "dependencies": {
  2878. "color-name": "^1.0.0",
  2879. "simple-swizzle": "^0.2.2"
  2880. }
  2881. },
  2882. "node_modules/combined-stream": {
  2883. "version": "1.0.8",
  2884. "license": "MIT",
  2885. "dependencies": {
  2886. "delayed-stream": "~1.0.0"
  2887. },
  2888. "engines": {
  2889. "node": ">= 0.8"
  2890. }
  2891. },
  2892. "node_modules/commander": {
  2893. "version": "10.0.1",
  2894. "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz",
  2895. "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==",
  2896. "license": "MIT",
  2897. "engines": {
  2898. "node": ">=14"
  2899. }
  2900. },
  2901. "node_modules/compare-at-paths": {
  2902. "version": "1.0.0",
  2903. "license": "MIT",
  2904. "dependencies": {
  2905. "libnested": "^1.3.2",
  2906. "tape": "^4.9.1",
  2907. "typewiselite": "^1.0.0"
  2908. }
  2909. },
  2910. "node_modules/compatibility": {
  2911. "version": "1.0.1",
  2912. "resolved": "https://registry.npmjs.org/compatibility/-/compatibility-1.0.1.tgz",
  2913. "integrity": "sha512-0OzQu7V1TlJvKiEGC4b4TEXypGBHzcRX8ZSJ9svyMIKnE73AFrBAmVyPIabrFKhKc0L0iDLw6voyB3vA3hEXHg==",
  2914. "dev": true,
  2915. "license": "MIT",
  2916. "dependencies": {
  2917. "debug": "^4.1.1",
  2918. "npm-install-package": "^2.1.0",
  2919. "semver": "^6.1.0"
  2920. },
  2921. "bin": {
  2922. "compatibility": "bin.js"
  2923. }
  2924. },
  2925. "node_modules/compatibility/node_modules/semver": {
  2926. "version": "6.3.1",
  2927. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  2928. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  2929. "dev": true,
  2930. "license": "ISC",
  2931. "bin": {
  2932. "semver": "bin/semver.js"
  2933. }
  2934. },
  2935. "node_modules/component-emitter": {
  2936. "version": "1.3.1",
  2937. "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.1.tgz",
  2938. "integrity": "sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==",
  2939. "license": "MIT",
  2940. "funding": {
  2941. "url": "https://github.com/sponsors/sindresorhus"
  2942. }
  2943. },
  2944. "node_modules/compress-commons": {
  2945. "version": "6.0.2",
  2946. "license": "MIT",
  2947. "dependencies": {
  2948. "crc-32": "^1.2.0",
  2949. "crc32-stream": "^6.0.0",
  2950. "is-stream": "^2.0.1",
  2951. "normalize-path": "^3.0.0",
  2952. "readable-stream": "^4.0.0"
  2953. },
  2954. "engines": {
  2955. "node": ">= 14"
  2956. }
  2957. },
  2958. "node_modules/concat-map": {
  2959. "version": "0.0.1",
  2960. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  2961. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  2962. "license": "MIT"
  2963. },
  2964. "node_modules/concat-stream": {
  2965. "version": "1.6.2",
  2966. "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz",
  2967. "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==",
  2968. "engines": [
  2969. "node >= 0.8"
  2970. ],
  2971. "license": "MIT",
  2972. "dependencies": {
  2973. "buffer-from": "^1.0.0",
  2974. "inherits": "^2.0.3",
  2975. "readable-stream": "^2.2.2",
  2976. "typedarray": "^0.0.6"
  2977. }
  2978. },
  2979. "node_modules/concat-stream/node_modules/isarray": {
  2980. "version": "1.0.0",
  2981. "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
  2982. "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
  2983. "license": "MIT"
  2984. },
  2985. "node_modules/concat-stream/node_modules/readable-stream": {
  2986. "version": "2.3.8",
  2987. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
  2988. "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
  2989. "license": "MIT",
  2990. "dependencies": {
  2991. "core-util-is": "~1.0.0",
  2992. "inherits": "~2.0.3",
  2993. "isarray": "~1.0.0",
  2994. "process-nextick-args": "~2.0.0",
  2995. "safe-buffer": "~5.1.1",
  2996. "string_decoder": "~1.1.1",
  2997. "util-deprecate": "~1.0.1"
  2998. }
  2999. },
  3000. "node_modules/concat-stream/node_modules/safe-buffer": {
  3001. "version": "5.1.2",
  3002. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
  3003. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
  3004. "license": "MIT"
  3005. },
  3006. "node_modules/concat-stream/node_modules/string_decoder": {
  3007. "version": "1.1.1",
  3008. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  3009. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  3010. "license": "MIT",
  3011. "dependencies": {
  3012. "safe-buffer": "~5.1.0"
  3013. }
  3014. },
  3015. "node_modules/cont": {
  3016. "version": "1.0.3",
  3017. "license": "MIT",
  3018. "dependencies": {
  3019. "continuable": "~1.2.0",
  3020. "continuable-para": "~1.2.0",
  3021. "continuable-series": "~1.2.0"
  3022. }
  3023. },
  3024. "node_modules/content-disposition": {
  3025. "version": "0.5.4",
  3026. "license": "MIT",
  3027. "dependencies": {
  3028. "safe-buffer": "5.2.1"
  3029. },
  3030. "engines": {
  3031. "node": ">= 0.6"
  3032. }
  3033. },
  3034. "node_modules/content-type": {
  3035. "version": "1.0.5",
  3036. "license": "MIT",
  3037. "engines": {
  3038. "node": ">= 0.6"
  3039. }
  3040. },
  3041. "node_modules/continuable": {
  3042. "version": "1.2.0"
  3043. },
  3044. "node_modules/continuable-hash": {
  3045. "version": "0.1.4",
  3046. "dependencies": {
  3047. "continuable": "~1.1.6"
  3048. }
  3049. },
  3050. "node_modules/continuable-hash/node_modules/continuable": {
  3051. "version": "1.1.8"
  3052. },
  3053. "node_modules/continuable-list": {
  3054. "version": "0.1.6",
  3055. "dependencies": {
  3056. "continuable": "~1.1.6"
  3057. }
  3058. },
  3059. "node_modules/continuable-list/node_modules/continuable": {
  3060. "version": "1.1.8"
  3061. },
  3062. "node_modules/continuable-para": {
  3063. "version": "1.2.0",
  3064. "license": "MIT",
  3065. "dependencies": {
  3066. "continuable-hash": "~0.1.4",
  3067. "continuable-list": "~0.1.5"
  3068. }
  3069. },
  3070. "node_modules/continuable-series": {
  3071. "version": "1.2.0",
  3072. "license": "MIT"
  3073. },
  3074. "node_modules/cookie": {
  3075. "version": "0.7.1",
  3076. "license": "MIT",
  3077. "engines": {
  3078. "node": ">= 0.6"
  3079. }
  3080. },
  3081. "node_modules/cookie-signature": {
  3082. "version": "1.2.2",
  3083. "license": "MIT",
  3084. "engines": {
  3085. "node": ">=6.6.0"
  3086. }
  3087. },
  3088. "node_modules/cookies": {
  3089. "version": "0.9.1",
  3090. "license": "MIT",
  3091. "dependencies": {
  3092. "depd": "~2.0.0",
  3093. "keygrip": "~1.1.0"
  3094. },
  3095. "engines": {
  3096. "node": ">= 0.8"
  3097. }
  3098. },
  3099. "node_modules/copy-descriptor": {
  3100. "version": "0.1.1",
  3101. "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz",
  3102. "integrity": "sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==",
  3103. "license": "MIT",
  3104. "engines": {
  3105. "node": ">=0.10.0"
  3106. }
  3107. },
  3108. "node_modules/core-util-is": {
  3109. "version": "1.0.3",
  3110. "license": "MIT"
  3111. },
  3112. "node_modules/cors": {
  3113. "version": "2.8.5",
  3114. "license": "MIT",
  3115. "dependencies": {
  3116. "object-assign": "^4",
  3117. "vary": "^1"
  3118. },
  3119. "engines": {
  3120. "node": ">= 0.10"
  3121. }
  3122. },
  3123. "node_modules/cpu-percentage": {
  3124. "version": "1.0.3",
  3125. "license": "MIT",
  3126. "engines": {
  3127. "node": ">=6.1"
  3128. }
  3129. },
  3130. "node_modules/crc": {
  3131. "version": "3.6.0",
  3132. "license": "MIT",
  3133. "dependencies": {
  3134. "buffer": "^5.1.0"
  3135. }
  3136. },
  3137. "node_modules/crc-32": {
  3138. "version": "1.2.2",
  3139. "license": "Apache-2.0",
  3140. "bin": {
  3141. "crc32": "bin/crc32.njs"
  3142. },
  3143. "engines": {
  3144. "node": ">=0.8"
  3145. }
  3146. },
  3147. "node_modules/crc/node_modules/buffer": {
  3148. "version": "5.7.1",
  3149. "funding": [
  3150. {
  3151. "type": "github",
  3152. "url": "https://github.com/sponsors/feross"
  3153. },
  3154. {
  3155. "type": "patreon",
  3156. "url": "https://www.patreon.com/feross"
  3157. },
  3158. {
  3159. "type": "consulting",
  3160. "url": "https://feross.org/support"
  3161. }
  3162. ],
  3163. "license": "MIT",
  3164. "dependencies": {
  3165. "base64-js": "^1.3.1",
  3166. "ieee754": "^1.1.13"
  3167. }
  3168. },
  3169. "node_modules/crc32-stream": {
  3170. "version": "6.0.0",
  3171. "license": "MIT",
  3172. "dependencies": {
  3173. "crc-32": "^1.2.0",
  3174. "readable-stream": "^4.0.0"
  3175. },
  3176. "engines": {
  3177. "node": ">= 14"
  3178. }
  3179. },
  3180. "node_modules/cross-spawn": {
  3181. "version": "7.0.6",
  3182. "license": "MIT",
  3183. "dependencies": {
  3184. "path-key": "^3.1.0",
  3185. "shebang-command": "^2.0.0",
  3186. "which": "^2.0.1"
  3187. },
  3188. "engines": {
  3189. "node": ">= 8"
  3190. }
  3191. },
  3192. "node_modules/css-tree": {
  3193. "version": "3.1.0",
  3194. "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.1.0.tgz",
  3195. "integrity": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==",
  3196. "license": "MIT",
  3197. "dependencies": {
  3198. "mdn-data": "2.12.2",
  3199. "source-map-js": "^1.0.1"
  3200. },
  3201. "engines": {
  3202. "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
  3203. }
  3204. },
  3205. "node_modules/cssstyle": {
  3206. "version": "5.3.7",
  3207. "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-5.3.7.tgz",
  3208. "integrity": "sha512-7D2EPVltRrsTkhpQmksIu+LxeWAIEk6wRDMJ1qljlv+CKHJM+cJLlfhWIzNA44eAsHXSNe3+vO6DW1yCYx8SuQ==",
  3209. "license": "MIT",
  3210. "dependencies": {
  3211. "@asamuzakjp/css-color": "^4.1.1",
  3212. "@csstools/css-syntax-patches-for-csstree": "^1.0.21",
  3213. "css-tree": "^3.1.0",
  3214. "lru-cache": "^11.2.4"
  3215. },
  3216. "engines": {
  3217. "node": ">=20"
  3218. }
  3219. },
  3220. "node_modules/cssstyle/node_modules/lru-cache": {
  3221. "version": "11.2.6",
  3222. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.6.tgz",
  3223. "integrity": "sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==",
  3224. "license": "BlueOak-1.0.0",
  3225. "engines": {
  3226. "node": "20 || >=22"
  3227. }
  3228. },
  3229. "node_modules/currently-unhandled": {
  3230. "version": "0.4.1",
  3231. "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
  3232. "integrity": "sha512-/fITjgjGU50vjQ4FH6eUoYu+iUoUKIXws2hL15JJpIR+BbTxaXQsMuuyjtNh2WqsSBS5nsaZHFsFecyw5CCAng==",
  3233. "dev": true,
  3234. "license": "MIT",
  3235. "dependencies": {
  3236. "array-find-index": "^1.0.1"
  3237. },
  3238. "engines": {
  3239. "node": ">=0.10.0"
  3240. }
  3241. },
  3242. "node_modules/data-urls": {
  3243. "version": "7.0.0",
  3244. "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-7.0.0.tgz",
  3245. "integrity": "sha512-23XHcCF+coGYevirZceTVD7NdJOqVn+49IHyxgszm+JIiHLoB2TkmPtsYkNWT1pvRSGkc35L6NHs0yHkN2SumA==",
  3246. "license": "MIT",
  3247. "dependencies": {
  3248. "whatwg-mimetype": "^5.0.0",
  3249. "whatwg-url": "^16.0.0"
  3250. },
  3251. "engines": {
  3252. "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  3253. }
  3254. },
  3255. "node_modules/data-urls/node_modules/tr46": {
  3256. "version": "6.0.0",
  3257. "resolved": "https://registry.npmjs.org/tr46/-/tr46-6.0.0.tgz",
  3258. "integrity": "sha512-bLVMLPtstlZ4iMQHpFHTR7GAGj2jxi8Dg0s2h2MafAE4uSWF98FC/3MomU51iQAMf8/qDUbKWf5GxuvvVcXEhw==",
  3259. "license": "MIT",
  3260. "dependencies": {
  3261. "punycode": "^2.3.1"
  3262. },
  3263. "engines": {
  3264. "node": ">=20"
  3265. }
  3266. },
  3267. "node_modules/data-urls/node_modules/webidl-conversions": {
  3268. "version": "8.0.1",
  3269. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-8.0.1.tgz",
  3270. "integrity": "sha512-BMhLD/Sw+GbJC21C/UgyaZX41nPt8bUTg+jWyDeg7e7YN4xOM05YPSIXceACnXVtqyEw/LMClUQMtMZ+PGGpqQ==",
  3271. "license": "BSD-2-Clause",
  3272. "engines": {
  3273. "node": ">=20"
  3274. }
  3275. },
  3276. "node_modules/data-urls/node_modules/whatwg-url": {
  3277. "version": "16.0.0",
  3278. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-16.0.0.tgz",
  3279. "integrity": "sha512-9CcxtEKsf53UFwkSUZjG+9vydAsFO4lFHBpJUtjBcoJOCJpKnSJNwCw813zrYJHpCJ7sgfbtOe0V5Ku7Pa1XMQ==",
  3280. "license": "MIT",
  3281. "dependencies": {
  3282. "@exodus/bytes": "^1.11.0",
  3283. "tr46": "^6.0.0",
  3284. "webidl-conversions": "^8.0.1"
  3285. },
  3286. "engines": {
  3287. "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  3288. }
  3289. },
  3290. "node_modules/data-view-buffer": {
  3291. "version": "1.0.2",
  3292. "license": "MIT",
  3293. "dependencies": {
  3294. "call-bound": "^1.0.3",
  3295. "es-errors": "^1.3.0",
  3296. "is-data-view": "^1.0.2"
  3297. },
  3298. "engines": {
  3299. "node": ">= 0.4"
  3300. },
  3301. "funding": {
  3302. "url": "https://github.com/sponsors/ljharb"
  3303. }
  3304. },
  3305. "node_modules/data-view-byte-length": {
  3306. "version": "1.0.2",
  3307. "license": "MIT",
  3308. "dependencies": {
  3309. "call-bound": "^1.0.3",
  3310. "es-errors": "^1.3.0",
  3311. "is-data-view": "^1.0.2"
  3312. },
  3313. "engines": {
  3314. "node": ">= 0.4"
  3315. },
  3316. "funding": {
  3317. "url": "https://github.com/sponsors/inspect-js"
  3318. }
  3319. },
  3320. "node_modules/data-view-byte-offset": {
  3321. "version": "1.0.1",
  3322. "license": "MIT",
  3323. "dependencies": {
  3324. "call-bound": "^1.0.2",
  3325. "es-errors": "^1.3.0",
  3326. "is-data-view": "^1.0.1"
  3327. },
  3328. "engines": {
  3329. "node": ">= 0.4"
  3330. },
  3331. "funding": {
  3332. "url": "https://github.com/sponsors/ljharb"
  3333. }
  3334. },
  3335. "node_modules/debug": {
  3336. "version": "4.4.1",
  3337. "license": "MIT",
  3338. "dependencies": {
  3339. "ms": "^2.1.3"
  3340. },
  3341. "engines": {
  3342. "node": ">=6.0"
  3343. },
  3344. "peerDependenciesMeta": {
  3345. "supports-color": {
  3346. "optional": true
  3347. }
  3348. }
  3349. },
  3350. "node_modules/decamelize": {
  3351. "version": "1.2.0",
  3352. "license": "MIT",
  3353. "engines": {
  3354. "node": ">=0.10.0"
  3355. }
  3356. },
  3357. "node_modules/decamelize-keys": {
  3358. "version": "1.1.1",
  3359. "resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.1.tgz",
  3360. "integrity": "sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==",
  3361. "dev": true,
  3362. "license": "MIT",
  3363. "dependencies": {
  3364. "decamelize": "^1.1.0",
  3365. "map-obj": "^1.0.0"
  3366. },
  3367. "engines": {
  3368. "node": ">=0.10.0"
  3369. },
  3370. "funding": {
  3371. "url": "https://github.com/sponsors/sindresorhus"
  3372. }
  3373. },
  3374. "node_modules/decamelize-keys/node_modules/map-obj": {
  3375. "version": "1.0.1",
  3376. "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz",
  3377. "integrity": "sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==",
  3378. "dev": true,
  3379. "license": "MIT",
  3380. "engines": {
  3381. "node": ">=0.10.0"
  3382. }
  3383. },
  3384. "node_modules/decimal.js": {
  3385. "version": "10.6.0",
  3386. "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.6.0.tgz",
  3387. "integrity": "sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==",
  3388. "license": "MIT"
  3389. },
  3390. "node_modules/decode-uri-component": {
  3391. "version": "0.2.2",
  3392. "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz",
  3393. "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==",
  3394. "license": "MIT",
  3395. "engines": {
  3396. "node": ">=0.10"
  3397. }
  3398. },
  3399. "node_modules/deep-equal": {
  3400. "version": "1.0.1",
  3401. "license": "MIT"
  3402. },
  3403. "node_modules/deep-extend": {
  3404. "version": "0.6.0",
  3405. "license": "MIT",
  3406. "engines": {
  3407. "node": ">=4.0.0"
  3408. }
  3409. },
  3410. "node_modules/deferred-leveldown": {
  3411. "version": "5.3.0",
  3412. "license": "MIT",
  3413. "dependencies": {
  3414. "abstract-leveldown": "~6.2.1",
  3415. "inherits": "^2.0.3"
  3416. },
  3417. "engines": {
  3418. "node": ">=6"
  3419. }
  3420. },
  3421. "node_modules/define-data-property": {
  3422. "version": "1.1.4",
  3423. "license": "MIT",
  3424. "dependencies": {
  3425. "es-define-property": "^1.0.0",
  3426. "es-errors": "^1.3.0",
  3427. "gopd": "^1.0.1"
  3428. },
  3429. "engines": {
  3430. "node": ">= 0.4"
  3431. },
  3432. "funding": {
  3433. "url": "https://github.com/sponsors/ljharb"
  3434. }
  3435. },
  3436. "node_modules/define-lazy-prop": {
  3437. "version": "2.0.0",
  3438. "license": "MIT",
  3439. "engines": {
  3440. "node": ">=8"
  3441. }
  3442. },
  3443. "node_modules/define-properties": {
  3444. "version": "1.2.1",
  3445. "license": "MIT",
  3446. "dependencies": {
  3447. "define-data-property": "^1.0.1",
  3448. "has-property-descriptors": "^1.0.0",
  3449. "object-keys": "^1.1.1"
  3450. },
  3451. "engines": {
  3452. "node": ">= 0.4"
  3453. },
  3454. "funding": {
  3455. "url": "https://github.com/sponsors/ljharb"
  3456. }
  3457. },
  3458. "node_modules/define-property": {
  3459. "version": "2.0.2",
  3460. "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz",
  3461. "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==",
  3462. "license": "MIT",
  3463. "dependencies": {
  3464. "is-descriptor": "^1.0.2",
  3465. "isobject": "^3.0.1"
  3466. },
  3467. "engines": {
  3468. "node": ">=0.10.0"
  3469. }
  3470. },
  3471. "node_modules/define-property/node_modules/isobject": {
  3472. "version": "3.0.1",
  3473. "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
  3474. "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==",
  3475. "license": "MIT",
  3476. "engines": {
  3477. "node": ">=0.10.0"
  3478. }
  3479. },
  3480. "node_modules/defined": {
  3481. "version": "1.0.1",
  3482. "license": "MIT",
  3483. "funding": {
  3484. "url": "https://github.com/sponsors/ljharb"
  3485. }
  3486. },
  3487. "node_modules/delayed-stream": {
  3488. "version": "1.0.0",
  3489. "license": "MIT",
  3490. "engines": {
  3491. "node": ">=0.4.0"
  3492. }
  3493. },
  3494. "node_modules/delegates": {
  3495. "version": "1.0.0",
  3496. "license": "MIT"
  3497. },
  3498. "node_modules/depd": {
  3499. "version": "2.0.0",
  3500. "license": "MIT",
  3501. "engines": {
  3502. "node": ">= 0.8"
  3503. }
  3504. },
  3505. "node_modules/destroy": {
  3506. "version": "1.2.0",
  3507. "license": "MIT",
  3508. "engines": {
  3509. "node": ">= 0.8",
  3510. "npm": "1.2.8000 || >= 1.4.16"
  3511. }
  3512. },
  3513. "node_modules/detab": {
  3514. "version": "1.0.2",
  3515. "resolved": "https://registry.npmjs.org/detab/-/detab-1.0.2.tgz",
  3516. "integrity": "sha512-J7vnPWu/Rq5Hi8xPPnwsv55CLkJmzZZCJOs0sAc6QcC7uf1X2iOrAXyGB6bXJBl5s4anllkMBKkHz13/BenuUQ==",
  3517. "license": "MIT",
  3518. "dependencies": {
  3519. "repeat-string": "^1.5.2"
  3520. }
  3521. },
  3522. "node_modules/detect-libc": {
  3523. "version": "2.0.4",
  3524. "license": "Apache-2.0",
  3525. "optional": true,
  3526. "engines": {
  3527. "node": ">=8"
  3528. }
  3529. },
  3530. "node_modules/dezalgo": {
  3531. "version": "1.0.4",
  3532. "license": "ISC",
  3533. "dependencies": {
  3534. "asap": "^2.0.0",
  3535. "wrappy": "1"
  3536. }
  3537. },
  3538. "node_modules/dgram-broadcast": {
  3539. "version": "1.0.0",
  3540. "license": "MIT",
  3541. "bin": {
  3542. "dgram-broadcast": "bin.js"
  3543. },
  3544. "engines": {
  3545. "node": ">=12"
  3546. }
  3547. },
  3548. "node_modules/dijkstrajs": {
  3549. "version": "1.0.3",
  3550. "license": "MIT"
  3551. },
  3552. "node_modules/discontinuous-range": {
  3553. "version": "1.0.0",
  3554. "license": "MIT"
  3555. },
  3556. "node_modules/dog-names": {
  3557. "version": "1.0.2",
  3558. "resolved": "https://registry.npmjs.org/dog-names/-/dog-names-1.0.2.tgz",
  3559. "integrity": "sha512-3+2tu1P9L+J3od+yTWQpfXkcUlukfylLYpsSgAMFaUvxk8Ah7kStNdUDcg9D4hpH1D8b+uMGHv5LKlB4uaH4ng==",
  3560. "dev": true,
  3561. "license": "MIT",
  3562. "dependencies": {
  3563. "meow": "^3.0.0",
  3564. "unique-random-array": "^1.0.0"
  3565. },
  3566. "bin": {
  3567. "dog-names": "cli.js"
  3568. },
  3569. "engines": {
  3570. "node": ">=0.10.0"
  3571. }
  3572. },
  3573. "node_modules/dog-names/node_modules/camelcase": {
  3574. "version": "2.1.1",
  3575. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz",
  3576. "integrity": "sha512-DLIsRzJVBQu72meAKPkWQOLcujdXT32hwdfnkI1frSiSRMK1MofjKHf+MEx0SB6fjEFXL8fBDv1dKymBlOp4Qw==",
  3577. "dev": true,
  3578. "license": "MIT",
  3579. "engines": {
  3580. "node": ">=0.10.0"
  3581. }
  3582. },
  3583. "node_modules/dog-names/node_modules/camelcase-keys": {
  3584. "version": "2.1.0",
  3585. "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz",
  3586. "integrity": "sha512-bA/Z/DERHKqoEOrp+qeGKw1QlvEQkGZSc0XaY6VnTxZr+Kv1G5zFwttpjv8qxZ/sBPT4nthwZaAcsAZTJlSKXQ==",
  3587. "dev": true,
  3588. "license": "MIT",
  3589. "dependencies": {
  3590. "camelcase": "^2.0.0",
  3591. "map-obj": "^1.0.0"
  3592. },
  3593. "engines": {
  3594. "node": ">=0.10.0"
  3595. }
  3596. },
  3597. "node_modules/dog-names/node_modules/find-up": {
  3598. "version": "1.1.2",
  3599. "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
  3600. "integrity": "sha512-jvElSjyuo4EMQGoTwo1uJU5pQMwTW5lS1x05zzfJuTIyLR3zwO27LYrxNg+dlvKpGOuGy/MzBdXh80g0ve5+HA==",
  3601. "dev": true,
  3602. "license": "MIT",
  3603. "dependencies": {
  3604. "path-exists": "^2.0.0",
  3605. "pinkie-promise": "^2.0.0"
  3606. },
  3607. "engines": {
  3608. "node": ">=0.10.0"
  3609. }
  3610. },
  3611. "node_modules/dog-names/node_modules/indent-string": {
  3612. "version": "2.1.0",
  3613. "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz",
  3614. "integrity": "sha512-aqwDFWSgSgfRaEwao5lg5KEcVd/2a+D1rvoG7NdilmYz0NwRk6StWpWdz/Hpk34MKPpx7s8XxUqimfcQK6gGlg==",
  3615. "dev": true,
  3616. "license": "MIT",
  3617. "dependencies": {
  3618. "repeating": "^2.0.0"
  3619. },
  3620. "engines": {
  3621. "node": ">=0.10.0"
  3622. }
  3623. },
  3624. "node_modules/dog-names/node_modules/load-json-file": {
  3625. "version": "1.1.0",
  3626. "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
  3627. "integrity": "sha512-cy7ZdNRXdablkXYNI049pthVeXFurRyb9+hA/dZzerZ0pGTx42z+y+ssxBaVV2l70t1muq5IdKhn4UtcoGUY9A==",
  3628. "dev": true,
  3629. "license": "MIT",
  3630. "dependencies": {
  3631. "graceful-fs": "^4.1.2",
  3632. "parse-json": "^2.2.0",
  3633. "pify": "^2.0.0",
  3634. "pinkie-promise": "^2.0.0",
  3635. "strip-bom": "^2.0.0"
  3636. },
  3637. "engines": {
  3638. "node": ">=0.10.0"
  3639. }
  3640. },
  3641. "node_modules/dog-names/node_modules/map-obj": {
  3642. "version": "1.0.1",
  3643. "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz",
  3644. "integrity": "sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==",
  3645. "dev": true,
  3646. "license": "MIT",
  3647. "engines": {
  3648. "node": ">=0.10.0"
  3649. }
  3650. },
  3651. "node_modules/dog-names/node_modules/meow": {
  3652. "version": "3.7.0",
  3653. "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
  3654. "integrity": "sha512-TNdwZs0skRlpPpCUK25StC4VH+tP5GgeY1HQOOGP+lQ2xtdkN2VtT/5tiX9k3IWpkBPV9b3LsAWXn4GGi/PrSA==",
  3655. "dev": true,
  3656. "license": "MIT",
  3657. "dependencies": {
  3658. "camelcase-keys": "^2.0.0",
  3659. "decamelize": "^1.1.2",
  3660. "loud-rejection": "^1.0.0",
  3661. "map-obj": "^1.0.1",
  3662. "minimist": "^1.1.3",
  3663. "normalize-package-data": "^2.3.4",
  3664. "object-assign": "^4.0.1",
  3665. "read-pkg-up": "^1.0.1",
  3666. "redent": "^1.0.0",
  3667. "trim-newlines": "^1.0.0"
  3668. },
  3669. "engines": {
  3670. "node": ">=0.10.0"
  3671. }
  3672. },
  3673. "node_modules/dog-names/node_modules/parse-json": {
  3674. "version": "2.2.0",
  3675. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
  3676. "integrity": "sha512-QR/GGaKCkhwk1ePQNYDRKYZ3mwU9ypsKhB0XyFnLQdomyEqk3e8wpW3V5Jp88zbxK4n5ST1nqo+g9juTpownhQ==",
  3677. "dev": true,
  3678. "license": "MIT",
  3679. "dependencies": {
  3680. "error-ex": "^1.2.0"
  3681. },
  3682. "engines": {
  3683. "node": ">=0.10.0"
  3684. }
  3685. },
  3686. "node_modules/dog-names/node_modules/path-exists": {
  3687. "version": "2.1.0",
  3688. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
  3689. "integrity": "sha512-yTltuKuhtNeFJKa1PiRzfLAU5182q1y4Eb4XCJ3PBqyzEDkAZRzBrKKBct682ls9reBVHf9udYLN5Nd+K1B9BQ==",
  3690. "dev": true,
  3691. "license": "MIT",
  3692. "dependencies": {
  3693. "pinkie-promise": "^2.0.0"
  3694. },
  3695. "engines": {
  3696. "node": ">=0.10.0"
  3697. }
  3698. },
  3699. "node_modules/dog-names/node_modules/path-type": {
  3700. "version": "1.1.0",
  3701. "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",
  3702. "integrity": "sha512-S4eENJz1pkiQn9Znv33Q+deTOKmbl+jj1Fl+qiP/vYezj+S8x+J3Uo0ISrx/QoEvIlOaDWJhPaRd1flJ9HXZqg==",
  3703. "dev": true,
  3704. "license": "MIT",
  3705. "dependencies": {
  3706. "graceful-fs": "^4.1.2",
  3707. "pify": "^2.0.0",
  3708. "pinkie-promise": "^2.0.0"
  3709. },
  3710. "engines": {
  3711. "node": ">=0.10.0"
  3712. }
  3713. },
  3714. "node_modules/dog-names/node_modules/pify": {
  3715. "version": "2.3.0",
  3716. "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
  3717. "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
  3718. "dev": true,
  3719. "license": "MIT",
  3720. "engines": {
  3721. "node": ">=0.10.0"
  3722. }
  3723. },
  3724. "node_modules/dog-names/node_modules/read-pkg": {
  3725. "version": "1.1.0",
  3726. "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz",
  3727. "integrity": "sha512-7BGwRHqt4s/uVbuyoeejRn4YmFnYZiFl4AuaeXHlgZf3sONF0SOGlxs2Pw8g6hCKupo08RafIO5YXFNOKTfwsQ==",
  3728. "dev": true,
  3729. "license": "MIT",
  3730. "dependencies": {
  3731. "load-json-file": "^1.0.0",
  3732. "normalize-package-data": "^2.3.2",
  3733. "path-type": "^1.0.0"
  3734. },
  3735. "engines": {
  3736. "node": ">=0.10.0"
  3737. }
  3738. },
  3739. "node_modules/dog-names/node_modules/read-pkg-up": {
  3740. "version": "1.0.1",
  3741. "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
  3742. "integrity": "sha512-WD9MTlNtI55IwYUS27iHh9tK3YoIVhxis8yKhLpTqWtml739uXc9NWTpxoHkfZf3+DkCCsXox94/VWZniuZm6A==",
  3743. "dev": true,
  3744. "license": "MIT",
  3745. "dependencies": {
  3746. "find-up": "^1.0.0",
  3747. "read-pkg": "^1.0.0"
  3748. },
  3749. "engines": {
  3750. "node": ">=0.10.0"
  3751. }
  3752. },
  3753. "node_modules/dog-names/node_modules/redent": {
  3754. "version": "1.0.0",
  3755. "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz",
  3756. "integrity": "sha512-qtW5hKzGQZqKoh6JNSD+4lfitfPKGz42e6QwiRmPM5mmKtR0N41AbJRYu0xJi7nhOJ4WDgRkKvAk6tw4WIwR4g==",
  3757. "dev": true,
  3758. "license": "MIT",
  3759. "dependencies": {
  3760. "indent-string": "^2.1.0",
  3761. "strip-indent": "^1.0.1"
  3762. },
  3763. "engines": {
  3764. "node": ">=0.10.0"
  3765. }
  3766. },
  3767. "node_modules/dog-names/node_modules/strip-bom": {
  3768. "version": "2.0.0",
  3769. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",
  3770. "integrity": "sha512-kwrX1y7czp1E69n2ajbG65mIo9dqvJ+8aBQXOGVxqwvNbsXdFM6Lq37dLAY3mknUwru8CfcCbfOLL/gMo+fi3g==",
  3771. "dev": true,
  3772. "license": "MIT",
  3773. "dependencies": {
  3774. "is-utf8": "^0.2.0"
  3775. },
  3776. "engines": {
  3777. "node": ">=0.10.0"
  3778. }
  3779. },
  3780. "node_modules/dog-names/node_modules/strip-indent": {
  3781. "version": "1.0.1",
  3782. "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz",
  3783. "integrity": "sha512-I5iQq6aFMM62fBEAIB/hXzwJD6EEZ0xEGCX2t7oXqaKPIRgt4WruAQ285BISgdkP+HLGWyeGmNJcpIwFeRYRUA==",
  3784. "dev": true,
  3785. "license": "MIT",
  3786. "dependencies": {
  3787. "get-stdin": "^4.0.1"
  3788. },
  3789. "bin": {
  3790. "strip-indent": "cli.js"
  3791. },
  3792. "engines": {
  3793. "node": ">=0.10.0"
  3794. }
  3795. },
  3796. "node_modules/dog-names/node_modules/trim-newlines": {
  3797. "version": "1.0.0",
  3798. "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",
  3799. "integrity": "sha512-Nm4cF79FhSTzrLKGDMi3I4utBtFv8qKy4sq1enftf2gMdpqI8oVQTAfySkTz5r49giVzDj88SVZXP4CeYQwjaw==",
  3800. "dev": true,
  3801. "license": "MIT",
  3802. "engines": {
  3803. "node": ">=0.10.0"
  3804. }
  3805. },
  3806. "node_modules/dompurify": {
  3807. "version": "3.3.3",
  3808. "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.3.tgz",
  3809. "integrity": "sha512-Oj6pzI2+RqBfFG+qOaOLbFXLQ90ARpcGG6UePL82bJLtdsa6CYJD7nmiU8MW9nQNOtCHV3lZ/Bzq1X0QYbBZCA==",
  3810. "license": "(MPL-2.0 OR Apache-2.0)",
  3811. "optionalDependencies": {
  3812. "@types/trusted-types": "^2.0.7"
  3813. }
  3814. },
  3815. "node_modules/dotignore": {
  3816. "version": "0.1.2",
  3817. "license": "MIT",
  3818. "dependencies": {
  3819. "minimatch": "^3.0.4"
  3820. },
  3821. "bin": {
  3822. "ignored": "bin/ignored"
  3823. }
  3824. },
  3825. "node_modules/dunder-proto": {
  3826. "version": "1.0.1",
  3827. "license": "MIT",
  3828. "dependencies": {
  3829. "call-bind-apply-helpers": "^1.0.1",
  3830. "es-errors": "^1.3.0",
  3831. "gopd": "^1.2.0"
  3832. },
  3833. "engines": {
  3834. "node": ">= 0.4"
  3835. }
  3836. },
  3837. "node_modules/dynamic-dijkstra": {
  3838. "version": "1.0.2",
  3839. "license": "MIT",
  3840. "dependencies": {
  3841. "heap": "^0.2.6",
  3842. "rng": "^0.2.2"
  3843. }
  3844. },
  3845. "node_modules/eastasianwidth": {
  3846. "version": "0.2.0",
  3847. "license": "MIT"
  3848. },
  3849. "node_modules/ed2curve": {
  3850. "version": "0.1.4",
  3851. "license": "Public domain",
  3852. "dependencies": {
  3853. "tweetnacl": "0.x.x"
  3854. }
  3855. },
  3856. "node_modules/ee-first": {
  3857. "version": "1.1.1",
  3858. "license": "MIT"
  3859. },
  3860. "node_modules/elegant-spinner": {
  3861. "version": "1.0.1",
  3862. "resolved": "https://registry.npmjs.org/elegant-spinner/-/elegant-spinner-1.0.1.tgz",
  3863. "integrity": "sha512-B+ZM+RXvRqQaAmkMlO/oSe5nMUOaUnyfGYCEHoR8wrXsZR2mA0XVibsxV1bvTwxdRWah1PkQqso2EzhILGHtEQ==",
  3864. "license": "MIT",
  3865. "engines": {
  3866. "node": ">=0.10.0"
  3867. }
  3868. },
  3869. "node_modules/emoji-named-characters": {
  3870. "version": "1.0.2",
  3871. "license": "MIT"
  3872. },
  3873. "node_modules/emoji-regex": {
  3874. "version": "9.2.2",
  3875. "license": "MIT"
  3876. },
  3877. "node_modules/emoji-server": {
  3878. "version": "1.0.0",
  3879. "license": "MIT",
  3880. "dependencies": {
  3881. "emoji-named-characters": "~1.0.2"
  3882. }
  3883. },
  3884. "node_modules/encodeurl": {
  3885. "version": "1.0.2",
  3886. "license": "MIT",
  3887. "engines": {
  3888. "node": ">= 0.8"
  3889. }
  3890. },
  3891. "node_modules/encoding": {
  3892. "version": "0.1.13",
  3893. "license": "MIT",
  3894. "optional": true,
  3895. "peer": true,
  3896. "dependencies": {
  3897. "iconv-lite": "^0.6.2"
  3898. }
  3899. },
  3900. "node_modules/encoding-down": {
  3901. "version": "6.3.0",
  3902. "license": "MIT",
  3903. "dependencies": {
  3904. "abstract-leveldown": "^6.2.1",
  3905. "inherits": "^2.0.3",
  3906. "level-codec": "^9.0.0",
  3907. "level-errors": "^2.0.0"
  3908. },
  3909. "engines": {
  3910. "node": ">=6"
  3911. }
  3912. },
  3913. "node_modules/entities": {
  3914. "version": "6.0.1",
  3915. "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
  3916. "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
  3917. "license": "BSD-2-Clause",
  3918. "engines": {
  3919. "node": ">=0.12"
  3920. },
  3921. "funding": {
  3922. "url": "https://github.com/fb55/entities?sponsor=1"
  3923. }
  3924. },
  3925. "node_modules/env-paths": {
  3926. "version": "2.2.1",
  3927. "license": "MIT",
  3928. "engines": {
  3929. "node": ">=6"
  3930. }
  3931. },
  3932. "node_modules/env-var": {
  3933. "version": "7.5.0",
  3934. "license": "MIT",
  3935. "engines": {
  3936. "node": ">=10"
  3937. }
  3938. },
  3939. "node_modules/envelope-js": {
  3940. "version": "1.3.2",
  3941. "license": "MIT",
  3942. "dependencies": {
  3943. "buffer-xor": "^2.0.2",
  3944. "envelope-spec": "^1.0.0",
  3945. "futoin-hkdf": "^1.5.1",
  3946. "sodium-universal": "^3.1.0",
  3947. "ssb-bfe": "^3.3.0"
  3948. }
  3949. },
  3950. "node_modules/envelope-spec": {
  3951. "version": "1.1.1",
  3952. "license": "LGPL-3.0-only",
  3953. "dependencies": {
  3954. "ssb-bfe": "^1.0.1"
  3955. }
  3956. },
  3957. "node_modules/envelope-spec/node_modules/ssb-bfe": {
  3958. "version": "1.1.0",
  3959. "license": "LGPL-3.0",
  3960. "dependencies": {
  3961. "is-canonical-base64": "^1.1.1",
  3962. "ssb-ref": "^2.16.0"
  3963. }
  3964. },
  3965. "node_modules/epidemic-broadcast-trees": {
  3966. "version": "9.0.4",
  3967. "license": "MIT",
  3968. "dependencies": {
  3969. "push-stream": "^11.0.0"
  3970. }
  3971. },
  3972. "node_modules/errno": {
  3973. "version": "0.1.8",
  3974. "license": "MIT",
  3975. "dependencies": {
  3976. "prr": "~1.0.1"
  3977. },
  3978. "bin": {
  3979. "errno": "cli.js"
  3980. }
  3981. },
  3982. "node_modules/error-ex": {
  3983. "version": "1.3.4",
  3984. "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.4.tgz",
  3985. "integrity": "sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==",
  3986. "dev": true,
  3987. "license": "MIT",
  3988. "dependencies": {
  3989. "is-arrayish": "^0.2.1"
  3990. }
  3991. },
  3992. "node_modules/es-abstract": {
  3993. "version": "1.24.0",
  3994. "license": "MIT",
  3995. "dependencies": {
  3996. "array-buffer-byte-length": "^1.0.2",
  3997. "arraybuffer.prototype.slice": "^1.0.4",
  3998. "available-typed-arrays": "^1.0.7",
  3999. "call-bind": "^1.0.8",
  4000. "call-bound": "^1.0.4",
  4001. "data-view-buffer": "^1.0.2",
  4002. "data-view-byte-length": "^1.0.2",
  4003. "data-view-byte-offset": "^1.0.1",
  4004. "es-define-property": "^1.0.1",
  4005. "es-errors": "^1.3.0",
  4006. "es-object-atoms": "^1.1.1",
  4007. "es-set-tostringtag": "^2.1.0",
  4008. "es-to-primitive": "^1.3.0",
  4009. "function.prototype.name": "^1.1.8",
  4010. "get-intrinsic": "^1.3.0",
  4011. "get-proto": "^1.0.1",
  4012. "get-symbol-description": "^1.1.0",
  4013. "globalthis": "^1.0.4",
  4014. "gopd": "^1.2.0",
  4015. "has-property-descriptors": "^1.0.2",
  4016. "has-proto": "^1.2.0",
  4017. "has-symbols": "^1.1.0",
  4018. "hasown": "^2.0.2",
  4019. "internal-slot": "^1.1.0",
  4020. "is-array-buffer": "^3.0.5",
  4021. "is-callable": "^1.2.7",
  4022. "is-data-view": "^1.0.2",
  4023. "is-negative-zero": "^2.0.3",
  4024. "is-regex": "^1.2.1",
  4025. "is-set": "^2.0.3",
  4026. "is-shared-array-buffer": "^1.0.4",
  4027. "is-string": "^1.1.1",
  4028. "is-typed-array": "^1.1.15",
  4029. "is-weakref": "^1.1.1",
  4030. "math-intrinsics": "^1.1.0",
  4031. "object-inspect": "^1.13.4",
  4032. "object-keys": "^1.1.1",
  4033. "object.assign": "^4.1.7",
  4034. "own-keys": "^1.0.1",
  4035. "regexp.prototype.flags": "^1.5.4",
  4036. "safe-array-concat": "^1.1.3",
  4037. "safe-push-apply": "^1.0.0",
  4038. "safe-regex-test": "^1.1.0",
  4039. "set-proto": "^1.0.0",
  4040. "stop-iteration-iterator": "^1.1.0",
  4041. "string.prototype.trim": "^1.2.10",
  4042. "string.prototype.trimend": "^1.0.9",
  4043. "string.prototype.trimstart": "^1.0.8",
  4044. "typed-array-buffer": "^1.0.3",
  4045. "typed-array-byte-length": "^1.0.3",
  4046. "typed-array-byte-offset": "^1.0.4",
  4047. "typed-array-length": "^1.0.7",
  4048. "unbox-primitive": "^1.1.0",
  4049. "which-typed-array": "^1.1.19"
  4050. },
  4051. "engines": {
  4052. "node": ">= 0.4"
  4053. },
  4054. "funding": {
  4055. "url": "https://github.com/sponsors/ljharb"
  4056. }
  4057. },
  4058. "node_modules/es-define-property": {
  4059. "version": "1.0.1",
  4060. "license": "MIT",
  4061. "engines": {
  4062. "node": ">= 0.4"
  4063. }
  4064. },
  4065. "node_modules/es-errors": {
  4066. "version": "1.3.0",
  4067. "license": "MIT",
  4068. "engines": {
  4069. "node": ">= 0.4"
  4070. }
  4071. },
  4072. "node_modules/es-get-iterator": {
  4073. "version": "1.1.3",
  4074. "license": "MIT",
  4075. "dependencies": {
  4076. "call-bind": "^1.0.2",
  4077. "get-intrinsic": "^1.1.3",
  4078. "has-symbols": "^1.0.3",
  4079. "is-arguments": "^1.1.1",
  4080. "is-map": "^2.0.2",
  4081. "is-set": "^2.0.2",
  4082. "is-string": "^1.0.7",
  4083. "isarray": "^2.0.5",
  4084. "stop-iteration-iterator": "^1.0.0"
  4085. },
  4086. "funding": {
  4087. "url": "https://github.com/sponsors/ljharb"
  4088. }
  4089. },
  4090. "node_modules/es-map": {
  4091. "version": "1.0.6",
  4092. "license": "MIT",
  4093. "dependencies": {
  4094. "call-bind": "^1.0.7",
  4095. "define-properties": "^1.2.1",
  4096. "es-abstract": "^1.23.3",
  4097. "es-get-iterator": "^1.1.3",
  4098. "es-set-tostringtag": "^2.0.3",
  4099. "for-each": "^0.3.3",
  4100. "get-intrinsic": "^1.2.4",
  4101. "globalthis": "^1.0.4",
  4102. "has-symbols": "^1.0.3",
  4103. "internal-slot": "^1.0.7",
  4104. "object.entries": "^1.1.8"
  4105. },
  4106. "engines": {
  4107. "node": ">= 0.4"
  4108. },
  4109. "funding": {
  4110. "url": "https://github.com/es-shims/es-map?sponsor=1"
  4111. }
  4112. },
  4113. "node_modules/es-object-atoms": {
  4114. "version": "1.1.1",
  4115. "license": "MIT",
  4116. "dependencies": {
  4117. "es-errors": "^1.3.0"
  4118. },
  4119. "engines": {
  4120. "node": ">= 0.4"
  4121. }
  4122. },
  4123. "node_modules/es-set": {
  4124. "version": "1.1.2",
  4125. "license": "MIT",
  4126. "dependencies": {
  4127. "call-bind": "^1.0.7",
  4128. "define-properties": "^1.2.1",
  4129. "es-abstract": "^1.23.3",
  4130. "es-map": "^1.0.6",
  4131. "es-set-tostringtag": "^2.0.3",
  4132. "for-each": "^0.3.3",
  4133. "functions-have-names": "^1.2.3",
  4134. "get-intrinsic": "^1.2.4",
  4135. "globalthis": "^1.0.4",
  4136. "gopd": "^1.0.1",
  4137. "has-property-descriptors": "^1.0.2",
  4138. "has-symbols": "^1.0.3",
  4139. "internal-slot": "^1.0.7",
  4140. "iterate-value": "^1.0.2",
  4141. "object.entries": "^1.1.8",
  4142. "stop-iteration-iterator": "^1.0.0"
  4143. },
  4144. "engines": {
  4145. "node": ">= 0.4"
  4146. },
  4147. "funding": {
  4148. "url": "https://github.com/es-shims/Set?sponsor=1"
  4149. }
  4150. },
  4151. "node_modules/es-set-tostringtag": {
  4152. "version": "2.1.0",
  4153. "license": "MIT",
  4154. "dependencies": {
  4155. "es-errors": "^1.3.0",
  4156. "get-intrinsic": "^1.2.6",
  4157. "has-tostringtag": "^1.0.2",
  4158. "hasown": "^2.0.2"
  4159. },
  4160. "engines": {
  4161. "node": ">= 0.4"
  4162. }
  4163. },
  4164. "node_modules/es-to-primitive": {
  4165. "version": "1.3.0",
  4166. "license": "MIT",
  4167. "dependencies": {
  4168. "is-callable": "^1.2.7",
  4169. "is-date-object": "^1.0.5",
  4170. "is-symbol": "^1.0.4"
  4171. },
  4172. "engines": {
  4173. "node": ">= 0.4"
  4174. },
  4175. "funding": {
  4176. "url": "https://github.com/sponsors/ljharb"
  4177. }
  4178. },
  4179. "node_modules/escalade": {
  4180. "version": "3.2.0",
  4181. "license": "MIT",
  4182. "engines": {
  4183. "node": ">=6"
  4184. }
  4185. },
  4186. "node_modules/escape-html": {
  4187. "version": "1.0.3",
  4188. "license": "MIT"
  4189. },
  4190. "node_modules/escape-string-regexp": {
  4191. "version": "1.0.5",
  4192. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  4193. "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
  4194. "license": "MIT",
  4195. "engines": {
  4196. "node": ">=0.8.0"
  4197. }
  4198. },
  4199. "node_modules/etag": {
  4200. "version": "1.8.1",
  4201. "license": "MIT",
  4202. "engines": {
  4203. "node": ">= 0.6"
  4204. }
  4205. },
  4206. "node_modules/event-target-shim": {
  4207. "version": "5.0.1",
  4208. "license": "MIT",
  4209. "engines": {
  4210. "node": ">=6"
  4211. }
  4212. },
  4213. "node_modules/eventemitter3": {
  4214. "version": "5.0.4",
  4215. "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.4.tgz",
  4216. "integrity": "sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==",
  4217. "license": "MIT"
  4218. },
  4219. "node_modules/events": {
  4220. "version": "3.3.0",
  4221. "license": "MIT",
  4222. "engines": {
  4223. "node": ">=0.8.x"
  4224. }
  4225. },
  4226. "node_modules/exit-hook": {
  4227. "version": "1.1.1",
  4228. "resolved": "https://registry.npmjs.org/exit-hook/-/exit-hook-1.1.1.tgz",
  4229. "integrity": "sha512-MsG3prOVw1WtLXAZbM3KiYtooKR1LvxHh3VHsVtIy0uiUu8usxgB/94DP2HxtD/661lLdB6yzQ09lGJSQr6nkg==",
  4230. "license": "MIT",
  4231. "engines": {
  4232. "node": ">=0.10.0"
  4233. }
  4234. },
  4235. "node_modules/expand-brackets": {
  4236. "version": "0.1.5",
  4237. "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz",
  4238. "integrity": "sha512-hxx03P2dJxss6ceIeri9cmYOT4SRs3Zk3afZwWpOsRqLqprhTR8u++SlC+sFGsQr7WGFPdMF7Gjc1njDLDK6UA==",
  4239. "license": "MIT",
  4240. "dependencies": {
  4241. "is-posix-bracket": "^0.1.0"
  4242. },
  4243. "engines": {
  4244. "node": ">=0.10.0"
  4245. }
  4246. },
  4247. "node_modules/expand-range": {
  4248. "version": "1.8.2",
  4249. "resolved": "https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz",
  4250. "integrity": "sha512-AFASGfIlnIbkKPQwX1yHaDjFvh/1gyKJODme52V6IORh69uEYgZp0o9C+qsIGNVEiuuhQU0CSSl++Rlegg1qvA==",
  4251. "license": "MIT",
  4252. "dependencies": {
  4253. "fill-range": "^2.1.0"
  4254. },
  4255. "engines": {
  4256. "node": ">=0.10.0"
  4257. }
  4258. },
  4259. "node_modules/explain-error": {
  4260. "version": "1.0.4",
  4261. "license": "MIT"
  4262. },
  4263. "node_modules/express": {
  4264. "version": "5.1.0",
  4265. "license": "MIT",
  4266. "dependencies": {
  4267. "accepts": "^2.0.0",
  4268. "body-parser": "^2.2.0",
  4269. "content-disposition": "^1.0.0",
  4270. "content-type": "^1.0.5",
  4271. "cookie": "^0.7.1",
  4272. "cookie-signature": "^1.2.1",
  4273. "debug": "^4.4.0",
  4274. "encodeurl": "^2.0.0",
  4275. "escape-html": "^1.0.3",
  4276. "etag": "^1.8.1",
  4277. "finalhandler": "^2.1.0",
  4278. "fresh": "^2.0.0",
  4279. "http-errors": "^2.0.0",
  4280. "merge-descriptors": "^2.0.0",
  4281. "mime-types": "^3.0.0",
  4282. "on-finished": "^2.4.1",
  4283. "once": "^1.4.0",
  4284. "parseurl": "^1.3.3",
  4285. "proxy-addr": "^2.0.7",
  4286. "qs": "^6.14.0",
  4287. "range-parser": "^1.2.1",
  4288. "router": "^2.2.0",
  4289. "send": "^1.1.0",
  4290. "serve-static": "^2.2.0",
  4291. "statuses": "^2.0.1",
  4292. "type-is": "^2.0.1",
  4293. "vary": "^1.1.2"
  4294. },
  4295. "engines": {
  4296. "node": ">= 18"
  4297. },
  4298. "funding": {
  4299. "type": "opencollective",
  4300. "url": "https://opencollective.com/express"
  4301. }
  4302. },
  4303. "node_modules/express/node_modules/accepts": {
  4304. "version": "2.0.0",
  4305. "license": "MIT",
  4306. "dependencies": {
  4307. "mime-types": "^3.0.0",
  4308. "negotiator": "^1.0.0"
  4309. },
  4310. "engines": {
  4311. "node": ">= 0.6"
  4312. }
  4313. },
  4314. "node_modules/express/node_modules/content-disposition": {
  4315. "version": "1.0.0",
  4316. "license": "MIT",
  4317. "dependencies": {
  4318. "safe-buffer": "5.2.1"
  4319. },
  4320. "engines": {
  4321. "node": ">= 0.6"
  4322. }
  4323. },
  4324. "node_modules/express/node_modules/encodeurl": {
  4325. "version": "2.0.0",
  4326. "license": "MIT",
  4327. "engines": {
  4328. "node": ">= 0.8"
  4329. }
  4330. },
  4331. "node_modules/express/node_modules/fresh": {
  4332. "version": "2.0.0",
  4333. "license": "MIT",
  4334. "engines": {
  4335. "node": ">= 0.8"
  4336. }
  4337. },
  4338. "node_modules/express/node_modules/media-typer": {
  4339. "version": "1.1.0",
  4340. "license": "MIT",
  4341. "engines": {
  4342. "node": ">= 0.8"
  4343. }
  4344. },
  4345. "node_modules/express/node_modules/mime-db": {
  4346. "version": "1.54.0",
  4347. "license": "MIT",
  4348. "engines": {
  4349. "node": ">= 0.6"
  4350. }
  4351. },
  4352. "node_modules/express/node_modules/mime-types": {
  4353. "version": "3.0.1",
  4354. "license": "MIT",
  4355. "dependencies": {
  4356. "mime-db": "^1.54.0"
  4357. },
  4358. "engines": {
  4359. "node": ">= 0.6"
  4360. }
  4361. },
  4362. "node_modules/express/node_modules/negotiator": {
  4363. "version": "1.0.0",
  4364. "license": "MIT",
  4365. "engines": {
  4366. "node": ">= 0.6"
  4367. }
  4368. },
  4369. "node_modules/express/node_modules/type-is": {
  4370. "version": "2.0.1",
  4371. "license": "MIT",
  4372. "dependencies": {
  4373. "content-type": "^1.0.5",
  4374. "media-typer": "^1.1.0",
  4375. "mime-types": "^3.0.0"
  4376. },
  4377. "engines": {
  4378. "node": ">= 0.6"
  4379. }
  4380. },
  4381. "node_modules/extend": {
  4382. "version": "3.0.2",
  4383. "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
  4384. "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
  4385. "license": "MIT"
  4386. },
  4387. "node_modules/extend-shallow": {
  4388. "version": "3.0.2",
  4389. "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
  4390. "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==",
  4391. "license": "MIT",
  4392. "dependencies": {
  4393. "assign-symbols": "^1.0.0",
  4394. "is-extendable": "^1.0.1"
  4395. },
  4396. "engines": {
  4397. "node": ">=0.10.0"
  4398. }
  4399. },
  4400. "node_modules/extend-shallow/node_modules/is-extendable": {
  4401. "version": "1.0.1",
  4402. "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
  4403. "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
  4404. "license": "MIT",
  4405. "dependencies": {
  4406. "is-plain-object": "^2.0.4"
  4407. },
  4408. "engines": {
  4409. "node": ">=0.10.0"
  4410. }
  4411. },
  4412. "node_modules/extend.js": {
  4413. "version": "0.0.2",
  4414. "resolved": "https://registry.npmjs.org/extend.js/-/extend.js-0.0.2.tgz",
  4415. "integrity": "sha512-kSK5oO9X2i9qUptwhkilKqBfLG322xXY2ZO6/dlPY/ozt0fc+Ac9Qo6hZE/RiRTau5XUvVv2y6z1G6lNZ8f1WA=="
  4416. },
  4417. "node_modules/extglob": {
  4418. "version": "0.3.2",
  4419. "resolved": "https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz",
  4420. "integrity": "sha512-1FOj1LOwn42TMrruOHGt18HemVnbwAmAak7krWk+wa93KXxGbK+2jpezm+ytJYDaBX0/SPLZFHKM7m+tKobWGg==",
  4421. "license": "MIT",
  4422. "dependencies": {
  4423. "is-extglob": "^1.0.0"
  4424. },
  4425. "engines": {
  4426. "node": ">=0.10.0"
  4427. }
  4428. },
  4429. "node_modules/fast-content-type-parse": {
  4430. "version": "3.0.0",
  4431. "funding": [
  4432. {
  4433. "type": "github",
  4434. "url": "https://github.com/sponsors/fastify"
  4435. },
  4436. {
  4437. "type": "opencollective",
  4438. "url": "https://opencollective.com/fastify"
  4439. }
  4440. ],
  4441. "license": "MIT"
  4442. },
  4443. "node_modules/fast-deep-equal": {
  4444. "version": "3.1.3",
  4445. "license": "MIT"
  4446. },
  4447. "node_modules/fast-fifo": {
  4448. "version": "1.3.2",
  4449. "license": "MIT"
  4450. },
  4451. "node_modules/fast-varint": {
  4452. "version": "1.0.1",
  4453. "license": "MIT"
  4454. },
  4455. "node_modules/fast-xml-parser": {
  4456. "version": "4.5.5",
  4457. "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.5.tgz",
  4458. "integrity": "sha512-cK9c5I/DwIOI7/Q7AlGN3DuTdwN61gwSfL8rvuVPK+0mcCNHHGxRrpiFtaZZRfRMJL3Gl8B2AFlBG6qXf03w9A==",
  4459. "funding": [
  4460. {
  4461. "type": "github",
  4462. "url": "https://github.com/sponsors/NaturalIntelligence"
  4463. }
  4464. ],
  4465. "license": "MIT",
  4466. "dependencies": {
  4467. "strnum": "^1.0.5"
  4468. },
  4469. "bin": {
  4470. "fxparser": "src/cli/cli.js"
  4471. }
  4472. },
  4473. "node_modules/fastintcompression": {
  4474. "version": "0.0.4",
  4475. "license": "Apache-2.0"
  4476. },
  4477. "node_modules/fastpriorityqueue": {
  4478. "version": "0.7.5",
  4479. "license": "Apache-2.0"
  4480. },
  4481. "node_modules/file-type": {
  4482. "version": "16.5.4",
  4483. "license": "MIT",
  4484. "dependencies": {
  4485. "readable-web-to-node-stream": "^3.0.0",
  4486. "strtok3": "^6.2.4",
  4487. "token-types": "^4.1.1"
  4488. },
  4489. "engines": {
  4490. "node": ">=10"
  4491. },
  4492. "funding": {
  4493. "url": "https://github.com/sindresorhus/file-type?sponsor=1"
  4494. }
  4495. },
  4496. "node_modules/file-uri-to-path": {
  4497. "version": "1.0.0",
  4498. "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
  4499. "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
  4500. "license": "MIT",
  4501. "optional": true
  4502. },
  4503. "node_modules/filename-regex": {
  4504. "version": "2.0.1",
  4505. "resolved": "https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.1.tgz",
  4506. "integrity": "sha512-BTCqyBaWBTsauvnHiE8i562+EdJj+oUpkqWp2R1iCoR8f6oo8STRu3of7WJJ0TqWtxN50a5YFpzYK4Jj9esYfQ==",
  4507. "license": "MIT",
  4508. "engines": {
  4509. "node": ">=0.10.0"
  4510. }
  4511. },
  4512. "node_modules/filename-reserved-regex": {
  4513. "version": "3.0.0",
  4514. "resolved": "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-3.0.0.tgz",
  4515. "integrity": "sha512-hn4cQfU6GOT/7cFHXBqeBg2TbrMBgdD0kcjLhvSQYYwm3s4B6cjvBfb7nBALJLAXqmU5xajSa7X2NnUud/VCdw==",
  4516. "license": "MIT",
  4517. "engines": {
  4518. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  4519. },
  4520. "funding": {
  4521. "url": "https://github.com/sponsors/sindresorhus"
  4522. }
  4523. },
  4524. "node_modules/filenamify": {
  4525. "version": "6.0.0",
  4526. "resolved": "https://registry.npmjs.org/filenamify/-/filenamify-6.0.0.tgz",
  4527. "integrity": "sha512-vqIlNogKeyD3yzrm0yhRMQg8hOVwYcYRfjEoODd49iCprMn4HL85gK3HcykQE53EPIpX3HcAbGA5ELQv216dAQ==",
  4528. "license": "MIT",
  4529. "dependencies": {
  4530. "filename-reserved-regex": "^3.0.0"
  4531. },
  4532. "engines": {
  4533. "node": ">=16"
  4534. },
  4535. "funding": {
  4536. "url": "https://github.com/sponsors/sindresorhus"
  4537. }
  4538. },
  4539. "node_modules/fill-range": {
  4540. "version": "2.2.4",
  4541. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-2.2.4.tgz",
  4542. "integrity": "sha512-cnrcCbj01+j2gTG921VZPnHbjmdAf8oQV/iGeV2kZxGSyfYjjTyY79ErsK1WJWMpw6DaApEX72binqJE+/d+5Q==",
  4543. "license": "MIT",
  4544. "dependencies": {
  4545. "is-number": "^2.1.0",
  4546. "isobject": "^2.0.0",
  4547. "randomatic": "^3.0.0",
  4548. "repeat-element": "^1.1.2",
  4549. "repeat-string": "^1.5.2"
  4550. },
  4551. "engines": {
  4552. "node": ">=0.10.0"
  4553. }
  4554. },
  4555. "node_modules/finalhandler": {
  4556. "version": "2.1.0",
  4557. "license": "MIT",
  4558. "dependencies": {
  4559. "debug": "^4.4.0",
  4560. "encodeurl": "^2.0.0",
  4561. "escape-html": "^1.0.3",
  4562. "on-finished": "^2.4.1",
  4563. "parseurl": "^1.3.3",
  4564. "statuses": "^2.0.1"
  4565. },
  4566. "engines": {
  4567. "node": ">= 0.8"
  4568. }
  4569. },
  4570. "node_modules/finalhandler/node_modules/encodeurl": {
  4571. "version": "2.0.0",
  4572. "license": "MIT",
  4573. "engines": {
  4574. "node": ">= 0.8"
  4575. }
  4576. },
  4577. "node_modules/find-up": {
  4578. "version": "2.1.0",
  4579. "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
  4580. "integrity": "sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==",
  4581. "dev": true,
  4582. "license": "MIT",
  4583. "dependencies": {
  4584. "locate-path": "^2.0.0"
  4585. },
  4586. "engines": {
  4587. "node": ">=4"
  4588. }
  4589. },
  4590. "node_modules/flumecodec": {
  4591. "version": "0.0.0",
  4592. "license": "MIT",
  4593. "dependencies": {
  4594. "level-codec": "^6.2.0"
  4595. }
  4596. },
  4597. "node_modules/flumecodec/node_modules/level-codec": {
  4598. "version": "6.2.0",
  4599. "license": "MIT"
  4600. },
  4601. "node_modules/flumedb": {
  4602. "version": "2.1.8",
  4603. "license": "MIT",
  4604. "dependencies": {
  4605. "cont": "^1.0.3",
  4606. "explain-error": "^1.0.3",
  4607. "obz": "1.0.2",
  4608. "pull-abortable": "^4.1.1",
  4609. "pull-cont": "^0.1.1",
  4610. "pull-looper": "^1.0.0",
  4611. "pull-stream": "^3.6.14"
  4612. }
  4613. },
  4614. "node_modules/flumedb/node_modules/obz": {
  4615. "version": "1.0.2",
  4616. "license": "MIT"
  4617. },
  4618. "node_modules/flumelog-offset": {
  4619. "version": "3.4.4",
  4620. "license": "MIT",
  4621. "dependencies": {
  4622. "aligned-block-file": "^1.2.0",
  4623. "append-batch": "0.0.2",
  4624. "hashlru": "^2.3.0",
  4625. "int53": "^1.0.0",
  4626. "looper": "^4.0.0",
  4627. "obv": "0.0.1",
  4628. "pull-cursor": "^3.0.0",
  4629. "pull-looper": "^1.0.0",
  4630. "pull-stream": "^3.6.13",
  4631. "uint48be": "^2.0.1"
  4632. }
  4633. },
  4634. "node_modules/flumeview-hashtable": {
  4635. "version": "1.1.1",
  4636. "resolved": "https://registry.npmjs.org/flumeview-hashtable/-/flumeview-hashtable-1.1.1.tgz",
  4637. "integrity": "sha512-73LAN0qF4zVMHMExYhK0z1swDo6FEh/bt1HF5/UnWkgI5JsECXOK2bTokWVU1levtr9bd+IxYChnJKJNnEzD0A==",
  4638. "license": "MIT",
  4639. "dependencies": {
  4640. "async-single": "^1.0.5",
  4641. "atomic-file": "^1.1.3",
  4642. "obv": "0.0.1",
  4643. "pull-stream": "^3.6.0"
  4644. }
  4645. },
  4646. "node_modules/flumeview-hashtable/node_modules/atomic-file": {
  4647. "version": "1.1.5",
  4648. "resolved": "https://registry.npmjs.org/atomic-file/-/atomic-file-1.1.5.tgz",
  4649. "integrity": "sha512-TG+5YFiaKQ6CZiSQsosGMJ/IJzwMZ4V/rSdEXlD6+DwKyv8OyeUcprq34kp4yuS6bfQYXhxBC2Vm8PWo+iKBGQ==",
  4650. "license": "MIT"
  4651. },
  4652. "node_modules/flumeview-level": {
  4653. "version": "4.0.4",
  4654. "license": "MIT",
  4655. "dependencies": {
  4656. "charwise": "^3.0.1",
  4657. "explain-error": "^1.0.4",
  4658. "level": "^6.0.1",
  4659. "ltgt": "^2.1.3",
  4660. "mkdirp": "^1.0.4",
  4661. "obz": "^1.0.2",
  4662. "pull-level": "^2.0.3",
  4663. "pull-paramap": "^1.2.1",
  4664. "pull-stream": "^3.6.14",
  4665. "pull-write": "^1.1.1"
  4666. }
  4667. },
  4668. "node_modules/flumeview-links": {
  4669. "version": "2.1.0",
  4670. "license": "MIT",
  4671. "dependencies": {
  4672. "deep-equal": "^2.0.3",
  4673. "flumeview-level": "^4.0.3",
  4674. "map-filter-reduce": "^3.2.2",
  4675. "pull-flatmap": "0.0.1",
  4676. "pull-stream": "^3.6.14"
  4677. }
  4678. },
  4679. "node_modules/flumeview-links/node_modules/deep-equal": {
  4680. "version": "2.2.3",
  4681. "license": "MIT",
  4682. "dependencies": {
  4683. "array-buffer-byte-length": "^1.0.0",
  4684. "call-bind": "^1.0.5",
  4685. "es-get-iterator": "^1.1.3",
  4686. "get-intrinsic": "^1.2.2",
  4687. "is-arguments": "^1.1.1",
  4688. "is-array-buffer": "^3.0.2",
  4689. "is-date-object": "^1.0.5",
  4690. "is-regex": "^1.1.4",
  4691. "is-shared-array-buffer": "^1.0.2",
  4692. "isarray": "^2.0.5",
  4693. "object-is": "^1.1.5",
  4694. "object-keys": "^1.1.1",
  4695. "object.assign": "^4.1.4",
  4696. "regexp.prototype.flags": "^1.5.1",
  4697. "side-channel": "^1.0.4",
  4698. "which-boxed-primitive": "^1.0.2",
  4699. "which-collection": "^1.0.1",
  4700. "which-typed-array": "^1.1.13"
  4701. },
  4702. "engines": {
  4703. "node": ">= 0.4"
  4704. },
  4705. "funding": {
  4706. "url": "https://github.com/sponsors/ljharb"
  4707. }
  4708. },
  4709. "node_modules/flumeview-query": {
  4710. "version": "8.0.0",
  4711. "license": "MIT",
  4712. "dependencies": {
  4713. "deep-equal": "^1.0.1",
  4714. "flumeview-level": "^4.0.3",
  4715. "map-filter-reduce": "^3.2.0",
  4716. "pull-flatmap": "0.0.1",
  4717. "pull-paramap": "^1.1.3",
  4718. "pull-sink-through": "0.0.0",
  4719. "pull-stream": "^3.4.0"
  4720. }
  4721. },
  4722. "node_modules/flumeview-reduce": {
  4723. "version": "1.4.0",
  4724. "license": "MIT",
  4725. "dependencies": {
  4726. "async-single": "^1.0.5",
  4727. "atomic-file": "^2.0.0",
  4728. "deep-equal": "^1.0.1",
  4729. "flumecodec": "0.0.0",
  4730. "obv": "0.0.1",
  4731. "pull-notify": "^0.1.1",
  4732. "pull-stream": "^3.5.0"
  4733. }
  4734. },
  4735. "node_modules/flumeview-search": {
  4736. "version": "2.0.0",
  4737. "license": "MIT",
  4738. "dependencies": {
  4739. "flumeview-level": "^4.0.3",
  4740. "pull-paramap": "^1.2.2",
  4741. "pull-pushable": "^2.2.0",
  4742. "pull-stream": "^3.0.1"
  4743. }
  4744. },
  4745. "node_modules/follow-redirects": {
  4746. "version": "1.15.11",
  4747. "funding": [
  4748. {
  4749. "type": "individual",
  4750. "url": "https://github.com/sponsors/RubenVerborgh"
  4751. }
  4752. ],
  4753. "license": "MIT",
  4754. "engines": {
  4755. "node": ">=4.0"
  4756. },
  4757. "peerDependenciesMeta": {
  4758. "debug": {
  4759. "optional": true
  4760. }
  4761. }
  4762. },
  4763. "node_modules/for-each": {
  4764. "version": "0.3.5",
  4765. "license": "MIT",
  4766. "dependencies": {
  4767. "is-callable": "^1.2.7"
  4768. },
  4769. "engines": {
  4770. "node": ">= 0.4"
  4771. },
  4772. "funding": {
  4773. "url": "https://github.com/sponsors/ljharb"
  4774. }
  4775. },
  4776. "node_modules/for-in": {
  4777. "version": "1.0.2",
  4778. "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
  4779. "integrity": "sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==",
  4780. "license": "MIT",
  4781. "engines": {
  4782. "node": ">=0.10.0"
  4783. }
  4784. },
  4785. "node_modules/for-own": {
  4786. "version": "0.1.5",
  4787. "resolved": "https://registry.npmjs.org/for-own/-/for-own-0.1.5.tgz",
  4788. "integrity": "sha512-SKmowqGTJoPzLO1T0BBJpkfp3EMacCMOuH40hOUbrbzElVktk4DioXVM99QkLCyKoiuOmyjgcWMpVz2xjE7LZw==",
  4789. "license": "MIT",
  4790. "dependencies": {
  4791. "for-in": "^1.0.1"
  4792. },
  4793. "engines": {
  4794. "node": ">=0.10.0"
  4795. }
  4796. },
  4797. "node_modules/foreground-child": {
  4798. "version": "3.3.1",
  4799. "license": "ISC",
  4800. "dependencies": {
  4801. "cross-spawn": "^7.0.6",
  4802. "signal-exit": "^4.0.1"
  4803. },
  4804. "engines": {
  4805. "node": ">=14"
  4806. },
  4807. "funding": {
  4808. "url": "https://github.com/sponsors/isaacs"
  4809. }
  4810. },
  4811. "node_modules/form-data": {
  4812. "version": "4.0.5",
  4813. "license": "MIT",
  4814. "dependencies": {
  4815. "asynckit": "^0.4.0",
  4816. "combined-stream": "^1.0.8",
  4817. "es-set-tostringtag": "^2.1.0",
  4818. "hasown": "^2.0.2",
  4819. "mime-types": "^2.1.12"
  4820. },
  4821. "engines": {
  4822. "node": ">= 6"
  4823. }
  4824. },
  4825. "node_modules/formidable": {
  4826. "version": "2.1.5",
  4827. "license": "MIT",
  4828. "dependencies": {
  4829. "@paralleldrive/cuid2": "^2.2.2",
  4830. "dezalgo": "^1.0.4",
  4831. "once": "^1.4.0",
  4832. "qs": "^6.11.0"
  4833. },
  4834. "funding": {
  4835. "url": "https://ko-fi.com/tunnckoCore/commissions"
  4836. }
  4837. },
  4838. "node_modules/forwarded": {
  4839. "version": "0.2.0",
  4840. "license": "MIT",
  4841. "engines": {
  4842. "node": ">= 0.6"
  4843. }
  4844. },
  4845. "node_modules/fragment-cache": {
  4846. "version": "0.2.1",
  4847. "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz",
  4848. "integrity": "sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA==",
  4849. "license": "MIT",
  4850. "dependencies": {
  4851. "map-cache": "^0.2.2"
  4852. },
  4853. "engines": {
  4854. "node": ">=0.10.0"
  4855. }
  4856. },
  4857. "node_modules/fresh": {
  4858. "version": "0.5.2",
  4859. "license": "MIT",
  4860. "engines": {
  4861. "node": ">= 0.6"
  4862. }
  4863. },
  4864. "node_modules/fs-extra": {
  4865. "version": "11.3.3",
  4866. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.3.tgz",
  4867. "integrity": "sha512-VWSRii4t0AFm6ixFFmLLx1t7wS1gh+ckoa84aOeapGum0h+EZd1EhEumSB+ZdDLnEPuucsVB9oB7cxJHap6Afg==",
  4868. "license": "MIT",
  4869. "dependencies": {
  4870. "graceful-fs": "^4.2.0",
  4871. "jsonfile": "^6.0.1",
  4872. "universalify": "^2.0.0"
  4873. },
  4874. "engines": {
  4875. "node": ">=14.14"
  4876. }
  4877. },
  4878. "node_modules/fs.realpath": {
  4879. "version": "1.0.0",
  4880. "license": "ISC"
  4881. },
  4882. "node_modules/fsevents": {
  4883. "version": "2.3.3",
  4884. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  4885. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  4886. "hasInstallScript": true,
  4887. "license": "MIT",
  4888. "optional": true,
  4889. "os": [
  4890. "darwin"
  4891. ],
  4892. "engines": {
  4893. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  4894. }
  4895. },
  4896. "node_modules/function-bind": {
  4897. "version": "1.1.2",
  4898. "license": "MIT",
  4899. "funding": {
  4900. "url": "https://github.com/sponsors/ljharb"
  4901. }
  4902. },
  4903. "node_modules/function.prototype.name": {
  4904. "version": "1.1.8",
  4905. "license": "MIT",
  4906. "dependencies": {
  4907. "call-bind": "^1.0.8",
  4908. "call-bound": "^1.0.3",
  4909. "define-properties": "^1.2.1",
  4910. "functions-have-names": "^1.2.3",
  4911. "hasown": "^2.0.2",
  4912. "is-callable": "^1.2.7"
  4913. },
  4914. "engines": {
  4915. "node": ">= 0.4"
  4916. },
  4917. "funding": {
  4918. "url": "https://github.com/sponsors/ljharb"
  4919. }
  4920. },
  4921. "node_modules/functions-have-names": {
  4922. "version": "1.2.3",
  4923. "license": "MIT",
  4924. "funding": {
  4925. "url": "https://github.com/sponsors/ljharb"
  4926. }
  4927. },
  4928. "node_modules/futoin-hkdf": {
  4929. "version": "1.5.3",
  4930. "license": "Apache-2.0",
  4931. "engines": {
  4932. "node": ">=8"
  4933. }
  4934. },
  4935. "node_modules/generate-function": {
  4936. "version": "2.3.1",
  4937. "license": "MIT",
  4938. "dependencies": {
  4939. "is-property": "^1.0.2"
  4940. }
  4941. },
  4942. "node_modules/generate-object-property": {
  4943. "version": "1.2.0",
  4944. "license": "MIT",
  4945. "dependencies": {
  4946. "is-property": "^1.0.0"
  4947. }
  4948. },
  4949. "node_modules/get-caller-file": {
  4950. "version": "2.0.5",
  4951. "license": "ISC",
  4952. "engines": {
  4953. "node": "6.* || 8.* || >= 10.*"
  4954. }
  4955. },
  4956. "node_modules/get-east-asian-width": {
  4957. "version": "1.5.0",
  4958. "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.5.0.tgz",
  4959. "integrity": "sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==",
  4960. "license": "MIT",
  4961. "engines": {
  4962. "node": ">=18"
  4963. },
  4964. "funding": {
  4965. "url": "https://github.com/sponsors/sindresorhus"
  4966. }
  4967. },
  4968. "node_modules/get-intrinsic": {
  4969. "version": "1.3.0",
  4970. "license": "MIT",
  4971. "dependencies": {
  4972. "call-bind-apply-helpers": "^1.0.2",
  4973. "es-define-property": "^1.0.1",
  4974. "es-errors": "^1.3.0",
  4975. "es-object-atoms": "^1.1.1",
  4976. "function-bind": "^1.1.2",
  4977. "get-proto": "^1.0.1",
  4978. "gopd": "^1.2.0",
  4979. "has-symbols": "^1.1.0",
  4980. "hasown": "^2.0.2",
  4981. "math-intrinsics": "^1.1.0"
  4982. },
  4983. "engines": {
  4984. "node": ">= 0.4"
  4985. },
  4986. "funding": {
  4987. "url": "https://github.com/sponsors/ljharb"
  4988. }
  4989. },
  4990. "node_modules/get-proto": {
  4991. "version": "1.0.1",
  4992. "license": "MIT",
  4993. "dependencies": {
  4994. "dunder-proto": "^1.0.1",
  4995. "es-object-atoms": "^1.0.0"
  4996. },
  4997. "engines": {
  4998. "node": ">= 0.4"
  4999. }
  5000. },
  5001. "node_modules/get-stdin": {
  5002. "version": "4.0.1",
  5003. "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
  5004. "integrity": "sha512-F5aQMywwJ2n85s4hJPTT9RPxGmubonuB10MNYo17/xph174n2MIR33HRguhzVag10O/npM7SPk73LMZNP+FaWw==",
  5005. "dev": true,
  5006. "license": "MIT",
  5007. "engines": {
  5008. "node": ">=0.10.0"
  5009. }
  5010. },
  5011. "node_modules/get-symbol-description": {
  5012. "version": "1.1.0",
  5013. "license": "MIT",
  5014. "dependencies": {
  5015. "call-bound": "^1.0.3",
  5016. "es-errors": "^1.3.0",
  5017. "get-intrinsic": "^1.2.6"
  5018. },
  5019. "engines": {
  5020. "node": ">= 0.4"
  5021. },
  5022. "funding": {
  5023. "url": "https://github.com/sponsors/ljharb"
  5024. }
  5025. },
  5026. "node_modules/get-value": {
  5027. "version": "2.0.6",
  5028. "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz",
  5029. "integrity": "sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA==",
  5030. "license": "MIT",
  5031. "engines": {
  5032. "node": ">=0.10.0"
  5033. }
  5034. },
  5035. "node_modules/glob": {
  5036. "version": "10.5.0",
  5037. "license": "ISC",
  5038. "dependencies": {
  5039. "foreground-child": "^3.1.0",
  5040. "jackspeak": "^3.1.2",
  5041. "minimatch": "^9.0.4",
  5042. "minipass": "^7.1.2",
  5043. "package-json-from-dist": "^1.0.0",
  5044. "path-scurry": "^1.11.1"
  5045. },
  5046. "bin": {
  5047. "glob": "dist/esm/bin.mjs"
  5048. },
  5049. "funding": {
  5050. "url": "https://github.com/sponsors/isaacs"
  5051. }
  5052. },
  5053. "node_modules/glob-base": {
  5054. "version": "0.3.0",
  5055. "resolved": "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz",
  5056. "integrity": "sha512-ab1S1g1EbO7YzauaJLkgLp7DZVAqj9M/dvKlTt8DkXA2tiOIcSMrlVI2J1RZyB5iJVccEscjGn+kpOG9788MHA==",
  5057. "license": "MIT",
  5058. "dependencies": {
  5059. "glob-parent": "^2.0.0",
  5060. "is-glob": "^2.0.0"
  5061. },
  5062. "engines": {
  5063. "node": ">=0.10.0"
  5064. }
  5065. },
  5066. "node_modules/glob-parent": {
  5067. "version": "2.0.0",
  5068. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz",
  5069. "integrity": "sha512-JDYOvfxio/t42HKdxkAYaCiBN7oYiuxykOxKxdaUW5Qn0zaYN3gRQWolrwdnf0shM9/EP0ebuuTmyoXNr1cC5w==",
  5070. "license": "ISC",
  5071. "dependencies": {
  5072. "is-glob": "^2.0.0"
  5073. }
  5074. },
  5075. "node_modules/glob/node_modules/minimatch": {
  5076. "version": "9.0.9",
  5077. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
  5078. "integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
  5079. "license": "ISC",
  5080. "dependencies": {
  5081. "brace-expansion": "^2.0.2"
  5082. },
  5083. "engines": {
  5084. "node": ">=16 || 14 >=14.17"
  5085. },
  5086. "funding": {
  5087. "url": "https://github.com/sponsors/isaacs"
  5088. }
  5089. },
  5090. "node_modules/globals": {
  5091. "version": "11.12.0",
  5092. "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
  5093. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  5094. "dev": true,
  5095. "license": "MIT",
  5096. "engines": {
  5097. "node": ">=4"
  5098. }
  5099. },
  5100. "node_modules/globalthis": {
  5101. "version": "1.0.4",
  5102. "license": "MIT",
  5103. "dependencies": {
  5104. "define-properties": "^1.2.1",
  5105. "gopd": "^1.0.1"
  5106. },
  5107. "engines": {
  5108. "node": ">= 0.4"
  5109. },
  5110. "funding": {
  5111. "url": "https://github.com/sponsors/ljharb"
  5112. }
  5113. },
  5114. "node_modules/globby": {
  5115. "version": "4.1.0",
  5116. "resolved": "https://registry.npmjs.org/globby/-/globby-4.1.0.tgz",
  5117. "integrity": "sha512-JPDtMSr0bt25W64q792rvlrSwIaZwqUAhqdYKSr57Wh/xBcQ5JDWLM85ndn+Q1WdBQXLb9YGCl0QN/T0HpqU0A==",
  5118. "license": "MIT",
  5119. "dependencies": {
  5120. "array-union": "^1.0.1",
  5121. "arrify": "^1.0.0",
  5122. "glob": "^6.0.1",
  5123. "object-assign": "^4.0.1",
  5124. "pify": "^2.0.0",
  5125. "pinkie-promise": "^2.0.0"
  5126. },
  5127. "engines": {
  5128. "node": ">=0.10.0"
  5129. }
  5130. },
  5131. "node_modules/globby/node_modules/glob": {
  5132. "version": "6.0.4",
  5133. "resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz",
  5134. "integrity": "sha512-MKZeRNyYZAVVVG1oZeLaWie1uweH40m9AZwIwxyPbTSX4hHrVYSzLg0Ro5Z5R7XKkIX+Cc6oD1rqeDJnwsB8/A==",
  5135. "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
  5136. "license": "ISC",
  5137. "dependencies": {
  5138. "inflight": "^1.0.4",
  5139. "inherits": "2",
  5140. "minimatch": "2 || 3",
  5141. "once": "^1.3.0",
  5142. "path-is-absolute": "^1.0.0"
  5143. },
  5144. "engines": {
  5145. "node": "*"
  5146. }
  5147. },
  5148. "node_modules/globby/node_modules/pify": {
  5149. "version": "2.3.0",
  5150. "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
  5151. "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
  5152. "license": "MIT",
  5153. "engines": {
  5154. "node": ">=0.10.0"
  5155. }
  5156. },
  5157. "node_modules/gopd": {
  5158. "version": "1.2.0",
  5159. "license": "MIT",
  5160. "engines": {
  5161. "node": ">= 0.4"
  5162. },
  5163. "funding": {
  5164. "url": "https://github.com/sponsors/ljharb"
  5165. }
  5166. },
  5167. "node_modules/gossip-query": {
  5168. "version": "2.0.2",
  5169. "resolved": "https://registry.npmjs.org/gossip-query/-/gossip-query-2.0.2.tgz",
  5170. "integrity": "sha512-17MflOq79BYcK01RrqHhtG5Dl88ztSu7gfD+4i1GrpzkbvLDKkJ7LoKiFKzBWzzd+Jd5VhIiLtQRvjRiKa6PUg==",
  5171. "license": "MIT",
  5172. "dependencies": {
  5173. "obv": "0.0.1",
  5174. "pull-stream": "^3.6.0"
  5175. }
  5176. },
  5177. "node_modules/graceful-fs": {
  5178. "version": "4.2.11",
  5179. "license": "ISC"
  5180. },
  5181. "node_modules/has": {
  5182. "version": "1.0.4",
  5183. "license": "MIT",
  5184. "engines": {
  5185. "node": ">= 0.4.0"
  5186. }
  5187. },
  5188. "node_modules/has-ansi": {
  5189. "version": "2.0.0",
  5190. "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
  5191. "integrity": "sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==",
  5192. "license": "MIT",
  5193. "dependencies": {
  5194. "ansi-regex": "^2.0.0"
  5195. },
  5196. "engines": {
  5197. "node": ">=0.10.0"
  5198. }
  5199. },
  5200. "node_modules/has-ansi/node_modules/ansi-regex": {
  5201. "version": "2.1.1",
  5202. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
  5203. "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==",
  5204. "license": "MIT",
  5205. "engines": {
  5206. "node": ">=0.10.0"
  5207. }
  5208. },
  5209. "node_modules/has-bigints": {
  5210. "version": "1.1.0",
  5211. "license": "MIT",
  5212. "engines": {
  5213. "node": ">= 0.4"
  5214. },
  5215. "funding": {
  5216. "url": "https://github.com/sponsors/ljharb"
  5217. }
  5218. },
  5219. "node_modules/has-flag": {
  5220. "version": "3.0.0",
  5221. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  5222. "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
  5223. "dev": true,
  5224. "license": "MIT",
  5225. "engines": {
  5226. "node": ">=4"
  5227. }
  5228. },
  5229. "node_modules/has-network": {
  5230. "version": "0.0.1",
  5231. "license": "MIT"
  5232. },
  5233. "node_modules/has-network2": {
  5234. "version": "0.0.3",
  5235. "license": "MIT"
  5236. },
  5237. "node_modules/has-property-descriptors": {
  5238. "version": "1.0.2",
  5239. "license": "MIT",
  5240. "dependencies": {
  5241. "es-define-property": "^1.0.0"
  5242. },
  5243. "funding": {
  5244. "url": "https://github.com/sponsors/ljharb"
  5245. }
  5246. },
  5247. "node_modules/has-proto": {
  5248. "version": "1.2.0",
  5249. "license": "MIT",
  5250. "dependencies": {
  5251. "dunder-proto": "^1.0.0"
  5252. },
  5253. "engines": {
  5254. "node": ">= 0.4"
  5255. },
  5256. "funding": {
  5257. "url": "https://github.com/sponsors/ljharb"
  5258. }
  5259. },
  5260. "node_modules/has-symbols": {
  5261. "version": "1.1.0",
  5262. "license": "MIT",
  5263. "engines": {
  5264. "node": ">= 0.4"
  5265. },
  5266. "funding": {
  5267. "url": "https://github.com/sponsors/ljharb"
  5268. }
  5269. },
  5270. "node_modules/has-tostringtag": {
  5271. "version": "1.0.2",
  5272. "license": "MIT",
  5273. "dependencies": {
  5274. "has-symbols": "^1.0.3"
  5275. },
  5276. "engines": {
  5277. "node": ">= 0.4"
  5278. },
  5279. "funding": {
  5280. "url": "https://github.com/sponsors/ljharb"
  5281. }
  5282. },
  5283. "node_modules/has-value": {
  5284. "version": "1.0.0",
  5285. "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz",
  5286. "integrity": "sha512-IBXk4GTsLYdQ7Rvt+GRBrFSVEkmuOUy4re0Xjd9kJSUQpnTrWR4/y9RpfexN9vkAPMFuQoeWKwqzPozRTlasGw==",
  5287. "license": "MIT",
  5288. "dependencies": {
  5289. "get-value": "^2.0.6",
  5290. "has-values": "^1.0.0",
  5291. "isobject": "^3.0.0"
  5292. },
  5293. "engines": {
  5294. "node": ">=0.10.0"
  5295. }
  5296. },
  5297. "node_modules/has-value/node_modules/isobject": {
  5298. "version": "3.0.1",
  5299. "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
  5300. "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==",
  5301. "license": "MIT",
  5302. "engines": {
  5303. "node": ">=0.10.0"
  5304. }
  5305. },
  5306. "node_modules/has-values": {
  5307. "version": "1.0.0",
  5308. "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz",
  5309. "integrity": "sha512-ODYZC64uqzmtfGMEAX/FvZiRyWLpAC3vYnNunURUnkGVTS+mI0smVsWaPydRBsE3g+ok7h960jChO8mFcWlHaQ==",
  5310. "license": "MIT",
  5311. "dependencies": {
  5312. "is-number": "^3.0.0",
  5313. "kind-of": "^4.0.0"
  5314. },
  5315. "engines": {
  5316. "node": ">=0.10.0"
  5317. }
  5318. },
  5319. "node_modules/has-values/node_modules/is-buffer": {
  5320. "version": "1.1.6",
  5321. "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
  5322. "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
  5323. "license": "MIT"
  5324. },
  5325. "node_modules/has-values/node_modules/is-number": {
  5326. "version": "3.0.0",
  5327. "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
  5328. "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==",
  5329. "license": "MIT",
  5330. "dependencies": {
  5331. "kind-of": "^3.0.2"
  5332. },
  5333. "engines": {
  5334. "node": ">=0.10.0"
  5335. }
  5336. },
  5337. "node_modules/has-values/node_modules/is-number/node_modules/kind-of": {
  5338. "version": "3.2.2",
  5339. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
  5340. "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
  5341. "license": "MIT",
  5342. "dependencies": {
  5343. "is-buffer": "^1.1.5"
  5344. },
  5345. "engines": {
  5346. "node": ">=0.10.0"
  5347. }
  5348. },
  5349. "node_modules/has-values/node_modules/kind-of": {
  5350. "version": "4.0.0",
  5351. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz",
  5352. "integrity": "sha512-24XsCxmEbRwEDbz/qz3stgin8TTzZ1ESR56OMCN0ujYg+vRutNSiOj9bHH9u85DKgXguraugV5sFuvbD4FW/hw==",
  5353. "license": "MIT",
  5354. "dependencies": {
  5355. "is-buffer": "^1.1.5"
  5356. },
  5357. "engines": {
  5358. "node": ">=0.10.0"
  5359. }
  5360. },
  5361. "node_modules/hashlru": {
  5362. "version": "2.3.0",
  5363. "license": "MIT"
  5364. },
  5365. "node_modules/hasown": {
  5366. "version": "2.0.2",
  5367. "license": "MIT",
  5368. "dependencies": {
  5369. "function-bind": "^1.1.2"
  5370. },
  5371. "engines": {
  5372. "node": ">= 0.4"
  5373. }
  5374. },
  5375. "node_modules/he": {
  5376. "version": "0.5.0",
  5377. "resolved": "https://registry.npmjs.org/he/-/he-0.5.0.tgz",
  5378. "integrity": "sha512-DoufbNNOFzwRPy8uecq+j+VCPQ+JyDelHTmSgygrA5TsR8Cbw4Qcir5sGtWiusB4BdT89nmlaVDhSJOqC/33vw==",
  5379. "license": "MIT",
  5380. "bin": {
  5381. "he": "bin/he"
  5382. }
  5383. },
  5384. "node_modules/heap": {
  5385. "version": "0.2.7",
  5386. "license": "MIT"
  5387. },
  5388. "node_modules/hexpp": {
  5389. "version": "2.0.0",
  5390. "resolved": "https://registry.npmjs.org/hexpp/-/hexpp-2.0.0.tgz",
  5391. "integrity": "sha512-5qB1Uar+ka6iQm++gOs3rZDH7q3d7gIxgwYRz00KF5OI4saTKEnGMsv5ebqW9XRkBXnkMUghd9b9b5gJpVROtA==",
  5392. "dev": true,
  5393. "license": "MIT",
  5394. "bin": {
  5395. "hexpp": "bin.js"
  5396. }
  5397. },
  5398. "node_modules/highlight.js": {
  5399. "version": "11.0.0",
  5400. "license": "BSD-3-Clause",
  5401. "engines": {
  5402. "node": ">=12.0.0"
  5403. }
  5404. },
  5405. "node_modules/hoox": {
  5406. "version": "0.0.1",
  5407. "license": "MIT"
  5408. },
  5409. "node_modules/hosted-git-info": {
  5410. "version": "2.8.9",
  5411. "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
  5412. "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==",
  5413. "dev": true,
  5414. "license": "ISC"
  5415. },
  5416. "node_modules/html-element": {
  5417. "version": "2.3.1",
  5418. "license": "MIT",
  5419. "dependencies": {
  5420. "class-list": "~0.1.1"
  5421. },
  5422. "engines": {
  5423. "node": ">=4.2"
  5424. }
  5425. },
  5426. "node_modules/html-encoding-sniffer": {
  5427. "version": "6.0.0",
  5428. "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-6.0.0.tgz",
  5429. "integrity": "sha512-CV9TW3Y3f8/wT0BRFc1/KAVQ3TUHiXmaAb6VW9vtiMFf7SLoMd1PdAc4W3KFOFETBJUb90KatHqlsZMWV+R9Gg==",
  5430. "license": "MIT",
  5431. "dependencies": {
  5432. "@exodus/bytes": "^1.6.0"
  5433. },
  5434. "engines": {
  5435. "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  5436. }
  5437. },
  5438. "node_modules/html-tags": {
  5439. "version": "3.3.1",
  5440. "license": "MIT",
  5441. "engines": {
  5442. "node": ">=8"
  5443. },
  5444. "funding": {
  5445. "url": "https://github.com/sponsors/sindresorhus"
  5446. }
  5447. },
  5448. "node_modules/http-assert": {
  5449. "version": "1.5.0",
  5450. "license": "MIT",
  5451. "dependencies": {
  5452. "deep-equal": "~1.0.1",
  5453. "http-errors": "~1.8.0"
  5454. },
  5455. "engines": {
  5456. "node": ">= 0.8"
  5457. }
  5458. },
  5459. "node_modules/http-assert/node_modules/depd": {
  5460. "version": "1.1.2",
  5461. "license": "MIT",
  5462. "engines": {
  5463. "node": ">= 0.6"
  5464. }
  5465. },
  5466. "node_modules/http-assert/node_modules/http-errors": {
  5467. "version": "1.8.1",
  5468. "license": "MIT",
  5469. "dependencies": {
  5470. "depd": "~1.1.2",
  5471. "inherits": "2.0.4",
  5472. "setprototypeof": "1.2.0",
  5473. "statuses": ">= 1.5.0 < 2",
  5474. "toidentifier": "1.0.1"
  5475. },
  5476. "engines": {
  5477. "node": ">= 0.6"
  5478. }
  5479. },
  5480. "node_modules/http-assert/node_modules/statuses": {
  5481. "version": "1.5.0",
  5482. "license": "MIT",
  5483. "engines": {
  5484. "node": ">= 0.6"
  5485. }
  5486. },
  5487. "node_modules/http-errors": {
  5488. "version": "2.0.0",
  5489. "license": "MIT",
  5490. "dependencies": {
  5491. "depd": "2.0.0",
  5492. "inherits": "2.0.4",
  5493. "setprototypeof": "1.2.0",
  5494. "statuses": "2.0.1",
  5495. "toidentifier": "1.0.1"
  5496. },
  5497. "engines": {
  5498. "node": ">= 0.8"
  5499. }
  5500. },
  5501. "node_modules/http-proxy-agent": {
  5502. "version": "7.0.2",
  5503. "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
  5504. "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
  5505. "license": "MIT",
  5506. "dependencies": {
  5507. "agent-base": "^7.1.0",
  5508. "debug": "^4.3.4"
  5509. },
  5510. "engines": {
  5511. "node": ">= 14"
  5512. }
  5513. },
  5514. "node_modules/https-proxy-agent": {
  5515. "version": "7.0.6",
  5516. "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
  5517. "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
  5518. "license": "MIT",
  5519. "dependencies": {
  5520. "agent-base": "^7.1.2",
  5521. "debug": "4"
  5522. },
  5523. "engines": {
  5524. "node": ">= 14"
  5525. }
  5526. },
  5527. "node_modules/hyperaxe": {
  5528. "version": "2.0.1",
  5529. "license": "ISC",
  5530. "dependencies": {
  5531. "html-tags": "^3.0.0",
  5532. "hyperscript": "^2.0.2"
  5533. },
  5534. "engines": {
  5535. "node": ">=12"
  5536. }
  5537. },
  5538. "node_modules/hyperscript": {
  5539. "version": "2.0.2",
  5540. "license": "MIT",
  5541. "dependencies": {
  5542. "browser-split": "0.0.0",
  5543. "class-list": "~0.1.0",
  5544. "html-element": "^2.0.0"
  5545. }
  5546. },
  5547. "node_modules/iconv-lite": {
  5548. "version": "0.6.3",
  5549. "license": "MIT",
  5550. "optional": true,
  5551. "peer": true,
  5552. "dependencies": {
  5553. "safer-buffer": ">= 2.1.2 < 3.0.0"
  5554. },
  5555. "engines": {
  5556. "node": ">=0.10.0"
  5557. }
  5558. },
  5559. "node_modules/idb-kv-store": {
  5560. "version": "4.5.0",
  5561. "license": "MIT",
  5562. "dependencies": {
  5563. "inherits": "^2.0.3",
  5564. "promisize": "^1.1.2"
  5565. }
  5566. },
  5567. "node_modules/ieee754": {
  5568. "version": "1.2.1",
  5569. "funding": [
  5570. {
  5571. "type": "github",
  5572. "url": "https://github.com/sponsors/feross"
  5573. },
  5574. {
  5575. "type": "patreon",
  5576. "url": "https://www.patreon.com/feross"
  5577. },
  5578. {
  5579. "type": "consulting",
  5580. "url": "https://feross.org/support"
  5581. }
  5582. ],
  5583. "license": "BSD-3-Clause"
  5584. },
  5585. "node_modules/ignore-by-default": {
  5586. "version": "1.0.1",
  5587. "resolved": "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz",
  5588. "integrity": "sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==",
  5589. "dev": true,
  5590. "license": "ISC"
  5591. },
  5592. "node_modules/immediate": {
  5593. "version": "3.3.0",
  5594. "license": "MIT"
  5595. },
  5596. "node_modules/increment-buffer": {
  5597. "version": "1.0.1",
  5598. "license": "MIT"
  5599. },
  5600. "node_modules/indent-string": {
  5601. "version": "3.2.0",
  5602. "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz",
  5603. "integrity": "sha512-BYqTHXTGUIvg7t1r4sJNKcbDZkL92nkXA8YtRpbjFHRHGDL/NtUeiBJMeE60kIFN/Mg8ESaWQvftaYMGJzQZCQ==",
  5604. "dev": true,
  5605. "license": "MIT",
  5606. "engines": {
  5607. "node": ">=4"
  5608. }
  5609. },
  5610. "node_modules/indexof": {
  5611. "version": "0.0.1"
  5612. },
  5613. "node_modules/infer-partial-order": {
  5614. "version": "0.1.1",
  5615. "resolved": "https://registry.npmjs.org/infer-partial-order/-/infer-partial-order-0.1.1.tgz",
  5616. "integrity": "sha512-ahwueME5/IpvDbTWjG+ZawATtmvp7p04/ctMBPhwpvq8myV2FXXbJTJhvB8lgU2+1E2Nzipk+jbOmqZ+VZ3Dpw==",
  5617. "dev": true,
  5618. "license": "MIT"
  5619. },
  5620. "node_modules/inflation": {
  5621. "version": "2.1.0",
  5622. "license": "MIT",
  5623. "engines": {
  5624. "node": ">= 0.8.0"
  5625. }
  5626. },
  5627. "node_modules/inflight": {
  5628. "version": "1.0.6",
  5629. "license": "ISC",
  5630. "dependencies": {
  5631. "once": "^1.3.0",
  5632. "wrappy": "1"
  5633. }
  5634. },
  5635. "node_modules/inherits": {
  5636. "version": "2.0.4",
  5637. "license": "ISC"
  5638. },
  5639. "node_modules/ini": {
  5640. "version": "1.3.8",
  5641. "license": "ISC"
  5642. },
  5643. "node_modules/int53": {
  5644. "version": "1.0.0",
  5645. "license": "BSD-3-Clause"
  5646. },
  5647. "node_modules/interleavings": {
  5648. "version": "1.0.0",
  5649. "resolved": "https://registry.npmjs.org/interleavings/-/interleavings-1.0.0.tgz",
  5650. "integrity": "sha512-DAzMdwFFmBZcVvi3cXiEXDY3SMZvSedK6qFICOk0A6ietIUMKyZSgXlyvssakingGkSOLN6SaGnQzqrI6KWIYQ==",
  5651. "dev": true,
  5652. "license": "MIT",
  5653. "dependencies": {
  5654. "debug": "^4.1.1",
  5655. "infer-partial-order": "~0.1.1",
  5656. "rng": "~0.2.2"
  5657. }
  5658. },
  5659. "node_modules/internal-slot": {
  5660. "version": "1.1.0",
  5661. "license": "MIT",
  5662. "dependencies": {
  5663. "es-errors": "^1.3.0",
  5664. "hasown": "^2.0.2",
  5665. "side-channel": "^1.1.0"
  5666. },
  5667. "engines": {
  5668. "node": ">= 0.4"
  5669. }
  5670. },
  5671. "node_modules/ip": {
  5672. "name": "neoip",
  5673. "version": "3.0.0",
  5674. "resolved": "https://registry.npmjs.org/neoip/-/neoip-3.0.0.tgz",
  5675. "integrity": "sha512-1iHzEVKfLRwsDuAqrxFZo5uBAhP6TasBxGabk5bEu58hdDcn8wMokep9Ub9Y/DP//gFMtJoNNon3aTeyyGI+JQ==",
  5676. "license": "MIT"
  5677. },
  5678. "node_modules/ip-address": {
  5679. "version": "9.0.5",
  5680. "license": "MIT",
  5681. "dependencies": {
  5682. "jsbn": "1.1.0",
  5683. "sprintf-js": "^1.1.3"
  5684. },
  5685. "engines": {
  5686. "node": ">= 12"
  5687. }
  5688. },
  5689. "node_modules/ip-address/node_modules/sprintf-js": {
  5690. "version": "1.1.3",
  5691. "license": "BSD-3-Clause"
  5692. },
  5693. "node_modules/ipaddr.js": {
  5694. "version": "1.9.1",
  5695. "license": "MIT",
  5696. "engines": {
  5697. "node": ">= 0.10"
  5698. }
  5699. },
  5700. "node_modules/ipull": {
  5701. "version": "3.9.5",
  5702. "resolved": "https://registry.npmjs.org/ipull/-/ipull-3.9.5.tgz",
  5703. "integrity": "sha512-5w/yZB5lXmTfsvNawmvkCjYo4SJNuKQz/av8TC1UiOyfOHyaM+DReqbpU2XpWYfmY+NIUbRRH8PUAWsxaS+IfA==",
  5704. "license": "MIT",
  5705. "dependencies": {
  5706. "@tinyhttp/content-disposition": "^2.2.0",
  5707. "async-retry": "^1.3.3",
  5708. "chalk": "^5.3.0",
  5709. "ci-info": "^4.0.0",
  5710. "cli-spinners": "^2.9.2",
  5711. "commander": "^10.0.0",
  5712. "eventemitter3": "^5.0.1",
  5713. "filenamify": "^6.0.0",
  5714. "fs-extra": "^11.1.1",
  5715. "is-unicode-supported": "^2.0.0",
  5716. "lifecycle-utils": "^2.0.1",
  5717. "lodash.debounce": "^4.0.8",
  5718. "lowdb": "^7.0.1",
  5719. "pretty-bytes": "^6.1.0",
  5720. "pretty-ms": "^8.0.0",
  5721. "sleep-promise": "^9.1.0",
  5722. "slice-ansi": "^7.1.0",
  5723. "stdout-update": "^4.0.1",
  5724. "strip-ansi": "^7.1.0"
  5725. },
  5726. "bin": {
  5727. "ipull": "dist/cli/cli.js"
  5728. },
  5729. "engines": {
  5730. "node": ">=18.0.0"
  5731. },
  5732. "funding": {
  5733. "type": "github",
  5734. "url": "https://github.com/ido-pluto/ipull?sponsor=1"
  5735. },
  5736. "optionalDependencies": {
  5737. "@reflink/reflink": "^0.1.16"
  5738. }
  5739. },
  5740. "node_modules/ipull/node_modules/ansi-regex": {
  5741. "version": "6.2.2",
  5742. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
  5743. "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
  5744. "license": "MIT",
  5745. "engines": {
  5746. "node": ">=12"
  5747. },
  5748. "funding": {
  5749. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  5750. }
  5751. },
  5752. "node_modules/ipull/node_modules/ansi-styles": {
  5753. "version": "6.2.3",
  5754. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
  5755. "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
  5756. "license": "MIT",
  5757. "engines": {
  5758. "node": ">=12"
  5759. },
  5760. "funding": {
  5761. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  5762. }
  5763. },
  5764. "node_modules/ipull/node_modules/is-fullwidth-code-point": {
  5765. "version": "5.1.0",
  5766. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.1.0.tgz",
  5767. "integrity": "sha512-5XHYaSyiqADb4RnZ1Bdad6cPp8Toise4TzEjcOYDHZkTCbKgiUl7WTUCpNWHuxmDt91wnsZBc9xinNzopv3JMQ==",
  5768. "license": "MIT",
  5769. "dependencies": {
  5770. "get-east-asian-width": "^1.3.1"
  5771. },
  5772. "engines": {
  5773. "node": ">=18"
  5774. },
  5775. "funding": {
  5776. "url": "https://github.com/sponsors/sindresorhus"
  5777. }
  5778. },
  5779. "node_modules/ipull/node_modules/lifecycle-utils": {
  5780. "version": "2.1.0",
  5781. "resolved": "https://registry.npmjs.org/lifecycle-utils/-/lifecycle-utils-2.1.0.tgz",
  5782. "integrity": "sha512-AnrXnE2/OF9PHCyFg0RSqsnQTzV991XaZA/buhFDoc58xU7rhSCDgCz/09Lqpsn4MpoPHt7TRAXV1kWZypFVsA==",
  5783. "license": "MIT"
  5784. },
  5785. "node_modules/ipull/node_modules/parse-ms": {
  5786. "version": "3.0.0",
  5787. "resolved": "https://registry.npmjs.org/parse-ms/-/parse-ms-3.0.0.tgz",
  5788. "integrity": "sha512-Tpb8Z7r7XbbtBTrM9UhpkzzaMrqA2VXMT3YChzYltwV3P3pM6t8wl7TvpMnSTosz1aQAdVib7kdoys7vYOPerw==",
  5789. "license": "MIT",
  5790. "engines": {
  5791. "node": ">=12"
  5792. },
  5793. "funding": {
  5794. "url": "https://github.com/sponsors/sindresorhus"
  5795. }
  5796. },
  5797. "node_modules/ipull/node_modules/pretty-ms": {
  5798. "version": "8.0.0",
  5799. "resolved": "https://registry.npmjs.org/pretty-ms/-/pretty-ms-8.0.0.tgz",
  5800. "integrity": "sha512-ASJqOugUF1bbzI35STMBUpZqdfYKlJugy6JBziGi2EE+AL5JPJGSzvpeVXojxrr0ViUYoToUjb5kjSEGf7Y83Q==",
  5801. "license": "MIT",
  5802. "dependencies": {
  5803. "parse-ms": "^3.0.0"
  5804. },
  5805. "engines": {
  5806. "node": ">=14.16"
  5807. },
  5808. "funding": {
  5809. "url": "https://github.com/sponsors/sindresorhus"
  5810. }
  5811. },
  5812. "node_modules/ipull/node_modules/slice-ansi": {
  5813. "version": "7.1.2",
  5814. "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.2.tgz",
  5815. "integrity": "sha512-iOBWFgUX7caIZiuutICxVgX1SdxwAVFFKwt1EvMYYec/NWO5meOJ6K5uQxhrYBdQJne4KxiqZc+KptFOWFSI9w==",
  5816. "license": "MIT",
  5817. "dependencies": {
  5818. "ansi-styles": "^6.2.1",
  5819. "is-fullwidth-code-point": "^5.0.0"
  5820. },
  5821. "engines": {
  5822. "node": ">=18"
  5823. },
  5824. "funding": {
  5825. "url": "https://github.com/chalk/slice-ansi?sponsor=1"
  5826. }
  5827. },
  5828. "node_modules/ipull/node_modules/strip-ansi": {
  5829. "version": "7.1.2",
  5830. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
  5831. "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
  5832. "license": "MIT",
  5833. "dependencies": {
  5834. "ansi-regex": "^6.0.1"
  5835. },
  5836. "engines": {
  5837. "node": ">=12"
  5838. },
  5839. "funding": {
  5840. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  5841. }
  5842. },
  5843. "node_modules/irregular-plurals": {
  5844. "version": "1.4.0",
  5845. "resolved": "https://registry.npmjs.org/irregular-plurals/-/irregular-plurals-1.4.0.tgz",
  5846. "integrity": "sha512-kniTIJmaZYiwa17eTtWIfm0K342seyugl6vuC8DiiyiRAJWAVlLkqGCI0Im0neo0TkXw+pRcKaBPRdcKHnQJ6Q==",
  5847. "license": "MIT",
  5848. "engines": {
  5849. "node": ">=0.10.0"
  5850. }
  5851. },
  5852. "node_modules/is-accessor-descriptor": {
  5853. "version": "1.0.1",
  5854. "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.1.tgz",
  5855. "integrity": "sha512-YBUanLI8Yoihw923YeFUS5fs0fF2f5TSFTNiYAAzhhDscDa3lEqYuz1pDOEP5KvX94I9ey3vsqjJcLVFVU+3QA==",
  5856. "license": "MIT",
  5857. "dependencies": {
  5858. "hasown": "^2.0.0"
  5859. },
  5860. "engines": {
  5861. "node": ">= 0.10"
  5862. }
  5863. },
  5864. "node_modules/is-alphabetical": {
  5865. "version": "1.0.4",
  5866. "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz",
  5867. "integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==",
  5868. "license": "MIT",
  5869. "funding": {
  5870. "type": "github",
  5871. "url": "https://github.com/sponsors/wooorm"
  5872. }
  5873. },
  5874. "node_modules/is-alphanumerical": {
  5875. "version": "1.0.4",
  5876. "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz",
  5877. "integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==",
  5878. "license": "MIT",
  5879. "dependencies": {
  5880. "is-alphabetical": "^1.0.0",
  5881. "is-decimal": "^1.0.0"
  5882. },
  5883. "funding": {
  5884. "type": "github",
  5885. "url": "https://github.com/sponsors/wooorm"
  5886. }
  5887. },
  5888. "node_modules/is-arguments": {
  5889. "version": "1.2.0",
  5890. "license": "MIT",
  5891. "dependencies": {
  5892. "call-bound": "^1.0.2",
  5893. "has-tostringtag": "^1.0.2"
  5894. },
  5895. "engines": {
  5896. "node": ">= 0.4"
  5897. },
  5898. "funding": {
  5899. "url": "https://github.com/sponsors/ljharb"
  5900. }
  5901. },
  5902. "node_modules/is-array-buffer": {
  5903. "version": "3.0.5",
  5904. "license": "MIT",
  5905. "dependencies": {
  5906. "call-bind": "^1.0.8",
  5907. "call-bound": "^1.0.3",
  5908. "get-intrinsic": "^1.2.6"
  5909. },
  5910. "engines": {
  5911. "node": ">= 0.4"
  5912. },
  5913. "funding": {
  5914. "url": "https://github.com/sponsors/ljharb"
  5915. }
  5916. },
  5917. "node_modules/is-arrayish": {
  5918. "version": "0.2.1",
  5919. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
  5920. "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
  5921. "dev": true,
  5922. "license": "MIT"
  5923. },
  5924. "node_modules/is-async-function": {
  5925. "version": "2.1.1",
  5926. "license": "MIT",
  5927. "dependencies": {
  5928. "async-function": "^1.0.0",
  5929. "call-bound": "^1.0.3",
  5930. "get-proto": "^1.0.1",
  5931. "has-tostringtag": "^1.0.2",
  5932. "safe-regex-test": "^1.1.0"
  5933. },
  5934. "engines": {
  5935. "node": ">= 0.4"
  5936. },
  5937. "funding": {
  5938. "url": "https://github.com/sponsors/ljharb"
  5939. }
  5940. },
  5941. "node_modules/is-bigint": {
  5942. "version": "1.1.0",
  5943. "license": "MIT",
  5944. "dependencies": {
  5945. "has-bigints": "^1.0.2"
  5946. },
  5947. "engines": {
  5948. "node": ">= 0.4"
  5949. },
  5950. "funding": {
  5951. "url": "https://github.com/sponsors/ljharb"
  5952. }
  5953. },
  5954. "node_modules/is-binary-path": {
  5955. "version": "1.0.1",
  5956. "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
  5957. "integrity": "sha512-9fRVlXc0uCxEDj1nQzaWONSpbTfx0FmJfzHF7pwlI8DkWGoHBBea4Pg5Ky0ojwwxQmnSifgbKkI06Qv0Ljgj+Q==",
  5958. "license": "MIT",
  5959. "dependencies": {
  5960. "binary-extensions": "^1.0.0"
  5961. },
  5962. "engines": {
  5963. "node": ">=0.10.0"
  5964. }
  5965. },
  5966. "node_modules/is-boolean-object": {
  5967. "version": "1.2.2",
  5968. "license": "MIT",
  5969. "dependencies": {
  5970. "call-bound": "^1.0.3",
  5971. "has-tostringtag": "^1.0.2"
  5972. },
  5973. "engines": {
  5974. "node": ">= 0.4"
  5975. },
  5976. "funding": {
  5977. "url": "https://github.com/sponsors/ljharb"
  5978. }
  5979. },
  5980. "node_modules/is-buffer": {
  5981. "version": "2.0.5",
  5982. "funding": [
  5983. {
  5984. "type": "github",
  5985. "url": "https://github.com/sponsors/feross"
  5986. },
  5987. {
  5988. "type": "patreon",
  5989. "url": "https://www.patreon.com/feross"
  5990. },
  5991. {
  5992. "type": "consulting",
  5993. "url": "https://feross.org/support"
  5994. }
  5995. ],
  5996. "license": "MIT",
  5997. "engines": {
  5998. "node": ">=4"
  5999. }
  6000. },
  6001. "node_modules/is-buffer-zero": {
  6002. "version": "1.0.0",
  6003. "license": "MIT"
  6004. },
  6005. "node_modules/is-callable": {
  6006. "version": "1.2.7",
  6007. "license": "MIT",
  6008. "engines": {
  6009. "node": ">= 0.4"
  6010. },
  6011. "funding": {
  6012. "url": "https://github.com/sponsors/ljharb"
  6013. }
  6014. },
  6015. "node_modules/is-canonical-base64": {
  6016. "version": "1.1.1",
  6017. "license": "MIT"
  6018. },
  6019. "node_modules/is-core-module": {
  6020. "version": "2.16.1",
  6021. "license": "MIT",
  6022. "dependencies": {
  6023. "hasown": "^2.0.2"
  6024. },
  6025. "engines": {
  6026. "node": ">= 0.4"
  6027. },
  6028. "funding": {
  6029. "url": "https://github.com/sponsors/ljharb"
  6030. }
  6031. },
  6032. "node_modules/is-data-descriptor": {
  6033. "version": "1.0.1",
  6034. "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.1.tgz",
  6035. "integrity": "sha512-bc4NlCDiCr28U4aEsQ3Qs2491gVq4V8G7MQyws968ImqjKuYtTJXrl7Vq7jsN7Ly/C3xj5KWFrY7sHNeDkAzXw==",
  6036. "license": "MIT",
  6037. "dependencies": {
  6038. "hasown": "^2.0.0"
  6039. },
  6040. "engines": {
  6041. "node": ">= 0.4"
  6042. }
  6043. },
  6044. "node_modules/is-data-view": {
  6045. "version": "1.0.2",
  6046. "license": "MIT",
  6047. "dependencies": {
  6048. "call-bound": "^1.0.2",
  6049. "get-intrinsic": "^1.2.6",
  6050. "is-typed-array": "^1.1.13"
  6051. },
  6052. "engines": {
  6053. "node": ">= 0.4"
  6054. },
  6055. "funding": {
  6056. "url": "https://github.com/sponsors/ljharb"
  6057. }
  6058. },
  6059. "node_modules/is-date-object": {
  6060. "version": "1.1.0",
  6061. "license": "MIT",
  6062. "dependencies": {
  6063. "call-bound": "^1.0.2",
  6064. "has-tostringtag": "^1.0.2"
  6065. },
  6066. "engines": {
  6067. "node": ">= 0.4"
  6068. },
  6069. "funding": {
  6070. "url": "https://github.com/sponsors/ljharb"
  6071. }
  6072. },
  6073. "node_modules/is-decimal": {
  6074. "version": "1.0.4",
  6075. "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz",
  6076. "integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==",
  6077. "license": "MIT",
  6078. "funding": {
  6079. "type": "github",
  6080. "url": "https://github.com/sponsors/wooorm"
  6081. }
  6082. },
  6083. "node_modules/is-descriptor": {
  6084. "version": "1.0.3",
  6085. "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.3.tgz",
  6086. "integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==",
  6087. "license": "MIT",
  6088. "dependencies": {
  6089. "is-accessor-descriptor": "^1.0.1",
  6090. "is-data-descriptor": "^1.0.1"
  6091. },
  6092. "engines": {
  6093. "node": ">= 0.4"
  6094. }
  6095. },
  6096. "node_modules/is-docker": {
  6097. "version": "2.2.1",
  6098. "license": "MIT",
  6099. "bin": {
  6100. "is-docker": "cli.js"
  6101. },
  6102. "engines": {
  6103. "node": ">=8"
  6104. },
  6105. "funding": {
  6106. "url": "https://github.com/sponsors/sindresorhus"
  6107. }
  6108. },
  6109. "node_modules/is-dotfile": {
  6110. "version": "1.0.3",
  6111. "resolved": "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.3.tgz",
  6112. "integrity": "sha512-9YclgOGtN/f8zx0Pr4FQYMdibBiTaH3sn52vjYip4ZSf6C4/6RfTEZ+MR4GvKhCxdPh21Bg42/WL55f6KSnKpg==",
  6113. "license": "MIT",
  6114. "engines": {
  6115. "node": ">=0.10.0"
  6116. }
  6117. },
  6118. "node_modules/is-equal-shallow": {
  6119. "version": "0.1.3",
  6120. "resolved": "https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz",
  6121. "integrity": "sha512-0EygVC5qPvIyb+gSz7zdD5/AAoS6Qrx1e//6N4yv4oNm30kqvdmG66oZFWVlQHUWe5OjP08FuTw2IdT0EOTcYA==",
  6122. "license": "MIT",
  6123. "dependencies": {
  6124. "is-primitive": "^2.0.0"
  6125. },
  6126. "engines": {
  6127. "node": ">=0.10.0"
  6128. }
  6129. },
  6130. "node_modules/is-extendable": {
  6131. "version": "0.1.1",
  6132. "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
  6133. "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",
  6134. "license": "MIT",
  6135. "engines": {
  6136. "node": ">=0.10.0"
  6137. }
  6138. },
  6139. "node_modules/is-extglob": {
  6140. "version": "1.0.0",
  6141. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz",
  6142. "integrity": "sha512-7Q+VbVafe6x2T+Tu6NcOf6sRklazEPmBoB3IWk3WdGZM2iGUwU/Oe3Wtq5lSEkDTTlpp8yx+5t4pzO/i9Ty1ww==",
  6143. "license": "MIT",
  6144. "engines": {
  6145. "node": ">=0.10.0"
  6146. }
  6147. },
  6148. "node_modules/is-finalizationregistry": {
  6149. "version": "1.1.1",
  6150. "license": "MIT",
  6151. "dependencies": {
  6152. "call-bound": "^1.0.3"
  6153. },
  6154. "engines": {
  6155. "node": ">= 0.4"
  6156. },
  6157. "funding": {
  6158. "url": "https://github.com/sponsors/ljharb"
  6159. }
  6160. },
  6161. "node_modules/is-finite": {
  6162. "version": "1.1.0",
  6163. "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.1.0.tgz",
  6164. "integrity": "sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==",
  6165. "dev": true,
  6166. "license": "MIT",
  6167. "engines": {
  6168. "node": ">=0.10.0"
  6169. },
  6170. "funding": {
  6171. "url": "https://github.com/sponsors/sindresorhus"
  6172. }
  6173. },
  6174. "node_modules/is-fullwidth-code-point": {
  6175. "version": "3.0.0",
  6176. "license": "MIT",
  6177. "engines": {
  6178. "node": ">=8"
  6179. }
  6180. },
  6181. "node_modules/is-generator-function": {
  6182. "version": "1.1.0",
  6183. "license": "MIT",
  6184. "dependencies": {
  6185. "call-bound": "^1.0.3",
  6186. "get-proto": "^1.0.0",
  6187. "has-tostringtag": "^1.0.2",
  6188. "safe-regex-test": "^1.1.0"
  6189. },
  6190. "engines": {
  6191. "node": ">= 0.4"
  6192. },
  6193. "funding": {
  6194. "url": "https://github.com/sponsors/ljharb"
  6195. }
  6196. },
  6197. "node_modules/is-glob": {
  6198. "version": "2.0.1",
  6199. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz",
  6200. "integrity": "sha512-a1dBeB19NXsf/E0+FHqkagizel/LQw2DjSQpvQrj3zT+jYPpaUCryPnrQajXKFLCMuf4I6FhRpaGtw4lPrG6Eg==",
  6201. "license": "MIT",
  6202. "dependencies": {
  6203. "is-extglob": "^1.0.0"
  6204. },
  6205. "engines": {
  6206. "node": ">=0.10.0"
  6207. }
  6208. },
  6209. "node_modules/is-hexadecimal": {
  6210. "version": "1.0.4",
  6211. "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz",
  6212. "integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==",
  6213. "license": "MIT",
  6214. "funding": {
  6215. "type": "github",
  6216. "url": "https://github.com/sponsors/wooorm"
  6217. }
  6218. },
  6219. "node_modules/is-interactive": {
  6220. "version": "2.0.0",
  6221. "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-2.0.0.tgz",
  6222. "integrity": "sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ==",
  6223. "license": "MIT",
  6224. "engines": {
  6225. "node": ">=12"
  6226. },
  6227. "funding": {
  6228. "url": "https://github.com/sponsors/sindresorhus"
  6229. }
  6230. },
  6231. "node_modules/is-map": {
  6232. "version": "2.0.3",
  6233. "license": "MIT",
  6234. "engines": {
  6235. "node": ">= 0.4"
  6236. },
  6237. "funding": {
  6238. "url": "https://github.com/sponsors/ljharb"
  6239. }
  6240. },
  6241. "node_modules/is-my-ip-valid": {
  6242. "version": "1.0.1",
  6243. "license": "MIT"
  6244. },
  6245. "node_modules/is-my-json-valid": {
  6246. "version": "2.20.6",
  6247. "license": "MIT",
  6248. "dependencies": {
  6249. "generate-function": "^2.0.0",
  6250. "generate-object-property": "^1.1.0",
  6251. "is-my-ip-valid": "^1.0.0",
  6252. "jsonpointer": "^5.0.0",
  6253. "xtend": "^4.0.0"
  6254. }
  6255. },
  6256. "node_modules/is-my-ssb-valid": {
  6257. "version": "1.2.2",
  6258. "license": "LGPL-3.0-only",
  6259. "dependencies": {
  6260. "is-my-json-valid": "^2.20.0",
  6261. "ssb-msg-content": "^1.0.1"
  6262. }
  6263. },
  6264. "node_modules/is-negative-zero": {
  6265. "version": "2.0.3",
  6266. "license": "MIT",
  6267. "engines": {
  6268. "node": ">= 0.4"
  6269. },
  6270. "funding": {
  6271. "url": "https://github.com/sponsors/ljharb"
  6272. }
  6273. },
  6274. "node_modules/is-number": {
  6275. "version": "2.1.0",
  6276. "resolved": "https://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz",
  6277. "integrity": "sha512-QUzH43Gfb9+5yckcrSA0VBDwEtDUchrk4F6tfJZQuNzDJbEDB9cZNzSfXGQ1jqmdDY/kl41lUOWM9syA8z8jlg==",
  6278. "license": "MIT",
  6279. "dependencies": {
  6280. "kind-of": "^3.0.2"
  6281. },
  6282. "engines": {
  6283. "node": ">=0.10.0"
  6284. }
  6285. },
  6286. "node_modules/is-number-object": {
  6287. "version": "1.1.1",
  6288. "license": "MIT",
  6289. "dependencies": {
  6290. "call-bound": "^1.0.3",
  6291. "has-tostringtag": "^1.0.2"
  6292. },
  6293. "engines": {
  6294. "node": ">= 0.4"
  6295. },
  6296. "funding": {
  6297. "url": "https://github.com/sponsors/ljharb"
  6298. }
  6299. },
  6300. "node_modules/is-options": {
  6301. "version": "1.0.2",
  6302. "license": "MIT",
  6303. "dependencies": {
  6304. "b4a": "^1.1.1"
  6305. }
  6306. },
  6307. "node_modules/is-plain-obj": {
  6308. "version": "1.1.0",
  6309. "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz",
  6310. "integrity": "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==",
  6311. "dev": true,
  6312. "license": "MIT",
  6313. "engines": {
  6314. "node": ">=0.10.0"
  6315. }
  6316. },
  6317. "node_modules/is-plain-object": {
  6318. "version": "2.0.4",
  6319. "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
  6320. "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
  6321. "license": "MIT",
  6322. "dependencies": {
  6323. "isobject": "^3.0.1"
  6324. },
  6325. "engines": {
  6326. "node": ">=0.10.0"
  6327. }
  6328. },
  6329. "node_modules/is-plain-object/node_modules/isobject": {
  6330. "version": "3.0.1",
  6331. "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
  6332. "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==",
  6333. "license": "MIT",
  6334. "engines": {
  6335. "node": ">=0.10.0"
  6336. }
  6337. },
  6338. "node_modules/is-posix-bracket": {
  6339. "version": "0.1.1",
  6340. "resolved": "https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz",
  6341. "integrity": "sha512-Yu68oeXJ7LeWNmZ3Zov/xg/oDBnBK2RNxwYY1ilNJX+tKKZqgPK+qOn/Gs9jEu66KDY9Netf5XLKNGzas/vPfQ==",
  6342. "license": "MIT",
  6343. "engines": {
  6344. "node": ">=0.10.0"
  6345. }
  6346. },
  6347. "node_modules/is-potential-custom-element-name": {
  6348. "version": "1.0.1",
  6349. "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
  6350. "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
  6351. "license": "MIT"
  6352. },
  6353. "node_modules/is-primitive": {
  6354. "version": "2.0.0",
  6355. "resolved": "https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz",
  6356. "integrity": "sha512-N3w1tFaRfk3UrPfqeRyD+GYDASU3W5VinKhlORy8EWVf/sIdDL9GAcew85XmktCfH+ngG7SRXEVDoO18WMdB/Q==",
  6357. "license": "MIT",
  6358. "engines": {
  6359. "node": ">=0.10.0"
  6360. }
  6361. },
  6362. "node_modules/is-promise": {
  6363. "version": "4.0.0",
  6364. "license": "MIT"
  6365. },
  6366. "node_modules/is-property": {
  6367. "version": "1.0.2",
  6368. "license": "MIT"
  6369. },
  6370. "node_modules/is-regex": {
  6371. "version": "1.2.1",
  6372. "license": "MIT",
  6373. "dependencies": {
  6374. "call-bound": "^1.0.2",
  6375. "gopd": "^1.2.0",
  6376. "has-tostringtag": "^1.0.2",
  6377. "hasown": "^2.0.2"
  6378. },
  6379. "engines": {
  6380. "node": ">= 0.4"
  6381. },
  6382. "funding": {
  6383. "url": "https://github.com/sponsors/ljharb"
  6384. }
  6385. },
  6386. "node_modules/is-set": {
  6387. "version": "2.0.3",
  6388. "license": "MIT",
  6389. "engines": {
  6390. "node": ">= 0.4"
  6391. },
  6392. "funding": {
  6393. "url": "https://github.com/sponsors/ljharb"
  6394. }
  6395. },
  6396. "node_modules/is-shared-array-buffer": {
  6397. "version": "1.0.4",
  6398. "license": "MIT",
  6399. "dependencies": {
  6400. "call-bound": "^1.0.3"
  6401. },
  6402. "engines": {
  6403. "node": ">= 0.4"
  6404. },
  6405. "funding": {
  6406. "url": "https://github.com/sponsors/ljharb"
  6407. }
  6408. },
  6409. "node_modules/is-stream": {
  6410. "version": "2.0.1",
  6411. "license": "MIT",
  6412. "engines": {
  6413. "node": ">=8"
  6414. },
  6415. "funding": {
  6416. "url": "https://github.com/sponsors/sindresorhus"
  6417. }
  6418. },
  6419. "node_modules/is-string": {
  6420. "version": "1.1.1",
  6421. "license": "MIT",
  6422. "dependencies": {
  6423. "call-bound": "^1.0.3",
  6424. "has-tostringtag": "^1.0.2"
  6425. },
  6426. "engines": {
  6427. "node": ">= 0.4"
  6428. },
  6429. "funding": {
  6430. "url": "https://github.com/sponsors/ljharb"
  6431. }
  6432. },
  6433. "node_modules/is-svg": {
  6434. "version": "4.4.0",
  6435. "license": "MIT",
  6436. "dependencies": {
  6437. "fast-xml-parser": "^4.1.3"
  6438. },
  6439. "engines": {
  6440. "node": ">=6"
  6441. },
  6442. "funding": {
  6443. "url": "https://github.com/sponsors/sindresorhus"
  6444. }
  6445. },
  6446. "node_modules/is-symbol": {
  6447. "version": "1.1.1",
  6448. "license": "MIT",
  6449. "dependencies": {
  6450. "call-bound": "^1.0.2",
  6451. "has-symbols": "^1.1.0",
  6452. "safe-regex-test": "^1.1.0"
  6453. },
  6454. "engines": {
  6455. "node": ">= 0.4"
  6456. },
  6457. "funding": {
  6458. "url": "https://github.com/sponsors/ljharb"
  6459. }
  6460. },
  6461. "node_modules/is-typed-array": {
  6462. "version": "1.1.15",
  6463. "license": "MIT",
  6464. "dependencies": {
  6465. "which-typed-array": "^1.1.16"
  6466. },
  6467. "engines": {
  6468. "node": ">= 0.4"
  6469. },
  6470. "funding": {
  6471. "url": "https://github.com/sponsors/ljharb"
  6472. }
  6473. },
  6474. "node_modules/is-typedarray": {
  6475. "version": "1.0.0",
  6476. "license": "MIT"
  6477. },
  6478. "node_modules/is-unicode-supported": {
  6479. "version": "2.1.0",
  6480. "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz",
  6481. "integrity": "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==",
  6482. "license": "MIT",
  6483. "engines": {
  6484. "node": ">=18"
  6485. },
  6486. "funding": {
  6487. "url": "https://github.com/sponsors/sindresorhus"
  6488. }
  6489. },
  6490. "node_modules/is-utf8": {
  6491. "version": "0.2.1",
  6492. "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
  6493. "integrity": "sha512-rMYPYvCzsXywIsldgLaSoPlw5PfoB/ssr7hY4pLfcodrA5M/eArza1a9VmTiNIBNMjOGr1Ow9mTyU2o69U6U9Q==",
  6494. "dev": true,
  6495. "license": "MIT"
  6496. },
  6497. "node_modules/is-weakmap": {
  6498. "version": "2.0.2",
  6499. "license": "MIT",
  6500. "engines": {
  6501. "node": ">= 0.4"
  6502. },
  6503. "funding": {
  6504. "url": "https://github.com/sponsors/ljharb"
  6505. }
  6506. },
  6507. "node_modules/is-weakref": {
  6508. "version": "1.1.1",
  6509. "license": "MIT",
  6510. "dependencies": {
  6511. "call-bound": "^1.0.3"
  6512. },
  6513. "engines": {
  6514. "node": ">= 0.4"
  6515. },
  6516. "funding": {
  6517. "url": "https://github.com/sponsors/ljharb"
  6518. }
  6519. },
  6520. "node_modules/is-weakset": {
  6521. "version": "2.0.4",
  6522. "license": "MIT",
  6523. "dependencies": {
  6524. "call-bound": "^1.0.3",
  6525. "get-intrinsic": "^1.2.6"
  6526. },
  6527. "engines": {
  6528. "node": ">= 0.4"
  6529. },
  6530. "funding": {
  6531. "url": "https://github.com/sponsors/ljharb"
  6532. }
  6533. },
  6534. "node_modules/is-windows": {
  6535. "version": "1.0.2",
  6536. "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz",
  6537. "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==",
  6538. "license": "MIT",
  6539. "engines": {
  6540. "node": ">=0.10.0"
  6541. }
  6542. },
  6543. "node_modules/is-wsl": {
  6544. "version": "2.2.0",
  6545. "license": "MIT",
  6546. "dependencies": {
  6547. "is-docker": "^2.0.0"
  6548. },
  6549. "engines": {
  6550. "node": ">=8"
  6551. }
  6552. },
  6553. "node_modules/isarray": {
  6554. "version": "2.0.5",
  6555. "license": "MIT"
  6556. },
  6557. "node_modules/isexe": {
  6558. "version": "2.0.0",
  6559. "license": "ISC"
  6560. },
  6561. "node_modules/isobject": {
  6562. "version": "2.1.0",
  6563. "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",
  6564. "integrity": "sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==",
  6565. "license": "MIT",
  6566. "dependencies": {
  6567. "isarray": "1.0.0"
  6568. },
  6569. "engines": {
  6570. "node": ">=0.10.0"
  6571. }
  6572. },
  6573. "node_modules/isobject/node_modules/isarray": {
  6574. "version": "1.0.0",
  6575. "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
  6576. "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
  6577. "license": "MIT"
  6578. },
  6579. "node_modules/isomorphic-fetch": {
  6580. "version": "3.0.0",
  6581. "license": "MIT",
  6582. "dependencies": {
  6583. "node-fetch": "^2.6.1",
  6584. "whatwg-fetch": "^3.4.1"
  6585. }
  6586. },
  6587. "node_modules/isomorphic-ws": {
  6588. "version": "5.0.0",
  6589. "license": "MIT",
  6590. "peerDependencies": {
  6591. "ws": "*"
  6592. }
  6593. },
  6594. "node_modules/istanbul-lib-coverage": {
  6595. "version": "2.0.5",
  6596. "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.5.tgz",
  6597. "integrity": "sha512-8aXznuEPCJvGnMSRft4udDRDtb1V3pkQkMMI5LI+6HuQz5oQ4J2UFn1H82raA3qJtyOLkkwVqICBQkjnGtn5mA==",
  6598. "dev": true,
  6599. "license": "BSD-3-Clause",
  6600. "engines": {
  6601. "node": ">=6"
  6602. }
  6603. },
  6604. "node_modules/istanbul-lib-instrument": {
  6605. "version": "3.3.0",
  6606. "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-3.3.0.tgz",
  6607. "integrity": "sha512-5nnIN4vo5xQZHdXno/YDXJ0G+I3dAm4XgzfSVTPLQpj/zAV2dV6Juy0yaf10/zrJOJeHoN3fraFe+XRq2bFVZA==",
  6608. "dev": true,
  6609. "license": "BSD-3-Clause",
  6610. "dependencies": {
  6611. "@babel/generator": "^7.4.0",
  6612. "@babel/parser": "^7.4.3",
  6613. "@babel/template": "^7.4.0",
  6614. "@babel/traverse": "^7.4.3",
  6615. "@babel/types": "^7.4.0",
  6616. "istanbul-lib-coverage": "^2.0.5",
  6617. "semver": "^6.0.0"
  6618. },
  6619. "engines": {
  6620. "node": ">=6"
  6621. }
  6622. },
  6623. "node_modules/istanbul-lib-instrument/node_modules/semver": {
  6624. "version": "6.3.1",
  6625. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  6626. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  6627. "dev": true,
  6628. "license": "ISC",
  6629. "bin": {
  6630. "semver": "bin/semver.js"
  6631. }
  6632. },
  6633. "node_modules/iterate-iterator": {
  6634. "version": "1.0.2",
  6635. "license": "MIT",
  6636. "funding": {
  6637. "url": "https://github.com/sponsors/ljharb"
  6638. }
  6639. },
  6640. "node_modules/iterate-value": {
  6641. "version": "1.0.2",
  6642. "license": "MIT",
  6643. "dependencies": {
  6644. "es-get-iterator": "^1.0.2",
  6645. "iterate-iterator": "^1.0.1"
  6646. },
  6647. "funding": {
  6648. "url": "https://github.com/sponsors/ljharb"
  6649. }
  6650. },
  6651. "node_modules/jackspeak": {
  6652. "version": "3.4.3",
  6653. "license": "BlueOak-1.0.0",
  6654. "dependencies": {
  6655. "@isaacs/cliui": "^8.0.2"
  6656. },
  6657. "funding": {
  6658. "url": "https://github.com/sponsors/isaacs"
  6659. },
  6660. "optionalDependencies": {
  6661. "@pkgjs/parseargs": "^0.11.0"
  6662. }
  6663. },
  6664. "node_modules/jitdb": {
  6665. "version": "7.0.7",
  6666. "license": "LGPL-3.0",
  6667. "dependencies": {
  6668. "atomic-file-rw": "^0.3.0",
  6669. "binary-search-bounds": "^2.0.4",
  6670. "bipf": "^1.6.2",
  6671. "crc": "3.6.0",
  6672. "debug": "^4.2.0",
  6673. "fastpriorityqueue": "^0.7.1",
  6674. "idb-kv-store": "^4.5.0",
  6675. "jsesc": "^3.0.2",
  6676. "mkdirp": "^1.0.4",
  6677. "multicb": "1.2.2",
  6678. "mutexify": "^1.4.0",
  6679. "obz": "^1.1.0",
  6680. "promisify-4loc": "1.0.0",
  6681. "pull-async": "~1.0.0",
  6682. "pull-awaitable": "^1.0.0",
  6683. "pull-cat": "~1.1.11",
  6684. "pull-stream": "^3.6.14",
  6685. "push-stream": "^11.2.0",
  6686. "push-stream-to-pull-stream": "^1.0.3",
  6687. "rimraf": "^3.0.2",
  6688. "sanitize-filename": "^1.6.3",
  6689. "traverse": "^0.6.6",
  6690. "typedarray-to-buffer": "^4.0.0",
  6691. "typedfastbitset": "~0.2.1"
  6692. },
  6693. "peerDependencies": {
  6694. "async-append-only-log": "^4.3.2"
  6695. }
  6696. },
  6697. "node_modules/js-tokens": {
  6698. "version": "4.0.0",
  6699. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  6700. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  6701. "dev": true,
  6702. "license": "MIT"
  6703. },
  6704. "node_modules/jsbn": {
  6705. "version": "1.1.0",
  6706. "license": "MIT"
  6707. },
  6708. "node_modules/jsdom": {
  6709. "version": "28.0.0",
  6710. "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-28.0.0.tgz",
  6711. "integrity": "sha512-KDYJgZ6T2TKdU8yBfYueq5EPG/EylMsBvCaenWMJb2OXmjgczzwveRCoJ+Hgj1lXPDyasvrgneSn4GBuR1hYyA==",
  6712. "license": "MIT",
  6713. "dependencies": {
  6714. "@acemir/cssom": "^0.9.31",
  6715. "@asamuzakjp/dom-selector": "^6.7.6",
  6716. "@exodus/bytes": "^1.11.0",
  6717. "cssstyle": "^5.3.7",
  6718. "data-urls": "^7.0.0",
  6719. "decimal.js": "^10.6.0",
  6720. "html-encoding-sniffer": "^6.0.0",
  6721. "http-proxy-agent": "^7.0.2",
  6722. "https-proxy-agent": "^7.0.6",
  6723. "is-potential-custom-element-name": "^1.0.1",
  6724. "parse5": "^8.0.0",
  6725. "saxes": "^6.0.0",
  6726. "symbol-tree": "^3.2.4",
  6727. "tough-cookie": "^6.0.0",
  6728. "undici": "^7.20.0",
  6729. "w3c-xmlserializer": "^5.0.0",
  6730. "webidl-conversions": "^8.0.1",
  6731. "whatwg-mimetype": "^5.0.0",
  6732. "whatwg-url": "^16.0.0",
  6733. "xml-name-validator": "^5.0.0"
  6734. },
  6735. "engines": {
  6736. "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  6737. },
  6738. "peerDependencies": {
  6739. "canvas": "^3.0.0"
  6740. },
  6741. "peerDependenciesMeta": {
  6742. "canvas": {
  6743. "optional": true
  6744. }
  6745. }
  6746. },
  6747. "node_modules/jsdom/node_modules/tr46": {
  6748. "version": "6.0.0",
  6749. "resolved": "https://registry.npmjs.org/tr46/-/tr46-6.0.0.tgz",
  6750. "integrity": "sha512-bLVMLPtstlZ4iMQHpFHTR7GAGj2jxi8Dg0s2h2MafAE4uSWF98FC/3MomU51iQAMf8/qDUbKWf5GxuvvVcXEhw==",
  6751. "license": "MIT",
  6752. "dependencies": {
  6753. "punycode": "^2.3.1"
  6754. },
  6755. "engines": {
  6756. "node": ">=20"
  6757. }
  6758. },
  6759. "node_modules/jsdom/node_modules/webidl-conversions": {
  6760. "version": "8.0.1",
  6761. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-8.0.1.tgz",
  6762. "integrity": "sha512-BMhLD/Sw+GbJC21C/UgyaZX41nPt8bUTg+jWyDeg7e7YN4xOM05YPSIXceACnXVtqyEw/LMClUQMtMZ+PGGpqQ==",
  6763. "license": "BSD-2-Clause",
  6764. "engines": {
  6765. "node": ">=20"
  6766. }
  6767. },
  6768. "node_modules/jsdom/node_modules/whatwg-url": {
  6769. "version": "16.0.0",
  6770. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-16.0.0.tgz",
  6771. "integrity": "sha512-9CcxtEKsf53UFwkSUZjG+9vydAsFO4lFHBpJUtjBcoJOCJpKnSJNwCw813zrYJHpCJ7sgfbtOe0V5Ku7Pa1XMQ==",
  6772. "license": "MIT",
  6773. "dependencies": {
  6774. "@exodus/bytes": "^1.11.0",
  6775. "tr46": "^6.0.0",
  6776. "webidl-conversions": "^8.0.1"
  6777. },
  6778. "engines": {
  6779. "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
  6780. }
  6781. },
  6782. "node_modules/jsesc": {
  6783. "version": "3.1.0",
  6784. "license": "MIT",
  6785. "bin": {
  6786. "jsesc": "bin/jsesc"
  6787. },
  6788. "engines": {
  6789. "node": ">=6"
  6790. }
  6791. },
  6792. "node_modules/json-parse-better-errors": {
  6793. "version": "1.0.2",
  6794. "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
  6795. "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==",
  6796. "dev": true,
  6797. "license": "MIT"
  6798. },
  6799. "node_modules/jsonfile": {
  6800. "version": "6.2.0",
  6801. "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.0.tgz",
  6802. "integrity": "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==",
  6803. "license": "MIT",
  6804. "dependencies": {
  6805. "universalify": "^2.0.0"
  6806. },
  6807. "optionalDependencies": {
  6808. "graceful-fs": "^4.1.6"
  6809. }
  6810. },
  6811. "node_modules/jsonpointer": {
  6812. "version": "5.0.1",
  6813. "license": "MIT",
  6814. "engines": {
  6815. "node": ">=0.10.0"
  6816. }
  6817. },
  6818. "node_modules/key-value-file-store": {
  6819. "version": "1.1.1",
  6820. "license": "MIT",
  6821. "dependencies": {
  6822. "atomic-file-rw": "^0.3.0"
  6823. }
  6824. },
  6825. "node_modules/keygrip": {
  6826. "version": "1.1.0",
  6827. "license": "MIT",
  6828. "dependencies": {
  6829. "tsscmp": "1.0.6"
  6830. },
  6831. "engines": {
  6832. "node": ">= 0.6"
  6833. }
  6834. },
  6835. "node_modules/kind-of": {
  6836. "version": "3.2.2",
  6837. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
  6838. "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
  6839. "license": "MIT",
  6840. "dependencies": {
  6841. "is-buffer": "^1.1.5"
  6842. },
  6843. "engines": {
  6844. "node": ">=0.10.0"
  6845. }
  6846. },
  6847. "node_modules/kind-of/node_modules/is-buffer": {
  6848. "version": "1.1.6",
  6849. "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
  6850. "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
  6851. "license": "MIT"
  6852. },
  6853. "node_modules/koa": {
  6854. "version": "2.16.4",
  6855. "resolved": "https://registry.npmjs.org/koa/-/koa-2.16.4.tgz",
  6856. "integrity": "sha512-3An0GCLDSR34tsCO4H8Tef8Pp2ngtaZDAZnsWJYelqXUK5wyiHvGItgK/xcSkmHLSTn1Jcho1mRQs2ehRzvKKw==",
  6857. "license": "MIT",
  6858. "dependencies": {
  6859. "accepts": "^1.3.5",
  6860. "cache-content-type": "^1.0.0",
  6861. "content-disposition": "~0.5.2",
  6862. "content-type": "^1.0.4",
  6863. "cookies": "~0.9.0",
  6864. "debug": "^4.3.2",
  6865. "delegates": "^1.0.0",
  6866. "depd": "^2.0.0",
  6867. "destroy": "^1.0.4",
  6868. "encodeurl": "^1.0.2",
  6869. "escape-html": "^1.0.3",
  6870. "fresh": "~0.5.2",
  6871. "http-assert": "^1.3.0",
  6872. "http-errors": "^1.6.3",
  6873. "is-generator-function": "^1.0.7",
  6874. "koa-compose": "^4.1.0",
  6875. "koa-convert": "^2.0.0",
  6876. "on-finished": "^2.3.0",
  6877. "only": "~0.0.2",
  6878. "parseurl": "^1.3.2",
  6879. "statuses": "^1.5.0",
  6880. "type-is": "^1.6.16",
  6881. "vary": "^1.1.2"
  6882. },
  6883. "engines": {
  6884. "node": "^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4"
  6885. }
  6886. },
  6887. "node_modules/koa-body": {
  6888. "version": "6.0.1",
  6889. "license": "MIT",
  6890. "dependencies": {
  6891. "@types/co-body": "^6.1.0",
  6892. "@types/formidable": "^2.0.5",
  6893. "@types/koa": "^2.13.5",
  6894. "co-body": "^6.1.0",
  6895. "formidable": "^2.0.1",
  6896. "zod": "^3.19.1"
  6897. }
  6898. },
  6899. "node_modules/koa-compose": {
  6900. "version": "4.1.0",
  6901. "license": "MIT"
  6902. },
  6903. "node_modules/koa-convert": {
  6904. "version": "2.0.0",
  6905. "license": "MIT",
  6906. "dependencies": {
  6907. "co": "^4.6.0",
  6908. "koa-compose": "^4.1.0"
  6909. },
  6910. "engines": {
  6911. "node": ">= 10"
  6912. }
  6913. },
  6914. "node_modules/koa-mount": {
  6915. "version": "4.2.0",
  6916. "license": "MIT",
  6917. "dependencies": {
  6918. "debug": "^4.0.1",
  6919. "koa-compose": "^4.1.0"
  6920. },
  6921. "engines": {
  6922. "node": ">= 7.6.0"
  6923. }
  6924. },
  6925. "node_modules/koa-send": {
  6926. "version": "5.0.1",
  6927. "license": "MIT",
  6928. "dependencies": {
  6929. "debug": "^4.1.1",
  6930. "http-errors": "^1.7.3",
  6931. "resolve-path": "^1.4.0"
  6932. },
  6933. "engines": {
  6934. "node": ">= 8"
  6935. }
  6936. },
  6937. "node_modules/koa-send/node_modules/depd": {
  6938. "version": "1.1.2",
  6939. "license": "MIT",
  6940. "engines": {
  6941. "node": ">= 0.6"
  6942. }
  6943. },
  6944. "node_modules/koa-send/node_modules/http-errors": {
  6945. "version": "1.8.1",
  6946. "license": "MIT",
  6947. "dependencies": {
  6948. "depd": "~1.1.2",
  6949. "inherits": "2.0.4",
  6950. "setprototypeof": "1.2.0",
  6951. "statuses": ">= 1.5.0 < 2",
  6952. "toidentifier": "1.0.1"
  6953. },
  6954. "engines": {
  6955. "node": ">= 0.6"
  6956. }
  6957. },
  6958. "node_modules/koa-send/node_modules/statuses": {
  6959. "version": "1.5.0",
  6960. "license": "MIT",
  6961. "engines": {
  6962. "node": ">= 0.6"
  6963. }
  6964. },
  6965. "node_modules/koa-static": {
  6966. "version": "5.0.0",
  6967. "license": "MIT",
  6968. "dependencies": {
  6969. "debug": "^3.1.0",
  6970. "koa-send": "^5.0.0"
  6971. },
  6972. "engines": {
  6973. "node": ">= 7.6.0"
  6974. }
  6975. },
  6976. "node_modules/koa/node_modules/http-errors": {
  6977. "version": "1.8.1",
  6978. "license": "MIT",
  6979. "dependencies": {
  6980. "depd": "~1.1.2",
  6981. "inherits": "2.0.4",
  6982. "setprototypeof": "1.2.0",
  6983. "statuses": ">= 1.5.0 < 2",
  6984. "toidentifier": "1.0.1"
  6985. },
  6986. "engines": {
  6987. "node": ">= 0.6"
  6988. }
  6989. },
  6990. "node_modules/koa/node_modules/http-errors/node_modules/depd": {
  6991. "version": "1.1.2",
  6992. "license": "MIT",
  6993. "engines": {
  6994. "node": ">= 0.6"
  6995. }
  6996. },
  6997. "node_modules/koa/node_modules/statuses": {
  6998. "version": "1.5.0",
  6999. "license": "MIT",
  7000. "engines": {
  7001. "node": ">= 0.6"
  7002. }
  7003. },
  7004. "node_modules/layered-graph": {
  7005. "version": "1.2.0",
  7006. "license": "MIT",
  7007. "dependencies": {
  7008. "dynamic-dijkstra": "^1.0.0",
  7009. "pull-cont": "^0.1.1",
  7010. "pull-notify": "^0.1.1",
  7011. "pull-stream": "^3.6.9"
  7012. }
  7013. },
  7014. "node_modules/lazystream": {
  7015. "version": "1.0.1",
  7016. "license": "MIT",
  7017. "dependencies": {
  7018. "readable-stream": "^2.0.5"
  7019. },
  7020. "engines": {
  7021. "node": ">= 0.6.3"
  7022. }
  7023. },
  7024. "node_modules/lazystream/node_modules/isarray": {
  7025. "version": "1.0.0",
  7026. "license": "MIT"
  7027. },
  7028. "node_modules/lazystream/node_modules/readable-stream": {
  7029. "version": "2.3.8",
  7030. "license": "MIT",
  7031. "dependencies": {
  7032. "core-util-is": "~1.0.0",
  7033. "inherits": "~2.0.3",
  7034. "isarray": "~1.0.0",
  7035. "process-nextick-args": "~2.0.0",
  7036. "safe-buffer": "~5.1.1",
  7037. "string_decoder": "~1.1.1",
  7038. "util-deprecate": "~1.0.1"
  7039. }
  7040. },
  7041. "node_modules/lazystream/node_modules/safe-buffer": {
  7042. "version": "5.1.2",
  7043. "license": "MIT"
  7044. },
  7045. "node_modules/lazystream/node_modules/string_decoder": {
  7046. "version": "1.1.1",
  7047. "license": "MIT",
  7048. "dependencies": {
  7049. "safe-buffer": "~5.1.0"
  7050. }
  7051. },
  7052. "node_modules/level": {
  7053. "version": "6.0.1",
  7054. "license": "MIT",
  7055. "dependencies": {
  7056. "level-js": "^5.0.0",
  7057. "level-packager": "^5.1.0",
  7058. "leveldown": "^5.4.0"
  7059. },
  7060. "engines": {
  7061. "node": ">=8.6.0"
  7062. },
  7063. "funding": {
  7064. "type": "opencollective",
  7065. "url": "https://opencollective.com/level"
  7066. }
  7067. },
  7068. "node_modules/level-codec": {
  7069. "version": "9.0.2",
  7070. "license": "MIT",
  7071. "dependencies": {
  7072. "buffer": "^5.6.0"
  7073. },
  7074. "engines": {
  7075. "node": ">=6"
  7076. }
  7077. },
  7078. "node_modules/level-codec/node_modules/buffer": {
  7079. "version": "5.7.1",
  7080. "funding": [
  7081. {
  7082. "type": "github",
  7083. "url": "https://github.com/sponsors/feross"
  7084. },
  7085. {
  7086. "type": "patreon",
  7087. "url": "https://www.patreon.com/feross"
  7088. },
  7089. {
  7090. "type": "consulting",
  7091. "url": "https://feross.org/support"
  7092. }
  7093. ],
  7094. "license": "MIT",
  7095. "dependencies": {
  7096. "base64-js": "^1.3.1",
  7097. "ieee754": "^1.1.13"
  7098. }
  7099. },
  7100. "node_modules/level-concat-iterator": {
  7101. "version": "2.0.1",
  7102. "license": "MIT",
  7103. "engines": {
  7104. "node": ">=6"
  7105. }
  7106. },
  7107. "node_modules/level-errors": {
  7108. "version": "2.0.1",
  7109. "license": "MIT",
  7110. "dependencies": {
  7111. "errno": "~0.1.1"
  7112. },
  7113. "engines": {
  7114. "node": ">=6"
  7115. }
  7116. },
  7117. "node_modules/level-iterator-stream": {
  7118. "version": "4.0.2",
  7119. "license": "MIT",
  7120. "dependencies": {
  7121. "inherits": "^2.0.4",
  7122. "readable-stream": "^3.4.0",
  7123. "xtend": "^4.0.2"
  7124. },
  7125. "engines": {
  7126. "node": ">=6"
  7127. }
  7128. },
  7129. "node_modules/level-iterator-stream/node_modules/readable-stream": {
  7130. "version": "3.6.2",
  7131. "license": "MIT",
  7132. "dependencies": {
  7133. "inherits": "^2.0.3",
  7134. "string_decoder": "^1.1.1",
  7135. "util-deprecate": "^1.0.1"
  7136. },
  7137. "engines": {
  7138. "node": ">= 6"
  7139. }
  7140. },
  7141. "node_modules/level-js": {
  7142. "version": "5.0.2",
  7143. "license": "MIT",
  7144. "dependencies": {
  7145. "abstract-leveldown": "~6.2.3",
  7146. "buffer": "^5.5.0",
  7147. "inherits": "^2.0.3",
  7148. "ltgt": "^2.1.2"
  7149. }
  7150. },
  7151. "node_modules/level-js/node_modules/buffer": {
  7152. "version": "5.7.1",
  7153. "funding": [
  7154. {
  7155. "type": "github",
  7156. "url": "https://github.com/sponsors/feross"
  7157. },
  7158. {
  7159. "type": "patreon",
  7160. "url": "https://www.patreon.com/feross"
  7161. },
  7162. {
  7163. "type": "consulting",
  7164. "url": "https://feross.org/support"
  7165. }
  7166. ],
  7167. "license": "MIT",
  7168. "dependencies": {
  7169. "base64-js": "^1.3.1",
  7170. "ieee754": "^1.1.13"
  7171. }
  7172. },
  7173. "node_modules/level-packager": {
  7174. "version": "5.1.1",
  7175. "license": "MIT",
  7176. "dependencies": {
  7177. "encoding-down": "^6.3.0",
  7178. "levelup": "^4.3.2"
  7179. },
  7180. "engines": {
  7181. "node": ">=6"
  7182. }
  7183. },
  7184. "node_modules/level-post": {
  7185. "version": "1.0.7",
  7186. "license": "MIT",
  7187. "dependencies": {
  7188. "ltgt": "^2.1.2"
  7189. }
  7190. },
  7191. "node_modules/level-supports": {
  7192. "version": "6.2.0",
  7193. "license": "MIT",
  7194. "engines": {
  7195. "node": ">=16"
  7196. }
  7197. },
  7198. "node_modules/level-transcoder": {
  7199. "version": "1.0.1",
  7200. "license": "MIT",
  7201. "dependencies": {
  7202. "buffer": "^6.0.3",
  7203. "module-error": "^1.0.1"
  7204. },
  7205. "engines": {
  7206. "node": ">=12"
  7207. }
  7208. },
  7209. "node_modules/leveldown": {
  7210. "version": "5.6.0",
  7211. "hasInstallScript": true,
  7212. "license": "MIT",
  7213. "dependencies": {
  7214. "abstract-leveldown": "~6.2.1",
  7215. "napi-macros": "~2.0.0",
  7216. "node-gyp-build": "~4.1.0"
  7217. },
  7218. "engines": {
  7219. "node": ">=8.6.0"
  7220. }
  7221. },
  7222. "node_modules/leveldown/node_modules/node-gyp-build": {
  7223. "version": "4.1.1",
  7224. "license": "MIT",
  7225. "bin": {
  7226. "node-gyp-build": "bin.js",
  7227. "node-gyp-build-optional": "optional.js",
  7228. "node-gyp-build-test": "build-test.js"
  7229. }
  7230. },
  7231. "node_modules/levelup": {
  7232. "version": "4.4.0",
  7233. "license": "MIT",
  7234. "dependencies": {
  7235. "deferred-leveldown": "~5.3.0",
  7236. "level-errors": "~2.0.0",
  7237. "level-iterator-stream": "~4.0.0",
  7238. "level-supports": "~1.0.0",
  7239. "xtend": "~4.0.0"
  7240. },
  7241. "engines": {
  7242. "node": ">=6"
  7243. }
  7244. },
  7245. "node_modules/levelup/node_modules/level-supports": {
  7246. "version": "1.0.1",
  7247. "license": "MIT",
  7248. "dependencies": {
  7249. "xtend": "^4.0.2"
  7250. },
  7251. "engines": {
  7252. "node": ">=6"
  7253. }
  7254. },
  7255. "node_modules/libnested": {
  7256. "version": "1.5.2",
  7257. "license": "MIT"
  7258. },
  7259. "node_modules/libsodium": {
  7260. "version": "0.7.15",
  7261. "license": "ISC"
  7262. },
  7263. "node_modules/libsodium-wrappers": {
  7264. "version": "0.7.15",
  7265. "license": "ISC",
  7266. "dependencies": {
  7267. "libsodium": "^0.7.15"
  7268. }
  7269. },
  7270. "node_modules/lifecycle-utils": {
  7271. "version": "3.1.1",
  7272. "resolved": "https://registry.npmjs.org/lifecycle-utils/-/lifecycle-utils-3.1.1.tgz",
  7273. "integrity": "sha512-gNd3OvhFNjHykJE3uGntz7UuPzWlK9phrIdXxU9Adis0+ExkwnZibfxCJWiWWZ+a6VbKiZrb+9D9hCQWd4vjTg==",
  7274. "license": "MIT"
  7275. },
  7276. "node_modules/load-json-file": {
  7277. "version": "4.0.0",
  7278. "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz",
  7279. "integrity": "sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==",
  7280. "dev": true,
  7281. "license": "MIT",
  7282. "dependencies": {
  7283. "graceful-fs": "^4.1.2",
  7284. "parse-json": "^4.0.0",
  7285. "pify": "^3.0.0",
  7286. "strip-bom": "^3.0.0"
  7287. },
  7288. "engines": {
  7289. "node": ">=4"
  7290. }
  7291. },
  7292. "node_modules/locate-path": {
  7293. "version": "2.0.0",
  7294. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz",
  7295. "integrity": "sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==",
  7296. "dev": true,
  7297. "license": "MIT",
  7298. "dependencies": {
  7299. "p-locate": "^2.0.0",
  7300. "path-exists": "^3.0.0"
  7301. },
  7302. "engines": {
  7303. "node": ">=4"
  7304. }
  7305. },
  7306. "node_modules/locate-path/node_modules/path-exists": {
  7307. "version": "3.0.0",
  7308. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
  7309. "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
  7310. "dev": true,
  7311. "license": "MIT",
  7312. "engines": {
  7313. "node": ">=4"
  7314. }
  7315. },
  7316. "node_modules/lodash": {
  7317. "version": "4.18.1",
  7318. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
  7319. "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
  7320. "license": "MIT"
  7321. },
  7322. "node_modules/lodash.chunk": {
  7323. "version": "4.2.0",
  7324. "license": "MIT"
  7325. },
  7326. "node_modules/lodash.clone": {
  7327. "version": "4.5.0",
  7328. "license": "MIT"
  7329. },
  7330. "node_modules/lodash.clonedeep": {
  7331. "version": "4.5.0",
  7332. "license": "MIT"
  7333. },
  7334. "node_modules/lodash.debounce": {
  7335. "version": "4.0.8",
  7336. "license": "MIT"
  7337. },
  7338. "node_modules/lodash.find": {
  7339. "version": "4.6.0",
  7340. "license": "MIT"
  7341. },
  7342. "node_modules/lodash.get": {
  7343. "version": "4.4.2",
  7344. "license": "MIT"
  7345. },
  7346. "node_modules/lodash.isequal": {
  7347. "version": "4.5.0",
  7348. "license": "MIT"
  7349. },
  7350. "node_modules/lodash.set": {
  7351. "name": "lodash",
  7352. "version": "4.17.21",
  7353. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
  7354. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  7355. "license": "MIT"
  7356. },
  7357. "node_modules/log-symbols": {
  7358. "version": "7.0.1",
  7359. "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-7.0.1.tgz",
  7360. "integrity": "sha512-ja1E3yCr9i/0hmBVaM0bfwDjnGy8I/s6PP4DFp+yP+a+mrHO4Rm7DtmnqROTUkHIkqffC84YY7AeqX6oFk0WFg==",
  7361. "license": "MIT",
  7362. "dependencies": {
  7363. "is-unicode-supported": "^2.0.0",
  7364. "yoctocolors": "^2.1.1"
  7365. },
  7366. "engines": {
  7367. "node": ">=18"
  7368. },
  7369. "funding": {
  7370. "url": "https://github.com/sponsors/sindresorhus"
  7371. }
  7372. },
  7373. "node_modules/log-update": {
  7374. "version": "1.0.2",
  7375. "resolved": "https://registry.npmjs.org/log-update/-/log-update-1.0.2.tgz",
  7376. "integrity": "sha512-4vSow8gbiGnwdDNrpy1dyNaXWKSCIPop0EHdE8GrnngHoJujM3QhvHUN/igsYCgPoHo7pFOezlJ61Hlln0KHyA==",
  7377. "license": "MIT",
  7378. "dependencies": {
  7379. "ansi-escapes": "^1.0.0",
  7380. "cli-cursor": "^1.0.2"
  7381. },
  7382. "engines": {
  7383. "node": ">=0.10.0"
  7384. }
  7385. },
  7386. "node_modules/log-update/node_modules/ansi-escapes": {
  7387. "version": "1.4.0",
  7388. "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-1.4.0.tgz",
  7389. "integrity": "sha512-wiXutNjDUlNEDWHcYH3jtZUhd3c4/VojassD8zHdHCY13xbZy2XbW+NKQwA0tWGBVzDA9qEzYwfoSsWmviidhw==",
  7390. "license": "MIT",
  7391. "engines": {
  7392. "node": ">=0.10.0"
  7393. }
  7394. },
  7395. "node_modules/log-update/node_modules/cli-cursor": {
  7396. "version": "1.0.2",
  7397. "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-1.0.2.tgz",
  7398. "integrity": "sha512-25tABq090YNKkF6JH7lcwO0zFJTRke4Jcq9iX2nr/Sz0Cjjv4gckmwlW6Ty/aoyFd6z3ysR2hMGC2GFugmBo6A==",
  7399. "license": "MIT",
  7400. "dependencies": {
  7401. "restore-cursor": "^1.0.1"
  7402. },
  7403. "engines": {
  7404. "node": ">=0.10.0"
  7405. }
  7406. },
  7407. "node_modules/log-update/node_modules/onetime": {
  7408. "version": "1.1.0",
  7409. "resolved": "https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz",
  7410. "integrity": "sha512-GZ+g4jayMqzCRMgB2sol7GiCLjKfS1PINkjmx8spcKce1LiVqcbQreXwqs2YAFXC6R03VIG28ZS31t8M866v6A==",
  7411. "license": "MIT",
  7412. "engines": {
  7413. "node": ">=0.10.0"
  7414. }
  7415. },
  7416. "node_modules/log-update/node_modules/restore-cursor": {
  7417. "version": "1.0.1",
  7418. "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-1.0.1.tgz",
  7419. "integrity": "sha512-reSjH4HuiFlxlaBaFCiS6O76ZGG2ygKoSlCsipKdaZuKSPx/+bt9mULkn4l0asVzbEfQQmXRg6Wp6gv6m0wElw==",
  7420. "license": "MIT",
  7421. "dependencies": {
  7422. "exit-hook": "^1.0.0",
  7423. "onetime": "^1.0.0"
  7424. },
  7425. "engines": {
  7426. "node": ">=0.10.0"
  7427. }
  7428. },
  7429. "node_modules/longest-streak": {
  7430. "version": "1.0.0",
  7431. "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-1.0.0.tgz",
  7432. "integrity": "sha512-84jGpz/1j02Xm/L4y4uEXGxFFPHFabKjMHQ+rEPi0gPQbD5p0J3aZomvk0ZpUPpTtcVqhtSEq+4WNQbJjWiZ1Q==",
  7433. "license": "MIT"
  7434. },
  7435. "node_modules/looper": {
  7436. "version": "4.0.0",
  7437. "license": "MIT"
  7438. },
  7439. "node_modules/lossy-store": {
  7440. "version": "1.2.4",
  7441. "resolved": "https://registry.npmjs.org/lossy-store/-/lossy-store-1.2.4.tgz",
  7442. "integrity": "sha512-rvqTCHZxWLvHAJv2w5vdCr5xICAW/FiXQ9wZGaAfBlNGG2FuLX0URNcj/zXC3qr5zQ8lBCbW8EEmDCKi7Dsp1g==",
  7443. "license": "MIT",
  7444. "dependencies": {
  7445. "mkdirp": "^0.5.1",
  7446. "tape": "^4.6.3"
  7447. }
  7448. },
  7449. "node_modules/lossy-store/node_modules/mkdirp": {
  7450. "version": "0.5.6",
  7451. "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
  7452. "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
  7453. "license": "MIT",
  7454. "dependencies": {
  7455. "minimist": "^1.2.6"
  7456. },
  7457. "bin": {
  7458. "mkdirp": "bin/cmd.js"
  7459. }
  7460. },
  7461. "node_modules/loud-rejection": {
  7462. "version": "1.6.0",
  7463. "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz",
  7464. "integrity": "sha512-RPNliZOFkqFumDhvYqOaNY4Uz9oJM2K9tC6JWsJJsNdhuONW4LQHRBpb0qf4pJApVffI5N39SwzWZJuEhfd7eQ==",
  7465. "dev": true,
  7466. "license": "MIT",
  7467. "dependencies": {
  7468. "currently-unhandled": "^0.4.1",
  7469. "signal-exit": "^3.0.0"
  7470. },
  7471. "engines": {
  7472. "node": ">=0.10.0"
  7473. }
  7474. },
  7475. "node_modules/loud-rejection/node_modules/signal-exit": {
  7476. "version": "3.0.7",
  7477. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
  7478. "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
  7479. "dev": true,
  7480. "license": "ISC"
  7481. },
  7482. "node_modules/lowdb": {
  7483. "version": "7.0.1",
  7484. "resolved": "https://registry.npmjs.org/lowdb/-/lowdb-7.0.1.tgz",
  7485. "integrity": "sha512-neJAj8GwF0e8EpycYIDFqEPcx9Qz4GUho20jWFR7YiFeXzF1YMLdxB36PypcTSPMA+4+LvgyMacYhlr18Zlymw==",
  7486. "license": "MIT",
  7487. "dependencies": {
  7488. "steno": "^4.0.2"
  7489. },
  7490. "engines": {
  7491. "node": ">=18"
  7492. },
  7493. "funding": {
  7494. "url": "https://github.com/sponsors/typicode"
  7495. }
  7496. },
  7497. "node_modules/lru-cache": {
  7498. "version": "10.4.3",
  7499. "license": "ISC"
  7500. },
  7501. "node_modules/ltgt": {
  7502. "version": "2.2.1",
  7503. "license": "MIT"
  7504. },
  7505. "node_modules/map-cache": {
  7506. "version": "0.2.2",
  7507. "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",
  7508. "integrity": "sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==",
  7509. "license": "MIT",
  7510. "engines": {
  7511. "node": ">=0.10.0"
  7512. }
  7513. },
  7514. "node_modules/map-filter-reduce": {
  7515. "version": "3.2.2",
  7516. "license": "MIT",
  7517. "dependencies": {
  7518. "binary-search": "^1.2.0",
  7519. "compare-at-paths": "^1.0.0",
  7520. "pull-sink-through": "0.0.0",
  7521. "pull-sort": "^1.0.1",
  7522. "pull-stream": "^3.4.3",
  7523. "typewiselite": "^1.0.0"
  7524. }
  7525. },
  7526. "node_modules/map-merge": {
  7527. "version": "1.1.0",
  7528. "license": "MIT"
  7529. },
  7530. "node_modules/map-obj": {
  7531. "version": "2.0.0",
  7532. "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-2.0.0.tgz",
  7533. "integrity": "sha512-TzQSV2DiMYgoF5RycneKVUzIa9bQsj/B3tTgsE3dOGqlzHnGIDaC7XBE7grnA+8kZPnfqSGFe95VHc2oc0VFUQ==",
  7534. "dev": true,
  7535. "license": "MIT",
  7536. "engines": {
  7537. "node": ">=4"
  7538. }
  7539. },
  7540. "node_modules/map-visit": {
  7541. "version": "1.0.0",
  7542. "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz",
  7543. "integrity": "sha512-4y7uGv8bd2WdM9vpQsiQNo41Ln1NvhvDRuVt0k2JZQ+ezN2uaQes7lZeZ+QQUHOLQAtDaBJ+7wCbi+ab/KFs+w==",
  7544. "license": "MIT",
  7545. "dependencies": {
  7546. "object-visit": "^1.0.0"
  7547. },
  7548. "engines": {
  7549. "node": ">=0.10.0"
  7550. }
  7551. },
  7552. "node_modules/markdown-table": {
  7553. "version": "0.4.0",
  7554. "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-0.4.0.tgz",
  7555. "integrity": "sha512-9i/E3ZtVAoaDulRQjoPseX2X5pBNdeR8MInQb57JFvCAq4glz/w2q31eL0NHMKOntzy2D6X3plZDH4+OGuz5Fw==",
  7556. "license": "MIT"
  7557. },
  7558. "node_modules/math-intrinsics": {
  7559. "version": "1.1.0",
  7560. "license": "MIT",
  7561. "engines": {
  7562. "node": ">= 0.4"
  7563. }
  7564. },
  7565. "node_modules/math-random": {
  7566. "version": "1.0.4",
  7567. "resolved": "https://registry.npmjs.org/math-random/-/math-random-1.0.4.tgz",
  7568. "integrity": "sha512-rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A==",
  7569. "license": "MIT"
  7570. },
  7571. "node_modules/maybe-combine-errors": {
  7572. "version": "1.0.0",
  7573. "license": "MIT",
  7574. "engines": {
  7575. "node": ">=10"
  7576. }
  7577. },
  7578. "node_modules/mdmanifest": {
  7579. "version": "1.0.8",
  7580. "resolved": "https://registry.npmjs.org/mdmanifest/-/mdmanifest-1.0.8.tgz",
  7581. "integrity": "sha512-x7QEK3/RbANozWnUhmSPzT01yL/PsO2zBDWzDRr+tMRs0o/HQxbDzGb34JiQ2bGnSf88eKuMgrAzMR1+hyRBLw==",
  7582. "license": "MIT",
  7583. "dependencies": {
  7584. "minimist": "^1.2.0",
  7585. "remark": "^3.2.2",
  7586. "remark-html": "^2.0.2",
  7587. "word-wrap": "^1.1.0"
  7588. },
  7589. "bin": {
  7590. "mdm": "mdm.js"
  7591. }
  7592. },
  7593. "node_modules/mdn-data": {
  7594. "version": "2.12.2",
  7595. "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.12.2.tgz",
  7596. "integrity": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==",
  7597. "license": "CC0-1.0"
  7598. },
  7599. "node_modules/media-typer": {
  7600. "version": "0.3.0",
  7601. "license": "MIT",
  7602. "engines": {
  7603. "node": ">= 0.6"
  7604. }
  7605. },
  7606. "node_modules/meow": {
  7607. "version": "5.0.0",
  7608. "resolved": "https://registry.npmjs.org/meow/-/meow-5.0.0.tgz",
  7609. "integrity": "sha512-CbTqYU17ABaLefO8vCU153ZZlprKYWDljcndKKDCFcYQITzWCXZAVk4QMFZPgvzrnUQ3uItnIE/LoUOwrT15Ig==",
  7610. "dev": true,
  7611. "license": "MIT",
  7612. "dependencies": {
  7613. "camelcase-keys": "^4.0.0",
  7614. "decamelize-keys": "^1.0.0",
  7615. "loud-rejection": "^1.0.0",
  7616. "minimist-options": "^3.0.1",
  7617. "normalize-package-data": "^2.3.4",
  7618. "read-pkg-up": "^3.0.0",
  7619. "redent": "^2.0.0",
  7620. "trim-newlines": "^2.0.0",
  7621. "yargs-parser": "^10.0.0"
  7622. },
  7623. "engines": {
  7624. "node": ">=6"
  7625. }
  7626. },
  7627. "node_modules/meow/node_modules/yargs-parser": {
  7628. "version": "10.1.0",
  7629. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-10.1.0.tgz",
  7630. "integrity": "sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ==",
  7631. "dev": true,
  7632. "license": "ISC",
  7633. "dependencies": {
  7634. "camelcase": "^4.1.0"
  7635. }
  7636. },
  7637. "node_modules/merge-descriptors": {
  7638. "version": "2.0.0",
  7639. "license": "MIT",
  7640. "engines": {
  7641. "node": ">=18"
  7642. },
  7643. "funding": {
  7644. "url": "https://github.com/sponsors/sindresorhus"
  7645. }
  7646. },
  7647. "node_modules/micromatch": {
  7648. "version": "2.3.11",
  7649. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz",
  7650. "integrity": "sha512-LnU2XFEk9xxSJ6rfgAry/ty5qwUTyHYOBU0g4R6tIw5ljwgGIBmiKhRWLw5NpMOnrgUNcDJ4WMp8rl3sYVHLNA==",
  7651. "license": "MIT",
  7652. "dependencies": {
  7653. "arr-diff": "^2.0.0",
  7654. "array-unique": "^0.2.1",
  7655. "braces": "^1.8.2",
  7656. "expand-brackets": "^0.1.4",
  7657. "extglob": "^0.3.1",
  7658. "filename-regex": "^2.0.0",
  7659. "is-extglob": "^1.0.0",
  7660. "is-glob": "^2.0.1",
  7661. "kind-of": "^3.0.2",
  7662. "normalize-path": "^2.0.1",
  7663. "object.omit": "^2.0.0",
  7664. "parse-glob": "^3.0.4",
  7665. "regex-cache": "^0.4.2"
  7666. },
  7667. "engines": {
  7668. "node": ">=0.10.0"
  7669. }
  7670. },
  7671. "node_modules/micromatch/node_modules/normalize-path": {
  7672. "version": "2.1.1",
  7673. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
  7674. "integrity": "sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==",
  7675. "license": "MIT",
  7676. "dependencies": {
  7677. "remove-trailing-separator": "^1.0.1"
  7678. },
  7679. "engines": {
  7680. "node": ">=0.10.0"
  7681. }
  7682. },
  7683. "node_modules/mime-db": {
  7684. "version": "1.52.0",
  7685. "license": "MIT",
  7686. "engines": {
  7687. "node": ">= 0.6"
  7688. }
  7689. },
  7690. "node_modules/mime-types": {
  7691. "version": "2.1.35",
  7692. "license": "MIT",
  7693. "dependencies": {
  7694. "mime-db": "1.52.0"
  7695. },
  7696. "engines": {
  7697. "node": ">= 0.6"
  7698. }
  7699. },
  7700. "node_modules/mimic-function": {
  7701. "version": "5.0.1",
  7702. "resolved": "https://registry.npmjs.org/mimic-function/-/mimic-function-5.0.1.tgz",
  7703. "integrity": "sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==",
  7704. "license": "MIT",
  7705. "engines": {
  7706. "node": ">=18"
  7707. },
  7708. "funding": {
  7709. "url": "https://github.com/sponsors/sindresorhus"
  7710. }
  7711. },
  7712. "node_modules/minimatch": {
  7713. "version": "3.1.5",
  7714. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
  7715. "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
  7716. "license": "ISC",
  7717. "dependencies": {
  7718. "brace-expansion": "^1.1.7"
  7719. },
  7720. "engines": {
  7721. "node": "*"
  7722. }
  7723. },
  7724. "node_modules/minimatch/node_modules/brace-expansion": {
  7725. "version": "1.1.13",
  7726. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz",
  7727. "integrity": "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==",
  7728. "license": "MIT",
  7729. "dependencies": {
  7730. "balanced-match": "^1.0.0",
  7731. "concat-map": "0.0.1"
  7732. }
  7733. },
  7734. "node_modules/minimist": {
  7735. "version": "1.2.8",
  7736. "license": "MIT",
  7737. "funding": {
  7738. "url": "https://github.com/sponsors/ljharb"
  7739. }
  7740. },
  7741. "node_modules/minimist-options": {
  7742. "version": "3.0.2",
  7743. "resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-3.0.2.tgz",
  7744. "integrity": "sha512-FyBrT/d0d4+uiZRbqznPXqw3IpZZG3gl3wKWiX784FycUKVwBt0uLBFkQrtE4tZOrgo78nZp2jnKz3L65T5LdQ==",
  7745. "dev": true,
  7746. "license": "MIT",
  7747. "dependencies": {
  7748. "arrify": "^1.0.1",
  7749. "is-plain-obj": "^1.1.0"
  7750. },
  7751. "engines": {
  7752. "node": ">= 4"
  7753. }
  7754. },
  7755. "node_modules/minipass": {
  7756. "version": "7.1.2",
  7757. "license": "ISC",
  7758. "engines": {
  7759. "node": ">=16 || 14 >=14.17"
  7760. }
  7761. },
  7762. "node_modules/minizlib": {
  7763. "version": "3.1.0",
  7764. "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.1.0.tgz",
  7765. "integrity": "sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==",
  7766. "license": "MIT",
  7767. "dependencies": {
  7768. "minipass": "^7.1.2"
  7769. },
  7770. "engines": {
  7771. "node": ">= 18"
  7772. }
  7773. },
  7774. "node_modules/mixin-deep": {
  7775. "version": "1.3.2",
  7776. "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz",
  7777. "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==",
  7778. "license": "MIT",
  7779. "dependencies": {
  7780. "for-in": "^1.0.2",
  7781. "is-extendable": "^1.0.1"
  7782. },
  7783. "engines": {
  7784. "node": ">=0.10.0"
  7785. }
  7786. },
  7787. "node_modules/mixin-deep/node_modules/is-extendable": {
  7788. "version": "1.0.1",
  7789. "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
  7790. "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
  7791. "license": "MIT",
  7792. "dependencies": {
  7793. "is-plain-object": "^2.0.4"
  7794. },
  7795. "engines": {
  7796. "node": ">=0.10.0"
  7797. }
  7798. },
  7799. "node_modules/mkdirp": {
  7800. "version": "1.0.4",
  7801. "license": "MIT",
  7802. "bin": {
  7803. "mkdirp": "bin/cmd.js"
  7804. },
  7805. "engines": {
  7806. "node": ">=10"
  7807. }
  7808. },
  7809. "node_modules/mkdirp-classic": {
  7810. "version": "0.5.3",
  7811. "license": "MIT"
  7812. },
  7813. "node_modules/mock-property": {
  7814. "version": "1.0.3",
  7815. "license": "MIT",
  7816. "dependencies": {
  7817. "define-data-property": "^1.1.1",
  7818. "functions-have-names": "^1.2.3",
  7819. "gopd": "^1.0.1",
  7820. "has-property-descriptors": "^1.0.0",
  7821. "hasown": "^2.0.0",
  7822. "isarray": "^2.0.5"
  7823. },
  7824. "engines": {
  7825. "node": ">= 0.4"
  7826. },
  7827. "funding": {
  7828. "url": "https://github.com/sponsors/ljharb"
  7829. }
  7830. },
  7831. "node_modules/module-alias": {
  7832. "version": "2.2.3",
  7833. "license": "MIT"
  7834. },
  7835. "node_modules/module-error": {
  7836. "version": "1.0.2",
  7837. "license": "MIT",
  7838. "engines": {
  7839. "node": ">=10"
  7840. }
  7841. },
  7842. "node_modules/moment": {
  7843. "version": "2.30.1",
  7844. "license": "MIT",
  7845. "engines": {
  7846. "node": "*"
  7847. }
  7848. },
  7849. "node_modules/monotonic-timestamp": {
  7850. "version": "0.0.9",
  7851. "license": "MIT"
  7852. },
  7853. "node_modules/moo": {
  7854. "version": "0.5.2",
  7855. "license": "BSD-3-Clause"
  7856. },
  7857. "node_modules/ms": {
  7858. "version": "2.1.3",
  7859. "license": "MIT"
  7860. },
  7861. "node_modules/multiblob": {
  7862. "version": "1.13.8",
  7863. "license": "MIT",
  7864. "dependencies": {
  7865. "blake2s": "^1.0.1",
  7866. "clarify-error": "^1.0.0",
  7867. "cont": "^1.0.1",
  7868. "mkdirp": "^1.0.4",
  7869. "pull-catch": "^1.0.0",
  7870. "pull-defer": "^0.2.2",
  7871. "pull-file": "^1.0.0",
  7872. "pull-glob": "~1.0.6",
  7873. "pull-live": "^1.0.0",
  7874. "pull-notify": "^0.1.1",
  7875. "pull-paramap": "^1.2.2",
  7876. "pull-stream": "^3.6.2",
  7877. "pull-write-file": "^0.2.1",
  7878. "rimraf": "^3.0.2",
  7879. "stream-to-pull-stream": "^1.7.2"
  7880. }
  7881. },
  7882. "node_modules/multiblob-http": {
  7883. "version": "1.2.1",
  7884. "license": "MIT",
  7885. "dependencies": {
  7886. "pull-many": "^1.0.9",
  7887. "pull-stream": "^3.6.14",
  7888. "range-parser": "^1.2.1",
  7889. "stream-to-pull-stream": "^1.7.3"
  7890. },
  7891. "engines": {
  7892. "node": ">=12"
  7893. }
  7894. },
  7895. "node_modules/multicb": {
  7896. "version": "1.2.2"
  7897. },
  7898. "node_modules/multiserver": {
  7899. "version": "3.8.2",
  7900. "license": "MIT",
  7901. "dependencies": {
  7902. "debug": "^4.1.1",
  7903. "multicb": "^1.2.2",
  7904. "multiserver-scopes": "^2.0.0",
  7905. "pull-stream": "^3.6.1",
  7906. "pull-websocket": "^3.4.0",
  7907. "secret-handshake": "^1.1.16",
  7908. "separator-escape": "0.0.1",
  7909. "socks": "^2.2.3",
  7910. "stream-to-pull-stream": "^1.7.2"
  7911. },
  7912. "engines": {
  7913. "node": ">=12"
  7914. }
  7915. },
  7916. "node_modules/multiserver-address": {
  7917. "version": "1.0.1",
  7918. "license": "MIT",
  7919. "dependencies": {
  7920. "nearley": "^2.15.1"
  7921. }
  7922. },
  7923. "node_modules/multiserver-scopes": {
  7924. "version": "2.0.0",
  7925. "license": "MIT",
  7926. "dependencies": {
  7927. "non-private-ip": "^2.0.0"
  7928. }
  7929. },
  7930. "node_modules/mutexify": {
  7931. "version": "1.4.0",
  7932. "license": "MIT",
  7933. "dependencies": {
  7934. "queue-tick": "^1.0.0"
  7935. }
  7936. },
  7937. "node_modules/muxrpc": {
  7938. "version": "8.0.0",
  7939. "license": "MIT",
  7940. "dependencies": {
  7941. "clarify-error": "^1.0.0",
  7942. "debug": "^4.3.3",
  7943. "packet-stream": "~2.0.0",
  7944. "packet-stream-codec": "^1.2.0",
  7945. "pull-goodbye": "0.0.3",
  7946. "pull-stream": "^3.6.10"
  7947. }
  7948. },
  7949. "node_modules/muxrpc-usage": {
  7950. "version": "2.1.0",
  7951. "license": "MIT",
  7952. "dependencies": {
  7953. "right-pad": "^1.0.1"
  7954. }
  7955. },
  7956. "node_modules/muxrpc-validation": {
  7957. "version": "3.0.2",
  7958. "license": "MIT",
  7959. "dependencies": {
  7960. "pull-stream": "^3.6.11",
  7961. "zerr": "^1.0.4"
  7962. }
  7963. },
  7964. "node_modules/muxrpcli": {
  7965. "version": "3.1.2",
  7966. "license": "MIT",
  7967. "dependencies": {
  7968. "cont": "^1.0.3",
  7969. "minimist": "^1.2.0",
  7970. "muxrpc-usage": "^2.0.1",
  7971. "pull-stream": "^3.6.9",
  7972. "stream-to-pull-stream": "^1.7.3",
  7973. "word-wrap": "^1.2.3"
  7974. }
  7975. },
  7976. "node_modules/mv": {
  7977. "version": "2.1.1",
  7978. "license": "MIT",
  7979. "dependencies": {
  7980. "mkdirp": "~0.5.1",
  7981. "ncp": "~2.0.0",
  7982. "rimraf": "~2.4.0"
  7983. },
  7984. "engines": {
  7985. "node": ">=0.8.0"
  7986. }
  7987. },
  7988. "node_modules/mv/node_modules/glob": {
  7989. "version": "6.0.4",
  7990. "license": "ISC",
  7991. "dependencies": {
  7992. "inflight": "^1.0.4",
  7993. "inherits": "2",
  7994. "minimatch": "2 || 3",
  7995. "once": "^1.3.0",
  7996. "path-is-absolute": "^1.0.0"
  7997. },
  7998. "engines": {
  7999. "node": "*"
  8000. }
  8001. },
  8002. "node_modules/mv/node_modules/mkdirp": {
  8003. "version": "0.5.6",
  8004. "license": "MIT",
  8005. "dependencies": {
  8006. "minimist": "^1.2.6"
  8007. },
  8008. "bin": {
  8009. "mkdirp": "bin/cmd.js"
  8010. }
  8011. },
  8012. "node_modules/mv/node_modules/rimraf": {
  8013. "version": "2.4.5",
  8014. "license": "ISC",
  8015. "dependencies": {
  8016. "glob": "^6.0.1"
  8017. },
  8018. "bin": {
  8019. "rimraf": "bin.js"
  8020. }
  8021. },
  8022. "node_modules/nan": {
  8023. "version": "2.26.2",
  8024. "resolved": "https://registry.npmjs.org/nan/-/nan-2.26.2.tgz",
  8025. "integrity": "sha512-0tTvBTYkt3tdGw22nrAy50x7gpbGCCFH3AFcyS5WiUu7Eu4vWlri1woE6qHBSfy11vksDqkiwjOnlR7WV8G1Hw==",
  8026. "license": "MIT",
  8027. "optional": true
  8028. },
  8029. "node_modules/nano-equal": {
  8030. "version": "2.0.2",
  8031. "license": "MIT"
  8032. },
  8033. "node_modules/nanoassert": {
  8034. "version": "2.0.0",
  8035. "license": "ISC"
  8036. },
  8037. "node_modules/nanoid": {
  8038. "version": "5.1.6",
  8039. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.6.tgz",
  8040. "integrity": "sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg==",
  8041. "funding": [
  8042. {
  8043. "type": "github",
  8044. "url": "https://github.com/sponsors/ai"
  8045. }
  8046. ],
  8047. "license": "MIT",
  8048. "bin": {
  8049. "nanoid": "bin/nanoid.js"
  8050. },
  8051. "engines": {
  8052. "node": "^18 || >=20"
  8053. }
  8054. },
  8055. "node_modules/nanomatch": {
  8056. "version": "1.2.13",
  8057. "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz",
  8058. "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==",
  8059. "license": "MIT",
  8060. "dependencies": {
  8061. "arr-diff": "^4.0.0",
  8062. "array-unique": "^0.3.2",
  8063. "define-property": "^2.0.2",
  8064. "extend-shallow": "^3.0.2",
  8065. "fragment-cache": "^0.2.1",
  8066. "is-windows": "^1.0.2",
  8067. "kind-of": "^6.0.2",
  8068. "object.pick": "^1.3.0",
  8069. "regex-not": "^1.0.0",
  8070. "snapdragon": "^0.8.1",
  8071. "to-regex": "^3.0.1"
  8072. },
  8073. "engines": {
  8074. "node": ">=0.10.0"
  8075. }
  8076. },
  8077. "node_modules/nanomatch/node_modules/arr-diff": {
  8078. "version": "4.0.0",
  8079. "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz",
  8080. "integrity": "sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==",
  8081. "license": "MIT",
  8082. "engines": {
  8083. "node": ">=0.10.0"
  8084. }
  8085. },
  8086. "node_modules/nanomatch/node_modules/array-unique": {
  8087. "version": "0.3.2",
  8088. "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz",
  8089. "integrity": "sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==",
  8090. "license": "MIT",
  8091. "engines": {
  8092. "node": ">=0.10.0"
  8093. }
  8094. },
  8095. "node_modules/nanomatch/node_modules/kind-of": {
  8096. "version": "6.0.3",
  8097. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
  8098. "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
  8099. "license": "MIT",
  8100. "engines": {
  8101. "node": ">=0.10.0"
  8102. }
  8103. },
  8104. "node_modules/napi-macros": {
  8105. "version": "2.0.0",
  8106. "license": "MIT"
  8107. },
  8108. "node_modules/ncp": {
  8109. "version": "2.0.0",
  8110. "license": "MIT",
  8111. "bin": {
  8112. "ncp": "bin/ncp"
  8113. }
  8114. },
  8115. "node_modules/nearley": {
  8116. "version": "2.20.1",
  8117. "license": "MIT",
  8118. "dependencies": {
  8119. "commander": "^2.19.0",
  8120. "moo": "^0.5.0",
  8121. "railroad-diagrams": "^1.0.0",
  8122. "randexp": "0.4.6"
  8123. },
  8124. "bin": {
  8125. "nearley-railroad": "bin/nearley-railroad.js",
  8126. "nearley-test": "bin/nearley-test.js",
  8127. "nearley-unparse": "bin/nearley-unparse.js",
  8128. "nearleyc": "bin/nearleyc.js"
  8129. },
  8130. "funding": {
  8131. "type": "individual",
  8132. "url": "https://nearley.js.org/#give-to-nearley"
  8133. }
  8134. },
  8135. "node_modules/nearley/node_modules/commander": {
  8136. "version": "2.20.3",
  8137. "license": "MIT"
  8138. },
  8139. "node_modules/negotiator": {
  8140. "version": "0.6.3",
  8141. "license": "MIT",
  8142. "engines": {
  8143. "node": ">= 0.6"
  8144. }
  8145. },
  8146. "node_modules/next-tick": {
  8147. "version": "1.1.0",
  8148. "license": "ISC"
  8149. },
  8150. "node_modules/nice-try": {
  8151. "version": "1.0.5",
  8152. "license": "MIT"
  8153. },
  8154. "node_modules/node-addon-api": {
  8155. "version": "8.5.0",
  8156. "license": "MIT",
  8157. "engines": {
  8158. "node": "^18 || ^20 || >= 21"
  8159. }
  8160. },
  8161. "node_modules/node-api-headers": {
  8162. "version": "1.8.0",
  8163. "resolved": "https://registry.npmjs.org/node-api-headers/-/node-api-headers-1.8.0.tgz",
  8164. "integrity": "sha512-jfnmiKWjRAGbdD1yQS28bknFM1tbHC1oucyuMPjmkEs+kpiu76aRs40WlTmBmyEgzDM76ge1DQ7XJ3R5deiVjQ==",
  8165. "license": "MIT"
  8166. },
  8167. "node_modules/node-fetch": {
  8168. "version": "2.7.0",
  8169. "license": "MIT",
  8170. "dependencies": {
  8171. "whatwg-url": "^5.0.0"
  8172. },
  8173. "engines": {
  8174. "node": "4.x || >=6.0.0"
  8175. },
  8176. "peerDependencies": {
  8177. "encoding": "^0.1.0"
  8178. },
  8179. "peerDependenciesMeta": {
  8180. "encoding": {
  8181. "optional": true
  8182. }
  8183. }
  8184. },
  8185. "node_modules/node-gyp-build": {
  8186. "version": "4.8.4",
  8187. "license": "MIT",
  8188. "bin": {
  8189. "node-gyp-build": "bin.js",
  8190. "node-gyp-build-optional": "optional.js",
  8191. "node-gyp-build-test": "build-test.js"
  8192. }
  8193. },
  8194. "node_modules/node-llama-cpp": {
  8195. "version": "3.16.2",
  8196. "resolved": "https://registry.npmjs.org/node-llama-cpp/-/node-llama-cpp-3.16.2.tgz",
  8197. "integrity": "sha512-ovhuTaXSWfcoyfI8ljWxO2Rg63mNxqQQAbDGkXRhlgsL7UjPqm2Nsy1bTNa0ZaQRg3vezG4agnCJTImrICY/0A==",
  8198. "hasInstallScript": true,
  8199. "license": "MIT",
  8200. "dependencies": {
  8201. "@huggingface/jinja": "^0.5.5",
  8202. "async-retry": "^1.3.3",
  8203. "bytes": "^3.1.2",
  8204. "chalk": "^5.6.2",
  8205. "chmodrp": "^1.0.2",
  8206. "cmake-js": "^8.0.0",
  8207. "cross-spawn": "^7.0.6",
  8208. "env-var": "^7.5.0",
  8209. "filenamify": "^6.0.0",
  8210. "fs-extra": "^11.3.0",
  8211. "ignore": "^7.0.4",
  8212. "ipull": "^3.9.5",
  8213. "is-unicode-supported": "^2.1.0",
  8214. "lifecycle-utils": "^3.1.1",
  8215. "log-symbols": "^7.0.1",
  8216. "nanoid": "^5.1.6",
  8217. "node-addon-api": "^8.5.0",
  8218. "octokit": "^5.0.5",
  8219. "ora": "^9.3.0",
  8220. "pretty-ms": "^9.3.0",
  8221. "proper-lockfile": "^4.1.2",
  8222. "semver": "^7.7.1",
  8223. "simple-git": "^3.31.1",
  8224. "slice-ansi": "^8.0.0",
  8225. "stdout-update": "^4.0.1",
  8226. "strip-ansi": "^7.1.2",
  8227. "validate-npm-package-name": "^7.0.2",
  8228. "which": "^6.0.1",
  8229. "yargs": "^17.7.2"
  8230. },
  8231. "bin": {
  8232. "nlc": "dist/cli/cli.js",
  8233. "node-llama-cpp": "dist/cli/cli.js"
  8234. },
  8235. "engines": {
  8236. "node": ">=20.0.0"
  8237. },
  8238. "funding": {
  8239. "type": "github",
  8240. "url": "https://github.com/sponsors/giladgd"
  8241. },
  8242. "optionalDependencies": {
  8243. "@node-llama-cpp/linux-arm64": "3.16.2",
  8244. "@node-llama-cpp/linux-armv7l": "3.16.2",
  8245. "@node-llama-cpp/linux-x64": "3.16.2",
  8246. "@node-llama-cpp/linux-x64-cuda": "3.16.2",
  8247. "@node-llama-cpp/linux-x64-cuda-ext": "3.16.2",
  8248. "@node-llama-cpp/linux-x64-vulkan": "3.16.2",
  8249. "@node-llama-cpp/mac-arm64-metal": "3.16.2",
  8250. "@node-llama-cpp/mac-x64": "3.16.2",
  8251. "@node-llama-cpp/win-arm64": "3.16.2",
  8252. "@node-llama-cpp/win-x64": "3.16.2",
  8253. "@node-llama-cpp/win-x64-cuda": "3.16.2",
  8254. "@node-llama-cpp/win-x64-cuda-ext": "3.16.2",
  8255. "@node-llama-cpp/win-x64-vulkan": "3.16.2"
  8256. },
  8257. "peerDependencies": {
  8258. "typescript": ">=5.0.0"
  8259. },
  8260. "peerDependenciesMeta": {
  8261. "typescript": {
  8262. "optional": true
  8263. }
  8264. }
  8265. },
  8266. "node_modules/node-llama-cpp/node_modules/ansi-regex": {
  8267. "version": "6.2.2",
  8268. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
  8269. "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
  8270. "license": "MIT",
  8271. "engines": {
  8272. "node": ">=12"
  8273. },
  8274. "funding": {
  8275. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  8276. }
  8277. },
  8278. "node_modules/node-llama-cpp/node_modules/ignore": {
  8279. "version": "7.0.5",
  8280. "license": "MIT",
  8281. "engines": {
  8282. "node": ">= 4"
  8283. }
  8284. },
  8285. "node_modules/node-llama-cpp/node_modules/isexe": {
  8286. "version": "4.0.0",
  8287. "resolved": "https://registry.npmjs.org/isexe/-/isexe-4.0.0.tgz",
  8288. "integrity": "sha512-FFUtZMpoZ8RqHS3XeXEmHWLA4thH+ZxCv2lOiPIn1Xc7CxrqhWzNSDzD+/chS/zbYezmiwWLdQC09JdQKmthOw==",
  8289. "license": "BlueOak-1.0.0",
  8290. "engines": {
  8291. "node": ">=20"
  8292. }
  8293. },
  8294. "node_modules/node-llama-cpp/node_modules/parse-ms": {
  8295. "version": "4.0.0",
  8296. "resolved": "https://registry.npmjs.org/parse-ms/-/parse-ms-4.0.0.tgz",
  8297. "integrity": "sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==",
  8298. "license": "MIT",
  8299. "engines": {
  8300. "node": ">=18"
  8301. },
  8302. "funding": {
  8303. "url": "https://github.com/sponsors/sindresorhus"
  8304. }
  8305. },
  8306. "node_modules/node-llama-cpp/node_modules/pretty-ms": {
  8307. "version": "9.3.0",
  8308. "resolved": "https://registry.npmjs.org/pretty-ms/-/pretty-ms-9.3.0.tgz",
  8309. "integrity": "sha512-gjVS5hOP+M3wMm5nmNOucbIrqudzs9v/57bWRHQWLYklXqoXKrVfYW2W9+glfGsqtPgpiz5WwyEEB+ksXIx3gQ==",
  8310. "license": "MIT",
  8311. "dependencies": {
  8312. "parse-ms": "^4.0.0"
  8313. },
  8314. "engines": {
  8315. "node": ">=18"
  8316. },
  8317. "funding": {
  8318. "url": "https://github.com/sponsors/sindresorhus"
  8319. }
  8320. },
  8321. "node_modules/node-llama-cpp/node_modules/strip-ansi": {
  8322. "version": "7.1.2",
  8323. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
  8324. "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
  8325. "license": "MIT",
  8326. "dependencies": {
  8327. "ansi-regex": "^6.0.1"
  8328. },
  8329. "engines": {
  8330. "node": ">=12"
  8331. },
  8332. "funding": {
  8333. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  8334. }
  8335. },
  8336. "node_modules/node-llama-cpp/node_modules/which": {
  8337. "version": "6.0.1",
  8338. "resolved": "https://registry.npmjs.org/which/-/which-6.0.1.tgz",
  8339. "integrity": "sha512-oGLe46MIrCRqX7ytPUf66EAYvdeMIZYn3WaocqqKZAxrBpkqHfL/qvTyJ/bTk5+AqHCjXmrv3CEWgy368zhRUg==",
  8340. "license": "ISC",
  8341. "dependencies": {
  8342. "isexe": "^4.0.0"
  8343. },
  8344. "bin": {
  8345. "node-which": "bin/which.js"
  8346. },
  8347. "engines": {
  8348. "node": "^20.17.0 || >=22.9.0"
  8349. }
  8350. },
  8351. "node_modules/nodemon": {
  8352. "version": "3.1.14",
  8353. "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.14.tgz",
  8354. "integrity": "sha512-jakjZi93UtB3jHMWsXL68FXSAosbLfY0In5gtKq3niLSkrWznrVBzXFNOEMJUfc9+Ke7SHWoAZsiMkNP3vq6Jw==",
  8355. "dev": true,
  8356. "license": "MIT",
  8357. "dependencies": {
  8358. "chokidar": "^3.5.2",
  8359. "debug": "^4",
  8360. "ignore-by-default": "^1.0.1",
  8361. "minimatch": "^10.2.1",
  8362. "pstree.remy": "^1.1.8",
  8363. "semver": "^7.5.3",
  8364. "simple-update-notifier": "^2.0.0",
  8365. "supports-color": "^5.5.0",
  8366. "touch": "^3.1.0",
  8367. "undefsafe": "^2.0.5"
  8368. },
  8369. "bin": {
  8370. "nodemon": "bin/nodemon.js"
  8371. },
  8372. "engines": {
  8373. "node": ">=10"
  8374. },
  8375. "funding": {
  8376. "type": "opencollective",
  8377. "url": "https://opencollective.com/nodemon"
  8378. }
  8379. },
  8380. "node_modules/nodemon/node_modules/anymatch": {
  8381. "version": "3.1.3",
  8382. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
  8383. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  8384. "dev": true,
  8385. "license": "ISC",
  8386. "dependencies": {
  8387. "normalize-path": "^3.0.0",
  8388. "picomatch": "^2.0.4"
  8389. },
  8390. "engines": {
  8391. "node": ">= 8"
  8392. }
  8393. },
  8394. "node_modules/nodemon/node_modules/balanced-match": {
  8395. "version": "4.0.4",
  8396. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
  8397. "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
  8398. "dev": true,
  8399. "license": "MIT",
  8400. "engines": {
  8401. "node": "18 || 20 || >=22"
  8402. }
  8403. },
  8404. "node_modules/nodemon/node_modules/binary-extensions": {
  8405. "version": "2.3.0",
  8406. "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
  8407. "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
  8408. "dev": true,
  8409. "license": "MIT",
  8410. "engines": {
  8411. "node": ">=8"
  8412. },
  8413. "funding": {
  8414. "url": "https://github.com/sponsors/sindresorhus"
  8415. }
  8416. },
  8417. "node_modules/nodemon/node_modules/brace-expansion": {
  8418. "version": "5.0.5",
  8419. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
  8420. "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
  8421. "dev": true,
  8422. "license": "MIT",
  8423. "dependencies": {
  8424. "balanced-match": "^4.0.2"
  8425. },
  8426. "engines": {
  8427. "node": "18 || 20 || >=22"
  8428. }
  8429. },
  8430. "node_modules/nodemon/node_modules/braces": {
  8431. "version": "3.0.3",
  8432. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  8433. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  8434. "dev": true,
  8435. "license": "MIT",
  8436. "dependencies": {
  8437. "fill-range": "^7.1.1"
  8438. },
  8439. "engines": {
  8440. "node": ">=8"
  8441. }
  8442. },
  8443. "node_modules/nodemon/node_modules/chokidar": {
  8444. "version": "3.6.0",
  8445. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
  8446. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  8447. "dev": true,
  8448. "license": "MIT",
  8449. "dependencies": {
  8450. "anymatch": "~3.1.2",
  8451. "braces": "~3.0.2",
  8452. "glob-parent": "~5.1.2",
  8453. "is-binary-path": "~2.1.0",
  8454. "is-glob": "~4.0.1",
  8455. "normalize-path": "~3.0.0",
  8456. "readdirp": "~3.6.0"
  8457. },
  8458. "engines": {
  8459. "node": ">= 8.10.0"
  8460. },
  8461. "funding": {
  8462. "url": "https://paulmillr.com/funding/"
  8463. },
  8464. "optionalDependencies": {
  8465. "fsevents": "~2.3.2"
  8466. }
  8467. },
  8468. "node_modules/nodemon/node_modules/fill-range": {
  8469. "version": "7.1.1",
  8470. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  8471. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  8472. "dev": true,
  8473. "license": "MIT",
  8474. "dependencies": {
  8475. "to-regex-range": "^5.0.1"
  8476. },
  8477. "engines": {
  8478. "node": ">=8"
  8479. }
  8480. },
  8481. "node_modules/nodemon/node_modules/glob-parent": {
  8482. "version": "5.1.2",
  8483. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  8484. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  8485. "dev": true,
  8486. "license": "ISC",
  8487. "dependencies": {
  8488. "is-glob": "^4.0.1"
  8489. },
  8490. "engines": {
  8491. "node": ">= 6"
  8492. }
  8493. },
  8494. "node_modules/nodemon/node_modules/is-binary-path": {
  8495. "version": "2.1.0",
  8496. "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
  8497. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  8498. "dev": true,
  8499. "license": "MIT",
  8500. "dependencies": {
  8501. "binary-extensions": "^2.0.0"
  8502. },
  8503. "engines": {
  8504. "node": ">=8"
  8505. }
  8506. },
  8507. "node_modules/nodemon/node_modules/is-extglob": {
  8508. "version": "2.1.1",
  8509. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  8510. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  8511. "dev": true,
  8512. "license": "MIT",
  8513. "engines": {
  8514. "node": ">=0.10.0"
  8515. }
  8516. },
  8517. "node_modules/nodemon/node_modules/is-glob": {
  8518. "version": "4.0.3",
  8519. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  8520. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  8521. "dev": true,
  8522. "license": "MIT",
  8523. "dependencies": {
  8524. "is-extglob": "^2.1.1"
  8525. },
  8526. "engines": {
  8527. "node": ">=0.10.0"
  8528. }
  8529. },
  8530. "node_modules/nodemon/node_modules/is-number": {
  8531. "version": "7.0.0",
  8532. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  8533. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  8534. "dev": true,
  8535. "license": "MIT",
  8536. "engines": {
  8537. "node": ">=0.12.0"
  8538. }
  8539. },
  8540. "node_modules/nodemon/node_modules/minimatch": {
  8541. "version": "10.2.5",
  8542. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
  8543. "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
  8544. "dev": true,
  8545. "license": "BlueOak-1.0.0",
  8546. "dependencies": {
  8547. "brace-expansion": "^5.0.5"
  8548. },
  8549. "engines": {
  8550. "node": "18 || 20 || >=22"
  8551. },
  8552. "funding": {
  8553. "url": "https://github.com/sponsors/isaacs"
  8554. }
  8555. },
  8556. "node_modules/nodemon/node_modules/readdirp": {
  8557. "version": "3.6.0",
  8558. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
  8559. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  8560. "dev": true,
  8561. "license": "MIT",
  8562. "dependencies": {
  8563. "picomatch": "^2.2.1"
  8564. },
  8565. "engines": {
  8566. "node": ">=8.10.0"
  8567. }
  8568. },
  8569. "node_modules/nodemon/node_modules/supports-color": {
  8570. "version": "5.5.0",
  8571. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
  8572. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  8573. "dev": true,
  8574. "license": "MIT",
  8575. "dependencies": {
  8576. "has-flag": "^3.0.0"
  8577. },
  8578. "engines": {
  8579. "node": ">=4"
  8580. }
  8581. },
  8582. "node_modules/nodemon/node_modules/to-regex-range": {
  8583. "version": "5.0.1",
  8584. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  8585. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  8586. "dev": true,
  8587. "license": "MIT",
  8588. "dependencies": {
  8589. "is-number": "^7.0.0"
  8590. },
  8591. "engines": {
  8592. "node": ">=8.0"
  8593. }
  8594. },
  8595. "node_modules/non-private-ip": {
  8596. "version": "2.2.0",
  8597. "license": "MIT",
  8598. "dependencies": {
  8599. "ip": "^1.1.5"
  8600. },
  8601. "bin": {
  8602. "non-private-ip": "bin.js"
  8603. }
  8604. },
  8605. "node_modules/normalize-package-data": {
  8606. "version": "2.5.0",
  8607. "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
  8608. "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
  8609. "dev": true,
  8610. "license": "BSD-2-Clause",
  8611. "dependencies": {
  8612. "hosted-git-info": "^2.1.4",
  8613. "resolve": "^1.10.0",
  8614. "semver": "2 || 3 || 4 || 5",
  8615. "validate-npm-package-license": "^3.0.1"
  8616. }
  8617. },
  8618. "node_modules/normalize-package-data/node_modules/semver": {
  8619. "version": "5.7.2",
  8620. "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
  8621. "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
  8622. "dev": true,
  8623. "license": "ISC",
  8624. "bin": {
  8625. "semver": "bin/semver"
  8626. }
  8627. },
  8628. "node_modules/normalize-path": {
  8629. "version": "3.0.0",
  8630. "license": "MIT",
  8631. "engines": {
  8632. "node": ">=0.10.0"
  8633. }
  8634. },
  8635. "node_modules/normalize-uri": {
  8636. "version": "1.1.3",
  8637. "resolved": "https://registry.npmjs.org/normalize-uri/-/normalize-uri-1.1.3.tgz",
  8638. "integrity": "sha512-ECNgiM5IAeZNuXYu5kF4JV8t+MSFixHsvjexQtf/bLTOsL+KycDv3pod1a88N8uHtzsktYLRX6cAawg4aHeLVQ==",
  8639. "license": "MIT",
  8640. "funding": {
  8641. "type": "github",
  8642. "url": "https://github.com/sponsors/wooorm"
  8643. }
  8644. },
  8645. "node_modules/npm-install-package": {
  8646. "version": "2.1.0",
  8647. "resolved": "https://registry.npmjs.org/npm-install-package/-/npm-install-package-2.1.0.tgz",
  8648. "integrity": "sha512-F37OfFN2Fk6ixI3bn8CNllSGMjpRxTqPcnN5j2zFlqNiaf/LGG6fCq3DeBGKRinyVMR5ROS34nWKQmn7tABuJg==",
  8649. "dev": true,
  8650. "license": "MIT"
  8651. },
  8652. "node_modules/npm-prefix": {
  8653. "version": "1.2.0",
  8654. "resolved": "https://registry.npmjs.org/npm-prefix/-/npm-prefix-1.2.0.tgz",
  8655. "integrity": "sha512-EkGZ7jtA2onsULFpnZ/P5S0DPy8w9qH1TVytPhY54s+dmtLXBmp1evt8W9nfg5JEay24K3bX9WWTIHR8WQcOJA==",
  8656. "license": "MIT",
  8657. "dependencies": {
  8658. "rc": "^1.1.0",
  8659. "shellsubstitute": "^1.1.0",
  8660. "untildify": "^2.1.0"
  8661. }
  8662. },
  8663. "node_modules/number-is-nan": {
  8664. "version": "1.0.1",
  8665. "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
  8666. "integrity": "sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ==",
  8667. "license": "MIT",
  8668. "engines": {
  8669. "node": ">=0.10.0"
  8670. }
  8671. },
  8672. "node_modules/nyc": {
  8673. "version": "13.3.0",
  8674. "resolved": "https://registry.npmjs.org/nyc/-/nyc-13.3.0.tgz",
  8675. "integrity": "sha512-P+FwIuro2aFG6B0Esd9ZDWUd51uZrAEoGutqZxzrVmYl3qSfkLgcQpBPBjtDFsUQLFY1dvTQJPOyeqr8S9GF8w==",
  8676. "bundleDependencies": [
  8677. "archy",
  8678. "arrify",
  8679. "caching-transform",
  8680. "convert-source-map",
  8681. "find-cache-dir",
  8682. "find-up",
  8683. "foreground-child",
  8684. "glob",
  8685. "istanbul-lib-coverage",
  8686. "istanbul-lib-hook",
  8687. "istanbul-lib-report",
  8688. "istanbul-lib-source-maps",
  8689. "istanbul-reports",
  8690. "make-dir",
  8691. "merge-source-map",
  8692. "resolve-from",
  8693. "rimraf",
  8694. "signal-exit",
  8695. "spawn-wrap",
  8696. "test-exclude",
  8697. "uuid",
  8698. "yargs",
  8699. "yargs-parser"
  8700. ],
  8701. "dev": true,
  8702. "license": "ISC",
  8703. "dependencies": {
  8704. "archy": "^1.0.0",
  8705. "arrify": "^1.0.1",
  8706. "caching-transform": "^3.0.1",
  8707. "convert-source-map": "^1.6.0",
  8708. "find-cache-dir": "^2.0.0",
  8709. "find-up": "^3.0.0",
  8710. "foreground-child": "^1.5.6",
  8711. "glob": "^7.1.3",
  8712. "istanbul-lib-coverage": "^2.0.3",
  8713. "istanbul-lib-hook": "^2.0.3",
  8714. "istanbul-lib-instrument": "^3.1.0",
  8715. "istanbul-lib-report": "^2.0.4",
  8716. "istanbul-lib-source-maps": "^3.0.2",
  8717. "istanbul-reports": "^2.1.1",
  8718. "make-dir": "^1.3.0",
  8719. "merge-source-map": "^1.1.0",
  8720. "resolve-from": "^4.0.0",
  8721. "rimraf": "^2.6.3",
  8722. "signal-exit": "^3.0.2",
  8723. "spawn-wrap": "^1.4.2",
  8724. "test-exclude": "^5.1.0",
  8725. "uuid": "^3.3.2",
  8726. "yargs": "^12.0.5",
  8727. "yargs-parser": "^11.1.1"
  8728. },
  8729. "bin": {
  8730. "nyc": "bin/nyc.js"
  8731. },
  8732. "engines": {
  8733. "node": ">=6"
  8734. }
  8735. },
  8736. "node_modules/nyc/node_modules/ansi-regex": {
  8737. "version": "3.0.0",
  8738. "inBundle": true,
  8739. "license": "MIT",
  8740. "engines": {
  8741. "node": ">=4"
  8742. }
  8743. },
  8744. "node_modules/nyc/node_modules/append-transform": {
  8745. "version": "1.0.0",
  8746. "inBundle": true,
  8747. "license": "MIT",
  8748. "dependencies": {
  8749. "default-require-extensions": "^2.0.0"
  8750. },
  8751. "engines": {
  8752. "node": ">=4"
  8753. }
  8754. },
  8755. "node_modules/nyc/node_modules/archy": {
  8756. "version": "1.0.0",
  8757. "inBundle": true,
  8758. "license": "MIT"
  8759. },
  8760. "node_modules/nyc/node_modules/arrify": {
  8761. "version": "1.0.1",
  8762. "inBundle": true,
  8763. "license": "MIT",
  8764. "engines": {
  8765. "node": ">=0.10.0"
  8766. }
  8767. },
  8768. "node_modules/nyc/node_modules/async": {
  8769. "version": "2.6.2",
  8770. "inBundle": true,
  8771. "license": "MIT",
  8772. "dependencies": {
  8773. "lodash": "^4.17.11"
  8774. }
  8775. },
  8776. "node_modules/nyc/node_modules/balanced-match": {
  8777. "version": "1.0.0",
  8778. "inBundle": true,
  8779. "license": "MIT"
  8780. },
  8781. "node_modules/nyc/node_modules/brace-expansion": {
  8782. "version": "1.1.11",
  8783. "inBundle": true,
  8784. "license": "MIT",
  8785. "dependencies": {
  8786. "balanced-match": "^1.0.0",
  8787. "concat-map": "0.0.1"
  8788. }
  8789. },
  8790. "node_modules/nyc/node_modules/caching-transform": {
  8791. "version": "3.0.1",
  8792. "inBundle": true,
  8793. "license": "MIT",
  8794. "dependencies": {
  8795. "hasha": "^3.0.0",
  8796. "make-dir": "^1.3.0",
  8797. "package-hash": "^3.0.0",
  8798. "write-file-atomic": "^2.3.0"
  8799. },
  8800. "engines": {
  8801. "node": ">=6"
  8802. }
  8803. },
  8804. "node_modules/nyc/node_modules/camelcase": {
  8805. "version": "5.0.0",
  8806. "inBundle": true,
  8807. "license": "MIT",
  8808. "engines": {
  8809. "node": ">=6"
  8810. }
  8811. },
  8812. "node_modules/nyc/node_modules/cliui": {
  8813. "version": "4.1.0",
  8814. "inBundle": true,
  8815. "license": "ISC",
  8816. "dependencies": {
  8817. "string-width": "^2.1.1",
  8818. "strip-ansi": "^4.0.0",
  8819. "wrap-ansi": "^2.0.0"
  8820. }
  8821. },
  8822. "node_modules/nyc/node_modules/code-point-at": {
  8823. "version": "1.1.0",
  8824. "inBundle": true,
  8825. "license": "MIT",
  8826. "engines": {
  8827. "node": ">=0.10.0"
  8828. }
  8829. },
  8830. "node_modules/nyc/node_modules/commander": {
  8831. "version": "2.17.1",
  8832. "inBundle": true,
  8833. "license": "MIT"
  8834. },
  8835. "node_modules/nyc/node_modules/commondir": {
  8836. "version": "1.0.1",
  8837. "inBundle": true,
  8838. "license": "MIT"
  8839. },
  8840. "node_modules/nyc/node_modules/concat-map": {
  8841. "version": "0.0.1",
  8842. "inBundle": true,
  8843. "license": "MIT"
  8844. },
  8845. "node_modules/nyc/node_modules/convert-source-map": {
  8846. "version": "1.6.0",
  8847. "inBundle": true,
  8848. "license": "MIT",
  8849. "dependencies": {
  8850. "safe-buffer": "~5.1.1"
  8851. }
  8852. },
  8853. "node_modules/nyc/node_modules/cross-spawn": {
  8854. "version": "4.0.2",
  8855. "inBundle": true,
  8856. "license": "MIT",
  8857. "dependencies": {
  8858. "lru-cache": "^4.0.1",
  8859. "which": "^1.2.9"
  8860. }
  8861. },
  8862. "node_modules/nyc/node_modules/debug": {
  8863. "version": "4.1.1",
  8864. "inBundle": true,
  8865. "license": "MIT",
  8866. "dependencies": {
  8867. "ms": "^2.1.1"
  8868. }
  8869. },
  8870. "node_modules/nyc/node_modules/decamelize": {
  8871. "version": "1.2.0",
  8872. "inBundle": true,
  8873. "license": "MIT",
  8874. "engines": {
  8875. "node": ">=0.10.0"
  8876. }
  8877. },
  8878. "node_modules/nyc/node_modules/default-require-extensions": {
  8879. "version": "2.0.0",
  8880. "inBundle": true,
  8881. "license": "MIT",
  8882. "dependencies": {
  8883. "strip-bom": "^3.0.0"
  8884. },
  8885. "engines": {
  8886. "node": ">=4"
  8887. }
  8888. },
  8889. "node_modules/nyc/node_modules/end-of-stream": {
  8890. "version": "1.4.1",
  8891. "inBundle": true,
  8892. "license": "MIT",
  8893. "dependencies": {
  8894. "once": "^1.4.0"
  8895. }
  8896. },
  8897. "node_modules/nyc/node_modules/error-ex": {
  8898. "version": "1.3.2",
  8899. "inBundle": true,
  8900. "license": "MIT",
  8901. "dependencies": {
  8902. "is-arrayish": "^0.2.1"
  8903. }
  8904. },
  8905. "node_modules/nyc/node_modules/es6-error": {
  8906. "version": "4.1.1",
  8907. "inBundle": true,
  8908. "license": "MIT"
  8909. },
  8910. "node_modules/nyc/node_modules/execa": {
  8911. "version": "1.0.0",
  8912. "inBundle": true,
  8913. "license": "MIT",
  8914. "dependencies": {
  8915. "cross-spawn": "^6.0.0",
  8916. "get-stream": "^4.0.0",
  8917. "is-stream": "^1.1.0",
  8918. "npm-run-path": "^2.0.0",
  8919. "p-finally": "^1.0.0",
  8920. "signal-exit": "^3.0.0",
  8921. "strip-eof": "^1.0.0"
  8922. },
  8923. "engines": {
  8924. "node": ">=6"
  8925. }
  8926. },
  8927. "node_modules/nyc/node_modules/execa/node_modules/cross-spawn": {
  8928. "version": "6.0.5",
  8929. "inBundle": true,
  8930. "license": "MIT",
  8931. "dependencies": {
  8932. "nice-try": "^1.0.4",
  8933. "path-key": "^2.0.1",
  8934. "semver": "^5.5.0",
  8935. "shebang-command": "^1.2.0",
  8936. "which": "^1.2.9"
  8937. },
  8938. "engines": {
  8939. "node": ">=4.8"
  8940. }
  8941. },
  8942. "node_modules/nyc/node_modules/find-cache-dir": {
  8943. "version": "2.0.0",
  8944. "inBundle": true,
  8945. "license": "MIT",
  8946. "dependencies": {
  8947. "commondir": "^1.0.1",
  8948. "make-dir": "^1.0.0",
  8949. "pkg-dir": "^3.0.0"
  8950. },
  8951. "engines": {
  8952. "node": ">=6"
  8953. }
  8954. },
  8955. "node_modules/nyc/node_modules/find-up": {
  8956. "version": "3.0.0",
  8957. "inBundle": true,
  8958. "license": "MIT",
  8959. "dependencies": {
  8960. "locate-path": "^3.0.0"
  8961. },
  8962. "engines": {
  8963. "node": ">=6"
  8964. }
  8965. },
  8966. "node_modules/nyc/node_modules/foreground-child": {
  8967. "version": "1.5.6",
  8968. "inBundle": true,
  8969. "license": "ISC",
  8970. "dependencies": {
  8971. "cross-spawn": "^4",
  8972. "signal-exit": "^3.0.0"
  8973. }
  8974. },
  8975. "node_modules/nyc/node_modules/fs.realpath": {
  8976. "version": "1.0.0",
  8977. "inBundle": true,
  8978. "license": "ISC"
  8979. },
  8980. "node_modules/nyc/node_modules/get-caller-file": {
  8981. "version": "1.0.3",
  8982. "inBundle": true,
  8983. "license": "ISC"
  8984. },
  8985. "node_modules/nyc/node_modules/get-stream": {
  8986. "version": "4.1.0",
  8987. "inBundle": true,
  8988. "license": "MIT",
  8989. "dependencies": {
  8990. "pump": "^3.0.0"
  8991. },
  8992. "engines": {
  8993. "node": ">=6"
  8994. }
  8995. },
  8996. "node_modules/nyc/node_modules/glob": {
  8997. "version": "7.1.3",
  8998. "inBundle": true,
  8999. "license": "ISC",
  9000. "dependencies": {
  9001. "fs.realpath": "^1.0.0",
  9002. "inflight": "^1.0.4",
  9003. "inherits": "2",
  9004. "minimatch": "^3.0.4",
  9005. "once": "^1.3.0",
  9006. "path-is-absolute": "^1.0.0"
  9007. },
  9008. "engines": {
  9009. "node": "*"
  9010. }
  9011. },
  9012. "node_modules/nyc/node_modules/graceful-fs": {
  9013. "version": "4.1.15",
  9014. "inBundle": true,
  9015. "license": "ISC"
  9016. },
  9017. "node_modules/nyc/node_modules/handlebars": {
  9018. "version": "4.1.0",
  9019. "inBundle": true,
  9020. "license": "MIT",
  9021. "dependencies": {
  9022. "async": "^2.5.0",
  9023. "optimist": "^0.6.1",
  9024. "source-map": "^0.6.1"
  9025. },
  9026. "bin": {
  9027. "handlebars": "bin/handlebars"
  9028. },
  9029. "engines": {
  9030. "node": ">=0.4.7"
  9031. },
  9032. "optionalDependencies": {
  9033. "uglify-js": "^3.1.4"
  9034. }
  9035. },
  9036. "node_modules/nyc/node_modules/handlebars/node_modules/source-map": {
  9037. "version": "0.6.1",
  9038. "inBundle": true,
  9039. "license": "BSD-3-Clause",
  9040. "engines": {
  9041. "node": ">=0.10.0"
  9042. }
  9043. },
  9044. "node_modules/nyc/node_modules/has-flag": {
  9045. "version": "3.0.0",
  9046. "inBundle": true,
  9047. "license": "MIT",
  9048. "engines": {
  9049. "node": ">=4"
  9050. }
  9051. },
  9052. "node_modules/nyc/node_modules/hasha": {
  9053. "version": "3.0.0",
  9054. "inBundle": true,
  9055. "license": "MIT",
  9056. "dependencies": {
  9057. "is-stream": "^1.0.1"
  9058. },
  9059. "engines": {
  9060. "node": ">=4"
  9061. }
  9062. },
  9063. "node_modules/nyc/node_modules/hosted-git-info": {
  9064. "version": "2.7.1",
  9065. "inBundle": true,
  9066. "license": "ISC"
  9067. },
  9068. "node_modules/nyc/node_modules/imurmurhash": {
  9069. "version": "0.1.4",
  9070. "inBundle": true,
  9071. "license": "MIT",
  9072. "engines": {
  9073. "node": ">=0.8.19"
  9074. }
  9075. },
  9076. "node_modules/nyc/node_modules/inflight": {
  9077. "version": "1.0.6",
  9078. "inBundle": true,
  9079. "license": "ISC",
  9080. "dependencies": {
  9081. "once": "^1.3.0",
  9082. "wrappy": "1"
  9083. }
  9084. },
  9085. "node_modules/nyc/node_modules/inherits": {
  9086. "version": "2.0.3",
  9087. "inBundle": true,
  9088. "license": "ISC"
  9089. },
  9090. "node_modules/nyc/node_modules/invert-kv": {
  9091. "version": "2.0.0",
  9092. "inBundle": true,
  9093. "license": "MIT",
  9094. "engines": {
  9095. "node": ">=4"
  9096. }
  9097. },
  9098. "node_modules/nyc/node_modules/is-arrayish": {
  9099. "version": "0.2.1",
  9100. "inBundle": true,
  9101. "license": "MIT"
  9102. },
  9103. "node_modules/nyc/node_modules/is-fullwidth-code-point": {
  9104. "version": "2.0.0",
  9105. "inBundle": true,
  9106. "license": "MIT",
  9107. "engines": {
  9108. "node": ">=4"
  9109. }
  9110. },
  9111. "node_modules/nyc/node_modules/is-stream": {
  9112. "version": "1.1.0",
  9113. "inBundle": true,
  9114. "license": "MIT",
  9115. "engines": {
  9116. "node": ">=0.10.0"
  9117. }
  9118. },
  9119. "node_modules/nyc/node_modules/isexe": {
  9120. "version": "2.0.0",
  9121. "inBundle": true,
  9122. "license": "ISC"
  9123. },
  9124. "node_modules/nyc/node_modules/istanbul-lib-coverage": {
  9125. "version": "2.0.3",
  9126. "inBundle": true,
  9127. "license": "BSD-3-Clause",
  9128. "engines": {
  9129. "node": ">=6"
  9130. }
  9131. },
  9132. "node_modules/nyc/node_modules/istanbul-lib-hook": {
  9133. "version": "2.0.3",
  9134. "inBundle": true,
  9135. "license": "BSD-3-Clause",
  9136. "dependencies": {
  9137. "append-transform": "^1.0.0"
  9138. },
  9139. "engines": {
  9140. "node": ">=6"
  9141. }
  9142. },
  9143. "node_modules/nyc/node_modules/istanbul-lib-report": {
  9144. "version": "2.0.4",
  9145. "inBundle": true,
  9146. "license": "BSD-3-Clause",
  9147. "dependencies": {
  9148. "istanbul-lib-coverage": "^2.0.3",
  9149. "make-dir": "^1.3.0",
  9150. "supports-color": "^6.0.0"
  9151. },
  9152. "engines": {
  9153. "node": ">=6"
  9154. }
  9155. },
  9156. "node_modules/nyc/node_modules/istanbul-lib-report/node_modules/supports-color": {
  9157. "version": "6.1.0",
  9158. "inBundle": true,
  9159. "license": "MIT",
  9160. "dependencies": {
  9161. "has-flag": "^3.0.0"
  9162. },
  9163. "engines": {
  9164. "node": ">=6"
  9165. }
  9166. },
  9167. "node_modules/nyc/node_modules/istanbul-lib-source-maps": {
  9168. "version": "3.0.2",
  9169. "inBundle": true,
  9170. "license": "BSD-3-Clause",
  9171. "dependencies": {
  9172. "debug": "^4.1.1",
  9173. "istanbul-lib-coverage": "^2.0.3",
  9174. "make-dir": "^1.3.0",
  9175. "rimraf": "^2.6.2",
  9176. "source-map": "^0.6.1"
  9177. },
  9178. "engines": {
  9179. "node": ">=6"
  9180. }
  9181. },
  9182. "node_modules/nyc/node_modules/istanbul-lib-source-maps/node_modules/source-map": {
  9183. "version": "0.6.1",
  9184. "inBundle": true,
  9185. "license": "BSD-3-Clause",
  9186. "engines": {
  9187. "node": ">=0.10.0"
  9188. }
  9189. },
  9190. "node_modules/nyc/node_modules/istanbul-reports": {
  9191. "version": "2.1.1",
  9192. "inBundle": true,
  9193. "license": "BSD-3-Clause",
  9194. "dependencies": {
  9195. "handlebars": "^4.1.0"
  9196. },
  9197. "engines": {
  9198. "node": ">=6"
  9199. }
  9200. },
  9201. "node_modules/nyc/node_modules/json-parse-better-errors": {
  9202. "version": "1.0.2",
  9203. "inBundle": true,
  9204. "license": "MIT"
  9205. },
  9206. "node_modules/nyc/node_modules/lcid": {
  9207. "version": "2.0.0",
  9208. "inBundle": true,
  9209. "license": "MIT",
  9210. "dependencies": {
  9211. "invert-kv": "^2.0.0"
  9212. },
  9213. "engines": {
  9214. "node": ">=6"
  9215. }
  9216. },
  9217. "node_modules/nyc/node_modules/load-json-file": {
  9218. "version": "4.0.0",
  9219. "inBundle": true,
  9220. "license": "MIT",
  9221. "dependencies": {
  9222. "graceful-fs": "^4.1.2",
  9223. "parse-json": "^4.0.0",
  9224. "pify": "^3.0.0",
  9225. "strip-bom": "^3.0.0"
  9226. },
  9227. "engines": {
  9228. "node": ">=4"
  9229. }
  9230. },
  9231. "node_modules/nyc/node_modules/locate-path": {
  9232. "version": "3.0.0",
  9233. "inBundle": true,
  9234. "license": "MIT",
  9235. "dependencies": {
  9236. "p-locate": "^3.0.0",
  9237. "path-exists": "^3.0.0"
  9238. },
  9239. "engines": {
  9240. "node": ">=6"
  9241. }
  9242. },
  9243. "node_modules/nyc/node_modules/lodash": {
  9244. "version": "4.17.11",
  9245. "inBundle": true,
  9246. "license": "MIT"
  9247. },
  9248. "node_modules/nyc/node_modules/lodash.flattendeep": {
  9249. "version": "4.4.0",
  9250. "inBundle": true,
  9251. "license": "MIT"
  9252. },
  9253. "node_modules/nyc/node_modules/lru-cache": {
  9254. "version": "4.1.5",
  9255. "inBundle": true,
  9256. "license": "ISC",
  9257. "dependencies": {
  9258. "pseudomap": "^1.0.2",
  9259. "yallist": "^2.1.2"
  9260. }
  9261. },
  9262. "node_modules/nyc/node_modules/make-dir": {
  9263. "version": "1.3.0",
  9264. "inBundle": true,
  9265. "license": "MIT",
  9266. "dependencies": {
  9267. "pify": "^3.0.0"
  9268. },
  9269. "engines": {
  9270. "node": ">=4"
  9271. }
  9272. },
  9273. "node_modules/nyc/node_modules/map-age-cleaner": {
  9274. "version": "0.1.3",
  9275. "inBundle": true,
  9276. "license": "MIT",
  9277. "dependencies": {
  9278. "p-defer": "^1.0.0"
  9279. },
  9280. "engines": {
  9281. "node": ">=6"
  9282. }
  9283. },
  9284. "node_modules/nyc/node_modules/mem": {
  9285. "version": "4.1.0",
  9286. "inBundle": true,
  9287. "license": "MIT",
  9288. "dependencies": {
  9289. "map-age-cleaner": "^0.1.1",
  9290. "mimic-fn": "^1.0.0",
  9291. "p-is-promise": "^2.0.0"
  9292. },
  9293. "engines": {
  9294. "node": ">=6"
  9295. }
  9296. },
  9297. "node_modules/nyc/node_modules/merge-source-map": {
  9298. "version": "1.1.0",
  9299. "inBundle": true,
  9300. "license": "MIT",
  9301. "dependencies": {
  9302. "source-map": "^0.6.1"
  9303. }
  9304. },
  9305. "node_modules/nyc/node_modules/merge-source-map/node_modules/source-map": {
  9306. "version": "0.6.1",
  9307. "inBundle": true,
  9308. "license": "BSD-3-Clause",
  9309. "engines": {
  9310. "node": ">=0.10.0"
  9311. }
  9312. },
  9313. "node_modules/nyc/node_modules/mimic-fn": {
  9314. "version": "1.2.0",
  9315. "inBundle": true,
  9316. "license": "MIT",
  9317. "engines": {
  9318. "node": ">=4"
  9319. }
  9320. },
  9321. "node_modules/nyc/node_modules/minimatch": {
  9322. "version": "3.0.4",
  9323. "inBundle": true,
  9324. "license": "ISC",
  9325. "dependencies": {
  9326. "brace-expansion": "^1.1.7"
  9327. },
  9328. "engines": {
  9329. "node": "*"
  9330. }
  9331. },
  9332. "node_modules/nyc/node_modules/minimist": {
  9333. "version": "0.0.10",
  9334. "inBundle": true,
  9335. "license": "MIT"
  9336. },
  9337. "node_modules/nyc/node_modules/mkdirp": {
  9338. "version": "0.5.1",
  9339. "inBundle": true,
  9340. "license": "MIT",
  9341. "dependencies": {
  9342. "minimist": "0.0.8"
  9343. },
  9344. "bin": {
  9345. "mkdirp": "bin/cmd.js"
  9346. }
  9347. },
  9348. "node_modules/nyc/node_modules/mkdirp/node_modules/minimist": {
  9349. "version": "0.0.8",
  9350. "inBundle": true,
  9351. "license": "MIT"
  9352. },
  9353. "node_modules/nyc/node_modules/ms": {
  9354. "version": "2.1.1",
  9355. "inBundle": true,
  9356. "license": "MIT"
  9357. },
  9358. "node_modules/nyc/node_modules/nice-try": {
  9359. "version": "1.0.5",
  9360. "inBundle": true,
  9361. "license": "MIT"
  9362. },
  9363. "node_modules/nyc/node_modules/normalize-package-data": {
  9364. "version": "2.5.0",
  9365. "inBundle": true,
  9366. "license": "BSD-2-Clause",
  9367. "dependencies": {
  9368. "hosted-git-info": "^2.1.4",
  9369. "resolve": "^1.10.0",
  9370. "semver": "2 || 3 || 4 || 5",
  9371. "validate-npm-package-license": "^3.0.1"
  9372. }
  9373. },
  9374. "node_modules/nyc/node_modules/npm-run-path": {
  9375. "version": "2.0.2",
  9376. "inBundle": true,
  9377. "license": "MIT",
  9378. "dependencies": {
  9379. "path-key": "^2.0.0"
  9380. },
  9381. "engines": {
  9382. "node": ">=4"
  9383. }
  9384. },
  9385. "node_modules/nyc/node_modules/number-is-nan": {
  9386. "version": "1.0.1",
  9387. "inBundle": true,
  9388. "license": "MIT",
  9389. "engines": {
  9390. "node": ">=0.10.0"
  9391. }
  9392. },
  9393. "node_modules/nyc/node_modules/once": {
  9394. "version": "1.4.0",
  9395. "inBundle": true,
  9396. "license": "ISC",
  9397. "dependencies": {
  9398. "wrappy": "1"
  9399. }
  9400. },
  9401. "node_modules/nyc/node_modules/optimist": {
  9402. "version": "0.6.1",
  9403. "inBundle": true,
  9404. "license": "MIT/X11",
  9405. "dependencies": {
  9406. "minimist": "~0.0.1",
  9407. "wordwrap": "~0.0.2"
  9408. }
  9409. },
  9410. "node_modules/nyc/node_modules/os-homedir": {
  9411. "version": "1.0.2",
  9412. "inBundle": true,
  9413. "license": "MIT",
  9414. "engines": {
  9415. "node": ">=0.10.0"
  9416. }
  9417. },
  9418. "node_modules/nyc/node_modules/os-locale": {
  9419. "version": "3.1.0",
  9420. "inBundle": true,
  9421. "license": "MIT",
  9422. "dependencies": {
  9423. "execa": "^1.0.0",
  9424. "lcid": "^2.0.0",
  9425. "mem": "^4.0.0"
  9426. },
  9427. "engines": {
  9428. "node": ">=6"
  9429. }
  9430. },
  9431. "node_modules/nyc/node_modules/p-defer": {
  9432. "version": "1.0.0",
  9433. "inBundle": true,
  9434. "license": "MIT",
  9435. "engines": {
  9436. "node": ">=4"
  9437. }
  9438. },
  9439. "node_modules/nyc/node_modules/p-finally": {
  9440. "version": "1.0.0",
  9441. "inBundle": true,
  9442. "license": "MIT",
  9443. "engines": {
  9444. "node": ">=4"
  9445. }
  9446. },
  9447. "node_modules/nyc/node_modules/p-is-promise": {
  9448. "version": "2.0.0",
  9449. "inBundle": true,
  9450. "license": "MIT",
  9451. "engines": {
  9452. "node": ">=6"
  9453. }
  9454. },
  9455. "node_modules/nyc/node_modules/p-limit": {
  9456. "version": "2.1.0",
  9457. "inBundle": true,
  9458. "license": "MIT",
  9459. "dependencies": {
  9460. "p-try": "^2.0.0"
  9461. },
  9462. "engines": {
  9463. "node": ">=6"
  9464. }
  9465. },
  9466. "node_modules/nyc/node_modules/p-locate": {
  9467. "version": "3.0.0",
  9468. "inBundle": true,
  9469. "license": "MIT",
  9470. "dependencies": {
  9471. "p-limit": "^2.0.0"
  9472. },
  9473. "engines": {
  9474. "node": ">=6"
  9475. }
  9476. },
  9477. "node_modules/nyc/node_modules/p-try": {
  9478. "version": "2.0.0",
  9479. "inBundle": true,
  9480. "license": "MIT",
  9481. "engines": {
  9482. "node": ">=6"
  9483. }
  9484. },
  9485. "node_modules/nyc/node_modules/package-hash": {
  9486. "version": "3.0.0",
  9487. "inBundle": true,
  9488. "license": "ISC",
  9489. "dependencies": {
  9490. "graceful-fs": "^4.1.15",
  9491. "hasha": "^3.0.0",
  9492. "lodash.flattendeep": "^4.4.0",
  9493. "release-zalgo": "^1.0.0"
  9494. },
  9495. "engines": {
  9496. "node": ">=6"
  9497. }
  9498. },
  9499. "node_modules/nyc/node_modules/parse-json": {
  9500. "version": "4.0.0",
  9501. "inBundle": true,
  9502. "license": "MIT",
  9503. "dependencies": {
  9504. "error-ex": "^1.3.1",
  9505. "json-parse-better-errors": "^1.0.1"
  9506. },
  9507. "engines": {
  9508. "node": ">=4"
  9509. }
  9510. },
  9511. "node_modules/nyc/node_modules/path-exists": {
  9512. "version": "3.0.0",
  9513. "inBundle": true,
  9514. "license": "MIT",
  9515. "engines": {
  9516. "node": ">=4"
  9517. }
  9518. },
  9519. "node_modules/nyc/node_modules/path-is-absolute": {
  9520. "version": "1.0.1",
  9521. "inBundle": true,
  9522. "license": "MIT",
  9523. "engines": {
  9524. "node": ">=0.10.0"
  9525. }
  9526. },
  9527. "node_modules/nyc/node_modules/path-key": {
  9528. "version": "2.0.1",
  9529. "inBundle": true,
  9530. "license": "MIT",
  9531. "engines": {
  9532. "node": ">=4"
  9533. }
  9534. },
  9535. "node_modules/nyc/node_modules/path-parse": {
  9536. "version": "1.0.6",
  9537. "inBundle": true,
  9538. "license": "MIT"
  9539. },
  9540. "node_modules/nyc/node_modules/path-type": {
  9541. "version": "3.0.0",
  9542. "inBundle": true,
  9543. "license": "MIT",
  9544. "dependencies": {
  9545. "pify": "^3.0.0"
  9546. },
  9547. "engines": {
  9548. "node": ">=4"
  9549. }
  9550. },
  9551. "node_modules/nyc/node_modules/pify": {
  9552. "version": "3.0.0",
  9553. "inBundle": true,
  9554. "license": "MIT",
  9555. "engines": {
  9556. "node": ">=4"
  9557. }
  9558. },
  9559. "node_modules/nyc/node_modules/pkg-dir": {
  9560. "version": "3.0.0",
  9561. "inBundle": true,
  9562. "license": "MIT",
  9563. "dependencies": {
  9564. "find-up": "^3.0.0"
  9565. },
  9566. "engines": {
  9567. "node": ">=6"
  9568. }
  9569. },
  9570. "node_modules/nyc/node_modules/pseudomap": {
  9571. "version": "1.0.2",
  9572. "inBundle": true,
  9573. "license": "ISC"
  9574. },
  9575. "node_modules/nyc/node_modules/pump": {
  9576. "version": "3.0.0",
  9577. "inBundle": true,
  9578. "license": "MIT",
  9579. "dependencies": {
  9580. "end-of-stream": "^1.1.0",
  9581. "once": "^1.3.1"
  9582. }
  9583. },
  9584. "node_modules/nyc/node_modules/read-pkg": {
  9585. "version": "3.0.0",
  9586. "inBundle": true,
  9587. "license": "MIT",
  9588. "dependencies": {
  9589. "load-json-file": "^4.0.0",
  9590. "normalize-package-data": "^2.3.2",
  9591. "path-type": "^3.0.0"
  9592. },
  9593. "engines": {
  9594. "node": ">=4"
  9595. }
  9596. },
  9597. "node_modules/nyc/node_modules/read-pkg-up": {
  9598. "version": "4.0.0",
  9599. "inBundle": true,
  9600. "license": "MIT",
  9601. "dependencies": {
  9602. "find-up": "^3.0.0",
  9603. "read-pkg": "^3.0.0"
  9604. },
  9605. "engines": {
  9606. "node": ">=6"
  9607. }
  9608. },
  9609. "node_modules/nyc/node_modules/release-zalgo": {
  9610. "version": "1.0.0",
  9611. "inBundle": true,
  9612. "license": "ISC",
  9613. "dependencies": {
  9614. "es6-error": "^4.0.1"
  9615. },
  9616. "engines": {
  9617. "node": ">=4"
  9618. }
  9619. },
  9620. "node_modules/nyc/node_modules/require-directory": {
  9621. "version": "2.1.1",
  9622. "inBundle": true,
  9623. "license": "MIT",
  9624. "engines": {
  9625. "node": ">=0.10.0"
  9626. }
  9627. },
  9628. "node_modules/nyc/node_modules/require-main-filename": {
  9629. "version": "1.0.1",
  9630. "inBundle": true,
  9631. "license": "ISC"
  9632. },
  9633. "node_modules/nyc/node_modules/resolve": {
  9634. "version": "1.10.0",
  9635. "inBundle": true,
  9636. "license": "MIT",
  9637. "dependencies": {
  9638. "path-parse": "^1.0.6"
  9639. }
  9640. },
  9641. "node_modules/nyc/node_modules/resolve-from": {
  9642. "version": "4.0.0",
  9643. "inBundle": true,
  9644. "license": "MIT",
  9645. "engines": {
  9646. "node": ">=4"
  9647. }
  9648. },
  9649. "node_modules/nyc/node_modules/rimraf": {
  9650. "version": "2.6.3",
  9651. "inBundle": true,
  9652. "license": "ISC",
  9653. "dependencies": {
  9654. "glob": "^7.1.3"
  9655. },
  9656. "bin": {
  9657. "rimraf": "bin.js"
  9658. }
  9659. },
  9660. "node_modules/nyc/node_modules/safe-buffer": {
  9661. "version": "5.1.2",
  9662. "inBundle": true,
  9663. "license": "MIT"
  9664. },
  9665. "node_modules/nyc/node_modules/semver": {
  9666. "version": "5.6.0",
  9667. "inBundle": true,
  9668. "license": "ISC",
  9669. "bin": {
  9670. "semver": "bin/semver"
  9671. }
  9672. },
  9673. "node_modules/nyc/node_modules/set-blocking": {
  9674. "version": "2.0.0",
  9675. "inBundle": true,
  9676. "license": "ISC"
  9677. },
  9678. "node_modules/nyc/node_modules/shebang-command": {
  9679. "version": "1.2.0",
  9680. "inBundle": true,
  9681. "license": "MIT",
  9682. "dependencies": {
  9683. "shebang-regex": "^1.0.0"
  9684. },
  9685. "engines": {
  9686. "node": ">=0.10.0"
  9687. }
  9688. },
  9689. "node_modules/nyc/node_modules/shebang-regex": {
  9690. "version": "1.0.0",
  9691. "inBundle": true,
  9692. "license": "MIT",
  9693. "engines": {
  9694. "node": ">=0.10.0"
  9695. }
  9696. },
  9697. "node_modules/nyc/node_modules/signal-exit": {
  9698. "version": "3.0.2",
  9699. "inBundle": true,
  9700. "license": "ISC"
  9701. },
  9702. "node_modules/nyc/node_modules/spawn-wrap": {
  9703. "version": "1.4.2",
  9704. "inBundle": true,
  9705. "license": "ISC",
  9706. "dependencies": {
  9707. "foreground-child": "^1.5.6",
  9708. "mkdirp": "^0.5.0",
  9709. "os-homedir": "^1.0.1",
  9710. "rimraf": "^2.6.2",
  9711. "signal-exit": "^3.0.2",
  9712. "which": "^1.3.0"
  9713. }
  9714. },
  9715. "node_modules/nyc/node_modules/spdx-correct": {
  9716. "version": "3.1.0",
  9717. "inBundle": true,
  9718. "license": "Apache-2.0",
  9719. "dependencies": {
  9720. "spdx-expression-parse": "^3.0.0",
  9721. "spdx-license-ids": "^3.0.0"
  9722. }
  9723. },
  9724. "node_modules/nyc/node_modules/spdx-exceptions": {
  9725. "version": "2.2.0",
  9726. "inBundle": true,
  9727. "license": "CC-BY-3.0"
  9728. },
  9729. "node_modules/nyc/node_modules/spdx-expression-parse": {
  9730. "version": "3.0.0",
  9731. "inBundle": true,
  9732. "license": "MIT",
  9733. "dependencies": {
  9734. "spdx-exceptions": "^2.1.0",
  9735. "spdx-license-ids": "^3.0.0"
  9736. }
  9737. },
  9738. "node_modules/nyc/node_modules/spdx-license-ids": {
  9739. "version": "3.0.3",
  9740. "inBundle": true,
  9741. "license": "CC0-1.0"
  9742. },
  9743. "node_modules/nyc/node_modules/string-width": {
  9744. "version": "2.1.1",
  9745. "inBundle": true,
  9746. "license": "MIT",
  9747. "dependencies": {
  9748. "is-fullwidth-code-point": "^2.0.0",
  9749. "strip-ansi": "^4.0.0"
  9750. },
  9751. "engines": {
  9752. "node": ">=4"
  9753. }
  9754. },
  9755. "node_modules/nyc/node_modules/strip-ansi": {
  9756. "version": "4.0.0",
  9757. "inBundle": true,
  9758. "license": "MIT",
  9759. "dependencies": {
  9760. "ansi-regex": "^3.0.0"
  9761. },
  9762. "engines": {
  9763. "node": ">=4"
  9764. }
  9765. },
  9766. "node_modules/nyc/node_modules/strip-bom": {
  9767. "version": "3.0.0",
  9768. "inBundle": true,
  9769. "license": "MIT",
  9770. "engines": {
  9771. "node": ">=4"
  9772. }
  9773. },
  9774. "node_modules/nyc/node_modules/strip-eof": {
  9775. "version": "1.0.0",
  9776. "inBundle": true,
  9777. "license": "MIT",
  9778. "engines": {
  9779. "node": ">=0.10.0"
  9780. }
  9781. },
  9782. "node_modules/nyc/node_modules/test-exclude": {
  9783. "version": "5.1.0",
  9784. "inBundle": true,
  9785. "license": "ISC",
  9786. "dependencies": {
  9787. "arrify": "^1.0.1",
  9788. "minimatch": "^3.0.4",
  9789. "read-pkg-up": "^4.0.0",
  9790. "require-main-filename": "^1.0.1"
  9791. },
  9792. "engines": {
  9793. "node": ">=6"
  9794. }
  9795. },
  9796. "node_modules/nyc/node_modules/uglify-js": {
  9797. "version": "3.4.9",
  9798. "inBundle": true,
  9799. "license": "BSD-2-Clause",
  9800. "dependencies": {
  9801. "commander": "~2.17.1",
  9802. "source-map": "~0.6.1"
  9803. },
  9804. "bin": {
  9805. "uglifyjs": "bin/uglifyjs"
  9806. },
  9807. "engines": {
  9808. "node": ">=0.8.0"
  9809. }
  9810. },
  9811. "node_modules/nyc/node_modules/uglify-js/node_modules/source-map": {
  9812. "version": "0.6.1",
  9813. "inBundle": true,
  9814. "license": "BSD-3-Clause",
  9815. "engines": {
  9816. "node": ">=0.10.0"
  9817. }
  9818. },
  9819. "node_modules/nyc/node_modules/uuid": {
  9820. "version": "3.3.2",
  9821. "inBundle": true,
  9822. "license": "MIT",
  9823. "bin": {
  9824. "uuid": "bin/uuid"
  9825. }
  9826. },
  9827. "node_modules/nyc/node_modules/validate-npm-package-license": {
  9828. "version": "3.0.4",
  9829. "inBundle": true,
  9830. "license": "Apache-2.0",
  9831. "dependencies": {
  9832. "spdx-correct": "^3.0.0",
  9833. "spdx-expression-parse": "^3.0.0"
  9834. }
  9835. },
  9836. "node_modules/nyc/node_modules/which": {
  9837. "version": "1.3.1",
  9838. "inBundle": true,
  9839. "license": "ISC",
  9840. "dependencies": {
  9841. "isexe": "^2.0.0"
  9842. },
  9843. "bin": {
  9844. "which": "bin/which"
  9845. }
  9846. },
  9847. "node_modules/nyc/node_modules/which-module": {
  9848. "version": "2.0.0",
  9849. "inBundle": true,
  9850. "license": "ISC"
  9851. },
  9852. "node_modules/nyc/node_modules/wordwrap": {
  9853. "version": "0.0.3",
  9854. "inBundle": true,
  9855. "license": "MIT",
  9856. "engines": {
  9857. "node": ">=0.4.0"
  9858. }
  9859. },
  9860. "node_modules/nyc/node_modules/wrap-ansi": {
  9861. "version": "2.1.0",
  9862. "inBundle": true,
  9863. "license": "MIT",
  9864. "dependencies": {
  9865. "string-width": "^1.0.1",
  9866. "strip-ansi": "^3.0.1"
  9867. },
  9868. "engines": {
  9869. "node": ">=0.10.0"
  9870. }
  9871. },
  9872. "node_modules/nyc/node_modules/wrap-ansi/node_modules/ansi-regex": {
  9873. "version": "2.1.1",
  9874. "inBundle": true,
  9875. "license": "MIT",
  9876. "engines": {
  9877. "node": ">=0.10.0"
  9878. }
  9879. },
  9880. "node_modules/nyc/node_modules/wrap-ansi/node_modules/is-fullwidth-code-point": {
  9881. "version": "1.0.0",
  9882. "inBundle": true,
  9883. "license": "MIT",
  9884. "dependencies": {
  9885. "number-is-nan": "^1.0.0"
  9886. },
  9887. "engines": {
  9888. "node": ">=0.10.0"
  9889. }
  9890. },
  9891. "node_modules/nyc/node_modules/wrap-ansi/node_modules/string-width": {
  9892. "version": "1.0.2",
  9893. "inBundle": true,
  9894. "license": "MIT",
  9895. "dependencies": {
  9896. "code-point-at": "^1.0.0",
  9897. "is-fullwidth-code-point": "^1.0.0",
  9898. "strip-ansi": "^3.0.0"
  9899. },
  9900. "engines": {
  9901. "node": ">=0.10.0"
  9902. }
  9903. },
  9904. "node_modules/nyc/node_modules/wrap-ansi/node_modules/strip-ansi": {
  9905. "version": "3.0.1",
  9906. "inBundle": true,
  9907. "license": "MIT",
  9908. "dependencies": {
  9909. "ansi-regex": "^2.0.0"
  9910. },
  9911. "engines": {
  9912. "node": ">=0.10.0"
  9913. }
  9914. },
  9915. "node_modules/nyc/node_modules/wrappy": {
  9916. "version": "1.0.2",
  9917. "inBundle": true,
  9918. "license": "ISC"
  9919. },
  9920. "node_modules/nyc/node_modules/write-file-atomic": {
  9921. "version": "2.4.2",
  9922. "inBundle": true,
  9923. "license": "ISC",
  9924. "dependencies": {
  9925. "graceful-fs": "^4.1.11",
  9926. "imurmurhash": "^0.1.4",
  9927. "signal-exit": "^3.0.2"
  9928. }
  9929. },
  9930. "node_modules/nyc/node_modules/y18n": {
  9931. "version": "4.0.0",
  9932. "inBundle": true,
  9933. "license": "ISC"
  9934. },
  9935. "node_modules/nyc/node_modules/yallist": {
  9936. "version": "2.1.2",
  9937. "inBundle": true,
  9938. "license": "ISC"
  9939. },
  9940. "node_modules/nyc/node_modules/yargs": {
  9941. "version": "12.0.5",
  9942. "inBundle": true,
  9943. "license": "MIT",
  9944. "dependencies": {
  9945. "cliui": "^4.0.0",
  9946. "decamelize": "^1.2.0",
  9947. "find-up": "^3.0.0",
  9948. "get-caller-file": "^1.0.1",
  9949. "os-locale": "^3.0.0",
  9950. "require-directory": "^2.1.1",
  9951. "require-main-filename": "^1.0.1",
  9952. "set-blocking": "^2.0.0",
  9953. "string-width": "^2.0.0",
  9954. "which-module": "^2.0.0",
  9955. "y18n": "^3.2.1 || ^4.0.0",
  9956. "yargs-parser": "^11.1.1"
  9957. }
  9958. },
  9959. "node_modules/nyc/node_modules/yargs-parser": {
  9960. "version": "11.1.1",
  9961. "inBundle": true,
  9962. "license": "ISC",
  9963. "dependencies": {
  9964. "camelcase": "^5.0.0",
  9965. "decamelize": "^1.2.0"
  9966. }
  9967. },
  9968. "node_modules/object-assign": {
  9969. "version": "4.1.1",
  9970. "license": "MIT",
  9971. "engines": {
  9972. "node": ">=0.10.0"
  9973. }
  9974. },
  9975. "node_modules/object-copy": {
  9976. "version": "0.1.0",
  9977. "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz",
  9978. "integrity": "sha512-79LYn6VAb63zgtmAteVOWo9Vdj71ZVBy3Pbse+VqxDpEP83XuujMrGqHIwAXJ5I/aM0zU7dIyIAhifVTPrNItQ==",
  9979. "license": "MIT",
  9980. "dependencies": {
  9981. "copy-descriptor": "^0.1.0",
  9982. "define-property": "^0.2.5",
  9983. "kind-of": "^3.0.3"
  9984. },
  9985. "engines": {
  9986. "node": ">=0.10.0"
  9987. }
  9988. },
  9989. "node_modules/object-copy/node_modules/define-property": {
  9990. "version": "0.2.5",
  9991. "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
  9992. "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",
  9993. "license": "MIT",
  9994. "dependencies": {
  9995. "is-descriptor": "^0.1.0"
  9996. },
  9997. "engines": {
  9998. "node": ">=0.10.0"
  9999. }
  10000. },
  10001. "node_modules/object-copy/node_modules/is-descriptor": {
  10002. "version": "0.1.7",
  10003. "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz",
  10004. "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==",
  10005. "license": "MIT",
  10006. "dependencies": {
  10007. "is-accessor-descriptor": "^1.0.1",
  10008. "is-data-descriptor": "^1.0.1"
  10009. },
  10010. "engines": {
  10011. "node": ">= 0.4"
  10012. }
  10013. },
  10014. "node_modules/object-inspect": {
  10015. "version": "1.13.4",
  10016. "license": "MIT",
  10017. "engines": {
  10018. "node": ">= 0.4"
  10019. },
  10020. "funding": {
  10021. "url": "https://github.com/sponsors/ljharb"
  10022. }
  10023. },
  10024. "node_modules/object-is": {
  10025. "version": "1.1.6",
  10026. "license": "MIT",
  10027. "dependencies": {
  10028. "call-bind": "^1.0.7",
  10029. "define-properties": "^1.2.1"
  10030. },
  10031. "engines": {
  10032. "node": ">= 0.4"
  10033. },
  10034. "funding": {
  10035. "url": "https://github.com/sponsors/ljharb"
  10036. }
  10037. },
  10038. "node_modules/object-keys": {
  10039. "version": "1.1.1",
  10040. "license": "MIT",
  10041. "engines": {
  10042. "node": ">= 0.4"
  10043. }
  10044. },
  10045. "node_modules/object-visit": {
  10046. "version": "1.0.1",
  10047. "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz",
  10048. "integrity": "sha512-GBaMwwAVK9qbQN3Scdo0OyvgPW7l3lnaVMj84uTOZlswkX0KpF6fyDBJhtTthf7pymztoN36/KEr1DyhF96zEA==",
  10049. "license": "MIT",
  10050. "dependencies": {
  10051. "isobject": "^3.0.0"
  10052. },
  10053. "engines": {
  10054. "node": ">=0.10.0"
  10055. }
  10056. },
  10057. "node_modules/object-visit/node_modules/isobject": {
  10058. "version": "3.0.1",
  10059. "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
  10060. "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==",
  10061. "license": "MIT",
  10062. "engines": {
  10063. "node": ">=0.10.0"
  10064. }
  10065. },
  10066. "node_modules/object.assign": {
  10067. "version": "4.1.7",
  10068. "license": "MIT",
  10069. "dependencies": {
  10070. "call-bind": "^1.0.8",
  10071. "call-bound": "^1.0.3",
  10072. "define-properties": "^1.2.1",
  10073. "es-object-atoms": "^1.0.0",
  10074. "has-symbols": "^1.1.0",
  10075. "object-keys": "^1.1.1"
  10076. },
  10077. "engines": {
  10078. "node": ">= 0.4"
  10079. },
  10080. "funding": {
  10081. "url": "https://github.com/sponsors/ljharb"
  10082. }
  10083. },
  10084. "node_modules/object.entries": {
  10085. "version": "1.1.9",
  10086. "license": "MIT",
  10087. "dependencies": {
  10088. "call-bind": "^1.0.8",
  10089. "call-bound": "^1.0.4",
  10090. "define-properties": "^1.2.1",
  10091. "es-object-atoms": "^1.1.1"
  10092. },
  10093. "engines": {
  10094. "node": ">= 0.4"
  10095. }
  10096. },
  10097. "node_modules/object.omit": {
  10098. "version": "2.0.1",
  10099. "resolved": "https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz",
  10100. "integrity": "sha512-UiAM5mhmIuKLsOvrL+B0U2d1hXHF3bFYWIuH1LMpuV2EJEHG1Ntz06PgLEHjm6VFd87NpH8rastvPoyv6UW2fA==",
  10101. "license": "MIT",
  10102. "dependencies": {
  10103. "for-own": "^0.1.4",
  10104. "is-extendable": "^0.1.1"
  10105. },
  10106. "engines": {
  10107. "node": ">=0.10.0"
  10108. }
  10109. },
  10110. "node_modules/object.pick": {
  10111. "version": "1.3.0",
  10112. "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz",
  10113. "integrity": "sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==",
  10114. "license": "MIT",
  10115. "dependencies": {
  10116. "isobject": "^3.0.1"
  10117. },
  10118. "engines": {
  10119. "node": ">=0.10.0"
  10120. }
  10121. },
  10122. "node_modules/object.pick/node_modules/isobject": {
  10123. "version": "3.0.1",
  10124. "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
  10125. "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==",
  10126. "license": "MIT",
  10127. "engines": {
  10128. "node": ">=0.10.0"
  10129. }
  10130. },
  10131. "node_modules/observ": {
  10132. "version": "0.2.0",
  10133. "resolved": "https://registry.npmjs.org/observ/-/observ-0.2.0.tgz",
  10134. "integrity": "sha512-7SKbYTiFXMvqbeinO/GwTGtXSvbRq5AHKszmq5cx3fV7bKEjNCK7AdkhGzsuQAoT+IPf3mlxDmPrVW8wgshpcQ=="
  10135. },
  10136. "node_modules/observ-debounce": {
  10137. "version": "1.1.1",
  10138. "resolved": "https://registry.npmjs.org/observ-debounce/-/observ-debounce-1.1.1.tgz",
  10139. "integrity": "sha512-vP3EdCDE0+6tftznrvmmfI66qiOEkSV+zJ/TLo/3x5BZjm0a3I9A12V16iPck1v2cwAgGRPtWVF3vUmFN9vtPw==",
  10140. "license": "MIT",
  10141. "dependencies": {
  10142. "observ": "~0.2.0"
  10143. }
  10144. },
  10145. "node_modules/obv": {
  10146. "version": "0.0.1",
  10147. "license": "MIT"
  10148. },
  10149. "node_modules/obz": {
  10150. "version": "1.1.1",
  10151. "license": "MIT"
  10152. },
  10153. "node_modules/octokit": {
  10154. "version": "5.0.5",
  10155. "license": "MIT",
  10156. "dependencies": {
  10157. "@octokit/app": "^16.1.2",
  10158. "@octokit/core": "^7.0.6",
  10159. "@octokit/oauth-app": "^8.0.3",
  10160. "@octokit/plugin-paginate-graphql": "^6.0.0",
  10161. "@octokit/plugin-paginate-rest": "^14.0.0",
  10162. "@octokit/plugin-rest-endpoint-methods": "^17.0.0",
  10163. "@octokit/plugin-retry": "^8.0.3",
  10164. "@octokit/plugin-throttling": "^11.0.3",
  10165. "@octokit/request-error": "^7.0.2",
  10166. "@octokit/types": "^16.0.0",
  10167. "@octokit/webhooks": "^14.0.0"
  10168. },
  10169. "engines": {
  10170. "node": ">= 20"
  10171. }
  10172. },
  10173. "node_modules/on-change-network": {
  10174. "version": "0.0.2",
  10175. "license": "MIT"
  10176. },
  10177. "node_modules/on-change-network-strict": {
  10178. "version": "1.0.0",
  10179. "license": "MIT"
  10180. },
  10181. "node_modules/on-finished": {
  10182. "version": "2.4.1",
  10183. "license": "MIT",
  10184. "dependencies": {
  10185. "ee-first": "1.1.1"
  10186. },
  10187. "engines": {
  10188. "node": ">= 0.8"
  10189. }
  10190. },
  10191. "node_modules/on-wakeup": {
  10192. "version": "1.0.1",
  10193. "license": "MIT"
  10194. },
  10195. "node_modules/once": {
  10196. "version": "1.4.0",
  10197. "license": "ISC",
  10198. "dependencies": {
  10199. "wrappy": "1"
  10200. }
  10201. },
  10202. "node_modules/onetime": {
  10203. "version": "7.0.0",
  10204. "resolved": "https://registry.npmjs.org/onetime/-/onetime-7.0.0.tgz",
  10205. "integrity": "sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==",
  10206. "license": "MIT",
  10207. "dependencies": {
  10208. "mimic-function": "^5.0.0"
  10209. },
  10210. "engines": {
  10211. "node": ">=18"
  10212. },
  10213. "funding": {
  10214. "url": "https://github.com/sponsors/sindresorhus"
  10215. }
  10216. },
  10217. "node_modules/only": {
  10218. "version": "0.0.2"
  10219. },
  10220. "node_modules/open": {
  10221. "version": "8.4.2",
  10222. "license": "MIT",
  10223. "dependencies": {
  10224. "define-lazy-prop": "^2.0.0",
  10225. "is-docker": "^2.1.1",
  10226. "is-wsl": "^2.2.0"
  10227. },
  10228. "engines": {
  10229. "node": ">=12"
  10230. },
  10231. "funding": {
  10232. "url": "https://github.com/sponsors/sindresorhus"
  10233. }
  10234. },
  10235. "node_modules/opencollective-postinstall": {
  10236. "version": "2.0.3",
  10237. "license": "MIT",
  10238. "bin": {
  10239. "opencollective-postinstall": "index.js"
  10240. }
  10241. },
  10242. "node_modules/ora": {
  10243. "version": "9.3.0",
  10244. "resolved": "https://registry.npmjs.org/ora/-/ora-9.3.0.tgz",
  10245. "integrity": "sha512-lBX72MWFduWEf7v7uWf5DHp9Jn5BI8bNPGuFgtXMmr2uDz2Gz2749y3am3agSDdkhHPHYmmxEGSKH85ZLGzgXw==",
  10246. "license": "MIT",
  10247. "dependencies": {
  10248. "chalk": "^5.6.2",
  10249. "cli-cursor": "^5.0.0",
  10250. "cli-spinners": "^3.2.0",
  10251. "is-interactive": "^2.0.0",
  10252. "is-unicode-supported": "^2.1.0",
  10253. "log-symbols": "^7.0.1",
  10254. "stdin-discarder": "^0.3.1",
  10255. "string-width": "^8.1.0"
  10256. },
  10257. "engines": {
  10258. "node": ">=20"
  10259. },
  10260. "funding": {
  10261. "url": "https://github.com/sponsors/sindresorhus"
  10262. }
  10263. },
  10264. "node_modules/ora/node_modules/ansi-regex": {
  10265. "version": "6.2.2",
  10266. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
  10267. "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
  10268. "license": "MIT",
  10269. "engines": {
  10270. "node": ">=12"
  10271. },
  10272. "funding": {
  10273. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  10274. }
  10275. },
  10276. "node_modules/ora/node_modules/cli-spinners": {
  10277. "version": "3.4.0",
  10278. "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-3.4.0.tgz",
  10279. "integrity": "sha512-bXfOC4QcT1tKXGorxL3wbJm6XJPDqEnij2gQ2m7ESQuE+/z9YFIWnl/5RpTiKWbMq3EVKR4fRLJGn6DVfu0mpw==",
  10280. "license": "MIT",
  10281. "engines": {
  10282. "node": ">=18.20"
  10283. },
  10284. "funding": {
  10285. "url": "https://github.com/sponsors/sindresorhus"
  10286. }
  10287. },
  10288. "node_modules/ora/node_modules/string-width": {
  10289. "version": "8.2.0",
  10290. "resolved": "https://registry.npmjs.org/string-width/-/string-width-8.2.0.tgz",
  10291. "integrity": "sha512-6hJPQ8N0V0P3SNmP6h2J99RLuzrWz2gvT7VnK5tKvrNqJoyS9W4/Fb8mo31UiPvy00z7DQXkP2hnKBVav76thw==",
  10292. "license": "MIT",
  10293. "dependencies": {
  10294. "get-east-asian-width": "^1.5.0",
  10295. "strip-ansi": "^7.1.2"
  10296. },
  10297. "engines": {
  10298. "node": ">=20"
  10299. },
  10300. "funding": {
  10301. "url": "https://github.com/sponsors/sindresorhus"
  10302. }
  10303. },
  10304. "node_modules/ora/node_modules/strip-ansi": {
  10305. "version": "7.1.2",
  10306. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
  10307. "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
  10308. "license": "MIT",
  10309. "dependencies": {
  10310. "ansi-regex": "^6.0.1"
  10311. },
  10312. "engines": {
  10313. "node": ">=12"
  10314. },
  10315. "funding": {
  10316. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  10317. }
  10318. },
  10319. "node_modules/os-homedir": {
  10320. "version": "1.0.2",
  10321. "license": "MIT",
  10322. "engines": {
  10323. "node": ">=0.10.0"
  10324. }
  10325. },
  10326. "node_modules/os-tmpdir": {
  10327. "version": "1.0.2",
  10328. "license": "MIT",
  10329. "engines": {
  10330. "node": ">=0.10.0"
  10331. }
  10332. },
  10333. "node_modules/osenv": {
  10334. "version": "0.1.5",
  10335. "license": "ISC",
  10336. "dependencies": {
  10337. "os-homedir": "^1.0.0",
  10338. "os-tmpdir": "^1.0.0"
  10339. }
  10340. },
  10341. "node_modules/own-keys": {
  10342. "version": "1.0.1",
  10343. "license": "MIT",
  10344. "dependencies": {
  10345. "get-intrinsic": "^1.2.6",
  10346. "object-keys": "^1.1.1",
  10347. "safe-push-apply": "^1.0.0"
  10348. },
  10349. "engines": {
  10350. "node": ">= 0.4"
  10351. },
  10352. "funding": {
  10353. "url": "https://github.com/sponsors/ljharb"
  10354. }
  10355. },
  10356. "node_modules/p-defer": {
  10357. "version": "3.0.0",
  10358. "license": "MIT",
  10359. "engines": {
  10360. "node": ">=8"
  10361. }
  10362. },
  10363. "node_modules/p-limit": {
  10364. "version": "1.3.0",
  10365. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz",
  10366. "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==",
  10367. "dev": true,
  10368. "license": "MIT",
  10369. "dependencies": {
  10370. "p-try": "^1.0.0"
  10371. },
  10372. "engines": {
  10373. "node": ">=4"
  10374. }
  10375. },
  10376. "node_modules/p-limit/node_modules/p-try": {
  10377. "version": "1.0.0",
  10378. "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz",
  10379. "integrity": "sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==",
  10380. "dev": true,
  10381. "license": "MIT",
  10382. "engines": {
  10383. "node": ">=4"
  10384. }
  10385. },
  10386. "node_modules/p-locate": {
  10387. "version": "2.0.0",
  10388. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz",
  10389. "integrity": "sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==",
  10390. "dev": true,
  10391. "license": "MIT",
  10392. "dependencies": {
  10393. "p-limit": "^1.1.0"
  10394. },
  10395. "engines": {
  10396. "node": ">=4"
  10397. }
  10398. },
  10399. "node_modules/p-try": {
  10400. "version": "2.2.0",
  10401. "license": "MIT",
  10402. "engines": {
  10403. "node": ">=6"
  10404. }
  10405. },
  10406. "node_modules/package-json-from-dist": {
  10407. "version": "1.0.1",
  10408. "license": "BlueOak-1.0.0"
  10409. },
  10410. "node_modules/packet-stream": {
  10411. "version": "2.0.6",
  10412. "license": "MIT",
  10413. "engines": {
  10414. "node": ">=8"
  10415. }
  10416. },
  10417. "node_modules/packet-stream-codec": {
  10418. "version": "1.2.0",
  10419. "license": "MIT",
  10420. "dependencies": {
  10421. "pull-reader": "^1.3.1",
  10422. "pull-through": "^1.0.18"
  10423. },
  10424. "engines": {
  10425. "node": ">=12"
  10426. }
  10427. },
  10428. "node_modules/parse-entities": {
  10429. "version": "1.2.2",
  10430. "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-1.2.2.tgz",
  10431. "integrity": "sha512-NzfpbxW/NPrzZ/yYSoQxyqUZMZXIdCfE0OIN4ESsnptHJECoUk3FZktxNuzQf4tjt5UEopnxpYJbvYuxIFDdsg==",
  10432. "license": "MIT",
  10433. "dependencies": {
  10434. "character-entities": "^1.0.0",
  10435. "character-entities-legacy": "^1.0.0",
  10436. "character-reference-invalid": "^1.0.0",
  10437. "is-alphanumerical": "^1.0.0",
  10438. "is-decimal": "^1.0.0",
  10439. "is-hexadecimal": "^1.0.0"
  10440. }
  10441. },
  10442. "node_modules/parse-glob": {
  10443. "version": "3.0.4",
  10444. "resolved": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz",
  10445. "integrity": "sha512-FC5TeK0AwXzq3tUBFtH74naWkPQCEWs4K+xMxWZBlKDWu0bVHXGZa+KKqxKidd7xwhdZ19ZNuF2uO1M/r196HA==",
  10446. "license": "MIT",
  10447. "dependencies": {
  10448. "glob-base": "^0.3.0",
  10449. "is-dotfile": "^1.0.0",
  10450. "is-extglob": "^1.0.0",
  10451. "is-glob": "^2.0.0"
  10452. },
  10453. "engines": {
  10454. "node": ">=0.10.0"
  10455. }
  10456. },
  10457. "node_modules/parse-json": {
  10458. "version": "4.0.0",
  10459. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
  10460. "integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==",
  10461. "dev": true,
  10462. "license": "MIT",
  10463. "dependencies": {
  10464. "error-ex": "^1.3.1",
  10465. "json-parse-better-errors": "^1.0.1"
  10466. },
  10467. "engines": {
  10468. "node": ">=4"
  10469. }
  10470. },
  10471. "node_modules/parse-ms": {
  10472. "version": "2.1.0",
  10473. "license": "MIT",
  10474. "engines": {
  10475. "node": ">=6"
  10476. }
  10477. },
  10478. "node_modules/parse5": {
  10479. "version": "8.0.0",
  10480. "resolved": "https://registry.npmjs.org/parse5/-/parse5-8.0.0.tgz",
  10481. "integrity": "sha512-9m4m5GSgXjL4AjumKzq1Fgfp3Z8rsvjRNbnkVwfu2ImRqE5D0LnY2QfDen18FSY9C573YU5XxSapdHZTZ2WolA==",
  10482. "license": "MIT",
  10483. "dependencies": {
  10484. "entities": "^6.0.0"
  10485. },
  10486. "funding": {
  10487. "url": "https://github.com/inikulin/parse5?sponsor=1"
  10488. }
  10489. },
  10490. "node_modules/parseurl": {
  10491. "version": "1.3.3",
  10492. "license": "MIT",
  10493. "engines": {
  10494. "node": ">= 0.8"
  10495. }
  10496. },
  10497. "node_modules/pascalcase": {
  10498. "version": "0.1.1",
  10499. "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz",
  10500. "integrity": "sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw==",
  10501. "license": "MIT",
  10502. "engines": {
  10503. "node": ">=0.10.0"
  10504. }
  10505. },
  10506. "node_modules/path-exists": {
  10507. "version": "4.0.0",
  10508. "license": "MIT",
  10509. "engines": {
  10510. "node": ">=8"
  10511. }
  10512. },
  10513. "node_modules/path-is-absolute": {
  10514. "version": "1.0.1",
  10515. "license": "MIT",
  10516. "engines": {
  10517. "node": ">=0.10.0"
  10518. }
  10519. },
  10520. "node_modules/path-key": {
  10521. "version": "3.1.1",
  10522. "license": "MIT",
  10523. "engines": {
  10524. "node": ">=8"
  10525. }
  10526. },
  10527. "node_modules/path-parse": {
  10528. "version": "1.0.7",
  10529. "license": "MIT"
  10530. },
  10531. "node_modules/path-scurry": {
  10532. "version": "1.11.1",
  10533. "license": "BlueOak-1.0.0",
  10534. "dependencies": {
  10535. "lru-cache": "^10.2.0",
  10536. "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
  10537. },
  10538. "engines": {
  10539. "node": ">=16 || 14 >=14.18"
  10540. },
  10541. "funding": {
  10542. "url": "https://github.com/sponsors/isaacs"
  10543. }
  10544. },
  10545. "node_modules/path-to-regexp": {
  10546. "version": "6.3.0",
  10547. "license": "MIT"
  10548. },
  10549. "node_modules/path-type": {
  10550. "version": "3.0.0",
  10551. "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz",
  10552. "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==",
  10553. "dev": true,
  10554. "license": "MIT",
  10555. "dependencies": {
  10556. "pify": "^3.0.0"
  10557. },
  10558. "engines": {
  10559. "node": ">=4"
  10560. }
  10561. },
  10562. "node_modules/pdfjs-dist": {
  10563. "version": "5.3.31",
  10564. "license": "Apache-2.0",
  10565. "engines": {
  10566. "node": ">=20.16.0 || >=22.3.0"
  10567. },
  10568. "optionalDependencies": {
  10569. "@napi-rs/canvas": "^0.1.67"
  10570. }
  10571. },
  10572. "node_modules/peek-readable": {
  10573. "version": "4.1.0",
  10574. "license": "MIT",
  10575. "engines": {
  10576. "node": ">=8"
  10577. },
  10578. "funding": {
  10579. "type": "github",
  10580. "url": "https://github.com/sponsors/Borewit"
  10581. }
  10582. },
  10583. "node_modules/picocolors": {
  10584. "version": "1.1.1",
  10585. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  10586. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  10587. "dev": true,
  10588. "license": "ISC"
  10589. },
  10590. "node_modules/picomatch": {
  10591. "version": "2.3.2",
  10592. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
  10593. "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
  10594. "dev": true,
  10595. "license": "MIT",
  10596. "engines": {
  10597. "node": ">=8.6"
  10598. },
  10599. "funding": {
  10600. "url": "https://github.com/sponsors/jonschlinkert"
  10601. }
  10602. },
  10603. "node_modules/pify": {
  10604. "version": "3.0.0",
  10605. "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
  10606. "integrity": "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==",
  10607. "dev": true,
  10608. "license": "MIT",
  10609. "engines": {
  10610. "node": ">=4"
  10611. }
  10612. },
  10613. "node_modules/pinkie": {
  10614. "version": "2.0.4",
  10615. "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
  10616. "integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==",
  10617. "license": "MIT",
  10618. "engines": {
  10619. "node": ">=0.10.0"
  10620. }
  10621. },
  10622. "node_modules/pinkie-promise": {
  10623. "version": "2.0.1",
  10624. "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
  10625. "integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==",
  10626. "license": "MIT",
  10627. "dependencies": {
  10628. "pinkie": "^2.0.0"
  10629. },
  10630. "engines": {
  10631. "node": ">=0.10.0"
  10632. }
  10633. },
  10634. "node_modules/plur": {
  10635. "version": "2.1.2",
  10636. "resolved": "https://registry.npmjs.org/plur/-/plur-2.1.2.tgz",
  10637. "integrity": "sha512-WhcHk576xg9y/iv6RWOuroZgsqvCbJN+XGvAypCJwLAYs2iWDp5LUmvaCdV6JR2O0SMBf8l6p7A94AyLCFVMlQ==",
  10638. "license": "MIT",
  10639. "dependencies": {
  10640. "irregular-plurals": "^1.0.0"
  10641. },
  10642. "engines": {
  10643. "node": ">=0.10.0"
  10644. }
  10645. },
  10646. "node_modules/pngjs": {
  10647. "version": "5.0.0",
  10648. "license": "MIT",
  10649. "engines": {
  10650. "node": ">=10.13.0"
  10651. }
  10652. },
  10653. "node_modules/polyraf": {
  10654. "version": "1.1.0",
  10655. "license": "MIT",
  10656. "dependencies": {
  10657. "random-access-file": "^2.1.0",
  10658. "random-access-web": "^2.0.1"
  10659. }
  10660. },
  10661. "node_modules/posix-character-classes": {
  10662. "version": "0.1.1",
  10663. "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz",
  10664. "integrity": "sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==",
  10665. "license": "MIT",
  10666. "engines": {
  10667. "node": ">=0.10.0"
  10668. }
  10669. },
  10670. "node_modules/possible-typed-array-names": {
  10671. "version": "1.1.0",
  10672. "license": "MIT",
  10673. "engines": {
  10674. "node": ">= 0.4"
  10675. }
  10676. },
  10677. "node_modules/preserve": {
  10678. "version": "0.2.0",
  10679. "resolved": "https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz",
  10680. "integrity": "sha512-s/46sYeylUfHNjI+sA/78FAHlmIuKqI9wNnzEOGehAlUUYeObv5C2mOinXBjyUyWmJ2SfcS2/ydApH4hTF4WXQ==",
  10681. "license": "MIT",
  10682. "engines": {
  10683. "node": ">=0.10.0"
  10684. }
  10685. },
  10686. "node_modules/pretty-bytes": {
  10687. "version": "6.1.1",
  10688. "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-6.1.1.tgz",
  10689. "integrity": "sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==",
  10690. "license": "MIT",
  10691. "engines": {
  10692. "node": "^14.13.1 || >=16.0.0"
  10693. },
  10694. "funding": {
  10695. "url": "https://github.com/sponsors/sindresorhus"
  10696. }
  10697. },
  10698. "node_modules/pretty-ms": {
  10699. "version": "7.0.1",
  10700. "license": "MIT",
  10701. "dependencies": {
  10702. "parse-ms": "^2.1.0"
  10703. },
  10704. "engines": {
  10705. "node": ">=10"
  10706. },
  10707. "funding": {
  10708. "url": "https://github.com/sponsors/sindresorhus"
  10709. }
  10710. },
  10711. "node_modules/print-tree": {
  10712. "version": "0.1.5",
  10713. "license": "MIT"
  10714. },
  10715. "node_modules/private-box": {
  10716. "version": "0.3.1",
  10717. "license": "MIT",
  10718. "dependencies": {
  10719. "chloride": "^2.2.9"
  10720. }
  10721. },
  10722. "node_modules/private-group-spec": {
  10723. "version": "1.2.0",
  10724. "license": "LGPL-3.0-only",
  10725. "dependencies": {
  10726. "is-my-ssb-valid": "^1.2.0"
  10727. }
  10728. },
  10729. "node_modules/process": {
  10730. "version": "0.11.10",
  10731. "license": "MIT",
  10732. "engines": {
  10733. "node": ">= 0.6.0"
  10734. }
  10735. },
  10736. "node_modules/process-nextick-args": {
  10737. "version": "2.0.1",
  10738. "license": "MIT"
  10739. },
  10740. "node_modules/promisify-4loc": {
  10741. "version": "1.0.0",
  10742. "license": "MIT",
  10743. "engines": {
  10744. "node": ">=6"
  10745. }
  10746. },
  10747. "node_modules/promisify-tuple": {
  10748. "version": "1.2.0",
  10749. "license": "MIT",
  10750. "engines": {
  10751. "node": ">=6"
  10752. }
  10753. },
  10754. "node_modules/promisize": {
  10755. "version": "1.1.2",
  10756. "license": "MIT"
  10757. },
  10758. "node_modules/proper-lockfile": {
  10759. "version": "4.1.2",
  10760. "license": "MIT",
  10761. "dependencies": {
  10762. "graceful-fs": "^4.2.4",
  10763. "retry": "^0.12.0",
  10764. "signal-exit": "^3.0.2"
  10765. }
  10766. },
  10767. "node_modules/proper-lockfile/node_modules/signal-exit": {
  10768. "version": "3.0.7",
  10769. "license": "ISC"
  10770. },
  10771. "node_modules/proxy-addr": {
  10772. "version": "2.0.7",
  10773. "license": "MIT",
  10774. "dependencies": {
  10775. "forwarded": "0.2.0",
  10776. "ipaddr.js": "1.9.1"
  10777. },
  10778. "engines": {
  10779. "node": ">= 0.10"
  10780. }
  10781. },
  10782. "node_modules/proxy-from-env": {
  10783. "version": "2.1.0",
  10784. "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz",
  10785. "integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==",
  10786. "license": "MIT",
  10787. "engines": {
  10788. "node": ">=10"
  10789. }
  10790. },
  10791. "node_modules/prr": {
  10792. "version": "1.0.1",
  10793. "license": "MIT"
  10794. },
  10795. "node_modules/pstree.remy": {
  10796. "version": "1.1.8",
  10797. "resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz",
  10798. "integrity": "sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==",
  10799. "dev": true,
  10800. "license": "MIT"
  10801. },
  10802. "node_modules/pull-abortable": {
  10803. "version": "4.1.1",
  10804. "license": "MIT"
  10805. },
  10806. "node_modules/pull-async": {
  10807. "version": "1.0.0",
  10808. "license": "Apache-2.0"
  10809. },
  10810. "node_modules/pull-awaitable": {
  10811. "version": "1.0.0",
  10812. "license": "MIT",
  10813. "dependencies": {
  10814. "pull-thenable": "~1.0.0"
  10815. }
  10816. },
  10817. "node_modules/pull-bitflipper": {
  10818. "version": "0.1.1",
  10819. "resolved": "https://registry.npmjs.org/pull-bitflipper/-/pull-bitflipper-0.1.1.tgz",
  10820. "integrity": "sha512-MloQIUQkooVrlc4qom1rDeUsnx9Fol4ieMhlJEjpT/v2x37+ydL164jbRkvDFCpWBp+9qLKPgWoQum/zh8iHkA==",
  10821. "dev": true,
  10822. "license": "MIT",
  10823. "dependencies": {
  10824. "pull-stream": "^3.6.11"
  10825. }
  10826. },
  10827. "node_modules/pull-box-stream": {
  10828. "version": "1.0.13",
  10829. "license": "MIT",
  10830. "dependencies": {
  10831. "chloride": "^2.2.7",
  10832. "increment-buffer": "~1.0.0",
  10833. "pull-reader": "^1.2.5",
  10834. "pull-stream": "^3.2.3",
  10835. "pull-through": "^1.0.18",
  10836. "split-buffer": "~1.0.0"
  10837. }
  10838. },
  10839. "node_modules/pull-cat": {
  10840. "version": "1.1.11",
  10841. "license": "MIT"
  10842. },
  10843. "node_modules/pull-catch": {
  10844. "version": "1.1.0",
  10845. "license": "ISC"
  10846. },
  10847. "node_modules/pull-cont": {
  10848. "version": "0.1.1",
  10849. "license": "MIT"
  10850. },
  10851. "node_modules/pull-cursor": {
  10852. "version": "3.0.0",
  10853. "license": "MIT",
  10854. "dependencies": {
  10855. "looper": "^4.0.0",
  10856. "ltgt": "^2.2.0",
  10857. "pull-stream": "^3.6.0"
  10858. }
  10859. },
  10860. "node_modules/pull-defer": {
  10861. "version": "0.2.3",
  10862. "license": "MIT"
  10863. },
  10864. "node_modules/pull-drain-gently": {
  10865. "version": "1.1.0",
  10866. "license": "MIT",
  10867. "dependencies": {
  10868. "cpu-percentage": "~1.0.3",
  10869. "pull-pause": "~0.0.2"
  10870. }
  10871. },
  10872. "node_modules/pull-file": {
  10873. "version": "1.1.0",
  10874. "license": "MIT",
  10875. "dependencies": {
  10876. "pull-utf8-decoder": "^1.0.2"
  10877. }
  10878. },
  10879. "node_modules/pull-flat-merge": {
  10880. "version": "2.1.0",
  10881. "license": "ISC",
  10882. "dependencies": {
  10883. "pull-many": "^1.0.8",
  10884. "pull-stream": "^3.4.5"
  10885. }
  10886. },
  10887. "node_modules/pull-flatmap": {
  10888. "version": "0.0.1",
  10889. "license": "MIT"
  10890. },
  10891. "node_modules/pull-fs": {
  10892. "version": "1.1.6",
  10893. "license": "MIT",
  10894. "dependencies": {
  10895. "pull-file": "^0.5.0",
  10896. "pull-stream": "^3.3.0",
  10897. "pull-traverse": "^1.0.3",
  10898. "pull-write-file": "^0.2.1"
  10899. }
  10900. },
  10901. "node_modules/pull-fs/node_modules/pull-file": {
  10902. "version": "0.5.0",
  10903. "license": "MIT",
  10904. "dependencies": {
  10905. "pull-utf8-decoder": "^1.0.2"
  10906. }
  10907. },
  10908. "node_modules/pull-glob": {
  10909. "version": "1.0.7",
  10910. "license": "MIT",
  10911. "dependencies": {
  10912. "pull-fs": "~1.1.6",
  10913. "pull-stream": "^3.3.0"
  10914. },
  10915. "bin": {
  10916. "pull-glob": "bin.js"
  10917. }
  10918. },
  10919. "node_modules/pull-goodbye": {
  10920. "version": "0.0.3",
  10921. "license": "MIT",
  10922. "dependencies": {
  10923. "pull-stream": "^3.6.14"
  10924. }
  10925. },
  10926. "node_modules/pull-handshake": {
  10927. "version": "1.1.4",
  10928. "license": "MIT",
  10929. "dependencies": {
  10930. "pull-cat": "^1.1.9",
  10931. "pull-pair": "~1.1.0",
  10932. "pull-pushable": "^2.0.0",
  10933. "pull-reader": "^1.2.3"
  10934. }
  10935. },
  10936. "node_modules/pull-hash": {
  10937. "version": "1.0.0",
  10938. "license": "Fair"
  10939. },
  10940. "node_modules/pull-inactivity": {
  10941. "version": "2.1.4",
  10942. "license": "MIT",
  10943. "dependencies": {
  10944. "pull-abortable": "^4.1.1",
  10945. "pull-stream": "^3.4.5"
  10946. }
  10947. },
  10948. "node_modules/pull-level": {
  10949. "version": "2.0.4",
  10950. "license": "MIT",
  10951. "dependencies": {
  10952. "level-post": "^1.0.7",
  10953. "pull-cat": "^1.1.9",
  10954. "pull-live": "^1.0.1",
  10955. "pull-pushable": "^2.0.0",
  10956. "pull-stream": "^3.4.0",
  10957. "pull-window": "^2.1.4",
  10958. "stream-to-pull-stream": "^1.7.1"
  10959. }
  10960. },
  10961. "node_modules/pull-live": {
  10962. "version": "1.0.1",
  10963. "license": "MIT",
  10964. "dependencies": {
  10965. "pull-cat": "^1.1.9",
  10966. "pull-stream": "^3.4.0"
  10967. }
  10968. },
  10969. "node_modules/pull-looper": {
  10970. "version": "1.0.0",
  10971. "license": "Fair",
  10972. "dependencies": {
  10973. "looper": "^4.0.0"
  10974. }
  10975. },
  10976. "node_modules/pull-many": {
  10977. "version": "1.0.9",
  10978. "license": "MIT",
  10979. "dependencies": {
  10980. "pull-stream": "^3.4.5"
  10981. }
  10982. },
  10983. "node_modules/pull-next": {
  10984. "version": "1.0.1",
  10985. "resolved": "https://registry.npmjs.org/pull-next/-/pull-next-1.0.1.tgz",
  10986. "integrity": "sha512-CAOxYSfmFmQ+jxuwnmaXmovYOmVD+XC7X+5uyZh4hVg06DUK7O9uccsIQkGu493eGkAqASlmB5zekEH7oxS0AQ==",
  10987. "license": "MIT"
  10988. },
  10989. "node_modules/pull-notify": {
  10990. "version": "0.1.2",
  10991. "license": "MIT",
  10992. "dependencies": {
  10993. "pull-pushable": "^2.0.0"
  10994. }
  10995. },
  10996. "node_modules/pull-pair": {
  10997. "version": "1.1.0",
  10998. "license": "MIT"
  10999. },
  11000. "node_modules/pull-paramap": {
  11001. "version": "1.2.2",
  11002. "license": "MIT",
  11003. "dependencies": {
  11004. "looper": "^4.0.0"
  11005. }
  11006. },
  11007. "node_modules/pull-pause": {
  11008. "version": "0.0.2",
  11009. "license": "MIT"
  11010. },
  11011. "node_modules/pull-ping": {
  11012. "version": "2.0.3",
  11013. "license": "MIT",
  11014. "dependencies": {
  11015. "pull-pushable": "^2.0.0",
  11016. "pull-stream": "^3.4.5",
  11017. "statistics": "^3.3.0"
  11018. }
  11019. },
  11020. "node_modules/pull-pushable": {
  11021. "version": "2.2.0",
  11022. "license": "MIT"
  11023. },
  11024. "node_modules/pull-rate": {
  11025. "version": "1.0.2",
  11026. "license": "MIT",
  11027. "dependencies": {
  11028. "pull-stream": "^3.6.0"
  11029. }
  11030. },
  11031. "node_modules/pull-reader": {
  11032. "version": "1.3.1",
  11033. "license": "MIT"
  11034. },
  11035. "node_modules/pull-sink-through": {
  11036. "version": "0.0.0",
  11037. "license": "MIT"
  11038. },
  11039. "node_modules/pull-sort": {
  11040. "version": "1.0.2",
  11041. "license": "MIT",
  11042. "dependencies": {
  11043. "pull-defer": "^0.2.3",
  11044. "pull-stream": "^3.6.9"
  11045. }
  11046. },
  11047. "node_modules/pull-stream": {
  11048. "version": "3.7.0",
  11049. "license": "MIT"
  11050. },
  11051. "node_modules/pull-thenable": {
  11052. "version": "1.0.0",
  11053. "license": "MIT",
  11054. "dependencies": {
  11055. "quicktask": "~1.0.0"
  11056. }
  11057. },
  11058. "node_modules/pull-through": {
  11059. "version": "1.0.18",
  11060. "license": "MIT",
  11061. "dependencies": {
  11062. "looper": "~3.0.0"
  11063. }
  11064. },
  11065. "node_modules/pull-through/node_modules/looper": {
  11066. "version": "3.0.0",
  11067. "license": "MIT"
  11068. },
  11069. "node_modules/pull-traverse": {
  11070. "version": "1.0.3",
  11071. "license": "MIT"
  11072. },
  11073. "node_modules/pull-utf8-decoder": {
  11074. "version": "1.0.2",
  11075. "license": "MIT"
  11076. },
  11077. "node_modules/pull-websocket": {
  11078. "version": "3.4.2",
  11079. "license": "ISC",
  11080. "dependencies": {
  11081. "relative-url": "^1.0.2",
  11082. "typedarray-to-buffer": "^4.0.0",
  11083. "ws": "^7.0.0"
  11084. }
  11085. },
  11086. "node_modules/pull-window": {
  11087. "version": "2.1.4",
  11088. "license": "MIT",
  11089. "dependencies": {
  11090. "looper": "^2.0.0"
  11091. }
  11092. },
  11093. "node_modules/pull-window/node_modules/looper": {
  11094. "version": "2.0.0",
  11095. "license": "MIT"
  11096. },
  11097. "node_modules/pull-write": {
  11098. "version": "1.1.4",
  11099. "license": "MIT",
  11100. "dependencies": {
  11101. "looper": "^4.0.0",
  11102. "pull-cat": "^1.1.11",
  11103. "pull-stream": "^3.4.5"
  11104. }
  11105. },
  11106. "node_modules/pull-write-file": {
  11107. "version": "0.2.4",
  11108. "license": "MIT"
  11109. },
  11110. "node_modules/punycode": {
  11111. "version": "2.3.1",
  11112. "license": "MIT",
  11113. "engines": {
  11114. "node": ">=6"
  11115. }
  11116. },
  11117. "node_modules/punycode.js": {
  11118. "version": "2.3.1",
  11119. "license": "MIT",
  11120. "engines": {
  11121. "node": ">=6"
  11122. }
  11123. },
  11124. "node_modules/push-stream": {
  11125. "version": "11.2.0",
  11126. "license": "MIT"
  11127. },
  11128. "node_modules/push-stream-to-pull-stream": {
  11129. "version": "1.0.5",
  11130. "license": "MIT",
  11131. "dependencies": {
  11132. "pull-looper": "^1.0.0",
  11133. "push-stream": "^11.0.1"
  11134. }
  11135. },
  11136. "node_modules/qrcode": {
  11137. "version": "1.5.4",
  11138. "license": "MIT",
  11139. "dependencies": {
  11140. "dijkstrajs": "^1.0.1",
  11141. "pngjs": "^5.0.0",
  11142. "yargs": "^15.3.1"
  11143. },
  11144. "bin": {
  11145. "qrcode": "bin/qrcode"
  11146. },
  11147. "engines": {
  11148. "node": ">=10.13.0"
  11149. }
  11150. },
  11151. "node_modules/qrcode/node_modules/camelcase": {
  11152. "version": "5.3.1",
  11153. "license": "MIT",
  11154. "engines": {
  11155. "node": ">=6"
  11156. }
  11157. },
  11158. "node_modules/qrcode/node_modules/cliui": {
  11159. "version": "6.0.0",
  11160. "license": "ISC",
  11161. "dependencies": {
  11162. "string-width": "^4.2.0",
  11163. "strip-ansi": "^6.0.0",
  11164. "wrap-ansi": "^6.2.0"
  11165. }
  11166. },
  11167. "node_modules/qrcode/node_modules/emoji-regex": {
  11168. "version": "8.0.0",
  11169. "license": "MIT"
  11170. },
  11171. "node_modules/qrcode/node_modules/find-up": {
  11172. "version": "4.1.0",
  11173. "license": "MIT",
  11174. "dependencies": {
  11175. "locate-path": "^5.0.0",
  11176. "path-exists": "^4.0.0"
  11177. },
  11178. "engines": {
  11179. "node": ">=8"
  11180. }
  11181. },
  11182. "node_modules/qrcode/node_modules/locate-path": {
  11183. "version": "5.0.0",
  11184. "license": "MIT",
  11185. "dependencies": {
  11186. "p-locate": "^4.1.0"
  11187. },
  11188. "engines": {
  11189. "node": ">=8"
  11190. }
  11191. },
  11192. "node_modules/qrcode/node_modules/p-limit": {
  11193. "version": "2.3.0",
  11194. "license": "MIT",
  11195. "dependencies": {
  11196. "p-try": "^2.0.0"
  11197. },
  11198. "engines": {
  11199. "node": ">=6"
  11200. },
  11201. "funding": {
  11202. "url": "https://github.com/sponsors/sindresorhus"
  11203. }
  11204. },
  11205. "node_modules/qrcode/node_modules/p-locate": {
  11206. "version": "4.1.0",
  11207. "license": "MIT",
  11208. "dependencies": {
  11209. "p-limit": "^2.2.0"
  11210. },
  11211. "engines": {
  11212. "node": ">=8"
  11213. }
  11214. },
  11215. "node_modules/qrcode/node_modules/string-width": {
  11216. "version": "4.2.3",
  11217. "license": "MIT",
  11218. "dependencies": {
  11219. "emoji-regex": "^8.0.0",
  11220. "is-fullwidth-code-point": "^3.0.0",
  11221. "strip-ansi": "^6.0.1"
  11222. },
  11223. "engines": {
  11224. "node": ">=8"
  11225. }
  11226. },
  11227. "node_modules/qrcode/node_modules/wrap-ansi": {
  11228. "version": "6.2.0",
  11229. "license": "MIT",
  11230. "dependencies": {
  11231. "ansi-styles": "^4.0.0",
  11232. "string-width": "^4.1.0",
  11233. "strip-ansi": "^6.0.0"
  11234. },
  11235. "engines": {
  11236. "node": ">=8"
  11237. }
  11238. },
  11239. "node_modules/qrcode/node_modules/y18n": {
  11240. "version": "4.0.3",
  11241. "license": "ISC"
  11242. },
  11243. "node_modules/qrcode/node_modules/yargs": {
  11244. "version": "15.4.1",
  11245. "license": "MIT",
  11246. "dependencies": {
  11247. "cliui": "^6.0.0",
  11248. "decamelize": "^1.2.0",
  11249. "find-up": "^4.1.0",
  11250. "get-caller-file": "^2.0.1",
  11251. "require-directory": "^2.1.1",
  11252. "require-main-filename": "^2.0.0",
  11253. "set-blocking": "^2.0.0",
  11254. "string-width": "^4.2.0",
  11255. "which-module": "^2.0.0",
  11256. "y18n": "^4.0.0",
  11257. "yargs-parser": "^18.1.2"
  11258. },
  11259. "engines": {
  11260. "node": ">=8"
  11261. }
  11262. },
  11263. "node_modules/qrcode/node_modules/yargs-parser": {
  11264. "version": "18.1.3",
  11265. "license": "ISC",
  11266. "dependencies": {
  11267. "camelcase": "^5.0.0",
  11268. "decamelize": "^1.2.0"
  11269. },
  11270. "engines": {
  11271. "node": ">=6"
  11272. }
  11273. },
  11274. "node_modules/qs": {
  11275. "version": "6.14.2",
  11276. "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.2.tgz",
  11277. "integrity": "sha512-V/yCWTTF7VJ9hIh18Ugr2zhJMP01MY7c5kh4J870L7imm6/DIzBsNLTXzMwUA3yZ5b/KBqLx8Kp3uRvd7xSe3Q==",
  11278. "license": "BSD-3-Clause",
  11279. "dependencies": {
  11280. "side-channel": "^1.1.0"
  11281. },
  11282. "engines": {
  11283. "node": ">=0.6"
  11284. },
  11285. "funding": {
  11286. "url": "https://github.com/sponsors/ljharb"
  11287. }
  11288. },
  11289. "node_modules/queue-tick": {
  11290. "version": "1.0.1",
  11291. "license": "MIT"
  11292. },
  11293. "node_modules/quick-lru": {
  11294. "version": "1.1.0",
  11295. "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-1.1.0.tgz",
  11296. "integrity": "sha512-tRS7sTgyxMXtLum8L65daJnHUhfDUgboRdcWW2bR9vBfrj2+O5HSMbQOJfJJjIVSPFqbBCF37FpwWXGitDc5tA==",
  11297. "dev": true,
  11298. "license": "MIT",
  11299. "engines": {
  11300. "node": ">=4"
  11301. }
  11302. },
  11303. "node_modules/quicktask": {
  11304. "version": "1.0.1",
  11305. "license": "MIT"
  11306. },
  11307. "node_modules/railroad-diagrams": {
  11308. "version": "1.0.0",
  11309. "license": "CC0-1.0"
  11310. },
  11311. "node_modules/randexp": {
  11312. "version": "0.4.6",
  11313. "license": "MIT",
  11314. "dependencies": {
  11315. "discontinuous-range": "1.0.0",
  11316. "ret": "~0.1.10"
  11317. },
  11318. "engines": {
  11319. "node": ">=0.12"
  11320. }
  11321. },
  11322. "node_modules/random-access-chrome-file": {
  11323. "version": "1.2.0",
  11324. "license": "MIT",
  11325. "dependencies": {
  11326. "random-access-storage": "^1.3.0"
  11327. }
  11328. },
  11329. "node_modules/random-access-file": {
  11330. "version": "2.2.1",
  11331. "license": "MIT",
  11332. "dependencies": {
  11333. "mkdirp-classic": "^0.5.2",
  11334. "random-access-storage": "^1.1.1"
  11335. }
  11336. },
  11337. "node_modules/random-access-idb": {
  11338. "version": "1.2.2",
  11339. "license": "BSD",
  11340. "dependencies": {
  11341. "buffer-alloc": "^1.1.0",
  11342. "buffer-from": "^0.1.1",
  11343. "inherits": "^2.0.3",
  11344. "next-tick": "^1.0.0",
  11345. "once": "^1.4.0",
  11346. "random-access-storage": "^1.3.0"
  11347. }
  11348. },
  11349. "node_modules/random-access-idb-mutable-file": {
  11350. "version": "0.3.0",
  11351. "license": "MIT",
  11352. "dependencies": {
  11353. "buffer": "5.1.0",
  11354. "random-access-storage": "1.3.0"
  11355. }
  11356. },
  11357. "node_modules/random-access-idb-mutable-file/node_modules/buffer": {
  11358. "version": "5.1.0",
  11359. "license": "MIT",
  11360. "dependencies": {
  11361. "base64-js": "^1.0.2",
  11362. "ieee754": "^1.1.4"
  11363. }
  11364. },
  11365. "node_modules/random-access-idb-mutable-file/node_modules/random-access-storage": {
  11366. "version": "1.3.0",
  11367. "license": "MIT",
  11368. "dependencies": {
  11369. "inherits": "^2.0.3"
  11370. }
  11371. },
  11372. "node_modules/random-access-idb/node_modules/buffer-from": {
  11373. "version": "0.1.2",
  11374. "license": "MIT"
  11375. },
  11376. "node_modules/random-access-memory": {
  11377. "version": "3.1.4",
  11378. "license": "MIT",
  11379. "dependencies": {
  11380. "inherits": "^2.0.3",
  11381. "is-options": "^1.0.1",
  11382. "random-access-storage": "^1.1.1"
  11383. }
  11384. },
  11385. "node_modules/random-access-storage": {
  11386. "version": "1.4.3",
  11387. "license": "MIT",
  11388. "dependencies": {
  11389. "events": "^3.3.0",
  11390. "inherits": "^2.0.3",
  11391. "queue-tick": "^1.0.0"
  11392. }
  11393. },
  11394. "node_modules/random-access-web": {
  11395. "version": "2.0.3",
  11396. "license": "MIT",
  11397. "dependencies": {
  11398. "@sammacbeth/random-access-idb-mutable-file": "^0.1.1",
  11399. "random-access-chrome-file": "^1.1.2",
  11400. "random-access-idb": "^1.2.1",
  11401. "random-access-idb-mutable-file": "^0.3.0",
  11402. "random-access-memory": "^3.1.1",
  11403. "random-access-storage": "^1.3.0"
  11404. }
  11405. },
  11406. "node_modules/randomatic": {
  11407. "version": "3.1.1",
  11408. "resolved": "https://registry.npmjs.org/randomatic/-/randomatic-3.1.1.tgz",
  11409. "integrity": "sha512-TuDE5KxZ0J461RVjrJZCJc+J+zCkTb1MbH9AQUq68sMhOMcy9jLcb3BrZKgp9q9Ncltdg4QVqWrH02W2EFFVYw==",
  11410. "license": "MIT",
  11411. "dependencies": {
  11412. "is-number": "^4.0.0",
  11413. "kind-of": "^6.0.0",
  11414. "math-random": "^1.0.1"
  11415. },
  11416. "engines": {
  11417. "node": ">= 0.10.0"
  11418. }
  11419. },
  11420. "node_modules/randomatic/node_modules/is-number": {
  11421. "version": "4.0.0",
  11422. "resolved": "https://registry.npmjs.org/is-number/-/is-number-4.0.0.tgz",
  11423. "integrity": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==",
  11424. "license": "MIT",
  11425. "engines": {
  11426. "node": ">=0.10.0"
  11427. }
  11428. },
  11429. "node_modules/randomatic/node_modules/kind-of": {
  11430. "version": "6.0.3",
  11431. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
  11432. "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
  11433. "license": "MIT",
  11434. "engines": {
  11435. "node": ">=0.10.0"
  11436. }
  11437. },
  11438. "node_modules/range-parser": {
  11439. "version": "1.2.1",
  11440. "license": "MIT",
  11441. "engines": {
  11442. "node": ">= 0.6"
  11443. }
  11444. },
  11445. "node_modules/raw-body": {
  11446. "version": "2.5.2",
  11447. "license": "MIT",
  11448. "dependencies": {
  11449. "bytes": "3.1.2",
  11450. "http-errors": "2.0.0",
  11451. "iconv-lite": "0.4.24",
  11452. "unpipe": "1.0.0"
  11453. },
  11454. "engines": {
  11455. "node": ">= 0.8"
  11456. }
  11457. },
  11458. "node_modules/raw-body/node_modules/iconv-lite": {
  11459. "version": "0.4.24",
  11460. "license": "MIT",
  11461. "dependencies": {
  11462. "safer-buffer": ">= 2.1.2 < 3"
  11463. },
  11464. "engines": {
  11465. "node": ">=0.10.0"
  11466. }
  11467. },
  11468. "node_modules/rc": {
  11469. "version": "1.2.8",
  11470. "license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
  11471. "dependencies": {
  11472. "deep-extend": "^0.6.0",
  11473. "ini": "~1.3.0",
  11474. "minimist": "^1.2.0",
  11475. "strip-json-comments": "~2.0.1"
  11476. },
  11477. "bin": {
  11478. "rc": "cli.js"
  11479. }
  11480. },
  11481. "node_modules/rc/node_modules/strip-json-comments": {
  11482. "version": "2.0.1",
  11483. "license": "MIT",
  11484. "engines": {
  11485. "node": ">=0.10.0"
  11486. }
  11487. },
  11488. "node_modules/read-pkg": {
  11489. "version": "3.0.0",
  11490. "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz",
  11491. "integrity": "sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==",
  11492. "dev": true,
  11493. "license": "MIT",
  11494. "dependencies": {
  11495. "load-json-file": "^4.0.0",
  11496. "normalize-package-data": "^2.3.2",
  11497. "path-type": "^3.0.0"
  11498. },
  11499. "engines": {
  11500. "node": ">=4"
  11501. }
  11502. },
  11503. "node_modules/read-pkg-up": {
  11504. "version": "3.0.0",
  11505. "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz",
  11506. "integrity": "sha512-YFzFrVvpC6frF1sz8psoHDBGF7fLPc+llq/8NB43oagqWkx8ar5zYtsTORtOjw9W2RHLpWP+zTWwBvf1bCmcSw==",
  11507. "dev": true,
  11508. "license": "MIT",
  11509. "dependencies": {
  11510. "find-up": "^2.0.0",
  11511. "read-pkg": "^3.0.0"
  11512. },
  11513. "engines": {
  11514. "node": ">=4"
  11515. }
  11516. },
  11517. "node_modules/readable-stream": {
  11518. "version": "4.7.0",
  11519. "license": "MIT",
  11520. "dependencies": {
  11521. "abort-controller": "^3.0.0",
  11522. "buffer": "^6.0.3",
  11523. "events": "^3.3.0",
  11524. "process": "^0.11.10",
  11525. "string_decoder": "^1.3.0"
  11526. },
  11527. "engines": {
  11528. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  11529. }
  11530. },
  11531. "node_modules/readable-web-to-node-stream": {
  11532. "version": "3.0.4",
  11533. "license": "MIT",
  11534. "dependencies": {
  11535. "readable-stream": "^4.7.0"
  11536. },
  11537. "engines": {
  11538. "node": ">=8"
  11539. },
  11540. "funding": {
  11541. "type": "github",
  11542. "url": "https://github.com/sponsors/Borewit"
  11543. }
  11544. },
  11545. "node_modules/readdir-glob": {
  11546. "version": "1.1.3",
  11547. "license": "Apache-2.0",
  11548. "dependencies": {
  11549. "minimatch": "^5.1.0"
  11550. }
  11551. },
  11552. "node_modules/readdir-glob/node_modules/minimatch": {
  11553. "version": "5.1.9",
  11554. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.9.tgz",
  11555. "integrity": "sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==",
  11556. "license": "ISC",
  11557. "dependencies": {
  11558. "brace-expansion": "^2.0.1"
  11559. },
  11560. "engines": {
  11561. "node": ">=10"
  11562. }
  11563. },
  11564. "node_modules/readdirp": {
  11565. "version": "2.2.1",
  11566. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz",
  11567. "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==",
  11568. "license": "MIT",
  11569. "dependencies": {
  11570. "graceful-fs": "^4.1.11",
  11571. "micromatch": "^3.1.10",
  11572. "readable-stream": "^2.0.2"
  11573. },
  11574. "engines": {
  11575. "node": ">=0.10"
  11576. }
  11577. },
  11578. "node_modules/readdirp/node_modules/arr-diff": {
  11579. "version": "4.0.0",
  11580. "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz",
  11581. "integrity": "sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==",
  11582. "license": "MIT",
  11583. "engines": {
  11584. "node": ">=0.10.0"
  11585. }
  11586. },
  11587. "node_modules/readdirp/node_modules/array-unique": {
  11588. "version": "0.3.2",
  11589. "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz",
  11590. "integrity": "sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==",
  11591. "license": "MIT",
  11592. "engines": {
  11593. "node": ">=0.10.0"
  11594. }
  11595. },
  11596. "node_modules/readdirp/node_modules/braces": {
  11597. "version": "2.3.2",
  11598. "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
  11599. "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
  11600. "license": "MIT",
  11601. "dependencies": {
  11602. "arr-flatten": "^1.1.0",
  11603. "array-unique": "^0.3.2",
  11604. "extend-shallow": "^2.0.1",
  11605. "fill-range": "^4.0.0",
  11606. "isobject": "^3.0.1",
  11607. "repeat-element": "^1.1.2",
  11608. "snapdragon": "^0.8.1",
  11609. "snapdragon-node": "^2.0.1",
  11610. "split-string": "^3.0.2",
  11611. "to-regex": "^3.0.1"
  11612. },
  11613. "engines": {
  11614. "node": ">=0.10.0"
  11615. }
  11616. },
  11617. "node_modules/readdirp/node_modules/braces/node_modules/extend-shallow": {
  11618. "version": "2.0.1",
  11619. "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
  11620. "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",
  11621. "license": "MIT",
  11622. "dependencies": {
  11623. "is-extendable": "^0.1.0"
  11624. },
  11625. "engines": {
  11626. "node": ">=0.10.0"
  11627. }
  11628. },
  11629. "node_modules/readdirp/node_modules/expand-brackets": {
  11630. "version": "2.1.4",
  11631. "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz",
  11632. "integrity": "sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA==",
  11633. "license": "MIT",
  11634. "dependencies": {
  11635. "debug": "^2.3.3",
  11636. "define-property": "^0.2.5",
  11637. "extend-shallow": "^2.0.1",
  11638. "posix-character-classes": "^0.1.0",
  11639. "regex-not": "^1.0.0",
  11640. "snapdragon": "^0.8.1",
  11641. "to-regex": "^3.0.1"
  11642. },
  11643. "engines": {
  11644. "node": ">=0.10.0"
  11645. }
  11646. },
  11647. "node_modules/readdirp/node_modules/expand-brackets/node_modules/define-property": {
  11648. "version": "0.2.5",
  11649. "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
  11650. "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",
  11651. "license": "MIT",
  11652. "dependencies": {
  11653. "is-descriptor": "^0.1.0"
  11654. },
  11655. "engines": {
  11656. "node": ">=0.10.0"
  11657. }
  11658. },
  11659. "node_modules/readdirp/node_modules/expand-brackets/node_modules/extend-shallow": {
  11660. "version": "2.0.1",
  11661. "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
  11662. "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",
  11663. "license": "MIT",
  11664. "dependencies": {
  11665. "is-extendable": "^0.1.0"
  11666. },
  11667. "engines": {
  11668. "node": ">=0.10.0"
  11669. }
  11670. },
  11671. "node_modules/readdirp/node_modules/expand-brackets/node_modules/is-descriptor": {
  11672. "version": "0.1.7",
  11673. "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz",
  11674. "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==",
  11675. "license": "MIT",
  11676. "dependencies": {
  11677. "is-accessor-descriptor": "^1.0.1",
  11678. "is-data-descriptor": "^1.0.1"
  11679. },
  11680. "engines": {
  11681. "node": ">= 0.4"
  11682. }
  11683. },
  11684. "node_modules/readdirp/node_modules/extglob": {
  11685. "version": "2.0.4",
  11686. "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz",
  11687. "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==",
  11688. "license": "MIT",
  11689. "dependencies": {
  11690. "array-unique": "^0.3.2",
  11691. "define-property": "^1.0.0",
  11692. "expand-brackets": "^2.1.4",
  11693. "extend-shallow": "^2.0.1",
  11694. "fragment-cache": "^0.2.1",
  11695. "regex-not": "^1.0.0",
  11696. "snapdragon": "^0.8.1",
  11697. "to-regex": "^3.0.1"
  11698. },
  11699. "engines": {
  11700. "node": ">=0.10.0"
  11701. }
  11702. },
  11703. "node_modules/readdirp/node_modules/extglob/node_modules/define-property": {
  11704. "version": "1.0.0",
  11705. "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
  11706. "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==",
  11707. "license": "MIT",
  11708. "dependencies": {
  11709. "is-descriptor": "^1.0.0"
  11710. },
  11711. "engines": {
  11712. "node": ">=0.10.0"
  11713. }
  11714. },
  11715. "node_modules/readdirp/node_modules/extglob/node_modules/extend-shallow": {
  11716. "version": "2.0.1",
  11717. "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
  11718. "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",
  11719. "license": "MIT",
  11720. "dependencies": {
  11721. "is-extendable": "^0.1.0"
  11722. },
  11723. "engines": {
  11724. "node": ">=0.10.0"
  11725. }
  11726. },
  11727. "node_modules/readdirp/node_modules/fill-range": {
  11728. "version": "4.0.0",
  11729. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",
  11730. "integrity": "sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==",
  11731. "license": "MIT",
  11732. "dependencies": {
  11733. "extend-shallow": "^2.0.1",
  11734. "is-number": "^3.0.0",
  11735. "repeat-string": "^1.6.1",
  11736. "to-regex-range": "^2.1.0"
  11737. },
  11738. "engines": {
  11739. "node": ">=0.10.0"
  11740. }
  11741. },
  11742. "node_modules/readdirp/node_modules/fill-range/node_modules/extend-shallow": {
  11743. "version": "2.0.1",
  11744. "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
  11745. "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",
  11746. "license": "MIT",
  11747. "dependencies": {
  11748. "is-extendable": "^0.1.0"
  11749. },
  11750. "engines": {
  11751. "node": ">=0.10.0"
  11752. }
  11753. },
  11754. "node_modules/readdirp/node_modules/is-buffer": {
  11755. "version": "1.1.6",
  11756. "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
  11757. "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
  11758. "license": "MIT"
  11759. },
  11760. "node_modules/readdirp/node_modules/is-number": {
  11761. "version": "3.0.0",
  11762. "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
  11763. "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==",
  11764. "license": "MIT",
  11765. "dependencies": {
  11766. "kind-of": "^3.0.2"
  11767. },
  11768. "engines": {
  11769. "node": ">=0.10.0"
  11770. }
  11771. },
  11772. "node_modules/readdirp/node_modules/is-number/node_modules/kind-of": {
  11773. "version": "3.2.2",
  11774. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
  11775. "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
  11776. "license": "MIT",
  11777. "dependencies": {
  11778. "is-buffer": "^1.1.5"
  11779. },
  11780. "engines": {
  11781. "node": ">=0.10.0"
  11782. }
  11783. },
  11784. "node_modules/readdirp/node_modules/isarray": {
  11785. "version": "1.0.0",
  11786. "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
  11787. "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
  11788. "license": "MIT"
  11789. },
  11790. "node_modules/readdirp/node_modules/isobject": {
  11791. "version": "3.0.1",
  11792. "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
  11793. "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==",
  11794. "license": "MIT",
  11795. "engines": {
  11796. "node": ">=0.10.0"
  11797. }
  11798. },
  11799. "node_modules/readdirp/node_modules/kind-of": {
  11800. "version": "6.0.3",
  11801. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
  11802. "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
  11803. "license": "MIT",
  11804. "engines": {
  11805. "node": ">=0.10.0"
  11806. }
  11807. },
  11808. "node_modules/readdirp/node_modules/micromatch": {
  11809. "version": "3.1.10",
  11810. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
  11811. "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
  11812. "license": "MIT",
  11813. "dependencies": {
  11814. "arr-diff": "^4.0.0",
  11815. "array-unique": "^0.3.2",
  11816. "braces": "^2.3.1",
  11817. "define-property": "^2.0.2",
  11818. "extend-shallow": "^3.0.2",
  11819. "extglob": "^2.0.4",
  11820. "fragment-cache": "^0.2.1",
  11821. "kind-of": "^6.0.2",
  11822. "nanomatch": "^1.2.9",
  11823. "object.pick": "^1.3.0",
  11824. "regex-not": "^1.0.0",
  11825. "snapdragon": "^0.8.1",
  11826. "to-regex": "^3.0.2"
  11827. },
  11828. "engines": {
  11829. "node": ">=0.10.0"
  11830. }
  11831. },
  11832. "node_modules/readdirp/node_modules/readable-stream": {
  11833. "version": "2.3.8",
  11834. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
  11835. "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
  11836. "license": "MIT",
  11837. "dependencies": {
  11838. "core-util-is": "~1.0.0",
  11839. "inherits": "~2.0.3",
  11840. "isarray": "~1.0.0",
  11841. "process-nextick-args": "~2.0.0",
  11842. "safe-buffer": "~5.1.1",
  11843. "string_decoder": "~1.1.1",
  11844. "util-deprecate": "~1.0.1"
  11845. }
  11846. },
  11847. "node_modules/readdirp/node_modules/safe-buffer": {
  11848. "version": "5.1.2",
  11849. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
  11850. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
  11851. "license": "MIT"
  11852. },
  11853. "node_modules/readdirp/node_modules/string_decoder": {
  11854. "version": "1.1.1",
  11855. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  11856. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  11857. "license": "MIT",
  11858. "dependencies": {
  11859. "safe-buffer": "~5.1.0"
  11860. }
  11861. },
  11862. "node_modules/redent": {
  11863. "version": "2.0.0",
  11864. "resolved": "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz",
  11865. "integrity": "sha512-XNwrTx77JQCEMXTeb8movBKuK75MgH0RZkujNuDKCezemx/voapl9i2gCSi8WWm8+ox5ycJi1gxF22fR7c0Ciw==",
  11866. "dev": true,
  11867. "license": "MIT",
  11868. "dependencies": {
  11869. "indent-string": "^3.0.0",
  11870. "strip-indent": "^2.0.0"
  11871. },
  11872. "engines": {
  11873. "node": ">=4"
  11874. }
  11875. },
  11876. "node_modules/reflect.getprototypeof": {
  11877. "version": "1.0.10",
  11878. "license": "MIT",
  11879. "dependencies": {
  11880. "call-bind": "^1.0.8",
  11881. "define-properties": "^1.2.1",
  11882. "es-abstract": "^1.23.9",
  11883. "es-errors": "^1.3.0",
  11884. "es-object-atoms": "^1.0.0",
  11885. "get-intrinsic": "^1.2.7",
  11886. "get-proto": "^1.0.1",
  11887. "which-builtin-type": "^1.2.1"
  11888. },
  11889. "engines": {
  11890. "node": ">= 0.4"
  11891. },
  11892. "funding": {
  11893. "url": "https://github.com/sponsors/ljharb"
  11894. }
  11895. },
  11896. "node_modules/regex-cache": {
  11897. "version": "0.4.4",
  11898. "resolved": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.4.tgz",
  11899. "integrity": "sha512-nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ==",
  11900. "license": "MIT",
  11901. "dependencies": {
  11902. "is-equal-shallow": "^0.1.3"
  11903. },
  11904. "engines": {
  11905. "node": ">=0.10.0"
  11906. }
  11907. },
  11908. "node_modules/regex-not": {
  11909. "version": "1.0.2",
  11910. "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz",
  11911. "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==",
  11912. "license": "MIT",
  11913. "dependencies": {
  11914. "extend-shallow": "^3.0.2",
  11915. "safe-regex": "^1.1.0"
  11916. },
  11917. "engines": {
  11918. "node": ">=0.10.0"
  11919. }
  11920. },
  11921. "node_modules/regexp.prototype.flags": {
  11922. "version": "1.5.4",
  11923. "license": "MIT",
  11924. "dependencies": {
  11925. "call-bind": "^1.0.8",
  11926. "define-properties": "^1.2.1",
  11927. "es-errors": "^1.3.0",
  11928. "get-proto": "^1.0.1",
  11929. "gopd": "^1.2.0",
  11930. "set-function-name": "^2.0.2"
  11931. },
  11932. "engines": {
  11933. "node": ">= 0.4"
  11934. },
  11935. "funding": {
  11936. "url": "https://github.com/sponsors/ljharb"
  11937. }
  11938. },
  11939. "node_modules/relative-url": {
  11940. "version": "1.0.2",
  11941. "license": "MIT"
  11942. },
  11943. "node_modules/remark": {
  11944. "version": "3.2.3",
  11945. "resolved": "https://registry.npmjs.org/remark/-/remark-3.2.3.tgz",
  11946. "integrity": "sha512-E+WibagMmLjs7y5d6qWRiwbL2/z0zbkLwCqvmNlxBTx2Y1ufZ06sir+ZdyQXTxDiEbkbsrX6kG883ItjrEkaSQ==",
  11947. "license": "MIT",
  11948. "dependencies": {
  11949. "camelcase": "^2.0.0",
  11950. "ccount": "^1.0.0",
  11951. "chalk": "^1.0.0",
  11952. "chokidar": "^1.0.5",
  11953. "collapse-white-space": "^1.0.0",
  11954. "commander": "^2.0.0",
  11955. "concat-stream": "^1.0.0",
  11956. "debug": "^2.0.0",
  11957. "elegant-spinner": "^1.0.0",
  11958. "extend.js": "0.0.2",
  11959. "glob": "^6.0.1",
  11960. "globby": "^4.0.0",
  11961. "he": "^0.5.0",
  11962. "log-update": "^1.0.1",
  11963. "longest-streak": "^1.0.0",
  11964. "markdown-table": "^0.4.0",
  11965. "minimatch": "^3.0.0",
  11966. "npm-prefix": "^1.0.1",
  11967. "parse-entities": "^1.0.0",
  11968. "repeat-string": "^1.5.0",
  11969. "stringify-entities": "^1.0.0",
  11970. "to-vfile": "^1.0.0",
  11971. "trim": "^0.0.1",
  11972. "trim-trailing-lines": "^1.0.0",
  11973. "unified": "^2.0.0",
  11974. "user-home": "^2.0.0",
  11975. "vfile": "^1.1.0",
  11976. "vfile-find-down": "^1.0.0",
  11977. "vfile-find-up": "^1.0.0",
  11978. "vfile-reporter": "^1.5.0",
  11979. "ware": "^1.3.0"
  11980. },
  11981. "bin": {
  11982. "remark": "bin/remark"
  11983. }
  11984. },
  11985. "node_modules/remark-html": {
  11986. "version": "2.0.2",
  11987. "resolved": "https://registry.npmjs.org/remark-html/-/remark-html-2.0.2.tgz",
  11988. "integrity": "sha512-2yj8Oad44uo/IWOssZs3Y4AvfrA9nGZqiHsL7ePyZuntPKjtljHZDcroljlQQ+sJryO3Bjnnj30e7wi8aTp/hQ==",
  11989. "license": "MIT",
  11990. "dependencies": {
  11991. "collapse-white-space": "^1.0.0",
  11992. "detab": "^1.0.0",
  11993. "normalize-uri": "^1.0.0",
  11994. "object-assign": "^4.0.1",
  11995. "trim": "0.0.1",
  11996. "trim-lines": "^1.0.0",
  11997. "unist-util-visit": "^1.0.0"
  11998. }
  11999. },
  12000. "node_modules/remark/node_modules/ansi-regex": {
  12001. "version": "2.1.1",
  12002. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
  12003. "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==",
  12004. "license": "MIT",
  12005. "engines": {
  12006. "node": ">=0.10.0"
  12007. }
  12008. },
  12009. "node_modules/remark/node_modules/ansi-styles": {
  12010. "version": "2.2.1",
  12011. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
  12012. "integrity": "sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==",
  12013. "license": "MIT",
  12014. "engines": {
  12015. "node": ">=0.10.0"
  12016. }
  12017. },
  12018. "node_modules/remark/node_modules/camelcase": {
  12019. "version": "2.1.1",
  12020. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz",
  12021. "integrity": "sha512-DLIsRzJVBQu72meAKPkWQOLcujdXT32hwdfnkI1frSiSRMK1MofjKHf+MEx0SB6fjEFXL8fBDv1dKymBlOp4Qw==",
  12022. "license": "MIT",
  12023. "engines": {
  12024. "node": ">=0.10.0"
  12025. }
  12026. },
  12027. "node_modules/remark/node_modules/chalk": {
  12028. "version": "1.1.3",
  12029. "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
  12030. "integrity": "sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==",
  12031. "license": "MIT",
  12032. "dependencies": {
  12033. "ansi-styles": "^2.2.1",
  12034. "escape-string-regexp": "^1.0.2",
  12035. "has-ansi": "^2.0.0",
  12036. "strip-ansi": "^3.0.0",
  12037. "supports-color": "^2.0.0"
  12038. },
  12039. "engines": {
  12040. "node": ">=0.10.0"
  12041. }
  12042. },
  12043. "node_modules/remark/node_modules/commander": {
  12044. "version": "2.20.3",
  12045. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  12046. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
  12047. "license": "MIT"
  12048. },
  12049. "node_modules/remark/node_modules/glob": {
  12050. "version": "6.0.4",
  12051. "resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz",
  12052. "integrity": "sha512-MKZeRNyYZAVVVG1oZeLaWie1uweH40m9AZwIwxyPbTSX4hHrVYSzLg0Ro5Z5R7XKkIX+Cc6oD1rqeDJnwsB8/A==",
  12053. "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
  12054. "license": "ISC",
  12055. "dependencies": {
  12056. "inflight": "^1.0.4",
  12057. "inherits": "2",
  12058. "minimatch": "2 || 3",
  12059. "once": "^1.3.0",
  12060. "path-is-absolute": "^1.0.0"
  12061. },
  12062. "engines": {
  12063. "node": "*"
  12064. }
  12065. },
  12066. "node_modules/remark/node_modules/strip-ansi": {
  12067. "version": "3.0.1",
  12068. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
  12069. "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==",
  12070. "license": "MIT",
  12071. "dependencies": {
  12072. "ansi-regex": "^2.0.0"
  12073. },
  12074. "engines": {
  12075. "node": ">=0.10.0"
  12076. }
  12077. },
  12078. "node_modules/remove-trailing-separator": {
  12079. "version": "1.1.0",
  12080. "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
  12081. "integrity": "sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==",
  12082. "license": "ISC"
  12083. },
  12084. "node_modules/repeat-element": {
  12085. "version": "1.1.4",
  12086. "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.4.tgz",
  12087. "integrity": "sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==",
  12088. "license": "MIT",
  12089. "engines": {
  12090. "node": ">=0.10.0"
  12091. }
  12092. },
  12093. "node_modules/repeat-string": {
  12094. "version": "1.6.1",
  12095. "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
  12096. "integrity": "sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==",
  12097. "license": "MIT",
  12098. "engines": {
  12099. "node": ">=0.10"
  12100. }
  12101. },
  12102. "node_modules/repeating": {
  12103. "version": "2.0.1",
  12104. "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",
  12105. "integrity": "sha512-ZqtSMuVybkISo2OWvqvm7iHSWngvdaW3IpsT9/uP8v4gMi591LY6h35wdOfvQdWCKFWZWm2Y1Opp4kV7vQKT6A==",
  12106. "dev": true,
  12107. "license": "MIT",
  12108. "dependencies": {
  12109. "is-finite": "^1.0.0"
  12110. },
  12111. "engines": {
  12112. "node": ">=0.10.0"
  12113. }
  12114. },
  12115. "node_modules/require-directory": {
  12116. "version": "2.1.1",
  12117. "license": "MIT",
  12118. "engines": {
  12119. "node": ">=0.10.0"
  12120. }
  12121. },
  12122. "node_modules/require-from-string": {
  12123. "version": "2.0.2",
  12124. "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
  12125. "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
  12126. "license": "MIT",
  12127. "engines": {
  12128. "node": ">=0.10.0"
  12129. }
  12130. },
  12131. "node_modules/require-main-filename": {
  12132. "version": "2.0.0",
  12133. "license": "ISC"
  12134. },
  12135. "node_modules/resolve": {
  12136. "version": "1.22.10",
  12137. "license": "MIT",
  12138. "dependencies": {
  12139. "is-core-module": "^2.16.0",
  12140. "path-parse": "^1.0.7",
  12141. "supports-preserve-symlinks-flag": "^1.0.0"
  12142. },
  12143. "bin": {
  12144. "resolve": "bin/resolve"
  12145. },
  12146. "engines": {
  12147. "node": ">= 0.4"
  12148. },
  12149. "funding": {
  12150. "url": "https://github.com/sponsors/ljharb"
  12151. }
  12152. },
  12153. "node_modules/resolve-path": {
  12154. "version": "1.4.0",
  12155. "license": "MIT",
  12156. "dependencies": {
  12157. "http-errors": "~1.6.2",
  12158. "path-is-absolute": "1.0.1"
  12159. },
  12160. "engines": {
  12161. "node": ">= 0.8"
  12162. }
  12163. },
  12164. "node_modules/resolve-path/node_modules/depd": {
  12165. "version": "1.1.2",
  12166. "license": "MIT",
  12167. "engines": {
  12168. "node": ">= 0.6"
  12169. }
  12170. },
  12171. "node_modules/resolve-path/node_modules/http-errors": {
  12172. "version": "1.6.3",
  12173. "license": "MIT",
  12174. "dependencies": {
  12175. "depd": "~1.1.2",
  12176. "inherits": "2.0.3",
  12177. "setprototypeof": "1.1.0",
  12178. "statuses": ">= 1.4.0 < 2"
  12179. },
  12180. "engines": {
  12181. "node": ">= 0.6"
  12182. }
  12183. },
  12184. "node_modules/resolve-path/node_modules/inherits": {
  12185. "version": "2.0.3",
  12186. "license": "ISC"
  12187. },
  12188. "node_modules/resolve-path/node_modules/setprototypeof": {
  12189. "version": "1.1.0",
  12190. "license": "ISC"
  12191. },
  12192. "node_modules/resolve-path/node_modules/statuses": {
  12193. "version": "1.5.0",
  12194. "license": "MIT",
  12195. "engines": {
  12196. "node": ">= 0.6"
  12197. }
  12198. },
  12199. "node_modules/resolve-url": {
  12200. "version": "0.2.1",
  12201. "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz",
  12202. "integrity": "sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==",
  12203. "deprecated": "https://github.com/lydell/resolve-url#deprecated",
  12204. "license": "MIT"
  12205. },
  12206. "node_modules/restore-cursor": {
  12207. "version": "5.1.0",
  12208. "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-5.1.0.tgz",
  12209. "integrity": "sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==",
  12210. "license": "MIT",
  12211. "dependencies": {
  12212. "onetime": "^7.0.0",
  12213. "signal-exit": "^4.1.0"
  12214. },
  12215. "engines": {
  12216. "node": ">=18"
  12217. },
  12218. "funding": {
  12219. "url": "https://github.com/sponsors/sindresorhus"
  12220. }
  12221. },
  12222. "node_modules/ret": {
  12223. "version": "0.1.15",
  12224. "license": "MIT",
  12225. "engines": {
  12226. "node": ">=0.12"
  12227. }
  12228. },
  12229. "node_modules/retry": {
  12230. "version": "0.12.0",
  12231. "license": "MIT",
  12232. "engines": {
  12233. "node": ">= 4"
  12234. }
  12235. },
  12236. "node_modules/right-pad": {
  12237. "version": "1.1.1",
  12238. "license": "MIT",
  12239. "engines": {
  12240. "node": ">= 0.10"
  12241. }
  12242. },
  12243. "node_modules/rimraf": {
  12244. "version": "3.0.2",
  12245. "license": "ISC",
  12246. "dependencies": {
  12247. "glob": "^7.1.3"
  12248. },
  12249. "bin": {
  12250. "rimraf": "bin.js"
  12251. },
  12252. "funding": {
  12253. "url": "https://github.com/sponsors/isaacs"
  12254. }
  12255. },
  12256. "node_modules/rimraf/node_modules/glob": {
  12257. "version": "7.2.3",
  12258. "license": "ISC",
  12259. "dependencies": {
  12260. "fs.realpath": "^1.0.0",
  12261. "inflight": "^1.0.4",
  12262. "inherits": "2",
  12263. "minimatch": "^3.1.1",
  12264. "once": "^1.3.0",
  12265. "path-is-absolute": "^1.0.0"
  12266. },
  12267. "engines": {
  12268. "node": "*"
  12269. },
  12270. "funding": {
  12271. "url": "https://github.com/sponsors/isaacs"
  12272. }
  12273. },
  12274. "node_modules/rng": {
  12275. "version": "0.2.2",
  12276. "license": "MIT"
  12277. },
  12278. "node_modules/router": {
  12279. "version": "2.2.0",
  12280. "license": "MIT",
  12281. "dependencies": {
  12282. "debug": "^4.4.0",
  12283. "depd": "^2.0.0",
  12284. "is-promise": "^4.0.0",
  12285. "parseurl": "^1.3.3",
  12286. "path-to-regexp": "^8.0.0"
  12287. },
  12288. "engines": {
  12289. "node": ">= 18"
  12290. }
  12291. },
  12292. "node_modules/router/node_modules/path-to-regexp": {
  12293. "version": "8.4.0",
  12294. "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.0.tgz",
  12295. "integrity": "sha512-PuseHIvAnz3bjrM2rGJtSgo1zjgxapTLZ7x2pjhzWwlp4SJQgK3f3iZIQwkpEnBaKz6seKBADpM4B4ySkuYypg==",
  12296. "license": "MIT",
  12297. "funding": {
  12298. "type": "opencollective",
  12299. "url": "https://opencollective.com/express"
  12300. }
  12301. },
  12302. "node_modules/run-series": {
  12303. "version": "1.1.9",
  12304. "resolved": "https://registry.npmjs.org/run-series/-/run-series-1.1.9.tgz",
  12305. "integrity": "sha512-Arc4hUN896vjkqCYrUXquBFtRZdv1PfLbTYP71efP6butxyQ0kWpiNJyAgsxscmQg1cqvHY32/UCBzXedTpU2g==",
  12306. "dev": true,
  12307. "funding": [
  12308. {
  12309. "type": "github",
  12310. "url": "https://github.com/sponsors/feross"
  12311. },
  12312. {
  12313. "type": "patreon",
  12314. "url": "https://www.patreon.com/feross"
  12315. },
  12316. {
  12317. "type": "consulting",
  12318. "url": "https://feross.org/support"
  12319. }
  12320. ],
  12321. "license": "MIT"
  12322. },
  12323. "node_modules/rwlock": {
  12324. "version": "5.0.0",
  12325. "license": "MIT"
  12326. },
  12327. "node_modules/safe-array-concat": {
  12328. "version": "1.1.3",
  12329. "license": "MIT",
  12330. "dependencies": {
  12331. "call-bind": "^1.0.8",
  12332. "call-bound": "^1.0.2",
  12333. "get-intrinsic": "^1.2.6",
  12334. "has-symbols": "^1.1.0",
  12335. "isarray": "^2.0.5"
  12336. },
  12337. "engines": {
  12338. "node": ">=0.4"
  12339. },
  12340. "funding": {
  12341. "url": "https://github.com/sponsors/ljharb"
  12342. }
  12343. },
  12344. "node_modules/safe-buffer": {
  12345. "version": "5.2.1",
  12346. "funding": [
  12347. {
  12348. "type": "github",
  12349. "url": "https://github.com/sponsors/feross"
  12350. },
  12351. {
  12352. "type": "patreon",
  12353. "url": "https://www.patreon.com/feross"
  12354. },
  12355. {
  12356. "type": "consulting",
  12357. "url": "https://feross.org/support"
  12358. }
  12359. ],
  12360. "license": "MIT"
  12361. },
  12362. "node_modules/safe-push-apply": {
  12363. "version": "1.0.0",
  12364. "license": "MIT",
  12365. "dependencies": {
  12366. "es-errors": "^1.3.0",
  12367. "isarray": "^2.0.5"
  12368. },
  12369. "engines": {
  12370. "node": ">= 0.4"
  12371. },
  12372. "funding": {
  12373. "url": "https://github.com/sponsors/ljharb"
  12374. }
  12375. },
  12376. "node_modules/safe-regex": {
  12377. "version": "1.1.0",
  12378. "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz",
  12379. "integrity": "sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg==",
  12380. "license": "MIT",
  12381. "dependencies": {
  12382. "ret": "~0.1.10"
  12383. }
  12384. },
  12385. "node_modules/safe-regex-test": {
  12386. "version": "1.1.0",
  12387. "license": "MIT",
  12388. "dependencies": {
  12389. "call-bound": "^1.0.2",
  12390. "es-errors": "^1.3.0",
  12391. "is-regex": "^1.2.1"
  12392. },
  12393. "engines": {
  12394. "node": ">= 0.4"
  12395. },
  12396. "funding": {
  12397. "url": "https://github.com/sponsors/ljharb"
  12398. }
  12399. },
  12400. "node_modules/safer-buffer": {
  12401. "version": "2.1.2",
  12402. "license": "MIT"
  12403. },
  12404. "node_modules/sanitize-filename": {
  12405. "version": "1.6.3",
  12406. "license": "WTFPL OR ISC",
  12407. "dependencies": {
  12408. "truncate-utf8-bytes": "^1.0.0"
  12409. }
  12410. },
  12411. "node_modules/saxes": {
  12412. "version": "6.0.0",
  12413. "resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz",
  12414. "integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==",
  12415. "license": "ISC",
  12416. "dependencies": {
  12417. "xmlchars": "^2.2.0"
  12418. },
  12419. "engines": {
  12420. "node": ">=v12.22.7"
  12421. }
  12422. },
  12423. "node_modules/secret-handshake": {
  12424. "version": "1.1.21",
  12425. "license": "MIT",
  12426. "dependencies": {
  12427. "chloride": "^2.2.8",
  12428. "clarify-error": "^1.0.0",
  12429. "pull-box-stream": "^1.0.13",
  12430. "pull-handshake": "^1.1.1",
  12431. "pull-stream": "^3.4.5"
  12432. }
  12433. },
  12434. "node_modules/secret-stack": {
  12435. "version": "6.4.2",
  12436. "license": "MIT",
  12437. "dependencies": {
  12438. "debug": "^4.1.0",
  12439. "hoox": "0.0.1",
  12440. "map-merge": "^1.1.0",
  12441. "multiserver": "^3.1.0",
  12442. "muxrpc": "^6.5.2",
  12443. "pull-inactivity": "~2.1.1",
  12444. "pull-rate": "^1.0.2",
  12445. "pull-stream": "^3.4.5",
  12446. "to-camel-case": "^1.0.0"
  12447. },
  12448. "engines": {
  12449. "node": ">=5.10.0"
  12450. }
  12451. },
  12452. "node_modules/secret-stack-decorators": {
  12453. "version": "1.1.0",
  12454. "license": "MIT"
  12455. },
  12456. "node_modules/secret-stack/node_modules/muxrpc": {
  12457. "version": "6.7.3",
  12458. "license": "MIT",
  12459. "dependencies": {
  12460. "clarify-error": "^1.0.0",
  12461. "debug": "^4.3.3",
  12462. "packet-stream": "~2.0.0",
  12463. "packet-stream-codec": "^1.2.0",
  12464. "pull-goodbye": "0.0.3",
  12465. "pull-stream": "^3.6.10"
  12466. }
  12467. },
  12468. "node_modules/semver": {
  12469. "version": "7.7.4",
  12470. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
  12471. "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
  12472. "license": "ISC",
  12473. "bin": {
  12474. "semver": "bin/semver.js"
  12475. },
  12476. "engines": {
  12477. "node": ">=10"
  12478. }
  12479. },
  12480. "node_modules/send": {
  12481. "version": "1.2.0",
  12482. "license": "MIT",
  12483. "dependencies": {
  12484. "debug": "^4.3.5",
  12485. "encodeurl": "^2.0.0",
  12486. "escape-html": "^1.0.3",
  12487. "etag": "^1.8.1",
  12488. "fresh": "^2.0.0",
  12489. "http-errors": "^2.0.0",
  12490. "mime-types": "^3.0.1",
  12491. "ms": "^2.1.3",
  12492. "on-finished": "^2.4.1",
  12493. "range-parser": "^1.2.1",
  12494. "statuses": "^2.0.1"
  12495. },
  12496. "engines": {
  12497. "node": ">= 18"
  12498. }
  12499. },
  12500. "node_modules/send/node_modules/encodeurl": {
  12501. "version": "2.0.0",
  12502. "license": "MIT",
  12503. "engines": {
  12504. "node": ">= 0.8"
  12505. }
  12506. },
  12507. "node_modules/send/node_modules/fresh": {
  12508. "version": "2.0.0",
  12509. "license": "MIT",
  12510. "engines": {
  12511. "node": ">= 0.8"
  12512. }
  12513. },
  12514. "node_modules/send/node_modules/mime-db": {
  12515. "version": "1.54.0",
  12516. "license": "MIT",
  12517. "engines": {
  12518. "node": ">= 0.6"
  12519. }
  12520. },
  12521. "node_modules/send/node_modules/mime-types": {
  12522. "version": "3.0.1",
  12523. "license": "MIT",
  12524. "dependencies": {
  12525. "mime-db": "^1.54.0"
  12526. },
  12527. "engines": {
  12528. "node": ">= 0.6"
  12529. }
  12530. },
  12531. "node_modules/separator-escape": {
  12532. "version": "0.0.1",
  12533. "license": "MIT"
  12534. },
  12535. "node_modules/serve-static": {
  12536. "version": "2.2.0",
  12537. "license": "MIT",
  12538. "dependencies": {
  12539. "encodeurl": "^2.0.0",
  12540. "escape-html": "^1.0.3",
  12541. "parseurl": "^1.3.3",
  12542. "send": "^1.2.0"
  12543. },
  12544. "engines": {
  12545. "node": ">= 18"
  12546. }
  12547. },
  12548. "node_modules/serve-static/node_modules/encodeurl": {
  12549. "version": "2.0.0",
  12550. "license": "MIT",
  12551. "engines": {
  12552. "node": ">= 0.8"
  12553. }
  12554. },
  12555. "node_modules/set-blocking": {
  12556. "version": "2.0.0",
  12557. "license": "ISC"
  12558. },
  12559. "node_modules/set-function-length": {
  12560. "version": "1.2.2",
  12561. "license": "MIT",
  12562. "dependencies": {
  12563. "define-data-property": "^1.1.4",
  12564. "es-errors": "^1.3.0",
  12565. "function-bind": "^1.1.2",
  12566. "get-intrinsic": "^1.2.4",
  12567. "gopd": "^1.0.1",
  12568. "has-property-descriptors": "^1.0.2"
  12569. },
  12570. "engines": {
  12571. "node": ">= 0.4"
  12572. }
  12573. },
  12574. "node_modules/set-function-name": {
  12575. "version": "2.0.2",
  12576. "license": "MIT",
  12577. "dependencies": {
  12578. "define-data-property": "^1.1.4",
  12579. "es-errors": "^1.3.0",
  12580. "functions-have-names": "^1.2.3",
  12581. "has-property-descriptors": "^1.0.2"
  12582. },
  12583. "engines": {
  12584. "node": ">= 0.4"
  12585. }
  12586. },
  12587. "node_modules/set-proto": {
  12588. "version": "1.0.0",
  12589. "license": "MIT",
  12590. "dependencies": {
  12591. "dunder-proto": "^1.0.1",
  12592. "es-errors": "^1.3.0",
  12593. "es-object-atoms": "^1.0.0"
  12594. },
  12595. "engines": {
  12596. "node": ">= 0.4"
  12597. }
  12598. },
  12599. "node_modules/set-value": {
  12600. "version": "2.0.1",
  12601. "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz",
  12602. "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==",
  12603. "license": "MIT",
  12604. "dependencies": {
  12605. "extend-shallow": "^2.0.1",
  12606. "is-extendable": "^0.1.1",
  12607. "is-plain-object": "^2.0.3",
  12608. "split-string": "^3.0.1"
  12609. },
  12610. "engines": {
  12611. "node": ">=0.10.0"
  12612. }
  12613. },
  12614. "node_modules/set-value/node_modules/extend-shallow": {
  12615. "version": "2.0.1",
  12616. "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
  12617. "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",
  12618. "license": "MIT",
  12619. "dependencies": {
  12620. "is-extendable": "^0.1.0"
  12621. },
  12622. "engines": {
  12623. "node": ">=0.10.0"
  12624. }
  12625. },
  12626. "node_modules/set.prototype.difference": {
  12627. "version": "1.1.7",
  12628. "license": "MIT",
  12629. "dependencies": {
  12630. "call-bind": "^1.0.8",
  12631. "call-bound": "^1.0.4",
  12632. "define-properties": "^1.2.1",
  12633. "es-abstract": "^1.23.9",
  12634. "es-errors": "^1.3.0",
  12635. "es-set": "^1.1.2",
  12636. "is-set": "^2.0.3",
  12637. "stop-iteration-iterator": "^1.1.0"
  12638. },
  12639. "engines": {
  12640. "node": ">= 0.4"
  12641. },
  12642. "funding": {
  12643. "url": "https://github.com/sponsors/ljharb"
  12644. }
  12645. },
  12646. "node_modules/set.prototype.issubsetof": {
  12647. "version": "1.1.4",
  12648. "license": "MIT",
  12649. "dependencies": {
  12650. "call-bind": "^1.0.7",
  12651. "define-properties": "^1.2.1",
  12652. "es-abstract": "^1.23.3",
  12653. "es-errors": "^1.3.0",
  12654. "es-set": "^1.1.1",
  12655. "is-set": "^2.0.3",
  12656. "stop-iteration-iterator": "^1.0.0"
  12657. },
  12658. "engines": {
  12659. "node": ">= 0.4"
  12660. },
  12661. "funding": {
  12662. "url": "https://github.com/sponsors/ljharb"
  12663. }
  12664. },
  12665. "node_modules/setprototypeof": {
  12666. "version": "1.2.0",
  12667. "license": "ISC"
  12668. },
  12669. "node_modules/sha.js": {
  12670. "version": "2.4.5",
  12671. "license": "MIT",
  12672. "dependencies": {
  12673. "inherits": "^2.0.1"
  12674. },
  12675. "bin": {
  12676. "sha.js": "bin.js"
  12677. }
  12678. },
  12679. "node_modules/sha256-universal": {
  12680. "version": "1.2.1",
  12681. "license": "ISC",
  12682. "dependencies": {
  12683. "b4a": "^1.0.1",
  12684. "sha256-wasm": "^2.2.1"
  12685. }
  12686. },
  12687. "node_modules/sha256-wasm": {
  12688. "version": "2.2.2",
  12689. "license": "ISC",
  12690. "dependencies": {
  12691. "b4a": "^1.0.1",
  12692. "nanoassert": "^2.0.0"
  12693. }
  12694. },
  12695. "node_modules/sha512-universal": {
  12696. "version": "1.2.1",
  12697. "license": "ISC",
  12698. "dependencies": {
  12699. "b4a": "^1.0.1",
  12700. "sha512-wasm": "^2.3.1"
  12701. }
  12702. },
  12703. "node_modules/sha512-wasm": {
  12704. "version": "2.3.4",
  12705. "license": "ISC",
  12706. "dependencies": {
  12707. "b4a": "^1.0.1",
  12708. "nanoassert": "^2.0.0"
  12709. }
  12710. },
  12711. "node_modules/sharp": {
  12712. "version": "0.33.5",
  12713. "hasInstallScript": true,
  12714. "license": "Apache-2.0",
  12715. "optional": true,
  12716. "dependencies": {
  12717. "color": "^4.2.3",
  12718. "detect-libc": "^2.0.3",
  12719. "semver": "^7.6.3"
  12720. },
  12721. "engines": {
  12722. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  12723. },
  12724. "funding": {
  12725. "url": "https://opencollective.com/libvips"
  12726. },
  12727. "optionalDependencies": {
  12728. "@img/sharp-darwin-arm64": "0.33.5",
  12729. "@img/sharp-darwin-x64": "0.33.5",
  12730. "@img/sharp-libvips-darwin-arm64": "1.0.4",
  12731. "@img/sharp-libvips-darwin-x64": "1.0.4",
  12732. "@img/sharp-libvips-linux-arm": "1.0.5",
  12733. "@img/sharp-libvips-linux-arm64": "1.0.4",
  12734. "@img/sharp-libvips-linux-s390x": "1.0.4",
  12735. "@img/sharp-libvips-linux-x64": "1.0.4",
  12736. "@img/sharp-libvips-linuxmusl-arm64": "1.0.4",
  12737. "@img/sharp-libvips-linuxmusl-x64": "1.0.4",
  12738. "@img/sharp-linux-arm": "0.33.5",
  12739. "@img/sharp-linux-arm64": "0.33.5",
  12740. "@img/sharp-linux-s390x": "0.33.5",
  12741. "@img/sharp-linux-x64": "0.33.5",
  12742. "@img/sharp-linuxmusl-arm64": "0.33.5",
  12743. "@img/sharp-linuxmusl-x64": "0.33.5",
  12744. "@img/sharp-wasm32": "0.33.5",
  12745. "@img/sharp-win32-ia32": "0.33.5",
  12746. "@img/sharp-win32-x64": "0.33.5"
  12747. }
  12748. },
  12749. "node_modules/shebang-command": {
  12750. "version": "2.0.0",
  12751. "license": "MIT",
  12752. "dependencies": {
  12753. "shebang-regex": "^3.0.0"
  12754. },
  12755. "engines": {
  12756. "node": ">=8"
  12757. }
  12758. },
  12759. "node_modules/shebang-regex": {
  12760. "version": "3.0.0",
  12761. "license": "MIT",
  12762. "engines": {
  12763. "node": ">=8"
  12764. }
  12765. },
  12766. "node_modules/shellsubstitute": {
  12767. "version": "1.2.0",
  12768. "resolved": "https://registry.npmjs.org/shellsubstitute/-/shellsubstitute-1.2.0.tgz",
  12769. "integrity": "sha512-CI1ViFC5a3ub86aaBmBVQ7kqg8eFypZLgBh+Bmq+ehHy9g7vu9kqCj5hS82cPzLwfdJRgiPB2hNHnd6oetiakQ==",
  12770. "license": "ISC"
  12771. },
  12772. "node_modules/side-channel": {
  12773. "version": "1.1.0",
  12774. "license": "MIT",
  12775. "dependencies": {
  12776. "es-errors": "^1.3.0",
  12777. "object-inspect": "^1.13.3",
  12778. "side-channel-list": "^1.0.0",
  12779. "side-channel-map": "^1.0.1",
  12780. "side-channel-weakmap": "^1.0.2"
  12781. },
  12782. "engines": {
  12783. "node": ">= 0.4"
  12784. },
  12785. "funding": {
  12786. "url": "https://github.com/sponsors/ljharb"
  12787. }
  12788. },
  12789. "node_modules/side-channel-list": {
  12790. "version": "1.0.0",
  12791. "license": "MIT",
  12792. "dependencies": {
  12793. "es-errors": "^1.3.0",
  12794. "object-inspect": "^1.13.3"
  12795. },
  12796. "engines": {
  12797. "node": ">= 0.4"
  12798. },
  12799. "funding": {
  12800. "url": "https://github.com/sponsors/ljharb"
  12801. }
  12802. },
  12803. "node_modules/side-channel-map": {
  12804. "version": "1.0.1",
  12805. "license": "MIT",
  12806. "dependencies": {
  12807. "call-bound": "^1.0.2",
  12808. "es-errors": "^1.3.0",
  12809. "get-intrinsic": "^1.2.5",
  12810. "object-inspect": "^1.13.3"
  12811. },
  12812. "engines": {
  12813. "node": ">= 0.4"
  12814. },
  12815. "funding": {
  12816. "url": "https://github.com/sponsors/ljharb"
  12817. }
  12818. },
  12819. "node_modules/side-channel-weakmap": {
  12820. "version": "1.0.2",
  12821. "license": "MIT",
  12822. "dependencies": {
  12823. "call-bound": "^1.0.2",
  12824. "es-errors": "^1.3.0",
  12825. "get-intrinsic": "^1.2.5",
  12826. "object-inspect": "^1.13.3",
  12827. "side-channel-map": "^1.0.1"
  12828. },
  12829. "engines": {
  12830. "node": ">= 0.4"
  12831. },
  12832. "funding": {
  12833. "url": "https://github.com/sponsors/ljharb"
  12834. }
  12835. },
  12836. "node_modules/signal-exit": {
  12837. "version": "4.1.0",
  12838. "license": "ISC",
  12839. "engines": {
  12840. "node": ">=14"
  12841. },
  12842. "funding": {
  12843. "url": "https://github.com/sponsors/isaacs"
  12844. }
  12845. },
  12846. "node_modules/simple-git": {
  12847. "version": "3.33.0",
  12848. "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.33.0.tgz",
  12849. "integrity": "sha512-D4V/tGC2sjsoNhoMybKyGoE+v8A60hRawKQ1iFRA1zwuDgGZCBJ4ByOzZ5J8joBbi4Oam0qiPH+GhzmSBwbJng==",
  12850. "license": "MIT",
  12851. "dependencies": {
  12852. "@kwsites/file-exists": "^1.1.1",
  12853. "@kwsites/promise-deferred": "^1.1.1",
  12854. "debug": "^4.4.0"
  12855. },
  12856. "funding": {
  12857. "type": "github",
  12858. "url": "https://github.com/steveukx/git-js?sponsor=1"
  12859. }
  12860. },
  12861. "node_modules/simple-swizzle": {
  12862. "version": "0.2.2",
  12863. "license": "MIT",
  12864. "optional": true,
  12865. "dependencies": {
  12866. "is-arrayish": "^0.3.1"
  12867. }
  12868. },
  12869. "node_modules/simple-swizzle/node_modules/is-arrayish": {
  12870. "version": "0.3.2",
  12871. "license": "MIT",
  12872. "optional": true
  12873. },
  12874. "node_modules/simple-update-notifier": {
  12875. "version": "2.0.0",
  12876. "resolved": "https://registry.npmjs.org/simple-update-notifier/-/simple-update-notifier-2.0.0.tgz",
  12877. "integrity": "sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w==",
  12878. "dev": true,
  12879. "license": "MIT",
  12880. "dependencies": {
  12881. "semver": "^7.5.3"
  12882. },
  12883. "engines": {
  12884. "node": ">=10"
  12885. }
  12886. },
  12887. "node_modules/siphash24": {
  12888. "version": "1.3.1",
  12889. "license": "MIT",
  12890. "dependencies": {
  12891. "nanoassert": "^2.0.0"
  12892. }
  12893. },
  12894. "node_modules/sleep-promise": {
  12895. "version": "9.1.0",
  12896. "resolved": "https://registry.npmjs.org/sleep-promise/-/sleep-promise-9.1.0.tgz",
  12897. "integrity": "sha512-UHYzVpz9Xn8b+jikYSD6bqvf754xL2uBUzDFwiU6NcdZeifPr6UfgU43xpkPu67VMS88+TI2PSI7Eohgqf2fKA==",
  12898. "license": "MIT"
  12899. },
  12900. "node_modules/slice-ansi": {
  12901. "version": "8.0.0",
  12902. "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-8.0.0.tgz",
  12903. "integrity": "sha512-stxByr12oeeOyY2BlviTNQlYV5xOj47GirPr4yA1hE9JCtxfQN0+tVbkxwCtYDQWhEKWFHsEK48ORg5jrouCAg==",
  12904. "license": "MIT",
  12905. "dependencies": {
  12906. "ansi-styles": "^6.2.3",
  12907. "is-fullwidth-code-point": "^5.1.0"
  12908. },
  12909. "engines": {
  12910. "node": ">=20"
  12911. },
  12912. "funding": {
  12913. "url": "https://github.com/chalk/slice-ansi?sponsor=1"
  12914. }
  12915. },
  12916. "node_modules/slice-ansi/node_modules/ansi-styles": {
  12917. "version": "6.2.3",
  12918. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
  12919. "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
  12920. "license": "MIT",
  12921. "engines": {
  12922. "node": ">=12"
  12923. },
  12924. "funding": {
  12925. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  12926. }
  12927. },
  12928. "node_modules/slice-ansi/node_modules/is-fullwidth-code-point": {
  12929. "version": "5.1.0",
  12930. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.1.0.tgz",
  12931. "integrity": "sha512-5XHYaSyiqADb4RnZ1Bdad6cPp8Toise4TzEjcOYDHZkTCbKgiUl7WTUCpNWHuxmDt91wnsZBc9xinNzopv3JMQ==",
  12932. "license": "MIT",
  12933. "dependencies": {
  12934. "get-east-asian-width": "^1.3.1"
  12935. },
  12936. "engines": {
  12937. "node": ">=18"
  12938. },
  12939. "funding": {
  12940. "url": "https://github.com/sponsors/sindresorhus"
  12941. }
  12942. },
  12943. "node_modules/smart-buffer": {
  12944. "version": "4.2.0",
  12945. "license": "MIT",
  12946. "engines": {
  12947. "node": ">= 6.0.0",
  12948. "npm": ">= 3.0.0"
  12949. }
  12950. },
  12951. "node_modules/snapdragon": {
  12952. "version": "0.8.2",
  12953. "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz",
  12954. "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==",
  12955. "license": "MIT",
  12956. "dependencies": {
  12957. "base": "^0.11.1",
  12958. "debug": "^2.2.0",
  12959. "define-property": "^0.2.5",
  12960. "extend-shallow": "^2.0.1",
  12961. "map-cache": "^0.2.2",
  12962. "source-map": "^0.5.6",
  12963. "source-map-resolve": "^0.5.0",
  12964. "use": "^3.1.0"
  12965. },
  12966. "engines": {
  12967. "node": ">=0.10.0"
  12968. }
  12969. },
  12970. "node_modules/snapdragon-node": {
  12971. "version": "2.1.1",
  12972. "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz",
  12973. "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==",
  12974. "license": "MIT",
  12975. "dependencies": {
  12976. "define-property": "^1.0.0",
  12977. "isobject": "^3.0.0",
  12978. "snapdragon-util": "^3.0.1"
  12979. },
  12980. "engines": {
  12981. "node": ">=0.10.0"
  12982. }
  12983. },
  12984. "node_modules/snapdragon-node/node_modules/define-property": {
  12985. "version": "1.0.0",
  12986. "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
  12987. "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==",
  12988. "license": "MIT",
  12989. "dependencies": {
  12990. "is-descriptor": "^1.0.0"
  12991. },
  12992. "engines": {
  12993. "node": ">=0.10.0"
  12994. }
  12995. },
  12996. "node_modules/snapdragon-node/node_modules/isobject": {
  12997. "version": "3.0.1",
  12998. "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
  12999. "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==",
  13000. "license": "MIT",
  13001. "engines": {
  13002. "node": ">=0.10.0"
  13003. }
  13004. },
  13005. "node_modules/snapdragon-util": {
  13006. "version": "3.0.1",
  13007. "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz",
  13008. "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==",
  13009. "license": "MIT",
  13010. "dependencies": {
  13011. "kind-of": "^3.2.0"
  13012. },
  13013. "engines": {
  13014. "node": ">=0.10.0"
  13015. }
  13016. },
  13017. "node_modules/snapdragon/node_modules/define-property": {
  13018. "version": "0.2.5",
  13019. "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
  13020. "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",
  13021. "license": "MIT",
  13022. "dependencies": {
  13023. "is-descriptor": "^0.1.0"
  13024. },
  13025. "engines": {
  13026. "node": ">=0.10.0"
  13027. }
  13028. },
  13029. "node_modules/snapdragon/node_modules/extend-shallow": {
  13030. "version": "2.0.1",
  13031. "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
  13032. "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",
  13033. "license": "MIT",
  13034. "dependencies": {
  13035. "is-extendable": "^0.1.0"
  13036. },
  13037. "engines": {
  13038. "node": ">=0.10.0"
  13039. }
  13040. },
  13041. "node_modules/snapdragon/node_modules/is-descriptor": {
  13042. "version": "0.1.7",
  13043. "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz",
  13044. "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==",
  13045. "license": "MIT",
  13046. "dependencies": {
  13047. "is-accessor-descriptor": "^1.0.1",
  13048. "is-data-descriptor": "^1.0.1"
  13049. },
  13050. "engines": {
  13051. "node": ">= 0.4"
  13052. }
  13053. },
  13054. "node_modules/socks": {
  13055. "version": "2.8.4",
  13056. "license": "MIT",
  13057. "dependencies": {
  13058. "ip-address": "^9.0.5",
  13059. "smart-buffer": "^4.2.0"
  13060. },
  13061. "engines": {
  13062. "node": ">= 10.0.0",
  13063. "npm": ">= 3.0.0"
  13064. }
  13065. },
  13066. "node_modules/sodium-browserify": {
  13067. "version": "1.3.0",
  13068. "license": "MIT",
  13069. "dependencies": {
  13070. "libsodium-wrappers": "^0.7.4",
  13071. "sha.js": "2.4.5",
  13072. "sodium-browserify-tweetnacl": "^0.2.5",
  13073. "tweetnacl": "^0.14.1"
  13074. }
  13075. },
  13076. "node_modules/sodium-browserify-tweetnacl": {
  13077. "version": "0.2.6",
  13078. "license": "MIT",
  13079. "dependencies": {
  13080. "chloride-test": "^1.1.0",
  13081. "ed2curve": "^0.1.4",
  13082. "sha.js": "^2.4.8",
  13083. "tweetnacl": "^1.0.1",
  13084. "tweetnacl-auth": "^0.3.0"
  13085. }
  13086. },
  13087. "node_modules/sodium-browserify-tweetnacl/node_modules/sha.js": {
  13088. "version": "2.4.12",
  13089. "license": "(MIT AND BSD-3-Clause)",
  13090. "dependencies": {
  13091. "inherits": "^2.0.4",
  13092. "safe-buffer": "^5.2.1",
  13093. "to-buffer": "^1.2.0"
  13094. },
  13095. "bin": {
  13096. "sha.js": "bin.js"
  13097. },
  13098. "engines": {
  13099. "node": ">= 0.10"
  13100. },
  13101. "funding": {
  13102. "url": "https://github.com/sponsors/ljharb"
  13103. }
  13104. },
  13105. "node_modules/sodium-browserify-tweetnacl/node_modules/tweetnacl": {
  13106. "version": "1.0.3",
  13107. "license": "Unlicense"
  13108. },
  13109. "node_modules/sodium-chloride": {
  13110. "version": "1.1.2",
  13111. "license": "MIT"
  13112. },
  13113. "node_modules/sodium-javascript": {
  13114. "version": "0.8.0",
  13115. "license": "MIT",
  13116. "dependencies": {
  13117. "blake2b": "^2.1.1",
  13118. "chacha20-universal": "^1.0.4",
  13119. "nanoassert": "^2.0.0",
  13120. "sha256-universal": "^1.1.0",
  13121. "sha512-universal": "^1.1.0",
  13122. "siphash24": "^1.0.1",
  13123. "xsalsa20": "^1.0.0"
  13124. }
  13125. },
  13126. "node_modules/sodium-native": {
  13127. "version": "3.4.1",
  13128. "hasInstallScript": true,
  13129. "license": "MIT",
  13130. "dependencies": {
  13131. "node-gyp-build": "^4.3.0"
  13132. }
  13133. },
  13134. "node_modules/sodium-universal": {
  13135. "version": "3.1.0",
  13136. "license": "MIT",
  13137. "dependencies": {
  13138. "blake2b": "^2.1.1",
  13139. "chacha20-universal": "^1.0.4",
  13140. "nanoassert": "^2.0.0",
  13141. "resolve": "^1.17.0",
  13142. "sha256-universal": "^1.1.0",
  13143. "sha512-universal": "^1.1.0",
  13144. "siphash24": "^1.0.1",
  13145. "sodium-javascript": "~0.8.0",
  13146. "sodium-native": "^3.2.0",
  13147. "xsalsa20": "^1.0.0"
  13148. }
  13149. },
  13150. "node_modules/source-map": {
  13151. "version": "0.5.7",
  13152. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
  13153. "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
  13154. "license": "BSD-3-Clause",
  13155. "engines": {
  13156. "node": ">=0.10.0"
  13157. }
  13158. },
  13159. "node_modules/source-map-js": {
  13160. "version": "1.2.1",
  13161. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  13162. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  13163. "license": "BSD-3-Clause",
  13164. "engines": {
  13165. "node": ">=0.10.0"
  13166. }
  13167. },
  13168. "node_modules/source-map-resolve": {
  13169. "version": "0.5.3",
  13170. "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz",
  13171. "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==",
  13172. "deprecated": "See https://github.com/lydell/source-map-resolve#deprecated",
  13173. "license": "MIT",
  13174. "dependencies": {
  13175. "atob": "^2.1.2",
  13176. "decode-uri-component": "^0.2.0",
  13177. "resolve-url": "^0.2.1",
  13178. "source-map-url": "^0.4.0",
  13179. "urix": "^0.1.0"
  13180. }
  13181. },
  13182. "node_modules/source-map-url": {
  13183. "version": "0.4.1",
  13184. "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz",
  13185. "integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==",
  13186. "deprecated": "See https://github.com/lydell/source-map-url#deprecated",
  13187. "license": "MIT"
  13188. },
  13189. "node_modules/spdx-correct": {
  13190. "version": "3.2.0",
  13191. "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz",
  13192. "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==",
  13193. "dev": true,
  13194. "license": "Apache-2.0",
  13195. "dependencies": {
  13196. "spdx-expression-parse": "^3.0.0",
  13197. "spdx-license-ids": "^3.0.0"
  13198. }
  13199. },
  13200. "node_modules/spdx-exceptions": {
  13201. "version": "2.5.0",
  13202. "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz",
  13203. "integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==",
  13204. "dev": true,
  13205. "license": "CC-BY-3.0"
  13206. },
  13207. "node_modules/spdx-expression-parse": {
  13208. "version": "3.0.1",
  13209. "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
  13210. "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
  13211. "dev": true,
  13212. "license": "MIT",
  13213. "dependencies": {
  13214. "spdx-exceptions": "^2.1.0",
  13215. "spdx-license-ids": "^3.0.0"
  13216. }
  13217. },
  13218. "node_modules/spdx-license-ids": {
  13219. "version": "3.0.23",
  13220. "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.23.tgz",
  13221. "integrity": "sha512-CWLcCCH7VLu13TgOH+r8p1O/Znwhqv/dbb6lqWy67G+pT1kHmeD/+V36AVb/vq8QMIQwVShJ6Ssl5FPh0fuSdw==",
  13222. "dev": true,
  13223. "license": "CC0-1.0"
  13224. },
  13225. "node_modules/split-buffer": {
  13226. "version": "1.0.0",
  13227. "license": "MIT"
  13228. },
  13229. "node_modules/split-string": {
  13230. "version": "3.1.0",
  13231. "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz",
  13232. "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==",
  13233. "license": "MIT",
  13234. "dependencies": {
  13235. "extend-shallow": "^3.0.0"
  13236. },
  13237. "engines": {
  13238. "node": ">=0.10.0"
  13239. }
  13240. },
  13241. "node_modules/ssb-about": {
  13242. "version": "2.0.1",
  13243. "license": "MIT",
  13244. "dependencies": {
  13245. "ssb-social-index": "^1.0.0"
  13246. }
  13247. },
  13248. "node_modules/ssb-about-self": {
  13249. "version": "1.1.0",
  13250. "license": "LGPL-3.0",
  13251. "dependencies": {
  13252. "bipf": "^1.6.3",
  13253. "clarify-error": "^1.0.0",
  13254. "pull-async": "^1.0.0",
  13255. "pull-cat": "^1.1.11",
  13256. "pull-level": "^2.0.4",
  13257. "pull-stream": "^3.6.14"
  13258. },
  13259. "engines": {
  13260. "node": ">=12"
  13261. },
  13262. "peerDependencies": {
  13263. "ssb-db2": ">=3.4.0"
  13264. }
  13265. },
  13266. "node_modules/ssb-autofollow": {
  13267. "version": "1.1.0",
  13268. "license": "MIT",
  13269. "dependencies": {
  13270. "debug": "^3.1.0",
  13271. "pull-stream": "^3.6.9"
  13272. }
  13273. },
  13274. "node_modules/ssb-backlinks": {
  13275. "version": "2.1.1",
  13276. "license": "MIT",
  13277. "dependencies": {
  13278. "base64-url": "^2.3.3",
  13279. "flumeview-links": "^2.1.0",
  13280. "pull-stream": "^3.6.14",
  13281. "ssb-ref": "^2.14.0"
  13282. }
  13283. },
  13284. "node_modules/ssb-bendy-butt": {
  13285. "version": "1.0.2",
  13286. "license": "LGPL-3.0",
  13287. "dependencies": {
  13288. "bencode": "^2.0.1",
  13289. "ssb-bfe": "^3.3.0",
  13290. "ssb-keys": "^8.4.0",
  13291. "ssb-uri2": "^2.0.0"
  13292. }
  13293. },
  13294. "node_modules/ssb-bfe": {
  13295. "version": "3.7.0",
  13296. "license": "LGPL-3.0",
  13297. "dependencies": {
  13298. "is-canonical-base64": "^1.1.1",
  13299. "ssb-bfe-spec": "^0.8.0",
  13300. "ssb-ref": "^2.16.0",
  13301. "ssb-uri2": "^2.4.0"
  13302. }
  13303. },
  13304. "node_modules/ssb-bfe-spec": {
  13305. "version": "0.8.0",
  13306. "license": "CC0-1.0"
  13307. },
  13308. "node_modules/ssb-blobs": {
  13309. "version": "2.0.1",
  13310. "license": "MIT",
  13311. "dependencies": {
  13312. "level": "^6.0.0",
  13313. "multiblob": "^1.12.0",
  13314. "obz": "^1.0.2",
  13315. "pull-defer": "^0.2.3",
  13316. "pull-level": "^2.0.4",
  13317. "pull-notify": "^0.1.0",
  13318. "pull-stream": "^3.3.0",
  13319. "ssb-ref": "^2.3.0"
  13320. }
  13321. },
  13322. "node_modules/ssb-box": {
  13323. "version": "1.0.1",
  13324. "license": "LGPL-3.0",
  13325. "dependencies": {
  13326. "chloride": "^2.4.1",
  13327. "private-box": "^0.3.1",
  13328. "ssb-ref": "^2.16.0",
  13329. "ssb-uri2": "^2.0.2"
  13330. },
  13331. "engines": {
  13332. "node": ">=12"
  13333. }
  13334. },
  13335. "node_modules/ssb-box2": {
  13336. "version": "3.0.1",
  13337. "license": "LGPL-3.0-only",
  13338. "dependencies": {
  13339. "envelope-js": "^1.3.0",
  13340. "private-group-spec": "^1.2.0",
  13341. "ssb-bfe": "^3.7.0",
  13342. "ssb-keyring": "^2.2.0",
  13343. "ssb-private-group-keys": "^0.4.1",
  13344. "ssb-ref": "^2.16.0",
  13345. "ssb-uri2": "^2.4.0"
  13346. }
  13347. },
  13348. "node_modules/ssb-buttwoo": {
  13349. "version": "0.3.3",
  13350. "license": "LGPL-3.0",
  13351. "dependencies": {
  13352. "base64-url": "^2.3.3",
  13353. "bipf": "^1.7.0",
  13354. "blake3": "^2.1.7",
  13355. "fast-varint": "^1.0.1",
  13356. "monotonic-timestamp": "^0.0.9",
  13357. "ssb-bfe": "^3.5.0",
  13358. "ssb-keys": "^8.4.0",
  13359. "ssb-uri2": "^2.0.1"
  13360. }
  13361. },
  13362. "node_modules/ssb-caps": {
  13363. "version": "1.1.0",
  13364. "license": "CC0-1.0"
  13365. },
  13366. "node_modules/ssb-classic": {
  13367. "version": "1.1.0",
  13368. "license": "LGPL-3.0",
  13369. "dependencies": {
  13370. "bipf": "^1.9.0",
  13371. "is-canonical-base64": "^1.1.1",
  13372. "ssb-keys": "^8.1.0",
  13373. "ssb-ref": "^2.16.0"
  13374. },
  13375. "engines": {
  13376. "node": ">=12"
  13377. }
  13378. },
  13379. "node_modules/ssb-client": {
  13380. "version": "4.9.0",
  13381. "license": "MIT",
  13382. "dependencies": {
  13383. "explain-error": "^1.0.1",
  13384. "multicb": "^1.2.1",
  13385. "multiserver": "^3.1.2",
  13386. "muxrpc": "^6.5.0",
  13387. "pull-hash": "^1.0.0",
  13388. "pull-stream": "^3.6.0",
  13389. "ssb-config": "^3.4.4",
  13390. "ssb-keys": "^7.2.1"
  13391. }
  13392. },
  13393. "node_modules/ssb-client/node_modules/mkdirp": {
  13394. "version": "0.5.6",
  13395. "license": "MIT",
  13396. "dependencies": {
  13397. "minimist": "^1.2.6"
  13398. },
  13399. "bin": {
  13400. "mkdirp": "bin/cmd.js"
  13401. }
  13402. },
  13403. "node_modules/ssb-client/node_modules/muxrpc": {
  13404. "version": "6.7.3",
  13405. "license": "MIT",
  13406. "dependencies": {
  13407. "clarify-error": "^1.0.0",
  13408. "debug": "^4.3.3",
  13409. "packet-stream": "~2.0.0",
  13410. "packet-stream-codec": "^1.2.0",
  13411. "pull-goodbye": "0.0.3",
  13412. "pull-stream": "^3.6.10"
  13413. }
  13414. },
  13415. "node_modules/ssb-client/node_modules/ssb-keys": {
  13416. "version": "7.2.2",
  13417. "license": "MIT",
  13418. "dependencies": {
  13419. "chloride": "^2.2.8",
  13420. "mkdirp": "~0.5.0",
  13421. "private-box": "^0.3.0"
  13422. }
  13423. },
  13424. "node_modules/ssb-config": {
  13425. "version": "3.4.6",
  13426. "license": "MIT",
  13427. "dependencies": {
  13428. "deep-extend": "^0.6.0",
  13429. "ip": "^1.1.5",
  13430. "lodash.get": "^4.4.2",
  13431. "os-homedir": "^1.0.1",
  13432. "rc": "^1.1.6",
  13433. "ssb-caps": "^1.0.1",
  13434. "ssb-keys": "^8.2.0"
  13435. }
  13436. },
  13437. "node_modules/ssb-conn": {
  13438. "version": "6.0.3",
  13439. "license": "MIT",
  13440. "dependencies": {
  13441. "debug": "^4.3.1",
  13442. "has-network2": ">=0.0.3",
  13443. "ip": "^1.1.5",
  13444. "on-change-network-strict": "1.0.0",
  13445. "on-wakeup": "^1.0.1",
  13446. "pull-notify": "^0.1.2",
  13447. "pull-pause": "~0.0.2",
  13448. "pull-ping": "^2.0.3",
  13449. "pull-stream": "^3.6.14",
  13450. "secret-stack-decorators": "1.1.0",
  13451. "ssb-conn-db": "~1.0.5",
  13452. "ssb-conn-hub": "~1.2.0",
  13453. "ssb-conn-query": "~1.2.2",
  13454. "ssb-conn-staging": "~1.0.0",
  13455. "ssb-ref": "^2.14.3",
  13456. "ssb-typescript": "^2.8.0",
  13457. "statistics": "^3.3.0",
  13458. "ziii": "~1.0.2"
  13459. },
  13460. "peerDependencies": {
  13461. "secret-stack": ">=6.2.0"
  13462. }
  13463. },
  13464. "node_modules/ssb-conn-db": {
  13465. "version": "1.0.5",
  13466. "license": "MIT",
  13467. "dependencies": {
  13468. "atomic-file-rw": "^0.3.0",
  13469. "debug": "^4.3.1",
  13470. "multiserver-address": "~1.0.1",
  13471. "pull-notify": "~0.1.2",
  13472. "ssb-ref": ">=2.13.9"
  13473. }
  13474. },
  13475. "node_modules/ssb-conn-hub": {
  13476. "version": "1.2.1",
  13477. "license": "MIT",
  13478. "dependencies": {
  13479. "debug": "^4.3.1",
  13480. "ip": "^1.1.5",
  13481. "multiserver": "^3.7.0",
  13482. "multiserver-address": "~1.0.1",
  13483. "promisify-tuple": "^1.0.1",
  13484. "pull-cat": "~1.1.11",
  13485. "pull-notify": "~0.1.1",
  13486. "pull-stream": "^3.6.14",
  13487. "ssb-ref": "^2.14.3"
  13488. }
  13489. },
  13490. "node_modules/ssb-conn-query": {
  13491. "version": "1.2.2",
  13492. "license": "MIT",
  13493. "dependencies": {
  13494. "ssb-conn-db": "~1.0.3",
  13495. "ssb-conn-hub": "~1.2.0",
  13496. "ssb-conn-staging": "~1.0.0"
  13497. }
  13498. },
  13499. "node_modules/ssb-conn-staging": {
  13500. "version": "1.0.0",
  13501. "license": "MIT",
  13502. "dependencies": {
  13503. "debug": "^4.1.1",
  13504. "multiserver-address": "~1.0.1",
  13505. "pull-cat": "~1.1.11",
  13506. "pull-notify": "~0.1.1",
  13507. "pull-stream": "^3.6.9"
  13508. }
  13509. },
  13510. "node_modules/ssb-db": {
  13511. "version": "20.4.1",
  13512. "license": "MIT",
  13513. "dependencies": {
  13514. "flumedb": "^2.1.8",
  13515. "flumelog-offset": "^3.4.2",
  13516. "flumeview-level": "^4.0.4",
  13517. "flumeview-reduce": "^1.4.0",
  13518. "hashlru": "^2.3.0",
  13519. "lodash.clonedeep": "^4.5.0",
  13520. "ltgt": "^2.2.0",
  13521. "mkdirp": "^1.0.4",
  13522. "monotonic-timestamp": "~0.0.8",
  13523. "muxrpc-validation": "^3.0.0",
  13524. "obv": "0.0.1",
  13525. "pull-cat": "^1.1.11",
  13526. "pull-cont": "^0.1.1",
  13527. "pull-notify": "^0.1.1",
  13528. "pull-stream": "^3.4.0",
  13529. "rimraf": "^3.0.0",
  13530. "ssb-keys": "^7.1.3",
  13531. "ssb-msgs": "^5.0.0",
  13532. "ssb-ref": "^2.14.0",
  13533. "ssb-validate": "^4.0.0",
  13534. "zerr": "^1.0.0"
  13535. }
  13536. },
  13537. "node_modules/ssb-db/node_modules/ssb-keys": {
  13538. "version": "7.2.2",
  13539. "license": "MIT",
  13540. "dependencies": {
  13541. "chloride": "^2.2.8",
  13542. "mkdirp": "~0.5.0",
  13543. "private-box": "^0.3.0"
  13544. }
  13545. },
  13546. "node_modules/ssb-db/node_modules/ssb-keys/node_modules/mkdirp": {
  13547. "version": "0.5.6",
  13548. "license": "MIT",
  13549. "dependencies": {
  13550. "minimist": "^1.2.6"
  13551. },
  13552. "bin": {
  13553. "mkdirp": "bin/cmd.js"
  13554. }
  13555. },
  13556. "node_modules/ssb-db2": {
  13557. "version": "6.3.3",
  13558. "license": "LGPL-3.0",
  13559. "dependencies": {
  13560. "async-append-only-log": "^4.3.7",
  13561. "atomic-file-rw": "^0.3.0",
  13562. "binary-search-bounds": "^2.0.4",
  13563. "bipf": "^1.9.0",
  13564. "clarify-error": "^1.0.0",
  13565. "debug": "^4.3.1",
  13566. "fastintcompression": "0.0.4",
  13567. "flumecodec": "0.0.1",
  13568. "flumelog-offset": "3.4.4",
  13569. "hoox": "0.0.1",
  13570. "jitdb": "^7.0.0",
  13571. "level": "^6.0.1",
  13572. "level-codec": "^9.0.2",
  13573. "lodash.debounce": "^4.0.8",
  13574. "mkdirp": "^1.0.4",
  13575. "multicb": "1.2.2",
  13576. "mutexify": "^1.3.1",
  13577. "obz": "^1.1.0",
  13578. "p-defer": "^3.0.0",
  13579. "pull-cat": "^1.1.11",
  13580. "pull-drain-gently": "^1.1.0",
  13581. "pull-level": "^2.0.4",
  13582. "pull-notify": "^0.1.2",
  13583. "pull-paramap": "^1.2.2",
  13584. "pull-stream": "^3.6.14",
  13585. "push-stream": "^11.0.0",
  13586. "rimraf": "^3.0.2",
  13587. "ssb-about-self": "^1.0.1",
  13588. "ssb-box": "^1.0.0",
  13589. "ssb-box2": "^3.0.0",
  13590. "ssb-classic": "^1.1.0",
  13591. "ssb-keys": "^8.4.0",
  13592. "ssb-ref": "^2.14.3",
  13593. "ssb-uri2": "^2.2.0",
  13594. "too-hot": "^1.0.0",
  13595. "typedarray-to-buffer": "^4.0.0"
  13596. }
  13597. },
  13598. "node_modules/ssb-db2/node_modules/flumecodec": {
  13599. "version": "0.0.1",
  13600. "license": "MIT",
  13601. "dependencies": {
  13602. "level-codec": "^6.2.0"
  13603. }
  13604. },
  13605. "node_modules/ssb-db2/node_modules/flumecodec/node_modules/level-codec": {
  13606. "version": "6.2.0",
  13607. "license": "MIT"
  13608. },
  13609. "node_modules/ssb-device-address": {
  13610. "version": "1.1.6",
  13611. "license": "MIT",
  13612. "dependencies": {
  13613. "pull-stream": "^3.6.9",
  13614. "ssb-ref": "^2.13.3"
  13615. }
  13616. },
  13617. "node_modules/ssb-ebt": {
  13618. "version": "9.1.2",
  13619. "license": "MIT",
  13620. "dependencies": {
  13621. "base64-url": "^2.2.0",
  13622. "epidemic-broadcast-trees": "^9.0.2",
  13623. "key-value-file-store": "^1.1.1",
  13624. "pull-defer": "^0.2.3",
  13625. "pull-stream": "^3.6.0",
  13626. "push-stream-to-pull-stream": "^1.0.5",
  13627. "ssb-bendy-butt": "^1.0.1",
  13628. "ssb-buttwoo": "^0.3.2",
  13629. "ssb-classic": "^1.1.0",
  13630. "ssb-index-feeds": "~0.10.1",
  13631. "ssb-network-errors": "^1.0.1"
  13632. },
  13633. "engines": {
  13634. "node": ">=10"
  13635. }
  13636. },
  13637. "node_modules/ssb-feed": {
  13638. "version": "2.3.0",
  13639. "resolved": "https://registry.npmjs.org/ssb-feed/-/ssb-feed-2.3.0.tgz",
  13640. "integrity": "sha512-PKdrDl+KpqpLmIAJA/l7+8njHsDkJ8siDnMDxcGJhr63uwdib74H9BMaV9qbW9kRI7S0UJHvuPcre0pB3tcxgQ==",
  13641. "dev": true,
  13642. "license": "MIT",
  13643. "dependencies": {
  13644. "cont": "~1.0.3",
  13645. "monotonic-timestamp": "~0.0.9",
  13646. "pull-stream": "^3.4.2",
  13647. "ssb-keys": "^7.0.0",
  13648. "ssb-ref": "^2.0.0"
  13649. }
  13650. },
  13651. "node_modules/ssb-feed/node_modules/mkdirp": {
  13652. "version": "0.5.6",
  13653. "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
  13654. "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
  13655. "dev": true,
  13656. "license": "MIT",
  13657. "dependencies": {
  13658. "minimist": "^1.2.6"
  13659. },
  13660. "bin": {
  13661. "mkdirp": "bin/cmd.js"
  13662. }
  13663. },
  13664. "node_modules/ssb-feed/node_modules/ssb-keys": {
  13665. "version": "7.2.2",
  13666. "resolved": "https://registry.npmjs.org/ssb-keys/-/ssb-keys-7.2.2.tgz",
  13667. "integrity": "sha512-FPeyYU/3LpxcagnbmVWE+Q/qzg6keqeOBPbD7sEH9UKixUASeufPKiORDgh8nVX7J9Z+0vUaHt/WG999kGjvVQ==",
  13668. "dev": true,
  13669. "license": "MIT",
  13670. "dependencies": {
  13671. "chloride": "^2.2.8",
  13672. "mkdirp": "~0.5.0",
  13673. "private-box": "^0.3.0"
  13674. }
  13675. },
  13676. "node_modules/ssb-friend-pub": {
  13677. "version": "1.0.7",
  13678. "license": "Beerware",
  13679. "dependencies": {
  13680. "pull-stream": "^3.6.9",
  13681. "ssb-ref": "^2.13.9",
  13682. "ssb-sort": "^1.1.3"
  13683. }
  13684. },
  13685. "node_modules/ssb-friends": {
  13686. "version": "5.1.7",
  13687. "license": "MIT",
  13688. "dependencies": {
  13689. "bipf": "^1.5.1",
  13690. "flumecodec": "0.0.1",
  13691. "flumeview-reduce": "^1.3.17",
  13692. "layered-graph": "^1.2.0",
  13693. "pull-cont": "^0.1.1",
  13694. "pull-flatmap": "0.0.1",
  13695. "pull-level": "^2.0.4",
  13696. "pull-notify": "^0.1.1",
  13697. "pull-pushable": "^2.2.0",
  13698. "pull-stream": "^3.6.0",
  13699. "ssb-db2": ">=4.1.0 <=6",
  13700. "ssb-ref": "^2.13.0"
  13701. },
  13702. "engines": {
  13703. "node": ">=10"
  13704. }
  13705. },
  13706. "node_modules/ssb-friends/node_modules/flumecodec": {
  13707. "version": "0.0.1",
  13708. "license": "MIT",
  13709. "dependencies": {
  13710. "level-codec": "^6.2.0"
  13711. }
  13712. },
  13713. "node_modules/ssb-friends/node_modules/level-codec": {
  13714. "version": "6.2.0",
  13715. "license": "MIT"
  13716. },
  13717. "node_modules/ssb-generate": {
  13718. "version": "1.0.1",
  13719. "resolved": "https://registry.npmjs.org/ssb-generate/-/ssb-generate-1.0.1.tgz",
  13720. "integrity": "sha512-Ube4EVI2QCHLwtxPwi3julUGW1j45oZFCA/keST5JtWLAmt7Tegq7VWwlTHxXRInTZKcT8Q6AJF+KtipR+FC1A==",
  13721. "dev": true,
  13722. "license": "MIT",
  13723. "dependencies": {
  13724. "pull-paramap": "^1.2.2",
  13725. "pull-stream": "^3.6.0"
  13726. }
  13727. },
  13728. "node_modules/ssb-gossip": {
  13729. "version": "1.1.1",
  13730. "license": "MIT",
  13731. "dependencies": {
  13732. "atomic-file": "^1.1.5",
  13733. "deep-equal": "^1.0.1",
  13734. "has-network": "0.0.1",
  13735. "ip": "^1.1.5",
  13736. "muxrpc-validation": "^3.0.0",
  13737. "on-change-network": "0.0.2",
  13738. "on-wakeup": "^1.0.1",
  13739. "pull-notify": "^0.1.1",
  13740. "pull-ping": "^2.0.2",
  13741. "pull-stream": "^3.6.9",
  13742. "ssb-ref": "^2.13.9",
  13743. "statistics": "^3.3.0"
  13744. }
  13745. },
  13746. "node_modules/ssb-gossip/node_modules/atomic-file": {
  13747. "version": "1.1.5",
  13748. "license": "MIT"
  13749. },
  13750. "node_modules/ssb-index-feeds": {
  13751. "version": "0.10.2",
  13752. "license": "LGPL-3.0",
  13753. "dependencies": {
  13754. "debug": "^4.3.2",
  13755. "is-canonical-base64": "^1.1.1",
  13756. "pull-cat": "^1.1.11",
  13757. "pull-stream": "^3.6.14",
  13758. "ssb-classic": "^1.0.3",
  13759. "ssb-db2": ">=5",
  13760. "ssb-keys": ">=8",
  13761. "ssb-ref": "^2.16.0",
  13762. "ssb-subset-ql": "^1.0.0",
  13763. "ssb-uri2": "^2.1.0"
  13764. }
  13765. },
  13766. "node_modules/ssb-invite": {
  13767. "version": "3.0.3",
  13768. "license": "MIT",
  13769. "dependencies": {
  13770. "cont": "^1.0.3",
  13771. "explain-error": "^1.0.4",
  13772. "ip": "^1.1.8",
  13773. "level": "^6.0.1",
  13774. "muxrpc-validation": "^3.0.2",
  13775. "ssb-client": "^4.9.0",
  13776. "ssb-keys": "^8.5.0",
  13777. "ssb-ref": "^2.16.0"
  13778. }
  13779. },
  13780. "node_modules/ssb-invite-client": {
  13781. "version": "1.3.3",
  13782. "license": "MIT",
  13783. "dependencies": {
  13784. "clarify-error": "^1.0.0",
  13785. "promisify-tuple": "^1.2.0",
  13786. "secret-stack-decorators": "~1.1.0",
  13787. "ssb-ref": "^2.13.0"
  13788. },
  13789. "engines": {
  13790. "node": ">=8.10"
  13791. }
  13792. },
  13793. "node_modules/ssb-keyring": {
  13794. "version": "2.2.0",
  13795. "license": "LGPL-3.0",
  13796. "dependencies": {
  13797. "charwise": "^3.0.1",
  13798. "level": "^6.0.1",
  13799. "mkdirp": "^1.0.4",
  13800. "private-group-spec": "^1.1.3",
  13801. "pull-level": "^2.0.4",
  13802. "pull-stream": "^3.6.14",
  13803. "ssb-private-group-keys": "^1.0.0",
  13804. "ssb-ref": "^2.16.0",
  13805. "ssb-uri2": "^2.4.0"
  13806. }
  13807. },
  13808. "node_modules/ssb-keyring/node_modules/ssb-private-group-keys": {
  13809. "version": "1.1.2",
  13810. "license": "LGPL-3.0-only",
  13811. "dependencies": {
  13812. "envelope-js": "^1.3.2",
  13813. "futoin-hkdf": "^1.5.1",
  13814. "private-group-spec": "^1.1.3",
  13815. "sodium-universal": "^3.1.0",
  13816. "ssb-bfe": "^3.5.0"
  13817. }
  13818. },
  13819. "node_modules/ssb-keys": {
  13820. "version": "8.5.0",
  13821. "license": "MIT",
  13822. "dependencies": {
  13823. "chloride": "~2.4.1",
  13824. "mkdirp": "~0.5.0",
  13825. "private-box": "~0.3.0",
  13826. "ssb-uri2": "^2.1.0"
  13827. },
  13828. "engines": {
  13829. "node": ">=5.10.0"
  13830. }
  13831. },
  13832. "node_modules/ssb-keys/node_modules/mkdirp": {
  13833. "version": "0.5.6",
  13834. "license": "MIT",
  13835. "dependencies": {
  13836. "minimist": "^1.2.6"
  13837. },
  13838. "bin": {
  13839. "mkdirp": "bin/cmd.js"
  13840. }
  13841. },
  13842. "node_modules/ssb-lan": {
  13843. "version": "1.2.3",
  13844. "license": "MIT",
  13845. "dependencies": {
  13846. "debug": "^4.3.1",
  13847. "dgram-broadcast": "^1.0.0",
  13848. "ip": "^1.1.5",
  13849. "non-private-ip": "^2.1.0",
  13850. "pull-notify": "~0.1.2",
  13851. "secret-stack-decorators": "~1.1.0",
  13852. "ssb-keys": "^8.0.2",
  13853. "ssb-ref": "^2.14.3"
  13854. },
  13855. "peerDependencies": {
  13856. "secret-stack": ">=6.2.0"
  13857. }
  13858. },
  13859. "node_modules/ssb-legacy-conn": {
  13860. "version": "1.0.25",
  13861. "license": "MIT",
  13862. "dependencies": {
  13863. "debug": "~4.1.1",
  13864. "has-network": "0.0.1",
  13865. "ip": "^1.1.5",
  13866. "multiserver-address": "~1.0.1",
  13867. "on-change-network": "0.0.2",
  13868. "on-wakeup": "^1.0.1",
  13869. "pull-notify": "^0.1.1",
  13870. "pull-ping": "^2.0.2",
  13871. "pull-stream": "^3.6.9",
  13872. "ssb-conn-db": "0.1.0",
  13873. "ssb-conn-hub": "0.0.3",
  13874. "ssb-conn-staging": "0.0.1",
  13875. "ssb-ref": "^2.13.9",
  13876. "statistics": "^3.3.0"
  13877. }
  13878. },
  13879. "node_modules/ssb-legacy-conn/node_modules/atomic-file": {
  13880. "version": "1.1.5",
  13881. "license": "MIT"
  13882. },
  13883. "node_modules/ssb-legacy-conn/node_modules/ssb-conn-db": {
  13884. "version": "0.1.0",
  13885. "license": "MIT",
  13886. "dependencies": {
  13887. "atomic-file": "^1.1.5",
  13888. "debug": "~4.1.1",
  13889. "multiserver-address": "~1.0.1",
  13890. "pull-notify": "~0.1.1",
  13891. "ssb-ref": "~2.13.9"
  13892. }
  13893. },
  13894. "node_modules/ssb-legacy-conn/node_modules/ssb-conn-hub": {
  13895. "version": "0.0.3",
  13896. "license": "MIT",
  13897. "dependencies": {
  13898. "debug": "^4.1.1",
  13899. "multiserver-address": "~1.0.1",
  13900. "promisify-tuple": "^1.0.0",
  13901. "pull-notify": "~0.1.1",
  13902. "ssb-ref": "~2.13.9"
  13903. }
  13904. },
  13905. "node_modules/ssb-legacy-conn/node_modules/ssb-conn-staging": {
  13906. "version": "0.0.1",
  13907. "license": "MIT",
  13908. "dependencies": {
  13909. "debug": "^4.1.1",
  13910. "multiserver-address": "~1.0.1",
  13911. "pull-notify": "~0.1.1",
  13912. "pull-stream": "^3.6.9",
  13913. "ssb-conn-hub": "~0.0.3"
  13914. }
  13915. },
  13916. "node_modules/ssb-links": {
  13917. "version": "3.0.10",
  13918. "license": "MIT",
  13919. "dependencies": {
  13920. "flumeview-links": "^1.0.1",
  13921. "map-filter-reduce": "^2.0.0",
  13922. "ssb-msgs": "^5.2.0"
  13923. }
  13924. },
  13925. "node_modules/ssb-links/node_modules/abstract-leveldown": {
  13926. "version": "6.0.3",
  13927. "license": "MIT",
  13928. "dependencies": {
  13929. "level-concat-iterator": "~2.0.0",
  13930. "xtend": "~4.0.0"
  13931. },
  13932. "engines": {
  13933. "node": ">=6"
  13934. }
  13935. },
  13936. "node_modules/ssb-links/node_modules/deep-equal": {
  13937. "version": "2.2.3",
  13938. "license": "MIT",
  13939. "dependencies": {
  13940. "array-buffer-byte-length": "^1.0.0",
  13941. "call-bind": "^1.0.5",
  13942. "es-get-iterator": "^1.1.3",
  13943. "get-intrinsic": "^1.2.2",
  13944. "is-arguments": "^1.1.1",
  13945. "is-array-buffer": "^3.0.2",
  13946. "is-date-object": "^1.0.5",
  13947. "is-regex": "^1.1.4",
  13948. "is-shared-array-buffer": "^1.0.2",
  13949. "isarray": "^2.0.5",
  13950. "object-is": "^1.1.5",
  13951. "object-keys": "^1.1.1",
  13952. "object.assign": "^4.1.4",
  13953. "regexp.prototype.flags": "^1.5.1",
  13954. "side-channel": "^1.0.4",
  13955. "which-boxed-primitive": "^1.0.2",
  13956. "which-collection": "^1.0.1",
  13957. "which-typed-array": "^1.1.13"
  13958. },
  13959. "engines": {
  13960. "node": ">= 0.4"
  13961. },
  13962. "funding": {
  13963. "url": "https://github.com/sponsors/ljharb"
  13964. }
  13965. },
  13966. "node_modules/ssb-links/node_modules/flumeview-level": {
  13967. "version": "3.0.14",
  13968. "license": "MIT",
  13969. "dependencies": {
  13970. "charwise": "^3.0.1",
  13971. "explain-error": "^1.0.4",
  13972. "level": "^5.0.0",
  13973. "ltgt": "^2.1.3",
  13974. "mkdirp": "^0.5.1",
  13975. "obv": "0.0.1",
  13976. "pull-level": "^2.0.3",
  13977. "pull-paramap": "^1.2.1",
  13978. "pull-stream": "^3.5.0",
  13979. "pull-write": "^1.1.1"
  13980. }
  13981. },
  13982. "node_modules/ssb-links/node_modules/flumeview-links": {
  13983. "version": "1.0.1",
  13984. "license": "MIT",
  13985. "dependencies": {
  13986. "deep-equal": "^2.0.3",
  13987. "flumeview-level": "^3.0.14",
  13988. "map-filter-reduce": "^3.2.2",
  13989. "pull-flatmap": "0.0.1",
  13990. "pull-stream": "^3.6.14"
  13991. }
  13992. },
  13993. "node_modules/ssb-links/node_modules/flumeview-links/node_modules/map-filter-reduce": {
  13994. "version": "3.2.2",
  13995. "license": "MIT",
  13996. "dependencies": {
  13997. "binary-search": "^1.2.0",
  13998. "compare-at-paths": "^1.0.0",
  13999. "pull-sink-through": "0.0.0",
  14000. "pull-sort": "^1.0.1",
  14001. "pull-stream": "^3.4.3",
  14002. "typewiselite": "^1.0.0"
  14003. }
  14004. },
  14005. "node_modules/ssb-links/node_modules/immediate": {
  14006. "version": "3.2.3",
  14007. "license": "MIT"
  14008. },
  14009. "node_modules/ssb-links/node_modules/level": {
  14010. "version": "5.0.1",
  14011. "hasInstallScript": true,
  14012. "license": "MIT",
  14013. "dependencies": {
  14014. "level-js": "^4.0.0",
  14015. "level-packager": "^5.0.0",
  14016. "leveldown": "^5.0.0",
  14017. "opencollective-postinstall": "^2.0.0"
  14018. },
  14019. "engines": {
  14020. "node": ">=8.6.0"
  14021. }
  14022. },
  14023. "node_modules/ssb-links/node_modules/level-js": {
  14024. "version": "4.0.2",
  14025. "license": "MIT",
  14026. "dependencies": {
  14027. "abstract-leveldown": "~6.0.1",
  14028. "immediate": "~3.2.3",
  14029. "inherits": "^2.0.3",
  14030. "ltgt": "^2.1.2",
  14031. "typedarray-to-buffer": "~3.1.5"
  14032. }
  14033. },
  14034. "node_modules/ssb-links/node_modules/map-filter-reduce": {
  14035. "version": "2.2.1",
  14036. "license": "MIT",
  14037. "dependencies": {
  14038. "binary-search": "^1.2.0",
  14039. "pull-sink-through": "0.0.0",
  14040. "pull-stream": "^3.3.0",
  14041. "typewiselite": "^1.0.0"
  14042. }
  14043. },
  14044. "node_modules/ssb-links/node_modules/mkdirp": {
  14045. "version": "0.5.6",
  14046. "license": "MIT",
  14047. "dependencies": {
  14048. "minimist": "^1.2.6"
  14049. },
  14050. "bin": {
  14051. "mkdirp": "bin/cmd.js"
  14052. }
  14053. },
  14054. "node_modules/ssb-links/node_modules/typedarray-to-buffer": {
  14055. "version": "3.1.5",
  14056. "license": "MIT",
  14057. "dependencies": {
  14058. "is-typedarray": "^1.0.0"
  14059. }
  14060. },
  14061. "node_modules/ssb-local": {
  14062. "version": "1.0.0",
  14063. "resolved": "https://registry.npmjs.org/ssb-local/-/ssb-local-1.0.0.tgz",
  14064. "integrity": "sha512-aIkz+tDsAQFLbcN5d9itipHG71EG62UdIwojz78BQBxD7kGTwMezZofkMplURp9/njwdqMiqxYEUMvOh8Emh/w==",
  14065. "license": "MIT",
  14066. "dependencies": {
  14067. "broadcast-stream": "^0.2.2",
  14068. "ssb-ref": "^2.13.9"
  14069. }
  14070. },
  14071. "node_modules/ssb-logging": {
  14072. "version": "1.0.0",
  14073. "license": "MIT",
  14074. "dependencies": {
  14075. "bash-color": "0.0.4"
  14076. }
  14077. },
  14078. "node_modules/ssb-markdown": {
  14079. "version": "3.6.0",
  14080. "license": "MIT",
  14081. "dependencies": {
  14082. "emoji-named-characters": "^1.0.2",
  14083. "ssb-marked": "^0.7.3",
  14084. "ssb-msgs": "^5.2.0",
  14085. "ssb-ref": "^2.3.0"
  14086. }
  14087. },
  14088. "node_modules/ssb-marked": {
  14089. "version": "0.7.4",
  14090. "license": "MIT",
  14091. "bin": {
  14092. "ssb-marked": "bin/marked"
  14093. }
  14094. },
  14095. "node_modules/ssb-master": {
  14096. "version": "1.0.3",
  14097. "license": "MIT"
  14098. },
  14099. "node_modules/ssb-meme": {
  14100. "version": "1.1.0",
  14101. "license": "MIT",
  14102. "dependencies": {
  14103. "flumeview-search": "^2.0.0",
  14104. "is-my-json-valid": "^2.17.2",
  14105. "ssb-ref": "^2.11.1"
  14106. }
  14107. },
  14108. "node_modules/ssb-mentions": {
  14109. "version": "0.5.2",
  14110. "license": "MIT",
  14111. "dependencies": {
  14112. "lodash.isequal": "^4.5.0",
  14113. "ssb-marked": "^0.7.0",
  14114. "ssb-ref": "^2.11.0"
  14115. }
  14116. },
  14117. "node_modules/ssb-meta-feeds": {
  14118. "version": "0.39.0",
  14119. "license": "LGPL-3.0",
  14120. "dependencies": {
  14121. "bencode": "^2.0.2",
  14122. "bipf": "^1.9.0",
  14123. "debug": "^4.3.0",
  14124. "fast-deep-equal": "^3.1.3",
  14125. "futoin-hkdf": "^1.4.2",
  14126. "is-canonical-base64": "^1.1.1",
  14127. "mutexify": "^1.4.0",
  14128. "p-defer": "^3.0.0",
  14129. "print-tree": "^0.1.5",
  14130. "promisify-tuple": "^1.2.0",
  14131. "pull-cat": "^1.1.11",
  14132. "pull-defer": "^0.2.3",
  14133. "pull-notify": "^0.1.1",
  14134. "pull-stream": "^3.6.14",
  14135. "ssb-bfe": "^3.6.1",
  14136. "ssb-db2": ">=3.0.0 <=6",
  14137. "ssb-keys": "^8.5.0",
  14138. "ssb-ref": "^2.16.0",
  14139. "ssb-uri2": "^2.4.1"
  14140. }
  14141. },
  14142. "node_modules/ssb-msg-content": {
  14143. "version": "1.0.1",
  14144. "license": "MIT"
  14145. },
  14146. "node_modules/ssb-msgs": {
  14147. "version": "5.2.0",
  14148. "license": "MIT",
  14149. "dependencies": {
  14150. "ssb-ref": "^2.0.0"
  14151. }
  14152. },
  14153. "node_modules/ssb-network-errors": {
  14154. "version": "1.0.1",
  14155. "license": "LGPL-3.0"
  14156. },
  14157. "node_modules/ssb-no-auth": {
  14158. "version": "1.0.0",
  14159. "license": "MIT",
  14160. "dependencies": {
  14161. "multiserver": "^3.3.3"
  14162. }
  14163. },
  14164. "node_modules/ssb-onion": {
  14165. "version": "1.0.0",
  14166. "license": "MIT",
  14167. "dependencies": {
  14168. "multiserver": "^3.3.3"
  14169. }
  14170. },
  14171. "node_modules/ssb-ooo": {
  14172. "version": "1.3.3",
  14173. "resolved": "https://registry.npmjs.org/ssb-ooo/-/ssb-ooo-1.3.3.tgz",
  14174. "integrity": "sha512-6yI5XBpBHkwFdAELpKwlf1C1V32Z0/AKEJYsoU7lk+Eh88blv8LKydo4a1DnjMiPy4ywn4lRU5oayQaPE5MRtQ==",
  14175. "license": "MIT",
  14176. "dependencies": {
  14177. "flumecodec": "0.0.1",
  14178. "flumelog-offset": "^3.4.3",
  14179. "flumeview-hashtable": "^1.1.1",
  14180. "gossip-query": "^2.0.2",
  14181. "mkdirp": "^0.5.1",
  14182. "pull-stream": "^3.6.14",
  14183. "ssb-keys": "^7.2.0",
  14184. "ssb-ref": "^2.13.3",
  14185. "ssb-validate": "^4.1.0"
  14186. }
  14187. },
  14188. "node_modules/ssb-ooo/node_modules/flumecodec": {
  14189. "version": "0.0.1",
  14190. "resolved": "https://registry.npmjs.org/flumecodec/-/flumecodec-0.0.1.tgz",
  14191. "integrity": "sha512-JT0xivzdV7uTucjsLMw6JhK2e1K5TmU4fGmoQqnrJbydgY/V6+m71QoxX5ZtRR1pKoD48uhPDWWE6G5MlNoGkg==",
  14192. "license": "MIT",
  14193. "dependencies": {
  14194. "level-codec": "^6.2.0"
  14195. }
  14196. },
  14197. "node_modules/ssb-ooo/node_modules/level-codec": {
  14198. "version": "6.2.0",
  14199. "resolved": "https://registry.npmjs.org/level-codec/-/level-codec-6.2.0.tgz",
  14200. "integrity": "sha512-J437PvCMZZKNT88+VRh6dkmh1ndZzwGwDzb5ZZl3QEsl+U9wIlt8hG+Y1gXVOhH75gf8JyceKGiG6WFUBbxyGQ==",
  14201. "deprecated": "Superseded by level-transcoder (https://github.com/Level/community#faq)",
  14202. "license": "MIT"
  14203. },
  14204. "node_modules/ssb-ooo/node_modules/mkdirp": {
  14205. "version": "0.5.6",
  14206. "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
  14207. "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
  14208. "license": "MIT",
  14209. "dependencies": {
  14210. "minimist": "^1.2.6"
  14211. },
  14212. "bin": {
  14213. "mkdirp": "bin/cmd.js"
  14214. }
  14215. },
  14216. "node_modules/ssb-ooo/node_modules/ssb-keys": {
  14217. "version": "7.2.2",
  14218. "resolved": "https://registry.npmjs.org/ssb-keys/-/ssb-keys-7.2.2.tgz",
  14219. "integrity": "sha512-FPeyYU/3LpxcagnbmVWE+Q/qzg6keqeOBPbD7sEH9UKixUASeufPKiORDgh8nVX7J9Z+0vUaHt/WG999kGjvVQ==",
  14220. "license": "MIT",
  14221. "dependencies": {
  14222. "chloride": "^2.2.8",
  14223. "mkdirp": "~0.5.0",
  14224. "private-box": "^0.3.0"
  14225. }
  14226. },
  14227. "node_modules/ssb-partial-replication": {
  14228. "version": "3.0.1",
  14229. "license": "Beerware",
  14230. "dependencies": {
  14231. "pull-cont": "^0.1.1",
  14232. "pull-stream": "^3.6.14",
  14233. "ssb-sort": "^1.1.3"
  14234. }
  14235. },
  14236. "node_modules/ssb-plugins": {
  14237. "version": "1.0.4",
  14238. "license": "MIT",
  14239. "dependencies": {
  14240. "cross-spawn": "^6.0.5",
  14241. "explain-error": "^1.0.4",
  14242. "mkdirp": "^0.5.1",
  14243. "muxrpc": "^6.4.6",
  14244. "muxrpc-validation": "^3.0.0",
  14245. "mv": "^2.1.1",
  14246. "osenv": "^0.1.5",
  14247. "pull-cat": "^1.1.11",
  14248. "pull-many": "^1.0.8",
  14249. "pull-pushable": "^2.2.0",
  14250. "pull-stream": "^3.6.9",
  14251. "stream-to-pull-stream": "^1.7.2"
  14252. }
  14253. },
  14254. "node_modules/ssb-plugins/node_modules/cross-spawn": {
  14255. "version": "6.0.6",
  14256. "license": "MIT",
  14257. "dependencies": {
  14258. "nice-try": "^1.0.4",
  14259. "path-key": "^2.0.1",
  14260. "semver": "^5.5.0",
  14261. "shebang-command": "^1.2.0",
  14262. "which": "^1.2.9"
  14263. },
  14264. "engines": {
  14265. "node": ">=4.8"
  14266. }
  14267. },
  14268. "node_modules/ssb-plugins/node_modules/mkdirp": {
  14269. "version": "0.5.6",
  14270. "license": "MIT",
  14271. "dependencies": {
  14272. "minimist": "^1.2.6"
  14273. },
  14274. "bin": {
  14275. "mkdirp": "bin/cmd.js"
  14276. }
  14277. },
  14278. "node_modules/ssb-plugins/node_modules/muxrpc": {
  14279. "version": "6.7.3",
  14280. "license": "MIT",
  14281. "dependencies": {
  14282. "clarify-error": "^1.0.0",
  14283. "debug": "^4.3.3",
  14284. "packet-stream": "~2.0.0",
  14285. "packet-stream-codec": "^1.2.0",
  14286. "pull-goodbye": "0.0.3",
  14287. "pull-stream": "^3.6.10"
  14288. }
  14289. },
  14290. "node_modules/ssb-plugins/node_modules/path-key": {
  14291. "version": "2.0.1",
  14292. "license": "MIT",
  14293. "engines": {
  14294. "node": ">=4"
  14295. }
  14296. },
  14297. "node_modules/ssb-plugins/node_modules/semver": {
  14298. "version": "5.7.2",
  14299. "license": "ISC",
  14300. "bin": {
  14301. "semver": "bin/semver"
  14302. }
  14303. },
  14304. "node_modules/ssb-plugins/node_modules/shebang-command": {
  14305. "version": "1.2.0",
  14306. "license": "MIT",
  14307. "dependencies": {
  14308. "shebang-regex": "^1.0.0"
  14309. },
  14310. "engines": {
  14311. "node": ">=0.10.0"
  14312. }
  14313. },
  14314. "node_modules/ssb-plugins/node_modules/shebang-regex": {
  14315. "version": "1.0.0",
  14316. "license": "MIT",
  14317. "engines": {
  14318. "node": ">=0.10.0"
  14319. }
  14320. },
  14321. "node_modules/ssb-plugins/node_modules/which": {
  14322. "version": "1.3.1",
  14323. "license": "ISC",
  14324. "dependencies": {
  14325. "isexe": "^2.0.0"
  14326. },
  14327. "bin": {
  14328. "which": "bin/which"
  14329. }
  14330. },
  14331. "node_modules/ssb-private": {
  14332. "version": "1.1.0",
  14333. "license": "MIT",
  14334. "dependencies": {
  14335. "base64-url": "^2.2.0",
  14336. "explain-error": "^1.0.4",
  14337. "flumeview-links": "^2.0.1",
  14338. "ssb-keys": "^7.0.14"
  14339. }
  14340. },
  14341. "node_modules/ssb-private-group-keys": {
  14342. "version": "0.4.1",
  14343. "license": "LGPL-3.0-only",
  14344. "dependencies": {
  14345. "envelope-js": "^1.1.2",
  14346. "futoin-hkdf": "^1.3.2",
  14347. "private-group-spec": "^1.1.0",
  14348. "sodium-universal": "^3.0.4",
  14349. "ssb-bfe": "^3.1.1"
  14350. }
  14351. },
  14352. "node_modules/ssb-private/node_modules/mkdirp": {
  14353. "version": "0.5.6",
  14354. "license": "MIT",
  14355. "dependencies": {
  14356. "minimist": "^1.2.6"
  14357. },
  14358. "bin": {
  14359. "mkdirp": "bin/cmd.js"
  14360. }
  14361. },
  14362. "node_modules/ssb-private/node_modules/ssb-keys": {
  14363. "version": "7.2.2",
  14364. "license": "MIT",
  14365. "dependencies": {
  14366. "chloride": "^2.2.8",
  14367. "mkdirp": "~0.5.0",
  14368. "private-box": "^0.3.0"
  14369. }
  14370. },
  14371. "node_modules/ssb-query": {
  14372. "version": "2.4.5",
  14373. "license": "MIT",
  14374. "dependencies": {
  14375. "explain-error": "^1.0.1",
  14376. "flumeview-query": "^8.0.0",
  14377. "pull-stream": "^3.6.2"
  14378. }
  14379. },
  14380. "node_modules/ssb-ref": {
  14381. "version": "2.16.0",
  14382. "license": "MIT",
  14383. "dependencies": {
  14384. "ip": "^1.1.3",
  14385. "is-canonical-base64": "^1.1.1",
  14386. "is-valid-domain": "~0.0.1",
  14387. "multiserver-address": "^1.0.1"
  14388. }
  14389. },
  14390. "node_modules/ssb-ref/node_modules/is-valid-domain": {
  14391. "version": "0.0.20",
  14392. "license": "MIT",
  14393. "dependencies": {
  14394. "punycode": "^1.4.1"
  14395. }
  14396. },
  14397. "node_modules/ssb-replicate": {
  14398. "version": "1.3.5",
  14399. "resolved": "https://registry.npmjs.org/ssb-replicate/-/ssb-replicate-1.3.5.tgz",
  14400. "integrity": "sha512-XJcsI8xMEpkEF4VF3eUd0edkakBEokakmIPLk2kR6ryNNYo72M+WPB6q+t2JSNkpGIaKFBJTCEMTkNJnLrM9EQ==",
  14401. "license": "MIT",
  14402. "dependencies": {
  14403. "deep-equal": "^2.2.3",
  14404. "observ-debounce": "^1.1.1",
  14405. "pull-cat": "^1.1.11",
  14406. "pull-next": "^1.0.1",
  14407. "pull-notify": "^0.1.2",
  14408. "pull-paramap": "^1.2.2",
  14409. "pull-pushable": "^2.2.0",
  14410. "pull-stream": "^3.7.0",
  14411. "ssb-ref": "^2.16.0"
  14412. }
  14413. },
  14414. "node_modules/ssb-replicate/node_modules/deep-equal": {
  14415. "version": "2.2.3",
  14416. "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.3.tgz",
  14417. "integrity": "sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==",
  14418. "license": "MIT",
  14419. "dependencies": {
  14420. "array-buffer-byte-length": "^1.0.0",
  14421. "call-bind": "^1.0.5",
  14422. "es-get-iterator": "^1.1.3",
  14423. "get-intrinsic": "^1.2.2",
  14424. "is-arguments": "^1.1.1",
  14425. "is-array-buffer": "^3.0.2",
  14426. "is-date-object": "^1.0.5",
  14427. "is-regex": "^1.1.4",
  14428. "is-shared-array-buffer": "^1.0.2",
  14429. "isarray": "^2.0.5",
  14430. "object-is": "^1.1.5",
  14431. "object-keys": "^1.1.1",
  14432. "object.assign": "^4.1.4",
  14433. "regexp.prototype.flags": "^1.5.1",
  14434. "side-channel": "^1.0.4",
  14435. "which-boxed-primitive": "^1.0.2",
  14436. "which-collection": "^1.0.1",
  14437. "which-typed-array": "^1.1.13"
  14438. },
  14439. "engines": {
  14440. "node": ">= 0.4"
  14441. },
  14442. "funding": {
  14443. "url": "https://github.com/sponsors/ljharb"
  14444. }
  14445. },
  14446. "node_modules/ssb-replication-scheduler": {
  14447. "version": "3.1.1",
  14448. "license": "LGPL-3.0",
  14449. "dependencies": {
  14450. "debug": "^4.3.2",
  14451. "pull-cat": "^1.1.11",
  14452. "pull-pushable": "^2.2.0",
  14453. "pull-stream": "^3.6.0",
  14454. "ssb-box2": "^7.1.0",
  14455. "ssb-db2": ">=3.0.0 <=6",
  14456. "ssb-ebt": "^9.1.2",
  14457. "ssb-meta-feeds": "^0.39.0",
  14458. "ssb-network-errors": "^1.0.1",
  14459. "ssb-subset-ql": "^1.0.1",
  14460. "ssb-tribes2": "^1.2.0"
  14461. },
  14462. "engines": {
  14463. "node": ">=16"
  14464. }
  14465. },
  14466. "node_modules/ssb-replication-scheduler/node_modules/ssb-box2": {
  14467. "version": "7.5.0",
  14468. "license": "LGPL-3.0-only",
  14469. "dependencies": {
  14470. "envelope-js": "^1.3.2",
  14471. "pull-defer": "^0.2.3",
  14472. "pull-stream": "^3.6.14",
  14473. "ssb-bfe": "^3.7.0",
  14474. "ssb-keyring": "^7.0.0",
  14475. "ssb-private-group-keys": "^1.1.1",
  14476. "ssb-ref": "^2.16.0",
  14477. "ssb-uri2": "^2.4.1"
  14478. }
  14479. },
  14480. "node_modules/ssb-replication-scheduler/node_modules/ssb-keyring": {
  14481. "version": "7.0.0",
  14482. "license": "LGPL-3.0",
  14483. "dependencies": {
  14484. "charwise": "^3.0.1",
  14485. "level": "^6.0.1",
  14486. "lodash.find": "^4.6.0",
  14487. "mkdirp": "^1.0.4",
  14488. "private-group-spec": "^8.0.0",
  14489. "pull-level": "^2.0.4",
  14490. "pull-stream": "^3.7.0",
  14491. "ssb-private-group-keys": "^1.1.2",
  14492. "ssb-ref": "^2.16.0",
  14493. "ssb-uri2": "^2.4.1"
  14494. }
  14495. },
  14496. "node_modules/ssb-replication-scheduler/node_modules/ssb-keyring/node_modules/private-group-spec": {
  14497. "version": "8.1.0",
  14498. "license": "LGPL-3.0-only",
  14499. "dependencies": {
  14500. "is-my-ssb-valid": "^1.2.0"
  14501. }
  14502. },
  14503. "node_modules/ssb-replication-scheduler/node_modules/ssb-private-group-keys": {
  14504. "version": "1.1.2",
  14505. "license": "LGPL-3.0-only",
  14506. "dependencies": {
  14507. "envelope-js": "^1.3.2",
  14508. "futoin-hkdf": "^1.5.1",
  14509. "private-group-spec": "^1.1.3",
  14510. "sodium-universal": "^3.1.0",
  14511. "ssb-bfe": "^3.5.0"
  14512. }
  14513. },
  14514. "node_modules/ssb-schema-definitions": {
  14515. "version": "1.3.0",
  14516. "license": "MIT",
  14517. "dependencies": {
  14518. "ssb-ref": "^2.13.6"
  14519. }
  14520. },
  14521. "node_modules/ssb-search": {
  14522. "version": "1.3.0",
  14523. "license": "MIT",
  14524. "dependencies": {
  14525. "flumeview-search": "^2.0.0",
  14526. "pull-cont": "^0.1.1",
  14527. "pull-stream": "^3.6.7",
  14528. "ssb-msgs": "^5.2.0"
  14529. }
  14530. },
  14531. "node_modules/ssb-server": {
  14532. "resolved": "packages/ssb-server",
  14533. "link": true
  14534. },
  14535. "node_modules/ssb-social-index": {
  14536. "version": "1.1.1",
  14537. "license": "MIT",
  14538. "dependencies": {
  14539. "bipf": "^1.4.0",
  14540. "pull-defer": "^0.2.3",
  14541. "pull-stream": "^3.6.9",
  14542. "ssb-ref": "^2.7.1"
  14543. }
  14544. },
  14545. "node_modules/ssb-sort": {
  14546. "version": "1.1.3",
  14547. "license": "MIT",
  14548. "dependencies": {
  14549. "ssb-ref": "^2.3.0"
  14550. }
  14551. },
  14552. "node_modules/ssb-subset-ql": {
  14553. "version": "1.0.1",
  14554. "license": "LGPL-3.0",
  14555. "dependencies": {
  14556. "nano-equal": "^2.0.2",
  14557. "ssb-db2": ">=3.0.0",
  14558. "ssb-ref": "^2.13.0"
  14559. }
  14560. },
  14561. "node_modules/ssb-tangle": {
  14562. "version": "1.0.1",
  14563. "license": "AGPL-3.0",
  14564. "dependencies": {
  14565. "is-my-json-valid": "^2.20.0",
  14566. "pull-stream": "^3.6.11",
  14567. "ssb-ref": "^2.13.9",
  14568. "ssb-sort": "^1.1.3"
  14569. }
  14570. },
  14571. "node_modules/ssb-thread-schema": {
  14572. "version": "1.1.1",
  14573. "license": "AGPL-3.0",
  14574. "dependencies": {
  14575. "is-my-json-valid": "^2.20.0",
  14576. "ssb-msg-content": "^1.0.1",
  14577. "ssb-schema-definitions": "^1.1.5"
  14578. }
  14579. },
  14580. "node_modules/ssb-threads": {
  14581. "version": "10.8.0",
  14582. "license": "MIT",
  14583. "dependencies": {
  14584. "bipf": "^1.9.0",
  14585. "pull-cat": "^1.1.11",
  14586. "pull-level": "^2.0.4",
  14587. "pull-stream": "^3.6.2",
  14588. "secret-stack-decorators": "1.1.0",
  14589. "ssb-db2": ">=3.4.1",
  14590. "ssb-ref": "^2.13.0",
  14591. "ssb-sort": "1.1.x",
  14592. "ssb-typescript": "^2.5.0"
  14593. },
  14594. "engines": {
  14595. "node": ">=8"
  14596. }
  14597. },
  14598. "node_modules/ssb-tribes2": {
  14599. "version": "1.4.0",
  14600. "license": "LGPL-3.0-only",
  14601. "dependencies": {
  14602. "@tangle/overwrite-fields": "^2.0.3",
  14603. "@tangle/reduce": "^5.0.5",
  14604. "@tangle/strategy": "^4.1.2",
  14605. "base64-url": "^2.3.3",
  14606. "bipf": "^1.9.0",
  14607. "butt64": "^2.0.1",
  14608. "clarify-error": "^1.0.0",
  14609. "debug": "^4.3.4",
  14610. "envelope-js": "^1.3.2",
  14611. "envelope-spec": "^1.1.1",
  14612. "is-canonical-base64": "^1.1.1",
  14613. "jitdb": "^7.0.7",
  14614. "lodash.chunk": "^4.2.0",
  14615. "lodash.set": "^4.3.2",
  14616. "private-group-spec": "^8.0.0",
  14617. "pull-abortable": "^4.1.1",
  14618. "pull-defer": "^0.2.3",
  14619. "pull-flat-merge": "^2.0.3",
  14620. "pull-many": "^1.0.9",
  14621. "pull-paramap": "^1.2.2",
  14622. "pull-stream": "^3.7.0",
  14623. "set.prototype.difference": "^1.0.2",
  14624. "set.prototype.issubsetof": "^1.0.1",
  14625. "ssb-bfe": "^3.7.0",
  14626. "ssb-box2": "^7.1.0",
  14627. "ssb-db2": "^7.1.1",
  14628. "ssb-meta-feeds": "^0.39.0",
  14629. "ssb-private-group-keys": "^1.1.2",
  14630. "ssb-ref": "^2.16.0",
  14631. "ssb-uri2": "^2.4.1"
  14632. },
  14633. "engines": {
  14634. "node": ">=16"
  14635. }
  14636. },
  14637. "node_modules/ssb-tribes2/node_modules/flumecodec": {
  14638. "version": "0.0.1",
  14639. "license": "MIT",
  14640. "dependencies": {
  14641. "level-codec": "^6.2.0"
  14642. }
  14643. },
  14644. "node_modules/ssb-tribes2/node_modules/flumecodec/node_modules/level-codec": {
  14645. "version": "6.2.0",
  14646. "license": "MIT"
  14647. },
  14648. "node_modules/ssb-tribes2/node_modules/private-group-spec": {
  14649. "version": "8.1.0",
  14650. "license": "LGPL-3.0-only",
  14651. "dependencies": {
  14652. "is-my-ssb-valid": "^1.2.0"
  14653. }
  14654. },
  14655. "node_modules/ssb-tribes2/node_modules/ssb-box2": {
  14656. "version": "7.5.0",
  14657. "license": "LGPL-3.0-only",
  14658. "dependencies": {
  14659. "envelope-js": "^1.3.2",
  14660. "pull-defer": "^0.2.3",
  14661. "pull-stream": "^3.6.14",
  14662. "ssb-bfe": "^3.7.0",
  14663. "ssb-keyring": "^7.0.0",
  14664. "ssb-private-group-keys": "^1.1.1",
  14665. "ssb-ref": "^2.16.0",
  14666. "ssb-uri2": "^2.4.1"
  14667. }
  14668. },
  14669. "node_modules/ssb-tribes2/node_modules/ssb-db2": {
  14670. "version": "7.2.0",
  14671. "license": "LGPL-3.0-only",
  14672. "dependencies": {
  14673. "async-append-only-log": "^4.3.7",
  14674. "atomic-file-rw": "^0.3.0",
  14675. "binary-search-bounds": "^2.0.4",
  14676. "bipf": "^1.9.0",
  14677. "debug": "^4.3.1",
  14678. "fastintcompression": "0.0.4",
  14679. "flumecodec": "0.0.1",
  14680. "flumelog-offset": "3.4.4",
  14681. "hoox": "0.0.1",
  14682. "jitdb": "^7.0.0",
  14683. "level": "^6.0.1",
  14684. "level-codec": "^9.0.2",
  14685. "lodash.debounce": "^4.0.8",
  14686. "mkdirp": "^1.0.4",
  14687. "multicb": "1.2.2",
  14688. "mutexify": "^1.3.1",
  14689. "obz": "^1.1.0",
  14690. "p-defer": "^3.0.0",
  14691. "pull-cat": "^1.1.11",
  14692. "pull-drain-gently": "^1.1.0",
  14693. "pull-level": "^2.0.4",
  14694. "pull-notify": "^0.1.2",
  14695. "pull-paramap": "^1.2.2",
  14696. "pull-stream": "^3.6.14",
  14697. "push-stream": "^11.0.0",
  14698. "rimraf": "^3.0.2",
  14699. "ssb-about-self": "^1.0.1",
  14700. "ssb-box": "^1.0.0",
  14701. "ssb-box2": "^3.0.0",
  14702. "ssb-classic": "^1.1.0",
  14703. "ssb-keys": "^8.4.0",
  14704. "ssb-ref": "^2.14.3",
  14705. "ssb-uri2": "^2.2.0",
  14706. "too-hot": "^1.0.0",
  14707. "typedarray-to-buffer": "^4.0.0"
  14708. },
  14709. "engines": {
  14710. "node": ">=16"
  14711. }
  14712. },
  14713. "node_modules/ssb-tribes2/node_modules/ssb-db2/node_modules/private-group-spec": {
  14714. "version": "1.2.0",
  14715. "license": "LGPL-3.0-only",
  14716. "dependencies": {
  14717. "is-my-ssb-valid": "^1.2.0"
  14718. }
  14719. },
  14720. "node_modules/ssb-tribes2/node_modules/ssb-db2/node_modules/ssb-box2": {
  14721. "version": "3.0.1",
  14722. "license": "LGPL-3.0-only",
  14723. "dependencies": {
  14724. "envelope-js": "^1.3.0",
  14725. "private-group-spec": "^1.2.0",
  14726. "ssb-bfe": "^3.7.0",
  14727. "ssb-keyring": "^2.2.0",
  14728. "ssb-private-group-keys": "^0.4.1",
  14729. "ssb-ref": "^2.16.0",
  14730. "ssb-uri2": "^2.4.0"
  14731. }
  14732. },
  14733. "node_modules/ssb-tribes2/node_modules/ssb-db2/node_modules/ssb-box2/node_modules/ssb-private-group-keys": {
  14734. "version": "0.4.1",
  14735. "license": "LGPL-3.0-only",
  14736. "dependencies": {
  14737. "envelope-js": "^1.1.2",
  14738. "futoin-hkdf": "^1.3.2",
  14739. "private-group-spec": "^1.1.0",
  14740. "sodium-universal": "^3.0.4",
  14741. "ssb-bfe": "^3.1.1"
  14742. }
  14743. },
  14744. "node_modules/ssb-tribes2/node_modules/ssb-db2/node_modules/ssb-keyring": {
  14745. "version": "2.2.0",
  14746. "license": "LGPL-3.0",
  14747. "dependencies": {
  14748. "charwise": "^3.0.1",
  14749. "level": "^6.0.1",
  14750. "mkdirp": "^1.0.4",
  14751. "private-group-spec": "^1.1.3",
  14752. "pull-level": "^2.0.4",
  14753. "pull-stream": "^3.6.14",
  14754. "ssb-private-group-keys": "^1.0.0",
  14755. "ssb-ref": "^2.16.0",
  14756. "ssb-uri2": "^2.4.0"
  14757. }
  14758. },
  14759. "node_modules/ssb-tribes2/node_modules/ssb-keyring": {
  14760. "version": "7.0.0",
  14761. "license": "LGPL-3.0",
  14762. "dependencies": {
  14763. "charwise": "^3.0.1",
  14764. "level": "^6.0.1",
  14765. "lodash.find": "^4.6.0",
  14766. "mkdirp": "^1.0.4",
  14767. "private-group-spec": "^8.0.0",
  14768. "pull-level": "^2.0.4",
  14769. "pull-stream": "^3.7.0",
  14770. "ssb-private-group-keys": "^1.1.2",
  14771. "ssb-ref": "^2.16.0",
  14772. "ssb-uri2": "^2.4.1"
  14773. }
  14774. },
  14775. "node_modules/ssb-tribes2/node_modules/ssb-private-group-keys": {
  14776. "version": "1.1.2",
  14777. "license": "LGPL-3.0-only",
  14778. "dependencies": {
  14779. "envelope-js": "^1.3.2",
  14780. "futoin-hkdf": "^1.5.1",
  14781. "private-group-spec": "^1.1.3",
  14782. "sodium-universal": "^3.1.0",
  14783. "ssb-bfe": "^3.5.0"
  14784. }
  14785. },
  14786. "node_modules/ssb-tribes2/node_modules/ssb-private-group-keys/node_modules/private-group-spec": {
  14787. "version": "1.2.0",
  14788. "license": "LGPL-3.0-only",
  14789. "dependencies": {
  14790. "is-my-ssb-valid": "^1.2.0"
  14791. }
  14792. },
  14793. "node_modules/ssb-typescript": {
  14794. "version": "2.8.0",
  14795. "license": "MIT"
  14796. },
  14797. "node_modules/ssb-unix-socket": {
  14798. "version": "1.0.0",
  14799. "license": "MIT",
  14800. "dependencies": {
  14801. "multiserver": "^3.3.3"
  14802. }
  14803. },
  14804. "node_modules/ssb-uri2": {
  14805. "version": "2.4.1",
  14806. "license": "LGPL-3.0",
  14807. "dependencies": {
  14808. "ssb-typescript": "^2.5.0"
  14809. },
  14810. "engines": {
  14811. "node": ">=10"
  14812. }
  14813. },
  14814. "node_modules/ssb-validate": {
  14815. "version": "4.1.4",
  14816. "license": "MIT",
  14817. "dependencies": {
  14818. "is-canonical-base64": "^1.1.1",
  14819. "monotonic-timestamp": "0.0.9",
  14820. "ssb-keys": "^8.1.0",
  14821. "ssb-ref": "^2.6.2"
  14822. }
  14823. },
  14824. "node_modules/ssb-ws": {
  14825. "version": "6.2.3",
  14826. "license": "MIT",
  14827. "dependencies": {
  14828. "emoji-server": "^1.0.0",
  14829. "multiblob-http": "^1.0.0",
  14830. "multiserver": "^3.0.2",
  14831. "pull-box-stream": "^1.0.13",
  14832. "pull-stream": "^3.6.9",
  14833. "ssb-ref": "^2.3.0",
  14834. "stack": "^0.1.0"
  14835. }
  14836. },
  14837. "node_modules/stack": {
  14838. "version": "0.1.0",
  14839. "engines": [
  14840. "node >= 0.2.0"
  14841. ]
  14842. },
  14843. "node_modules/static-extend": {
  14844. "version": "0.1.2",
  14845. "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz",
  14846. "integrity": "sha512-72E9+uLc27Mt718pMHt9VMNiAL4LMsmDbBva8mxWUCkT07fSzEGMYUCk0XWY6lp0j6RBAG4cJ3mWuZv2OE3s0g==",
  14847. "license": "MIT",
  14848. "dependencies": {
  14849. "define-property": "^0.2.5",
  14850. "object-copy": "^0.1.0"
  14851. },
  14852. "engines": {
  14853. "node": ">=0.10.0"
  14854. }
  14855. },
  14856. "node_modules/static-extend/node_modules/define-property": {
  14857. "version": "0.2.5",
  14858. "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
  14859. "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",
  14860. "license": "MIT",
  14861. "dependencies": {
  14862. "is-descriptor": "^0.1.0"
  14863. },
  14864. "engines": {
  14865. "node": ">=0.10.0"
  14866. }
  14867. },
  14868. "node_modules/static-extend/node_modules/is-descriptor": {
  14869. "version": "0.1.7",
  14870. "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz",
  14871. "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==",
  14872. "license": "MIT",
  14873. "dependencies": {
  14874. "is-accessor-descriptor": "^1.0.1",
  14875. "is-data-descriptor": "^1.0.1"
  14876. },
  14877. "engines": {
  14878. "node": ">= 0.4"
  14879. }
  14880. },
  14881. "node_modules/statistics": {
  14882. "version": "3.3.0"
  14883. },
  14884. "node_modules/statuses": {
  14885. "version": "2.0.1",
  14886. "license": "MIT",
  14887. "engines": {
  14888. "node": ">= 0.8"
  14889. }
  14890. },
  14891. "node_modules/stdin-discarder": {
  14892. "version": "0.3.1",
  14893. "resolved": "https://registry.npmjs.org/stdin-discarder/-/stdin-discarder-0.3.1.tgz",
  14894. "integrity": "sha512-reExS1kSGoElkextOcPkel4NE99S0BWxjUHQeDFnR8S993JxpPX7KU4MNmO19NXhlJp+8dmdCbKQVNgLJh2teA==",
  14895. "license": "MIT",
  14896. "engines": {
  14897. "node": ">=18"
  14898. },
  14899. "funding": {
  14900. "url": "https://github.com/sponsors/sindresorhus"
  14901. }
  14902. },
  14903. "node_modules/stdout-update": {
  14904. "version": "4.0.1",
  14905. "resolved": "https://registry.npmjs.org/stdout-update/-/stdout-update-4.0.1.tgz",
  14906. "integrity": "sha512-wiS21Jthlvl1to+oorePvcyrIkiG/6M3D3VTmDUlJm7Cy6SbFhKkAvX+YBuHLxck/tO3mrdpC/cNesigQc3+UQ==",
  14907. "license": "MIT",
  14908. "dependencies": {
  14909. "ansi-escapes": "^6.2.0",
  14910. "ansi-styles": "^6.2.1",
  14911. "string-width": "^7.1.0",
  14912. "strip-ansi": "^7.1.0"
  14913. },
  14914. "engines": {
  14915. "node": ">=16.0.0"
  14916. }
  14917. },
  14918. "node_modules/stdout-update/node_modules/ansi-regex": {
  14919. "version": "6.2.2",
  14920. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
  14921. "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
  14922. "license": "MIT",
  14923. "engines": {
  14924. "node": ">=12"
  14925. },
  14926. "funding": {
  14927. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  14928. }
  14929. },
  14930. "node_modules/stdout-update/node_modules/ansi-styles": {
  14931. "version": "6.2.3",
  14932. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
  14933. "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
  14934. "license": "MIT",
  14935. "engines": {
  14936. "node": ">=12"
  14937. },
  14938. "funding": {
  14939. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  14940. }
  14941. },
  14942. "node_modules/stdout-update/node_modules/emoji-regex": {
  14943. "version": "10.6.0",
  14944. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
  14945. "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
  14946. "license": "MIT"
  14947. },
  14948. "node_modules/stdout-update/node_modules/string-width": {
  14949. "version": "7.2.0",
  14950. "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
  14951. "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
  14952. "license": "MIT",
  14953. "dependencies": {
  14954. "emoji-regex": "^10.3.0",
  14955. "get-east-asian-width": "^1.0.0",
  14956. "strip-ansi": "^7.1.0"
  14957. },
  14958. "engines": {
  14959. "node": ">=18"
  14960. },
  14961. "funding": {
  14962. "url": "https://github.com/sponsors/sindresorhus"
  14963. }
  14964. },
  14965. "node_modules/stdout-update/node_modules/strip-ansi": {
  14966. "version": "7.1.2",
  14967. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
  14968. "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
  14969. "license": "MIT",
  14970. "dependencies": {
  14971. "ansi-regex": "^6.0.1"
  14972. },
  14973. "engines": {
  14974. "node": ">=12"
  14975. },
  14976. "funding": {
  14977. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  14978. }
  14979. },
  14980. "node_modules/steno": {
  14981. "version": "4.0.2",
  14982. "resolved": "https://registry.npmjs.org/steno/-/steno-4.0.2.tgz",
  14983. "integrity": "sha512-yhPIQXjrlt1xv7dyPQg2P17URmXbuM5pdGkpiMB3RenprfiBlvK415Lctfe0eshk90oA7/tNq7WEiMK8RSP39A==",
  14984. "license": "MIT",
  14985. "engines": {
  14986. "node": ">=18"
  14987. },
  14988. "funding": {
  14989. "url": "https://github.com/sponsors/typicode"
  14990. }
  14991. },
  14992. "node_modules/stop-iteration-iterator": {
  14993. "version": "1.1.0",
  14994. "license": "MIT",
  14995. "dependencies": {
  14996. "es-errors": "^1.3.0",
  14997. "internal-slot": "^1.1.0"
  14998. },
  14999. "engines": {
  15000. "node": ">= 0.4"
  15001. }
  15002. },
  15003. "node_modules/stream-to-pull-stream": {
  15004. "version": "1.7.3",
  15005. "license": "MIT",
  15006. "dependencies": {
  15007. "looper": "^3.0.0",
  15008. "pull-stream": "^3.2.3"
  15009. }
  15010. },
  15011. "node_modules/stream-to-pull-stream/node_modules/looper": {
  15012. "version": "3.0.0",
  15013. "license": "MIT"
  15014. },
  15015. "node_modules/streamx": {
  15016. "version": "2.22.1",
  15017. "license": "MIT",
  15018. "dependencies": {
  15019. "fast-fifo": "^1.3.2",
  15020. "text-decoder": "^1.1.0"
  15021. },
  15022. "optionalDependencies": {
  15023. "bare-events": "^2.2.0"
  15024. }
  15025. },
  15026. "node_modules/strict-event-emitter-types": {
  15027. "version": "2.0.0",
  15028. "license": "ISC"
  15029. },
  15030. "node_modules/string_decoder": {
  15031. "version": "1.3.0",
  15032. "license": "MIT",
  15033. "dependencies": {
  15034. "safe-buffer": "~5.2.0"
  15035. }
  15036. },
  15037. "node_modules/string-width": {
  15038. "version": "5.1.2",
  15039. "license": "MIT",
  15040. "dependencies": {
  15041. "eastasianwidth": "^0.2.0",
  15042. "emoji-regex": "^9.2.2",
  15043. "strip-ansi": "^7.0.1"
  15044. },
  15045. "engines": {
  15046. "node": ">=12"
  15047. },
  15048. "funding": {
  15049. "url": "https://github.com/sponsors/sindresorhus"
  15050. }
  15051. },
  15052. "node_modules/string-width-cjs": {
  15053. "name": "string-width",
  15054. "version": "4.2.3",
  15055. "license": "MIT",
  15056. "dependencies": {
  15057. "emoji-regex": "^8.0.0",
  15058. "is-fullwidth-code-point": "^3.0.0",
  15059. "strip-ansi": "^6.0.1"
  15060. },
  15061. "engines": {
  15062. "node": ">=8"
  15063. }
  15064. },
  15065. "node_modules/string-width-cjs/node_modules/emoji-regex": {
  15066. "version": "8.0.0",
  15067. "license": "MIT"
  15068. },
  15069. "node_modules/string-width/node_modules/ansi-regex": {
  15070. "version": "6.1.0",
  15071. "license": "MIT",
  15072. "engines": {
  15073. "node": ">=12"
  15074. },
  15075. "funding": {
  15076. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  15077. }
  15078. },
  15079. "node_modules/string-width/node_modules/strip-ansi": {
  15080. "version": "7.1.0",
  15081. "license": "MIT",
  15082. "dependencies": {
  15083. "ansi-regex": "^6.0.1"
  15084. },
  15085. "engines": {
  15086. "node": ">=12"
  15087. },
  15088. "funding": {
  15089. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  15090. }
  15091. },
  15092. "node_modules/string.prototype.trim": {
  15093. "version": "1.2.10",
  15094. "license": "MIT",
  15095. "dependencies": {
  15096. "call-bind": "^1.0.8",
  15097. "call-bound": "^1.0.2",
  15098. "define-data-property": "^1.1.4",
  15099. "define-properties": "^1.2.1",
  15100. "es-abstract": "^1.23.5",
  15101. "es-object-atoms": "^1.0.0",
  15102. "has-property-descriptors": "^1.0.2"
  15103. },
  15104. "engines": {
  15105. "node": ">= 0.4"
  15106. },
  15107. "funding": {
  15108. "url": "https://github.com/sponsors/ljharb"
  15109. }
  15110. },
  15111. "node_modules/string.prototype.trimend": {
  15112. "version": "1.0.9",
  15113. "license": "MIT",
  15114. "dependencies": {
  15115. "call-bind": "^1.0.8",
  15116. "call-bound": "^1.0.2",
  15117. "define-properties": "^1.2.1",
  15118. "es-object-atoms": "^1.0.0"
  15119. },
  15120. "engines": {
  15121. "node": ">= 0.4"
  15122. },
  15123. "funding": {
  15124. "url": "https://github.com/sponsors/ljharb"
  15125. }
  15126. },
  15127. "node_modules/string.prototype.trimstart": {
  15128. "version": "1.0.8",
  15129. "license": "MIT",
  15130. "dependencies": {
  15131. "call-bind": "^1.0.7",
  15132. "define-properties": "^1.2.1",
  15133. "es-object-atoms": "^1.0.0"
  15134. },
  15135. "engines": {
  15136. "node": ">= 0.4"
  15137. },
  15138. "funding": {
  15139. "url": "https://github.com/sponsors/ljharb"
  15140. }
  15141. },
  15142. "node_modules/stringify-entities": {
  15143. "version": "1.3.2",
  15144. "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-1.3.2.tgz",
  15145. "integrity": "sha512-nrBAQClJAPN2p+uGCVJRPIPakKeKWZ9GtBCmormE7pWOSlHat7+x5A8gx85M7HM5Dt0BP3pP5RhVW77WdbJJ3A==",
  15146. "license": "MIT",
  15147. "dependencies": {
  15148. "character-entities-html4": "^1.0.0",
  15149. "character-entities-legacy": "^1.0.0",
  15150. "is-alphanumerical": "^1.0.0",
  15151. "is-hexadecimal": "^1.0.0"
  15152. }
  15153. },
  15154. "node_modules/strip-ansi": {
  15155. "version": "6.0.1",
  15156. "license": "MIT",
  15157. "dependencies": {
  15158. "ansi-regex": "^5.0.1"
  15159. },
  15160. "engines": {
  15161. "node": ">=8"
  15162. }
  15163. },
  15164. "node_modules/strip-ansi-cjs": {
  15165. "name": "strip-ansi",
  15166. "version": "6.0.1",
  15167. "license": "MIT",
  15168. "dependencies": {
  15169. "ansi-regex": "^5.0.1"
  15170. },
  15171. "engines": {
  15172. "node": ">=8"
  15173. }
  15174. },
  15175. "node_modules/strip-bom": {
  15176. "version": "3.0.0",
  15177. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
  15178. "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
  15179. "dev": true,
  15180. "license": "MIT",
  15181. "engines": {
  15182. "node": ">=4"
  15183. }
  15184. },
  15185. "node_modules/strip-indent": {
  15186. "version": "2.0.0",
  15187. "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz",
  15188. "integrity": "sha512-RsSNPLpq6YUL7QYy44RnPVTn/lcVZtb48Uof3X5JLbF4zD/Gs7ZFDv2HWol+leoQN2mT86LAzSshGfkTlSOpsA==",
  15189. "dev": true,
  15190. "license": "MIT",
  15191. "engines": {
  15192. "node": ">=4"
  15193. }
  15194. },
  15195. "node_modules/strnum": {
  15196. "version": "1.1.2",
  15197. "funding": [
  15198. {
  15199. "type": "github",
  15200. "url": "https://github.com/sponsors/NaturalIntelligence"
  15201. }
  15202. ],
  15203. "license": "MIT"
  15204. },
  15205. "node_modules/strtok3": {
  15206. "version": "6.3.0",
  15207. "license": "MIT",
  15208. "dependencies": {
  15209. "@tokenizer/token": "^0.3.0",
  15210. "peek-readable": "^4.1.0"
  15211. },
  15212. "engines": {
  15213. "node": ">=10"
  15214. },
  15215. "funding": {
  15216. "type": "github",
  15217. "url": "https://github.com/sponsors/Borewit"
  15218. }
  15219. },
  15220. "node_modules/supports-color": {
  15221. "version": "2.0.0",
  15222. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
  15223. "integrity": "sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==",
  15224. "license": "MIT",
  15225. "engines": {
  15226. "node": ">=0.8.0"
  15227. }
  15228. },
  15229. "node_modules/supports-preserve-symlinks-flag": {
  15230. "version": "1.0.0",
  15231. "license": "MIT",
  15232. "engines": {
  15233. "node": ">= 0.4"
  15234. },
  15235. "funding": {
  15236. "url": "https://github.com/sponsors/ljharb"
  15237. }
  15238. },
  15239. "node_modules/symbol-tree": {
  15240. "version": "3.2.4",
  15241. "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
  15242. "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
  15243. "license": "MIT"
  15244. },
  15245. "node_modules/tape": {
  15246. "version": "4.17.0",
  15247. "license": "MIT",
  15248. "dependencies": {
  15249. "@ljharb/resumer": "~0.0.1",
  15250. "@ljharb/through": "~2.3.9",
  15251. "call-bind": "~1.0.2",
  15252. "deep-equal": "~1.1.1",
  15253. "defined": "~1.0.1",
  15254. "dotignore": "~0.1.2",
  15255. "for-each": "~0.3.3",
  15256. "glob": "~7.2.3",
  15257. "has": "~1.0.3",
  15258. "inherits": "~2.0.4",
  15259. "is-regex": "~1.1.4",
  15260. "minimist": "~1.2.8",
  15261. "mock-property": "~1.0.0",
  15262. "object-inspect": "~1.12.3",
  15263. "resolve": "~1.22.6",
  15264. "string.prototype.trim": "~1.2.8"
  15265. },
  15266. "bin": {
  15267. "tape": "bin/tape"
  15268. },
  15269. "funding": {
  15270. "url": "https://github.com/sponsors/ljharb"
  15271. }
  15272. },
  15273. "node_modules/tape/node_modules/deep-equal": {
  15274. "version": "1.1.2",
  15275. "license": "MIT",
  15276. "dependencies": {
  15277. "is-arguments": "^1.1.1",
  15278. "is-date-object": "^1.0.5",
  15279. "is-regex": "^1.1.4",
  15280. "object-is": "^1.1.5",
  15281. "object-keys": "^1.1.1",
  15282. "regexp.prototype.flags": "^1.5.1"
  15283. },
  15284. "engines": {
  15285. "node": ">= 0.4"
  15286. },
  15287. "funding": {
  15288. "url": "https://github.com/sponsors/ljharb"
  15289. }
  15290. },
  15291. "node_modules/tape/node_modules/glob": {
  15292. "version": "7.2.3",
  15293. "license": "ISC",
  15294. "dependencies": {
  15295. "fs.realpath": "^1.0.0",
  15296. "inflight": "^1.0.4",
  15297. "inherits": "2",
  15298. "minimatch": "^3.1.1",
  15299. "once": "^1.3.0",
  15300. "path-is-absolute": "^1.0.0"
  15301. },
  15302. "engines": {
  15303. "node": "*"
  15304. },
  15305. "funding": {
  15306. "url": "https://github.com/sponsors/isaacs"
  15307. }
  15308. },
  15309. "node_modules/tape/node_modules/is-regex": {
  15310. "version": "1.1.4",
  15311. "license": "MIT",
  15312. "dependencies": {
  15313. "call-bind": "^1.0.2",
  15314. "has-tostringtag": "^1.0.0"
  15315. },
  15316. "engines": {
  15317. "node": ">= 0.4"
  15318. },
  15319. "funding": {
  15320. "url": "https://github.com/sponsors/ljharb"
  15321. }
  15322. },
  15323. "node_modules/tape/node_modules/object-inspect": {
  15324. "version": "1.12.3",
  15325. "license": "MIT",
  15326. "funding": {
  15327. "url": "https://github.com/sponsors/ljharb"
  15328. }
  15329. },
  15330. "node_modules/tar": {
  15331. "version": "7.5.11",
  15332. "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.11.tgz",
  15333. "integrity": "sha512-ChjMH33/KetonMTAtpYdgUFr0tbz69Fp2v7zWxQfYZX4g5ZN2nOBXm1R2xyA+lMIKrLKIoKAwFj93jE/avX9cQ==",
  15334. "license": "BlueOak-1.0.0",
  15335. "dependencies": {
  15336. "@isaacs/fs-minipass": "^4.0.0",
  15337. "chownr": "^3.0.0",
  15338. "minipass": "^7.1.2",
  15339. "minizlib": "^3.1.0",
  15340. "yallist": "^5.0.0"
  15341. },
  15342. "engines": {
  15343. "node": ">=18"
  15344. }
  15345. },
  15346. "node_modules/tar-stream": {
  15347. "version": "3.1.7",
  15348. "license": "MIT",
  15349. "dependencies": {
  15350. "b4a": "^1.6.4",
  15351. "fast-fifo": "^1.2.0",
  15352. "streamx": "^2.15.0"
  15353. }
  15354. },
  15355. "node_modules/text-decoder": {
  15356. "version": "1.2.3",
  15357. "license": "Apache-2.0",
  15358. "dependencies": {
  15359. "b4a": "^1.6.4"
  15360. }
  15361. },
  15362. "node_modules/text-table": {
  15363. "version": "0.2.0",
  15364. "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
  15365. "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
  15366. "license": "MIT"
  15367. },
  15368. "node_modules/tldts": {
  15369. "version": "7.0.23",
  15370. "resolved": "https://registry.npmjs.org/tldts/-/tldts-7.0.23.tgz",
  15371. "integrity": "sha512-ASdhgQIBSay0R/eXggAkQ53G4nTJqTXqC2kbaBbdDwM7SkjyZyO0OaaN1/FH7U/yCeqOHDwFO5j8+Os/IS1dXw==",
  15372. "license": "MIT",
  15373. "dependencies": {
  15374. "tldts-core": "^7.0.23"
  15375. },
  15376. "bin": {
  15377. "tldts": "bin/cli.js"
  15378. }
  15379. },
  15380. "node_modules/tldts-core": {
  15381. "version": "7.0.23",
  15382. "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-7.0.23.tgz",
  15383. "integrity": "sha512-0g9vrtDQLrNIiCj22HSe9d4mLVG3g5ph5DZ8zCKBr4OtrspmNB6ss7hVyzArAeE88ceZocIEGkyW1Ime7fxPtQ==",
  15384. "license": "MIT"
  15385. },
  15386. "node_modules/to-buffer": {
  15387. "version": "1.2.1",
  15388. "license": "MIT",
  15389. "dependencies": {
  15390. "isarray": "^2.0.5",
  15391. "safe-buffer": "^5.2.1",
  15392. "typed-array-buffer": "^1.0.3"
  15393. },
  15394. "engines": {
  15395. "node": ">= 0.4"
  15396. }
  15397. },
  15398. "node_modules/to-camel-case": {
  15399. "version": "1.0.0",
  15400. "license": "MIT",
  15401. "dependencies": {
  15402. "to-space-case": "^1.0.0"
  15403. }
  15404. },
  15405. "node_modules/to-no-case": {
  15406. "version": "1.0.2",
  15407. "license": "MIT"
  15408. },
  15409. "node_modules/to-object-path": {
  15410. "version": "0.3.0",
  15411. "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz",
  15412. "integrity": "sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg==",
  15413. "license": "MIT",
  15414. "dependencies": {
  15415. "kind-of": "^3.0.2"
  15416. },
  15417. "engines": {
  15418. "node": ">=0.10.0"
  15419. }
  15420. },
  15421. "node_modules/to-regex": {
  15422. "version": "3.0.2",
  15423. "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz",
  15424. "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==",
  15425. "license": "MIT",
  15426. "dependencies": {
  15427. "define-property": "^2.0.2",
  15428. "extend-shallow": "^3.0.2",
  15429. "regex-not": "^1.0.2",
  15430. "safe-regex": "^1.1.0"
  15431. },
  15432. "engines": {
  15433. "node": ">=0.10.0"
  15434. }
  15435. },
  15436. "node_modules/to-regex-range": {
  15437. "version": "2.1.1",
  15438. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz",
  15439. "integrity": "sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==",
  15440. "license": "MIT",
  15441. "dependencies": {
  15442. "is-number": "^3.0.0",
  15443. "repeat-string": "^1.6.1"
  15444. },
  15445. "engines": {
  15446. "node": ">=0.10.0"
  15447. }
  15448. },
  15449. "node_modules/to-regex-range/node_modules/is-number": {
  15450. "version": "3.0.0",
  15451. "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
  15452. "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==",
  15453. "license": "MIT",
  15454. "dependencies": {
  15455. "kind-of": "^3.0.2"
  15456. },
  15457. "engines": {
  15458. "node": ">=0.10.0"
  15459. }
  15460. },
  15461. "node_modules/to-space-case": {
  15462. "version": "1.0.0",
  15463. "license": "MIT",
  15464. "dependencies": {
  15465. "to-no-case": "^1.0.0"
  15466. }
  15467. },
  15468. "node_modules/to-vfile": {
  15469. "version": "1.0.0",
  15470. "resolved": "https://registry.npmjs.org/to-vfile/-/to-vfile-1.0.0.tgz",
  15471. "integrity": "sha512-BHc+hdHwULe8x6xmQhSuTsiiPHyTCCf7dtH7l6WkBoYBR2rDfYtoJufKLDDAYGMfA+1XoRq44HfyjoB9vMBr1w==",
  15472. "license": "MIT",
  15473. "dependencies": {
  15474. "vfile": "^1.0.0"
  15475. }
  15476. },
  15477. "node_modules/toad-cache": {
  15478. "version": "3.7.0",
  15479. "license": "MIT",
  15480. "engines": {
  15481. "node": ">=12"
  15482. }
  15483. },
  15484. "node_modules/toidentifier": {
  15485. "version": "1.0.1",
  15486. "license": "MIT",
  15487. "engines": {
  15488. "node": ">=0.6"
  15489. }
  15490. },
  15491. "node_modules/token-types": {
  15492. "version": "4.2.1",
  15493. "license": "MIT",
  15494. "dependencies": {
  15495. "@tokenizer/token": "^0.3.0",
  15496. "ieee754": "^1.2.1"
  15497. },
  15498. "engines": {
  15499. "node": ">=10"
  15500. },
  15501. "funding": {
  15502. "type": "github",
  15503. "url": "https://github.com/sponsors/Borewit"
  15504. }
  15505. },
  15506. "node_modules/too-hot": {
  15507. "version": "1.0.1",
  15508. "license": "MIT",
  15509. "dependencies": {
  15510. "cpu-percentage": "~1.0.3"
  15511. }
  15512. },
  15513. "node_modules/touch": {
  15514. "version": "3.1.1",
  15515. "resolved": "https://registry.npmjs.org/touch/-/touch-3.1.1.tgz",
  15516. "integrity": "sha512-r0eojU4bI8MnHr8c5bNo7lJDdI2qXlWWJk6a9EAFG7vbhTjElYhBVS3/miuE0uOuoLdb8Mc/rVfsmm6eo5o9GA==",
  15517. "dev": true,
  15518. "license": "ISC",
  15519. "bin": {
  15520. "nodetouch": "bin/nodetouch.js"
  15521. }
  15522. },
  15523. "node_modules/tough-cookie": {
  15524. "version": "6.0.0",
  15525. "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-6.0.0.tgz",
  15526. "integrity": "sha512-kXuRi1mtaKMrsLUxz3sQYvVl37B0Ns6MzfrtV5DvJceE9bPyspOqk9xxv7XbZWcfLWbFmm997vl83qUWVJA64w==",
  15527. "license": "BSD-3-Clause",
  15528. "dependencies": {
  15529. "tldts": "^7.0.5"
  15530. },
  15531. "engines": {
  15532. "node": ">=16"
  15533. }
  15534. },
  15535. "node_modules/tr46": {
  15536. "version": "0.0.3",
  15537. "license": "MIT"
  15538. },
  15539. "node_modules/traverse": {
  15540. "version": "0.6.11",
  15541. "license": "MIT",
  15542. "dependencies": {
  15543. "gopd": "^1.2.0",
  15544. "typedarray.prototype.slice": "^1.0.5",
  15545. "which-typed-array": "^1.1.18"
  15546. },
  15547. "engines": {
  15548. "node": ">= 0.4"
  15549. },
  15550. "funding": {
  15551. "url": "https://github.com/sponsors/ljharb"
  15552. }
  15553. },
  15554. "node_modules/trim": {
  15555. "version": "0.0.3",
  15556. "resolved": "https://registry.npmjs.org/trim/-/trim-0.0.3.tgz",
  15557. "integrity": "sha512-h82ywcYhHK7veeelXrCScdH7HkWfbIT1D/CgYO+nmDarz3SGNssVBMws6jU16Ga60AJCRAvPV6w6RLuNerQqjg==",
  15558. "deprecated": "Use String.prototype.trim() instead"
  15559. },
  15560. "node_modules/trim-lines": {
  15561. "version": "1.1.3",
  15562. "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-1.1.3.tgz",
  15563. "integrity": "sha512-E0ZosSWYK2mkSu+KEtQ9/KqarVjA9HztOSX+9FDdNacRAq29RRV6ZQNgob3iuW8Htar9vAfEa6yyt5qBAHZDBA==",
  15564. "license": "MIT",
  15565. "funding": {
  15566. "type": "github",
  15567. "url": "https://github.com/sponsors/wooorm"
  15568. }
  15569. },
  15570. "node_modules/trim-newlines": {
  15571. "version": "2.0.0",
  15572. "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-2.0.0.tgz",
  15573. "integrity": "sha512-MTBWv3jhVjTU7XR3IQHllbiJs8sc75a80OEhB6or/q7pLTWgQ0bMGQXXYQSrSuXe6WiKWDZ5txXY5P59a/coVA==",
  15574. "dev": true,
  15575. "license": "MIT",
  15576. "engines": {
  15577. "node": ">=4"
  15578. }
  15579. },
  15580. "node_modules/trim-trailing-lines": {
  15581. "version": "1.1.4",
  15582. "resolved": "https://registry.npmjs.org/trim-trailing-lines/-/trim-trailing-lines-1.1.4.tgz",
  15583. "integrity": "sha512-rjUWSqnfTNrjbB9NQWfPMH/xRK1deHeGsHoVfpxJ++XeYXE0d6B1En37AHfw3jtfTU7dzMzZL2jjpe8Qb5gLIQ==",
  15584. "license": "MIT",
  15585. "funding": {
  15586. "type": "github",
  15587. "url": "https://github.com/sponsors/wooorm"
  15588. }
  15589. },
  15590. "node_modules/truncate-utf8-bytes": {
  15591. "version": "1.0.2",
  15592. "license": "WTFPL",
  15593. "dependencies": {
  15594. "utf8-byte-length": "^1.0.1"
  15595. }
  15596. },
  15597. "node_modules/tsscmp": {
  15598. "version": "1.0.6",
  15599. "license": "MIT",
  15600. "engines": {
  15601. "node": ">=0.6.x"
  15602. }
  15603. },
  15604. "node_modules/tweetnacl": {
  15605. "version": "0.14.5",
  15606. "license": "Unlicense"
  15607. },
  15608. "node_modules/tweetnacl-auth": {
  15609. "version": "0.3.1",
  15610. "license": "Unlicense",
  15611. "dependencies": {
  15612. "tweetnacl": "0.x.x"
  15613. }
  15614. },
  15615. "node_modules/type-is": {
  15616. "version": "1.6.18",
  15617. "license": "MIT",
  15618. "dependencies": {
  15619. "media-typer": "0.3.0",
  15620. "mime-types": "~2.1.24"
  15621. },
  15622. "engines": {
  15623. "node": ">= 0.6"
  15624. }
  15625. },
  15626. "node_modules/typed-array-buffer": {
  15627. "version": "1.0.3",
  15628. "license": "MIT",
  15629. "dependencies": {
  15630. "call-bound": "^1.0.3",
  15631. "es-errors": "^1.3.0",
  15632. "is-typed-array": "^1.1.14"
  15633. },
  15634. "engines": {
  15635. "node": ">= 0.4"
  15636. }
  15637. },
  15638. "node_modules/typed-array-byte-length": {
  15639. "version": "1.0.3",
  15640. "license": "MIT",
  15641. "dependencies": {
  15642. "call-bind": "^1.0.8",
  15643. "for-each": "^0.3.3",
  15644. "gopd": "^1.2.0",
  15645. "has-proto": "^1.2.0",
  15646. "is-typed-array": "^1.1.14"
  15647. },
  15648. "engines": {
  15649. "node": ">= 0.4"
  15650. },
  15651. "funding": {
  15652. "url": "https://github.com/sponsors/ljharb"
  15653. }
  15654. },
  15655. "node_modules/typed-array-byte-offset": {
  15656. "version": "1.0.4",
  15657. "license": "MIT",
  15658. "dependencies": {
  15659. "available-typed-arrays": "^1.0.7",
  15660. "call-bind": "^1.0.8",
  15661. "for-each": "^0.3.3",
  15662. "gopd": "^1.2.0",
  15663. "has-proto": "^1.2.0",
  15664. "is-typed-array": "^1.1.15",
  15665. "reflect.getprototypeof": "^1.0.9"
  15666. },
  15667. "engines": {
  15668. "node": ">= 0.4"
  15669. },
  15670. "funding": {
  15671. "url": "https://github.com/sponsors/ljharb"
  15672. }
  15673. },
  15674. "node_modules/typed-array-length": {
  15675. "version": "1.0.7",
  15676. "license": "MIT",
  15677. "dependencies": {
  15678. "call-bind": "^1.0.7",
  15679. "for-each": "^0.3.3",
  15680. "gopd": "^1.0.1",
  15681. "is-typed-array": "^1.1.13",
  15682. "possible-typed-array-names": "^1.0.0",
  15683. "reflect.getprototypeof": "^1.0.6"
  15684. },
  15685. "engines": {
  15686. "node": ">= 0.4"
  15687. },
  15688. "funding": {
  15689. "url": "https://github.com/sponsors/ljharb"
  15690. }
  15691. },
  15692. "node_modules/typedarray": {
  15693. "version": "0.0.6",
  15694. "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
  15695. "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==",
  15696. "license": "MIT"
  15697. },
  15698. "node_modules/typedarray-to-buffer": {
  15699. "version": "4.0.0",
  15700. "funding": [
  15701. {
  15702. "type": "github",
  15703. "url": "https://github.com/sponsors/feross"
  15704. },
  15705. {
  15706. "type": "patreon",
  15707. "url": "https://www.patreon.com/feross"
  15708. },
  15709. {
  15710. "type": "consulting",
  15711. "url": "https://feross.org/support"
  15712. }
  15713. ],
  15714. "license": "MIT"
  15715. },
  15716. "node_modules/typedarray.prototype.slice": {
  15717. "version": "1.0.5",
  15718. "license": "MIT",
  15719. "dependencies": {
  15720. "call-bind": "^1.0.8",
  15721. "define-properties": "^1.2.1",
  15722. "es-abstract": "^1.23.9",
  15723. "es-errors": "^1.3.0",
  15724. "get-proto": "^1.0.1",
  15725. "math-intrinsics": "^1.1.0",
  15726. "typed-array-buffer": "^1.0.3",
  15727. "typed-array-byte-offset": "^1.0.4"
  15728. },
  15729. "engines": {
  15730. "node": ">= 0.4"
  15731. },
  15732. "funding": {
  15733. "url": "https://github.com/sponsors/ljharb"
  15734. }
  15735. },
  15736. "node_modules/typedfastbitset": {
  15737. "version": "0.2.1",
  15738. "license": "Apache-2.0"
  15739. },
  15740. "node_modules/typescript": {
  15741. "version": "5.8.3",
  15742. "license": "Apache-2.0",
  15743. "optional": true,
  15744. "peer": true,
  15745. "bin": {
  15746. "tsc": "bin/tsc",
  15747. "tsserver": "bin/tsserver"
  15748. },
  15749. "engines": {
  15750. "node": ">=14.17"
  15751. }
  15752. },
  15753. "node_modules/typewiselite": {
  15754. "version": "1.0.0",
  15755. "license": "MIT"
  15756. },
  15757. "node_modules/uint48be": {
  15758. "version": "2.0.1",
  15759. "license": "MIT"
  15760. },
  15761. "node_modules/unbox-primitive": {
  15762. "version": "1.1.0",
  15763. "license": "MIT",
  15764. "dependencies": {
  15765. "call-bound": "^1.0.3",
  15766. "has-bigints": "^1.0.2",
  15767. "has-symbols": "^1.1.0",
  15768. "which-boxed-primitive": "^1.1.1"
  15769. },
  15770. "engines": {
  15771. "node": ">= 0.4"
  15772. },
  15773. "funding": {
  15774. "url": "https://github.com/sponsors/ljharb"
  15775. }
  15776. },
  15777. "node_modules/undefsafe": {
  15778. "version": "2.0.5",
  15779. "resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.5.tgz",
  15780. "integrity": "sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==",
  15781. "dev": true,
  15782. "license": "MIT"
  15783. },
  15784. "node_modules/undici": {
  15785. "version": "7.24.2",
  15786. "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.2.tgz",
  15787. "integrity": "sha512-P9J1HWYV/ajFr8uCqk5QixwiRKmB1wOamgS0e+o2Z4A44Ej2+thFVRLG/eA7qprx88XXhnV5Bl8LHXTURpzB3Q==",
  15788. "license": "MIT",
  15789. "engines": {
  15790. "node": ">=20.18.1"
  15791. }
  15792. },
  15793. "node_modules/undici-types": {
  15794. "version": "6.21.0",
  15795. "license": "MIT"
  15796. },
  15797. "node_modules/unherit": {
  15798. "version": "1.1.3",
  15799. "resolved": "https://registry.npmjs.org/unherit/-/unherit-1.1.3.tgz",
  15800. "integrity": "sha512-Ft16BJcnapDKp0+J/rqFC3Rrk6Y/Ng4nzsC028k2jdDII/rdZ7Wd3pPT/6+vIIxRagwRc9K0IUX0Ra4fKvw+WQ==",
  15801. "license": "MIT",
  15802. "dependencies": {
  15803. "inherits": "^2.0.0",
  15804. "xtend": "^4.0.0"
  15805. },
  15806. "funding": {
  15807. "type": "github",
  15808. "url": "https://github.com/sponsors/wooorm"
  15809. }
  15810. },
  15811. "node_modules/unified": {
  15812. "version": "2.1.4",
  15813. "resolved": "https://registry.npmjs.org/unified/-/unified-2.1.4.tgz",
  15814. "integrity": "sha512-qa4nA26ms49OczPueTt7G46r89TOlwAJ4pEk2U4mwkV1wNhjttItF03SE/YnfkgWg14tzmAHXGhJp2GhDYwn1A==",
  15815. "license": "MIT",
  15816. "dependencies": {
  15817. "attach-ware": "^1.0.0",
  15818. "bail": "^1.0.0",
  15819. "extend": "^3.0.0",
  15820. "unherit": "^1.0.4",
  15821. "vfile": "^1.0.0",
  15822. "ware": "^1.3.0"
  15823. }
  15824. },
  15825. "node_modules/union-value": {
  15826. "version": "1.0.1",
  15827. "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz",
  15828. "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==",
  15829. "license": "MIT",
  15830. "dependencies": {
  15831. "arr-union": "^3.1.0",
  15832. "get-value": "^2.0.6",
  15833. "is-extendable": "^0.1.1",
  15834. "set-value": "^2.0.1"
  15835. },
  15836. "engines": {
  15837. "node": ">=0.10.0"
  15838. }
  15839. },
  15840. "node_modules/unique-random": {
  15841. "version": "1.0.0",
  15842. "resolved": "https://registry.npmjs.org/unique-random/-/unique-random-1.0.0.tgz",
  15843. "integrity": "sha512-K1sUkPf9EXCZFNIlMCoX4icAqcvkR4FMPH4Z61HbyiWhQl1ZGo0zYeV2bJmocK8Cp6tnKYrCnpkeKGebXZoRTQ==",
  15844. "dev": true,
  15845. "license": "MIT",
  15846. "engines": {
  15847. "node": ">=0.10.0"
  15848. }
  15849. },
  15850. "node_modules/unique-random-array": {
  15851. "version": "1.0.1",
  15852. "resolved": "https://registry.npmjs.org/unique-random-array/-/unique-random-array-1.0.1.tgz",
  15853. "integrity": "sha512-z9J/SV8CUIhIRROcHe9YUoAT6XthUJt0oUyLGgobiXJprDP9O9dsErNevvSaAv5BkhwFEVPn6nIEOKeNE6Ck1Q==",
  15854. "dev": true,
  15855. "license": "MIT",
  15856. "dependencies": {
  15857. "unique-random": "^1.0.0"
  15858. },
  15859. "engines": {
  15860. "node": ">=0.10.0"
  15861. }
  15862. },
  15863. "node_modules/unist-util-is": {
  15864. "version": "3.0.0",
  15865. "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-3.0.0.tgz",
  15866. "integrity": "sha512-sVZZX3+kspVNmLWBPAB6r+7D9ZgAFPNWm66f7YNb420RlQSbn+n8rG8dGZSkrER7ZIXGQYNm5pqC3v3HopH24A==",
  15867. "license": "MIT"
  15868. },
  15869. "node_modules/unist-util-visit": {
  15870. "version": "1.4.1",
  15871. "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-1.4.1.tgz",
  15872. "integrity": "sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw==",
  15873. "license": "MIT",
  15874. "dependencies": {
  15875. "unist-util-visit-parents": "^2.0.0"
  15876. }
  15877. },
  15878. "node_modules/unist-util-visit-parents": {
  15879. "version": "2.1.2",
  15880. "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-2.1.2.tgz",
  15881. "integrity": "sha512-DyN5vD4NE3aSeB+PXYNKxzGsfocxp6asDc2XXE3b0ekO2BaRUpBicbbUygfSvYfUz1IkmjFR1YF7dPklraMZ2g==",
  15882. "license": "MIT",
  15883. "dependencies": {
  15884. "unist-util-is": "^3.0.0"
  15885. }
  15886. },
  15887. "node_modules/universal-github-app-jwt": {
  15888. "version": "2.2.2",
  15889. "license": "MIT"
  15890. },
  15891. "node_modules/universal-user-agent": {
  15892. "version": "7.0.3",
  15893. "license": "ISC"
  15894. },
  15895. "node_modules/universalify": {
  15896. "version": "2.0.1",
  15897. "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
  15898. "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
  15899. "license": "MIT",
  15900. "engines": {
  15901. "node": ">= 10.0.0"
  15902. }
  15903. },
  15904. "node_modules/unpipe": {
  15905. "version": "1.0.0",
  15906. "license": "MIT",
  15907. "engines": {
  15908. "node": ">= 0.8"
  15909. }
  15910. },
  15911. "node_modules/unset-value": {
  15912. "version": "1.0.0",
  15913. "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz",
  15914. "integrity": "sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ==",
  15915. "license": "MIT",
  15916. "dependencies": {
  15917. "has-value": "^0.3.1",
  15918. "isobject": "^3.0.0"
  15919. },
  15920. "engines": {
  15921. "node": ">=0.10.0"
  15922. }
  15923. },
  15924. "node_modules/unset-value/node_modules/has-value": {
  15925. "version": "0.3.1",
  15926. "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz",
  15927. "integrity": "sha512-gpG936j8/MzaeID5Yif+577c17TxaDmhuyVgSwtnL/q8UUTySg8Mecb+8Cf1otgLoD7DDH75axp86ER7LFsf3Q==",
  15928. "license": "MIT",
  15929. "dependencies": {
  15930. "get-value": "^2.0.3",
  15931. "has-values": "^0.1.4",
  15932. "isobject": "^2.0.0"
  15933. },
  15934. "engines": {
  15935. "node": ">=0.10.0"
  15936. }
  15937. },
  15938. "node_modules/unset-value/node_modules/has-value/node_modules/isobject": {
  15939. "version": "2.1.0",
  15940. "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",
  15941. "integrity": "sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==",
  15942. "license": "MIT",
  15943. "dependencies": {
  15944. "isarray": "1.0.0"
  15945. },
  15946. "engines": {
  15947. "node": ">=0.10.0"
  15948. }
  15949. },
  15950. "node_modules/unset-value/node_modules/has-values": {
  15951. "version": "0.1.4",
  15952. "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz",
  15953. "integrity": "sha512-J8S0cEdWuQbqD9//tlZxiMuMNmxB8PlEwvYwuxsTmR1G5RXUePEX/SJn7aD0GMLieuZYSwNH0cQuJGwnYunXRQ==",
  15954. "license": "MIT",
  15955. "engines": {
  15956. "node": ">=0.10.0"
  15957. }
  15958. },
  15959. "node_modules/unset-value/node_modules/isarray": {
  15960. "version": "1.0.0",
  15961. "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
  15962. "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
  15963. "license": "MIT"
  15964. },
  15965. "node_modules/unset-value/node_modules/isobject": {
  15966. "version": "3.0.1",
  15967. "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
  15968. "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==",
  15969. "license": "MIT",
  15970. "engines": {
  15971. "node": ">=0.10.0"
  15972. }
  15973. },
  15974. "node_modules/untildify": {
  15975. "version": "2.1.0",
  15976. "resolved": "https://registry.npmjs.org/untildify/-/untildify-2.1.0.tgz",
  15977. "integrity": "sha512-sJjbDp2GodvkB0FZZcn7k6afVisqX5BZD7Yq3xp4nN2O15BBK0cLm3Vwn2vQaF7UDS0UUsrQMkkplmDI5fskig==",
  15978. "license": "MIT",
  15979. "dependencies": {
  15980. "os-homedir": "^1.0.0"
  15981. },
  15982. "engines": {
  15983. "node": ">=0.10.0"
  15984. }
  15985. },
  15986. "node_modules/urix": {
  15987. "version": "0.1.0",
  15988. "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz",
  15989. "integrity": "sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==",
  15990. "deprecated": "Please see https://github.com/lydell/urix#deprecated",
  15991. "license": "MIT"
  15992. },
  15993. "node_modules/url-join": {
  15994. "version": "4.0.1",
  15995. "resolved": "https://registry.npmjs.org/url-join/-/url-join-4.0.1.tgz",
  15996. "integrity": "sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==",
  15997. "license": "MIT"
  15998. },
  15999. "node_modules/use": {
  16000. "version": "3.1.1",
  16001. "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz",
  16002. "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==",
  16003. "license": "MIT",
  16004. "engines": {
  16005. "node": ">=0.10.0"
  16006. }
  16007. },
  16008. "node_modules/user-home": {
  16009. "version": "2.0.0",
  16010. "resolved": "https://registry.npmjs.org/user-home/-/user-home-2.0.0.tgz",
  16011. "integrity": "sha512-KMWqdlOcjCYdtIJpicDSFBQ8nFwS2i9sslAd6f4+CBGcU4gist2REnr2fxj2YocvJFxSF3ZOHLYLVZnUxv4BZQ==",
  16012. "license": "MIT",
  16013. "dependencies": {
  16014. "os-homedir": "^1.0.0"
  16015. },
  16016. "engines": {
  16017. "node": ">=0.10.0"
  16018. }
  16019. },
  16020. "node_modules/utf8-byte-length": {
  16021. "version": "1.0.5",
  16022. "license": "(WTFPL OR MIT)"
  16023. },
  16024. "node_modules/util": {
  16025. "version": "0.12.5",
  16026. "resolved": "https://registry.npmjs.org/util/-/util-0.12.5.tgz",
  16027. "integrity": "sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==",
  16028. "license": "MIT",
  16029. "dependencies": {
  16030. "inherits": "^2.0.3",
  16031. "is-arguments": "^1.0.4",
  16032. "is-generator-function": "^1.0.7",
  16033. "is-typed-array": "^1.1.3",
  16034. "which-typed-array": "^1.1.2"
  16035. }
  16036. },
  16037. "node_modules/util-deprecate": {
  16038. "version": "1.0.2",
  16039. "license": "MIT"
  16040. },
  16041. "node_modules/validate-npm-package-license": {
  16042. "version": "3.0.4",
  16043. "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
  16044. "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",
  16045. "dev": true,
  16046. "license": "Apache-2.0",
  16047. "dependencies": {
  16048. "spdx-correct": "^3.0.0",
  16049. "spdx-expression-parse": "^3.0.0"
  16050. }
  16051. },
  16052. "node_modules/validate-npm-package-name": {
  16053. "version": "7.0.2",
  16054. "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-7.0.2.tgz",
  16055. "integrity": "sha512-hVDIBwsRruT73PbK7uP5ebUt+ezEtCmzZz3F59BSr2F6OVFnJ/6h8liuvdLrQ88Xmnk6/+xGGuq+pG9WwTuy3A==",
  16056. "license": "ISC",
  16057. "engines": {
  16058. "node": "^20.17.0 || >=22.9.0"
  16059. }
  16060. },
  16061. "node_modules/vary": {
  16062. "version": "1.1.2",
  16063. "license": "MIT",
  16064. "engines": {
  16065. "node": ">= 0.8"
  16066. }
  16067. },
  16068. "node_modules/vfile": {
  16069. "version": "1.4.0",
  16070. "resolved": "https://registry.npmjs.org/vfile/-/vfile-1.4.0.tgz",
  16071. "integrity": "sha512-7Fz639rwERslMqQCuf1/0H4Tqe2q484Xl6X/jsKqrP7IjFcDODFURhv0GekMnImpbj9pTOojtqL7r39LJJkjGA==",
  16072. "license": "MIT"
  16073. },
  16074. "node_modules/vfile-find-down": {
  16075. "version": "1.0.0",
  16076. "resolved": "https://registry.npmjs.org/vfile-find-down/-/vfile-find-down-1.0.0.tgz",
  16077. "integrity": "sha512-AOXiJrVKizToYfRosXd1p9Fq8b0u0qchvSwVF1/ue3JE7o7KuQ/UH24bNAPLDUG/RIM1DZ6zWtDsiLShcma4WA==",
  16078. "license": "MIT",
  16079. "dependencies": {
  16080. "to-vfile": "^1.0.0"
  16081. }
  16082. },
  16083. "node_modules/vfile-find-up": {
  16084. "version": "1.0.0",
  16085. "resolved": "https://registry.npmjs.org/vfile-find-up/-/vfile-find-up-1.0.0.tgz",
  16086. "integrity": "sha512-t97P/jQswvX0n//+RB74Wj43VOg3tel2InzaJYryaBewd4uN4pNXuoH/F00PkI3U1fBp+w/SIyrTjzIzPwDODg==",
  16087. "license": "MIT",
  16088. "dependencies": {
  16089. "to-vfile": "^1.0.0"
  16090. }
  16091. },
  16092. "node_modules/vfile-reporter": {
  16093. "version": "1.5.0",
  16094. "resolved": "https://registry.npmjs.org/vfile-reporter/-/vfile-reporter-1.5.0.tgz",
  16095. "integrity": "sha512-VFF1LK0O8/nLmrPcc+5VMEnyP21BTzdVoq1rbxTaVt6cmSVk5MQs1POhkfY/cctndmZheNgirTcAMoiKj3aJYA==",
  16096. "license": "MIT",
  16097. "dependencies": {
  16098. "chalk": "^1.1.0",
  16099. "log-symbols": "^1.0.2",
  16100. "plur": "^2.0.0",
  16101. "repeat-string": "^1.5.0",
  16102. "string-width": "^1.0.0",
  16103. "text-table": "^0.2.0",
  16104. "vfile-sort": "^1.0.0"
  16105. }
  16106. },
  16107. "node_modules/vfile-reporter/node_modules/ansi-regex": {
  16108. "version": "2.1.1",
  16109. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
  16110. "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==",
  16111. "license": "MIT",
  16112. "engines": {
  16113. "node": ">=0.10.0"
  16114. }
  16115. },
  16116. "node_modules/vfile-reporter/node_modules/ansi-styles": {
  16117. "version": "2.2.1",
  16118. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
  16119. "integrity": "sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==",
  16120. "license": "MIT",
  16121. "engines": {
  16122. "node": ">=0.10.0"
  16123. }
  16124. },
  16125. "node_modules/vfile-reporter/node_modules/chalk": {
  16126. "version": "1.1.3",
  16127. "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
  16128. "integrity": "sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==",
  16129. "license": "MIT",
  16130. "dependencies": {
  16131. "ansi-styles": "^2.2.1",
  16132. "escape-string-regexp": "^1.0.2",
  16133. "has-ansi": "^2.0.0",
  16134. "strip-ansi": "^3.0.0",
  16135. "supports-color": "^2.0.0"
  16136. },
  16137. "engines": {
  16138. "node": ">=0.10.0"
  16139. }
  16140. },
  16141. "node_modules/vfile-reporter/node_modules/is-fullwidth-code-point": {
  16142. "version": "1.0.0",
  16143. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
  16144. "integrity": "sha512-1pqUqRjkhPJ9miNq9SwMfdvi6lBJcd6eFxvfaivQhaH3SgisfiuudvFntdKOmxuee/77l+FPjKrQjWvmPjWrRw==",
  16145. "license": "MIT",
  16146. "dependencies": {
  16147. "number-is-nan": "^1.0.0"
  16148. },
  16149. "engines": {
  16150. "node": ">=0.10.0"
  16151. }
  16152. },
  16153. "node_modules/vfile-reporter/node_modules/log-symbols": {
  16154. "version": "1.0.2",
  16155. "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz",
  16156. "integrity": "sha512-mmPrW0Fh2fxOzdBbFv4g1m6pR72haFLPJ2G5SJEELf1y+iaQrDG6cWCPjy54RHYbZAt7X+ls690Kw62AdWXBzQ==",
  16157. "license": "MIT",
  16158. "dependencies": {
  16159. "chalk": "^1.0.0"
  16160. },
  16161. "engines": {
  16162. "node": ">=0.10.0"
  16163. }
  16164. },
  16165. "node_modules/vfile-reporter/node_modules/string-width": {
  16166. "version": "1.0.2",
  16167. "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
  16168. "integrity": "sha512-0XsVpQLnVCXHJfyEs8tC0zpTVIr5PKKsQtkT29IwupnPTjtPmQ3xT/4yCREF9hYkV/3M3kzcUTSAZT6a6h81tw==",
  16169. "license": "MIT",
  16170. "dependencies": {
  16171. "code-point-at": "^1.0.0",
  16172. "is-fullwidth-code-point": "^1.0.0",
  16173. "strip-ansi": "^3.0.0"
  16174. },
  16175. "engines": {
  16176. "node": ">=0.10.0"
  16177. }
  16178. },
  16179. "node_modules/vfile-reporter/node_modules/strip-ansi": {
  16180. "version": "3.0.1",
  16181. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
  16182. "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==",
  16183. "license": "MIT",
  16184. "dependencies": {
  16185. "ansi-regex": "^2.0.0"
  16186. },
  16187. "engines": {
  16188. "node": ">=0.10.0"
  16189. }
  16190. },
  16191. "node_modules/vfile-sort": {
  16192. "version": "1.0.0",
  16193. "resolved": "https://registry.npmjs.org/vfile-sort/-/vfile-sort-1.0.0.tgz",
  16194. "integrity": "sha512-6qIalNEKUt2YyVFzyJptdEo9sm/pMrSKvOJ35lH4us9YeW08zRs3E9VbdJ0O0n2Thxc1TWINP5QVhucy/YiGPA==",
  16195. "license": "MIT"
  16196. },
  16197. "node_modules/w3c-xmlserializer": {
  16198. "version": "5.0.0",
  16199. "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz",
  16200. "integrity": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==",
  16201. "license": "MIT",
  16202. "dependencies": {
  16203. "xml-name-validator": "^5.0.0"
  16204. },
  16205. "engines": {
  16206. "node": ">=18"
  16207. }
  16208. },
  16209. "node_modules/ware": {
  16210. "version": "1.3.0",
  16211. "resolved": "https://registry.npmjs.org/ware/-/ware-1.3.0.tgz",
  16212. "integrity": "sha512-Y2HUDMktriUm+SR2gZWxlrszcgtXExlhQYZ8QJNYbl22jum00KIUcHJ/h/sdAXhWTJcbSkiMYN9Z2tWbWYSrrw==",
  16213. "license": "MIT",
  16214. "dependencies": {
  16215. "wrap-fn": "^0.1.0"
  16216. }
  16217. },
  16218. "node_modules/webidl-conversions": {
  16219. "version": "3.0.1",
  16220. "license": "BSD-2-Clause"
  16221. },
  16222. "node_modules/whatwg-fetch": {
  16223. "version": "3.6.20",
  16224. "license": "MIT"
  16225. },
  16226. "node_modules/whatwg-mimetype": {
  16227. "version": "5.0.0",
  16228. "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-5.0.0.tgz",
  16229. "integrity": "sha512-sXcNcHOC51uPGF0P/D4NVtrkjSU2fNsm9iog4ZvZJsL3rjoDAzXZhkm2MWt1y+PUdggKAYVoMAIYcs78wJ51Cw==",
  16230. "license": "MIT",
  16231. "engines": {
  16232. "node": ">=20"
  16233. }
  16234. },
  16235. "node_modules/whatwg-url": {
  16236. "version": "5.0.0",
  16237. "license": "MIT",
  16238. "dependencies": {
  16239. "tr46": "~0.0.3",
  16240. "webidl-conversions": "^3.0.0"
  16241. }
  16242. },
  16243. "node_modules/which": {
  16244. "version": "2.0.2",
  16245. "license": "ISC",
  16246. "dependencies": {
  16247. "isexe": "^2.0.0"
  16248. },
  16249. "bin": {
  16250. "node-which": "bin/node-which"
  16251. },
  16252. "engines": {
  16253. "node": ">= 8"
  16254. }
  16255. },
  16256. "node_modules/which-boxed-primitive": {
  16257. "version": "1.1.1",
  16258. "license": "MIT",
  16259. "dependencies": {
  16260. "is-bigint": "^1.1.0",
  16261. "is-boolean-object": "^1.2.1",
  16262. "is-number-object": "^1.1.1",
  16263. "is-string": "^1.1.1",
  16264. "is-symbol": "^1.1.1"
  16265. },
  16266. "engines": {
  16267. "node": ">= 0.4"
  16268. },
  16269. "funding": {
  16270. "url": "https://github.com/sponsors/ljharb"
  16271. }
  16272. },
  16273. "node_modules/which-builtin-type": {
  16274. "version": "1.2.1",
  16275. "license": "MIT",
  16276. "dependencies": {
  16277. "call-bound": "^1.0.2",
  16278. "function.prototype.name": "^1.1.6",
  16279. "has-tostringtag": "^1.0.2",
  16280. "is-async-function": "^2.0.0",
  16281. "is-date-object": "^1.1.0",
  16282. "is-finalizationregistry": "^1.1.0",
  16283. "is-generator-function": "^1.0.10",
  16284. "is-regex": "^1.2.1",
  16285. "is-weakref": "^1.0.2",
  16286. "isarray": "^2.0.5",
  16287. "which-boxed-primitive": "^1.1.0",
  16288. "which-collection": "^1.0.2",
  16289. "which-typed-array": "^1.1.16"
  16290. },
  16291. "engines": {
  16292. "node": ">= 0.4"
  16293. },
  16294. "funding": {
  16295. "url": "https://github.com/sponsors/ljharb"
  16296. }
  16297. },
  16298. "node_modules/which-collection": {
  16299. "version": "1.0.2",
  16300. "license": "MIT",
  16301. "dependencies": {
  16302. "is-map": "^2.0.3",
  16303. "is-set": "^2.0.3",
  16304. "is-weakmap": "^2.0.2",
  16305. "is-weakset": "^2.0.3"
  16306. },
  16307. "engines": {
  16308. "node": ">= 0.4"
  16309. },
  16310. "funding": {
  16311. "url": "https://github.com/sponsors/ljharb"
  16312. }
  16313. },
  16314. "node_modules/which-module": {
  16315. "version": "2.0.1",
  16316. "license": "ISC"
  16317. },
  16318. "node_modules/which-typed-array": {
  16319. "version": "1.1.19",
  16320. "license": "MIT",
  16321. "dependencies": {
  16322. "available-typed-arrays": "^1.0.7",
  16323. "call-bind": "^1.0.8",
  16324. "call-bound": "^1.0.4",
  16325. "for-each": "^0.3.5",
  16326. "get-proto": "^1.0.1",
  16327. "gopd": "^1.2.0",
  16328. "has-tostringtag": "^1.0.2"
  16329. },
  16330. "engines": {
  16331. "node": ">= 0.4"
  16332. },
  16333. "funding": {
  16334. "url": "https://github.com/sponsors/ljharb"
  16335. }
  16336. },
  16337. "node_modules/word-wrap": {
  16338. "version": "1.2.5",
  16339. "license": "MIT",
  16340. "engines": {
  16341. "node": ">=0.10.0"
  16342. }
  16343. },
  16344. "node_modules/wrap-ansi": {
  16345. "version": "8.1.0",
  16346. "license": "MIT",
  16347. "dependencies": {
  16348. "ansi-styles": "^6.1.0",
  16349. "string-width": "^5.0.1",
  16350. "strip-ansi": "^7.0.1"
  16351. },
  16352. "engines": {
  16353. "node": ">=12"
  16354. },
  16355. "funding": {
  16356. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  16357. }
  16358. },
  16359. "node_modules/wrap-ansi-cjs": {
  16360. "name": "wrap-ansi",
  16361. "version": "7.0.0",
  16362. "license": "MIT",
  16363. "dependencies": {
  16364. "ansi-styles": "^4.0.0",
  16365. "string-width": "^4.1.0",
  16366. "strip-ansi": "^6.0.0"
  16367. },
  16368. "engines": {
  16369. "node": ">=10"
  16370. },
  16371. "funding": {
  16372. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  16373. }
  16374. },
  16375. "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
  16376. "version": "8.0.0",
  16377. "license": "MIT"
  16378. },
  16379. "node_modules/wrap-ansi-cjs/node_modules/string-width": {
  16380. "version": "4.2.3",
  16381. "license": "MIT",
  16382. "dependencies": {
  16383. "emoji-regex": "^8.0.0",
  16384. "is-fullwidth-code-point": "^3.0.0",
  16385. "strip-ansi": "^6.0.1"
  16386. },
  16387. "engines": {
  16388. "node": ">=8"
  16389. }
  16390. },
  16391. "node_modules/wrap-ansi/node_modules/ansi-regex": {
  16392. "version": "6.1.0",
  16393. "license": "MIT",
  16394. "engines": {
  16395. "node": ">=12"
  16396. },
  16397. "funding": {
  16398. "url": "https://github.com/chalk/ansi-regex?sponsor=1"
  16399. }
  16400. },
  16401. "node_modules/wrap-ansi/node_modules/ansi-styles": {
  16402. "version": "6.2.1",
  16403. "license": "MIT",
  16404. "engines": {
  16405. "node": ">=12"
  16406. },
  16407. "funding": {
  16408. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  16409. }
  16410. },
  16411. "node_modules/wrap-ansi/node_modules/strip-ansi": {
  16412. "version": "7.1.0",
  16413. "license": "MIT",
  16414. "dependencies": {
  16415. "ansi-regex": "^6.0.1"
  16416. },
  16417. "engines": {
  16418. "node": ">=12"
  16419. },
  16420. "funding": {
  16421. "url": "https://github.com/chalk/strip-ansi?sponsor=1"
  16422. }
  16423. },
  16424. "node_modules/wrap-fn": {
  16425. "version": "0.1.5",
  16426. "resolved": "https://registry.npmjs.org/wrap-fn/-/wrap-fn-0.1.5.tgz",
  16427. "integrity": "sha512-xDLdGx0M8JQw9QDAC9s5NUxtg9MI09F6Vbxa2LYoSoCvzJnx2n81YMIfykmXEGsUvuLaxnblJTzhSOjUOX37ag==",
  16428. "license": "MIT",
  16429. "dependencies": {
  16430. "co": "3.1.0"
  16431. }
  16432. },
  16433. "node_modules/wrap-fn/node_modules/co": {
  16434. "version": "3.1.0",
  16435. "resolved": "https://registry.npmjs.org/co/-/co-3.1.0.tgz",
  16436. "integrity": "sha512-CQsjCRiNObI8AtTsNIBDRMQ4oMR83CzEswHYahClvul7gKk+lDQiOKv+5qh7LQWf5sh6jkZNispz/QlsZxyNgA==",
  16437. "license": "MIT"
  16438. },
  16439. "node_modules/wrappy": {
  16440. "version": "1.0.2",
  16441. "license": "ISC"
  16442. },
  16443. "node_modules/ws": {
  16444. "version": "7.5.10",
  16445. "license": "MIT",
  16446. "engines": {
  16447. "node": ">=8.3.0"
  16448. },
  16449. "peerDependencies": {
  16450. "bufferutil": "^4.0.1",
  16451. "utf-8-validate": "^5.0.2"
  16452. },
  16453. "peerDependenciesMeta": {
  16454. "bufferutil": {
  16455. "optional": true
  16456. },
  16457. "utf-8-validate": {
  16458. "optional": true
  16459. }
  16460. }
  16461. },
  16462. "node_modules/xml-name-validator": {
  16463. "version": "5.0.0",
  16464. "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz",
  16465. "integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==",
  16466. "license": "Apache-2.0",
  16467. "engines": {
  16468. "node": ">=18"
  16469. }
  16470. },
  16471. "node_modules/xmlchars": {
  16472. "version": "2.2.0",
  16473. "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
  16474. "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
  16475. "license": "MIT"
  16476. },
  16477. "node_modules/xsalsa20": {
  16478. "version": "1.2.0",
  16479. "license": "MIT"
  16480. },
  16481. "node_modules/xtend": {
  16482. "version": "4.0.2",
  16483. "license": "MIT",
  16484. "engines": {
  16485. "node": ">=0.4"
  16486. }
  16487. },
  16488. "node_modules/y18n": {
  16489. "version": "5.0.8",
  16490. "license": "ISC",
  16491. "engines": {
  16492. "node": ">=10"
  16493. }
  16494. },
  16495. "node_modules/yallist": {
  16496. "version": "5.0.0",
  16497. "resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz",
  16498. "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==",
  16499. "license": "BlueOak-1.0.0",
  16500. "engines": {
  16501. "node": ">=18"
  16502. }
  16503. },
  16504. "node_modules/yargs": {
  16505. "version": "17.7.2",
  16506. "license": "MIT",
  16507. "dependencies": {
  16508. "cliui": "^8.0.1",
  16509. "escalade": "^3.1.1",
  16510. "get-caller-file": "^2.0.5",
  16511. "require-directory": "^2.1.1",
  16512. "string-width": "^4.2.3",
  16513. "y18n": "^5.0.5",
  16514. "yargs-parser": "^21.1.1"
  16515. },
  16516. "engines": {
  16517. "node": ">=12"
  16518. }
  16519. },
  16520. "node_modules/yargs-parser": {
  16521. "version": "21.1.1",
  16522. "license": "ISC",
  16523. "engines": {
  16524. "node": ">=12"
  16525. }
  16526. },
  16527. "node_modules/yargs/node_modules/emoji-regex": {
  16528. "version": "8.0.0",
  16529. "license": "MIT"
  16530. },
  16531. "node_modules/yargs/node_modules/string-width": {
  16532. "version": "4.2.3",
  16533. "license": "MIT",
  16534. "dependencies": {
  16535. "emoji-regex": "^8.0.0",
  16536. "is-fullwidth-code-point": "^3.0.0",
  16537. "strip-ansi": "^6.0.1"
  16538. },
  16539. "engines": {
  16540. "node": ">=8"
  16541. }
  16542. },
  16543. "node_modules/ylru": {
  16544. "version": "1.4.0",
  16545. "license": "MIT",
  16546. "engines": {
  16547. "node": ">= 4.0.0"
  16548. }
  16549. },
  16550. "node_modules/yoctocolors": {
  16551. "version": "2.1.1",
  16552. "license": "MIT",
  16553. "engines": {
  16554. "node": ">=18"
  16555. },
  16556. "funding": {
  16557. "url": "https://github.com/sponsors/sindresorhus"
  16558. }
  16559. },
  16560. "node_modules/zerr": {
  16561. "version": "1.0.4",
  16562. "license": "MIT"
  16563. },
  16564. "node_modules/ziii": {
  16565. "version": "1.0.2",
  16566. "license": "MIT"
  16567. },
  16568. "node_modules/zip-stream": {
  16569. "version": "6.0.1",
  16570. "license": "MIT",
  16571. "dependencies": {
  16572. "archiver-utils": "^5.0.0",
  16573. "compress-commons": "^6.0.2",
  16574. "readable-stream": "^4.0.0"
  16575. },
  16576. "engines": {
  16577. "node": ">= 14"
  16578. }
  16579. },
  16580. "node_modules/zod": {
  16581. "version": "3.25.56",
  16582. "license": "MIT",
  16583. "funding": {
  16584. "url": "https://github.com/sponsors/colinhacks"
  16585. }
  16586. },
  16587. "packages/ssb-server": {
  16588. "version": "15.3.0",
  16589. "license": "MIT",
  16590. "dependencies": {
  16591. "bash-color": "~0.0.3",
  16592. "broadcast-stream": "^0.2.1",
  16593. "cont": "~1.0.3",
  16594. "cross-spawn": "^6.0.5",
  16595. "debug": "^4.1.1",
  16596. "deep-equal": "^1.0.1",
  16597. "explain-error": "^1.0.3",
  16598. "has-network": "0.0.1",
  16599. "ip": "^1.1.5",
  16600. "mdmanifest": "^1.0.8",
  16601. "minimist": "^1.1.3",
  16602. "mkdirp": "~0.5.0",
  16603. "multiblob": "^1.13.0",
  16604. "multiserver": "^3.3.1",
  16605. "multiserver-address": "^1.0.1",
  16606. "muxrpc-validation": "^3",
  16607. "muxrpcli": "3",
  16608. "mv": "^2.1.1",
  16609. "osenv": "^0.1.5",
  16610. "pull-cat": "~1.1.5",
  16611. "pull-file": "^1.0.0",
  16612. "pull-many": "~1.0.6",
  16613. "pull-pushable": "^2.2.0",
  16614. "pull-stream": "^3.6.2",
  16615. "rimraf": "^2.4.2",
  16616. "secret-stack": "^6.3.1",
  16617. "ssb-blobs": "1.2.2",
  16618. "ssb-caps": "^1.0.1",
  16619. "ssb-client": "^4.7.9",
  16620. "ssb-config": "^3.2.5",
  16621. "ssb-db": "19.2.0",
  16622. "ssb-ebt": "^5.6.1",
  16623. "ssb-friends": "^4.1.0",
  16624. "ssb-gossip": "^1.1.0",
  16625. "ssb-invite": "^2.1.2",
  16626. "ssb-keys": "^7.1.1",
  16627. "ssb-links": "^3.0.10",
  16628. "ssb-local": "^1.0.0",
  16629. "ssb-logging": "^1.0.0",
  16630. "ssb-master": "^1.0.2",
  16631. "ssb-no-auth": "^1.0.0",
  16632. "ssb-onion": "^1.0.0",
  16633. "ssb-ooo": "^1.3.0",
  16634. "ssb-plugins": "1.0.0",
  16635. "ssb-query": "^2.4.0",
  16636. "ssb-ref": "^2.13.9",
  16637. "ssb-replicate": "^1.3.0",
  16638. "ssb-unix-socket": "^1.0.0",
  16639. "ssb-ws": "^6.2.1",
  16640. "stream-to-pull-stream": "^1.6.10",
  16641. "zerr": "^1.0.0"
  16642. },
  16643. "bin": {
  16644. "sbot": "bin.js",
  16645. "ssb-server": "bin.js"
  16646. },
  16647. "devDependencies": {
  16648. "cat-names": "^2.0.0",
  16649. "compatibility": "^1.0.0",
  16650. "dog-names": "~1.0.2",
  16651. "hexpp": "^2.0.0",
  16652. "interleavings": "^1.0.0",
  16653. "npm-install-package": "^2.1.0",
  16654. "nyc": "^13.2.0",
  16655. "pull-abortable": "^4.1.1",
  16656. "pull-bitflipper": "^0.1.0",
  16657. "pull-paramap": "^1.2.2",
  16658. "rng": "^0.2.2",
  16659. "run-series": "^1.1.8",
  16660. "semver": "^5.6.0",
  16661. "ssb-feed": "^2.3.0",
  16662. "ssb-generate": "^1.0.1",
  16663. "ssb-validate": "^4",
  16664. "tape": "^4.9.1",
  16665. "typewiselite": "^1.0.0"
  16666. }
  16667. },
  16668. "packages/ssb-server/node_modules/abstract-leveldown": {
  16669. "version": "6.0.3",
  16670. "resolved": "https://registry.npmjs.org/abstract-leveldown/-/abstract-leveldown-6.0.3.tgz",
  16671. "integrity": "sha512-jzewKKpZbaYUa6HTThnrl+GrJhzjEAeuc7hTVpZdzg7kupXZFoqQDFwyOwLNbmJKJlmzw8yiipMPkDiuKkT06Q==",
  16672. "deprecated": "Superseded by abstract-level (https://github.com/Level/community#faq)",
  16673. "license": "MIT",
  16674. "dependencies": {
  16675. "level-concat-iterator": "~2.0.0",
  16676. "xtend": "~4.0.0"
  16677. },
  16678. "engines": {
  16679. "node": ">=6"
  16680. }
  16681. },
  16682. "packages/ssb-server/node_modules/cross-spawn": {
  16683. "version": "6.0.6",
  16684. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.6.tgz",
  16685. "integrity": "sha512-VqCUuhcd1iB+dsv8gxPttb5iZh/D0iubSP21g36KXdEuf6I5JiioesUVjpCdHV9MZRUfVFlvwtIUyPfxo5trtw==",
  16686. "license": "MIT",
  16687. "dependencies": {
  16688. "nice-try": "^1.0.4",
  16689. "path-key": "^2.0.1",
  16690. "semver": "^5.5.0",
  16691. "shebang-command": "^1.2.0",
  16692. "which": "^1.2.9"
  16693. },
  16694. "engines": {
  16695. "node": ">=4.8"
  16696. }
  16697. },
  16698. "packages/ssb-server/node_modules/epidemic-broadcast-trees": {
  16699. "version": "7.0.0",
  16700. "resolved": "https://registry.npmjs.org/epidemic-broadcast-trees/-/epidemic-broadcast-trees-7.0.0.tgz",
  16701. "integrity": "sha512-nm1o1ncxcJvXtLJVoPl4AJFX7Bh0BhPsTC9XhCRWwdRJXp1Ud1DcGpi/6c3sUA/URmyoIc1WONNdub+/AE5vTQ==",
  16702. "license": "MIT",
  16703. "dependencies": {
  16704. "inherits": "^2.0.3",
  16705. "push-stream": "^10.0.0"
  16706. }
  16707. },
  16708. "packages/ssb-server/node_modules/flumecodec": {
  16709. "version": "0.0.1",
  16710. "resolved": "https://registry.npmjs.org/flumecodec/-/flumecodec-0.0.1.tgz",
  16711. "integrity": "sha512-JT0xivzdV7uTucjsLMw6JhK2e1K5TmU4fGmoQqnrJbydgY/V6+m71QoxX5ZtRR1pKoD48uhPDWWE6G5MlNoGkg==",
  16712. "license": "MIT",
  16713. "dependencies": {
  16714. "level-codec": "^6.2.0"
  16715. }
  16716. },
  16717. "packages/ssb-server/node_modules/flumedb": {
  16718. "version": "1.1.0",
  16719. "resolved": "https://registry.npmjs.org/flumedb/-/flumedb-1.1.0.tgz",
  16720. "integrity": "sha512-Bwol+72GU5z2DxZlnaxUA9A8qaRcQcdTprmRcgfqn2ldn147ByVh9Zyp90hVGPlo/oEN/yjOBUXcNkK3SYjbgA==",
  16721. "license": "MIT",
  16722. "dependencies": {
  16723. "cont": "^1.0.3",
  16724. "explain-error": "^1.0.3",
  16725. "obv": "0.0.1",
  16726. "pull-cont": "^0.1.1",
  16727. "pull-looper": "^1.0.0",
  16728. "pull-stream": "^3.5.0"
  16729. }
  16730. },
  16731. "packages/ssb-server/node_modules/flumeview-level": {
  16732. "version": "3.0.14",
  16733. "resolved": "https://registry.npmjs.org/flumeview-level/-/flumeview-level-3.0.14.tgz",
  16734. "integrity": "sha512-Nl0gJOgrDGpJGZDkP6gvo6s1Q9WmRynbHUvI/JY3eQ81YgzUUa2FKLlfu6OHV5ho5NeXP+00F+0K1yBVaEgJOQ==",
  16735. "license": "MIT",
  16736. "dependencies": {
  16737. "charwise": "^3.0.1",
  16738. "explain-error": "^1.0.4",
  16739. "level": "^5.0.0",
  16740. "ltgt": "^2.1.3",
  16741. "mkdirp": "^0.5.1",
  16742. "obv": "0.0.1",
  16743. "pull-level": "^2.0.3",
  16744. "pull-paramap": "^1.2.1",
  16745. "pull-stream": "^3.5.0",
  16746. "pull-write": "^1.1.1"
  16747. }
  16748. },
  16749. "packages/ssb-server/node_modules/flumeview-level/node_modules/level": {
  16750. "version": "5.0.1",
  16751. "resolved": "https://registry.npmjs.org/level/-/level-5.0.1.tgz",
  16752. "integrity": "sha512-wcak5OQeA4rURGacqS62R/xNHjCYnJSQDBOlm4KNUGJVE9bWv2B04TclqReYejN+oD65PzD4FsqeWoI5wNC5Lg==",
  16753. "hasInstallScript": true,
  16754. "license": "MIT",
  16755. "dependencies": {
  16756. "level-js": "^4.0.0",
  16757. "level-packager": "^5.0.0",
  16758. "leveldown": "^5.0.0",
  16759. "opencollective-postinstall": "^2.0.0"
  16760. },
  16761. "engines": {
  16762. "node": ">=8.6.0"
  16763. }
  16764. },
  16765. "packages/ssb-server/node_modules/glob": {
  16766. "version": "7.2.3",
  16767. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  16768. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  16769. "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
  16770. "license": "ISC",
  16771. "dependencies": {
  16772. "fs.realpath": "^1.0.0",
  16773. "inflight": "^1.0.4",
  16774. "inherits": "2",
  16775. "minimatch": "^3.1.1",
  16776. "once": "^1.3.0",
  16777. "path-is-absolute": "^1.0.0"
  16778. },
  16779. "engines": {
  16780. "node": "*"
  16781. },
  16782. "funding": {
  16783. "url": "https://github.com/sponsors/isaacs"
  16784. }
  16785. },
  16786. "packages/ssb-server/node_modules/immediate": {
  16787. "version": "3.2.3",
  16788. "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.2.3.tgz",
  16789. "integrity": "sha512-RrGCXRm/fRVqMIhqXrGEX9rRADavPiDFSoMb/k64i9XMk8uH4r/Omi5Ctierj6XzNecwDbO4WuFbDD1zmpl3Tg==",
  16790. "license": "MIT"
  16791. },
  16792. "packages/ssb-server/node_modules/ip": {
  16793. "version": "1.1.9",
  16794. "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.9.tgz",
  16795. "integrity": "sha512-cyRxvOEpNHNtchU3Ln9KC/auJgup87llfQpQ+t5ghoC/UhL16SWzbueiCsdTnWmqAWl7LadfuwhlqmtOaqMHdQ==",
  16796. "license": "MIT"
  16797. },
  16798. "packages/ssb-server/node_modules/level-codec": {
  16799. "version": "6.2.0",
  16800. "resolved": "https://registry.npmjs.org/level-codec/-/level-codec-6.2.0.tgz",
  16801. "integrity": "sha512-J437PvCMZZKNT88+VRh6dkmh1ndZzwGwDzb5ZZl3QEsl+U9wIlt8hG+Y1gXVOhH75gf8JyceKGiG6WFUBbxyGQ==",
  16802. "deprecated": "Superseded by level-transcoder (https://github.com/Level/community#faq)",
  16803. "license": "MIT"
  16804. },
  16805. "packages/ssb-server/node_modules/level-js": {
  16806. "version": "4.0.2",
  16807. "resolved": "https://registry.npmjs.org/level-js/-/level-js-4.0.2.tgz",
  16808. "integrity": "sha512-PeGjZsyMG4O89KHiez1zoMJxStnkM+oBIqgACjoo5PJqFiSUUm3GNod/KcbqN5ktyZa8jkG7I1T0P2u6HN9lIg==",
  16809. "deprecated": "Superseded by browser-level (https://github.com/Level/community#faq)",
  16810. "license": "MIT",
  16811. "dependencies": {
  16812. "abstract-leveldown": "~6.0.1",
  16813. "immediate": "~3.2.3",
  16814. "inherits": "^2.0.3",
  16815. "ltgt": "^2.1.2",
  16816. "typedarray-to-buffer": "~3.1.5"
  16817. }
  16818. },
  16819. "packages/ssb-server/node_modules/mkdirp": {
  16820. "version": "0.5.6",
  16821. "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
  16822. "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
  16823. "license": "MIT",
  16824. "dependencies": {
  16825. "minimist": "^1.2.6"
  16826. },
  16827. "bin": {
  16828. "mkdirp": "bin/cmd.js"
  16829. }
  16830. },
  16831. "packages/ssb-server/node_modules/muxrpc": {
  16832. "version": "6.7.3",
  16833. "resolved": "https://registry.npmjs.org/muxrpc/-/muxrpc-6.7.3.tgz",
  16834. "integrity": "sha512-yVr66BigJxHIvHOLsdJzuvrHt46Vq9DiDCBTZiS6q+49mXh4mkDjRiXo9FnGXQv1WJOqnRJk5fcfwV6TaSgNvA==",
  16835. "license": "MIT",
  16836. "dependencies": {
  16837. "clarify-error": "^1.0.0",
  16838. "debug": "^4.3.3",
  16839. "packet-stream": "~2.0.0",
  16840. "packet-stream-codec": "^1.2.0",
  16841. "pull-goodbye": "0.0.3",
  16842. "pull-stream": "^3.6.10"
  16843. }
  16844. },
  16845. "packages/ssb-server/node_modules/path-key": {
  16846. "version": "2.0.1",
  16847. "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
  16848. "integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==",
  16849. "license": "MIT",
  16850. "engines": {
  16851. "node": ">=4"
  16852. }
  16853. },
  16854. "packages/ssb-server/node_modules/push-stream": {
  16855. "version": "10.1.2",
  16856. "resolved": "https://registry.npmjs.org/push-stream/-/push-stream-10.1.2.tgz",
  16857. "integrity": "sha512-wCDN1KkAWOMXsiV0XxH/CggHqOYeXvyn00t9Zjp5RKsLZ2rzg/lLJIMAVxYLyh79T168W3fBYcG5TRRJAlQr6g==",
  16858. "license": "MIT"
  16859. },
  16860. "packages/ssb-server/node_modules/rimraf": {
  16861. "version": "2.7.1",
  16862. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
  16863. "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
  16864. "deprecated": "Rimraf versions prior to v4 are no longer supported",
  16865. "license": "ISC",
  16866. "dependencies": {
  16867. "glob": "^7.1.3"
  16868. },
  16869. "bin": {
  16870. "rimraf": "bin.js"
  16871. }
  16872. },
  16873. "packages/ssb-server/node_modules/semver": {
  16874. "version": "5.7.2",
  16875. "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
  16876. "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
  16877. "license": "ISC",
  16878. "bin": {
  16879. "semver": "bin/semver"
  16880. }
  16881. },
  16882. "packages/ssb-server/node_modules/shebang-command": {
  16883. "version": "1.2.0",
  16884. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
  16885. "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==",
  16886. "license": "MIT",
  16887. "dependencies": {
  16888. "shebang-regex": "^1.0.0"
  16889. },
  16890. "engines": {
  16891. "node": ">=0.10.0"
  16892. }
  16893. },
  16894. "packages/ssb-server/node_modules/shebang-regex": {
  16895. "version": "1.0.0",
  16896. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz",
  16897. "integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==",
  16898. "license": "MIT",
  16899. "engines": {
  16900. "node": ">=0.10.0"
  16901. }
  16902. },
  16903. "packages/ssb-server/node_modules/ssb-blobs": {
  16904. "version": "1.2.2",
  16905. "resolved": "https://registry.npmjs.org/ssb-blobs/-/ssb-blobs-1.2.2.tgz",
  16906. "integrity": "sha512-N+X46lE/KaIH9y1w3LQ9pPnt2tQr5VCSj1dAo/pJGYnSwnHz8GhIiboq7UGzrCZwCWgVUs22/2YiytCXSC9ASg==",
  16907. "license": "MIT",
  16908. "dependencies": {
  16909. "cont": "^1.0.3",
  16910. "debug": "^4.1.1",
  16911. "level": "^5.0.1",
  16912. "multiblob": "^1.12.0",
  16913. "pull-level": "^2.0.4",
  16914. "pull-notify": "^0.1.0",
  16915. "pull-stream": "^3.3.0",
  16916. "ssb-ref": "^2.3.0"
  16917. }
  16918. },
  16919. "packages/ssb-server/node_modules/ssb-blobs/node_modules/level": {
  16920. "version": "5.0.1",
  16921. "resolved": "https://registry.npmjs.org/level/-/level-5.0.1.tgz",
  16922. "integrity": "sha512-wcak5OQeA4rURGacqS62R/xNHjCYnJSQDBOlm4KNUGJVE9bWv2B04TclqReYejN+oD65PzD4FsqeWoI5wNC5Lg==",
  16923. "hasInstallScript": true,
  16924. "license": "MIT",
  16925. "dependencies": {
  16926. "level-js": "^4.0.0",
  16927. "level-packager": "^5.0.0",
  16928. "leveldown": "^5.0.0",
  16929. "opencollective-postinstall": "^2.0.0"
  16930. },
  16931. "engines": {
  16932. "node": ">=8.6.0"
  16933. }
  16934. },
  16935. "packages/ssb-server/node_modules/ssb-db": {
  16936. "version": "19.2.0",
  16937. "resolved": "https://registry.npmjs.org/ssb-db/-/ssb-db-19.2.0.tgz",
  16938. "integrity": "sha512-pJAFizB6OcuJLX4RJJuU9HWyPwM2CqLi/vs08lhVIR3TGxacxpavvK5LzbxT+Y3iWkBchOTKS5hHCigA5aaung==",
  16939. "license": "MIT",
  16940. "dependencies": {
  16941. "async-write": "^2.1.0",
  16942. "cont": "~1.0.0",
  16943. "explain-error": "~1.0.1",
  16944. "flumedb": "^1.0.0",
  16945. "flumelog-offset": "^3.3.1",
  16946. "flumeview-hashtable": "^1.0.3",
  16947. "flumeview-level": "^3.0.5",
  16948. "flumeview-reduce": "^1.3.9",
  16949. "ltgt": "^2.2.0",
  16950. "mdmanifest": "^1.0.8",
  16951. "mkdirp": "^0.5.1",
  16952. "monotonic-timestamp": "~0.0.8",
  16953. "muxrpc-validation": "^3.0.0",
  16954. "obv": "0.0.1",
  16955. "osenv": "^0.1.5",
  16956. "pull-cont": "^0.1.1",
  16957. "pull-stream": "^3.4.0",
  16958. "rimraf": "^2.6.2",
  16959. "ssb-keys": "^7.1.3",
  16960. "ssb-msgs": "^5.0.0",
  16961. "ssb-ref": "^2.12.0",
  16962. "ssb-validate": "^4.0.0",
  16963. "typewiselite": "^1.0.0",
  16964. "zerr": "^1.0.0"
  16965. }
  16966. },
  16967. "packages/ssb-server/node_modules/ssb-ebt": {
  16968. "version": "5.6.7",
  16969. "resolved": "https://registry.npmjs.org/ssb-ebt/-/ssb-ebt-5.6.7.tgz",
  16970. "integrity": "sha512-ifPgPNmDE8EKuuoqtXibwgYNtDZNry7sJL1epSUb3XgQr62bUV31N9R5LHKDsI2kx96OgWRwWY2PfZ7vf/hU8Q==",
  16971. "license": "MIT",
  16972. "dependencies": {
  16973. "base64-url": "^2.2.0",
  16974. "epidemic-broadcast-trees": "7",
  16975. "lossy-store": "^1.2.3",
  16976. "pull-stream": "^3.5.0",
  16977. "push-stream-to-pull-stream": "^1.0.0",
  16978. "ssb-ref": "^2.9.1"
  16979. }
  16980. },
  16981. "packages/ssb-server/node_modules/ssb-friends": {
  16982. "version": "4.4.10",
  16983. "resolved": "https://registry.npmjs.org/ssb-friends/-/ssb-friends-4.4.10.tgz",
  16984. "integrity": "sha512-APTTt47PRVv5nzo+8VLWymAxSZPiAA3p5wPu9VlCqr4qQVaDkCF7Xn5Lk9j8VkjEnclNt7aeE/YgnXCld/BPNA==",
  16985. "license": "MIT",
  16986. "dependencies": {
  16987. "bipf": "^1.9.0",
  16988. "flumecodec": "0.0.1",
  16989. "flumeview-reduce": "^1.4.0",
  16990. "layered-graph": "^1.2.0",
  16991. "pull-flatmap": "0.0.1",
  16992. "pull-level": "^2.0.4",
  16993. "pull-notify": "^0.1.2",
  16994. "pull-stream": "^3.7.0",
  16995. "ssb-ref": "^2.16.0"
  16996. }
  16997. },
  16998. "packages/ssb-server/node_modules/ssb-invite": {
  16999. "version": "2.1.8",
  17000. "resolved": "https://registry.npmjs.org/ssb-invite/-/ssb-invite-2.1.8.tgz",
  17001. "integrity": "sha512-fuBu0jtZzfsejLWUQXVzNq6s6IekJGZqVpY6EZLx3J2mM0+3rXuwDI/1LtqL2VOfzrPbC4jRJi6I21PosBGveg==",
  17002. "license": "MIT",
  17003. "dependencies": {
  17004. "cont": "^1.0.3",
  17005. "explain-error": "^1.0.4",
  17006. "ip": "^1.1.8",
  17007. "level": "^6.0.1",
  17008. "muxrpc-validation": "^3.0.2",
  17009. "ssb-client": "^4.9.0",
  17010. "ssb-keys": "^7.2.2",
  17011. "ssb-ref": "^2.16.0"
  17012. }
  17013. },
  17014. "packages/ssb-server/node_modules/ssb-keys": {
  17015. "version": "7.2.2",
  17016. "resolved": "https://registry.npmjs.org/ssb-keys/-/ssb-keys-7.2.2.tgz",
  17017. "integrity": "sha512-FPeyYU/3LpxcagnbmVWE+Q/qzg6keqeOBPbD7sEH9UKixUASeufPKiORDgh8nVX7J9Z+0vUaHt/WG999kGjvVQ==",
  17018. "license": "MIT",
  17019. "dependencies": {
  17020. "chloride": "^2.2.8",
  17021. "mkdirp": "~0.5.0",
  17022. "private-box": "^0.3.0"
  17023. }
  17024. },
  17025. "packages/ssb-server/node_modules/ssb-plugins": {
  17026. "version": "1.0.0",
  17027. "resolved": "https://registry.npmjs.org/ssb-plugins/-/ssb-plugins-1.0.0.tgz",
  17028. "integrity": "sha512-eM8vid+K8MhwZwzk/CDUhSNhUoS6wYgq9clJrrKaP0/Otdd3zZzcBQw54Xvm0olMcOgpTSlY3m2rT4iqjZPIBw==",
  17029. "license": "MIT",
  17030. "dependencies": {
  17031. "cross-spawn": "^6.0.5",
  17032. "explain-error": "^1.0.4",
  17033. "mdmanifest": "^1.0.8",
  17034. "mkdirp": "^0.5.1",
  17035. "muxrpc": "^6.4.0",
  17036. "muxrpc-validation": "^3.0.0",
  17037. "mv": "^2.1.1",
  17038. "osenv": "^0.1.5",
  17039. "pull-cat": "^1.1.11",
  17040. "pull-many": "^1.0.8",
  17041. "pull-pushable": "^2.2.0",
  17042. "pull-stream": "^3.6.9",
  17043. "stream-to-pull-stream": "^1.7.2"
  17044. }
  17045. },
  17046. "packages/ssb-server/node_modules/typedarray-to-buffer": {
  17047. "version": "3.1.5",
  17048. "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz",
  17049. "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==",
  17050. "license": "MIT",
  17051. "dependencies": {
  17052. "is-typedarray": "^1.0.0"
  17053. }
  17054. },
  17055. "packages/ssb-server/node_modules/which": {
  17056. "version": "1.3.1",
  17057. "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
  17058. "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
  17059. "license": "ISC",
  17060. "dependencies": {
  17061. "isexe": "^2.0.0"
  17062. },
  17063. "bin": {
  17064. "which": "bin/which"
  17065. }
  17066. }
  17067. }
  17068. }