package-lock.json 292 KB

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