package-lock.json 299 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964496549664967496849694970497149724973497449754976497749784979498049814982498349844985498649874988498949904991499249934994499549964997499849995000500150025003500450055006500750085009501050115012501350145015501650175018501950205021502250235024502550265027502850295030503150325033503450355036503750385039504050415042504350445045504650475048504950505051505250535054505550565057505850595060506150625063506450655066506750685069507050715072507350745075507650775078507950805081508250835084508550865087508850895090509150925093509450955096509750985099510051015102510351045105510651075108510951105111511251135114511551165117511851195120512151225123512451255126512751285129513051315132513351345135513651375138513951405141514251435144514551465147514851495150515151525153515451555156515751585159516051615162516351645165516651675168516951705171517251735174517551765177517851795180518151825183518451855186518751885189519051915192519351945195519651975198519952005201520252035204520552065207520852095210521152125213521452155216521752185219522052215222522352245225522652275228522952305231523252335234523552365237523852395240524152425243524452455246524752485249525052515252525352545255525652575258525952605261526252635264526552665267526852695270527152725273527452755276527752785279528052815282528352845285528652875288528952905291529252935294529552965297529852995300530153025303530453055306530753085309531053115312531353145315531653175318531953205321532253235324532553265327532853295330533153325333533453355336533753385339534053415342534353445345534653475348534953505351535253535354535553565357535853595360536153625363536453655366536753685369537053715372537353745375537653775378537953805381538253835384538553865387538853895390539153925393539453955396539753985399540054015402540354045405540654075408540954105411541254135414541554165417541854195420542154225423542454255426542754285429543054315432543354345435543654375438543954405441544254435444544554465447544854495450545154525453545454555456545754585459546054615462546354645465546654675468546954705471547254735474547554765477547854795480548154825483548454855486548754885489549054915492549354945495549654975498549955005501550255035504550555065507550855095510551155125513551455155516551755185519552055215522552355245525552655275528552955305531553255335534553555365537553855395540554155425543554455455546554755485549555055515552555355545555555655575558555955605561556255635564556555665567556855695570557155725573557455755576557755785579558055815582558355845585558655875588558955905591559255935594559555965597559855995600560156025603560456055606560756085609561056115612561356145615561656175618561956205621562256235624562556265627562856295630563156325633563456355636563756385639564056415642564356445645564656475648564956505651565256535654565556565657565856595660566156625663566456655666566756685669567056715672567356745675567656775678567956805681568256835684568556865687568856895690569156925693569456955696569756985699570057015702570357045705570657075708570957105711571257135714571557165717571857195720572157225723572457255726572757285729573057315732573357345735573657375738573957405741574257435744574557465747574857495750575157525753575457555756575757585759576057615762576357645765576657675768576957705771577257735774577557765777577857795780578157825783578457855786578757885789579057915792579357945795579657975798579958005801580258035804580558065807580858095810581158125813581458155816581758185819582058215822582358245825582658275828582958305831583258335834583558365837583858395840584158425843584458455846584758485849585058515852585358545855585658575858585958605861586258635864586558665867586858695870587158725873587458755876587758785879588058815882588358845885588658875888588958905891589258935894589558965897589858995900590159025903590459055906590759085909591059115912591359145915591659175918591959205921592259235924592559265927592859295930593159325933593459355936593759385939594059415942594359445945594659475948594959505951595259535954595559565957595859595960596159625963596459655966596759685969597059715972597359745975597659775978597959805981598259835984598559865987598859895990599159925993599459955996599759985999600060016002600360046005600660076008600960106011601260136014601560166017601860196020602160226023602460256026602760286029603060316032603360346035603660376038603960406041604260436044604560466047604860496050605160526053605460556056605760586059606060616062606360646065606660676068606960706071607260736074607560766077607860796080608160826083608460856086608760886089609060916092609360946095609660976098609961006101610261036104610561066107610861096110611161126113611461156116611761186119612061216122612361246125612661276128612961306131613261336134613561366137613861396140614161426143614461456146614761486149615061516152615361546155615661576158615961606161616261636164616561666167616861696170617161726173617461756176617761786179618061816182618361846185618661876188618961906191619261936194619561966197619861996200620162026203620462056206620762086209621062116212621362146215621662176218621962206221622262236224622562266227622862296230623162326233623462356236623762386239624062416242624362446245624662476248624962506251625262536254625562566257625862596260626162626263626462656266626762686269627062716272627362746275627662776278627962806281628262836284628562866287628862896290629162926293629462956296629762986299630063016302630363046305630663076308630963106311631263136314631563166317631863196320632163226323632463256326632763286329633063316332633363346335633663376338633963406341634263436344634563466347634863496350635163526353635463556356635763586359636063616362636363646365636663676368636963706371637263736374637563766377637863796380638163826383638463856386638763886389639063916392639363946395639663976398639964006401640264036404640564066407640864096410641164126413641464156416641764186419642064216422642364246425642664276428642964306431643264336434643564366437643864396440644164426443644464456446644764486449645064516452645364546455645664576458645964606461646264636464646564666467646864696470647164726473647464756476647764786479648064816482648364846485648664876488648964906491649264936494649564966497649864996500650165026503650465056506650765086509651065116512651365146515651665176518651965206521652265236524652565266527652865296530653165326533653465356536653765386539654065416542654365446545654665476548654965506551655265536554655565566557655865596560656165626563656465656566656765686569657065716572657365746575657665776578657965806581658265836584658565866587658865896590659165926593659465956596659765986599660066016602660366046605660666076608660966106611661266136614661566166617661866196620662166226623662466256626662766286629663066316632663366346635663666376638663966406641664266436644664566466647664866496650665166526653665466556656665766586659666066616662666366646665666666676668666966706671667266736674667566766677667866796680668166826683668466856686668766886689669066916692669366946695669666976698669967006701670267036704670567066707670867096710671167126713671467156716671767186719672067216722672367246725672667276728672967306731673267336734673567366737673867396740674167426743674467456746674767486749675067516752675367546755675667576758675967606761676267636764676567666767676867696770677167726773677467756776677767786779678067816782678367846785678667876788678967906791679267936794679567966797679867996800680168026803680468056806680768086809681068116812681368146815681668176818681968206821682268236824682568266827682868296830683168326833683468356836683768386839684068416842684368446845684668476848684968506851685268536854685568566857685868596860686168626863686468656866686768686869687068716872687368746875687668776878687968806881688268836884688568866887688868896890689168926893689468956896689768986899690069016902690369046905690669076908690969106911691269136914691569166917691869196920692169226923692469256926692769286929693069316932693369346935693669376938693969406941694269436944694569466947694869496950695169526953695469556956695769586959696069616962696369646965696669676968696969706971697269736974697569766977697869796980698169826983698469856986698769886989699069916992699369946995699669976998699970007001700270037004700570067007700870097010701170127013701470157016701770187019702070217022702370247025702670277028702970307031703270337034703570367037703870397040704170427043704470457046704770487049705070517052705370547055705670577058705970607061706270637064706570667067706870697070707170727073707470757076707770787079708070817082708370847085708670877088708970907091709270937094709570967097709870997100710171027103710471057106710771087109711071117112711371147115711671177118711971207121712271237124712571267127712871297130713171327133713471357136713771387139714071417142714371447145714671477148714971507151715271537154715571567157715871597160716171627163716471657166716771687169717071717172717371747175717671777178717971807181718271837184718571867187718871897190719171927193719471957196719771987199720072017202720372047205720672077208720972107211721272137214721572167217721872197220722172227223722472257226722772287229723072317232723372347235723672377238723972407241724272437244724572467247724872497250725172527253725472557256725772587259726072617262726372647265726672677268726972707271727272737274727572767277727872797280728172827283728472857286728772887289729072917292729372947295729672977298729973007301730273037304730573067307730873097310731173127313731473157316731773187319732073217322732373247325732673277328732973307331733273337334733573367337733873397340734173427343734473457346734773487349735073517352735373547355735673577358735973607361736273637364736573667367736873697370737173727373737473757376737773787379738073817382738373847385738673877388738973907391739273937394739573967397739873997400740174027403740474057406740774087409741074117412741374147415741674177418741974207421742274237424742574267427742874297430743174327433743474357436743774387439744074417442744374447445744674477448744974507451745274537454745574567457745874597460746174627463746474657466746774687469747074717472747374747475747674777478747974807481748274837484748574867487748874897490749174927493749474957496749774987499750075017502750375047505750675077508750975107511751275137514751575167517751875197520752175227523752475257526752775287529753075317532753375347535753675377538753975407541754275437544754575467547754875497550755175527553755475557556755775587559756075617562756375647565756675677568756975707571757275737574757575767577757875797580758175827583758475857586758775887589759075917592759375947595759675977598759976007601760276037604760576067607760876097610761176127613761476157616761776187619762076217622762376247625762676277628762976307631763276337634763576367637763876397640764176427643764476457646764776487649765076517652765376547655765676577658765976607661766276637664766576667667766876697670767176727673767476757676767776787679768076817682768376847685768676877688768976907691769276937694769576967697769876997700770177027703770477057706770777087709771077117712771377147715771677177718771977207721772277237724772577267727772877297730773177327733773477357736773777387739774077417742774377447745774677477748774977507751775277537754775577567757775877597760776177627763776477657766776777687769777077717772777377747775777677777778777977807781778277837784778577867787778877897790779177927793779477957796779777987799780078017802780378047805780678077808780978107811781278137814781578167817781878197820782178227823782478257826782778287829783078317832783378347835783678377838783978407841784278437844784578467847784878497850785178527853785478557856785778587859786078617862786378647865786678677868786978707871787278737874787578767877787878797880788178827883788478857886788778887889789078917892789378947895789678977898789979007901790279037904790579067907790879097910791179127913791479157916791779187919792079217922792379247925792679277928792979307931793279337934793579367937793879397940794179427943794479457946794779487949795079517952795379547955795679577958795979607961796279637964796579667967796879697970797179727973797479757976797779787979798079817982798379847985798679877988798979907991799279937994799579967997799879998000800180028003800480058006800780088009801080118012801380148015801680178018801980208021802280238024802580268027802880298030803180328033803480358036803780388039804080418042804380448045804680478048804980508051805280538054805580568057805880598060806180628063806480658066806780688069807080718072807380748075807680778078807980808081808280838084
  1. {
  2. "name": "ntfy",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "ntfy",
  9. "version": "1.0.0",
  10. "dependencies": {
  11. "@emotion/cache": "^11.11.0",
  12. "@emotion/react": "^11.11.0",
  13. "@emotion/styled": "^11.11.0",
  14. "@mui/icons-material": "^5.4.2",
  15. "@mui/material": "latest",
  16. "dexie": "^3.2.1",
  17. "dexie-react-hooks": "^1.1.1",
  18. "humanize-duration": "^3.27.3",
  19. "i18next": "^21.6.14",
  20. "i18next-browser-languagedetector": "^6.1.4",
  21. "i18next-http-backend": "^1.4.0",
  22. "js-base64": "^3.7.2",
  23. "react": "latest",
  24. "react-dom": "latest",
  25. "react-i18next": "^11.16.2",
  26. "react-infinite-scroll-component": "^6.1.0",
  27. "react-remark": "^2.1.0",
  28. "react-router-dom": "^6.2.2",
  29. "stacktrace-gps": "^3.0.4",
  30. "stacktrace-js": "^2.0.2",
  31. "stylis": "^4.3.0",
  32. "stylis-plugin-rtl": "^2.1.1"
  33. },
  34. "devDependencies": {
  35. "@vitejs/plugin-react": "^4.0.0",
  36. "eslint": "^8.41.0",
  37. "eslint-config-airbnb": "^19.0.4",
  38. "eslint-config-prettier": "^8.8.0",
  39. "eslint-plugin-import": "^2.27.5",
  40. "eslint-plugin-jsx-a11y": "^6.7.1",
  41. "eslint-plugin-react": "^7.32.2",
  42. "eslint-plugin-react-hooks": "^4.6.0",
  43. "prettier": "^2.8.8",
  44. "vite": "^4.3.9",
  45. "vite-plugin-pwa": "^0.15.0"
  46. }
  47. },
  48. "node_modules/@aashutoshrathi/word-wrap": {
  49. "version": "1.2.6",
  50. "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz",
  51. "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==",
  52. "dev": true,
  53. "engines": {
  54. "node": ">=0.10.0"
  55. }
  56. },
  57. "node_modules/@ampproject/remapping": {
  58. "version": "2.2.1",
  59. "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz",
  60. "integrity": "sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==",
  61. "dev": true,
  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.10",
  72. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.10.tgz",
  73. "integrity": "sha512-/KKIMG4UEL35WmI9OlvMhurwtytjvXoFcGNrOvyG9zIzA8YmPjVtIZUf7b05+TPO7G7/GEmLHDaoCgACHl9hhA==",
  74. "dependencies": {
  75. "@babel/highlight": "^7.22.10",
  76. "chalk": "^2.4.2"
  77. },
  78. "engines": {
  79. "node": ">=6.9.0"
  80. }
  81. },
  82. "node_modules/@babel/compat-data": {
  83. "version": "7.22.9",
  84. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.9.tgz",
  85. "integrity": "sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==",
  86. "dev": true,
  87. "engines": {
  88. "node": ">=6.9.0"
  89. }
  90. },
  91. "node_modules/@babel/core": {
  92. "version": "7.22.10",
  93. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.10.tgz",
  94. "integrity": "sha512-fTmqbbUBAwCcre6zPzNngvsI0aNrPZe77AeqvDxWM9Nm+04RrJ3CAmGHA9f7lJQY6ZMhRztNemy4uslDxTX4Qw==",
  95. "dev": true,
  96. "dependencies": {
  97. "@ampproject/remapping": "^2.2.0",
  98. "@babel/code-frame": "^7.22.10",
  99. "@babel/generator": "^7.22.10",
  100. "@babel/helper-compilation-targets": "^7.22.10",
  101. "@babel/helper-module-transforms": "^7.22.9",
  102. "@babel/helpers": "^7.22.10",
  103. "@babel/parser": "^7.22.10",
  104. "@babel/template": "^7.22.5",
  105. "@babel/traverse": "^7.22.10",
  106. "@babel/types": "^7.22.10",
  107. "convert-source-map": "^1.7.0",
  108. "debug": "^4.1.0",
  109. "gensync": "^1.0.0-beta.2",
  110. "json5": "^2.2.2",
  111. "semver": "^6.3.1"
  112. },
  113. "engines": {
  114. "node": ">=6.9.0"
  115. },
  116. "funding": {
  117. "type": "opencollective",
  118. "url": "https://opencollective.com/babel"
  119. }
  120. },
  121. "node_modules/@babel/generator": {
  122. "version": "7.22.10",
  123. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.22.10.tgz",
  124. "integrity": "sha512-79KIf7YiWjjdZ81JnLujDRApWtl7BxTqWD88+FFdQEIOG8LJ0etDOM7CXuIgGJa55sGOwZVwuEsaLEm0PJ5/+A==",
  125. "dev": true,
  126. "dependencies": {
  127. "@babel/types": "^7.22.10",
  128. "@jridgewell/gen-mapping": "^0.3.2",
  129. "@jridgewell/trace-mapping": "^0.3.17",
  130. "jsesc": "^2.5.1"
  131. },
  132. "engines": {
  133. "node": ">=6.9.0"
  134. }
  135. },
  136. "node_modules/@babel/helper-annotate-as-pure": {
  137. "version": "7.22.5",
  138. "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz",
  139. "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==",
  140. "dev": true,
  141. "dependencies": {
  142. "@babel/types": "^7.22.5"
  143. },
  144. "engines": {
  145. "node": ">=6.9.0"
  146. }
  147. },
  148. "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
  149. "version": "7.22.10",
  150. "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.10.tgz",
  151. "integrity": "sha512-Av0qubwDQxC56DoUReVDeLfMEjYYSN1nZrTUrWkXd7hpU73ymRANkbuDm3yni9npkn+RXy9nNbEJZEzXr7xrfQ==",
  152. "dev": true,
  153. "dependencies": {
  154. "@babel/types": "^7.22.10"
  155. },
  156. "engines": {
  157. "node": ">=6.9.0"
  158. }
  159. },
  160. "node_modules/@babel/helper-compilation-targets": {
  161. "version": "7.22.10",
  162. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.10.tgz",
  163. "integrity": "sha512-JMSwHD4J7SLod0idLq5PKgI+6g/hLD/iuWBq08ZX49xE14VpVEojJ5rHWptpirV2j020MvypRLAXAO50igCJ5Q==",
  164. "dev": true,
  165. "dependencies": {
  166. "@babel/compat-data": "^7.22.9",
  167. "@babel/helper-validator-option": "^7.22.5",
  168. "browserslist": "^4.21.9",
  169. "lru-cache": "^5.1.1",
  170. "semver": "^6.3.1"
  171. },
  172. "engines": {
  173. "node": ">=6.9.0"
  174. }
  175. },
  176. "node_modules/@babel/helper-create-class-features-plugin": {
  177. "version": "7.22.10",
  178. "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.10.tgz",
  179. "integrity": "sha512-5IBb77txKYQPpOEdUdIhBx8VrZyDCQ+H82H0+5dX1TmuscP5vJKEE3cKurjtIw/vFwzbVH48VweE78kVDBrqjA==",
  180. "dev": true,
  181. "dependencies": {
  182. "@babel/helper-annotate-as-pure": "^7.22.5",
  183. "@babel/helper-environment-visitor": "^7.22.5",
  184. "@babel/helper-function-name": "^7.22.5",
  185. "@babel/helper-member-expression-to-functions": "^7.22.5",
  186. "@babel/helper-optimise-call-expression": "^7.22.5",
  187. "@babel/helper-replace-supers": "^7.22.9",
  188. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
  189. "@babel/helper-split-export-declaration": "^7.22.6",
  190. "semver": "^6.3.1"
  191. },
  192. "engines": {
  193. "node": ">=6.9.0"
  194. },
  195. "peerDependencies": {
  196. "@babel/core": "^7.0.0"
  197. }
  198. },
  199. "node_modules/@babel/helper-create-regexp-features-plugin": {
  200. "version": "7.22.9",
  201. "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.9.tgz",
  202. "integrity": "sha512-+svjVa/tFwsNSG4NEy1h85+HQ5imbT92Q5/bgtS7P0GTQlP8WuFdqsiABmQouhiFGyV66oGxZFpeYHza1rNsKw==",
  203. "dev": true,
  204. "dependencies": {
  205. "@babel/helper-annotate-as-pure": "^7.22.5",
  206. "regexpu-core": "^5.3.1",
  207. "semver": "^6.3.1"
  208. },
  209. "engines": {
  210. "node": ">=6.9.0"
  211. },
  212. "peerDependencies": {
  213. "@babel/core": "^7.0.0"
  214. }
  215. },
  216. "node_modules/@babel/helper-define-polyfill-provider": {
  217. "version": "0.4.2",
  218. "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.2.tgz",
  219. "integrity": "sha512-k0qnnOqHn5dK9pZpfD5XXZ9SojAITdCKRn2Lp6rnDGzIbaP0rHyMPk/4wsSxVBVz4RfN0q6VpXWP2pDGIoQ7hw==",
  220. "dev": true,
  221. "dependencies": {
  222. "@babel/helper-compilation-targets": "^7.22.6",
  223. "@babel/helper-plugin-utils": "^7.22.5",
  224. "debug": "^4.1.1",
  225. "lodash.debounce": "^4.0.8",
  226. "resolve": "^1.14.2"
  227. },
  228. "peerDependencies": {
  229. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  230. }
  231. },
  232. "node_modules/@babel/helper-environment-visitor": {
  233. "version": "7.22.5",
  234. "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz",
  235. "integrity": "sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==",
  236. "dev": true,
  237. "engines": {
  238. "node": ">=6.9.0"
  239. }
  240. },
  241. "node_modules/@babel/helper-function-name": {
  242. "version": "7.22.5",
  243. "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz",
  244. "integrity": "sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==",
  245. "dev": true,
  246. "dependencies": {
  247. "@babel/template": "^7.22.5",
  248. "@babel/types": "^7.22.5"
  249. },
  250. "engines": {
  251. "node": ">=6.9.0"
  252. }
  253. },
  254. "node_modules/@babel/helper-hoist-variables": {
  255. "version": "7.22.5",
  256. "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz",
  257. "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==",
  258. "dev": true,
  259. "dependencies": {
  260. "@babel/types": "^7.22.5"
  261. },
  262. "engines": {
  263. "node": ">=6.9.0"
  264. }
  265. },
  266. "node_modules/@babel/helper-member-expression-to-functions": {
  267. "version": "7.22.5",
  268. "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.22.5.tgz",
  269. "integrity": "sha512-aBiH1NKMG0H2cGZqspNvsaBe6wNGjbJjuLy29aU+eDZjSbbN53BaxlpB02xm9v34pLTZ1nIQPFYn2qMZoa5BQQ==",
  270. "dev": true,
  271. "dependencies": {
  272. "@babel/types": "^7.22.5"
  273. },
  274. "engines": {
  275. "node": ">=6.9.0"
  276. }
  277. },
  278. "node_modules/@babel/helper-module-imports": {
  279. "version": "7.22.5",
  280. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz",
  281. "integrity": "sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==",
  282. "dependencies": {
  283. "@babel/types": "^7.22.5"
  284. },
  285. "engines": {
  286. "node": ">=6.9.0"
  287. }
  288. },
  289. "node_modules/@babel/helper-module-transforms": {
  290. "version": "7.22.9",
  291. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz",
  292. "integrity": "sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==",
  293. "dev": true,
  294. "dependencies": {
  295. "@babel/helper-environment-visitor": "^7.22.5",
  296. "@babel/helper-module-imports": "^7.22.5",
  297. "@babel/helper-simple-access": "^7.22.5",
  298. "@babel/helper-split-export-declaration": "^7.22.6",
  299. "@babel/helper-validator-identifier": "^7.22.5"
  300. },
  301. "engines": {
  302. "node": ">=6.9.0"
  303. },
  304. "peerDependencies": {
  305. "@babel/core": "^7.0.0"
  306. }
  307. },
  308. "node_modules/@babel/helper-optimise-call-expression": {
  309. "version": "7.22.5",
  310. "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz",
  311. "integrity": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==",
  312. "dev": true,
  313. "dependencies": {
  314. "@babel/types": "^7.22.5"
  315. },
  316. "engines": {
  317. "node": ">=6.9.0"
  318. }
  319. },
  320. "node_modules/@babel/helper-plugin-utils": {
  321. "version": "7.22.5",
  322. "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz",
  323. "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==",
  324. "dev": true,
  325. "engines": {
  326. "node": ">=6.9.0"
  327. }
  328. },
  329. "node_modules/@babel/helper-remap-async-to-generator": {
  330. "version": "7.22.9",
  331. "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.9.tgz",
  332. "integrity": "sha512-8WWC4oR4Px+tr+Fp0X3RHDVfINGpF3ad1HIbrc8A77epiR6eMMc6jsgozkzT2uDiOOdoS9cLIQ+XD2XvI2WSmQ==",
  333. "dev": true,
  334. "dependencies": {
  335. "@babel/helper-annotate-as-pure": "^7.22.5",
  336. "@babel/helper-environment-visitor": "^7.22.5",
  337. "@babel/helper-wrap-function": "^7.22.9"
  338. },
  339. "engines": {
  340. "node": ">=6.9.0"
  341. },
  342. "peerDependencies": {
  343. "@babel/core": "^7.0.0"
  344. }
  345. },
  346. "node_modules/@babel/helper-replace-supers": {
  347. "version": "7.22.9",
  348. "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.9.tgz",
  349. "integrity": "sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==",
  350. "dev": true,
  351. "dependencies": {
  352. "@babel/helper-environment-visitor": "^7.22.5",
  353. "@babel/helper-member-expression-to-functions": "^7.22.5",
  354. "@babel/helper-optimise-call-expression": "^7.22.5"
  355. },
  356. "engines": {
  357. "node": ">=6.9.0"
  358. },
  359. "peerDependencies": {
  360. "@babel/core": "^7.0.0"
  361. }
  362. },
  363. "node_modules/@babel/helper-simple-access": {
  364. "version": "7.22.5",
  365. "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz",
  366. "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==",
  367. "dev": true,
  368. "dependencies": {
  369. "@babel/types": "^7.22.5"
  370. },
  371. "engines": {
  372. "node": ">=6.9.0"
  373. }
  374. },
  375. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  376. "version": "7.22.5",
  377. "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz",
  378. "integrity": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==",
  379. "dev": true,
  380. "dependencies": {
  381. "@babel/types": "^7.22.5"
  382. },
  383. "engines": {
  384. "node": ">=6.9.0"
  385. }
  386. },
  387. "node_modules/@babel/helper-split-export-declaration": {
  388. "version": "7.22.6",
  389. "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz",
  390. "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==",
  391. "dev": true,
  392. "dependencies": {
  393. "@babel/types": "^7.22.5"
  394. },
  395. "engines": {
  396. "node": ">=6.9.0"
  397. }
  398. },
  399. "node_modules/@babel/helper-string-parser": {
  400. "version": "7.22.5",
  401. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz",
  402. "integrity": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==",
  403. "engines": {
  404. "node": ">=6.9.0"
  405. }
  406. },
  407. "node_modules/@babel/helper-validator-identifier": {
  408. "version": "7.22.5",
  409. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz",
  410. "integrity": "sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==",
  411. "engines": {
  412. "node": ">=6.9.0"
  413. }
  414. },
  415. "node_modules/@babel/helper-validator-option": {
  416. "version": "7.22.5",
  417. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz",
  418. "integrity": "sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==",
  419. "dev": true,
  420. "engines": {
  421. "node": ">=6.9.0"
  422. }
  423. },
  424. "node_modules/@babel/helper-wrap-function": {
  425. "version": "7.22.10",
  426. "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.10.tgz",
  427. "integrity": "sha512-OnMhjWjuGYtdoO3FmsEFWvBStBAe2QOgwOLsLNDjN+aaiMD8InJk1/O3HSD8lkqTjCgg5YI34Tz15KNNA3p+nQ==",
  428. "dev": true,
  429. "dependencies": {
  430. "@babel/helper-function-name": "^7.22.5",
  431. "@babel/template": "^7.22.5",
  432. "@babel/types": "^7.22.10"
  433. },
  434. "engines": {
  435. "node": ">=6.9.0"
  436. }
  437. },
  438. "node_modules/@babel/helpers": {
  439. "version": "7.22.10",
  440. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.10.tgz",
  441. "integrity": "sha512-a41J4NW8HyZa1I1vAndrraTlPZ/eZoga2ZgS7fEr0tZJGVU4xqdE80CEm0CcNjha5EZ8fTBYLKHF0kqDUuAwQw==",
  442. "dev": true,
  443. "dependencies": {
  444. "@babel/template": "^7.22.5",
  445. "@babel/traverse": "^7.22.10",
  446. "@babel/types": "^7.22.10"
  447. },
  448. "engines": {
  449. "node": ">=6.9.0"
  450. }
  451. },
  452. "node_modules/@babel/highlight": {
  453. "version": "7.22.10",
  454. "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.10.tgz",
  455. "integrity": "sha512-78aUtVcT7MUscr0K5mIEnkwxPE0MaxkR5RxRwuHaQ+JuU5AmTPhY+do2mdzVTnIJJpyBglql2pehuBIWHug+WQ==",
  456. "dependencies": {
  457. "@babel/helper-validator-identifier": "^7.22.5",
  458. "chalk": "^2.4.2",
  459. "js-tokens": "^4.0.0"
  460. },
  461. "engines": {
  462. "node": ">=6.9.0"
  463. }
  464. },
  465. "node_modules/@babel/parser": {
  466. "version": "7.22.10",
  467. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.10.tgz",
  468. "integrity": "sha512-lNbdGsQb9ekfsnjFGhEiF4hfFqGgfOP3H3d27re3n+CGhNuTSUEQdfWk556sTLNTloczcdM5TYF2LhzmDQKyvQ==",
  469. "dev": true,
  470. "bin": {
  471. "parser": "bin/babel-parser.js"
  472. },
  473. "engines": {
  474. "node": ">=6.0.0"
  475. }
  476. },
  477. "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
  478. "version": "7.22.5",
  479. "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",
  480. "integrity": "sha512-NP1M5Rf+u2Gw9qfSO4ihjcTGW5zXTi36ITLd4/EoAcEhIZ0yjMqmftDNl3QC19CX7olhrjpyU454g/2W7X0jvQ==",
  481. "dev": true,
  482. "dependencies": {
  483. "@babel/helper-plugin-utils": "^7.22.5"
  484. },
  485. "engines": {
  486. "node": ">=6.9.0"
  487. },
  488. "peerDependencies": {
  489. "@babel/core": "^7.0.0"
  490. }
  491. },
  492. "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
  493. "version": "7.22.5",
  494. "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",
  495. "integrity": "sha512-31Bb65aZaUwqCbWMnZPduIZxCBngHFlzyN6Dq6KAJjtx+lx6ohKHubc61OomYi7XwVD4Ol0XCVz4h+pYFR048g==",
  496. "dev": true,
  497. "dependencies": {
  498. "@babel/helper-plugin-utils": "^7.22.5",
  499. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
  500. "@babel/plugin-transform-optional-chaining": "^7.22.5"
  501. },
  502. "engines": {
  503. "node": ">=6.9.0"
  504. },
  505. "peerDependencies": {
  506. "@babel/core": "^7.13.0"
  507. }
  508. },
  509. "node_modules/@babel/plugin-proposal-private-property-in-object": {
  510. "version": "7.21.0-placeholder-for-preset-env.2",
  511. "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",
  512. "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==",
  513. "dev": true,
  514. "engines": {
  515. "node": ">=6.9.0"
  516. },
  517. "peerDependencies": {
  518. "@babel/core": "^7.0.0-0"
  519. }
  520. },
  521. "node_modules/@babel/plugin-syntax-async-generators": {
  522. "version": "7.8.4",
  523. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
  524. "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
  525. "dev": true,
  526. "dependencies": {
  527. "@babel/helper-plugin-utils": "^7.8.0"
  528. },
  529. "peerDependencies": {
  530. "@babel/core": "^7.0.0-0"
  531. }
  532. },
  533. "node_modules/@babel/plugin-syntax-class-properties": {
  534. "version": "7.12.13",
  535. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
  536. "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
  537. "dev": true,
  538. "dependencies": {
  539. "@babel/helper-plugin-utils": "^7.12.13"
  540. },
  541. "peerDependencies": {
  542. "@babel/core": "^7.0.0-0"
  543. }
  544. },
  545. "node_modules/@babel/plugin-syntax-class-static-block": {
  546. "version": "7.14.5",
  547. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
  548. "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
  549. "dev": true,
  550. "dependencies": {
  551. "@babel/helper-plugin-utils": "^7.14.5"
  552. },
  553. "engines": {
  554. "node": ">=6.9.0"
  555. },
  556. "peerDependencies": {
  557. "@babel/core": "^7.0.0-0"
  558. }
  559. },
  560. "node_modules/@babel/plugin-syntax-dynamic-import": {
  561. "version": "7.8.3",
  562. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
  563. "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
  564. "dev": true,
  565. "dependencies": {
  566. "@babel/helper-plugin-utils": "^7.8.0"
  567. },
  568. "peerDependencies": {
  569. "@babel/core": "^7.0.0-0"
  570. }
  571. },
  572. "node_modules/@babel/plugin-syntax-export-namespace-from": {
  573. "version": "7.8.3",
  574. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
  575. "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
  576. "dev": true,
  577. "dependencies": {
  578. "@babel/helper-plugin-utils": "^7.8.3"
  579. },
  580. "peerDependencies": {
  581. "@babel/core": "^7.0.0-0"
  582. }
  583. },
  584. "node_modules/@babel/plugin-syntax-import-assertions": {
  585. "version": "7.22.5",
  586. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.22.5.tgz",
  587. "integrity": "sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==",
  588. "dev": true,
  589. "dependencies": {
  590. "@babel/helper-plugin-utils": "^7.22.5"
  591. },
  592. "engines": {
  593. "node": ">=6.9.0"
  594. },
  595. "peerDependencies": {
  596. "@babel/core": "^7.0.0-0"
  597. }
  598. },
  599. "node_modules/@babel/plugin-syntax-import-attributes": {
  600. "version": "7.22.5",
  601. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.22.5.tgz",
  602. "integrity": "sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==",
  603. "dev": true,
  604. "dependencies": {
  605. "@babel/helper-plugin-utils": "^7.22.5"
  606. },
  607. "engines": {
  608. "node": ">=6.9.0"
  609. },
  610. "peerDependencies": {
  611. "@babel/core": "^7.0.0-0"
  612. }
  613. },
  614. "node_modules/@babel/plugin-syntax-import-meta": {
  615. "version": "7.10.4",
  616. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  617. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  618. "dev": true,
  619. "dependencies": {
  620. "@babel/helper-plugin-utils": "^7.10.4"
  621. },
  622. "peerDependencies": {
  623. "@babel/core": "^7.0.0-0"
  624. }
  625. },
  626. "node_modules/@babel/plugin-syntax-json-strings": {
  627. "version": "7.8.3",
  628. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
  629. "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
  630. "dev": true,
  631. "dependencies": {
  632. "@babel/helper-plugin-utils": "^7.8.0"
  633. },
  634. "peerDependencies": {
  635. "@babel/core": "^7.0.0-0"
  636. }
  637. },
  638. "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
  639. "version": "7.10.4",
  640. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
  641. "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
  642. "dev": true,
  643. "dependencies": {
  644. "@babel/helper-plugin-utils": "^7.10.4"
  645. },
  646. "peerDependencies": {
  647. "@babel/core": "^7.0.0-0"
  648. }
  649. },
  650. "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
  651. "version": "7.8.3",
  652. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
  653. "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
  654. "dev": true,
  655. "dependencies": {
  656. "@babel/helper-plugin-utils": "^7.8.0"
  657. },
  658. "peerDependencies": {
  659. "@babel/core": "^7.0.0-0"
  660. }
  661. },
  662. "node_modules/@babel/plugin-syntax-numeric-separator": {
  663. "version": "7.10.4",
  664. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
  665. "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
  666. "dev": true,
  667. "dependencies": {
  668. "@babel/helper-plugin-utils": "^7.10.4"
  669. },
  670. "peerDependencies": {
  671. "@babel/core": "^7.0.0-0"
  672. }
  673. },
  674. "node_modules/@babel/plugin-syntax-object-rest-spread": {
  675. "version": "7.8.3",
  676. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
  677. "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
  678. "dev": true,
  679. "dependencies": {
  680. "@babel/helper-plugin-utils": "^7.8.0"
  681. },
  682. "peerDependencies": {
  683. "@babel/core": "^7.0.0-0"
  684. }
  685. },
  686. "node_modules/@babel/plugin-syntax-optional-catch-binding": {
  687. "version": "7.8.3",
  688. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
  689. "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
  690. "dev": true,
  691. "dependencies": {
  692. "@babel/helper-plugin-utils": "^7.8.0"
  693. },
  694. "peerDependencies": {
  695. "@babel/core": "^7.0.0-0"
  696. }
  697. },
  698. "node_modules/@babel/plugin-syntax-optional-chaining": {
  699. "version": "7.8.3",
  700. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
  701. "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
  702. "dev": true,
  703. "dependencies": {
  704. "@babel/helper-plugin-utils": "^7.8.0"
  705. },
  706. "peerDependencies": {
  707. "@babel/core": "^7.0.0-0"
  708. }
  709. },
  710. "node_modules/@babel/plugin-syntax-private-property-in-object": {
  711. "version": "7.14.5",
  712. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
  713. "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
  714. "dev": true,
  715. "dependencies": {
  716. "@babel/helper-plugin-utils": "^7.14.5"
  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-syntax-top-level-await": {
  726. "version": "7.14.5",
  727. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
  728. "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
  729. "dev": true,
  730. "dependencies": {
  731. "@babel/helper-plugin-utils": "^7.14.5"
  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-syntax-unicode-sets-regex": {
  741. "version": "7.18.6",
  742. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz",
  743. "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==",
  744. "dev": true,
  745. "dependencies": {
  746. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  747. "@babel/helper-plugin-utils": "^7.18.6"
  748. },
  749. "engines": {
  750. "node": ">=6.9.0"
  751. },
  752. "peerDependencies": {
  753. "@babel/core": "^7.0.0"
  754. }
  755. },
  756. "node_modules/@babel/plugin-transform-arrow-functions": {
  757. "version": "7.22.5",
  758. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.22.5.tgz",
  759. "integrity": "sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==",
  760. "dev": true,
  761. "dependencies": {
  762. "@babel/helper-plugin-utils": "^7.22.5"
  763. },
  764. "engines": {
  765. "node": ">=6.9.0"
  766. },
  767. "peerDependencies": {
  768. "@babel/core": "^7.0.0-0"
  769. }
  770. },
  771. "node_modules/@babel/plugin-transform-async-generator-functions": {
  772. "version": "7.22.10",
  773. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.22.10.tgz",
  774. "integrity": "sha512-eueE8lvKVzq5wIObKK/7dvoeKJ+xc6TvRn6aysIjS6pSCeLy7S/eVi7pEQknZqyqvzaNKdDtem8nUNTBgDVR2g==",
  775. "dev": true,
  776. "dependencies": {
  777. "@babel/helper-environment-visitor": "^7.22.5",
  778. "@babel/helper-plugin-utils": "^7.22.5",
  779. "@babel/helper-remap-async-to-generator": "^7.22.9",
  780. "@babel/plugin-syntax-async-generators": "^7.8.4"
  781. },
  782. "engines": {
  783. "node": ">=6.9.0"
  784. },
  785. "peerDependencies": {
  786. "@babel/core": "^7.0.0-0"
  787. }
  788. },
  789. "node_modules/@babel/plugin-transform-async-to-generator": {
  790. "version": "7.22.5",
  791. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.22.5.tgz",
  792. "integrity": "sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==",
  793. "dev": true,
  794. "dependencies": {
  795. "@babel/helper-module-imports": "^7.22.5",
  796. "@babel/helper-plugin-utils": "^7.22.5",
  797. "@babel/helper-remap-async-to-generator": "^7.22.5"
  798. },
  799. "engines": {
  800. "node": ">=6.9.0"
  801. },
  802. "peerDependencies": {
  803. "@babel/core": "^7.0.0-0"
  804. }
  805. },
  806. "node_modules/@babel/plugin-transform-block-scoped-functions": {
  807. "version": "7.22.5",
  808. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.22.5.tgz",
  809. "integrity": "sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==",
  810. "dev": true,
  811. "dependencies": {
  812. "@babel/helper-plugin-utils": "^7.22.5"
  813. },
  814. "engines": {
  815. "node": ">=6.9.0"
  816. },
  817. "peerDependencies": {
  818. "@babel/core": "^7.0.0-0"
  819. }
  820. },
  821. "node_modules/@babel/plugin-transform-block-scoping": {
  822. "version": "7.22.10",
  823. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.22.10.tgz",
  824. "integrity": "sha512-1+kVpGAOOI1Albt6Vse7c8pHzcZQdQKW+wJH+g8mCaszOdDVwRXa/slHPqIw+oJAJANTKDMuM2cBdV0Dg618Vg==",
  825. "dev": true,
  826. "dependencies": {
  827. "@babel/helper-plugin-utils": "^7.22.5"
  828. },
  829. "engines": {
  830. "node": ">=6.9.0"
  831. },
  832. "peerDependencies": {
  833. "@babel/core": "^7.0.0-0"
  834. }
  835. },
  836. "node_modules/@babel/plugin-transform-class-properties": {
  837. "version": "7.22.5",
  838. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.22.5.tgz",
  839. "integrity": "sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ==",
  840. "dev": true,
  841. "dependencies": {
  842. "@babel/helper-create-class-features-plugin": "^7.22.5",
  843. "@babel/helper-plugin-utils": "^7.22.5"
  844. },
  845. "engines": {
  846. "node": ">=6.9.0"
  847. },
  848. "peerDependencies": {
  849. "@babel/core": "^7.0.0-0"
  850. }
  851. },
  852. "node_modules/@babel/plugin-transform-class-static-block": {
  853. "version": "7.22.5",
  854. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.22.5.tgz",
  855. "integrity": "sha512-SPToJ5eYZLxlnp1UzdARpOGeC2GbHvr9d/UV0EukuVx8atktg194oe+C5BqQ8jRTkgLRVOPYeXRSBg1IlMoVRA==",
  856. "dev": true,
  857. "dependencies": {
  858. "@babel/helper-create-class-features-plugin": "^7.22.5",
  859. "@babel/helper-plugin-utils": "^7.22.5",
  860. "@babel/plugin-syntax-class-static-block": "^7.14.5"
  861. },
  862. "engines": {
  863. "node": ">=6.9.0"
  864. },
  865. "peerDependencies": {
  866. "@babel/core": "^7.12.0"
  867. }
  868. },
  869. "node_modules/@babel/plugin-transform-classes": {
  870. "version": "7.22.6",
  871. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.22.6.tgz",
  872. "integrity": "sha512-58EgM6nuPNG6Py4Z3zSuu0xWu2VfodiMi72Jt5Kj2FECmaYk1RrTXA45z6KBFsu9tRgwQDwIiY4FXTt+YsSFAQ==",
  873. "dev": true,
  874. "dependencies": {
  875. "@babel/helper-annotate-as-pure": "^7.22.5",
  876. "@babel/helper-compilation-targets": "^7.22.6",
  877. "@babel/helper-environment-visitor": "^7.22.5",
  878. "@babel/helper-function-name": "^7.22.5",
  879. "@babel/helper-optimise-call-expression": "^7.22.5",
  880. "@babel/helper-plugin-utils": "^7.22.5",
  881. "@babel/helper-replace-supers": "^7.22.5",
  882. "@babel/helper-split-export-declaration": "^7.22.6",
  883. "globals": "^11.1.0"
  884. },
  885. "engines": {
  886. "node": ">=6.9.0"
  887. },
  888. "peerDependencies": {
  889. "@babel/core": "^7.0.0-0"
  890. }
  891. },
  892. "node_modules/@babel/plugin-transform-computed-properties": {
  893. "version": "7.22.5",
  894. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.22.5.tgz",
  895. "integrity": "sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==",
  896. "dev": true,
  897. "dependencies": {
  898. "@babel/helper-plugin-utils": "^7.22.5",
  899. "@babel/template": "^7.22.5"
  900. },
  901. "engines": {
  902. "node": ">=6.9.0"
  903. },
  904. "peerDependencies": {
  905. "@babel/core": "^7.0.0-0"
  906. }
  907. },
  908. "node_modules/@babel/plugin-transform-destructuring": {
  909. "version": "7.22.10",
  910. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.22.10.tgz",
  911. "integrity": "sha512-dPJrL0VOyxqLM9sritNbMSGx/teueHF/htMKrPT7DNxccXxRDPYqlgPFFdr8u+F+qUZOkZoXue/6rL5O5GduEw==",
  912. "dev": true,
  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-transform-dotall-regex": {
  924. "version": "7.22.5",
  925. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.22.5.tgz",
  926. "integrity": "sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==",
  927. "dev": true,
  928. "dependencies": {
  929. "@babel/helper-create-regexp-features-plugin": "^7.22.5",
  930. "@babel/helper-plugin-utils": "^7.22.5"
  931. },
  932. "engines": {
  933. "node": ">=6.9.0"
  934. },
  935. "peerDependencies": {
  936. "@babel/core": "^7.0.0-0"
  937. }
  938. },
  939. "node_modules/@babel/plugin-transform-duplicate-keys": {
  940. "version": "7.22.5",
  941. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.22.5.tgz",
  942. "integrity": "sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==",
  943. "dev": true,
  944. "dependencies": {
  945. "@babel/helper-plugin-utils": "^7.22.5"
  946. },
  947. "engines": {
  948. "node": ">=6.9.0"
  949. },
  950. "peerDependencies": {
  951. "@babel/core": "^7.0.0-0"
  952. }
  953. },
  954. "node_modules/@babel/plugin-transform-dynamic-import": {
  955. "version": "7.22.5",
  956. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.22.5.tgz",
  957. "integrity": "sha512-0MC3ppTB1AMxd8fXjSrbPa7LT9hrImt+/fcj+Pg5YMD7UQyWp/02+JWpdnCymmsXwIx5Z+sYn1bwCn4ZJNvhqQ==",
  958. "dev": true,
  959. "dependencies": {
  960. "@babel/helper-plugin-utils": "^7.22.5",
  961. "@babel/plugin-syntax-dynamic-import": "^7.8.3"
  962. },
  963. "engines": {
  964. "node": ">=6.9.0"
  965. },
  966. "peerDependencies": {
  967. "@babel/core": "^7.0.0-0"
  968. }
  969. },
  970. "node_modules/@babel/plugin-transform-exponentiation-operator": {
  971. "version": "7.22.5",
  972. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.22.5.tgz",
  973. "integrity": "sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==",
  974. "dev": true,
  975. "dependencies": {
  976. "@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.5",
  977. "@babel/helper-plugin-utils": "^7.22.5"
  978. },
  979. "engines": {
  980. "node": ">=6.9.0"
  981. },
  982. "peerDependencies": {
  983. "@babel/core": "^7.0.0-0"
  984. }
  985. },
  986. "node_modules/@babel/plugin-transform-export-namespace-from": {
  987. "version": "7.22.5",
  988. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.22.5.tgz",
  989. "integrity": "sha512-X4hhm7FRnPgd4nDA4b/5V280xCx6oL7Oob5+9qVS5C13Zq4bh1qq7LU0GgRU6b5dBWBvhGaXYVB4AcN6+ol6vg==",
  990. "dev": true,
  991. "dependencies": {
  992. "@babel/helper-plugin-utils": "^7.22.5",
  993. "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
  994. },
  995. "engines": {
  996. "node": ">=6.9.0"
  997. },
  998. "peerDependencies": {
  999. "@babel/core": "^7.0.0-0"
  1000. }
  1001. },
  1002. "node_modules/@babel/plugin-transform-for-of": {
  1003. "version": "7.22.5",
  1004. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.22.5.tgz",
  1005. "integrity": "sha512-3kxQjX1dU9uudwSshyLeEipvrLjBCVthCgeTp6CzE/9JYrlAIaeekVxRpCWsDDfYTfRZRoCeZatCQvwo+wvK8A==",
  1006. "dev": true,
  1007. "dependencies": {
  1008. "@babel/helper-plugin-utils": "^7.22.5"
  1009. },
  1010. "engines": {
  1011. "node": ">=6.9.0"
  1012. },
  1013. "peerDependencies": {
  1014. "@babel/core": "^7.0.0-0"
  1015. }
  1016. },
  1017. "node_modules/@babel/plugin-transform-function-name": {
  1018. "version": "7.22.5",
  1019. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.22.5.tgz",
  1020. "integrity": "sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==",
  1021. "dev": true,
  1022. "dependencies": {
  1023. "@babel/helper-compilation-targets": "^7.22.5",
  1024. "@babel/helper-function-name": "^7.22.5",
  1025. "@babel/helper-plugin-utils": "^7.22.5"
  1026. },
  1027. "engines": {
  1028. "node": ">=6.9.0"
  1029. },
  1030. "peerDependencies": {
  1031. "@babel/core": "^7.0.0-0"
  1032. }
  1033. },
  1034. "node_modules/@babel/plugin-transform-json-strings": {
  1035. "version": "7.22.5",
  1036. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.22.5.tgz",
  1037. "integrity": "sha512-DuCRB7fu8MyTLbEQd1ew3R85nx/88yMoqo2uPSjevMj3yoN7CDM8jkgrY0wmVxfJZyJ/B9fE1iq7EQppWQmR5A==",
  1038. "dev": true,
  1039. "dependencies": {
  1040. "@babel/helper-plugin-utils": "^7.22.5",
  1041. "@babel/plugin-syntax-json-strings": "^7.8.3"
  1042. },
  1043. "engines": {
  1044. "node": ">=6.9.0"
  1045. },
  1046. "peerDependencies": {
  1047. "@babel/core": "^7.0.0-0"
  1048. }
  1049. },
  1050. "node_modules/@babel/plugin-transform-literals": {
  1051. "version": "7.22.5",
  1052. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.22.5.tgz",
  1053. "integrity": "sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==",
  1054. "dev": true,
  1055. "dependencies": {
  1056. "@babel/helper-plugin-utils": "^7.22.5"
  1057. },
  1058. "engines": {
  1059. "node": ">=6.9.0"
  1060. },
  1061. "peerDependencies": {
  1062. "@babel/core": "^7.0.0-0"
  1063. }
  1064. },
  1065. "node_modules/@babel/plugin-transform-logical-assignment-operators": {
  1066. "version": "7.22.5",
  1067. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.22.5.tgz",
  1068. "integrity": "sha512-MQQOUW1KL8X0cDWfbwYP+TbVbZm16QmQXJQ+vndPtH/BoO0lOKpVoEDMI7+PskYxH+IiE0tS8xZye0qr1lGzSA==",
  1069. "dev": true,
  1070. "dependencies": {
  1071. "@babel/helper-plugin-utils": "^7.22.5",
  1072. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
  1073. },
  1074. "engines": {
  1075. "node": ">=6.9.0"
  1076. },
  1077. "peerDependencies": {
  1078. "@babel/core": "^7.0.0-0"
  1079. }
  1080. },
  1081. "node_modules/@babel/plugin-transform-member-expression-literals": {
  1082. "version": "7.22.5",
  1083. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.22.5.tgz",
  1084. "integrity": "sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==",
  1085. "dev": true,
  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-modules-amd": {
  1097. "version": "7.22.5",
  1098. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.22.5.tgz",
  1099. "integrity": "sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==",
  1100. "dev": true,
  1101. "dependencies": {
  1102. "@babel/helper-module-transforms": "^7.22.5",
  1103. "@babel/helper-plugin-utils": "^7.22.5"
  1104. },
  1105. "engines": {
  1106. "node": ">=6.9.0"
  1107. },
  1108. "peerDependencies": {
  1109. "@babel/core": "^7.0.0-0"
  1110. }
  1111. },
  1112. "node_modules/@babel/plugin-transform-modules-commonjs": {
  1113. "version": "7.22.5",
  1114. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.22.5.tgz",
  1115. "integrity": "sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA==",
  1116. "dev": true,
  1117. "dependencies": {
  1118. "@babel/helper-module-transforms": "^7.22.5",
  1119. "@babel/helper-plugin-utils": "^7.22.5",
  1120. "@babel/helper-simple-access": "^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-modules-systemjs": {
  1130. "version": "7.22.5",
  1131. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.22.5.tgz",
  1132. "integrity": "sha512-emtEpoaTMsOs6Tzz+nbmcePl6AKVtS1yC4YNAeMun9U8YCsgadPNxnOPQ8GhHFB2qdx+LZu9LgoC0Lthuu05DQ==",
  1133. "dev": true,
  1134. "dependencies": {
  1135. "@babel/helper-hoist-variables": "^7.22.5",
  1136. "@babel/helper-module-transforms": "^7.22.5",
  1137. "@babel/helper-plugin-utils": "^7.22.5",
  1138. "@babel/helper-validator-identifier": "^7.22.5"
  1139. },
  1140. "engines": {
  1141. "node": ">=6.9.0"
  1142. },
  1143. "peerDependencies": {
  1144. "@babel/core": "^7.0.0-0"
  1145. }
  1146. },
  1147. "node_modules/@babel/plugin-transform-modules-umd": {
  1148. "version": "7.22.5",
  1149. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.22.5.tgz",
  1150. "integrity": "sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==",
  1151. "dev": true,
  1152. "dependencies": {
  1153. "@babel/helper-module-transforms": "^7.22.5",
  1154. "@babel/helper-plugin-utils": "^7.22.5"
  1155. },
  1156. "engines": {
  1157. "node": ">=6.9.0"
  1158. },
  1159. "peerDependencies": {
  1160. "@babel/core": "^7.0.0-0"
  1161. }
  1162. },
  1163. "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
  1164. "version": "7.22.5",
  1165. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz",
  1166. "integrity": "sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==",
  1167. "dev": true,
  1168. "dependencies": {
  1169. "@babel/helper-create-regexp-features-plugin": "^7.22.5",
  1170. "@babel/helper-plugin-utils": "^7.22.5"
  1171. },
  1172. "engines": {
  1173. "node": ">=6.9.0"
  1174. },
  1175. "peerDependencies": {
  1176. "@babel/core": "^7.0.0"
  1177. }
  1178. },
  1179. "node_modules/@babel/plugin-transform-new-target": {
  1180. "version": "7.22.5",
  1181. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.22.5.tgz",
  1182. "integrity": "sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==",
  1183. "dev": true,
  1184. "dependencies": {
  1185. "@babel/helper-plugin-utils": "^7.22.5"
  1186. },
  1187. "engines": {
  1188. "node": ">=6.9.0"
  1189. },
  1190. "peerDependencies": {
  1191. "@babel/core": "^7.0.0-0"
  1192. }
  1193. },
  1194. "node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
  1195. "version": "7.22.5",
  1196. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.22.5.tgz",
  1197. "integrity": "sha512-6CF8g6z1dNYZ/VXok5uYkkBBICHZPiGEl7oDnAx2Mt1hlHVHOSIKWJaXHjQJA5VB43KZnXZDIexMchY4y2PGdA==",
  1198. "dev": true,
  1199. "dependencies": {
  1200. "@babel/helper-plugin-utils": "^7.22.5",
  1201. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
  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-numeric-separator": {
  1211. "version": "7.22.5",
  1212. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.22.5.tgz",
  1213. "integrity": "sha512-NbslED1/6M+sXiwwtcAB/nieypGw02Ejf4KtDeMkCEpP6gWFMX1wI9WKYua+4oBneCCEmulOkRpwywypVZzs/g==",
  1214. "dev": true,
  1215. "dependencies": {
  1216. "@babel/helper-plugin-utils": "^7.22.5",
  1217. "@babel/plugin-syntax-numeric-separator": "^7.10.4"
  1218. },
  1219. "engines": {
  1220. "node": ">=6.9.0"
  1221. },
  1222. "peerDependencies": {
  1223. "@babel/core": "^7.0.0-0"
  1224. }
  1225. },
  1226. "node_modules/@babel/plugin-transform-object-rest-spread": {
  1227. "version": "7.22.5",
  1228. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.22.5.tgz",
  1229. "integrity": "sha512-Kk3lyDmEslH9DnvCDA1s1kkd3YWQITiBOHngOtDL9Pt6BZjzqb6hiOlb8VfjiiQJ2unmegBqZu0rx5RxJb5vmQ==",
  1230. "dev": true,
  1231. "dependencies": {
  1232. "@babel/compat-data": "^7.22.5",
  1233. "@babel/helper-compilation-targets": "^7.22.5",
  1234. "@babel/helper-plugin-utils": "^7.22.5",
  1235. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  1236. "@babel/plugin-transform-parameters": "^7.22.5"
  1237. },
  1238. "engines": {
  1239. "node": ">=6.9.0"
  1240. },
  1241. "peerDependencies": {
  1242. "@babel/core": "^7.0.0-0"
  1243. }
  1244. },
  1245. "node_modules/@babel/plugin-transform-object-super": {
  1246. "version": "7.22.5",
  1247. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.22.5.tgz",
  1248. "integrity": "sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==",
  1249. "dev": true,
  1250. "dependencies": {
  1251. "@babel/helper-plugin-utils": "^7.22.5",
  1252. "@babel/helper-replace-supers": "^7.22.5"
  1253. },
  1254. "engines": {
  1255. "node": ">=6.9.0"
  1256. },
  1257. "peerDependencies": {
  1258. "@babel/core": "^7.0.0-0"
  1259. }
  1260. },
  1261. "node_modules/@babel/plugin-transform-optional-catch-binding": {
  1262. "version": "7.22.5",
  1263. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.22.5.tgz",
  1264. "integrity": "sha512-pH8orJahy+hzZje5b8e2QIlBWQvGpelS76C63Z+jhZKsmzfNaPQ+LaW6dcJ9bxTpo1mtXbgHwy765Ro3jftmUg==",
  1265. "dev": true,
  1266. "dependencies": {
  1267. "@babel/helper-plugin-utils": "^7.22.5",
  1268. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
  1269. },
  1270. "engines": {
  1271. "node": ">=6.9.0"
  1272. },
  1273. "peerDependencies": {
  1274. "@babel/core": "^7.0.0-0"
  1275. }
  1276. },
  1277. "node_modules/@babel/plugin-transform-optional-chaining": {
  1278. "version": "7.22.10",
  1279. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.22.10.tgz",
  1280. "integrity": "sha512-MMkQqZAZ+MGj+jGTG3OTuhKeBpNcO+0oCEbrGNEaOmiEn+1MzRyQlYsruGiU8RTK3zV6XwrVJTmwiDOyYK6J9g==",
  1281. "dev": true,
  1282. "dependencies": {
  1283. "@babel/helper-plugin-utils": "^7.22.5",
  1284. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
  1285. "@babel/plugin-syntax-optional-chaining": "^7.8.3"
  1286. },
  1287. "engines": {
  1288. "node": ">=6.9.0"
  1289. },
  1290. "peerDependencies": {
  1291. "@babel/core": "^7.0.0-0"
  1292. }
  1293. },
  1294. "node_modules/@babel/plugin-transform-parameters": {
  1295. "version": "7.22.5",
  1296. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.22.5.tgz",
  1297. "integrity": "sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==",
  1298. "dev": true,
  1299. "dependencies": {
  1300. "@babel/helper-plugin-utils": "^7.22.5"
  1301. },
  1302. "engines": {
  1303. "node": ">=6.9.0"
  1304. },
  1305. "peerDependencies": {
  1306. "@babel/core": "^7.0.0-0"
  1307. }
  1308. },
  1309. "node_modules/@babel/plugin-transform-private-methods": {
  1310. "version": "7.22.5",
  1311. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.22.5.tgz",
  1312. "integrity": "sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==",
  1313. "dev": true,
  1314. "dependencies": {
  1315. "@babel/helper-create-class-features-plugin": "^7.22.5",
  1316. "@babel/helper-plugin-utils": "^7.22.5"
  1317. },
  1318. "engines": {
  1319. "node": ">=6.9.0"
  1320. },
  1321. "peerDependencies": {
  1322. "@babel/core": "^7.0.0-0"
  1323. }
  1324. },
  1325. "node_modules/@babel/plugin-transform-private-property-in-object": {
  1326. "version": "7.22.5",
  1327. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.22.5.tgz",
  1328. "integrity": "sha512-/9xnaTTJcVoBtSSmrVyhtSvO3kbqS2ODoh2juEU72c3aYonNF0OMGiaz2gjukyKM2wBBYJP38S4JiE0Wfb5VMQ==",
  1329. "dev": true,
  1330. "dependencies": {
  1331. "@babel/helper-annotate-as-pure": "^7.22.5",
  1332. "@babel/helper-create-class-features-plugin": "^7.22.5",
  1333. "@babel/helper-plugin-utils": "^7.22.5",
  1334. "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
  1335. },
  1336. "engines": {
  1337. "node": ">=6.9.0"
  1338. },
  1339. "peerDependencies": {
  1340. "@babel/core": "^7.0.0-0"
  1341. }
  1342. },
  1343. "node_modules/@babel/plugin-transform-property-literals": {
  1344. "version": "7.22.5",
  1345. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.22.5.tgz",
  1346. "integrity": "sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==",
  1347. "dev": true,
  1348. "dependencies": {
  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-react-jsx-self": {
  1359. "version": "7.22.5",
  1360. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.22.5.tgz",
  1361. "integrity": "sha512-nTh2ogNUtxbiSbxaT4Ds6aXnXEipHweN9YRgOX/oNXdf0cCrGn/+2LozFa3lnPV5D90MkjhgckCPBrsoSc1a7g==",
  1362. "dev": true,
  1363. "dependencies": {
  1364. "@babel/helper-plugin-utils": "^7.22.5"
  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-react-jsx-source": {
  1374. "version": "7.22.5",
  1375. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.22.5.tgz",
  1376. "integrity": "sha512-yIiRO6yobeEIaI0RTbIr8iAK9FcBHLtZq0S89ZPjDLQXBA4xvghaKqI0etp/tF3htTM0sazJKKLz9oEiGRtu7w==",
  1377. "dev": true,
  1378. "dependencies": {
  1379. "@babel/helper-plugin-utils": "^7.22.5"
  1380. },
  1381. "engines": {
  1382. "node": ">=6.9.0"
  1383. },
  1384. "peerDependencies": {
  1385. "@babel/core": "^7.0.0-0"
  1386. }
  1387. },
  1388. "node_modules/@babel/plugin-transform-regenerator": {
  1389. "version": "7.22.10",
  1390. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.22.10.tgz",
  1391. "integrity": "sha512-F28b1mDt8KcT5bUyJc/U9nwzw6cV+UmTeRlXYIl2TNqMMJif0Jeey9/RQ3C4NOd2zp0/TRsDns9ttj2L523rsw==",
  1392. "dev": true,
  1393. "dependencies": {
  1394. "@babel/helper-plugin-utils": "^7.22.5",
  1395. "regenerator-transform": "^0.15.2"
  1396. },
  1397. "engines": {
  1398. "node": ">=6.9.0"
  1399. },
  1400. "peerDependencies": {
  1401. "@babel/core": "^7.0.0-0"
  1402. }
  1403. },
  1404. "node_modules/@babel/plugin-transform-reserved-words": {
  1405. "version": "7.22.5",
  1406. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.22.5.tgz",
  1407. "integrity": "sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==",
  1408. "dev": true,
  1409. "dependencies": {
  1410. "@babel/helper-plugin-utils": "^7.22.5"
  1411. },
  1412. "engines": {
  1413. "node": ">=6.9.0"
  1414. },
  1415. "peerDependencies": {
  1416. "@babel/core": "^7.0.0-0"
  1417. }
  1418. },
  1419. "node_modules/@babel/plugin-transform-shorthand-properties": {
  1420. "version": "7.22.5",
  1421. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.22.5.tgz",
  1422. "integrity": "sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==",
  1423. "dev": true,
  1424. "dependencies": {
  1425. "@babel/helper-plugin-utils": "^7.22.5"
  1426. },
  1427. "engines": {
  1428. "node": ">=6.9.0"
  1429. },
  1430. "peerDependencies": {
  1431. "@babel/core": "^7.0.0-0"
  1432. }
  1433. },
  1434. "node_modules/@babel/plugin-transform-spread": {
  1435. "version": "7.22.5",
  1436. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.22.5.tgz",
  1437. "integrity": "sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==",
  1438. "dev": true,
  1439. "dependencies": {
  1440. "@babel/helper-plugin-utils": "^7.22.5",
  1441. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5"
  1442. },
  1443. "engines": {
  1444. "node": ">=6.9.0"
  1445. },
  1446. "peerDependencies": {
  1447. "@babel/core": "^7.0.0-0"
  1448. }
  1449. },
  1450. "node_modules/@babel/plugin-transform-sticky-regex": {
  1451. "version": "7.22.5",
  1452. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.22.5.tgz",
  1453. "integrity": "sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==",
  1454. "dev": true,
  1455. "dependencies": {
  1456. "@babel/helper-plugin-utils": "^7.22.5"
  1457. },
  1458. "engines": {
  1459. "node": ">=6.9.0"
  1460. },
  1461. "peerDependencies": {
  1462. "@babel/core": "^7.0.0-0"
  1463. }
  1464. },
  1465. "node_modules/@babel/plugin-transform-template-literals": {
  1466. "version": "7.22.5",
  1467. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.22.5.tgz",
  1468. "integrity": "sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==",
  1469. "dev": true,
  1470. "dependencies": {
  1471. "@babel/helper-plugin-utils": "^7.22.5"
  1472. },
  1473. "engines": {
  1474. "node": ">=6.9.0"
  1475. },
  1476. "peerDependencies": {
  1477. "@babel/core": "^7.0.0-0"
  1478. }
  1479. },
  1480. "node_modules/@babel/plugin-transform-typeof-symbol": {
  1481. "version": "7.22.5",
  1482. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.22.5.tgz",
  1483. "integrity": "sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==",
  1484. "dev": true,
  1485. "dependencies": {
  1486. "@babel/helper-plugin-utils": "^7.22.5"
  1487. },
  1488. "engines": {
  1489. "node": ">=6.9.0"
  1490. },
  1491. "peerDependencies": {
  1492. "@babel/core": "^7.0.0-0"
  1493. }
  1494. },
  1495. "node_modules/@babel/plugin-transform-unicode-escapes": {
  1496. "version": "7.22.10",
  1497. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.22.10.tgz",
  1498. "integrity": "sha512-lRfaRKGZCBqDlRU3UIFovdp9c9mEvlylmpod0/OatICsSfuQ9YFthRo1tpTkGsklEefZdqlEFdY4A2dwTb6ohg==",
  1499. "dev": true,
  1500. "dependencies": {
  1501. "@babel/helper-plugin-utils": "^7.22.5"
  1502. },
  1503. "engines": {
  1504. "node": ">=6.9.0"
  1505. },
  1506. "peerDependencies": {
  1507. "@babel/core": "^7.0.0-0"
  1508. }
  1509. },
  1510. "node_modules/@babel/plugin-transform-unicode-property-regex": {
  1511. "version": "7.22.5",
  1512. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.22.5.tgz",
  1513. "integrity": "sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A==",
  1514. "dev": true,
  1515. "dependencies": {
  1516. "@babel/helper-create-regexp-features-plugin": "^7.22.5",
  1517. "@babel/helper-plugin-utils": "^7.22.5"
  1518. },
  1519. "engines": {
  1520. "node": ">=6.9.0"
  1521. },
  1522. "peerDependencies": {
  1523. "@babel/core": "^7.0.0-0"
  1524. }
  1525. },
  1526. "node_modules/@babel/plugin-transform-unicode-regex": {
  1527. "version": "7.22.5",
  1528. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.22.5.tgz",
  1529. "integrity": "sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==",
  1530. "dev": true,
  1531. "dependencies": {
  1532. "@babel/helper-create-regexp-features-plugin": "^7.22.5",
  1533. "@babel/helper-plugin-utils": "^7.22.5"
  1534. },
  1535. "engines": {
  1536. "node": ">=6.9.0"
  1537. },
  1538. "peerDependencies": {
  1539. "@babel/core": "^7.0.0-0"
  1540. }
  1541. },
  1542. "node_modules/@babel/plugin-transform-unicode-sets-regex": {
  1543. "version": "7.22.5",
  1544. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.22.5.tgz",
  1545. "integrity": "sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg==",
  1546. "dev": true,
  1547. "dependencies": {
  1548. "@babel/helper-create-regexp-features-plugin": "^7.22.5",
  1549. "@babel/helper-plugin-utils": "^7.22.5"
  1550. },
  1551. "engines": {
  1552. "node": ">=6.9.0"
  1553. },
  1554. "peerDependencies": {
  1555. "@babel/core": "^7.0.0"
  1556. }
  1557. },
  1558. "node_modules/@babel/preset-env": {
  1559. "version": "7.22.10",
  1560. "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.22.10.tgz",
  1561. "integrity": "sha512-riHpLb1drNkpLlocmSyEg4oYJIQFeXAK/d7rI6mbD0XsvoTOOweXDmQPG/ErxsEhWk3rl3Q/3F6RFQlVFS8m0A==",
  1562. "dev": true,
  1563. "dependencies": {
  1564. "@babel/compat-data": "^7.22.9",
  1565. "@babel/helper-compilation-targets": "^7.22.10",
  1566. "@babel/helper-plugin-utils": "^7.22.5",
  1567. "@babel/helper-validator-option": "^7.22.5",
  1568. "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.22.5",
  1569. "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.22.5",
  1570. "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
  1571. "@babel/plugin-syntax-async-generators": "^7.8.4",
  1572. "@babel/plugin-syntax-class-properties": "^7.12.13",
  1573. "@babel/plugin-syntax-class-static-block": "^7.14.5",
  1574. "@babel/plugin-syntax-dynamic-import": "^7.8.3",
  1575. "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
  1576. "@babel/plugin-syntax-import-assertions": "^7.22.5",
  1577. "@babel/plugin-syntax-import-attributes": "^7.22.5",
  1578. "@babel/plugin-syntax-import-meta": "^7.10.4",
  1579. "@babel/plugin-syntax-json-strings": "^7.8.3",
  1580. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
  1581. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
  1582. "@babel/plugin-syntax-numeric-separator": "^7.10.4",
  1583. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  1584. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
  1585. "@babel/plugin-syntax-optional-chaining": "^7.8.3",
  1586. "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
  1587. "@babel/plugin-syntax-top-level-await": "^7.14.5",
  1588. "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
  1589. "@babel/plugin-transform-arrow-functions": "^7.22.5",
  1590. "@babel/plugin-transform-async-generator-functions": "^7.22.10",
  1591. "@babel/plugin-transform-async-to-generator": "^7.22.5",
  1592. "@babel/plugin-transform-block-scoped-functions": "^7.22.5",
  1593. "@babel/plugin-transform-block-scoping": "^7.22.10",
  1594. "@babel/plugin-transform-class-properties": "^7.22.5",
  1595. "@babel/plugin-transform-class-static-block": "^7.22.5",
  1596. "@babel/plugin-transform-classes": "^7.22.6",
  1597. "@babel/plugin-transform-computed-properties": "^7.22.5",
  1598. "@babel/plugin-transform-destructuring": "^7.22.10",
  1599. "@babel/plugin-transform-dotall-regex": "^7.22.5",
  1600. "@babel/plugin-transform-duplicate-keys": "^7.22.5",
  1601. "@babel/plugin-transform-dynamic-import": "^7.22.5",
  1602. "@babel/plugin-transform-exponentiation-operator": "^7.22.5",
  1603. "@babel/plugin-transform-export-namespace-from": "^7.22.5",
  1604. "@babel/plugin-transform-for-of": "^7.22.5",
  1605. "@babel/plugin-transform-function-name": "^7.22.5",
  1606. "@babel/plugin-transform-json-strings": "^7.22.5",
  1607. "@babel/plugin-transform-literals": "^7.22.5",
  1608. "@babel/plugin-transform-logical-assignment-operators": "^7.22.5",
  1609. "@babel/plugin-transform-member-expression-literals": "^7.22.5",
  1610. "@babel/plugin-transform-modules-amd": "^7.22.5",
  1611. "@babel/plugin-transform-modules-commonjs": "^7.22.5",
  1612. "@babel/plugin-transform-modules-systemjs": "^7.22.5",
  1613. "@babel/plugin-transform-modules-umd": "^7.22.5",
  1614. "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5",
  1615. "@babel/plugin-transform-new-target": "^7.22.5",
  1616. "@babel/plugin-transform-nullish-coalescing-operator": "^7.22.5",
  1617. "@babel/plugin-transform-numeric-separator": "^7.22.5",
  1618. "@babel/plugin-transform-object-rest-spread": "^7.22.5",
  1619. "@babel/plugin-transform-object-super": "^7.22.5",
  1620. "@babel/plugin-transform-optional-catch-binding": "^7.22.5",
  1621. "@babel/plugin-transform-optional-chaining": "^7.22.10",
  1622. "@babel/plugin-transform-parameters": "^7.22.5",
  1623. "@babel/plugin-transform-private-methods": "^7.22.5",
  1624. "@babel/plugin-transform-private-property-in-object": "^7.22.5",
  1625. "@babel/plugin-transform-property-literals": "^7.22.5",
  1626. "@babel/plugin-transform-regenerator": "^7.22.10",
  1627. "@babel/plugin-transform-reserved-words": "^7.22.5",
  1628. "@babel/plugin-transform-shorthand-properties": "^7.22.5",
  1629. "@babel/plugin-transform-spread": "^7.22.5",
  1630. "@babel/plugin-transform-sticky-regex": "^7.22.5",
  1631. "@babel/plugin-transform-template-literals": "^7.22.5",
  1632. "@babel/plugin-transform-typeof-symbol": "^7.22.5",
  1633. "@babel/plugin-transform-unicode-escapes": "^7.22.10",
  1634. "@babel/plugin-transform-unicode-property-regex": "^7.22.5",
  1635. "@babel/plugin-transform-unicode-regex": "^7.22.5",
  1636. "@babel/plugin-transform-unicode-sets-regex": "^7.22.5",
  1637. "@babel/preset-modules": "0.1.6-no-external-plugins",
  1638. "@babel/types": "^7.22.10",
  1639. "babel-plugin-polyfill-corejs2": "^0.4.5",
  1640. "babel-plugin-polyfill-corejs3": "^0.8.3",
  1641. "babel-plugin-polyfill-regenerator": "^0.5.2",
  1642. "core-js-compat": "^3.31.0",
  1643. "semver": "^6.3.1"
  1644. },
  1645. "engines": {
  1646. "node": ">=6.9.0"
  1647. },
  1648. "peerDependencies": {
  1649. "@babel/core": "^7.0.0-0"
  1650. }
  1651. },
  1652. "node_modules/@babel/preset-modules": {
  1653. "version": "0.1.6-no-external-plugins",
  1654. "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz",
  1655. "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==",
  1656. "dev": true,
  1657. "dependencies": {
  1658. "@babel/helper-plugin-utils": "^7.0.0",
  1659. "@babel/types": "^7.4.4",
  1660. "esutils": "^2.0.2"
  1661. },
  1662. "peerDependencies": {
  1663. "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0"
  1664. }
  1665. },
  1666. "node_modules/@babel/regjsgen": {
  1667. "version": "0.8.0",
  1668. "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz",
  1669. "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==",
  1670. "dev": true
  1671. },
  1672. "node_modules/@babel/runtime": {
  1673. "version": "7.22.10",
  1674. "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.10.tgz",
  1675. "integrity": "sha512-21t/fkKLMZI4pqP2wlmsQAWnYW1PDyKyyUV4vCi+B25ydmdaYTKXPwCj0BzSUnZf4seIiYvSA3jcZ3gdsMFkLQ==",
  1676. "dependencies": {
  1677. "regenerator-runtime": "^0.14.0"
  1678. },
  1679. "engines": {
  1680. "node": ">=6.9.0"
  1681. }
  1682. },
  1683. "node_modules/@babel/template": {
  1684. "version": "7.22.5",
  1685. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.5.tgz",
  1686. "integrity": "sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==",
  1687. "dev": true,
  1688. "dependencies": {
  1689. "@babel/code-frame": "^7.22.5",
  1690. "@babel/parser": "^7.22.5",
  1691. "@babel/types": "^7.22.5"
  1692. },
  1693. "engines": {
  1694. "node": ">=6.9.0"
  1695. }
  1696. },
  1697. "node_modules/@babel/traverse": {
  1698. "version": "7.22.10",
  1699. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.10.tgz",
  1700. "integrity": "sha512-Q/urqV4pRByiNNpb/f5OSv28ZlGJiFiiTh+GAHktbIrkPhPbl90+uW6SmpoLyZqutrg9AEaEf3Q/ZBRHBXgxig==",
  1701. "dev": true,
  1702. "dependencies": {
  1703. "@babel/code-frame": "^7.22.10",
  1704. "@babel/generator": "^7.22.10",
  1705. "@babel/helper-environment-visitor": "^7.22.5",
  1706. "@babel/helper-function-name": "^7.22.5",
  1707. "@babel/helper-hoist-variables": "^7.22.5",
  1708. "@babel/helper-split-export-declaration": "^7.22.6",
  1709. "@babel/parser": "^7.22.10",
  1710. "@babel/types": "^7.22.10",
  1711. "debug": "^4.1.0",
  1712. "globals": "^11.1.0"
  1713. },
  1714. "engines": {
  1715. "node": ">=6.9.0"
  1716. }
  1717. },
  1718. "node_modules/@babel/types": {
  1719. "version": "7.22.10",
  1720. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.10.tgz",
  1721. "integrity": "sha512-obaoigiLrlDZ7TUQln/8m4mSqIW2QFeOrCQc9r+xsaHGNoplVNYlRVpsfE8Vj35GEm2ZH4ZhrNYogs/3fj85kg==",
  1722. "dependencies": {
  1723. "@babel/helper-string-parser": "^7.22.5",
  1724. "@babel/helper-validator-identifier": "^7.22.5",
  1725. "to-fast-properties": "^2.0.0"
  1726. },
  1727. "engines": {
  1728. "node": ">=6.9.0"
  1729. }
  1730. },
  1731. "node_modules/@emotion/babel-plugin": {
  1732. "version": "11.11.0",
  1733. "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.11.0.tgz",
  1734. "integrity": "sha512-m4HEDZleaaCH+XgDDsPF15Ht6wTLsgDTeR3WYj9Q/k76JtWhrJjcP4+/XlG8LGT/Rol9qUfOIztXeA84ATpqPQ==",
  1735. "dependencies": {
  1736. "@babel/helper-module-imports": "^7.16.7",
  1737. "@babel/runtime": "^7.18.3",
  1738. "@emotion/hash": "^0.9.1",
  1739. "@emotion/memoize": "^0.8.1",
  1740. "@emotion/serialize": "^1.1.2",
  1741. "babel-plugin-macros": "^3.1.0",
  1742. "convert-source-map": "^1.5.0",
  1743. "escape-string-regexp": "^4.0.0",
  1744. "find-root": "^1.1.0",
  1745. "source-map": "^0.5.7",
  1746. "stylis": "4.2.0"
  1747. }
  1748. },
  1749. "node_modules/@emotion/babel-plugin/node_modules/stylis": {
  1750. "version": "4.2.0",
  1751. "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.2.0.tgz",
  1752. "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw=="
  1753. },
  1754. "node_modules/@emotion/cache": {
  1755. "version": "11.11.0",
  1756. "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.11.0.tgz",
  1757. "integrity": "sha512-P34z9ssTCBi3e9EI1ZsWpNHcfY1r09ZO0rZbRO2ob3ZQMnFI35jB536qoXbkdesr5EUhYi22anuEJuyxifaqAQ==",
  1758. "dependencies": {
  1759. "@emotion/memoize": "^0.8.1",
  1760. "@emotion/sheet": "^1.2.2",
  1761. "@emotion/utils": "^1.2.1",
  1762. "@emotion/weak-memoize": "^0.3.1",
  1763. "stylis": "4.2.0"
  1764. }
  1765. },
  1766. "node_modules/@emotion/cache/node_modules/stylis": {
  1767. "version": "4.2.0",
  1768. "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.2.0.tgz",
  1769. "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw=="
  1770. },
  1771. "node_modules/@emotion/hash": {
  1772. "version": "0.9.1",
  1773. "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.1.tgz",
  1774. "integrity": "sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ=="
  1775. },
  1776. "node_modules/@emotion/is-prop-valid": {
  1777. "version": "1.2.1",
  1778. "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.2.1.tgz",
  1779. "integrity": "sha512-61Mf7Ufx4aDxx1xlDeOm8aFFigGHE4z+0sKCa+IHCeZKiyP9RLD0Mmx7m8b9/Cf37f7NAvQOOJAbQQGVr5uERw==",
  1780. "dependencies": {
  1781. "@emotion/memoize": "^0.8.1"
  1782. }
  1783. },
  1784. "node_modules/@emotion/memoize": {
  1785. "version": "0.8.1",
  1786. "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.1.tgz",
  1787. "integrity": "sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA=="
  1788. },
  1789. "node_modules/@emotion/react": {
  1790. "version": "11.11.1",
  1791. "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.11.1.tgz",
  1792. "integrity": "sha512-5mlW1DquU5HaxjLkfkGN1GA/fvVGdyHURRiX/0FHl2cfIfRxSOfmxEH5YS43edp0OldZrZ+dkBKbngxcNCdZvA==",
  1793. "dependencies": {
  1794. "@babel/runtime": "^7.18.3",
  1795. "@emotion/babel-plugin": "^11.11.0",
  1796. "@emotion/cache": "^11.11.0",
  1797. "@emotion/serialize": "^1.1.2",
  1798. "@emotion/use-insertion-effect-with-fallbacks": "^1.0.1",
  1799. "@emotion/utils": "^1.2.1",
  1800. "@emotion/weak-memoize": "^0.3.1",
  1801. "hoist-non-react-statics": "^3.3.1"
  1802. },
  1803. "peerDependencies": {
  1804. "react": ">=16.8.0"
  1805. },
  1806. "peerDependenciesMeta": {
  1807. "@types/react": {
  1808. "optional": true
  1809. }
  1810. }
  1811. },
  1812. "node_modules/@emotion/serialize": {
  1813. "version": "1.1.2",
  1814. "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.2.tgz",
  1815. "integrity": "sha512-zR6a/fkFP4EAcCMQtLOhIgpprZOwNmCldtpaISpvz348+DP4Mz8ZoKaGGCQpbzepNIUWbq4w6hNZkwDyKoS+HA==",
  1816. "dependencies": {
  1817. "@emotion/hash": "^0.9.1",
  1818. "@emotion/memoize": "^0.8.1",
  1819. "@emotion/unitless": "^0.8.1",
  1820. "@emotion/utils": "^1.2.1",
  1821. "csstype": "^3.0.2"
  1822. }
  1823. },
  1824. "node_modules/@emotion/sheet": {
  1825. "version": "1.2.2",
  1826. "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.2.2.tgz",
  1827. "integrity": "sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA=="
  1828. },
  1829. "node_modules/@emotion/styled": {
  1830. "version": "11.11.0",
  1831. "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.11.0.tgz",
  1832. "integrity": "sha512-hM5Nnvu9P3midq5aaXj4I+lnSfNi7Pmd4EWk1fOZ3pxookaQTNew6bp4JaCBYM4HVFZF9g7UjJmsUmC2JlxOng==",
  1833. "dependencies": {
  1834. "@babel/runtime": "^7.18.3",
  1835. "@emotion/babel-plugin": "^11.11.0",
  1836. "@emotion/is-prop-valid": "^1.2.1",
  1837. "@emotion/serialize": "^1.1.2",
  1838. "@emotion/use-insertion-effect-with-fallbacks": "^1.0.1",
  1839. "@emotion/utils": "^1.2.1"
  1840. },
  1841. "peerDependencies": {
  1842. "@emotion/react": "^11.0.0-rc.0",
  1843. "react": ">=16.8.0"
  1844. },
  1845. "peerDependenciesMeta": {
  1846. "@types/react": {
  1847. "optional": true
  1848. }
  1849. }
  1850. },
  1851. "node_modules/@emotion/unitless": {
  1852. "version": "0.8.1",
  1853. "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.1.tgz",
  1854. "integrity": "sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ=="
  1855. },
  1856. "node_modules/@emotion/use-insertion-effect-with-fallbacks": {
  1857. "version": "1.0.1",
  1858. "resolved": "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.0.1.tgz",
  1859. "integrity": "sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw==",
  1860. "peerDependencies": {
  1861. "react": ">=16.8.0"
  1862. }
  1863. },
  1864. "node_modules/@emotion/utils": {
  1865. "version": "1.2.1",
  1866. "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.2.1.tgz",
  1867. "integrity": "sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg=="
  1868. },
  1869. "node_modules/@emotion/weak-memoize": {
  1870. "version": "0.3.1",
  1871. "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.3.1.tgz",
  1872. "integrity": "sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww=="
  1873. },
  1874. "node_modules/@esbuild/android-arm": {
  1875. "version": "0.18.20",
  1876. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.20.tgz",
  1877. "integrity": "sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==",
  1878. "cpu": [
  1879. "arm"
  1880. ],
  1881. "dev": true,
  1882. "optional": true,
  1883. "os": [
  1884. "android"
  1885. ],
  1886. "engines": {
  1887. "node": ">=12"
  1888. }
  1889. },
  1890. "node_modules/@esbuild/android-arm64": {
  1891. "version": "0.18.20",
  1892. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.20.tgz",
  1893. "integrity": "sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==",
  1894. "cpu": [
  1895. "arm64"
  1896. ],
  1897. "dev": true,
  1898. "optional": true,
  1899. "os": [
  1900. "android"
  1901. ],
  1902. "engines": {
  1903. "node": ">=12"
  1904. }
  1905. },
  1906. "node_modules/@esbuild/android-x64": {
  1907. "version": "0.18.20",
  1908. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.20.tgz",
  1909. "integrity": "sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==",
  1910. "cpu": [
  1911. "x64"
  1912. ],
  1913. "dev": true,
  1914. "optional": true,
  1915. "os": [
  1916. "android"
  1917. ],
  1918. "engines": {
  1919. "node": ">=12"
  1920. }
  1921. },
  1922. "node_modules/@esbuild/darwin-arm64": {
  1923. "version": "0.18.20",
  1924. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.20.tgz",
  1925. "integrity": "sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==",
  1926. "cpu": [
  1927. "arm64"
  1928. ],
  1929. "dev": true,
  1930. "optional": true,
  1931. "os": [
  1932. "darwin"
  1933. ],
  1934. "engines": {
  1935. "node": ">=12"
  1936. }
  1937. },
  1938. "node_modules/@esbuild/darwin-x64": {
  1939. "version": "0.18.20",
  1940. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.20.tgz",
  1941. "integrity": "sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==",
  1942. "cpu": [
  1943. "x64"
  1944. ],
  1945. "dev": true,
  1946. "optional": true,
  1947. "os": [
  1948. "darwin"
  1949. ],
  1950. "engines": {
  1951. "node": ">=12"
  1952. }
  1953. },
  1954. "node_modules/@esbuild/freebsd-arm64": {
  1955. "version": "0.18.20",
  1956. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.20.tgz",
  1957. "integrity": "sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==",
  1958. "cpu": [
  1959. "arm64"
  1960. ],
  1961. "dev": true,
  1962. "optional": true,
  1963. "os": [
  1964. "freebsd"
  1965. ],
  1966. "engines": {
  1967. "node": ">=12"
  1968. }
  1969. },
  1970. "node_modules/@esbuild/freebsd-x64": {
  1971. "version": "0.18.20",
  1972. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.20.tgz",
  1973. "integrity": "sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==",
  1974. "cpu": [
  1975. "x64"
  1976. ],
  1977. "dev": true,
  1978. "optional": true,
  1979. "os": [
  1980. "freebsd"
  1981. ],
  1982. "engines": {
  1983. "node": ">=12"
  1984. }
  1985. },
  1986. "node_modules/@esbuild/linux-arm": {
  1987. "version": "0.18.20",
  1988. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.20.tgz",
  1989. "integrity": "sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==",
  1990. "cpu": [
  1991. "arm"
  1992. ],
  1993. "dev": true,
  1994. "optional": true,
  1995. "os": [
  1996. "linux"
  1997. ],
  1998. "engines": {
  1999. "node": ">=12"
  2000. }
  2001. },
  2002. "node_modules/@esbuild/linux-arm64": {
  2003. "version": "0.18.20",
  2004. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.20.tgz",
  2005. "integrity": "sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==",
  2006. "cpu": [
  2007. "arm64"
  2008. ],
  2009. "dev": true,
  2010. "optional": true,
  2011. "os": [
  2012. "linux"
  2013. ],
  2014. "engines": {
  2015. "node": ">=12"
  2016. }
  2017. },
  2018. "node_modules/@esbuild/linux-ia32": {
  2019. "version": "0.18.20",
  2020. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.20.tgz",
  2021. "integrity": "sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==",
  2022. "cpu": [
  2023. "ia32"
  2024. ],
  2025. "dev": true,
  2026. "optional": true,
  2027. "os": [
  2028. "linux"
  2029. ],
  2030. "engines": {
  2031. "node": ">=12"
  2032. }
  2033. },
  2034. "node_modules/@esbuild/linux-loong64": {
  2035. "version": "0.18.20",
  2036. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.20.tgz",
  2037. "integrity": "sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==",
  2038. "cpu": [
  2039. "loong64"
  2040. ],
  2041. "dev": true,
  2042. "optional": true,
  2043. "os": [
  2044. "linux"
  2045. ],
  2046. "engines": {
  2047. "node": ">=12"
  2048. }
  2049. },
  2050. "node_modules/@esbuild/linux-mips64el": {
  2051. "version": "0.18.20",
  2052. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.20.tgz",
  2053. "integrity": "sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==",
  2054. "cpu": [
  2055. "mips64el"
  2056. ],
  2057. "dev": true,
  2058. "optional": true,
  2059. "os": [
  2060. "linux"
  2061. ],
  2062. "engines": {
  2063. "node": ">=12"
  2064. }
  2065. },
  2066. "node_modules/@esbuild/linux-ppc64": {
  2067. "version": "0.18.20",
  2068. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.20.tgz",
  2069. "integrity": "sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==",
  2070. "cpu": [
  2071. "ppc64"
  2072. ],
  2073. "dev": true,
  2074. "optional": true,
  2075. "os": [
  2076. "linux"
  2077. ],
  2078. "engines": {
  2079. "node": ">=12"
  2080. }
  2081. },
  2082. "node_modules/@esbuild/linux-riscv64": {
  2083. "version": "0.18.20",
  2084. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.20.tgz",
  2085. "integrity": "sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==",
  2086. "cpu": [
  2087. "riscv64"
  2088. ],
  2089. "dev": true,
  2090. "optional": true,
  2091. "os": [
  2092. "linux"
  2093. ],
  2094. "engines": {
  2095. "node": ">=12"
  2096. }
  2097. },
  2098. "node_modules/@esbuild/linux-s390x": {
  2099. "version": "0.18.20",
  2100. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.20.tgz",
  2101. "integrity": "sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==",
  2102. "cpu": [
  2103. "s390x"
  2104. ],
  2105. "dev": true,
  2106. "optional": true,
  2107. "os": [
  2108. "linux"
  2109. ],
  2110. "engines": {
  2111. "node": ">=12"
  2112. }
  2113. },
  2114. "node_modules/@esbuild/linux-x64": {
  2115. "version": "0.18.20",
  2116. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.20.tgz",
  2117. "integrity": "sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==",
  2118. "cpu": [
  2119. "x64"
  2120. ],
  2121. "dev": true,
  2122. "optional": true,
  2123. "os": [
  2124. "linux"
  2125. ],
  2126. "engines": {
  2127. "node": ">=12"
  2128. }
  2129. },
  2130. "node_modules/@esbuild/netbsd-x64": {
  2131. "version": "0.18.20",
  2132. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.20.tgz",
  2133. "integrity": "sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==",
  2134. "cpu": [
  2135. "x64"
  2136. ],
  2137. "dev": true,
  2138. "optional": true,
  2139. "os": [
  2140. "netbsd"
  2141. ],
  2142. "engines": {
  2143. "node": ">=12"
  2144. }
  2145. },
  2146. "node_modules/@esbuild/openbsd-x64": {
  2147. "version": "0.18.20",
  2148. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.20.tgz",
  2149. "integrity": "sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==",
  2150. "cpu": [
  2151. "x64"
  2152. ],
  2153. "dev": true,
  2154. "optional": true,
  2155. "os": [
  2156. "openbsd"
  2157. ],
  2158. "engines": {
  2159. "node": ">=12"
  2160. }
  2161. },
  2162. "node_modules/@esbuild/sunos-x64": {
  2163. "version": "0.18.20",
  2164. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.20.tgz",
  2165. "integrity": "sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==",
  2166. "cpu": [
  2167. "x64"
  2168. ],
  2169. "dev": true,
  2170. "optional": true,
  2171. "os": [
  2172. "sunos"
  2173. ],
  2174. "engines": {
  2175. "node": ">=12"
  2176. }
  2177. },
  2178. "node_modules/@esbuild/win32-arm64": {
  2179. "version": "0.18.20",
  2180. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.20.tgz",
  2181. "integrity": "sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==",
  2182. "cpu": [
  2183. "arm64"
  2184. ],
  2185. "dev": true,
  2186. "optional": true,
  2187. "os": [
  2188. "win32"
  2189. ],
  2190. "engines": {
  2191. "node": ">=12"
  2192. }
  2193. },
  2194. "node_modules/@esbuild/win32-ia32": {
  2195. "version": "0.18.20",
  2196. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.20.tgz",
  2197. "integrity": "sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==",
  2198. "cpu": [
  2199. "ia32"
  2200. ],
  2201. "dev": true,
  2202. "optional": true,
  2203. "os": [
  2204. "win32"
  2205. ],
  2206. "engines": {
  2207. "node": ">=12"
  2208. }
  2209. },
  2210. "node_modules/@esbuild/win32-x64": {
  2211. "version": "0.18.20",
  2212. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.20.tgz",
  2213. "integrity": "sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==",
  2214. "cpu": [
  2215. "x64"
  2216. ],
  2217. "dev": true,
  2218. "optional": true,
  2219. "os": [
  2220. "win32"
  2221. ],
  2222. "engines": {
  2223. "node": ">=12"
  2224. }
  2225. },
  2226. "node_modules/@eslint-community/eslint-utils": {
  2227. "version": "4.4.0",
  2228. "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
  2229. "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",
  2230. "dev": true,
  2231. "dependencies": {
  2232. "eslint-visitor-keys": "^3.3.0"
  2233. },
  2234. "engines": {
  2235. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2236. },
  2237. "peerDependencies": {
  2238. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  2239. }
  2240. },
  2241. "node_modules/@eslint-community/regexpp": {
  2242. "version": "4.6.2",
  2243. "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.6.2.tgz",
  2244. "integrity": "sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==",
  2245. "dev": true,
  2246. "engines": {
  2247. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  2248. }
  2249. },
  2250. "node_modules/@eslint/eslintrc": {
  2251. "version": "2.1.2",
  2252. "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.2.tgz",
  2253. "integrity": "sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==",
  2254. "dev": true,
  2255. "dependencies": {
  2256. "ajv": "^6.12.4",
  2257. "debug": "^4.3.2",
  2258. "espree": "^9.6.0",
  2259. "globals": "^13.19.0",
  2260. "ignore": "^5.2.0",
  2261. "import-fresh": "^3.2.1",
  2262. "js-yaml": "^4.1.0",
  2263. "minimatch": "^3.1.2",
  2264. "strip-json-comments": "^3.1.1"
  2265. },
  2266. "engines": {
  2267. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2268. },
  2269. "funding": {
  2270. "url": "https://opencollective.com/eslint"
  2271. }
  2272. },
  2273. "node_modules/@eslint/eslintrc/node_modules/globals": {
  2274. "version": "13.21.0",
  2275. "resolved": "https://registry.npmjs.org/globals/-/globals-13.21.0.tgz",
  2276. "integrity": "sha512-ybyme3s4yy/t/3s35bewwXKOf7cvzfreG2lH0lZl0JB7I4GxRP2ghxOK/Nb9EkRXdbBXZLfq/p/0W2JUONB/Gg==",
  2277. "dev": true,
  2278. "dependencies": {
  2279. "type-fest": "^0.20.2"
  2280. },
  2281. "engines": {
  2282. "node": ">=8"
  2283. },
  2284. "funding": {
  2285. "url": "https://github.com/sponsors/sindresorhus"
  2286. }
  2287. },
  2288. "node_modules/@eslint/eslintrc/node_modules/type-fest": {
  2289. "version": "0.20.2",
  2290. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
  2291. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  2292. "dev": true,
  2293. "engines": {
  2294. "node": ">=10"
  2295. },
  2296. "funding": {
  2297. "url": "https://github.com/sponsors/sindresorhus"
  2298. }
  2299. },
  2300. "node_modules/@eslint/js": {
  2301. "version": "8.47.0",
  2302. "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.47.0.tgz",
  2303. "integrity": "sha512-P6omY1zv5MItm93kLM8s2vr1HICJH8v0dvddDhysbIuZ+vcjOHg5Zbkf1mTkcmi2JA9oBG2anOkRnW8WJTS8Og==",
  2304. "dev": true,
  2305. "engines": {
  2306. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2307. }
  2308. },
  2309. "node_modules/@humanwhocodes/config-array": {
  2310. "version": "0.11.10",
  2311. "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.10.tgz",
  2312. "integrity": "sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==",
  2313. "dev": true,
  2314. "dependencies": {
  2315. "@humanwhocodes/object-schema": "^1.2.1",
  2316. "debug": "^4.1.1",
  2317. "minimatch": "^3.0.5"
  2318. },
  2319. "engines": {
  2320. "node": ">=10.10.0"
  2321. }
  2322. },
  2323. "node_modules/@humanwhocodes/module-importer": {
  2324. "version": "1.0.1",
  2325. "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  2326. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  2327. "dev": true,
  2328. "engines": {
  2329. "node": ">=12.22"
  2330. },
  2331. "funding": {
  2332. "type": "github",
  2333. "url": "https://github.com/sponsors/nzakas"
  2334. }
  2335. },
  2336. "node_modules/@humanwhocodes/object-schema": {
  2337. "version": "1.2.1",
  2338. "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz",
  2339. "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==",
  2340. "dev": true
  2341. },
  2342. "node_modules/@jridgewell/gen-mapping": {
  2343. "version": "0.3.3",
  2344. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz",
  2345. "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==",
  2346. "dev": true,
  2347. "dependencies": {
  2348. "@jridgewell/set-array": "^1.0.1",
  2349. "@jridgewell/sourcemap-codec": "^1.4.10",
  2350. "@jridgewell/trace-mapping": "^0.3.9"
  2351. },
  2352. "engines": {
  2353. "node": ">=6.0.0"
  2354. }
  2355. },
  2356. "node_modules/@jridgewell/resolve-uri": {
  2357. "version": "3.1.1",
  2358. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz",
  2359. "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==",
  2360. "dev": true,
  2361. "engines": {
  2362. "node": ">=6.0.0"
  2363. }
  2364. },
  2365. "node_modules/@jridgewell/set-array": {
  2366. "version": "1.1.2",
  2367. "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz",
  2368. "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==",
  2369. "dev": true,
  2370. "engines": {
  2371. "node": ">=6.0.0"
  2372. }
  2373. },
  2374. "node_modules/@jridgewell/source-map": {
  2375. "version": "0.3.5",
  2376. "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.5.tgz",
  2377. "integrity": "sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==",
  2378. "dev": true,
  2379. "dependencies": {
  2380. "@jridgewell/gen-mapping": "^0.3.0",
  2381. "@jridgewell/trace-mapping": "^0.3.9"
  2382. }
  2383. },
  2384. "node_modules/@jridgewell/sourcemap-codec": {
  2385. "version": "1.4.15",
  2386. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
  2387. "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==",
  2388. "dev": true
  2389. },
  2390. "node_modules/@jridgewell/trace-mapping": {
  2391. "version": "0.3.19",
  2392. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz",
  2393. "integrity": "sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==",
  2394. "dev": true,
  2395. "dependencies": {
  2396. "@jridgewell/resolve-uri": "^3.1.0",
  2397. "@jridgewell/sourcemap-codec": "^1.4.14"
  2398. }
  2399. },
  2400. "node_modules/@mapbox/hast-util-table-cell-style": {
  2401. "version": "0.2.0",
  2402. "resolved": "https://registry.npmjs.org/@mapbox/hast-util-table-cell-style/-/hast-util-table-cell-style-0.2.0.tgz",
  2403. "integrity": "sha512-gqaTIGC8My3LVSnU38IwjHVKJC94HSonjvFHDk8/aSrApL8v4uWgm8zJkK7MJIIbHuNOr/+Mv2KkQKcxs6LEZA==",
  2404. "dependencies": {
  2405. "unist-util-visit": "^1.4.1"
  2406. },
  2407. "engines": {
  2408. "node": ">=12"
  2409. }
  2410. },
  2411. "node_modules/@mui/base": {
  2412. "version": "5.0.0-beta.11",
  2413. "resolved": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.11.tgz",
  2414. "integrity": "sha512-FdKZGPd8qmC3ZNke7CNhzcEgToc02M6WYZc9hcBsNQ17bgAd3s9F//1bDDYgMVBYxDM71V0sv/hBHlOY4I1ZVA==",
  2415. "dependencies": {
  2416. "@babel/runtime": "^7.22.6",
  2417. "@emotion/is-prop-valid": "^1.2.1",
  2418. "@mui/types": "^7.2.4",
  2419. "@mui/utils": "^5.14.5",
  2420. "@popperjs/core": "^2.11.8",
  2421. "clsx": "^2.0.0",
  2422. "prop-types": "^15.8.1",
  2423. "react-is": "^18.2.0"
  2424. },
  2425. "engines": {
  2426. "node": ">=12.0.0"
  2427. },
  2428. "funding": {
  2429. "type": "opencollective",
  2430. "url": "https://opencollective.com/mui"
  2431. },
  2432. "peerDependencies": {
  2433. "@types/react": "^17.0.0 || ^18.0.0",
  2434. "react": "^17.0.0 || ^18.0.0",
  2435. "react-dom": "^17.0.0 || ^18.0.0"
  2436. },
  2437. "peerDependenciesMeta": {
  2438. "@types/react": {
  2439. "optional": true
  2440. }
  2441. }
  2442. },
  2443. "node_modules/@mui/core-downloads-tracker": {
  2444. "version": "5.14.5",
  2445. "resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-5.14.5.tgz",
  2446. "integrity": "sha512-+wpGH1USwPcKMFPMvXqYPC6fEvhxM3FzxC8lyDiNK/imLyyJ6y2DPb1Oue7OGIKJWBmYBqrWWtfovrxd1aJHTA==",
  2447. "funding": {
  2448. "type": "opencollective",
  2449. "url": "https://opencollective.com/mui"
  2450. }
  2451. },
  2452. "node_modules/@mui/icons-material": {
  2453. "version": "5.14.3",
  2454. "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.14.3.tgz",
  2455. "integrity": "sha512-XkxWPhageu1OPUm2LWjo5XqeQ0t2xfGe8EiLkRW9oz2LHMMZmijvCxulhgquUVTF1DnoSh+3KoDLSsoAFtVNVw==",
  2456. "dependencies": {
  2457. "@babel/runtime": "^7.22.6"
  2458. },
  2459. "engines": {
  2460. "node": ">=12.0.0"
  2461. },
  2462. "funding": {
  2463. "type": "opencollective",
  2464. "url": "https://opencollective.com/mui"
  2465. },
  2466. "peerDependencies": {
  2467. "@mui/material": "^5.0.0",
  2468. "@types/react": "^17.0.0 || ^18.0.0",
  2469. "react": "^17.0.0 || ^18.0.0"
  2470. },
  2471. "peerDependenciesMeta": {
  2472. "@types/react": {
  2473. "optional": true
  2474. }
  2475. }
  2476. },
  2477. "node_modules/@mui/material": {
  2478. "version": "5.14.5",
  2479. "resolved": "https://registry.npmjs.org/@mui/material/-/material-5.14.5.tgz",
  2480. "integrity": "sha512-4qa4GMfuZH0Ai3mttk5ccXP8a3sf7aPlAJwyMrUSz6h9hPri6BPou94zeu3rENhhmKLby9S/W1y+pmficy8JKA==",
  2481. "dependencies": {
  2482. "@babel/runtime": "^7.22.6",
  2483. "@mui/base": "5.0.0-beta.11",
  2484. "@mui/core-downloads-tracker": "^5.14.5",
  2485. "@mui/system": "^5.14.5",
  2486. "@mui/types": "^7.2.4",
  2487. "@mui/utils": "^5.14.5",
  2488. "@types/react-transition-group": "^4.4.6",
  2489. "clsx": "^2.0.0",
  2490. "csstype": "^3.1.2",
  2491. "prop-types": "^15.8.1",
  2492. "react-is": "^18.2.0",
  2493. "react-transition-group": "^4.4.5"
  2494. },
  2495. "engines": {
  2496. "node": ">=12.0.0"
  2497. },
  2498. "funding": {
  2499. "type": "opencollective",
  2500. "url": "https://opencollective.com/mui"
  2501. },
  2502. "peerDependencies": {
  2503. "@emotion/react": "^11.5.0",
  2504. "@emotion/styled": "^11.3.0",
  2505. "@types/react": "^17.0.0 || ^18.0.0",
  2506. "react": "^17.0.0 || ^18.0.0",
  2507. "react-dom": "^17.0.0 || ^18.0.0"
  2508. },
  2509. "peerDependenciesMeta": {
  2510. "@emotion/react": {
  2511. "optional": true
  2512. },
  2513. "@emotion/styled": {
  2514. "optional": true
  2515. },
  2516. "@types/react": {
  2517. "optional": true
  2518. }
  2519. }
  2520. },
  2521. "node_modules/@mui/private-theming": {
  2522. "version": "5.14.5",
  2523. "resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.14.5.tgz",
  2524. "integrity": "sha512-cC4C5RrpXpDaaZyH9QwmPhRLgz+f2SYbOty3cPkk4qPSOSfif2ZEcDD9HTENKDDd9deB+xkPKzzZhi8cxIx8Ig==",
  2525. "dependencies": {
  2526. "@babel/runtime": "^7.22.6",
  2527. "@mui/utils": "^5.14.5",
  2528. "prop-types": "^15.8.1"
  2529. },
  2530. "engines": {
  2531. "node": ">=12.0.0"
  2532. },
  2533. "funding": {
  2534. "type": "opencollective",
  2535. "url": "https://opencollective.com/mui"
  2536. },
  2537. "peerDependencies": {
  2538. "@types/react": "^17.0.0 || ^18.0.0",
  2539. "react": "^17.0.0 || ^18.0.0"
  2540. },
  2541. "peerDependenciesMeta": {
  2542. "@types/react": {
  2543. "optional": true
  2544. }
  2545. }
  2546. },
  2547. "node_modules/@mui/styled-engine": {
  2548. "version": "5.13.2",
  2549. "resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.13.2.tgz",
  2550. "integrity": "sha512-VCYCU6xVtXOrIN8lcbuPmoG+u7FYuOERG++fpY74hPpEWkyFQG97F+/XfTQVYzlR2m7nPjnwVUgATcTCMEaMvw==",
  2551. "dependencies": {
  2552. "@babel/runtime": "^7.21.0",
  2553. "@emotion/cache": "^11.11.0",
  2554. "csstype": "^3.1.2",
  2555. "prop-types": "^15.8.1"
  2556. },
  2557. "engines": {
  2558. "node": ">=12.0.0"
  2559. },
  2560. "funding": {
  2561. "type": "opencollective",
  2562. "url": "https://opencollective.com/mui"
  2563. },
  2564. "peerDependencies": {
  2565. "@emotion/react": "^11.4.1",
  2566. "@emotion/styled": "^11.3.0",
  2567. "react": "^17.0.0 || ^18.0.0"
  2568. },
  2569. "peerDependenciesMeta": {
  2570. "@emotion/react": {
  2571. "optional": true
  2572. },
  2573. "@emotion/styled": {
  2574. "optional": true
  2575. }
  2576. }
  2577. },
  2578. "node_modules/@mui/system": {
  2579. "version": "5.14.5",
  2580. "resolved": "https://registry.npmjs.org/@mui/system/-/system-5.14.5.tgz",
  2581. "integrity": "sha512-mextXZHDeGcR7E1kx43TRARrVXy+gI4wzpUgNv7MqZs1dvTVXQGVeAT6ydj9d6FUqHBPMNLGV/21vJOrpqsL+w==",
  2582. "dependencies": {
  2583. "@babel/runtime": "^7.22.6",
  2584. "@mui/private-theming": "^5.14.5",
  2585. "@mui/styled-engine": "^5.13.2",
  2586. "@mui/types": "^7.2.4",
  2587. "@mui/utils": "^5.14.5",
  2588. "clsx": "^2.0.0",
  2589. "csstype": "^3.1.2",
  2590. "prop-types": "^15.8.1"
  2591. },
  2592. "engines": {
  2593. "node": ">=12.0.0"
  2594. },
  2595. "funding": {
  2596. "type": "opencollective",
  2597. "url": "https://opencollective.com/mui"
  2598. },
  2599. "peerDependencies": {
  2600. "@emotion/react": "^11.5.0",
  2601. "@emotion/styled": "^11.3.0",
  2602. "@types/react": "^17.0.0 || ^18.0.0",
  2603. "react": "^17.0.0 || ^18.0.0"
  2604. },
  2605. "peerDependenciesMeta": {
  2606. "@emotion/react": {
  2607. "optional": true
  2608. },
  2609. "@emotion/styled": {
  2610. "optional": true
  2611. },
  2612. "@types/react": {
  2613. "optional": true
  2614. }
  2615. }
  2616. },
  2617. "node_modules/@mui/types": {
  2618. "version": "7.2.4",
  2619. "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.2.4.tgz",
  2620. "integrity": "sha512-LBcwa8rN84bKF+f5sDyku42w1NTxaPgPyYKODsh01U1fVstTClbUoSA96oyRBnSNyEiAVjKm6Gwx9vjR+xyqHA==",
  2621. "peerDependencies": {
  2622. "@types/react": "*"
  2623. },
  2624. "peerDependenciesMeta": {
  2625. "@types/react": {
  2626. "optional": true
  2627. }
  2628. }
  2629. },
  2630. "node_modules/@mui/utils": {
  2631. "version": "5.14.5",
  2632. "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-5.14.5.tgz",
  2633. "integrity": "sha512-6Hzw63VR9C5xYv+CbjndoRLU6Gntal8rJ5W+GUzkyHrGWIyYPWZPa6AevnyGioySNETATe1H9oXS8f/7qgIHJA==",
  2634. "dependencies": {
  2635. "@babel/runtime": "^7.22.6",
  2636. "@types/prop-types": "^15.7.5",
  2637. "@types/react-is": "^18.2.1",
  2638. "prop-types": "^15.8.1",
  2639. "react-is": "^18.2.0"
  2640. },
  2641. "engines": {
  2642. "node": ">=12.0.0"
  2643. },
  2644. "funding": {
  2645. "type": "opencollective",
  2646. "url": "https://opencollective.com/mui"
  2647. },
  2648. "peerDependencies": {
  2649. "react": "^17.0.0 || ^18.0.0"
  2650. }
  2651. },
  2652. "node_modules/@nodelib/fs.scandir": {
  2653. "version": "2.1.5",
  2654. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  2655. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  2656. "dev": true,
  2657. "dependencies": {
  2658. "@nodelib/fs.stat": "2.0.5",
  2659. "run-parallel": "^1.1.9"
  2660. },
  2661. "engines": {
  2662. "node": ">= 8"
  2663. }
  2664. },
  2665. "node_modules/@nodelib/fs.stat": {
  2666. "version": "2.0.5",
  2667. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  2668. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  2669. "dev": true,
  2670. "engines": {
  2671. "node": ">= 8"
  2672. }
  2673. },
  2674. "node_modules/@nodelib/fs.walk": {
  2675. "version": "1.2.8",
  2676. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  2677. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  2678. "dev": true,
  2679. "dependencies": {
  2680. "@nodelib/fs.scandir": "2.1.5",
  2681. "fastq": "^1.6.0"
  2682. },
  2683. "engines": {
  2684. "node": ">= 8"
  2685. }
  2686. },
  2687. "node_modules/@popperjs/core": {
  2688. "version": "2.11.8",
  2689. "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
  2690. "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
  2691. "funding": {
  2692. "type": "opencollective",
  2693. "url": "https://opencollective.com/popperjs"
  2694. }
  2695. },
  2696. "node_modules/@remix-run/router": {
  2697. "version": "1.8.0",
  2698. "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.8.0.tgz",
  2699. "integrity": "sha512-mrfKqIHnSZRyIzBcanNJmVQELTnX+qagEDlcKO90RgRBVOZGSGvZKeDihTRfWcqoDn5N/NkUcwWTccnpN18Tfg==",
  2700. "engines": {
  2701. "node": ">=14.0.0"
  2702. }
  2703. },
  2704. "node_modules/@surma/rollup-plugin-off-main-thread": {
  2705. "version": "2.2.3",
  2706. "resolved": "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz",
  2707. "integrity": "sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==",
  2708. "dev": true,
  2709. "dependencies": {
  2710. "ejs": "^3.1.6",
  2711. "json5": "^2.2.0",
  2712. "magic-string": "^0.25.0",
  2713. "string.prototype.matchall": "^4.0.6"
  2714. }
  2715. },
  2716. "node_modules/@types/estree": {
  2717. "version": "0.0.39",
  2718. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz",
  2719. "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==",
  2720. "dev": true
  2721. },
  2722. "node_modules/@types/json5": {
  2723. "version": "0.0.29",
  2724. "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
  2725. "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==",
  2726. "dev": true
  2727. },
  2728. "node_modules/@types/mdast": {
  2729. "version": "3.0.12",
  2730. "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.12.tgz",
  2731. "integrity": "sha512-DT+iNIRNX884cx0/Q1ja7NyUPpZuv0KPyL5rGNxm1WC1OtHstl7n4Jb7nk+xacNShQMbczJjt8uFzznpp6kYBg==",
  2732. "dependencies": {
  2733. "@types/unist": "^2"
  2734. }
  2735. },
  2736. "node_modules/@types/node": {
  2737. "version": "20.5.0",
  2738. "resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.0.tgz",
  2739. "integrity": "sha512-Mgq7eCtoTjT89FqNoTzzXg2XvCi5VMhRV6+I2aYanc6kQCBImeNaAYRs/DyoVqk1YEUJK5gN9VO7HRIdz4Wo3Q==",
  2740. "dev": true
  2741. },
  2742. "node_modules/@types/parse-json": {
  2743. "version": "4.0.0",
  2744. "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz",
  2745. "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA=="
  2746. },
  2747. "node_modules/@types/prop-types": {
  2748. "version": "15.7.5",
  2749. "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz",
  2750. "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w=="
  2751. },
  2752. "node_modules/@types/react": {
  2753. "version": "18.2.20",
  2754. "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz",
  2755. "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==",
  2756. "dependencies": {
  2757. "@types/prop-types": "*",
  2758. "@types/scheduler": "*",
  2759. "csstype": "^3.0.2"
  2760. }
  2761. },
  2762. "node_modules/@types/react-is": {
  2763. "version": "18.2.1",
  2764. "resolved": "https://registry.npmjs.org/@types/react-is/-/react-is-18.2.1.tgz",
  2765. "integrity": "sha512-wyUkmaaSZEzFZivD8F2ftSyAfk6L+DfFliVj/mYdOXbVjRcS87fQJLTnhk6dRZPuJjI+9g6RZJO4PNCngUrmyw==",
  2766. "dependencies": {
  2767. "@types/react": "*"
  2768. }
  2769. },
  2770. "node_modules/@types/react-transition-group": {
  2771. "version": "4.4.6",
  2772. "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.6.tgz",
  2773. "integrity": "sha512-VnCdSxfcm08KjsJVQcfBmhEQAPnLB8G08hAxn39azX1qYBQ/5RVQuoHuKIcfKOdncuaUvEpFKFzEvbtIMsfVew==",
  2774. "dependencies": {
  2775. "@types/react": "*"
  2776. }
  2777. },
  2778. "node_modules/@types/resolve": {
  2779. "version": "1.17.1",
  2780. "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz",
  2781. "integrity": "sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==",
  2782. "dev": true,
  2783. "dependencies": {
  2784. "@types/node": "*"
  2785. }
  2786. },
  2787. "node_modules/@types/scheduler": {
  2788. "version": "0.16.3",
  2789. "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.3.tgz",
  2790. "integrity": "sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ=="
  2791. },
  2792. "node_modules/@types/trusted-types": {
  2793. "version": "2.0.3",
  2794. "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.3.tgz",
  2795. "integrity": "sha512-NfQ4gyz38SL8sDNrSixxU2Os1a5xcdFxipAFxYEuLUlvU2uDwS4NUpsImcf1//SlWItCVMMLiylsxbmNMToV/g==",
  2796. "dev": true
  2797. },
  2798. "node_modules/@types/unist": {
  2799. "version": "2.0.7",
  2800. "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.7.tgz",
  2801. "integrity": "sha512-cputDpIbFgLUaGQn6Vqg3/YsJwxUwHLO13v3i5ouxT4lat0khip9AEWxtERujXV9wxIB1EyF97BSJFt6vpdI8g=="
  2802. },
  2803. "node_modules/@vitejs/plugin-react": {
  2804. "version": "4.0.4",
  2805. "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.0.4.tgz",
  2806. "integrity": "sha512-7wU921ABnNYkETiMaZy7XqpueMnpu5VxvVps13MjmCo+utBdD79sZzrApHawHtVX66cCJQQTXFcjH0y9dSUK8g==",
  2807. "dev": true,
  2808. "dependencies": {
  2809. "@babel/core": "^7.22.9",
  2810. "@babel/plugin-transform-react-jsx-self": "^7.22.5",
  2811. "@babel/plugin-transform-react-jsx-source": "^7.22.5",
  2812. "react-refresh": "^0.14.0"
  2813. },
  2814. "engines": {
  2815. "node": "^14.18.0 || >=16.0.0"
  2816. },
  2817. "peerDependencies": {
  2818. "vite": "^4.2.0"
  2819. }
  2820. },
  2821. "node_modules/acorn": {
  2822. "version": "8.10.0",
  2823. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz",
  2824. "integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==",
  2825. "dev": true,
  2826. "bin": {
  2827. "acorn": "bin/acorn"
  2828. },
  2829. "engines": {
  2830. "node": ">=0.4.0"
  2831. }
  2832. },
  2833. "node_modules/acorn-jsx": {
  2834. "version": "5.3.2",
  2835. "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  2836. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  2837. "dev": true,
  2838. "peerDependencies": {
  2839. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  2840. }
  2841. },
  2842. "node_modules/ajv": {
  2843. "version": "6.12.6",
  2844. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
  2845. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  2846. "dev": true,
  2847. "dependencies": {
  2848. "fast-deep-equal": "^3.1.1",
  2849. "fast-json-stable-stringify": "^2.0.0",
  2850. "json-schema-traverse": "^0.4.1",
  2851. "uri-js": "^4.2.2"
  2852. },
  2853. "funding": {
  2854. "type": "github",
  2855. "url": "https://github.com/sponsors/epoberezkin"
  2856. }
  2857. },
  2858. "node_modules/ansi-regex": {
  2859. "version": "5.0.1",
  2860. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  2861. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  2862. "dev": true,
  2863. "engines": {
  2864. "node": ">=8"
  2865. }
  2866. },
  2867. "node_modules/ansi-styles": {
  2868. "version": "3.2.1",
  2869. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  2870. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  2871. "dependencies": {
  2872. "color-convert": "^1.9.0"
  2873. },
  2874. "engines": {
  2875. "node": ">=4"
  2876. }
  2877. },
  2878. "node_modules/argparse": {
  2879. "version": "2.0.1",
  2880. "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
  2881. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  2882. "dev": true
  2883. },
  2884. "node_modules/aria-query": {
  2885. "version": "5.3.0",
  2886. "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz",
  2887. "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==",
  2888. "dev": true,
  2889. "dependencies": {
  2890. "dequal": "^2.0.3"
  2891. }
  2892. },
  2893. "node_modules/array-buffer-byte-length": {
  2894. "version": "1.0.0",
  2895. "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz",
  2896. "integrity": "sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==",
  2897. "dev": true,
  2898. "dependencies": {
  2899. "call-bind": "^1.0.2",
  2900. "is-array-buffer": "^3.0.1"
  2901. },
  2902. "funding": {
  2903. "url": "https://github.com/sponsors/ljharb"
  2904. }
  2905. },
  2906. "node_modules/array-includes": {
  2907. "version": "3.1.6",
  2908. "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.6.tgz",
  2909. "integrity": "sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==",
  2910. "dev": true,
  2911. "dependencies": {
  2912. "call-bind": "^1.0.2",
  2913. "define-properties": "^1.1.4",
  2914. "es-abstract": "^1.20.4",
  2915. "get-intrinsic": "^1.1.3",
  2916. "is-string": "^1.0.7"
  2917. },
  2918. "engines": {
  2919. "node": ">= 0.4"
  2920. },
  2921. "funding": {
  2922. "url": "https://github.com/sponsors/ljharb"
  2923. }
  2924. },
  2925. "node_modules/array.prototype.findlastindex": {
  2926. "version": "1.2.2",
  2927. "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.2.tgz",
  2928. "integrity": "sha512-tb5thFFlUcp7NdNF6/MpDk/1r/4awWG1FIz3YqDf+/zJSTezBb+/5WViH41obXULHVpDzoiCLpJ/ZO9YbJMsdw==",
  2929. "dev": true,
  2930. "dependencies": {
  2931. "call-bind": "^1.0.2",
  2932. "define-properties": "^1.1.4",
  2933. "es-abstract": "^1.20.4",
  2934. "es-shim-unscopables": "^1.0.0",
  2935. "get-intrinsic": "^1.1.3"
  2936. },
  2937. "engines": {
  2938. "node": ">= 0.4"
  2939. },
  2940. "funding": {
  2941. "url": "https://github.com/sponsors/ljharb"
  2942. }
  2943. },
  2944. "node_modules/array.prototype.flat": {
  2945. "version": "1.3.1",
  2946. "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz",
  2947. "integrity": "sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==",
  2948. "dev": true,
  2949. "dependencies": {
  2950. "call-bind": "^1.0.2",
  2951. "define-properties": "^1.1.4",
  2952. "es-abstract": "^1.20.4",
  2953. "es-shim-unscopables": "^1.0.0"
  2954. },
  2955. "engines": {
  2956. "node": ">= 0.4"
  2957. },
  2958. "funding": {
  2959. "url": "https://github.com/sponsors/ljharb"
  2960. }
  2961. },
  2962. "node_modules/array.prototype.flatmap": {
  2963. "version": "1.3.1",
  2964. "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz",
  2965. "integrity": "sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==",
  2966. "dev": true,
  2967. "dependencies": {
  2968. "call-bind": "^1.0.2",
  2969. "define-properties": "^1.1.4",
  2970. "es-abstract": "^1.20.4",
  2971. "es-shim-unscopables": "^1.0.0"
  2972. },
  2973. "engines": {
  2974. "node": ">= 0.4"
  2975. },
  2976. "funding": {
  2977. "url": "https://github.com/sponsors/ljharb"
  2978. }
  2979. },
  2980. "node_modules/array.prototype.tosorted": {
  2981. "version": "1.1.1",
  2982. "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz",
  2983. "integrity": "sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==",
  2984. "dev": true,
  2985. "dependencies": {
  2986. "call-bind": "^1.0.2",
  2987. "define-properties": "^1.1.4",
  2988. "es-abstract": "^1.20.4",
  2989. "es-shim-unscopables": "^1.0.0",
  2990. "get-intrinsic": "^1.1.3"
  2991. }
  2992. },
  2993. "node_modules/arraybuffer.prototype.slice": {
  2994. "version": "1.0.1",
  2995. "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.1.tgz",
  2996. "integrity": "sha512-09x0ZWFEjj4WD8PDbykUwo3t9arLn8NIzmmYEJFpYekOAQjpkGSyrQhNoRTcwwcFRu+ycWF78QZ63oWTqSjBcw==",
  2997. "dev": true,
  2998. "dependencies": {
  2999. "array-buffer-byte-length": "^1.0.0",
  3000. "call-bind": "^1.0.2",
  3001. "define-properties": "^1.2.0",
  3002. "get-intrinsic": "^1.2.1",
  3003. "is-array-buffer": "^3.0.2",
  3004. "is-shared-array-buffer": "^1.0.2"
  3005. },
  3006. "engines": {
  3007. "node": ">= 0.4"
  3008. },
  3009. "funding": {
  3010. "url": "https://github.com/sponsors/ljharb"
  3011. }
  3012. },
  3013. "node_modules/ast-types-flow": {
  3014. "version": "0.0.7",
  3015. "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz",
  3016. "integrity": "sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag==",
  3017. "dev": true
  3018. },
  3019. "node_modules/async": {
  3020. "version": "3.2.4",
  3021. "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz",
  3022. "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==",
  3023. "dev": true
  3024. },
  3025. "node_modules/asynciterator.prototype": {
  3026. "version": "1.0.0",
  3027. "resolved": "https://registry.npmjs.org/asynciterator.prototype/-/asynciterator.prototype-1.0.0.tgz",
  3028. "integrity": "sha512-wwHYEIS0Q80f5mosx3L/dfG5t5rjEa9Ft51GTaNt862EnpyGHpgz2RkZvLPp1oF5TnAiTohkEKVEu8pQPJI7Vg==",
  3029. "dev": true,
  3030. "dependencies": {
  3031. "has-symbols": "^1.0.3"
  3032. }
  3033. },
  3034. "node_modules/at-least-node": {
  3035. "version": "1.0.0",
  3036. "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
  3037. "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==",
  3038. "dev": true,
  3039. "engines": {
  3040. "node": ">= 4.0.0"
  3041. }
  3042. },
  3043. "node_modules/available-typed-arrays": {
  3044. "version": "1.0.5",
  3045. "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz",
  3046. "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==",
  3047. "dev": true,
  3048. "engines": {
  3049. "node": ">= 0.4"
  3050. },
  3051. "funding": {
  3052. "url": "https://github.com/sponsors/ljharb"
  3053. }
  3054. },
  3055. "node_modules/axe-core": {
  3056. "version": "4.7.2",
  3057. "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.7.2.tgz",
  3058. "integrity": "sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g==",
  3059. "dev": true,
  3060. "engines": {
  3061. "node": ">=4"
  3062. }
  3063. },
  3064. "node_modules/axobject-query": {
  3065. "version": "3.2.1",
  3066. "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.2.1.tgz",
  3067. "integrity": "sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==",
  3068. "dev": true,
  3069. "dependencies": {
  3070. "dequal": "^2.0.3"
  3071. }
  3072. },
  3073. "node_modules/babel-plugin-macros": {
  3074. "version": "3.1.0",
  3075. "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz",
  3076. "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==",
  3077. "dependencies": {
  3078. "@babel/runtime": "^7.12.5",
  3079. "cosmiconfig": "^7.0.0",
  3080. "resolve": "^1.19.0"
  3081. },
  3082. "engines": {
  3083. "node": ">=10",
  3084. "npm": ">=6"
  3085. }
  3086. },
  3087. "node_modules/babel-plugin-polyfill-corejs2": {
  3088. "version": "0.4.5",
  3089. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.5.tgz",
  3090. "integrity": "sha512-19hwUH5FKl49JEsvyTcoHakh6BE0wgXLLptIyKZ3PijHc/Ci521wygORCUCCred+E/twuqRyAkE02BAWPmsHOg==",
  3091. "dev": true,
  3092. "dependencies": {
  3093. "@babel/compat-data": "^7.22.6",
  3094. "@babel/helper-define-polyfill-provider": "^0.4.2",
  3095. "semver": "^6.3.1"
  3096. },
  3097. "peerDependencies": {
  3098. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  3099. }
  3100. },
  3101. "node_modules/babel-plugin-polyfill-corejs3": {
  3102. "version": "0.8.3",
  3103. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.3.tgz",
  3104. "integrity": "sha512-z41XaniZL26WLrvjy7soabMXrfPWARN25PZoriDEiLMxAp50AUW3t35BGQUMg5xK3UrpVTtagIDklxYa+MhiNA==",
  3105. "dev": true,
  3106. "dependencies": {
  3107. "@babel/helper-define-polyfill-provider": "^0.4.2",
  3108. "core-js-compat": "^3.31.0"
  3109. },
  3110. "peerDependencies": {
  3111. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  3112. }
  3113. },
  3114. "node_modules/babel-plugin-polyfill-regenerator": {
  3115. "version": "0.5.2",
  3116. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.2.tgz",
  3117. "integrity": "sha512-tAlOptU0Xj34V1Y2PNTL4Y0FOJMDB6bZmoW39FeCQIhigGLkqu3Fj6uiXpxIf6Ij274ENdYx64y6Au+ZKlb1IA==",
  3118. "dev": true,
  3119. "dependencies": {
  3120. "@babel/helper-define-polyfill-provider": "^0.4.2"
  3121. },
  3122. "peerDependencies": {
  3123. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  3124. }
  3125. },
  3126. "node_modules/bail": {
  3127. "version": "1.0.5",
  3128. "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz",
  3129. "integrity": "sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==",
  3130. "funding": {
  3131. "type": "github",
  3132. "url": "https://github.com/sponsors/wooorm"
  3133. }
  3134. },
  3135. "node_modules/balanced-match": {
  3136. "version": "1.0.2",
  3137. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  3138. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  3139. "dev": true
  3140. },
  3141. "node_modules/brace-expansion": {
  3142. "version": "1.1.11",
  3143. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
  3144. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  3145. "dev": true,
  3146. "dependencies": {
  3147. "balanced-match": "^1.0.0",
  3148. "concat-map": "0.0.1"
  3149. }
  3150. },
  3151. "node_modules/braces": {
  3152. "version": "3.0.2",
  3153. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
  3154. "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
  3155. "dev": true,
  3156. "dependencies": {
  3157. "fill-range": "^7.0.1"
  3158. },
  3159. "engines": {
  3160. "node": ">=8"
  3161. }
  3162. },
  3163. "node_modules/browserslist": {
  3164. "version": "4.21.10",
  3165. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.10.tgz",
  3166. "integrity": "sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ==",
  3167. "dev": true,
  3168. "funding": [
  3169. {
  3170. "type": "opencollective",
  3171. "url": "https://opencollective.com/browserslist"
  3172. },
  3173. {
  3174. "type": "tidelift",
  3175. "url": "https://tidelift.com/funding/github/npm/browserslist"
  3176. },
  3177. {
  3178. "type": "github",
  3179. "url": "https://github.com/sponsors/ai"
  3180. }
  3181. ],
  3182. "dependencies": {
  3183. "caniuse-lite": "^1.0.30001517",
  3184. "electron-to-chromium": "^1.4.477",
  3185. "node-releases": "^2.0.13",
  3186. "update-browserslist-db": "^1.0.11"
  3187. },
  3188. "bin": {
  3189. "browserslist": "cli.js"
  3190. },
  3191. "engines": {
  3192. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  3193. }
  3194. },
  3195. "node_modules/buffer-from": {
  3196. "version": "1.1.2",
  3197. "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
  3198. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
  3199. "dev": true
  3200. },
  3201. "node_modules/builtin-modules": {
  3202. "version": "3.3.0",
  3203. "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz",
  3204. "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==",
  3205. "dev": true,
  3206. "engines": {
  3207. "node": ">=6"
  3208. },
  3209. "funding": {
  3210. "url": "https://github.com/sponsors/sindresorhus"
  3211. }
  3212. },
  3213. "node_modules/call-bind": {
  3214. "version": "1.0.2",
  3215. "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
  3216. "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
  3217. "dev": true,
  3218. "dependencies": {
  3219. "function-bind": "^1.1.1",
  3220. "get-intrinsic": "^1.0.2"
  3221. },
  3222. "funding": {
  3223. "url": "https://github.com/sponsors/ljharb"
  3224. }
  3225. },
  3226. "node_modules/callsites": {
  3227. "version": "3.1.0",
  3228. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  3229. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  3230. "engines": {
  3231. "node": ">=6"
  3232. }
  3233. },
  3234. "node_modules/caniuse-lite": {
  3235. "version": "1.0.30001521",
  3236. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001521.tgz",
  3237. "integrity": "sha512-fnx1grfpEOvDGH+V17eccmNjucGUnCbP6KL+l5KqBIerp26WK/+RQ7CIDE37KGJjaPyqWXXlFUyKiWmvdNNKmQ==",
  3238. "dev": true,
  3239. "funding": [
  3240. {
  3241. "type": "opencollective",
  3242. "url": "https://opencollective.com/browserslist"
  3243. },
  3244. {
  3245. "type": "tidelift",
  3246. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  3247. },
  3248. {
  3249. "type": "github",
  3250. "url": "https://github.com/sponsors/ai"
  3251. }
  3252. ]
  3253. },
  3254. "node_modules/chalk": {
  3255. "version": "2.4.2",
  3256. "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  3257. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  3258. "dependencies": {
  3259. "ansi-styles": "^3.2.1",
  3260. "escape-string-regexp": "^1.0.5",
  3261. "supports-color": "^5.3.0"
  3262. },
  3263. "engines": {
  3264. "node": ">=4"
  3265. }
  3266. },
  3267. "node_modules/chalk/node_modules/escape-string-regexp": {
  3268. "version": "1.0.5",
  3269. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  3270. "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
  3271. "engines": {
  3272. "node": ">=0.8.0"
  3273. }
  3274. },
  3275. "node_modules/character-entities": {
  3276. "version": "1.2.4",
  3277. "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz",
  3278. "integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==",
  3279. "funding": {
  3280. "type": "github",
  3281. "url": "https://github.com/sponsors/wooorm"
  3282. }
  3283. },
  3284. "node_modules/character-entities-legacy": {
  3285. "version": "1.1.4",
  3286. "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz",
  3287. "integrity": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==",
  3288. "funding": {
  3289. "type": "github",
  3290. "url": "https://github.com/sponsors/wooorm"
  3291. }
  3292. },
  3293. "node_modules/character-reference-invalid": {
  3294. "version": "1.1.4",
  3295. "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz",
  3296. "integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==",
  3297. "funding": {
  3298. "type": "github",
  3299. "url": "https://github.com/sponsors/wooorm"
  3300. }
  3301. },
  3302. "node_modules/clsx": {
  3303. "version": "2.0.0",
  3304. "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.0.0.tgz",
  3305. "integrity": "sha512-rQ1+kcj+ttHG0MKVGBUXwayCCF1oh39BF5COIpRzuCEv8Mwjv0XucrI2ExNTOn9IlLifGClWQcU9BrZORvtw6Q==",
  3306. "engines": {
  3307. "node": ">=6"
  3308. }
  3309. },
  3310. "node_modules/color-convert": {
  3311. "version": "1.9.3",
  3312. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  3313. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  3314. "dependencies": {
  3315. "color-name": "1.1.3"
  3316. }
  3317. },
  3318. "node_modules/color-name": {
  3319. "version": "1.1.3",
  3320. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
  3321. "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
  3322. },
  3323. "node_modules/comma-separated-tokens": {
  3324. "version": "1.0.8",
  3325. "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-1.0.8.tgz",
  3326. "integrity": "sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw==",
  3327. "funding": {
  3328. "type": "github",
  3329. "url": "https://github.com/sponsors/wooorm"
  3330. }
  3331. },
  3332. "node_modules/commander": {
  3333. "version": "2.20.3",
  3334. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  3335. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
  3336. "dev": true
  3337. },
  3338. "node_modules/common-tags": {
  3339. "version": "1.8.2",
  3340. "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz",
  3341. "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==",
  3342. "dev": true,
  3343. "engines": {
  3344. "node": ">=4.0.0"
  3345. }
  3346. },
  3347. "node_modules/concat-map": {
  3348. "version": "0.0.1",
  3349. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  3350. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  3351. "dev": true
  3352. },
  3353. "node_modules/confusing-browser-globals": {
  3354. "version": "1.0.11",
  3355. "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz",
  3356. "integrity": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==",
  3357. "dev": true
  3358. },
  3359. "node_modules/convert-source-map": {
  3360. "version": "1.9.0",
  3361. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
  3362. "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A=="
  3363. },
  3364. "node_modules/core-js-compat": {
  3365. "version": "3.32.0",
  3366. "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.32.0.tgz",
  3367. "integrity": "sha512-7a9a3D1k4UCVKnLhrgALyFcP7YCsLOQIxPd0dKjf/6GuPcgyiGP70ewWdCGrSK7evyhymi0qO4EqCmSJofDeYw==",
  3368. "dev": true,
  3369. "dependencies": {
  3370. "browserslist": "^4.21.9"
  3371. },
  3372. "funding": {
  3373. "type": "opencollective",
  3374. "url": "https://opencollective.com/core-js"
  3375. }
  3376. },
  3377. "node_modules/cosmiconfig": {
  3378. "version": "7.1.0",
  3379. "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz",
  3380. "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==",
  3381. "dependencies": {
  3382. "@types/parse-json": "^4.0.0",
  3383. "import-fresh": "^3.2.1",
  3384. "parse-json": "^5.0.0",
  3385. "path-type": "^4.0.0",
  3386. "yaml": "^1.10.0"
  3387. },
  3388. "engines": {
  3389. "node": ">=10"
  3390. }
  3391. },
  3392. "node_modules/cross-fetch": {
  3393. "version": "3.1.5",
  3394. "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz",
  3395. "integrity": "sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==",
  3396. "dependencies": {
  3397. "node-fetch": "2.6.7"
  3398. }
  3399. },
  3400. "node_modules/cross-spawn": {
  3401. "version": "7.0.3",
  3402. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
  3403. "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
  3404. "dev": true,
  3405. "dependencies": {
  3406. "path-key": "^3.1.0",
  3407. "shebang-command": "^2.0.0",
  3408. "which": "^2.0.1"
  3409. },
  3410. "engines": {
  3411. "node": ">= 8"
  3412. }
  3413. },
  3414. "node_modules/crypto-random-string": {
  3415. "version": "2.0.0",
  3416. "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz",
  3417. "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==",
  3418. "dev": true,
  3419. "engines": {
  3420. "node": ">=8"
  3421. }
  3422. },
  3423. "node_modules/cssjanus": {
  3424. "version": "2.1.0",
  3425. "resolved": "https://registry.npmjs.org/cssjanus/-/cssjanus-2.1.0.tgz",
  3426. "integrity": "sha512-kAijbny3GmdOi9k+QT6DGIXqFvL96aksNlGr4Rhk9qXDZYWUojU4bRc3IHWxdaLNOqgEZHuXoe5Wl2l7dxLW5g==",
  3427. "engines": {
  3428. "node": ">=10.0.0"
  3429. }
  3430. },
  3431. "node_modules/csstype": {
  3432. "version": "3.1.2",
  3433. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz",
  3434. "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ=="
  3435. },
  3436. "node_modules/damerau-levenshtein": {
  3437. "version": "1.0.8",
  3438. "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz",
  3439. "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==",
  3440. "dev": true
  3441. },
  3442. "node_modules/debug": {
  3443. "version": "4.3.4",
  3444. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
  3445. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  3446. "dependencies": {
  3447. "ms": "2.1.2"
  3448. },
  3449. "engines": {
  3450. "node": ">=6.0"
  3451. },
  3452. "peerDependenciesMeta": {
  3453. "supports-color": {
  3454. "optional": true
  3455. }
  3456. }
  3457. },
  3458. "node_modules/deep-is": {
  3459. "version": "0.1.4",
  3460. "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
  3461. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  3462. "dev": true
  3463. },
  3464. "node_modules/deepmerge": {
  3465. "version": "4.3.1",
  3466. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
  3467. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  3468. "dev": true,
  3469. "engines": {
  3470. "node": ">=0.10.0"
  3471. }
  3472. },
  3473. "node_modules/define-properties": {
  3474. "version": "1.2.0",
  3475. "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz",
  3476. "integrity": "sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==",
  3477. "dev": true,
  3478. "dependencies": {
  3479. "has-property-descriptors": "^1.0.0",
  3480. "object-keys": "^1.1.1"
  3481. },
  3482. "engines": {
  3483. "node": ">= 0.4"
  3484. },
  3485. "funding": {
  3486. "url": "https://github.com/sponsors/ljharb"
  3487. }
  3488. },
  3489. "node_modules/dequal": {
  3490. "version": "2.0.3",
  3491. "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
  3492. "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
  3493. "dev": true,
  3494. "engines": {
  3495. "node": ">=6"
  3496. }
  3497. },
  3498. "node_modules/dexie": {
  3499. "version": "3.2.4",
  3500. "resolved": "https://registry.npmjs.org/dexie/-/dexie-3.2.4.tgz",
  3501. "integrity": "sha512-VKoTQRSv7+RnffpOJ3Dh6ozknBqzWw/F3iqMdsZg958R0AS8AnY9x9d1lbwENr0gzeGJHXKcGhAMRaqys6SxqA==",
  3502. "engines": {
  3503. "node": ">=6.0"
  3504. }
  3505. },
  3506. "node_modules/dexie-react-hooks": {
  3507. "version": "1.1.6",
  3508. "resolved": "https://registry.npmjs.org/dexie-react-hooks/-/dexie-react-hooks-1.1.6.tgz",
  3509. "integrity": "sha512-xSblWtmPwhafWNWMECsW7zMMmBu8goH3QqTxEfwBNoNG1mgsM0oFclippev7ss9HhKICqBwTjgqpscci5Ed4mA==",
  3510. "peerDependencies": {
  3511. "@types/react": ">=16",
  3512. "dexie": "^3.2 || ^4.0.1-alpha",
  3513. "react": ">=16"
  3514. }
  3515. },
  3516. "node_modules/doctrine": {
  3517. "version": "3.0.0",
  3518. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
  3519. "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
  3520. "dev": true,
  3521. "dependencies": {
  3522. "esutils": "^2.0.2"
  3523. },
  3524. "engines": {
  3525. "node": ">=6.0.0"
  3526. }
  3527. },
  3528. "node_modules/dom-helpers": {
  3529. "version": "5.2.1",
  3530. "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz",
  3531. "integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==",
  3532. "dependencies": {
  3533. "@babel/runtime": "^7.8.7",
  3534. "csstype": "^3.0.2"
  3535. }
  3536. },
  3537. "node_modules/ejs": {
  3538. "version": "3.1.9",
  3539. "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.9.tgz",
  3540. "integrity": "sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==",
  3541. "dev": true,
  3542. "dependencies": {
  3543. "jake": "^10.8.5"
  3544. },
  3545. "bin": {
  3546. "ejs": "bin/cli.js"
  3547. },
  3548. "engines": {
  3549. "node": ">=0.10.0"
  3550. }
  3551. },
  3552. "node_modules/electron-to-chromium": {
  3553. "version": "1.4.495",
  3554. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.495.tgz",
  3555. "integrity": "sha512-mwknuemBZnoOCths4GtpU/SDuVMp3uQHKa2UNJT9/aVD6WVRjGpXOxRGX7lm6ILIenTdGXPSTCTDaWos5tEU8Q==",
  3556. "dev": true
  3557. },
  3558. "node_modules/emoji-regex": {
  3559. "version": "9.2.2",
  3560. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
  3561. "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
  3562. "dev": true
  3563. },
  3564. "node_modules/error-ex": {
  3565. "version": "1.3.2",
  3566. "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
  3567. "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
  3568. "dependencies": {
  3569. "is-arrayish": "^0.2.1"
  3570. }
  3571. },
  3572. "node_modules/error-stack-parser": {
  3573. "version": "2.1.4",
  3574. "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz",
  3575. "integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==",
  3576. "dependencies": {
  3577. "stackframe": "^1.3.4"
  3578. }
  3579. },
  3580. "node_modules/es-abstract": {
  3581. "version": "1.22.1",
  3582. "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.1.tgz",
  3583. "integrity": "sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw==",
  3584. "dev": true,
  3585. "dependencies": {
  3586. "array-buffer-byte-length": "^1.0.0",
  3587. "arraybuffer.prototype.slice": "^1.0.1",
  3588. "available-typed-arrays": "^1.0.5",
  3589. "call-bind": "^1.0.2",
  3590. "es-set-tostringtag": "^2.0.1",
  3591. "es-to-primitive": "^1.2.1",
  3592. "function.prototype.name": "^1.1.5",
  3593. "get-intrinsic": "^1.2.1",
  3594. "get-symbol-description": "^1.0.0",
  3595. "globalthis": "^1.0.3",
  3596. "gopd": "^1.0.1",
  3597. "has": "^1.0.3",
  3598. "has-property-descriptors": "^1.0.0",
  3599. "has-proto": "^1.0.1",
  3600. "has-symbols": "^1.0.3",
  3601. "internal-slot": "^1.0.5",
  3602. "is-array-buffer": "^3.0.2",
  3603. "is-callable": "^1.2.7",
  3604. "is-negative-zero": "^2.0.2",
  3605. "is-regex": "^1.1.4",
  3606. "is-shared-array-buffer": "^1.0.2",
  3607. "is-string": "^1.0.7",
  3608. "is-typed-array": "^1.1.10",
  3609. "is-weakref": "^1.0.2",
  3610. "object-inspect": "^1.12.3",
  3611. "object-keys": "^1.1.1",
  3612. "object.assign": "^4.1.4",
  3613. "regexp.prototype.flags": "^1.5.0",
  3614. "safe-array-concat": "^1.0.0",
  3615. "safe-regex-test": "^1.0.0",
  3616. "string.prototype.trim": "^1.2.7",
  3617. "string.prototype.trimend": "^1.0.6",
  3618. "string.prototype.trimstart": "^1.0.6",
  3619. "typed-array-buffer": "^1.0.0",
  3620. "typed-array-byte-length": "^1.0.0",
  3621. "typed-array-byte-offset": "^1.0.0",
  3622. "typed-array-length": "^1.0.4",
  3623. "unbox-primitive": "^1.0.2",
  3624. "which-typed-array": "^1.1.10"
  3625. },
  3626. "engines": {
  3627. "node": ">= 0.4"
  3628. },
  3629. "funding": {
  3630. "url": "https://github.com/sponsors/ljharb"
  3631. }
  3632. },
  3633. "node_modules/es-iterator-helpers": {
  3634. "version": "1.0.13",
  3635. "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.13.tgz",
  3636. "integrity": "sha512-LK3VGwzvaPWobO8xzXXGRUOGw8Dcjyfk62CsY/wfHN75CwsJPbuypOYJxK6g5RyEL8YDjIWcl6jgd8foO6mmrA==",
  3637. "dev": true,
  3638. "dependencies": {
  3639. "asynciterator.prototype": "^1.0.0",
  3640. "call-bind": "^1.0.2",
  3641. "define-properties": "^1.2.0",
  3642. "es-abstract": "^1.21.3",
  3643. "es-set-tostringtag": "^2.0.1",
  3644. "function-bind": "^1.1.1",
  3645. "get-intrinsic": "^1.2.1",
  3646. "globalthis": "^1.0.3",
  3647. "has-property-descriptors": "^1.0.0",
  3648. "has-proto": "^1.0.1",
  3649. "has-symbols": "^1.0.3",
  3650. "internal-slot": "^1.0.5",
  3651. "iterator.prototype": "^1.1.0",
  3652. "safe-array-concat": "^1.0.0"
  3653. }
  3654. },
  3655. "node_modules/es-set-tostringtag": {
  3656. "version": "2.0.1",
  3657. "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz",
  3658. "integrity": "sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==",
  3659. "dev": true,
  3660. "dependencies": {
  3661. "get-intrinsic": "^1.1.3",
  3662. "has": "^1.0.3",
  3663. "has-tostringtag": "^1.0.0"
  3664. },
  3665. "engines": {
  3666. "node": ">= 0.4"
  3667. }
  3668. },
  3669. "node_modules/es-shim-unscopables": {
  3670. "version": "1.0.0",
  3671. "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz",
  3672. "integrity": "sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==",
  3673. "dev": true,
  3674. "dependencies": {
  3675. "has": "^1.0.3"
  3676. }
  3677. },
  3678. "node_modules/es-to-primitive": {
  3679. "version": "1.2.1",
  3680. "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
  3681. "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
  3682. "dev": true,
  3683. "dependencies": {
  3684. "is-callable": "^1.1.4",
  3685. "is-date-object": "^1.0.1",
  3686. "is-symbol": "^1.0.2"
  3687. },
  3688. "engines": {
  3689. "node": ">= 0.4"
  3690. },
  3691. "funding": {
  3692. "url": "https://github.com/sponsors/ljharb"
  3693. }
  3694. },
  3695. "node_modules/esbuild": {
  3696. "version": "0.18.20",
  3697. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.18.20.tgz",
  3698. "integrity": "sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==",
  3699. "dev": true,
  3700. "hasInstallScript": true,
  3701. "bin": {
  3702. "esbuild": "bin/esbuild"
  3703. },
  3704. "engines": {
  3705. "node": ">=12"
  3706. },
  3707. "optionalDependencies": {
  3708. "@esbuild/android-arm": "0.18.20",
  3709. "@esbuild/android-arm64": "0.18.20",
  3710. "@esbuild/android-x64": "0.18.20",
  3711. "@esbuild/darwin-arm64": "0.18.20",
  3712. "@esbuild/darwin-x64": "0.18.20",
  3713. "@esbuild/freebsd-arm64": "0.18.20",
  3714. "@esbuild/freebsd-x64": "0.18.20",
  3715. "@esbuild/linux-arm": "0.18.20",
  3716. "@esbuild/linux-arm64": "0.18.20",
  3717. "@esbuild/linux-ia32": "0.18.20",
  3718. "@esbuild/linux-loong64": "0.18.20",
  3719. "@esbuild/linux-mips64el": "0.18.20",
  3720. "@esbuild/linux-ppc64": "0.18.20",
  3721. "@esbuild/linux-riscv64": "0.18.20",
  3722. "@esbuild/linux-s390x": "0.18.20",
  3723. "@esbuild/linux-x64": "0.18.20",
  3724. "@esbuild/netbsd-x64": "0.18.20",
  3725. "@esbuild/openbsd-x64": "0.18.20",
  3726. "@esbuild/sunos-x64": "0.18.20",
  3727. "@esbuild/win32-arm64": "0.18.20",
  3728. "@esbuild/win32-ia32": "0.18.20",
  3729. "@esbuild/win32-x64": "0.18.20"
  3730. }
  3731. },
  3732. "node_modules/escalade": {
  3733. "version": "3.1.1",
  3734. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
  3735. "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
  3736. "dev": true,
  3737. "engines": {
  3738. "node": ">=6"
  3739. }
  3740. },
  3741. "node_modules/escape-string-regexp": {
  3742. "version": "4.0.0",
  3743. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  3744. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  3745. "engines": {
  3746. "node": ">=10"
  3747. },
  3748. "funding": {
  3749. "url": "https://github.com/sponsors/sindresorhus"
  3750. }
  3751. },
  3752. "node_modules/eslint": {
  3753. "version": "8.47.0",
  3754. "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.47.0.tgz",
  3755. "integrity": "sha512-spUQWrdPt+pRVP1TTJLmfRNJJHHZryFmptzcafwSvHsceV81djHOdnEeDmkdotZyLNjDhrOasNK8nikkoG1O8Q==",
  3756. "dev": true,
  3757. "dependencies": {
  3758. "@eslint-community/eslint-utils": "^4.2.0",
  3759. "@eslint-community/regexpp": "^4.6.1",
  3760. "@eslint/eslintrc": "^2.1.2",
  3761. "@eslint/js": "^8.47.0",
  3762. "@humanwhocodes/config-array": "^0.11.10",
  3763. "@humanwhocodes/module-importer": "^1.0.1",
  3764. "@nodelib/fs.walk": "^1.2.8",
  3765. "ajv": "^6.12.4",
  3766. "chalk": "^4.0.0",
  3767. "cross-spawn": "^7.0.2",
  3768. "debug": "^4.3.2",
  3769. "doctrine": "^3.0.0",
  3770. "escape-string-regexp": "^4.0.0",
  3771. "eslint-scope": "^7.2.2",
  3772. "eslint-visitor-keys": "^3.4.3",
  3773. "espree": "^9.6.1",
  3774. "esquery": "^1.4.2",
  3775. "esutils": "^2.0.2",
  3776. "fast-deep-equal": "^3.1.3",
  3777. "file-entry-cache": "^6.0.1",
  3778. "find-up": "^5.0.0",
  3779. "glob-parent": "^6.0.2",
  3780. "globals": "^13.19.0",
  3781. "graphemer": "^1.4.0",
  3782. "ignore": "^5.2.0",
  3783. "imurmurhash": "^0.1.4",
  3784. "is-glob": "^4.0.0",
  3785. "is-path-inside": "^3.0.3",
  3786. "js-yaml": "^4.1.0",
  3787. "json-stable-stringify-without-jsonify": "^1.0.1",
  3788. "levn": "^0.4.1",
  3789. "lodash.merge": "^4.6.2",
  3790. "minimatch": "^3.1.2",
  3791. "natural-compare": "^1.4.0",
  3792. "optionator": "^0.9.3",
  3793. "strip-ansi": "^6.0.1",
  3794. "text-table": "^0.2.0"
  3795. },
  3796. "bin": {
  3797. "eslint": "bin/eslint.js"
  3798. },
  3799. "engines": {
  3800. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  3801. },
  3802. "funding": {
  3803. "url": "https://opencollective.com/eslint"
  3804. }
  3805. },
  3806. "node_modules/eslint-config-airbnb": {
  3807. "version": "19.0.4",
  3808. "resolved": "https://registry.npmjs.org/eslint-config-airbnb/-/eslint-config-airbnb-19.0.4.tgz",
  3809. "integrity": "sha512-T75QYQVQX57jiNgpF9r1KegMICE94VYwoFQyMGhrvc+lB8YF2E/M/PYDaQe1AJcWaEgqLE+ErXV1Og/+6Vyzew==",
  3810. "dev": true,
  3811. "dependencies": {
  3812. "eslint-config-airbnb-base": "^15.0.0",
  3813. "object.assign": "^4.1.2",
  3814. "object.entries": "^1.1.5"
  3815. },
  3816. "engines": {
  3817. "node": "^10.12.0 || ^12.22.0 || ^14.17.0 || >=16.0.0"
  3818. },
  3819. "peerDependencies": {
  3820. "eslint": "^7.32.0 || ^8.2.0",
  3821. "eslint-plugin-import": "^2.25.3",
  3822. "eslint-plugin-jsx-a11y": "^6.5.1",
  3823. "eslint-plugin-react": "^7.28.0",
  3824. "eslint-plugin-react-hooks": "^4.3.0"
  3825. }
  3826. },
  3827. "node_modules/eslint-config-airbnb-base": {
  3828. "version": "15.0.0",
  3829. "resolved": "https://registry.npmjs.org/eslint-config-airbnb-base/-/eslint-config-airbnb-base-15.0.0.tgz",
  3830. "integrity": "sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==",
  3831. "dev": true,
  3832. "dependencies": {
  3833. "confusing-browser-globals": "^1.0.10",
  3834. "object.assign": "^4.1.2",
  3835. "object.entries": "^1.1.5",
  3836. "semver": "^6.3.0"
  3837. },
  3838. "engines": {
  3839. "node": "^10.12.0 || >=12.0.0"
  3840. },
  3841. "peerDependencies": {
  3842. "eslint": "^7.32.0 || ^8.2.0",
  3843. "eslint-plugin-import": "^2.25.2"
  3844. }
  3845. },
  3846. "node_modules/eslint-config-prettier": {
  3847. "version": "8.10.0",
  3848. "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz",
  3849. "integrity": "sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==",
  3850. "dev": true,
  3851. "bin": {
  3852. "eslint-config-prettier": "bin/cli.js"
  3853. },
  3854. "peerDependencies": {
  3855. "eslint": ">=7.0.0"
  3856. }
  3857. },
  3858. "node_modules/eslint-import-resolver-node": {
  3859. "version": "0.3.9",
  3860. "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
  3861. "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==",
  3862. "dev": true,
  3863. "dependencies": {
  3864. "debug": "^3.2.7",
  3865. "is-core-module": "^2.13.0",
  3866. "resolve": "^1.22.4"
  3867. }
  3868. },
  3869. "node_modules/eslint-import-resolver-node/node_modules/debug": {
  3870. "version": "3.2.7",
  3871. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  3872. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  3873. "dev": true,
  3874. "dependencies": {
  3875. "ms": "^2.1.1"
  3876. }
  3877. },
  3878. "node_modules/eslint-module-utils": {
  3879. "version": "2.8.0",
  3880. "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz",
  3881. "integrity": "sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==",
  3882. "dev": true,
  3883. "dependencies": {
  3884. "debug": "^3.2.7"
  3885. },
  3886. "engines": {
  3887. "node": ">=4"
  3888. },
  3889. "peerDependenciesMeta": {
  3890. "eslint": {
  3891. "optional": true
  3892. }
  3893. }
  3894. },
  3895. "node_modules/eslint-module-utils/node_modules/debug": {
  3896. "version": "3.2.7",
  3897. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  3898. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  3899. "dev": true,
  3900. "dependencies": {
  3901. "ms": "^2.1.1"
  3902. }
  3903. },
  3904. "node_modules/eslint-plugin-import": {
  3905. "version": "2.28.0",
  3906. "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.28.0.tgz",
  3907. "integrity": "sha512-B8s/n+ZluN7sxj9eUf7/pRFERX0r5bnFA2dCaLHy2ZeaQEAz0k+ZZkFWRFHJAqxfxQDx6KLv9LeIki7cFdwW+Q==",
  3908. "dev": true,
  3909. "dependencies": {
  3910. "array-includes": "^3.1.6",
  3911. "array.prototype.findlastindex": "^1.2.2",
  3912. "array.prototype.flat": "^1.3.1",
  3913. "array.prototype.flatmap": "^1.3.1",
  3914. "debug": "^3.2.7",
  3915. "doctrine": "^2.1.0",
  3916. "eslint-import-resolver-node": "^0.3.7",
  3917. "eslint-module-utils": "^2.8.0",
  3918. "has": "^1.0.3",
  3919. "is-core-module": "^2.12.1",
  3920. "is-glob": "^4.0.3",
  3921. "minimatch": "^3.1.2",
  3922. "object.fromentries": "^2.0.6",
  3923. "object.groupby": "^1.0.0",
  3924. "object.values": "^1.1.6",
  3925. "resolve": "^1.22.3",
  3926. "semver": "^6.3.1",
  3927. "tsconfig-paths": "^3.14.2"
  3928. },
  3929. "engines": {
  3930. "node": ">=4"
  3931. },
  3932. "peerDependencies": {
  3933. "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
  3934. }
  3935. },
  3936. "node_modules/eslint-plugin-import/node_modules/debug": {
  3937. "version": "3.2.7",
  3938. "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
  3939. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  3940. "dev": true,
  3941. "dependencies": {
  3942. "ms": "^2.1.1"
  3943. }
  3944. },
  3945. "node_modules/eslint-plugin-import/node_modules/doctrine": {
  3946. "version": "2.1.0",
  3947. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  3948. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  3949. "dev": true,
  3950. "dependencies": {
  3951. "esutils": "^2.0.2"
  3952. },
  3953. "engines": {
  3954. "node": ">=0.10.0"
  3955. }
  3956. },
  3957. "node_modules/eslint-plugin-jsx-a11y": {
  3958. "version": "6.7.1",
  3959. "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.1.tgz",
  3960. "integrity": "sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==",
  3961. "dev": true,
  3962. "dependencies": {
  3963. "@babel/runtime": "^7.20.7",
  3964. "aria-query": "^5.1.3",
  3965. "array-includes": "^3.1.6",
  3966. "array.prototype.flatmap": "^1.3.1",
  3967. "ast-types-flow": "^0.0.7",
  3968. "axe-core": "^4.6.2",
  3969. "axobject-query": "^3.1.1",
  3970. "damerau-levenshtein": "^1.0.8",
  3971. "emoji-regex": "^9.2.2",
  3972. "has": "^1.0.3",
  3973. "jsx-ast-utils": "^3.3.3",
  3974. "language-tags": "=1.0.5",
  3975. "minimatch": "^3.1.2",
  3976. "object.entries": "^1.1.6",
  3977. "object.fromentries": "^2.0.6",
  3978. "semver": "^6.3.0"
  3979. },
  3980. "engines": {
  3981. "node": ">=4.0"
  3982. },
  3983. "peerDependencies": {
  3984. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
  3985. }
  3986. },
  3987. "node_modules/eslint-plugin-react": {
  3988. "version": "7.33.2",
  3989. "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.33.2.tgz",
  3990. "integrity": "sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==",
  3991. "dev": true,
  3992. "dependencies": {
  3993. "array-includes": "^3.1.6",
  3994. "array.prototype.flatmap": "^1.3.1",
  3995. "array.prototype.tosorted": "^1.1.1",
  3996. "doctrine": "^2.1.0",
  3997. "es-iterator-helpers": "^1.0.12",
  3998. "estraverse": "^5.3.0",
  3999. "jsx-ast-utils": "^2.4.1 || ^3.0.0",
  4000. "minimatch": "^3.1.2",
  4001. "object.entries": "^1.1.6",
  4002. "object.fromentries": "^2.0.6",
  4003. "object.hasown": "^1.1.2",
  4004. "object.values": "^1.1.6",
  4005. "prop-types": "^15.8.1",
  4006. "resolve": "^2.0.0-next.4",
  4007. "semver": "^6.3.1",
  4008. "string.prototype.matchall": "^4.0.8"
  4009. },
  4010. "engines": {
  4011. "node": ">=4"
  4012. },
  4013. "peerDependencies": {
  4014. "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
  4015. }
  4016. },
  4017. "node_modules/eslint-plugin-react-hooks": {
  4018. "version": "4.6.0",
  4019. "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz",
  4020. "integrity": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==",
  4021. "dev": true,
  4022. "engines": {
  4023. "node": ">=10"
  4024. },
  4025. "peerDependencies": {
  4026. "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
  4027. }
  4028. },
  4029. "node_modules/eslint-plugin-react/node_modules/doctrine": {
  4030. "version": "2.1.0",
  4031. "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  4032. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  4033. "dev": true,
  4034. "dependencies": {
  4035. "esutils": "^2.0.2"
  4036. },
  4037. "engines": {
  4038. "node": ">=0.10.0"
  4039. }
  4040. },
  4041. "node_modules/eslint-plugin-react/node_modules/resolve": {
  4042. "version": "2.0.0-next.4",
  4043. "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.4.tgz",
  4044. "integrity": "sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==",
  4045. "dev": true,
  4046. "dependencies": {
  4047. "is-core-module": "^2.9.0",
  4048. "path-parse": "^1.0.7",
  4049. "supports-preserve-symlinks-flag": "^1.0.0"
  4050. },
  4051. "bin": {
  4052. "resolve": "bin/resolve"
  4053. },
  4054. "funding": {
  4055. "url": "https://github.com/sponsors/ljharb"
  4056. }
  4057. },
  4058. "node_modules/eslint-scope": {
  4059. "version": "7.2.2",
  4060. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",
  4061. "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
  4062. "dev": true,
  4063. "dependencies": {
  4064. "esrecurse": "^4.3.0",
  4065. "estraverse": "^5.2.0"
  4066. },
  4067. "engines": {
  4068. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4069. },
  4070. "funding": {
  4071. "url": "https://opencollective.com/eslint"
  4072. }
  4073. },
  4074. "node_modules/eslint-visitor-keys": {
  4075. "version": "3.4.3",
  4076. "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  4077. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  4078. "dev": true,
  4079. "engines": {
  4080. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4081. },
  4082. "funding": {
  4083. "url": "https://opencollective.com/eslint"
  4084. }
  4085. },
  4086. "node_modules/eslint/node_modules/ansi-styles": {
  4087. "version": "4.3.0",
  4088. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  4089. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  4090. "dev": true,
  4091. "dependencies": {
  4092. "color-convert": "^2.0.1"
  4093. },
  4094. "engines": {
  4095. "node": ">=8"
  4096. },
  4097. "funding": {
  4098. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  4099. }
  4100. },
  4101. "node_modules/eslint/node_modules/chalk": {
  4102. "version": "4.1.2",
  4103. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  4104. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  4105. "dev": true,
  4106. "dependencies": {
  4107. "ansi-styles": "^4.1.0",
  4108. "supports-color": "^7.1.0"
  4109. },
  4110. "engines": {
  4111. "node": ">=10"
  4112. },
  4113. "funding": {
  4114. "url": "https://github.com/chalk/chalk?sponsor=1"
  4115. }
  4116. },
  4117. "node_modules/eslint/node_modules/color-convert": {
  4118. "version": "2.0.1",
  4119. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  4120. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  4121. "dev": true,
  4122. "dependencies": {
  4123. "color-name": "~1.1.4"
  4124. },
  4125. "engines": {
  4126. "node": ">=7.0.0"
  4127. }
  4128. },
  4129. "node_modules/eslint/node_modules/color-name": {
  4130. "version": "1.1.4",
  4131. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  4132. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  4133. "dev": true
  4134. },
  4135. "node_modules/eslint/node_modules/globals": {
  4136. "version": "13.21.0",
  4137. "resolved": "https://registry.npmjs.org/globals/-/globals-13.21.0.tgz",
  4138. "integrity": "sha512-ybyme3s4yy/t/3s35bewwXKOf7cvzfreG2lH0lZl0JB7I4GxRP2ghxOK/Nb9EkRXdbBXZLfq/p/0W2JUONB/Gg==",
  4139. "dev": true,
  4140. "dependencies": {
  4141. "type-fest": "^0.20.2"
  4142. },
  4143. "engines": {
  4144. "node": ">=8"
  4145. },
  4146. "funding": {
  4147. "url": "https://github.com/sponsors/sindresorhus"
  4148. }
  4149. },
  4150. "node_modules/eslint/node_modules/has-flag": {
  4151. "version": "4.0.0",
  4152. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  4153. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  4154. "dev": true,
  4155. "engines": {
  4156. "node": ">=8"
  4157. }
  4158. },
  4159. "node_modules/eslint/node_modules/supports-color": {
  4160. "version": "7.2.0",
  4161. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  4162. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  4163. "dev": true,
  4164. "dependencies": {
  4165. "has-flag": "^4.0.0"
  4166. },
  4167. "engines": {
  4168. "node": ">=8"
  4169. }
  4170. },
  4171. "node_modules/eslint/node_modules/type-fest": {
  4172. "version": "0.20.2",
  4173. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
  4174. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  4175. "dev": true,
  4176. "engines": {
  4177. "node": ">=10"
  4178. },
  4179. "funding": {
  4180. "url": "https://github.com/sponsors/sindresorhus"
  4181. }
  4182. },
  4183. "node_modules/espree": {
  4184. "version": "9.6.1",
  4185. "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
  4186. "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
  4187. "dev": true,
  4188. "dependencies": {
  4189. "acorn": "^8.9.0",
  4190. "acorn-jsx": "^5.3.2",
  4191. "eslint-visitor-keys": "^3.4.1"
  4192. },
  4193. "engines": {
  4194. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  4195. },
  4196. "funding": {
  4197. "url": "https://opencollective.com/eslint"
  4198. }
  4199. },
  4200. "node_modules/esquery": {
  4201. "version": "1.5.0",
  4202. "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz",
  4203. "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==",
  4204. "dev": true,
  4205. "dependencies": {
  4206. "estraverse": "^5.1.0"
  4207. },
  4208. "engines": {
  4209. "node": ">=0.10"
  4210. }
  4211. },
  4212. "node_modules/esrecurse": {
  4213. "version": "4.3.0",
  4214. "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  4215. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  4216. "dev": true,
  4217. "dependencies": {
  4218. "estraverse": "^5.2.0"
  4219. },
  4220. "engines": {
  4221. "node": ">=4.0"
  4222. }
  4223. },
  4224. "node_modules/estraverse": {
  4225. "version": "5.3.0",
  4226. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  4227. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  4228. "dev": true,
  4229. "engines": {
  4230. "node": ">=4.0"
  4231. }
  4232. },
  4233. "node_modules/estree-walker": {
  4234. "version": "1.0.1",
  4235. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz",
  4236. "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==",
  4237. "dev": true
  4238. },
  4239. "node_modules/esutils": {
  4240. "version": "2.0.3",
  4241. "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  4242. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  4243. "dev": true,
  4244. "engines": {
  4245. "node": ">=0.10.0"
  4246. }
  4247. },
  4248. "node_modules/extend": {
  4249. "version": "3.0.2",
  4250. "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
  4251. "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g=="
  4252. },
  4253. "node_modules/fast-deep-equal": {
  4254. "version": "3.1.3",
  4255. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  4256. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  4257. "dev": true
  4258. },
  4259. "node_modules/fast-glob": {
  4260. "version": "3.3.1",
  4261. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz",
  4262. "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==",
  4263. "dev": true,
  4264. "dependencies": {
  4265. "@nodelib/fs.stat": "^2.0.2",
  4266. "@nodelib/fs.walk": "^1.2.3",
  4267. "glob-parent": "^5.1.2",
  4268. "merge2": "^1.3.0",
  4269. "micromatch": "^4.0.4"
  4270. },
  4271. "engines": {
  4272. "node": ">=8.6.0"
  4273. }
  4274. },
  4275. "node_modules/fast-glob/node_modules/glob-parent": {
  4276. "version": "5.1.2",
  4277. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  4278. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  4279. "dev": true,
  4280. "dependencies": {
  4281. "is-glob": "^4.0.1"
  4282. },
  4283. "engines": {
  4284. "node": ">= 6"
  4285. }
  4286. },
  4287. "node_modules/fast-json-stable-stringify": {
  4288. "version": "2.1.0",
  4289. "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  4290. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  4291. "dev": true
  4292. },
  4293. "node_modules/fast-levenshtein": {
  4294. "version": "2.0.6",
  4295. "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  4296. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  4297. "dev": true
  4298. },
  4299. "node_modules/fastq": {
  4300. "version": "1.15.0",
  4301. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz",
  4302. "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==",
  4303. "dev": true,
  4304. "dependencies": {
  4305. "reusify": "^1.0.4"
  4306. }
  4307. },
  4308. "node_modules/file-entry-cache": {
  4309. "version": "6.0.1",
  4310. "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
  4311. "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
  4312. "dev": true,
  4313. "dependencies": {
  4314. "flat-cache": "^3.0.4"
  4315. },
  4316. "engines": {
  4317. "node": "^10.12.0 || >=12.0.0"
  4318. }
  4319. },
  4320. "node_modules/filelist": {
  4321. "version": "1.0.4",
  4322. "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz",
  4323. "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==",
  4324. "dev": true,
  4325. "dependencies": {
  4326. "minimatch": "^5.0.1"
  4327. }
  4328. },
  4329. "node_modules/filelist/node_modules/brace-expansion": {
  4330. "version": "2.0.1",
  4331. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
  4332. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  4333. "dev": true,
  4334. "dependencies": {
  4335. "balanced-match": "^1.0.0"
  4336. }
  4337. },
  4338. "node_modules/filelist/node_modules/minimatch": {
  4339. "version": "5.1.6",
  4340. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
  4341. "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
  4342. "dev": true,
  4343. "dependencies": {
  4344. "brace-expansion": "^2.0.1"
  4345. },
  4346. "engines": {
  4347. "node": ">=10"
  4348. }
  4349. },
  4350. "node_modules/fill-range": {
  4351. "version": "7.0.1",
  4352. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
  4353. "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
  4354. "dev": true,
  4355. "dependencies": {
  4356. "to-regex-range": "^5.0.1"
  4357. },
  4358. "engines": {
  4359. "node": ">=8"
  4360. }
  4361. },
  4362. "node_modules/find-root": {
  4363. "version": "1.1.0",
  4364. "resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz",
  4365. "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng=="
  4366. },
  4367. "node_modules/find-up": {
  4368. "version": "5.0.0",
  4369. "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
  4370. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  4371. "dev": true,
  4372. "dependencies": {
  4373. "locate-path": "^6.0.0",
  4374. "path-exists": "^4.0.0"
  4375. },
  4376. "engines": {
  4377. "node": ">=10"
  4378. },
  4379. "funding": {
  4380. "url": "https://github.com/sponsors/sindresorhus"
  4381. }
  4382. },
  4383. "node_modules/flat-cache": {
  4384. "version": "3.0.4",
  4385. "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz",
  4386. "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==",
  4387. "dev": true,
  4388. "dependencies": {
  4389. "flatted": "^3.1.0",
  4390. "rimraf": "^3.0.2"
  4391. },
  4392. "engines": {
  4393. "node": "^10.12.0 || >=12.0.0"
  4394. }
  4395. },
  4396. "node_modules/flatted": {
  4397. "version": "3.2.7",
  4398. "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz",
  4399. "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==",
  4400. "dev": true
  4401. },
  4402. "node_modules/for-each": {
  4403. "version": "0.3.3",
  4404. "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz",
  4405. "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==",
  4406. "dev": true,
  4407. "dependencies": {
  4408. "is-callable": "^1.1.3"
  4409. }
  4410. },
  4411. "node_modules/fs-extra": {
  4412. "version": "9.1.0",
  4413. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
  4414. "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
  4415. "dev": true,
  4416. "dependencies": {
  4417. "at-least-node": "^1.0.0",
  4418. "graceful-fs": "^4.2.0",
  4419. "jsonfile": "^6.0.1",
  4420. "universalify": "^2.0.0"
  4421. },
  4422. "engines": {
  4423. "node": ">=10"
  4424. }
  4425. },
  4426. "node_modules/fs.realpath": {
  4427. "version": "1.0.0",
  4428. "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  4429. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
  4430. "dev": true
  4431. },
  4432. "node_modules/fsevents": {
  4433. "version": "2.3.2",
  4434. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
  4435. "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
  4436. "dev": true,
  4437. "hasInstallScript": true,
  4438. "optional": true,
  4439. "os": [
  4440. "darwin"
  4441. ],
  4442. "engines": {
  4443. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  4444. }
  4445. },
  4446. "node_modules/function-bind": {
  4447. "version": "1.1.1",
  4448. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
  4449. "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
  4450. },
  4451. "node_modules/function.prototype.name": {
  4452. "version": "1.1.5",
  4453. "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz",
  4454. "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==",
  4455. "dev": true,
  4456. "dependencies": {
  4457. "call-bind": "^1.0.2",
  4458. "define-properties": "^1.1.3",
  4459. "es-abstract": "^1.19.0",
  4460. "functions-have-names": "^1.2.2"
  4461. },
  4462. "engines": {
  4463. "node": ">= 0.4"
  4464. },
  4465. "funding": {
  4466. "url": "https://github.com/sponsors/ljharb"
  4467. }
  4468. },
  4469. "node_modules/functions-have-names": {
  4470. "version": "1.2.3",
  4471. "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
  4472. "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
  4473. "dev": true,
  4474. "funding": {
  4475. "url": "https://github.com/sponsors/ljharb"
  4476. }
  4477. },
  4478. "node_modules/gensync": {
  4479. "version": "1.0.0-beta.2",
  4480. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  4481. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  4482. "dev": true,
  4483. "engines": {
  4484. "node": ">=6.9.0"
  4485. }
  4486. },
  4487. "node_modules/get-intrinsic": {
  4488. "version": "1.2.1",
  4489. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz",
  4490. "integrity": "sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==",
  4491. "dev": true,
  4492. "dependencies": {
  4493. "function-bind": "^1.1.1",
  4494. "has": "^1.0.3",
  4495. "has-proto": "^1.0.1",
  4496. "has-symbols": "^1.0.3"
  4497. },
  4498. "funding": {
  4499. "url": "https://github.com/sponsors/ljharb"
  4500. }
  4501. },
  4502. "node_modules/get-own-enumerable-property-symbols": {
  4503. "version": "3.0.2",
  4504. "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz",
  4505. "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==",
  4506. "dev": true
  4507. },
  4508. "node_modules/get-symbol-description": {
  4509. "version": "1.0.0",
  4510. "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz",
  4511. "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==",
  4512. "dev": true,
  4513. "dependencies": {
  4514. "call-bind": "^1.0.2",
  4515. "get-intrinsic": "^1.1.1"
  4516. },
  4517. "engines": {
  4518. "node": ">= 0.4"
  4519. },
  4520. "funding": {
  4521. "url": "https://github.com/sponsors/ljharb"
  4522. }
  4523. },
  4524. "node_modules/glob": {
  4525. "version": "7.2.3",
  4526. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  4527. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  4528. "dev": true,
  4529. "dependencies": {
  4530. "fs.realpath": "^1.0.0",
  4531. "inflight": "^1.0.4",
  4532. "inherits": "2",
  4533. "minimatch": "^3.1.1",
  4534. "once": "^1.3.0",
  4535. "path-is-absolute": "^1.0.0"
  4536. },
  4537. "engines": {
  4538. "node": "*"
  4539. },
  4540. "funding": {
  4541. "url": "https://github.com/sponsors/isaacs"
  4542. }
  4543. },
  4544. "node_modules/glob-parent": {
  4545. "version": "6.0.2",
  4546. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
  4547. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  4548. "dev": true,
  4549. "dependencies": {
  4550. "is-glob": "^4.0.3"
  4551. },
  4552. "engines": {
  4553. "node": ">=10.13.0"
  4554. }
  4555. },
  4556. "node_modules/globals": {
  4557. "version": "11.12.0",
  4558. "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
  4559. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  4560. "dev": true,
  4561. "engines": {
  4562. "node": ">=4"
  4563. }
  4564. },
  4565. "node_modules/globalthis": {
  4566. "version": "1.0.3",
  4567. "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz",
  4568. "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==",
  4569. "dev": true,
  4570. "dependencies": {
  4571. "define-properties": "^1.1.3"
  4572. },
  4573. "engines": {
  4574. "node": ">= 0.4"
  4575. },
  4576. "funding": {
  4577. "url": "https://github.com/sponsors/ljharb"
  4578. }
  4579. },
  4580. "node_modules/gopd": {
  4581. "version": "1.0.1",
  4582. "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
  4583. "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
  4584. "dev": true,
  4585. "dependencies": {
  4586. "get-intrinsic": "^1.1.3"
  4587. },
  4588. "funding": {
  4589. "url": "https://github.com/sponsors/ljharb"
  4590. }
  4591. },
  4592. "node_modules/graceful-fs": {
  4593. "version": "4.2.11",
  4594. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  4595. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  4596. "dev": true
  4597. },
  4598. "node_modules/graphemer": {
  4599. "version": "1.4.0",
  4600. "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
  4601. "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
  4602. "dev": true
  4603. },
  4604. "node_modules/has": {
  4605. "version": "1.0.3",
  4606. "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
  4607. "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
  4608. "dependencies": {
  4609. "function-bind": "^1.1.1"
  4610. },
  4611. "engines": {
  4612. "node": ">= 0.4.0"
  4613. }
  4614. },
  4615. "node_modules/has-bigints": {
  4616. "version": "1.0.2",
  4617. "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz",
  4618. "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==",
  4619. "dev": true,
  4620. "funding": {
  4621. "url": "https://github.com/sponsors/ljharb"
  4622. }
  4623. },
  4624. "node_modules/has-flag": {
  4625. "version": "3.0.0",
  4626. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  4627. "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
  4628. "engines": {
  4629. "node": ">=4"
  4630. }
  4631. },
  4632. "node_modules/has-property-descriptors": {
  4633. "version": "1.0.0",
  4634. "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz",
  4635. "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==",
  4636. "dev": true,
  4637. "dependencies": {
  4638. "get-intrinsic": "^1.1.1"
  4639. },
  4640. "funding": {
  4641. "url": "https://github.com/sponsors/ljharb"
  4642. }
  4643. },
  4644. "node_modules/has-proto": {
  4645. "version": "1.0.1",
  4646. "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz",
  4647. "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==",
  4648. "dev": true,
  4649. "engines": {
  4650. "node": ">= 0.4"
  4651. },
  4652. "funding": {
  4653. "url": "https://github.com/sponsors/ljharb"
  4654. }
  4655. },
  4656. "node_modules/has-symbols": {
  4657. "version": "1.0.3",
  4658. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
  4659. "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
  4660. "dev": true,
  4661. "engines": {
  4662. "node": ">= 0.4"
  4663. },
  4664. "funding": {
  4665. "url": "https://github.com/sponsors/ljharb"
  4666. }
  4667. },
  4668. "node_modules/has-tostringtag": {
  4669. "version": "1.0.0",
  4670. "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz",
  4671. "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==",
  4672. "dev": true,
  4673. "dependencies": {
  4674. "has-symbols": "^1.0.2"
  4675. },
  4676. "engines": {
  4677. "node": ">= 0.4"
  4678. },
  4679. "funding": {
  4680. "url": "https://github.com/sponsors/ljharb"
  4681. }
  4682. },
  4683. "node_modules/hast-to-hyperscript": {
  4684. "version": "9.0.1",
  4685. "resolved": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-9.0.1.tgz",
  4686. "integrity": "sha512-zQgLKqF+O2F72S1aa4y2ivxzSlko3MAvxkwG8ehGmNiqd98BIN3JM1rAJPmplEyLmGLO2QZYJtIneOSZ2YbJuA==",
  4687. "dependencies": {
  4688. "@types/unist": "^2.0.3",
  4689. "comma-separated-tokens": "^1.0.0",
  4690. "property-information": "^5.3.0",
  4691. "space-separated-tokens": "^1.0.0",
  4692. "style-to-object": "^0.3.0",
  4693. "unist-util-is": "^4.0.0",
  4694. "web-namespaces": "^1.0.0"
  4695. },
  4696. "funding": {
  4697. "type": "opencollective",
  4698. "url": "https://opencollective.com/unified"
  4699. }
  4700. },
  4701. "node_modules/hoist-non-react-statics": {
  4702. "version": "3.3.2",
  4703. "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz",
  4704. "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==",
  4705. "dependencies": {
  4706. "react-is": "^16.7.0"
  4707. }
  4708. },
  4709. "node_modules/hoist-non-react-statics/node_modules/react-is": {
  4710. "version": "16.13.1",
  4711. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  4712. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
  4713. },
  4714. "node_modules/html-parse-stringify": {
  4715. "version": "3.0.1",
  4716. "resolved": "https://registry.npmjs.org/html-parse-stringify/-/html-parse-stringify-3.0.1.tgz",
  4717. "integrity": "sha512-KknJ50kTInJ7qIScF3jeaFRpMpE8/lfiTdzf/twXyPBLAGrLRTmkz3AdTnKeh40X8k9L2fdYwEp/42WGXIRGcg==",
  4718. "dependencies": {
  4719. "void-elements": "3.1.0"
  4720. }
  4721. },
  4722. "node_modules/humanize-duration": {
  4723. "version": "3.29.0",
  4724. "resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.29.0.tgz",
  4725. "integrity": "sha512-G5wZGwYTLaQAmYqhfK91aw3xt6wNbJW1RnWDh4qP1PvF4T/jnkjx2RVhG5kzB2PGsYGTn+oSDBQp+dMdILLxcg=="
  4726. },
  4727. "node_modules/i18next": {
  4728. "version": "21.10.0",
  4729. "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.10.0.tgz",
  4730. "integrity": "sha512-YeuIBmFsGjUfO3qBmMOc0rQaun4mIpGKET5WDwvu8lU7gvwpcariZLNtL0Fzj+zazcHUrlXHiptcFhBMFaxzfg==",
  4731. "funding": [
  4732. {
  4733. "type": "individual",
  4734. "url": "https://locize.com"
  4735. },
  4736. {
  4737. "type": "individual",
  4738. "url": "https://locize.com/i18next.html"
  4739. },
  4740. {
  4741. "type": "individual",
  4742. "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
  4743. }
  4744. ],
  4745. "dependencies": {
  4746. "@babel/runtime": "^7.17.2"
  4747. }
  4748. },
  4749. "node_modules/i18next-browser-languagedetector": {
  4750. "version": "6.1.8",
  4751. "resolved": "https://registry.npmjs.org/i18next-browser-languagedetector/-/i18next-browser-languagedetector-6.1.8.tgz",
  4752. "integrity": "sha512-Svm+MduCElO0Meqpj1kJAriTC6OhI41VhlT/A0UPjGoPZBhAHIaGE5EfsHlTpgdH09UVX7rcc72pSDDBeKSQQA==",
  4753. "dependencies": {
  4754. "@babel/runtime": "^7.19.0"
  4755. }
  4756. },
  4757. "node_modules/i18next-http-backend": {
  4758. "version": "1.4.5",
  4759. "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-1.4.5.tgz",
  4760. "integrity": "sha512-tLuHWuLWl6CmS07o+UB6EcQCaUjrZ1yhdseIN7sfq0u7phsMePJ8pqlGhIAdRDPF/q7ooyo5MID5DRFBCH+x5w==",
  4761. "dependencies": {
  4762. "cross-fetch": "3.1.5"
  4763. }
  4764. },
  4765. "node_modules/idb": {
  4766. "version": "7.1.1",
  4767. "resolved": "https://registry.npmjs.org/idb/-/idb-7.1.1.tgz",
  4768. "integrity": "sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==",
  4769. "dev": true
  4770. },
  4771. "node_modules/ignore": {
  4772. "version": "5.2.4",
  4773. "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz",
  4774. "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==",
  4775. "dev": true,
  4776. "engines": {
  4777. "node": ">= 4"
  4778. }
  4779. },
  4780. "node_modules/import-fresh": {
  4781. "version": "3.3.0",
  4782. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
  4783. "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
  4784. "dependencies": {
  4785. "parent-module": "^1.0.0",
  4786. "resolve-from": "^4.0.0"
  4787. },
  4788. "engines": {
  4789. "node": ">=6"
  4790. },
  4791. "funding": {
  4792. "url": "https://github.com/sponsors/sindresorhus"
  4793. }
  4794. },
  4795. "node_modules/imurmurhash": {
  4796. "version": "0.1.4",
  4797. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  4798. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  4799. "dev": true,
  4800. "engines": {
  4801. "node": ">=0.8.19"
  4802. }
  4803. },
  4804. "node_modules/inflight": {
  4805. "version": "1.0.6",
  4806. "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  4807. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  4808. "dev": true,
  4809. "dependencies": {
  4810. "once": "^1.3.0",
  4811. "wrappy": "1"
  4812. }
  4813. },
  4814. "node_modules/inherits": {
  4815. "version": "2.0.4",
  4816. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  4817. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  4818. "dev": true
  4819. },
  4820. "node_modules/inline-style-parser": {
  4821. "version": "0.1.1",
  4822. "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz",
  4823. "integrity": "sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q=="
  4824. },
  4825. "node_modules/internal-slot": {
  4826. "version": "1.0.5",
  4827. "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz",
  4828. "integrity": "sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==",
  4829. "dev": true,
  4830. "dependencies": {
  4831. "get-intrinsic": "^1.2.0",
  4832. "has": "^1.0.3",
  4833. "side-channel": "^1.0.4"
  4834. },
  4835. "engines": {
  4836. "node": ">= 0.4"
  4837. }
  4838. },
  4839. "node_modules/is-alphabetical": {
  4840. "version": "1.0.4",
  4841. "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz",
  4842. "integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==",
  4843. "funding": {
  4844. "type": "github",
  4845. "url": "https://github.com/sponsors/wooorm"
  4846. }
  4847. },
  4848. "node_modules/is-alphanumerical": {
  4849. "version": "1.0.4",
  4850. "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz",
  4851. "integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==",
  4852. "dependencies": {
  4853. "is-alphabetical": "^1.0.0",
  4854. "is-decimal": "^1.0.0"
  4855. },
  4856. "funding": {
  4857. "type": "github",
  4858. "url": "https://github.com/sponsors/wooorm"
  4859. }
  4860. },
  4861. "node_modules/is-array-buffer": {
  4862. "version": "3.0.2",
  4863. "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.2.tgz",
  4864. "integrity": "sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==",
  4865. "dev": true,
  4866. "dependencies": {
  4867. "call-bind": "^1.0.2",
  4868. "get-intrinsic": "^1.2.0",
  4869. "is-typed-array": "^1.1.10"
  4870. },
  4871. "funding": {
  4872. "url": "https://github.com/sponsors/ljharb"
  4873. }
  4874. },
  4875. "node_modules/is-arrayish": {
  4876. "version": "0.2.1",
  4877. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
  4878. "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg=="
  4879. },
  4880. "node_modules/is-async-function": {
  4881. "version": "2.0.0",
  4882. "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.0.0.tgz",
  4883. "integrity": "sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==",
  4884. "dev": true,
  4885. "dependencies": {
  4886. "has-tostringtag": "^1.0.0"
  4887. },
  4888. "engines": {
  4889. "node": ">= 0.4"
  4890. },
  4891. "funding": {
  4892. "url": "https://github.com/sponsors/ljharb"
  4893. }
  4894. },
  4895. "node_modules/is-bigint": {
  4896. "version": "1.0.4",
  4897. "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz",
  4898. "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==",
  4899. "dev": true,
  4900. "dependencies": {
  4901. "has-bigints": "^1.0.1"
  4902. },
  4903. "funding": {
  4904. "url": "https://github.com/sponsors/ljharb"
  4905. }
  4906. },
  4907. "node_modules/is-boolean-object": {
  4908. "version": "1.1.2",
  4909. "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz",
  4910. "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==",
  4911. "dev": true,
  4912. "dependencies": {
  4913. "call-bind": "^1.0.2",
  4914. "has-tostringtag": "^1.0.0"
  4915. },
  4916. "engines": {
  4917. "node": ">= 0.4"
  4918. },
  4919. "funding": {
  4920. "url": "https://github.com/sponsors/ljharb"
  4921. }
  4922. },
  4923. "node_modules/is-buffer": {
  4924. "version": "2.0.5",
  4925. "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz",
  4926. "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==",
  4927. "funding": [
  4928. {
  4929. "type": "github",
  4930. "url": "https://github.com/sponsors/feross"
  4931. },
  4932. {
  4933. "type": "patreon",
  4934. "url": "https://www.patreon.com/feross"
  4935. },
  4936. {
  4937. "type": "consulting",
  4938. "url": "https://feross.org/support"
  4939. }
  4940. ],
  4941. "engines": {
  4942. "node": ">=4"
  4943. }
  4944. },
  4945. "node_modules/is-callable": {
  4946. "version": "1.2.7",
  4947. "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
  4948. "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
  4949. "dev": true,
  4950. "engines": {
  4951. "node": ">= 0.4"
  4952. },
  4953. "funding": {
  4954. "url": "https://github.com/sponsors/ljharb"
  4955. }
  4956. },
  4957. "node_modules/is-core-module": {
  4958. "version": "2.13.0",
  4959. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.0.tgz",
  4960. "integrity": "sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==",
  4961. "dependencies": {
  4962. "has": "^1.0.3"
  4963. },
  4964. "funding": {
  4965. "url": "https://github.com/sponsors/ljharb"
  4966. }
  4967. },
  4968. "node_modules/is-date-object": {
  4969. "version": "1.0.5",
  4970. "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz",
  4971. "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==",
  4972. "dev": true,
  4973. "dependencies": {
  4974. "has-tostringtag": "^1.0.0"
  4975. },
  4976. "engines": {
  4977. "node": ">= 0.4"
  4978. },
  4979. "funding": {
  4980. "url": "https://github.com/sponsors/ljharb"
  4981. }
  4982. },
  4983. "node_modules/is-decimal": {
  4984. "version": "1.0.4",
  4985. "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz",
  4986. "integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==",
  4987. "funding": {
  4988. "type": "github",
  4989. "url": "https://github.com/sponsors/wooorm"
  4990. }
  4991. },
  4992. "node_modules/is-extglob": {
  4993. "version": "2.1.1",
  4994. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  4995. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  4996. "dev": true,
  4997. "engines": {
  4998. "node": ">=0.10.0"
  4999. }
  5000. },
  5001. "node_modules/is-finalizationregistry": {
  5002. "version": "1.0.2",
  5003. "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.0.2.tgz",
  5004. "integrity": "sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==",
  5005. "dev": true,
  5006. "dependencies": {
  5007. "call-bind": "^1.0.2"
  5008. },
  5009. "funding": {
  5010. "url": "https://github.com/sponsors/ljharb"
  5011. }
  5012. },
  5013. "node_modules/is-generator-function": {
  5014. "version": "1.0.10",
  5015. "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz",
  5016. "integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==",
  5017. "dev": true,
  5018. "dependencies": {
  5019. "has-tostringtag": "^1.0.0"
  5020. },
  5021. "engines": {
  5022. "node": ">= 0.4"
  5023. },
  5024. "funding": {
  5025. "url": "https://github.com/sponsors/ljharb"
  5026. }
  5027. },
  5028. "node_modules/is-glob": {
  5029. "version": "4.0.3",
  5030. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  5031. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  5032. "dev": true,
  5033. "dependencies": {
  5034. "is-extglob": "^2.1.1"
  5035. },
  5036. "engines": {
  5037. "node": ">=0.10.0"
  5038. }
  5039. },
  5040. "node_modules/is-hexadecimal": {
  5041. "version": "1.0.4",
  5042. "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz",
  5043. "integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==",
  5044. "funding": {
  5045. "type": "github",
  5046. "url": "https://github.com/sponsors/wooorm"
  5047. }
  5048. },
  5049. "node_modules/is-map": {
  5050. "version": "2.0.2",
  5051. "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz",
  5052. "integrity": "sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==",
  5053. "dev": true,
  5054. "funding": {
  5055. "url": "https://github.com/sponsors/ljharb"
  5056. }
  5057. },
  5058. "node_modules/is-module": {
  5059. "version": "1.0.0",
  5060. "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
  5061. "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==",
  5062. "dev": true
  5063. },
  5064. "node_modules/is-negative-zero": {
  5065. "version": "2.0.2",
  5066. "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz",
  5067. "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==",
  5068. "dev": true,
  5069. "engines": {
  5070. "node": ">= 0.4"
  5071. },
  5072. "funding": {
  5073. "url": "https://github.com/sponsors/ljharb"
  5074. }
  5075. },
  5076. "node_modules/is-number": {
  5077. "version": "7.0.0",
  5078. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  5079. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  5080. "dev": true,
  5081. "engines": {
  5082. "node": ">=0.12.0"
  5083. }
  5084. },
  5085. "node_modules/is-number-object": {
  5086. "version": "1.0.7",
  5087. "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz",
  5088. "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==",
  5089. "dev": true,
  5090. "dependencies": {
  5091. "has-tostringtag": "^1.0.0"
  5092. },
  5093. "engines": {
  5094. "node": ">= 0.4"
  5095. },
  5096. "funding": {
  5097. "url": "https://github.com/sponsors/ljharb"
  5098. }
  5099. },
  5100. "node_modules/is-obj": {
  5101. "version": "1.0.1",
  5102. "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
  5103. "integrity": "sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==",
  5104. "dev": true,
  5105. "engines": {
  5106. "node": ">=0.10.0"
  5107. }
  5108. },
  5109. "node_modules/is-path-inside": {
  5110. "version": "3.0.3",
  5111. "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
  5112. "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
  5113. "dev": true,
  5114. "engines": {
  5115. "node": ">=8"
  5116. }
  5117. },
  5118. "node_modules/is-plain-obj": {
  5119. "version": "2.1.0",
  5120. "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz",
  5121. "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==",
  5122. "engines": {
  5123. "node": ">=8"
  5124. }
  5125. },
  5126. "node_modules/is-regex": {
  5127. "version": "1.1.4",
  5128. "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
  5129. "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
  5130. "dev": true,
  5131. "dependencies": {
  5132. "call-bind": "^1.0.2",
  5133. "has-tostringtag": "^1.0.0"
  5134. },
  5135. "engines": {
  5136. "node": ">= 0.4"
  5137. },
  5138. "funding": {
  5139. "url": "https://github.com/sponsors/ljharb"
  5140. }
  5141. },
  5142. "node_modules/is-regexp": {
  5143. "version": "1.0.0",
  5144. "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz",
  5145. "integrity": "sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==",
  5146. "dev": true,
  5147. "engines": {
  5148. "node": ">=0.10.0"
  5149. }
  5150. },
  5151. "node_modules/is-set": {
  5152. "version": "2.0.2",
  5153. "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz",
  5154. "integrity": "sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==",
  5155. "dev": true,
  5156. "funding": {
  5157. "url": "https://github.com/sponsors/ljharb"
  5158. }
  5159. },
  5160. "node_modules/is-shared-array-buffer": {
  5161. "version": "1.0.2",
  5162. "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz",
  5163. "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==",
  5164. "dev": true,
  5165. "dependencies": {
  5166. "call-bind": "^1.0.2"
  5167. },
  5168. "funding": {
  5169. "url": "https://github.com/sponsors/ljharb"
  5170. }
  5171. },
  5172. "node_modules/is-stream": {
  5173. "version": "2.0.1",
  5174. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  5175. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  5176. "dev": true,
  5177. "engines": {
  5178. "node": ">=8"
  5179. },
  5180. "funding": {
  5181. "url": "https://github.com/sponsors/sindresorhus"
  5182. }
  5183. },
  5184. "node_modules/is-string": {
  5185. "version": "1.0.7",
  5186. "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz",
  5187. "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==",
  5188. "dev": true,
  5189. "dependencies": {
  5190. "has-tostringtag": "^1.0.0"
  5191. },
  5192. "engines": {
  5193. "node": ">= 0.4"
  5194. },
  5195. "funding": {
  5196. "url": "https://github.com/sponsors/ljharb"
  5197. }
  5198. },
  5199. "node_modules/is-symbol": {
  5200. "version": "1.0.4",
  5201. "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz",
  5202. "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==",
  5203. "dev": true,
  5204. "dependencies": {
  5205. "has-symbols": "^1.0.2"
  5206. },
  5207. "engines": {
  5208. "node": ">= 0.4"
  5209. },
  5210. "funding": {
  5211. "url": "https://github.com/sponsors/ljharb"
  5212. }
  5213. },
  5214. "node_modules/is-typed-array": {
  5215. "version": "1.1.12",
  5216. "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.12.tgz",
  5217. "integrity": "sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==",
  5218. "dev": true,
  5219. "dependencies": {
  5220. "which-typed-array": "^1.1.11"
  5221. },
  5222. "engines": {
  5223. "node": ">= 0.4"
  5224. },
  5225. "funding": {
  5226. "url": "https://github.com/sponsors/ljharb"
  5227. }
  5228. },
  5229. "node_modules/is-weakmap": {
  5230. "version": "2.0.1",
  5231. "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz",
  5232. "integrity": "sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==",
  5233. "dev": true,
  5234. "funding": {
  5235. "url": "https://github.com/sponsors/ljharb"
  5236. }
  5237. },
  5238. "node_modules/is-weakref": {
  5239. "version": "1.0.2",
  5240. "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz",
  5241. "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==",
  5242. "dev": true,
  5243. "dependencies": {
  5244. "call-bind": "^1.0.2"
  5245. },
  5246. "funding": {
  5247. "url": "https://github.com/sponsors/ljharb"
  5248. }
  5249. },
  5250. "node_modules/is-weakset": {
  5251. "version": "2.0.2",
  5252. "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.2.tgz",
  5253. "integrity": "sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==",
  5254. "dev": true,
  5255. "dependencies": {
  5256. "call-bind": "^1.0.2",
  5257. "get-intrinsic": "^1.1.1"
  5258. },
  5259. "funding": {
  5260. "url": "https://github.com/sponsors/ljharb"
  5261. }
  5262. },
  5263. "node_modules/isarray": {
  5264. "version": "2.0.5",
  5265. "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
  5266. "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
  5267. "dev": true
  5268. },
  5269. "node_modules/isexe": {
  5270. "version": "2.0.0",
  5271. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  5272. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  5273. "dev": true
  5274. },
  5275. "node_modules/iterator.prototype": {
  5276. "version": "1.1.0",
  5277. "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.0.tgz",
  5278. "integrity": "sha512-rjuhAk1AJ1fssphHD0IFV6TWL40CwRZ53FrztKx43yk2v6rguBYsY4Bj1VU4HmoMmKwZUlx7mfnhDf9cOp4YTw==",
  5279. "dev": true,
  5280. "dependencies": {
  5281. "define-properties": "^1.1.4",
  5282. "get-intrinsic": "^1.1.3",
  5283. "has-symbols": "^1.0.3",
  5284. "has-tostringtag": "^1.0.0",
  5285. "reflect.getprototypeof": "^1.0.3"
  5286. }
  5287. },
  5288. "node_modules/jake": {
  5289. "version": "10.8.7",
  5290. "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.7.tgz",
  5291. "integrity": "sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w==",
  5292. "dev": true,
  5293. "dependencies": {
  5294. "async": "^3.2.3",
  5295. "chalk": "^4.0.2",
  5296. "filelist": "^1.0.4",
  5297. "minimatch": "^3.1.2"
  5298. },
  5299. "bin": {
  5300. "jake": "bin/cli.js"
  5301. },
  5302. "engines": {
  5303. "node": ">=10"
  5304. }
  5305. },
  5306. "node_modules/jake/node_modules/ansi-styles": {
  5307. "version": "4.3.0",
  5308. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  5309. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  5310. "dev": true,
  5311. "dependencies": {
  5312. "color-convert": "^2.0.1"
  5313. },
  5314. "engines": {
  5315. "node": ">=8"
  5316. },
  5317. "funding": {
  5318. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  5319. }
  5320. },
  5321. "node_modules/jake/node_modules/chalk": {
  5322. "version": "4.1.2",
  5323. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  5324. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  5325. "dev": true,
  5326. "dependencies": {
  5327. "ansi-styles": "^4.1.0",
  5328. "supports-color": "^7.1.0"
  5329. },
  5330. "engines": {
  5331. "node": ">=10"
  5332. },
  5333. "funding": {
  5334. "url": "https://github.com/chalk/chalk?sponsor=1"
  5335. }
  5336. },
  5337. "node_modules/jake/node_modules/color-convert": {
  5338. "version": "2.0.1",
  5339. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  5340. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  5341. "dev": true,
  5342. "dependencies": {
  5343. "color-name": "~1.1.4"
  5344. },
  5345. "engines": {
  5346. "node": ">=7.0.0"
  5347. }
  5348. },
  5349. "node_modules/jake/node_modules/color-name": {
  5350. "version": "1.1.4",
  5351. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  5352. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  5353. "dev": true
  5354. },
  5355. "node_modules/jake/node_modules/has-flag": {
  5356. "version": "4.0.0",
  5357. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  5358. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  5359. "dev": true,
  5360. "engines": {
  5361. "node": ">=8"
  5362. }
  5363. },
  5364. "node_modules/jake/node_modules/supports-color": {
  5365. "version": "7.2.0",
  5366. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  5367. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  5368. "dev": true,
  5369. "dependencies": {
  5370. "has-flag": "^4.0.0"
  5371. },
  5372. "engines": {
  5373. "node": ">=8"
  5374. }
  5375. },
  5376. "node_modules/jest-worker": {
  5377. "version": "26.6.2",
  5378. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz",
  5379. "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==",
  5380. "dev": true,
  5381. "dependencies": {
  5382. "@types/node": "*",
  5383. "merge-stream": "^2.0.0",
  5384. "supports-color": "^7.0.0"
  5385. },
  5386. "engines": {
  5387. "node": ">= 10.13.0"
  5388. }
  5389. },
  5390. "node_modules/jest-worker/node_modules/has-flag": {
  5391. "version": "4.0.0",
  5392. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  5393. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  5394. "dev": true,
  5395. "engines": {
  5396. "node": ">=8"
  5397. }
  5398. },
  5399. "node_modules/jest-worker/node_modules/supports-color": {
  5400. "version": "7.2.0",
  5401. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  5402. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  5403. "dev": true,
  5404. "dependencies": {
  5405. "has-flag": "^4.0.0"
  5406. },
  5407. "engines": {
  5408. "node": ">=8"
  5409. }
  5410. },
  5411. "node_modules/js-base64": {
  5412. "version": "3.7.5",
  5413. "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-3.7.5.tgz",
  5414. "integrity": "sha512-3MEt5DTINKqfScXKfJFrRbxkrnk2AxPWGBL/ycjz4dK8iqiSJ06UxD8jh8xuh6p10TX4t2+7FsBYVxxQbMg+qA=="
  5415. },
  5416. "node_modules/js-tokens": {
  5417. "version": "4.0.0",
  5418. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  5419. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
  5420. },
  5421. "node_modules/js-yaml": {
  5422. "version": "4.1.0",
  5423. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
  5424. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  5425. "dev": true,
  5426. "dependencies": {
  5427. "argparse": "^2.0.1"
  5428. },
  5429. "bin": {
  5430. "js-yaml": "bin/js-yaml.js"
  5431. }
  5432. },
  5433. "node_modules/jsesc": {
  5434. "version": "2.5.2",
  5435. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
  5436. "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
  5437. "dev": true,
  5438. "bin": {
  5439. "jsesc": "bin/jsesc"
  5440. },
  5441. "engines": {
  5442. "node": ">=4"
  5443. }
  5444. },
  5445. "node_modules/json-parse-even-better-errors": {
  5446. "version": "2.3.1",
  5447. "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
  5448. "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
  5449. },
  5450. "node_modules/json-schema": {
  5451. "version": "0.4.0",
  5452. "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz",
  5453. "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==",
  5454. "dev": true
  5455. },
  5456. "node_modules/json-schema-traverse": {
  5457. "version": "0.4.1",
  5458. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  5459. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  5460. "dev": true
  5461. },
  5462. "node_modules/json-stable-stringify-without-jsonify": {
  5463. "version": "1.0.1",
  5464. "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  5465. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  5466. "dev": true
  5467. },
  5468. "node_modules/json5": {
  5469. "version": "2.2.3",
  5470. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  5471. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  5472. "dev": true,
  5473. "bin": {
  5474. "json5": "lib/cli.js"
  5475. },
  5476. "engines": {
  5477. "node": ">=6"
  5478. }
  5479. },
  5480. "node_modules/jsonfile": {
  5481. "version": "6.1.0",
  5482. "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
  5483. "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
  5484. "dev": true,
  5485. "dependencies": {
  5486. "universalify": "^2.0.0"
  5487. },
  5488. "optionalDependencies": {
  5489. "graceful-fs": "^4.1.6"
  5490. }
  5491. },
  5492. "node_modules/jsonpointer": {
  5493. "version": "5.0.1",
  5494. "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.1.tgz",
  5495. "integrity": "sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==",
  5496. "dev": true,
  5497. "engines": {
  5498. "node": ">=0.10.0"
  5499. }
  5500. },
  5501. "node_modules/jsx-ast-utils": {
  5502. "version": "3.3.5",
  5503. "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz",
  5504. "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==",
  5505. "dev": true,
  5506. "dependencies": {
  5507. "array-includes": "^3.1.6",
  5508. "array.prototype.flat": "^1.3.1",
  5509. "object.assign": "^4.1.4",
  5510. "object.values": "^1.1.6"
  5511. },
  5512. "engines": {
  5513. "node": ">=4.0"
  5514. }
  5515. },
  5516. "node_modules/language-subtag-registry": {
  5517. "version": "0.3.22",
  5518. "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz",
  5519. "integrity": "sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==",
  5520. "dev": true
  5521. },
  5522. "node_modules/language-tags": {
  5523. "version": "1.0.5",
  5524. "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz",
  5525. "integrity": "sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==",
  5526. "dev": true,
  5527. "dependencies": {
  5528. "language-subtag-registry": "~0.3.2"
  5529. }
  5530. },
  5531. "node_modules/leven": {
  5532. "version": "3.1.0",
  5533. "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
  5534. "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==",
  5535. "dev": true,
  5536. "engines": {
  5537. "node": ">=6"
  5538. }
  5539. },
  5540. "node_modules/levn": {
  5541. "version": "0.4.1",
  5542. "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
  5543. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  5544. "dev": true,
  5545. "dependencies": {
  5546. "prelude-ls": "^1.2.1",
  5547. "type-check": "~0.4.0"
  5548. },
  5549. "engines": {
  5550. "node": ">= 0.8.0"
  5551. }
  5552. },
  5553. "node_modules/lines-and-columns": {
  5554. "version": "1.2.4",
  5555. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  5556. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg=="
  5557. },
  5558. "node_modules/locate-path": {
  5559. "version": "6.0.0",
  5560. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
  5561. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  5562. "dev": true,
  5563. "dependencies": {
  5564. "p-locate": "^5.0.0"
  5565. },
  5566. "engines": {
  5567. "node": ">=10"
  5568. },
  5569. "funding": {
  5570. "url": "https://github.com/sponsors/sindresorhus"
  5571. }
  5572. },
  5573. "node_modules/lodash": {
  5574. "version": "4.17.21",
  5575. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
  5576. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  5577. "dev": true
  5578. },
  5579. "node_modules/lodash.debounce": {
  5580. "version": "4.0.8",
  5581. "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
  5582. "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
  5583. "dev": true
  5584. },
  5585. "node_modules/lodash.merge": {
  5586. "version": "4.6.2",
  5587. "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
  5588. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  5589. "dev": true
  5590. },
  5591. "node_modules/lodash.sortby": {
  5592. "version": "4.7.0",
  5593. "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz",
  5594. "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==",
  5595. "dev": true
  5596. },
  5597. "node_modules/loose-envify": {
  5598. "version": "1.4.0",
  5599. "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
  5600. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  5601. "dependencies": {
  5602. "js-tokens": "^3.0.0 || ^4.0.0"
  5603. },
  5604. "bin": {
  5605. "loose-envify": "cli.js"
  5606. }
  5607. },
  5608. "node_modules/lru-cache": {
  5609. "version": "5.1.1",
  5610. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  5611. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  5612. "dev": true,
  5613. "dependencies": {
  5614. "yallist": "^3.0.2"
  5615. }
  5616. },
  5617. "node_modules/magic-string": {
  5618. "version": "0.25.9",
  5619. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz",
  5620. "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==",
  5621. "dev": true,
  5622. "dependencies": {
  5623. "sourcemap-codec": "^1.4.8"
  5624. }
  5625. },
  5626. "node_modules/mdast-util-definitions": {
  5627. "version": "4.0.0",
  5628. "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-4.0.0.tgz",
  5629. "integrity": "sha512-k8AJ6aNnUkB7IE+5azR9h81O5EQ/cTDXtWdMq9Kk5KcEW/8ritU5CeLg/9HhOC++nALHBlaogJ5jz0Ybk3kPMQ==",
  5630. "dependencies": {
  5631. "unist-util-visit": "^2.0.0"
  5632. },
  5633. "funding": {
  5634. "type": "opencollective",
  5635. "url": "https://opencollective.com/unified"
  5636. }
  5637. },
  5638. "node_modules/mdast-util-definitions/node_modules/unist-util-visit": {
  5639. "version": "2.0.3",
  5640. "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz",
  5641. "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==",
  5642. "dependencies": {
  5643. "@types/unist": "^2.0.0",
  5644. "unist-util-is": "^4.0.0",
  5645. "unist-util-visit-parents": "^3.0.0"
  5646. },
  5647. "funding": {
  5648. "type": "opencollective",
  5649. "url": "https://opencollective.com/unified"
  5650. }
  5651. },
  5652. "node_modules/mdast-util-definitions/node_modules/unist-util-visit-parents": {
  5653. "version": "3.1.1",
  5654. "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-3.1.1.tgz",
  5655. "integrity": "sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==",
  5656. "dependencies": {
  5657. "@types/unist": "^2.0.0",
  5658. "unist-util-is": "^4.0.0"
  5659. },
  5660. "funding": {
  5661. "type": "opencollective",
  5662. "url": "https://opencollective.com/unified"
  5663. }
  5664. },
  5665. "node_modules/mdast-util-from-markdown": {
  5666. "version": "0.8.5",
  5667. "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-0.8.5.tgz",
  5668. "integrity": "sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==",
  5669. "dependencies": {
  5670. "@types/mdast": "^3.0.0",
  5671. "mdast-util-to-string": "^2.0.0",
  5672. "micromark": "~2.11.0",
  5673. "parse-entities": "^2.0.0",
  5674. "unist-util-stringify-position": "^2.0.0"
  5675. },
  5676. "funding": {
  5677. "type": "opencollective",
  5678. "url": "https://opencollective.com/unified"
  5679. }
  5680. },
  5681. "node_modules/mdast-util-to-hast": {
  5682. "version": "10.2.0",
  5683. "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-10.2.0.tgz",
  5684. "integrity": "sha512-JoPBfJ3gBnHZ18icCwHR50orC9kNH81tiR1gs01D8Q5YpV6adHNO9nKNuFBCJQ941/32PT1a63UF/DitmS3amQ==",
  5685. "dependencies": {
  5686. "@types/mdast": "^3.0.0",
  5687. "@types/unist": "^2.0.0",
  5688. "mdast-util-definitions": "^4.0.0",
  5689. "mdurl": "^1.0.0",
  5690. "unist-builder": "^2.0.0",
  5691. "unist-util-generated": "^1.0.0",
  5692. "unist-util-position": "^3.0.0",
  5693. "unist-util-visit": "^2.0.0"
  5694. },
  5695. "funding": {
  5696. "type": "opencollective",
  5697. "url": "https://opencollective.com/unified"
  5698. }
  5699. },
  5700. "node_modules/mdast-util-to-hast/node_modules/unist-util-visit": {
  5701. "version": "2.0.3",
  5702. "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz",
  5703. "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==",
  5704. "dependencies": {
  5705. "@types/unist": "^2.0.0",
  5706. "unist-util-is": "^4.0.0",
  5707. "unist-util-visit-parents": "^3.0.0"
  5708. },
  5709. "funding": {
  5710. "type": "opencollective",
  5711. "url": "https://opencollective.com/unified"
  5712. }
  5713. },
  5714. "node_modules/mdast-util-to-hast/node_modules/unist-util-visit-parents": {
  5715. "version": "3.1.1",
  5716. "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-3.1.1.tgz",
  5717. "integrity": "sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==",
  5718. "dependencies": {
  5719. "@types/unist": "^2.0.0",
  5720. "unist-util-is": "^4.0.0"
  5721. },
  5722. "funding": {
  5723. "type": "opencollective",
  5724. "url": "https://opencollective.com/unified"
  5725. }
  5726. },
  5727. "node_modules/mdast-util-to-string": {
  5728. "version": "2.0.0",
  5729. "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-2.0.0.tgz",
  5730. "integrity": "sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==",
  5731. "funding": {
  5732. "type": "opencollective",
  5733. "url": "https://opencollective.com/unified"
  5734. }
  5735. },
  5736. "node_modules/mdurl": {
  5737. "version": "1.0.1",
  5738. "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz",
  5739. "integrity": "sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g=="
  5740. },
  5741. "node_modules/merge-stream": {
  5742. "version": "2.0.0",
  5743. "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
  5744. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
  5745. "dev": true
  5746. },
  5747. "node_modules/merge2": {
  5748. "version": "1.4.1",
  5749. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  5750. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  5751. "dev": true,
  5752. "engines": {
  5753. "node": ">= 8"
  5754. }
  5755. },
  5756. "node_modules/micromark": {
  5757. "version": "2.11.4",
  5758. "resolved": "https://registry.npmjs.org/micromark/-/micromark-2.11.4.tgz",
  5759. "integrity": "sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==",
  5760. "funding": [
  5761. {
  5762. "type": "GitHub Sponsors",
  5763. "url": "https://github.com/sponsors/unifiedjs"
  5764. },
  5765. {
  5766. "type": "OpenCollective",
  5767. "url": "https://opencollective.com/unified"
  5768. }
  5769. ],
  5770. "dependencies": {
  5771. "debug": "^4.0.0",
  5772. "parse-entities": "^2.0.0"
  5773. }
  5774. },
  5775. "node_modules/micromatch": {
  5776. "version": "4.0.5",
  5777. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
  5778. "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
  5779. "dev": true,
  5780. "dependencies": {
  5781. "braces": "^3.0.2",
  5782. "picomatch": "^2.3.1"
  5783. },
  5784. "engines": {
  5785. "node": ">=8.6"
  5786. }
  5787. },
  5788. "node_modules/minimatch": {
  5789. "version": "3.1.2",
  5790. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  5791. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  5792. "dev": true,
  5793. "dependencies": {
  5794. "brace-expansion": "^1.1.7"
  5795. },
  5796. "engines": {
  5797. "node": "*"
  5798. }
  5799. },
  5800. "node_modules/minimist": {
  5801. "version": "1.2.8",
  5802. "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
  5803. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  5804. "dev": true,
  5805. "funding": {
  5806. "url": "https://github.com/sponsors/ljharb"
  5807. }
  5808. },
  5809. "node_modules/ms": {
  5810. "version": "2.1.2",
  5811. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  5812. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
  5813. },
  5814. "node_modules/nanoid": {
  5815. "version": "3.3.6",
  5816. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz",
  5817. "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==",
  5818. "dev": true,
  5819. "funding": [
  5820. {
  5821. "type": "github",
  5822. "url": "https://github.com/sponsors/ai"
  5823. }
  5824. ],
  5825. "bin": {
  5826. "nanoid": "bin/nanoid.cjs"
  5827. },
  5828. "engines": {
  5829. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  5830. }
  5831. },
  5832. "node_modules/natural-compare": {
  5833. "version": "1.4.0",
  5834. "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  5835. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  5836. "dev": true
  5837. },
  5838. "node_modules/node-fetch": {
  5839. "version": "2.6.7",
  5840. "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
  5841. "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
  5842. "dependencies": {
  5843. "whatwg-url": "^5.0.0"
  5844. },
  5845. "engines": {
  5846. "node": "4.x || >=6.0.0"
  5847. },
  5848. "peerDependencies": {
  5849. "encoding": "^0.1.0"
  5850. },
  5851. "peerDependenciesMeta": {
  5852. "encoding": {
  5853. "optional": true
  5854. }
  5855. }
  5856. },
  5857. "node_modules/node-releases": {
  5858. "version": "2.0.13",
  5859. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.13.tgz",
  5860. "integrity": "sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==",
  5861. "dev": true
  5862. },
  5863. "node_modules/object-assign": {
  5864. "version": "4.1.1",
  5865. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  5866. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  5867. "engines": {
  5868. "node": ">=0.10.0"
  5869. }
  5870. },
  5871. "node_modules/object-inspect": {
  5872. "version": "1.12.3",
  5873. "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz",
  5874. "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==",
  5875. "dev": true,
  5876. "funding": {
  5877. "url": "https://github.com/sponsors/ljharb"
  5878. }
  5879. },
  5880. "node_modules/object-keys": {
  5881. "version": "1.1.1",
  5882. "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
  5883. "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
  5884. "dev": true,
  5885. "engines": {
  5886. "node": ">= 0.4"
  5887. }
  5888. },
  5889. "node_modules/object.assign": {
  5890. "version": "4.1.4",
  5891. "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz",
  5892. "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==",
  5893. "dev": true,
  5894. "dependencies": {
  5895. "call-bind": "^1.0.2",
  5896. "define-properties": "^1.1.4",
  5897. "has-symbols": "^1.0.3",
  5898. "object-keys": "^1.1.1"
  5899. },
  5900. "engines": {
  5901. "node": ">= 0.4"
  5902. },
  5903. "funding": {
  5904. "url": "https://github.com/sponsors/ljharb"
  5905. }
  5906. },
  5907. "node_modules/object.entries": {
  5908. "version": "1.1.6",
  5909. "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.6.tgz",
  5910. "integrity": "sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==",
  5911. "dev": true,
  5912. "dependencies": {
  5913. "call-bind": "^1.0.2",
  5914. "define-properties": "^1.1.4",
  5915. "es-abstract": "^1.20.4"
  5916. },
  5917. "engines": {
  5918. "node": ">= 0.4"
  5919. }
  5920. },
  5921. "node_modules/object.fromentries": {
  5922. "version": "2.0.6",
  5923. "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.6.tgz",
  5924. "integrity": "sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==",
  5925. "dev": true,
  5926. "dependencies": {
  5927. "call-bind": "^1.0.2",
  5928. "define-properties": "^1.1.4",
  5929. "es-abstract": "^1.20.4"
  5930. },
  5931. "engines": {
  5932. "node": ">= 0.4"
  5933. },
  5934. "funding": {
  5935. "url": "https://github.com/sponsors/ljharb"
  5936. }
  5937. },
  5938. "node_modules/object.groupby": {
  5939. "version": "1.0.0",
  5940. "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.0.tgz",
  5941. "integrity": "sha512-70MWG6NfRH9GnbZOikuhPPYzpUpof9iW2J9E4dW7FXTqPNb6rllE6u39SKwwiNh8lCwX3DDb5OgcKGiEBrTTyw==",
  5942. "dev": true,
  5943. "dependencies": {
  5944. "call-bind": "^1.0.2",
  5945. "define-properties": "^1.2.0",
  5946. "es-abstract": "^1.21.2",
  5947. "get-intrinsic": "^1.2.1"
  5948. }
  5949. },
  5950. "node_modules/object.hasown": {
  5951. "version": "1.1.2",
  5952. "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.2.tgz",
  5953. "integrity": "sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==",
  5954. "dev": true,
  5955. "dependencies": {
  5956. "define-properties": "^1.1.4",
  5957. "es-abstract": "^1.20.4"
  5958. },
  5959. "funding": {
  5960. "url": "https://github.com/sponsors/ljharb"
  5961. }
  5962. },
  5963. "node_modules/object.values": {
  5964. "version": "1.1.6",
  5965. "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.6.tgz",
  5966. "integrity": "sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==",
  5967. "dev": true,
  5968. "dependencies": {
  5969. "call-bind": "^1.0.2",
  5970. "define-properties": "^1.1.4",
  5971. "es-abstract": "^1.20.4"
  5972. },
  5973. "engines": {
  5974. "node": ">= 0.4"
  5975. },
  5976. "funding": {
  5977. "url": "https://github.com/sponsors/ljharb"
  5978. }
  5979. },
  5980. "node_modules/once": {
  5981. "version": "1.4.0",
  5982. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  5983. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  5984. "dev": true,
  5985. "dependencies": {
  5986. "wrappy": "1"
  5987. }
  5988. },
  5989. "node_modules/optionator": {
  5990. "version": "0.9.3",
  5991. "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz",
  5992. "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==",
  5993. "dev": true,
  5994. "dependencies": {
  5995. "@aashutoshrathi/word-wrap": "^1.2.3",
  5996. "deep-is": "^0.1.3",
  5997. "fast-levenshtein": "^2.0.6",
  5998. "levn": "^0.4.1",
  5999. "prelude-ls": "^1.2.1",
  6000. "type-check": "^0.4.0"
  6001. },
  6002. "engines": {
  6003. "node": ">= 0.8.0"
  6004. }
  6005. },
  6006. "node_modules/p-limit": {
  6007. "version": "3.1.0",
  6008. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
  6009. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  6010. "dev": true,
  6011. "dependencies": {
  6012. "yocto-queue": "^0.1.0"
  6013. },
  6014. "engines": {
  6015. "node": ">=10"
  6016. },
  6017. "funding": {
  6018. "url": "https://github.com/sponsors/sindresorhus"
  6019. }
  6020. },
  6021. "node_modules/p-locate": {
  6022. "version": "5.0.0",
  6023. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
  6024. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  6025. "dev": true,
  6026. "dependencies": {
  6027. "p-limit": "^3.0.2"
  6028. },
  6029. "engines": {
  6030. "node": ">=10"
  6031. },
  6032. "funding": {
  6033. "url": "https://github.com/sponsors/sindresorhus"
  6034. }
  6035. },
  6036. "node_modules/parent-module": {
  6037. "version": "1.0.1",
  6038. "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  6039. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  6040. "dependencies": {
  6041. "callsites": "^3.0.0"
  6042. },
  6043. "engines": {
  6044. "node": ">=6"
  6045. }
  6046. },
  6047. "node_modules/parse-entities": {
  6048. "version": "2.0.0",
  6049. "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz",
  6050. "integrity": "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==",
  6051. "dependencies": {
  6052. "character-entities": "^1.0.0",
  6053. "character-entities-legacy": "^1.0.0",
  6054. "character-reference-invalid": "^1.0.0",
  6055. "is-alphanumerical": "^1.0.0",
  6056. "is-decimal": "^1.0.0",
  6057. "is-hexadecimal": "^1.0.0"
  6058. },
  6059. "funding": {
  6060. "type": "github",
  6061. "url": "https://github.com/sponsors/wooorm"
  6062. }
  6063. },
  6064. "node_modules/parse-json": {
  6065. "version": "5.2.0",
  6066. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
  6067. "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
  6068. "dependencies": {
  6069. "@babel/code-frame": "^7.0.0",
  6070. "error-ex": "^1.3.1",
  6071. "json-parse-even-better-errors": "^2.3.0",
  6072. "lines-and-columns": "^1.1.6"
  6073. },
  6074. "engines": {
  6075. "node": ">=8"
  6076. },
  6077. "funding": {
  6078. "url": "https://github.com/sponsors/sindresorhus"
  6079. }
  6080. },
  6081. "node_modules/path-exists": {
  6082. "version": "4.0.0",
  6083. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  6084. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  6085. "dev": true,
  6086. "engines": {
  6087. "node": ">=8"
  6088. }
  6089. },
  6090. "node_modules/path-is-absolute": {
  6091. "version": "1.0.1",
  6092. "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  6093. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  6094. "dev": true,
  6095. "engines": {
  6096. "node": ">=0.10.0"
  6097. }
  6098. },
  6099. "node_modules/path-key": {
  6100. "version": "3.1.1",
  6101. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  6102. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  6103. "dev": true,
  6104. "engines": {
  6105. "node": ">=8"
  6106. }
  6107. },
  6108. "node_modules/path-parse": {
  6109. "version": "1.0.7",
  6110. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  6111. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
  6112. },
  6113. "node_modules/path-type": {
  6114. "version": "4.0.0",
  6115. "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
  6116. "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
  6117. "engines": {
  6118. "node": ">=8"
  6119. }
  6120. },
  6121. "node_modules/picocolors": {
  6122. "version": "1.0.0",
  6123. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
  6124. "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==",
  6125. "dev": true
  6126. },
  6127. "node_modules/picomatch": {
  6128. "version": "2.3.1",
  6129. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
  6130. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  6131. "dev": true,
  6132. "engines": {
  6133. "node": ">=8.6"
  6134. },
  6135. "funding": {
  6136. "url": "https://github.com/sponsors/jonschlinkert"
  6137. }
  6138. },
  6139. "node_modules/postcss": {
  6140. "version": "8.4.28",
  6141. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.28.tgz",
  6142. "integrity": "sha512-Z7V5j0cq8oEKyejIKfpD8b4eBy9cwW2JWPk0+fB1HOAMsfHbnAXLLS+PfVWlzMSLQaWttKDt607I0XHmpE67Vw==",
  6143. "dev": true,
  6144. "funding": [
  6145. {
  6146. "type": "opencollective",
  6147. "url": "https://opencollective.com/postcss/"
  6148. },
  6149. {
  6150. "type": "tidelift",
  6151. "url": "https://tidelift.com/funding/github/npm/postcss"
  6152. },
  6153. {
  6154. "type": "github",
  6155. "url": "https://github.com/sponsors/ai"
  6156. }
  6157. ],
  6158. "dependencies": {
  6159. "nanoid": "^3.3.6",
  6160. "picocolors": "^1.0.0",
  6161. "source-map-js": "^1.0.2"
  6162. },
  6163. "engines": {
  6164. "node": "^10 || ^12 || >=14"
  6165. }
  6166. },
  6167. "node_modules/prelude-ls": {
  6168. "version": "1.2.1",
  6169. "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
  6170. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  6171. "dev": true,
  6172. "engines": {
  6173. "node": ">= 0.8.0"
  6174. }
  6175. },
  6176. "node_modules/prettier": {
  6177. "version": "2.8.8",
  6178. "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz",
  6179. "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
  6180. "dev": true,
  6181. "bin": {
  6182. "prettier": "bin-prettier.js"
  6183. },
  6184. "engines": {
  6185. "node": ">=10.13.0"
  6186. },
  6187. "funding": {
  6188. "url": "https://github.com/prettier/prettier?sponsor=1"
  6189. }
  6190. },
  6191. "node_modules/pretty-bytes": {
  6192. "version": "6.1.1",
  6193. "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-6.1.1.tgz",
  6194. "integrity": "sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==",
  6195. "dev": true,
  6196. "engines": {
  6197. "node": "^14.13.1 || >=16.0.0"
  6198. },
  6199. "funding": {
  6200. "url": "https://github.com/sponsors/sindresorhus"
  6201. }
  6202. },
  6203. "node_modules/prop-types": {
  6204. "version": "15.8.1",
  6205. "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
  6206. "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
  6207. "dependencies": {
  6208. "loose-envify": "^1.4.0",
  6209. "object-assign": "^4.1.1",
  6210. "react-is": "^16.13.1"
  6211. }
  6212. },
  6213. "node_modules/prop-types/node_modules/react-is": {
  6214. "version": "16.13.1",
  6215. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  6216. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
  6217. },
  6218. "node_modules/property-information": {
  6219. "version": "5.6.0",
  6220. "resolved": "https://registry.npmjs.org/property-information/-/property-information-5.6.0.tgz",
  6221. "integrity": "sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA==",
  6222. "dependencies": {
  6223. "xtend": "^4.0.0"
  6224. },
  6225. "funding": {
  6226. "type": "github",
  6227. "url": "https://github.com/sponsors/wooorm"
  6228. }
  6229. },
  6230. "node_modules/punycode": {
  6231. "version": "2.3.0",
  6232. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz",
  6233. "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==",
  6234. "dev": true,
  6235. "engines": {
  6236. "node": ">=6"
  6237. }
  6238. },
  6239. "node_modules/queue-microtask": {
  6240. "version": "1.2.3",
  6241. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  6242. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  6243. "dev": true,
  6244. "funding": [
  6245. {
  6246. "type": "github",
  6247. "url": "https://github.com/sponsors/feross"
  6248. },
  6249. {
  6250. "type": "patreon",
  6251. "url": "https://www.patreon.com/feross"
  6252. },
  6253. {
  6254. "type": "consulting",
  6255. "url": "https://feross.org/support"
  6256. }
  6257. ]
  6258. },
  6259. "node_modules/randombytes": {
  6260. "version": "2.1.0",
  6261. "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
  6262. "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
  6263. "dev": true,
  6264. "dependencies": {
  6265. "safe-buffer": "^5.1.0"
  6266. }
  6267. },
  6268. "node_modules/react": {
  6269. "version": "18.2.0",
  6270. "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz",
  6271. "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==",
  6272. "dependencies": {
  6273. "loose-envify": "^1.1.0"
  6274. },
  6275. "engines": {
  6276. "node": ">=0.10.0"
  6277. }
  6278. },
  6279. "node_modules/react-dom": {
  6280. "version": "18.2.0",
  6281. "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz",
  6282. "integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==",
  6283. "dependencies": {
  6284. "loose-envify": "^1.1.0",
  6285. "scheduler": "^0.23.0"
  6286. },
  6287. "peerDependencies": {
  6288. "react": "^18.2.0"
  6289. }
  6290. },
  6291. "node_modules/react-i18next": {
  6292. "version": "11.18.6",
  6293. "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.18.6.tgz",
  6294. "integrity": "sha512-yHb2F9BiT0lqoQDt8loZ5gWP331GwctHz9tYQ8A2EIEUu+CcEdjBLQWli1USG3RdWQt3W+jqQLg/d4rrQR96LA==",
  6295. "dependencies": {
  6296. "@babel/runtime": "^7.14.5",
  6297. "html-parse-stringify": "^3.0.1"
  6298. },
  6299. "peerDependencies": {
  6300. "i18next": ">= 19.0.0",
  6301. "react": ">= 16.8.0"
  6302. },
  6303. "peerDependenciesMeta": {
  6304. "react-dom": {
  6305. "optional": true
  6306. },
  6307. "react-native": {
  6308. "optional": true
  6309. }
  6310. }
  6311. },
  6312. "node_modules/react-infinite-scroll-component": {
  6313. "version": "6.1.0",
  6314. "resolved": "https://registry.npmjs.org/react-infinite-scroll-component/-/react-infinite-scroll-component-6.1.0.tgz",
  6315. "integrity": "sha512-SQu5nCqy8DxQWpnUVLx7V7b7LcA37aM7tvoWjTLZp1dk6EJibM5/4EJKzOnl07/BsM1Y40sKLuqjCwwH/xV0TQ==",
  6316. "dependencies": {
  6317. "throttle-debounce": "^2.1.0"
  6318. },
  6319. "peerDependencies": {
  6320. "react": ">=16.0.0"
  6321. }
  6322. },
  6323. "node_modules/react-is": {
  6324. "version": "18.2.0",
  6325. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz",
  6326. "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w=="
  6327. },
  6328. "node_modules/react-refresh": {
  6329. "version": "0.14.0",
  6330. "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.0.tgz",
  6331. "integrity": "sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==",
  6332. "dev": true,
  6333. "engines": {
  6334. "node": ">=0.10.0"
  6335. }
  6336. },
  6337. "node_modules/react-remark": {
  6338. "version": "2.1.0",
  6339. "resolved": "https://registry.npmjs.org/react-remark/-/react-remark-2.1.0.tgz",
  6340. "integrity": "sha512-7dEPxRGQ23sOdvteuRGaQAs9cEOH/BOeCN4CqsJdk3laUDIDYRCWnM6a3z92PzXHUuxIRLXQNZx7SiO0ijUcbw==",
  6341. "dependencies": {
  6342. "rehype-react": "^6.0.0",
  6343. "remark-parse": "^9.0.0",
  6344. "remark-rehype": "^8.0.0",
  6345. "unified": "^9.0.0"
  6346. },
  6347. "engines": {
  6348. "node": ">=10"
  6349. },
  6350. "funding": {
  6351. "type": "opencollective",
  6352. "url": "https://opencollective.com/unified"
  6353. },
  6354. "peerDependencies": {
  6355. "react": ">=16.8"
  6356. }
  6357. },
  6358. "node_modules/react-router": {
  6359. "version": "6.15.0",
  6360. "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.15.0.tgz",
  6361. "integrity": "sha512-NIytlzvzLwJkCQj2HLefmeakxxWHWAP+02EGqWEZy+DgfHHKQMUoBBjUQLOtFInBMhWtb3hiUy6MfFgwLjXhqg==",
  6362. "dependencies": {
  6363. "@remix-run/router": "1.8.0"
  6364. },
  6365. "engines": {
  6366. "node": ">=14.0.0"
  6367. },
  6368. "peerDependencies": {
  6369. "react": ">=16.8"
  6370. }
  6371. },
  6372. "node_modules/react-router-dom": {
  6373. "version": "6.15.0",
  6374. "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.15.0.tgz",
  6375. "integrity": "sha512-aR42t0fs7brintwBGAv2+mGlCtgtFQeOzK0BM1/OiqEzRejOZtpMZepvgkscpMUnKb8YO84G7s3LsHnnDNonbQ==",
  6376. "dependencies": {
  6377. "@remix-run/router": "1.8.0",
  6378. "react-router": "6.15.0"
  6379. },
  6380. "engines": {
  6381. "node": ">=14.0.0"
  6382. },
  6383. "peerDependencies": {
  6384. "react": ">=16.8",
  6385. "react-dom": ">=16.8"
  6386. }
  6387. },
  6388. "node_modules/react-transition-group": {
  6389. "version": "4.4.5",
  6390. "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz",
  6391. "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==",
  6392. "dependencies": {
  6393. "@babel/runtime": "^7.5.5",
  6394. "dom-helpers": "^5.0.1",
  6395. "loose-envify": "^1.4.0",
  6396. "prop-types": "^15.6.2"
  6397. },
  6398. "peerDependencies": {
  6399. "react": ">=16.6.0",
  6400. "react-dom": ">=16.6.0"
  6401. }
  6402. },
  6403. "node_modules/reflect.getprototypeof": {
  6404. "version": "1.0.3",
  6405. "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.3.tgz",
  6406. "integrity": "sha512-TTAOZpkJ2YLxl7mVHWrNo3iDMEkYlva/kgFcXndqMgbo/AZUmmavEkdXV+hXtE4P8xdyEKRzalaFqZVuwIk/Nw==",
  6407. "dev": true,
  6408. "dependencies": {
  6409. "call-bind": "^1.0.2",
  6410. "define-properties": "^1.1.4",
  6411. "es-abstract": "^1.20.4",
  6412. "get-intrinsic": "^1.1.1",
  6413. "globalthis": "^1.0.3",
  6414. "which-builtin-type": "^1.1.3"
  6415. },
  6416. "engines": {
  6417. "node": ">= 0.4"
  6418. },
  6419. "funding": {
  6420. "url": "https://github.com/sponsors/ljharb"
  6421. }
  6422. },
  6423. "node_modules/regenerate": {
  6424. "version": "1.4.2",
  6425. "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
  6426. "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==",
  6427. "dev": true
  6428. },
  6429. "node_modules/regenerate-unicode-properties": {
  6430. "version": "10.1.0",
  6431. "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.0.tgz",
  6432. "integrity": "sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==",
  6433. "dev": true,
  6434. "dependencies": {
  6435. "regenerate": "^1.4.2"
  6436. },
  6437. "engines": {
  6438. "node": ">=4"
  6439. }
  6440. },
  6441. "node_modules/regenerator-runtime": {
  6442. "version": "0.14.0",
  6443. "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz",
  6444. "integrity": "sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA=="
  6445. },
  6446. "node_modules/regenerator-transform": {
  6447. "version": "0.15.2",
  6448. "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz",
  6449. "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==",
  6450. "dev": true,
  6451. "dependencies": {
  6452. "@babel/runtime": "^7.8.4"
  6453. }
  6454. },
  6455. "node_modules/regexp.prototype.flags": {
  6456. "version": "1.5.0",
  6457. "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.0.tgz",
  6458. "integrity": "sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==",
  6459. "dev": true,
  6460. "dependencies": {
  6461. "call-bind": "^1.0.2",
  6462. "define-properties": "^1.2.0",
  6463. "functions-have-names": "^1.2.3"
  6464. },
  6465. "engines": {
  6466. "node": ">= 0.4"
  6467. },
  6468. "funding": {
  6469. "url": "https://github.com/sponsors/ljharb"
  6470. }
  6471. },
  6472. "node_modules/regexpu-core": {
  6473. "version": "5.3.2",
  6474. "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz",
  6475. "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==",
  6476. "dev": true,
  6477. "dependencies": {
  6478. "@babel/regjsgen": "^0.8.0",
  6479. "regenerate": "^1.4.2",
  6480. "regenerate-unicode-properties": "^10.1.0",
  6481. "regjsparser": "^0.9.1",
  6482. "unicode-match-property-ecmascript": "^2.0.0",
  6483. "unicode-match-property-value-ecmascript": "^2.1.0"
  6484. },
  6485. "engines": {
  6486. "node": ">=4"
  6487. }
  6488. },
  6489. "node_modules/regjsparser": {
  6490. "version": "0.9.1",
  6491. "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz",
  6492. "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==",
  6493. "dev": true,
  6494. "dependencies": {
  6495. "jsesc": "~0.5.0"
  6496. },
  6497. "bin": {
  6498. "regjsparser": "bin/parser"
  6499. }
  6500. },
  6501. "node_modules/regjsparser/node_modules/jsesc": {
  6502. "version": "0.5.0",
  6503. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
  6504. "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==",
  6505. "dev": true,
  6506. "bin": {
  6507. "jsesc": "bin/jsesc"
  6508. }
  6509. },
  6510. "node_modules/rehype-react": {
  6511. "version": "6.2.1",
  6512. "resolved": "https://registry.npmjs.org/rehype-react/-/rehype-react-6.2.1.tgz",
  6513. "integrity": "sha512-f9KIrjktvLvmbGc7si25HepocOg4z0MuNOtweigKzBcDjiGSTGhyz6VSgaV5K421Cq1O+z4/oxRJ5G9owo0KVg==",
  6514. "dependencies": {
  6515. "@mapbox/hast-util-table-cell-style": "^0.2.0",
  6516. "hast-to-hyperscript": "^9.0.0"
  6517. },
  6518. "funding": {
  6519. "type": "opencollective",
  6520. "url": "https://opencollective.com/unified"
  6521. }
  6522. },
  6523. "node_modules/remark-parse": {
  6524. "version": "9.0.0",
  6525. "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-9.0.0.tgz",
  6526. "integrity": "sha512-geKatMwSzEXKHuzBNU1z676sGcDcFoChMK38TgdHJNAYfFtsfHDQG7MoJAjs6sgYMqyLduCYWDIWZIxiPeafEw==",
  6527. "dependencies": {
  6528. "mdast-util-from-markdown": "^0.8.0"
  6529. },
  6530. "funding": {
  6531. "type": "opencollective",
  6532. "url": "https://opencollective.com/unified"
  6533. }
  6534. },
  6535. "node_modules/remark-rehype": {
  6536. "version": "8.1.0",
  6537. "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-8.1.0.tgz",
  6538. "integrity": "sha512-EbCu9kHgAxKmW1yEYjx3QafMyGY3q8noUbNUI5xyKbaFP89wbhDrKxyIQNukNYthzjNHZu6J7hwFg7hRm1svYA==",
  6539. "dependencies": {
  6540. "mdast-util-to-hast": "^10.2.0"
  6541. },
  6542. "funding": {
  6543. "type": "opencollective",
  6544. "url": "https://opencollective.com/unified"
  6545. }
  6546. },
  6547. "node_modules/require-from-string": {
  6548. "version": "2.0.2",
  6549. "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
  6550. "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
  6551. "dev": true,
  6552. "engines": {
  6553. "node": ">=0.10.0"
  6554. }
  6555. },
  6556. "node_modules/resolve": {
  6557. "version": "1.22.4",
  6558. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.4.tgz",
  6559. "integrity": "sha512-PXNdCiPqDqeUou+w1C2eTQbNfxKSuMxqTCuvlmmMsk1NWHL5fRrhY6Pl0qEYYc6+QqGClco1Qj8XnjPego4wfg==",
  6560. "dependencies": {
  6561. "is-core-module": "^2.13.0",
  6562. "path-parse": "^1.0.7",
  6563. "supports-preserve-symlinks-flag": "^1.0.0"
  6564. },
  6565. "bin": {
  6566. "resolve": "bin/resolve"
  6567. },
  6568. "funding": {
  6569. "url": "https://github.com/sponsors/ljharb"
  6570. }
  6571. },
  6572. "node_modules/resolve-from": {
  6573. "version": "4.0.0",
  6574. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  6575. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  6576. "engines": {
  6577. "node": ">=4"
  6578. }
  6579. },
  6580. "node_modules/reusify": {
  6581. "version": "1.0.4",
  6582. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
  6583. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  6584. "dev": true,
  6585. "engines": {
  6586. "iojs": ">=1.0.0",
  6587. "node": ">=0.10.0"
  6588. }
  6589. },
  6590. "node_modules/rimraf": {
  6591. "version": "3.0.2",
  6592. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
  6593. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  6594. "dev": true,
  6595. "dependencies": {
  6596. "glob": "^7.1.3"
  6597. },
  6598. "bin": {
  6599. "rimraf": "bin.js"
  6600. },
  6601. "funding": {
  6602. "url": "https://github.com/sponsors/isaacs"
  6603. }
  6604. },
  6605. "node_modules/rollup": {
  6606. "version": "3.28.0",
  6607. "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.28.0.tgz",
  6608. "integrity": "sha512-d7zhvo1OUY2SXSM6pfNjgD5+d0Nz87CUp4mt8l/GgVP3oBsPwzNvSzyu1me6BSG9JIgWNTVcafIXBIyM8yQ3yw==",
  6609. "dev": true,
  6610. "bin": {
  6611. "rollup": "dist/bin/rollup"
  6612. },
  6613. "engines": {
  6614. "node": ">=14.18.0",
  6615. "npm": ">=8.0.0"
  6616. },
  6617. "optionalDependencies": {
  6618. "fsevents": "~2.3.2"
  6619. }
  6620. },
  6621. "node_modules/run-parallel": {
  6622. "version": "1.2.0",
  6623. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  6624. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  6625. "dev": true,
  6626. "funding": [
  6627. {
  6628. "type": "github",
  6629. "url": "https://github.com/sponsors/feross"
  6630. },
  6631. {
  6632. "type": "patreon",
  6633. "url": "https://www.patreon.com/feross"
  6634. },
  6635. {
  6636. "type": "consulting",
  6637. "url": "https://feross.org/support"
  6638. }
  6639. ],
  6640. "dependencies": {
  6641. "queue-microtask": "^1.2.2"
  6642. }
  6643. },
  6644. "node_modules/safe-array-concat": {
  6645. "version": "1.0.0",
  6646. "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.0.0.tgz",
  6647. "integrity": "sha512-9dVEFruWIsnie89yym+xWTAYASdpw3CJV7Li/6zBewGf9z2i1j31rP6jnY0pHEO4QZh6N0K11bFjWmdR8UGdPQ==",
  6648. "dev": true,
  6649. "dependencies": {
  6650. "call-bind": "^1.0.2",
  6651. "get-intrinsic": "^1.2.0",
  6652. "has-symbols": "^1.0.3",
  6653. "isarray": "^2.0.5"
  6654. },
  6655. "engines": {
  6656. "node": ">=0.4"
  6657. },
  6658. "funding": {
  6659. "url": "https://github.com/sponsors/ljharb"
  6660. }
  6661. },
  6662. "node_modules/safe-buffer": {
  6663. "version": "5.2.1",
  6664. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  6665. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  6666. "dev": true,
  6667. "funding": [
  6668. {
  6669. "type": "github",
  6670. "url": "https://github.com/sponsors/feross"
  6671. },
  6672. {
  6673. "type": "patreon",
  6674. "url": "https://www.patreon.com/feross"
  6675. },
  6676. {
  6677. "type": "consulting",
  6678. "url": "https://feross.org/support"
  6679. }
  6680. ]
  6681. },
  6682. "node_modules/safe-regex-test": {
  6683. "version": "1.0.0",
  6684. "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz",
  6685. "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==",
  6686. "dev": true,
  6687. "dependencies": {
  6688. "call-bind": "^1.0.2",
  6689. "get-intrinsic": "^1.1.3",
  6690. "is-regex": "^1.1.4"
  6691. },
  6692. "funding": {
  6693. "url": "https://github.com/sponsors/ljharb"
  6694. }
  6695. },
  6696. "node_modules/scheduler": {
  6697. "version": "0.23.0",
  6698. "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz",
  6699. "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==",
  6700. "dependencies": {
  6701. "loose-envify": "^1.1.0"
  6702. }
  6703. },
  6704. "node_modules/semver": {
  6705. "version": "6.3.1",
  6706. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  6707. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  6708. "dev": true,
  6709. "bin": {
  6710. "semver": "bin/semver.js"
  6711. }
  6712. },
  6713. "node_modules/serialize-javascript": {
  6714. "version": "4.0.0",
  6715. "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz",
  6716. "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==",
  6717. "dev": true,
  6718. "dependencies": {
  6719. "randombytes": "^2.1.0"
  6720. }
  6721. },
  6722. "node_modules/shebang-command": {
  6723. "version": "2.0.0",
  6724. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  6725. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  6726. "dev": true,
  6727. "dependencies": {
  6728. "shebang-regex": "^3.0.0"
  6729. },
  6730. "engines": {
  6731. "node": ">=8"
  6732. }
  6733. },
  6734. "node_modules/shebang-regex": {
  6735. "version": "3.0.0",
  6736. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  6737. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  6738. "dev": true,
  6739. "engines": {
  6740. "node": ">=8"
  6741. }
  6742. },
  6743. "node_modules/side-channel": {
  6744. "version": "1.0.4",
  6745. "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz",
  6746. "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
  6747. "dev": true,
  6748. "dependencies": {
  6749. "call-bind": "^1.0.0",
  6750. "get-intrinsic": "^1.0.2",
  6751. "object-inspect": "^1.9.0"
  6752. },
  6753. "funding": {
  6754. "url": "https://github.com/sponsors/ljharb"
  6755. }
  6756. },
  6757. "node_modules/source-map": {
  6758. "version": "0.5.7",
  6759. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
  6760. "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
  6761. "engines": {
  6762. "node": ">=0.10.0"
  6763. }
  6764. },
  6765. "node_modules/source-map-js": {
  6766. "version": "1.0.2",
  6767. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz",
  6768. "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==",
  6769. "dev": true,
  6770. "engines": {
  6771. "node": ">=0.10.0"
  6772. }
  6773. },
  6774. "node_modules/source-map-support": {
  6775. "version": "0.5.21",
  6776. "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
  6777. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  6778. "dev": true,
  6779. "dependencies": {
  6780. "buffer-from": "^1.0.0",
  6781. "source-map": "^0.6.0"
  6782. }
  6783. },
  6784. "node_modules/source-map-support/node_modules/source-map": {
  6785. "version": "0.6.1",
  6786. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  6787. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  6788. "dev": true,
  6789. "engines": {
  6790. "node": ">=0.10.0"
  6791. }
  6792. },
  6793. "node_modules/sourcemap-codec": {
  6794. "version": "1.4.8",
  6795. "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz",
  6796. "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==",
  6797. "deprecated": "Please use @jridgewell/sourcemap-codec instead",
  6798. "dev": true
  6799. },
  6800. "node_modules/space-separated-tokens": {
  6801. "version": "1.1.5",
  6802. "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz",
  6803. "integrity": "sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==",
  6804. "funding": {
  6805. "type": "github",
  6806. "url": "https://github.com/sponsors/wooorm"
  6807. }
  6808. },
  6809. "node_modules/stack-generator": {
  6810. "version": "2.0.10",
  6811. "resolved": "https://registry.npmjs.org/stack-generator/-/stack-generator-2.0.10.tgz",
  6812. "integrity": "sha512-mwnua/hkqM6pF4k8SnmZ2zfETsRUpWXREfA/goT8SLCV4iOFa4bzOX2nDipWAZFPTjLvQB82f5yaodMVhK0yJQ==",
  6813. "dependencies": {
  6814. "stackframe": "^1.3.4"
  6815. }
  6816. },
  6817. "node_modules/stackframe": {
  6818. "version": "1.3.4",
  6819. "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.3.4.tgz",
  6820. "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw=="
  6821. },
  6822. "node_modules/stacktrace-gps": {
  6823. "version": "3.1.2",
  6824. "resolved": "https://registry.npmjs.org/stacktrace-gps/-/stacktrace-gps-3.1.2.tgz",
  6825. "integrity": "sha512-GcUgbO4Jsqqg6RxfyTHFiPxdPqF+3LFmQhm7MgCuYQOYuWyqxo5pwRPz5d/u6/WYJdEnWfK4r+jGbyD8TSggXQ==",
  6826. "dependencies": {
  6827. "source-map": "0.5.6",
  6828. "stackframe": "^1.3.4"
  6829. }
  6830. },
  6831. "node_modules/stacktrace-gps/node_modules/source-map": {
  6832. "version": "0.5.6",
  6833. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz",
  6834. "integrity": "sha512-MjZkVp0NHr5+TPihLcadqnlVoGIoWo4IBHptutGh9wI3ttUYvCG26HkSuDi+K6lsZ25syXJXcctwgyVCt//xqA==",
  6835. "engines": {
  6836. "node": ">=0.10.0"
  6837. }
  6838. },
  6839. "node_modules/stacktrace-js": {
  6840. "version": "2.0.2",
  6841. "resolved": "https://registry.npmjs.org/stacktrace-js/-/stacktrace-js-2.0.2.tgz",
  6842. "integrity": "sha512-Je5vBeY4S1r/RnLydLl0TBTi3F2qdfWmYsGvtfZgEI+SCprPppaIhQf5nGcal4gI4cGpCV/duLcAzT1np6sQqg==",
  6843. "dependencies": {
  6844. "error-stack-parser": "^2.0.6",
  6845. "stack-generator": "^2.0.5",
  6846. "stacktrace-gps": "^3.0.4"
  6847. }
  6848. },
  6849. "node_modules/string.prototype.matchall": {
  6850. "version": "4.0.8",
  6851. "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz",
  6852. "integrity": "sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==",
  6853. "dev": true,
  6854. "dependencies": {
  6855. "call-bind": "^1.0.2",
  6856. "define-properties": "^1.1.4",
  6857. "es-abstract": "^1.20.4",
  6858. "get-intrinsic": "^1.1.3",
  6859. "has-symbols": "^1.0.3",
  6860. "internal-slot": "^1.0.3",
  6861. "regexp.prototype.flags": "^1.4.3",
  6862. "side-channel": "^1.0.4"
  6863. },
  6864. "funding": {
  6865. "url": "https://github.com/sponsors/ljharb"
  6866. }
  6867. },
  6868. "node_modules/string.prototype.trim": {
  6869. "version": "1.2.7",
  6870. "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.7.tgz",
  6871. "integrity": "sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==",
  6872. "dev": true,
  6873. "dependencies": {
  6874. "call-bind": "^1.0.2",
  6875. "define-properties": "^1.1.4",
  6876. "es-abstract": "^1.20.4"
  6877. },
  6878. "engines": {
  6879. "node": ">= 0.4"
  6880. },
  6881. "funding": {
  6882. "url": "https://github.com/sponsors/ljharb"
  6883. }
  6884. },
  6885. "node_modules/string.prototype.trimend": {
  6886. "version": "1.0.6",
  6887. "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz",
  6888. "integrity": "sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==",
  6889. "dev": true,
  6890. "dependencies": {
  6891. "call-bind": "^1.0.2",
  6892. "define-properties": "^1.1.4",
  6893. "es-abstract": "^1.20.4"
  6894. },
  6895. "funding": {
  6896. "url": "https://github.com/sponsors/ljharb"
  6897. }
  6898. },
  6899. "node_modules/string.prototype.trimstart": {
  6900. "version": "1.0.6",
  6901. "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz",
  6902. "integrity": "sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==",
  6903. "dev": true,
  6904. "dependencies": {
  6905. "call-bind": "^1.0.2",
  6906. "define-properties": "^1.1.4",
  6907. "es-abstract": "^1.20.4"
  6908. },
  6909. "funding": {
  6910. "url": "https://github.com/sponsors/ljharb"
  6911. }
  6912. },
  6913. "node_modules/stringify-object": {
  6914. "version": "3.3.0",
  6915. "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz",
  6916. "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==",
  6917. "dev": true,
  6918. "dependencies": {
  6919. "get-own-enumerable-property-symbols": "^3.0.0",
  6920. "is-obj": "^1.0.1",
  6921. "is-regexp": "^1.0.0"
  6922. },
  6923. "engines": {
  6924. "node": ">=4"
  6925. }
  6926. },
  6927. "node_modules/strip-ansi": {
  6928. "version": "6.0.1",
  6929. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  6930. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  6931. "dev": true,
  6932. "dependencies": {
  6933. "ansi-regex": "^5.0.1"
  6934. },
  6935. "engines": {
  6936. "node": ">=8"
  6937. }
  6938. },
  6939. "node_modules/strip-bom": {
  6940. "version": "3.0.0",
  6941. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
  6942. "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
  6943. "dev": true,
  6944. "engines": {
  6945. "node": ">=4"
  6946. }
  6947. },
  6948. "node_modules/strip-comments": {
  6949. "version": "2.0.1",
  6950. "resolved": "https://registry.npmjs.org/strip-comments/-/strip-comments-2.0.1.tgz",
  6951. "integrity": "sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw==",
  6952. "dev": true,
  6953. "engines": {
  6954. "node": ">=10"
  6955. }
  6956. },
  6957. "node_modules/strip-json-comments": {
  6958. "version": "3.1.1",
  6959. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  6960. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  6961. "dev": true,
  6962. "engines": {
  6963. "node": ">=8"
  6964. },
  6965. "funding": {
  6966. "url": "https://github.com/sponsors/sindresorhus"
  6967. }
  6968. },
  6969. "node_modules/style-to-object": {
  6970. "version": "0.3.0",
  6971. "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.3.0.tgz",
  6972. "integrity": "sha512-CzFnRRXhzWIdItT3OmF8SQfWyahHhjq3HwcMNCNLn+N7klOOqPjMeG/4JSu77D7ypZdGvSzvkrbyeTMizz2VrA==",
  6973. "dependencies": {
  6974. "inline-style-parser": "0.1.1"
  6975. }
  6976. },
  6977. "node_modules/stylis": {
  6978. "version": "4.3.0",
  6979. "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.3.0.tgz",
  6980. "integrity": "sha512-E87pIogpwUsUwXw7dNyU4QDjdgVMy52m+XEOPEKUn161cCzWjjhPSQhByfd1CcNvrOLnXQ6OnnZDwnJrz/Z4YQ=="
  6981. },
  6982. "node_modules/stylis-plugin-rtl": {
  6983. "version": "2.1.1",
  6984. "resolved": "https://registry.npmjs.org/stylis-plugin-rtl/-/stylis-plugin-rtl-2.1.1.tgz",
  6985. "integrity": "sha512-q6xIkri6fBufIO/sV55md2CbgS5c6gg9EhSVATtHHCdOnbN/jcI0u3lYhNVeuI65c4lQPo67g8xmq5jrREvzlg==",
  6986. "dependencies": {
  6987. "cssjanus": "^2.0.1"
  6988. },
  6989. "peerDependencies": {
  6990. "stylis": "4.x"
  6991. }
  6992. },
  6993. "node_modules/supports-color": {
  6994. "version": "5.5.0",
  6995. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
  6996. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  6997. "dependencies": {
  6998. "has-flag": "^3.0.0"
  6999. },
  7000. "engines": {
  7001. "node": ">=4"
  7002. }
  7003. },
  7004. "node_modules/supports-preserve-symlinks-flag": {
  7005. "version": "1.0.0",
  7006. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  7007. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  7008. "engines": {
  7009. "node": ">= 0.4"
  7010. },
  7011. "funding": {
  7012. "url": "https://github.com/sponsors/ljharb"
  7013. }
  7014. },
  7015. "node_modules/temp-dir": {
  7016. "version": "2.0.0",
  7017. "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz",
  7018. "integrity": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==",
  7019. "dev": true,
  7020. "engines": {
  7021. "node": ">=8"
  7022. }
  7023. },
  7024. "node_modules/tempy": {
  7025. "version": "0.6.0",
  7026. "resolved": "https://registry.npmjs.org/tempy/-/tempy-0.6.0.tgz",
  7027. "integrity": "sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==",
  7028. "dev": true,
  7029. "dependencies": {
  7030. "is-stream": "^2.0.0",
  7031. "temp-dir": "^2.0.0",
  7032. "type-fest": "^0.16.0",
  7033. "unique-string": "^2.0.0"
  7034. },
  7035. "engines": {
  7036. "node": ">=10"
  7037. },
  7038. "funding": {
  7039. "url": "https://github.com/sponsors/sindresorhus"
  7040. }
  7041. },
  7042. "node_modules/terser": {
  7043. "version": "5.19.2",
  7044. "resolved": "https://registry.npmjs.org/terser/-/terser-5.19.2.tgz",
  7045. "integrity": "sha512-qC5+dmecKJA4cpYxRa5aVkKehYsQKc+AHeKl0Oe62aYjBL8ZA33tTljktDHJSaxxMnbI5ZYw+o/S2DxxLu8OfA==",
  7046. "dev": true,
  7047. "dependencies": {
  7048. "@jridgewell/source-map": "^0.3.3",
  7049. "acorn": "^8.8.2",
  7050. "commander": "^2.20.0",
  7051. "source-map-support": "~0.5.20"
  7052. },
  7053. "bin": {
  7054. "terser": "bin/terser"
  7055. },
  7056. "engines": {
  7057. "node": ">=10"
  7058. }
  7059. },
  7060. "node_modules/text-table": {
  7061. "version": "0.2.0",
  7062. "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
  7063. "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
  7064. "dev": true
  7065. },
  7066. "node_modules/throttle-debounce": {
  7067. "version": "2.3.0",
  7068. "resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-2.3.0.tgz",
  7069. "integrity": "sha512-H7oLPV0P7+jgvrk+6mwwwBDmxTaxnu9HMXmloNLXwnNO0ZxZ31Orah2n8lU1eMPvsaowP2CX+USCgyovXfdOFQ==",
  7070. "engines": {
  7071. "node": ">=8"
  7072. }
  7073. },
  7074. "node_modules/to-fast-properties": {
  7075. "version": "2.0.0",
  7076. "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
  7077. "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
  7078. "engines": {
  7079. "node": ">=4"
  7080. }
  7081. },
  7082. "node_modules/to-regex-range": {
  7083. "version": "5.0.1",
  7084. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  7085. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  7086. "dev": true,
  7087. "dependencies": {
  7088. "is-number": "^7.0.0"
  7089. },
  7090. "engines": {
  7091. "node": ">=8.0"
  7092. }
  7093. },
  7094. "node_modules/tr46": {
  7095. "version": "0.0.3",
  7096. "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
  7097. "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
  7098. },
  7099. "node_modules/trough": {
  7100. "version": "1.0.5",
  7101. "resolved": "https://registry.npmjs.org/trough/-/trough-1.0.5.tgz",
  7102. "integrity": "sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==",
  7103. "funding": {
  7104. "type": "github",
  7105. "url": "https://github.com/sponsors/wooorm"
  7106. }
  7107. },
  7108. "node_modules/tsconfig-paths": {
  7109. "version": "3.14.2",
  7110. "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz",
  7111. "integrity": "sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==",
  7112. "dev": true,
  7113. "dependencies": {
  7114. "@types/json5": "^0.0.29",
  7115. "json5": "^1.0.2",
  7116. "minimist": "^1.2.6",
  7117. "strip-bom": "^3.0.0"
  7118. }
  7119. },
  7120. "node_modules/tsconfig-paths/node_modules/json5": {
  7121. "version": "1.0.2",
  7122. "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz",
  7123. "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
  7124. "dev": true,
  7125. "dependencies": {
  7126. "minimist": "^1.2.0"
  7127. },
  7128. "bin": {
  7129. "json5": "lib/cli.js"
  7130. }
  7131. },
  7132. "node_modules/type-check": {
  7133. "version": "0.4.0",
  7134. "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
  7135. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  7136. "dev": true,
  7137. "dependencies": {
  7138. "prelude-ls": "^1.2.1"
  7139. },
  7140. "engines": {
  7141. "node": ">= 0.8.0"
  7142. }
  7143. },
  7144. "node_modules/type-fest": {
  7145. "version": "0.16.0",
  7146. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.16.0.tgz",
  7147. "integrity": "sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==",
  7148. "dev": true,
  7149. "engines": {
  7150. "node": ">=10"
  7151. },
  7152. "funding": {
  7153. "url": "https://github.com/sponsors/sindresorhus"
  7154. }
  7155. },
  7156. "node_modules/typed-array-buffer": {
  7157. "version": "1.0.0",
  7158. "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.0.tgz",
  7159. "integrity": "sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==",
  7160. "dev": true,
  7161. "dependencies": {
  7162. "call-bind": "^1.0.2",
  7163. "get-intrinsic": "^1.2.1",
  7164. "is-typed-array": "^1.1.10"
  7165. },
  7166. "engines": {
  7167. "node": ">= 0.4"
  7168. }
  7169. },
  7170. "node_modules/typed-array-byte-length": {
  7171. "version": "1.0.0",
  7172. "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.0.tgz",
  7173. "integrity": "sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==",
  7174. "dev": true,
  7175. "dependencies": {
  7176. "call-bind": "^1.0.2",
  7177. "for-each": "^0.3.3",
  7178. "has-proto": "^1.0.1",
  7179. "is-typed-array": "^1.1.10"
  7180. },
  7181. "engines": {
  7182. "node": ">= 0.4"
  7183. },
  7184. "funding": {
  7185. "url": "https://github.com/sponsors/ljharb"
  7186. }
  7187. },
  7188. "node_modules/typed-array-byte-offset": {
  7189. "version": "1.0.0",
  7190. "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.0.tgz",
  7191. "integrity": "sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==",
  7192. "dev": true,
  7193. "dependencies": {
  7194. "available-typed-arrays": "^1.0.5",
  7195. "call-bind": "^1.0.2",
  7196. "for-each": "^0.3.3",
  7197. "has-proto": "^1.0.1",
  7198. "is-typed-array": "^1.1.10"
  7199. },
  7200. "engines": {
  7201. "node": ">= 0.4"
  7202. },
  7203. "funding": {
  7204. "url": "https://github.com/sponsors/ljharb"
  7205. }
  7206. },
  7207. "node_modules/typed-array-length": {
  7208. "version": "1.0.4",
  7209. "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz",
  7210. "integrity": "sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==",
  7211. "dev": true,
  7212. "dependencies": {
  7213. "call-bind": "^1.0.2",
  7214. "for-each": "^0.3.3",
  7215. "is-typed-array": "^1.1.9"
  7216. },
  7217. "funding": {
  7218. "url": "https://github.com/sponsors/ljharb"
  7219. }
  7220. },
  7221. "node_modules/unbox-primitive": {
  7222. "version": "1.0.2",
  7223. "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz",
  7224. "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==",
  7225. "dev": true,
  7226. "dependencies": {
  7227. "call-bind": "^1.0.2",
  7228. "has-bigints": "^1.0.2",
  7229. "has-symbols": "^1.0.3",
  7230. "which-boxed-primitive": "^1.0.2"
  7231. },
  7232. "funding": {
  7233. "url": "https://github.com/sponsors/ljharb"
  7234. }
  7235. },
  7236. "node_modules/unicode-canonical-property-names-ecmascript": {
  7237. "version": "2.0.0",
  7238. "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz",
  7239. "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==",
  7240. "dev": true,
  7241. "engines": {
  7242. "node": ">=4"
  7243. }
  7244. },
  7245. "node_modules/unicode-match-property-ecmascript": {
  7246. "version": "2.0.0",
  7247. "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
  7248. "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
  7249. "dev": true,
  7250. "dependencies": {
  7251. "unicode-canonical-property-names-ecmascript": "^2.0.0",
  7252. "unicode-property-aliases-ecmascript": "^2.0.0"
  7253. },
  7254. "engines": {
  7255. "node": ">=4"
  7256. }
  7257. },
  7258. "node_modules/unicode-match-property-value-ecmascript": {
  7259. "version": "2.1.0",
  7260. "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz",
  7261. "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==",
  7262. "dev": true,
  7263. "engines": {
  7264. "node": ">=4"
  7265. }
  7266. },
  7267. "node_modules/unicode-property-aliases-ecmascript": {
  7268. "version": "2.1.0",
  7269. "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz",
  7270. "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==",
  7271. "dev": true,
  7272. "engines": {
  7273. "node": ">=4"
  7274. }
  7275. },
  7276. "node_modules/unified": {
  7277. "version": "9.2.2",
  7278. "resolved": "https://registry.npmjs.org/unified/-/unified-9.2.2.tgz",
  7279. "integrity": "sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==",
  7280. "dependencies": {
  7281. "bail": "^1.0.0",
  7282. "extend": "^3.0.0",
  7283. "is-buffer": "^2.0.0",
  7284. "is-plain-obj": "^2.0.0",
  7285. "trough": "^1.0.0",
  7286. "vfile": "^4.0.0"
  7287. },
  7288. "funding": {
  7289. "type": "opencollective",
  7290. "url": "https://opencollective.com/unified"
  7291. }
  7292. },
  7293. "node_modules/unique-string": {
  7294. "version": "2.0.0",
  7295. "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz",
  7296. "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==",
  7297. "dev": true,
  7298. "dependencies": {
  7299. "crypto-random-string": "^2.0.0"
  7300. },
  7301. "engines": {
  7302. "node": ">=8"
  7303. }
  7304. },
  7305. "node_modules/unist-builder": {
  7306. "version": "2.0.3",
  7307. "resolved": "https://registry.npmjs.org/unist-builder/-/unist-builder-2.0.3.tgz",
  7308. "integrity": "sha512-f98yt5pnlMWlzP539tPc4grGMsFaQQlP/vM396b00jngsiINumNmsY8rkXjfoi1c6QaM8nQ3vaGDuoKWbe/1Uw==",
  7309. "funding": {
  7310. "type": "opencollective",
  7311. "url": "https://opencollective.com/unified"
  7312. }
  7313. },
  7314. "node_modules/unist-util-generated": {
  7315. "version": "1.1.6",
  7316. "resolved": "https://registry.npmjs.org/unist-util-generated/-/unist-util-generated-1.1.6.tgz",
  7317. "integrity": "sha512-cln2Mm1/CZzN5ttGK7vkoGw+RZ8VcUH6BtGbq98DDtRGquAAOXig1mrBQYelOwMXYS8rK+vZDyyojSjp7JX+Lg==",
  7318. "funding": {
  7319. "type": "opencollective",
  7320. "url": "https://opencollective.com/unified"
  7321. }
  7322. },
  7323. "node_modules/unist-util-is": {
  7324. "version": "4.1.0",
  7325. "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.1.0.tgz",
  7326. "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==",
  7327. "funding": {
  7328. "type": "opencollective",
  7329. "url": "https://opencollective.com/unified"
  7330. }
  7331. },
  7332. "node_modules/unist-util-position": {
  7333. "version": "3.1.0",
  7334. "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-3.1.0.tgz",
  7335. "integrity": "sha512-w+PkwCbYSFw8vpgWD0v7zRCl1FpY3fjDSQ3/N/wNd9Ffa4gPi8+4keqt99N3XW6F99t/mUzp2xAhNmfKWp95QA==",
  7336. "funding": {
  7337. "type": "opencollective",
  7338. "url": "https://opencollective.com/unified"
  7339. }
  7340. },
  7341. "node_modules/unist-util-stringify-position": {
  7342. "version": "2.0.3",
  7343. "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz",
  7344. "integrity": "sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==",
  7345. "dependencies": {
  7346. "@types/unist": "^2.0.2"
  7347. },
  7348. "funding": {
  7349. "type": "opencollective",
  7350. "url": "https://opencollective.com/unified"
  7351. }
  7352. },
  7353. "node_modules/unist-util-visit": {
  7354. "version": "1.4.1",
  7355. "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-1.4.1.tgz",
  7356. "integrity": "sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw==",
  7357. "dependencies": {
  7358. "unist-util-visit-parents": "^2.0.0"
  7359. }
  7360. },
  7361. "node_modules/unist-util-visit-parents": {
  7362. "version": "2.1.2",
  7363. "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-2.1.2.tgz",
  7364. "integrity": "sha512-DyN5vD4NE3aSeB+PXYNKxzGsfocxp6asDc2XXE3b0ekO2BaRUpBicbbUygfSvYfUz1IkmjFR1YF7dPklraMZ2g==",
  7365. "dependencies": {
  7366. "unist-util-is": "^3.0.0"
  7367. }
  7368. },
  7369. "node_modules/unist-util-visit-parents/node_modules/unist-util-is": {
  7370. "version": "3.0.0",
  7371. "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-3.0.0.tgz",
  7372. "integrity": "sha512-sVZZX3+kspVNmLWBPAB6r+7D9ZgAFPNWm66f7YNb420RlQSbn+n8rG8dGZSkrER7ZIXGQYNm5pqC3v3HopH24A=="
  7373. },
  7374. "node_modules/universalify": {
  7375. "version": "2.0.0",
  7376. "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz",
  7377. "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==",
  7378. "dev": true,
  7379. "engines": {
  7380. "node": ">= 10.0.0"
  7381. }
  7382. },
  7383. "node_modules/upath": {
  7384. "version": "1.2.0",
  7385. "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz",
  7386. "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==",
  7387. "dev": true,
  7388. "engines": {
  7389. "node": ">=4",
  7390. "yarn": "*"
  7391. }
  7392. },
  7393. "node_modules/update-browserslist-db": {
  7394. "version": "1.0.11",
  7395. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz",
  7396. "integrity": "sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==",
  7397. "dev": true,
  7398. "funding": [
  7399. {
  7400. "type": "opencollective",
  7401. "url": "https://opencollective.com/browserslist"
  7402. },
  7403. {
  7404. "type": "tidelift",
  7405. "url": "https://tidelift.com/funding/github/npm/browserslist"
  7406. },
  7407. {
  7408. "type": "github",
  7409. "url": "https://github.com/sponsors/ai"
  7410. }
  7411. ],
  7412. "dependencies": {
  7413. "escalade": "^3.1.1",
  7414. "picocolors": "^1.0.0"
  7415. },
  7416. "bin": {
  7417. "update-browserslist-db": "cli.js"
  7418. },
  7419. "peerDependencies": {
  7420. "browserslist": ">= 4.21.0"
  7421. }
  7422. },
  7423. "node_modules/uri-js": {
  7424. "version": "4.4.1",
  7425. "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
  7426. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  7427. "dev": true,
  7428. "dependencies": {
  7429. "punycode": "^2.1.0"
  7430. }
  7431. },
  7432. "node_modules/vfile": {
  7433. "version": "4.2.1",
  7434. "resolved": "https://registry.npmjs.org/vfile/-/vfile-4.2.1.tgz",
  7435. "integrity": "sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==",
  7436. "dependencies": {
  7437. "@types/unist": "^2.0.0",
  7438. "is-buffer": "^2.0.0",
  7439. "unist-util-stringify-position": "^2.0.0",
  7440. "vfile-message": "^2.0.0"
  7441. },
  7442. "funding": {
  7443. "type": "opencollective",
  7444. "url": "https://opencollective.com/unified"
  7445. }
  7446. },
  7447. "node_modules/vfile-message": {
  7448. "version": "2.0.4",
  7449. "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-2.0.4.tgz",
  7450. "integrity": "sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==",
  7451. "dependencies": {
  7452. "@types/unist": "^2.0.0",
  7453. "unist-util-stringify-position": "^2.0.0"
  7454. },
  7455. "funding": {
  7456. "type": "opencollective",
  7457. "url": "https://opencollective.com/unified"
  7458. }
  7459. },
  7460. "node_modules/vite": {
  7461. "version": "4.4.9",
  7462. "resolved": "https://registry.npmjs.org/vite/-/vite-4.4.9.tgz",
  7463. "integrity": "sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==",
  7464. "dev": true,
  7465. "dependencies": {
  7466. "esbuild": "^0.18.10",
  7467. "postcss": "^8.4.27",
  7468. "rollup": "^3.27.1"
  7469. },
  7470. "bin": {
  7471. "vite": "bin/vite.js"
  7472. },
  7473. "engines": {
  7474. "node": "^14.18.0 || >=16.0.0"
  7475. },
  7476. "funding": {
  7477. "url": "https://github.com/vitejs/vite?sponsor=1"
  7478. },
  7479. "optionalDependencies": {
  7480. "fsevents": "~2.3.2"
  7481. },
  7482. "peerDependencies": {
  7483. "@types/node": ">= 14",
  7484. "less": "*",
  7485. "lightningcss": "^1.21.0",
  7486. "sass": "*",
  7487. "stylus": "*",
  7488. "sugarss": "*",
  7489. "terser": "^5.4.0"
  7490. },
  7491. "peerDependenciesMeta": {
  7492. "@types/node": {
  7493. "optional": true
  7494. },
  7495. "less": {
  7496. "optional": true
  7497. },
  7498. "lightningcss": {
  7499. "optional": true
  7500. },
  7501. "sass": {
  7502. "optional": true
  7503. },
  7504. "stylus": {
  7505. "optional": true
  7506. },
  7507. "sugarss": {
  7508. "optional": true
  7509. },
  7510. "terser": {
  7511. "optional": true
  7512. }
  7513. }
  7514. },
  7515. "node_modules/vite-plugin-pwa": {
  7516. "version": "0.15.2",
  7517. "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.15.2.tgz",
  7518. "integrity": "sha512-l1srtaad5NMNrAtAuub6ArTYG5Ci9AwofXXQ6IsbpCMYQ/0HUndwI7RB2x95+1UBFm7VGttQtT7woBlVnNhBRw==",
  7519. "dev": true,
  7520. "dependencies": {
  7521. "debug": "^4.3.4",
  7522. "fast-glob": "^3.2.12",
  7523. "pretty-bytes": "^6.0.0",
  7524. "workbox-build": "^6.5.4",
  7525. "workbox-window": "^6.5.4"
  7526. },
  7527. "funding": {
  7528. "url": "https://github.com/sponsors/antfu"
  7529. },
  7530. "peerDependencies": {
  7531. "vite": "^3.1.0 || ^4.0.0",
  7532. "workbox-build": "^6.5.4",
  7533. "workbox-window": "^6.5.4"
  7534. }
  7535. },
  7536. "node_modules/void-elements": {
  7537. "version": "3.1.0",
  7538. "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-3.1.0.tgz",
  7539. "integrity": "sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w==",
  7540. "engines": {
  7541. "node": ">=0.10.0"
  7542. }
  7543. },
  7544. "node_modules/web-namespaces": {
  7545. "version": "1.1.4",
  7546. "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-1.1.4.tgz",
  7547. "integrity": "sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==",
  7548. "funding": {
  7549. "type": "github",
  7550. "url": "https://github.com/sponsors/wooorm"
  7551. }
  7552. },
  7553. "node_modules/webidl-conversions": {
  7554. "version": "3.0.1",
  7555. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
  7556. "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
  7557. },
  7558. "node_modules/whatwg-url": {
  7559. "version": "5.0.0",
  7560. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
  7561. "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
  7562. "dependencies": {
  7563. "tr46": "~0.0.3",
  7564. "webidl-conversions": "^3.0.0"
  7565. }
  7566. },
  7567. "node_modules/which": {
  7568. "version": "2.0.2",
  7569. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  7570. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  7571. "dev": true,
  7572. "dependencies": {
  7573. "isexe": "^2.0.0"
  7574. },
  7575. "bin": {
  7576. "node-which": "bin/node-which"
  7577. },
  7578. "engines": {
  7579. "node": ">= 8"
  7580. }
  7581. },
  7582. "node_modules/which-boxed-primitive": {
  7583. "version": "1.0.2",
  7584. "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz",
  7585. "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==",
  7586. "dev": true,
  7587. "dependencies": {
  7588. "is-bigint": "^1.0.1",
  7589. "is-boolean-object": "^1.1.0",
  7590. "is-number-object": "^1.0.4",
  7591. "is-string": "^1.0.5",
  7592. "is-symbol": "^1.0.3"
  7593. },
  7594. "funding": {
  7595. "url": "https://github.com/sponsors/ljharb"
  7596. }
  7597. },
  7598. "node_modules/which-builtin-type": {
  7599. "version": "1.1.3",
  7600. "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.1.3.tgz",
  7601. "integrity": "sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==",
  7602. "dev": true,
  7603. "dependencies": {
  7604. "function.prototype.name": "^1.1.5",
  7605. "has-tostringtag": "^1.0.0",
  7606. "is-async-function": "^2.0.0",
  7607. "is-date-object": "^1.0.5",
  7608. "is-finalizationregistry": "^1.0.2",
  7609. "is-generator-function": "^1.0.10",
  7610. "is-regex": "^1.1.4",
  7611. "is-weakref": "^1.0.2",
  7612. "isarray": "^2.0.5",
  7613. "which-boxed-primitive": "^1.0.2",
  7614. "which-collection": "^1.0.1",
  7615. "which-typed-array": "^1.1.9"
  7616. },
  7617. "engines": {
  7618. "node": ">= 0.4"
  7619. },
  7620. "funding": {
  7621. "url": "https://github.com/sponsors/ljharb"
  7622. }
  7623. },
  7624. "node_modules/which-collection": {
  7625. "version": "1.0.1",
  7626. "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.1.tgz",
  7627. "integrity": "sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==",
  7628. "dev": true,
  7629. "dependencies": {
  7630. "is-map": "^2.0.1",
  7631. "is-set": "^2.0.1",
  7632. "is-weakmap": "^2.0.1",
  7633. "is-weakset": "^2.0.1"
  7634. },
  7635. "funding": {
  7636. "url": "https://github.com/sponsors/ljharb"
  7637. }
  7638. },
  7639. "node_modules/which-typed-array": {
  7640. "version": "1.1.11",
  7641. "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.11.tgz",
  7642. "integrity": "sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew==",
  7643. "dev": true,
  7644. "dependencies": {
  7645. "available-typed-arrays": "^1.0.5",
  7646. "call-bind": "^1.0.2",
  7647. "for-each": "^0.3.3",
  7648. "gopd": "^1.0.1",
  7649. "has-tostringtag": "^1.0.0"
  7650. },
  7651. "engines": {
  7652. "node": ">= 0.4"
  7653. },
  7654. "funding": {
  7655. "url": "https://github.com/sponsors/ljharb"
  7656. }
  7657. },
  7658. "node_modules/workbox-background-sync": {
  7659. "version": "6.6.0",
  7660. "resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-6.6.0.tgz",
  7661. "integrity": "sha512-jkf4ZdgOJxC9u2vztxLuPT/UjlH7m/nWRQ/MgGL0v8BJHoZdVGJd18Kck+a0e55wGXdqyHO+4IQTk0685g4MUw==",
  7662. "dev": true,
  7663. "dependencies": {
  7664. "idb": "^7.0.1",
  7665. "workbox-core": "6.6.0"
  7666. }
  7667. },
  7668. "node_modules/workbox-broadcast-update": {
  7669. "version": "6.6.0",
  7670. "resolved": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-6.6.0.tgz",
  7671. "integrity": "sha512-nm+v6QmrIFaB/yokJmQ/93qIJ7n72NICxIwQwe5xsZiV2aI93MGGyEyzOzDPVz5THEr5rC3FJSsO3346cId64Q==",
  7672. "dev": true,
  7673. "dependencies": {
  7674. "workbox-core": "6.6.0"
  7675. }
  7676. },
  7677. "node_modules/workbox-build": {
  7678. "version": "6.6.0",
  7679. "resolved": "https://registry.npmjs.org/workbox-build/-/workbox-build-6.6.0.tgz",
  7680. "integrity": "sha512-Tjf+gBwOTuGyZwMz2Nk/B13Fuyeo0Q84W++bebbVsfr9iLkDSo6j6PST8tET9HYA58mlRXwlMGpyWO8ETJiXdQ==",
  7681. "dev": true,
  7682. "dependencies": {
  7683. "@apideck/better-ajv-errors": "^0.3.1",
  7684. "@babel/core": "^7.11.1",
  7685. "@babel/preset-env": "^7.11.0",
  7686. "@babel/runtime": "^7.11.2",
  7687. "@rollup/plugin-babel": "^5.2.0",
  7688. "@rollup/plugin-node-resolve": "^11.2.1",
  7689. "@rollup/plugin-replace": "^2.4.1",
  7690. "@surma/rollup-plugin-off-main-thread": "^2.2.3",
  7691. "ajv": "^8.6.0",
  7692. "common-tags": "^1.8.0",
  7693. "fast-json-stable-stringify": "^2.1.0",
  7694. "fs-extra": "^9.0.1",
  7695. "glob": "^7.1.6",
  7696. "lodash": "^4.17.20",
  7697. "pretty-bytes": "^5.3.0",
  7698. "rollup": "^2.43.1",
  7699. "rollup-plugin-terser": "^7.0.0",
  7700. "source-map": "^0.8.0-beta.0",
  7701. "stringify-object": "^3.3.0",
  7702. "strip-comments": "^2.0.1",
  7703. "tempy": "^0.6.0",
  7704. "upath": "^1.2.0",
  7705. "workbox-background-sync": "6.6.0",
  7706. "workbox-broadcast-update": "6.6.0",
  7707. "workbox-cacheable-response": "6.6.0",
  7708. "workbox-core": "6.6.0",
  7709. "workbox-expiration": "6.6.0",
  7710. "workbox-google-analytics": "6.6.0",
  7711. "workbox-navigation-preload": "6.6.0",
  7712. "workbox-precaching": "6.6.0",
  7713. "workbox-range-requests": "6.6.0",
  7714. "workbox-recipes": "6.6.0",
  7715. "workbox-routing": "6.6.0",
  7716. "workbox-strategies": "6.6.0",
  7717. "workbox-streams": "6.6.0",
  7718. "workbox-sw": "6.6.0",
  7719. "workbox-window": "6.6.0"
  7720. },
  7721. "engines": {
  7722. "node": ">=10.0.0"
  7723. }
  7724. },
  7725. "node_modules/workbox-build/node_modules/@apideck/better-ajv-errors": {
  7726. "version": "0.3.6",
  7727. "resolved": "https://registry.npmjs.org/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.6.tgz",
  7728. "integrity": "sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==",
  7729. "dev": true,
  7730. "dependencies": {
  7731. "json-schema": "^0.4.0",
  7732. "jsonpointer": "^5.0.0",
  7733. "leven": "^3.1.0"
  7734. },
  7735. "engines": {
  7736. "node": ">=10"
  7737. },
  7738. "peerDependencies": {
  7739. "ajv": ">=8"
  7740. }
  7741. },
  7742. "node_modules/workbox-build/node_modules/@rollup/plugin-babel": {
  7743. "version": "5.3.1",
  7744. "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz",
  7745. "integrity": "sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==",
  7746. "dev": true,
  7747. "dependencies": {
  7748. "@babel/helper-module-imports": "^7.10.4",
  7749. "@rollup/pluginutils": "^3.1.0"
  7750. },
  7751. "engines": {
  7752. "node": ">= 10.0.0"
  7753. },
  7754. "peerDependencies": {
  7755. "@babel/core": "^7.0.0",
  7756. "@types/babel__core": "^7.1.9",
  7757. "rollup": "^1.20.0||^2.0.0"
  7758. },
  7759. "peerDependenciesMeta": {
  7760. "@types/babel__core": {
  7761. "optional": true
  7762. }
  7763. }
  7764. },
  7765. "node_modules/workbox-build/node_modules/@rollup/plugin-node-resolve": {
  7766. "version": "11.2.1",
  7767. "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz",
  7768. "integrity": "sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==",
  7769. "dev": true,
  7770. "dependencies": {
  7771. "@rollup/pluginutils": "^3.1.0",
  7772. "@types/resolve": "1.17.1",
  7773. "builtin-modules": "^3.1.0",
  7774. "deepmerge": "^4.2.2",
  7775. "is-module": "^1.0.0",
  7776. "resolve": "^1.19.0"
  7777. },
  7778. "engines": {
  7779. "node": ">= 10.0.0"
  7780. },
  7781. "peerDependencies": {
  7782. "rollup": "^1.20.0||^2.0.0"
  7783. }
  7784. },
  7785. "node_modules/workbox-build/node_modules/@rollup/plugin-replace": {
  7786. "version": "2.4.2",
  7787. "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz",
  7788. "integrity": "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==",
  7789. "dev": true,
  7790. "dependencies": {
  7791. "@rollup/pluginutils": "^3.1.0",
  7792. "magic-string": "^0.25.7"
  7793. },
  7794. "peerDependencies": {
  7795. "rollup": "^1.20.0 || ^2.0.0"
  7796. }
  7797. },
  7798. "node_modules/workbox-build/node_modules/@rollup/pluginutils": {
  7799. "version": "3.1.0",
  7800. "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz",
  7801. "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==",
  7802. "dev": true,
  7803. "dependencies": {
  7804. "@types/estree": "0.0.39",
  7805. "estree-walker": "^1.0.1",
  7806. "picomatch": "^2.2.2"
  7807. },
  7808. "engines": {
  7809. "node": ">= 8.0.0"
  7810. },
  7811. "peerDependencies": {
  7812. "rollup": "^1.20.0||^2.0.0"
  7813. }
  7814. },
  7815. "node_modules/workbox-build/node_modules/ajv": {
  7816. "version": "8.12.0",
  7817. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
  7818. "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
  7819. "dev": true,
  7820. "dependencies": {
  7821. "fast-deep-equal": "^3.1.1",
  7822. "json-schema-traverse": "^1.0.0",
  7823. "require-from-string": "^2.0.2",
  7824. "uri-js": "^4.2.2"
  7825. },
  7826. "funding": {
  7827. "type": "github",
  7828. "url": "https://github.com/sponsors/epoberezkin"
  7829. }
  7830. },
  7831. "node_modules/workbox-build/node_modules/json-schema-traverse": {
  7832. "version": "1.0.0",
  7833. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  7834. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
  7835. "dev": true
  7836. },
  7837. "node_modules/workbox-build/node_modules/pretty-bytes": {
  7838. "version": "5.6.0",
  7839. "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz",
  7840. "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==",
  7841. "dev": true,
  7842. "engines": {
  7843. "node": ">=6"
  7844. },
  7845. "funding": {
  7846. "url": "https://github.com/sponsors/sindresorhus"
  7847. }
  7848. },
  7849. "node_modules/workbox-build/node_modules/rollup": {
  7850. "version": "2.79.1",
  7851. "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz",
  7852. "integrity": "sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==",
  7853. "dev": true,
  7854. "bin": {
  7855. "rollup": "dist/bin/rollup"
  7856. },
  7857. "engines": {
  7858. "node": ">=10.0.0"
  7859. },
  7860. "optionalDependencies": {
  7861. "fsevents": "~2.3.2"
  7862. }
  7863. },
  7864. "node_modules/workbox-build/node_modules/rollup-plugin-terser": {
  7865. "version": "7.0.2",
  7866. "resolved": "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz",
  7867. "integrity": "sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==",
  7868. "deprecated": "This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser",
  7869. "dev": true,
  7870. "dependencies": {
  7871. "@babel/code-frame": "^7.10.4",
  7872. "jest-worker": "^26.2.1",
  7873. "serialize-javascript": "^4.0.0",
  7874. "terser": "^5.0.0"
  7875. },
  7876. "peerDependencies": {
  7877. "rollup": "^2.0.0"
  7878. }
  7879. },
  7880. "node_modules/workbox-build/node_modules/source-map": {
  7881. "version": "0.8.0-beta.0",
  7882. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz",
  7883. "integrity": "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==",
  7884. "dev": true,
  7885. "dependencies": {
  7886. "whatwg-url": "^7.0.0"
  7887. },
  7888. "engines": {
  7889. "node": ">= 8"
  7890. }
  7891. },
  7892. "node_modules/workbox-build/node_modules/tr46": {
  7893. "version": "1.0.1",
  7894. "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz",
  7895. "integrity": "sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==",
  7896. "dev": true,
  7897. "dependencies": {
  7898. "punycode": "^2.1.0"
  7899. }
  7900. },
  7901. "node_modules/workbox-build/node_modules/webidl-conversions": {
  7902. "version": "4.0.2",
  7903. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz",
  7904. "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==",
  7905. "dev": true
  7906. },
  7907. "node_modules/workbox-build/node_modules/whatwg-url": {
  7908. "version": "7.1.0",
  7909. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz",
  7910. "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==",
  7911. "dev": true,
  7912. "dependencies": {
  7913. "lodash.sortby": "^4.7.0",
  7914. "tr46": "^1.0.1",
  7915. "webidl-conversions": "^4.0.2"
  7916. }
  7917. },
  7918. "node_modules/workbox-cacheable-response": {
  7919. "version": "6.6.0",
  7920. "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.6.0.tgz",
  7921. "integrity": "sha512-JfhJUSQDwsF1Xv3EV1vWzSsCOZn4mQ38bWEBR3LdvOxSPgB65gAM6cS2CX8rkkKHRgiLrN7Wxoyu+TuH67kHrw==",
  7922. "deprecated": "workbox-background-sync@6.6.0",
  7923. "dev": true,
  7924. "dependencies": {
  7925. "workbox-core": "6.6.0"
  7926. }
  7927. },
  7928. "node_modules/workbox-core": {
  7929. "version": "6.6.0",
  7930. "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.6.0.tgz",
  7931. "integrity": "sha512-GDtFRF7Yg3DD859PMbPAYPeJyg5gJYXuBQAC+wyrWuuXgpfoOrIQIvFRZnQ7+czTIQjIr1DhLEGFzZanAT/3bQ==",
  7932. "dev": true
  7933. },
  7934. "node_modules/workbox-expiration": {
  7935. "version": "6.6.0",
  7936. "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-6.6.0.tgz",
  7937. "integrity": "sha512-baplYXcDHbe8vAo7GYvyAmlS4f6998Jff513L4XvlzAOxcl8F620O91guoJ5EOf5qeXG4cGdNZHkkVAPouFCpw==",
  7938. "dev": true,
  7939. "dependencies": {
  7940. "idb": "^7.0.1",
  7941. "workbox-core": "6.6.0"
  7942. }
  7943. },
  7944. "node_modules/workbox-google-analytics": {
  7945. "version": "6.6.0",
  7946. "resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-6.6.0.tgz",
  7947. "integrity": "sha512-p4DJa6OldXWd6M9zRl0H6vB9lkrmqYFkRQ2xEiNdBFp9U0LhsGO7hsBscVEyH9H2/3eZZt8c97NB2FD9U2NJ+Q==",
  7948. "dev": true,
  7949. "dependencies": {
  7950. "workbox-background-sync": "6.6.0",
  7951. "workbox-core": "6.6.0",
  7952. "workbox-routing": "6.6.0",
  7953. "workbox-strategies": "6.6.0"
  7954. }
  7955. },
  7956. "node_modules/workbox-navigation-preload": {
  7957. "version": "6.6.0",
  7958. "resolved": "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-6.6.0.tgz",
  7959. "integrity": "sha512-utNEWG+uOfXdaZmvhshrh7KzhDu/1iMHyQOV6Aqup8Mm78D286ugu5k9MFD9SzBT5TcwgwSORVvInaXWbvKz9Q==",
  7960. "dev": true,
  7961. "dependencies": {
  7962. "workbox-core": "6.6.0"
  7963. }
  7964. },
  7965. "node_modules/workbox-precaching": {
  7966. "version": "6.6.0",
  7967. "resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-6.6.0.tgz",
  7968. "integrity": "sha512-eYu/7MqtRZN1IDttl/UQcSZFkHP7dnvr/X3Vn6Iw6OsPMruQHiVjjomDFCNtd8k2RdjLs0xiz9nq+t3YVBcWPw==",
  7969. "dev": true,
  7970. "dependencies": {
  7971. "workbox-core": "6.6.0",
  7972. "workbox-routing": "6.6.0",
  7973. "workbox-strategies": "6.6.0"
  7974. }
  7975. },
  7976. "node_modules/workbox-range-requests": {
  7977. "version": "6.6.0",
  7978. "resolved": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-6.6.0.tgz",
  7979. "integrity": "sha512-V3aICz5fLGq5DpSYEU8LxeXvsT//mRWzKrfBOIxzIdQnV/Wj7R+LyJVTczi4CQ4NwKhAaBVaSujI1cEjXW+hTw==",
  7980. "dev": true,
  7981. "dependencies": {
  7982. "workbox-core": "6.6.0"
  7983. }
  7984. },
  7985. "node_modules/workbox-recipes": {
  7986. "version": "6.6.0",
  7987. "resolved": "https://registry.npmjs.org/workbox-recipes/-/workbox-recipes-6.6.0.tgz",
  7988. "integrity": "sha512-TFi3kTgYw73t5tg73yPVqQC8QQjxJSeqjXRO4ouE/CeypmP2O/xqmB/ZFBBQazLTPxILUQ0b8aeh0IuxVn9a6A==",
  7989. "dev": true,
  7990. "dependencies": {
  7991. "workbox-cacheable-response": "6.6.0",
  7992. "workbox-core": "6.6.0",
  7993. "workbox-expiration": "6.6.0",
  7994. "workbox-precaching": "6.6.0",
  7995. "workbox-routing": "6.6.0",
  7996. "workbox-strategies": "6.6.0"
  7997. }
  7998. },
  7999. "node_modules/workbox-routing": {
  8000. "version": "6.6.0",
  8001. "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.6.0.tgz",
  8002. "integrity": "sha512-x8gdN7VDBiLC03izAZRfU+WKUXJnbqt6PG9Uh0XuPRzJPpZGLKce/FkOX95dWHRpOHWLEq8RXzjW0O+POSkKvw==",
  8003. "dev": true,
  8004. "dependencies": {
  8005. "workbox-core": "6.6.0"
  8006. }
  8007. },
  8008. "node_modules/workbox-strategies": {
  8009. "version": "6.6.0",
  8010. "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.6.0.tgz",
  8011. "integrity": "sha512-eC07XGuINAKUWDnZeIPdRdVja4JQtTuc35TZ8SwMb1ztjp7Ddq2CJ4yqLvWzFWGlYI7CG/YGqaETntTxBGdKgQ==",
  8012. "dev": true,
  8013. "dependencies": {
  8014. "workbox-core": "6.6.0"
  8015. }
  8016. },
  8017. "node_modules/workbox-streams": {
  8018. "version": "6.6.0",
  8019. "resolved": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-6.6.0.tgz",
  8020. "integrity": "sha512-rfMJLVvwuED09CnH1RnIep7L9+mj4ufkTyDPVaXPKlhi9+0czCu+SJggWCIFbPpJaAZmp2iyVGLqS3RUmY3fxg==",
  8021. "dev": true,
  8022. "dependencies": {
  8023. "workbox-core": "6.6.0",
  8024. "workbox-routing": "6.6.0"
  8025. }
  8026. },
  8027. "node_modules/workbox-sw": {
  8028. "version": "6.6.0",
  8029. "resolved": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-6.6.0.tgz",
  8030. "integrity": "sha512-R2IkwDokbtHUE4Kus8pKO5+VkPHD2oqTgl+XJwh4zbF1HyjAbgNmK/FneZHVU7p03XUt9ICfuGDYISWG9qV/CQ==",
  8031. "dev": true
  8032. },
  8033. "node_modules/workbox-window": {
  8034. "version": "6.6.0",
  8035. "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-6.6.0.tgz",
  8036. "integrity": "sha512-L4N9+vka17d16geaJXXRjENLFldvkWy7JyGxElRD0JvBxvFEd8LOhr+uXCcar/NzAmIBRv9EZ+M+Qr4mOoBITw==",
  8037. "dev": true,
  8038. "dependencies": {
  8039. "@types/trusted-types": "^2.0.2",
  8040. "workbox-core": "6.6.0"
  8041. }
  8042. },
  8043. "node_modules/wrappy": {
  8044. "version": "1.0.2",
  8045. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  8046. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  8047. "dev": true
  8048. },
  8049. "node_modules/xtend": {
  8050. "version": "4.0.2",
  8051. "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
  8052. "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
  8053. "engines": {
  8054. "node": ">=0.4"
  8055. }
  8056. },
  8057. "node_modules/yallist": {
  8058. "version": "3.1.1",
  8059. "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
  8060. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  8061. "dev": true
  8062. },
  8063. "node_modules/yaml": {
  8064. "version": "1.10.2",
  8065. "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
  8066. "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
  8067. "engines": {
  8068. "node": ">= 6"
  8069. }
  8070. },
  8071. "node_modules/yocto-queue": {
  8072. "version": "0.1.0",
  8073. "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
  8074. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  8075. "dev": true,
  8076. "engines": {
  8077. "node": ">=10"
  8078. },
  8079. "funding": {
  8080. "url": "https://github.com/sponsors/sindresorhus"
  8081. }
  8082. }
  8083. }
  8084. }