package-lock.json 474 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025302630273028302930303031303230333034303530363037303830393040304130423043304430453046304730483049305030513052305330543055305630573058305930603061306230633064306530663067306830693070307130723073307430753076307730783079308030813082308330843085308630873088308930903091309230933094309530963097309830993100310131023103310431053106310731083109311031113112311331143115311631173118311931203121312231233124312531263127312831293130313131323133313431353136313731383139314031413142314331443145314631473148314931503151315231533154315531563157315831593160316131623163316431653166316731683169317031713172317331743175317631773178317931803181318231833184318531863187318831893190319131923193319431953196319731983199320032013202320332043205320632073208320932103211321232133214321532163217321832193220322132223223322432253226322732283229323032313232323332343235323632373238323932403241324232433244324532463247324832493250325132523253325432553256325732583259326032613262326332643265326632673268326932703271327232733274327532763277327832793280328132823283328432853286328732883289329032913292329332943295329632973298329933003301330233033304330533063307330833093310331133123313331433153316331733183319332033213322332333243325332633273328332933303331333233333334333533363337333833393340334133423343334433453346334733483349335033513352335333543355335633573358335933603361336233633364336533663367336833693370337133723373337433753376337733783379338033813382338333843385338633873388338933903391339233933394339533963397339833993400340134023403340434053406340734083409341034113412341334143415341634173418341934203421342234233424342534263427342834293430343134323433343434353436343734383439344034413442344334443445344634473448344934503451345234533454345534563457345834593460346134623463346434653466346734683469347034713472347334743475347634773478347934803481348234833484348534863487348834893490349134923493349434953496349734983499350035013502350335043505350635073508350935103511351235133514351535163517351835193520352135223523352435253526352735283529353035313532353335343535353635373538353935403541354235433544354535463547354835493550355135523553355435553556355735583559356035613562356335643565356635673568356935703571357235733574357535763577357835793580358135823583358435853586358735883589359035913592359335943595359635973598359936003601360236033604360536063607360836093610361136123613361436153616361736183619362036213622362336243625362636273628362936303631363236333634363536363637363836393640364136423643364436453646364736483649365036513652365336543655365636573658365936603661366236633664366536663667366836693670367136723673367436753676367736783679368036813682368336843685368636873688368936903691369236933694369536963697369836993700370137023703370437053706370737083709371037113712371337143715371637173718371937203721372237233724372537263727372837293730373137323733373437353736373737383739374037413742374337443745374637473748374937503751375237533754375537563757375837593760376137623763376437653766376737683769377037713772377337743775377637773778377937803781378237833784378537863787378837893790379137923793379437953796379737983799380038013802380338043805380638073808380938103811381238133814381538163817381838193820382138223823382438253826382738283829383038313832383338343835383638373838383938403841384238433844384538463847384838493850385138523853385438553856385738583859386038613862386338643865386638673868386938703871387238733874387538763877387838793880388138823883388438853886388738883889389038913892389338943895389638973898389939003901390239033904390539063907390839093910391139123913391439153916391739183919392039213922392339243925392639273928392939303931393239333934393539363937393839393940394139423943394439453946394739483949395039513952395339543955395639573958395939603961396239633964396539663967396839693970397139723973397439753976397739783979398039813982398339843985398639873988398939903991399239933994399539963997399839994000400140024003400440054006400740084009401040114012401340144015401640174018401940204021402240234024402540264027402840294030403140324033403440354036403740384039404040414042404340444045404640474048404940504051405240534054405540564057405840594060406140624063406440654066406740684069407040714072407340744075407640774078407940804081408240834084408540864087408840894090409140924093409440954096409740984099410041014102410341044105410641074108410941104111411241134114411541164117411841194120412141224123412441254126412741284129413041314132413341344135413641374138413941404141414241434144414541464147414841494150415141524153415441554156415741584159416041614162416341644165416641674168416941704171417241734174417541764177417841794180418141824183418441854186418741884189419041914192419341944195419641974198419942004201420242034204420542064207420842094210421142124213421442154216421742184219422042214222422342244225422642274228422942304231423242334234423542364237423842394240424142424243424442454246424742484249425042514252425342544255425642574258425942604261426242634264426542664267426842694270427142724273427442754276427742784279428042814282428342844285428642874288428942904291429242934294429542964297429842994300430143024303430443054306430743084309431043114312431343144315431643174318431943204321432243234324432543264327432843294330433143324333433443354336433743384339434043414342434343444345434643474348434943504351435243534354435543564357435843594360436143624363436443654366436743684369437043714372437343744375437643774378437943804381438243834384438543864387438843894390439143924393439443954396439743984399440044014402440344044405440644074408440944104411441244134414441544164417441844194420442144224423442444254426442744284429443044314432443344344435443644374438443944404441444244434444444544464447444844494450445144524453445444554456445744584459446044614462446344644465446644674468446944704471447244734474447544764477447844794480448144824483448444854486448744884489449044914492449344944495449644974498449945004501450245034504450545064507450845094510451145124513451445154516451745184519452045214522452345244525452645274528452945304531453245334534453545364537453845394540454145424543454445454546454745484549455045514552455345544555455645574558455945604561456245634564456545664567456845694570457145724573457445754576457745784579458045814582458345844585458645874588458945904591459245934594459545964597459845994600460146024603460446054606460746084609461046114612461346144615461646174618461946204621462246234624462546264627462846294630463146324633463446354636463746384639464046414642464346444645464646474648464946504651465246534654465546564657465846594660466146624663466446654666466746684669467046714672467346744675467646774678467946804681468246834684468546864687468846894690469146924693469446954696469746984699470047014702470347044705470647074708470947104711471247134714471547164717471847194720472147224723472447254726472747284729473047314732473347344735473647374738473947404741474247434744474547464747474847494750475147524753475447554756475747584759476047614762476347644765476647674768476947704771477247734774477547764777477847794780478147824783478447854786478747884789479047914792479347944795479647974798479948004801480248034804480548064807480848094810481148124813481448154816481748184819482048214822482348244825482648274828482948304831483248334834483548364837483848394840484148424843484448454846484748484849485048514852485348544855485648574858485948604861486248634864486548664867486848694870487148724873487448754876487748784879488048814882488348844885488648874888488948904891489248934894489548964897489848994900490149024903490449054906490749084909491049114912491349144915491649174918491949204921492249234924492549264927492849294930493149324933493449354936493749384939494049414942494349444945494649474948494949504951495249534954495549564957495849594960496149624963496449654966496749684969497049714972497349744975497649774978497949804981498249834984498549864987498849894990499149924993499449954996499749984999500050015002500350045005500650075008500950105011501250135014501550165017501850195020502150225023502450255026502750285029503050315032503350345035503650375038503950405041504250435044504550465047504850495050505150525053505450555056505750585059506050615062506350645065506650675068506950705071507250735074507550765077507850795080508150825083508450855086508750885089509050915092509350945095509650975098509951005101510251035104510551065107510851095110511151125113511451155116511751185119512051215122512351245125512651275128512951305131513251335134513551365137513851395140514151425143514451455146514751485149515051515152515351545155515651575158515951605161516251635164516551665167516851695170517151725173517451755176517751785179518051815182518351845185518651875188518951905191519251935194519551965197519851995200520152025203520452055206520752085209521052115212521352145215521652175218521952205221522252235224522552265227522852295230523152325233523452355236523752385239524052415242524352445245524652475248524952505251525252535254525552565257525852595260526152625263526452655266526752685269527052715272527352745275527652775278527952805281528252835284528552865287528852895290529152925293529452955296529752985299530053015302530353045305530653075308530953105311531253135314531553165317531853195320532153225323532453255326532753285329533053315332533353345335533653375338533953405341534253435344534553465347534853495350535153525353535453555356535753585359536053615362536353645365536653675368536953705371537253735374537553765377537853795380538153825383538453855386538753885389539053915392539353945395539653975398539954005401540254035404540554065407540854095410541154125413541454155416541754185419542054215422542354245425542654275428542954305431543254335434543554365437543854395440544154425443544454455446544754485449545054515452545354545455545654575458545954605461546254635464546554665467546854695470547154725473547454755476547754785479548054815482548354845485548654875488548954905491549254935494549554965497549854995500550155025503550455055506550755085509551055115512551355145515551655175518551955205521552255235524552555265527552855295530553155325533553455355536553755385539554055415542554355445545554655475548554955505551555255535554555555565557555855595560556155625563556455655566556755685569557055715572557355745575557655775578557955805581558255835584558555865587558855895590559155925593559455955596559755985599560056015602560356045605560656075608560956105611561256135614561556165617561856195620562156225623562456255626562756285629563056315632563356345635563656375638563956405641564256435644564556465647564856495650565156525653565456555656565756585659566056615662566356645665566656675668566956705671567256735674567556765677567856795680568156825683568456855686568756885689569056915692569356945695569656975698569957005701570257035704570557065707570857095710571157125713571457155716571757185719572057215722572357245725572657275728572957305731573257335734573557365737573857395740574157425743574457455746574757485749575057515752575357545755575657575758575957605761576257635764576557665767576857695770577157725773577457755776577757785779578057815782578357845785578657875788578957905791579257935794579557965797579857995800580158025803580458055806580758085809581058115812581358145815581658175818581958205821582258235824582558265827582858295830583158325833583458355836583758385839584058415842584358445845584658475848584958505851585258535854585558565857585858595860586158625863586458655866586758685869587058715872587358745875587658775878587958805881588258835884588558865887588858895890589158925893589458955896589758985899590059015902590359045905590659075908590959105911591259135914591559165917591859195920592159225923592459255926592759285929593059315932593359345935593659375938593959405941594259435944594559465947594859495950595159525953595459555956595759585959596059615962596359645965596659675968596959705971597259735974597559765977597859795980598159825983598459855986598759885989599059915992599359945995599659975998599960006001600260036004600560066007600860096010601160126013601460156016601760186019602060216022602360246025602660276028602960306031603260336034603560366037603860396040604160426043604460456046604760486049605060516052605360546055605660576058605960606061606260636064606560666067606860696070607160726073607460756076607760786079608060816082608360846085608660876088608960906091609260936094609560966097609860996100610161026103610461056106610761086109611061116112611361146115611661176118611961206121612261236124612561266127612861296130613161326133613461356136613761386139614061416142614361446145614661476148614961506151615261536154615561566157615861596160616161626163616461656166616761686169617061716172617361746175617661776178617961806181618261836184618561866187618861896190619161926193619461956196619761986199620062016202620362046205620662076208620962106211621262136214621562166217621862196220622162226223622462256226622762286229623062316232623362346235623662376238623962406241624262436244624562466247624862496250625162526253625462556256625762586259626062616262626362646265626662676268626962706271627262736274627562766277627862796280628162826283628462856286628762886289629062916292629362946295629662976298629963006301630263036304630563066307630863096310631163126313631463156316631763186319632063216322632363246325632663276328632963306331633263336334633563366337633863396340634163426343634463456346634763486349635063516352635363546355635663576358635963606361636263636364636563666367636863696370637163726373637463756376637763786379638063816382638363846385638663876388638963906391639263936394639563966397639863996400640164026403640464056406640764086409641064116412641364146415641664176418641964206421642264236424642564266427642864296430643164326433643464356436643764386439644064416442644364446445644664476448644964506451645264536454645564566457645864596460646164626463646464656466646764686469647064716472647364746475647664776478647964806481648264836484648564866487648864896490649164926493649464956496649764986499650065016502650365046505650665076508650965106511651265136514651565166517651865196520652165226523652465256526652765286529653065316532653365346535653665376538653965406541654265436544654565466547654865496550655165526553655465556556655765586559656065616562656365646565656665676568656965706571657265736574657565766577657865796580658165826583658465856586658765886589659065916592659365946595659665976598659966006601660266036604660566066607660866096610661166126613661466156616661766186619662066216622662366246625662666276628662966306631663266336634663566366637663866396640664166426643664466456646664766486649665066516652665366546655665666576658665966606661666266636664666566666667666866696670667166726673667466756676667766786679668066816682668366846685668666876688668966906691669266936694669566966697669866996700670167026703670467056706670767086709671067116712671367146715671667176718671967206721672267236724672567266727672867296730673167326733673467356736673767386739674067416742674367446745674667476748674967506751675267536754675567566757675867596760676167626763676467656766676767686769677067716772677367746775677667776778677967806781678267836784678567866787678867896790679167926793679467956796679767986799680068016802680368046805680668076808680968106811681268136814681568166817681868196820682168226823682468256826682768286829683068316832683368346835683668376838683968406841684268436844684568466847684868496850685168526853685468556856685768586859686068616862686368646865686668676868686968706871687268736874687568766877687868796880688168826883688468856886688768886889689068916892689368946895689668976898689969006901690269036904690569066907690869096910691169126913691469156916691769186919692069216922692369246925692669276928692969306931693269336934693569366937693869396940694169426943694469456946694769486949695069516952695369546955695669576958695969606961696269636964696569666967696869696970697169726973697469756976697769786979698069816982698369846985698669876988698969906991699269936994699569966997699869997000700170027003700470057006700770087009701070117012701370147015701670177018701970207021702270237024702570267027702870297030703170327033703470357036703770387039704070417042704370447045704670477048704970507051705270537054705570567057705870597060706170627063706470657066706770687069707070717072707370747075707670777078707970807081708270837084708570867087708870897090709170927093709470957096709770987099710071017102710371047105710671077108710971107111711271137114711571167117711871197120712171227123712471257126712771287129713071317132713371347135713671377138713971407141714271437144714571467147714871497150715171527153715471557156715771587159716071617162716371647165716671677168716971707171717271737174717571767177717871797180718171827183718471857186718771887189719071917192719371947195719671977198719972007201720272037204720572067207720872097210721172127213721472157216721772187219722072217222722372247225722672277228722972307231723272337234723572367237723872397240724172427243724472457246724772487249725072517252725372547255725672577258725972607261726272637264726572667267726872697270727172727273727472757276727772787279728072817282728372847285728672877288728972907291729272937294729572967297729872997300730173027303730473057306730773087309731073117312731373147315731673177318731973207321732273237324732573267327732873297330733173327333733473357336733773387339734073417342734373447345734673477348734973507351735273537354735573567357735873597360736173627363736473657366736773687369737073717372737373747375737673777378737973807381738273837384738573867387738873897390739173927393739473957396739773987399740074017402740374047405740674077408740974107411741274137414741574167417741874197420742174227423742474257426742774287429743074317432743374347435743674377438743974407441744274437444744574467447744874497450745174527453745474557456745774587459746074617462746374647465746674677468746974707471747274737474747574767477747874797480748174827483748474857486748774887489749074917492749374947495749674977498749975007501750275037504750575067507750875097510751175127513751475157516751775187519752075217522752375247525752675277528752975307531753275337534753575367537753875397540754175427543754475457546754775487549755075517552755375547555755675577558755975607561756275637564756575667567756875697570757175727573757475757576757775787579758075817582758375847585758675877588758975907591759275937594759575967597759875997600760176027603760476057606760776087609761076117612761376147615761676177618761976207621762276237624762576267627762876297630763176327633763476357636763776387639764076417642764376447645764676477648764976507651765276537654765576567657765876597660766176627663766476657666766776687669767076717672767376747675767676777678767976807681768276837684768576867687768876897690769176927693769476957696769776987699770077017702770377047705770677077708770977107711771277137714771577167717771877197720772177227723772477257726772777287729773077317732773377347735773677377738773977407741774277437744774577467747774877497750775177527753775477557756775777587759776077617762776377647765776677677768776977707771777277737774777577767777777877797780778177827783778477857786778777887789779077917792779377947795779677977798779978007801780278037804780578067807780878097810781178127813781478157816781778187819782078217822782378247825782678277828782978307831783278337834783578367837783878397840784178427843784478457846784778487849785078517852785378547855785678577858785978607861786278637864786578667867786878697870787178727873787478757876787778787879788078817882788378847885788678877888788978907891789278937894789578967897789878997900790179027903790479057906790779087909791079117912791379147915791679177918791979207921792279237924792579267927792879297930793179327933793479357936793779387939794079417942794379447945794679477948794979507951795279537954795579567957795879597960796179627963796479657966796779687969797079717972797379747975797679777978797979807981798279837984798579867987798879897990799179927993799479957996799779987999800080018002800380048005800680078008800980108011801280138014801580168017801880198020802180228023802480258026802780288029803080318032803380348035803680378038803980408041804280438044804580468047804880498050805180528053805480558056805780588059806080618062806380648065806680678068806980708071807280738074807580768077807880798080808180828083808480858086808780888089809080918092809380948095809680978098809981008101810281038104810581068107810881098110811181128113811481158116811781188119812081218122812381248125812681278128812981308131813281338134813581368137813881398140814181428143814481458146814781488149815081518152815381548155815681578158815981608161816281638164816581668167816881698170817181728173817481758176817781788179818081818182818381848185818681878188818981908191819281938194819581968197819881998200820182028203820482058206820782088209821082118212821382148215821682178218821982208221822282238224822582268227822882298230823182328233823482358236823782388239824082418242824382448245824682478248824982508251825282538254825582568257825882598260826182628263826482658266826782688269827082718272827382748275827682778278827982808281828282838284828582868287828882898290829182928293829482958296829782988299830083018302830383048305830683078308830983108311831283138314831583168317831883198320832183228323832483258326832783288329833083318332833383348335833683378338833983408341834283438344834583468347834883498350835183528353835483558356835783588359836083618362836383648365836683678368836983708371837283738374837583768377837883798380838183828383838483858386838783888389839083918392839383948395839683978398839984008401840284038404840584068407840884098410841184128413841484158416841784188419842084218422842384248425842684278428842984308431843284338434843584368437843884398440844184428443844484458446844784488449845084518452845384548455845684578458845984608461846284638464846584668467846884698470847184728473847484758476847784788479848084818482848384848485848684878488848984908491849284938494849584968497849884998500850185028503850485058506850785088509851085118512851385148515851685178518851985208521852285238524852585268527852885298530853185328533853485358536853785388539854085418542854385448545854685478548854985508551855285538554855585568557855885598560856185628563856485658566856785688569857085718572857385748575857685778578857985808581858285838584858585868587858885898590859185928593859485958596859785988599860086018602860386048605860686078608860986108611861286138614861586168617861886198620862186228623862486258626862786288629863086318632863386348635863686378638863986408641864286438644864586468647864886498650865186528653865486558656865786588659866086618662866386648665866686678668866986708671867286738674867586768677867886798680868186828683868486858686868786888689869086918692869386948695869686978698869987008701870287038704870587068707870887098710871187128713871487158716871787188719872087218722872387248725872687278728872987308731873287338734873587368737873887398740874187428743874487458746874787488749875087518752875387548755875687578758875987608761876287638764876587668767876887698770877187728773877487758776877787788779878087818782878387848785878687878788878987908791879287938794879587968797879887998800880188028803880488058806880788088809881088118812881388148815881688178818881988208821882288238824882588268827882888298830883188328833883488358836883788388839884088418842884388448845884688478848884988508851885288538854885588568857885888598860886188628863886488658866886788688869887088718872887388748875887688778878887988808881888288838884888588868887888888898890889188928893889488958896889788988899890089018902890389048905890689078908890989108911891289138914891589168917891889198920892189228923892489258926892789288929893089318932893389348935893689378938893989408941894289438944894589468947894889498950895189528953895489558956895789588959896089618962896389648965896689678968896989708971897289738974897589768977897889798980898189828983898489858986898789888989899089918992899389948995899689978998899990009001900290039004900590069007900890099010901190129013901490159016901790189019902090219022902390249025902690279028902990309031903290339034903590369037903890399040904190429043904490459046904790489049905090519052905390549055905690579058905990609061906290639064906590669067906890699070907190729073907490759076907790789079908090819082908390849085908690879088908990909091909290939094909590969097909890999100910191029103910491059106910791089109911091119112911391149115911691179118911991209121912291239124912591269127912891299130913191329133913491359136913791389139914091419142914391449145914691479148914991509151915291539154915591569157915891599160916191629163916491659166916791689169917091719172917391749175917691779178917991809181918291839184918591869187918891899190919191929193919491959196919791989199920092019202920392049205920692079208920992109211921292139214921592169217921892199220922192229223922492259226922792289229923092319232923392349235923692379238923992409241924292439244924592469247924892499250925192529253925492559256925792589259926092619262926392649265926692679268926992709271927292739274927592769277927892799280928192829283928492859286928792889289929092919292929392949295929692979298929993009301930293039304930593069307930893099310931193129313931493159316931793189319932093219322932393249325932693279328932993309331933293339334933593369337933893399340934193429343934493459346934793489349935093519352935393549355935693579358935993609361936293639364936593669367936893699370937193729373937493759376937793789379938093819382938393849385938693879388938993909391939293939394939593969397939893999400940194029403940494059406940794089409941094119412941394149415941694179418941994209421942294239424942594269427942894299430943194329433943494359436943794389439944094419442944394449445944694479448944994509451945294539454945594569457945894599460946194629463946494659466946794689469947094719472947394749475947694779478947994809481948294839484948594869487948894899490949194929493949494959496949794989499950095019502950395049505950695079508950995109511951295139514951595169517951895199520952195229523952495259526952795289529953095319532953395349535953695379538953995409541954295439544954595469547954895499550955195529553955495559556955795589559956095619562956395649565956695679568956995709571957295739574957595769577957895799580958195829583958495859586958795889589959095919592959395949595959695979598959996009601960296039604960596069607960896099610961196129613961496159616961796189619962096219622962396249625962696279628962996309631963296339634963596369637963896399640964196429643964496459646964796489649965096519652965396549655965696579658965996609661966296639664966596669667966896699670967196729673967496759676967796789679968096819682968396849685968696879688968996909691969296939694969596969697969896999700970197029703970497059706970797089709971097119712971397149715971697179718971997209721972297239724972597269727972897299730973197329733973497359736973797389739974097419742974397449745974697479748974997509751975297539754975597569757975897599760976197629763976497659766976797689769977097719772977397749775977697779778977997809781978297839784978597869787978897899790979197929793979497959796979797989799980098019802980398049805980698079808980998109811981298139814981598169817981898199820982198229823982498259826982798289829983098319832983398349835983698379838983998409841984298439844984598469847984898499850985198529853985498559856985798589859986098619862986398649865986698679868986998709871987298739874987598769877987898799880988198829883988498859886988798889889989098919892989398949895989698979898989999009901990299039904990599069907990899099910991199129913991499159916991799189919992099219922992399249925992699279928992999309931993299339934993599369937993899399940994199429943994499459946994799489949995099519952995399549955995699579958995999609961996299639964996599669967996899699970997199729973997499759976997799789979998099819982998399849985998699879988998999909991999299939994999599969997999899991000010001100021000310004100051000610007100081000910010100111001210013100141001510016100171001810019100201002110022100231002410025100261002710028100291003010031100321003310034100351003610037100381003910040100411004210043100441004510046100471004810049100501005110052100531005410055100561005710058100591006010061100621006310064100651006610067100681006910070100711007210073100741007510076100771007810079100801008110082100831008410085100861008710088100891009010091100921009310094100951009610097100981009910100101011010210103101041010510106101071010810109101101011110112101131011410115101161011710118101191012010121101221012310124101251012610127101281012910130101311013210133101341013510136101371013810139101401014110142101431014410145101461014710148101491015010151101521015310154101551015610157101581015910160101611016210163101641016510166101671016810169101701017110172101731017410175101761017710178101791018010181101821018310184101851018610187101881018910190101911019210193101941019510196101971019810199102001020110202102031020410205102061020710208102091021010211102121021310214102151021610217102181021910220102211022210223102241022510226102271022810229102301023110232102331023410235102361023710238102391024010241102421024310244102451024610247102481024910250102511025210253102541025510256102571025810259102601026110262102631026410265102661026710268102691027010271102721027310274102751027610277102781027910280102811028210283102841028510286102871028810289102901029110292102931029410295102961029710298102991030010301103021030310304103051030610307103081030910310103111031210313103141031510316103171031810319103201032110322103231032410325103261032710328103291033010331103321033310334103351033610337103381033910340103411034210343103441034510346103471034810349103501035110352103531035410355103561035710358103591036010361103621036310364103651036610367103681036910370103711037210373103741037510376103771037810379103801038110382103831038410385103861038710388103891039010391103921039310394103951039610397103981039910400104011040210403104041040510406104071040810409104101041110412104131041410415104161041710418104191042010421104221042310424104251042610427104281042910430104311043210433104341043510436104371043810439104401044110442104431044410445104461044710448104491045010451104521045310454104551045610457104581045910460104611046210463104641046510466104671046810469104701047110472104731047410475104761047710478104791048010481104821048310484104851048610487104881048910490104911049210493104941049510496104971049810499105001050110502105031050410505105061050710508105091051010511105121051310514105151051610517105181051910520105211052210523105241052510526105271052810529105301053110532105331053410535105361053710538105391054010541105421054310544105451054610547105481054910550105511055210553105541055510556105571055810559105601056110562105631056410565105661056710568105691057010571105721057310574105751057610577105781057910580105811058210583105841058510586105871058810589105901059110592105931059410595105961059710598105991060010601106021060310604106051060610607106081060910610106111061210613106141061510616106171061810619106201062110622106231062410625106261062710628106291063010631106321063310634106351063610637106381063910640106411064210643106441064510646106471064810649106501065110652106531065410655106561065710658106591066010661106621066310664106651066610667106681066910670106711067210673106741067510676106771067810679106801068110682106831068410685106861068710688106891069010691106921069310694106951069610697106981069910700107011070210703107041070510706107071070810709107101071110712107131071410715107161071710718107191072010721107221072310724107251072610727107281072910730107311073210733107341073510736107371073810739107401074110742107431074410745107461074710748107491075010751107521075310754107551075610757107581075910760107611076210763107641076510766107671076810769107701077110772107731077410775107761077710778107791078010781107821078310784107851078610787107881078910790107911079210793107941079510796107971079810799108001080110802108031080410805108061080710808108091081010811108121081310814108151081610817108181081910820108211082210823108241082510826108271082810829108301083110832108331083410835108361083710838108391084010841108421084310844108451084610847108481084910850108511085210853108541085510856108571085810859108601086110862108631086410865108661086710868108691087010871108721087310874108751087610877108781087910880108811088210883108841088510886108871088810889108901089110892108931089410895108961089710898108991090010901109021090310904109051090610907109081090910910109111091210913109141091510916109171091810919109201092110922109231092410925109261092710928109291093010931109321093310934109351093610937109381093910940109411094210943109441094510946109471094810949109501095110952109531095410955109561095710958109591096010961109621096310964109651096610967109681096910970109711097210973109741097510976109771097810979109801098110982109831098410985109861098710988109891099010991109921099310994109951099610997109981099911000110011100211003110041100511006110071100811009110101101111012110131101411015110161101711018110191102011021110221102311024110251102611027110281102911030110311103211033110341103511036110371103811039110401104111042110431104411045110461104711048110491105011051110521105311054110551105611057110581105911060110611106211063110641106511066110671106811069110701107111072110731107411075110761107711078110791108011081110821108311084110851108611087110881108911090110911109211093110941109511096110971109811099111001110111102111031110411105111061110711108111091111011111111121111311114111151111611117111181111911120111211112211123111241112511126111271112811129111301113111132111331113411135111361113711138111391114011141111421114311144111451114611147111481114911150111511115211153111541115511156111571115811159111601116111162111631116411165111661116711168111691117011171111721117311174111751117611177111781117911180111811118211183111841118511186111871118811189111901119111192111931119411195111961119711198111991120011201112021120311204112051120611207112081120911210112111121211213112141121511216112171121811219112201122111222112231122411225112261122711228112291123011231112321123311234112351123611237112381123911240112411124211243112441124511246112471124811249112501125111252112531125411255112561125711258112591126011261112621126311264112651126611267112681126911270112711127211273112741127511276112771127811279112801128111282112831128411285112861128711288112891129011291112921129311294112951129611297112981129911300113011130211303113041130511306113071130811309113101131111312113131131411315113161131711318113191132011321113221132311324113251132611327113281132911330113311133211333113341133511336113371133811339113401134111342113431134411345113461134711348113491135011351113521135311354113551135611357113581135911360113611136211363113641136511366113671136811369113701137111372113731137411375113761137711378113791138011381113821138311384113851138611387113881138911390113911139211393113941139511396113971139811399114001140111402114031140411405114061140711408114091141011411114121141311414114151141611417114181141911420114211142211423114241142511426114271142811429114301143111432114331143411435114361143711438114391144011441114421144311444114451144611447114481144911450114511145211453114541145511456114571145811459114601146111462114631146411465114661146711468114691147011471114721147311474114751147611477114781147911480114811148211483114841148511486114871148811489114901149111492114931149411495114961149711498114991150011501115021150311504115051150611507115081150911510115111151211513115141151511516115171151811519115201152111522115231152411525115261152711528115291153011531115321153311534115351153611537115381153911540115411154211543115441154511546115471154811549115501155111552115531155411555115561155711558115591156011561115621156311564115651156611567115681156911570115711157211573115741157511576115771157811579115801158111582115831158411585115861158711588115891159011591115921159311594115951159611597115981159911600116011160211603116041160511606116071160811609116101161111612116131161411615116161161711618116191162011621116221162311624116251162611627116281162911630116311163211633116341163511636116371163811639116401164111642116431164411645116461164711648116491165011651116521165311654116551165611657116581165911660116611166211663116641166511666116671166811669116701167111672116731167411675116761167711678116791168011681116821168311684116851168611687116881168911690116911169211693116941169511696116971169811699117001170111702117031170411705117061170711708117091171011711117121171311714117151171611717117181171911720117211172211723117241172511726117271172811729117301173111732117331173411735117361173711738117391174011741117421174311744117451174611747117481174911750117511175211753117541175511756117571175811759117601176111762117631176411765117661176711768117691177011771117721177311774117751177611777117781177911780117811178211783117841178511786117871178811789117901179111792117931179411795117961179711798117991180011801118021180311804118051180611807118081180911810118111181211813118141181511816118171181811819118201182111822118231182411825118261182711828118291183011831118321183311834118351183611837118381183911840118411184211843118441184511846118471184811849118501185111852118531185411855118561185711858118591186011861118621186311864118651186611867118681186911870118711187211873118741187511876118771187811879118801188111882118831188411885118861188711888118891189011891118921189311894118951189611897118981189911900119011190211903119041190511906119071190811909119101191111912119131191411915119161191711918119191192011921119221192311924119251192611927119281192911930119311193211933119341193511936119371193811939119401194111942119431194411945119461194711948119491195011951119521195311954119551195611957119581195911960119611196211963119641196511966119671196811969119701197111972119731197411975119761197711978119791198011981119821198311984119851198611987119881198911990119911199211993119941199511996119971199811999120001200112002120031200412005120061200712008120091201012011120121201312014120151201612017120181201912020120211202212023120241202512026120271202812029120301203112032120331203412035120361203712038120391204012041120421204312044120451204612047120481204912050120511205212053120541205512056120571205812059120601206112062120631206412065120661206712068120691207012071120721207312074120751207612077120781207912080120811208212083120841208512086120871208812089120901209112092120931209412095120961209712098120991210012101121021210312104121051210612107121081210912110121111211212113121141211512116121171211812119121201212112122121231212412125121261212712128121291213012131121321213312134121351213612137121381213912140121411214212143121441214512146121471214812149121501215112152121531215412155121561215712158121591216012161121621216312164121651216612167121681216912170121711217212173121741217512176121771217812179121801218112182121831218412185121861218712188121891219012191121921219312194121951219612197121981219912200122011220212203122041220512206122071220812209122101221112212122131221412215122161221712218122191222012221122221222312224122251222612227122281222912230122311223212233122341223512236122371223812239122401224112242122431224412245122461224712248122491225012251122521225312254122551225612257122581225912260122611226212263122641226512266122671226812269122701227112272122731227412275122761227712278122791228012281122821228312284122851228612287122881228912290122911229212293122941229512296122971229812299123001230112302123031230412305123061230712308123091231012311123121231312314123151231612317123181231912320123211232212323123241232512326123271232812329123301233112332123331233412335123361233712338123391234012341123421234312344123451234612347123481234912350123511235212353123541235512356123571235812359123601236112362123631236412365123661236712368123691237012371123721237312374123751237612377123781237912380123811238212383123841238512386123871238812389123901239112392123931239412395123961239712398123991240012401124021240312404124051240612407124081240912410124111241212413124141241512416124171241812419124201242112422124231242412425124261242712428124291243012431124321243312434124351243612437124381243912440124411244212443124441244512446124471244812449124501245112452124531245412455124561245712458124591246012461124621246312464
  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. "axios": "^1.5.0",
  17. "react": "18.2.0",
  18. "react-native": "^0.72.1",
  19. "react-native-gesture-handler": "^2.12.0",
  20. "react-native-gradle-plugin": "^0.71.19",
  21. "react-native-linear-gradient": "^2.6.2",
  22. "react-native-paper": "^5.8.0",
  23. "react-native-reanimated": "^3.3.0",
  24. "react-native-reanimated-carousel": "^3.5.1",
  25. "react-native-safe-area-context": "^4.6.4",
  26. "react-native-screens": "^3.20.0",
  27. "react-native-vector-icons": "^9.2.0",
  28. "uuid": "^9.0.0"
  29. },
  30. "devDependencies": {
  31. "@babel/core": "^7.20.0",
  32. "@babel/plugin-proposal-decorators": "^7.22.7",
  33. "@babel/preset-env": "^7.20.0",
  34. "@babel/runtime": "^7.20.0",
  35. "@react-native-community/eslint-config": "^3.2.0",
  36. "@tsconfig/react-native": "^2.0.2",
  37. "@types/jest": "^29.2.1",
  38. "@types/react": "^18.0.24",
  39. "@types/react-test-renderer": "^18.0.0",
  40. "babel-jest": "^29.2.1",
  41. "eslint": "^8.19.0",
  42. "jest": "^29.2.1",
  43. "metro-react-native-babel-preset": "0.73.9",
  44. "prettier": "^2.4.1",
  45. "react-test-renderer": "18.2.0",
  46. "typescript": "4.8.4"
  47. }
  48. },
  49. "node_modules/@aashutoshrathi/word-wrap": {
  50. "version": "1.2.6",
  51. "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz",
  52. "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==",
  53. "dev": true,
  54. "engines": {
  55. "node": ">=0.10.0"
  56. }
  57. },
  58. "node_modules/@ampproject/remapping": {
  59. "version": "2.2.1",
  60. "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz",
  61. "integrity": "sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==",
  62. "dependencies": {
  63. "@jridgewell/gen-mapping": "^0.3.0",
  64. "@jridgewell/trace-mapping": "^0.3.9"
  65. },
  66. "engines": {
  67. "node": ">=6.0.0"
  68. }
  69. },
  70. "node_modules/@babel/code-frame": {
  71. "version": "7.22.5",
  72. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.5.tgz",
  73. "integrity": "sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==",
  74. "dependencies": {
  75. "@babel/highlight": "^7.22.5"
  76. },
  77. "engines": {
  78. "node": ">=6.9.0"
  79. }
  80. },
  81. "node_modules/@babel/compat-data": {
  82. "version": "7.22.5",
  83. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.5.tgz",
  84. "integrity": "sha512-4Jc/YuIaYqKnDDz892kPIledykKg12Aw1PYX5i/TY28anJtacvM1Rrr8wbieB9GfEJwlzqT0hUEao0CxEebiDA==",
  85. "engines": {
  86. "node": ">=6.9.0"
  87. }
  88. },
  89. "node_modules/@babel/core": {
  90. "version": "7.22.5",
  91. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.5.tgz",
  92. "integrity": "sha512-SBuTAjg91A3eKOvD+bPEz3LlhHZRNu1nFOVts9lzDJTXshHTjII0BAtDS3Y2DAkdZdDKWVZGVwkDfc4Clxn1dg==",
  93. "dependencies": {
  94. "@ampproject/remapping": "^2.2.0",
  95. "@babel/code-frame": "^7.22.5",
  96. "@babel/generator": "^7.22.5",
  97. "@babel/helper-compilation-targets": "^7.22.5",
  98. "@babel/helper-module-transforms": "^7.22.5",
  99. "@babel/helpers": "^7.22.5",
  100. "@babel/parser": "^7.22.5",
  101. "@babel/template": "^7.22.5",
  102. "@babel/traverse": "^7.22.5",
  103. "@babel/types": "^7.22.5",
  104. "convert-source-map": "^1.7.0",
  105. "debug": "^4.1.0",
  106. "gensync": "^1.0.0-beta.2",
  107. "json5": "^2.2.2",
  108. "semver": "^6.3.0"
  109. },
  110. "engines": {
  111. "node": ">=6.9.0"
  112. },
  113. "funding": {
  114. "type": "opencollective",
  115. "url": "https://opencollective.com/babel"
  116. }
  117. },
  118. "node_modules/@babel/core/node_modules/debug": {
  119. "version": "4.3.4",
  120. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
  121. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  122. "dependencies": {
  123. "ms": "2.1.2"
  124. },
  125. "engines": {
  126. "node": ">=6.0"
  127. },
  128. "peerDependenciesMeta": {
  129. "supports-color": {
  130. "optional": true
  131. }
  132. }
  133. },
  134. "node_modules/@babel/core/node_modules/ms": {
  135. "version": "2.1.2",
  136. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  137. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
  138. },
  139. "node_modules/@babel/eslint-parser": {
  140. "version": "7.22.5",
  141. "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.22.5.tgz",
  142. "integrity": "sha512-C69RWYNYtrgIRE5CmTd77ZiLDXqgBipahJc/jHP3sLcAGj6AJzxNIuKNpVnICqbyK7X3pFUfEvL++rvtbQpZkQ==",
  143. "dev": true,
  144. "dependencies": {
  145. "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
  146. "eslint-visitor-keys": "^2.1.0",
  147. "semver": "^6.3.0"
  148. },
  149. "engines": {
  150. "node": "^10.13.0 || ^12.13.0 || >=14.0.0"
  151. },
  152. "peerDependencies": {
  153. "@babel/core": ">=7.11.0",
  154. "eslint": "^7.5.0 || ^8.0.0"
  155. }
  156. },
  157. "node_modules/@babel/generator": {
  158. "version": "7.22.5",
  159. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.22.5.tgz",
  160. "integrity": "sha512-+lcUbnTRhd0jOewtFSedLyiPsD5tswKkbgcezOqqWFUVNEwoUTlpPOBmvhG7OXWLR4jMdv0czPGH5XbflnD1EA==",
  161. "dependencies": {
  162. "@babel/types": "^7.22.5",
  163. "@jridgewell/gen-mapping": "^0.3.2",
  164. "@jridgewell/trace-mapping": "^0.3.17",
  165. "jsesc": "^2.5.1"
  166. },
  167. "engines": {
  168. "node": ">=6.9.0"
  169. }
  170. },
  171. "node_modules/@babel/helper-annotate-as-pure": {
  172. "version": "7.22.5",
  173. "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz",
  174. "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==",
  175. "dependencies": {
  176. "@babel/types": "^7.22.5"
  177. },
  178. "engines": {
  179. "node": ">=6.9.0"
  180. }
  181. },
  182. "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
  183. "version": "7.22.5",
  184. "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.5.tgz",
  185. "integrity": "sha512-m1EP3lVOPptR+2DwD125gziZNcmoNSHGmJROKoy87loWUQyJaVXDgpmruWqDARZSmtYQ+Dl25okU8+qhVzuykw==",
  186. "dependencies": {
  187. "@babel/types": "^7.22.5"
  188. },
  189. "engines": {
  190. "node": ">=6.9.0"
  191. }
  192. },
  193. "node_modules/@babel/helper-compilation-targets": {
  194. "version": "7.22.5",
  195. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.5.tgz",
  196. "integrity": "sha512-Ji+ywpHeuqxB8WDxraCiqR0xfhYjiDE/e6k7FuIaANnoOFxAHskHChz4vA1mJC9Lbm01s1PVAGhQY4FUKSkGZw==",
  197. "dependencies": {
  198. "@babel/compat-data": "^7.22.5",
  199. "@babel/helper-validator-option": "^7.22.5",
  200. "browserslist": "^4.21.3",
  201. "lru-cache": "^5.1.1",
  202. "semver": "^6.3.0"
  203. },
  204. "engines": {
  205. "node": ">=6.9.0"
  206. },
  207. "peerDependencies": {
  208. "@babel/core": "^7.0.0"
  209. }
  210. },
  211. "node_modules/@babel/helper-create-class-features-plugin": {
  212. "version": "7.22.9",
  213. "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.9.tgz",
  214. "integrity": "sha512-Pwyi89uO4YrGKxL/eNJ8lfEH55DnRloGPOseaA8NFNL6jAUnn+KccaISiFazCj5IolPPDjGSdzQzXVzODVRqUQ==",
  215. "dependencies": {
  216. "@babel/helper-annotate-as-pure": "^7.22.5",
  217. "@babel/helper-environment-visitor": "^7.22.5",
  218. "@babel/helper-function-name": "^7.22.5",
  219. "@babel/helper-member-expression-to-functions": "^7.22.5",
  220. "@babel/helper-optimise-call-expression": "^7.22.5",
  221. "@babel/helper-replace-supers": "^7.22.9",
  222. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
  223. "@babel/helper-split-export-declaration": "^7.22.6",
  224. "semver": "^6.3.1"
  225. },
  226. "engines": {
  227. "node": ">=6.9.0"
  228. },
  229. "peerDependencies": {
  230. "@babel/core": "^7.0.0"
  231. }
  232. },
  233. "node_modules/@babel/helper-create-regexp-features-plugin": {
  234. "version": "7.22.5",
  235. "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.5.tgz",
  236. "integrity": "sha512-1VpEFOIbMRaXyDeUwUfmTIxExLwQ+zkW+Bh5zXpApA3oQedBx9v/updixWxnx/bZpKw7u8VxWjb/qWpIcmPq8A==",
  237. "dependencies": {
  238. "@babel/helper-annotate-as-pure": "^7.22.5",
  239. "regexpu-core": "^5.3.1",
  240. "semver": "^6.3.0"
  241. },
  242. "engines": {
  243. "node": ">=6.9.0"
  244. },
  245. "peerDependencies": {
  246. "@babel/core": "^7.0.0"
  247. }
  248. },
  249. "node_modules/@babel/helper-define-polyfill-provider": {
  250. "version": "0.4.0",
  251. "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.0.tgz",
  252. "integrity": "sha512-RnanLx5ETe6aybRi1cO/edaRH+bNYWaryCEmjDDYyNr4wnSzyOp8T0dWipmqVHKEY3AbVKUom50AKSlj1zmKbg==",
  253. "dependencies": {
  254. "@babel/helper-compilation-targets": "^7.17.7",
  255. "@babel/helper-plugin-utils": "^7.16.7",
  256. "debug": "^4.1.1",
  257. "lodash.debounce": "^4.0.8",
  258. "resolve": "^1.14.2",
  259. "semver": "^6.1.2"
  260. },
  261. "peerDependencies": {
  262. "@babel/core": "^7.4.0-0"
  263. }
  264. },
  265. "node_modules/@babel/helper-define-polyfill-provider/node_modules/debug": {
  266. "version": "4.3.4",
  267. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
  268. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  269. "dependencies": {
  270. "ms": "2.1.2"
  271. },
  272. "engines": {
  273. "node": ">=6.0"
  274. },
  275. "peerDependenciesMeta": {
  276. "supports-color": {
  277. "optional": true
  278. }
  279. }
  280. },
  281. "node_modules/@babel/helper-define-polyfill-provider/node_modules/ms": {
  282. "version": "2.1.2",
  283. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  284. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
  285. },
  286. "node_modules/@babel/helper-environment-visitor": {
  287. "version": "7.22.5",
  288. "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz",
  289. "integrity": "sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==",
  290. "engines": {
  291. "node": ">=6.9.0"
  292. }
  293. },
  294. "node_modules/@babel/helper-function-name": {
  295. "version": "7.22.5",
  296. "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz",
  297. "integrity": "sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==",
  298. "dependencies": {
  299. "@babel/template": "^7.22.5",
  300. "@babel/types": "^7.22.5"
  301. },
  302. "engines": {
  303. "node": ">=6.9.0"
  304. }
  305. },
  306. "node_modules/@babel/helper-hoist-variables": {
  307. "version": "7.22.5",
  308. "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz",
  309. "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==",
  310. "dependencies": {
  311. "@babel/types": "^7.22.5"
  312. },
  313. "engines": {
  314. "node": ">=6.9.0"
  315. }
  316. },
  317. "node_modules/@babel/helper-member-expression-to-functions": {
  318. "version": "7.22.5",
  319. "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.22.5.tgz",
  320. "integrity": "sha512-aBiH1NKMG0H2cGZqspNvsaBe6wNGjbJjuLy29aU+eDZjSbbN53BaxlpB02xm9v34pLTZ1nIQPFYn2qMZoa5BQQ==",
  321. "dependencies": {
  322. "@babel/types": "^7.22.5"
  323. },
  324. "engines": {
  325. "node": ">=6.9.0"
  326. }
  327. },
  328. "node_modules/@babel/helper-module-imports": {
  329. "version": "7.22.5",
  330. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz",
  331. "integrity": "sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==",
  332. "dependencies": {
  333. "@babel/types": "^7.22.5"
  334. },
  335. "engines": {
  336. "node": ">=6.9.0"
  337. }
  338. },
  339. "node_modules/@babel/helper-module-transforms": {
  340. "version": "7.22.5",
  341. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.22.5.tgz",
  342. "integrity": "sha512-+hGKDt/Ze8GFExiVHno/2dvG5IdstpzCq0y4Qc9OJ25D4q3pKfiIP/4Vp3/JvhDkLKsDK2api3q3fpIgiIF5bw==",
  343. "dependencies": {
  344. "@babel/helper-environment-visitor": "^7.22.5",
  345. "@babel/helper-module-imports": "^7.22.5",
  346. "@babel/helper-simple-access": "^7.22.5",
  347. "@babel/helper-split-export-declaration": "^7.22.5",
  348. "@babel/helper-validator-identifier": "^7.22.5",
  349. "@babel/template": "^7.22.5",
  350. "@babel/traverse": "^7.22.5",
  351. "@babel/types": "^7.22.5"
  352. },
  353. "engines": {
  354. "node": ">=6.9.0"
  355. }
  356. },
  357. "node_modules/@babel/helper-optimise-call-expression": {
  358. "version": "7.22.5",
  359. "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz",
  360. "integrity": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==",
  361. "dependencies": {
  362. "@babel/types": "^7.22.5"
  363. },
  364. "engines": {
  365. "node": ">=6.9.0"
  366. }
  367. },
  368. "node_modules/@babel/helper-plugin-utils": {
  369. "version": "7.22.5",
  370. "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz",
  371. "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==",
  372. "engines": {
  373. "node": ">=6.9.0"
  374. }
  375. },
  376. "node_modules/@babel/helper-remap-async-to-generator": {
  377. "version": "7.22.5",
  378. "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.5.tgz",
  379. "integrity": "sha512-cU0Sq1Rf4Z55fgz7haOakIyM7+x/uCFwXpLPaeRzfoUtAEAuUZjZvFPjL/rk5rW693dIgn2hng1W7xbT7lWT4g==",
  380. "dependencies": {
  381. "@babel/helper-annotate-as-pure": "^7.22.5",
  382. "@babel/helper-environment-visitor": "^7.22.5",
  383. "@babel/helper-wrap-function": "^7.22.5",
  384. "@babel/types": "^7.22.5"
  385. },
  386. "engines": {
  387. "node": ">=6.9.0"
  388. },
  389. "peerDependencies": {
  390. "@babel/core": "^7.0.0"
  391. }
  392. },
  393. "node_modules/@babel/helper-replace-supers": {
  394. "version": "7.22.9",
  395. "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.9.tgz",
  396. "integrity": "sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==",
  397. "dependencies": {
  398. "@babel/helper-environment-visitor": "^7.22.5",
  399. "@babel/helper-member-expression-to-functions": "^7.22.5",
  400. "@babel/helper-optimise-call-expression": "^7.22.5"
  401. },
  402. "engines": {
  403. "node": ">=6.9.0"
  404. },
  405. "peerDependencies": {
  406. "@babel/core": "^7.0.0"
  407. }
  408. },
  409. "node_modules/@babel/helper-simple-access": {
  410. "version": "7.22.5",
  411. "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz",
  412. "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==",
  413. "dependencies": {
  414. "@babel/types": "^7.22.5"
  415. },
  416. "engines": {
  417. "node": ">=6.9.0"
  418. }
  419. },
  420. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  421. "version": "7.22.5",
  422. "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz",
  423. "integrity": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==",
  424. "dependencies": {
  425. "@babel/types": "^7.22.5"
  426. },
  427. "engines": {
  428. "node": ">=6.9.0"
  429. }
  430. },
  431. "node_modules/@babel/helper-split-export-declaration": {
  432. "version": "7.22.6",
  433. "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz",
  434. "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==",
  435. "dependencies": {
  436. "@babel/types": "^7.22.5"
  437. },
  438. "engines": {
  439. "node": ">=6.9.0"
  440. }
  441. },
  442. "node_modules/@babel/helper-string-parser": {
  443. "version": "7.22.5",
  444. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz",
  445. "integrity": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==",
  446. "engines": {
  447. "node": ">=6.9.0"
  448. }
  449. },
  450. "node_modules/@babel/helper-validator-identifier": {
  451. "version": "7.22.5",
  452. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz",
  453. "integrity": "sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==",
  454. "engines": {
  455. "node": ">=6.9.0"
  456. }
  457. },
  458. "node_modules/@babel/helper-validator-option": {
  459. "version": "7.22.5",
  460. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz",
  461. "integrity": "sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==",
  462. "engines": {
  463. "node": ">=6.9.0"
  464. }
  465. },
  466. "node_modules/@babel/helper-wrap-function": {
  467. "version": "7.22.5",
  468. "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.5.tgz",
  469. "integrity": "sha512-bYqLIBSEshYcYQyfks8ewYA8S30yaGSeRslcvKMvoUk6HHPySbxHq9YRi6ghhzEU+yhQv9bP/jXnygkStOcqZw==",
  470. "dependencies": {
  471. "@babel/helper-function-name": "^7.22.5",
  472. "@babel/template": "^7.22.5",
  473. "@babel/traverse": "^7.22.5",
  474. "@babel/types": "^7.22.5"
  475. },
  476. "engines": {
  477. "node": ">=6.9.0"
  478. }
  479. },
  480. "node_modules/@babel/helpers": {
  481. "version": "7.22.5",
  482. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.5.tgz",
  483. "integrity": "sha512-pSXRmfE1vzcUIDFQcSGA5Mr+GxBV9oiRKDuDxXvWQQBCh8HoIjs/2DlDB7H8smac1IVrB9/xdXj2N3Wol9Cr+Q==",
  484. "dependencies": {
  485. "@babel/template": "^7.22.5",
  486. "@babel/traverse": "^7.22.5",
  487. "@babel/types": "^7.22.5"
  488. },
  489. "engines": {
  490. "node": ">=6.9.0"
  491. }
  492. },
  493. "node_modules/@babel/highlight": {
  494. "version": "7.22.5",
  495. "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.5.tgz",
  496. "integrity": "sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==",
  497. "dependencies": {
  498. "@babel/helper-validator-identifier": "^7.22.5",
  499. "chalk": "^2.0.0",
  500. "js-tokens": "^4.0.0"
  501. },
  502. "engines": {
  503. "node": ">=6.9.0"
  504. }
  505. },
  506. "node_modules/@babel/highlight/node_modules/ansi-styles": {
  507. "version": "3.2.1",
  508. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  509. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  510. "dependencies": {
  511. "color-convert": "^1.9.0"
  512. },
  513. "engines": {
  514. "node": ">=4"
  515. }
  516. },
  517. "node_modules/@babel/highlight/node_modules/chalk": {
  518. "version": "2.4.2",
  519. "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  520. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  521. "dependencies": {
  522. "ansi-styles": "^3.2.1",
  523. "escape-string-regexp": "^1.0.5",
  524. "supports-color": "^5.3.0"
  525. },
  526. "engines": {
  527. "node": ">=4"
  528. }
  529. },
  530. "node_modules/@babel/highlight/node_modules/color-convert": {
  531. "version": "1.9.3",
  532. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  533. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  534. "dependencies": {
  535. "color-name": "1.1.3"
  536. }
  537. },
  538. "node_modules/@babel/highlight/node_modules/color-name": {
  539. "version": "1.1.3",
  540. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
  541. "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
  542. },
  543. "node_modules/@babel/highlight/node_modules/escape-string-regexp": {
  544. "version": "1.0.5",
  545. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  546. "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
  547. "engines": {
  548. "node": ">=0.8.0"
  549. }
  550. },
  551. "node_modules/@babel/highlight/node_modules/has-flag": {
  552. "version": "3.0.0",
  553. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  554. "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
  555. "engines": {
  556. "node": ">=4"
  557. }
  558. },
  559. "node_modules/@babel/highlight/node_modules/supports-color": {
  560. "version": "5.5.0",
  561. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
  562. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  563. "dependencies": {
  564. "has-flag": "^3.0.0"
  565. },
  566. "engines": {
  567. "node": ">=4"
  568. }
  569. },
  570. "node_modules/@babel/parser": {
  571. "version": "7.22.5",
  572. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.5.tgz",
  573. "integrity": "sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==",
  574. "bin": {
  575. "parser": "bin/babel-parser.js"
  576. },
  577. "engines": {
  578. "node": ">=6.0.0"
  579. }
  580. },
  581. "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
  582. "version": "7.22.5",
  583. "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",
  584. "integrity": "sha512-NP1M5Rf+u2Gw9qfSO4ihjcTGW5zXTi36ITLd4/EoAcEhIZ0yjMqmftDNl3QC19CX7olhrjpyU454g/2W7X0jvQ==",
  585. "dependencies": {
  586. "@babel/helper-plugin-utils": "^7.22.5"
  587. },
  588. "engines": {
  589. "node": ">=6.9.0"
  590. },
  591. "peerDependencies": {
  592. "@babel/core": "^7.0.0"
  593. }
  594. },
  595. "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
  596. "version": "7.22.5",
  597. "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",
  598. "integrity": "sha512-31Bb65aZaUwqCbWMnZPduIZxCBngHFlzyN6Dq6KAJjtx+lx6ohKHubc61OomYi7XwVD4Ol0XCVz4h+pYFR048g==",
  599. "dependencies": {
  600. "@babel/helper-plugin-utils": "^7.22.5",
  601. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
  602. "@babel/plugin-transform-optional-chaining": "^7.22.5"
  603. },
  604. "engines": {
  605. "node": ">=6.9.0"
  606. },
  607. "peerDependencies": {
  608. "@babel/core": "^7.13.0"
  609. }
  610. },
  611. "node_modules/@babel/plugin-proposal-async-generator-functions": {
  612. "version": "7.20.7",
  613. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.7.tgz",
  614. "integrity": "sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==",
  615. "dependencies": {
  616. "@babel/helper-environment-visitor": "^7.18.9",
  617. "@babel/helper-plugin-utils": "^7.20.2",
  618. "@babel/helper-remap-async-to-generator": "^7.18.9",
  619. "@babel/plugin-syntax-async-generators": "^7.8.4"
  620. },
  621. "engines": {
  622. "node": ">=6.9.0"
  623. },
  624. "peerDependencies": {
  625. "@babel/core": "^7.0.0-0"
  626. }
  627. },
  628. "node_modules/@babel/plugin-proposal-class-properties": {
  629. "version": "7.18.6",
  630. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz",
  631. "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==",
  632. "dependencies": {
  633. "@babel/helper-create-class-features-plugin": "^7.18.6",
  634. "@babel/helper-plugin-utils": "^7.18.6"
  635. },
  636. "engines": {
  637. "node": ">=6.9.0"
  638. },
  639. "peerDependencies": {
  640. "@babel/core": "^7.0.0-0"
  641. }
  642. },
  643. "node_modules/@babel/plugin-proposal-decorators": {
  644. "version": "7.22.7",
  645. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.22.7.tgz",
  646. "integrity": "sha512-omXqPF7Onq4Bb7wHxXjM3jSMSJvUUbvDvmmds7KI5n9Cq6Ln5I05I1W2nRlRof1rGdiUxJrxwe285WF96XlBXQ==",
  647. "dev": true,
  648. "dependencies": {
  649. "@babel/helper-create-class-features-plugin": "^7.22.6",
  650. "@babel/helper-plugin-utils": "^7.22.5",
  651. "@babel/helper-replace-supers": "^7.22.5",
  652. "@babel/helper-split-export-declaration": "^7.22.6",
  653. "@babel/plugin-syntax-decorators": "^7.22.5"
  654. },
  655. "engines": {
  656. "node": ">=6.9.0"
  657. },
  658. "peerDependencies": {
  659. "@babel/core": "^7.0.0-0"
  660. }
  661. },
  662. "node_modules/@babel/plugin-proposal-export-default-from": {
  663. "version": "7.22.5",
  664. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.22.5.tgz",
  665. "integrity": "sha512-UCe1X/hplyv6A5g2WnQ90tnHRvYL29dabCWww92lO7VdfMVTVReBTRrhiMrKQejHD9oVkdnRdwYuzUZkBVQisg==",
  666. "dependencies": {
  667. "@babel/helper-plugin-utils": "^7.22.5",
  668. "@babel/plugin-syntax-export-default-from": "^7.22.5"
  669. },
  670. "engines": {
  671. "node": ">=6.9.0"
  672. },
  673. "peerDependencies": {
  674. "@babel/core": "^7.0.0-0"
  675. }
  676. },
  677. "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": {
  678. "version": "7.18.6",
  679. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz",
  680. "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==",
  681. "dependencies": {
  682. "@babel/helper-plugin-utils": "^7.18.6",
  683. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
  684. },
  685. "engines": {
  686. "node": ">=6.9.0"
  687. },
  688. "peerDependencies": {
  689. "@babel/core": "^7.0.0-0"
  690. }
  691. },
  692. "node_modules/@babel/plugin-proposal-numeric-separator": {
  693. "version": "7.18.6",
  694. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz",
  695. "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==",
  696. "dependencies": {
  697. "@babel/helper-plugin-utils": "^7.18.6",
  698. "@babel/plugin-syntax-numeric-separator": "^7.10.4"
  699. },
  700. "engines": {
  701. "node": ">=6.9.0"
  702. },
  703. "peerDependencies": {
  704. "@babel/core": "^7.0.0-0"
  705. }
  706. },
  707. "node_modules/@babel/plugin-proposal-object-rest-spread": {
  708. "version": "7.20.7",
  709. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz",
  710. "integrity": "sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==",
  711. "dependencies": {
  712. "@babel/compat-data": "^7.20.5",
  713. "@babel/helper-compilation-targets": "^7.20.7",
  714. "@babel/helper-plugin-utils": "^7.20.2",
  715. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  716. "@babel/plugin-transform-parameters": "^7.20.7"
  717. },
  718. "engines": {
  719. "node": ">=6.9.0"
  720. },
  721. "peerDependencies": {
  722. "@babel/core": "^7.0.0-0"
  723. }
  724. },
  725. "node_modules/@babel/plugin-proposal-optional-catch-binding": {
  726. "version": "7.18.6",
  727. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz",
  728. "integrity": "sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==",
  729. "dependencies": {
  730. "@babel/helper-plugin-utils": "^7.18.6",
  731. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
  732. },
  733. "engines": {
  734. "node": ">=6.9.0"
  735. },
  736. "peerDependencies": {
  737. "@babel/core": "^7.0.0-0"
  738. }
  739. },
  740. "node_modules/@babel/plugin-proposal-optional-chaining": {
  741. "version": "7.21.0",
  742. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz",
  743. "integrity": "sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==",
  744. "dependencies": {
  745. "@babel/helper-plugin-utils": "^7.20.2",
  746. "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0",
  747. "@babel/plugin-syntax-optional-chaining": "^7.8.3"
  748. },
  749. "engines": {
  750. "node": ">=6.9.0"
  751. },
  752. "peerDependencies": {
  753. "@babel/core": "^7.0.0-0"
  754. }
  755. },
  756. "node_modules/@babel/plugin-proposal-private-property-in-object": {
  757. "version": "7.21.0-placeholder-for-preset-env.2",
  758. "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",
  759. "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==",
  760. "engines": {
  761. "node": ">=6.9.0"
  762. },
  763. "peerDependencies": {
  764. "@babel/core": "^7.0.0-0"
  765. }
  766. },
  767. "node_modules/@babel/plugin-proposal-unicode-property-regex": {
  768. "version": "7.18.6",
  769. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz",
  770. "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==",
  771. "dependencies": {
  772. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  773. "@babel/helper-plugin-utils": "^7.18.6"
  774. },
  775. "engines": {
  776. "node": ">=4"
  777. },
  778. "peerDependencies": {
  779. "@babel/core": "^7.0.0-0"
  780. }
  781. },
  782. "node_modules/@babel/plugin-syntax-async-generators": {
  783. "version": "7.8.4",
  784. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
  785. "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
  786. "dependencies": {
  787. "@babel/helper-plugin-utils": "^7.8.0"
  788. },
  789. "peerDependencies": {
  790. "@babel/core": "^7.0.0-0"
  791. }
  792. },
  793. "node_modules/@babel/plugin-syntax-bigint": {
  794. "version": "7.8.3",
  795. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
  796. "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
  797. "dev": true,
  798. "dependencies": {
  799. "@babel/helper-plugin-utils": "^7.8.0"
  800. },
  801. "peerDependencies": {
  802. "@babel/core": "^7.0.0-0"
  803. }
  804. },
  805. "node_modules/@babel/plugin-syntax-class-properties": {
  806. "version": "7.12.13",
  807. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
  808. "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
  809. "dependencies": {
  810. "@babel/helper-plugin-utils": "^7.12.13"
  811. },
  812. "peerDependencies": {
  813. "@babel/core": "^7.0.0-0"
  814. }
  815. },
  816. "node_modules/@babel/plugin-syntax-class-static-block": {
  817. "version": "7.14.5",
  818. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
  819. "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
  820. "dependencies": {
  821. "@babel/helper-plugin-utils": "^7.14.5"
  822. },
  823. "engines": {
  824. "node": ">=6.9.0"
  825. },
  826. "peerDependencies": {
  827. "@babel/core": "^7.0.0-0"
  828. }
  829. },
  830. "node_modules/@babel/plugin-syntax-decorators": {
  831. "version": "7.22.5",
  832. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.22.5.tgz",
  833. "integrity": "sha512-avpUOBS7IU6al8MmF1XpAyj9QYeLPuSDJI5D4pVMSMdL7xQokKqJPYQC67RCT0aCTashUXPiGwMJ0DEXXCEmMA==",
  834. "dev": true,
  835. "dependencies": {
  836. "@babel/helper-plugin-utils": "^7.22.5"
  837. },
  838. "engines": {
  839. "node": ">=6.9.0"
  840. },
  841. "peerDependencies": {
  842. "@babel/core": "^7.0.0-0"
  843. }
  844. },
  845. "node_modules/@babel/plugin-syntax-dynamic-import": {
  846. "version": "7.8.3",
  847. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
  848. "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
  849. "dependencies": {
  850. "@babel/helper-plugin-utils": "^7.8.0"
  851. },
  852. "peerDependencies": {
  853. "@babel/core": "^7.0.0-0"
  854. }
  855. },
  856. "node_modules/@babel/plugin-syntax-export-default-from": {
  857. "version": "7.22.5",
  858. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.22.5.tgz",
  859. "integrity": "sha512-ODAqWWXB/yReh/jVQDag/3/tl6lgBueQkk/TcfW/59Oykm4c8a55XloX0CTk2k2VJiFWMgHby9xNX29IbCv9dQ==",
  860. "dependencies": {
  861. "@babel/helper-plugin-utils": "^7.22.5"
  862. },
  863. "engines": {
  864. "node": ">=6.9.0"
  865. },
  866. "peerDependencies": {
  867. "@babel/core": "^7.0.0-0"
  868. }
  869. },
  870. "node_modules/@babel/plugin-syntax-export-namespace-from": {
  871. "version": "7.8.3",
  872. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
  873. "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
  874. "dependencies": {
  875. "@babel/helper-plugin-utils": "^7.8.3"
  876. },
  877. "peerDependencies": {
  878. "@babel/core": "^7.0.0-0"
  879. }
  880. },
  881. "node_modules/@babel/plugin-syntax-flow": {
  882. "version": "7.22.5",
  883. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.22.5.tgz",
  884. "integrity": "sha512-9RdCl0i+q0QExayk2nOS7853w08yLucnnPML6EN9S8fgMPVtdLDCdx/cOQ/i44Lb9UeQX9A35yaqBBOMMZxPxQ==",
  885. "dependencies": {
  886. "@babel/helper-plugin-utils": "^7.22.5"
  887. },
  888. "engines": {
  889. "node": ">=6.9.0"
  890. },
  891. "peerDependencies": {
  892. "@babel/core": "^7.0.0-0"
  893. }
  894. },
  895. "node_modules/@babel/plugin-syntax-import-assertions": {
  896. "version": "7.22.5",
  897. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.22.5.tgz",
  898. "integrity": "sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==",
  899. "dependencies": {
  900. "@babel/helper-plugin-utils": "^7.22.5"
  901. },
  902. "engines": {
  903. "node": ">=6.9.0"
  904. },
  905. "peerDependencies": {
  906. "@babel/core": "^7.0.0-0"
  907. }
  908. },
  909. "node_modules/@babel/plugin-syntax-import-attributes": {
  910. "version": "7.22.5",
  911. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.22.5.tgz",
  912. "integrity": "sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==",
  913. "dependencies": {
  914. "@babel/helper-plugin-utils": "^7.22.5"
  915. },
  916. "engines": {
  917. "node": ">=6.9.0"
  918. },
  919. "peerDependencies": {
  920. "@babel/core": "^7.0.0-0"
  921. }
  922. },
  923. "node_modules/@babel/plugin-syntax-import-meta": {
  924. "version": "7.10.4",
  925. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  926. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  927. "dependencies": {
  928. "@babel/helper-plugin-utils": "^7.10.4"
  929. },
  930. "peerDependencies": {
  931. "@babel/core": "^7.0.0-0"
  932. }
  933. },
  934. "node_modules/@babel/plugin-syntax-json-strings": {
  935. "version": "7.8.3",
  936. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
  937. "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
  938. "dependencies": {
  939. "@babel/helper-plugin-utils": "^7.8.0"
  940. },
  941. "peerDependencies": {
  942. "@babel/core": "^7.0.0-0"
  943. }
  944. },
  945. "node_modules/@babel/plugin-syntax-jsx": {
  946. "version": "7.22.5",
  947. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.22.5.tgz",
  948. "integrity": "sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==",
  949. "dependencies": {
  950. "@babel/helper-plugin-utils": "^7.22.5"
  951. },
  952. "engines": {
  953. "node": ">=6.9.0"
  954. },
  955. "peerDependencies": {
  956. "@babel/core": "^7.0.0-0"
  957. }
  958. },
  959. "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
  960. "version": "7.10.4",
  961. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
  962. "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
  963. "dependencies": {
  964. "@babel/helper-plugin-utils": "^7.10.4"
  965. },
  966. "peerDependencies": {
  967. "@babel/core": "^7.0.0-0"
  968. }
  969. },
  970. "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
  971. "version": "7.8.3",
  972. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
  973. "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
  974. "dependencies": {
  975. "@babel/helper-plugin-utils": "^7.8.0"
  976. },
  977. "peerDependencies": {
  978. "@babel/core": "^7.0.0-0"
  979. }
  980. },
  981. "node_modules/@babel/plugin-syntax-numeric-separator": {
  982. "version": "7.10.4",
  983. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
  984. "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
  985. "dependencies": {
  986. "@babel/helper-plugin-utils": "^7.10.4"
  987. },
  988. "peerDependencies": {
  989. "@babel/core": "^7.0.0-0"
  990. }
  991. },
  992. "node_modules/@babel/plugin-syntax-object-rest-spread": {
  993. "version": "7.8.3",
  994. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
  995. "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
  996. "dependencies": {
  997. "@babel/helper-plugin-utils": "^7.8.0"
  998. },
  999. "peerDependencies": {
  1000. "@babel/core": "^7.0.0-0"
  1001. }
  1002. },
  1003. "node_modules/@babel/plugin-syntax-optional-catch-binding": {
  1004. "version": "7.8.3",
  1005. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
  1006. "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
  1007. "dependencies": {
  1008. "@babel/helper-plugin-utils": "^7.8.0"
  1009. },
  1010. "peerDependencies": {
  1011. "@babel/core": "^7.0.0-0"
  1012. }
  1013. },
  1014. "node_modules/@babel/plugin-syntax-optional-chaining": {
  1015. "version": "7.8.3",
  1016. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
  1017. "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
  1018. "dependencies": {
  1019. "@babel/helper-plugin-utils": "^7.8.0"
  1020. },
  1021. "peerDependencies": {
  1022. "@babel/core": "^7.0.0-0"
  1023. }
  1024. },
  1025. "node_modules/@babel/plugin-syntax-private-property-in-object": {
  1026. "version": "7.14.5",
  1027. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
  1028. "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
  1029. "dependencies": {
  1030. "@babel/helper-plugin-utils": "^7.14.5"
  1031. },
  1032. "engines": {
  1033. "node": ">=6.9.0"
  1034. },
  1035. "peerDependencies": {
  1036. "@babel/core": "^7.0.0-0"
  1037. }
  1038. },
  1039. "node_modules/@babel/plugin-syntax-top-level-await": {
  1040. "version": "7.14.5",
  1041. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
  1042. "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
  1043. "dependencies": {
  1044. "@babel/helper-plugin-utils": "^7.14.5"
  1045. },
  1046. "engines": {
  1047. "node": ">=6.9.0"
  1048. },
  1049. "peerDependencies": {
  1050. "@babel/core": "^7.0.0-0"
  1051. }
  1052. },
  1053. "node_modules/@babel/plugin-syntax-typescript": {
  1054. "version": "7.22.5",
  1055. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.22.5.tgz",
  1056. "integrity": "sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==",
  1057. "dependencies": {
  1058. "@babel/helper-plugin-utils": "^7.22.5"
  1059. },
  1060. "engines": {
  1061. "node": ">=6.9.0"
  1062. },
  1063. "peerDependencies": {
  1064. "@babel/core": "^7.0.0-0"
  1065. }
  1066. },
  1067. "node_modules/@babel/plugin-syntax-unicode-sets-regex": {
  1068. "version": "7.18.6",
  1069. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz",
  1070. "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==",
  1071. "dependencies": {
  1072. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  1073. "@babel/helper-plugin-utils": "^7.18.6"
  1074. },
  1075. "engines": {
  1076. "node": ">=6.9.0"
  1077. },
  1078. "peerDependencies": {
  1079. "@babel/core": "^7.0.0"
  1080. }
  1081. },
  1082. "node_modules/@babel/plugin-transform-arrow-functions": {
  1083. "version": "7.22.5",
  1084. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.22.5.tgz",
  1085. "integrity": "sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==",
  1086. "dependencies": {
  1087. "@babel/helper-plugin-utils": "^7.22.5"
  1088. },
  1089. "engines": {
  1090. "node": ">=6.9.0"
  1091. },
  1092. "peerDependencies": {
  1093. "@babel/core": "^7.0.0-0"
  1094. }
  1095. },
  1096. "node_modules/@babel/plugin-transform-async-generator-functions": {
  1097. "version": "7.22.5",
  1098. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.22.5.tgz",
  1099. "integrity": "sha512-gGOEvFzm3fWoyD5uZq7vVTD57pPJ3PczPUD/xCFGjzBpUosnklmXyKnGQbbbGs1NPNPskFex0j93yKbHt0cHyg==",
  1100. "dependencies": {
  1101. "@babel/helper-environment-visitor": "^7.22.5",
  1102. "@babel/helper-plugin-utils": "^7.22.5",
  1103. "@babel/helper-remap-async-to-generator": "^7.22.5",
  1104. "@babel/plugin-syntax-async-generators": "^7.8.4"
  1105. },
  1106. "engines": {
  1107. "node": ">=6.9.0"
  1108. },
  1109. "peerDependencies": {
  1110. "@babel/core": "^7.0.0-0"
  1111. }
  1112. },
  1113. "node_modules/@babel/plugin-transform-async-to-generator": {
  1114. "version": "7.22.5",
  1115. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.22.5.tgz",
  1116. "integrity": "sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==",
  1117. "dependencies": {
  1118. "@babel/helper-module-imports": "^7.22.5",
  1119. "@babel/helper-plugin-utils": "^7.22.5",
  1120. "@babel/helper-remap-async-to-generator": "^7.22.5"
  1121. },
  1122. "engines": {
  1123. "node": ">=6.9.0"
  1124. },
  1125. "peerDependencies": {
  1126. "@babel/core": "^7.0.0-0"
  1127. }
  1128. },
  1129. "node_modules/@babel/plugin-transform-block-scoped-functions": {
  1130. "version": "7.22.5",
  1131. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.22.5.tgz",
  1132. "integrity": "sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==",
  1133. "dependencies": {
  1134. "@babel/helper-plugin-utils": "^7.22.5"
  1135. },
  1136. "engines": {
  1137. "node": ">=6.9.0"
  1138. },
  1139. "peerDependencies": {
  1140. "@babel/core": "^7.0.0-0"
  1141. }
  1142. },
  1143. "node_modules/@babel/plugin-transform-block-scoping": {
  1144. "version": "7.22.5",
  1145. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.22.5.tgz",
  1146. "integrity": "sha512-EcACl1i5fSQ6bt+YGuU/XGCeZKStLmyVGytWkpyhCLeQVA0eu6Wtiw92V+I1T/hnezUv7j74dA/Ro69gWcU+hg==",
  1147. "dependencies": {
  1148. "@babel/helper-plugin-utils": "^7.22.5"
  1149. },
  1150. "engines": {
  1151. "node": ">=6.9.0"
  1152. },
  1153. "peerDependencies": {
  1154. "@babel/core": "^7.0.0-0"
  1155. }
  1156. },
  1157. "node_modules/@babel/plugin-transform-class-properties": {
  1158. "version": "7.22.5",
  1159. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.22.5.tgz",
  1160. "integrity": "sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ==",
  1161. "dependencies": {
  1162. "@babel/helper-create-class-features-plugin": "^7.22.5",
  1163. "@babel/helper-plugin-utils": "^7.22.5"
  1164. },
  1165. "engines": {
  1166. "node": ">=6.9.0"
  1167. },
  1168. "peerDependencies": {
  1169. "@babel/core": "^7.0.0-0"
  1170. }
  1171. },
  1172. "node_modules/@babel/plugin-transform-class-static-block": {
  1173. "version": "7.22.5",
  1174. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.22.5.tgz",
  1175. "integrity": "sha512-SPToJ5eYZLxlnp1UzdARpOGeC2GbHvr9d/UV0EukuVx8atktg194oe+C5BqQ8jRTkgLRVOPYeXRSBg1IlMoVRA==",
  1176. "dependencies": {
  1177. "@babel/helper-create-class-features-plugin": "^7.22.5",
  1178. "@babel/helper-plugin-utils": "^7.22.5",
  1179. "@babel/plugin-syntax-class-static-block": "^7.14.5"
  1180. },
  1181. "engines": {
  1182. "node": ">=6.9.0"
  1183. },
  1184. "peerDependencies": {
  1185. "@babel/core": "^7.12.0"
  1186. }
  1187. },
  1188. "node_modules/@babel/plugin-transform-classes": {
  1189. "version": "7.22.5",
  1190. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.22.5.tgz",
  1191. "integrity": "sha512-2edQhLfibpWpsVBx2n/GKOz6JdGQvLruZQfGr9l1qes2KQaWswjBzhQF7UDUZMNaMMQeYnQzxwOMPsbYF7wqPQ==",
  1192. "dependencies": {
  1193. "@babel/helper-annotate-as-pure": "^7.22.5",
  1194. "@babel/helper-compilation-targets": "^7.22.5",
  1195. "@babel/helper-environment-visitor": "^7.22.5",
  1196. "@babel/helper-function-name": "^7.22.5",
  1197. "@babel/helper-optimise-call-expression": "^7.22.5",
  1198. "@babel/helper-plugin-utils": "^7.22.5",
  1199. "@babel/helper-replace-supers": "^7.22.5",
  1200. "@babel/helper-split-export-declaration": "^7.22.5",
  1201. "globals": "^11.1.0"
  1202. },
  1203. "engines": {
  1204. "node": ">=6.9.0"
  1205. },
  1206. "peerDependencies": {
  1207. "@babel/core": "^7.0.0-0"
  1208. }
  1209. },
  1210. "node_modules/@babel/plugin-transform-computed-properties": {
  1211. "version": "7.22.5",
  1212. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.22.5.tgz",
  1213. "integrity": "sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==",
  1214. "dependencies": {
  1215. "@babel/helper-plugin-utils": "^7.22.5",
  1216. "@babel/template": "^7.22.5"
  1217. },
  1218. "engines": {
  1219. "node": ">=6.9.0"
  1220. },
  1221. "peerDependencies": {
  1222. "@babel/core": "^7.0.0-0"
  1223. }
  1224. },
  1225. "node_modules/@babel/plugin-transform-destructuring": {
  1226. "version": "7.22.5",
  1227. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.22.5.tgz",
  1228. "integrity": "sha512-GfqcFuGW8vnEqTUBM7UtPd5A4q797LTvvwKxXTgRsFjoqaJiEg9deBG6kWeQYkVEL569NpnmpC0Pkr/8BLKGnQ==",
  1229. "dependencies": {
  1230. "@babel/helper-plugin-utils": "^7.22.5"
  1231. },
  1232. "engines": {
  1233. "node": ">=6.9.0"
  1234. },
  1235. "peerDependencies": {
  1236. "@babel/core": "^7.0.0-0"
  1237. }
  1238. },
  1239. "node_modules/@babel/plugin-transform-dotall-regex": {
  1240. "version": "7.22.5",
  1241. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.22.5.tgz",
  1242. "integrity": "sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==",
  1243. "dependencies": {
  1244. "@babel/helper-create-regexp-features-plugin": "^7.22.5",
  1245. "@babel/helper-plugin-utils": "^7.22.5"
  1246. },
  1247. "engines": {
  1248. "node": ">=6.9.0"
  1249. },
  1250. "peerDependencies": {
  1251. "@babel/core": "^7.0.0-0"
  1252. }
  1253. },
  1254. "node_modules/@babel/plugin-transform-duplicate-keys": {
  1255. "version": "7.22.5",
  1256. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.22.5.tgz",
  1257. "integrity": "sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==",
  1258. "dependencies": {
  1259. "@babel/helper-plugin-utils": "^7.22.5"
  1260. },
  1261. "engines": {
  1262. "node": ">=6.9.0"
  1263. },
  1264. "peerDependencies": {
  1265. "@babel/core": "^7.0.0-0"
  1266. }
  1267. },
  1268. "node_modules/@babel/plugin-transform-dynamic-import": {
  1269. "version": "7.22.5",
  1270. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.22.5.tgz",
  1271. "integrity": "sha512-0MC3ppTB1AMxd8fXjSrbPa7LT9hrImt+/fcj+Pg5YMD7UQyWp/02+JWpdnCymmsXwIx5Z+sYn1bwCn4ZJNvhqQ==",
  1272. "dependencies": {
  1273. "@babel/helper-plugin-utils": "^7.22.5",
  1274. "@babel/plugin-syntax-dynamic-import": "^7.8.3"
  1275. },
  1276. "engines": {
  1277. "node": ">=6.9.0"
  1278. },
  1279. "peerDependencies": {
  1280. "@babel/core": "^7.0.0-0"
  1281. }
  1282. },
  1283. "node_modules/@babel/plugin-transform-exponentiation-operator": {
  1284. "version": "7.22.5",
  1285. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.22.5.tgz",
  1286. "integrity": "sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==",
  1287. "dependencies": {
  1288. "@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.5",
  1289. "@babel/helper-plugin-utils": "^7.22.5"
  1290. },
  1291. "engines": {
  1292. "node": ">=6.9.0"
  1293. },
  1294. "peerDependencies": {
  1295. "@babel/core": "^7.0.0-0"
  1296. }
  1297. },
  1298. "node_modules/@babel/plugin-transform-export-namespace-from": {
  1299. "version": "7.22.5",
  1300. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.22.5.tgz",
  1301. "integrity": "sha512-X4hhm7FRnPgd4nDA4b/5V280xCx6oL7Oob5+9qVS5C13Zq4bh1qq7LU0GgRU6b5dBWBvhGaXYVB4AcN6+ol6vg==",
  1302. "dependencies": {
  1303. "@babel/helper-plugin-utils": "^7.22.5",
  1304. "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
  1305. },
  1306. "engines": {
  1307. "node": ">=6.9.0"
  1308. },
  1309. "peerDependencies": {
  1310. "@babel/core": "^7.0.0-0"
  1311. }
  1312. },
  1313. "node_modules/@babel/plugin-transform-flow-strip-types": {
  1314. "version": "7.22.5",
  1315. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.22.5.tgz",
  1316. "integrity": "sha512-tujNbZdxdG0/54g/oua8ISToaXTFBf8EnSb5PgQSciIXWOWKX3S4+JR7ZE9ol8FZwf9kxitzkGQ+QWeov/mCiA==",
  1317. "dependencies": {
  1318. "@babel/helper-plugin-utils": "^7.22.5",
  1319. "@babel/plugin-syntax-flow": "^7.22.5"
  1320. },
  1321. "engines": {
  1322. "node": ">=6.9.0"
  1323. },
  1324. "peerDependencies": {
  1325. "@babel/core": "^7.0.0-0"
  1326. }
  1327. },
  1328. "node_modules/@babel/plugin-transform-for-of": {
  1329. "version": "7.22.5",
  1330. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.22.5.tgz",
  1331. "integrity": "sha512-3kxQjX1dU9uudwSshyLeEipvrLjBCVthCgeTp6CzE/9JYrlAIaeekVxRpCWsDDfYTfRZRoCeZatCQvwo+wvK8A==",
  1332. "dependencies": {
  1333. "@babel/helper-plugin-utils": "^7.22.5"
  1334. },
  1335. "engines": {
  1336. "node": ">=6.9.0"
  1337. },
  1338. "peerDependencies": {
  1339. "@babel/core": "^7.0.0-0"
  1340. }
  1341. },
  1342. "node_modules/@babel/plugin-transform-function-name": {
  1343. "version": "7.22.5",
  1344. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.22.5.tgz",
  1345. "integrity": "sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==",
  1346. "dependencies": {
  1347. "@babel/helper-compilation-targets": "^7.22.5",
  1348. "@babel/helper-function-name": "^7.22.5",
  1349. "@babel/helper-plugin-utils": "^7.22.5"
  1350. },
  1351. "engines": {
  1352. "node": ">=6.9.0"
  1353. },
  1354. "peerDependencies": {
  1355. "@babel/core": "^7.0.0-0"
  1356. }
  1357. },
  1358. "node_modules/@babel/plugin-transform-json-strings": {
  1359. "version": "7.22.5",
  1360. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.22.5.tgz",
  1361. "integrity": "sha512-DuCRB7fu8MyTLbEQd1ew3R85nx/88yMoqo2uPSjevMj3yoN7CDM8jkgrY0wmVxfJZyJ/B9fE1iq7EQppWQmR5A==",
  1362. "dependencies": {
  1363. "@babel/helper-plugin-utils": "^7.22.5",
  1364. "@babel/plugin-syntax-json-strings": "^7.8.3"
  1365. },
  1366. "engines": {
  1367. "node": ">=6.9.0"
  1368. },
  1369. "peerDependencies": {
  1370. "@babel/core": "^7.0.0-0"
  1371. }
  1372. },
  1373. "node_modules/@babel/plugin-transform-literals": {
  1374. "version": "7.22.5",
  1375. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.22.5.tgz",
  1376. "integrity": "sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==",
  1377. "dependencies": {
  1378. "@babel/helper-plugin-utils": "^7.22.5"
  1379. },
  1380. "engines": {
  1381. "node": ">=6.9.0"
  1382. },
  1383. "peerDependencies": {
  1384. "@babel/core": "^7.0.0-0"
  1385. }
  1386. },
  1387. "node_modules/@babel/plugin-transform-logical-assignment-operators": {
  1388. "version": "7.22.5",
  1389. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.22.5.tgz",
  1390. "integrity": "sha512-MQQOUW1KL8X0cDWfbwYP+TbVbZm16QmQXJQ+vndPtH/BoO0lOKpVoEDMI7+PskYxH+IiE0tS8xZye0qr1lGzSA==",
  1391. "dependencies": {
  1392. "@babel/helper-plugin-utils": "^7.22.5",
  1393. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
  1394. },
  1395. "engines": {
  1396. "node": ">=6.9.0"
  1397. },
  1398. "peerDependencies": {
  1399. "@babel/core": "^7.0.0-0"
  1400. }
  1401. },
  1402. "node_modules/@babel/plugin-transform-member-expression-literals": {
  1403. "version": "7.22.5",
  1404. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.22.5.tgz",
  1405. "integrity": "sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==",
  1406. "dependencies": {
  1407. "@babel/helper-plugin-utils": "^7.22.5"
  1408. },
  1409. "engines": {
  1410. "node": ">=6.9.0"
  1411. },
  1412. "peerDependencies": {
  1413. "@babel/core": "^7.0.0-0"
  1414. }
  1415. },
  1416. "node_modules/@babel/plugin-transform-modules-amd": {
  1417. "version": "7.22.5",
  1418. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.22.5.tgz",
  1419. "integrity": "sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==",
  1420. "dependencies": {
  1421. "@babel/helper-module-transforms": "^7.22.5",
  1422. "@babel/helper-plugin-utils": "^7.22.5"
  1423. },
  1424. "engines": {
  1425. "node": ">=6.9.0"
  1426. },
  1427. "peerDependencies": {
  1428. "@babel/core": "^7.0.0-0"
  1429. }
  1430. },
  1431. "node_modules/@babel/plugin-transform-modules-commonjs": {
  1432. "version": "7.22.5",
  1433. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.22.5.tgz",
  1434. "integrity": "sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA==",
  1435. "dependencies": {
  1436. "@babel/helper-module-transforms": "^7.22.5",
  1437. "@babel/helper-plugin-utils": "^7.22.5",
  1438. "@babel/helper-simple-access": "^7.22.5"
  1439. },
  1440. "engines": {
  1441. "node": ">=6.9.0"
  1442. },
  1443. "peerDependencies": {
  1444. "@babel/core": "^7.0.0-0"
  1445. }
  1446. },
  1447. "node_modules/@babel/plugin-transform-modules-systemjs": {
  1448. "version": "7.22.5",
  1449. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.22.5.tgz",
  1450. "integrity": "sha512-emtEpoaTMsOs6Tzz+nbmcePl6AKVtS1yC4YNAeMun9U8YCsgadPNxnOPQ8GhHFB2qdx+LZu9LgoC0Lthuu05DQ==",
  1451. "dependencies": {
  1452. "@babel/helper-hoist-variables": "^7.22.5",
  1453. "@babel/helper-module-transforms": "^7.22.5",
  1454. "@babel/helper-plugin-utils": "^7.22.5",
  1455. "@babel/helper-validator-identifier": "^7.22.5"
  1456. },
  1457. "engines": {
  1458. "node": ">=6.9.0"
  1459. },
  1460. "peerDependencies": {
  1461. "@babel/core": "^7.0.0-0"
  1462. }
  1463. },
  1464. "node_modules/@babel/plugin-transform-modules-umd": {
  1465. "version": "7.22.5",
  1466. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.22.5.tgz",
  1467. "integrity": "sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==",
  1468. "dependencies": {
  1469. "@babel/helper-module-transforms": "^7.22.5",
  1470. "@babel/helper-plugin-utils": "^7.22.5"
  1471. },
  1472. "engines": {
  1473. "node": ">=6.9.0"
  1474. },
  1475. "peerDependencies": {
  1476. "@babel/core": "^7.0.0-0"
  1477. }
  1478. },
  1479. "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
  1480. "version": "7.22.5",
  1481. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz",
  1482. "integrity": "sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==",
  1483. "dependencies": {
  1484. "@babel/helper-create-regexp-features-plugin": "^7.22.5",
  1485. "@babel/helper-plugin-utils": "^7.22.5"
  1486. },
  1487. "engines": {
  1488. "node": ">=6.9.0"
  1489. },
  1490. "peerDependencies": {
  1491. "@babel/core": "^7.0.0"
  1492. }
  1493. },
  1494. "node_modules/@babel/plugin-transform-new-target": {
  1495. "version": "7.22.5",
  1496. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.22.5.tgz",
  1497. "integrity": "sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==",
  1498. "dependencies": {
  1499. "@babel/helper-plugin-utils": "^7.22.5"
  1500. },
  1501. "engines": {
  1502. "node": ">=6.9.0"
  1503. },
  1504. "peerDependencies": {
  1505. "@babel/core": "^7.0.0-0"
  1506. }
  1507. },
  1508. "node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
  1509. "version": "7.22.5",
  1510. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.22.5.tgz",
  1511. "integrity": "sha512-6CF8g6z1dNYZ/VXok5uYkkBBICHZPiGEl7oDnAx2Mt1hlHVHOSIKWJaXHjQJA5VB43KZnXZDIexMchY4y2PGdA==",
  1512. "dependencies": {
  1513. "@babel/helper-plugin-utils": "^7.22.5",
  1514. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
  1515. },
  1516. "engines": {
  1517. "node": ">=6.9.0"
  1518. },
  1519. "peerDependencies": {
  1520. "@babel/core": "^7.0.0-0"
  1521. }
  1522. },
  1523. "node_modules/@babel/plugin-transform-numeric-separator": {
  1524. "version": "7.22.5",
  1525. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.22.5.tgz",
  1526. "integrity": "sha512-NbslED1/6M+sXiwwtcAB/nieypGw02Ejf4KtDeMkCEpP6gWFMX1wI9WKYua+4oBneCCEmulOkRpwywypVZzs/g==",
  1527. "dependencies": {
  1528. "@babel/helper-plugin-utils": "^7.22.5",
  1529. "@babel/plugin-syntax-numeric-separator": "^7.10.4"
  1530. },
  1531. "engines": {
  1532. "node": ">=6.9.0"
  1533. },
  1534. "peerDependencies": {
  1535. "@babel/core": "^7.0.0-0"
  1536. }
  1537. },
  1538. "node_modules/@babel/plugin-transform-object-assign": {
  1539. "version": "7.22.5",
  1540. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-assign/-/plugin-transform-object-assign-7.22.5.tgz",
  1541. "integrity": "sha512-iDhx9ARkXq4vhZ2CYOSnQXkmxkDgosLi3J8Z17mKz7LyzthtkdVchLD7WZ3aXeCuvJDOW3+1I5TpJmwIbF9MKQ==",
  1542. "dependencies": {
  1543. "@babel/helper-plugin-utils": "^7.22.5"
  1544. },
  1545. "engines": {
  1546. "node": ">=6.9.0"
  1547. },
  1548. "peerDependencies": {
  1549. "@babel/core": "^7.0.0-0"
  1550. }
  1551. },
  1552. "node_modules/@babel/plugin-transform-object-rest-spread": {
  1553. "version": "7.22.5",
  1554. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.22.5.tgz",
  1555. "integrity": "sha512-Kk3lyDmEslH9DnvCDA1s1kkd3YWQITiBOHngOtDL9Pt6BZjzqb6hiOlb8VfjiiQJ2unmegBqZu0rx5RxJb5vmQ==",
  1556. "dependencies": {
  1557. "@babel/compat-data": "^7.22.5",
  1558. "@babel/helper-compilation-targets": "^7.22.5",
  1559. "@babel/helper-plugin-utils": "^7.22.5",
  1560. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  1561. "@babel/plugin-transform-parameters": "^7.22.5"
  1562. },
  1563. "engines": {
  1564. "node": ">=6.9.0"
  1565. },
  1566. "peerDependencies": {
  1567. "@babel/core": "^7.0.0-0"
  1568. }
  1569. },
  1570. "node_modules/@babel/plugin-transform-object-super": {
  1571. "version": "7.22.5",
  1572. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.22.5.tgz",
  1573. "integrity": "sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==",
  1574. "dependencies": {
  1575. "@babel/helper-plugin-utils": "^7.22.5",
  1576. "@babel/helper-replace-supers": "^7.22.5"
  1577. },
  1578. "engines": {
  1579. "node": ">=6.9.0"
  1580. },
  1581. "peerDependencies": {
  1582. "@babel/core": "^7.0.0-0"
  1583. }
  1584. },
  1585. "node_modules/@babel/plugin-transform-optional-catch-binding": {
  1586. "version": "7.22.5",
  1587. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.22.5.tgz",
  1588. "integrity": "sha512-pH8orJahy+hzZje5b8e2QIlBWQvGpelS76C63Z+jhZKsmzfNaPQ+LaW6dcJ9bxTpo1mtXbgHwy765Ro3jftmUg==",
  1589. "dependencies": {
  1590. "@babel/helper-plugin-utils": "^7.22.5",
  1591. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
  1592. },
  1593. "engines": {
  1594. "node": ">=6.9.0"
  1595. },
  1596. "peerDependencies": {
  1597. "@babel/core": "^7.0.0-0"
  1598. }
  1599. },
  1600. "node_modules/@babel/plugin-transform-optional-chaining": {
  1601. "version": "7.22.5",
  1602. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.22.5.tgz",
  1603. "integrity": "sha512-AconbMKOMkyG+xCng2JogMCDcqW8wedQAqpVIL4cOSescZ7+iW8utC6YDZLMCSUIReEA733gzRSaOSXMAt/4WQ==",
  1604. "dependencies": {
  1605. "@babel/helper-plugin-utils": "^7.22.5",
  1606. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
  1607. "@babel/plugin-syntax-optional-chaining": "^7.8.3"
  1608. },
  1609. "engines": {
  1610. "node": ">=6.9.0"
  1611. },
  1612. "peerDependencies": {
  1613. "@babel/core": "^7.0.0-0"
  1614. }
  1615. },
  1616. "node_modules/@babel/plugin-transform-parameters": {
  1617. "version": "7.22.5",
  1618. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.22.5.tgz",
  1619. "integrity": "sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==",
  1620. "dependencies": {
  1621. "@babel/helper-plugin-utils": "^7.22.5"
  1622. },
  1623. "engines": {
  1624. "node": ">=6.9.0"
  1625. },
  1626. "peerDependencies": {
  1627. "@babel/core": "^7.0.0-0"
  1628. }
  1629. },
  1630. "node_modules/@babel/plugin-transform-private-methods": {
  1631. "version": "7.22.5",
  1632. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.22.5.tgz",
  1633. "integrity": "sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==",
  1634. "dependencies": {
  1635. "@babel/helper-create-class-features-plugin": "^7.22.5",
  1636. "@babel/helper-plugin-utils": "^7.22.5"
  1637. },
  1638. "engines": {
  1639. "node": ">=6.9.0"
  1640. },
  1641. "peerDependencies": {
  1642. "@babel/core": "^7.0.0-0"
  1643. }
  1644. },
  1645. "node_modules/@babel/plugin-transform-private-property-in-object": {
  1646. "version": "7.22.5",
  1647. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.22.5.tgz",
  1648. "integrity": "sha512-/9xnaTTJcVoBtSSmrVyhtSvO3kbqS2ODoh2juEU72c3aYonNF0OMGiaz2gjukyKM2wBBYJP38S4JiE0Wfb5VMQ==",
  1649. "dependencies": {
  1650. "@babel/helper-annotate-as-pure": "^7.22.5",
  1651. "@babel/helper-create-class-features-plugin": "^7.22.5",
  1652. "@babel/helper-plugin-utils": "^7.22.5",
  1653. "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
  1654. },
  1655. "engines": {
  1656. "node": ">=6.9.0"
  1657. },
  1658. "peerDependencies": {
  1659. "@babel/core": "^7.0.0-0"
  1660. }
  1661. },
  1662. "node_modules/@babel/plugin-transform-property-literals": {
  1663. "version": "7.22.5",
  1664. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.22.5.tgz",
  1665. "integrity": "sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==",
  1666. "dependencies": {
  1667. "@babel/helper-plugin-utils": "^7.22.5"
  1668. },
  1669. "engines": {
  1670. "node": ">=6.9.0"
  1671. },
  1672. "peerDependencies": {
  1673. "@babel/core": "^7.0.0-0"
  1674. }
  1675. },
  1676. "node_modules/@babel/plugin-transform-react-display-name": {
  1677. "version": "7.22.5",
  1678. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.22.5.tgz",
  1679. "integrity": "sha512-PVk3WPYudRF5z4GKMEYUrLjPl38fJSKNaEOkFuoprioowGuWN6w2RKznuFNSlJx7pzzXXStPUnNSOEO0jL5EVw==",
  1680. "dependencies": {
  1681. "@babel/helper-plugin-utils": "^7.22.5"
  1682. },
  1683. "engines": {
  1684. "node": ">=6.9.0"
  1685. },
  1686. "peerDependencies": {
  1687. "@babel/core": "^7.0.0-0"
  1688. }
  1689. },
  1690. "node_modules/@babel/plugin-transform-react-jsx": {
  1691. "version": "7.22.5",
  1692. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.22.5.tgz",
  1693. "integrity": "sha512-rog5gZaVbUip5iWDMTYbVM15XQq+RkUKhET/IHR6oizR+JEoN6CAfTTuHcK4vwUyzca30qqHqEpzBOnaRMWYMA==",
  1694. "dependencies": {
  1695. "@babel/helper-annotate-as-pure": "^7.22.5",
  1696. "@babel/helper-module-imports": "^7.22.5",
  1697. "@babel/helper-plugin-utils": "^7.22.5",
  1698. "@babel/plugin-syntax-jsx": "^7.22.5",
  1699. "@babel/types": "^7.22.5"
  1700. },
  1701. "engines": {
  1702. "node": ">=6.9.0"
  1703. },
  1704. "peerDependencies": {
  1705. "@babel/core": "^7.0.0-0"
  1706. }
  1707. },
  1708. "node_modules/@babel/plugin-transform-react-jsx-self": {
  1709. "version": "7.22.5",
  1710. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.22.5.tgz",
  1711. "integrity": "sha512-nTh2ogNUtxbiSbxaT4Ds6aXnXEipHweN9YRgOX/oNXdf0cCrGn/+2LozFa3lnPV5D90MkjhgckCPBrsoSc1a7g==",
  1712. "dependencies": {
  1713. "@babel/helper-plugin-utils": "^7.22.5"
  1714. },
  1715. "engines": {
  1716. "node": ">=6.9.0"
  1717. },
  1718. "peerDependencies": {
  1719. "@babel/core": "^7.0.0-0"
  1720. }
  1721. },
  1722. "node_modules/@babel/plugin-transform-react-jsx-source": {
  1723. "version": "7.22.5",
  1724. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.22.5.tgz",
  1725. "integrity": "sha512-yIiRO6yobeEIaI0RTbIr8iAK9FcBHLtZq0S89ZPjDLQXBA4xvghaKqI0etp/tF3htTM0sazJKKLz9oEiGRtu7w==",
  1726. "dependencies": {
  1727. "@babel/helper-plugin-utils": "^7.22.5"
  1728. },
  1729. "engines": {
  1730. "node": ">=6.9.0"
  1731. },
  1732. "peerDependencies": {
  1733. "@babel/core": "^7.0.0-0"
  1734. }
  1735. },
  1736. "node_modules/@babel/plugin-transform-regenerator": {
  1737. "version": "7.22.5",
  1738. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.22.5.tgz",
  1739. "integrity": "sha512-rR7KePOE7gfEtNTh9Qw+iO3Q/e4DEsoQ+hdvM6QUDH7JRJ5qxq5AA52ZzBWbI5i9lfNuvySgOGP8ZN7LAmaiPw==",
  1740. "dependencies": {
  1741. "@babel/helper-plugin-utils": "^7.22.5",
  1742. "regenerator-transform": "^0.15.1"
  1743. },
  1744. "engines": {
  1745. "node": ">=6.9.0"
  1746. },
  1747. "peerDependencies": {
  1748. "@babel/core": "^7.0.0-0"
  1749. }
  1750. },
  1751. "node_modules/@babel/plugin-transform-reserved-words": {
  1752. "version": "7.22.5",
  1753. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.22.5.tgz",
  1754. "integrity": "sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==",
  1755. "dependencies": {
  1756. "@babel/helper-plugin-utils": "^7.22.5"
  1757. },
  1758. "engines": {
  1759. "node": ">=6.9.0"
  1760. },
  1761. "peerDependencies": {
  1762. "@babel/core": "^7.0.0-0"
  1763. }
  1764. },
  1765. "node_modules/@babel/plugin-transform-runtime": {
  1766. "version": "7.22.5",
  1767. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.22.5.tgz",
  1768. "integrity": "sha512-bg4Wxd1FWeFx3daHFTWk1pkSWK/AyQuiyAoeZAOkAOUBjnZPH6KT7eMxouV47tQ6hl6ax2zyAWBdWZXbrvXlaw==",
  1769. "dependencies": {
  1770. "@babel/helper-module-imports": "^7.22.5",
  1771. "@babel/helper-plugin-utils": "^7.22.5",
  1772. "babel-plugin-polyfill-corejs2": "^0.4.3",
  1773. "babel-plugin-polyfill-corejs3": "^0.8.1",
  1774. "babel-plugin-polyfill-regenerator": "^0.5.0",
  1775. "semver": "^6.3.0"
  1776. },
  1777. "engines": {
  1778. "node": ">=6.9.0"
  1779. },
  1780. "peerDependencies": {
  1781. "@babel/core": "^7.0.0-0"
  1782. }
  1783. },
  1784. "node_modules/@babel/plugin-transform-shorthand-properties": {
  1785. "version": "7.22.5",
  1786. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.22.5.tgz",
  1787. "integrity": "sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==",
  1788. "dependencies": {
  1789. "@babel/helper-plugin-utils": "^7.22.5"
  1790. },
  1791. "engines": {
  1792. "node": ">=6.9.0"
  1793. },
  1794. "peerDependencies": {
  1795. "@babel/core": "^7.0.0-0"
  1796. }
  1797. },
  1798. "node_modules/@babel/plugin-transform-spread": {
  1799. "version": "7.22.5",
  1800. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.22.5.tgz",
  1801. "integrity": "sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==",
  1802. "dependencies": {
  1803. "@babel/helper-plugin-utils": "^7.22.5",
  1804. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5"
  1805. },
  1806. "engines": {
  1807. "node": ">=6.9.0"
  1808. },
  1809. "peerDependencies": {
  1810. "@babel/core": "^7.0.0-0"
  1811. }
  1812. },
  1813. "node_modules/@babel/plugin-transform-sticky-regex": {
  1814. "version": "7.22.5",
  1815. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.22.5.tgz",
  1816. "integrity": "sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==",
  1817. "dependencies": {
  1818. "@babel/helper-plugin-utils": "^7.22.5"
  1819. },
  1820. "engines": {
  1821. "node": ">=6.9.0"
  1822. },
  1823. "peerDependencies": {
  1824. "@babel/core": "^7.0.0-0"
  1825. }
  1826. },
  1827. "node_modules/@babel/plugin-transform-template-literals": {
  1828. "version": "7.22.5",
  1829. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.22.5.tgz",
  1830. "integrity": "sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==",
  1831. "dependencies": {
  1832. "@babel/helper-plugin-utils": "^7.22.5"
  1833. },
  1834. "engines": {
  1835. "node": ">=6.9.0"
  1836. },
  1837. "peerDependencies": {
  1838. "@babel/core": "^7.0.0-0"
  1839. }
  1840. },
  1841. "node_modules/@babel/plugin-transform-typeof-symbol": {
  1842. "version": "7.22.5",
  1843. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.22.5.tgz",
  1844. "integrity": "sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==",
  1845. "dependencies": {
  1846. "@babel/helper-plugin-utils": "^7.22.5"
  1847. },
  1848. "engines": {
  1849. "node": ">=6.9.0"
  1850. },
  1851. "peerDependencies": {
  1852. "@babel/core": "^7.0.0-0"
  1853. }
  1854. },
  1855. "node_modules/@babel/plugin-transform-typescript": {
  1856. "version": "7.22.5",
  1857. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.22.5.tgz",
  1858. "integrity": "sha512-SMubA9S7Cb5sGSFFUlqxyClTA9zWJ8qGQrppNUm05LtFuN1ELRFNndkix4zUJrC9F+YivWwa1dHMSyo0e0N9dA==",
  1859. "dependencies": {
  1860. "@babel/helper-annotate-as-pure": "^7.22.5",
  1861. "@babel/helper-create-class-features-plugin": "^7.22.5",
  1862. "@babel/helper-plugin-utils": "^7.22.5",
  1863. "@babel/plugin-syntax-typescript": "^7.22.5"
  1864. },
  1865. "engines": {
  1866. "node": ">=6.9.0"
  1867. },
  1868. "peerDependencies": {
  1869. "@babel/core": "^7.0.0-0"
  1870. }
  1871. },
  1872. "node_modules/@babel/plugin-transform-unicode-escapes": {
  1873. "version": "7.22.5",
  1874. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.22.5.tgz",
  1875. "integrity": "sha512-biEmVg1IYB/raUO5wT1tgfacCef15Fbzhkx493D3urBI++6hpJ+RFG4SrWMn0NEZLfvilqKf3QDrRVZHo08FYg==",
  1876. "dependencies": {
  1877. "@babel/helper-plugin-utils": "^7.22.5"
  1878. },
  1879. "engines": {
  1880. "node": ">=6.9.0"
  1881. },
  1882. "peerDependencies": {
  1883. "@babel/core": "^7.0.0-0"
  1884. }
  1885. },
  1886. "node_modules/@babel/plugin-transform-unicode-property-regex": {
  1887. "version": "7.22.5",
  1888. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.22.5.tgz",
  1889. "integrity": "sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A==",
  1890. "dependencies": {
  1891. "@babel/helper-create-regexp-features-plugin": "^7.22.5",
  1892. "@babel/helper-plugin-utils": "^7.22.5"
  1893. },
  1894. "engines": {
  1895. "node": ">=6.9.0"
  1896. },
  1897. "peerDependencies": {
  1898. "@babel/core": "^7.0.0-0"
  1899. }
  1900. },
  1901. "node_modules/@babel/plugin-transform-unicode-regex": {
  1902. "version": "7.22.5",
  1903. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.22.5.tgz",
  1904. "integrity": "sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==",
  1905. "dependencies": {
  1906. "@babel/helper-create-regexp-features-plugin": "^7.22.5",
  1907. "@babel/helper-plugin-utils": "^7.22.5"
  1908. },
  1909. "engines": {
  1910. "node": ">=6.9.0"
  1911. },
  1912. "peerDependencies": {
  1913. "@babel/core": "^7.0.0-0"
  1914. }
  1915. },
  1916. "node_modules/@babel/plugin-transform-unicode-sets-regex": {
  1917. "version": "7.22.5",
  1918. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.22.5.tgz",
  1919. "integrity": "sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg==",
  1920. "dependencies": {
  1921. "@babel/helper-create-regexp-features-plugin": "^7.22.5",
  1922. "@babel/helper-plugin-utils": "^7.22.5"
  1923. },
  1924. "engines": {
  1925. "node": ">=6.9.0"
  1926. },
  1927. "peerDependencies": {
  1928. "@babel/core": "^7.0.0"
  1929. }
  1930. },
  1931. "node_modules/@babel/preset-env": {
  1932. "version": "7.22.5",
  1933. "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.22.5.tgz",
  1934. "integrity": "sha512-fj06hw89dpiZzGZtxn+QybifF07nNiZjZ7sazs2aVDcysAZVGjW7+7iFYxg6GLNM47R/thYfLdrXc+2f11Vi9A==",
  1935. "dependencies": {
  1936. "@babel/compat-data": "^7.22.5",
  1937. "@babel/helper-compilation-targets": "^7.22.5",
  1938. "@babel/helper-plugin-utils": "^7.22.5",
  1939. "@babel/helper-validator-option": "^7.22.5",
  1940. "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.22.5",
  1941. "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.22.5",
  1942. "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
  1943. "@babel/plugin-syntax-async-generators": "^7.8.4",
  1944. "@babel/plugin-syntax-class-properties": "^7.12.13",
  1945. "@babel/plugin-syntax-class-static-block": "^7.14.5",
  1946. "@babel/plugin-syntax-dynamic-import": "^7.8.3",
  1947. "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
  1948. "@babel/plugin-syntax-import-assertions": "^7.22.5",
  1949. "@babel/plugin-syntax-import-attributes": "^7.22.5",
  1950. "@babel/plugin-syntax-import-meta": "^7.10.4",
  1951. "@babel/plugin-syntax-json-strings": "^7.8.3",
  1952. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
  1953. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
  1954. "@babel/plugin-syntax-numeric-separator": "^7.10.4",
  1955. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  1956. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
  1957. "@babel/plugin-syntax-optional-chaining": "^7.8.3",
  1958. "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
  1959. "@babel/plugin-syntax-top-level-await": "^7.14.5",
  1960. "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
  1961. "@babel/plugin-transform-arrow-functions": "^7.22.5",
  1962. "@babel/plugin-transform-async-generator-functions": "^7.22.5",
  1963. "@babel/plugin-transform-async-to-generator": "^7.22.5",
  1964. "@babel/plugin-transform-block-scoped-functions": "^7.22.5",
  1965. "@babel/plugin-transform-block-scoping": "^7.22.5",
  1966. "@babel/plugin-transform-class-properties": "^7.22.5",
  1967. "@babel/plugin-transform-class-static-block": "^7.22.5",
  1968. "@babel/plugin-transform-classes": "^7.22.5",
  1969. "@babel/plugin-transform-computed-properties": "^7.22.5",
  1970. "@babel/plugin-transform-destructuring": "^7.22.5",
  1971. "@babel/plugin-transform-dotall-regex": "^7.22.5",
  1972. "@babel/plugin-transform-duplicate-keys": "^7.22.5",
  1973. "@babel/plugin-transform-dynamic-import": "^7.22.5",
  1974. "@babel/plugin-transform-exponentiation-operator": "^7.22.5",
  1975. "@babel/plugin-transform-export-namespace-from": "^7.22.5",
  1976. "@babel/plugin-transform-for-of": "^7.22.5",
  1977. "@babel/plugin-transform-function-name": "^7.22.5",
  1978. "@babel/plugin-transform-json-strings": "^7.22.5",
  1979. "@babel/plugin-transform-literals": "^7.22.5",
  1980. "@babel/plugin-transform-logical-assignment-operators": "^7.22.5",
  1981. "@babel/plugin-transform-member-expression-literals": "^7.22.5",
  1982. "@babel/plugin-transform-modules-amd": "^7.22.5",
  1983. "@babel/plugin-transform-modules-commonjs": "^7.22.5",
  1984. "@babel/plugin-transform-modules-systemjs": "^7.22.5",
  1985. "@babel/plugin-transform-modules-umd": "^7.22.5",
  1986. "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5",
  1987. "@babel/plugin-transform-new-target": "^7.22.5",
  1988. "@babel/plugin-transform-nullish-coalescing-operator": "^7.22.5",
  1989. "@babel/plugin-transform-numeric-separator": "^7.22.5",
  1990. "@babel/plugin-transform-object-rest-spread": "^7.22.5",
  1991. "@babel/plugin-transform-object-super": "^7.22.5",
  1992. "@babel/plugin-transform-optional-catch-binding": "^7.22.5",
  1993. "@babel/plugin-transform-optional-chaining": "^7.22.5",
  1994. "@babel/plugin-transform-parameters": "^7.22.5",
  1995. "@babel/plugin-transform-private-methods": "^7.22.5",
  1996. "@babel/plugin-transform-private-property-in-object": "^7.22.5",
  1997. "@babel/plugin-transform-property-literals": "^7.22.5",
  1998. "@babel/plugin-transform-regenerator": "^7.22.5",
  1999. "@babel/plugin-transform-reserved-words": "^7.22.5",
  2000. "@babel/plugin-transform-shorthand-properties": "^7.22.5",
  2001. "@babel/plugin-transform-spread": "^7.22.5",
  2002. "@babel/plugin-transform-sticky-regex": "^7.22.5",
  2003. "@babel/plugin-transform-template-literals": "^7.22.5",
  2004. "@babel/plugin-transform-typeof-symbol": "^7.22.5",
  2005. "@babel/plugin-transform-unicode-escapes": "^7.22.5",
  2006. "@babel/plugin-transform-unicode-property-regex": "^7.22.5",
  2007. "@babel/plugin-transform-unicode-regex": "^7.22.5",
  2008. "@babel/plugin-transform-unicode-sets-regex": "^7.22.5",
  2009. "@babel/preset-modules": "^0.1.5",
  2010. "@babel/types": "^7.22.5",
  2011. "babel-plugin-polyfill-corejs2": "^0.4.3",
  2012. "babel-plugin-polyfill-corejs3": "^0.8.1",
  2013. "babel-plugin-polyfill-regenerator": "^0.5.0",
  2014. "core-js-compat": "^3.30.2",
  2015. "semver": "^6.3.0"
  2016. },
  2017. "engines": {
  2018. "node": ">=6.9.0"
  2019. },
  2020. "peerDependencies": {
  2021. "@babel/core": "^7.0.0-0"
  2022. }
  2023. },
  2024. "node_modules/@babel/preset-flow": {
  2025. "version": "7.22.5",
  2026. "resolved": "https://registry.npmjs.org/@babel/preset-flow/-/preset-flow-7.22.5.tgz",
  2027. "integrity": "sha512-ta2qZ+LSiGCrP5pgcGt8xMnnkXQrq8Sa4Ulhy06BOlF5QbLw9q5hIx7bn5MrsvyTGAfh6kTOo07Q+Pfld/8Y5Q==",
  2028. "dependencies": {
  2029. "@babel/helper-plugin-utils": "^7.22.5",
  2030. "@babel/helper-validator-option": "^7.22.5",
  2031. "@babel/plugin-transform-flow-strip-types": "^7.22.5"
  2032. },
  2033. "engines": {
  2034. "node": ">=6.9.0"
  2035. },
  2036. "peerDependencies": {
  2037. "@babel/core": "^7.0.0-0"
  2038. }
  2039. },
  2040. "node_modules/@babel/preset-modules": {
  2041. "version": "0.1.5",
  2042. "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz",
  2043. "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==",
  2044. "dependencies": {
  2045. "@babel/helper-plugin-utils": "^7.0.0",
  2046. "@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
  2047. "@babel/plugin-transform-dotall-regex": "^7.4.4",
  2048. "@babel/types": "^7.4.4",
  2049. "esutils": "^2.0.2"
  2050. },
  2051. "peerDependencies": {
  2052. "@babel/core": "^7.0.0-0"
  2053. }
  2054. },
  2055. "node_modules/@babel/preset-typescript": {
  2056. "version": "7.22.5",
  2057. "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.22.5.tgz",
  2058. "integrity": "sha512-YbPaal9LxztSGhmndR46FmAbkJ/1fAsw293tSU+I5E5h+cnJ3d4GTwyUgGYmOXJYdGA+uNePle4qbaRzj2NISQ==",
  2059. "dependencies": {
  2060. "@babel/helper-plugin-utils": "^7.22.5",
  2061. "@babel/helper-validator-option": "^7.22.5",
  2062. "@babel/plugin-syntax-jsx": "^7.22.5",
  2063. "@babel/plugin-transform-modules-commonjs": "^7.22.5",
  2064. "@babel/plugin-transform-typescript": "^7.22.5"
  2065. },
  2066. "engines": {
  2067. "node": ">=6.9.0"
  2068. },
  2069. "peerDependencies": {
  2070. "@babel/core": "^7.0.0-0"
  2071. }
  2072. },
  2073. "node_modules/@babel/register": {
  2074. "version": "7.22.5",
  2075. "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.22.5.tgz",
  2076. "integrity": "sha512-vV6pm/4CijSQ8Y47RH5SopXzursN35RQINfGJkmOlcpAtGuf94miFvIPhCKGQN7WGIcsgG1BHEX2KVdTYwTwUQ==",
  2077. "dependencies": {
  2078. "clone-deep": "^4.0.1",
  2079. "find-cache-dir": "^2.0.0",
  2080. "make-dir": "^2.1.0",
  2081. "pirates": "^4.0.5",
  2082. "source-map-support": "^0.5.16"
  2083. },
  2084. "engines": {
  2085. "node": ">=6.9.0"
  2086. },
  2087. "peerDependencies": {
  2088. "@babel/core": "^7.0.0-0"
  2089. }
  2090. },
  2091. "node_modules/@babel/regjsgen": {
  2092. "version": "0.8.0",
  2093. "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz",
  2094. "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA=="
  2095. },
  2096. "node_modules/@babel/runtime": {
  2097. "version": "7.22.5",
  2098. "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.5.tgz",
  2099. "integrity": "sha512-ecjvYlnAaZ/KVneE/OdKYBYfgXV3Ptu6zQWmgEF7vwKhQnvVS6bjMD2XYgj+SNvQ1GfK/pjgokfPkC/2CO8CuA==",
  2100. "dependencies": {
  2101. "regenerator-runtime": "^0.13.11"
  2102. },
  2103. "engines": {
  2104. "node": ">=6.9.0"
  2105. }
  2106. },
  2107. "node_modules/@babel/template": {
  2108. "version": "7.22.5",
  2109. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.5.tgz",
  2110. "integrity": "sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==",
  2111. "dependencies": {
  2112. "@babel/code-frame": "^7.22.5",
  2113. "@babel/parser": "^7.22.5",
  2114. "@babel/types": "^7.22.5"
  2115. },
  2116. "engines": {
  2117. "node": ">=6.9.0"
  2118. }
  2119. },
  2120. "node_modules/@babel/traverse": {
  2121. "version": "7.22.5",
  2122. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.5.tgz",
  2123. "integrity": "sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ==",
  2124. "dependencies": {
  2125. "@babel/code-frame": "^7.22.5",
  2126. "@babel/generator": "^7.22.5",
  2127. "@babel/helper-environment-visitor": "^7.22.5",
  2128. "@babel/helper-function-name": "^7.22.5",
  2129. "@babel/helper-hoist-variables": "^7.22.5",
  2130. "@babel/helper-split-export-declaration": "^7.22.5",
  2131. "@babel/parser": "^7.22.5",
  2132. "@babel/types": "^7.22.5",
  2133. "debug": "^4.1.0",
  2134. "globals": "^11.1.0"
  2135. },
  2136. "engines": {
  2137. "node": ">=6.9.0"
  2138. }
  2139. },
  2140. "node_modules/@babel/traverse/node_modules/debug": {
  2141. "version": "4.3.4",
  2142. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
  2143. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  2144. "dependencies": {
  2145. "ms": "2.1.2"
  2146. },
  2147. "engines": {
  2148. "node": ">=6.0"
  2149. },
  2150. "peerDependenciesMeta": {
  2151. "supports-color": {
  2152. "optional": true
  2153. }
  2154. }
  2155. },
  2156. "node_modules/@babel/traverse/node_modules/ms": {
  2157. "version": "2.1.2",
  2158. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  2159. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
  2160. },
  2161. "node_modules/@babel/types": {
  2162. "version": "7.22.5",
  2163. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.5.tgz",
  2164. "integrity": "sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==",
  2165. "dependencies": {
  2166. "@babel/helper-string-parser": "^7.22.5",
  2167. "@babel/helper-validator-identifier": "^7.22.5",
  2168. "to-fast-properties": "^2.0.0"
  2169. },
  2170. "engines": {
  2171. "node": ">=6.9.0"
  2172. }
  2173. },
  2174. "node_modules/@bcoe/v8-coverage": {
  2175. "version": "0.2.3",
  2176. "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
  2177. "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==",
  2178. "dev": true
  2179. },
  2180. "node_modules/@callstack/react-theme-provider": {
  2181. "version": "3.0.8",
  2182. "resolved": "https://registry.npmjs.org/@callstack/react-theme-provider/-/react-theme-provider-3.0.8.tgz",
  2183. "integrity": "sha512-5U231sYY2sqQOaELX0WBCn+iluV8bFaXIS7em03k4W5Xz0AhGvKlnpLIhDGFP8im/SvNW7/2XoR0BsClhn9t6Q==",
  2184. "dependencies": {
  2185. "deepmerge": "^3.2.0",
  2186. "hoist-non-react-statics": "^3.3.0"
  2187. },
  2188. "peerDependencies": {
  2189. "react": ">=16.3.0"
  2190. }
  2191. },
  2192. "node_modules/@callstack/react-theme-provider/node_modules/deepmerge": {
  2193. "version": "3.3.0",
  2194. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-3.3.0.tgz",
  2195. "integrity": "sha512-GRQOafGHwMHpjPx9iCvTgpu9NojZ49q794EEL94JVEw6VaeA8XTUyBKvAkOOjBX9oJNiV6G3P+T+tihFjo2TqA==",
  2196. "engines": {
  2197. "node": ">=0.10.0"
  2198. }
  2199. },
  2200. "node_modules/@egjs/hammerjs": {
  2201. "version": "2.0.17",
  2202. "resolved": "https://registry.npmjs.org/@egjs/hammerjs/-/hammerjs-2.0.17.tgz",
  2203. "integrity": "sha512-XQsZgjm2EcVUiZQf11UBJQfmZeEmOW8DpI1gsFeln6w0ae0ii4dMQEQ0kjl6DspdWX1aGY1/loyXnP0JS06e/A==",
  2204. "dependencies": {
  2205. "@types/hammerjs": "^2.0.36"
  2206. },
  2207. "engines": {
  2208. "node": ">=0.8.0"
  2209. }
  2210. },
  2211. "node_modules/@eslint-community/eslint-utils": {
  2212. "version": "4.4.0",
  2213. "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
  2214. "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",
  2215. "dev": true,
  2216. "dependencies": {
  2217. "eslint-visitor-keys": "^3.3.0"
  2218. },
  2219. "engines": {
  2220. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2221. },
  2222. "peerDependencies": {
  2223. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  2224. }
  2225. },
  2226. "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
  2227. "version": "3.4.1",
  2228. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz",
  2229. "integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==",
  2230. "dev": true,
  2231. "engines": {
  2232. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2233. },
  2234. "funding": {
  2235. "url": "https://opencollective.com/eslint"
  2236. }
  2237. },
  2238. "node_modules/@eslint-community/regexpp": {
  2239. "version": "4.5.1",
  2240. "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.5.1.tgz",
  2241. "integrity": "sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==",
  2242. "dev": true,
  2243. "engines": {
  2244. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  2245. }
  2246. },
  2247. "node_modules/@eslint/eslintrc": {
  2248. "version": "2.1.0",
  2249. "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.0.tgz",
  2250. "integrity": "sha512-Lj7DECXqIVCqnqjjHMPna4vn6GJcMgul/wuS0je9OZ9gsL0zzDpKPVtcG1HaDVc+9y+qgXneTeUMbCqXJNpH1A==",
  2251. "dev": true,
  2252. "dependencies": {
  2253. "ajv": "^6.12.4",
  2254. "debug": "^4.3.2",
  2255. "espree": "^9.6.0",
  2256. "globals": "^13.19.0",
  2257. "ignore": "^5.2.0",
  2258. "import-fresh": "^3.2.1",
  2259. "js-yaml": "^4.1.0",
  2260. "minimatch": "^3.1.2",
  2261. "strip-json-comments": "^3.1.1"
  2262. },
  2263. "engines": {
  2264. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2265. },
  2266. "funding": {
  2267. "url": "https://opencollective.com/eslint"
  2268. }
  2269. },
  2270. "node_modules/@eslint/eslintrc/node_modules/argparse": {
  2271. "version": "2.0.1",
  2272. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  2273. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  2274. "dev": true
  2275. },
  2276. "node_modules/@eslint/eslintrc/node_modules/debug": {
  2277. "version": "4.3.4",
  2278. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
  2279. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  2280. "dev": true,
  2281. "dependencies": {
  2282. "ms": "2.1.2"
  2283. },
  2284. "engines": {
  2285. "node": ">=6.0"
  2286. },
  2287. "peerDependenciesMeta": {
  2288. "supports-color": {
  2289. "optional": true
  2290. }
  2291. }
  2292. },
  2293. "node_modules/@eslint/eslintrc/node_modules/globals": {
  2294. "version": "13.20.0",
  2295. "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz",
  2296. "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==",
  2297. "dev": true,
  2298. "dependencies": {
  2299. "type-fest": "^0.20.2"
  2300. },
  2301. "engines": {
  2302. "node": ">=8"
  2303. },
  2304. "funding": {
  2305. "url": "https://github.com/sponsors/sindresorhus"
  2306. }
  2307. },
  2308. "node_modules/@eslint/eslintrc/node_modules/import-fresh": {
  2309. "version": "3.3.0",
  2310. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
  2311. "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
  2312. "dev": true,
  2313. "dependencies": {
  2314. "parent-module": "^1.0.0",
  2315. "resolve-from": "^4.0.0"
  2316. },
  2317. "engines": {
  2318. "node": ">=6"
  2319. },
  2320. "funding": {
  2321. "url": "https://github.com/sponsors/sindresorhus"
  2322. }
  2323. },
  2324. "node_modules/@eslint/eslintrc/node_modules/js-yaml": {
  2325. "version": "4.1.0",
  2326. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  2327. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  2328. "dev": true,
  2329. "dependencies": {
  2330. "argparse": "^2.0.1"
  2331. },
  2332. "bin": {
  2333. "js-yaml": "bin/js-yaml.js"
  2334. }
  2335. },
  2336. "node_modules/@eslint/eslintrc/node_modules/ms": {
  2337. "version": "2.1.2",
  2338. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  2339. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
  2340. "dev": true
  2341. },
  2342. "node_modules/@eslint/eslintrc/node_modules/resolve-from": {
  2343. "version": "4.0.0",
  2344. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  2345. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  2346. "dev": true,
  2347. "engines": {
  2348. "node": ">=4"
  2349. }
  2350. },
  2351. "node_modules/@eslint/eslintrc/node_modules/type-fest": {
  2352. "version": "0.20.2",
  2353. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
  2354. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  2355. "dev": true,
  2356. "engines": {
  2357. "node": ">=10"
  2358. },
  2359. "funding": {
  2360. "url": "https://github.com/sponsors/sindresorhus"
  2361. }
  2362. },
  2363. "node_modules/@eslint/js": {
  2364. "version": "8.44.0",
  2365. "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.44.0.tgz",
  2366. "integrity": "sha512-Ag+9YM4ocKQx9AarydN0KY2j0ErMHNIocPDrVo8zAE44xLTjEtz81OdR68/cydGtk6m6jDb5Za3r2useMzYmSw==",
  2367. "dev": true,
  2368. "engines": {
  2369. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2370. }
  2371. },
  2372. "node_modules/@gorhom/bottom-sheet": {
  2373. "version": "4.4.7",
  2374. "resolved": "https://registry.npmjs.org/@gorhom/bottom-sheet/-/bottom-sheet-4.4.7.tgz",
  2375. "integrity": "sha512-ukTuTqDQi2heo68hAJsBpUQeEkdqP9REBcn47OpuvPKhdPuO1RBOOADjqXJNCnZZRcY+HqbnGPMSLFVc31zylQ==",
  2376. "dependencies": {
  2377. "@gorhom/portal": "1.0.14",
  2378. "invariant": "^2.2.4"
  2379. },
  2380. "peerDependencies": {
  2381. "@types/react": "*",
  2382. "@types/react-native": "*",
  2383. "react": "*",
  2384. "react-native": "*",
  2385. "react-native-gesture-handler": ">=1.10.1",
  2386. "react-native-reanimated": ">=2.2.0"
  2387. },
  2388. "peerDependenciesMeta": {
  2389. "@types/react": {
  2390. "optional": true
  2391. },
  2392. "@types/react-native": {
  2393. "optional": true
  2394. }
  2395. }
  2396. },
  2397. "node_modules/@gorhom/portal": {
  2398. "version": "1.0.14",
  2399. "resolved": "https://registry.npmjs.org/@gorhom/portal/-/portal-1.0.14.tgz",
  2400. "integrity": "sha512-MXyL4xvCjmgaORr/rtryDNFy3kU4qUbKlwtQqqsygd0xX3mhKjOLn6mQK8wfu0RkoE0pBE0nAasRoHua+/QZ7A==",
  2401. "dependencies": {
  2402. "nanoid": "^3.3.1"
  2403. },
  2404. "peerDependencies": {
  2405. "react": "*",
  2406. "react-native": "*"
  2407. }
  2408. },
  2409. "node_modules/@hapi/hoek": {
  2410. "version": "9.3.0",
  2411. "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz",
  2412. "integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ=="
  2413. },
  2414. "node_modules/@hapi/topo": {
  2415. "version": "5.1.0",
  2416. "resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-5.1.0.tgz",
  2417. "integrity": "sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==",
  2418. "dependencies": {
  2419. "@hapi/hoek": "^9.0.0"
  2420. }
  2421. },
  2422. "node_modules/@humanwhocodes/config-array": {
  2423. "version": "0.11.10",
  2424. "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.10.tgz",
  2425. "integrity": "sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==",
  2426. "dev": true,
  2427. "dependencies": {
  2428. "@humanwhocodes/object-schema": "^1.2.1",
  2429. "debug": "^4.1.1",
  2430. "minimatch": "^3.0.5"
  2431. },
  2432. "engines": {
  2433. "node": ">=10.10.0"
  2434. }
  2435. },
  2436. "node_modules/@humanwhocodes/config-array/node_modules/debug": {
  2437. "version": "4.3.4",
  2438. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
  2439. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  2440. "dev": true,
  2441. "dependencies": {
  2442. "ms": "2.1.2"
  2443. },
  2444. "engines": {
  2445. "node": ">=6.0"
  2446. },
  2447. "peerDependenciesMeta": {
  2448. "supports-color": {
  2449. "optional": true
  2450. }
  2451. }
  2452. },
  2453. "node_modules/@humanwhocodes/config-array/node_modules/ms": {
  2454. "version": "2.1.2",
  2455. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  2456. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
  2457. "dev": true
  2458. },
  2459. "node_modules/@humanwhocodes/module-importer": {
  2460. "version": "1.0.1",
  2461. "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  2462. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  2463. "dev": true,
  2464. "engines": {
  2465. "node": ">=12.22"
  2466. },
  2467. "funding": {
  2468. "type": "github",
  2469. "url": "https://github.com/sponsors/nzakas"
  2470. }
  2471. },
  2472. "node_modules/@humanwhocodes/object-schema": {
  2473. "version": "1.2.1",
  2474. "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz",
  2475. "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==",
  2476. "dev": true
  2477. },
  2478. "node_modules/@istanbuljs/load-nyc-config": {
  2479. "version": "1.1.0",
  2480. "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
  2481. "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
  2482. "dev": true,
  2483. "dependencies": {
  2484. "camelcase": "^5.3.1",
  2485. "find-up": "^4.1.0",
  2486. "get-package-type": "^0.1.0",
  2487. "js-yaml": "^3.13.1",
  2488. "resolve-from": "^5.0.0"
  2489. },
  2490. "engines": {
  2491. "node": ">=8"
  2492. }
  2493. },
  2494. "node_modules/@istanbuljs/load-nyc-config/node_modules/resolve-from": {
  2495. "version": "5.0.0",
  2496. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
  2497. "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
  2498. "dev": true,
  2499. "engines": {
  2500. "node": ">=8"
  2501. }
  2502. },
  2503. "node_modules/@istanbuljs/schema": {
  2504. "version": "0.1.3",
  2505. "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
  2506. "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
  2507. "dev": true,
  2508. "engines": {
  2509. "node": ">=8"
  2510. }
  2511. },
  2512. "node_modules/@jest/console": {
  2513. "version": "29.5.0",
  2514. "resolved": "https://registry.npmjs.org/@jest/console/-/console-29.5.0.tgz",
  2515. "integrity": "sha512-NEpkObxPwyw/XxZVLPmAGKE89IQRp4puc6IQRPru6JKd1M3fW9v1xM1AnzIJE65hbCkzQAdnL8P47e9hzhiYLQ==",
  2516. "dev": true,
  2517. "dependencies": {
  2518. "@jest/types": "^29.5.0",
  2519. "@types/node": "*",
  2520. "chalk": "^4.0.0",
  2521. "jest-message-util": "^29.5.0",
  2522. "jest-util": "^29.5.0",
  2523. "slash": "^3.0.0"
  2524. },
  2525. "engines": {
  2526. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2527. }
  2528. },
  2529. "node_modules/@jest/console/node_modules/ci-info": {
  2530. "version": "3.8.0",
  2531. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  2532. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  2533. "dev": true,
  2534. "funding": [
  2535. {
  2536. "type": "github",
  2537. "url": "https://github.com/sponsors/sibiraj-s"
  2538. }
  2539. ],
  2540. "engines": {
  2541. "node": ">=8"
  2542. }
  2543. },
  2544. "node_modules/@jest/console/node_modules/jest-util": {
  2545. "version": "29.5.0",
  2546. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz",
  2547. "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==",
  2548. "dev": true,
  2549. "dependencies": {
  2550. "@jest/types": "^29.5.0",
  2551. "@types/node": "*",
  2552. "chalk": "^4.0.0",
  2553. "ci-info": "^3.2.0",
  2554. "graceful-fs": "^4.2.9",
  2555. "picomatch": "^2.2.3"
  2556. },
  2557. "engines": {
  2558. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2559. }
  2560. },
  2561. "node_modules/@jest/core": {
  2562. "version": "29.5.0",
  2563. "resolved": "https://registry.npmjs.org/@jest/core/-/core-29.5.0.tgz",
  2564. "integrity": "sha512-28UzQc7ulUrOQw1IsN/kv1QES3q2kkbl/wGslyhAclqZ/8cMdB5M68BffkIdSJgKBUt50d3hbwJ92XESlE7LiQ==",
  2565. "dev": true,
  2566. "dependencies": {
  2567. "@jest/console": "^29.5.0",
  2568. "@jest/reporters": "^29.5.0",
  2569. "@jest/test-result": "^29.5.0",
  2570. "@jest/transform": "^29.5.0",
  2571. "@jest/types": "^29.5.0",
  2572. "@types/node": "*",
  2573. "ansi-escapes": "^4.2.1",
  2574. "chalk": "^4.0.0",
  2575. "ci-info": "^3.2.0",
  2576. "exit": "^0.1.2",
  2577. "graceful-fs": "^4.2.9",
  2578. "jest-changed-files": "^29.5.0",
  2579. "jest-config": "^29.5.0",
  2580. "jest-haste-map": "^29.5.0",
  2581. "jest-message-util": "^29.5.0",
  2582. "jest-regex-util": "^29.4.3",
  2583. "jest-resolve": "^29.5.0",
  2584. "jest-resolve-dependencies": "^29.5.0",
  2585. "jest-runner": "^29.5.0",
  2586. "jest-runtime": "^29.5.0",
  2587. "jest-snapshot": "^29.5.0",
  2588. "jest-util": "^29.5.0",
  2589. "jest-validate": "^29.5.0",
  2590. "jest-watcher": "^29.5.0",
  2591. "micromatch": "^4.0.4",
  2592. "pretty-format": "^29.5.0",
  2593. "slash": "^3.0.0",
  2594. "strip-ansi": "^6.0.0"
  2595. },
  2596. "engines": {
  2597. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2598. },
  2599. "peerDependencies": {
  2600. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  2601. },
  2602. "peerDependenciesMeta": {
  2603. "node-notifier": {
  2604. "optional": true
  2605. }
  2606. }
  2607. },
  2608. "node_modules/@jest/core/node_modules/ansi-styles": {
  2609. "version": "5.2.0",
  2610. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
  2611. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
  2612. "dev": true,
  2613. "engines": {
  2614. "node": ">=10"
  2615. },
  2616. "funding": {
  2617. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  2618. }
  2619. },
  2620. "node_modules/@jest/core/node_modules/ci-info": {
  2621. "version": "3.8.0",
  2622. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  2623. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  2624. "dev": true,
  2625. "funding": [
  2626. {
  2627. "type": "github",
  2628. "url": "https://github.com/sponsors/sibiraj-s"
  2629. }
  2630. ],
  2631. "engines": {
  2632. "node": ">=8"
  2633. }
  2634. },
  2635. "node_modules/@jest/core/node_modules/jest-regex-util": {
  2636. "version": "29.4.3",
  2637. "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.4.3.tgz",
  2638. "integrity": "sha512-O4FglZaMmWXbGHSQInfXewIsd1LMn9p3ZXB/6r4FOkyhX2/iP/soMG98jGvk/A3HAN78+5VWcBGO0BJAPRh4kg==",
  2639. "dev": true,
  2640. "engines": {
  2641. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2642. }
  2643. },
  2644. "node_modules/@jest/core/node_modules/jest-util": {
  2645. "version": "29.5.0",
  2646. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz",
  2647. "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==",
  2648. "dev": true,
  2649. "dependencies": {
  2650. "@jest/types": "^29.5.0",
  2651. "@types/node": "*",
  2652. "chalk": "^4.0.0",
  2653. "ci-info": "^3.2.0",
  2654. "graceful-fs": "^4.2.9",
  2655. "picomatch": "^2.2.3"
  2656. },
  2657. "engines": {
  2658. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2659. }
  2660. },
  2661. "node_modules/@jest/core/node_modules/pretty-format": {
  2662. "version": "29.5.0",
  2663. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.5.0.tgz",
  2664. "integrity": "sha512-V2mGkI31qdttvTFX7Mt4efOqHXqJWMu4/r66Xh3Z3BwZaPfPJgp6/gbwoujRpPUtfEF6AUUWx3Jim3GCw5g/Qw==",
  2665. "dev": true,
  2666. "dependencies": {
  2667. "@jest/schemas": "^29.4.3",
  2668. "ansi-styles": "^5.0.0",
  2669. "react-is": "^18.0.0"
  2670. },
  2671. "engines": {
  2672. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2673. }
  2674. },
  2675. "node_modules/@jest/core/node_modules/react-is": {
  2676. "version": "18.2.0",
  2677. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
  2678. "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
  2679. "dev": true
  2680. },
  2681. "node_modules/@jest/create-cache-key-function": {
  2682. "version": "29.5.0",
  2683. "resolved": "https://registry.npmjs.org/@jest/create-cache-key-function/-/create-cache-key-function-29.5.0.tgz",
  2684. "integrity": "sha512-LIDZyZgnZss7uikvBKBB/USWwG+GO8+GnwRWT+YkCGDGsqLQlhm9BC3z6+7+eMs1kUlvXQIWEzBR8Q2Pnvx6lg==",
  2685. "dependencies": {
  2686. "@jest/types": "^29.5.0"
  2687. },
  2688. "engines": {
  2689. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2690. }
  2691. },
  2692. "node_modules/@jest/environment": {
  2693. "version": "29.5.0",
  2694. "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.5.0.tgz",
  2695. "integrity": "sha512-5FXw2+wD29YU1d4I2htpRX7jYnAyTRjP2CsXQdo9SAM8g3ifxWPSV0HnClSn71xwctr0U3oZIIH+dtbfmnbXVQ==",
  2696. "dependencies": {
  2697. "@jest/fake-timers": "^29.5.0",
  2698. "@jest/types": "^29.5.0",
  2699. "@types/node": "*",
  2700. "jest-mock": "^29.5.0"
  2701. },
  2702. "engines": {
  2703. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2704. }
  2705. },
  2706. "node_modules/@jest/expect": {
  2707. "version": "29.5.0",
  2708. "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-29.5.0.tgz",
  2709. "integrity": "sha512-PueDR2HGihN3ciUNGr4uelropW7rqUfTiOn+8u0leg/42UhblPxHkfoh0Ruu3I9Y1962P3u2DY4+h7GVTSVU6g==",
  2710. "dev": true,
  2711. "dependencies": {
  2712. "expect": "^29.5.0",
  2713. "jest-snapshot": "^29.5.0"
  2714. },
  2715. "engines": {
  2716. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2717. }
  2718. },
  2719. "node_modules/@jest/expect-utils": {
  2720. "version": "29.5.0",
  2721. "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.5.0.tgz",
  2722. "integrity": "sha512-fmKzsidoXQT2KwnrwE0SQq3uj8Z763vzR8LnLBwC2qYWEFpjX8daRsk6rHUM1QvNlEW/UJXNXm59ztmJJWs2Mg==",
  2723. "dev": true,
  2724. "dependencies": {
  2725. "jest-get-type": "^29.4.3"
  2726. },
  2727. "engines": {
  2728. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2729. }
  2730. },
  2731. "node_modules/@jest/fake-timers": {
  2732. "version": "29.5.0",
  2733. "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.5.0.tgz",
  2734. "integrity": "sha512-9ARvuAAQcBwDAqOnglWq2zwNIRUDtk/SCkp/ToGEhFv5r86K21l+VEs0qNTaXtyiY0lEePl3kylijSYJQqdbDg==",
  2735. "dependencies": {
  2736. "@jest/types": "^29.5.0",
  2737. "@sinonjs/fake-timers": "^10.0.2",
  2738. "@types/node": "*",
  2739. "jest-message-util": "^29.5.0",
  2740. "jest-mock": "^29.5.0",
  2741. "jest-util": "^29.5.0"
  2742. },
  2743. "engines": {
  2744. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2745. }
  2746. },
  2747. "node_modules/@jest/fake-timers/node_modules/ci-info": {
  2748. "version": "3.8.0",
  2749. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  2750. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  2751. "funding": [
  2752. {
  2753. "type": "github",
  2754. "url": "https://github.com/sponsors/sibiraj-s"
  2755. }
  2756. ],
  2757. "engines": {
  2758. "node": ">=8"
  2759. }
  2760. },
  2761. "node_modules/@jest/fake-timers/node_modules/jest-util": {
  2762. "version": "29.5.0",
  2763. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz",
  2764. "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==",
  2765. "dependencies": {
  2766. "@jest/types": "^29.5.0",
  2767. "@types/node": "*",
  2768. "chalk": "^4.0.0",
  2769. "ci-info": "^3.2.0",
  2770. "graceful-fs": "^4.2.9",
  2771. "picomatch": "^2.2.3"
  2772. },
  2773. "engines": {
  2774. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2775. }
  2776. },
  2777. "node_modules/@jest/globals": {
  2778. "version": "29.5.0",
  2779. "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.5.0.tgz",
  2780. "integrity": "sha512-S02y0qMWGihdzNbUiqSAiKSpSozSuHX5UYc7QbnHP+D9Lyw8DgGGCinrN9uSuHPeKgSSzvPom2q1nAtBvUsvPQ==",
  2781. "dev": true,
  2782. "dependencies": {
  2783. "@jest/environment": "^29.5.0",
  2784. "@jest/expect": "^29.5.0",
  2785. "@jest/types": "^29.5.0",
  2786. "jest-mock": "^29.5.0"
  2787. },
  2788. "engines": {
  2789. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2790. }
  2791. },
  2792. "node_modules/@jest/reporters": {
  2793. "version": "29.5.0",
  2794. "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-29.5.0.tgz",
  2795. "integrity": "sha512-D05STXqj/M8bP9hQNSICtPqz97u7ffGzZu+9XLucXhkOFBqKcXe04JLZOgIekOxdb73MAoBUFnqvf7MCpKk5OA==",
  2796. "dev": true,
  2797. "dependencies": {
  2798. "@bcoe/v8-coverage": "^0.2.3",
  2799. "@jest/console": "^29.5.0",
  2800. "@jest/test-result": "^29.5.0",
  2801. "@jest/transform": "^29.5.0",
  2802. "@jest/types": "^29.5.0",
  2803. "@jridgewell/trace-mapping": "^0.3.15",
  2804. "@types/node": "*",
  2805. "chalk": "^4.0.0",
  2806. "collect-v8-coverage": "^1.0.0",
  2807. "exit": "^0.1.2",
  2808. "glob": "^7.1.3",
  2809. "graceful-fs": "^4.2.9",
  2810. "istanbul-lib-coverage": "^3.0.0",
  2811. "istanbul-lib-instrument": "^5.1.0",
  2812. "istanbul-lib-report": "^3.0.0",
  2813. "istanbul-lib-source-maps": "^4.0.0",
  2814. "istanbul-reports": "^3.1.3",
  2815. "jest-message-util": "^29.5.0",
  2816. "jest-util": "^29.5.0",
  2817. "jest-worker": "^29.5.0",
  2818. "slash": "^3.0.0",
  2819. "string-length": "^4.0.1",
  2820. "strip-ansi": "^6.0.0",
  2821. "v8-to-istanbul": "^9.0.1"
  2822. },
  2823. "engines": {
  2824. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2825. },
  2826. "peerDependencies": {
  2827. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  2828. },
  2829. "peerDependenciesMeta": {
  2830. "node-notifier": {
  2831. "optional": true
  2832. }
  2833. }
  2834. },
  2835. "node_modules/@jest/reporters/node_modules/ci-info": {
  2836. "version": "3.8.0",
  2837. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  2838. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  2839. "dev": true,
  2840. "funding": [
  2841. {
  2842. "type": "github",
  2843. "url": "https://github.com/sponsors/sibiraj-s"
  2844. }
  2845. ],
  2846. "engines": {
  2847. "node": ">=8"
  2848. }
  2849. },
  2850. "node_modules/@jest/reporters/node_modules/jest-util": {
  2851. "version": "29.5.0",
  2852. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz",
  2853. "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==",
  2854. "dev": true,
  2855. "dependencies": {
  2856. "@jest/types": "^29.5.0",
  2857. "@types/node": "*",
  2858. "chalk": "^4.0.0",
  2859. "ci-info": "^3.2.0",
  2860. "graceful-fs": "^4.2.9",
  2861. "picomatch": "^2.2.3"
  2862. },
  2863. "engines": {
  2864. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2865. }
  2866. },
  2867. "node_modules/@jest/reporters/node_modules/jest-worker": {
  2868. "version": "29.5.0",
  2869. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.5.0.tgz",
  2870. "integrity": "sha512-NcrQnevGoSp4b5kg+akIpthoAFHxPBcb5P6mYPY0fUNT+sSvmtu6jlkEle3anczUKIKEbMxFimk9oTP/tpIPgA==",
  2871. "dev": true,
  2872. "dependencies": {
  2873. "@types/node": "*",
  2874. "jest-util": "^29.5.0",
  2875. "merge-stream": "^2.0.0",
  2876. "supports-color": "^8.0.0"
  2877. },
  2878. "engines": {
  2879. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2880. }
  2881. },
  2882. "node_modules/@jest/reporters/node_modules/supports-color": {
  2883. "version": "8.1.1",
  2884. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
  2885. "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
  2886. "dev": true,
  2887. "dependencies": {
  2888. "has-flag": "^4.0.0"
  2889. },
  2890. "engines": {
  2891. "node": ">=10"
  2892. },
  2893. "funding": {
  2894. "url": "https://github.com/chalk/supports-color?sponsor=1"
  2895. }
  2896. },
  2897. "node_modules/@jest/schemas": {
  2898. "version": "29.4.3",
  2899. "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.4.3.tgz",
  2900. "integrity": "sha512-VLYKXQmtmuEz6IxJsrZwzG9NvtkQsWNnWMsKxqWNu3+CnfzJQhp0WDDKWLVV9hLKr0l3SLLFRqcYHjhtyuDVxg==",
  2901. "dependencies": {
  2902. "@sinclair/typebox": "^0.25.16"
  2903. },
  2904. "engines": {
  2905. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2906. }
  2907. },
  2908. "node_modules/@jest/source-map": {
  2909. "version": "29.4.3",
  2910. "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-29.4.3.tgz",
  2911. "integrity": "sha512-qyt/mb6rLyd9j1jUts4EQncvS6Yy3PM9HghnNv86QBlV+zdL2inCdK1tuVlL+J+lpiw2BI67qXOrX3UurBqQ1w==",
  2912. "dev": true,
  2913. "dependencies": {
  2914. "@jridgewell/trace-mapping": "^0.3.15",
  2915. "callsites": "^3.0.0",
  2916. "graceful-fs": "^4.2.9"
  2917. },
  2918. "engines": {
  2919. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2920. }
  2921. },
  2922. "node_modules/@jest/source-map/node_modules/callsites": {
  2923. "version": "3.1.0",
  2924. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  2925. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  2926. "dev": true,
  2927. "engines": {
  2928. "node": ">=6"
  2929. }
  2930. },
  2931. "node_modules/@jest/test-result": {
  2932. "version": "29.5.0",
  2933. "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-29.5.0.tgz",
  2934. "integrity": "sha512-fGl4rfitnbfLsrfx1uUpDEESS7zM8JdgZgOCQuxQvL1Sn/I6ijeAVQWGfXI9zb1i9Mzo495cIpVZhA0yr60PkQ==",
  2935. "dev": true,
  2936. "dependencies": {
  2937. "@jest/console": "^29.5.0",
  2938. "@jest/types": "^29.5.0",
  2939. "@types/istanbul-lib-coverage": "^2.0.0",
  2940. "collect-v8-coverage": "^1.0.0"
  2941. },
  2942. "engines": {
  2943. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2944. }
  2945. },
  2946. "node_modules/@jest/test-sequencer": {
  2947. "version": "29.5.0",
  2948. "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.5.0.tgz",
  2949. "integrity": "sha512-yPafQEcKjkSfDXyvtgiV4pevSeyuA6MQr6ZIdVkWJly9vkqjnFfcfhRQqpD5whjoU8EORki752xQmjaqoFjzMQ==",
  2950. "dev": true,
  2951. "dependencies": {
  2952. "@jest/test-result": "^29.5.0",
  2953. "graceful-fs": "^4.2.9",
  2954. "jest-haste-map": "^29.5.0",
  2955. "slash": "^3.0.0"
  2956. },
  2957. "engines": {
  2958. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2959. }
  2960. },
  2961. "node_modules/@jest/transform": {
  2962. "version": "29.5.0",
  2963. "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.5.0.tgz",
  2964. "integrity": "sha512-8vbeZWqLJOvHaDfeMuoHITGKSz5qWc9u04lnWrQE3VyuSw604PzQM824ZeX9XSjUCeDiE3GuxZe5UKa8J61NQw==",
  2965. "dev": true,
  2966. "dependencies": {
  2967. "@babel/core": "^7.11.6",
  2968. "@jest/types": "^29.5.0",
  2969. "@jridgewell/trace-mapping": "^0.3.15",
  2970. "babel-plugin-istanbul": "^6.1.1",
  2971. "chalk": "^4.0.0",
  2972. "convert-source-map": "^2.0.0",
  2973. "fast-json-stable-stringify": "^2.1.0",
  2974. "graceful-fs": "^4.2.9",
  2975. "jest-haste-map": "^29.5.0",
  2976. "jest-regex-util": "^29.4.3",
  2977. "jest-util": "^29.5.0",
  2978. "micromatch": "^4.0.4",
  2979. "pirates": "^4.0.4",
  2980. "slash": "^3.0.0",
  2981. "write-file-atomic": "^4.0.2"
  2982. },
  2983. "engines": {
  2984. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  2985. }
  2986. },
  2987. "node_modules/@jest/transform/node_modules/ci-info": {
  2988. "version": "3.8.0",
  2989. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  2990. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  2991. "dev": true,
  2992. "funding": [
  2993. {
  2994. "type": "github",
  2995. "url": "https://github.com/sponsors/sibiraj-s"
  2996. }
  2997. ],
  2998. "engines": {
  2999. "node": ">=8"
  3000. }
  3001. },
  3002. "node_modules/@jest/transform/node_modules/convert-source-map": {
  3003. "version": "2.0.0",
  3004. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
  3005. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  3006. "dev": true
  3007. },
  3008. "node_modules/@jest/transform/node_modules/jest-regex-util": {
  3009. "version": "29.4.3",
  3010. "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.4.3.tgz",
  3011. "integrity": "sha512-O4FglZaMmWXbGHSQInfXewIsd1LMn9p3ZXB/6r4FOkyhX2/iP/soMG98jGvk/A3HAN78+5VWcBGO0BJAPRh4kg==",
  3012. "dev": true,
  3013. "engines": {
  3014. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  3015. }
  3016. },
  3017. "node_modules/@jest/transform/node_modules/jest-util": {
  3018. "version": "29.5.0",
  3019. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz",
  3020. "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==",
  3021. "dev": true,
  3022. "dependencies": {
  3023. "@jest/types": "^29.5.0",
  3024. "@types/node": "*",
  3025. "chalk": "^4.0.0",
  3026. "ci-info": "^3.2.0",
  3027. "graceful-fs": "^4.2.9",
  3028. "picomatch": "^2.2.3"
  3029. },
  3030. "engines": {
  3031. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  3032. }
  3033. },
  3034. "node_modules/@jest/transform/node_modules/write-file-atomic": {
  3035. "version": "4.0.2",
  3036. "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz",
  3037. "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==",
  3038. "dev": true,
  3039. "dependencies": {
  3040. "imurmurhash": "^0.1.4",
  3041. "signal-exit": "^3.0.7"
  3042. },
  3043. "engines": {
  3044. "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
  3045. }
  3046. },
  3047. "node_modules/@jest/types": {
  3048. "version": "29.5.0",
  3049. "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.5.0.tgz",
  3050. "integrity": "sha512-qbu7kN6czmVRc3xWFQcAN03RAUamgppVUdXrvl1Wr3jlNF93o9mJbGcDWrwGB6ht44u7efB1qCFgVQmca24Uog==",
  3051. "dependencies": {
  3052. "@jest/schemas": "^29.4.3",
  3053. "@types/istanbul-lib-coverage": "^2.0.0",
  3054. "@types/istanbul-reports": "^3.0.0",
  3055. "@types/node": "*",
  3056. "@types/yargs": "^17.0.8",
  3057. "chalk": "^4.0.0"
  3058. },
  3059. "engines": {
  3060. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  3061. }
  3062. },
  3063. "node_modules/@jridgewell/gen-mapping": {
  3064. "version": "0.3.3",
  3065. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz",
  3066. "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==",
  3067. "dependencies": {
  3068. "@jridgewell/set-array": "^1.0.1",
  3069. "@jridgewell/sourcemap-codec": "^1.4.10",
  3070. "@jridgewell/trace-mapping": "^0.3.9"
  3071. },
  3072. "engines": {
  3073. "node": ">=6.0.0"
  3074. }
  3075. },
  3076. "node_modules/@jridgewell/resolve-uri": {
  3077. "version": "3.1.0",
  3078. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz",
  3079. "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==",
  3080. "engines": {
  3081. "node": ">=6.0.0"
  3082. }
  3083. },
  3084. "node_modules/@jridgewell/set-array": {
  3085. "version": "1.1.2",
  3086. "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz",
  3087. "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==",
  3088. "engines": {
  3089. "node": ">=6.0.0"
  3090. }
  3091. },
  3092. "node_modules/@jridgewell/source-map": {
  3093. "version": "0.3.4",
  3094. "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.4.tgz",
  3095. "integrity": "sha512-KE/SxsDqNs3rrWwFHcRh15ZLVFrI0YoZtgAdIyIq9k5hUNmiWRXXThPomIxHuL20sLdgzbDFyvkUMna14bvtrw==",
  3096. "deprecated": "the version has a bug with typescript type resolution"
  3097. },
  3098. "node_modules/@jridgewell/sourcemap-codec": {
  3099. "version": "1.4.15",
  3100. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
  3101. "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg=="
  3102. },
  3103. "node_modules/@jridgewell/trace-mapping": {
  3104. "version": "0.3.18",
  3105. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz",
  3106. "integrity": "sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==",
  3107. "dependencies": {
  3108. "@jridgewell/resolve-uri": "3.1.0",
  3109. "@jridgewell/sourcemap-codec": "1.4.14"
  3110. }
  3111. },
  3112. "node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec": {
  3113. "version": "1.4.14",
  3114. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz",
  3115. "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw=="
  3116. },
  3117. "node_modules/@nicolo-ribaudo/eslint-scope-5-internals": {
  3118. "version": "5.1.1-v1",
  3119. "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz",
  3120. "integrity": "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==",
  3121. "dev": true,
  3122. "dependencies": {
  3123. "eslint-scope": "5.1.1"
  3124. }
  3125. },
  3126. "node_modules/@nodelib/fs.scandir": {
  3127. "version": "2.1.5",
  3128. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  3129. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  3130. "dev": true,
  3131. "dependencies": {
  3132. "@nodelib/fs.stat": "2.0.5",
  3133. "run-parallel": "^1.1.9"
  3134. },
  3135. "engines": {
  3136. "node": ">= 8"
  3137. }
  3138. },
  3139. "node_modules/@nodelib/fs.stat": {
  3140. "version": "2.0.5",
  3141. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  3142. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  3143. "dev": true,
  3144. "engines": {
  3145. "node": ">= 8"
  3146. }
  3147. },
  3148. "node_modules/@nodelib/fs.walk": {
  3149. "version": "1.2.8",
  3150. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  3151. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  3152. "dev": true,
  3153. "dependencies": {
  3154. "@nodelib/fs.scandir": "2.1.5",
  3155. "fastq": "^1.6.0"
  3156. },
  3157. "engines": {
  3158. "node": ">= 8"
  3159. }
  3160. },
  3161. "node_modules/@react-native-community/cli-clean": {
  3162. "version": "11.3.3",
  3163. "resolved": "https://registry.npmjs.org/@react-native-community/cli-clean/-/cli-clean-11.3.3.tgz",
  3164. "integrity": "sha512-5csu0Z2wNkLRZs4AxA+5UVtOdyGqdjZ9DEPccePlkN9IXEHTia2GdDuWZVVnlC50Ab3eTaGDKvFzy9QONHQusw==",
  3165. "dependencies": {
  3166. "@react-native-community/cli-tools": "11.3.3",
  3167. "chalk": "^4.1.2",
  3168. "execa": "^5.0.0",
  3169. "prompts": "^2.4.0"
  3170. }
  3171. },
  3172. "node_modules/@react-native-community/cli-config": {
  3173. "version": "11.3.3",
  3174. "resolved": "https://registry.npmjs.org/@react-native-community/cli-config/-/cli-config-11.3.3.tgz",
  3175. "integrity": "sha512-j87RHJlybNHD1mYSkHnWA4qLkEO6qVn0+sREZGdQ6gVmOzxvLzvEB+YMoNEEqFGmPiyt3WTMLgi7jUr6WVoKuQ==",
  3176. "dependencies": {
  3177. "@react-native-community/cli-tools": "11.3.3",
  3178. "chalk": "^4.1.2",
  3179. "cosmiconfig": "^5.1.0",
  3180. "deepmerge": "^4.3.0",
  3181. "glob": "^7.1.3",
  3182. "joi": "^17.2.1"
  3183. }
  3184. },
  3185. "node_modules/@react-native-community/cli-debugger-ui": {
  3186. "version": "11.3.3",
  3187. "resolved": "https://registry.npmjs.org/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-11.3.3.tgz",
  3188. "integrity": "sha512-iVKcwyK2iKlq/qVtSbhk5fGsrOamAx7j50QhDMrZ6NmYZq+k75k253+YTzXoxWdPPZhsdhmILuBJgf8orIYCPQ==",
  3189. "dependencies": {
  3190. "serve-static": "^1.13.1"
  3191. }
  3192. },
  3193. "node_modules/@react-native-community/cli-doctor": {
  3194. "version": "11.3.3",
  3195. "resolved": "https://registry.npmjs.org/@react-native-community/cli-doctor/-/cli-doctor-11.3.3.tgz",
  3196. "integrity": "sha512-11MlCYZkZ602lmoxZUM6FZYjqFgyYci0X0QoBgBHi+3hqmrlA9JkYR/6OpPo34ASVObhE4DQ7eZ1+EQnVJHXsA==",
  3197. "dependencies": {
  3198. "@react-native-community/cli-config": "11.3.3",
  3199. "@react-native-community/cli-platform-android": "11.3.3",
  3200. "@react-native-community/cli-platform-ios": "11.3.3",
  3201. "@react-native-community/cli-tools": "11.3.3",
  3202. "chalk": "^4.1.2",
  3203. "command-exists": "^1.2.8",
  3204. "envinfo": "^7.7.2",
  3205. "execa": "^5.0.0",
  3206. "hermes-profile-transformer": "^0.0.6",
  3207. "ip": "^1.1.5",
  3208. "node-stream-zip": "^1.9.1",
  3209. "ora": "^5.4.1",
  3210. "prompts": "^2.4.0",
  3211. "semver": "^6.3.0",
  3212. "strip-ansi": "^5.2.0",
  3213. "sudo-prompt": "^9.0.0",
  3214. "wcwidth": "^1.0.1",
  3215. "yaml": "^2.2.1"
  3216. }
  3217. },
  3218. "node_modules/@react-native-community/cli-doctor/node_modules/ansi-regex": {
  3219. "version": "4.1.1",
  3220. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz",
  3221. "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==",
  3222. "engines": {
  3223. "node": ">=6"
  3224. }
  3225. },
  3226. "node_modules/@react-native-community/cli-doctor/node_modules/strip-ansi": {
  3227. "version": "5.2.0",
  3228. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
  3229. "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
  3230. "dependencies": {
  3231. "ansi-regex": "^4.1.0"
  3232. },
  3233. "engines": {
  3234. "node": ">=6"
  3235. }
  3236. },
  3237. "node_modules/@react-native-community/cli-hermes": {
  3238. "version": "11.3.3",
  3239. "resolved": "https://registry.npmjs.org/@react-native-community/cli-hermes/-/cli-hermes-11.3.3.tgz",
  3240. "integrity": "sha512-IoBLspPg4EwKwYj+5Ki4xrGUz7vVeE9soULCXJij2IKB68U63WmjG42+ng96+ryJDaQqERqF7NGll1jqnenJYQ==",
  3241. "dependencies": {
  3242. "@react-native-community/cli-platform-android": "11.3.3",
  3243. "@react-native-community/cli-tools": "11.3.3",
  3244. "chalk": "^4.1.2",
  3245. "hermes-profile-transformer": "^0.0.6",
  3246. "ip": "^1.1.5"
  3247. }
  3248. },
  3249. "node_modules/@react-native-community/cli-platform-android": {
  3250. "version": "11.3.3",
  3251. "resolved": "https://registry.npmjs.org/@react-native-community/cli-platform-android/-/cli-platform-android-11.3.3.tgz",
  3252. "integrity": "sha512-hjkPTJXKw2PZNKdeZZ1I4Mv2gRbPOfZmpgRVXtDwEP4cXZUGTDP54lBhFnC+8KxiKJBWJ/m4wYyC3ZqX87M2jg==",
  3253. "dependencies": {
  3254. "@react-native-community/cli-tools": "11.3.3",
  3255. "chalk": "^4.1.2",
  3256. "execa": "^5.0.0",
  3257. "glob": "^7.1.3",
  3258. "logkitty": "^0.7.1"
  3259. }
  3260. },
  3261. "node_modules/@react-native-community/cli-platform-ios": {
  3262. "version": "11.3.3",
  3263. "resolved": "https://registry.npmjs.org/@react-native-community/cli-platform-ios/-/cli-platform-ios-11.3.3.tgz",
  3264. "integrity": "sha512-mFdZjOaPCQy3y4DoMdA5l5/zVXtvsi8pbJFTV7ms7avNShuqqvue/Fm4wmiccZd0Zfi5p9TOP3Bh9Aw/jC+UAQ==",
  3265. "dependencies": {
  3266. "@react-native-community/cli-tools": "11.3.3",
  3267. "chalk": "^4.1.2",
  3268. "execa": "^5.0.0",
  3269. "fast-xml-parser": "^4.0.12",
  3270. "glob": "^7.1.3",
  3271. "ora": "^5.4.1"
  3272. }
  3273. },
  3274. "node_modules/@react-native-community/cli-plugin-metro": {
  3275. "version": "11.3.3",
  3276. "resolved": "https://registry.npmjs.org/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-11.3.3.tgz",
  3277. "integrity": "sha512-jbutvKqjIUTIuSK6mGmVt+x/MygLAIG6VNIwbywFtY+P4CCxUxo8o8h3O2cPRB2xeg9qikksm3Wys7fME4Ly+A==",
  3278. "dependencies": {
  3279. "@react-native-community/cli-server-api": "11.3.3",
  3280. "@react-native-community/cli-tools": "11.3.3",
  3281. "chalk": "^4.1.2",
  3282. "execa": "^5.0.0",
  3283. "metro": "0.76.5",
  3284. "metro-config": "0.76.5",
  3285. "metro-core": "0.76.5",
  3286. "metro-react-native-babel-transformer": "0.76.5",
  3287. "metro-resolver": "0.76.5",
  3288. "metro-runtime": "0.76.5",
  3289. "readline": "^1.3.0"
  3290. }
  3291. },
  3292. "node_modules/@react-native-community/cli-server-api": {
  3293. "version": "11.3.3",
  3294. "resolved": "https://registry.npmjs.org/@react-native-community/cli-server-api/-/cli-server-api-11.3.3.tgz",
  3295. "integrity": "sha512-3ja7WZzXMCeGTaeWLzKxAoueqLjsuo0YURcAjqf044rkY5F1Xk5yIaTN8fb66Lnl2eB3DwuatqEB4dYl34/GZw==",
  3296. "dependencies": {
  3297. "@react-native-community/cli-debugger-ui": "11.3.3",
  3298. "@react-native-community/cli-tools": "11.3.3",
  3299. "compression": "^1.7.1",
  3300. "connect": "^3.6.5",
  3301. "errorhandler": "^1.5.1",
  3302. "nocache": "^3.0.1",
  3303. "pretty-format": "^26.6.2",
  3304. "serve-static": "^1.13.1",
  3305. "ws": "^7.5.1"
  3306. }
  3307. },
  3308. "node_modules/@react-native-community/cli-server-api/node_modules/ws": {
  3309. "version": "7.5.9",
  3310. "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz",
  3311. "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==",
  3312. "engines": {
  3313. "node": ">=8.3.0"
  3314. },
  3315. "peerDependencies": {
  3316. "bufferutil": "^4.0.1",
  3317. "utf-8-validate": "^5.0.2"
  3318. },
  3319. "peerDependenciesMeta": {
  3320. "bufferutil": {
  3321. "optional": true
  3322. },
  3323. "utf-8-validate": {
  3324. "optional": true
  3325. }
  3326. }
  3327. },
  3328. "node_modules/@react-native-community/cli-tools": {
  3329. "version": "11.3.3",
  3330. "resolved": "https://registry.npmjs.org/@react-native-community/cli-tools/-/cli-tools-11.3.3.tgz",
  3331. "integrity": "sha512-rRFSOAVVwI9R9PyPMff5WqmHbgJYrzGHFH1PA+tFvuiSmWlAf51bzkZIPehTBAQON03a6d5epNsGlBKMLA/BKw==",
  3332. "dependencies": {
  3333. "appdirsjs": "^1.2.4",
  3334. "chalk": "^4.1.2",
  3335. "find-up": "^5.0.0",
  3336. "mime": "^2.4.1",
  3337. "node-fetch": "^2.6.0",
  3338. "open": "^6.2.0",
  3339. "ora": "^5.4.1",
  3340. "semver": "^6.3.0",
  3341. "shell-quote": "^1.7.3"
  3342. }
  3343. },
  3344. "node_modules/@react-native-community/cli-tools/node_modules/find-up": {
  3345. "version": "5.0.0",
  3346. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  3347. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  3348. "dependencies": {
  3349. "locate-path": "^6.0.0",
  3350. "path-exists": "^4.0.0"
  3351. },
  3352. "engines": {
  3353. "node": ">=10"
  3354. },
  3355. "funding": {
  3356. "url": "https://github.com/sponsors/sindresorhus"
  3357. }
  3358. },
  3359. "node_modules/@react-native-community/cli-types": {
  3360. "version": "11.3.3",
  3361. "resolved": "https://registry.npmjs.org/@react-native-community/cli-types/-/cli-types-11.3.3.tgz",
  3362. "integrity": "sha512-/u7N93ZUsKAGv3WSGAjKhpK2uCPBkyaw/SuScjHAuL9ifPjvwDhi71K5NbCcYl3ZYh5K39EF3Hm664Jfk9c0MQ==",
  3363. "dependencies": {
  3364. "joi": "^17.2.1"
  3365. }
  3366. },
  3367. "node_modules/@react-native-community/eslint-config": {
  3368. "version": "3.2.0",
  3369. "resolved": "https://registry.npmjs.org/@react-native-community/eslint-config/-/eslint-config-3.2.0.tgz",
  3370. "integrity": "sha512-ZjGvoeiBtCbd506hQqwjKmkWPgynGUoJspG8/MuV/EfKnkjCtBmeJvq2n+sWbWEvL9LWXDp2GJmPzmvU5RSvKQ==",
  3371. "dev": true,
  3372. "dependencies": {
  3373. "@babel/core": "^7.14.0",
  3374. "@babel/eslint-parser": "^7.18.2",
  3375. "@react-native-community/eslint-plugin": "^1.1.0",
  3376. "@typescript-eslint/eslint-plugin": "^5.30.5",
  3377. "@typescript-eslint/parser": "^5.30.5",
  3378. "eslint-config-prettier": "^8.5.0",
  3379. "eslint-plugin-eslint-comments": "^3.2.0",
  3380. "eslint-plugin-ft-flow": "^2.0.1",
  3381. "eslint-plugin-jest": "^26.5.3",
  3382. "eslint-plugin-prettier": "^4.2.1",
  3383. "eslint-plugin-react": "^7.30.1",
  3384. "eslint-plugin-react-hooks": "^4.6.0",
  3385. "eslint-plugin-react-native": "^4.0.0"
  3386. },
  3387. "peerDependencies": {
  3388. "eslint": ">=8",
  3389. "prettier": ">=2"
  3390. }
  3391. },
  3392. "node_modules/@react-native-community/eslint-plugin": {
  3393. "version": "1.3.0",
  3394. "resolved": "https://registry.npmjs.org/@react-native-community/eslint-plugin/-/eslint-plugin-1.3.0.tgz",
  3395. "integrity": "sha512-+zDZ20NUnSWghj7Ku5aFphMzuM9JulqCW+aPXT6IfIXFbb8tzYTTOSeRFOtuekJ99ibW2fUCSsjuKNlwDIbHFg==",
  3396. "dev": true
  3397. },
  3398. "node_modules/@react-native/assets-registry": {
  3399. "version": "0.72.0",
  3400. "resolved": "https://registry.npmjs.org/@react-native/assets-registry/-/assets-registry-0.72.0.tgz",
  3401. "integrity": "sha512-Im93xRJuHHxb1wniGhBMsxLwcfzdYreSZVQGDoMJgkd6+Iky61LInGEHnQCTN0fKNYF1Dvcofb4uMmE1RQHXHQ=="
  3402. },
  3403. "node_modules/@react-native/codegen": {
  3404. "version": "0.72.6",
  3405. "resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.72.6.tgz",
  3406. "integrity": "sha512-idTVI1es/oopN0jJT/0jB6nKdvTUKE3757zA5+NPXZTeB46CIRbmmos4XBiAec8ufu9/DigLPbHTYAaMNZJ6Ig==",
  3407. "dependencies": {
  3408. "@babel/parser": "^7.20.0",
  3409. "flow-parser": "^0.206.0",
  3410. "jscodeshift": "^0.14.0",
  3411. "nullthrows": "^1.1.1"
  3412. },
  3413. "peerDependencies": {
  3414. "@babel/preset-env": "^7.1.6"
  3415. }
  3416. },
  3417. "node_modules/@react-native/gradle-plugin": {
  3418. "version": "0.72.11",
  3419. "resolved": "https://registry.npmjs.org/@react-native/gradle-plugin/-/gradle-plugin-0.72.11.tgz",
  3420. "integrity": "sha512-P9iRnxiR2w7EHcZ0mJ+fmbPzMby77ZzV6y9sJI3lVLJzF7TLSdbwcQyD3lwMsiL+q5lKUHoZJS4sYmih+P2HXw=="
  3421. },
  3422. "node_modules/@react-native/js-polyfills": {
  3423. "version": "0.72.1",
  3424. "resolved": "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.72.1.tgz",
  3425. "integrity": "sha512-cRPZh2rBswFnGt5X5EUEPs0r+pAsXxYsifv/fgy9ZLQokuT52bPH+9xjDR+7TafRua5CttGW83wP4TntRcWNDA=="
  3426. },
  3427. "node_modules/@react-native/normalize-colors": {
  3428. "version": "0.72.0",
  3429. "resolved": "https://registry.npmjs.org/@react-native/normalize-colors/-/normalize-colors-0.72.0.tgz",
  3430. "integrity": "sha512-285lfdqSXaqKuBbbtP9qL2tDrfxdOFtIMvkKadtleRQkdOxx+uzGvFr82KHmc/sSiMtfXGp7JnFYWVh4sFl7Yw=="
  3431. },
  3432. "node_modules/@react-native/virtualized-lists": {
  3433. "version": "0.72.6",
  3434. "resolved": "https://registry.npmjs.org/@react-native/virtualized-lists/-/virtualized-lists-0.72.6.tgz",
  3435. "integrity": "sha512-JhT6ydu35LvbSKdwnhWDuGHMOwM0WAh9oza/X8vXHA8ELHRyQ/4p8eKz/bTQcbQziJaaleUURToGhFuCtgiMoA==",
  3436. "dependencies": {
  3437. "invariant": "^2.2.4",
  3438. "nullthrows": "^1.1.1"
  3439. },
  3440. "peerDependencies": {
  3441. "react-native": "*"
  3442. }
  3443. },
  3444. "node_modules/@react-navigation/bottom-tabs": {
  3445. "version": "6.5.8",
  3446. "resolved": "https://registry.npmjs.org/@react-navigation/bottom-tabs/-/bottom-tabs-6.5.8.tgz",
  3447. "integrity": "sha512-0aa/jXea+LyBgR5NoRNWGKw0aFhjHwCkusigMRXIrCA4kINauDcAO0w0iFbZeKfaTCVAix5kK5UxDJJ2aJpevg==",
  3448. "dependencies": {
  3449. "@react-navigation/elements": "^1.3.18",
  3450. "color": "^4.2.3",
  3451. "warn-once": "^0.1.0"
  3452. },
  3453. "peerDependencies": {
  3454. "@react-navigation/native": "^6.0.0",
  3455. "react": "*",
  3456. "react-native": "*",
  3457. "react-native-safe-area-context": ">= 3.0.0",
  3458. "react-native-screens": ">= 3.0.0"
  3459. }
  3460. },
  3461. "node_modules/@react-navigation/core": {
  3462. "version": "6.4.9",
  3463. "resolved": "https://registry.npmjs.org/@react-navigation/core/-/core-6.4.9.tgz",
  3464. "integrity": "sha512-G9GH7bP9x0qqupxZnkSftnkn4JoXancElTvFc8FVGfEvxnxP+gBo3wqcknyBi7M5Vad4qecsYjCOa9wqsftv9g==",
  3465. "dependencies": {
  3466. "@react-navigation/routers": "^6.1.9",
  3467. "escape-string-regexp": "^4.0.0",
  3468. "nanoid": "^3.1.23",
  3469. "query-string": "^7.1.3",
  3470. "react-is": "^16.13.0",
  3471. "use-latest-callback": "^0.1.5"
  3472. },
  3473. "peerDependencies": {
  3474. "react": "*"
  3475. }
  3476. },
  3477. "node_modules/@react-navigation/drawer": {
  3478. "version": "6.6.3",
  3479. "resolved": "https://registry.npmjs.org/@react-navigation/drawer/-/drawer-6.6.3.tgz",
  3480. "integrity": "sha512-oQzHqH6svtSIun6+rikQtku6ye2CyyxT4xf3RQLVsBvK7+g4tDdKKLcjgoJmuT1zBZC3SSu3wNeqp8cg4cr2PQ==",
  3481. "dependencies": {
  3482. "@react-navigation/elements": "^1.3.18",
  3483. "color": "^4.2.3",
  3484. "warn-once": "^0.1.0"
  3485. },
  3486. "peerDependencies": {
  3487. "@react-navigation/native": "^6.0.0",
  3488. "react": "*",
  3489. "react-native": "*",
  3490. "react-native-gesture-handler": ">= 1.0.0",
  3491. "react-native-reanimated": ">= 1.0.0",
  3492. "react-native-safe-area-context": ">= 3.0.0",
  3493. "react-native-screens": ">= 3.0.0"
  3494. }
  3495. },
  3496. "node_modules/@react-navigation/elements": {
  3497. "version": "1.3.18",
  3498. "resolved": "https://registry.npmjs.org/@react-navigation/elements/-/elements-1.3.18.tgz",
  3499. "integrity": "sha512-/0hwnJkrr415yP0Hf4PjUKgGyfshrvNUKFXN85Mrt1gY49hy9IwxZgrrxlh0THXkPeq8q4VWw44eHDfAcQf20Q==",
  3500. "peerDependencies": {
  3501. "@react-navigation/native": "^6.0.0",
  3502. "react": "*",
  3503. "react-native": "*",
  3504. "react-native-safe-area-context": ">= 3.0.0"
  3505. }
  3506. },
  3507. "node_modules/@react-navigation/native": {
  3508. "version": "6.1.7",
  3509. "resolved": "https://registry.npmjs.org/@react-navigation/native/-/native-6.1.7.tgz",
  3510. "integrity": "sha512-W6E3+AtTombMucCRo6q7vPmluq8hSjS+IxfazJ/SokOe7ChJX7eLvvralIsJkjFj3iWV1KgOSnHxa6hdiFasBw==",
  3511. "dependencies": {
  3512. "@react-navigation/core": "^6.4.9",
  3513. "escape-string-regexp": "^4.0.0",
  3514. "fast-deep-equal": "^3.1.3",
  3515. "nanoid": "^3.1.23"
  3516. },
  3517. "peerDependencies": {
  3518. "react": "*",
  3519. "react-native": "*"
  3520. }
  3521. },
  3522. "node_modules/@react-navigation/native-stack": {
  3523. "version": "6.9.13",
  3524. "resolved": "https://registry.npmjs.org/@react-navigation/native-stack/-/native-stack-6.9.13.tgz",
  3525. "integrity": "sha512-ejlepMrvFneewL+XlXHHhn+6y3lwvavM4/R7XwBV0XJxCymujexK+7Vkg7UcvJ1lx4CRhOcyBSNfGmdNIHREyQ==",
  3526. "dependencies": {
  3527. "@react-navigation/elements": "^1.3.18",
  3528. "warn-once": "^0.1.0"
  3529. },
  3530. "peerDependencies": {
  3531. "@react-navigation/native": "^6.0.0",
  3532. "react": "*",
  3533. "react-native": "*",
  3534. "react-native-safe-area-context": ">= 3.0.0",
  3535. "react-native-screens": ">= 3.0.0"
  3536. }
  3537. },
  3538. "node_modules/@react-navigation/routers": {
  3539. "version": "6.1.9",
  3540. "resolved": "https://registry.npmjs.org/@react-navigation/routers/-/routers-6.1.9.tgz",
  3541. "integrity": "sha512-lTM8gSFHSfkJvQkxacGM6VJtBt61ip2XO54aNfswD+KMw6eeZ4oehl7m0me3CR9hnDE4+60iAZR8sAhvCiI3NA==",
  3542. "dependencies": {
  3543. "nanoid": "^3.1.23"
  3544. }
  3545. },
  3546. "node_modules/@sideway/address": {
  3547. "version": "4.1.4",
  3548. "resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.4.tgz",
  3549. "integrity": "sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw==",
  3550. "dependencies": {
  3551. "@hapi/hoek": "^9.0.0"
  3552. }
  3553. },
  3554. "node_modules/@sideway/formula": {
  3555. "version": "3.0.1",
  3556. "resolved": "https://registry.npmjs.org/@sideway/formula/-/formula-3.0.1.tgz",
  3557. "integrity": "sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg=="
  3558. },
  3559. "node_modules/@sideway/pinpoint": {
  3560. "version": "2.0.0",
  3561. "resolved": "https://registry.npmjs.org/@sideway/pinpoint/-/pinpoint-2.0.0.tgz",
  3562. "integrity": "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ=="
  3563. },
  3564. "node_modules/@sinclair/typebox": {
  3565. "version": "0.25.24",
  3566. "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.25.24.tgz",
  3567. "integrity": "sha512-XJfwUVUKDHF5ugKwIcxEgc9k8b7HbznCp6eUfWgu710hMPNIO4aw4/zB5RogDQz8nd6gyCDpU9O/m6qYEWY6yQ=="
  3568. },
  3569. "node_modules/@sinonjs/commons": {
  3570. "version": "3.0.0",
  3571. "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.0.tgz",
  3572. "integrity": "sha512-jXBtWAF4vmdNmZgD5FoKsVLv3rPgDnLgPbU84LIJ3otV44vJlDRokVng5v8NFJdCf/da9legHcKaRuZs4L7faA==",
  3573. "dependencies": {
  3574. "type-detect": "4.0.8"
  3575. }
  3576. },
  3577. "node_modules/@sinonjs/fake-timers": {
  3578. "version": "10.3.0",
  3579. "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz",
  3580. "integrity": "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==",
  3581. "dependencies": {
  3582. "@sinonjs/commons": "^3.0.0"
  3583. }
  3584. },
  3585. "node_modules/@tsconfig/react-native": {
  3586. "version": "2.0.3",
  3587. "resolved": "https://registry.npmjs.org/@tsconfig/react-native/-/react-native-2.0.3.tgz",
  3588. "integrity": "sha512-jE58snEKBd9DXfyR4+ssZmYJ/W2mOSnNrvljR0aLyQJL9JKX6vlWELHkRjb3HBbcM9Uy0hZGijXbqEAjOERW2A==",
  3589. "dev": true
  3590. },
  3591. "node_modules/@types/babel__core": {
  3592. "version": "7.20.1",
  3593. "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.1.tgz",
  3594. "integrity": "sha512-aACu/U/omhdk15O4Nfb+fHgH/z3QsfQzpnvRZhYhThms83ZnAOZz7zZAWO7mn2yyNQaA4xTO8GLK3uqFU4bYYw==",
  3595. "dev": true,
  3596. "dependencies": {
  3597. "@babel/parser": "^7.20.7",
  3598. "@babel/types": "^7.20.7",
  3599. "@types/babel__generator": "*",
  3600. "@types/babel__template": "*",
  3601. "@types/babel__traverse": "*"
  3602. }
  3603. },
  3604. "node_modules/@types/babel__generator": {
  3605. "version": "7.6.4",
  3606. "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz",
  3607. "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==",
  3608. "dev": true,
  3609. "dependencies": {
  3610. "@babel/types": "^7.0.0"
  3611. }
  3612. },
  3613. "node_modules/@types/babel__template": {
  3614. "version": "7.4.1",
  3615. "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz",
  3616. "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==",
  3617. "dev": true,
  3618. "dependencies": {
  3619. "@babel/parser": "^7.1.0",
  3620. "@babel/types": "^7.0.0"
  3621. }
  3622. },
  3623. "node_modules/@types/babel__traverse": {
  3624. "version": "7.20.1",
  3625. "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.1.tgz",
  3626. "integrity": "sha512-MitHFXnhtgwsGZWtT68URpOvLN4EREih1u3QtQiN4VdAxWKRVvGCSvw/Qth0M0Qq3pJpnGOu5JaM/ydK7OGbqg==",
  3627. "dev": true,
  3628. "dependencies": {
  3629. "@babel/types": "^7.20.7"
  3630. }
  3631. },
  3632. "node_modules/@types/graceful-fs": {
  3633. "version": "4.1.6",
  3634. "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.6.tgz",
  3635. "integrity": "sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==",
  3636. "dev": true,
  3637. "dependencies": {
  3638. "@types/node": "*"
  3639. }
  3640. },
  3641. "node_modules/@types/hammerjs": {
  3642. "version": "2.0.41",
  3643. "resolved": "https://registry.npmjs.org/@types/hammerjs/-/hammerjs-2.0.41.tgz",
  3644. "integrity": "sha512-ewXv/ceBaJprikMcxCmWU1FKyMAQ2X7a9Gtmzw8fcg2kIePI1crERDM818W+XYrxqdBBOdlf2rm137bU+BltCA=="
  3645. },
  3646. "node_modules/@types/istanbul-lib-coverage": {
  3647. "version": "2.0.4",
  3648. "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz",
  3649. "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g=="
  3650. },
  3651. "node_modules/@types/istanbul-lib-report": {
  3652. "version": "3.0.0",
  3653. "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
  3654. "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==",
  3655. "dependencies": {
  3656. "@types/istanbul-lib-coverage": "*"
  3657. }
  3658. },
  3659. "node_modules/@types/istanbul-reports": {
  3660. "version": "3.0.1",
  3661. "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz",
  3662. "integrity": "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==",
  3663. "dependencies": {
  3664. "@types/istanbul-lib-report": "*"
  3665. }
  3666. },
  3667. "node_modules/@types/jest": {
  3668. "version": "29.5.2",
  3669. "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.2.tgz",
  3670. "integrity": "sha512-mSoZVJF5YzGVCk+FsDxzDuH7s+SCkzrgKZzf0Z0T2WudhBUPoF6ktoTPC4R0ZoCPCV5xUvuU6ias5NvxcBcMMg==",
  3671. "dev": true,
  3672. "dependencies": {
  3673. "expect": "^29.0.0",
  3674. "pretty-format": "^29.0.0"
  3675. }
  3676. },
  3677. "node_modules/@types/jest/node_modules/ansi-styles": {
  3678. "version": "5.2.0",
  3679. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
  3680. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
  3681. "dev": true,
  3682. "engines": {
  3683. "node": ">=10"
  3684. },
  3685. "funding": {
  3686. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  3687. }
  3688. },
  3689. "node_modules/@types/jest/node_modules/pretty-format": {
  3690. "version": "29.5.0",
  3691. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.5.0.tgz",
  3692. "integrity": "sha512-V2mGkI31qdttvTFX7Mt4efOqHXqJWMu4/r66Xh3Z3BwZaPfPJgp6/gbwoujRpPUtfEF6AUUWx3Jim3GCw5g/Qw==",
  3693. "dev": true,
  3694. "dependencies": {
  3695. "@jest/schemas": "^29.4.3",
  3696. "ansi-styles": "^5.0.0",
  3697. "react-is": "^18.0.0"
  3698. },
  3699. "engines": {
  3700. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  3701. }
  3702. },
  3703. "node_modules/@types/jest/node_modules/react-is": {
  3704. "version": "18.2.0",
  3705. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
  3706. "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
  3707. "dev": true
  3708. },
  3709. "node_modules/@types/json-schema": {
  3710. "version": "7.0.12",
  3711. "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.12.tgz",
  3712. "integrity": "sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==",
  3713. "dev": true
  3714. },
  3715. "node_modules/@types/node": {
  3716. "version": "20.3.3",
  3717. "resolved": "https://registry.npmjs.org/@types/node/-/node-20.3.3.tgz",
  3718. "integrity": "sha512-wheIYdr4NYML61AjC8MKj/2jrR/kDQri/CIpVoZwldwhnIrD/j9jIU5bJ8yBKuB2VhpFV7Ab6G2XkBjv9r9Zzw=="
  3719. },
  3720. "node_modules/@types/prettier": {
  3721. "version": "2.7.3",
  3722. "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.3.tgz",
  3723. "integrity": "sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==",
  3724. "dev": true
  3725. },
  3726. "node_modules/@types/prop-types": {
  3727. "version": "15.7.5",
  3728. "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz",
  3729. "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==",
  3730. "devOptional": true
  3731. },
  3732. "node_modules/@types/react": {
  3733. "version": "18.2.14",
  3734. "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.14.tgz",
  3735. "integrity": "sha512-A0zjq+QN/O0Kpe30hA1GidzyFjatVvrpIvWLxD+xv67Vt91TWWgco9IvrJBkeyHm1trGaFS/FSGqPlhyeZRm0g==",
  3736. "devOptional": true,
  3737. "dependencies": {
  3738. "@types/prop-types": "*",
  3739. "@types/scheduler": "*",
  3740. "csstype": "^3.0.2"
  3741. }
  3742. },
  3743. "node_modules/@types/react-test-renderer": {
  3744. "version": "18.0.0",
  3745. "resolved": "https://registry.npmjs.org/@types/react-test-renderer/-/react-test-renderer-18.0.0.tgz",
  3746. "integrity": "sha512-C7/5FBJ3g3sqUahguGi03O79b8afNeSD6T8/GU50oQrJCU0bVCCGQHaGKUbg2Ce8VQEEqTw8/HiS6lXHHdgkdQ==",
  3747. "dev": true,
  3748. "dependencies": {
  3749. "@types/react": "*"
  3750. }
  3751. },
  3752. "node_modules/@types/scheduler": {
  3753. "version": "0.16.3",
  3754. "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.3.tgz",
  3755. "integrity": "sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==",
  3756. "devOptional": true
  3757. },
  3758. "node_modules/@types/semver": {
  3759. "version": "7.5.0",
  3760. "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.0.tgz",
  3761. "integrity": "sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==",
  3762. "dev": true
  3763. },
  3764. "node_modules/@types/stack-utils": {
  3765. "version": "2.0.1",
  3766. "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz",
  3767. "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw=="
  3768. },
  3769. "node_modules/@types/yargs": {
  3770. "version": "17.0.24",
  3771. "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz",
  3772. "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==",
  3773. "dependencies": {
  3774. "@types/yargs-parser": "*"
  3775. }
  3776. },
  3777. "node_modules/@types/yargs-parser": {
  3778. "version": "21.0.0",
  3779. "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.0.tgz",
  3780. "integrity": "sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA=="
  3781. },
  3782. "node_modules/@typescript-eslint/eslint-plugin": {
  3783. "version": "5.60.1",
  3784. "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.60.1.tgz",
  3785. "integrity": "sha512-KSWsVvsJsLJv3c4e73y/Bzt7OpqMCADUO846bHcuWYSYM19bldbAeDv7dYyV0jwkbMfJ2XdlzwjhXtuD7OY6bw==",
  3786. "dev": true,
  3787. "dependencies": {
  3788. "@eslint-community/regexpp": "^4.4.0",
  3789. "@typescript-eslint/scope-manager": "5.60.1",
  3790. "@typescript-eslint/type-utils": "5.60.1",
  3791. "@typescript-eslint/utils": "5.60.1",
  3792. "debug": "^4.3.4",
  3793. "grapheme-splitter": "^1.0.4",
  3794. "ignore": "^5.2.0",
  3795. "natural-compare-lite": "^1.4.0",
  3796. "semver": "^7.3.7",
  3797. "tsutils": "^3.21.0"
  3798. },
  3799. "engines": {
  3800. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3801. },
  3802. "funding": {
  3803. "type": "opencollective",
  3804. "url": "https://opencollective.com/typescript-eslint"
  3805. },
  3806. "peerDependencies": {
  3807. "@typescript-eslint/parser": "^5.0.0",
  3808. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  3809. },
  3810. "peerDependenciesMeta": {
  3811. "typescript": {
  3812. "optional": true
  3813. }
  3814. }
  3815. },
  3816. "node_modules/@typescript-eslint/eslint-plugin/node_modules/debug": {
  3817. "version": "4.3.4",
  3818. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
  3819. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  3820. "dev": true,
  3821. "dependencies": {
  3822. "ms": "2.1.2"
  3823. },
  3824. "engines": {
  3825. "node": ">=6.0"
  3826. },
  3827. "peerDependenciesMeta": {
  3828. "supports-color": {
  3829. "optional": true
  3830. }
  3831. }
  3832. },
  3833. "node_modules/@typescript-eslint/eslint-plugin/node_modules/lru-cache": {
  3834. "version": "6.0.0",
  3835. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
  3836. "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
  3837. "dev": true,
  3838. "dependencies": {
  3839. "yallist": "^4.0.0"
  3840. },
  3841. "engines": {
  3842. "node": ">=10"
  3843. }
  3844. },
  3845. "node_modules/@typescript-eslint/eslint-plugin/node_modules/ms": {
  3846. "version": "2.1.2",
  3847. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  3848. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
  3849. "dev": true
  3850. },
  3851. "node_modules/@typescript-eslint/eslint-plugin/node_modules/semver": {
  3852. "version": "7.5.3",
  3853. "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.3.tgz",
  3854. "integrity": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==",
  3855. "dev": true,
  3856. "dependencies": {
  3857. "lru-cache": "^6.0.0"
  3858. },
  3859. "bin": {
  3860. "semver": "bin/semver.js"
  3861. },
  3862. "engines": {
  3863. "node": ">=10"
  3864. }
  3865. },
  3866. "node_modules/@typescript-eslint/eslint-plugin/node_modules/yallist": {
  3867. "version": "4.0.0",
  3868. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  3869. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  3870. "dev": true
  3871. },
  3872. "node_modules/@typescript-eslint/parser": {
  3873. "version": "5.60.1",
  3874. "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.60.1.tgz",
  3875. "integrity": "sha512-pHWlc3alg2oSMGwsU/Is8hbm3XFbcrb6P5wIxcQW9NsYBfnrubl/GhVVD/Jm/t8HXhA2WncoIRfBtnCgRGV96Q==",
  3876. "dev": true,
  3877. "dependencies": {
  3878. "@typescript-eslint/scope-manager": "5.60.1",
  3879. "@typescript-eslint/types": "5.60.1",
  3880. "@typescript-eslint/typescript-estree": "5.60.1",
  3881. "debug": "^4.3.4"
  3882. },
  3883. "engines": {
  3884. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3885. },
  3886. "funding": {
  3887. "type": "opencollective",
  3888. "url": "https://opencollective.com/typescript-eslint"
  3889. },
  3890. "peerDependencies": {
  3891. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  3892. },
  3893. "peerDependenciesMeta": {
  3894. "typescript": {
  3895. "optional": true
  3896. }
  3897. }
  3898. },
  3899. "node_modules/@typescript-eslint/parser/node_modules/debug": {
  3900. "version": "4.3.4",
  3901. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
  3902. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  3903. "dev": true,
  3904. "dependencies": {
  3905. "ms": "2.1.2"
  3906. },
  3907. "engines": {
  3908. "node": ">=6.0"
  3909. },
  3910. "peerDependenciesMeta": {
  3911. "supports-color": {
  3912. "optional": true
  3913. }
  3914. }
  3915. },
  3916. "node_modules/@typescript-eslint/parser/node_modules/ms": {
  3917. "version": "2.1.2",
  3918. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  3919. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
  3920. "dev": true
  3921. },
  3922. "node_modules/@typescript-eslint/scope-manager": {
  3923. "version": "5.60.1",
  3924. "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.60.1.tgz",
  3925. "integrity": "sha512-Dn/LnN7fEoRD+KspEOV0xDMynEmR3iSHdgNsarlXNLGGtcUok8L4N71dxUgt3YvlO8si7E+BJ5Fe3wb5yUw7DQ==",
  3926. "dev": true,
  3927. "dependencies": {
  3928. "@typescript-eslint/types": "5.60.1",
  3929. "@typescript-eslint/visitor-keys": "5.60.1"
  3930. },
  3931. "engines": {
  3932. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3933. },
  3934. "funding": {
  3935. "type": "opencollective",
  3936. "url": "https://opencollective.com/typescript-eslint"
  3937. }
  3938. },
  3939. "node_modules/@typescript-eslint/type-utils": {
  3940. "version": "5.60.1",
  3941. "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.60.1.tgz",
  3942. "integrity": "sha512-vN6UztYqIu05nu7JqwQGzQKUJctzs3/Hg7E2Yx8rz9J+4LgtIDFWjjl1gm3pycH0P3mHAcEUBd23LVgfrsTR8A==",
  3943. "dev": true,
  3944. "dependencies": {
  3945. "@typescript-eslint/typescript-estree": "5.60.1",
  3946. "@typescript-eslint/utils": "5.60.1",
  3947. "debug": "^4.3.4",
  3948. "tsutils": "^3.21.0"
  3949. },
  3950. "engines": {
  3951. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3952. },
  3953. "funding": {
  3954. "type": "opencollective",
  3955. "url": "https://opencollective.com/typescript-eslint"
  3956. },
  3957. "peerDependencies": {
  3958. "eslint": "*"
  3959. },
  3960. "peerDependenciesMeta": {
  3961. "typescript": {
  3962. "optional": true
  3963. }
  3964. }
  3965. },
  3966. "node_modules/@typescript-eslint/type-utils/node_modules/debug": {
  3967. "version": "4.3.4",
  3968. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
  3969. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  3970. "dev": true,
  3971. "dependencies": {
  3972. "ms": "2.1.2"
  3973. },
  3974. "engines": {
  3975. "node": ">=6.0"
  3976. },
  3977. "peerDependenciesMeta": {
  3978. "supports-color": {
  3979. "optional": true
  3980. }
  3981. }
  3982. },
  3983. "node_modules/@typescript-eslint/type-utils/node_modules/ms": {
  3984. "version": "2.1.2",
  3985. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  3986. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
  3987. "dev": true
  3988. },
  3989. "node_modules/@typescript-eslint/types": {
  3990. "version": "5.60.1",
  3991. "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.60.1.tgz",
  3992. "integrity": "sha512-zDcDx5fccU8BA0IDZc71bAtYIcG9PowaOwaD8rjYbqwK7dpe/UMQl3inJ4UtUK42nOCT41jTSCwg76E62JpMcg==",
  3993. "dev": true,
  3994. "engines": {
  3995. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3996. },
  3997. "funding": {
  3998. "type": "opencollective",
  3999. "url": "https://opencollective.com/typescript-eslint"
  4000. }
  4001. },
  4002. "node_modules/@typescript-eslint/typescript-estree": {
  4003. "version": "5.60.1",
  4004. "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.60.1.tgz",
  4005. "integrity": "sha512-hkX70J9+2M2ZT6fhti5Q2FoU9zb+GeZK2SLP1WZlvUDqdMbEKhexZODD1WodNRyO8eS+4nScvT0dts8IdaBzfw==",
  4006. "dev": true,
  4007. "dependencies": {
  4008. "@typescript-eslint/types": "5.60.1",
  4009. "@typescript-eslint/visitor-keys": "5.60.1",
  4010. "debug": "^4.3.4",
  4011. "globby": "^11.1.0",
  4012. "is-glob": "^4.0.3",
  4013. "semver": "^7.3.7",
  4014. "tsutils": "^3.21.0"
  4015. },
  4016. "engines": {
  4017. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4018. },
  4019. "funding": {
  4020. "type": "opencollective",
  4021. "url": "https://opencollective.com/typescript-eslint"
  4022. },
  4023. "peerDependenciesMeta": {
  4024. "typescript": {
  4025. "optional": true
  4026. }
  4027. }
  4028. },
  4029. "node_modules/@typescript-eslint/typescript-estree/node_modules/debug": {
  4030. "version": "4.3.4",
  4031. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
  4032. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  4033. "dev": true,
  4034. "dependencies": {
  4035. "ms": "2.1.2"
  4036. },
  4037. "engines": {
  4038. "node": ">=6.0"
  4039. },
  4040. "peerDependenciesMeta": {
  4041. "supports-color": {
  4042. "optional": true
  4043. }
  4044. }
  4045. },
  4046. "node_modules/@typescript-eslint/typescript-estree/node_modules/lru-cache": {
  4047. "version": "6.0.0",
  4048. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
  4049. "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
  4050. "dev": true,
  4051. "dependencies": {
  4052. "yallist": "^4.0.0"
  4053. },
  4054. "engines": {
  4055. "node": ">=10"
  4056. }
  4057. },
  4058. "node_modules/@typescript-eslint/typescript-estree/node_modules/ms": {
  4059. "version": "2.1.2",
  4060. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  4061. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
  4062. "dev": true
  4063. },
  4064. "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
  4065. "version": "7.5.3",
  4066. "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.3.tgz",
  4067. "integrity": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==",
  4068. "dev": true,
  4069. "dependencies": {
  4070. "lru-cache": "^6.0.0"
  4071. },
  4072. "bin": {
  4073. "semver": "bin/semver.js"
  4074. },
  4075. "engines": {
  4076. "node": ">=10"
  4077. }
  4078. },
  4079. "node_modules/@typescript-eslint/typescript-estree/node_modules/yallist": {
  4080. "version": "4.0.0",
  4081. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  4082. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  4083. "dev": true
  4084. },
  4085. "node_modules/@typescript-eslint/utils": {
  4086. "version": "5.60.1",
  4087. "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.60.1.tgz",
  4088. "integrity": "sha512-tiJ7FFdFQOWssFa3gqb94Ilexyw0JVxj6vBzaSpfN/8IhoKkDuSAenUKvsSHw2A/TMpJb26izIszTXaqygkvpQ==",
  4089. "dev": true,
  4090. "dependencies": {
  4091. "@eslint-community/eslint-utils": "^4.2.0",
  4092. "@types/json-schema": "^7.0.9",
  4093. "@types/semver": "^7.3.12",
  4094. "@typescript-eslint/scope-manager": "5.60.1",
  4095. "@typescript-eslint/types": "5.60.1",
  4096. "@typescript-eslint/typescript-estree": "5.60.1",
  4097. "eslint-scope": "^5.1.1",
  4098. "semver": "^7.3.7"
  4099. },
  4100. "engines": {
  4101. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4102. },
  4103. "funding": {
  4104. "type": "opencollective",
  4105. "url": "https://opencollective.com/typescript-eslint"
  4106. },
  4107. "peerDependencies": {
  4108. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  4109. }
  4110. },
  4111. "node_modules/@typescript-eslint/utils/node_modules/lru-cache": {
  4112. "version": "6.0.0",
  4113. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
  4114. "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
  4115. "dev": true,
  4116. "dependencies": {
  4117. "yallist": "^4.0.0"
  4118. },
  4119. "engines": {
  4120. "node": ">=10"
  4121. }
  4122. },
  4123. "node_modules/@typescript-eslint/utils/node_modules/semver": {
  4124. "version": "7.5.3",
  4125. "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.3.tgz",
  4126. "integrity": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==",
  4127. "dev": true,
  4128. "dependencies": {
  4129. "lru-cache": "^6.0.0"
  4130. },
  4131. "bin": {
  4132. "semver": "bin/semver.js"
  4133. },
  4134. "engines": {
  4135. "node": ">=10"
  4136. }
  4137. },
  4138. "node_modules/@typescript-eslint/utils/node_modules/yallist": {
  4139. "version": "4.0.0",
  4140. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  4141. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  4142. "dev": true
  4143. },
  4144. "node_modules/@typescript-eslint/visitor-keys": {
  4145. "version": "5.60.1",
  4146. "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.60.1.tgz",
  4147. "integrity": "sha512-xEYIxKcultP6E/RMKqube11pGjXH1DCo60mQoWhVYyKfLkwbIVVjYxmOenNMxILx0TjCujPTjjnTIVzm09TXIw==",
  4148. "dev": true,
  4149. "dependencies": {
  4150. "@typescript-eslint/types": "5.60.1",
  4151. "eslint-visitor-keys": "^3.3.0"
  4152. },
  4153. "engines": {
  4154. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4155. },
  4156. "funding": {
  4157. "type": "opencollective",
  4158. "url": "https://opencollective.com/typescript-eslint"
  4159. }
  4160. },
  4161. "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
  4162. "version": "3.4.1",
  4163. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz",
  4164. "integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==",
  4165. "dev": true,
  4166. "engines": {
  4167. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4168. },
  4169. "funding": {
  4170. "url": "https://opencollective.com/eslint"
  4171. }
  4172. },
  4173. "node_modules/@yarnpkg/lockfile": {
  4174. "version": "1.1.0",
  4175. "resolved": "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz",
  4176. "integrity": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ=="
  4177. },
  4178. "node_modules/abort-controller": {
  4179. "version": "3.0.0",
  4180. "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
  4181. "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
  4182. "dependencies": {
  4183. "event-target-shim": "^5.0.0"
  4184. },
  4185. "engines": {
  4186. "node": ">=6.5"
  4187. }
  4188. },
  4189. "node_modules/accepts": {
  4190. "version": "1.3.8",
  4191. "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
  4192. "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
  4193. "dependencies": {
  4194. "mime-types": "~2.1.34",
  4195. "negotiator": "0.6.3"
  4196. },
  4197. "engines": {
  4198. "node": ">= 0.6"
  4199. }
  4200. },
  4201. "node_modules/acorn": {
  4202. "version": "8.9.0",
  4203. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.9.0.tgz",
  4204. "integrity": "sha512-jaVNAFBHNLXspO543WnNNPZFRtavh3skAkITqD0/2aeMkKZTN+254PyhwxFYrk3vQ1xfY+2wbesJMs/JC8/PwQ==",
  4205. "bin": {
  4206. "acorn": "bin/acorn"
  4207. },
  4208. "engines": {
  4209. "node": ">=0.4.0"
  4210. }
  4211. },
  4212. "node_modules/acorn-jsx": {
  4213. "version": "5.3.2",
  4214. "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  4215. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  4216. "dev": true,
  4217. "peerDependencies": {
  4218. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  4219. }
  4220. },
  4221. "node_modules/ajv": {
  4222. "version": "6.12.6",
  4223. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
  4224. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  4225. "dev": true,
  4226. "dependencies": {
  4227. "fast-deep-equal": "^3.1.1",
  4228. "fast-json-stable-stringify": "^2.0.0",
  4229. "json-schema-traverse": "^0.4.1",
  4230. "uri-js": "^4.2.2"
  4231. },
  4232. "funding": {
  4233. "type": "github",
  4234. "url": "https://github.com/sponsors/epoberezkin"
  4235. }
  4236. },
  4237. "node_modules/anser": {
  4238. "version": "1.4.10",
  4239. "resolved": "https://registry.npmjs.org/anser/-/anser-1.4.10.tgz",
  4240. "integrity": "sha512-hCv9AqTQ8ycjpSd3upOJd7vFwW1JaoYQ7tpham03GJ1ca8/65rqn0RpaWpItOAd6ylW9wAw6luXYPJIyPFVOww=="
  4241. },
  4242. "node_modules/ansi-escapes": {
  4243. "version": "4.3.2",
  4244. "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
  4245. "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
  4246. "dev": true,
  4247. "dependencies": {
  4248. "type-fest": "^0.21.3"
  4249. },
  4250. "engines": {
  4251. "node": ">=8"
  4252. },
  4253. "funding": {
  4254. "url": "https://github.com/sponsors/sindresorhus"
  4255. }
  4256. },
  4257. "node_modules/ansi-escapes/node_modules/type-fest": {
  4258. "version": "0.21.3",
  4259. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
  4260. "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
  4261. "dev": true,
  4262. "engines": {
  4263. "node": ">=10"
  4264. },
  4265. "funding": {
  4266. "url": "https://github.com/sponsors/sindresorhus"
  4267. }
  4268. },
  4269. "node_modules/ansi-fragments": {
  4270. "version": "0.2.1",
  4271. "resolved": "https://registry.npmjs.org/ansi-fragments/-/ansi-fragments-0.2.1.tgz",
  4272. "integrity": "sha512-DykbNHxuXQwUDRv5ibc2b0x7uw7wmwOGLBUd5RmaQ5z8Lhx19vwvKV+FAsM5rEA6dEcHxX+/Ad5s9eF2k2bB+w==",
  4273. "dependencies": {
  4274. "colorette": "^1.0.7",
  4275. "slice-ansi": "^2.0.0",
  4276. "strip-ansi": "^5.0.0"
  4277. }
  4278. },
  4279. "node_modules/ansi-fragments/node_modules/ansi-regex": {
  4280. "version": "4.1.1",
  4281. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz",
  4282. "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==",
  4283. "engines": {
  4284. "node": ">=6"
  4285. }
  4286. },
  4287. "node_modules/ansi-fragments/node_modules/strip-ansi": {
  4288. "version": "5.2.0",
  4289. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
  4290. "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
  4291. "dependencies": {
  4292. "ansi-regex": "^4.1.0"
  4293. },
  4294. "engines": {
  4295. "node": ">=6"
  4296. }
  4297. },
  4298. "node_modules/ansi-regex": {
  4299. "version": "5.0.1",
  4300. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  4301. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  4302. "engines": {
  4303. "node": ">=8"
  4304. }
  4305. },
  4306. "node_modules/ansi-styles": {
  4307. "version": "4.3.0",
  4308. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  4309. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  4310. "dependencies": {
  4311. "color-convert": "^2.0.1"
  4312. },
  4313. "engines": {
  4314. "node": ">=8"
  4315. },
  4316. "funding": {
  4317. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  4318. }
  4319. },
  4320. "node_modules/anymatch": {
  4321. "version": "3.1.3",
  4322. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
  4323. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  4324. "dependencies": {
  4325. "normalize-path": "^3.0.0",
  4326. "picomatch": "^2.0.4"
  4327. },
  4328. "engines": {
  4329. "node": ">= 8"
  4330. }
  4331. },
  4332. "node_modules/appdirsjs": {
  4333. "version": "1.2.7",
  4334. "resolved": "https://registry.npmjs.org/appdirsjs/-/appdirsjs-1.2.7.tgz",
  4335. "integrity": "sha512-Quji6+8kLBC3NnBeo14nPDq0+2jUs5s3/xEye+udFHumHhRk4M7aAMXp/PBJqkKYGuuyR9M/6Dq7d2AViiGmhw=="
  4336. },
  4337. "node_modules/argparse": {
  4338. "version": "1.0.10",
  4339. "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
  4340. "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
  4341. "dependencies": {
  4342. "sprintf-js": "~1.0.2"
  4343. }
  4344. },
  4345. "node_modules/array-buffer-byte-length": {
  4346. "version": "1.0.0",
  4347. "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz",
  4348. "integrity": "sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==",
  4349. "dev": true,
  4350. "dependencies": {
  4351. "call-bind": "^1.0.2",
  4352. "is-array-buffer": "^3.0.1"
  4353. },
  4354. "funding": {
  4355. "url": "https://github.com/sponsors/ljharb"
  4356. }
  4357. },
  4358. "node_modules/array-includes": {
  4359. "version": "3.1.6",
  4360. "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.6.tgz",
  4361. "integrity": "sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==",
  4362. "dev": true,
  4363. "dependencies": {
  4364. "call-bind": "^1.0.2",
  4365. "define-properties": "^1.1.4",
  4366. "es-abstract": "^1.20.4",
  4367. "get-intrinsic": "^1.1.3",
  4368. "is-string": "^1.0.7"
  4369. },
  4370. "engines": {
  4371. "node": ">= 0.4"
  4372. },
  4373. "funding": {
  4374. "url": "https://github.com/sponsors/ljharb"
  4375. }
  4376. },
  4377. "node_modules/array-union": {
  4378. "version": "2.1.0",
  4379. "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
  4380. "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
  4381. "dev": true,
  4382. "engines": {
  4383. "node": ">=8"
  4384. }
  4385. },
  4386. "node_modules/array.prototype.flat": {
  4387. "version": "1.3.1",
  4388. "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz",
  4389. "integrity": "sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==",
  4390. "dev": true,
  4391. "dependencies": {
  4392. "call-bind": "^1.0.2",
  4393. "define-properties": "^1.1.4",
  4394. "es-abstract": "^1.20.4",
  4395. "es-shim-unscopables": "^1.0.0"
  4396. },
  4397. "engines": {
  4398. "node": ">= 0.4"
  4399. },
  4400. "funding": {
  4401. "url": "https://github.com/sponsors/ljharb"
  4402. }
  4403. },
  4404. "node_modules/array.prototype.flatmap": {
  4405. "version": "1.3.1",
  4406. "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz",
  4407. "integrity": "sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==",
  4408. "dev": true,
  4409. "dependencies": {
  4410. "call-bind": "^1.0.2",
  4411. "define-properties": "^1.1.4",
  4412. "es-abstract": "^1.20.4",
  4413. "es-shim-unscopables": "^1.0.0"
  4414. },
  4415. "engines": {
  4416. "node": ">= 0.4"
  4417. },
  4418. "funding": {
  4419. "url": "https://github.com/sponsors/ljharb"
  4420. }
  4421. },
  4422. "node_modules/array.prototype.tosorted": {
  4423. "version": "1.1.1",
  4424. "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz",
  4425. "integrity": "sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==",
  4426. "dev": true,
  4427. "dependencies": {
  4428. "call-bind": "^1.0.2",
  4429. "define-properties": "^1.1.4",
  4430. "es-abstract": "^1.20.4",
  4431. "es-shim-unscopables": "^1.0.0",
  4432. "get-intrinsic": "^1.1.3"
  4433. }
  4434. },
  4435. "node_modules/asap": {
  4436. "version": "2.0.6",
  4437. "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
  4438. "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA=="
  4439. },
  4440. "node_modules/ast-types": {
  4441. "version": "0.15.2",
  4442. "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.15.2.tgz",
  4443. "integrity": "sha512-c27loCv9QkZinsa5ProX751khO9DJl/AcB5c2KNtA6NRvHKS0PgLfcftz72KVq504vB0Gku5s2kUZzDBvQWvHg==",
  4444. "dependencies": {
  4445. "tslib": "^2.0.1"
  4446. },
  4447. "engines": {
  4448. "node": ">=4"
  4449. }
  4450. },
  4451. "node_modules/astral-regex": {
  4452. "version": "1.0.0",
  4453. "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-1.0.0.tgz",
  4454. "integrity": "sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==",
  4455. "engines": {
  4456. "node": ">=4"
  4457. }
  4458. },
  4459. "node_modules/async": {
  4460. "version": "3.2.4",
  4461. "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz",
  4462. "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ=="
  4463. },
  4464. "node_modules/async-limiter": {
  4465. "version": "1.0.1",
  4466. "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz",
  4467. "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ=="
  4468. },
  4469. "node_modules/asynckit": {
  4470. "version": "0.4.0",
  4471. "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
  4472. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
  4473. },
  4474. "node_modules/at-least-node": {
  4475. "version": "1.0.0",
  4476. "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
  4477. "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==",
  4478. "engines": {
  4479. "node": ">= 4.0.0"
  4480. }
  4481. },
  4482. "node_modules/available-typed-arrays": {
  4483. "version": "1.0.5",
  4484. "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz",
  4485. "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==",
  4486. "dev": true,
  4487. "engines": {
  4488. "node": ">= 0.4"
  4489. },
  4490. "funding": {
  4491. "url": "https://github.com/sponsors/ljharb"
  4492. }
  4493. },
  4494. "node_modules/axios": {
  4495. "version": "1.5.0",
  4496. "resolved": "https://registry.npmjs.org/axios/-/axios-1.5.0.tgz",
  4497. "integrity": "sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ==",
  4498. "dependencies": {
  4499. "follow-redirects": "^1.15.0",
  4500. "form-data": "^4.0.0",
  4501. "proxy-from-env": "^1.1.0"
  4502. }
  4503. },
  4504. "node_modules/babel-core": {
  4505. "version": "7.0.0-bridge.0",
  4506. "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-7.0.0-bridge.0.tgz",
  4507. "integrity": "sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==",
  4508. "peerDependencies": {
  4509. "@babel/core": "^7.0.0-0"
  4510. }
  4511. },
  4512. "node_modules/babel-jest": {
  4513. "version": "29.5.0",
  4514. "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.5.0.tgz",
  4515. "integrity": "sha512-mA4eCDh5mSo2EcA9xQjVTpmbbNk32Zb3Q3QFQsNhaK56Q+yoXowzFodLux30HRgyOho5rsQ6B0P9QpMkvvnJ0Q==",
  4516. "dev": true,
  4517. "dependencies": {
  4518. "@jest/transform": "^29.5.0",
  4519. "@types/babel__core": "^7.1.14",
  4520. "babel-plugin-istanbul": "^6.1.1",
  4521. "babel-preset-jest": "^29.5.0",
  4522. "chalk": "^4.0.0",
  4523. "graceful-fs": "^4.2.9",
  4524. "slash": "^3.0.0"
  4525. },
  4526. "engines": {
  4527. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  4528. },
  4529. "peerDependencies": {
  4530. "@babel/core": "^7.8.0"
  4531. }
  4532. },
  4533. "node_modules/babel-plugin-istanbul": {
  4534. "version": "6.1.1",
  4535. "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz",
  4536. "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==",
  4537. "dev": true,
  4538. "dependencies": {
  4539. "@babel/helper-plugin-utils": "^7.0.0",
  4540. "@istanbuljs/load-nyc-config": "^1.0.0",
  4541. "@istanbuljs/schema": "^0.1.2",
  4542. "istanbul-lib-instrument": "^5.0.4",
  4543. "test-exclude": "^6.0.0"
  4544. },
  4545. "engines": {
  4546. "node": ">=8"
  4547. }
  4548. },
  4549. "node_modules/babel-plugin-jest-hoist": {
  4550. "version": "29.5.0",
  4551. "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.5.0.tgz",
  4552. "integrity": "sha512-zSuuuAlTMT4mzLj2nPnUm6fsE6270vdOfnpbJ+RmruU75UhLFvL0N2NgI7xpeS7NaB6hGqmd5pVpGTDYvi4Q3w==",
  4553. "dev": true,
  4554. "dependencies": {
  4555. "@babel/template": "^7.3.3",
  4556. "@babel/types": "^7.3.3",
  4557. "@types/babel__core": "^7.1.14",
  4558. "@types/babel__traverse": "^7.0.6"
  4559. },
  4560. "engines": {
  4561. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  4562. }
  4563. },
  4564. "node_modules/babel-plugin-polyfill-corejs2": {
  4565. "version": "0.4.3",
  4566. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.3.tgz",
  4567. "integrity": "sha512-bM3gHc337Dta490gg+/AseNB9L4YLHxq1nGKZZSHbhXv4aTYU2MD2cjza1Ru4S6975YLTaL1K8uJf6ukJhhmtw==",
  4568. "dependencies": {
  4569. "@babel/compat-data": "^7.17.7",
  4570. "@babel/helper-define-polyfill-provider": "^0.4.0",
  4571. "semver": "^6.1.1"
  4572. },
  4573. "peerDependencies": {
  4574. "@babel/core": "^7.0.0-0"
  4575. }
  4576. },
  4577. "node_modules/babel-plugin-polyfill-corejs3": {
  4578. "version": "0.8.1",
  4579. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.1.tgz",
  4580. "integrity": "sha512-ikFrZITKg1xH6pLND8zT14UPgjKHiGLqex7rGEZCH2EvhsneJaJPemmpQaIZV5AL03II+lXylw3UmddDK8RU5Q==",
  4581. "dependencies": {
  4582. "@babel/helper-define-polyfill-provider": "^0.4.0",
  4583. "core-js-compat": "^3.30.1"
  4584. },
  4585. "peerDependencies": {
  4586. "@babel/core": "^7.0.0-0"
  4587. }
  4588. },
  4589. "node_modules/babel-plugin-polyfill-regenerator": {
  4590. "version": "0.5.0",
  4591. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.0.tgz",
  4592. "integrity": "sha512-hDJtKjMLVa7Z+LwnTCxoDLQj6wdc+B8dun7ayF2fYieI6OzfuvcLMB32ihJZ4UhCBwNYGl5bg/x/P9cMdnkc2g==",
  4593. "dependencies": {
  4594. "@babel/helper-define-polyfill-provider": "^0.4.0"
  4595. },
  4596. "peerDependencies": {
  4597. "@babel/core": "^7.0.0-0"
  4598. }
  4599. },
  4600. "node_modules/babel-plugin-syntax-trailing-function-commas": {
  4601. "version": "7.0.0-beta.0",
  4602. "resolved": "https://registry.npmjs.org/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-7.0.0-beta.0.tgz",
  4603. "integrity": "sha512-Xj9XuRuz3nTSbaTXWv3itLOcxyF4oPD8douBBmj7U9BBC6nEBYfyOJYQMf/8PJAFotC62UY5dFfIGEPr7WswzQ=="
  4604. },
  4605. "node_modules/babel-plugin-transform-flow-enums": {
  4606. "version": "0.0.2",
  4607. "resolved": "https://registry.npmjs.org/babel-plugin-transform-flow-enums/-/babel-plugin-transform-flow-enums-0.0.2.tgz",
  4608. "integrity": "sha512-g4aaCrDDOsWjbm0PUUeVnkcVd6AKJsVc/MbnPhEotEpkeJQP6b8nzewohQi7+QS8UyPehOhGWn0nOwjvWpmMvQ==",
  4609. "dependencies": {
  4610. "@babel/plugin-syntax-flow": "^7.12.1"
  4611. }
  4612. },
  4613. "node_modules/babel-preset-current-node-syntax": {
  4614. "version": "1.0.1",
  4615. "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz",
  4616. "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==",
  4617. "dev": true,
  4618. "dependencies": {
  4619. "@babel/plugin-syntax-async-generators": "^7.8.4",
  4620. "@babel/plugin-syntax-bigint": "^7.8.3",
  4621. "@babel/plugin-syntax-class-properties": "^7.8.3",
  4622. "@babel/plugin-syntax-import-meta": "^7.8.3",
  4623. "@babel/plugin-syntax-json-strings": "^7.8.3",
  4624. "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3",
  4625. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
  4626. "@babel/plugin-syntax-numeric-separator": "^7.8.3",
  4627. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  4628. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
  4629. "@babel/plugin-syntax-optional-chaining": "^7.8.3",
  4630. "@babel/plugin-syntax-top-level-await": "^7.8.3"
  4631. },
  4632. "peerDependencies": {
  4633. "@babel/core": "^7.0.0"
  4634. }
  4635. },
  4636. "node_modules/babel-preset-fbjs": {
  4637. "version": "3.4.0",
  4638. "resolved": "https://registry.npmjs.org/babel-preset-fbjs/-/babel-preset-fbjs-3.4.0.tgz",
  4639. "integrity": "sha512-9ywCsCvo1ojrw0b+XYk7aFvTH6D9064t0RIL1rtMf3nsa02Xw41MS7sZw216Im35xj/UY0PDBQsa1brUDDF1Ow==",
  4640. "dependencies": {
  4641. "@babel/plugin-proposal-class-properties": "^7.0.0",
  4642. "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
  4643. "@babel/plugin-syntax-class-properties": "^7.0.0",
  4644. "@babel/plugin-syntax-flow": "^7.0.0",
  4645. "@babel/plugin-syntax-jsx": "^7.0.0",
  4646. "@babel/plugin-syntax-object-rest-spread": "^7.0.0",
  4647. "@babel/plugin-transform-arrow-functions": "^7.0.0",
  4648. "@babel/plugin-transform-block-scoped-functions": "^7.0.0",
  4649. "@babel/plugin-transform-block-scoping": "^7.0.0",
  4650. "@babel/plugin-transform-classes": "^7.0.0",
  4651. "@babel/plugin-transform-computed-properties": "^7.0.0",
  4652. "@babel/plugin-transform-destructuring": "^7.0.0",
  4653. "@babel/plugin-transform-flow-strip-types": "^7.0.0",
  4654. "@babel/plugin-transform-for-of": "^7.0.0",
  4655. "@babel/plugin-transform-function-name": "^7.0.0",
  4656. "@babel/plugin-transform-literals": "^7.0.0",
  4657. "@babel/plugin-transform-member-expression-literals": "^7.0.0",
  4658. "@babel/plugin-transform-modules-commonjs": "^7.0.0",
  4659. "@babel/plugin-transform-object-super": "^7.0.0",
  4660. "@babel/plugin-transform-parameters": "^7.0.0",
  4661. "@babel/plugin-transform-property-literals": "^7.0.0",
  4662. "@babel/plugin-transform-react-display-name": "^7.0.0",
  4663. "@babel/plugin-transform-react-jsx": "^7.0.0",
  4664. "@babel/plugin-transform-shorthand-properties": "^7.0.0",
  4665. "@babel/plugin-transform-spread": "^7.0.0",
  4666. "@babel/plugin-transform-template-literals": "^7.0.0",
  4667. "babel-plugin-syntax-trailing-function-commas": "^7.0.0-beta.0"
  4668. },
  4669. "peerDependencies": {
  4670. "@babel/core": "^7.0.0"
  4671. }
  4672. },
  4673. "node_modules/babel-preset-jest": {
  4674. "version": "29.5.0",
  4675. "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.5.0.tgz",
  4676. "integrity": "sha512-JOMloxOqdiBSxMAzjRaH023/vvcaSaec49zvg+2LmNsktC7ei39LTJGw02J+9uUtTZUq6xbLyJ4dxe9sSmIuAg==",
  4677. "dev": true,
  4678. "dependencies": {
  4679. "babel-plugin-jest-hoist": "^29.5.0",
  4680. "babel-preset-current-node-syntax": "^1.0.0"
  4681. },
  4682. "engines": {
  4683. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  4684. },
  4685. "peerDependencies": {
  4686. "@babel/core": "^7.0.0"
  4687. }
  4688. },
  4689. "node_modules/balanced-match": {
  4690. "version": "1.0.2",
  4691. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  4692. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
  4693. },
  4694. "node_modules/base64-js": {
  4695. "version": "1.5.1",
  4696. "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
  4697. "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
  4698. "funding": [
  4699. {
  4700. "type": "github",
  4701. "url": "https://github.com/sponsors/feross"
  4702. },
  4703. {
  4704. "type": "patreon",
  4705. "url": "https://www.patreon.com/feross"
  4706. },
  4707. {
  4708. "type": "consulting",
  4709. "url": "https://feross.org/support"
  4710. }
  4711. ]
  4712. },
  4713. "node_modules/bl": {
  4714. "version": "4.1.0",
  4715. "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
  4716. "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
  4717. "dependencies": {
  4718. "buffer": "^5.5.0",
  4719. "inherits": "^2.0.4",
  4720. "readable-stream": "^3.4.0"
  4721. }
  4722. },
  4723. "node_modules/brace-expansion": {
  4724. "version": "1.1.11",
  4725. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  4726. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  4727. "dependencies": {
  4728. "balanced-match": "^1.0.0",
  4729. "concat-map": "0.0.1"
  4730. }
  4731. },
  4732. "node_modules/braces": {
  4733. "version": "3.0.2",
  4734. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
  4735. "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
  4736. "dependencies": {
  4737. "fill-range": "^7.0.1"
  4738. },
  4739. "engines": {
  4740. "node": ">=8"
  4741. }
  4742. },
  4743. "node_modules/browserslist": {
  4744. "version": "4.21.9",
  4745. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.9.tgz",
  4746. "integrity": "sha512-M0MFoZzbUrRU4KNfCrDLnvyE7gub+peetoTid3TBIqtunaDJyXlwhakT+/VkvSXcfIzFfK/nkCs4nmyTmxdNSg==",
  4747. "funding": [
  4748. {
  4749. "type": "opencollective",
  4750. "url": "https://opencollective.com/browserslist"
  4751. },
  4752. {
  4753. "type": "tidelift",
  4754. "url": "https://tidelift.com/funding/github/npm/browserslist"
  4755. },
  4756. {
  4757. "type": "github",
  4758. "url": "https://github.com/sponsors/ai"
  4759. }
  4760. ],
  4761. "dependencies": {
  4762. "caniuse-lite": "^1.0.30001503",
  4763. "electron-to-chromium": "^1.4.431",
  4764. "node-releases": "^2.0.12",
  4765. "update-browserslist-db": "^1.0.11"
  4766. },
  4767. "bin": {
  4768. "browserslist": "cli.js"
  4769. },
  4770. "engines": {
  4771. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  4772. }
  4773. },
  4774. "node_modules/bser": {
  4775. "version": "2.1.1",
  4776. "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz",
  4777. "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==",
  4778. "dependencies": {
  4779. "node-int64": "^0.4.0"
  4780. }
  4781. },
  4782. "node_modules/buffer": {
  4783. "version": "5.7.1",
  4784. "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
  4785. "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
  4786. "funding": [
  4787. {
  4788. "type": "github",
  4789. "url": "https://github.com/sponsors/feross"
  4790. },
  4791. {
  4792. "type": "patreon",
  4793. "url": "https://www.patreon.com/feross"
  4794. },
  4795. {
  4796. "type": "consulting",
  4797. "url": "https://feross.org/support"
  4798. }
  4799. ],
  4800. "dependencies": {
  4801. "base64-js": "^1.3.1",
  4802. "ieee754": "^1.1.13"
  4803. }
  4804. },
  4805. "node_modules/buffer-from": {
  4806. "version": "1.1.2",
  4807. "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
  4808. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
  4809. },
  4810. "node_modules/bytes": {
  4811. "version": "3.0.0",
  4812. "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
  4813. "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==",
  4814. "engines": {
  4815. "node": ">= 0.8"
  4816. }
  4817. },
  4818. "node_modules/call-bind": {
  4819. "version": "1.0.2",
  4820. "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
  4821. "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
  4822. "dev": true,
  4823. "dependencies": {
  4824. "function-bind": "^1.1.1",
  4825. "get-intrinsic": "^1.0.2"
  4826. },
  4827. "funding": {
  4828. "url": "https://github.com/sponsors/ljharb"
  4829. }
  4830. },
  4831. "node_modules/caller-callsite": {
  4832. "version": "2.0.0",
  4833. "resolved": "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz",
  4834. "integrity": "sha512-JuG3qI4QOftFsZyOn1qq87fq5grLIyk1JYd5lJmdA+fG7aQ9pA/i3JIJGcO3q0MrRcHlOt1U+ZeHW8Dq9axALQ==",
  4835. "dependencies": {
  4836. "callsites": "^2.0.0"
  4837. },
  4838. "engines": {
  4839. "node": ">=4"
  4840. }
  4841. },
  4842. "node_modules/caller-path": {
  4843. "version": "2.0.0",
  4844. "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz",
  4845. "integrity": "sha512-MCL3sf6nCSXOwCTzvPKhN18TU7AHTvdtam8DAogxcrJ8Rjfbbg7Lgng64H9Iy+vUV6VGFClN/TyxBkAebLRR4A==",
  4846. "dependencies": {
  4847. "caller-callsite": "^2.0.0"
  4848. },
  4849. "engines": {
  4850. "node": ">=4"
  4851. }
  4852. },
  4853. "node_modules/callsites": {
  4854. "version": "2.0.0",
  4855. "resolved": "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz",
  4856. "integrity": "sha512-ksWePWBloaWPxJYQ8TL0JHvtci6G5QTKwQ95RcWAa/lzoAKuAOflGdAK92hpHXjkwb8zLxoLNUoNYZgVsaJzvQ==",
  4857. "engines": {
  4858. "node": ">=4"
  4859. }
  4860. },
  4861. "node_modules/camelcase": {
  4862. "version": "5.3.1",
  4863. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
  4864. "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
  4865. "engines": {
  4866. "node": ">=6"
  4867. }
  4868. },
  4869. "node_modules/caniuse-lite": {
  4870. "version": "1.0.30001511",
  4871. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001511.tgz",
  4872. "integrity": "sha512-NaWPJawcoedlghN4P7bDNeADD7K+rZaY6V8ZcME7PkEZo/nfOg+lnrUgRWiKbNxcQ4/toFKSxnS4WdbyPZnKkw==",
  4873. "funding": [
  4874. {
  4875. "type": "opencollective",
  4876. "url": "https://opencollective.com/browserslist"
  4877. },
  4878. {
  4879. "type": "tidelift",
  4880. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  4881. },
  4882. {
  4883. "type": "github",
  4884. "url": "https://github.com/sponsors/ai"
  4885. }
  4886. ]
  4887. },
  4888. "node_modules/chalk": {
  4889. "version": "4.1.2",
  4890. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  4891. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  4892. "dependencies": {
  4893. "ansi-styles": "^4.1.0",
  4894. "supports-color": "^7.1.0"
  4895. },
  4896. "engines": {
  4897. "node": ">=10"
  4898. },
  4899. "funding": {
  4900. "url": "https://github.com/chalk/chalk?sponsor=1"
  4901. }
  4902. },
  4903. "node_modules/char-regex": {
  4904. "version": "1.0.2",
  4905. "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
  4906. "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
  4907. "dev": true,
  4908. "engines": {
  4909. "node": ">=10"
  4910. }
  4911. },
  4912. "node_modules/ci-info": {
  4913. "version": "2.0.0",
  4914. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz",
  4915. "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ=="
  4916. },
  4917. "node_modules/cjs-module-lexer": {
  4918. "version": "1.2.3",
  4919. "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.3.tgz",
  4920. "integrity": "sha512-0TNiGstbQmCFwt4akjjBg5pLRTSyj/PkWQ1ZoO2zntmg9yLqSRxwEa4iCfQLGjqhiqBfOJa7W/E8wfGrTDmlZQ==",
  4921. "dev": true
  4922. },
  4923. "node_modules/cli-cursor": {
  4924. "version": "3.1.0",
  4925. "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz",
  4926. "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==",
  4927. "dependencies": {
  4928. "restore-cursor": "^3.1.0"
  4929. },
  4930. "engines": {
  4931. "node": ">=8"
  4932. }
  4933. },
  4934. "node_modules/cli-spinners": {
  4935. "version": "2.9.0",
  4936. "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.0.tgz",
  4937. "integrity": "sha512-4/aL9X3Wh0yiMQlE+eeRhWP6vclO3QRtw1JHKIT0FFUs5FjpFmESqtMvYZ0+lbzBw900b95mS0hohy+qn2VK/g==",
  4938. "engines": {
  4939. "node": ">=6"
  4940. },
  4941. "funding": {
  4942. "url": "https://github.com/sponsors/sindresorhus"
  4943. }
  4944. },
  4945. "node_modules/cliui": {
  4946. "version": "6.0.0",
  4947. "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
  4948. "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==",
  4949. "dependencies": {
  4950. "string-width": "^4.2.0",
  4951. "strip-ansi": "^6.0.0",
  4952. "wrap-ansi": "^6.2.0"
  4953. }
  4954. },
  4955. "node_modules/clone": {
  4956. "version": "1.0.4",
  4957. "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
  4958. "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==",
  4959. "engines": {
  4960. "node": ">=0.8"
  4961. }
  4962. },
  4963. "node_modules/clone-deep": {
  4964. "version": "4.0.1",
  4965. "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz",
  4966. "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==",
  4967. "dependencies": {
  4968. "is-plain-object": "^2.0.4",
  4969. "kind-of": "^6.0.2",
  4970. "shallow-clone": "^3.0.0"
  4971. },
  4972. "engines": {
  4973. "node": ">=6"
  4974. }
  4975. },
  4976. "node_modules/co": {
  4977. "version": "4.6.0",
  4978. "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
  4979. "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==",
  4980. "dev": true,
  4981. "engines": {
  4982. "iojs": ">= 1.0.0",
  4983. "node": ">= 0.12.0"
  4984. }
  4985. },
  4986. "node_modules/collect-v8-coverage": {
  4987. "version": "1.0.1",
  4988. "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz",
  4989. "integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==",
  4990. "dev": true
  4991. },
  4992. "node_modules/color": {
  4993. "version": "4.2.3",
  4994. "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
  4995. "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
  4996. "dependencies": {
  4997. "color-convert": "^2.0.1",
  4998. "color-string": "^1.9.0"
  4999. },
  5000. "engines": {
  5001. "node": ">=12.5.0"
  5002. }
  5003. },
  5004. "node_modules/color-convert": {
  5005. "version": "2.0.1",
  5006. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  5007. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  5008. "dependencies": {
  5009. "color-name": "~1.1.4"
  5010. },
  5011. "engines": {
  5012. "node": ">=7.0.0"
  5013. }
  5014. },
  5015. "node_modules/color-name": {
  5016. "version": "1.1.4",
  5017. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  5018. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  5019. },
  5020. "node_modules/color-string": {
  5021. "version": "1.9.1",
  5022. "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz",
  5023. "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
  5024. "dependencies": {
  5025. "color-name": "^1.0.0",
  5026. "simple-swizzle": "^0.2.2"
  5027. }
  5028. },
  5029. "node_modules/colorette": {
  5030. "version": "1.4.0",
  5031. "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.4.0.tgz",
  5032. "integrity": "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g=="
  5033. },
  5034. "node_modules/combined-stream": {
  5035. "version": "1.0.8",
  5036. "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
  5037. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  5038. "dependencies": {
  5039. "delayed-stream": "~1.0.0"
  5040. },
  5041. "engines": {
  5042. "node": ">= 0.8"
  5043. }
  5044. },
  5045. "node_modules/command-exists": {
  5046. "version": "1.2.9",
  5047. "resolved": "https://registry.npmjs.org/command-exists/-/command-exists-1.2.9.tgz",
  5048. "integrity": "sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w=="
  5049. },
  5050. "node_modules/commander": {
  5051. "version": "9.5.0",
  5052. "resolved": "https://registry.npmjs.org/commander/-/commander-9.5.0.tgz",
  5053. "integrity": "sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==",
  5054. "engines": {
  5055. "node": "^12.20.0 || >=14"
  5056. }
  5057. },
  5058. "node_modules/commondir": {
  5059. "version": "1.0.1",
  5060. "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
  5061. "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg=="
  5062. },
  5063. "node_modules/compressible": {
  5064. "version": "2.0.18",
  5065. "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
  5066. "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
  5067. "dependencies": {
  5068. "mime-db": ">= 1.43.0 < 2"
  5069. },
  5070. "engines": {
  5071. "node": ">= 0.6"
  5072. }
  5073. },
  5074. "node_modules/compression": {
  5075. "version": "1.7.4",
  5076. "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz",
  5077. "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==",
  5078. "dependencies": {
  5079. "accepts": "~1.3.5",
  5080. "bytes": "3.0.0",
  5081. "compressible": "~2.0.16",
  5082. "debug": "2.6.9",
  5083. "on-headers": "~1.0.2",
  5084. "safe-buffer": "5.1.2",
  5085. "vary": "~1.1.2"
  5086. },
  5087. "engines": {
  5088. "node": ">= 0.8.0"
  5089. }
  5090. },
  5091. "node_modules/compression/node_modules/safe-buffer": {
  5092. "version": "5.1.2",
  5093. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
  5094. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
  5095. },
  5096. "node_modules/concat-map": {
  5097. "version": "0.0.1",
  5098. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  5099. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
  5100. },
  5101. "node_modules/connect": {
  5102. "version": "3.7.0",
  5103. "resolved": "https://registry.npmjs.org/connect/-/connect-3.7.0.tgz",
  5104. "integrity": "sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==",
  5105. "dependencies": {
  5106. "debug": "2.6.9",
  5107. "finalhandler": "1.1.2",
  5108. "parseurl": "~1.3.3",
  5109. "utils-merge": "1.0.1"
  5110. },
  5111. "engines": {
  5112. "node": ">= 0.10.0"
  5113. }
  5114. },
  5115. "node_modules/convert-source-map": {
  5116. "version": "1.9.0",
  5117. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
  5118. "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A=="
  5119. },
  5120. "node_modules/core-js-compat": {
  5121. "version": "3.31.0",
  5122. "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.31.0.tgz",
  5123. "integrity": "sha512-hM7YCu1cU6Opx7MXNu0NuumM0ezNeAeRKadixyiQELWY3vT3De9S4J5ZBMraWV2vZnrE1Cirl0GtFtDtMUXzPw==",
  5124. "dependencies": {
  5125. "browserslist": "^4.21.5"
  5126. },
  5127. "funding": {
  5128. "type": "opencollective",
  5129. "url": "https://opencollective.com/core-js"
  5130. }
  5131. },
  5132. "node_modules/core-util-is": {
  5133. "version": "1.0.3",
  5134. "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
  5135. "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
  5136. },
  5137. "node_modules/cosmiconfig": {
  5138. "version": "5.2.1",
  5139. "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz",
  5140. "integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==",
  5141. "dependencies": {
  5142. "import-fresh": "^2.0.0",
  5143. "is-directory": "^0.3.1",
  5144. "js-yaml": "^3.13.1",
  5145. "parse-json": "^4.0.0"
  5146. },
  5147. "engines": {
  5148. "node": ">=4"
  5149. }
  5150. },
  5151. "node_modules/cross-spawn": {
  5152. "version": "7.0.3",
  5153. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
  5154. "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
  5155. "dependencies": {
  5156. "path-key": "^3.1.0",
  5157. "shebang-command": "^2.0.0",
  5158. "which": "^2.0.1"
  5159. },
  5160. "engines": {
  5161. "node": ">= 8"
  5162. }
  5163. },
  5164. "node_modules/csstype": {
  5165. "version": "3.1.2",
  5166. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz",
  5167. "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==",
  5168. "devOptional": true
  5169. },
  5170. "node_modules/dayjs": {
  5171. "version": "1.11.9",
  5172. "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.9.tgz",
  5173. "integrity": "sha512-QvzAURSbQ0pKdIye2txOzNaHmxtUBXerpY0FJsFXUMKbIZeFm5ht1LS/jFsrncjnmtv8HsG0W2g6c0zUjZWmpA=="
  5174. },
  5175. "node_modules/debug": {
  5176. "version": "2.6.9",
  5177. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  5178. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  5179. "dependencies": {
  5180. "ms": "2.0.0"
  5181. }
  5182. },
  5183. "node_modules/debug/node_modules/ms": {
  5184. "version": "2.0.0",
  5185. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  5186. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  5187. },
  5188. "node_modules/decamelize": {
  5189. "version": "1.2.0",
  5190. "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
  5191. "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==",
  5192. "engines": {
  5193. "node": ">=0.10.0"
  5194. }
  5195. },
  5196. "node_modules/decode-uri-component": {
  5197. "version": "0.2.2",
  5198. "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz",
  5199. "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==",
  5200. "engines": {
  5201. "node": ">=0.10"
  5202. }
  5203. },
  5204. "node_modules/dedent": {
  5205. "version": "0.7.0",
  5206. "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz",
  5207. "integrity": "sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==",
  5208. "dev": true
  5209. },
  5210. "node_modules/deep-is": {
  5211. "version": "0.1.4",
  5212. "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
  5213. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  5214. "dev": true
  5215. },
  5216. "node_modules/deepmerge": {
  5217. "version": "4.3.1",
  5218. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
  5219. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  5220. "engines": {
  5221. "node": ">=0.10.0"
  5222. }
  5223. },
  5224. "node_modules/defaults": {
  5225. "version": "1.0.4",
  5226. "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz",
  5227. "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==",
  5228. "dependencies": {
  5229. "clone": "^1.0.2"
  5230. },
  5231. "funding": {
  5232. "url": "https://github.com/sponsors/sindresorhus"
  5233. }
  5234. },
  5235. "node_modules/define-properties": {
  5236. "version": "1.2.0",
  5237. "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz",
  5238. "integrity": "sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==",
  5239. "dev": true,
  5240. "dependencies": {
  5241. "has-property-descriptors": "^1.0.0",
  5242. "object-keys": "^1.1.1"
  5243. },
  5244. "engines": {
  5245. "node": ">= 0.4"
  5246. },
  5247. "funding": {
  5248. "url": "https://github.com/sponsors/ljharb"
  5249. }
  5250. },
  5251. "node_modules/delayed-stream": {
  5252. "version": "1.0.0",
  5253. "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
  5254. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  5255. "engines": {
  5256. "node": ">=0.4.0"
  5257. }
  5258. },
  5259. "node_modules/denodeify": {
  5260. "version": "1.2.1",
  5261. "resolved": "https://registry.npmjs.org/denodeify/-/denodeify-1.2.1.tgz",
  5262. "integrity": "sha512-KNTihKNmQENUZeKu5fzfpzRqR5S2VMp4gl9RFHiWzj9DfvYQPMJ6XHKNaQxaGCXwPk6y9yme3aUoaiAe+KX+vg=="
  5263. },
  5264. "node_modules/depd": {
  5265. "version": "2.0.0",
  5266. "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
  5267. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  5268. "engines": {
  5269. "node": ">= 0.8"
  5270. }
  5271. },
  5272. "node_modules/deprecated-react-native-prop-types": {
  5273. "version": "4.1.0",
  5274. "resolved": "https://registry.npmjs.org/deprecated-react-native-prop-types/-/deprecated-react-native-prop-types-4.1.0.tgz",
  5275. "integrity": "sha512-WfepZHmRbbdTvhcolb8aOKEvQdcmTMn5tKLbqbXmkBvjFjRVWAYqsXk/DBsV8TZxws8SdGHLuHaJrHSQUPRdfw==",
  5276. "dependencies": {
  5277. "@react-native/normalize-colors": "*",
  5278. "invariant": "*",
  5279. "prop-types": "*"
  5280. }
  5281. },
  5282. "node_modules/destroy": {
  5283. "version": "1.2.0",
  5284. "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
  5285. "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
  5286. "engines": {
  5287. "node": ">= 0.8",
  5288. "npm": "1.2.8000 || >= 1.4.16"
  5289. }
  5290. },
  5291. "node_modules/detect-newline": {
  5292. "version": "3.1.0",
  5293. "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
  5294. "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==",
  5295. "dev": true,
  5296. "engines": {
  5297. "node": ">=8"
  5298. }
  5299. },
  5300. "node_modules/diff-sequences": {
  5301. "version": "29.4.3",
  5302. "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.4.3.tgz",
  5303. "integrity": "sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA==",
  5304. "dev": true,
  5305. "engines": {
  5306. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  5307. }
  5308. },
  5309. "node_modules/dir-glob": {
  5310. "version": "3.0.1",
  5311. "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
  5312. "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
  5313. "dev": true,
  5314. "dependencies": {
  5315. "path-type": "^4.0.0"
  5316. },
  5317. "engines": {
  5318. "node": ">=8"
  5319. }
  5320. },
  5321. "node_modules/doctrine": {
  5322. "version": "2.1.0",
  5323. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  5324. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  5325. "dev": true,
  5326. "dependencies": {
  5327. "esutils": "^2.0.2"
  5328. },
  5329. "engines": {
  5330. "node": ">=0.10.0"
  5331. }
  5332. },
  5333. "node_modules/ee-first": {
  5334. "version": "1.1.1",
  5335. "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
  5336. "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow=="
  5337. },
  5338. "node_modules/electron-to-chromium": {
  5339. "version": "1.4.447",
  5340. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.447.tgz",
  5341. "integrity": "sha512-sxX0LXh+uL41hSJsujAN86PjhrV/6c79XmpY0TvjZStV6VxIgarf8SRkUoUTuYmFcZQTemsoqo8qXOGw5npWfw=="
  5342. },
  5343. "node_modules/emittery": {
  5344. "version": "0.13.1",
  5345. "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.13.1.tgz",
  5346. "integrity": "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==",
  5347. "dev": true,
  5348. "engines": {
  5349. "node": ">=12"
  5350. },
  5351. "funding": {
  5352. "url": "https://github.com/sindresorhus/emittery?sponsor=1"
  5353. }
  5354. },
  5355. "node_modules/emoji-regex": {
  5356. "version": "8.0.0",
  5357. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  5358. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
  5359. },
  5360. "node_modules/encodeurl": {
  5361. "version": "1.0.2",
  5362. "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
  5363. "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
  5364. "engines": {
  5365. "node": ">= 0.8"
  5366. }
  5367. },
  5368. "node_modules/envinfo": {
  5369. "version": "7.10.0",
  5370. "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.10.0.tgz",
  5371. "integrity": "sha512-ZtUjZO6l5mwTHvc1L9+1q5p/R3wTopcfqMW8r5t8SJSKqeVI/LtajORwRFEKpEFuekjD0VBjwu1HMxL4UalIRw==",
  5372. "bin": {
  5373. "envinfo": "dist/cli.js"
  5374. },
  5375. "engines": {
  5376. "node": ">=4"
  5377. }
  5378. },
  5379. "node_modules/error-ex": {
  5380. "version": "1.3.2",
  5381. "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
  5382. "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
  5383. "dependencies": {
  5384. "is-arrayish": "^0.2.1"
  5385. }
  5386. },
  5387. "node_modules/error-ex/node_modules/is-arrayish": {
  5388. "version": "0.2.1",
  5389. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
  5390. "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg=="
  5391. },
  5392. "node_modules/error-stack-parser": {
  5393. "version": "2.1.4",
  5394. "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz",
  5395. "integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==",
  5396. "dependencies": {
  5397. "stackframe": "^1.3.4"
  5398. }
  5399. },
  5400. "node_modules/errorhandler": {
  5401. "version": "1.5.1",
  5402. "resolved": "https://registry.npmjs.org/errorhandler/-/errorhandler-1.5.1.tgz",
  5403. "integrity": "sha512-rcOwbfvP1WTViVoUjcfZicVzjhjTuhSMntHh6mW3IrEiyE6mJyXvsToJUJGlGlw/2xU9P5whlWNGlIDVeCiT4A==",
  5404. "dependencies": {
  5405. "accepts": "~1.3.7",
  5406. "escape-html": "~1.0.3"
  5407. },
  5408. "engines": {
  5409. "node": ">= 0.8"
  5410. }
  5411. },
  5412. "node_modules/es-abstract": {
  5413. "version": "1.21.2",
  5414. "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.21.2.tgz",
  5415. "integrity": "sha512-y/B5POM2iBnIxCiernH1G7rC9qQoM77lLIMQLuob0zhp8C56Po81+2Nj0WFKnd0pNReDTnkYryc+zhOzpEIROg==",
  5416. "dev": true,
  5417. "dependencies": {
  5418. "array-buffer-byte-length": "^1.0.0",
  5419. "available-typed-arrays": "^1.0.5",
  5420. "call-bind": "^1.0.2",
  5421. "es-set-tostringtag": "^2.0.1",
  5422. "es-to-primitive": "^1.2.1",
  5423. "function.prototype.name": "^1.1.5",
  5424. "get-intrinsic": "^1.2.0",
  5425. "get-symbol-description": "^1.0.0",
  5426. "globalthis": "^1.0.3",
  5427. "gopd": "^1.0.1",
  5428. "has": "^1.0.3",
  5429. "has-property-descriptors": "^1.0.0",
  5430. "has-proto": "^1.0.1",
  5431. "has-symbols": "^1.0.3",
  5432. "internal-slot": "^1.0.5",
  5433. "is-array-buffer": "^3.0.2",
  5434. "is-callable": "^1.2.7",
  5435. "is-negative-zero": "^2.0.2",
  5436. "is-regex": "^1.1.4",
  5437. "is-shared-array-buffer": "^1.0.2",
  5438. "is-string": "^1.0.7",
  5439. "is-typed-array": "^1.1.10",
  5440. "is-weakref": "^1.0.2",
  5441. "object-inspect": "^1.12.3",
  5442. "object-keys": "^1.1.1",
  5443. "object.assign": "^4.1.4",
  5444. "regexp.prototype.flags": "^1.4.3",
  5445. "safe-regex-test": "^1.0.0",
  5446. "string.prototype.trim": "^1.2.7",
  5447. "string.prototype.trimend": "^1.0.6",
  5448. "string.prototype.trimstart": "^1.0.6",
  5449. "typed-array-length": "^1.0.4",
  5450. "unbox-primitive": "^1.0.2",
  5451. "which-typed-array": "^1.1.9"
  5452. },
  5453. "engines": {
  5454. "node": ">= 0.4"
  5455. },
  5456. "funding": {
  5457. "url": "https://github.com/sponsors/ljharb"
  5458. }
  5459. },
  5460. "node_modules/es-set-tostringtag": {
  5461. "version": "2.0.1",
  5462. "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz",
  5463. "integrity": "sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==",
  5464. "dev": true,
  5465. "dependencies": {
  5466. "get-intrinsic": "^1.1.3",
  5467. "has": "^1.0.3",
  5468. "has-tostringtag": "^1.0.0"
  5469. },
  5470. "engines": {
  5471. "node": ">= 0.4"
  5472. }
  5473. },
  5474. "node_modules/es-shim-unscopables": {
  5475. "version": "1.0.0",
  5476. "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz",
  5477. "integrity": "sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==",
  5478. "dev": true,
  5479. "dependencies": {
  5480. "has": "^1.0.3"
  5481. }
  5482. },
  5483. "node_modules/es-to-primitive": {
  5484. "version": "1.2.1",
  5485. "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
  5486. "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
  5487. "dev": true,
  5488. "dependencies": {
  5489. "is-callable": "^1.1.4",
  5490. "is-date-object": "^1.0.1",
  5491. "is-symbol": "^1.0.2"
  5492. },
  5493. "engines": {
  5494. "node": ">= 0.4"
  5495. },
  5496. "funding": {
  5497. "url": "https://github.com/sponsors/ljharb"
  5498. }
  5499. },
  5500. "node_modules/escalade": {
  5501. "version": "3.1.1",
  5502. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
  5503. "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
  5504. "engines": {
  5505. "node": ">=6"
  5506. }
  5507. },
  5508. "node_modules/escape-html": {
  5509. "version": "1.0.3",
  5510. "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
  5511. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow=="
  5512. },
  5513. "node_modules/escape-string-regexp": {
  5514. "version": "4.0.0",
  5515. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  5516. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  5517. "engines": {
  5518. "node": ">=10"
  5519. },
  5520. "funding": {
  5521. "url": "https://github.com/sponsors/sindresorhus"
  5522. }
  5523. },
  5524. "node_modules/eslint": {
  5525. "version": "8.44.0",
  5526. "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.44.0.tgz",
  5527. "integrity": "sha512-0wpHoUbDUHgNCyvFB5aXLiQVfK9B0at6gUvzy83k4kAsQ/u769TQDX6iKC+aO4upIHO9WSaA3QoXYQDHbNwf1A==",
  5528. "dev": true,
  5529. "dependencies": {
  5530. "@eslint-community/eslint-utils": "^4.2.0",
  5531. "@eslint-community/regexpp": "^4.4.0",
  5532. "@eslint/eslintrc": "^2.1.0",
  5533. "@eslint/js": "8.44.0",
  5534. "@humanwhocodes/config-array": "^0.11.10",
  5535. "@humanwhocodes/module-importer": "^1.0.1",
  5536. "@nodelib/fs.walk": "^1.2.8",
  5537. "ajv": "^6.10.0",
  5538. "chalk": "^4.0.0",
  5539. "cross-spawn": "^7.0.2",
  5540. "debug": "^4.3.2",
  5541. "doctrine": "^3.0.0",
  5542. "escape-string-regexp": "^4.0.0",
  5543. "eslint-scope": "^7.2.0",
  5544. "eslint-visitor-keys": "^3.4.1",
  5545. "espree": "^9.6.0",
  5546. "esquery": "^1.4.2",
  5547. "esutils": "^2.0.2",
  5548. "fast-deep-equal": "^3.1.3",
  5549. "file-entry-cache": "^6.0.1",
  5550. "find-up": "^5.0.0",
  5551. "glob-parent": "^6.0.2",
  5552. "globals": "^13.19.0",
  5553. "graphemer": "^1.4.0",
  5554. "ignore": "^5.2.0",
  5555. "import-fresh": "^3.0.0",
  5556. "imurmurhash": "^0.1.4",
  5557. "is-glob": "^4.0.0",
  5558. "is-path-inside": "^3.0.3",
  5559. "js-yaml": "^4.1.0",
  5560. "json-stable-stringify-without-jsonify": "^1.0.1",
  5561. "levn": "^0.4.1",
  5562. "lodash.merge": "^4.6.2",
  5563. "minimatch": "^3.1.2",
  5564. "natural-compare": "^1.4.0",
  5565. "optionator": "^0.9.3",
  5566. "strip-ansi": "^6.0.1",
  5567. "strip-json-comments": "^3.1.0",
  5568. "text-table": "^0.2.0"
  5569. },
  5570. "bin": {
  5571. "eslint": "bin/eslint.js"
  5572. },
  5573. "engines": {
  5574. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5575. },
  5576. "funding": {
  5577. "url": "https://opencollective.com/eslint"
  5578. }
  5579. },
  5580. "node_modules/eslint-config-prettier": {
  5581. "version": "8.8.0",
  5582. "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.8.0.tgz",
  5583. "integrity": "sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==",
  5584. "dev": true,
  5585. "bin": {
  5586. "eslint-config-prettier": "bin/cli.js"
  5587. },
  5588. "peerDependencies": {
  5589. "eslint": ">=7.0.0"
  5590. }
  5591. },
  5592. "node_modules/eslint-plugin-eslint-comments": {
  5593. "version": "3.2.0",
  5594. "resolved": "https://registry.npmjs.org/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-3.2.0.tgz",
  5595. "integrity": "sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==",
  5596. "dev": true,
  5597. "dependencies": {
  5598. "escape-string-regexp": "^1.0.5",
  5599. "ignore": "^5.0.5"
  5600. },
  5601. "engines": {
  5602. "node": ">=6.5.0"
  5603. },
  5604. "funding": {
  5605. "url": "https://github.com/sponsors/mysticatea"
  5606. },
  5607. "peerDependencies": {
  5608. "eslint": ">=4.19.1"
  5609. }
  5610. },
  5611. "node_modules/eslint-plugin-eslint-comments/node_modules/escape-string-regexp": {
  5612. "version": "1.0.5",
  5613. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  5614. "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
  5615. "dev": true,
  5616. "engines": {
  5617. "node": ">=0.8.0"
  5618. }
  5619. },
  5620. "node_modules/eslint-plugin-ft-flow": {
  5621. "version": "2.0.3",
  5622. "resolved": "https://registry.npmjs.org/eslint-plugin-ft-flow/-/eslint-plugin-ft-flow-2.0.3.tgz",
  5623. "integrity": "sha512-Vbsd/b+LYA99jUbsL6viEUWShFaYQt2YQs3QN3f+aeszOhh2sgdcU0mjzDyD4yyBvMc8qy2uwvBBWfMzEX06tg==",
  5624. "dev": true,
  5625. "dependencies": {
  5626. "lodash": "^4.17.21",
  5627. "string-natural-compare": "^3.0.1"
  5628. },
  5629. "engines": {
  5630. "node": ">=12.22.0"
  5631. },
  5632. "peerDependencies": {
  5633. "@babel/eslint-parser": "^7.12.0",
  5634. "eslint": "^8.1.0"
  5635. }
  5636. },
  5637. "node_modules/eslint-plugin-jest": {
  5638. "version": "26.9.0",
  5639. "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-26.9.0.tgz",
  5640. "integrity": "sha512-TWJxWGp1J628gxh2KhaH1H1paEdgE2J61BBF1I59c6xWeL5+D1BzMxGDN/nXAfX+aSkR5u80K+XhskK6Gwq9ng==",
  5641. "dev": true,
  5642. "dependencies": {
  5643. "@typescript-eslint/utils": "^5.10.0"
  5644. },
  5645. "engines": {
  5646. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5647. },
  5648. "peerDependencies": {
  5649. "@typescript-eslint/eslint-plugin": "^5.0.0",
  5650. "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
  5651. },
  5652. "peerDependenciesMeta": {
  5653. "@typescript-eslint/eslint-plugin": {
  5654. "optional": true
  5655. },
  5656. "jest": {
  5657. "optional": true
  5658. }
  5659. }
  5660. },
  5661. "node_modules/eslint-plugin-prettier": {
  5662. "version": "4.2.1",
  5663. "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz",
  5664. "integrity": "sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==",
  5665. "dev": true,
  5666. "dependencies": {
  5667. "prettier-linter-helpers": "^1.0.0"
  5668. },
  5669. "engines": {
  5670. "node": ">=12.0.0"
  5671. },
  5672. "peerDependencies": {
  5673. "eslint": ">=7.28.0",
  5674. "prettier": ">=2.0.0"
  5675. },
  5676. "peerDependenciesMeta": {
  5677. "eslint-config-prettier": {
  5678. "optional": true
  5679. }
  5680. }
  5681. },
  5682. "node_modules/eslint-plugin-react": {
  5683. "version": "7.32.2",
  5684. "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.32.2.tgz",
  5685. "integrity": "sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==",
  5686. "dev": true,
  5687. "dependencies": {
  5688. "array-includes": "^3.1.6",
  5689. "array.prototype.flatmap": "^1.3.1",
  5690. "array.prototype.tosorted": "^1.1.1",
  5691. "doctrine": "^2.1.0",
  5692. "estraverse": "^5.3.0",
  5693. "jsx-ast-utils": "^2.4.1 || ^3.0.0",
  5694. "minimatch": "^3.1.2",
  5695. "object.entries": "^1.1.6",
  5696. "object.fromentries": "^2.0.6",
  5697. "object.hasown": "^1.1.2",
  5698. "object.values": "^1.1.6",
  5699. "prop-types": "^15.8.1",
  5700. "resolve": "^2.0.0-next.4",
  5701. "semver": "^6.3.0",
  5702. "string.prototype.matchall": "^4.0.8"
  5703. },
  5704. "engines": {
  5705. "node": ">=4"
  5706. },
  5707. "peerDependencies": {
  5708. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
  5709. }
  5710. },
  5711. "node_modules/eslint-plugin-react-hooks": {
  5712. "version": "4.6.0",
  5713. "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz",
  5714. "integrity": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==",
  5715. "dev": true,
  5716. "engines": {
  5717. "node": ">=10"
  5718. },
  5719. "peerDependencies": {
  5720. "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
  5721. }
  5722. },
  5723. "node_modules/eslint-plugin-react-native": {
  5724. "version": "4.0.0",
  5725. "resolved": "https://registry.npmjs.org/eslint-plugin-react-native/-/eslint-plugin-react-native-4.0.0.tgz",
  5726. "integrity": "sha512-kMmdxrSY7A1WgdqaGC+rY/28rh7kBGNBRsk48ovqkQmdg5j4K+DaFmegENDzMrdLkoufKGRNkKX6bgSwQTCAxQ==",
  5727. "dev": true,
  5728. "dependencies": {
  5729. "@babel/traverse": "^7.7.4",
  5730. "eslint-plugin-react-native-globals": "^0.1.1"
  5731. },
  5732. "peerDependencies": {
  5733. "eslint": "^3.17.0 || ^4 || ^5 || ^6 || ^7 || ^8"
  5734. }
  5735. },
  5736. "node_modules/eslint-plugin-react-native-globals": {
  5737. "version": "0.1.2",
  5738. "resolved": "https://registry.npmjs.org/eslint-plugin-react-native-globals/-/eslint-plugin-react-native-globals-0.1.2.tgz",
  5739. "integrity": "sha512-9aEPf1JEpiTjcFAmmyw8eiIXmcNZOqaZyHO77wgm0/dWfT/oxC1SrIq8ET38pMxHYrcB6Uew+TzUVsBeczF88g==",
  5740. "dev": true
  5741. },
  5742. "node_modules/eslint-plugin-react/node_modules/estraverse": {
  5743. "version": "5.3.0",
  5744. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  5745. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  5746. "dev": true,
  5747. "engines": {
  5748. "node": ">=4.0"
  5749. }
  5750. },
  5751. "node_modules/eslint-plugin-react/node_modules/resolve": {
  5752. "version": "2.0.0-next.4",
  5753. "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.4.tgz",
  5754. "integrity": "sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==",
  5755. "dev": true,
  5756. "dependencies": {
  5757. "is-core-module": "^2.9.0",
  5758. "path-parse": "^1.0.7",
  5759. "supports-preserve-symlinks-flag": "^1.0.0"
  5760. },
  5761. "bin": {
  5762. "resolve": "bin/resolve"
  5763. },
  5764. "funding": {
  5765. "url": "https://github.com/sponsors/ljharb"
  5766. }
  5767. },
  5768. "node_modules/eslint-scope": {
  5769. "version": "5.1.1",
  5770. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
  5771. "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
  5772. "dev": true,
  5773. "dependencies": {
  5774. "esrecurse": "^4.3.0",
  5775. "estraverse": "^4.1.1"
  5776. },
  5777. "engines": {
  5778. "node": ">=8.0.0"
  5779. }
  5780. },
  5781. "node_modules/eslint-visitor-keys": {
  5782. "version": "2.1.0",
  5783. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
  5784. "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
  5785. "dev": true,
  5786. "engines": {
  5787. "node": ">=10"
  5788. }
  5789. },
  5790. "node_modules/eslint/node_modules/argparse": {
  5791. "version": "2.0.1",
  5792. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  5793. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  5794. "dev": true
  5795. },
  5796. "node_modules/eslint/node_modules/debug": {
  5797. "version": "4.3.4",
  5798. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
  5799. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  5800. "dev": true,
  5801. "dependencies": {
  5802. "ms": "2.1.2"
  5803. },
  5804. "engines": {
  5805. "node": ">=6.0"
  5806. },
  5807. "peerDependenciesMeta": {
  5808. "supports-color": {
  5809. "optional": true
  5810. }
  5811. }
  5812. },
  5813. "node_modules/eslint/node_modules/doctrine": {
  5814. "version": "3.0.0",
  5815. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
  5816. "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
  5817. "dev": true,
  5818. "dependencies": {
  5819. "esutils": "^2.0.2"
  5820. },
  5821. "engines": {
  5822. "node": ">=6.0.0"
  5823. }
  5824. },
  5825. "node_modules/eslint/node_modules/eslint-scope": {
  5826. "version": "7.2.0",
  5827. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.0.tgz",
  5828. "integrity": "sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==",
  5829. "dev": true,
  5830. "dependencies": {
  5831. "esrecurse": "^4.3.0",
  5832. "estraverse": "^5.2.0"
  5833. },
  5834. "engines": {
  5835. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5836. },
  5837. "funding": {
  5838. "url": "https://opencollective.com/eslint"
  5839. }
  5840. },
  5841. "node_modules/eslint/node_modules/eslint-visitor-keys": {
  5842. "version": "3.4.1",
  5843. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz",
  5844. "integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==",
  5845. "dev": true,
  5846. "engines": {
  5847. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5848. },
  5849. "funding": {
  5850. "url": "https://opencollective.com/eslint"
  5851. }
  5852. },
  5853. "node_modules/eslint/node_modules/estraverse": {
  5854. "version": "5.3.0",
  5855. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  5856. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  5857. "dev": true,
  5858. "engines": {
  5859. "node": ">=4.0"
  5860. }
  5861. },
  5862. "node_modules/eslint/node_modules/find-up": {
  5863. "version": "5.0.0",
  5864. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  5865. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  5866. "dev": true,
  5867. "dependencies": {
  5868. "locate-path": "^6.0.0",
  5869. "path-exists": "^4.0.0"
  5870. },
  5871. "engines": {
  5872. "node": ">=10"
  5873. },
  5874. "funding": {
  5875. "url": "https://github.com/sponsors/sindresorhus"
  5876. }
  5877. },
  5878. "node_modules/eslint/node_modules/glob-parent": {
  5879. "version": "6.0.2",
  5880. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  5881. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  5882. "dev": true,
  5883. "dependencies": {
  5884. "is-glob": "^4.0.3"
  5885. },
  5886. "engines": {
  5887. "node": ">=10.13.0"
  5888. }
  5889. },
  5890. "node_modules/eslint/node_modules/globals": {
  5891. "version": "13.20.0",
  5892. "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz",
  5893. "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==",
  5894. "dev": true,
  5895. "dependencies": {
  5896. "type-fest": "^0.20.2"
  5897. },
  5898. "engines": {
  5899. "node": ">=8"
  5900. },
  5901. "funding": {
  5902. "url": "https://github.com/sponsors/sindresorhus"
  5903. }
  5904. },
  5905. "node_modules/eslint/node_modules/import-fresh": {
  5906. "version": "3.3.0",
  5907. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
  5908. "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
  5909. "dev": true,
  5910. "dependencies": {
  5911. "parent-module": "^1.0.0",
  5912. "resolve-from": "^4.0.0"
  5913. },
  5914. "engines": {
  5915. "node": ">=6"
  5916. },
  5917. "funding": {
  5918. "url": "https://github.com/sponsors/sindresorhus"
  5919. }
  5920. },
  5921. "node_modules/eslint/node_modules/js-yaml": {
  5922. "version": "4.1.0",
  5923. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  5924. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  5925. "dev": true,
  5926. "dependencies": {
  5927. "argparse": "^2.0.1"
  5928. },
  5929. "bin": {
  5930. "js-yaml": "bin/js-yaml.js"
  5931. }
  5932. },
  5933. "node_modules/eslint/node_modules/ms": {
  5934. "version": "2.1.2",
  5935. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  5936. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
  5937. "dev": true
  5938. },
  5939. "node_modules/eslint/node_modules/resolve-from": {
  5940. "version": "4.0.0",
  5941. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  5942. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  5943. "dev": true,
  5944. "engines": {
  5945. "node": ">=4"
  5946. }
  5947. },
  5948. "node_modules/eslint/node_modules/type-fest": {
  5949. "version": "0.20.2",
  5950. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
  5951. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  5952. "dev": true,
  5953. "engines": {
  5954. "node": ">=10"
  5955. },
  5956. "funding": {
  5957. "url": "https://github.com/sponsors/sindresorhus"
  5958. }
  5959. },
  5960. "node_modules/espree": {
  5961. "version": "9.6.0",
  5962. "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.0.tgz",
  5963. "integrity": "sha512-1FH/IiruXZ84tpUlm0aCUEwMl2Ho5ilqVh0VvQXw+byAz/4SAciyHLlfmL5WYqsvD38oymdUwBss0LtK8m4s/A==",
  5964. "dev": true,
  5965. "dependencies": {
  5966. "acorn": "^8.9.0",
  5967. "acorn-jsx": "^5.3.2",
  5968. "eslint-visitor-keys": "^3.4.1"
  5969. },
  5970. "engines": {
  5971. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5972. },
  5973. "funding": {
  5974. "url": "https://opencollective.com/eslint"
  5975. }
  5976. },
  5977. "node_modules/espree/node_modules/eslint-visitor-keys": {
  5978. "version": "3.4.1",
  5979. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz",
  5980. "integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==",
  5981. "dev": true,
  5982. "engines": {
  5983. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5984. },
  5985. "funding": {
  5986. "url": "https://opencollective.com/eslint"
  5987. }
  5988. },
  5989. "node_modules/esprima": {
  5990. "version": "4.0.1",
  5991. "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
  5992. "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
  5993. "bin": {
  5994. "esparse": "bin/esparse.js",
  5995. "esvalidate": "bin/esvalidate.js"
  5996. },
  5997. "engines": {
  5998. "node": ">=4"
  5999. }
  6000. },
  6001. "node_modules/esquery": {
  6002. "version": "1.5.0",
  6003. "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz",
  6004. "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==",
  6005. "dev": true,
  6006. "dependencies": {
  6007. "estraverse": "^5.1.0"
  6008. },
  6009. "engines": {
  6010. "node": ">=0.10"
  6011. }
  6012. },
  6013. "node_modules/esquery/node_modules/estraverse": {
  6014. "version": "5.3.0",
  6015. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  6016. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  6017. "dev": true,
  6018. "engines": {
  6019. "node": ">=4.0"
  6020. }
  6021. },
  6022. "node_modules/esrecurse": {
  6023. "version": "4.3.0",
  6024. "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  6025. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  6026. "dev": true,
  6027. "dependencies": {
  6028. "estraverse": "^5.2.0"
  6029. },
  6030. "engines": {
  6031. "node": ">=4.0"
  6032. }
  6033. },
  6034. "node_modules/esrecurse/node_modules/estraverse": {
  6035. "version": "5.3.0",
  6036. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  6037. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  6038. "dev": true,
  6039. "engines": {
  6040. "node": ">=4.0"
  6041. }
  6042. },
  6043. "node_modules/estraverse": {
  6044. "version": "4.3.0",
  6045. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
  6046. "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
  6047. "dev": true,
  6048. "engines": {
  6049. "node": ">=4.0"
  6050. }
  6051. },
  6052. "node_modules/esutils": {
  6053. "version": "2.0.3",
  6054. "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  6055. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  6056. "engines": {
  6057. "node": ">=0.10.0"
  6058. }
  6059. },
  6060. "node_modules/etag": {
  6061. "version": "1.8.1",
  6062. "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
  6063. "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
  6064. "engines": {
  6065. "node": ">= 0.6"
  6066. }
  6067. },
  6068. "node_modules/event-target-shim": {
  6069. "version": "5.0.1",
  6070. "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
  6071. "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
  6072. "engines": {
  6073. "node": ">=6"
  6074. }
  6075. },
  6076. "node_modules/execa": {
  6077. "version": "5.1.1",
  6078. "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
  6079. "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
  6080. "dependencies": {
  6081. "cross-spawn": "^7.0.3",
  6082. "get-stream": "^6.0.0",
  6083. "human-signals": "^2.1.0",
  6084. "is-stream": "^2.0.0",
  6085. "merge-stream": "^2.0.0",
  6086. "npm-run-path": "^4.0.1",
  6087. "onetime": "^5.1.2",
  6088. "signal-exit": "^3.0.3",
  6089. "strip-final-newline": "^2.0.0"
  6090. },
  6091. "engines": {
  6092. "node": ">=10"
  6093. },
  6094. "funding": {
  6095. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  6096. }
  6097. },
  6098. "node_modules/exit": {
  6099. "version": "0.1.2",
  6100. "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
  6101. "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==",
  6102. "dev": true,
  6103. "engines": {
  6104. "node": ">= 0.8.0"
  6105. }
  6106. },
  6107. "node_modules/expect": {
  6108. "version": "29.5.0",
  6109. "resolved": "https://registry.npmjs.org/expect/-/expect-29.5.0.tgz",
  6110. "integrity": "sha512-yM7xqUrCO2JdpFo4XpM82t+PJBFybdqoQuJLDGeDX2ij8NZzqRHyu3Hp188/JX7SWqud+7t4MUdvcgGBICMHZg==",
  6111. "dev": true,
  6112. "dependencies": {
  6113. "@jest/expect-utils": "^29.5.0",
  6114. "jest-get-type": "^29.4.3",
  6115. "jest-matcher-utils": "^29.5.0",
  6116. "jest-message-util": "^29.5.0",
  6117. "jest-util": "^29.5.0"
  6118. },
  6119. "engines": {
  6120. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  6121. }
  6122. },
  6123. "node_modules/expect/node_modules/ci-info": {
  6124. "version": "3.8.0",
  6125. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  6126. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  6127. "dev": true,
  6128. "funding": [
  6129. {
  6130. "type": "github",
  6131. "url": "https://github.com/sponsors/sibiraj-s"
  6132. }
  6133. ],
  6134. "engines": {
  6135. "node": ">=8"
  6136. }
  6137. },
  6138. "node_modules/expect/node_modules/jest-util": {
  6139. "version": "29.5.0",
  6140. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz",
  6141. "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==",
  6142. "dev": true,
  6143. "dependencies": {
  6144. "@jest/types": "^29.5.0",
  6145. "@types/node": "*",
  6146. "chalk": "^4.0.0",
  6147. "ci-info": "^3.2.0",
  6148. "graceful-fs": "^4.2.9",
  6149. "picomatch": "^2.2.3"
  6150. },
  6151. "engines": {
  6152. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  6153. }
  6154. },
  6155. "node_modules/fast-deep-equal": {
  6156. "version": "3.1.3",
  6157. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  6158. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
  6159. },
  6160. "node_modules/fast-diff": {
  6161. "version": "1.3.0",
  6162. "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz",
  6163. "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==",
  6164. "dev": true
  6165. },
  6166. "node_modules/fast-glob": {
  6167. "version": "3.3.0",
  6168. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.0.tgz",
  6169. "integrity": "sha512-ChDuvbOypPuNjO8yIDf36x7BlZX1smcUMTTcyoIjycexOxd6DFsKsg21qVBzEmr3G7fUKIRy2/psii+CIUt7FA==",
  6170. "dev": true,
  6171. "dependencies": {
  6172. "@nodelib/fs.stat": "^2.0.2",
  6173. "@nodelib/fs.walk": "^1.2.3",
  6174. "glob-parent": "^5.1.2",
  6175. "merge2": "^1.3.0",
  6176. "micromatch": "^4.0.4"
  6177. },
  6178. "engines": {
  6179. "node": ">=8.6.0"
  6180. }
  6181. },
  6182. "node_modules/fast-json-stable-stringify": {
  6183. "version": "2.1.0",
  6184. "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  6185. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  6186. "dev": true
  6187. },
  6188. "node_modules/fast-levenshtein": {
  6189. "version": "2.0.6",
  6190. "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  6191. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  6192. "dev": true
  6193. },
  6194. "node_modules/fast-xml-parser": {
  6195. "version": "4.2.5",
  6196. "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz",
  6197. "integrity": "sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==",
  6198. "funding": [
  6199. {
  6200. "type": "paypal",
  6201. "url": "https://paypal.me/naturalintelligence"
  6202. },
  6203. {
  6204. "type": "github",
  6205. "url": "https://github.com/sponsors/NaturalIntelligence"
  6206. }
  6207. ],
  6208. "dependencies": {
  6209. "strnum": "^1.0.5"
  6210. },
  6211. "bin": {
  6212. "fxparser": "src/cli/cli.js"
  6213. }
  6214. },
  6215. "node_modules/fastq": {
  6216. "version": "1.15.0",
  6217. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz",
  6218. "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==",
  6219. "dev": true,
  6220. "dependencies": {
  6221. "reusify": "^1.0.4"
  6222. }
  6223. },
  6224. "node_modules/fb-watchman": {
  6225. "version": "2.0.2",
  6226. "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz",
  6227. "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==",
  6228. "dependencies": {
  6229. "bser": "2.1.1"
  6230. }
  6231. },
  6232. "node_modules/file-entry-cache": {
  6233. "version": "6.0.1",
  6234. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
  6235. "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
  6236. "dev": true,
  6237. "dependencies": {
  6238. "flat-cache": "^3.0.4"
  6239. },
  6240. "engines": {
  6241. "node": "^10.12.0 || >=12.0.0"
  6242. }
  6243. },
  6244. "node_modules/fill-range": {
  6245. "version": "7.0.1",
  6246. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
  6247. "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
  6248. "dependencies": {
  6249. "to-regex-range": "^5.0.1"
  6250. },
  6251. "engines": {
  6252. "node": ">=8"
  6253. }
  6254. },
  6255. "node_modules/filter-obj": {
  6256. "version": "1.1.0",
  6257. "resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-1.1.0.tgz",
  6258. "integrity": "sha512-8rXg1ZnX7xzy2NGDVkBVaAy+lSlPNwad13BtgSlLuxfIslyt5Vg64U7tFcCt4WS1R0hvtnQybT/IyCkGZ3DpXQ==",
  6259. "engines": {
  6260. "node": ">=0.10.0"
  6261. }
  6262. },
  6263. "node_modules/finalhandler": {
  6264. "version": "1.1.2",
  6265. "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz",
  6266. "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==",
  6267. "dependencies": {
  6268. "debug": "2.6.9",
  6269. "encodeurl": "~1.0.2",
  6270. "escape-html": "~1.0.3",
  6271. "on-finished": "~2.3.0",
  6272. "parseurl": "~1.3.3",
  6273. "statuses": "~1.5.0",
  6274. "unpipe": "~1.0.0"
  6275. },
  6276. "engines": {
  6277. "node": ">= 0.8"
  6278. }
  6279. },
  6280. "node_modules/finalhandler/node_modules/on-finished": {
  6281. "version": "2.3.0",
  6282. "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
  6283. "integrity": "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==",
  6284. "dependencies": {
  6285. "ee-first": "1.1.1"
  6286. },
  6287. "engines": {
  6288. "node": ">= 0.8"
  6289. }
  6290. },
  6291. "node_modules/finalhandler/node_modules/statuses": {
  6292. "version": "1.5.0",
  6293. "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
  6294. "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==",
  6295. "engines": {
  6296. "node": ">= 0.6"
  6297. }
  6298. },
  6299. "node_modules/find-cache-dir": {
  6300. "version": "2.1.0",
  6301. "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz",
  6302. "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==",
  6303. "dependencies": {
  6304. "commondir": "^1.0.1",
  6305. "make-dir": "^2.0.0",
  6306. "pkg-dir": "^3.0.0"
  6307. },
  6308. "engines": {
  6309. "node": ">=6"
  6310. }
  6311. },
  6312. "node_modules/find-up": {
  6313. "version": "4.1.0",
  6314. "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
  6315. "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
  6316. "dependencies": {
  6317. "locate-path": "^5.0.0",
  6318. "path-exists": "^4.0.0"
  6319. },
  6320. "engines": {
  6321. "node": ">=8"
  6322. }
  6323. },
  6324. "node_modules/find-up/node_modules/locate-path": {
  6325. "version": "5.0.0",
  6326. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
  6327. "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
  6328. "dependencies": {
  6329. "p-locate": "^4.1.0"
  6330. },
  6331. "engines": {
  6332. "node": ">=8"
  6333. }
  6334. },
  6335. "node_modules/find-up/node_modules/p-limit": {
  6336. "version": "2.3.0",
  6337. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  6338. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  6339. "dependencies": {
  6340. "p-try": "^2.0.0"
  6341. },
  6342. "engines": {
  6343. "node": ">=6"
  6344. },
  6345. "funding": {
  6346. "url": "https://github.com/sponsors/sindresorhus"
  6347. }
  6348. },
  6349. "node_modules/find-up/node_modules/p-locate": {
  6350. "version": "4.1.0",
  6351. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
  6352. "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
  6353. "dependencies": {
  6354. "p-limit": "^2.2.0"
  6355. },
  6356. "engines": {
  6357. "node": ">=8"
  6358. }
  6359. },
  6360. "node_modules/find-yarn-workspace-root": {
  6361. "version": "2.0.0",
  6362. "resolved": "https://registry.npmjs.org/find-yarn-workspace-root/-/find-yarn-workspace-root-2.0.0.tgz",
  6363. "integrity": "sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ==",
  6364. "dependencies": {
  6365. "micromatch": "^4.0.2"
  6366. }
  6367. },
  6368. "node_modules/flat-cache": {
  6369. "version": "3.0.4",
  6370. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz",
  6371. "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==",
  6372. "dev": true,
  6373. "dependencies": {
  6374. "flatted": "^3.1.0",
  6375. "rimraf": "^3.0.2"
  6376. },
  6377. "engines": {
  6378. "node": "^10.12.0 || >=12.0.0"
  6379. }
  6380. },
  6381. "node_modules/flatted": {
  6382. "version": "3.2.7",
  6383. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz",
  6384. "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==",
  6385. "dev": true
  6386. },
  6387. "node_modules/flow-enums-runtime": {
  6388. "version": "0.0.5",
  6389. "resolved": "https://registry.npmjs.org/flow-enums-runtime/-/flow-enums-runtime-0.0.5.tgz",
  6390. "integrity": "sha512-PSZF9ZuaZD03sT9YaIs0FrGJ7lSUw7rHZIex+73UYVXg46eL/wxN5PaVcPJFudE2cJu5f0fezitV5aBkLHPUOQ=="
  6391. },
  6392. "node_modules/flow-parser": {
  6393. "version": "0.206.0",
  6394. "resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.206.0.tgz",
  6395. "integrity": "sha512-HVzoK3r6Vsg+lKvlIZzaWNBVai+FXTX1wdYhz/wVlH13tb/gOdLXmlTqy6odmTBhT5UoWUbq0k8263Qhr9d88w==",
  6396. "engines": {
  6397. "node": ">=0.4.0"
  6398. }
  6399. },
  6400. "node_modules/follow-redirects": {
  6401. "version": "1.15.2",
  6402. "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz",
  6403. "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==",
  6404. "funding": [
  6405. {
  6406. "type": "individual",
  6407. "url": "https://github.com/sponsors/RubenVerborgh"
  6408. }
  6409. ],
  6410. "engines": {
  6411. "node": ">=4.0"
  6412. },
  6413. "peerDependenciesMeta": {
  6414. "debug": {
  6415. "optional": true
  6416. }
  6417. }
  6418. },
  6419. "node_modules/for-each": {
  6420. "version": "0.3.3",
  6421. "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz",
  6422. "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==",
  6423. "dev": true,
  6424. "dependencies": {
  6425. "is-callable": "^1.1.3"
  6426. }
  6427. },
  6428. "node_modules/form-data": {
  6429. "version": "4.0.0",
  6430. "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
  6431. "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
  6432. "dependencies": {
  6433. "asynckit": "^0.4.0",
  6434. "combined-stream": "^1.0.8",
  6435. "mime-types": "^2.1.12"
  6436. },
  6437. "engines": {
  6438. "node": ">= 6"
  6439. }
  6440. },
  6441. "node_modules/fresh": {
  6442. "version": "0.5.2",
  6443. "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
  6444. "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
  6445. "engines": {
  6446. "node": ">= 0.6"
  6447. }
  6448. },
  6449. "node_modules/fs-extra": {
  6450. "version": "8.1.0",
  6451. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
  6452. "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
  6453. "dependencies": {
  6454. "graceful-fs": "^4.2.0",
  6455. "jsonfile": "^4.0.0",
  6456. "universalify": "^0.1.0"
  6457. },
  6458. "engines": {
  6459. "node": ">=6 <7 || >=8"
  6460. }
  6461. },
  6462. "node_modules/fs.realpath": {
  6463. "version": "1.0.0",
  6464. "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  6465. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="
  6466. },
  6467. "node_modules/fsevents": {
  6468. "version": "2.3.2",
  6469. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
  6470. "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
  6471. "hasInstallScript": true,
  6472. "optional": true,
  6473. "os": [
  6474. "darwin"
  6475. ],
  6476. "engines": {
  6477. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  6478. }
  6479. },
  6480. "node_modules/function-bind": {
  6481. "version": "1.1.1",
  6482. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
  6483. "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
  6484. },
  6485. "node_modules/function.prototype.name": {
  6486. "version": "1.1.5",
  6487. "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz",
  6488. "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==",
  6489. "dev": true,
  6490. "dependencies": {
  6491. "call-bind": "^1.0.2",
  6492. "define-properties": "^1.1.3",
  6493. "es-abstract": "^1.19.0",
  6494. "functions-have-names": "^1.2.2"
  6495. },
  6496. "engines": {
  6497. "node": ">= 0.4"
  6498. },
  6499. "funding": {
  6500. "url": "https://github.com/sponsors/ljharb"
  6501. }
  6502. },
  6503. "node_modules/functions-have-names": {
  6504. "version": "1.2.3",
  6505. "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
  6506. "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
  6507. "dev": true,
  6508. "funding": {
  6509. "url": "https://github.com/sponsors/ljharb"
  6510. }
  6511. },
  6512. "node_modules/gensync": {
  6513. "version": "1.0.0-beta.2",
  6514. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  6515. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  6516. "engines": {
  6517. "node": ">=6.9.0"
  6518. }
  6519. },
  6520. "node_modules/get-caller-file": {
  6521. "version": "2.0.5",
  6522. "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
  6523. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  6524. "engines": {
  6525. "node": "6.* || 8.* || >= 10.*"
  6526. }
  6527. },
  6528. "node_modules/get-intrinsic": {
  6529. "version": "1.2.1",
  6530. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz",
  6531. "integrity": "sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==",
  6532. "dev": true,
  6533. "dependencies": {
  6534. "function-bind": "^1.1.1",
  6535. "has": "^1.0.3",
  6536. "has-proto": "^1.0.1",
  6537. "has-symbols": "^1.0.3"
  6538. },
  6539. "funding": {
  6540. "url": "https://github.com/sponsors/ljharb"
  6541. }
  6542. },
  6543. "node_modules/get-package-type": {
  6544. "version": "0.1.0",
  6545. "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz",
  6546. "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==",
  6547. "dev": true,
  6548. "engines": {
  6549. "node": ">=8.0.0"
  6550. }
  6551. },
  6552. "node_modules/get-stream": {
  6553. "version": "6.0.1",
  6554. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
  6555. "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
  6556. "engines": {
  6557. "node": ">=10"
  6558. },
  6559. "funding": {
  6560. "url": "https://github.com/sponsors/sindresorhus"
  6561. }
  6562. },
  6563. "node_modules/get-symbol-description": {
  6564. "version": "1.0.0",
  6565. "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz",
  6566. "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==",
  6567. "dev": true,
  6568. "dependencies": {
  6569. "call-bind": "^1.0.2",
  6570. "get-intrinsic": "^1.1.1"
  6571. },
  6572. "engines": {
  6573. "node": ">= 0.4"
  6574. },
  6575. "funding": {
  6576. "url": "https://github.com/sponsors/ljharb"
  6577. }
  6578. },
  6579. "node_modules/glob": {
  6580. "version": "7.2.3",
  6581. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  6582. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  6583. "dependencies": {
  6584. "fs.realpath": "^1.0.0",
  6585. "inflight": "^1.0.4",
  6586. "inherits": "2",
  6587. "minimatch": "^3.1.1",
  6588. "once": "^1.3.0",
  6589. "path-is-absolute": "^1.0.0"
  6590. },
  6591. "engines": {
  6592. "node": "*"
  6593. },
  6594. "funding": {
  6595. "url": "https://github.com/sponsors/isaacs"
  6596. }
  6597. },
  6598. "node_modules/glob-parent": {
  6599. "version": "5.1.2",
  6600. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  6601. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  6602. "dev": true,
  6603. "dependencies": {
  6604. "is-glob": "^4.0.1"
  6605. },
  6606. "engines": {
  6607. "node": ">= 6"
  6608. }
  6609. },
  6610. "node_modules/globals": {
  6611. "version": "11.12.0",
  6612. "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
  6613. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  6614. "engines": {
  6615. "node": ">=4"
  6616. }
  6617. },
  6618. "node_modules/globalthis": {
  6619. "version": "1.0.3",
  6620. "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz",
  6621. "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==",
  6622. "dev": true,
  6623. "dependencies": {
  6624. "define-properties": "^1.1.3"
  6625. },
  6626. "engines": {
  6627. "node": ">= 0.4"
  6628. },
  6629. "funding": {
  6630. "url": "https://github.com/sponsors/ljharb"
  6631. }
  6632. },
  6633. "node_modules/globby": {
  6634. "version": "11.1.0",
  6635. "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
  6636. "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
  6637. "dev": true,
  6638. "dependencies": {
  6639. "array-union": "^2.1.0",
  6640. "dir-glob": "^3.0.1",
  6641. "fast-glob": "^3.2.9",
  6642. "ignore": "^5.2.0",
  6643. "merge2": "^1.4.1",
  6644. "slash": "^3.0.0"
  6645. },
  6646. "engines": {
  6647. "node": ">=10"
  6648. },
  6649. "funding": {
  6650. "url": "https://github.com/sponsors/sindresorhus"
  6651. }
  6652. },
  6653. "node_modules/gopd": {
  6654. "version": "1.0.1",
  6655. "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
  6656. "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
  6657. "dev": true,
  6658. "dependencies": {
  6659. "get-intrinsic": "^1.1.3"
  6660. },
  6661. "funding": {
  6662. "url": "https://github.com/sponsors/ljharb"
  6663. }
  6664. },
  6665. "node_modules/graceful-fs": {
  6666. "version": "4.2.11",
  6667. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  6668. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
  6669. },
  6670. "node_modules/grapheme-splitter": {
  6671. "version": "1.0.4",
  6672. "resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz",
  6673. "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==",
  6674. "dev": true
  6675. },
  6676. "node_modules/graphemer": {
  6677. "version": "1.4.0",
  6678. "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
  6679. "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
  6680. "dev": true
  6681. },
  6682. "node_modules/has": {
  6683. "version": "1.0.3",
  6684. "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
  6685. "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
  6686. "dependencies": {
  6687. "function-bind": "^1.1.1"
  6688. },
  6689. "engines": {
  6690. "node": ">= 0.4.0"
  6691. }
  6692. },
  6693. "node_modules/has-bigints": {
  6694. "version": "1.0.2",
  6695. "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz",
  6696. "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==",
  6697. "dev": true,
  6698. "funding": {
  6699. "url": "https://github.com/sponsors/ljharb"
  6700. }
  6701. },
  6702. "node_modules/has-flag": {
  6703. "version": "4.0.0",
  6704. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  6705. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  6706. "engines": {
  6707. "node": ">=8"
  6708. }
  6709. },
  6710. "node_modules/has-property-descriptors": {
  6711. "version": "1.0.0",
  6712. "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz",
  6713. "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==",
  6714. "dev": true,
  6715. "dependencies": {
  6716. "get-intrinsic": "^1.1.1"
  6717. },
  6718. "funding": {
  6719. "url": "https://github.com/sponsors/ljharb"
  6720. }
  6721. },
  6722. "node_modules/has-proto": {
  6723. "version": "1.0.1",
  6724. "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz",
  6725. "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==",
  6726. "dev": true,
  6727. "engines": {
  6728. "node": ">= 0.4"
  6729. },
  6730. "funding": {
  6731. "url": "https://github.com/sponsors/ljharb"
  6732. }
  6733. },
  6734. "node_modules/has-symbols": {
  6735. "version": "1.0.3",
  6736. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
  6737. "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
  6738. "dev": true,
  6739. "engines": {
  6740. "node": ">= 0.4"
  6741. },
  6742. "funding": {
  6743. "url": "https://github.com/sponsors/ljharb"
  6744. }
  6745. },
  6746. "node_modules/has-tostringtag": {
  6747. "version": "1.0.0",
  6748. "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz",
  6749. "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==",
  6750. "dev": true,
  6751. "dependencies": {
  6752. "has-symbols": "^1.0.2"
  6753. },
  6754. "engines": {
  6755. "node": ">= 0.4"
  6756. },
  6757. "funding": {
  6758. "url": "https://github.com/sponsors/ljharb"
  6759. }
  6760. },
  6761. "node_modules/hermes-estree": {
  6762. "version": "0.8.0",
  6763. "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.8.0.tgz",
  6764. "integrity": "sha512-W6JDAOLZ5pMPMjEiQGLCXSSV7pIBEgRR5zGkxgmzGSXHOxqV5dC/M1Zevqpbm9TZDE5tu358qZf8Vkzmsc+u7Q=="
  6765. },
  6766. "node_modules/hermes-parser": {
  6767. "version": "0.8.0",
  6768. "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.8.0.tgz",
  6769. "integrity": "sha512-yZKalg1fTYG5eOiToLUaw69rQfZq/fi+/NtEXRU7N87K/XobNRhRWorh80oSge2lWUiZfTgUvRJH+XgZWrhoqA==",
  6770. "dependencies": {
  6771. "hermes-estree": "0.8.0"
  6772. }
  6773. },
  6774. "node_modules/hermes-profile-transformer": {
  6775. "version": "0.0.6",
  6776. "resolved": "https://registry.npmjs.org/hermes-profile-transformer/-/hermes-profile-transformer-0.0.6.tgz",
  6777. "integrity": "sha512-cnN7bQUm65UWOy6cbGcCcZ3rpwW8Q/j4OP5aWRhEry4Z2t2aR1cjrbp0BS+KiBN0smvP1caBgAuxutvyvJILzQ==",
  6778. "dependencies": {
  6779. "source-map": "^0.7.3"
  6780. },
  6781. "engines": {
  6782. "node": ">=8"
  6783. }
  6784. },
  6785. "node_modules/hoist-non-react-statics": {
  6786. "version": "3.3.2",
  6787. "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz",
  6788. "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==",
  6789. "dependencies": {
  6790. "react-is": "^16.7.0"
  6791. }
  6792. },
  6793. "node_modules/html-escaper": {
  6794. "version": "2.0.2",
  6795. "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
  6796. "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",
  6797. "dev": true
  6798. },
  6799. "node_modules/http-errors": {
  6800. "version": "2.0.0",
  6801. "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
  6802. "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
  6803. "dependencies": {
  6804. "depd": "2.0.0",
  6805. "inherits": "2.0.4",
  6806. "setprototypeof": "1.2.0",
  6807. "statuses": "2.0.1",
  6808. "toidentifier": "1.0.1"
  6809. },
  6810. "engines": {
  6811. "node": ">= 0.8"
  6812. }
  6813. },
  6814. "node_modules/human-signals": {
  6815. "version": "2.1.0",
  6816. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
  6817. "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
  6818. "engines": {
  6819. "node": ">=10.17.0"
  6820. }
  6821. },
  6822. "node_modules/ieee754": {
  6823. "version": "1.2.1",
  6824. "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
  6825. "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
  6826. "funding": [
  6827. {
  6828. "type": "github",
  6829. "url": "https://github.com/sponsors/feross"
  6830. },
  6831. {
  6832. "type": "patreon",
  6833. "url": "https://www.patreon.com/feross"
  6834. },
  6835. {
  6836. "type": "consulting",
  6837. "url": "https://feross.org/support"
  6838. }
  6839. ]
  6840. },
  6841. "node_modules/ignore": {
  6842. "version": "5.2.4",
  6843. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz",
  6844. "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==",
  6845. "dev": true,
  6846. "engines": {
  6847. "node": ">= 4"
  6848. }
  6849. },
  6850. "node_modules/image-size": {
  6851. "version": "1.0.2",
  6852. "resolved": "https://registry.npmjs.org/image-size/-/image-size-1.0.2.tgz",
  6853. "integrity": "sha512-xfOoWjceHntRb3qFCrh5ZFORYH8XCdYpASltMhZ/Q0KZiOwjdE/Yl2QCiWdwD+lygV5bMCvauzgu5PxBX/Yerg==",
  6854. "dependencies": {
  6855. "queue": "6.0.2"
  6856. },
  6857. "bin": {
  6858. "image-size": "bin/image-size.js"
  6859. },
  6860. "engines": {
  6861. "node": ">=14.0.0"
  6862. }
  6863. },
  6864. "node_modules/import-fresh": {
  6865. "version": "2.0.0",
  6866. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz",
  6867. "integrity": "sha512-eZ5H8rcgYazHbKC3PG4ClHNykCSxtAhxSSEM+2mb+7evD2CKF5V7c0dNum7AdpDh0ZdICwZY9sRSn8f+KH96sg==",
  6868. "dependencies": {
  6869. "caller-path": "^2.0.0",
  6870. "resolve-from": "^3.0.0"
  6871. },
  6872. "engines": {
  6873. "node": ">=4"
  6874. }
  6875. },
  6876. "node_modules/import-local": {
  6877. "version": "3.1.0",
  6878. "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz",
  6879. "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==",
  6880. "dev": true,
  6881. "dependencies": {
  6882. "pkg-dir": "^4.2.0",
  6883. "resolve-cwd": "^3.0.0"
  6884. },
  6885. "bin": {
  6886. "import-local-fixture": "fixtures/cli.js"
  6887. },
  6888. "engines": {
  6889. "node": ">=8"
  6890. },
  6891. "funding": {
  6892. "url": "https://github.com/sponsors/sindresorhus"
  6893. }
  6894. },
  6895. "node_modules/import-local/node_modules/pkg-dir": {
  6896. "version": "4.2.0",
  6897. "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
  6898. "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
  6899. "dev": true,
  6900. "dependencies": {
  6901. "find-up": "^4.0.0"
  6902. },
  6903. "engines": {
  6904. "node": ">=8"
  6905. }
  6906. },
  6907. "node_modules/imurmurhash": {
  6908. "version": "0.1.4",
  6909. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  6910. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  6911. "engines": {
  6912. "node": ">=0.8.19"
  6913. }
  6914. },
  6915. "node_modules/inflight": {
  6916. "version": "1.0.6",
  6917. "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  6918. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  6919. "dependencies": {
  6920. "once": "^1.3.0",
  6921. "wrappy": "1"
  6922. }
  6923. },
  6924. "node_modules/inherits": {
  6925. "version": "2.0.4",
  6926. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  6927. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
  6928. },
  6929. "node_modules/internal-slot": {
  6930. "version": "1.0.5",
  6931. "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz",
  6932. "integrity": "sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==",
  6933. "dev": true,
  6934. "dependencies": {
  6935. "get-intrinsic": "^1.2.0",
  6936. "has": "^1.0.3",
  6937. "side-channel": "^1.0.4"
  6938. },
  6939. "engines": {
  6940. "node": ">= 0.4"
  6941. }
  6942. },
  6943. "node_modules/invariant": {
  6944. "version": "2.2.4",
  6945. "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz",
  6946. "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==",
  6947. "dependencies": {
  6948. "loose-envify": "^1.0.0"
  6949. }
  6950. },
  6951. "node_modules/ip": {
  6952. "version": "1.1.8",
  6953. "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.8.tgz",
  6954. "integrity": "sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg=="
  6955. },
  6956. "node_modules/is-array-buffer": {
  6957. "version": "3.0.2",
  6958. "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.2.tgz",
  6959. "integrity": "sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==",
  6960. "dev": true,
  6961. "dependencies": {
  6962. "call-bind": "^1.0.2",
  6963. "get-intrinsic": "^1.2.0",
  6964. "is-typed-array": "^1.1.10"
  6965. },
  6966. "funding": {
  6967. "url": "https://github.com/sponsors/ljharb"
  6968. }
  6969. },
  6970. "node_modules/is-arrayish": {
  6971. "version": "0.3.2",
  6972. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz",
  6973. "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ=="
  6974. },
  6975. "node_modules/is-bigint": {
  6976. "version": "1.0.4",
  6977. "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz",
  6978. "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==",
  6979. "dev": true,
  6980. "dependencies": {
  6981. "has-bigints": "^1.0.1"
  6982. },
  6983. "funding": {
  6984. "url": "https://github.com/sponsors/ljharb"
  6985. }
  6986. },
  6987. "node_modules/is-boolean-object": {
  6988. "version": "1.1.2",
  6989. "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz",
  6990. "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==",
  6991. "dev": true,
  6992. "dependencies": {
  6993. "call-bind": "^1.0.2",
  6994. "has-tostringtag": "^1.0.0"
  6995. },
  6996. "engines": {
  6997. "node": ">= 0.4"
  6998. },
  6999. "funding": {
  7000. "url": "https://github.com/sponsors/ljharb"
  7001. }
  7002. },
  7003. "node_modules/is-callable": {
  7004. "version": "1.2.7",
  7005. "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
  7006. "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
  7007. "dev": true,
  7008. "engines": {
  7009. "node": ">= 0.4"
  7010. },
  7011. "funding": {
  7012. "url": "https://github.com/sponsors/ljharb"
  7013. }
  7014. },
  7015. "node_modules/is-core-module": {
  7016. "version": "2.12.1",
  7017. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.1.tgz",
  7018. "integrity": "sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==",
  7019. "dependencies": {
  7020. "has": "^1.0.3"
  7021. },
  7022. "funding": {
  7023. "url": "https://github.com/sponsors/ljharb"
  7024. }
  7025. },
  7026. "node_modules/is-date-object": {
  7027. "version": "1.0.5",
  7028. "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz",
  7029. "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==",
  7030. "dev": true,
  7031. "dependencies": {
  7032. "has-tostringtag": "^1.0.0"
  7033. },
  7034. "engines": {
  7035. "node": ">= 0.4"
  7036. },
  7037. "funding": {
  7038. "url": "https://github.com/sponsors/ljharb"
  7039. }
  7040. },
  7041. "node_modules/is-directory": {
  7042. "version": "0.3.1",
  7043. "resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz",
  7044. "integrity": "sha512-yVChGzahRFvbkscn2MlwGismPO12i9+znNruC5gVEntG3qu0xQMzsGg/JFbrsqDOHtHFPci+V5aP5T9I+yeKqw==",
  7045. "engines": {
  7046. "node": ">=0.10.0"
  7047. }
  7048. },
  7049. "node_modules/is-docker": {
  7050. "version": "2.2.1",
  7051. "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
  7052. "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
  7053. "bin": {
  7054. "is-docker": "cli.js"
  7055. },
  7056. "engines": {
  7057. "node": ">=8"
  7058. },
  7059. "funding": {
  7060. "url": "https://github.com/sponsors/sindresorhus"
  7061. }
  7062. },
  7063. "node_modules/is-extglob": {
  7064. "version": "2.1.1",
  7065. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  7066. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  7067. "dev": true,
  7068. "engines": {
  7069. "node": ">=0.10.0"
  7070. }
  7071. },
  7072. "node_modules/is-fullwidth-code-point": {
  7073. "version": "2.0.0",
  7074. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
  7075. "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==",
  7076. "engines": {
  7077. "node": ">=4"
  7078. }
  7079. },
  7080. "node_modules/is-generator-fn": {
  7081. "version": "2.1.0",
  7082. "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz",
  7083. "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==",
  7084. "dev": true,
  7085. "engines": {
  7086. "node": ">=6"
  7087. }
  7088. },
  7089. "node_modules/is-glob": {
  7090. "version": "4.0.3",
  7091. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  7092. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  7093. "dev": true,
  7094. "dependencies": {
  7095. "is-extglob": "^2.1.1"
  7096. },
  7097. "engines": {
  7098. "node": ">=0.10.0"
  7099. }
  7100. },
  7101. "node_modules/is-interactive": {
  7102. "version": "1.0.0",
  7103. "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz",
  7104. "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==",
  7105. "engines": {
  7106. "node": ">=8"
  7107. }
  7108. },
  7109. "node_modules/is-negative-zero": {
  7110. "version": "2.0.2",
  7111. "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz",
  7112. "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==",
  7113. "dev": true,
  7114. "engines": {
  7115. "node": ">= 0.4"
  7116. },
  7117. "funding": {
  7118. "url": "https://github.com/sponsors/ljharb"
  7119. }
  7120. },
  7121. "node_modules/is-number": {
  7122. "version": "7.0.0",
  7123. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  7124. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  7125. "engines": {
  7126. "node": ">=0.12.0"
  7127. }
  7128. },
  7129. "node_modules/is-number-object": {
  7130. "version": "1.0.7",
  7131. "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz",
  7132. "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==",
  7133. "dev": true,
  7134. "dependencies": {
  7135. "has-tostringtag": "^1.0.0"
  7136. },
  7137. "engines": {
  7138. "node": ">= 0.4"
  7139. },
  7140. "funding": {
  7141. "url": "https://github.com/sponsors/ljharb"
  7142. }
  7143. },
  7144. "node_modules/is-path-inside": {
  7145. "version": "3.0.3",
  7146. "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
  7147. "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
  7148. "dev": true,
  7149. "engines": {
  7150. "node": ">=8"
  7151. }
  7152. },
  7153. "node_modules/is-plain-object": {
  7154. "version": "2.0.4",
  7155. "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
  7156. "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
  7157. "dependencies": {
  7158. "isobject": "^3.0.1"
  7159. },
  7160. "engines": {
  7161. "node": ">=0.10.0"
  7162. }
  7163. },
  7164. "node_modules/is-regex": {
  7165. "version": "1.1.4",
  7166. "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
  7167. "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
  7168. "dev": true,
  7169. "dependencies": {
  7170. "call-bind": "^1.0.2",
  7171. "has-tostringtag": "^1.0.0"
  7172. },
  7173. "engines": {
  7174. "node": ">= 0.4"
  7175. },
  7176. "funding": {
  7177. "url": "https://github.com/sponsors/ljharb"
  7178. }
  7179. },
  7180. "node_modules/is-shared-array-buffer": {
  7181. "version": "1.0.2",
  7182. "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz",
  7183. "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==",
  7184. "dev": true,
  7185. "dependencies": {
  7186. "call-bind": "^1.0.2"
  7187. },
  7188. "funding": {
  7189. "url": "https://github.com/sponsors/ljharb"
  7190. }
  7191. },
  7192. "node_modules/is-stream": {
  7193. "version": "2.0.1",
  7194. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  7195. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  7196. "engines": {
  7197. "node": ">=8"
  7198. },
  7199. "funding": {
  7200. "url": "https://github.com/sponsors/sindresorhus"
  7201. }
  7202. },
  7203. "node_modules/is-string": {
  7204. "version": "1.0.7",
  7205. "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz",
  7206. "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==",
  7207. "dev": true,
  7208. "dependencies": {
  7209. "has-tostringtag": "^1.0.0"
  7210. },
  7211. "engines": {
  7212. "node": ">= 0.4"
  7213. },
  7214. "funding": {
  7215. "url": "https://github.com/sponsors/ljharb"
  7216. }
  7217. },
  7218. "node_modules/is-symbol": {
  7219. "version": "1.0.4",
  7220. "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz",
  7221. "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==",
  7222. "dev": true,
  7223. "dependencies": {
  7224. "has-symbols": "^1.0.2"
  7225. },
  7226. "engines": {
  7227. "node": ">= 0.4"
  7228. },
  7229. "funding": {
  7230. "url": "https://github.com/sponsors/ljharb"
  7231. }
  7232. },
  7233. "node_modules/is-typed-array": {
  7234. "version": "1.1.10",
  7235. "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.10.tgz",
  7236. "integrity": "sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==",
  7237. "dev": true,
  7238. "dependencies": {
  7239. "available-typed-arrays": "^1.0.5",
  7240. "call-bind": "^1.0.2",
  7241. "for-each": "^0.3.3",
  7242. "gopd": "^1.0.1",
  7243. "has-tostringtag": "^1.0.0"
  7244. },
  7245. "engines": {
  7246. "node": ">= 0.4"
  7247. },
  7248. "funding": {
  7249. "url": "https://github.com/sponsors/ljharb"
  7250. }
  7251. },
  7252. "node_modules/is-unicode-supported": {
  7253. "version": "0.1.0",
  7254. "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz",
  7255. "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==",
  7256. "engines": {
  7257. "node": ">=10"
  7258. },
  7259. "funding": {
  7260. "url": "https://github.com/sponsors/sindresorhus"
  7261. }
  7262. },
  7263. "node_modules/is-weakref": {
  7264. "version": "1.0.2",
  7265. "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz",
  7266. "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==",
  7267. "dev": true,
  7268. "dependencies": {
  7269. "call-bind": "^1.0.2"
  7270. },
  7271. "funding": {
  7272. "url": "https://github.com/sponsors/ljharb"
  7273. }
  7274. },
  7275. "node_modules/is-wsl": {
  7276. "version": "1.1.0",
  7277. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz",
  7278. "integrity": "sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw==",
  7279. "engines": {
  7280. "node": ">=4"
  7281. }
  7282. },
  7283. "node_modules/isarray": {
  7284. "version": "1.0.0",
  7285. "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
  7286. "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
  7287. },
  7288. "node_modules/isexe": {
  7289. "version": "2.0.0",
  7290. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  7291. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
  7292. },
  7293. "node_modules/isobject": {
  7294. "version": "3.0.1",
  7295. "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
  7296. "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==",
  7297. "engines": {
  7298. "node": ">=0.10.0"
  7299. }
  7300. },
  7301. "node_modules/istanbul-lib-coverage": {
  7302. "version": "3.2.0",
  7303. "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz",
  7304. "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==",
  7305. "dev": true,
  7306. "engines": {
  7307. "node": ">=8"
  7308. }
  7309. },
  7310. "node_modules/istanbul-lib-instrument": {
  7311. "version": "5.2.1",
  7312. "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz",
  7313. "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==",
  7314. "dev": true,
  7315. "dependencies": {
  7316. "@babel/core": "^7.12.3",
  7317. "@babel/parser": "^7.14.7",
  7318. "@istanbuljs/schema": "^0.1.2",
  7319. "istanbul-lib-coverage": "^3.2.0",
  7320. "semver": "^6.3.0"
  7321. },
  7322. "engines": {
  7323. "node": ">=8"
  7324. }
  7325. },
  7326. "node_modules/istanbul-lib-report": {
  7327. "version": "3.0.0",
  7328. "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
  7329. "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==",
  7330. "dev": true,
  7331. "dependencies": {
  7332. "istanbul-lib-coverage": "^3.0.0",
  7333. "make-dir": "^3.0.0",
  7334. "supports-color": "^7.1.0"
  7335. },
  7336. "engines": {
  7337. "node": ">=8"
  7338. }
  7339. },
  7340. "node_modules/istanbul-lib-report/node_modules/make-dir": {
  7341. "version": "3.1.0",
  7342. "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
  7343. "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
  7344. "dev": true,
  7345. "dependencies": {
  7346. "semver": "^6.0.0"
  7347. },
  7348. "engines": {
  7349. "node": ">=8"
  7350. },
  7351. "funding": {
  7352. "url": "https://github.com/sponsors/sindresorhus"
  7353. }
  7354. },
  7355. "node_modules/istanbul-lib-source-maps": {
  7356. "version": "4.0.1",
  7357. "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz",
  7358. "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==",
  7359. "dev": true,
  7360. "dependencies": {
  7361. "debug": "^4.1.1",
  7362. "istanbul-lib-coverage": "^3.0.0",
  7363. "source-map": "^0.6.1"
  7364. },
  7365. "engines": {
  7366. "node": ">=10"
  7367. }
  7368. },
  7369. "node_modules/istanbul-lib-source-maps/node_modules/debug": {
  7370. "version": "4.3.4",
  7371. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
  7372. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  7373. "dev": true,
  7374. "dependencies": {
  7375. "ms": "2.1.2"
  7376. },
  7377. "engines": {
  7378. "node": ">=6.0"
  7379. },
  7380. "peerDependenciesMeta": {
  7381. "supports-color": {
  7382. "optional": true
  7383. }
  7384. }
  7385. },
  7386. "node_modules/istanbul-lib-source-maps/node_modules/ms": {
  7387. "version": "2.1.2",
  7388. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  7389. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
  7390. "dev": true
  7391. },
  7392. "node_modules/istanbul-lib-source-maps/node_modules/source-map": {
  7393. "version": "0.6.1",
  7394. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  7395. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  7396. "dev": true,
  7397. "engines": {
  7398. "node": ">=0.10.0"
  7399. }
  7400. },
  7401. "node_modules/istanbul-reports": {
  7402. "version": "3.1.5",
  7403. "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.5.tgz",
  7404. "integrity": "sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w==",
  7405. "dev": true,
  7406. "dependencies": {
  7407. "html-escaper": "^2.0.0",
  7408. "istanbul-lib-report": "^3.0.0"
  7409. },
  7410. "engines": {
  7411. "node": ">=8"
  7412. }
  7413. },
  7414. "node_modules/jest": {
  7415. "version": "29.5.0",
  7416. "resolved": "https://registry.npmjs.org/jest/-/jest-29.5.0.tgz",
  7417. "integrity": "sha512-juMg3he2uru1QoXX078zTa7pO85QyB9xajZc6bU+d9yEGwrKX6+vGmJQ3UdVZsvTEUARIdObzH68QItim6OSSQ==",
  7418. "dev": true,
  7419. "dependencies": {
  7420. "@jest/core": "^29.5.0",
  7421. "@jest/types": "^29.5.0",
  7422. "import-local": "^3.0.2",
  7423. "jest-cli": "^29.5.0"
  7424. },
  7425. "bin": {
  7426. "jest": "bin/jest.js"
  7427. },
  7428. "engines": {
  7429. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7430. },
  7431. "peerDependencies": {
  7432. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  7433. },
  7434. "peerDependenciesMeta": {
  7435. "node-notifier": {
  7436. "optional": true
  7437. }
  7438. }
  7439. },
  7440. "node_modules/jest-changed-files": {
  7441. "version": "29.5.0",
  7442. "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.5.0.tgz",
  7443. "integrity": "sha512-IFG34IUMUaNBIxjQXF/iu7g6EcdMrGRRxaUSw92I/2g2YC6vCdTltl4nHvt7Ci5nSJwXIkCu8Ka1DKF+X7Z1Ag==",
  7444. "dev": true,
  7445. "dependencies": {
  7446. "execa": "^5.0.0",
  7447. "p-limit": "^3.1.0"
  7448. },
  7449. "engines": {
  7450. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7451. }
  7452. },
  7453. "node_modules/jest-circus": {
  7454. "version": "29.5.0",
  7455. "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-29.5.0.tgz",
  7456. "integrity": "sha512-gq/ongqeQKAplVxqJmbeUOJJKkW3dDNPY8PjhJ5G0lBRvu0e3EWGxGy5cI4LAGA7gV2UHCtWBI4EMXK8c9nQKA==",
  7457. "dev": true,
  7458. "dependencies": {
  7459. "@jest/environment": "^29.5.0",
  7460. "@jest/expect": "^29.5.0",
  7461. "@jest/test-result": "^29.5.0",
  7462. "@jest/types": "^29.5.0",
  7463. "@types/node": "*",
  7464. "chalk": "^4.0.0",
  7465. "co": "^4.6.0",
  7466. "dedent": "^0.7.0",
  7467. "is-generator-fn": "^2.0.0",
  7468. "jest-each": "^29.5.0",
  7469. "jest-matcher-utils": "^29.5.0",
  7470. "jest-message-util": "^29.5.0",
  7471. "jest-runtime": "^29.5.0",
  7472. "jest-snapshot": "^29.5.0",
  7473. "jest-util": "^29.5.0",
  7474. "p-limit": "^3.1.0",
  7475. "pretty-format": "^29.5.0",
  7476. "pure-rand": "^6.0.0",
  7477. "slash": "^3.0.0",
  7478. "stack-utils": "^2.0.3"
  7479. },
  7480. "engines": {
  7481. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7482. }
  7483. },
  7484. "node_modules/jest-circus/node_modules/ansi-styles": {
  7485. "version": "5.2.0",
  7486. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
  7487. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
  7488. "dev": true,
  7489. "engines": {
  7490. "node": ">=10"
  7491. },
  7492. "funding": {
  7493. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  7494. }
  7495. },
  7496. "node_modules/jest-circus/node_modules/ci-info": {
  7497. "version": "3.8.0",
  7498. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  7499. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  7500. "dev": true,
  7501. "funding": [
  7502. {
  7503. "type": "github",
  7504. "url": "https://github.com/sponsors/sibiraj-s"
  7505. }
  7506. ],
  7507. "engines": {
  7508. "node": ">=8"
  7509. }
  7510. },
  7511. "node_modules/jest-circus/node_modules/jest-util": {
  7512. "version": "29.5.0",
  7513. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz",
  7514. "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==",
  7515. "dev": true,
  7516. "dependencies": {
  7517. "@jest/types": "^29.5.0",
  7518. "@types/node": "*",
  7519. "chalk": "^4.0.0",
  7520. "ci-info": "^3.2.0",
  7521. "graceful-fs": "^4.2.9",
  7522. "picomatch": "^2.2.3"
  7523. },
  7524. "engines": {
  7525. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7526. }
  7527. },
  7528. "node_modules/jest-circus/node_modules/pretty-format": {
  7529. "version": "29.5.0",
  7530. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.5.0.tgz",
  7531. "integrity": "sha512-V2mGkI31qdttvTFX7Mt4efOqHXqJWMu4/r66Xh3Z3BwZaPfPJgp6/gbwoujRpPUtfEF6AUUWx3Jim3GCw5g/Qw==",
  7532. "dev": true,
  7533. "dependencies": {
  7534. "@jest/schemas": "^29.4.3",
  7535. "ansi-styles": "^5.0.0",
  7536. "react-is": "^18.0.0"
  7537. },
  7538. "engines": {
  7539. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7540. }
  7541. },
  7542. "node_modules/jest-circus/node_modules/react-is": {
  7543. "version": "18.2.0",
  7544. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
  7545. "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
  7546. "dev": true
  7547. },
  7548. "node_modules/jest-config": {
  7549. "version": "29.5.0",
  7550. "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.5.0.tgz",
  7551. "integrity": "sha512-kvDUKBnNJPNBmFFOhDbm59iu1Fii1Q6SxyhXfvylq3UTHbg6o7j/g8k2dZyXWLvfdKB1vAPxNZnMgtKJcmu3kA==",
  7552. "dev": true,
  7553. "dependencies": {
  7554. "@babel/core": "^7.11.6",
  7555. "@jest/test-sequencer": "^29.5.0",
  7556. "@jest/types": "^29.5.0",
  7557. "babel-jest": "^29.5.0",
  7558. "chalk": "^4.0.0",
  7559. "ci-info": "^3.2.0",
  7560. "deepmerge": "^4.2.2",
  7561. "glob": "^7.1.3",
  7562. "graceful-fs": "^4.2.9",
  7563. "jest-circus": "^29.5.0",
  7564. "jest-environment-node": "^29.5.0",
  7565. "jest-get-type": "^29.4.3",
  7566. "jest-regex-util": "^29.4.3",
  7567. "jest-resolve": "^29.5.0",
  7568. "jest-runner": "^29.5.0",
  7569. "jest-util": "^29.5.0",
  7570. "jest-validate": "^29.5.0",
  7571. "micromatch": "^4.0.4",
  7572. "parse-json": "^5.2.0",
  7573. "pretty-format": "^29.5.0",
  7574. "slash": "^3.0.0",
  7575. "strip-json-comments": "^3.1.1"
  7576. },
  7577. "engines": {
  7578. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7579. },
  7580. "peerDependencies": {
  7581. "@types/node": "*",
  7582. "ts-node": ">=9.0.0"
  7583. },
  7584. "peerDependenciesMeta": {
  7585. "@types/node": {
  7586. "optional": true
  7587. },
  7588. "ts-node": {
  7589. "optional": true
  7590. }
  7591. }
  7592. },
  7593. "node_modules/jest-config/node_modules/ansi-styles": {
  7594. "version": "5.2.0",
  7595. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
  7596. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
  7597. "dev": true,
  7598. "engines": {
  7599. "node": ">=10"
  7600. },
  7601. "funding": {
  7602. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  7603. }
  7604. },
  7605. "node_modules/jest-config/node_modules/ci-info": {
  7606. "version": "3.8.0",
  7607. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  7608. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  7609. "dev": true,
  7610. "funding": [
  7611. {
  7612. "type": "github",
  7613. "url": "https://github.com/sponsors/sibiraj-s"
  7614. }
  7615. ],
  7616. "engines": {
  7617. "node": ">=8"
  7618. }
  7619. },
  7620. "node_modules/jest-config/node_modules/jest-regex-util": {
  7621. "version": "29.4.3",
  7622. "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.4.3.tgz",
  7623. "integrity": "sha512-O4FglZaMmWXbGHSQInfXewIsd1LMn9p3ZXB/6r4FOkyhX2/iP/soMG98jGvk/A3HAN78+5VWcBGO0BJAPRh4kg==",
  7624. "dev": true,
  7625. "engines": {
  7626. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7627. }
  7628. },
  7629. "node_modules/jest-config/node_modules/jest-util": {
  7630. "version": "29.5.0",
  7631. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz",
  7632. "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==",
  7633. "dev": true,
  7634. "dependencies": {
  7635. "@jest/types": "^29.5.0",
  7636. "@types/node": "*",
  7637. "chalk": "^4.0.0",
  7638. "ci-info": "^3.2.0",
  7639. "graceful-fs": "^4.2.9",
  7640. "picomatch": "^2.2.3"
  7641. },
  7642. "engines": {
  7643. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7644. }
  7645. },
  7646. "node_modules/jest-config/node_modules/parse-json": {
  7647. "version": "5.2.0",
  7648. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
  7649. "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
  7650. "dev": true,
  7651. "dependencies": {
  7652. "@babel/code-frame": "^7.0.0",
  7653. "error-ex": "^1.3.1",
  7654. "json-parse-even-better-errors": "^2.3.0",
  7655. "lines-and-columns": "^1.1.6"
  7656. },
  7657. "engines": {
  7658. "node": ">=8"
  7659. },
  7660. "funding": {
  7661. "url": "https://github.com/sponsors/sindresorhus"
  7662. }
  7663. },
  7664. "node_modules/jest-config/node_modules/pretty-format": {
  7665. "version": "29.5.0",
  7666. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.5.0.tgz",
  7667. "integrity": "sha512-V2mGkI31qdttvTFX7Mt4efOqHXqJWMu4/r66Xh3Z3BwZaPfPJgp6/gbwoujRpPUtfEF6AUUWx3Jim3GCw5g/Qw==",
  7668. "dev": true,
  7669. "dependencies": {
  7670. "@jest/schemas": "^29.4.3",
  7671. "ansi-styles": "^5.0.0",
  7672. "react-is": "^18.0.0"
  7673. },
  7674. "engines": {
  7675. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7676. }
  7677. },
  7678. "node_modules/jest-config/node_modules/react-is": {
  7679. "version": "18.2.0",
  7680. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
  7681. "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
  7682. "dev": true
  7683. },
  7684. "node_modules/jest-diff": {
  7685. "version": "29.5.0",
  7686. "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.5.0.tgz",
  7687. "integrity": "sha512-LtxijLLZBduXnHSniy0WMdaHjmQnt3g5sa16W4p0HqukYTTsyTW3GD1q41TyGl5YFXj/5B2U6dlh5FM1LIMgxw==",
  7688. "dev": true,
  7689. "dependencies": {
  7690. "chalk": "^4.0.0",
  7691. "diff-sequences": "^29.4.3",
  7692. "jest-get-type": "^29.4.3",
  7693. "pretty-format": "^29.5.0"
  7694. },
  7695. "engines": {
  7696. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7697. }
  7698. },
  7699. "node_modules/jest-diff/node_modules/ansi-styles": {
  7700. "version": "5.2.0",
  7701. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
  7702. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
  7703. "dev": true,
  7704. "engines": {
  7705. "node": ">=10"
  7706. },
  7707. "funding": {
  7708. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  7709. }
  7710. },
  7711. "node_modules/jest-diff/node_modules/pretty-format": {
  7712. "version": "29.5.0",
  7713. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.5.0.tgz",
  7714. "integrity": "sha512-V2mGkI31qdttvTFX7Mt4efOqHXqJWMu4/r66Xh3Z3BwZaPfPJgp6/gbwoujRpPUtfEF6AUUWx3Jim3GCw5g/Qw==",
  7715. "dev": true,
  7716. "dependencies": {
  7717. "@jest/schemas": "^29.4.3",
  7718. "ansi-styles": "^5.0.0",
  7719. "react-is": "^18.0.0"
  7720. },
  7721. "engines": {
  7722. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7723. }
  7724. },
  7725. "node_modules/jest-diff/node_modules/react-is": {
  7726. "version": "18.2.0",
  7727. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
  7728. "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
  7729. "dev": true
  7730. },
  7731. "node_modules/jest-docblock": {
  7732. "version": "29.4.3",
  7733. "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.4.3.tgz",
  7734. "integrity": "sha512-fzdTftThczeSD9nZ3fzA/4KkHtnmllawWrXO69vtI+L9WjEIuXWs4AmyME7lN5hU7dB0sHhuPfcKofRsUb/2Fg==",
  7735. "dev": true,
  7736. "dependencies": {
  7737. "detect-newline": "^3.0.0"
  7738. },
  7739. "engines": {
  7740. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7741. }
  7742. },
  7743. "node_modules/jest-each": {
  7744. "version": "29.5.0",
  7745. "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-29.5.0.tgz",
  7746. "integrity": "sha512-HM5kIJ1BTnVt+DQZ2ALp3rzXEl+g726csObrW/jpEGl+CDSSQpOJJX2KE/vEg8cxcMXdyEPu6U4QX5eruQv5hA==",
  7747. "dev": true,
  7748. "dependencies": {
  7749. "@jest/types": "^29.5.0",
  7750. "chalk": "^4.0.0",
  7751. "jest-get-type": "^29.4.3",
  7752. "jest-util": "^29.5.0",
  7753. "pretty-format": "^29.5.0"
  7754. },
  7755. "engines": {
  7756. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7757. }
  7758. },
  7759. "node_modules/jest-each/node_modules/ansi-styles": {
  7760. "version": "5.2.0",
  7761. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
  7762. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
  7763. "dev": true,
  7764. "engines": {
  7765. "node": ">=10"
  7766. },
  7767. "funding": {
  7768. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  7769. }
  7770. },
  7771. "node_modules/jest-each/node_modules/ci-info": {
  7772. "version": "3.8.0",
  7773. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  7774. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  7775. "dev": true,
  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-each/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. "dev": true,
  7791. "dependencies": {
  7792. "@jest/types": "^29.5.0",
  7793. "@types/node": "*",
  7794. "chalk": "^4.0.0",
  7795. "ci-info": "^3.2.0",
  7796. "graceful-fs": "^4.2.9",
  7797. "picomatch": "^2.2.3"
  7798. },
  7799. "engines": {
  7800. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7801. }
  7802. },
  7803. "node_modules/jest-each/node_modules/pretty-format": {
  7804. "version": "29.5.0",
  7805. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.5.0.tgz",
  7806. "integrity": "sha512-V2mGkI31qdttvTFX7Mt4efOqHXqJWMu4/r66Xh3Z3BwZaPfPJgp6/gbwoujRpPUtfEF6AUUWx3Jim3GCw5g/Qw==",
  7807. "dev": true,
  7808. "dependencies": {
  7809. "@jest/schemas": "^29.4.3",
  7810. "ansi-styles": "^5.0.0",
  7811. "react-is": "^18.0.0"
  7812. },
  7813. "engines": {
  7814. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7815. }
  7816. },
  7817. "node_modules/jest-each/node_modules/react-is": {
  7818. "version": "18.2.0",
  7819. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
  7820. "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
  7821. "dev": true
  7822. },
  7823. "node_modules/jest-environment-node": {
  7824. "version": "29.5.0",
  7825. "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.5.0.tgz",
  7826. "integrity": "sha512-ExxuIK/+yQ+6PRGaHkKewYtg6hto2uGCgvKdb2nfJfKXgZ17DfXjvbZ+jA1Qt9A8EQSfPnt5FKIfnOO3u1h9qw==",
  7827. "dependencies": {
  7828. "@jest/environment": "^29.5.0",
  7829. "@jest/fake-timers": "^29.5.0",
  7830. "@jest/types": "^29.5.0",
  7831. "@types/node": "*",
  7832. "jest-mock": "^29.5.0",
  7833. "jest-util": "^29.5.0"
  7834. },
  7835. "engines": {
  7836. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7837. }
  7838. },
  7839. "node_modules/jest-environment-node/node_modules/ci-info": {
  7840. "version": "3.8.0",
  7841. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  7842. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  7843. "funding": [
  7844. {
  7845. "type": "github",
  7846. "url": "https://github.com/sponsors/sibiraj-s"
  7847. }
  7848. ],
  7849. "engines": {
  7850. "node": ">=8"
  7851. }
  7852. },
  7853. "node_modules/jest-environment-node/node_modules/jest-util": {
  7854. "version": "29.5.0",
  7855. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz",
  7856. "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==",
  7857. "dependencies": {
  7858. "@jest/types": "^29.5.0",
  7859. "@types/node": "*",
  7860. "chalk": "^4.0.0",
  7861. "ci-info": "^3.2.0",
  7862. "graceful-fs": "^4.2.9",
  7863. "picomatch": "^2.2.3"
  7864. },
  7865. "engines": {
  7866. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7867. }
  7868. },
  7869. "node_modules/jest-get-type": {
  7870. "version": "29.4.3",
  7871. "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.4.3.tgz",
  7872. "integrity": "sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg==",
  7873. "engines": {
  7874. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7875. }
  7876. },
  7877. "node_modules/jest-haste-map": {
  7878. "version": "29.5.0",
  7879. "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.5.0.tgz",
  7880. "integrity": "sha512-IspOPnnBro8YfVYSw6yDRKh/TiCdRngjxeacCps1cQ9cgVN6+10JUcuJ1EabrgYLOATsIAigxA0rLR9x/YlrSA==",
  7881. "dev": true,
  7882. "dependencies": {
  7883. "@jest/types": "^29.5.0",
  7884. "@types/graceful-fs": "^4.1.3",
  7885. "@types/node": "*",
  7886. "anymatch": "^3.0.3",
  7887. "fb-watchman": "^2.0.0",
  7888. "graceful-fs": "^4.2.9",
  7889. "jest-regex-util": "^29.4.3",
  7890. "jest-util": "^29.5.0",
  7891. "jest-worker": "^29.5.0",
  7892. "micromatch": "^4.0.4",
  7893. "walker": "^1.0.8"
  7894. },
  7895. "engines": {
  7896. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7897. },
  7898. "optionalDependencies": {
  7899. "fsevents": "^2.3.2"
  7900. }
  7901. },
  7902. "node_modules/jest-haste-map/node_modules/ci-info": {
  7903. "version": "3.8.0",
  7904. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  7905. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  7906. "dev": true,
  7907. "funding": [
  7908. {
  7909. "type": "github",
  7910. "url": "https://github.com/sponsors/sibiraj-s"
  7911. }
  7912. ],
  7913. "engines": {
  7914. "node": ">=8"
  7915. }
  7916. },
  7917. "node_modules/jest-haste-map/node_modules/jest-regex-util": {
  7918. "version": "29.4.3",
  7919. "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.4.3.tgz",
  7920. "integrity": "sha512-O4FglZaMmWXbGHSQInfXewIsd1LMn9p3ZXB/6r4FOkyhX2/iP/soMG98jGvk/A3HAN78+5VWcBGO0BJAPRh4kg==",
  7921. "dev": true,
  7922. "engines": {
  7923. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7924. }
  7925. },
  7926. "node_modules/jest-haste-map/node_modules/jest-util": {
  7927. "version": "29.5.0",
  7928. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz",
  7929. "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==",
  7930. "dev": true,
  7931. "dependencies": {
  7932. "@jest/types": "^29.5.0",
  7933. "@types/node": "*",
  7934. "chalk": "^4.0.0",
  7935. "ci-info": "^3.2.0",
  7936. "graceful-fs": "^4.2.9",
  7937. "picomatch": "^2.2.3"
  7938. },
  7939. "engines": {
  7940. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7941. }
  7942. },
  7943. "node_modules/jest-haste-map/node_modules/jest-worker": {
  7944. "version": "29.5.0",
  7945. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.5.0.tgz",
  7946. "integrity": "sha512-NcrQnevGoSp4b5kg+akIpthoAFHxPBcb5P6mYPY0fUNT+sSvmtu6jlkEle3anczUKIKEbMxFimk9oTP/tpIPgA==",
  7947. "dev": true,
  7948. "dependencies": {
  7949. "@types/node": "*",
  7950. "jest-util": "^29.5.0",
  7951. "merge-stream": "^2.0.0",
  7952. "supports-color": "^8.0.0"
  7953. },
  7954. "engines": {
  7955. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7956. }
  7957. },
  7958. "node_modules/jest-haste-map/node_modules/supports-color": {
  7959. "version": "8.1.1",
  7960. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
  7961. "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
  7962. "dev": true,
  7963. "dependencies": {
  7964. "has-flag": "^4.0.0"
  7965. },
  7966. "engines": {
  7967. "node": ">=10"
  7968. },
  7969. "funding": {
  7970. "url": "https://github.com/chalk/supports-color?sponsor=1"
  7971. }
  7972. },
  7973. "node_modules/jest-leak-detector": {
  7974. "version": "29.5.0",
  7975. "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.5.0.tgz",
  7976. "integrity": "sha512-u9YdeeVnghBUtpN5mVxjID7KbkKE1QU4f6uUwuxiY0vYRi9BUCLKlPEZfDGR67ofdFmDz9oPAy2G92Ujrntmow==",
  7977. "dev": true,
  7978. "dependencies": {
  7979. "jest-get-type": "^29.4.3",
  7980. "pretty-format": "^29.5.0"
  7981. },
  7982. "engines": {
  7983. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  7984. }
  7985. },
  7986. "node_modules/jest-leak-detector/node_modules/ansi-styles": {
  7987. "version": "5.2.0",
  7988. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
  7989. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
  7990. "dev": true,
  7991. "engines": {
  7992. "node": ">=10"
  7993. },
  7994. "funding": {
  7995. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  7996. }
  7997. },
  7998. "node_modules/jest-leak-detector/node_modules/pretty-format": {
  7999. "version": "29.5.0",
  8000. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.5.0.tgz",
  8001. "integrity": "sha512-V2mGkI31qdttvTFX7Mt4efOqHXqJWMu4/r66Xh3Z3BwZaPfPJgp6/gbwoujRpPUtfEF6AUUWx3Jim3GCw5g/Qw==",
  8002. "dev": true,
  8003. "dependencies": {
  8004. "@jest/schemas": "^29.4.3",
  8005. "ansi-styles": "^5.0.0",
  8006. "react-is": "^18.0.0"
  8007. },
  8008. "engines": {
  8009. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8010. }
  8011. },
  8012. "node_modules/jest-leak-detector/node_modules/react-is": {
  8013. "version": "18.2.0",
  8014. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
  8015. "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
  8016. "dev": true
  8017. },
  8018. "node_modules/jest-matcher-utils": {
  8019. "version": "29.5.0",
  8020. "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.5.0.tgz",
  8021. "integrity": "sha512-lecRtgm/rjIK0CQ7LPQwzCs2VwW6WAahA55YBuI+xqmhm7LAaxokSB8C97yJeYyT+HvQkH741StzpU41wohhWw==",
  8022. "dev": true,
  8023. "dependencies": {
  8024. "chalk": "^4.0.0",
  8025. "jest-diff": "^29.5.0",
  8026. "jest-get-type": "^29.4.3",
  8027. "pretty-format": "^29.5.0"
  8028. },
  8029. "engines": {
  8030. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8031. }
  8032. },
  8033. "node_modules/jest-matcher-utils/node_modules/ansi-styles": {
  8034. "version": "5.2.0",
  8035. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
  8036. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
  8037. "dev": true,
  8038. "engines": {
  8039. "node": ">=10"
  8040. },
  8041. "funding": {
  8042. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  8043. }
  8044. },
  8045. "node_modules/jest-matcher-utils/node_modules/pretty-format": {
  8046. "version": "29.5.0",
  8047. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.5.0.tgz",
  8048. "integrity": "sha512-V2mGkI31qdttvTFX7Mt4efOqHXqJWMu4/r66Xh3Z3BwZaPfPJgp6/gbwoujRpPUtfEF6AUUWx3Jim3GCw5g/Qw==",
  8049. "dev": true,
  8050. "dependencies": {
  8051. "@jest/schemas": "^29.4.3",
  8052. "ansi-styles": "^5.0.0",
  8053. "react-is": "^18.0.0"
  8054. },
  8055. "engines": {
  8056. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8057. }
  8058. },
  8059. "node_modules/jest-matcher-utils/node_modules/react-is": {
  8060. "version": "18.2.0",
  8061. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
  8062. "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
  8063. "dev": true
  8064. },
  8065. "node_modules/jest-message-util": {
  8066. "version": "29.5.0",
  8067. "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.5.0.tgz",
  8068. "integrity": "sha512-Kijeg9Dag6CKtIDA7O21zNTACqD5MD/8HfIV8pdD94vFyFuer52SigdC3IQMhab3vACxXMiFk+yMHNdbqtyTGA==",
  8069. "dependencies": {
  8070. "@babel/code-frame": "^7.12.13",
  8071. "@jest/types": "^29.5.0",
  8072. "@types/stack-utils": "^2.0.0",
  8073. "chalk": "^4.0.0",
  8074. "graceful-fs": "^4.2.9",
  8075. "micromatch": "^4.0.4",
  8076. "pretty-format": "^29.5.0",
  8077. "slash": "^3.0.0",
  8078. "stack-utils": "^2.0.3"
  8079. },
  8080. "engines": {
  8081. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8082. }
  8083. },
  8084. "node_modules/jest-message-util/node_modules/ansi-styles": {
  8085. "version": "5.2.0",
  8086. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
  8087. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
  8088. "engines": {
  8089. "node": ">=10"
  8090. },
  8091. "funding": {
  8092. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  8093. }
  8094. },
  8095. "node_modules/jest-message-util/node_modules/pretty-format": {
  8096. "version": "29.5.0",
  8097. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.5.0.tgz",
  8098. "integrity": "sha512-V2mGkI31qdttvTFX7Mt4efOqHXqJWMu4/r66Xh3Z3BwZaPfPJgp6/gbwoujRpPUtfEF6AUUWx3Jim3GCw5g/Qw==",
  8099. "dependencies": {
  8100. "@jest/schemas": "^29.4.3",
  8101. "ansi-styles": "^5.0.0",
  8102. "react-is": "^18.0.0"
  8103. },
  8104. "engines": {
  8105. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8106. }
  8107. },
  8108. "node_modules/jest-message-util/node_modules/react-is": {
  8109. "version": "18.2.0",
  8110. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
  8111. "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w=="
  8112. },
  8113. "node_modules/jest-mock": {
  8114. "version": "29.5.0",
  8115. "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.5.0.tgz",
  8116. "integrity": "sha512-GqOzvdWDE4fAV2bWQLQCkujxYWL7RxjCnj71b5VhDAGOevB3qj3Ovg26A5NI84ZpODxyzaozXLOh2NCgkbvyaw==",
  8117. "dependencies": {
  8118. "@jest/types": "^29.5.0",
  8119. "@types/node": "*",
  8120. "jest-util": "^29.5.0"
  8121. },
  8122. "engines": {
  8123. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8124. }
  8125. },
  8126. "node_modules/jest-mock/node_modules/ci-info": {
  8127. "version": "3.8.0",
  8128. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  8129. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  8130. "funding": [
  8131. {
  8132. "type": "github",
  8133. "url": "https://github.com/sponsors/sibiraj-s"
  8134. }
  8135. ],
  8136. "engines": {
  8137. "node": ">=8"
  8138. }
  8139. },
  8140. "node_modules/jest-mock/node_modules/jest-util": {
  8141. "version": "29.5.0",
  8142. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz",
  8143. "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==",
  8144. "dependencies": {
  8145. "@jest/types": "^29.5.0",
  8146. "@types/node": "*",
  8147. "chalk": "^4.0.0",
  8148. "ci-info": "^3.2.0",
  8149. "graceful-fs": "^4.2.9",
  8150. "picomatch": "^2.2.3"
  8151. },
  8152. "engines": {
  8153. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8154. }
  8155. },
  8156. "node_modules/jest-pnp-resolver": {
  8157. "version": "1.2.3",
  8158. "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz",
  8159. "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==",
  8160. "dev": true,
  8161. "engines": {
  8162. "node": ">=6"
  8163. },
  8164. "peerDependencies": {
  8165. "jest-resolve": "*"
  8166. },
  8167. "peerDependenciesMeta": {
  8168. "jest-resolve": {
  8169. "optional": true
  8170. }
  8171. }
  8172. },
  8173. "node_modules/jest-regex-util": {
  8174. "version": "27.5.1",
  8175. "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz",
  8176. "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==",
  8177. "engines": {
  8178. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  8179. }
  8180. },
  8181. "node_modules/jest-resolve": {
  8182. "version": "29.5.0",
  8183. "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.5.0.tgz",
  8184. "integrity": "sha512-1TzxJ37FQq7J10jPtQjcc+MkCkE3GBpBecsSUWJ0qZNJpmg6m0D9/7II03yJulm3H/fvVjgqLh/k2eYg+ui52w==",
  8185. "dev": true,
  8186. "dependencies": {
  8187. "chalk": "^4.0.0",
  8188. "graceful-fs": "^4.2.9",
  8189. "jest-haste-map": "^29.5.0",
  8190. "jest-pnp-resolver": "^1.2.2",
  8191. "jest-util": "^29.5.0",
  8192. "jest-validate": "^29.5.0",
  8193. "resolve": "^1.20.0",
  8194. "resolve.exports": "^2.0.0",
  8195. "slash": "^3.0.0"
  8196. },
  8197. "engines": {
  8198. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8199. }
  8200. },
  8201. "node_modules/jest-resolve-dependencies": {
  8202. "version": "29.5.0",
  8203. "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.5.0.tgz",
  8204. "integrity": "sha512-sjV3GFr0hDJMBpYeUuGduP+YeCRbd7S/ck6IvL3kQ9cpySYKqcqhdLLC2rFwrcL7tz5vYibomBrsFYWkIGGjOg==",
  8205. "dev": true,
  8206. "dependencies": {
  8207. "jest-regex-util": "^29.4.3",
  8208. "jest-snapshot": "^29.5.0"
  8209. },
  8210. "engines": {
  8211. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8212. }
  8213. },
  8214. "node_modules/jest-resolve-dependencies/node_modules/jest-regex-util": {
  8215. "version": "29.4.3",
  8216. "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.4.3.tgz",
  8217. "integrity": "sha512-O4FglZaMmWXbGHSQInfXewIsd1LMn9p3ZXB/6r4FOkyhX2/iP/soMG98jGvk/A3HAN78+5VWcBGO0BJAPRh4kg==",
  8218. "dev": true,
  8219. "engines": {
  8220. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8221. }
  8222. },
  8223. "node_modules/jest-resolve/node_modules/ci-info": {
  8224. "version": "3.8.0",
  8225. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  8226. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  8227. "dev": true,
  8228. "funding": [
  8229. {
  8230. "type": "github",
  8231. "url": "https://github.com/sponsors/sibiraj-s"
  8232. }
  8233. ],
  8234. "engines": {
  8235. "node": ">=8"
  8236. }
  8237. },
  8238. "node_modules/jest-resolve/node_modules/jest-util": {
  8239. "version": "29.5.0",
  8240. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz",
  8241. "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==",
  8242. "dev": true,
  8243. "dependencies": {
  8244. "@jest/types": "^29.5.0",
  8245. "@types/node": "*",
  8246. "chalk": "^4.0.0",
  8247. "ci-info": "^3.2.0",
  8248. "graceful-fs": "^4.2.9",
  8249. "picomatch": "^2.2.3"
  8250. },
  8251. "engines": {
  8252. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8253. }
  8254. },
  8255. "node_modules/jest-runner": {
  8256. "version": "29.5.0",
  8257. "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-29.5.0.tgz",
  8258. "integrity": "sha512-m7b6ypERhFghJsslMLhydaXBiLf7+jXy8FwGRHO3BGV1mcQpPbwiqiKUR2zU2NJuNeMenJmlFZCsIqzJCTeGLQ==",
  8259. "dev": true,
  8260. "dependencies": {
  8261. "@jest/console": "^29.5.0",
  8262. "@jest/environment": "^29.5.0",
  8263. "@jest/test-result": "^29.5.0",
  8264. "@jest/transform": "^29.5.0",
  8265. "@jest/types": "^29.5.0",
  8266. "@types/node": "*",
  8267. "chalk": "^4.0.0",
  8268. "emittery": "^0.13.1",
  8269. "graceful-fs": "^4.2.9",
  8270. "jest-docblock": "^29.4.3",
  8271. "jest-environment-node": "^29.5.0",
  8272. "jest-haste-map": "^29.5.0",
  8273. "jest-leak-detector": "^29.5.0",
  8274. "jest-message-util": "^29.5.0",
  8275. "jest-resolve": "^29.5.0",
  8276. "jest-runtime": "^29.5.0",
  8277. "jest-util": "^29.5.0",
  8278. "jest-watcher": "^29.5.0",
  8279. "jest-worker": "^29.5.0",
  8280. "p-limit": "^3.1.0",
  8281. "source-map-support": "0.5.13"
  8282. },
  8283. "engines": {
  8284. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8285. }
  8286. },
  8287. "node_modules/jest-runner/node_modules/ci-info": {
  8288. "version": "3.8.0",
  8289. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  8290. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  8291. "dev": true,
  8292. "funding": [
  8293. {
  8294. "type": "github",
  8295. "url": "https://github.com/sponsors/sibiraj-s"
  8296. }
  8297. ],
  8298. "engines": {
  8299. "node": ">=8"
  8300. }
  8301. },
  8302. "node_modules/jest-runner/node_modules/jest-util": {
  8303. "version": "29.5.0",
  8304. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz",
  8305. "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==",
  8306. "dev": true,
  8307. "dependencies": {
  8308. "@jest/types": "^29.5.0",
  8309. "@types/node": "*",
  8310. "chalk": "^4.0.0",
  8311. "ci-info": "^3.2.0",
  8312. "graceful-fs": "^4.2.9",
  8313. "picomatch": "^2.2.3"
  8314. },
  8315. "engines": {
  8316. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8317. }
  8318. },
  8319. "node_modules/jest-runner/node_modules/jest-worker": {
  8320. "version": "29.5.0",
  8321. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.5.0.tgz",
  8322. "integrity": "sha512-NcrQnevGoSp4b5kg+akIpthoAFHxPBcb5P6mYPY0fUNT+sSvmtu6jlkEle3anczUKIKEbMxFimk9oTP/tpIPgA==",
  8323. "dev": true,
  8324. "dependencies": {
  8325. "@types/node": "*",
  8326. "jest-util": "^29.5.0",
  8327. "merge-stream": "^2.0.0",
  8328. "supports-color": "^8.0.0"
  8329. },
  8330. "engines": {
  8331. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8332. }
  8333. },
  8334. "node_modules/jest-runner/node_modules/source-map": {
  8335. "version": "0.6.1",
  8336. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  8337. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  8338. "dev": true,
  8339. "engines": {
  8340. "node": ">=0.10.0"
  8341. }
  8342. },
  8343. "node_modules/jest-runner/node_modules/source-map-support": {
  8344. "version": "0.5.13",
  8345. "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz",
  8346. "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==",
  8347. "dev": true,
  8348. "dependencies": {
  8349. "buffer-from": "^1.0.0",
  8350. "source-map": "^0.6.0"
  8351. }
  8352. },
  8353. "node_modules/jest-runner/node_modules/supports-color": {
  8354. "version": "8.1.1",
  8355. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
  8356. "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
  8357. "dev": true,
  8358. "dependencies": {
  8359. "has-flag": "^4.0.0"
  8360. },
  8361. "engines": {
  8362. "node": ">=10"
  8363. },
  8364. "funding": {
  8365. "url": "https://github.com/chalk/supports-color?sponsor=1"
  8366. }
  8367. },
  8368. "node_modules/jest-runtime": {
  8369. "version": "29.5.0",
  8370. "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.5.0.tgz",
  8371. "integrity": "sha512-1Hr6Hh7bAgXQP+pln3homOiEZtCDZFqwmle7Ew2j8OlbkIu6uE3Y/etJQG8MLQs3Zy90xrp2C0BRrtPHG4zryw==",
  8372. "dev": true,
  8373. "dependencies": {
  8374. "@jest/environment": "^29.5.0",
  8375. "@jest/fake-timers": "^29.5.0",
  8376. "@jest/globals": "^29.5.0",
  8377. "@jest/source-map": "^29.4.3",
  8378. "@jest/test-result": "^29.5.0",
  8379. "@jest/transform": "^29.5.0",
  8380. "@jest/types": "^29.5.0",
  8381. "@types/node": "*",
  8382. "chalk": "^4.0.0",
  8383. "cjs-module-lexer": "^1.0.0",
  8384. "collect-v8-coverage": "^1.0.0",
  8385. "glob": "^7.1.3",
  8386. "graceful-fs": "^4.2.9",
  8387. "jest-haste-map": "^29.5.0",
  8388. "jest-message-util": "^29.5.0",
  8389. "jest-mock": "^29.5.0",
  8390. "jest-regex-util": "^29.4.3",
  8391. "jest-resolve": "^29.5.0",
  8392. "jest-snapshot": "^29.5.0",
  8393. "jest-util": "^29.5.0",
  8394. "slash": "^3.0.0",
  8395. "strip-bom": "^4.0.0"
  8396. },
  8397. "engines": {
  8398. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8399. }
  8400. },
  8401. "node_modules/jest-runtime/node_modules/ci-info": {
  8402. "version": "3.8.0",
  8403. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  8404. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  8405. "dev": true,
  8406. "funding": [
  8407. {
  8408. "type": "github",
  8409. "url": "https://github.com/sponsors/sibiraj-s"
  8410. }
  8411. ],
  8412. "engines": {
  8413. "node": ">=8"
  8414. }
  8415. },
  8416. "node_modules/jest-runtime/node_modules/jest-regex-util": {
  8417. "version": "29.4.3",
  8418. "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.4.3.tgz",
  8419. "integrity": "sha512-O4FglZaMmWXbGHSQInfXewIsd1LMn9p3ZXB/6r4FOkyhX2/iP/soMG98jGvk/A3HAN78+5VWcBGO0BJAPRh4kg==",
  8420. "dev": true,
  8421. "engines": {
  8422. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8423. }
  8424. },
  8425. "node_modules/jest-runtime/node_modules/jest-util": {
  8426. "version": "29.5.0",
  8427. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz",
  8428. "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==",
  8429. "dev": true,
  8430. "dependencies": {
  8431. "@jest/types": "^29.5.0",
  8432. "@types/node": "*",
  8433. "chalk": "^4.0.0",
  8434. "ci-info": "^3.2.0",
  8435. "graceful-fs": "^4.2.9",
  8436. "picomatch": "^2.2.3"
  8437. },
  8438. "engines": {
  8439. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8440. }
  8441. },
  8442. "node_modules/jest-snapshot": {
  8443. "version": "29.5.0",
  8444. "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.5.0.tgz",
  8445. "integrity": "sha512-x7Wolra5V0tt3wRs3/ts3S6ciSQVypgGQlJpz2rsdQYoUKxMxPNaoHMGJN6qAuPJqS+2iQ1ZUn5kl7HCyls84g==",
  8446. "dev": true,
  8447. "dependencies": {
  8448. "@babel/core": "^7.11.6",
  8449. "@babel/generator": "^7.7.2",
  8450. "@babel/plugin-syntax-jsx": "^7.7.2",
  8451. "@babel/plugin-syntax-typescript": "^7.7.2",
  8452. "@babel/traverse": "^7.7.2",
  8453. "@babel/types": "^7.3.3",
  8454. "@jest/expect-utils": "^29.5.0",
  8455. "@jest/transform": "^29.5.0",
  8456. "@jest/types": "^29.5.0",
  8457. "@types/babel__traverse": "^7.0.6",
  8458. "@types/prettier": "^2.1.5",
  8459. "babel-preset-current-node-syntax": "^1.0.0",
  8460. "chalk": "^4.0.0",
  8461. "expect": "^29.5.0",
  8462. "graceful-fs": "^4.2.9",
  8463. "jest-diff": "^29.5.0",
  8464. "jest-get-type": "^29.4.3",
  8465. "jest-matcher-utils": "^29.5.0",
  8466. "jest-message-util": "^29.5.0",
  8467. "jest-util": "^29.5.0",
  8468. "natural-compare": "^1.4.0",
  8469. "pretty-format": "^29.5.0",
  8470. "semver": "^7.3.5"
  8471. },
  8472. "engines": {
  8473. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8474. }
  8475. },
  8476. "node_modules/jest-snapshot/node_modules/ansi-styles": {
  8477. "version": "5.2.0",
  8478. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
  8479. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
  8480. "dev": true,
  8481. "engines": {
  8482. "node": ">=10"
  8483. },
  8484. "funding": {
  8485. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  8486. }
  8487. },
  8488. "node_modules/jest-snapshot/node_modules/ci-info": {
  8489. "version": "3.8.0",
  8490. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  8491. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  8492. "dev": true,
  8493. "funding": [
  8494. {
  8495. "type": "github",
  8496. "url": "https://github.com/sponsors/sibiraj-s"
  8497. }
  8498. ],
  8499. "engines": {
  8500. "node": ">=8"
  8501. }
  8502. },
  8503. "node_modules/jest-snapshot/node_modules/jest-util": {
  8504. "version": "29.5.0",
  8505. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz",
  8506. "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==",
  8507. "dev": true,
  8508. "dependencies": {
  8509. "@jest/types": "^29.5.0",
  8510. "@types/node": "*",
  8511. "chalk": "^4.0.0",
  8512. "ci-info": "^3.2.0",
  8513. "graceful-fs": "^4.2.9",
  8514. "picomatch": "^2.2.3"
  8515. },
  8516. "engines": {
  8517. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8518. }
  8519. },
  8520. "node_modules/jest-snapshot/node_modules/lru-cache": {
  8521. "version": "6.0.0",
  8522. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
  8523. "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
  8524. "dev": true,
  8525. "dependencies": {
  8526. "yallist": "^4.0.0"
  8527. },
  8528. "engines": {
  8529. "node": ">=10"
  8530. }
  8531. },
  8532. "node_modules/jest-snapshot/node_modules/pretty-format": {
  8533. "version": "29.5.0",
  8534. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.5.0.tgz",
  8535. "integrity": "sha512-V2mGkI31qdttvTFX7Mt4efOqHXqJWMu4/r66Xh3Z3BwZaPfPJgp6/gbwoujRpPUtfEF6AUUWx3Jim3GCw5g/Qw==",
  8536. "dev": true,
  8537. "dependencies": {
  8538. "@jest/schemas": "^29.4.3",
  8539. "ansi-styles": "^5.0.0",
  8540. "react-is": "^18.0.0"
  8541. },
  8542. "engines": {
  8543. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8544. }
  8545. },
  8546. "node_modules/jest-snapshot/node_modules/react-is": {
  8547. "version": "18.2.0",
  8548. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
  8549. "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
  8550. "dev": true
  8551. },
  8552. "node_modules/jest-snapshot/node_modules/semver": {
  8553. "version": "7.5.3",
  8554. "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.3.tgz",
  8555. "integrity": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==",
  8556. "dev": true,
  8557. "dependencies": {
  8558. "lru-cache": "^6.0.0"
  8559. },
  8560. "bin": {
  8561. "semver": "bin/semver.js"
  8562. },
  8563. "engines": {
  8564. "node": ">=10"
  8565. }
  8566. },
  8567. "node_modules/jest-snapshot/node_modules/yallist": {
  8568. "version": "4.0.0",
  8569. "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  8570. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  8571. "dev": true
  8572. },
  8573. "node_modules/jest-util": {
  8574. "version": "27.5.1",
  8575. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz",
  8576. "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==",
  8577. "dependencies": {
  8578. "@jest/types": "^27.5.1",
  8579. "@types/node": "*",
  8580. "chalk": "^4.0.0",
  8581. "ci-info": "^3.2.0",
  8582. "graceful-fs": "^4.2.9",
  8583. "picomatch": "^2.2.3"
  8584. },
  8585. "engines": {
  8586. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  8587. }
  8588. },
  8589. "node_modules/jest-util/node_modules/@jest/types": {
  8590. "version": "27.5.1",
  8591. "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz",
  8592. "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==",
  8593. "dependencies": {
  8594. "@types/istanbul-lib-coverage": "^2.0.0",
  8595. "@types/istanbul-reports": "^3.0.0",
  8596. "@types/node": "*",
  8597. "@types/yargs": "^16.0.0",
  8598. "chalk": "^4.0.0"
  8599. },
  8600. "engines": {
  8601. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  8602. }
  8603. },
  8604. "node_modules/jest-util/node_modules/@types/yargs": {
  8605. "version": "16.0.5",
  8606. "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.5.tgz",
  8607. "integrity": "sha512-AxO/ADJOBFJScHbWhq2xAhlWP24rY4aCEG/NFaMvbT3X2MgRsLjhjQwsn0Zi5zn0LG9jUhCCZMeX9Dkuw6k+vQ==",
  8608. "dependencies": {
  8609. "@types/yargs-parser": "*"
  8610. }
  8611. },
  8612. "node_modules/jest-util/node_modules/ci-info": {
  8613. "version": "3.8.0",
  8614. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  8615. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  8616. "funding": [
  8617. {
  8618. "type": "github",
  8619. "url": "https://github.com/sponsors/sibiraj-s"
  8620. }
  8621. ],
  8622. "engines": {
  8623. "node": ">=8"
  8624. }
  8625. },
  8626. "node_modules/jest-validate": {
  8627. "version": "29.5.0",
  8628. "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.5.0.tgz",
  8629. "integrity": "sha512-pC26etNIi+y3HV8A+tUGr/lph9B18GnzSRAkPaaZJIE1eFdiYm6/CewuiJQ8/RlfHd1u/8Ioi8/sJ+CmbA+zAQ==",
  8630. "dependencies": {
  8631. "@jest/types": "^29.5.0",
  8632. "camelcase": "^6.2.0",
  8633. "chalk": "^4.0.0",
  8634. "jest-get-type": "^29.4.3",
  8635. "leven": "^3.1.0",
  8636. "pretty-format": "^29.5.0"
  8637. },
  8638. "engines": {
  8639. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8640. }
  8641. },
  8642. "node_modules/jest-validate/node_modules/ansi-styles": {
  8643. "version": "5.2.0",
  8644. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
  8645. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
  8646. "engines": {
  8647. "node": ">=10"
  8648. },
  8649. "funding": {
  8650. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  8651. }
  8652. },
  8653. "node_modules/jest-validate/node_modules/camelcase": {
  8654. "version": "6.3.0",
  8655. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
  8656. "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
  8657. "engines": {
  8658. "node": ">=10"
  8659. },
  8660. "funding": {
  8661. "url": "https://github.com/sponsors/sindresorhus"
  8662. }
  8663. },
  8664. "node_modules/jest-validate/node_modules/pretty-format": {
  8665. "version": "29.5.0",
  8666. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.5.0.tgz",
  8667. "integrity": "sha512-V2mGkI31qdttvTFX7Mt4efOqHXqJWMu4/r66Xh3Z3BwZaPfPJgp6/gbwoujRpPUtfEF6AUUWx3Jim3GCw5g/Qw==",
  8668. "dependencies": {
  8669. "@jest/schemas": "^29.4.3",
  8670. "ansi-styles": "^5.0.0",
  8671. "react-is": "^18.0.0"
  8672. },
  8673. "engines": {
  8674. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8675. }
  8676. },
  8677. "node_modules/jest-validate/node_modules/react-is": {
  8678. "version": "18.2.0",
  8679. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
  8680. "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w=="
  8681. },
  8682. "node_modules/jest-watcher": {
  8683. "version": "29.5.0",
  8684. "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.5.0.tgz",
  8685. "integrity": "sha512-KmTojKcapuqYrKDpRwfqcQ3zjMlwu27SYext9pt4GlF5FUgB+7XE1mcCnSm6a4uUpFyQIkb6ZhzZvHl+jiBCiA==",
  8686. "dev": true,
  8687. "dependencies": {
  8688. "@jest/test-result": "^29.5.0",
  8689. "@jest/types": "^29.5.0",
  8690. "@types/node": "*",
  8691. "ansi-escapes": "^4.2.1",
  8692. "chalk": "^4.0.0",
  8693. "emittery": "^0.13.1",
  8694. "jest-util": "^29.5.0",
  8695. "string-length": "^4.0.1"
  8696. },
  8697. "engines": {
  8698. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8699. }
  8700. },
  8701. "node_modules/jest-watcher/node_modules/ci-info": {
  8702. "version": "3.8.0",
  8703. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  8704. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  8705. "dev": true,
  8706. "funding": [
  8707. {
  8708. "type": "github",
  8709. "url": "https://github.com/sponsors/sibiraj-s"
  8710. }
  8711. ],
  8712. "engines": {
  8713. "node": ">=8"
  8714. }
  8715. },
  8716. "node_modules/jest-watcher/node_modules/jest-util": {
  8717. "version": "29.5.0",
  8718. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz",
  8719. "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==",
  8720. "dev": true,
  8721. "dependencies": {
  8722. "@jest/types": "^29.5.0",
  8723. "@types/node": "*",
  8724. "chalk": "^4.0.0",
  8725. "ci-info": "^3.2.0",
  8726. "graceful-fs": "^4.2.9",
  8727. "picomatch": "^2.2.3"
  8728. },
  8729. "engines": {
  8730. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8731. }
  8732. },
  8733. "node_modules/jest-worker": {
  8734. "version": "27.5.1",
  8735. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz",
  8736. "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==",
  8737. "dependencies": {
  8738. "@types/node": "*",
  8739. "merge-stream": "^2.0.0",
  8740. "supports-color": "^8.0.0"
  8741. },
  8742. "engines": {
  8743. "node": ">= 10.13.0"
  8744. }
  8745. },
  8746. "node_modules/jest-worker/node_modules/supports-color": {
  8747. "version": "8.1.1",
  8748. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
  8749. "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
  8750. "dependencies": {
  8751. "has-flag": "^4.0.0"
  8752. },
  8753. "engines": {
  8754. "node": ">=10"
  8755. },
  8756. "funding": {
  8757. "url": "https://github.com/chalk/supports-color?sponsor=1"
  8758. }
  8759. },
  8760. "node_modules/jest/node_modules/ci-info": {
  8761. "version": "3.8.0",
  8762. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  8763. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  8764. "dev": true,
  8765. "funding": [
  8766. {
  8767. "type": "github",
  8768. "url": "https://github.com/sponsors/sibiraj-s"
  8769. }
  8770. ],
  8771. "engines": {
  8772. "node": ">=8"
  8773. }
  8774. },
  8775. "node_modules/jest/node_modules/jest-cli": {
  8776. "version": "29.5.0",
  8777. "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-29.5.0.tgz",
  8778. "integrity": "sha512-L1KcP1l4HtfwdxXNFCL5bmUbLQiKrakMUriBEcc1Vfz6gx31ORKdreuWvmQVBit+1ss9NNR3yxjwfwzZNdQXJw==",
  8779. "dev": true,
  8780. "dependencies": {
  8781. "@jest/core": "^29.5.0",
  8782. "@jest/test-result": "^29.5.0",
  8783. "@jest/types": "^29.5.0",
  8784. "chalk": "^4.0.0",
  8785. "exit": "^0.1.2",
  8786. "graceful-fs": "^4.2.9",
  8787. "import-local": "^3.0.2",
  8788. "jest-config": "^29.5.0",
  8789. "jest-util": "^29.5.0",
  8790. "jest-validate": "^29.5.0",
  8791. "prompts": "^2.0.1",
  8792. "yargs": "^17.3.1"
  8793. },
  8794. "bin": {
  8795. "jest": "bin/jest.js"
  8796. },
  8797. "engines": {
  8798. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8799. },
  8800. "peerDependencies": {
  8801. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  8802. },
  8803. "peerDependenciesMeta": {
  8804. "node-notifier": {
  8805. "optional": true
  8806. }
  8807. }
  8808. },
  8809. "node_modules/jest/node_modules/jest-util": {
  8810. "version": "29.5.0",
  8811. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz",
  8812. "integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==",
  8813. "dev": true,
  8814. "dependencies": {
  8815. "@jest/types": "^29.5.0",
  8816. "@types/node": "*",
  8817. "chalk": "^4.0.0",
  8818. "ci-info": "^3.2.0",
  8819. "graceful-fs": "^4.2.9",
  8820. "picomatch": "^2.2.3"
  8821. },
  8822. "engines": {
  8823. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  8824. }
  8825. },
  8826. "node_modules/joi": {
  8827. "version": "17.9.2",
  8828. "resolved": "https://registry.npmjs.org/joi/-/joi-17.9.2.tgz",
  8829. "integrity": "sha512-Itk/r+V4Dx0V3c7RLFdRh12IOjySm2/WGPMubBT92cQvRfYZhPM2W0hZlctjj72iES8jsRCwp7S/cRmWBnJ4nw==",
  8830. "dependencies": {
  8831. "@hapi/hoek": "^9.0.0",
  8832. "@hapi/topo": "^5.0.0",
  8833. "@sideway/address": "^4.1.3",
  8834. "@sideway/formula": "^3.0.1",
  8835. "@sideway/pinpoint": "^2.0.0"
  8836. }
  8837. },
  8838. "node_modules/js-tokens": {
  8839. "version": "4.0.0",
  8840. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  8841. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
  8842. },
  8843. "node_modules/js-yaml": {
  8844. "version": "3.14.1",
  8845. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
  8846. "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
  8847. "dependencies": {
  8848. "argparse": "^1.0.7",
  8849. "esprima": "^4.0.0"
  8850. },
  8851. "bin": {
  8852. "js-yaml": "bin/js-yaml.js"
  8853. }
  8854. },
  8855. "node_modules/jsc-android": {
  8856. "version": "250231.0.0",
  8857. "resolved": "https://registry.npmjs.org/jsc-android/-/jsc-android-250231.0.0.tgz",
  8858. "integrity": "sha512-rS46PvsjYmdmuz1OAWXY/1kCYG7pnf1TBqeTiOJr1iDz7s5DLxxC9n/ZMknLDxzYzNVfI7R95MH10emSSG1Wuw=="
  8859. },
  8860. "node_modules/jsc-safe-url": {
  8861. "version": "0.2.4",
  8862. "resolved": "https://registry.npmjs.org/jsc-safe-url/-/jsc-safe-url-0.2.4.tgz",
  8863. "integrity": "sha512-0wM3YBWtYePOjfyXQH5MWQ8H7sdk5EXSwZvmSLKk2RboVQ2Bu239jycHDz5J/8Blf3K0Qnoy2b6xD+z10MFB+Q=="
  8864. },
  8865. "node_modules/jscodeshift": {
  8866. "version": "0.14.0",
  8867. "resolved": "https://registry.npmjs.org/jscodeshift/-/jscodeshift-0.14.0.tgz",
  8868. "integrity": "sha512-7eCC1knD7bLUPuSCwXsMZUH51O8jIcoVyKtI6P0XM0IVzlGjckPy3FIwQlorzbN0Sg79oK+RlohN32Mqf/lrYA==",
  8869. "dependencies": {
  8870. "@babel/core": "^7.13.16",
  8871. "@babel/parser": "^7.13.16",
  8872. "@babel/plugin-proposal-class-properties": "^7.13.0",
  8873. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
  8874. "@babel/plugin-proposal-optional-chaining": "^7.13.12",
  8875. "@babel/plugin-transform-modules-commonjs": "^7.13.8",
  8876. "@babel/preset-flow": "^7.13.13",
  8877. "@babel/preset-typescript": "^7.13.0",
  8878. "@babel/register": "^7.13.16",
  8879. "babel-core": "^7.0.0-bridge.0",
  8880. "chalk": "^4.1.2",
  8881. "flow-parser": "0.*",
  8882. "graceful-fs": "^4.2.4",
  8883. "micromatch": "^4.0.4",
  8884. "neo-async": "^2.5.0",
  8885. "node-dir": "^0.1.17",
  8886. "recast": "^0.21.0",
  8887. "temp": "^0.8.4",
  8888. "write-file-atomic": "^2.3.0"
  8889. },
  8890. "bin": {
  8891. "jscodeshift": "bin/jscodeshift.js"
  8892. },
  8893. "peerDependencies": {
  8894. "@babel/preset-env": "^7.1.6"
  8895. }
  8896. },
  8897. "node_modules/jsesc": {
  8898. "version": "2.5.2",
  8899. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
  8900. "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
  8901. "bin": {
  8902. "jsesc": "bin/jsesc"
  8903. },
  8904. "engines": {
  8905. "node": ">=4"
  8906. }
  8907. },
  8908. "node_modules/json-parse-better-errors": {
  8909. "version": "1.0.2",
  8910. "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
  8911. "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw=="
  8912. },
  8913. "node_modules/json-parse-even-better-errors": {
  8914. "version": "2.3.1",
  8915. "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
  8916. "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
  8917. "dev": true
  8918. },
  8919. "node_modules/json-schema-traverse": {
  8920. "version": "0.4.1",
  8921. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  8922. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  8923. "dev": true
  8924. },
  8925. "node_modules/json-stable-stringify-without-jsonify": {
  8926. "version": "1.0.1",
  8927. "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  8928. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  8929. "dev": true
  8930. },
  8931. "node_modules/json5": {
  8932. "version": "2.2.3",
  8933. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  8934. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  8935. "bin": {
  8936. "json5": "lib/cli.js"
  8937. },
  8938. "engines": {
  8939. "node": ">=6"
  8940. }
  8941. },
  8942. "node_modules/jsonfile": {
  8943. "version": "4.0.0",
  8944. "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
  8945. "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==",
  8946. "optionalDependencies": {
  8947. "graceful-fs": "^4.1.6"
  8948. }
  8949. },
  8950. "node_modules/jsx-ast-utils": {
  8951. "version": "3.3.4",
  8952. "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.4.tgz",
  8953. "integrity": "sha512-fX2TVdCViod6HwKEtSWGHs57oFhVfCMwieb9PuRDgjDPh5XeqJiHFFFJCHxU5cnTc3Bu/GRL+kPiFmw8XWOfKw==",
  8954. "dev": true,
  8955. "dependencies": {
  8956. "array-includes": "^3.1.6",
  8957. "array.prototype.flat": "^1.3.1",
  8958. "object.assign": "^4.1.4",
  8959. "object.values": "^1.1.6"
  8960. },
  8961. "engines": {
  8962. "node": ">=4.0"
  8963. }
  8964. },
  8965. "node_modules/kind-of": {
  8966. "version": "6.0.3",
  8967. "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
  8968. "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
  8969. "engines": {
  8970. "node": ">=0.10.0"
  8971. }
  8972. },
  8973. "node_modules/klaw-sync": {
  8974. "version": "6.0.0",
  8975. "resolved": "https://registry.npmjs.org/klaw-sync/-/klaw-sync-6.0.0.tgz",
  8976. "integrity": "sha512-nIeuVSzdCCs6TDPTqI8w1Yre34sSq7AkZ4B3sfOBbI2CgVSB4Du4aLQijFU2+lhAFCwt9+42Hel6lQNIv6AntQ==",
  8977. "dependencies": {
  8978. "graceful-fs": "^4.1.11"
  8979. }
  8980. },
  8981. "node_modules/kleur": {
  8982. "version": "3.0.3",
  8983. "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
  8984. "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
  8985. "engines": {
  8986. "node": ">=6"
  8987. }
  8988. },
  8989. "node_modules/leven": {
  8990. "version": "3.1.0",
  8991. "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
  8992. "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==",
  8993. "engines": {
  8994. "node": ">=6"
  8995. }
  8996. },
  8997. "node_modules/levn": {
  8998. "version": "0.4.1",
  8999. "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
  9000. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  9001. "dev": true,
  9002. "dependencies": {
  9003. "prelude-ls": "^1.2.1",
  9004. "type-check": "~0.4.0"
  9005. },
  9006. "engines": {
  9007. "node": ">= 0.8.0"
  9008. }
  9009. },
  9010. "node_modules/lines-and-columns": {
  9011. "version": "1.2.4",
  9012. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  9013. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
  9014. "dev": true
  9015. },
  9016. "node_modules/locate-path": {
  9017. "version": "6.0.0",
  9018. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  9019. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  9020. "dependencies": {
  9021. "p-locate": "^5.0.0"
  9022. },
  9023. "engines": {
  9024. "node": ">=10"
  9025. },
  9026. "funding": {
  9027. "url": "https://github.com/sponsors/sindresorhus"
  9028. }
  9029. },
  9030. "node_modules/lodash": {
  9031. "version": "4.17.21",
  9032. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
  9033. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
  9034. },
  9035. "node_modules/lodash.debounce": {
  9036. "version": "4.0.8",
  9037. "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
  9038. "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow=="
  9039. },
  9040. "node_modules/lodash.merge": {
  9041. "version": "4.6.2",
  9042. "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
  9043. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  9044. "dev": true
  9045. },
  9046. "node_modules/lodash.throttle": {
  9047. "version": "4.1.1",
  9048. "resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz",
  9049. "integrity": "sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ=="
  9050. },
  9051. "node_modules/log-symbols": {
  9052. "version": "4.1.0",
  9053. "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz",
  9054. "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==",
  9055. "dependencies": {
  9056. "chalk": "^4.1.0",
  9057. "is-unicode-supported": "^0.1.0"
  9058. },
  9059. "engines": {
  9060. "node": ">=10"
  9061. },
  9062. "funding": {
  9063. "url": "https://github.com/sponsors/sindresorhus"
  9064. }
  9065. },
  9066. "node_modules/logkitty": {
  9067. "version": "0.7.1",
  9068. "resolved": "https://registry.npmjs.org/logkitty/-/logkitty-0.7.1.tgz",
  9069. "integrity": "sha512-/3ER20CTTbahrCrpYfPn7Xavv9diBROZpoXGVZDWMw4b/X4uuUwAC0ki85tgsdMRONURyIJbcOvS94QsUBYPbQ==",
  9070. "dependencies": {
  9071. "ansi-fragments": "^0.2.1",
  9072. "dayjs": "^1.8.15",
  9073. "yargs": "^15.1.0"
  9074. },
  9075. "bin": {
  9076. "logkitty": "bin/logkitty.js"
  9077. }
  9078. },
  9079. "node_modules/logkitty/node_modules/yargs": {
  9080. "version": "15.4.1",
  9081. "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz",
  9082. "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==",
  9083. "dependencies": {
  9084. "cliui": "^6.0.0",
  9085. "decamelize": "^1.2.0",
  9086. "find-up": "^4.1.0",
  9087. "get-caller-file": "^2.0.1",
  9088. "require-directory": "^2.1.1",
  9089. "require-main-filename": "^2.0.0",
  9090. "set-blocking": "^2.0.0",
  9091. "string-width": "^4.2.0",
  9092. "which-module": "^2.0.0",
  9093. "y18n": "^4.0.0",
  9094. "yargs-parser": "^18.1.2"
  9095. },
  9096. "engines": {
  9097. "node": ">=8"
  9098. }
  9099. },
  9100. "node_modules/loose-envify": {
  9101. "version": "1.4.0",
  9102. "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
  9103. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  9104. "dependencies": {
  9105. "js-tokens": "^3.0.0 || ^4.0.0"
  9106. },
  9107. "bin": {
  9108. "loose-envify": "cli.js"
  9109. }
  9110. },
  9111. "node_modules/lru-cache": {
  9112. "version": "5.1.1",
  9113. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  9114. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  9115. "dependencies": {
  9116. "yallist": "^3.0.2"
  9117. }
  9118. },
  9119. "node_modules/make-dir": {
  9120. "version": "2.1.0",
  9121. "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz",
  9122. "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==",
  9123. "dependencies": {
  9124. "pify": "^4.0.1",
  9125. "semver": "^5.6.0"
  9126. },
  9127. "engines": {
  9128. "node": ">=6"
  9129. }
  9130. },
  9131. "node_modules/make-dir/node_modules/semver": {
  9132. "version": "5.7.2",
  9133. "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
  9134. "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
  9135. "bin": {
  9136. "semver": "bin/semver"
  9137. }
  9138. },
  9139. "node_modules/makeerror": {
  9140. "version": "1.0.12",
  9141. "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz",
  9142. "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==",
  9143. "dependencies": {
  9144. "tmpl": "1.0.5"
  9145. }
  9146. },
  9147. "node_modules/memoize-one": {
  9148. "version": "5.2.1",
  9149. "resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-5.2.1.tgz",
  9150. "integrity": "sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q=="
  9151. },
  9152. "node_modules/merge-stream": {
  9153. "version": "2.0.0",
  9154. "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
  9155. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w=="
  9156. },
  9157. "node_modules/merge2": {
  9158. "version": "1.4.1",
  9159. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  9160. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  9161. "dev": true,
  9162. "engines": {
  9163. "node": ">= 8"
  9164. }
  9165. },
  9166. "node_modules/metro": {
  9167. "version": "0.76.5",
  9168. "resolved": "https://registry.npmjs.org/metro/-/metro-0.76.5.tgz",
  9169. "integrity": "sha512-aEQiqNFibfx4ajUXm7Xatsv43r/UQ0xE53T3XqgZBzsxhF235tf1cl8t0giawi0RbLtDS+Fu4kg2bVBKDYFy7A==",
  9170. "dependencies": {
  9171. "@babel/code-frame": "^7.0.0",
  9172. "@babel/core": "^7.20.0",
  9173. "@babel/generator": "^7.20.0",
  9174. "@babel/parser": "^7.20.0",
  9175. "@babel/template": "^7.0.0",
  9176. "@babel/traverse": "^7.20.0",
  9177. "@babel/types": "^7.20.0",
  9178. "accepts": "^1.3.7",
  9179. "async": "^3.2.2",
  9180. "chalk": "^4.0.0",
  9181. "ci-info": "^2.0.0",
  9182. "connect": "^3.6.5",
  9183. "debug": "^2.2.0",
  9184. "denodeify": "^1.2.1",
  9185. "error-stack-parser": "^2.0.6",
  9186. "graceful-fs": "^4.2.4",
  9187. "hermes-parser": "0.8.0",
  9188. "image-size": "^1.0.2",
  9189. "invariant": "^2.2.4",
  9190. "jest-worker": "^27.2.0",
  9191. "jsc-safe-url": "^0.2.2",
  9192. "lodash.throttle": "^4.1.1",
  9193. "metro-babel-transformer": "0.76.5",
  9194. "metro-cache": "0.76.5",
  9195. "metro-cache-key": "0.76.5",
  9196. "metro-config": "0.76.5",
  9197. "metro-core": "0.76.5",
  9198. "metro-file-map": "0.76.5",
  9199. "metro-inspector-proxy": "0.76.5",
  9200. "metro-minify-terser": "0.76.5",
  9201. "metro-minify-uglify": "0.76.5",
  9202. "metro-react-native-babel-preset": "0.76.5",
  9203. "metro-resolver": "0.76.5",
  9204. "metro-runtime": "0.76.5",
  9205. "metro-source-map": "0.76.5",
  9206. "metro-symbolicate": "0.76.5",
  9207. "metro-transform-plugins": "0.76.5",
  9208. "metro-transform-worker": "0.76.5",
  9209. "mime-types": "^2.1.27",
  9210. "node-fetch": "^2.2.0",
  9211. "nullthrows": "^1.1.1",
  9212. "rimraf": "^3.0.2",
  9213. "serialize-error": "^2.1.0",
  9214. "source-map": "^0.5.6",
  9215. "strip-ansi": "^6.0.0",
  9216. "throat": "^5.0.0",
  9217. "ws": "^7.5.1",
  9218. "yargs": "^17.6.2"
  9219. },
  9220. "bin": {
  9221. "metro": "src/cli.js"
  9222. },
  9223. "engines": {
  9224. "node": ">=16"
  9225. }
  9226. },
  9227. "node_modules/metro-babel-transformer": {
  9228. "version": "0.76.5",
  9229. "resolved": "https://registry.npmjs.org/metro-babel-transformer/-/metro-babel-transformer-0.76.5.tgz",
  9230. "integrity": "sha512-KmsMXY6VHjPLRQLwTITjLo//7ih8Ts39HPF2zODkaYav/ZLNq0QP7eGuW54dvk/sZiL9le1kaBwTN4BWQI1VZQ==",
  9231. "dependencies": {
  9232. "@babel/core": "^7.20.0",
  9233. "hermes-parser": "0.8.0",
  9234. "metro-source-map": "0.76.5",
  9235. "nullthrows": "^1.1.1"
  9236. },
  9237. "engines": {
  9238. "node": ">=16"
  9239. }
  9240. },
  9241. "node_modules/metro-cache": {
  9242. "version": "0.76.5",
  9243. "resolved": "https://registry.npmjs.org/metro-cache/-/metro-cache-0.76.5.tgz",
  9244. "integrity": "sha512-8XalhoMNWDK6bi41oqxIpecTYRt4WsmtoHdqshgJIYshJ6qov0NuDw0pOfnS8rgMNHxPpuWyXc7NyKERqVRzaw==",
  9245. "dependencies": {
  9246. "metro-core": "0.76.5",
  9247. "rimraf": "^3.0.2"
  9248. },
  9249. "engines": {
  9250. "node": ">=16"
  9251. }
  9252. },
  9253. "node_modules/metro-cache-key": {
  9254. "version": "0.76.5",
  9255. "resolved": "https://registry.npmjs.org/metro-cache-key/-/metro-cache-key-0.76.5.tgz",
  9256. "integrity": "sha512-QERX6ejYMt4BPr0ZMf7adnrOivmFSUbCim9FlU6cAeWUib+pV5P/Ph3KicWnOzJpbQz93+tHHG7vcsP6OrvLMw==",
  9257. "engines": {
  9258. "node": ">=16"
  9259. }
  9260. },
  9261. "node_modules/metro-config": {
  9262. "version": "0.76.5",
  9263. "resolved": "https://registry.npmjs.org/metro-config/-/metro-config-0.76.5.tgz",
  9264. "integrity": "sha512-SCMVIDOtm8s3H62E9z2IcY4Q9GVMqDurbiJS3PHrWgTZjwZFaL59lrW4W6DvzvFZHa9bbxKric5TFtwvVuyOCg==",
  9265. "dependencies": {
  9266. "cosmiconfig": "^5.0.5",
  9267. "jest-validate": "^29.2.1",
  9268. "metro": "0.76.5",
  9269. "metro-cache": "0.76.5",
  9270. "metro-core": "0.76.5",
  9271. "metro-runtime": "0.76.5"
  9272. },
  9273. "engines": {
  9274. "node": ">=16"
  9275. }
  9276. },
  9277. "node_modules/metro-core": {
  9278. "version": "0.76.5",
  9279. "resolved": "https://registry.npmjs.org/metro-core/-/metro-core-0.76.5.tgz",
  9280. "integrity": "sha512-yJvIe8a3sAG92U7+E7Bw6m4lae9RB180fp9iQZFBqY437Ilv4nE6PR8EWB6d8c4yt9fXIL1Hc+KyQv7OPFx/rQ==",
  9281. "dependencies": {
  9282. "lodash.throttle": "^4.1.1",
  9283. "metro-resolver": "0.76.5"
  9284. },
  9285. "engines": {
  9286. "node": ">=16"
  9287. }
  9288. },
  9289. "node_modules/metro-file-map": {
  9290. "version": "0.76.5",
  9291. "resolved": "https://registry.npmjs.org/metro-file-map/-/metro-file-map-0.76.5.tgz",
  9292. "integrity": "sha512-9VS7zsec7BpTb+0v1DObOXso6XU/7oVBObQWp0EWBQpFcU1iF1lit2nnLQh2AyGCnSr8JVnuUe8gXhNH6xtPMg==",
  9293. "dependencies": {
  9294. "anymatch": "^3.0.3",
  9295. "debug": "^2.2.0",
  9296. "fb-watchman": "^2.0.0",
  9297. "graceful-fs": "^4.2.4",
  9298. "invariant": "^2.2.4",
  9299. "jest-regex-util": "^27.0.6",
  9300. "jest-util": "^27.2.0",
  9301. "jest-worker": "^27.2.0",
  9302. "micromatch": "^4.0.4",
  9303. "node-abort-controller": "^3.1.1",
  9304. "nullthrows": "^1.1.1",
  9305. "walker": "^1.0.7"
  9306. },
  9307. "engines": {
  9308. "node": ">=16"
  9309. },
  9310. "optionalDependencies": {
  9311. "fsevents": "^2.3.2"
  9312. }
  9313. },
  9314. "node_modules/metro-inspector-proxy": {
  9315. "version": "0.76.5",
  9316. "resolved": "https://registry.npmjs.org/metro-inspector-proxy/-/metro-inspector-proxy-0.76.5.tgz",
  9317. "integrity": "sha512-leqwei1qNMKOEbhqlQ37K+7OIp1JRgvS5qERO+J0ZTg7ZeJTaBHSFU7FnCeRHB9Tu7/FSfypY2PxjydZDwvUEQ==",
  9318. "dependencies": {
  9319. "connect": "^3.6.5",
  9320. "debug": "^2.2.0",
  9321. "node-fetch": "^2.2.0",
  9322. "ws": "^7.5.1",
  9323. "yargs": "^17.6.2"
  9324. },
  9325. "bin": {
  9326. "metro-inspector-proxy": "src/cli.js"
  9327. },
  9328. "engines": {
  9329. "node": ">=16"
  9330. }
  9331. },
  9332. "node_modules/metro-inspector-proxy/node_modules/ws": {
  9333. "version": "7.5.9",
  9334. "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz",
  9335. "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==",
  9336. "engines": {
  9337. "node": ">=8.3.0"
  9338. },
  9339. "peerDependencies": {
  9340. "bufferutil": "^4.0.1",
  9341. "utf-8-validate": "^5.0.2"
  9342. },
  9343. "peerDependenciesMeta": {
  9344. "bufferutil": {
  9345. "optional": true
  9346. },
  9347. "utf-8-validate": {
  9348. "optional": true
  9349. }
  9350. }
  9351. },
  9352. "node_modules/metro-minify-terser": {
  9353. "version": "0.76.5",
  9354. "resolved": "https://registry.npmjs.org/metro-minify-terser/-/metro-minify-terser-0.76.5.tgz",
  9355. "integrity": "sha512-zizTXqlHcG7PArB5hfz1Djz/oCaOaTSXTZDNp8Y9K2FmmfLU3dU2eoDbNNiCnm5QdDtFIndLMXdqqe6omTfp4g==",
  9356. "dependencies": {
  9357. "terser": "^5.15.0"
  9358. },
  9359. "engines": {
  9360. "node": ">=16"
  9361. }
  9362. },
  9363. "node_modules/metro-minify-uglify": {
  9364. "version": "0.76.5",
  9365. "resolved": "https://registry.npmjs.org/metro-minify-uglify/-/metro-minify-uglify-0.76.5.tgz",
  9366. "integrity": "sha512-JZNO5eK8r625/cheWSl+y7n0RlHLt03iSMgXPAxirH8BiFqPzs7h+c57r4AvSs793VXcF7L3sI1sAOj+nRqTeg==",
  9367. "dependencies": {
  9368. "uglify-es": "^3.1.9"
  9369. },
  9370. "engines": {
  9371. "node": ">=16"
  9372. }
  9373. },
  9374. "node_modules/metro-react-native-babel-preset": {
  9375. "version": "0.73.9",
  9376. "resolved": "https://registry.npmjs.org/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.73.9.tgz",
  9377. "integrity": "sha512-AoD7v132iYDV4K78yN2OLgTPwtAKn0XlD2pOhzyBxiI8PeXzozhbKyPV7zUOJUPETj+pcEVfuYj5ZN/8+bhbCw==",
  9378. "dev": true,
  9379. "dependencies": {
  9380. "@babel/core": "^7.20.0",
  9381. "@babel/plugin-proposal-async-generator-functions": "^7.0.0",
  9382. "@babel/plugin-proposal-class-properties": "^7.0.0",
  9383. "@babel/plugin-proposal-export-default-from": "^7.0.0",
  9384. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
  9385. "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
  9386. "@babel/plugin-proposal-optional-catch-binding": "^7.0.0",
  9387. "@babel/plugin-proposal-optional-chaining": "^7.0.0",
  9388. "@babel/plugin-syntax-dynamic-import": "^7.0.0",
  9389. "@babel/plugin-syntax-export-default-from": "^7.0.0",
  9390. "@babel/plugin-syntax-flow": "^7.18.0",
  9391. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.0.0",
  9392. "@babel/plugin-syntax-optional-chaining": "^7.0.0",
  9393. "@babel/plugin-transform-arrow-functions": "^7.0.0",
  9394. "@babel/plugin-transform-async-to-generator": "^7.0.0",
  9395. "@babel/plugin-transform-block-scoping": "^7.0.0",
  9396. "@babel/plugin-transform-classes": "^7.0.0",
  9397. "@babel/plugin-transform-computed-properties": "^7.0.0",
  9398. "@babel/plugin-transform-destructuring": "^7.0.0",
  9399. "@babel/plugin-transform-flow-strip-types": "^7.0.0",
  9400. "@babel/plugin-transform-function-name": "^7.0.0",
  9401. "@babel/plugin-transform-literals": "^7.0.0",
  9402. "@babel/plugin-transform-modules-commonjs": "^7.0.0",
  9403. "@babel/plugin-transform-named-capturing-groups-regex": "^7.0.0",
  9404. "@babel/plugin-transform-parameters": "^7.0.0",
  9405. "@babel/plugin-transform-react-display-name": "^7.0.0",
  9406. "@babel/plugin-transform-react-jsx": "^7.0.0",
  9407. "@babel/plugin-transform-react-jsx-self": "^7.0.0",
  9408. "@babel/plugin-transform-react-jsx-source": "^7.0.0",
  9409. "@babel/plugin-transform-runtime": "^7.0.0",
  9410. "@babel/plugin-transform-shorthand-properties": "^7.0.0",
  9411. "@babel/plugin-transform-spread": "^7.0.0",
  9412. "@babel/plugin-transform-sticky-regex": "^7.0.0",
  9413. "@babel/plugin-transform-template-literals": "^7.0.0",
  9414. "@babel/plugin-transform-typescript": "^7.5.0",
  9415. "@babel/plugin-transform-unicode-regex": "^7.0.0",
  9416. "@babel/template": "^7.0.0",
  9417. "react-refresh": "^0.4.0"
  9418. },
  9419. "peerDependencies": {
  9420. "@babel/core": "*"
  9421. }
  9422. },
  9423. "node_modules/metro-react-native-babel-transformer": {
  9424. "version": "0.76.5",
  9425. "resolved": "https://registry.npmjs.org/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.76.5.tgz",
  9426. "integrity": "sha512-7m2u7jQ1I2mwGm48Vrki5cNNSv4d2HegHMGmE5G2AAa6Pr2O3ajaX2yNoAKF8TCLO38/8pa9fZd0VWAlO/YMcA==",
  9427. "dependencies": {
  9428. "@babel/core": "^7.20.0",
  9429. "babel-preset-fbjs": "^3.4.0",
  9430. "hermes-parser": "0.8.0",
  9431. "metro-babel-transformer": "0.76.5",
  9432. "metro-react-native-babel-preset": "0.76.5",
  9433. "metro-source-map": "0.76.5",
  9434. "nullthrows": "^1.1.1"
  9435. },
  9436. "engines": {
  9437. "node": ">=16"
  9438. },
  9439. "peerDependencies": {
  9440. "@babel/core": "*"
  9441. }
  9442. },
  9443. "node_modules/metro-react-native-babel-transformer/node_modules/metro-react-native-babel-preset": {
  9444. "version": "0.76.5",
  9445. "resolved": "https://registry.npmjs.org/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.76.5.tgz",
  9446. "integrity": "sha512-IlVKeTon5fef77rQ6WreSmrabmbc3dEsLwr/sL80fYjobjsD8FRCnOlbaJdgUf2SMJmSIoawgjh5Yeebv+gJzg==",
  9447. "dependencies": {
  9448. "@babel/core": "^7.20.0",
  9449. "@babel/plugin-proposal-async-generator-functions": "^7.0.0",
  9450. "@babel/plugin-proposal-class-properties": "^7.18.0",
  9451. "@babel/plugin-proposal-export-default-from": "^7.0.0",
  9452. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.0",
  9453. "@babel/plugin-proposal-numeric-separator": "^7.0.0",
  9454. "@babel/plugin-proposal-object-rest-spread": "^7.20.0",
  9455. "@babel/plugin-proposal-optional-catch-binding": "^7.0.0",
  9456. "@babel/plugin-proposal-optional-chaining": "^7.20.0",
  9457. "@babel/plugin-syntax-dynamic-import": "^7.8.0",
  9458. "@babel/plugin-syntax-export-default-from": "^7.0.0",
  9459. "@babel/plugin-syntax-flow": "^7.18.0",
  9460. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.0.0",
  9461. "@babel/plugin-syntax-optional-chaining": "^7.0.0",
  9462. "@babel/plugin-transform-arrow-functions": "^7.0.0",
  9463. "@babel/plugin-transform-async-to-generator": "^7.20.0",
  9464. "@babel/plugin-transform-block-scoping": "^7.0.0",
  9465. "@babel/plugin-transform-classes": "^7.0.0",
  9466. "@babel/plugin-transform-computed-properties": "^7.0.0",
  9467. "@babel/plugin-transform-destructuring": "^7.20.0",
  9468. "@babel/plugin-transform-flow-strip-types": "^7.20.0",
  9469. "@babel/plugin-transform-function-name": "^7.0.0",
  9470. "@babel/plugin-transform-literals": "^7.0.0",
  9471. "@babel/plugin-transform-modules-commonjs": "^7.0.0",
  9472. "@babel/plugin-transform-named-capturing-groups-regex": "^7.0.0",
  9473. "@babel/plugin-transform-parameters": "^7.0.0",
  9474. "@babel/plugin-transform-react-display-name": "^7.0.0",
  9475. "@babel/plugin-transform-react-jsx": "^7.0.0",
  9476. "@babel/plugin-transform-react-jsx-self": "^7.0.0",
  9477. "@babel/plugin-transform-react-jsx-source": "^7.0.0",
  9478. "@babel/plugin-transform-runtime": "^7.0.0",
  9479. "@babel/plugin-transform-shorthand-properties": "^7.0.0",
  9480. "@babel/plugin-transform-spread": "^7.0.0",
  9481. "@babel/plugin-transform-sticky-regex": "^7.0.0",
  9482. "@babel/plugin-transform-typescript": "^7.5.0",
  9483. "@babel/plugin-transform-unicode-regex": "^7.0.0",
  9484. "@babel/template": "^7.0.0",
  9485. "babel-plugin-transform-flow-enums": "^0.0.2",
  9486. "react-refresh": "^0.4.0"
  9487. },
  9488. "engines": {
  9489. "node": ">=16"
  9490. },
  9491. "peerDependencies": {
  9492. "@babel/core": "*"
  9493. }
  9494. },
  9495. "node_modules/metro-resolver": {
  9496. "version": "0.76.5",
  9497. "resolved": "https://registry.npmjs.org/metro-resolver/-/metro-resolver-0.76.5.tgz",
  9498. "integrity": "sha512-QNsbDdf0xL1HefP6fhh1g3umqiX1qWEuCiBaTFroYRqM7u7RATt8mCu4n/FwSYhATuUUujHTIb2EduuQPbSGRQ==",
  9499. "engines": {
  9500. "node": ">=16"
  9501. }
  9502. },
  9503. "node_modules/metro-runtime": {
  9504. "version": "0.76.5",
  9505. "resolved": "https://registry.npmjs.org/metro-runtime/-/metro-runtime-0.76.5.tgz",
  9506. "integrity": "sha512-1JAf9/v/NDHLhoTfiJ0n25G6dRkX7mjTkaMJ6UUXIyfIuSucoK5yAuOBx8OveNIekoLRjmyvSmyN5ojEeRmpvQ==",
  9507. "dependencies": {
  9508. "@babel/runtime": "^7.0.0",
  9509. "react-refresh": "^0.4.0"
  9510. },
  9511. "engines": {
  9512. "node": ">=16"
  9513. }
  9514. },
  9515. "node_modules/metro-source-map": {
  9516. "version": "0.76.5",
  9517. "resolved": "https://registry.npmjs.org/metro-source-map/-/metro-source-map-0.76.5.tgz",
  9518. "integrity": "sha512-1EhYPcoftONlvnOzgos7daE8hsJKOgSN3nD3Xf/yaY1F0aLeGeuWfpiNLLeFDNyUhfObHSuNxNhDQF/x1GFEbw==",
  9519. "dependencies": {
  9520. "@babel/traverse": "^7.20.0",
  9521. "@babel/types": "^7.20.0",
  9522. "invariant": "^2.2.4",
  9523. "metro-symbolicate": "0.76.5",
  9524. "nullthrows": "^1.1.1",
  9525. "ob1": "0.76.5",
  9526. "source-map": "^0.5.6",
  9527. "vlq": "^1.0.0"
  9528. },
  9529. "engines": {
  9530. "node": ">=16"
  9531. }
  9532. },
  9533. "node_modules/metro-source-map/node_modules/source-map": {
  9534. "version": "0.5.7",
  9535. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
  9536. "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
  9537. "engines": {
  9538. "node": ">=0.10.0"
  9539. }
  9540. },
  9541. "node_modules/metro-symbolicate": {
  9542. "version": "0.76.5",
  9543. "resolved": "https://registry.npmjs.org/metro-symbolicate/-/metro-symbolicate-0.76.5.tgz",
  9544. "integrity": "sha512-7iftzh6G6HO4UDBmjsi2Yu4d6IkApv6Kg+jmBvkTjCXr8HwnKKum89gMg/FRMix+Rhhut0dnMpz6mAbtKTU9JQ==",
  9545. "dependencies": {
  9546. "invariant": "^2.2.4",
  9547. "metro-source-map": "0.76.5",
  9548. "nullthrows": "^1.1.1",
  9549. "source-map": "^0.5.6",
  9550. "through2": "^2.0.1",
  9551. "vlq": "^1.0.0"
  9552. },
  9553. "bin": {
  9554. "metro-symbolicate": "src/index.js"
  9555. },
  9556. "engines": {
  9557. "node": ">=16"
  9558. }
  9559. },
  9560. "node_modules/metro-symbolicate/node_modules/source-map": {
  9561. "version": "0.5.7",
  9562. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
  9563. "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
  9564. "engines": {
  9565. "node": ">=0.10.0"
  9566. }
  9567. },
  9568. "node_modules/metro-transform-plugins": {
  9569. "version": "0.76.5",
  9570. "resolved": "https://registry.npmjs.org/metro-transform-plugins/-/metro-transform-plugins-0.76.5.tgz",
  9571. "integrity": "sha512-7pJ24aRuvzdQYpX/eOyodr4fnwVJP5ArNLBE1d0DOU9sQxsGplOORDTGAqw2L01+UgaSJiiwEoFMw7Z91HAS+Q==",
  9572. "dependencies": {
  9573. "@babel/core": "^7.20.0",
  9574. "@babel/generator": "^7.20.0",
  9575. "@babel/template": "^7.0.0",
  9576. "@babel/traverse": "^7.20.0",
  9577. "nullthrows": "^1.1.1"
  9578. },
  9579. "engines": {
  9580. "node": ">=16"
  9581. }
  9582. },
  9583. "node_modules/metro-transform-worker": {
  9584. "version": "0.76.5",
  9585. "resolved": "https://registry.npmjs.org/metro-transform-worker/-/metro-transform-worker-0.76.5.tgz",
  9586. "integrity": "sha512-xN6Kb06o9u5A7M1bbl7oPfQFmt4Kmi3CMXp5j9OcK37AFc+u6YXH8x/6e9b3Cq50rlBYuCXDOOYAWI5/tYNt2w==",
  9587. "dependencies": {
  9588. "@babel/core": "^7.20.0",
  9589. "@babel/generator": "^7.20.0",
  9590. "@babel/parser": "^7.20.0",
  9591. "@babel/types": "^7.20.0",
  9592. "babel-preset-fbjs": "^3.4.0",
  9593. "metro": "0.76.5",
  9594. "metro-babel-transformer": "0.76.5",
  9595. "metro-cache": "0.76.5",
  9596. "metro-cache-key": "0.76.5",
  9597. "metro-source-map": "0.76.5",
  9598. "metro-transform-plugins": "0.76.5",
  9599. "nullthrows": "^1.1.1"
  9600. },
  9601. "engines": {
  9602. "node": ">=16"
  9603. }
  9604. },
  9605. "node_modules/metro/node_modules/metro-react-native-babel-preset": {
  9606. "version": "0.76.5",
  9607. "resolved": "https://registry.npmjs.org/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.76.5.tgz",
  9608. "integrity": "sha512-IlVKeTon5fef77rQ6WreSmrabmbc3dEsLwr/sL80fYjobjsD8FRCnOlbaJdgUf2SMJmSIoawgjh5Yeebv+gJzg==",
  9609. "dependencies": {
  9610. "@babel/core": "^7.20.0",
  9611. "@babel/plugin-proposal-async-generator-functions": "^7.0.0",
  9612. "@babel/plugin-proposal-class-properties": "^7.18.0",
  9613. "@babel/plugin-proposal-export-default-from": "^7.0.0",
  9614. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.0",
  9615. "@babel/plugin-proposal-numeric-separator": "^7.0.0",
  9616. "@babel/plugin-proposal-object-rest-spread": "^7.20.0",
  9617. "@babel/plugin-proposal-optional-catch-binding": "^7.0.0",
  9618. "@babel/plugin-proposal-optional-chaining": "^7.20.0",
  9619. "@babel/plugin-syntax-dynamic-import": "^7.8.0",
  9620. "@babel/plugin-syntax-export-default-from": "^7.0.0",
  9621. "@babel/plugin-syntax-flow": "^7.18.0",
  9622. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.0.0",
  9623. "@babel/plugin-syntax-optional-chaining": "^7.0.0",
  9624. "@babel/plugin-transform-arrow-functions": "^7.0.0",
  9625. "@babel/plugin-transform-async-to-generator": "^7.20.0",
  9626. "@babel/plugin-transform-block-scoping": "^7.0.0",
  9627. "@babel/plugin-transform-classes": "^7.0.0",
  9628. "@babel/plugin-transform-computed-properties": "^7.0.0",
  9629. "@babel/plugin-transform-destructuring": "^7.20.0",
  9630. "@babel/plugin-transform-flow-strip-types": "^7.20.0",
  9631. "@babel/plugin-transform-function-name": "^7.0.0",
  9632. "@babel/plugin-transform-literals": "^7.0.0",
  9633. "@babel/plugin-transform-modules-commonjs": "^7.0.0",
  9634. "@babel/plugin-transform-named-capturing-groups-regex": "^7.0.0",
  9635. "@babel/plugin-transform-parameters": "^7.0.0",
  9636. "@babel/plugin-transform-react-display-name": "^7.0.0",
  9637. "@babel/plugin-transform-react-jsx": "^7.0.0",
  9638. "@babel/plugin-transform-react-jsx-self": "^7.0.0",
  9639. "@babel/plugin-transform-react-jsx-source": "^7.0.0",
  9640. "@babel/plugin-transform-runtime": "^7.0.0",
  9641. "@babel/plugin-transform-shorthand-properties": "^7.0.0",
  9642. "@babel/plugin-transform-spread": "^7.0.0",
  9643. "@babel/plugin-transform-sticky-regex": "^7.0.0",
  9644. "@babel/plugin-transform-typescript": "^7.5.0",
  9645. "@babel/plugin-transform-unicode-regex": "^7.0.0",
  9646. "@babel/template": "^7.0.0",
  9647. "babel-plugin-transform-flow-enums": "^0.0.2",
  9648. "react-refresh": "^0.4.0"
  9649. },
  9650. "engines": {
  9651. "node": ">=16"
  9652. },
  9653. "peerDependencies": {
  9654. "@babel/core": "*"
  9655. }
  9656. },
  9657. "node_modules/metro/node_modules/source-map": {
  9658. "version": "0.5.7",
  9659. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
  9660. "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
  9661. "engines": {
  9662. "node": ">=0.10.0"
  9663. }
  9664. },
  9665. "node_modules/metro/node_modules/ws": {
  9666. "version": "7.5.9",
  9667. "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz",
  9668. "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==",
  9669. "engines": {
  9670. "node": ">=8.3.0"
  9671. },
  9672. "peerDependencies": {
  9673. "bufferutil": "^4.0.1",
  9674. "utf-8-validate": "^5.0.2"
  9675. },
  9676. "peerDependenciesMeta": {
  9677. "bufferutil": {
  9678. "optional": true
  9679. },
  9680. "utf-8-validate": {
  9681. "optional": true
  9682. }
  9683. }
  9684. },
  9685. "node_modules/micromatch": {
  9686. "version": "4.0.5",
  9687. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
  9688. "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
  9689. "dependencies": {
  9690. "braces": "^3.0.2",
  9691. "picomatch": "^2.3.1"
  9692. },
  9693. "engines": {
  9694. "node": ">=8.6"
  9695. }
  9696. },
  9697. "node_modules/mime": {
  9698. "version": "2.6.0",
  9699. "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz",
  9700. "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==",
  9701. "bin": {
  9702. "mime": "cli.js"
  9703. },
  9704. "engines": {
  9705. "node": ">=4.0.0"
  9706. }
  9707. },
  9708. "node_modules/mime-db": {
  9709. "version": "1.52.0",
  9710. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
  9711. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  9712. "engines": {
  9713. "node": ">= 0.6"
  9714. }
  9715. },
  9716. "node_modules/mime-types": {
  9717. "version": "2.1.35",
  9718. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
  9719. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  9720. "dependencies": {
  9721. "mime-db": "1.52.0"
  9722. },
  9723. "engines": {
  9724. "node": ">= 0.6"
  9725. }
  9726. },
  9727. "node_modules/mimic-fn": {
  9728. "version": "2.1.0",
  9729. "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
  9730. "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
  9731. "engines": {
  9732. "node": ">=6"
  9733. }
  9734. },
  9735. "node_modules/minimatch": {
  9736. "version": "3.1.2",
  9737. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  9738. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  9739. "dependencies": {
  9740. "brace-expansion": "^1.1.7"
  9741. },
  9742. "engines": {
  9743. "node": "*"
  9744. }
  9745. },
  9746. "node_modules/minimist": {
  9747. "version": "1.2.8",
  9748. "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
  9749. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  9750. "funding": {
  9751. "url": "https://github.com/sponsors/ljharb"
  9752. }
  9753. },
  9754. "node_modules/mkdirp": {
  9755. "version": "0.5.6",
  9756. "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
  9757. "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
  9758. "dependencies": {
  9759. "minimist": "^1.2.6"
  9760. },
  9761. "bin": {
  9762. "mkdirp": "bin/cmd.js"
  9763. }
  9764. },
  9765. "node_modules/ms": {
  9766. "version": "2.1.3",
  9767. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  9768. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
  9769. },
  9770. "node_modules/nanoid": {
  9771. "version": "3.3.6",
  9772. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz",
  9773. "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==",
  9774. "funding": [
  9775. {
  9776. "type": "github",
  9777. "url": "https://github.com/sponsors/ai"
  9778. }
  9779. ],
  9780. "bin": {
  9781. "nanoid": "bin/nanoid.cjs"
  9782. },
  9783. "engines": {
  9784. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  9785. }
  9786. },
  9787. "node_modules/natural-compare": {
  9788. "version": "1.4.0",
  9789. "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  9790. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  9791. "dev": true
  9792. },
  9793. "node_modules/natural-compare-lite": {
  9794. "version": "1.4.0",
  9795. "resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz",
  9796. "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==",
  9797. "dev": true
  9798. },
  9799. "node_modules/negotiator": {
  9800. "version": "0.6.3",
  9801. "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
  9802. "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
  9803. "engines": {
  9804. "node": ">= 0.6"
  9805. }
  9806. },
  9807. "node_modules/neo-async": {
  9808. "version": "2.6.2",
  9809. "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
  9810. "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw=="
  9811. },
  9812. "node_modules/nocache": {
  9813. "version": "3.0.4",
  9814. "resolved": "https://registry.npmjs.org/nocache/-/nocache-3.0.4.tgz",
  9815. "integrity": "sha512-WDD0bdg9mbq6F4mRxEYcPWwfA1vxd0mrvKOyxI7Xj/atfRHVeutzuWByG//jfm4uPzp0y4Kj051EORCBSQMycw==",
  9816. "engines": {
  9817. "node": ">=12.0.0"
  9818. }
  9819. },
  9820. "node_modules/node-abort-controller": {
  9821. "version": "3.1.1",
  9822. "resolved": "https://registry.npmjs.org/node-abort-controller/-/node-abort-controller-3.1.1.tgz",
  9823. "integrity": "sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ=="
  9824. },
  9825. "node_modules/node-dir": {
  9826. "version": "0.1.17",
  9827. "resolved": "https://registry.npmjs.org/node-dir/-/node-dir-0.1.17.tgz",
  9828. "integrity": "sha512-tmPX422rYgofd4epzrNoOXiE8XFZYOcCq1vD7MAXCDO+O+zndlA2ztdKKMa+EeuBG5tHETpr4ml4RGgpqDCCAg==",
  9829. "dependencies": {
  9830. "minimatch": "^3.0.2"
  9831. },
  9832. "engines": {
  9833. "node": ">= 0.10.5"
  9834. }
  9835. },
  9836. "node_modules/node-fetch": {
  9837. "version": "2.6.12",
  9838. "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.12.tgz",
  9839. "integrity": "sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==",
  9840. "dependencies": {
  9841. "whatwg-url": "^5.0.0"
  9842. },
  9843. "engines": {
  9844. "node": "4.x || >=6.0.0"
  9845. },
  9846. "peerDependencies": {
  9847. "encoding": "^0.1.0"
  9848. },
  9849. "peerDependenciesMeta": {
  9850. "encoding": {
  9851. "optional": true
  9852. }
  9853. }
  9854. },
  9855. "node_modules/node-int64": {
  9856. "version": "0.4.0",
  9857. "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
  9858. "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw=="
  9859. },
  9860. "node_modules/node-releases": {
  9861. "version": "2.0.12",
  9862. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.12.tgz",
  9863. "integrity": "sha512-QzsYKWhXTWx8h1kIvqfnC++o0pEmpRQA/aenALsL2F4pqNVr7YzcdMlDij5WBnwftRbJCNJL/O7zdKaxKPHqgQ=="
  9864. },
  9865. "node_modules/node-stream-zip": {
  9866. "version": "1.15.0",
  9867. "resolved": "https://registry.npmjs.org/node-stream-zip/-/node-stream-zip-1.15.0.tgz",
  9868. "integrity": "sha512-LN4fydt9TqhZhThkZIVQnF9cwjU3qmUH9h78Mx/K7d3VvfRqqwthLwJEUOEL0QPZ0XQmNN7be5Ggit5+4dq3Bw==",
  9869. "engines": {
  9870. "node": ">=0.12.0"
  9871. },
  9872. "funding": {
  9873. "type": "github",
  9874. "url": "https://github.com/sponsors/antelle"
  9875. }
  9876. },
  9877. "node_modules/normalize-path": {
  9878. "version": "3.0.0",
  9879. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  9880. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  9881. "engines": {
  9882. "node": ">=0.10.0"
  9883. }
  9884. },
  9885. "node_modules/npm-run-path": {
  9886. "version": "4.0.1",
  9887. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
  9888. "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
  9889. "dependencies": {
  9890. "path-key": "^3.0.0"
  9891. },
  9892. "engines": {
  9893. "node": ">=8"
  9894. }
  9895. },
  9896. "node_modules/nullthrows": {
  9897. "version": "1.1.1",
  9898. "resolved": "https://registry.npmjs.org/nullthrows/-/nullthrows-1.1.1.tgz",
  9899. "integrity": "sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw=="
  9900. },
  9901. "node_modules/ob1": {
  9902. "version": "0.76.5",
  9903. "resolved": "https://registry.npmjs.org/ob1/-/ob1-0.76.5.tgz",
  9904. "integrity": "sha512-HoxZXMXNuY/eIXGoX7gx1C4O3eB4kJJMola6KoFaMm7PGGg39+AnhbgMASYVmSvP2lwU3545NyiR63g8J9PW3w==",
  9905. "engines": {
  9906. "node": ">=16"
  9907. }
  9908. },
  9909. "node_modules/object-assign": {
  9910. "version": "4.1.1",
  9911. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  9912. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  9913. "engines": {
  9914. "node": ">=0.10.0"
  9915. }
  9916. },
  9917. "node_modules/object-inspect": {
  9918. "version": "1.12.3",
  9919. "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz",
  9920. "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==",
  9921. "dev": true,
  9922. "funding": {
  9923. "url": "https://github.com/sponsors/ljharb"
  9924. }
  9925. },
  9926. "node_modules/object-keys": {
  9927. "version": "1.1.1",
  9928. "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
  9929. "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
  9930. "dev": true,
  9931. "engines": {
  9932. "node": ">= 0.4"
  9933. }
  9934. },
  9935. "node_modules/object.assign": {
  9936. "version": "4.1.4",
  9937. "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz",
  9938. "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==",
  9939. "dev": true,
  9940. "dependencies": {
  9941. "call-bind": "^1.0.2",
  9942. "define-properties": "^1.1.4",
  9943. "has-symbols": "^1.0.3",
  9944. "object-keys": "^1.1.1"
  9945. },
  9946. "engines": {
  9947. "node": ">= 0.4"
  9948. },
  9949. "funding": {
  9950. "url": "https://github.com/sponsors/ljharb"
  9951. }
  9952. },
  9953. "node_modules/object.entries": {
  9954. "version": "1.1.6",
  9955. "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.6.tgz",
  9956. "integrity": "sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==",
  9957. "dev": true,
  9958. "dependencies": {
  9959. "call-bind": "^1.0.2",
  9960. "define-properties": "^1.1.4",
  9961. "es-abstract": "^1.20.4"
  9962. },
  9963. "engines": {
  9964. "node": ">= 0.4"
  9965. }
  9966. },
  9967. "node_modules/object.fromentries": {
  9968. "version": "2.0.6",
  9969. "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.6.tgz",
  9970. "integrity": "sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==",
  9971. "dev": true,
  9972. "dependencies": {
  9973. "call-bind": "^1.0.2",
  9974. "define-properties": "^1.1.4",
  9975. "es-abstract": "^1.20.4"
  9976. },
  9977. "engines": {
  9978. "node": ">= 0.4"
  9979. },
  9980. "funding": {
  9981. "url": "https://github.com/sponsors/ljharb"
  9982. }
  9983. },
  9984. "node_modules/object.hasown": {
  9985. "version": "1.1.2",
  9986. "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.2.tgz",
  9987. "integrity": "sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==",
  9988. "dev": true,
  9989. "dependencies": {
  9990. "define-properties": "^1.1.4",
  9991. "es-abstract": "^1.20.4"
  9992. },
  9993. "funding": {
  9994. "url": "https://github.com/sponsors/ljharb"
  9995. }
  9996. },
  9997. "node_modules/object.values": {
  9998. "version": "1.1.6",
  9999. "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.6.tgz",
  10000. "integrity": "sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==",
  10001. "dev": true,
  10002. "dependencies": {
  10003. "call-bind": "^1.0.2",
  10004. "define-properties": "^1.1.4",
  10005. "es-abstract": "^1.20.4"
  10006. },
  10007. "engines": {
  10008. "node": ">= 0.4"
  10009. },
  10010. "funding": {
  10011. "url": "https://github.com/sponsors/ljharb"
  10012. }
  10013. },
  10014. "node_modules/on-finished": {
  10015. "version": "2.4.1",
  10016. "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
  10017. "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
  10018. "dependencies": {
  10019. "ee-first": "1.1.1"
  10020. },
  10021. "engines": {
  10022. "node": ">= 0.8"
  10023. }
  10024. },
  10025. "node_modules/on-headers": {
  10026. "version": "1.0.2",
  10027. "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
  10028. "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
  10029. "engines": {
  10030. "node": ">= 0.8"
  10031. }
  10032. },
  10033. "node_modules/once": {
  10034. "version": "1.4.0",
  10035. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  10036. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  10037. "dependencies": {
  10038. "wrappy": "1"
  10039. }
  10040. },
  10041. "node_modules/onetime": {
  10042. "version": "5.1.2",
  10043. "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
  10044. "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
  10045. "dependencies": {
  10046. "mimic-fn": "^2.1.0"
  10047. },
  10048. "engines": {
  10049. "node": ">=6"
  10050. },
  10051. "funding": {
  10052. "url": "https://github.com/sponsors/sindresorhus"
  10053. }
  10054. },
  10055. "node_modules/open": {
  10056. "version": "6.4.0",
  10057. "resolved": "https://registry.npmjs.org/open/-/open-6.4.0.tgz",
  10058. "integrity": "sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg==",
  10059. "dependencies": {
  10060. "is-wsl": "^1.1.0"
  10061. },
  10062. "engines": {
  10063. "node": ">=8"
  10064. }
  10065. },
  10066. "node_modules/optionator": {
  10067. "version": "0.9.3",
  10068. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz",
  10069. "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==",
  10070. "dev": true,
  10071. "dependencies": {
  10072. "@aashutoshrathi/word-wrap": "^1.2.3",
  10073. "deep-is": "^0.1.3",
  10074. "fast-levenshtein": "^2.0.6",
  10075. "levn": "^0.4.1",
  10076. "prelude-ls": "^1.2.1",
  10077. "type-check": "^0.4.0"
  10078. },
  10079. "engines": {
  10080. "node": ">= 0.8.0"
  10081. }
  10082. },
  10083. "node_modules/ora": {
  10084. "version": "5.4.1",
  10085. "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz",
  10086. "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==",
  10087. "dependencies": {
  10088. "bl": "^4.1.0",
  10089. "chalk": "^4.1.0",
  10090. "cli-cursor": "^3.1.0",
  10091. "cli-spinners": "^2.5.0",
  10092. "is-interactive": "^1.0.0",
  10093. "is-unicode-supported": "^0.1.0",
  10094. "log-symbols": "^4.1.0",
  10095. "strip-ansi": "^6.0.0",
  10096. "wcwidth": "^1.0.1"
  10097. },
  10098. "engines": {
  10099. "node": ">=10"
  10100. },
  10101. "funding": {
  10102. "url": "https://github.com/sponsors/sindresorhus"
  10103. }
  10104. },
  10105. "node_modules/os-tmpdir": {
  10106. "version": "1.0.2",
  10107. "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
  10108. "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==",
  10109. "engines": {
  10110. "node": ">=0.10.0"
  10111. }
  10112. },
  10113. "node_modules/p-limit": {
  10114. "version": "3.1.0",
  10115. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  10116. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  10117. "dependencies": {
  10118. "yocto-queue": "^0.1.0"
  10119. },
  10120. "engines": {
  10121. "node": ">=10"
  10122. },
  10123. "funding": {
  10124. "url": "https://github.com/sponsors/sindresorhus"
  10125. }
  10126. },
  10127. "node_modules/p-locate": {
  10128. "version": "5.0.0",
  10129. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  10130. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  10131. "dependencies": {
  10132. "p-limit": "^3.0.2"
  10133. },
  10134. "engines": {
  10135. "node": ">=10"
  10136. },
  10137. "funding": {
  10138. "url": "https://github.com/sponsors/sindresorhus"
  10139. }
  10140. },
  10141. "node_modules/p-try": {
  10142. "version": "2.2.0",
  10143. "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
  10144. "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
  10145. "engines": {
  10146. "node": ">=6"
  10147. }
  10148. },
  10149. "node_modules/parent-module": {
  10150. "version": "1.0.1",
  10151. "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  10152. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  10153. "dev": true,
  10154. "dependencies": {
  10155. "callsites": "^3.0.0"
  10156. },
  10157. "engines": {
  10158. "node": ">=6"
  10159. }
  10160. },
  10161. "node_modules/parent-module/node_modules/callsites": {
  10162. "version": "3.1.0",
  10163. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  10164. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  10165. "dev": true,
  10166. "engines": {
  10167. "node": ">=6"
  10168. }
  10169. },
  10170. "node_modules/parse-json": {
  10171. "version": "4.0.0",
  10172. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
  10173. "integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==",
  10174. "dependencies": {
  10175. "error-ex": "^1.3.1",
  10176. "json-parse-better-errors": "^1.0.1"
  10177. },
  10178. "engines": {
  10179. "node": ">=4"
  10180. }
  10181. },
  10182. "node_modules/parseurl": {
  10183. "version": "1.3.3",
  10184. "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
  10185. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  10186. "engines": {
  10187. "node": ">= 0.8"
  10188. }
  10189. },
  10190. "node_modules/patch-package": {
  10191. "version": "7.0.0",
  10192. "resolved": "https://registry.npmjs.org/patch-package/-/patch-package-7.0.0.tgz",
  10193. "integrity": "sha512-eYunHbnnB2ghjTNc5iL1Uo7TsGMuXk0vibX3RFcE/CdVdXzmdbMsG/4K4IgoSuIkLTI5oHrMQk4+NkFqSed0BQ==",
  10194. "dependencies": {
  10195. "@yarnpkg/lockfile": "^1.1.0",
  10196. "chalk": "^4.1.2",
  10197. "ci-info": "^3.7.0",
  10198. "cross-spawn": "^7.0.3",
  10199. "find-yarn-workspace-root": "^2.0.0",
  10200. "fs-extra": "^9.0.0",
  10201. "klaw-sync": "^6.0.0",
  10202. "minimist": "^1.2.6",
  10203. "open": "^7.4.2",
  10204. "rimraf": "^2.6.3",
  10205. "semver": "^5.6.0",
  10206. "slash": "^2.0.0",
  10207. "tmp": "^0.0.33",
  10208. "yaml": "^2.2.2"
  10209. },
  10210. "bin": {
  10211. "patch-package": "index.js"
  10212. },
  10213. "engines": {
  10214. "node": ">=14",
  10215. "npm": ">5"
  10216. }
  10217. },
  10218. "node_modules/patch-package/node_modules/ci-info": {
  10219. "version": "3.8.0",
  10220. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
  10221. "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
  10222. "funding": [
  10223. {
  10224. "type": "github",
  10225. "url": "https://github.com/sponsors/sibiraj-s"
  10226. }
  10227. ],
  10228. "engines": {
  10229. "node": ">=8"
  10230. }
  10231. },
  10232. "node_modules/patch-package/node_modules/fs-extra": {
  10233. "version": "9.1.0",
  10234. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
  10235. "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
  10236. "dependencies": {
  10237. "at-least-node": "^1.0.0",
  10238. "graceful-fs": "^4.2.0",
  10239. "jsonfile": "^6.0.1",
  10240. "universalify": "^2.0.0"
  10241. },
  10242. "engines": {
  10243. "node": ">=10"
  10244. }
  10245. },
  10246. "node_modules/patch-package/node_modules/is-wsl": {
  10247. "version": "2.2.0",
  10248. "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
  10249. "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
  10250. "dependencies": {
  10251. "is-docker": "^2.0.0"
  10252. },
  10253. "engines": {
  10254. "node": ">=8"
  10255. }
  10256. },
  10257. "node_modules/patch-package/node_modules/jsonfile": {
  10258. "version": "6.1.0",
  10259. "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
  10260. "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
  10261. "dependencies": {
  10262. "universalify": "^2.0.0"
  10263. },
  10264. "optionalDependencies": {
  10265. "graceful-fs": "^4.1.6"
  10266. }
  10267. },
  10268. "node_modules/patch-package/node_modules/open": {
  10269. "version": "7.4.2",
  10270. "resolved": "https://registry.npmjs.org/open/-/open-7.4.2.tgz",
  10271. "integrity": "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==",
  10272. "dependencies": {
  10273. "is-docker": "^2.0.0",
  10274. "is-wsl": "^2.1.1"
  10275. },
  10276. "engines": {
  10277. "node": ">=8"
  10278. },
  10279. "funding": {
  10280. "url": "https://github.com/sponsors/sindresorhus"
  10281. }
  10282. },
  10283. "node_modules/patch-package/node_modules/rimraf": {
  10284. "version": "2.7.1",
  10285. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
  10286. "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
  10287. "dependencies": {
  10288. "glob": "^7.1.3"
  10289. },
  10290. "bin": {
  10291. "rimraf": "bin.js"
  10292. }
  10293. },
  10294. "node_modules/patch-package/node_modules/semver": {
  10295. "version": "5.7.2",
  10296. "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
  10297. "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
  10298. "bin": {
  10299. "semver": "bin/semver"
  10300. }
  10301. },
  10302. "node_modules/patch-package/node_modules/slash": {
  10303. "version": "2.0.0",
  10304. "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz",
  10305. "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==",
  10306. "engines": {
  10307. "node": ">=6"
  10308. }
  10309. },
  10310. "node_modules/patch-package/node_modules/universalify": {
  10311. "version": "2.0.0",
  10312. "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz",
  10313. "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==",
  10314. "engines": {
  10315. "node": ">= 10.0.0"
  10316. }
  10317. },
  10318. "node_modules/path-exists": {
  10319. "version": "4.0.0",
  10320. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  10321. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  10322. "engines": {
  10323. "node": ">=8"
  10324. }
  10325. },
  10326. "node_modules/path-is-absolute": {
  10327. "version": "1.0.1",
  10328. "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  10329. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  10330. "engines": {
  10331. "node": ">=0.10.0"
  10332. }
  10333. },
  10334. "node_modules/path-key": {
  10335. "version": "3.1.1",
  10336. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  10337. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  10338. "engines": {
  10339. "node": ">=8"
  10340. }
  10341. },
  10342. "node_modules/path-parse": {
  10343. "version": "1.0.7",
  10344. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  10345. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
  10346. },
  10347. "node_modules/path-type": {
  10348. "version": "4.0.0",
  10349. "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
  10350. "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
  10351. "dev": true,
  10352. "engines": {
  10353. "node": ">=8"
  10354. }
  10355. },
  10356. "node_modules/picocolors": {
  10357. "version": "1.0.0",
  10358. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
  10359. "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
  10360. },
  10361. "node_modules/picomatch": {
  10362. "version": "2.3.1",
  10363. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
  10364. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  10365. "engines": {
  10366. "node": ">=8.6"
  10367. },
  10368. "funding": {
  10369. "url": "https://github.com/sponsors/jonschlinkert"
  10370. }
  10371. },
  10372. "node_modules/pify": {
  10373. "version": "4.0.1",
  10374. "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
  10375. "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
  10376. "engines": {
  10377. "node": ">=6"
  10378. }
  10379. },
  10380. "node_modules/pirates": {
  10381. "version": "4.0.6",
  10382. "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz",
  10383. "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==",
  10384. "engines": {
  10385. "node": ">= 6"
  10386. }
  10387. },
  10388. "node_modules/pkg-dir": {
  10389. "version": "3.0.0",
  10390. "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz",
  10391. "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==",
  10392. "dependencies": {
  10393. "find-up": "^3.0.0"
  10394. },
  10395. "engines": {
  10396. "node": ">=6"
  10397. }
  10398. },
  10399. "node_modules/pkg-dir/node_modules/find-up": {
  10400. "version": "3.0.0",
  10401. "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
  10402. "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
  10403. "dependencies": {
  10404. "locate-path": "^3.0.0"
  10405. },
  10406. "engines": {
  10407. "node": ">=6"
  10408. }
  10409. },
  10410. "node_modules/pkg-dir/node_modules/locate-path": {
  10411. "version": "3.0.0",
  10412. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
  10413. "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
  10414. "dependencies": {
  10415. "p-locate": "^3.0.0",
  10416. "path-exists": "^3.0.0"
  10417. },
  10418. "engines": {
  10419. "node": ">=6"
  10420. }
  10421. },
  10422. "node_modules/pkg-dir/node_modules/p-limit": {
  10423. "version": "2.3.0",
  10424. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  10425. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  10426. "dependencies": {
  10427. "p-try": "^2.0.0"
  10428. },
  10429. "engines": {
  10430. "node": ">=6"
  10431. },
  10432. "funding": {
  10433. "url": "https://github.com/sponsors/sindresorhus"
  10434. }
  10435. },
  10436. "node_modules/pkg-dir/node_modules/p-locate": {
  10437. "version": "3.0.0",
  10438. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
  10439. "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
  10440. "dependencies": {
  10441. "p-limit": "^2.0.0"
  10442. },
  10443. "engines": {
  10444. "node": ">=6"
  10445. }
  10446. },
  10447. "node_modules/pkg-dir/node_modules/path-exists": {
  10448. "version": "3.0.0",
  10449. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
  10450. "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
  10451. "engines": {
  10452. "node": ">=4"
  10453. }
  10454. },
  10455. "node_modules/prelude-ls": {
  10456. "version": "1.2.1",
  10457. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  10458. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  10459. "dev": true,
  10460. "engines": {
  10461. "node": ">= 0.8.0"
  10462. }
  10463. },
  10464. "node_modules/prettier": {
  10465. "version": "2.8.8",
  10466. "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz",
  10467. "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
  10468. "dev": true,
  10469. "bin": {
  10470. "prettier": "bin-prettier.js"
  10471. },
  10472. "engines": {
  10473. "node": ">=10.13.0"
  10474. },
  10475. "funding": {
  10476. "url": "https://github.com/prettier/prettier?sponsor=1"
  10477. }
  10478. },
  10479. "node_modules/prettier-linter-helpers": {
  10480. "version": "1.0.0",
  10481. "resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz",
  10482. "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==",
  10483. "dev": true,
  10484. "dependencies": {
  10485. "fast-diff": "^1.1.2"
  10486. },
  10487. "engines": {
  10488. "node": ">=6.0.0"
  10489. }
  10490. },
  10491. "node_modules/pretty-format": {
  10492. "version": "26.6.2",
  10493. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.2.tgz",
  10494. "integrity": "sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==",
  10495. "dependencies": {
  10496. "@jest/types": "^26.6.2",
  10497. "ansi-regex": "^5.0.0",
  10498. "ansi-styles": "^4.0.0",
  10499. "react-is": "^17.0.1"
  10500. },
  10501. "engines": {
  10502. "node": ">= 10"
  10503. }
  10504. },
  10505. "node_modules/pretty-format/node_modules/@jest/types": {
  10506. "version": "26.6.2",
  10507. "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
  10508. "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
  10509. "dependencies": {
  10510. "@types/istanbul-lib-coverage": "^2.0.0",
  10511. "@types/istanbul-reports": "^3.0.0",
  10512. "@types/node": "*",
  10513. "@types/yargs": "^15.0.0",
  10514. "chalk": "^4.0.0"
  10515. },
  10516. "engines": {
  10517. "node": ">= 10.14.2"
  10518. }
  10519. },
  10520. "node_modules/pretty-format/node_modules/@types/yargs": {
  10521. "version": "15.0.15",
  10522. "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.15.tgz",
  10523. "integrity": "sha512-IziEYMU9XoVj8hWg7k+UJrXALkGFjWJhn5QFEv9q4p+v40oZhSuC135M38st8XPjICL7Ey4TV64ferBGUoJhBg==",
  10524. "dependencies": {
  10525. "@types/yargs-parser": "*"
  10526. }
  10527. },
  10528. "node_modules/pretty-format/node_modules/react-is": {
  10529. "version": "17.0.2",
  10530. "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
  10531. "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w=="
  10532. },
  10533. "node_modules/process-nextick-args": {
  10534. "version": "2.0.1",
  10535. "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
  10536. "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
  10537. },
  10538. "node_modules/promise": {
  10539. "version": "8.3.0",
  10540. "resolved": "https://registry.npmjs.org/promise/-/promise-8.3.0.tgz",
  10541. "integrity": "sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==",
  10542. "dependencies": {
  10543. "asap": "~2.0.6"
  10544. }
  10545. },
  10546. "node_modules/prompts": {
  10547. "version": "2.4.2",
  10548. "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
  10549. "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
  10550. "dependencies": {
  10551. "kleur": "^3.0.3",
  10552. "sisteransi": "^1.0.5"
  10553. },
  10554. "engines": {
  10555. "node": ">= 6"
  10556. }
  10557. },
  10558. "node_modules/prop-types": {
  10559. "version": "15.8.1",
  10560. "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
  10561. "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
  10562. "dependencies": {
  10563. "loose-envify": "^1.4.0",
  10564. "object-assign": "^4.1.1",
  10565. "react-is": "^16.13.1"
  10566. }
  10567. },
  10568. "node_modules/proxy-from-env": {
  10569. "version": "1.1.0",
  10570. "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
  10571. "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
  10572. },
  10573. "node_modules/punycode": {
  10574. "version": "2.3.0",
  10575. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz",
  10576. "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==",
  10577. "dev": true,
  10578. "engines": {
  10579. "node": ">=6"
  10580. }
  10581. },
  10582. "node_modules/pure-rand": {
  10583. "version": "6.0.2",
  10584. "resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.0.2.tgz",
  10585. "integrity": "sha512-6Yg0ekpKICSjPswYOuC5sku/TSWaRYlA0qsXqJgM/d/4pLPHPuTxK7Nbf7jFKzAeedUhR8C7K9Uv63FBsSo8xQ==",
  10586. "dev": true,
  10587. "funding": [
  10588. {
  10589. "type": "individual",
  10590. "url": "https://github.com/sponsors/dubzzz"
  10591. },
  10592. {
  10593. "type": "opencollective",
  10594. "url": "https://opencollective.com/fast-check"
  10595. }
  10596. ]
  10597. },
  10598. "node_modules/query-string": {
  10599. "version": "7.1.3",
  10600. "resolved": "https://registry.npmjs.org/query-string/-/query-string-7.1.3.tgz",
  10601. "integrity": "sha512-hh2WYhq4fi8+b+/2Kg9CEge4fDPvHS534aOOvOZeQ3+Vf2mCFsaFBYj0i+iXcAq6I9Vzp5fjMFBlONvayDC1qg==",
  10602. "dependencies": {
  10603. "decode-uri-component": "^0.2.2",
  10604. "filter-obj": "^1.1.0",
  10605. "split-on-first": "^1.0.0",
  10606. "strict-uri-encode": "^2.0.0"
  10607. },
  10608. "engines": {
  10609. "node": ">=6"
  10610. },
  10611. "funding": {
  10612. "url": "https://github.com/sponsors/sindresorhus"
  10613. }
  10614. },
  10615. "node_modules/queue": {
  10616. "version": "6.0.2",
  10617. "resolved": "https://registry.npmjs.org/queue/-/queue-6.0.2.tgz",
  10618. "integrity": "sha512-iHZWu+q3IdFZFX36ro/lKBkSvfkztY5Y7HMiPlOUjhupPcG2JMfst2KKEpu5XndviX/3UhFbRngUPNKtgvtZiA==",
  10619. "dependencies": {
  10620. "inherits": "~2.0.3"
  10621. }
  10622. },
  10623. "node_modules/queue-microtask": {
  10624. "version": "1.2.3",
  10625. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  10626. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  10627. "dev": true,
  10628. "funding": [
  10629. {
  10630. "type": "github",
  10631. "url": "https://github.com/sponsors/feross"
  10632. },
  10633. {
  10634. "type": "patreon",
  10635. "url": "https://www.patreon.com/feross"
  10636. },
  10637. {
  10638. "type": "consulting",
  10639. "url": "https://feross.org/support"
  10640. }
  10641. ]
  10642. },
  10643. "node_modules/range-parser": {
  10644. "version": "1.2.1",
  10645. "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
  10646. "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
  10647. "engines": {
  10648. "node": ">= 0.6"
  10649. }
  10650. },
  10651. "node_modules/react": {
  10652. "version": "18.2.0",
  10653. "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz",
  10654. "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==",
  10655. "dependencies": {
  10656. "loose-envify": "^1.1.0"
  10657. },
  10658. "engines": {
  10659. "node": ">=0.10.0"
  10660. }
  10661. },
  10662. "node_modules/react-devtools-core": {
  10663. "version": "4.27.8",
  10664. "resolved": "https://registry.npmjs.org/react-devtools-core/-/react-devtools-core-4.27.8.tgz",
  10665. "integrity": "sha512-KwoH8/wN/+m5wTItLnsgVraGNmFrcTWR3k1VimP1HjtMMw4CNF+F5vg4S/0tzTEKIdpCi2R7mPNTC+/dswZMgw==",
  10666. "dependencies": {
  10667. "shell-quote": "^1.6.1",
  10668. "ws": "^7"
  10669. }
  10670. },
  10671. "node_modules/react-devtools-core/node_modules/ws": {
  10672. "version": "7.5.9",
  10673. "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz",
  10674. "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==",
  10675. "engines": {
  10676. "node": ">=8.3.0"
  10677. },
  10678. "peerDependencies": {
  10679. "bufferutil": "^4.0.1",
  10680. "utf-8-validate": "^5.0.2"
  10681. },
  10682. "peerDependenciesMeta": {
  10683. "bufferutil": {
  10684. "optional": true
  10685. },
  10686. "utf-8-validate": {
  10687. "optional": true
  10688. }
  10689. }
  10690. },
  10691. "node_modules/react-freeze": {
  10692. "version": "1.0.3",
  10693. "resolved": "https://registry.npmjs.org/react-freeze/-/react-freeze-1.0.3.tgz",
  10694. "integrity": "sha512-ZnXwLQnGzrDpHBHiC56TXFXvmolPeMjTn1UOm610M4EXGzbEDR7oOIyS2ZiItgbs6eZc4oU/a0hpk8PrcKvv5g==",
  10695. "engines": {
  10696. "node": ">=10"
  10697. },
  10698. "peerDependencies": {
  10699. "react": ">=17.0.0"
  10700. }
  10701. },
  10702. "node_modules/react-is": {
  10703. "version": "16.13.1",
  10704. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  10705. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
  10706. },
  10707. "node_modules/react-native": {
  10708. "version": "0.72.1",
  10709. "resolved": "https://registry.npmjs.org/react-native/-/react-native-0.72.1.tgz",
  10710. "integrity": "sha512-O9cIVD++kt2XQl0XLCUGUgwSKr8xp+yo0ho5QK6KYWJrCFnnvQLTKL0+HD0rZUcuqFfGknHQJh3h0moQO2EMDg==",
  10711. "dependencies": {
  10712. "@jest/create-cache-key-function": "^29.2.1",
  10713. "@react-native-community/cli": "11.3.3",
  10714. "@react-native-community/cli-platform-android": "11.3.3",
  10715. "@react-native-community/cli-platform-ios": "11.3.3",
  10716. "@react-native/assets-registry": "^0.72.0",
  10717. "@react-native/codegen": "^0.72.6",
  10718. "@react-native/gradle-plugin": "^0.72.11",
  10719. "@react-native/js-polyfills": "^0.72.1",
  10720. "@react-native/normalize-colors": "^0.72.0",
  10721. "@react-native/virtualized-lists": "^0.72.6",
  10722. "abort-controller": "^3.0.0",
  10723. "anser": "^1.4.9",
  10724. "base64-js": "^1.1.2",
  10725. "deprecated-react-native-prop-types": "4.1.0",
  10726. "event-target-shim": "^5.0.1",
  10727. "flow-enums-runtime": "^0.0.5",
  10728. "invariant": "^2.2.4",
  10729. "jest-environment-node": "^29.2.1",
  10730. "jsc-android": "^250231.0.0",
  10731. "memoize-one": "^5.0.0",
  10732. "metro-runtime": "0.76.5",
  10733. "metro-source-map": "0.76.5",
  10734. "mkdirp": "^0.5.1",
  10735. "nullthrows": "^1.1.1",
  10736. "pretty-format": "^26.5.2",
  10737. "promise": "^8.3.0",
  10738. "react-devtools-core": "^4.27.2",
  10739. "react-refresh": "^0.4.0",
  10740. "react-shallow-renderer": "^16.15.0",
  10741. "regenerator-runtime": "^0.13.2",
  10742. "scheduler": "0.24.0-canary-efb381bbf-20230505",
  10743. "stacktrace-parser": "^0.1.10",
  10744. "use-sync-external-store": "^1.0.0",
  10745. "whatwg-fetch": "^3.0.0",
  10746. "ws": "^6.2.2",
  10747. "yargs": "^17.6.2"
  10748. },
  10749. "bin": {
  10750. "react-native": "cli.js"
  10751. },
  10752. "engines": {
  10753. "node": ">=16"
  10754. },
  10755. "peerDependencies": {
  10756. "react": "18.2.0"
  10757. }
  10758. },
  10759. "node_modules/react-native-gesture-handler": {
  10760. "version": "2.12.0",
  10761. "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.12.0.tgz",
  10762. "integrity": "sha512-rr+XwVzXAVpY8co25ukvyI38fKCxTQjz7WajeZktl8qUPdh1twnSExgpT47DqDi4n+m+OiJPAnHfZOkqqAQMOg==",
  10763. "dependencies": {
  10764. "@egjs/hammerjs": "^2.0.17",
  10765. "hoist-non-react-statics": "^3.3.0",
  10766. "invariant": "^2.2.4",
  10767. "lodash": "^4.17.21",
  10768. "prop-types": "^15.7.2"
  10769. },
  10770. "peerDependencies": {
  10771. "react": "*",
  10772. "react-native": "*"
  10773. }
  10774. },
  10775. "node_modules/react-native-gradle-plugin": {
  10776. "version": "0.71.19",
  10777. "resolved": "https://registry.npmjs.org/react-native-gradle-plugin/-/react-native-gradle-plugin-0.71.19.tgz",
  10778. "integrity": "sha512-1dVk9NwhoyKHCSxcrM6vY6cxmojeATsBobDicX0ZKr7DgUF2cBQRTKsimQFvzH8XhOVXyH8p4HyDSZNIFI8OlQ=="
  10779. },
  10780. "node_modules/react-native-linear-gradient": {
  10781. "version": "2.7.3",
  10782. "resolved": "https://registry.npmjs.org/react-native-linear-gradient/-/react-native-linear-gradient-2.7.3.tgz",
  10783. "integrity": "sha512-iyJszlZ1Ech2c+2qV+isMvvJKyoctR9ashDkhJg1/cuSF0vQaeLV1FAYTT3qW9doxChJGxVAFfYoxotH0yi3Iw==",
  10784. "peerDependencies": {
  10785. "react": "*",
  10786. "react-native": "*"
  10787. }
  10788. },
  10789. "node_modules/react-native-paper": {
  10790. "version": "5.9.0",
  10791. "resolved": "https://registry.npmjs.org/react-native-paper/-/react-native-paper-5.9.0.tgz",
  10792. "integrity": "sha512-yPiZLESdyyipw8o6RAw5yAijcQye2ALMu2tA5ZqXyhIQ0lQNOYTQRnSrcSD+c/Dj/aCpV4utJrcQveBnK7VlFw==",
  10793. "hasInstallScript": true,
  10794. "dependencies": {
  10795. "@callstack/react-theme-provider": "^3.0.8",
  10796. "color": "^3.1.2",
  10797. "patch-package": "^7.0.0",
  10798. "use-latest-callback": "^0.1.5"
  10799. },
  10800. "peerDependencies": {
  10801. "react": "*",
  10802. "react-native": "*",
  10803. "react-native-safe-area-context": "*",
  10804. "react-native-vector-icons": "*"
  10805. }
  10806. },
  10807. "node_modules/react-native-paper/node_modules/color": {
  10808. "version": "3.2.1",
  10809. "resolved": "https://registry.npmjs.org/color/-/color-3.2.1.tgz",
  10810. "integrity": "sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==",
  10811. "dependencies": {
  10812. "color-convert": "^1.9.3",
  10813. "color-string": "^1.6.0"
  10814. }
  10815. },
  10816. "node_modules/react-native-paper/node_modules/color-convert": {
  10817. "version": "1.9.3",
  10818. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  10819. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  10820. "dependencies": {
  10821. "color-name": "1.1.3"
  10822. }
  10823. },
  10824. "node_modules/react-native-paper/node_modules/color-name": {
  10825. "version": "1.1.3",
  10826. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
  10827. "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
  10828. },
  10829. "node_modules/react-native-reanimated": {
  10830. "version": "3.3.0",
  10831. "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.3.0.tgz",
  10832. "integrity": "sha512-LzfpPZ1qXBGy5BcUHqw3pBC0qSd22qXS3t8hWSbozXNrBkzMhhOrcILE/nEg/PHpNNp1xvGOW8NwpAMF006roQ==",
  10833. "dependencies": {
  10834. "@babel/plugin-transform-object-assign": "^7.16.7",
  10835. "@babel/preset-typescript": "^7.16.7",
  10836. "convert-source-map": "^2.0.0",
  10837. "invariant": "^2.2.4"
  10838. },
  10839. "peerDependencies": {
  10840. "@babel/core": "^7.0.0-0",
  10841. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0-0",
  10842. "@babel/plugin-proposal-optional-chaining": "^7.0.0-0",
  10843. "@babel/plugin-transform-arrow-functions": "^7.0.0-0",
  10844. "@babel/plugin-transform-shorthand-properties": "^7.0.0-0",
  10845. "@babel/plugin-transform-template-literals": "^7.0.0-0",
  10846. "react": "*",
  10847. "react-native": "*"
  10848. }
  10849. },
  10850. "node_modules/react-native-reanimated-carousel": {
  10851. "version": "3.5.1",
  10852. "resolved": "https://registry.npmjs.org/react-native-reanimated-carousel/-/react-native-reanimated-carousel-3.5.1.tgz",
  10853. "integrity": "sha512-9BBQV6JAYSQm2lV7MFtT4mzapXmW4IZO6s38gfiJL84Jg23ivGB1UykcNQauKgtHyhtW2NuZJzItb1s42lM+hA==",
  10854. "peerDependencies": {
  10855. "react": ">=16.8.0",
  10856. "react-native": ">=0.6.0",
  10857. "react-native-gesture-handler": ">=2.0.0",
  10858. "react-native-reanimated": ">=3.0.0"
  10859. }
  10860. },
  10861. "node_modules/react-native-reanimated/node_modules/convert-source-map": {
  10862. "version": "2.0.0",
  10863. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
  10864. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg=="
  10865. },
  10866. "node_modules/react-native-safe-area-context": {
  10867. "version": "4.6.4",
  10868. "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.6.4.tgz",
  10869. "integrity": "sha512-UWYsokTLZmj8g0cluzoUeGUjQrCTW4slKr2xKmuwQCurAuvSJq/QvfhCrqyea++XrXo46+1Q3wSoP50YXG24jA==",
  10870. "peerDependencies": {
  10871. "react": "*",
  10872. "react-native": "*"
  10873. }
  10874. },
  10875. "node_modules/react-native-screens": {
  10876. "version": "3.22.0",
  10877. "resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-3.22.0.tgz",
  10878. "integrity": "sha512-csLypBSXIt/egh37YJmokETptZJCtZdoZBsZNLR9n31GesDyVogprT+MM22dEPDuxPxt/mFWq+lSpVwk7khuTw==",
  10879. "dependencies": {
  10880. "react-freeze": "^1.0.0",
  10881. "warn-once": "^0.1.0"
  10882. },
  10883. "peerDependencies": {
  10884. "react": "*",
  10885. "react-native": "*"
  10886. }
  10887. },
  10888. "node_modules/react-native-vector-icons": {
  10889. "version": "9.2.0",
  10890. "resolved": "https://registry.npmjs.org/react-native-vector-icons/-/react-native-vector-icons-9.2.0.tgz",
  10891. "integrity": "sha512-wKYLaFuQST/chH3AJRjmOLoLy3JEs1JR6zMNgTaemFpNoXs0ztRnTxcxFD9xhX7cJe1/zoN5BpQYe7kL0m5yyA==",
  10892. "dependencies": {
  10893. "prop-types": "^15.7.2",
  10894. "yargs": "^16.1.1"
  10895. },
  10896. "bin": {
  10897. "fa5-upgrade": "bin/fa5-upgrade.sh",
  10898. "generate-icon": "bin/generate-icon.js"
  10899. }
  10900. },
  10901. "node_modules/react-native-vector-icons/node_modules/cliui": {
  10902. "version": "7.0.4",
  10903. "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
  10904. "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
  10905. "dependencies": {
  10906. "string-width": "^4.2.0",
  10907. "strip-ansi": "^6.0.0",
  10908. "wrap-ansi": "^7.0.0"
  10909. }
  10910. },
  10911. "node_modules/react-native-vector-icons/node_modules/wrap-ansi": {
  10912. "version": "7.0.0",
  10913. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  10914. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  10915. "dependencies": {
  10916. "ansi-styles": "^4.0.0",
  10917. "string-width": "^4.1.0",
  10918. "strip-ansi": "^6.0.0"
  10919. },
  10920. "engines": {
  10921. "node": ">=10"
  10922. },
  10923. "funding": {
  10924. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  10925. }
  10926. },
  10927. "node_modules/react-native-vector-icons/node_modules/y18n": {
  10928. "version": "5.0.8",
  10929. "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
  10930. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  10931. "engines": {
  10932. "node": ">=10"
  10933. }
  10934. },
  10935. "node_modules/react-native-vector-icons/node_modules/yargs": {
  10936. "version": "16.2.0",
  10937. "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
  10938. "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
  10939. "dependencies": {
  10940. "cliui": "^7.0.2",
  10941. "escalade": "^3.1.1",
  10942. "get-caller-file": "^2.0.5",
  10943. "require-directory": "^2.1.1",
  10944. "string-width": "^4.2.0",
  10945. "y18n": "^5.0.5",
  10946. "yargs-parser": "^20.2.2"
  10947. },
  10948. "engines": {
  10949. "node": ">=10"
  10950. }
  10951. },
  10952. "node_modules/react-native-vector-icons/node_modules/yargs-parser": {
  10953. "version": "20.2.9",
  10954. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
  10955. "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
  10956. "engines": {
  10957. "node": ">=10"
  10958. }
  10959. },
  10960. "node_modules/react-native/node_modules/@react-native-community/cli": {
  10961. "version": "11.3.3",
  10962. "resolved": "https://registry.npmjs.org/@react-native-community/cli/-/cli-11.3.3.tgz",
  10963. "integrity": "sha512-+XwD9IEtaff0q8hyWTQL4xVc7V4P8B7zD0zpcEV8FVV+qUfIFMbNpaYNJFlNOFYRzZmo0/hXsa66S/Im5perlQ==",
  10964. "dependencies": {
  10965. "@react-native-community/cli-clean": "11.3.3",
  10966. "@react-native-community/cli-config": "11.3.3",
  10967. "@react-native-community/cli-debugger-ui": "11.3.3",
  10968. "@react-native-community/cli-doctor": "11.3.3",
  10969. "@react-native-community/cli-hermes": "11.3.3",
  10970. "@react-native-community/cli-plugin-metro": "11.3.3",
  10971. "@react-native-community/cli-server-api": "11.3.3",
  10972. "@react-native-community/cli-tools": "11.3.3",
  10973. "@react-native-community/cli-types": "11.3.3",
  10974. "chalk": "^4.1.2",
  10975. "commander": "^9.4.1",
  10976. "execa": "^5.0.0",
  10977. "find-up": "^4.1.0",
  10978. "fs-extra": "^8.1.0",
  10979. "graceful-fs": "^4.1.3",
  10980. "prompts": "^2.4.0",
  10981. "semver": "^6.3.0"
  10982. },
  10983. "bin": {
  10984. "react-native": "build/bin.js"
  10985. },
  10986. "engines": {
  10987. "node": ">=16"
  10988. }
  10989. },
  10990. "node_modules/react-refresh": {
  10991. "version": "0.4.3",
  10992. "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.4.3.tgz",
  10993. "integrity": "sha512-Hwln1VNuGl/6bVwnd0Xdn1e84gT/8T9aYNL+HAKDArLCS7LWjwr7StE30IEYbIkx0Vi3vs+coQxe+SQDbGbbpA==",
  10994. "engines": {
  10995. "node": ">=0.10.0"
  10996. }
  10997. },
  10998. "node_modules/react-shallow-renderer": {
  10999. "version": "16.15.0",
  11000. "resolved": "https://registry.npmjs.org/react-shallow-renderer/-/react-shallow-renderer-16.15.0.tgz",
  11001. "integrity": "sha512-oScf2FqQ9LFVQgA73vr86xl2NaOIX73rh+YFqcOp68CWj56tSfgtGKrEbyhCj0rSijyG9M1CYprTh39fBi5hzA==",
  11002. "dependencies": {
  11003. "object-assign": "^4.1.1",
  11004. "react-is": "^16.12.0 || ^17.0.0 || ^18.0.0"
  11005. },
  11006. "peerDependencies": {
  11007. "react": "^16.0.0 || ^17.0.0 || ^18.0.0"
  11008. }
  11009. },
  11010. "node_modules/react-test-renderer": {
  11011. "version": "18.2.0",
  11012. "resolved": "https://registry.npmjs.org/react-test-renderer/-/react-test-renderer-18.2.0.tgz",
  11013. "integrity": "sha512-JWD+aQ0lh2gvh4NM3bBM42Kx+XybOxCpgYK7F8ugAlpaTSnWsX+39Z4XkOykGZAHrjwwTZT3x3KxswVWxHPUqA==",
  11014. "dev": true,
  11015. "dependencies": {
  11016. "react-is": "^18.2.0",
  11017. "react-shallow-renderer": "^16.15.0",
  11018. "scheduler": "^0.23.0"
  11019. },
  11020. "peerDependencies": {
  11021. "react": "^18.2.0"
  11022. }
  11023. },
  11024. "node_modules/react-test-renderer/node_modules/react-is": {
  11025. "version": "18.2.0",
  11026. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
  11027. "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==",
  11028. "dev": true
  11029. },
  11030. "node_modules/react-test-renderer/node_modules/scheduler": {
  11031. "version": "0.23.0",
  11032. "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz",
  11033. "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==",
  11034. "dev": true,
  11035. "dependencies": {
  11036. "loose-envify": "^1.1.0"
  11037. }
  11038. },
  11039. "node_modules/readable-stream": {
  11040. "version": "3.6.2",
  11041. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
  11042. "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
  11043. "dependencies": {
  11044. "inherits": "^2.0.3",
  11045. "string_decoder": "^1.1.1",
  11046. "util-deprecate": "^1.0.1"
  11047. },
  11048. "engines": {
  11049. "node": ">= 6"
  11050. }
  11051. },
  11052. "node_modules/readline": {
  11053. "version": "1.3.0",
  11054. "resolved": "https://registry.npmjs.org/readline/-/readline-1.3.0.tgz",
  11055. "integrity": "sha512-k2d6ACCkiNYz222Fs/iNze30rRJ1iIicW7JuX/7/cozvih6YCkFZH+J6mAFDVgv0dRBaAyr4jDqC95R2y4IADg=="
  11056. },
  11057. "node_modules/recast": {
  11058. "version": "0.21.5",
  11059. "resolved": "https://registry.npmjs.org/recast/-/recast-0.21.5.tgz",
  11060. "integrity": "sha512-hjMmLaUXAm1hIuTqOdeYObMslq/q+Xff6QE3Y2P+uoHAg2nmVlLBps2hzh1UJDdMtDTMXOFewK6ky51JQIeECg==",
  11061. "dependencies": {
  11062. "ast-types": "0.15.2",
  11063. "esprima": "~4.0.0",
  11064. "source-map": "~0.6.1",
  11065. "tslib": "^2.0.1"
  11066. },
  11067. "engines": {
  11068. "node": ">= 4"
  11069. }
  11070. },
  11071. "node_modules/recast/node_modules/source-map": {
  11072. "version": "0.6.1",
  11073. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  11074. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  11075. "engines": {
  11076. "node": ">=0.10.0"
  11077. }
  11078. },
  11079. "node_modules/regenerate": {
  11080. "version": "1.4.2",
  11081. "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
  11082. "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A=="
  11083. },
  11084. "node_modules/regenerate-unicode-properties": {
  11085. "version": "10.1.0",
  11086. "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.0.tgz",
  11087. "integrity": "sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==",
  11088. "dependencies": {
  11089. "regenerate": "^1.4.2"
  11090. },
  11091. "engines": {
  11092. "node": ">=4"
  11093. }
  11094. },
  11095. "node_modules/regenerator-runtime": {
  11096. "version": "0.13.11",
  11097. "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
  11098. "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg=="
  11099. },
  11100. "node_modules/regenerator-transform": {
  11101. "version": "0.15.1",
  11102. "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.1.tgz",
  11103. "integrity": "sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==",
  11104. "dependencies": {
  11105. "@babel/runtime": "^7.8.4"
  11106. }
  11107. },
  11108. "node_modules/regexp.prototype.flags": {
  11109. "version": "1.5.0",
  11110. "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.0.tgz",
  11111. "integrity": "sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==",
  11112. "dev": true,
  11113. "dependencies": {
  11114. "call-bind": "^1.0.2",
  11115. "define-properties": "^1.2.0",
  11116. "functions-have-names": "^1.2.3"
  11117. },
  11118. "engines": {
  11119. "node": ">= 0.4"
  11120. },
  11121. "funding": {
  11122. "url": "https://github.com/sponsors/ljharb"
  11123. }
  11124. },
  11125. "node_modules/regexpu-core": {
  11126. "version": "5.3.2",
  11127. "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz",
  11128. "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==",
  11129. "dependencies": {
  11130. "@babel/regjsgen": "^0.8.0",
  11131. "regenerate": "^1.4.2",
  11132. "regenerate-unicode-properties": "^10.1.0",
  11133. "regjsparser": "^0.9.1",
  11134. "unicode-match-property-ecmascript": "^2.0.0",
  11135. "unicode-match-property-value-ecmascript": "^2.1.0"
  11136. },
  11137. "engines": {
  11138. "node": ">=4"
  11139. }
  11140. },
  11141. "node_modules/regjsparser": {
  11142. "version": "0.9.1",
  11143. "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz",
  11144. "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==",
  11145. "dependencies": {
  11146. "jsesc": "~0.5.0"
  11147. },
  11148. "bin": {
  11149. "regjsparser": "bin/parser"
  11150. }
  11151. },
  11152. "node_modules/regjsparser/node_modules/jsesc": {
  11153. "version": "0.5.0",
  11154. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
  11155. "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==",
  11156. "bin": {
  11157. "jsesc": "bin/jsesc"
  11158. }
  11159. },
  11160. "node_modules/require-directory": {
  11161. "version": "2.1.1",
  11162. "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
  11163. "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
  11164. "engines": {
  11165. "node": ">=0.10.0"
  11166. }
  11167. },
  11168. "node_modules/require-main-filename": {
  11169. "version": "2.0.0",
  11170. "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz",
  11171. "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg=="
  11172. },
  11173. "node_modules/resolve": {
  11174. "version": "1.22.2",
  11175. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz",
  11176. "integrity": "sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==",
  11177. "dependencies": {
  11178. "is-core-module": "^2.11.0",
  11179. "path-parse": "^1.0.7",
  11180. "supports-preserve-symlinks-flag": "^1.0.0"
  11181. },
  11182. "bin": {
  11183. "resolve": "bin/resolve"
  11184. },
  11185. "funding": {
  11186. "url": "https://github.com/sponsors/ljharb"
  11187. }
  11188. },
  11189. "node_modules/resolve-cwd": {
  11190. "version": "3.0.0",
  11191. "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz",
  11192. "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==",
  11193. "dev": true,
  11194. "dependencies": {
  11195. "resolve-from": "^5.0.0"
  11196. },
  11197. "engines": {
  11198. "node": ">=8"
  11199. }
  11200. },
  11201. "node_modules/resolve-cwd/node_modules/resolve-from": {
  11202. "version": "5.0.0",
  11203. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
  11204. "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
  11205. "dev": true,
  11206. "engines": {
  11207. "node": ">=8"
  11208. }
  11209. },
  11210. "node_modules/resolve-from": {
  11211. "version": "3.0.0",
  11212. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz",
  11213. "integrity": "sha512-GnlH6vxLymXJNMBo7XP1fJIzBFbdYt49CuTwmB/6N53t+kMPRMFKz783LlQ4tv28XoQfMWinAJX6WCGf2IlaIw==",
  11214. "engines": {
  11215. "node": ">=4"
  11216. }
  11217. },
  11218. "node_modules/resolve.exports": {
  11219. "version": "2.0.2",
  11220. "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.2.tgz",
  11221. "integrity": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==",
  11222. "dev": true,
  11223. "engines": {
  11224. "node": ">=10"
  11225. }
  11226. },
  11227. "node_modules/restore-cursor": {
  11228. "version": "3.1.0",
  11229. "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz",
  11230. "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==",
  11231. "dependencies": {
  11232. "onetime": "^5.1.0",
  11233. "signal-exit": "^3.0.2"
  11234. },
  11235. "engines": {
  11236. "node": ">=8"
  11237. }
  11238. },
  11239. "node_modules/reusify": {
  11240. "version": "1.0.4",
  11241. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
  11242. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  11243. "dev": true,
  11244. "engines": {
  11245. "iojs": ">=1.0.0",
  11246. "node": ">=0.10.0"
  11247. }
  11248. },
  11249. "node_modules/rimraf": {
  11250. "version": "3.0.2",
  11251. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
  11252. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  11253. "dependencies": {
  11254. "glob": "^7.1.3"
  11255. },
  11256. "bin": {
  11257. "rimraf": "bin.js"
  11258. },
  11259. "funding": {
  11260. "url": "https://github.com/sponsors/isaacs"
  11261. }
  11262. },
  11263. "node_modules/run-parallel": {
  11264. "version": "1.2.0",
  11265. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  11266. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  11267. "dev": true,
  11268. "funding": [
  11269. {
  11270. "type": "github",
  11271. "url": "https://github.com/sponsors/feross"
  11272. },
  11273. {
  11274. "type": "patreon",
  11275. "url": "https://www.patreon.com/feross"
  11276. },
  11277. {
  11278. "type": "consulting",
  11279. "url": "https://feross.org/support"
  11280. }
  11281. ],
  11282. "dependencies": {
  11283. "queue-microtask": "^1.2.2"
  11284. }
  11285. },
  11286. "node_modules/safe-buffer": {
  11287. "version": "5.2.1",
  11288. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  11289. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  11290. "funding": [
  11291. {
  11292. "type": "github",
  11293. "url": "https://github.com/sponsors/feross"
  11294. },
  11295. {
  11296. "type": "patreon",
  11297. "url": "https://www.patreon.com/feross"
  11298. },
  11299. {
  11300. "type": "consulting",
  11301. "url": "https://feross.org/support"
  11302. }
  11303. ]
  11304. },
  11305. "node_modules/safe-regex-test": {
  11306. "version": "1.0.0",
  11307. "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz",
  11308. "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==",
  11309. "dev": true,
  11310. "dependencies": {
  11311. "call-bind": "^1.0.2",
  11312. "get-intrinsic": "^1.1.3",
  11313. "is-regex": "^1.1.4"
  11314. },
  11315. "funding": {
  11316. "url": "https://github.com/sponsors/ljharb"
  11317. }
  11318. },
  11319. "node_modules/scheduler": {
  11320. "version": "0.24.0-canary-efb381bbf-20230505",
  11321. "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.24.0-canary-efb381bbf-20230505.tgz",
  11322. "integrity": "sha512-ABvovCDe/k9IluqSh4/ISoq8tIJnW8euVAWYt5j/bg6dRnqwQwiGO1F/V4AyK96NGF/FB04FhOUDuWj8IKfABA==",
  11323. "dependencies": {
  11324. "loose-envify": "^1.1.0"
  11325. }
  11326. },
  11327. "node_modules/semver": {
  11328. "version": "6.3.1",
  11329. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  11330. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  11331. "bin": {
  11332. "semver": "bin/semver.js"
  11333. }
  11334. },
  11335. "node_modules/send": {
  11336. "version": "0.18.0",
  11337. "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz",
  11338. "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==",
  11339. "dependencies": {
  11340. "debug": "2.6.9",
  11341. "depd": "2.0.0",
  11342. "destroy": "1.2.0",
  11343. "encodeurl": "~1.0.2",
  11344. "escape-html": "~1.0.3",
  11345. "etag": "~1.8.1",
  11346. "fresh": "0.5.2",
  11347. "http-errors": "2.0.0",
  11348. "mime": "1.6.0",
  11349. "ms": "2.1.3",
  11350. "on-finished": "2.4.1",
  11351. "range-parser": "~1.2.1",
  11352. "statuses": "2.0.1"
  11353. },
  11354. "engines": {
  11355. "node": ">= 0.8.0"
  11356. }
  11357. },
  11358. "node_modules/send/node_modules/mime": {
  11359. "version": "1.6.0",
  11360. "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
  11361. "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
  11362. "bin": {
  11363. "mime": "cli.js"
  11364. },
  11365. "engines": {
  11366. "node": ">=4"
  11367. }
  11368. },
  11369. "node_modules/serialize-error": {
  11370. "version": "2.1.0",
  11371. "resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-2.1.0.tgz",
  11372. "integrity": "sha512-ghgmKt5o4Tly5yEG/UJp8qTd0AN7Xalw4XBtDEKP655B699qMEtra1WlXeE6WIvdEG481JvRxULKsInq/iNysw==",
  11373. "engines": {
  11374. "node": ">=0.10.0"
  11375. }
  11376. },
  11377. "node_modules/serve-static": {
  11378. "version": "1.15.0",
  11379. "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz",
  11380. "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==",
  11381. "dependencies": {
  11382. "encodeurl": "~1.0.2",
  11383. "escape-html": "~1.0.3",
  11384. "parseurl": "~1.3.3",
  11385. "send": "0.18.0"
  11386. },
  11387. "engines": {
  11388. "node": ">= 0.8.0"
  11389. }
  11390. },
  11391. "node_modules/set-blocking": {
  11392. "version": "2.0.0",
  11393. "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
  11394. "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw=="
  11395. },
  11396. "node_modules/setprototypeof": {
  11397. "version": "1.2.0",
  11398. "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
  11399. "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
  11400. },
  11401. "node_modules/shallow-clone": {
  11402. "version": "3.0.1",
  11403. "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz",
  11404. "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==",
  11405. "dependencies": {
  11406. "kind-of": "^6.0.2"
  11407. },
  11408. "engines": {
  11409. "node": ">=8"
  11410. }
  11411. },
  11412. "node_modules/shebang-command": {
  11413. "version": "2.0.0",
  11414. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  11415. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  11416. "dependencies": {
  11417. "shebang-regex": "^3.0.0"
  11418. },
  11419. "engines": {
  11420. "node": ">=8"
  11421. }
  11422. },
  11423. "node_modules/shebang-regex": {
  11424. "version": "3.0.0",
  11425. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  11426. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  11427. "engines": {
  11428. "node": ">=8"
  11429. }
  11430. },
  11431. "node_modules/shell-quote": {
  11432. "version": "1.8.1",
  11433. "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz",
  11434. "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==",
  11435. "funding": {
  11436. "url": "https://github.com/sponsors/ljharb"
  11437. }
  11438. },
  11439. "node_modules/side-channel": {
  11440. "version": "1.0.4",
  11441. "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz",
  11442. "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
  11443. "dev": true,
  11444. "dependencies": {
  11445. "call-bind": "^1.0.0",
  11446. "get-intrinsic": "^1.0.2",
  11447. "object-inspect": "^1.9.0"
  11448. },
  11449. "funding": {
  11450. "url": "https://github.com/sponsors/ljharb"
  11451. }
  11452. },
  11453. "node_modules/signal-exit": {
  11454. "version": "3.0.7",
  11455. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
  11456. "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
  11457. },
  11458. "node_modules/simple-swizzle": {
  11459. "version": "0.2.2",
  11460. "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
  11461. "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==",
  11462. "dependencies": {
  11463. "is-arrayish": "^0.3.1"
  11464. }
  11465. },
  11466. "node_modules/sisteransi": {
  11467. "version": "1.0.5",
  11468. "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
  11469. "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg=="
  11470. },
  11471. "node_modules/slash": {
  11472. "version": "3.0.0",
  11473. "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
  11474. "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
  11475. "engines": {
  11476. "node": ">=8"
  11477. }
  11478. },
  11479. "node_modules/slice-ansi": {
  11480. "version": "2.1.0",
  11481. "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-2.1.0.tgz",
  11482. "integrity": "sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==",
  11483. "dependencies": {
  11484. "ansi-styles": "^3.2.0",
  11485. "astral-regex": "^1.0.0",
  11486. "is-fullwidth-code-point": "^2.0.0"
  11487. },
  11488. "engines": {
  11489. "node": ">=6"
  11490. }
  11491. },
  11492. "node_modules/slice-ansi/node_modules/ansi-styles": {
  11493. "version": "3.2.1",
  11494. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  11495. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  11496. "dependencies": {
  11497. "color-convert": "^1.9.0"
  11498. },
  11499. "engines": {
  11500. "node": ">=4"
  11501. }
  11502. },
  11503. "node_modules/slice-ansi/node_modules/color-convert": {
  11504. "version": "1.9.3",
  11505. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  11506. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  11507. "dependencies": {
  11508. "color-name": "1.1.3"
  11509. }
  11510. },
  11511. "node_modules/slice-ansi/node_modules/color-name": {
  11512. "version": "1.1.3",
  11513. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
  11514. "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
  11515. },
  11516. "node_modules/source-map": {
  11517. "version": "0.7.4",
  11518. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz",
  11519. "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==",
  11520. "engines": {
  11521. "node": ">= 8"
  11522. }
  11523. },
  11524. "node_modules/source-map-support": {
  11525. "version": "0.5.21",
  11526. "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
  11527. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  11528. "dependencies": {
  11529. "buffer-from": "^1.0.0",
  11530. "source-map": "^0.6.0"
  11531. }
  11532. },
  11533. "node_modules/source-map-support/node_modules/source-map": {
  11534. "version": "0.6.1",
  11535. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  11536. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  11537. "engines": {
  11538. "node": ">=0.10.0"
  11539. }
  11540. },
  11541. "node_modules/split-on-first": {
  11542. "version": "1.1.0",
  11543. "resolved": "https://registry.npmjs.org/split-on-first/-/split-on-first-1.1.0.tgz",
  11544. "integrity": "sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw==",
  11545. "engines": {
  11546. "node": ">=6"
  11547. }
  11548. },
  11549. "node_modules/sprintf-js": {
  11550. "version": "1.0.3",
  11551. "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
  11552. "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g=="
  11553. },
  11554. "node_modules/stack-utils": {
  11555. "version": "2.0.6",
  11556. "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz",
  11557. "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==",
  11558. "dependencies": {
  11559. "escape-string-regexp": "^2.0.0"
  11560. },
  11561. "engines": {
  11562. "node": ">=10"
  11563. }
  11564. },
  11565. "node_modules/stack-utils/node_modules/escape-string-regexp": {
  11566. "version": "2.0.0",
  11567. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
  11568. "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
  11569. "engines": {
  11570. "node": ">=8"
  11571. }
  11572. },
  11573. "node_modules/stackframe": {
  11574. "version": "1.3.4",
  11575. "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.3.4.tgz",
  11576. "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw=="
  11577. },
  11578. "node_modules/stacktrace-parser": {
  11579. "version": "0.1.10",
  11580. "resolved": "https://registry.npmjs.org/stacktrace-parser/-/stacktrace-parser-0.1.10.tgz",
  11581. "integrity": "sha512-KJP1OCML99+8fhOHxwwzyWrlUuVX5GQ0ZpJTd1DFXhdkrvg1szxfHhawXUZ3g9TkXORQd4/WG68jMlQZ2p8wlg==",
  11582. "dependencies": {
  11583. "type-fest": "^0.7.1"
  11584. },
  11585. "engines": {
  11586. "node": ">=6"
  11587. }
  11588. },
  11589. "node_modules/statuses": {
  11590. "version": "2.0.1",
  11591. "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
  11592. "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
  11593. "engines": {
  11594. "node": ">= 0.8"
  11595. }
  11596. },
  11597. "node_modules/strict-uri-encode": {
  11598. "version": "2.0.0",
  11599. "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz",
  11600. "integrity": "sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ==",
  11601. "engines": {
  11602. "node": ">=4"
  11603. }
  11604. },
  11605. "node_modules/string_decoder": {
  11606. "version": "1.3.0",
  11607. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
  11608. "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
  11609. "dependencies": {
  11610. "safe-buffer": "~5.2.0"
  11611. }
  11612. },
  11613. "node_modules/string-length": {
  11614. "version": "4.0.2",
  11615. "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
  11616. "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
  11617. "dev": true,
  11618. "dependencies": {
  11619. "char-regex": "^1.0.2",
  11620. "strip-ansi": "^6.0.0"
  11621. },
  11622. "engines": {
  11623. "node": ">=10"
  11624. }
  11625. },
  11626. "node_modules/string-natural-compare": {
  11627. "version": "3.0.1",
  11628. "resolved": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz",
  11629. "integrity": "sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==",
  11630. "dev": true
  11631. },
  11632. "node_modules/string-width": {
  11633. "version": "4.2.3",
  11634. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  11635. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  11636. "dependencies": {
  11637. "emoji-regex": "^8.0.0",
  11638. "is-fullwidth-code-point": "^3.0.0",
  11639. "strip-ansi": "^6.0.1"
  11640. },
  11641. "engines": {
  11642. "node": ">=8"
  11643. }
  11644. },
  11645. "node_modules/string-width/node_modules/is-fullwidth-code-point": {
  11646. "version": "3.0.0",
  11647. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  11648. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  11649. "engines": {
  11650. "node": ">=8"
  11651. }
  11652. },
  11653. "node_modules/string.prototype.matchall": {
  11654. "version": "4.0.8",
  11655. "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz",
  11656. "integrity": "sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==",
  11657. "dev": true,
  11658. "dependencies": {
  11659. "call-bind": "^1.0.2",
  11660. "define-properties": "^1.1.4",
  11661. "es-abstract": "^1.20.4",
  11662. "get-intrinsic": "^1.1.3",
  11663. "has-symbols": "^1.0.3",
  11664. "internal-slot": "^1.0.3",
  11665. "regexp.prototype.flags": "^1.4.3",
  11666. "side-channel": "^1.0.4"
  11667. },
  11668. "funding": {
  11669. "url": "https://github.com/sponsors/ljharb"
  11670. }
  11671. },
  11672. "node_modules/string.prototype.trim": {
  11673. "version": "1.2.7",
  11674. "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.7.tgz",
  11675. "integrity": "sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==",
  11676. "dev": true,
  11677. "dependencies": {
  11678. "call-bind": "^1.0.2",
  11679. "define-properties": "^1.1.4",
  11680. "es-abstract": "^1.20.4"
  11681. },
  11682. "engines": {
  11683. "node": ">= 0.4"
  11684. },
  11685. "funding": {
  11686. "url": "https://github.com/sponsors/ljharb"
  11687. }
  11688. },
  11689. "node_modules/string.prototype.trimend": {
  11690. "version": "1.0.6",
  11691. "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz",
  11692. "integrity": "sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==",
  11693. "dev": true,
  11694. "dependencies": {
  11695. "call-bind": "^1.0.2",
  11696. "define-properties": "^1.1.4",
  11697. "es-abstract": "^1.20.4"
  11698. },
  11699. "funding": {
  11700. "url": "https://github.com/sponsors/ljharb"
  11701. }
  11702. },
  11703. "node_modules/string.prototype.trimstart": {
  11704. "version": "1.0.6",
  11705. "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz",
  11706. "integrity": "sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==",
  11707. "dev": true,
  11708. "dependencies": {
  11709. "call-bind": "^1.0.2",
  11710. "define-properties": "^1.1.4",
  11711. "es-abstract": "^1.20.4"
  11712. },
  11713. "funding": {
  11714. "url": "https://github.com/sponsors/ljharb"
  11715. }
  11716. },
  11717. "node_modules/strip-ansi": {
  11718. "version": "6.0.1",
  11719. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  11720. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  11721. "dependencies": {
  11722. "ansi-regex": "^5.0.1"
  11723. },
  11724. "engines": {
  11725. "node": ">=8"
  11726. }
  11727. },
  11728. "node_modules/strip-bom": {
  11729. "version": "4.0.0",
  11730. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz",
  11731. "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==",
  11732. "dev": true,
  11733. "engines": {
  11734. "node": ">=8"
  11735. }
  11736. },
  11737. "node_modules/strip-final-newline": {
  11738. "version": "2.0.0",
  11739. "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
  11740. "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
  11741. "engines": {
  11742. "node": ">=6"
  11743. }
  11744. },
  11745. "node_modules/strip-json-comments": {
  11746. "version": "3.1.1",
  11747. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  11748. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  11749. "dev": true,
  11750. "engines": {
  11751. "node": ">=8"
  11752. },
  11753. "funding": {
  11754. "url": "https://github.com/sponsors/sindresorhus"
  11755. }
  11756. },
  11757. "node_modules/strnum": {
  11758. "version": "1.0.5",
  11759. "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz",
  11760. "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA=="
  11761. },
  11762. "node_modules/sudo-prompt": {
  11763. "version": "9.2.1",
  11764. "resolved": "https://registry.npmjs.org/sudo-prompt/-/sudo-prompt-9.2.1.tgz",
  11765. "integrity": "sha512-Mu7R0g4ig9TUuGSxJavny5Rv0egCEtpZRNMrZaYS1vxkiIxGiGUwoezU3LazIQ+KE04hTrTfNPgxU5gzi7F5Pw=="
  11766. },
  11767. "node_modules/supports-color": {
  11768. "version": "7.2.0",
  11769. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  11770. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  11771. "dependencies": {
  11772. "has-flag": "^4.0.0"
  11773. },
  11774. "engines": {
  11775. "node": ">=8"
  11776. }
  11777. },
  11778. "node_modules/supports-preserve-symlinks-flag": {
  11779. "version": "1.0.0",
  11780. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  11781. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  11782. "engines": {
  11783. "node": ">= 0.4"
  11784. },
  11785. "funding": {
  11786. "url": "https://github.com/sponsors/ljharb"
  11787. }
  11788. },
  11789. "node_modules/temp": {
  11790. "version": "0.8.4",
  11791. "resolved": "https://registry.npmjs.org/temp/-/temp-0.8.4.tgz",
  11792. "integrity": "sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg==",
  11793. "dependencies": {
  11794. "rimraf": "~2.6.2"
  11795. },
  11796. "engines": {
  11797. "node": ">=6.0.0"
  11798. }
  11799. },
  11800. "node_modules/temp/node_modules/rimraf": {
  11801. "version": "2.6.3",
  11802. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz",
  11803. "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==",
  11804. "dependencies": {
  11805. "glob": "^7.1.3"
  11806. },
  11807. "bin": {
  11808. "rimraf": "bin.js"
  11809. }
  11810. },
  11811. "node_modules/terser": {
  11812. "version": "5.18.2",
  11813. "resolved": "https://registry.npmjs.org/terser/-/terser-5.18.2.tgz",
  11814. "integrity": "sha512-Ah19JS86ypbJzTzvUCX7KOsEIhDaRONungA4aYBjEP3JZRf4ocuDzTg4QWZnPn9DEMiMYGJPiSOy7aykoCc70w==",
  11815. "dependencies": {
  11816. "@jridgewell/source-map": "^0.3.3",
  11817. "acorn": "^8.8.2",
  11818. "commander": "^2.20.0",
  11819. "source-map-support": "~0.5.20"
  11820. },
  11821. "bin": {
  11822. "terser": "bin/terser"
  11823. },
  11824. "engines": {
  11825. "node": ">=10"
  11826. }
  11827. },
  11828. "node_modules/terser/node_modules/commander": {
  11829. "version": "2.20.3",
  11830. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  11831. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
  11832. },
  11833. "node_modules/test-exclude": {
  11834. "version": "6.0.0",
  11835. "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
  11836. "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",
  11837. "dev": true,
  11838. "dependencies": {
  11839. "@istanbuljs/schema": "^0.1.2",
  11840. "glob": "^7.1.4",
  11841. "minimatch": "^3.0.4"
  11842. },
  11843. "engines": {
  11844. "node": ">=8"
  11845. }
  11846. },
  11847. "node_modules/text-table": {
  11848. "version": "0.2.0",
  11849. "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
  11850. "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
  11851. "dev": true
  11852. },
  11853. "node_modules/throat": {
  11854. "version": "5.0.0",
  11855. "resolved": "https://registry.npmjs.org/throat/-/throat-5.0.0.tgz",
  11856. "integrity": "sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA=="
  11857. },
  11858. "node_modules/through2": {
  11859. "version": "2.0.5",
  11860. "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz",
  11861. "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==",
  11862. "dependencies": {
  11863. "readable-stream": "~2.3.6",
  11864. "xtend": "~4.0.1"
  11865. }
  11866. },
  11867. "node_modules/through2/node_modules/readable-stream": {
  11868. "version": "2.3.8",
  11869. "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
  11870. "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
  11871. "dependencies": {
  11872. "core-util-is": "~1.0.0",
  11873. "inherits": "~2.0.3",
  11874. "isarray": "~1.0.0",
  11875. "process-nextick-args": "~2.0.0",
  11876. "safe-buffer": "~5.1.1",
  11877. "string_decoder": "~1.1.1",
  11878. "util-deprecate": "~1.0.1"
  11879. }
  11880. },
  11881. "node_modules/through2/node_modules/safe-buffer": {
  11882. "version": "5.1.2",
  11883. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
  11884. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
  11885. },
  11886. "node_modules/through2/node_modules/string_decoder": {
  11887. "version": "1.1.1",
  11888. "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  11889. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  11890. "dependencies": {
  11891. "safe-buffer": "~5.1.0"
  11892. }
  11893. },
  11894. "node_modules/tmp": {
  11895. "version": "0.0.33",
  11896. "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
  11897. "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
  11898. "dependencies": {
  11899. "os-tmpdir": "~1.0.2"
  11900. },
  11901. "engines": {
  11902. "node": ">=0.6.0"
  11903. }
  11904. },
  11905. "node_modules/tmpl": {
  11906. "version": "1.0.5",
  11907. "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
  11908. "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw=="
  11909. },
  11910. "node_modules/to-fast-properties": {
  11911. "version": "2.0.0",
  11912. "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
  11913. "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
  11914. "engines": {
  11915. "node": ">=4"
  11916. }
  11917. },
  11918. "node_modules/to-regex-range": {
  11919. "version": "5.0.1",
  11920. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  11921. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  11922. "dependencies": {
  11923. "is-number": "^7.0.0"
  11924. },
  11925. "engines": {
  11926. "node": ">=8.0"
  11927. }
  11928. },
  11929. "node_modules/toidentifier": {
  11930. "version": "1.0.1",
  11931. "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
  11932. "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
  11933. "engines": {
  11934. "node": ">=0.6"
  11935. }
  11936. },
  11937. "node_modules/tr46": {
  11938. "version": "0.0.3",
  11939. "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
  11940. "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
  11941. },
  11942. "node_modules/tslib": {
  11943. "version": "2.6.0",
  11944. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.0.tgz",
  11945. "integrity": "sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA=="
  11946. },
  11947. "node_modules/tsutils": {
  11948. "version": "3.21.0",
  11949. "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz",
  11950. "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==",
  11951. "dev": true,
  11952. "dependencies": {
  11953. "tslib": "^1.8.1"
  11954. },
  11955. "engines": {
  11956. "node": ">= 6"
  11957. },
  11958. "peerDependencies": {
  11959. "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"
  11960. }
  11961. },
  11962. "node_modules/tsutils/node_modules/tslib": {
  11963. "version": "1.14.1",
  11964. "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
  11965. "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
  11966. "dev": true
  11967. },
  11968. "node_modules/type-check": {
  11969. "version": "0.4.0",
  11970. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
  11971. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  11972. "dev": true,
  11973. "dependencies": {
  11974. "prelude-ls": "^1.2.1"
  11975. },
  11976. "engines": {
  11977. "node": ">= 0.8.0"
  11978. }
  11979. },
  11980. "node_modules/type-detect": {
  11981. "version": "4.0.8",
  11982. "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
  11983. "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==",
  11984. "engines": {
  11985. "node": ">=4"
  11986. }
  11987. },
  11988. "node_modules/type-fest": {
  11989. "version": "0.7.1",
  11990. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.7.1.tgz",
  11991. "integrity": "sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==",
  11992. "engines": {
  11993. "node": ">=8"
  11994. }
  11995. },
  11996. "node_modules/typed-array-length": {
  11997. "version": "1.0.4",
  11998. "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz",
  11999. "integrity": "sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==",
  12000. "dev": true,
  12001. "dependencies": {
  12002. "call-bind": "^1.0.2",
  12003. "for-each": "^0.3.3",
  12004. "is-typed-array": "^1.1.9"
  12005. },
  12006. "funding": {
  12007. "url": "https://github.com/sponsors/ljharb"
  12008. }
  12009. },
  12010. "node_modules/typescript": {
  12011. "version": "4.8.4",
  12012. "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz",
  12013. "integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==",
  12014. "dev": true,
  12015. "bin": {
  12016. "tsc": "bin/tsc",
  12017. "tsserver": "bin/tsserver"
  12018. },
  12019. "engines": {
  12020. "node": ">=4.2.0"
  12021. }
  12022. },
  12023. "node_modules/uglify-es": {
  12024. "version": "3.3.9",
  12025. "resolved": "https://registry.npmjs.org/uglify-es/-/uglify-es-3.3.9.tgz",
  12026. "integrity": "sha512-r+MU0rfv4L/0eeW3xZrd16t4NZfK8Ld4SWVglYBb7ez5uXFWHuVRs6xCTrf1yirs9a4j4Y27nn7SRfO6v67XsQ==",
  12027. "deprecated": "support for ECMAScript is superseded by `uglify-js` as of v3.13.0",
  12028. "dependencies": {
  12029. "commander": "~2.13.0",
  12030. "source-map": "~0.6.1"
  12031. },
  12032. "bin": {
  12033. "uglifyjs": "bin/uglifyjs"
  12034. },
  12035. "engines": {
  12036. "node": ">=0.8.0"
  12037. }
  12038. },
  12039. "node_modules/uglify-es/node_modules/commander": {
  12040. "version": "2.13.0",
  12041. "resolved": "https://registry.npmjs.org/commander/-/commander-2.13.0.tgz",
  12042. "integrity": "sha512-MVuS359B+YzaWqjCL/c+22gfryv+mCBPHAv3zyVI2GN8EY6IRP8VwtasXn8jyyhvvq84R4ImN1OKRtcbIasjYA=="
  12043. },
  12044. "node_modules/uglify-es/node_modules/source-map": {
  12045. "version": "0.6.1",
  12046. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  12047. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  12048. "engines": {
  12049. "node": ">=0.10.0"
  12050. }
  12051. },
  12052. "node_modules/unbox-primitive": {
  12053. "version": "1.0.2",
  12054. "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz",
  12055. "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==",
  12056. "dev": true,
  12057. "dependencies": {
  12058. "call-bind": "^1.0.2",
  12059. "has-bigints": "^1.0.2",
  12060. "has-symbols": "^1.0.3",
  12061. "which-boxed-primitive": "^1.0.2"
  12062. },
  12063. "funding": {
  12064. "url": "https://github.com/sponsors/ljharb"
  12065. }
  12066. },
  12067. "node_modules/unicode-canonical-property-names-ecmascript": {
  12068. "version": "2.0.0",
  12069. "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz",
  12070. "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==",
  12071. "engines": {
  12072. "node": ">=4"
  12073. }
  12074. },
  12075. "node_modules/unicode-match-property-ecmascript": {
  12076. "version": "2.0.0",
  12077. "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
  12078. "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
  12079. "dependencies": {
  12080. "unicode-canonical-property-names-ecmascript": "^2.0.0",
  12081. "unicode-property-aliases-ecmascript": "^2.0.0"
  12082. },
  12083. "engines": {
  12084. "node": ">=4"
  12085. }
  12086. },
  12087. "node_modules/unicode-match-property-value-ecmascript": {
  12088. "version": "2.1.0",
  12089. "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz",
  12090. "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==",
  12091. "engines": {
  12092. "node": ">=4"
  12093. }
  12094. },
  12095. "node_modules/unicode-property-aliases-ecmascript": {
  12096. "version": "2.1.0",
  12097. "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz",
  12098. "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==",
  12099. "engines": {
  12100. "node": ">=4"
  12101. }
  12102. },
  12103. "node_modules/universalify": {
  12104. "version": "0.1.2",
  12105. "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
  12106. "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
  12107. "engines": {
  12108. "node": ">= 4.0.0"
  12109. }
  12110. },
  12111. "node_modules/unpipe": {
  12112. "version": "1.0.0",
  12113. "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
  12114. "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
  12115. "engines": {
  12116. "node": ">= 0.8"
  12117. }
  12118. },
  12119. "node_modules/update-browserslist-db": {
  12120. "version": "1.0.11",
  12121. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz",
  12122. "integrity": "sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==",
  12123. "funding": [
  12124. {
  12125. "type": "opencollective",
  12126. "url": "https://opencollective.com/browserslist"
  12127. },
  12128. {
  12129. "type": "tidelift",
  12130. "url": "https://tidelift.com/funding/github/npm/browserslist"
  12131. },
  12132. {
  12133. "type": "github",
  12134. "url": "https://github.com/sponsors/ai"
  12135. }
  12136. ],
  12137. "dependencies": {
  12138. "escalade": "^3.1.1",
  12139. "picocolors": "^1.0.0"
  12140. },
  12141. "bin": {
  12142. "update-browserslist-db": "cli.js"
  12143. },
  12144. "peerDependencies": {
  12145. "browserslist": ">= 4.21.0"
  12146. }
  12147. },
  12148. "node_modules/uri-js": {
  12149. "version": "4.4.1",
  12150. "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
  12151. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  12152. "dev": true,
  12153. "dependencies": {
  12154. "punycode": "^2.1.0"
  12155. }
  12156. },
  12157. "node_modules/use-latest-callback": {
  12158. "version": "0.1.6",
  12159. "resolved": "https://registry.npmjs.org/use-latest-callback/-/use-latest-callback-0.1.6.tgz",
  12160. "integrity": "sha512-VO/P91A/PmKH9bcN9a7O3duSuxe6M14ZoYXgA6a8dab8doWNdhiIHzEkX/jFeTTRBsX0Ubk6nG4q2NIjNsj+bg==",
  12161. "peerDependencies": {
  12162. "react": ">=16.8"
  12163. }
  12164. },
  12165. "node_modules/use-sync-external-store": {
  12166. "version": "1.2.0",
  12167. "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz",
  12168. "integrity": "sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==",
  12169. "peerDependencies": {
  12170. "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
  12171. }
  12172. },
  12173. "node_modules/util-deprecate": {
  12174. "version": "1.0.2",
  12175. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  12176. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
  12177. },
  12178. "node_modules/utils-merge": {
  12179. "version": "1.0.1",
  12180. "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
  12181. "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==",
  12182. "engines": {
  12183. "node": ">= 0.4.0"
  12184. }
  12185. },
  12186. "node_modules/uuid": {
  12187. "version": "9.0.0",
  12188. "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz",
  12189. "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==",
  12190. "bin": {
  12191. "uuid": "dist/bin/uuid"
  12192. }
  12193. },
  12194. "node_modules/v8-to-istanbul": {
  12195. "version": "9.1.0",
  12196. "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.1.0.tgz",
  12197. "integrity": "sha512-6z3GW9x8G1gd+JIIgQQQxXuiJtCXeAjp6RaPEPLv62mH3iPHPxV6W3robxtCzNErRo6ZwTmzWhsbNvjyEBKzKA==",
  12198. "dev": true,
  12199. "dependencies": {
  12200. "@jridgewell/trace-mapping": "^0.3.12",
  12201. "@types/istanbul-lib-coverage": "^2.0.1",
  12202. "convert-source-map": "^1.6.0"
  12203. },
  12204. "engines": {
  12205. "node": ">=10.12.0"
  12206. }
  12207. },
  12208. "node_modules/vary": {
  12209. "version": "1.1.2",
  12210. "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
  12211. "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
  12212. "engines": {
  12213. "node": ">= 0.8"
  12214. }
  12215. },
  12216. "node_modules/vlq": {
  12217. "version": "1.0.1",
  12218. "resolved": "https://registry.npmjs.org/vlq/-/vlq-1.0.1.tgz",
  12219. "integrity": "sha512-gQpnTgkubC6hQgdIcRdYGDSDc+SaujOdyesZQMv6JlfQee/9Mp0Qhnys6WxDWvQnL5WZdT7o2Ul187aSt0Rq+w=="
  12220. },
  12221. "node_modules/walker": {
  12222. "version": "1.0.8",
  12223. "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz",
  12224. "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==",
  12225. "dependencies": {
  12226. "makeerror": "1.0.12"
  12227. }
  12228. },
  12229. "node_modules/warn-once": {
  12230. "version": "0.1.1",
  12231. "resolved": "https://registry.npmjs.org/warn-once/-/warn-once-0.1.1.tgz",
  12232. "integrity": "sha512-VkQZJbO8zVImzYFteBXvBOZEl1qL175WH8VmZcxF2fZAoudNhNDvHi+doCaAEdU2l2vtcIwa2zn0QK5+I1HQ3Q=="
  12233. },
  12234. "node_modules/wcwidth": {
  12235. "version": "1.0.1",
  12236. "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz",
  12237. "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==",
  12238. "dependencies": {
  12239. "defaults": "^1.0.3"
  12240. }
  12241. },
  12242. "node_modules/webidl-conversions": {
  12243. "version": "3.0.1",
  12244. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
  12245. "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
  12246. },
  12247. "node_modules/whatwg-fetch": {
  12248. "version": "3.6.2",
  12249. "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz",
  12250. "integrity": "sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA=="
  12251. },
  12252. "node_modules/whatwg-url": {
  12253. "version": "5.0.0",
  12254. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
  12255. "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
  12256. "dependencies": {
  12257. "tr46": "~0.0.3",
  12258. "webidl-conversions": "^3.0.0"
  12259. }
  12260. },
  12261. "node_modules/which": {
  12262. "version": "2.0.2",
  12263. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  12264. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  12265. "dependencies": {
  12266. "isexe": "^2.0.0"
  12267. },
  12268. "bin": {
  12269. "node-which": "bin/node-which"
  12270. },
  12271. "engines": {
  12272. "node": ">= 8"
  12273. }
  12274. },
  12275. "node_modules/which-boxed-primitive": {
  12276. "version": "1.0.2",
  12277. "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz",
  12278. "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==",
  12279. "dev": true,
  12280. "dependencies": {
  12281. "is-bigint": "^1.0.1",
  12282. "is-boolean-object": "^1.1.0",
  12283. "is-number-object": "^1.0.4",
  12284. "is-string": "^1.0.5",
  12285. "is-symbol": "^1.0.3"
  12286. },
  12287. "funding": {
  12288. "url": "https://github.com/sponsors/ljharb"
  12289. }
  12290. },
  12291. "node_modules/which-module": {
  12292. "version": "2.0.1",
  12293. "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.1.tgz",
  12294. "integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ=="
  12295. },
  12296. "node_modules/which-typed-array": {
  12297. "version": "1.1.9",
  12298. "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.9.tgz",
  12299. "integrity": "sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==",
  12300. "dev": true,
  12301. "dependencies": {
  12302. "available-typed-arrays": "^1.0.5",
  12303. "call-bind": "^1.0.2",
  12304. "for-each": "^0.3.3",
  12305. "gopd": "^1.0.1",
  12306. "has-tostringtag": "^1.0.0",
  12307. "is-typed-array": "^1.1.10"
  12308. },
  12309. "engines": {
  12310. "node": ">= 0.4"
  12311. },
  12312. "funding": {
  12313. "url": "https://github.com/sponsors/ljharb"
  12314. }
  12315. },
  12316. "node_modules/wrap-ansi": {
  12317. "version": "6.2.0",
  12318. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
  12319. "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
  12320. "dependencies": {
  12321. "ansi-styles": "^4.0.0",
  12322. "string-width": "^4.1.0",
  12323. "strip-ansi": "^6.0.0"
  12324. },
  12325. "engines": {
  12326. "node": ">=8"
  12327. }
  12328. },
  12329. "node_modules/wrappy": {
  12330. "version": "1.0.2",
  12331. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  12332. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
  12333. },
  12334. "node_modules/write-file-atomic": {
  12335. "version": "2.4.3",
  12336. "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.3.tgz",
  12337. "integrity": "sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==",
  12338. "dependencies": {
  12339. "graceful-fs": "^4.1.11",
  12340. "imurmurhash": "^0.1.4",
  12341. "signal-exit": "^3.0.2"
  12342. }
  12343. },
  12344. "node_modules/ws": {
  12345. "version": "6.2.2",
  12346. "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.2.tgz",
  12347. "integrity": "sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==",
  12348. "dependencies": {
  12349. "async-limiter": "~1.0.0"
  12350. }
  12351. },
  12352. "node_modules/xtend": {
  12353. "version": "4.0.2",
  12354. "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
  12355. "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
  12356. "engines": {
  12357. "node": ">=0.4"
  12358. }
  12359. },
  12360. "node_modules/y18n": {
  12361. "version": "4.0.3",
  12362. "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
  12363. "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ=="
  12364. },
  12365. "node_modules/yallist": {
  12366. "version": "3.1.1",
  12367. "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
  12368. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
  12369. },
  12370. "node_modules/yaml": {
  12371. "version": "2.3.1",
  12372. "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.1.tgz",
  12373. "integrity": "sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==",
  12374. "engines": {
  12375. "node": ">= 14"
  12376. }
  12377. },
  12378. "node_modules/yargs": {
  12379. "version": "17.7.2",
  12380. "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
  12381. "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
  12382. "dependencies": {
  12383. "cliui": "^8.0.1",
  12384. "escalade": "^3.1.1",
  12385. "get-caller-file": "^2.0.5",
  12386. "require-directory": "^2.1.1",
  12387. "string-width": "^4.2.3",
  12388. "y18n": "^5.0.5",
  12389. "yargs-parser": "^21.1.1"
  12390. },
  12391. "engines": {
  12392. "node": ">=12"
  12393. }
  12394. },
  12395. "node_modules/yargs-parser": {
  12396. "version": "18.1.3",
  12397. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz",
  12398. "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==",
  12399. "dependencies": {
  12400. "camelcase": "^5.0.0",
  12401. "decamelize": "^1.2.0"
  12402. },
  12403. "engines": {
  12404. "node": ">=6"
  12405. }
  12406. },
  12407. "node_modules/yargs/node_modules/cliui": {
  12408. "version": "8.0.1",
  12409. "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
  12410. "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
  12411. "dependencies": {
  12412. "string-width": "^4.2.0",
  12413. "strip-ansi": "^6.0.1",
  12414. "wrap-ansi": "^7.0.0"
  12415. },
  12416. "engines": {
  12417. "node": ">=12"
  12418. }
  12419. },
  12420. "node_modules/yargs/node_modules/wrap-ansi": {
  12421. "version": "7.0.0",
  12422. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  12423. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  12424. "dependencies": {
  12425. "ansi-styles": "^4.0.0",
  12426. "string-width": "^4.1.0",
  12427. "strip-ansi": "^6.0.0"
  12428. },
  12429. "engines": {
  12430. "node": ">=10"
  12431. },
  12432. "funding": {
  12433. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  12434. }
  12435. },
  12436. "node_modules/yargs/node_modules/y18n": {
  12437. "version": "5.0.8",
  12438. "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
  12439. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  12440. "engines": {
  12441. "node": ">=10"
  12442. }
  12443. },
  12444. "node_modules/yargs/node_modules/yargs-parser": {
  12445. "version": "21.1.1",
  12446. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
  12447. "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
  12448. "engines": {
  12449. "node": ">=12"
  12450. }
  12451. },
  12452. "node_modules/yocto-queue": {
  12453. "version": "0.1.0",
  12454. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  12455. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  12456. "engines": {
  12457. "node": ">=10"
  12458. },
  12459. "funding": {
  12460. "url": "https://github.com/sponsors/sindresorhus"
  12461. }
  12462. }
  12463. }
  12464. }