package-lock.json 471 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025302630273028302930303031303230333034303530363037303830393040304130423043304430453046304730483049305030513052305330543055305630573058305930603061306230633064306530663067306830693070307130723073307430753076307730783079308030813082308330843085308630873088308930903091309230933094309530963097309830993100310131023103310431053106310731083109311031113112311331143115311631173118311931203121312231233124312531263127312831293130313131323133313431353136313731383139314031413142314331443145314631473148314931503151315231533154315531563157315831593160316131623163316431653166316731683169317031713172317331743175317631773178317931803181318231833184318531863187318831893190319131923193319431953196319731983199320032013202320332043205320632073208320932103211321232133214321532163217321832193220322132223223322432253226322732283229323032313232323332343235323632373238323932403241324232433244324532463247324832493250325132523253325432553256325732583259326032613262326332643265326632673268326932703271327232733274327532763277327832793280328132823283328432853286328732883289329032913292329332943295329632973298329933003301330233033304330533063307330833093310331133123313331433153316331733183319332033213322332333243325332633273328332933303331333233333334333533363337333833393340334133423343334433453346334733483349335033513352335333543355335633573358335933603361336233633364336533663367336833693370337133723373337433753376337733783379338033813382338333843385338633873388338933903391339233933394339533963397339833993400340134023403340434053406340734083409341034113412341334143415341634173418341934203421342234233424342534263427342834293430343134323433343434353436343734383439344034413442344334443445344634473448344934503451345234533454345534563457345834593460346134623463346434653466346734683469347034713472347334743475347634773478347934803481348234833484348534863487348834893490349134923493349434953496349734983499350035013502350335043505350635073508350935103511351235133514351535163517351835193520352135223523352435253526352735283529353035313532353335343535353635373538353935403541354235433544354535463547354835493550355135523553355435553556355735583559356035613562356335643565356635673568356935703571357235733574357535763577357835793580358135823583358435853586358735883589359035913592359335943595359635973598359936003601360236033604360536063607360836093610361136123613361436153616361736183619362036213622362336243625362636273628362936303631363236333634363536363637363836393640364136423643364436453646364736483649365036513652365336543655365636573658365936603661366236633664366536663667366836693670367136723673367436753676367736783679368036813682368336843685368636873688368936903691369236933694369536963697369836993700370137023703370437053706370737083709371037113712371337143715371637173718371937203721372237233724372537263727372837293730373137323733373437353736373737383739374037413742374337443745374637473748374937503751375237533754375537563757375837593760376137623763376437653766376737683769377037713772377337743775377637773778377937803781378237833784378537863787378837893790379137923793379437953796379737983799380038013802380338043805380638073808380938103811381238133814381538163817381838193820382138223823382438253826382738283829383038313832383338343835383638373838383938403841384238433844384538463847384838493850385138523853385438553856385738583859386038613862386338643865386638673868386938703871387238733874387538763877387838793880388138823883388438853886388738883889389038913892389338943895389638973898389939003901390239033904390539063907390839093910391139123913391439153916391739183919392039213922392339243925392639273928392939303931393239333934393539363937393839393940394139423943394439453946394739483949395039513952395339543955395639573958395939603961396239633964396539663967396839693970397139723973397439753976397739783979398039813982398339843985398639873988398939903991399239933994399539963997399839994000400140024003400440054006400740084009401040114012401340144015401640174018401940204021402240234024402540264027402840294030403140324033403440354036403740384039404040414042404340444045404640474048404940504051405240534054405540564057405840594060406140624063406440654066406740684069407040714072407340744075407640774078407940804081408240834084408540864087408840894090409140924093409440954096409740984099410041014102410341044105410641074108410941104111411241134114411541164117411841194120412141224123412441254126412741284129413041314132413341344135413641374138413941404141414241434144414541464147414841494150415141524153415441554156415741584159416041614162416341644165416641674168416941704171417241734174417541764177417841794180418141824183418441854186418741884189419041914192419341944195419641974198419942004201420242034204420542064207420842094210421142124213421442154216421742184219422042214222422342244225422642274228422942304231423242334234423542364237423842394240424142424243424442454246424742484249425042514252425342544255425642574258425942604261426242634264426542664267426842694270427142724273427442754276427742784279428042814282428342844285428642874288428942904291429242934294429542964297429842994300430143024303430443054306430743084309431043114312431343144315431643174318431943204321432243234324432543264327432843294330433143324333433443354336433743384339434043414342434343444345434643474348434943504351435243534354435543564357435843594360436143624363436443654366436743684369437043714372437343744375437643774378437943804381438243834384438543864387438843894390439143924393439443954396439743984399440044014402440344044405440644074408440944104411441244134414441544164417441844194420442144224423442444254426442744284429443044314432443344344435443644374438443944404441444244434444444544464447444844494450445144524453445444554456445744584459446044614462446344644465446644674468446944704471447244734474447544764477447844794480448144824483448444854486448744884489449044914492449344944495449644974498449945004501450245034504450545064507450845094510451145124513451445154516451745184519452045214522452345244525452645274528452945304531453245334534453545364537453845394540454145424543454445454546454745484549455045514552455345544555455645574558455945604561456245634564456545664567456845694570457145724573457445754576457745784579458045814582458345844585458645874588458945904591459245934594459545964597459845994600460146024603460446054606460746084609461046114612461346144615461646174618461946204621462246234624462546264627462846294630463146324633463446354636463746384639464046414642464346444645464646474648464946504651465246534654465546564657465846594660466146624663466446654666466746684669467046714672467346744675467646774678467946804681468246834684468546864687468846894690469146924693469446954696469746984699470047014702470347044705470647074708470947104711471247134714471547164717471847194720472147224723472447254726472747284729473047314732473347344735473647374738473947404741474247434744474547464747474847494750475147524753475447554756475747584759476047614762476347644765476647674768476947704771477247734774477547764777477847794780478147824783478447854786478747884789479047914792479347944795479647974798479948004801480248034804480548064807480848094810481148124813481448154816481748184819482048214822482348244825482648274828482948304831483248334834483548364837483848394840484148424843484448454846484748484849485048514852485348544855485648574858485948604861486248634864486548664867486848694870487148724873487448754876487748784879488048814882488348844885488648874888488948904891489248934894489548964897489848994900490149024903490449054906490749084909491049114912491349144915491649174918491949204921492249234924492549264927492849294930493149324933493449354936493749384939494049414942494349444945494649474948494949504951495249534954495549564957495849594960496149624963496449654966496749684969497049714972497349744975497649774978497949804981498249834984498549864987498849894990499149924993499449954996499749984999500050015002500350045005500650075008500950105011501250135014501550165017501850195020502150225023502450255026502750285029503050315032503350345035503650375038503950405041504250435044504550465047504850495050505150525053505450555056505750585059506050615062506350645065506650675068506950705071507250735074507550765077507850795080508150825083508450855086508750885089509050915092509350945095509650975098509951005101510251035104510551065107510851095110511151125113511451155116511751185119512051215122512351245125512651275128512951305131513251335134513551365137513851395140514151425143514451455146514751485149515051515152515351545155515651575158515951605161516251635164516551665167516851695170517151725173517451755176517751785179518051815182518351845185518651875188518951905191519251935194519551965197519851995200520152025203520452055206520752085209521052115212521352145215521652175218521952205221522252235224522552265227522852295230523152325233523452355236523752385239524052415242524352445245524652475248524952505251525252535254525552565257525852595260526152625263526452655266526752685269527052715272527352745275527652775278527952805281528252835284528552865287528852895290529152925293529452955296529752985299530053015302530353045305530653075308530953105311531253135314531553165317531853195320532153225323532453255326532753285329533053315332533353345335533653375338533953405341534253435344534553465347534853495350535153525353535453555356535753585359536053615362536353645365536653675368536953705371537253735374537553765377537853795380538153825383538453855386538753885389539053915392539353945395539653975398539954005401540254035404540554065407540854095410541154125413541454155416541754185419542054215422542354245425542654275428542954305431543254335434543554365437543854395440544154425443544454455446544754485449545054515452545354545455545654575458545954605461546254635464546554665467546854695470547154725473547454755476547754785479548054815482548354845485548654875488548954905491549254935494549554965497549854995500550155025503550455055506550755085509551055115512551355145515551655175518551955205521552255235524552555265527552855295530553155325533553455355536553755385539554055415542554355445545554655475548554955505551555255535554555555565557555855595560556155625563556455655566556755685569557055715572557355745575557655775578557955805581558255835584558555865587558855895590559155925593559455955596559755985599560056015602560356045605560656075608560956105611561256135614561556165617561856195620562156225623562456255626562756285629563056315632563356345635563656375638563956405641564256435644564556465647564856495650565156525653565456555656565756585659566056615662566356645665566656675668566956705671567256735674567556765677567856795680568156825683568456855686568756885689569056915692569356945695569656975698569957005701570257035704570557065707570857095710571157125713571457155716571757185719572057215722572357245725572657275728572957305731573257335734573557365737573857395740574157425743574457455746574757485749575057515752575357545755575657575758575957605761576257635764576557665767576857695770577157725773577457755776577757785779578057815782578357845785578657875788578957905791579257935794579557965797579857995800580158025803580458055806580758085809581058115812581358145815581658175818581958205821582258235824582558265827582858295830583158325833583458355836583758385839584058415842584358445845584658475848584958505851585258535854585558565857585858595860586158625863586458655866586758685869587058715872587358745875587658775878587958805881588258835884588558865887588858895890589158925893589458955896589758985899590059015902590359045905590659075908590959105911591259135914591559165917591859195920592159225923592459255926592759285929593059315932593359345935593659375938593959405941594259435944594559465947594859495950595159525953595459555956595759585959596059615962596359645965596659675968596959705971597259735974597559765977597859795980598159825983598459855986598759885989599059915992599359945995599659975998599960006001600260036004600560066007600860096010601160126013601460156016601760186019602060216022602360246025602660276028602960306031603260336034603560366037603860396040604160426043604460456046604760486049605060516052605360546055605660576058605960606061606260636064606560666067606860696070607160726073607460756076607760786079608060816082608360846085608660876088608960906091609260936094609560966097609860996100610161026103610461056106610761086109611061116112611361146115611661176118611961206121612261236124612561266127612861296130613161326133613461356136613761386139614061416142614361446145614661476148614961506151615261536154615561566157615861596160616161626163616461656166616761686169617061716172617361746175617661776178617961806181618261836184618561866187618861896190619161926193619461956196619761986199620062016202620362046205620662076208620962106211621262136214621562166217621862196220622162226223622462256226622762286229623062316232623362346235623662376238623962406241624262436244624562466247624862496250625162526253625462556256625762586259626062616262626362646265626662676268626962706271627262736274627562766277627862796280628162826283628462856286628762886289629062916292629362946295629662976298629963006301630263036304630563066307630863096310631163126313631463156316631763186319632063216322632363246325632663276328632963306331633263336334633563366337633863396340634163426343634463456346634763486349635063516352635363546355635663576358635963606361636263636364636563666367636863696370637163726373637463756376637763786379638063816382638363846385638663876388638963906391639263936394639563966397639863996400640164026403640464056406640764086409641064116412641364146415641664176418641964206421642264236424642564266427642864296430643164326433643464356436643764386439644064416442644364446445644664476448644964506451645264536454645564566457645864596460646164626463646464656466646764686469647064716472647364746475647664776478647964806481648264836484648564866487648864896490649164926493649464956496649764986499650065016502650365046505650665076508650965106511651265136514651565166517651865196520652165226523652465256526652765286529653065316532653365346535653665376538653965406541654265436544654565466547654865496550655165526553655465556556655765586559656065616562656365646565656665676568656965706571657265736574657565766577657865796580658165826583658465856586658765886589659065916592659365946595659665976598659966006601660266036604660566066607660866096610661166126613661466156616661766186619662066216622662366246625662666276628662966306631663266336634663566366637663866396640664166426643664466456646664766486649665066516652665366546655665666576658665966606661666266636664666566666667666866696670667166726673667466756676667766786679668066816682668366846685668666876688668966906691669266936694669566966697669866996700670167026703670467056706670767086709671067116712671367146715671667176718671967206721672267236724672567266727672867296730673167326733673467356736673767386739674067416742674367446745674667476748674967506751675267536754675567566757675867596760676167626763676467656766676767686769677067716772677367746775677667776778677967806781678267836784678567866787678867896790679167926793679467956796679767986799680068016802680368046805680668076808680968106811681268136814681568166817681868196820682168226823682468256826682768286829683068316832683368346835683668376838683968406841684268436844684568466847684868496850685168526853685468556856685768586859686068616862686368646865686668676868686968706871687268736874687568766877687868796880688168826883688468856886688768886889689068916892689368946895689668976898689969006901690269036904690569066907690869096910691169126913691469156916691769186919692069216922692369246925692669276928692969306931693269336934693569366937693869396940694169426943694469456946694769486949695069516952695369546955695669576958695969606961696269636964696569666967696869696970697169726973697469756976697769786979698069816982698369846985698669876988698969906991699269936994699569966997699869997000700170027003700470057006700770087009701070117012701370147015701670177018701970207021702270237024702570267027702870297030703170327033703470357036703770387039704070417042704370447045704670477048704970507051705270537054705570567057705870597060706170627063706470657066706770687069707070717072707370747075707670777078707970807081708270837084708570867087708870897090709170927093709470957096709770987099710071017102710371047105710671077108710971107111711271137114711571167117711871197120712171227123712471257126712771287129713071317132713371347135713671377138713971407141714271437144714571467147714871497150715171527153715471557156715771587159716071617162716371647165716671677168716971707171717271737174717571767177717871797180718171827183718471857186718771887189719071917192719371947195719671977198719972007201720272037204720572067207720872097210721172127213721472157216721772187219722072217222722372247225722672277228722972307231723272337234723572367237723872397240724172427243724472457246724772487249725072517252725372547255725672577258725972607261726272637264726572667267726872697270727172727273727472757276727772787279728072817282728372847285728672877288728972907291729272937294729572967297729872997300730173027303730473057306730773087309731073117312731373147315731673177318731973207321732273237324732573267327732873297330733173327333733473357336733773387339734073417342734373447345734673477348734973507351735273537354735573567357735873597360736173627363736473657366736773687369737073717372737373747375737673777378737973807381738273837384738573867387738873897390739173927393739473957396739773987399740074017402740374047405740674077408740974107411741274137414741574167417741874197420742174227423742474257426742774287429743074317432743374347435743674377438743974407441744274437444744574467447744874497450745174527453745474557456745774587459746074617462746374647465746674677468746974707471747274737474747574767477747874797480748174827483748474857486748774887489749074917492749374947495749674977498749975007501750275037504750575067507750875097510751175127513751475157516751775187519752075217522752375247525752675277528752975307531753275337534753575367537753875397540754175427543754475457546754775487549755075517552755375547555755675577558755975607561756275637564756575667567756875697570757175727573757475757576757775787579758075817582758375847585758675877588758975907591759275937594759575967597759875997600760176027603760476057606760776087609761076117612761376147615761676177618761976207621762276237624762576267627762876297630763176327633763476357636763776387639764076417642764376447645764676477648764976507651765276537654765576567657765876597660766176627663766476657666766776687669767076717672767376747675767676777678767976807681768276837684768576867687768876897690769176927693769476957696769776987699770077017702770377047705770677077708770977107711771277137714771577167717771877197720772177227723772477257726772777287729773077317732773377347735773677377738773977407741774277437744774577467747774877497750775177527753775477557756775777587759776077617762776377647765776677677768776977707771777277737774777577767777777877797780778177827783778477857786778777887789779077917792779377947795779677977798779978007801780278037804780578067807780878097810781178127813781478157816781778187819782078217822782378247825782678277828782978307831783278337834783578367837783878397840784178427843784478457846784778487849785078517852785378547855785678577858785978607861786278637864786578667867786878697870787178727873787478757876787778787879788078817882788378847885788678877888788978907891789278937894789578967897789878997900790179027903790479057906790779087909791079117912791379147915791679177918791979207921792279237924792579267927792879297930793179327933793479357936793779387939794079417942794379447945794679477948794979507951795279537954795579567957795879597960796179627963796479657966796779687969797079717972797379747975797679777978797979807981798279837984798579867987798879897990799179927993799479957996799779987999800080018002800380048005800680078008800980108011801280138014801580168017801880198020802180228023802480258026802780288029803080318032803380348035803680378038803980408041804280438044804580468047804880498050805180528053805480558056805780588059806080618062806380648065806680678068806980708071807280738074807580768077807880798080808180828083808480858086808780888089809080918092809380948095809680978098809981008101810281038104810581068107810881098110811181128113811481158116811781188119812081218122812381248125812681278128812981308131813281338134813581368137813881398140814181428143814481458146814781488149815081518152815381548155815681578158815981608161816281638164816581668167816881698170817181728173817481758176817781788179818081818182818381848185818681878188818981908191819281938194819581968197819881998200820182028203820482058206820782088209821082118212821382148215821682178218821982208221822282238224822582268227822882298230823182328233823482358236823782388239824082418242824382448245824682478248824982508251825282538254825582568257825882598260826182628263826482658266826782688269827082718272827382748275827682778278827982808281828282838284828582868287828882898290829182928293829482958296829782988299830083018302830383048305830683078308830983108311831283138314831583168317831883198320832183228323832483258326832783288329833083318332833383348335833683378338833983408341834283438344834583468347834883498350835183528353835483558356835783588359836083618362836383648365836683678368836983708371837283738374837583768377837883798380838183828383838483858386838783888389839083918392839383948395839683978398839984008401840284038404840584068407840884098410841184128413841484158416841784188419842084218422842384248425842684278428842984308431843284338434843584368437843884398440844184428443844484458446844784488449845084518452845384548455845684578458845984608461846284638464846584668467846884698470847184728473847484758476847784788479848084818482848384848485848684878488848984908491849284938494849584968497849884998500850185028503850485058506850785088509851085118512851385148515851685178518851985208521852285238524852585268527852885298530853185328533853485358536853785388539854085418542854385448545854685478548854985508551855285538554855585568557855885598560856185628563856485658566856785688569857085718572857385748575857685778578857985808581858285838584858585868587858885898590859185928593859485958596859785988599860086018602860386048605860686078608860986108611861286138614861586168617861886198620862186228623862486258626862786288629863086318632863386348635863686378638863986408641864286438644864586468647864886498650865186528653865486558656865786588659866086618662866386648665866686678668866986708671867286738674867586768677867886798680868186828683868486858686868786888689869086918692869386948695869686978698869987008701870287038704870587068707870887098710871187128713871487158716871787188719872087218722872387248725872687278728872987308731873287338734873587368737873887398740874187428743874487458746874787488749875087518752875387548755875687578758875987608761876287638764876587668767876887698770877187728773877487758776877787788779878087818782878387848785878687878788878987908791879287938794879587968797879887998800880188028803880488058806880788088809881088118812881388148815881688178818881988208821882288238824882588268827882888298830883188328833883488358836883788388839884088418842884388448845884688478848884988508851885288538854885588568857885888598860886188628863886488658866886788688869887088718872887388748875887688778878887988808881888288838884888588868887888888898890889188928893889488958896889788988899890089018902890389048905890689078908890989108911891289138914891589168917891889198920892189228923892489258926892789288929893089318932893389348935893689378938893989408941894289438944894589468947894889498950895189528953895489558956895789588959896089618962896389648965896689678968896989708971897289738974897589768977897889798980898189828983898489858986898789888989899089918992899389948995899689978998899990009001900290039004900590069007900890099010901190129013901490159016901790189019902090219022902390249025902690279028902990309031903290339034903590369037903890399040904190429043904490459046904790489049905090519052905390549055905690579058905990609061906290639064906590669067906890699070907190729073907490759076907790789079908090819082908390849085908690879088908990909091909290939094909590969097909890999100910191029103910491059106910791089109911091119112911391149115911691179118911991209121912291239124912591269127912891299130913191329133913491359136913791389139914091419142914391449145914691479148914991509151915291539154915591569157915891599160916191629163916491659166916791689169917091719172917391749175917691779178917991809181918291839184918591869187918891899190919191929193919491959196919791989199920092019202920392049205920692079208920992109211921292139214921592169217921892199220922192229223922492259226922792289229923092319232923392349235923692379238923992409241924292439244924592469247924892499250925192529253925492559256925792589259926092619262926392649265926692679268926992709271927292739274927592769277927892799280928192829283928492859286928792889289929092919292929392949295929692979298929993009301930293039304930593069307930893099310931193129313931493159316931793189319932093219322932393249325932693279328932993309331933293339334933593369337933893399340934193429343934493459346934793489349935093519352935393549355935693579358935993609361936293639364936593669367936893699370937193729373937493759376937793789379938093819382938393849385938693879388938993909391939293939394939593969397939893999400940194029403940494059406940794089409941094119412941394149415941694179418941994209421942294239424942594269427942894299430943194329433943494359436943794389439944094419442944394449445944694479448944994509451945294539454945594569457945894599460946194629463946494659466946794689469947094719472947394749475947694779478947994809481948294839484948594869487948894899490949194929493949494959496949794989499950095019502950395049505950695079508950995109511951295139514951595169517951895199520952195229523952495259526952795289529953095319532953395349535953695379538953995409541954295439544954595469547954895499550955195529553955495559556955795589559956095619562956395649565956695679568956995709571957295739574957595769577957895799580958195829583958495859586958795889589959095919592959395949595959695979598959996009601960296039604960596069607960896099610961196129613961496159616961796189619962096219622962396249625962696279628962996309631963296339634963596369637963896399640964196429643964496459646964796489649965096519652965396549655965696579658965996609661966296639664966596669667966896699670967196729673967496759676967796789679968096819682968396849685968696879688968996909691969296939694969596969697969896999700970197029703970497059706970797089709971097119712971397149715971697179718971997209721972297239724972597269727972897299730973197329733973497359736973797389739974097419742974397449745974697479748974997509751975297539754975597569757975897599760976197629763976497659766976797689769977097719772977397749775977697779778977997809781978297839784978597869787978897899790979197929793979497959796979797989799980098019802980398049805980698079808980998109811981298139814981598169817981898199820982198229823982498259826982798289829983098319832983398349835983698379838983998409841984298439844984598469847984898499850985198529853985498559856985798589859986098619862986398649865986698679868986998709871987298739874987598769877987898799880988198829883988498859886988798889889989098919892989398949895989698979898989999009901990299039904990599069907990899099910991199129913991499159916991799189919992099219922992399249925992699279928992999309931993299339934993599369937993899399940994199429943994499459946994799489949995099519952995399549955995699579958995999609961996299639964996599669967996899699970997199729973997499759976997799789979998099819982998399849985998699879988998999909991999299939994999599969997999899991000010001100021000310004100051000610007100081000910010100111001210013100141001510016100171001810019100201002110022100231002410025100261002710028100291003010031100321003310034100351003610037100381003910040100411004210043100441004510046100471004810049100501005110052100531005410055100561005710058100591006010061100621006310064100651006610067100681006910070100711007210073100741007510076100771007810079100801008110082100831008410085100861008710088100891009010091100921009310094100951009610097100981009910100101011010210103101041010510106101071010810109101101011110112101131011410115101161011710118101191012010121101221012310124101251012610127101281012910130101311013210133101341013510136101371013810139101401014110142101431014410145101461014710148101491015010151101521015310154101551015610157101581015910160101611016210163101641016510166101671016810169101701017110172101731017410175101761017710178101791018010181101821018310184101851018610187101881018910190101911019210193101941019510196101971019810199102001020110202102031020410205102061020710208102091021010211102121021310214102151021610217102181021910220102211022210223102241022510226102271022810229102301023110232102331023410235102361023710238102391024010241102421024310244102451024610247102481024910250102511025210253102541025510256102571025810259102601026110262102631026410265102661026710268102691027010271102721027310274102751027610277102781027910280102811028210283102841028510286102871028810289102901029110292102931029410295102961029710298102991030010301103021030310304103051030610307103081030910310103111031210313103141031510316103171031810319103201032110322103231032410325103261032710328103291033010331103321033310334103351033610337103381033910340103411034210343103441034510346103471034810349103501035110352103531035410355103561035710358103591036010361103621036310364103651036610367103681036910370103711037210373103741037510376103771037810379103801038110382103831038410385103861038710388103891039010391103921039310394103951039610397103981039910400104011040210403104041040510406104071040810409104101041110412104131041410415104161041710418104191042010421104221042310424104251042610427104281042910430104311043210433104341043510436104371043810439104401044110442104431044410445104461044710448104491045010451104521045310454104551045610457104581045910460104611046210463104641046510466104671046810469104701047110472104731047410475104761047710478104791048010481104821048310484104851048610487104881048910490104911049210493104941049510496104971049810499105001050110502105031050410505105061050710508105091051010511105121051310514105151051610517105181051910520105211052210523105241052510526105271052810529105301053110532105331053410535105361053710538105391054010541105421054310544105451054610547105481054910550105511055210553105541055510556105571055810559105601056110562105631056410565105661056710568105691057010571105721057310574105751057610577105781057910580105811058210583105841058510586105871058810589105901059110592105931059410595105961059710598105991060010601106021060310604106051060610607106081060910610106111061210613106141061510616106171061810619106201062110622106231062410625106261062710628106291063010631106321063310634106351063610637106381063910640106411064210643106441064510646106471064810649106501065110652106531065410655106561065710658106591066010661106621066310664106651066610667106681066910670106711067210673106741067510676106771067810679106801068110682106831068410685106861068710688106891069010691106921069310694106951069610697106981069910700107011070210703107041070510706107071070810709107101071110712107131071410715107161071710718107191072010721107221072310724107251072610727107281072910730107311073210733107341073510736107371073810739107401074110742107431074410745107461074710748107491075010751107521075310754107551075610757107581075910760107611076210763107641076510766107671076810769107701077110772107731077410775107761077710778107791078010781107821078310784107851078610787107881078910790107911079210793107941079510796107971079810799108001080110802108031080410805108061080710808108091081010811108121081310814108151081610817108181081910820108211082210823108241082510826108271082810829108301083110832108331083410835108361083710838108391084010841108421084310844108451084610847108481084910850108511085210853108541085510856108571085810859108601086110862108631086410865108661086710868108691087010871108721087310874108751087610877108781087910880108811088210883108841088510886108871088810889108901089110892108931089410895108961089710898108991090010901109021090310904109051090610907109081090910910109111091210913109141091510916109171091810919109201092110922109231092410925109261092710928109291093010931109321093310934109351093610937109381093910940109411094210943109441094510946109471094810949109501095110952109531095410955109561095710958109591096010961109621096310964109651096610967109681096910970109711097210973109741097510976109771097810979109801098110982109831098410985109861098710988109891099010991109921099310994109951099610997109981099911000110011100211003110041100511006110071100811009110101101111012110131101411015110161101711018110191102011021110221102311024110251102611027110281102911030110311103211033110341103511036110371103811039110401104111042110431104411045110461104711048110491105011051110521105311054110551105611057110581105911060110611106211063110641106511066110671106811069110701107111072110731107411075110761107711078110791108011081110821108311084110851108611087110881108911090110911109211093110941109511096110971109811099111001110111102111031110411105111061110711108111091111011111111121111311114111151111611117111181111911120111211112211123111241112511126111271112811129111301113111132111331113411135111361113711138111391114011141111421114311144111451114611147111481114911150111511115211153111541115511156111571115811159111601116111162111631116411165111661116711168111691117011171111721117311174111751117611177111781117911180111811118211183111841118511186111871118811189111901119111192111931119411195111961119711198111991120011201112021120311204112051120611207112081120911210112111121211213112141121511216112171121811219112201122111222112231122411225112261122711228112291123011231112321123311234112351123611237112381123911240112411124211243112441124511246112471124811249112501125111252112531125411255112561125711258112591126011261112621126311264112651126611267112681126911270112711127211273112741127511276112771127811279112801128111282112831128411285112861128711288112891129011291112921129311294112951129611297112981129911300113011130211303113041130511306113071130811309113101131111312113131131411315113161131711318113191132011321113221132311324113251132611327113281132911330113311133211333113341133511336113371133811339113401134111342113431134411345113461134711348113491135011351113521135311354113551135611357113581135911360113611136211363113641136511366113671136811369113701137111372113731137411375113761137711378113791138011381113821138311384113851138611387113881138911390113911139211393113941139511396113971139811399114001140111402114031140411405114061140711408114091141011411114121141311414114151141611417114181141911420114211142211423114241142511426114271142811429114301143111432114331143411435114361143711438114391144011441114421144311444114451144611447114481144911450114511145211453114541145511456114571145811459114601146111462114631146411465114661146711468114691147011471114721147311474114751147611477114781147911480114811148211483114841148511486114871148811489114901149111492114931149411495114961149711498114991150011501115021150311504115051150611507115081150911510115111151211513115141151511516115171151811519115201152111522115231152411525115261152711528115291153011531115321153311534115351153611537115381153911540115411154211543115441154511546115471154811549115501155111552115531155411555115561155711558115591156011561115621156311564115651156611567115681156911570115711157211573115741157511576115771157811579115801158111582115831158411585115861158711588115891159011591115921159311594115951159611597115981159911600116011160211603116041160511606116071160811609116101161111612116131161411615116161161711618116191162011621116221162311624116251162611627116281162911630116311163211633116341163511636116371163811639116401164111642116431164411645116461164711648116491165011651116521165311654116551165611657116581165911660116611166211663116641166511666116671166811669116701167111672116731167411675116761167711678116791168011681116821168311684116851168611687116881168911690116911169211693116941169511696116971169811699117001170111702117031170411705117061170711708117091171011711117121171311714117151171611717117181171911720117211172211723117241172511726117271172811729117301173111732117331173411735117361173711738117391174011741117421174311744117451174611747117481174911750117511175211753117541175511756117571175811759117601176111762117631176411765117661176711768117691177011771117721177311774117751177611777117781177911780117811178211783117841178511786117871178811789117901179111792117931179411795117961179711798117991180011801118021180311804118051180611807118081180911810118111181211813118141181511816118171181811819118201182111822118231182411825118261182711828118291183011831118321183311834118351183611837118381183911840118411184211843118441184511846118471184811849118501185111852118531185411855118561185711858118591186011861118621186311864118651186611867118681186911870118711187211873118741187511876118771187811879118801188111882118831188411885118861188711888118891189011891118921189311894118951189611897118981189911900119011190211903119041190511906119071190811909119101191111912119131191411915119161191711918119191192011921119221192311924119251192611927119281192911930119311193211933119341193511936119371193811939119401194111942119431194411945119461194711948119491195011951119521195311954119551195611957119581195911960119611196211963119641196511966119671196811969119701197111972119731197411975119761197711978119791198011981119821198311984119851198611987119881198911990119911199211993119941199511996119971199811999120001200112002120031200412005120061200712008120091201012011120121201312014120151201612017120181201912020120211202212023120241202512026120271202812029120301203112032120331203412035120361203712038120391204012041120421204312044120451204612047120481204912050120511205212053120541205512056120571205812059120601206112062120631206412065120661206712068120691207012071120721207312074120751207612077120781207912080120811208212083120841208512086120871208812089120901209112092120931209412095120961209712098120991210012101121021210312104121051210612107121081210912110121111211212113121141211512116121171211812119121201212112122121231212412125121261212712128121291213012131121321213312134121351213612137121381213912140121411214212143121441214512146121471214812149121501215112152121531215412155121561215712158121591216012161121621216312164121651216612167121681216912170121711217212173121741217512176121771217812179121801218112182121831218412185121861218712188121891219012191121921219312194121951219612197121981219912200122011220212203122041220512206122071220812209122101221112212122131221412215122161221712218122191222012221122221222312224122251222612227122281222912230122311223212233122341223512236122371223812239122401224112242122431224412245122461224712248122491225012251122521225312254122551225612257122581225912260122611226212263122641226512266122671226812269122701227112272122731227412275122761227712278122791228012281122821228312284122851228612287122881228912290122911229212293122941229512296122971229812299123001230112302123031230412305123061230712308123091231012311123121231312314123151231612317123181231912320123211232212323123241232512326123271232812329123301233112332123331233412335123361233712338123391234012341123421234312344123451234612347123481234912350123511235212353123541235512356123571235812359123601236112362123631236412365123661236712368123691237012371123721237312374123751237612377123781237912380123811238212383123841238512386123871238812389123901239112392
  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. "@gorhom/bottom-sheet": "^4.4.7",
  12. "@react-navigation/bottom-tabs": "^6.5.7",
  13. "@react-navigation/drawer": "^6.6.3",
  14. "@react-navigation/native": "^6.1.6",
  15. "@react-navigation/native-stack": "^6.9.12",
  16. "react": "18.2.0",
  17. "react-native": "^0.72.1",
  18. "react-native-gesture-handler": "^2.12.0",
  19. "react-native-gradle-plugin": "^0.71.19",
  20. "react-native-linear-gradient": "^2.6.2",
  21. "react-native-paper": "^5.8.0",
  22. "react-native-reanimated": "^3.3.0",
  23. "react-native-reanimated-carousel": "^3.5.1",
  24. "react-native-safe-area-context": "^4.6.4",
  25. "react-native-screens": "^3.20.0",
  26. "react-native-vector-icons": "^9.2.0",
  27. "uuid": "^9.0.0"
  28. },
  29. "devDependencies": {
  30. "@babel/core": "^7.20.0",
  31. "@babel/plugin-proposal-decorators": "^7.22.7",
  32. "@babel/preset-env": "^7.20.0",
  33. "@babel/runtime": "^7.20.0",
  34. "@react-native-community/eslint-config": "^3.2.0",
  35. "@tsconfig/react-native": "^2.0.2",
  36. "@types/jest": "^29.2.1",
  37. "@types/react": "^18.0.24",
  38. "@types/react-test-renderer": "^18.0.0",
  39. "babel-jest": "^29.2.1",
  40. "eslint": "^8.19.0",
  41. "jest": "^29.2.1",
  42. "metro-react-native-babel-preset": "0.73.9",
  43. "prettier": "^2.4.1",
  44. "react-test-renderer": "18.2.0",
  45. "typescript": "4.8.4"
  46. }
  47. },
  48. "node_modules/@aashutoshrathi/word-wrap": {
  49. "version": "1.2.6",
  50. "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz",
  51. "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==",
  52. "dev": true,
  53. "engines": {
  54. "node": ">=0.10.0"
  55. }
  56. },
  57. "node_modules/@ampproject/remapping": {
  58. "version": "2.2.1",
  59. "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz",
  60. "integrity": "sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==",
  61. "dependencies": {
  62. "@jridgewell/gen-mapping": "^0.3.0",
  63. "@jridgewell/trace-mapping": "^0.3.9"
  64. },
  65. "engines": {
  66. "node": ">=6.0.0"
  67. }
  68. },
  69. "node_modules/@babel/code-frame": {
  70. "version": "7.22.5",
  71. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.5.tgz",
  72. "integrity": "sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==",
  73. "dependencies": {
  74. "@babel/highlight": "^7.22.5"
  75. },
  76. "engines": {
  77. "node": ">=6.9.0"
  78. }
  79. },
  80. "node_modules/@babel/compat-data": {
  81. "version": "7.22.5",
  82. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.5.tgz",
  83. "integrity": "sha512-4Jc/YuIaYqKnDDz892kPIledykKg12Aw1PYX5i/TY28anJtacvM1Rrr8wbieB9GfEJwlzqT0hUEao0CxEebiDA==",
  84. "engines": {
  85. "node": ">=6.9.0"
  86. }
  87. },
  88. "node_modules/@babel/core": {
  89. "version": "7.22.5",
  90. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.5.tgz",
  91. "integrity": "sha512-SBuTAjg91A3eKOvD+bPEz3LlhHZRNu1nFOVts9lzDJTXshHTjII0BAtDS3Y2DAkdZdDKWVZGVwkDfc4Clxn1dg==",
  92. "dependencies": {
  93. "@ampproject/remapping": "^2.2.0",
  94. "@babel/code-frame": "^7.22.5",
  95. "@babel/generator": "^7.22.5",
  96. "@babel/helper-compilation-targets": "^7.22.5",
  97. "@babel/helper-module-transforms": "^7.22.5",
  98. "@babel/helpers": "^7.22.5",
  99. "@babel/parser": "^7.22.5",
  100. "@babel/template": "^7.22.5",
  101. "@babel/traverse": "^7.22.5",
  102. "@babel/types": "^7.22.5",
  103. "convert-source-map": "^1.7.0",
  104. "debug": "^4.1.0",
  105. "gensync": "^1.0.0-beta.2",
  106. "json5": "^2.2.2",
  107. "semver": "^6.3.0"
  108. },
  109. "engines": {
  110. "node": ">=6.9.0"
  111. },
  112. "funding": {
  113. "type": "opencollective",
  114. "url": "https://opencollective.com/babel"
  115. }
  116. },
  117. "node_modules/@babel/core/node_modules/debug": {
  118. "version": "4.3.4",
  119. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
  120. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  121. "dependencies": {
  122. "ms": "2.1.2"
  123. },
  124. "engines": {
  125. "node": ">=6.0"
  126. },
  127. "peerDependenciesMeta": {
  128. "supports-color": {
  129. "optional": true
  130. }
  131. }
  132. },
  133. "node_modules/@babel/core/node_modules/ms": {
  134. "version": "2.1.2",
  135. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  136. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
  137. },
  138. "node_modules/@babel/eslint-parser": {
  139. "version": "7.22.5",
  140. "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.22.5.tgz",
  141. "integrity": "sha512-C69RWYNYtrgIRE5CmTd77ZiLDXqgBipahJc/jHP3sLcAGj6AJzxNIuKNpVnICqbyK7X3pFUfEvL++rvtbQpZkQ==",
  142. "dev": true,
  143. "dependencies": {
  144. "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
  145. "eslint-visitor-keys": "^2.1.0",
  146. "semver": "^6.3.0"
  147. },
  148. "engines": {
  149. "node": "^10.13.0 || ^12.13.0 || >=14.0.0"
  150. },
  151. "peerDependencies": {
  152. "@babel/core": ">=7.11.0",
  153. "eslint": "^7.5.0 || ^8.0.0"
  154. }
  155. },
  156. "node_modules/@babel/generator": {
  157. "version": "7.22.5",
  158. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.22.5.tgz",
  159. "integrity": "sha512-+lcUbnTRhd0jOewtFSedLyiPsD5tswKkbgcezOqqWFUVNEwoUTlpPOBmvhG7OXWLR4jMdv0czPGH5XbflnD1EA==",
  160. "dependencies": {
  161. "@babel/types": "^7.22.5",
  162. "@jridgewell/gen-mapping": "^0.3.2",
  163. "@jridgewell/trace-mapping": "^0.3.17",
  164. "jsesc": "^2.5.1"
  165. },
  166. "engines": {
  167. "node": ">=6.9.0"
  168. }
  169. },
  170. "node_modules/@babel/helper-annotate-as-pure": {
  171. "version": "7.22.5",
  172. "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz",
  173. "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==",
  174. "dependencies": {
  175. "@babel/types": "^7.22.5"
  176. },
  177. "engines": {
  178. "node": ">=6.9.0"
  179. }
  180. },
  181. "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
  182. "version": "7.22.5",
  183. "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.5.tgz",
  184. "integrity": "sha512-m1EP3lVOPptR+2DwD125gziZNcmoNSHGmJROKoy87loWUQyJaVXDgpmruWqDARZSmtYQ+Dl25okU8+qhVzuykw==",
  185. "dependencies": {
  186. "@babel/types": "^7.22.5"
  187. },
  188. "engines": {
  189. "node": ">=6.9.0"
  190. }
  191. },
  192. "node_modules/@babel/helper-compilation-targets": {
  193. "version": "7.22.5",
  194. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.5.tgz",
  195. "integrity": "sha512-Ji+ywpHeuqxB8WDxraCiqR0xfhYjiDE/e6k7FuIaANnoOFxAHskHChz4vA1mJC9Lbm01s1PVAGhQY4FUKSkGZw==",
  196. "dependencies": {
  197. "@babel/compat-data": "^7.22.5",
  198. "@babel/helper-validator-option": "^7.22.5",
  199. "browserslist": "^4.21.3",
  200. "lru-cache": "^5.1.1",
  201. "semver": "^6.3.0"
  202. },
  203. "engines": {
  204. "node": ">=6.9.0"
  205. },
  206. "peerDependencies": {
  207. "@babel/core": "^7.0.0"
  208. }
  209. },
  210. "node_modules/@babel/helper-create-class-features-plugin": {
  211. "version": "7.22.9",
  212. "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.9.tgz",
  213. "integrity": "sha512-Pwyi89uO4YrGKxL/eNJ8lfEH55DnRloGPOseaA8NFNL6jAUnn+KccaISiFazCj5IolPPDjGSdzQzXVzODVRqUQ==",
  214. "dependencies": {
  215. "@babel/helper-annotate-as-pure": "^7.22.5",
  216. "@babel/helper-environment-visitor": "^7.22.5",
  217. "@babel/helper-function-name": "^7.22.5",
  218. "@babel/helper-member-expression-to-functions": "^7.22.5",
  219. "@babel/helper-optimise-call-expression": "^7.22.5",
  220. "@babel/helper-replace-supers": "^7.22.9",
  221. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
  222. "@babel/helper-split-export-declaration": "^7.22.6",
  223. "semver": "^6.3.1"
  224. },
  225. "engines": {
  226. "node": ">=6.9.0"
  227. },
  228. "peerDependencies": {
  229. "@babel/core": "^7.0.0"
  230. }
  231. },
  232. "node_modules/@babel/helper-create-regexp-features-plugin": {
  233. "version": "7.22.5",
  234. "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.5.tgz",
  235. "integrity": "sha512-1VpEFOIbMRaXyDeUwUfmTIxExLwQ+zkW+Bh5zXpApA3oQedBx9v/updixWxnx/bZpKw7u8VxWjb/qWpIcmPq8A==",
  236. "dependencies": {
  237. "@babel/helper-annotate-as-pure": "^7.22.5",
  238. "regexpu-core": "^5.3.1",
  239. "semver": "^6.3.0"
  240. },
  241. "engines": {
  242. "node": ">=6.9.0"
  243. },
  244. "peerDependencies": {
  245. "@babel/core": "^7.0.0"
  246. }
  247. },
  248. "node_modules/@babel/helper-define-polyfill-provider": {
  249. "version": "0.4.0",
  250. "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.0.tgz",
  251. "integrity": "sha512-RnanLx5ETe6aybRi1cO/edaRH+bNYWaryCEmjDDYyNr4wnSzyOp8T0dWipmqVHKEY3AbVKUom50AKSlj1zmKbg==",
  252. "dependencies": {
  253. "@babel/helper-compilation-targets": "^7.17.7",
  254. "@babel/helper-plugin-utils": "^7.16.7",
  255. "debug": "^4.1.1",
  256. "lodash.debounce": "^4.0.8",
  257. "resolve": "^1.14.2",
  258. "semver": "^6.1.2"
  259. },
  260. "peerDependencies": {
  261. "@babel/core": "^7.4.0-0"
  262. }
  263. },
  264. "node_modules/@babel/helper-define-polyfill-provider/node_modules/debug": {
  265. "version": "4.3.4",
  266. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
  267. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  268. "dependencies": {
  269. "ms": "2.1.2"
  270. },
  271. "engines": {
  272. "node": ">=6.0"
  273. },
  274. "peerDependenciesMeta": {
  275. "supports-color": {
  276. "optional": true
  277. }
  278. }
  279. },
  280. "node_modules/@babel/helper-define-polyfill-provider/node_modules/ms": {
  281. "version": "2.1.2",
  282. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  283. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
  284. },
  285. "node_modules/@babel/helper-environment-visitor": {
  286. "version": "7.22.5",
  287. "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz",
  288. "integrity": "sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==",
  289. "engines": {
  290. "node": ">=6.9.0"
  291. }
  292. },
  293. "node_modules/@babel/helper-function-name": {
  294. "version": "7.22.5",
  295. "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz",
  296. "integrity": "sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==",
  297. "dependencies": {
  298. "@babel/template": "^7.22.5",
  299. "@babel/types": "^7.22.5"
  300. },
  301. "engines": {
  302. "node": ">=6.9.0"
  303. }
  304. },
  305. "node_modules/@babel/helper-hoist-variables": {
  306. "version": "7.22.5",
  307. "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz",
  308. "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==",
  309. "dependencies": {
  310. "@babel/types": "^7.22.5"
  311. },
  312. "engines": {
  313. "node": ">=6.9.0"
  314. }
  315. },
  316. "node_modules/@babel/helper-member-expression-to-functions": {
  317. "version": "7.22.5",
  318. "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.22.5.tgz",
  319. "integrity": "sha512-aBiH1NKMG0H2cGZqspNvsaBe6wNGjbJjuLy29aU+eDZjSbbN53BaxlpB02xm9v34pLTZ1nIQPFYn2qMZoa5BQQ==",
  320. "dependencies": {
  321. "@babel/types": "^7.22.5"
  322. },
  323. "engines": {
  324. "node": ">=6.9.0"
  325. }
  326. },
  327. "node_modules/@babel/helper-module-imports": {
  328. "version": "7.22.5",
  329. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz",
  330. "integrity": "sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==",
  331. "dependencies": {
  332. "@babel/types": "^7.22.5"
  333. },
  334. "engines": {
  335. "node": ">=6.9.0"
  336. }
  337. },
  338. "node_modules/@babel/helper-module-transforms": {
  339. "version": "7.22.5",
  340. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.22.5.tgz",
  341. "integrity": "sha512-+hGKDt/Ze8GFExiVHno/2dvG5IdstpzCq0y4Qc9OJ25D4q3pKfiIP/4Vp3/JvhDkLKsDK2api3q3fpIgiIF5bw==",
  342. "dependencies": {
  343. "@babel/helper-environment-visitor": "^7.22.5",
  344. "@babel/helper-module-imports": "^7.22.5",
  345. "@babel/helper-simple-access": "^7.22.5",
  346. "@babel/helper-split-export-declaration": "^7.22.5",
  347. "@babel/helper-validator-identifier": "^7.22.5",
  348. "@babel/template": "^7.22.5",
  349. "@babel/traverse": "^7.22.5",
  350. "@babel/types": "^7.22.5"
  351. },
  352. "engines": {
  353. "node": ">=6.9.0"
  354. }
  355. },
  356. "node_modules/@babel/helper-optimise-call-expression": {
  357. "version": "7.22.5",
  358. "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz",
  359. "integrity": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==",
  360. "dependencies": {
  361. "@babel/types": "^7.22.5"
  362. },
  363. "engines": {
  364. "node": ">=6.9.0"
  365. }
  366. },
  367. "node_modules/@babel/helper-plugin-utils": {
  368. "version": "7.22.5",
  369. "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz",
  370. "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==",
  371. "engines": {
  372. "node": ">=6.9.0"
  373. }
  374. },
  375. "node_modules/@babel/helper-remap-async-to-generator": {
  376. "version": "7.22.5",
  377. "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.5.tgz",
  378. "integrity": "sha512-cU0Sq1Rf4Z55fgz7haOakIyM7+x/uCFwXpLPaeRzfoUtAEAuUZjZvFPjL/rk5rW693dIgn2hng1W7xbT7lWT4g==",
  379. "dependencies": {
  380. "@babel/helper-annotate-as-pure": "^7.22.5",
  381. "@babel/helper-environment-visitor": "^7.22.5",
  382. "@babel/helper-wrap-function": "^7.22.5",
  383. "@babel/types": "^7.22.5"
  384. },
  385. "engines": {
  386. "node": ">=6.9.0"
  387. },
  388. "peerDependencies": {
  389. "@babel/core": "^7.0.0"
  390. }
  391. },
  392. "node_modules/@babel/helper-replace-supers": {
  393. "version": "7.22.9",
  394. "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.9.tgz",
  395. "integrity": "sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==",
  396. "dependencies": {
  397. "@babel/helper-environment-visitor": "^7.22.5",
  398. "@babel/helper-member-expression-to-functions": "^7.22.5",
  399. "@babel/helper-optimise-call-expression": "^7.22.5"
  400. },
  401. "engines": {
  402. "node": ">=6.9.0"
  403. },
  404. "peerDependencies": {
  405. "@babel/core": "^7.0.0"
  406. }
  407. },
  408. "node_modules/@babel/helper-simple-access": {
  409. "version": "7.22.5",
  410. "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz",
  411. "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==",
  412. "dependencies": {
  413. "@babel/types": "^7.22.5"
  414. },
  415. "engines": {
  416. "node": ">=6.9.0"
  417. }
  418. },
  419. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  420. "version": "7.22.5",
  421. "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz",
  422. "integrity": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==",
  423. "dependencies": {
  424. "@babel/types": "^7.22.5"
  425. },
  426. "engines": {
  427. "node": ">=6.9.0"
  428. }
  429. },
  430. "node_modules/@babel/helper-split-export-declaration": {
  431. "version": "7.22.6",
  432. "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz",
  433. "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==",
  434. "dependencies": {
  435. "@babel/types": "^7.22.5"
  436. },
  437. "engines": {
  438. "node": ">=6.9.0"
  439. }
  440. },
  441. "node_modules/@babel/helper-string-parser": {
  442. "version": "7.22.5",
  443. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz",
  444. "integrity": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==",
  445. "engines": {
  446. "node": ">=6.9.0"
  447. }
  448. },
  449. "node_modules/@babel/helper-validator-identifier": {
  450. "version": "7.22.5",
  451. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz",
  452. "integrity": "sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==",
  453. "engines": {
  454. "node": ">=6.9.0"
  455. }
  456. },
  457. "node_modules/@babel/helper-validator-option": {
  458. "version": "7.22.5",
  459. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz",
  460. "integrity": "sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==",
  461. "engines": {
  462. "node": ">=6.9.0"
  463. }
  464. },
  465. "node_modules/@babel/helper-wrap-function": {
  466. "version": "7.22.5",
  467. "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.5.tgz",
  468. "integrity": "sha512-bYqLIBSEshYcYQyfks8ewYA8S30yaGSeRslcvKMvoUk6HHPySbxHq9YRi6ghhzEU+yhQv9bP/jXnygkStOcqZw==",
  469. "dependencies": {
  470. "@babel/helper-function-name": "^7.22.5",
  471. "@babel/template": "^7.22.5",
  472. "@babel/traverse": "^7.22.5",
  473. "@babel/types": "^7.22.5"
  474. },
  475. "engines": {
  476. "node": ">=6.9.0"
  477. }
  478. },
  479. "node_modules/@babel/helpers": {
  480. "version": "7.22.5",
  481. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.5.tgz",
  482. "integrity": "sha512-pSXRmfE1vzcUIDFQcSGA5Mr+GxBV9oiRKDuDxXvWQQBCh8HoIjs/2DlDB7H8smac1IVrB9/xdXj2N3Wol9Cr+Q==",
  483. "dependencies": {
  484. "@babel/template": "^7.22.5",
  485. "@babel/traverse": "^7.22.5",
  486. "@babel/types": "^7.22.5"
  487. },
  488. "engines": {
  489. "node": ">=6.9.0"
  490. }
  491. },
  492. "node_modules/@babel/highlight": {
  493. "version": "7.22.5",
  494. "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.5.tgz",
  495. "integrity": "sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==",
  496. "dependencies": {
  497. "@babel/helper-validator-identifier": "^7.22.5",
  498. "chalk": "^2.0.0",
  499. "js-tokens": "^4.0.0"
  500. },
  501. "engines": {
  502. "node": ">=6.9.0"
  503. }
  504. },
  505. "node_modules/@babel/highlight/node_modules/ansi-styles": {
  506. "version": "3.2.1",
  507. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  508. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  509. "dependencies": {
  510. "color-convert": "^1.9.0"
  511. },
  512. "engines": {
  513. "node": ">=4"
  514. }
  515. },
  516. "node_modules/@babel/highlight/node_modules/chalk": {
  517. "version": "2.4.2",
  518. "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  519. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  520. "dependencies": {
  521. "ansi-styles": "^3.2.1",
  522. "escape-string-regexp": "^1.0.5",
  523. "supports-color": "^5.3.0"
  524. },
  525. "engines": {
  526. "node": ">=4"
  527. }
  528. },
  529. "node_modules/@babel/highlight/node_modules/color-convert": {
  530. "version": "1.9.3",
  531. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  532. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  533. "dependencies": {
  534. "color-name": "1.1.3"
  535. }
  536. },
  537. "node_modules/@babel/highlight/node_modules/color-name": {
  538. "version": "1.1.3",
  539. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
  540. "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
  541. },
  542. "node_modules/@babel/highlight/node_modules/escape-string-regexp": {
  543. "version": "1.0.5",
  544. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  545. "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
  546. "engines": {
  547. "node": ">=0.8.0"
  548. }
  549. },
  550. "node_modules/@babel/highlight/node_modules/has-flag": {
  551. "version": "3.0.0",
  552. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  553. "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
  554. "engines": {
  555. "node": ">=4"
  556. }
  557. },
  558. "node_modules/@babel/highlight/node_modules/supports-color": {
  559. "version": "5.5.0",
  560. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
  561. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  562. "dependencies": {
  563. "has-flag": "^3.0.0"
  564. },
  565. "engines": {
  566. "node": ">=4"
  567. }
  568. },
  569. "node_modules/@babel/parser": {
  570. "version": "7.22.5",
  571. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.5.tgz",
  572. "integrity": "sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==",
  573. "bin": {
  574. "parser": "bin/babel-parser.js"
  575. },
  576. "engines": {
  577. "node": ">=6.0.0"
  578. }
  579. },
  580. "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
  581. "version": "7.22.5",
  582. "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",
  583. "integrity": "sha512-NP1M5Rf+u2Gw9qfSO4ihjcTGW5zXTi36ITLd4/EoAcEhIZ0yjMqmftDNl3QC19CX7olhrjpyU454g/2W7X0jvQ==",
  584. "dependencies": {
  585. "@babel/helper-plugin-utils": "^7.22.5"
  586. },
  587. "engines": {
  588. "node": ">=6.9.0"
  589. },
  590. "peerDependencies": {
  591. "@babel/core": "^7.0.0"
  592. }
  593. },
  594. "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
  595. "version": "7.22.5",
  596. "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",
  597. "integrity": "sha512-31Bb65aZaUwqCbWMnZPduIZxCBngHFlzyN6Dq6KAJjtx+lx6ohKHubc61OomYi7XwVD4Ol0XCVz4h+pYFR048g==",
  598. "dependencies": {
  599. "@babel/helper-plugin-utils": "^7.22.5",
  600. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
  601. "@babel/plugin-transform-optional-chaining": "^7.22.5"
  602. },
  603. "engines": {
  604. "node": ">=6.9.0"
  605. },
  606. "peerDependencies": {
  607. "@babel/core": "^7.13.0"
  608. }
  609. },
  610. "node_modules/@babel/plugin-proposal-async-generator-functions": {
  611. "version": "7.20.7",
  612. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.7.tgz",
  613. "integrity": "sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==",
  614. "dependencies": {
  615. "@babel/helper-environment-visitor": "^7.18.9",
  616. "@babel/helper-plugin-utils": "^7.20.2",
  617. "@babel/helper-remap-async-to-generator": "^7.18.9",
  618. "@babel/plugin-syntax-async-generators": "^7.8.4"
  619. },
  620. "engines": {
  621. "node": ">=6.9.0"
  622. },
  623. "peerDependencies": {
  624. "@babel/core": "^7.0.0-0"
  625. }
  626. },
  627. "node_modules/@babel/plugin-proposal-class-properties": {
  628. "version": "7.18.6",
  629. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz",
  630. "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==",
  631. "dependencies": {
  632. "@babel/helper-create-class-features-plugin": "^7.18.6",
  633. "@babel/helper-plugin-utils": "^7.18.6"
  634. },
  635. "engines": {
  636. "node": ">=6.9.0"
  637. },
  638. "peerDependencies": {
  639. "@babel/core": "^7.0.0-0"
  640. }
  641. },
  642. "node_modules/@babel/plugin-proposal-decorators": {
  643. "version": "7.22.7",
  644. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.22.7.tgz",
  645. "integrity": "sha512-omXqPF7Onq4Bb7wHxXjM3jSMSJvUUbvDvmmds7KI5n9Cq6Ln5I05I1W2nRlRof1rGdiUxJrxwe285WF96XlBXQ==",
  646. "dev": true,
  647. "dependencies": {
  648. "@babel/helper-create-class-features-plugin": "^7.22.6",
  649. "@babel/helper-plugin-utils": "^7.22.5",
  650. "@babel/helper-replace-supers": "^7.22.5",
  651. "@babel/helper-split-export-declaration": "^7.22.6",
  652. "@babel/plugin-syntax-decorators": "^7.22.5"
  653. },
  654. "engines": {
  655. "node": ">=6.9.0"
  656. },
  657. "peerDependencies": {
  658. "@babel/core": "^7.0.0-0"
  659. }
  660. },
  661. "node_modules/@babel/plugin-proposal-export-default-from": {
  662. "version": "7.22.5",
  663. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.22.5.tgz",
  664. "integrity": "sha512-UCe1X/hplyv6A5g2WnQ90tnHRvYL29dabCWww92lO7VdfMVTVReBTRrhiMrKQejHD9oVkdnRdwYuzUZkBVQisg==",
  665. "dependencies": {
  666. "@babel/helper-plugin-utils": "^7.22.5",
  667. "@babel/plugin-syntax-export-default-from": "^7.22.5"
  668. },
  669. "engines": {
  670. "node": ">=6.9.0"
  671. },
  672. "peerDependencies": {
  673. "@babel/core": "^7.0.0-0"
  674. }
  675. },
  676. "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": {
  677. "version": "7.18.6",
  678. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz",
  679. "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==",
  680. "dependencies": {
  681. "@babel/helper-plugin-utils": "^7.18.6",
  682. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
  683. },
  684. "engines": {
  685. "node": ">=6.9.0"
  686. },
  687. "peerDependencies": {
  688. "@babel/core": "^7.0.0-0"
  689. }
  690. },
  691. "node_modules/@babel/plugin-proposal-numeric-separator": {
  692. "version": "7.18.6",
  693. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz",
  694. "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==",
  695. "dependencies": {
  696. "@babel/helper-plugin-utils": "^7.18.6",
  697. "@babel/plugin-syntax-numeric-separator": "^7.10.4"
  698. },
  699. "engines": {
  700. "node": ">=6.9.0"
  701. },
  702. "peerDependencies": {
  703. "@babel/core": "^7.0.0-0"
  704. }
  705. },
  706. "node_modules/@babel/plugin-proposal-object-rest-spread": {
  707. "version": "7.20.7",
  708. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz",
  709. "integrity": "sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==",
  710. "dependencies": {
  711. "@babel/compat-data": "^7.20.5",
  712. "@babel/helper-compilation-targets": "^7.20.7",
  713. "@babel/helper-plugin-utils": "^7.20.2",
  714. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  715. "@babel/plugin-transform-parameters": "^7.20.7"
  716. },
  717. "engines": {
  718. "node": ">=6.9.0"
  719. },
  720. "peerDependencies": {
  721. "@babel/core": "^7.0.0-0"
  722. }
  723. },
  724. "node_modules/@babel/plugin-proposal-optional-catch-binding": {
  725. "version": "7.18.6",
  726. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz",
  727. "integrity": "sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==",
  728. "dependencies": {
  729. "@babel/helper-plugin-utils": "^7.18.6",
  730. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
  731. },
  732. "engines": {
  733. "node": ">=6.9.0"
  734. },
  735. "peerDependencies": {
  736. "@babel/core": "^7.0.0-0"
  737. }
  738. },
  739. "node_modules/@babel/plugin-proposal-optional-chaining": {
  740. "version": "7.21.0",
  741. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz",
  742. "integrity": "sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==",
  743. "dependencies": {
  744. "@babel/helper-plugin-utils": "^7.20.2",
  745. "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0",
  746. "@babel/plugin-syntax-optional-chaining": "^7.8.3"
  747. },
  748. "engines": {
  749. "node": ">=6.9.0"
  750. },
  751. "peerDependencies": {
  752. "@babel/core": "^7.0.0-0"
  753. }
  754. },
  755. "node_modules/@babel/plugin-proposal-private-property-in-object": {
  756. "version": "7.21.0-placeholder-for-preset-env.2",
  757. "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",
  758. "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==",
  759. "engines": {
  760. "node": ">=6.9.0"
  761. },
  762. "peerDependencies": {
  763. "@babel/core": "^7.0.0-0"
  764. }
  765. },
  766. "node_modules/@babel/plugin-proposal-unicode-property-regex": {
  767. "version": "7.18.6",
  768. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz",
  769. "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==",
  770. "dependencies": {
  771. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  772. "@babel/helper-plugin-utils": "^7.18.6"
  773. },
  774. "engines": {
  775. "node": ">=4"
  776. },
  777. "peerDependencies": {
  778. "@babel/core": "^7.0.0-0"
  779. }
  780. },
  781. "node_modules/@babel/plugin-syntax-async-generators": {
  782. "version": "7.8.4",
  783. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
  784. "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
  785. "dependencies": {
  786. "@babel/helper-plugin-utils": "^7.8.0"
  787. },
  788. "peerDependencies": {
  789. "@babel/core": "^7.0.0-0"
  790. }
  791. },
  792. "node_modules/@babel/plugin-syntax-bigint": {
  793. "version": "7.8.3",
  794. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
  795. "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
  796. "dev": true,
  797. "dependencies": {
  798. "@babel/helper-plugin-utils": "^7.8.0"
  799. },
  800. "peerDependencies": {
  801. "@babel/core": "^7.0.0-0"
  802. }
  803. },
  804. "node_modules/@babel/plugin-syntax-class-properties": {
  805. "version": "7.12.13",
  806. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
  807. "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
  808. "dependencies": {
  809. "@babel/helper-plugin-utils": "^7.12.13"
  810. },
  811. "peerDependencies": {
  812. "@babel/core": "^7.0.0-0"
  813. }
  814. },
  815. "node_modules/@babel/plugin-syntax-class-static-block": {
  816. "version": "7.14.5",
  817. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
  818. "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
  819. "dependencies": {
  820. "@babel/helper-plugin-utils": "^7.14.5"
  821. },
  822. "engines": {
  823. "node": ">=6.9.0"
  824. },
  825. "peerDependencies": {
  826. "@babel/core": "^7.0.0-0"
  827. }
  828. },
  829. "node_modules/@babel/plugin-syntax-decorators": {
  830. "version": "7.22.5",
  831. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.22.5.tgz",
  832. "integrity": "sha512-avpUOBS7IU6al8MmF1XpAyj9QYeLPuSDJI5D4pVMSMdL7xQokKqJPYQC67RCT0aCTashUXPiGwMJ0DEXXCEmMA==",
  833. "dev": true,
  834. "dependencies": {
  835. "@babel/helper-plugin-utils": "^7.22.5"
  836. },
  837. "engines": {
  838. "node": ">=6.9.0"
  839. },
  840. "peerDependencies": {
  841. "@babel/core": "^7.0.0-0"
  842. }
  843. },
  844. "node_modules/@babel/plugin-syntax-dynamic-import": {
  845. "version": "7.8.3",
  846. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
  847. "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
  848. "dependencies": {
  849. "@babel/helper-plugin-utils": "^7.8.0"
  850. },
  851. "peerDependencies": {
  852. "@babel/core": "^7.0.0-0"
  853. }
  854. },
  855. "node_modules/@babel/plugin-syntax-export-default-from": {
  856. "version": "7.22.5",
  857. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.22.5.tgz",
  858. "integrity": "sha512-ODAqWWXB/yReh/jVQDag/3/tl6lgBueQkk/TcfW/59Oykm4c8a55XloX0CTk2k2VJiFWMgHby9xNX29IbCv9dQ==",
  859. "dependencies": {
  860. "@babel/helper-plugin-utils": "^7.22.5"
  861. },
  862. "engines": {
  863. "node": ">=6.9.0"
  864. },
  865. "peerDependencies": {
  866. "@babel/core": "^7.0.0-0"
  867. }
  868. },
  869. "node_modules/@babel/plugin-syntax-export-namespace-from": {
  870. "version": "7.8.3",
  871. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
  872. "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
  873. "dependencies": {
  874. "@babel/helper-plugin-utils": "^7.8.3"
  875. },
  876. "peerDependencies": {
  877. "@babel/core": "^7.0.0-0"
  878. }
  879. },
  880. "node_modules/@babel/plugin-syntax-flow": {
  881. "version": "7.22.5",
  882. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.22.5.tgz",
  883. "integrity": "sha512-9RdCl0i+q0QExayk2nOS7853w08yLucnnPML6EN9S8fgMPVtdLDCdx/cOQ/i44Lb9UeQX9A35yaqBBOMMZxPxQ==",
  884. "dependencies": {
  885. "@babel/helper-plugin-utils": "^7.22.5"
  886. },
  887. "engines": {
  888. "node": ">=6.9.0"
  889. },
  890. "peerDependencies": {
  891. "@babel/core": "^7.0.0-0"
  892. }
  893. },
  894. "node_modules/@babel/plugin-syntax-import-assertions": {
  895. "version": "7.22.5",
  896. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.22.5.tgz",
  897. "integrity": "sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==",
  898. "dependencies": {
  899. "@babel/helper-plugin-utils": "^7.22.5"
  900. },
  901. "engines": {
  902. "node": ">=6.9.0"
  903. },
  904. "peerDependencies": {
  905. "@babel/core": "^7.0.0-0"
  906. }
  907. },
  908. "node_modules/@babel/plugin-syntax-import-attributes": {
  909. "version": "7.22.5",
  910. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.22.5.tgz",
  911. "integrity": "sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==",
  912. "dependencies": {
  913. "@babel/helper-plugin-utils": "^7.22.5"
  914. },
  915. "engines": {
  916. "node": ">=6.9.0"
  917. },
  918. "peerDependencies": {
  919. "@babel/core": "^7.0.0-0"
  920. }
  921. },
  922. "node_modules/@babel/plugin-syntax-import-meta": {
  923. "version": "7.10.4",
  924. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  925. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  926. "dependencies": {
  927. "@babel/helper-plugin-utils": "^7.10.4"
  928. },
  929. "peerDependencies": {
  930. "@babel/core": "^7.0.0-0"
  931. }
  932. },
  933. "node_modules/@babel/plugin-syntax-json-strings": {
  934. "version": "7.8.3",
  935. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
  936. "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
  937. "dependencies": {
  938. "@babel/helper-plugin-utils": "^7.8.0"
  939. },
  940. "peerDependencies": {
  941. "@babel/core": "^7.0.0-0"
  942. }
  943. },
  944. "node_modules/@babel/plugin-syntax-jsx": {
  945. "version": "7.22.5",
  946. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.22.5.tgz",
  947. "integrity": "sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==",
  948. "dependencies": {
  949. "@babel/helper-plugin-utils": "^7.22.5"
  950. },
  951. "engines": {
  952. "node": ">=6.9.0"
  953. },
  954. "peerDependencies": {
  955. "@babel/core": "^7.0.0-0"
  956. }
  957. },
  958. "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
  959. "version": "7.10.4",
  960. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
  961. "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
  962. "dependencies": {
  963. "@babel/helper-plugin-utils": "^7.10.4"
  964. },
  965. "peerDependencies": {
  966. "@babel/core": "^7.0.0-0"
  967. }
  968. },
  969. "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
  970. "version": "7.8.3",
  971. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
  972. "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
  973. "dependencies": {
  974. "@babel/helper-plugin-utils": "^7.8.0"
  975. },
  976. "peerDependencies": {
  977. "@babel/core": "^7.0.0-0"
  978. }
  979. },
  980. "node_modules/@babel/plugin-syntax-numeric-separator": {
  981. "version": "7.10.4",
  982. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
  983. "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
  984. "dependencies": {
  985. "@babel/helper-plugin-utils": "^7.10.4"
  986. },
  987. "peerDependencies": {
  988. "@babel/core": "^7.0.0-0"
  989. }
  990. },
  991. "node_modules/@babel/plugin-syntax-object-rest-spread": {
  992. "version": "7.8.3",
  993. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
  994. "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
  995. "dependencies": {
  996. "@babel/helper-plugin-utils": "^7.8.0"
  997. },
  998. "peerDependencies": {
  999. "@babel/core": "^7.0.0-0"
  1000. }
  1001. },
  1002. "node_modules/@babel/plugin-syntax-optional-catch-binding": {
  1003. "version": "7.8.3",
  1004. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
  1005. "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
  1006. "dependencies": {
  1007. "@babel/helper-plugin-utils": "^7.8.0"
  1008. },
  1009. "peerDependencies": {
  1010. "@babel/core": "^7.0.0-0"
  1011. }
  1012. },
  1013. "node_modules/@babel/plugin-syntax-optional-chaining": {
  1014. "version": "7.8.3",
  1015. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
  1016. "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
  1017. "dependencies": {
  1018. "@babel/helper-plugin-utils": "^7.8.0"
  1019. },
  1020. "peerDependencies": {
  1021. "@babel/core": "^7.0.0-0"
  1022. }
  1023. },
  1024. "node_modules/@babel/plugin-syntax-private-property-in-object": {
  1025. "version": "7.14.5",
  1026. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
  1027. "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
  1028. "dependencies": {
  1029. "@babel/helper-plugin-utils": "^7.14.5"
  1030. },
  1031. "engines": {
  1032. "node": ">=6.9.0"
  1033. },
  1034. "peerDependencies": {
  1035. "@babel/core": "^7.0.0-0"
  1036. }
  1037. },
  1038. "node_modules/@babel/plugin-syntax-top-level-await": {
  1039. "version": "7.14.5",
  1040. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
  1041. "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
  1042. "dependencies": {
  1043. "@babel/helper-plugin-utils": "^7.14.5"
  1044. },
  1045. "engines": {
  1046. "node": ">=6.9.0"
  1047. },
  1048. "peerDependencies": {
  1049. "@babel/core": "^7.0.0-0"
  1050. }
  1051. },
  1052. "node_modules/@babel/plugin-syntax-typescript": {
  1053. "version": "7.22.5",
  1054. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.22.5.tgz",
  1055. "integrity": "sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==",
  1056. "dependencies": {
  1057. "@babel/helper-plugin-utils": "^7.22.5"
  1058. },
  1059. "engines": {
  1060. "node": ">=6.9.0"
  1061. },
  1062. "peerDependencies": {
  1063. "@babel/core": "^7.0.0-0"
  1064. }
  1065. },
  1066. "node_modules/@babel/plugin-syntax-unicode-sets-regex": {
  1067. "version": "7.18.6",
  1068. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz",
  1069. "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==",
  1070. "dependencies": {
  1071. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  1072. "@babel/helper-plugin-utils": "^7.18.6"
  1073. },
  1074. "engines": {
  1075. "node": ">=6.9.0"
  1076. },
  1077. "peerDependencies": {
  1078. "@babel/core": "^7.0.0"
  1079. }
  1080. },
  1081. "node_modules/@babel/plugin-transform-arrow-functions": {
  1082. "version": "7.22.5",
  1083. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.22.5.tgz",
  1084. "integrity": "sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==",
  1085. "dependencies": {
  1086. "@babel/helper-plugin-utils": "^7.22.5"
  1087. },
  1088. "engines": {
  1089. "node": ">=6.9.0"
  1090. },
  1091. "peerDependencies": {
  1092. "@babel/core": "^7.0.0-0"
  1093. }
  1094. },
  1095. "node_modules/@babel/plugin-transform-async-generator-functions": {
  1096. "version": "7.22.5",
  1097. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.22.5.tgz",
  1098. "integrity": "sha512-gGOEvFzm3fWoyD5uZq7vVTD57pPJ3PczPUD/xCFGjzBpUosnklmXyKnGQbbbGs1NPNPskFex0j93yKbHt0cHyg==",
  1099. "dependencies": {
  1100. "@babel/helper-environment-visitor": "^7.22.5",
  1101. "@babel/helper-plugin-utils": "^7.22.5",
  1102. "@babel/helper-remap-async-to-generator": "^7.22.5",
  1103. "@babel/plugin-syntax-async-generators": "^7.8.4"
  1104. },
  1105. "engines": {
  1106. "node": ">=6.9.0"
  1107. },
  1108. "peerDependencies": {
  1109. "@babel/core": "^7.0.0-0"
  1110. }
  1111. },
  1112. "node_modules/@babel/plugin-transform-async-to-generator": {
  1113. "version": "7.22.5",
  1114. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.22.5.tgz",
  1115. "integrity": "sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==",
  1116. "dependencies": {
  1117. "@babel/helper-module-imports": "^7.22.5",
  1118. "@babel/helper-plugin-utils": "^7.22.5",
  1119. "@babel/helper-remap-async-to-generator": "^7.22.5"
  1120. },
  1121. "engines": {
  1122. "node": ">=6.9.0"
  1123. },
  1124. "peerDependencies": {
  1125. "@babel/core": "^7.0.0-0"
  1126. }
  1127. },
  1128. "node_modules/@babel/plugin-transform-block-scoped-functions": {
  1129. "version": "7.22.5",
  1130. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.22.5.tgz",
  1131. "integrity": "sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==",
  1132. "dependencies": {
  1133. "@babel/helper-plugin-utils": "^7.22.5"
  1134. },
  1135. "engines": {
  1136. "node": ">=6.9.0"
  1137. },
  1138. "peerDependencies": {
  1139. "@babel/core": "^7.0.0-0"
  1140. }
  1141. },
  1142. "node_modules/@babel/plugin-transform-block-scoping": {
  1143. "version": "7.22.5",
  1144. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.22.5.tgz",
  1145. "integrity": "sha512-EcACl1i5fSQ6bt+YGuU/XGCeZKStLmyVGytWkpyhCLeQVA0eu6Wtiw92V+I1T/hnezUv7j74dA/Ro69gWcU+hg==",
  1146. "dependencies": {
  1147. "@babel/helper-plugin-utils": "^7.22.5"
  1148. },
  1149. "engines": {
  1150. "node": ">=6.9.0"
  1151. },
  1152. "peerDependencies": {
  1153. "@babel/core": "^7.0.0-0"
  1154. }
  1155. },
  1156. "node_modules/@babel/plugin-transform-class-properties": {
  1157. "version": "7.22.5",
  1158. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.22.5.tgz",
  1159. "integrity": "sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ==",
  1160. "dependencies": {
  1161. "@babel/helper-create-class-features-plugin": "^7.22.5",
  1162. "@babel/helper-plugin-utils": "^7.22.5"
  1163. },
  1164. "engines": {
  1165. "node": ">=6.9.0"
  1166. },
  1167. "peerDependencies": {
  1168. "@babel/core": "^7.0.0-0"
  1169. }
  1170. },
  1171. "node_modules/@babel/plugin-transform-class-static-block": {
  1172. "version": "7.22.5",
  1173. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.22.5.tgz",
  1174. "integrity": "sha512-SPToJ5eYZLxlnp1UzdARpOGeC2GbHvr9d/UV0EukuVx8atktg194oe+C5BqQ8jRTkgLRVOPYeXRSBg1IlMoVRA==",
  1175. "dependencies": {
  1176. "@babel/helper-create-class-features-plugin": "^7.22.5",
  1177. "@babel/helper-plugin-utils": "^7.22.5",
  1178. "@babel/plugin-syntax-class-static-block": "^7.14.5"
  1179. },
  1180. "engines": {
  1181. "node": ">=6.9.0"
  1182. },
  1183. "peerDependencies": {
  1184. "@babel/core": "^7.12.0"
  1185. }
  1186. },
  1187. "node_modules/@babel/plugin-transform-classes": {
  1188. "version": "7.22.5",
  1189. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.22.5.tgz",
  1190. "integrity": "sha512-2edQhLfibpWpsVBx2n/GKOz6JdGQvLruZQfGr9l1qes2KQaWswjBzhQF7UDUZMNaMMQeYnQzxwOMPsbYF7wqPQ==",
  1191. "dependencies": {
  1192. "@babel/helper-annotate-as-pure": "^7.22.5",
  1193. "@babel/helper-compilation-targets": "^7.22.5",
  1194. "@babel/helper-environment-visitor": "^7.22.5",
  1195. "@babel/helper-function-name": "^7.22.5",
  1196. "@babel/helper-optimise-call-expression": "^7.22.5",
  1197. "@babel/helper-plugin-utils": "^7.22.5",
  1198. "@babel/helper-replace-supers": "^7.22.5",
  1199. "@babel/helper-split-export-declaration": "^7.22.5",
  1200. "globals": "^11.1.0"
  1201. },
  1202. "engines": {
  1203. "node": ">=6.9.0"
  1204. },
  1205. "peerDependencies": {
  1206. "@babel/core": "^7.0.0-0"
  1207. }
  1208. },
  1209. "node_modules/@babel/plugin-transform-computed-properties": {
  1210. "version": "7.22.5",
  1211. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.22.5.tgz",
  1212. "integrity": "sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==",
  1213. "dependencies": {
  1214. "@babel/helper-plugin-utils": "^7.22.5",
  1215. "@babel/template": "^7.22.5"
  1216. },
  1217. "engines": {
  1218. "node": ">=6.9.0"
  1219. },
  1220. "peerDependencies": {
  1221. "@babel/core": "^7.0.0-0"
  1222. }
  1223. },
  1224. "node_modules/@babel/plugin-transform-destructuring": {
  1225. "version": "7.22.5",
  1226. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.22.5.tgz",
  1227. "integrity": "sha512-GfqcFuGW8vnEqTUBM7UtPd5A4q797LTvvwKxXTgRsFjoqaJiEg9deBG6kWeQYkVEL569NpnmpC0Pkr/8BLKGnQ==",
  1228. "dependencies": {
  1229. "@babel/helper-plugin-utils": "^7.22.5"
  1230. },
  1231. "engines": {
  1232. "node": ">=6.9.0"
  1233. },
  1234. "peerDependencies": {
  1235. "@babel/core": "^7.0.0-0"
  1236. }
  1237. },
  1238. "node_modules/@babel/plugin-transform-dotall-regex": {
  1239. "version": "7.22.5",
  1240. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.22.5.tgz",
  1241. "integrity": "sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==",
  1242. "dependencies": {
  1243. "@babel/helper-create-regexp-features-plugin": "^7.22.5",
  1244. "@babel/helper-plugin-utils": "^7.22.5"
  1245. },
  1246. "engines": {
  1247. "node": ">=6.9.0"
  1248. },
  1249. "peerDependencies": {
  1250. "@babel/core": "^7.0.0-0"
  1251. }
  1252. },
  1253. "node_modules/@babel/plugin-transform-duplicate-keys": {
  1254. "version": "7.22.5",
  1255. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.22.5.tgz",
  1256. "integrity": "sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==",
  1257. "dependencies": {
  1258. "@babel/helper-plugin-utils": "^7.22.5"
  1259. },
  1260. "engines": {
  1261. "node": ">=6.9.0"
  1262. },
  1263. "peerDependencies": {
  1264. "@babel/core": "^7.0.0-0"
  1265. }
  1266. },
  1267. "node_modules/@babel/plugin-transform-dynamic-import": {
  1268. "version": "7.22.5",
  1269. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.22.5.tgz",
  1270. "integrity": "sha512-0MC3ppTB1AMxd8fXjSrbPa7LT9hrImt+/fcj+Pg5YMD7UQyWp/02+JWpdnCymmsXwIx5Z+sYn1bwCn4ZJNvhqQ==",
  1271. "dependencies": {
  1272. "@babel/helper-plugin-utils": "^7.22.5",
  1273. "@babel/plugin-syntax-dynamic-import": "^7.8.3"
  1274. },
  1275. "engines": {
  1276. "node": ">=6.9.0"
  1277. },
  1278. "peerDependencies": {
  1279. "@babel/core": "^7.0.0-0"
  1280. }
  1281. },
  1282. "node_modules/@babel/plugin-transform-exponentiation-operator": {
  1283. "version": "7.22.5",
  1284. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.22.5.tgz",
  1285. "integrity": "sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==",
  1286. "dependencies": {
  1287. "@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.5",
  1288. "@babel/helper-plugin-utils": "^7.22.5"
  1289. },
  1290. "engines": {
  1291. "node": ">=6.9.0"
  1292. },
  1293. "peerDependencies": {
  1294. "@babel/core": "^7.0.0-0"
  1295. }
  1296. },
  1297. "node_modules/@babel/plugin-transform-export-namespace-from": {
  1298. "version": "7.22.5",
  1299. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.22.5.tgz",
  1300. "integrity": "sha512-X4hhm7FRnPgd4nDA4b/5V280xCx6oL7Oob5+9qVS5C13Zq4bh1qq7LU0GgRU6b5dBWBvhGaXYVB4AcN6+ol6vg==",
  1301. "dependencies": {
  1302. "@babel/helper-plugin-utils": "^7.22.5",
  1303. "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
  1304. },
  1305. "engines": {
  1306. "node": ">=6.9.0"
  1307. },
  1308. "peerDependencies": {
  1309. "@babel/core": "^7.0.0-0"
  1310. }
  1311. },
  1312. "node_modules/@babel/plugin-transform-flow-strip-types": {
  1313. "version": "7.22.5",
  1314. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.22.5.tgz",
  1315. "integrity": "sha512-tujNbZdxdG0/54g/oua8ISToaXTFBf8EnSb5PgQSciIXWOWKX3S4+JR7ZE9ol8FZwf9kxitzkGQ+QWeov/mCiA==",
  1316. "dependencies": {
  1317. "@babel/helper-plugin-utils": "^7.22.5",
  1318. "@babel/plugin-syntax-flow": "^7.22.5"
  1319. },
  1320. "engines": {
  1321. "node": ">=6.9.0"
  1322. },
  1323. "peerDependencies": {
  1324. "@babel/core": "^7.0.0-0"
  1325. }
  1326. },
  1327. "node_modules/@babel/plugin-transform-for-of": {
  1328. "version": "7.22.5",
  1329. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.22.5.tgz",
  1330. "integrity": "sha512-3kxQjX1dU9uudwSshyLeEipvrLjBCVthCgeTp6CzE/9JYrlAIaeekVxRpCWsDDfYTfRZRoCeZatCQvwo+wvK8A==",
  1331. "dependencies": {
  1332. "@babel/helper-plugin-utils": "^7.22.5"
  1333. },
  1334. "engines": {
  1335. "node": ">=6.9.0"
  1336. },
  1337. "peerDependencies": {
  1338. "@babel/core": "^7.0.0-0"
  1339. }
  1340. },
  1341. "node_modules/@babel/plugin-transform-function-name": {
  1342. "version": "7.22.5",
  1343. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.22.5.tgz",
  1344. "integrity": "sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==",
  1345. "dependencies": {
  1346. "@babel/helper-compilation-targets": "^7.22.5",
  1347. "@babel/helper-function-name": "^7.22.5",
  1348. "@babel/helper-plugin-utils": "^7.22.5"
  1349. },
  1350. "engines": {
  1351. "node": ">=6.9.0"
  1352. },
  1353. "peerDependencies": {
  1354. "@babel/core": "^7.0.0-0"
  1355. }
  1356. },
  1357. "node_modules/@babel/plugin-transform-json-strings": {
  1358. "version": "7.22.5",
  1359. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.22.5.tgz",
  1360. "integrity": "sha512-DuCRB7fu8MyTLbEQd1ew3R85nx/88yMoqo2uPSjevMj3yoN7CDM8jkgrY0wmVxfJZyJ/B9fE1iq7EQppWQmR5A==",
  1361. "dependencies": {
  1362. "@babel/helper-plugin-utils": "^7.22.5",
  1363. "@babel/plugin-syntax-json-strings": "^7.8.3"
  1364. },
  1365. "engines": {
  1366. "node": ">=6.9.0"
  1367. },
  1368. "peerDependencies": {
  1369. "@babel/core": "^7.0.0-0"
  1370. }
  1371. },
  1372. "node_modules/@babel/plugin-transform-literals": {
  1373. "version": "7.22.5",
  1374. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.22.5.tgz",
  1375. "integrity": "sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==",
  1376. "dependencies": {
  1377. "@babel/helper-plugin-utils": "^7.22.5"
  1378. },
  1379. "engines": {
  1380. "node": ">=6.9.0"
  1381. },
  1382. "peerDependencies": {
  1383. "@babel/core": "^7.0.0-0"
  1384. }
  1385. },
  1386. "node_modules/@babel/plugin-transform-logical-assignment-operators": {
  1387. "version": "7.22.5",
  1388. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.22.5.tgz",
  1389. "integrity": "sha512-MQQOUW1KL8X0cDWfbwYP+TbVbZm16QmQXJQ+vndPtH/BoO0lOKpVoEDMI7+PskYxH+IiE0tS8xZye0qr1lGzSA==",
  1390. "dependencies": {
  1391. "@babel/helper-plugin-utils": "^7.22.5",
  1392. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
  1393. },
  1394. "engines": {
  1395. "node": ">=6.9.0"
  1396. },
  1397. "peerDependencies": {
  1398. "@babel/core": "^7.0.0-0"
  1399. }
  1400. },
  1401. "node_modules/@babel/plugin-transform-member-expression-literals": {
  1402. "version": "7.22.5",
  1403. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.22.5.tgz",
  1404. "integrity": "sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==",
  1405. "dependencies": {
  1406. "@babel/helper-plugin-utils": "^7.22.5"
  1407. },
  1408. "engines": {
  1409. "node": ">=6.9.0"
  1410. },
  1411. "peerDependencies": {
  1412. "@babel/core": "^7.0.0-0"
  1413. }
  1414. },
  1415. "node_modules/@babel/plugin-transform-modules-amd": {
  1416. "version": "7.22.5",
  1417. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.22.5.tgz",
  1418. "integrity": "sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==",
  1419. "dependencies": {
  1420. "@babel/helper-module-transforms": "^7.22.5",
  1421. "@babel/helper-plugin-utils": "^7.22.5"
  1422. },
  1423. "engines": {
  1424. "node": ">=6.9.0"
  1425. },
  1426. "peerDependencies": {
  1427. "@babel/core": "^7.0.0-0"
  1428. }
  1429. },
  1430. "node_modules/@babel/plugin-transform-modules-commonjs": {
  1431. "version": "7.22.5",
  1432. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.22.5.tgz",
  1433. "integrity": "sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA==",
  1434. "dependencies": {
  1435. "@babel/helper-module-transforms": "^7.22.5",
  1436. "@babel/helper-plugin-utils": "^7.22.5",
  1437. "@babel/helper-simple-access": "^7.22.5"
  1438. },
  1439. "engines": {
  1440. "node": ">=6.9.0"
  1441. },
  1442. "peerDependencies": {
  1443. "@babel/core": "^7.0.0-0"
  1444. }
  1445. },
  1446. "node_modules/@babel/plugin-transform-modules-systemjs": {
  1447. "version": "7.22.5",
  1448. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.22.5.tgz",
  1449. "integrity": "sha512-emtEpoaTMsOs6Tzz+nbmcePl6AKVtS1yC4YNAeMun9U8YCsgadPNxnOPQ8GhHFB2qdx+LZu9LgoC0Lthuu05DQ==",
  1450. "dependencies": {
  1451. "@babel/helper-hoist-variables": "^7.22.5",
  1452. "@babel/helper-module-transforms": "^7.22.5",
  1453. "@babel/helper-plugin-utils": "^7.22.5",
  1454. "@babel/helper-validator-identifier": "^7.22.5"
  1455. },
  1456. "engines": {
  1457. "node": ">=6.9.0"
  1458. },
  1459. "peerDependencies": {
  1460. "@babel/core": "^7.0.0-0"
  1461. }
  1462. },
  1463. "node_modules/@babel/plugin-transform-modules-umd": {
  1464. "version": "7.22.5",
  1465. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.22.5.tgz",
  1466. "integrity": "sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==",
  1467. "dependencies": {
  1468. "@babel/helper-module-transforms": "^7.22.5",
  1469. "@babel/helper-plugin-utils": "^7.22.5"
  1470. },
  1471. "engines": {
  1472. "node": ">=6.9.0"
  1473. },
  1474. "peerDependencies": {
  1475. "@babel/core": "^7.0.0-0"
  1476. }
  1477. },
  1478. "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
  1479. "version": "7.22.5",
  1480. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz",
  1481. "integrity": "sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==",
  1482. "dependencies": {
  1483. "@babel/helper-create-regexp-features-plugin": "^7.22.5",
  1484. "@babel/helper-plugin-utils": "^7.22.5"
  1485. },
  1486. "engines": {
  1487. "node": ">=6.9.0"
  1488. },
  1489. "peerDependencies": {
  1490. "@babel/core": "^7.0.0"
  1491. }
  1492. },
  1493. "node_modules/@babel/plugin-transform-new-target": {
  1494. "version": "7.22.5",
  1495. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.22.5.tgz",
  1496. "integrity": "sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==",
  1497. "dependencies": {
  1498. "@babel/helper-plugin-utils": "^7.22.5"
  1499. },
  1500. "engines": {
  1501. "node": ">=6.9.0"
  1502. },
  1503. "peerDependencies": {
  1504. "@babel/core": "^7.0.0-0"
  1505. }
  1506. },
  1507. "node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
  1508. "version": "7.22.5",
  1509. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.22.5.tgz",
  1510. "integrity": "sha512-6CF8g6z1dNYZ/VXok5uYkkBBICHZPiGEl7oDnAx2Mt1hlHVHOSIKWJaXHjQJA5VB43KZnXZDIexMchY4y2PGdA==",
  1511. "dependencies": {
  1512. "@babel/helper-plugin-utils": "^7.22.5",
  1513. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
  1514. },
  1515. "engines": {
  1516. "node": ">=6.9.0"
  1517. },
  1518. "peerDependencies": {
  1519. "@babel/core": "^7.0.0-0"
  1520. }
  1521. },
  1522. "node_modules/@babel/plugin-transform-numeric-separator": {
  1523. "version": "7.22.5",
  1524. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.22.5.tgz",
  1525. "integrity": "sha512-NbslED1/6M+sXiwwtcAB/nieypGw02Ejf4KtDeMkCEpP6gWFMX1wI9WKYua+4oBneCCEmulOkRpwywypVZzs/g==",
  1526. "dependencies": {
  1527. "@babel/helper-plugin-utils": "^7.22.5",
  1528. "@babel/plugin-syntax-numeric-separator": "^7.10.4"
  1529. },
  1530. "engines": {
  1531. "node": ">=6.9.0"
  1532. },
  1533. "peerDependencies": {
  1534. "@babel/core": "^7.0.0-0"
  1535. }
  1536. },
  1537. "node_modules/@babel/plugin-transform-object-assign": {
  1538. "version": "7.22.5",
  1539. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-assign/-/plugin-transform-object-assign-7.22.5.tgz",
  1540. "integrity": "sha512-iDhx9ARkXq4vhZ2CYOSnQXkmxkDgosLi3J8Z17mKz7LyzthtkdVchLD7WZ3aXeCuvJDOW3+1I5TpJmwIbF9MKQ==",
  1541. "dependencies": {
  1542. "@babel/helper-plugin-utils": "^7.22.5"
  1543. },
  1544. "engines": {
  1545. "node": ">=6.9.0"
  1546. },
  1547. "peerDependencies": {
  1548. "@babel/core": "^7.0.0-0"
  1549. }
  1550. },
  1551. "node_modules/@babel/plugin-transform-object-rest-spread": {
  1552. "version": "7.22.5",
  1553. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.22.5.tgz",
  1554. "integrity": "sha512-Kk3lyDmEslH9DnvCDA1s1kkd3YWQITiBOHngOtDL9Pt6BZjzqb6hiOlb8VfjiiQJ2unmegBqZu0rx5RxJb5vmQ==",
  1555. "dependencies": {
  1556. "@babel/compat-data": "^7.22.5",
  1557. "@babel/helper-compilation-targets": "^7.22.5",
  1558. "@babel/helper-plugin-utils": "^7.22.5",
  1559. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  1560. "@babel/plugin-transform-parameters": "^7.22.5"
  1561. },
  1562. "engines": {
  1563. "node": ">=6.9.0"
  1564. },
  1565. "peerDependencies": {
  1566. "@babel/core": "^7.0.0-0"
  1567. }
  1568. },
  1569. "node_modules/@babel/plugin-transform-object-super": {
  1570. "version": "7.22.5",
  1571. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.22.5.tgz",
  1572. "integrity": "sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==",
  1573. "dependencies": {
  1574. "@babel/helper-plugin-utils": "^7.22.5",
  1575. "@babel/helper-replace-supers": "^7.22.5"
  1576. },
  1577. "engines": {
  1578. "node": ">=6.9.0"
  1579. },
  1580. "peerDependencies": {
  1581. "@babel/core": "^7.0.0-0"
  1582. }
  1583. },
  1584. "node_modules/@babel/plugin-transform-optional-catch-binding": {
  1585. "version": "7.22.5",
  1586. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.22.5.tgz",
  1587. "integrity": "sha512-pH8orJahy+hzZje5b8e2QIlBWQvGpelS76C63Z+jhZKsmzfNaPQ+LaW6dcJ9bxTpo1mtXbgHwy765Ro3jftmUg==",
  1588. "dependencies": {
  1589. "@babel/helper-plugin-utils": "^7.22.5",
  1590. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
  1591. },
  1592. "engines": {
  1593. "node": ">=6.9.0"
  1594. },
  1595. "peerDependencies": {
  1596. "@babel/core": "^7.0.0-0"
  1597. }
  1598. },
  1599. "node_modules/@babel/plugin-transform-optional-chaining": {
  1600. "version": "7.22.5",
  1601. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.22.5.tgz",
  1602. "integrity": "sha512-AconbMKOMkyG+xCng2JogMCDcqW8wedQAqpVIL4cOSescZ7+iW8utC6YDZLMCSUIReEA733gzRSaOSXMAt/4WQ==",
  1603. "dependencies": {
  1604. "@babel/helper-plugin-utils": "^7.22.5",
  1605. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
  1606. "@babel/plugin-syntax-optional-chaining": "^7.8.3"
  1607. },
  1608. "engines": {
  1609. "node": ">=6.9.0"
  1610. },
  1611. "peerDependencies": {
  1612. "@babel/core": "^7.0.0-0"
  1613. }
  1614. },
  1615. "node_modules/@babel/plugin-transform-parameters": {
  1616. "version": "7.22.5",
  1617. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.22.5.tgz",
  1618. "integrity": "sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==",
  1619. "dependencies": {
  1620. "@babel/helper-plugin-utils": "^7.22.5"
  1621. },
  1622. "engines": {
  1623. "node": ">=6.9.0"
  1624. },
  1625. "peerDependencies": {
  1626. "@babel/core": "^7.0.0-0"
  1627. }
  1628. },
  1629. "node_modules/@babel/plugin-transform-private-methods": {
  1630. "version": "7.22.5",
  1631. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.22.5.tgz",
  1632. "integrity": "sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==",
  1633. "dependencies": {
  1634. "@babel/helper-create-class-features-plugin": "^7.22.5",
  1635. "@babel/helper-plugin-utils": "^7.22.5"
  1636. },
  1637. "engines": {
  1638. "node": ">=6.9.0"
  1639. },
  1640. "peerDependencies": {
  1641. "@babel/core": "^7.0.0-0"
  1642. }
  1643. },
  1644. "node_modules/@babel/plugin-transform-private-property-in-object": {
  1645. "version": "7.22.5",
  1646. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.22.5.tgz",
  1647. "integrity": "sha512-/9xnaTTJcVoBtSSmrVyhtSvO3kbqS2ODoh2juEU72c3aYonNF0OMGiaz2gjukyKM2wBBYJP38S4JiE0Wfb5VMQ==",
  1648. "dependencies": {
  1649. "@babel/helper-annotate-as-pure": "^7.22.5",
  1650. "@babel/helper-create-class-features-plugin": "^7.22.5",
  1651. "@babel/helper-plugin-utils": "^7.22.5",
  1652. "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
  1653. },
  1654. "engines": {
  1655. "node": ">=6.9.0"
  1656. },
  1657. "peerDependencies": {
  1658. "@babel/core": "^7.0.0-0"
  1659. }
  1660. },
  1661. "node_modules/@babel/plugin-transform-property-literals": {
  1662. "version": "7.22.5",
  1663. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.22.5.tgz",
  1664. "integrity": "sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==",
  1665. "dependencies": {
  1666. "@babel/helper-plugin-utils": "^7.22.5"
  1667. },
  1668. "engines": {
  1669. "node": ">=6.9.0"
  1670. },
  1671. "peerDependencies": {
  1672. "@babel/core": "^7.0.0-0"
  1673. }
  1674. },
  1675. "node_modules/@babel/plugin-transform-react-display-name": {
  1676. "version": "7.22.5",
  1677. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.22.5.tgz",
  1678. "integrity": "sha512-PVk3WPYudRF5z4GKMEYUrLjPl38fJSKNaEOkFuoprioowGuWN6w2RKznuFNSlJx7pzzXXStPUnNSOEO0jL5EVw==",
  1679. "dependencies": {
  1680. "@babel/helper-plugin-utils": "^7.22.5"
  1681. },
  1682. "engines": {
  1683. "node": ">=6.9.0"
  1684. },
  1685. "peerDependencies": {
  1686. "@babel/core": "^7.0.0-0"
  1687. }
  1688. },
  1689. "node_modules/@babel/plugin-transform-react-jsx": {
  1690. "version": "7.22.5",
  1691. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.22.5.tgz",
  1692. "integrity": "sha512-rog5gZaVbUip5iWDMTYbVM15XQq+RkUKhET/IHR6oizR+JEoN6CAfTTuHcK4vwUyzca30qqHqEpzBOnaRMWYMA==",
  1693. "dependencies": {
  1694. "@babel/helper-annotate-as-pure": "^7.22.5",
  1695. "@babel/helper-module-imports": "^7.22.5",
  1696. "@babel/helper-plugin-utils": "^7.22.5",
  1697. "@babel/plugin-syntax-jsx": "^7.22.5",
  1698. "@babel/types": "^7.22.5"
  1699. },
  1700. "engines": {
  1701. "node": ">=6.9.0"
  1702. },
  1703. "peerDependencies": {
  1704. "@babel/core": "^7.0.0-0"
  1705. }
  1706. },
  1707. "node_modules/@babel/plugin-transform-react-jsx-self": {
  1708. "version": "7.22.5",
  1709. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.22.5.tgz",
  1710. "integrity": "sha512-nTh2ogNUtxbiSbxaT4Ds6aXnXEipHweN9YRgOX/oNXdf0cCrGn/+2LozFa3lnPV5D90MkjhgckCPBrsoSc1a7g==",
  1711. "dependencies": {
  1712. "@babel/helper-plugin-utils": "^7.22.5"
  1713. },
  1714. "engines": {
  1715. "node": ">=6.9.0"
  1716. },
  1717. "peerDependencies": {
  1718. "@babel/core": "^7.0.0-0"
  1719. }
  1720. },
  1721. "node_modules/@babel/plugin-transform-react-jsx-source": {
  1722. "version": "7.22.5",
  1723. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.22.5.tgz",
  1724. "integrity": "sha512-yIiRO6yobeEIaI0RTbIr8iAK9FcBHLtZq0S89ZPjDLQXBA4xvghaKqI0etp/tF3htTM0sazJKKLz9oEiGRtu7w==",
  1725. "dependencies": {
  1726. "@babel/helper-plugin-utils": "^7.22.5"
  1727. },
  1728. "engines": {
  1729. "node": ">=6.9.0"
  1730. },
  1731. "peerDependencies": {
  1732. "@babel/core": "^7.0.0-0"
  1733. }
  1734. },
  1735. "node_modules/@babel/plugin-transform-regenerator": {
  1736. "version": "7.22.5",
  1737. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.22.5.tgz",
  1738. "integrity": "sha512-rR7KePOE7gfEtNTh9Qw+iO3Q/e4DEsoQ+hdvM6QUDH7JRJ5qxq5AA52ZzBWbI5i9lfNuvySgOGP8ZN7LAmaiPw==",
  1739. "dependencies": {
  1740. "@babel/helper-plugin-utils": "^7.22.5",
  1741. "regenerator-transform": "^0.15.1"
  1742. },
  1743. "engines": {
  1744. "node": ">=6.9.0"
  1745. },
  1746. "peerDependencies": {
  1747. "@babel/core": "^7.0.0-0"
  1748. }
  1749. },
  1750. "node_modules/@babel/plugin-transform-reserved-words": {
  1751. "version": "7.22.5",
  1752. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.22.5.tgz",
  1753. "integrity": "sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==",
  1754. "dependencies": {
  1755. "@babel/helper-plugin-utils": "^7.22.5"
  1756. },
  1757. "engines": {
  1758. "node": ">=6.9.0"
  1759. },
  1760. "peerDependencies": {
  1761. "@babel/core": "^7.0.0-0"
  1762. }
  1763. },
  1764. "node_modules/@babel/plugin-transform-runtime": {
  1765. "version": "7.22.5",
  1766. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.22.5.tgz",
  1767. "integrity": "sha512-bg4Wxd1FWeFx3daHFTWk1pkSWK/AyQuiyAoeZAOkAOUBjnZPH6KT7eMxouV47tQ6hl6ax2zyAWBdWZXbrvXlaw==",
  1768. "dependencies": {
  1769. "@babel/helper-module-imports": "^7.22.5",
  1770. "@babel/helper-plugin-utils": "^7.22.5",
  1771. "babel-plugin-polyfill-corejs2": "^0.4.3",
  1772. "babel-plugin-polyfill-corejs3": "^0.8.1",
  1773. "babel-plugin-polyfill-regenerator": "^0.5.0",
  1774. "semver": "^6.3.0"
  1775. },
  1776. "engines": {
  1777. "node": ">=6.9.0"
  1778. },
  1779. "peerDependencies": {
  1780. "@babel/core": "^7.0.0-0"
  1781. }
  1782. },
  1783. "node_modules/@babel/plugin-transform-shorthand-properties": {
  1784. "version": "7.22.5",
  1785. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.22.5.tgz",
  1786. "integrity": "sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==",
  1787. "dependencies": {
  1788. "@babel/helper-plugin-utils": "^7.22.5"
  1789. },
  1790. "engines": {
  1791. "node": ">=6.9.0"
  1792. },
  1793. "peerDependencies": {
  1794. "@babel/core": "^7.0.0-0"
  1795. }
  1796. },
  1797. "node_modules/@babel/plugin-transform-spread": {
  1798. "version": "7.22.5",
  1799. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.22.5.tgz",
  1800. "integrity": "sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==",
  1801. "dependencies": {
  1802. "@babel/helper-plugin-utils": "^7.22.5",
  1803. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5"
  1804. },
  1805. "engines": {
  1806. "node": ">=6.9.0"
  1807. },
  1808. "peerDependencies": {
  1809. "@babel/core": "^7.0.0-0"
  1810. }
  1811. },
  1812. "node_modules/@babel/plugin-transform-sticky-regex": {
  1813. "version": "7.22.5",
  1814. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.22.5.tgz",
  1815. "integrity": "sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==",
  1816. "dependencies": {
  1817. "@babel/helper-plugin-utils": "^7.22.5"
  1818. },
  1819. "engines": {
  1820. "node": ">=6.9.0"
  1821. },
  1822. "peerDependencies": {
  1823. "@babel/core": "^7.0.0-0"
  1824. }
  1825. },
  1826. "node_modules/@babel/plugin-transform-template-literals": {
  1827. "version": "7.22.5",
  1828. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.22.5.tgz",
  1829. "integrity": "sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==",
  1830. "dependencies": {
  1831. "@babel/helper-plugin-utils": "^7.22.5"
  1832. },
  1833. "engines": {
  1834. "node": ">=6.9.0"
  1835. },
  1836. "peerDependencies": {
  1837. "@babel/core": "^7.0.0-0"
  1838. }
  1839. },
  1840. "node_modules/@babel/plugin-transform-typeof-symbol": {
  1841. "version": "7.22.5",
  1842. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.22.5.tgz",
  1843. "integrity": "sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==",
  1844. "dependencies": {
  1845. "@babel/helper-plugin-utils": "^7.22.5"
  1846. },
  1847. "engines": {
  1848. "node": ">=6.9.0"
  1849. },
  1850. "peerDependencies": {
  1851. "@babel/core": "^7.0.0-0"
  1852. }
  1853. },
  1854. "node_modules/@babel/plugin-transform-typescript": {
  1855. "version": "7.22.5",
  1856. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.22.5.tgz",
  1857. "integrity": "sha512-SMubA9S7Cb5sGSFFUlqxyClTA9zWJ8qGQrppNUm05LtFuN1ELRFNndkix4zUJrC9F+YivWwa1dHMSyo0e0N9dA==",
  1858. "dependencies": {
  1859. "@babel/helper-annotate-as-pure": "^7.22.5",
  1860. "@babel/helper-create-class-features-plugin": "^7.22.5",
  1861. "@babel/helper-plugin-utils": "^7.22.5",
  1862. "@babel/plugin-syntax-typescript": "^7.22.5"
  1863. },
  1864. "engines": {
  1865. "node": ">=6.9.0"
  1866. },
  1867. "peerDependencies": {
  1868. "@babel/core": "^7.0.0-0"
  1869. }
  1870. },
  1871. "node_modules/@babel/plugin-transform-unicode-escapes": {
  1872. "version": "7.22.5",
  1873. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.22.5.tgz",
  1874. "integrity": "sha512-biEmVg1IYB/raUO5wT1tgfacCef15Fbzhkx493D3urBI++6hpJ+RFG4SrWMn0NEZLfvilqKf3QDrRVZHo08FYg==",
  1875. "dependencies": {
  1876. "@babel/helper-plugin-utils": "^7.22.5"
  1877. },
  1878. "engines": {
  1879. "node": ">=6.9.0"
  1880. },
  1881. "peerDependencies": {
  1882. "@babel/core": "^7.0.0-0"
  1883. }
  1884. },
  1885. "node_modules/@babel/plugin-transform-unicode-property-regex": {
  1886. "version": "7.22.5",
  1887. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.22.5.tgz",
  1888. "integrity": "sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A==",
  1889. "dependencies": {
  1890. "@babel/helper-create-regexp-features-plugin": "^7.22.5",
  1891. "@babel/helper-plugin-utils": "^7.22.5"
  1892. },
  1893. "engines": {
  1894. "node": ">=6.9.0"
  1895. },
  1896. "peerDependencies": {
  1897. "@babel/core": "^7.0.0-0"
  1898. }
  1899. },
  1900. "node_modules/@babel/plugin-transform-unicode-regex": {
  1901. "version": "7.22.5",
  1902. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.22.5.tgz",
  1903. "integrity": "sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==",
  1904. "dependencies": {
  1905. "@babel/helper-create-regexp-features-plugin": "^7.22.5",
  1906. "@babel/helper-plugin-utils": "^7.22.5"
  1907. },
  1908. "engines": {
  1909. "node": ">=6.9.0"
  1910. },
  1911. "peerDependencies": {
  1912. "@babel/core": "^7.0.0-0"
  1913. }
  1914. },
  1915. "node_modules/@babel/plugin-transform-unicode-sets-regex": {
  1916. "version": "7.22.5",
  1917. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.22.5.tgz",
  1918. "integrity": "sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg==",
  1919. "dependencies": {
  1920. "@babel/helper-create-regexp-features-plugin": "^7.22.5",
  1921. "@babel/helper-plugin-utils": "^7.22.5"
  1922. },
  1923. "engines": {
  1924. "node": ">=6.9.0"
  1925. },
  1926. "peerDependencies": {
  1927. "@babel/core": "^7.0.0"
  1928. }
  1929. },
  1930. "node_modules/@babel/preset-env": {
  1931. "version": "7.22.5",
  1932. "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.22.5.tgz",
  1933. "integrity": "sha512-fj06hw89dpiZzGZtxn+QybifF07nNiZjZ7sazs2aVDcysAZVGjW7+7iFYxg6GLNM47R/thYfLdrXc+2f11Vi9A==",
  1934. "dependencies": {
  1935. "@babel/compat-data": "^7.22.5",
  1936. "@babel/helper-compilation-targets": "^7.22.5",
  1937. "@babel/helper-plugin-utils": "^7.22.5",
  1938. "@babel/helper-validator-option": "^7.22.5",
  1939. "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.22.5",
  1940. "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.22.5",
  1941. "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
  1942. "@babel/plugin-syntax-async-generators": "^7.8.4",
  1943. "@babel/plugin-syntax-class-properties": "^7.12.13",
  1944. "@babel/plugin-syntax-class-static-block": "^7.14.5",
  1945. "@babel/plugin-syntax-dynamic-import": "^7.8.3",
  1946. "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
  1947. "@babel/plugin-syntax-import-assertions": "^7.22.5",
  1948. "@babel/plugin-syntax-import-attributes": "^7.22.5",
  1949. "@babel/plugin-syntax-import-meta": "^7.10.4",
  1950. "@babel/plugin-syntax-json-strings": "^7.8.3",
  1951. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
  1952. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
  1953. "@babel/plugin-syntax-numeric-separator": "^7.10.4",
  1954. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  1955. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
  1956. "@babel/plugin-syntax-optional-chaining": "^7.8.3",
  1957. "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
  1958. "@babel/plugin-syntax-top-level-await": "^7.14.5",
  1959. "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
  1960. "@babel/plugin-transform-arrow-functions": "^7.22.5",
  1961. "@babel/plugin-transform-async-generator-functions": "^7.22.5",
  1962. "@babel/plugin-transform-async-to-generator": "^7.22.5",
  1963. "@babel/plugin-transform-block-scoped-functions": "^7.22.5",
  1964. "@babel/plugin-transform-block-scoping": "^7.22.5",
  1965. "@babel/plugin-transform-class-properties": "^7.22.5",
  1966. "@babel/plugin-transform-class-static-block": "^7.22.5",
  1967. "@babel/plugin-transform-classes": "^7.22.5",
  1968. "@babel/plugin-transform-computed-properties": "^7.22.5",
  1969. "@babel/plugin-transform-destructuring": "^7.22.5",
  1970. "@babel/plugin-transform-dotall-regex": "^7.22.5",
  1971. "@babel/plugin-transform-duplicate-keys": "^7.22.5",
  1972. "@babel/plugin-transform-dynamic-import": "^7.22.5",
  1973. "@babel/plugin-transform-exponentiation-operator": "^7.22.5",
  1974. "@babel/plugin-transform-export-namespace-from": "^7.22.5",
  1975. "@babel/plugin-transform-for-of": "^7.22.5",
  1976. "@babel/plugin-transform-function-name": "^7.22.5",
  1977. "@babel/plugin-transform-json-strings": "^7.22.5",
  1978. "@babel/plugin-transform-literals": "^7.22.5",
  1979. "@babel/plugin-transform-logical-assignment-operators": "^7.22.5",
  1980. "@babel/plugin-transform-member-expression-literals": "^7.22.5",
  1981. "@babel/plugin-transform-modules-amd": "^7.22.5",
  1982. "@babel/plugin-transform-modules-commonjs": "^7.22.5",
  1983. "@babel/plugin-transform-modules-systemjs": "^7.22.5",
  1984. "@babel/plugin-transform-modules-umd": "^7.22.5",
  1985. "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5",
  1986. "@babel/plugin-transform-new-target": "^7.22.5",
  1987. "@babel/plugin-transform-nullish-coalescing-operator": "^7.22.5",
  1988. "@babel/plugin-transform-numeric-separator": "^7.22.5",
  1989. "@babel/plugin-transform-object-rest-spread": "^7.22.5",
  1990. "@babel/plugin-transform-object-super": "^7.22.5",
  1991. "@babel/plugin-transform-optional-catch-binding": "^7.22.5",
  1992. "@babel/plugin-transform-optional-chaining": "^7.22.5",
  1993. "@babel/plugin-transform-parameters": "^7.22.5",
  1994. "@babel/plugin-transform-private-methods": "^7.22.5",
  1995. "@babel/plugin-transform-private-property-in-object": "^7.22.5",
  1996. "@babel/plugin-transform-property-literals": "^7.22.5",
  1997. "@babel/plugin-transform-regenerator": "^7.22.5",
  1998. "@babel/plugin-transform-reserved-words": "^7.22.5",
  1999. "@babel/plugin-transform-shorthand-properties": "^7.22.5",
  2000. "@babel/plugin-transform-spread": "^7.22.5",
  2001. "@babel/plugin-transform-sticky-regex": "^7.22.5",
  2002. "@babel/plugin-transform-template-literals": "^7.22.5",
  2003. "@babel/plugin-transform-typeof-symbol": "^7.22.5",
  2004. "@babel/plugin-transform-unicode-escapes": "^7.22.5",
  2005. "@babel/plugin-transform-unicode-property-regex": "^7.22.5",
  2006. "@babel/plugin-transform-unicode-regex": "^7.22.5",
  2007. "@babel/plugin-transform-unicode-sets-regex": "^7.22.5",
  2008. "@babel/preset-modules": "^0.1.5",
  2009. "@babel/types": "^7.22.5",
  2010. "babel-plugin-polyfill-corejs2": "^0.4.3",
  2011. "babel-plugin-polyfill-corejs3": "^0.8.1",
  2012. "babel-plugin-polyfill-regenerator": "^0.5.0",
  2013. "core-js-compat": "^3.30.2",
  2014. "semver": "^6.3.0"
  2015. },
  2016. "engines": {
  2017. "node": ">=6.9.0"
  2018. },
  2019. "peerDependencies": {
  2020. "@babel/core": "^7.0.0-0"
  2021. }
  2022. },
  2023. "node_modules/@babel/preset-flow": {
  2024. "version": "7.22.5",
  2025. "resolved": "https://registry.npmjs.org/@babel/preset-flow/-/preset-flow-7.22.5.tgz",
  2026. "integrity": "sha512-ta2qZ+LSiGCrP5pgcGt8xMnnkXQrq8Sa4Ulhy06BOlF5QbLw9q5hIx7bn5MrsvyTGAfh6kTOo07Q+Pfld/8Y5Q==",
  2027. "dependencies": {
  2028. "@babel/helper-plugin-utils": "^7.22.5",
  2029. "@babel/helper-validator-option": "^7.22.5",
  2030. "@babel/plugin-transform-flow-strip-types": "^7.22.5"
  2031. },
  2032. "engines": {
  2033. "node": ">=6.9.0"
  2034. },
  2035. "peerDependencies": {
  2036. "@babel/core": "^7.0.0-0"
  2037. }
  2038. },
  2039. "node_modules/@babel/preset-modules": {
  2040. "version": "0.1.5",
  2041. "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz",
  2042. "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==",
  2043. "dependencies": {
  2044. "@babel/helper-plugin-utils": "^7.0.0",
  2045. "@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
  2046. "@babel/plugin-transform-dotall-regex": "^7.4.4",
  2047. "@babel/types": "^7.4.4",
  2048. "esutils": "^2.0.2"
  2049. },
  2050. "peerDependencies": {
  2051. "@babel/core": "^7.0.0-0"
  2052. }
  2053. },
  2054. "node_modules/@babel/preset-typescript": {
  2055. "version": "7.22.5",
  2056. "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.22.5.tgz",
  2057. "integrity": "sha512-YbPaal9LxztSGhmndR46FmAbkJ/1fAsw293tSU+I5E5h+cnJ3d4GTwyUgGYmOXJYdGA+uNePle4qbaRzj2NISQ==",
  2058. "dependencies": {
  2059. "@babel/helper-plugin-utils": "^7.22.5",
  2060. "@babel/helper-validator-option": "^7.22.5",
  2061. "@babel/plugin-syntax-jsx": "^7.22.5",
  2062. "@babel/plugin-transform-modules-commonjs": "^7.22.5",
  2063. "@babel/plugin-transform-typescript": "^7.22.5"
  2064. },
  2065. "engines": {
  2066. "node": ">=6.9.0"
  2067. },
  2068. "peerDependencies": {
  2069. "@babel/core": "^7.0.0-0"
  2070. }
  2071. },
  2072. "node_modules/@babel/register": {
  2073. "version": "7.22.5",
  2074. "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.22.5.tgz",
  2075. "integrity": "sha512-vV6pm/4CijSQ8Y47RH5SopXzursN35RQINfGJkmOlcpAtGuf94miFvIPhCKGQN7WGIcsgG1BHEX2KVdTYwTwUQ==",
  2076. "dependencies": {
  2077. "clone-deep": "^4.0.1",
  2078. "find-cache-dir": "^2.0.0",
  2079. "make-dir": "^2.1.0",
  2080. "pirates": "^4.0.5",
  2081. "source-map-support": "^0.5.16"
  2082. },
  2083. "engines": {
  2084. "node": ">=6.9.0"
  2085. },
  2086. "peerDependencies": {
  2087. "@babel/core": "^7.0.0-0"
  2088. }
  2089. },
  2090. "node_modules/@babel/regjsgen": {
  2091. "version": "0.8.0",
  2092. "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz",
  2093. "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA=="
  2094. },
  2095. "node_modules/@babel/runtime": {
  2096. "version": "7.22.5",
  2097. "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.5.tgz",
  2098. "integrity": "sha512-ecjvYlnAaZ/KVneE/OdKYBYfgXV3Ptu6zQWmgEF7vwKhQnvVS6bjMD2XYgj+SNvQ1GfK/pjgokfPkC/2CO8CuA==",
  2099. "dependencies": {
  2100. "regenerator-runtime": "^0.13.11"
  2101. },
  2102. "engines": {
  2103. "node": ">=6.9.0"
  2104. }
  2105. },
  2106. "node_modules/@babel/template": {
  2107. "version": "7.22.5",
  2108. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.5.tgz",
  2109. "integrity": "sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==",
  2110. "dependencies": {
  2111. "@babel/code-frame": "^7.22.5",
  2112. "@babel/parser": "^7.22.5",
  2113. "@babel/types": "^7.22.5"
  2114. },
  2115. "engines": {
  2116. "node": ">=6.9.0"
  2117. }
  2118. },
  2119. "node_modules/@babel/traverse": {
  2120. "version": "7.22.5",
  2121. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.5.tgz",
  2122. "integrity": "sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ==",
  2123. "dependencies": {
  2124. "@babel/code-frame": "^7.22.5",
  2125. "@babel/generator": "^7.22.5",
  2126. "@babel/helper-environment-visitor": "^7.22.5",
  2127. "@babel/helper-function-name": "^7.22.5",
  2128. "@babel/helper-hoist-variables": "^7.22.5",
  2129. "@babel/helper-split-export-declaration": "^7.22.5",
  2130. "@babel/parser": "^7.22.5",
  2131. "@babel/types": "^7.22.5",
  2132. "debug": "^4.1.0",
  2133. "globals": "^11.1.0"
  2134. },
  2135. "engines": {
  2136. "node": ">=6.9.0"
  2137. }
  2138. },
  2139. "node_modules/@babel/traverse/node_modules/debug": {
  2140. "version": "4.3.4",
  2141. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
  2142. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  2143. "dependencies": {
  2144. "ms": "2.1.2"
  2145. },
  2146. "engines": {
  2147. "node": ">=6.0"
  2148. },
  2149. "peerDependenciesMeta": {
  2150. "supports-color": {
  2151. "optional": true
  2152. }
  2153. }
  2154. },
  2155. "node_modules/@babel/traverse/node_modules/ms": {
  2156. "version": "2.1.2",
  2157. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  2158. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
  2159. },
  2160. "node_modules/@babel/types": {
  2161. "version": "7.22.5",
  2162. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.5.tgz",
  2163. "integrity": "sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==",
  2164. "dependencies": {
  2165. "@babel/helper-string-parser": "^7.22.5",
  2166. "@babel/helper-validator-identifier": "^7.22.5",
  2167. "to-fast-properties": "^2.0.0"
  2168. },
  2169. "engines": {
  2170. "node": ">=6.9.0"
  2171. }
  2172. },
  2173. "node_modules/@bcoe/v8-coverage": {
  2174. "version": "0.2.3",
  2175. "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
  2176. "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==",
  2177. "dev": true
  2178. },
  2179. "node_modules/@callstack/react-theme-provider": {
  2180. "version": "3.0.8",
  2181. "resolved": "https://registry.npmjs.org/@callstack/react-theme-provider/-/react-theme-provider-3.0.8.tgz",
  2182. "integrity": "sha512-5U231sYY2sqQOaELX0WBCn+iluV8bFaXIS7em03k4W5Xz0AhGvKlnpLIhDGFP8im/SvNW7/2XoR0BsClhn9t6Q==",
  2183. "dependencies": {
  2184. "deepmerge": "^3.2.0",
  2185. "hoist-non-react-statics": "^3.3.0"
  2186. },
  2187. "peerDependencies": {
  2188. "react": ">=16.3.0"
  2189. }
  2190. },
  2191. "node_modules/@callstack/react-theme-provider/node_modules/deepmerge": {
  2192. "version": "3.3.0",
  2193. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-3.3.0.tgz",
  2194. "integrity": "sha512-GRQOafGHwMHpjPx9iCvTgpu9NojZ49q794EEL94JVEw6VaeA8XTUyBKvAkOOjBX9oJNiV6G3P+T+tihFjo2TqA==",
  2195. "engines": {
  2196. "node": ">=0.10.0"
  2197. }
  2198. },
  2199. "node_modules/@egjs/hammerjs": {
  2200. "version": "2.0.17",
  2201. "resolved": "https://registry.npmjs.org/@egjs/hammerjs/-/hammerjs-2.0.17.tgz",
  2202. "integrity": "sha512-XQsZgjm2EcVUiZQf11UBJQfmZeEmOW8DpI1gsFeln6w0ae0ii4dMQEQ0kjl6DspdWX1aGY1/loyXnP0JS06e/A==",
  2203. "dependencies": {
  2204. "@types/hammerjs": "^2.0.36"
  2205. },
  2206. "engines": {
  2207. "node": ">=0.8.0"
  2208. }
  2209. },
  2210. "node_modules/@eslint-community/eslint-utils": {
  2211. "version": "4.4.0",
  2212. "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
  2213. "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",
  2214. "dev": true,
  2215. "dependencies": {
  2216. "eslint-visitor-keys": "^3.3.0"
  2217. },
  2218. "engines": {
  2219. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2220. },
  2221. "peerDependencies": {
  2222. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  2223. }
  2224. },
  2225. "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
  2226. "version": "3.4.1",
  2227. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz",
  2228. "integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==",
  2229. "dev": true,
  2230. "engines": {
  2231. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2232. },
  2233. "funding": {
  2234. "url": "https://opencollective.com/eslint"
  2235. }
  2236. },
  2237. "node_modules/@eslint-community/regexpp": {
  2238. "version": "4.5.1",
  2239. "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.5.1.tgz",
  2240. "integrity": "sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==",
  2241. "dev": true,
  2242. "engines": {
  2243. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  2244. }
  2245. },
  2246. "node_modules/@eslint/eslintrc": {
  2247. "version": "2.1.0",
  2248. "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.0.tgz",
  2249. "integrity": "sha512-Lj7DECXqIVCqnqjjHMPna4vn6GJcMgul/wuS0je9OZ9gsL0zzDpKPVtcG1HaDVc+9y+qgXneTeUMbCqXJNpH1A==",
  2250. "dev": true,
  2251. "dependencies": {
  2252. "ajv": "^6.12.4",
  2253. "debug": "^4.3.2",
  2254. "espree": "^9.6.0",
  2255. "globals": "^13.19.0",
  2256. "ignore": "^5.2.0",
  2257. "import-fresh": "^3.2.1",
  2258. "js-yaml": "^4.1.0",
  2259. "minimatch": "^3.1.2",
  2260. "strip-json-comments": "^3.1.1"
  2261. },
  2262. "engines": {
  2263. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2264. },
  2265. "funding": {
  2266. "url": "https://opencollective.com/eslint"
  2267. }
  2268. },
  2269. "node_modules/@eslint/eslintrc/node_modules/argparse": {
  2270. "version": "2.0.1",
  2271. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  2272. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  2273. "dev": true
  2274. },
  2275. "node_modules/@eslint/eslintrc/node_modules/debug": {
  2276. "version": "4.3.4",
  2277. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
  2278. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  2279. "dev": true,
  2280. "dependencies": {
  2281. "ms": "2.1.2"
  2282. },
  2283. "engines": {
  2284. "node": ">=6.0"
  2285. },
  2286. "peerDependenciesMeta": {
  2287. "supports-color": {
  2288. "optional": true
  2289. }
  2290. }
  2291. },
  2292. "node_modules/@eslint/eslintrc/node_modules/globals": {
  2293. "version": "13.20.0",
  2294. "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz",
  2295. "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==",
  2296. "dev": true,
  2297. "dependencies": {
  2298. "type-fest": "^0.20.2"
  2299. },
  2300. "engines": {
  2301. "node": ">=8"
  2302. },
  2303. "funding": {
  2304. "url": "https://github.com/sponsors/sindresorhus"
  2305. }
  2306. },
  2307. "node_modules/@eslint/eslintrc/node_modules/import-fresh": {
  2308. "version": "3.3.0",
  2309. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
  2310. "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
  2311. "dev": true,
  2312. "dependencies": {
  2313. "parent-module": "^1.0.0",
  2314. "resolve-from": "^4.0.0"
  2315. },
  2316. "engines": {
  2317. "node": ">=6"
  2318. },
  2319. "funding": {
  2320. "url": "https://github.com/sponsors/sindresorhus"
  2321. }
  2322. },
  2323. "node_modules/@eslint/eslintrc/node_modules/js-yaml": {
  2324. "version": "4.1.0",
  2325. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  2326. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  2327. "dev": true,
  2328. "dependencies": {
  2329. "argparse": "^2.0.1"
  2330. },
  2331. "bin": {
  2332. "js-yaml": "bin/js-yaml.js"
  2333. }
  2334. },
  2335. "node_modules/@eslint/eslintrc/node_modules/ms": {
  2336. "version": "2.1.2",
  2337. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  2338. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
  2339. "dev": true
  2340. },
  2341. "node_modules/@eslint/eslintrc/node_modules/resolve-from": {
  2342. "version": "4.0.0",
  2343. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  2344. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  2345. "dev": true,
  2346. "engines": {
  2347. "node": ">=4"
  2348. }
  2349. },
  2350. "node_modules/@eslint/eslintrc/node_modules/type-fest": {
  2351. "version": "0.20.2",
  2352. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
  2353. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  2354. "dev": true,
  2355. "engines": {
  2356. "node": ">=10"
  2357. },
  2358. "funding": {
  2359. "url": "https://github.com/sponsors/sindresorhus"
  2360. }
  2361. },
  2362. "node_modules/@eslint/js": {
  2363. "version": "8.44.0",
  2364. "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.44.0.tgz",
  2365. "integrity": "sha512-Ag+9YM4ocKQx9AarydN0KY2j0ErMHNIocPDrVo8zAE44xLTjEtz81OdR68/cydGtk6m6jDb5Za3r2useMzYmSw==",
  2366. "dev": true,
  2367. "engines": {
  2368. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2369. }
  2370. },
  2371. "node_modules/@gorhom/bottom-sheet": {
  2372. "version": "4.4.7",
  2373. "resolved": "https://registry.npmjs.org/@gorhom/bottom-sheet/-/bottom-sheet-4.4.7.tgz",
  2374. "integrity": "sha512-ukTuTqDQi2heo68hAJsBpUQeEkdqP9REBcn47OpuvPKhdPuO1RBOOADjqXJNCnZZRcY+HqbnGPMSLFVc31zylQ==",
  2375. "dependencies": {
  2376. "@gorhom/portal": "1.0.14",
  2377. "invariant": "^2.2.4"
  2378. },
  2379. "peerDependencies": {
  2380. "@types/react": "*",
  2381. "@types/react-native": "*",
  2382. "react": "*",
  2383. "react-native": "*",
  2384. "react-native-gesture-handler": ">=1.10.1",
  2385. "react-native-reanimated": ">=2.2.0"
  2386. },
  2387. "peerDependenciesMeta": {
  2388. "@types/react": {
  2389. "optional": true
  2390. },
  2391. "@types/react-native": {
  2392. "optional": true
  2393. }
  2394. }
  2395. },
  2396. "node_modules/@gorhom/portal": {
  2397. "version": "1.0.14",
  2398. "resolved": "https://registry.npmjs.org/@gorhom/portal/-/portal-1.0.14.tgz",
  2399. "integrity": "sha512-MXyL4xvCjmgaORr/rtryDNFy3kU4qUbKlwtQqqsygd0xX3mhKjOLn6mQK8wfu0RkoE0pBE0nAasRoHua+/QZ7A==",
  2400. "dependencies": {
  2401. "nanoid": "^3.3.1"
  2402. },
  2403. "peerDependencies": {
  2404. "react": "*",
  2405. "react-native": "*"
  2406. }
  2407. },
  2408. "node_modules/@hapi/hoek": {
  2409. "version": "9.3.0",
  2410. "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz",
  2411. "integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ=="
  2412. },
  2413. "node_modules/@hapi/topo": {
  2414. "version": "5.1.0",
  2415. "resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-5.1.0.tgz",
  2416. "integrity": "sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==",
  2417. "dependencies": {
  2418. "@hapi/hoek": "^9.0.0"
  2419. }
  2420. },
  2421. "node_modules/@humanwhocodes/config-array": {
  2422. "version": "0.11.10",
  2423. "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.10.tgz",
  2424. "integrity": "sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==",
  2425. "dev": true,
  2426. "dependencies": {
  2427. "@humanwhocodes/object-schema": "^1.2.1",
  2428. "debug": "^4.1.1",
  2429. "minimatch": "^3.0.5"
  2430. },
  2431. "engines": {
  2432. "node": ">=10.10.0"
  2433. }
  2434. },
  2435. "node_modules/@humanwhocodes/config-array/node_modules/debug": {
  2436. "version": "4.3.4",
  2437. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
  2438. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  2439. "dev": true,
  2440. "dependencies": {
  2441. "ms": "2.1.2"
  2442. },
  2443. "engines": {
  2444. "node": ">=6.0"
  2445. },
  2446. "peerDependenciesMeta": {
  2447. "supports-color": {
  2448. "optional": true
  2449. }
  2450. }
  2451. },
  2452. "node_modules/@humanwhocodes/config-array/node_modules/ms": {
  2453. "version": "2.1.2",
  2454. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  2455. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
  2456. "dev": true
  2457. },
  2458. "node_modules/@humanwhocodes/module-importer": {
  2459. "version": "1.0.1",
  2460. "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  2461. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  2462. "dev": true,
  2463. "engines": {
  2464. "node": ">=12.22"
  2465. },
  2466. "funding": {
  2467. "type": "github",
  2468. "url": "https://github.com/sponsors/nzakas"
  2469. }
  2470. },
  2471. "node_modules/@humanwhocodes/object-schema": {
  2472. "version": "1.2.1",
  2473. "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz",
  2474. "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==",
  2475. "dev": true
  2476. },
  2477. "node_modules/@istanbuljs/load-nyc-config": {
  2478. "version": "1.1.0",
  2479. "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
  2480. "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
  2481. "dev": true,
  2482. "dependencies": {
  2483. "camelcase": "^5.3.1",
  2484. "find-up": "^4.1.0",
  2485. "get-package-type": "^0.1.0",
  2486. "js-yaml": "^3.13.1",
  2487. "resolve-from": "^5.0.0"
  2488. },
  2489. "engines": {
  2490. "node": ">=8"
  2491. }
  2492. },
  2493. "node_modules/@istanbuljs/load-nyc-config/node_modules/resolve-from": {
  2494. "version": "5.0.0",
  2495. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
  2496. "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
  2497. "dev": true,
  2498. "engines": {
  2499. "node": ">=8"
  2500. }
  2501. },
  2502. "node_modules/@istanbuljs/schema": {
  2503. "version": "0.1.3",
  2504. "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
  2505. "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
  2506. "dev": true,
  2507. "engines": {
  2508. "node": ">=8"
  2509. }
  2510. },
  2511. "node_modules/@jest/console": {
  2512. "version": "29.5.0",
  2513. "resolved": "https://registry.npmjs.org/@jest/console/-/console-29.5.0.tgz",
  2514. "integrity": "sha512-NEpkObxPwyw/XxZVLPmAGKE89IQRp4puc6IQRPru6JKd1M3fW9v1xM1AnzIJE65hbCkzQAdnL8P47e9hzhiYLQ==",
  2515. "dev": true,
  2516. "dependencies": {
  2517. "@jest/types": "^29.5.0",
  2518. "@types/node": "*",
  2519. "chalk": "^4.0.0",
  2520. "jest-message-util": "^29.5.0",
  2521. "jest-util": "^29.5.0",
  2522. "slash": "^3.0.0"
  2523. },
  2524. "engines": {
  2525. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2526. }
  2527. },
  2528. "node_modules/@jest/console/node_modules/ci-info": {
  2529. "version": "3.8.0",
  2530. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  2531. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  2532. "dev": true,
  2533. "funding": [
  2534. {
  2535. "type": "github",
  2536. "url": "https://github.com/sponsors/sibiraj-s"
  2537. }
  2538. ],
  2539. "engines": {
  2540. "node": ">=8"
  2541. }
  2542. },
  2543. "node_modules/@jest/console/node_modules/jest-util": {
  2544. "version": "29.5.0",
  2545. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz",
  2546. "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==",
  2547. "dev": true,
  2548. "dependencies": {
  2549. "@jest/types": "^29.5.0",
  2550. "@types/node": "*",
  2551. "chalk": "^4.0.0",
  2552. "ci-info": "^3.2.0",
  2553. "graceful-fs": "^4.2.9",
  2554. "picomatch": "^2.2.3"
  2555. },
  2556. "engines": {
  2557. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2558. }
  2559. },
  2560. "node_modules/@jest/core": {
  2561. "version": "29.5.0",
  2562. "resolved": "https://registry.npmjs.org/@jest/core/-/core-29.5.0.tgz",
  2563. "integrity": "sha512-28UzQc7ulUrOQw1IsN/kv1QES3q2kkbl/wGslyhAclqZ/8cMdB5M68BffkIdSJgKBUt50d3hbwJ92XESlE7LiQ==",
  2564. "dev": true,
  2565. "dependencies": {
  2566. "@jest/console": "^29.5.0",
  2567. "@jest/reporters": "^29.5.0",
  2568. "@jest/test-result": "^29.5.0",
  2569. "@jest/transform": "^29.5.0",
  2570. "@jest/types": "^29.5.0",
  2571. "@types/node": "*",
  2572. "ansi-escapes": "^4.2.1",
  2573. "chalk": "^4.0.0",
  2574. "ci-info": "^3.2.0",
  2575. "exit": "^0.1.2",
  2576. "graceful-fs": "^4.2.9",
  2577. "jest-changed-files": "^29.5.0",
  2578. "jest-config": "^29.5.0",
  2579. "jest-haste-map": "^29.5.0",
  2580. "jest-message-util": "^29.5.0",
  2581. "jest-regex-util": "^29.4.3",
  2582. "jest-resolve": "^29.5.0",
  2583. "jest-resolve-dependencies": "^29.5.0",
  2584. "jest-runner": "^29.5.0",
  2585. "jest-runtime": "^29.5.0",
  2586. "jest-snapshot": "^29.5.0",
  2587. "jest-util": "^29.5.0",
  2588. "jest-validate": "^29.5.0",
  2589. "jest-watcher": "^29.5.0",
  2590. "micromatch": "^4.0.4",
  2591. "pretty-format": "^29.5.0",
  2592. "slash": "^3.0.0",
  2593. "strip-ansi": "^6.0.0"
  2594. },
  2595. "engines": {
  2596. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2597. },
  2598. "peerDependencies": {
  2599. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  2600. },
  2601. "peerDependenciesMeta": {
  2602. "node-notifier": {
  2603. "optional": true
  2604. }
  2605. }
  2606. },
  2607. "node_modules/@jest/core/node_modules/ansi-styles": {
  2608. "version": "5.2.0",
  2609. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
  2610. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
  2611. "dev": true,
  2612. "engines": {
  2613. "node": ">=10"
  2614. },
  2615. "funding": {
  2616. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  2617. }
  2618. },
  2619. "node_modules/@jest/core/node_modules/ci-info": {
  2620. "version": "3.8.0",
  2621. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  2622. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  2623. "dev": true,
  2624. "funding": [
  2625. {
  2626. "type": "github",
  2627. "url": "https://github.com/sponsors/sibiraj-s"
  2628. }
  2629. ],
  2630. "engines": {
  2631. "node": ">=8"
  2632. }
  2633. },
  2634. "node_modules/@jest/core/node_modules/jest-regex-util": {
  2635. "version": "29.4.3",
  2636. "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.4.3.tgz",
  2637. "integrity": "sha512-O4FglZaMmWXbGHSQInfXewIsd1LMn9p3ZXB/6r4FOkyhX2/iP/soMG98jGvk/A3HAN78+5VWcBGO0BJAPRh4kg==",
  2638. "dev": true,
  2639. "engines": {
  2640. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2641. }
  2642. },
  2643. "node_modules/@jest/core/node_modules/jest-util": {
  2644. "version": "29.5.0",
  2645. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz",
  2646. "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==",
  2647. "dev": true,
  2648. "dependencies": {
  2649. "@jest/types": "^29.5.0",
  2650. "@types/node": "*",
  2651. "chalk": "^4.0.0",
  2652. "ci-info": "^3.2.0",
  2653. "graceful-fs": "^4.2.9",
  2654. "picomatch": "^2.2.3"
  2655. },
  2656. "engines": {
  2657. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2658. }
  2659. },
  2660. "node_modules/@jest/core/node_modules/pretty-format": {
  2661. "version": "29.5.0",
  2662. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.5.0.tgz",
  2663. "integrity": "sha512-V2mGkI31qdttvTFX7Mt4efOqHXqJWMu4/r66Xh3Z3BwZaPfPJgp6/gbwoujRpPUtfEF6AUUWx3Jim3GCw5g/Qw==",
  2664. "dev": true,
  2665. "dependencies": {
  2666. "@jest/schemas": "^29.4.3",
  2667. "ansi-styles": "^5.0.0",
  2668. "react-is": "^18.0.0"
  2669. },
  2670. "engines": {
  2671. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2672. }
  2673. },
  2674. "node_modules/@jest/core/node_modules/react-is": {
  2675. "version": "18.2.0",
  2676. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
  2677. "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
  2678. "dev": true
  2679. },
  2680. "node_modules/@jest/create-cache-key-function": {
  2681. "version": "29.5.0",
  2682. "resolved": "https://registry.npmjs.org/@jest/create-cache-key-function/-/create-cache-key-function-29.5.0.tgz",
  2683. "integrity": "sha512-LIDZyZgnZss7uikvBKBB/USWwG+GO8+GnwRWT+YkCGDGsqLQlhm9BC3z6+7+eMs1kUlvXQIWEzBR8Q2Pnvx6lg==",
  2684. "dependencies": {
  2685. "@jest/types": "^29.5.0"
  2686. },
  2687. "engines": {
  2688. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2689. }
  2690. },
  2691. "node_modules/@jest/environment": {
  2692. "version": "29.5.0",
  2693. "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.5.0.tgz",
  2694. "integrity": "sha512-5FXw2+wD29YU1d4I2htpRX7jYnAyTRjP2CsXQdo9SAM8g3ifxWPSV0HnClSn71xwctr0U3oZIIH+dtbfmnbXVQ==",
  2695. "dependencies": {
  2696. "@jest/fake-timers": "^29.5.0",
  2697. "@jest/types": "^29.5.0",
  2698. "@types/node": "*",
  2699. "jest-mock": "^29.5.0"
  2700. },
  2701. "engines": {
  2702. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2703. }
  2704. },
  2705. "node_modules/@jest/expect": {
  2706. "version": "29.5.0",
  2707. "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-29.5.0.tgz",
  2708. "integrity": "sha512-PueDR2HGihN3ciUNGr4uelropW7rqUfTiOn+8u0leg/42UhblPxHkfoh0Ruu3I9Y1962P3u2DY4+h7GVTSVU6g==",
  2709. "dev": true,
  2710. "dependencies": {
  2711. "expect": "^29.5.0",
  2712. "jest-snapshot": "^29.5.0"
  2713. },
  2714. "engines": {
  2715. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2716. }
  2717. },
  2718. "node_modules/@jest/expect-utils": {
  2719. "version": "29.5.0",
  2720. "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.5.0.tgz",
  2721. "integrity": "sha512-fmKzsidoXQT2KwnrwE0SQq3uj8Z763vzR8LnLBwC2qYWEFpjX8daRsk6rHUM1QvNlEW/UJXNXm59ztmJJWs2Mg==",
  2722. "dev": true,
  2723. "dependencies": {
  2724. "jest-get-type": "^29.4.3"
  2725. },
  2726. "engines": {
  2727. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2728. }
  2729. },
  2730. "node_modules/@jest/fake-timers": {
  2731. "version": "29.5.0",
  2732. "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.5.0.tgz",
  2733. "integrity": "sha512-9ARvuAAQcBwDAqOnglWq2zwNIRUDtk/SCkp/ToGEhFv5r86K21l+VEs0qNTaXtyiY0lEePl3kylijSYJQqdbDg==",
  2734. "dependencies": {
  2735. "@jest/types": "^29.5.0",
  2736. "@sinonjs/fake-timers": "^10.0.2",
  2737. "@types/node": "*",
  2738. "jest-message-util": "^29.5.0",
  2739. "jest-mock": "^29.5.0",
  2740. "jest-util": "^29.5.0"
  2741. },
  2742. "engines": {
  2743. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2744. }
  2745. },
  2746. "node_modules/@jest/fake-timers/node_modules/ci-info": {
  2747. "version": "3.8.0",
  2748. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  2749. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  2750. "funding": [
  2751. {
  2752. "type": "github",
  2753. "url": "https://github.com/sponsors/sibiraj-s"
  2754. }
  2755. ],
  2756. "engines": {
  2757. "node": ">=8"
  2758. }
  2759. },
  2760. "node_modules/@jest/fake-timers/node_modules/jest-util": {
  2761. "version": "29.5.0",
  2762. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz",
  2763. "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==",
  2764. "dependencies": {
  2765. "@jest/types": "^29.5.0",
  2766. "@types/node": "*",
  2767. "chalk": "^4.0.0",
  2768. "ci-info": "^3.2.0",
  2769. "graceful-fs": "^4.2.9",
  2770. "picomatch": "^2.2.3"
  2771. },
  2772. "engines": {
  2773. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2774. }
  2775. },
  2776. "node_modules/@jest/globals": {
  2777. "version": "29.5.0",
  2778. "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.5.0.tgz",
  2779. "integrity": "sha512-S02y0qMWGihdzNbUiqSAiKSpSozSuHX5UYc7QbnHP+D9Lyw8DgGGCinrN9uSuHPeKgSSzvPom2q1nAtBvUsvPQ==",
  2780. "dev": true,
  2781. "dependencies": {
  2782. "@jest/environment": "^29.5.0",
  2783. "@jest/expect": "^29.5.0",
  2784. "@jest/types": "^29.5.0",
  2785. "jest-mock": "^29.5.0"
  2786. },
  2787. "engines": {
  2788. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2789. }
  2790. },
  2791. "node_modules/@jest/reporters": {
  2792. "version": "29.5.0",
  2793. "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-29.5.0.tgz",
  2794. "integrity": "sha512-D05STXqj/M8bP9hQNSICtPqz97u7ffGzZu+9XLucXhkOFBqKcXe04JLZOgIekOxdb73MAoBUFnqvf7MCpKk5OA==",
  2795. "dev": true,
  2796. "dependencies": {
  2797. "@bcoe/v8-coverage": "^0.2.3",
  2798. "@jest/console": "^29.5.0",
  2799. "@jest/test-result": "^29.5.0",
  2800. "@jest/transform": "^29.5.0",
  2801. "@jest/types": "^29.5.0",
  2802. "@jridgewell/trace-mapping": "^0.3.15",
  2803. "@types/node": "*",
  2804. "chalk": "^4.0.0",
  2805. "collect-v8-coverage": "^1.0.0",
  2806. "exit": "^0.1.2",
  2807. "glob": "^7.1.3",
  2808. "graceful-fs": "^4.2.9",
  2809. "istanbul-lib-coverage": "^3.0.0",
  2810. "istanbul-lib-instrument": "^5.1.0",
  2811. "istanbul-lib-report": "^3.0.0",
  2812. "istanbul-lib-source-maps": "^4.0.0",
  2813. "istanbul-reports": "^3.1.3",
  2814. "jest-message-util": "^29.5.0",
  2815. "jest-util": "^29.5.0",
  2816. "jest-worker": "^29.5.0",
  2817. "slash": "^3.0.0",
  2818. "string-length": "^4.0.1",
  2819. "strip-ansi": "^6.0.0",
  2820. "v8-to-istanbul": "^9.0.1"
  2821. },
  2822. "engines": {
  2823. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2824. },
  2825. "peerDependencies": {
  2826. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  2827. },
  2828. "peerDependenciesMeta": {
  2829. "node-notifier": {
  2830. "optional": true
  2831. }
  2832. }
  2833. },
  2834. "node_modules/@jest/reporters/node_modules/ci-info": {
  2835. "version": "3.8.0",
  2836. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  2837. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  2838. "dev": true,
  2839. "funding": [
  2840. {
  2841. "type": "github",
  2842. "url": "https://github.com/sponsors/sibiraj-s"
  2843. }
  2844. ],
  2845. "engines": {
  2846. "node": ">=8"
  2847. }
  2848. },
  2849. "node_modules/@jest/reporters/node_modules/jest-util": {
  2850. "version": "29.5.0",
  2851. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz",
  2852. "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==",
  2853. "dev": true,
  2854. "dependencies": {
  2855. "@jest/types": "^29.5.0",
  2856. "@types/node": "*",
  2857. "chalk": "^4.0.0",
  2858. "ci-info": "^3.2.0",
  2859. "graceful-fs": "^4.2.9",
  2860. "picomatch": "^2.2.3"
  2861. },
  2862. "engines": {
  2863. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2864. }
  2865. },
  2866. "node_modules/@jest/reporters/node_modules/jest-worker": {
  2867. "version": "29.5.0",
  2868. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.5.0.tgz",
  2869. "integrity": "sha512-NcrQnevGoSp4b5kg+akIpthoAFHxPBcb5P6mYPY0fUNT+sSvmtu6jlkEle3anczUKIKEbMxFimk9oTP/tpIPgA==",
  2870. "dev": true,
  2871. "dependencies": {
  2872. "@types/node": "*",
  2873. "jest-util": "^29.5.0",
  2874. "merge-stream": "^2.0.0",
  2875. "supports-color": "^8.0.0"
  2876. },
  2877. "engines": {
  2878. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2879. }
  2880. },
  2881. "node_modules/@jest/reporters/node_modules/supports-color": {
  2882. "version": "8.1.1",
  2883. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
  2884. "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
  2885. "dev": true,
  2886. "dependencies": {
  2887. "has-flag": "^4.0.0"
  2888. },
  2889. "engines": {
  2890. "node": ">=10"
  2891. },
  2892. "funding": {
  2893. "url": "https://github.com/chalk/supports-color?sponsor=1"
  2894. }
  2895. },
  2896. "node_modules/@jest/schemas": {
  2897. "version": "29.4.3",
  2898. "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.4.3.tgz",
  2899. "integrity": "sha512-VLYKXQmtmuEz6IxJsrZwzG9NvtkQsWNnWMsKxqWNu3+CnfzJQhp0WDDKWLVV9hLKr0l3SLLFRqcYHjhtyuDVxg==",
  2900. "dependencies": {
  2901. "@sinclair/typebox": "^0.25.16"
  2902. },
  2903. "engines": {
  2904. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2905. }
  2906. },
  2907. "node_modules/@jest/source-map": {
  2908. "version": "29.4.3",
  2909. "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-29.4.3.tgz",
  2910. "integrity": "sha512-qyt/mb6rLyd9j1jUts4EQncvS6Yy3PM9HghnNv86QBlV+zdL2inCdK1tuVlL+J+lpiw2BI67qXOrX3UurBqQ1w==",
  2911. "dev": true,
  2912. "dependencies": {
  2913. "@jridgewell/trace-mapping": "^0.3.15",
  2914. "callsites": "^3.0.0",
  2915. "graceful-fs": "^4.2.9"
  2916. },
  2917. "engines": {
  2918. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2919. }
  2920. },
  2921. "node_modules/@jest/source-map/node_modules/callsites": {
  2922. "version": "3.1.0",
  2923. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  2924. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  2925. "dev": true,
  2926. "engines": {
  2927. "node": ">=6"
  2928. }
  2929. },
  2930. "node_modules/@jest/test-result": {
  2931. "version": "29.5.0",
  2932. "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-29.5.0.tgz",
  2933. "integrity": "sha512-fGl4rfitnbfLsrfx1uUpDEESS7zM8JdgZgOCQuxQvL1Sn/I6ijeAVQWGfXI9zb1i9Mzo495cIpVZhA0yr60PkQ==",
  2934. "dev": true,
  2935. "dependencies": {
  2936. "@jest/console": "^29.5.0",
  2937. "@jest/types": "^29.5.0",
  2938. "@types/istanbul-lib-coverage": "^2.0.0",
  2939. "collect-v8-coverage": "^1.0.0"
  2940. },
  2941. "engines": {
  2942. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2943. }
  2944. },
  2945. "node_modules/@jest/test-sequencer": {
  2946. "version": "29.5.0",
  2947. "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.5.0.tgz",
  2948. "integrity": "sha512-yPafQEcKjkSfDXyvtgiV4pevSeyuA6MQr6ZIdVkWJly9vkqjnFfcfhRQqpD5whjoU8EORki752xQmjaqoFjzMQ==",
  2949. "dev": true,
  2950. "dependencies": {
  2951. "@jest/test-result": "^29.5.0",
  2952. "graceful-fs": "^4.2.9",
  2953. "jest-haste-map": "^29.5.0",
  2954. "slash": "^3.0.0"
  2955. },
  2956. "engines": {
  2957. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2958. }
  2959. },
  2960. "node_modules/@jest/transform": {
  2961. "version": "29.5.0",
  2962. "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.5.0.tgz",
  2963. "integrity": "sha512-8vbeZWqLJOvHaDfeMuoHITGKSz5qWc9u04lnWrQE3VyuSw604PzQM824ZeX9XSjUCeDiE3GuxZe5UKa8J61NQw==",
  2964. "dev": true,
  2965. "dependencies": {
  2966. "@babel/core": "^7.11.6",
  2967. "@jest/types": "^29.5.0",
  2968. "@jridgewell/trace-mapping": "^0.3.15",
  2969. "babel-plugin-istanbul": "^6.1.1",
  2970. "chalk": "^4.0.0",
  2971. "convert-source-map": "^2.0.0",
  2972. "fast-json-stable-stringify": "^2.1.0",
  2973. "graceful-fs": "^4.2.9",
  2974. "jest-haste-map": "^29.5.0",
  2975. "jest-regex-util": "^29.4.3",
  2976. "jest-util": "^29.5.0",
  2977. "micromatch": "^4.0.4",
  2978. "pirates": "^4.0.4",
  2979. "slash": "^3.0.0",
  2980. "write-file-atomic": "^4.0.2"
  2981. },
  2982. "engines": {
  2983. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2984. }
  2985. },
  2986. "node_modules/@jest/transform/node_modules/ci-info": {
  2987. "version": "3.8.0",
  2988. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  2989. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  2990. "dev": true,
  2991. "funding": [
  2992. {
  2993. "type": "github",
  2994. "url": "https://github.com/sponsors/sibiraj-s"
  2995. }
  2996. ],
  2997. "engines": {
  2998. "node": ">=8"
  2999. }
  3000. },
  3001. "node_modules/@jest/transform/node_modules/convert-source-map": {
  3002. "version": "2.0.0",
  3003. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
  3004. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  3005. "dev": true
  3006. },
  3007. "node_modules/@jest/transform/node_modules/jest-regex-util": {
  3008. "version": "29.4.3",
  3009. "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.4.3.tgz",
  3010. "integrity": "sha512-O4FglZaMmWXbGHSQInfXewIsd1LMn9p3ZXB/6r4FOkyhX2/iP/soMG98jGvk/A3HAN78+5VWcBGO0BJAPRh4kg==",
  3011. "dev": true,
  3012. "engines": {
  3013. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  3014. }
  3015. },
  3016. "node_modules/@jest/transform/node_modules/jest-util": {
  3017. "version": "29.5.0",
  3018. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz",
  3019. "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==",
  3020. "dev": true,
  3021. "dependencies": {
  3022. "@jest/types": "^29.5.0",
  3023. "@types/node": "*",
  3024. "chalk": "^4.0.0",
  3025. "ci-info": "^3.2.0",
  3026. "graceful-fs": "^4.2.9",
  3027. "picomatch": "^2.2.3"
  3028. },
  3029. "engines": {
  3030. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  3031. }
  3032. },
  3033. "node_modules/@jest/transform/node_modules/write-file-atomic": {
  3034. "version": "4.0.2",
  3035. "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz",
  3036. "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==",
  3037. "dev": true,
  3038. "dependencies": {
  3039. "imurmurhash": "^0.1.4",
  3040. "signal-exit": "^3.0.7"
  3041. },
  3042. "engines": {
  3043. "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
  3044. }
  3045. },
  3046. "node_modules/@jest/types": {
  3047. "version": "29.5.0",
  3048. "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.5.0.tgz",
  3049. "integrity": "sha512-qbu7kN6czmVRc3xWFQcAN03RAUamgppVUdXrvl1Wr3jlNF93o9mJbGcDWrwGB6ht44u7efB1qCFgVQmca24Uog==",
  3050. "dependencies": {
  3051. "@jest/schemas": "^29.4.3",
  3052. "@types/istanbul-lib-coverage": "^2.0.0",
  3053. "@types/istanbul-reports": "^3.0.0",
  3054. "@types/node": "*",
  3055. "@types/yargs": "^17.0.8",
  3056. "chalk": "^4.0.0"
  3057. },
  3058. "engines": {
  3059. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  3060. }
  3061. },
  3062. "node_modules/@jridgewell/gen-mapping": {
  3063. "version": "0.3.3",
  3064. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz",
  3065. "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==",
  3066. "dependencies": {
  3067. "@jridgewell/set-array": "^1.0.1",
  3068. "@jridgewell/sourcemap-codec": "^1.4.10",
  3069. "@jridgewell/trace-mapping": "^0.3.9"
  3070. },
  3071. "engines": {
  3072. "node": ">=6.0.0"
  3073. }
  3074. },
  3075. "node_modules/@jridgewell/resolve-uri": {
  3076. "version": "3.1.0",
  3077. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz",
  3078. "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==",
  3079. "engines": {
  3080. "node": ">=6.0.0"
  3081. }
  3082. },
  3083. "node_modules/@jridgewell/set-array": {
  3084. "version": "1.1.2",
  3085. "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz",
  3086. "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==",
  3087. "engines": {
  3088. "node": ">=6.0.0"
  3089. }
  3090. },
  3091. "node_modules/@jridgewell/source-map": {
  3092. "version": "0.3.4",
  3093. "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.4.tgz",
  3094. "integrity": "sha512-KE/SxsDqNs3rrWwFHcRh15ZLVFrI0YoZtgAdIyIq9k5hUNmiWRXXThPomIxHuL20sLdgzbDFyvkUMna14bvtrw==",
  3095. "deprecated": "the version has a bug with typescript type resolution"
  3096. },
  3097. "node_modules/@jridgewell/sourcemap-codec": {
  3098. "version": "1.4.15",
  3099. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
  3100. "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg=="
  3101. },
  3102. "node_modules/@jridgewell/trace-mapping": {
  3103. "version": "0.3.18",
  3104. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz",
  3105. "integrity": "sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==",
  3106. "dependencies": {
  3107. "@jridgewell/resolve-uri": "3.1.0",
  3108. "@jridgewell/sourcemap-codec": "1.4.14"
  3109. }
  3110. },
  3111. "node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec": {
  3112. "version": "1.4.14",
  3113. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz",
  3114. "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw=="
  3115. },
  3116. "node_modules/@nicolo-ribaudo/eslint-scope-5-internals": {
  3117. "version": "5.1.1-v1",
  3118. "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz",
  3119. "integrity": "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==",
  3120. "dev": true,
  3121. "dependencies": {
  3122. "eslint-scope": "5.1.1"
  3123. }
  3124. },
  3125. "node_modules/@nodelib/fs.scandir": {
  3126. "version": "2.1.5",
  3127. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  3128. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  3129. "dev": true,
  3130. "dependencies": {
  3131. "@nodelib/fs.stat": "2.0.5",
  3132. "run-parallel": "^1.1.9"
  3133. },
  3134. "engines": {
  3135. "node": ">= 8"
  3136. }
  3137. },
  3138. "node_modules/@nodelib/fs.stat": {
  3139. "version": "2.0.5",
  3140. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  3141. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  3142. "dev": true,
  3143. "engines": {
  3144. "node": ">= 8"
  3145. }
  3146. },
  3147. "node_modules/@nodelib/fs.walk": {
  3148. "version": "1.2.8",
  3149. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  3150. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  3151. "dev": true,
  3152. "dependencies": {
  3153. "@nodelib/fs.scandir": "2.1.5",
  3154. "fastq": "^1.6.0"
  3155. },
  3156. "engines": {
  3157. "node": ">= 8"
  3158. }
  3159. },
  3160. "node_modules/@react-native-community/cli-clean": {
  3161. "version": "11.3.3",
  3162. "resolved": "https://registry.npmjs.org/@react-native-community/cli-clean/-/cli-clean-11.3.3.tgz",
  3163. "integrity": "sha512-5csu0Z2wNkLRZs4AxA+5UVtOdyGqdjZ9DEPccePlkN9IXEHTia2GdDuWZVVnlC50Ab3eTaGDKvFzy9QONHQusw==",
  3164. "dependencies": {
  3165. "@react-native-community/cli-tools": "11.3.3",
  3166. "chalk": "^4.1.2",
  3167. "execa": "^5.0.0",
  3168. "prompts": "^2.4.0"
  3169. }
  3170. },
  3171. "node_modules/@react-native-community/cli-config": {
  3172. "version": "11.3.3",
  3173. "resolved": "https://registry.npmjs.org/@react-native-community/cli-config/-/cli-config-11.3.3.tgz",
  3174. "integrity": "sha512-j87RHJlybNHD1mYSkHnWA4qLkEO6qVn0+sREZGdQ6gVmOzxvLzvEB+YMoNEEqFGmPiyt3WTMLgi7jUr6WVoKuQ==",
  3175. "dependencies": {
  3176. "@react-native-community/cli-tools": "11.3.3",
  3177. "chalk": "^4.1.2",
  3178. "cosmiconfig": "^5.1.0",
  3179. "deepmerge": "^4.3.0",
  3180. "glob": "^7.1.3",
  3181. "joi": "^17.2.1"
  3182. }
  3183. },
  3184. "node_modules/@react-native-community/cli-debugger-ui": {
  3185. "version": "11.3.3",
  3186. "resolved": "https://registry.npmjs.org/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-11.3.3.tgz",
  3187. "integrity": "sha512-iVKcwyK2iKlq/qVtSbhk5fGsrOamAx7j50QhDMrZ6NmYZq+k75k253+YTzXoxWdPPZhsdhmILuBJgf8orIYCPQ==",
  3188. "dependencies": {
  3189. "serve-static": "^1.13.1"
  3190. }
  3191. },
  3192. "node_modules/@react-native-community/cli-doctor": {
  3193. "version": "11.3.3",
  3194. "resolved": "https://registry.npmjs.org/@react-native-community/cli-doctor/-/cli-doctor-11.3.3.tgz",
  3195. "integrity": "sha512-11MlCYZkZ602lmoxZUM6FZYjqFgyYci0X0QoBgBHi+3hqmrlA9JkYR/6OpPo34ASVObhE4DQ7eZ1+EQnVJHXsA==",
  3196. "dependencies": {
  3197. "@react-native-community/cli-config": "11.3.3",
  3198. "@react-native-community/cli-platform-android": "11.3.3",
  3199. "@react-native-community/cli-platform-ios": "11.3.3",
  3200. "@react-native-community/cli-tools": "11.3.3",
  3201. "chalk": "^4.1.2",
  3202. "command-exists": "^1.2.8",
  3203. "envinfo": "^7.7.2",
  3204. "execa": "^5.0.0",
  3205. "hermes-profile-transformer": "^0.0.6",
  3206. "ip": "^1.1.5",
  3207. "node-stream-zip": "^1.9.1",
  3208. "ora": "^5.4.1",
  3209. "prompts": "^2.4.0",
  3210. "semver": "^6.3.0",
  3211. "strip-ansi": "^5.2.0",
  3212. "sudo-prompt": "^9.0.0",
  3213. "wcwidth": "^1.0.1",
  3214. "yaml": "^2.2.1"
  3215. }
  3216. },
  3217. "node_modules/@react-native-community/cli-doctor/node_modules/ansi-regex": {
  3218. "version": "4.1.1",
  3219. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz",
  3220. "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==",
  3221. "engines": {
  3222. "node": ">=6"
  3223. }
  3224. },
  3225. "node_modules/@react-native-community/cli-doctor/node_modules/strip-ansi": {
  3226. "version": "5.2.0",
  3227. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
  3228. "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
  3229. "dependencies": {
  3230. "ansi-regex": "^4.1.0"
  3231. },
  3232. "engines": {
  3233. "node": ">=6"
  3234. }
  3235. },
  3236. "node_modules/@react-native-community/cli-hermes": {
  3237. "version": "11.3.3",
  3238. "resolved": "https://registry.npmjs.org/@react-native-community/cli-hermes/-/cli-hermes-11.3.3.tgz",
  3239. "integrity": "sha512-IoBLspPg4EwKwYj+5Ki4xrGUz7vVeE9soULCXJij2IKB68U63WmjG42+ng96+ryJDaQqERqF7NGll1jqnenJYQ==",
  3240. "dependencies": {
  3241. "@react-native-community/cli-platform-android": "11.3.3",
  3242. "@react-native-community/cli-tools": "11.3.3",
  3243. "chalk": "^4.1.2",
  3244. "hermes-profile-transformer": "^0.0.6",
  3245. "ip": "^1.1.5"
  3246. }
  3247. },
  3248. "node_modules/@react-native-community/cli-platform-android": {
  3249. "version": "11.3.3",
  3250. "resolved": "https://registry.npmjs.org/@react-native-community/cli-platform-android/-/cli-platform-android-11.3.3.tgz",
  3251. "integrity": "sha512-hjkPTJXKw2PZNKdeZZ1I4Mv2gRbPOfZmpgRVXtDwEP4cXZUGTDP54lBhFnC+8KxiKJBWJ/m4wYyC3ZqX87M2jg==",
  3252. "dependencies": {
  3253. "@react-native-community/cli-tools": "11.3.3",
  3254. "chalk": "^4.1.2",
  3255. "execa": "^5.0.0",
  3256. "glob": "^7.1.3",
  3257. "logkitty": "^0.7.1"
  3258. }
  3259. },
  3260. "node_modules/@react-native-community/cli-platform-ios": {
  3261. "version": "11.3.3",
  3262. "resolved": "https://registry.npmjs.org/@react-native-community/cli-platform-ios/-/cli-platform-ios-11.3.3.tgz",
  3263. "integrity": "sha512-mFdZjOaPCQy3y4DoMdA5l5/zVXtvsi8pbJFTV7ms7avNShuqqvue/Fm4wmiccZd0Zfi5p9TOP3Bh9Aw/jC+UAQ==",
  3264. "dependencies": {
  3265. "@react-native-community/cli-tools": "11.3.3",
  3266. "chalk": "^4.1.2",
  3267. "execa": "^5.0.0",
  3268. "fast-xml-parser": "^4.0.12",
  3269. "glob": "^7.1.3",
  3270. "ora": "^5.4.1"
  3271. }
  3272. },
  3273. "node_modules/@react-native-community/cli-plugin-metro": {
  3274. "version": "11.3.3",
  3275. "resolved": "https://registry.npmjs.org/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-11.3.3.tgz",
  3276. "integrity": "sha512-jbutvKqjIUTIuSK6mGmVt+x/MygLAIG6VNIwbywFtY+P4CCxUxo8o8h3O2cPRB2xeg9qikksm3Wys7fME4Ly+A==",
  3277. "dependencies": {
  3278. "@react-native-community/cli-server-api": "11.3.3",
  3279. "@react-native-community/cli-tools": "11.3.3",
  3280. "chalk": "^4.1.2",
  3281. "execa": "^5.0.0",
  3282. "metro": "0.76.5",
  3283. "metro-config": "0.76.5",
  3284. "metro-core": "0.76.5",
  3285. "metro-react-native-babel-transformer": "0.76.5",
  3286. "metro-resolver": "0.76.5",
  3287. "metro-runtime": "0.76.5",
  3288. "readline": "^1.3.0"
  3289. }
  3290. },
  3291. "node_modules/@react-native-community/cli-server-api": {
  3292. "version": "11.3.3",
  3293. "resolved": "https://registry.npmjs.org/@react-native-community/cli-server-api/-/cli-server-api-11.3.3.tgz",
  3294. "integrity": "sha512-3ja7WZzXMCeGTaeWLzKxAoueqLjsuo0YURcAjqf044rkY5F1Xk5yIaTN8fb66Lnl2eB3DwuatqEB4dYl34/GZw==",
  3295. "dependencies": {
  3296. "@react-native-community/cli-debugger-ui": "11.3.3",
  3297. "@react-native-community/cli-tools": "11.3.3",
  3298. "compression": "^1.7.1",
  3299. "connect": "^3.6.5",
  3300. "errorhandler": "^1.5.1",
  3301. "nocache": "^3.0.1",
  3302. "pretty-format": "^26.6.2",
  3303. "serve-static": "^1.13.1",
  3304. "ws": "^7.5.1"
  3305. }
  3306. },
  3307. "node_modules/@react-native-community/cli-server-api/node_modules/ws": {
  3308. "version": "7.5.9",
  3309. "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz",
  3310. "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==",
  3311. "engines": {
  3312. "node": ">=8.3.0"
  3313. },
  3314. "peerDependencies": {
  3315. "bufferutil": "^4.0.1",
  3316. "utf-8-validate": "^5.0.2"
  3317. },
  3318. "peerDependenciesMeta": {
  3319. "bufferutil": {
  3320. "optional": true
  3321. },
  3322. "utf-8-validate": {
  3323. "optional": true
  3324. }
  3325. }
  3326. },
  3327. "node_modules/@react-native-community/cli-tools": {
  3328. "version": "11.3.3",
  3329. "resolved": "https://registry.npmjs.org/@react-native-community/cli-tools/-/cli-tools-11.3.3.tgz",
  3330. "integrity": "sha512-rRFSOAVVwI9R9PyPMff5WqmHbgJYrzGHFH1PA+tFvuiSmWlAf51bzkZIPehTBAQON03a6d5epNsGlBKMLA/BKw==",
  3331. "dependencies": {
  3332. "appdirsjs": "^1.2.4",
  3333. "chalk": "^4.1.2",
  3334. "find-up": "^5.0.0",
  3335. "mime": "^2.4.1",
  3336. "node-fetch": "^2.6.0",
  3337. "open": "^6.2.0",
  3338. "ora": "^5.4.1",
  3339. "semver": "^6.3.0",
  3340. "shell-quote": "^1.7.3"
  3341. }
  3342. },
  3343. "node_modules/@react-native-community/cli-tools/node_modules/find-up": {
  3344. "version": "5.0.0",
  3345. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  3346. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  3347. "dependencies": {
  3348. "locate-path": "^6.0.0",
  3349. "path-exists": "^4.0.0"
  3350. },
  3351. "engines": {
  3352. "node": ">=10"
  3353. },
  3354. "funding": {
  3355. "url": "https://github.com/sponsors/sindresorhus"
  3356. }
  3357. },
  3358. "node_modules/@react-native-community/cli-types": {
  3359. "version": "11.3.3",
  3360. "resolved": "https://registry.npmjs.org/@react-native-community/cli-types/-/cli-types-11.3.3.tgz",
  3361. "integrity": "sha512-/u7N93ZUsKAGv3WSGAjKhpK2uCPBkyaw/SuScjHAuL9ifPjvwDhi71K5NbCcYl3ZYh5K39EF3Hm664Jfk9c0MQ==",
  3362. "dependencies": {
  3363. "joi": "^17.2.1"
  3364. }
  3365. },
  3366. "node_modules/@react-native-community/eslint-config": {
  3367. "version": "3.2.0",
  3368. "resolved": "https://registry.npmjs.org/@react-native-community/eslint-config/-/eslint-config-3.2.0.tgz",
  3369. "integrity": "sha512-ZjGvoeiBtCbd506hQqwjKmkWPgynGUoJspG8/MuV/EfKnkjCtBmeJvq2n+sWbWEvL9LWXDp2GJmPzmvU5RSvKQ==",
  3370. "dev": true,
  3371. "dependencies": {
  3372. "@babel/core": "^7.14.0",
  3373. "@babel/eslint-parser": "^7.18.2",
  3374. "@react-native-community/eslint-plugin": "^1.1.0",
  3375. "@typescript-eslint/eslint-plugin": "^5.30.5",
  3376. "@typescript-eslint/parser": "^5.30.5",
  3377. "eslint-config-prettier": "^8.5.0",
  3378. "eslint-plugin-eslint-comments": "^3.2.0",
  3379. "eslint-plugin-ft-flow": "^2.0.1",
  3380. "eslint-plugin-jest": "^26.5.3",
  3381. "eslint-plugin-prettier": "^4.2.1",
  3382. "eslint-plugin-react": "^7.30.1",
  3383. "eslint-plugin-react-hooks": "^4.6.0",
  3384. "eslint-plugin-react-native": "^4.0.0"
  3385. },
  3386. "peerDependencies": {
  3387. "eslint": ">=8",
  3388. "prettier": ">=2"
  3389. }
  3390. },
  3391. "node_modules/@react-native-community/eslint-plugin": {
  3392. "version": "1.3.0",
  3393. "resolved": "https://registry.npmjs.org/@react-native-community/eslint-plugin/-/eslint-plugin-1.3.0.tgz",
  3394. "integrity": "sha512-+zDZ20NUnSWghj7Ku5aFphMzuM9JulqCW+aPXT6IfIXFbb8tzYTTOSeRFOtuekJ99ibW2fUCSsjuKNlwDIbHFg==",
  3395. "dev": true
  3396. },
  3397. "node_modules/@react-native/assets-registry": {
  3398. "version": "0.72.0",
  3399. "resolved": "https://registry.npmjs.org/@react-native/assets-registry/-/assets-registry-0.72.0.tgz",
  3400. "integrity": "sha512-Im93xRJuHHxb1wniGhBMsxLwcfzdYreSZVQGDoMJgkd6+Iky61LInGEHnQCTN0fKNYF1Dvcofb4uMmE1RQHXHQ=="
  3401. },
  3402. "node_modules/@react-native/codegen": {
  3403. "version": "0.72.6",
  3404. "resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.72.6.tgz",
  3405. "integrity": "sha512-idTVI1es/oopN0jJT/0jB6nKdvTUKE3757zA5+NPXZTeB46CIRbmmos4XBiAec8ufu9/DigLPbHTYAaMNZJ6Ig==",
  3406. "dependencies": {
  3407. "@babel/parser": "^7.20.0",
  3408. "flow-parser": "^0.206.0",
  3409. "jscodeshift": "^0.14.0",
  3410. "nullthrows": "^1.1.1"
  3411. },
  3412. "peerDependencies": {
  3413. "@babel/preset-env": "^7.1.6"
  3414. }
  3415. },
  3416. "node_modules/@react-native/gradle-plugin": {
  3417. "version": "0.72.11",
  3418. "resolved": "https://registry.npmjs.org/@react-native/gradle-plugin/-/gradle-plugin-0.72.11.tgz",
  3419. "integrity": "sha512-P9iRnxiR2w7EHcZ0mJ+fmbPzMby77ZzV6y9sJI3lVLJzF7TLSdbwcQyD3lwMsiL+q5lKUHoZJS4sYmih+P2HXw=="
  3420. },
  3421. "node_modules/@react-native/js-polyfills": {
  3422. "version": "0.72.1",
  3423. "resolved": "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.72.1.tgz",
  3424. "integrity": "sha512-cRPZh2rBswFnGt5X5EUEPs0r+pAsXxYsifv/fgy9ZLQokuT52bPH+9xjDR+7TafRua5CttGW83wP4TntRcWNDA=="
  3425. },
  3426. "node_modules/@react-native/normalize-colors": {
  3427. "version": "0.72.0",
  3428. "resolved": "https://registry.npmjs.org/@react-native/normalize-colors/-/normalize-colors-0.72.0.tgz",
  3429. "integrity": "sha512-285lfdqSXaqKuBbbtP9qL2tDrfxdOFtIMvkKadtleRQkdOxx+uzGvFr82KHmc/sSiMtfXGp7JnFYWVh4sFl7Yw=="
  3430. },
  3431. "node_modules/@react-native/virtualized-lists": {
  3432. "version": "0.72.6",
  3433. "resolved": "https://registry.npmjs.org/@react-native/virtualized-lists/-/virtualized-lists-0.72.6.tgz",
  3434. "integrity": "sha512-JhT6ydu35LvbSKdwnhWDuGHMOwM0WAh9oza/X8vXHA8ELHRyQ/4p8eKz/bTQcbQziJaaleUURToGhFuCtgiMoA==",
  3435. "dependencies": {
  3436. "invariant": "^2.2.4",
  3437. "nullthrows": "^1.1.1"
  3438. },
  3439. "peerDependencies": {
  3440. "react-native": "*"
  3441. }
  3442. },
  3443. "node_modules/@react-navigation/bottom-tabs": {
  3444. "version": "6.5.8",
  3445. "resolved": "https://registry.npmjs.org/@react-navigation/bottom-tabs/-/bottom-tabs-6.5.8.tgz",
  3446. "integrity": "sha512-0aa/jXea+LyBgR5NoRNWGKw0aFhjHwCkusigMRXIrCA4kINauDcAO0w0iFbZeKfaTCVAix5kK5UxDJJ2aJpevg==",
  3447. "dependencies": {
  3448. "@react-navigation/elements": "^1.3.18",
  3449. "color": "^4.2.3",
  3450. "warn-once": "^0.1.0"
  3451. },
  3452. "peerDependencies": {
  3453. "@react-navigation/native": "^6.0.0",
  3454. "react": "*",
  3455. "react-native": "*",
  3456. "react-native-safe-area-context": ">= 3.0.0",
  3457. "react-native-screens": ">= 3.0.0"
  3458. }
  3459. },
  3460. "node_modules/@react-navigation/core": {
  3461. "version": "6.4.9",
  3462. "resolved": "https://registry.npmjs.org/@react-navigation/core/-/core-6.4.9.tgz",
  3463. "integrity": "sha512-G9GH7bP9x0qqupxZnkSftnkn4JoXancElTvFc8FVGfEvxnxP+gBo3wqcknyBi7M5Vad4qecsYjCOa9wqsftv9g==",
  3464. "dependencies": {
  3465. "@react-navigation/routers": "^6.1.9",
  3466. "escape-string-regexp": "^4.0.0",
  3467. "nanoid": "^3.1.23",
  3468. "query-string": "^7.1.3",
  3469. "react-is": "^16.13.0",
  3470. "use-latest-callback": "^0.1.5"
  3471. },
  3472. "peerDependencies": {
  3473. "react": "*"
  3474. }
  3475. },
  3476. "node_modules/@react-navigation/drawer": {
  3477. "version": "6.6.3",
  3478. "resolved": "https://registry.npmjs.org/@react-navigation/drawer/-/drawer-6.6.3.tgz",
  3479. "integrity": "sha512-oQzHqH6svtSIun6+rikQtku6ye2CyyxT4xf3RQLVsBvK7+g4tDdKKLcjgoJmuT1zBZC3SSu3wNeqp8cg4cr2PQ==",
  3480. "dependencies": {
  3481. "@react-navigation/elements": "^1.3.18",
  3482. "color": "^4.2.3",
  3483. "warn-once": "^0.1.0"
  3484. },
  3485. "peerDependencies": {
  3486. "@react-navigation/native": "^6.0.0",
  3487. "react": "*",
  3488. "react-native": "*",
  3489. "react-native-gesture-handler": ">= 1.0.0",
  3490. "react-native-reanimated": ">= 1.0.0",
  3491. "react-native-safe-area-context": ">= 3.0.0",
  3492. "react-native-screens": ">= 3.0.0"
  3493. }
  3494. },
  3495. "node_modules/@react-navigation/elements": {
  3496. "version": "1.3.18",
  3497. "resolved": "https://registry.npmjs.org/@react-navigation/elements/-/elements-1.3.18.tgz",
  3498. "integrity": "sha512-/0hwnJkrr415yP0Hf4PjUKgGyfshrvNUKFXN85Mrt1gY49hy9IwxZgrrxlh0THXkPeq8q4VWw44eHDfAcQf20Q==",
  3499. "peerDependencies": {
  3500. "@react-navigation/native": "^6.0.0",
  3501. "react": "*",
  3502. "react-native": "*",
  3503. "react-native-safe-area-context": ">= 3.0.0"
  3504. }
  3505. },
  3506. "node_modules/@react-navigation/native": {
  3507. "version": "6.1.7",
  3508. "resolved": "https://registry.npmjs.org/@react-navigation/native/-/native-6.1.7.tgz",
  3509. "integrity": "sha512-W6E3+AtTombMucCRo6q7vPmluq8hSjS+IxfazJ/SokOe7ChJX7eLvvralIsJkjFj3iWV1KgOSnHxa6hdiFasBw==",
  3510. "dependencies": {
  3511. "@react-navigation/core": "^6.4.9",
  3512. "escape-string-regexp": "^4.0.0",
  3513. "fast-deep-equal": "^3.1.3",
  3514. "nanoid": "^3.1.23"
  3515. },
  3516. "peerDependencies": {
  3517. "react": "*",
  3518. "react-native": "*"
  3519. }
  3520. },
  3521. "node_modules/@react-navigation/native-stack": {
  3522. "version": "6.9.13",
  3523. "resolved": "https://registry.npmjs.org/@react-navigation/native-stack/-/native-stack-6.9.13.tgz",
  3524. "integrity": "sha512-ejlepMrvFneewL+XlXHHhn+6y3lwvavM4/R7XwBV0XJxCymujexK+7Vkg7UcvJ1lx4CRhOcyBSNfGmdNIHREyQ==",
  3525. "dependencies": {
  3526. "@react-navigation/elements": "^1.3.18",
  3527. "warn-once": "^0.1.0"
  3528. },
  3529. "peerDependencies": {
  3530. "@react-navigation/native": "^6.0.0",
  3531. "react": "*",
  3532. "react-native": "*",
  3533. "react-native-safe-area-context": ">= 3.0.0",
  3534. "react-native-screens": ">= 3.0.0"
  3535. }
  3536. },
  3537. "node_modules/@react-navigation/routers": {
  3538. "version": "6.1.9",
  3539. "resolved": "https://registry.npmjs.org/@react-navigation/routers/-/routers-6.1.9.tgz",
  3540. "integrity": "sha512-lTM8gSFHSfkJvQkxacGM6VJtBt61ip2XO54aNfswD+KMw6eeZ4oehl7m0me3CR9hnDE4+60iAZR8sAhvCiI3NA==",
  3541. "dependencies": {
  3542. "nanoid": "^3.1.23"
  3543. }
  3544. },
  3545. "node_modules/@sideway/address": {
  3546. "version": "4.1.4",
  3547. "resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.4.tgz",
  3548. "integrity": "sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw==",
  3549. "dependencies": {
  3550. "@hapi/hoek": "^9.0.0"
  3551. }
  3552. },
  3553. "node_modules/@sideway/formula": {
  3554. "version": "3.0.1",
  3555. "resolved": "https://registry.npmjs.org/@sideway/formula/-/formula-3.0.1.tgz",
  3556. "integrity": "sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg=="
  3557. },
  3558. "node_modules/@sideway/pinpoint": {
  3559. "version": "2.0.0",
  3560. "resolved": "https://registry.npmjs.org/@sideway/pinpoint/-/pinpoint-2.0.0.tgz",
  3561. "integrity": "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ=="
  3562. },
  3563. "node_modules/@sinclair/typebox": {
  3564. "version": "0.25.24",
  3565. "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.25.24.tgz",
  3566. "integrity": "sha512-XJfwUVUKDHF5ugKwIcxEgc9k8b7HbznCp6eUfWgu710hMPNIO4aw4/zB5RogDQz8nd6gyCDpU9O/m6qYEWY6yQ=="
  3567. },
  3568. "node_modules/@sinonjs/commons": {
  3569. "version": "3.0.0",
  3570. "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.0.tgz",
  3571. "integrity": "sha512-jXBtWAF4vmdNmZgD5FoKsVLv3rPgDnLgPbU84LIJ3otV44vJlDRokVng5v8NFJdCf/da9legHcKaRuZs4L7faA==",
  3572. "dependencies": {
  3573. "type-detect": "4.0.8"
  3574. }
  3575. },
  3576. "node_modules/@sinonjs/fake-timers": {
  3577. "version": "10.3.0",
  3578. "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz",
  3579. "integrity": "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==",
  3580. "dependencies": {
  3581. "@sinonjs/commons": "^3.0.0"
  3582. }
  3583. },
  3584. "node_modules/@tsconfig/react-native": {
  3585. "version": "2.0.3",
  3586. "resolved": "https://registry.npmjs.org/@tsconfig/react-native/-/react-native-2.0.3.tgz",
  3587. "integrity": "sha512-jE58snEKBd9DXfyR4+ssZmYJ/W2mOSnNrvljR0aLyQJL9JKX6vlWELHkRjb3HBbcM9Uy0hZGijXbqEAjOERW2A==",
  3588. "dev": true
  3589. },
  3590. "node_modules/@types/babel__core": {
  3591. "version": "7.20.1",
  3592. "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.1.tgz",
  3593. "integrity": "sha512-aACu/U/omhdk15O4Nfb+fHgH/z3QsfQzpnvRZhYhThms83ZnAOZz7zZAWO7mn2yyNQaA4xTO8GLK3uqFU4bYYw==",
  3594. "dev": true,
  3595. "dependencies": {
  3596. "@babel/parser": "^7.20.7",
  3597. "@babel/types": "^7.20.7",
  3598. "@types/babel__generator": "*",
  3599. "@types/babel__template": "*",
  3600. "@types/babel__traverse": "*"
  3601. }
  3602. },
  3603. "node_modules/@types/babel__generator": {
  3604. "version": "7.6.4",
  3605. "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz",
  3606. "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==",
  3607. "dev": true,
  3608. "dependencies": {
  3609. "@babel/types": "^7.0.0"
  3610. }
  3611. },
  3612. "node_modules/@types/babel__template": {
  3613. "version": "7.4.1",
  3614. "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz",
  3615. "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==",
  3616. "dev": true,
  3617. "dependencies": {
  3618. "@babel/parser": "^7.1.0",
  3619. "@babel/types": "^7.0.0"
  3620. }
  3621. },
  3622. "node_modules/@types/babel__traverse": {
  3623. "version": "7.20.1",
  3624. "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.1.tgz",
  3625. "integrity": "sha512-MitHFXnhtgwsGZWtT68URpOvLN4EREih1u3QtQiN4VdAxWKRVvGCSvw/Qth0M0Qq3pJpnGOu5JaM/ydK7OGbqg==",
  3626. "dev": true,
  3627. "dependencies": {
  3628. "@babel/types": "^7.20.7"
  3629. }
  3630. },
  3631. "node_modules/@types/graceful-fs": {
  3632. "version": "4.1.6",
  3633. "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.6.tgz",
  3634. "integrity": "sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==",
  3635. "dev": true,
  3636. "dependencies": {
  3637. "@types/node": "*"
  3638. }
  3639. },
  3640. "node_modules/@types/hammerjs": {
  3641. "version": "2.0.41",
  3642. "resolved": "https://registry.npmjs.org/@types/hammerjs/-/hammerjs-2.0.41.tgz",
  3643. "integrity": "sha512-ewXv/ceBaJprikMcxCmWU1FKyMAQ2X7a9Gtmzw8fcg2kIePI1crERDM818W+XYrxqdBBOdlf2rm137bU+BltCA=="
  3644. },
  3645. "node_modules/@types/istanbul-lib-coverage": {
  3646. "version": "2.0.4",
  3647. "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz",
  3648. "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g=="
  3649. },
  3650. "node_modules/@types/istanbul-lib-report": {
  3651. "version": "3.0.0",
  3652. "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
  3653. "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==",
  3654. "dependencies": {
  3655. "@types/istanbul-lib-coverage": "*"
  3656. }
  3657. },
  3658. "node_modules/@types/istanbul-reports": {
  3659. "version": "3.0.1",
  3660. "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz",
  3661. "integrity": "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==",
  3662. "dependencies": {
  3663. "@types/istanbul-lib-report": "*"
  3664. }
  3665. },
  3666. "node_modules/@types/jest": {
  3667. "version": "29.5.2",
  3668. "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.2.tgz",
  3669. "integrity": "sha512-mSoZVJF5YzGVCk+FsDxzDuH7s+SCkzrgKZzf0Z0T2WudhBUPoF6ktoTPC4R0ZoCPCV5xUvuU6ias5NvxcBcMMg==",
  3670. "dev": true,
  3671. "dependencies": {
  3672. "expect": "^29.0.0",
  3673. "pretty-format": "^29.0.0"
  3674. }
  3675. },
  3676. "node_modules/@types/jest/node_modules/ansi-styles": {
  3677. "version": "5.2.0",
  3678. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
  3679. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
  3680. "dev": true,
  3681. "engines": {
  3682. "node": ">=10"
  3683. },
  3684. "funding": {
  3685. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  3686. }
  3687. },
  3688. "node_modules/@types/jest/node_modules/pretty-format": {
  3689. "version": "29.5.0",
  3690. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.5.0.tgz",
  3691. "integrity": "sha512-V2mGkI31qdttvTFX7Mt4efOqHXqJWMu4/r66Xh3Z3BwZaPfPJgp6/gbwoujRpPUtfEF6AUUWx3Jim3GCw5g/Qw==",
  3692. "dev": true,
  3693. "dependencies": {
  3694. "@jest/schemas": "^29.4.3",
  3695. "ansi-styles": "^5.0.0",
  3696. "react-is": "^18.0.0"
  3697. },
  3698. "engines": {
  3699. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  3700. }
  3701. },
  3702. "node_modules/@types/jest/node_modules/react-is": {
  3703. "version": "18.2.0",
  3704. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
  3705. "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
  3706. "dev": true
  3707. },
  3708. "node_modules/@types/json-schema": {
  3709. "version": "7.0.12",
  3710. "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.12.tgz",
  3711. "integrity": "sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==",
  3712. "dev": true
  3713. },
  3714. "node_modules/@types/node": {
  3715. "version": "20.3.3",
  3716. "resolved": "https://registry.npmjs.org/@types/node/-/node-20.3.3.tgz",
  3717. "integrity": "sha512-wheIYdr4NYML61AjC8MKj/2jrR/kDQri/CIpVoZwldwhnIrD/j9jIU5bJ8yBKuB2VhpFV7Ab6G2XkBjv9r9Zzw=="
  3718. },
  3719. "node_modules/@types/prettier": {
  3720. "version": "2.7.3",
  3721. "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.3.tgz",
  3722. "integrity": "sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==",
  3723. "dev": true
  3724. },
  3725. "node_modules/@types/prop-types": {
  3726. "version": "15.7.5",
  3727. "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz",
  3728. "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==",
  3729. "devOptional": true
  3730. },
  3731. "node_modules/@types/react": {
  3732. "version": "18.2.14",
  3733. "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.14.tgz",
  3734. "integrity": "sha512-A0zjq+QN/O0Kpe30hA1GidzyFjatVvrpIvWLxD+xv67Vt91TWWgco9IvrJBkeyHm1trGaFS/FSGqPlhyeZRm0g==",
  3735. "devOptional": true,
  3736. "dependencies": {
  3737. "@types/prop-types": "*",
  3738. "@types/scheduler": "*",
  3739. "csstype": "^3.0.2"
  3740. }
  3741. },
  3742. "node_modules/@types/react-test-renderer": {
  3743. "version": "18.0.0",
  3744. "resolved": "https://registry.npmjs.org/@types/react-test-renderer/-/react-test-renderer-18.0.0.tgz",
  3745. "integrity": "sha512-C7/5FBJ3g3sqUahguGi03O79b8afNeSD6T8/GU50oQrJCU0bVCCGQHaGKUbg2Ce8VQEEqTw8/HiS6lXHHdgkdQ==",
  3746. "dev": true,
  3747. "dependencies": {
  3748. "@types/react": "*"
  3749. }
  3750. },
  3751. "node_modules/@types/scheduler": {
  3752. "version": "0.16.3",
  3753. "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.3.tgz",
  3754. "integrity": "sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==",
  3755. "devOptional": true
  3756. },
  3757. "node_modules/@types/semver": {
  3758. "version": "7.5.0",
  3759. "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.0.tgz",
  3760. "integrity": "sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==",
  3761. "dev": true
  3762. },
  3763. "node_modules/@types/stack-utils": {
  3764. "version": "2.0.1",
  3765. "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz",
  3766. "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw=="
  3767. },
  3768. "node_modules/@types/yargs": {
  3769. "version": "17.0.24",
  3770. "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz",
  3771. "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==",
  3772. "dependencies": {
  3773. "@types/yargs-parser": "*"
  3774. }
  3775. },
  3776. "node_modules/@types/yargs-parser": {
  3777. "version": "21.0.0",
  3778. "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.0.tgz",
  3779. "integrity": "sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA=="
  3780. },
  3781. "node_modules/@typescript-eslint/eslint-plugin": {
  3782. "version": "5.60.1",
  3783. "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.60.1.tgz",
  3784. "integrity": "sha512-KSWsVvsJsLJv3c4e73y/Bzt7OpqMCADUO846bHcuWYSYM19bldbAeDv7dYyV0jwkbMfJ2XdlzwjhXtuD7OY6bw==",
  3785. "dev": true,
  3786. "dependencies": {
  3787. "@eslint-community/regexpp": "^4.4.0",
  3788. "@typescript-eslint/scope-manager": "5.60.1",
  3789. "@typescript-eslint/type-utils": "5.60.1",
  3790. "@typescript-eslint/utils": "5.60.1",
  3791. "debug": "^4.3.4",
  3792. "grapheme-splitter": "^1.0.4",
  3793. "ignore": "^5.2.0",
  3794. "natural-compare-lite": "^1.4.0",
  3795. "semver": "^7.3.7",
  3796. "tsutils": "^3.21.0"
  3797. },
  3798. "engines": {
  3799. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3800. },
  3801. "funding": {
  3802. "type": "opencollective",
  3803. "url": "https://opencollective.com/typescript-eslint"
  3804. },
  3805. "peerDependencies": {
  3806. "@typescript-eslint/parser": "^5.0.0",
  3807. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  3808. },
  3809. "peerDependenciesMeta": {
  3810. "typescript": {
  3811. "optional": true
  3812. }
  3813. }
  3814. },
  3815. "node_modules/@typescript-eslint/eslint-plugin/node_modules/debug": {
  3816. "version": "4.3.4",
  3817. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
  3818. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  3819. "dev": true,
  3820. "dependencies": {
  3821. "ms": "2.1.2"
  3822. },
  3823. "engines": {
  3824. "node": ">=6.0"
  3825. },
  3826. "peerDependenciesMeta": {
  3827. "supports-color": {
  3828. "optional": true
  3829. }
  3830. }
  3831. },
  3832. "node_modules/@typescript-eslint/eslint-plugin/node_modules/lru-cache": {
  3833. "version": "6.0.0",
  3834. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
  3835. "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
  3836. "dev": true,
  3837. "dependencies": {
  3838. "yallist": "^4.0.0"
  3839. },
  3840. "engines": {
  3841. "node": ">=10"
  3842. }
  3843. },
  3844. "node_modules/@typescript-eslint/eslint-plugin/node_modules/ms": {
  3845. "version": "2.1.2",
  3846. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  3847. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
  3848. "dev": true
  3849. },
  3850. "node_modules/@typescript-eslint/eslint-plugin/node_modules/semver": {
  3851. "version": "7.5.3",
  3852. "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.3.tgz",
  3853. "integrity": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==",
  3854. "dev": true,
  3855. "dependencies": {
  3856. "lru-cache": "^6.0.0"
  3857. },
  3858. "bin": {
  3859. "semver": "bin/semver.js"
  3860. },
  3861. "engines": {
  3862. "node": ">=10"
  3863. }
  3864. },
  3865. "node_modules/@typescript-eslint/eslint-plugin/node_modules/yallist": {
  3866. "version": "4.0.0",
  3867. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  3868. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  3869. "dev": true
  3870. },
  3871. "node_modules/@typescript-eslint/parser": {
  3872. "version": "5.60.1",
  3873. "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.60.1.tgz",
  3874. "integrity": "sha512-pHWlc3alg2oSMGwsU/Is8hbm3XFbcrb6P5wIxcQW9NsYBfnrubl/GhVVD/Jm/t8HXhA2WncoIRfBtnCgRGV96Q==",
  3875. "dev": true,
  3876. "dependencies": {
  3877. "@typescript-eslint/scope-manager": "5.60.1",
  3878. "@typescript-eslint/types": "5.60.1",
  3879. "@typescript-eslint/typescript-estree": "5.60.1",
  3880. "debug": "^4.3.4"
  3881. },
  3882. "engines": {
  3883. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3884. },
  3885. "funding": {
  3886. "type": "opencollective",
  3887. "url": "https://opencollective.com/typescript-eslint"
  3888. },
  3889. "peerDependencies": {
  3890. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  3891. },
  3892. "peerDependenciesMeta": {
  3893. "typescript": {
  3894. "optional": true
  3895. }
  3896. }
  3897. },
  3898. "node_modules/@typescript-eslint/parser/node_modules/debug": {
  3899. "version": "4.3.4",
  3900. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
  3901. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  3902. "dev": true,
  3903. "dependencies": {
  3904. "ms": "2.1.2"
  3905. },
  3906. "engines": {
  3907. "node": ">=6.0"
  3908. },
  3909. "peerDependenciesMeta": {
  3910. "supports-color": {
  3911. "optional": true
  3912. }
  3913. }
  3914. },
  3915. "node_modules/@typescript-eslint/parser/node_modules/ms": {
  3916. "version": "2.1.2",
  3917. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  3918. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
  3919. "dev": true
  3920. },
  3921. "node_modules/@typescript-eslint/scope-manager": {
  3922. "version": "5.60.1",
  3923. "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.60.1.tgz",
  3924. "integrity": "sha512-Dn/LnN7fEoRD+KspEOV0xDMynEmR3iSHdgNsarlXNLGGtcUok8L4N71dxUgt3YvlO8si7E+BJ5Fe3wb5yUw7DQ==",
  3925. "dev": true,
  3926. "dependencies": {
  3927. "@typescript-eslint/types": "5.60.1",
  3928. "@typescript-eslint/visitor-keys": "5.60.1"
  3929. },
  3930. "engines": {
  3931. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3932. },
  3933. "funding": {
  3934. "type": "opencollective",
  3935. "url": "https://opencollective.com/typescript-eslint"
  3936. }
  3937. },
  3938. "node_modules/@typescript-eslint/type-utils": {
  3939. "version": "5.60.1",
  3940. "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.60.1.tgz",
  3941. "integrity": "sha512-vN6UztYqIu05nu7JqwQGzQKUJctzs3/Hg7E2Yx8rz9J+4LgtIDFWjjl1gm3pycH0P3mHAcEUBd23LVgfrsTR8A==",
  3942. "dev": true,
  3943. "dependencies": {
  3944. "@typescript-eslint/typescript-estree": "5.60.1",
  3945. "@typescript-eslint/utils": "5.60.1",
  3946. "debug": "^4.3.4",
  3947. "tsutils": "^3.21.0"
  3948. },
  3949. "engines": {
  3950. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3951. },
  3952. "funding": {
  3953. "type": "opencollective",
  3954. "url": "https://opencollective.com/typescript-eslint"
  3955. },
  3956. "peerDependencies": {
  3957. "eslint": "*"
  3958. },
  3959. "peerDependenciesMeta": {
  3960. "typescript": {
  3961. "optional": true
  3962. }
  3963. }
  3964. },
  3965. "node_modules/@typescript-eslint/type-utils/node_modules/debug": {
  3966. "version": "4.3.4",
  3967. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
  3968. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  3969. "dev": true,
  3970. "dependencies": {
  3971. "ms": "2.1.2"
  3972. },
  3973. "engines": {
  3974. "node": ">=6.0"
  3975. },
  3976. "peerDependenciesMeta": {
  3977. "supports-color": {
  3978. "optional": true
  3979. }
  3980. }
  3981. },
  3982. "node_modules/@typescript-eslint/type-utils/node_modules/ms": {
  3983. "version": "2.1.2",
  3984. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  3985. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
  3986. "dev": true
  3987. },
  3988. "node_modules/@typescript-eslint/types": {
  3989. "version": "5.60.1",
  3990. "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.60.1.tgz",
  3991. "integrity": "sha512-zDcDx5fccU8BA0IDZc71bAtYIcG9PowaOwaD8rjYbqwK7dpe/UMQl3inJ4UtUK42nOCT41jTSCwg76E62JpMcg==",
  3992. "dev": true,
  3993. "engines": {
  3994. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3995. },
  3996. "funding": {
  3997. "type": "opencollective",
  3998. "url": "https://opencollective.com/typescript-eslint"
  3999. }
  4000. },
  4001. "node_modules/@typescript-eslint/typescript-estree": {
  4002. "version": "5.60.1",
  4003. "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.60.1.tgz",
  4004. "integrity": "sha512-hkX70J9+2M2ZT6fhti5Q2FoU9zb+GeZK2SLP1WZlvUDqdMbEKhexZODD1WodNRyO8eS+4nScvT0dts8IdaBzfw==",
  4005. "dev": true,
  4006. "dependencies": {
  4007. "@typescript-eslint/types": "5.60.1",
  4008. "@typescript-eslint/visitor-keys": "5.60.1",
  4009. "debug": "^4.3.4",
  4010. "globby": "^11.1.0",
  4011. "is-glob": "^4.0.3",
  4012. "semver": "^7.3.7",
  4013. "tsutils": "^3.21.0"
  4014. },
  4015. "engines": {
  4016. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4017. },
  4018. "funding": {
  4019. "type": "opencollective",
  4020. "url": "https://opencollective.com/typescript-eslint"
  4021. },
  4022. "peerDependenciesMeta": {
  4023. "typescript": {
  4024. "optional": true
  4025. }
  4026. }
  4027. },
  4028. "node_modules/@typescript-eslint/typescript-estree/node_modules/debug": {
  4029. "version": "4.3.4",
  4030. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
  4031. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  4032. "dev": true,
  4033. "dependencies": {
  4034. "ms": "2.1.2"
  4035. },
  4036. "engines": {
  4037. "node": ">=6.0"
  4038. },
  4039. "peerDependenciesMeta": {
  4040. "supports-color": {
  4041. "optional": true
  4042. }
  4043. }
  4044. },
  4045. "node_modules/@typescript-eslint/typescript-estree/node_modules/lru-cache": {
  4046. "version": "6.0.0",
  4047. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
  4048. "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
  4049. "dev": true,
  4050. "dependencies": {
  4051. "yallist": "^4.0.0"
  4052. },
  4053. "engines": {
  4054. "node": ">=10"
  4055. }
  4056. },
  4057. "node_modules/@typescript-eslint/typescript-estree/node_modules/ms": {
  4058. "version": "2.1.2",
  4059. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  4060. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
  4061. "dev": true
  4062. },
  4063. "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
  4064. "version": "7.5.3",
  4065. "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.3.tgz",
  4066. "integrity": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==",
  4067. "dev": true,
  4068. "dependencies": {
  4069. "lru-cache": "^6.0.0"
  4070. },
  4071. "bin": {
  4072. "semver": "bin/semver.js"
  4073. },
  4074. "engines": {
  4075. "node": ">=10"
  4076. }
  4077. },
  4078. "node_modules/@typescript-eslint/typescript-estree/node_modules/yallist": {
  4079. "version": "4.0.0",
  4080. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  4081. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  4082. "dev": true
  4083. },
  4084. "node_modules/@typescript-eslint/utils": {
  4085. "version": "5.60.1",
  4086. "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.60.1.tgz",
  4087. "integrity": "sha512-tiJ7FFdFQOWssFa3gqb94Ilexyw0JVxj6vBzaSpfN/8IhoKkDuSAenUKvsSHw2A/TMpJb26izIszTXaqygkvpQ==",
  4088. "dev": true,
  4089. "dependencies": {
  4090. "@eslint-community/eslint-utils": "^4.2.0",
  4091. "@types/json-schema": "^7.0.9",
  4092. "@types/semver": "^7.3.12",
  4093. "@typescript-eslint/scope-manager": "5.60.1",
  4094. "@typescript-eslint/types": "5.60.1",
  4095. "@typescript-eslint/typescript-estree": "5.60.1",
  4096. "eslint-scope": "^5.1.1",
  4097. "semver": "^7.3.7"
  4098. },
  4099. "engines": {
  4100. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4101. },
  4102. "funding": {
  4103. "type": "opencollective",
  4104. "url": "https://opencollective.com/typescript-eslint"
  4105. },
  4106. "peerDependencies": {
  4107. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  4108. }
  4109. },
  4110. "node_modules/@typescript-eslint/utils/node_modules/lru-cache": {
  4111. "version": "6.0.0",
  4112. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
  4113. "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
  4114. "dev": true,
  4115. "dependencies": {
  4116. "yallist": "^4.0.0"
  4117. },
  4118. "engines": {
  4119. "node": ">=10"
  4120. }
  4121. },
  4122. "node_modules/@typescript-eslint/utils/node_modules/semver": {
  4123. "version": "7.5.3",
  4124. "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.3.tgz",
  4125. "integrity": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==",
  4126. "dev": true,
  4127. "dependencies": {
  4128. "lru-cache": "^6.0.0"
  4129. },
  4130. "bin": {
  4131. "semver": "bin/semver.js"
  4132. },
  4133. "engines": {
  4134. "node": ">=10"
  4135. }
  4136. },
  4137. "node_modules/@typescript-eslint/utils/node_modules/yallist": {
  4138. "version": "4.0.0",
  4139. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  4140. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  4141. "dev": true
  4142. },
  4143. "node_modules/@typescript-eslint/visitor-keys": {
  4144. "version": "5.60.1",
  4145. "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.60.1.tgz",
  4146. "integrity": "sha512-xEYIxKcultP6E/RMKqube11pGjXH1DCo60mQoWhVYyKfLkwbIVVjYxmOenNMxILx0TjCujPTjjnTIVzm09TXIw==",
  4147. "dev": true,
  4148. "dependencies": {
  4149. "@typescript-eslint/types": "5.60.1",
  4150. "eslint-visitor-keys": "^3.3.0"
  4151. },
  4152. "engines": {
  4153. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4154. },
  4155. "funding": {
  4156. "type": "opencollective",
  4157. "url": "https://opencollective.com/typescript-eslint"
  4158. }
  4159. },
  4160. "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
  4161. "version": "3.4.1",
  4162. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz",
  4163. "integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==",
  4164. "dev": true,
  4165. "engines": {
  4166. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4167. },
  4168. "funding": {
  4169. "url": "https://opencollective.com/eslint"
  4170. }
  4171. },
  4172. "node_modules/@yarnpkg/lockfile": {
  4173. "version": "1.1.0",
  4174. "resolved": "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz",
  4175. "integrity": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ=="
  4176. },
  4177. "node_modules/abort-controller": {
  4178. "version": "3.0.0",
  4179. "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
  4180. "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
  4181. "dependencies": {
  4182. "event-target-shim": "^5.0.0"
  4183. },
  4184. "engines": {
  4185. "node": ">=6.5"
  4186. }
  4187. },
  4188. "node_modules/accepts": {
  4189. "version": "1.3.8",
  4190. "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
  4191. "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
  4192. "dependencies": {
  4193. "mime-types": "~2.1.34",
  4194. "negotiator": "0.6.3"
  4195. },
  4196. "engines": {
  4197. "node": ">= 0.6"
  4198. }
  4199. },
  4200. "node_modules/acorn": {
  4201. "version": "8.9.0",
  4202. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.9.0.tgz",
  4203. "integrity": "sha512-jaVNAFBHNLXspO543WnNNPZFRtavh3skAkITqD0/2aeMkKZTN+254PyhwxFYrk3vQ1xfY+2wbesJMs/JC8/PwQ==",
  4204. "bin": {
  4205. "acorn": "bin/acorn"
  4206. },
  4207. "engines": {
  4208. "node": ">=0.4.0"
  4209. }
  4210. },
  4211. "node_modules/acorn-jsx": {
  4212. "version": "5.3.2",
  4213. "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  4214. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  4215. "dev": true,
  4216. "peerDependencies": {
  4217. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  4218. }
  4219. },
  4220. "node_modules/ajv": {
  4221. "version": "6.12.6",
  4222. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
  4223. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  4224. "dev": true,
  4225. "dependencies": {
  4226. "fast-deep-equal": "^3.1.1",
  4227. "fast-json-stable-stringify": "^2.0.0",
  4228. "json-schema-traverse": "^0.4.1",
  4229. "uri-js": "^4.2.2"
  4230. },
  4231. "funding": {
  4232. "type": "github",
  4233. "url": "https://github.com/sponsors/epoberezkin"
  4234. }
  4235. },
  4236. "node_modules/anser": {
  4237. "version": "1.4.10",
  4238. "resolved": "https://registry.npmjs.org/anser/-/anser-1.4.10.tgz",
  4239. "integrity": "sha512-hCv9AqTQ8ycjpSd3upOJd7vFwW1JaoYQ7tpham03GJ1ca8/65rqn0RpaWpItOAd6ylW9wAw6luXYPJIyPFVOww=="
  4240. },
  4241. "node_modules/ansi-escapes": {
  4242. "version": "4.3.2",
  4243. "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
  4244. "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
  4245. "dev": true,
  4246. "dependencies": {
  4247. "type-fest": "^0.21.3"
  4248. },
  4249. "engines": {
  4250. "node": ">=8"
  4251. },
  4252. "funding": {
  4253. "url": "https://github.com/sponsors/sindresorhus"
  4254. }
  4255. },
  4256. "node_modules/ansi-escapes/node_modules/type-fest": {
  4257. "version": "0.21.3",
  4258. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
  4259. "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
  4260. "dev": true,
  4261. "engines": {
  4262. "node": ">=10"
  4263. },
  4264. "funding": {
  4265. "url": "https://github.com/sponsors/sindresorhus"
  4266. }
  4267. },
  4268. "node_modules/ansi-fragments": {
  4269. "version": "0.2.1",
  4270. "resolved": "https://registry.npmjs.org/ansi-fragments/-/ansi-fragments-0.2.1.tgz",
  4271. "integrity": "sha512-DykbNHxuXQwUDRv5ibc2b0x7uw7wmwOGLBUd5RmaQ5z8Lhx19vwvKV+FAsM5rEA6dEcHxX+/Ad5s9eF2k2bB+w==",
  4272. "dependencies": {
  4273. "colorette": "^1.0.7",
  4274. "slice-ansi": "^2.0.0",
  4275. "strip-ansi": "^5.0.0"
  4276. }
  4277. },
  4278. "node_modules/ansi-fragments/node_modules/ansi-regex": {
  4279. "version": "4.1.1",
  4280. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz",
  4281. "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==",
  4282. "engines": {
  4283. "node": ">=6"
  4284. }
  4285. },
  4286. "node_modules/ansi-fragments/node_modules/strip-ansi": {
  4287. "version": "5.2.0",
  4288. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
  4289. "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
  4290. "dependencies": {
  4291. "ansi-regex": "^4.1.0"
  4292. },
  4293. "engines": {
  4294. "node": ">=6"
  4295. }
  4296. },
  4297. "node_modules/ansi-regex": {
  4298. "version": "5.0.1",
  4299. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  4300. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  4301. "engines": {
  4302. "node": ">=8"
  4303. }
  4304. },
  4305. "node_modules/ansi-styles": {
  4306. "version": "4.3.0",
  4307. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  4308. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  4309. "dependencies": {
  4310. "color-convert": "^2.0.1"
  4311. },
  4312. "engines": {
  4313. "node": ">=8"
  4314. },
  4315. "funding": {
  4316. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  4317. }
  4318. },
  4319. "node_modules/anymatch": {
  4320. "version": "3.1.3",
  4321. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
  4322. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  4323. "dependencies": {
  4324. "normalize-path": "^3.0.0",
  4325. "picomatch": "^2.0.4"
  4326. },
  4327. "engines": {
  4328. "node": ">= 8"
  4329. }
  4330. },
  4331. "node_modules/appdirsjs": {
  4332. "version": "1.2.7",
  4333. "resolved": "https://registry.npmjs.org/appdirsjs/-/appdirsjs-1.2.7.tgz",
  4334. "integrity": "sha512-Quji6+8kLBC3NnBeo14nPDq0+2jUs5s3/xEye+udFHumHhRk4M7aAMXp/PBJqkKYGuuyR9M/6Dq7d2AViiGmhw=="
  4335. },
  4336. "node_modules/argparse": {
  4337. "version": "1.0.10",
  4338. "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
  4339. "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
  4340. "dependencies": {
  4341. "sprintf-js": "~1.0.2"
  4342. }
  4343. },
  4344. "node_modules/array-buffer-byte-length": {
  4345. "version": "1.0.0",
  4346. "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz",
  4347. "integrity": "sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==",
  4348. "dev": true,
  4349. "dependencies": {
  4350. "call-bind": "^1.0.2",
  4351. "is-array-buffer": "^3.0.1"
  4352. },
  4353. "funding": {
  4354. "url": "https://github.com/sponsors/ljharb"
  4355. }
  4356. },
  4357. "node_modules/array-includes": {
  4358. "version": "3.1.6",
  4359. "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.6.tgz",
  4360. "integrity": "sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==",
  4361. "dev": true,
  4362. "dependencies": {
  4363. "call-bind": "^1.0.2",
  4364. "define-properties": "^1.1.4",
  4365. "es-abstract": "^1.20.4",
  4366. "get-intrinsic": "^1.1.3",
  4367. "is-string": "^1.0.7"
  4368. },
  4369. "engines": {
  4370. "node": ">= 0.4"
  4371. },
  4372. "funding": {
  4373. "url": "https://github.com/sponsors/ljharb"
  4374. }
  4375. },
  4376. "node_modules/array-union": {
  4377. "version": "2.1.0",
  4378. "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
  4379. "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
  4380. "dev": true,
  4381. "engines": {
  4382. "node": ">=8"
  4383. }
  4384. },
  4385. "node_modules/array.prototype.flat": {
  4386. "version": "1.3.1",
  4387. "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz",
  4388. "integrity": "sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==",
  4389. "dev": true,
  4390. "dependencies": {
  4391. "call-bind": "^1.0.2",
  4392. "define-properties": "^1.1.4",
  4393. "es-abstract": "^1.20.4",
  4394. "es-shim-unscopables": "^1.0.0"
  4395. },
  4396. "engines": {
  4397. "node": ">= 0.4"
  4398. },
  4399. "funding": {
  4400. "url": "https://github.com/sponsors/ljharb"
  4401. }
  4402. },
  4403. "node_modules/array.prototype.flatmap": {
  4404. "version": "1.3.1",
  4405. "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz",
  4406. "integrity": "sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==",
  4407. "dev": true,
  4408. "dependencies": {
  4409. "call-bind": "^1.0.2",
  4410. "define-properties": "^1.1.4",
  4411. "es-abstract": "^1.20.4",
  4412. "es-shim-unscopables": "^1.0.0"
  4413. },
  4414. "engines": {
  4415. "node": ">= 0.4"
  4416. },
  4417. "funding": {
  4418. "url": "https://github.com/sponsors/ljharb"
  4419. }
  4420. },
  4421. "node_modules/array.prototype.tosorted": {
  4422. "version": "1.1.1",
  4423. "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz",
  4424. "integrity": "sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==",
  4425. "dev": true,
  4426. "dependencies": {
  4427. "call-bind": "^1.0.2",
  4428. "define-properties": "^1.1.4",
  4429. "es-abstract": "^1.20.4",
  4430. "es-shim-unscopables": "^1.0.0",
  4431. "get-intrinsic": "^1.1.3"
  4432. }
  4433. },
  4434. "node_modules/asap": {
  4435. "version": "2.0.6",
  4436. "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
  4437. "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA=="
  4438. },
  4439. "node_modules/ast-types": {
  4440. "version": "0.15.2",
  4441. "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.15.2.tgz",
  4442. "integrity": "sha512-c27loCv9QkZinsa5ProX751khO9DJl/AcB5c2KNtA6NRvHKS0PgLfcftz72KVq504vB0Gku5s2kUZzDBvQWvHg==",
  4443. "dependencies": {
  4444. "tslib": "^2.0.1"
  4445. },
  4446. "engines": {
  4447. "node": ">=4"
  4448. }
  4449. },
  4450. "node_modules/astral-regex": {
  4451. "version": "1.0.0",
  4452. "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-1.0.0.tgz",
  4453. "integrity": "sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==",
  4454. "engines": {
  4455. "node": ">=4"
  4456. }
  4457. },
  4458. "node_modules/async": {
  4459. "version": "3.2.4",
  4460. "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz",
  4461. "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ=="
  4462. },
  4463. "node_modules/async-limiter": {
  4464. "version": "1.0.1",
  4465. "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz",
  4466. "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ=="
  4467. },
  4468. "node_modules/at-least-node": {
  4469. "version": "1.0.0",
  4470. "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
  4471. "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==",
  4472. "engines": {
  4473. "node": ">= 4.0.0"
  4474. }
  4475. },
  4476. "node_modules/available-typed-arrays": {
  4477. "version": "1.0.5",
  4478. "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz",
  4479. "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==",
  4480. "dev": true,
  4481. "engines": {
  4482. "node": ">= 0.4"
  4483. },
  4484. "funding": {
  4485. "url": "https://github.com/sponsors/ljharb"
  4486. }
  4487. },
  4488. "node_modules/babel-core": {
  4489. "version": "7.0.0-bridge.0",
  4490. "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-7.0.0-bridge.0.tgz",
  4491. "integrity": "sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==",
  4492. "peerDependencies": {
  4493. "@babel/core": "^7.0.0-0"
  4494. }
  4495. },
  4496. "node_modules/babel-jest": {
  4497. "version": "29.5.0",
  4498. "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.5.0.tgz",
  4499. "integrity": "sha512-mA4eCDh5mSo2EcA9xQjVTpmbbNk32Zb3Q3QFQsNhaK56Q+yoXowzFodLux30HRgyOho5rsQ6B0P9QpMkvvnJ0Q==",
  4500. "dev": true,
  4501. "dependencies": {
  4502. "@jest/transform": "^29.5.0",
  4503. "@types/babel__core": "^7.1.14",
  4504. "babel-plugin-istanbul": "^6.1.1",
  4505. "babel-preset-jest": "^29.5.0",
  4506. "chalk": "^4.0.0",
  4507. "graceful-fs": "^4.2.9",
  4508. "slash": "^3.0.0"
  4509. },
  4510. "engines": {
  4511. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  4512. },
  4513. "peerDependencies": {
  4514. "@babel/core": "^7.8.0"
  4515. }
  4516. },
  4517. "node_modules/babel-plugin-istanbul": {
  4518. "version": "6.1.1",
  4519. "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz",
  4520. "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==",
  4521. "dev": true,
  4522. "dependencies": {
  4523. "@babel/helper-plugin-utils": "^7.0.0",
  4524. "@istanbuljs/load-nyc-config": "^1.0.0",
  4525. "@istanbuljs/schema": "^0.1.2",
  4526. "istanbul-lib-instrument": "^5.0.4",
  4527. "test-exclude": "^6.0.0"
  4528. },
  4529. "engines": {
  4530. "node": ">=8"
  4531. }
  4532. },
  4533. "node_modules/babel-plugin-jest-hoist": {
  4534. "version": "29.5.0",
  4535. "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.5.0.tgz",
  4536. "integrity": "sha512-zSuuuAlTMT4mzLj2nPnUm6fsE6270vdOfnpbJ+RmruU75UhLFvL0N2NgI7xpeS7NaB6hGqmd5pVpGTDYvi4Q3w==",
  4537. "dev": true,
  4538. "dependencies": {
  4539. "@babel/template": "^7.3.3",
  4540. "@babel/types": "^7.3.3",
  4541. "@types/babel__core": "^7.1.14",
  4542. "@types/babel__traverse": "^7.0.6"
  4543. },
  4544. "engines": {
  4545. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  4546. }
  4547. },
  4548. "node_modules/babel-plugin-polyfill-corejs2": {
  4549. "version": "0.4.3",
  4550. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.3.tgz",
  4551. "integrity": "sha512-bM3gHc337Dta490gg+/AseNB9L4YLHxq1nGKZZSHbhXv4aTYU2MD2cjza1Ru4S6975YLTaL1K8uJf6ukJhhmtw==",
  4552. "dependencies": {
  4553. "@babel/compat-data": "^7.17.7",
  4554. "@babel/helper-define-polyfill-provider": "^0.4.0",
  4555. "semver": "^6.1.1"
  4556. },
  4557. "peerDependencies": {
  4558. "@babel/core": "^7.0.0-0"
  4559. }
  4560. },
  4561. "node_modules/babel-plugin-polyfill-corejs3": {
  4562. "version": "0.8.1",
  4563. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.1.tgz",
  4564. "integrity": "sha512-ikFrZITKg1xH6pLND8zT14UPgjKHiGLqex7rGEZCH2EvhsneJaJPemmpQaIZV5AL03II+lXylw3UmddDK8RU5Q==",
  4565. "dependencies": {
  4566. "@babel/helper-define-polyfill-provider": "^0.4.0",
  4567. "core-js-compat": "^3.30.1"
  4568. },
  4569. "peerDependencies": {
  4570. "@babel/core": "^7.0.0-0"
  4571. }
  4572. },
  4573. "node_modules/babel-plugin-polyfill-regenerator": {
  4574. "version": "0.5.0",
  4575. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.0.tgz",
  4576. "integrity": "sha512-hDJtKjMLVa7Z+LwnTCxoDLQj6wdc+B8dun7ayF2fYieI6OzfuvcLMB32ihJZ4UhCBwNYGl5bg/x/P9cMdnkc2g==",
  4577. "dependencies": {
  4578. "@babel/helper-define-polyfill-provider": "^0.4.0"
  4579. },
  4580. "peerDependencies": {
  4581. "@babel/core": "^7.0.0-0"
  4582. }
  4583. },
  4584. "node_modules/babel-plugin-syntax-trailing-function-commas": {
  4585. "version": "7.0.0-beta.0",
  4586. "resolved": "https://registry.npmjs.org/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-7.0.0-beta.0.tgz",
  4587. "integrity": "sha512-Xj9XuRuz3nTSbaTXWv3itLOcxyF4oPD8douBBmj7U9BBC6nEBYfyOJYQMf/8PJAFotC62UY5dFfIGEPr7WswzQ=="
  4588. },
  4589. "node_modules/babel-plugin-transform-flow-enums": {
  4590. "version": "0.0.2",
  4591. "resolved": "https://registry.npmjs.org/babel-plugin-transform-flow-enums/-/babel-plugin-transform-flow-enums-0.0.2.tgz",
  4592. "integrity": "sha512-g4aaCrDDOsWjbm0PUUeVnkcVd6AKJsVc/MbnPhEotEpkeJQP6b8nzewohQi7+QS8UyPehOhGWn0nOwjvWpmMvQ==",
  4593. "dependencies": {
  4594. "@babel/plugin-syntax-flow": "^7.12.1"
  4595. }
  4596. },
  4597. "node_modules/babel-preset-current-node-syntax": {
  4598. "version": "1.0.1",
  4599. "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz",
  4600. "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==",
  4601. "dev": true,
  4602. "dependencies": {
  4603. "@babel/plugin-syntax-async-generators": "^7.8.4",
  4604. "@babel/plugin-syntax-bigint": "^7.8.3",
  4605. "@babel/plugin-syntax-class-properties": "^7.8.3",
  4606. "@babel/plugin-syntax-import-meta": "^7.8.3",
  4607. "@babel/plugin-syntax-json-strings": "^7.8.3",
  4608. "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3",
  4609. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
  4610. "@babel/plugin-syntax-numeric-separator": "^7.8.3",
  4611. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  4612. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
  4613. "@babel/plugin-syntax-optional-chaining": "^7.8.3",
  4614. "@babel/plugin-syntax-top-level-await": "^7.8.3"
  4615. },
  4616. "peerDependencies": {
  4617. "@babel/core": "^7.0.0"
  4618. }
  4619. },
  4620. "node_modules/babel-preset-fbjs": {
  4621. "version": "3.4.0",
  4622. "resolved": "https://registry.npmjs.org/babel-preset-fbjs/-/babel-preset-fbjs-3.4.0.tgz",
  4623. "integrity": "sha512-9ywCsCvo1ojrw0b+XYk7aFvTH6D9064t0RIL1rtMf3nsa02Xw41MS7sZw216Im35xj/UY0PDBQsa1brUDDF1Ow==",
  4624. "dependencies": {
  4625. "@babel/plugin-proposal-class-properties": "^7.0.0",
  4626. "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
  4627. "@babel/plugin-syntax-class-properties": "^7.0.0",
  4628. "@babel/plugin-syntax-flow": "^7.0.0",
  4629. "@babel/plugin-syntax-jsx": "^7.0.0",
  4630. "@babel/plugin-syntax-object-rest-spread": "^7.0.0",
  4631. "@babel/plugin-transform-arrow-functions": "^7.0.0",
  4632. "@babel/plugin-transform-block-scoped-functions": "^7.0.0",
  4633. "@babel/plugin-transform-block-scoping": "^7.0.0",
  4634. "@babel/plugin-transform-classes": "^7.0.0",
  4635. "@babel/plugin-transform-computed-properties": "^7.0.0",
  4636. "@babel/plugin-transform-destructuring": "^7.0.0",
  4637. "@babel/plugin-transform-flow-strip-types": "^7.0.0",
  4638. "@babel/plugin-transform-for-of": "^7.0.0",
  4639. "@babel/plugin-transform-function-name": "^7.0.0",
  4640. "@babel/plugin-transform-literals": "^7.0.0",
  4641. "@babel/plugin-transform-member-expression-literals": "^7.0.0",
  4642. "@babel/plugin-transform-modules-commonjs": "^7.0.0",
  4643. "@babel/plugin-transform-object-super": "^7.0.0",
  4644. "@babel/plugin-transform-parameters": "^7.0.0",
  4645. "@babel/plugin-transform-property-literals": "^7.0.0",
  4646. "@babel/plugin-transform-react-display-name": "^7.0.0",
  4647. "@babel/plugin-transform-react-jsx": "^7.0.0",
  4648. "@babel/plugin-transform-shorthand-properties": "^7.0.0",
  4649. "@babel/plugin-transform-spread": "^7.0.0",
  4650. "@babel/plugin-transform-template-literals": "^7.0.0",
  4651. "babel-plugin-syntax-trailing-function-commas": "^7.0.0-beta.0"
  4652. },
  4653. "peerDependencies": {
  4654. "@babel/core": "^7.0.0"
  4655. }
  4656. },
  4657. "node_modules/babel-preset-jest": {
  4658. "version": "29.5.0",
  4659. "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.5.0.tgz",
  4660. "integrity": "sha512-JOMloxOqdiBSxMAzjRaH023/vvcaSaec49zvg+2LmNsktC7ei39LTJGw02J+9uUtTZUq6xbLyJ4dxe9sSmIuAg==",
  4661. "dev": true,
  4662. "dependencies": {
  4663. "babel-plugin-jest-hoist": "^29.5.0",
  4664. "babel-preset-current-node-syntax": "^1.0.0"
  4665. },
  4666. "engines": {
  4667. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  4668. },
  4669. "peerDependencies": {
  4670. "@babel/core": "^7.0.0"
  4671. }
  4672. },
  4673. "node_modules/balanced-match": {
  4674. "version": "1.0.2",
  4675. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  4676. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
  4677. },
  4678. "node_modules/base64-js": {
  4679. "version": "1.5.1",
  4680. "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
  4681. "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
  4682. "funding": [
  4683. {
  4684. "type": "github",
  4685. "url": "https://github.com/sponsors/feross"
  4686. },
  4687. {
  4688. "type": "patreon",
  4689. "url": "https://www.patreon.com/feross"
  4690. },
  4691. {
  4692. "type": "consulting",
  4693. "url": "https://feross.org/support"
  4694. }
  4695. ]
  4696. },
  4697. "node_modules/bl": {
  4698. "version": "4.1.0",
  4699. "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
  4700. "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
  4701. "dependencies": {
  4702. "buffer": "^5.5.0",
  4703. "inherits": "^2.0.4",
  4704. "readable-stream": "^3.4.0"
  4705. }
  4706. },
  4707. "node_modules/brace-expansion": {
  4708. "version": "1.1.11",
  4709. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  4710. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  4711. "dependencies": {
  4712. "balanced-match": "^1.0.0",
  4713. "concat-map": "0.0.1"
  4714. }
  4715. },
  4716. "node_modules/braces": {
  4717. "version": "3.0.2",
  4718. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
  4719. "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
  4720. "dependencies": {
  4721. "fill-range": "^7.0.1"
  4722. },
  4723. "engines": {
  4724. "node": ">=8"
  4725. }
  4726. },
  4727. "node_modules/browserslist": {
  4728. "version": "4.21.9",
  4729. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.9.tgz",
  4730. "integrity": "sha512-M0MFoZzbUrRU4KNfCrDLnvyE7gub+peetoTid3TBIqtunaDJyXlwhakT+/VkvSXcfIzFfK/nkCs4nmyTmxdNSg==",
  4731. "funding": [
  4732. {
  4733. "type": "opencollective",
  4734. "url": "https://opencollective.com/browserslist"
  4735. },
  4736. {
  4737. "type": "tidelift",
  4738. "url": "https://tidelift.com/funding/github/npm/browserslist"
  4739. },
  4740. {
  4741. "type": "github",
  4742. "url": "https://github.com/sponsors/ai"
  4743. }
  4744. ],
  4745. "dependencies": {
  4746. "caniuse-lite": "^1.0.30001503",
  4747. "electron-to-chromium": "^1.4.431",
  4748. "node-releases": "^2.0.12",
  4749. "update-browserslist-db": "^1.0.11"
  4750. },
  4751. "bin": {
  4752. "browserslist": "cli.js"
  4753. },
  4754. "engines": {
  4755. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  4756. }
  4757. },
  4758. "node_modules/bser": {
  4759. "version": "2.1.1",
  4760. "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz",
  4761. "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==",
  4762. "dependencies": {
  4763. "node-int64": "^0.4.0"
  4764. }
  4765. },
  4766. "node_modules/buffer": {
  4767. "version": "5.7.1",
  4768. "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
  4769. "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
  4770. "funding": [
  4771. {
  4772. "type": "github",
  4773. "url": "https://github.com/sponsors/feross"
  4774. },
  4775. {
  4776. "type": "patreon",
  4777. "url": "https://www.patreon.com/feross"
  4778. },
  4779. {
  4780. "type": "consulting",
  4781. "url": "https://feross.org/support"
  4782. }
  4783. ],
  4784. "dependencies": {
  4785. "base64-js": "^1.3.1",
  4786. "ieee754": "^1.1.13"
  4787. }
  4788. },
  4789. "node_modules/buffer-from": {
  4790. "version": "1.1.2",
  4791. "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
  4792. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
  4793. },
  4794. "node_modules/bytes": {
  4795. "version": "3.0.0",
  4796. "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
  4797. "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==",
  4798. "engines": {
  4799. "node": ">= 0.8"
  4800. }
  4801. },
  4802. "node_modules/call-bind": {
  4803. "version": "1.0.2",
  4804. "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
  4805. "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
  4806. "dev": true,
  4807. "dependencies": {
  4808. "function-bind": "^1.1.1",
  4809. "get-intrinsic": "^1.0.2"
  4810. },
  4811. "funding": {
  4812. "url": "https://github.com/sponsors/ljharb"
  4813. }
  4814. },
  4815. "node_modules/caller-callsite": {
  4816. "version": "2.0.0",
  4817. "resolved": "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz",
  4818. "integrity": "sha512-JuG3qI4QOftFsZyOn1qq87fq5grLIyk1JYd5lJmdA+fG7aQ9pA/i3JIJGcO3q0MrRcHlOt1U+ZeHW8Dq9axALQ==",
  4819. "dependencies": {
  4820. "callsites": "^2.0.0"
  4821. },
  4822. "engines": {
  4823. "node": ">=4"
  4824. }
  4825. },
  4826. "node_modules/caller-path": {
  4827. "version": "2.0.0",
  4828. "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz",
  4829. "integrity": "sha512-MCL3sf6nCSXOwCTzvPKhN18TU7AHTvdtam8DAogxcrJ8Rjfbbg7Lgng64H9Iy+vUV6VGFClN/TyxBkAebLRR4A==",
  4830. "dependencies": {
  4831. "caller-callsite": "^2.0.0"
  4832. },
  4833. "engines": {
  4834. "node": ">=4"
  4835. }
  4836. },
  4837. "node_modules/callsites": {
  4838. "version": "2.0.0",
  4839. "resolved": "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz",
  4840. "integrity": "sha512-ksWePWBloaWPxJYQ8TL0JHvtci6G5QTKwQ95RcWAa/lzoAKuAOflGdAK92hpHXjkwb8zLxoLNUoNYZgVsaJzvQ==",
  4841. "engines": {
  4842. "node": ">=4"
  4843. }
  4844. },
  4845. "node_modules/camelcase": {
  4846. "version": "5.3.1",
  4847. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
  4848. "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
  4849. "engines": {
  4850. "node": ">=6"
  4851. }
  4852. },
  4853. "node_modules/caniuse-lite": {
  4854. "version": "1.0.30001511",
  4855. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001511.tgz",
  4856. "integrity": "sha512-NaWPJawcoedlghN4P7bDNeADD7K+rZaY6V8ZcME7PkEZo/nfOg+lnrUgRWiKbNxcQ4/toFKSxnS4WdbyPZnKkw==",
  4857. "funding": [
  4858. {
  4859. "type": "opencollective",
  4860. "url": "https://opencollective.com/browserslist"
  4861. },
  4862. {
  4863. "type": "tidelift",
  4864. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  4865. },
  4866. {
  4867. "type": "github",
  4868. "url": "https://github.com/sponsors/ai"
  4869. }
  4870. ]
  4871. },
  4872. "node_modules/chalk": {
  4873. "version": "4.1.2",
  4874. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  4875. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  4876. "dependencies": {
  4877. "ansi-styles": "^4.1.0",
  4878. "supports-color": "^7.1.0"
  4879. },
  4880. "engines": {
  4881. "node": ">=10"
  4882. },
  4883. "funding": {
  4884. "url": "https://github.com/chalk/chalk?sponsor=1"
  4885. }
  4886. },
  4887. "node_modules/char-regex": {
  4888. "version": "1.0.2",
  4889. "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
  4890. "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
  4891. "dev": true,
  4892. "engines": {
  4893. "node": ">=10"
  4894. }
  4895. },
  4896. "node_modules/ci-info": {
  4897. "version": "2.0.0",
  4898. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz",
  4899. "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ=="
  4900. },
  4901. "node_modules/cjs-module-lexer": {
  4902. "version": "1.2.3",
  4903. "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.3.tgz",
  4904. "integrity": "sha512-0TNiGstbQmCFwt4akjjBg5pLRTSyj/PkWQ1ZoO2zntmg9yLqSRxwEa4iCfQLGjqhiqBfOJa7W/E8wfGrTDmlZQ==",
  4905. "dev": true
  4906. },
  4907. "node_modules/cli-cursor": {
  4908. "version": "3.1.0",
  4909. "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz",
  4910. "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==",
  4911. "dependencies": {
  4912. "restore-cursor": "^3.1.0"
  4913. },
  4914. "engines": {
  4915. "node": ">=8"
  4916. }
  4917. },
  4918. "node_modules/cli-spinners": {
  4919. "version": "2.9.0",
  4920. "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.0.tgz",
  4921. "integrity": "sha512-4/aL9X3Wh0yiMQlE+eeRhWP6vclO3QRtw1JHKIT0FFUs5FjpFmESqtMvYZ0+lbzBw900b95mS0hohy+qn2VK/g==",
  4922. "engines": {
  4923. "node": ">=6"
  4924. },
  4925. "funding": {
  4926. "url": "https://github.com/sponsors/sindresorhus"
  4927. }
  4928. },
  4929. "node_modules/cliui": {
  4930. "version": "6.0.0",
  4931. "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
  4932. "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==",
  4933. "dependencies": {
  4934. "string-width": "^4.2.0",
  4935. "strip-ansi": "^6.0.0",
  4936. "wrap-ansi": "^6.2.0"
  4937. }
  4938. },
  4939. "node_modules/clone": {
  4940. "version": "1.0.4",
  4941. "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
  4942. "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==",
  4943. "engines": {
  4944. "node": ">=0.8"
  4945. }
  4946. },
  4947. "node_modules/clone-deep": {
  4948. "version": "4.0.1",
  4949. "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz",
  4950. "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==",
  4951. "dependencies": {
  4952. "is-plain-object": "^2.0.4",
  4953. "kind-of": "^6.0.2",
  4954. "shallow-clone": "^3.0.0"
  4955. },
  4956. "engines": {
  4957. "node": ">=6"
  4958. }
  4959. },
  4960. "node_modules/co": {
  4961. "version": "4.6.0",
  4962. "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
  4963. "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==",
  4964. "dev": true,
  4965. "engines": {
  4966. "iojs": ">= 1.0.0",
  4967. "node": ">= 0.12.0"
  4968. }
  4969. },
  4970. "node_modules/collect-v8-coverage": {
  4971. "version": "1.0.1",
  4972. "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz",
  4973. "integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==",
  4974. "dev": true
  4975. },
  4976. "node_modules/color": {
  4977. "version": "4.2.3",
  4978. "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
  4979. "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
  4980. "dependencies": {
  4981. "color-convert": "^2.0.1",
  4982. "color-string": "^1.9.0"
  4983. },
  4984. "engines": {
  4985. "node": ">=12.5.0"
  4986. }
  4987. },
  4988. "node_modules/color-convert": {
  4989. "version": "2.0.1",
  4990. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  4991. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  4992. "dependencies": {
  4993. "color-name": "~1.1.4"
  4994. },
  4995. "engines": {
  4996. "node": ">=7.0.0"
  4997. }
  4998. },
  4999. "node_modules/color-name": {
  5000. "version": "1.1.4",
  5001. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  5002. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  5003. },
  5004. "node_modules/color-string": {
  5005. "version": "1.9.1",
  5006. "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz",
  5007. "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
  5008. "dependencies": {
  5009. "color-name": "^1.0.0",
  5010. "simple-swizzle": "^0.2.2"
  5011. }
  5012. },
  5013. "node_modules/colorette": {
  5014. "version": "1.4.0",
  5015. "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.4.0.tgz",
  5016. "integrity": "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g=="
  5017. },
  5018. "node_modules/command-exists": {
  5019. "version": "1.2.9",
  5020. "resolved": "https://registry.npmjs.org/command-exists/-/command-exists-1.2.9.tgz",
  5021. "integrity": "sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w=="
  5022. },
  5023. "node_modules/commander": {
  5024. "version": "9.5.0",
  5025. "resolved": "https://registry.npmjs.org/commander/-/commander-9.5.0.tgz",
  5026. "integrity": "sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==",
  5027. "engines": {
  5028. "node": "^12.20.0 || >=14"
  5029. }
  5030. },
  5031. "node_modules/commondir": {
  5032. "version": "1.0.1",
  5033. "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
  5034. "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg=="
  5035. },
  5036. "node_modules/compressible": {
  5037. "version": "2.0.18",
  5038. "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
  5039. "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
  5040. "dependencies": {
  5041. "mime-db": ">= 1.43.0 < 2"
  5042. },
  5043. "engines": {
  5044. "node": ">= 0.6"
  5045. }
  5046. },
  5047. "node_modules/compression": {
  5048. "version": "1.7.4",
  5049. "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz",
  5050. "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==",
  5051. "dependencies": {
  5052. "accepts": "~1.3.5",
  5053. "bytes": "3.0.0",
  5054. "compressible": "~2.0.16",
  5055. "debug": "2.6.9",
  5056. "on-headers": "~1.0.2",
  5057. "safe-buffer": "5.1.2",
  5058. "vary": "~1.1.2"
  5059. },
  5060. "engines": {
  5061. "node": ">= 0.8.0"
  5062. }
  5063. },
  5064. "node_modules/compression/node_modules/safe-buffer": {
  5065. "version": "5.1.2",
  5066. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
  5067. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
  5068. },
  5069. "node_modules/concat-map": {
  5070. "version": "0.0.1",
  5071. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  5072. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
  5073. },
  5074. "node_modules/connect": {
  5075. "version": "3.7.0",
  5076. "resolved": "https://registry.npmjs.org/connect/-/connect-3.7.0.tgz",
  5077. "integrity": "sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==",
  5078. "dependencies": {
  5079. "debug": "2.6.9",
  5080. "finalhandler": "1.1.2",
  5081. "parseurl": "~1.3.3",
  5082. "utils-merge": "1.0.1"
  5083. },
  5084. "engines": {
  5085. "node": ">= 0.10.0"
  5086. }
  5087. },
  5088. "node_modules/convert-source-map": {
  5089. "version": "1.9.0",
  5090. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
  5091. "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A=="
  5092. },
  5093. "node_modules/core-js-compat": {
  5094. "version": "3.31.0",
  5095. "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.31.0.tgz",
  5096. "integrity": "sha512-hM7YCu1cU6Opx7MXNu0NuumM0ezNeAeRKadixyiQELWY3vT3De9S4J5ZBMraWV2vZnrE1Cirl0GtFtDtMUXzPw==",
  5097. "dependencies": {
  5098. "browserslist": "^4.21.5"
  5099. },
  5100. "funding": {
  5101. "type": "opencollective",
  5102. "url": "https://opencollective.com/core-js"
  5103. }
  5104. },
  5105. "node_modules/core-util-is": {
  5106. "version": "1.0.3",
  5107. "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
  5108. "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
  5109. },
  5110. "node_modules/cosmiconfig": {
  5111. "version": "5.2.1",
  5112. "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz",
  5113. "integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==",
  5114. "dependencies": {
  5115. "import-fresh": "^2.0.0",
  5116. "is-directory": "^0.3.1",
  5117. "js-yaml": "^3.13.1",
  5118. "parse-json": "^4.0.0"
  5119. },
  5120. "engines": {
  5121. "node": ">=4"
  5122. }
  5123. },
  5124. "node_modules/cross-spawn": {
  5125. "version": "7.0.3",
  5126. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
  5127. "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
  5128. "dependencies": {
  5129. "path-key": "^3.1.0",
  5130. "shebang-command": "^2.0.0",
  5131. "which": "^2.0.1"
  5132. },
  5133. "engines": {
  5134. "node": ">= 8"
  5135. }
  5136. },
  5137. "node_modules/csstype": {
  5138. "version": "3.1.2",
  5139. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz",
  5140. "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==",
  5141. "devOptional": true
  5142. },
  5143. "node_modules/dayjs": {
  5144. "version": "1.11.9",
  5145. "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.9.tgz",
  5146. "integrity": "sha512-QvzAURSbQ0pKdIye2txOzNaHmxtUBXerpY0FJsFXUMKbIZeFm5ht1LS/jFsrncjnmtv8HsG0W2g6c0zUjZWmpA=="
  5147. },
  5148. "node_modules/debug": {
  5149. "version": "2.6.9",
  5150. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  5151. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  5152. "dependencies": {
  5153. "ms": "2.0.0"
  5154. }
  5155. },
  5156. "node_modules/debug/node_modules/ms": {
  5157. "version": "2.0.0",
  5158. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  5159. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  5160. },
  5161. "node_modules/decamelize": {
  5162. "version": "1.2.0",
  5163. "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
  5164. "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==",
  5165. "engines": {
  5166. "node": ">=0.10.0"
  5167. }
  5168. },
  5169. "node_modules/decode-uri-component": {
  5170. "version": "0.2.2",
  5171. "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz",
  5172. "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==",
  5173. "engines": {
  5174. "node": ">=0.10"
  5175. }
  5176. },
  5177. "node_modules/dedent": {
  5178. "version": "0.7.0",
  5179. "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz",
  5180. "integrity": "sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==",
  5181. "dev": true
  5182. },
  5183. "node_modules/deep-is": {
  5184. "version": "0.1.4",
  5185. "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
  5186. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  5187. "dev": true
  5188. },
  5189. "node_modules/deepmerge": {
  5190. "version": "4.3.1",
  5191. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
  5192. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  5193. "engines": {
  5194. "node": ">=0.10.0"
  5195. }
  5196. },
  5197. "node_modules/defaults": {
  5198. "version": "1.0.4",
  5199. "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz",
  5200. "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==",
  5201. "dependencies": {
  5202. "clone": "^1.0.2"
  5203. },
  5204. "funding": {
  5205. "url": "https://github.com/sponsors/sindresorhus"
  5206. }
  5207. },
  5208. "node_modules/define-properties": {
  5209. "version": "1.2.0",
  5210. "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz",
  5211. "integrity": "sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==",
  5212. "dev": true,
  5213. "dependencies": {
  5214. "has-property-descriptors": "^1.0.0",
  5215. "object-keys": "^1.1.1"
  5216. },
  5217. "engines": {
  5218. "node": ">= 0.4"
  5219. },
  5220. "funding": {
  5221. "url": "https://github.com/sponsors/ljharb"
  5222. }
  5223. },
  5224. "node_modules/denodeify": {
  5225. "version": "1.2.1",
  5226. "resolved": "https://registry.npmjs.org/denodeify/-/denodeify-1.2.1.tgz",
  5227. "integrity": "sha512-KNTihKNmQENUZeKu5fzfpzRqR5S2VMp4gl9RFHiWzj9DfvYQPMJ6XHKNaQxaGCXwPk6y9yme3aUoaiAe+KX+vg=="
  5228. },
  5229. "node_modules/depd": {
  5230. "version": "2.0.0",
  5231. "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
  5232. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  5233. "engines": {
  5234. "node": ">= 0.8"
  5235. }
  5236. },
  5237. "node_modules/deprecated-react-native-prop-types": {
  5238. "version": "4.1.0",
  5239. "resolved": "https://registry.npmjs.org/deprecated-react-native-prop-types/-/deprecated-react-native-prop-types-4.1.0.tgz",
  5240. "integrity": "sha512-WfepZHmRbbdTvhcolb8aOKEvQdcmTMn5tKLbqbXmkBvjFjRVWAYqsXk/DBsV8TZxws8SdGHLuHaJrHSQUPRdfw==",
  5241. "dependencies": {
  5242. "@react-native/normalize-colors": "*",
  5243. "invariant": "*",
  5244. "prop-types": "*"
  5245. }
  5246. },
  5247. "node_modules/destroy": {
  5248. "version": "1.2.0",
  5249. "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
  5250. "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
  5251. "engines": {
  5252. "node": ">= 0.8",
  5253. "npm": "1.2.8000 || >= 1.4.16"
  5254. }
  5255. },
  5256. "node_modules/detect-newline": {
  5257. "version": "3.1.0",
  5258. "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
  5259. "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==",
  5260. "dev": true,
  5261. "engines": {
  5262. "node": ">=8"
  5263. }
  5264. },
  5265. "node_modules/diff-sequences": {
  5266. "version": "29.4.3",
  5267. "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.4.3.tgz",
  5268. "integrity": "sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA==",
  5269. "dev": true,
  5270. "engines": {
  5271. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  5272. }
  5273. },
  5274. "node_modules/dir-glob": {
  5275. "version": "3.0.1",
  5276. "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
  5277. "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
  5278. "dev": true,
  5279. "dependencies": {
  5280. "path-type": "^4.0.0"
  5281. },
  5282. "engines": {
  5283. "node": ">=8"
  5284. }
  5285. },
  5286. "node_modules/doctrine": {
  5287. "version": "2.1.0",
  5288. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  5289. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  5290. "dev": true,
  5291. "dependencies": {
  5292. "esutils": "^2.0.2"
  5293. },
  5294. "engines": {
  5295. "node": ">=0.10.0"
  5296. }
  5297. },
  5298. "node_modules/ee-first": {
  5299. "version": "1.1.1",
  5300. "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
  5301. "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow=="
  5302. },
  5303. "node_modules/electron-to-chromium": {
  5304. "version": "1.4.447",
  5305. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.447.tgz",
  5306. "integrity": "sha512-sxX0LXh+uL41hSJsujAN86PjhrV/6c79XmpY0TvjZStV6VxIgarf8SRkUoUTuYmFcZQTemsoqo8qXOGw5npWfw=="
  5307. },
  5308. "node_modules/emittery": {
  5309. "version": "0.13.1",
  5310. "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.13.1.tgz",
  5311. "integrity": "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==",
  5312. "dev": true,
  5313. "engines": {
  5314. "node": ">=12"
  5315. },
  5316. "funding": {
  5317. "url": "https://github.com/sindresorhus/emittery?sponsor=1"
  5318. }
  5319. },
  5320. "node_modules/emoji-regex": {
  5321. "version": "8.0.0",
  5322. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  5323. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
  5324. },
  5325. "node_modules/encodeurl": {
  5326. "version": "1.0.2",
  5327. "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
  5328. "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
  5329. "engines": {
  5330. "node": ">= 0.8"
  5331. }
  5332. },
  5333. "node_modules/envinfo": {
  5334. "version": "7.10.0",
  5335. "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.10.0.tgz",
  5336. "integrity": "sha512-ZtUjZO6l5mwTHvc1L9+1q5p/R3wTopcfqMW8r5t8SJSKqeVI/LtajORwRFEKpEFuekjD0VBjwu1HMxL4UalIRw==",
  5337. "bin": {
  5338. "envinfo": "dist/cli.js"
  5339. },
  5340. "engines": {
  5341. "node": ">=4"
  5342. }
  5343. },
  5344. "node_modules/error-ex": {
  5345. "version": "1.3.2",
  5346. "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
  5347. "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
  5348. "dependencies": {
  5349. "is-arrayish": "^0.2.1"
  5350. }
  5351. },
  5352. "node_modules/error-ex/node_modules/is-arrayish": {
  5353. "version": "0.2.1",
  5354. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
  5355. "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg=="
  5356. },
  5357. "node_modules/error-stack-parser": {
  5358. "version": "2.1.4",
  5359. "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz",
  5360. "integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==",
  5361. "dependencies": {
  5362. "stackframe": "^1.3.4"
  5363. }
  5364. },
  5365. "node_modules/errorhandler": {
  5366. "version": "1.5.1",
  5367. "resolved": "https://registry.npmjs.org/errorhandler/-/errorhandler-1.5.1.tgz",
  5368. "integrity": "sha512-rcOwbfvP1WTViVoUjcfZicVzjhjTuhSMntHh6mW3IrEiyE6mJyXvsToJUJGlGlw/2xU9P5whlWNGlIDVeCiT4A==",
  5369. "dependencies": {
  5370. "accepts": "~1.3.7",
  5371. "escape-html": "~1.0.3"
  5372. },
  5373. "engines": {
  5374. "node": ">= 0.8"
  5375. }
  5376. },
  5377. "node_modules/es-abstract": {
  5378. "version": "1.21.2",
  5379. "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.21.2.tgz",
  5380. "integrity": "sha512-y/B5POM2iBnIxCiernH1G7rC9qQoM77lLIMQLuob0zhp8C56Po81+2Nj0WFKnd0pNReDTnkYryc+zhOzpEIROg==",
  5381. "dev": true,
  5382. "dependencies": {
  5383. "array-buffer-byte-length": "^1.0.0",
  5384. "available-typed-arrays": "^1.0.5",
  5385. "call-bind": "^1.0.2",
  5386. "es-set-tostringtag": "^2.0.1",
  5387. "es-to-primitive": "^1.2.1",
  5388. "function.prototype.name": "^1.1.5",
  5389. "get-intrinsic": "^1.2.0",
  5390. "get-symbol-description": "^1.0.0",
  5391. "globalthis": "^1.0.3",
  5392. "gopd": "^1.0.1",
  5393. "has": "^1.0.3",
  5394. "has-property-descriptors": "^1.0.0",
  5395. "has-proto": "^1.0.1",
  5396. "has-symbols": "^1.0.3",
  5397. "internal-slot": "^1.0.5",
  5398. "is-array-buffer": "^3.0.2",
  5399. "is-callable": "^1.2.7",
  5400. "is-negative-zero": "^2.0.2",
  5401. "is-regex": "^1.1.4",
  5402. "is-shared-array-buffer": "^1.0.2",
  5403. "is-string": "^1.0.7",
  5404. "is-typed-array": "^1.1.10",
  5405. "is-weakref": "^1.0.2",
  5406. "object-inspect": "^1.12.3",
  5407. "object-keys": "^1.1.1",
  5408. "object.assign": "^4.1.4",
  5409. "regexp.prototype.flags": "^1.4.3",
  5410. "safe-regex-test": "^1.0.0",
  5411. "string.prototype.trim": "^1.2.7",
  5412. "string.prototype.trimend": "^1.0.6",
  5413. "string.prototype.trimstart": "^1.0.6",
  5414. "typed-array-length": "^1.0.4",
  5415. "unbox-primitive": "^1.0.2",
  5416. "which-typed-array": "^1.1.9"
  5417. },
  5418. "engines": {
  5419. "node": ">= 0.4"
  5420. },
  5421. "funding": {
  5422. "url": "https://github.com/sponsors/ljharb"
  5423. }
  5424. },
  5425. "node_modules/es-set-tostringtag": {
  5426. "version": "2.0.1",
  5427. "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz",
  5428. "integrity": "sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==",
  5429. "dev": true,
  5430. "dependencies": {
  5431. "get-intrinsic": "^1.1.3",
  5432. "has": "^1.0.3",
  5433. "has-tostringtag": "^1.0.0"
  5434. },
  5435. "engines": {
  5436. "node": ">= 0.4"
  5437. }
  5438. },
  5439. "node_modules/es-shim-unscopables": {
  5440. "version": "1.0.0",
  5441. "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz",
  5442. "integrity": "sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==",
  5443. "dev": true,
  5444. "dependencies": {
  5445. "has": "^1.0.3"
  5446. }
  5447. },
  5448. "node_modules/es-to-primitive": {
  5449. "version": "1.2.1",
  5450. "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
  5451. "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
  5452. "dev": true,
  5453. "dependencies": {
  5454. "is-callable": "^1.1.4",
  5455. "is-date-object": "^1.0.1",
  5456. "is-symbol": "^1.0.2"
  5457. },
  5458. "engines": {
  5459. "node": ">= 0.4"
  5460. },
  5461. "funding": {
  5462. "url": "https://github.com/sponsors/ljharb"
  5463. }
  5464. },
  5465. "node_modules/escalade": {
  5466. "version": "3.1.1",
  5467. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
  5468. "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
  5469. "engines": {
  5470. "node": ">=6"
  5471. }
  5472. },
  5473. "node_modules/escape-html": {
  5474. "version": "1.0.3",
  5475. "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
  5476. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow=="
  5477. },
  5478. "node_modules/escape-string-regexp": {
  5479. "version": "4.0.0",
  5480. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  5481. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  5482. "engines": {
  5483. "node": ">=10"
  5484. },
  5485. "funding": {
  5486. "url": "https://github.com/sponsors/sindresorhus"
  5487. }
  5488. },
  5489. "node_modules/eslint": {
  5490. "version": "8.44.0",
  5491. "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.44.0.tgz",
  5492. "integrity": "sha512-0wpHoUbDUHgNCyvFB5aXLiQVfK9B0at6gUvzy83k4kAsQ/u769TQDX6iKC+aO4upIHO9WSaA3QoXYQDHbNwf1A==",
  5493. "dev": true,
  5494. "dependencies": {
  5495. "@eslint-community/eslint-utils": "^4.2.0",
  5496. "@eslint-community/regexpp": "^4.4.0",
  5497. "@eslint/eslintrc": "^2.1.0",
  5498. "@eslint/js": "8.44.0",
  5499. "@humanwhocodes/config-array": "^0.11.10",
  5500. "@humanwhocodes/module-importer": "^1.0.1",
  5501. "@nodelib/fs.walk": "^1.2.8",
  5502. "ajv": "^6.10.0",
  5503. "chalk": "^4.0.0",
  5504. "cross-spawn": "^7.0.2",
  5505. "debug": "^4.3.2",
  5506. "doctrine": "^3.0.0",
  5507. "escape-string-regexp": "^4.0.0",
  5508. "eslint-scope": "^7.2.0",
  5509. "eslint-visitor-keys": "^3.4.1",
  5510. "espree": "^9.6.0",
  5511. "esquery": "^1.4.2",
  5512. "esutils": "^2.0.2",
  5513. "fast-deep-equal": "^3.1.3",
  5514. "file-entry-cache": "^6.0.1",
  5515. "find-up": "^5.0.0",
  5516. "glob-parent": "^6.0.2",
  5517. "globals": "^13.19.0",
  5518. "graphemer": "^1.4.0",
  5519. "ignore": "^5.2.0",
  5520. "import-fresh": "^3.0.0",
  5521. "imurmurhash": "^0.1.4",
  5522. "is-glob": "^4.0.0",
  5523. "is-path-inside": "^3.0.3",
  5524. "js-yaml": "^4.1.0",
  5525. "json-stable-stringify-without-jsonify": "^1.0.1",
  5526. "levn": "^0.4.1",
  5527. "lodash.merge": "^4.6.2",
  5528. "minimatch": "^3.1.2",
  5529. "natural-compare": "^1.4.0",
  5530. "optionator": "^0.9.3",
  5531. "strip-ansi": "^6.0.1",
  5532. "strip-json-comments": "^3.1.0",
  5533. "text-table": "^0.2.0"
  5534. },
  5535. "bin": {
  5536. "eslint": "bin/eslint.js"
  5537. },
  5538. "engines": {
  5539. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5540. },
  5541. "funding": {
  5542. "url": "https://opencollective.com/eslint"
  5543. }
  5544. },
  5545. "node_modules/eslint-config-prettier": {
  5546. "version": "8.8.0",
  5547. "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.8.0.tgz",
  5548. "integrity": "sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==",
  5549. "dev": true,
  5550. "bin": {
  5551. "eslint-config-prettier": "bin/cli.js"
  5552. },
  5553. "peerDependencies": {
  5554. "eslint": ">=7.0.0"
  5555. }
  5556. },
  5557. "node_modules/eslint-plugin-eslint-comments": {
  5558. "version": "3.2.0",
  5559. "resolved": "https://registry.npmjs.org/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-3.2.0.tgz",
  5560. "integrity": "sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==",
  5561. "dev": true,
  5562. "dependencies": {
  5563. "escape-string-regexp": "^1.0.5",
  5564. "ignore": "^5.0.5"
  5565. },
  5566. "engines": {
  5567. "node": ">=6.5.0"
  5568. },
  5569. "funding": {
  5570. "url": "https://github.com/sponsors/mysticatea"
  5571. },
  5572. "peerDependencies": {
  5573. "eslint": ">=4.19.1"
  5574. }
  5575. },
  5576. "node_modules/eslint-plugin-eslint-comments/node_modules/escape-string-regexp": {
  5577. "version": "1.0.5",
  5578. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  5579. "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
  5580. "dev": true,
  5581. "engines": {
  5582. "node": ">=0.8.0"
  5583. }
  5584. },
  5585. "node_modules/eslint-plugin-ft-flow": {
  5586. "version": "2.0.3",
  5587. "resolved": "https://registry.npmjs.org/eslint-plugin-ft-flow/-/eslint-plugin-ft-flow-2.0.3.tgz",
  5588. "integrity": "sha512-Vbsd/b+LYA99jUbsL6viEUWShFaYQt2YQs3QN3f+aeszOhh2sgdcU0mjzDyD4yyBvMc8qy2uwvBBWfMzEX06tg==",
  5589. "dev": true,
  5590. "dependencies": {
  5591. "lodash": "^4.17.21",
  5592. "string-natural-compare": "^3.0.1"
  5593. },
  5594. "engines": {
  5595. "node": ">=12.22.0"
  5596. },
  5597. "peerDependencies": {
  5598. "@babel/eslint-parser": "^7.12.0",
  5599. "eslint": "^8.1.0"
  5600. }
  5601. },
  5602. "node_modules/eslint-plugin-jest": {
  5603. "version": "26.9.0",
  5604. "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-26.9.0.tgz",
  5605. "integrity": "sha512-TWJxWGp1J628gxh2KhaH1H1paEdgE2J61BBF1I59c6xWeL5+D1BzMxGDN/nXAfX+aSkR5u80K+XhskK6Gwq9ng==",
  5606. "dev": true,
  5607. "dependencies": {
  5608. "@typescript-eslint/utils": "^5.10.0"
  5609. },
  5610. "engines": {
  5611. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5612. },
  5613. "peerDependencies": {
  5614. "@typescript-eslint/eslint-plugin": "^5.0.0",
  5615. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  5616. },
  5617. "peerDependenciesMeta": {
  5618. "@typescript-eslint/eslint-plugin": {
  5619. "optional": true
  5620. },
  5621. "jest": {
  5622. "optional": true
  5623. }
  5624. }
  5625. },
  5626. "node_modules/eslint-plugin-prettier": {
  5627. "version": "4.2.1",
  5628. "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz",
  5629. "integrity": "sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==",
  5630. "dev": true,
  5631. "dependencies": {
  5632. "prettier-linter-helpers": "^1.0.0"
  5633. },
  5634. "engines": {
  5635. "node": ">=12.0.0"
  5636. },
  5637. "peerDependencies": {
  5638. "eslint": ">=7.28.0",
  5639. "prettier": ">=2.0.0"
  5640. },
  5641. "peerDependenciesMeta": {
  5642. "eslint-config-prettier": {
  5643. "optional": true
  5644. }
  5645. }
  5646. },
  5647. "node_modules/eslint-plugin-react": {
  5648. "version": "7.32.2",
  5649. "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.32.2.tgz",
  5650. "integrity": "sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==",
  5651. "dev": true,
  5652. "dependencies": {
  5653. "array-includes": "^3.1.6",
  5654. "array.prototype.flatmap": "^1.3.1",
  5655. "array.prototype.tosorted": "^1.1.1",
  5656. "doctrine": "^2.1.0",
  5657. "estraverse": "^5.3.0",
  5658. "jsx-ast-utils": "^2.4.1 || ^3.0.0",
  5659. "minimatch": "^3.1.2",
  5660. "object.entries": "^1.1.6",
  5661. "object.fromentries": "^2.0.6",
  5662. "object.hasown": "^1.1.2",
  5663. "object.values": "^1.1.6",
  5664. "prop-types": "^15.8.1",
  5665. "resolve": "^2.0.0-next.4",
  5666. "semver": "^6.3.0",
  5667. "string.prototype.matchall": "^4.0.8"
  5668. },
  5669. "engines": {
  5670. "node": ">=4"
  5671. },
  5672. "peerDependencies": {
  5673. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
  5674. }
  5675. },
  5676. "node_modules/eslint-plugin-react-hooks": {
  5677. "version": "4.6.0",
  5678. "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz",
  5679. "integrity": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==",
  5680. "dev": true,
  5681. "engines": {
  5682. "node": ">=10"
  5683. },
  5684. "peerDependencies": {
  5685. "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
  5686. }
  5687. },
  5688. "node_modules/eslint-plugin-react-native": {
  5689. "version": "4.0.0",
  5690. "resolved": "https://registry.npmjs.org/eslint-plugin-react-native/-/eslint-plugin-react-native-4.0.0.tgz",
  5691. "integrity": "sha512-kMmdxrSY7A1WgdqaGC+rY/28rh7kBGNBRsk48ovqkQmdg5j4K+DaFmegENDzMrdLkoufKGRNkKX6bgSwQTCAxQ==",
  5692. "dev": true,
  5693. "dependencies": {
  5694. "@babel/traverse": "^7.7.4",
  5695. "eslint-plugin-react-native-globals": "^0.1.1"
  5696. },
  5697. "peerDependencies": {
  5698. "eslint": "^3.17.0 || ^4 || ^5 || ^6 || ^7 || ^8"
  5699. }
  5700. },
  5701. "node_modules/eslint-plugin-react-native-globals": {
  5702. "version": "0.1.2",
  5703. "resolved": "https://registry.npmjs.org/eslint-plugin-react-native-globals/-/eslint-plugin-react-native-globals-0.1.2.tgz",
  5704. "integrity": "sha512-9aEPf1JEpiTjcFAmmyw8eiIXmcNZOqaZyHO77wgm0/dWfT/oxC1SrIq8ET38pMxHYrcB6Uew+TzUVsBeczF88g==",
  5705. "dev": true
  5706. },
  5707. "node_modules/eslint-plugin-react/node_modules/estraverse": {
  5708. "version": "5.3.0",
  5709. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  5710. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  5711. "dev": true,
  5712. "engines": {
  5713. "node": ">=4.0"
  5714. }
  5715. },
  5716. "node_modules/eslint-plugin-react/node_modules/resolve": {
  5717. "version": "2.0.0-next.4",
  5718. "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.4.tgz",
  5719. "integrity": "sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==",
  5720. "dev": true,
  5721. "dependencies": {
  5722. "is-core-module": "^2.9.0",
  5723. "path-parse": "^1.0.7",
  5724. "supports-preserve-symlinks-flag": "^1.0.0"
  5725. },
  5726. "bin": {
  5727. "resolve": "bin/resolve"
  5728. },
  5729. "funding": {
  5730. "url": "https://github.com/sponsors/ljharb"
  5731. }
  5732. },
  5733. "node_modules/eslint-scope": {
  5734. "version": "5.1.1",
  5735. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
  5736. "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
  5737. "dev": true,
  5738. "dependencies": {
  5739. "esrecurse": "^4.3.0",
  5740. "estraverse": "^4.1.1"
  5741. },
  5742. "engines": {
  5743. "node": ">=8.0.0"
  5744. }
  5745. },
  5746. "node_modules/eslint-visitor-keys": {
  5747. "version": "2.1.0",
  5748. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
  5749. "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
  5750. "dev": true,
  5751. "engines": {
  5752. "node": ">=10"
  5753. }
  5754. },
  5755. "node_modules/eslint/node_modules/argparse": {
  5756. "version": "2.0.1",
  5757. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  5758. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  5759. "dev": true
  5760. },
  5761. "node_modules/eslint/node_modules/debug": {
  5762. "version": "4.3.4",
  5763. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
  5764. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  5765. "dev": true,
  5766. "dependencies": {
  5767. "ms": "2.1.2"
  5768. },
  5769. "engines": {
  5770. "node": ">=6.0"
  5771. },
  5772. "peerDependenciesMeta": {
  5773. "supports-color": {
  5774. "optional": true
  5775. }
  5776. }
  5777. },
  5778. "node_modules/eslint/node_modules/doctrine": {
  5779. "version": "3.0.0",
  5780. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
  5781. "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
  5782. "dev": true,
  5783. "dependencies": {
  5784. "esutils": "^2.0.2"
  5785. },
  5786. "engines": {
  5787. "node": ">=6.0.0"
  5788. }
  5789. },
  5790. "node_modules/eslint/node_modules/eslint-scope": {
  5791. "version": "7.2.0",
  5792. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.0.tgz",
  5793. "integrity": "sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==",
  5794. "dev": true,
  5795. "dependencies": {
  5796. "esrecurse": "^4.3.0",
  5797. "estraverse": "^5.2.0"
  5798. },
  5799. "engines": {
  5800. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5801. },
  5802. "funding": {
  5803. "url": "https://opencollective.com/eslint"
  5804. }
  5805. },
  5806. "node_modules/eslint/node_modules/eslint-visitor-keys": {
  5807. "version": "3.4.1",
  5808. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz",
  5809. "integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==",
  5810. "dev": true,
  5811. "engines": {
  5812. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5813. },
  5814. "funding": {
  5815. "url": "https://opencollective.com/eslint"
  5816. }
  5817. },
  5818. "node_modules/eslint/node_modules/estraverse": {
  5819. "version": "5.3.0",
  5820. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  5821. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  5822. "dev": true,
  5823. "engines": {
  5824. "node": ">=4.0"
  5825. }
  5826. },
  5827. "node_modules/eslint/node_modules/find-up": {
  5828. "version": "5.0.0",
  5829. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  5830. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  5831. "dev": true,
  5832. "dependencies": {
  5833. "locate-path": "^6.0.0",
  5834. "path-exists": "^4.0.0"
  5835. },
  5836. "engines": {
  5837. "node": ">=10"
  5838. },
  5839. "funding": {
  5840. "url": "https://github.com/sponsors/sindresorhus"
  5841. }
  5842. },
  5843. "node_modules/eslint/node_modules/glob-parent": {
  5844. "version": "6.0.2",
  5845. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  5846. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  5847. "dev": true,
  5848. "dependencies": {
  5849. "is-glob": "^4.0.3"
  5850. },
  5851. "engines": {
  5852. "node": ">=10.13.0"
  5853. }
  5854. },
  5855. "node_modules/eslint/node_modules/globals": {
  5856. "version": "13.20.0",
  5857. "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz",
  5858. "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==",
  5859. "dev": true,
  5860. "dependencies": {
  5861. "type-fest": "^0.20.2"
  5862. },
  5863. "engines": {
  5864. "node": ">=8"
  5865. },
  5866. "funding": {
  5867. "url": "https://github.com/sponsors/sindresorhus"
  5868. }
  5869. },
  5870. "node_modules/eslint/node_modules/import-fresh": {
  5871. "version": "3.3.0",
  5872. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
  5873. "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
  5874. "dev": true,
  5875. "dependencies": {
  5876. "parent-module": "^1.0.0",
  5877. "resolve-from": "^4.0.0"
  5878. },
  5879. "engines": {
  5880. "node": ">=6"
  5881. },
  5882. "funding": {
  5883. "url": "https://github.com/sponsors/sindresorhus"
  5884. }
  5885. },
  5886. "node_modules/eslint/node_modules/js-yaml": {
  5887. "version": "4.1.0",
  5888. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  5889. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  5890. "dev": true,
  5891. "dependencies": {
  5892. "argparse": "^2.0.1"
  5893. },
  5894. "bin": {
  5895. "js-yaml": "bin/js-yaml.js"
  5896. }
  5897. },
  5898. "node_modules/eslint/node_modules/ms": {
  5899. "version": "2.1.2",
  5900. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  5901. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
  5902. "dev": true
  5903. },
  5904. "node_modules/eslint/node_modules/resolve-from": {
  5905. "version": "4.0.0",
  5906. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  5907. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  5908. "dev": true,
  5909. "engines": {
  5910. "node": ">=4"
  5911. }
  5912. },
  5913. "node_modules/eslint/node_modules/type-fest": {
  5914. "version": "0.20.2",
  5915. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
  5916. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  5917. "dev": true,
  5918. "engines": {
  5919. "node": ">=10"
  5920. },
  5921. "funding": {
  5922. "url": "https://github.com/sponsors/sindresorhus"
  5923. }
  5924. },
  5925. "node_modules/espree": {
  5926. "version": "9.6.0",
  5927. "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.0.tgz",
  5928. "integrity": "sha512-1FH/IiruXZ84tpUlm0aCUEwMl2Ho5ilqVh0VvQXw+byAz/4SAciyHLlfmL5WYqsvD38oymdUwBss0LtK8m4s/A==",
  5929. "dev": true,
  5930. "dependencies": {
  5931. "acorn": "^8.9.0",
  5932. "acorn-jsx": "^5.3.2",
  5933. "eslint-visitor-keys": "^3.4.1"
  5934. },
  5935. "engines": {
  5936. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5937. },
  5938. "funding": {
  5939. "url": "https://opencollective.com/eslint"
  5940. }
  5941. },
  5942. "node_modules/espree/node_modules/eslint-visitor-keys": {
  5943. "version": "3.4.1",
  5944. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz",
  5945. "integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==",
  5946. "dev": true,
  5947. "engines": {
  5948. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5949. },
  5950. "funding": {
  5951. "url": "https://opencollective.com/eslint"
  5952. }
  5953. },
  5954. "node_modules/esprima": {
  5955. "version": "4.0.1",
  5956. "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
  5957. "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
  5958. "bin": {
  5959. "esparse": "bin/esparse.js",
  5960. "esvalidate": "bin/esvalidate.js"
  5961. },
  5962. "engines": {
  5963. "node": ">=4"
  5964. }
  5965. },
  5966. "node_modules/esquery": {
  5967. "version": "1.5.0",
  5968. "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz",
  5969. "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==",
  5970. "dev": true,
  5971. "dependencies": {
  5972. "estraverse": "^5.1.0"
  5973. },
  5974. "engines": {
  5975. "node": ">=0.10"
  5976. }
  5977. },
  5978. "node_modules/esquery/node_modules/estraverse": {
  5979. "version": "5.3.0",
  5980. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  5981. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  5982. "dev": true,
  5983. "engines": {
  5984. "node": ">=4.0"
  5985. }
  5986. },
  5987. "node_modules/esrecurse": {
  5988. "version": "4.3.0",
  5989. "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  5990. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  5991. "dev": true,
  5992. "dependencies": {
  5993. "estraverse": "^5.2.0"
  5994. },
  5995. "engines": {
  5996. "node": ">=4.0"
  5997. }
  5998. },
  5999. "node_modules/esrecurse/node_modules/estraverse": {
  6000. "version": "5.3.0",
  6001. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  6002. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  6003. "dev": true,
  6004. "engines": {
  6005. "node": ">=4.0"
  6006. }
  6007. },
  6008. "node_modules/estraverse": {
  6009. "version": "4.3.0",
  6010. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
  6011. "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
  6012. "dev": true,
  6013. "engines": {
  6014. "node": ">=4.0"
  6015. }
  6016. },
  6017. "node_modules/esutils": {
  6018. "version": "2.0.3",
  6019. "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  6020. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  6021. "engines": {
  6022. "node": ">=0.10.0"
  6023. }
  6024. },
  6025. "node_modules/etag": {
  6026. "version": "1.8.1",
  6027. "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
  6028. "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
  6029. "engines": {
  6030. "node": ">= 0.6"
  6031. }
  6032. },
  6033. "node_modules/event-target-shim": {
  6034. "version": "5.0.1",
  6035. "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
  6036. "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
  6037. "engines": {
  6038. "node": ">=6"
  6039. }
  6040. },
  6041. "node_modules/execa": {
  6042. "version": "5.1.1",
  6043. "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
  6044. "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
  6045. "dependencies": {
  6046. "cross-spawn": "^7.0.3",
  6047. "get-stream": "^6.0.0",
  6048. "human-signals": "^2.1.0",
  6049. "is-stream": "^2.0.0",
  6050. "merge-stream": "^2.0.0",
  6051. "npm-run-path": "^4.0.1",
  6052. "onetime": "^5.1.2",
  6053. "signal-exit": "^3.0.3",
  6054. "strip-final-newline": "^2.0.0"
  6055. },
  6056. "engines": {
  6057. "node": ">=10"
  6058. },
  6059. "funding": {
  6060. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  6061. }
  6062. },
  6063. "node_modules/exit": {
  6064. "version": "0.1.2",
  6065. "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
  6066. "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==",
  6067. "dev": true,
  6068. "engines": {
  6069. "node": ">= 0.8.0"
  6070. }
  6071. },
  6072. "node_modules/expect": {
  6073. "version": "29.5.0",
  6074. "resolved": "https://registry.npmjs.org/expect/-/expect-29.5.0.tgz",
  6075. "integrity": "sha512-yM7xqUrCO2JdpFo4XpM82t+PJBFybdqoQuJLDGeDX2ij8NZzqRHyu3Hp188/JX7SWqud+7t4MUdvcgGBICMHZg==",
  6076. "dev": true,
  6077. "dependencies": {
  6078. "@jest/expect-utils": "^29.5.0",
  6079. "jest-get-type": "^29.4.3",
  6080. "jest-matcher-utils": "^29.5.0",
  6081. "jest-message-util": "^29.5.0",
  6082. "jest-util": "^29.5.0"
  6083. },
  6084. "engines": {
  6085. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  6086. }
  6087. },
  6088. "node_modules/expect/node_modules/ci-info": {
  6089. "version": "3.8.0",
  6090. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  6091. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  6092. "dev": true,
  6093. "funding": [
  6094. {
  6095. "type": "github",
  6096. "url": "https://github.com/sponsors/sibiraj-s"
  6097. }
  6098. ],
  6099. "engines": {
  6100. "node": ">=8"
  6101. }
  6102. },
  6103. "node_modules/expect/node_modules/jest-util": {
  6104. "version": "29.5.0",
  6105. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz",
  6106. "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==",
  6107. "dev": true,
  6108. "dependencies": {
  6109. "@jest/types": "^29.5.0",
  6110. "@types/node": "*",
  6111. "chalk": "^4.0.0",
  6112. "ci-info": "^3.2.0",
  6113. "graceful-fs": "^4.2.9",
  6114. "picomatch": "^2.2.3"
  6115. },
  6116. "engines": {
  6117. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  6118. }
  6119. },
  6120. "node_modules/fast-deep-equal": {
  6121. "version": "3.1.3",
  6122. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  6123. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
  6124. },
  6125. "node_modules/fast-diff": {
  6126. "version": "1.3.0",
  6127. "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz",
  6128. "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==",
  6129. "dev": true
  6130. },
  6131. "node_modules/fast-glob": {
  6132. "version": "3.3.0",
  6133. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.0.tgz",
  6134. "integrity": "sha512-ChDuvbOypPuNjO8yIDf36x7BlZX1smcUMTTcyoIjycexOxd6DFsKsg21qVBzEmr3G7fUKIRy2/psii+CIUt7FA==",
  6135. "dev": true,
  6136. "dependencies": {
  6137. "@nodelib/fs.stat": "^2.0.2",
  6138. "@nodelib/fs.walk": "^1.2.3",
  6139. "glob-parent": "^5.1.2",
  6140. "merge2": "^1.3.0",
  6141. "micromatch": "^4.0.4"
  6142. },
  6143. "engines": {
  6144. "node": ">=8.6.0"
  6145. }
  6146. },
  6147. "node_modules/fast-json-stable-stringify": {
  6148. "version": "2.1.0",
  6149. "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  6150. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  6151. "dev": true
  6152. },
  6153. "node_modules/fast-levenshtein": {
  6154. "version": "2.0.6",
  6155. "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  6156. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  6157. "dev": true
  6158. },
  6159. "node_modules/fast-xml-parser": {
  6160. "version": "4.2.5",
  6161. "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz",
  6162. "integrity": "sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==",
  6163. "funding": [
  6164. {
  6165. "type": "paypal",
  6166. "url": "https://paypal.me/naturalintelligence"
  6167. },
  6168. {
  6169. "type": "github",
  6170. "url": "https://github.com/sponsors/NaturalIntelligence"
  6171. }
  6172. ],
  6173. "dependencies": {
  6174. "strnum": "^1.0.5"
  6175. },
  6176. "bin": {
  6177. "fxparser": "src/cli/cli.js"
  6178. }
  6179. },
  6180. "node_modules/fastq": {
  6181. "version": "1.15.0",
  6182. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz",
  6183. "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==",
  6184. "dev": true,
  6185. "dependencies": {
  6186. "reusify": "^1.0.4"
  6187. }
  6188. },
  6189. "node_modules/fb-watchman": {
  6190. "version": "2.0.2",
  6191. "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz",
  6192. "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==",
  6193. "dependencies": {
  6194. "bser": "2.1.1"
  6195. }
  6196. },
  6197. "node_modules/file-entry-cache": {
  6198. "version": "6.0.1",
  6199. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
  6200. "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
  6201. "dev": true,
  6202. "dependencies": {
  6203. "flat-cache": "^3.0.4"
  6204. },
  6205. "engines": {
  6206. "node": "^10.12.0 || >=12.0.0"
  6207. }
  6208. },
  6209. "node_modules/fill-range": {
  6210. "version": "7.0.1",
  6211. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
  6212. "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
  6213. "dependencies": {
  6214. "to-regex-range": "^5.0.1"
  6215. },
  6216. "engines": {
  6217. "node": ">=8"
  6218. }
  6219. },
  6220. "node_modules/filter-obj": {
  6221. "version": "1.1.0",
  6222. "resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-1.1.0.tgz",
  6223. "integrity": "sha512-8rXg1ZnX7xzy2NGDVkBVaAy+lSlPNwad13BtgSlLuxfIslyt5Vg64U7tFcCt4WS1R0hvtnQybT/IyCkGZ3DpXQ==",
  6224. "engines": {
  6225. "node": ">=0.10.0"
  6226. }
  6227. },
  6228. "node_modules/finalhandler": {
  6229. "version": "1.1.2",
  6230. "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz",
  6231. "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==",
  6232. "dependencies": {
  6233. "debug": "2.6.9",
  6234. "encodeurl": "~1.0.2",
  6235. "escape-html": "~1.0.3",
  6236. "on-finished": "~2.3.0",
  6237. "parseurl": "~1.3.3",
  6238. "statuses": "~1.5.0",
  6239. "unpipe": "~1.0.0"
  6240. },
  6241. "engines": {
  6242. "node": ">= 0.8"
  6243. }
  6244. },
  6245. "node_modules/finalhandler/node_modules/on-finished": {
  6246. "version": "2.3.0",
  6247. "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
  6248. "integrity": "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==",
  6249. "dependencies": {
  6250. "ee-first": "1.1.1"
  6251. },
  6252. "engines": {
  6253. "node": ">= 0.8"
  6254. }
  6255. },
  6256. "node_modules/finalhandler/node_modules/statuses": {
  6257. "version": "1.5.0",
  6258. "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
  6259. "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==",
  6260. "engines": {
  6261. "node": ">= 0.6"
  6262. }
  6263. },
  6264. "node_modules/find-cache-dir": {
  6265. "version": "2.1.0",
  6266. "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz",
  6267. "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==",
  6268. "dependencies": {
  6269. "commondir": "^1.0.1",
  6270. "make-dir": "^2.0.0",
  6271. "pkg-dir": "^3.0.0"
  6272. },
  6273. "engines": {
  6274. "node": ">=6"
  6275. }
  6276. },
  6277. "node_modules/find-up": {
  6278. "version": "4.1.0",
  6279. "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
  6280. "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
  6281. "dependencies": {
  6282. "locate-path": "^5.0.0",
  6283. "path-exists": "^4.0.0"
  6284. },
  6285. "engines": {
  6286. "node": ">=8"
  6287. }
  6288. },
  6289. "node_modules/find-up/node_modules/locate-path": {
  6290. "version": "5.0.0",
  6291. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
  6292. "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
  6293. "dependencies": {
  6294. "p-locate": "^4.1.0"
  6295. },
  6296. "engines": {
  6297. "node": ">=8"
  6298. }
  6299. },
  6300. "node_modules/find-up/node_modules/p-limit": {
  6301. "version": "2.3.0",
  6302. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  6303. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  6304. "dependencies": {
  6305. "p-try": "^2.0.0"
  6306. },
  6307. "engines": {
  6308. "node": ">=6"
  6309. },
  6310. "funding": {
  6311. "url": "https://github.com/sponsors/sindresorhus"
  6312. }
  6313. },
  6314. "node_modules/find-up/node_modules/p-locate": {
  6315. "version": "4.1.0",
  6316. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
  6317. "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
  6318. "dependencies": {
  6319. "p-limit": "^2.2.0"
  6320. },
  6321. "engines": {
  6322. "node": ">=8"
  6323. }
  6324. },
  6325. "node_modules/find-yarn-workspace-root": {
  6326. "version": "2.0.0",
  6327. "resolved": "https://registry.npmjs.org/find-yarn-workspace-root/-/find-yarn-workspace-root-2.0.0.tgz",
  6328. "integrity": "sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ==",
  6329. "dependencies": {
  6330. "micromatch": "^4.0.2"
  6331. }
  6332. },
  6333. "node_modules/flat-cache": {
  6334. "version": "3.0.4",
  6335. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz",
  6336. "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==",
  6337. "dev": true,
  6338. "dependencies": {
  6339. "flatted": "^3.1.0",
  6340. "rimraf": "^3.0.2"
  6341. },
  6342. "engines": {
  6343. "node": "^10.12.0 || >=12.0.0"
  6344. }
  6345. },
  6346. "node_modules/flatted": {
  6347. "version": "3.2.7",
  6348. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz",
  6349. "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==",
  6350. "dev": true
  6351. },
  6352. "node_modules/flow-enums-runtime": {
  6353. "version": "0.0.5",
  6354. "resolved": "https://registry.npmjs.org/flow-enums-runtime/-/flow-enums-runtime-0.0.5.tgz",
  6355. "integrity": "sha512-PSZF9ZuaZD03sT9YaIs0FrGJ7lSUw7rHZIex+73UYVXg46eL/wxN5PaVcPJFudE2cJu5f0fezitV5aBkLHPUOQ=="
  6356. },
  6357. "node_modules/flow-parser": {
  6358. "version": "0.206.0",
  6359. "resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.206.0.tgz",
  6360. "integrity": "sha512-HVzoK3r6Vsg+lKvlIZzaWNBVai+FXTX1wdYhz/wVlH13tb/gOdLXmlTqy6odmTBhT5UoWUbq0k8263Qhr9d88w==",
  6361. "engines": {
  6362. "node": ">=0.4.0"
  6363. }
  6364. },
  6365. "node_modules/for-each": {
  6366. "version": "0.3.3",
  6367. "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz",
  6368. "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==",
  6369. "dev": true,
  6370. "dependencies": {
  6371. "is-callable": "^1.1.3"
  6372. }
  6373. },
  6374. "node_modules/fresh": {
  6375. "version": "0.5.2",
  6376. "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
  6377. "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
  6378. "engines": {
  6379. "node": ">= 0.6"
  6380. }
  6381. },
  6382. "node_modules/fs-extra": {
  6383. "version": "8.1.0",
  6384. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
  6385. "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
  6386. "dependencies": {
  6387. "graceful-fs": "^4.2.0",
  6388. "jsonfile": "^4.0.0",
  6389. "universalify": "^0.1.0"
  6390. },
  6391. "engines": {
  6392. "node": ">=6 <7 || >=8"
  6393. }
  6394. },
  6395. "node_modules/fs.realpath": {
  6396. "version": "1.0.0",
  6397. "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  6398. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="
  6399. },
  6400. "node_modules/fsevents": {
  6401. "version": "2.3.2",
  6402. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
  6403. "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
  6404. "hasInstallScript": true,
  6405. "optional": true,
  6406. "os": [
  6407. "darwin"
  6408. ],
  6409. "engines": {
  6410. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  6411. }
  6412. },
  6413. "node_modules/function-bind": {
  6414. "version": "1.1.1",
  6415. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
  6416. "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
  6417. },
  6418. "node_modules/function.prototype.name": {
  6419. "version": "1.1.5",
  6420. "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz",
  6421. "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==",
  6422. "dev": true,
  6423. "dependencies": {
  6424. "call-bind": "^1.0.2",
  6425. "define-properties": "^1.1.3",
  6426. "es-abstract": "^1.19.0",
  6427. "functions-have-names": "^1.2.2"
  6428. },
  6429. "engines": {
  6430. "node": ">= 0.4"
  6431. },
  6432. "funding": {
  6433. "url": "https://github.com/sponsors/ljharb"
  6434. }
  6435. },
  6436. "node_modules/functions-have-names": {
  6437. "version": "1.2.3",
  6438. "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
  6439. "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
  6440. "dev": true,
  6441. "funding": {
  6442. "url": "https://github.com/sponsors/ljharb"
  6443. }
  6444. },
  6445. "node_modules/gensync": {
  6446. "version": "1.0.0-beta.2",
  6447. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  6448. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  6449. "engines": {
  6450. "node": ">=6.9.0"
  6451. }
  6452. },
  6453. "node_modules/get-caller-file": {
  6454. "version": "2.0.5",
  6455. "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
  6456. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  6457. "engines": {
  6458. "node": "6.* || 8.* || >= 10.*"
  6459. }
  6460. },
  6461. "node_modules/get-intrinsic": {
  6462. "version": "1.2.1",
  6463. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz",
  6464. "integrity": "sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==",
  6465. "dev": true,
  6466. "dependencies": {
  6467. "function-bind": "^1.1.1",
  6468. "has": "^1.0.3",
  6469. "has-proto": "^1.0.1",
  6470. "has-symbols": "^1.0.3"
  6471. },
  6472. "funding": {
  6473. "url": "https://github.com/sponsors/ljharb"
  6474. }
  6475. },
  6476. "node_modules/get-package-type": {
  6477. "version": "0.1.0",
  6478. "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz",
  6479. "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==",
  6480. "dev": true,
  6481. "engines": {
  6482. "node": ">=8.0.0"
  6483. }
  6484. },
  6485. "node_modules/get-stream": {
  6486. "version": "6.0.1",
  6487. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
  6488. "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
  6489. "engines": {
  6490. "node": ">=10"
  6491. },
  6492. "funding": {
  6493. "url": "https://github.com/sponsors/sindresorhus"
  6494. }
  6495. },
  6496. "node_modules/get-symbol-description": {
  6497. "version": "1.0.0",
  6498. "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz",
  6499. "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==",
  6500. "dev": true,
  6501. "dependencies": {
  6502. "call-bind": "^1.0.2",
  6503. "get-intrinsic": "^1.1.1"
  6504. },
  6505. "engines": {
  6506. "node": ">= 0.4"
  6507. },
  6508. "funding": {
  6509. "url": "https://github.com/sponsors/ljharb"
  6510. }
  6511. },
  6512. "node_modules/glob": {
  6513. "version": "7.2.3",
  6514. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  6515. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  6516. "dependencies": {
  6517. "fs.realpath": "^1.0.0",
  6518. "inflight": "^1.0.4",
  6519. "inherits": "2",
  6520. "minimatch": "^3.1.1",
  6521. "once": "^1.3.0",
  6522. "path-is-absolute": "^1.0.0"
  6523. },
  6524. "engines": {
  6525. "node": "*"
  6526. },
  6527. "funding": {
  6528. "url": "https://github.com/sponsors/isaacs"
  6529. }
  6530. },
  6531. "node_modules/glob-parent": {
  6532. "version": "5.1.2",
  6533. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  6534. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  6535. "dev": true,
  6536. "dependencies": {
  6537. "is-glob": "^4.0.1"
  6538. },
  6539. "engines": {
  6540. "node": ">= 6"
  6541. }
  6542. },
  6543. "node_modules/globals": {
  6544. "version": "11.12.0",
  6545. "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
  6546. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  6547. "engines": {
  6548. "node": ">=4"
  6549. }
  6550. },
  6551. "node_modules/globalthis": {
  6552. "version": "1.0.3",
  6553. "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz",
  6554. "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==",
  6555. "dev": true,
  6556. "dependencies": {
  6557. "define-properties": "^1.1.3"
  6558. },
  6559. "engines": {
  6560. "node": ">= 0.4"
  6561. },
  6562. "funding": {
  6563. "url": "https://github.com/sponsors/ljharb"
  6564. }
  6565. },
  6566. "node_modules/globby": {
  6567. "version": "11.1.0",
  6568. "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
  6569. "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
  6570. "dev": true,
  6571. "dependencies": {
  6572. "array-union": "^2.1.0",
  6573. "dir-glob": "^3.0.1",
  6574. "fast-glob": "^3.2.9",
  6575. "ignore": "^5.2.0",
  6576. "merge2": "^1.4.1",
  6577. "slash": "^3.0.0"
  6578. },
  6579. "engines": {
  6580. "node": ">=10"
  6581. },
  6582. "funding": {
  6583. "url": "https://github.com/sponsors/sindresorhus"
  6584. }
  6585. },
  6586. "node_modules/gopd": {
  6587. "version": "1.0.1",
  6588. "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
  6589. "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
  6590. "dev": true,
  6591. "dependencies": {
  6592. "get-intrinsic": "^1.1.3"
  6593. },
  6594. "funding": {
  6595. "url": "https://github.com/sponsors/ljharb"
  6596. }
  6597. },
  6598. "node_modules/graceful-fs": {
  6599. "version": "4.2.11",
  6600. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  6601. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
  6602. },
  6603. "node_modules/grapheme-splitter": {
  6604. "version": "1.0.4",
  6605. "resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz",
  6606. "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==",
  6607. "dev": true
  6608. },
  6609. "node_modules/graphemer": {
  6610. "version": "1.4.0",
  6611. "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
  6612. "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
  6613. "dev": true
  6614. },
  6615. "node_modules/has": {
  6616. "version": "1.0.3",
  6617. "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
  6618. "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
  6619. "dependencies": {
  6620. "function-bind": "^1.1.1"
  6621. },
  6622. "engines": {
  6623. "node": ">= 0.4.0"
  6624. }
  6625. },
  6626. "node_modules/has-bigints": {
  6627. "version": "1.0.2",
  6628. "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz",
  6629. "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==",
  6630. "dev": true,
  6631. "funding": {
  6632. "url": "https://github.com/sponsors/ljharb"
  6633. }
  6634. },
  6635. "node_modules/has-flag": {
  6636. "version": "4.0.0",
  6637. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  6638. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  6639. "engines": {
  6640. "node": ">=8"
  6641. }
  6642. },
  6643. "node_modules/has-property-descriptors": {
  6644. "version": "1.0.0",
  6645. "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz",
  6646. "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==",
  6647. "dev": true,
  6648. "dependencies": {
  6649. "get-intrinsic": "^1.1.1"
  6650. },
  6651. "funding": {
  6652. "url": "https://github.com/sponsors/ljharb"
  6653. }
  6654. },
  6655. "node_modules/has-proto": {
  6656. "version": "1.0.1",
  6657. "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz",
  6658. "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==",
  6659. "dev": true,
  6660. "engines": {
  6661. "node": ">= 0.4"
  6662. },
  6663. "funding": {
  6664. "url": "https://github.com/sponsors/ljharb"
  6665. }
  6666. },
  6667. "node_modules/has-symbols": {
  6668. "version": "1.0.3",
  6669. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
  6670. "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
  6671. "dev": true,
  6672. "engines": {
  6673. "node": ">= 0.4"
  6674. },
  6675. "funding": {
  6676. "url": "https://github.com/sponsors/ljharb"
  6677. }
  6678. },
  6679. "node_modules/has-tostringtag": {
  6680. "version": "1.0.0",
  6681. "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz",
  6682. "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==",
  6683. "dev": true,
  6684. "dependencies": {
  6685. "has-symbols": "^1.0.2"
  6686. },
  6687. "engines": {
  6688. "node": ">= 0.4"
  6689. },
  6690. "funding": {
  6691. "url": "https://github.com/sponsors/ljharb"
  6692. }
  6693. },
  6694. "node_modules/hermes-estree": {
  6695. "version": "0.8.0",
  6696. "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.8.0.tgz",
  6697. "integrity": "sha512-W6JDAOLZ5pMPMjEiQGLCXSSV7pIBEgRR5zGkxgmzGSXHOxqV5dC/M1Zevqpbm9TZDE5tu358qZf8Vkzmsc+u7Q=="
  6698. },
  6699. "node_modules/hermes-parser": {
  6700. "version": "0.8.0",
  6701. "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.8.0.tgz",
  6702. "integrity": "sha512-yZKalg1fTYG5eOiToLUaw69rQfZq/fi+/NtEXRU7N87K/XobNRhRWorh80oSge2lWUiZfTgUvRJH+XgZWrhoqA==",
  6703. "dependencies": {
  6704. "hermes-estree": "0.8.0"
  6705. }
  6706. },
  6707. "node_modules/hermes-profile-transformer": {
  6708. "version": "0.0.6",
  6709. "resolved": "https://registry.npmjs.org/hermes-profile-transformer/-/hermes-profile-transformer-0.0.6.tgz",
  6710. "integrity": "sha512-cnN7bQUm65UWOy6cbGcCcZ3rpwW8Q/j4OP5aWRhEry4Z2t2aR1cjrbp0BS+KiBN0smvP1caBgAuxutvyvJILzQ==",
  6711. "dependencies": {
  6712. "source-map": "^0.7.3"
  6713. },
  6714. "engines": {
  6715. "node": ">=8"
  6716. }
  6717. },
  6718. "node_modules/hoist-non-react-statics": {
  6719. "version": "3.3.2",
  6720. "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz",
  6721. "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==",
  6722. "dependencies": {
  6723. "react-is": "^16.7.0"
  6724. }
  6725. },
  6726. "node_modules/html-escaper": {
  6727. "version": "2.0.2",
  6728. "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
  6729. "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",
  6730. "dev": true
  6731. },
  6732. "node_modules/http-errors": {
  6733. "version": "2.0.0",
  6734. "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
  6735. "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
  6736. "dependencies": {
  6737. "depd": "2.0.0",
  6738. "inherits": "2.0.4",
  6739. "setprototypeof": "1.2.0",
  6740. "statuses": "2.0.1",
  6741. "toidentifier": "1.0.1"
  6742. },
  6743. "engines": {
  6744. "node": ">= 0.8"
  6745. }
  6746. },
  6747. "node_modules/human-signals": {
  6748. "version": "2.1.0",
  6749. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
  6750. "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
  6751. "engines": {
  6752. "node": ">=10.17.0"
  6753. }
  6754. },
  6755. "node_modules/ieee754": {
  6756. "version": "1.2.1",
  6757. "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
  6758. "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
  6759. "funding": [
  6760. {
  6761. "type": "github",
  6762. "url": "https://github.com/sponsors/feross"
  6763. },
  6764. {
  6765. "type": "patreon",
  6766. "url": "https://www.patreon.com/feross"
  6767. },
  6768. {
  6769. "type": "consulting",
  6770. "url": "https://feross.org/support"
  6771. }
  6772. ]
  6773. },
  6774. "node_modules/ignore": {
  6775. "version": "5.2.4",
  6776. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz",
  6777. "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==",
  6778. "dev": true,
  6779. "engines": {
  6780. "node": ">= 4"
  6781. }
  6782. },
  6783. "node_modules/image-size": {
  6784. "version": "1.0.2",
  6785. "resolved": "https://registry.npmjs.org/image-size/-/image-size-1.0.2.tgz",
  6786. "integrity": "sha512-xfOoWjceHntRb3qFCrh5ZFORYH8XCdYpASltMhZ/Q0KZiOwjdE/Yl2QCiWdwD+lygV5bMCvauzgu5PxBX/Yerg==",
  6787. "dependencies": {
  6788. "queue": "6.0.2"
  6789. },
  6790. "bin": {
  6791. "image-size": "bin/image-size.js"
  6792. },
  6793. "engines": {
  6794. "node": ">=14.0.0"
  6795. }
  6796. },
  6797. "node_modules/import-fresh": {
  6798. "version": "2.0.0",
  6799. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz",
  6800. "integrity": "sha512-eZ5H8rcgYazHbKC3PG4ClHNykCSxtAhxSSEM+2mb+7evD2CKF5V7c0dNum7AdpDh0ZdICwZY9sRSn8f+KH96sg==",
  6801. "dependencies": {
  6802. "caller-path": "^2.0.0",
  6803. "resolve-from": "^3.0.0"
  6804. },
  6805. "engines": {
  6806. "node": ">=4"
  6807. }
  6808. },
  6809. "node_modules/import-local": {
  6810. "version": "3.1.0",
  6811. "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz",
  6812. "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==",
  6813. "dev": true,
  6814. "dependencies": {
  6815. "pkg-dir": "^4.2.0",
  6816. "resolve-cwd": "^3.0.0"
  6817. },
  6818. "bin": {
  6819. "import-local-fixture": "fixtures/cli.js"
  6820. },
  6821. "engines": {
  6822. "node": ">=8"
  6823. },
  6824. "funding": {
  6825. "url": "https://github.com/sponsors/sindresorhus"
  6826. }
  6827. },
  6828. "node_modules/import-local/node_modules/pkg-dir": {
  6829. "version": "4.2.0",
  6830. "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
  6831. "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
  6832. "dev": true,
  6833. "dependencies": {
  6834. "find-up": "^4.0.0"
  6835. },
  6836. "engines": {
  6837. "node": ">=8"
  6838. }
  6839. },
  6840. "node_modules/imurmurhash": {
  6841. "version": "0.1.4",
  6842. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  6843. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  6844. "engines": {
  6845. "node": ">=0.8.19"
  6846. }
  6847. },
  6848. "node_modules/inflight": {
  6849. "version": "1.0.6",
  6850. "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  6851. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  6852. "dependencies": {
  6853. "once": "^1.3.0",
  6854. "wrappy": "1"
  6855. }
  6856. },
  6857. "node_modules/inherits": {
  6858. "version": "2.0.4",
  6859. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  6860. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
  6861. },
  6862. "node_modules/internal-slot": {
  6863. "version": "1.0.5",
  6864. "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz",
  6865. "integrity": "sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==",
  6866. "dev": true,
  6867. "dependencies": {
  6868. "get-intrinsic": "^1.2.0",
  6869. "has": "^1.0.3",
  6870. "side-channel": "^1.0.4"
  6871. },
  6872. "engines": {
  6873. "node": ">= 0.4"
  6874. }
  6875. },
  6876. "node_modules/invariant": {
  6877. "version": "2.2.4",
  6878. "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz",
  6879. "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==",
  6880. "dependencies": {
  6881. "loose-envify": "^1.0.0"
  6882. }
  6883. },
  6884. "node_modules/ip": {
  6885. "version": "1.1.8",
  6886. "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.8.tgz",
  6887. "integrity": "sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg=="
  6888. },
  6889. "node_modules/is-array-buffer": {
  6890. "version": "3.0.2",
  6891. "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.2.tgz",
  6892. "integrity": "sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==",
  6893. "dev": true,
  6894. "dependencies": {
  6895. "call-bind": "^1.0.2",
  6896. "get-intrinsic": "^1.2.0",
  6897. "is-typed-array": "^1.1.10"
  6898. },
  6899. "funding": {
  6900. "url": "https://github.com/sponsors/ljharb"
  6901. }
  6902. },
  6903. "node_modules/is-arrayish": {
  6904. "version": "0.3.2",
  6905. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz",
  6906. "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ=="
  6907. },
  6908. "node_modules/is-bigint": {
  6909. "version": "1.0.4",
  6910. "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz",
  6911. "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==",
  6912. "dev": true,
  6913. "dependencies": {
  6914. "has-bigints": "^1.0.1"
  6915. },
  6916. "funding": {
  6917. "url": "https://github.com/sponsors/ljharb"
  6918. }
  6919. },
  6920. "node_modules/is-boolean-object": {
  6921. "version": "1.1.2",
  6922. "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz",
  6923. "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==",
  6924. "dev": true,
  6925. "dependencies": {
  6926. "call-bind": "^1.0.2",
  6927. "has-tostringtag": "^1.0.0"
  6928. },
  6929. "engines": {
  6930. "node": ">= 0.4"
  6931. },
  6932. "funding": {
  6933. "url": "https://github.com/sponsors/ljharb"
  6934. }
  6935. },
  6936. "node_modules/is-callable": {
  6937. "version": "1.2.7",
  6938. "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
  6939. "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
  6940. "dev": true,
  6941. "engines": {
  6942. "node": ">= 0.4"
  6943. },
  6944. "funding": {
  6945. "url": "https://github.com/sponsors/ljharb"
  6946. }
  6947. },
  6948. "node_modules/is-core-module": {
  6949. "version": "2.12.1",
  6950. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.1.tgz",
  6951. "integrity": "sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==",
  6952. "dependencies": {
  6953. "has": "^1.0.3"
  6954. },
  6955. "funding": {
  6956. "url": "https://github.com/sponsors/ljharb"
  6957. }
  6958. },
  6959. "node_modules/is-date-object": {
  6960. "version": "1.0.5",
  6961. "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz",
  6962. "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==",
  6963. "dev": true,
  6964. "dependencies": {
  6965. "has-tostringtag": "^1.0.0"
  6966. },
  6967. "engines": {
  6968. "node": ">= 0.4"
  6969. },
  6970. "funding": {
  6971. "url": "https://github.com/sponsors/ljharb"
  6972. }
  6973. },
  6974. "node_modules/is-directory": {
  6975. "version": "0.3.1",
  6976. "resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz",
  6977. "integrity": "sha512-yVChGzahRFvbkscn2MlwGismPO12i9+znNruC5gVEntG3qu0xQMzsGg/JFbrsqDOHtHFPci+V5aP5T9I+yeKqw==",
  6978. "engines": {
  6979. "node": ">=0.10.0"
  6980. }
  6981. },
  6982. "node_modules/is-docker": {
  6983. "version": "2.2.1",
  6984. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
  6985. "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
  6986. "bin": {
  6987. "is-docker": "cli.js"
  6988. },
  6989. "engines": {
  6990. "node": ">=8"
  6991. },
  6992. "funding": {
  6993. "url": "https://github.com/sponsors/sindresorhus"
  6994. }
  6995. },
  6996. "node_modules/is-extglob": {
  6997. "version": "2.1.1",
  6998. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  6999. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  7000. "dev": true,
  7001. "engines": {
  7002. "node": ">=0.10.0"
  7003. }
  7004. },
  7005. "node_modules/is-fullwidth-code-point": {
  7006. "version": "2.0.0",
  7007. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
  7008. "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==",
  7009. "engines": {
  7010. "node": ">=4"
  7011. }
  7012. },
  7013. "node_modules/is-generator-fn": {
  7014. "version": "2.1.0",
  7015. "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz",
  7016. "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==",
  7017. "dev": true,
  7018. "engines": {
  7019. "node": ">=6"
  7020. }
  7021. },
  7022. "node_modules/is-glob": {
  7023. "version": "4.0.3",
  7024. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  7025. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  7026. "dev": true,
  7027. "dependencies": {
  7028. "is-extglob": "^2.1.1"
  7029. },
  7030. "engines": {
  7031. "node": ">=0.10.0"
  7032. }
  7033. },
  7034. "node_modules/is-interactive": {
  7035. "version": "1.0.0",
  7036. "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz",
  7037. "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==",
  7038. "engines": {
  7039. "node": ">=8"
  7040. }
  7041. },
  7042. "node_modules/is-negative-zero": {
  7043. "version": "2.0.2",
  7044. "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz",
  7045. "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==",
  7046. "dev": true,
  7047. "engines": {
  7048. "node": ">= 0.4"
  7049. },
  7050. "funding": {
  7051. "url": "https://github.com/sponsors/ljharb"
  7052. }
  7053. },
  7054. "node_modules/is-number": {
  7055. "version": "7.0.0",
  7056. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  7057. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  7058. "engines": {
  7059. "node": ">=0.12.0"
  7060. }
  7061. },
  7062. "node_modules/is-number-object": {
  7063. "version": "1.0.7",
  7064. "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz",
  7065. "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==",
  7066. "dev": true,
  7067. "dependencies": {
  7068. "has-tostringtag": "^1.0.0"
  7069. },
  7070. "engines": {
  7071. "node": ">= 0.4"
  7072. },
  7073. "funding": {
  7074. "url": "https://github.com/sponsors/ljharb"
  7075. }
  7076. },
  7077. "node_modules/is-path-inside": {
  7078. "version": "3.0.3",
  7079. "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
  7080. "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
  7081. "dev": true,
  7082. "engines": {
  7083. "node": ">=8"
  7084. }
  7085. },
  7086. "node_modules/is-plain-object": {
  7087. "version": "2.0.4",
  7088. "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
  7089. "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
  7090. "dependencies": {
  7091. "isobject": "^3.0.1"
  7092. },
  7093. "engines": {
  7094. "node": ">=0.10.0"
  7095. }
  7096. },
  7097. "node_modules/is-regex": {
  7098. "version": "1.1.4",
  7099. "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
  7100. "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
  7101. "dev": true,
  7102. "dependencies": {
  7103. "call-bind": "^1.0.2",
  7104. "has-tostringtag": "^1.0.0"
  7105. },
  7106. "engines": {
  7107. "node": ">= 0.4"
  7108. },
  7109. "funding": {
  7110. "url": "https://github.com/sponsors/ljharb"
  7111. }
  7112. },
  7113. "node_modules/is-shared-array-buffer": {
  7114. "version": "1.0.2",
  7115. "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz",
  7116. "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==",
  7117. "dev": true,
  7118. "dependencies": {
  7119. "call-bind": "^1.0.2"
  7120. },
  7121. "funding": {
  7122. "url": "https://github.com/sponsors/ljharb"
  7123. }
  7124. },
  7125. "node_modules/is-stream": {
  7126. "version": "2.0.1",
  7127. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  7128. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  7129. "engines": {
  7130. "node": ">=8"
  7131. },
  7132. "funding": {
  7133. "url": "https://github.com/sponsors/sindresorhus"
  7134. }
  7135. },
  7136. "node_modules/is-string": {
  7137. "version": "1.0.7",
  7138. "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz",
  7139. "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==",
  7140. "dev": true,
  7141. "dependencies": {
  7142. "has-tostringtag": "^1.0.0"
  7143. },
  7144. "engines": {
  7145. "node": ">= 0.4"
  7146. },
  7147. "funding": {
  7148. "url": "https://github.com/sponsors/ljharb"
  7149. }
  7150. },
  7151. "node_modules/is-symbol": {
  7152. "version": "1.0.4",
  7153. "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz",
  7154. "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==",
  7155. "dev": true,
  7156. "dependencies": {
  7157. "has-symbols": "^1.0.2"
  7158. },
  7159. "engines": {
  7160. "node": ">= 0.4"
  7161. },
  7162. "funding": {
  7163. "url": "https://github.com/sponsors/ljharb"
  7164. }
  7165. },
  7166. "node_modules/is-typed-array": {
  7167. "version": "1.1.10",
  7168. "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.10.tgz",
  7169. "integrity": "sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==",
  7170. "dev": true,
  7171. "dependencies": {
  7172. "available-typed-arrays": "^1.0.5",
  7173. "call-bind": "^1.0.2",
  7174. "for-each": "^0.3.3",
  7175. "gopd": "^1.0.1",
  7176. "has-tostringtag": "^1.0.0"
  7177. },
  7178. "engines": {
  7179. "node": ">= 0.4"
  7180. },
  7181. "funding": {
  7182. "url": "https://github.com/sponsors/ljharb"
  7183. }
  7184. },
  7185. "node_modules/is-unicode-supported": {
  7186. "version": "0.1.0",
  7187. "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz",
  7188. "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==",
  7189. "engines": {
  7190. "node": ">=10"
  7191. },
  7192. "funding": {
  7193. "url": "https://github.com/sponsors/sindresorhus"
  7194. }
  7195. },
  7196. "node_modules/is-weakref": {
  7197. "version": "1.0.2",
  7198. "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz",
  7199. "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==",
  7200. "dev": true,
  7201. "dependencies": {
  7202. "call-bind": "^1.0.2"
  7203. },
  7204. "funding": {
  7205. "url": "https://github.com/sponsors/ljharb"
  7206. }
  7207. },
  7208. "node_modules/is-wsl": {
  7209. "version": "1.1.0",
  7210. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz",
  7211. "integrity": "sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw==",
  7212. "engines": {
  7213. "node": ">=4"
  7214. }
  7215. },
  7216. "node_modules/isarray": {
  7217. "version": "1.0.0",
  7218. "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
  7219. "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
  7220. },
  7221. "node_modules/isexe": {
  7222. "version": "2.0.0",
  7223. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  7224. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
  7225. },
  7226. "node_modules/isobject": {
  7227. "version": "3.0.1",
  7228. "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
  7229. "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==",
  7230. "engines": {
  7231. "node": ">=0.10.0"
  7232. }
  7233. },
  7234. "node_modules/istanbul-lib-coverage": {
  7235. "version": "3.2.0",
  7236. "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz",
  7237. "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==",
  7238. "dev": true,
  7239. "engines": {
  7240. "node": ">=8"
  7241. }
  7242. },
  7243. "node_modules/istanbul-lib-instrument": {
  7244. "version": "5.2.1",
  7245. "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz",
  7246. "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==",
  7247. "dev": true,
  7248. "dependencies": {
  7249. "@babel/core": "^7.12.3",
  7250. "@babel/parser": "^7.14.7",
  7251. "@istanbuljs/schema": "^0.1.2",
  7252. "istanbul-lib-coverage": "^3.2.0",
  7253. "semver": "^6.3.0"
  7254. },
  7255. "engines": {
  7256. "node": ">=8"
  7257. }
  7258. },
  7259. "node_modules/istanbul-lib-report": {
  7260. "version": "3.0.0",
  7261. "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
  7262. "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==",
  7263. "dev": true,
  7264. "dependencies": {
  7265. "istanbul-lib-coverage": "^3.0.0",
  7266. "make-dir": "^3.0.0",
  7267. "supports-color": "^7.1.0"
  7268. },
  7269. "engines": {
  7270. "node": ">=8"
  7271. }
  7272. },
  7273. "node_modules/istanbul-lib-report/node_modules/make-dir": {
  7274. "version": "3.1.0",
  7275. "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
  7276. "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
  7277. "dev": true,
  7278. "dependencies": {
  7279. "semver": "^6.0.0"
  7280. },
  7281. "engines": {
  7282. "node": ">=8"
  7283. },
  7284. "funding": {
  7285. "url": "https://github.com/sponsors/sindresorhus"
  7286. }
  7287. },
  7288. "node_modules/istanbul-lib-source-maps": {
  7289. "version": "4.0.1",
  7290. "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz",
  7291. "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==",
  7292. "dev": true,
  7293. "dependencies": {
  7294. "debug": "^4.1.1",
  7295. "istanbul-lib-coverage": "^3.0.0",
  7296. "source-map": "^0.6.1"
  7297. },
  7298. "engines": {
  7299. "node": ">=10"
  7300. }
  7301. },
  7302. "node_modules/istanbul-lib-source-maps/node_modules/debug": {
  7303. "version": "4.3.4",
  7304. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
  7305. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  7306. "dev": true,
  7307. "dependencies": {
  7308. "ms": "2.1.2"
  7309. },
  7310. "engines": {
  7311. "node": ">=6.0"
  7312. },
  7313. "peerDependenciesMeta": {
  7314. "supports-color": {
  7315. "optional": true
  7316. }
  7317. }
  7318. },
  7319. "node_modules/istanbul-lib-source-maps/node_modules/ms": {
  7320. "version": "2.1.2",
  7321. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  7322. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
  7323. "dev": true
  7324. },
  7325. "node_modules/istanbul-lib-source-maps/node_modules/source-map": {
  7326. "version": "0.6.1",
  7327. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  7328. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  7329. "dev": true,
  7330. "engines": {
  7331. "node": ">=0.10.0"
  7332. }
  7333. },
  7334. "node_modules/istanbul-reports": {
  7335. "version": "3.1.5",
  7336. "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.5.tgz",
  7337. "integrity": "sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w==",
  7338. "dev": true,
  7339. "dependencies": {
  7340. "html-escaper": "^2.0.0",
  7341. "istanbul-lib-report": "^3.0.0"
  7342. },
  7343. "engines": {
  7344. "node": ">=8"
  7345. }
  7346. },
  7347. "node_modules/jest": {
  7348. "version": "29.5.0",
  7349. "resolved": "https://registry.npmjs.org/jest/-/jest-29.5.0.tgz",
  7350. "integrity": "sha512-juMg3he2uru1QoXX078zTa7pO85QyB9xajZc6bU+d9yEGwrKX6+vGmJQ3UdVZsvTEUARIdObzH68QItim6OSSQ==",
  7351. "dev": true,
  7352. "dependencies": {
  7353. "@jest/core": "^29.5.0",
  7354. "@jest/types": "^29.5.0",
  7355. "import-local": "^3.0.2",
  7356. "jest-cli": "^29.5.0"
  7357. },
  7358. "bin": {
  7359. "jest": "bin/jest.js"
  7360. },
  7361. "engines": {
  7362. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7363. },
  7364. "peerDependencies": {
  7365. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  7366. },
  7367. "peerDependenciesMeta": {
  7368. "node-notifier": {
  7369. "optional": true
  7370. }
  7371. }
  7372. },
  7373. "node_modules/jest-changed-files": {
  7374. "version": "29.5.0",
  7375. "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.5.0.tgz",
  7376. "integrity": "sha512-IFG34IUMUaNBIxjQXF/iu7g6EcdMrGRRxaUSw92I/2g2YC6vCdTltl4nHvt7Ci5nSJwXIkCu8Ka1DKF+X7Z1Ag==",
  7377. "dev": true,
  7378. "dependencies": {
  7379. "execa": "^5.0.0",
  7380. "p-limit": "^3.1.0"
  7381. },
  7382. "engines": {
  7383. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7384. }
  7385. },
  7386. "node_modules/jest-circus": {
  7387. "version": "29.5.0",
  7388. "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-29.5.0.tgz",
  7389. "integrity": "sha512-gq/ongqeQKAplVxqJmbeUOJJKkW3dDNPY8PjhJ5G0lBRvu0e3EWGxGy5cI4LAGA7gV2UHCtWBI4EMXK8c9nQKA==",
  7390. "dev": true,
  7391. "dependencies": {
  7392. "@jest/environment": "^29.5.0",
  7393. "@jest/expect": "^29.5.0",
  7394. "@jest/test-result": "^29.5.0",
  7395. "@jest/types": "^29.5.0",
  7396. "@types/node": "*",
  7397. "chalk": "^4.0.0",
  7398. "co": "^4.6.0",
  7399. "dedent": "^0.7.0",
  7400. "is-generator-fn": "^2.0.0",
  7401. "jest-each": "^29.5.0",
  7402. "jest-matcher-utils": "^29.5.0",
  7403. "jest-message-util": "^29.5.0",
  7404. "jest-runtime": "^29.5.0",
  7405. "jest-snapshot": "^29.5.0",
  7406. "jest-util": "^29.5.0",
  7407. "p-limit": "^3.1.0",
  7408. "pretty-format": "^29.5.0",
  7409. "pure-rand": "^6.0.0",
  7410. "slash": "^3.0.0",
  7411. "stack-utils": "^2.0.3"
  7412. },
  7413. "engines": {
  7414. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7415. }
  7416. },
  7417. "node_modules/jest-circus/node_modules/ansi-styles": {
  7418. "version": "5.2.0",
  7419. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
  7420. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
  7421. "dev": true,
  7422. "engines": {
  7423. "node": ">=10"
  7424. },
  7425. "funding": {
  7426. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  7427. }
  7428. },
  7429. "node_modules/jest-circus/node_modules/ci-info": {
  7430. "version": "3.8.0",
  7431. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  7432. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  7433. "dev": true,
  7434. "funding": [
  7435. {
  7436. "type": "github",
  7437. "url": "https://github.com/sponsors/sibiraj-s"
  7438. }
  7439. ],
  7440. "engines": {
  7441. "node": ">=8"
  7442. }
  7443. },
  7444. "node_modules/jest-circus/node_modules/jest-util": {
  7445. "version": "29.5.0",
  7446. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz",
  7447. "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==",
  7448. "dev": true,
  7449. "dependencies": {
  7450. "@jest/types": "^29.5.0",
  7451. "@types/node": "*",
  7452. "chalk": "^4.0.0",
  7453. "ci-info": "^3.2.0",
  7454. "graceful-fs": "^4.2.9",
  7455. "picomatch": "^2.2.3"
  7456. },
  7457. "engines": {
  7458. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7459. }
  7460. },
  7461. "node_modules/jest-circus/node_modules/pretty-format": {
  7462. "version": "29.5.0",
  7463. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.5.0.tgz",
  7464. "integrity": "sha512-V2mGkI31qdttvTFX7Mt4efOqHXqJWMu4/r66Xh3Z3BwZaPfPJgp6/gbwoujRpPUtfEF6AUUWx3Jim3GCw5g/Qw==",
  7465. "dev": true,
  7466. "dependencies": {
  7467. "@jest/schemas": "^29.4.3",
  7468. "ansi-styles": "^5.0.0",
  7469. "react-is": "^18.0.0"
  7470. },
  7471. "engines": {
  7472. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7473. }
  7474. },
  7475. "node_modules/jest-circus/node_modules/react-is": {
  7476. "version": "18.2.0",
  7477. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
  7478. "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
  7479. "dev": true
  7480. },
  7481. "node_modules/jest-config": {
  7482. "version": "29.5.0",
  7483. "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.5.0.tgz",
  7484. "integrity": "sha512-kvDUKBnNJPNBmFFOhDbm59iu1Fii1Q6SxyhXfvylq3UTHbg6o7j/g8k2dZyXWLvfdKB1vAPxNZnMgtKJcmu3kA==",
  7485. "dev": true,
  7486. "dependencies": {
  7487. "@babel/core": "^7.11.6",
  7488. "@jest/test-sequencer": "^29.5.0",
  7489. "@jest/types": "^29.5.0",
  7490. "babel-jest": "^29.5.0",
  7491. "chalk": "^4.0.0",
  7492. "ci-info": "^3.2.0",
  7493. "deepmerge": "^4.2.2",
  7494. "glob": "^7.1.3",
  7495. "graceful-fs": "^4.2.9",
  7496. "jest-circus": "^29.5.0",
  7497. "jest-environment-node": "^29.5.0",
  7498. "jest-get-type": "^29.4.3",
  7499. "jest-regex-util": "^29.4.3",
  7500. "jest-resolve": "^29.5.0",
  7501. "jest-runner": "^29.5.0",
  7502. "jest-util": "^29.5.0",
  7503. "jest-validate": "^29.5.0",
  7504. "micromatch": "^4.0.4",
  7505. "parse-json": "^5.2.0",
  7506. "pretty-format": "^29.5.0",
  7507. "slash": "^3.0.0",
  7508. "strip-json-comments": "^3.1.1"
  7509. },
  7510. "engines": {
  7511. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7512. },
  7513. "peerDependencies": {
  7514. "@types/node": "*",
  7515. "ts-node": ">=9.0.0"
  7516. },
  7517. "peerDependenciesMeta": {
  7518. "@types/node": {
  7519. "optional": true
  7520. },
  7521. "ts-node": {
  7522. "optional": true
  7523. }
  7524. }
  7525. },
  7526. "node_modules/jest-config/node_modules/ansi-styles": {
  7527. "version": "5.2.0",
  7528. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
  7529. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
  7530. "dev": true,
  7531. "engines": {
  7532. "node": ">=10"
  7533. },
  7534. "funding": {
  7535. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  7536. }
  7537. },
  7538. "node_modules/jest-config/node_modules/ci-info": {
  7539. "version": "3.8.0",
  7540. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  7541. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  7542. "dev": true,
  7543. "funding": [
  7544. {
  7545. "type": "github",
  7546. "url": "https://github.com/sponsors/sibiraj-s"
  7547. }
  7548. ],
  7549. "engines": {
  7550. "node": ">=8"
  7551. }
  7552. },
  7553. "node_modules/jest-config/node_modules/jest-regex-util": {
  7554. "version": "29.4.3",
  7555. "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.4.3.tgz",
  7556. "integrity": "sha512-O4FglZaMmWXbGHSQInfXewIsd1LMn9p3ZXB/6r4FOkyhX2/iP/soMG98jGvk/A3HAN78+5VWcBGO0BJAPRh4kg==",
  7557. "dev": true,
  7558. "engines": {
  7559. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7560. }
  7561. },
  7562. "node_modules/jest-config/node_modules/jest-util": {
  7563. "version": "29.5.0",
  7564. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz",
  7565. "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==",
  7566. "dev": true,
  7567. "dependencies": {
  7568. "@jest/types": "^29.5.0",
  7569. "@types/node": "*",
  7570. "chalk": "^4.0.0",
  7571. "ci-info": "^3.2.0",
  7572. "graceful-fs": "^4.2.9",
  7573. "picomatch": "^2.2.3"
  7574. },
  7575. "engines": {
  7576. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7577. }
  7578. },
  7579. "node_modules/jest-config/node_modules/parse-json": {
  7580. "version": "5.2.0",
  7581. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
  7582. "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
  7583. "dev": true,
  7584. "dependencies": {
  7585. "@babel/code-frame": "^7.0.0",
  7586. "error-ex": "^1.3.1",
  7587. "json-parse-even-better-errors": "^2.3.0",
  7588. "lines-and-columns": "^1.1.6"
  7589. },
  7590. "engines": {
  7591. "node": ">=8"
  7592. },
  7593. "funding": {
  7594. "url": "https://github.com/sponsors/sindresorhus"
  7595. }
  7596. },
  7597. "node_modules/jest-config/node_modules/pretty-format": {
  7598. "version": "29.5.0",
  7599. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.5.0.tgz",
  7600. "integrity": "sha512-V2mGkI31qdttvTFX7Mt4efOqHXqJWMu4/r66Xh3Z3BwZaPfPJgp6/gbwoujRpPUtfEF6AUUWx3Jim3GCw5g/Qw==",
  7601. "dev": true,
  7602. "dependencies": {
  7603. "@jest/schemas": "^29.4.3",
  7604. "ansi-styles": "^5.0.0",
  7605. "react-is": "^18.0.0"
  7606. },
  7607. "engines": {
  7608. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7609. }
  7610. },
  7611. "node_modules/jest-config/node_modules/react-is": {
  7612. "version": "18.2.0",
  7613. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
  7614. "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
  7615. "dev": true
  7616. },
  7617. "node_modules/jest-diff": {
  7618. "version": "29.5.0",
  7619. "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.5.0.tgz",
  7620. "integrity": "sha512-LtxijLLZBduXnHSniy0WMdaHjmQnt3g5sa16W4p0HqukYTTsyTW3GD1q41TyGl5YFXj/5B2U6dlh5FM1LIMgxw==",
  7621. "dev": true,
  7622. "dependencies": {
  7623. "chalk": "^4.0.0",
  7624. "diff-sequences": "^29.4.3",
  7625. "jest-get-type": "^29.4.3",
  7626. "pretty-format": "^29.5.0"
  7627. },
  7628. "engines": {
  7629. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7630. }
  7631. },
  7632. "node_modules/jest-diff/node_modules/ansi-styles": {
  7633. "version": "5.2.0",
  7634. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
  7635. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
  7636. "dev": true,
  7637. "engines": {
  7638. "node": ">=10"
  7639. },
  7640. "funding": {
  7641. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  7642. }
  7643. },
  7644. "node_modules/jest-diff/node_modules/pretty-format": {
  7645. "version": "29.5.0",
  7646. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.5.0.tgz",
  7647. "integrity": "sha512-V2mGkI31qdttvTFX7Mt4efOqHXqJWMu4/r66Xh3Z3BwZaPfPJgp6/gbwoujRpPUtfEF6AUUWx3Jim3GCw5g/Qw==",
  7648. "dev": true,
  7649. "dependencies": {
  7650. "@jest/schemas": "^29.4.3",
  7651. "ansi-styles": "^5.0.0",
  7652. "react-is": "^18.0.0"
  7653. },
  7654. "engines": {
  7655. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7656. }
  7657. },
  7658. "node_modules/jest-diff/node_modules/react-is": {
  7659. "version": "18.2.0",
  7660. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
  7661. "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
  7662. "dev": true
  7663. },
  7664. "node_modules/jest-docblock": {
  7665. "version": "29.4.3",
  7666. "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.4.3.tgz",
  7667. "integrity": "sha512-fzdTftThczeSD9nZ3fzA/4KkHtnmllawWrXO69vtI+L9WjEIuXWs4AmyME7lN5hU7dB0sHhuPfcKofRsUb/2Fg==",
  7668. "dev": true,
  7669. "dependencies": {
  7670. "detect-newline": "^3.0.0"
  7671. },
  7672. "engines": {
  7673. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7674. }
  7675. },
  7676. "node_modules/jest-each": {
  7677. "version": "29.5.0",
  7678. "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-29.5.0.tgz",
  7679. "integrity": "sha512-HM5kIJ1BTnVt+DQZ2ALp3rzXEl+g726csObrW/jpEGl+CDSSQpOJJX2KE/vEg8cxcMXdyEPu6U4QX5eruQv5hA==",
  7680. "dev": true,
  7681. "dependencies": {
  7682. "@jest/types": "^29.5.0",
  7683. "chalk": "^4.0.0",
  7684. "jest-get-type": "^29.4.3",
  7685. "jest-util": "^29.5.0",
  7686. "pretty-format": "^29.5.0"
  7687. },
  7688. "engines": {
  7689. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7690. }
  7691. },
  7692. "node_modules/jest-each/node_modules/ansi-styles": {
  7693. "version": "5.2.0",
  7694. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
  7695. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
  7696. "dev": true,
  7697. "engines": {
  7698. "node": ">=10"
  7699. },
  7700. "funding": {
  7701. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  7702. }
  7703. },
  7704. "node_modules/jest-each/node_modules/ci-info": {
  7705. "version": "3.8.0",
  7706. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  7707. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  7708. "dev": true,
  7709. "funding": [
  7710. {
  7711. "type": "github",
  7712. "url": "https://github.com/sponsors/sibiraj-s"
  7713. }
  7714. ],
  7715. "engines": {
  7716. "node": ">=8"
  7717. }
  7718. },
  7719. "node_modules/jest-each/node_modules/jest-util": {
  7720. "version": "29.5.0",
  7721. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz",
  7722. "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==",
  7723. "dev": true,
  7724. "dependencies": {
  7725. "@jest/types": "^29.5.0",
  7726. "@types/node": "*",
  7727. "chalk": "^4.0.0",
  7728. "ci-info": "^3.2.0",
  7729. "graceful-fs": "^4.2.9",
  7730. "picomatch": "^2.2.3"
  7731. },
  7732. "engines": {
  7733. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7734. }
  7735. },
  7736. "node_modules/jest-each/node_modules/pretty-format": {
  7737. "version": "29.5.0",
  7738. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.5.0.tgz",
  7739. "integrity": "sha512-V2mGkI31qdttvTFX7Mt4efOqHXqJWMu4/r66Xh3Z3BwZaPfPJgp6/gbwoujRpPUtfEF6AUUWx3Jim3GCw5g/Qw==",
  7740. "dev": true,
  7741. "dependencies": {
  7742. "@jest/schemas": "^29.4.3",
  7743. "ansi-styles": "^5.0.0",
  7744. "react-is": "^18.0.0"
  7745. },
  7746. "engines": {
  7747. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7748. }
  7749. },
  7750. "node_modules/jest-each/node_modules/react-is": {
  7751. "version": "18.2.0",
  7752. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
  7753. "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
  7754. "dev": true
  7755. },
  7756. "node_modules/jest-environment-node": {
  7757. "version": "29.5.0",
  7758. "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.5.0.tgz",
  7759. "integrity": "sha512-ExxuIK/+yQ+6PRGaHkKewYtg6hto2uGCgvKdb2nfJfKXgZ17DfXjvbZ+jA1Qt9A8EQSfPnt5FKIfnOO3u1h9qw==",
  7760. "dependencies": {
  7761. "@jest/environment": "^29.5.0",
  7762. "@jest/fake-timers": "^29.5.0",
  7763. "@jest/types": "^29.5.0",
  7764. "@types/node": "*",
  7765. "jest-mock": "^29.5.0",
  7766. "jest-util": "^29.5.0"
  7767. },
  7768. "engines": {
  7769. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7770. }
  7771. },
  7772. "node_modules/jest-environment-node/node_modules/ci-info": {
  7773. "version": "3.8.0",
  7774. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  7775. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  7776. "funding": [
  7777. {
  7778. "type": "github",
  7779. "url": "https://github.com/sponsors/sibiraj-s"
  7780. }
  7781. ],
  7782. "engines": {
  7783. "node": ">=8"
  7784. }
  7785. },
  7786. "node_modules/jest-environment-node/node_modules/jest-util": {
  7787. "version": "29.5.0",
  7788. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz",
  7789. "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==",
  7790. "dependencies": {
  7791. "@jest/types": "^29.5.0",
  7792. "@types/node": "*",
  7793. "chalk": "^4.0.0",
  7794. "ci-info": "^3.2.0",
  7795. "graceful-fs": "^4.2.9",
  7796. "picomatch": "^2.2.3"
  7797. },
  7798. "engines": {
  7799. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7800. }
  7801. },
  7802. "node_modules/jest-get-type": {
  7803. "version": "29.4.3",
  7804. "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.4.3.tgz",
  7805. "integrity": "sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg==",
  7806. "engines": {
  7807. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7808. }
  7809. },
  7810. "node_modules/jest-haste-map": {
  7811. "version": "29.5.0",
  7812. "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.5.0.tgz",
  7813. "integrity": "sha512-IspOPnnBro8YfVYSw6yDRKh/TiCdRngjxeacCps1cQ9cgVN6+10JUcuJ1EabrgYLOATsIAigxA0rLR9x/YlrSA==",
  7814. "dev": true,
  7815. "dependencies": {
  7816. "@jest/types": "^29.5.0",
  7817. "@types/graceful-fs": "^4.1.3",
  7818. "@types/node": "*",
  7819. "anymatch": "^3.0.3",
  7820. "fb-watchman": "^2.0.0",
  7821. "graceful-fs": "^4.2.9",
  7822. "jest-regex-util": "^29.4.3",
  7823. "jest-util": "^29.5.0",
  7824. "jest-worker": "^29.5.0",
  7825. "micromatch": "^4.0.4",
  7826. "walker": "^1.0.8"
  7827. },
  7828. "engines": {
  7829. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7830. },
  7831. "optionalDependencies": {
  7832. "fsevents": "^2.3.2"
  7833. }
  7834. },
  7835. "node_modules/jest-haste-map/node_modules/ci-info": {
  7836. "version": "3.8.0",
  7837. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  7838. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  7839. "dev": true,
  7840. "funding": [
  7841. {
  7842. "type": "github",
  7843. "url": "https://github.com/sponsors/sibiraj-s"
  7844. }
  7845. ],
  7846. "engines": {
  7847. "node": ">=8"
  7848. }
  7849. },
  7850. "node_modules/jest-haste-map/node_modules/jest-regex-util": {
  7851. "version": "29.4.3",
  7852. "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.4.3.tgz",
  7853. "integrity": "sha512-O4FglZaMmWXbGHSQInfXewIsd1LMn9p3ZXB/6r4FOkyhX2/iP/soMG98jGvk/A3HAN78+5VWcBGO0BJAPRh4kg==",
  7854. "dev": true,
  7855. "engines": {
  7856. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7857. }
  7858. },
  7859. "node_modules/jest-haste-map/node_modules/jest-util": {
  7860. "version": "29.5.0",
  7861. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz",
  7862. "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==",
  7863. "dev": true,
  7864. "dependencies": {
  7865. "@jest/types": "^29.5.0",
  7866. "@types/node": "*",
  7867. "chalk": "^4.0.0",
  7868. "ci-info": "^3.2.0",
  7869. "graceful-fs": "^4.2.9",
  7870. "picomatch": "^2.2.3"
  7871. },
  7872. "engines": {
  7873. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7874. }
  7875. },
  7876. "node_modules/jest-haste-map/node_modules/jest-worker": {
  7877. "version": "29.5.0",
  7878. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.5.0.tgz",
  7879. "integrity": "sha512-NcrQnevGoSp4b5kg+akIpthoAFHxPBcb5P6mYPY0fUNT+sSvmtu6jlkEle3anczUKIKEbMxFimk9oTP/tpIPgA==",
  7880. "dev": true,
  7881. "dependencies": {
  7882. "@types/node": "*",
  7883. "jest-util": "^29.5.0",
  7884. "merge-stream": "^2.0.0",
  7885. "supports-color": "^8.0.0"
  7886. },
  7887. "engines": {
  7888. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7889. }
  7890. },
  7891. "node_modules/jest-haste-map/node_modules/supports-color": {
  7892. "version": "8.1.1",
  7893. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
  7894. "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
  7895. "dev": true,
  7896. "dependencies": {
  7897. "has-flag": "^4.0.0"
  7898. },
  7899. "engines": {
  7900. "node": ">=10"
  7901. },
  7902. "funding": {
  7903. "url": "https://github.com/chalk/supports-color?sponsor=1"
  7904. }
  7905. },
  7906. "node_modules/jest-leak-detector": {
  7907. "version": "29.5.0",
  7908. "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.5.0.tgz",
  7909. "integrity": "sha512-u9YdeeVnghBUtpN5mVxjID7KbkKE1QU4f6uUwuxiY0vYRi9BUCLKlPEZfDGR67ofdFmDz9oPAy2G92Ujrntmow==",
  7910. "dev": true,
  7911. "dependencies": {
  7912. "jest-get-type": "^29.4.3",
  7913. "pretty-format": "^29.5.0"
  7914. },
  7915. "engines": {
  7916. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7917. }
  7918. },
  7919. "node_modules/jest-leak-detector/node_modules/ansi-styles": {
  7920. "version": "5.2.0",
  7921. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
  7922. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
  7923. "dev": true,
  7924. "engines": {
  7925. "node": ">=10"
  7926. },
  7927. "funding": {
  7928. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  7929. }
  7930. },
  7931. "node_modules/jest-leak-detector/node_modules/pretty-format": {
  7932. "version": "29.5.0",
  7933. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.5.0.tgz",
  7934. "integrity": "sha512-V2mGkI31qdttvTFX7Mt4efOqHXqJWMu4/r66Xh3Z3BwZaPfPJgp6/gbwoujRpPUtfEF6AUUWx3Jim3GCw5g/Qw==",
  7935. "dev": true,
  7936. "dependencies": {
  7937. "@jest/schemas": "^29.4.3",
  7938. "ansi-styles": "^5.0.0",
  7939. "react-is": "^18.0.0"
  7940. },
  7941. "engines": {
  7942. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7943. }
  7944. },
  7945. "node_modules/jest-leak-detector/node_modules/react-is": {
  7946. "version": "18.2.0",
  7947. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
  7948. "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
  7949. "dev": true
  7950. },
  7951. "node_modules/jest-matcher-utils": {
  7952. "version": "29.5.0",
  7953. "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.5.0.tgz",
  7954. "integrity": "sha512-lecRtgm/rjIK0CQ7LPQwzCs2VwW6WAahA55YBuI+xqmhm7LAaxokSB8C97yJeYyT+HvQkH741StzpU41wohhWw==",
  7955. "dev": true,
  7956. "dependencies": {
  7957. "chalk": "^4.0.0",
  7958. "jest-diff": "^29.5.0",
  7959. "jest-get-type": "^29.4.3",
  7960. "pretty-format": "^29.5.0"
  7961. },
  7962. "engines": {
  7963. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7964. }
  7965. },
  7966. "node_modules/jest-matcher-utils/node_modules/ansi-styles": {
  7967. "version": "5.2.0",
  7968. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
  7969. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
  7970. "dev": true,
  7971. "engines": {
  7972. "node": ">=10"
  7973. },
  7974. "funding": {
  7975. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  7976. }
  7977. },
  7978. "node_modules/jest-matcher-utils/node_modules/pretty-format": {
  7979. "version": "29.5.0",
  7980. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.5.0.tgz",
  7981. "integrity": "sha512-V2mGkI31qdttvTFX7Mt4efOqHXqJWMu4/r66Xh3Z3BwZaPfPJgp6/gbwoujRpPUtfEF6AUUWx3Jim3GCw5g/Qw==",
  7982. "dev": true,
  7983. "dependencies": {
  7984. "@jest/schemas": "^29.4.3",
  7985. "ansi-styles": "^5.0.0",
  7986. "react-is": "^18.0.0"
  7987. },
  7988. "engines": {
  7989. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7990. }
  7991. },
  7992. "node_modules/jest-matcher-utils/node_modules/react-is": {
  7993. "version": "18.2.0",
  7994. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
  7995. "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
  7996. "dev": true
  7997. },
  7998. "node_modules/jest-message-util": {
  7999. "version": "29.5.0",
  8000. "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.5.0.tgz",
  8001. "integrity": "sha512-Kijeg9Dag6CKtIDA7O21zNTACqD5MD/8HfIV8pdD94vFyFuer52SigdC3IQMhab3vACxXMiFk+yMHNdbqtyTGA==",
  8002. "dependencies": {
  8003. "@babel/code-frame": "^7.12.13",
  8004. "@jest/types": "^29.5.0",
  8005. "@types/stack-utils": "^2.0.0",
  8006. "chalk": "^4.0.0",
  8007. "graceful-fs": "^4.2.9",
  8008. "micromatch": "^4.0.4",
  8009. "pretty-format": "^29.5.0",
  8010. "slash": "^3.0.0",
  8011. "stack-utils": "^2.0.3"
  8012. },
  8013. "engines": {
  8014. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8015. }
  8016. },
  8017. "node_modules/jest-message-util/node_modules/ansi-styles": {
  8018. "version": "5.2.0",
  8019. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
  8020. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
  8021. "engines": {
  8022. "node": ">=10"
  8023. },
  8024. "funding": {
  8025. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  8026. }
  8027. },
  8028. "node_modules/jest-message-util/node_modules/pretty-format": {
  8029. "version": "29.5.0",
  8030. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.5.0.tgz",
  8031. "integrity": "sha512-V2mGkI31qdttvTFX7Mt4efOqHXqJWMu4/r66Xh3Z3BwZaPfPJgp6/gbwoujRpPUtfEF6AUUWx3Jim3GCw5g/Qw==",
  8032. "dependencies": {
  8033. "@jest/schemas": "^29.4.3",
  8034. "ansi-styles": "^5.0.0",
  8035. "react-is": "^18.0.0"
  8036. },
  8037. "engines": {
  8038. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8039. }
  8040. },
  8041. "node_modules/jest-message-util/node_modules/react-is": {
  8042. "version": "18.2.0",
  8043. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
  8044. "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w=="
  8045. },
  8046. "node_modules/jest-mock": {
  8047. "version": "29.5.0",
  8048. "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.5.0.tgz",
  8049. "integrity": "sha512-GqOzvdWDE4fAV2bWQLQCkujxYWL7RxjCnj71b5VhDAGOevB3qj3Ovg26A5NI84ZpODxyzaozXLOh2NCgkbvyaw==",
  8050. "dependencies": {
  8051. "@jest/types": "^29.5.0",
  8052. "@types/node": "*",
  8053. "jest-util": "^29.5.0"
  8054. },
  8055. "engines": {
  8056. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8057. }
  8058. },
  8059. "node_modules/jest-mock/node_modules/ci-info": {
  8060. "version": "3.8.0",
  8061. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  8062. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  8063. "funding": [
  8064. {
  8065. "type": "github",
  8066. "url": "https://github.com/sponsors/sibiraj-s"
  8067. }
  8068. ],
  8069. "engines": {
  8070. "node": ">=8"
  8071. }
  8072. },
  8073. "node_modules/jest-mock/node_modules/jest-util": {
  8074. "version": "29.5.0",
  8075. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz",
  8076. "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==",
  8077. "dependencies": {
  8078. "@jest/types": "^29.5.0",
  8079. "@types/node": "*",
  8080. "chalk": "^4.0.0",
  8081. "ci-info": "^3.2.0",
  8082. "graceful-fs": "^4.2.9",
  8083. "picomatch": "^2.2.3"
  8084. },
  8085. "engines": {
  8086. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8087. }
  8088. },
  8089. "node_modules/jest-pnp-resolver": {
  8090. "version": "1.2.3",
  8091. "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz",
  8092. "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==",
  8093. "dev": true,
  8094. "engines": {
  8095. "node": ">=6"
  8096. },
  8097. "peerDependencies": {
  8098. "jest-resolve": "*"
  8099. },
  8100. "peerDependenciesMeta": {
  8101. "jest-resolve": {
  8102. "optional": true
  8103. }
  8104. }
  8105. },
  8106. "node_modules/jest-regex-util": {
  8107. "version": "27.5.1",
  8108. "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz",
  8109. "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==",
  8110. "engines": {
  8111. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  8112. }
  8113. },
  8114. "node_modules/jest-resolve": {
  8115. "version": "29.5.0",
  8116. "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.5.0.tgz",
  8117. "integrity": "sha512-1TzxJ37FQq7J10jPtQjcc+MkCkE3GBpBecsSUWJ0qZNJpmg6m0D9/7II03yJulm3H/fvVjgqLh/k2eYg+ui52w==",
  8118. "dev": true,
  8119. "dependencies": {
  8120. "chalk": "^4.0.0",
  8121. "graceful-fs": "^4.2.9",
  8122. "jest-haste-map": "^29.5.0",
  8123. "jest-pnp-resolver": "^1.2.2",
  8124. "jest-util": "^29.5.0",
  8125. "jest-validate": "^29.5.0",
  8126. "resolve": "^1.20.0",
  8127. "resolve.exports": "^2.0.0",
  8128. "slash": "^3.0.0"
  8129. },
  8130. "engines": {
  8131. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8132. }
  8133. },
  8134. "node_modules/jest-resolve-dependencies": {
  8135. "version": "29.5.0",
  8136. "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.5.0.tgz",
  8137. "integrity": "sha512-sjV3GFr0hDJMBpYeUuGduP+YeCRbd7S/ck6IvL3kQ9cpySYKqcqhdLLC2rFwrcL7tz5vYibomBrsFYWkIGGjOg==",
  8138. "dev": true,
  8139. "dependencies": {
  8140. "jest-regex-util": "^29.4.3",
  8141. "jest-snapshot": "^29.5.0"
  8142. },
  8143. "engines": {
  8144. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8145. }
  8146. },
  8147. "node_modules/jest-resolve-dependencies/node_modules/jest-regex-util": {
  8148. "version": "29.4.3",
  8149. "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.4.3.tgz",
  8150. "integrity": "sha512-O4FglZaMmWXbGHSQInfXewIsd1LMn9p3ZXB/6r4FOkyhX2/iP/soMG98jGvk/A3HAN78+5VWcBGO0BJAPRh4kg==",
  8151. "dev": true,
  8152. "engines": {
  8153. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8154. }
  8155. },
  8156. "node_modules/jest-resolve/node_modules/ci-info": {
  8157. "version": "3.8.0",
  8158. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  8159. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  8160. "dev": true,
  8161. "funding": [
  8162. {
  8163. "type": "github",
  8164. "url": "https://github.com/sponsors/sibiraj-s"
  8165. }
  8166. ],
  8167. "engines": {
  8168. "node": ">=8"
  8169. }
  8170. },
  8171. "node_modules/jest-resolve/node_modules/jest-util": {
  8172. "version": "29.5.0",
  8173. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz",
  8174. "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==",
  8175. "dev": true,
  8176. "dependencies": {
  8177. "@jest/types": "^29.5.0",
  8178. "@types/node": "*",
  8179. "chalk": "^4.0.0",
  8180. "ci-info": "^3.2.0",
  8181. "graceful-fs": "^4.2.9",
  8182. "picomatch": "^2.2.3"
  8183. },
  8184. "engines": {
  8185. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8186. }
  8187. },
  8188. "node_modules/jest-runner": {
  8189. "version": "29.5.0",
  8190. "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-29.5.0.tgz",
  8191. "integrity": "sha512-m7b6ypERhFghJsslMLhydaXBiLf7+jXy8FwGRHO3BGV1mcQpPbwiqiKUR2zU2NJuNeMenJmlFZCsIqzJCTeGLQ==",
  8192. "dev": true,
  8193. "dependencies": {
  8194. "@jest/console": "^29.5.0",
  8195. "@jest/environment": "^29.5.0",
  8196. "@jest/test-result": "^29.5.0",
  8197. "@jest/transform": "^29.5.0",
  8198. "@jest/types": "^29.5.0",
  8199. "@types/node": "*",
  8200. "chalk": "^4.0.0",
  8201. "emittery": "^0.13.1",
  8202. "graceful-fs": "^4.2.9",
  8203. "jest-docblock": "^29.4.3",
  8204. "jest-environment-node": "^29.5.0",
  8205. "jest-haste-map": "^29.5.0",
  8206. "jest-leak-detector": "^29.5.0",
  8207. "jest-message-util": "^29.5.0",
  8208. "jest-resolve": "^29.5.0",
  8209. "jest-runtime": "^29.5.0",
  8210. "jest-util": "^29.5.0",
  8211. "jest-watcher": "^29.5.0",
  8212. "jest-worker": "^29.5.0",
  8213. "p-limit": "^3.1.0",
  8214. "source-map-support": "0.5.13"
  8215. },
  8216. "engines": {
  8217. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8218. }
  8219. },
  8220. "node_modules/jest-runner/node_modules/ci-info": {
  8221. "version": "3.8.0",
  8222. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  8223. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  8224. "dev": true,
  8225. "funding": [
  8226. {
  8227. "type": "github",
  8228. "url": "https://github.com/sponsors/sibiraj-s"
  8229. }
  8230. ],
  8231. "engines": {
  8232. "node": ">=8"
  8233. }
  8234. },
  8235. "node_modules/jest-runner/node_modules/jest-util": {
  8236. "version": "29.5.0",
  8237. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz",
  8238. "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==",
  8239. "dev": true,
  8240. "dependencies": {
  8241. "@jest/types": "^29.5.0",
  8242. "@types/node": "*",
  8243. "chalk": "^4.0.0",
  8244. "ci-info": "^3.2.0",
  8245. "graceful-fs": "^4.2.9",
  8246. "picomatch": "^2.2.3"
  8247. },
  8248. "engines": {
  8249. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8250. }
  8251. },
  8252. "node_modules/jest-runner/node_modules/jest-worker": {
  8253. "version": "29.5.0",
  8254. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.5.0.tgz",
  8255. "integrity": "sha512-NcrQnevGoSp4b5kg+akIpthoAFHxPBcb5P6mYPY0fUNT+sSvmtu6jlkEle3anczUKIKEbMxFimk9oTP/tpIPgA==",
  8256. "dev": true,
  8257. "dependencies": {
  8258. "@types/node": "*",
  8259. "jest-util": "^29.5.0",
  8260. "merge-stream": "^2.0.0",
  8261. "supports-color": "^8.0.0"
  8262. },
  8263. "engines": {
  8264. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8265. }
  8266. },
  8267. "node_modules/jest-runner/node_modules/source-map": {
  8268. "version": "0.6.1",
  8269. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  8270. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  8271. "dev": true,
  8272. "engines": {
  8273. "node": ">=0.10.0"
  8274. }
  8275. },
  8276. "node_modules/jest-runner/node_modules/source-map-support": {
  8277. "version": "0.5.13",
  8278. "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz",
  8279. "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==",
  8280. "dev": true,
  8281. "dependencies": {
  8282. "buffer-from": "^1.0.0",
  8283. "source-map": "^0.6.0"
  8284. }
  8285. },
  8286. "node_modules/jest-runner/node_modules/supports-color": {
  8287. "version": "8.1.1",
  8288. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
  8289. "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
  8290. "dev": true,
  8291. "dependencies": {
  8292. "has-flag": "^4.0.0"
  8293. },
  8294. "engines": {
  8295. "node": ">=10"
  8296. },
  8297. "funding": {
  8298. "url": "https://github.com/chalk/supports-color?sponsor=1"
  8299. }
  8300. },
  8301. "node_modules/jest-runtime": {
  8302. "version": "29.5.0",
  8303. "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.5.0.tgz",
  8304. "integrity": "sha512-1Hr6Hh7bAgXQP+pln3homOiEZtCDZFqwmle7Ew2j8OlbkIu6uE3Y/etJQG8MLQs3Zy90xrp2C0BRrtPHG4zryw==",
  8305. "dev": true,
  8306. "dependencies": {
  8307. "@jest/environment": "^29.5.0",
  8308. "@jest/fake-timers": "^29.5.0",
  8309. "@jest/globals": "^29.5.0",
  8310. "@jest/source-map": "^29.4.3",
  8311. "@jest/test-result": "^29.5.0",
  8312. "@jest/transform": "^29.5.0",
  8313. "@jest/types": "^29.5.0",
  8314. "@types/node": "*",
  8315. "chalk": "^4.0.0",
  8316. "cjs-module-lexer": "^1.0.0",
  8317. "collect-v8-coverage": "^1.0.0",
  8318. "glob": "^7.1.3",
  8319. "graceful-fs": "^4.2.9",
  8320. "jest-haste-map": "^29.5.0",
  8321. "jest-message-util": "^29.5.0",
  8322. "jest-mock": "^29.5.0",
  8323. "jest-regex-util": "^29.4.3",
  8324. "jest-resolve": "^29.5.0",
  8325. "jest-snapshot": "^29.5.0",
  8326. "jest-util": "^29.5.0",
  8327. "slash": "^3.0.0",
  8328. "strip-bom": "^4.0.0"
  8329. },
  8330. "engines": {
  8331. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8332. }
  8333. },
  8334. "node_modules/jest-runtime/node_modules/ci-info": {
  8335. "version": "3.8.0",
  8336. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  8337. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  8338. "dev": true,
  8339. "funding": [
  8340. {
  8341. "type": "github",
  8342. "url": "https://github.com/sponsors/sibiraj-s"
  8343. }
  8344. ],
  8345. "engines": {
  8346. "node": ">=8"
  8347. }
  8348. },
  8349. "node_modules/jest-runtime/node_modules/jest-regex-util": {
  8350. "version": "29.4.3",
  8351. "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.4.3.tgz",
  8352. "integrity": "sha512-O4FglZaMmWXbGHSQInfXewIsd1LMn9p3ZXB/6r4FOkyhX2/iP/soMG98jGvk/A3HAN78+5VWcBGO0BJAPRh4kg==",
  8353. "dev": true,
  8354. "engines": {
  8355. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8356. }
  8357. },
  8358. "node_modules/jest-runtime/node_modules/jest-util": {
  8359. "version": "29.5.0",
  8360. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz",
  8361. "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==",
  8362. "dev": true,
  8363. "dependencies": {
  8364. "@jest/types": "^29.5.0",
  8365. "@types/node": "*",
  8366. "chalk": "^4.0.0",
  8367. "ci-info": "^3.2.0",
  8368. "graceful-fs": "^4.2.9",
  8369. "picomatch": "^2.2.3"
  8370. },
  8371. "engines": {
  8372. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8373. }
  8374. },
  8375. "node_modules/jest-snapshot": {
  8376. "version": "29.5.0",
  8377. "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.5.0.tgz",
  8378. "integrity": "sha512-x7Wolra5V0tt3wRs3/ts3S6ciSQVypgGQlJpz2rsdQYoUKxMxPNaoHMGJN6qAuPJqS+2iQ1ZUn5kl7HCyls84g==",
  8379. "dev": true,
  8380. "dependencies": {
  8381. "@babel/core": "^7.11.6",
  8382. "@babel/generator": "^7.7.2",
  8383. "@babel/plugin-syntax-jsx": "^7.7.2",
  8384. "@babel/plugin-syntax-typescript": "^7.7.2",
  8385. "@babel/traverse": "^7.7.2",
  8386. "@babel/types": "^7.3.3",
  8387. "@jest/expect-utils": "^29.5.0",
  8388. "@jest/transform": "^29.5.0",
  8389. "@jest/types": "^29.5.0",
  8390. "@types/babel__traverse": "^7.0.6",
  8391. "@types/prettier": "^2.1.5",
  8392. "babel-preset-current-node-syntax": "^1.0.0",
  8393. "chalk": "^4.0.0",
  8394. "expect": "^29.5.0",
  8395. "graceful-fs": "^4.2.9",
  8396. "jest-diff": "^29.5.0",
  8397. "jest-get-type": "^29.4.3",
  8398. "jest-matcher-utils": "^29.5.0",
  8399. "jest-message-util": "^29.5.0",
  8400. "jest-util": "^29.5.0",
  8401. "natural-compare": "^1.4.0",
  8402. "pretty-format": "^29.5.0",
  8403. "semver": "^7.3.5"
  8404. },
  8405. "engines": {
  8406. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8407. }
  8408. },
  8409. "node_modules/jest-snapshot/node_modules/ansi-styles": {
  8410. "version": "5.2.0",
  8411. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
  8412. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
  8413. "dev": true,
  8414. "engines": {
  8415. "node": ">=10"
  8416. },
  8417. "funding": {
  8418. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  8419. }
  8420. },
  8421. "node_modules/jest-snapshot/node_modules/ci-info": {
  8422. "version": "3.8.0",
  8423. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  8424. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  8425. "dev": true,
  8426. "funding": [
  8427. {
  8428. "type": "github",
  8429. "url": "https://github.com/sponsors/sibiraj-s"
  8430. }
  8431. ],
  8432. "engines": {
  8433. "node": ">=8"
  8434. }
  8435. },
  8436. "node_modules/jest-snapshot/node_modules/jest-util": {
  8437. "version": "29.5.0",
  8438. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz",
  8439. "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==",
  8440. "dev": true,
  8441. "dependencies": {
  8442. "@jest/types": "^29.5.0",
  8443. "@types/node": "*",
  8444. "chalk": "^4.0.0",
  8445. "ci-info": "^3.2.0",
  8446. "graceful-fs": "^4.2.9",
  8447. "picomatch": "^2.2.3"
  8448. },
  8449. "engines": {
  8450. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8451. }
  8452. },
  8453. "node_modules/jest-snapshot/node_modules/lru-cache": {
  8454. "version": "6.0.0",
  8455. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
  8456. "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
  8457. "dev": true,
  8458. "dependencies": {
  8459. "yallist": "^4.0.0"
  8460. },
  8461. "engines": {
  8462. "node": ">=10"
  8463. }
  8464. },
  8465. "node_modules/jest-snapshot/node_modules/pretty-format": {
  8466. "version": "29.5.0",
  8467. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.5.0.tgz",
  8468. "integrity": "sha512-V2mGkI31qdttvTFX7Mt4efOqHXqJWMu4/r66Xh3Z3BwZaPfPJgp6/gbwoujRpPUtfEF6AUUWx3Jim3GCw5g/Qw==",
  8469. "dev": true,
  8470. "dependencies": {
  8471. "@jest/schemas": "^29.4.3",
  8472. "ansi-styles": "^5.0.0",
  8473. "react-is": "^18.0.0"
  8474. },
  8475. "engines": {
  8476. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8477. }
  8478. },
  8479. "node_modules/jest-snapshot/node_modules/react-is": {
  8480. "version": "18.2.0",
  8481. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
  8482. "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
  8483. "dev": true
  8484. },
  8485. "node_modules/jest-snapshot/node_modules/semver": {
  8486. "version": "7.5.3",
  8487. "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.3.tgz",
  8488. "integrity": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==",
  8489. "dev": true,
  8490. "dependencies": {
  8491. "lru-cache": "^6.0.0"
  8492. },
  8493. "bin": {
  8494. "semver": "bin/semver.js"
  8495. },
  8496. "engines": {
  8497. "node": ">=10"
  8498. }
  8499. },
  8500. "node_modules/jest-snapshot/node_modules/yallist": {
  8501. "version": "4.0.0",
  8502. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  8503. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  8504. "dev": true
  8505. },
  8506. "node_modules/jest-util": {
  8507. "version": "27.5.1",
  8508. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz",
  8509. "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==",
  8510. "dependencies": {
  8511. "@jest/types": "^27.5.1",
  8512. "@types/node": "*",
  8513. "chalk": "^4.0.0",
  8514. "ci-info": "^3.2.0",
  8515. "graceful-fs": "^4.2.9",
  8516. "picomatch": "^2.2.3"
  8517. },
  8518. "engines": {
  8519. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  8520. }
  8521. },
  8522. "node_modules/jest-util/node_modules/@jest/types": {
  8523. "version": "27.5.1",
  8524. "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz",
  8525. "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==",
  8526. "dependencies": {
  8527. "@types/istanbul-lib-coverage": "^2.0.0",
  8528. "@types/istanbul-reports": "^3.0.0",
  8529. "@types/node": "*",
  8530. "@types/yargs": "^16.0.0",
  8531. "chalk": "^4.0.0"
  8532. },
  8533. "engines": {
  8534. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  8535. }
  8536. },
  8537. "node_modules/jest-util/node_modules/@types/yargs": {
  8538. "version": "16.0.5",
  8539. "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.5.tgz",
  8540. "integrity": "sha512-AxO/ADJOBFJScHbWhq2xAhlWP24rY4aCEG/NFaMvbT3X2MgRsLjhjQwsn0Zi5zn0LG9jUhCCZMeX9Dkuw6k+vQ==",
  8541. "dependencies": {
  8542. "@types/yargs-parser": "*"
  8543. }
  8544. },
  8545. "node_modules/jest-util/node_modules/ci-info": {
  8546. "version": "3.8.0",
  8547. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  8548. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  8549. "funding": [
  8550. {
  8551. "type": "github",
  8552. "url": "https://github.com/sponsors/sibiraj-s"
  8553. }
  8554. ],
  8555. "engines": {
  8556. "node": ">=8"
  8557. }
  8558. },
  8559. "node_modules/jest-validate": {
  8560. "version": "29.5.0",
  8561. "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.5.0.tgz",
  8562. "integrity": "sha512-pC26etNIi+y3HV8A+tUGr/lph9B18GnzSRAkPaaZJIE1eFdiYm6/CewuiJQ8/RlfHd1u/8Ioi8/sJ+CmbA+zAQ==",
  8563. "dependencies": {
  8564. "@jest/types": "^29.5.0",
  8565. "camelcase": "^6.2.0",
  8566. "chalk": "^4.0.0",
  8567. "jest-get-type": "^29.4.3",
  8568. "leven": "^3.1.0",
  8569. "pretty-format": "^29.5.0"
  8570. },
  8571. "engines": {
  8572. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8573. }
  8574. },
  8575. "node_modules/jest-validate/node_modules/ansi-styles": {
  8576. "version": "5.2.0",
  8577. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
  8578. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
  8579. "engines": {
  8580. "node": ">=10"
  8581. },
  8582. "funding": {
  8583. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  8584. }
  8585. },
  8586. "node_modules/jest-validate/node_modules/camelcase": {
  8587. "version": "6.3.0",
  8588. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
  8589. "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
  8590. "engines": {
  8591. "node": ">=10"
  8592. },
  8593. "funding": {
  8594. "url": "https://github.com/sponsors/sindresorhus"
  8595. }
  8596. },
  8597. "node_modules/jest-validate/node_modules/pretty-format": {
  8598. "version": "29.5.0",
  8599. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.5.0.tgz",
  8600. "integrity": "sha512-V2mGkI31qdttvTFX7Mt4efOqHXqJWMu4/r66Xh3Z3BwZaPfPJgp6/gbwoujRpPUtfEF6AUUWx3Jim3GCw5g/Qw==",
  8601. "dependencies": {
  8602. "@jest/schemas": "^29.4.3",
  8603. "ansi-styles": "^5.0.0",
  8604. "react-is": "^18.0.0"
  8605. },
  8606. "engines": {
  8607. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8608. }
  8609. },
  8610. "node_modules/jest-validate/node_modules/react-is": {
  8611. "version": "18.2.0",
  8612. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
  8613. "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w=="
  8614. },
  8615. "node_modules/jest-watcher": {
  8616. "version": "29.5.0",
  8617. "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.5.0.tgz",
  8618. "integrity": "sha512-KmTojKcapuqYrKDpRwfqcQ3zjMlwu27SYext9pt4GlF5FUgB+7XE1mcCnSm6a4uUpFyQIkb6ZhzZvHl+jiBCiA==",
  8619. "dev": true,
  8620. "dependencies": {
  8621. "@jest/test-result": "^29.5.0",
  8622. "@jest/types": "^29.5.0",
  8623. "@types/node": "*",
  8624. "ansi-escapes": "^4.2.1",
  8625. "chalk": "^4.0.0",
  8626. "emittery": "^0.13.1",
  8627. "jest-util": "^29.5.0",
  8628. "string-length": "^4.0.1"
  8629. },
  8630. "engines": {
  8631. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8632. }
  8633. },
  8634. "node_modules/jest-watcher/node_modules/ci-info": {
  8635. "version": "3.8.0",
  8636. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  8637. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  8638. "dev": true,
  8639. "funding": [
  8640. {
  8641. "type": "github",
  8642. "url": "https://github.com/sponsors/sibiraj-s"
  8643. }
  8644. ],
  8645. "engines": {
  8646. "node": ">=8"
  8647. }
  8648. },
  8649. "node_modules/jest-watcher/node_modules/jest-util": {
  8650. "version": "29.5.0",
  8651. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz",
  8652. "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==",
  8653. "dev": true,
  8654. "dependencies": {
  8655. "@jest/types": "^29.5.0",
  8656. "@types/node": "*",
  8657. "chalk": "^4.0.0",
  8658. "ci-info": "^3.2.0",
  8659. "graceful-fs": "^4.2.9",
  8660. "picomatch": "^2.2.3"
  8661. },
  8662. "engines": {
  8663. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8664. }
  8665. },
  8666. "node_modules/jest-worker": {
  8667. "version": "27.5.1",
  8668. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz",
  8669. "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==",
  8670. "dependencies": {
  8671. "@types/node": "*",
  8672. "merge-stream": "^2.0.0",
  8673. "supports-color": "^8.0.0"
  8674. },
  8675. "engines": {
  8676. "node": ">= 10.13.0"
  8677. }
  8678. },
  8679. "node_modules/jest-worker/node_modules/supports-color": {
  8680. "version": "8.1.1",
  8681. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
  8682. "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
  8683. "dependencies": {
  8684. "has-flag": "^4.0.0"
  8685. },
  8686. "engines": {
  8687. "node": ">=10"
  8688. },
  8689. "funding": {
  8690. "url": "https://github.com/chalk/supports-color?sponsor=1"
  8691. }
  8692. },
  8693. "node_modules/jest/node_modules/ci-info": {
  8694. "version": "3.8.0",
  8695. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  8696. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  8697. "dev": true,
  8698. "funding": [
  8699. {
  8700. "type": "github",
  8701. "url": "https://github.com/sponsors/sibiraj-s"
  8702. }
  8703. ],
  8704. "engines": {
  8705. "node": ">=8"
  8706. }
  8707. },
  8708. "node_modules/jest/node_modules/jest-cli": {
  8709. "version": "29.5.0",
  8710. "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-29.5.0.tgz",
  8711. "integrity": "sha512-L1KcP1l4HtfwdxXNFCL5bmUbLQiKrakMUriBEcc1Vfz6gx31ORKdreuWvmQVBit+1ss9NNR3yxjwfwzZNdQXJw==",
  8712. "dev": true,
  8713. "dependencies": {
  8714. "@jest/core": "^29.5.0",
  8715. "@jest/test-result": "^29.5.0",
  8716. "@jest/types": "^29.5.0",
  8717. "chalk": "^4.0.0",
  8718. "exit": "^0.1.2",
  8719. "graceful-fs": "^4.2.9",
  8720. "import-local": "^3.0.2",
  8721. "jest-config": "^29.5.0",
  8722. "jest-util": "^29.5.0",
  8723. "jest-validate": "^29.5.0",
  8724. "prompts": "^2.0.1",
  8725. "yargs": "^17.3.1"
  8726. },
  8727. "bin": {
  8728. "jest": "bin/jest.js"
  8729. },
  8730. "engines": {
  8731. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8732. },
  8733. "peerDependencies": {
  8734. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  8735. },
  8736. "peerDependenciesMeta": {
  8737. "node-notifier": {
  8738. "optional": true
  8739. }
  8740. }
  8741. },
  8742. "node_modules/jest/node_modules/jest-util": {
  8743. "version": "29.5.0",
  8744. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz",
  8745. "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==",
  8746. "dev": true,
  8747. "dependencies": {
  8748. "@jest/types": "^29.5.0",
  8749. "@types/node": "*",
  8750. "chalk": "^4.0.0",
  8751. "ci-info": "^3.2.0",
  8752. "graceful-fs": "^4.2.9",
  8753. "picomatch": "^2.2.3"
  8754. },
  8755. "engines": {
  8756. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8757. }
  8758. },
  8759. "node_modules/joi": {
  8760. "version": "17.9.2",
  8761. "resolved": "https://registry.npmjs.org/joi/-/joi-17.9.2.tgz",
  8762. "integrity": "sha512-Itk/r+V4Dx0V3c7RLFdRh12IOjySm2/WGPMubBT92cQvRfYZhPM2W0hZlctjj72iES8jsRCwp7S/cRmWBnJ4nw==",
  8763. "dependencies": {
  8764. "@hapi/hoek": "^9.0.0",
  8765. "@hapi/topo": "^5.0.0",
  8766. "@sideway/address": "^4.1.3",
  8767. "@sideway/formula": "^3.0.1",
  8768. "@sideway/pinpoint": "^2.0.0"
  8769. }
  8770. },
  8771. "node_modules/js-tokens": {
  8772. "version": "4.0.0",
  8773. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  8774. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
  8775. },
  8776. "node_modules/js-yaml": {
  8777. "version": "3.14.1",
  8778. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
  8779. "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
  8780. "dependencies": {
  8781. "argparse": "^1.0.7",
  8782. "esprima": "^4.0.0"
  8783. },
  8784. "bin": {
  8785. "js-yaml": "bin/js-yaml.js"
  8786. }
  8787. },
  8788. "node_modules/jsc-android": {
  8789. "version": "250231.0.0",
  8790. "resolved": "https://registry.npmjs.org/jsc-android/-/jsc-android-250231.0.0.tgz",
  8791. "integrity": "sha512-rS46PvsjYmdmuz1OAWXY/1kCYG7pnf1TBqeTiOJr1iDz7s5DLxxC9n/ZMknLDxzYzNVfI7R95MH10emSSG1Wuw=="
  8792. },
  8793. "node_modules/jsc-safe-url": {
  8794. "version": "0.2.4",
  8795. "resolved": "https://registry.npmjs.org/jsc-safe-url/-/jsc-safe-url-0.2.4.tgz",
  8796. "integrity": "sha512-0wM3YBWtYePOjfyXQH5MWQ8H7sdk5EXSwZvmSLKk2RboVQ2Bu239jycHDz5J/8Blf3K0Qnoy2b6xD+z10MFB+Q=="
  8797. },
  8798. "node_modules/jscodeshift": {
  8799. "version": "0.14.0",
  8800. "resolved": "https://registry.npmjs.org/jscodeshift/-/jscodeshift-0.14.0.tgz",
  8801. "integrity": "sha512-7eCC1knD7bLUPuSCwXsMZUH51O8jIcoVyKtI6P0XM0IVzlGjckPy3FIwQlorzbN0Sg79oK+RlohN32Mqf/lrYA==",
  8802. "dependencies": {
  8803. "@babel/core": "^7.13.16",
  8804. "@babel/parser": "^7.13.16",
  8805. "@babel/plugin-proposal-class-properties": "^7.13.0",
  8806. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
  8807. "@babel/plugin-proposal-optional-chaining": "^7.13.12",
  8808. "@babel/plugin-transform-modules-commonjs": "^7.13.8",
  8809. "@babel/preset-flow": "^7.13.13",
  8810. "@babel/preset-typescript": "^7.13.0",
  8811. "@babel/register": "^7.13.16",
  8812. "babel-core": "^7.0.0-bridge.0",
  8813. "chalk": "^4.1.2",
  8814. "flow-parser": "0.*",
  8815. "graceful-fs": "^4.2.4",
  8816. "micromatch": "^4.0.4",
  8817. "neo-async": "^2.5.0",
  8818. "node-dir": "^0.1.17",
  8819. "recast": "^0.21.0",
  8820. "temp": "^0.8.4",
  8821. "write-file-atomic": "^2.3.0"
  8822. },
  8823. "bin": {
  8824. "jscodeshift": "bin/jscodeshift.js"
  8825. },
  8826. "peerDependencies": {
  8827. "@babel/preset-env": "^7.1.6"
  8828. }
  8829. },
  8830. "node_modules/jsesc": {
  8831. "version": "2.5.2",
  8832. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
  8833. "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
  8834. "bin": {
  8835. "jsesc": "bin/jsesc"
  8836. },
  8837. "engines": {
  8838. "node": ">=4"
  8839. }
  8840. },
  8841. "node_modules/json-parse-better-errors": {
  8842. "version": "1.0.2",
  8843. "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
  8844. "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw=="
  8845. },
  8846. "node_modules/json-parse-even-better-errors": {
  8847. "version": "2.3.1",
  8848. "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
  8849. "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
  8850. "dev": true
  8851. },
  8852. "node_modules/json-schema-traverse": {
  8853. "version": "0.4.1",
  8854. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  8855. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  8856. "dev": true
  8857. },
  8858. "node_modules/json-stable-stringify-without-jsonify": {
  8859. "version": "1.0.1",
  8860. "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  8861. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  8862. "dev": true
  8863. },
  8864. "node_modules/json5": {
  8865. "version": "2.2.3",
  8866. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  8867. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  8868. "bin": {
  8869. "json5": "lib/cli.js"
  8870. },
  8871. "engines": {
  8872. "node": ">=6"
  8873. }
  8874. },
  8875. "node_modules/jsonfile": {
  8876. "version": "4.0.0",
  8877. "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
  8878. "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==",
  8879. "optionalDependencies": {
  8880. "graceful-fs": "^4.1.6"
  8881. }
  8882. },
  8883. "node_modules/jsx-ast-utils": {
  8884. "version": "3.3.4",
  8885. "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.4.tgz",
  8886. "integrity": "sha512-fX2TVdCViod6HwKEtSWGHs57oFhVfCMwieb9PuRDgjDPh5XeqJiHFFFJCHxU5cnTc3Bu/GRL+kPiFmw8XWOfKw==",
  8887. "dev": true,
  8888. "dependencies": {
  8889. "array-includes": "^3.1.6",
  8890. "array.prototype.flat": "^1.3.1",
  8891. "object.assign": "^4.1.4",
  8892. "object.values": "^1.1.6"
  8893. },
  8894. "engines": {
  8895. "node": ">=4.0"
  8896. }
  8897. },
  8898. "node_modules/kind-of": {
  8899. "version": "6.0.3",
  8900. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
  8901. "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
  8902. "engines": {
  8903. "node": ">=0.10.0"
  8904. }
  8905. },
  8906. "node_modules/klaw-sync": {
  8907. "version": "6.0.0",
  8908. "resolved": "https://registry.npmjs.org/klaw-sync/-/klaw-sync-6.0.0.tgz",
  8909. "integrity": "sha512-nIeuVSzdCCs6TDPTqI8w1Yre34sSq7AkZ4B3sfOBbI2CgVSB4Du4aLQijFU2+lhAFCwt9+42Hel6lQNIv6AntQ==",
  8910. "dependencies": {
  8911. "graceful-fs": "^4.1.11"
  8912. }
  8913. },
  8914. "node_modules/kleur": {
  8915. "version": "3.0.3",
  8916. "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
  8917. "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
  8918. "engines": {
  8919. "node": ">=6"
  8920. }
  8921. },
  8922. "node_modules/leven": {
  8923. "version": "3.1.0",
  8924. "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
  8925. "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==",
  8926. "engines": {
  8927. "node": ">=6"
  8928. }
  8929. },
  8930. "node_modules/levn": {
  8931. "version": "0.4.1",
  8932. "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
  8933. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  8934. "dev": true,
  8935. "dependencies": {
  8936. "prelude-ls": "^1.2.1",
  8937. "type-check": "~0.4.0"
  8938. },
  8939. "engines": {
  8940. "node": ">= 0.8.0"
  8941. }
  8942. },
  8943. "node_modules/lines-and-columns": {
  8944. "version": "1.2.4",
  8945. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  8946. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
  8947. "dev": true
  8948. },
  8949. "node_modules/locate-path": {
  8950. "version": "6.0.0",
  8951. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  8952. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  8953. "dependencies": {
  8954. "p-locate": "^5.0.0"
  8955. },
  8956. "engines": {
  8957. "node": ">=10"
  8958. },
  8959. "funding": {
  8960. "url": "https://github.com/sponsors/sindresorhus"
  8961. }
  8962. },
  8963. "node_modules/lodash": {
  8964. "version": "4.17.21",
  8965. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
  8966. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
  8967. },
  8968. "node_modules/lodash.debounce": {
  8969. "version": "4.0.8",
  8970. "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
  8971. "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow=="
  8972. },
  8973. "node_modules/lodash.merge": {
  8974. "version": "4.6.2",
  8975. "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
  8976. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  8977. "dev": true
  8978. },
  8979. "node_modules/lodash.throttle": {
  8980. "version": "4.1.1",
  8981. "resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz",
  8982. "integrity": "sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ=="
  8983. },
  8984. "node_modules/log-symbols": {
  8985. "version": "4.1.0",
  8986. "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz",
  8987. "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==",
  8988. "dependencies": {
  8989. "chalk": "^4.1.0",
  8990. "is-unicode-supported": "^0.1.0"
  8991. },
  8992. "engines": {
  8993. "node": ">=10"
  8994. },
  8995. "funding": {
  8996. "url": "https://github.com/sponsors/sindresorhus"
  8997. }
  8998. },
  8999. "node_modules/logkitty": {
  9000. "version": "0.7.1",
  9001. "resolved": "https://registry.npmjs.org/logkitty/-/logkitty-0.7.1.tgz",
  9002. "integrity": "sha512-/3ER20CTTbahrCrpYfPn7Xavv9diBROZpoXGVZDWMw4b/X4uuUwAC0ki85tgsdMRONURyIJbcOvS94QsUBYPbQ==",
  9003. "dependencies": {
  9004. "ansi-fragments": "^0.2.1",
  9005. "dayjs": "^1.8.15",
  9006. "yargs": "^15.1.0"
  9007. },
  9008. "bin": {
  9009. "logkitty": "bin/logkitty.js"
  9010. }
  9011. },
  9012. "node_modules/logkitty/node_modules/yargs": {
  9013. "version": "15.4.1",
  9014. "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz",
  9015. "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==",
  9016. "dependencies": {
  9017. "cliui": "^6.0.0",
  9018. "decamelize": "^1.2.0",
  9019. "find-up": "^4.1.0",
  9020. "get-caller-file": "^2.0.1",
  9021. "require-directory": "^2.1.1",
  9022. "require-main-filename": "^2.0.0",
  9023. "set-blocking": "^2.0.0",
  9024. "string-width": "^4.2.0",
  9025. "which-module": "^2.0.0",
  9026. "y18n": "^4.0.0",
  9027. "yargs-parser": "^18.1.2"
  9028. },
  9029. "engines": {
  9030. "node": ">=8"
  9031. }
  9032. },
  9033. "node_modules/loose-envify": {
  9034. "version": "1.4.0",
  9035. "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
  9036. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  9037. "dependencies": {
  9038. "js-tokens": "^3.0.0 || ^4.0.0"
  9039. },
  9040. "bin": {
  9041. "loose-envify": "cli.js"
  9042. }
  9043. },
  9044. "node_modules/lru-cache": {
  9045. "version": "5.1.1",
  9046. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  9047. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  9048. "dependencies": {
  9049. "yallist": "^3.0.2"
  9050. }
  9051. },
  9052. "node_modules/make-dir": {
  9053. "version": "2.1.0",
  9054. "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz",
  9055. "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==",
  9056. "dependencies": {
  9057. "pify": "^4.0.1",
  9058. "semver": "^5.6.0"
  9059. },
  9060. "engines": {
  9061. "node": ">=6"
  9062. }
  9063. },
  9064. "node_modules/make-dir/node_modules/semver": {
  9065. "version": "5.7.2",
  9066. "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
  9067. "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
  9068. "bin": {
  9069. "semver": "bin/semver"
  9070. }
  9071. },
  9072. "node_modules/makeerror": {
  9073. "version": "1.0.12",
  9074. "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz",
  9075. "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==",
  9076. "dependencies": {
  9077. "tmpl": "1.0.5"
  9078. }
  9079. },
  9080. "node_modules/memoize-one": {
  9081. "version": "5.2.1",
  9082. "resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-5.2.1.tgz",
  9083. "integrity": "sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q=="
  9084. },
  9085. "node_modules/merge-stream": {
  9086. "version": "2.0.0",
  9087. "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
  9088. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w=="
  9089. },
  9090. "node_modules/merge2": {
  9091. "version": "1.4.1",
  9092. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  9093. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  9094. "dev": true,
  9095. "engines": {
  9096. "node": ">= 8"
  9097. }
  9098. },
  9099. "node_modules/metro": {
  9100. "version": "0.76.5",
  9101. "resolved": "https://registry.npmjs.org/metro/-/metro-0.76.5.tgz",
  9102. "integrity": "sha512-aEQiqNFibfx4ajUXm7Xatsv43r/UQ0xE53T3XqgZBzsxhF235tf1cl8t0giawi0RbLtDS+Fu4kg2bVBKDYFy7A==",
  9103. "dependencies": {
  9104. "@babel/code-frame": "^7.0.0",
  9105. "@babel/core": "^7.20.0",
  9106. "@babel/generator": "^7.20.0",
  9107. "@babel/parser": "^7.20.0",
  9108. "@babel/template": "^7.0.0",
  9109. "@babel/traverse": "^7.20.0",
  9110. "@babel/types": "^7.20.0",
  9111. "accepts": "^1.3.7",
  9112. "async": "^3.2.2",
  9113. "chalk": "^4.0.0",
  9114. "ci-info": "^2.0.0",
  9115. "connect": "^3.6.5",
  9116. "debug": "^2.2.0",
  9117. "denodeify": "^1.2.1",
  9118. "error-stack-parser": "^2.0.6",
  9119. "graceful-fs": "^4.2.4",
  9120. "hermes-parser": "0.8.0",
  9121. "image-size": "^1.0.2",
  9122. "invariant": "^2.2.4",
  9123. "jest-worker": "^27.2.0",
  9124. "jsc-safe-url": "^0.2.2",
  9125. "lodash.throttle": "^4.1.1",
  9126. "metro-babel-transformer": "0.76.5",
  9127. "metro-cache": "0.76.5",
  9128. "metro-cache-key": "0.76.5",
  9129. "metro-config": "0.76.5",
  9130. "metro-core": "0.76.5",
  9131. "metro-file-map": "0.76.5",
  9132. "metro-inspector-proxy": "0.76.5",
  9133. "metro-minify-terser": "0.76.5",
  9134. "metro-minify-uglify": "0.76.5",
  9135. "metro-react-native-babel-preset": "0.76.5",
  9136. "metro-resolver": "0.76.5",
  9137. "metro-runtime": "0.76.5",
  9138. "metro-source-map": "0.76.5",
  9139. "metro-symbolicate": "0.76.5",
  9140. "metro-transform-plugins": "0.76.5",
  9141. "metro-transform-worker": "0.76.5",
  9142. "mime-types": "^2.1.27",
  9143. "node-fetch": "^2.2.0",
  9144. "nullthrows": "^1.1.1",
  9145. "rimraf": "^3.0.2",
  9146. "serialize-error": "^2.1.0",
  9147. "source-map": "^0.5.6",
  9148. "strip-ansi": "^6.0.0",
  9149. "throat": "^5.0.0",
  9150. "ws": "^7.5.1",
  9151. "yargs": "^17.6.2"
  9152. },
  9153. "bin": {
  9154. "metro": "src/cli.js"
  9155. },
  9156. "engines": {
  9157. "node": ">=16"
  9158. }
  9159. },
  9160. "node_modules/metro-babel-transformer": {
  9161. "version": "0.76.5",
  9162. "resolved": "https://registry.npmjs.org/metro-babel-transformer/-/metro-babel-transformer-0.76.5.tgz",
  9163. "integrity": "sha512-KmsMXY6VHjPLRQLwTITjLo//7ih8Ts39HPF2zODkaYav/ZLNq0QP7eGuW54dvk/sZiL9le1kaBwTN4BWQI1VZQ==",
  9164. "dependencies": {
  9165. "@babel/core": "^7.20.0",
  9166. "hermes-parser": "0.8.0",
  9167. "metro-source-map": "0.76.5",
  9168. "nullthrows": "^1.1.1"
  9169. },
  9170. "engines": {
  9171. "node": ">=16"
  9172. }
  9173. },
  9174. "node_modules/metro-cache": {
  9175. "version": "0.76.5",
  9176. "resolved": "https://registry.npmjs.org/metro-cache/-/metro-cache-0.76.5.tgz",
  9177. "integrity": "sha512-8XalhoMNWDK6bi41oqxIpecTYRt4WsmtoHdqshgJIYshJ6qov0NuDw0pOfnS8rgMNHxPpuWyXc7NyKERqVRzaw==",
  9178. "dependencies": {
  9179. "metro-core": "0.76.5",
  9180. "rimraf": "^3.0.2"
  9181. },
  9182. "engines": {
  9183. "node": ">=16"
  9184. }
  9185. },
  9186. "node_modules/metro-cache-key": {
  9187. "version": "0.76.5",
  9188. "resolved": "https://registry.npmjs.org/metro-cache-key/-/metro-cache-key-0.76.5.tgz",
  9189. "integrity": "sha512-QERX6ejYMt4BPr0ZMf7adnrOivmFSUbCim9FlU6cAeWUib+pV5P/Ph3KicWnOzJpbQz93+tHHG7vcsP6OrvLMw==",
  9190. "engines": {
  9191. "node": ">=16"
  9192. }
  9193. },
  9194. "node_modules/metro-config": {
  9195. "version": "0.76.5",
  9196. "resolved": "https://registry.npmjs.org/metro-config/-/metro-config-0.76.5.tgz",
  9197. "integrity": "sha512-SCMVIDOtm8s3H62E9z2IcY4Q9GVMqDurbiJS3PHrWgTZjwZFaL59lrW4W6DvzvFZHa9bbxKric5TFtwvVuyOCg==",
  9198. "dependencies": {
  9199. "cosmiconfig": "^5.0.5",
  9200. "jest-validate": "^29.2.1",
  9201. "metro": "0.76.5",
  9202. "metro-cache": "0.76.5",
  9203. "metro-core": "0.76.5",
  9204. "metro-runtime": "0.76.5"
  9205. },
  9206. "engines": {
  9207. "node": ">=16"
  9208. }
  9209. },
  9210. "node_modules/metro-core": {
  9211. "version": "0.76.5",
  9212. "resolved": "https://registry.npmjs.org/metro-core/-/metro-core-0.76.5.tgz",
  9213. "integrity": "sha512-yJvIe8a3sAG92U7+E7Bw6m4lae9RB180fp9iQZFBqY437Ilv4nE6PR8EWB6d8c4yt9fXIL1Hc+KyQv7OPFx/rQ==",
  9214. "dependencies": {
  9215. "lodash.throttle": "^4.1.1",
  9216. "metro-resolver": "0.76.5"
  9217. },
  9218. "engines": {
  9219. "node": ">=16"
  9220. }
  9221. },
  9222. "node_modules/metro-file-map": {
  9223. "version": "0.76.5",
  9224. "resolved": "https://registry.npmjs.org/metro-file-map/-/metro-file-map-0.76.5.tgz",
  9225. "integrity": "sha512-9VS7zsec7BpTb+0v1DObOXso6XU/7oVBObQWp0EWBQpFcU1iF1lit2nnLQh2AyGCnSr8JVnuUe8gXhNH6xtPMg==",
  9226. "dependencies": {
  9227. "anymatch": "^3.0.3",
  9228. "debug": "^2.2.0",
  9229. "fb-watchman": "^2.0.0",
  9230. "graceful-fs": "^4.2.4",
  9231. "invariant": "^2.2.4",
  9232. "jest-regex-util": "^27.0.6",
  9233. "jest-util": "^27.2.0",
  9234. "jest-worker": "^27.2.0",
  9235. "micromatch": "^4.0.4",
  9236. "node-abort-controller": "^3.1.1",
  9237. "nullthrows": "^1.1.1",
  9238. "walker": "^1.0.7"
  9239. },
  9240. "engines": {
  9241. "node": ">=16"
  9242. },
  9243. "optionalDependencies": {
  9244. "fsevents": "^2.3.2"
  9245. }
  9246. },
  9247. "node_modules/metro-inspector-proxy": {
  9248. "version": "0.76.5",
  9249. "resolved": "https://registry.npmjs.org/metro-inspector-proxy/-/metro-inspector-proxy-0.76.5.tgz",
  9250. "integrity": "sha512-leqwei1qNMKOEbhqlQ37K+7OIp1JRgvS5qERO+J0ZTg7ZeJTaBHSFU7FnCeRHB9Tu7/FSfypY2PxjydZDwvUEQ==",
  9251. "dependencies": {
  9252. "connect": "^3.6.5",
  9253. "debug": "^2.2.0",
  9254. "node-fetch": "^2.2.0",
  9255. "ws": "^7.5.1",
  9256. "yargs": "^17.6.2"
  9257. },
  9258. "bin": {
  9259. "metro-inspector-proxy": "src/cli.js"
  9260. },
  9261. "engines": {
  9262. "node": ">=16"
  9263. }
  9264. },
  9265. "node_modules/metro-inspector-proxy/node_modules/ws": {
  9266. "version": "7.5.9",
  9267. "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz",
  9268. "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==",
  9269. "engines": {
  9270. "node": ">=8.3.0"
  9271. },
  9272. "peerDependencies": {
  9273. "bufferutil": "^4.0.1",
  9274. "utf-8-validate": "^5.0.2"
  9275. },
  9276. "peerDependenciesMeta": {
  9277. "bufferutil": {
  9278. "optional": true
  9279. },
  9280. "utf-8-validate": {
  9281. "optional": true
  9282. }
  9283. }
  9284. },
  9285. "node_modules/metro-minify-terser": {
  9286. "version": "0.76.5",
  9287. "resolved": "https://registry.npmjs.org/metro-minify-terser/-/metro-minify-terser-0.76.5.tgz",
  9288. "integrity": "sha512-zizTXqlHcG7PArB5hfz1Djz/oCaOaTSXTZDNp8Y9K2FmmfLU3dU2eoDbNNiCnm5QdDtFIndLMXdqqe6omTfp4g==",
  9289. "dependencies": {
  9290. "terser": "^5.15.0"
  9291. },
  9292. "engines": {
  9293. "node": ">=16"
  9294. }
  9295. },
  9296. "node_modules/metro-minify-uglify": {
  9297. "version": "0.76.5",
  9298. "resolved": "https://registry.npmjs.org/metro-minify-uglify/-/metro-minify-uglify-0.76.5.tgz",
  9299. "integrity": "sha512-JZNO5eK8r625/cheWSl+y7n0RlHLt03iSMgXPAxirH8BiFqPzs7h+c57r4AvSs793VXcF7L3sI1sAOj+nRqTeg==",
  9300. "dependencies": {
  9301. "uglify-es": "^3.1.9"
  9302. },
  9303. "engines": {
  9304. "node": ">=16"
  9305. }
  9306. },
  9307. "node_modules/metro-react-native-babel-preset": {
  9308. "version": "0.73.9",
  9309. "resolved": "https://registry.npmjs.org/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.73.9.tgz",
  9310. "integrity": "sha512-AoD7v132iYDV4K78yN2OLgTPwtAKn0XlD2pOhzyBxiI8PeXzozhbKyPV7zUOJUPETj+pcEVfuYj5ZN/8+bhbCw==",
  9311. "dev": true,
  9312. "dependencies": {
  9313. "@babel/core": "^7.20.0",
  9314. "@babel/plugin-proposal-async-generator-functions": "^7.0.0",
  9315. "@babel/plugin-proposal-class-properties": "^7.0.0",
  9316. "@babel/plugin-proposal-export-default-from": "^7.0.0",
  9317. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
  9318. "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
  9319. "@babel/plugin-proposal-optional-catch-binding": "^7.0.0",
  9320. "@babel/plugin-proposal-optional-chaining": "^7.0.0",
  9321. "@babel/plugin-syntax-dynamic-import": "^7.0.0",
  9322. "@babel/plugin-syntax-export-default-from": "^7.0.0",
  9323. "@babel/plugin-syntax-flow": "^7.18.0",
  9324. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.0.0",
  9325. "@babel/plugin-syntax-optional-chaining": "^7.0.0",
  9326. "@babel/plugin-transform-arrow-functions": "^7.0.0",
  9327. "@babel/plugin-transform-async-to-generator": "^7.0.0",
  9328. "@babel/plugin-transform-block-scoping": "^7.0.0",
  9329. "@babel/plugin-transform-classes": "^7.0.0",
  9330. "@babel/plugin-transform-computed-properties": "^7.0.0",
  9331. "@babel/plugin-transform-destructuring": "^7.0.0",
  9332. "@babel/plugin-transform-flow-strip-types": "^7.0.0",
  9333. "@babel/plugin-transform-function-name": "^7.0.0",
  9334. "@babel/plugin-transform-literals": "^7.0.0",
  9335. "@babel/plugin-transform-modules-commonjs": "^7.0.0",
  9336. "@babel/plugin-transform-named-capturing-groups-regex": "^7.0.0",
  9337. "@babel/plugin-transform-parameters": "^7.0.0",
  9338. "@babel/plugin-transform-react-display-name": "^7.0.0",
  9339. "@babel/plugin-transform-react-jsx": "^7.0.0",
  9340. "@babel/plugin-transform-react-jsx-self": "^7.0.0",
  9341. "@babel/plugin-transform-react-jsx-source": "^7.0.0",
  9342. "@babel/plugin-transform-runtime": "^7.0.0",
  9343. "@babel/plugin-transform-shorthand-properties": "^7.0.0",
  9344. "@babel/plugin-transform-spread": "^7.0.0",
  9345. "@babel/plugin-transform-sticky-regex": "^7.0.0",
  9346. "@babel/plugin-transform-template-literals": "^7.0.0",
  9347. "@babel/plugin-transform-typescript": "^7.5.0",
  9348. "@babel/plugin-transform-unicode-regex": "^7.0.0",
  9349. "@babel/template": "^7.0.0",
  9350. "react-refresh": "^0.4.0"
  9351. },
  9352. "peerDependencies": {
  9353. "@babel/core": "*"
  9354. }
  9355. },
  9356. "node_modules/metro-react-native-babel-transformer": {
  9357. "version": "0.76.5",
  9358. "resolved": "https://registry.npmjs.org/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.76.5.tgz",
  9359. "integrity": "sha512-7m2u7jQ1I2mwGm48Vrki5cNNSv4d2HegHMGmE5G2AAa6Pr2O3ajaX2yNoAKF8TCLO38/8pa9fZd0VWAlO/YMcA==",
  9360. "dependencies": {
  9361. "@babel/core": "^7.20.0",
  9362. "babel-preset-fbjs": "^3.4.0",
  9363. "hermes-parser": "0.8.0",
  9364. "metro-babel-transformer": "0.76.5",
  9365. "metro-react-native-babel-preset": "0.76.5",
  9366. "metro-source-map": "0.76.5",
  9367. "nullthrows": "^1.1.1"
  9368. },
  9369. "engines": {
  9370. "node": ">=16"
  9371. },
  9372. "peerDependencies": {
  9373. "@babel/core": "*"
  9374. }
  9375. },
  9376. "node_modules/metro-react-native-babel-transformer/node_modules/metro-react-native-babel-preset": {
  9377. "version": "0.76.5",
  9378. "resolved": "https://registry.npmjs.org/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.76.5.tgz",
  9379. "integrity": "sha512-IlVKeTon5fef77rQ6WreSmrabmbc3dEsLwr/sL80fYjobjsD8FRCnOlbaJdgUf2SMJmSIoawgjh5Yeebv+gJzg==",
  9380. "dependencies": {
  9381. "@babel/core": "^7.20.0",
  9382. "@babel/plugin-proposal-async-generator-functions": "^7.0.0",
  9383. "@babel/plugin-proposal-class-properties": "^7.18.0",
  9384. "@babel/plugin-proposal-export-default-from": "^7.0.0",
  9385. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.0",
  9386. "@babel/plugin-proposal-numeric-separator": "^7.0.0",
  9387. "@babel/plugin-proposal-object-rest-spread": "^7.20.0",
  9388. "@babel/plugin-proposal-optional-catch-binding": "^7.0.0",
  9389. "@babel/plugin-proposal-optional-chaining": "^7.20.0",
  9390. "@babel/plugin-syntax-dynamic-import": "^7.8.0",
  9391. "@babel/plugin-syntax-export-default-from": "^7.0.0",
  9392. "@babel/plugin-syntax-flow": "^7.18.0",
  9393. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.0.0",
  9394. "@babel/plugin-syntax-optional-chaining": "^7.0.0",
  9395. "@babel/plugin-transform-arrow-functions": "^7.0.0",
  9396. "@babel/plugin-transform-async-to-generator": "^7.20.0",
  9397. "@babel/plugin-transform-block-scoping": "^7.0.0",
  9398. "@babel/plugin-transform-classes": "^7.0.0",
  9399. "@babel/plugin-transform-computed-properties": "^7.0.0",
  9400. "@babel/plugin-transform-destructuring": "^7.20.0",
  9401. "@babel/plugin-transform-flow-strip-types": "^7.20.0",
  9402. "@babel/plugin-transform-function-name": "^7.0.0",
  9403. "@babel/plugin-transform-literals": "^7.0.0",
  9404. "@babel/plugin-transform-modules-commonjs": "^7.0.0",
  9405. "@babel/plugin-transform-named-capturing-groups-regex": "^7.0.0",
  9406. "@babel/plugin-transform-parameters": "^7.0.0",
  9407. "@babel/plugin-transform-react-display-name": "^7.0.0",
  9408. "@babel/plugin-transform-react-jsx": "^7.0.0",
  9409. "@babel/plugin-transform-react-jsx-self": "^7.0.0",
  9410. "@babel/plugin-transform-react-jsx-source": "^7.0.0",
  9411. "@babel/plugin-transform-runtime": "^7.0.0",
  9412. "@babel/plugin-transform-shorthand-properties": "^7.0.0",
  9413. "@babel/plugin-transform-spread": "^7.0.0",
  9414. "@babel/plugin-transform-sticky-regex": "^7.0.0",
  9415. "@babel/plugin-transform-typescript": "^7.5.0",
  9416. "@babel/plugin-transform-unicode-regex": "^7.0.0",
  9417. "@babel/template": "^7.0.0",
  9418. "babel-plugin-transform-flow-enums": "^0.0.2",
  9419. "react-refresh": "^0.4.0"
  9420. },
  9421. "engines": {
  9422. "node": ">=16"
  9423. },
  9424. "peerDependencies": {
  9425. "@babel/core": "*"
  9426. }
  9427. },
  9428. "node_modules/metro-resolver": {
  9429. "version": "0.76.5",
  9430. "resolved": "https://registry.npmjs.org/metro-resolver/-/metro-resolver-0.76.5.tgz",
  9431. "integrity": "sha512-QNsbDdf0xL1HefP6fhh1g3umqiX1qWEuCiBaTFroYRqM7u7RATt8mCu4n/FwSYhATuUUujHTIb2EduuQPbSGRQ==",
  9432. "engines": {
  9433. "node": ">=16"
  9434. }
  9435. },
  9436. "node_modules/metro-runtime": {
  9437. "version": "0.76.5",
  9438. "resolved": "https://registry.npmjs.org/metro-runtime/-/metro-runtime-0.76.5.tgz",
  9439. "integrity": "sha512-1JAf9/v/NDHLhoTfiJ0n25G6dRkX7mjTkaMJ6UUXIyfIuSucoK5yAuOBx8OveNIekoLRjmyvSmyN5ojEeRmpvQ==",
  9440. "dependencies": {
  9441. "@babel/runtime": "^7.0.0",
  9442. "react-refresh": "^0.4.0"
  9443. },
  9444. "engines": {
  9445. "node": ">=16"
  9446. }
  9447. },
  9448. "node_modules/metro-source-map": {
  9449. "version": "0.76.5",
  9450. "resolved": "https://registry.npmjs.org/metro-source-map/-/metro-source-map-0.76.5.tgz",
  9451. "integrity": "sha512-1EhYPcoftONlvnOzgos7daE8hsJKOgSN3nD3Xf/yaY1F0aLeGeuWfpiNLLeFDNyUhfObHSuNxNhDQF/x1GFEbw==",
  9452. "dependencies": {
  9453. "@babel/traverse": "^7.20.0",
  9454. "@babel/types": "^7.20.0",
  9455. "invariant": "^2.2.4",
  9456. "metro-symbolicate": "0.76.5",
  9457. "nullthrows": "^1.1.1",
  9458. "ob1": "0.76.5",
  9459. "source-map": "^0.5.6",
  9460. "vlq": "^1.0.0"
  9461. },
  9462. "engines": {
  9463. "node": ">=16"
  9464. }
  9465. },
  9466. "node_modules/metro-source-map/node_modules/source-map": {
  9467. "version": "0.5.7",
  9468. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
  9469. "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
  9470. "engines": {
  9471. "node": ">=0.10.0"
  9472. }
  9473. },
  9474. "node_modules/metro-symbolicate": {
  9475. "version": "0.76.5",
  9476. "resolved": "https://registry.npmjs.org/metro-symbolicate/-/metro-symbolicate-0.76.5.tgz",
  9477. "integrity": "sha512-7iftzh6G6HO4UDBmjsi2Yu4d6IkApv6Kg+jmBvkTjCXr8HwnKKum89gMg/FRMix+Rhhut0dnMpz6mAbtKTU9JQ==",
  9478. "dependencies": {
  9479. "invariant": "^2.2.4",
  9480. "metro-source-map": "0.76.5",
  9481. "nullthrows": "^1.1.1",
  9482. "source-map": "^0.5.6",
  9483. "through2": "^2.0.1",
  9484. "vlq": "^1.0.0"
  9485. },
  9486. "bin": {
  9487. "metro-symbolicate": "src/index.js"
  9488. },
  9489. "engines": {
  9490. "node": ">=16"
  9491. }
  9492. },
  9493. "node_modules/metro-symbolicate/node_modules/source-map": {
  9494. "version": "0.5.7",
  9495. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
  9496. "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
  9497. "engines": {
  9498. "node": ">=0.10.0"
  9499. }
  9500. },
  9501. "node_modules/metro-transform-plugins": {
  9502. "version": "0.76.5",
  9503. "resolved": "https://registry.npmjs.org/metro-transform-plugins/-/metro-transform-plugins-0.76.5.tgz",
  9504. "integrity": "sha512-7pJ24aRuvzdQYpX/eOyodr4fnwVJP5ArNLBE1d0DOU9sQxsGplOORDTGAqw2L01+UgaSJiiwEoFMw7Z91HAS+Q==",
  9505. "dependencies": {
  9506. "@babel/core": "^7.20.0",
  9507. "@babel/generator": "^7.20.0",
  9508. "@babel/template": "^7.0.0",
  9509. "@babel/traverse": "^7.20.0",
  9510. "nullthrows": "^1.1.1"
  9511. },
  9512. "engines": {
  9513. "node": ">=16"
  9514. }
  9515. },
  9516. "node_modules/metro-transform-worker": {
  9517. "version": "0.76.5",
  9518. "resolved": "https://registry.npmjs.org/metro-transform-worker/-/metro-transform-worker-0.76.5.tgz",
  9519. "integrity": "sha512-xN6Kb06o9u5A7M1bbl7oPfQFmt4Kmi3CMXp5j9OcK37AFc+u6YXH8x/6e9b3Cq50rlBYuCXDOOYAWI5/tYNt2w==",
  9520. "dependencies": {
  9521. "@babel/core": "^7.20.0",
  9522. "@babel/generator": "^7.20.0",
  9523. "@babel/parser": "^7.20.0",
  9524. "@babel/types": "^7.20.0",
  9525. "babel-preset-fbjs": "^3.4.0",
  9526. "metro": "0.76.5",
  9527. "metro-babel-transformer": "0.76.5",
  9528. "metro-cache": "0.76.5",
  9529. "metro-cache-key": "0.76.5",
  9530. "metro-source-map": "0.76.5",
  9531. "metro-transform-plugins": "0.76.5",
  9532. "nullthrows": "^1.1.1"
  9533. },
  9534. "engines": {
  9535. "node": ">=16"
  9536. }
  9537. },
  9538. "node_modules/metro/node_modules/metro-react-native-babel-preset": {
  9539. "version": "0.76.5",
  9540. "resolved": "https://registry.npmjs.org/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.76.5.tgz",
  9541. "integrity": "sha512-IlVKeTon5fef77rQ6WreSmrabmbc3dEsLwr/sL80fYjobjsD8FRCnOlbaJdgUf2SMJmSIoawgjh5Yeebv+gJzg==",
  9542. "dependencies": {
  9543. "@babel/core": "^7.20.0",
  9544. "@babel/plugin-proposal-async-generator-functions": "^7.0.0",
  9545. "@babel/plugin-proposal-class-properties": "^7.18.0",
  9546. "@babel/plugin-proposal-export-default-from": "^7.0.0",
  9547. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.0",
  9548. "@babel/plugin-proposal-numeric-separator": "^7.0.0",
  9549. "@babel/plugin-proposal-object-rest-spread": "^7.20.0",
  9550. "@babel/plugin-proposal-optional-catch-binding": "^7.0.0",
  9551. "@babel/plugin-proposal-optional-chaining": "^7.20.0",
  9552. "@babel/plugin-syntax-dynamic-import": "^7.8.0",
  9553. "@babel/plugin-syntax-export-default-from": "^7.0.0",
  9554. "@babel/plugin-syntax-flow": "^7.18.0",
  9555. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.0.0",
  9556. "@babel/plugin-syntax-optional-chaining": "^7.0.0",
  9557. "@babel/plugin-transform-arrow-functions": "^7.0.0",
  9558. "@babel/plugin-transform-async-to-generator": "^7.20.0",
  9559. "@babel/plugin-transform-block-scoping": "^7.0.0",
  9560. "@babel/plugin-transform-classes": "^7.0.0",
  9561. "@babel/plugin-transform-computed-properties": "^7.0.0",
  9562. "@babel/plugin-transform-destructuring": "^7.20.0",
  9563. "@babel/plugin-transform-flow-strip-types": "^7.20.0",
  9564. "@babel/plugin-transform-function-name": "^7.0.0",
  9565. "@babel/plugin-transform-literals": "^7.0.0",
  9566. "@babel/plugin-transform-modules-commonjs": "^7.0.0",
  9567. "@babel/plugin-transform-named-capturing-groups-regex": "^7.0.0",
  9568. "@babel/plugin-transform-parameters": "^7.0.0",
  9569. "@babel/plugin-transform-react-display-name": "^7.0.0",
  9570. "@babel/plugin-transform-react-jsx": "^7.0.0",
  9571. "@babel/plugin-transform-react-jsx-self": "^7.0.0",
  9572. "@babel/plugin-transform-react-jsx-source": "^7.0.0",
  9573. "@babel/plugin-transform-runtime": "^7.0.0",
  9574. "@babel/plugin-transform-shorthand-properties": "^7.0.0",
  9575. "@babel/plugin-transform-spread": "^7.0.0",
  9576. "@babel/plugin-transform-sticky-regex": "^7.0.0",
  9577. "@babel/plugin-transform-typescript": "^7.5.0",
  9578. "@babel/plugin-transform-unicode-regex": "^7.0.0",
  9579. "@babel/template": "^7.0.0",
  9580. "babel-plugin-transform-flow-enums": "^0.0.2",
  9581. "react-refresh": "^0.4.0"
  9582. },
  9583. "engines": {
  9584. "node": ">=16"
  9585. },
  9586. "peerDependencies": {
  9587. "@babel/core": "*"
  9588. }
  9589. },
  9590. "node_modules/metro/node_modules/source-map": {
  9591. "version": "0.5.7",
  9592. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
  9593. "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
  9594. "engines": {
  9595. "node": ">=0.10.0"
  9596. }
  9597. },
  9598. "node_modules/metro/node_modules/ws": {
  9599. "version": "7.5.9",
  9600. "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz",
  9601. "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==",
  9602. "engines": {
  9603. "node": ">=8.3.0"
  9604. },
  9605. "peerDependencies": {
  9606. "bufferutil": "^4.0.1",
  9607. "utf-8-validate": "^5.0.2"
  9608. },
  9609. "peerDependenciesMeta": {
  9610. "bufferutil": {
  9611. "optional": true
  9612. },
  9613. "utf-8-validate": {
  9614. "optional": true
  9615. }
  9616. }
  9617. },
  9618. "node_modules/micromatch": {
  9619. "version": "4.0.5",
  9620. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
  9621. "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
  9622. "dependencies": {
  9623. "braces": "^3.0.2",
  9624. "picomatch": "^2.3.1"
  9625. },
  9626. "engines": {
  9627. "node": ">=8.6"
  9628. }
  9629. },
  9630. "node_modules/mime": {
  9631. "version": "2.6.0",
  9632. "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz",
  9633. "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==",
  9634. "bin": {
  9635. "mime": "cli.js"
  9636. },
  9637. "engines": {
  9638. "node": ">=4.0.0"
  9639. }
  9640. },
  9641. "node_modules/mime-db": {
  9642. "version": "1.52.0",
  9643. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
  9644. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  9645. "engines": {
  9646. "node": ">= 0.6"
  9647. }
  9648. },
  9649. "node_modules/mime-types": {
  9650. "version": "2.1.35",
  9651. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
  9652. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  9653. "dependencies": {
  9654. "mime-db": "1.52.0"
  9655. },
  9656. "engines": {
  9657. "node": ">= 0.6"
  9658. }
  9659. },
  9660. "node_modules/mimic-fn": {
  9661. "version": "2.1.0",
  9662. "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
  9663. "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
  9664. "engines": {
  9665. "node": ">=6"
  9666. }
  9667. },
  9668. "node_modules/minimatch": {
  9669. "version": "3.1.2",
  9670. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  9671. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  9672. "dependencies": {
  9673. "brace-expansion": "^1.1.7"
  9674. },
  9675. "engines": {
  9676. "node": "*"
  9677. }
  9678. },
  9679. "node_modules/minimist": {
  9680. "version": "1.2.8",
  9681. "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
  9682. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  9683. "funding": {
  9684. "url": "https://github.com/sponsors/ljharb"
  9685. }
  9686. },
  9687. "node_modules/mkdirp": {
  9688. "version": "0.5.6",
  9689. "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
  9690. "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
  9691. "dependencies": {
  9692. "minimist": "^1.2.6"
  9693. },
  9694. "bin": {
  9695. "mkdirp": "bin/cmd.js"
  9696. }
  9697. },
  9698. "node_modules/ms": {
  9699. "version": "2.1.3",
  9700. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  9701. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
  9702. },
  9703. "node_modules/nanoid": {
  9704. "version": "3.3.6",
  9705. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz",
  9706. "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==",
  9707. "funding": [
  9708. {
  9709. "type": "github",
  9710. "url": "https://github.com/sponsors/ai"
  9711. }
  9712. ],
  9713. "bin": {
  9714. "nanoid": "bin/nanoid.cjs"
  9715. },
  9716. "engines": {
  9717. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  9718. }
  9719. },
  9720. "node_modules/natural-compare": {
  9721. "version": "1.4.0",
  9722. "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  9723. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  9724. "dev": true
  9725. },
  9726. "node_modules/natural-compare-lite": {
  9727. "version": "1.4.0",
  9728. "resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz",
  9729. "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==",
  9730. "dev": true
  9731. },
  9732. "node_modules/negotiator": {
  9733. "version": "0.6.3",
  9734. "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
  9735. "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
  9736. "engines": {
  9737. "node": ">= 0.6"
  9738. }
  9739. },
  9740. "node_modules/neo-async": {
  9741. "version": "2.6.2",
  9742. "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
  9743. "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw=="
  9744. },
  9745. "node_modules/nocache": {
  9746. "version": "3.0.4",
  9747. "resolved": "https://registry.npmjs.org/nocache/-/nocache-3.0.4.tgz",
  9748. "integrity": "sha512-WDD0bdg9mbq6F4mRxEYcPWwfA1vxd0mrvKOyxI7Xj/atfRHVeutzuWByG//jfm4uPzp0y4Kj051EORCBSQMycw==",
  9749. "engines": {
  9750. "node": ">=12.0.0"
  9751. }
  9752. },
  9753. "node_modules/node-abort-controller": {
  9754. "version": "3.1.1",
  9755. "resolved": "https://registry.npmjs.org/node-abort-controller/-/node-abort-controller-3.1.1.tgz",
  9756. "integrity": "sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ=="
  9757. },
  9758. "node_modules/node-dir": {
  9759. "version": "0.1.17",
  9760. "resolved": "https://registry.npmjs.org/node-dir/-/node-dir-0.1.17.tgz",
  9761. "integrity": "sha512-tmPX422rYgofd4epzrNoOXiE8XFZYOcCq1vD7MAXCDO+O+zndlA2ztdKKMa+EeuBG5tHETpr4ml4RGgpqDCCAg==",
  9762. "dependencies": {
  9763. "minimatch": "^3.0.2"
  9764. },
  9765. "engines": {
  9766. "node": ">= 0.10.5"
  9767. }
  9768. },
  9769. "node_modules/node-fetch": {
  9770. "version": "2.6.12",
  9771. "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.12.tgz",
  9772. "integrity": "sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==",
  9773. "dependencies": {
  9774. "whatwg-url": "^5.0.0"
  9775. },
  9776. "engines": {
  9777. "node": "4.x || >=6.0.0"
  9778. },
  9779. "peerDependencies": {
  9780. "encoding": "^0.1.0"
  9781. },
  9782. "peerDependenciesMeta": {
  9783. "encoding": {
  9784. "optional": true
  9785. }
  9786. }
  9787. },
  9788. "node_modules/node-int64": {
  9789. "version": "0.4.0",
  9790. "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
  9791. "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw=="
  9792. },
  9793. "node_modules/node-releases": {
  9794. "version": "2.0.12",
  9795. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.12.tgz",
  9796. "integrity": "sha512-QzsYKWhXTWx8h1kIvqfnC++o0pEmpRQA/aenALsL2F4pqNVr7YzcdMlDij5WBnwftRbJCNJL/O7zdKaxKPHqgQ=="
  9797. },
  9798. "node_modules/node-stream-zip": {
  9799. "version": "1.15.0",
  9800. "resolved": "https://registry.npmjs.org/node-stream-zip/-/node-stream-zip-1.15.0.tgz",
  9801. "integrity": "sha512-LN4fydt9TqhZhThkZIVQnF9cwjU3qmUH9h78Mx/K7d3VvfRqqwthLwJEUOEL0QPZ0XQmNN7be5Ggit5+4dq3Bw==",
  9802. "engines": {
  9803. "node": ">=0.12.0"
  9804. },
  9805. "funding": {
  9806. "type": "github",
  9807. "url": "https://github.com/sponsors/antelle"
  9808. }
  9809. },
  9810. "node_modules/normalize-path": {
  9811. "version": "3.0.0",
  9812. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  9813. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  9814. "engines": {
  9815. "node": ">=0.10.0"
  9816. }
  9817. },
  9818. "node_modules/npm-run-path": {
  9819. "version": "4.0.1",
  9820. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
  9821. "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
  9822. "dependencies": {
  9823. "path-key": "^3.0.0"
  9824. },
  9825. "engines": {
  9826. "node": ">=8"
  9827. }
  9828. },
  9829. "node_modules/nullthrows": {
  9830. "version": "1.1.1",
  9831. "resolved": "https://registry.npmjs.org/nullthrows/-/nullthrows-1.1.1.tgz",
  9832. "integrity": "sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw=="
  9833. },
  9834. "node_modules/ob1": {
  9835. "version": "0.76.5",
  9836. "resolved": "https://registry.npmjs.org/ob1/-/ob1-0.76.5.tgz",
  9837. "integrity": "sha512-HoxZXMXNuY/eIXGoX7gx1C4O3eB4kJJMola6KoFaMm7PGGg39+AnhbgMASYVmSvP2lwU3545NyiR63g8J9PW3w==",
  9838. "engines": {
  9839. "node": ">=16"
  9840. }
  9841. },
  9842. "node_modules/object-assign": {
  9843. "version": "4.1.1",
  9844. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  9845. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  9846. "engines": {
  9847. "node": ">=0.10.0"
  9848. }
  9849. },
  9850. "node_modules/object-inspect": {
  9851. "version": "1.12.3",
  9852. "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz",
  9853. "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==",
  9854. "dev": true,
  9855. "funding": {
  9856. "url": "https://github.com/sponsors/ljharb"
  9857. }
  9858. },
  9859. "node_modules/object-keys": {
  9860. "version": "1.1.1",
  9861. "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
  9862. "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
  9863. "dev": true,
  9864. "engines": {
  9865. "node": ">= 0.4"
  9866. }
  9867. },
  9868. "node_modules/object.assign": {
  9869. "version": "4.1.4",
  9870. "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz",
  9871. "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==",
  9872. "dev": true,
  9873. "dependencies": {
  9874. "call-bind": "^1.0.2",
  9875. "define-properties": "^1.1.4",
  9876. "has-symbols": "^1.0.3",
  9877. "object-keys": "^1.1.1"
  9878. },
  9879. "engines": {
  9880. "node": ">= 0.4"
  9881. },
  9882. "funding": {
  9883. "url": "https://github.com/sponsors/ljharb"
  9884. }
  9885. },
  9886. "node_modules/object.entries": {
  9887. "version": "1.1.6",
  9888. "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.6.tgz",
  9889. "integrity": "sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==",
  9890. "dev": true,
  9891. "dependencies": {
  9892. "call-bind": "^1.0.2",
  9893. "define-properties": "^1.1.4",
  9894. "es-abstract": "^1.20.4"
  9895. },
  9896. "engines": {
  9897. "node": ">= 0.4"
  9898. }
  9899. },
  9900. "node_modules/object.fromentries": {
  9901. "version": "2.0.6",
  9902. "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.6.tgz",
  9903. "integrity": "sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==",
  9904. "dev": true,
  9905. "dependencies": {
  9906. "call-bind": "^1.0.2",
  9907. "define-properties": "^1.1.4",
  9908. "es-abstract": "^1.20.4"
  9909. },
  9910. "engines": {
  9911. "node": ">= 0.4"
  9912. },
  9913. "funding": {
  9914. "url": "https://github.com/sponsors/ljharb"
  9915. }
  9916. },
  9917. "node_modules/object.hasown": {
  9918. "version": "1.1.2",
  9919. "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.2.tgz",
  9920. "integrity": "sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==",
  9921. "dev": true,
  9922. "dependencies": {
  9923. "define-properties": "^1.1.4",
  9924. "es-abstract": "^1.20.4"
  9925. },
  9926. "funding": {
  9927. "url": "https://github.com/sponsors/ljharb"
  9928. }
  9929. },
  9930. "node_modules/object.values": {
  9931. "version": "1.1.6",
  9932. "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.6.tgz",
  9933. "integrity": "sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==",
  9934. "dev": true,
  9935. "dependencies": {
  9936. "call-bind": "^1.0.2",
  9937. "define-properties": "^1.1.4",
  9938. "es-abstract": "^1.20.4"
  9939. },
  9940. "engines": {
  9941. "node": ">= 0.4"
  9942. },
  9943. "funding": {
  9944. "url": "https://github.com/sponsors/ljharb"
  9945. }
  9946. },
  9947. "node_modules/on-finished": {
  9948. "version": "2.4.1",
  9949. "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
  9950. "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
  9951. "dependencies": {
  9952. "ee-first": "1.1.1"
  9953. },
  9954. "engines": {
  9955. "node": ">= 0.8"
  9956. }
  9957. },
  9958. "node_modules/on-headers": {
  9959. "version": "1.0.2",
  9960. "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
  9961. "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
  9962. "engines": {
  9963. "node": ">= 0.8"
  9964. }
  9965. },
  9966. "node_modules/once": {
  9967. "version": "1.4.0",
  9968. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  9969. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  9970. "dependencies": {
  9971. "wrappy": "1"
  9972. }
  9973. },
  9974. "node_modules/onetime": {
  9975. "version": "5.1.2",
  9976. "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
  9977. "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
  9978. "dependencies": {
  9979. "mimic-fn": "^2.1.0"
  9980. },
  9981. "engines": {
  9982. "node": ">=6"
  9983. },
  9984. "funding": {
  9985. "url": "https://github.com/sponsors/sindresorhus"
  9986. }
  9987. },
  9988. "node_modules/open": {
  9989. "version": "6.4.0",
  9990. "resolved": "https://registry.npmjs.org/open/-/open-6.4.0.tgz",
  9991. "integrity": "sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg==",
  9992. "dependencies": {
  9993. "is-wsl": "^1.1.0"
  9994. },
  9995. "engines": {
  9996. "node": ">=8"
  9997. }
  9998. },
  9999. "node_modules/optionator": {
  10000. "version": "0.9.3",
  10001. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz",
  10002. "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==",
  10003. "dev": true,
  10004. "dependencies": {
  10005. "@aashutoshrathi/word-wrap": "^1.2.3",
  10006. "deep-is": "^0.1.3",
  10007. "fast-levenshtein": "^2.0.6",
  10008. "levn": "^0.4.1",
  10009. "prelude-ls": "^1.2.1",
  10010. "type-check": "^0.4.0"
  10011. },
  10012. "engines": {
  10013. "node": ">= 0.8.0"
  10014. }
  10015. },
  10016. "node_modules/ora": {
  10017. "version": "5.4.1",
  10018. "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz",
  10019. "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==",
  10020. "dependencies": {
  10021. "bl": "^4.1.0",
  10022. "chalk": "^4.1.0",
  10023. "cli-cursor": "^3.1.0",
  10024. "cli-spinners": "^2.5.0",
  10025. "is-interactive": "^1.0.0",
  10026. "is-unicode-supported": "^0.1.0",
  10027. "log-symbols": "^4.1.0",
  10028. "strip-ansi": "^6.0.0",
  10029. "wcwidth": "^1.0.1"
  10030. },
  10031. "engines": {
  10032. "node": ">=10"
  10033. },
  10034. "funding": {
  10035. "url": "https://github.com/sponsors/sindresorhus"
  10036. }
  10037. },
  10038. "node_modules/os-tmpdir": {
  10039. "version": "1.0.2",
  10040. "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
  10041. "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==",
  10042. "engines": {
  10043. "node": ">=0.10.0"
  10044. }
  10045. },
  10046. "node_modules/p-limit": {
  10047. "version": "3.1.0",
  10048. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  10049. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  10050. "dependencies": {
  10051. "yocto-queue": "^0.1.0"
  10052. },
  10053. "engines": {
  10054. "node": ">=10"
  10055. },
  10056. "funding": {
  10057. "url": "https://github.com/sponsors/sindresorhus"
  10058. }
  10059. },
  10060. "node_modules/p-locate": {
  10061. "version": "5.0.0",
  10062. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  10063. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  10064. "dependencies": {
  10065. "p-limit": "^3.0.2"
  10066. },
  10067. "engines": {
  10068. "node": ">=10"
  10069. },
  10070. "funding": {
  10071. "url": "https://github.com/sponsors/sindresorhus"
  10072. }
  10073. },
  10074. "node_modules/p-try": {
  10075. "version": "2.2.0",
  10076. "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
  10077. "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
  10078. "engines": {
  10079. "node": ">=6"
  10080. }
  10081. },
  10082. "node_modules/parent-module": {
  10083. "version": "1.0.1",
  10084. "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  10085. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  10086. "dev": true,
  10087. "dependencies": {
  10088. "callsites": "^3.0.0"
  10089. },
  10090. "engines": {
  10091. "node": ">=6"
  10092. }
  10093. },
  10094. "node_modules/parent-module/node_modules/callsites": {
  10095. "version": "3.1.0",
  10096. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  10097. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  10098. "dev": true,
  10099. "engines": {
  10100. "node": ">=6"
  10101. }
  10102. },
  10103. "node_modules/parse-json": {
  10104. "version": "4.0.0",
  10105. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
  10106. "integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==",
  10107. "dependencies": {
  10108. "error-ex": "^1.3.1",
  10109. "json-parse-better-errors": "^1.0.1"
  10110. },
  10111. "engines": {
  10112. "node": ">=4"
  10113. }
  10114. },
  10115. "node_modules/parseurl": {
  10116. "version": "1.3.3",
  10117. "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
  10118. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  10119. "engines": {
  10120. "node": ">= 0.8"
  10121. }
  10122. },
  10123. "node_modules/patch-package": {
  10124. "version": "7.0.0",
  10125. "resolved": "https://registry.npmjs.org/patch-package/-/patch-package-7.0.0.tgz",
  10126. "integrity": "sha512-eYunHbnnB2ghjTNc5iL1Uo7TsGMuXk0vibX3RFcE/CdVdXzmdbMsG/4K4IgoSuIkLTI5oHrMQk4+NkFqSed0BQ==",
  10127. "dependencies": {
  10128. "@yarnpkg/lockfile": "^1.1.0",
  10129. "chalk": "^4.1.2",
  10130. "ci-info": "^3.7.0",
  10131. "cross-spawn": "^7.0.3",
  10132. "find-yarn-workspace-root": "^2.0.0",
  10133. "fs-extra": "^9.0.0",
  10134. "klaw-sync": "^6.0.0",
  10135. "minimist": "^1.2.6",
  10136. "open": "^7.4.2",
  10137. "rimraf": "^2.6.3",
  10138. "semver": "^5.6.0",
  10139. "slash": "^2.0.0",
  10140. "tmp": "^0.0.33",
  10141. "yaml": "^2.2.2"
  10142. },
  10143. "bin": {
  10144. "patch-package": "index.js"
  10145. },
  10146. "engines": {
  10147. "node": ">=14",
  10148. "npm": ">5"
  10149. }
  10150. },
  10151. "node_modules/patch-package/node_modules/ci-info": {
  10152. "version": "3.8.0",
  10153. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  10154. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  10155. "funding": [
  10156. {
  10157. "type": "github",
  10158. "url": "https://github.com/sponsors/sibiraj-s"
  10159. }
  10160. ],
  10161. "engines": {
  10162. "node": ">=8"
  10163. }
  10164. },
  10165. "node_modules/patch-package/node_modules/fs-extra": {
  10166. "version": "9.1.0",
  10167. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
  10168. "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
  10169. "dependencies": {
  10170. "at-least-node": "^1.0.0",
  10171. "graceful-fs": "^4.2.0",
  10172. "jsonfile": "^6.0.1",
  10173. "universalify": "^2.0.0"
  10174. },
  10175. "engines": {
  10176. "node": ">=10"
  10177. }
  10178. },
  10179. "node_modules/patch-package/node_modules/is-wsl": {
  10180. "version": "2.2.0",
  10181. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
  10182. "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
  10183. "dependencies": {
  10184. "is-docker": "^2.0.0"
  10185. },
  10186. "engines": {
  10187. "node": ">=8"
  10188. }
  10189. },
  10190. "node_modules/patch-package/node_modules/jsonfile": {
  10191. "version": "6.1.0",
  10192. "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
  10193. "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
  10194. "dependencies": {
  10195. "universalify": "^2.0.0"
  10196. },
  10197. "optionalDependencies": {
  10198. "graceful-fs": "^4.1.6"
  10199. }
  10200. },
  10201. "node_modules/patch-package/node_modules/open": {
  10202. "version": "7.4.2",
  10203. "resolved": "https://registry.npmjs.org/open/-/open-7.4.2.tgz",
  10204. "integrity": "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==",
  10205. "dependencies": {
  10206. "is-docker": "^2.0.0",
  10207. "is-wsl": "^2.1.1"
  10208. },
  10209. "engines": {
  10210. "node": ">=8"
  10211. },
  10212. "funding": {
  10213. "url": "https://github.com/sponsors/sindresorhus"
  10214. }
  10215. },
  10216. "node_modules/patch-package/node_modules/rimraf": {
  10217. "version": "2.7.1",
  10218. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
  10219. "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
  10220. "dependencies": {
  10221. "glob": "^7.1.3"
  10222. },
  10223. "bin": {
  10224. "rimraf": "bin.js"
  10225. }
  10226. },
  10227. "node_modules/patch-package/node_modules/semver": {
  10228. "version": "5.7.2",
  10229. "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
  10230. "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
  10231. "bin": {
  10232. "semver": "bin/semver"
  10233. }
  10234. },
  10235. "node_modules/patch-package/node_modules/slash": {
  10236. "version": "2.0.0",
  10237. "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz",
  10238. "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==",
  10239. "engines": {
  10240. "node": ">=6"
  10241. }
  10242. },
  10243. "node_modules/patch-package/node_modules/universalify": {
  10244. "version": "2.0.0",
  10245. "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz",
  10246. "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==",
  10247. "engines": {
  10248. "node": ">= 10.0.0"
  10249. }
  10250. },
  10251. "node_modules/path-exists": {
  10252. "version": "4.0.0",
  10253. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  10254. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  10255. "engines": {
  10256. "node": ">=8"
  10257. }
  10258. },
  10259. "node_modules/path-is-absolute": {
  10260. "version": "1.0.1",
  10261. "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  10262. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  10263. "engines": {
  10264. "node": ">=0.10.0"
  10265. }
  10266. },
  10267. "node_modules/path-key": {
  10268. "version": "3.1.1",
  10269. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  10270. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  10271. "engines": {
  10272. "node": ">=8"
  10273. }
  10274. },
  10275. "node_modules/path-parse": {
  10276. "version": "1.0.7",
  10277. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  10278. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
  10279. },
  10280. "node_modules/path-type": {
  10281. "version": "4.0.0",
  10282. "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
  10283. "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
  10284. "dev": true,
  10285. "engines": {
  10286. "node": ">=8"
  10287. }
  10288. },
  10289. "node_modules/picocolors": {
  10290. "version": "1.0.0",
  10291. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
  10292. "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
  10293. },
  10294. "node_modules/picomatch": {
  10295. "version": "2.3.1",
  10296. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
  10297. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  10298. "engines": {
  10299. "node": ">=8.6"
  10300. },
  10301. "funding": {
  10302. "url": "https://github.com/sponsors/jonschlinkert"
  10303. }
  10304. },
  10305. "node_modules/pify": {
  10306. "version": "4.0.1",
  10307. "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
  10308. "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
  10309. "engines": {
  10310. "node": ">=6"
  10311. }
  10312. },
  10313. "node_modules/pirates": {
  10314. "version": "4.0.6",
  10315. "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz",
  10316. "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==",
  10317. "engines": {
  10318. "node": ">= 6"
  10319. }
  10320. },
  10321. "node_modules/pkg-dir": {
  10322. "version": "3.0.0",
  10323. "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz",
  10324. "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==",
  10325. "dependencies": {
  10326. "find-up": "^3.0.0"
  10327. },
  10328. "engines": {
  10329. "node": ">=6"
  10330. }
  10331. },
  10332. "node_modules/pkg-dir/node_modules/find-up": {
  10333. "version": "3.0.0",
  10334. "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
  10335. "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
  10336. "dependencies": {
  10337. "locate-path": "^3.0.0"
  10338. },
  10339. "engines": {
  10340. "node": ">=6"
  10341. }
  10342. },
  10343. "node_modules/pkg-dir/node_modules/locate-path": {
  10344. "version": "3.0.0",
  10345. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
  10346. "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
  10347. "dependencies": {
  10348. "p-locate": "^3.0.0",
  10349. "path-exists": "^3.0.0"
  10350. },
  10351. "engines": {
  10352. "node": ">=6"
  10353. }
  10354. },
  10355. "node_modules/pkg-dir/node_modules/p-limit": {
  10356. "version": "2.3.0",
  10357. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  10358. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  10359. "dependencies": {
  10360. "p-try": "^2.0.0"
  10361. },
  10362. "engines": {
  10363. "node": ">=6"
  10364. },
  10365. "funding": {
  10366. "url": "https://github.com/sponsors/sindresorhus"
  10367. }
  10368. },
  10369. "node_modules/pkg-dir/node_modules/p-locate": {
  10370. "version": "3.0.0",
  10371. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
  10372. "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
  10373. "dependencies": {
  10374. "p-limit": "^2.0.0"
  10375. },
  10376. "engines": {
  10377. "node": ">=6"
  10378. }
  10379. },
  10380. "node_modules/pkg-dir/node_modules/path-exists": {
  10381. "version": "3.0.0",
  10382. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
  10383. "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
  10384. "engines": {
  10385. "node": ">=4"
  10386. }
  10387. },
  10388. "node_modules/prelude-ls": {
  10389. "version": "1.2.1",
  10390. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  10391. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  10392. "dev": true,
  10393. "engines": {
  10394. "node": ">= 0.8.0"
  10395. }
  10396. },
  10397. "node_modules/prettier": {
  10398. "version": "2.8.8",
  10399. "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz",
  10400. "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
  10401. "dev": true,
  10402. "bin": {
  10403. "prettier": "bin-prettier.js"
  10404. },
  10405. "engines": {
  10406. "node": ">=10.13.0"
  10407. },
  10408. "funding": {
  10409. "url": "https://github.com/prettier/prettier?sponsor=1"
  10410. }
  10411. },
  10412. "node_modules/prettier-linter-helpers": {
  10413. "version": "1.0.0",
  10414. "resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz",
  10415. "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==",
  10416. "dev": true,
  10417. "dependencies": {
  10418. "fast-diff": "^1.1.2"
  10419. },
  10420. "engines": {
  10421. "node": ">=6.0.0"
  10422. }
  10423. },
  10424. "node_modules/pretty-format": {
  10425. "version": "26.6.2",
  10426. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.2.tgz",
  10427. "integrity": "sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==",
  10428. "dependencies": {
  10429. "@jest/types": "^26.6.2",
  10430. "ansi-regex": "^5.0.0",
  10431. "ansi-styles": "^4.0.0",
  10432. "react-is": "^17.0.1"
  10433. },
  10434. "engines": {
  10435. "node": ">= 10"
  10436. }
  10437. },
  10438. "node_modules/pretty-format/node_modules/@jest/types": {
  10439. "version": "26.6.2",
  10440. "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
  10441. "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
  10442. "dependencies": {
  10443. "@types/istanbul-lib-coverage": "^2.0.0",
  10444. "@types/istanbul-reports": "^3.0.0",
  10445. "@types/node": "*",
  10446. "@types/yargs": "^15.0.0",
  10447. "chalk": "^4.0.0"
  10448. },
  10449. "engines": {
  10450. "node": ">= 10.14.2"
  10451. }
  10452. },
  10453. "node_modules/pretty-format/node_modules/@types/yargs": {
  10454. "version": "15.0.15",
  10455. "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.15.tgz",
  10456. "integrity": "sha512-IziEYMU9XoVj8hWg7k+UJrXALkGFjWJhn5QFEv9q4p+v40oZhSuC135M38st8XPjICL7Ey4TV64ferBGUoJhBg==",
  10457. "dependencies": {
  10458. "@types/yargs-parser": "*"
  10459. }
  10460. },
  10461. "node_modules/pretty-format/node_modules/react-is": {
  10462. "version": "17.0.2",
  10463. "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
  10464. "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w=="
  10465. },
  10466. "node_modules/process-nextick-args": {
  10467. "version": "2.0.1",
  10468. "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
  10469. "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
  10470. },
  10471. "node_modules/promise": {
  10472. "version": "8.3.0",
  10473. "resolved": "https://registry.npmjs.org/promise/-/promise-8.3.0.tgz",
  10474. "integrity": "sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==",
  10475. "dependencies": {
  10476. "asap": "~2.0.6"
  10477. }
  10478. },
  10479. "node_modules/prompts": {
  10480. "version": "2.4.2",
  10481. "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
  10482. "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
  10483. "dependencies": {
  10484. "kleur": "^3.0.3",
  10485. "sisteransi": "^1.0.5"
  10486. },
  10487. "engines": {
  10488. "node": ">= 6"
  10489. }
  10490. },
  10491. "node_modules/prop-types": {
  10492. "version": "15.8.1",
  10493. "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
  10494. "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
  10495. "dependencies": {
  10496. "loose-envify": "^1.4.0",
  10497. "object-assign": "^4.1.1",
  10498. "react-is": "^16.13.1"
  10499. }
  10500. },
  10501. "node_modules/punycode": {
  10502. "version": "2.3.0",
  10503. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz",
  10504. "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==",
  10505. "dev": true,
  10506. "engines": {
  10507. "node": ">=6"
  10508. }
  10509. },
  10510. "node_modules/pure-rand": {
  10511. "version": "6.0.2",
  10512. "resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.0.2.tgz",
  10513. "integrity": "sha512-6Yg0ekpKICSjPswYOuC5sku/TSWaRYlA0qsXqJgM/d/4pLPHPuTxK7Nbf7jFKzAeedUhR8C7K9Uv63FBsSo8xQ==",
  10514. "dev": true,
  10515. "funding": [
  10516. {
  10517. "type": "individual",
  10518. "url": "https://github.com/sponsors/dubzzz"
  10519. },
  10520. {
  10521. "type": "opencollective",
  10522. "url": "https://opencollective.com/fast-check"
  10523. }
  10524. ]
  10525. },
  10526. "node_modules/query-string": {
  10527. "version": "7.1.3",
  10528. "resolved": "https://registry.npmjs.org/query-string/-/query-string-7.1.3.tgz",
  10529. "integrity": "sha512-hh2WYhq4fi8+b+/2Kg9CEge4fDPvHS534aOOvOZeQ3+Vf2mCFsaFBYj0i+iXcAq6I9Vzp5fjMFBlONvayDC1qg==",
  10530. "dependencies": {
  10531. "decode-uri-component": "^0.2.2",
  10532. "filter-obj": "^1.1.0",
  10533. "split-on-first": "^1.0.0",
  10534. "strict-uri-encode": "^2.0.0"
  10535. },
  10536. "engines": {
  10537. "node": ">=6"
  10538. },
  10539. "funding": {
  10540. "url": "https://github.com/sponsors/sindresorhus"
  10541. }
  10542. },
  10543. "node_modules/queue": {
  10544. "version": "6.0.2",
  10545. "resolved": "https://registry.npmjs.org/queue/-/queue-6.0.2.tgz",
  10546. "integrity": "sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA==",
  10547. "dependencies": {
  10548. "inherits": "~2.0.3"
  10549. }
  10550. },
  10551. "node_modules/queue-microtask": {
  10552. "version": "1.2.3",
  10553. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  10554. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  10555. "dev": true,
  10556. "funding": [
  10557. {
  10558. "type": "github",
  10559. "url": "https://github.com/sponsors/feross"
  10560. },
  10561. {
  10562. "type": "patreon",
  10563. "url": "https://www.patreon.com/feross"
  10564. },
  10565. {
  10566. "type": "consulting",
  10567. "url": "https://feross.org/support"
  10568. }
  10569. ]
  10570. },
  10571. "node_modules/range-parser": {
  10572. "version": "1.2.1",
  10573. "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
  10574. "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
  10575. "engines": {
  10576. "node": ">= 0.6"
  10577. }
  10578. },
  10579. "node_modules/react": {
  10580. "version": "18.2.0",
  10581. "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz",
  10582. "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==",
  10583. "dependencies": {
  10584. "loose-envify": "^1.1.0"
  10585. },
  10586. "engines": {
  10587. "node": ">=0.10.0"
  10588. }
  10589. },
  10590. "node_modules/react-devtools-core": {
  10591. "version": "4.27.8",
  10592. "resolved": "https://registry.npmjs.org/react-devtools-core/-/react-devtools-core-4.27.8.tgz",
  10593. "integrity": "sha512-KwoH8/wN/+m5wTItLnsgVraGNmFrcTWR3k1VimP1HjtMMw4CNF+F5vg4S/0tzTEKIdpCi2R7mPNTC+/dswZMgw==",
  10594. "dependencies": {
  10595. "shell-quote": "^1.6.1",
  10596. "ws": "^7"
  10597. }
  10598. },
  10599. "node_modules/react-devtools-core/node_modules/ws": {
  10600. "version": "7.5.9",
  10601. "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz",
  10602. "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==",
  10603. "engines": {
  10604. "node": ">=8.3.0"
  10605. },
  10606. "peerDependencies": {
  10607. "bufferutil": "^4.0.1",
  10608. "utf-8-validate": "^5.0.2"
  10609. },
  10610. "peerDependenciesMeta": {
  10611. "bufferutil": {
  10612. "optional": true
  10613. },
  10614. "utf-8-validate": {
  10615. "optional": true
  10616. }
  10617. }
  10618. },
  10619. "node_modules/react-freeze": {
  10620. "version": "1.0.3",
  10621. "resolved": "https://registry.npmjs.org/react-freeze/-/react-freeze-1.0.3.tgz",
  10622. "integrity": "sha512-ZnXwLQnGzrDpHBHiC56TXFXvmolPeMjTn1UOm610M4EXGzbEDR7oOIyS2ZiItgbs6eZc4oU/a0hpk8PrcKvv5g==",
  10623. "engines": {
  10624. "node": ">=10"
  10625. },
  10626. "peerDependencies": {
  10627. "react": ">=17.0.0"
  10628. }
  10629. },
  10630. "node_modules/react-is": {
  10631. "version": "16.13.1",
  10632. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  10633. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
  10634. },
  10635. "node_modules/react-native": {
  10636. "version": "0.72.1",
  10637. "resolved": "https://registry.npmjs.org/react-native/-/react-native-0.72.1.tgz",
  10638. "integrity": "sha512-O9cIVD++kt2XQl0XLCUGUgwSKr8xp+yo0ho5QK6KYWJrCFnnvQLTKL0+HD0rZUcuqFfGknHQJh3h0moQO2EMDg==",
  10639. "dependencies": {
  10640. "@jest/create-cache-key-function": "^29.2.1",
  10641. "@react-native-community/cli": "11.3.3",
  10642. "@react-native-community/cli-platform-android": "11.3.3",
  10643. "@react-native-community/cli-platform-ios": "11.3.3",
  10644. "@react-native/assets-registry": "^0.72.0",
  10645. "@react-native/codegen": "^0.72.6",
  10646. "@react-native/gradle-plugin": "^0.72.11",
  10647. "@react-native/js-polyfills": "^0.72.1",
  10648. "@react-native/normalize-colors": "^0.72.0",
  10649. "@react-native/virtualized-lists": "^0.72.6",
  10650. "abort-controller": "^3.0.0",
  10651. "anser": "^1.4.9",
  10652. "base64-js": "^1.1.2",
  10653. "deprecated-react-native-prop-types": "4.1.0",
  10654. "event-target-shim": "^5.0.1",
  10655. "flow-enums-runtime": "^0.0.5",
  10656. "invariant": "^2.2.4",
  10657. "jest-environment-node": "^29.2.1",
  10658. "jsc-android": "^250231.0.0",
  10659. "memoize-one": "^5.0.0",
  10660. "metro-runtime": "0.76.5",
  10661. "metro-source-map": "0.76.5",
  10662. "mkdirp": "^0.5.1",
  10663. "nullthrows": "^1.1.1",
  10664. "pretty-format": "^26.5.2",
  10665. "promise": "^8.3.0",
  10666. "react-devtools-core": "^4.27.2",
  10667. "react-refresh": "^0.4.0",
  10668. "react-shallow-renderer": "^16.15.0",
  10669. "regenerator-runtime": "^0.13.2",
  10670. "scheduler": "0.24.0-canary-efb381bbf-20230505",
  10671. "stacktrace-parser": "^0.1.10",
  10672. "use-sync-external-store": "^1.0.0",
  10673. "whatwg-fetch": "^3.0.0",
  10674. "ws": "^6.2.2",
  10675. "yargs": "^17.6.2"
  10676. },
  10677. "bin": {
  10678. "react-native": "cli.js"
  10679. },
  10680. "engines": {
  10681. "node": ">=16"
  10682. },
  10683. "peerDependencies": {
  10684. "react": "18.2.0"
  10685. }
  10686. },
  10687. "node_modules/react-native-gesture-handler": {
  10688. "version": "2.12.0",
  10689. "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.12.0.tgz",
  10690. "integrity": "sha512-rr+XwVzXAVpY8co25ukvyI38fKCxTQjz7WajeZktl8qUPdh1twnSExgpT47DqDi4n+m+OiJPAnHfZOkqqAQMOg==",
  10691. "dependencies": {
  10692. "@egjs/hammerjs": "^2.0.17",
  10693. "hoist-non-react-statics": "^3.3.0",
  10694. "invariant": "^2.2.4",
  10695. "lodash": "^4.17.21",
  10696. "prop-types": "^15.7.2"
  10697. },
  10698. "peerDependencies": {
  10699. "react": "*",
  10700. "react-native": "*"
  10701. }
  10702. },
  10703. "node_modules/react-native-gradle-plugin": {
  10704. "version": "0.71.19",
  10705. "resolved": "https://registry.npmjs.org/react-native-gradle-plugin/-/react-native-gradle-plugin-0.71.19.tgz",
  10706. "integrity": "sha512-1dVk9NwhoyKHCSxcrM6vY6cxmojeATsBobDicX0ZKr7DgUF2cBQRTKsimQFvzH8XhOVXyH8p4HyDSZNIFI8OlQ=="
  10707. },
  10708. "node_modules/react-native-linear-gradient": {
  10709. "version": "2.7.3",
  10710. "resolved": "https://registry.npmjs.org/react-native-linear-gradient/-/react-native-linear-gradient-2.7.3.tgz",
  10711. "integrity": "sha512-iyJszlZ1Ech2c+2qV+isMvvJKyoctR9ashDkhJg1/cuSF0vQaeLV1FAYTT3qW9doxChJGxVAFfYoxotH0yi3Iw==",
  10712. "peerDependencies": {
  10713. "react": "*",
  10714. "react-native": "*"
  10715. }
  10716. },
  10717. "node_modules/react-native-paper": {
  10718. "version": "5.9.0",
  10719. "resolved": "https://registry.npmjs.org/react-native-paper/-/react-native-paper-5.9.0.tgz",
  10720. "integrity": "sha512-yPiZLESdyyipw8o6RAw5yAijcQye2ALMu2tA5ZqXyhIQ0lQNOYTQRnSrcSD+c/Dj/aCpV4utJrcQveBnK7VlFw==",
  10721. "hasInstallScript": true,
  10722. "dependencies": {
  10723. "@callstack/react-theme-provider": "^3.0.8",
  10724. "color": "^3.1.2",
  10725. "patch-package": "^7.0.0",
  10726. "use-latest-callback": "^0.1.5"
  10727. },
  10728. "peerDependencies": {
  10729. "react": "*",
  10730. "react-native": "*",
  10731. "react-native-safe-area-context": "*",
  10732. "react-native-vector-icons": "*"
  10733. }
  10734. },
  10735. "node_modules/react-native-paper/node_modules/color": {
  10736. "version": "3.2.1",
  10737. "resolved": "https://registry.npmjs.org/color/-/color-3.2.1.tgz",
  10738. "integrity": "sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==",
  10739. "dependencies": {
  10740. "color-convert": "^1.9.3",
  10741. "color-string": "^1.6.0"
  10742. }
  10743. },
  10744. "node_modules/react-native-paper/node_modules/color-convert": {
  10745. "version": "1.9.3",
  10746. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  10747. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  10748. "dependencies": {
  10749. "color-name": "1.1.3"
  10750. }
  10751. },
  10752. "node_modules/react-native-paper/node_modules/color-name": {
  10753. "version": "1.1.3",
  10754. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
  10755. "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
  10756. },
  10757. "node_modules/react-native-reanimated": {
  10758. "version": "3.3.0",
  10759. "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.3.0.tgz",
  10760. "integrity": "sha512-LzfpPZ1qXBGy5BcUHqw3pBC0qSd22qXS3t8hWSbozXNrBkzMhhOrcILE/nEg/PHpNNp1xvGOW8NwpAMF006roQ==",
  10761. "dependencies": {
  10762. "@babel/plugin-transform-object-assign": "^7.16.7",
  10763. "@babel/preset-typescript": "^7.16.7",
  10764. "convert-source-map": "^2.0.0",
  10765. "invariant": "^2.2.4"
  10766. },
  10767. "peerDependencies": {
  10768. "@babel/core": "^7.0.0-0",
  10769. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0-0",
  10770. "@babel/plugin-proposal-optional-chaining": "^7.0.0-0",
  10771. "@babel/plugin-transform-arrow-functions": "^7.0.0-0",
  10772. "@babel/plugin-transform-shorthand-properties": "^7.0.0-0",
  10773. "@babel/plugin-transform-template-literals": "^7.0.0-0",
  10774. "react": "*",
  10775. "react-native": "*"
  10776. }
  10777. },
  10778. "node_modules/react-native-reanimated-carousel": {
  10779. "version": "3.5.1",
  10780. "resolved": "https://registry.npmjs.org/react-native-reanimated-carousel/-/react-native-reanimated-carousel-3.5.1.tgz",
  10781. "integrity": "sha512-9BBQV6JAYSQm2lV7MFtT4mzapXmW4IZO6s38gfiJL84Jg23ivGB1UykcNQauKgtHyhtW2NuZJzItb1s42lM+hA==",
  10782. "peerDependencies": {
  10783. "react": ">=16.8.0",
  10784. "react-native": ">=0.6.0",
  10785. "react-native-gesture-handler": ">=2.0.0",
  10786. "react-native-reanimated": ">=3.0.0"
  10787. }
  10788. },
  10789. "node_modules/react-native-reanimated/node_modules/convert-source-map": {
  10790. "version": "2.0.0",
  10791. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
  10792. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg=="
  10793. },
  10794. "node_modules/react-native-safe-area-context": {
  10795. "version": "4.6.4",
  10796. "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.6.4.tgz",
  10797. "integrity": "sha512-UWYsokTLZmj8g0cluzoUeGUjQrCTW4slKr2xKmuwQCurAuvSJq/QvfhCrqyea++XrXo46+1Q3wSoP50YXG24jA==",
  10798. "peerDependencies": {
  10799. "react": "*",
  10800. "react-native": "*"
  10801. }
  10802. },
  10803. "node_modules/react-native-screens": {
  10804. "version": "3.22.0",
  10805. "resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-3.22.0.tgz",
  10806. "integrity": "sha512-csLypBSXIt/egh37YJmokETptZJCtZdoZBsZNLR9n31GesDyVogprT+MM22dEPDuxPxt/mFWq+lSpVwk7khuTw==",
  10807. "dependencies": {
  10808. "react-freeze": "^1.0.0",
  10809. "warn-once": "^0.1.0"
  10810. },
  10811. "peerDependencies": {
  10812. "react": "*",
  10813. "react-native": "*"
  10814. }
  10815. },
  10816. "node_modules/react-native-vector-icons": {
  10817. "version": "9.2.0",
  10818. "resolved": "https://registry.npmjs.org/react-native-vector-icons/-/react-native-vector-icons-9.2.0.tgz",
  10819. "integrity": "sha512-wKYLaFuQST/chH3AJRjmOLoLy3JEs1JR6zMNgTaemFpNoXs0ztRnTxcxFD9xhX7cJe1/zoN5BpQYe7kL0m5yyA==",
  10820. "dependencies": {
  10821. "prop-types": "^15.7.2",
  10822. "yargs": "^16.1.1"
  10823. },
  10824. "bin": {
  10825. "fa5-upgrade": "bin/fa5-upgrade.sh",
  10826. "generate-icon": "bin/generate-icon.js"
  10827. }
  10828. },
  10829. "node_modules/react-native-vector-icons/node_modules/cliui": {
  10830. "version": "7.0.4",
  10831. "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
  10832. "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
  10833. "dependencies": {
  10834. "string-width": "^4.2.0",
  10835. "strip-ansi": "^6.0.0",
  10836. "wrap-ansi": "^7.0.0"
  10837. }
  10838. },
  10839. "node_modules/react-native-vector-icons/node_modules/wrap-ansi": {
  10840. "version": "7.0.0",
  10841. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  10842. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  10843. "dependencies": {
  10844. "ansi-styles": "^4.0.0",
  10845. "string-width": "^4.1.0",
  10846. "strip-ansi": "^6.0.0"
  10847. },
  10848. "engines": {
  10849. "node": ">=10"
  10850. },
  10851. "funding": {
  10852. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  10853. }
  10854. },
  10855. "node_modules/react-native-vector-icons/node_modules/y18n": {
  10856. "version": "5.0.8",
  10857. "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
  10858. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  10859. "engines": {
  10860. "node": ">=10"
  10861. }
  10862. },
  10863. "node_modules/react-native-vector-icons/node_modules/yargs": {
  10864. "version": "16.2.0",
  10865. "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
  10866. "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
  10867. "dependencies": {
  10868. "cliui": "^7.0.2",
  10869. "escalade": "^3.1.1",
  10870. "get-caller-file": "^2.0.5",
  10871. "require-directory": "^2.1.1",
  10872. "string-width": "^4.2.0",
  10873. "y18n": "^5.0.5",
  10874. "yargs-parser": "^20.2.2"
  10875. },
  10876. "engines": {
  10877. "node": ">=10"
  10878. }
  10879. },
  10880. "node_modules/react-native-vector-icons/node_modules/yargs-parser": {
  10881. "version": "20.2.9",
  10882. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
  10883. "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
  10884. "engines": {
  10885. "node": ">=10"
  10886. }
  10887. },
  10888. "node_modules/react-native/node_modules/@react-native-community/cli": {
  10889. "version": "11.3.3",
  10890. "resolved": "https://registry.npmjs.org/@react-native-community/cli/-/cli-11.3.3.tgz",
  10891. "integrity": "sha512-+XwD9IEtaff0q8hyWTQL4xVc7V4P8B7zD0zpcEV8FVV+qUfIFMbNpaYNJFlNOFYRzZmo0/hXsa66S/Im5perlQ==",
  10892. "dependencies": {
  10893. "@react-native-community/cli-clean": "11.3.3",
  10894. "@react-native-community/cli-config": "11.3.3",
  10895. "@react-native-community/cli-debugger-ui": "11.3.3",
  10896. "@react-native-community/cli-doctor": "11.3.3",
  10897. "@react-native-community/cli-hermes": "11.3.3",
  10898. "@react-native-community/cli-plugin-metro": "11.3.3",
  10899. "@react-native-community/cli-server-api": "11.3.3",
  10900. "@react-native-community/cli-tools": "11.3.3",
  10901. "@react-native-community/cli-types": "11.3.3",
  10902. "chalk": "^4.1.2",
  10903. "commander": "^9.4.1",
  10904. "execa": "^5.0.0",
  10905. "find-up": "^4.1.0",
  10906. "fs-extra": "^8.1.0",
  10907. "graceful-fs": "^4.1.3",
  10908. "prompts": "^2.4.0",
  10909. "semver": "^6.3.0"
  10910. },
  10911. "bin": {
  10912. "react-native": "build/bin.js"
  10913. },
  10914. "engines": {
  10915. "node": ">=16"
  10916. }
  10917. },
  10918. "node_modules/react-refresh": {
  10919. "version": "0.4.3",
  10920. "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.4.3.tgz",
  10921. "integrity": "sha512-Hwln1VNuGl/6bVwnd0Xdn1e84gT/8T9aYNL+HAKDArLCS7LWjwr7StE30IEYbIkx0Vi3vs+coQxe+SQDbGbbpA==",
  10922. "engines": {
  10923. "node": ">=0.10.0"
  10924. }
  10925. },
  10926. "node_modules/react-shallow-renderer": {
  10927. "version": "16.15.0",
  10928. "resolved": "https://registry.npmjs.org/react-shallow-renderer/-/react-shallow-renderer-16.15.0.tgz",
  10929. "integrity": "sha512-oScf2FqQ9LFVQgA73vr86xl2NaOIX73rh+YFqcOp68CWj56tSfgtGKrEbyhCj0rSijyG9M1CYprTh39fBi5hzA==",
  10930. "dependencies": {
  10931. "object-assign": "^4.1.1",
  10932. "react-is": "^16.12.0 || ^17.0.0 || ^18.0.0"
  10933. },
  10934. "peerDependencies": {
  10935. "react": "^16.0.0 || ^17.0.0 || ^18.0.0"
  10936. }
  10937. },
  10938. "node_modules/react-test-renderer": {
  10939. "version": "18.2.0",
  10940. "resolved": "https://registry.npmjs.org/react-test-renderer/-/react-test-renderer-18.2.0.tgz",
  10941. "integrity": "sha512-JWD+aQ0lh2gvh4NM3bBM42Kx+XybOxCpgYK7F8ugAlpaTSnWsX+39Z4XkOykGZAHrjwwTZT3x3KxswVWxHPUqA==",
  10942. "dev": true,
  10943. "dependencies": {
  10944. "react-is": "^18.2.0",
  10945. "react-shallow-renderer": "^16.15.0",
  10946. "scheduler": "^0.23.0"
  10947. },
  10948. "peerDependencies": {
  10949. "react": "^18.2.0"
  10950. }
  10951. },
  10952. "node_modules/react-test-renderer/node_modules/react-is": {
  10953. "version": "18.2.0",
  10954. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
  10955. "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
  10956. "dev": true
  10957. },
  10958. "node_modules/react-test-renderer/node_modules/scheduler": {
  10959. "version": "0.23.0",
  10960. "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz",
  10961. "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==",
  10962. "dev": true,
  10963. "dependencies": {
  10964. "loose-envify": "^1.1.0"
  10965. }
  10966. },
  10967. "node_modules/readable-stream": {
  10968. "version": "3.6.2",
  10969. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
  10970. "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
  10971. "dependencies": {
  10972. "inherits": "^2.0.3",
  10973. "string_decoder": "^1.1.1",
  10974. "util-deprecate": "^1.0.1"
  10975. },
  10976. "engines": {
  10977. "node": ">= 6"
  10978. }
  10979. },
  10980. "node_modules/readline": {
  10981. "version": "1.3.0",
  10982. "resolved": "https://registry.npmjs.org/readline/-/readline-1.3.0.tgz",
  10983. "integrity": "sha512-k2d6ACCkiNYz222Fs/iNze30rRJ1iIicW7JuX/7/cozvih6YCkFZH+J6mAFDVgv0dRBaAyr4jDqC95R2y4IADg=="
  10984. },
  10985. "node_modules/recast": {
  10986. "version": "0.21.5",
  10987. "resolved": "https://registry.npmjs.org/recast/-/recast-0.21.5.tgz",
  10988. "integrity": "sha512-hjMmLaUXAm1hIuTqOdeYObMslq/q+Xff6QE3Y2P+uoHAg2nmVlLBps2hzh1UJDdMtDTMXOFewK6ky51JQIeECg==",
  10989. "dependencies": {
  10990. "ast-types": "0.15.2",
  10991. "esprima": "~4.0.0",
  10992. "source-map": "~0.6.1",
  10993. "tslib": "^2.0.1"
  10994. },
  10995. "engines": {
  10996. "node": ">= 4"
  10997. }
  10998. },
  10999. "node_modules/recast/node_modules/source-map": {
  11000. "version": "0.6.1",
  11001. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  11002. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  11003. "engines": {
  11004. "node": ">=0.10.0"
  11005. }
  11006. },
  11007. "node_modules/regenerate": {
  11008. "version": "1.4.2",
  11009. "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
  11010. "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A=="
  11011. },
  11012. "node_modules/regenerate-unicode-properties": {
  11013. "version": "10.1.0",
  11014. "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.0.tgz",
  11015. "integrity": "sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==",
  11016. "dependencies": {
  11017. "regenerate": "^1.4.2"
  11018. },
  11019. "engines": {
  11020. "node": ">=4"
  11021. }
  11022. },
  11023. "node_modules/regenerator-runtime": {
  11024. "version": "0.13.11",
  11025. "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
  11026. "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg=="
  11027. },
  11028. "node_modules/regenerator-transform": {
  11029. "version": "0.15.1",
  11030. "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.1.tgz",
  11031. "integrity": "sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==",
  11032. "dependencies": {
  11033. "@babel/runtime": "^7.8.4"
  11034. }
  11035. },
  11036. "node_modules/regexp.prototype.flags": {
  11037. "version": "1.5.0",
  11038. "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.0.tgz",
  11039. "integrity": "sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==",
  11040. "dev": true,
  11041. "dependencies": {
  11042. "call-bind": "^1.0.2",
  11043. "define-properties": "^1.2.0",
  11044. "functions-have-names": "^1.2.3"
  11045. },
  11046. "engines": {
  11047. "node": ">= 0.4"
  11048. },
  11049. "funding": {
  11050. "url": "https://github.com/sponsors/ljharb"
  11051. }
  11052. },
  11053. "node_modules/regexpu-core": {
  11054. "version": "5.3.2",
  11055. "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz",
  11056. "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==",
  11057. "dependencies": {
  11058. "@babel/regjsgen": "^0.8.0",
  11059. "regenerate": "^1.4.2",
  11060. "regenerate-unicode-properties": "^10.1.0",
  11061. "regjsparser": "^0.9.1",
  11062. "unicode-match-property-ecmascript": "^2.0.0",
  11063. "unicode-match-property-value-ecmascript": "^2.1.0"
  11064. },
  11065. "engines": {
  11066. "node": ">=4"
  11067. }
  11068. },
  11069. "node_modules/regjsparser": {
  11070. "version": "0.9.1",
  11071. "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz",
  11072. "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==",
  11073. "dependencies": {
  11074. "jsesc": "~0.5.0"
  11075. },
  11076. "bin": {
  11077. "regjsparser": "bin/parser"
  11078. }
  11079. },
  11080. "node_modules/regjsparser/node_modules/jsesc": {
  11081. "version": "0.5.0",
  11082. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
  11083. "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==",
  11084. "bin": {
  11085. "jsesc": "bin/jsesc"
  11086. }
  11087. },
  11088. "node_modules/require-directory": {
  11089. "version": "2.1.1",
  11090. "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
  11091. "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
  11092. "engines": {
  11093. "node": ">=0.10.0"
  11094. }
  11095. },
  11096. "node_modules/require-main-filename": {
  11097. "version": "2.0.0",
  11098. "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz",
  11099. "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg=="
  11100. },
  11101. "node_modules/resolve": {
  11102. "version": "1.22.2",
  11103. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz",
  11104. "integrity": "sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==",
  11105. "dependencies": {
  11106. "is-core-module": "^2.11.0",
  11107. "path-parse": "^1.0.7",
  11108. "supports-preserve-symlinks-flag": "^1.0.0"
  11109. },
  11110. "bin": {
  11111. "resolve": "bin/resolve"
  11112. },
  11113. "funding": {
  11114. "url": "https://github.com/sponsors/ljharb"
  11115. }
  11116. },
  11117. "node_modules/resolve-cwd": {
  11118. "version": "3.0.0",
  11119. "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz",
  11120. "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==",
  11121. "dev": true,
  11122. "dependencies": {
  11123. "resolve-from": "^5.0.0"
  11124. },
  11125. "engines": {
  11126. "node": ">=8"
  11127. }
  11128. },
  11129. "node_modules/resolve-cwd/node_modules/resolve-from": {
  11130. "version": "5.0.0",
  11131. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
  11132. "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
  11133. "dev": true,
  11134. "engines": {
  11135. "node": ">=8"
  11136. }
  11137. },
  11138. "node_modules/resolve-from": {
  11139. "version": "3.0.0",
  11140. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz",
  11141. "integrity": "sha512-GnlH6vxLymXJNMBo7XP1fJIzBFbdYt49CuTwmB/6N53t+kMPRMFKz783LlQ4tv28XoQfMWinAJX6WCGf2IlaIw==",
  11142. "engines": {
  11143. "node": ">=4"
  11144. }
  11145. },
  11146. "node_modules/resolve.exports": {
  11147. "version": "2.0.2",
  11148. "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.2.tgz",
  11149. "integrity": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==",
  11150. "dev": true,
  11151. "engines": {
  11152. "node": ">=10"
  11153. }
  11154. },
  11155. "node_modules/restore-cursor": {
  11156. "version": "3.1.0",
  11157. "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz",
  11158. "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==",
  11159. "dependencies": {
  11160. "onetime": "^5.1.0",
  11161. "signal-exit": "^3.0.2"
  11162. },
  11163. "engines": {
  11164. "node": ">=8"
  11165. }
  11166. },
  11167. "node_modules/reusify": {
  11168. "version": "1.0.4",
  11169. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
  11170. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  11171. "dev": true,
  11172. "engines": {
  11173. "iojs": ">=1.0.0",
  11174. "node": ">=0.10.0"
  11175. }
  11176. },
  11177. "node_modules/rimraf": {
  11178. "version": "3.0.2",
  11179. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
  11180. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  11181. "dependencies": {
  11182. "glob": "^7.1.3"
  11183. },
  11184. "bin": {
  11185. "rimraf": "bin.js"
  11186. },
  11187. "funding": {
  11188. "url": "https://github.com/sponsors/isaacs"
  11189. }
  11190. },
  11191. "node_modules/run-parallel": {
  11192. "version": "1.2.0",
  11193. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  11194. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  11195. "dev": true,
  11196. "funding": [
  11197. {
  11198. "type": "github",
  11199. "url": "https://github.com/sponsors/feross"
  11200. },
  11201. {
  11202. "type": "patreon",
  11203. "url": "https://www.patreon.com/feross"
  11204. },
  11205. {
  11206. "type": "consulting",
  11207. "url": "https://feross.org/support"
  11208. }
  11209. ],
  11210. "dependencies": {
  11211. "queue-microtask": "^1.2.2"
  11212. }
  11213. },
  11214. "node_modules/safe-buffer": {
  11215. "version": "5.2.1",
  11216. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  11217. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  11218. "funding": [
  11219. {
  11220. "type": "github",
  11221. "url": "https://github.com/sponsors/feross"
  11222. },
  11223. {
  11224. "type": "patreon",
  11225. "url": "https://www.patreon.com/feross"
  11226. },
  11227. {
  11228. "type": "consulting",
  11229. "url": "https://feross.org/support"
  11230. }
  11231. ]
  11232. },
  11233. "node_modules/safe-regex-test": {
  11234. "version": "1.0.0",
  11235. "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz",
  11236. "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==",
  11237. "dev": true,
  11238. "dependencies": {
  11239. "call-bind": "^1.0.2",
  11240. "get-intrinsic": "^1.1.3",
  11241. "is-regex": "^1.1.4"
  11242. },
  11243. "funding": {
  11244. "url": "https://github.com/sponsors/ljharb"
  11245. }
  11246. },
  11247. "node_modules/scheduler": {
  11248. "version": "0.24.0-canary-efb381bbf-20230505",
  11249. "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.24.0-canary-efb381bbf-20230505.tgz",
  11250. "integrity": "sha512-ABvovCDe/k9IluqSh4/ISoq8tIJnW8euVAWYt5j/bg6dRnqwQwiGO1F/V4AyK96NGF/FB04FhOUDuWj8IKfABA==",
  11251. "dependencies": {
  11252. "loose-envify": "^1.1.0"
  11253. }
  11254. },
  11255. "node_modules/semver": {
  11256. "version": "6.3.1",
  11257. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  11258. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  11259. "bin": {
  11260. "semver": "bin/semver.js"
  11261. }
  11262. },
  11263. "node_modules/send": {
  11264. "version": "0.18.0",
  11265. "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz",
  11266. "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==",
  11267. "dependencies": {
  11268. "debug": "2.6.9",
  11269. "depd": "2.0.0",
  11270. "destroy": "1.2.0",
  11271. "encodeurl": "~1.0.2",
  11272. "escape-html": "~1.0.3",
  11273. "etag": "~1.8.1",
  11274. "fresh": "0.5.2",
  11275. "http-errors": "2.0.0",
  11276. "mime": "1.6.0",
  11277. "ms": "2.1.3",
  11278. "on-finished": "2.4.1",
  11279. "range-parser": "~1.2.1",
  11280. "statuses": "2.0.1"
  11281. },
  11282. "engines": {
  11283. "node": ">= 0.8.0"
  11284. }
  11285. },
  11286. "node_modules/send/node_modules/mime": {
  11287. "version": "1.6.0",
  11288. "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
  11289. "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
  11290. "bin": {
  11291. "mime": "cli.js"
  11292. },
  11293. "engines": {
  11294. "node": ">=4"
  11295. }
  11296. },
  11297. "node_modules/serialize-error": {
  11298. "version": "2.1.0",
  11299. "resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-2.1.0.tgz",
  11300. "integrity": "sha512-ghgmKt5o4Tly5yEG/UJp8qTd0AN7Xalw4XBtDEKP655B699qMEtra1WlXeE6WIvdEG481JvRxULKsInq/iNysw==",
  11301. "engines": {
  11302. "node": ">=0.10.0"
  11303. }
  11304. },
  11305. "node_modules/serve-static": {
  11306. "version": "1.15.0",
  11307. "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz",
  11308. "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==",
  11309. "dependencies": {
  11310. "encodeurl": "~1.0.2",
  11311. "escape-html": "~1.0.3",
  11312. "parseurl": "~1.3.3",
  11313. "send": "0.18.0"
  11314. },
  11315. "engines": {
  11316. "node": ">= 0.8.0"
  11317. }
  11318. },
  11319. "node_modules/set-blocking": {
  11320. "version": "2.0.0",
  11321. "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
  11322. "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw=="
  11323. },
  11324. "node_modules/setprototypeof": {
  11325. "version": "1.2.0",
  11326. "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
  11327. "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
  11328. },
  11329. "node_modules/shallow-clone": {
  11330. "version": "3.0.1",
  11331. "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz",
  11332. "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==",
  11333. "dependencies": {
  11334. "kind-of": "^6.0.2"
  11335. },
  11336. "engines": {
  11337. "node": ">=8"
  11338. }
  11339. },
  11340. "node_modules/shebang-command": {
  11341. "version": "2.0.0",
  11342. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  11343. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  11344. "dependencies": {
  11345. "shebang-regex": "^3.0.0"
  11346. },
  11347. "engines": {
  11348. "node": ">=8"
  11349. }
  11350. },
  11351. "node_modules/shebang-regex": {
  11352. "version": "3.0.0",
  11353. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  11354. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  11355. "engines": {
  11356. "node": ">=8"
  11357. }
  11358. },
  11359. "node_modules/shell-quote": {
  11360. "version": "1.8.1",
  11361. "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz",
  11362. "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==",
  11363. "funding": {
  11364. "url": "https://github.com/sponsors/ljharb"
  11365. }
  11366. },
  11367. "node_modules/side-channel": {
  11368. "version": "1.0.4",
  11369. "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz",
  11370. "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
  11371. "dev": true,
  11372. "dependencies": {
  11373. "call-bind": "^1.0.0",
  11374. "get-intrinsic": "^1.0.2",
  11375. "object-inspect": "^1.9.0"
  11376. },
  11377. "funding": {
  11378. "url": "https://github.com/sponsors/ljharb"
  11379. }
  11380. },
  11381. "node_modules/signal-exit": {
  11382. "version": "3.0.7",
  11383. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
  11384. "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
  11385. },
  11386. "node_modules/simple-swizzle": {
  11387. "version": "0.2.2",
  11388. "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
  11389. "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==",
  11390. "dependencies": {
  11391. "is-arrayish": "^0.3.1"
  11392. }
  11393. },
  11394. "node_modules/sisteransi": {
  11395. "version": "1.0.5",
  11396. "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
  11397. "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg=="
  11398. },
  11399. "node_modules/slash": {
  11400. "version": "3.0.0",
  11401. "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
  11402. "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
  11403. "engines": {
  11404. "node": ">=8"
  11405. }
  11406. },
  11407. "node_modules/slice-ansi": {
  11408. "version": "2.1.0",
  11409. "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-2.1.0.tgz",
  11410. "integrity": "sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==",
  11411. "dependencies": {
  11412. "ansi-styles": "^3.2.0",
  11413. "astral-regex": "^1.0.0",
  11414. "is-fullwidth-code-point": "^2.0.0"
  11415. },
  11416. "engines": {
  11417. "node": ">=6"
  11418. }
  11419. },
  11420. "node_modules/slice-ansi/node_modules/ansi-styles": {
  11421. "version": "3.2.1",
  11422. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  11423. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  11424. "dependencies": {
  11425. "color-convert": "^1.9.0"
  11426. },
  11427. "engines": {
  11428. "node": ">=4"
  11429. }
  11430. },
  11431. "node_modules/slice-ansi/node_modules/color-convert": {
  11432. "version": "1.9.3",
  11433. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  11434. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  11435. "dependencies": {
  11436. "color-name": "1.1.3"
  11437. }
  11438. },
  11439. "node_modules/slice-ansi/node_modules/color-name": {
  11440. "version": "1.1.3",
  11441. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
  11442. "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
  11443. },
  11444. "node_modules/source-map": {
  11445. "version": "0.7.4",
  11446. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz",
  11447. "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==",
  11448. "engines": {
  11449. "node": ">= 8"
  11450. }
  11451. },
  11452. "node_modules/source-map-support": {
  11453. "version": "0.5.21",
  11454. "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
  11455. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  11456. "dependencies": {
  11457. "buffer-from": "^1.0.0",
  11458. "source-map": "^0.6.0"
  11459. }
  11460. },
  11461. "node_modules/source-map-support/node_modules/source-map": {
  11462. "version": "0.6.1",
  11463. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  11464. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  11465. "engines": {
  11466. "node": ">=0.10.0"
  11467. }
  11468. },
  11469. "node_modules/split-on-first": {
  11470. "version": "1.1.0",
  11471. "resolved": "https://registry.npmjs.org/split-on-first/-/split-on-first-1.1.0.tgz",
  11472. "integrity": "sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw==",
  11473. "engines": {
  11474. "node": ">=6"
  11475. }
  11476. },
  11477. "node_modules/sprintf-js": {
  11478. "version": "1.0.3",
  11479. "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
  11480. "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g=="
  11481. },
  11482. "node_modules/stack-utils": {
  11483. "version": "2.0.6",
  11484. "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz",
  11485. "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==",
  11486. "dependencies": {
  11487. "escape-string-regexp": "^2.0.0"
  11488. },
  11489. "engines": {
  11490. "node": ">=10"
  11491. }
  11492. },
  11493. "node_modules/stack-utils/node_modules/escape-string-regexp": {
  11494. "version": "2.0.0",
  11495. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
  11496. "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
  11497. "engines": {
  11498. "node": ">=8"
  11499. }
  11500. },
  11501. "node_modules/stackframe": {
  11502. "version": "1.3.4",
  11503. "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.3.4.tgz",
  11504. "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw=="
  11505. },
  11506. "node_modules/stacktrace-parser": {
  11507. "version": "0.1.10",
  11508. "resolved": "https://registry.npmjs.org/stacktrace-parser/-/stacktrace-parser-0.1.10.tgz",
  11509. "integrity": "sha512-KJP1OCML99+8fhOHxwwzyWrlUuVX5GQ0ZpJTd1DFXhdkrvg1szxfHhawXUZ3g9TkXORQd4/WG68jMlQZ2p8wlg==",
  11510. "dependencies": {
  11511. "type-fest": "^0.7.1"
  11512. },
  11513. "engines": {
  11514. "node": ">=6"
  11515. }
  11516. },
  11517. "node_modules/statuses": {
  11518. "version": "2.0.1",
  11519. "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
  11520. "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
  11521. "engines": {
  11522. "node": ">= 0.8"
  11523. }
  11524. },
  11525. "node_modules/strict-uri-encode": {
  11526. "version": "2.0.0",
  11527. "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz",
  11528. "integrity": "sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ==",
  11529. "engines": {
  11530. "node": ">=4"
  11531. }
  11532. },
  11533. "node_modules/string_decoder": {
  11534. "version": "1.3.0",
  11535. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
  11536. "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
  11537. "dependencies": {
  11538. "safe-buffer": "~5.2.0"
  11539. }
  11540. },
  11541. "node_modules/string-length": {
  11542. "version": "4.0.2",
  11543. "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
  11544. "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
  11545. "dev": true,
  11546. "dependencies": {
  11547. "char-regex": "^1.0.2",
  11548. "strip-ansi": "^6.0.0"
  11549. },
  11550. "engines": {
  11551. "node": ">=10"
  11552. }
  11553. },
  11554. "node_modules/string-natural-compare": {
  11555. "version": "3.0.1",
  11556. "resolved": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz",
  11557. "integrity": "sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==",
  11558. "dev": true
  11559. },
  11560. "node_modules/string-width": {
  11561. "version": "4.2.3",
  11562. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  11563. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  11564. "dependencies": {
  11565. "emoji-regex": "^8.0.0",
  11566. "is-fullwidth-code-point": "^3.0.0",
  11567. "strip-ansi": "^6.0.1"
  11568. },
  11569. "engines": {
  11570. "node": ">=8"
  11571. }
  11572. },
  11573. "node_modules/string-width/node_modules/is-fullwidth-code-point": {
  11574. "version": "3.0.0",
  11575. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  11576. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  11577. "engines": {
  11578. "node": ">=8"
  11579. }
  11580. },
  11581. "node_modules/string.prototype.matchall": {
  11582. "version": "4.0.8",
  11583. "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz",
  11584. "integrity": "sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==",
  11585. "dev": true,
  11586. "dependencies": {
  11587. "call-bind": "^1.0.2",
  11588. "define-properties": "^1.1.4",
  11589. "es-abstract": "^1.20.4",
  11590. "get-intrinsic": "^1.1.3",
  11591. "has-symbols": "^1.0.3",
  11592. "internal-slot": "^1.0.3",
  11593. "regexp.prototype.flags": "^1.4.3",
  11594. "side-channel": "^1.0.4"
  11595. },
  11596. "funding": {
  11597. "url": "https://github.com/sponsors/ljharb"
  11598. }
  11599. },
  11600. "node_modules/string.prototype.trim": {
  11601. "version": "1.2.7",
  11602. "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.7.tgz",
  11603. "integrity": "sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==",
  11604. "dev": true,
  11605. "dependencies": {
  11606. "call-bind": "^1.0.2",
  11607. "define-properties": "^1.1.4",
  11608. "es-abstract": "^1.20.4"
  11609. },
  11610. "engines": {
  11611. "node": ">= 0.4"
  11612. },
  11613. "funding": {
  11614. "url": "https://github.com/sponsors/ljharb"
  11615. }
  11616. },
  11617. "node_modules/string.prototype.trimend": {
  11618. "version": "1.0.6",
  11619. "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz",
  11620. "integrity": "sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==",
  11621. "dev": true,
  11622. "dependencies": {
  11623. "call-bind": "^1.0.2",
  11624. "define-properties": "^1.1.4",
  11625. "es-abstract": "^1.20.4"
  11626. },
  11627. "funding": {
  11628. "url": "https://github.com/sponsors/ljharb"
  11629. }
  11630. },
  11631. "node_modules/string.prototype.trimstart": {
  11632. "version": "1.0.6",
  11633. "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz",
  11634. "integrity": "sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==",
  11635. "dev": true,
  11636. "dependencies": {
  11637. "call-bind": "^1.0.2",
  11638. "define-properties": "^1.1.4",
  11639. "es-abstract": "^1.20.4"
  11640. },
  11641. "funding": {
  11642. "url": "https://github.com/sponsors/ljharb"
  11643. }
  11644. },
  11645. "node_modules/strip-ansi": {
  11646. "version": "6.0.1",
  11647. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  11648. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  11649. "dependencies": {
  11650. "ansi-regex": "^5.0.1"
  11651. },
  11652. "engines": {
  11653. "node": ">=8"
  11654. }
  11655. },
  11656. "node_modules/strip-bom": {
  11657. "version": "4.0.0",
  11658. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz",
  11659. "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==",
  11660. "dev": true,
  11661. "engines": {
  11662. "node": ">=8"
  11663. }
  11664. },
  11665. "node_modules/strip-final-newline": {
  11666. "version": "2.0.0",
  11667. "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
  11668. "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
  11669. "engines": {
  11670. "node": ">=6"
  11671. }
  11672. },
  11673. "node_modules/strip-json-comments": {
  11674. "version": "3.1.1",
  11675. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  11676. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  11677. "dev": true,
  11678. "engines": {
  11679. "node": ">=8"
  11680. },
  11681. "funding": {
  11682. "url": "https://github.com/sponsors/sindresorhus"
  11683. }
  11684. },
  11685. "node_modules/strnum": {
  11686. "version": "1.0.5",
  11687. "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz",
  11688. "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA=="
  11689. },
  11690. "node_modules/sudo-prompt": {
  11691. "version": "9.2.1",
  11692. "resolved": "https://registry.npmjs.org/sudo-prompt/-/sudo-prompt-9.2.1.tgz",
  11693. "integrity": "sha512-Mu7R0g4ig9TUuGSxJavny5Rv0egCEtpZRNMrZaYS1vxkiIxGiGUwoezU3LazIQ+KE04hTrTfNPgxU5gzi7F5Pw=="
  11694. },
  11695. "node_modules/supports-color": {
  11696. "version": "7.2.0",
  11697. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  11698. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  11699. "dependencies": {
  11700. "has-flag": "^4.0.0"
  11701. },
  11702. "engines": {
  11703. "node": ">=8"
  11704. }
  11705. },
  11706. "node_modules/supports-preserve-symlinks-flag": {
  11707. "version": "1.0.0",
  11708. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  11709. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  11710. "engines": {
  11711. "node": ">= 0.4"
  11712. },
  11713. "funding": {
  11714. "url": "https://github.com/sponsors/ljharb"
  11715. }
  11716. },
  11717. "node_modules/temp": {
  11718. "version": "0.8.4",
  11719. "resolved": "https://registry.npmjs.org/temp/-/temp-0.8.4.tgz",
  11720. "integrity": "sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg==",
  11721. "dependencies": {
  11722. "rimraf": "~2.6.2"
  11723. },
  11724. "engines": {
  11725. "node": ">=6.0.0"
  11726. }
  11727. },
  11728. "node_modules/temp/node_modules/rimraf": {
  11729. "version": "2.6.3",
  11730. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz",
  11731. "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==",
  11732. "dependencies": {
  11733. "glob": "^7.1.3"
  11734. },
  11735. "bin": {
  11736. "rimraf": "bin.js"
  11737. }
  11738. },
  11739. "node_modules/terser": {
  11740. "version": "5.18.2",
  11741. "resolved": "https://registry.npmjs.org/terser/-/terser-5.18.2.tgz",
  11742. "integrity": "sha512-Ah19JS86ypbJzTzvUCX7KOsEIhDaRONungA4aYBjEP3JZRf4ocuDzTg4QWZnPn9DEMiMYGJPiSOy7aykoCc70w==",
  11743. "dependencies": {
  11744. "@jridgewell/source-map": "^0.3.3",
  11745. "acorn": "^8.8.2",
  11746. "commander": "^2.20.0",
  11747. "source-map-support": "~0.5.20"
  11748. },
  11749. "bin": {
  11750. "terser": "bin/terser"
  11751. },
  11752. "engines": {
  11753. "node": ">=10"
  11754. }
  11755. },
  11756. "node_modules/terser/node_modules/commander": {
  11757. "version": "2.20.3",
  11758. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  11759. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
  11760. },
  11761. "node_modules/test-exclude": {
  11762. "version": "6.0.0",
  11763. "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
  11764. "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",
  11765. "dev": true,
  11766. "dependencies": {
  11767. "@istanbuljs/schema": "^0.1.2",
  11768. "glob": "^7.1.4",
  11769. "minimatch": "^3.0.4"
  11770. },
  11771. "engines": {
  11772. "node": ">=8"
  11773. }
  11774. },
  11775. "node_modules/text-table": {
  11776. "version": "0.2.0",
  11777. "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
  11778. "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
  11779. "dev": true
  11780. },
  11781. "node_modules/throat": {
  11782. "version": "5.0.0",
  11783. "resolved": "https://registry.npmjs.org/throat/-/throat-5.0.0.tgz",
  11784. "integrity": "sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA=="
  11785. },
  11786. "node_modules/through2": {
  11787. "version": "2.0.5",
  11788. "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz",
  11789. "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==",
  11790. "dependencies": {
  11791. "readable-stream": "~2.3.6",
  11792. "xtend": "~4.0.1"
  11793. }
  11794. },
  11795. "node_modules/through2/node_modules/readable-stream": {
  11796. "version": "2.3.8",
  11797. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
  11798. "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
  11799. "dependencies": {
  11800. "core-util-is": "~1.0.0",
  11801. "inherits": "~2.0.3",
  11802. "isarray": "~1.0.0",
  11803. "process-nextick-args": "~2.0.0",
  11804. "safe-buffer": "~5.1.1",
  11805. "string_decoder": "~1.1.1",
  11806. "util-deprecate": "~1.0.1"
  11807. }
  11808. },
  11809. "node_modules/through2/node_modules/safe-buffer": {
  11810. "version": "5.1.2",
  11811. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
  11812. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
  11813. },
  11814. "node_modules/through2/node_modules/string_decoder": {
  11815. "version": "1.1.1",
  11816. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  11817. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  11818. "dependencies": {
  11819. "safe-buffer": "~5.1.0"
  11820. }
  11821. },
  11822. "node_modules/tmp": {
  11823. "version": "0.0.33",
  11824. "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
  11825. "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
  11826. "dependencies": {
  11827. "os-tmpdir": "~1.0.2"
  11828. },
  11829. "engines": {
  11830. "node": ">=0.6.0"
  11831. }
  11832. },
  11833. "node_modules/tmpl": {
  11834. "version": "1.0.5",
  11835. "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
  11836. "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw=="
  11837. },
  11838. "node_modules/to-fast-properties": {
  11839. "version": "2.0.0",
  11840. "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
  11841. "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
  11842. "engines": {
  11843. "node": ">=4"
  11844. }
  11845. },
  11846. "node_modules/to-regex-range": {
  11847. "version": "5.0.1",
  11848. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  11849. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  11850. "dependencies": {
  11851. "is-number": "^7.0.0"
  11852. },
  11853. "engines": {
  11854. "node": ">=8.0"
  11855. }
  11856. },
  11857. "node_modules/toidentifier": {
  11858. "version": "1.0.1",
  11859. "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
  11860. "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
  11861. "engines": {
  11862. "node": ">=0.6"
  11863. }
  11864. },
  11865. "node_modules/tr46": {
  11866. "version": "0.0.3",
  11867. "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
  11868. "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
  11869. },
  11870. "node_modules/tslib": {
  11871. "version": "2.6.0",
  11872. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.0.tgz",
  11873. "integrity": "sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA=="
  11874. },
  11875. "node_modules/tsutils": {
  11876. "version": "3.21.0",
  11877. "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz",
  11878. "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==",
  11879. "dev": true,
  11880. "dependencies": {
  11881. "tslib": "^1.8.1"
  11882. },
  11883. "engines": {
  11884. "node": ">= 6"
  11885. },
  11886. "peerDependencies": {
  11887. "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"
  11888. }
  11889. },
  11890. "node_modules/tsutils/node_modules/tslib": {
  11891. "version": "1.14.1",
  11892. "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
  11893. "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
  11894. "dev": true
  11895. },
  11896. "node_modules/type-check": {
  11897. "version": "0.4.0",
  11898. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
  11899. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  11900. "dev": true,
  11901. "dependencies": {
  11902. "prelude-ls": "^1.2.1"
  11903. },
  11904. "engines": {
  11905. "node": ">= 0.8.0"
  11906. }
  11907. },
  11908. "node_modules/type-detect": {
  11909. "version": "4.0.8",
  11910. "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
  11911. "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==",
  11912. "engines": {
  11913. "node": ">=4"
  11914. }
  11915. },
  11916. "node_modules/type-fest": {
  11917. "version": "0.7.1",
  11918. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.7.1.tgz",
  11919. "integrity": "sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==",
  11920. "engines": {
  11921. "node": ">=8"
  11922. }
  11923. },
  11924. "node_modules/typed-array-length": {
  11925. "version": "1.0.4",
  11926. "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz",
  11927. "integrity": "sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==",
  11928. "dev": true,
  11929. "dependencies": {
  11930. "call-bind": "^1.0.2",
  11931. "for-each": "^0.3.3",
  11932. "is-typed-array": "^1.1.9"
  11933. },
  11934. "funding": {
  11935. "url": "https://github.com/sponsors/ljharb"
  11936. }
  11937. },
  11938. "node_modules/typescript": {
  11939. "version": "4.8.4",
  11940. "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz",
  11941. "integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==",
  11942. "dev": true,
  11943. "bin": {
  11944. "tsc": "bin/tsc",
  11945. "tsserver": "bin/tsserver"
  11946. },
  11947. "engines": {
  11948. "node": ">=4.2.0"
  11949. }
  11950. },
  11951. "node_modules/uglify-es": {
  11952. "version": "3.3.9",
  11953. "resolved": "https://registry.npmjs.org/uglify-es/-/uglify-es-3.3.9.tgz",
  11954. "integrity": "sha512-r+MU0rfv4L/0eeW3xZrd16t4NZfK8Ld4SWVglYBb7ez5uXFWHuVRs6xCTrf1yirs9a4j4Y27nn7SRfO6v67XsQ==",
  11955. "deprecated": "support for ECMAScript is superseded by `uglify-js` as of v3.13.0",
  11956. "dependencies": {
  11957. "commander": "~2.13.0",
  11958. "source-map": "~0.6.1"
  11959. },
  11960. "bin": {
  11961. "uglifyjs": "bin/uglifyjs"
  11962. },
  11963. "engines": {
  11964. "node": ">=0.8.0"
  11965. }
  11966. },
  11967. "node_modules/uglify-es/node_modules/commander": {
  11968. "version": "2.13.0",
  11969. "resolved": "https://registry.npmjs.org/commander/-/commander-2.13.0.tgz",
  11970. "integrity": "sha512-MVuS359B+YzaWqjCL/c+22gfryv+mCBPHAv3zyVI2GN8EY6IRP8VwtasXn8jyyhvvq84R4ImN1OKRtcbIasjYA=="
  11971. },
  11972. "node_modules/uglify-es/node_modules/source-map": {
  11973. "version": "0.6.1",
  11974. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  11975. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  11976. "engines": {
  11977. "node": ">=0.10.0"
  11978. }
  11979. },
  11980. "node_modules/unbox-primitive": {
  11981. "version": "1.0.2",
  11982. "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz",
  11983. "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==",
  11984. "dev": true,
  11985. "dependencies": {
  11986. "call-bind": "^1.0.2",
  11987. "has-bigints": "^1.0.2",
  11988. "has-symbols": "^1.0.3",
  11989. "which-boxed-primitive": "^1.0.2"
  11990. },
  11991. "funding": {
  11992. "url": "https://github.com/sponsors/ljharb"
  11993. }
  11994. },
  11995. "node_modules/unicode-canonical-property-names-ecmascript": {
  11996. "version": "2.0.0",
  11997. "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz",
  11998. "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==",
  11999. "engines": {
  12000. "node": ">=4"
  12001. }
  12002. },
  12003. "node_modules/unicode-match-property-ecmascript": {
  12004. "version": "2.0.0",
  12005. "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
  12006. "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
  12007. "dependencies": {
  12008. "unicode-canonical-property-names-ecmascript": "^2.0.0",
  12009. "unicode-property-aliases-ecmascript": "^2.0.0"
  12010. },
  12011. "engines": {
  12012. "node": ">=4"
  12013. }
  12014. },
  12015. "node_modules/unicode-match-property-value-ecmascript": {
  12016. "version": "2.1.0",
  12017. "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz",
  12018. "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==",
  12019. "engines": {
  12020. "node": ">=4"
  12021. }
  12022. },
  12023. "node_modules/unicode-property-aliases-ecmascript": {
  12024. "version": "2.1.0",
  12025. "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz",
  12026. "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==",
  12027. "engines": {
  12028. "node": ">=4"
  12029. }
  12030. },
  12031. "node_modules/universalify": {
  12032. "version": "0.1.2",
  12033. "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
  12034. "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
  12035. "engines": {
  12036. "node": ">= 4.0.0"
  12037. }
  12038. },
  12039. "node_modules/unpipe": {
  12040. "version": "1.0.0",
  12041. "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
  12042. "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
  12043. "engines": {
  12044. "node": ">= 0.8"
  12045. }
  12046. },
  12047. "node_modules/update-browserslist-db": {
  12048. "version": "1.0.11",
  12049. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz",
  12050. "integrity": "sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==",
  12051. "funding": [
  12052. {
  12053. "type": "opencollective",
  12054. "url": "https://opencollective.com/browserslist"
  12055. },
  12056. {
  12057. "type": "tidelift",
  12058. "url": "https://tidelift.com/funding/github/npm/browserslist"
  12059. },
  12060. {
  12061. "type": "github",
  12062. "url": "https://github.com/sponsors/ai"
  12063. }
  12064. ],
  12065. "dependencies": {
  12066. "escalade": "^3.1.1",
  12067. "picocolors": "^1.0.0"
  12068. },
  12069. "bin": {
  12070. "update-browserslist-db": "cli.js"
  12071. },
  12072. "peerDependencies": {
  12073. "browserslist": ">= 4.21.0"
  12074. }
  12075. },
  12076. "node_modules/uri-js": {
  12077. "version": "4.4.1",
  12078. "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
  12079. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  12080. "dev": true,
  12081. "dependencies": {
  12082. "punycode": "^2.1.0"
  12083. }
  12084. },
  12085. "node_modules/use-latest-callback": {
  12086. "version": "0.1.6",
  12087. "resolved": "https://registry.npmjs.org/use-latest-callback/-/use-latest-callback-0.1.6.tgz",
  12088. "integrity": "sha512-VO/P91A/PmKH9bcN9a7O3duSuxe6M14ZoYXgA6a8dab8doWNdhiIHzEkX/jFeTTRBsX0Ubk6nG4q2NIjNsj+bg==",
  12089. "peerDependencies": {
  12090. "react": ">=16.8"
  12091. }
  12092. },
  12093. "node_modules/use-sync-external-store": {
  12094. "version": "1.2.0",
  12095. "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz",
  12096. "integrity": "sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==",
  12097. "peerDependencies": {
  12098. "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
  12099. }
  12100. },
  12101. "node_modules/util-deprecate": {
  12102. "version": "1.0.2",
  12103. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  12104. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
  12105. },
  12106. "node_modules/utils-merge": {
  12107. "version": "1.0.1",
  12108. "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
  12109. "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==",
  12110. "engines": {
  12111. "node": ">= 0.4.0"
  12112. }
  12113. },
  12114. "node_modules/uuid": {
  12115. "version": "9.0.0",
  12116. "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz",
  12117. "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==",
  12118. "bin": {
  12119. "uuid": "dist/bin/uuid"
  12120. }
  12121. },
  12122. "node_modules/v8-to-istanbul": {
  12123. "version": "9.1.0",
  12124. "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.1.0.tgz",
  12125. "integrity": "sha512-6z3GW9x8G1gd+JIIgQQQxXuiJtCXeAjp6RaPEPLv62mH3iPHPxV6W3robxtCzNErRo6ZwTmzWhsbNvjyEBKzKA==",
  12126. "dev": true,
  12127. "dependencies": {
  12128. "@jridgewell/trace-mapping": "^0.3.12",
  12129. "@types/istanbul-lib-coverage": "^2.0.1",
  12130. "convert-source-map": "^1.6.0"
  12131. },
  12132. "engines": {
  12133. "node": ">=10.12.0"
  12134. }
  12135. },
  12136. "node_modules/vary": {
  12137. "version": "1.1.2",
  12138. "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
  12139. "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
  12140. "engines": {
  12141. "node": ">= 0.8"
  12142. }
  12143. },
  12144. "node_modules/vlq": {
  12145. "version": "1.0.1",
  12146. "resolved": "https://registry.npmjs.org/vlq/-/vlq-1.0.1.tgz",
  12147. "integrity": "sha512-gQpnTgkubC6hQgdIcRdYGDSDc+SaujOdyesZQMv6JlfQee/9Mp0Qhnys6WxDWvQnL5WZdT7o2Ul187aSt0Rq+w=="
  12148. },
  12149. "node_modules/walker": {
  12150. "version": "1.0.8",
  12151. "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz",
  12152. "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==",
  12153. "dependencies": {
  12154. "makeerror": "1.0.12"
  12155. }
  12156. },
  12157. "node_modules/warn-once": {
  12158. "version": "0.1.1",
  12159. "resolved": "https://registry.npmjs.org/warn-once/-/warn-once-0.1.1.tgz",
  12160. "integrity": "sha512-VkQZJbO8zVImzYFteBXvBOZEl1qL175WH8VmZcxF2fZAoudNhNDvHi+doCaAEdU2l2vtcIwa2zn0QK5+I1HQ3Q=="
  12161. },
  12162. "node_modules/wcwidth": {
  12163. "version": "1.0.1",
  12164. "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz",
  12165. "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==",
  12166. "dependencies": {
  12167. "defaults": "^1.0.3"
  12168. }
  12169. },
  12170. "node_modules/webidl-conversions": {
  12171. "version": "3.0.1",
  12172. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
  12173. "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
  12174. },
  12175. "node_modules/whatwg-fetch": {
  12176. "version": "3.6.2",
  12177. "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz",
  12178. "integrity": "sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA=="
  12179. },
  12180. "node_modules/whatwg-url": {
  12181. "version": "5.0.0",
  12182. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
  12183. "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
  12184. "dependencies": {
  12185. "tr46": "~0.0.3",
  12186. "webidl-conversions": "^3.0.0"
  12187. }
  12188. },
  12189. "node_modules/which": {
  12190. "version": "2.0.2",
  12191. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  12192. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  12193. "dependencies": {
  12194. "isexe": "^2.0.0"
  12195. },
  12196. "bin": {
  12197. "node-which": "bin/node-which"
  12198. },
  12199. "engines": {
  12200. "node": ">= 8"
  12201. }
  12202. },
  12203. "node_modules/which-boxed-primitive": {
  12204. "version": "1.0.2",
  12205. "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz",
  12206. "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==",
  12207. "dev": true,
  12208. "dependencies": {
  12209. "is-bigint": "^1.0.1",
  12210. "is-boolean-object": "^1.1.0",
  12211. "is-number-object": "^1.0.4",
  12212. "is-string": "^1.0.5",
  12213. "is-symbol": "^1.0.3"
  12214. },
  12215. "funding": {
  12216. "url": "https://github.com/sponsors/ljharb"
  12217. }
  12218. },
  12219. "node_modules/which-module": {
  12220. "version": "2.0.1",
  12221. "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.1.tgz",
  12222. "integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ=="
  12223. },
  12224. "node_modules/which-typed-array": {
  12225. "version": "1.1.9",
  12226. "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.9.tgz",
  12227. "integrity": "sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==",
  12228. "dev": true,
  12229. "dependencies": {
  12230. "available-typed-arrays": "^1.0.5",
  12231. "call-bind": "^1.0.2",
  12232. "for-each": "^0.3.3",
  12233. "gopd": "^1.0.1",
  12234. "has-tostringtag": "^1.0.0",
  12235. "is-typed-array": "^1.1.10"
  12236. },
  12237. "engines": {
  12238. "node": ">= 0.4"
  12239. },
  12240. "funding": {
  12241. "url": "https://github.com/sponsors/ljharb"
  12242. }
  12243. },
  12244. "node_modules/wrap-ansi": {
  12245. "version": "6.2.0",
  12246. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
  12247. "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
  12248. "dependencies": {
  12249. "ansi-styles": "^4.0.0",
  12250. "string-width": "^4.1.0",
  12251. "strip-ansi": "^6.0.0"
  12252. },
  12253. "engines": {
  12254. "node": ">=8"
  12255. }
  12256. },
  12257. "node_modules/wrappy": {
  12258. "version": "1.0.2",
  12259. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  12260. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
  12261. },
  12262. "node_modules/write-file-atomic": {
  12263. "version": "2.4.3",
  12264. "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.3.tgz",
  12265. "integrity": "sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==",
  12266. "dependencies": {
  12267. "graceful-fs": "^4.1.11",
  12268. "imurmurhash": "^0.1.4",
  12269. "signal-exit": "^3.0.2"
  12270. }
  12271. },
  12272. "node_modules/ws": {
  12273. "version": "6.2.2",
  12274. "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.2.tgz",
  12275. "integrity": "sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==",
  12276. "dependencies": {
  12277. "async-limiter": "~1.0.0"
  12278. }
  12279. },
  12280. "node_modules/xtend": {
  12281. "version": "4.0.2",
  12282. "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
  12283. "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
  12284. "engines": {
  12285. "node": ">=0.4"
  12286. }
  12287. },
  12288. "node_modules/y18n": {
  12289. "version": "4.0.3",
  12290. "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
  12291. "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ=="
  12292. },
  12293. "node_modules/yallist": {
  12294. "version": "3.1.1",
  12295. "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
  12296. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
  12297. },
  12298. "node_modules/yaml": {
  12299. "version": "2.3.1",
  12300. "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.1.tgz",
  12301. "integrity": "sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==",
  12302. "engines": {
  12303. "node": ">= 14"
  12304. }
  12305. },
  12306. "node_modules/yargs": {
  12307. "version": "17.7.2",
  12308. "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
  12309. "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
  12310. "dependencies": {
  12311. "cliui": "^8.0.1",
  12312. "escalade": "^3.1.1",
  12313. "get-caller-file": "^2.0.5",
  12314. "require-directory": "^2.1.1",
  12315. "string-width": "^4.2.3",
  12316. "y18n": "^5.0.5",
  12317. "yargs-parser": "^21.1.1"
  12318. },
  12319. "engines": {
  12320. "node": ">=12"
  12321. }
  12322. },
  12323. "node_modules/yargs-parser": {
  12324. "version": "18.1.3",
  12325. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz",
  12326. "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==",
  12327. "dependencies": {
  12328. "camelcase": "^5.0.0",
  12329. "decamelize": "^1.2.0"
  12330. },
  12331. "engines": {
  12332. "node": ">=6"
  12333. }
  12334. },
  12335. "node_modules/yargs/node_modules/cliui": {
  12336. "version": "8.0.1",
  12337. "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
  12338. "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
  12339. "dependencies": {
  12340. "string-width": "^4.2.0",
  12341. "strip-ansi": "^6.0.1",
  12342. "wrap-ansi": "^7.0.0"
  12343. },
  12344. "engines": {
  12345. "node": ">=12"
  12346. }
  12347. },
  12348. "node_modules/yargs/node_modules/wrap-ansi": {
  12349. "version": "7.0.0",
  12350. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  12351. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  12352. "dependencies": {
  12353. "ansi-styles": "^4.0.0",
  12354. "string-width": "^4.1.0",
  12355. "strip-ansi": "^6.0.0"
  12356. },
  12357. "engines": {
  12358. "node": ">=10"
  12359. },
  12360. "funding": {
  12361. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  12362. }
  12363. },
  12364. "node_modules/yargs/node_modules/y18n": {
  12365. "version": "5.0.8",
  12366. "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
  12367. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  12368. "engines": {
  12369. "node": ">=10"
  12370. }
  12371. },
  12372. "node_modules/yargs/node_modules/yargs-parser": {
  12373. "version": "21.1.1",
  12374. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
  12375. "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
  12376. "engines": {
  12377. "node": ">=12"
  12378. }
  12379. },
  12380. "node_modules/yocto-queue": {
  12381. "version": "0.1.0",
  12382. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  12383. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  12384. "engines": {
  12385. "node": ">=10"
  12386. },
  12387. "funding": {
  12388. "url": "https://github.com/sponsors/sindresorhus"
  12389. }
  12390. }
  12391. }
  12392. }