package-lock.json 425 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964496549664967496849694970497149724973497449754976497749784979498049814982498349844985498649874988498949904991499249934994499549964997499849995000500150025003500450055006500750085009501050115012501350145015501650175018501950205021502250235024502550265027502850295030503150325033503450355036503750385039504050415042504350445045504650475048504950505051505250535054505550565057505850595060506150625063506450655066506750685069507050715072507350745075507650775078507950805081508250835084508550865087508850895090509150925093509450955096509750985099510051015102510351045105510651075108510951105111511251135114511551165117511851195120512151225123512451255126512751285129513051315132513351345135513651375138513951405141514251435144514551465147514851495150515151525153515451555156515751585159516051615162516351645165516651675168516951705171517251735174517551765177517851795180518151825183518451855186518751885189519051915192519351945195519651975198519952005201520252035204520552065207520852095210521152125213521452155216521752185219522052215222522352245225522652275228522952305231523252335234523552365237523852395240524152425243524452455246524752485249525052515252525352545255525652575258525952605261526252635264526552665267526852695270527152725273527452755276527752785279528052815282528352845285528652875288528952905291529252935294529552965297529852995300530153025303530453055306530753085309531053115312531353145315531653175318531953205321532253235324532553265327532853295330533153325333533453355336533753385339534053415342534353445345534653475348534953505351535253535354535553565357535853595360536153625363536453655366536753685369537053715372537353745375537653775378537953805381538253835384538553865387538853895390539153925393539453955396539753985399540054015402540354045405540654075408540954105411541254135414541554165417541854195420542154225423542454255426542754285429543054315432543354345435543654375438543954405441544254435444544554465447544854495450545154525453545454555456545754585459546054615462546354645465546654675468546954705471547254735474547554765477547854795480548154825483548454855486548754885489549054915492549354945495549654975498549955005501550255035504550555065507550855095510551155125513551455155516551755185519552055215522552355245525552655275528552955305531553255335534553555365537553855395540554155425543554455455546554755485549555055515552555355545555555655575558555955605561556255635564556555665567556855695570557155725573557455755576557755785579558055815582558355845585558655875588558955905591559255935594559555965597559855995600560156025603560456055606560756085609561056115612561356145615561656175618561956205621562256235624562556265627562856295630563156325633563456355636563756385639564056415642564356445645564656475648564956505651565256535654565556565657565856595660566156625663566456655666566756685669567056715672567356745675567656775678567956805681568256835684568556865687568856895690569156925693569456955696569756985699570057015702570357045705570657075708570957105711571257135714571557165717571857195720572157225723572457255726572757285729573057315732573357345735573657375738573957405741574257435744574557465747574857495750575157525753575457555756575757585759576057615762576357645765576657675768576957705771577257735774577557765777577857795780578157825783578457855786578757885789579057915792579357945795579657975798579958005801580258035804580558065807580858095810581158125813581458155816581758185819582058215822582358245825582658275828582958305831583258335834583558365837583858395840584158425843584458455846584758485849585058515852585358545855585658575858585958605861586258635864586558665867586858695870587158725873587458755876587758785879588058815882588358845885588658875888588958905891589258935894589558965897589858995900590159025903590459055906590759085909591059115912591359145915591659175918591959205921592259235924592559265927592859295930593159325933593459355936593759385939594059415942594359445945594659475948594959505951595259535954595559565957595859595960596159625963596459655966596759685969597059715972597359745975597659775978597959805981598259835984598559865987598859895990599159925993599459955996599759985999600060016002600360046005600660076008600960106011601260136014601560166017601860196020602160226023602460256026602760286029603060316032603360346035603660376038603960406041604260436044604560466047604860496050605160526053605460556056605760586059606060616062606360646065606660676068606960706071607260736074607560766077607860796080608160826083608460856086608760886089609060916092609360946095609660976098609961006101610261036104610561066107610861096110611161126113611461156116611761186119612061216122612361246125612661276128612961306131613261336134613561366137613861396140614161426143614461456146614761486149615061516152615361546155615661576158615961606161616261636164616561666167616861696170617161726173617461756176617761786179618061816182618361846185618661876188618961906191619261936194619561966197619861996200620162026203620462056206620762086209621062116212621362146215621662176218621962206221622262236224622562266227622862296230623162326233623462356236623762386239624062416242624362446245624662476248624962506251625262536254625562566257625862596260626162626263626462656266626762686269627062716272627362746275627662776278627962806281628262836284628562866287628862896290629162926293629462956296629762986299630063016302630363046305630663076308630963106311631263136314631563166317631863196320632163226323632463256326632763286329633063316332633363346335633663376338633963406341634263436344634563466347634863496350635163526353635463556356635763586359636063616362636363646365636663676368636963706371637263736374637563766377637863796380638163826383638463856386638763886389639063916392639363946395639663976398639964006401640264036404640564066407640864096410641164126413641464156416641764186419642064216422642364246425642664276428642964306431643264336434643564366437643864396440644164426443644464456446644764486449645064516452645364546455645664576458645964606461646264636464646564666467646864696470647164726473647464756476647764786479648064816482648364846485648664876488648964906491649264936494649564966497649864996500650165026503650465056506650765086509651065116512651365146515651665176518651965206521652265236524652565266527652865296530653165326533653465356536653765386539654065416542654365446545654665476548654965506551655265536554655565566557655865596560656165626563656465656566656765686569657065716572657365746575657665776578657965806581658265836584658565866587658865896590659165926593659465956596659765986599660066016602660366046605660666076608660966106611661266136614661566166617661866196620662166226623662466256626662766286629663066316632663366346635663666376638663966406641664266436644664566466647664866496650665166526653665466556656665766586659666066616662666366646665666666676668666966706671667266736674667566766677667866796680668166826683668466856686668766886689669066916692669366946695669666976698669967006701670267036704670567066707670867096710671167126713671467156716671767186719672067216722672367246725672667276728672967306731673267336734673567366737673867396740674167426743674467456746674767486749675067516752675367546755675667576758675967606761676267636764676567666767676867696770677167726773677467756776677767786779678067816782678367846785678667876788678967906791679267936794679567966797679867996800680168026803680468056806680768086809681068116812681368146815681668176818681968206821682268236824682568266827682868296830683168326833683468356836683768386839684068416842684368446845684668476848684968506851685268536854685568566857685868596860686168626863686468656866686768686869687068716872687368746875687668776878687968806881688268836884688568866887688868896890689168926893689468956896689768986899690069016902690369046905690669076908690969106911691269136914691569166917691869196920692169226923692469256926692769286929693069316932693369346935693669376938693969406941694269436944694569466947694869496950695169526953695469556956695769586959696069616962696369646965696669676968696969706971697269736974697569766977697869796980698169826983698469856986698769886989699069916992699369946995699669976998699970007001700270037004700570067007700870097010701170127013701470157016701770187019702070217022702370247025702670277028702970307031703270337034703570367037703870397040704170427043704470457046704770487049705070517052705370547055705670577058705970607061706270637064706570667067706870697070707170727073707470757076707770787079708070817082708370847085708670877088708970907091709270937094709570967097709870997100710171027103710471057106710771087109711071117112711371147115711671177118711971207121712271237124712571267127712871297130713171327133713471357136713771387139714071417142714371447145714671477148714971507151715271537154715571567157715871597160716171627163716471657166716771687169717071717172717371747175717671777178717971807181718271837184718571867187718871897190719171927193719471957196719771987199720072017202720372047205720672077208720972107211721272137214721572167217721872197220722172227223722472257226722772287229723072317232723372347235723672377238723972407241724272437244724572467247724872497250725172527253725472557256725772587259726072617262726372647265726672677268726972707271727272737274727572767277727872797280728172827283728472857286728772887289729072917292729372947295729672977298729973007301730273037304730573067307730873097310731173127313731473157316731773187319732073217322732373247325732673277328732973307331733273337334733573367337733873397340734173427343734473457346734773487349735073517352735373547355735673577358735973607361736273637364736573667367736873697370737173727373737473757376737773787379738073817382738373847385738673877388738973907391739273937394739573967397739873997400740174027403740474057406740774087409741074117412741374147415741674177418741974207421742274237424742574267427742874297430743174327433743474357436743774387439744074417442744374447445744674477448744974507451745274537454745574567457745874597460746174627463746474657466746774687469747074717472747374747475747674777478747974807481748274837484748574867487748874897490749174927493749474957496749774987499750075017502750375047505750675077508750975107511751275137514751575167517751875197520752175227523752475257526752775287529753075317532753375347535753675377538753975407541754275437544754575467547754875497550755175527553755475557556755775587559756075617562756375647565756675677568756975707571757275737574757575767577757875797580758175827583758475857586758775887589759075917592759375947595759675977598759976007601760276037604760576067607760876097610761176127613761476157616761776187619762076217622762376247625762676277628762976307631763276337634763576367637763876397640764176427643764476457646764776487649765076517652765376547655765676577658765976607661766276637664766576667667766876697670767176727673767476757676767776787679768076817682768376847685768676877688768976907691769276937694769576967697769876997700770177027703770477057706770777087709771077117712771377147715771677177718771977207721772277237724772577267727772877297730773177327733773477357736773777387739774077417742774377447745774677477748774977507751775277537754775577567757775877597760776177627763776477657766776777687769777077717772777377747775777677777778777977807781778277837784778577867787778877897790779177927793779477957796779777987799780078017802780378047805780678077808780978107811781278137814781578167817781878197820782178227823782478257826782778287829783078317832783378347835783678377838783978407841784278437844784578467847784878497850785178527853785478557856785778587859786078617862786378647865786678677868786978707871787278737874787578767877787878797880788178827883788478857886788778887889789078917892789378947895789678977898789979007901790279037904790579067907790879097910791179127913791479157916791779187919792079217922792379247925792679277928792979307931793279337934793579367937793879397940794179427943794479457946794779487949795079517952795379547955795679577958795979607961796279637964796579667967796879697970797179727973797479757976797779787979798079817982798379847985798679877988798979907991799279937994799579967997799879998000800180028003800480058006800780088009801080118012801380148015801680178018801980208021802280238024802580268027802880298030803180328033803480358036803780388039804080418042804380448045804680478048804980508051805280538054805580568057805880598060806180628063806480658066806780688069807080718072807380748075807680778078807980808081808280838084808580868087808880898090809180928093809480958096809780988099810081018102810381048105810681078108810981108111811281138114811581168117811881198120812181228123812481258126812781288129813081318132813381348135813681378138813981408141814281438144814581468147814881498150815181528153815481558156815781588159816081618162816381648165816681678168816981708171817281738174817581768177817881798180818181828183818481858186818781888189819081918192819381948195819681978198819982008201820282038204820582068207820882098210821182128213821482158216821782188219822082218222822382248225822682278228822982308231823282338234823582368237823882398240824182428243824482458246824782488249825082518252825382548255825682578258825982608261826282638264826582668267826882698270827182728273827482758276827782788279828082818282828382848285828682878288828982908291829282938294829582968297829882998300830183028303830483058306830783088309831083118312831383148315831683178318831983208321832283238324832583268327832883298330833183328333833483358336833783388339834083418342834383448345834683478348834983508351835283538354835583568357835883598360836183628363836483658366836783688369837083718372837383748375837683778378837983808381838283838384838583868387838883898390839183928393839483958396839783988399840084018402840384048405840684078408840984108411841284138414841584168417841884198420842184228423842484258426842784288429843084318432843384348435843684378438843984408441844284438444844584468447844884498450845184528453845484558456845784588459846084618462846384648465846684678468846984708471847284738474847584768477847884798480848184828483848484858486848784888489849084918492849384948495849684978498849985008501850285038504850585068507850885098510851185128513851485158516851785188519852085218522852385248525852685278528852985308531853285338534853585368537853885398540854185428543854485458546854785488549855085518552855385548555855685578558855985608561856285638564856585668567856885698570857185728573857485758576857785788579858085818582858385848585858685878588858985908591859285938594859585968597859885998600860186028603860486058606860786088609861086118612861386148615861686178618861986208621862286238624862586268627862886298630863186328633863486358636863786388639864086418642864386448645864686478648864986508651865286538654865586568657865886598660866186628663866486658666866786688669867086718672867386748675867686778678867986808681868286838684868586868687868886898690869186928693869486958696869786988699870087018702870387048705870687078708870987108711871287138714871587168717871887198720872187228723872487258726872787288729873087318732873387348735873687378738873987408741874287438744874587468747874887498750875187528753875487558756875787588759876087618762876387648765876687678768876987708771877287738774877587768777877887798780878187828783878487858786878787888789879087918792879387948795879687978798879988008801880288038804880588068807880888098810881188128813881488158816881788188819882088218822882388248825882688278828882988308831883288338834883588368837883888398840884188428843884488458846884788488849885088518852885388548855885688578858885988608861886288638864886588668867886888698870887188728873887488758876887788788879888088818882888388848885888688878888888988908891889288938894889588968897889888998900890189028903890489058906890789088909891089118912891389148915891689178918891989208921892289238924892589268927892889298930893189328933893489358936893789388939894089418942894389448945894689478948894989508951895289538954895589568957895889598960896189628963896489658966896789688969897089718972897389748975897689778978897989808981898289838984898589868987898889898990899189928993899489958996899789988999900090019002900390049005900690079008900990109011901290139014901590169017901890199020902190229023902490259026902790289029903090319032903390349035903690379038903990409041904290439044904590469047904890499050905190529053905490559056905790589059906090619062906390649065906690679068906990709071907290739074907590769077907890799080908190829083908490859086908790889089909090919092909390949095909690979098909991009101910291039104910591069107910891099110911191129113911491159116911791189119912091219122912391249125912691279128912991309131913291339134913591369137913891399140914191429143914491459146914791489149915091519152915391549155915691579158915991609161916291639164916591669167916891699170917191729173917491759176917791789179918091819182918391849185918691879188918991909191919291939194919591969197919891999200920192029203920492059206920792089209921092119212921392149215921692179218921992209221922292239224922592269227922892299230923192329233923492359236923792389239924092419242924392449245924692479248924992509251925292539254925592569257925892599260926192629263926492659266926792689269927092719272927392749275927692779278927992809281928292839284928592869287928892899290929192929293929492959296929792989299930093019302930393049305930693079308930993109311931293139314931593169317931893199320932193229323932493259326932793289329933093319332933393349335933693379338933993409341934293439344934593469347934893499350935193529353935493559356935793589359936093619362936393649365936693679368936993709371937293739374937593769377937893799380938193829383938493859386938793889389939093919392939393949395939693979398939994009401940294039404940594069407940894099410941194129413941494159416941794189419942094219422942394249425942694279428942994309431943294339434943594369437943894399440944194429443944494459446944794489449945094519452945394549455945694579458945994609461946294639464946594669467946894699470947194729473947494759476947794789479948094819482948394849485948694879488948994909491949294939494949594969497949894999500950195029503950495059506950795089509951095119512951395149515951695179518951995209521952295239524952595269527952895299530953195329533953495359536953795389539954095419542954395449545954695479548954995509551955295539554955595569557955895599560956195629563956495659566956795689569957095719572957395749575957695779578957995809581958295839584958595869587958895899590959195929593959495959596959795989599960096019602960396049605960696079608960996109611961296139614961596169617961896199620962196229623962496259626962796289629963096319632963396349635963696379638963996409641964296439644964596469647964896499650965196529653965496559656965796589659966096619662966396649665966696679668966996709671967296739674967596769677967896799680968196829683968496859686968796889689969096919692969396949695969696979698969997009701970297039704970597069707970897099710971197129713971497159716971797189719972097219722972397249725972697279728972997309731973297339734973597369737973897399740974197429743974497459746974797489749975097519752975397549755975697579758975997609761976297639764976597669767976897699770977197729773977497759776977797789779978097819782978397849785978697879788978997909791979297939794979597969797979897999800980198029803980498059806980798089809981098119812981398149815981698179818981998209821982298239824982598269827982898299830983198329833983498359836983798389839984098419842984398449845984698479848984998509851985298539854985598569857985898599860986198629863986498659866986798689869987098719872987398749875987698779878987998809881988298839884988598869887988898899890989198929893989498959896989798989899990099019902990399049905990699079908990999109911991299139914991599169917991899199920992199229923992499259926992799289929993099319932993399349935993699379938993999409941994299439944994599469947994899499950995199529953995499559956995799589959996099619962996399649965996699679968996999709971997299739974997599769977997899799980998199829983998499859986998799889989999099919992999399949995999699979998999910000100011000210003100041000510006100071000810009100101001110012100131001410015100161001710018100191002010021100221002310024100251002610027100281002910030100311003210033100341003510036100371003810039100401004110042100431004410045100461004710048100491005010051100521005310054100551005610057100581005910060100611006210063100641006510066100671006810069100701007110072100731007410075100761007710078100791008010081100821008310084100851008610087100881008910090100911009210093100941009510096100971009810099101001010110102101031010410105101061010710108101091011010111101121011310114101151011610117101181011910120101211012210123101241012510126101271012810129101301013110132101331013410135101361013710138101391014010141101421014310144101451014610147101481014910150101511015210153101541015510156101571015810159101601016110162101631016410165101661016710168101691017010171101721017310174101751017610177101781017910180101811018210183101841018510186101871018810189101901019110192101931019410195101961019710198101991020010201102021020310204102051020610207102081020910210102111021210213102141021510216102171021810219102201022110222102231022410225102261022710228102291023010231102321023310234102351023610237102381023910240102411024210243102441024510246102471024810249102501025110252102531025410255102561025710258102591026010261102621026310264102651026610267102681026910270102711027210273102741027510276102771027810279102801028110282102831028410285102861028710288102891029010291102921029310294102951029610297102981029910300103011030210303103041030510306103071030810309103101031110312103131031410315103161031710318103191032010321103221032310324103251032610327103281032910330103311033210333103341033510336103371033810339103401034110342103431034410345103461034710348103491035010351103521035310354103551035610357103581035910360103611036210363103641036510366103671036810369103701037110372103731037410375103761037710378103791038010381103821038310384103851038610387103881038910390103911039210393103941039510396103971039810399104001040110402104031040410405104061040710408104091041010411104121041310414104151041610417104181041910420104211042210423104241042510426104271042810429104301043110432104331043410435104361043710438104391044010441104421044310444104451044610447104481044910450104511045210453104541045510456104571045810459104601046110462104631046410465104661046710468104691047010471104721047310474104751047610477104781047910480104811048210483104841048510486104871048810489104901049110492104931049410495104961049710498104991050010501105021050310504105051050610507105081050910510105111051210513105141051510516105171051810519105201052110522105231052410525105261052710528105291053010531105321053310534105351053610537105381053910540105411054210543105441054510546105471054810549105501055110552105531055410555105561055710558105591056010561105621056310564105651056610567105681056910570105711057210573105741057510576105771057810579105801058110582105831058410585105861058710588105891059010591105921059310594105951059610597105981059910600106011060210603106041060510606106071060810609106101061110612106131061410615106161061710618106191062010621106221062310624106251062610627106281062910630106311063210633106341063510636106371063810639106401064110642106431064410645106461064710648106491065010651106521065310654106551065610657106581065910660106611066210663106641066510666106671066810669106701067110672106731067410675106761067710678106791068010681106821068310684106851068610687106881068910690106911069210693106941069510696106971069810699107001070110702107031070410705107061070710708107091071010711107121071310714107151071610717107181071910720107211072210723107241072510726107271072810729107301073110732107331073410735107361073710738107391074010741107421074310744107451074610747107481074910750107511075210753107541075510756107571075810759107601076110762107631076410765107661076710768107691077010771107721077310774107751077610777107781077910780107811078210783107841078510786107871078810789107901079110792107931079410795107961079710798107991080010801108021080310804108051080610807108081080910810108111081210813108141081510816108171081810819108201082110822108231082410825108261082710828108291083010831108321083310834108351083610837108381083910840108411084210843108441084510846108471084810849108501085110852108531085410855108561085710858108591086010861108621086310864108651086610867108681086910870108711087210873108741087510876108771087810879108801088110882108831088410885108861088710888108891089010891108921089310894108951089610897108981089910900109011090210903109041090510906109071090810909109101091110912109131091410915109161091710918109191092010921109221092310924109251092610927109281092910930109311093210933109341093510936109371093810939109401094110942109431094410945109461094710948109491095010951109521095310954109551095610957109581095910960109611096210963109641096510966109671096810969109701097110972109731097410975109761097710978109791098010981109821098310984109851098610987109881098910990109911099210993109941099510996109971099810999110001100111002110031100411005110061100711008110091101011011110121101311014110151101611017110181101911020110211102211023110241102511026110271102811029110301103111032110331103411035110361103711038110391104011041110421104311044110451104611047110481104911050110511105211053110541105511056110571105811059110601106111062110631106411065110661106711068110691107011071
  1. {
  2. "name": "NavMelon",
  3. "version": "0.0.1",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "NavMelon",
  9. "version": "0.0.1",
  10. "dependencies": {
  11. "@react-navigation/bottom-tabs": "^6.5.7",
  12. "@react-navigation/drawer": "^6.6.3",
  13. "@react-navigation/native": "^6.1.6",
  14. "@react-navigation/native-stack": "^6.9.12",
  15. "react": "18.2.0",
  16. "react-native": "^0.72.1",
  17. "react-native-gesture-handler": "^2.12.0",
  18. "react-native-gradle-plugin": "^0.71.19",
  19. "react-native-linear-gradient": "^2.6.2",
  20. "react-native-paper": "^5.8.0",
  21. "react-native-reanimated": "^3.3.0",
  22. "react-native-safe-area-context": "^4.5.3",
  23. "react-native-screens": "^3.20.0",
  24. "react-native-vector-icons": "^9.2.0"
  25. },
  26. "devDependencies": {
  27. "@babel/core": "^7.20.0",
  28. "@babel/preset-env": "^7.20.0",
  29. "@babel/runtime": "^7.20.0",
  30. "@react-native-community/eslint-config": "^3.2.0",
  31. "@tsconfig/react-native": "^2.0.2",
  32. "@types/jest": "^29.2.1",
  33. "@types/react": "^18.0.24",
  34. "@types/react-test-renderer": "^18.0.0",
  35. "babel-jest": "^29.2.1",
  36. "eslint": "^8.19.0",
  37. "jest": "^29.2.1",
  38. "metro-react-native-babel-preset": "0.73.9",
  39. "prettier": "^2.4.1",
  40. "react-test-renderer": "18.2.0",
  41. "typescript": "4.8.4"
  42. }
  43. },
  44. "node_modules/@ampproject/remapping": {
  45. "version": "2.2.1",
  46. "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz",
  47. "integrity": "sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==",
  48. "dependencies": {
  49. "@jridgewell/gen-mapping": "^0.3.0",
  50. "@jridgewell/trace-mapping": "^0.3.9"
  51. },
  52. "engines": {
  53. "node": ">=6.0.0"
  54. }
  55. },
  56. "node_modules/@babel/code-frame": {
  57. "version": "7.22.5",
  58. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.5.tgz",
  59. "integrity": "sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==",
  60. "dependencies": {
  61. "@babel/highlight": "^7.22.5"
  62. },
  63. "engines": {
  64. "node": ">=6.9.0"
  65. }
  66. },
  67. "node_modules/@babel/compat-data": {
  68. "version": "7.22.5",
  69. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.5.tgz",
  70. "integrity": "sha512-4Jc/YuIaYqKnDDz892kPIledykKg12Aw1PYX5i/TY28anJtacvM1Rrr8wbieB9GfEJwlzqT0hUEao0CxEebiDA==",
  71. "engines": {
  72. "node": ">=6.9.0"
  73. }
  74. },
  75. "node_modules/@babel/core": {
  76. "version": "7.22.5",
  77. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.5.tgz",
  78. "integrity": "sha512-SBuTAjg91A3eKOvD+bPEz3LlhHZRNu1nFOVts9lzDJTXshHTjII0BAtDS3Y2DAkdZdDKWVZGVwkDfc4Clxn1dg==",
  79. "dependencies": {
  80. "@ampproject/remapping": "^2.2.0",
  81. "@babel/code-frame": "^7.22.5",
  82. "@babel/generator": "^7.22.5",
  83. "@babel/helper-compilation-targets": "^7.22.5",
  84. "@babel/helper-module-transforms": "^7.22.5",
  85. "@babel/helpers": "^7.22.5",
  86. "@babel/parser": "^7.22.5",
  87. "@babel/template": "^7.22.5",
  88. "@babel/traverse": "^7.22.5",
  89. "@babel/types": "^7.22.5",
  90. "convert-source-map": "^1.7.0",
  91. "debug": "^4.1.0",
  92. "gensync": "^1.0.0-beta.2",
  93. "json5": "^2.2.2",
  94. "semver": "^6.3.0"
  95. },
  96. "engines": {
  97. "node": ">=6.9.0"
  98. },
  99. "funding": {
  100. "type": "opencollective",
  101. "url": "https://opencollective.com/babel"
  102. }
  103. },
  104. "node_modules/@babel/core/node_modules/convert-source-map": {
  105. "version": "1.9.0",
  106. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
  107. "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A=="
  108. },
  109. "node_modules/@babel/eslint-parser": {
  110. "version": "7.22.5",
  111. "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.22.5.tgz",
  112. "integrity": "sha512-C69RWYNYtrgIRE5CmTd77ZiLDXqgBipahJc/jHP3sLcAGj6AJzxNIuKNpVnICqbyK7X3pFUfEvL++rvtbQpZkQ==",
  113. "dev": true,
  114. "dependencies": {
  115. "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
  116. "eslint-visitor-keys": "^2.1.0",
  117. "semver": "^6.3.0"
  118. },
  119. "engines": {
  120. "node": "^10.13.0 || ^12.13.0 || >=14.0.0"
  121. },
  122. "peerDependencies": {
  123. "@babel/core": ">=7.11.0",
  124. "eslint": "^7.5.0 || ^8.0.0"
  125. }
  126. },
  127. "node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys": {
  128. "version": "2.1.0",
  129. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
  130. "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
  131. "dev": true,
  132. "engines": {
  133. "node": ">=10"
  134. }
  135. },
  136. "node_modules/@babel/generator": {
  137. "version": "7.22.5",
  138. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.22.5.tgz",
  139. "integrity": "sha512-+lcUbnTRhd0jOewtFSedLyiPsD5tswKkbgcezOqqWFUVNEwoUTlpPOBmvhG7OXWLR4jMdv0czPGH5XbflnD1EA==",
  140. "dependencies": {
  141. "@babel/types": "^7.22.5",
  142. "@jridgewell/gen-mapping": "^0.3.2",
  143. "@jridgewell/trace-mapping": "^0.3.17",
  144. "jsesc": "^2.5.1"
  145. },
  146. "engines": {
  147. "node": ">=6.9.0"
  148. }
  149. },
  150. "node_modules/@babel/helper-annotate-as-pure": {
  151. "version": "7.22.5",
  152. "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz",
  153. "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==",
  154. "dependencies": {
  155. "@babel/types": "^7.22.5"
  156. },
  157. "engines": {
  158. "node": ">=6.9.0"
  159. }
  160. },
  161. "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
  162. "version": "7.22.5",
  163. "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.5.tgz",
  164. "integrity": "sha512-m1EP3lVOPptR+2DwD125gziZNcmoNSHGmJROKoy87loWUQyJaVXDgpmruWqDARZSmtYQ+Dl25okU8+qhVzuykw==",
  165. "dependencies": {
  166. "@babel/types": "^7.22.5"
  167. },
  168. "engines": {
  169. "node": ">=6.9.0"
  170. }
  171. },
  172. "node_modules/@babel/helper-compilation-targets": {
  173. "version": "7.22.5",
  174. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.5.tgz",
  175. "integrity": "sha512-Ji+ywpHeuqxB8WDxraCiqR0xfhYjiDE/e6k7FuIaANnoOFxAHskHChz4vA1mJC9Lbm01s1PVAGhQY4FUKSkGZw==",
  176. "dependencies": {
  177. "@babel/compat-data": "^7.22.5",
  178. "@babel/helper-validator-option": "^7.22.5",
  179. "browserslist": "^4.21.3",
  180. "lru-cache": "^5.1.1",
  181. "semver": "^6.3.0"
  182. },
  183. "engines": {
  184. "node": ">=6.9.0"
  185. },
  186. "peerDependencies": {
  187. "@babel/core": "^7.0.0"
  188. }
  189. },
  190. "node_modules/@babel/helper-create-class-features-plugin": {
  191. "version": "7.22.5",
  192. "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.5.tgz",
  193. "integrity": "sha512-xkb58MyOYIslxu3gKmVXmjTtUPvBU4odYzbiIQbWwLKIHCsx6UGZGX6F1IznMFVnDdirseUZopzN+ZRt8Xb33Q==",
  194. "dependencies": {
  195. "@babel/helper-annotate-as-pure": "^7.22.5",
  196. "@babel/helper-environment-visitor": "^7.22.5",
  197. "@babel/helper-function-name": "^7.22.5",
  198. "@babel/helper-member-expression-to-functions": "^7.22.5",
  199. "@babel/helper-optimise-call-expression": "^7.22.5",
  200. "@babel/helper-replace-supers": "^7.22.5",
  201. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
  202. "@babel/helper-split-export-declaration": "^7.22.5",
  203. "semver": "^6.3.0"
  204. },
  205. "engines": {
  206. "node": ">=6.9.0"
  207. },
  208. "peerDependencies": {
  209. "@babel/core": "^7.0.0"
  210. }
  211. },
  212. "node_modules/@babel/helper-create-regexp-features-plugin": {
  213. "version": "7.22.5",
  214. "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.5.tgz",
  215. "integrity": "sha512-1VpEFOIbMRaXyDeUwUfmTIxExLwQ+zkW+Bh5zXpApA3oQedBx9v/updixWxnx/bZpKw7u8VxWjb/qWpIcmPq8A==",
  216. "dependencies": {
  217. "@babel/helper-annotate-as-pure": "^7.22.5",
  218. "regexpu-core": "^5.3.1",
  219. "semver": "^6.3.0"
  220. },
  221. "engines": {
  222. "node": ">=6.9.0"
  223. },
  224. "peerDependencies": {
  225. "@babel/core": "^7.0.0"
  226. }
  227. },
  228. "node_modules/@babel/helper-define-polyfill-provider": {
  229. "version": "0.4.0",
  230. "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.0.tgz",
  231. "integrity": "sha512-RnanLx5ETe6aybRi1cO/edaRH+bNYWaryCEmjDDYyNr4wnSzyOp8T0dWipmqVHKEY3AbVKUom50AKSlj1zmKbg==",
  232. "dependencies": {
  233. "@babel/helper-compilation-targets": "^7.17.7",
  234. "@babel/helper-plugin-utils": "^7.16.7",
  235. "debug": "^4.1.1",
  236. "lodash.debounce": "^4.0.8",
  237. "resolve": "^1.14.2",
  238. "semver": "^6.1.2"
  239. },
  240. "peerDependencies": {
  241. "@babel/core": "^7.4.0-0"
  242. }
  243. },
  244. "node_modules/@babel/helper-environment-visitor": {
  245. "version": "7.22.5",
  246. "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz",
  247. "integrity": "sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==",
  248. "engines": {
  249. "node": ">=6.9.0"
  250. }
  251. },
  252. "node_modules/@babel/helper-function-name": {
  253. "version": "7.22.5",
  254. "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz",
  255. "integrity": "sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==",
  256. "dependencies": {
  257. "@babel/template": "^7.22.5",
  258. "@babel/types": "^7.22.5"
  259. },
  260. "engines": {
  261. "node": ">=6.9.0"
  262. }
  263. },
  264. "node_modules/@babel/helper-hoist-variables": {
  265. "version": "7.22.5",
  266. "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz",
  267. "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==",
  268. "dependencies": {
  269. "@babel/types": "^7.22.5"
  270. },
  271. "engines": {
  272. "node": ">=6.9.0"
  273. }
  274. },
  275. "node_modules/@babel/helper-member-expression-to-functions": {
  276. "version": "7.22.5",
  277. "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.22.5.tgz",
  278. "integrity": "sha512-aBiH1NKMG0H2cGZqspNvsaBe6wNGjbJjuLy29aU+eDZjSbbN53BaxlpB02xm9v34pLTZ1nIQPFYn2qMZoa5BQQ==",
  279. "dependencies": {
  280. "@babel/types": "^7.22.5"
  281. },
  282. "engines": {
  283. "node": ">=6.9.0"
  284. }
  285. },
  286. "node_modules/@babel/helper-module-imports": {
  287. "version": "7.22.5",
  288. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz",
  289. "integrity": "sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==",
  290. "dependencies": {
  291. "@babel/types": "^7.22.5"
  292. },
  293. "engines": {
  294. "node": ">=6.9.0"
  295. }
  296. },
  297. "node_modules/@babel/helper-module-transforms": {
  298. "version": "7.22.5",
  299. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.22.5.tgz",
  300. "integrity": "sha512-+hGKDt/Ze8GFExiVHno/2dvG5IdstpzCq0y4Qc9OJ25D4q3pKfiIP/4Vp3/JvhDkLKsDK2api3q3fpIgiIF5bw==",
  301. "dependencies": {
  302. "@babel/helper-environment-visitor": "^7.22.5",
  303. "@babel/helper-module-imports": "^7.22.5",
  304. "@babel/helper-simple-access": "^7.22.5",
  305. "@babel/helper-split-export-declaration": "^7.22.5",
  306. "@babel/helper-validator-identifier": "^7.22.5",
  307. "@babel/template": "^7.22.5",
  308. "@babel/traverse": "^7.22.5",
  309. "@babel/types": "^7.22.5"
  310. },
  311. "engines": {
  312. "node": ">=6.9.0"
  313. }
  314. },
  315. "node_modules/@babel/helper-optimise-call-expression": {
  316. "version": "7.22.5",
  317. "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz",
  318. "integrity": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==",
  319. "dependencies": {
  320. "@babel/types": "^7.22.5"
  321. },
  322. "engines": {
  323. "node": ">=6.9.0"
  324. }
  325. },
  326. "node_modules/@babel/helper-plugin-utils": {
  327. "version": "7.22.5",
  328. "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz",
  329. "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==",
  330. "engines": {
  331. "node": ">=6.9.0"
  332. }
  333. },
  334. "node_modules/@babel/helper-remap-async-to-generator": {
  335. "version": "7.22.5",
  336. "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.5.tgz",
  337. "integrity": "sha512-cU0Sq1Rf4Z55fgz7haOakIyM7+x/uCFwXpLPaeRzfoUtAEAuUZjZvFPjL/rk5rW693dIgn2hng1W7xbT7lWT4g==",
  338. "dependencies": {
  339. "@babel/helper-annotate-as-pure": "^7.22.5",
  340. "@babel/helper-environment-visitor": "^7.22.5",
  341. "@babel/helper-wrap-function": "^7.22.5",
  342. "@babel/types": "^7.22.5"
  343. },
  344. "engines": {
  345. "node": ">=6.9.0"
  346. },
  347. "peerDependencies": {
  348. "@babel/core": "^7.0.0"
  349. }
  350. },
  351. "node_modules/@babel/helper-replace-supers": {
  352. "version": "7.22.5",
  353. "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.5.tgz",
  354. "integrity": "sha512-aLdNM5I3kdI/V9xGNyKSF3X/gTyMUBohTZ+/3QdQKAA9vxIiy12E+8E2HoOP1/DjeqU+g6as35QHJNMDDYpuCg==",
  355. "dependencies": {
  356. "@babel/helper-environment-visitor": "^7.22.5",
  357. "@babel/helper-member-expression-to-functions": "^7.22.5",
  358. "@babel/helper-optimise-call-expression": "^7.22.5",
  359. "@babel/template": "^7.22.5",
  360. "@babel/traverse": "^7.22.5",
  361. "@babel/types": "^7.22.5"
  362. },
  363. "engines": {
  364. "node": ">=6.9.0"
  365. }
  366. },
  367. "node_modules/@babel/helper-simple-access": {
  368. "version": "7.22.5",
  369. "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz",
  370. "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==",
  371. "dependencies": {
  372. "@babel/types": "^7.22.5"
  373. },
  374. "engines": {
  375. "node": ">=6.9.0"
  376. }
  377. },
  378. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  379. "version": "7.22.5",
  380. "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz",
  381. "integrity": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==",
  382. "dependencies": {
  383. "@babel/types": "^7.22.5"
  384. },
  385. "engines": {
  386. "node": ">=6.9.0"
  387. }
  388. },
  389. "node_modules/@babel/helper-split-export-declaration": {
  390. "version": "7.22.5",
  391. "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.5.tgz",
  392. "integrity": "sha512-thqK5QFghPKWLhAV321lxF95yCg2K3Ob5yw+M3VHWfdia0IkPXUtoLH8x/6Fh486QUvzhb8YOWHChTVen2/PoQ==",
  393. "dependencies": {
  394. "@babel/types": "^7.22.5"
  395. },
  396. "engines": {
  397. "node": ">=6.9.0"
  398. }
  399. },
  400. "node_modules/@babel/helper-string-parser": {
  401. "version": "7.22.5",
  402. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz",
  403. "integrity": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==",
  404. "engines": {
  405. "node": ">=6.9.0"
  406. }
  407. },
  408. "node_modules/@babel/helper-validator-identifier": {
  409. "version": "7.22.5",
  410. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz",
  411. "integrity": "sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==",
  412. "engines": {
  413. "node": ">=6.9.0"
  414. }
  415. },
  416. "node_modules/@babel/helper-validator-option": {
  417. "version": "7.22.5",
  418. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz",
  419. "integrity": "sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==",
  420. "engines": {
  421. "node": ">=6.9.0"
  422. }
  423. },
  424. "node_modules/@babel/helper-wrap-function": {
  425. "version": "7.22.5",
  426. "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.5.tgz",
  427. "integrity": "sha512-bYqLIBSEshYcYQyfks8ewYA8S30yaGSeRslcvKMvoUk6HHPySbxHq9YRi6ghhzEU+yhQv9bP/jXnygkStOcqZw==",
  428. "dependencies": {
  429. "@babel/helper-function-name": "^7.22.5",
  430. "@babel/template": "^7.22.5",
  431. "@babel/traverse": "^7.22.5",
  432. "@babel/types": "^7.22.5"
  433. },
  434. "engines": {
  435. "node": ">=6.9.0"
  436. }
  437. },
  438. "node_modules/@babel/helpers": {
  439. "version": "7.22.5",
  440. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.5.tgz",
  441. "integrity": "sha512-pSXRmfE1vzcUIDFQcSGA5Mr+GxBV9oiRKDuDxXvWQQBCh8HoIjs/2DlDB7H8smac1IVrB9/xdXj2N3Wol9Cr+Q==",
  442. "dependencies": {
  443. "@babel/template": "^7.22.5",
  444. "@babel/traverse": "^7.22.5",
  445. "@babel/types": "^7.22.5"
  446. },
  447. "engines": {
  448. "node": ">=6.9.0"
  449. }
  450. },
  451. "node_modules/@babel/highlight": {
  452. "version": "7.22.5",
  453. "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.5.tgz",
  454. "integrity": "sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==",
  455. "dependencies": {
  456. "@babel/helper-validator-identifier": "^7.22.5",
  457. "chalk": "^2.0.0",
  458. "js-tokens": "^4.0.0"
  459. },
  460. "engines": {
  461. "node": ">=6.9.0"
  462. }
  463. },
  464. "node_modules/@babel/highlight/node_modules/ansi-styles": {
  465. "version": "3.2.1",
  466. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  467. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  468. "dependencies": {
  469. "color-convert": "^1.9.0"
  470. },
  471. "engines": {
  472. "node": ">=4"
  473. }
  474. },
  475. "node_modules/@babel/highlight/node_modules/chalk": {
  476. "version": "2.4.2",
  477. "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  478. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  479. "dependencies": {
  480. "ansi-styles": "^3.2.1",
  481. "escape-string-regexp": "^1.0.5",
  482. "supports-color": "^5.3.0"
  483. },
  484. "engines": {
  485. "node": ">=4"
  486. }
  487. },
  488. "node_modules/@babel/highlight/node_modules/color-convert": {
  489. "version": "1.9.3",
  490. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  491. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  492. "dependencies": {
  493. "color-name": "1.1.3"
  494. }
  495. },
  496. "node_modules/@babel/highlight/node_modules/color-name": {
  497. "version": "1.1.3",
  498. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
  499. "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
  500. },
  501. "node_modules/@babel/highlight/node_modules/has-flag": {
  502. "version": "3.0.0",
  503. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  504. "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
  505. "engines": {
  506. "node": ">=4"
  507. }
  508. },
  509. "node_modules/@babel/highlight/node_modules/supports-color": {
  510. "version": "5.5.0",
  511. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
  512. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  513. "dependencies": {
  514. "has-flag": "^3.0.0"
  515. },
  516. "engines": {
  517. "node": ">=4"
  518. }
  519. },
  520. "node_modules/@babel/parser": {
  521. "version": "7.22.5",
  522. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.5.tgz",
  523. "integrity": "sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==",
  524. "bin": {
  525. "parser": "bin/babel-parser.js"
  526. },
  527. "engines": {
  528. "node": ">=6.0.0"
  529. }
  530. },
  531. "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
  532. "version": "7.22.5",
  533. "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.22.5.tgz",
  534. "integrity": "sha512-NP1M5Rf+u2Gw9qfSO4ihjcTGW5zXTi36ITLd4/EoAcEhIZ0yjMqmftDNl3QC19CX7olhrjpyU454g/2W7X0jvQ==",
  535. "dependencies": {
  536. "@babel/helper-plugin-utils": "^7.22.5"
  537. },
  538. "engines": {
  539. "node": ">=6.9.0"
  540. },
  541. "peerDependencies": {
  542. "@babel/core": "^7.0.0"
  543. }
  544. },
  545. "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
  546. "version": "7.22.5",
  547. "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.22.5.tgz",
  548. "integrity": "sha512-31Bb65aZaUwqCbWMnZPduIZxCBngHFlzyN6Dq6KAJjtx+lx6ohKHubc61OomYi7XwVD4Ol0XCVz4h+pYFR048g==",
  549. "dependencies": {
  550. "@babel/helper-plugin-utils": "^7.22.5",
  551. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
  552. "@babel/plugin-transform-optional-chaining": "^7.22.5"
  553. },
  554. "engines": {
  555. "node": ">=6.9.0"
  556. },
  557. "peerDependencies": {
  558. "@babel/core": "^7.13.0"
  559. }
  560. },
  561. "node_modules/@babel/plugin-proposal-async-generator-functions": {
  562. "version": "7.20.7",
  563. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.7.tgz",
  564. "integrity": "sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==",
  565. "dependencies": {
  566. "@babel/helper-environment-visitor": "^7.18.9",
  567. "@babel/helper-plugin-utils": "^7.20.2",
  568. "@babel/helper-remap-async-to-generator": "^7.18.9",
  569. "@babel/plugin-syntax-async-generators": "^7.8.4"
  570. },
  571. "engines": {
  572. "node": ">=6.9.0"
  573. },
  574. "peerDependencies": {
  575. "@babel/core": "^7.0.0-0"
  576. }
  577. },
  578. "node_modules/@babel/plugin-proposal-class-properties": {
  579. "version": "7.18.6",
  580. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz",
  581. "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==",
  582. "dependencies": {
  583. "@babel/helper-create-class-features-plugin": "^7.18.6",
  584. "@babel/helper-plugin-utils": "^7.18.6"
  585. },
  586. "engines": {
  587. "node": ">=6.9.0"
  588. },
  589. "peerDependencies": {
  590. "@babel/core": "^7.0.0-0"
  591. }
  592. },
  593. "node_modules/@babel/plugin-proposal-export-default-from": {
  594. "version": "7.22.5",
  595. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.22.5.tgz",
  596. "integrity": "sha512-UCe1X/hplyv6A5g2WnQ90tnHRvYL29dabCWww92lO7VdfMVTVReBTRrhiMrKQejHD9oVkdnRdwYuzUZkBVQisg==",
  597. "dependencies": {
  598. "@babel/helper-plugin-utils": "^7.22.5",
  599. "@babel/plugin-syntax-export-default-from": "^7.22.5"
  600. },
  601. "engines": {
  602. "node": ">=6.9.0"
  603. },
  604. "peerDependencies": {
  605. "@babel/core": "^7.0.0-0"
  606. }
  607. },
  608. "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": {
  609. "version": "7.18.6",
  610. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz",
  611. "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==",
  612. "dependencies": {
  613. "@babel/helper-plugin-utils": "^7.18.6",
  614. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
  615. },
  616. "engines": {
  617. "node": ">=6.9.0"
  618. },
  619. "peerDependencies": {
  620. "@babel/core": "^7.0.0-0"
  621. }
  622. },
  623. "node_modules/@babel/plugin-proposal-numeric-separator": {
  624. "version": "7.18.6",
  625. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz",
  626. "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==",
  627. "dependencies": {
  628. "@babel/helper-plugin-utils": "^7.18.6",
  629. "@babel/plugin-syntax-numeric-separator": "^7.10.4"
  630. },
  631. "engines": {
  632. "node": ">=6.9.0"
  633. },
  634. "peerDependencies": {
  635. "@babel/core": "^7.0.0-0"
  636. }
  637. },
  638. "node_modules/@babel/plugin-proposal-object-rest-spread": {
  639. "version": "7.20.7",
  640. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz",
  641. "integrity": "sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==",
  642. "dependencies": {
  643. "@babel/compat-data": "^7.20.5",
  644. "@babel/helper-compilation-targets": "^7.20.7",
  645. "@babel/helper-plugin-utils": "^7.20.2",
  646. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  647. "@babel/plugin-transform-parameters": "^7.20.7"
  648. },
  649. "engines": {
  650. "node": ">=6.9.0"
  651. },
  652. "peerDependencies": {
  653. "@babel/core": "^7.0.0-0"
  654. }
  655. },
  656. "node_modules/@babel/plugin-proposal-optional-catch-binding": {
  657. "version": "7.18.6",
  658. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz",
  659. "integrity": "sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==",
  660. "dependencies": {
  661. "@babel/helper-plugin-utils": "^7.18.6",
  662. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
  663. },
  664. "engines": {
  665. "node": ">=6.9.0"
  666. },
  667. "peerDependencies": {
  668. "@babel/core": "^7.0.0-0"
  669. }
  670. },
  671. "node_modules/@babel/plugin-proposal-optional-chaining": {
  672. "version": "7.21.0",
  673. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz",
  674. "integrity": "sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==",
  675. "dependencies": {
  676. "@babel/helper-plugin-utils": "^7.20.2",
  677. "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0",
  678. "@babel/plugin-syntax-optional-chaining": "^7.8.3"
  679. },
  680. "engines": {
  681. "node": ">=6.9.0"
  682. },
  683. "peerDependencies": {
  684. "@babel/core": "^7.0.0-0"
  685. }
  686. },
  687. "node_modules/@babel/plugin-proposal-private-property-in-object": {
  688. "version": "7.21.0-placeholder-for-preset-env.2",
  689. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz",
  690. "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==",
  691. "engines": {
  692. "node": ">=6.9.0"
  693. },
  694. "peerDependencies": {
  695. "@babel/core": "^7.0.0-0"
  696. }
  697. },
  698. "node_modules/@babel/plugin-proposal-unicode-property-regex": {
  699. "version": "7.18.6",
  700. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz",
  701. "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==",
  702. "dependencies": {
  703. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  704. "@babel/helper-plugin-utils": "^7.18.6"
  705. },
  706. "engines": {
  707. "node": ">=4"
  708. },
  709. "peerDependencies": {
  710. "@babel/core": "^7.0.0-0"
  711. }
  712. },
  713. "node_modules/@babel/plugin-syntax-async-generators": {
  714. "version": "7.8.4",
  715. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
  716. "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
  717. "dependencies": {
  718. "@babel/helper-plugin-utils": "^7.8.0"
  719. },
  720. "peerDependencies": {
  721. "@babel/core": "^7.0.0-0"
  722. }
  723. },
  724. "node_modules/@babel/plugin-syntax-bigint": {
  725. "version": "7.8.3",
  726. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
  727. "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
  728. "dev": true,
  729. "dependencies": {
  730. "@babel/helper-plugin-utils": "^7.8.0"
  731. },
  732. "peerDependencies": {
  733. "@babel/core": "^7.0.0-0"
  734. }
  735. },
  736. "node_modules/@babel/plugin-syntax-class-properties": {
  737. "version": "7.12.13",
  738. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
  739. "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
  740. "dependencies": {
  741. "@babel/helper-plugin-utils": "^7.12.13"
  742. },
  743. "peerDependencies": {
  744. "@babel/core": "^7.0.0-0"
  745. }
  746. },
  747. "node_modules/@babel/plugin-syntax-class-static-block": {
  748. "version": "7.14.5",
  749. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
  750. "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
  751. "dependencies": {
  752. "@babel/helper-plugin-utils": "^7.14.5"
  753. },
  754. "engines": {
  755. "node": ">=6.9.0"
  756. },
  757. "peerDependencies": {
  758. "@babel/core": "^7.0.0-0"
  759. }
  760. },
  761. "node_modules/@babel/plugin-syntax-dynamic-import": {
  762. "version": "7.8.3",
  763. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
  764. "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
  765. "dependencies": {
  766. "@babel/helper-plugin-utils": "^7.8.0"
  767. },
  768. "peerDependencies": {
  769. "@babel/core": "^7.0.0-0"
  770. }
  771. },
  772. "node_modules/@babel/plugin-syntax-export-default-from": {
  773. "version": "7.22.5",
  774. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.22.5.tgz",
  775. "integrity": "sha512-ODAqWWXB/yReh/jVQDag/3/tl6lgBueQkk/TcfW/59Oykm4c8a55XloX0CTk2k2VJiFWMgHby9xNX29IbCv9dQ==",
  776. "dependencies": {
  777. "@babel/helper-plugin-utils": "^7.22.5"
  778. },
  779. "engines": {
  780. "node": ">=6.9.0"
  781. },
  782. "peerDependencies": {
  783. "@babel/core": "^7.0.0-0"
  784. }
  785. },
  786. "node_modules/@babel/plugin-syntax-export-namespace-from": {
  787. "version": "7.8.3",
  788. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
  789. "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
  790. "dependencies": {
  791. "@babel/helper-plugin-utils": "^7.8.3"
  792. },
  793. "peerDependencies": {
  794. "@babel/core": "^7.0.0-0"
  795. }
  796. },
  797. "node_modules/@babel/plugin-syntax-flow": {
  798. "version": "7.22.5",
  799. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.22.5.tgz",
  800. "integrity": "sha512-9RdCl0i+q0QExayk2nOS7853w08yLucnnPML6EN9S8fgMPVtdLDCdx/cOQ/i44Lb9UeQX9A35yaqBBOMMZxPxQ==",
  801. "dependencies": {
  802. "@babel/helper-plugin-utils": "^7.22.5"
  803. },
  804. "engines": {
  805. "node": ">=6.9.0"
  806. },
  807. "peerDependencies": {
  808. "@babel/core": "^7.0.0-0"
  809. }
  810. },
  811. "node_modules/@babel/plugin-syntax-import-assertions": {
  812. "version": "7.22.5",
  813. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.22.5.tgz",
  814. "integrity": "sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==",
  815. "dependencies": {
  816. "@babel/helper-plugin-utils": "^7.22.5"
  817. },
  818. "engines": {
  819. "node": ">=6.9.0"
  820. },
  821. "peerDependencies": {
  822. "@babel/core": "^7.0.0-0"
  823. }
  824. },
  825. "node_modules/@babel/plugin-syntax-import-attributes": {
  826. "version": "7.22.5",
  827. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.22.5.tgz",
  828. "integrity": "sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==",
  829. "dependencies": {
  830. "@babel/helper-plugin-utils": "^7.22.5"
  831. },
  832. "engines": {
  833. "node": ">=6.9.0"
  834. },
  835. "peerDependencies": {
  836. "@babel/core": "^7.0.0-0"
  837. }
  838. },
  839. "node_modules/@babel/plugin-syntax-import-meta": {
  840. "version": "7.10.4",
  841. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  842. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  843. "dependencies": {
  844. "@babel/helper-plugin-utils": "^7.10.4"
  845. },
  846. "peerDependencies": {
  847. "@babel/core": "^7.0.0-0"
  848. }
  849. },
  850. "node_modules/@babel/plugin-syntax-json-strings": {
  851. "version": "7.8.3",
  852. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
  853. "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
  854. "dependencies": {
  855. "@babel/helper-plugin-utils": "^7.8.0"
  856. },
  857. "peerDependencies": {
  858. "@babel/core": "^7.0.0-0"
  859. }
  860. },
  861. "node_modules/@babel/plugin-syntax-jsx": {
  862. "version": "7.22.5",
  863. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.22.5.tgz",
  864. "integrity": "sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==",
  865. "dependencies": {
  866. "@babel/helper-plugin-utils": "^7.22.5"
  867. },
  868. "engines": {
  869. "node": ">=6.9.0"
  870. },
  871. "peerDependencies": {
  872. "@babel/core": "^7.0.0-0"
  873. }
  874. },
  875. "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
  876. "version": "7.10.4",
  877. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
  878. "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
  879. "dependencies": {
  880. "@babel/helper-plugin-utils": "^7.10.4"
  881. },
  882. "peerDependencies": {
  883. "@babel/core": "^7.0.0-0"
  884. }
  885. },
  886. "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
  887. "version": "7.8.3",
  888. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
  889. "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
  890. "dependencies": {
  891. "@babel/helper-plugin-utils": "^7.8.0"
  892. },
  893. "peerDependencies": {
  894. "@babel/core": "^7.0.0-0"
  895. }
  896. },
  897. "node_modules/@babel/plugin-syntax-numeric-separator": {
  898. "version": "7.10.4",
  899. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
  900. "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
  901. "dependencies": {
  902. "@babel/helper-plugin-utils": "^7.10.4"
  903. },
  904. "peerDependencies": {
  905. "@babel/core": "^7.0.0-0"
  906. }
  907. },
  908. "node_modules/@babel/plugin-syntax-object-rest-spread": {
  909. "version": "7.8.3",
  910. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
  911. "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
  912. "dependencies": {
  913. "@babel/helper-plugin-utils": "^7.8.0"
  914. },
  915. "peerDependencies": {
  916. "@babel/core": "^7.0.0-0"
  917. }
  918. },
  919. "node_modules/@babel/plugin-syntax-optional-catch-binding": {
  920. "version": "7.8.3",
  921. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
  922. "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
  923. "dependencies": {
  924. "@babel/helper-plugin-utils": "^7.8.0"
  925. },
  926. "peerDependencies": {
  927. "@babel/core": "^7.0.0-0"
  928. }
  929. },
  930. "node_modules/@babel/plugin-syntax-optional-chaining": {
  931. "version": "7.8.3",
  932. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
  933. "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
  934. "dependencies": {
  935. "@babel/helper-plugin-utils": "^7.8.0"
  936. },
  937. "peerDependencies": {
  938. "@babel/core": "^7.0.0-0"
  939. }
  940. },
  941. "node_modules/@babel/plugin-syntax-private-property-in-object": {
  942. "version": "7.14.5",
  943. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
  944. "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
  945. "dependencies": {
  946. "@babel/helper-plugin-utils": "^7.14.5"
  947. },
  948. "engines": {
  949. "node": ">=6.9.0"
  950. },
  951. "peerDependencies": {
  952. "@babel/core": "^7.0.0-0"
  953. }
  954. },
  955. "node_modules/@babel/plugin-syntax-top-level-await": {
  956. "version": "7.14.5",
  957. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
  958. "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
  959. "dependencies": {
  960. "@babel/helper-plugin-utils": "^7.14.5"
  961. },
  962. "engines": {
  963. "node": ">=6.9.0"
  964. },
  965. "peerDependencies": {
  966. "@babel/core": "^7.0.0-0"
  967. }
  968. },
  969. "node_modules/@babel/plugin-syntax-typescript": {
  970. "version": "7.22.5",
  971. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.22.5.tgz",
  972. "integrity": "sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==",
  973. "dependencies": {
  974. "@babel/helper-plugin-utils": "^7.22.5"
  975. },
  976. "engines": {
  977. "node": ">=6.9.0"
  978. },
  979. "peerDependencies": {
  980. "@babel/core": "^7.0.0-0"
  981. }
  982. },
  983. "node_modules/@babel/plugin-syntax-unicode-sets-regex": {
  984. "version": "7.18.6",
  985. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz",
  986. "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==",
  987. "dependencies": {
  988. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  989. "@babel/helper-plugin-utils": "^7.18.6"
  990. },
  991. "engines": {
  992. "node": ">=6.9.0"
  993. },
  994. "peerDependencies": {
  995. "@babel/core": "^7.0.0"
  996. }
  997. },
  998. "node_modules/@babel/plugin-transform-arrow-functions": {
  999. "version": "7.22.5",
  1000. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.22.5.tgz",
  1001. "integrity": "sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==",
  1002. "dependencies": {
  1003. "@babel/helper-plugin-utils": "^7.22.5"
  1004. },
  1005. "engines": {
  1006. "node": ">=6.9.0"
  1007. },
  1008. "peerDependencies": {
  1009. "@babel/core": "^7.0.0-0"
  1010. }
  1011. },
  1012. "node_modules/@babel/plugin-transform-async-generator-functions": {
  1013. "version": "7.22.5",
  1014. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.22.5.tgz",
  1015. "integrity": "sha512-gGOEvFzm3fWoyD5uZq7vVTD57pPJ3PczPUD/xCFGjzBpUosnklmXyKnGQbbbGs1NPNPskFex0j93yKbHt0cHyg==",
  1016. "dependencies": {
  1017. "@babel/helper-environment-visitor": "^7.22.5",
  1018. "@babel/helper-plugin-utils": "^7.22.5",
  1019. "@babel/helper-remap-async-to-generator": "^7.22.5",
  1020. "@babel/plugin-syntax-async-generators": "^7.8.4"
  1021. },
  1022. "engines": {
  1023. "node": ">=6.9.0"
  1024. },
  1025. "peerDependencies": {
  1026. "@babel/core": "^7.0.0-0"
  1027. }
  1028. },
  1029. "node_modules/@babel/plugin-transform-async-to-generator": {
  1030. "version": "7.22.5",
  1031. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.22.5.tgz",
  1032. "integrity": "sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==",
  1033. "dependencies": {
  1034. "@babel/helper-module-imports": "^7.22.5",
  1035. "@babel/helper-plugin-utils": "^7.22.5",
  1036. "@babel/helper-remap-async-to-generator": "^7.22.5"
  1037. },
  1038. "engines": {
  1039. "node": ">=6.9.0"
  1040. },
  1041. "peerDependencies": {
  1042. "@babel/core": "^7.0.0-0"
  1043. }
  1044. },
  1045. "node_modules/@babel/plugin-transform-block-scoped-functions": {
  1046. "version": "7.22.5",
  1047. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.22.5.tgz",
  1048. "integrity": "sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==",
  1049. "dependencies": {
  1050. "@babel/helper-plugin-utils": "^7.22.5"
  1051. },
  1052. "engines": {
  1053. "node": ">=6.9.0"
  1054. },
  1055. "peerDependencies": {
  1056. "@babel/core": "^7.0.0-0"
  1057. }
  1058. },
  1059. "node_modules/@babel/plugin-transform-block-scoping": {
  1060. "version": "7.22.5",
  1061. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.22.5.tgz",
  1062. "integrity": "sha512-EcACl1i5fSQ6bt+YGuU/XGCeZKStLmyVGytWkpyhCLeQVA0eu6Wtiw92V+I1T/hnezUv7j74dA/Ro69gWcU+hg==",
  1063. "dependencies": {
  1064. "@babel/helper-plugin-utils": "^7.22.5"
  1065. },
  1066. "engines": {
  1067. "node": ">=6.9.0"
  1068. },
  1069. "peerDependencies": {
  1070. "@babel/core": "^7.0.0-0"
  1071. }
  1072. },
  1073. "node_modules/@babel/plugin-transform-class-properties": {
  1074. "version": "7.22.5",
  1075. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.22.5.tgz",
  1076. "integrity": "sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ==",
  1077. "dependencies": {
  1078. "@babel/helper-create-class-features-plugin": "^7.22.5",
  1079. "@babel/helper-plugin-utils": "^7.22.5"
  1080. },
  1081. "engines": {
  1082. "node": ">=6.9.0"
  1083. },
  1084. "peerDependencies": {
  1085. "@babel/core": "^7.0.0-0"
  1086. }
  1087. },
  1088. "node_modules/@babel/plugin-transform-class-static-block": {
  1089. "version": "7.22.5",
  1090. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.22.5.tgz",
  1091. "integrity": "sha512-SPToJ5eYZLxlnp1UzdARpOGeC2GbHvr9d/UV0EukuVx8atktg194oe+C5BqQ8jRTkgLRVOPYeXRSBg1IlMoVRA==",
  1092. "dependencies": {
  1093. "@babel/helper-create-class-features-plugin": "^7.22.5",
  1094. "@babel/helper-plugin-utils": "^7.22.5",
  1095. "@babel/plugin-syntax-class-static-block": "^7.14.5"
  1096. },
  1097. "engines": {
  1098. "node": ">=6.9.0"
  1099. },
  1100. "peerDependencies": {
  1101. "@babel/core": "^7.12.0"
  1102. }
  1103. },
  1104. "node_modules/@babel/plugin-transform-classes": {
  1105. "version": "7.22.5",
  1106. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.22.5.tgz",
  1107. "integrity": "sha512-2edQhLfibpWpsVBx2n/GKOz6JdGQvLruZQfGr9l1qes2KQaWswjBzhQF7UDUZMNaMMQeYnQzxwOMPsbYF7wqPQ==",
  1108. "dependencies": {
  1109. "@babel/helper-annotate-as-pure": "^7.22.5",
  1110. "@babel/helper-compilation-targets": "^7.22.5",
  1111. "@babel/helper-environment-visitor": "^7.22.5",
  1112. "@babel/helper-function-name": "^7.22.5",
  1113. "@babel/helper-optimise-call-expression": "^7.22.5",
  1114. "@babel/helper-plugin-utils": "^7.22.5",
  1115. "@babel/helper-replace-supers": "^7.22.5",
  1116. "@babel/helper-split-export-declaration": "^7.22.5",
  1117. "globals": "^11.1.0"
  1118. },
  1119. "engines": {
  1120. "node": ">=6.9.0"
  1121. },
  1122. "peerDependencies": {
  1123. "@babel/core": "^7.0.0-0"
  1124. }
  1125. },
  1126. "node_modules/@babel/plugin-transform-computed-properties": {
  1127. "version": "7.22.5",
  1128. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.22.5.tgz",
  1129. "integrity": "sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==",
  1130. "dependencies": {
  1131. "@babel/helper-plugin-utils": "^7.22.5",
  1132. "@babel/template": "^7.22.5"
  1133. },
  1134. "engines": {
  1135. "node": ">=6.9.0"
  1136. },
  1137. "peerDependencies": {
  1138. "@babel/core": "^7.0.0-0"
  1139. }
  1140. },
  1141. "node_modules/@babel/plugin-transform-destructuring": {
  1142. "version": "7.22.5",
  1143. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.22.5.tgz",
  1144. "integrity": "sha512-GfqcFuGW8vnEqTUBM7UtPd5A4q797LTvvwKxXTgRsFjoqaJiEg9deBG6kWeQYkVEL569NpnmpC0Pkr/8BLKGnQ==",
  1145. "dependencies": {
  1146. "@babel/helper-plugin-utils": "^7.22.5"
  1147. },
  1148. "engines": {
  1149. "node": ">=6.9.0"
  1150. },
  1151. "peerDependencies": {
  1152. "@babel/core": "^7.0.0-0"
  1153. }
  1154. },
  1155. "node_modules/@babel/plugin-transform-dotall-regex": {
  1156. "version": "7.22.5",
  1157. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.22.5.tgz",
  1158. "integrity": "sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==",
  1159. "dependencies": {
  1160. "@babel/helper-create-regexp-features-plugin": "^7.22.5",
  1161. "@babel/helper-plugin-utils": "^7.22.5"
  1162. },
  1163. "engines": {
  1164. "node": ">=6.9.0"
  1165. },
  1166. "peerDependencies": {
  1167. "@babel/core": "^7.0.0-0"
  1168. }
  1169. },
  1170. "node_modules/@babel/plugin-transform-duplicate-keys": {
  1171. "version": "7.22.5",
  1172. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.22.5.tgz",
  1173. "integrity": "sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==",
  1174. "dependencies": {
  1175. "@babel/helper-plugin-utils": "^7.22.5"
  1176. },
  1177. "engines": {
  1178. "node": ">=6.9.0"
  1179. },
  1180. "peerDependencies": {
  1181. "@babel/core": "^7.0.0-0"
  1182. }
  1183. },
  1184. "node_modules/@babel/plugin-transform-dynamic-import": {
  1185. "version": "7.22.5",
  1186. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.22.5.tgz",
  1187. "integrity": "sha512-0MC3ppTB1AMxd8fXjSrbPa7LT9hrImt+/fcj+Pg5YMD7UQyWp/02+JWpdnCymmsXwIx5Z+sYn1bwCn4ZJNvhqQ==",
  1188. "dependencies": {
  1189. "@babel/helper-plugin-utils": "^7.22.5",
  1190. "@babel/plugin-syntax-dynamic-import": "^7.8.3"
  1191. },
  1192. "engines": {
  1193. "node": ">=6.9.0"
  1194. },
  1195. "peerDependencies": {
  1196. "@babel/core": "^7.0.0-0"
  1197. }
  1198. },
  1199. "node_modules/@babel/plugin-transform-exponentiation-operator": {
  1200. "version": "7.22.5",
  1201. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.22.5.tgz",
  1202. "integrity": "sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==",
  1203. "dependencies": {
  1204. "@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.5",
  1205. "@babel/helper-plugin-utils": "^7.22.5"
  1206. },
  1207. "engines": {
  1208. "node": ">=6.9.0"
  1209. },
  1210. "peerDependencies": {
  1211. "@babel/core": "^7.0.0-0"
  1212. }
  1213. },
  1214. "node_modules/@babel/plugin-transform-export-namespace-from": {
  1215. "version": "7.22.5",
  1216. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.22.5.tgz",
  1217. "integrity": "sha512-X4hhm7FRnPgd4nDA4b/5V280xCx6oL7Oob5+9qVS5C13Zq4bh1qq7LU0GgRU6b5dBWBvhGaXYVB4AcN6+ol6vg==",
  1218. "dependencies": {
  1219. "@babel/helper-plugin-utils": "^7.22.5",
  1220. "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
  1221. },
  1222. "engines": {
  1223. "node": ">=6.9.0"
  1224. },
  1225. "peerDependencies": {
  1226. "@babel/core": "^7.0.0-0"
  1227. }
  1228. },
  1229. "node_modules/@babel/plugin-transform-flow-strip-types": {
  1230. "version": "7.22.5",
  1231. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.22.5.tgz",
  1232. "integrity": "sha512-tujNbZdxdG0/54g/oua8ISToaXTFBf8EnSb5PgQSciIXWOWKX3S4+JR7ZE9ol8FZwf9kxitzkGQ+QWeov/mCiA==",
  1233. "dependencies": {
  1234. "@babel/helper-plugin-utils": "^7.22.5",
  1235. "@babel/plugin-syntax-flow": "^7.22.5"
  1236. },
  1237. "engines": {
  1238. "node": ">=6.9.0"
  1239. },
  1240. "peerDependencies": {
  1241. "@babel/core": "^7.0.0-0"
  1242. }
  1243. },
  1244. "node_modules/@babel/plugin-transform-for-of": {
  1245. "version": "7.22.5",
  1246. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.22.5.tgz",
  1247. "integrity": "sha512-3kxQjX1dU9uudwSshyLeEipvrLjBCVthCgeTp6CzE/9JYrlAIaeekVxRpCWsDDfYTfRZRoCeZatCQvwo+wvK8A==",
  1248. "dependencies": {
  1249. "@babel/helper-plugin-utils": "^7.22.5"
  1250. },
  1251. "engines": {
  1252. "node": ">=6.9.0"
  1253. },
  1254. "peerDependencies": {
  1255. "@babel/core": "^7.0.0-0"
  1256. }
  1257. },
  1258. "node_modules/@babel/plugin-transform-function-name": {
  1259. "version": "7.22.5",
  1260. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.22.5.tgz",
  1261. "integrity": "sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==",
  1262. "dependencies": {
  1263. "@babel/helper-compilation-targets": "^7.22.5",
  1264. "@babel/helper-function-name": "^7.22.5",
  1265. "@babel/helper-plugin-utils": "^7.22.5"
  1266. },
  1267. "engines": {
  1268. "node": ">=6.9.0"
  1269. },
  1270. "peerDependencies": {
  1271. "@babel/core": "^7.0.0-0"
  1272. }
  1273. },
  1274. "node_modules/@babel/plugin-transform-json-strings": {
  1275. "version": "7.22.5",
  1276. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.22.5.tgz",
  1277. "integrity": "sha512-DuCRB7fu8MyTLbEQd1ew3R85nx/88yMoqo2uPSjevMj3yoN7CDM8jkgrY0wmVxfJZyJ/B9fE1iq7EQppWQmR5A==",
  1278. "dependencies": {
  1279. "@babel/helper-plugin-utils": "^7.22.5",
  1280. "@babel/plugin-syntax-json-strings": "^7.8.3"
  1281. },
  1282. "engines": {
  1283. "node": ">=6.9.0"
  1284. },
  1285. "peerDependencies": {
  1286. "@babel/core": "^7.0.0-0"
  1287. }
  1288. },
  1289. "node_modules/@babel/plugin-transform-literals": {
  1290. "version": "7.22.5",
  1291. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.22.5.tgz",
  1292. "integrity": "sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==",
  1293. "dependencies": {
  1294. "@babel/helper-plugin-utils": "^7.22.5"
  1295. },
  1296. "engines": {
  1297. "node": ">=6.9.0"
  1298. },
  1299. "peerDependencies": {
  1300. "@babel/core": "^7.0.0-0"
  1301. }
  1302. },
  1303. "node_modules/@babel/plugin-transform-logical-assignment-operators": {
  1304. "version": "7.22.5",
  1305. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.22.5.tgz",
  1306. "integrity": "sha512-MQQOUW1KL8X0cDWfbwYP+TbVbZm16QmQXJQ+vndPtH/BoO0lOKpVoEDMI7+PskYxH+IiE0tS8xZye0qr1lGzSA==",
  1307. "dependencies": {
  1308. "@babel/helper-plugin-utils": "^7.22.5",
  1309. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
  1310. },
  1311. "engines": {
  1312. "node": ">=6.9.0"
  1313. },
  1314. "peerDependencies": {
  1315. "@babel/core": "^7.0.0-0"
  1316. }
  1317. },
  1318. "node_modules/@babel/plugin-transform-member-expression-literals": {
  1319. "version": "7.22.5",
  1320. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.22.5.tgz",
  1321. "integrity": "sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==",
  1322. "dependencies": {
  1323. "@babel/helper-plugin-utils": "^7.22.5"
  1324. },
  1325. "engines": {
  1326. "node": ">=6.9.0"
  1327. },
  1328. "peerDependencies": {
  1329. "@babel/core": "^7.0.0-0"
  1330. }
  1331. },
  1332. "node_modules/@babel/plugin-transform-modules-amd": {
  1333. "version": "7.22.5",
  1334. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.22.5.tgz",
  1335. "integrity": "sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==",
  1336. "dependencies": {
  1337. "@babel/helper-module-transforms": "^7.22.5",
  1338. "@babel/helper-plugin-utils": "^7.22.5"
  1339. },
  1340. "engines": {
  1341. "node": ">=6.9.0"
  1342. },
  1343. "peerDependencies": {
  1344. "@babel/core": "^7.0.0-0"
  1345. }
  1346. },
  1347. "node_modules/@babel/plugin-transform-modules-commonjs": {
  1348. "version": "7.22.5",
  1349. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.22.5.tgz",
  1350. "integrity": "sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA==",
  1351. "dependencies": {
  1352. "@babel/helper-module-transforms": "^7.22.5",
  1353. "@babel/helper-plugin-utils": "^7.22.5",
  1354. "@babel/helper-simple-access": "^7.22.5"
  1355. },
  1356. "engines": {
  1357. "node": ">=6.9.0"
  1358. },
  1359. "peerDependencies": {
  1360. "@babel/core": "^7.0.0-0"
  1361. }
  1362. },
  1363. "node_modules/@babel/plugin-transform-modules-systemjs": {
  1364. "version": "7.22.5",
  1365. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.22.5.tgz",
  1366. "integrity": "sha512-emtEpoaTMsOs6Tzz+nbmcePl6AKVtS1yC4YNAeMun9U8YCsgadPNxnOPQ8GhHFB2qdx+LZu9LgoC0Lthuu05DQ==",
  1367. "dependencies": {
  1368. "@babel/helper-hoist-variables": "^7.22.5",
  1369. "@babel/helper-module-transforms": "^7.22.5",
  1370. "@babel/helper-plugin-utils": "^7.22.5",
  1371. "@babel/helper-validator-identifier": "^7.22.5"
  1372. },
  1373. "engines": {
  1374. "node": ">=6.9.0"
  1375. },
  1376. "peerDependencies": {
  1377. "@babel/core": "^7.0.0-0"
  1378. }
  1379. },
  1380. "node_modules/@babel/plugin-transform-modules-umd": {
  1381. "version": "7.22.5",
  1382. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.22.5.tgz",
  1383. "integrity": "sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==",
  1384. "dependencies": {
  1385. "@babel/helper-module-transforms": "^7.22.5",
  1386. "@babel/helper-plugin-utils": "^7.22.5"
  1387. },
  1388. "engines": {
  1389. "node": ">=6.9.0"
  1390. },
  1391. "peerDependencies": {
  1392. "@babel/core": "^7.0.0-0"
  1393. }
  1394. },
  1395. "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
  1396. "version": "7.22.5",
  1397. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz",
  1398. "integrity": "sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==",
  1399. "dependencies": {
  1400. "@babel/helper-create-regexp-features-plugin": "^7.22.5",
  1401. "@babel/helper-plugin-utils": "^7.22.5"
  1402. },
  1403. "engines": {
  1404. "node": ">=6.9.0"
  1405. },
  1406. "peerDependencies": {
  1407. "@babel/core": "^7.0.0"
  1408. }
  1409. },
  1410. "node_modules/@babel/plugin-transform-new-target": {
  1411. "version": "7.22.5",
  1412. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.22.5.tgz",
  1413. "integrity": "sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==",
  1414. "dependencies": {
  1415. "@babel/helper-plugin-utils": "^7.22.5"
  1416. },
  1417. "engines": {
  1418. "node": ">=6.9.0"
  1419. },
  1420. "peerDependencies": {
  1421. "@babel/core": "^7.0.0-0"
  1422. }
  1423. },
  1424. "node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
  1425. "version": "7.22.5",
  1426. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.22.5.tgz",
  1427. "integrity": "sha512-6CF8g6z1dNYZ/VXok5uYkkBBICHZPiGEl7oDnAx2Mt1hlHVHOSIKWJaXHjQJA5VB43KZnXZDIexMchY4y2PGdA==",
  1428. "dependencies": {
  1429. "@babel/helper-plugin-utils": "^7.22.5",
  1430. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
  1431. },
  1432. "engines": {
  1433. "node": ">=6.9.0"
  1434. },
  1435. "peerDependencies": {
  1436. "@babel/core": "^7.0.0-0"
  1437. }
  1438. },
  1439. "node_modules/@babel/plugin-transform-numeric-separator": {
  1440. "version": "7.22.5",
  1441. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.22.5.tgz",
  1442. "integrity": "sha512-NbslED1/6M+sXiwwtcAB/nieypGw02Ejf4KtDeMkCEpP6gWFMX1wI9WKYua+4oBneCCEmulOkRpwywypVZzs/g==",
  1443. "dependencies": {
  1444. "@babel/helper-plugin-utils": "^7.22.5",
  1445. "@babel/plugin-syntax-numeric-separator": "^7.10.4"
  1446. },
  1447. "engines": {
  1448. "node": ">=6.9.0"
  1449. },
  1450. "peerDependencies": {
  1451. "@babel/core": "^7.0.0-0"
  1452. }
  1453. },
  1454. "node_modules/@babel/plugin-transform-object-assign": {
  1455. "version": "7.22.5",
  1456. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-assign/-/plugin-transform-object-assign-7.22.5.tgz",
  1457. "integrity": "sha512-iDhx9ARkXq4vhZ2CYOSnQXkmxkDgosLi3J8Z17mKz7LyzthtkdVchLD7WZ3aXeCuvJDOW3+1I5TpJmwIbF9MKQ==",
  1458. "dependencies": {
  1459. "@babel/helper-plugin-utils": "^7.22.5"
  1460. },
  1461. "engines": {
  1462. "node": ">=6.9.0"
  1463. },
  1464. "peerDependencies": {
  1465. "@babel/core": "^7.0.0-0"
  1466. }
  1467. },
  1468. "node_modules/@babel/plugin-transform-object-rest-spread": {
  1469. "version": "7.22.5",
  1470. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.22.5.tgz",
  1471. "integrity": "sha512-Kk3lyDmEslH9DnvCDA1s1kkd3YWQITiBOHngOtDL9Pt6BZjzqb6hiOlb8VfjiiQJ2unmegBqZu0rx5RxJb5vmQ==",
  1472. "dependencies": {
  1473. "@babel/compat-data": "^7.22.5",
  1474. "@babel/helper-compilation-targets": "^7.22.5",
  1475. "@babel/helper-plugin-utils": "^7.22.5",
  1476. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  1477. "@babel/plugin-transform-parameters": "^7.22.5"
  1478. },
  1479. "engines": {
  1480. "node": ">=6.9.0"
  1481. },
  1482. "peerDependencies": {
  1483. "@babel/core": "^7.0.0-0"
  1484. }
  1485. },
  1486. "node_modules/@babel/plugin-transform-object-super": {
  1487. "version": "7.22.5",
  1488. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.22.5.tgz",
  1489. "integrity": "sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==",
  1490. "dependencies": {
  1491. "@babel/helper-plugin-utils": "^7.22.5",
  1492. "@babel/helper-replace-supers": "^7.22.5"
  1493. },
  1494. "engines": {
  1495. "node": ">=6.9.0"
  1496. },
  1497. "peerDependencies": {
  1498. "@babel/core": "^7.0.0-0"
  1499. }
  1500. },
  1501. "node_modules/@babel/plugin-transform-optional-catch-binding": {
  1502. "version": "7.22.5",
  1503. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.22.5.tgz",
  1504. "integrity": "sha512-pH8orJahy+hzZje5b8e2QIlBWQvGpelS76C63Z+jhZKsmzfNaPQ+LaW6dcJ9bxTpo1mtXbgHwy765Ro3jftmUg==",
  1505. "dependencies": {
  1506. "@babel/helper-plugin-utils": "^7.22.5",
  1507. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
  1508. },
  1509. "engines": {
  1510. "node": ">=6.9.0"
  1511. },
  1512. "peerDependencies": {
  1513. "@babel/core": "^7.0.0-0"
  1514. }
  1515. },
  1516. "node_modules/@babel/plugin-transform-optional-chaining": {
  1517. "version": "7.22.5",
  1518. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.22.5.tgz",
  1519. "integrity": "sha512-AconbMKOMkyG+xCng2JogMCDcqW8wedQAqpVIL4cOSescZ7+iW8utC6YDZLMCSUIReEA733gzRSaOSXMAt/4WQ==",
  1520. "dependencies": {
  1521. "@babel/helper-plugin-utils": "^7.22.5",
  1522. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
  1523. "@babel/plugin-syntax-optional-chaining": "^7.8.3"
  1524. },
  1525. "engines": {
  1526. "node": ">=6.9.0"
  1527. },
  1528. "peerDependencies": {
  1529. "@babel/core": "^7.0.0-0"
  1530. }
  1531. },
  1532. "node_modules/@babel/plugin-transform-parameters": {
  1533. "version": "7.22.5",
  1534. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.22.5.tgz",
  1535. "integrity": "sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==",
  1536. "dependencies": {
  1537. "@babel/helper-plugin-utils": "^7.22.5"
  1538. },
  1539. "engines": {
  1540. "node": ">=6.9.0"
  1541. },
  1542. "peerDependencies": {
  1543. "@babel/core": "^7.0.0-0"
  1544. }
  1545. },
  1546. "node_modules/@babel/plugin-transform-private-methods": {
  1547. "version": "7.22.5",
  1548. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.22.5.tgz",
  1549. "integrity": "sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==",
  1550. "dependencies": {
  1551. "@babel/helper-create-class-features-plugin": "^7.22.5",
  1552. "@babel/helper-plugin-utils": "^7.22.5"
  1553. },
  1554. "engines": {
  1555. "node": ">=6.9.0"
  1556. },
  1557. "peerDependencies": {
  1558. "@babel/core": "^7.0.0-0"
  1559. }
  1560. },
  1561. "node_modules/@babel/plugin-transform-private-property-in-object": {
  1562. "version": "7.22.5",
  1563. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.22.5.tgz",
  1564. "integrity": "sha512-/9xnaTTJcVoBtSSmrVyhtSvO3kbqS2ODoh2juEU72c3aYonNF0OMGiaz2gjukyKM2wBBYJP38S4JiE0Wfb5VMQ==",
  1565. "dependencies": {
  1566. "@babel/helper-annotate-as-pure": "^7.22.5",
  1567. "@babel/helper-create-class-features-plugin": "^7.22.5",
  1568. "@babel/helper-plugin-utils": "^7.22.5",
  1569. "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
  1570. },
  1571. "engines": {
  1572. "node": ">=6.9.0"
  1573. },
  1574. "peerDependencies": {
  1575. "@babel/core": "^7.0.0-0"
  1576. }
  1577. },
  1578. "node_modules/@babel/plugin-transform-property-literals": {
  1579. "version": "7.22.5",
  1580. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.22.5.tgz",
  1581. "integrity": "sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==",
  1582. "dependencies": {
  1583. "@babel/helper-plugin-utils": "^7.22.5"
  1584. },
  1585. "engines": {
  1586. "node": ">=6.9.0"
  1587. },
  1588. "peerDependencies": {
  1589. "@babel/core": "^7.0.0-0"
  1590. }
  1591. },
  1592. "node_modules/@babel/plugin-transform-react-display-name": {
  1593. "version": "7.22.5",
  1594. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.22.5.tgz",
  1595. "integrity": "sha512-PVk3WPYudRF5z4GKMEYUrLjPl38fJSKNaEOkFuoprioowGuWN6w2RKznuFNSlJx7pzzXXStPUnNSOEO0jL5EVw==",
  1596. "dependencies": {
  1597. "@babel/helper-plugin-utils": "^7.22.5"
  1598. },
  1599. "engines": {
  1600. "node": ">=6.9.0"
  1601. },
  1602. "peerDependencies": {
  1603. "@babel/core": "^7.0.0-0"
  1604. }
  1605. },
  1606. "node_modules/@babel/plugin-transform-react-jsx": {
  1607. "version": "7.22.5",
  1608. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.22.5.tgz",
  1609. "integrity": "sha512-rog5gZaVbUip5iWDMTYbVM15XQq+RkUKhET/IHR6oizR+JEoN6CAfTTuHcK4vwUyzca30qqHqEpzBOnaRMWYMA==",
  1610. "dependencies": {
  1611. "@babel/helper-annotate-as-pure": "^7.22.5",
  1612. "@babel/helper-module-imports": "^7.22.5",
  1613. "@babel/helper-plugin-utils": "^7.22.5",
  1614. "@babel/plugin-syntax-jsx": "^7.22.5",
  1615. "@babel/types": "^7.22.5"
  1616. },
  1617. "engines": {
  1618. "node": ">=6.9.0"
  1619. },
  1620. "peerDependencies": {
  1621. "@babel/core": "^7.0.0-0"
  1622. }
  1623. },
  1624. "node_modules/@babel/plugin-transform-react-jsx-self": {
  1625. "version": "7.22.5",
  1626. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.22.5.tgz",
  1627. "integrity": "sha512-nTh2ogNUtxbiSbxaT4Ds6aXnXEipHweN9YRgOX/oNXdf0cCrGn/+2LozFa3lnPV5D90MkjhgckCPBrsoSc1a7g==",
  1628. "dependencies": {
  1629. "@babel/helper-plugin-utils": "^7.22.5"
  1630. },
  1631. "engines": {
  1632. "node": ">=6.9.0"
  1633. },
  1634. "peerDependencies": {
  1635. "@babel/core": "^7.0.0-0"
  1636. }
  1637. },
  1638. "node_modules/@babel/plugin-transform-react-jsx-source": {
  1639. "version": "7.22.5",
  1640. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.22.5.tgz",
  1641. "integrity": "sha512-yIiRO6yobeEIaI0RTbIr8iAK9FcBHLtZq0S89ZPjDLQXBA4xvghaKqI0etp/tF3htTM0sazJKKLz9oEiGRtu7w==",
  1642. "dependencies": {
  1643. "@babel/helper-plugin-utils": "^7.22.5"
  1644. },
  1645. "engines": {
  1646. "node": ">=6.9.0"
  1647. },
  1648. "peerDependencies": {
  1649. "@babel/core": "^7.0.0-0"
  1650. }
  1651. },
  1652. "node_modules/@babel/plugin-transform-regenerator": {
  1653. "version": "7.22.5",
  1654. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.22.5.tgz",
  1655. "integrity": "sha512-rR7KePOE7gfEtNTh9Qw+iO3Q/e4DEsoQ+hdvM6QUDH7JRJ5qxq5AA52ZzBWbI5i9lfNuvySgOGP8ZN7LAmaiPw==",
  1656. "dependencies": {
  1657. "@babel/helper-plugin-utils": "^7.22.5",
  1658. "regenerator-transform": "^0.15.1"
  1659. },
  1660. "engines": {
  1661. "node": ">=6.9.0"
  1662. },
  1663. "peerDependencies": {
  1664. "@babel/core": "^7.0.0-0"
  1665. }
  1666. },
  1667. "node_modules/@babel/plugin-transform-reserved-words": {
  1668. "version": "7.22.5",
  1669. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.22.5.tgz",
  1670. "integrity": "sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==",
  1671. "dependencies": {
  1672. "@babel/helper-plugin-utils": "^7.22.5"
  1673. },
  1674. "engines": {
  1675. "node": ">=6.9.0"
  1676. },
  1677. "peerDependencies": {
  1678. "@babel/core": "^7.0.0-0"
  1679. }
  1680. },
  1681. "node_modules/@babel/plugin-transform-runtime": {
  1682. "version": "7.22.5",
  1683. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.22.5.tgz",
  1684. "integrity": "sha512-bg4Wxd1FWeFx3daHFTWk1pkSWK/AyQuiyAoeZAOkAOUBjnZPH6KT7eMxouV47tQ6hl6ax2zyAWBdWZXbrvXlaw==",
  1685. "dependencies": {
  1686. "@babel/helper-module-imports": "^7.22.5",
  1687. "@babel/helper-plugin-utils": "^7.22.5",
  1688. "babel-plugin-polyfill-corejs2": "^0.4.3",
  1689. "babel-plugin-polyfill-corejs3": "^0.8.1",
  1690. "babel-plugin-polyfill-regenerator": "^0.5.0",
  1691. "semver": "^6.3.0"
  1692. },
  1693. "engines": {
  1694. "node": ">=6.9.0"
  1695. },
  1696. "peerDependencies": {
  1697. "@babel/core": "^7.0.0-0"
  1698. }
  1699. },
  1700. "node_modules/@babel/plugin-transform-shorthand-properties": {
  1701. "version": "7.22.5",
  1702. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.22.5.tgz",
  1703. "integrity": "sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==",
  1704. "dependencies": {
  1705. "@babel/helper-plugin-utils": "^7.22.5"
  1706. },
  1707. "engines": {
  1708. "node": ">=6.9.0"
  1709. },
  1710. "peerDependencies": {
  1711. "@babel/core": "^7.0.0-0"
  1712. }
  1713. },
  1714. "node_modules/@babel/plugin-transform-spread": {
  1715. "version": "7.22.5",
  1716. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.22.5.tgz",
  1717. "integrity": "sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==",
  1718. "dependencies": {
  1719. "@babel/helper-plugin-utils": "^7.22.5",
  1720. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5"
  1721. },
  1722. "engines": {
  1723. "node": ">=6.9.0"
  1724. },
  1725. "peerDependencies": {
  1726. "@babel/core": "^7.0.0-0"
  1727. }
  1728. },
  1729. "node_modules/@babel/plugin-transform-sticky-regex": {
  1730. "version": "7.22.5",
  1731. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.22.5.tgz",
  1732. "integrity": "sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==",
  1733. "dependencies": {
  1734. "@babel/helper-plugin-utils": "^7.22.5"
  1735. },
  1736. "engines": {
  1737. "node": ">=6.9.0"
  1738. },
  1739. "peerDependencies": {
  1740. "@babel/core": "^7.0.0-0"
  1741. }
  1742. },
  1743. "node_modules/@babel/plugin-transform-template-literals": {
  1744. "version": "7.22.5",
  1745. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.22.5.tgz",
  1746. "integrity": "sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==",
  1747. "dependencies": {
  1748. "@babel/helper-plugin-utils": "^7.22.5"
  1749. },
  1750. "engines": {
  1751. "node": ">=6.9.0"
  1752. },
  1753. "peerDependencies": {
  1754. "@babel/core": "^7.0.0-0"
  1755. }
  1756. },
  1757. "node_modules/@babel/plugin-transform-typeof-symbol": {
  1758. "version": "7.22.5",
  1759. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.22.5.tgz",
  1760. "integrity": "sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==",
  1761. "dependencies": {
  1762. "@babel/helper-plugin-utils": "^7.22.5"
  1763. },
  1764. "engines": {
  1765. "node": ">=6.9.0"
  1766. },
  1767. "peerDependencies": {
  1768. "@babel/core": "^7.0.0-0"
  1769. }
  1770. },
  1771. "node_modules/@babel/plugin-transform-typescript": {
  1772. "version": "7.22.5",
  1773. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.22.5.tgz",
  1774. "integrity": "sha512-SMubA9S7Cb5sGSFFUlqxyClTA9zWJ8qGQrppNUm05LtFuN1ELRFNndkix4zUJrC9F+YivWwa1dHMSyo0e0N9dA==",
  1775. "dependencies": {
  1776. "@babel/helper-annotate-as-pure": "^7.22.5",
  1777. "@babel/helper-create-class-features-plugin": "^7.22.5",
  1778. "@babel/helper-plugin-utils": "^7.22.5",
  1779. "@babel/plugin-syntax-typescript": "^7.22.5"
  1780. },
  1781. "engines": {
  1782. "node": ">=6.9.0"
  1783. },
  1784. "peerDependencies": {
  1785. "@babel/core": "^7.0.0-0"
  1786. }
  1787. },
  1788. "node_modules/@babel/plugin-transform-unicode-escapes": {
  1789. "version": "7.22.5",
  1790. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.22.5.tgz",
  1791. "integrity": "sha512-biEmVg1IYB/raUO5wT1tgfacCef15Fbzhkx493D3urBI++6hpJ+RFG4SrWMn0NEZLfvilqKf3QDrRVZHo08FYg==",
  1792. "dependencies": {
  1793. "@babel/helper-plugin-utils": "^7.22.5"
  1794. },
  1795. "engines": {
  1796. "node": ">=6.9.0"
  1797. },
  1798. "peerDependencies": {
  1799. "@babel/core": "^7.0.0-0"
  1800. }
  1801. },
  1802. "node_modules/@babel/plugin-transform-unicode-property-regex": {
  1803. "version": "7.22.5",
  1804. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.22.5.tgz",
  1805. "integrity": "sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A==",
  1806. "dependencies": {
  1807. "@babel/helper-create-regexp-features-plugin": "^7.22.5",
  1808. "@babel/helper-plugin-utils": "^7.22.5"
  1809. },
  1810. "engines": {
  1811. "node": ">=6.9.0"
  1812. },
  1813. "peerDependencies": {
  1814. "@babel/core": "^7.0.0-0"
  1815. }
  1816. },
  1817. "node_modules/@babel/plugin-transform-unicode-regex": {
  1818. "version": "7.22.5",
  1819. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.22.5.tgz",
  1820. "integrity": "sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==",
  1821. "dependencies": {
  1822. "@babel/helper-create-regexp-features-plugin": "^7.22.5",
  1823. "@babel/helper-plugin-utils": "^7.22.5"
  1824. },
  1825. "engines": {
  1826. "node": ">=6.9.0"
  1827. },
  1828. "peerDependencies": {
  1829. "@babel/core": "^7.0.0-0"
  1830. }
  1831. },
  1832. "node_modules/@babel/plugin-transform-unicode-sets-regex": {
  1833. "version": "7.22.5",
  1834. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.22.5.tgz",
  1835. "integrity": "sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg==",
  1836. "dependencies": {
  1837. "@babel/helper-create-regexp-features-plugin": "^7.22.5",
  1838. "@babel/helper-plugin-utils": "^7.22.5"
  1839. },
  1840. "engines": {
  1841. "node": ">=6.9.0"
  1842. },
  1843. "peerDependencies": {
  1844. "@babel/core": "^7.0.0"
  1845. }
  1846. },
  1847. "node_modules/@babel/preset-env": {
  1848. "version": "7.22.5",
  1849. "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.22.5.tgz",
  1850. "integrity": "sha512-fj06hw89dpiZzGZtxn+QybifF07nNiZjZ7sazs2aVDcysAZVGjW7+7iFYxg6GLNM47R/thYfLdrXc+2f11Vi9A==",
  1851. "dependencies": {
  1852. "@babel/compat-data": "^7.22.5",
  1853. "@babel/helper-compilation-targets": "^7.22.5",
  1854. "@babel/helper-plugin-utils": "^7.22.5",
  1855. "@babel/helper-validator-option": "^7.22.5",
  1856. "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.22.5",
  1857. "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.22.5",
  1858. "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
  1859. "@babel/plugin-syntax-async-generators": "^7.8.4",
  1860. "@babel/plugin-syntax-class-properties": "^7.12.13",
  1861. "@babel/plugin-syntax-class-static-block": "^7.14.5",
  1862. "@babel/plugin-syntax-dynamic-import": "^7.8.3",
  1863. "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
  1864. "@babel/plugin-syntax-import-assertions": "^7.22.5",
  1865. "@babel/plugin-syntax-import-attributes": "^7.22.5",
  1866. "@babel/plugin-syntax-import-meta": "^7.10.4",
  1867. "@babel/plugin-syntax-json-strings": "^7.8.3",
  1868. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
  1869. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
  1870. "@babel/plugin-syntax-numeric-separator": "^7.10.4",
  1871. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  1872. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
  1873. "@babel/plugin-syntax-optional-chaining": "^7.8.3",
  1874. "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
  1875. "@babel/plugin-syntax-top-level-await": "^7.14.5",
  1876. "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
  1877. "@babel/plugin-transform-arrow-functions": "^7.22.5",
  1878. "@babel/plugin-transform-async-generator-functions": "^7.22.5",
  1879. "@babel/plugin-transform-async-to-generator": "^7.22.5",
  1880. "@babel/plugin-transform-block-scoped-functions": "^7.22.5",
  1881. "@babel/plugin-transform-block-scoping": "^7.22.5",
  1882. "@babel/plugin-transform-class-properties": "^7.22.5",
  1883. "@babel/plugin-transform-class-static-block": "^7.22.5",
  1884. "@babel/plugin-transform-classes": "^7.22.5",
  1885. "@babel/plugin-transform-computed-properties": "^7.22.5",
  1886. "@babel/plugin-transform-destructuring": "^7.22.5",
  1887. "@babel/plugin-transform-dotall-regex": "^7.22.5",
  1888. "@babel/plugin-transform-duplicate-keys": "^7.22.5",
  1889. "@babel/plugin-transform-dynamic-import": "^7.22.5",
  1890. "@babel/plugin-transform-exponentiation-operator": "^7.22.5",
  1891. "@babel/plugin-transform-export-namespace-from": "^7.22.5",
  1892. "@babel/plugin-transform-for-of": "^7.22.5",
  1893. "@babel/plugin-transform-function-name": "^7.22.5",
  1894. "@babel/plugin-transform-json-strings": "^7.22.5",
  1895. "@babel/plugin-transform-literals": "^7.22.5",
  1896. "@babel/plugin-transform-logical-assignment-operators": "^7.22.5",
  1897. "@babel/plugin-transform-member-expression-literals": "^7.22.5",
  1898. "@babel/plugin-transform-modules-amd": "^7.22.5",
  1899. "@babel/plugin-transform-modules-commonjs": "^7.22.5",
  1900. "@babel/plugin-transform-modules-systemjs": "^7.22.5",
  1901. "@babel/plugin-transform-modules-umd": "^7.22.5",
  1902. "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5",
  1903. "@babel/plugin-transform-new-target": "^7.22.5",
  1904. "@babel/plugin-transform-nullish-coalescing-operator": "^7.22.5",
  1905. "@babel/plugin-transform-numeric-separator": "^7.22.5",
  1906. "@babel/plugin-transform-object-rest-spread": "^7.22.5",
  1907. "@babel/plugin-transform-object-super": "^7.22.5",
  1908. "@babel/plugin-transform-optional-catch-binding": "^7.22.5",
  1909. "@babel/plugin-transform-optional-chaining": "^7.22.5",
  1910. "@babel/plugin-transform-parameters": "^7.22.5",
  1911. "@babel/plugin-transform-private-methods": "^7.22.5",
  1912. "@babel/plugin-transform-private-property-in-object": "^7.22.5",
  1913. "@babel/plugin-transform-property-literals": "^7.22.5",
  1914. "@babel/plugin-transform-regenerator": "^7.22.5",
  1915. "@babel/plugin-transform-reserved-words": "^7.22.5",
  1916. "@babel/plugin-transform-shorthand-properties": "^7.22.5",
  1917. "@babel/plugin-transform-spread": "^7.22.5",
  1918. "@babel/plugin-transform-sticky-regex": "^7.22.5",
  1919. "@babel/plugin-transform-template-literals": "^7.22.5",
  1920. "@babel/plugin-transform-typeof-symbol": "^7.22.5",
  1921. "@babel/plugin-transform-unicode-escapes": "^7.22.5",
  1922. "@babel/plugin-transform-unicode-property-regex": "^7.22.5",
  1923. "@babel/plugin-transform-unicode-regex": "^7.22.5",
  1924. "@babel/plugin-transform-unicode-sets-regex": "^7.22.5",
  1925. "@babel/preset-modules": "^0.1.5",
  1926. "@babel/types": "^7.22.5",
  1927. "babel-plugin-polyfill-corejs2": "^0.4.3",
  1928. "babel-plugin-polyfill-corejs3": "^0.8.1",
  1929. "babel-plugin-polyfill-regenerator": "^0.5.0",
  1930. "core-js-compat": "^3.30.2",
  1931. "semver": "^6.3.0"
  1932. },
  1933. "engines": {
  1934. "node": ">=6.9.0"
  1935. },
  1936. "peerDependencies": {
  1937. "@babel/core": "^7.0.0-0"
  1938. }
  1939. },
  1940. "node_modules/@babel/preset-flow": {
  1941. "version": "7.22.5",
  1942. "resolved": "https://registry.npmjs.org/@babel/preset-flow/-/preset-flow-7.22.5.tgz",
  1943. "integrity": "sha512-ta2qZ+LSiGCrP5pgcGt8xMnnkXQrq8Sa4Ulhy06BOlF5QbLw9q5hIx7bn5MrsvyTGAfh6kTOo07Q+Pfld/8Y5Q==",
  1944. "dependencies": {
  1945. "@babel/helper-plugin-utils": "^7.22.5",
  1946. "@babel/helper-validator-option": "^7.22.5",
  1947. "@babel/plugin-transform-flow-strip-types": "^7.22.5"
  1948. },
  1949. "engines": {
  1950. "node": ">=6.9.0"
  1951. },
  1952. "peerDependencies": {
  1953. "@babel/core": "^7.0.0-0"
  1954. }
  1955. },
  1956. "node_modules/@babel/preset-modules": {
  1957. "version": "0.1.5",
  1958. "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz",
  1959. "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==",
  1960. "dependencies": {
  1961. "@babel/helper-plugin-utils": "^7.0.0",
  1962. "@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
  1963. "@babel/plugin-transform-dotall-regex": "^7.4.4",
  1964. "@babel/types": "^7.4.4",
  1965. "esutils": "^2.0.2"
  1966. },
  1967. "peerDependencies": {
  1968. "@babel/core": "^7.0.0-0"
  1969. }
  1970. },
  1971. "node_modules/@babel/preset-typescript": {
  1972. "version": "7.22.5",
  1973. "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.22.5.tgz",
  1974. "integrity": "sha512-YbPaal9LxztSGhmndR46FmAbkJ/1fAsw293tSU+I5E5h+cnJ3d4GTwyUgGYmOXJYdGA+uNePle4qbaRzj2NISQ==",
  1975. "dependencies": {
  1976. "@babel/helper-plugin-utils": "^7.22.5",
  1977. "@babel/helper-validator-option": "^7.22.5",
  1978. "@babel/plugin-syntax-jsx": "^7.22.5",
  1979. "@babel/plugin-transform-modules-commonjs": "^7.22.5",
  1980. "@babel/plugin-transform-typescript": "^7.22.5"
  1981. },
  1982. "engines": {
  1983. "node": ">=6.9.0"
  1984. },
  1985. "peerDependencies": {
  1986. "@babel/core": "^7.0.0-0"
  1987. }
  1988. },
  1989. "node_modules/@babel/register": {
  1990. "version": "7.22.5",
  1991. "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.22.5.tgz",
  1992. "integrity": "sha512-vV6pm/4CijSQ8Y47RH5SopXzursN35RQINfGJkmOlcpAtGuf94miFvIPhCKGQN7WGIcsgG1BHEX2KVdTYwTwUQ==",
  1993. "dependencies": {
  1994. "clone-deep": "^4.0.1",
  1995. "find-cache-dir": "^2.0.0",
  1996. "make-dir": "^2.1.0",
  1997. "pirates": "^4.0.5",
  1998. "source-map-support": "^0.5.16"
  1999. },
  2000. "engines": {
  2001. "node": ">=6.9.0"
  2002. },
  2003. "peerDependencies": {
  2004. "@babel/core": "^7.0.0-0"
  2005. }
  2006. },
  2007. "node_modules/@babel/regjsgen": {
  2008. "version": "0.8.0",
  2009. "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz",
  2010. "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA=="
  2011. },
  2012. "node_modules/@babel/runtime": {
  2013. "version": "7.22.5",
  2014. "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.5.tgz",
  2015. "integrity": "sha512-ecjvYlnAaZ/KVneE/OdKYBYfgXV3Ptu6zQWmgEF7vwKhQnvVS6bjMD2XYgj+SNvQ1GfK/pjgokfPkC/2CO8CuA==",
  2016. "dependencies": {
  2017. "regenerator-runtime": "^0.13.11"
  2018. },
  2019. "engines": {
  2020. "node": ">=6.9.0"
  2021. }
  2022. },
  2023. "node_modules/@babel/template": {
  2024. "version": "7.22.5",
  2025. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.5.tgz",
  2026. "integrity": "sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==",
  2027. "dependencies": {
  2028. "@babel/code-frame": "^7.22.5",
  2029. "@babel/parser": "^7.22.5",
  2030. "@babel/types": "^7.22.5"
  2031. },
  2032. "engines": {
  2033. "node": ">=6.9.0"
  2034. }
  2035. },
  2036. "node_modules/@babel/traverse": {
  2037. "version": "7.22.5",
  2038. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.5.tgz",
  2039. "integrity": "sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ==",
  2040. "dependencies": {
  2041. "@babel/code-frame": "^7.22.5",
  2042. "@babel/generator": "^7.22.5",
  2043. "@babel/helper-environment-visitor": "^7.22.5",
  2044. "@babel/helper-function-name": "^7.22.5",
  2045. "@babel/helper-hoist-variables": "^7.22.5",
  2046. "@babel/helper-split-export-declaration": "^7.22.5",
  2047. "@babel/parser": "^7.22.5",
  2048. "@babel/types": "^7.22.5",
  2049. "debug": "^4.1.0",
  2050. "globals": "^11.1.0"
  2051. },
  2052. "engines": {
  2053. "node": ">=6.9.0"
  2054. }
  2055. },
  2056. "node_modules/@babel/types": {
  2057. "version": "7.22.5",
  2058. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.5.tgz",
  2059. "integrity": "sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==",
  2060. "dependencies": {
  2061. "@babel/helper-string-parser": "^7.22.5",
  2062. "@babel/helper-validator-identifier": "^7.22.5",
  2063. "to-fast-properties": "^2.0.0"
  2064. },
  2065. "engines": {
  2066. "node": ">=6.9.0"
  2067. }
  2068. },
  2069. "node_modules/@bcoe/v8-coverage": {
  2070. "version": "0.2.3",
  2071. "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
  2072. "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==",
  2073. "dev": true
  2074. },
  2075. "node_modules/@callstack/react-theme-provider": {
  2076. "version": "3.0.8",
  2077. "resolved": "https://registry.npmjs.org/@callstack/react-theme-provider/-/react-theme-provider-3.0.8.tgz",
  2078. "integrity": "sha512-5U231sYY2sqQOaELX0WBCn+iluV8bFaXIS7em03k4W5Xz0AhGvKlnpLIhDGFP8im/SvNW7/2XoR0BsClhn9t6Q==",
  2079. "dependencies": {
  2080. "deepmerge": "^3.2.0",
  2081. "hoist-non-react-statics": "^3.3.0"
  2082. },
  2083. "peerDependencies": {
  2084. "react": ">=16.3.0"
  2085. }
  2086. },
  2087. "node_modules/@egjs/hammerjs": {
  2088. "version": "2.0.17",
  2089. "resolved": "https://registry.npmjs.org/@egjs/hammerjs/-/hammerjs-2.0.17.tgz",
  2090. "integrity": "sha512-XQsZgjm2EcVUiZQf11UBJQfmZeEmOW8DpI1gsFeln6w0ae0ii4dMQEQ0kjl6DspdWX1aGY1/loyXnP0JS06e/A==",
  2091. "dependencies": {
  2092. "@types/hammerjs": "^2.0.36"
  2093. },
  2094. "engines": {
  2095. "node": ">=0.8.0"
  2096. }
  2097. },
  2098. "node_modules/@eslint-community/eslint-utils": {
  2099. "version": "4.4.0",
  2100. "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
  2101. "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",
  2102. "dev": true,
  2103. "dependencies": {
  2104. "eslint-visitor-keys": "^3.3.0"
  2105. },
  2106. "engines": {
  2107. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2108. },
  2109. "peerDependencies": {
  2110. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  2111. }
  2112. },
  2113. "node_modules/@eslint-community/regexpp": {
  2114. "version": "4.5.1",
  2115. "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.5.1.tgz",
  2116. "integrity": "sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==",
  2117. "dev": true,
  2118. "engines": {
  2119. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  2120. }
  2121. },
  2122. "node_modules/@eslint/eslintrc": {
  2123. "version": "2.0.3",
  2124. "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.0.3.tgz",
  2125. "integrity": "sha512-+5gy6OQfk+xx3q0d6jGZZC3f3KzAkXc/IanVxd1is/VIIziRqqt3ongQz0FiTUXqTk0c7aDB3OaFuKnuSoJicQ==",
  2126. "dev": true,
  2127. "dependencies": {
  2128. "ajv": "^6.12.4",
  2129. "debug": "^4.3.2",
  2130. "espree": "^9.5.2",
  2131. "globals": "^13.19.0",
  2132. "ignore": "^5.2.0",
  2133. "import-fresh": "^3.2.1",
  2134. "js-yaml": "^4.1.0",
  2135. "minimatch": "^3.1.2",
  2136. "strip-json-comments": "^3.1.1"
  2137. },
  2138. "engines": {
  2139. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2140. },
  2141. "funding": {
  2142. "url": "https://opencollective.com/eslint"
  2143. }
  2144. },
  2145. "node_modules/@eslint/eslintrc/node_modules/argparse": {
  2146. "version": "2.0.1",
  2147. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  2148. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  2149. "dev": true
  2150. },
  2151. "node_modules/@eslint/eslintrc/node_modules/globals": {
  2152. "version": "13.20.0",
  2153. "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz",
  2154. "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==",
  2155. "dev": true,
  2156. "dependencies": {
  2157. "type-fest": "^0.20.2"
  2158. },
  2159. "engines": {
  2160. "node": ">=8"
  2161. },
  2162. "funding": {
  2163. "url": "https://github.com/sponsors/sindresorhus"
  2164. }
  2165. },
  2166. "node_modules/@eslint/eslintrc/node_modules/js-yaml": {
  2167. "version": "4.1.0",
  2168. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  2169. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  2170. "dev": true,
  2171. "dependencies": {
  2172. "argparse": "^2.0.1"
  2173. },
  2174. "bin": {
  2175. "js-yaml": "bin/js-yaml.js"
  2176. }
  2177. },
  2178. "node_modules/@eslint/eslintrc/node_modules/type-fest": {
  2179. "version": "0.20.2",
  2180. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
  2181. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  2182. "dev": true,
  2183. "engines": {
  2184. "node": ">=10"
  2185. },
  2186. "funding": {
  2187. "url": "https://github.com/sponsors/sindresorhus"
  2188. }
  2189. },
  2190. "node_modules/@eslint/js": {
  2191. "version": "8.42.0",
  2192. "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.42.0.tgz",
  2193. "integrity": "sha512-6SWlXpWU5AvId8Ac7zjzmIOqMOba/JWY8XZ4A7q7Gn1Vlfg/SFFIlrtHXt9nPn4op9ZPAkl91Jao+QQv3r/ukw==",
  2194. "dev": true,
  2195. "engines": {
  2196. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2197. }
  2198. },
  2199. "node_modules/@hapi/hoek": {
  2200. "version": "9.3.0",
  2201. "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz",
  2202. "integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ=="
  2203. },
  2204. "node_modules/@hapi/topo": {
  2205. "version": "5.1.0",
  2206. "resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-5.1.0.tgz",
  2207. "integrity": "sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==",
  2208. "dependencies": {
  2209. "@hapi/hoek": "^9.0.0"
  2210. }
  2211. },
  2212. "node_modules/@humanwhocodes/config-array": {
  2213. "version": "0.11.10",
  2214. "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.10.tgz",
  2215. "integrity": "sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==",
  2216. "dev": true,
  2217. "dependencies": {
  2218. "@humanwhocodes/object-schema": "^1.2.1",
  2219. "debug": "^4.1.1",
  2220. "minimatch": "^3.0.5"
  2221. },
  2222. "engines": {
  2223. "node": ">=10.10.0"
  2224. }
  2225. },
  2226. "node_modules/@humanwhocodes/module-importer": {
  2227. "version": "1.0.1",
  2228. "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  2229. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  2230. "dev": true,
  2231. "engines": {
  2232. "node": ">=12.22"
  2233. },
  2234. "funding": {
  2235. "type": "github",
  2236. "url": "https://github.com/sponsors/nzakas"
  2237. }
  2238. },
  2239. "node_modules/@humanwhocodes/object-schema": {
  2240. "version": "1.2.1",
  2241. "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz",
  2242. "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==",
  2243. "dev": true
  2244. },
  2245. "node_modules/@istanbuljs/load-nyc-config": {
  2246. "version": "1.1.0",
  2247. "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
  2248. "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
  2249. "dev": true,
  2250. "dependencies": {
  2251. "camelcase": "^5.3.1",
  2252. "find-up": "^4.1.0",
  2253. "get-package-type": "^0.1.0",
  2254. "js-yaml": "^3.13.1",
  2255. "resolve-from": "^5.0.0"
  2256. },
  2257. "engines": {
  2258. "node": ">=8"
  2259. }
  2260. },
  2261. "node_modules/@istanbuljs/schema": {
  2262. "version": "0.1.3",
  2263. "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
  2264. "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
  2265. "dev": true,
  2266. "engines": {
  2267. "node": ">=8"
  2268. }
  2269. },
  2270. "node_modules/@jest/console": {
  2271. "version": "29.5.0",
  2272. "resolved": "https://registry.npmjs.org/@jest/console/-/console-29.5.0.tgz",
  2273. "integrity": "sha512-NEpkObxPwyw/XxZVLPmAGKE89IQRp4puc6IQRPru6JKd1M3fW9v1xM1AnzIJE65hbCkzQAdnL8P47e9hzhiYLQ==",
  2274. "dev": true,
  2275. "dependencies": {
  2276. "@jest/types": "^29.5.0",
  2277. "@types/node": "*",
  2278. "chalk": "^4.0.0",
  2279. "jest-message-util": "^29.5.0",
  2280. "jest-util": "^29.5.0",
  2281. "slash": "^3.0.0"
  2282. },
  2283. "engines": {
  2284. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2285. }
  2286. },
  2287. "node_modules/@jest/core": {
  2288. "version": "29.5.0",
  2289. "resolved": "https://registry.npmjs.org/@jest/core/-/core-29.5.0.tgz",
  2290. "integrity": "sha512-28UzQc7ulUrOQw1IsN/kv1QES3q2kkbl/wGslyhAclqZ/8cMdB5M68BffkIdSJgKBUt50d3hbwJ92XESlE7LiQ==",
  2291. "dev": true,
  2292. "dependencies": {
  2293. "@jest/console": "^29.5.0",
  2294. "@jest/reporters": "^29.5.0",
  2295. "@jest/test-result": "^29.5.0",
  2296. "@jest/transform": "^29.5.0",
  2297. "@jest/types": "^29.5.0",
  2298. "@types/node": "*",
  2299. "ansi-escapes": "^4.2.1",
  2300. "chalk": "^4.0.0",
  2301. "ci-info": "^3.2.0",
  2302. "exit": "^0.1.2",
  2303. "graceful-fs": "^4.2.9",
  2304. "jest-changed-files": "^29.5.0",
  2305. "jest-config": "^29.5.0",
  2306. "jest-haste-map": "^29.5.0",
  2307. "jest-message-util": "^29.5.0",
  2308. "jest-regex-util": "^29.4.3",
  2309. "jest-resolve": "^29.5.0",
  2310. "jest-resolve-dependencies": "^29.5.0",
  2311. "jest-runner": "^29.5.0",
  2312. "jest-runtime": "^29.5.0",
  2313. "jest-snapshot": "^29.5.0",
  2314. "jest-util": "^29.5.0",
  2315. "jest-validate": "^29.5.0",
  2316. "jest-watcher": "^29.5.0",
  2317. "micromatch": "^4.0.4",
  2318. "pretty-format": "^29.5.0",
  2319. "slash": "^3.0.0",
  2320. "strip-ansi": "^6.0.0"
  2321. },
  2322. "engines": {
  2323. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2324. },
  2325. "peerDependencies": {
  2326. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  2327. },
  2328. "peerDependenciesMeta": {
  2329. "node-notifier": {
  2330. "optional": true
  2331. }
  2332. }
  2333. },
  2334. "node_modules/@jest/create-cache-key-function": {
  2335. "version": "29.5.0",
  2336. "resolved": "https://registry.npmjs.org/@jest/create-cache-key-function/-/create-cache-key-function-29.5.0.tgz",
  2337. "integrity": "sha512-LIDZyZgnZss7uikvBKBB/USWwG+GO8+GnwRWT+YkCGDGsqLQlhm9BC3z6+7+eMs1kUlvXQIWEzBR8Q2Pnvx6lg==",
  2338. "dependencies": {
  2339. "@jest/types": "^29.5.0"
  2340. },
  2341. "engines": {
  2342. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2343. }
  2344. },
  2345. "node_modules/@jest/environment": {
  2346. "version": "29.5.0",
  2347. "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.5.0.tgz",
  2348. "integrity": "sha512-5FXw2+wD29YU1d4I2htpRX7jYnAyTRjP2CsXQdo9SAM8g3ifxWPSV0HnClSn71xwctr0U3oZIIH+dtbfmnbXVQ==",
  2349. "dependencies": {
  2350. "@jest/fake-timers": "^29.5.0",
  2351. "@jest/types": "^29.5.0",
  2352. "@types/node": "*",
  2353. "jest-mock": "^29.5.0"
  2354. },
  2355. "engines": {
  2356. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2357. }
  2358. },
  2359. "node_modules/@jest/expect": {
  2360. "version": "29.5.0",
  2361. "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-29.5.0.tgz",
  2362. "integrity": "sha512-PueDR2HGihN3ciUNGr4uelropW7rqUfTiOn+8u0leg/42UhblPxHkfoh0Ruu3I9Y1962P3u2DY4+h7GVTSVU6g==",
  2363. "dev": true,
  2364. "dependencies": {
  2365. "expect": "^29.5.0",
  2366. "jest-snapshot": "^29.5.0"
  2367. },
  2368. "engines": {
  2369. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2370. }
  2371. },
  2372. "node_modules/@jest/expect-utils": {
  2373. "version": "29.5.0",
  2374. "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.5.0.tgz",
  2375. "integrity": "sha512-fmKzsidoXQT2KwnrwE0SQq3uj8Z763vzR8LnLBwC2qYWEFpjX8daRsk6rHUM1QvNlEW/UJXNXm59ztmJJWs2Mg==",
  2376. "dev": true,
  2377. "dependencies": {
  2378. "jest-get-type": "^29.4.3"
  2379. },
  2380. "engines": {
  2381. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2382. }
  2383. },
  2384. "node_modules/@jest/fake-timers": {
  2385. "version": "29.5.0",
  2386. "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.5.0.tgz",
  2387. "integrity": "sha512-9ARvuAAQcBwDAqOnglWq2zwNIRUDtk/SCkp/ToGEhFv5r86K21l+VEs0qNTaXtyiY0lEePl3kylijSYJQqdbDg==",
  2388. "dependencies": {
  2389. "@jest/types": "^29.5.0",
  2390. "@sinonjs/fake-timers": "^10.0.2",
  2391. "@types/node": "*",
  2392. "jest-message-util": "^29.5.0",
  2393. "jest-mock": "^29.5.0",
  2394. "jest-util": "^29.5.0"
  2395. },
  2396. "engines": {
  2397. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2398. }
  2399. },
  2400. "node_modules/@jest/globals": {
  2401. "version": "29.5.0",
  2402. "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.5.0.tgz",
  2403. "integrity": "sha512-S02y0qMWGihdzNbUiqSAiKSpSozSuHX5UYc7QbnHP+D9Lyw8DgGGCinrN9uSuHPeKgSSzvPom2q1nAtBvUsvPQ==",
  2404. "dev": true,
  2405. "dependencies": {
  2406. "@jest/environment": "^29.5.0",
  2407. "@jest/expect": "^29.5.0",
  2408. "@jest/types": "^29.5.0",
  2409. "jest-mock": "^29.5.0"
  2410. },
  2411. "engines": {
  2412. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2413. }
  2414. },
  2415. "node_modules/@jest/reporters": {
  2416. "version": "29.5.0",
  2417. "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-29.5.0.tgz",
  2418. "integrity": "sha512-D05STXqj/M8bP9hQNSICtPqz97u7ffGzZu+9XLucXhkOFBqKcXe04JLZOgIekOxdb73MAoBUFnqvf7MCpKk5OA==",
  2419. "dev": true,
  2420. "dependencies": {
  2421. "@bcoe/v8-coverage": "^0.2.3",
  2422. "@jest/console": "^29.5.0",
  2423. "@jest/test-result": "^29.5.0",
  2424. "@jest/transform": "^29.5.0",
  2425. "@jest/types": "^29.5.0",
  2426. "@jridgewell/trace-mapping": "^0.3.15",
  2427. "@types/node": "*",
  2428. "chalk": "^4.0.0",
  2429. "collect-v8-coverage": "^1.0.0",
  2430. "exit": "^0.1.2",
  2431. "glob": "^7.1.3",
  2432. "graceful-fs": "^4.2.9",
  2433. "istanbul-lib-coverage": "^3.0.0",
  2434. "istanbul-lib-instrument": "^5.1.0",
  2435. "istanbul-lib-report": "^3.0.0",
  2436. "istanbul-lib-source-maps": "^4.0.0",
  2437. "istanbul-reports": "^3.1.3",
  2438. "jest-message-util": "^29.5.0",
  2439. "jest-util": "^29.5.0",
  2440. "jest-worker": "^29.5.0",
  2441. "slash": "^3.0.0",
  2442. "string-length": "^4.0.1",
  2443. "strip-ansi": "^6.0.0",
  2444. "v8-to-istanbul": "^9.0.1"
  2445. },
  2446. "engines": {
  2447. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2448. },
  2449. "peerDependencies": {
  2450. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  2451. },
  2452. "peerDependenciesMeta": {
  2453. "node-notifier": {
  2454. "optional": true
  2455. }
  2456. }
  2457. },
  2458. "node_modules/@jest/schemas": {
  2459. "version": "29.4.3",
  2460. "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.4.3.tgz",
  2461. "integrity": "sha512-VLYKXQmtmuEz6IxJsrZwzG9NvtkQsWNnWMsKxqWNu3+CnfzJQhp0WDDKWLVV9hLKr0l3SLLFRqcYHjhtyuDVxg==",
  2462. "dependencies": {
  2463. "@sinclair/typebox": "^0.25.16"
  2464. },
  2465. "engines": {
  2466. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2467. }
  2468. },
  2469. "node_modules/@jest/source-map": {
  2470. "version": "29.4.3",
  2471. "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-29.4.3.tgz",
  2472. "integrity": "sha512-qyt/mb6rLyd9j1jUts4EQncvS6Yy3PM9HghnNv86QBlV+zdL2inCdK1tuVlL+J+lpiw2BI67qXOrX3UurBqQ1w==",
  2473. "dev": true,
  2474. "dependencies": {
  2475. "@jridgewell/trace-mapping": "^0.3.15",
  2476. "callsites": "^3.0.0",
  2477. "graceful-fs": "^4.2.9"
  2478. },
  2479. "engines": {
  2480. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2481. }
  2482. },
  2483. "node_modules/@jest/test-result": {
  2484. "version": "29.5.0",
  2485. "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-29.5.0.tgz",
  2486. "integrity": "sha512-fGl4rfitnbfLsrfx1uUpDEESS7zM8JdgZgOCQuxQvL1Sn/I6ijeAVQWGfXI9zb1i9Mzo495cIpVZhA0yr60PkQ==",
  2487. "dev": true,
  2488. "dependencies": {
  2489. "@jest/console": "^29.5.0",
  2490. "@jest/types": "^29.5.0",
  2491. "@types/istanbul-lib-coverage": "^2.0.0",
  2492. "collect-v8-coverage": "^1.0.0"
  2493. },
  2494. "engines": {
  2495. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2496. }
  2497. },
  2498. "node_modules/@jest/test-sequencer": {
  2499. "version": "29.5.0",
  2500. "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.5.0.tgz",
  2501. "integrity": "sha512-yPafQEcKjkSfDXyvtgiV4pevSeyuA6MQr6ZIdVkWJly9vkqjnFfcfhRQqpD5whjoU8EORki752xQmjaqoFjzMQ==",
  2502. "dev": true,
  2503. "dependencies": {
  2504. "@jest/test-result": "^29.5.0",
  2505. "graceful-fs": "^4.2.9",
  2506. "jest-haste-map": "^29.5.0",
  2507. "slash": "^3.0.0"
  2508. },
  2509. "engines": {
  2510. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2511. }
  2512. },
  2513. "node_modules/@jest/transform": {
  2514. "version": "29.5.0",
  2515. "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.5.0.tgz",
  2516. "integrity": "sha512-8vbeZWqLJOvHaDfeMuoHITGKSz5qWc9u04lnWrQE3VyuSw604PzQM824ZeX9XSjUCeDiE3GuxZe5UKa8J61NQw==",
  2517. "dev": true,
  2518. "dependencies": {
  2519. "@babel/core": "^7.11.6",
  2520. "@jest/types": "^29.5.0",
  2521. "@jridgewell/trace-mapping": "^0.3.15",
  2522. "babel-plugin-istanbul": "^6.1.1",
  2523. "chalk": "^4.0.0",
  2524. "convert-source-map": "^2.0.0",
  2525. "fast-json-stable-stringify": "^2.1.0",
  2526. "graceful-fs": "^4.2.9",
  2527. "jest-haste-map": "^29.5.0",
  2528. "jest-regex-util": "^29.4.3",
  2529. "jest-util": "^29.5.0",
  2530. "micromatch": "^4.0.4",
  2531. "pirates": "^4.0.4",
  2532. "slash": "^3.0.0",
  2533. "write-file-atomic": "^4.0.2"
  2534. },
  2535. "engines": {
  2536. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2537. }
  2538. },
  2539. "node_modules/@jest/types": {
  2540. "version": "29.5.0",
  2541. "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.5.0.tgz",
  2542. "integrity": "sha512-qbu7kN6czmVRc3xWFQcAN03RAUamgppVUdXrvl1Wr3jlNF93o9mJbGcDWrwGB6ht44u7efB1qCFgVQmca24Uog==",
  2543. "dependencies": {
  2544. "@jest/schemas": "^29.4.3",
  2545. "@types/istanbul-lib-coverage": "^2.0.0",
  2546. "@types/istanbul-reports": "^3.0.0",
  2547. "@types/node": "*",
  2548. "@types/yargs": "^17.0.8",
  2549. "chalk": "^4.0.0"
  2550. },
  2551. "engines": {
  2552. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2553. }
  2554. },
  2555. "node_modules/@jridgewell/gen-mapping": {
  2556. "version": "0.3.3",
  2557. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz",
  2558. "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==",
  2559. "dependencies": {
  2560. "@jridgewell/set-array": "^1.0.1",
  2561. "@jridgewell/sourcemap-codec": "^1.4.10",
  2562. "@jridgewell/trace-mapping": "^0.3.9"
  2563. },
  2564. "engines": {
  2565. "node": ">=6.0.0"
  2566. }
  2567. },
  2568. "node_modules/@jridgewell/resolve-uri": {
  2569. "version": "3.1.0",
  2570. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz",
  2571. "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==",
  2572. "engines": {
  2573. "node": ">=6.0.0"
  2574. }
  2575. },
  2576. "node_modules/@jridgewell/set-array": {
  2577. "version": "1.1.2",
  2578. "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz",
  2579. "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==",
  2580. "engines": {
  2581. "node": ">=6.0.0"
  2582. }
  2583. },
  2584. "node_modules/@jridgewell/source-map": {
  2585. "version": "0.3.4",
  2586. "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.4.tgz",
  2587. "integrity": "sha512-KE/SxsDqNs3rrWwFHcRh15ZLVFrI0YoZtgAdIyIq9k5hUNmiWRXXThPomIxHuL20sLdgzbDFyvkUMna14bvtrw=="
  2588. },
  2589. "node_modules/@jridgewell/sourcemap-codec": {
  2590. "version": "1.4.15",
  2591. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
  2592. "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg=="
  2593. },
  2594. "node_modules/@jridgewell/trace-mapping": {
  2595. "version": "0.3.18",
  2596. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz",
  2597. "integrity": "sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==",
  2598. "dependencies": {
  2599. "@jridgewell/resolve-uri": "3.1.0",
  2600. "@jridgewell/sourcemap-codec": "1.4.14"
  2601. }
  2602. },
  2603. "node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec": {
  2604. "version": "1.4.14",
  2605. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz",
  2606. "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw=="
  2607. },
  2608. "node_modules/@nicolo-ribaudo/eslint-scope-5-internals": {
  2609. "version": "5.1.1-v1",
  2610. "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz",
  2611. "integrity": "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==",
  2612. "dev": true,
  2613. "dependencies": {
  2614. "eslint-scope": "5.1.1"
  2615. }
  2616. },
  2617. "node_modules/@nodelib/fs.scandir": {
  2618. "version": "2.1.5",
  2619. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  2620. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  2621. "dev": true,
  2622. "dependencies": {
  2623. "@nodelib/fs.stat": "2.0.5",
  2624. "run-parallel": "^1.1.9"
  2625. },
  2626. "engines": {
  2627. "node": ">= 8"
  2628. }
  2629. },
  2630. "node_modules/@nodelib/fs.stat": {
  2631. "version": "2.0.5",
  2632. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  2633. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  2634. "dev": true,
  2635. "engines": {
  2636. "node": ">= 8"
  2637. }
  2638. },
  2639. "node_modules/@nodelib/fs.walk": {
  2640. "version": "1.2.8",
  2641. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  2642. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  2643. "dev": true,
  2644. "dependencies": {
  2645. "@nodelib/fs.scandir": "2.1.5",
  2646. "fastq": "^1.6.0"
  2647. },
  2648. "engines": {
  2649. "node": ">= 8"
  2650. }
  2651. },
  2652. "node_modules/@react-native-community/cli-clean": {
  2653. "version": "11.3.3",
  2654. "resolved": "https://registry.npmjs.org/@react-native-community/cli-clean/-/cli-clean-11.3.3.tgz",
  2655. "integrity": "sha512-5csu0Z2wNkLRZs4AxA+5UVtOdyGqdjZ9DEPccePlkN9IXEHTia2GdDuWZVVnlC50Ab3eTaGDKvFzy9QONHQusw==",
  2656. "dependencies": {
  2657. "@react-native-community/cli-tools": "11.3.3",
  2658. "chalk": "^4.1.2",
  2659. "execa": "^5.0.0",
  2660. "prompts": "^2.4.0"
  2661. }
  2662. },
  2663. "node_modules/@react-native-community/cli-config": {
  2664. "version": "11.3.3",
  2665. "resolved": "https://registry.npmjs.org/@react-native-community/cli-config/-/cli-config-11.3.3.tgz",
  2666. "integrity": "sha512-j87RHJlybNHD1mYSkHnWA4qLkEO6qVn0+sREZGdQ6gVmOzxvLzvEB+YMoNEEqFGmPiyt3WTMLgi7jUr6WVoKuQ==",
  2667. "dependencies": {
  2668. "@react-native-community/cli-tools": "11.3.3",
  2669. "chalk": "^4.1.2",
  2670. "cosmiconfig": "^5.1.0",
  2671. "deepmerge": "^4.3.0",
  2672. "glob": "^7.1.3",
  2673. "joi": "^17.2.1"
  2674. }
  2675. },
  2676. "node_modules/@react-native-community/cli-config/node_modules/deepmerge": {
  2677. "version": "4.3.1",
  2678. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
  2679. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  2680. "engines": {
  2681. "node": ">=0.10.0"
  2682. }
  2683. },
  2684. "node_modules/@react-native-community/cli-debugger-ui": {
  2685. "version": "11.3.3",
  2686. "resolved": "https://registry.npmjs.org/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-11.3.3.tgz",
  2687. "integrity": "sha512-iVKcwyK2iKlq/qVtSbhk5fGsrOamAx7j50QhDMrZ6NmYZq+k75k253+YTzXoxWdPPZhsdhmILuBJgf8orIYCPQ==",
  2688. "dependencies": {
  2689. "serve-static": "^1.13.1"
  2690. }
  2691. },
  2692. "node_modules/@react-native-community/cli-doctor": {
  2693. "version": "11.3.3",
  2694. "resolved": "https://registry.npmjs.org/@react-native-community/cli-doctor/-/cli-doctor-11.3.3.tgz",
  2695. "integrity": "sha512-11MlCYZkZ602lmoxZUM6FZYjqFgyYci0X0QoBgBHi+3hqmrlA9JkYR/6OpPo34ASVObhE4DQ7eZ1+EQnVJHXsA==",
  2696. "dependencies": {
  2697. "@react-native-community/cli-config": "11.3.3",
  2698. "@react-native-community/cli-platform-android": "11.3.3",
  2699. "@react-native-community/cli-platform-ios": "11.3.3",
  2700. "@react-native-community/cli-tools": "11.3.3",
  2701. "chalk": "^4.1.2",
  2702. "command-exists": "^1.2.8",
  2703. "envinfo": "^7.7.2",
  2704. "execa": "^5.0.0",
  2705. "hermes-profile-transformer": "^0.0.6",
  2706. "ip": "^1.1.5",
  2707. "node-stream-zip": "^1.9.1",
  2708. "ora": "^5.4.1",
  2709. "prompts": "^2.4.0",
  2710. "semver": "^6.3.0",
  2711. "strip-ansi": "^5.2.0",
  2712. "sudo-prompt": "^9.0.0",
  2713. "wcwidth": "^1.0.1",
  2714. "yaml": "^2.2.1"
  2715. }
  2716. },
  2717. "node_modules/@react-native-community/cli-doctor/node_modules/ansi-regex": {
  2718. "version": "4.1.1",
  2719. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz",
  2720. "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==",
  2721. "engines": {
  2722. "node": ">=6"
  2723. }
  2724. },
  2725. "node_modules/@react-native-community/cli-doctor/node_modules/strip-ansi": {
  2726. "version": "5.2.0",
  2727. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
  2728. "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
  2729. "dependencies": {
  2730. "ansi-regex": "^4.1.0"
  2731. },
  2732. "engines": {
  2733. "node": ">=6"
  2734. }
  2735. },
  2736. "node_modules/@react-native-community/cli-hermes": {
  2737. "version": "11.3.3",
  2738. "resolved": "https://registry.npmjs.org/@react-native-community/cli-hermes/-/cli-hermes-11.3.3.tgz",
  2739. "integrity": "sha512-IoBLspPg4EwKwYj+5Ki4xrGUz7vVeE9soULCXJij2IKB68U63WmjG42+ng96+ryJDaQqERqF7NGll1jqnenJYQ==",
  2740. "dependencies": {
  2741. "@react-native-community/cli-platform-android": "11.3.3",
  2742. "@react-native-community/cli-tools": "11.3.3",
  2743. "chalk": "^4.1.2",
  2744. "hermes-profile-transformer": "^0.0.6",
  2745. "ip": "^1.1.5"
  2746. }
  2747. },
  2748. "node_modules/@react-native-community/cli-platform-android": {
  2749. "version": "11.3.3",
  2750. "resolved": "https://registry.npmjs.org/@react-native-community/cli-platform-android/-/cli-platform-android-11.3.3.tgz",
  2751. "integrity": "sha512-hjkPTJXKw2PZNKdeZZ1I4Mv2gRbPOfZmpgRVXtDwEP4cXZUGTDP54lBhFnC+8KxiKJBWJ/m4wYyC3ZqX87M2jg==",
  2752. "dependencies": {
  2753. "@react-native-community/cli-tools": "11.3.3",
  2754. "chalk": "^4.1.2",
  2755. "execa": "^5.0.0",
  2756. "glob": "^7.1.3",
  2757. "logkitty": "^0.7.1"
  2758. }
  2759. },
  2760. "node_modules/@react-native-community/cli-platform-ios": {
  2761. "version": "11.3.3",
  2762. "resolved": "https://registry.npmjs.org/@react-native-community/cli-platform-ios/-/cli-platform-ios-11.3.3.tgz",
  2763. "integrity": "sha512-mFdZjOaPCQy3y4DoMdA5l5/zVXtvsi8pbJFTV7ms7avNShuqqvue/Fm4wmiccZd0Zfi5p9TOP3Bh9Aw/jC+UAQ==",
  2764. "dependencies": {
  2765. "@react-native-community/cli-tools": "11.3.3",
  2766. "chalk": "^4.1.2",
  2767. "execa": "^5.0.0",
  2768. "fast-xml-parser": "^4.0.12",
  2769. "glob": "^7.1.3",
  2770. "ora": "^5.4.1"
  2771. }
  2772. },
  2773. "node_modules/@react-native-community/cli-plugin-metro": {
  2774. "version": "11.3.3",
  2775. "resolved": "https://registry.npmjs.org/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-11.3.3.tgz",
  2776. "integrity": "sha512-jbutvKqjIUTIuSK6mGmVt+x/MygLAIG6VNIwbywFtY+P4CCxUxo8o8h3O2cPRB2xeg9qikksm3Wys7fME4Ly+A==",
  2777. "dependencies": {
  2778. "@react-native-community/cli-server-api": "11.3.3",
  2779. "@react-native-community/cli-tools": "11.3.3",
  2780. "chalk": "^4.1.2",
  2781. "execa": "^5.0.0",
  2782. "metro": "0.76.5",
  2783. "metro-config": "0.76.5",
  2784. "metro-core": "0.76.5",
  2785. "metro-react-native-babel-transformer": "0.76.5",
  2786. "metro-resolver": "0.76.5",
  2787. "metro-runtime": "0.76.5",
  2788. "readline": "^1.3.0"
  2789. }
  2790. },
  2791. "node_modules/@react-native-community/cli-server-api": {
  2792. "version": "11.3.3",
  2793. "resolved": "https://registry.npmjs.org/@react-native-community/cli-server-api/-/cli-server-api-11.3.3.tgz",
  2794. "integrity": "sha512-3ja7WZzXMCeGTaeWLzKxAoueqLjsuo0YURcAjqf044rkY5F1Xk5yIaTN8fb66Lnl2eB3DwuatqEB4dYl34/GZw==",
  2795. "dependencies": {
  2796. "@react-native-community/cli-debugger-ui": "11.3.3",
  2797. "@react-native-community/cli-tools": "11.3.3",
  2798. "compression": "^1.7.1",
  2799. "connect": "^3.6.5",
  2800. "errorhandler": "^1.5.1",
  2801. "nocache": "^3.0.1",
  2802. "pretty-format": "^26.6.2",
  2803. "serve-static": "^1.13.1",
  2804. "ws": "^7.5.1"
  2805. }
  2806. },
  2807. "node_modules/@react-native-community/cli-server-api/node_modules/@jest/types": {
  2808. "version": "26.6.2",
  2809. "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
  2810. "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
  2811. "dependencies": {
  2812. "@types/istanbul-lib-coverage": "^2.0.0",
  2813. "@types/istanbul-reports": "^3.0.0",
  2814. "@types/node": "*",
  2815. "@types/yargs": "^15.0.0",
  2816. "chalk": "^4.0.0"
  2817. },
  2818. "engines": {
  2819. "node": ">= 10.14.2"
  2820. }
  2821. },
  2822. "node_modules/@react-native-community/cli-server-api/node_modules/@types/yargs": {
  2823. "version": "15.0.15",
  2824. "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.15.tgz",
  2825. "integrity": "sha512-IziEYMU9XoVj8hWg7k+UJrXALkGFjWJhn5QFEv9q4p+v40oZhSuC135M38st8XPjICL7Ey4TV64ferBGUoJhBg==",
  2826. "dependencies": {
  2827. "@types/yargs-parser": "*"
  2828. }
  2829. },
  2830. "node_modules/@react-native-community/cli-server-api/node_modules/pretty-format": {
  2831. "version": "26.6.2",
  2832. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.2.tgz",
  2833. "integrity": "sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==",
  2834. "dependencies": {
  2835. "@jest/types": "^26.6.2",
  2836. "ansi-regex": "^5.0.0",
  2837. "ansi-styles": "^4.0.0",
  2838. "react-is": "^17.0.1"
  2839. },
  2840. "engines": {
  2841. "node": ">= 10"
  2842. }
  2843. },
  2844. "node_modules/@react-native-community/cli-server-api/node_modules/react-is": {
  2845. "version": "17.0.2",
  2846. "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
  2847. "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w=="
  2848. },
  2849. "node_modules/@react-native-community/cli-server-api/node_modules/ws": {
  2850. "version": "7.5.9",
  2851. "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz",
  2852. "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==",
  2853. "engines": {
  2854. "node": ">=8.3.0"
  2855. },
  2856. "peerDependencies": {
  2857. "bufferutil": "^4.0.1",
  2858. "utf-8-validate": "^5.0.2"
  2859. },
  2860. "peerDependenciesMeta": {
  2861. "bufferutil": {
  2862. "optional": true
  2863. },
  2864. "utf-8-validate": {
  2865. "optional": true
  2866. }
  2867. }
  2868. },
  2869. "node_modules/@react-native-community/cli-tools": {
  2870. "version": "11.3.3",
  2871. "resolved": "https://registry.npmjs.org/@react-native-community/cli-tools/-/cli-tools-11.3.3.tgz",
  2872. "integrity": "sha512-rRFSOAVVwI9R9PyPMff5WqmHbgJYrzGHFH1PA+tFvuiSmWlAf51bzkZIPehTBAQON03a6d5epNsGlBKMLA/BKw==",
  2873. "dependencies": {
  2874. "appdirsjs": "^1.2.4",
  2875. "chalk": "^4.1.2",
  2876. "find-up": "^5.0.0",
  2877. "mime": "^2.4.1",
  2878. "node-fetch": "^2.6.0",
  2879. "open": "^6.2.0",
  2880. "ora": "^5.4.1",
  2881. "semver": "^6.3.0",
  2882. "shell-quote": "^1.7.3"
  2883. }
  2884. },
  2885. "node_modules/@react-native-community/cli-tools/node_modules/find-up": {
  2886. "version": "5.0.0",
  2887. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  2888. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  2889. "dependencies": {
  2890. "locate-path": "^6.0.0",
  2891. "path-exists": "^4.0.0"
  2892. },
  2893. "engines": {
  2894. "node": ">=10"
  2895. },
  2896. "funding": {
  2897. "url": "https://github.com/sponsors/sindresorhus"
  2898. }
  2899. },
  2900. "node_modules/@react-native-community/cli-tools/node_modules/locate-path": {
  2901. "version": "6.0.0",
  2902. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  2903. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  2904. "dependencies": {
  2905. "p-locate": "^5.0.0"
  2906. },
  2907. "engines": {
  2908. "node": ">=10"
  2909. },
  2910. "funding": {
  2911. "url": "https://github.com/sponsors/sindresorhus"
  2912. }
  2913. },
  2914. "node_modules/@react-native-community/cli-tools/node_modules/p-locate": {
  2915. "version": "5.0.0",
  2916. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  2917. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  2918. "dependencies": {
  2919. "p-limit": "^3.0.2"
  2920. },
  2921. "engines": {
  2922. "node": ">=10"
  2923. },
  2924. "funding": {
  2925. "url": "https://github.com/sponsors/sindresorhus"
  2926. }
  2927. },
  2928. "node_modules/@react-native-community/cli-types": {
  2929. "version": "11.3.3",
  2930. "resolved": "https://registry.npmjs.org/@react-native-community/cli-types/-/cli-types-11.3.3.tgz",
  2931. "integrity": "sha512-/u7N93ZUsKAGv3WSGAjKhpK2uCPBkyaw/SuScjHAuL9ifPjvwDhi71K5NbCcYl3ZYh5K39EF3Hm664Jfk9c0MQ==",
  2932. "dependencies": {
  2933. "joi": "^17.2.1"
  2934. }
  2935. },
  2936. "node_modules/@react-native-community/eslint-config": {
  2937. "version": "3.2.0",
  2938. "resolved": "https://registry.npmjs.org/@react-native-community/eslint-config/-/eslint-config-3.2.0.tgz",
  2939. "integrity": "sha512-ZjGvoeiBtCbd506hQqwjKmkWPgynGUoJspG8/MuV/EfKnkjCtBmeJvq2n+sWbWEvL9LWXDp2GJmPzmvU5RSvKQ==",
  2940. "dev": true,
  2941. "dependencies": {
  2942. "@babel/core": "^7.14.0",
  2943. "@babel/eslint-parser": "^7.18.2",
  2944. "@react-native-community/eslint-plugin": "^1.1.0",
  2945. "@typescript-eslint/eslint-plugin": "^5.30.5",
  2946. "@typescript-eslint/parser": "^5.30.5",
  2947. "eslint-config-prettier": "^8.5.0",
  2948. "eslint-plugin-eslint-comments": "^3.2.0",
  2949. "eslint-plugin-ft-flow": "^2.0.1",
  2950. "eslint-plugin-jest": "^26.5.3",
  2951. "eslint-plugin-prettier": "^4.2.1",
  2952. "eslint-plugin-react": "^7.30.1",
  2953. "eslint-plugin-react-hooks": "^4.6.0",
  2954. "eslint-plugin-react-native": "^4.0.0"
  2955. },
  2956. "peerDependencies": {
  2957. "eslint": ">=8",
  2958. "prettier": ">=2"
  2959. }
  2960. },
  2961. "node_modules/@react-native-community/eslint-plugin": {
  2962. "version": "1.3.0",
  2963. "resolved": "https://registry.npmjs.org/@react-native-community/eslint-plugin/-/eslint-plugin-1.3.0.tgz",
  2964. "integrity": "sha512-+zDZ20NUnSWghj7Ku5aFphMzuM9JulqCW+aPXT6IfIXFbb8tzYTTOSeRFOtuekJ99ibW2fUCSsjuKNlwDIbHFg==",
  2965. "dev": true
  2966. },
  2967. "node_modules/@react-native/assets-registry": {
  2968. "version": "0.72.0",
  2969. "resolved": "https://registry.npmjs.org/@react-native/assets-registry/-/assets-registry-0.72.0.tgz",
  2970. "integrity": "sha512-Im93xRJuHHxb1wniGhBMsxLwcfzdYreSZVQGDoMJgkd6+Iky61LInGEHnQCTN0fKNYF1Dvcofb4uMmE1RQHXHQ=="
  2971. },
  2972. "node_modules/@react-native/codegen": {
  2973. "version": "0.72.6",
  2974. "resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.72.6.tgz",
  2975. "integrity": "sha512-idTVI1es/oopN0jJT/0jB6nKdvTUKE3757zA5+NPXZTeB46CIRbmmos4XBiAec8ufu9/DigLPbHTYAaMNZJ6Ig==",
  2976. "dependencies": {
  2977. "@babel/parser": "^7.20.0",
  2978. "flow-parser": "^0.206.0",
  2979. "jscodeshift": "^0.14.0",
  2980. "nullthrows": "^1.1.1"
  2981. },
  2982. "peerDependencies": {
  2983. "@babel/preset-env": "^7.1.6"
  2984. }
  2985. },
  2986. "node_modules/@react-native/gradle-plugin": {
  2987. "version": "0.72.11",
  2988. "resolved": "https://registry.npmjs.org/@react-native/gradle-plugin/-/gradle-plugin-0.72.11.tgz",
  2989. "integrity": "sha512-P9iRnxiR2w7EHcZ0mJ+fmbPzMby77ZzV6y9sJI3lVLJzF7TLSdbwcQyD3lwMsiL+q5lKUHoZJS4sYmih+P2HXw=="
  2990. },
  2991. "node_modules/@react-native/js-polyfills": {
  2992. "version": "0.72.1",
  2993. "resolved": "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.72.1.tgz",
  2994. "integrity": "sha512-cRPZh2rBswFnGt5X5EUEPs0r+pAsXxYsifv/fgy9ZLQokuT52bPH+9xjDR+7TafRua5CttGW83wP4TntRcWNDA=="
  2995. },
  2996. "node_modules/@react-native/normalize-colors": {
  2997. "version": "0.72.0",
  2998. "resolved": "https://registry.npmjs.org/@react-native/normalize-colors/-/normalize-colors-0.72.0.tgz",
  2999. "integrity": "sha512-285lfdqSXaqKuBbbtP9qL2tDrfxdOFtIMvkKadtleRQkdOxx+uzGvFr82KHmc/sSiMtfXGp7JnFYWVh4sFl7Yw=="
  3000. },
  3001. "node_modules/@react-native/virtualized-lists": {
  3002. "version": "0.72.6",
  3003. "resolved": "https://registry.npmjs.org/@react-native/virtualized-lists/-/virtualized-lists-0.72.6.tgz",
  3004. "integrity": "sha512-JhT6ydu35LvbSKdwnhWDuGHMOwM0WAh9oza/X8vXHA8ELHRyQ/4p8eKz/bTQcbQziJaaleUURToGhFuCtgiMoA==",
  3005. "dependencies": {
  3006. "invariant": "^2.2.4",
  3007. "nullthrows": "^1.1.1"
  3008. },
  3009. "peerDependencies": {
  3010. "react-native": "*"
  3011. }
  3012. },
  3013. "node_modules/@react-navigation/bottom-tabs": {
  3014. "version": "6.5.7",
  3015. "resolved": "https://registry.npmjs.org/@react-navigation/bottom-tabs/-/bottom-tabs-6.5.7.tgz",
  3016. "integrity": "sha512-9oZYyRu2z7+1pr2dX5V54rHFPmlj4ztwQxFe85zwpnGcPtGIsXj7VCIdlHnjRHJBBFCszvJGQpYY6/G2+DfD+A==",
  3017. "dependencies": {
  3018. "@react-navigation/elements": "^1.3.17",
  3019. "color": "^4.2.3",
  3020. "warn-once": "^0.1.0"
  3021. },
  3022. "peerDependencies": {
  3023. "@react-navigation/native": "^6.0.0",
  3024. "react": "*",
  3025. "react-native": "*",
  3026. "react-native-safe-area-context": ">= 3.0.0",
  3027. "react-native-screens": ">= 3.0.0"
  3028. }
  3029. },
  3030. "node_modules/@react-navigation/core": {
  3031. "version": "6.4.8",
  3032. "resolved": "https://registry.npmjs.org/@react-navigation/core/-/core-6.4.8.tgz",
  3033. "integrity": "sha512-klZ9Mcf/P2j+5cHMoGyIeurEzyBM2Uq9+NoSFrF6sdV5iCWHLFhrCXuhbBiQ5wVLCKf4lavlkd/DDs47PXs9RQ==",
  3034. "dependencies": {
  3035. "@react-navigation/routers": "^6.1.8",
  3036. "escape-string-regexp": "^4.0.0",
  3037. "nanoid": "^3.1.23",
  3038. "query-string": "^7.1.3",
  3039. "react-is": "^16.13.0",
  3040. "use-latest-callback": "^0.1.5"
  3041. },
  3042. "peerDependencies": {
  3043. "react": "*"
  3044. }
  3045. },
  3046. "node_modules/@react-navigation/core/node_modules/escape-string-regexp": {
  3047. "version": "4.0.0",
  3048. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  3049. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  3050. "engines": {
  3051. "node": ">=10"
  3052. },
  3053. "funding": {
  3054. "url": "https://github.com/sponsors/sindresorhus"
  3055. }
  3056. },
  3057. "node_modules/@react-navigation/core/node_modules/react-is": {
  3058. "version": "16.13.1",
  3059. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  3060. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
  3061. },
  3062. "node_modules/@react-navigation/drawer": {
  3063. "version": "6.6.3",
  3064. "resolved": "https://registry.npmjs.org/@react-navigation/drawer/-/drawer-6.6.3.tgz",
  3065. "integrity": "sha512-oQzHqH6svtSIun6+rikQtku6ye2CyyxT4xf3RQLVsBvK7+g4tDdKKLcjgoJmuT1zBZC3SSu3wNeqp8cg4cr2PQ==",
  3066. "dependencies": {
  3067. "@react-navigation/elements": "^1.3.18",
  3068. "color": "^4.2.3",
  3069. "warn-once": "^0.1.0"
  3070. },
  3071. "peerDependencies": {
  3072. "@react-navigation/native": "^6.0.0",
  3073. "react": "*",
  3074. "react-native": "*",
  3075. "react-native-gesture-handler": ">= 1.0.0",
  3076. "react-native-reanimated": ">= 1.0.0",
  3077. "react-native-safe-area-context": ">= 3.0.0",
  3078. "react-native-screens": ">= 3.0.0"
  3079. }
  3080. },
  3081. "node_modules/@react-navigation/drawer/node_modules/@react-navigation/elements": {
  3082. "version": "1.3.18",
  3083. "resolved": "https://registry.npmjs.org/@react-navigation/elements/-/elements-1.3.18.tgz",
  3084. "integrity": "sha512-/0hwnJkrr415yP0Hf4PjUKgGyfshrvNUKFXN85Mrt1gY49hy9IwxZgrrxlh0THXkPeq8q4VWw44eHDfAcQf20Q==",
  3085. "peerDependencies": {
  3086. "@react-navigation/native": "^6.0.0",
  3087. "react": "*",
  3088. "react-native": "*",
  3089. "react-native-safe-area-context": ">= 3.0.0"
  3090. }
  3091. },
  3092. "node_modules/@react-navigation/elements": {
  3093. "version": "1.3.17",
  3094. "resolved": "https://registry.npmjs.org/@react-navigation/elements/-/elements-1.3.17.tgz",
  3095. "integrity": "sha512-sui8AzHm6TxeEvWT/NEXlz3egYvCUog4tlXA4Xlb2Vxvy3purVXDq/XsM56lJl344U5Aj/jDzkVanOTMWyk4UA==",
  3096. "peerDependencies": {
  3097. "@react-navigation/native": "^6.0.0",
  3098. "react": "*",
  3099. "react-native": "*",
  3100. "react-native-safe-area-context": ">= 3.0.0"
  3101. }
  3102. },
  3103. "node_modules/@react-navigation/native": {
  3104. "version": "6.1.6",
  3105. "resolved": "https://registry.npmjs.org/@react-navigation/native/-/native-6.1.6.tgz",
  3106. "integrity": "sha512-14PmSy4JR8HHEk04QkxQ0ZLuqtiQfb4BV9kkMXD2/jI4TZ+yc43OnO6fQ2o9wm+Bq8pY3DxyerC2AjNUz+oH7Q==",
  3107. "dependencies": {
  3108. "@react-navigation/core": "^6.4.8",
  3109. "escape-string-regexp": "^4.0.0",
  3110. "fast-deep-equal": "^3.1.3",
  3111. "nanoid": "^3.1.23"
  3112. },
  3113. "peerDependencies": {
  3114. "react": "*",
  3115. "react-native": "*"
  3116. }
  3117. },
  3118. "node_modules/@react-navigation/native-stack": {
  3119. "version": "6.9.12",
  3120. "resolved": "https://registry.npmjs.org/@react-navigation/native-stack/-/native-stack-6.9.12.tgz",
  3121. "integrity": "sha512-kS2zXCWP0Rgt7uWaCUKrRl7U2U1Gp19rM1kyRY2YzBPXhWGVPjQ2ygBp88CTQzjgy8M07H/79jvGiZ0mlEJI+g==",
  3122. "dependencies": {
  3123. "@react-navigation/elements": "^1.3.17",
  3124. "warn-once": "^0.1.0"
  3125. },
  3126. "peerDependencies": {
  3127. "@react-navigation/native": "^6.0.0",
  3128. "react": "*",
  3129. "react-native": "*",
  3130. "react-native-safe-area-context": ">= 3.0.0",
  3131. "react-native-screens": ">= 3.0.0"
  3132. }
  3133. },
  3134. "node_modules/@react-navigation/native/node_modules/escape-string-regexp": {
  3135. "version": "4.0.0",
  3136. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  3137. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  3138. "engines": {
  3139. "node": ">=10"
  3140. },
  3141. "funding": {
  3142. "url": "https://github.com/sponsors/sindresorhus"
  3143. }
  3144. },
  3145. "node_modules/@react-navigation/routers": {
  3146. "version": "6.1.8",
  3147. "resolved": "https://registry.npmjs.org/@react-navigation/routers/-/routers-6.1.8.tgz",
  3148. "integrity": "sha512-CEge+ZLhb1HBrSvv4RwOol7EKLW1QoqVIQlE9TN5MpxS/+VoQvP+cLbuz0Op53/iJfYhtXRFd1ZAd3RTRqto9w==",
  3149. "dependencies": {
  3150. "nanoid": "^3.1.23"
  3151. }
  3152. },
  3153. "node_modules/@sideway/address": {
  3154. "version": "4.1.4",
  3155. "resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.4.tgz",
  3156. "integrity": "sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw==",
  3157. "dependencies": {
  3158. "@hapi/hoek": "^9.0.0"
  3159. }
  3160. },
  3161. "node_modules/@sideway/formula": {
  3162. "version": "3.0.1",
  3163. "resolved": "https://registry.npmjs.org/@sideway/formula/-/formula-3.0.1.tgz",
  3164. "integrity": "sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg=="
  3165. },
  3166. "node_modules/@sideway/pinpoint": {
  3167. "version": "2.0.0",
  3168. "resolved": "https://registry.npmjs.org/@sideway/pinpoint/-/pinpoint-2.0.0.tgz",
  3169. "integrity": "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ=="
  3170. },
  3171. "node_modules/@sinclair/typebox": {
  3172. "version": "0.25.24",
  3173. "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.25.24.tgz",
  3174. "integrity": "sha512-XJfwUVUKDHF5ugKwIcxEgc9k8b7HbznCp6eUfWgu710hMPNIO4aw4/zB5RogDQz8nd6gyCDpU9O/m6qYEWY6yQ=="
  3175. },
  3176. "node_modules/@sinonjs/commons": {
  3177. "version": "3.0.0",
  3178. "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.0.tgz",
  3179. "integrity": "sha512-jXBtWAF4vmdNmZgD5FoKsVLv3rPgDnLgPbU84LIJ3otV44vJlDRokVng5v8NFJdCf/da9legHcKaRuZs4L7faA==",
  3180. "dependencies": {
  3181. "type-detect": "4.0.8"
  3182. }
  3183. },
  3184. "node_modules/@sinonjs/fake-timers": {
  3185. "version": "10.1.0",
  3186. "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.1.0.tgz",
  3187. "integrity": "sha512-w1qd368vtrwttm1PRJWPW1QHlbmHrVDGs1eBH/jZvRPUFS4MNXV9Q33EQdjOdeAxZ7O8+3wM7zxztm2nfUSyKw==",
  3188. "dependencies": {
  3189. "@sinonjs/commons": "^3.0.0"
  3190. }
  3191. },
  3192. "node_modules/@tsconfig/react-native": {
  3193. "version": "2.0.3",
  3194. "resolved": "https://registry.npmjs.org/@tsconfig/react-native/-/react-native-2.0.3.tgz",
  3195. "integrity": "sha512-jE58snEKBd9DXfyR4+ssZmYJ/W2mOSnNrvljR0aLyQJL9JKX6vlWELHkRjb3HBbcM9Uy0hZGijXbqEAjOERW2A==",
  3196. "dev": true
  3197. },
  3198. "node_modules/@types/babel__core": {
  3199. "version": "7.20.1",
  3200. "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.1.tgz",
  3201. "integrity": "sha512-aACu/U/omhdk15O4Nfb+fHgH/z3QsfQzpnvRZhYhThms83ZnAOZz7zZAWO7mn2yyNQaA4xTO8GLK3uqFU4bYYw==",
  3202. "dev": true,
  3203. "dependencies": {
  3204. "@babel/parser": "^7.20.7",
  3205. "@babel/types": "^7.20.7",
  3206. "@types/babel__generator": "*",
  3207. "@types/babel__template": "*",
  3208. "@types/babel__traverse": "*"
  3209. }
  3210. },
  3211. "node_modules/@types/babel__generator": {
  3212. "version": "7.6.4",
  3213. "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz",
  3214. "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==",
  3215. "dev": true,
  3216. "dependencies": {
  3217. "@babel/types": "^7.0.0"
  3218. }
  3219. },
  3220. "node_modules/@types/babel__template": {
  3221. "version": "7.4.1",
  3222. "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz",
  3223. "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==",
  3224. "dev": true,
  3225. "dependencies": {
  3226. "@babel/parser": "^7.1.0",
  3227. "@babel/types": "^7.0.0"
  3228. }
  3229. },
  3230. "node_modules/@types/babel__traverse": {
  3231. "version": "7.20.1",
  3232. "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.1.tgz",
  3233. "integrity": "sha512-MitHFXnhtgwsGZWtT68URpOvLN4EREih1u3QtQiN4VdAxWKRVvGCSvw/Qth0M0Qq3pJpnGOu5JaM/ydK7OGbqg==",
  3234. "dev": true,
  3235. "dependencies": {
  3236. "@babel/types": "^7.20.7"
  3237. }
  3238. },
  3239. "node_modules/@types/graceful-fs": {
  3240. "version": "4.1.6",
  3241. "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.6.tgz",
  3242. "integrity": "sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==",
  3243. "dev": true,
  3244. "dependencies": {
  3245. "@types/node": "*"
  3246. }
  3247. },
  3248. "node_modules/@types/hammerjs": {
  3249. "version": "2.0.41",
  3250. "resolved": "https://registry.npmjs.org/@types/hammerjs/-/hammerjs-2.0.41.tgz",
  3251. "integrity": "sha512-ewXv/ceBaJprikMcxCmWU1FKyMAQ2X7a9Gtmzw8fcg2kIePI1crERDM818W+XYrxqdBBOdlf2rm137bU+BltCA=="
  3252. },
  3253. "node_modules/@types/istanbul-lib-coverage": {
  3254. "version": "2.0.4",
  3255. "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz",
  3256. "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g=="
  3257. },
  3258. "node_modules/@types/istanbul-lib-report": {
  3259. "version": "3.0.0",
  3260. "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
  3261. "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==",
  3262. "dependencies": {
  3263. "@types/istanbul-lib-coverage": "*"
  3264. }
  3265. },
  3266. "node_modules/@types/istanbul-reports": {
  3267. "version": "3.0.1",
  3268. "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz",
  3269. "integrity": "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==",
  3270. "dependencies": {
  3271. "@types/istanbul-lib-report": "*"
  3272. }
  3273. },
  3274. "node_modules/@types/jest": {
  3275. "version": "29.5.2",
  3276. "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.2.tgz",
  3277. "integrity": "sha512-mSoZVJF5YzGVCk+FsDxzDuH7s+SCkzrgKZzf0Z0T2WudhBUPoF6ktoTPC4R0ZoCPCV5xUvuU6ias5NvxcBcMMg==",
  3278. "dev": true,
  3279. "dependencies": {
  3280. "expect": "^29.0.0",
  3281. "pretty-format": "^29.0.0"
  3282. }
  3283. },
  3284. "node_modules/@types/json-schema": {
  3285. "version": "7.0.12",
  3286. "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.12.tgz",
  3287. "integrity": "sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==",
  3288. "dev": true
  3289. },
  3290. "node_modules/@types/node": {
  3291. "version": "20.3.1",
  3292. "resolved": "https://registry.npmjs.org/@types/node/-/node-20.3.1.tgz",
  3293. "integrity": "sha512-EhcH/wvidPy1WeML3TtYFGR83UzjxeWRen9V402T8aUGYsCHOmfoisV3ZSg03gAFIbLq8TnWOJ0f4cALtnSEUg=="
  3294. },
  3295. "node_modules/@types/prettier": {
  3296. "version": "2.7.3",
  3297. "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.3.tgz",
  3298. "integrity": "sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==",
  3299. "dev": true
  3300. },
  3301. "node_modules/@types/prop-types": {
  3302. "version": "15.7.5",
  3303. "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz",
  3304. "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==",
  3305. "dev": true
  3306. },
  3307. "node_modules/@types/react": {
  3308. "version": "18.2.12",
  3309. "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.12.tgz",
  3310. "integrity": "sha512-ndmBMLCgn38v3SntMeoJaIrO6tGHYKMEBohCUmw8HoLLQdRMOIGXfeYaBTLe2lsFaSB3MOK1VXscYFnmLtTSmw==",
  3311. "dev": true,
  3312. "dependencies": {
  3313. "@types/prop-types": "*",
  3314. "@types/scheduler": "*",
  3315. "csstype": "^3.0.2"
  3316. }
  3317. },
  3318. "node_modules/@types/react-test-renderer": {
  3319. "version": "18.0.0",
  3320. "resolved": "https://registry.npmjs.org/@types/react-test-renderer/-/react-test-renderer-18.0.0.tgz",
  3321. "integrity": "sha512-C7/5FBJ3g3sqUahguGi03O79b8afNeSD6T8/GU50oQrJCU0bVCCGQHaGKUbg2Ce8VQEEqTw8/HiS6lXHHdgkdQ==",
  3322. "dev": true,
  3323. "dependencies": {
  3324. "@types/react": "*"
  3325. }
  3326. },
  3327. "node_modules/@types/scheduler": {
  3328. "version": "0.16.3",
  3329. "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.3.tgz",
  3330. "integrity": "sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==",
  3331. "dev": true
  3332. },
  3333. "node_modules/@types/semver": {
  3334. "version": "7.5.0",
  3335. "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.0.tgz",
  3336. "integrity": "sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==",
  3337. "dev": true
  3338. },
  3339. "node_modules/@types/stack-utils": {
  3340. "version": "2.0.1",
  3341. "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz",
  3342. "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw=="
  3343. },
  3344. "node_modules/@types/yargs": {
  3345. "version": "17.0.24",
  3346. "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz",
  3347. "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==",
  3348. "dependencies": {
  3349. "@types/yargs-parser": "*"
  3350. }
  3351. },
  3352. "node_modules/@types/yargs-parser": {
  3353. "version": "21.0.0",
  3354. "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.0.tgz",
  3355. "integrity": "sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA=="
  3356. },
  3357. "node_modules/@typescript-eslint/eslint-plugin": {
  3358. "version": "5.59.11",
  3359. "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.11.tgz",
  3360. "integrity": "sha512-XxuOfTkCUiOSyBWIvHlUraLw/JT/6Io1365RO6ZuI88STKMavJZPNMU0lFcUTeQXEhHiv64CbxYxBNoDVSmghg==",
  3361. "dev": true,
  3362. "dependencies": {
  3363. "@eslint-community/regexpp": "^4.4.0",
  3364. "@typescript-eslint/scope-manager": "5.59.11",
  3365. "@typescript-eslint/type-utils": "5.59.11",
  3366. "@typescript-eslint/utils": "5.59.11",
  3367. "debug": "^4.3.4",
  3368. "grapheme-splitter": "^1.0.4",
  3369. "ignore": "^5.2.0",
  3370. "natural-compare-lite": "^1.4.0",
  3371. "semver": "^7.3.7",
  3372. "tsutils": "^3.21.0"
  3373. },
  3374. "engines": {
  3375. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3376. },
  3377. "funding": {
  3378. "type": "opencollective",
  3379. "url": "https://opencollective.com/typescript-eslint"
  3380. },
  3381. "peerDependencies": {
  3382. "@typescript-eslint/parser": "^5.0.0",
  3383. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  3384. },
  3385. "peerDependenciesMeta": {
  3386. "typescript": {
  3387. "optional": true
  3388. }
  3389. }
  3390. },
  3391. "node_modules/@typescript-eslint/eslint-plugin/node_modules/lru-cache": {
  3392. "version": "6.0.0",
  3393. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
  3394. "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
  3395. "dev": true,
  3396. "dependencies": {
  3397. "yallist": "^4.0.0"
  3398. },
  3399. "engines": {
  3400. "node": ">=10"
  3401. }
  3402. },
  3403. "node_modules/@typescript-eslint/eslint-plugin/node_modules/semver": {
  3404. "version": "7.5.3",
  3405. "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.3.tgz",
  3406. "integrity": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==",
  3407. "dev": true,
  3408. "dependencies": {
  3409. "lru-cache": "^6.0.0"
  3410. },
  3411. "bin": {
  3412. "semver": "bin/semver.js"
  3413. },
  3414. "engines": {
  3415. "node": ">=10"
  3416. }
  3417. },
  3418. "node_modules/@typescript-eslint/eslint-plugin/node_modules/yallist": {
  3419. "version": "4.0.0",
  3420. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  3421. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  3422. "dev": true
  3423. },
  3424. "node_modules/@typescript-eslint/parser": {
  3425. "version": "5.59.11",
  3426. "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.59.11.tgz",
  3427. "integrity": "sha512-s9ZF3M+Nym6CAZEkJJeO2TFHHDsKAM3ecNkLuH4i4s8/RCPnF5JRip2GyviYkeEAcwGMJxkqG9h2dAsnA1nZpA==",
  3428. "dev": true,
  3429. "dependencies": {
  3430. "@typescript-eslint/scope-manager": "5.59.11",
  3431. "@typescript-eslint/types": "5.59.11",
  3432. "@typescript-eslint/typescript-estree": "5.59.11",
  3433. "debug": "^4.3.4"
  3434. },
  3435. "engines": {
  3436. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3437. },
  3438. "funding": {
  3439. "type": "opencollective",
  3440. "url": "https://opencollective.com/typescript-eslint"
  3441. },
  3442. "peerDependencies": {
  3443. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  3444. },
  3445. "peerDependenciesMeta": {
  3446. "typescript": {
  3447. "optional": true
  3448. }
  3449. }
  3450. },
  3451. "node_modules/@typescript-eslint/scope-manager": {
  3452. "version": "5.59.11",
  3453. "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.11.tgz",
  3454. "integrity": "sha512-dHFOsxoLFtrIcSj5h0QoBT/89hxQONwmn3FOQ0GOQcLOOXm+MIrS8zEAhs4tWl5MraxCY3ZJpaXQQdFMc2Tu+Q==",
  3455. "dev": true,
  3456. "dependencies": {
  3457. "@typescript-eslint/types": "5.59.11",
  3458. "@typescript-eslint/visitor-keys": "5.59.11"
  3459. },
  3460. "engines": {
  3461. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3462. },
  3463. "funding": {
  3464. "type": "opencollective",
  3465. "url": "https://opencollective.com/typescript-eslint"
  3466. }
  3467. },
  3468. "node_modules/@typescript-eslint/type-utils": {
  3469. "version": "5.59.11",
  3470. "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.59.11.tgz",
  3471. "integrity": "sha512-LZqVY8hMiVRF2a7/swmkStMYSoXMFlzL6sXV6U/2gL5cwnLWQgLEG8tjWPpaE4rMIdZ6VKWwcffPlo1jPfk43g==",
  3472. "dev": true,
  3473. "dependencies": {
  3474. "@typescript-eslint/typescript-estree": "5.59.11",
  3475. "@typescript-eslint/utils": "5.59.11",
  3476. "debug": "^4.3.4",
  3477. "tsutils": "^3.21.0"
  3478. },
  3479. "engines": {
  3480. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3481. },
  3482. "funding": {
  3483. "type": "opencollective",
  3484. "url": "https://opencollective.com/typescript-eslint"
  3485. },
  3486. "peerDependencies": {
  3487. "eslint": "*"
  3488. },
  3489. "peerDependenciesMeta": {
  3490. "typescript": {
  3491. "optional": true
  3492. }
  3493. }
  3494. },
  3495. "node_modules/@typescript-eslint/types": {
  3496. "version": "5.59.11",
  3497. "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.11.tgz",
  3498. "integrity": "sha512-epoN6R6tkvBYSc+cllrz+c2sOFWkbisJZWkOE+y3xHtvYaOE6Wk6B8e114McRJwFRjGvYdJwLXQH5c9osME/AA==",
  3499. "dev": true,
  3500. "engines": {
  3501. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3502. },
  3503. "funding": {
  3504. "type": "opencollective",
  3505. "url": "https://opencollective.com/typescript-eslint"
  3506. }
  3507. },
  3508. "node_modules/@typescript-eslint/typescript-estree": {
  3509. "version": "5.59.11",
  3510. "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.11.tgz",
  3511. "integrity": "sha512-YupOpot5hJO0maupJXixi6l5ETdrITxeo5eBOeuV7RSKgYdU3G5cxO49/9WRnJq9EMrB7AuTSLH/bqOsXi7wPA==",
  3512. "dev": true,
  3513. "dependencies": {
  3514. "@typescript-eslint/types": "5.59.11",
  3515. "@typescript-eslint/visitor-keys": "5.59.11",
  3516. "debug": "^4.3.4",
  3517. "globby": "^11.1.0",
  3518. "is-glob": "^4.0.3",
  3519. "semver": "^7.3.7",
  3520. "tsutils": "^3.21.0"
  3521. },
  3522. "engines": {
  3523. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3524. },
  3525. "funding": {
  3526. "type": "opencollective",
  3527. "url": "https://opencollective.com/typescript-eslint"
  3528. },
  3529. "peerDependenciesMeta": {
  3530. "typescript": {
  3531. "optional": true
  3532. }
  3533. }
  3534. },
  3535. "node_modules/@typescript-eslint/typescript-estree/node_modules/lru-cache": {
  3536. "version": "6.0.0",
  3537. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
  3538. "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
  3539. "dev": true,
  3540. "dependencies": {
  3541. "yallist": "^4.0.0"
  3542. },
  3543. "engines": {
  3544. "node": ">=10"
  3545. }
  3546. },
  3547. "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
  3548. "version": "7.5.3",
  3549. "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.3.tgz",
  3550. "integrity": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==",
  3551. "dev": true,
  3552. "dependencies": {
  3553. "lru-cache": "^6.0.0"
  3554. },
  3555. "bin": {
  3556. "semver": "bin/semver.js"
  3557. },
  3558. "engines": {
  3559. "node": ">=10"
  3560. }
  3561. },
  3562. "node_modules/@typescript-eslint/typescript-estree/node_modules/yallist": {
  3563. "version": "4.0.0",
  3564. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  3565. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  3566. "dev": true
  3567. },
  3568. "node_modules/@typescript-eslint/utils": {
  3569. "version": "5.59.11",
  3570. "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.59.11.tgz",
  3571. "integrity": "sha512-didu2rHSOMUdJThLk4aZ1Or8IcO3HzCw/ZvEjTTIfjIrcdd5cvSIwwDy2AOlE7htSNp7QIZ10fLMyRCveesMLg==",
  3572. "dev": true,
  3573. "dependencies": {
  3574. "@eslint-community/eslint-utils": "^4.2.0",
  3575. "@types/json-schema": "^7.0.9",
  3576. "@types/semver": "^7.3.12",
  3577. "@typescript-eslint/scope-manager": "5.59.11",
  3578. "@typescript-eslint/types": "5.59.11",
  3579. "@typescript-eslint/typescript-estree": "5.59.11",
  3580. "eslint-scope": "^5.1.1",
  3581. "semver": "^7.3.7"
  3582. },
  3583. "engines": {
  3584. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3585. },
  3586. "funding": {
  3587. "type": "opencollective",
  3588. "url": "https://opencollective.com/typescript-eslint"
  3589. },
  3590. "peerDependencies": {
  3591. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  3592. }
  3593. },
  3594. "node_modules/@typescript-eslint/utils/node_modules/lru-cache": {
  3595. "version": "6.0.0",
  3596. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
  3597. "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
  3598. "dev": true,
  3599. "dependencies": {
  3600. "yallist": "^4.0.0"
  3601. },
  3602. "engines": {
  3603. "node": ">=10"
  3604. }
  3605. },
  3606. "node_modules/@typescript-eslint/utils/node_modules/semver": {
  3607. "version": "7.5.3",
  3608. "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.3.tgz",
  3609. "integrity": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==",
  3610. "dev": true,
  3611. "dependencies": {
  3612. "lru-cache": "^6.0.0"
  3613. },
  3614. "bin": {
  3615. "semver": "bin/semver.js"
  3616. },
  3617. "engines": {
  3618. "node": ">=10"
  3619. }
  3620. },
  3621. "node_modules/@typescript-eslint/utils/node_modules/yallist": {
  3622. "version": "4.0.0",
  3623. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  3624. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  3625. "dev": true
  3626. },
  3627. "node_modules/@typescript-eslint/visitor-keys": {
  3628. "version": "5.59.11",
  3629. "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.11.tgz",
  3630. "integrity": "sha512-KGYniTGG3AMTuKF9QBD7EIrvufkB6O6uX3knP73xbKLMpH+QRPcgnCxjWXSHjMRuOxFLovljqQgQpR0c7GvjoA==",
  3631. "dev": true,
  3632. "dependencies": {
  3633. "@typescript-eslint/types": "5.59.11",
  3634. "eslint-visitor-keys": "^3.3.0"
  3635. },
  3636. "engines": {
  3637. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3638. },
  3639. "funding": {
  3640. "type": "opencollective",
  3641. "url": "https://opencollective.com/typescript-eslint"
  3642. }
  3643. },
  3644. "node_modules/abort-controller": {
  3645. "version": "3.0.0",
  3646. "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
  3647. "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
  3648. "dependencies": {
  3649. "event-target-shim": "^5.0.0"
  3650. },
  3651. "engines": {
  3652. "node": ">=6.5"
  3653. }
  3654. },
  3655. "node_modules/accepts": {
  3656. "version": "1.3.8",
  3657. "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
  3658. "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
  3659. "dependencies": {
  3660. "mime-types": "~2.1.34",
  3661. "negotiator": "0.6.3"
  3662. },
  3663. "engines": {
  3664. "node": ">= 0.6"
  3665. }
  3666. },
  3667. "node_modules/acorn": {
  3668. "version": "8.8.2",
  3669. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz",
  3670. "integrity": "sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==",
  3671. "bin": {
  3672. "acorn": "bin/acorn"
  3673. },
  3674. "engines": {
  3675. "node": ">=0.4.0"
  3676. }
  3677. },
  3678. "node_modules/acorn-jsx": {
  3679. "version": "5.3.2",
  3680. "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  3681. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  3682. "dev": true,
  3683. "peerDependencies": {
  3684. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  3685. }
  3686. },
  3687. "node_modules/ajv": {
  3688. "version": "6.12.6",
  3689. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
  3690. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  3691. "dev": true,
  3692. "dependencies": {
  3693. "fast-deep-equal": "^3.1.1",
  3694. "fast-json-stable-stringify": "^2.0.0",
  3695. "json-schema-traverse": "^0.4.1",
  3696. "uri-js": "^4.2.2"
  3697. },
  3698. "funding": {
  3699. "type": "github",
  3700. "url": "https://github.com/sponsors/epoberezkin"
  3701. }
  3702. },
  3703. "node_modules/anser": {
  3704. "version": "1.4.10",
  3705. "resolved": "https://registry.npmjs.org/anser/-/anser-1.4.10.tgz",
  3706. "integrity": "sha512-hCv9AqTQ8ycjpSd3upOJd7vFwW1JaoYQ7tpham03GJ1ca8/65rqn0RpaWpItOAd6ylW9wAw6luXYPJIyPFVOww=="
  3707. },
  3708. "node_modules/ansi-escapes": {
  3709. "version": "4.3.2",
  3710. "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
  3711. "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
  3712. "dev": true,
  3713. "dependencies": {
  3714. "type-fest": "^0.21.3"
  3715. },
  3716. "engines": {
  3717. "node": ">=8"
  3718. },
  3719. "funding": {
  3720. "url": "https://github.com/sponsors/sindresorhus"
  3721. }
  3722. },
  3723. "node_modules/ansi-fragments": {
  3724. "version": "0.2.1",
  3725. "resolved": "https://registry.npmjs.org/ansi-fragments/-/ansi-fragments-0.2.1.tgz",
  3726. "integrity": "sha512-DykbNHxuXQwUDRv5ibc2b0x7uw7wmwOGLBUd5RmaQ5z8Lhx19vwvKV+FAsM5rEA6dEcHxX+/Ad5s9eF2k2bB+w==",
  3727. "dependencies": {
  3728. "colorette": "^1.0.7",
  3729. "slice-ansi": "^2.0.0",
  3730. "strip-ansi": "^5.0.0"
  3731. }
  3732. },
  3733. "node_modules/ansi-fragments/node_modules/ansi-regex": {
  3734. "version": "4.1.1",
  3735. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz",
  3736. "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==",
  3737. "engines": {
  3738. "node": ">=6"
  3739. }
  3740. },
  3741. "node_modules/ansi-fragments/node_modules/strip-ansi": {
  3742. "version": "5.2.0",
  3743. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
  3744. "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
  3745. "dependencies": {
  3746. "ansi-regex": "^4.1.0"
  3747. },
  3748. "engines": {
  3749. "node": ">=6"
  3750. }
  3751. },
  3752. "node_modules/ansi-regex": {
  3753. "version": "5.0.1",
  3754. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  3755. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  3756. "engines": {
  3757. "node": ">=8"
  3758. }
  3759. },
  3760. "node_modules/ansi-styles": {
  3761. "version": "4.3.0",
  3762. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  3763. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  3764. "dependencies": {
  3765. "color-convert": "^2.0.1"
  3766. },
  3767. "engines": {
  3768. "node": ">=8"
  3769. },
  3770. "funding": {
  3771. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  3772. }
  3773. },
  3774. "node_modules/anymatch": {
  3775. "version": "3.1.3",
  3776. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
  3777. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  3778. "dependencies": {
  3779. "normalize-path": "^3.0.0",
  3780. "picomatch": "^2.0.4"
  3781. },
  3782. "engines": {
  3783. "node": ">= 8"
  3784. }
  3785. },
  3786. "node_modules/appdirsjs": {
  3787. "version": "1.2.7",
  3788. "resolved": "https://registry.npmjs.org/appdirsjs/-/appdirsjs-1.2.7.tgz",
  3789. "integrity": "sha512-Quji6+8kLBC3NnBeo14nPDq0+2jUs5s3/xEye+udFHumHhRk4M7aAMXp/PBJqkKYGuuyR9M/6Dq7d2AViiGmhw=="
  3790. },
  3791. "node_modules/argparse": {
  3792. "version": "1.0.10",
  3793. "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
  3794. "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
  3795. "dependencies": {
  3796. "sprintf-js": "~1.0.2"
  3797. }
  3798. },
  3799. "node_modules/array-buffer-byte-length": {
  3800. "version": "1.0.0",
  3801. "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz",
  3802. "integrity": "sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==",
  3803. "dev": true,
  3804. "dependencies": {
  3805. "call-bind": "^1.0.2",
  3806. "is-array-buffer": "^3.0.1"
  3807. },
  3808. "funding": {
  3809. "url": "https://github.com/sponsors/ljharb"
  3810. }
  3811. },
  3812. "node_modules/array-includes": {
  3813. "version": "3.1.6",
  3814. "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.6.tgz",
  3815. "integrity": "sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==",
  3816. "dev": true,
  3817. "dependencies": {
  3818. "call-bind": "^1.0.2",
  3819. "define-properties": "^1.1.4",
  3820. "es-abstract": "^1.20.4",
  3821. "get-intrinsic": "^1.1.3",
  3822. "is-string": "^1.0.7"
  3823. },
  3824. "engines": {
  3825. "node": ">= 0.4"
  3826. },
  3827. "funding": {
  3828. "url": "https://github.com/sponsors/ljharb"
  3829. }
  3830. },
  3831. "node_modules/array-union": {
  3832. "version": "2.1.0",
  3833. "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
  3834. "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
  3835. "dev": true,
  3836. "engines": {
  3837. "node": ">=8"
  3838. }
  3839. },
  3840. "node_modules/array.prototype.flatmap": {
  3841. "version": "1.3.1",
  3842. "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz",
  3843. "integrity": "sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==",
  3844. "dev": true,
  3845. "dependencies": {
  3846. "call-bind": "^1.0.2",
  3847. "define-properties": "^1.1.4",
  3848. "es-abstract": "^1.20.4",
  3849. "es-shim-unscopables": "^1.0.0"
  3850. },
  3851. "engines": {
  3852. "node": ">= 0.4"
  3853. },
  3854. "funding": {
  3855. "url": "https://github.com/sponsors/ljharb"
  3856. }
  3857. },
  3858. "node_modules/array.prototype.tosorted": {
  3859. "version": "1.1.1",
  3860. "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz",
  3861. "integrity": "sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==",
  3862. "dev": true,
  3863. "dependencies": {
  3864. "call-bind": "^1.0.2",
  3865. "define-properties": "^1.1.4",
  3866. "es-abstract": "^1.20.4",
  3867. "es-shim-unscopables": "^1.0.0",
  3868. "get-intrinsic": "^1.1.3"
  3869. }
  3870. },
  3871. "node_modules/asap": {
  3872. "version": "2.0.6",
  3873. "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
  3874. "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA=="
  3875. },
  3876. "node_modules/ast-types": {
  3877. "version": "0.15.2",
  3878. "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.15.2.tgz",
  3879. "integrity": "sha512-c27loCv9QkZinsa5ProX751khO9DJl/AcB5c2KNtA6NRvHKS0PgLfcftz72KVq504vB0Gku5s2kUZzDBvQWvHg==",
  3880. "dependencies": {
  3881. "tslib": "^2.0.1"
  3882. },
  3883. "engines": {
  3884. "node": ">=4"
  3885. }
  3886. },
  3887. "node_modules/astral-regex": {
  3888. "version": "1.0.0",
  3889. "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-1.0.0.tgz",
  3890. "integrity": "sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==",
  3891. "engines": {
  3892. "node": ">=4"
  3893. }
  3894. },
  3895. "node_modules/async": {
  3896. "version": "3.2.4",
  3897. "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz",
  3898. "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ=="
  3899. },
  3900. "node_modules/async-limiter": {
  3901. "version": "1.0.1",
  3902. "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz",
  3903. "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ=="
  3904. },
  3905. "node_modules/available-typed-arrays": {
  3906. "version": "1.0.5",
  3907. "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz",
  3908. "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==",
  3909. "dev": true,
  3910. "engines": {
  3911. "node": ">= 0.4"
  3912. },
  3913. "funding": {
  3914. "url": "https://github.com/sponsors/ljharb"
  3915. }
  3916. },
  3917. "node_modules/babel-core": {
  3918. "version": "7.0.0-bridge.0",
  3919. "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-7.0.0-bridge.0.tgz",
  3920. "integrity": "sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==",
  3921. "peerDependencies": {
  3922. "@babel/core": "^7.0.0-0"
  3923. }
  3924. },
  3925. "node_modules/babel-jest": {
  3926. "version": "29.5.0",
  3927. "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.5.0.tgz",
  3928. "integrity": "sha512-mA4eCDh5mSo2EcA9xQjVTpmbbNk32Zb3Q3QFQsNhaK56Q+yoXowzFodLux30HRgyOho5rsQ6B0P9QpMkvvnJ0Q==",
  3929. "dev": true,
  3930. "dependencies": {
  3931. "@jest/transform": "^29.5.0",
  3932. "@types/babel__core": "^7.1.14",
  3933. "babel-plugin-istanbul": "^6.1.1",
  3934. "babel-preset-jest": "^29.5.0",
  3935. "chalk": "^4.0.0",
  3936. "graceful-fs": "^4.2.9",
  3937. "slash": "^3.0.0"
  3938. },
  3939. "engines": {
  3940. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  3941. },
  3942. "peerDependencies": {
  3943. "@babel/core": "^7.8.0"
  3944. }
  3945. },
  3946. "node_modules/babel-plugin-istanbul": {
  3947. "version": "6.1.1",
  3948. "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz",
  3949. "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==",
  3950. "dev": true,
  3951. "dependencies": {
  3952. "@babel/helper-plugin-utils": "^7.0.0",
  3953. "@istanbuljs/load-nyc-config": "^1.0.0",
  3954. "@istanbuljs/schema": "^0.1.2",
  3955. "istanbul-lib-instrument": "^5.0.4",
  3956. "test-exclude": "^6.0.0"
  3957. },
  3958. "engines": {
  3959. "node": ">=8"
  3960. }
  3961. },
  3962. "node_modules/babel-plugin-jest-hoist": {
  3963. "version": "29.5.0",
  3964. "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.5.0.tgz",
  3965. "integrity": "sha512-zSuuuAlTMT4mzLj2nPnUm6fsE6270vdOfnpbJ+RmruU75UhLFvL0N2NgI7xpeS7NaB6hGqmd5pVpGTDYvi4Q3w==",
  3966. "dev": true,
  3967. "dependencies": {
  3968. "@babel/template": "^7.3.3",
  3969. "@babel/types": "^7.3.3",
  3970. "@types/babel__core": "^7.1.14",
  3971. "@types/babel__traverse": "^7.0.6"
  3972. },
  3973. "engines": {
  3974. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  3975. }
  3976. },
  3977. "node_modules/babel-plugin-polyfill-corejs2": {
  3978. "version": "0.4.3",
  3979. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.3.tgz",
  3980. "integrity": "sha512-bM3gHc337Dta490gg+/AseNB9L4YLHxq1nGKZZSHbhXv4aTYU2MD2cjza1Ru4S6975YLTaL1K8uJf6ukJhhmtw==",
  3981. "dependencies": {
  3982. "@babel/compat-data": "^7.17.7",
  3983. "@babel/helper-define-polyfill-provider": "^0.4.0",
  3984. "semver": "^6.1.1"
  3985. },
  3986. "peerDependencies": {
  3987. "@babel/core": "^7.0.0-0"
  3988. }
  3989. },
  3990. "node_modules/babel-plugin-polyfill-corejs3": {
  3991. "version": "0.8.1",
  3992. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.1.tgz",
  3993. "integrity": "sha512-ikFrZITKg1xH6pLND8zT14UPgjKHiGLqex7rGEZCH2EvhsneJaJPemmpQaIZV5AL03II+lXylw3UmddDK8RU5Q==",
  3994. "dependencies": {
  3995. "@babel/helper-define-polyfill-provider": "^0.4.0",
  3996. "core-js-compat": "^3.30.1"
  3997. },
  3998. "peerDependencies": {
  3999. "@babel/core": "^7.0.0-0"
  4000. }
  4001. },
  4002. "node_modules/babel-plugin-polyfill-regenerator": {
  4003. "version": "0.5.0",
  4004. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.0.tgz",
  4005. "integrity": "sha512-hDJtKjMLVa7Z+LwnTCxoDLQj6wdc+B8dun7ayF2fYieI6OzfuvcLMB32ihJZ4UhCBwNYGl5bg/x/P9cMdnkc2g==",
  4006. "dependencies": {
  4007. "@babel/helper-define-polyfill-provider": "^0.4.0"
  4008. },
  4009. "peerDependencies": {
  4010. "@babel/core": "^7.0.0-0"
  4011. }
  4012. },
  4013. "node_modules/babel-plugin-syntax-trailing-function-commas": {
  4014. "version": "7.0.0-beta.0",
  4015. "resolved": "https://registry.npmjs.org/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-7.0.0-beta.0.tgz",
  4016. "integrity": "sha512-Xj9XuRuz3nTSbaTXWv3itLOcxyF4oPD8douBBmj7U9BBC6nEBYfyOJYQMf/8PJAFotC62UY5dFfIGEPr7WswzQ=="
  4017. },
  4018. "node_modules/babel-plugin-transform-flow-enums": {
  4019. "version": "0.0.2",
  4020. "resolved": "https://registry.npmjs.org/babel-plugin-transform-flow-enums/-/babel-plugin-transform-flow-enums-0.0.2.tgz",
  4021. "integrity": "sha512-g4aaCrDDOsWjbm0PUUeVnkcVd6AKJsVc/MbnPhEotEpkeJQP6b8nzewohQi7+QS8UyPehOhGWn0nOwjvWpmMvQ==",
  4022. "dependencies": {
  4023. "@babel/plugin-syntax-flow": "^7.12.1"
  4024. }
  4025. },
  4026. "node_modules/babel-preset-current-node-syntax": {
  4027. "version": "1.0.1",
  4028. "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz",
  4029. "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==",
  4030. "dev": true,
  4031. "dependencies": {
  4032. "@babel/plugin-syntax-async-generators": "^7.8.4",
  4033. "@babel/plugin-syntax-bigint": "^7.8.3",
  4034. "@babel/plugin-syntax-class-properties": "^7.8.3",
  4035. "@babel/plugin-syntax-import-meta": "^7.8.3",
  4036. "@babel/plugin-syntax-json-strings": "^7.8.3",
  4037. "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3",
  4038. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
  4039. "@babel/plugin-syntax-numeric-separator": "^7.8.3",
  4040. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  4041. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
  4042. "@babel/plugin-syntax-optional-chaining": "^7.8.3",
  4043. "@babel/plugin-syntax-top-level-await": "^7.8.3"
  4044. },
  4045. "peerDependencies": {
  4046. "@babel/core": "^7.0.0"
  4047. }
  4048. },
  4049. "node_modules/babel-preset-fbjs": {
  4050. "version": "3.4.0",
  4051. "resolved": "https://registry.npmjs.org/babel-preset-fbjs/-/babel-preset-fbjs-3.4.0.tgz",
  4052. "integrity": "sha512-9ywCsCvo1ojrw0b+XYk7aFvTH6D9064t0RIL1rtMf3nsa02Xw41MS7sZw216Im35xj/UY0PDBQsa1brUDDF1Ow==",
  4053. "dependencies": {
  4054. "@babel/plugin-proposal-class-properties": "^7.0.0",
  4055. "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
  4056. "@babel/plugin-syntax-class-properties": "^7.0.0",
  4057. "@babel/plugin-syntax-flow": "^7.0.0",
  4058. "@babel/plugin-syntax-jsx": "^7.0.0",
  4059. "@babel/plugin-syntax-object-rest-spread": "^7.0.0",
  4060. "@babel/plugin-transform-arrow-functions": "^7.0.0",
  4061. "@babel/plugin-transform-block-scoped-functions": "^7.0.0",
  4062. "@babel/plugin-transform-block-scoping": "^7.0.0",
  4063. "@babel/plugin-transform-classes": "^7.0.0",
  4064. "@babel/plugin-transform-computed-properties": "^7.0.0",
  4065. "@babel/plugin-transform-destructuring": "^7.0.0",
  4066. "@babel/plugin-transform-flow-strip-types": "^7.0.0",
  4067. "@babel/plugin-transform-for-of": "^7.0.0",
  4068. "@babel/plugin-transform-function-name": "^7.0.0",
  4069. "@babel/plugin-transform-literals": "^7.0.0",
  4070. "@babel/plugin-transform-member-expression-literals": "^7.0.0",
  4071. "@babel/plugin-transform-modules-commonjs": "^7.0.0",
  4072. "@babel/plugin-transform-object-super": "^7.0.0",
  4073. "@babel/plugin-transform-parameters": "^7.0.0",
  4074. "@babel/plugin-transform-property-literals": "^7.0.0",
  4075. "@babel/plugin-transform-react-display-name": "^7.0.0",
  4076. "@babel/plugin-transform-react-jsx": "^7.0.0",
  4077. "@babel/plugin-transform-shorthand-properties": "^7.0.0",
  4078. "@babel/plugin-transform-spread": "^7.0.0",
  4079. "@babel/plugin-transform-template-literals": "^7.0.0",
  4080. "babel-plugin-syntax-trailing-function-commas": "^7.0.0-beta.0"
  4081. },
  4082. "peerDependencies": {
  4083. "@babel/core": "^7.0.0"
  4084. }
  4085. },
  4086. "node_modules/babel-preset-jest": {
  4087. "version": "29.5.0",
  4088. "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.5.0.tgz",
  4089. "integrity": "sha512-JOMloxOqdiBSxMAzjRaH023/vvcaSaec49zvg+2LmNsktC7ei39LTJGw02J+9uUtTZUq6xbLyJ4dxe9sSmIuAg==",
  4090. "dev": true,
  4091. "dependencies": {
  4092. "babel-plugin-jest-hoist": "^29.5.0",
  4093. "babel-preset-current-node-syntax": "^1.0.0"
  4094. },
  4095. "engines": {
  4096. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  4097. },
  4098. "peerDependencies": {
  4099. "@babel/core": "^7.0.0"
  4100. }
  4101. },
  4102. "node_modules/balanced-match": {
  4103. "version": "1.0.2",
  4104. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  4105. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
  4106. },
  4107. "node_modules/base64-js": {
  4108. "version": "1.5.1",
  4109. "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
  4110. "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
  4111. "funding": [
  4112. {
  4113. "type": "github",
  4114. "url": "https://github.com/sponsors/feross"
  4115. },
  4116. {
  4117. "type": "patreon",
  4118. "url": "https://www.patreon.com/feross"
  4119. },
  4120. {
  4121. "type": "consulting",
  4122. "url": "https://feross.org/support"
  4123. }
  4124. ]
  4125. },
  4126. "node_modules/bl": {
  4127. "version": "4.1.0",
  4128. "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
  4129. "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
  4130. "dependencies": {
  4131. "buffer": "^5.5.0",
  4132. "inherits": "^2.0.4",
  4133. "readable-stream": "^3.4.0"
  4134. }
  4135. },
  4136. "node_modules/brace-expansion": {
  4137. "version": "1.1.11",
  4138. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  4139. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  4140. "dependencies": {
  4141. "balanced-match": "^1.0.0",
  4142. "concat-map": "0.0.1"
  4143. }
  4144. },
  4145. "node_modules/braces": {
  4146. "version": "3.0.2",
  4147. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
  4148. "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
  4149. "dependencies": {
  4150. "fill-range": "^7.0.1"
  4151. },
  4152. "engines": {
  4153. "node": ">=8"
  4154. }
  4155. },
  4156. "node_modules/browserslist": {
  4157. "version": "4.21.8",
  4158. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.8.tgz",
  4159. "integrity": "sha512-j+7xYe+v+q2Id9qbBeCI8WX5NmZSRe8es1+0xntD/+gaWXznP8tFEkv5IgSaHf5dS1YwVMbX/4W6m937mj+wQw==",
  4160. "funding": [
  4161. {
  4162. "type": "opencollective",
  4163. "url": "https://opencollective.com/browserslist"
  4164. },
  4165. {
  4166. "type": "tidelift",
  4167. "url": "https://tidelift.com/funding/github/npm/browserslist"
  4168. },
  4169. {
  4170. "type": "github",
  4171. "url": "https://github.com/sponsors/ai"
  4172. }
  4173. ],
  4174. "dependencies": {
  4175. "caniuse-lite": "^1.0.30001502",
  4176. "electron-to-chromium": "^1.4.428",
  4177. "node-releases": "^2.0.12",
  4178. "update-browserslist-db": "^1.0.11"
  4179. },
  4180. "bin": {
  4181. "browserslist": "cli.js"
  4182. },
  4183. "engines": {
  4184. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  4185. }
  4186. },
  4187. "node_modules/bser": {
  4188. "version": "2.1.1",
  4189. "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz",
  4190. "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==",
  4191. "dependencies": {
  4192. "node-int64": "^0.4.0"
  4193. }
  4194. },
  4195. "node_modules/buffer": {
  4196. "version": "5.7.1",
  4197. "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
  4198. "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
  4199. "funding": [
  4200. {
  4201. "type": "github",
  4202. "url": "https://github.com/sponsors/feross"
  4203. },
  4204. {
  4205. "type": "patreon",
  4206. "url": "https://www.patreon.com/feross"
  4207. },
  4208. {
  4209. "type": "consulting",
  4210. "url": "https://feross.org/support"
  4211. }
  4212. ],
  4213. "dependencies": {
  4214. "base64-js": "^1.3.1",
  4215. "ieee754": "^1.1.13"
  4216. }
  4217. },
  4218. "node_modules/buffer-from": {
  4219. "version": "1.1.2",
  4220. "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
  4221. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
  4222. },
  4223. "node_modules/bytes": {
  4224. "version": "3.0.0",
  4225. "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
  4226. "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==",
  4227. "engines": {
  4228. "node": ">= 0.8"
  4229. }
  4230. },
  4231. "node_modules/call-bind": {
  4232. "version": "1.0.2",
  4233. "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
  4234. "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
  4235. "dev": true,
  4236. "dependencies": {
  4237. "function-bind": "^1.1.1",
  4238. "get-intrinsic": "^1.0.2"
  4239. },
  4240. "funding": {
  4241. "url": "https://github.com/sponsors/ljharb"
  4242. }
  4243. },
  4244. "node_modules/caller-callsite": {
  4245. "version": "2.0.0",
  4246. "resolved": "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz",
  4247. "integrity": "sha512-JuG3qI4QOftFsZyOn1qq87fq5grLIyk1JYd5lJmdA+fG7aQ9pA/i3JIJGcO3q0MrRcHlOt1U+ZeHW8Dq9axALQ==",
  4248. "dependencies": {
  4249. "callsites": "^2.0.0"
  4250. },
  4251. "engines": {
  4252. "node": ">=4"
  4253. }
  4254. },
  4255. "node_modules/caller-callsite/node_modules/callsites": {
  4256. "version": "2.0.0",
  4257. "resolved": "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz",
  4258. "integrity": "sha512-ksWePWBloaWPxJYQ8TL0JHvtci6G5QTKwQ95RcWAa/lzoAKuAOflGdAK92hpHXjkwb8zLxoLNUoNYZgVsaJzvQ==",
  4259. "engines": {
  4260. "node": ">=4"
  4261. }
  4262. },
  4263. "node_modules/caller-path": {
  4264. "version": "2.0.0",
  4265. "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz",
  4266. "integrity": "sha512-MCL3sf6nCSXOwCTzvPKhN18TU7AHTvdtam8DAogxcrJ8Rjfbbg7Lgng64H9Iy+vUV6VGFClN/TyxBkAebLRR4A==",
  4267. "dependencies": {
  4268. "caller-callsite": "^2.0.0"
  4269. },
  4270. "engines": {
  4271. "node": ">=4"
  4272. }
  4273. },
  4274. "node_modules/callsites": {
  4275. "version": "3.1.0",
  4276. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  4277. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  4278. "dev": true,
  4279. "engines": {
  4280. "node": ">=6"
  4281. }
  4282. },
  4283. "node_modules/camelcase": {
  4284. "version": "5.3.1",
  4285. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
  4286. "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
  4287. "engines": {
  4288. "node": ">=6"
  4289. }
  4290. },
  4291. "node_modules/caniuse-lite": {
  4292. "version": "1.0.30001502",
  4293. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001502.tgz",
  4294. "integrity": "sha512-AZ+9tFXw1sS0o0jcpJQIXvFTOB/xGiQ4OQ2t98QX3NDn2EZTSRBC801gxrsGgViuq2ak/NLkNgSNEPtCr5lfKg==",
  4295. "funding": [
  4296. {
  4297. "type": "opencollective",
  4298. "url": "https://opencollective.com/browserslist"
  4299. },
  4300. {
  4301. "type": "tidelift",
  4302. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  4303. },
  4304. {
  4305. "type": "github",
  4306. "url": "https://github.com/sponsors/ai"
  4307. }
  4308. ]
  4309. },
  4310. "node_modules/chalk": {
  4311. "version": "4.1.2",
  4312. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  4313. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  4314. "dependencies": {
  4315. "ansi-styles": "^4.1.0",
  4316. "supports-color": "^7.1.0"
  4317. },
  4318. "engines": {
  4319. "node": ">=10"
  4320. },
  4321. "funding": {
  4322. "url": "https://github.com/chalk/chalk?sponsor=1"
  4323. }
  4324. },
  4325. "node_modules/char-regex": {
  4326. "version": "1.0.2",
  4327. "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
  4328. "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
  4329. "dev": true,
  4330. "engines": {
  4331. "node": ">=10"
  4332. }
  4333. },
  4334. "node_modules/ci-info": {
  4335. "version": "3.8.0",
  4336. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  4337. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  4338. "funding": [
  4339. {
  4340. "type": "github",
  4341. "url": "https://github.com/sponsors/sibiraj-s"
  4342. }
  4343. ],
  4344. "engines": {
  4345. "node": ">=8"
  4346. }
  4347. },
  4348. "node_modules/cjs-module-lexer": {
  4349. "version": "1.2.3",
  4350. "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.3.tgz",
  4351. "integrity": "sha512-0TNiGstbQmCFwt4akjjBg5pLRTSyj/PkWQ1ZoO2zntmg9yLqSRxwEa4iCfQLGjqhiqBfOJa7W/E8wfGrTDmlZQ==",
  4352. "dev": true
  4353. },
  4354. "node_modules/cli-cursor": {
  4355. "version": "3.1.0",
  4356. "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz",
  4357. "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==",
  4358. "dependencies": {
  4359. "restore-cursor": "^3.1.0"
  4360. },
  4361. "engines": {
  4362. "node": ">=8"
  4363. }
  4364. },
  4365. "node_modules/cli-spinners": {
  4366. "version": "2.9.0",
  4367. "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.0.tgz",
  4368. "integrity": "sha512-4/aL9X3Wh0yiMQlE+eeRhWP6vclO3QRtw1JHKIT0FFUs5FjpFmESqtMvYZ0+lbzBw900b95mS0hohy+qn2VK/g==",
  4369. "engines": {
  4370. "node": ">=6"
  4371. },
  4372. "funding": {
  4373. "url": "https://github.com/sponsors/sindresorhus"
  4374. }
  4375. },
  4376. "node_modules/cliui": {
  4377. "version": "8.0.1",
  4378. "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
  4379. "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
  4380. "dependencies": {
  4381. "string-width": "^4.2.0",
  4382. "strip-ansi": "^6.0.1",
  4383. "wrap-ansi": "^7.0.0"
  4384. },
  4385. "engines": {
  4386. "node": ">=12"
  4387. }
  4388. },
  4389. "node_modules/clone": {
  4390. "version": "1.0.4",
  4391. "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
  4392. "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==",
  4393. "engines": {
  4394. "node": ">=0.8"
  4395. }
  4396. },
  4397. "node_modules/clone-deep": {
  4398. "version": "4.0.1",
  4399. "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz",
  4400. "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==",
  4401. "dependencies": {
  4402. "is-plain-object": "^2.0.4",
  4403. "kind-of": "^6.0.2",
  4404. "shallow-clone": "^3.0.0"
  4405. },
  4406. "engines": {
  4407. "node": ">=6"
  4408. }
  4409. },
  4410. "node_modules/co": {
  4411. "version": "4.6.0",
  4412. "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
  4413. "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==",
  4414. "dev": true,
  4415. "engines": {
  4416. "iojs": ">= 1.0.0",
  4417. "node": ">= 0.12.0"
  4418. }
  4419. },
  4420. "node_modules/collect-v8-coverage": {
  4421. "version": "1.0.1",
  4422. "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz",
  4423. "integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==",
  4424. "dev": true
  4425. },
  4426. "node_modules/color": {
  4427. "version": "4.2.3",
  4428. "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
  4429. "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
  4430. "dependencies": {
  4431. "color-convert": "^2.0.1",
  4432. "color-string": "^1.9.0"
  4433. },
  4434. "engines": {
  4435. "node": ">=12.5.0"
  4436. }
  4437. },
  4438. "node_modules/color-convert": {
  4439. "version": "2.0.1",
  4440. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  4441. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  4442. "dependencies": {
  4443. "color-name": "~1.1.4"
  4444. },
  4445. "engines": {
  4446. "node": ">=7.0.0"
  4447. }
  4448. },
  4449. "node_modules/color-name": {
  4450. "version": "1.1.4",
  4451. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  4452. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  4453. },
  4454. "node_modules/color-string": {
  4455. "version": "1.9.1",
  4456. "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz",
  4457. "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
  4458. "dependencies": {
  4459. "color-name": "^1.0.0",
  4460. "simple-swizzle": "^0.2.2"
  4461. }
  4462. },
  4463. "node_modules/colorette": {
  4464. "version": "1.4.0",
  4465. "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.4.0.tgz",
  4466. "integrity": "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g=="
  4467. },
  4468. "node_modules/command-exists": {
  4469. "version": "1.2.9",
  4470. "resolved": "https://registry.npmjs.org/command-exists/-/command-exists-1.2.9.tgz",
  4471. "integrity": "sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w=="
  4472. },
  4473. "node_modules/commander": {
  4474. "version": "9.5.0",
  4475. "resolved": "https://registry.npmjs.org/commander/-/commander-9.5.0.tgz",
  4476. "integrity": "sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==",
  4477. "engines": {
  4478. "node": "^12.20.0 || >=14"
  4479. }
  4480. },
  4481. "node_modules/commondir": {
  4482. "version": "1.0.1",
  4483. "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
  4484. "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg=="
  4485. },
  4486. "node_modules/compressible": {
  4487. "version": "2.0.18",
  4488. "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
  4489. "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
  4490. "dependencies": {
  4491. "mime-db": ">= 1.43.0 < 2"
  4492. },
  4493. "engines": {
  4494. "node": ">= 0.6"
  4495. }
  4496. },
  4497. "node_modules/compression": {
  4498. "version": "1.7.4",
  4499. "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz",
  4500. "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==",
  4501. "dependencies": {
  4502. "accepts": "~1.3.5",
  4503. "bytes": "3.0.0",
  4504. "compressible": "~2.0.16",
  4505. "debug": "2.6.9",
  4506. "on-headers": "~1.0.2",
  4507. "safe-buffer": "5.1.2",
  4508. "vary": "~1.1.2"
  4509. },
  4510. "engines": {
  4511. "node": ">= 0.8.0"
  4512. }
  4513. },
  4514. "node_modules/compression/node_modules/debug": {
  4515. "version": "2.6.9",
  4516. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  4517. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  4518. "dependencies": {
  4519. "ms": "2.0.0"
  4520. }
  4521. },
  4522. "node_modules/compression/node_modules/ms": {
  4523. "version": "2.0.0",
  4524. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  4525. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  4526. },
  4527. "node_modules/compression/node_modules/safe-buffer": {
  4528. "version": "5.1.2",
  4529. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
  4530. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
  4531. },
  4532. "node_modules/concat-map": {
  4533. "version": "0.0.1",
  4534. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  4535. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
  4536. },
  4537. "node_modules/connect": {
  4538. "version": "3.7.0",
  4539. "resolved": "https://registry.npmjs.org/connect/-/connect-3.7.0.tgz",
  4540. "integrity": "sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==",
  4541. "dependencies": {
  4542. "debug": "2.6.9",
  4543. "finalhandler": "1.1.2",
  4544. "parseurl": "~1.3.3",
  4545. "utils-merge": "1.0.1"
  4546. },
  4547. "engines": {
  4548. "node": ">= 0.10.0"
  4549. }
  4550. },
  4551. "node_modules/connect/node_modules/debug": {
  4552. "version": "2.6.9",
  4553. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  4554. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  4555. "dependencies": {
  4556. "ms": "2.0.0"
  4557. }
  4558. },
  4559. "node_modules/connect/node_modules/ms": {
  4560. "version": "2.0.0",
  4561. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  4562. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  4563. },
  4564. "node_modules/convert-source-map": {
  4565. "version": "2.0.0",
  4566. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
  4567. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg=="
  4568. },
  4569. "node_modules/core-js-compat": {
  4570. "version": "3.31.0",
  4571. "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.31.0.tgz",
  4572. "integrity": "sha512-hM7YCu1cU6Opx7MXNu0NuumM0ezNeAeRKadixyiQELWY3vT3De9S4J5ZBMraWV2vZnrE1Cirl0GtFtDtMUXzPw==",
  4573. "dependencies": {
  4574. "browserslist": "^4.21.5"
  4575. },
  4576. "funding": {
  4577. "type": "opencollective",
  4578. "url": "https://opencollective.com/core-js"
  4579. }
  4580. },
  4581. "node_modules/core-util-is": {
  4582. "version": "1.0.3",
  4583. "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
  4584. "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
  4585. },
  4586. "node_modules/cosmiconfig": {
  4587. "version": "5.2.1",
  4588. "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz",
  4589. "integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==",
  4590. "dependencies": {
  4591. "import-fresh": "^2.0.0",
  4592. "is-directory": "^0.3.1",
  4593. "js-yaml": "^3.13.1",
  4594. "parse-json": "^4.0.0"
  4595. },
  4596. "engines": {
  4597. "node": ">=4"
  4598. }
  4599. },
  4600. "node_modules/cosmiconfig/node_modules/import-fresh": {
  4601. "version": "2.0.0",
  4602. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz",
  4603. "integrity": "sha512-eZ5H8rcgYazHbKC3PG4ClHNykCSxtAhxSSEM+2mb+7evD2CKF5V7c0dNum7AdpDh0ZdICwZY9sRSn8f+KH96sg==",
  4604. "dependencies": {
  4605. "caller-path": "^2.0.0",
  4606. "resolve-from": "^3.0.0"
  4607. },
  4608. "engines": {
  4609. "node": ">=4"
  4610. }
  4611. },
  4612. "node_modules/cosmiconfig/node_modules/parse-json": {
  4613. "version": "4.0.0",
  4614. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
  4615. "integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==",
  4616. "dependencies": {
  4617. "error-ex": "^1.3.1",
  4618. "json-parse-better-errors": "^1.0.1"
  4619. },
  4620. "engines": {
  4621. "node": ">=4"
  4622. }
  4623. },
  4624. "node_modules/cosmiconfig/node_modules/resolve-from": {
  4625. "version": "3.0.0",
  4626. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz",
  4627. "integrity": "sha512-GnlH6vxLymXJNMBo7XP1fJIzBFbdYt49CuTwmB/6N53t+kMPRMFKz783LlQ4tv28XoQfMWinAJX6WCGf2IlaIw==",
  4628. "engines": {
  4629. "node": ">=4"
  4630. }
  4631. },
  4632. "node_modules/cross-spawn": {
  4633. "version": "7.0.3",
  4634. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
  4635. "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
  4636. "dependencies": {
  4637. "path-key": "^3.1.0",
  4638. "shebang-command": "^2.0.0",
  4639. "which": "^2.0.1"
  4640. },
  4641. "engines": {
  4642. "node": ">= 8"
  4643. }
  4644. },
  4645. "node_modules/cross-spawn/node_modules/path-key": {
  4646. "version": "3.1.1",
  4647. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  4648. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  4649. "engines": {
  4650. "node": ">=8"
  4651. }
  4652. },
  4653. "node_modules/csstype": {
  4654. "version": "3.1.2",
  4655. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz",
  4656. "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==",
  4657. "dev": true
  4658. },
  4659. "node_modules/dayjs": {
  4660. "version": "1.11.9",
  4661. "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.9.tgz",
  4662. "integrity": "sha512-QvzAURSbQ0pKdIye2txOzNaHmxtUBXerpY0FJsFXUMKbIZeFm5ht1LS/jFsrncjnmtv8HsG0W2g6c0zUjZWmpA=="
  4663. },
  4664. "node_modules/debug": {
  4665. "version": "4.3.4",
  4666. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
  4667. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  4668. "dependencies": {
  4669. "ms": "2.1.2"
  4670. },
  4671. "engines": {
  4672. "node": ">=6.0"
  4673. },
  4674. "peerDependenciesMeta": {
  4675. "supports-color": {
  4676. "optional": true
  4677. }
  4678. }
  4679. },
  4680. "node_modules/decamelize": {
  4681. "version": "1.2.0",
  4682. "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
  4683. "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==",
  4684. "engines": {
  4685. "node": ">=0.10.0"
  4686. }
  4687. },
  4688. "node_modules/decode-uri-component": {
  4689. "version": "0.2.2",
  4690. "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz",
  4691. "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==",
  4692. "engines": {
  4693. "node": ">=0.10"
  4694. }
  4695. },
  4696. "node_modules/dedent": {
  4697. "version": "0.7.0",
  4698. "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz",
  4699. "integrity": "sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==",
  4700. "dev": true
  4701. },
  4702. "node_modules/deep-is": {
  4703. "version": "0.1.4",
  4704. "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
  4705. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  4706. "dev": true
  4707. },
  4708. "node_modules/deepmerge": {
  4709. "version": "3.3.0",
  4710. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-3.3.0.tgz",
  4711. "integrity": "sha512-GRQOafGHwMHpjPx9iCvTgpu9NojZ49q794EEL94JVEw6VaeA8XTUyBKvAkOOjBX9oJNiV6G3P+T+tihFjo2TqA==",
  4712. "engines": {
  4713. "node": ">=0.10.0"
  4714. }
  4715. },
  4716. "node_modules/defaults": {
  4717. "version": "1.0.4",
  4718. "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz",
  4719. "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==",
  4720. "dependencies": {
  4721. "clone": "^1.0.2"
  4722. },
  4723. "funding": {
  4724. "url": "https://github.com/sponsors/sindresorhus"
  4725. }
  4726. },
  4727. "node_modules/define-properties": {
  4728. "version": "1.2.0",
  4729. "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz",
  4730. "integrity": "sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==",
  4731. "dev": true,
  4732. "dependencies": {
  4733. "has-property-descriptors": "^1.0.0",
  4734. "object-keys": "^1.1.1"
  4735. },
  4736. "engines": {
  4737. "node": ">= 0.4"
  4738. },
  4739. "funding": {
  4740. "url": "https://github.com/sponsors/ljharb"
  4741. }
  4742. },
  4743. "node_modules/denodeify": {
  4744. "version": "1.2.1",
  4745. "resolved": "https://registry.npmjs.org/denodeify/-/denodeify-1.2.1.tgz",
  4746. "integrity": "sha512-KNTihKNmQENUZeKu5fzfpzRqR5S2VMp4gl9RFHiWzj9DfvYQPMJ6XHKNaQxaGCXwPk6y9yme3aUoaiAe+KX+vg=="
  4747. },
  4748. "node_modules/depd": {
  4749. "version": "2.0.0",
  4750. "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
  4751. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  4752. "engines": {
  4753. "node": ">= 0.8"
  4754. }
  4755. },
  4756. "node_modules/deprecated-react-native-prop-types": {
  4757. "version": "4.1.0",
  4758. "resolved": "https://registry.npmjs.org/deprecated-react-native-prop-types/-/deprecated-react-native-prop-types-4.1.0.tgz",
  4759. "integrity": "sha512-WfepZHmRbbdTvhcolb8aOKEvQdcmTMn5tKLbqbXmkBvjFjRVWAYqsXk/DBsV8TZxws8SdGHLuHaJrHSQUPRdfw==",
  4760. "dependencies": {
  4761. "@react-native/normalize-colors": "*",
  4762. "invariant": "*",
  4763. "prop-types": "*"
  4764. }
  4765. },
  4766. "node_modules/destroy": {
  4767. "version": "1.2.0",
  4768. "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
  4769. "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
  4770. "engines": {
  4771. "node": ">= 0.8",
  4772. "npm": "1.2.8000 || >= 1.4.16"
  4773. }
  4774. },
  4775. "node_modules/detect-newline": {
  4776. "version": "3.1.0",
  4777. "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
  4778. "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==",
  4779. "dev": true,
  4780. "engines": {
  4781. "node": ">=8"
  4782. }
  4783. },
  4784. "node_modules/diff-sequences": {
  4785. "version": "29.4.3",
  4786. "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.4.3.tgz",
  4787. "integrity": "sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA==",
  4788. "dev": true,
  4789. "engines": {
  4790. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  4791. }
  4792. },
  4793. "node_modules/dir-glob": {
  4794. "version": "3.0.1",
  4795. "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
  4796. "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
  4797. "dev": true,
  4798. "dependencies": {
  4799. "path-type": "^4.0.0"
  4800. },
  4801. "engines": {
  4802. "node": ">=8"
  4803. }
  4804. },
  4805. "node_modules/doctrine": {
  4806. "version": "3.0.0",
  4807. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
  4808. "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
  4809. "dev": true,
  4810. "dependencies": {
  4811. "esutils": "^2.0.2"
  4812. },
  4813. "engines": {
  4814. "node": ">=6.0.0"
  4815. }
  4816. },
  4817. "node_modules/ee-first": {
  4818. "version": "1.1.1",
  4819. "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
  4820. "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow=="
  4821. },
  4822. "node_modules/electron-to-chromium": {
  4823. "version": "1.4.430",
  4824. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.430.tgz",
  4825. "integrity": "sha512-FytjTbGwz///F+ToZ5XSeXbbSaXalsVRXsz2mHityI5gfxft7ieW3HqFLkU5V1aIrY42aflICqbmFoDxW10etg=="
  4826. },
  4827. "node_modules/emittery": {
  4828. "version": "0.13.1",
  4829. "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.13.1.tgz",
  4830. "integrity": "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==",
  4831. "dev": true,
  4832. "engines": {
  4833. "node": ">=12"
  4834. },
  4835. "funding": {
  4836. "url": "https://github.com/sindresorhus/emittery?sponsor=1"
  4837. }
  4838. },
  4839. "node_modules/emoji-regex": {
  4840. "version": "8.0.0",
  4841. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  4842. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
  4843. },
  4844. "node_modules/encodeurl": {
  4845. "version": "1.0.2",
  4846. "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
  4847. "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
  4848. "engines": {
  4849. "node": ">= 0.8"
  4850. }
  4851. },
  4852. "node_modules/envinfo": {
  4853. "version": "7.10.0",
  4854. "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.10.0.tgz",
  4855. "integrity": "sha512-ZtUjZO6l5mwTHvc1L9+1q5p/R3wTopcfqMW8r5t8SJSKqeVI/LtajORwRFEKpEFuekjD0VBjwu1HMxL4UalIRw==",
  4856. "bin": {
  4857. "envinfo": "dist/cli.js"
  4858. },
  4859. "engines": {
  4860. "node": ">=4"
  4861. }
  4862. },
  4863. "node_modules/error-ex": {
  4864. "version": "1.3.2",
  4865. "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
  4866. "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
  4867. "dependencies": {
  4868. "is-arrayish": "^0.2.1"
  4869. }
  4870. },
  4871. "node_modules/error-stack-parser": {
  4872. "version": "2.1.4",
  4873. "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz",
  4874. "integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==",
  4875. "dependencies": {
  4876. "stackframe": "^1.3.4"
  4877. }
  4878. },
  4879. "node_modules/errorhandler": {
  4880. "version": "1.5.1",
  4881. "resolved": "https://registry.npmjs.org/errorhandler/-/errorhandler-1.5.1.tgz",
  4882. "integrity": "sha512-rcOwbfvP1WTViVoUjcfZicVzjhjTuhSMntHh6mW3IrEiyE6mJyXvsToJUJGlGlw/2xU9P5whlWNGlIDVeCiT4A==",
  4883. "dependencies": {
  4884. "accepts": "~1.3.7",
  4885. "escape-html": "~1.0.3"
  4886. },
  4887. "engines": {
  4888. "node": ">= 0.8"
  4889. }
  4890. },
  4891. "node_modules/es-abstract": {
  4892. "version": "1.21.2",
  4893. "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.21.2.tgz",
  4894. "integrity": "sha512-y/B5POM2iBnIxCiernH1G7rC9qQoM77lLIMQLuob0zhp8C56Po81+2Nj0WFKnd0pNReDTnkYryc+zhOzpEIROg==",
  4895. "dev": true,
  4896. "dependencies": {
  4897. "array-buffer-byte-length": "^1.0.0",
  4898. "available-typed-arrays": "^1.0.5",
  4899. "call-bind": "^1.0.2",
  4900. "es-set-tostringtag": "^2.0.1",
  4901. "es-to-primitive": "^1.2.1",
  4902. "function.prototype.name": "^1.1.5",
  4903. "get-intrinsic": "^1.2.0",
  4904. "get-symbol-description": "^1.0.0",
  4905. "globalthis": "^1.0.3",
  4906. "gopd": "^1.0.1",
  4907. "has": "^1.0.3",
  4908. "has-property-descriptors": "^1.0.0",
  4909. "has-proto": "^1.0.1",
  4910. "has-symbols": "^1.0.3",
  4911. "internal-slot": "^1.0.5",
  4912. "is-array-buffer": "^3.0.2",
  4913. "is-callable": "^1.2.7",
  4914. "is-negative-zero": "^2.0.2",
  4915. "is-regex": "^1.1.4",
  4916. "is-shared-array-buffer": "^1.0.2",
  4917. "is-string": "^1.0.7",
  4918. "is-typed-array": "^1.1.10",
  4919. "is-weakref": "^1.0.2",
  4920. "object-inspect": "^1.12.3",
  4921. "object-keys": "^1.1.1",
  4922. "object.assign": "^4.1.4",
  4923. "regexp.prototype.flags": "^1.4.3",
  4924. "safe-regex-test": "^1.0.0",
  4925. "string.prototype.trim": "^1.2.7",
  4926. "string.prototype.trimend": "^1.0.6",
  4927. "string.prototype.trimstart": "^1.0.6",
  4928. "typed-array-length": "^1.0.4",
  4929. "unbox-primitive": "^1.0.2",
  4930. "which-typed-array": "^1.1.9"
  4931. },
  4932. "engines": {
  4933. "node": ">= 0.4"
  4934. },
  4935. "funding": {
  4936. "url": "https://github.com/sponsors/ljharb"
  4937. }
  4938. },
  4939. "node_modules/es-set-tostringtag": {
  4940. "version": "2.0.1",
  4941. "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz",
  4942. "integrity": "sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==",
  4943. "dev": true,
  4944. "dependencies": {
  4945. "get-intrinsic": "^1.1.3",
  4946. "has": "^1.0.3",
  4947. "has-tostringtag": "^1.0.0"
  4948. },
  4949. "engines": {
  4950. "node": ">= 0.4"
  4951. }
  4952. },
  4953. "node_modules/es-shim-unscopables": {
  4954. "version": "1.0.0",
  4955. "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz",
  4956. "integrity": "sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==",
  4957. "dev": true,
  4958. "dependencies": {
  4959. "has": "^1.0.3"
  4960. }
  4961. },
  4962. "node_modules/es-to-primitive": {
  4963. "version": "1.2.1",
  4964. "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
  4965. "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
  4966. "dev": true,
  4967. "dependencies": {
  4968. "is-callable": "^1.1.4",
  4969. "is-date-object": "^1.0.1",
  4970. "is-symbol": "^1.0.2"
  4971. },
  4972. "engines": {
  4973. "node": ">= 0.4"
  4974. },
  4975. "funding": {
  4976. "url": "https://github.com/sponsors/ljharb"
  4977. }
  4978. },
  4979. "node_modules/escalade": {
  4980. "version": "3.1.1",
  4981. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
  4982. "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
  4983. "engines": {
  4984. "node": ">=6"
  4985. }
  4986. },
  4987. "node_modules/escape-html": {
  4988. "version": "1.0.3",
  4989. "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
  4990. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow=="
  4991. },
  4992. "node_modules/escape-string-regexp": {
  4993. "version": "1.0.5",
  4994. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  4995. "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
  4996. "engines": {
  4997. "node": ">=0.8.0"
  4998. }
  4999. },
  5000. "node_modules/eslint": {
  5001. "version": "8.42.0",
  5002. "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.42.0.tgz",
  5003. "integrity": "sha512-ulg9Ms6E1WPf67PHaEY4/6E2tEn5/f7FXGzr3t9cBMugOmf1INYvuUwwh1aXQN4MfJ6a5K2iNwP3w4AColvI9A==",
  5004. "dev": true,
  5005. "dependencies": {
  5006. "@eslint-community/eslint-utils": "^4.2.0",
  5007. "@eslint-community/regexpp": "^4.4.0",
  5008. "@eslint/eslintrc": "^2.0.3",
  5009. "@eslint/js": "8.42.0",
  5010. "@humanwhocodes/config-array": "^0.11.10",
  5011. "@humanwhocodes/module-importer": "^1.0.1",
  5012. "@nodelib/fs.walk": "^1.2.8",
  5013. "ajv": "^6.10.0",
  5014. "chalk": "^4.0.0",
  5015. "cross-spawn": "^7.0.2",
  5016. "debug": "^4.3.2",
  5017. "doctrine": "^3.0.0",
  5018. "escape-string-regexp": "^4.0.0",
  5019. "eslint-scope": "^7.2.0",
  5020. "eslint-visitor-keys": "^3.4.1",
  5021. "espree": "^9.5.2",
  5022. "esquery": "^1.4.2",
  5023. "esutils": "^2.0.2",
  5024. "fast-deep-equal": "^3.1.3",
  5025. "file-entry-cache": "^6.0.1",
  5026. "find-up": "^5.0.0",
  5027. "glob-parent": "^6.0.2",
  5028. "globals": "^13.19.0",
  5029. "graphemer": "^1.4.0",
  5030. "ignore": "^5.2.0",
  5031. "import-fresh": "^3.0.0",
  5032. "imurmurhash": "^0.1.4",
  5033. "is-glob": "^4.0.0",
  5034. "is-path-inside": "^3.0.3",
  5035. "js-yaml": "^4.1.0",
  5036. "json-stable-stringify-without-jsonify": "^1.0.1",
  5037. "levn": "^0.4.1",
  5038. "lodash.merge": "^4.6.2",
  5039. "minimatch": "^3.1.2",
  5040. "natural-compare": "^1.4.0",
  5041. "optionator": "^0.9.1",
  5042. "strip-ansi": "^6.0.1",
  5043. "strip-json-comments": "^3.1.0",
  5044. "text-table": "^0.2.0"
  5045. },
  5046. "bin": {
  5047. "eslint": "bin/eslint.js"
  5048. },
  5049. "engines": {
  5050. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5051. },
  5052. "funding": {
  5053. "url": "https://opencollective.com/eslint"
  5054. }
  5055. },
  5056. "node_modules/eslint-config-prettier": {
  5057. "version": "8.8.0",
  5058. "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.8.0.tgz",
  5059. "integrity": "sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==",
  5060. "dev": true,
  5061. "bin": {
  5062. "eslint-config-prettier": "bin/cli.js"
  5063. },
  5064. "peerDependencies": {
  5065. "eslint": ">=7.0.0"
  5066. }
  5067. },
  5068. "node_modules/eslint-plugin-eslint-comments": {
  5069. "version": "3.2.0",
  5070. "resolved": "https://registry.npmjs.org/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-3.2.0.tgz",
  5071. "integrity": "sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==",
  5072. "dev": true,
  5073. "dependencies": {
  5074. "escape-string-regexp": "^1.0.5",
  5075. "ignore": "^5.0.5"
  5076. },
  5077. "engines": {
  5078. "node": ">=6.5.0"
  5079. },
  5080. "funding": {
  5081. "url": "https://github.com/sponsors/mysticatea"
  5082. },
  5083. "peerDependencies": {
  5084. "eslint": ">=4.19.1"
  5085. }
  5086. },
  5087. "node_modules/eslint-plugin-ft-flow": {
  5088. "version": "2.0.3",
  5089. "resolved": "https://registry.npmjs.org/eslint-plugin-ft-flow/-/eslint-plugin-ft-flow-2.0.3.tgz",
  5090. "integrity": "sha512-Vbsd/b+LYA99jUbsL6viEUWShFaYQt2YQs3QN3f+aeszOhh2sgdcU0mjzDyD4yyBvMc8qy2uwvBBWfMzEX06tg==",
  5091. "dev": true,
  5092. "dependencies": {
  5093. "lodash": "^4.17.21",
  5094. "string-natural-compare": "^3.0.1"
  5095. },
  5096. "engines": {
  5097. "node": ">=12.22.0"
  5098. },
  5099. "peerDependencies": {
  5100. "@babel/eslint-parser": "^7.12.0",
  5101. "eslint": "^8.1.0"
  5102. }
  5103. },
  5104. "node_modules/eslint-plugin-jest": {
  5105. "version": "26.9.0",
  5106. "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-26.9.0.tgz",
  5107. "integrity": "sha512-TWJxWGp1J628gxh2KhaH1H1paEdgE2J61BBF1I59c6xWeL5+D1BzMxGDN/nXAfX+aSkR5u80K+XhskK6Gwq9ng==",
  5108. "dev": true,
  5109. "dependencies": {
  5110. "@typescript-eslint/utils": "^5.10.0"
  5111. },
  5112. "engines": {
  5113. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5114. },
  5115. "peerDependencies": {
  5116. "@typescript-eslint/eslint-plugin": "^5.0.0",
  5117. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  5118. },
  5119. "peerDependenciesMeta": {
  5120. "@typescript-eslint/eslint-plugin": {
  5121. "optional": true
  5122. },
  5123. "jest": {
  5124. "optional": true
  5125. }
  5126. }
  5127. },
  5128. "node_modules/eslint-plugin-prettier": {
  5129. "version": "4.2.1",
  5130. "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz",
  5131. "integrity": "sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==",
  5132. "dev": true,
  5133. "dependencies": {
  5134. "prettier-linter-helpers": "^1.0.0"
  5135. },
  5136. "engines": {
  5137. "node": ">=12.0.0"
  5138. },
  5139. "peerDependencies": {
  5140. "eslint": ">=7.28.0",
  5141. "prettier": ">=2.0.0"
  5142. },
  5143. "peerDependenciesMeta": {
  5144. "eslint-config-prettier": {
  5145. "optional": true
  5146. }
  5147. }
  5148. },
  5149. "node_modules/eslint-plugin-react": {
  5150. "version": "7.32.2",
  5151. "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.32.2.tgz",
  5152. "integrity": "sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==",
  5153. "dev": true,
  5154. "dependencies": {
  5155. "array-includes": "^3.1.6",
  5156. "array.prototype.flatmap": "^1.3.1",
  5157. "array.prototype.tosorted": "^1.1.1",
  5158. "doctrine": "^2.1.0",
  5159. "estraverse": "^5.3.0",
  5160. "jsx-ast-utils": "^2.4.1 || ^3.0.0",
  5161. "minimatch": "^3.1.2",
  5162. "object.entries": "^1.1.6",
  5163. "object.fromentries": "^2.0.6",
  5164. "object.hasown": "^1.1.2",
  5165. "object.values": "^1.1.6",
  5166. "prop-types": "^15.8.1",
  5167. "resolve": "^2.0.0-next.4",
  5168. "semver": "^6.3.0",
  5169. "string.prototype.matchall": "^4.0.8"
  5170. },
  5171. "engines": {
  5172. "node": ">=4"
  5173. },
  5174. "peerDependencies": {
  5175. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
  5176. }
  5177. },
  5178. "node_modules/eslint-plugin-react-hooks": {
  5179. "version": "4.6.0",
  5180. "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz",
  5181. "integrity": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==",
  5182. "dev": true,
  5183. "engines": {
  5184. "node": ">=10"
  5185. },
  5186. "peerDependencies": {
  5187. "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
  5188. }
  5189. },
  5190. "node_modules/eslint-plugin-react-native": {
  5191. "version": "4.0.0",
  5192. "resolved": "https://registry.npmjs.org/eslint-plugin-react-native/-/eslint-plugin-react-native-4.0.0.tgz",
  5193. "integrity": "sha512-kMmdxrSY7A1WgdqaGC+rY/28rh7kBGNBRsk48ovqkQmdg5j4K+DaFmegENDzMrdLkoufKGRNkKX6bgSwQTCAxQ==",
  5194. "dev": true,
  5195. "dependencies": {
  5196. "@babel/traverse": "^7.7.4",
  5197. "eslint-plugin-react-native-globals": "^0.1.1"
  5198. },
  5199. "peerDependencies": {
  5200. "eslint": "^3.17.0 || ^4 || ^5 || ^6 || ^7 || ^8"
  5201. }
  5202. },
  5203. "node_modules/eslint-plugin-react-native-globals": {
  5204. "version": "0.1.2",
  5205. "resolved": "https://registry.npmjs.org/eslint-plugin-react-native-globals/-/eslint-plugin-react-native-globals-0.1.2.tgz",
  5206. "integrity": "sha512-9aEPf1JEpiTjcFAmmyw8eiIXmcNZOqaZyHO77wgm0/dWfT/oxC1SrIq8ET38pMxHYrcB6Uew+TzUVsBeczF88g==",
  5207. "dev": true
  5208. },
  5209. "node_modules/eslint-plugin-react/node_modules/doctrine": {
  5210. "version": "2.1.0",
  5211. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  5212. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  5213. "dev": true,
  5214. "dependencies": {
  5215. "esutils": "^2.0.2"
  5216. },
  5217. "engines": {
  5218. "node": ">=0.10.0"
  5219. }
  5220. },
  5221. "node_modules/eslint-plugin-react/node_modules/estraverse": {
  5222. "version": "5.3.0",
  5223. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  5224. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  5225. "dev": true,
  5226. "engines": {
  5227. "node": ">=4.0"
  5228. }
  5229. },
  5230. "node_modules/eslint-plugin-react/node_modules/resolve": {
  5231. "version": "2.0.0-next.4",
  5232. "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.4.tgz",
  5233. "integrity": "sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==",
  5234. "dev": true,
  5235. "dependencies": {
  5236. "is-core-module": "^2.9.0",
  5237. "path-parse": "^1.0.7",
  5238. "supports-preserve-symlinks-flag": "^1.0.0"
  5239. },
  5240. "bin": {
  5241. "resolve": "bin/resolve"
  5242. },
  5243. "funding": {
  5244. "url": "https://github.com/sponsors/ljharb"
  5245. }
  5246. },
  5247. "node_modules/eslint-scope": {
  5248. "version": "5.1.1",
  5249. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
  5250. "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
  5251. "dev": true,
  5252. "dependencies": {
  5253. "esrecurse": "^4.3.0",
  5254. "estraverse": "^4.1.1"
  5255. },
  5256. "engines": {
  5257. "node": ">=8.0.0"
  5258. }
  5259. },
  5260. "node_modules/eslint-visitor-keys": {
  5261. "version": "3.4.1",
  5262. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz",
  5263. "integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==",
  5264. "dev": true,
  5265. "engines": {
  5266. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5267. },
  5268. "funding": {
  5269. "url": "https://opencollective.com/eslint"
  5270. }
  5271. },
  5272. "node_modules/eslint/node_modules/argparse": {
  5273. "version": "2.0.1",
  5274. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  5275. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  5276. "dev": true
  5277. },
  5278. "node_modules/eslint/node_modules/escape-string-regexp": {
  5279. "version": "4.0.0",
  5280. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  5281. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  5282. "dev": true,
  5283. "engines": {
  5284. "node": ">=10"
  5285. },
  5286. "funding": {
  5287. "url": "https://github.com/sponsors/sindresorhus"
  5288. }
  5289. },
  5290. "node_modules/eslint/node_modules/eslint-scope": {
  5291. "version": "7.2.0",
  5292. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.0.tgz",
  5293. "integrity": "sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==",
  5294. "dev": true,
  5295. "dependencies": {
  5296. "esrecurse": "^4.3.0",
  5297. "estraverse": "^5.2.0"
  5298. },
  5299. "engines": {
  5300. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5301. },
  5302. "funding": {
  5303. "url": "https://opencollective.com/eslint"
  5304. }
  5305. },
  5306. "node_modules/eslint/node_modules/eslint-scope/node_modules/estraverse": {
  5307. "version": "5.3.0",
  5308. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  5309. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  5310. "dev": true,
  5311. "engines": {
  5312. "node": ">=4.0"
  5313. }
  5314. },
  5315. "node_modules/eslint/node_modules/find-up": {
  5316. "version": "5.0.0",
  5317. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  5318. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  5319. "dev": true,
  5320. "dependencies": {
  5321. "locate-path": "^6.0.0",
  5322. "path-exists": "^4.0.0"
  5323. },
  5324. "engines": {
  5325. "node": ">=10"
  5326. },
  5327. "funding": {
  5328. "url": "https://github.com/sponsors/sindresorhus"
  5329. }
  5330. },
  5331. "node_modules/eslint/node_modules/globals": {
  5332. "version": "13.20.0",
  5333. "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz",
  5334. "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==",
  5335. "dev": true,
  5336. "dependencies": {
  5337. "type-fest": "^0.20.2"
  5338. },
  5339. "engines": {
  5340. "node": ">=8"
  5341. },
  5342. "funding": {
  5343. "url": "https://github.com/sponsors/sindresorhus"
  5344. }
  5345. },
  5346. "node_modules/eslint/node_modules/globals/node_modules/type-fest": {
  5347. "version": "0.20.2",
  5348. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
  5349. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  5350. "dev": true,
  5351. "engines": {
  5352. "node": ">=10"
  5353. },
  5354. "funding": {
  5355. "url": "https://github.com/sponsors/sindresorhus"
  5356. }
  5357. },
  5358. "node_modules/eslint/node_modules/js-yaml": {
  5359. "version": "4.1.0",
  5360. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  5361. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  5362. "dev": true,
  5363. "dependencies": {
  5364. "argparse": "^2.0.1"
  5365. },
  5366. "bin": {
  5367. "js-yaml": "bin/js-yaml.js"
  5368. }
  5369. },
  5370. "node_modules/eslint/node_modules/locate-path": {
  5371. "version": "6.0.0",
  5372. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  5373. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  5374. "dev": true,
  5375. "dependencies": {
  5376. "p-locate": "^5.0.0"
  5377. },
  5378. "engines": {
  5379. "node": ">=10"
  5380. },
  5381. "funding": {
  5382. "url": "https://github.com/sponsors/sindresorhus"
  5383. }
  5384. },
  5385. "node_modules/eslint/node_modules/p-locate": {
  5386. "version": "5.0.0",
  5387. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  5388. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  5389. "dev": true,
  5390. "dependencies": {
  5391. "p-limit": "^3.0.2"
  5392. },
  5393. "engines": {
  5394. "node": ">=10"
  5395. },
  5396. "funding": {
  5397. "url": "https://github.com/sponsors/sindresorhus"
  5398. }
  5399. },
  5400. "node_modules/espree": {
  5401. "version": "9.5.2",
  5402. "resolved": "https://registry.npmjs.org/espree/-/espree-9.5.2.tgz",
  5403. "integrity": "sha512-7OASN1Wma5fum5SrNhFMAMJxOUAbhyfQ8dQ//PJaJbNw0URTPWqIghHWt1MmAANKhHZIYOHruW4Kw4ruUWOdGw==",
  5404. "dev": true,
  5405. "dependencies": {
  5406. "acorn": "^8.8.0",
  5407. "acorn-jsx": "^5.3.2",
  5408. "eslint-visitor-keys": "^3.4.1"
  5409. },
  5410. "engines": {
  5411. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5412. },
  5413. "funding": {
  5414. "url": "https://opencollective.com/eslint"
  5415. }
  5416. },
  5417. "node_modules/esprima": {
  5418. "version": "4.0.1",
  5419. "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
  5420. "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
  5421. "bin": {
  5422. "esparse": "bin/esparse.js",
  5423. "esvalidate": "bin/esvalidate.js"
  5424. },
  5425. "engines": {
  5426. "node": ">=4"
  5427. }
  5428. },
  5429. "node_modules/esquery": {
  5430. "version": "1.5.0",
  5431. "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz",
  5432. "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==",
  5433. "dev": true,
  5434. "dependencies": {
  5435. "estraverse": "^5.1.0"
  5436. },
  5437. "engines": {
  5438. "node": ">=0.10"
  5439. }
  5440. },
  5441. "node_modules/esquery/node_modules/estraverse": {
  5442. "version": "5.3.0",
  5443. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  5444. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  5445. "dev": true,
  5446. "engines": {
  5447. "node": ">=4.0"
  5448. }
  5449. },
  5450. "node_modules/esrecurse": {
  5451. "version": "4.3.0",
  5452. "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  5453. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  5454. "dev": true,
  5455. "dependencies": {
  5456. "estraverse": "^5.2.0"
  5457. },
  5458. "engines": {
  5459. "node": ">=4.0"
  5460. }
  5461. },
  5462. "node_modules/esrecurse/node_modules/estraverse": {
  5463. "version": "5.3.0",
  5464. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  5465. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  5466. "dev": true,
  5467. "engines": {
  5468. "node": ">=4.0"
  5469. }
  5470. },
  5471. "node_modules/estraverse": {
  5472. "version": "4.3.0",
  5473. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
  5474. "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
  5475. "dev": true,
  5476. "engines": {
  5477. "node": ">=4.0"
  5478. }
  5479. },
  5480. "node_modules/esutils": {
  5481. "version": "2.0.3",
  5482. "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  5483. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  5484. "engines": {
  5485. "node": ">=0.10.0"
  5486. }
  5487. },
  5488. "node_modules/etag": {
  5489. "version": "1.8.1",
  5490. "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
  5491. "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
  5492. "engines": {
  5493. "node": ">= 0.6"
  5494. }
  5495. },
  5496. "node_modules/event-target-shim": {
  5497. "version": "5.0.1",
  5498. "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
  5499. "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
  5500. "engines": {
  5501. "node": ">=6"
  5502. }
  5503. },
  5504. "node_modules/execa": {
  5505. "version": "5.1.1",
  5506. "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
  5507. "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
  5508. "dependencies": {
  5509. "cross-spawn": "^7.0.3",
  5510. "get-stream": "^6.0.0",
  5511. "human-signals": "^2.1.0",
  5512. "is-stream": "^2.0.0",
  5513. "merge-stream": "^2.0.0",
  5514. "npm-run-path": "^4.0.1",
  5515. "onetime": "^5.1.2",
  5516. "signal-exit": "^3.0.3",
  5517. "strip-final-newline": "^2.0.0"
  5518. },
  5519. "engines": {
  5520. "node": ">=10"
  5521. },
  5522. "funding": {
  5523. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  5524. }
  5525. },
  5526. "node_modules/exit": {
  5527. "version": "0.1.2",
  5528. "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
  5529. "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==",
  5530. "dev": true,
  5531. "engines": {
  5532. "node": ">= 0.8.0"
  5533. }
  5534. },
  5535. "node_modules/expect": {
  5536. "version": "29.5.0",
  5537. "resolved": "https://registry.npmjs.org/expect/-/expect-29.5.0.tgz",
  5538. "integrity": "sha512-yM7xqUrCO2JdpFo4XpM82t+PJBFybdqoQuJLDGeDX2ij8NZzqRHyu3Hp188/JX7SWqud+7t4MUdvcgGBICMHZg==",
  5539. "dev": true,
  5540. "dependencies": {
  5541. "@jest/expect-utils": "^29.5.0",
  5542. "jest-get-type": "^29.4.3",
  5543. "jest-matcher-utils": "^29.5.0",
  5544. "jest-message-util": "^29.5.0",
  5545. "jest-util": "^29.5.0"
  5546. },
  5547. "engines": {
  5548. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  5549. }
  5550. },
  5551. "node_modules/fast-deep-equal": {
  5552. "version": "3.1.3",
  5553. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  5554. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
  5555. },
  5556. "node_modules/fast-diff": {
  5557. "version": "1.3.0",
  5558. "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz",
  5559. "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==",
  5560. "dev": true
  5561. },
  5562. "node_modules/fast-glob": {
  5563. "version": "3.2.12",
  5564. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz",
  5565. "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==",
  5566. "dev": true,
  5567. "dependencies": {
  5568. "@nodelib/fs.stat": "^2.0.2",
  5569. "@nodelib/fs.walk": "^1.2.3",
  5570. "glob-parent": "^5.1.2",
  5571. "merge2": "^1.3.0",
  5572. "micromatch": "^4.0.4"
  5573. },
  5574. "engines": {
  5575. "node": ">=8.6.0"
  5576. }
  5577. },
  5578. "node_modules/fast-glob/node_modules/glob-parent": {
  5579. "version": "5.1.2",
  5580. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  5581. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  5582. "dev": true,
  5583. "dependencies": {
  5584. "is-glob": "^4.0.1"
  5585. },
  5586. "engines": {
  5587. "node": ">= 6"
  5588. }
  5589. },
  5590. "node_modules/fast-json-stable-stringify": {
  5591. "version": "2.1.0",
  5592. "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  5593. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  5594. "dev": true
  5595. },
  5596. "node_modules/fast-levenshtein": {
  5597. "version": "2.0.6",
  5598. "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  5599. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  5600. "dev": true
  5601. },
  5602. "node_modules/fast-xml-parser": {
  5603. "version": "4.2.5",
  5604. "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz",
  5605. "integrity": "sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==",
  5606. "funding": [
  5607. {
  5608. "type": "paypal",
  5609. "url": "https://paypal.me/naturalintelligence"
  5610. },
  5611. {
  5612. "type": "github",
  5613. "url": "https://github.com/sponsors/NaturalIntelligence"
  5614. }
  5615. ],
  5616. "dependencies": {
  5617. "strnum": "^1.0.5"
  5618. },
  5619. "bin": {
  5620. "fxparser": "src/cli/cli.js"
  5621. }
  5622. },
  5623. "node_modules/fastq": {
  5624. "version": "1.15.0",
  5625. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz",
  5626. "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==",
  5627. "dev": true,
  5628. "dependencies": {
  5629. "reusify": "^1.0.4"
  5630. }
  5631. },
  5632. "node_modules/fb-watchman": {
  5633. "version": "2.0.2",
  5634. "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz",
  5635. "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==",
  5636. "dependencies": {
  5637. "bser": "2.1.1"
  5638. }
  5639. },
  5640. "node_modules/file-entry-cache": {
  5641. "version": "6.0.1",
  5642. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
  5643. "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
  5644. "dev": true,
  5645. "dependencies": {
  5646. "flat-cache": "^3.0.4"
  5647. },
  5648. "engines": {
  5649. "node": "^10.12.0 || >=12.0.0"
  5650. }
  5651. },
  5652. "node_modules/fill-range": {
  5653. "version": "7.0.1",
  5654. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
  5655. "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
  5656. "dependencies": {
  5657. "to-regex-range": "^5.0.1"
  5658. },
  5659. "engines": {
  5660. "node": ">=8"
  5661. }
  5662. },
  5663. "node_modules/filter-obj": {
  5664. "version": "1.1.0",
  5665. "resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-1.1.0.tgz",
  5666. "integrity": "sha512-8rXg1ZnX7xzy2NGDVkBVaAy+lSlPNwad13BtgSlLuxfIslyt5Vg64U7tFcCt4WS1R0hvtnQybT/IyCkGZ3DpXQ==",
  5667. "engines": {
  5668. "node": ">=0.10.0"
  5669. }
  5670. },
  5671. "node_modules/finalhandler": {
  5672. "version": "1.1.2",
  5673. "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz",
  5674. "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==",
  5675. "dependencies": {
  5676. "debug": "2.6.9",
  5677. "encodeurl": "~1.0.2",
  5678. "escape-html": "~1.0.3",
  5679. "on-finished": "~2.3.0",
  5680. "parseurl": "~1.3.3",
  5681. "statuses": "~1.5.0",
  5682. "unpipe": "~1.0.0"
  5683. },
  5684. "engines": {
  5685. "node": ">= 0.8"
  5686. }
  5687. },
  5688. "node_modules/finalhandler/node_modules/debug": {
  5689. "version": "2.6.9",
  5690. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  5691. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  5692. "dependencies": {
  5693. "ms": "2.0.0"
  5694. }
  5695. },
  5696. "node_modules/finalhandler/node_modules/ms": {
  5697. "version": "2.0.0",
  5698. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  5699. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  5700. },
  5701. "node_modules/finalhandler/node_modules/on-finished": {
  5702. "version": "2.3.0",
  5703. "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
  5704. "integrity": "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==",
  5705. "dependencies": {
  5706. "ee-first": "1.1.1"
  5707. },
  5708. "engines": {
  5709. "node": ">= 0.8"
  5710. }
  5711. },
  5712. "node_modules/finalhandler/node_modules/statuses": {
  5713. "version": "1.5.0",
  5714. "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
  5715. "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==",
  5716. "engines": {
  5717. "node": ">= 0.6"
  5718. }
  5719. },
  5720. "node_modules/find-cache-dir": {
  5721. "version": "2.1.0",
  5722. "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz",
  5723. "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==",
  5724. "dependencies": {
  5725. "commondir": "^1.0.1",
  5726. "make-dir": "^2.0.0",
  5727. "pkg-dir": "^3.0.0"
  5728. },
  5729. "engines": {
  5730. "node": ">=6"
  5731. }
  5732. },
  5733. "node_modules/find-cache-dir/node_modules/find-up": {
  5734. "version": "3.0.0",
  5735. "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
  5736. "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
  5737. "dependencies": {
  5738. "locate-path": "^3.0.0"
  5739. },
  5740. "engines": {
  5741. "node": ">=6"
  5742. }
  5743. },
  5744. "node_modules/find-cache-dir/node_modules/locate-path": {
  5745. "version": "3.0.0",
  5746. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
  5747. "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
  5748. "dependencies": {
  5749. "p-locate": "^3.0.0",
  5750. "path-exists": "^3.0.0"
  5751. },
  5752. "engines": {
  5753. "node": ">=6"
  5754. }
  5755. },
  5756. "node_modules/find-cache-dir/node_modules/p-limit": {
  5757. "version": "2.3.0",
  5758. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  5759. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  5760. "dependencies": {
  5761. "p-try": "^2.0.0"
  5762. },
  5763. "engines": {
  5764. "node": ">=6"
  5765. },
  5766. "funding": {
  5767. "url": "https://github.com/sponsors/sindresorhus"
  5768. }
  5769. },
  5770. "node_modules/find-cache-dir/node_modules/p-locate": {
  5771. "version": "3.0.0",
  5772. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
  5773. "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
  5774. "dependencies": {
  5775. "p-limit": "^2.0.0"
  5776. },
  5777. "engines": {
  5778. "node": ">=6"
  5779. }
  5780. },
  5781. "node_modules/find-cache-dir/node_modules/path-exists": {
  5782. "version": "3.0.0",
  5783. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
  5784. "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
  5785. "engines": {
  5786. "node": ">=4"
  5787. }
  5788. },
  5789. "node_modules/find-cache-dir/node_modules/pkg-dir": {
  5790. "version": "3.0.0",
  5791. "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz",
  5792. "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==",
  5793. "dependencies": {
  5794. "find-up": "^3.0.0"
  5795. },
  5796. "engines": {
  5797. "node": ">=6"
  5798. }
  5799. },
  5800. "node_modules/find-up": {
  5801. "version": "4.1.0",
  5802. "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
  5803. "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
  5804. "dependencies": {
  5805. "locate-path": "^5.0.0",
  5806. "path-exists": "^4.0.0"
  5807. },
  5808. "engines": {
  5809. "node": ">=8"
  5810. }
  5811. },
  5812. "node_modules/flat-cache": {
  5813. "version": "3.0.4",
  5814. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz",
  5815. "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==",
  5816. "dev": true,
  5817. "dependencies": {
  5818. "flatted": "^3.1.0",
  5819. "rimraf": "^3.0.2"
  5820. },
  5821. "engines": {
  5822. "node": "^10.12.0 || >=12.0.0"
  5823. }
  5824. },
  5825. "node_modules/flatted": {
  5826. "version": "3.2.7",
  5827. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz",
  5828. "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==",
  5829. "dev": true
  5830. },
  5831. "node_modules/flow-enums-runtime": {
  5832. "version": "0.0.5",
  5833. "resolved": "https://registry.npmjs.org/flow-enums-runtime/-/flow-enums-runtime-0.0.5.tgz",
  5834. "integrity": "sha512-PSZF9ZuaZD03sT9YaIs0FrGJ7lSUw7rHZIex+73UYVXg46eL/wxN5PaVcPJFudE2cJu5f0fezitV5aBkLHPUOQ=="
  5835. },
  5836. "node_modules/flow-parser": {
  5837. "version": "0.206.0",
  5838. "resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.206.0.tgz",
  5839. "integrity": "sha512-HVzoK3r6Vsg+lKvlIZzaWNBVai+FXTX1wdYhz/wVlH13tb/gOdLXmlTqy6odmTBhT5UoWUbq0k8263Qhr9d88w==",
  5840. "engines": {
  5841. "node": ">=0.4.0"
  5842. }
  5843. },
  5844. "node_modules/for-each": {
  5845. "version": "0.3.3",
  5846. "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz",
  5847. "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==",
  5848. "dev": true,
  5849. "dependencies": {
  5850. "is-callable": "^1.1.3"
  5851. }
  5852. },
  5853. "node_modules/fresh": {
  5854. "version": "0.5.2",
  5855. "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
  5856. "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
  5857. "engines": {
  5858. "node": ">= 0.6"
  5859. }
  5860. },
  5861. "node_modules/fs-extra": {
  5862. "version": "8.1.0",
  5863. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
  5864. "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
  5865. "dependencies": {
  5866. "graceful-fs": "^4.2.0",
  5867. "jsonfile": "^4.0.0",
  5868. "universalify": "^0.1.0"
  5869. },
  5870. "engines": {
  5871. "node": ">=6 <7 || >=8"
  5872. }
  5873. },
  5874. "node_modules/fs.realpath": {
  5875. "version": "1.0.0",
  5876. "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  5877. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="
  5878. },
  5879. "node_modules/fsevents": {
  5880. "version": "2.3.2",
  5881. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
  5882. "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
  5883. "hasInstallScript": true,
  5884. "optional": true,
  5885. "os": [
  5886. "darwin"
  5887. ],
  5888. "engines": {
  5889. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  5890. }
  5891. },
  5892. "node_modules/function-bind": {
  5893. "version": "1.1.1",
  5894. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
  5895. "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
  5896. },
  5897. "node_modules/function.prototype.name": {
  5898. "version": "1.1.5",
  5899. "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz",
  5900. "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==",
  5901. "dev": true,
  5902. "dependencies": {
  5903. "call-bind": "^1.0.2",
  5904. "define-properties": "^1.1.3",
  5905. "es-abstract": "^1.19.0",
  5906. "functions-have-names": "^1.2.2"
  5907. },
  5908. "engines": {
  5909. "node": ">= 0.4"
  5910. },
  5911. "funding": {
  5912. "url": "https://github.com/sponsors/ljharb"
  5913. }
  5914. },
  5915. "node_modules/functions-have-names": {
  5916. "version": "1.2.3",
  5917. "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
  5918. "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
  5919. "dev": true,
  5920. "funding": {
  5921. "url": "https://github.com/sponsors/ljharb"
  5922. }
  5923. },
  5924. "node_modules/gensync": {
  5925. "version": "1.0.0-beta.2",
  5926. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  5927. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  5928. "engines": {
  5929. "node": ">=6.9.0"
  5930. }
  5931. },
  5932. "node_modules/get-caller-file": {
  5933. "version": "2.0.5",
  5934. "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
  5935. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  5936. "engines": {
  5937. "node": "6.* || 8.* || >= 10.*"
  5938. }
  5939. },
  5940. "node_modules/get-intrinsic": {
  5941. "version": "1.2.1",
  5942. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz",
  5943. "integrity": "sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==",
  5944. "dev": true,
  5945. "dependencies": {
  5946. "function-bind": "^1.1.1",
  5947. "has": "^1.0.3",
  5948. "has-proto": "^1.0.1",
  5949. "has-symbols": "^1.0.3"
  5950. },
  5951. "funding": {
  5952. "url": "https://github.com/sponsors/ljharb"
  5953. }
  5954. },
  5955. "node_modules/get-package-type": {
  5956. "version": "0.1.0",
  5957. "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz",
  5958. "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==",
  5959. "dev": true,
  5960. "engines": {
  5961. "node": ">=8.0.0"
  5962. }
  5963. },
  5964. "node_modules/get-stream": {
  5965. "version": "6.0.1",
  5966. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
  5967. "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
  5968. "engines": {
  5969. "node": ">=10"
  5970. },
  5971. "funding": {
  5972. "url": "https://github.com/sponsors/sindresorhus"
  5973. }
  5974. },
  5975. "node_modules/get-symbol-description": {
  5976. "version": "1.0.0",
  5977. "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz",
  5978. "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==",
  5979. "dev": true,
  5980. "dependencies": {
  5981. "call-bind": "^1.0.2",
  5982. "get-intrinsic": "^1.1.1"
  5983. },
  5984. "engines": {
  5985. "node": ">= 0.4"
  5986. },
  5987. "funding": {
  5988. "url": "https://github.com/sponsors/ljharb"
  5989. }
  5990. },
  5991. "node_modules/glob": {
  5992. "version": "7.2.3",
  5993. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  5994. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  5995. "dependencies": {
  5996. "fs.realpath": "^1.0.0",
  5997. "inflight": "^1.0.4",
  5998. "inherits": "2",
  5999. "minimatch": "^3.1.1",
  6000. "once": "^1.3.0",
  6001. "path-is-absolute": "^1.0.0"
  6002. },
  6003. "engines": {
  6004. "node": "*"
  6005. },
  6006. "funding": {
  6007. "url": "https://github.com/sponsors/isaacs"
  6008. }
  6009. },
  6010. "node_modules/glob-parent": {
  6011. "version": "6.0.2",
  6012. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  6013. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  6014. "dev": true,
  6015. "dependencies": {
  6016. "is-glob": "^4.0.3"
  6017. },
  6018. "engines": {
  6019. "node": ">=10.13.0"
  6020. }
  6021. },
  6022. "node_modules/globals": {
  6023. "version": "11.12.0",
  6024. "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
  6025. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  6026. "engines": {
  6027. "node": ">=4"
  6028. }
  6029. },
  6030. "node_modules/globalthis": {
  6031. "version": "1.0.3",
  6032. "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz",
  6033. "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==",
  6034. "dev": true,
  6035. "dependencies": {
  6036. "define-properties": "^1.1.3"
  6037. },
  6038. "engines": {
  6039. "node": ">= 0.4"
  6040. },
  6041. "funding": {
  6042. "url": "https://github.com/sponsors/ljharb"
  6043. }
  6044. },
  6045. "node_modules/globby": {
  6046. "version": "11.1.0",
  6047. "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
  6048. "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
  6049. "dev": true,
  6050. "dependencies": {
  6051. "array-union": "^2.1.0",
  6052. "dir-glob": "^3.0.1",
  6053. "fast-glob": "^3.2.9",
  6054. "ignore": "^5.2.0",
  6055. "merge2": "^1.4.1",
  6056. "slash": "^3.0.0"
  6057. },
  6058. "engines": {
  6059. "node": ">=10"
  6060. },
  6061. "funding": {
  6062. "url": "https://github.com/sponsors/sindresorhus"
  6063. }
  6064. },
  6065. "node_modules/gopd": {
  6066. "version": "1.0.1",
  6067. "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
  6068. "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
  6069. "dev": true,
  6070. "dependencies": {
  6071. "get-intrinsic": "^1.1.3"
  6072. },
  6073. "funding": {
  6074. "url": "https://github.com/sponsors/ljharb"
  6075. }
  6076. },
  6077. "node_modules/graceful-fs": {
  6078. "version": "4.2.11",
  6079. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  6080. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
  6081. },
  6082. "node_modules/grapheme-splitter": {
  6083. "version": "1.0.4",
  6084. "resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz",
  6085. "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==",
  6086. "dev": true
  6087. },
  6088. "node_modules/graphemer": {
  6089. "version": "1.4.0",
  6090. "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
  6091. "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
  6092. "dev": true
  6093. },
  6094. "node_modules/has": {
  6095. "version": "1.0.3",
  6096. "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
  6097. "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
  6098. "dependencies": {
  6099. "function-bind": "^1.1.1"
  6100. },
  6101. "engines": {
  6102. "node": ">= 0.4.0"
  6103. }
  6104. },
  6105. "node_modules/has-bigints": {
  6106. "version": "1.0.2",
  6107. "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz",
  6108. "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==",
  6109. "dev": true,
  6110. "funding": {
  6111. "url": "https://github.com/sponsors/ljharb"
  6112. }
  6113. },
  6114. "node_modules/has-flag": {
  6115. "version": "4.0.0",
  6116. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  6117. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  6118. "engines": {
  6119. "node": ">=8"
  6120. }
  6121. },
  6122. "node_modules/has-property-descriptors": {
  6123. "version": "1.0.0",
  6124. "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz",
  6125. "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==",
  6126. "dev": true,
  6127. "dependencies": {
  6128. "get-intrinsic": "^1.1.1"
  6129. },
  6130. "funding": {
  6131. "url": "https://github.com/sponsors/ljharb"
  6132. }
  6133. },
  6134. "node_modules/has-proto": {
  6135. "version": "1.0.1",
  6136. "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz",
  6137. "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==",
  6138. "dev": true,
  6139. "engines": {
  6140. "node": ">= 0.4"
  6141. },
  6142. "funding": {
  6143. "url": "https://github.com/sponsors/ljharb"
  6144. }
  6145. },
  6146. "node_modules/has-symbols": {
  6147. "version": "1.0.3",
  6148. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
  6149. "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
  6150. "dev": true,
  6151. "engines": {
  6152. "node": ">= 0.4"
  6153. },
  6154. "funding": {
  6155. "url": "https://github.com/sponsors/ljharb"
  6156. }
  6157. },
  6158. "node_modules/has-tostringtag": {
  6159. "version": "1.0.0",
  6160. "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz",
  6161. "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==",
  6162. "dev": true,
  6163. "dependencies": {
  6164. "has-symbols": "^1.0.2"
  6165. },
  6166. "engines": {
  6167. "node": ">= 0.4"
  6168. },
  6169. "funding": {
  6170. "url": "https://github.com/sponsors/ljharb"
  6171. }
  6172. },
  6173. "node_modules/hermes-estree": {
  6174. "version": "0.8.0",
  6175. "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.8.0.tgz",
  6176. "integrity": "sha512-W6JDAOLZ5pMPMjEiQGLCXSSV7pIBEgRR5zGkxgmzGSXHOxqV5dC/M1Zevqpbm9TZDE5tu358qZf8Vkzmsc+u7Q=="
  6177. },
  6178. "node_modules/hermes-parser": {
  6179. "version": "0.8.0",
  6180. "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.8.0.tgz",
  6181. "integrity": "sha512-yZKalg1fTYG5eOiToLUaw69rQfZq/fi+/NtEXRU7N87K/XobNRhRWorh80oSge2lWUiZfTgUvRJH+XgZWrhoqA==",
  6182. "dependencies": {
  6183. "hermes-estree": "0.8.0"
  6184. }
  6185. },
  6186. "node_modules/hermes-profile-transformer": {
  6187. "version": "0.0.6",
  6188. "resolved": "https://registry.npmjs.org/hermes-profile-transformer/-/hermes-profile-transformer-0.0.6.tgz",
  6189. "integrity": "sha512-cnN7bQUm65UWOy6cbGcCcZ3rpwW8Q/j4OP5aWRhEry4Z2t2aR1cjrbp0BS+KiBN0smvP1caBgAuxutvyvJILzQ==",
  6190. "dependencies": {
  6191. "source-map": "^0.7.3"
  6192. },
  6193. "engines": {
  6194. "node": ">=8"
  6195. }
  6196. },
  6197. "node_modules/hoist-non-react-statics": {
  6198. "version": "3.3.2",
  6199. "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz",
  6200. "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==",
  6201. "dependencies": {
  6202. "react-is": "^16.7.0"
  6203. }
  6204. },
  6205. "node_modules/hoist-non-react-statics/node_modules/react-is": {
  6206. "version": "16.13.1",
  6207. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  6208. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
  6209. },
  6210. "node_modules/html-escaper": {
  6211. "version": "2.0.2",
  6212. "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
  6213. "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",
  6214. "dev": true
  6215. },
  6216. "node_modules/http-errors": {
  6217. "version": "2.0.0",
  6218. "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
  6219. "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
  6220. "dependencies": {
  6221. "depd": "2.0.0",
  6222. "inherits": "2.0.4",
  6223. "setprototypeof": "1.2.0",
  6224. "statuses": "2.0.1",
  6225. "toidentifier": "1.0.1"
  6226. },
  6227. "engines": {
  6228. "node": ">= 0.8"
  6229. }
  6230. },
  6231. "node_modules/human-signals": {
  6232. "version": "2.1.0",
  6233. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
  6234. "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
  6235. "engines": {
  6236. "node": ">=10.17.0"
  6237. }
  6238. },
  6239. "node_modules/ieee754": {
  6240. "version": "1.2.1",
  6241. "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
  6242. "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
  6243. "funding": [
  6244. {
  6245. "type": "github",
  6246. "url": "https://github.com/sponsors/feross"
  6247. },
  6248. {
  6249. "type": "patreon",
  6250. "url": "https://www.patreon.com/feross"
  6251. },
  6252. {
  6253. "type": "consulting",
  6254. "url": "https://feross.org/support"
  6255. }
  6256. ]
  6257. },
  6258. "node_modules/ignore": {
  6259. "version": "5.2.4",
  6260. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz",
  6261. "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==",
  6262. "dev": true,
  6263. "engines": {
  6264. "node": ">= 4"
  6265. }
  6266. },
  6267. "node_modules/image-size": {
  6268. "version": "1.0.2",
  6269. "resolved": "https://registry.npmjs.org/image-size/-/image-size-1.0.2.tgz",
  6270. "integrity": "sha512-xfOoWjceHntRb3qFCrh5ZFORYH8XCdYpASltMhZ/Q0KZiOwjdE/Yl2QCiWdwD+lygV5bMCvauzgu5PxBX/Yerg==",
  6271. "dependencies": {
  6272. "queue": "6.0.2"
  6273. },
  6274. "bin": {
  6275. "image-size": "bin/image-size.js"
  6276. },
  6277. "engines": {
  6278. "node": ">=14.0.0"
  6279. }
  6280. },
  6281. "node_modules/import-fresh": {
  6282. "version": "3.3.0",
  6283. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
  6284. "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
  6285. "dev": true,
  6286. "dependencies": {
  6287. "parent-module": "^1.0.0",
  6288. "resolve-from": "^4.0.0"
  6289. },
  6290. "engines": {
  6291. "node": ">=6"
  6292. },
  6293. "funding": {
  6294. "url": "https://github.com/sponsors/sindresorhus"
  6295. }
  6296. },
  6297. "node_modules/import-fresh/node_modules/resolve-from": {
  6298. "version": "4.0.0",
  6299. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  6300. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  6301. "dev": true,
  6302. "engines": {
  6303. "node": ">=4"
  6304. }
  6305. },
  6306. "node_modules/import-local": {
  6307. "version": "3.1.0",
  6308. "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz",
  6309. "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==",
  6310. "dev": true,
  6311. "dependencies": {
  6312. "pkg-dir": "^4.2.0",
  6313. "resolve-cwd": "^3.0.0"
  6314. },
  6315. "bin": {
  6316. "import-local-fixture": "fixtures/cli.js"
  6317. },
  6318. "engines": {
  6319. "node": ">=8"
  6320. },
  6321. "funding": {
  6322. "url": "https://github.com/sponsors/sindresorhus"
  6323. }
  6324. },
  6325. "node_modules/imurmurhash": {
  6326. "version": "0.1.4",
  6327. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  6328. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  6329. "engines": {
  6330. "node": ">=0.8.19"
  6331. }
  6332. },
  6333. "node_modules/inflight": {
  6334. "version": "1.0.6",
  6335. "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  6336. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  6337. "dependencies": {
  6338. "once": "^1.3.0",
  6339. "wrappy": "1"
  6340. }
  6341. },
  6342. "node_modules/inherits": {
  6343. "version": "2.0.4",
  6344. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  6345. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
  6346. },
  6347. "node_modules/internal-slot": {
  6348. "version": "1.0.5",
  6349. "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz",
  6350. "integrity": "sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==",
  6351. "dev": true,
  6352. "dependencies": {
  6353. "get-intrinsic": "^1.2.0",
  6354. "has": "^1.0.3",
  6355. "side-channel": "^1.0.4"
  6356. },
  6357. "engines": {
  6358. "node": ">= 0.4"
  6359. }
  6360. },
  6361. "node_modules/invariant": {
  6362. "version": "2.2.4",
  6363. "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz",
  6364. "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==",
  6365. "dependencies": {
  6366. "loose-envify": "^1.0.0"
  6367. }
  6368. },
  6369. "node_modules/ip": {
  6370. "version": "1.1.8",
  6371. "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.8.tgz",
  6372. "integrity": "sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg=="
  6373. },
  6374. "node_modules/is-array-buffer": {
  6375. "version": "3.0.2",
  6376. "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.2.tgz",
  6377. "integrity": "sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==",
  6378. "dev": true,
  6379. "dependencies": {
  6380. "call-bind": "^1.0.2",
  6381. "get-intrinsic": "^1.2.0",
  6382. "is-typed-array": "^1.1.10"
  6383. },
  6384. "funding": {
  6385. "url": "https://github.com/sponsors/ljharb"
  6386. }
  6387. },
  6388. "node_modules/is-arrayish": {
  6389. "version": "0.2.1",
  6390. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
  6391. "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg=="
  6392. },
  6393. "node_modules/is-bigint": {
  6394. "version": "1.0.4",
  6395. "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz",
  6396. "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==",
  6397. "dev": true,
  6398. "dependencies": {
  6399. "has-bigints": "^1.0.1"
  6400. },
  6401. "funding": {
  6402. "url": "https://github.com/sponsors/ljharb"
  6403. }
  6404. },
  6405. "node_modules/is-boolean-object": {
  6406. "version": "1.1.2",
  6407. "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz",
  6408. "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==",
  6409. "dev": true,
  6410. "dependencies": {
  6411. "call-bind": "^1.0.2",
  6412. "has-tostringtag": "^1.0.0"
  6413. },
  6414. "engines": {
  6415. "node": ">= 0.4"
  6416. },
  6417. "funding": {
  6418. "url": "https://github.com/sponsors/ljharb"
  6419. }
  6420. },
  6421. "node_modules/is-callable": {
  6422. "version": "1.2.7",
  6423. "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
  6424. "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
  6425. "dev": true,
  6426. "engines": {
  6427. "node": ">= 0.4"
  6428. },
  6429. "funding": {
  6430. "url": "https://github.com/sponsors/ljharb"
  6431. }
  6432. },
  6433. "node_modules/is-core-module": {
  6434. "version": "2.12.1",
  6435. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.1.tgz",
  6436. "integrity": "sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==",
  6437. "dependencies": {
  6438. "has": "^1.0.3"
  6439. },
  6440. "funding": {
  6441. "url": "https://github.com/sponsors/ljharb"
  6442. }
  6443. },
  6444. "node_modules/is-date-object": {
  6445. "version": "1.0.5",
  6446. "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz",
  6447. "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==",
  6448. "dev": true,
  6449. "dependencies": {
  6450. "has-tostringtag": "^1.0.0"
  6451. },
  6452. "engines": {
  6453. "node": ">= 0.4"
  6454. },
  6455. "funding": {
  6456. "url": "https://github.com/sponsors/ljharb"
  6457. }
  6458. },
  6459. "node_modules/is-directory": {
  6460. "version": "0.3.1",
  6461. "resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz",
  6462. "integrity": "sha512-yVChGzahRFvbkscn2MlwGismPO12i9+znNruC5gVEntG3qu0xQMzsGg/JFbrsqDOHtHFPci+V5aP5T9I+yeKqw==",
  6463. "engines": {
  6464. "node": ">=0.10.0"
  6465. }
  6466. },
  6467. "node_modules/is-extglob": {
  6468. "version": "2.1.1",
  6469. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  6470. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  6471. "dev": true,
  6472. "engines": {
  6473. "node": ">=0.10.0"
  6474. }
  6475. },
  6476. "node_modules/is-fullwidth-code-point": {
  6477. "version": "3.0.0",
  6478. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  6479. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  6480. "engines": {
  6481. "node": ">=8"
  6482. }
  6483. },
  6484. "node_modules/is-generator-fn": {
  6485. "version": "2.1.0",
  6486. "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz",
  6487. "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==",
  6488. "dev": true,
  6489. "engines": {
  6490. "node": ">=6"
  6491. }
  6492. },
  6493. "node_modules/is-glob": {
  6494. "version": "4.0.3",
  6495. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  6496. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  6497. "dev": true,
  6498. "dependencies": {
  6499. "is-extglob": "^2.1.1"
  6500. },
  6501. "engines": {
  6502. "node": ">=0.10.0"
  6503. }
  6504. },
  6505. "node_modules/is-interactive": {
  6506. "version": "1.0.0",
  6507. "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz",
  6508. "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==",
  6509. "engines": {
  6510. "node": ">=8"
  6511. }
  6512. },
  6513. "node_modules/is-negative-zero": {
  6514. "version": "2.0.2",
  6515. "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz",
  6516. "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==",
  6517. "dev": true,
  6518. "engines": {
  6519. "node": ">= 0.4"
  6520. },
  6521. "funding": {
  6522. "url": "https://github.com/sponsors/ljharb"
  6523. }
  6524. },
  6525. "node_modules/is-number-object": {
  6526. "version": "1.0.7",
  6527. "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz",
  6528. "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==",
  6529. "dev": true,
  6530. "dependencies": {
  6531. "has-tostringtag": "^1.0.0"
  6532. },
  6533. "engines": {
  6534. "node": ">= 0.4"
  6535. },
  6536. "funding": {
  6537. "url": "https://github.com/sponsors/ljharb"
  6538. }
  6539. },
  6540. "node_modules/is-path-inside": {
  6541. "version": "3.0.3",
  6542. "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
  6543. "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
  6544. "dev": true,
  6545. "engines": {
  6546. "node": ">=8"
  6547. }
  6548. },
  6549. "node_modules/is-plain-object": {
  6550. "version": "2.0.4",
  6551. "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
  6552. "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
  6553. "dependencies": {
  6554. "isobject": "^3.0.1"
  6555. },
  6556. "engines": {
  6557. "node": ">=0.10.0"
  6558. }
  6559. },
  6560. "node_modules/is-regex": {
  6561. "version": "1.1.4",
  6562. "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
  6563. "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
  6564. "dev": true,
  6565. "dependencies": {
  6566. "call-bind": "^1.0.2",
  6567. "has-tostringtag": "^1.0.0"
  6568. },
  6569. "engines": {
  6570. "node": ">= 0.4"
  6571. },
  6572. "funding": {
  6573. "url": "https://github.com/sponsors/ljharb"
  6574. }
  6575. },
  6576. "node_modules/is-shared-array-buffer": {
  6577. "version": "1.0.2",
  6578. "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz",
  6579. "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==",
  6580. "dev": true,
  6581. "dependencies": {
  6582. "call-bind": "^1.0.2"
  6583. },
  6584. "funding": {
  6585. "url": "https://github.com/sponsors/ljharb"
  6586. }
  6587. },
  6588. "node_modules/is-stream": {
  6589. "version": "2.0.1",
  6590. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  6591. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  6592. "engines": {
  6593. "node": ">=8"
  6594. },
  6595. "funding": {
  6596. "url": "https://github.com/sponsors/sindresorhus"
  6597. }
  6598. },
  6599. "node_modules/is-string": {
  6600. "version": "1.0.7",
  6601. "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz",
  6602. "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==",
  6603. "dev": true,
  6604. "dependencies": {
  6605. "has-tostringtag": "^1.0.0"
  6606. },
  6607. "engines": {
  6608. "node": ">= 0.4"
  6609. },
  6610. "funding": {
  6611. "url": "https://github.com/sponsors/ljharb"
  6612. }
  6613. },
  6614. "node_modules/is-symbol": {
  6615. "version": "1.0.4",
  6616. "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz",
  6617. "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==",
  6618. "dev": true,
  6619. "dependencies": {
  6620. "has-symbols": "^1.0.2"
  6621. },
  6622. "engines": {
  6623. "node": ">= 0.4"
  6624. },
  6625. "funding": {
  6626. "url": "https://github.com/sponsors/ljharb"
  6627. }
  6628. },
  6629. "node_modules/is-typed-array": {
  6630. "version": "1.1.10",
  6631. "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.10.tgz",
  6632. "integrity": "sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==",
  6633. "dev": true,
  6634. "dependencies": {
  6635. "available-typed-arrays": "^1.0.5",
  6636. "call-bind": "^1.0.2",
  6637. "for-each": "^0.3.3",
  6638. "gopd": "^1.0.1",
  6639. "has-tostringtag": "^1.0.0"
  6640. },
  6641. "engines": {
  6642. "node": ">= 0.4"
  6643. },
  6644. "funding": {
  6645. "url": "https://github.com/sponsors/ljharb"
  6646. }
  6647. },
  6648. "node_modules/is-unicode-supported": {
  6649. "version": "0.1.0",
  6650. "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz",
  6651. "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==",
  6652. "engines": {
  6653. "node": ">=10"
  6654. },
  6655. "funding": {
  6656. "url": "https://github.com/sponsors/sindresorhus"
  6657. }
  6658. },
  6659. "node_modules/is-weakref": {
  6660. "version": "1.0.2",
  6661. "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz",
  6662. "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==",
  6663. "dev": true,
  6664. "dependencies": {
  6665. "call-bind": "^1.0.2"
  6666. },
  6667. "funding": {
  6668. "url": "https://github.com/sponsors/ljharb"
  6669. }
  6670. },
  6671. "node_modules/is-wsl": {
  6672. "version": "1.1.0",
  6673. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz",
  6674. "integrity": "sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw==",
  6675. "engines": {
  6676. "node": ">=4"
  6677. }
  6678. },
  6679. "node_modules/isarray": {
  6680. "version": "1.0.0",
  6681. "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
  6682. "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
  6683. },
  6684. "node_modules/isexe": {
  6685. "version": "2.0.0",
  6686. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  6687. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
  6688. },
  6689. "node_modules/isobject": {
  6690. "version": "3.0.1",
  6691. "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
  6692. "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==",
  6693. "engines": {
  6694. "node": ">=0.10.0"
  6695. }
  6696. },
  6697. "node_modules/istanbul-lib-coverage": {
  6698. "version": "3.2.0",
  6699. "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz",
  6700. "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==",
  6701. "dev": true,
  6702. "engines": {
  6703. "node": ">=8"
  6704. }
  6705. },
  6706. "node_modules/istanbul-lib-instrument": {
  6707. "version": "5.2.1",
  6708. "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz",
  6709. "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==",
  6710. "dev": true,
  6711. "dependencies": {
  6712. "@babel/core": "^7.12.3",
  6713. "@babel/parser": "^7.14.7",
  6714. "@istanbuljs/schema": "^0.1.2",
  6715. "istanbul-lib-coverage": "^3.2.0",
  6716. "semver": "^6.3.0"
  6717. },
  6718. "engines": {
  6719. "node": ">=8"
  6720. }
  6721. },
  6722. "node_modules/istanbul-lib-report": {
  6723. "version": "3.0.0",
  6724. "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
  6725. "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==",
  6726. "dev": true,
  6727. "dependencies": {
  6728. "istanbul-lib-coverage": "^3.0.0",
  6729. "make-dir": "^3.0.0",
  6730. "supports-color": "^7.1.0"
  6731. },
  6732. "engines": {
  6733. "node": ">=8"
  6734. }
  6735. },
  6736. "node_modules/istanbul-lib-report/node_modules/make-dir": {
  6737. "version": "3.1.0",
  6738. "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
  6739. "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
  6740. "dev": true,
  6741. "dependencies": {
  6742. "semver": "^6.0.0"
  6743. },
  6744. "engines": {
  6745. "node": ">=8"
  6746. },
  6747. "funding": {
  6748. "url": "https://github.com/sponsors/sindresorhus"
  6749. }
  6750. },
  6751. "node_modules/istanbul-lib-source-maps": {
  6752. "version": "4.0.1",
  6753. "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz",
  6754. "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==",
  6755. "dev": true,
  6756. "dependencies": {
  6757. "debug": "^4.1.1",
  6758. "istanbul-lib-coverage": "^3.0.0",
  6759. "source-map": "^0.6.1"
  6760. },
  6761. "engines": {
  6762. "node": ">=10"
  6763. }
  6764. },
  6765. "node_modules/istanbul-lib-source-maps/node_modules/source-map": {
  6766. "version": "0.6.1",
  6767. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  6768. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  6769. "dev": true,
  6770. "engines": {
  6771. "node": ">=0.10.0"
  6772. }
  6773. },
  6774. "node_modules/istanbul-reports": {
  6775. "version": "3.1.5",
  6776. "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.5.tgz",
  6777. "integrity": "sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w==",
  6778. "dev": true,
  6779. "dependencies": {
  6780. "html-escaper": "^2.0.0",
  6781. "istanbul-lib-report": "^3.0.0"
  6782. },
  6783. "engines": {
  6784. "node": ">=8"
  6785. }
  6786. },
  6787. "node_modules/jest": {
  6788. "version": "29.5.0",
  6789. "resolved": "https://registry.npmjs.org/jest/-/jest-29.5.0.tgz",
  6790. "integrity": "sha512-juMg3he2uru1QoXX078zTa7pO85QyB9xajZc6bU+d9yEGwrKX6+vGmJQ3UdVZsvTEUARIdObzH68QItim6OSSQ==",
  6791. "dev": true,
  6792. "dependencies": {
  6793. "@jest/core": "^29.5.0",
  6794. "@jest/types": "^29.5.0",
  6795. "import-local": "^3.0.2",
  6796. "jest-cli": "^29.5.0"
  6797. },
  6798. "bin": {
  6799. "jest": "bin/jest.js"
  6800. },
  6801. "engines": {
  6802. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  6803. },
  6804. "peerDependencies": {
  6805. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  6806. },
  6807. "peerDependenciesMeta": {
  6808. "node-notifier": {
  6809. "optional": true
  6810. }
  6811. }
  6812. },
  6813. "node_modules/jest-changed-files": {
  6814. "version": "29.5.0",
  6815. "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.5.0.tgz",
  6816. "integrity": "sha512-IFG34IUMUaNBIxjQXF/iu7g6EcdMrGRRxaUSw92I/2g2YC6vCdTltl4nHvt7Ci5nSJwXIkCu8Ka1DKF+X7Z1Ag==",
  6817. "dev": true,
  6818. "dependencies": {
  6819. "execa": "^5.0.0",
  6820. "p-limit": "^3.1.0"
  6821. },
  6822. "engines": {
  6823. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  6824. }
  6825. },
  6826. "node_modules/jest-changed-files/node_modules/execa": {
  6827. "version": "5.1.1",
  6828. "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
  6829. "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
  6830. "dev": true,
  6831. "dependencies": {
  6832. "cross-spawn": "^7.0.3",
  6833. "get-stream": "^6.0.0",
  6834. "human-signals": "^2.1.0",
  6835. "is-stream": "^2.0.0",
  6836. "merge-stream": "^2.0.0",
  6837. "npm-run-path": "^4.0.1",
  6838. "onetime": "^5.1.2",
  6839. "signal-exit": "^3.0.3",
  6840. "strip-final-newline": "^2.0.0"
  6841. },
  6842. "engines": {
  6843. "node": ">=10"
  6844. },
  6845. "funding": {
  6846. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  6847. }
  6848. },
  6849. "node_modules/jest-changed-files/node_modules/get-stream": {
  6850. "version": "6.0.1",
  6851. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
  6852. "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
  6853. "dev": true,
  6854. "engines": {
  6855. "node": ">=10"
  6856. },
  6857. "funding": {
  6858. "url": "https://github.com/sponsors/sindresorhus"
  6859. }
  6860. },
  6861. "node_modules/jest-changed-files/node_modules/is-stream": {
  6862. "version": "2.0.1",
  6863. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  6864. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  6865. "dev": true,
  6866. "engines": {
  6867. "node": ">=8"
  6868. },
  6869. "funding": {
  6870. "url": "https://github.com/sponsors/sindresorhus"
  6871. }
  6872. },
  6873. "node_modules/jest-changed-files/node_modules/npm-run-path": {
  6874. "version": "4.0.1",
  6875. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
  6876. "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
  6877. "dev": true,
  6878. "dependencies": {
  6879. "path-key": "^3.0.0"
  6880. },
  6881. "engines": {
  6882. "node": ">=8"
  6883. }
  6884. },
  6885. "node_modules/jest-changed-files/node_modules/path-key": {
  6886. "version": "3.1.1",
  6887. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  6888. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  6889. "dev": true,
  6890. "engines": {
  6891. "node": ">=8"
  6892. }
  6893. },
  6894. "node_modules/jest-circus": {
  6895. "version": "29.5.0",
  6896. "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-29.5.0.tgz",
  6897. "integrity": "sha512-gq/ongqeQKAplVxqJmbeUOJJKkW3dDNPY8PjhJ5G0lBRvu0e3EWGxGy5cI4LAGA7gV2UHCtWBI4EMXK8c9nQKA==",
  6898. "dev": true,
  6899. "dependencies": {
  6900. "@jest/environment": "^29.5.0",
  6901. "@jest/expect": "^29.5.0",
  6902. "@jest/test-result": "^29.5.0",
  6903. "@jest/types": "^29.5.0",
  6904. "@types/node": "*",
  6905. "chalk": "^4.0.0",
  6906. "co": "^4.6.0",
  6907. "dedent": "^0.7.0",
  6908. "is-generator-fn": "^2.0.0",
  6909. "jest-each": "^29.5.0",
  6910. "jest-matcher-utils": "^29.5.0",
  6911. "jest-message-util": "^29.5.0",
  6912. "jest-runtime": "^29.5.0",
  6913. "jest-snapshot": "^29.5.0",
  6914. "jest-util": "^29.5.0",
  6915. "p-limit": "^3.1.0",
  6916. "pretty-format": "^29.5.0",
  6917. "pure-rand": "^6.0.0",
  6918. "slash": "^3.0.0",
  6919. "stack-utils": "^2.0.3"
  6920. },
  6921. "engines": {
  6922. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  6923. }
  6924. },
  6925. "node_modules/jest-config": {
  6926. "version": "29.5.0",
  6927. "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.5.0.tgz",
  6928. "integrity": "sha512-kvDUKBnNJPNBmFFOhDbm59iu1Fii1Q6SxyhXfvylq3UTHbg6o7j/g8k2dZyXWLvfdKB1vAPxNZnMgtKJcmu3kA==",
  6929. "dev": true,
  6930. "dependencies": {
  6931. "@babel/core": "^7.11.6",
  6932. "@jest/test-sequencer": "^29.5.0",
  6933. "@jest/types": "^29.5.0",
  6934. "babel-jest": "^29.5.0",
  6935. "chalk": "^4.0.0",
  6936. "ci-info": "^3.2.0",
  6937. "deepmerge": "^4.2.2",
  6938. "glob": "^7.1.3",
  6939. "graceful-fs": "^4.2.9",
  6940. "jest-circus": "^29.5.0",
  6941. "jest-environment-node": "^29.5.0",
  6942. "jest-get-type": "^29.4.3",
  6943. "jest-regex-util": "^29.4.3",
  6944. "jest-resolve": "^29.5.0",
  6945. "jest-runner": "^29.5.0",
  6946. "jest-util": "^29.5.0",
  6947. "jest-validate": "^29.5.0",
  6948. "micromatch": "^4.0.4",
  6949. "parse-json": "^5.2.0",
  6950. "pretty-format": "^29.5.0",
  6951. "slash": "^3.0.0",
  6952. "strip-json-comments": "^3.1.1"
  6953. },
  6954. "engines": {
  6955. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  6956. },
  6957. "peerDependencies": {
  6958. "@types/node": "*",
  6959. "ts-node": ">=9.0.0"
  6960. },
  6961. "peerDependenciesMeta": {
  6962. "@types/node": {
  6963. "optional": true
  6964. },
  6965. "ts-node": {
  6966. "optional": true
  6967. }
  6968. }
  6969. },
  6970. "node_modules/jest-config/node_modules/deepmerge": {
  6971. "version": "4.3.1",
  6972. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
  6973. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  6974. "dev": true,
  6975. "engines": {
  6976. "node": ">=0.10.0"
  6977. }
  6978. },
  6979. "node_modules/jest-diff": {
  6980. "version": "29.5.0",
  6981. "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.5.0.tgz",
  6982. "integrity": "sha512-LtxijLLZBduXnHSniy0WMdaHjmQnt3g5sa16W4p0HqukYTTsyTW3GD1q41TyGl5YFXj/5B2U6dlh5FM1LIMgxw==",
  6983. "dev": true,
  6984. "dependencies": {
  6985. "chalk": "^4.0.0",
  6986. "diff-sequences": "^29.4.3",
  6987. "jest-get-type": "^29.4.3",
  6988. "pretty-format": "^29.5.0"
  6989. },
  6990. "engines": {
  6991. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  6992. }
  6993. },
  6994. "node_modules/jest-docblock": {
  6995. "version": "29.4.3",
  6996. "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.4.3.tgz",
  6997. "integrity": "sha512-fzdTftThczeSD9nZ3fzA/4KkHtnmllawWrXO69vtI+L9WjEIuXWs4AmyME7lN5hU7dB0sHhuPfcKofRsUb/2Fg==",
  6998. "dev": true,
  6999. "dependencies": {
  7000. "detect-newline": "^3.0.0"
  7001. },
  7002. "engines": {
  7003. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7004. }
  7005. },
  7006. "node_modules/jest-each": {
  7007. "version": "29.5.0",
  7008. "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-29.5.0.tgz",
  7009. "integrity": "sha512-HM5kIJ1BTnVt+DQZ2ALp3rzXEl+g726csObrW/jpEGl+CDSSQpOJJX2KE/vEg8cxcMXdyEPu6U4QX5eruQv5hA==",
  7010. "dev": true,
  7011. "dependencies": {
  7012. "@jest/types": "^29.5.0",
  7013. "chalk": "^4.0.0",
  7014. "jest-get-type": "^29.4.3",
  7015. "jest-util": "^29.5.0",
  7016. "pretty-format": "^29.5.0"
  7017. },
  7018. "engines": {
  7019. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7020. }
  7021. },
  7022. "node_modules/jest-environment-node": {
  7023. "version": "29.5.0",
  7024. "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.5.0.tgz",
  7025. "integrity": "sha512-ExxuIK/+yQ+6PRGaHkKewYtg6hto2uGCgvKdb2nfJfKXgZ17DfXjvbZ+jA1Qt9A8EQSfPnt5FKIfnOO3u1h9qw==",
  7026. "dependencies": {
  7027. "@jest/environment": "^29.5.0",
  7028. "@jest/fake-timers": "^29.5.0",
  7029. "@jest/types": "^29.5.0",
  7030. "@types/node": "*",
  7031. "jest-mock": "^29.5.0",
  7032. "jest-util": "^29.5.0"
  7033. },
  7034. "engines": {
  7035. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7036. }
  7037. },
  7038. "node_modules/jest-get-type": {
  7039. "version": "29.4.3",
  7040. "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.4.3.tgz",
  7041. "integrity": "sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg==",
  7042. "engines": {
  7043. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7044. }
  7045. },
  7046. "node_modules/jest-haste-map": {
  7047. "version": "29.5.0",
  7048. "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.5.0.tgz",
  7049. "integrity": "sha512-IspOPnnBro8YfVYSw6yDRKh/TiCdRngjxeacCps1cQ9cgVN6+10JUcuJ1EabrgYLOATsIAigxA0rLR9x/YlrSA==",
  7050. "dev": true,
  7051. "dependencies": {
  7052. "@jest/types": "^29.5.0",
  7053. "@types/graceful-fs": "^4.1.3",
  7054. "@types/node": "*",
  7055. "anymatch": "^3.0.3",
  7056. "fb-watchman": "^2.0.0",
  7057. "graceful-fs": "^4.2.9",
  7058. "jest-regex-util": "^29.4.3",
  7059. "jest-util": "^29.5.0",
  7060. "jest-worker": "^29.5.0",
  7061. "micromatch": "^4.0.4",
  7062. "walker": "^1.0.8"
  7063. },
  7064. "engines": {
  7065. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7066. },
  7067. "optionalDependencies": {
  7068. "fsevents": "^2.3.2"
  7069. }
  7070. },
  7071. "node_modules/jest-leak-detector": {
  7072. "version": "29.5.0",
  7073. "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.5.0.tgz",
  7074. "integrity": "sha512-u9YdeeVnghBUtpN5mVxjID7KbkKE1QU4f6uUwuxiY0vYRi9BUCLKlPEZfDGR67ofdFmDz9oPAy2G92Ujrntmow==",
  7075. "dev": true,
  7076. "dependencies": {
  7077. "jest-get-type": "^29.4.3",
  7078. "pretty-format": "^29.5.0"
  7079. },
  7080. "engines": {
  7081. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7082. }
  7083. },
  7084. "node_modules/jest-matcher-utils": {
  7085. "version": "29.5.0",
  7086. "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.5.0.tgz",
  7087. "integrity": "sha512-lecRtgm/rjIK0CQ7LPQwzCs2VwW6WAahA55YBuI+xqmhm7LAaxokSB8C97yJeYyT+HvQkH741StzpU41wohhWw==",
  7088. "dev": true,
  7089. "dependencies": {
  7090. "chalk": "^4.0.0",
  7091. "jest-diff": "^29.5.0",
  7092. "jest-get-type": "^29.4.3",
  7093. "pretty-format": "^29.5.0"
  7094. },
  7095. "engines": {
  7096. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7097. }
  7098. },
  7099. "node_modules/jest-message-util": {
  7100. "version": "29.5.0",
  7101. "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.5.0.tgz",
  7102. "integrity": "sha512-Kijeg9Dag6CKtIDA7O21zNTACqD5MD/8HfIV8pdD94vFyFuer52SigdC3IQMhab3vACxXMiFk+yMHNdbqtyTGA==",
  7103. "dependencies": {
  7104. "@babel/code-frame": "^7.12.13",
  7105. "@jest/types": "^29.5.0",
  7106. "@types/stack-utils": "^2.0.0",
  7107. "chalk": "^4.0.0",
  7108. "graceful-fs": "^4.2.9",
  7109. "micromatch": "^4.0.4",
  7110. "pretty-format": "^29.5.0",
  7111. "slash": "^3.0.0",
  7112. "stack-utils": "^2.0.3"
  7113. },
  7114. "engines": {
  7115. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7116. }
  7117. },
  7118. "node_modules/jest-mock": {
  7119. "version": "29.5.0",
  7120. "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.5.0.tgz",
  7121. "integrity": "sha512-GqOzvdWDE4fAV2bWQLQCkujxYWL7RxjCnj71b5VhDAGOevB3qj3Ovg26A5NI84ZpODxyzaozXLOh2NCgkbvyaw==",
  7122. "dependencies": {
  7123. "@jest/types": "^29.5.0",
  7124. "@types/node": "*",
  7125. "jest-util": "^29.5.0"
  7126. },
  7127. "engines": {
  7128. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7129. }
  7130. },
  7131. "node_modules/jest-pnp-resolver": {
  7132. "version": "1.2.3",
  7133. "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz",
  7134. "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==",
  7135. "dev": true,
  7136. "engines": {
  7137. "node": ">=6"
  7138. },
  7139. "peerDependencies": {
  7140. "jest-resolve": "*"
  7141. },
  7142. "peerDependenciesMeta": {
  7143. "jest-resolve": {
  7144. "optional": true
  7145. }
  7146. }
  7147. },
  7148. "node_modules/jest-regex-util": {
  7149. "version": "29.4.3",
  7150. "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.4.3.tgz",
  7151. "integrity": "sha512-O4FglZaMmWXbGHSQInfXewIsd1LMn9p3ZXB/6r4FOkyhX2/iP/soMG98jGvk/A3HAN78+5VWcBGO0BJAPRh4kg==",
  7152. "dev": true,
  7153. "engines": {
  7154. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7155. }
  7156. },
  7157. "node_modules/jest-resolve": {
  7158. "version": "29.5.0",
  7159. "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.5.0.tgz",
  7160. "integrity": "sha512-1TzxJ37FQq7J10jPtQjcc+MkCkE3GBpBecsSUWJ0qZNJpmg6m0D9/7II03yJulm3H/fvVjgqLh/k2eYg+ui52w==",
  7161. "dev": true,
  7162. "dependencies": {
  7163. "chalk": "^4.0.0",
  7164. "graceful-fs": "^4.2.9",
  7165. "jest-haste-map": "^29.5.0",
  7166. "jest-pnp-resolver": "^1.2.2",
  7167. "jest-util": "^29.5.0",
  7168. "jest-validate": "^29.5.0",
  7169. "resolve": "^1.20.0",
  7170. "resolve.exports": "^2.0.0",
  7171. "slash": "^3.0.0"
  7172. },
  7173. "engines": {
  7174. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7175. }
  7176. },
  7177. "node_modules/jest-resolve-dependencies": {
  7178. "version": "29.5.0",
  7179. "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.5.0.tgz",
  7180. "integrity": "sha512-sjV3GFr0hDJMBpYeUuGduP+YeCRbd7S/ck6IvL3kQ9cpySYKqcqhdLLC2rFwrcL7tz5vYibomBrsFYWkIGGjOg==",
  7181. "dev": true,
  7182. "dependencies": {
  7183. "jest-regex-util": "^29.4.3",
  7184. "jest-snapshot": "^29.5.0"
  7185. },
  7186. "engines": {
  7187. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7188. }
  7189. },
  7190. "node_modules/jest-runner": {
  7191. "version": "29.5.0",
  7192. "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-29.5.0.tgz",
  7193. "integrity": "sha512-m7b6ypERhFghJsslMLhydaXBiLf7+jXy8FwGRHO3BGV1mcQpPbwiqiKUR2zU2NJuNeMenJmlFZCsIqzJCTeGLQ==",
  7194. "dev": true,
  7195. "dependencies": {
  7196. "@jest/console": "^29.5.0",
  7197. "@jest/environment": "^29.5.0",
  7198. "@jest/test-result": "^29.5.0",
  7199. "@jest/transform": "^29.5.0",
  7200. "@jest/types": "^29.5.0",
  7201. "@types/node": "*",
  7202. "chalk": "^4.0.0",
  7203. "emittery": "^0.13.1",
  7204. "graceful-fs": "^4.2.9",
  7205. "jest-docblock": "^29.4.3",
  7206. "jest-environment-node": "^29.5.0",
  7207. "jest-haste-map": "^29.5.0",
  7208. "jest-leak-detector": "^29.5.0",
  7209. "jest-message-util": "^29.5.0",
  7210. "jest-resolve": "^29.5.0",
  7211. "jest-runtime": "^29.5.0",
  7212. "jest-util": "^29.5.0",
  7213. "jest-watcher": "^29.5.0",
  7214. "jest-worker": "^29.5.0",
  7215. "p-limit": "^3.1.0",
  7216. "source-map-support": "0.5.13"
  7217. },
  7218. "engines": {
  7219. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7220. }
  7221. },
  7222. "node_modules/jest-runner/node_modules/source-map": {
  7223. "version": "0.6.1",
  7224. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  7225. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  7226. "dev": true,
  7227. "engines": {
  7228. "node": ">=0.10.0"
  7229. }
  7230. },
  7231. "node_modules/jest-runner/node_modules/source-map-support": {
  7232. "version": "0.5.13",
  7233. "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz",
  7234. "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==",
  7235. "dev": true,
  7236. "dependencies": {
  7237. "buffer-from": "^1.0.0",
  7238. "source-map": "^0.6.0"
  7239. }
  7240. },
  7241. "node_modules/jest-runtime": {
  7242. "version": "29.5.0",
  7243. "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.5.0.tgz",
  7244. "integrity": "sha512-1Hr6Hh7bAgXQP+pln3homOiEZtCDZFqwmle7Ew2j8OlbkIu6uE3Y/etJQG8MLQs3Zy90xrp2C0BRrtPHG4zryw==",
  7245. "dev": true,
  7246. "dependencies": {
  7247. "@jest/environment": "^29.5.0",
  7248. "@jest/fake-timers": "^29.5.0",
  7249. "@jest/globals": "^29.5.0",
  7250. "@jest/source-map": "^29.4.3",
  7251. "@jest/test-result": "^29.5.0",
  7252. "@jest/transform": "^29.5.0",
  7253. "@jest/types": "^29.5.0",
  7254. "@types/node": "*",
  7255. "chalk": "^4.0.0",
  7256. "cjs-module-lexer": "^1.0.0",
  7257. "collect-v8-coverage": "^1.0.0",
  7258. "glob": "^7.1.3",
  7259. "graceful-fs": "^4.2.9",
  7260. "jest-haste-map": "^29.5.0",
  7261. "jest-message-util": "^29.5.0",
  7262. "jest-mock": "^29.5.0",
  7263. "jest-regex-util": "^29.4.3",
  7264. "jest-resolve": "^29.5.0",
  7265. "jest-snapshot": "^29.5.0",
  7266. "jest-util": "^29.5.0",
  7267. "slash": "^3.0.0",
  7268. "strip-bom": "^4.0.0"
  7269. },
  7270. "engines": {
  7271. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7272. }
  7273. },
  7274. "node_modules/jest-snapshot": {
  7275. "version": "29.5.0",
  7276. "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.5.0.tgz",
  7277. "integrity": "sha512-x7Wolra5V0tt3wRs3/ts3S6ciSQVypgGQlJpz2rsdQYoUKxMxPNaoHMGJN6qAuPJqS+2iQ1ZUn5kl7HCyls84g==",
  7278. "dev": true,
  7279. "dependencies": {
  7280. "@babel/core": "^7.11.6",
  7281. "@babel/generator": "^7.7.2",
  7282. "@babel/plugin-syntax-jsx": "^7.7.2",
  7283. "@babel/plugin-syntax-typescript": "^7.7.2",
  7284. "@babel/traverse": "^7.7.2",
  7285. "@babel/types": "^7.3.3",
  7286. "@jest/expect-utils": "^29.5.0",
  7287. "@jest/transform": "^29.5.0",
  7288. "@jest/types": "^29.5.0",
  7289. "@types/babel__traverse": "^7.0.6",
  7290. "@types/prettier": "^2.1.5",
  7291. "babel-preset-current-node-syntax": "^1.0.0",
  7292. "chalk": "^4.0.0",
  7293. "expect": "^29.5.0",
  7294. "graceful-fs": "^4.2.9",
  7295. "jest-diff": "^29.5.0",
  7296. "jest-get-type": "^29.4.3",
  7297. "jest-matcher-utils": "^29.5.0",
  7298. "jest-message-util": "^29.5.0",
  7299. "jest-util": "^29.5.0",
  7300. "natural-compare": "^1.4.0",
  7301. "pretty-format": "^29.5.0",
  7302. "semver": "^7.3.5"
  7303. },
  7304. "engines": {
  7305. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7306. }
  7307. },
  7308. "node_modules/jest-snapshot/node_modules/lru-cache": {
  7309. "version": "6.0.0",
  7310. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
  7311. "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
  7312. "dev": true,
  7313. "dependencies": {
  7314. "yallist": "^4.0.0"
  7315. },
  7316. "engines": {
  7317. "node": ">=10"
  7318. }
  7319. },
  7320. "node_modules/jest-snapshot/node_modules/semver": {
  7321. "version": "7.5.3",
  7322. "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.3.tgz",
  7323. "integrity": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==",
  7324. "dev": true,
  7325. "dependencies": {
  7326. "lru-cache": "^6.0.0"
  7327. },
  7328. "bin": {
  7329. "semver": "bin/semver.js"
  7330. },
  7331. "engines": {
  7332. "node": ">=10"
  7333. }
  7334. },
  7335. "node_modules/jest-snapshot/node_modules/yallist": {
  7336. "version": "4.0.0",
  7337. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  7338. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  7339. "dev": true
  7340. },
  7341. "node_modules/jest-util": {
  7342. "version": "29.5.0",
  7343. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz",
  7344. "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==",
  7345. "dependencies": {
  7346. "@jest/types": "^29.5.0",
  7347. "@types/node": "*",
  7348. "chalk": "^4.0.0",
  7349. "ci-info": "^3.2.0",
  7350. "graceful-fs": "^4.2.9",
  7351. "picomatch": "^2.2.3"
  7352. },
  7353. "engines": {
  7354. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7355. }
  7356. },
  7357. "node_modules/jest-validate": {
  7358. "version": "29.5.0",
  7359. "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.5.0.tgz",
  7360. "integrity": "sha512-pC26etNIi+y3HV8A+tUGr/lph9B18GnzSRAkPaaZJIE1eFdiYm6/CewuiJQ8/RlfHd1u/8Ioi8/sJ+CmbA+zAQ==",
  7361. "dependencies": {
  7362. "@jest/types": "^29.5.0",
  7363. "camelcase": "^6.2.0",
  7364. "chalk": "^4.0.0",
  7365. "jest-get-type": "^29.4.3",
  7366. "leven": "^3.1.0",
  7367. "pretty-format": "^29.5.0"
  7368. },
  7369. "engines": {
  7370. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7371. }
  7372. },
  7373. "node_modules/jest-validate/node_modules/camelcase": {
  7374. "version": "6.3.0",
  7375. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
  7376. "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
  7377. "engines": {
  7378. "node": ">=10"
  7379. },
  7380. "funding": {
  7381. "url": "https://github.com/sponsors/sindresorhus"
  7382. }
  7383. },
  7384. "node_modules/jest-watcher": {
  7385. "version": "29.5.0",
  7386. "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.5.0.tgz",
  7387. "integrity": "sha512-KmTojKcapuqYrKDpRwfqcQ3zjMlwu27SYext9pt4GlF5FUgB+7XE1mcCnSm6a4uUpFyQIkb6ZhzZvHl+jiBCiA==",
  7388. "dev": true,
  7389. "dependencies": {
  7390. "@jest/test-result": "^29.5.0",
  7391. "@jest/types": "^29.5.0",
  7392. "@types/node": "*",
  7393. "ansi-escapes": "^4.2.1",
  7394. "chalk": "^4.0.0",
  7395. "emittery": "^0.13.1",
  7396. "jest-util": "^29.5.0",
  7397. "string-length": "^4.0.1"
  7398. },
  7399. "engines": {
  7400. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7401. }
  7402. },
  7403. "node_modules/jest-worker": {
  7404. "version": "29.5.0",
  7405. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.5.0.tgz",
  7406. "integrity": "sha512-NcrQnevGoSp4b5kg+akIpthoAFHxPBcb5P6mYPY0fUNT+sSvmtu6jlkEle3anczUKIKEbMxFimk9oTP/tpIPgA==",
  7407. "dev": true,
  7408. "dependencies": {
  7409. "@types/node": "*",
  7410. "jest-util": "^29.5.0",
  7411. "merge-stream": "^2.0.0",
  7412. "supports-color": "^8.0.0"
  7413. },
  7414. "engines": {
  7415. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7416. }
  7417. },
  7418. "node_modules/jest-worker/node_modules/supports-color": {
  7419. "version": "8.1.1",
  7420. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
  7421. "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
  7422. "dev": true,
  7423. "dependencies": {
  7424. "has-flag": "^4.0.0"
  7425. },
  7426. "engines": {
  7427. "node": ">=10"
  7428. },
  7429. "funding": {
  7430. "url": "https://github.com/chalk/supports-color?sponsor=1"
  7431. }
  7432. },
  7433. "node_modules/jest/node_modules/jest-cli": {
  7434. "version": "29.5.0",
  7435. "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-29.5.0.tgz",
  7436. "integrity": "sha512-L1KcP1l4HtfwdxXNFCL5bmUbLQiKrakMUriBEcc1Vfz6gx31ORKdreuWvmQVBit+1ss9NNR3yxjwfwzZNdQXJw==",
  7437. "dev": true,
  7438. "dependencies": {
  7439. "@jest/core": "^29.5.0",
  7440. "@jest/test-result": "^29.5.0",
  7441. "@jest/types": "^29.5.0",
  7442. "chalk": "^4.0.0",
  7443. "exit": "^0.1.2",
  7444. "graceful-fs": "^4.2.9",
  7445. "import-local": "^3.0.2",
  7446. "jest-config": "^29.5.0",
  7447. "jest-util": "^29.5.0",
  7448. "jest-validate": "^29.5.0",
  7449. "prompts": "^2.0.1",
  7450. "yargs": "^17.3.1"
  7451. },
  7452. "bin": {
  7453. "jest": "bin/jest.js"
  7454. },
  7455. "engines": {
  7456. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7457. },
  7458. "peerDependencies": {
  7459. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  7460. },
  7461. "peerDependenciesMeta": {
  7462. "node-notifier": {
  7463. "optional": true
  7464. }
  7465. }
  7466. },
  7467. "node_modules/joi": {
  7468. "version": "17.9.2",
  7469. "resolved": "https://registry.npmjs.org/joi/-/joi-17.9.2.tgz",
  7470. "integrity": "sha512-Itk/r+V4Dx0V3c7RLFdRh12IOjySm2/WGPMubBT92cQvRfYZhPM2W0hZlctjj72iES8jsRCwp7S/cRmWBnJ4nw==",
  7471. "dependencies": {
  7472. "@hapi/hoek": "^9.0.0",
  7473. "@hapi/topo": "^5.0.0",
  7474. "@sideway/address": "^4.1.3",
  7475. "@sideway/formula": "^3.0.1",
  7476. "@sideway/pinpoint": "^2.0.0"
  7477. }
  7478. },
  7479. "node_modules/js-tokens": {
  7480. "version": "4.0.0",
  7481. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  7482. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
  7483. },
  7484. "node_modules/js-yaml": {
  7485. "version": "3.14.1",
  7486. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
  7487. "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
  7488. "dependencies": {
  7489. "argparse": "^1.0.7",
  7490. "esprima": "^4.0.0"
  7491. },
  7492. "bin": {
  7493. "js-yaml": "bin/js-yaml.js"
  7494. }
  7495. },
  7496. "node_modules/jsc-android": {
  7497. "version": "250231.0.0",
  7498. "resolved": "https://registry.npmjs.org/jsc-android/-/jsc-android-250231.0.0.tgz",
  7499. "integrity": "sha512-rS46PvsjYmdmuz1OAWXY/1kCYG7pnf1TBqeTiOJr1iDz7s5DLxxC9n/ZMknLDxzYzNVfI7R95MH10emSSG1Wuw=="
  7500. },
  7501. "node_modules/jsc-safe-url": {
  7502. "version": "0.2.4",
  7503. "resolved": "https://registry.npmjs.org/jsc-safe-url/-/jsc-safe-url-0.2.4.tgz",
  7504. "integrity": "sha512-0wM3YBWtYePOjfyXQH5MWQ8H7sdk5EXSwZvmSLKk2RboVQ2Bu239jycHDz5J/8Blf3K0Qnoy2b6xD+z10MFB+Q=="
  7505. },
  7506. "node_modules/jscodeshift": {
  7507. "version": "0.14.0",
  7508. "resolved": "https://registry.npmjs.org/jscodeshift/-/jscodeshift-0.14.0.tgz",
  7509. "integrity": "sha512-7eCC1knD7bLUPuSCwXsMZUH51O8jIcoVyKtI6P0XM0IVzlGjckPy3FIwQlorzbN0Sg79oK+RlohN32Mqf/lrYA==",
  7510. "dependencies": {
  7511. "@babel/core": "^7.13.16",
  7512. "@babel/parser": "^7.13.16",
  7513. "@babel/plugin-proposal-class-properties": "^7.13.0",
  7514. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
  7515. "@babel/plugin-proposal-optional-chaining": "^7.13.12",
  7516. "@babel/plugin-transform-modules-commonjs": "^7.13.8",
  7517. "@babel/preset-flow": "^7.13.13",
  7518. "@babel/preset-typescript": "^7.13.0",
  7519. "@babel/register": "^7.13.16",
  7520. "babel-core": "^7.0.0-bridge.0",
  7521. "chalk": "^4.1.2",
  7522. "flow-parser": "0.*",
  7523. "graceful-fs": "^4.2.4",
  7524. "micromatch": "^4.0.4",
  7525. "neo-async": "^2.5.0",
  7526. "node-dir": "^0.1.17",
  7527. "recast": "^0.21.0",
  7528. "temp": "^0.8.4",
  7529. "write-file-atomic": "^2.3.0"
  7530. },
  7531. "bin": {
  7532. "jscodeshift": "bin/jscodeshift.js"
  7533. },
  7534. "peerDependencies": {
  7535. "@babel/preset-env": "^7.1.6"
  7536. }
  7537. },
  7538. "node_modules/jscodeshift/node_modules/write-file-atomic": {
  7539. "version": "2.4.3",
  7540. "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.3.tgz",
  7541. "integrity": "sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==",
  7542. "dependencies": {
  7543. "graceful-fs": "^4.1.11",
  7544. "imurmurhash": "^0.1.4",
  7545. "signal-exit": "^3.0.2"
  7546. }
  7547. },
  7548. "node_modules/jsesc": {
  7549. "version": "2.5.2",
  7550. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
  7551. "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
  7552. "bin": {
  7553. "jsesc": "bin/jsesc"
  7554. },
  7555. "engines": {
  7556. "node": ">=4"
  7557. }
  7558. },
  7559. "node_modules/json-parse-better-errors": {
  7560. "version": "1.0.2",
  7561. "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
  7562. "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw=="
  7563. },
  7564. "node_modules/json-parse-even-better-errors": {
  7565. "version": "2.3.1",
  7566. "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
  7567. "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
  7568. "dev": true
  7569. },
  7570. "node_modules/json-schema-traverse": {
  7571. "version": "0.4.1",
  7572. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  7573. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  7574. "dev": true
  7575. },
  7576. "node_modules/json-stable-stringify-without-jsonify": {
  7577. "version": "1.0.1",
  7578. "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  7579. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  7580. "dev": true
  7581. },
  7582. "node_modules/json5": {
  7583. "version": "2.2.3",
  7584. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  7585. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  7586. "bin": {
  7587. "json5": "lib/cli.js"
  7588. },
  7589. "engines": {
  7590. "node": ">=6"
  7591. }
  7592. },
  7593. "node_modules/jsonfile": {
  7594. "version": "4.0.0",
  7595. "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
  7596. "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==",
  7597. "optionalDependencies": {
  7598. "graceful-fs": "^4.1.6"
  7599. }
  7600. },
  7601. "node_modules/jsx-ast-utils": {
  7602. "version": "3.3.3",
  7603. "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.3.tgz",
  7604. "integrity": "sha512-fYQHZTZ8jSfmWZ0iyzfwiU4WDX4HpHbMCZ3gPlWYiCl3BoeOTsqKBqnTVfH2rYT7eP5c3sVbeSPHnnJOaTrWiw==",
  7605. "dev": true,
  7606. "dependencies": {
  7607. "array-includes": "^3.1.5",
  7608. "object.assign": "^4.1.3"
  7609. },
  7610. "engines": {
  7611. "node": ">=4.0"
  7612. }
  7613. },
  7614. "node_modules/kind-of": {
  7615. "version": "6.0.3",
  7616. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
  7617. "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
  7618. "engines": {
  7619. "node": ">=0.10.0"
  7620. }
  7621. },
  7622. "node_modules/kleur": {
  7623. "version": "3.0.3",
  7624. "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
  7625. "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
  7626. "engines": {
  7627. "node": ">=6"
  7628. }
  7629. },
  7630. "node_modules/leven": {
  7631. "version": "3.1.0",
  7632. "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
  7633. "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==",
  7634. "engines": {
  7635. "node": ">=6"
  7636. }
  7637. },
  7638. "node_modules/levn": {
  7639. "version": "0.4.1",
  7640. "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
  7641. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  7642. "dev": true,
  7643. "dependencies": {
  7644. "prelude-ls": "^1.2.1",
  7645. "type-check": "~0.4.0"
  7646. },
  7647. "engines": {
  7648. "node": ">= 0.8.0"
  7649. }
  7650. },
  7651. "node_modules/lines-and-columns": {
  7652. "version": "1.2.4",
  7653. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  7654. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
  7655. "dev": true
  7656. },
  7657. "node_modules/locate-path": {
  7658. "version": "5.0.0",
  7659. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
  7660. "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
  7661. "dependencies": {
  7662. "p-locate": "^4.1.0"
  7663. },
  7664. "engines": {
  7665. "node": ">=8"
  7666. }
  7667. },
  7668. "node_modules/lodash": {
  7669. "version": "4.17.21",
  7670. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
  7671. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
  7672. },
  7673. "node_modules/lodash.debounce": {
  7674. "version": "4.0.8",
  7675. "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
  7676. "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow=="
  7677. },
  7678. "node_modules/lodash.merge": {
  7679. "version": "4.6.2",
  7680. "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
  7681. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  7682. "dev": true
  7683. },
  7684. "node_modules/lodash.throttle": {
  7685. "version": "4.1.1",
  7686. "resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz",
  7687. "integrity": "sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ=="
  7688. },
  7689. "node_modules/log-symbols": {
  7690. "version": "4.1.0",
  7691. "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz",
  7692. "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==",
  7693. "dependencies": {
  7694. "chalk": "^4.1.0",
  7695. "is-unicode-supported": "^0.1.0"
  7696. },
  7697. "engines": {
  7698. "node": ">=10"
  7699. },
  7700. "funding": {
  7701. "url": "https://github.com/sponsors/sindresorhus"
  7702. }
  7703. },
  7704. "node_modules/logkitty": {
  7705. "version": "0.7.1",
  7706. "resolved": "https://registry.npmjs.org/logkitty/-/logkitty-0.7.1.tgz",
  7707. "integrity": "sha512-/3ER20CTTbahrCrpYfPn7Xavv9diBROZpoXGVZDWMw4b/X4uuUwAC0ki85tgsdMRONURyIJbcOvS94QsUBYPbQ==",
  7708. "dependencies": {
  7709. "ansi-fragments": "^0.2.1",
  7710. "dayjs": "^1.8.15",
  7711. "yargs": "^15.1.0"
  7712. },
  7713. "bin": {
  7714. "logkitty": "bin/logkitty.js"
  7715. }
  7716. },
  7717. "node_modules/logkitty/node_modules/cliui": {
  7718. "version": "6.0.0",
  7719. "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
  7720. "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==",
  7721. "dependencies": {
  7722. "string-width": "^4.2.0",
  7723. "strip-ansi": "^6.0.0",
  7724. "wrap-ansi": "^6.2.0"
  7725. }
  7726. },
  7727. "node_modules/logkitty/node_modules/wrap-ansi": {
  7728. "version": "6.2.0",
  7729. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
  7730. "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
  7731. "dependencies": {
  7732. "ansi-styles": "^4.0.0",
  7733. "string-width": "^4.1.0",
  7734. "strip-ansi": "^6.0.0"
  7735. },
  7736. "engines": {
  7737. "node": ">=8"
  7738. }
  7739. },
  7740. "node_modules/logkitty/node_modules/y18n": {
  7741. "version": "4.0.3",
  7742. "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
  7743. "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ=="
  7744. },
  7745. "node_modules/logkitty/node_modules/yargs": {
  7746. "version": "15.4.1",
  7747. "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz",
  7748. "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==",
  7749. "dependencies": {
  7750. "cliui": "^6.0.0",
  7751. "decamelize": "^1.2.0",
  7752. "find-up": "^4.1.0",
  7753. "get-caller-file": "^2.0.1",
  7754. "require-directory": "^2.1.1",
  7755. "require-main-filename": "^2.0.0",
  7756. "set-blocking": "^2.0.0",
  7757. "string-width": "^4.2.0",
  7758. "which-module": "^2.0.0",
  7759. "y18n": "^4.0.0",
  7760. "yargs-parser": "^18.1.2"
  7761. },
  7762. "engines": {
  7763. "node": ">=8"
  7764. }
  7765. },
  7766. "node_modules/logkitty/node_modules/yargs-parser": {
  7767. "version": "18.1.3",
  7768. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz",
  7769. "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==",
  7770. "dependencies": {
  7771. "camelcase": "^5.0.0",
  7772. "decamelize": "^1.2.0"
  7773. },
  7774. "engines": {
  7775. "node": ">=6"
  7776. }
  7777. },
  7778. "node_modules/loose-envify": {
  7779. "version": "1.4.0",
  7780. "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
  7781. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  7782. "dependencies": {
  7783. "js-tokens": "^3.0.0 || ^4.0.0"
  7784. },
  7785. "bin": {
  7786. "loose-envify": "cli.js"
  7787. }
  7788. },
  7789. "node_modules/lru-cache": {
  7790. "version": "5.1.1",
  7791. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  7792. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  7793. "dependencies": {
  7794. "yallist": "^3.0.2"
  7795. }
  7796. },
  7797. "node_modules/make-dir": {
  7798. "version": "2.1.0",
  7799. "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz",
  7800. "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==",
  7801. "dependencies": {
  7802. "pify": "^4.0.1",
  7803. "semver": "^5.6.0"
  7804. },
  7805. "engines": {
  7806. "node": ">=6"
  7807. }
  7808. },
  7809. "node_modules/make-dir/node_modules/semver": {
  7810. "version": "5.7.1",
  7811. "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
  7812. "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
  7813. "bin": {
  7814. "semver": "bin/semver"
  7815. }
  7816. },
  7817. "node_modules/makeerror": {
  7818. "version": "1.0.12",
  7819. "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz",
  7820. "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==",
  7821. "dependencies": {
  7822. "tmpl": "1.0.5"
  7823. }
  7824. },
  7825. "node_modules/memoize-one": {
  7826. "version": "5.2.1",
  7827. "resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-5.2.1.tgz",
  7828. "integrity": "sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q=="
  7829. },
  7830. "node_modules/merge-stream": {
  7831. "version": "2.0.0",
  7832. "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
  7833. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w=="
  7834. },
  7835. "node_modules/merge2": {
  7836. "version": "1.4.1",
  7837. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  7838. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  7839. "dev": true,
  7840. "engines": {
  7841. "node": ">= 8"
  7842. }
  7843. },
  7844. "node_modules/metro": {
  7845. "version": "0.76.5",
  7846. "resolved": "https://registry.npmjs.org/metro/-/metro-0.76.5.tgz",
  7847. "integrity": "sha512-aEQiqNFibfx4ajUXm7Xatsv43r/UQ0xE53T3XqgZBzsxhF235tf1cl8t0giawi0RbLtDS+Fu4kg2bVBKDYFy7A==",
  7848. "dependencies": {
  7849. "@babel/code-frame": "^7.0.0",
  7850. "@babel/core": "^7.20.0",
  7851. "@babel/generator": "^7.20.0",
  7852. "@babel/parser": "^7.20.0",
  7853. "@babel/template": "^7.0.0",
  7854. "@babel/traverse": "^7.20.0",
  7855. "@babel/types": "^7.20.0",
  7856. "accepts": "^1.3.7",
  7857. "async": "^3.2.2",
  7858. "chalk": "^4.0.0",
  7859. "ci-info": "^2.0.0",
  7860. "connect": "^3.6.5",
  7861. "debug": "^2.2.0",
  7862. "denodeify": "^1.2.1",
  7863. "error-stack-parser": "^2.0.6",
  7864. "graceful-fs": "^4.2.4",
  7865. "hermes-parser": "0.8.0",
  7866. "image-size": "^1.0.2",
  7867. "invariant": "^2.2.4",
  7868. "jest-worker": "^27.2.0",
  7869. "jsc-safe-url": "^0.2.2",
  7870. "lodash.throttle": "^4.1.1",
  7871. "metro-babel-transformer": "0.76.5",
  7872. "metro-cache": "0.76.5",
  7873. "metro-cache-key": "0.76.5",
  7874. "metro-config": "0.76.5",
  7875. "metro-core": "0.76.5",
  7876. "metro-file-map": "0.76.5",
  7877. "metro-inspector-proxy": "0.76.5",
  7878. "metro-minify-terser": "0.76.5",
  7879. "metro-minify-uglify": "0.76.5",
  7880. "metro-react-native-babel-preset": "0.76.5",
  7881. "metro-resolver": "0.76.5",
  7882. "metro-runtime": "0.76.5",
  7883. "metro-source-map": "0.76.5",
  7884. "metro-symbolicate": "0.76.5",
  7885. "metro-transform-plugins": "0.76.5",
  7886. "metro-transform-worker": "0.76.5",
  7887. "mime-types": "^2.1.27",
  7888. "node-fetch": "^2.2.0",
  7889. "nullthrows": "^1.1.1",
  7890. "rimraf": "^3.0.2",
  7891. "serialize-error": "^2.1.0",
  7892. "source-map": "^0.5.6",
  7893. "strip-ansi": "^6.0.0",
  7894. "throat": "^5.0.0",
  7895. "ws": "^7.5.1",
  7896. "yargs": "^17.6.2"
  7897. },
  7898. "bin": {
  7899. "metro": "src/cli.js"
  7900. },
  7901. "engines": {
  7902. "node": ">=16"
  7903. }
  7904. },
  7905. "node_modules/metro-babel-transformer": {
  7906. "version": "0.76.5",
  7907. "resolved": "https://registry.npmjs.org/metro-babel-transformer/-/metro-babel-transformer-0.76.5.tgz",
  7908. "integrity": "sha512-KmsMXY6VHjPLRQLwTITjLo//7ih8Ts39HPF2zODkaYav/ZLNq0QP7eGuW54dvk/sZiL9le1kaBwTN4BWQI1VZQ==",
  7909. "dependencies": {
  7910. "@babel/core": "^7.20.0",
  7911. "hermes-parser": "0.8.0",
  7912. "metro-source-map": "0.76.5",
  7913. "nullthrows": "^1.1.1"
  7914. },
  7915. "engines": {
  7916. "node": ">=16"
  7917. }
  7918. },
  7919. "node_modules/metro-cache": {
  7920. "version": "0.76.5",
  7921. "resolved": "https://registry.npmjs.org/metro-cache/-/metro-cache-0.76.5.tgz",
  7922. "integrity": "sha512-8XalhoMNWDK6bi41oqxIpecTYRt4WsmtoHdqshgJIYshJ6qov0NuDw0pOfnS8rgMNHxPpuWyXc7NyKERqVRzaw==",
  7923. "dependencies": {
  7924. "metro-core": "0.76.5",
  7925. "rimraf": "^3.0.2"
  7926. },
  7927. "engines": {
  7928. "node": ">=16"
  7929. }
  7930. },
  7931. "node_modules/metro-cache-key": {
  7932. "version": "0.76.5",
  7933. "resolved": "https://registry.npmjs.org/metro-cache-key/-/metro-cache-key-0.76.5.tgz",
  7934. "integrity": "sha512-QERX6ejYMt4BPr0ZMf7adnrOivmFSUbCim9FlU6cAeWUib+pV5P/Ph3KicWnOzJpbQz93+tHHG7vcsP6OrvLMw==",
  7935. "engines": {
  7936. "node": ">=16"
  7937. }
  7938. },
  7939. "node_modules/metro-config": {
  7940. "version": "0.76.5",
  7941. "resolved": "https://registry.npmjs.org/metro-config/-/metro-config-0.76.5.tgz",
  7942. "integrity": "sha512-SCMVIDOtm8s3H62E9z2IcY4Q9GVMqDurbiJS3PHrWgTZjwZFaL59lrW4W6DvzvFZHa9bbxKric5TFtwvVuyOCg==",
  7943. "dependencies": {
  7944. "cosmiconfig": "^5.0.5",
  7945. "jest-validate": "^29.2.1",
  7946. "metro": "0.76.5",
  7947. "metro-cache": "0.76.5",
  7948. "metro-core": "0.76.5",
  7949. "metro-runtime": "0.76.5"
  7950. },
  7951. "engines": {
  7952. "node": ">=16"
  7953. }
  7954. },
  7955. "node_modules/metro-core": {
  7956. "version": "0.76.5",
  7957. "resolved": "https://registry.npmjs.org/metro-core/-/metro-core-0.76.5.tgz",
  7958. "integrity": "sha512-yJvIe8a3sAG92U7+E7Bw6m4lae9RB180fp9iQZFBqY437Ilv4nE6PR8EWB6d8c4yt9fXIL1Hc+KyQv7OPFx/rQ==",
  7959. "dependencies": {
  7960. "lodash.throttle": "^4.1.1",
  7961. "metro-resolver": "0.76.5"
  7962. },
  7963. "engines": {
  7964. "node": ">=16"
  7965. }
  7966. },
  7967. "node_modules/metro-file-map": {
  7968. "version": "0.76.5",
  7969. "resolved": "https://registry.npmjs.org/metro-file-map/-/metro-file-map-0.76.5.tgz",
  7970. "integrity": "sha512-9VS7zsec7BpTb+0v1DObOXso6XU/7oVBObQWp0EWBQpFcU1iF1lit2nnLQh2AyGCnSr8JVnuUe8gXhNH6xtPMg==",
  7971. "dependencies": {
  7972. "anymatch": "^3.0.3",
  7973. "debug": "^2.2.0",
  7974. "fb-watchman": "^2.0.0",
  7975. "graceful-fs": "^4.2.4",
  7976. "invariant": "^2.2.4",
  7977. "jest-regex-util": "^27.0.6",
  7978. "jest-util": "^27.2.0",
  7979. "jest-worker": "^27.2.0",
  7980. "micromatch": "^4.0.4",
  7981. "node-abort-controller": "^3.1.1",
  7982. "nullthrows": "^1.1.1",
  7983. "walker": "^1.0.7"
  7984. },
  7985. "engines": {
  7986. "node": ">=16"
  7987. },
  7988. "optionalDependencies": {
  7989. "fsevents": "^2.3.2"
  7990. }
  7991. },
  7992. "node_modules/metro-file-map/node_modules/@jest/types": {
  7993. "version": "27.5.1",
  7994. "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz",
  7995. "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==",
  7996. "dependencies": {
  7997. "@types/istanbul-lib-coverage": "^2.0.0",
  7998. "@types/istanbul-reports": "^3.0.0",
  7999. "@types/node": "*",
  8000. "@types/yargs": "^16.0.0",
  8001. "chalk": "^4.0.0"
  8002. },
  8003. "engines": {
  8004. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  8005. }
  8006. },
  8007. "node_modules/metro-file-map/node_modules/@types/yargs": {
  8008. "version": "16.0.5",
  8009. "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.5.tgz",
  8010. "integrity": "sha512-AxO/ADJOBFJScHbWhq2xAhlWP24rY4aCEG/NFaMvbT3X2MgRsLjhjQwsn0Zi5zn0LG9jUhCCZMeX9Dkuw6k+vQ==",
  8011. "dependencies": {
  8012. "@types/yargs-parser": "*"
  8013. }
  8014. },
  8015. "node_modules/metro-file-map/node_modules/debug": {
  8016. "version": "2.6.9",
  8017. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  8018. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  8019. "dependencies": {
  8020. "ms": "2.0.0"
  8021. }
  8022. },
  8023. "node_modules/metro-file-map/node_modules/jest-regex-util": {
  8024. "version": "27.5.1",
  8025. "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz",
  8026. "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==",
  8027. "engines": {
  8028. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  8029. }
  8030. },
  8031. "node_modules/metro-file-map/node_modules/jest-util": {
  8032. "version": "27.5.1",
  8033. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz",
  8034. "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==",
  8035. "dependencies": {
  8036. "@jest/types": "^27.5.1",
  8037. "@types/node": "*",
  8038. "chalk": "^4.0.0",
  8039. "ci-info": "^3.2.0",
  8040. "graceful-fs": "^4.2.9",
  8041. "picomatch": "^2.2.3"
  8042. },
  8043. "engines": {
  8044. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  8045. }
  8046. },
  8047. "node_modules/metro-file-map/node_modules/jest-worker": {
  8048. "version": "27.5.1",
  8049. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz",
  8050. "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==",
  8051. "dependencies": {
  8052. "@types/node": "*",
  8053. "merge-stream": "^2.0.0",
  8054. "supports-color": "^8.0.0"
  8055. },
  8056. "engines": {
  8057. "node": ">= 10.13.0"
  8058. }
  8059. },
  8060. "node_modules/metro-file-map/node_modules/ms": {
  8061. "version": "2.0.0",
  8062. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  8063. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  8064. },
  8065. "node_modules/metro-file-map/node_modules/supports-color": {
  8066. "version": "8.1.1",
  8067. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
  8068. "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
  8069. "dependencies": {
  8070. "has-flag": "^4.0.0"
  8071. },
  8072. "engines": {
  8073. "node": ">=10"
  8074. },
  8075. "funding": {
  8076. "url": "https://github.com/chalk/supports-color?sponsor=1"
  8077. }
  8078. },
  8079. "node_modules/metro-inspector-proxy": {
  8080. "version": "0.76.5",
  8081. "resolved": "https://registry.npmjs.org/metro-inspector-proxy/-/metro-inspector-proxy-0.76.5.tgz",
  8082. "integrity": "sha512-leqwei1qNMKOEbhqlQ37K+7OIp1JRgvS5qERO+J0ZTg7ZeJTaBHSFU7FnCeRHB9Tu7/FSfypY2PxjydZDwvUEQ==",
  8083. "dependencies": {
  8084. "connect": "^3.6.5",
  8085. "debug": "^2.2.0",
  8086. "node-fetch": "^2.2.0",
  8087. "ws": "^7.5.1",
  8088. "yargs": "^17.6.2"
  8089. },
  8090. "bin": {
  8091. "metro-inspector-proxy": "src/cli.js"
  8092. },
  8093. "engines": {
  8094. "node": ">=16"
  8095. }
  8096. },
  8097. "node_modules/metro-inspector-proxy/node_modules/debug": {
  8098. "version": "2.6.9",
  8099. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  8100. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  8101. "dependencies": {
  8102. "ms": "2.0.0"
  8103. }
  8104. },
  8105. "node_modules/metro-inspector-proxy/node_modules/ms": {
  8106. "version": "2.0.0",
  8107. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  8108. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  8109. },
  8110. "node_modules/metro-inspector-proxy/node_modules/ws": {
  8111. "version": "7.5.9",
  8112. "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz",
  8113. "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==",
  8114. "engines": {
  8115. "node": ">=8.3.0"
  8116. },
  8117. "peerDependencies": {
  8118. "bufferutil": "^4.0.1",
  8119. "utf-8-validate": "^5.0.2"
  8120. },
  8121. "peerDependenciesMeta": {
  8122. "bufferutil": {
  8123. "optional": true
  8124. },
  8125. "utf-8-validate": {
  8126. "optional": true
  8127. }
  8128. }
  8129. },
  8130. "node_modules/metro-minify-terser": {
  8131. "version": "0.76.5",
  8132. "resolved": "https://registry.npmjs.org/metro-minify-terser/-/metro-minify-terser-0.76.5.tgz",
  8133. "integrity": "sha512-zizTXqlHcG7PArB5hfz1Djz/oCaOaTSXTZDNp8Y9K2FmmfLU3dU2eoDbNNiCnm5QdDtFIndLMXdqqe6omTfp4g==",
  8134. "dependencies": {
  8135. "terser": "^5.15.0"
  8136. },
  8137. "engines": {
  8138. "node": ">=16"
  8139. }
  8140. },
  8141. "node_modules/metro-minify-uglify": {
  8142. "version": "0.76.5",
  8143. "resolved": "https://registry.npmjs.org/metro-minify-uglify/-/metro-minify-uglify-0.76.5.tgz",
  8144. "integrity": "sha512-JZNO5eK8r625/cheWSl+y7n0RlHLt03iSMgXPAxirH8BiFqPzs7h+c57r4AvSs793VXcF7L3sI1sAOj+nRqTeg==",
  8145. "dependencies": {
  8146. "uglify-es": "^3.1.9"
  8147. },
  8148. "engines": {
  8149. "node": ">=16"
  8150. }
  8151. },
  8152. "node_modules/metro-react-native-babel-preset": {
  8153. "version": "0.73.9",
  8154. "resolved": "https://registry.npmjs.org/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.73.9.tgz",
  8155. "integrity": "sha512-AoD7v132iYDV4K78yN2OLgTPwtAKn0XlD2pOhzyBxiI8PeXzozhbKyPV7zUOJUPETj+pcEVfuYj5ZN/8+bhbCw==",
  8156. "dev": true,
  8157. "dependencies": {
  8158. "@babel/core": "^7.20.0",
  8159. "@babel/plugin-proposal-async-generator-functions": "^7.0.0",
  8160. "@babel/plugin-proposal-class-properties": "^7.0.0",
  8161. "@babel/plugin-proposal-export-default-from": "^7.0.0",
  8162. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
  8163. "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
  8164. "@babel/plugin-proposal-optional-catch-binding": "^7.0.0",
  8165. "@babel/plugin-proposal-optional-chaining": "^7.0.0",
  8166. "@babel/plugin-syntax-dynamic-import": "^7.0.0",
  8167. "@babel/plugin-syntax-export-default-from": "^7.0.0",
  8168. "@babel/plugin-syntax-flow": "^7.18.0",
  8169. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.0.0",
  8170. "@babel/plugin-syntax-optional-chaining": "^7.0.0",
  8171. "@babel/plugin-transform-arrow-functions": "^7.0.0",
  8172. "@babel/plugin-transform-async-to-generator": "^7.0.0",
  8173. "@babel/plugin-transform-block-scoping": "^7.0.0",
  8174. "@babel/plugin-transform-classes": "^7.0.0",
  8175. "@babel/plugin-transform-computed-properties": "^7.0.0",
  8176. "@babel/plugin-transform-destructuring": "^7.0.0",
  8177. "@babel/plugin-transform-flow-strip-types": "^7.0.0",
  8178. "@babel/plugin-transform-function-name": "^7.0.0",
  8179. "@babel/plugin-transform-literals": "^7.0.0",
  8180. "@babel/plugin-transform-modules-commonjs": "^7.0.0",
  8181. "@babel/plugin-transform-named-capturing-groups-regex": "^7.0.0",
  8182. "@babel/plugin-transform-parameters": "^7.0.0",
  8183. "@babel/plugin-transform-react-display-name": "^7.0.0",
  8184. "@babel/plugin-transform-react-jsx": "^7.0.0",
  8185. "@babel/plugin-transform-react-jsx-self": "^7.0.0",
  8186. "@babel/plugin-transform-react-jsx-source": "^7.0.0",
  8187. "@babel/plugin-transform-runtime": "^7.0.0",
  8188. "@babel/plugin-transform-shorthand-properties": "^7.0.0",
  8189. "@babel/plugin-transform-spread": "^7.0.0",
  8190. "@babel/plugin-transform-sticky-regex": "^7.0.0",
  8191. "@babel/plugin-transform-template-literals": "^7.0.0",
  8192. "@babel/plugin-transform-typescript": "^7.5.0",
  8193. "@babel/plugin-transform-unicode-regex": "^7.0.0",
  8194. "@babel/template": "^7.0.0",
  8195. "react-refresh": "^0.4.0"
  8196. },
  8197. "peerDependencies": {
  8198. "@babel/core": "*"
  8199. }
  8200. },
  8201. "node_modules/metro-react-native-babel-transformer": {
  8202. "version": "0.76.5",
  8203. "resolved": "https://registry.npmjs.org/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.76.5.tgz",
  8204. "integrity": "sha512-7m2u7jQ1I2mwGm48Vrki5cNNSv4d2HegHMGmE5G2AAa6Pr2O3ajaX2yNoAKF8TCLO38/8pa9fZd0VWAlO/YMcA==",
  8205. "dependencies": {
  8206. "@babel/core": "^7.20.0",
  8207. "babel-preset-fbjs": "^3.4.0",
  8208. "hermes-parser": "0.8.0",
  8209. "metro-babel-transformer": "0.76.5",
  8210. "metro-react-native-babel-preset": "0.76.5",
  8211. "metro-source-map": "0.76.5",
  8212. "nullthrows": "^1.1.1"
  8213. },
  8214. "engines": {
  8215. "node": ">=16"
  8216. },
  8217. "peerDependencies": {
  8218. "@babel/core": "*"
  8219. }
  8220. },
  8221. "node_modules/metro-react-native-babel-transformer/node_modules/metro-react-native-babel-preset": {
  8222. "version": "0.76.5",
  8223. "resolved": "https://registry.npmjs.org/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.76.5.tgz",
  8224. "integrity": "sha512-IlVKeTon5fef77rQ6WreSmrabmbc3dEsLwr/sL80fYjobjsD8FRCnOlbaJdgUf2SMJmSIoawgjh5Yeebv+gJzg==",
  8225. "dependencies": {
  8226. "@babel/core": "^7.20.0",
  8227. "@babel/plugin-proposal-async-generator-functions": "^7.0.0",
  8228. "@babel/plugin-proposal-class-properties": "^7.18.0",
  8229. "@babel/plugin-proposal-export-default-from": "^7.0.0",
  8230. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.0",
  8231. "@babel/plugin-proposal-numeric-separator": "^7.0.0",
  8232. "@babel/plugin-proposal-object-rest-spread": "^7.20.0",
  8233. "@babel/plugin-proposal-optional-catch-binding": "^7.0.0",
  8234. "@babel/plugin-proposal-optional-chaining": "^7.20.0",
  8235. "@babel/plugin-syntax-dynamic-import": "^7.8.0",
  8236. "@babel/plugin-syntax-export-default-from": "^7.0.0",
  8237. "@babel/plugin-syntax-flow": "^7.18.0",
  8238. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.0.0",
  8239. "@babel/plugin-syntax-optional-chaining": "^7.0.0",
  8240. "@babel/plugin-transform-arrow-functions": "^7.0.0",
  8241. "@babel/plugin-transform-async-to-generator": "^7.20.0",
  8242. "@babel/plugin-transform-block-scoping": "^7.0.0",
  8243. "@babel/plugin-transform-classes": "^7.0.0",
  8244. "@babel/plugin-transform-computed-properties": "^7.0.0",
  8245. "@babel/plugin-transform-destructuring": "^7.20.0",
  8246. "@babel/plugin-transform-flow-strip-types": "^7.20.0",
  8247. "@babel/plugin-transform-function-name": "^7.0.0",
  8248. "@babel/plugin-transform-literals": "^7.0.0",
  8249. "@babel/plugin-transform-modules-commonjs": "^7.0.0",
  8250. "@babel/plugin-transform-named-capturing-groups-regex": "^7.0.0",
  8251. "@babel/plugin-transform-parameters": "^7.0.0",
  8252. "@babel/plugin-transform-react-display-name": "^7.0.0",
  8253. "@babel/plugin-transform-react-jsx": "^7.0.0",
  8254. "@babel/plugin-transform-react-jsx-self": "^7.0.0",
  8255. "@babel/plugin-transform-react-jsx-source": "^7.0.0",
  8256. "@babel/plugin-transform-runtime": "^7.0.0",
  8257. "@babel/plugin-transform-shorthand-properties": "^7.0.0",
  8258. "@babel/plugin-transform-spread": "^7.0.0",
  8259. "@babel/plugin-transform-sticky-regex": "^7.0.0",
  8260. "@babel/plugin-transform-typescript": "^7.5.0",
  8261. "@babel/plugin-transform-unicode-regex": "^7.0.0",
  8262. "@babel/template": "^7.0.0",
  8263. "babel-plugin-transform-flow-enums": "^0.0.2",
  8264. "react-refresh": "^0.4.0"
  8265. },
  8266. "engines": {
  8267. "node": ">=16"
  8268. },
  8269. "peerDependencies": {
  8270. "@babel/core": "*"
  8271. }
  8272. },
  8273. "node_modules/metro-resolver": {
  8274. "version": "0.76.5",
  8275. "resolved": "https://registry.npmjs.org/metro-resolver/-/metro-resolver-0.76.5.tgz",
  8276. "integrity": "sha512-QNsbDdf0xL1HefP6fhh1g3umqiX1qWEuCiBaTFroYRqM7u7RATt8mCu4n/FwSYhATuUUujHTIb2EduuQPbSGRQ==",
  8277. "engines": {
  8278. "node": ">=16"
  8279. }
  8280. },
  8281. "node_modules/metro-runtime": {
  8282. "version": "0.76.5",
  8283. "resolved": "https://registry.npmjs.org/metro-runtime/-/metro-runtime-0.76.5.tgz",
  8284. "integrity": "sha512-1JAf9/v/NDHLhoTfiJ0n25G6dRkX7mjTkaMJ6UUXIyfIuSucoK5yAuOBx8OveNIekoLRjmyvSmyN5ojEeRmpvQ==",
  8285. "dependencies": {
  8286. "@babel/runtime": "^7.0.0",
  8287. "react-refresh": "^0.4.0"
  8288. },
  8289. "engines": {
  8290. "node": ">=16"
  8291. }
  8292. },
  8293. "node_modules/metro-source-map": {
  8294. "version": "0.76.5",
  8295. "resolved": "https://registry.npmjs.org/metro-source-map/-/metro-source-map-0.76.5.tgz",
  8296. "integrity": "sha512-1EhYPcoftONlvnOzgos7daE8hsJKOgSN3nD3Xf/yaY1F0aLeGeuWfpiNLLeFDNyUhfObHSuNxNhDQF/x1GFEbw==",
  8297. "dependencies": {
  8298. "@babel/traverse": "^7.20.0",
  8299. "@babel/types": "^7.20.0",
  8300. "invariant": "^2.2.4",
  8301. "metro-symbolicate": "0.76.5",
  8302. "nullthrows": "^1.1.1",
  8303. "ob1": "0.76.5",
  8304. "source-map": "^0.5.6",
  8305. "vlq": "^1.0.0"
  8306. },
  8307. "engines": {
  8308. "node": ">=16"
  8309. }
  8310. },
  8311. "node_modules/metro-source-map/node_modules/source-map": {
  8312. "version": "0.5.7",
  8313. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
  8314. "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
  8315. "engines": {
  8316. "node": ">=0.10.0"
  8317. }
  8318. },
  8319. "node_modules/metro-symbolicate": {
  8320. "version": "0.76.5",
  8321. "resolved": "https://registry.npmjs.org/metro-symbolicate/-/metro-symbolicate-0.76.5.tgz",
  8322. "integrity": "sha512-7iftzh6G6HO4UDBmjsi2Yu4d6IkApv6Kg+jmBvkTjCXr8HwnKKum89gMg/FRMix+Rhhut0dnMpz6mAbtKTU9JQ==",
  8323. "dependencies": {
  8324. "invariant": "^2.2.4",
  8325. "metro-source-map": "0.76.5",
  8326. "nullthrows": "^1.1.1",
  8327. "source-map": "^0.5.6",
  8328. "through2": "^2.0.1",
  8329. "vlq": "^1.0.0"
  8330. },
  8331. "bin": {
  8332. "metro-symbolicate": "src/index.js"
  8333. },
  8334. "engines": {
  8335. "node": ">=16"
  8336. }
  8337. },
  8338. "node_modules/metro-symbolicate/node_modules/source-map": {
  8339. "version": "0.5.7",
  8340. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
  8341. "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
  8342. "engines": {
  8343. "node": ">=0.10.0"
  8344. }
  8345. },
  8346. "node_modules/metro-transform-plugins": {
  8347. "version": "0.76.5",
  8348. "resolved": "https://registry.npmjs.org/metro-transform-plugins/-/metro-transform-plugins-0.76.5.tgz",
  8349. "integrity": "sha512-7pJ24aRuvzdQYpX/eOyodr4fnwVJP5ArNLBE1d0DOU9sQxsGplOORDTGAqw2L01+UgaSJiiwEoFMw7Z91HAS+Q==",
  8350. "dependencies": {
  8351. "@babel/core": "^7.20.0",
  8352. "@babel/generator": "^7.20.0",
  8353. "@babel/template": "^7.0.0",
  8354. "@babel/traverse": "^7.20.0",
  8355. "nullthrows": "^1.1.1"
  8356. },
  8357. "engines": {
  8358. "node": ">=16"
  8359. }
  8360. },
  8361. "node_modules/metro-transform-worker": {
  8362. "version": "0.76.5",
  8363. "resolved": "https://registry.npmjs.org/metro-transform-worker/-/metro-transform-worker-0.76.5.tgz",
  8364. "integrity": "sha512-xN6Kb06o9u5A7M1bbl7oPfQFmt4Kmi3CMXp5j9OcK37AFc+u6YXH8x/6e9b3Cq50rlBYuCXDOOYAWI5/tYNt2w==",
  8365. "dependencies": {
  8366. "@babel/core": "^7.20.0",
  8367. "@babel/generator": "^7.20.0",
  8368. "@babel/parser": "^7.20.0",
  8369. "@babel/types": "^7.20.0",
  8370. "babel-preset-fbjs": "^3.4.0",
  8371. "metro": "0.76.5",
  8372. "metro-babel-transformer": "0.76.5",
  8373. "metro-cache": "0.76.5",
  8374. "metro-cache-key": "0.76.5",
  8375. "metro-source-map": "0.76.5",
  8376. "metro-transform-plugins": "0.76.5",
  8377. "nullthrows": "^1.1.1"
  8378. },
  8379. "engines": {
  8380. "node": ">=16"
  8381. }
  8382. },
  8383. "node_modules/metro/node_modules/ci-info": {
  8384. "version": "2.0.0",
  8385. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz",
  8386. "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ=="
  8387. },
  8388. "node_modules/metro/node_modules/debug": {
  8389. "version": "2.6.9",
  8390. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  8391. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  8392. "dependencies": {
  8393. "ms": "2.0.0"
  8394. }
  8395. },
  8396. "node_modules/metro/node_modules/jest-worker": {
  8397. "version": "27.5.1",
  8398. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz",
  8399. "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==",
  8400. "dependencies": {
  8401. "@types/node": "*",
  8402. "merge-stream": "^2.0.0",
  8403. "supports-color": "^8.0.0"
  8404. },
  8405. "engines": {
  8406. "node": ">= 10.13.0"
  8407. }
  8408. },
  8409. "node_modules/metro/node_modules/metro-react-native-babel-preset": {
  8410. "version": "0.76.5",
  8411. "resolved": "https://registry.npmjs.org/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.76.5.tgz",
  8412. "integrity": "sha512-IlVKeTon5fef77rQ6WreSmrabmbc3dEsLwr/sL80fYjobjsD8FRCnOlbaJdgUf2SMJmSIoawgjh5Yeebv+gJzg==",
  8413. "dependencies": {
  8414. "@babel/core": "^7.20.0",
  8415. "@babel/plugin-proposal-async-generator-functions": "^7.0.0",
  8416. "@babel/plugin-proposal-class-properties": "^7.18.0",
  8417. "@babel/plugin-proposal-export-default-from": "^7.0.0",
  8418. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.0",
  8419. "@babel/plugin-proposal-numeric-separator": "^7.0.0",
  8420. "@babel/plugin-proposal-object-rest-spread": "^7.20.0",
  8421. "@babel/plugin-proposal-optional-catch-binding": "^7.0.0",
  8422. "@babel/plugin-proposal-optional-chaining": "^7.20.0",
  8423. "@babel/plugin-syntax-dynamic-import": "^7.8.0",
  8424. "@babel/plugin-syntax-export-default-from": "^7.0.0",
  8425. "@babel/plugin-syntax-flow": "^7.18.0",
  8426. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.0.0",
  8427. "@babel/plugin-syntax-optional-chaining": "^7.0.0",
  8428. "@babel/plugin-transform-arrow-functions": "^7.0.0",
  8429. "@babel/plugin-transform-async-to-generator": "^7.20.0",
  8430. "@babel/plugin-transform-block-scoping": "^7.0.0",
  8431. "@babel/plugin-transform-classes": "^7.0.0",
  8432. "@babel/plugin-transform-computed-properties": "^7.0.0",
  8433. "@babel/plugin-transform-destructuring": "^7.20.0",
  8434. "@babel/plugin-transform-flow-strip-types": "^7.20.0",
  8435. "@babel/plugin-transform-function-name": "^7.0.0",
  8436. "@babel/plugin-transform-literals": "^7.0.0",
  8437. "@babel/plugin-transform-modules-commonjs": "^7.0.0",
  8438. "@babel/plugin-transform-named-capturing-groups-regex": "^7.0.0",
  8439. "@babel/plugin-transform-parameters": "^7.0.0",
  8440. "@babel/plugin-transform-react-display-name": "^7.0.0",
  8441. "@babel/plugin-transform-react-jsx": "^7.0.0",
  8442. "@babel/plugin-transform-react-jsx-self": "^7.0.0",
  8443. "@babel/plugin-transform-react-jsx-source": "^7.0.0",
  8444. "@babel/plugin-transform-runtime": "^7.0.0",
  8445. "@babel/plugin-transform-shorthand-properties": "^7.0.0",
  8446. "@babel/plugin-transform-spread": "^7.0.0",
  8447. "@babel/plugin-transform-sticky-regex": "^7.0.0",
  8448. "@babel/plugin-transform-typescript": "^7.5.0",
  8449. "@babel/plugin-transform-unicode-regex": "^7.0.0",
  8450. "@babel/template": "^7.0.0",
  8451. "babel-plugin-transform-flow-enums": "^0.0.2",
  8452. "react-refresh": "^0.4.0"
  8453. },
  8454. "engines": {
  8455. "node": ">=16"
  8456. },
  8457. "peerDependencies": {
  8458. "@babel/core": "*"
  8459. }
  8460. },
  8461. "node_modules/metro/node_modules/ms": {
  8462. "version": "2.0.0",
  8463. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  8464. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  8465. },
  8466. "node_modules/metro/node_modules/source-map": {
  8467. "version": "0.5.7",
  8468. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
  8469. "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
  8470. "engines": {
  8471. "node": ">=0.10.0"
  8472. }
  8473. },
  8474. "node_modules/metro/node_modules/supports-color": {
  8475. "version": "8.1.1",
  8476. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
  8477. "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
  8478. "dependencies": {
  8479. "has-flag": "^4.0.0"
  8480. },
  8481. "engines": {
  8482. "node": ">=10"
  8483. },
  8484. "funding": {
  8485. "url": "https://github.com/chalk/supports-color?sponsor=1"
  8486. }
  8487. },
  8488. "node_modules/metro/node_modules/ws": {
  8489. "version": "7.5.9",
  8490. "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz",
  8491. "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==",
  8492. "engines": {
  8493. "node": ">=8.3.0"
  8494. },
  8495. "peerDependencies": {
  8496. "bufferutil": "^4.0.1",
  8497. "utf-8-validate": "^5.0.2"
  8498. },
  8499. "peerDependenciesMeta": {
  8500. "bufferutil": {
  8501. "optional": true
  8502. },
  8503. "utf-8-validate": {
  8504. "optional": true
  8505. }
  8506. }
  8507. },
  8508. "node_modules/micromatch": {
  8509. "version": "4.0.5",
  8510. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
  8511. "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
  8512. "dependencies": {
  8513. "braces": "^3.0.2",
  8514. "picomatch": "^2.3.1"
  8515. },
  8516. "engines": {
  8517. "node": ">=8.6"
  8518. }
  8519. },
  8520. "node_modules/mime": {
  8521. "version": "2.6.0",
  8522. "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz",
  8523. "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==",
  8524. "bin": {
  8525. "mime": "cli.js"
  8526. },
  8527. "engines": {
  8528. "node": ">=4.0.0"
  8529. }
  8530. },
  8531. "node_modules/mime-db": {
  8532. "version": "1.52.0",
  8533. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
  8534. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  8535. "engines": {
  8536. "node": ">= 0.6"
  8537. }
  8538. },
  8539. "node_modules/mime-types": {
  8540. "version": "2.1.35",
  8541. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
  8542. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  8543. "dependencies": {
  8544. "mime-db": "1.52.0"
  8545. },
  8546. "engines": {
  8547. "node": ">= 0.6"
  8548. }
  8549. },
  8550. "node_modules/mimic-fn": {
  8551. "version": "2.1.0",
  8552. "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
  8553. "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
  8554. "engines": {
  8555. "node": ">=6"
  8556. }
  8557. },
  8558. "node_modules/minimatch": {
  8559. "version": "3.1.2",
  8560. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  8561. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  8562. "dependencies": {
  8563. "brace-expansion": "^1.1.7"
  8564. },
  8565. "engines": {
  8566. "node": "*"
  8567. }
  8568. },
  8569. "node_modules/minimist": {
  8570. "version": "1.2.8",
  8571. "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
  8572. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  8573. "funding": {
  8574. "url": "https://github.com/sponsors/ljharb"
  8575. }
  8576. },
  8577. "node_modules/mkdirp": {
  8578. "version": "0.5.6",
  8579. "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
  8580. "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
  8581. "dependencies": {
  8582. "minimist": "^1.2.6"
  8583. },
  8584. "bin": {
  8585. "mkdirp": "bin/cmd.js"
  8586. }
  8587. },
  8588. "node_modules/ms": {
  8589. "version": "2.1.2",
  8590. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  8591. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
  8592. },
  8593. "node_modules/nanoid": {
  8594. "version": "3.3.6",
  8595. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz",
  8596. "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==",
  8597. "funding": [
  8598. {
  8599. "type": "github",
  8600. "url": "https://github.com/sponsors/ai"
  8601. }
  8602. ],
  8603. "bin": {
  8604. "nanoid": "bin/nanoid.cjs"
  8605. },
  8606. "engines": {
  8607. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  8608. }
  8609. },
  8610. "node_modules/natural-compare": {
  8611. "version": "1.4.0",
  8612. "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  8613. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  8614. "dev": true
  8615. },
  8616. "node_modules/natural-compare-lite": {
  8617. "version": "1.4.0",
  8618. "resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz",
  8619. "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==",
  8620. "dev": true
  8621. },
  8622. "node_modules/negotiator": {
  8623. "version": "0.6.3",
  8624. "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
  8625. "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
  8626. "engines": {
  8627. "node": ">= 0.6"
  8628. }
  8629. },
  8630. "node_modules/neo-async": {
  8631. "version": "2.6.2",
  8632. "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
  8633. "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw=="
  8634. },
  8635. "node_modules/nocache": {
  8636. "version": "3.0.4",
  8637. "resolved": "https://registry.npmjs.org/nocache/-/nocache-3.0.4.tgz",
  8638. "integrity": "sha512-WDD0bdg9mbq6F4mRxEYcPWwfA1vxd0mrvKOyxI7Xj/atfRHVeutzuWByG//jfm4uPzp0y4Kj051EORCBSQMycw==",
  8639. "engines": {
  8640. "node": ">=12.0.0"
  8641. }
  8642. },
  8643. "node_modules/node-abort-controller": {
  8644. "version": "3.1.1",
  8645. "resolved": "https://registry.npmjs.org/node-abort-controller/-/node-abort-controller-3.1.1.tgz",
  8646. "integrity": "sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ=="
  8647. },
  8648. "node_modules/node-dir": {
  8649. "version": "0.1.17",
  8650. "resolved": "https://registry.npmjs.org/node-dir/-/node-dir-0.1.17.tgz",
  8651. "integrity": "sha512-tmPX422rYgofd4epzrNoOXiE8XFZYOcCq1vD7MAXCDO+O+zndlA2ztdKKMa+EeuBG5tHETpr4ml4RGgpqDCCAg==",
  8652. "dependencies": {
  8653. "minimatch": "^3.0.2"
  8654. },
  8655. "engines": {
  8656. "node": ">= 0.10.5"
  8657. }
  8658. },
  8659. "node_modules/node-fetch": {
  8660. "version": "2.6.12",
  8661. "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.12.tgz",
  8662. "integrity": "sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==",
  8663. "dependencies": {
  8664. "whatwg-url": "^5.0.0"
  8665. },
  8666. "engines": {
  8667. "node": "4.x || >=6.0.0"
  8668. },
  8669. "peerDependencies": {
  8670. "encoding": "^0.1.0"
  8671. },
  8672. "peerDependenciesMeta": {
  8673. "encoding": {
  8674. "optional": true
  8675. }
  8676. }
  8677. },
  8678. "node_modules/node-int64": {
  8679. "version": "0.4.0",
  8680. "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
  8681. "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw=="
  8682. },
  8683. "node_modules/node-releases": {
  8684. "version": "2.0.12",
  8685. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.12.tgz",
  8686. "integrity": "sha512-QzsYKWhXTWx8h1kIvqfnC++o0pEmpRQA/aenALsL2F4pqNVr7YzcdMlDij5WBnwftRbJCNJL/O7zdKaxKPHqgQ=="
  8687. },
  8688. "node_modules/node-stream-zip": {
  8689. "version": "1.15.0",
  8690. "resolved": "https://registry.npmjs.org/node-stream-zip/-/node-stream-zip-1.15.0.tgz",
  8691. "integrity": "sha512-LN4fydt9TqhZhThkZIVQnF9cwjU3qmUH9h78Mx/K7d3VvfRqqwthLwJEUOEL0QPZ0XQmNN7be5Ggit5+4dq3Bw==",
  8692. "engines": {
  8693. "node": ">=0.12.0"
  8694. },
  8695. "funding": {
  8696. "type": "github",
  8697. "url": "https://github.com/sponsors/antelle"
  8698. }
  8699. },
  8700. "node_modules/normalize-path": {
  8701. "version": "3.0.0",
  8702. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  8703. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  8704. "engines": {
  8705. "node": ">=0.10.0"
  8706. }
  8707. },
  8708. "node_modules/npm-run-path": {
  8709. "version": "4.0.1",
  8710. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
  8711. "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
  8712. "dependencies": {
  8713. "path-key": "^3.0.0"
  8714. },
  8715. "engines": {
  8716. "node": ">=8"
  8717. }
  8718. },
  8719. "node_modules/nullthrows": {
  8720. "version": "1.1.1",
  8721. "resolved": "https://registry.npmjs.org/nullthrows/-/nullthrows-1.1.1.tgz",
  8722. "integrity": "sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw=="
  8723. },
  8724. "node_modules/ob1": {
  8725. "version": "0.76.5",
  8726. "resolved": "https://registry.npmjs.org/ob1/-/ob1-0.76.5.tgz",
  8727. "integrity": "sha512-HoxZXMXNuY/eIXGoX7gx1C4O3eB4kJJMola6KoFaMm7PGGg39+AnhbgMASYVmSvP2lwU3545NyiR63g8J9PW3w==",
  8728. "engines": {
  8729. "node": ">=16"
  8730. }
  8731. },
  8732. "node_modules/object-assign": {
  8733. "version": "4.1.1",
  8734. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  8735. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  8736. "engines": {
  8737. "node": ">=0.10.0"
  8738. }
  8739. },
  8740. "node_modules/object-inspect": {
  8741. "version": "1.12.3",
  8742. "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz",
  8743. "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==",
  8744. "dev": true,
  8745. "funding": {
  8746. "url": "https://github.com/sponsors/ljharb"
  8747. }
  8748. },
  8749. "node_modules/object-keys": {
  8750. "version": "1.1.1",
  8751. "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
  8752. "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
  8753. "dev": true,
  8754. "engines": {
  8755. "node": ">= 0.4"
  8756. }
  8757. },
  8758. "node_modules/object.assign": {
  8759. "version": "4.1.4",
  8760. "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz",
  8761. "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==",
  8762. "dev": true,
  8763. "dependencies": {
  8764. "call-bind": "^1.0.2",
  8765. "define-properties": "^1.1.4",
  8766. "has-symbols": "^1.0.3",
  8767. "object-keys": "^1.1.1"
  8768. },
  8769. "engines": {
  8770. "node": ">= 0.4"
  8771. },
  8772. "funding": {
  8773. "url": "https://github.com/sponsors/ljharb"
  8774. }
  8775. },
  8776. "node_modules/object.entries": {
  8777. "version": "1.1.6",
  8778. "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.6.tgz",
  8779. "integrity": "sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==",
  8780. "dev": true,
  8781. "dependencies": {
  8782. "call-bind": "^1.0.2",
  8783. "define-properties": "^1.1.4",
  8784. "es-abstract": "^1.20.4"
  8785. },
  8786. "engines": {
  8787. "node": ">= 0.4"
  8788. }
  8789. },
  8790. "node_modules/object.fromentries": {
  8791. "version": "2.0.6",
  8792. "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.6.tgz",
  8793. "integrity": "sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==",
  8794. "dev": true,
  8795. "dependencies": {
  8796. "call-bind": "^1.0.2",
  8797. "define-properties": "^1.1.4",
  8798. "es-abstract": "^1.20.4"
  8799. },
  8800. "engines": {
  8801. "node": ">= 0.4"
  8802. },
  8803. "funding": {
  8804. "url": "https://github.com/sponsors/ljharb"
  8805. }
  8806. },
  8807. "node_modules/object.hasown": {
  8808. "version": "1.1.2",
  8809. "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.2.tgz",
  8810. "integrity": "sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==",
  8811. "dev": true,
  8812. "dependencies": {
  8813. "define-properties": "^1.1.4",
  8814. "es-abstract": "^1.20.4"
  8815. },
  8816. "funding": {
  8817. "url": "https://github.com/sponsors/ljharb"
  8818. }
  8819. },
  8820. "node_modules/object.values": {
  8821. "version": "1.1.6",
  8822. "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.6.tgz",
  8823. "integrity": "sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==",
  8824. "dev": true,
  8825. "dependencies": {
  8826. "call-bind": "^1.0.2",
  8827. "define-properties": "^1.1.4",
  8828. "es-abstract": "^1.20.4"
  8829. },
  8830. "engines": {
  8831. "node": ">= 0.4"
  8832. },
  8833. "funding": {
  8834. "url": "https://github.com/sponsors/ljharb"
  8835. }
  8836. },
  8837. "node_modules/on-finished": {
  8838. "version": "2.4.1",
  8839. "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
  8840. "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
  8841. "dependencies": {
  8842. "ee-first": "1.1.1"
  8843. },
  8844. "engines": {
  8845. "node": ">= 0.8"
  8846. }
  8847. },
  8848. "node_modules/on-headers": {
  8849. "version": "1.0.2",
  8850. "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
  8851. "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
  8852. "engines": {
  8853. "node": ">= 0.8"
  8854. }
  8855. },
  8856. "node_modules/once": {
  8857. "version": "1.4.0",
  8858. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  8859. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  8860. "dependencies": {
  8861. "wrappy": "1"
  8862. }
  8863. },
  8864. "node_modules/onetime": {
  8865. "version": "5.1.2",
  8866. "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
  8867. "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
  8868. "dependencies": {
  8869. "mimic-fn": "^2.1.0"
  8870. },
  8871. "engines": {
  8872. "node": ">=6"
  8873. },
  8874. "funding": {
  8875. "url": "https://github.com/sponsors/sindresorhus"
  8876. }
  8877. },
  8878. "node_modules/open": {
  8879. "version": "6.4.0",
  8880. "resolved": "https://registry.npmjs.org/open/-/open-6.4.0.tgz",
  8881. "integrity": "sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg==",
  8882. "dependencies": {
  8883. "is-wsl": "^1.1.0"
  8884. },
  8885. "engines": {
  8886. "node": ">=8"
  8887. }
  8888. },
  8889. "node_modules/optionator": {
  8890. "version": "0.9.1",
  8891. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz",
  8892. "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==",
  8893. "dev": true,
  8894. "dependencies": {
  8895. "deep-is": "^0.1.3",
  8896. "fast-levenshtein": "^2.0.6",
  8897. "levn": "^0.4.1",
  8898. "prelude-ls": "^1.2.1",
  8899. "type-check": "^0.4.0",
  8900. "word-wrap": "^1.2.3"
  8901. },
  8902. "engines": {
  8903. "node": ">= 0.8.0"
  8904. }
  8905. },
  8906. "node_modules/ora": {
  8907. "version": "5.4.1",
  8908. "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz",
  8909. "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==",
  8910. "dependencies": {
  8911. "bl": "^4.1.0",
  8912. "chalk": "^4.1.0",
  8913. "cli-cursor": "^3.1.0",
  8914. "cli-spinners": "^2.5.0",
  8915. "is-interactive": "^1.0.0",
  8916. "is-unicode-supported": "^0.1.0",
  8917. "log-symbols": "^4.1.0",
  8918. "strip-ansi": "^6.0.0",
  8919. "wcwidth": "^1.0.1"
  8920. },
  8921. "engines": {
  8922. "node": ">=10"
  8923. },
  8924. "funding": {
  8925. "url": "https://github.com/sponsors/sindresorhus"
  8926. }
  8927. },
  8928. "node_modules/p-limit": {
  8929. "version": "3.1.0",
  8930. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  8931. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  8932. "dependencies": {
  8933. "yocto-queue": "^0.1.0"
  8934. },
  8935. "engines": {
  8936. "node": ">=10"
  8937. },
  8938. "funding": {
  8939. "url": "https://github.com/sponsors/sindresorhus"
  8940. }
  8941. },
  8942. "node_modules/p-locate": {
  8943. "version": "4.1.0",
  8944. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
  8945. "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
  8946. "dependencies": {
  8947. "p-limit": "^2.2.0"
  8948. },
  8949. "engines": {
  8950. "node": ">=8"
  8951. }
  8952. },
  8953. "node_modules/p-locate/node_modules/p-limit": {
  8954. "version": "2.3.0",
  8955. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  8956. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  8957. "dependencies": {
  8958. "p-try": "^2.0.0"
  8959. },
  8960. "engines": {
  8961. "node": ">=6"
  8962. },
  8963. "funding": {
  8964. "url": "https://github.com/sponsors/sindresorhus"
  8965. }
  8966. },
  8967. "node_modules/p-try": {
  8968. "version": "2.2.0",
  8969. "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
  8970. "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
  8971. "engines": {
  8972. "node": ">=6"
  8973. }
  8974. },
  8975. "node_modules/parent-module": {
  8976. "version": "1.0.1",
  8977. "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  8978. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  8979. "dev": true,
  8980. "dependencies": {
  8981. "callsites": "^3.0.0"
  8982. },
  8983. "engines": {
  8984. "node": ">=6"
  8985. }
  8986. },
  8987. "node_modules/parse-json": {
  8988. "version": "5.2.0",
  8989. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
  8990. "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
  8991. "dev": true,
  8992. "dependencies": {
  8993. "@babel/code-frame": "^7.0.0",
  8994. "error-ex": "^1.3.1",
  8995. "json-parse-even-better-errors": "^2.3.0",
  8996. "lines-and-columns": "^1.1.6"
  8997. },
  8998. "engines": {
  8999. "node": ">=8"
  9000. },
  9001. "funding": {
  9002. "url": "https://github.com/sponsors/sindresorhus"
  9003. }
  9004. },
  9005. "node_modules/parseurl": {
  9006. "version": "1.3.3",
  9007. "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
  9008. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  9009. "engines": {
  9010. "node": ">= 0.8"
  9011. }
  9012. },
  9013. "node_modules/path-exists": {
  9014. "version": "4.0.0",
  9015. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  9016. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  9017. "engines": {
  9018. "node": ">=8"
  9019. }
  9020. },
  9021. "node_modules/path-is-absolute": {
  9022. "version": "1.0.1",
  9023. "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  9024. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  9025. "engines": {
  9026. "node": ">=0.10.0"
  9027. }
  9028. },
  9029. "node_modules/path-key": {
  9030. "version": "3.1.1",
  9031. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  9032. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  9033. "engines": {
  9034. "node": ">=8"
  9035. }
  9036. },
  9037. "node_modules/path-parse": {
  9038. "version": "1.0.7",
  9039. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  9040. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
  9041. },
  9042. "node_modules/path-type": {
  9043. "version": "4.0.0",
  9044. "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
  9045. "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
  9046. "dev": true,
  9047. "engines": {
  9048. "node": ">=8"
  9049. }
  9050. },
  9051. "node_modules/picocolors": {
  9052. "version": "1.0.0",
  9053. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
  9054. "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
  9055. },
  9056. "node_modules/picomatch": {
  9057. "version": "2.3.1",
  9058. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
  9059. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  9060. "engines": {
  9061. "node": ">=8.6"
  9062. },
  9063. "funding": {
  9064. "url": "https://github.com/sponsors/jonschlinkert"
  9065. }
  9066. },
  9067. "node_modules/pify": {
  9068. "version": "4.0.1",
  9069. "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
  9070. "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
  9071. "engines": {
  9072. "node": ">=6"
  9073. }
  9074. },
  9075. "node_modules/pirates": {
  9076. "version": "4.0.5",
  9077. "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz",
  9078. "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==",
  9079. "engines": {
  9080. "node": ">= 6"
  9081. }
  9082. },
  9083. "node_modules/pkg-dir": {
  9084. "version": "4.2.0",
  9085. "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
  9086. "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
  9087. "dev": true,
  9088. "dependencies": {
  9089. "find-up": "^4.0.0"
  9090. },
  9091. "engines": {
  9092. "node": ">=8"
  9093. }
  9094. },
  9095. "node_modules/prelude-ls": {
  9096. "version": "1.2.1",
  9097. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  9098. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  9099. "dev": true,
  9100. "engines": {
  9101. "node": ">= 0.8.0"
  9102. }
  9103. },
  9104. "node_modules/prettier": {
  9105. "version": "2.8.8",
  9106. "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz",
  9107. "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
  9108. "dev": true,
  9109. "bin": {
  9110. "prettier": "bin-prettier.js"
  9111. },
  9112. "engines": {
  9113. "node": ">=10.13.0"
  9114. },
  9115. "funding": {
  9116. "url": "https://github.com/prettier/prettier?sponsor=1"
  9117. }
  9118. },
  9119. "node_modules/prettier-linter-helpers": {
  9120. "version": "1.0.0",
  9121. "resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz",
  9122. "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==",
  9123. "dev": true,
  9124. "dependencies": {
  9125. "fast-diff": "^1.1.2"
  9126. },
  9127. "engines": {
  9128. "node": ">=6.0.0"
  9129. }
  9130. },
  9131. "node_modules/pretty-format": {
  9132. "version": "29.5.0",
  9133. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.5.0.tgz",
  9134. "integrity": "sha512-V2mGkI31qdttvTFX7Mt4efOqHXqJWMu4/r66Xh3Z3BwZaPfPJgp6/gbwoujRpPUtfEF6AUUWx3Jim3GCw5g/Qw==",
  9135. "dependencies": {
  9136. "@jest/schemas": "^29.4.3",
  9137. "ansi-styles": "^5.0.0",
  9138. "react-is": "^18.0.0"
  9139. },
  9140. "engines": {
  9141. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  9142. }
  9143. },
  9144. "node_modules/pretty-format/node_modules/ansi-styles": {
  9145. "version": "5.2.0",
  9146. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
  9147. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
  9148. "engines": {
  9149. "node": ">=10"
  9150. },
  9151. "funding": {
  9152. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  9153. }
  9154. },
  9155. "node_modules/process-nextick-args": {
  9156. "version": "2.0.1",
  9157. "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
  9158. "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
  9159. },
  9160. "node_modules/promise": {
  9161. "version": "8.3.0",
  9162. "resolved": "https://registry.npmjs.org/promise/-/promise-8.3.0.tgz",
  9163. "integrity": "sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==",
  9164. "dependencies": {
  9165. "asap": "~2.0.6"
  9166. }
  9167. },
  9168. "node_modules/prompts": {
  9169. "version": "2.4.2",
  9170. "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
  9171. "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
  9172. "dependencies": {
  9173. "kleur": "^3.0.3",
  9174. "sisteransi": "^1.0.5"
  9175. },
  9176. "engines": {
  9177. "node": ">= 6"
  9178. }
  9179. },
  9180. "node_modules/prop-types": {
  9181. "version": "15.8.1",
  9182. "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
  9183. "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
  9184. "dependencies": {
  9185. "loose-envify": "^1.4.0",
  9186. "object-assign": "^4.1.1",
  9187. "react-is": "^16.13.1"
  9188. }
  9189. },
  9190. "node_modules/prop-types/node_modules/react-is": {
  9191. "version": "16.13.1",
  9192. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  9193. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
  9194. },
  9195. "node_modules/punycode": {
  9196. "version": "2.3.0",
  9197. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz",
  9198. "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==",
  9199. "dev": true,
  9200. "engines": {
  9201. "node": ">=6"
  9202. }
  9203. },
  9204. "node_modules/pure-rand": {
  9205. "version": "6.0.2",
  9206. "resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.0.2.tgz",
  9207. "integrity": "sha512-6Yg0ekpKICSjPswYOuC5sku/TSWaRYlA0qsXqJgM/d/4pLPHPuTxK7Nbf7jFKzAeedUhR8C7K9Uv63FBsSo8xQ==",
  9208. "dev": true,
  9209. "funding": [
  9210. {
  9211. "type": "individual",
  9212. "url": "https://github.com/sponsors/dubzzz"
  9213. },
  9214. {
  9215. "type": "opencollective",
  9216. "url": "https://opencollective.com/fast-check"
  9217. }
  9218. ]
  9219. },
  9220. "node_modules/query-string": {
  9221. "version": "7.1.3",
  9222. "resolved": "https://registry.npmjs.org/query-string/-/query-string-7.1.3.tgz",
  9223. "integrity": "sha512-hh2WYhq4fi8+b+/2Kg9CEge4fDPvHS534aOOvOZeQ3+Vf2mCFsaFBYj0i+iXcAq6I9Vzp5fjMFBlONvayDC1qg==",
  9224. "dependencies": {
  9225. "decode-uri-component": "^0.2.2",
  9226. "filter-obj": "^1.1.0",
  9227. "split-on-first": "^1.0.0",
  9228. "strict-uri-encode": "^2.0.0"
  9229. },
  9230. "engines": {
  9231. "node": ">=6"
  9232. },
  9233. "funding": {
  9234. "url": "https://github.com/sponsors/sindresorhus"
  9235. }
  9236. },
  9237. "node_modules/queue": {
  9238. "version": "6.0.2",
  9239. "resolved": "https://registry.npmjs.org/queue/-/queue-6.0.2.tgz",
  9240. "integrity": "sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA==",
  9241. "dependencies": {
  9242. "inherits": "~2.0.3"
  9243. }
  9244. },
  9245. "node_modules/queue-microtask": {
  9246. "version": "1.2.3",
  9247. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  9248. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  9249. "dev": true,
  9250. "funding": [
  9251. {
  9252. "type": "github",
  9253. "url": "https://github.com/sponsors/feross"
  9254. },
  9255. {
  9256. "type": "patreon",
  9257. "url": "https://www.patreon.com/feross"
  9258. },
  9259. {
  9260. "type": "consulting",
  9261. "url": "https://feross.org/support"
  9262. }
  9263. ]
  9264. },
  9265. "node_modules/range-parser": {
  9266. "version": "1.2.1",
  9267. "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
  9268. "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
  9269. "engines": {
  9270. "node": ">= 0.6"
  9271. }
  9272. },
  9273. "node_modules/react": {
  9274. "version": "18.2.0",
  9275. "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz",
  9276. "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==",
  9277. "dependencies": {
  9278. "loose-envify": "^1.1.0"
  9279. },
  9280. "engines": {
  9281. "node": ">=0.10.0"
  9282. }
  9283. },
  9284. "node_modules/react-devtools-core": {
  9285. "version": "4.27.8",
  9286. "resolved": "https://registry.npmjs.org/react-devtools-core/-/react-devtools-core-4.27.8.tgz",
  9287. "integrity": "sha512-KwoH8/wN/+m5wTItLnsgVraGNmFrcTWR3k1VimP1HjtMMw4CNF+F5vg4S/0tzTEKIdpCi2R7mPNTC+/dswZMgw==",
  9288. "dependencies": {
  9289. "shell-quote": "^1.6.1",
  9290. "ws": "^7"
  9291. }
  9292. },
  9293. "node_modules/react-devtools-core/node_modules/ws": {
  9294. "version": "7.5.9",
  9295. "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz",
  9296. "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==",
  9297. "engines": {
  9298. "node": ">=8.3.0"
  9299. },
  9300. "peerDependencies": {
  9301. "bufferutil": "^4.0.1",
  9302. "utf-8-validate": "^5.0.2"
  9303. },
  9304. "peerDependenciesMeta": {
  9305. "bufferutil": {
  9306. "optional": true
  9307. },
  9308. "utf-8-validate": {
  9309. "optional": true
  9310. }
  9311. }
  9312. },
  9313. "node_modules/react-freeze": {
  9314. "version": "1.0.3",
  9315. "resolved": "https://registry.npmjs.org/react-freeze/-/react-freeze-1.0.3.tgz",
  9316. "integrity": "sha512-ZnXwLQnGzrDpHBHiC56TXFXvmolPeMjTn1UOm610M4EXGzbEDR7oOIyS2ZiItgbs6eZc4oU/a0hpk8PrcKvv5g==",
  9317. "engines": {
  9318. "node": ">=10"
  9319. },
  9320. "peerDependencies": {
  9321. "react": ">=17.0.0"
  9322. }
  9323. },
  9324. "node_modules/react-is": {
  9325. "version": "18.2.0",
  9326. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
  9327. "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w=="
  9328. },
  9329. "node_modules/react-native": {
  9330. "version": "0.72.1",
  9331. "resolved": "https://registry.npmjs.org/react-native/-/react-native-0.72.1.tgz",
  9332. "integrity": "sha512-O9cIVD++kt2XQl0XLCUGUgwSKr8xp+yo0ho5QK6KYWJrCFnnvQLTKL0+HD0rZUcuqFfGknHQJh3h0moQO2EMDg==",
  9333. "dependencies": {
  9334. "@jest/create-cache-key-function": "^29.2.1",
  9335. "@react-native-community/cli": "11.3.3",
  9336. "@react-native-community/cli-platform-android": "11.3.3",
  9337. "@react-native-community/cli-platform-ios": "11.3.3",
  9338. "@react-native/assets-registry": "^0.72.0",
  9339. "@react-native/codegen": "^0.72.6",
  9340. "@react-native/gradle-plugin": "^0.72.11",
  9341. "@react-native/js-polyfills": "^0.72.1",
  9342. "@react-native/normalize-colors": "^0.72.0",
  9343. "@react-native/virtualized-lists": "^0.72.6",
  9344. "abort-controller": "^3.0.0",
  9345. "anser": "^1.4.9",
  9346. "base64-js": "^1.1.2",
  9347. "deprecated-react-native-prop-types": "4.1.0",
  9348. "event-target-shim": "^5.0.1",
  9349. "flow-enums-runtime": "^0.0.5",
  9350. "invariant": "^2.2.4",
  9351. "jest-environment-node": "^29.2.1",
  9352. "jsc-android": "^250231.0.0",
  9353. "memoize-one": "^5.0.0",
  9354. "metro-runtime": "0.76.5",
  9355. "metro-source-map": "0.76.5",
  9356. "mkdirp": "^0.5.1",
  9357. "nullthrows": "^1.1.1",
  9358. "pretty-format": "^26.5.2",
  9359. "promise": "^8.3.0",
  9360. "react-devtools-core": "^4.27.2",
  9361. "react-refresh": "^0.4.0",
  9362. "react-shallow-renderer": "^16.15.0",
  9363. "regenerator-runtime": "^0.13.2",
  9364. "scheduler": "0.24.0-canary-efb381bbf-20230505",
  9365. "stacktrace-parser": "^0.1.10",
  9366. "use-sync-external-store": "^1.0.0",
  9367. "whatwg-fetch": "^3.0.0",
  9368. "ws": "^6.2.2",
  9369. "yargs": "^17.6.2"
  9370. },
  9371. "bin": {
  9372. "react-native": "cli.js"
  9373. },
  9374. "engines": {
  9375. "node": ">=16"
  9376. },
  9377. "peerDependencies": {
  9378. "react": "18.2.0"
  9379. }
  9380. },
  9381. "node_modules/react-native-gesture-handler": {
  9382. "version": "2.12.0",
  9383. "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.12.0.tgz",
  9384. "integrity": "sha512-rr+XwVzXAVpY8co25ukvyI38fKCxTQjz7WajeZktl8qUPdh1twnSExgpT47DqDi4n+m+OiJPAnHfZOkqqAQMOg==",
  9385. "dependencies": {
  9386. "@egjs/hammerjs": "^2.0.17",
  9387. "hoist-non-react-statics": "^3.3.0",
  9388. "invariant": "^2.2.4",
  9389. "lodash": "^4.17.21",
  9390. "prop-types": "^15.7.2"
  9391. },
  9392. "peerDependencies": {
  9393. "react": "*",
  9394. "react-native": "*"
  9395. }
  9396. },
  9397. "node_modules/react-native-gradle-plugin": {
  9398. "version": "0.71.19",
  9399. "resolved": "https://registry.npmjs.org/react-native-gradle-plugin/-/react-native-gradle-plugin-0.71.19.tgz",
  9400. "integrity": "sha512-1dVk9NwhoyKHCSxcrM6vY6cxmojeATsBobDicX0ZKr7DgUF2cBQRTKsimQFvzH8XhOVXyH8p4HyDSZNIFI8OlQ=="
  9401. },
  9402. "node_modules/react-native-linear-gradient": {
  9403. "version": "2.6.2",
  9404. "resolved": "https://registry.npmjs.org/react-native-linear-gradient/-/react-native-linear-gradient-2.6.2.tgz",
  9405. "integrity": "sha512-Z8Xxvupsex+9BBFoSYS87bilNPWcRfRsGC0cpJk72Nxb5p2nEkGSBv73xZbEHnW2mUFvP+huYxrVvjZkr/gRjQ==",
  9406. "peerDependencies": {
  9407. "react": "*",
  9408. "react-native": "*"
  9409. }
  9410. },
  9411. "node_modules/react-native-paper": {
  9412. "version": "5.8.0",
  9413. "resolved": "https://registry.npmjs.org/react-native-paper/-/react-native-paper-5.8.0.tgz",
  9414. "integrity": "sha512-Mde8KkWt+9VD+KMqGK5VyTskJLZCsF/gAQQxoLgRlC2C8RmVPgyG0xhgu1sD3ED7T7FewE8cKrQm+soB9FAD1Q==",
  9415. "dependencies": {
  9416. "@callstack/react-theme-provider": "^3.0.8",
  9417. "color": "^3.1.2",
  9418. "use-latest-callback": "^0.1.5"
  9419. },
  9420. "peerDependencies": {
  9421. "react": "*",
  9422. "react-native": "*",
  9423. "react-native-safe-area-context": "*",
  9424. "react-native-vector-icons": "*"
  9425. }
  9426. },
  9427. "node_modules/react-native-paper/node_modules/color": {
  9428. "version": "3.2.1",
  9429. "resolved": "https://registry.npmjs.org/color/-/color-3.2.1.tgz",
  9430. "integrity": "sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==",
  9431. "dependencies": {
  9432. "color-convert": "^1.9.3",
  9433. "color-string": "^1.6.0"
  9434. }
  9435. },
  9436. "node_modules/react-native-paper/node_modules/color-convert": {
  9437. "version": "1.9.3",
  9438. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  9439. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  9440. "dependencies": {
  9441. "color-name": "1.1.3"
  9442. }
  9443. },
  9444. "node_modules/react-native-paper/node_modules/color-name": {
  9445. "version": "1.1.3",
  9446. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
  9447. "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
  9448. },
  9449. "node_modules/react-native-reanimated": {
  9450. "version": "3.3.0",
  9451. "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.3.0.tgz",
  9452. "integrity": "sha512-LzfpPZ1qXBGy5BcUHqw3pBC0qSd22qXS3t8hWSbozXNrBkzMhhOrcILE/nEg/PHpNNp1xvGOW8NwpAMF006roQ==",
  9453. "dependencies": {
  9454. "@babel/plugin-transform-object-assign": "^7.16.7",
  9455. "@babel/preset-typescript": "^7.16.7",
  9456. "convert-source-map": "^2.0.0",
  9457. "invariant": "^2.2.4"
  9458. },
  9459. "peerDependencies": {
  9460. "@babel/core": "^7.0.0-0",
  9461. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0-0",
  9462. "@babel/plugin-proposal-optional-chaining": "^7.0.0-0",
  9463. "@babel/plugin-transform-arrow-functions": "^7.0.0-0",
  9464. "@babel/plugin-transform-shorthand-properties": "^7.0.0-0",
  9465. "@babel/plugin-transform-template-literals": "^7.0.0-0",
  9466. "react": "*",
  9467. "react-native": "*"
  9468. }
  9469. },
  9470. "node_modules/react-native-safe-area-context": {
  9471. "version": "4.5.3",
  9472. "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.5.3.tgz",
  9473. "integrity": "sha512-ihYeGDEBSkYH+1aWnadNhVtclhppVgd/c0tm4mj0+HV11FoiWJ8N6ocnnZnRLvM5Fxc+hUqxR9bm5AXU3rXiyA==",
  9474. "peerDependencies": {
  9475. "react": "*",
  9476. "react-native": "*"
  9477. }
  9478. },
  9479. "node_modules/react-native-screens": {
  9480. "version": "3.20.0",
  9481. "resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-3.20.0.tgz",
  9482. "integrity": "sha512-joWUKWAVHxymP3mL9gYApFHAsbd9L6ZcmpoZa6Sl3W/82bvvNVMqcfP7MeNqVCg73qZ8yL4fW+J/syusHleUgg==",
  9483. "dependencies": {
  9484. "react-freeze": "^1.0.0",
  9485. "warn-once": "^0.1.0"
  9486. },
  9487. "peerDependencies": {
  9488. "react": "*",
  9489. "react-native": "*"
  9490. }
  9491. },
  9492. "node_modules/react-native-vector-icons": {
  9493. "version": "9.2.0",
  9494. "resolved": "https://registry.npmjs.org/react-native-vector-icons/-/react-native-vector-icons-9.2.0.tgz",
  9495. "integrity": "sha512-wKYLaFuQST/chH3AJRjmOLoLy3JEs1JR6zMNgTaemFpNoXs0ztRnTxcxFD9xhX7cJe1/zoN5BpQYe7kL0m5yyA==",
  9496. "dependencies": {
  9497. "prop-types": "^15.7.2",
  9498. "yargs": "^16.1.1"
  9499. },
  9500. "bin": {
  9501. "fa5-upgrade": "bin/fa5-upgrade.sh",
  9502. "generate-icon": "bin/generate-icon.js"
  9503. }
  9504. },
  9505. "node_modules/react-native-vector-icons/node_modules/cliui": {
  9506. "version": "7.0.4",
  9507. "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
  9508. "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
  9509. "dependencies": {
  9510. "string-width": "^4.2.0",
  9511. "strip-ansi": "^6.0.0",
  9512. "wrap-ansi": "^7.0.0"
  9513. }
  9514. },
  9515. "node_modules/react-native-vector-icons/node_modules/yargs": {
  9516. "version": "16.2.0",
  9517. "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
  9518. "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
  9519. "dependencies": {
  9520. "cliui": "^7.0.2",
  9521. "escalade": "^3.1.1",
  9522. "get-caller-file": "^2.0.5",
  9523. "require-directory": "^2.1.1",
  9524. "string-width": "^4.2.0",
  9525. "y18n": "^5.0.5",
  9526. "yargs-parser": "^20.2.2"
  9527. },
  9528. "engines": {
  9529. "node": ">=10"
  9530. }
  9531. },
  9532. "node_modules/react-native-vector-icons/node_modules/yargs-parser": {
  9533. "version": "20.2.9",
  9534. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
  9535. "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
  9536. "engines": {
  9537. "node": ">=10"
  9538. }
  9539. },
  9540. "node_modules/react-native/node_modules/@jest/types": {
  9541. "version": "26.6.2",
  9542. "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
  9543. "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
  9544. "dependencies": {
  9545. "@types/istanbul-lib-coverage": "^2.0.0",
  9546. "@types/istanbul-reports": "^3.0.0",
  9547. "@types/node": "*",
  9548. "@types/yargs": "^15.0.0",
  9549. "chalk": "^4.0.0"
  9550. },
  9551. "engines": {
  9552. "node": ">= 10.14.2"
  9553. }
  9554. },
  9555. "node_modules/react-native/node_modules/@react-native-community/cli": {
  9556. "version": "11.3.3",
  9557. "resolved": "https://registry.npmjs.org/@react-native-community/cli/-/cli-11.3.3.tgz",
  9558. "integrity": "sha512-+XwD9IEtaff0q8hyWTQL4xVc7V4P8B7zD0zpcEV8FVV+qUfIFMbNpaYNJFlNOFYRzZmo0/hXsa66S/Im5perlQ==",
  9559. "dependencies": {
  9560. "@react-native-community/cli-clean": "11.3.3",
  9561. "@react-native-community/cli-config": "11.3.3",
  9562. "@react-native-community/cli-debugger-ui": "11.3.3",
  9563. "@react-native-community/cli-doctor": "11.3.3",
  9564. "@react-native-community/cli-hermes": "11.3.3",
  9565. "@react-native-community/cli-plugin-metro": "11.3.3",
  9566. "@react-native-community/cli-server-api": "11.3.3",
  9567. "@react-native-community/cli-tools": "11.3.3",
  9568. "@react-native-community/cli-types": "11.3.3",
  9569. "chalk": "^4.1.2",
  9570. "commander": "^9.4.1",
  9571. "execa": "^5.0.0",
  9572. "find-up": "^4.1.0",
  9573. "fs-extra": "^8.1.0",
  9574. "graceful-fs": "^4.1.3",
  9575. "prompts": "^2.4.0",
  9576. "semver": "^6.3.0"
  9577. },
  9578. "bin": {
  9579. "react-native": "build/bin.js"
  9580. },
  9581. "engines": {
  9582. "node": ">=16"
  9583. }
  9584. },
  9585. "node_modules/react-native/node_modules/@types/yargs": {
  9586. "version": "15.0.15",
  9587. "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.15.tgz",
  9588. "integrity": "sha512-IziEYMU9XoVj8hWg7k+UJrXALkGFjWJhn5QFEv9q4p+v40oZhSuC135M38st8XPjICL7Ey4TV64ferBGUoJhBg==",
  9589. "dependencies": {
  9590. "@types/yargs-parser": "*"
  9591. }
  9592. },
  9593. "node_modules/react-native/node_modules/pretty-format": {
  9594. "version": "26.6.2",
  9595. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.2.tgz",
  9596. "integrity": "sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==",
  9597. "dependencies": {
  9598. "@jest/types": "^26.6.2",
  9599. "ansi-regex": "^5.0.0",
  9600. "ansi-styles": "^4.0.0",
  9601. "react-is": "^17.0.1"
  9602. },
  9603. "engines": {
  9604. "node": ">= 10"
  9605. }
  9606. },
  9607. "node_modules/react-native/node_modules/react-is": {
  9608. "version": "17.0.2",
  9609. "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
  9610. "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w=="
  9611. },
  9612. "node_modules/react-native/node_modules/scheduler": {
  9613. "version": "0.24.0-canary-efb381bbf-20230505",
  9614. "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.24.0-canary-efb381bbf-20230505.tgz",
  9615. "integrity": "sha512-ABvovCDe/k9IluqSh4/ISoq8tIJnW8euVAWYt5j/bg6dRnqwQwiGO1F/V4AyK96NGF/FB04FhOUDuWj8IKfABA==",
  9616. "dependencies": {
  9617. "loose-envify": "^1.1.0"
  9618. }
  9619. },
  9620. "node_modules/react-refresh": {
  9621. "version": "0.4.3",
  9622. "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.4.3.tgz",
  9623. "integrity": "sha512-Hwln1VNuGl/6bVwnd0Xdn1e84gT/8T9aYNL+HAKDArLCS7LWjwr7StE30IEYbIkx0Vi3vs+coQxe+SQDbGbbpA==",
  9624. "engines": {
  9625. "node": ">=0.10.0"
  9626. }
  9627. },
  9628. "node_modules/react-shallow-renderer": {
  9629. "version": "16.15.0",
  9630. "resolved": "https://registry.npmjs.org/react-shallow-renderer/-/react-shallow-renderer-16.15.0.tgz",
  9631. "integrity": "sha512-oScf2FqQ9LFVQgA73vr86xl2NaOIX73rh+YFqcOp68CWj56tSfgtGKrEbyhCj0rSijyG9M1CYprTh39fBi5hzA==",
  9632. "dependencies": {
  9633. "object-assign": "^4.1.1",
  9634. "react-is": "^16.12.0 || ^17.0.0 || ^18.0.0"
  9635. },
  9636. "peerDependencies": {
  9637. "react": "^16.0.0 || ^17.0.0 || ^18.0.0"
  9638. }
  9639. },
  9640. "node_modules/react-test-renderer": {
  9641. "version": "18.2.0",
  9642. "resolved": "https://registry.npmjs.org/react-test-renderer/-/react-test-renderer-18.2.0.tgz",
  9643. "integrity": "sha512-JWD+aQ0lh2gvh4NM3bBM42Kx+XybOxCpgYK7F8ugAlpaTSnWsX+39Z4XkOykGZAHrjwwTZT3x3KxswVWxHPUqA==",
  9644. "dev": true,
  9645. "dependencies": {
  9646. "react-is": "^18.2.0",
  9647. "react-shallow-renderer": "^16.15.0",
  9648. "scheduler": "^0.23.0"
  9649. },
  9650. "peerDependencies": {
  9651. "react": "^18.2.0"
  9652. }
  9653. },
  9654. "node_modules/readable-stream": {
  9655. "version": "3.6.2",
  9656. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
  9657. "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
  9658. "dependencies": {
  9659. "inherits": "^2.0.3",
  9660. "string_decoder": "^1.1.1",
  9661. "util-deprecate": "^1.0.1"
  9662. },
  9663. "engines": {
  9664. "node": ">= 6"
  9665. }
  9666. },
  9667. "node_modules/readline": {
  9668. "version": "1.3.0",
  9669. "resolved": "https://registry.npmjs.org/readline/-/readline-1.3.0.tgz",
  9670. "integrity": "sha512-k2d6ACCkiNYz222Fs/iNze30rRJ1iIicW7JuX/7/cozvih6YCkFZH+J6mAFDVgv0dRBaAyr4jDqC95R2y4IADg=="
  9671. },
  9672. "node_modules/recast": {
  9673. "version": "0.21.5",
  9674. "resolved": "https://registry.npmjs.org/recast/-/recast-0.21.5.tgz",
  9675. "integrity": "sha512-hjMmLaUXAm1hIuTqOdeYObMslq/q+Xff6QE3Y2P+uoHAg2nmVlLBps2hzh1UJDdMtDTMXOFewK6ky51JQIeECg==",
  9676. "dependencies": {
  9677. "ast-types": "0.15.2",
  9678. "esprima": "~4.0.0",
  9679. "source-map": "~0.6.1",
  9680. "tslib": "^2.0.1"
  9681. },
  9682. "engines": {
  9683. "node": ">= 4"
  9684. }
  9685. },
  9686. "node_modules/recast/node_modules/source-map": {
  9687. "version": "0.6.1",
  9688. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  9689. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  9690. "engines": {
  9691. "node": ">=0.10.0"
  9692. }
  9693. },
  9694. "node_modules/regenerate": {
  9695. "version": "1.4.2",
  9696. "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
  9697. "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A=="
  9698. },
  9699. "node_modules/regenerate-unicode-properties": {
  9700. "version": "10.1.0",
  9701. "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.0.tgz",
  9702. "integrity": "sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==",
  9703. "dependencies": {
  9704. "regenerate": "^1.4.2"
  9705. },
  9706. "engines": {
  9707. "node": ">=4"
  9708. }
  9709. },
  9710. "node_modules/regenerator-runtime": {
  9711. "version": "0.13.11",
  9712. "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
  9713. "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg=="
  9714. },
  9715. "node_modules/regenerator-transform": {
  9716. "version": "0.15.1",
  9717. "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.1.tgz",
  9718. "integrity": "sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==",
  9719. "dependencies": {
  9720. "@babel/runtime": "^7.8.4"
  9721. }
  9722. },
  9723. "node_modules/regexp.prototype.flags": {
  9724. "version": "1.5.0",
  9725. "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.0.tgz",
  9726. "integrity": "sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==",
  9727. "dev": true,
  9728. "dependencies": {
  9729. "call-bind": "^1.0.2",
  9730. "define-properties": "^1.2.0",
  9731. "functions-have-names": "^1.2.3"
  9732. },
  9733. "engines": {
  9734. "node": ">= 0.4"
  9735. },
  9736. "funding": {
  9737. "url": "https://github.com/sponsors/ljharb"
  9738. }
  9739. },
  9740. "node_modules/regexpu-core": {
  9741. "version": "5.3.2",
  9742. "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz",
  9743. "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==",
  9744. "dependencies": {
  9745. "@babel/regjsgen": "^0.8.0",
  9746. "regenerate": "^1.4.2",
  9747. "regenerate-unicode-properties": "^10.1.0",
  9748. "regjsparser": "^0.9.1",
  9749. "unicode-match-property-ecmascript": "^2.0.0",
  9750. "unicode-match-property-value-ecmascript": "^2.1.0"
  9751. },
  9752. "engines": {
  9753. "node": ">=4"
  9754. }
  9755. },
  9756. "node_modules/regjsparser": {
  9757. "version": "0.9.1",
  9758. "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz",
  9759. "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==",
  9760. "dependencies": {
  9761. "jsesc": "~0.5.0"
  9762. },
  9763. "bin": {
  9764. "regjsparser": "bin/parser"
  9765. }
  9766. },
  9767. "node_modules/regjsparser/node_modules/jsesc": {
  9768. "version": "0.5.0",
  9769. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
  9770. "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==",
  9771. "bin": {
  9772. "jsesc": "bin/jsesc"
  9773. }
  9774. },
  9775. "node_modules/require-directory": {
  9776. "version": "2.1.1",
  9777. "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
  9778. "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
  9779. "engines": {
  9780. "node": ">=0.10.0"
  9781. }
  9782. },
  9783. "node_modules/require-main-filename": {
  9784. "version": "2.0.0",
  9785. "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz",
  9786. "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg=="
  9787. },
  9788. "node_modules/resolve": {
  9789. "version": "1.22.2",
  9790. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz",
  9791. "integrity": "sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==",
  9792. "dependencies": {
  9793. "is-core-module": "^2.11.0",
  9794. "path-parse": "^1.0.7",
  9795. "supports-preserve-symlinks-flag": "^1.0.0"
  9796. },
  9797. "bin": {
  9798. "resolve": "bin/resolve"
  9799. },
  9800. "funding": {
  9801. "url": "https://github.com/sponsors/ljharb"
  9802. }
  9803. },
  9804. "node_modules/resolve-cwd": {
  9805. "version": "3.0.0",
  9806. "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz",
  9807. "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==",
  9808. "dev": true,
  9809. "dependencies": {
  9810. "resolve-from": "^5.0.0"
  9811. },
  9812. "engines": {
  9813. "node": ">=8"
  9814. }
  9815. },
  9816. "node_modules/resolve-from": {
  9817. "version": "5.0.0",
  9818. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
  9819. "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
  9820. "dev": true,
  9821. "engines": {
  9822. "node": ">=8"
  9823. }
  9824. },
  9825. "node_modules/resolve.exports": {
  9826. "version": "2.0.2",
  9827. "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.2.tgz",
  9828. "integrity": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==",
  9829. "dev": true,
  9830. "engines": {
  9831. "node": ">=10"
  9832. }
  9833. },
  9834. "node_modules/restore-cursor": {
  9835. "version": "3.1.0",
  9836. "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz",
  9837. "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==",
  9838. "dependencies": {
  9839. "onetime": "^5.1.0",
  9840. "signal-exit": "^3.0.2"
  9841. },
  9842. "engines": {
  9843. "node": ">=8"
  9844. }
  9845. },
  9846. "node_modules/reusify": {
  9847. "version": "1.0.4",
  9848. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
  9849. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  9850. "dev": true,
  9851. "engines": {
  9852. "iojs": ">=1.0.0",
  9853. "node": ">=0.10.0"
  9854. }
  9855. },
  9856. "node_modules/rimraf": {
  9857. "version": "3.0.2",
  9858. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
  9859. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  9860. "dependencies": {
  9861. "glob": "^7.1.3"
  9862. },
  9863. "bin": {
  9864. "rimraf": "bin.js"
  9865. },
  9866. "funding": {
  9867. "url": "https://github.com/sponsors/isaacs"
  9868. }
  9869. },
  9870. "node_modules/run-parallel": {
  9871. "version": "1.2.0",
  9872. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  9873. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  9874. "dev": true,
  9875. "funding": [
  9876. {
  9877. "type": "github",
  9878. "url": "https://github.com/sponsors/feross"
  9879. },
  9880. {
  9881. "type": "patreon",
  9882. "url": "https://www.patreon.com/feross"
  9883. },
  9884. {
  9885. "type": "consulting",
  9886. "url": "https://feross.org/support"
  9887. }
  9888. ],
  9889. "dependencies": {
  9890. "queue-microtask": "^1.2.2"
  9891. }
  9892. },
  9893. "node_modules/safe-buffer": {
  9894. "version": "5.2.1",
  9895. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  9896. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  9897. "funding": [
  9898. {
  9899. "type": "github",
  9900. "url": "https://github.com/sponsors/feross"
  9901. },
  9902. {
  9903. "type": "patreon",
  9904. "url": "https://www.patreon.com/feross"
  9905. },
  9906. {
  9907. "type": "consulting",
  9908. "url": "https://feross.org/support"
  9909. }
  9910. ]
  9911. },
  9912. "node_modules/safe-regex-test": {
  9913. "version": "1.0.0",
  9914. "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz",
  9915. "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==",
  9916. "dev": true,
  9917. "dependencies": {
  9918. "call-bind": "^1.0.2",
  9919. "get-intrinsic": "^1.1.3",
  9920. "is-regex": "^1.1.4"
  9921. },
  9922. "funding": {
  9923. "url": "https://github.com/sponsors/ljharb"
  9924. }
  9925. },
  9926. "node_modules/scheduler": {
  9927. "version": "0.23.0",
  9928. "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz",
  9929. "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==",
  9930. "dev": true,
  9931. "dependencies": {
  9932. "loose-envify": "^1.1.0"
  9933. }
  9934. },
  9935. "node_modules/semver": {
  9936. "version": "6.3.0",
  9937. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  9938. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
  9939. "bin": {
  9940. "semver": "bin/semver.js"
  9941. }
  9942. },
  9943. "node_modules/send": {
  9944. "version": "0.18.0",
  9945. "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz",
  9946. "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==",
  9947. "dependencies": {
  9948. "debug": "2.6.9",
  9949. "depd": "2.0.0",
  9950. "destroy": "1.2.0",
  9951. "encodeurl": "~1.0.2",
  9952. "escape-html": "~1.0.3",
  9953. "etag": "~1.8.1",
  9954. "fresh": "0.5.2",
  9955. "http-errors": "2.0.0",
  9956. "mime": "1.6.0",
  9957. "ms": "2.1.3",
  9958. "on-finished": "2.4.1",
  9959. "range-parser": "~1.2.1",
  9960. "statuses": "2.0.1"
  9961. },
  9962. "engines": {
  9963. "node": ">= 0.8.0"
  9964. }
  9965. },
  9966. "node_modules/send/node_modules/debug": {
  9967. "version": "2.6.9",
  9968. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  9969. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  9970. "dependencies": {
  9971. "ms": "2.0.0"
  9972. }
  9973. },
  9974. "node_modules/send/node_modules/debug/node_modules/ms": {
  9975. "version": "2.0.0",
  9976. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  9977. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  9978. },
  9979. "node_modules/send/node_modules/mime": {
  9980. "version": "1.6.0",
  9981. "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
  9982. "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
  9983. "bin": {
  9984. "mime": "cli.js"
  9985. },
  9986. "engines": {
  9987. "node": ">=4"
  9988. }
  9989. },
  9990. "node_modules/send/node_modules/ms": {
  9991. "version": "2.1.3",
  9992. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  9993. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
  9994. },
  9995. "node_modules/serialize-error": {
  9996. "version": "2.1.0",
  9997. "resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-2.1.0.tgz",
  9998. "integrity": "sha512-ghgmKt5o4Tly5yEG/UJp8qTd0AN7Xalw4XBtDEKP655B699qMEtra1WlXeE6WIvdEG481JvRxULKsInq/iNysw==",
  9999. "engines": {
  10000. "node": ">=0.10.0"
  10001. }
  10002. },
  10003. "node_modules/serve-static": {
  10004. "version": "1.15.0",
  10005. "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz",
  10006. "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==",
  10007. "dependencies": {
  10008. "encodeurl": "~1.0.2",
  10009. "escape-html": "~1.0.3",
  10010. "parseurl": "~1.3.3",
  10011. "send": "0.18.0"
  10012. },
  10013. "engines": {
  10014. "node": ">= 0.8.0"
  10015. }
  10016. },
  10017. "node_modules/set-blocking": {
  10018. "version": "2.0.0",
  10019. "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
  10020. "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw=="
  10021. },
  10022. "node_modules/setprototypeof": {
  10023. "version": "1.2.0",
  10024. "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
  10025. "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
  10026. },
  10027. "node_modules/shallow-clone": {
  10028. "version": "3.0.1",
  10029. "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz",
  10030. "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==",
  10031. "dependencies": {
  10032. "kind-of": "^6.0.2"
  10033. },
  10034. "engines": {
  10035. "node": ">=8"
  10036. }
  10037. },
  10038. "node_modules/shebang-command": {
  10039. "version": "2.0.0",
  10040. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  10041. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  10042. "dependencies": {
  10043. "shebang-regex": "^3.0.0"
  10044. },
  10045. "engines": {
  10046. "node": ">=8"
  10047. }
  10048. },
  10049. "node_modules/shebang-regex": {
  10050. "version": "3.0.0",
  10051. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  10052. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  10053. "engines": {
  10054. "node": ">=8"
  10055. }
  10056. },
  10057. "node_modules/shell-quote": {
  10058. "version": "1.8.1",
  10059. "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz",
  10060. "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==",
  10061. "funding": {
  10062. "url": "https://github.com/sponsors/ljharb"
  10063. }
  10064. },
  10065. "node_modules/side-channel": {
  10066. "version": "1.0.4",
  10067. "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz",
  10068. "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
  10069. "dev": true,
  10070. "dependencies": {
  10071. "call-bind": "^1.0.0",
  10072. "get-intrinsic": "^1.0.2",
  10073. "object-inspect": "^1.9.0"
  10074. },
  10075. "funding": {
  10076. "url": "https://github.com/sponsors/ljharb"
  10077. }
  10078. },
  10079. "node_modules/signal-exit": {
  10080. "version": "3.0.7",
  10081. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
  10082. "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
  10083. },
  10084. "node_modules/simple-swizzle": {
  10085. "version": "0.2.2",
  10086. "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
  10087. "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==",
  10088. "dependencies": {
  10089. "is-arrayish": "^0.3.1"
  10090. }
  10091. },
  10092. "node_modules/simple-swizzle/node_modules/is-arrayish": {
  10093. "version": "0.3.2",
  10094. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz",
  10095. "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ=="
  10096. },
  10097. "node_modules/sisteransi": {
  10098. "version": "1.0.5",
  10099. "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
  10100. "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg=="
  10101. },
  10102. "node_modules/slash": {
  10103. "version": "3.0.0",
  10104. "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
  10105. "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
  10106. "engines": {
  10107. "node": ">=8"
  10108. }
  10109. },
  10110. "node_modules/slice-ansi": {
  10111. "version": "2.1.0",
  10112. "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-2.1.0.tgz",
  10113. "integrity": "sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==",
  10114. "dependencies": {
  10115. "ansi-styles": "^3.2.0",
  10116. "astral-regex": "^1.0.0",
  10117. "is-fullwidth-code-point": "^2.0.0"
  10118. },
  10119. "engines": {
  10120. "node": ">=6"
  10121. }
  10122. },
  10123. "node_modules/slice-ansi/node_modules/ansi-styles": {
  10124. "version": "3.2.1",
  10125. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  10126. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  10127. "dependencies": {
  10128. "color-convert": "^1.9.0"
  10129. },
  10130. "engines": {
  10131. "node": ">=4"
  10132. }
  10133. },
  10134. "node_modules/slice-ansi/node_modules/color-convert": {
  10135. "version": "1.9.3",
  10136. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  10137. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  10138. "dependencies": {
  10139. "color-name": "1.1.3"
  10140. }
  10141. },
  10142. "node_modules/slice-ansi/node_modules/color-name": {
  10143. "version": "1.1.3",
  10144. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
  10145. "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
  10146. },
  10147. "node_modules/slice-ansi/node_modules/is-fullwidth-code-point": {
  10148. "version": "2.0.0",
  10149. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
  10150. "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==",
  10151. "engines": {
  10152. "node": ">=4"
  10153. }
  10154. },
  10155. "node_modules/source-map": {
  10156. "version": "0.7.4",
  10157. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz",
  10158. "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==",
  10159. "engines": {
  10160. "node": ">= 8"
  10161. }
  10162. },
  10163. "node_modules/source-map-support": {
  10164. "version": "0.5.21",
  10165. "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
  10166. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  10167. "dependencies": {
  10168. "buffer-from": "^1.0.0",
  10169. "source-map": "^0.6.0"
  10170. }
  10171. },
  10172. "node_modules/source-map-support/node_modules/source-map": {
  10173. "version": "0.6.1",
  10174. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  10175. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  10176. "engines": {
  10177. "node": ">=0.10.0"
  10178. }
  10179. },
  10180. "node_modules/split-on-first": {
  10181. "version": "1.1.0",
  10182. "resolved": "https://registry.npmjs.org/split-on-first/-/split-on-first-1.1.0.tgz",
  10183. "integrity": "sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw==",
  10184. "engines": {
  10185. "node": ">=6"
  10186. }
  10187. },
  10188. "node_modules/sprintf-js": {
  10189. "version": "1.0.3",
  10190. "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
  10191. "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g=="
  10192. },
  10193. "node_modules/stack-utils": {
  10194. "version": "2.0.6",
  10195. "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz",
  10196. "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==",
  10197. "dependencies": {
  10198. "escape-string-regexp": "^2.0.0"
  10199. },
  10200. "engines": {
  10201. "node": ">=10"
  10202. }
  10203. },
  10204. "node_modules/stack-utils/node_modules/escape-string-regexp": {
  10205. "version": "2.0.0",
  10206. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
  10207. "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
  10208. "engines": {
  10209. "node": ">=8"
  10210. }
  10211. },
  10212. "node_modules/stackframe": {
  10213. "version": "1.3.4",
  10214. "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.3.4.tgz",
  10215. "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw=="
  10216. },
  10217. "node_modules/stacktrace-parser": {
  10218. "version": "0.1.10",
  10219. "resolved": "https://registry.npmjs.org/stacktrace-parser/-/stacktrace-parser-0.1.10.tgz",
  10220. "integrity": "sha512-KJP1OCML99+8fhOHxwwzyWrlUuVX5GQ0ZpJTd1DFXhdkrvg1szxfHhawXUZ3g9TkXORQd4/WG68jMlQZ2p8wlg==",
  10221. "dependencies": {
  10222. "type-fest": "^0.7.1"
  10223. },
  10224. "engines": {
  10225. "node": ">=6"
  10226. }
  10227. },
  10228. "node_modules/stacktrace-parser/node_modules/type-fest": {
  10229. "version": "0.7.1",
  10230. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.7.1.tgz",
  10231. "integrity": "sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==",
  10232. "engines": {
  10233. "node": ">=8"
  10234. }
  10235. },
  10236. "node_modules/statuses": {
  10237. "version": "2.0.1",
  10238. "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
  10239. "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
  10240. "engines": {
  10241. "node": ">= 0.8"
  10242. }
  10243. },
  10244. "node_modules/strict-uri-encode": {
  10245. "version": "2.0.0",
  10246. "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz",
  10247. "integrity": "sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ==",
  10248. "engines": {
  10249. "node": ">=4"
  10250. }
  10251. },
  10252. "node_modules/string_decoder": {
  10253. "version": "1.3.0",
  10254. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
  10255. "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
  10256. "dependencies": {
  10257. "safe-buffer": "~5.2.0"
  10258. }
  10259. },
  10260. "node_modules/string-length": {
  10261. "version": "4.0.2",
  10262. "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
  10263. "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
  10264. "dev": true,
  10265. "dependencies": {
  10266. "char-regex": "^1.0.2",
  10267. "strip-ansi": "^6.0.0"
  10268. },
  10269. "engines": {
  10270. "node": ">=10"
  10271. }
  10272. },
  10273. "node_modules/string-natural-compare": {
  10274. "version": "3.0.1",
  10275. "resolved": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz",
  10276. "integrity": "sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==",
  10277. "dev": true
  10278. },
  10279. "node_modules/string-width": {
  10280. "version": "4.2.3",
  10281. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  10282. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  10283. "dependencies": {
  10284. "emoji-regex": "^8.0.0",
  10285. "is-fullwidth-code-point": "^3.0.0",
  10286. "strip-ansi": "^6.0.1"
  10287. },
  10288. "engines": {
  10289. "node": ">=8"
  10290. }
  10291. },
  10292. "node_modules/string.prototype.matchall": {
  10293. "version": "4.0.8",
  10294. "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz",
  10295. "integrity": "sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==",
  10296. "dev": true,
  10297. "dependencies": {
  10298. "call-bind": "^1.0.2",
  10299. "define-properties": "^1.1.4",
  10300. "es-abstract": "^1.20.4",
  10301. "get-intrinsic": "^1.1.3",
  10302. "has-symbols": "^1.0.3",
  10303. "internal-slot": "^1.0.3",
  10304. "regexp.prototype.flags": "^1.4.3",
  10305. "side-channel": "^1.0.4"
  10306. },
  10307. "funding": {
  10308. "url": "https://github.com/sponsors/ljharb"
  10309. }
  10310. },
  10311. "node_modules/string.prototype.trim": {
  10312. "version": "1.2.7",
  10313. "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.7.tgz",
  10314. "integrity": "sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==",
  10315. "dev": true,
  10316. "dependencies": {
  10317. "call-bind": "^1.0.2",
  10318. "define-properties": "^1.1.4",
  10319. "es-abstract": "^1.20.4"
  10320. },
  10321. "engines": {
  10322. "node": ">= 0.4"
  10323. },
  10324. "funding": {
  10325. "url": "https://github.com/sponsors/ljharb"
  10326. }
  10327. },
  10328. "node_modules/string.prototype.trimend": {
  10329. "version": "1.0.6",
  10330. "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz",
  10331. "integrity": "sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==",
  10332. "dev": true,
  10333. "dependencies": {
  10334. "call-bind": "^1.0.2",
  10335. "define-properties": "^1.1.4",
  10336. "es-abstract": "^1.20.4"
  10337. },
  10338. "funding": {
  10339. "url": "https://github.com/sponsors/ljharb"
  10340. }
  10341. },
  10342. "node_modules/string.prototype.trimstart": {
  10343. "version": "1.0.6",
  10344. "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz",
  10345. "integrity": "sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==",
  10346. "dev": true,
  10347. "dependencies": {
  10348. "call-bind": "^1.0.2",
  10349. "define-properties": "^1.1.4",
  10350. "es-abstract": "^1.20.4"
  10351. },
  10352. "funding": {
  10353. "url": "https://github.com/sponsors/ljharb"
  10354. }
  10355. },
  10356. "node_modules/strip-ansi": {
  10357. "version": "6.0.1",
  10358. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  10359. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  10360. "dependencies": {
  10361. "ansi-regex": "^5.0.1"
  10362. },
  10363. "engines": {
  10364. "node": ">=8"
  10365. }
  10366. },
  10367. "node_modules/strip-bom": {
  10368. "version": "4.0.0",
  10369. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz",
  10370. "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==",
  10371. "dev": true,
  10372. "engines": {
  10373. "node": ">=8"
  10374. }
  10375. },
  10376. "node_modules/strip-final-newline": {
  10377. "version": "2.0.0",
  10378. "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
  10379. "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
  10380. "engines": {
  10381. "node": ">=6"
  10382. }
  10383. },
  10384. "node_modules/strip-json-comments": {
  10385. "version": "3.1.1",
  10386. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  10387. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  10388. "dev": true,
  10389. "engines": {
  10390. "node": ">=8"
  10391. },
  10392. "funding": {
  10393. "url": "https://github.com/sponsors/sindresorhus"
  10394. }
  10395. },
  10396. "node_modules/strnum": {
  10397. "version": "1.0.5",
  10398. "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz",
  10399. "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA=="
  10400. },
  10401. "node_modules/sudo-prompt": {
  10402. "version": "9.2.1",
  10403. "resolved": "https://registry.npmjs.org/sudo-prompt/-/sudo-prompt-9.2.1.tgz",
  10404. "integrity": "sha512-Mu7R0g4ig9TUuGSxJavny5Rv0egCEtpZRNMrZaYS1vxkiIxGiGUwoezU3LazIQ+KE04hTrTfNPgxU5gzi7F5Pw=="
  10405. },
  10406. "node_modules/supports-color": {
  10407. "version": "7.2.0",
  10408. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  10409. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  10410. "dependencies": {
  10411. "has-flag": "^4.0.0"
  10412. },
  10413. "engines": {
  10414. "node": ">=8"
  10415. }
  10416. },
  10417. "node_modules/supports-preserve-symlinks-flag": {
  10418. "version": "1.0.0",
  10419. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  10420. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  10421. "engines": {
  10422. "node": ">= 0.4"
  10423. },
  10424. "funding": {
  10425. "url": "https://github.com/sponsors/ljharb"
  10426. }
  10427. },
  10428. "node_modules/temp": {
  10429. "version": "0.8.4",
  10430. "resolved": "https://registry.npmjs.org/temp/-/temp-0.8.4.tgz",
  10431. "integrity": "sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg==",
  10432. "dependencies": {
  10433. "rimraf": "~2.6.2"
  10434. },
  10435. "engines": {
  10436. "node": ">=6.0.0"
  10437. }
  10438. },
  10439. "node_modules/temp/node_modules/rimraf": {
  10440. "version": "2.6.3",
  10441. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz",
  10442. "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==",
  10443. "dependencies": {
  10444. "glob": "^7.1.3"
  10445. },
  10446. "bin": {
  10447. "rimraf": "bin.js"
  10448. }
  10449. },
  10450. "node_modules/terser": {
  10451. "version": "5.18.2",
  10452. "resolved": "https://registry.npmjs.org/terser/-/terser-5.18.2.tgz",
  10453. "integrity": "sha512-Ah19JS86ypbJzTzvUCX7KOsEIhDaRONungA4aYBjEP3JZRf4ocuDzTg4QWZnPn9DEMiMYGJPiSOy7aykoCc70w==",
  10454. "dependencies": {
  10455. "@jridgewell/source-map": "^0.3.3",
  10456. "acorn": "^8.8.2",
  10457. "commander": "^2.20.0",
  10458. "source-map-support": "~0.5.20"
  10459. },
  10460. "bin": {
  10461. "terser": "bin/terser"
  10462. },
  10463. "engines": {
  10464. "node": ">=10"
  10465. }
  10466. },
  10467. "node_modules/terser/node_modules/commander": {
  10468. "version": "2.20.3",
  10469. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  10470. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
  10471. },
  10472. "node_modules/test-exclude": {
  10473. "version": "6.0.0",
  10474. "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
  10475. "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",
  10476. "dev": true,
  10477. "dependencies": {
  10478. "@istanbuljs/schema": "^0.1.2",
  10479. "glob": "^7.1.4",
  10480. "minimatch": "^3.0.4"
  10481. },
  10482. "engines": {
  10483. "node": ">=8"
  10484. }
  10485. },
  10486. "node_modules/text-table": {
  10487. "version": "0.2.0",
  10488. "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
  10489. "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
  10490. "dev": true
  10491. },
  10492. "node_modules/throat": {
  10493. "version": "5.0.0",
  10494. "resolved": "https://registry.npmjs.org/throat/-/throat-5.0.0.tgz",
  10495. "integrity": "sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA=="
  10496. },
  10497. "node_modules/through2": {
  10498. "version": "2.0.5",
  10499. "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz",
  10500. "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==",
  10501. "dependencies": {
  10502. "readable-stream": "~2.3.6",
  10503. "xtend": "~4.0.1"
  10504. }
  10505. },
  10506. "node_modules/through2/node_modules/readable-stream": {
  10507. "version": "2.3.8",
  10508. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
  10509. "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
  10510. "dependencies": {
  10511. "core-util-is": "~1.0.0",
  10512. "inherits": "~2.0.3",
  10513. "isarray": "~1.0.0",
  10514. "process-nextick-args": "~2.0.0",
  10515. "safe-buffer": "~5.1.1",
  10516. "string_decoder": "~1.1.1",
  10517. "util-deprecate": "~1.0.1"
  10518. }
  10519. },
  10520. "node_modules/through2/node_modules/safe-buffer": {
  10521. "version": "5.1.2",
  10522. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
  10523. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
  10524. },
  10525. "node_modules/through2/node_modules/string_decoder": {
  10526. "version": "1.1.1",
  10527. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  10528. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  10529. "dependencies": {
  10530. "safe-buffer": "~5.1.0"
  10531. }
  10532. },
  10533. "node_modules/tmpl": {
  10534. "version": "1.0.5",
  10535. "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
  10536. "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw=="
  10537. },
  10538. "node_modules/to-fast-properties": {
  10539. "version": "2.0.0",
  10540. "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
  10541. "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
  10542. "engines": {
  10543. "node": ">=4"
  10544. }
  10545. },
  10546. "node_modules/to-regex-range": {
  10547. "version": "5.0.1",
  10548. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  10549. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  10550. "dependencies": {
  10551. "is-number": "^7.0.0"
  10552. },
  10553. "engines": {
  10554. "node": ">=8.0"
  10555. }
  10556. },
  10557. "node_modules/to-regex-range/node_modules/is-number": {
  10558. "version": "7.0.0",
  10559. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  10560. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  10561. "engines": {
  10562. "node": ">=0.12.0"
  10563. }
  10564. },
  10565. "node_modules/toidentifier": {
  10566. "version": "1.0.1",
  10567. "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
  10568. "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
  10569. "engines": {
  10570. "node": ">=0.6"
  10571. }
  10572. },
  10573. "node_modules/tr46": {
  10574. "version": "0.0.3",
  10575. "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
  10576. "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
  10577. },
  10578. "node_modules/tslib": {
  10579. "version": "2.6.0",
  10580. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.0.tgz",
  10581. "integrity": "sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA=="
  10582. },
  10583. "node_modules/tsutils": {
  10584. "version": "3.21.0",
  10585. "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz",
  10586. "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==",
  10587. "dev": true,
  10588. "dependencies": {
  10589. "tslib": "^1.8.1"
  10590. },
  10591. "engines": {
  10592. "node": ">= 6"
  10593. },
  10594. "peerDependencies": {
  10595. "typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta"
  10596. }
  10597. },
  10598. "node_modules/tsutils/node_modules/tslib": {
  10599. "version": "1.14.1",
  10600. "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
  10601. "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
  10602. "dev": true
  10603. },
  10604. "node_modules/type-check": {
  10605. "version": "0.4.0",
  10606. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
  10607. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  10608. "dev": true,
  10609. "dependencies": {
  10610. "prelude-ls": "^1.2.1"
  10611. },
  10612. "engines": {
  10613. "node": ">= 0.8.0"
  10614. }
  10615. },
  10616. "node_modules/type-detect": {
  10617. "version": "4.0.8",
  10618. "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
  10619. "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==",
  10620. "engines": {
  10621. "node": ">=4"
  10622. }
  10623. },
  10624. "node_modules/type-fest": {
  10625. "version": "0.21.3",
  10626. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
  10627. "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
  10628. "dev": true,
  10629. "engines": {
  10630. "node": ">=10"
  10631. },
  10632. "funding": {
  10633. "url": "https://github.com/sponsors/sindresorhus"
  10634. }
  10635. },
  10636. "node_modules/typed-array-length": {
  10637. "version": "1.0.4",
  10638. "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz",
  10639. "integrity": "sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==",
  10640. "dev": true,
  10641. "dependencies": {
  10642. "call-bind": "^1.0.2",
  10643. "for-each": "^0.3.3",
  10644. "is-typed-array": "^1.1.9"
  10645. },
  10646. "funding": {
  10647. "url": "https://github.com/sponsors/ljharb"
  10648. }
  10649. },
  10650. "node_modules/typescript": {
  10651. "version": "4.8.4",
  10652. "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz",
  10653. "integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==",
  10654. "dev": true,
  10655. "bin": {
  10656. "tsc": "bin/tsc",
  10657. "tsserver": "bin/tsserver"
  10658. },
  10659. "engines": {
  10660. "node": ">=4.2.0"
  10661. }
  10662. },
  10663. "node_modules/uglify-es": {
  10664. "version": "3.3.9",
  10665. "resolved": "https://registry.npmjs.org/uglify-es/-/uglify-es-3.3.9.tgz",
  10666. "integrity": "sha512-r+MU0rfv4L/0eeW3xZrd16t4NZfK8Ld4SWVglYBb7ez5uXFWHuVRs6xCTrf1yirs9a4j4Y27nn7SRfO6v67XsQ==",
  10667. "deprecated": "support for ECMAScript is superseded by `uglify-js` as of v3.13.0",
  10668. "dependencies": {
  10669. "commander": "~2.13.0",
  10670. "source-map": "~0.6.1"
  10671. },
  10672. "bin": {
  10673. "uglifyjs": "bin/uglifyjs"
  10674. },
  10675. "engines": {
  10676. "node": ">=0.8.0"
  10677. }
  10678. },
  10679. "node_modules/uglify-es/node_modules/commander": {
  10680. "version": "2.13.0",
  10681. "resolved": "https://registry.npmjs.org/commander/-/commander-2.13.0.tgz",
  10682. "integrity": "sha512-MVuS359B+YzaWqjCL/c+22gfryv+mCBPHAv3zyVI2GN8EY6IRP8VwtasXn8jyyhvvq84R4ImN1OKRtcbIasjYA=="
  10683. },
  10684. "node_modules/uglify-es/node_modules/source-map": {
  10685. "version": "0.6.1",
  10686. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  10687. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  10688. "engines": {
  10689. "node": ">=0.10.0"
  10690. }
  10691. },
  10692. "node_modules/unbox-primitive": {
  10693. "version": "1.0.2",
  10694. "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz",
  10695. "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==",
  10696. "dev": true,
  10697. "dependencies": {
  10698. "call-bind": "^1.0.2",
  10699. "has-bigints": "^1.0.2",
  10700. "has-symbols": "^1.0.3",
  10701. "which-boxed-primitive": "^1.0.2"
  10702. },
  10703. "funding": {
  10704. "url": "https://github.com/sponsors/ljharb"
  10705. }
  10706. },
  10707. "node_modules/unicode-canonical-property-names-ecmascript": {
  10708. "version": "2.0.0",
  10709. "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz",
  10710. "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==",
  10711. "engines": {
  10712. "node": ">=4"
  10713. }
  10714. },
  10715. "node_modules/unicode-match-property-ecmascript": {
  10716. "version": "2.0.0",
  10717. "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
  10718. "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
  10719. "dependencies": {
  10720. "unicode-canonical-property-names-ecmascript": "^2.0.0",
  10721. "unicode-property-aliases-ecmascript": "^2.0.0"
  10722. },
  10723. "engines": {
  10724. "node": ">=4"
  10725. }
  10726. },
  10727. "node_modules/unicode-match-property-value-ecmascript": {
  10728. "version": "2.1.0",
  10729. "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz",
  10730. "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==",
  10731. "engines": {
  10732. "node": ">=4"
  10733. }
  10734. },
  10735. "node_modules/unicode-property-aliases-ecmascript": {
  10736. "version": "2.1.0",
  10737. "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz",
  10738. "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==",
  10739. "engines": {
  10740. "node": ">=4"
  10741. }
  10742. },
  10743. "node_modules/universalify": {
  10744. "version": "0.1.2",
  10745. "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
  10746. "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
  10747. "engines": {
  10748. "node": ">= 4.0.0"
  10749. }
  10750. },
  10751. "node_modules/unpipe": {
  10752. "version": "1.0.0",
  10753. "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
  10754. "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
  10755. "engines": {
  10756. "node": ">= 0.8"
  10757. }
  10758. },
  10759. "node_modules/update-browserslist-db": {
  10760. "version": "1.0.11",
  10761. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz",
  10762. "integrity": "sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==",
  10763. "funding": [
  10764. {
  10765. "type": "opencollective",
  10766. "url": "https://opencollective.com/browserslist"
  10767. },
  10768. {
  10769. "type": "tidelift",
  10770. "url": "https://tidelift.com/funding/github/npm/browserslist"
  10771. },
  10772. {
  10773. "type": "github",
  10774. "url": "https://github.com/sponsors/ai"
  10775. }
  10776. ],
  10777. "dependencies": {
  10778. "escalade": "^3.1.1",
  10779. "picocolors": "^1.0.0"
  10780. },
  10781. "bin": {
  10782. "update-browserslist-db": "cli.js"
  10783. },
  10784. "peerDependencies": {
  10785. "browserslist": ">= 4.21.0"
  10786. }
  10787. },
  10788. "node_modules/uri-js": {
  10789. "version": "4.4.1",
  10790. "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
  10791. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  10792. "dev": true,
  10793. "dependencies": {
  10794. "punycode": "^2.1.0"
  10795. }
  10796. },
  10797. "node_modules/use-latest-callback": {
  10798. "version": "0.1.6",
  10799. "resolved": "https://registry.npmjs.org/use-latest-callback/-/use-latest-callback-0.1.6.tgz",
  10800. "integrity": "sha512-VO/P91A/PmKH9bcN9a7O3duSuxe6M14ZoYXgA6a8dab8doWNdhiIHzEkX/jFeTTRBsX0Ubk6nG4q2NIjNsj+bg==",
  10801. "peerDependencies": {
  10802. "react": ">=16.8"
  10803. }
  10804. },
  10805. "node_modules/use-sync-external-store": {
  10806. "version": "1.2.0",
  10807. "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz",
  10808. "integrity": "sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==",
  10809. "peerDependencies": {
  10810. "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
  10811. }
  10812. },
  10813. "node_modules/util-deprecate": {
  10814. "version": "1.0.2",
  10815. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  10816. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
  10817. },
  10818. "node_modules/utils-merge": {
  10819. "version": "1.0.1",
  10820. "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
  10821. "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==",
  10822. "engines": {
  10823. "node": ">= 0.4.0"
  10824. }
  10825. },
  10826. "node_modules/v8-to-istanbul": {
  10827. "version": "9.1.0",
  10828. "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.1.0.tgz",
  10829. "integrity": "sha512-6z3GW9x8G1gd+JIIgQQQxXuiJtCXeAjp6RaPEPLv62mH3iPHPxV6W3robxtCzNErRo6ZwTmzWhsbNvjyEBKzKA==",
  10830. "dev": true,
  10831. "dependencies": {
  10832. "@jridgewell/trace-mapping": "^0.3.12",
  10833. "@types/istanbul-lib-coverage": "^2.0.1",
  10834. "convert-source-map": "^1.6.0"
  10835. },
  10836. "engines": {
  10837. "node": ">=10.12.0"
  10838. }
  10839. },
  10840. "node_modules/v8-to-istanbul/node_modules/convert-source-map": {
  10841. "version": "1.9.0",
  10842. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
  10843. "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==",
  10844. "dev": true
  10845. },
  10846. "node_modules/vary": {
  10847. "version": "1.1.2",
  10848. "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
  10849. "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
  10850. "engines": {
  10851. "node": ">= 0.8"
  10852. }
  10853. },
  10854. "node_modules/vlq": {
  10855. "version": "1.0.1",
  10856. "resolved": "https://registry.npmjs.org/vlq/-/vlq-1.0.1.tgz",
  10857. "integrity": "sha512-gQpnTgkubC6hQgdIcRdYGDSDc+SaujOdyesZQMv6JlfQee/9Mp0Qhnys6WxDWvQnL5WZdT7o2Ul187aSt0Rq+w=="
  10858. },
  10859. "node_modules/walker": {
  10860. "version": "1.0.8",
  10861. "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz",
  10862. "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==",
  10863. "dependencies": {
  10864. "makeerror": "1.0.12"
  10865. }
  10866. },
  10867. "node_modules/warn-once": {
  10868. "version": "0.1.1",
  10869. "resolved": "https://registry.npmjs.org/warn-once/-/warn-once-0.1.1.tgz",
  10870. "integrity": "sha512-VkQZJbO8zVImzYFteBXvBOZEl1qL175WH8VmZcxF2fZAoudNhNDvHi+doCaAEdU2l2vtcIwa2zn0QK5+I1HQ3Q=="
  10871. },
  10872. "node_modules/wcwidth": {
  10873. "version": "1.0.1",
  10874. "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz",
  10875. "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==",
  10876. "dependencies": {
  10877. "defaults": "^1.0.3"
  10878. }
  10879. },
  10880. "node_modules/webidl-conversions": {
  10881. "version": "3.0.1",
  10882. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
  10883. "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
  10884. },
  10885. "node_modules/whatwg-fetch": {
  10886. "version": "3.6.2",
  10887. "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz",
  10888. "integrity": "sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA=="
  10889. },
  10890. "node_modules/whatwg-url": {
  10891. "version": "5.0.0",
  10892. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
  10893. "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
  10894. "dependencies": {
  10895. "tr46": "~0.0.3",
  10896. "webidl-conversions": "^3.0.0"
  10897. }
  10898. },
  10899. "node_modules/which": {
  10900. "version": "2.0.2",
  10901. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  10902. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  10903. "dependencies": {
  10904. "isexe": "^2.0.0"
  10905. },
  10906. "bin": {
  10907. "node-which": "bin/node-which"
  10908. },
  10909. "engines": {
  10910. "node": ">= 8"
  10911. }
  10912. },
  10913. "node_modules/which-boxed-primitive": {
  10914. "version": "1.0.2",
  10915. "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz",
  10916. "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==",
  10917. "dev": true,
  10918. "dependencies": {
  10919. "is-bigint": "^1.0.1",
  10920. "is-boolean-object": "^1.1.0",
  10921. "is-number-object": "^1.0.4",
  10922. "is-string": "^1.0.5",
  10923. "is-symbol": "^1.0.3"
  10924. },
  10925. "funding": {
  10926. "url": "https://github.com/sponsors/ljharb"
  10927. }
  10928. },
  10929. "node_modules/which-module": {
  10930. "version": "2.0.1",
  10931. "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.1.tgz",
  10932. "integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ=="
  10933. },
  10934. "node_modules/which-typed-array": {
  10935. "version": "1.1.9",
  10936. "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.9.tgz",
  10937. "integrity": "sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==",
  10938. "dev": true,
  10939. "dependencies": {
  10940. "available-typed-arrays": "^1.0.5",
  10941. "call-bind": "^1.0.2",
  10942. "for-each": "^0.3.3",
  10943. "gopd": "^1.0.1",
  10944. "has-tostringtag": "^1.0.0",
  10945. "is-typed-array": "^1.1.10"
  10946. },
  10947. "engines": {
  10948. "node": ">= 0.4"
  10949. },
  10950. "funding": {
  10951. "url": "https://github.com/sponsors/ljharb"
  10952. }
  10953. },
  10954. "node_modules/word-wrap": {
  10955. "version": "1.2.3",
  10956. "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz",
  10957. "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==",
  10958. "dev": true,
  10959. "engines": {
  10960. "node": ">=0.10.0"
  10961. }
  10962. },
  10963. "node_modules/wrap-ansi": {
  10964. "version": "7.0.0",
  10965. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  10966. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  10967. "dependencies": {
  10968. "ansi-styles": "^4.0.0",
  10969. "string-width": "^4.1.0",
  10970. "strip-ansi": "^6.0.0"
  10971. },
  10972. "engines": {
  10973. "node": ">=10"
  10974. },
  10975. "funding": {
  10976. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  10977. }
  10978. },
  10979. "node_modules/wrappy": {
  10980. "version": "1.0.2",
  10981. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  10982. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
  10983. },
  10984. "node_modules/write-file-atomic": {
  10985. "version": "4.0.2",
  10986. "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz",
  10987. "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==",
  10988. "dev": true,
  10989. "dependencies": {
  10990. "imurmurhash": "^0.1.4",
  10991. "signal-exit": "^3.0.7"
  10992. },
  10993. "engines": {
  10994. "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
  10995. }
  10996. },
  10997. "node_modules/ws": {
  10998. "version": "6.2.2",
  10999. "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.2.tgz",
  11000. "integrity": "sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==",
  11001. "dependencies": {
  11002. "async-limiter": "~1.0.0"
  11003. }
  11004. },
  11005. "node_modules/xtend": {
  11006. "version": "4.0.2",
  11007. "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
  11008. "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
  11009. "engines": {
  11010. "node": ">=0.4"
  11011. }
  11012. },
  11013. "node_modules/y18n": {
  11014. "version": "5.0.8",
  11015. "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
  11016. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  11017. "engines": {
  11018. "node": ">=10"
  11019. }
  11020. },
  11021. "node_modules/yallist": {
  11022. "version": "3.1.1",
  11023. "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
  11024. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
  11025. },
  11026. "node_modules/yaml": {
  11027. "version": "2.3.1",
  11028. "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.1.tgz",
  11029. "integrity": "sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==",
  11030. "engines": {
  11031. "node": ">= 14"
  11032. }
  11033. },
  11034. "node_modules/yargs": {
  11035. "version": "17.7.2",
  11036. "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
  11037. "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
  11038. "dependencies": {
  11039. "cliui": "^8.0.1",
  11040. "escalade": "^3.1.1",
  11041. "get-caller-file": "^2.0.5",
  11042. "require-directory": "^2.1.1",
  11043. "string-width": "^4.2.3",
  11044. "y18n": "^5.0.5",
  11045. "yargs-parser": "^21.1.1"
  11046. },
  11047. "engines": {
  11048. "node": ">=12"
  11049. }
  11050. },
  11051. "node_modules/yargs-parser": {
  11052. "version": "21.1.1",
  11053. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
  11054. "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
  11055. "engines": {
  11056. "node": ">=12"
  11057. }
  11058. },
  11059. "node_modules/yocto-queue": {
  11060. "version": "0.1.0",
  11061. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  11062. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  11063. "engines": {
  11064. "node": ">=10"
  11065. },
  11066. "funding": {
  11067. "url": "https://github.com/sponsors/sindresorhus"
  11068. }
  11069. }
  11070. }
  11071. }