package-lock.json 290 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964496549664967496849694970497149724973497449754976497749784979498049814982498349844985498649874988498949904991499249934994499549964997499849995000500150025003500450055006500750085009501050115012501350145015501650175018501950205021502250235024502550265027502850295030503150325033503450355036503750385039504050415042504350445045504650475048504950505051505250535054505550565057505850595060506150625063506450655066506750685069507050715072507350745075507650775078507950805081508250835084508550865087508850895090509150925093509450955096509750985099510051015102510351045105510651075108510951105111511251135114511551165117511851195120512151225123512451255126512751285129513051315132513351345135513651375138513951405141514251435144514551465147514851495150515151525153515451555156515751585159516051615162516351645165516651675168516951705171517251735174517551765177517851795180518151825183518451855186518751885189519051915192519351945195519651975198519952005201520252035204520552065207520852095210521152125213521452155216521752185219522052215222522352245225522652275228522952305231523252335234523552365237523852395240524152425243524452455246524752485249525052515252525352545255525652575258525952605261526252635264526552665267526852695270527152725273527452755276527752785279528052815282528352845285528652875288528952905291529252935294529552965297529852995300530153025303530453055306530753085309531053115312531353145315531653175318531953205321532253235324532553265327532853295330533153325333533453355336533753385339534053415342534353445345534653475348534953505351535253535354535553565357535853595360536153625363536453655366536753685369537053715372537353745375537653775378537953805381538253835384538553865387538853895390539153925393539453955396539753985399540054015402540354045405540654075408540954105411541254135414541554165417541854195420542154225423542454255426542754285429543054315432543354345435543654375438543954405441544254435444544554465447544854495450545154525453545454555456545754585459546054615462546354645465546654675468546954705471547254735474547554765477547854795480548154825483548454855486548754885489549054915492549354945495549654975498549955005501550255035504550555065507550855095510551155125513551455155516551755185519552055215522552355245525552655275528552955305531553255335534553555365537553855395540554155425543554455455546554755485549555055515552555355545555555655575558555955605561556255635564556555665567556855695570557155725573557455755576557755785579558055815582558355845585558655875588558955905591559255935594559555965597559855995600560156025603560456055606560756085609561056115612561356145615561656175618561956205621562256235624562556265627562856295630563156325633563456355636563756385639564056415642564356445645564656475648564956505651565256535654565556565657565856595660566156625663566456655666566756685669567056715672567356745675567656775678567956805681568256835684568556865687568856895690569156925693569456955696569756985699570057015702570357045705570657075708570957105711571257135714571557165717571857195720572157225723572457255726572757285729573057315732573357345735573657375738573957405741574257435744574557465747574857495750575157525753575457555756575757585759576057615762576357645765576657675768576957705771577257735774577557765777577857795780578157825783578457855786578757885789579057915792579357945795579657975798579958005801580258035804580558065807580858095810581158125813581458155816581758185819582058215822582358245825582658275828582958305831583258335834583558365837583858395840584158425843584458455846584758485849585058515852585358545855585658575858585958605861586258635864586558665867586858695870587158725873587458755876587758785879588058815882588358845885588658875888588958905891589258935894589558965897589858995900590159025903590459055906590759085909591059115912591359145915591659175918591959205921592259235924592559265927592859295930593159325933593459355936593759385939594059415942594359445945594659475948594959505951595259535954595559565957595859595960596159625963596459655966596759685969597059715972597359745975597659775978597959805981598259835984598559865987598859895990599159925993599459955996599759985999600060016002600360046005600660076008600960106011601260136014601560166017601860196020602160226023602460256026602760286029603060316032603360346035603660376038603960406041604260436044604560466047604860496050605160526053605460556056605760586059606060616062606360646065606660676068606960706071607260736074607560766077607860796080608160826083608460856086608760886089609060916092609360946095609660976098609961006101610261036104610561066107610861096110611161126113611461156116611761186119612061216122612361246125612661276128612961306131613261336134613561366137613861396140614161426143614461456146614761486149615061516152615361546155615661576158615961606161616261636164616561666167616861696170617161726173617461756176617761786179618061816182618361846185618661876188618961906191619261936194619561966197619861996200620162026203620462056206620762086209621062116212621362146215621662176218621962206221622262236224622562266227622862296230623162326233623462356236623762386239624062416242624362446245624662476248624962506251625262536254625562566257625862596260626162626263626462656266626762686269627062716272627362746275627662776278627962806281628262836284628562866287628862896290629162926293629462956296629762986299630063016302630363046305630663076308630963106311631263136314631563166317631863196320632163226323632463256326632763286329633063316332633363346335633663376338633963406341634263436344634563466347634863496350635163526353635463556356635763586359636063616362636363646365636663676368636963706371637263736374637563766377637863796380638163826383638463856386638763886389639063916392639363946395639663976398639964006401640264036404640564066407640864096410641164126413641464156416641764186419642064216422642364246425642664276428642964306431643264336434643564366437643864396440644164426443644464456446644764486449645064516452645364546455645664576458645964606461646264636464646564666467646864696470647164726473647464756476647764786479648064816482648364846485648664876488648964906491649264936494649564966497649864996500650165026503650465056506650765086509651065116512651365146515651665176518651965206521652265236524652565266527652865296530653165326533653465356536653765386539654065416542654365446545654665476548654965506551655265536554655565566557655865596560656165626563656465656566656765686569657065716572657365746575657665776578657965806581658265836584658565866587658865896590659165926593659465956596659765986599660066016602660366046605660666076608660966106611661266136614661566166617661866196620662166226623662466256626662766286629663066316632663366346635663666376638663966406641664266436644664566466647664866496650665166526653665466556656665766586659666066616662666366646665666666676668666966706671667266736674667566766677667866796680668166826683668466856686668766886689669066916692669366946695669666976698669967006701670267036704670567066707670867096710671167126713671467156716671767186719672067216722672367246725672667276728672967306731673267336734673567366737673867396740674167426743674467456746674767486749675067516752675367546755675667576758675967606761676267636764676567666767676867696770677167726773677467756776677767786779678067816782678367846785678667876788678967906791679267936794679567966797679867996800680168026803680468056806680768086809681068116812681368146815681668176818681968206821682268236824682568266827682868296830683168326833683468356836683768386839684068416842684368446845684668476848684968506851685268536854685568566857685868596860686168626863686468656866686768686869687068716872687368746875687668776878687968806881688268836884688568866887688868896890689168926893689468956896689768986899690069016902690369046905690669076908690969106911691269136914691569166917691869196920692169226923692469256926692769286929693069316932693369346935693669376938693969406941694269436944694569466947694869496950695169526953695469556956695769586959696069616962696369646965696669676968696969706971697269736974697569766977697869796980698169826983698469856986698769886989699069916992699369946995699669976998699970007001700270037004700570067007700870097010701170127013701470157016701770187019702070217022702370247025702670277028702970307031703270337034703570367037703870397040704170427043704470457046704770487049705070517052705370547055705670577058705970607061706270637064706570667067706870697070707170727073707470757076707770787079708070817082708370847085708670877088708970907091709270937094709570967097709870997100710171027103710471057106710771087109711071117112711371147115711671177118711971207121712271237124712571267127712871297130713171327133713471357136713771387139714071417142714371447145714671477148714971507151715271537154715571567157715871597160716171627163716471657166716771687169717071717172717371747175717671777178717971807181718271837184718571867187718871897190719171927193719471957196719771987199720072017202720372047205720672077208720972107211721272137214721572167217721872197220722172227223722472257226722772287229723072317232723372347235723672377238723972407241724272437244724572467247724872497250725172527253725472557256725772587259726072617262726372647265726672677268726972707271727272737274727572767277727872797280728172827283728472857286728772887289729072917292729372947295729672977298729973007301730273037304730573067307730873097310731173127313731473157316731773187319732073217322732373247325732673277328732973307331733273337334733573367337733873397340734173427343734473457346734773487349735073517352735373547355735673577358735973607361736273637364736573667367736873697370737173727373737473757376737773787379738073817382738373847385738673877388738973907391739273937394739573967397739873997400740174027403740474057406740774087409741074117412741374147415741674177418741974207421742274237424742574267427742874297430743174327433743474357436743774387439744074417442744374447445744674477448744974507451745274537454745574567457745874597460746174627463746474657466746774687469747074717472747374747475747674777478747974807481748274837484748574867487748874897490749174927493749474957496749774987499750075017502750375047505750675077508750975107511751275137514751575167517751875197520752175227523752475257526752775287529753075317532753375347535753675377538753975407541754275437544754575467547754875497550755175527553755475557556755775587559756075617562756375647565756675677568756975707571757275737574757575767577757875797580758175827583758475857586758775887589759075917592759375947595759675977598759976007601760276037604760576067607760876097610761176127613761476157616761776187619762076217622762376247625762676277628762976307631763276337634763576367637763876397640764176427643764476457646764776487649765076517652765376547655765676577658765976607661766276637664766576667667766876697670767176727673767476757676767776787679768076817682768376847685768676877688768976907691769276937694769576967697769876997700770177027703770477057706770777087709771077117712771377147715771677177718771977207721772277237724772577267727772877297730773177327733773477357736773777387739774077417742774377447745774677477748774977507751775277537754775577567757775877597760776177627763776477657766776777687769777077717772777377747775777677777778777977807781778277837784778577867787778877897790779177927793779477957796779777987799780078017802780378047805780678077808780978107811781278137814781578167817781878197820782178227823782478257826782778287829783078317832783378347835783678377838783978407841784278437844784578467847784878497850785178527853785478557856785778587859786078617862786378647865786678677868786978707871787278737874787578767877
  1. {
  2. "name": "sever-test",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "sever-test",
  9. "version": "1.0.0",
  10. "license": "ISC",
  11. "dependencies": {
  12. "express": "^4.21.2",
  13. "parse-server": "^7.3.0"
  14. }
  15. },
  16. "node_modules/@ampproject/remapping": {
  17. "version": "2.3.0",
  18. "resolved": "https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.3.0.tgz",
  19. "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
  20. "license": "Apache-2.0",
  21. "peer": true,
  22. "dependencies": {
  23. "@jridgewell/gen-mapping": "^0.3.5",
  24. "@jridgewell/trace-mapping": "^0.3.24"
  25. },
  26. "engines": {
  27. "node": ">=6.0.0"
  28. }
  29. },
  30. "node_modules/@apollo/cache-control-types": {
  31. "version": "1.0.3",
  32. "resolved": "https://registry.npmmirror.com/@apollo/cache-control-types/-/cache-control-types-1.0.3.tgz",
  33. "integrity": "sha512-F17/vCp7QVwom9eG7ToauIKdAxpSoadsJnqIfyryLFSkLSOEqu+eC5Z3N8OXcUVStuOMcNHlyraRsA6rRICu4g==",
  34. "license": "MIT",
  35. "peerDependencies": {
  36. "graphql": "14.x || 15.x || 16.x"
  37. }
  38. },
  39. "node_modules/@apollo/protobufjs": {
  40. "version": "1.2.7",
  41. "resolved": "https://registry.npmmirror.com/@apollo/protobufjs/-/protobufjs-1.2.7.tgz",
  42. "integrity": "sha512-Lahx5zntHPZia35myYDBRuF58tlwPskwHc5CWBZC/4bMKB6siTBWwtMrkqXcsNwQiFSzSx5hKdRPUmemrEp3Gg==",
  43. "hasInstallScript": true,
  44. "license": "BSD-3-Clause",
  45. "dependencies": {
  46. "@protobufjs/aspromise": "^1.1.2",
  47. "@protobufjs/base64": "^1.1.2",
  48. "@protobufjs/codegen": "^2.0.4",
  49. "@protobufjs/eventemitter": "^1.1.0",
  50. "@protobufjs/fetch": "^1.1.0",
  51. "@protobufjs/float": "^1.0.2",
  52. "@protobufjs/inquire": "^1.1.0",
  53. "@protobufjs/path": "^1.1.2",
  54. "@protobufjs/pool": "^1.1.0",
  55. "@protobufjs/utf8": "^1.1.0",
  56. "@types/long": "^4.0.0",
  57. "long": "^4.0.0"
  58. },
  59. "bin": {
  60. "apollo-pbjs": "bin/pbjs",
  61. "apollo-pbts": "bin/pbts"
  62. }
  63. },
  64. "node_modules/@apollo/server": {
  65. "version": "4.10.5",
  66. "resolved": "https://registry.npmmirror.com/@apollo/server/-/server-4.10.5.tgz",
  67. "integrity": "sha512-I+Oi1CnphXExSAAsZbclgRDN4k4CEMxyKRzYg3bir5N8OmydEhzXDlIGAOETP/TKblxR7HPXGvwn2cJKzbl46w==",
  68. "license": "MIT",
  69. "dependencies": {
  70. "@apollo/cache-control-types": "^1.0.3",
  71. "@apollo/server-gateway-interface": "^1.1.1",
  72. "@apollo/usage-reporting-protobuf": "^4.1.1",
  73. "@apollo/utils.createhash": "^2.0.0",
  74. "@apollo/utils.fetcher": "^2.0.0",
  75. "@apollo/utils.isnodelike": "^2.0.0",
  76. "@apollo/utils.keyvaluecache": "^2.1.0",
  77. "@apollo/utils.logger": "^2.0.0",
  78. "@apollo/utils.usagereporting": "^2.1.0",
  79. "@apollo/utils.withrequired": "^2.0.0",
  80. "@graphql-tools/schema": "^9.0.0",
  81. "@types/express": "^4.17.13",
  82. "@types/express-serve-static-core": "^4.17.30",
  83. "@types/node-fetch": "^2.6.1",
  84. "async-retry": "^1.2.1",
  85. "cors": "^2.8.5",
  86. "express": "^4.17.1",
  87. "loglevel": "^1.6.8",
  88. "lru-cache": "^7.10.1",
  89. "negotiator": "^0.6.3",
  90. "node-abort-controller": "^3.1.1",
  91. "node-fetch": "^2.6.7",
  92. "uuid": "^9.0.0",
  93. "whatwg-mimetype": "^3.0.0"
  94. },
  95. "engines": {
  96. "node": ">=14.16.0"
  97. },
  98. "peerDependencies": {
  99. "graphql": "^16.6.0"
  100. }
  101. },
  102. "node_modules/@apollo/server-gateway-interface": {
  103. "version": "1.1.1",
  104. "resolved": "https://registry.npmmirror.com/@apollo/server-gateway-interface/-/server-gateway-interface-1.1.1.tgz",
  105. "integrity": "sha512-pGwCl/po6+rxRmDMFgozKQo2pbsSwE91TpsDBAOgf74CRDPXHHtM88wbwjab0wMMZh95QfR45GGyDIdhY24bkQ==",
  106. "license": "MIT",
  107. "dependencies": {
  108. "@apollo/usage-reporting-protobuf": "^4.1.1",
  109. "@apollo/utils.fetcher": "^2.0.0",
  110. "@apollo/utils.keyvaluecache": "^2.1.0",
  111. "@apollo/utils.logger": "^2.0.0"
  112. },
  113. "peerDependencies": {
  114. "graphql": "14.x || 15.x || 16.x"
  115. }
  116. },
  117. "node_modules/@apollo/server/node_modules/@graphql-tools/merge": {
  118. "version": "8.4.2",
  119. "resolved": "https://registry.npmmirror.com/@graphql-tools/merge/-/merge-8.4.2.tgz",
  120. "integrity": "sha512-XbrHAaj8yDuINph+sAfuq3QCZ/tKblrTLOpirK0+CAgNlZUCHs0Fa+xtMUURgwCVThLle1AF7svJCxFizygLsw==",
  121. "license": "MIT",
  122. "dependencies": {
  123. "@graphql-tools/utils": "^9.2.1",
  124. "tslib": "^2.4.0"
  125. },
  126. "peerDependencies": {
  127. "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
  128. }
  129. },
  130. "node_modules/@apollo/server/node_modules/@graphql-tools/schema": {
  131. "version": "9.0.19",
  132. "resolved": "https://registry.npmmirror.com/@graphql-tools/schema/-/schema-9.0.19.tgz",
  133. "integrity": "sha512-oBRPoNBtCkk0zbUsyP4GaIzCt8C0aCI4ycIRUL67KK5pOHljKLBBtGT+Jr6hkzA74C8Gco8bpZPe7aWFjiaK2w==",
  134. "license": "MIT",
  135. "dependencies": {
  136. "@graphql-tools/merge": "^8.4.1",
  137. "@graphql-tools/utils": "^9.2.1",
  138. "tslib": "^2.4.0",
  139. "value-or-promise": "^1.0.12"
  140. },
  141. "peerDependencies": {
  142. "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
  143. }
  144. },
  145. "node_modules/@apollo/server/node_modules/@graphql-tools/utils": {
  146. "version": "9.2.1",
  147. "resolved": "https://registry.npmmirror.com/@graphql-tools/utils/-/utils-9.2.1.tgz",
  148. "integrity": "sha512-WUw506Ql6xzmOORlriNrD6Ugx+HjVgYxt9KCXD9mHAak+eaXSwuGGPyE60hy9xaDEoXKBsG7SkG69ybitaVl6A==",
  149. "license": "MIT",
  150. "dependencies": {
  151. "@graphql-typed-document-node/core": "^3.1.1",
  152. "tslib": "^2.4.0"
  153. },
  154. "peerDependencies": {
  155. "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
  156. }
  157. },
  158. "node_modules/@apollo/server/node_modules/lru-cache": {
  159. "version": "7.18.3",
  160. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-7.18.3.tgz",
  161. "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
  162. "license": "ISC",
  163. "engines": {
  164. "node": ">=12"
  165. }
  166. },
  167. "node_modules/@apollo/server/node_modules/uuid": {
  168. "version": "9.0.1",
  169. "resolved": "https://registry.npmmirror.com/uuid/-/uuid-9.0.1.tgz",
  170. "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
  171. "funding": [
  172. "https://github.com/sponsors/broofa",
  173. "https://github.com/sponsors/ctavan"
  174. ],
  175. "license": "MIT",
  176. "bin": {
  177. "uuid": "dist/bin/uuid"
  178. }
  179. },
  180. "node_modules/@apollo/usage-reporting-protobuf": {
  181. "version": "4.1.1",
  182. "resolved": "https://registry.npmmirror.com/@apollo/usage-reporting-protobuf/-/usage-reporting-protobuf-4.1.1.tgz",
  183. "integrity": "sha512-u40dIUePHaSKVshcedO7Wp+mPiZsaU6xjv9J+VyxpoU/zL6Jle+9zWeG98tr/+SZ0nZ4OXhrbb8SNr0rAPpIDA==",
  184. "license": "MIT",
  185. "dependencies": {
  186. "@apollo/protobufjs": "1.2.7"
  187. }
  188. },
  189. "node_modules/@apollo/utils.createhash": {
  190. "version": "2.0.1",
  191. "resolved": "https://registry.npmmirror.com/@apollo/utils.createhash/-/utils.createhash-2.0.1.tgz",
  192. "integrity": "sha512-fQO4/ZOP8LcXWvMNhKiee+2KuKyqIcfHrICA+M4lj/h/Lh1H10ICcUtk6N/chnEo5HXu0yejg64wshdaiFitJg==",
  193. "license": "MIT",
  194. "dependencies": {
  195. "@apollo/utils.isnodelike": "^2.0.1",
  196. "sha.js": "^2.4.11"
  197. },
  198. "engines": {
  199. "node": ">=14"
  200. }
  201. },
  202. "node_modules/@apollo/utils.dropunuseddefinitions": {
  203. "version": "2.0.1",
  204. "resolved": "https://registry.npmmirror.com/@apollo/utils.dropunuseddefinitions/-/utils.dropunuseddefinitions-2.0.1.tgz",
  205. "integrity": "sha512-EsPIBqsSt2BwDsv8Wu76LK5R1KtsVkNoO4b0M5aK0hx+dGg9xJXuqlr7Fo34Dl+y83jmzn+UvEW+t1/GP2melA==",
  206. "license": "MIT",
  207. "engines": {
  208. "node": ">=14"
  209. },
  210. "peerDependencies": {
  211. "graphql": "14.x || 15.x || 16.x"
  212. }
  213. },
  214. "node_modules/@apollo/utils.fetcher": {
  215. "version": "2.0.1",
  216. "resolved": "https://registry.npmmirror.com/@apollo/utils.fetcher/-/utils.fetcher-2.0.1.tgz",
  217. "integrity": "sha512-jvvon885hEyWXd4H6zpWeN3tl88QcWnHp5gWF5OPF34uhvoR+DFqcNxs9vrRaBBSY3qda3Qe0bdud7tz2zGx1A==",
  218. "license": "MIT",
  219. "engines": {
  220. "node": ">=14"
  221. }
  222. },
  223. "node_modules/@apollo/utils.isnodelike": {
  224. "version": "2.0.1",
  225. "resolved": "https://registry.npmmirror.com/@apollo/utils.isnodelike/-/utils.isnodelike-2.0.1.tgz",
  226. "integrity": "sha512-w41XyepR+jBEuVpoRM715N2ZD0xMD413UiJx8w5xnAZD2ZkSJnMJBoIzauK83kJpSgNuR6ywbV29jG9NmxjK0Q==",
  227. "license": "MIT",
  228. "engines": {
  229. "node": ">=14"
  230. }
  231. },
  232. "node_modules/@apollo/utils.keyvaluecache": {
  233. "version": "2.1.1",
  234. "resolved": "https://registry.npmmirror.com/@apollo/utils.keyvaluecache/-/utils.keyvaluecache-2.1.1.tgz",
  235. "integrity": "sha512-qVo5PvUUMD8oB9oYvq4ViCjYAMWnZ5zZwEjNF37L2m1u528x5mueMlU+Cr1UinupCgdB78g+egA1G98rbJ03Vw==",
  236. "license": "MIT",
  237. "dependencies": {
  238. "@apollo/utils.logger": "^2.0.1",
  239. "lru-cache": "^7.14.1"
  240. },
  241. "engines": {
  242. "node": ">=14"
  243. }
  244. },
  245. "node_modules/@apollo/utils.keyvaluecache/node_modules/lru-cache": {
  246. "version": "7.18.3",
  247. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-7.18.3.tgz",
  248. "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
  249. "license": "ISC",
  250. "engines": {
  251. "node": ">=12"
  252. }
  253. },
  254. "node_modules/@apollo/utils.logger": {
  255. "version": "2.0.1",
  256. "resolved": "https://registry.npmmirror.com/@apollo/utils.logger/-/utils.logger-2.0.1.tgz",
  257. "integrity": "sha512-YuplwLHaHf1oviidB7MxnCXAdHp3IqYV8n0momZ3JfLniae92eYqMIx+j5qJFX6WKJPs6q7bczmV4lXIsTu5Pg==",
  258. "license": "MIT",
  259. "engines": {
  260. "node": ">=14"
  261. }
  262. },
  263. "node_modules/@apollo/utils.printwithreducedwhitespace": {
  264. "version": "2.0.1",
  265. "resolved": "https://registry.npmmirror.com/@apollo/utils.printwithreducedwhitespace/-/utils.printwithreducedwhitespace-2.0.1.tgz",
  266. "integrity": "sha512-9M4LUXV/fQBh8vZWlLvb/HyyhjJ77/I5ZKu+NBWV/BmYGyRmoEP9EVAy7LCVoY3t8BDcyCAGfxJaLFCSuQkPUg==",
  267. "license": "MIT",
  268. "engines": {
  269. "node": ">=14"
  270. },
  271. "peerDependencies": {
  272. "graphql": "14.x || 15.x || 16.x"
  273. }
  274. },
  275. "node_modules/@apollo/utils.removealiases": {
  276. "version": "2.0.1",
  277. "resolved": "https://registry.npmmirror.com/@apollo/utils.removealiases/-/utils.removealiases-2.0.1.tgz",
  278. "integrity": "sha512-0joRc2HBO4u594Op1nev+mUF6yRnxoUH64xw8x3bX7n8QBDYdeYgY4tF0vJReTy+zdn2xv6fMsquATSgC722FA==",
  279. "license": "MIT",
  280. "engines": {
  281. "node": ">=14"
  282. },
  283. "peerDependencies": {
  284. "graphql": "14.x || 15.x || 16.x"
  285. }
  286. },
  287. "node_modules/@apollo/utils.sortast": {
  288. "version": "2.0.1",
  289. "resolved": "https://registry.npmmirror.com/@apollo/utils.sortast/-/utils.sortast-2.0.1.tgz",
  290. "integrity": "sha512-eciIavsWpJ09za1pn37wpsCGrQNXUhM0TktnZmHwO+Zy9O4fu/WdB4+5BvVhFiZYOXvfjzJUcc+hsIV8RUOtMw==",
  291. "license": "MIT",
  292. "dependencies": {
  293. "lodash.sortby": "^4.7.0"
  294. },
  295. "engines": {
  296. "node": ">=14"
  297. },
  298. "peerDependencies": {
  299. "graphql": "14.x || 15.x || 16.x"
  300. }
  301. },
  302. "node_modules/@apollo/utils.stripsensitiveliterals": {
  303. "version": "2.0.1",
  304. "resolved": "https://registry.npmmirror.com/@apollo/utils.stripsensitiveliterals/-/utils.stripsensitiveliterals-2.0.1.tgz",
  305. "integrity": "sha512-QJs7HtzXS/JIPMKWimFnUMK7VjkGQTzqD9bKD1h3iuPAqLsxd0mUNVbkYOPTsDhUKgcvUOfOqOJWYohAKMvcSA==",
  306. "license": "MIT",
  307. "engines": {
  308. "node": ">=14"
  309. },
  310. "peerDependencies": {
  311. "graphql": "14.x || 15.x || 16.x"
  312. }
  313. },
  314. "node_modules/@apollo/utils.usagereporting": {
  315. "version": "2.1.0",
  316. "resolved": "https://registry.npmmirror.com/@apollo/utils.usagereporting/-/utils.usagereporting-2.1.0.tgz",
  317. "integrity": "sha512-LPSlBrn+S17oBy5eWkrRSGb98sWmnEzo3DPTZgp8IQc8sJe0prDgDuppGq4NeQlpoqEHz0hQeYHAOA0Z3aQsxQ==",
  318. "license": "MIT",
  319. "dependencies": {
  320. "@apollo/usage-reporting-protobuf": "^4.1.0",
  321. "@apollo/utils.dropunuseddefinitions": "^2.0.1",
  322. "@apollo/utils.printwithreducedwhitespace": "^2.0.1",
  323. "@apollo/utils.removealiases": "2.0.1",
  324. "@apollo/utils.sortast": "^2.0.1",
  325. "@apollo/utils.stripsensitiveliterals": "^2.0.1"
  326. },
  327. "engines": {
  328. "node": ">=14"
  329. },
  330. "peerDependencies": {
  331. "graphql": "14.x || 15.x || 16.x"
  332. }
  333. },
  334. "node_modules/@apollo/utils.withrequired": {
  335. "version": "2.0.1",
  336. "resolved": "https://registry.npmmirror.com/@apollo/utils.withrequired/-/utils.withrequired-2.0.1.tgz",
  337. "integrity": "sha512-YBDiuAX9i1lLc6GeTy1m7DGLFn/gMnvXqlalOIMjM7DeOgIacEjjfwPqb0M1CQ2v11HhR15d1NmxJoRCfrNqcA==",
  338. "license": "MIT",
  339. "engines": {
  340. "node": ">=14"
  341. }
  342. },
  343. "node_modules/@babel/code-frame": {
  344. "version": "7.26.2",
  345. "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.26.2.tgz",
  346. "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==",
  347. "license": "MIT",
  348. "peer": true,
  349. "dependencies": {
  350. "@babel/helper-validator-identifier": "^7.25.9",
  351. "js-tokens": "^4.0.0",
  352. "picocolors": "^1.0.0"
  353. },
  354. "engines": {
  355. "node": ">=6.9.0"
  356. }
  357. },
  358. "node_modules/@babel/compat-data": {
  359. "version": "7.26.3",
  360. "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.26.3.tgz",
  361. "integrity": "sha512-nHIxvKPniQXpmQLb0vhY3VaFb3S0YrTAwpOWJZh1wn3oJPjJk9Asva204PsBdmAE8vpzfHudT8DB0scYvy9q0g==",
  362. "license": "MIT",
  363. "peer": true,
  364. "engines": {
  365. "node": ">=6.9.0"
  366. }
  367. },
  368. "node_modules/@babel/core": {
  369. "version": "7.26.0",
  370. "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.26.0.tgz",
  371. "integrity": "sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==",
  372. "license": "MIT",
  373. "peer": true,
  374. "dependencies": {
  375. "@ampproject/remapping": "^2.2.0",
  376. "@babel/code-frame": "^7.26.0",
  377. "@babel/generator": "^7.26.0",
  378. "@babel/helper-compilation-targets": "^7.25.9",
  379. "@babel/helper-module-transforms": "^7.26.0",
  380. "@babel/helpers": "^7.26.0",
  381. "@babel/parser": "^7.26.0",
  382. "@babel/template": "^7.25.9",
  383. "@babel/traverse": "^7.25.9",
  384. "@babel/types": "^7.26.0",
  385. "convert-source-map": "^2.0.0",
  386. "debug": "^4.1.0",
  387. "gensync": "^1.0.0-beta.2",
  388. "json5": "^2.2.3",
  389. "semver": "^6.3.1"
  390. },
  391. "engines": {
  392. "node": ">=6.9.0"
  393. },
  394. "funding": {
  395. "type": "opencollective",
  396. "url": "https://opencollective.com/babel"
  397. }
  398. },
  399. "node_modules/@babel/core/node_modules/debug": {
  400. "version": "4.4.0",
  401. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.0.tgz",
  402. "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
  403. "license": "MIT",
  404. "peer": true,
  405. "dependencies": {
  406. "ms": "^2.1.3"
  407. },
  408. "engines": {
  409. "node": ">=6.0"
  410. },
  411. "peerDependenciesMeta": {
  412. "supports-color": {
  413. "optional": true
  414. }
  415. }
  416. },
  417. "node_modules/@babel/core/node_modules/ms": {
  418. "version": "2.1.3",
  419. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  420. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  421. "license": "MIT",
  422. "peer": true
  423. },
  424. "node_modules/@babel/core/node_modules/semver": {
  425. "version": "6.3.1",
  426. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  427. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  428. "license": "ISC",
  429. "peer": true,
  430. "bin": {
  431. "semver": "bin/semver.js"
  432. }
  433. },
  434. "node_modules/@babel/eslint-parser": {
  435. "version": "7.24.7",
  436. "resolved": "https://registry.npmmirror.com/@babel/eslint-parser/-/eslint-parser-7.24.7.tgz",
  437. "integrity": "sha512-SO5E3bVxDuxyNxM5agFv480YA2HO6ohZbGxbazZdIk3KQOPOGVNw6q78I9/lbviIf95eq6tPozeYnJLbjnC8IA==",
  438. "license": "MIT",
  439. "dependencies": {
  440. "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
  441. "eslint-visitor-keys": "^2.1.0",
  442. "semver": "^6.3.1"
  443. },
  444. "engines": {
  445. "node": "^10.13.0 || ^12.13.0 || >=14.0.0"
  446. },
  447. "peerDependencies": {
  448. "@babel/core": "^7.11.0",
  449. "eslint": "^7.5.0 || ^8.0.0 || ^9.0.0"
  450. }
  451. },
  452. "node_modules/@babel/eslint-parser/node_modules/semver": {
  453. "version": "6.3.1",
  454. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  455. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  456. "license": "ISC",
  457. "bin": {
  458. "semver": "bin/semver.js"
  459. }
  460. },
  461. "node_modules/@babel/generator": {
  462. "version": "7.26.3",
  463. "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.26.3.tgz",
  464. "integrity": "sha512-6FF/urZvD0sTeO7k6/B15pMLC4CHUv1426lzr3N01aHJTl046uCAh9LXW/fzeXXjPNCJ6iABW5XaWOsIZB93aQ==",
  465. "license": "MIT",
  466. "peer": true,
  467. "dependencies": {
  468. "@babel/parser": "^7.26.3",
  469. "@babel/types": "^7.26.3",
  470. "@jridgewell/gen-mapping": "^0.3.5",
  471. "@jridgewell/trace-mapping": "^0.3.25",
  472. "jsesc": "^3.0.2"
  473. },
  474. "engines": {
  475. "node": ">=6.9.0"
  476. }
  477. },
  478. "node_modules/@babel/helper-compilation-targets": {
  479. "version": "7.25.9",
  480. "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz",
  481. "integrity": "sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==",
  482. "license": "MIT",
  483. "peer": true,
  484. "dependencies": {
  485. "@babel/compat-data": "^7.25.9",
  486. "@babel/helper-validator-option": "^7.25.9",
  487. "browserslist": "^4.24.0",
  488. "lru-cache": "^5.1.1",
  489. "semver": "^6.3.1"
  490. },
  491. "engines": {
  492. "node": ">=6.9.0"
  493. }
  494. },
  495. "node_modules/@babel/helper-compilation-targets/node_modules/lru-cache": {
  496. "version": "5.1.1",
  497. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz",
  498. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  499. "license": "ISC",
  500. "peer": true,
  501. "dependencies": {
  502. "yallist": "^3.0.2"
  503. }
  504. },
  505. "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
  506. "version": "6.3.1",
  507. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  508. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  509. "license": "ISC",
  510. "peer": true,
  511. "bin": {
  512. "semver": "bin/semver.js"
  513. }
  514. },
  515. "node_modules/@babel/helper-compilation-targets/node_modules/yallist": {
  516. "version": "3.1.1",
  517. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz",
  518. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  519. "license": "ISC",
  520. "peer": true
  521. },
  522. "node_modules/@babel/helper-module-imports": {
  523. "version": "7.25.9",
  524. "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz",
  525. "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==",
  526. "license": "MIT",
  527. "peer": true,
  528. "dependencies": {
  529. "@babel/traverse": "^7.25.9",
  530. "@babel/types": "^7.25.9"
  531. },
  532. "engines": {
  533. "node": ">=6.9.0"
  534. }
  535. },
  536. "node_modules/@babel/helper-module-transforms": {
  537. "version": "7.26.0",
  538. "resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz",
  539. "integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==",
  540. "license": "MIT",
  541. "peer": true,
  542. "dependencies": {
  543. "@babel/helper-module-imports": "^7.25.9",
  544. "@babel/helper-validator-identifier": "^7.25.9",
  545. "@babel/traverse": "^7.25.9"
  546. },
  547. "engines": {
  548. "node": ">=6.9.0"
  549. },
  550. "peerDependencies": {
  551. "@babel/core": "^7.0.0"
  552. }
  553. },
  554. "node_modules/@babel/helper-string-parser": {
  555. "version": "7.25.9",
  556. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz",
  557. "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==",
  558. "license": "MIT",
  559. "peer": true,
  560. "engines": {
  561. "node": ">=6.9.0"
  562. }
  563. },
  564. "node_modules/@babel/helper-validator-identifier": {
  565. "version": "7.25.9",
  566. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz",
  567. "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==",
  568. "license": "MIT",
  569. "peer": true,
  570. "engines": {
  571. "node": ">=6.9.0"
  572. }
  573. },
  574. "node_modules/@babel/helper-validator-option": {
  575. "version": "7.25.9",
  576. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz",
  577. "integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==",
  578. "license": "MIT",
  579. "peer": true,
  580. "engines": {
  581. "node": ">=6.9.0"
  582. }
  583. },
  584. "node_modules/@babel/helpers": {
  585. "version": "7.26.0",
  586. "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.26.0.tgz",
  587. "integrity": "sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==",
  588. "license": "MIT",
  589. "peer": true,
  590. "dependencies": {
  591. "@babel/template": "^7.25.9",
  592. "@babel/types": "^7.26.0"
  593. },
  594. "engines": {
  595. "node": ">=6.9.0"
  596. }
  597. },
  598. "node_modules/@babel/parser": {
  599. "version": "7.26.3",
  600. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.26.3.tgz",
  601. "integrity": "sha512-WJ/CvmY8Mea8iDXo6a7RK2wbmJITT5fN3BEkRuFlxVyNx8jOKIIhmC4fSkTcPcf8JyavbBwIe6OpiCOBXt/IcA==",
  602. "license": "MIT",
  603. "peer": true,
  604. "dependencies": {
  605. "@babel/types": "^7.26.3"
  606. },
  607. "bin": {
  608. "parser": "bin/babel-parser.js"
  609. },
  610. "engines": {
  611. "node": ">=6.0.0"
  612. }
  613. },
  614. "node_modules/@babel/runtime-corejs3": {
  615. "version": "7.24.7",
  616. "resolved": "https://registry.npmmirror.com/@babel/runtime-corejs3/-/runtime-corejs3-7.24.7.tgz",
  617. "integrity": "sha512-eytSX6JLBY6PVAeQa2bFlDx/7Mmln/gaEpsit5a3WEvjGfiIytEsgAwuIXCPM0xvw0v0cJn3ilq0/TvXrW0kgA==",
  618. "license": "MIT",
  619. "dependencies": {
  620. "core-js-pure": "^3.30.2",
  621. "regenerator-runtime": "^0.14.0"
  622. },
  623. "engines": {
  624. "node": ">=6.9.0"
  625. }
  626. },
  627. "node_modules/@babel/template": {
  628. "version": "7.25.9",
  629. "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.25.9.tgz",
  630. "integrity": "sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==",
  631. "license": "MIT",
  632. "peer": true,
  633. "dependencies": {
  634. "@babel/code-frame": "^7.25.9",
  635. "@babel/parser": "^7.25.9",
  636. "@babel/types": "^7.25.9"
  637. },
  638. "engines": {
  639. "node": ">=6.9.0"
  640. }
  641. },
  642. "node_modules/@babel/traverse": {
  643. "version": "7.26.4",
  644. "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.26.4.tgz",
  645. "integrity": "sha512-fH+b7Y4p3yqvApJALCPJcwb0/XaOSgtK4pzV6WVjPR5GLFQBRI7pfoX2V2iM48NXvX07NUxxm1Vw98YjqTcU5w==",
  646. "license": "MIT",
  647. "peer": true,
  648. "dependencies": {
  649. "@babel/code-frame": "^7.26.2",
  650. "@babel/generator": "^7.26.3",
  651. "@babel/parser": "^7.26.3",
  652. "@babel/template": "^7.25.9",
  653. "@babel/types": "^7.26.3",
  654. "debug": "^4.3.1",
  655. "globals": "^11.1.0"
  656. },
  657. "engines": {
  658. "node": ">=6.9.0"
  659. }
  660. },
  661. "node_modules/@babel/traverse/node_modules/debug": {
  662. "version": "4.4.0",
  663. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.0.tgz",
  664. "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
  665. "license": "MIT",
  666. "peer": true,
  667. "dependencies": {
  668. "ms": "^2.1.3"
  669. },
  670. "engines": {
  671. "node": ">=6.0"
  672. },
  673. "peerDependenciesMeta": {
  674. "supports-color": {
  675. "optional": true
  676. }
  677. }
  678. },
  679. "node_modules/@babel/traverse/node_modules/ms": {
  680. "version": "2.1.3",
  681. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  682. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  683. "license": "MIT",
  684. "peer": true
  685. },
  686. "node_modules/@babel/types": {
  687. "version": "7.26.3",
  688. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.26.3.tgz",
  689. "integrity": "sha512-vN5p+1kl59GVKMvTHt55NzzmYVxprfJD+ql7U9NFIfKCBkYE55LYtS+WtPlaYOyzydrKI8Nezd+aZextrd+FMA==",
  690. "license": "MIT",
  691. "peer": true,
  692. "dependencies": {
  693. "@babel/helper-string-parser": "^7.25.9",
  694. "@babel/helper-validator-identifier": "^7.25.9"
  695. },
  696. "engines": {
  697. "node": ">=6.9.0"
  698. }
  699. },
  700. "node_modules/@colors/colors": {
  701. "version": "1.6.0",
  702. "resolved": "https://registry.npmmirror.com/@colors/colors/-/colors-1.6.0.tgz",
  703. "integrity": "sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==",
  704. "license": "MIT",
  705. "engines": {
  706. "node": ">=0.1.90"
  707. }
  708. },
  709. "node_modules/@dabh/diagnostics": {
  710. "version": "2.0.3",
  711. "resolved": "https://registry.npmmirror.com/@dabh/diagnostics/-/diagnostics-2.0.3.tgz",
  712. "integrity": "sha512-hrlQOIi7hAfzsMqlGSFyVucrx38O+j6wiGOf//H2ecvIEqYN4ADBSS2iLMh5UFyDunCNniUIPk/q3riFv45xRA==",
  713. "license": "MIT",
  714. "dependencies": {
  715. "colorspace": "1.1.x",
  716. "enabled": "2.0.x",
  717. "kuler": "^2.0.0"
  718. }
  719. },
  720. "node_modules/@emnapi/core": {
  721. "version": "1.3.1",
  722. "resolved": "https://registry.npmmirror.com/@emnapi/core/-/core-1.3.1.tgz",
  723. "integrity": "sha512-pVGjBIt1Y6gg3EJN8jTcfpP/+uuRksIo055oE/OBkDNcjZqVbfkWCksG1Jp4yZnj3iKWyWX8fdG/j6UDYPbFog==",
  724. "license": "MIT",
  725. "optional": true,
  726. "dependencies": {
  727. "@emnapi/wasi-threads": "1.0.1",
  728. "tslib": "^2.4.0"
  729. }
  730. },
  731. "node_modules/@emnapi/runtime": {
  732. "version": "1.3.1",
  733. "resolved": "https://registry.npmmirror.com/@emnapi/runtime/-/runtime-1.3.1.tgz",
  734. "integrity": "sha512-kEBmG8KyqtxJZv+ygbEim+KCGtIq1fC22Ms3S4ziXmYKm8uyoLX0MHONVKwp+9opg390VaKRNt4a7A9NwmpNhw==",
  735. "license": "MIT",
  736. "optional": true,
  737. "dependencies": {
  738. "tslib": "^2.4.0"
  739. }
  740. },
  741. "node_modules/@emnapi/wasi-threads": {
  742. "version": "1.0.1",
  743. "resolved": "https://registry.npmmirror.com/@emnapi/wasi-threads/-/wasi-threads-1.0.1.tgz",
  744. "integrity": "sha512-iIBu7mwkq4UQGeMEM8bLwNK962nXdhodeScX4slfQnRhEMMzvYivHhutCIk8uojvmASXXPC2WNEjwxFWk72Oqw==",
  745. "license": "MIT",
  746. "optional": true,
  747. "dependencies": {
  748. "tslib": "^2.4.0"
  749. }
  750. },
  751. "node_modules/@eslint-community/eslint-utils": {
  752. "version": "4.4.1",
  753. "resolved": "https://registry.npmmirror.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz",
  754. "integrity": "sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==",
  755. "license": "MIT",
  756. "peer": true,
  757. "dependencies": {
  758. "eslint-visitor-keys": "^3.4.3"
  759. },
  760. "engines": {
  761. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  762. },
  763. "funding": {
  764. "url": "https://opencollective.com/eslint"
  765. },
  766. "peerDependencies": {
  767. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  768. }
  769. },
  770. "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
  771. "version": "3.4.3",
  772. "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  773. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  774. "license": "Apache-2.0",
  775. "peer": true,
  776. "engines": {
  777. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  778. },
  779. "funding": {
  780. "url": "https://opencollective.com/eslint"
  781. }
  782. },
  783. "node_modules/@eslint-community/regexpp": {
  784. "version": "4.12.1",
  785. "resolved": "https://registry.npmmirror.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz",
  786. "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==",
  787. "license": "MIT",
  788. "peer": true,
  789. "engines": {
  790. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  791. }
  792. },
  793. "node_modules/@eslint/config-array": {
  794. "version": "0.19.1",
  795. "resolved": "https://registry.npmmirror.com/@eslint/config-array/-/config-array-0.19.1.tgz",
  796. "integrity": "sha512-fo6Mtm5mWyKjA/Chy1BYTdn5mGJoDNjC7C64ug20ADsRDGrA85bN3uK3MaKbeRkRuuIEAR5N33Jr1pbm411/PA==",
  797. "license": "Apache-2.0",
  798. "peer": true,
  799. "dependencies": {
  800. "@eslint/object-schema": "^2.1.5",
  801. "debug": "^4.3.1",
  802. "minimatch": "^3.1.2"
  803. },
  804. "engines": {
  805. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  806. }
  807. },
  808. "node_modules/@eslint/config-array/node_modules/debug": {
  809. "version": "4.4.0",
  810. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.0.tgz",
  811. "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
  812. "license": "MIT",
  813. "peer": true,
  814. "dependencies": {
  815. "ms": "^2.1.3"
  816. },
  817. "engines": {
  818. "node": ">=6.0"
  819. },
  820. "peerDependenciesMeta": {
  821. "supports-color": {
  822. "optional": true
  823. }
  824. }
  825. },
  826. "node_modules/@eslint/config-array/node_modules/ms": {
  827. "version": "2.1.3",
  828. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  829. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  830. "license": "MIT",
  831. "peer": true
  832. },
  833. "node_modules/@eslint/core": {
  834. "version": "0.9.1",
  835. "resolved": "https://registry.npmmirror.com/@eslint/core/-/core-0.9.1.tgz",
  836. "integrity": "sha512-GuUdqkyyzQI5RMIWkHhvTWLCyLo1jNK3vzkSyaExH5kHPDHcuL2VOpHjmMY+y3+NC69qAKToBqldTBgYeLSr9Q==",
  837. "license": "Apache-2.0",
  838. "peer": true,
  839. "dependencies": {
  840. "@types/json-schema": "^7.0.15"
  841. },
  842. "engines": {
  843. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  844. }
  845. },
  846. "node_modules/@eslint/eslintrc": {
  847. "version": "3.2.0",
  848. "resolved": "https://registry.npmmirror.com/@eslint/eslintrc/-/eslintrc-3.2.0.tgz",
  849. "integrity": "sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==",
  850. "license": "MIT",
  851. "peer": true,
  852. "dependencies": {
  853. "ajv": "^6.12.4",
  854. "debug": "^4.3.2",
  855. "espree": "^10.0.1",
  856. "globals": "^14.0.0",
  857. "ignore": "^5.2.0",
  858. "import-fresh": "^3.2.1",
  859. "js-yaml": "^4.1.0",
  860. "minimatch": "^3.1.2",
  861. "strip-json-comments": "^3.1.1"
  862. },
  863. "engines": {
  864. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  865. },
  866. "funding": {
  867. "url": "https://opencollective.com/eslint"
  868. }
  869. },
  870. "node_modules/@eslint/eslintrc/node_modules/debug": {
  871. "version": "4.4.0",
  872. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.0.tgz",
  873. "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
  874. "license": "MIT",
  875. "peer": true,
  876. "dependencies": {
  877. "ms": "^2.1.3"
  878. },
  879. "engines": {
  880. "node": ">=6.0"
  881. },
  882. "peerDependenciesMeta": {
  883. "supports-color": {
  884. "optional": true
  885. }
  886. }
  887. },
  888. "node_modules/@eslint/eslintrc/node_modules/globals": {
  889. "version": "14.0.0",
  890. "resolved": "https://registry.npmmirror.com/globals/-/globals-14.0.0.tgz",
  891. "integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
  892. "license": "MIT",
  893. "peer": true,
  894. "engines": {
  895. "node": ">=18"
  896. },
  897. "funding": {
  898. "url": "https://github.com/sponsors/sindresorhus"
  899. }
  900. },
  901. "node_modules/@eslint/eslintrc/node_modules/ms": {
  902. "version": "2.1.3",
  903. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  904. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  905. "license": "MIT",
  906. "peer": true
  907. },
  908. "node_modules/@eslint/js": {
  909. "version": "9.16.0",
  910. "resolved": "https://registry.npmmirror.com/@eslint/js/-/js-9.16.0.tgz",
  911. "integrity": "sha512-tw2HxzQkrbeuvyj1tG2Yqq+0H9wGoI2IMk4EOsQeX+vmd75FtJAzf+gTA69WF+baUKRYQ3x2kbLE08js5OsTVg==",
  912. "license": "MIT",
  913. "peer": true,
  914. "engines": {
  915. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  916. }
  917. },
  918. "node_modules/@eslint/object-schema": {
  919. "version": "2.1.5",
  920. "resolved": "https://registry.npmmirror.com/@eslint/object-schema/-/object-schema-2.1.5.tgz",
  921. "integrity": "sha512-o0bhxnL89h5Bae5T318nFoFzGy+YE5i/gGkoPAgkmTVdRKTiv3p8JHevPiPaMwoloKfEiiaHlawCqaZMqRm+XQ==",
  922. "license": "Apache-2.0",
  923. "peer": true,
  924. "engines": {
  925. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  926. }
  927. },
  928. "node_modules/@eslint/plugin-kit": {
  929. "version": "0.2.4",
  930. "resolved": "https://registry.npmmirror.com/@eslint/plugin-kit/-/plugin-kit-0.2.4.tgz",
  931. "integrity": "sha512-zSkKow6H5Kdm0ZUQUB2kV5JIXqoG0+uH5YADhaEHswm664N9Db8dXSi0nMJpacpMf+MyyglF1vnZohpEg5yUtg==",
  932. "license": "Apache-2.0",
  933. "peer": true,
  934. "dependencies": {
  935. "levn": "^0.4.1"
  936. },
  937. "engines": {
  938. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  939. }
  940. },
  941. "node_modules/@fastify/busboy": {
  942. "version": "2.1.1",
  943. "resolved": "https://registry.npmmirror.com/@fastify/busboy/-/busboy-2.1.1.tgz",
  944. "integrity": "sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==",
  945. "license": "MIT",
  946. "engines": {
  947. "node": ">=14"
  948. }
  949. },
  950. "node_modules/@firebase/app-check-interop-types": {
  951. "version": "0.3.2",
  952. "resolved": "https://registry.npmmirror.com/@firebase/app-check-interop-types/-/app-check-interop-types-0.3.2.tgz",
  953. "integrity": "sha512-LMs47Vinv2HBMZi49C09dJxp0QT5LwDzFaVGf/+ITHe3BlIhUiLNttkATSXplc89A2lAaeTqjgqVkiRfUGyQiQ==",
  954. "license": "Apache-2.0"
  955. },
  956. "node_modules/@firebase/app-types": {
  957. "version": "0.9.3",
  958. "resolved": "https://registry.npmmirror.com/@firebase/app-types/-/app-types-0.9.3.tgz",
  959. "integrity": "sha512-kRVpIl4vVGJ4baogMDINbyrIOtOxqhkZQg4jTq3l8Lw6WSk0xfpEYzezFu+Kl4ve4fbPl79dvwRtaFqAC/ucCw==",
  960. "license": "Apache-2.0"
  961. },
  962. "node_modules/@firebase/auth-interop-types": {
  963. "version": "0.2.3",
  964. "resolved": "https://registry.npmmirror.com/@firebase/auth-interop-types/-/auth-interop-types-0.2.3.tgz",
  965. "integrity": "sha512-Fc9wuJGgxoxQeavybiuwgyi+0rssr76b+nHpj+eGhXFYAdudMWyfBHvFL/I5fEHniUM/UQdFzi9VXJK2iZF7FQ==",
  966. "license": "Apache-2.0"
  967. },
  968. "node_modules/@firebase/component": {
  969. "version": "0.6.10",
  970. "resolved": "https://registry.npmmirror.com/@firebase/component/-/component-0.6.10.tgz",
  971. "integrity": "sha512-OsNbEKyz9iLZSmMUhsl6+kCADzte00iisJIRUspnUqvDCX+RSGZOBIqekukv/jN177ovjApBQNFaxSYIDc/SyQ==",
  972. "license": "Apache-2.0",
  973. "dependencies": {
  974. "@firebase/util": "1.10.1",
  975. "tslib": "^2.1.0"
  976. },
  977. "engines": {
  978. "node": ">=18.0.0"
  979. }
  980. },
  981. "node_modules/@firebase/database": {
  982. "version": "1.0.9",
  983. "resolved": "https://registry.npmmirror.com/@firebase/database/-/database-1.0.9.tgz",
  984. "integrity": "sha512-EkiPSKSu2TJJGtOjyISASf3UFpFJDil1lMbfqnxilfbmIsilvC8DzgjuLoYD+eOitcug4wtU9Fh1tt2vgBhskA==",
  985. "license": "Apache-2.0",
  986. "dependencies": {
  987. "@firebase/app-check-interop-types": "0.3.2",
  988. "@firebase/auth-interop-types": "0.2.3",
  989. "@firebase/component": "0.6.10",
  990. "@firebase/logger": "0.4.3",
  991. "@firebase/util": "1.10.1",
  992. "faye-websocket": "0.11.4",
  993. "tslib": "^2.1.0"
  994. },
  995. "engines": {
  996. "node": ">=18.0.0"
  997. }
  998. },
  999. "node_modules/@firebase/database-compat": {
  1000. "version": "1.0.10",
  1001. "resolved": "https://registry.npmmirror.com/@firebase/database-compat/-/database-compat-1.0.10.tgz",
  1002. "integrity": "sha512-x3baGMzEKG5BE5orwFRg+Zpaa33N9lZkcOFXoZSeN9Muw/Mx37stePZpa1YMpcAPqX3aDx1cSv55Nxh4ObgpUQ==",
  1003. "license": "Apache-2.0",
  1004. "dependencies": {
  1005. "@firebase/component": "0.6.10",
  1006. "@firebase/database": "1.0.9",
  1007. "@firebase/database-types": "1.0.6",
  1008. "@firebase/logger": "0.4.3",
  1009. "@firebase/util": "1.10.1",
  1010. "tslib": "^2.1.0"
  1011. }
  1012. },
  1013. "node_modules/@firebase/database-compat/node_modules/@firebase/app-types": {
  1014. "version": "0.9.2",
  1015. "resolved": "https://registry.npmmirror.com/@firebase/app-types/-/app-types-0.9.2.tgz",
  1016. "integrity": "sha512-oMEZ1TDlBz479lmABwWsWjzHwheQKiAgnuKxE0pz0IXCVx7/rtlkx1fQ6GfgK24WCrxDKMplZrT50Kh04iMbXQ==",
  1017. "license": "Apache-2.0"
  1018. },
  1019. "node_modules/@firebase/database-compat/node_modules/@firebase/database-types": {
  1020. "version": "1.0.6",
  1021. "resolved": "https://registry.npmmirror.com/@firebase/database-types/-/database-types-1.0.6.tgz",
  1022. "integrity": "sha512-sMI7IynSZBsyGbUugc8PKE1jwKbnvaieAz/RxuM57PZQNCi6Rteiviwcw/jqZOX6igqYJwXWZ3UzKOZo2nUDRA==",
  1023. "license": "Apache-2.0",
  1024. "dependencies": {
  1025. "@firebase/app-types": "0.9.2",
  1026. "@firebase/util": "1.10.1"
  1027. }
  1028. },
  1029. "node_modules/@firebase/database-types": {
  1030. "version": "1.0.7",
  1031. "resolved": "https://registry.npmmirror.com/@firebase/database-types/-/database-types-1.0.7.tgz",
  1032. "integrity": "sha512-I7zcLfJXrM0WM+ksFmFdAMdlq/DFmpeMNa+/GNsLyFo5u/lX5zzkPzGe3srVWqaBQBY5KprylDGxOsP6ETfL0A==",
  1033. "license": "Apache-2.0",
  1034. "dependencies": {
  1035. "@firebase/app-types": "0.9.3",
  1036. "@firebase/util": "1.10.2"
  1037. }
  1038. },
  1039. "node_modules/@firebase/database-types/node_modules/@firebase/util": {
  1040. "version": "1.10.2",
  1041. "resolved": "https://registry.npmmirror.com/@firebase/util/-/util-1.10.2.tgz",
  1042. "integrity": "sha512-qnSHIoE9FK+HYnNhTI8q14evyqbc/vHRivfB4TgCIUOl4tosmKSQlp7ltymOlMP4xVIJTg5wrkfcZ60X4nUf7Q==",
  1043. "license": "Apache-2.0",
  1044. "dependencies": {
  1045. "tslib": "^2.1.0"
  1046. },
  1047. "engines": {
  1048. "node": ">=18.0.0"
  1049. }
  1050. },
  1051. "node_modules/@firebase/logger": {
  1052. "version": "0.4.3",
  1053. "resolved": "https://registry.npmmirror.com/@firebase/logger/-/logger-0.4.3.tgz",
  1054. "integrity": "sha512-Th42bWJg18EF5bJwhRosn2M/eYxmbWCwXZr4hHX7ltO0SE3QLrpgiMKeRBR/NW7vJke7i0n3i8esbCW2s93qBw==",
  1055. "license": "Apache-2.0",
  1056. "dependencies": {
  1057. "tslib": "^2.1.0"
  1058. },
  1059. "engines": {
  1060. "node": ">=18.0.0"
  1061. }
  1062. },
  1063. "node_modules/@firebase/util": {
  1064. "version": "1.10.1",
  1065. "resolved": "https://registry.npmmirror.com/@firebase/util/-/util-1.10.1.tgz",
  1066. "integrity": "sha512-AIhFnCCjM8FmCqSNlNPTuOk3+gpHC1RkeNUBLtPbcqGYpN5MxI5q7Yby+rxycweOZOCboDzfIj8WyaY4tpQG/g==",
  1067. "license": "Apache-2.0",
  1068. "dependencies": {
  1069. "tslib": "^2.1.0"
  1070. },
  1071. "engines": {
  1072. "node": ">=18.0.0"
  1073. }
  1074. },
  1075. "node_modules/@google-cloud/firestore": {
  1076. "version": "7.11.0",
  1077. "resolved": "https://registry.npmmirror.com/@google-cloud/firestore/-/firestore-7.11.0.tgz",
  1078. "integrity": "sha512-88uZ+jLsp1aVMj7gh3EKYH1aulTAMFAp8sH/v5a9w8q8iqSG27RiWLoxSAFr/XocZ9hGiWH1kEnBw+zl3xAgNA==",
  1079. "license": "Apache-2.0",
  1080. "optional": true,
  1081. "dependencies": {
  1082. "@opentelemetry/api": "^1.3.0",
  1083. "fast-deep-equal": "^3.1.1",
  1084. "functional-red-black-tree": "^1.0.1",
  1085. "google-gax": "^4.3.3",
  1086. "protobufjs": "^7.2.6"
  1087. },
  1088. "engines": {
  1089. "node": ">=14.0.0"
  1090. }
  1091. },
  1092. "node_modules/@google-cloud/paginator": {
  1093. "version": "5.0.2",
  1094. "resolved": "https://registry.npmmirror.com/@google-cloud/paginator/-/paginator-5.0.2.tgz",
  1095. "integrity": "sha512-DJS3s0OVH4zFDB1PzjxAsHqJT6sKVbRwwML0ZBP9PbU7Yebtu/7SWMRzvO2J3nUi9pRNITCfu4LJeooM2w4pjg==",
  1096. "license": "Apache-2.0",
  1097. "optional": true,
  1098. "dependencies": {
  1099. "arrify": "^2.0.0",
  1100. "extend": "^3.0.2"
  1101. },
  1102. "engines": {
  1103. "node": ">=14.0.0"
  1104. }
  1105. },
  1106. "node_modules/@google-cloud/projectify": {
  1107. "version": "4.0.0",
  1108. "resolved": "https://registry.npmmirror.com/@google-cloud/projectify/-/projectify-4.0.0.tgz",
  1109. "integrity": "sha512-MmaX6HeSvyPbWGwFq7mXdo0uQZLGBYCwziiLIGq5JVX+/bdI3SAq6bP98trV5eTWfLuvsMcIC1YJOF2vfteLFA==",
  1110. "license": "Apache-2.0",
  1111. "optional": true,
  1112. "engines": {
  1113. "node": ">=14.0.0"
  1114. }
  1115. },
  1116. "node_modules/@google-cloud/promisify": {
  1117. "version": "4.0.0",
  1118. "resolved": "https://registry.npmmirror.com/@google-cloud/promisify/-/promisify-4.0.0.tgz",
  1119. "integrity": "sha512-Orxzlfb9c67A15cq2JQEyVc7wEsmFBmHjZWZYQMUyJ1qivXyMwdyNOs9odi79hze+2zqdTtu1E19IM/FtqZ10g==",
  1120. "license": "Apache-2.0",
  1121. "optional": true,
  1122. "engines": {
  1123. "node": ">=14"
  1124. }
  1125. },
  1126. "node_modules/@google-cloud/storage": {
  1127. "version": "7.14.0",
  1128. "resolved": "https://registry.npmmirror.com/@google-cloud/storage/-/storage-7.14.0.tgz",
  1129. "integrity": "sha512-H41bPL2cMfSi4EEnFzKvg7XSb7T67ocSXrmF7MPjfgFB0L6CKGzfIYJheAZi1iqXjz6XaCT1OBf6HCG5vDBTOQ==",
  1130. "license": "Apache-2.0",
  1131. "optional": true,
  1132. "dependencies": {
  1133. "@google-cloud/paginator": "^5.0.0",
  1134. "@google-cloud/projectify": "^4.0.0",
  1135. "@google-cloud/promisify": "^4.0.0",
  1136. "abort-controller": "^3.0.0",
  1137. "async-retry": "^1.3.3",
  1138. "duplexify": "^4.1.3",
  1139. "fast-xml-parser": "^4.4.1",
  1140. "gaxios": "^6.0.2",
  1141. "google-auth-library": "^9.6.3",
  1142. "html-entities": "^2.5.2",
  1143. "mime": "^3.0.0",
  1144. "p-limit": "^3.0.1",
  1145. "retry-request": "^7.0.0",
  1146. "teeny-request": "^9.0.0",
  1147. "uuid": "^8.0.0"
  1148. },
  1149. "engines": {
  1150. "node": ">=14"
  1151. }
  1152. },
  1153. "node_modules/@google-cloud/storage/node_modules/mime": {
  1154. "version": "3.0.0",
  1155. "resolved": "https://registry.npmmirror.com/mime/-/mime-3.0.0.tgz",
  1156. "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
  1157. "license": "MIT",
  1158. "optional": true,
  1159. "bin": {
  1160. "mime": "cli.js"
  1161. },
  1162. "engines": {
  1163. "node": ">=10.0.0"
  1164. }
  1165. },
  1166. "node_modules/@google-cloud/storage/node_modules/uuid": {
  1167. "version": "8.3.2",
  1168. "resolved": "https://registry.npmmirror.com/uuid/-/uuid-8.3.2.tgz",
  1169. "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
  1170. "license": "MIT",
  1171. "optional": true,
  1172. "bin": {
  1173. "uuid": "dist/bin/uuid"
  1174. }
  1175. },
  1176. "node_modules/@graphql-tools/merge": {
  1177. "version": "9.0.4",
  1178. "resolved": "https://registry.npmmirror.com/@graphql-tools/merge/-/merge-9.0.4.tgz",
  1179. "integrity": "sha512-MivbDLUQ+4Q8G/Hp/9V72hbn810IJDEZQ57F01sHnlrrijyadibfVhaQfW/pNH+9T/l8ySZpaR/DpL5i+ruZ+g==",
  1180. "license": "MIT",
  1181. "dependencies": {
  1182. "@graphql-tools/utils": "^10.0.13",
  1183. "tslib": "^2.4.0"
  1184. },
  1185. "engines": {
  1186. "node": ">=16.0.0"
  1187. },
  1188. "peerDependencies": {
  1189. "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
  1190. }
  1191. },
  1192. "node_modules/@graphql-tools/merge/node_modules/@graphql-tools/utils": {
  1193. "version": "10.6.2",
  1194. "resolved": "https://registry.npmmirror.com/@graphql-tools/utils/-/utils-10.6.2.tgz",
  1195. "integrity": "sha512-ABZHTpwiVR8oE2//NI/nnU3nNhbBpqMlMYyCF5cnqjLfhlyOdFfoRuhYEATEsmMfDg0ijGreULywK/SmepVGfw==",
  1196. "license": "MIT",
  1197. "dependencies": {
  1198. "@graphql-typed-document-node/core": "^3.1.1",
  1199. "cross-inspect": "1.0.1",
  1200. "dset": "^3.1.2",
  1201. "tslib": "^2.4.0"
  1202. },
  1203. "engines": {
  1204. "node": ">=16.0.0"
  1205. },
  1206. "peerDependencies": {
  1207. "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
  1208. }
  1209. },
  1210. "node_modules/@graphql-tools/schema": {
  1211. "version": "10.0.4",
  1212. "resolved": "https://registry.npmmirror.com/@graphql-tools/schema/-/schema-10.0.4.tgz",
  1213. "integrity": "sha512-HuIwqbKxPaJujox25Ra4qwz0uQzlpsaBOzO6CVfzB/MemZdd+Gib8AIvfhQArK0YIN40aDran/yi+E5Xf0mQww==",
  1214. "license": "MIT",
  1215. "dependencies": {
  1216. "@graphql-tools/merge": "^9.0.3",
  1217. "@graphql-tools/utils": "^10.2.1",
  1218. "tslib": "^2.4.0",
  1219. "value-or-promise": "^1.0.12"
  1220. },
  1221. "engines": {
  1222. "node": ">=16.0.0"
  1223. },
  1224. "peerDependencies": {
  1225. "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
  1226. }
  1227. },
  1228. "node_modules/@graphql-tools/schema/node_modules/@graphql-tools/utils": {
  1229. "version": "10.6.2",
  1230. "resolved": "https://registry.npmmirror.com/@graphql-tools/utils/-/utils-10.6.2.tgz",
  1231. "integrity": "sha512-ABZHTpwiVR8oE2//NI/nnU3nNhbBpqMlMYyCF5cnqjLfhlyOdFfoRuhYEATEsmMfDg0ijGreULywK/SmepVGfw==",
  1232. "license": "MIT",
  1233. "dependencies": {
  1234. "@graphql-typed-document-node/core": "^3.1.1",
  1235. "cross-inspect": "1.0.1",
  1236. "dset": "^3.1.2",
  1237. "tslib": "^2.4.0"
  1238. },
  1239. "engines": {
  1240. "node": ">=16.0.0"
  1241. },
  1242. "peerDependencies": {
  1243. "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
  1244. }
  1245. },
  1246. "node_modules/@graphql-tools/utils": {
  1247. "version": "8.12.0",
  1248. "resolved": "https://registry.npmmirror.com/@graphql-tools/utils/-/utils-8.12.0.tgz",
  1249. "integrity": "sha512-TeO+MJWGXjUTS52qfK4R8HiPoF/R7X+qmgtOYd8DTH0l6b+5Y/tlg5aGeUJefqImRq7nvi93Ms40k/Uz4D5CWw==",
  1250. "license": "MIT",
  1251. "dependencies": {
  1252. "tslib": "^2.4.0"
  1253. },
  1254. "peerDependencies": {
  1255. "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
  1256. }
  1257. },
  1258. "node_modules/@graphql-typed-document-node/core": {
  1259. "version": "3.2.0",
  1260. "resolved": "https://registry.npmmirror.com/@graphql-typed-document-node/core/-/core-3.2.0.tgz",
  1261. "integrity": "sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==",
  1262. "license": "MIT",
  1263. "peerDependencies": {
  1264. "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
  1265. }
  1266. },
  1267. "node_modules/@grpc/grpc-js": {
  1268. "version": "1.12.4",
  1269. "resolved": "https://registry.npmmirror.com/@grpc/grpc-js/-/grpc-js-1.12.4.tgz",
  1270. "integrity": "sha512-NBhrxEWnFh0FxeA0d//YP95lRFsSx2TNLEUQg4/W+5f/BMxcCjgOOIT24iD+ZB/tZw057j44DaIxja7w4XMrhg==",
  1271. "license": "Apache-2.0",
  1272. "optional": true,
  1273. "dependencies": {
  1274. "@grpc/proto-loader": "^0.7.13",
  1275. "@js-sdsl/ordered-map": "^4.4.2"
  1276. },
  1277. "engines": {
  1278. "node": ">=12.10.0"
  1279. }
  1280. },
  1281. "node_modules/@grpc/proto-loader": {
  1282. "version": "0.7.13",
  1283. "resolved": "https://registry.npmmirror.com/@grpc/proto-loader/-/proto-loader-0.7.13.tgz",
  1284. "integrity": "sha512-AiXO/bfe9bmxBjxxtYxFAXGZvMaN5s8kO+jBHAJCON8rJoB5YS/D6X7ZNc6XQkuHNmyl4CYaMI1fJ/Gn27RGGw==",
  1285. "license": "Apache-2.0",
  1286. "optional": true,
  1287. "dependencies": {
  1288. "lodash.camelcase": "^4.3.0",
  1289. "long": "^5.0.0",
  1290. "protobufjs": "^7.2.5",
  1291. "yargs": "^17.7.2"
  1292. },
  1293. "bin": {
  1294. "proto-loader-gen-types": "build/bin/proto-loader-gen-types.js"
  1295. },
  1296. "engines": {
  1297. "node": ">=6"
  1298. }
  1299. },
  1300. "node_modules/@grpc/proto-loader/node_modules/long": {
  1301. "version": "5.2.3",
  1302. "resolved": "https://registry.npmmirror.com/long/-/long-5.2.3.tgz",
  1303. "integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==",
  1304. "license": "Apache-2.0",
  1305. "optional": true
  1306. },
  1307. "node_modules/@humanfs/core": {
  1308. "version": "0.19.1",
  1309. "resolved": "https://registry.npmmirror.com/@humanfs/core/-/core-0.19.1.tgz",
  1310. "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
  1311. "license": "Apache-2.0",
  1312. "peer": true,
  1313. "engines": {
  1314. "node": ">=18.18.0"
  1315. }
  1316. },
  1317. "node_modules/@humanfs/node": {
  1318. "version": "0.16.6",
  1319. "resolved": "https://registry.npmmirror.com/@humanfs/node/-/node-0.16.6.tgz",
  1320. "integrity": "sha512-YuI2ZHQL78Q5HbhDiBA1X4LmYdXCKCMQIfw0pw7piHJwyREFebJUvrQN4cMssyES6x+vfUbx1CIpaQUKYdQZOw==",
  1321. "license": "Apache-2.0",
  1322. "peer": true,
  1323. "dependencies": {
  1324. "@humanfs/core": "^0.19.1",
  1325. "@humanwhocodes/retry": "^0.3.0"
  1326. },
  1327. "engines": {
  1328. "node": ">=18.18.0"
  1329. }
  1330. },
  1331. "node_modules/@humanfs/node/node_modules/@humanwhocodes/retry": {
  1332. "version": "0.3.1",
  1333. "resolved": "https://registry.npmmirror.com/@humanwhocodes/retry/-/retry-0.3.1.tgz",
  1334. "integrity": "sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==",
  1335. "license": "Apache-2.0",
  1336. "peer": true,
  1337. "engines": {
  1338. "node": ">=18.18"
  1339. },
  1340. "funding": {
  1341. "type": "github",
  1342. "url": "https://github.com/sponsors/nzakas"
  1343. }
  1344. },
  1345. "node_modules/@humanwhocodes/module-importer": {
  1346. "version": "1.0.1",
  1347. "resolved": "https://registry.npmmirror.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  1348. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  1349. "license": "Apache-2.0",
  1350. "peer": true,
  1351. "engines": {
  1352. "node": ">=12.22"
  1353. },
  1354. "funding": {
  1355. "type": "github",
  1356. "url": "https://github.com/sponsors/nzakas"
  1357. }
  1358. },
  1359. "node_modules/@humanwhocodes/retry": {
  1360. "version": "0.4.1",
  1361. "resolved": "https://registry.npmmirror.com/@humanwhocodes/retry/-/retry-0.4.1.tgz",
  1362. "integrity": "sha512-c7hNEllBlenFTHBky65mhq8WD2kbN9Q6gk0bTk8lSBvc554jpXSkST1iePudpt7+A/AQvuHs9EMqjHDXMY1lrA==",
  1363. "license": "Apache-2.0",
  1364. "peer": true,
  1365. "engines": {
  1366. "node": ">=18.18"
  1367. },
  1368. "funding": {
  1369. "type": "github",
  1370. "url": "https://github.com/sponsors/nzakas"
  1371. }
  1372. },
  1373. "node_modules/@jridgewell/gen-mapping": {
  1374. "version": "0.3.5",
  1375. "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
  1376. "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
  1377. "license": "MIT",
  1378. "peer": true,
  1379. "dependencies": {
  1380. "@jridgewell/set-array": "^1.2.1",
  1381. "@jridgewell/sourcemap-codec": "^1.4.10",
  1382. "@jridgewell/trace-mapping": "^0.3.24"
  1383. },
  1384. "engines": {
  1385. "node": ">=6.0.0"
  1386. }
  1387. },
  1388. "node_modules/@jridgewell/resolve-uri": {
  1389. "version": "3.1.2",
  1390. "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  1391. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  1392. "license": "MIT",
  1393. "peer": true,
  1394. "engines": {
  1395. "node": ">=6.0.0"
  1396. }
  1397. },
  1398. "node_modules/@jridgewell/set-array": {
  1399. "version": "1.2.1",
  1400. "resolved": "https://registry.npmmirror.com/@jridgewell/set-array/-/set-array-1.2.1.tgz",
  1401. "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
  1402. "license": "MIT",
  1403. "peer": true,
  1404. "engines": {
  1405. "node": ">=6.0.0"
  1406. }
  1407. },
  1408. "node_modules/@jridgewell/sourcemap-codec": {
  1409. "version": "1.5.0",
  1410. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
  1411. "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
  1412. "license": "MIT",
  1413. "peer": true
  1414. },
  1415. "node_modules/@jridgewell/trace-mapping": {
  1416. "version": "0.3.25",
  1417. "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
  1418. "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
  1419. "license": "MIT",
  1420. "peer": true,
  1421. "dependencies": {
  1422. "@jridgewell/resolve-uri": "^3.1.0",
  1423. "@jridgewell/sourcemap-codec": "^1.4.14"
  1424. }
  1425. },
  1426. "node_modules/@js-sdsl/ordered-map": {
  1427. "version": "4.4.2",
  1428. "resolved": "https://registry.npmmirror.com/@js-sdsl/ordered-map/-/ordered-map-4.4.2.tgz",
  1429. "integrity": "sha512-iUKgm52T8HOE/makSxjqoWhe95ZJA1/G1sYsGev2JDKUSS14KAgg1LHb+Ba+IPow0xflbnSkOsZcO08C7w1gYw==",
  1430. "license": "MIT",
  1431. "optional": true,
  1432. "funding": {
  1433. "type": "opencollective",
  1434. "url": "https://opencollective.com/js-sdsl"
  1435. }
  1436. },
  1437. "node_modules/@ldapjs/asn1": {
  1438. "version": "2.0.0",
  1439. "resolved": "https://registry.npmmirror.com/@ldapjs/asn1/-/asn1-2.0.0.tgz",
  1440. "integrity": "sha512-G9+DkEOirNgdPmD0I8nu57ygQJKOOgFEMKknEuQvIHbGLwP3ny1mY+OTUYLCbCaGJP4sox5eYgBJRuSUpnAddA==",
  1441. "deprecated": "This package has been decomissioned. See https://github.com/ldapjs/node-ldapjs/blob/8ffd0bc9c149088a10ec4c1ec6a18450f76ad05d/README.md",
  1442. "license": "MIT"
  1443. },
  1444. "node_modules/@ldapjs/attribute": {
  1445. "version": "1.0.0",
  1446. "resolved": "https://registry.npmmirror.com/@ldapjs/attribute/-/attribute-1.0.0.tgz",
  1447. "integrity": "sha512-ptMl2d/5xJ0q+RgmnqOi3Zgwk/TMJYG7dYMC0Keko+yZU6n+oFM59MjQOUht5pxJeS4FWrImhu/LebX24vJNRQ==",
  1448. "deprecated": "This package has been decomissioned. See https://github.com/ldapjs/node-ldapjs/blob/8ffd0bc9c149088a10ec4c1ec6a18450f76ad05d/README.md",
  1449. "license": "MIT",
  1450. "dependencies": {
  1451. "@ldapjs/asn1": "2.0.0",
  1452. "@ldapjs/protocol": "^1.2.1",
  1453. "process-warning": "^2.1.0"
  1454. }
  1455. },
  1456. "node_modules/@ldapjs/change": {
  1457. "version": "1.0.0",
  1458. "resolved": "https://registry.npmmirror.com/@ldapjs/change/-/change-1.0.0.tgz",
  1459. "integrity": "sha512-EOQNFH1RIku3M1s0OAJOzGfAohuFYXFY4s73wOhRm4KFGhmQQ7MChOh2YtYu9Kwgvuq1B0xKciXVzHCGkB5V+Q==",
  1460. "deprecated": "This package has been decomissioned. See https://github.com/ldapjs/node-ldapjs/blob/8ffd0bc9c149088a10ec4c1ec6a18450f76ad05d/README.md",
  1461. "license": "MIT",
  1462. "dependencies": {
  1463. "@ldapjs/asn1": "2.0.0",
  1464. "@ldapjs/attribute": "1.0.0"
  1465. }
  1466. },
  1467. "node_modules/@ldapjs/controls": {
  1468. "version": "2.1.0",
  1469. "resolved": "https://registry.npmmirror.com/@ldapjs/controls/-/controls-2.1.0.tgz",
  1470. "integrity": "sha512-2pFdD1yRC9V9hXfAWvCCO2RRWK9OdIEcJIos/9cCVP9O4k72BY1bLDQQ4KpUoJnl4y/JoD4iFgM+YWT3IfITWw==",
  1471. "deprecated": "This package has been decomissioned. See https://github.com/ldapjs/node-ldapjs/blob/8ffd0bc9c149088a10ec4c1ec6a18450f76ad05d/README.md",
  1472. "license": "MIT",
  1473. "dependencies": {
  1474. "@ldapjs/asn1": "^1.2.0",
  1475. "@ldapjs/protocol": "^1.2.1"
  1476. }
  1477. },
  1478. "node_modules/@ldapjs/controls/node_modules/@ldapjs/asn1": {
  1479. "version": "1.2.0",
  1480. "resolved": "https://registry.npmmirror.com/@ldapjs/asn1/-/asn1-1.2.0.tgz",
  1481. "integrity": "sha512-KX/qQJ2xxzvO2/WOvr1UdQ+8P5dVvuOLk/C9b1bIkXxZss8BaR28njXdPgFCpj5aHaf1t8PmuVnea+N9YG9YMw==",
  1482. "deprecated": "This package has been decomissioned. See https://github.com/ldapjs/node-ldapjs/blob/8ffd0bc9c149088a10ec4c1ec6a18450f76ad05d/README.md",
  1483. "license": "MIT"
  1484. },
  1485. "node_modules/@ldapjs/dn": {
  1486. "version": "1.1.0",
  1487. "resolved": "https://registry.npmmirror.com/@ldapjs/dn/-/dn-1.1.0.tgz",
  1488. "integrity": "sha512-R72zH5ZeBj/Fujf/yBu78YzpJjJXG46YHFo5E4W1EqfNpo1UsVPqdLrRMXeKIsJT3x9dJVIfR6OpzgINlKpi0A==",
  1489. "deprecated": "This package has been decomissioned. See https://github.com/ldapjs/node-ldapjs/blob/8ffd0bc9c149088a10ec4c1ec6a18450f76ad05d/README.md",
  1490. "license": "MIT",
  1491. "dependencies": {
  1492. "@ldapjs/asn1": "2.0.0",
  1493. "process-warning": "^2.1.0"
  1494. }
  1495. },
  1496. "node_modules/@ldapjs/filter": {
  1497. "version": "2.1.1",
  1498. "resolved": "https://registry.npmmirror.com/@ldapjs/filter/-/filter-2.1.1.tgz",
  1499. "integrity": "sha512-TwPK5eEgNdUO1ABPBUQabcZ+h9heDORE4V9WNZqCtYLKc06+6+UAJ3IAbr0L0bYTnkkWC/JEQD2F+zAFsuikNw==",
  1500. "deprecated": "This package has been decomissioned. See https://github.com/ldapjs/node-ldapjs/blob/8ffd0bc9c149088a10ec4c1ec6a18450f76ad05d/README.md",
  1501. "license": "MIT",
  1502. "dependencies": {
  1503. "@ldapjs/asn1": "2.0.0",
  1504. "@ldapjs/protocol": "^1.2.1",
  1505. "process-warning": "^2.1.0"
  1506. }
  1507. },
  1508. "node_modules/@ldapjs/messages": {
  1509. "version": "1.3.0",
  1510. "resolved": "https://registry.npmmirror.com/@ldapjs/messages/-/messages-1.3.0.tgz",
  1511. "integrity": "sha512-K7xZpXJ21bj92jS35wtRbdcNrwmxAtPwy4myeh9duy/eR3xQKvikVycbdWVzkYEAVE5Ce520VXNOwCHjomjCZw==",
  1512. "deprecated": "This package has been decomissioned. See https://github.com/ldapjs/node-ldapjs/blob/8ffd0bc9c149088a10ec4c1ec6a18450f76ad05d/README.md",
  1513. "license": "MIT",
  1514. "dependencies": {
  1515. "@ldapjs/asn1": "^2.0.0",
  1516. "@ldapjs/attribute": "^1.0.0",
  1517. "@ldapjs/change": "^1.0.0",
  1518. "@ldapjs/controls": "^2.1.0",
  1519. "@ldapjs/dn": "^1.1.0",
  1520. "@ldapjs/filter": "^2.1.1",
  1521. "@ldapjs/protocol": "^1.2.1",
  1522. "process-warning": "^2.2.0"
  1523. }
  1524. },
  1525. "node_modules/@ldapjs/protocol": {
  1526. "version": "1.2.1",
  1527. "resolved": "https://registry.npmmirror.com/@ldapjs/protocol/-/protocol-1.2.1.tgz",
  1528. "integrity": "sha512-O89xFDLW2gBoZWNXuXpBSM32/KealKCTb3JGtJdtUQc7RjAk8XzrRgyz02cPAwGKwKPxy0ivuC7UP9bmN87egQ==",
  1529. "deprecated": "This package has been decomissioned. See https://github.com/ldapjs/node-ldapjs/blob/8ffd0bc9c149088a10ec4c1ec6a18450f76ad05d/README.md",
  1530. "license": "MIT"
  1531. },
  1532. "node_modules/@mongodb-js/saslprep": {
  1533. "version": "1.1.9",
  1534. "resolved": "https://registry.npmmirror.com/@mongodb-js/saslprep/-/saslprep-1.1.9.tgz",
  1535. "integrity": "sha512-tVkljjeEaAhCqTzajSdgbQ6gE6f3oneVwa3iXR6csiEwXXOFsiC6Uh9iAjAhXPtqa/XMDHWjjeNH/77m/Yq2dw==",
  1536. "license": "MIT",
  1537. "optional": true,
  1538. "dependencies": {
  1539. "sparse-bitfield": "^3.0.3"
  1540. }
  1541. },
  1542. "node_modules/@napi-rs/wasm-runtime": {
  1543. "version": "0.2.5",
  1544. "resolved": "https://registry.npmmirror.com/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.5.tgz",
  1545. "integrity": "sha512-kwUxR7J9WLutBbulqg1dfOrMTwhMdXLdcGUhcbCcGwnPLt3gz19uHVdwH1syKVDbE022ZS2vZxOWflFLS0YTjw==",
  1546. "license": "MIT",
  1547. "optional": true,
  1548. "dependencies": {
  1549. "@emnapi/core": "^1.1.0",
  1550. "@emnapi/runtime": "^1.1.0",
  1551. "@tybys/wasm-util": "^0.9.0"
  1552. }
  1553. },
  1554. "node_modules/@nicolo-ribaudo/eslint-scope-5-internals": {
  1555. "version": "5.1.1-v1",
  1556. "resolved": "https://registry.npmmirror.com/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz",
  1557. "integrity": "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==",
  1558. "license": "MIT",
  1559. "dependencies": {
  1560. "eslint-scope": "5.1.1"
  1561. }
  1562. },
  1563. "node_modules/@noble/hashes": {
  1564. "version": "1.4.0",
  1565. "resolved": "https://registry.npmmirror.com/@noble/hashes/-/hashes-1.4.0.tgz",
  1566. "integrity": "sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==",
  1567. "license": "MIT",
  1568. "engines": {
  1569. "node": ">= 16"
  1570. },
  1571. "funding": {
  1572. "url": "https://paulmillr.com/funding/"
  1573. }
  1574. },
  1575. "node_modules/@node-rs/bcrypt": {
  1576. "version": "1.10.4",
  1577. "resolved": "https://registry.npmmirror.com/@node-rs/bcrypt/-/bcrypt-1.10.4.tgz",
  1578. "integrity": "sha512-Kzs8HKt2eBeT5VnkeKgiz/QKTjOO3URcvSNEQZahNwZnL6dBeeJQTxxYisc/6969+5n6c3+gNwKvqJsZzmGe7g==",
  1579. "license": "MIT",
  1580. "optional": true,
  1581. "engines": {
  1582. "node": ">= 10"
  1583. },
  1584. "funding": {
  1585. "type": "github",
  1586. "url": "https://github.com/sponsors/Brooooooklyn"
  1587. },
  1588. "optionalDependencies": {
  1589. "@node-rs/bcrypt-android-arm-eabi": "1.10.4",
  1590. "@node-rs/bcrypt-android-arm64": "1.10.4",
  1591. "@node-rs/bcrypt-darwin-arm64": "1.10.4",
  1592. "@node-rs/bcrypt-darwin-x64": "1.10.4",
  1593. "@node-rs/bcrypt-freebsd-x64": "1.10.4",
  1594. "@node-rs/bcrypt-linux-arm-gnueabihf": "1.10.4",
  1595. "@node-rs/bcrypt-linux-arm64-gnu": "1.10.4",
  1596. "@node-rs/bcrypt-linux-arm64-musl": "1.10.4",
  1597. "@node-rs/bcrypt-linux-x64-gnu": "1.10.4",
  1598. "@node-rs/bcrypt-linux-x64-musl": "1.10.4",
  1599. "@node-rs/bcrypt-wasm32-wasi": "1.10.4",
  1600. "@node-rs/bcrypt-win32-arm64-msvc": "1.10.4",
  1601. "@node-rs/bcrypt-win32-ia32-msvc": "1.10.4",
  1602. "@node-rs/bcrypt-win32-x64-msvc": "1.10.4"
  1603. }
  1604. },
  1605. "node_modules/@node-rs/bcrypt-android-arm-eabi": {
  1606. "version": "1.10.4",
  1607. "resolved": "https://registry.npmmirror.com/@node-rs/bcrypt-android-arm-eabi/-/bcrypt-android-arm-eabi-1.10.4.tgz",
  1608. "integrity": "sha512-55ajutuTdfK1hKseyliflnxzNtxszQQ/EoLtgJlgCe7rI24vGP9EEEZDznB/u9OaJ14/AYzZtIhkEOYdbIdw0A==",
  1609. "cpu": [
  1610. "arm"
  1611. ],
  1612. "license": "MIT",
  1613. "optional": true,
  1614. "os": [
  1615. "android"
  1616. ],
  1617. "engines": {
  1618. "node": ">= 10"
  1619. }
  1620. },
  1621. "node_modules/@node-rs/bcrypt-android-arm64": {
  1622. "version": "1.10.4",
  1623. "resolved": "https://registry.npmmirror.com/@node-rs/bcrypt-android-arm64/-/bcrypt-android-arm64-1.10.4.tgz",
  1624. "integrity": "sha512-dCgQT7nH65tORmJw2hQ6zQgFmmC+/JBYZUWtf7pPZI76AVAn5tc7cIUrxYoV4OT1+uD63b9Av+mS1fT2EPzWEg==",
  1625. "cpu": [
  1626. "arm64"
  1627. ],
  1628. "license": "MIT",
  1629. "optional": true,
  1630. "os": [
  1631. "android"
  1632. ],
  1633. "engines": {
  1634. "node": ">= 10"
  1635. }
  1636. },
  1637. "node_modules/@node-rs/bcrypt-darwin-arm64": {
  1638. "version": "1.10.4",
  1639. "resolved": "https://registry.npmmirror.com/@node-rs/bcrypt-darwin-arm64/-/bcrypt-darwin-arm64-1.10.4.tgz",
  1640. "integrity": "sha512-gmHdWikHL3YVZgqXAHT+X/PG+kqIyNlPeFAWKdby83RkDI8FUiPV4qqGilgNnBmVWKkobRae9/I1HDbc4Sbhyg==",
  1641. "cpu": [
  1642. "arm64"
  1643. ],
  1644. "license": "MIT",
  1645. "optional": true,
  1646. "os": [
  1647. "darwin"
  1648. ],
  1649. "engines": {
  1650. "node": ">= 10"
  1651. }
  1652. },
  1653. "node_modules/@node-rs/bcrypt-darwin-x64": {
  1654. "version": "1.10.4",
  1655. "resolved": "https://registry.npmmirror.com/@node-rs/bcrypt-darwin-x64/-/bcrypt-darwin-x64-1.10.4.tgz",
  1656. "integrity": "sha512-WDzL1WKRtoyTkH6IMPx95Mkd6XaeN0VWJbSDMqQY6AFBOk03yJEj7YYXshCcF+Ur6KBBVSwRf6sdFJ15NI1Z3g==",
  1657. "cpu": [
  1658. "x64"
  1659. ],
  1660. "license": "MIT",
  1661. "optional": true,
  1662. "os": [
  1663. "darwin"
  1664. ],
  1665. "engines": {
  1666. "node": ">= 10"
  1667. }
  1668. },
  1669. "node_modules/@node-rs/bcrypt-freebsd-x64": {
  1670. "version": "1.10.4",
  1671. "resolved": "https://registry.npmmirror.com/@node-rs/bcrypt-freebsd-x64/-/bcrypt-freebsd-x64-1.10.4.tgz",
  1672. "integrity": "sha512-seSPJi+4MIUd1faL/n/wmDdDwaynd/FTkvTnb7qzCk8LBT+/dxi7MTz+uaD8KYDREcB9Wmhv+lwr0S9/jBTcjg==",
  1673. "cpu": [
  1674. "x64"
  1675. ],
  1676. "license": "MIT",
  1677. "optional": true,
  1678. "os": [
  1679. "freebsd"
  1680. ],
  1681. "engines": {
  1682. "node": ">= 10"
  1683. }
  1684. },
  1685. "node_modules/@node-rs/bcrypt-linux-arm-gnueabihf": {
  1686. "version": "1.10.4",
  1687. "resolved": "https://registry.npmmirror.com/@node-rs/bcrypt-linux-arm-gnueabihf/-/bcrypt-linux-arm-gnueabihf-1.10.4.tgz",
  1688. "integrity": "sha512-YcMLUtN9cGNTWKnaXslxGO1M0S5b4QN9KYhuyG6Kju27RfqvU5UbmpKElCsEUO2EIjxGwzvPu59T+Fyh6sVbwg==",
  1689. "cpu": [
  1690. "arm"
  1691. ],
  1692. "license": "MIT",
  1693. "optional": true,
  1694. "os": [
  1695. "linux"
  1696. ],
  1697. "engines": {
  1698. "node": ">= 10"
  1699. }
  1700. },
  1701. "node_modules/@node-rs/bcrypt-linux-arm64-gnu": {
  1702. "version": "1.10.4",
  1703. "resolved": "https://registry.npmmirror.com/@node-rs/bcrypt-linux-arm64-gnu/-/bcrypt-linux-arm64-gnu-1.10.4.tgz",
  1704. "integrity": "sha512-uYGUK/mO8SiftqmVSAePWxgK82vg+X/gtrVRJi95yq2iwp1+fYJX3ndxCyYPmeplBbd3NJ/F5lPT3FC/IHTTGw==",
  1705. "cpu": [
  1706. "arm64"
  1707. ],
  1708. "license": "MIT",
  1709. "optional": true,
  1710. "os": [
  1711. "linux"
  1712. ],
  1713. "engines": {
  1714. "node": ">= 10"
  1715. }
  1716. },
  1717. "node_modules/@node-rs/bcrypt-linux-arm64-musl": {
  1718. "version": "1.10.4",
  1719. "resolved": "https://registry.npmmirror.com/@node-rs/bcrypt-linux-arm64-musl/-/bcrypt-linux-arm64-musl-1.10.4.tgz",
  1720. "integrity": "sha512-rLvSMW/gVUBd2k2gAqQfuOReHWd9+jvz58E3i1TbkRE3a5ChvjOFc9qKPEmXuXuD9Mdj7gUwcYwpq8MdB5MtNw==",
  1721. "cpu": [
  1722. "arm64"
  1723. ],
  1724. "license": "MIT",
  1725. "optional": true,
  1726. "os": [
  1727. "linux"
  1728. ],
  1729. "engines": {
  1730. "node": ">= 10"
  1731. }
  1732. },
  1733. "node_modules/@node-rs/bcrypt-linux-x64-gnu": {
  1734. "version": "1.10.4",
  1735. "resolved": "https://registry.npmmirror.com/@node-rs/bcrypt-linux-x64-gnu/-/bcrypt-linux-x64-gnu-1.10.4.tgz",
  1736. "integrity": "sha512-I++6bh+BIp70X/D/crlSgCq8K0s9nGvzmvAGFkqSG4h3LBtjJx4RKbygnoWvcBV9ErK1rvcjfMyjwZt1ukueFA==",
  1737. "cpu": [
  1738. "x64"
  1739. ],
  1740. "license": "MIT",
  1741. "optional": true,
  1742. "os": [
  1743. "linux"
  1744. ],
  1745. "engines": {
  1746. "node": ">= 10"
  1747. }
  1748. },
  1749. "node_modules/@node-rs/bcrypt-linux-x64-musl": {
  1750. "version": "1.10.4",
  1751. "resolved": "https://registry.npmmirror.com/@node-rs/bcrypt-linux-x64-musl/-/bcrypt-linux-x64-musl-1.10.4.tgz",
  1752. "integrity": "sha512-f9RPl/5n2NS0mMJXB4IYbodKnq5HzOK5x1b9eKbcjsY0rw3mJC3K0XRFc8iaw1a5chA+xV1TPXz5mkykmr2CQQ==",
  1753. "cpu": [
  1754. "x64"
  1755. ],
  1756. "license": "MIT",
  1757. "optional": true,
  1758. "os": [
  1759. "linux"
  1760. ],
  1761. "engines": {
  1762. "node": ">= 10"
  1763. }
  1764. },
  1765. "node_modules/@node-rs/bcrypt-wasm32-wasi": {
  1766. "version": "1.10.4",
  1767. "resolved": "https://registry.npmmirror.com/@node-rs/bcrypt-wasm32-wasi/-/bcrypt-wasm32-wasi-1.10.4.tgz",
  1768. "integrity": "sha512-VaDOf+wic0yoHFimMkC5VMa/33BNqg6ieD+C/ibb7Av3NnVW4/W9YpDpqAWMR2w3fA40uTLWZ7FZSrcFck27oA==",
  1769. "cpu": [
  1770. "wasm32"
  1771. ],
  1772. "license": "MIT",
  1773. "optional": true,
  1774. "dependencies": {
  1775. "@napi-rs/wasm-runtime": "^0.2.3"
  1776. },
  1777. "engines": {
  1778. "node": ">=14.0.0"
  1779. }
  1780. },
  1781. "node_modules/@node-rs/bcrypt-win32-arm64-msvc": {
  1782. "version": "1.10.4",
  1783. "resolved": "https://registry.npmmirror.com/@node-rs/bcrypt-win32-arm64-msvc/-/bcrypt-win32-arm64-msvc-1.10.4.tgz",
  1784. "integrity": "sha512-M7sGnbKPvhYJ5b76ywXiEwR4mIs/JSDHjRrhm9fshKAvltQrwc3Mou22TJggvDN3gKOF1W85uPiM2OgGX/jxMg==",
  1785. "cpu": [
  1786. "arm64"
  1787. ],
  1788. "license": "MIT",
  1789. "optional": true,
  1790. "os": [
  1791. "win32"
  1792. ],
  1793. "engines": {
  1794. "node": ">= 10"
  1795. }
  1796. },
  1797. "node_modules/@node-rs/bcrypt-win32-ia32-msvc": {
  1798. "version": "1.10.4",
  1799. "resolved": "https://registry.npmmirror.com/@node-rs/bcrypt-win32-ia32-msvc/-/bcrypt-win32-ia32-msvc-1.10.4.tgz",
  1800. "integrity": "sha512-zn/n4DYnuOfC2JgmVDa0JHP+5DUqAOTl2jmV3yrMrmN+StDT4Om5wtvWxvEmgv3CkeZAuAU3Y/fwjSXIpZ0Fhg==",
  1801. "cpu": [
  1802. "ia32"
  1803. ],
  1804. "license": "MIT",
  1805. "optional": true,
  1806. "os": [
  1807. "win32"
  1808. ],
  1809. "engines": {
  1810. "node": ">= 10"
  1811. }
  1812. },
  1813. "node_modules/@node-rs/bcrypt-win32-x64-msvc": {
  1814. "version": "1.10.4",
  1815. "resolved": "https://registry.npmmirror.com/@node-rs/bcrypt-win32-x64-msvc/-/bcrypt-win32-x64-msvc-1.10.4.tgz",
  1816. "integrity": "sha512-ynQokTTGbuLu/cckaD8dNcE+Zsfam1zElE+teNol8AxcL7Jv+ghJItSnRthPRV/vLxuycDF2DIICgpXG/p9jrQ==",
  1817. "cpu": [
  1818. "x64"
  1819. ],
  1820. "license": "MIT",
  1821. "optional": true,
  1822. "os": [
  1823. "win32"
  1824. ],
  1825. "engines": {
  1826. "node": ">= 10"
  1827. }
  1828. },
  1829. "node_modules/@opentelemetry/api": {
  1830. "version": "1.9.0",
  1831. "resolved": "https://registry.npmmirror.com/@opentelemetry/api/-/api-1.9.0.tgz",
  1832. "integrity": "sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg==",
  1833. "license": "Apache-2.0",
  1834. "optional": true,
  1835. "engines": {
  1836. "node": ">=8.0.0"
  1837. }
  1838. },
  1839. "node_modules/@parse/fs-files-adapter": {
  1840. "version": "3.0.0",
  1841. "resolved": "https://registry.npmmirror.com/@parse/fs-files-adapter/-/fs-files-adapter-3.0.0.tgz",
  1842. "integrity": "sha512-Bb+qLtXQ/1SA2Ck6JLVhfD9JQf6cCwgeDZZJjcIdHzUtdPTFu1hj51xdD7tUCL47Ed2i3aAx6K/M6AjLWYVs3A==",
  1843. "license": "MIT"
  1844. },
  1845. "node_modules/@parse/node-apn": {
  1846. "version": "6.0.1",
  1847. "resolved": "https://registry.npmmirror.com/@parse/node-apn/-/node-apn-6.0.1.tgz",
  1848. "integrity": "sha512-QQxqEN/zbtEkSgj41oX/tQUavML+G+JHeQi2YVlgZlponnwIxA3fb5tEbXPm+fdR6rL1pi2/z2PcOwINOyx2eA==",
  1849. "license": "MIT",
  1850. "dependencies": {
  1851. "debug": "4.3.3",
  1852. "jsonwebtoken": "9.0.0",
  1853. "node-forge": "1.3.1",
  1854. "verror": "1.10.1"
  1855. },
  1856. "engines": {
  1857. "node": ">= 14"
  1858. }
  1859. },
  1860. "node_modules/@parse/node-apn/node_modules/debug": {
  1861. "version": "4.3.3",
  1862. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.3.3.tgz",
  1863. "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==",
  1864. "license": "MIT",
  1865. "dependencies": {
  1866. "ms": "2.1.2"
  1867. },
  1868. "engines": {
  1869. "node": ">=6.0"
  1870. },
  1871. "peerDependenciesMeta": {
  1872. "supports-color": {
  1873. "optional": true
  1874. }
  1875. }
  1876. },
  1877. "node_modules/@parse/node-apn/node_modules/jsonwebtoken": {
  1878. "version": "9.0.0",
  1879. "resolved": "https://registry.npmmirror.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz",
  1880. "integrity": "sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==",
  1881. "license": "MIT",
  1882. "dependencies": {
  1883. "jws": "^3.2.2",
  1884. "lodash": "^4.17.21",
  1885. "ms": "^2.1.1",
  1886. "semver": "^7.3.8"
  1887. },
  1888. "engines": {
  1889. "node": ">=12",
  1890. "npm": ">=6"
  1891. }
  1892. },
  1893. "node_modules/@parse/node-apn/node_modules/jwa": {
  1894. "version": "1.4.1",
  1895. "resolved": "https://registry.npmmirror.com/jwa/-/jwa-1.4.1.tgz",
  1896. "integrity": "sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==",
  1897. "license": "MIT",
  1898. "dependencies": {
  1899. "buffer-equal-constant-time": "1.0.1",
  1900. "ecdsa-sig-formatter": "1.0.11",
  1901. "safe-buffer": "^5.0.1"
  1902. }
  1903. },
  1904. "node_modules/@parse/node-apn/node_modules/jws": {
  1905. "version": "3.2.2",
  1906. "resolved": "https://registry.npmmirror.com/jws/-/jws-3.2.2.tgz",
  1907. "integrity": "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==",
  1908. "license": "MIT",
  1909. "dependencies": {
  1910. "jwa": "^1.4.1",
  1911. "safe-buffer": "^5.0.1"
  1912. }
  1913. },
  1914. "node_modules/@parse/node-apn/node_modules/ms": {
  1915. "version": "2.1.2",
  1916. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.2.tgz",
  1917. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
  1918. "license": "MIT"
  1919. },
  1920. "node_modules/@parse/node-gcm": {
  1921. "version": "1.0.2",
  1922. "resolved": "https://registry.npmmirror.com/@parse/node-gcm/-/node-gcm-1.0.2.tgz",
  1923. "integrity": "sha512-5LwLAYaGPWvuAyqaRr+4LD3Lq4V/A8DiznCFC2as9XBqfmhP7bwQMKKcymVcINrJGxPhNi69RrQpuEhIehtIqQ==",
  1924. "license": "MIT",
  1925. "dependencies": {
  1926. "debug": "^3.1.0",
  1927. "lodash": "^4.17.10",
  1928. "request": "2.88.0"
  1929. },
  1930. "engines": {
  1931. "node": ">= 4"
  1932. }
  1933. },
  1934. "node_modules/@parse/node-gcm/node_modules/debug": {
  1935. "version": "3.2.7",
  1936. "resolved": "https://registry.npmmirror.com/debug/-/debug-3.2.7.tgz",
  1937. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  1938. "license": "MIT",
  1939. "dependencies": {
  1940. "ms": "^2.1.1"
  1941. }
  1942. },
  1943. "node_modules/@parse/node-gcm/node_modules/ms": {
  1944. "version": "2.1.3",
  1945. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  1946. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  1947. "license": "MIT"
  1948. },
  1949. "node_modules/@parse/push-adapter": {
  1950. "version": "6.4.1",
  1951. "resolved": "https://registry.npmmirror.com/@parse/push-adapter/-/push-adapter-6.4.1.tgz",
  1952. "integrity": "sha512-0PcWvP1l0dqs8MhOIPDs4eNnHpOM5YGbDRR+VRvkazePDuLHnWWTRM2Kk2xojFLK/sOMSkuYh7zE3I1oo3Gb+w==",
  1953. "license": "MIT",
  1954. "dependencies": {
  1955. "@parse/node-apn": "6.0.1",
  1956. "@parse/node-gcm": "1.0.2",
  1957. "expo-server-sdk": "3.10.0",
  1958. "firebase-admin": "12.1.1",
  1959. "npmlog": "7.0.1",
  1960. "parse": "5.2.0",
  1961. "web-push": "3.6.7"
  1962. },
  1963. "engines": {
  1964. "node": "18 || 20 || 22"
  1965. }
  1966. },
  1967. "node_modules/@parse/push-adapter/node_modules/@babel/runtime-corejs3": {
  1968. "version": "7.24.6",
  1969. "resolved": "https://registry.npmmirror.com/@babel/runtime-corejs3/-/runtime-corejs3-7.24.6.tgz",
  1970. "integrity": "sha512-tbC3o8uHK9xMgMsvUm9qGqxVpbv6yborMBLbDteHIc7JDNHsTV0vDMQ5j1O1NXvO+BDELtL9KgoWYaUVIVGt8w==",
  1971. "license": "MIT",
  1972. "dependencies": {
  1973. "core-js-pure": "^3.30.2",
  1974. "regenerator-runtime": "^0.14.0"
  1975. },
  1976. "engines": {
  1977. "node": ">=6.9.0"
  1978. }
  1979. },
  1980. "node_modules/@parse/push-adapter/node_modules/parse": {
  1981. "version": "5.2.0",
  1982. "resolved": "https://registry.npmmirror.com/parse/-/parse-5.2.0.tgz",
  1983. "integrity": "sha512-FoD3kcLAQCw/2J1984sl3GUBzbHE2tA9mUcyw/EBWZ46WVZTzV+kjnA5tttXyzN4uodt21wSluzjbGnyLqreKw==",
  1984. "license": "Apache-2.0",
  1985. "dependencies": {
  1986. "@babel/runtime-corejs3": "7.24.6",
  1987. "idb-keyval": "6.2.1",
  1988. "react-native-crypto-js": "1.0.0",
  1989. "uuid": "10.0.0",
  1990. "ws": "8.17.1",
  1991. "xmlhttprequest": "1.8.0"
  1992. },
  1993. "engines": {
  1994. "node": ">=18 <21"
  1995. },
  1996. "optionalDependencies": {
  1997. "crypto-js": "4.2.0"
  1998. }
  1999. },
  2000. "node_modules/@parse/push-adapter/node_modules/ws": {
  2001. "version": "8.17.1",
  2002. "resolved": "https://registry.npmmirror.com/ws/-/ws-8.17.1.tgz",
  2003. "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==",
  2004. "license": "MIT",
  2005. "engines": {
  2006. "node": ">=10.0.0"
  2007. },
  2008. "peerDependencies": {
  2009. "bufferutil": "^4.0.1",
  2010. "utf-8-validate": ">=5.0.2"
  2011. },
  2012. "peerDependenciesMeta": {
  2013. "bufferutil": {
  2014. "optional": true
  2015. },
  2016. "utf-8-validate": {
  2017. "optional": true
  2018. }
  2019. }
  2020. },
  2021. "node_modules/@protobufjs/aspromise": {
  2022. "version": "1.1.2",
  2023. "resolved": "https://registry.npmmirror.com/@protobufjs/aspromise/-/aspromise-1.1.2.tgz",
  2024. "integrity": "sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==",
  2025. "license": "BSD-3-Clause"
  2026. },
  2027. "node_modules/@protobufjs/base64": {
  2028. "version": "1.1.2",
  2029. "resolved": "https://registry.npmmirror.com/@protobufjs/base64/-/base64-1.1.2.tgz",
  2030. "integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==",
  2031. "license": "BSD-3-Clause"
  2032. },
  2033. "node_modules/@protobufjs/codegen": {
  2034. "version": "2.0.4",
  2035. "resolved": "https://registry.npmmirror.com/@protobufjs/codegen/-/codegen-2.0.4.tgz",
  2036. "integrity": "sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==",
  2037. "license": "BSD-3-Clause"
  2038. },
  2039. "node_modules/@protobufjs/eventemitter": {
  2040. "version": "1.1.0",
  2041. "resolved": "https://registry.npmmirror.com/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz",
  2042. "integrity": "sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==",
  2043. "license": "BSD-3-Clause"
  2044. },
  2045. "node_modules/@protobufjs/fetch": {
  2046. "version": "1.1.0",
  2047. "resolved": "https://registry.npmmirror.com/@protobufjs/fetch/-/fetch-1.1.0.tgz",
  2048. "integrity": "sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==",
  2049. "license": "BSD-3-Clause",
  2050. "dependencies": {
  2051. "@protobufjs/aspromise": "^1.1.1",
  2052. "@protobufjs/inquire": "^1.1.0"
  2053. }
  2054. },
  2055. "node_modules/@protobufjs/float": {
  2056. "version": "1.0.2",
  2057. "resolved": "https://registry.npmmirror.com/@protobufjs/float/-/float-1.0.2.tgz",
  2058. "integrity": "sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==",
  2059. "license": "BSD-3-Clause"
  2060. },
  2061. "node_modules/@protobufjs/inquire": {
  2062. "version": "1.1.0",
  2063. "resolved": "https://registry.npmmirror.com/@protobufjs/inquire/-/inquire-1.1.0.tgz",
  2064. "integrity": "sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==",
  2065. "license": "BSD-3-Clause"
  2066. },
  2067. "node_modules/@protobufjs/path": {
  2068. "version": "1.1.2",
  2069. "resolved": "https://registry.npmmirror.com/@protobufjs/path/-/path-1.1.2.tgz",
  2070. "integrity": "sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==",
  2071. "license": "BSD-3-Clause"
  2072. },
  2073. "node_modules/@protobufjs/pool": {
  2074. "version": "1.1.0",
  2075. "resolved": "https://registry.npmmirror.com/@protobufjs/pool/-/pool-1.1.0.tgz",
  2076. "integrity": "sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==",
  2077. "license": "BSD-3-Clause"
  2078. },
  2079. "node_modules/@protobufjs/utf8": {
  2080. "version": "1.1.0",
  2081. "resolved": "https://registry.npmmirror.com/@protobufjs/utf8/-/utf8-1.1.0.tgz",
  2082. "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==",
  2083. "license": "BSD-3-Clause"
  2084. },
  2085. "node_modules/@redis/bloom": {
  2086. "version": "1.2.0",
  2087. "resolved": "https://registry.npmmirror.com/@redis/bloom/-/bloom-1.2.0.tgz",
  2088. "integrity": "sha512-HG2DFjYKbpNmVXsa0keLHp/3leGJz1mjh09f2RLGGLQZzSHpkmZWuwJbAvo3QcRY8p80m5+ZdXZdYOSBLlp7Cg==",
  2089. "license": "MIT",
  2090. "peerDependencies": {
  2091. "@redis/client": "^1.0.0"
  2092. }
  2093. },
  2094. "node_modules/@redis/client": {
  2095. "version": "1.5.14",
  2096. "resolved": "https://registry.npmmirror.com/@redis/client/-/client-1.5.14.tgz",
  2097. "integrity": "sha512-YGn0GqsRBFUQxklhY7v562VMOP0DcmlrHHs3IV1mFE3cbxe31IITUkqhBcIhVSI/2JqtWAJXg5mjV4aU+zD0HA==",
  2098. "license": "MIT",
  2099. "dependencies": {
  2100. "cluster-key-slot": "1.1.2",
  2101. "generic-pool": "3.9.0",
  2102. "yallist": "4.0.0"
  2103. },
  2104. "engines": {
  2105. "node": ">=14"
  2106. }
  2107. },
  2108. "node_modules/@redis/graph": {
  2109. "version": "1.1.1",
  2110. "resolved": "https://registry.npmmirror.com/@redis/graph/-/graph-1.1.1.tgz",
  2111. "integrity": "sha512-FEMTcTHZozZciLRl6GiiIB4zGm5z5F3F6a6FZCyrfxdKOhFlGkiAqlexWMBzCi4DcRoyiOsuLfW+cjlGWyExOw==",
  2112. "license": "MIT",
  2113. "peerDependencies": {
  2114. "@redis/client": "^1.0.0"
  2115. }
  2116. },
  2117. "node_modules/@redis/json": {
  2118. "version": "1.0.6",
  2119. "resolved": "https://registry.npmmirror.com/@redis/json/-/json-1.0.6.tgz",
  2120. "integrity": "sha512-rcZO3bfQbm2zPRpqo82XbW8zg4G/w4W3tI7X8Mqleq9goQjAGLL7q/1n1ZX4dXEAmORVZ4s1+uKLaUOg7LrUhw==",
  2121. "license": "MIT",
  2122. "peerDependencies": {
  2123. "@redis/client": "^1.0.0"
  2124. }
  2125. },
  2126. "node_modules/@redis/search": {
  2127. "version": "1.1.6",
  2128. "resolved": "https://registry.npmmirror.com/@redis/search/-/search-1.1.6.tgz",
  2129. "integrity": "sha512-mZXCxbTYKBQ3M2lZnEddwEAks0Kc7nauire8q20oA0oA/LoA+E/b5Y5KZn232ztPb1FkIGqo12vh3Lf+Vw5iTw==",
  2130. "license": "MIT",
  2131. "peerDependencies": {
  2132. "@redis/client": "^1.0.0"
  2133. }
  2134. },
  2135. "node_modules/@redis/time-series": {
  2136. "version": "1.0.5",
  2137. "resolved": "https://registry.npmmirror.com/@redis/time-series/-/time-series-1.0.5.tgz",
  2138. "integrity": "sha512-IFjIgTusQym2B5IZJG3XKr5llka7ey84fw/NOYqESP5WUfQs9zz1ww/9+qoz4ka/S6KcGBodzlCeZ5UImKbscg==",
  2139. "license": "MIT",
  2140. "peerDependencies": {
  2141. "@redis/client": "^1.0.0"
  2142. }
  2143. },
  2144. "node_modules/@tootallnate/once": {
  2145. "version": "2.0.0",
  2146. "resolved": "https://registry.npmmirror.com/@tootallnate/once/-/once-2.0.0.tgz",
  2147. "integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==",
  2148. "license": "MIT",
  2149. "optional": true,
  2150. "engines": {
  2151. "node": ">= 10"
  2152. }
  2153. },
  2154. "node_modules/@tybys/wasm-util": {
  2155. "version": "0.9.0",
  2156. "resolved": "https://registry.npmmirror.com/@tybys/wasm-util/-/wasm-util-0.9.0.tgz",
  2157. "integrity": "sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw==",
  2158. "license": "MIT",
  2159. "optional": true,
  2160. "dependencies": {
  2161. "tslib": "^2.4.0"
  2162. }
  2163. },
  2164. "node_modules/@types/body-parser": {
  2165. "version": "1.19.5",
  2166. "resolved": "https://registry.npmmirror.com/@types/body-parser/-/body-parser-1.19.5.tgz",
  2167. "integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==",
  2168. "license": "MIT",
  2169. "dependencies": {
  2170. "@types/connect": "*",
  2171. "@types/node": "*"
  2172. }
  2173. },
  2174. "node_modules/@types/busboy": {
  2175. "version": "1.5.4",
  2176. "resolved": "https://registry.npmmirror.com/@types/busboy/-/busboy-1.5.4.tgz",
  2177. "integrity": "sha512-kG7WrUuAKK0NoyxfQHsVE6j1m01s6kMma64E+OZenQABMQyTJop1DumUWcLwAQ2JzpefU7PDYoRDKl8uZosFjw==",
  2178. "license": "MIT",
  2179. "dependencies": {
  2180. "@types/node": "*"
  2181. }
  2182. },
  2183. "node_modules/@types/caseless": {
  2184. "version": "0.12.5",
  2185. "resolved": "https://registry.npmmirror.com/@types/caseless/-/caseless-0.12.5.tgz",
  2186. "integrity": "sha512-hWtVTC2q7hc7xZ/RLbxapMvDMgUnDvKvMOpKal4DrMyfGBUfB1oKaZlIRr6mJL+If3bAP6sV/QneGzF6tJjZDg==",
  2187. "license": "MIT",
  2188. "optional": true
  2189. },
  2190. "node_modules/@types/connect": {
  2191. "version": "3.4.38",
  2192. "resolved": "https://registry.npmmirror.com/@types/connect/-/connect-3.4.38.tgz",
  2193. "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==",
  2194. "license": "MIT",
  2195. "dependencies": {
  2196. "@types/node": "*"
  2197. }
  2198. },
  2199. "node_modules/@types/estree": {
  2200. "version": "1.0.6",
  2201. "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.6.tgz",
  2202. "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==",
  2203. "license": "MIT",
  2204. "peer": true
  2205. },
  2206. "node_modules/@types/express": {
  2207. "version": "4.17.21",
  2208. "resolved": "https://registry.npmmirror.com/@types/express/-/express-4.17.21.tgz",
  2209. "integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==",
  2210. "license": "MIT",
  2211. "dependencies": {
  2212. "@types/body-parser": "*",
  2213. "@types/express-serve-static-core": "^4.17.33",
  2214. "@types/qs": "*",
  2215. "@types/serve-static": "*"
  2216. }
  2217. },
  2218. "node_modules/@types/express-serve-static-core": {
  2219. "version": "4.19.6",
  2220. "resolved": "https://registry.npmmirror.com/@types/express-serve-static-core/-/express-serve-static-core-4.19.6.tgz",
  2221. "integrity": "sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==",
  2222. "license": "MIT",
  2223. "dependencies": {
  2224. "@types/node": "*",
  2225. "@types/qs": "*",
  2226. "@types/range-parser": "*",
  2227. "@types/send": "*"
  2228. }
  2229. },
  2230. "node_modules/@types/http-errors": {
  2231. "version": "2.0.4",
  2232. "resolved": "https://registry.npmmirror.com/@types/http-errors/-/http-errors-2.0.4.tgz",
  2233. "integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==",
  2234. "license": "MIT"
  2235. },
  2236. "node_modules/@types/json-schema": {
  2237. "version": "7.0.15",
  2238. "resolved": "https://registry.npmmirror.com/@types/json-schema/-/json-schema-7.0.15.tgz",
  2239. "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
  2240. "license": "MIT",
  2241. "peer": true
  2242. },
  2243. "node_modules/@types/jsonwebtoken": {
  2244. "version": "9.0.7",
  2245. "resolved": "https://registry.npmmirror.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.7.tgz",
  2246. "integrity": "sha512-ugo316mmTYBl2g81zDFnZ7cfxlut3o+/EQdaP7J8QN2kY6lJ22hmQYCK5EHcJHbrW+dkCGSCPgbG8JtYj6qSrg==",
  2247. "license": "MIT",
  2248. "dependencies": {
  2249. "@types/node": "*"
  2250. }
  2251. },
  2252. "node_modules/@types/long": {
  2253. "version": "4.0.2",
  2254. "resolved": "https://registry.npmmirror.com/@types/long/-/long-4.0.2.tgz",
  2255. "integrity": "sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==",
  2256. "license": "MIT"
  2257. },
  2258. "node_modules/@types/mime": {
  2259. "version": "1.3.5",
  2260. "resolved": "https://registry.npmmirror.com/@types/mime/-/mime-1.3.5.tgz",
  2261. "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==",
  2262. "license": "MIT"
  2263. },
  2264. "node_modules/@types/node": {
  2265. "version": "22.10.1",
  2266. "resolved": "https://registry.npmmirror.com/@types/node/-/node-22.10.1.tgz",
  2267. "integrity": "sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==",
  2268. "license": "MIT",
  2269. "dependencies": {
  2270. "undici-types": "~6.20.0"
  2271. }
  2272. },
  2273. "node_modules/@types/node-fetch": {
  2274. "version": "2.6.12",
  2275. "resolved": "https://registry.npmmirror.com/@types/node-fetch/-/node-fetch-2.6.12.tgz",
  2276. "integrity": "sha512-8nneRWKCg3rMtF69nLQJnOYUcbafYeFSjqkw3jCRLsqkWFlHaoQrr5mXmofFGOx3DKn7UfmBMyov8ySvLRVldA==",
  2277. "license": "MIT",
  2278. "dependencies": {
  2279. "@types/node": "*",
  2280. "form-data": "^4.0.0"
  2281. }
  2282. },
  2283. "node_modules/@types/object-path": {
  2284. "version": "0.11.4",
  2285. "resolved": "https://registry.npmmirror.com/@types/object-path/-/object-path-0.11.4.tgz",
  2286. "integrity": "sha512-4tgJ1Z3elF/tOMpA8JLVuR9spt9Ynsf7+JjqsQ2IqtiPJtcLoHoXcT6qU4E10cPFqyXX5HDm9QwIzZhBSkLxsw==",
  2287. "license": "MIT"
  2288. },
  2289. "node_modules/@types/qs": {
  2290. "version": "6.9.17",
  2291. "resolved": "https://registry.npmmirror.com/@types/qs/-/qs-6.9.17.tgz",
  2292. "integrity": "sha512-rX4/bPcfmvxHDv0XjfJELTTr+iB+tn032nPILqHm5wbthUUUuVtNGGqzhya9XUxjTP8Fpr0qYgSZZKxGY++svQ==",
  2293. "license": "MIT"
  2294. },
  2295. "node_modules/@types/range-parser": {
  2296. "version": "1.2.7",
  2297. "resolved": "https://registry.npmmirror.com/@types/range-parser/-/range-parser-1.2.7.tgz",
  2298. "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==",
  2299. "license": "MIT"
  2300. },
  2301. "node_modules/@types/request": {
  2302. "version": "2.48.12",
  2303. "resolved": "https://registry.npmmirror.com/@types/request/-/request-2.48.12.tgz",
  2304. "integrity": "sha512-G3sY+NpsA9jnwm0ixhAFQSJ3Q9JkpLZpJbI3GMv0mIAT0y3mRabYeINzal5WOChIiaTEGQYlHOKgkaM9EisWHw==",
  2305. "license": "MIT",
  2306. "optional": true,
  2307. "dependencies": {
  2308. "@types/caseless": "*",
  2309. "@types/node": "*",
  2310. "@types/tough-cookie": "*",
  2311. "form-data": "^2.5.0"
  2312. }
  2313. },
  2314. "node_modules/@types/request/node_modules/form-data": {
  2315. "version": "2.5.2",
  2316. "resolved": "https://registry.npmmirror.com/form-data/-/form-data-2.5.2.tgz",
  2317. "integrity": "sha512-GgwY0PS7DbXqajuGf4OYlsrIu3zgxD6Vvql43IBhm6MahqA5SK/7mwhtNj2AdH2z35YR34ujJ7BN+3fFC3jP5Q==",
  2318. "license": "MIT",
  2319. "optional": true,
  2320. "dependencies": {
  2321. "asynckit": "^0.4.0",
  2322. "combined-stream": "^1.0.6",
  2323. "mime-types": "^2.1.12",
  2324. "safe-buffer": "^5.2.1"
  2325. },
  2326. "engines": {
  2327. "node": ">= 0.12"
  2328. }
  2329. },
  2330. "node_modules/@types/send": {
  2331. "version": "0.17.4",
  2332. "resolved": "https://registry.npmmirror.com/@types/send/-/send-0.17.4.tgz",
  2333. "integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==",
  2334. "license": "MIT",
  2335. "dependencies": {
  2336. "@types/mime": "^1",
  2337. "@types/node": "*"
  2338. }
  2339. },
  2340. "node_modules/@types/serve-static": {
  2341. "version": "1.15.7",
  2342. "resolved": "https://registry.npmmirror.com/@types/serve-static/-/serve-static-1.15.7.tgz",
  2343. "integrity": "sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==",
  2344. "license": "MIT",
  2345. "dependencies": {
  2346. "@types/http-errors": "*",
  2347. "@types/node": "*",
  2348. "@types/send": "*"
  2349. }
  2350. },
  2351. "node_modules/@types/tough-cookie": {
  2352. "version": "4.0.5",
  2353. "resolved": "https://registry.npmmirror.com/@types/tough-cookie/-/tough-cookie-4.0.5.tgz",
  2354. "integrity": "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==",
  2355. "license": "MIT",
  2356. "optional": true
  2357. },
  2358. "node_modules/@types/triple-beam": {
  2359. "version": "1.3.5",
  2360. "resolved": "https://registry.npmmirror.com/@types/triple-beam/-/triple-beam-1.3.5.tgz",
  2361. "integrity": "sha512-6WaYesThRMCl19iryMYP7/x2OVgCtbIVflDGFpWnb9irXI3UjYE4AzmYuiUKY1AJstGijoY+MgUszMgRxIYTYw==",
  2362. "license": "MIT"
  2363. },
  2364. "node_modules/@types/webidl-conversions": {
  2365. "version": "7.0.3",
  2366. "resolved": "https://registry.npmmirror.com/@types/webidl-conversions/-/webidl-conversions-7.0.3.tgz",
  2367. "integrity": "sha512-CiJJvcRtIgzadHCYXw7dqEnMNRjhGZlYK05Mj9OyktqV8uVT8fD2BFOB7S1uwBE3Kj2Z+4UyPmFw/Ixgw/LAlA==",
  2368. "license": "MIT"
  2369. },
  2370. "node_modules/@types/whatwg-url": {
  2371. "version": "8.2.2",
  2372. "resolved": "https://registry.npmmirror.com/@types/whatwg-url/-/whatwg-url-8.2.2.tgz",
  2373. "integrity": "sha512-FtQu10RWgn3D9U4aazdwIE2yzphmTJREDqNdODHrbrZmmMqI0vMheC/6NE/J1Yveaj8H+ela+YwWTjq5PGmuhA==",
  2374. "license": "MIT",
  2375. "dependencies": {
  2376. "@types/node": "*",
  2377. "@types/webidl-conversions": "*"
  2378. }
  2379. },
  2380. "node_modules/abort-controller": {
  2381. "version": "3.0.0",
  2382. "resolved": "https://registry.npmmirror.com/abort-controller/-/abort-controller-3.0.0.tgz",
  2383. "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
  2384. "license": "MIT",
  2385. "optional": true,
  2386. "dependencies": {
  2387. "event-target-shim": "^5.0.0"
  2388. },
  2389. "engines": {
  2390. "node": ">=6.5"
  2391. }
  2392. },
  2393. "node_modules/abstract-logging": {
  2394. "version": "2.0.1",
  2395. "resolved": "https://registry.npmmirror.com/abstract-logging/-/abstract-logging-2.0.1.tgz",
  2396. "integrity": "sha512-2BjRTZxTPvheOvGbBslFSYOUkr+SjPtOnrLP33f+VIWLzezQpZcqVg7ja3L4dBXmzzgwT+a029jRx5PCi3JuiA==",
  2397. "license": "MIT"
  2398. },
  2399. "node_modules/accepts": {
  2400. "version": "1.3.8",
  2401. "resolved": "https://registry.npmmirror.com/accepts/-/accepts-1.3.8.tgz",
  2402. "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
  2403. "license": "MIT",
  2404. "dependencies": {
  2405. "mime-types": "~2.1.34",
  2406. "negotiator": "0.6.3"
  2407. },
  2408. "engines": {
  2409. "node": ">= 0.6"
  2410. }
  2411. },
  2412. "node_modules/acorn": {
  2413. "version": "8.14.0",
  2414. "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.14.0.tgz",
  2415. "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==",
  2416. "license": "MIT",
  2417. "peer": true,
  2418. "bin": {
  2419. "acorn": "bin/acorn"
  2420. },
  2421. "engines": {
  2422. "node": ">=0.4.0"
  2423. }
  2424. },
  2425. "node_modules/acorn-jsx": {
  2426. "version": "5.3.2",
  2427. "resolved": "https://registry.npmmirror.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  2428. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  2429. "license": "MIT",
  2430. "peer": true,
  2431. "peerDependencies": {
  2432. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  2433. }
  2434. },
  2435. "node_modules/agent-base": {
  2436. "version": "7.1.3",
  2437. "resolved": "https://registry.npmmirror.com/agent-base/-/agent-base-7.1.3.tgz",
  2438. "integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==",
  2439. "license": "MIT",
  2440. "engines": {
  2441. "node": ">= 14"
  2442. }
  2443. },
  2444. "node_modules/ajv": {
  2445. "version": "6.12.6",
  2446. "resolved": "https://registry.npmmirror.com/ajv/-/ajv-6.12.6.tgz",
  2447. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  2448. "license": "MIT",
  2449. "dependencies": {
  2450. "fast-deep-equal": "^3.1.1",
  2451. "fast-json-stable-stringify": "^2.0.0",
  2452. "json-schema-traverse": "^0.4.1",
  2453. "uri-js": "^4.2.2"
  2454. },
  2455. "funding": {
  2456. "type": "github",
  2457. "url": "https://github.com/sponsors/epoberezkin"
  2458. }
  2459. },
  2460. "node_modules/ansi-regex": {
  2461. "version": "5.0.1",
  2462. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  2463. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  2464. "license": "MIT",
  2465. "engines": {
  2466. "node": ">=8"
  2467. }
  2468. },
  2469. "node_modules/ansi-styles": {
  2470. "version": "4.3.0",
  2471. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  2472. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  2473. "license": "MIT",
  2474. "dependencies": {
  2475. "color-convert": "^2.0.1"
  2476. },
  2477. "engines": {
  2478. "node": ">=8"
  2479. },
  2480. "funding": {
  2481. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  2482. }
  2483. },
  2484. "node_modules/aproba": {
  2485. "version": "2.0.0",
  2486. "resolved": "https://registry.npmmirror.com/aproba/-/aproba-2.0.0.tgz",
  2487. "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==",
  2488. "license": "ISC"
  2489. },
  2490. "node_modules/are-we-there-yet": {
  2491. "version": "4.0.2",
  2492. "resolved": "https://registry.npmmirror.com/are-we-there-yet/-/are-we-there-yet-4.0.2.tgz",
  2493. "integrity": "sha512-ncSWAawFhKMJDTdoAeOV+jyW1VCMj5QIAwULIBV0SSR7B/RLPPEQiknKcg/RIIZlUQrxELpsxMiTUoAQ4sIUyg==",
  2494. "deprecated": "This package is no longer supported.",
  2495. "license": "ISC",
  2496. "engines": {
  2497. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  2498. }
  2499. },
  2500. "node_modules/argparse": {
  2501. "version": "2.0.1",
  2502. "resolved": "https://registry.npmmirror.com/argparse/-/argparse-2.0.1.tgz",
  2503. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  2504. "license": "Python-2.0",
  2505. "peer": true
  2506. },
  2507. "node_modules/array-flatten": {
  2508. "version": "1.1.1",
  2509. "resolved": "https://registry.npmmirror.com/array-flatten/-/array-flatten-1.1.1.tgz",
  2510. "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==",
  2511. "license": "MIT"
  2512. },
  2513. "node_modules/arrify": {
  2514. "version": "2.0.1",
  2515. "resolved": "https://registry.npmmirror.com/arrify/-/arrify-2.0.1.tgz",
  2516. "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==",
  2517. "license": "MIT",
  2518. "optional": true,
  2519. "engines": {
  2520. "node": ">=8"
  2521. }
  2522. },
  2523. "node_modules/asn1": {
  2524. "version": "0.2.6",
  2525. "resolved": "https://registry.npmmirror.com/asn1/-/asn1-0.2.6.tgz",
  2526. "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==",
  2527. "license": "MIT",
  2528. "dependencies": {
  2529. "safer-buffer": "~2.1.0"
  2530. }
  2531. },
  2532. "node_modules/asn1.js": {
  2533. "version": "5.4.1",
  2534. "resolved": "https://registry.npmmirror.com/asn1.js/-/asn1.js-5.4.1.tgz",
  2535. "integrity": "sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==",
  2536. "license": "MIT",
  2537. "dependencies": {
  2538. "bn.js": "^4.0.0",
  2539. "inherits": "^2.0.1",
  2540. "minimalistic-assert": "^1.0.0",
  2541. "safer-buffer": "^2.1.0"
  2542. }
  2543. },
  2544. "node_modules/assert-options": {
  2545. "version": "0.8.1",
  2546. "resolved": "https://registry.npmmirror.com/assert-options/-/assert-options-0.8.1.tgz",
  2547. "integrity": "sha512-5lNGRB5g5i2bGIzb+J1QQE1iKU/WEMVBReFIc5pPDWjcPj23otPL0eI6PB2v7QPi0qU6Mhym5D3y0ZiSIOf3GA==",
  2548. "license": "MIT",
  2549. "engines": {
  2550. "node": ">=10.0.0"
  2551. }
  2552. },
  2553. "node_modules/assert-plus": {
  2554. "version": "1.0.0",
  2555. "resolved": "https://registry.npmmirror.com/assert-plus/-/assert-plus-1.0.0.tgz",
  2556. "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==",
  2557. "license": "MIT",
  2558. "engines": {
  2559. "node": ">=0.8"
  2560. }
  2561. },
  2562. "node_modules/async": {
  2563. "version": "3.2.6",
  2564. "resolved": "https://registry.npmmirror.com/async/-/async-3.2.6.tgz",
  2565. "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==",
  2566. "license": "MIT"
  2567. },
  2568. "node_modules/async-retry": {
  2569. "version": "1.3.3",
  2570. "resolved": "https://registry.npmmirror.com/async-retry/-/async-retry-1.3.3.tgz",
  2571. "integrity": "sha512-wfr/jstw9xNi/0teMHrRW7dsz3Lt5ARhYNZ2ewpadnhaIp5mbALhOAP+EAdsC7t4Z6wqsDVv9+W6gm1Dk9mEyw==",
  2572. "license": "MIT",
  2573. "dependencies": {
  2574. "retry": "0.13.1"
  2575. }
  2576. },
  2577. "node_modules/asynckit": {
  2578. "version": "0.4.0",
  2579. "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz",
  2580. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
  2581. "license": "MIT"
  2582. },
  2583. "node_modules/aws-sign2": {
  2584. "version": "0.7.0",
  2585. "resolved": "https://registry.npmmirror.com/aws-sign2/-/aws-sign2-0.7.0.tgz",
  2586. "integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==",
  2587. "license": "Apache-2.0",
  2588. "engines": {
  2589. "node": "*"
  2590. }
  2591. },
  2592. "node_modules/aws4": {
  2593. "version": "1.13.2",
  2594. "resolved": "https://registry.npmmirror.com/aws4/-/aws4-1.13.2.tgz",
  2595. "integrity": "sha512-lHe62zvbTB5eEABUVi/AwVh0ZKY9rMMDhmm+eeyuuUQbQ3+J+fONVQOZyj+DdrvD4BY33uYniyRJ4UJIaSKAfw==",
  2596. "license": "MIT"
  2597. },
  2598. "node_modules/backo2": {
  2599. "version": "1.0.2",
  2600. "resolved": "https://registry.npmmirror.com/backo2/-/backo2-1.0.2.tgz",
  2601. "integrity": "sha512-zj6Z6M7Eq+PBZ7PQxl5NT665MvJdAkzp0f60nAJ+sLaSCBPMwVak5ZegFbgVCzFcCJTKFoMizvM5Ld7+JrRJHA==",
  2602. "license": "MIT"
  2603. },
  2604. "node_modules/backoff": {
  2605. "version": "2.5.0",
  2606. "resolved": "https://registry.npmmirror.com/backoff/-/backoff-2.5.0.tgz",
  2607. "integrity": "sha512-wC5ihrnUXmR2douXmXLCe5O3zg3GKIyvRi/hi58a/XyRxVI+3/yM0PYueQOZXPXQ9pxBislYkw+sF9b7C/RuMA==",
  2608. "license": "MIT",
  2609. "dependencies": {
  2610. "precond": "0.2"
  2611. },
  2612. "engines": {
  2613. "node": ">= 0.6"
  2614. }
  2615. },
  2616. "node_modules/balanced-match": {
  2617. "version": "1.0.2",
  2618. "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
  2619. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  2620. "license": "MIT",
  2621. "peer": true
  2622. },
  2623. "node_modules/base64-js": {
  2624. "version": "1.5.1",
  2625. "resolved": "https://registry.npmmirror.com/base64-js/-/base64-js-1.5.1.tgz",
  2626. "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
  2627. "funding": [
  2628. {
  2629. "type": "github",
  2630. "url": "https://github.com/sponsors/feross"
  2631. },
  2632. {
  2633. "type": "patreon",
  2634. "url": "https://www.patreon.com/feross"
  2635. },
  2636. {
  2637. "type": "consulting",
  2638. "url": "https://feross.org/support"
  2639. }
  2640. ],
  2641. "license": "MIT"
  2642. },
  2643. "node_modules/bcrypt-pbkdf": {
  2644. "version": "1.0.2",
  2645. "resolved": "https://registry.npmmirror.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
  2646. "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==",
  2647. "license": "BSD-3-Clause",
  2648. "dependencies": {
  2649. "tweetnacl": "^0.14.3"
  2650. }
  2651. },
  2652. "node_modules/bcryptjs": {
  2653. "version": "2.4.3",
  2654. "resolved": "https://registry.npmmirror.com/bcryptjs/-/bcryptjs-2.4.3.tgz",
  2655. "integrity": "sha512-V/Hy/X9Vt7f3BbPJEi8BdVFMByHi+jNXrYkW3huaybV/kQ0KJg0Y6PkEMbn+zeT+i+SiKZ/HMqJGIIt4LZDqNQ==",
  2656. "license": "MIT"
  2657. },
  2658. "node_modules/bignumber.js": {
  2659. "version": "9.1.2",
  2660. "resolved": "https://registry.npmmirror.com/bignumber.js/-/bignumber.js-9.1.2.tgz",
  2661. "integrity": "sha512-2/mKyZH9K85bzOEfhXDBFZTGd1CTs+5IHpeFQo9luiBG7hghdC851Pj2WAhb6E3R6b9tZj/XKhbg4fum+Kepug==",
  2662. "license": "MIT",
  2663. "optional": true,
  2664. "engines": {
  2665. "node": "*"
  2666. }
  2667. },
  2668. "node_modules/bl": {
  2669. "version": "4.1.0",
  2670. "resolved": "https://registry.npmmirror.com/bl/-/bl-4.1.0.tgz",
  2671. "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
  2672. "license": "MIT",
  2673. "dependencies": {
  2674. "buffer": "^5.5.0",
  2675. "inherits": "^2.0.4",
  2676. "readable-stream": "^3.4.0"
  2677. }
  2678. },
  2679. "node_modules/bn.js": {
  2680. "version": "4.12.1",
  2681. "resolved": "https://registry.npmmirror.com/bn.js/-/bn.js-4.12.1.tgz",
  2682. "integrity": "sha512-k8TVBiPkPJT9uHLdOKfFpqcfprwBFOAAXXozRubr7R7PfIuKvQlzcI4M0pALeqXN09vdaMbUdUj+pass+uULAg==",
  2683. "license": "MIT"
  2684. },
  2685. "node_modules/body-parser": {
  2686. "version": "1.20.3",
  2687. "resolved": "https://registry.npmmirror.com/body-parser/-/body-parser-1.20.3.tgz",
  2688. "integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==",
  2689. "license": "MIT",
  2690. "dependencies": {
  2691. "bytes": "3.1.2",
  2692. "content-type": "~1.0.5",
  2693. "debug": "2.6.9",
  2694. "depd": "2.0.0",
  2695. "destroy": "1.2.0",
  2696. "http-errors": "2.0.0",
  2697. "iconv-lite": "0.4.24",
  2698. "on-finished": "2.4.1",
  2699. "qs": "6.13.0",
  2700. "raw-body": "2.5.2",
  2701. "type-is": "~1.6.18",
  2702. "unpipe": "1.0.0"
  2703. },
  2704. "engines": {
  2705. "node": ">= 0.8",
  2706. "npm": "1.2.8000 || >= 1.4.16"
  2707. }
  2708. },
  2709. "node_modules/brace-expansion": {
  2710. "version": "1.1.11",
  2711. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
  2712. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  2713. "license": "MIT",
  2714. "peer": true,
  2715. "dependencies": {
  2716. "balanced-match": "^1.0.0",
  2717. "concat-map": "0.0.1"
  2718. }
  2719. },
  2720. "node_modules/browserslist": {
  2721. "version": "4.24.2",
  2722. "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.24.2.tgz",
  2723. "integrity": "sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==",
  2724. "funding": [
  2725. {
  2726. "type": "opencollective",
  2727. "url": "https://opencollective.com/browserslist"
  2728. },
  2729. {
  2730. "type": "tidelift",
  2731. "url": "https://tidelift.com/funding/github/npm/browserslist"
  2732. },
  2733. {
  2734. "type": "github",
  2735. "url": "https://github.com/sponsors/ai"
  2736. }
  2737. ],
  2738. "license": "MIT",
  2739. "peer": true,
  2740. "dependencies": {
  2741. "caniuse-lite": "^1.0.30001669",
  2742. "electron-to-chromium": "^1.5.41",
  2743. "node-releases": "^2.0.18",
  2744. "update-browserslist-db": "^1.1.1"
  2745. },
  2746. "bin": {
  2747. "browserslist": "cli.js"
  2748. },
  2749. "engines": {
  2750. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  2751. }
  2752. },
  2753. "node_modules/bson": {
  2754. "version": "5.5.1",
  2755. "resolved": "https://registry.npmmirror.com/bson/-/bson-5.5.1.tgz",
  2756. "integrity": "sha512-ix0EwukN2EpC0SRWIj/7B5+A6uQMQy6KMREI9qQqvgpkV2frH63T0UDVd1SYedL6dNCmDBYB3QtXi4ISk9YT+g==",
  2757. "license": "Apache-2.0",
  2758. "engines": {
  2759. "node": ">=14.20.1"
  2760. }
  2761. },
  2762. "node_modules/buffer": {
  2763. "version": "5.7.1",
  2764. "resolved": "https://registry.npmmirror.com/buffer/-/buffer-5.7.1.tgz",
  2765. "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
  2766. "funding": [
  2767. {
  2768. "type": "github",
  2769. "url": "https://github.com/sponsors/feross"
  2770. },
  2771. {
  2772. "type": "patreon",
  2773. "url": "https://www.patreon.com/feross"
  2774. },
  2775. {
  2776. "type": "consulting",
  2777. "url": "https://feross.org/support"
  2778. }
  2779. ],
  2780. "license": "MIT",
  2781. "dependencies": {
  2782. "base64-js": "^1.3.1",
  2783. "ieee754": "^1.1.13"
  2784. }
  2785. },
  2786. "node_modules/buffer-equal-constant-time": {
  2787. "version": "1.0.1",
  2788. "resolved": "https://registry.npmmirror.com/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz",
  2789. "integrity": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==",
  2790. "license": "BSD-3-Clause"
  2791. },
  2792. "node_modules/busboy": {
  2793. "version": "1.6.0",
  2794. "resolved": "https://registry.npmmirror.com/busboy/-/busboy-1.6.0.tgz",
  2795. "integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==",
  2796. "dependencies": {
  2797. "streamsearch": "^1.1.0"
  2798. },
  2799. "engines": {
  2800. "node": ">=10.16.0"
  2801. }
  2802. },
  2803. "node_modules/bytes": {
  2804. "version": "3.1.2",
  2805. "resolved": "https://registry.npmmirror.com/bytes/-/bytes-3.1.2.tgz",
  2806. "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
  2807. "license": "MIT",
  2808. "engines": {
  2809. "node": ">= 0.8"
  2810. }
  2811. },
  2812. "node_modules/call-bind": {
  2813. "version": "1.0.8",
  2814. "resolved": "https://registry.npmmirror.com/call-bind/-/call-bind-1.0.8.tgz",
  2815. "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
  2816. "license": "MIT",
  2817. "dependencies": {
  2818. "call-bind-apply-helpers": "^1.0.0",
  2819. "es-define-property": "^1.0.0",
  2820. "get-intrinsic": "^1.2.4",
  2821. "set-function-length": "^1.2.2"
  2822. },
  2823. "engines": {
  2824. "node": ">= 0.4"
  2825. },
  2826. "funding": {
  2827. "url": "https://github.com/sponsors/ljharb"
  2828. }
  2829. },
  2830. "node_modules/call-bind-apply-helpers": {
  2831. "version": "1.0.1",
  2832. "resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.1.tgz",
  2833. "integrity": "sha512-BhYE+WDaywFg2TBWYNXAE+8B1ATnThNBqXHP5nQu0jWJdVvY2hvkpyB3qOmtmDePiS5/BDQ8wASEWGMWRG148g==",
  2834. "license": "MIT",
  2835. "dependencies": {
  2836. "es-errors": "^1.3.0",
  2837. "function-bind": "^1.1.2"
  2838. },
  2839. "engines": {
  2840. "node": ">= 0.4"
  2841. }
  2842. },
  2843. "node_modules/callsites": {
  2844. "version": "3.1.0",
  2845. "resolved": "https://registry.npmmirror.com/callsites/-/callsites-3.1.0.tgz",
  2846. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  2847. "license": "MIT",
  2848. "peer": true,
  2849. "engines": {
  2850. "node": ">=6"
  2851. }
  2852. },
  2853. "node_modules/caniuse-lite": {
  2854. "version": "1.0.30001687",
  2855. "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001687.tgz",
  2856. "integrity": "sha512-0S/FDhf4ZiqrTUiQ39dKeUjYRjkv7lOZU1Dgif2rIqrTzX/1wV2hfKu9TOm1IHkdSijfLswxTFzl/cvir+SLSQ==",
  2857. "funding": [
  2858. {
  2859. "type": "opencollective",
  2860. "url": "https://opencollective.com/browserslist"
  2861. },
  2862. {
  2863. "type": "tidelift",
  2864. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  2865. },
  2866. {
  2867. "type": "github",
  2868. "url": "https://github.com/sponsors/ai"
  2869. }
  2870. ],
  2871. "license": "CC-BY-4.0",
  2872. "peer": true
  2873. },
  2874. "node_modules/caseless": {
  2875. "version": "0.12.0",
  2876. "resolved": "https://registry.npmmirror.com/caseless/-/caseless-0.12.0.tgz",
  2877. "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==",
  2878. "license": "Apache-2.0"
  2879. },
  2880. "node_modules/chalk": {
  2881. "version": "4.1.2",
  2882. "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz",
  2883. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  2884. "license": "MIT",
  2885. "peer": true,
  2886. "dependencies": {
  2887. "ansi-styles": "^4.1.0",
  2888. "supports-color": "^7.1.0"
  2889. },
  2890. "engines": {
  2891. "node": ">=10"
  2892. },
  2893. "funding": {
  2894. "url": "https://github.com/chalk/chalk?sponsor=1"
  2895. }
  2896. },
  2897. "node_modules/chownr": {
  2898. "version": "1.1.4",
  2899. "resolved": "https://registry.npmmirror.com/chownr/-/chownr-1.1.4.tgz",
  2900. "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==",
  2901. "license": "ISC"
  2902. },
  2903. "node_modules/cli-color": {
  2904. "version": "2.0.4",
  2905. "resolved": "https://registry.npmmirror.com/cli-color/-/cli-color-2.0.4.tgz",
  2906. "integrity": "sha512-zlnpg0jNcibNrO7GG9IeHH7maWFeCz+Ja1wx/7tZNU5ASSSSZ+/qZciM0/LHCYxSdqv5h2sdbQ/PXYdOuetXvA==",
  2907. "license": "ISC",
  2908. "dependencies": {
  2909. "d": "^1.0.1",
  2910. "es5-ext": "^0.10.64",
  2911. "es6-iterator": "^2.0.3",
  2912. "memoizee": "^0.4.15",
  2913. "timers-ext": "^0.1.7"
  2914. },
  2915. "engines": {
  2916. "node": ">=0.10"
  2917. }
  2918. },
  2919. "node_modules/cliui": {
  2920. "version": "8.0.1",
  2921. "resolved": "https://registry.npmmirror.com/cliui/-/cliui-8.0.1.tgz",
  2922. "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
  2923. "license": "ISC",
  2924. "optional": true,
  2925. "dependencies": {
  2926. "string-width": "^4.2.0",
  2927. "strip-ansi": "^6.0.1",
  2928. "wrap-ansi": "^7.0.0"
  2929. },
  2930. "engines": {
  2931. "node": ">=12"
  2932. }
  2933. },
  2934. "node_modules/cluster-key-slot": {
  2935. "version": "1.1.2",
  2936. "resolved": "https://registry.npmmirror.com/cluster-key-slot/-/cluster-key-slot-1.1.2.tgz",
  2937. "integrity": "sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==",
  2938. "license": "Apache-2.0",
  2939. "engines": {
  2940. "node": ">=0.10.0"
  2941. }
  2942. },
  2943. "node_modules/color": {
  2944. "version": "3.2.1",
  2945. "resolved": "https://registry.npmmirror.com/color/-/color-3.2.1.tgz",
  2946. "integrity": "sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==",
  2947. "license": "MIT",
  2948. "dependencies": {
  2949. "color-convert": "^1.9.3",
  2950. "color-string": "^1.6.0"
  2951. }
  2952. },
  2953. "node_modules/color-convert": {
  2954. "version": "2.0.1",
  2955. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
  2956. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  2957. "license": "MIT",
  2958. "dependencies": {
  2959. "color-name": "~1.1.4"
  2960. },
  2961. "engines": {
  2962. "node": ">=7.0.0"
  2963. }
  2964. },
  2965. "node_modules/color-name": {
  2966. "version": "1.1.4",
  2967. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
  2968. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  2969. "license": "MIT"
  2970. },
  2971. "node_modules/color-string": {
  2972. "version": "1.9.1",
  2973. "resolved": "https://registry.npmmirror.com/color-string/-/color-string-1.9.1.tgz",
  2974. "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
  2975. "license": "MIT",
  2976. "dependencies": {
  2977. "color-name": "^1.0.0",
  2978. "simple-swizzle": "^0.2.2"
  2979. }
  2980. },
  2981. "node_modules/color-support": {
  2982. "version": "1.1.3",
  2983. "resolved": "https://registry.npmmirror.com/color-support/-/color-support-1.1.3.tgz",
  2984. "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==",
  2985. "license": "ISC",
  2986. "bin": {
  2987. "color-support": "bin.js"
  2988. }
  2989. },
  2990. "node_modules/color/node_modules/color-convert": {
  2991. "version": "1.9.3",
  2992. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-1.9.3.tgz",
  2993. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  2994. "license": "MIT",
  2995. "dependencies": {
  2996. "color-name": "1.1.3"
  2997. }
  2998. },
  2999. "node_modules/color/node_modules/color-name": {
  3000. "version": "1.1.3",
  3001. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.3.tgz",
  3002. "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
  3003. "license": "MIT"
  3004. },
  3005. "node_modules/colorspace": {
  3006. "version": "1.1.4",
  3007. "resolved": "https://registry.npmmirror.com/colorspace/-/colorspace-1.1.4.tgz",
  3008. "integrity": "sha512-BgvKJiuVu1igBUF2kEjRCZXol6wiiGbY5ipL/oVPwm0BL9sIpMIzM8IK7vwuxIIzOXMV3Ey5w+vxhm0rR/TN8w==",
  3009. "license": "MIT",
  3010. "dependencies": {
  3011. "color": "^3.1.3",
  3012. "text-hex": "1.0.x"
  3013. }
  3014. },
  3015. "node_modules/combined-stream": {
  3016. "version": "1.0.8",
  3017. "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz",
  3018. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  3019. "license": "MIT",
  3020. "dependencies": {
  3021. "delayed-stream": "~1.0.0"
  3022. },
  3023. "engines": {
  3024. "node": ">= 0.8"
  3025. }
  3026. },
  3027. "node_modules/commander": {
  3028. "version": "12.1.0",
  3029. "resolved": "https://registry.npmmirror.com/commander/-/commander-12.1.0.tgz",
  3030. "integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==",
  3031. "license": "MIT",
  3032. "engines": {
  3033. "node": ">=18"
  3034. }
  3035. },
  3036. "node_modules/concat-map": {
  3037. "version": "0.0.1",
  3038. "resolved": "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz",
  3039. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  3040. "license": "MIT",
  3041. "peer": true
  3042. },
  3043. "node_modules/console-control-strings": {
  3044. "version": "1.1.0",
  3045. "resolved": "https://registry.npmmirror.com/console-control-strings/-/console-control-strings-1.1.0.tgz",
  3046. "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==",
  3047. "license": "ISC"
  3048. },
  3049. "node_modules/content-disposition": {
  3050. "version": "0.5.4",
  3051. "resolved": "https://registry.npmmirror.com/content-disposition/-/content-disposition-0.5.4.tgz",
  3052. "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
  3053. "license": "MIT",
  3054. "dependencies": {
  3055. "safe-buffer": "5.2.1"
  3056. },
  3057. "engines": {
  3058. "node": ">= 0.6"
  3059. }
  3060. },
  3061. "node_modules/content-type": {
  3062. "version": "1.0.5",
  3063. "resolved": "https://registry.npmmirror.com/content-type/-/content-type-1.0.5.tgz",
  3064. "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
  3065. "license": "MIT",
  3066. "engines": {
  3067. "node": ">= 0.6"
  3068. }
  3069. },
  3070. "node_modules/convert-source-map": {
  3071. "version": "2.0.0",
  3072. "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz",
  3073. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  3074. "license": "MIT",
  3075. "peer": true
  3076. },
  3077. "node_modules/cookie": {
  3078. "version": "0.7.1",
  3079. "resolved": "https://registry.npmmirror.com/cookie/-/cookie-0.7.1.tgz",
  3080. "integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==",
  3081. "license": "MIT",
  3082. "engines": {
  3083. "node": ">= 0.6"
  3084. }
  3085. },
  3086. "node_modules/cookie-signature": {
  3087. "version": "1.0.6",
  3088. "resolved": "https://registry.npmmirror.com/cookie-signature/-/cookie-signature-1.0.6.tgz",
  3089. "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==",
  3090. "license": "MIT"
  3091. },
  3092. "node_modules/core-js-pure": {
  3093. "version": "3.39.0",
  3094. "resolved": "https://registry.npmmirror.com/core-js-pure/-/core-js-pure-3.39.0.tgz",
  3095. "integrity": "sha512-7fEcWwKI4rJinnK+wLTezeg2smbFFdSBP6E2kQZNbnzM2s1rpKQ6aaRteZSSg7FLU3P0HGGVo/gbpfanU36urg==",
  3096. "hasInstallScript": true,
  3097. "license": "MIT",
  3098. "funding": {
  3099. "type": "opencollective",
  3100. "url": "https://opencollective.com/core-js"
  3101. }
  3102. },
  3103. "node_modules/core-util-is": {
  3104. "version": "1.0.2",
  3105. "resolved": "https://registry.npmmirror.com/core-util-is/-/core-util-is-1.0.2.tgz",
  3106. "integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==",
  3107. "license": "MIT"
  3108. },
  3109. "node_modules/cors": {
  3110. "version": "2.8.5",
  3111. "resolved": "https://registry.npmmirror.com/cors/-/cors-2.8.5.tgz",
  3112. "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==",
  3113. "license": "MIT",
  3114. "dependencies": {
  3115. "object-assign": "^4",
  3116. "vary": "^1"
  3117. },
  3118. "engines": {
  3119. "node": ">= 0.10"
  3120. }
  3121. },
  3122. "node_modules/cross-inspect": {
  3123. "version": "1.0.1",
  3124. "resolved": "https://registry.npmmirror.com/cross-inspect/-/cross-inspect-1.0.1.tgz",
  3125. "integrity": "sha512-Pcw1JTvZLSJH83iiGWt6fRcT+BjZlCDRVwYLbUcHzv/CRpB7r0MlSrGbIyQvVSNyGnbt7G4AXuyCiDR3POvZ1A==",
  3126. "license": "MIT",
  3127. "dependencies": {
  3128. "tslib": "^2.4.0"
  3129. },
  3130. "engines": {
  3131. "node": ">=16.0.0"
  3132. }
  3133. },
  3134. "node_modules/cross-spawn": {
  3135. "version": "7.0.6",
  3136. "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.6.tgz",
  3137. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  3138. "license": "MIT",
  3139. "peer": true,
  3140. "dependencies": {
  3141. "path-key": "^3.1.0",
  3142. "shebang-command": "^2.0.0",
  3143. "which": "^2.0.1"
  3144. },
  3145. "engines": {
  3146. "node": ">= 8"
  3147. }
  3148. },
  3149. "node_modules/crypto-js": {
  3150. "version": "4.2.0",
  3151. "resolved": "https://registry.npmmirror.com/crypto-js/-/crypto-js-4.2.0.tgz",
  3152. "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==",
  3153. "license": "MIT",
  3154. "optional": true
  3155. },
  3156. "node_modules/d": {
  3157. "version": "1.0.2",
  3158. "resolved": "https://registry.npmmirror.com/d/-/d-1.0.2.tgz",
  3159. "integrity": "sha512-MOqHvMWF9/9MX6nza0KgvFH4HpMU0EF5uUDXqX/BtxtU8NfB0QzRtJ8Oe/6SuS4kbhyzVJwjd97EA4PKrzJ8bw==",
  3160. "license": "ISC",
  3161. "dependencies": {
  3162. "es5-ext": "^0.10.64",
  3163. "type": "^2.7.2"
  3164. },
  3165. "engines": {
  3166. "node": ">=0.12"
  3167. }
  3168. },
  3169. "node_modules/dashdash": {
  3170. "version": "1.14.1",
  3171. "resolved": "https://registry.npmmirror.com/dashdash/-/dashdash-1.14.1.tgz",
  3172. "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==",
  3173. "license": "MIT",
  3174. "dependencies": {
  3175. "assert-plus": "^1.0.0"
  3176. },
  3177. "engines": {
  3178. "node": ">=0.10"
  3179. }
  3180. },
  3181. "node_modules/debug": {
  3182. "version": "2.6.9",
  3183. "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz",
  3184. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  3185. "license": "MIT",
  3186. "dependencies": {
  3187. "ms": "2.0.0"
  3188. }
  3189. },
  3190. "node_modules/decompress-response": {
  3191. "version": "6.0.0",
  3192. "resolved": "https://registry.npmmirror.com/decompress-response/-/decompress-response-6.0.0.tgz",
  3193. "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==",
  3194. "license": "MIT",
  3195. "dependencies": {
  3196. "mimic-response": "^3.1.0"
  3197. },
  3198. "engines": {
  3199. "node": ">=10"
  3200. },
  3201. "funding": {
  3202. "url": "https://github.com/sponsors/sindresorhus"
  3203. }
  3204. },
  3205. "node_modules/deep-extend": {
  3206. "version": "0.6.0",
  3207. "resolved": "https://registry.npmmirror.com/deep-extend/-/deep-extend-0.6.0.tgz",
  3208. "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
  3209. "license": "MIT",
  3210. "engines": {
  3211. "node": ">=4.0.0"
  3212. }
  3213. },
  3214. "node_modules/deep-is": {
  3215. "version": "0.1.4",
  3216. "resolved": "https://registry.npmmirror.com/deep-is/-/deep-is-0.1.4.tgz",
  3217. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  3218. "license": "MIT",
  3219. "peer": true
  3220. },
  3221. "node_modules/deepcopy": {
  3222. "version": "2.1.0",
  3223. "resolved": "https://registry.npmmirror.com/deepcopy/-/deepcopy-2.1.0.tgz",
  3224. "integrity": "sha512-8cZeTb1ZKC3bdSCP6XOM1IsTczIO73fdqtwa2B0N15eAz7gmyhQo+mc5gnFuulsgN3vIQYmTgbmQVKalH1dKvQ==",
  3225. "license": "MIT",
  3226. "dependencies": {
  3227. "type-detect": "^4.0.8"
  3228. }
  3229. },
  3230. "node_modules/define-data-property": {
  3231. "version": "1.1.4",
  3232. "resolved": "https://registry.npmmirror.com/define-data-property/-/define-data-property-1.1.4.tgz",
  3233. "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
  3234. "license": "MIT",
  3235. "dependencies": {
  3236. "es-define-property": "^1.0.0",
  3237. "es-errors": "^1.3.0",
  3238. "gopd": "^1.0.1"
  3239. },
  3240. "engines": {
  3241. "node": ">= 0.4"
  3242. },
  3243. "funding": {
  3244. "url": "https://github.com/sponsors/ljharb"
  3245. }
  3246. },
  3247. "node_modules/delayed-stream": {
  3248. "version": "1.0.0",
  3249. "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz",
  3250. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  3251. "license": "MIT",
  3252. "engines": {
  3253. "node": ">=0.4.0"
  3254. }
  3255. },
  3256. "node_modules/depd": {
  3257. "version": "2.0.0",
  3258. "resolved": "https://registry.npmmirror.com/depd/-/depd-2.0.0.tgz",
  3259. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  3260. "license": "MIT",
  3261. "engines": {
  3262. "node": ">= 0.8"
  3263. }
  3264. },
  3265. "node_modules/destroy": {
  3266. "version": "1.2.0",
  3267. "resolved": "https://registry.npmmirror.com/destroy/-/destroy-1.2.0.tgz",
  3268. "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
  3269. "license": "MIT",
  3270. "engines": {
  3271. "node": ">= 0.8",
  3272. "npm": "1.2.8000 || >= 1.4.16"
  3273. }
  3274. },
  3275. "node_modules/detect-libc": {
  3276. "version": "2.0.3",
  3277. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.0.3.tgz",
  3278. "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==",
  3279. "license": "Apache-2.0",
  3280. "engines": {
  3281. "node": ">=8"
  3282. }
  3283. },
  3284. "node_modules/dset": {
  3285. "version": "3.1.4",
  3286. "resolved": "https://registry.npmmirror.com/dset/-/dset-3.1.4.tgz",
  3287. "integrity": "sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==",
  3288. "license": "MIT",
  3289. "engines": {
  3290. "node": ">=4"
  3291. }
  3292. },
  3293. "node_modules/dunder-proto": {
  3294. "version": "1.0.0",
  3295. "resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.0.tgz",
  3296. "integrity": "sha512-9+Sj30DIu+4KvHqMfLUGLFYL2PkURSYMVXJyXe92nFRvlYq5hBjLEhblKB+vkd/WVlUYMWigiY07T91Fkk0+4A==",
  3297. "license": "MIT",
  3298. "dependencies": {
  3299. "call-bind-apply-helpers": "^1.0.0",
  3300. "es-errors": "^1.3.0",
  3301. "gopd": "^1.2.0"
  3302. },
  3303. "engines": {
  3304. "node": ">= 0.4"
  3305. }
  3306. },
  3307. "node_modules/duplexify": {
  3308. "version": "4.1.3",
  3309. "resolved": "https://registry.npmmirror.com/duplexify/-/duplexify-4.1.3.tgz",
  3310. "integrity": "sha512-M3BmBhwJRZsSx38lZyhE53Csddgzl5R7xGJNk7CVddZD6CcmwMCH8J+7AprIrQKH7TonKxaCjcv27Qmf+sQ+oA==",
  3311. "license": "MIT",
  3312. "optional": true,
  3313. "dependencies": {
  3314. "end-of-stream": "^1.4.1",
  3315. "inherits": "^2.0.3",
  3316. "readable-stream": "^3.1.1",
  3317. "stream-shift": "^1.0.2"
  3318. }
  3319. },
  3320. "node_modules/ecc-jsbn": {
  3321. "version": "0.1.2",
  3322. "resolved": "https://registry.npmmirror.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz",
  3323. "integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==",
  3324. "license": "MIT",
  3325. "dependencies": {
  3326. "jsbn": "~0.1.0",
  3327. "safer-buffer": "^2.1.0"
  3328. }
  3329. },
  3330. "node_modules/ecc-jsbn/node_modules/jsbn": {
  3331. "version": "0.1.1",
  3332. "resolved": "https://registry.npmmirror.com/jsbn/-/jsbn-0.1.1.tgz",
  3333. "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==",
  3334. "license": "MIT"
  3335. },
  3336. "node_modules/ecdsa-sig-formatter": {
  3337. "version": "1.0.11",
  3338. "resolved": "https://registry.npmmirror.com/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz",
  3339. "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==",
  3340. "license": "Apache-2.0",
  3341. "dependencies": {
  3342. "safe-buffer": "^5.0.1"
  3343. }
  3344. },
  3345. "node_modules/ee-first": {
  3346. "version": "1.1.1",
  3347. "resolved": "https://registry.npmmirror.com/ee-first/-/ee-first-1.1.1.tgz",
  3348. "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
  3349. "license": "MIT"
  3350. },
  3351. "node_modules/electron-to-chromium": {
  3352. "version": "1.5.72",
  3353. "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.72.tgz",
  3354. "integrity": "sha512-ZpSAUOZ2Izby7qnZluSrAlGgGQzucmFbN0n64dYzocYxnxV5ufurpj3VgEe4cUp7ir9LmeLxNYo8bVnlM8bQHw==",
  3355. "license": "ISC",
  3356. "peer": true
  3357. },
  3358. "node_modules/emoji-regex": {
  3359. "version": "8.0.0",
  3360. "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz",
  3361. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  3362. "license": "MIT"
  3363. },
  3364. "node_modules/enabled": {
  3365. "version": "2.0.0",
  3366. "resolved": "https://registry.npmmirror.com/enabled/-/enabled-2.0.0.tgz",
  3367. "integrity": "sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ==",
  3368. "license": "MIT"
  3369. },
  3370. "node_modules/encodeurl": {
  3371. "version": "2.0.0",
  3372. "resolved": "https://registry.npmmirror.com/encodeurl/-/encodeurl-2.0.0.tgz",
  3373. "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
  3374. "license": "MIT",
  3375. "engines": {
  3376. "node": ">= 0.8"
  3377. }
  3378. },
  3379. "node_modules/end-of-stream": {
  3380. "version": "1.4.4",
  3381. "resolved": "https://registry.npmmirror.com/end-of-stream/-/end-of-stream-1.4.4.tgz",
  3382. "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
  3383. "license": "MIT",
  3384. "dependencies": {
  3385. "once": "^1.4.0"
  3386. }
  3387. },
  3388. "node_modules/err-code": {
  3389. "version": "2.0.3",
  3390. "resolved": "https://registry.npmmirror.com/err-code/-/err-code-2.0.3.tgz",
  3391. "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==",
  3392. "license": "MIT"
  3393. },
  3394. "node_modules/es-define-property": {
  3395. "version": "1.0.1",
  3396. "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz",
  3397. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  3398. "license": "MIT",
  3399. "engines": {
  3400. "node": ">= 0.4"
  3401. }
  3402. },
  3403. "node_modules/es-errors": {
  3404. "version": "1.3.0",
  3405. "resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
  3406. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  3407. "license": "MIT",
  3408. "engines": {
  3409. "node": ">= 0.4"
  3410. }
  3411. },
  3412. "node_modules/es5-ext": {
  3413. "version": "0.10.64",
  3414. "resolved": "https://registry.npmmirror.com/es5-ext/-/es5-ext-0.10.64.tgz",
  3415. "integrity": "sha512-p2snDhiLaXe6dahss1LddxqEm+SkuDvV8dnIQG0MWjyHpcMNfXKPE+/Cc0y+PhxJX3A4xGNeFCj5oc0BUh6deg==",
  3416. "hasInstallScript": true,
  3417. "license": "ISC",
  3418. "dependencies": {
  3419. "es6-iterator": "^2.0.3",
  3420. "es6-symbol": "^3.1.3",
  3421. "esniff": "^2.0.1",
  3422. "next-tick": "^1.1.0"
  3423. },
  3424. "engines": {
  3425. "node": ">=0.10"
  3426. }
  3427. },
  3428. "node_modules/es6-iterator": {
  3429. "version": "2.0.3",
  3430. "resolved": "https://registry.npmmirror.com/es6-iterator/-/es6-iterator-2.0.3.tgz",
  3431. "integrity": "sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==",
  3432. "license": "MIT",
  3433. "dependencies": {
  3434. "d": "1",
  3435. "es5-ext": "^0.10.35",
  3436. "es6-symbol": "^3.1.1"
  3437. }
  3438. },
  3439. "node_modules/es6-symbol": {
  3440. "version": "3.1.4",
  3441. "resolved": "https://registry.npmmirror.com/es6-symbol/-/es6-symbol-3.1.4.tgz",
  3442. "integrity": "sha512-U9bFFjX8tFiATgtkJ1zg25+KviIXpgRvRHS8sau3GfhVzThRQrOeksPeT0BWW2MNZs1OEWJ1DPXOQMn0KKRkvg==",
  3443. "license": "ISC",
  3444. "dependencies": {
  3445. "d": "^1.0.2",
  3446. "ext": "^1.7.0"
  3447. },
  3448. "engines": {
  3449. "node": ">=0.12"
  3450. }
  3451. },
  3452. "node_modules/es6-weak-map": {
  3453. "version": "2.0.3",
  3454. "resolved": "https://registry.npmmirror.com/es6-weak-map/-/es6-weak-map-2.0.3.tgz",
  3455. "integrity": "sha512-p5um32HOTO1kP+w7PRnB+5lQ43Z6muuMuIMffvDN8ZB4GcnjLBV6zGStpbASIMk4DCAvEaamhe2zhyCb/QXXsA==",
  3456. "license": "ISC",
  3457. "dependencies": {
  3458. "d": "1",
  3459. "es5-ext": "^0.10.46",
  3460. "es6-iterator": "^2.0.3",
  3461. "es6-symbol": "^3.1.1"
  3462. }
  3463. },
  3464. "node_modules/escalade": {
  3465. "version": "3.2.0",
  3466. "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
  3467. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  3468. "license": "MIT",
  3469. "engines": {
  3470. "node": ">=6"
  3471. }
  3472. },
  3473. "node_modules/escape-html": {
  3474. "version": "1.0.3",
  3475. "resolved": "https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz",
  3476. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
  3477. "license": "MIT"
  3478. },
  3479. "node_modules/escape-string-regexp": {
  3480. "version": "4.0.0",
  3481. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  3482. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  3483. "license": "MIT",
  3484. "peer": true,
  3485. "engines": {
  3486. "node": ">=10"
  3487. },
  3488. "funding": {
  3489. "url": "https://github.com/sponsors/sindresorhus"
  3490. }
  3491. },
  3492. "node_modules/eslint": {
  3493. "version": "9.16.0",
  3494. "resolved": "https://registry.npmmirror.com/eslint/-/eslint-9.16.0.tgz",
  3495. "integrity": "sha512-whp8mSQI4C8VXd+fLgSM0lh3UlmcFtVwUQjyKCFfsp+2ItAIYhlq/hqGahGqHE6cv9unM41VlqKk2VtKYR2TaA==",
  3496. "license": "MIT",
  3497. "peer": true,
  3498. "dependencies": {
  3499. "@eslint-community/eslint-utils": "^4.2.0",
  3500. "@eslint-community/regexpp": "^4.12.1",
  3501. "@eslint/config-array": "^0.19.0",
  3502. "@eslint/core": "^0.9.0",
  3503. "@eslint/eslintrc": "^3.2.0",
  3504. "@eslint/js": "9.16.0",
  3505. "@eslint/plugin-kit": "^0.2.3",
  3506. "@humanfs/node": "^0.16.6",
  3507. "@humanwhocodes/module-importer": "^1.0.1",
  3508. "@humanwhocodes/retry": "^0.4.1",
  3509. "@types/estree": "^1.0.6",
  3510. "@types/json-schema": "^7.0.15",
  3511. "ajv": "^6.12.4",
  3512. "chalk": "^4.0.0",
  3513. "cross-spawn": "^7.0.5",
  3514. "debug": "^4.3.2",
  3515. "escape-string-regexp": "^4.0.0",
  3516. "eslint-scope": "^8.2.0",
  3517. "eslint-visitor-keys": "^4.2.0",
  3518. "espree": "^10.3.0",
  3519. "esquery": "^1.5.0",
  3520. "esutils": "^2.0.2",
  3521. "fast-deep-equal": "^3.1.3",
  3522. "file-entry-cache": "^8.0.0",
  3523. "find-up": "^5.0.0",
  3524. "glob-parent": "^6.0.2",
  3525. "ignore": "^5.2.0",
  3526. "imurmurhash": "^0.1.4",
  3527. "is-glob": "^4.0.0",
  3528. "json-stable-stringify-without-jsonify": "^1.0.1",
  3529. "lodash.merge": "^4.6.2",
  3530. "minimatch": "^3.1.2",
  3531. "natural-compare": "^1.4.0",
  3532. "optionator": "^0.9.3"
  3533. },
  3534. "bin": {
  3535. "eslint": "bin/eslint.js"
  3536. },
  3537. "engines": {
  3538. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3539. },
  3540. "funding": {
  3541. "url": "https://eslint.org/donate"
  3542. },
  3543. "peerDependencies": {
  3544. "jiti": "*"
  3545. },
  3546. "peerDependenciesMeta": {
  3547. "jiti": {
  3548. "optional": true
  3549. }
  3550. }
  3551. },
  3552. "node_modules/eslint-scope": {
  3553. "version": "5.1.1",
  3554. "resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-5.1.1.tgz",
  3555. "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
  3556. "license": "BSD-2-Clause",
  3557. "dependencies": {
  3558. "esrecurse": "^4.3.0",
  3559. "estraverse": "^4.1.1"
  3560. },
  3561. "engines": {
  3562. "node": ">=8.0.0"
  3563. }
  3564. },
  3565. "node_modules/eslint-visitor-keys": {
  3566. "version": "2.1.0",
  3567. "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
  3568. "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
  3569. "license": "Apache-2.0",
  3570. "engines": {
  3571. "node": ">=10"
  3572. }
  3573. },
  3574. "node_modules/eslint/node_modules/debug": {
  3575. "version": "4.4.0",
  3576. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.0.tgz",
  3577. "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
  3578. "license": "MIT",
  3579. "peer": true,
  3580. "dependencies": {
  3581. "ms": "^2.1.3"
  3582. },
  3583. "engines": {
  3584. "node": ">=6.0"
  3585. },
  3586. "peerDependenciesMeta": {
  3587. "supports-color": {
  3588. "optional": true
  3589. }
  3590. }
  3591. },
  3592. "node_modules/eslint/node_modules/eslint-scope": {
  3593. "version": "8.2.0",
  3594. "resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-8.2.0.tgz",
  3595. "integrity": "sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==",
  3596. "license": "BSD-2-Clause",
  3597. "peer": true,
  3598. "dependencies": {
  3599. "esrecurse": "^4.3.0",
  3600. "estraverse": "^5.2.0"
  3601. },
  3602. "engines": {
  3603. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3604. },
  3605. "funding": {
  3606. "url": "https://opencollective.com/eslint"
  3607. }
  3608. },
  3609. "node_modules/eslint/node_modules/eslint-visitor-keys": {
  3610. "version": "4.2.0",
  3611. "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
  3612. "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
  3613. "license": "Apache-2.0",
  3614. "peer": true,
  3615. "engines": {
  3616. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3617. },
  3618. "funding": {
  3619. "url": "https://opencollective.com/eslint"
  3620. }
  3621. },
  3622. "node_modules/eslint/node_modules/estraverse": {
  3623. "version": "5.3.0",
  3624. "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz",
  3625. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  3626. "license": "BSD-2-Clause",
  3627. "peer": true,
  3628. "engines": {
  3629. "node": ">=4.0"
  3630. }
  3631. },
  3632. "node_modules/eslint/node_modules/ms": {
  3633. "version": "2.1.3",
  3634. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  3635. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  3636. "license": "MIT",
  3637. "peer": true
  3638. },
  3639. "node_modules/esniff": {
  3640. "version": "2.0.1",
  3641. "resolved": "https://registry.npmmirror.com/esniff/-/esniff-2.0.1.tgz",
  3642. "integrity": "sha512-kTUIGKQ/mDPFoJ0oVfcmyJn4iBDRptjNVIzwIFR7tqWXdVI9xfA2RMwY/gbSpJG3lkdWNEjLap/NqVHZiJsdfg==",
  3643. "license": "ISC",
  3644. "dependencies": {
  3645. "d": "^1.0.1",
  3646. "es5-ext": "^0.10.62",
  3647. "event-emitter": "^0.3.5",
  3648. "type": "^2.7.2"
  3649. },
  3650. "engines": {
  3651. "node": ">=0.10"
  3652. }
  3653. },
  3654. "node_modules/espree": {
  3655. "version": "10.3.0",
  3656. "resolved": "https://registry.npmmirror.com/espree/-/espree-10.3.0.tgz",
  3657. "integrity": "sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==",
  3658. "license": "BSD-2-Clause",
  3659. "peer": true,
  3660. "dependencies": {
  3661. "acorn": "^8.14.0",
  3662. "acorn-jsx": "^5.3.2",
  3663. "eslint-visitor-keys": "^4.2.0"
  3664. },
  3665. "engines": {
  3666. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3667. },
  3668. "funding": {
  3669. "url": "https://opencollective.com/eslint"
  3670. }
  3671. },
  3672. "node_modules/espree/node_modules/eslint-visitor-keys": {
  3673. "version": "4.2.0",
  3674. "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
  3675. "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
  3676. "license": "Apache-2.0",
  3677. "peer": true,
  3678. "engines": {
  3679. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  3680. },
  3681. "funding": {
  3682. "url": "https://opencollective.com/eslint"
  3683. }
  3684. },
  3685. "node_modules/esquery": {
  3686. "version": "1.6.0",
  3687. "resolved": "https://registry.npmmirror.com/esquery/-/esquery-1.6.0.tgz",
  3688. "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
  3689. "license": "BSD-3-Clause",
  3690. "peer": true,
  3691. "dependencies": {
  3692. "estraverse": "^5.1.0"
  3693. },
  3694. "engines": {
  3695. "node": ">=0.10"
  3696. }
  3697. },
  3698. "node_modules/esquery/node_modules/estraverse": {
  3699. "version": "5.3.0",
  3700. "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz",
  3701. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  3702. "license": "BSD-2-Clause",
  3703. "peer": true,
  3704. "engines": {
  3705. "node": ">=4.0"
  3706. }
  3707. },
  3708. "node_modules/esrecurse": {
  3709. "version": "4.3.0",
  3710. "resolved": "https://registry.npmmirror.com/esrecurse/-/esrecurse-4.3.0.tgz",
  3711. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  3712. "license": "BSD-2-Clause",
  3713. "dependencies": {
  3714. "estraverse": "^5.2.0"
  3715. },
  3716. "engines": {
  3717. "node": ">=4.0"
  3718. }
  3719. },
  3720. "node_modules/esrecurse/node_modules/estraverse": {
  3721. "version": "5.3.0",
  3722. "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz",
  3723. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  3724. "license": "BSD-2-Clause",
  3725. "engines": {
  3726. "node": ">=4.0"
  3727. }
  3728. },
  3729. "node_modules/estraverse": {
  3730. "version": "4.3.0",
  3731. "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-4.3.0.tgz",
  3732. "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
  3733. "license": "BSD-2-Clause",
  3734. "engines": {
  3735. "node": ">=4.0"
  3736. }
  3737. },
  3738. "node_modules/esutils": {
  3739. "version": "2.0.3",
  3740. "resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz",
  3741. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  3742. "license": "BSD-2-Clause",
  3743. "peer": true,
  3744. "engines": {
  3745. "node": ">=0.10.0"
  3746. }
  3747. },
  3748. "node_modules/etag": {
  3749. "version": "1.8.1",
  3750. "resolved": "https://registry.npmmirror.com/etag/-/etag-1.8.1.tgz",
  3751. "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
  3752. "license": "MIT",
  3753. "engines": {
  3754. "node": ">= 0.6"
  3755. }
  3756. },
  3757. "node_modules/event-emitter": {
  3758. "version": "0.3.5",
  3759. "resolved": "https://registry.npmmirror.com/event-emitter/-/event-emitter-0.3.5.tgz",
  3760. "integrity": "sha512-D9rRn9y7kLPnJ+hMq7S/nhvoKwwvVJahBi2BPmx3bvbsEdK3W9ii8cBSGjP+72/LnM4n6fo3+dkCX5FeTQruXA==",
  3761. "license": "MIT",
  3762. "dependencies": {
  3763. "d": "1",
  3764. "es5-ext": "~0.10.14"
  3765. }
  3766. },
  3767. "node_modules/event-target-shim": {
  3768. "version": "5.0.1",
  3769. "resolved": "https://registry.npmmirror.com/event-target-shim/-/event-target-shim-5.0.1.tgz",
  3770. "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
  3771. "license": "MIT",
  3772. "optional": true,
  3773. "engines": {
  3774. "node": ">=6"
  3775. }
  3776. },
  3777. "node_modules/eventemitter3": {
  3778. "version": "3.1.2",
  3779. "resolved": "https://registry.npmmirror.com/eventemitter3/-/eventemitter3-3.1.2.tgz",
  3780. "integrity": "sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q==",
  3781. "license": "MIT"
  3782. },
  3783. "node_modules/expand-template": {
  3784. "version": "2.0.3",
  3785. "resolved": "https://registry.npmmirror.com/expand-template/-/expand-template-2.0.3.tgz",
  3786. "integrity": "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==",
  3787. "license": "(MIT OR WTFPL)",
  3788. "engines": {
  3789. "node": ">=6"
  3790. }
  3791. },
  3792. "node_modules/expo-server-sdk": {
  3793. "version": "3.10.0",
  3794. "resolved": "https://registry.npmmirror.com/expo-server-sdk/-/expo-server-sdk-3.10.0.tgz",
  3795. "integrity": "sha512-isymUVz18Syp9G+TPs2MVZ6WdMoyLw8hDLhpywOd8JqM6iGTka6Dr8Dzq7mjGQ8C8486rxLawZx/W+ps+vkjLQ==",
  3796. "license": "MIT",
  3797. "dependencies": {
  3798. "node-fetch": "^2.6.0",
  3799. "promise-limit": "^2.7.0",
  3800. "promise-retry": "^2.0.1"
  3801. }
  3802. },
  3803. "node_modules/express": {
  3804. "version": "4.21.2",
  3805. "resolved": "https://registry.npmmirror.com/express/-/express-4.21.2.tgz",
  3806. "integrity": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==",
  3807. "license": "MIT",
  3808. "dependencies": {
  3809. "accepts": "~1.3.8",
  3810. "array-flatten": "1.1.1",
  3811. "body-parser": "1.20.3",
  3812. "content-disposition": "0.5.4",
  3813. "content-type": "~1.0.4",
  3814. "cookie": "0.7.1",
  3815. "cookie-signature": "1.0.6",
  3816. "debug": "2.6.9",
  3817. "depd": "2.0.0",
  3818. "encodeurl": "~2.0.0",
  3819. "escape-html": "~1.0.3",
  3820. "etag": "~1.8.1",
  3821. "finalhandler": "1.3.1",
  3822. "fresh": "0.5.2",
  3823. "http-errors": "2.0.0",
  3824. "merge-descriptors": "1.0.3",
  3825. "methods": "~1.1.2",
  3826. "on-finished": "2.4.1",
  3827. "parseurl": "~1.3.3",
  3828. "path-to-regexp": "0.1.12",
  3829. "proxy-addr": "~2.0.7",
  3830. "qs": "6.13.0",
  3831. "range-parser": "~1.2.1",
  3832. "safe-buffer": "5.2.1",
  3833. "send": "0.19.0",
  3834. "serve-static": "1.16.2",
  3835. "setprototypeof": "1.2.0",
  3836. "statuses": "2.0.1",
  3837. "type-is": "~1.6.18",
  3838. "utils-merge": "1.0.1",
  3839. "vary": "~1.1.2"
  3840. },
  3841. "engines": {
  3842. "node": ">= 0.10.0"
  3843. },
  3844. "funding": {
  3845. "type": "opencollective",
  3846. "url": "https://opencollective.com/express"
  3847. }
  3848. },
  3849. "node_modules/express-rate-limit": {
  3850. "version": "7.3.1",
  3851. "resolved": "https://registry.npmmirror.com/express-rate-limit/-/express-rate-limit-7.3.1.tgz",
  3852. "integrity": "sha512-BbaryvkY4wEgDqLgD18/NSy2lDO2jTuT9Y8c1Mpx0X63Yz0sYd5zN6KPe7UvpuSVvV33T6RaE1o1IVZQjHMYgw==",
  3853. "license": "MIT",
  3854. "engines": {
  3855. "node": ">= 16"
  3856. },
  3857. "funding": {
  3858. "url": "https://github.com/sponsors/express-rate-limit"
  3859. },
  3860. "peerDependencies": {
  3861. "express": "4 || 5 || ^5.0.0-beta.1"
  3862. }
  3863. },
  3864. "node_modules/ext": {
  3865. "version": "1.7.0",
  3866. "resolved": "https://registry.npmmirror.com/ext/-/ext-1.7.0.tgz",
  3867. "integrity": "sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==",
  3868. "license": "ISC",
  3869. "dependencies": {
  3870. "type": "^2.7.2"
  3871. }
  3872. },
  3873. "node_modules/extend": {
  3874. "version": "3.0.2",
  3875. "resolved": "https://registry.npmmirror.com/extend/-/extend-3.0.2.tgz",
  3876. "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
  3877. "license": "MIT"
  3878. },
  3879. "node_modules/extsprintf": {
  3880. "version": "1.3.0",
  3881. "resolved": "https://registry.npmmirror.com/extsprintf/-/extsprintf-1.3.0.tgz",
  3882. "integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==",
  3883. "engines": [
  3884. "node >=0.6.0"
  3885. ],
  3886. "license": "MIT"
  3887. },
  3888. "node_modules/farmhash": {
  3889. "version": "3.3.1",
  3890. "resolved": "https://registry.npmmirror.com/farmhash/-/farmhash-3.3.1.tgz",
  3891. "integrity": "sha512-XUizHanzlr/v7suBr/o85HSakOoWh6HKXZjFYl5C2+Gj0f0rkw+XTUZzrd9odDsgI9G5tRUcF4wSbKaX04T0DQ==",
  3892. "hasInstallScript": true,
  3893. "license": "Apache-2.0",
  3894. "dependencies": {
  3895. "node-addon-api": "^5.1.0",
  3896. "prebuild-install": "^7.1.2"
  3897. },
  3898. "engines": {
  3899. "node": ">=10"
  3900. }
  3901. },
  3902. "node_modules/fast-deep-equal": {
  3903. "version": "3.1.3",
  3904. "resolved": "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  3905. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  3906. "license": "MIT"
  3907. },
  3908. "node_modules/fast-json-stable-stringify": {
  3909. "version": "2.1.0",
  3910. "resolved": "https://registry.npmmirror.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  3911. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  3912. "license": "MIT"
  3913. },
  3914. "node_modules/fast-levenshtein": {
  3915. "version": "2.0.6",
  3916. "resolved": "https://registry.npmmirror.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  3917. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  3918. "license": "MIT",
  3919. "peer": true
  3920. },
  3921. "node_modules/fast-xml-parser": {
  3922. "version": "4.5.0",
  3923. "resolved": "https://registry.npmmirror.com/fast-xml-parser/-/fast-xml-parser-4.5.0.tgz",
  3924. "integrity": "sha512-/PlTQCI96+fZMAOLMZK4CWG1ItCbfZ/0jx7UIJFChPNrx7tcEgerUgWbeieCM9MfHInUDyK8DWYZ+YrywDJuTg==",
  3925. "funding": [
  3926. {
  3927. "type": "github",
  3928. "url": "https://github.com/sponsors/NaturalIntelligence"
  3929. },
  3930. {
  3931. "type": "paypal",
  3932. "url": "https://paypal.me/naturalintelligence"
  3933. }
  3934. ],
  3935. "license": "MIT",
  3936. "optional": true,
  3937. "dependencies": {
  3938. "strnum": "^1.0.5"
  3939. },
  3940. "bin": {
  3941. "fxparser": "src/cli/cli.js"
  3942. }
  3943. },
  3944. "node_modules/faye-websocket": {
  3945. "version": "0.11.4",
  3946. "resolved": "https://registry.npmmirror.com/faye-websocket/-/faye-websocket-0.11.4.tgz",
  3947. "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==",
  3948. "license": "Apache-2.0",
  3949. "dependencies": {
  3950. "websocket-driver": ">=0.5.1"
  3951. },
  3952. "engines": {
  3953. "node": ">=0.8.0"
  3954. }
  3955. },
  3956. "node_modules/fecha": {
  3957. "version": "4.2.3",
  3958. "resolved": "https://registry.npmmirror.com/fecha/-/fecha-4.2.3.tgz",
  3959. "integrity": "sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==",
  3960. "license": "MIT"
  3961. },
  3962. "node_modules/file-entry-cache": {
  3963. "version": "8.0.0",
  3964. "resolved": "https://registry.npmmirror.com/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
  3965. "integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
  3966. "license": "MIT",
  3967. "peer": true,
  3968. "dependencies": {
  3969. "flat-cache": "^4.0.0"
  3970. },
  3971. "engines": {
  3972. "node": ">=16.0.0"
  3973. }
  3974. },
  3975. "node_modules/file-stream-rotator": {
  3976. "version": "0.6.1",
  3977. "resolved": "https://registry.npmmirror.com/file-stream-rotator/-/file-stream-rotator-0.6.1.tgz",
  3978. "integrity": "sha512-u+dBid4PvZw17PmDeRcNOtCP9CCK/9lRN2w+r1xIS7yOL9JFrIBKTvrYsxT4P0pGtThYTn++QS5ChHaUov3+zQ==",
  3979. "license": "MIT",
  3980. "dependencies": {
  3981. "moment": "^2.29.1"
  3982. }
  3983. },
  3984. "node_modules/finalhandler": {
  3985. "version": "1.3.1",
  3986. "resolved": "https://registry.npmmirror.com/finalhandler/-/finalhandler-1.3.1.tgz",
  3987. "integrity": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==",
  3988. "license": "MIT",
  3989. "dependencies": {
  3990. "debug": "2.6.9",
  3991. "encodeurl": "~2.0.0",
  3992. "escape-html": "~1.0.3",
  3993. "on-finished": "2.4.1",
  3994. "parseurl": "~1.3.3",
  3995. "statuses": "2.0.1",
  3996. "unpipe": "~1.0.0"
  3997. },
  3998. "engines": {
  3999. "node": ">= 0.8"
  4000. }
  4001. },
  4002. "node_modules/find-up": {
  4003. "version": "5.0.0",
  4004. "resolved": "https://registry.npmmirror.com/find-up/-/find-up-5.0.0.tgz",
  4005. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  4006. "license": "MIT",
  4007. "peer": true,
  4008. "dependencies": {
  4009. "locate-path": "^6.0.0",
  4010. "path-exists": "^4.0.0"
  4011. },
  4012. "engines": {
  4013. "node": ">=10"
  4014. },
  4015. "funding": {
  4016. "url": "https://github.com/sponsors/sindresorhus"
  4017. }
  4018. },
  4019. "node_modules/firebase-admin": {
  4020. "version": "12.1.1",
  4021. "resolved": "https://registry.npmmirror.com/firebase-admin/-/firebase-admin-12.1.1.tgz",
  4022. "integrity": "sha512-Nuoxk//gaYrspS7TvwBINdGvFhh2QeiaWpRW6+PJ+tWyn2/CugBc7jKa1NaBg0AvhGSOXFOCIsXhzCzHA47Rew==",
  4023. "license": "Apache-2.0",
  4024. "dependencies": {
  4025. "@fastify/busboy": "^2.1.0",
  4026. "@firebase/database-compat": "^1.0.2",
  4027. "@firebase/database-types": "^1.0.0",
  4028. "@types/node": "^20.10.3",
  4029. "farmhash": "^3.3.1",
  4030. "jsonwebtoken": "^9.0.0",
  4031. "jwks-rsa": "^3.1.0",
  4032. "long": "^5.2.3",
  4033. "node-forge": "^1.3.1",
  4034. "uuid": "^9.0.0"
  4035. },
  4036. "engines": {
  4037. "node": ">=14"
  4038. },
  4039. "optionalDependencies": {
  4040. "@google-cloud/firestore": "^7.7.0",
  4041. "@google-cloud/storage": "^7.7.0"
  4042. }
  4043. },
  4044. "node_modules/firebase-admin/node_modules/@types/node": {
  4045. "version": "20.17.9",
  4046. "resolved": "https://registry.npmmirror.com/@types/node/-/node-20.17.9.tgz",
  4047. "integrity": "sha512-0JOXkRyLanfGPE2QRCwgxhzlBAvaRdCNMcvbd7jFfpmD4eEXll7LRwy5ymJmyeZqk7Nh7eD2LeUyQ68BbndmXw==",
  4048. "license": "MIT",
  4049. "dependencies": {
  4050. "undici-types": "~6.19.2"
  4051. }
  4052. },
  4053. "node_modules/firebase-admin/node_modules/long": {
  4054. "version": "5.2.3",
  4055. "resolved": "https://registry.npmmirror.com/long/-/long-5.2.3.tgz",
  4056. "integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==",
  4057. "license": "Apache-2.0"
  4058. },
  4059. "node_modules/firebase-admin/node_modules/undici-types": {
  4060. "version": "6.19.8",
  4061. "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-6.19.8.tgz",
  4062. "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
  4063. "license": "MIT"
  4064. },
  4065. "node_modules/firebase-admin/node_modules/uuid": {
  4066. "version": "9.0.1",
  4067. "resolved": "https://registry.npmmirror.com/uuid/-/uuid-9.0.1.tgz",
  4068. "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
  4069. "funding": [
  4070. "https://github.com/sponsors/broofa",
  4071. "https://github.com/sponsors/ctavan"
  4072. ],
  4073. "license": "MIT",
  4074. "bin": {
  4075. "uuid": "dist/bin/uuid"
  4076. }
  4077. },
  4078. "node_modules/flat-cache": {
  4079. "version": "4.0.1",
  4080. "resolved": "https://registry.npmmirror.com/flat-cache/-/flat-cache-4.0.1.tgz",
  4081. "integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
  4082. "license": "MIT",
  4083. "peer": true,
  4084. "dependencies": {
  4085. "flatted": "^3.2.9",
  4086. "keyv": "^4.5.4"
  4087. },
  4088. "engines": {
  4089. "node": ">=16"
  4090. }
  4091. },
  4092. "node_modules/flatted": {
  4093. "version": "3.3.2",
  4094. "resolved": "https://registry.npmmirror.com/flatted/-/flatted-3.3.2.tgz",
  4095. "integrity": "sha512-AiwGJM8YcNOaobumgtng+6NHuOqC3A7MixFeDafM3X9cIUM+xUXoS5Vfgf+OihAYe20fxqNM9yPBXJzRtZ/4eA==",
  4096. "license": "ISC",
  4097. "peer": true
  4098. },
  4099. "node_modules/fn.name": {
  4100. "version": "1.1.0",
  4101. "resolved": "https://registry.npmmirror.com/fn.name/-/fn.name-1.1.0.tgz",
  4102. "integrity": "sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==",
  4103. "license": "MIT"
  4104. },
  4105. "node_modules/follow-redirects": {
  4106. "version": "1.15.6",
  4107. "resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.6.tgz",
  4108. "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==",
  4109. "funding": [
  4110. {
  4111. "type": "individual",
  4112. "url": "https://github.com/sponsors/RubenVerborgh"
  4113. }
  4114. ],
  4115. "license": "MIT",
  4116. "engines": {
  4117. "node": ">=4.0"
  4118. },
  4119. "peerDependenciesMeta": {
  4120. "debug": {
  4121. "optional": true
  4122. }
  4123. }
  4124. },
  4125. "node_modules/forever-agent": {
  4126. "version": "0.6.1",
  4127. "resolved": "https://registry.npmmirror.com/forever-agent/-/forever-agent-0.6.1.tgz",
  4128. "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==",
  4129. "license": "Apache-2.0",
  4130. "engines": {
  4131. "node": "*"
  4132. }
  4133. },
  4134. "node_modules/form-data": {
  4135. "version": "4.0.1",
  4136. "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.1.tgz",
  4137. "integrity": "sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==",
  4138. "license": "MIT",
  4139. "dependencies": {
  4140. "asynckit": "^0.4.0",
  4141. "combined-stream": "^1.0.8",
  4142. "mime-types": "^2.1.12"
  4143. },
  4144. "engines": {
  4145. "node": ">= 6"
  4146. }
  4147. },
  4148. "node_modules/forwarded": {
  4149. "version": "0.2.0",
  4150. "resolved": "https://registry.npmmirror.com/forwarded/-/forwarded-0.2.0.tgz",
  4151. "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
  4152. "license": "MIT",
  4153. "engines": {
  4154. "node": ">= 0.6"
  4155. }
  4156. },
  4157. "node_modules/fresh": {
  4158. "version": "0.5.2",
  4159. "resolved": "https://registry.npmmirror.com/fresh/-/fresh-0.5.2.tgz",
  4160. "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
  4161. "license": "MIT",
  4162. "engines": {
  4163. "node": ">= 0.6"
  4164. }
  4165. },
  4166. "node_modules/fs-capacitor": {
  4167. "version": "6.2.0",
  4168. "resolved": "https://registry.npmmirror.com/fs-capacitor/-/fs-capacitor-6.2.0.tgz",
  4169. "integrity": "sha512-nKcE1UduoSKX27NSZlg879LdQc94OtbOsEmKMN2MBNudXREvijRKx2GEBsTMTfws+BrbkJoEuynbGSVRSpauvw==",
  4170. "license": "MIT",
  4171. "engines": {
  4172. "node": ">=10"
  4173. }
  4174. },
  4175. "node_modules/fs-constants": {
  4176. "version": "1.0.0",
  4177. "resolved": "https://registry.npmmirror.com/fs-constants/-/fs-constants-1.0.0.tgz",
  4178. "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==",
  4179. "license": "MIT"
  4180. },
  4181. "node_modules/function-bind": {
  4182. "version": "1.1.2",
  4183. "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
  4184. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  4185. "license": "MIT",
  4186. "funding": {
  4187. "url": "https://github.com/sponsors/ljharb"
  4188. }
  4189. },
  4190. "node_modules/functional-red-black-tree": {
  4191. "version": "1.0.1",
  4192. "resolved": "https://registry.npmmirror.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz",
  4193. "integrity": "sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==",
  4194. "license": "MIT",
  4195. "optional": true
  4196. },
  4197. "node_modules/gauge": {
  4198. "version": "5.0.2",
  4199. "resolved": "https://registry.npmmirror.com/gauge/-/gauge-5.0.2.tgz",
  4200. "integrity": "sha512-pMaFftXPtiGIHCJHdcUUx9Rby/rFT/Kkt3fIIGCs+9PMDIljSyRiqraTlxNtBReJRDfUefpa263RQ3vnp5G/LQ==",
  4201. "deprecated": "This package is no longer supported.",
  4202. "license": "ISC",
  4203. "dependencies": {
  4204. "aproba": "^1.0.3 || ^2.0.0",
  4205. "color-support": "^1.1.3",
  4206. "console-control-strings": "^1.1.0",
  4207. "has-unicode": "^2.0.1",
  4208. "signal-exit": "^4.0.1",
  4209. "string-width": "^4.2.3",
  4210. "strip-ansi": "^6.0.1",
  4211. "wide-align": "^1.1.5"
  4212. },
  4213. "engines": {
  4214. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  4215. }
  4216. },
  4217. "node_modules/gaxios": {
  4218. "version": "6.7.1",
  4219. "resolved": "https://registry.npmmirror.com/gaxios/-/gaxios-6.7.1.tgz",
  4220. "integrity": "sha512-LDODD4TMYx7XXdpwxAVRAIAuB0bzv0s+ywFonY46k126qzQHT9ygyoa9tncmOiQmmDrik65UYsEkv3lbfqQ3yQ==",
  4221. "license": "Apache-2.0",
  4222. "optional": true,
  4223. "dependencies": {
  4224. "extend": "^3.0.2",
  4225. "https-proxy-agent": "^7.0.1",
  4226. "is-stream": "^2.0.0",
  4227. "node-fetch": "^2.6.9",
  4228. "uuid": "^9.0.1"
  4229. },
  4230. "engines": {
  4231. "node": ">=14"
  4232. }
  4233. },
  4234. "node_modules/gaxios/node_modules/uuid": {
  4235. "version": "9.0.1",
  4236. "resolved": "https://registry.npmmirror.com/uuid/-/uuid-9.0.1.tgz",
  4237. "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
  4238. "funding": [
  4239. "https://github.com/sponsors/broofa",
  4240. "https://github.com/sponsors/ctavan"
  4241. ],
  4242. "license": "MIT",
  4243. "optional": true,
  4244. "bin": {
  4245. "uuid": "dist/bin/uuid"
  4246. }
  4247. },
  4248. "node_modules/gcp-metadata": {
  4249. "version": "6.1.0",
  4250. "resolved": "https://registry.npmmirror.com/gcp-metadata/-/gcp-metadata-6.1.0.tgz",
  4251. "integrity": "sha512-Jh/AIwwgaxan+7ZUUmRLCjtchyDiqh4KjBJ5tW3plBZb5iL/BPcso8A5DlzeD9qlw0duCamnNdpFjxwaT0KyKg==",
  4252. "license": "Apache-2.0",
  4253. "optional": true,
  4254. "dependencies": {
  4255. "gaxios": "^6.0.0",
  4256. "json-bigint": "^1.0.0"
  4257. },
  4258. "engines": {
  4259. "node": ">=14"
  4260. }
  4261. },
  4262. "node_modules/generic-pool": {
  4263. "version": "3.9.0",
  4264. "resolved": "https://registry.npmmirror.com/generic-pool/-/generic-pool-3.9.0.tgz",
  4265. "integrity": "sha512-hymDOu5B53XvN4QT9dBmZxPX4CWhBPPLguTZ9MMFeFa/Kg0xWVfylOVNlJji/E7yTZWFd/q9GO5TxDLq156D7g==",
  4266. "license": "MIT",
  4267. "engines": {
  4268. "node": ">= 4"
  4269. }
  4270. },
  4271. "node_modules/gensync": {
  4272. "version": "1.0.0-beta.2",
  4273. "resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz",
  4274. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  4275. "license": "MIT",
  4276. "peer": true,
  4277. "engines": {
  4278. "node": ">=6.9.0"
  4279. }
  4280. },
  4281. "node_modules/get-caller-file": {
  4282. "version": "2.0.5",
  4283. "resolved": "https://registry.npmmirror.com/get-caller-file/-/get-caller-file-2.0.5.tgz",
  4284. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  4285. "license": "ISC",
  4286. "optional": true,
  4287. "engines": {
  4288. "node": "6.* || 8.* || >= 10.*"
  4289. }
  4290. },
  4291. "node_modules/get-intrinsic": {
  4292. "version": "1.2.5",
  4293. "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.2.5.tgz",
  4294. "integrity": "sha512-Y4+pKa7XeRUPWFNvOOYHkRYrfzW07oraURSvjDmRVOJ748OrVmeXtpE4+GCEHncjCjkTxPNRt8kEbxDhsn6VTg==",
  4295. "license": "MIT",
  4296. "dependencies": {
  4297. "call-bind-apply-helpers": "^1.0.0",
  4298. "dunder-proto": "^1.0.0",
  4299. "es-define-property": "^1.0.1",
  4300. "es-errors": "^1.3.0",
  4301. "function-bind": "^1.1.2",
  4302. "gopd": "^1.2.0",
  4303. "has-symbols": "^1.1.0",
  4304. "hasown": "^2.0.2"
  4305. },
  4306. "engines": {
  4307. "node": ">= 0.4"
  4308. },
  4309. "funding": {
  4310. "url": "https://github.com/sponsors/ljharb"
  4311. }
  4312. },
  4313. "node_modules/getpass": {
  4314. "version": "0.1.7",
  4315. "resolved": "https://registry.npmmirror.com/getpass/-/getpass-0.1.7.tgz",
  4316. "integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==",
  4317. "license": "MIT",
  4318. "dependencies": {
  4319. "assert-plus": "^1.0.0"
  4320. }
  4321. },
  4322. "node_modules/github-from-package": {
  4323. "version": "0.0.0",
  4324. "resolved": "https://registry.npmmirror.com/github-from-package/-/github-from-package-0.0.0.tgz",
  4325. "integrity": "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==",
  4326. "license": "MIT"
  4327. },
  4328. "node_modules/glob-parent": {
  4329. "version": "6.0.2",
  4330. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-6.0.2.tgz",
  4331. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  4332. "license": "ISC",
  4333. "peer": true,
  4334. "dependencies": {
  4335. "is-glob": "^4.0.3"
  4336. },
  4337. "engines": {
  4338. "node": ">=10.13.0"
  4339. }
  4340. },
  4341. "node_modules/globals": {
  4342. "version": "11.12.0",
  4343. "resolved": "https://registry.npmmirror.com/globals/-/globals-11.12.0.tgz",
  4344. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  4345. "license": "MIT",
  4346. "peer": true,
  4347. "engines": {
  4348. "node": ">=4"
  4349. }
  4350. },
  4351. "node_modules/google-auth-library": {
  4352. "version": "9.15.0",
  4353. "resolved": "https://registry.npmmirror.com/google-auth-library/-/google-auth-library-9.15.0.tgz",
  4354. "integrity": "sha512-7ccSEJFDFO7exFbO6NRyC+xH8/mZ1GZGG2xxx9iHxZWcjUjJpjWxIMw3cofAKcueZ6DATiukmmprD7yavQHOyQ==",
  4355. "license": "Apache-2.0",
  4356. "optional": true,
  4357. "dependencies": {
  4358. "base64-js": "^1.3.0",
  4359. "ecdsa-sig-formatter": "^1.0.11",
  4360. "gaxios": "^6.1.1",
  4361. "gcp-metadata": "^6.1.0",
  4362. "gtoken": "^7.0.0",
  4363. "jws": "^4.0.0"
  4364. },
  4365. "engines": {
  4366. "node": ">=14"
  4367. }
  4368. },
  4369. "node_modules/google-gax": {
  4370. "version": "4.4.1",
  4371. "resolved": "https://registry.npmmirror.com/google-gax/-/google-gax-4.4.1.tgz",
  4372. "integrity": "sha512-Phyp9fMfA00J3sZbJxbbB4jC55b7DBjE3F6poyL3wKMEBVKA79q6BGuHcTiM28yOzVql0NDbRL8MLLh8Iwk9Dg==",
  4373. "license": "Apache-2.0",
  4374. "optional": true,
  4375. "dependencies": {
  4376. "@grpc/grpc-js": "^1.10.9",
  4377. "@grpc/proto-loader": "^0.7.13",
  4378. "@types/long": "^4.0.0",
  4379. "abort-controller": "^3.0.0",
  4380. "duplexify": "^4.0.0",
  4381. "google-auth-library": "^9.3.0",
  4382. "node-fetch": "^2.7.0",
  4383. "object-hash": "^3.0.0",
  4384. "proto3-json-serializer": "^2.0.2",
  4385. "protobufjs": "^7.3.2",
  4386. "retry-request": "^7.0.0",
  4387. "uuid": "^9.0.1"
  4388. },
  4389. "engines": {
  4390. "node": ">=14"
  4391. }
  4392. },
  4393. "node_modules/google-gax/node_modules/uuid": {
  4394. "version": "9.0.1",
  4395. "resolved": "https://registry.npmmirror.com/uuid/-/uuid-9.0.1.tgz",
  4396. "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
  4397. "funding": [
  4398. "https://github.com/sponsors/broofa",
  4399. "https://github.com/sponsors/ctavan"
  4400. ],
  4401. "license": "MIT",
  4402. "optional": true,
  4403. "bin": {
  4404. "uuid": "dist/bin/uuid"
  4405. }
  4406. },
  4407. "node_modules/gopd": {
  4408. "version": "1.2.0",
  4409. "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz",
  4410. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  4411. "license": "MIT",
  4412. "engines": {
  4413. "node": ">= 0.4"
  4414. },
  4415. "funding": {
  4416. "url": "https://github.com/sponsors/ljharb"
  4417. }
  4418. },
  4419. "node_modules/graphql": {
  4420. "version": "16.8.1",
  4421. "resolved": "https://registry.npmmirror.com/graphql/-/graphql-16.8.1.tgz",
  4422. "integrity": "sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==",
  4423. "license": "MIT",
  4424. "engines": {
  4425. "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
  4426. }
  4427. },
  4428. "node_modules/graphql-list-fields": {
  4429. "version": "2.0.4",
  4430. "resolved": "https://registry.npmmirror.com/graphql-list-fields/-/graphql-list-fields-2.0.4.tgz",
  4431. "integrity": "sha512-q3prnhAL/dBsD+vaGr83B8DzkBijg+Yh+lbt7qp2dW1fpuO+q/upzDXvFJstVsSAA8m11MHGkSxxyxXeLou4MA==",
  4432. "license": "MIT"
  4433. },
  4434. "node_modules/graphql-relay": {
  4435. "version": "0.10.2",
  4436. "resolved": "https://registry.npmmirror.com/graphql-relay/-/graphql-relay-0.10.2.tgz",
  4437. "integrity": "sha512-abybva1hmlNt7Y9pMpAzHuFnM2Mme/a2Usd8S4X27fNteLGRAECMYfhmsrpZFvGn3BhmBZugMXYW/Mesv3P1Kw==",
  4438. "license": "MIT",
  4439. "engines": {
  4440. "node": "^12.20.0 || ^14.15.0 || >= 15.9.0"
  4441. },
  4442. "peerDependencies": {
  4443. "graphql": "^16.2.0"
  4444. }
  4445. },
  4446. "node_modules/graphql-tag": {
  4447. "version": "2.12.6",
  4448. "resolved": "https://registry.npmmirror.com/graphql-tag/-/graphql-tag-2.12.6.tgz",
  4449. "integrity": "sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==",
  4450. "license": "MIT",
  4451. "dependencies": {
  4452. "tslib": "^2.1.0"
  4453. },
  4454. "engines": {
  4455. "node": ">=10"
  4456. },
  4457. "peerDependencies": {
  4458. "graphql": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
  4459. }
  4460. },
  4461. "node_modules/graphql-upload": {
  4462. "version": "15.0.2",
  4463. "resolved": "https://registry.npmmirror.com/graphql-upload/-/graphql-upload-15.0.2.tgz",
  4464. "integrity": "sha512-ufJAkZJBKWRDD/4wJR3VZMy9QWTwqIYIciPtCEF5fCNgWF+V1p7uIgz+bP2YYLiS4OJBhCKR8rnqE/Wg3XPUiw==",
  4465. "license": "MIT",
  4466. "dependencies": {
  4467. "@types/busboy": "^1.5.0",
  4468. "@types/node": "*",
  4469. "@types/object-path": "^0.11.1",
  4470. "busboy": "^1.6.0",
  4471. "fs-capacitor": "^6.2.0",
  4472. "http-errors": "^2.0.0",
  4473. "object-path": "^0.11.8"
  4474. },
  4475. "engines": {
  4476. "node": "^14.17.0 || ^16.0.0 || >= 18.0.0"
  4477. },
  4478. "funding": {
  4479. "url": "https://github.com/sponsors/jaydenseric"
  4480. },
  4481. "peerDependencies": {
  4482. "@types/express": "^4.0.29",
  4483. "@types/koa": "^2.11.4",
  4484. "graphql": "^16.3.0"
  4485. },
  4486. "peerDependenciesMeta": {
  4487. "@types/express": {
  4488. "optional": true
  4489. },
  4490. "@types/koa": {
  4491. "optional": true
  4492. }
  4493. }
  4494. },
  4495. "node_modules/gtoken": {
  4496. "version": "7.1.0",
  4497. "resolved": "https://registry.npmmirror.com/gtoken/-/gtoken-7.1.0.tgz",
  4498. "integrity": "sha512-pCcEwRi+TKpMlxAQObHDQ56KawURgyAf6jtIY046fJ5tIv3zDe/LEIubckAO8fj6JnAxLdmWkUfNyulQ2iKdEw==",
  4499. "license": "MIT",
  4500. "optional": true,
  4501. "dependencies": {
  4502. "gaxios": "^6.0.0",
  4503. "jws": "^4.0.0"
  4504. },
  4505. "engines": {
  4506. "node": ">=14.0.0"
  4507. }
  4508. },
  4509. "node_modules/har-schema": {
  4510. "version": "2.0.0",
  4511. "resolved": "https://registry.npmmirror.com/har-schema/-/har-schema-2.0.0.tgz",
  4512. "integrity": "sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==",
  4513. "license": "ISC",
  4514. "engines": {
  4515. "node": ">=4"
  4516. }
  4517. },
  4518. "node_modules/har-validator": {
  4519. "version": "5.1.5",
  4520. "resolved": "https://registry.npmmirror.com/har-validator/-/har-validator-5.1.5.tgz",
  4521. "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==",
  4522. "deprecated": "this library is no longer supported",
  4523. "license": "MIT",
  4524. "dependencies": {
  4525. "ajv": "^6.12.3",
  4526. "har-schema": "^2.0.0"
  4527. },
  4528. "engines": {
  4529. "node": ">=6"
  4530. }
  4531. },
  4532. "node_modules/has-flag": {
  4533. "version": "4.0.0",
  4534. "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
  4535. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  4536. "license": "MIT",
  4537. "peer": true,
  4538. "engines": {
  4539. "node": ">=8"
  4540. }
  4541. },
  4542. "node_modules/has-property-descriptors": {
  4543. "version": "1.0.2",
  4544. "resolved": "https://registry.npmmirror.com/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
  4545. "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
  4546. "license": "MIT",
  4547. "dependencies": {
  4548. "es-define-property": "^1.0.0"
  4549. },
  4550. "funding": {
  4551. "url": "https://github.com/sponsors/ljharb"
  4552. }
  4553. },
  4554. "node_modules/has-symbols": {
  4555. "version": "1.1.0",
  4556. "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz",
  4557. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  4558. "license": "MIT",
  4559. "engines": {
  4560. "node": ">= 0.4"
  4561. },
  4562. "funding": {
  4563. "url": "https://github.com/sponsors/ljharb"
  4564. }
  4565. },
  4566. "node_modules/has-unicode": {
  4567. "version": "2.0.1",
  4568. "resolved": "https://registry.npmmirror.com/has-unicode/-/has-unicode-2.0.1.tgz",
  4569. "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==",
  4570. "license": "ISC"
  4571. },
  4572. "node_modules/hasown": {
  4573. "version": "2.0.2",
  4574. "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
  4575. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  4576. "license": "MIT",
  4577. "dependencies": {
  4578. "function-bind": "^1.1.2"
  4579. },
  4580. "engines": {
  4581. "node": ">= 0.4"
  4582. }
  4583. },
  4584. "node_modules/html-entities": {
  4585. "version": "2.5.2",
  4586. "resolved": "https://registry.npmmirror.com/html-entities/-/html-entities-2.5.2.tgz",
  4587. "integrity": "sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==",
  4588. "funding": [
  4589. {
  4590. "type": "github",
  4591. "url": "https://github.com/sponsors/mdevils"
  4592. },
  4593. {
  4594. "type": "patreon",
  4595. "url": "https://patreon.com/mdevils"
  4596. }
  4597. ],
  4598. "license": "MIT",
  4599. "optional": true
  4600. },
  4601. "node_modules/http_ece": {
  4602. "version": "1.2.0",
  4603. "resolved": "https://registry.npmmirror.com/http_ece/-/http_ece-1.2.0.tgz",
  4604. "integrity": "sha512-JrF8SSLVmcvc5NducxgyOrKXe3EsyHMgBFgSaIUGmArKe+rwr0uphRkRXvwiom3I+fpIfoItveHrfudL8/rxuA==",
  4605. "license": "MIT",
  4606. "engines": {
  4607. "node": ">=16"
  4608. }
  4609. },
  4610. "node_modules/http-errors": {
  4611. "version": "2.0.0",
  4612. "resolved": "https://registry.npmmirror.com/http-errors/-/http-errors-2.0.0.tgz",
  4613. "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
  4614. "license": "MIT",
  4615. "dependencies": {
  4616. "depd": "2.0.0",
  4617. "inherits": "2.0.4",
  4618. "setprototypeof": "1.2.0",
  4619. "statuses": "2.0.1",
  4620. "toidentifier": "1.0.1"
  4621. },
  4622. "engines": {
  4623. "node": ">= 0.8"
  4624. }
  4625. },
  4626. "node_modules/http-parser-js": {
  4627. "version": "0.5.8",
  4628. "resolved": "https://registry.npmmirror.com/http-parser-js/-/http-parser-js-0.5.8.tgz",
  4629. "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==",
  4630. "license": "MIT"
  4631. },
  4632. "node_modules/http-proxy-agent": {
  4633. "version": "5.0.0",
  4634. "resolved": "https://registry.npmmirror.com/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz",
  4635. "integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==",
  4636. "license": "MIT",
  4637. "optional": true,
  4638. "dependencies": {
  4639. "@tootallnate/once": "2",
  4640. "agent-base": "6",
  4641. "debug": "4"
  4642. },
  4643. "engines": {
  4644. "node": ">= 6"
  4645. }
  4646. },
  4647. "node_modules/http-proxy-agent/node_modules/agent-base": {
  4648. "version": "6.0.2",
  4649. "resolved": "https://registry.npmmirror.com/agent-base/-/agent-base-6.0.2.tgz",
  4650. "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
  4651. "license": "MIT",
  4652. "optional": true,
  4653. "dependencies": {
  4654. "debug": "4"
  4655. },
  4656. "engines": {
  4657. "node": ">= 6.0.0"
  4658. }
  4659. },
  4660. "node_modules/http-proxy-agent/node_modules/debug": {
  4661. "version": "4.4.0",
  4662. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.0.tgz",
  4663. "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
  4664. "license": "MIT",
  4665. "optional": true,
  4666. "dependencies": {
  4667. "ms": "^2.1.3"
  4668. },
  4669. "engines": {
  4670. "node": ">=6.0"
  4671. },
  4672. "peerDependenciesMeta": {
  4673. "supports-color": {
  4674. "optional": true
  4675. }
  4676. }
  4677. },
  4678. "node_modules/http-proxy-agent/node_modules/ms": {
  4679. "version": "2.1.3",
  4680. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  4681. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  4682. "license": "MIT",
  4683. "optional": true
  4684. },
  4685. "node_modules/http-signature": {
  4686. "version": "1.2.0",
  4687. "resolved": "https://registry.npmmirror.com/http-signature/-/http-signature-1.2.0.tgz",
  4688. "integrity": "sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==",
  4689. "license": "MIT",
  4690. "dependencies": {
  4691. "assert-plus": "^1.0.0",
  4692. "jsprim": "^1.2.2",
  4693. "sshpk": "^1.7.0"
  4694. },
  4695. "engines": {
  4696. "node": ">=0.8",
  4697. "npm": ">=1.3.7"
  4698. }
  4699. },
  4700. "node_modules/https-proxy-agent": {
  4701. "version": "7.0.6",
  4702. "resolved": "https://registry.npmmirror.com/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
  4703. "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
  4704. "license": "MIT",
  4705. "dependencies": {
  4706. "agent-base": "^7.1.2",
  4707. "debug": "4"
  4708. },
  4709. "engines": {
  4710. "node": ">= 14"
  4711. }
  4712. },
  4713. "node_modules/https-proxy-agent/node_modules/debug": {
  4714. "version": "4.4.0",
  4715. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.0.tgz",
  4716. "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
  4717. "license": "MIT",
  4718. "dependencies": {
  4719. "ms": "^2.1.3"
  4720. },
  4721. "engines": {
  4722. "node": ">=6.0"
  4723. },
  4724. "peerDependenciesMeta": {
  4725. "supports-color": {
  4726. "optional": true
  4727. }
  4728. }
  4729. },
  4730. "node_modules/https-proxy-agent/node_modules/ms": {
  4731. "version": "2.1.3",
  4732. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  4733. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  4734. "license": "MIT"
  4735. },
  4736. "node_modules/iconv-lite": {
  4737. "version": "0.4.24",
  4738. "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.4.24.tgz",
  4739. "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
  4740. "license": "MIT",
  4741. "dependencies": {
  4742. "safer-buffer": ">= 2.1.2 < 3"
  4743. },
  4744. "engines": {
  4745. "node": ">=0.10.0"
  4746. }
  4747. },
  4748. "node_modules/idb-keyval": {
  4749. "version": "6.2.1",
  4750. "resolved": "https://registry.npmmirror.com/idb-keyval/-/idb-keyval-6.2.1.tgz",
  4751. "integrity": "sha512-8Sb3veuYCyrZL+VBt9LJfZjLUPWVvqn8tG28VqYNFCo43KHcKuq+b4EiXGeuaLAQWL2YmyDgMp2aSpH9JHsEQg==",
  4752. "license": "Apache-2.0"
  4753. },
  4754. "node_modules/ieee754": {
  4755. "version": "1.2.1",
  4756. "resolved": "https://registry.npmmirror.com/ieee754/-/ieee754-1.2.1.tgz",
  4757. "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
  4758. "funding": [
  4759. {
  4760. "type": "github",
  4761. "url": "https://github.com/sponsors/feross"
  4762. },
  4763. {
  4764. "type": "patreon",
  4765. "url": "https://www.patreon.com/feross"
  4766. },
  4767. {
  4768. "type": "consulting",
  4769. "url": "https://feross.org/support"
  4770. }
  4771. ],
  4772. "license": "BSD-3-Clause"
  4773. },
  4774. "node_modules/ignore": {
  4775. "version": "5.3.2",
  4776. "resolved": "https://registry.npmmirror.com/ignore/-/ignore-5.3.2.tgz",
  4777. "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
  4778. "license": "MIT",
  4779. "peer": true,
  4780. "engines": {
  4781. "node": ">= 4"
  4782. }
  4783. },
  4784. "node_modules/import-fresh": {
  4785. "version": "3.3.0",
  4786. "resolved": "https://registry.npmmirror.com/import-fresh/-/import-fresh-3.3.0.tgz",
  4787. "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
  4788. "license": "MIT",
  4789. "peer": true,
  4790. "dependencies": {
  4791. "parent-module": "^1.0.0",
  4792. "resolve-from": "^4.0.0"
  4793. },
  4794. "engines": {
  4795. "node": ">=6"
  4796. },
  4797. "funding": {
  4798. "url": "https://github.com/sponsors/sindresorhus"
  4799. }
  4800. },
  4801. "node_modules/imurmurhash": {
  4802. "version": "0.1.4",
  4803. "resolved": "https://registry.npmmirror.com/imurmurhash/-/imurmurhash-0.1.4.tgz",
  4804. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  4805. "license": "MIT",
  4806. "peer": true,
  4807. "engines": {
  4808. "node": ">=0.8.19"
  4809. }
  4810. },
  4811. "node_modules/inherits": {
  4812. "version": "2.0.4",
  4813. "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
  4814. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  4815. "license": "ISC"
  4816. },
  4817. "node_modules/ini": {
  4818. "version": "1.3.8",
  4819. "resolved": "https://registry.npmmirror.com/ini/-/ini-1.3.8.tgz",
  4820. "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
  4821. "license": "ISC"
  4822. },
  4823. "node_modules/intersect": {
  4824. "version": "1.0.1",
  4825. "resolved": "https://registry.npmmirror.com/intersect/-/intersect-1.0.1.tgz",
  4826. "integrity": "sha512-qsc720yevCO+4NydrJWgEWKccAQwTOvj2m73O/VBA6iUL2HGZJ9XqBiyraNrBXX/W1IAjdpXdRZk24sq8TzBRg==",
  4827. "license": "MIT"
  4828. },
  4829. "node_modules/ip-address": {
  4830. "version": "9.0.5",
  4831. "resolved": "https://registry.npmmirror.com/ip-address/-/ip-address-9.0.5.tgz",
  4832. "integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==",
  4833. "license": "MIT",
  4834. "dependencies": {
  4835. "jsbn": "1.1.0",
  4836. "sprintf-js": "^1.1.3"
  4837. },
  4838. "engines": {
  4839. "node": ">= 12"
  4840. }
  4841. },
  4842. "node_modules/ipaddr.js": {
  4843. "version": "1.9.1",
  4844. "resolved": "https://registry.npmmirror.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
  4845. "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
  4846. "license": "MIT",
  4847. "engines": {
  4848. "node": ">= 0.10"
  4849. }
  4850. },
  4851. "node_modules/is-arrayish": {
  4852. "version": "0.3.2",
  4853. "resolved": "https://registry.npmmirror.com/is-arrayish/-/is-arrayish-0.3.2.tgz",
  4854. "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==",
  4855. "license": "MIT"
  4856. },
  4857. "node_modules/is-extglob": {
  4858. "version": "2.1.1",
  4859. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  4860. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  4861. "license": "MIT",
  4862. "peer": true,
  4863. "engines": {
  4864. "node": ">=0.10.0"
  4865. }
  4866. },
  4867. "node_modules/is-fullwidth-code-point": {
  4868. "version": "3.0.0",
  4869. "resolved": "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  4870. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  4871. "license": "MIT",
  4872. "engines": {
  4873. "node": ">=8"
  4874. }
  4875. },
  4876. "node_modules/is-glob": {
  4877. "version": "4.0.3",
  4878. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  4879. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  4880. "license": "MIT",
  4881. "peer": true,
  4882. "dependencies": {
  4883. "is-extglob": "^2.1.1"
  4884. },
  4885. "engines": {
  4886. "node": ">=0.10.0"
  4887. }
  4888. },
  4889. "node_modules/is-promise": {
  4890. "version": "2.2.2",
  4891. "resolved": "https://registry.npmmirror.com/is-promise/-/is-promise-2.2.2.tgz",
  4892. "integrity": "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==",
  4893. "license": "MIT"
  4894. },
  4895. "node_modules/is-stream": {
  4896. "version": "2.0.1",
  4897. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-2.0.1.tgz",
  4898. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  4899. "license": "MIT",
  4900. "engines": {
  4901. "node": ">=8"
  4902. },
  4903. "funding": {
  4904. "url": "https://github.com/sponsors/sindresorhus"
  4905. }
  4906. },
  4907. "node_modules/is-typedarray": {
  4908. "version": "1.0.0",
  4909. "resolved": "https://registry.npmmirror.com/is-typedarray/-/is-typedarray-1.0.0.tgz",
  4910. "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==",
  4911. "license": "MIT"
  4912. },
  4913. "node_modules/isexe": {
  4914. "version": "2.0.0",
  4915. "resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz",
  4916. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  4917. "license": "ISC",
  4918. "peer": true
  4919. },
  4920. "node_modules/isstream": {
  4921. "version": "0.1.2",
  4922. "resolved": "https://registry.npmmirror.com/isstream/-/isstream-0.1.2.tgz",
  4923. "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==",
  4924. "license": "MIT"
  4925. },
  4926. "node_modules/iterall": {
  4927. "version": "1.3.0",
  4928. "resolved": "https://registry.npmmirror.com/iterall/-/iterall-1.3.0.tgz",
  4929. "integrity": "sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==",
  4930. "license": "MIT"
  4931. },
  4932. "node_modules/jose": {
  4933. "version": "4.15.9",
  4934. "resolved": "https://registry.npmmirror.com/jose/-/jose-4.15.9.tgz",
  4935. "integrity": "sha512-1vUQX+IdDMVPj4k8kOxgUqlcK518yluMuGZwqlr44FS1ppZB/5GWh4rZG89erpOBOJjU/OBsnCVFfapsRz6nEA==",
  4936. "license": "MIT",
  4937. "funding": {
  4938. "url": "https://github.com/sponsors/panva"
  4939. }
  4940. },
  4941. "node_modules/js-tokens": {
  4942. "version": "4.0.0",
  4943. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz",
  4944. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  4945. "license": "MIT",
  4946. "peer": true
  4947. },
  4948. "node_modules/js-yaml": {
  4949. "version": "4.1.0",
  4950. "resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.0.tgz",
  4951. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  4952. "license": "MIT",
  4953. "peer": true,
  4954. "dependencies": {
  4955. "argparse": "^2.0.1"
  4956. },
  4957. "bin": {
  4958. "js-yaml": "bin/js-yaml.js"
  4959. }
  4960. },
  4961. "node_modules/jsbn": {
  4962. "version": "1.1.0",
  4963. "resolved": "https://registry.npmmirror.com/jsbn/-/jsbn-1.1.0.tgz",
  4964. "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==",
  4965. "license": "MIT"
  4966. },
  4967. "node_modules/jsesc": {
  4968. "version": "3.0.2",
  4969. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.0.2.tgz",
  4970. "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==",
  4971. "license": "MIT",
  4972. "peer": true,
  4973. "bin": {
  4974. "jsesc": "bin/jsesc"
  4975. },
  4976. "engines": {
  4977. "node": ">=6"
  4978. }
  4979. },
  4980. "node_modules/json-bigint": {
  4981. "version": "1.0.0",
  4982. "resolved": "https://registry.npmmirror.com/json-bigint/-/json-bigint-1.0.0.tgz",
  4983. "integrity": "sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==",
  4984. "license": "MIT",
  4985. "optional": true,
  4986. "dependencies": {
  4987. "bignumber.js": "^9.0.0"
  4988. }
  4989. },
  4990. "node_modules/json-buffer": {
  4991. "version": "3.0.1",
  4992. "resolved": "https://registry.npmmirror.com/json-buffer/-/json-buffer-3.0.1.tgz",
  4993. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  4994. "license": "MIT",
  4995. "peer": true
  4996. },
  4997. "node_modules/json-schema": {
  4998. "version": "0.4.0",
  4999. "resolved": "https://registry.npmmirror.com/json-schema/-/json-schema-0.4.0.tgz",
  5000. "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==",
  5001. "license": "(AFL-2.1 OR BSD-3-Clause)"
  5002. },
  5003. "node_modules/json-schema-traverse": {
  5004. "version": "0.4.1",
  5005. "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  5006. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  5007. "license": "MIT"
  5008. },
  5009. "node_modules/json-stable-stringify-without-jsonify": {
  5010. "version": "1.0.1",
  5011. "resolved": "https://registry.npmmirror.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  5012. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  5013. "license": "MIT",
  5014. "peer": true
  5015. },
  5016. "node_modules/json-stringify-safe": {
  5017. "version": "5.0.1",
  5018. "resolved": "https://registry.npmmirror.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
  5019. "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==",
  5020. "license": "ISC"
  5021. },
  5022. "node_modules/json5": {
  5023. "version": "2.2.3",
  5024. "resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz",
  5025. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  5026. "license": "MIT",
  5027. "peer": true,
  5028. "bin": {
  5029. "json5": "lib/cli.js"
  5030. },
  5031. "engines": {
  5032. "node": ">=6"
  5033. }
  5034. },
  5035. "node_modules/jsonwebtoken": {
  5036. "version": "9.0.2",
  5037. "resolved": "https://registry.npmmirror.com/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz",
  5038. "integrity": "sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==",
  5039. "license": "MIT",
  5040. "dependencies": {
  5041. "jws": "^3.2.2",
  5042. "lodash.includes": "^4.3.0",
  5043. "lodash.isboolean": "^3.0.3",
  5044. "lodash.isinteger": "^4.0.4",
  5045. "lodash.isnumber": "^3.0.3",
  5046. "lodash.isplainobject": "^4.0.6",
  5047. "lodash.isstring": "^4.0.1",
  5048. "lodash.once": "^4.0.0",
  5049. "ms": "^2.1.1",
  5050. "semver": "^7.5.4"
  5051. },
  5052. "engines": {
  5053. "node": ">=12",
  5054. "npm": ">=6"
  5055. }
  5056. },
  5057. "node_modules/jsonwebtoken/node_modules/jwa": {
  5058. "version": "1.4.1",
  5059. "resolved": "https://registry.npmmirror.com/jwa/-/jwa-1.4.1.tgz",
  5060. "integrity": "sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==",
  5061. "license": "MIT",
  5062. "dependencies": {
  5063. "buffer-equal-constant-time": "1.0.1",
  5064. "ecdsa-sig-formatter": "1.0.11",
  5065. "safe-buffer": "^5.0.1"
  5066. }
  5067. },
  5068. "node_modules/jsonwebtoken/node_modules/jws": {
  5069. "version": "3.2.2",
  5070. "resolved": "https://registry.npmmirror.com/jws/-/jws-3.2.2.tgz",
  5071. "integrity": "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==",
  5072. "license": "MIT",
  5073. "dependencies": {
  5074. "jwa": "^1.4.1",
  5075. "safe-buffer": "^5.0.1"
  5076. }
  5077. },
  5078. "node_modules/jsonwebtoken/node_modules/ms": {
  5079. "version": "2.1.3",
  5080. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  5081. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  5082. "license": "MIT"
  5083. },
  5084. "node_modules/jsprim": {
  5085. "version": "1.4.2",
  5086. "resolved": "https://registry.npmmirror.com/jsprim/-/jsprim-1.4.2.tgz",
  5087. "integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==",
  5088. "license": "MIT",
  5089. "dependencies": {
  5090. "assert-plus": "1.0.0",
  5091. "extsprintf": "1.3.0",
  5092. "json-schema": "0.4.0",
  5093. "verror": "1.10.0"
  5094. },
  5095. "engines": {
  5096. "node": ">=0.6.0"
  5097. }
  5098. },
  5099. "node_modules/jsprim/node_modules/verror": {
  5100. "version": "1.10.0",
  5101. "resolved": "https://registry.npmmirror.com/verror/-/verror-1.10.0.tgz",
  5102. "integrity": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==",
  5103. "engines": [
  5104. "node >=0.6.0"
  5105. ],
  5106. "license": "MIT",
  5107. "dependencies": {
  5108. "assert-plus": "^1.0.0",
  5109. "core-util-is": "1.0.2",
  5110. "extsprintf": "^1.2.0"
  5111. }
  5112. },
  5113. "node_modules/jwa": {
  5114. "version": "2.0.0",
  5115. "resolved": "https://registry.npmmirror.com/jwa/-/jwa-2.0.0.tgz",
  5116. "integrity": "sha512-jrZ2Qx916EA+fq9cEAeCROWPTfCwi1IVHqT2tapuqLEVVDKFDENFw1oL+MwrTvH6msKxsd1YTDVw6uKEcsrLEA==",
  5117. "license": "MIT",
  5118. "dependencies": {
  5119. "buffer-equal-constant-time": "1.0.1",
  5120. "ecdsa-sig-formatter": "1.0.11",
  5121. "safe-buffer": "^5.0.1"
  5122. }
  5123. },
  5124. "node_modules/jwks-rsa": {
  5125. "version": "3.1.0",
  5126. "resolved": "https://registry.npmmirror.com/jwks-rsa/-/jwks-rsa-3.1.0.tgz",
  5127. "integrity": "sha512-v7nqlfezb9YfHHzYII3ef2a2j1XnGeSE/bK3WfumaYCqONAIstJbrEGapz4kadScZzEt7zYCN7bucj8C0Mv/Rg==",
  5128. "license": "MIT",
  5129. "dependencies": {
  5130. "@types/express": "^4.17.17",
  5131. "@types/jsonwebtoken": "^9.0.2",
  5132. "debug": "^4.3.4",
  5133. "jose": "^4.14.6",
  5134. "limiter": "^1.1.5",
  5135. "lru-memoizer": "^2.2.0"
  5136. },
  5137. "engines": {
  5138. "node": ">=14"
  5139. }
  5140. },
  5141. "node_modules/jwks-rsa/node_modules/debug": {
  5142. "version": "4.4.0",
  5143. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.0.tgz",
  5144. "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
  5145. "license": "MIT",
  5146. "dependencies": {
  5147. "ms": "^2.1.3"
  5148. },
  5149. "engines": {
  5150. "node": ">=6.0"
  5151. },
  5152. "peerDependenciesMeta": {
  5153. "supports-color": {
  5154. "optional": true
  5155. }
  5156. }
  5157. },
  5158. "node_modules/jwks-rsa/node_modules/ms": {
  5159. "version": "2.1.3",
  5160. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  5161. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  5162. "license": "MIT"
  5163. },
  5164. "node_modules/jws": {
  5165. "version": "4.0.0",
  5166. "resolved": "https://registry.npmmirror.com/jws/-/jws-4.0.0.tgz",
  5167. "integrity": "sha512-KDncfTmOZoOMTFG4mBlG0qUIOlc03fmzH+ru6RgYVZhPkyiy/92Owlt/8UEN+a4TXR1FQetfIpJE8ApdvdVxTg==",
  5168. "license": "MIT",
  5169. "dependencies": {
  5170. "jwa": "^2.0.0",
  5171. "safe-buffer": "^5.0.1"
  5172. }
  5173. },
  5174. "node_modules/keyv": {
  5175. "version": "4.5.4",
  5176. "resolved": "https://registry.npmmirror.com/keyv/-/keyv-4.5.4.tgz",
  5177. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  5178. "license": "MIT",
  5179. "peer": true,
  5180. "dependencies": {
  5181. "json-buffer": "3.0.1"
  5182. }
  5183. },
  5184. "node_modules/kuler": {
  5185. "version": "2.0.0",
  5186. "resolved": "https://registry.npmmirror.com/kuler/-/kuler-2.0.0.tgz",
  5187. "integrity": "sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A==",
  5188. "license": "MIT"
  5189. },
  5190. "node_modules/ldapjs": {
  5191. "version": "3.0.7",
  5192. "resolved": "https://registry.npmmirror.com/ldapjs/-/ldapjs-3.0.7.tgz",
  5193. "integrity": "sha512-1ky+WrN+4CFMuoekUOv7Y1037XWdjKpu0xAPwSP+9KdvmV9PG+qOKlssDV6a+U32apwxdD3is/BZcWOYzN30cg==",
  5194. "deprecated": "This package has been decomissioned. See https://github.com/ldapjs/node-ldapjs/blob/8ffd0bc9c149088a10ec4c1ec6a18450f76ad05d/README.md",
  5195. "license": "MIT",
  5196. "dependencies": {
  5197. "@ldapjs/asn1": "^2.0.0",
  5198. "@ldapjs/attribute": "^1.0.0",
  5199. "@ldapjs/change": "^1.0.0",
  5200. "@ldapjs/controls": "^2.1.0",
  5201. "@ldapjs/dn": "^1.1.0",
  5202. "@ldapjs/filter": "^2.1.1",
  5203. "@ldapjs/messages": "^1.3.0",
  5204. "@ldapjs/protocol": "^1.2.1",
  5205. "abstract-logging": "^2.0.1",
  5206. "assert-plus": "^1.0.0",
  5207. "backoff": "^2.5.0",
  5208. "once": "^1.4.0",
  5209. "vasync": "^2.2.1",
  5210. "verror": "^1.10.1"
  5211. }
  5212. },
  5213. "node_modules/levn": {
  5214. "version": "0.4.1",
  5215. "resolved": "https://registry.npmmirror.com/levn/-/levn-0.4.1.tgz",
  5216. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  5217. "license": "MIT",
  5218. "peer": true,
  5219. "dependencies": {
  5220. "prelude-ls": "^1.2.1",
  5221. "type-check": "~0.4.0"
  5222. },
  5223. "engines": {
  5224. "node": ">= 0.8.0"
  5225. }
  5226. },
  5227. "node_modules/limiter": {
  5228. "version": "1.1.5",
  5229. "resolved": "https://registry.npmmirror.com/limiter/-/limiter-1.1.5.tgz",
  5230. "integrity": "sha512-FWWMIEOxz3GwUI4Ts/IvgVy6LPvoMPgjMdQ185nN6psJyBJ4yOpzqm695/h5umdLJg2vW3GR5iG11MAkR2AzJA=="
  5231. },
  5232. "node_modules/locate-path": {
  5233. "version": "6.0.0",
  5234. "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-6.0.0.tgz",
  5235. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  5236. "license": "MIT",
  5237. "peer": true,
  5238. "dependencies": {
  5239. "p-locate": "^5.0.0"
  5240. },
  5241. "engines": {
  5242. "node": ">=10"
  5243. },
  5244. "funding": {
  5245. "url": "https://github.com/sponsors/sindresorhus"
  5246. }
  5247. },
  5248. "node_modules/lodash": {
  5249. "version": "4.17.21",
  5250. "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
  5251. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  5252. "license": "MIT"
  5253. },
  5254. "node_modules/lodash.camelcase": {
  5255. "version": "4.3.0",
  5256. "resolved": "https://registry.npmmirror.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
  5257. "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==",
  5258. "license": "MIT",
  5259. "optional": true
  5260. },
  5261. "node_modules/lodash.clonedeep": {
  5262. "version": "4.5.0",
  5263. "resolved": "https://registry.npmmirror.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
  5264. "integrity": "sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==",
  5265. "license": "MIT"
  5266. },
  5267. "node_modules/lodash.includes": {
  5268. "version": "4.3.0",
  5269. "resolved": "https://registry.npmmirror.com/lodash.includes/-/lodash.includes-4.3.0.tgz",
  5270. "integrity": "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==",
  5271. "license": "MIT"
  5272. },
  5273. "node_modules/lodash.isboolean": {
  5274. "version": "3.0.3",
  5275. "resolved": "https://registry.npmmirror.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz",
  5276. "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==",
  5277. "license": "MIT"
  5278. },
  5279. "node_modules/lodash.isinteger": {
  5280. "version": "4.0.4",
  5281. "resolved": "https://registry.npmmirror.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz",
  5282. "integrity": "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==",
  5283. "license": "MIT"
  5284. },
  5285. "node_modules/lodash.isnumber": {
  5286. "version": "3.0.3",
  5287. "resolved": "https://registry.npmmirror.com/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz",
  5288. "integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==",
  5289. "license": "MIT"
  5290. },
  5291. "node_modules/lodash.isplainobject": {
  5292. "version": "4.0.6",
  5293. "resolved": "https://registry.npmmirror.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
  5294. "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==",
  5295. "license": "MIT"
  5296. },
  5297. "node_modules/lodash.isstring": {
  5298. "version": "4.0.1",
  5299. "resolved": "https://registry.npmmirror.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz",
  5300. "integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==",
  5301. "license": "MIT"
  5302. },
  5303. "node_modules/lodash.merge": {
  5304. "version": "4.6.2",
  5305. "resolved": "https://registry.npmmirror.com/lodash.merge/-/lodash.merge-4.6.2.tgz",
  5306. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  5307. "license": "MIT",
  5308. "peer": true
  5309. },
  5310. "node_modules/lodash.once": {
  5311. "version": "4.1.1",
  5312. "resolved": "https://registry.npmmirror.com/lodash.once/-/lodash.once-4.1.1.tgz",
  5313. "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==",
  5314. "license": "MIT"
  5315. },
  5316. "node_modules/lodash.sortby": {
  5317. "version": "4.7.0",
  5318. "resolved": "https://registry.npmmirror.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz",
  5319. "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==",
  5320. "license": "MIT"
  5321. },
  5322. "node_modules/logform": {
  5323. "version": "2.7.0",
  5324. "resolved": "https://registry.npmmirror.com/logform/-/logform-2.7.0.tgz",
  5325. "integrity": "sha512-TFYA4jnP7PVbmlBIfhlSe+WKxs9dklXMTEGcBCIvLhE/Tn3H6Gk1norupVW7m5Cnd4bLcr08AytbyV/xj7f/kQ==",
  5326. "license": "MIT",
  5327. "dependencies": {
  5328. "@colors/colors": "1.6.0",
  5329. "@types/triple-beam": "^1.3.2",
  5330. "fecha": "^4.2.0",
  5331. "ms": "^2.1.1",
  5332. "safe-stable-stringify": "^2.3.1",
  5333. "triple-beam": "^1.3.0"
  5334. },
  5335. "engines": {
  5336. "node": ">= 12.0.0"
  5337. }
  5338. },
  5339. "node_modules/logform/node_modules/ms": {
  5340. "version": "2.1.3",
  5341. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  5342. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  5343. "license": "MIT"
  5344. },
  5345. "node_modules/loglevel": {
  5346. "version": "1.9.2",
  5347. "resolved": "https://registry.npmmirror.com/loglevel/-/loglevel-1.9.2.tgz",
  5348. "integrity": "sha512-HgMmCqIJSAKqo68l0rS2AanEWfkxaZ5wNiEFb5ggm08lDs9Xl2KxBlX3PTcaD2chBM1gXAYf491/M2Rv8Jwayg==",
  5349. "license": "MIT",
  5350. "engines": {
  5351. "node": ">= 0.6.0"
  5352. },
  5353. "funding": {
  5354. "type": "tidelift",
  5355. "url": "https://tidelift.com/funding/github/npm/loglevel"
  5356. }
  5357. },
  5358. "node_modules/long": {
  5359. "version": "4.0.0",
  5360. "resolved": "https://registry.npmmirror.com/long/-/long-4.0.0.tgz",
  5361. "integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==",
  5362. "license": "Apache-2.0"
  5363. },
  5364. "node_modules/lru-cache": {
  5365. "version": "10.2.2",
  5366. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-10.2.2.tgz",
  5367. "integrity": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==",
  5368. "license": "ISC",
  5369. "engines": {
  5370. "node": "14 || >=16.14"
  5371. }
  5372. },
  5373. "node_modules/lru-memoizer": {
  5374. "version": "2.3.0",
  5375. "resolved": "https://registry.npmmirror.com/lru-memoizer/-/lru-memoizer-2.3.0.tgz",
  5376. "integrity": "sha512-GXn7gyHAMhO13WSKrIiNfztwxodVsP8IoZ3XfrJV4yH2x0/OeTO/FIaAHTY5YekdGgW94njfuKmyyt1E0mR6Ug==",
  5377. "license": "MIT",
  5378. "dependencies": {
  5379. "lodash.clonedeep": "^4.5.0",
  5380. "lru-cache": "6.0.0"
  5381. }
  5382. },
  5383. "node_modules/lru-memoizer/node_modules/lru-cache": {
  5384. "version": "6.0.0",
  5385. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-6.0.0.tgz",
  5386. "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
  5387. "license": "ISC",
  5388. "dependencies": {
  5389. "yallist": "^4.0.0"
  5390. },
  5391. "engines": {
  5392. "node": ">=10"
  5393. }
  5394. },
  5395. "node_modules/lru-queue": {
  5396. "version": "0.1.0",
  5397. "resolved": "https://registry.npmmirror.com/lru-queue/-/lru-queue-0.1.0.tgz",
  5398. "integrity": "sha512-BpdYkt9EvGl8OfWHDQPISVpcl5xZthb+XPsbELj5AQXxIC8IriDZIQYjBJPEm5rS420sjZ0TLEzRcq5KdBhYrQ==",
  5399. "license": "MIT",
  5400. "dependencies": {
  5401. "es5-ext": "~0.10.2"
  5402. }
  5403. },
  5404. "node_modules/media-typer": {
  5405. "version": "0.3.0",
  5406. "resolved": "https://registry.npmmirror.com/media-typer/-/media-typer-0.3.0.tgz",
  5407. "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==",
  5408. "license": "MIT",
  5409. "engines": {
  5410. "node": ">= 0.6"
  5411. }
  5412. },
  5413. "node_modules/memoizee": {
  5414. "version": "0.4.17",
  5415. "resolved": "https://registry.npmmirror.com/memoizee/-/memoizee-0.4.17.tgz",
  5416. "integrity": "sha512-DGqD7Hjpi/1or4F/aYAspXKNm5Yili0QDAFAY4QYvpqpgiY6+1jOfqpmByzjxbWd/T9mChbCArXAbDAsTm5oXA==",
  5417. "license": "ISC",
  5418. "dependencies": {
  5419. "d": "^1.0.2",
  5420. "es5-ext": "^0.10.64",
  5421. "es6-weak-map": "^2.0.3",
  5422. "event-emitter": "^0.3.5",
  5423. "is-promise": "^2.2.2",
  5424. "lru-queue": "^0.1.0",
  5425. "next-tick": "^1.1.0",
  5426. "timers-ext": "^0.1.7"
  5427. },
  5428. "engines": {
  5429. "node": ">=0.12"
  5430. }
  5431. },
  5432. "node_modules/memory-pager": {
  5433. "version": "1.5.0",
  5434. "resolved": "https://registry.npmmirror.com/memory-pager/-/memory-pager-1.5.0.tgz",
  5435. "integrity": "sha512-ZS4Bp4r/Zoeq6+NLJpP+0Zzm0pR8whtGPf1XExKLJBAczGMnSi3It14OiNCStjQjM6NU1okjQGSxgEZN8eBYKg==",
  5436. "license": "MIT",
  5437. "optional": true
  5438. },
  5439. "node_modules/merge-descriptors": {
  5440. "version": "1.0.3",
  5441. "resolved": "https://registry.npmmirror.com/merge-descriptors/-/merge-descriptors-1.0.3.tgz",
  5442. "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==",
  5443. "license": "MIT",
  5444. "funding": {
  5445. "url": "https://github.com/sponsors/sindresorhus"
  5446. }
  5447. },
  5448. "node_modules/methods": {
  5449. "version": "1.1.2",
  5450. "resolved": "https://registry.npmmirror.com/methods/-/methods-1.1.2.tgz",
  5451. "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==",
  5452. "license": "MIT",
  5453. "engines": {
  5454. "node": ">= 0.6"
  5455. }
  5456. },
  5457. "node_modules/mime": {
  5458. "version": "1.6.0",
  5459. "resolved": "https://registry.npmmirror.com/mime/-/mime-1.6.0.tgz",
  5460. "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
  5461. "license": "MIT",
  5462. "bin": {
  5463. "mime": "cli.js"
  5464. },
  5465. "engines": {
  5466. "node": ">=4"
  5467. }
  5468. },
  5469. "node_modules/mime-db": {
  5470. "version": "1.52.0",
  5471. "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
  5472. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  5473. "license": "MIT",
  5474. "engines": {
  5475. "node": ">= 0.6"
  5476. }
  5477. },
  5478. "node_modules/mime-types": {
  5479. "version": "2.1.35",
  5480. "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
  5481. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  5482. "license": "MIT",
  5483. "dependencies": {
  5484. "mime-db": "1.52.0"
  5485. },
  5486. "engines": {
  5487. "node": ">= 0.6"
  5488. }
  5489. },
  5490. "node_modules/mimic-response": {
  5491. "version": "3.1.0",
  5492. "resolved": "https://registry.npmmirror.com/mimic-response/-/mimic-response-3.1.0.tgz",
  5493. "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==",
  5494. "license": "MIT",
  5495. "engines": {
  5496. "node": ">=10"
  5497. },
  5498. "funding": {
  5499. "url": "https://github.com/sponsors/sindresorhus"
  5500. }
  5501. },
  5502. "node_modules/minimalistic-assert": {
  5503. "version": "1.0.1",
  5504. "resolved": "https://registry.npmmirror.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
  5505. "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==",
  5506. "license": "ISC"
  5507. },
  5508. "node_modules/minimatch": {
  5509. "version": "3.1.2",
  5510. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  5511. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  5512. "license": "ISC",
  5513. "peer": true,
  5514. "dependencies": {
  5515. "brace-expansion": "^1.1.7"
  5516. },
  5517. "engines": {
  5518. "node": "*"
  5519. }
  5520. },
  5521. "node_modules/minimist": {
  5522. "version": "1.2.8",
  5523. "resolved": "https://registry.npmmirror.com/minimist/-/minimist-1.2.8.tgz",
  5524. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  5525. "license": "MIT",
  5526. "funding": {
  5527. "url": "https://github.com/sponsors/ljharb"
  5528. }
  5529. },
  5530. "node_modules/mkdirp-classic": {
  5531. "version": "0.5.3",
  5532. "resolved": "https://registry.npmmirror.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz",
  5533. "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==",
  5534. "license": "MIT"
  5535. },
  5536. "node_modules/moment": {
  5537. "version": "2.30.1",
  5538. "resolved": "https://registry.npmmirror.com/moment/-/moment-2.30.1.tgz",
  5539. "integrity": "sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==",
  5540. "license": "MIT",
  5541. "engines": {
  5542. "node": "*"
  5543. }
  5544. },
  5545. "node_modules/mongodb": {
  5546. "version": "5.9.0",
  5547. "resolved": "https://registry.npmmirror.com/mongodb/-/mongodb-5.9.0.tgz",
  5548. "integrity": "sha512-g+GCMHN1CoRUA+wb1Agv0TI4YTSiWr42B5ulkiAfLLHitGK1R+PkSAf3Lr5rPZwi/3F04LiaZEW0Kxro9Fi2TA==",
  5549. "license": "Apache-2.0",
  5550. "dependencies": {
  5551. "bson": "^5.5.0",
  5552. "mongodb-connection-string-url": "^2.6.0",
  5553. "socks": "^2.7.1"
  5554. },
  5555. "engines": {
  5556. "node": ">=14.20.1"
  5557. },
  5558. "optionalDependencies": {
  5559. "@mongodb-js/saslprep": "^1.1.0"
  5560. },
  5561. "peerDependencies": {
  5562. "@aws-sdk/credential-providers": "^3.188.0",
  5563. "@mongodb-js/zstd": "^1.0.0",
  5564. "kerberos": "^1.0.0 || ^2.0.0",
  5565. "mongodb-client-encryption": ">=2.3.0 <3",
  5566. "snappy": "^7.2.2"
  5567. },
  5568. "peerDependenciesMeta": {
  5569. "@aws-sdk/credential-providers": {
  5570. "optional": true
  5571. },
  5572. "@mongodb-js/zstd": {
  5573. "optional": true
  5574. },
  5575. "kerberos": {
  5576. "optional": true
  5577. },
  5578. "mongodb-client-encryption": {
  5579. "optional": true
  5580. },
  5581. "snappy": {
  5582. "optional": true
  5583. }
  5584. }
  5585. },
  5586. "node_modules/mongodb-connection-string-url": {
  5587. "version": "2.6.0",
  5588. "resolved": "https://registry.npmmirror.com/mongodb-connection-string-url/-/mongodb-connection-string-url-2.6.0.tgz",
  5589. "integrity": "sha512-WvTZlI9ab0QYtTYnuMLgobULWhokRjtC7db9LtcVfJ+Hsnyr5eo6ZtNAt3Ly24XZScGMelOcGtm7lSn0332tPQ==",
  5590. "license": "Apache-2.0",
  5591. "dependencies": {
  5592. "@types/whatwg-url": "^8.2.1",
  5593. "whatwg-url": "^11.0.0"
  5594. }
  5595. },
  5596. "node_modules/ms": {
  5597. "version": "2.0.0",
  5598. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
  5599. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
  5600. "license": "MIT"
  5601. },
  5602. "node_modules/mustache": {
  5603. "version": "4.2.0",
  5604. "resolved": "https://registry.npmmirror.com/mustache/-/mustache-4.2.0.tgz",
  5605. "integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==",
  5606. "license": "MIT",
  5607. "bin": {
  5608. "mustache": "bin/mustache"
  5609. }
  5610. },
  5611. "node_modules/napi-build-utils": {
  5612. "version": "1.0.2",
  5613. "resolved": "https://registry.npmmirror.com/napi-build-utils/-/napi-build-utils-1.0.2.tgz",
  5614. "integrity": "sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==",
  5615. "license": "MIT"
  5616. },
  5617. "node_modules/natural-compare": {
  5618. "version": "1.4.0",
  5619. "resolved": "https://registry.npmmirror.com/natural-compare/-/natural-compare-1.4.0.tgz",
  5620. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  5621. "license": "MIT",
  5622. "peer": true
  5623. },
  5624. "node_modules/negotiator": {
  5625. "version": "0.6.3",
  5626. "resolved": "https://registry.npmmirror.com/negotiator/-/negotiator-0.6.3.tgz",
  5627. "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
  5628. "license": "MIT",
  5629. "engines": {
  5630. "node": ">= 0.6"
  5631. }
  5632. },
  5633. "node_modules/next-tick": {
  5634. "version": "1.1.0",
  5635. "resolved": "https://registry.npmmirror.com/next-tick/-/next-tick-1.1.0.tgz",
  5636. "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==",
  5637. "license": "ISC"
  5638. },
  5639. "node_modules/node-abi": {
  5640. "version": "3.71.0",
  5641. "resolved": "https://registry.npmmirror.com/node-abi/-/node-abi-3.71.0.tgz",
  5642. "integrity": "sha512-SZ40vRiy/+wRTf21hxkkEjPJZpARzUMVcJoQse2EF8qkUWbbO2z7vd5oA/H6bVH6SZQ5STGcu0KRDS7biNRfxw==",
  5643. "license": "MIT",
  5644. "dependencies": {
  5645. "semver": "^7.3.5"
  5646. },
  5647. "engines": {
  5648. "node": ">=10"
  5649. }
  5650. },
  5651. "node_modules/node-abort-controller": {
  5652. "version": "3.1.1",
  5653. "resolved": "https://registry.npmmirror.com/node-abort-controller/-/node-abort-controller-3.1.1.tgz",
  5654. "integrity": "sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ==",
  5655. "license": "MIT"
  5656. },
  5657. "node_modules/node-addon-api": {
  5658. "version": "5.1.0",
  5659. "resolved": "https://registry.npmmirror.com/node-addon-api/-/node-addon-api-5.1.0.tgz",
  5660. "integrity": "sha512-eh0GgfEkpnoWDq+VY8OyvYhFEzBk6jIYbRKdIlyTiAXIVJ8PyBaKb0rp7oDtoddbdoHWhq8wwr+XZ81F1rpNdA==",
  5661. "license": "MIT"
  5662. },
  5663. "node_modules/node-fetch": {
  5664. "version": "2.7.0",
  5665. "resolved": "https://registry.npmmirror.com/node-fetch/-/node-fetch-2.7.0.tgz",
  5666. "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
  5667. "license": "MIT",
  5668. "dependencies": {
  5669. "whatwg-url": "^5.0.0"
  5670. },
  5671. "engines": {
  5672. "node": "4.x || >=6.0.0"
  5673. },
  5674. "peerDependencies": {
  5675. "encoding": "^0.1.0"
  5676. },
  5677. "peerDependenciesMeta": {
  5678. "encoding": {
  5679. "optional": true
  5680. }
  5681. }
  5682. },
  5683. "node_modules/node-fetch/node_modules/tr46": {
  5684. "version": "0.0.3",
  5685. "resolved": "https://registry.npmmirror.com/tr46/-/tr46-0.0.3.tgz",
  5686. "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
  5687. "license": "MIT"
  5688. },
  5689. "node_modules/node-fetch/node_modules/webidl-conversions": {
  5690. "version": "3.0.1",
  5691. "resolved": "https://registry.npmmirror.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
  5692. "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
  5693. "license": "BSD-2-Clause"
  5694. },
  5695. "node_modules/node-fetch/node_modules/whatwg-url": {
  5696. "version": "5.0.0",
  5697. "resolved": "https://registry.npmmirror.com/whatwg-url/-/whatwg-url-5.0.0.tgz",
  5698. "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
  5699. "license": "MIT",
  5700. "dependencies": {
  5701. "tr46": "~0.0.3",
  5702. "webidl-conversions": "^3.0.0"
  5703. }
  5704. },
  5705. "node_modules/node-forge": {
  5706. "version": "1.3.1",
  5707. "resolved": "https://registry.npmmirror.com/node-forge/-/node-forge-1.3.1.tgz",
  5708. "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==",
  5709. "license": "(BSD-3-Clause OR GPL-2.0)",
  5710. "engines": {
  5711. "node": ">= 6.13.0"
  5712. }
  5713. },
  5714. "node_modules/node-releases": {
  5715. "version": "2.0.19",
  5716. "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.19.tgz",
  5717. "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==",
  5718. "license": "MIT",
  5719. "peer": true
  5720. },
  5721. "node_modules/npmlog": {
  5722. "version": "7.0.1",
  5723. "resolved": "https://registry.npmmirror.com/npmlog/-/npmlog-7.0.1.tgz",
  5724. "integrity": "sha512-uJ0YFk/mCQpLBt+bxN88AKd+gyqZvZDbtiNxk6Waqcj2aPRyfVx8ITawkyQynxUagInjdYT1+qj4NfA5KJJUxg==",
  5725. "deprecated": "This package is no longer supported.",
  5726. "license": "ISC",
  5727. "dependencies": {
  5728. "are-we-there-yet": "^4.0.0",
  5729. "console-control-strings": "^1.1.0",
  5730. "gauge": "^5.0.0",
  5731. "set-blocking": "^2.0.0"
  5732. },
  5733. "engines": {
  5734. "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  5735. }
  5736. },
  5737. "node_modules/oauth-sign": {
  5738. "version": "0.9.0",
  5739. "resolved": "https://registry.npmmirror.com/oauth-sign/-/oauth-sign-0.9.0.tgz",
  5740. "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==",
  5741. "license": "Apache-2.0",
  5742. "engines": {
  5743. "node": "*"
  5744. }
  5745. },
  5746. "node_modules/object-assign": {
  5747. "version": "4.1.1",
  5748. "resolved": "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz",
  5749. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  5750. "license": "MIT",
  5751. "engines": {
  5752. "node": ">=0.10.0"
  5753. }
  5754. },
  5755. "node_modules/object-hash": {
  5756. "version": "3.0.0",
  5757. "resolved": "https://registry.npmmirror.com/object-hash/-/object-hash-3.0.0.tgz",
  5758. "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
  5759. "license": "MIT",
  5760. "engines": {
  5761. "node": ">= 6"
  5762. }
  5763. },
  5764. "node_modules/object-inspect": {
  5765. "version": "1.13.3",
  5766. "resolved": "https://registry.npmmirror.com/object-inspect/-/object-inspect-1.13.3.tgz",
  5767. "integrity": "sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==",
  5768. "license": "MIT",
  5769. "engines": {
  5770. "node": ">= 0.4"
  5771. },
  5772. "funding": {
  5773. "url": "https://github.com/sponsors/ljharb"
  5774. }
  5775. },
  5776. "node_modules/object-path": {
  5777. "version": "0.11.8",
  5778. "resolved": "https://registry.npmmirror.com/object-path/-/object-path-0.11.8.tgz",
  5779. "integrity": "sha512-YJjNZrlXJFM42wTBn6zgOJVar9KFJvzx6sTWDte8sWZF//cnjl0BxHNpfZx+ZffXX63A9q0b1zsFiBX4g4X5KA==",
  5780. "license": "MIT",
  5781. "engines": {
  5782. "node": ">= 10.12.0"
  5783. }
  5784. },
  5785. "node_modules/on-finished": {
  5786. "version": "2.4.1",
  5787. "resolved": "https://registry.npmmirror.com/on-finished/-/on-finished-2.4.1.tgz",
  5788. "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
  5789. "license": "MIT",
  5790. "dependencies": {
  5791. "ee-first": "1.1.1"
  5792. },
  5793. "engines": {
  5794. "node": ">= 0.8"
  5795. }
  5796. },
  5797. "node_modules/once": {
  5798. "version": "1.4.0",
  5799. "resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz",
  5800. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  5801. "license": "ISC",
  5802. "dependencies": {
  5803. "wrappy": "1"
  5804. }
  5805. },
  5806. "node_modules/one-time": {
  5807. "version": "1.0.0",
  5808. "resolved": "https://registry.npmmirror.com/one-time/-/one-time-1.0.0.tgz",
  5809. "integrity": "sha512-5DXOiRKwuSEcQ/l0kGCF6Q3jcADFv5tSmRaJck/OqkVFcOzutB134KRSfF0xDrL39MNnqxbHBbUUcjZIhTgb2g==",
  5810. "license": "MIT",
  5811. "dependencies": {
  5812. "fn.name": "1.x.x"
  5813. }
  5814. },
  5815. "node_modules/optionator": {
  5816. "version": "0.9.4",
  5817. "resolved": "https://registry.npmmirror.com/optionator/-/optionator-0.9.4.tgz",
  5818. "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
  5819. "license": "MIT",
  5820. "peer": true,
  5821. "dependencies": {
  5822. "deep-is": "^0.1.3",
  5823. "fast-levenshtein": "^2.0.6",
  5824. "levn": "^0.4.1",
  5825. "prelude-ls": "^1.2.1",
  5826. "type-check": "^0.4.0",
  5827. "word-wrap": "^1.2.5"
  5828. },
  5829. "engines": {
  5830. "node": ">= 0.8.0"
  5831. }
  5832. },
  5833. "node_modules/otpauth": {
  5834. "version": "9.3.1",
  5835. "resolved": "https://registry.npmmirror.com/otpauth/-/otpauth-9.3.1.tgz",
  5836. "integrity": "sha512-E6d2tMxPofHNk4sRFp+kqW7vQ+WJGO9VLI2N/W00DnI+ThskU12Qa10kyNSGklrzhN5c+wRUsN4GijVgCU2N9w==",
  5837. "license": "MIT",
  5838. "dependencies": {
  5839. "@noble/hashes": "1.4.0"
  5840. },
  5841. "funding": {
  5842. "url": "https://github.com/hectorm/otpauth?sponsor=1"
  5843. }
  5844. },
  5845. "node_modules/p-limit": {
  5846. "version": "3.1.0",
  5847. "resolved": "https://registry.npmmirror.com/p-limit/-/p-limit-3.1.0.tgz",
  5848. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  5849. "license": "MIT",
  5850. "dependencies": {
  5851. "yocto-queue": "^0.1.0"
  5852. },
  5853. "engines": {
  5854. "node": ">=10"
  5855. },
  5856. "funding": {
  5857. "url": "https://github.com/sponsors/sindresorhus"
  5858. }
  5859. },
  5860. "node_modules/p-locate": {
  5861. "version": "5.0.0",
  5862. "resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-5.0.0.tgz",
  5863. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  5864. "license": "MIT",
  5865. "peer": true,
  5866. "dependencies": {
  5867. "p-limit": "^3.0.2"
  5868. },
  5869. "engines": {
  5870. "node": ">=10"
  5871. },
  5872. "funding": {
  5873. "url": "https://github.com/sponsors/sindresorhus"
  5874. }
  5875. },
  5876. "node_modules/parent-module": {
  5877. "version": "1.0.1",
  5878. "resolved": "https://registry.npmmirror.com/parent-module/-/parent-module-1.0.1.tgz",
  5879. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  5880. "license": "MIT",
  5881. "peer": true,
  5882. "dependencies": {
  5883. "callsites": "^3.0.0"
  5884. },
  5885. "engines": {
  5886. "node": ">=6"
  5887. }
  5888. },
  5889. "node_modules/parse": {
  5890. "version": "5.3.0",
  5891. "resolved": "https://registry.npmmirror.com/parse/-/parse-5.3.0.tgz",
  5892. "integrity": "sha512-mWBnE6hHJhdvlx5KPQcYgCGRdgqKhPw+5fSC0j7vOfse3Lkh3xtDwOfmDpvv2LXZVBj72G/mgVKMRmbAICRzkQ==",
  5893. "license": "Apache-2.0",
  5894. "dependencies": {
  5895. "@babel/runtime-corejs3": "7.24.7",
  5896. "idb-keyval": "6.2.1",
  5897. "react-native-crypto-js": "1.0.0",
  5898. "uuid": "10.0.0",
  5899. "ws": "8.17.1",
  5900. "xmlhttprequest": "1.8.0"
  5901. },
  5902. "engines": {
  5903. "node": "18 || 19 || 20 || 22"
  5904. },
  5905. "optionalDependencies": {
  5906. "crypto-js": "4.2.0"
  5907. }
  5908. },
  5909. "node_modules/parse-server": {
  5910. "version": "7.3.0",
  5911. "resolved": "https://registry.npmmirror.com/parse-server/-/parse-server-7.3.0.tgz",
  5912. "integrity": "sha512-YL6hypvVpwxMvi3HCaL7o6wAIwiDbf2uwoy9z72t5A1iphy9fqzwdtefG8P27xWaO3HlUhQ+CuusuoKADcavpA==",
  5913. "hasInstallScript": true,
  5914. "license": "Apache-2.0",
  5915. "dependencies": {
  5916. "@apollo/server": "4.10.5",
  5917. "@babel/eslint-parser": "7.24.7",
  5918. "@graphql-tools/merge": "9.0.4",
  5919. "@graphql-tools/schema": "10.0.4",
  5920. "@graphql-tools/utils": "8.12.0",
  5921. "@parse/fs-files-adapter": "3.0.0",
  5922. "@parse/push-adapter": "6.4.1",
  5923. "bcryptjs": "2.4.3",
  5924. "body-parser": "1.20.3",
  5925. "commander": "12.1.0",
  5926. "cors": "2.8.5",
  5927. "deepcopy": "2.1.0",
  5928. "express": "4.21.0",
  5929. "express-rate-limit": "7.3.1",
  5930. "follow-redirects": "1.15.6",
  5931. "graphql": "16.8.1",
  5932. "graphql-list-fields": "2.0.4",
  5933. "graphql-relay": "0.10.2",
  5934. "graphql-tag": "2.12.6",
  5935. "graphql-upload": "15.0.2",
  5936. "intersect": "1.0.1",
  5937. "jsonwebtoken": "9.0.2",
  5938. "jwks-rsa": "3.1.0",
  5939. "ldapjs": "3.0.7",
  5940. "lodash": "4.17.21",
  5941. "lru-cache": "10.2.2",
  5942. "mime": "3.0.0",
  5943. "mongodb": "5.9.0",
  5944. "mustache": "4.2.0",
  5945. "otpauth": "9.3.1",
  5946. "parse": "5.3.0",
  5947. "path-to-regexp": "6.3.0",
  5948. "pg-monitor": "2.1.0",
  5949. "pg-promise": "11.9.1",
  5950. "pluralize": "8.0.0",
  5951. "punycode": "2.3.1",
  5952. "rate-limit-redis": "4.2.0",
  5953. "redis": "4.6.13",
  5954. "semver": "7.6.3",
  5955. "subscriptions-transport-ws": "0.11.0",
  5956. "tv4": "1.3.0",
  5957. "uuid": "10.0.0",
  5958. "winston": "3.13.1",
  5959. "winston-daily-rotate-file": "5.0.0",
  5960. "ws": "8.18.0"
  5961. },
  5962. "bin": {
  5963. "parse-server": "bin/parse-server"
  5964. },
  5965. "engines": {
  5966. "node": ">=18.0.0 <19.0.0 || >=19.0.0 <20.0.0 || >=20.0.0 <21.0.0 || >=22.0.0 <23.0.0"
  5967. },
  5968. "funding": {
  5969. "type": "opencollective",
  5970. "url": "https://opencollective.com/parse-server"
  5971. },
  5972. "optionalDependencies": {
  5973. "@node-rs/bcrypt": "1.10.4"
  5974. }
  5975. },
  5976. "node_modules/parse-server/node_modules/cookie": {
  5977. "version": "0.6.0",
  5978. "resolved": "https://registry.npmmirror.com/cookie/-/cookie-0.6.0.tgz",
  5979. "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==",
  5980. "license": "MIT",
  5981. "engines": {
  5982. "node": ">= 0.6"
  5983. }
  5984. },
  5985. "node_modules/parse-server/node_modules/express": {
  5986. "version": "4.21.0",
  5987. "resolved": "https://registry.npmmirror.com/express/-/express-4.21.0.tgz",
  5988. "integrity": "sha512-VqcNGcj/Id5ZT1LZ/cfihi3ttTn+NJmkli2eZADigjq29qTlWi/hAQ43t/VLPq8+UX06FCEx3ByOYet6ZFblng==",
  5989. "license": "MIT",
  5990. "dependencies": {
  5991. "accepts": "~1.3.8",
  5992. "array-flatten": "1.1.1",
  5993. "body-parser": "1.20.3",
  5994. "content-disposition": "0.5.4",
  5995. "content-type": "~1.0.4",
  5996. "cookie": "0.6.0",
  5997. "cookie-signature": "1.0.6",
  5998. "debug": "2.6.9",
  5999. "depd": "2.0.0",
  6000. "encodeurl": "~2.0.0",
  6001. "escape-html": "~1.0.3",
  6002. "etag": "~1.8.1",
  6003. "finalhandler": "1.3.1",
  6004. "fresh": "0.5.2",
  6005. "http-errors": "2.0.0",
  6006. "merge-descriptors": "1.0.3",
  6007. "methods": "~1.1.2",
  6008. "on-finished": "2.4.1",
  6009. "parseurl": "~1.3.3",
  6010. "path-to-regexp": "0.1.10",
  6011. "proxy-addr": "~2.0.7",
  6012. "qs": "6.13.0",
  6013. "range-parser": "~1.2.1",
  6014. "safe-buffer": "5.2.1",
  6015. "send": "0.19.0",
  6016. "serve-static": "1.16.2",
  6017. "setprototypeof": "1.2.0",
  6018. "statuses": "2.0.1",
  6019. "type-is": "~1.6.18",
  6020. "utils-merge": "1.0.1",
  6021. "vary": "~1.1.2"
  6022. },
  6023. "engines": {
  6024. "node": ">= 0.10.0"
  6025. }
  6026. },
  6027. "node_modules/parse-server/node_modules/express/node_modules/path-to-regexp": {
  6028. "version": "0.1.10",
  6029. "resolved": "https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-0.1.10.tgz",
  6030. "integrity": "sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==",
  6031. "license": "MIT"
  6032. },
  6033. "node_modules/parse-server/node_modules/mime": {
  6034. "version": "3.0.0",
  6035. "resolved": "https://registry.npmmirror.com/mime/-/mime-3.0.0.tgz",
  6036. "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
  6037. "license": "MIT",
  6038. "bin": {
  6039. "mime": "cli.js"
  6040. },
  6041. "engines": {
  6042. "node": ">=10.0.0"
  6043. }
  6044. },
  6045. "node_modules/parse-server/node_modules/path-to-regexp": {
  6046. "version": "6.3.0",
  6047. "resolved": "https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-6.3.0.tgz",
  6048. "integrity": "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==",
  6049. "license": "MIT"
  6050. },
  6051. "node_modules/parse/node_modules/ws": {
  6052. "version": "8.17.1",
  6053. "resolved": "https://registry.npmmirror.com/ws/-/ws-8.17.1.tgz",
  6054. "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==",
  6055. "license": "MIT",
  6056. "engines": {
  6057. "node": ">=10.0.0"
  6058. },
  6059. "peerDependencies": {
  6060. "bufferutil": "^4.0.1",
  6061. "utf-8-validate": ">=5.0.2"
  6062. },
  6063. "peerDependenciesMeta": {
  6064. "bufferutil": {
  6065. "optional": true
  6066. },
  6067. "utf-8-validate": {
  6068. "optional": true
  6069. }
  6070. }
  6071. },
  6072. "node_modules/parseurl": {
  6073. "version": "1.3.3",
  6074. "resolved": "https://registry.npmmirror.com/parseurl/-/parseurl-1.3.3.tgz",
  6075. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  6076. "license": "MIT",
  6077. "engines": {
  6078. "node": ">= 0.8"
  6079. }
  6080. },
  6081. "node_modules/path-exists": {
  6082. "version": "4.0.0",
  6083. "resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz",
  6084. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  6085. "license": "MIT",
  6086. "peer": true,
  6087. "engines": {
  6088. "node": ">=8"
  6089. }
  6090. },
  6091. "node_modules/path-key": {
  6092. "version": "3.1.1",
  6093. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz",
  6094. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  6095. "license": "MIT",
  6096. "peer": true,
  6097. "engines": {
  6098. "node": ">=8"
  6099. }
  6100. },
  6101. "node_modules/path-to-regexp": {
  6102. "version": "0.1.12",
  6103. "resolved": "https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-0.1.12.tgz",
  6104. "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==",
  6105. "license": "MIT"
  6106. },
  6107. "node_modules/performance-now": {
  6108. "version": "2.1.0",
  6109. "resolved": "https://registry.npmmirror.com/performance-now/-/performance-now-2.1.0.tgz",
  6110. "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==",
  6111. "license": "MIT"
  6112. },
  6113. "node_modules/pg": {
  6114. "version": "8.12.0",
  6115. "resolved": "https://registry.npmmirror.com/pg/-/pg-8.12.0.tgz",
  6116. "integrity": "sha512-A+LHUSnwnxrnL/tZ+OLfqR1SxLN3c/pgDztZ47Rpbsd4jUytsTtwQo/TLPRzPJMp/1pbhYVhH9cuSZLAajNfjQ==",
  6117. "license": "MIT",
  6118. "dependencies": {
  6119. "pg-connection-string": "^2.6.4",
  6120. "pg-pool": "^3.6.2",
  6121. "pg-protocol": "^1.6.1",
  6122. "pg-types": "^2.1.0",
  6123. "pgpass": "1.x"
  6124. },
  6125. "engines": {
  6126. "node": ">= 8.0.0"
  6127. },
  6128. "optionalDependencies": {
  6129. "pg-cloudflare": "^1.1.1"
  6130. },
  6131. "peerDependencies": {
  6132. "pg-native": ">=3.0.1"
  6133. },
  6134. "peerDependenciesMeta": {
  6135. "pg-native": {
  6136. "optional": true
  6137. }
  6138. }
  6139. },
  6140. "node_modules/pg-cloudflare": {
  6141. "version": "1.1.1",
  6142. "resolved": "https://registry.npmmirror.com/pg-cloudflare/-/pg-cloudflare-1.1.1.tgz",
  6143. "integrity": "sha512-xWPagP/4B6BgFO+EKz3JONXv3YDgvkbVrGw2mTo3D6tVDQRh1e7cqVGvyR3BE+eQgAvx1XhW/iEASj4/jCWl3Q==",
  6144. "license": "MIT",
  6145. "optional": true
  6146. },
  6147. "node_modules/pg-connection-string": {
  6148. "version": "2.7.0",
  6149. "resolved": "https://registry.npmmirror.com/pg-connection-string/-/pg-connection-string-2.7.0.tgz",
  6150. "integrity": "sha512-PI2W9mv53rXJQEOb8xNR8lH7Hr+EKa6oJa38zsK0S/ky2er16ios1wLKhZyxzD7jUReiWokc9WK5nxSnC7W1TA==",
  6151. "license": "MIT"
  6152. },
  6153. "node_modules/pg-int8": {
  6154. "version": "1.0.1",
  6155. "resolved": "https://registry.npmmirror.com/pg-int8/-/pg-int8-1.0.1.tgz",
  6156. "integrity": "sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==",
  6157. "license": "ISC",
  6158. "engines": {
  6159. "node": ">=4.0.0"
  6160. }
  6161. },
  6162. "node_modules/pg-minify": {
  6163. "version": "1.6.5",
  6164. "resolved": "https://registry.npmmirror.com/pg-minify/-/pg-minify-1.6.5.tgz",
  6165. "integrity": "sha512-u0UE8veaCnMfJmoklqneeBBopOAPG3/6DHqGVHYAhz8DkJXh9dnjPlz25fRxn4e+6XVzdOp7kau63Rp52fZ3WQ==",
  6166. "license": "MIT",
  6167. "engines": {
  6168. "node": ">=14.0.0"
  6169. }
  6170. },
  6171. "node_modules/pg-monitor": {
  6172. "version": "2.1.0",
  6173. "resolved": "https://registry.npmmirror.com/pg-monitor/-/pg-monitor-2.1.0.tgz",
  6174. "integrity": "sha512-+yMzUg7oxGuj+4CQODresSFz3unIVYKDhyPp7Vrb4L34yJacVZXicFkai3s/is+mzD5KE7uKljQ7uJrL8PsTxw==",
  6175. "license": "MIT",
  6176. "dependencies": {
  6177. "cli-color": "2.0.4"
  6178. },
  6179. "engines": {
  6180. "node": ">=14"
  6181. }
  6182. },
  6183. "node_modules/pg-pool": {
  6184. "version": "3.7.0",
  6185. "resolved": "https://registry.npmmirror.com/pg-pool/-/pg-pool-3.7.0.tgz",
  6186. "integrity": "sha512-ZOBQForurqh4zZWjrgSwwAtzJ7QiRX0ovFkZr2klsen3Nm0aoh33Ls0fzfv3imeH/nw/O27cjdz5kzYJfeGp/g==",
  6187. "license": "MIT",
  6188. "peerDependencies": {
  6189. "pg": ">=8.0"
  6190. }
  6191. },
  6192. "node_modules/pg-promise": {
  6193. "version": "11.9.1",
  6194. "resolved": "https://registry.npmmirror.com/pg-promise/-/pg-promise-11.9.1.tgz",
  6195. "integrity": "sha512-qvMmyDvWd64X0a25hCuWV40GLMbgeYf4z7ZmzxQqGHtUIlzMtxcMtaBHAMr7XVOL62wFv2ZVKW5pFruD/4ZAOg==",
  6196. "license": "MIT",
  6197. "dependencies": {
  6198. "assert-options": "0.8.1",
  6199. "pg": "8.12.0",
  6200. "pg-minify": "1.6.5",
  6201. "spex": "3.3.0"
  6202. },
  6203. "engines": {
  6204. "node": ">=14.0"
  6205. }
  6206. },
  6207. "node_modules/pg-protocol": {
  6208. "version": "1.7.0",
  6209. "resolved": "https://registry.npmmirror.com/pg-protocol/-/pg-protocol-1.7.0.tgz",
  6210. "integrity": "sha512-hTK/mE36i8fDDhgDFjy6xNOG+LCorxLG3WO17tku+ij6sVHXh1jQUJ8hYAnRhNla4QVD2H8er/FOjc/+EgC6yQ==",
  6211. "license": "MIT"
  6212. },
  6213. "node_modules/pg-types": {
  6214. "version": "2.2.0",
  6215. "resolved": "https://registry.npmmirror.com/pg-types/-/pg-types-2.2.0.tgz",
  6216. "integrity": "sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==",
  6217. "license": "MIT",
  6218. "dependencies": {
  6219. "pg-int8": "1.0.1",
  6220. "postgres-array": "~2.0.0",
  6221. "postgres-bytea": "~1.0.0",
  6222. "postgres-date": "~1.0.4",
  6223. "postgres-interval": "^1.1.0"
  6224. },
  6225. "engines": {
  6226. "node": ">=4"
  6227. }
  6228. },
  6229. "node_modules/pgpass": {
  6230. "version": "1.0.5",
  6231. "resolved": "https://registry.npmmirror.com/pgpass/-/pgpass-1.0.5.tgz",
  6232. "integrity": "sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==",
  6233. "license": "MIT",
  6234. "dependencies": {
  6235. "split2": "^4.1.0"
  6236. }
  6237. },
  6238. "node_modules/picocolors": {
  6239. "version": "1.1.1",
  6240. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  6241. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  6242. "license": "ISC",
  6243. "peer": true
  6244. },
  6245. "node_modules/pluralize": {
  6246. "version": "8.0.0",
  6247. "resolved": "https://registry.npmmirror.com/pluralize/-/pluralize-8.0.0.tgz",
  6248. "integrity": "sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==",
  6249. "license": "MIT",
  6250. "engines": {
  6251. "node": ">=4"
  6252. }
  6253. },
  6254. "node_modules/postgres-array": {
  6255. "version": "2.0.0",
  6256. "resolved": "https://registry.npmmirror.com/postgres-array/-/postgres-array-2.0.0.tgz",
  6257. "integrity": "sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==",
  6258. "license": "MIT",
  6259. "engines": {
  6260. "node": ">=4"
  6261. }
  6262. },
  6263. "node_modules/postgres-bytea": {
  6264. "version": "1.0.0",
  6265. "resolved": "https://registry.npmmirror.com/postgres-bytea/-/postgres-bytea-1.0.0.tgz",
  6266. "integrity": "sha512-xy3pmLuQqRBZBXDULy7KbaitYqLcmxigw14Q5sj8QBVLqEwXfeybIKVWiqAXTlcvdvb0+xkOtDbfQMOf4lST1w==",
  6267. "license": "MIT",
  6268. "engines": {
  6269. "node": ">=0.10.0"
  6270. }
  6271. },
  6272. "node_modules/postgres-date": {
  6273. "version": "1.0.7",
  6274. "resolved": "https://registry.npmmirror.com/postgres-date/-/postgres-date-1.0.7.tgz",
  6275. "integrity": "sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==",
  6276. "license": "MIT",
  6277. "engines": {
  6278. "node": ">=0.10.0"
  6279. }
  6280. },
  6281. "node_modules/postgres-interval": {
  6282. "version": "1.2.0",
  6283. "resolved": "https://registry.npmmirror.com/postgres-interval/-/postgres-interval-1.2.0.tgz",
  6284. "integrity": "sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==",
  6285. "license": "MIT",
  6286. "dependencies": {
  6287. "xtend": "^4.0.0"
  6288. },
  6289. "engines": {
  6290. "node": ">=0.10.0"
  6291. }
  6292. },
  6293. "node_modules/prebuild-install": {
  6294. "version": "7.1.2",
  6295. "resolved": "https://registry.npmmirror.com/prebuild-install/-/prebuild-install-7.1.2.tgz",
  6296. "integrity": "sha512-UnNke3IQb6sgarcZIDU3gbMeTp/9SSU1DAIkil7PrqG1vZlBtY5msYccSKSHDqa3hNg436IXK+SNImReuA1wEQ==",
  6297. "license": "MIT",
  6298. "dependencies": {
  6299. "detect-libc": "^2.0.0",
  6300. "expand-template": "^2.0.3",
  6301. "github-from-package": "0.0.0",
  6302. "minimist": "^1.2.3",
  6303. "mkdirp-classic": "^0.5.3",
  6304. "napi-build-utils": "^1.0.1",
  6305. "node-abi": "^3.3.0",
  6306. "pump": "^3.0.0",
  6307. "rc": "^1.2.7",
  6308. "simple-get": "^4.0.0",
  6309. "tar-fs": "^2.0.0",
  6310. "tunnel-agent": "^0.6.0"
  6311. },
  6312. "bin": {
  6313. "prebuild-install": "bin.js"
  6314. },
  6315. "engines": {
  6316. "node": ">=10"
  6317. }
  6318. },
  6319. "node_modules/precond": {
  6320. "version": "0.2.3",
  6321. "resolved": "https://registry.npmmirror.com/precond/-/precond-0.2.3.tgz",
  6322. "integrity": "sha512-QCYG84SgGyGzqJ/vlMsxeXd/pgL/I94ixdNFyh1PusWmTCyVfPJjZ1K1jvHtsbfnXQs2TSkEP2fR7QiMZAnKFQ==",
  6323. "engines": {
  6324. "node": ">= 0.6"
  6325. }
  6326. },
  6327. "node_modules/prelude-ls": {
  6328. "version": "1.2.1",
  6329. "resolved": "https://registry.npmmirror.com/prelude-ls/-/prelude-ls-1.2.1.tgz",
  6330. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  6331. "license": "MIT",
  6332. "peer": true,
  6333. "engines": {
  6334. "node": ">= 0.8.0"
  6335. }
  6336. },
  6337. "node_modules/process-warning": {
  6338. "version": "2.3.2",
  6339. "resolved": "https://registry.npmmirror.com/process-warning/-/process-warning-2.3.2.tgz",
  6340. "integrity": "sha512-n9wh8tvBe5sFmsqlg+XQhaQLumwpqoAUruLwjCopgTmUBjJ/fjtBsJzKleCaIGBOMXYEhp1YfKl4d7rJ5ZKJGA==",
  6341. "license": "MIT"
  6342. },
  6343. "node_modules/promise-limit": {
  6344. "version": "2.7.0",
  6345. "resolved": "https://registry.npmmirror.com/promise-limit/-/promise-limit-2.7.0.tgz",
  6346. "integrity": "sha512-7nJ6v5lnJsXwGprnGXga4wx6d1POjvi5Qmf1ivTRxTjH4Z/9Czja/UCMLVmB9N93GeWOU93XaFaEt6jbuoagNw==",
  6347. "license": "ISC"
  6348. },
  6349. "node_modules/promise-retry": {
  6350. "version": "2.0.1",
  6351. "resolved": "https://registry.npmmirror.com/promise-retry/-/promise-retry-2.0.1.tgz",
  6352. "integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==",
  6353. "license": "MIT",
  6354. "dependencies": {
  6355. "err-code": "^2.0.2",
  6356. "retry": "^0.12.0"
  6357. },
  6358. "engines": {
  6359. "node": ">=10"
  6360. }
  6361. },
  6362. "node_modules/promise-retry/node_modules/retry": {
  6363. "version": "0.12.0",
  6364. "resolved": "https://registry.npmmirror.com/retry/-/retry-0.12.0.tgz",
  6365. "integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==",
  6366. "license": "MIT",
  6367. "engines": {
  6368. "node": ">= 4"
  6369. }
  6370. },
  6371. "node_modules/proto3-json-serializer": {
  6372. "version": "2.0.2",
  6373. "resolved": "https://registry.npmmirror.com/proto3-json-serializer/-/proto3-json-serializer-2.0.2.tgz",
  6374. "integrity": "sha512-SAzp/O4Yh02jGdRc+uIrGoe87dkN/XtwxfZ4ZyafJHymd79ozp5VG5nyZ7ygqPM5+cpLDjjGnYFUkngonyDPOQ==",
  6375. "license": "Apache-2.0",
  6376. "optional": true,
  6377. "dependencies": {
  6378. "protobufjs": "^7.2.5"
  6379. },
  6380. "engines": {
  6381. "node": ">=14.0.0"
  6382. }
  6383. },
  6384. "node_modules/protobufjs": {
  6385. "version": "7.4.0",
  6386. "resolved": "https://registry.npmmirror.com/protobufjs/-/protobufjs-7.4.0.tgz",
  6387. "integrity": "sha512-mRUWCc3KUU4w1jU8sGxICXH/gNS94DvI1gxqDvBzhj1JpcsimQkYiOJfwsPUykUI5ZaspFbSgmBLER8IrQ3tqw==",
  6388. "hasInstallScript": true,
  6389. "license": "BSD-3-Clause",
  6390. "optional": true,
  6391. "dependencies": {
  6392. "@protobufjs/aspromise": "^1.1.2",
  6393. "@protobufjs/base64": "^1.1.2",
  6394. "@protobufjs/codegen": "^2.0.4",
  6395. "@protobufjs/eventemitter": "^1.1.0",
  6396. "@protobufjs/fetch": "^1.1.0",
  6397. "@protobufjs/float": "^1.0.2",
  6398. "@protobufjs/inquire": "^1.1.0",
  6399. "@protobufjs/path": "^1.1.2",
  6400. "@protobufjs/pool": "^1.1.0",
  6401. "@protobufjs/utf8": "^1.1.0",
  6402. "@types/node": ">=13.7.0",
  6403. "long": "^5.0.0"
  6404. },
  6405. "engines": {
  6406. "node": ">=12.0.0"
  6407. }
  6408. },
  6409. "node_modules/protobufjs/node_modules/long": {
  6410. "version": "5.2.3",
  6411. "resolved": "https://registry.npmmirror.com/long/-/long-5.2.3.tgz",
  6412. "integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==",
  6413. "license": "Apache-2.0",
  6414. "optional": true
  6415. },
  6416. "node_modules/proxy-addr": {
  6417. "version": "2.0.7",
  6418. "resolved": "https://registry.npmmirror.com/proxy-addr/-/proxy-addr-2.0.7.tgz",
  6419. "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
  6420. "license": "MIT",
  6421. "dependencies": {
  6422. "forwarded": "0.2.0",
  6423. "ipaddr.js": "1.9.1"
  6424. },
  6425. "engines": {
  6426. "node": ">= 0.10"
  6427. }
  6428. },
  6429. "node_modules/psl": {
  6430. "version": "1.15.0",
  6431. "resolved": "https://registry.npmmirror.com/psl/-/psl-1.15.0.tgz",
  6432. "integrity": "sha512-JZd3gMVBAVQkSs6HdNZo9Sdo0LNcQeMNP3CozBJb3JYC/QUYZTnKxP+f8oWRX4rHP5EurWxqAHTSwUCjlNKa1w==",
  6433. "license": "MIT",
  6434. "dependencies": {
  6435. "punycode": "^2.3.1"
  6436. },
  6437. "funding": {
  6438. "url": "https://github.com/sponsors/lupomontero"
  6439. }
  6440. },
  6441. "node_modules/pump": {
  6442. "version": "3.0.2",
  6443. "resolved": "https://registry.npmmirror.com/pump/-/pump-3.0.2.tgz",
  6444. "integrity": "sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==",
  6445. "license": "MIT",
  6446. "dependencies": {
  6447. "end-of-stream": "^1.1.0",
  6448. "once": "^1.3.1"
  6449. }
  6450. },
  6451. "node_modules/punycode": {
  6452. "version": "2.3.1",
  6453. "resolved": "https://registry.npmmirror.com/punycode/-/punycode-2.3.1.tgz",
  6454. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  6455. "license": "MIT",
  6456. "engines": {
  6457. "node": ">=6"
  6458. }
  6459. },
  6460. "node_modules/qs": {
  6461. "version": "6.13.0",
  6462. "resolved": "https://registry.npmmirror.com/qs/-/qs-6.13.0.tgz",
  6463. "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==",
  6464. "license": "BSD-3-Clause",
  6465. "dependencies": {
  6466. "side-channel": "^1.0.6"
  6467. },
  6468. "engines": {
  6469. "node": ">=0.6"
  6470. },
  6471. "funding": {
  6472. "url": "https://github.com/sponsors/ljharb"
  6473. }
  6474. },
  6475. "node_modules/range-parser": {
  6476. "version": "1.2.1",
  6477. "resolved": "https://registry.npmmirror.com/range-parser/-/range-parser-1.2.1.tgz",
  6478. "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
  6479. "license": "MIT",
  6480. "engines": {
  6481. "node": ">= 0.6"
  6482. }
  6483. },
  6484. "node_modules/rate-limit-redis": {
  6485. "version": "4.2.0",
  6486. "resolved": "https://registry.npmmirror.com/rate-limit-redis/-/rate-limit-redis-4.2.0.tgz",
  6487. "integrity": "sha512-wV450NQyKC24NmPosJb2131RoczLdfIJdKCReNwtVpm5998U8SgKrAZrIHaN/NfQgqOHaan8Uq++B4sa5REwjA==",
  6488. "license": "MIT",
  6489. "engines": {
  6490. "node": ">= 16"
  6491. },
  6492. "peerDependencies": {
  6493. "express-rate-limit": ">= 6"
  6494. }
  6495. },
  6496. "node_modules/raw-body": {
  6497. "version": "2.5.2",
  6498. "resolved": "https://registry.npmmirror.com/raw-body/-/raw-body-2.5.2.tgz",
  6499. "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==",
  6500. "license": "MIT",
  6501. "dependencies": {
  6502. "bytes": "3.1.2",
  6503. "http-errors": "2.0.0",
  6504. "iconv-lite": "0.4.24",
  6505. "unpipe": "1.0.0"
  6506. },
  6507. "engines": {
  6508. "node": ">= 0.8"
  6509. }
  6510. },
  6511. "node_modules/rc": {
  6512. "version": "1.2.8",
  6513. "resolved": "https://registry.npmmirror.com/rc/-/rc-1.2.8.tgz",
  6514. "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==",
  6515. "license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
  6516. "dependencies": {
  6517. "deep-extend": "^0.6.0",
  6518. "ini": "~1.3.0",
  6519. "minimist": "^1.2.0",
  6520. "strip-json-comments": "~2.0.1"
  6521. },
  6522. "bin": {
  6523. "rc": "cli.js"
  6524. }
  6525. },
  6526. "node_modules/rc/node_modules/strip-json-comments": {
  6527. "version": "2.0.1",
  6528. "resolved": "https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
  6529. "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==",
  6530. "license": "MIT",
  6531. "engines": {
  6532. "node": ">=0.10.0"
  6533. }
  6534. },
  6535. "node_modules/react-native-crypto-js": {
  6536. "version": "1.0.0",
  6537. "resolved": "https://registry.npmmirror.com/react-native-crypto-js/-/react-native-crypto-js-1.0.0.tgz",
  6538. "integrity": "sha512-FNbLuG/HAdapQoybeZSoes1PWdOj0w242gb+e1R0hicf3Gyj/Mf8M9NaED2AnXVOX01b2FXomwUiw1xP1K+8sA==",
  6539. "license": "MIT"
  6540. },
  6541. "node_modules/readable-stream": {
  6542. "version": "3.6.2",
  6543. "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-3.6.2.tgz",
  6544. "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
  6545. "license": "MIT",
  6546. "dependencies": {
  6547. "inherits": "^2.0.3",
  6548. "string_decoder": "^1.1.1",
  6549. "util-deprecate": "^1.0.1"
  6550. },
  6551. "engines": {
  6552. "node": ">= 6"
  6553. }
  6554. },
  6555. "node_modules/redis": {
  6556. "version": "4.6.13",
  6557. "resolved": "https://registry.npmmirror.com/redis/-/redis-4.6.13.tgz",
  6558. "integrity": "sha512-MHgkS4B+sPjCXpf+HfdetBwbRz6vCtsceTmw1pHNYJAsYxrfpOP6dz+piJWGos8wqG7qb3vj/Rrc5qOlmInUuA==",
  6559. "license": "MIT",
  6560. "workspaces": [
  6561. "./packages/*"
  6562. ],
  6563. "dependencies": {
  6564. "@redis/bloom": "1.2.0",
  6565. "@redis/client": "1.5.14",
  6566. "@redis/graph": "1.1.1",
  6567. "@redis/json": "1.0.6",
  6568. "@redis/search": "1.1.6",
  6569. "@redis/time-series": "1.0.5"
  6570. }
  6571. },
  6572. "node_modules/regenerator-runtime": {
  6573. "version": "0.14.1",
  6574. "resolved": "https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
  6575. "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
  6576. "license": "MIT"
  6577. },
  6578. "node_modules/request": {
  6579. "version": "2.88.0",
  6580. "resolved": "https://registry.npmmirror.com/request/-/request-2.88.0.tgz",
  6581. "integrity": "sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg==",
  6582. "deprecated": "request has been deprecated, see https://github.com/request/request/issues/3142",
  6583. "license": "Apache-2.0",
  6584. "dependencies": {
  6585. "aws-sign2": "~0.7.0",
  6586. "aws4": "^1.8.0",
  6587. "caseless": "~0.12.0",
  6588. "combined-stream": "~1.0.6",
  6589. "extend": "~3.0.2",
  6590. "forever-agent": "~0.6.1",
  6591. "form-data": "~2.3.2",
  6592. "har-validator": "~5.1.0",
  6593. "http-signature": "~1.2.0",
  6594. "is-typedarray": "~1.0.0",
  6595. "isstream": "~0.1.2",
  6596. "json-stringify-safe": "~5.0.1",
  6597. "mime-types": "~2.1.19",
  6598. "oauth-sign": "~0.9.0",
  6599. "performance-now": "^2.1.0",
  6600. "qs": "~6.5.2",
  6601. "safe-buffer": "^5.1.2",
  6602. "tough-cookie": "~2.4.3",
  6603. "tunnel-agent": "^0.6.0",
  6604. "uuid": "^3.3.2"
  6605. },
  6606. "engines": {
  6607. "node": ">= 4"
  6608. }
  6609. },
  6610. "node_modules/request/node_modules/form-data": {
  6611. "version": "2.3.3",
  6612. "resolved": "https://registry.npmmirror.com/form-data/-/form-data-2.3.3.tgz",
  6613. "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==",
  6614. "license": "MIT",
  6615. "dependencies": {
  6616. "asynckit": "^0.4.0",
  6617. "combined-stream": "^1.0.6",
  6618. "mime-types": "^2.1.12"
  6619. },
  6620. "engines": {
  6621. "node": ">= 0.12"
  6622. }
  6623. },
  6624. "node_modules/request/node_modules/qs": {
  6625. "version": "6.5.3",
  6626. "resolved": "https://registry.npmmirror.com/qs/-/qs-6.5.3.tgz",
  6627. "integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==",
  6628. "license": "BSD-3-Clause",
  6629. "engines": {
  6630. "node": ">=0.6"
  6631. }
  6632. },
  6633. "node_modules/request/node_modules/uuid": {
  6634. "version": "3.4.0",
  6635. "resolved": "https://registry.npmmirror.com/uuid/-/uuid-3.4.0.tgz",
  6636. "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
  6637. "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.",
  6638. "license": "MIT",
  6639. "bin": {
  6640. "uuid": "bin/uuid"
  6641. }
  6642. },
  6643. "node_modules/require-directory": {
  6644. "version": "2.1.1",
  6645. "resolved": "https://registry.npmmirror.com/require-directory/-/require-directory-2.1.1.tgz",
  6646. "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
  6647. "license": "MIT",
  6648. "optional": true,
  6649. "engines": {
  6650. "node": ">=0.10.0"
  6651. }
  6652. },
  6653. "node_modules/resolve-from": {
  6654. "version": "4.0.0",
  6655. "resolved": "https://registry.npmmirror.com/resolve-from/-/resolve-from-4.0.0.tgz",
  6656. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  6657. "license": "MIT",
  6658. "peer": true,
  6659. "engines": {
  6660. "node": ">=4"
  6661. }
  6662. },
  6663. "node_modules/retry": {
  6664. "version": "0.13.1",
  6665. "resolved": "https://registry.npmmirror.com/retry/-/retry-0.13.1.tgz",
  6666. "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==",
  6667. "license": "MIT",
  6668. "engines": {
  6669. "node": ">= 4"
  6670. }
  6671. },
  6672. "node_modules/retry-request": {
  6673. "version": "7.0.2",
  6674. "resolved": "https://registry.npmmirror.com/retry-request/-/retry-request-7.0.2.tgz",
  6675. "integrity": "sha512-dUOvLMJ0/JJYEn8NrpOaGNE7X3vpI5XlZS/u0ANjqtcZVKnIxP7IgCFwrKTxENw29emmwug53awKtaMm4i9g5w==",
  6676. "license": "MIT",
  6677. "optional": true,
  6678. "dependencies": {
  6679. "@types/request": "^2.48.8",
  6680. "extend": "^3.0.2",
  6681. "teeny-request": "^9.0.0"
  6682. },
  6683. "engines": {
  6684. "node": ">=14"
  6685. }
  6686. },
  6687. "node_modules/safe-buffer": {
  6688. "version": "5.2.1",
  6689. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
  6690. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  6691. "funding": [
  6692. {
  6693. "type": "github",
  6694. "url": "https://github.com/sponsors/feross"
  6695. },
  6696. {
  6697. "type": "patreon",
  6698. "url": "https://www.patreon.com/feross"
  6699. },
  6700. {
  6701. "type": "consulting",
  6702. "url": "https://feross.org/support"
  6703. }
  6704. ],
  6705. "license": "MIT"
  6706. },
  6707. "node_modules/safe-stable-stringify": {
  6708. "version": "2.5.0",
  6709. "resolved": "https://registry.npmmirror.com/safe-stable-stringify/-/safe-stable-stringify-2.5.0.tgz",
  6710. "integrity": "sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==",
  6711. "license": "MIT",
  6712. "engines": {
  6713. "node": ">=10"
  6714. }
  6715. },
  6716. "node_modules/safer-buffer": {
  6717. "version": "2.1.2",
  6718. "resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
  6719. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
  6720. "license": "MIT"
  6721. },
  6722. "node_modules/semver": {
  6723. "version": "7.6.3",
  6724. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.6.3.tgz",
  6725. "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
  6726. "license": "ISC",
  6727. "bin": {
  6728. "semver": "bin/semver.js"
  6729. },
  6730. "engines": {
  6731. "node": ">=10"
  6732. }
  6733. },
  6734. "node_modules/send": {
  6735. "version": "0.19.0",
  6736. "resolved": "https://registry.npmmirror.com/send/-/send-0.19.0.tgz",
  6737. "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==",
  6738. "license": "MIT",
  6739. "dependencies": {
  6740. "debug": "2.6.9",
  6741. "depd": "2.0.0",
  6742. "destroy": "1.2.0",
  6743. "encodeurl": "~1.0.2",
  6744. "escape-html": "~1.0.3",
  6745. "etag": "~1.8.1",
  6746. "fresh": "0.5.2",
  6747. "http-errors": "2.0.0",
  6748. "mime": "1.6.0",
  6749. "ms": "2.1.3",
  6750. "on-finished": "2.4.1",
  6751. "range-parser": "~1.2.1",
  6752. "statuses": "2.0.1"
  6753. },
  6754. "engines": {
  6755. "node": ">= 0.8.0"
  6756. }
  6757. },
  6758. "node_modules/send/node_modules/encodeurl": {
  6759. "version": "1.0.2",
  6760. "resolved": "https://registry.npmmirror.com/encodeurl/-/encodeurl-1.0.2.tgz",
  6761. "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
  6762. "license": "MIT",
  6763. "engines": {
  6764. "node": ">= 0.8"
  6765. }
  6766. },
  6767. "node_modules/send/node_modules/ms": {
  6768. "version": "2.1.3",
  6769. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  6770. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  6771. "license": "MIT"
  6772. },
  6773. "node_modules/serve-static": {
  6774. "version": "1.16.2",
  6775. "resolved": "https://registry.npmmirror.com/serve-static/-/serve-static-1.16.2.tgz",
  6776. "integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==",
  6777. "license": "MIT",
  6778. "dependencies": {
  6779. "encodeurl": "~2.0.0",
  6780. "escape-html": "~1.0.3",
  6781. "parseurl": "~1.3.3",
  6782. "send": "0.19.0"
  6783. },
  6784. "engines": {
  6785. "node": ">= 0.8.0"
  6786. }
  6787. },
  6788. "node_modules/set-blocking": {
  6789. "version": "2.0.0",
  6790. "resolved": "https://registry.npmmirror.com/set-blocking/-/set-blocking-2.0.0.tgz",
  6791. "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==",
  6792. "license": "ISC"
  6793. },
  6794. "node_modules/set-function-length": {
  6795. "version": "1.2.2",
  6796. "resolved": "https://registry.npmmirror.com/set-function-length/-/set-function-length-1.2.2.tgz",
  6797. "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
  6798. "license": "MIT",
  6799. "dependencies": {
  6800. "define-data-property": "^1.1.4",
  6801. "es-errors": "^1.3.0",
  6802. "function-bind": "^1.1.2",
  6803. "get-intrinsic": "^1.2.4",
  6804. "gopd": "^1.0.1",
  6805. "has-property-descriptors": "^1.0.2"
  6806. },
  6807. "engines": {
  6808. "node": ">= 0.4"
  6809. }
  6810. },
  6811. "node_modules/setprototypeof": {
  6812. "version": "1.2.0",
  6813. "resolved": "https://registry.npmmirror.com/setprototypeof/-/setprototypeof-1.2.0.tgz",
  6814. "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
  6815. "license": "ISC"
  6816. },
  6817. "node_modules/sha.js": {
  6818. "version": "2.4.11",
  6819. "resolved": "https://registry.npmmirror.com/sha.js/-/sha.js-2.4.11.tgz",
  6820. "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==",
  6821. "license": "(MIT AND BSD-3-Clause)",
  6822. "dependencies": {
  6823. "inherits": "^2.0.1",
  6824. "safe-buffer": "^5.0.1"
  6825. },
  6826. "bin": {
  6827. "sha.js": "bin.js"
  6828. }
  6829. },
  6830. "node_modules/shebang-command": {
  6831. "version": "2.0.0",
  6832. "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz",
  6833. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  6834. "license": "MIT",
  6835. "peer": true,
  6836. "dependencies": {
  6837. "shebang-regex": "^3.0.0"
  6838. },
  6839. "engines": {
  6840. "node": ">=8"
  6841. }
  6842. },
  6843. "node_modules/shebang-regex": {
  6844. "version": "3.0.0",
  6845. "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz",
  6846. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  6847. "license": "MIT",
  6848. "peer": true,
  6849. "engines": {
  6850. "node": ">=8"
  6851. }
  6852. },
  6853. "node_modules/side-channel": {
  6854. "version": "1.0.6",
  6855. "resolved": "https://registry.npmmirror.com/side-channel/-/side-channel-1.0.6.tgz",
  6856. "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==",
  6857. "license": "MIT",
  6858. "dependencies": {
  6859. "call-bind": "^1.0.7",
  6860. "es-errors": "^1.3.0",
  6861. "get-intrinsic": "^1.2.4",
  6862. "object-inspect": "^1.13.1"
  6863. },
  6864. "engines": {
  6865. "node": ">= 0.4"
  6866. },
  6867. "funding": {
  6868. "url": "https://github.com/sponsors/ljharb"
  6869. }
  6870. },
  6871. "node_modules/signal-exit": {
  6872. "version": "4.1.0",
  6873. "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-4.1.0.tgz",
  6874. "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
  6875. "license": "ISC",
  6876. "engines": {
  6877. "node": ">=14"
  6878. },
  6879. "funding": {
  6880. "url": "https://github.com/sponsors/isaacs"
  6881. }
  6882. },
  6883. "node_modules/simple-concat": {
  6884. "version": "1.0.1",
  6885. "resolved": "https://registry.npmmirror.com/simple-concat/-/simple-concat-1.0.1.tgz",
  6886. "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==",
  6887. "funding": [
  6888. {
  6889. "type": "github",
  6890. "url": "https://github.com/sponsors/feross"
  6891. },
  6892. {
  6893. "type": "patreon",
  6894. "url": "https://www.patreon.com/feross"
  6895. },
  6896. {
  6897. "type": "consulting",
  6898. "url": "https://feross.org/support"
  6899. }
  6900. ],
  6901. "license": "MIT"
  6902. },
  6903. "node_modules/simple-get": {
  6904. "version": "4.0.1",
  6905. "resolved": "https://registry.npmmirror.com/simple-get/-/simple-get-4.0.1.tgz",
  6906. "integrity": "sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==",
  6907. "funding": [
  6908. {
  6909. "type": "github",
  6910. "url": "https://github.com/sponsors/feross"
  6911. },
  6912. {
  6913. "type": "patreon",
  6914. "url": "https://www.patreon.com/feross"
  6915. },
  6916. {
  6917. "type": "consulting",
  6918. "url": "https://feross.org/support"
  6919. }
  6920. ],
  6921. "license": "MIT",
  6922. "dependencies": {
  6923. "decompress-response": "^6.0.0",
  6924. "once": "^1.3.1",
  6925. "simple-concat": "^1.0.0"
  6926. }
  6927. },
  6928. "node_modules/simple-swizzle": {
  6929. "version": "0.2.2",
  6930. "resolved": "https://registry.npmmirror.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
  6931. "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==",
  6932. "license": "MIT",
  6933. "dependencies": {
  6934. "is-arrayish": "^0.3.1"
  6935. }
  6936. },
  6937. "node_modules/smart-buffer": {
  6938. "version": "4.2.0",
  6939. "resolved": "https://registry.npmmirror.com/smart-buffer/-/smart-buffer-4.2.0.tgz",
  6940. "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==",
  6941. "license": "MIT",
  6942. "engines": {
  6943. "node": ">= 6.0.0",
  6944. "npm": ">= 3.0.0"
  6945. }
  6946. },
  6947. "node_modules/socks": {
  6948. "version": "2.8.3",
  6949. "resolved": "https://registry.npmmirror.com/socks/-/socks-2.8.3.tgz",
  6950. "integrity": "sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==",
  6951. "license": "MIT",
  6952. "dependencies": {
  6953. "ip-address": "^9.0.5",
  6954. "smart-buffer": "^4.2.0"
  6955. },
  6956. "engines": {
  6957. "node": ">= 10.0.0",
  6958. "npm": ">= 3.0.0"
  6959. }
  6960. },
  6961. "node_modules/sparse-bitfield": {
  6962. "version": "3.0.3",
  6963. "resolved": "https://registry.npmmirror.com/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz",
  6964. "integrity": "sha512-kvzhi7vqKTfkh0PZU+2D2PIllw2ymqJKujUcyPMd9Y75Nv4nPbGJZXNhxsgdQab2BmlDct1YnfQCguEvHr7VsQ==",
  6965. "license": "MIT",
  6966. "optional": true,
  6967. "dependencies": {
  6968. "memory-pager": "^1.0.2"
  6969. }
  6970. },
  6971. "node_modules/spex": {
  6972. "version": "3.3.0",
  6973. "resolved": "https://registry.npmmirror.com/spex/-/spex-3.3.0.tgz",
  6974. "integrity": "sha512-VNiXjFp6R4ldPbVRYbpxlD35yRHceecVXlct1J4/X80KuuPnW2AXMq3sGwhnJOhKkUsOxAT6nRGfGE5pocVw5w==",
  6975. "license": "MIT",
  6976. "engines": {
  6977. "node": ">=10.0.0"
  6978. }
  6979. },
  6980. "node_modules/split2": {
  6981. "version": "4.2.0",
  6982. "resolved": "https://registry.npmmirror.com/split2/-/split2-4.2.0.tgz",
  6983. "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
  6984. "license": "ISC",
  6985. "engines": {
  6986. "node": ">= 10.x"
  6987. }
  6988. },
  6989. "node_modules/sprintf-js": {
  6990. "version": "1.1.3",
  6991. "resolved": "https://registry.npmmirror.com/sprintf-js/-/sprintf-js-1.1.3.tgz",
  6992. "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==",
  6993. "license": "BSD-3-Clause"
  6994. },
  6995. "node_modules/sshpk": {
  6996. "version": "1.18.0",
  6997. "resolved": "https://registry.npmmirror.com/sshpk/-/sshpk-1.18.0.tgz",
  6998. "integrity": "sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==",
  6999. "license": "MIT",
  7000. "dependencies": {
  7001. "asn1": "~0.2.3",
  7002. "assert-plus": "^1.0.0",
  7003. "bcrypt-pbkdf": "^1.0.0",
  7004. "dashdash": "^1.12.0",
  7005. "ecc-jsbn": "~0.1.1",
  7006. "getpass": "^0.1.1",
  7007. "jsbn": "~0.1.0",
  7008. "safer-buffer": "^2.0.2",
  7009. "tweetnacl": "~0.14.0"
  7010. },
  7011. "bin": {
  7012. "sshpk-conv": "bin/sshpk-conv",
  7013. "sshpk-sign": "bin/sshpk-sign",
  7014. "sshpk-verify": "bin/sshpk-verify"
  7015. },
  7016. "engines": {
  7017. "node": ">=0.10.0"
  7018. }
  7019. },
  7020. "node_modules/sshpk/node_modules/jsbn": {
  7021. "version": "0.1.1",
  7022. "resolved": "https://registry.npmmirror.com/jsbn/-/jsbn-0.1.1.tgz",
  7023. "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==",
  7024. "license": "MIT"
  7025. },
  7026. "node_modules/stack-trace": {
  7027. "version": "0.0.10",
  7028. "resolved": "https://registry.npmmirror.com/stack-trace/-/stack-trace-0.0.10.tgz",
  7029. "integrity": "sha512-KGzahc7puUKkzyMt+IqAep+TVNbKP+k2Lmwhub39m1AsTSkaDutx56aDCo+HLDzf/D26BIHTJWNiTG1KAJiQCg==",
  7030. "license": "MIT",
  7031. "engines": {
  7032. "node": "*"
  7033. }
  7034. },
  7035. "node_modules/statuses": {
  7036. "version": "2.0.1",
  7037. "resolved": "https://registry.npmmirror.com/statuses/-/statuses-2.0.1.tgz",
  7038. "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
  7039. "license": "MIT",
  7040. "engines": {
  7041. "node": ">= 0.8"
  7042. }
  7043. },
  7044. "node_modules/stream-events": {
  7045. "version": "1.0.5",
  7046. "resolved": "https://registry.npmmirror.com/stream-events/-/stream-events-1.0.5.tgz",
  7047. "integrity": "sha512-E1GUzBSgvct8Jsb3v2X15pjzN1tYebtbLaMg+eBOUOAxgbLoSbT2NS91ckc5lJD1KfLjId+jXJRgo0qnV5Nerg==",
  7048. "license": "MIT",
  7049. "optional": true,
  7050. "dependencies": {
  7051. "stubs": "^3.0.0"
  7052. }
  7053. },
  7054. "node_modules/stream-shift": {
  7055. "version": "1.0.3",
  7056. "resolved": "https://registry.npmmirror.com/stream-shift/-/stream-shift-1.0.3.tgz",
  7057. "integrity": "sha512-76ORR0DO1o1hlKwTbi/DM3EXWGf3ZJYO8cXX5RJwnul2DEg2oyoZyjLNoQM8WsvZiFKCRfC1O0J7iCvie3RZmQ==",
  7058. "license": "MIT",
  7059. "optional": true
  7060. },
  7061. "node_modules/streamsearch": {
  7062. "version": "1.1.0",
  7063. "resolved": "https://registry.npmmirror.com/streamsearch/-/streamsearch-1.1.0.tgz",
  7064. "integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==",
  7065. "engines": {
  7066. "node": ">=10.0.0"
  7067. }
  7068. },
  7069. "node_modules/string_decoder": {
  7070. "version": "1.3.0",
  7071. "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.3.0.tgz",
  7072. "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
  7073. "license": "MIT",
  7074. "dependencies": {
  7075. "safe-buffer": "~5.2.0"
  7076. }
  7077. },
  7078. "node_modules/string-width": {
  7079. "version": "4.2.3",
  7080. "resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz",
  7081. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  7082. "license": "MIT",
  7083. "dependencies": {
  7084. "emoji-regex": "^8.0.0",
  7085. "is-fullwidth-code-point": "^3.0.0",
  7086. "strip-ansi": "^6.0.1"
  7087. },
  7088. "engines": {
  7089. "node": ">=8"
  7090. }
  7091. },
  7092. "node_modules/strip-ansi": {
  7093. "version": "6.0.1",
  7094. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  7095. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  7096. "license": "MIT",
  7097. "dependencies": {
  7098. "ansi-regex": "^5.0.1"
  7099. },
  7100. "engines": {
  7101. "node": ">=8"
  7102. }
  7103. },
  7104. "node_modules/strip-json-comments": {
  7105. "version": "3.1.1",
  7106. "resolved": "https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  7107. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  7108. "license": "MIT",
  7109. "peer": true,
  7110. "engines": {
  7111. "node": ">=8"
  7112. },
  7113. "funding": {
  7114. "url": "https://github.com/sponsors/sindresorhus"
  7115. }
  7116. },
  7117. "node_modules/strnum": {
  7118. "version": "1.0.5",
  7119. "resolved": "https://registry.npmmirror.com/strnum/-/strnum-1.0.5.tgz",
  7120. "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==",
  7121. "license": "MIT",
  7122. "optional": true
  7123. },
  7124. "node_modules/stubs": {
  7125. "version": "3.0.0",
  7126. "resolved": "https://registry.npmmirror.com/stubs/-/stubs-3.0.0.tgz",
  7127. "integrity": "sha512-PdHt7hHUJKxvTCgbKX9C1V/ftOcjJQgz8BZwNfV5c4B6dcGqlpelTbJ999jBGZ2jYiPAwcX5dP6oBwVlBlUbxw==",
  7128. "license": "MIT",
  7129. "optional": true
  7130. },
  7131. "node_modules/subscriptions-transport-ws": {
  7132. "version": "0.11.0",
  7133. "resolved": "https://registry.npmmirror.com/subscriptions-transport-ws/-/subscriptions-transport-ws-0.11.0.tgz",
  7134. "integrity": "sha512-8D4C6DIH5tGiAIpp5I0wD/xRlNiZAPGHygzCe7VzyzUoxHtawzjNAY9SUTXU05/EY2NMY9/9GF0ycizkXr1CWQ==",
  7135. "deprecated": "The `subscriptions-transport-ws` package is no longer maintained. We recommend you use `graphql-ws` instead. For help migrating Apollo software to `graphql-ws`, see https://www.apollographql.com/docs/apollo-server/data/subscriptions/#switching-from-subscriptions-transport-ws For general help using `graphql-ws`, see https://github.com/enisdenjo/graphql-ws/blob/master/README.md",
  7136. "license": "MIT",
  7137. "dependencies": {
  7138. "backo2": "^1.0.2",
  7139. "eventemitter3": "^3.1.0",
  7140. "iterall": "^1.2.1",
  7141. "symbol-observable": "^1.0.4",
  7142. "ws": "^5.2.0 || ^6.0.0 || ^7.0.0"
  7143. },
  7144. "peerDependencies": {
  7145. "graphql": "^15.7.2 || ^16.0.0"
  7146. }
  7147. },
  7148. "node_modules/subscriptions-transport-ws/node_modules/ws": {
  7149. "version": "7.5.10",
  7150. "resolved": "https://registry.npmmirror.com/ws/-/ws-7.5.10.tgz",
  7151. "integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==",
  7152. "license": "MIT",
  7153. "engines": {
  7154. "node": ">=8.3.0"
  7155. },
  7156. "peerDependencies": {
  7157. "bufferutil": "^4.0.1",
  7158. "utf-8-validate": "^5.0.2"
  7159. },
  7160. "peerDependenciesMeta": {
  7161. "bufferutil": {
  7162. "optional": true
  7163. },
  7164. "utf-8-validate": {
  7165. "optional": true
  7166. }
  7167. }
  7168. },
  7169. "node_modules/supports-color": {
  7170. "version": "7.2.0",
  7171. "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz",
  7172. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  7173. "license": "MIT",
  7174. "peer": true,
  7175. "dependencies": {
  7176. "has-flag": "^4.0.0"
  7177. },
  7178. "engines": {
  7179. "node": ">=8"
  7180. }
  7181. },
  7182. "node_modules/symbol-observable": {
  7183. "version": "1.2.0",
  7184. "resolved": "https://registry.npmmirror.com/symbol-observable/-/symbol-observable-1.2.0.tgz",
  7185. "integrity": "sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==",
  7186. "license": "MIT",
  7187. "engines": {
  7188. "node": ">=0.10.0"
  7189. }
  7190. },
  7191. "node_modules/tar-fs": {
  7192. "version": "2.1.1",
  7193. "resolved": "https://registry.npmmirror.com/tar-fs/-/tar-fs-2.1.1.tgz",
  7194. "integrity": "sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==",
  7195. "license": "MIT",
  7196. "dependencies": {
  7197. "chownr": "^1.1.1",
  7198. "mkdirp-classic": "^0.5.2",
  7199. "pump": "^3.0.0",
  7200. "tar-stream": "^2.1.4"
  7201. }
  7202. },
  7203. "node_modules/tar-stream": {
  7204. "version": "2.2.0",
  7205. "resolved": "https://registry.npmmirror.com/tar-stream/-/tar-stream-2.2.0.tgz",
  7206. "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==",
  7207. "license": "MIT",
  7208. "dependencies": {
  7209. "bl": "^4.0.3",
  7210. "end-of-stream": "^1.4.1",
  7211. "fs-constants": "^1.0.0",
  7212. "inherits": "^2.0.3",
  7213. "readable-stream": "^3.1.1"
  7214. },
  7215. "engines": {
  7216. "node": ">=6"
  7217. }
  7218. },
  7219. "node_modules/teeny-request": {
  7220. "version": "9.0.0",
  7221. "resolved": "https://registry.npmmirror.com/teeny-request/-/teeny-request-9.0.0.tgz",
  7222. "integrity": "sha512-resvxdc6Mgb7YEThw6G6bExlXKkv6+YbuzGg9xuXxSgxJF7Ozs+o8Y9+2R3sArdWdW8nOokoQb1yrpFB0pQK2g==",
  7223. "license": "Apache-2.0",
  7224. "optional": true,
  7225. "dependencies": {
  7226. "http-proxy-agent": "^5.0.0",
  7227. "https-proxy-agent": "^5.0.0",
  7228. "node-fetch": "^2.6.9",
  7229. "stream-events": "^1.0.5",
  7230. "uuid": "^9.0.0"
  7231. },
  7232. "engines": {
  7233. "node": ">=14"
  7234. }
  7235. },
  7236. "node_modules/teeny-request/node_modules/agent-base": {
  7237. "version": "6.0.2",
  7238. "resolved": "https://registry.npmmirror.com/agent-base/-/agent-base-6.0.2.tgz",
  7239. "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
  7240. "license": "MIT",
  7241. "optional": true,
  7242. "dependencies": {
  7243. "debug": "4"
  7244. },
  7245. "engines": {
  7246. "node": ">= 6.0.0"
  7247. }
  7248. },
  7249. "node_modules/teeny-request/node_modules/debug": {
  7250. "version": "4.4.0",
  7251. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.0.tgz",
  7252. "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
  7253. "license": "MIT",
  7254. "optional": true,
  7255. "dependencies": {
  7256. "ms": "^2.1.3"
  7257. },
  7258. "engines": {
  7259. "node": ">=6.0"
  7260. },
  7261. "peerDependenciesMeta": {
  7262. "supports-color": {
  7263. "optional": true
  7264. }
  7265. }
  7266. },
  7267. "node_modules/teeny-request/node_modules/https-proxy-agent": {
  7268. "version": "5.0.1",
  7269. "resolved": "https://registry.npmmirror.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
  7270. "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
  7271. "license": "MIT",
  7272. "optional": true,
  7273. "dependencies": {
  7274. "agent-base": "6",
  7275. "debug": "4"
  7276. },
  7277. "engines": {
  7278. "node": ">= 6"
  7279. }
  7280. },
  7281. "node_modules/teeny-request/node_modules/ms": {
  7282. "version": "2.1.3",
  7283. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  7284. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  7285. "license": "MIT",
  7286. "optional": true
  7287. },
  7288. "node_modules/teeny-request/node_modules/uuid": {
  7289. "version": "9.0.1",
  7290. "resolved": "https://registry.npmmirror.com/uuid/-/uuid-9.0.1.tgz",
  7291. "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
  7292. "funding": [
  7293. "https://github.com/sponsors/broofa",
  7294. "https://github.com/sponsors/ctavan"
  7295. ],
  7296. "license": "MIT",
  7297. "optional": true,
  7298. "bin": {
  7299. "uuid": "dist/bin/uuid"
  7300. }
  7301. },
  7302. "node_modules/text-hex": {
  7303. "version": "1.0.0",
  7304. "resolved": "https://registry.npmmirror.com/text-hex/-/text-hex-1.0.0.tgz",
  7305. "integrity": "sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==",
  7306. "license": "MIT"
  7307. },
  7308. "node_modules/timers-ext": {
  7309. "version": "0.1.8",
  7310. "resolved": "https://registry.npmmirror.com/timers-ext/-/timers-ext-0.1.8.tgz",
  7311. "integrity": "sha512-wFH7+SEAcKfJpfLPkrgMPvvwnEtj8W4IurvEyrKsDleXnKLCDw71w8jltvfLa8Rm4qQxxT4jmDBYbJG/z7qoww==",
  7312. "license": "ISC",
  7313. "dependencies": {
  7314. "es5-ext": "^0.10.64",
  7315. "next-tick": "^1.1.0"
  7316. },
  7317. "engines": {
  7318. "node": ">=0.12"
  7319. }
  7320. },
  7321. "node_modules/toidentifier": {
  7322. "version": "1.0.1",
  7323. "resolved": "https://registry.npmmirror.com/toidentifier/-/toidentifier-1.0.1.tgz",
  7324. "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
  7325. "license": "MIT",
  7326. "engines": {
  7327. "node": ">=0.6"
  7328. }
  7329. },
  7330. "node_modules/tough-cookie": {
  7331. "version": "2.4.3",
  7332. "resolved": "https://registry.npmmirror.com/tough-cookie/-/tough-cookie-2.4.3.tgz",
  7333. "integrity": "sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ==",
  7334. "license": "BSD-3-Clause",
  7335. "dependencies": {
  7336. "psl": "^1.1.24",
  7337. "punycode": "^1.4.1"
  7338. },
  7339. "engines": {
  7340. "node": ">=0.8"
  7341. }
  7342. },
  7343. "node_modules/tough-cookie/node_modules/punycode": {
  7344. "version": "1.4.1",
  7345. "resolved": "https://registry.npmmirror.com/punycode/-/punycode-1.4.1.tgz",
  7346. "integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==",
  7347. "license": "MIT"
  7348. },
  7349. "node_modules/tr46": {
  7350. "version": "3.0.0",
  7351. "resolved": "https://registry.npmmirror.com/tr46/-/tr46-3.0.0.tgz",
  7352. "integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==",
  7353. "license": "MIT",
  7354. "dependencies": {
  7355. "punycode": "^2.1.1"
  7356. },
  7357. "engines": {
  7358. "node": ">=12"
  7359. }
  7360. },
  7361. "node_modules/triple-beam": {
  7362. "version": "1.4.1",
  7363. "resolved": "https://registry.npmmirror.com/triple-beam/-/triple-beam-1.4.1.tgz",
  7364. "integrity": "sha512-aZbgViZrg1QNcG+LULa7nhZpJTZSLm/mXnHXnbAbjmN5aSa0y7V+wvv6+4WaBtpISJzThKy+PIPxc1Nq1EJ9mg==",
  7365. "license": "MIT",
  7366. "engines": {
  7367. "node": ">= 14.0.0"
  7368. }
  7369. },
  7370. "node_modules/tslib": {
  7371. "version": "2.8.1",
  7372. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz",
  7373. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  7374. "license": "0BSD"
  7375. },
  7376. "node_modules/tunnel-agent": {
  7377. "version": "0.6.0",
  7378. "resolved": "https://registry.npmmirror.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
  7379. "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==",
  7380. "license": "Apache-2.0",
  7381. "dependencies": {
  7382. "safe-buffer": "^5.0.1"
  7383. },
  7384. "engines": {
  7385. "node": "*"
  7386. }
  7387. },
  7388. "node_modules/tv4": {
  7389. "version": "1.3.0",
  7390. "resolved": "https://registry.npmmirror.com/tv4/-/tv4-1.3.0.tgz",
  7391. "integrity": "sha512-afizzfpJgvPr+eDkREK4MxJ/+r8nEEHcmitwgnPUqpaP+FpwQyadnxNoSACbgc/b1LsZYtODGoPiFxQrgJgjvw==",
  7392. "license": [
  7393. {
  7394. "type": "Public Domain",
  7395. "url": "http://geraintluff.github.io/tv4/LICENSE.txt"
  7396. },
  7397. {
  7398. "type": "MIT",
  7399. "url": "http://jsonary.com/LICENSE.txt"
  7400. }
  7401. ],
  7402. "engines": {
  7403. "node": ">= 0.8.0"
  7404. }
  7405. },
  7406. "node_modules/tweetnacl": {
  7407. "version": "0.14.5",
  7408. "resolved": "https://registry.npmmirror.com/tweetnacl/-/tweetnacl-0.14.5.tgz",
  7409. "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==",
  7410. "license": "Unlicense"
  7411. },
  7412. "node_modules/type": {
  7413. "version": "2.7.3",
  7414. "resolved": "https://registry.npmmirror.com/type/-/type-2.7.3.tgz",
  7415. "integrity": "sha512-8j+1QmAbPvLZow5Qpi6NCaN8FB60p/6x8/vfNqOk/hC+HuvFZhL4+WfekuhQLiqFZXOgQdrs3B+XxEmCc6b3FQ==",
  7416. "license": "ISC"
  7417. },
  7418. "node_modules/type-check": {
  7419. "version": "0.4.0",
  7420. "resolved": "https://registry.npmmirror.com/type-check/-/type-check-0.4.0.tgz",
  7421. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  7422. "license": "MIT",
  7423. "peer": true,
  7424. "dependencies": {
  7425. "prelude-ls": "^1.2.1"
  7426. },
  7427. "engines": {
  7428. "node": ">= 0.8.0"
  7429. }
  7430. },
  7431. "node_modules/type-detect": {
  7432. "version": "4.1.0",
  7433. "resolved": "https://registry.npmmirror.com/type-detect/-/type-detect-4.1.0.tgz",
  7434. "integrity": "sha512-Acylog8/luQ8L7il+geoSxhEkazvkslg7PSNKOX59mbB9cOveP5aq9h74Y7YU8yDpJwetzQQrfIwtf4Wp4LKcw==",
  7435. "license": "MIT",
  7436. "engines": {
  7437. "node": ">=4"
  7438. }
  7439. },
  7440. "node_modules/type-is": {
  7441. "version": "1.6.18",
  7442. "resolved": "https://registry.npmmirror.com/type-is/-/type-is-1.6.18.tgz",
  7443. "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
  7444. "license": "MIT",
  7445. "dependencies": {
  7446. "media-typer": "0.3.0",
  7447. "mime-types": "~2.1.24"
  7448. },
  7449. "engines": {
  7450. "node": ">= 0.6"
  7451. }
  7452. },
  7453. "node_modules/undici-types": {
  7454. "version": "6.20.0",
  7455. "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-6.20.0.tgz",
  7456. "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==",
  7457. "license": "MIT"
  7458. },
  7459. "node_modules/unpipe": {
  7460. "version": "1.0.0",
  7461. "resolved": "https://registry.npmmirror.com/unpipe/-/unpipe-1.0.0.tgz",
  7462. "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
  7463. "license": "MIT",
  7464. "engines": {
  7465. "node": ">= 0.8"
  7466. }
  7467. },
  7468. "node_modules/update-browserslist-db": {
  7469. "version": "1.1.1",
  7470. "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz",
  7471. "integrity": "sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==",
  7472. "funding": [
  7473. {
  7474. "type": "opencollective",
  7475. "url": "https://opencollective.com/browserslist"
  7476. },
  7477. {
  7478. "type": "tidelift",
  7479. "url": "https://tidelift.com/funding/github/npm/browserslist"
  7480. },
  7481. {
  7482. "type": "github",
  7483. "url": "https://github.com/sponsors/ai"
  7484. }
  7485. ],
  7486. "license": "MIT",
  7487. "peer": true,
  7488. "dependencies": {
  7489. "escalade": "^3.2.0",
  7490. "picocolors": "^1.1.0"
  7491. },
  7492. "bin": {
  7493. "update-browserslist-db": "cli.js"
  7494. },
  7495. "peerDependencies": {
  7496. "browserslist": ">= 4.21.0"
  7497. }
  7498. },
  7499. "node_modules/uri-js": {
  7500. "version": "4.4.1",
  7501. "resolved": "https://registry.npmmirror.com/uri-js/-/uri-js-4.4.1.tgz",
  7502. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  7503. "license": "BSD-2-Clause",
  7504. "dependencies": {
  7505. "punycode": "^2.1.0"
  7506. }
  7507. },
  7508. "node_modules/util-deprecate": {
  7509. "version": "1.0.2",
  7510. "resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz",
  7511. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  7512. "license": "MIT"
  7513. },
  7514. "node_modules/utils-merge": {
  7515. "version": "1.0.1",
  7516. "resolved": "https://registry.npmmirror.com/utils-merge/-/utils-merge-1.0.1.tgz",
  7517. "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==",
  7518. "license": "MIT",
  7519. "engines": {
  7520. "node": ">= 0.4.0"
  7521. }
  7522. },
  7523. "node_modules/uuid": {
  7524. "version": "10.0.0",
  7525. "resolved": "https://registry.npmmirror.com/uuid/-/uuid-10.0.0.tgz",
  7526. "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
  7527. "funding": [
  7528. "https://github.com/sponsors/broofa",
  7529. "https://github.com/sponsors/ctavan"
  7530. ],
  7531. "license": "MIT",
  7532. "bin": {
  7533. "uuid": "dist/bin/uuid"
  7534. }
  7535. },
  7536. "node_modules/value-or-promise": {
  7537. "version": "1.0.12",
  7538. "resolved": "https://registry.npmmirror.com/value-or-promise/-/value-or-promise-1.0.12.tgz",
  7539. "integrity": "sha512-Z6Uz+TYwEqE7ZN50gwn+1LCVo9ZVrpxRPOhOLnncYkY1ZzOYtrX8Fwf/rFktZ8R5mJms6EZf5TqNOMeZmnPq9Q==",
  7540. "license": "MIT",
  7541. "engines": {
  7542. "node": ">=12"
  7543. }
  7544. },
  7545. "node_modules/vary": {
  7546. "version": "1.1.2",
  7547. "resolved": "https://registry.npmmirror.com/vary/-/vary-1.1.2.tgz",
  7548. "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
  7549. "license": "MIT",
  7550. "engines": {
  7551. "node": ">= 0.8"
  7552. }
  7553. },
  7554. "node_modules/vasync": {
  7555. "version": "2.2.1",
  7556. "resolved": "https://registry.npmmirror.com/vasync/-/vasync-2.2.1.tgz",
  7557. "integrity": "sha512-Hq72JaTpcTFdWiNA4Y22Amej2GH3BFmBaKPPlDZ4/oC8HNn2ISHLkFrJU4Ds8R3jcUi7oo5Y9jcMHKjES+N9wQ==",
  7558. "engines": [
  7559. "node >=0.6.0"
  7560. ],
  7561. "license": "MIT",
  7562. "dependencies": {
  7563. "verror": "1.10.0"
  7564. }
  7565. },
  7566. "node_modules/vasync/node_modules/verror": {
  7567. "version": "1.10.0",
  7568. "resolved": "https://registry.npmmirror.com/verror/-/verror-1.10.0.tgz",
  7569. "integrity": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==",
  7570. "engines": [
  7571. "node >=0.6.0"
  7572. ],
  7573. "license": "MIT",
  7574. "dependencies": {
  7575. "assert-plus": "^1.0.0",
  7576. "core-util-is": "1.0.2",
  7577. "extsprintf": "^1.2.0"
  7578. }
  7579. },
  7580. "node_modules/verror": {
  7581. "version": "1.10.1",
  7582. "resolved": "https://registry.npmmirror.com/verror/-/verror-1.10.1.tgz",
  7583. "integrity": "sha512-veufcmxri4e3XSrT0xwfUR7kguIkaxBeosDg00yDWhk49wdwkSUrvvsm7nc75e1PUyvIeZj6nS8VQRYz2/S4Xg==",
  7584. "license": "MIT",
  7585. "dependencies": {
  7586. "assert-plus": "^1.0.0",
  7587. "core-util-is": "1.0.2",
  7588. "extsprintf": "^1.2.0"
  7589. },
  7590. "engines": {
  7591. "node": ">=0.6.0"
  7592. }
  7593. },
  7594. "node_modules/web-push": {
  7595. "version": "3.6.7",
  7596. "resolved": "https://registry.npmmirror.com/web-push/-/web-push-3.6.7.tgz",
  7597. "integrity": "sha512-OpiIUe8cuGjrj3mMBFWY+e4MMIkW3SVT+7vEIjvD9kejGUypv8GPDf84JdPWskK8zMRIJ6xYGm+Kxr8YkPyA0A==",
  7598. "license": "MPL-2.0",
  7599. "dependencies": {
  7600. "asn1.js": "^5.3.0",
  7601. "http_ece": "1.2.0",
  7602. "https-proxy-agent": "^7.0.0",
  7603. "jws": "^4.0.0",
  7604. "minimist": "^1.2.5"
  7605. },
  7606. "bin": {
  7607. "web-push": "src/cli.js"
  7608. },
  7609. "engines": {
  7610. "node": ">= 16"
  7611. }
  7612. },
  7613. "node_modules/webidl-conversions": {
  7614. "version": "7.0.0",
  7615. "resolved": "https://registry.npmmirror.com/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
  7616. "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
  7617. "license": "BSD-2-Clause",
  7618. "engines": {
  7619. "node": ">=12"
  7620. }
  7621. },
  7622. "node_modules/websocket-driver": {
  7623. "version": "0.7.4",
  7624. "resolved": "https://registry.npmmirror.com/websocket-driver/-/websocket-driver-0.7.4.tgz",
  7625. "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==",
  7626. "license": "Apache-2.0",
  7627. "dependencies": {
  7628. "http-parser-js": ">=0.5.1",
  7629. "safe-buffer": ">=5.1.0",
  7630. "websocket-extensions": ">=0.1.1"
  7631. },
  7632. "engines": {
  7633. "node": ">=0.8.0"
  7634. }
  7635. },
  7636. "node_modules/websocket-extensions": {
  7637. "version": "0.1.4",
  7638. "resolved": "https://registry.npmmirror.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz",
  7639. "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==",
  7640. "license": "Apache-2.0",
  7641. "engines": {
  7642. "node": ">=0.8.0"
  7643. }
  7644. },
  7645. "node_modules/whatwg-mimetype": {
  7646. "version": "3.0.0",
  7647. "resolved": "https://registry.npmmirror.com/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz",
  7648. "integrity": "sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==",
  7649. "license": "MIT",
  7650. "engines": {
  7651. "node": ">=12"
  7652. }
  7653. },
  7654. "node_modules/whatwg-url": {
  7655. "version": "11.0.0",
  7656. "resolved": "https://registry.npmmirror.com/whatwg-url/-/whatwg-url-11.0.0.tgz",
  7657. "integrity": "sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==",
  7658. "license": "MIT",
  7659. "dependencies": {
  7660. "tr46": "^3.0.0",
  7661. "webidl-conversions": "^7.0.0"
  7662. },
  7663. "engines": {
  7664. "node": ">=12"
  7665. }
  7666. },
  7667. "node_modules/which": {
  7668. "version": "2.0.2",
  7669. "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
  7670. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  7671. "license": "ISC",
  7672. "peer": true,
  7673. "dependencies": {
  7674. "isexe": "^2.0.0"
  7675. },
  7676. "bin": {
  7677. "node-which": "bin/node-which"
  7678. },
  7679. "engines": {
  7680. "node": ">= 8"
  7681. }
  7682. },
  7683. "node_modules/wide-align": {
  7684. "version": "1.1.5",
  7685. "resolved": "https://registry.npmmirror.com/wide-align/-/wide-align-1.1.5.tgz",
  7686. "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==",
  7687. "license": "ISC",
  7688. "dependencies": {
  7689. "string-width": "^1.0.2 || 2 || 3 || 4"
  7690. }
  7691. },
  7692. "node_modules/winston": {
  7693. "version": "3.13.1",
  7694. "resolved": "https://registry.npmmirror.com/winston/-/winston-3.13.1.tgz",
  7695. "integrity": "sha512-SvZit7VFNvXRzbqGHsv5KSmgbEYR5EiQfDAL9gxYkRqa934Hnk++zze0wANKtMHcy/gI4W/3xmSDwlhf865WGw==",
  7696. "license": "MIT",
  7697. "dependencies": {
  7698. "@colors/colors": "^1.6.0",
  7699. "@dabh/diagnostics": "^2.0.2",
  7700. "async": "^3.2.3",
  7701. "is-stream": "^2.0.0",
  7702. "logform": "^2.6.0",
  7703. "one-time": "^1.0.0",
  7704. "readable-stream": "^3.4.0",
  7705. "safe-stable-stringify": "^2.3.1",
  7706. "stack-trace": "0.0.x",
  7707. "triple-beam": "^1.3.0",
  7708. "winston-transport": "^4.7.0"
  7709. },
  7710. "engines": {
  7711. "node": ">= 12.0.0"
  7712. }
  7713. },
  7714. "node_modules/winston-daily-rotate-file": {
  7715. "version": "5.0.0",
  7716. "resolved": "https://registry.npmmirror.com/winston-daily-rotate-file/-/winston-daily-rotate-file-5.0.0.tgz",
  7717. "integrity": "sha512-JDjiXXkM5qvwY06733vf09I2wnMXpZEhxEVOSPenZMii+g7pcDcTBt2MRugnoi8BwVSuCT2jfRXBUy+n1Zz/Yw==",
  7718. "license": "MIT",
  7719. "dependencies": {
  7720. "file-stream-rotator": "^0.6.1",
  7721. "object-hash": "^3.0.0",
  7722. "triple-beam": "^1.4.1",
  7723. "winston-transport": "^4.7.0"
  7724. },
  7725. "engines": {
  7726. "node": ">=8"
  7727. },
  7728. "peerDependencies": {
  7729. "winston": "^3"
  7730. }
  7731. },
  7732. "node_modules/winston-transport": {
  7733. "version": "4.9.0",
  7734. "resolved": "https://registry.npmmirror.com/winston-transport/-/winston-transport-4.9.0.tgz",
  7735. "integrity": "sha512-8drMJ4rkgaPo1Me4zD/3WLfI/zPdA9o2IipKODunnGDcuqbHwjsbB79ylv04LCGGzU0xQ6vTznOMpQGaLhhm6A==",
  7736. "license": "MIT",
  7737. "dependencies": {
  7738. "logform": "^2.7.0",
  7739. "readable-stream": "^3.6.2",
  7740. "triple-beam": "^1.3.0"
  7741. },
  7742. "engines": {
  7743. "node": ">= 12.0.0"
  7744. }
  7745. },
  7746. "node_modules/word-wrap": {
  7747. "version": "1.2.5",
  7748. "resolved": "https://registry.npmmirror.com/word-wrap/-/word-wrap-1.2.5.tgz",
  7749. "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
  7750. "license": "MIT",
  7751. "peer": true,
  7752. "engines": {
  7753. "node": ">=0.10.0"
  7754. }
  7755. },
  7756. "node_modules/wrap-ansi": {
  7757. "version": "7.0.0",
  7758. "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  7759. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  7760. "license": "MIT",
  7761. "optional": true,
  7762. "dependencies": {
  7763. "ansi-styles": "^4.0.0",
  7764. "string-width": "^4.1.0",
  7765. "strip-ansi": "^6.0.0"
  7766. },
  7767. "engines": {
  7768. "node": ">=10"
  7769. },
  7770. "funding": {
  7771. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  7772. }
  7773. },
  7774. "node_modules/wrappy": {
  7775. "version": "1.0.2",
  7776. "resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz",
  7777. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  7778. "license": "ISC"
  7779. },
  7780. "node_modules/ws": {
  7781. "version": "8.18.0",
  7782. "resolved": "https://registry.npmmirror.com/ws/-/ws-8.18.0.tgz",
  7783. "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
  7784. "license": "MIT",
  7785. "engines": {
  7786. "node": ">=10.0.0"
  7787. },
  7788. "peerDependencies": {
  7789. "bufferutil": "^4.0.1",
  7790. "utf-8-validate": ">=5.0.2"
  7791. },
  7792. "peerDependenciesMeta": {
  7793. "bufferutil": {
  7794. "optional": true
  7795. },
  7796. "utf-8-validate": {
  7797. "optional": true
  7798. }
  7799. }
  7800. },
  7801. "node_modules/xmlhttprequest": {
  7802. "version": "1.8.0",
  7803. "resolved": "https://registry.npmmirror.com/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz",
  7804. "integrity": "sha512-58Im/U0mlVBLM38NdZjHyhuMtCqa61469k2YP/AaPbvCoV9aQGUpbJBj1QRm2ytRiVQBD/fsw7L2bJGDVQswBA==",
  7805. "license": "MIT",
  7806. "engines": {
  7807. "node": ">=0.4.0"
  7808. }
  7809. },
  7810. "node_modules/xtend": {
  7811. "version": "4.0.2",
  7812. "resolved": "https://registry.npmmirror.com/xtend/-/xtend-4.0.2.tgz",
  7813. "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
  7814. "license": "MIT",
  7815. "engines": {
  7816. "node": ">=0.4"
  7817. }
  7818. },
  7819. "node_modules/y18n": {
  7820. "version": "5.0.8",
  7821. "resolved": "https://registry.npmmirror.com/y18n/-/y18n-5.0.8.tgz",
  7822. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  7823. "license": "ISC",
  7824. "optional": true,
  7825. "engines": {
  7826. "node": ">=10"
  7827. }
  7828. },
  7829. "node_modules/yallist": {
  7830. "version": "4.0.0",
  7831. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz",
  7832. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  7833. "license": "ISC"
  7834. },
  7835. "node_modules/yargs": {
  7836. "version": "17.7.2",
  7837. "resolved": "https://registry.npmmirror.com/yargs/-/yargs-17.7.2.tgz",
  7838. "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
  7839. "license": "MIT",
  7840. "optional": true,
  7841. "dependencies": {
  7842. "cliui": "^8.0.1",
  7843. "escalade": "^3.1.1",
  7844. "get-caller-file": "^2.0.5",
  7845. "require-directory": "^2.1.1",
  7846. "string-width": "^4.2.3",
  7847. "y18n": "^5.0.5",
  7848. "yargs-parser": "^21.1.1"
  7849. },
  7850. "engines": {
  7851. "node": ">=12"
  7852. }
  7853. },
  7854. "node_modules/yargs-parser": {
  7855. "version": "21.1.1",
  7856. "resolved": "https://registry.npmmirror.com/yargs-parser/-/yargs-parser-21.1.1.tgz",
  7857. "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
  7858. "license": "ISC",
  7859. "optional": true,
  7860. "engines": {
  7861. "node": ">=12"
  7862. }
  7863. },
  7864. "node_modules/yocto-queue": {
  7865. "version": "0.1.0",
  7866. "resolved": "https://registry.npmmirror.com/yocto-queue/-/yocto-queue-0.1.0.tgz",
  7867. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  7868. "license": "MIT",
  7869. "engines": {
  7870. "node": ">=10"
  7871. },
  7872. "funding": {
  7873. "url": "https://github.com/sponsors/sindresorhus"
  7874. }
  7875. }
  7876. }
  7877. }