package-lock.json 512 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964496549664967496849694970497149724973497449754976497749784979498049814982498349844985498649874988498949904991499249934994499549964997499849995000500150025003500450055006500750085009501050115012501350145015501650175018501950205021502250235024502550265027502850295030503150325033503450355036503750385039504050415042504350445045504650475048504950505051505250535054505550565057505850595060506150625063506450655066506750685069507050715072507350745075507650775078507950805081508250835084508550865087508850895090509150925093509450955096509750985099510051015102510351045105510651075108510951105111511251135114511551165117511851195120512151225123512451255126512751285129513051315132513351345135513651375138513951405141514251435144514551465147514851495150515151525153515451555156515751585159516051615162516351645165516651675168516951705171517251735174517551765177517851795180518151825183518451855186518751885189519051915192519351945195519651975198519952005201520252035204520552065207520852095210521152125213521452155216521752185219522052215222522352245225522652275228522952305231523252335234523552365237523852395240524152425243524452455246524752485249525052515252525352545255525652575258525952605261526252635264526552665267526852695270527152725273527452755276527752785279528052815282528352845285528652875288528952905291529252935294529552965297529852995300530153025303530453055306530753085309531053115312531353145315531653175318531953205321532253235324532553265327532853295330533153325333533453355336533753385339534053415342534353445345534653475348534953505351535253535354535553565357535853595360536153625363536453655366536753685369537053715372537353745375537653775378537953805381538253835384538553865387538853895390539153925393539453955396539753985399540054015402540354045405540654075408540954105411541254135414541554165417541854195420542154225423542454255426542754285429543054315432543354345435543654375438543954405441544254435444544554465447544854495450545154525453545454555456545754585459546054615462546354645465546654675468546954705471547254735474547554765477547854795480548154825483548454855486548754885489549054915492549354945495549654975498549955005501550255035504550555065507550855095510551155125513551455155516551755185519552055215522552355245525552655275528552955305531553255335534553555365537553855395540554155425543554455455546554755485549555055515552555355545555555655575558555955605561556255635564556555665567556855695570557155725573557455755576557755785579558055815582558355845585558655875588558955905591559255935594559555965597559855995600560156025603560456055606560756085609561056115612561356145615561656175618561956205621562256235624562556265627562856295630563156325633563456355636563756385639564056415642564356445645564656475648564956505651565256535654565556565657565856595660566156625663566456655666566756685669567056715672567356745675567656775678567956805681568256835684568556865687568856895690569156925693569456955696569756985699570057015702570357045705570657075708570957105711571257135714571557165717571857195720572157225723572457255726572757285729573057315732573357345735573657375738573957405741574257435744574557465747574857495750575157525753575457555756575757585759576057615762576357645765576657675768576957705771577257735774577557765777577857795780578157825783578457855786578757885789579057915792579357945795579657975798579958005801580258035804580558065807580858095810581158125813581458155816581758185819582058215822582358245825582658275828582958305831583258335834583558365837583858395840584158425843584458455846584758485849585058515852585358545855585658575858585958605861586258635864586558665867586858695870587158725873587458755876587758785879588058815882588358845885588658875888588958905891589258935894589558965897589858995900590159025903590459055906590759085909591059115912591359145915591659175918591959205921592259235924592559265927592859295930593159325933593459355936593759385939594059415942594359445945594659475948594959505951595259535954595559565957595859595960596159625963596459655966596759685969597059715972597359745975597659775978597959805981598259835984598559865987598859895990599159925993599459955996599759985999600060016002600360046005600660076008600960106011601260136014601560166017601860196020602160226023602460256026602760286029603060316032603360346035603660376038603960406041604260436044604560466047604860496050605160526053605460556056605760586059606060616062606360646065606660676068606960706071607260736074607560766077607860796080608160826083608460856086608760886089609060916092609360946095609660976098609961006101610261036104610561066107610861096110611161126113611461156116611761186119612061216122612361246125612661276128612961306131613261336134613561366137613861396140614161426143614461456146614761486149615061516152615361546155615661576158615961606161616261636164616561666167616861696170617161726173617461756176617761786179618061816182618361846185618661876188618961906191619261936194619561966197619861996200620162026203620462056206620762086209621062116212621362146215621662176218621962206221622262236224622562266227622862296230623162326233623462356236623762386239624062416242624362446245624662476248624962506251625262536254625562566257625862596260626162626263626462656266626762686269627062716272627362746275627662776278627962806281628262836284628562866287628862896290629162926293629462956296629762986299630063016302630363046305630663076308630963106311631263136314631563166317631863196320632163226323632463256326632763286329633063316332633363346335633663376338633963406341634263436344634563466347634863496350635163526353635463556356635763586359636063616362636363646365636663676368636963706371637263736374637563766377637863796380638163826383638463856386638763886389639063916392639363946395639663976398639964006401640264036404640564066407640864096410641164126413641464156416641764186419642064216422642364246425642664276428642964306431643264336434643564366437643864396440644164426443644464456446644764486449645064516452645364546455645664576458645964606461646264636464646564666467646864696470647164726473647464756476647764786479648064816482648364846485648664876488648964906491649264936494649564966497649864996500650165026503650465056506650765086509651065116512651365146515651665176518651965206521652265236524652565266527652865296530653165326533653465356536653765386539654065416542654365446545654665476548654965506551655265536554655565566557655865596560656165626563656465656566656765686569657065716572657365746575657665776578657965806581658265836584658565866587658865896590659165926593659465956596659765986599660066016602660366046605660666076608660966106611661266136614661566166617661866196620662166226623662466256626662766286629663066316632663366346635663666376638663966406641664266436644664566466647664866496650665166526653665466556656665766586659666066616662666366646665666666676668666966706671667266736674667566766677667866796680668166826683668466856686668766886689669066916692669366946695669666976698669967006701670267036704670567066707670867096710671167126713671467156716671767186719672067216722672367246725672667276728672967306731673267336734673567366737673867396740674167426743674467456746674767486749675067516752675367546755675667576758675967606761676267636764676567666767676867696770677167726773677467756776677767786779678067816782678367846785678667876788678967906791679267936794679567966797679867996800680168026803680468056806680768086809681068116812681368146815681668176818681968206821682268236824682568266827682868296830683168326833683468356836683768386839684068416842684368446845684668476848684968506851685268536854685568566857685868596860686168626863686468656866686768686869687068716872687368746875687668776878687968806881688268836884688568866887688868896890689168926893689468956896689768986899690069016902690369046905690669076908690969106911691269136914691569166917691869196920692169226923692469256926692769286929693069316932693369346935693669376938693969406941694269436944694569466947694869496950695169526953695469556956695769586959696069616962696369646965696669676968696969706971697269736974697569766977697869796980698169826983698469856986698769886989699069916992699369946995699669976998699970007001700270037004700570067007700870097010701170127013701470157016701770187019702070217022702370247025702670277028702970307031703270337034703570367037703870397040704170427043704470457046704770487049705070517052705370547055705670577058705970607061706270637064706570667067706870697070707170727073707470757076707770787079708070817082708370847085708670877088708970907091709270937094709570967097709870997100710171027103710471057106710771087109711071117112711371147115711671177118711971207121712271237124712571267127712871297130713171327133713471357136713771387139714071417142714371447145714671477148714971507151715271537154715571567157715871597160716171627163716471657166716771687169717071717172717371747175717671777178717971807181718271837184718571867187718871897190719171927193719471957196719771987199720072017202720372047205720672077208720972107211721272137214721572167217721872197220722172227223722472257226722772287229723072317232723372347235723672377238723972407241724272437244724572467247724872497250725172527253725472557256725772587259726072617262726372647265726672677268726972707271727272737274727572767277727872797280728172827283728472857286728772887289729072917292729372947295729672977298729973007301730273037304730573067307730873097310731173127313731473157316731773187319732073217322732373247325732673277328732973307331733273337334733573367337733873397340734173427343734473457346734773487349735073517352735373547355735673577358735973607361736273637364736573667367736873697370737173727373737473757376737773787379738073817382738373847385738673877388738973907391739273937394739573967397739873997400740174027403740474057406740774087409741074117412741374147415741674177418741974207421742274237424742574267427742874297430743174327433743474357436743774387439744074417442744374447445744674477448744974507451745274537454745574567457745874597460746174627463746474657466746774687469747074717472747374747475747674777478747974807481748274837484748574867487748874897490749174927493749474957496749774987499750075017502750375047505750675077508750975107511751275137514751575167517751875197520752175227523752475257526752775287529753075317532753375347535753675377538753975407541754275437544754575467547754875497550755175527553755475557556755775587559756075617562756375647565756675677568756975707571757275737574757575767577757875797580758175827583758475857586758775887589759075917592759375947595759675977598759976007601760276037604760576067607760876097610761176127613761476157616761776187619762076217622762376247625762676277628762976307631763276337634763576367637763876397640764176427643764476457646764776487649765076517652765376547655765676577658765976607661766276637664766576667667766876697670767176727673767476757676767776787679768076817682768376847685768676877688768976907691769276937694769576967697769876997700770177027703770477057706770777087709771077117712771377147715771677177718771977207721772277237724772577267727772877297730773177327733773477357736773777387739774077417742774377447745774677477748774977507751775277537754775577567757775877597760776177627763776477657766776777687769777077717772777377747775777677777778777977807781778277837784778577867787778877897790779177927793779477957796779777987799780078017802780378047805780678077808780978107811781278137814781578167817781878197820782178227823782478257826782778287829783078317832783378347835783678377838783978407841784278437844784578467847784878497850785178527853785478557856785778587859786078617862786378647865786678677868786978707871787278737874787578767877787878797880788178827883788478857886788778887889789078917892789378947895789678977898789979007901790279037904790579067907790879097910791179127913791479157916791779187919792079217922792379247925792679277928792979307931793279337934793579367937793879397940794179427943794479457946794779487949795079517952795379547955795679577958795979607961796279637964796579667967796879697970797179727973797479757976797779787979798079817982798379847985798679877988798979907991799279937994799579967997799879998000800180028003800480058006800780088009801080118012801380148015801680178018801980208021802280238024802580268027802880298030803180328033803480358036803780388039804080418042804380448045804680478048804980508051805280538054805580568057805880598060806180628063806480658066806780688069807080718072807380748075807680778078807980808081808280838084808580868087808880898090809180928093809480958096809780988099810081018102810381048105810681078108810981108111811281138114811581168117811881198120812181228123812481258126812781288129813081318132813381348135813681378138813981408141814281438144814581468147814881498150815181528153815481558156815781588159816081618162816381648165816681678168816981708171817281738174817581768177817881798180818181828183818481858186818781888189819081918192819381948195819681978198819982008201820282038204820582068207820882098210821182128213821482158216821782188219822082218222822382248225822682278228822982308231823282338234823582368237823882398240824182428243824482458246824782488249825082518252825382548255825682578258825982608261826282638264826582668267826882698270827182728273827482758276827782788279828082818282828382848285828682878288828982908291829282938294829582968297829882998300830183028303830483058306830783088309831083118312831383148315831683178318831983208321832283238324832583268327832883298330833183328333833483358336833783388339834083418342834383448345834683478348834983508351835283538354835583568357835883598360836183628363836483658366836783688369837083718372837383748375837683778378837983808381838283838384838583868387838883898390839183928393839483958396839783988399840084018402840384048405840684078408840984108411841284138414841584168417841884198420842184228423842484258426842784288429843084318432843384348435843684378438843984408441844284438444844584468447844884498450845184528453845484558456845784588459846084618462846384648465846684678468846984708471847284738474847584768477847884798480848184828483848484858486848784888489849084918492849384948495849684978498849985008501850285038504850585068507850885098510851185128513851485158516851785188519852085218522852385248525852685278528852985308531853285338534853585368537853885398540854185428543854485458546854785488549855085518552855385548555855685578558855985608561856285638564856585668567856885698570857185728573857485758576857785788579858085818582858385848585858685878588858985908591859285938594859585968597859885998600860186028603860486058606860786088609861086118612861386148615861686178618861986208621862286238624862586268627862886298630863186328633863486358636863786388639864086418642864386448645864686478648864986508651865286538654865586568657865886598660866186628663866486658666866786688669867086718672867386748675867686778678867986808681868286838684868586868687868886898690869186928693869486958696869786988699870087018702870387048705870687078708870987108711871287138714871587168717871887198720872187228723872487258726872787288729873087318732873387348735873687378738873987408741874287438744874587468747874887498750875187528753875487558756875787588759876087618762876387648765876687678768876987708771877287738774877587768777877887798780878187828783878487858786878787888789879087918792879387948795879687978798879988008801880288038804880588068807880888098810881188128813881488158816881788188819882088218822882388248825882688278828882988308831883288338834883588368837883888398840884188428843884488458846884788488849885088518852885388548855885688578858885988608861886288638864886588668867886888698870887188728873887488758876887788788879888088818882888388848885888688878888888988908891889288938894889588968897889888998900890189028903890489058906890789088909891089118912891389148915891689178918891989208921892289238924892589268927892889298930893189328933893489358936893789388939894089418942894389448945894689478948894989508951895289538954895589568957895889598960896189628963896489658966896789688969897089718972897389748975897689778978897989808981898289838984898589868987898889898990899189928993899489958996899789988999900090019002900390049005900690079008900990109011901290139014901590169017901890199020902190229023902490259026902790289029903090319032903390349035903690379038903990409041904290439044904590469047904890499050905190529053905490559056905790589059906090619062906390649065906690679068906990709071907290739074907590769077907890799080908190829083908490859086908790889089909090919092909390949095909690979098909991009101910291039104910591069107910891099110911191129113911491159116911791189119912091219122912391249125912691279128912991309131913291339134913591369137913891399140914191429143914491459146914791489149915091519152915391549155915691579158915991609161916291639164916591669167916891699170917191729173917491759176917791789179918091819182918391849185918691879188918991909191919291939194919591969197919891999200920192029203920492059206920792089209921092119212921392149215921692179218921992209221922292239224922592269227922892299230923192329233923492359236923792389239924092419242924392449245924692479248924992509251925292539254925592569257925892599260926192629263926492659266926792689269927092719272927392749275927692779278927992809281928292839284928592869287928892899290929192929293929492959296929792989299930093019302930393049305930693079308930993109311931293139314931593169317931893199320932193229323932493259326932793289329933093319332933393349335933693379338933993409341934293439344934593469347934893499350935193529353935493559356935793589359936093619362936393649365936693679368936993709371937293739374937593769377937893799380938193829383938493859386938793889389939093919392939393949395939693979398939994009401940294039404940594069407940894099410941194129413941494159416941794189419942094219422942394249425942694279428942994309431943294339434943594369437943894399440944194429443944494459446944794489449945094519452945394549455945694579458945994609461946294639464946594669467946894699470947194729473947494759476947794789479948094819482948394849485948694879488948994909491949294939494949594969497949894999500950195029503950495059506950795089509951095119512951395149515951695179518951995209521952295239524952595269527952895299530953195329533953495359536953795389539954095419542954395449545954695479548954995509551955295539554955595569557955895599560956195629563956495659566956795689569957095719572957395749575957695779578957995809581958295839584958595869587958895899590959195929593959495959596959795989599960096019602960396049605960696079608960996109611961296139614961596169617961896199620962196229623962496259626962796289629963096319632963396349635963696379638963996409641964296439644964596469647964896499650965196529653965496559656965796589659966096619662966396649665966696679668966996709671967296739674967596769677967896799680968196829683968496859686968796889689969096919692969396949695969696979698969997009701970297039704970597069707970897099710971197129713971497159716971797189719972097219722972397249725972697279728972997309731973297339734973597369737973897399740974197429743974497459746974797489749975097519752975397549755975697579758975997609761976297639764976597669767976897699770977197729773977497759776977797789779978097819782978397849785978697879788978997909791979297939794979597969797979897999800980198029803980498059806980798089809981098119812981398149815981698179818981998209821982298239824982598269827982898299830983198329833983498359836983798389839984098419842984398449845984698479848984998509851985298539854985598569857985898599860986198629863986498659866986798689869987098719872987398749875987698779878987998809881988298839884988598869887988898899890989198929893989498959896989798989899990099019902990399049905990699079908990999109911991299139914991599169917991899199920992199229923992499259926992799289929993099319932993399349935993699379938993999409941994299439944994599469947994899499950995199529953995499559956995799589959996099619962996399649965996699679968996999709971997299739974997599769977997899799980998199829983998499859986998799889989999099919992999399949995999699979998999910000100011000210003100041000510006100071000810009100101001110012100131001410015100161001710018100191002010021100221002310024100251002610027100281002910030100311003210033100341003510036100371003810039100401004110042100431004410045100461004710048100491005010051100521005310054100551005610057100581005910060100611006210063100641006510066100671006810069100701007110072100731007410075100761007710078100791008010081100821008310084100851008610087100881008910090100911009210093100941009510096100971009810099101001010110102101031010410105101061010710108101091011010111101121011310114101151011610117101181011910120101211012210123101241012510126101271012810129101301013110132101331013410135101361013710138101391014010141101421014310144101451014610147101481014910150101511015210153101541015510156101571015810159101601016110162101631016410165101661016710168101691017010171101721017310174101751017610177101781017910180101811018210183101841018510186101871018810189101901019110192101931019410195101961019710198101991020010201102021020310204102051020610207102081020910210102111021210213102141021510216102171021810219102201022110222102231022410225102261022710228102291023010231102321023310234102351023610237102381023910240102411024210243102441024510246102471024810249102501025110252102531025410255102561025710258102591026010261102621026310264102651026610267102681026910270102711027210273102741027510276102771027810279102801028110282102831028410285102861028710288102891029010291102921029310294102951029610297102981029910300103011030210303103041030510306103071030810309103101031110312103131031410315103161031710318103191032010321103221032310324103251032610327103281032910330103311033210333103341033510336103371033810339103401034110342103431034410345103461034710348103491035010351103521035310354103551035610357103581035910360103611036210363103641036510366103671036810369103701037110372103731037410375103761037710378103791038010381103821038310384103851038610387103881038910390103911039210393103941039510396103971039810399104001040110402104031040410405104061040710408104091041010411104121041310414104151041610417104181041910420104211042210423104241042510426104271042810429104301043110432104331043410435104361043710438104391044010441104421044310444104451044610447104481044910450104511045210453104541045510456104571045810459104601046110462104631046410465104661046710468104691047010471104721047310474104751047610477104781047910480104811048210483104841048510486104871048810489104901049110492104931049410495104961049710498104991050010501105021050310504105051050610507105081050910510105111051210513105141051510516105171051810519105201052110522105231052410525105261052710528105291053010531105321053310534105351053610537105381053910540105411054210543105441054510546105471054810549105501055110552105531055410555105561055710558105591056010561105621056310564105651056610567105681056910570105711057210573105741057510576105771057810579105801058110582105831058410585105861058710588105891059010591105921059310594105951059610597105981059910600106011060210603106041060510606106071060810609106101061110612106131061410615106161061710618106191062010621106221062310624106251062610627106281062910630106311063210633106341063510636106371063810639106401064110642106431064410645106461064710648106491065010651106521065310654106551065610657106581065910660106611066210663106641066510666106671066810669106701067110672106731067410675106761067710678106791068010681106821068310684106851068610687106881068910690106911069210693106941069510696106971069810699107001070110702107031070410705107061070710708107091071010711107121071310714107151071610717107181071910720107211072210723107241072510726107271072810729107301073110732107331073410735107361073710738107391074010741107421074310744107451074610747107481074910750107511075210753107541075510756107571075810759107601076110762107631076410765107661076710768107691077010771107721077310774107751077610777107781077910780107811078210783107841078510786107871078810789107901079110792107931079410795107961079710798107991080010801108021080310804108051080610807108081080910810108111081210813108141081510816108171081810819108201082110822108231082410825108261082710828108291083010831108321083310834108351083610837108381083910840108411084210843108441084510846108471084810849108501085110852108531085410855108561085710858108591086010861108621086310864108651086610867108681086910870108711087210873108741087510876108771087810879108801088110882108831088410885108861088710888108891089010891108921089310894108951089610897108981089910900109011090210903109041090510906109071090810909109101091110912109131091410915109161091710918109191092010921109221092310924109251092610927109281092910930109311093210933109341093510936109371093810939109401094110942109431094410945109461094710948109491095010951109521095310954109551095610957109581095910960109611096210963109641096510966109671096810969109701097110972109731097410975109761097710978109791098010981109821098310984109851098610987109881098910990109911099210993109941099510996109971099810999110001100111002110031100411005110061100711008110091101011011110121101311014110151101611017110181101911020110211102211023110241102511026110271102811029110301103111032110331103411035110361103711038110391104011041110421104311044110451104611047110481104911050110511105211053110541105511056110571105811059110601106111062110631106411065110661106711068110691107011071110721107311074110751107611077110781107911080110811108211083110841108511086110871108811089110901109111092110931109411095110961109711098110991110011101111021110311104111051110611107111081110911110111111111211113111141111511116111171111811119111201112111122111231112411125111261112711128111291113011131111321113311134111351113611137111381113911140111411114211143111441114511146111471114811149111501115111152111531115411155111561115711158111591116011161111621116311164111651116611167111681116911170111711117211173111741117511176111771117811179111801118111182111831118411185111861118711188111891119011191111921119311194111951119611197111981119911200112011120211203112041120511206112071120811209112101121111212112131121411215112161121711218112191122011221112221122311224112251122611227112281122911230112311123211233112341123511236112371123811239112401124111242112431124411245112461124711248112491125011251112521125311254112551125611257112581125911260112611126211263112641126511266112671126811269112701127111272112731127411275112761127711278112791128011281112821128311284112851128611287112881128911290112911129211293112941129511296112971129811299113001130111302113031130411305113061130711308113091131011311113121131311314113151131611317113181131911320113211132211323113241132511326113271132811329113301133111332113331133411335113361133711338113391134011341113421134311344113451134611347113481134911350113511135211353113541135511356113571135811359113601136111362113631136411365113661136711368113691137011371113721137311374113751137611377113781137911380113811138211383113841138511386113871138811389113901139111392113931139411395113961139711398113991140011401114021140311404114051140611407114081140911410114111141211413114141141511416114171141811419114201142111422114231142411425114261142711428114291143011431114321143311434114351143611437114381143911440114411144211443114441144511446114471144811449114501145111452114531145411455114561145711458114591146011461114621146311464114651146611467114681146911470114711147211473114741147511476114771147811479114801148111482114831148411485114861148711488114891149011491114921149311494114951149611497114981149911500115011150211503115041150511506115071150811509115101151111512115131151411515115161151711518115191152011521115221152311524115251152611527115281152911530115311153211533115341153511536115371153811539115401154111542115431154411545115461154711548115491155011551115521155311554115551155611557115581155911560115611156211563115641156511566115671156811569115701157111572115731157411575115761157711578115791158011581115821158311584115851158611587115881158911590115911159211593115941159511596115971159811599116001160111602116031160411605116061160711608116091161011611116121161311614116151161611617116181161911620116211162211623116241162511626116271162811629116301163111632116331163411635116361163711638116391164011641116421164311644116451164611647116481164911650116511165211653116541165511656116571165811659116601166111662116631166411665116661166711668116691167011671116721167311674116751167611677116781167911680116811168211683116841168511686116871168811689116901169111692116931169411695116961169711698116991170011701117021170311704117051170611707117081170911710117111171211713117141171511716117171171811719117201172111722117231172411725117261172711728117291173011731117321173311734117351173611737117381173911740117411174211743117441174511746117471174811749117501175111752117531175411755117561175711758117591176011761117621176311764117651176611767117681176911770117711177211773117741177511776117771177811779117801178111782117831178411785117861178711788117891179011791117921179311794117951179611797117981179911800118011180211803118041180511806118071180811809118101181111812118131181411815118161181711818118191182011821118221182311824118251182611827118281182911830118311183211833118341183511836118371183811839118401184111842118431184411845118461184711848118491185011851118521185311854118551185611857118581185911860118611186211863118641186511866118671186811869118701187111872118731187411875118761187711878118791188011881118821188311884118851188611887118881188911890118911189211893118941189511896118971189811899119001190111902119031190411905119061190711908119091191011911119121191311914119151191611917119181191911920119211192211923119241192511926119271192811929119301193111932119331193411935119361193711938119391194011941119421194311944119451194611947119481194911950119511195211953119541195511956119571195811959119601196111962119631196411965119661196711968119691197011971119721197311974119751197611977119781197911980119811198211983119841198511986119871198811989119901199111992119931199411995119961199711998119991200012001120021200312004120051200612007120081200912010120111201212013120141201512016120171201812019120201202112022120231202412025120261202712028120291203012031120321203312034120351203612037120381203912040120411204212043120441204512046120471204812049120501205112052120531205412055120561205712058120591206012061120621206312064120651206612067120681206912070120711207212073120741207512076120771207812079120801208112082120831208412085120861208712088120891209012091120921209312094120951209612097120981209912100121011210212103121041210512106121071210812109121101211112112121131211412115121161211712118121191212012121121221212312124121251212612127121281212912130121311213212133121341213512136121371213812139121401214112142121431214412145121461214712148121491215012151121521215312154121551215612157121581215912160121611216212163121641216512166121671216812169121701217112172121731217412175121761217712178121791218012181121821218312184121851218612187121881218912190121911219212193121941219512196121971219812199122001220112202122031220412205122061220712208122091221012211122121221312214122151221612217122181221912220122211222212223122241222512226122271222812229122301223112232122331223412235122361223712238122391224012241122421224312244122451224612247122481224912250122511225212253122541225512256122571225812259122601226112262122631226412265122661226712268122691227012271122721227312274122751227612277122781227912280122811228212283122841228512286122871228812289122901229112292122931229412295122961229712298122991230012301123021230312304123051230612307123081230912310123111231212313123141231512316123171231812319123201232112322123231232412325123261232712328123291233012331123321233312334123351233612337123381233912340123411234212343123441234512346123471234812349123501235112352123531235412355123561235712358123591236012361123621236312364123651236612367123681236912370123711237212373123741237512376123771237812379123801238112382123831238412385123861238712388123891239012391123921239312394123951239612397123981239912400124011240212403124041240512406124071240812409124101241112412124131241412415124161241712418124191242012421124221242312424124251242612427124281242912430124311243212433124341243512436124371243812439124401244112442124431244412445124461244712448124491245012451124521245312454124551245612457124581245912460124611246212463124641246512466124671246812469124701247112472124731247412475124761247712478124791248012481124821248312484124851248612487124881248912490124911249212493124941249512496124971249812499125001250112502125031250412505125061250712508125091251012511125121251312514125151251612517125181251912520125211252212523125241252512526125271252812529125301253112532125331253412535125361253712538125391254012541125421254312544125451254612547125481254912550125511255212553125541255512556125571255812559125601256112562125631256412565125661256712568125691257012571125721257312574125751257612577125781257912580125811258212583125841258512586125871258812589125901259112592125931259412595125961259712598125991260012601126021260312604126051260612607126081260912610126111261212613126141261512616126171261812619126201262112622126231262412625126261262712628126291263012631126321263312634126351263612637126381263912640126411264212643126441264512646126471264812649126501265112652126531265412655126561265712658126591266012661126621266312664126651266612667126681266912670126711267212673126741267512676126771267812679126801268112682126831268412685126861268712688126891269012691126921269312694126951269612697126981269912700127011270212703127041270512706127071270812709127101271112712127131271412715127161271712718127191272012721127221272312724127251272612727127281272912730127311273212733127341273512736127371273812739127401274112742127431274412745127461274712748127491275012751127521275312754127551275612757127581275912760127611276212763127641276512766127671276812769127701277112772127731277412775127761277712778127791278012781127821278312784127851278612787127881278912790127911279212793127941279512796127971279812799128001280112802128031280412805128061280712808128091281012811128121281312814128151281612817128181281912820128211282212823128241282512826128271282812829128301283112832128331283412835128361283712838128391284012841128421284312844128451284612847128481284912850128511285212853128541285512856128571285812859128601286112862128631286412865128661286712868128691287012871128721287312874128751287612877128781287912880128811288212883128841288512886128871288812889128901289112892128931289412895128961289712898128991290012901129021290312904129051290612907129081290912910129111291212913129141291512916129171291812919129201292112922129231292412925129261292712928129291293012931129321293312934129351293612937129381293912940129411294212943129441294512946129471294812949129501295112952129531295412955129561295712958129591296012961129621296312964129651296612967129681296912970129711297212973129741297512976129771297812979129801298112982129831298412985129861298712988129891299012991129921299312994129951299612997129981299913000130011300213003130041300513006130071300813009130101301113012130131301413015130161301713018130191302013021130221302313024130251302613027130281302913030130311303213033130341303513036130371303813039130401304113042130431304413045130461304713048130491305013051130521305313054130551305613057130581305913060130611306213063130641306513066130671306813069130701307113072130731307413075130761307713078130791308013081130821308313084130851308613087130881308913090130911309213093130941309513096130971309813099131001310113102131031310413105131061310713108131091311013111131121311313114131151311613117131181311913120131211312213123131241312513126131271312813129131301313113132131331313413135131361313713138131391314013141131421314313144131451314613147131481314913150131511315213153131541315513156131571315813159131601316113162131631316413165131661316713168131691317013171131721317313174131751317613177131781317913180131811318213183131841318513186131871318813189131901319113192131931319413195131961319713198131991320013201132021320313204132051320613207132081320913210132111321213213132141321513216132171321813219132201322113222132231322413225132261322713228132291323013231132321323313234132351323613237132381323913240132411324213243132441324513246132471324813249132501325113252132531325413255132561325713258132591326013261132621326313264132651326613267132681326913270132711327213273132741327513276132771327813279132801328113282132831328413285132861328713288132891329013291132921329313294132951329613297132981329913300133011330213303133041330513306133071330813309133101331113312133131331413315133161331713318133191332013321133221332313324133251332613327133281332913330133311333213333133341333513336133371333813339133401334113342133431334413345133461334713348133491335013351133521335313354133551335613357133581335913360133611336213363133641336513366133671336813369133701337113372133731337413375133761337713378133791338013381133821338313384133851338613387133881338913390133911339213393133941339513396133971339813399134001340113402134031340413405134061340713408134091341013411134121341313414134151341613417134181341913420134211342213423134241342513426134271342813429134301343113432134331343413435134361343713438134391344013441134421344313444134451344613447134481344913450134511345213453134541345513456134571345813459134601346113462134631346413465134661346713468134691347013471134721347313474134751347613477134781347913480134811348213483134841348513486134871348813489134901349113492134931349413495134961349713498134991350013501135021350313504135051350613507135081350913510135111351213513135141351513516135171351813519135201352113522135231352413525135261352713528135291353013531135321353313534135351353613537135381353913540135411354213543135441354513546135471354813549135501355113552135531355413555135561355713558135591356013561135621356313564135651356613567135681356913570135711357213573135741357513576135771357813579135801358113582135831358413585135861358713588135891359013591135921359313594135951359613597135981359913600136011360213603136041360513606136071360813609136101361113612136131361413615136161361713618136191362013621136221362313624136251362613627136281362913630136311363213633136341363513636136371363813639136401364113642136431364413645136461364713648136491365013651136521365313654136551365613657136581365913660136611366213663136641366513666136671366813669136701367113672136731367413675136761367713678136791368013681136821368313684136851368613687136881368913690136911369213693136941369513696136971369813699137001370113702137031370413705137061370713708137091371013711137121371313714137151371613717137181371913720137211372213723137241372513726137271372813729137301373113732137331373413735137361373713738137391374013741137421374313744137451374613747137481374913750137511375213753137541375513756137571375813759137601376113762137631376413765137661376713768137691377013771137721377313774137751377613777137781377913780137811378213783137841378513786137871378813789137901379113792137931379413795137961379713798137991380013801138021380313804138051380613807138081380913810138111381213813138141381513816138171381813819138201382113822138231382413825138261382713828138291383013831138321383313834138351383613837138381383913840138411384213843138441384513846138471384813849138501385113852138531385413855138561385713858138591386013861138621386313864138651386613867138681386913870138711387213873138741387513876138771387813879138801388113882138831388413885138861388713888138891389013891138921389313894138951389613897138981389913900139011390213903139041390513906139071390813909139101391113912139131391413915139161391713918139191392013921139221392313924139251392613927139281392913930139311393213933139341393513936139371393813939139401394113942139431394413945139461394713948139491395013951139521395313954139551395613957139581395913960139611396213963139641396513966139671396813969139701397113972139731397413975139761397713978139791398013981139821398313984139851398613987139881398913990139911399213993139941399513996139971399813999140001400114002140031400414005140061400714008140091401014011140121401314014140151401614017140181401914020140211402214023140241402514026140271402814029140301403114032140331403414035140361403714038140391404014041140421404314044140451404614047140481404914050140511405214053140541405514056140571405814059140601406114062140631406414065140661406714068140691407014071140721407314074140751407614077140781407914080140811408214083140841408514086140871408814089140901409114092140931409414095140961409714098140991410014101141021410314104141051410614107141081410914110141111411214113141141411514116141171411814119141201412114122141231412414125141261412714128141291413014131141321413314134141351413614137141381413914140141411414214143141441414514146141471414814149141501415114152141531415414155141561415714158141591416014161141621416314164141651416614167141681416914170141711417214173141741417514176141771417814179141801418114182141831418414185141861418714188141891419014191
  1. {
  2. "name": "intelligent-etmf-system-applet",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "intelligent-etmf-system-applet",
  9. "version": "1.0.0",
  10. "dependencies": {
  11. "@dcloudio/uni-app": "^3.0.0-alpha-4020220360004",
  12. "@dcloudio/uni-app-plus": "^3.0.0-alpha-4020220360004",
  13. "@dcloudio/uni-h5": "^3.0.0-alpha-4020220360004",
  14. "@dcloudio/uni-mp-weixin": "^3.0.0-alpha-4020220360004",
  15. "pinia": "^2.3.1",
  16. "vue": "^3.4.0"
  17. },
  18. "devDependencies": {
  19. "@dcloudio/types": "^3.4.0",
  20. "@dcloudio/uni-automator": "^3.0.0-alpha-4020220360004",
  21. "@dcloudio/uni-cli-shared": "^3.0.0-alpha-4020220360004",
  22. "@dcloudio/vite-plugin-uni": "^3.0.0-alpha-4020220360004",
  23. "sass": "^1.69.5",
  24. "sass-loader": "^13.3.2",
  25. "vite": "^5.0.0"
  26. },
  27. "engines": {
  28. "node": ">=18.0.0",
  29. "npm": ">=9.0.0"
  30. }
  31. },
  32. "node_modules/@ampproject/remapping": {
  33. "version": "2.3.0",
  34. "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
  35. "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
  36. "license": "Apache-2.0",
  37. "dependencies": {
  38. "@jridgewell/gen-mapping": "^0.3.5",
  39. "@jridgewell/trace-mapping": "^0.3.24"
  40. },
  41. "engines": {
  42. "node": ">=6.0.0"
  43. }
  44. },
  45. "node_modules/@babel/code-frame": {
  46. "version": "7.24.7",
  47. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz",
  48. "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==",
  49. "license": "MIT",
  50. "dependencies": {
  51. "@babel/highlight": "^7.24.7",
  52. "picocolors": "^1.0.0"
  53. },
  54. "engines": {
  55. "node": ">=6.9.0"
  56. }
  57. },
  58. "node_modules/@babel/compat-data": {
  59. "version": "7.28.5",
  60. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz",
  61. "integrity": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==",
  62. "license": "MIT",
  63. "engines": {
  64. "node": ">=6.9.0"
  65. }
  66. },
  67. "node_modules/@babel/core": {
  68. "version": "7.25.2",
  69. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz",
  70. "integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==",
  71. "license": "MIT",
  72. "peer": true,
  73. "dependencies": {
  74. "@ampproject/remapping": "^2.2.0",
  75. "@babel/code-frame": "^7.24.7",
  76. "@babel/generator": "^7.25.0",
  77. "@babel/helper-compilation-targets": "^7.25.2",
  78. "@babel/helper-module-transforms": "^7.25.2",
  79. "@babel/helpers": "^7.25.0",
  80. "@babel/parser": "^7.25.0",
  81. "@babel/template": "^7.25.0",
  82. "@babel/traverse": "^7.25.2",
  83. "@babel/types": "^7.25.2",
  84. "convert-source-map": "^2.0.0",
  85. "debug": "^4.1.0",
  86. "gensync": "^1.0.0-beta.2",
  87. "json5": "^2.2.3",
  88. "semver": "^6.3.1"
  89. },
  90. "engines": {
  91. "node": ">=6.9.0"
  92. },
  93. "funding": {
  94. "type": "opencollective",
  95. "url": "https://opencollective.com/babel"
  96. }
  97. },
  98. "node_modules/@babel/generator": {
  99. "version": "7.28.5",
  100. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
  101. "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
  102. "license": "MIT",
  103. "dependencies": {
  104. "@babel/parser": "^7.28.5",
  105. "@babel/types": "^7.28.5",
  106. "@jridgewell/gen-mapping": "^0.3.12",
  107. "@jridgewell/trace-mapping": "^0.3.28",
  108. "jsesc": "^3.0.2"
  109. },
  110. "engines": {
  111. "node": ">=6.9.0"
  112. }
  113. },
  114. "node_modules/@babel/generator/node_modules/@babel/parser": {
  115. "version": "7.28.5",
  116. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
  117. "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
  118. "license": "MIT",
  119. "dependencies": {
  120. "@babel/types": "^7.28.5"
  121. },
  122. "bin": {
  123. "parser": "bin/babel-parser.js"
  124. },
  125. "engines": {
  126. "node": ">=6.0.0"
  127. }
  128. },
  129. "node_modules/@babel/generator/node_modules/@babel/types": {
  130. "version": "7.28.5",
  131. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
  132. "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
  133. "license": "MIT",
  134. "dependencies": {
  135. "@babel/helper-string-parser": "^7.27.1",
  136. "@babel/helper-validator-identifier": "^7.28.5"
  137. },
  138. "engines": {
  139. "node": ">=6.9.0"
  140. }
  141. },
  142. "node_modules/@babel/helper-annotate-as-pure": {
  143. "version": "7.27.3",
  144. "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz",
  145. "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==",
  146. "dev": true,
  147. "license": "MIT",
  148. "dependencies": {
  149. "@babel/types": "^7.27.3"
  150. },
  151. "engines": {
  152. "node": ">=6.9.0"
  153. }
  154. },
  155. "node_modules/@babel/helper-annotate-as-pure/node_modules/@babel/types": {
  156. "version": "7.28.5",
  157. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
  158. "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
  159. "dev": true,
  160. "license": "MIT",
  161. "dependencies": {
  162. "@babel/helper-string-parser": "^7.27.1",
  163. "@babel/helper-validator-identifier": "^7.28.5"
  164. },
  165. "engines": {
  166. "node": ">=6.9.0"
  167. }
  168. },
  169. "node_modules/@babel/helper-compilation-targets": {
  170. "version": "7.27.2",
  171. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
  172. "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
  173. "license": "MIT",
  174. "dependencies": {
  175. "@babel/compat-data": "^7.27.2",
  176. "@babel/helper-validator-option": "^7.27.1",
  177. "browserslist": "^4.24.0",
  178. "lru-cache": "^5.1.1",
  179. "semver": "^6.3.1"
  180. },
  181. "engines": {
  182. "node": ">=6.9.0"
  183. }
  184. },
  185. "node_modules/@babel/helper-create-class-features-plugin": {
  186. "version": "7.28.5",
  187. "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz",
  188. "integrity": "sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==",
  189. "dev": true,
  190. "license": "MIT",
  191. "dependencies": {
  192. "@babel/helper-annotate-as-pure": "^7.27.3",
  193. "@babel/helper-member-expression-to-functions": "^7.28.5",
  194. "@babel/helper-optimise-call-expression": "^7.27.1",
  195. "@babel/helper-replace-supers": "^7.27.1",
  196. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  197. "@babel/traverse": "^7.28.5",
  198. "semver": "^6.3.1"
  199. },
  200. "engines": {
  201. "node": ">=6.9.0"
  202. },
  203. "peerDependencies": {
  204. "@babel/core": "^7.0.0"
  205. }
  206. },
  207. "node_modules/@babel/helper-create-regexp-features-plugin": {
  208. "version": "7.28.5",
  209. "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.28.5.tgz",
  210. "integrity": "sha512-N1EhvLtHzOvj7QQOUCCS3NrPJP8c5W6ZXCHDn7Yialuy1iu4r5EmIYkXlKNqT99Ciw+W0mDqWoR6HWMZlFP3hw==",
  211. "dev": true,
  212. "license": "MIT",
  213. "dependencies": {
  214. "@babel/helper-annotate-as-pure": "^7.27.3",
  215. "regexpu-core": "^6.3.1",
  216. "semver": "^6.3.1"
  217. },
  218. "engines": {
  219. "node": ">=6.9.0"
  220. },
  221. "peerDependencies": {
  222. "@babel/core": "^7.0.0"
  223. }
  224. },
  225. "node_modules/@babel/helper-define-polyfill-provider": {
  226. "version": "0.6.5",
  227. "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.5.tgz",
  228. "integrity": "sha512-uJnGFcPsWQK8fvjgGP5LZUZZsYGIoPeRjSF5PGwrelYgq7Q15/Ft9NGFp1zglwgIv//W0uG4BevRuSJRyylZPg==",
  229. "dev": true,
  230. "license": "MIT",
  231. "dependencies": {
  232. "@babel/helper-compilation-targets": "^7.27.2",
  233. "@babel/helper-plugin-utils": "^7.27.1",
  234. "debug": "^4.4.1",
  235. "lodash.debounce": "^4.0.8",
  236. "resolve": "^1.22.10"
  237. },
  238. "peerDependencies": {
  239. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  240. }
  241. },
  242. "node_modules/@babel/helper-define-polyfill-provider/node_modules/debug": {
  243. "version": "4.4.3",
  244. "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
  245. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  246. "dev": true,
  247. "license": "MIT",
  248. "dependencies": {
  249. "ms": "^2.1.3"
  250. },
  251. "engines": {
  252. "node": ">=6.0"
  253. },
  254. "peerDependenciesMeta": {
  255. "supports-color": {
  256. "optional": true
  257. }
  258. }
  259. },
  260. "node_modules/@babel/helper-define-polyfill-provider/node_modules/resolve": {
  261. "version": "1.22.11",
  262. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
  263. "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
  264. "dev": true,
  265. "license": "MIT",
  266. "dependencies": {
  267. "is-core-module": "^2.16.1",
  268. "path-parse": "^1.0.7",
  269. "supports-preserve-symlinks-flag": "^1.0.0"
  270. },
  271. "bin": {
  272. "resolve": "bin/resolve"
  273. },
  274. "engines": {
  275. "node": ">= 0.4"
  276. },
  277. "funding": {
  278. "url": "https://github.com/sponsors/ljharb"
  279. }
  280. },
  281. "node_modules/@babel/helper-globals": {
  282. "version": "7.28.0",
  283. "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
  284. "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
  285. "license": "MIT",
  286. "engines": {
  287. "node": ">=6.9.0"
  288. }
  289. },
  290. "node_modules/@babel/helper-member-expression-to-functions": {
  291. "version": "7.28.5",
  292. "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz",
  293. "integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==",
  294. "dev": true,
  295. "license": "MIT",
  296. "dependencies": {
  297. "@babel/traverse": "^7.28.5",
  298. "@babel/types": "^7.28.5"
  299. },
  300. "engines": {
  301. "node": ">=6.9.0"
  302. }
  303. },
  304. "node_modules/@babel/helper-member-expression-to-functions/node_modules/@babel/types": {
  305. "version": "7.28.5",
  306. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
  307. "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
  308. "dev": true,
  309. "license": "MIT",
  310. "dependencies": {
  311. "@babel/helper-string-parser": "^7.27.1",
  312. "@babel/helper-validator-identifier": "^7.28.5"
  313. },
  314. "engines": {
  315. "node": ">=6.9.0"
  316. }
  317. },
  318. "node_modules/@babel/helper-module-imports": {
  319. "version": "7.27.1",
  320. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
  321. "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
  322. "license": "MIT",
  323. "dependencies": {
  324. "@babel/traverse": "^7.27.1",
  325. "@babel/types": "^7.27.1"
  326. },
  327. "engines": {
  328. "node": ">=6.9.0"
  329. }
  330. },
  331. "node_modules/@babel/helper-module-imports/node_modules/@babel/types": {
  332. "version": "7.28.5",
  333. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
  334. "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
  335. "license": "MIT",
  336. "dependencies": {
  337. "@babel/helper-string-parser": "^7.27.1",
  338. "@babel/helper-validator-identifier": "^7.28.5"
  339. },
  340. "engines": {
  341. "node": ">=6.9.0"
  342. }
  343. },
  344. "node_modules/@babel/helper-module-transforms": {
  345. "version": "7.28.3",
  346. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz",
  347. "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==",
  348. "license": "MIT",
  349. "dependencies": {
  350. "@babel/helper-module-imports": "^7.27.1",
  351. "@babel/helper-validator-identifier": "^7.27.1",
  352. "@babel/traverse": "^7.28.3"
  353. },
  354. "engines": {
  355. "node": ">=6.9.0"
  356. },
  357. "peerDependencies": {
  358. "@babel/core": "^7.0.0"
  359. }
  360. },
  361. "node_modules/@babel/helper-optimise-call-expression": {
  362. "version": "7.27.1",
  363. "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",
  364. "integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==",
  365. "dev": true,
  366. "license": "MIT",
  367. "dependencies": {
  368. "@babel/types": "^7.27.1"
  369. },
  370. "engines": {
  371. "node": ">=6.9.0"
  372. }
  373. },
  374. "node_modules/@babel/helper-optimise-call-expression/node_modules/@babel/types": {
  375. "version": "7.28.5",
  376. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
  377. "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
  378. "dev": true,
  379. "license": "MIT",
  380. "dependencies": {
  381. "@babel/helper-string-parser": "^7.27.1",
  382. "@babel/helper-validator-identifier": "^7.28.5"
  383. },
  384. "engines": {
  385. "node": ">=6.9.0"
  386. }
  387. },
  388. "node_modules/@babel/helper-plugin-utils": {
  389. "version": "7.27.1",
  390. "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
  391. "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
  392. "dev": true,
  393. "license": "MIT",
  394. "engines": {
  395. "node": ">=6.9.0"
  396. }
  397. },
  398. "node_modules/@babel/helper-remap-async-to-generator": {
  399. "version": "7.27.1",
  400. "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz",
  401. "integrity": "sha512-7fiA521aVw8lSPeI4ZOD3vRFkoqkJcS+z4hFo82bFSH/2tNd6eJ5qCVMS5OzDmZh/kaHQeBaeyxK6wljcPtveA==",
  402. "dev": true,
  403. "license": "MIT",
  404. "dependencies": {
  405. "@babel/helper-annotate-as-pure": "^7.27.1",
  406. "@babel/helper-wrap-function": "^7.27.1",
  407. "@babel/traverse": "^7.27.1"
  408. },
  409. "engines": {
  410. "node": ">=6.9.0"
  411. },
  412. "peerDependencies": {
  413. "@babel/core": "^7.0.0"
  414. }
  415. },
  416. "node_modules/@babel/helper-replace-supers": {
  417. "version": "7.27.1",
  418. "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz",
  419. "integrity": "sha512-7EHz6qDZc8RYS5ElPoShMheWvEgERonFCs7IAonWLLUTXW59DP14bCZt89/GKyreYn8g3S83m21FelHKbeDCKA==",
  420. "dev": true,
  421. "license": "MIT",
  422. "dependencies": {
  423. "@babel/helper-member-expression-to-functions": "^7.27.1",
  424. "@babel/helper-optimise-call-expression": "^7.27.1",
  425. "@babel/traverse": "^7.27.1"
  426. },
  427. "engines": {
  428. "node": ">=6.9.0"
  429. },
  430. "peerDependencies": {
  431. "@babel/core": "^7.0.0"
  432. }
  433. },
  434. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  435. "version": "7.27.1",
  436. "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz",
  437. "integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==",
  438. "dev": true,
  439. "license": "MIT",
  440. "dependencies": {
  441. "@babel/traverse": "^7.27.1",
  442. "@babel/types": "^7.27.1"
  443. },
  444. "engines": {
  445. "node": ">=6.9.0"
  446. }
  447. },
  448. "node_modules/@babel/helper-skip-transparent-expression-wrappers/node_modules/@babel/types": {
  449. "version": "7.28.5",
  450. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
  451. "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
  452. "dev": true,
  453. "license": "MIT",
  454. "dependencies": {
  455. "@babel/helper-string-parser": "^7.27.1",
  456. "@babel/helper-validator-identifier": "^7.28.5"
  457. },
  458. "engines": {
  459. "node": ">=6.9.0"
  460. }
  461. },
  462. "node_modules/@babel/helper-string-parser": {
  463. "version": "7.27.1",
  464. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  465. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  466. "license": "MIT",
  467. "engines": {
  468. "node": ">=6.9.0"
  469. }
  470. },
  471. "node_modules/@babel/helper-validator-identifier": {
  472. "version": "7.28.5",
  473. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  474. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  475. "license": "MIT",
  476. "engines": {
  477. "node": ">=6.9.0"
  478. }
  479. },
  480. "node_modules/@babel/helper-validator-option": {
  481. "version": "7.27.1",
  482. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
  483. "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
  484. "license": "MIT",
  485. "engines": {
  486. "node": ">=6.9.0"
  487. }
  488. },
  489. "node_modules/@babel/helper-wrap-function": {
  490. "version": "7.28.3",
  491. "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.28.3.tgz",
  492. "integrity": "sha512-zdf983tNfLZFletc0RRXYrHrucBEg95NIFMkn6K9dbeMYnsgHaSBGcQqdsCSStG2PYwRre0Qc2NNSCXbG+xc6g==",
  493. "dev": true,
  494. "license": "MIT",
  495. "dependencies": {
  496. "@babel/template": "^7.27.2",
  497. "@babel/traverse": "^7.28.3",
  498. "@babel/types": "^7.28.2"
  499. },
  500. "engines": {
  501. "node": ">=6.9.0"
  502. }
  503. },
  504. "node_modules/@babel/helper-wrap-function/node_modules/@babel/types": {
  505. "version": "7.28.5",
  506. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
  507. "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
  508. "dev": true,
  509. "license": "MIT",
  510. "dependencies": {
  511. "@babel/helper-string-parser": "^7.27.1",
  512. "@babel/helper-validator-identifier": "^7.28.5"
  513. },
  514. "engines": {
  515. "node": ">=6.9.0"
  516. }
  517. },
  518. "node_modules/@babel/helpers": {
  519. "version": "7.28.4",
  520. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz",
  521. "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",
  522. "license": "MIT",
  523. "dependencies": {
  524. "@babel/template": "^7.27.2",
  525. "@babel/types": "^7.28.4"
  526. },
  527. "engines": {
  528. "node": ">=6.9.0"
  529. }
  530. },
  531. "node_modules/@babel/helpers/node_modules/@babel/types": {
  532. "version": "7.28.5",
  533. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
  534. "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
  535. "license": "MIT",
  536. "dependencies": {
  537. "@babel/helper-string-parser": "^7.27.1",
  538. "@babel/helper-validator-identifier": "^7.28.5"
  539. },
  540. "engines": {
  541. "node": ">=6.9.0"
  542. }
  543. },
  544. "node_modules/@babel/highlight": {
  545. "version": "7.25.9",
  546. "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.25.9.tgz",
  547. "integrity": "sha512-llL88JShoCsth8fF8R4SJnIn+WLvR6ccFxu1H3FlMhDontdcmZWf2HgIZ7AIqV3Xcck1idlohrN4EUBQz6klbw==",
  548. "license": "MIT",
  549. "dependencies": {
  550. "@babel/helper-validator-identifier": "^7.25.9",
  551. "chalk": "^2.4.2",
  552. "js-tokens": "^4.0.0",
  553. "picocolors": "^1.0.0"
  554. },
  555. "engines": {
  556. "node": ">=6.9.0"
  557. }
  558. },
  559. "node_modules/@babel/parser": {
  560. "version": "7.25.6",
  561. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.6.tgz",
  562. "integrity": "sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==",
  563. "license": "MIT",
  564. "dependencies": {
  565. "@babel/types": "^7.25.6"
  566. },
  567. "bin": {
  568. "parser": "bin/babel-parser.js"
  569. },
  570. "engines": {
  571. "node": ">=6.0.0"
  572. }
  573. },
  574. "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
  575. "version": "7.28.5",
  576. "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.28.5.tgz",
  577. "integrity": "sha512-87GDMS3tsmMSi/3bWOte1UblL+YUTFMV8SZPZ2eSEL17s74Cw/l63rR6NmGVKMYW2GYi85nE+/d6Hw5N0bEk2Q==",
  578. "dev": true,
  579. "license": "MIT",
  580. "dependencies": {
  581. "@babel/helper-plugin-utils": "^7.27.1",
  582. "@babel/traverse": "^7.28.5"
  583. },
  584. "engines": {
  585. "node": ">=6.9.0"
  586. },
  587. "peerDependencies": {
  588. "@babel/core": "^7.0.0"
  589. }
  590. },
  591. "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": {
  592. "version": "7.27.1",
  593. "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.27.1.tgz",
  594. "integrity": "sha512-qNeq3bCKnGgLkEXUuFry6dPlGfCdQNZbn7yUAPCInwAJHMU7THJfrBSozkcWq5sNM6RcF3S8XyQL2A52KNR9IA==",
  595. "dev": true,
  596. "license": "MIT",
  597. "dependencies": {
  598. "@babel/helper-plugin-utils": "^7.27.1"
  599. },
  600. "engines": {
  601. "node": ">=6.9.0"
  602. },
  603. "peerDependencies": {
  604. "@babel/core": "^7.0.0"
  605. }
  606. },
  607. "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
  608. "version": "7.27.1",
  609. "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.27.1.tgz",
  610. "integrity": "sha512-g4L7OYun04N1WyqMNjldFwlfPCLVkgB54A/YCXICZYBsvJJE3kByKv9c9+R/nAfmIfjl2rKYLNyMHboYbZaWaA==",
  611. "dev": true,
  612. "license": "MIT",
  613. "dependencies": {
  614. "@babel/helper-plugin-utils": "^7.27.1"
  615. },
  616. "engines": {
  617. "node": ">=6.9.0"
  618. },
  619. "peerDependencies": {
  620. "@babel/core": "^7.0.0"
  621. }
  622. },
  623. "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
  624. "version": "7.27.1",
  625. "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.27.1.tgz",
  626. "integrity": "sha512-oO02gcONcD5O1iTLi/6frMJBIwWEHceWGSGqrpCmEL8nogiS6J9PBlE48CaK20/Jx1LuRml9aDftLgdjXT8+Cw==",
  627. "dev": true,
  628. "license": "MIT",
  629. "dependencies": {
  630. "@babel/helper-plugin-utils": "^7.27.1",
  631. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  632. "@babel/plugin-transform-optional-chaining": "^7.27.1"
  633. },
  634. "engines": {
  635. "node": ">=6.9.0"
  636. },
  637. "peerDependencies": {
  638. "@babel/core": "^7.13.0"
  639. }
  640. },
  641. "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
  642. "version": "7.28.3",
  643. "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.28.3.tgz",
  644. "integrity": "sha512-b6YTX108evsvE4YgWyQ921ZAFFQm3Bn+CA3+ZXlNVnPhx+UfsVURoPjfGAPCjBgrqo30yX/C2nZGX96DxvR9Iw==",
  645. "dev": true,
  646. "license": "MIT",
  647. "dependencies": {
  648. "@babel/helper-plugin-utils": "^7.27.1",
  649. "@babel/traverse": "^7.28.3"
  650. },
  651. "engines": {
  652. "node": ">=6.9.0"
  653. },
  654. "peerDependencies": {
  655. "@babel/core": "^7.0.0"
  656. }
  657. },
  658. "node_modules/@babel/plugin-proposal-private-property-in-object": {
  659. "version": "7.21.0-placeholder-for-preset-env.2",
  660. "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",
  661. "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==",
  662. "dev": true,
  663. "license": "MIT",
  664. "engines": {
  665. "node": ">=6.9.0"
  666. },
  667. "peerDependencies": {
  668. "@babel/core": "^7.0.0-0"
  669. }
  670. },
  671. "node_modules/@babel/plugin-syntax-async-generators": {
  672. "version": "7.8.4",
  673. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
  674. "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
  675. "dev": true,
  676. "license": "MIT",
  677. "dependencies": {
  678. "@babel/helper-plugin-utils": "^7.8.0"
  679. },
  680. "peerDependencies": {
  681. "@babel/core": "^7.0.0-0"
  682. }
  683. },
  684. "node_modules/@babel/plugin-syntax-bigint": {
  685. "version": "7.8.3",
  686. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
  687. "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
  688. "dev": true,
  689. "license": "MIT",
  690. "dependencies": {
  691. "@babel/helper-plugin-utils": "^7.8.0"
  692. },
  693. "peerDependencies": {
  694. "@babel/core": "^7.0.0-0"
  695. }
  696. },
  697. "node_modules/@babel/plugin-syntax-class-properties": {
  698. "version": "7.12.13",
  699. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
  700. "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
  701. "dev": true,
  702. "license": "MIT",
  703. "dependencies": {
  704. "@babel/helper-plugin-utils": "^7.12.13"
  705. },
  706. "peerDependencies": {
  707. "@babel/core": "^7.0.0-0"
  708. }
  709. },
  710. "node_modules/@babel/plugin-syntax-class-static-block": {
  711. "version": "7.14.5",
  712. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
  713. "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
  714. "dev": true,
  715. "license": "MIT",
  716. "dependencies": {
  717. "@babel/helper-plugin-utils": "^7.14.5"
  718. },
  719. "engines": {
  720. "node": ">=6.9.0"
  721. },
  722. "peerDependencies": {
  723. "@babel/core": "^7.0.0-0"
  724. }
  725. },
  726. "node_modules/@babel/plugin-syntax-import-assertions": {
  727. "version": "7.27.1",
  728. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.27.1.tgz",
  729. "integrity": "sha512-UT/Jrhw57xg4ILHLFnzFpPDlMbcdEicaAtjPQpbj9wa8T4r5KVWCimHcL/460g8Ht0DMxDyjsLgiWSkVjnwPFg==",
  730. "dev": true,
  731. "license": "MIT",
  732. "dependencies": {
  733. "@babel/helper-plugin-utils": "^7.27.1"
  734. },
  735. "engines": {
  736. "node": ">=6.9.0"
  737. },
  738. "peerDependencies": {
  739. "@babel/core": "^7.0.0-0"
  740. }
  741. },
  742. "node_modules/@babel/plugin-syntax-import-attributes": {
  743. "version": "7.27.1",
  744. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.27.1.tgz",
  745. "integrity": "sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==",
  746. "dev": true,
  747. "license": "MIT",
  748. "dependencies": {
  749. "@babel/helper-plugin-utils": "^7.27.1"
  750. },
  751. "engines": {
  752. "node": ">=6.9.0"
  753. },
  754. "peerDependencies": {
  755. "@babel/core": "^7.0.0-0"
  756. }
  757. },
  758. "node_modules/@babel/plugin-syntax-import-meta": {
  759. "version": "7.10.4",
  760. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  761. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  762. "dev": true,
  763. "license": "MIT",
  764. "dependencies": {
  765. "@babel/helper-plugin-utils": "^7.10.4"
  766. },
  767. "peerDependencies": {
  768. "@babel/core": "^7.0.0-0"
  769. }
  770. },
  771. "node_modules/@babel/plugin-syntax-json-strings": {
  772. "version": "7.8.3",
  773. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
  774. "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
  775. "dev": true,
  776. "license": "MIT",
  777. "dependencies": {
  778. "@babel/helper-plugin-utils": "^7.8.0"
  779. },
  780. "peerDependencies": {
  781. "@babel/core": "^7.0.0-0"
  782. }
  783. },
  784. "node_modules/@babel/plugin-syntax-jsx": {
  785. "version": "7.27.1",
  786. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
  787. "integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
  788. "dev": true,
  789. "license": "MIT",
  790. "dependencies": {
  791. "@babel/helper-plugin-utils": "^7.27.1"
  792. },
  793. "engines": {
  794. "node": ">=6.9.0"
  795. },
  796. "peerDependencies": {
  797. "@babel/core": "^7.0.0-0"
  798. }
  799. },
  800. "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
  801. "version": "7.10.4",
  802. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
  803. "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
  804. "dev": true,
  805. "license": "MIT",
  806. "dependencies": {
  807. "@babel/helper-plugin-utils": "^7.10.4"
  808. },
  809. "peerDependencies": {
  810. "@babel/core": "^7.0.0-0"
  811. }
  812. },
  813. "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
  814. "version": "7.8.3",
  815. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
  816. "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
  817. "dev": true,
  818. "license": "MIT",
  819. "dependencies": {
  820. "@babel/helper-plugin-utils": "^7.8.0"
  821. },
  822. "peerDependencies": {
  823. "@babel/core": "^7.0.0-0"
  824. }
  825. },
  826. "node_modules/@babel/plugin-syntax-numeric-separator": {
  827. "version": "7.10.4",
  828. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
  829. "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
  830. "dev": true,
  831. "license": "MIT",
  832. "dependencies": {
  833. "@babel/helper-plugin-utils": "^7.10.4"
  834. },
  835. "peerDependencies": {
  836. "@babel/core": "^7.0.0-0"
  837. }
  838. },
  839. "node_modules/@babel/plugin-syntax-object-rest-spread": {
  840. "version": "7.8.3",
  841. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
  842. "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
  843. "dev": true,
  844. "license": "MIT",
  845. "dependencies": {
  846. "@babel/helper-plugin-utils": "^7.8.0"
  847. },
  848. "peerDependencies": {
  849. "@babel/core": "^7.0.0-0"
  850. }
  851. },
  852. "node_modules/@babel/plugin-syntax-optional-catch-binding": {
  853. "version": "7.8.3",
  854. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
  855. "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
  856. "dev": true,
  857. "license": "MIT",
  858. "dependencies": {
  859. "@babel/helper-plugin-utils": "^7.8.0"
  860. },
  861. "peerDependencies": {
  862. "@babel/core": "^7.0.0-0"
  863. }
  864. },
  865. "node_modules/@babel/plugin-syntax-optional-chaining": {
  866. "version": "7.8.3",
  867. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
  868. "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
  869. "dev": true,
  870. "license": "MIT",
  871. "dependencies": {
  872. "@babel/helper-plugin-utils": "^7.8.0"
  873. },
  874. "peerDependencies": {
  875. "@babel/core": "^7.0.0-0"
  876. }
  877. },
  878. "node_modules/@babel/plugin-syntax-private-property-in-object": {
  879. "version": "7.14.5",
  880. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
  881. "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
  882. "dev": true,
  883. "license": "MIT",
  884. "dependencies": {
  885. "@babel/helper-plugin-utils": "^7.14.5"
  886. },
  887. "engines": {
  888. "node": ">=6.9.0"
  889. },
  890. "peerDependencies": {
  891. "@babel/core": "^7.0.0-0"
  892. }
  893. },
  894. "node_modules/@babel/plugin-syntax-top-level-await": {
  895. "version": "7.14.5",
  896. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
  897. "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
  898. "dev": true,
  899. "license": "MIT",
  900. "dependencies": {
  901. "@babel/helper-plugin-utils": "^7.14.5"
  902. },
  903. "engines": {
  904. "node": ">=6.9.0"
  905. },
  906. "peerDependencies": {
  907. "@babel/core": "^7.0.0-0"
  908. }
  909. },
  910. "node_modules/@babel/plugin-syntax-typescript": {
  911. "version": "7.27.1",
  912. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz",
  913. "integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==",
  914. "dev": true,
  915. "license": "MIT",
  916. "dependencies": {
  917. "@babel/helper-plugin-utils": "^7.27.1"
  918. },
  919. "engines": {
  920. "node": ">=6.9.0"
  921. },
  922. "peerDependencies": {
  923. "@babel/core": "^7.0.0-0"
  924. }
  925. },
  926. "node_modules/@babel/plugin-syntax-unicode-sets-regex": {
  927. "version": "7.18.6",
  928. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz",
  929. "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==",
  930. "dev": true,
  931. "license": "MIT",
  932. "dependencies": {
  933. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  934. "@babel/helper-plugin-utils": "^7.18.6"
  935. },
  936. "engines": {
  937. "node": ">=6.9.0"
  938. },
  939. "peerDependencies": {
  940. "@babel/core": "^7.0.0"
  941. }
  942. },
  943. "node_modules/@babel/plugin-transform-arrow-functions": {
  944. "version": "7.27.1",
  945. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.27.1.tgz",
  946. "integrity": "sha512-8Z4TGic6xW70FKThA5HYEKKyBpOOsucTOD1DjU3fZxDg+K3zBJcXMFnt/4yQiZnf5+MiOMSXQ9PaEK/Ilh1DeA==",
  947. "dev": true,
  948. "license": "MIT",
  949. "dependencies": {
  950. "@babel/helper-plugin-utils": "^7.27.1"
  951. },
  952. "engines": {
  953. "node": ">=6.9.0"
  954. },
  955. "peerDependencies": {
  956. "@babel/core": "^7.0.0-0"
  957. }
  958. },
  959. "node_modules/@babel/plugin-transform-async-generator-functions": {
  960. "version": "7.28.0",
  961. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.0.tgz",
  962. "integrity": "sha512-BEOdvX4+M765icNPZeidyADIvQ1m1gmunXufXxvRESy/jNNyfovIqUyE7MVgGBjWktCoJlzvFA1To2O4ymIO3Q==",
  963. "dev": true,
  964. "license": "MIT",
  965. "dependencies": {
  966. "@babel/helper-plugin-utils": "^7.27.1",
  967. "@babel/helper-remap-async-to-generator": "^7.27.1",
  968. "@babel/traverse": "^7.28.0"
  969. },
  970. "engines": {
  971. "node": ">=6.9.0"
  972. },
  973. "peerDependencies": {
  974. "@babel/core": "^7.0.0-0"
  975. }
  976. },
  977. "node_modules/@babel/plugin-transform-async-to-generator": {
  978. "version": "7.27.1",
  979. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.27.1.tgz",
  980. "integrity": "sha512-NREkZsZVJS4xmTr8qzE5y8AfIPqsdQfRuUiLRTEzb7Qii8iFWCyDKaUV2c0rCuh4ljDZ98ALHP/PetiBV2nddA==",
  981. "dev": true,
  982. "license": "MIT",
  983. "dependencies": {
  984. "@babel/helper-module-imports": "^7.27.1",
  985. "@babel/helper-plugin-utils": "^7.27.1",
  986. "@babel/helper-remap-async-to-generator": "^7.27.1"
  987. },
  988. "engines": {
  989. "node": ">=6.9.0"
  990. },
  991. "peerDependencies": {
  992. "@babel/core": "^7.0.0-0"
  993. }
  994. },
  995. "node_modules/@babel/plugin-transform-block-scoped-functions": {
  996. "version": "7.27.1",
  997. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.27.1.tgz",
  998. "integrity": "sha512-cnqkuOtZLapWYZUYM5rVIdv1nXYuFVIltZ6ZJ7nIj585QsjKM5dhL2Fu/lICXZ1OyIAFc7Qy+bvDAtTXqGrlhg==",
  999. "dev": true,
  1000. "license": "MIT",
  1001. "dependencies": {
  1002. "@babel/helper-plugin-utils": "^7.27.1"
  1003. },
  1004. "engines": {
  1005. "node": ">=6.9.0"
  1006. },
  1007. "peerDependencies": {
  1008. "@babel/core": "^7.0.0-0"
  1009. }
  1010. },
  1011. "node_modules/@babel/plugin-transform-block-scoping": {
  1012. "version": "7.28.5",
  1013. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.5.tgz",
  1014. "integrity": "sha512-45DmULpySVvmq9Pj3X9B+62Xe+DJGov27QravQJU1LLcapR6/10i+gYVAucGGJpHBp5mYxIMK4nDAT/QDLr47g==",
  1015. "dev": true,
  1016. "license": "MIT",
  1017. "dependencies": {
  1018. "@babel/helper-plugin-utils": "^7.27.1"
  1019. },
  1020. "engines": {
  1021. "node": ">=6.9.0"
  1022. },
  1023. "peerDependencies": {
  1024. "@babel/core": "^7.0.0-0"
  1025. }
  1026. },
  1027. "node_modules/@babel/plugin-transform-class-properties": {
  1028. "version": "7.27.1",
  1029. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.27.1.tgz",
  1030. "integrity": "sha512-D0VcalChDMtuRvJIu3U/fwWjf8ZMykz5iZsg77Nuj821vCKI3zCyRLwRdWbsuJ/uRwZhZ002QtCqIkwC/ZkvbA==",
  1031. "dev": true,
  1032. "license": "MIT",
  1033. "dependencies": {
  1034. "@babel/helper-create-class-features-plugin": "^7.27.1",
  1035. "@babel/helper-plugin-utils": "^7.27.1"
  1036. },
  1037. "engines": {
  1038. "node": ">=6.9.0"
  1039. },
  1040. "peerDependencies": {
  1041. "@babel/core": "^7.0.0-0"
  1042. }
  1043. },
  1044. "node_modules/@babel/plugin-transform-class-static-block": {
  1045. "version": "7.28.3",
  1046. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.3.tgz",
  1047. "integrity": "sha512-LtPXlBbRoc4Njl/oh1CeD/3jC+atytbnf/UqLoqTDcEYGUPj022+rvfkbDYieUrSj3CaV4yHDByPE+T2HwfsJg==",
  1048. "dev": true,
  1049. "license": "MIT",
  1050. "dependencies": {
  1051. "@babel/helper-create-class-features-plugin": "^7.28.3",
  1052. "@babel/helper-plugin-utils": "^7.27.1"
  1053. },
  1054. "engines": {
  1055. "node": ">=6.9.0"
  1056. },
  1057. "peerDependencies": {
  1058. "@babel/core": "^7.12.0"
  1059. }
  1060. },
  1061. "node_modules/@babel/plugin-transform-classes": {
  1062. "version": "7.28.4",
  1063. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.4.tgz",
  1064. "integrity": "sha512-cFOlhIYPBv/iBoc+KS3M6et2XPtbT2HiCRfBXWtfpc9OAyostldxIf9YAYB6ypURBBbx+Qv6nyrLzASfJe+hBA==",
  1065. "dev": true,
  1066. "license": "MIT",
  1067. "dependencies": {
  1068. "@babel/helper-annotate-as-pure": "^7.27.3",
  1069. "@babel/helper-compilation-targets": "^7.27.2",
  1070. "@babel/helper-globals": "^7.28.0",
  1071. "@babel/helper-plugin-utils": "^7.27.1",
  1072. "@babel/helper-replace-supers": "^7.27.1",
  1073. "@babel/traverse": "^7.28.4"
  1074. },
  1075. "engines": {
  1076. "node": ">=6.9.0"
  1077. },
  1078. "peerDependencies": {
  1079. "@babel/core": "^7.0.0-0"
  1080. }
  1081. },
  1082. "node_modules/@babel/plugin-transform-computed-properties": {
  1083. "version": "7.27.1",
  1084. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.27.1.tgz",
  1085. "integrity": "sha512-lj9PGWvMTVksbWiDT2tW68zGS/cyo4AkZ/QTp0sQT0mjPopCmrSkzxeXkznjqBxzDI6TclZhOJbBmbBLjuOZUw==",
  1086. "dev": true,
  1087. "license": "MIT",
  1088. "dependencies": {
  1089. "@babel/helper-plugin-utils": "^7.27.1",
  1090. "@babel/template": "^7.27.1"
  1091. },
  1092. "engines": {
  1093. "node": ">=6.9.0"
  1094. },
  1095. "peerDependencies": {
  1096. "@babel/core": "^7.0.0-0"
  1097. }
  1098. },
  1099. "node_modules/@babel/plugin-transform-destructuring": {
  1100. "version": "7.28.5",
  1101. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.5.tgz",
  1102. "integrity": "sha512-Kl9Bc6D0zTUcFUvkNuQh4eGXPKKNDOJQXVyyM4ZAQPMveniJdxi8XMJwLo+xSoW3MIq81bD33lcUe9kZpl0MCw==",
  1103. "dev": true,
  1104. "license": "MIT",
  1105. "dependencies": {
  1106. "@babel/helper-plugin-utils": "^7.27.1",
  1107. "@babel/traverse": "^7.28.5"
  1108. },
  1109. "engines": {
  1110. "node": ">=6.9.0"
  1111. },
  1112. "peerDependencies": {
  1113. "@babel/core": "^7.0.0-0"
  1114. }
  1115. },
  1116. "node_modules/@babel/plugin-transform-dotall-regex": {
  1117. "version": "7.27.1",
  1118. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.27.1.tgz",
  1119. "integrity": "sha512-gEbkDVGRvjj7+T1ivxrfgygpT7GUd4vmODtYpbs0gZATdkX8/iSnOtZSxiZnsgm1YjTgjI6VKBGSJJevkrclzw==",
  1120. "dev": true,
  1121. "license": "MIT",
  1122. "dependencies": {
  1123. "@babel/helper-create-regexp-features-plugin": "^7.27.1",
  1124. "@babel/helper-plugin-utils": "^7.27.1"
  1125. },
  1126. "engines": {
  1127. "node": ">=6.9.0"
  1128. },
  1129. "peerDependencies": {
  1130. "@babel/core": "^7.0.0-0"
  1131. }
  1132. },
  1133. "node_modules/@babel/plugin-transform-duplicate-keys": {
  1134. "version": "7.27.1",
  1135. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.27.1.tgz",
  1136. "integrity": "sha512-MTyJk98sHvSs+cvZ4nOauwTTG1JeonDjSGvGGUNHreGQns+Mpt6WX/dVzWBHgg+dYZhkC4X+zTDfkTU+Vy9y7Q==",
  1137. "dev": true,
  1138. "license": "MIT",
  1139. "dependencies": {
  1140. "@babel/helper-plugin-utils": "^7.27.1"
  1141. },
  1142. "engines": {
  1143. "node": ">=6.9.0"
  1144. },
  1145. "peerDependencies": {
  1146. "@babel/core": "^7.0.0-0"
  1147. }
  1148. },
  1149. "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": {
  1150. "version": "7.27.1",
  1151. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.27.1.tgz",
  1152. "integrity": "sha512-hkGcueTEzuhB30B3eJCbCYeCaaEQOmQR0AdvzpD4LoN0GXMWzzGSuRrxR2xTnCrvNbVwK9N6/jQ92GSLfiZWoQ==",
  1153. "dev": true,
  1154. "license": "MIT",
  1155. "dependencies": {
  1156. "@babel/helper-create-regexp-features-plugin": "^7.27.1",
  1157. "@babel/helper-plugin-utils": "^7.27.1"
  1158. },
  1159. "engines": {
  1160. "node": ">=6.9.0"
  1161. },
  1162. "peerDependencies": {
  1163. "@babel/core": "^7.0.0"
  1164. }
  1165. },
  1166. "node_modules/@babel/plugin-transform-dynamic-import": {
  1167. "version": "7.27.1",
  1168. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.27.1.tgz",
  1169. "integrity": "sha512-MHzkWQcEmjzzVW9j2q8LGjwGWpG2mjwaaB0BNQwst3FIjqsg8Ct/mIZlvSPJvfi9y2AC8mi/ktxbFVL9pZ1I4A==",
  1170. "dev": true,
  1171. "license": "MIT",
  1172. "dependencies": {
  1173. "@babel/helper-plugin-utils": "^7.27.1"
  1174. },
  1175. "engines": {
  1176. "node": ">=6.9.0"
  1177. },
  1178. "peerDependencies": {
  1179. "@babel/core": "^7.0.0-0"
  1180. }
  1181. },
  1182. "node_modules/@babel/plugin-transform-explicit-resource-management": {
  1183. "version": "7.28.0",
  1184. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-explicit-resource-management/-/plugin-transform-explicit-resource-management-7.28.0.tgz",
  1185. "integrity": "sha512-K8nhUcn3f6iB+P3gwCv/no7OdzOZQcKchW6N389V6PD8NUWKZHzndOd9sPDVbMoBsbmjMqlB4L9fm+fEFNVlwQ==",
  1186. "dev": true,
  1187. "license": "MIT",
  1188. "dependencies": {
  1189. "@babel/helper-plugin-utils": "^7.27.1",
  1190. "@babel/plugin-transform-destructuring": "^7.28.0"
  1191. },
  1192. "engines": {
  1193. "node": ">=6.9.0"
  1194. },
  1195. "peerDependencies": {
  1196. "@babel/core": "^7.0.0-0"
  1197. }
  1198. },
  1199. "node_modules/@babel/plugin-transform-exponentiation-operator": {
  1200. "version": "7.28.5",
  1201. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.28.5.tgz",
  1202. "integrity": "sha512-D4WIMaFtwa2NizOp+dnoFjRez/ClKiC2BqqImwKd1X28nqBtZEyCYJ2ozQrrzlxAFrcrjxo39S6khe9RNDlGzw==",
  1203. "dev": true,
  1204. "license": "MIT",
  1205. "dependencies": {
  1206. "@babel/helper-plugin-utils": "^7.27.1"
  1207. },
  1208. "engines": {
  1209. "node": ">=6.9.0"
  1210. },
  1211. "peerDependencies": {
  1212. "@babel/core": "^7.0.0-0"
  1213. }
  1214. },
  1215. "node_modules/@babel/plugin-transform-export-namespace-from": {
  1216. "version": "7.27.1",
  1217. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.27.1.tgz",
  1218. "integrity": "sha512-tQvHWSZ3/jH2xuq/vZDy0jNn+ZdXJeM8gHvX4lnJmsc3+50yPlWdZXIc5ay+umX+2/tJIqHqiEqcJvxlmIvRvQ==",
  1219. "dev": true,
  1220. "license": "MIT",
  1221. "dependencies": {
  1222. "@babel/helper-plugin-utils": "^7.27.1"
  1223. },
  1224. "engines": {
  1225. "node": ">=6.9.0"
  1226. },
  1227. "peerDependencies": {
  1228. "@babel/core": "^7.0.0-0"
  1229. }
  1230. },
  1231. "node_modules/@babel/plugin-transform-for-of": {
  1232. "version": "7.27.1",
  1233. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.27.1.tgz",
  1234. "integrity": "sha512-BfbWFFEJFQzLCQ5N8VocnCtA8J1CLkNTe2Ms2wocj75dd6VpiqS5Z5quTYcUoo4Yq+DN0rtikODccuv7RU81sw==",
  1235. "dev": true,
  1236. "license": "MIT",
  1237. "dependencies": {
  1238. "@babel/helper-plugin-utils": "^7.27.1",
  1239. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
  1240. },
  1241. "engines": {
  1242. "node": ">=6.9.0"
  1243. },
  1244. "peerDependencies": {
  1245. "@babel/core": "^7.0.0-0"
  1246. }
  1247. },
  1248. "node_modules/@babel/plugin-transform-function-name": {
  1249. "version": "7.27.1",
  1250. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.27.1.tgz",
  1251. "integrity": "sha512-1bQeydJF9Nr1eBCMMbC+hdwmRlsv5XYOMu03YSWFwNs0HsAmtSxxF1fyuYPqemVldVyFmlCU7w8UE14LupUSZQ==",
  1252. "dev": true,
  1253. "license": "MIT",
  1254. "dependencies": {
  1255. "@babel/helper-compilation-targets": "^7.27.1",
  1256. "@babel/helper-plugin-utils": "^7.27.1",
  1257. "@babel/traverse": "^7.27.1"
  1258. },
  1259. "engines": {
  1260. "node": ">=6.9.0"
  1261. },
  1262. "peerDependencies": {
  1263. "@babel/core": "^7.0.0-0"
  1264. }
  1265. },
  1266. "node_modules/@babel/plugin-transform-json-strings": {
  1267. "version": "7.27.1",
  1268. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.27.1.tgz",
  1269. "integrity": "sha512-6WVLVJiTjqcQauBhn1LkICsR2H+zm62I3h9faTDKt1qP4jn2o72tSvqMwtGFKGTpojce0gJs+76eZ2uCHRZh0Q==",
  1270. "dev": true,
  1271. "license": "MIT",
  1272. "dependencies": {
  1273. "@babel/helper-plugin-utils": "^7.27.1"
  1274. },
  1275. "engines": {
  1276. "node": ">=6.9.0"
  1277. },
  1278. "peerDependencies": {
  1279. "@babel/core": "^7.0.0-0"
  1280. }
  1281. },
  1282. "node_modules/@babel/plugin-transform-literals": {
  1283. "version": "7.27.1",
  1284. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.27.1.tgz",
  1285. "integrity": "sha512-0HCFSepIpLTkLcsi86GG3mTUzxV5jpmbv97hTETW3yzrAij8aqlD36toB1D0daVFJM8NK6GvKO0gslVQmm+zZA==",
  1286. "dev": true,
  1287. "license": "MIT",
  1288. "dependencies": {
  1289. "@babel/helper-plugin-utils": "^7.27.1"
  1290. },
  1291. "engines": {
  1292. "node": ">=6.9.0"
  1293. },
  1294. "peerDependencies": {
  1295. "@babel/core": "^7.0.0-0"
  1296. }
  1297. },
  1298. "node_modules/@babel/plugin-transform-logical-assignment-operators": {
  1299. "version": "7.28.5",
  1300. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.5.tgz",
  1301. "integrity": "sha512-axUuqnUTBuXyHGcJEVVh9pORaN6wC5bYfE7FGzPiaWa3syib9m7g+/IT/4VgCOe2Upef43PHzeAvcrVek6QuuA==",
  1302. "dev": true,
  1303. "license": "MIT",
  1304. "dependencies": {
  1305. "@babel/helper-plugin-utils": "^7.27.1"
  1306. },
  1307. "engines": {
  1308. "node": ">=6.9.0"
  1309. },
  1310. "peerDependencies": {
  1311. "@babel/core": "^7.0.0-0"
  1312. }
  1313. },
  1314. "node_modules/@babel/plugin-transform-member-expression-literals": {
  1315. "version": "7.27.1",
  1316. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.27.1.tgz",
  1317. "integrity": "sha512-hqoBX4dcZ1I33jCSWcXrP+1Ku7kdqXf1oeah7ooKOIiAdKQ+uqftgCFNOSzA5AMS2XIHEYeGFg4cKRCdpxzVOQ==",
  1318. "dev": true,
  1319. "license": "MIT",
  1320. "dependencies": {
  1321. "@babel/helper-plugin-utils": "^7.27.1"
  1322. },
  1323. "engines": {
  1324. "node": ">=6.9.0"
  1325. },
  1326. "peerDependencies": {
  1327. "@babel/core": "^7.0.0-0"
  1328. }
  1329. },
  1330. "node_modules/@babel/plugin-transform-modules-amd": {
  1331. "version": "7.27.1",
  1332. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.27.1.tgz",
  1333. "integrity": "sha512-iCsytMg/N9/oFq6n+gFTvUYDZQOMK5kEdeYxmxt91fcJGycfxVP9CnrxoliM0oumFERba2i8ZtwRUCMhvP1LnA==",
  1334. "dev": true,
  1335. "license": "MIT",
  1336. "dependencies": {
  1337. "@babel/helper-module-transforms": "^7.27.1",
  1338. "@babel/helper-plugin-utils": "^7.27.1"
  1339. },
  1340. "engines": {
  1341. "node": ">=6.9.0"
  1342. },
  1343. "peerDependencies": {
  1344. "@babel/core": "^7.0.0-0"
  1345. }
  1346. },
  1347. "node_modules/@babel/plugin-transform-modules-commonjs": {
  1348. "version": "7.27.1",
  1349. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz",
  1350. "integrity": "sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==",
  1351. "dev": true,
  1352. "license": "MIT",
  1353. "dependencies": {
  1354. "@babel/helper-module-transforms": "^7.27.1",
  1355. "@babel/helper-plugin-utils": "^7.27.1"
  1356. },
  1357. "engines": {
  1358. "node": ">=6.9.0"
  1359. },
  1360. "peerDependencies": {
  1361. "@babel/core": "^7.0.0-0"
  1362. }
  1363. },
  1364. "node_modules/@babel/plugin-transform-modules-systemjs": {
  1365. "version": "7.28.5",
  1366. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.28.5.tgz",
  1367. "integrity": "sha512-vn5Jma98LCOeBy/KpeQhXcV2WZgaRUtjwQmjoBuLNlOmkg0fB5pdvYVeWRYI69wWKwK2cD1QbMiUQnoujWvrew==",
  1368. "dev": true,
  1369. "license": "MIT",
  1370. "dependencies": {
  1371. "@babel/helper-module-transforms": "^7.28.3",
  1372. "@babel/helper-plugin-utils": "^7.27.1",
  1373. "@babel/helper-validator-identifier": "^7.28.5",
  1374. "@babel/traverse": "^7.28.5"
  1375. },
  1376. "engines": {
  1377. "node": ">=6.9.0"
  1378. },
  1379. "peerDependencies": {
  1380. "@babel/core": "^7.0.0-0"
  1381. }
  1382. },
  1383. "node_modules/@babel/plugin-transform-modules-umd": {
  1384. "version": "7.27.1",
  1385. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.27.1.tgz",
  1386. "integrity": "sha512-iQBE/xC5BV1OxJbp6WG7jq9IWiD+xxlZhLrdwpPkTX3ydmXdvoCpyfJN7acaIBZaOqTfr76pgzqBJflNbeRK+w==",
  1387. "dev": true,
  1388. "license": "MIT",
  1389. "dependencies": {
  1390. "@babel/helper-module-transforms": "^7.27.1",
  1391. "@babel/helper-plugin-utils": "^7.27.1"
  1392. },
  1393. "engines": {
  1394. "node": ">=6.9.0"
  1395. },
  1396. "peerDependencies": {
  1397. "@babel/core": "^7.0.0-0"
  1398. }
  1399. },
  1400. "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
  1401. "version": "7.27.1",
  1402. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.27.1.tgz",
  1403. "integrity": "sha512-SstR5JYy8ddZvD6MhV0tM/j16Qds4mIpJTOd1Yu9J9pJjH93bxHECF7pgtc28XvkzTD6Pxcm/0Z73Hvk7kb3Ng==",
  1404. "dev": true,
  1405. "license": "MIT",
  1406. "dependencies": {
  1407. "@babel/helper-create-regexp-features-plugin": "^7.27.1",
  1408. "@babel/helper-plugin-utils": "^7.27.1"
  1409. },
  1410. "engines": {
  1411. "node": ">=6.9.0"
  1412. },
  1413. "peerDependencies": {
  1414. "@babel/core": "^7.0.0"
  1415. }
  1416. },
  1417. "node_modules/@babel/plugin-transform-new-target": {
  1418. "version": "7.27.1",
  1419. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.27.1.tgz",
  1420. "integrity": "sha512-f6PiYeqXQ05lYq3TIfIDu/MtliKUbNwkGApPUvyo6+tc7uaR4cPjPe7DFPr15Uyycg2lZU6btZ575CuQoYh7MQ==",
  1421. "dev": true,
  1422. "license": "MIT",
  1423. "dependencies": {
  1424. "@babel/helper-plugin-utils": "^7.27.1"
  1425. },
  1426. "engines": {
  1427. "node": ">=6.9.0"
  1428. },
  1429. "peerDependencies": {
  1430. "@babel/core": "^7.0.0-0"
  1431. }
  1432. },
  1433. "node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
  1434. "version": "7.27.1",
  1435. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.27.1.tgz",
  1436. "integrity": "sha512-aGZh6xMo6q9vq1JGcw58lZ1Z0+i0xB2x0XaauNIUXd6O1xXc3RwoWEBlsTQrY4KQ9Jf0s5rgD6SiNkaUdJegTA==",
  1437. "dev": true,
  1438. "license": "MIT",
  1439. "dependencies": {
  1440. "@babel/helper-plugin-utils": "^7.27.1"
  1441. },
  1442. "engines": {
  1443. "node": ">=6.9.0"
  1444. },
  1445. "peerDependencies": {
  1446. "@babel/core": "^7.0.0-0"
  1447. }
  1448. },
  1449. "node_modules/@babel/plugin-transform-numeric-separator": {
  1450. "version": "7.27.1",
  1451. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.27.1.tgz",
  1452. "integrity": "sha512-fdPKAcujuvEChxDBJ5c+0BTaS6revLV7CJL08e4m3de8qJfNIuCc2nc7XJYOjBoTMJeqSmwXJ0ypE14RCjLwaw==",
  1453. "dev": true,
  1454. "license": "MIT",
  1455. "dependencies": {
  1456. "@babel/helper-plugin-utils": "^7.27.1"
  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-object-rest-spread": {
  1466. "version": "7.28.4",
  1467. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.4.tgz",
  1468. "integrity": "sha512-373KA2HQzKhQCYiRVIRr+3MjpCObqzDlyrM6u4I201wL8Mp2wHf7uB8GhDwis03k2ti8Zr65Zyyqs1xOxUF/Ew==",
  1469. "dev": true,
  1470. "license": "MIT",
  1471. "dependencies": {
  1472. "@babel/helper-compilation-targets": "^7.27.2",
  1473. "@babel/helper-plugin-utils": "^7.27.1",
  1474. "@babel/plugin-transform-destructuring": "^7.28.0",
  1475. "@babel/plugin-transform-parameters": "^7.27.7",
  1476. "@babel/traverse": "^7.28.4"
  1477. },
  1478. "engines": {
  1479. "node": ">=6.9.0"
  1480. },
  1481. "peerDependencies": {
  1482. "@babel/core": "^7.0.0-0"
  1483. }
  1484. },
  1485. "node_modules/@babel/plugin-transform-object-super": {
  1486. "version": "7.27.1",
  1487. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.27.1.tgz",
  1488. "integrity": "sha512-SFy8S9plRPbIcxlJ8A6mT/CxFdJx/c04JEctz4jf8YZaVS2px34j7NXRrlGlHkN/M2gnpL37ZpGRGVFLd3l8Ng==",
  1489. "dev": true,
  1490. "license": "MIT",
  1491. "dependencies": {
  1492. "@babel/helper-plugin-utils": "^7.27.1",
  1493. "@babel/helper-replace-supers": "^7.27.1"
  1494. },
  1495. "engines": {
  1496. "node": ">=6.9.0"
  1497. },
  1498. "peerDependencies": {
  1499. "@babel/core": "^7.0.0-0"
  1500. }
  1501. },
  1502. "node_modules/@babel/plugin-transform-optional-catch-binding": {
  1503. "version": "7.27.1",
  1504. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.27.1.tgz",
  1505. "integrity": "sha512-txEAEKzYrHEX4xSZN4kJ+OfKXFVSWKB2ZxM9dpcE3wT7smwkNmXo5ORRlVzMVdJbD+Q8ILTgSD7959uj+3Dm3Q==",
  1506. "dev": true,
  1507. "license": "MIT",
  1508. "dependencies": {
  1509. "@babel/helper-plugin-utils": "^7.27.1"
  1510. },
  1511. "engines": {
  1512. "node": ">=6.9.0"
  1513. },
  1514. "peerDependencies": {
  1515. "@babel/core": "^7.0.0-0"
  1516. }
  1517. },
  1518. "node_modules/@babel/plugin-transform-optional-chaining": {
  1519. "version": "7.28.5",
  1520. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.5.tgz",
  1521. "integrity": "sha512-N6fut9IZlPnjPwgiQkXNhb+cT8wQKFlJNqcZkWlcTqkcqx6/kU4ynGmLFoa4LViBSirn05YAwk+sQBbPfxtYzQ==",
  1522. "dev": true,
  1523. "license": "MIT",
  1524. "dependencies": {
  1525. "@babel/helper-plugin-utils": "^7.27.1",
  1526. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
  1527. },
  1528. "engines": {
  1529. "node": ">=6.9.0"
  1530. },
  1531. "peerDependencies": {
  1532. "@babel/core": "^7.0.0-0"
  1533. }
  1534. },
  1535. "node_modules/@babel/plugin-transform-parameters": {
  1536. "version": "7.27.7",
  1537. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz",
  1538. "integrity": "sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg==",
  1539. "dev": true,
  1540. "license": "MIT",
  1541. "dependencies": {
  1542. "@babel/helper-plugin-utils": "^7.27.1"
  1543. },
  1544. "engines": {
  1545. "node": ">=6.9.0"
  1546. },
  1547. "peerDependencies": {
  1548. "@babel/core": "^7.0.0-0"
  1549. }
  1550. },
  1551. "node_modules/@babel/plugin-transform-private-methods": {
  1552. "version": "7.27.1",
  1553. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.27.1.tgz",
  1554. "integrity": "sha512-10FVt+X55AjRAYI9BrdISN9/AQWHqldOeZDUoLyif1Kn05a56xVBXb8ZouL8pZ9jem8QpXaOt8TS7RHUIS+GPA==",
  1555. "dev": true,
  1556. "license": "MIT",
  1557. "dependencies": {
  1558. "@babel/helper-create-class-features-plugin": "^7.27.1",
  1559. "@babel/helper-plugin-utils": "^7.27.1"
  1560. },
  1561. "engines": {
  1562. "node": ">=6.9.0"
  1563. },
  1564. "peerDependencies": {
  1565. "@babel/core": "^7.0.0-0"
  1566. }
  1567. },
  1568. "node_modules/@babel/plugin-transform-private-property-in-object": {
  1569. "version": "7.27.1",
  1570. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.27.1.tgz",
  1571. "integrity": "sha512-5J+IhqTi1XPa0DXF83jYOaARrX+41gOewWbkPyjMNRDqgOCqdffGh8L3f/Ek5utaEBZExjSAzcyjmV9SSAWObQ==",
  1572. "dev": true,
  1573. "license": "MIT",
  1574. "dependencies": {
  1575. "@babel/helper-annotate-as-pure": "^7.27.1",
  1576. "@babel/helper-create-class-features-plugin": "^7.27.1",
  1577. "@babel/helper-plugin-utils": "^7.27.1"
  1578. },
  1579. "engines": {
  1580. "node": ">=6.9.0"
  1581. },
  1582. "peerDependencies": {
  1583. "@babel/core": "^7.0.0-0"
  1584. }
  1585. },
  1586. "node_modules/@babel/plugin-transform-property-literals": {
  1587. "version": "7.27.1",
  1588. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.27.1.tgz",
  1589. "integrity": "sha512-oThy3BCuCha8kDZ8ZkgOg2exvPYUlprMukKQXI1r1pJ47NCvxfkEy8vK+r/hT9nF0Aa4H1WUPZZjHTFtAhGfmQ==",
  1590. "dev": true,
  1591. "license": "MIT",
  1592. "dependencies": {
  1593. "@babel/helper-plugin-utils": "^7.27.1"
  1594. },
  1595. "engines": {
  1596. "node": ">=6.9.0"
  1597. },
  1598. "peerDependencies": {
  1599. "@babel/core": "^7.0.0-0"
  1600. }
  1601. },
  1602. "node_modules/@babel/plugin-transform-regenerator": {
  1603. "version": "7.28.4",
  1604. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.4.tgz",
  1605. "integrity": "sha512-+ZEdQlBoRg9m2NnzvEeLgtvBMO4tkFBw5SQIUgLICgTrumLoU7lr+Oghi6km2PFj+dbUt2u1oby2w3BDO9YQnA==",
  1606. "dev": true,
  1607. "license": "MIT",
  1608. "dependencies": {
  1609. "@babel/helper-plugin-utils": "^7.27.1"
  1610. },
  1611. "engines": {
  1612. "node": ">=6.9.0"
  1613. },
  1614. "peerDependencies": {
  1615. "@babel/core": "^7.0.0-0"
  1616. }
  1617. },
  1618. "node_modules/@babel/plugin-transform-regexp-modifiers": {
  1619. "version": "7.27.1",
  1620. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.27.1.tgz",
  1621. "integrity": "sha512-TtEciroaiODtXvLZv4rmfMhkCv8jx3wgKpL68PuiPh2M4fvz5jhsA7697N1gMvkvr/JTF13DrFYyEbY9U7cVPA==",
  1622. "dev": true,
  1623. "license": "MIT",
  1624. "dependencies": {
  1625. "@babel/helper-create-regexp-features-plugin": "^7.27.1",
  1626. "@babel/helper-plugin-utils": "^7.27.1"
  1627. },
  1628. "engines": {
  1629. "node": ">=6.9.0"
  1630. },
  1631. "peerDependencies": {
  1632. "@babel/core": "^7.0.0"
  1633. }
  1634. },
  1635. "node_modules/@babel/plugin-transform-reserved-words": {
  1636. "version": "7.27.1",
  1637. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.27.1.tgz",
  1638. "integrity": "sha512-V2ABPHIJX4kC7HegLkYoDpfg9PVmuWy/i6vUM5eGK22bx4YVFD3M5F0QQnWQoDs6AGsUWTVOopBiMFQgHaSkVw==",
  1639. "dev": true,
  1640. "license": "MIT",
  1641. "dependencies": {
  1642. "@babel/helper-plugin-utils": "^7.27.1"
  1643. },
  1644. "engines": {
  1645. "node": ">=6.9.0"
  1646. },
  1647. "peerDependencies": {
  1648. "@babel/core": "^7.0.0-0"
  1649. }
  1650. },
  1651. "node_modules/@babel/plugin-transform-shorthand-properties": {
  1652. "version": "7.27.1",
  1653. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.27.1.tgz",
  1654. "integrity": "sha512-N/wH1vcn4oYawbJ13Y/FxcQrWk63jhfNa7jef0ih7PHSIHX2LB7GWE1rkPrOnka9kwMxb6hMl19p7lidA+EHmQ==",
  1655. "dev": true,
  1656. "license": "MIT",
  1657. "dependencies": {
  1658. "@babel/helper-plugin-utils": "^7.27.1"
  1659. },
  1660. "engines": {
  1661. "node": ">=6.9.0"
  1662. },
  1663. "peerDependencies": {
  1664. "@babel/core": "^7.0.0-0"
  1665. }
  1666. },
  1667. "node_modules/@babel/plugin-transform-spread": {
  1668. "version": "7.27.1",
  1669. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.27.1.tgz",
  1670. "integrity": "sha512-kpb3HUqaILBJcRFVhFUs6Trdd4mkrzcGXss+6/mxUd273PfbWqSDHRzMT2234gIg2QYfAjvXLSquP1xECSg09Q==",
  1671. "dev": true,
  1672. "license": "MIT",
  1673. "dependencies": {
  1674. "@babel/helper-plugin-utils": "^7.27.1",
  1675. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
  1676. },
  1677. "engines": {
  1678. "node": ">=6.9.0"
  1679. },
  1680. "peerDependencies": {
  1681. "@babel/core": "^7.0.0-0"
  1682. }
  1683. },
  1684. "node_modules/@babel/plugin-transform-sticky-regex": {
  1685. "version": "7.27.1",
  1686. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.27.1.tgz",
  1687. "integrity": "sha512-lhInBO5bi/Kowe2/aLdBAawijx+q1pQzicSgnkB6dUPc1+RC8QmJHKf2OjvU+NZWitguJHEaEmbV6VWEouT58g==",
  1688. "dev": true,
  1689. "license": "MIT",
  1690. "dependencies": {
  1691. "@babel/helper-plugin-utils": "^7.27.1"
  1692. },
  1693. "engines": {
  1694. "node": ">=6.9.0"
  1695. },
  1696. "peerDependencies": {
  1697. "@babel/core": "^7.0.0-0"
  1698. }
  1699. },
  1700. "node_modules/@babel/plugin-transform-template-literals": {
  1701. "version": "7.27.1",
  1702. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.27.1.tgz",
  1703. "integrity": "sha512-fBJKiV7F2DxZUkg5EtHKXQdbsbURW3DZKQUWphDum0uRP6eHGGa/He9mc0mypL680pb+e/lDIthRohlv8NCHkg==",
  1704. "dev": true,
  1705. "license": "MIT",
  1706. "dependencies": {
  1707. "@babel/helper-plugin-utils": "^7.27.1"
  1708. },
  1709. "engines": {
  1710. "node": ">=6.9.0"
  1711. },
  1712. "peerDependencies": {
  1713. "@babel/core": "^7.0.0-0"
  1714. }
  1715. },
  1716. "node_modules/@babel/plugin-transform-typeof-symbol": {
  1717. "version": "7.27.1",
  1718. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.27.1.tgz",
  1719. "integrity": "sha512-RiSILC+nRJM7FY5srIyc4/fGIwUhyDuuBSdWn4y6yT6gm652DpCHZjIipgn6B7MQ1ITOUnAKWixEUjQRIBIcLw==",
  1720. "dev": true,
  1721. "license": "MIT",
  1722. "dependencies": {
  1723. "@babel/helper-plugin-utils": "^7.27.1"
  1724. },
  1725. "engines": {
  1726. "node": ">=6.9.0"
  1727. },
  1728. "peerDependencies": {
  1729. "@babel/core": "^7.0.0-0"
  1730. }
  1731. },
  1732. "node_modules/@babel/plugin-transform-typescript": {
  1733. "version": "7.28.5",
  1734. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.5.tgz",
  1735. "integrity": "sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==",
  1736. "dev": true,
  1737. "license": "MIT",
  1738. "dependencies": {
  1739. "@babel/helper-annotate-as-pure": "^7.27.3",
  1740. "@babel/helper-create-class-features-plugin": "^7.28.5",
  1741. "@babel/helper-plugin-utils": "^7.27.1",
  1742. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  1743. "@babel/plugin-syntax-typescript": "^7.27.1"
  1744. },
  1745. "engines": {
  1746. "node": ">=6.9.0"
  1747. },
  1748. "peerDependencies": {
  1749. "@babel/core": "^7.0.0-0"
  1750. }
  1751. },
  1752. "node_modules/@babel/plugin-transform-unicode-escapes": {
  1753. "version": "7.27.1",
  1754. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.27.1.tgz",
  1755. "integrity": "sha512-Ysg4v6AmF26k9vpfFuTZg8HRfVWzsh1kVfowA23y9j/Gu6dOuahdUVhkLqpObp3JIv27MLSii6noRnuKN8H0Mg==",
  1756. "dev": true,
  1757. "license": "MIT",
  1758. "dependencies": {
  1759. "@babel/helper-plugin-utils": "^7.27.1"
  1760. },
  1761. "engines": {
  1762. "node": ">=6.9.0"
  1763. },
  1764. "peerDependencies": {
  1765. "@babel/core": "^7.0.0-0"
  1766. }
  1767. },
  1768. "node_modules/@babel/plugin-transform-unicode-property-regex": {
  1769. "version": "7.27.1",
  1770. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.27.1.tgz",
  1771. "integrity": "sha512-uW20S39PnaTImxp39O5qFlHLS9LJEmANjMG7SxIhap8rCHqu0Ik+tLEPX5DKmHn6CsWQ7j3lix2tFOa5YtL12Q==",
  1772. "dev": true,
  1773. "license": "MIT",
  1774. "dependencies": {
  1775. "@babel/helper-create-regexp-features-plugin": "^7.27.1",
  1776. "@babel/helper-plugin-utils": "^7.27.1"
  1777. },
  1778. "engines": {
  1779. "node": ">=6.9.0"
  1780. },
  1781. "peerDependencies": {
  1782. "@babel/core": "^7.0.0-0"
  1783. }
  1784. },
  1785. "node_modules/@babel/plugin-transform-unicode-regex": {
  1786. "version": "7.27.1",
  1787. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.27.1.tgz",
  1788. "integrity": "sha512-xvINq24TRojDuyt6JGtHmkVkrfVV3FPT16uytxImLeBZqW3/H52yN+kM1MGuyPkIQxrzKwPHs5U/MP3qKyzkGw==",
  1789. "dev": true,
  1790. "license": "MIT",
  1791. "dependencies": {
  1792. "@babel/helper-create-regexp-features-plugin": "^7.27.1",
  1793. "@babel/helper-plugin-utils": "^7.27.1"
  1794. },
  1795. "engines": {
  1796. "node": ">=6.9.0"
  1797. },
  1798. "peerDependencies": {
  1799. "@babel/core": "^7.0.0-0"
  1800. }
  1801. },
  1802. "node_modules/@babel/plugin-transform-unicode-sets-regex": {
  1803. "version": "7.27.1",
  1804. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.27.1.tgz",
  1805. "integrity": "sha512-EtkOujbc4cgvb0mlpQefi4NTPBzhSIevblFevACNLUspmrALgmEBdL/XfnyyITfd8fKBZrZys92zOWcik7j9Tw==",
  1806. "dev": true,
  1807. "license": "MIT",
  1808. "dependencies": {
  1809. "@babel/helper-create-regexp-features-plugin": "^7.27.1",
  1810. "@babel/helper-plugin-utils": "^7.27.1"
  1811. },
  1812. "engines": {
  1813. "node": ">=6.9.0"
  1814. },
  1815. "peerDependencies": {
  1816. "@babel/core": "^7.0.0"
  1817. }
  1818. },
  1819. "node_modules/@babel/preset-env": {
  1820. "version": "7.28.5",
  1821. "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.28.5.tgz",
  1822. "integrity": "sha512-S36mOoi1Sb6Fz98fBfE+UZSpYw5mJm0NUHtIKrOuNcqeFauy1J6dIvXm2KRVKobOSaGq4t/hBXdN4HGU3wL9Wg==",
  1823. "dev": true,
  1824. "license": "MIT",
  1825. "dependencies": {
  1826. "@babel/compat-data": "^7.28.5",
  1827. "@babel/helper-compilation-targets": "^7.27.2",
  1828. "@babel/helper-plugin-utils": "^7.27.1",
  1829. "@babel/helper-validator-option": "^7.27.1",
  1830. "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.28.5",
  1831. "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.27.1",
  1832. "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.27.1",
  1833. "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.27.1",
  1834. "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.28.3",
  1835. "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
  1836. "@babel/plugin-syntax-import-assertions": "^7.27.1",
  1837. "@babel/plugin-syntax-import-attributes": "^7.27.1",
  1838. "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
  1839. "@babel/plugin-transform-arrow-functions": "^7.27.1",
  1840. "@babel/plugin-transform-async-generator-functions": "^7.28.0",
  1841. "@babel/plugin-transform-async-to-generator": "^7.27.1",
  1842. "@babel/plugin-transform-block-scoped-functions": "^7.27.1",
  1843. "@babel/plugin-transform-block-scoping": "^7.28.5",
  1844. "@babel/plugin-transform-class-properties": "^7.27.1",
  1845. "@babel/plugin-transform-class-static-block": "^7.28.3",
  1846. "@babel/plugin-transform-classes": "^7.28.4",
  1847. "@babel/plugin-transform-computed-properties": "^7.27.1",
  1848. "@babel/plugin-transform-destructuring": "^7.28.5",
  1849. "@babel/plugin-transform-dotall-regex": "^7.27.1",
  1850. "@babel/plugin-transform-duplicate-keys": "^7.27.1",
  1851. "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.27.1",
  1852. "@babel/plugin-transform-dynamic-import": "^7.27.1",
  1853. "@babel/plugin-transform-explicit-resource-management": "^7.28.0",
  1854. "@babel/plugin-transform-exponentiation-operator": "^7.28.5",
  1855. "@babel/plugin-transform-export-namespace-from": "^7.27.1",
  1856. "@babel/plugin-transform-for-of": "^7.27.1",
  1857. "@babel/plugin-transform-function-name": "^7.27.1",
  1858. "@babel/plugin-transform-json-strings": "^7.27.1",
  1859. "@babel/plugin-transform-literals": "^7.27.1",
  1860. "@babel/plugin-transform-logical-assignment-operators": "^7.28.5",
  1861. "@babel/plugin-transform-member-expression-literals": "^7.27.1",
  1862. "@babel/plugin-transform-modules-amd": "^7.27.1",
  1863. "@babel/plugin-transform-modules-commonjs": "^7.27.1",
  1864. "@babel/plugin-transform-modules-systemjs": "^7.28.5",
  1865. "@babel/plugin-transform-modules-umd": "^7.27.1",
  1866. "@babel/plugin-transform-named-capturing-groups-regex": "^7.27.1",
  1867. "@babel/plugin-transform-new-target": "^7.27.1",
  1868. "@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1",
  1869. "@babel/plugin-transform-numeric-separator": "^7.27.1",
  1870. "@babel/plugin-transform-object-rest-spread": "^7.28.4",
  1871. "@babel/plugin-transform-object-super": "^7.27.1",
  1872. "@babel/plugin-transform-optional-catch-binding": "^7.27.1",
  1873. "@babel/plugin-transform-optional-chaining": "^7.28.5",
  1874. "@babel/plugin-transform-parameters": "^7.27.7",
  1875. "@babel/plugin-transform-private-methods": "^7.27.1",
  1876. "@babel/plugin-transform-private-property-in-object": "^7.27.1",
  1877. "@babel/plugin-transform-property-literals": "^7.27.1",
  1878. "@babel/plugin-transform-regenerator": "^7.28.4",
  1879. "@babel/plugin-transform-regexp-modifiers": "^7.27.1",
  1880. "@babel/plugin-transform-reserved-words": "^7.27.1",
  1881. "@babel/plugin-transform-shorthand-properties": "^7.27.1",
  1882. "@babel/plugin-transform-spread": "^7.27.1",
  1883. "@babel/plugin-transform-sticky-regex": "^7.27.1",
  1884. "@babel/plugin-transform-template-literals": "^7.27.1",
  1885. "@babel/plugin-transform-typeof-symbol": "^7.27.1",
  1886. "@babel/plugin-transform-unicode-escapes": "^7.27.1",
  1887. "@babel/plugin-transform-unicode-property-regex": "^7.27.1",
  1888. "@babel/plugin-transform-unicode-regex": "^7.27.1",
  1889. "@babel/plugin-transform-unicode-sets-regex": "^7.27.1",
  1890. "@babel/preset-modules": "0.1.6-no-external-plugins",
  1891. "babel-plugin-polyfill-corejs2": "^0.4.14",
  1892. "babel-plugin-polyfill-corejs3": "^0.13.0",
  1893. "babel-plugin-polyfill-regenerator": "^0.6.5",
  1894. "core-js-compat": "^3.43.0",
  1895. "semver": "^6.3.1"
  1896. },
  1897. "engines": {
  1898. "node": ">=6.9.0"
  1899. },
  1900. "peerDependencies": {
  1901. "@babel/core": "^7.0.0-0"
  1902. }
  1903. },
  1904. "node_modules/@babel/preset-modules": {
  1905. "version": "0.1.6-no-external-plugins",
  1906. "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz",
  1907. "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==",
  1908. "dev": true,
  1909. "license": "MIT",
  1910. "dependencies": {
  1911. "@babel/helper-plugin-utils": "^7.0.0",
  1912. "@babel/types": "^7.4.4",
  1913. "esutils": "^2.0.2"
  1914. },
  1915. "peerDependencies": {
  1916. "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0"
  1917. }
  1918. },
  1919. "node_modules/@babel/runtime": {
  1920. "version": "7.28.4",
  1921. "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz",
  1922. "integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==",
  1923. "license": "MIT",
  1924. "engines": {
  1925. "node": ">=6.9.0"
  1926. }
  1927. },
  1928. "node_modules/@babel/template": {
  1929. "version": "7.27.2",
  1930. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
  1931. "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
  1932. "license": "MIT",
  1933. "dependencies": {
  1934. "@babel/code-frame": "^7.27.1",
  1935. "@babel/parser": "^7.27.2",
  1936. "@babel/types": "^7.27.1"
  1937. },
  1938. "engines": {
  1939. "node": ">=6.9.0"
  1940. }
  1941. },
  1942. "node_modules/@babel/template/node_modules/@babel/code-frame": {
  1943. "version": "7.27.1",
  1944. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
  1945. "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
  1946. "license": "MIT",
  1947. "dependencies": {
  1948. "@babel/helper-validator-identifier": "^7.27.1",
  1949. "js-tokens": "^4.0.0",
  1950. "picocolors": "^1.1.1"
  1951. },
  1952. "engines": {
  1953. "node": ">=6.9.0"
  1954. }
  1955. },
  1956. "node_modules/@babel/template/node_modules/@babel/parser": {
  1957. "version": "7.28.5",
  1958. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
  1959. "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
  1960. "license": "MIT",
  1961. "dependencies": {
  1962. "@babel/types": "^7.28.5"
  1963. },
  1964. "bin": {
  1965. "parser": "bin/babel-parser.js"
  1966. },
  1967. "engines": {
  1968. "node": ">=6.0.0"
  1969. }
  1970. },
  1971. "node_modules/@babel/template/node_modules/@babel/types": {
  1972. "version": "7.28.5",
  1973. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
  1974. "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
  1975. "license": "MIT",
  1976. "dependencies": {
  1977. "@babel/helper-string-parser": "^7.27.1",
  1978. "@babel/helper-validator-identifier": "^7.28.5"
  1979. },
  1980. "engines": {
  1981. "node": ">=6.9.0"
  1982. }
  1983. },
  1984. "node_modules/@babel/template/node_modules/picocolors": {
  1985. "version": "1.1.1",
  1986. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  1987. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  1988. "license": "ISC"
  1989. },
  1990. "node_modules/@babel/traverse": {
  1991. "version": "7.28.5",
  1992. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
  1993. "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
  1994. "license": "MIT",
  1995. "dependencies": {
  1996. "@babel/code-frame": "^7.27.1",
  1997. "@babel/generator": "^7.28.5",
  1998. "@babel/helper-globals": "^7.28.0",
  1999. "@babel/parser": "^7.28.5",
  2000. "@babel/template": "^7.27.2",
  2001. "@babel/types": "^7.28.5",
  2002. "debug": "^4.3.1"
  2003. },
  2004. "engines": {
  2005. "node": ">=6.9.0"
  2006. }
  2007. },
  2008. "node_modules/@babel/traverse/node_modules/@babel/code-frame": {
  2009. "version": "7.27.1",
  2010. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
  2011. "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
  2012. "license": "MIT",
  2013. "dependencies": {
  2014. "@babel/helper-validator-identifier": "^7.27.1",
  2015. "js-tokens": "^4.0.0",
  2016. "picocolors": "^1.1.1"
  2017. },
  2018. "engines": {
  2019. "node": ">=6.9.0"
  2020. }
  2021. },
  2022. "node_modules/@babel/traverse/node_modules/@babel/parser": {
  2023. "version": "7.28.5",
  2024. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
  2025. "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
  2026. "license": "MIT",
  2027. "dependencies": {
  2028. "@babel/types": "^7.28.5"
  2029. },
  2030. "bin": {
  2031. "parser": "bin/babel-parser.js"
  2032. },
  2033. "engines": {
  2034. "node": ">=6.0.0"
  2035. }
  2036. },
  2037. "node_modules/@babel/traverse/node_modules/@babel/types": {
  2038. "version": "7.28.5",
  2039. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
  2040. "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
  2041. "license": "MIT",
  2042. "dependencies": {
  2043. "@babel/helper-string-parser": "^7.27.1",
  2044. "@babel/helper-validator-identifier": "^7.28.5"
  2045. },
  2046. "engines": {
  2047. "node": ">=6.9.0"
  2048. }
  2049. },
  2050. "node_modules/@babel/traverse/node_modules/picocolors": {
  2051. "version": "1.1.1",
  2052. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  2053. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  2054. "license": "ISC"
  2055. },
  2056. "node_modules/@babel/types": {
  2057. "version": "7.25.6",
  2058. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.6.tgz",
  2059. "integrity": "sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==",
  2060. "license": "MIT",
  2061. "dependencies": {
  2062. "@babel/helper-string-parser": "^7.24.8",
  2063. "@babel/helper-validator-identifier": "^7.24.7",
  2064. "to-fast-properties": "^2.0.0"
  2065. },
  2066. "engines": {
  2067. "node": ">=6.9.0"
  2068. }
  2069. },
  2070. "node_modules/@bcoe/v8-coverage": {
  2071. "version": "0.2.3",
  2072. "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
  2073. "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==",
  2074. "dev": true,
  2075. "license": "MIT"
  2076. },
  2077. "node_modules/@dcloudio/types": {
  2078. "version": "3.4.19",
  2079. "resolved": "https://registry.npmjs.org/@dcloudio/types/-/types-3.4.19.tgz",
  2080. "integrity": "sha512-1foayOFEAQ+jnQLt3ACsovCNjer3/fXn1I2VBpmDOzs2nk/n4UHwRLAxZV/RpxRqaGOPEvKrO/Pq+VI6sAmuRw==",
  2081. "license": "Apache-2.0",
  2082. "peer": true
  2083. },
  2084. "node_modules/@dcloudio/uni-app": {
  2085. "version": "3.0.0-alpha-4080720251125001",
  2086. "resolved": "https://registry.npmjs.org/@dcloudio/uni-app/-/uni-app-3.0.0-alpha-4080720251125001.tgz",
  2087. "integrity": "sha512-heNM9NmW4xG9MhMQ9QtIDkAflnM/Om04W3g/RLeFpboAzynMYmvArOogASAG0RMl0tciCcIXd/VH/8B2wxUidg==",
  2088. "license": "Apache-2.0",
  2089. "dependencies": {
  2090. "@dcloudio/uni-cloud": "3.0.0-alpha-4080720251125001",
  2091. "@dcloudio/uni-components": "3.0.0-alpha-4080720251125001",
  2092. "@dcloudio/uni-console": "3.0.0-alpha-4080720251125001",
  2093. "@dcloudio/uni-i18n": "3.0.0-alpha-4080720251125001",
  2094. "@dcloudio/uni-push": "3.0.0-alpha-4080720251125001",
  2095. "@dcloudio/uni-shared": "3.0.0-alpha-4080720251125001",
  2096. "@dcloudio/uni-stat": "3.0.0-alpha-4080720251125001",
  2097. "@vue/shared": "3.4.21"
  2098. },
  2099. "peerDependencies": {
  2100. "@dcloudio/types": "3.4.19"
  2101. }
  2102. },
  2103. "node_modules/@dcloudio/uni-app-plus": {
  2104. "version": "3.0.0-alpha-4080720251125001",
  2105. "resolved": "https://registry.npmjs.org/@dcloudio/uni-app-plus/-/uni-app-plus-3.0.0-alpha-4080720251125001.tgz",
  2106. "integrity": "sha512-Hruj1J9qltnfpvqgom5Cl1ADkTKgZf9vQWrK2q+BWYUN7adviwpq89np/MdUhx/3xobghTOfpg+i8X/rywJ3UA==",
  2107. "license": "Apache-2.0",
  2108. "dependencies": {
  2109. "@dcloudio/uni-app-uts": "3.0.0-alpha-4080720251125001",
  2110. "@dcloudio/uni-app-vite": "3.0.0-alpha-4080720251125001",
  2111. "@dcloudio/uni-app-vue": "3.0.0-alpha-4080720251125001",
  2112. "debug": "4.3.7",
  2113. "fs-extra": "10.1.0",
  2114. "licia": "1.41.1",
  2115. "postcss-selector-parser": "6.1.2"
  2116. }
  2117. },
  2118. "node_modules/@dcloudio/uni-app-uts": {
  2119. "version": "3.0.0-alpha-4080720251125001",
  2120. "resolved": "https://registry.npmjs.org/@dcloudio/uni-app-uts/-/uni-app-uts-3.0.0-alpha-4080720251125001.tgz",
  2121. "integrity": "sha512-3ayYJJNKlzhvGxG8EwkWQ7VPV6sJEVZaycQx5qYYQccQWzSrlvtNo+wm01GPkqxcbGcBtSyAaFZfpuTWyvN0zQ==",
  2122. "license": "Apache-2.0",
  2123. "dependencies": {
  2124. "@babel/parser": "7.25.6",
  2125. "@babel/types": "7.25.6",
  2126. "@dcloudio/uni-cli-shared": "3.0.0-alpha-4080720251125001",
  2127. "@dcloudio/uni-console": "3.0.0-alpha-4080720251125001",
  2128. "@dcloudio/uni-i18n": "3.0.0-alpha-4080720251125001",
  2129. "@dcloudio/uni-nvue-styler": "3.0.0-alpha-4080720251125001",
  2130. "@dcloudio/uni-shared": "3.0.0-alpha-4080720251125001",
  2131. "@jridgewell/gen-mapping": "^0.3.3",
  2132. "@jridgewell/trace-mapping": "^0.3.19",
  2133. "@rollup/pluginutils": "5.1.0",
  2134. "@vue/compiler-core": "3.4.21",
  2135. "@vue/compiler-dom": "3.4.21",
  2136. "@vue/compiler-sfc": "3.4.21",
  2137. "@vue/consolidate": "1.0.0",
  2138. "@vue/shared": "3.4.21",
  2139. "debug": "4.3.7",
  2140. "es-module-lexer": "1.5.4",
  2141. "estree-walker": "2.0.2",
  2142. "fast-glob": "3.3.3",
  2143. "fs-extra": "10.1.0",
  2144. "magic-string": "0.30.11",
  2145. "picocolors": "1.1.0",
  2146. "source-map-js": "1.2.1",
  2147. "unimport": "4.1.1"
  2148. }
  2149. },
  2150. "node_modules/@dcloudio/uni-app-vite": {
  2151. "version": "3.0.0-alpha-4080720251125001",
  2152. "resolved": "https://registry.npmjs.org/@dcloudio/uni-app-vite/-/uni-app-vite-3.0.0-alpha-4080720251125001.tgz",
  2153. "integrity": "sha512-dOq5WEs59b24W5B44ZDVYRXVS+zkgI7kct+Er0Nd9thYbK59RT9tEfphZjMCZTkLiqlWNUHM7dqzDbtsF9YX7g==",
  2154. "license": "Apache-2.0",
  2155. "dependencies": {
  2156. "@dcloudio/uni-cli-shared": "3.0.0-alpha-4080720251125001",
  2157. "@dcloudio/uni-i18n": "3.0.0-alpha-4080720251125001",
  2158. "@dcloudio/uni-nvue-styler": "3.0.0-alpha-4080720251125001",
  2159. "@dcloudio/uni-shared": "3.0.0-alpha-4080720251125001",
  2160. "@rollup/pluginutils": "5.1.0",
  2161. "@vitejs/plugin-vue": "5.2.4",
  2162. "@vue/compiler-dom": "3.4.21",
  2163. "@vue/compiler-sfc": "3.4.21",
  2164. "debug": "4.3.7",
  2165. "fs-extra": "10.1.0",
  2166. "picocolors": "1.1.0"
  2167. }
  2168. },
  2169. "node_modules/@dcloudio/uni-app-vue": {
  2170. "version": "3.0.0-alpha-4080720251125001",
  2171. "resolved": "https://registry.npmjs.org/@dcloudio/uni-app-vue/-/uni-app-vue-3.0.0-alpha-4080720251125001.tgz",
  2172. "integrity": "sha512-Uxi8HtHkiLwfTrIvowRWBoCAo9Vp25kTZizI4iwpAjR/iQLZw2aytXXB/sSb7p7LlW3m5q+712DZWM9U9InLUQ==",
  2173. "license": "Apache-2.0"
  2174. },
  2175. "node_modules/@dcloudio/uni-automator": {
  2176. "version": "3.0.0-alpha-4080720251125001",
  2177. "resolved": "https://registry.npmjs.org/@dcloudio/uni-automator/-/uni-automator-3.0.0-alpha-4080720251125001.tgz",
  2178. "integrity": "sha512-MglwK9Gj0tbbe4akLa1Z4gbCmbB0JaEJ/yzKN7GZ/znD41ELTMatEyu0wzrlN0kdmNbX9FSj6nVKx2q4+q9cCA==",
  2179. "dev": true,
  2180. "license": "Apache-2.0",
  2181. "dependencies": {
  2182. "@dcloudio/uni-cli-shared": "3.0.0-alpha-4080720251125001",
  2183. "address": "^1.1.2",
  2184. "cross-env": "^7.0.3",
  2185. "debug": "4.3.7",
  2186. "default-gateway": "^6.0.3",
  2187. "fs-extra": "10.1.0",
  2188. "jsonc-parser": "3.3.1",
  2189. "licia": "1.41.1",
  2190. "merge": "2.1.1",
  2191. "qrcode-reader": "1.0.4",
  2192. "qrcode-terminal": "0.12.0",
  2193. "ws": "8.18.0"
  2194. },
  2195. "peerDependencies": {
  2196. "jest": "27.0.4",
  2197. "jest-environment-node": "27.5.1"
  2198. }
  2199. },
  2200. "node_modules/@dcloudio/uni-cli-shared": {
  2201. "version": "3.0.0-alpha-4080720251125001",
  2202. "resolved": "https://registry.npmjs.org/@dcloudio/uni-cli-shared/-/uni-cli-shared-3.0.0-alpha-4080720251125001.tgz",
  2203. "integrity": "sha512-Ov6TGXkEwJsm/GcaKlwDjsQbzBlLwa75+2dCX7fC2kNvre6fkDASK4uAPqSKzgmMwUm2J7KNUoNb9SmFIRrF2w==",
  2204. "license": "Apache-2.0",
  2205. "dependencies": {
  2206. "@ampproject/remapping": "^2.1.2",
  2207. "@babel/code-frame": "7.24.7",
  2208. "@babel/core": "7.25.2",
  2209. "@babel/parser": "7.25.6",
  2210. "@babel/types": "7.25.6",
  2211. "@dcloudio/uni-i18n": "3.0.0-alpha-4080720251125001",
  2212. "@dcloudio/uni-shared": "3.0.0-alpha-4080720251125001",
  2213. "@intlify/core-base": "9.1.9",
  2214. "@intlify/shared": "9.1.9",
  2215. "@intlify/vue-devtools": "9.1.9",
  2216. "@rollup/pluginutils": "5.1.0",
  2217. "@vue/compiler-core": "3.4.21",
  2218. "@vue/compiler-dom": "3.4.21",
  2219. "@vue/compiler-sfc": "3.4.21",
  2220. "@vue/compiler-ssr": "3.4.21",
  2221. "@vue/server-renderer": "3.4.21",
  2222. "@vue/shared": "3.4.21",
  2223. "adm-zip": "0.5.16",
  2224. "autoprefixer": "10.4.20",
  2225. "base64url": "^3.0.1",
  2226. "chokidar": "3.6.0",
  2227. "compare-versions": "^3.6.0",
  2228. "debug": "4.3.7",
  2229. "entities": "^4.5.0",
  2230. "es-module-lexer": "1.5.4",
  2231. "esbuild": "0.20.2",
  2232. "estree-walker": "2.0.2",
  2233. "fast-glob": "3.3.3",
  2234. "fs-extra": "10.1.0",
  2235. "hash-sum": "2.0.0",
  2236. "isbinaryfile": "5.0.2",
  2237. "jsonc-parser": "3.3.1",
  2238. "lines-and-columns": "^2.0.4",
  2239. "magic-string": "0.30.11",
  2240. "merge": "2.1.1",
  2241. "mime": "3.0.0",
  2242. "module-alias": "2.2.3",
  2243. "os-locale-s-fix": "^1.0.8-fix-1",
  2244. "picocolors": "1.1.0",
  2245. "postcss-import": "^14.0.2",
  2246. "postcss-load-config": "^3.1.1",
  2247. "postcss-modules": "^4.3.0",
  2248. "postcss-selector-parser": "6.1.2",
  2249. "resolve": "1.22.8",
  2250. "source-map-js": "1.2.1",
  2251. "tapable": "^2.2.0",
  2252. "unimport": "4.1.1",
  2253. "unplugin-auto-import": "19.1.0",
  2254. "xregexp": "3.1.0"
  2255. },
  2256. "engines": {
  2257. "node": "^14.18.0 || >=16.0.0"
  2258. }
  2259. },
  2260. "node_modules/@dcloudio/uni-cli-shared/node_modules/@vue/reactivity": {
  2261. "version": "3.4.21",
  2262. "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.4.21.tgz",
  2263. "integrity": "sha512-UhenImdc0L0/4ahGCyEzc/pZNwVgcglGy9HVzJ1Bq2Mm9qXOpP8RyNTjookw/gOCUlXSEtuZ2fUg5nrHcoqJcw==",
  2264. "license": "MIT",
  2265. "dependencies": {
  2266. "@vue/shared": "3.4.21"
  2267. }
  2268. },
  2269. "node_modules/@dcloudio/uni-cli-shared/node_modules/@vue/runtime-core": {
  2270. "version": "3.4.21",
  2271. "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.4.21.tgz",
  2272. "integrity": "sha512-pQthsuYzE1XcGZznTKn73G0s14eCJcjaLvp3/DKeYWoFacD9glJoqlNBxt3W2c5S40t6CCcpPf+jG01N3ULyrA==",
  2273. "license": "MIT",
  2274. "dependencies": {
  2275. "@vue/reactivity": "3.4.21",
  2276. "@vue/shared": "3.4.21"
  2277. }
  2278. },
  2279. "node_modules/@dcloudio/uni-cli-shared/node_modules/@vue/runtime-dom": {
  2280. "version": "3.4.21",
  2281. "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.4.21.tgz",
  2282. "integrity": "sha512-gvf+C9cFpevsQxbkRBS1NpU8CqxKw0ebqMvLwcGQrNpx6gqRDodqKqA+A2VZZpQ9RpK2f9yfg8VbW/EpdFUOJw==",
  2283. "license": "MIT",
  2284. "dependencies": {
  2285. "@vue/runtime-core": "3.4.21",
  2286. "@vue/shared": "3.4.21",
  2287. "csstype": "^3.1.3"
  2288. }
  2289. },
  2290. "node_modules/@dcloudio/uni-cli-shared/node_modules/@vue/server-renderer": {
  2291. "version": "3.4.21",
  2292. "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.4.21.tgz",
  2293. "integrity": "sha512-aV1gXyKSN6Rz+6kZ6kr5+Ll14YzmIbeuWe7ryJl5muJ4uwSwY/aStXTixx76TwkZFJLm1aAlA/HSWEJ4EyiMkg==",
  2294. "license": "MIT",
  2295. "dependencies": {
  2296. "@vue/compiler-ssr": "3.4.21",
  2297. "@vue/shared": "3.4.21"
  2298. },
  2299. "peerDependencies": {
  2300. "vue": "3.4.21"
  2301. }
  2302. },
  2303. "node_modules/@dcloudio/uni-cli-shared/node_modules/vue": {
  2304. "version": "3.4.21",
  2305. "resolved": "https://registry.npmjs.org/vue/-/vue-3.4.21.tgz",
  2306. "integrity": "sha512-5hjyV/jLEIKD/jYl4cavMcnzKwjMKohureP8ejn3hhEjwhWIhWeuzL2kJAjzl/WyVsgPY56Sy4Z40C3lVshxXA==",
  2307. "license": "MIT",
  2308. "peer": true,
  2309. "dependencies": {
  2310. "@vue/compiler-dom": "3.4.21",
  2311. "@vue/compiler-sfc": "3.4.21",
  2312. "@vue/runtime-dom": "3.4.21",
  2313. "@vue/server-renderer": "3.4.21",
  2314. "@vue/shared": "3.4.21"
  2315. },
  2316. "peerDependencies": {
  2317. "typescript": "*"
  2318. },
  2319. "peerDependenciesMeta": {
  2320. "typescript": {
  2321. "optional": true
  2322. }
  2323. }
  2324. },
  2325. "node_modules/@dcloudio/uni-cloud": {
  2326. "version": "3.0.0-alpha-4080720251125001",
  2327. "resolved": "https://registry.npmjs.org/@dcloudio/uni-cloud/-/uni-cloud-3.0.0-alpha-4080720251125001.tgz",
  2328. "integrity": "sha512-QMKq751ua/NvHV9jFvM81NVxJdaU0sMvdJEOIWQ9z2Zst8/gK78yu9UdGzO+5cUsdHIYF+fuZA907U7VbIckZg==",
  2329. "license": "Apache-2.0",
  2330. "dependencies": {
  2331. "@dcloudio/uni-cli-shared": "3.0.0-alpha-4080720251125001",
  2332. "@dcloudio/uni-i18n": "3.0.0-alpha-4080720251125001",
  2333. "@dcloudio/uni-shared": "3.0.0-alpha-4080720251125001",
  2334. "@vue/shared": "3.4.21",
  2335. "fast-glob": "3.3.3"
  2336. }
  2337. },
  2338. "node_modules/@dcloudio/uni-components": {
  2339. "version": "3.0.0-alpha-4080720251125001",
  2340. "resolved": "https://registry.npmjs.org/@dcloudio/uni-components/-/uni-components-3.0.0-alpha-4080720251125001.tgz",
  2341. "integrity": "sha512-YVTZvbG+1kTAbOiFHp+jjnAh7RKxC3cqlvJYwFPJh1kRJxF/ye8tPYeyMVik6edruPDkeLy3J/Ye7GfncqYCSA==",
  2342. "license": "Apache-2.0",
  2343. "dependencies": {
  2344. "@dcloudio/uni-cloud": "3.0.0-alpha-4080720251125001",
  2345. "@dcloudio/uni-h5": "3.0.0-alpha-4080720251125001",
  2346. "@dcloudio/uni-i18n": "3.0.0-alpha-4080720251125001"
  2347. }
  2348. },
  2349. "node_modules/@dcloudio/uni-console": {
  2350. "version": "3.0.0-alpha-4080720251125001",
  2351. "resolved": "https://registry.npmjs.org/@dcloudio/uni-console/-/uni-console-3.0.0-alpha-4080720251125001.tgz",
  2352. "integrity": "sha512-UkP4u1pQ8BUOypioAYjn8+Nf3uIoxwFhm3gOy+KIB1dyOqAObM08UrNBoVED5Lz1f+EqMutmLTFsSxmCgjAdZQ==",
  2353. "license": "Apache-2.0",
  2354. "dependencies": {
  2355. "@dcloudio/uni-cli-shared": "3.0.0-alpha-4080720251125001",
  2356. "fs-extra": "10.1.0"
  2357. }
  2358. },
  2359. "node_modules/@dcloudio/uni-h5": {
  2360. "version": "3.0.0-alpha-4080720251125001",
  2361. "resolved": "https://registry.npmjs.org/@dcloudio/uni-h5/-/uni-h5-3.0.0-alpha-4080720251125001.tgz",
  2362. "integrity": "sha512-aGNdpkQRRyMa4H4l/QW/Qx6/wgz4NIU2tQMr/vWSs18pvJ2l0CvTXtLD2+rrI5f/AhKqyEVJlTDRqxKqMsuIoQ==",
  2363. "license": "Apache-2.0",
  2364. "dependencies": {
  2365. "@dcloudio/uni-h5-vite": "3.0.0-alpha-4080720251125001",
  2366. "@dcloudio/uni-h5-vue": "3.0.0-alpha-4080720251125001",
  2367. "@dcloudio/uni-i18n": "3.0.0-alpha-4080720251125001",
  2368. "@dcloudio/uni-shared": "3.0.0-alpha-4080720251125001",
  2369. "@vue/server-renderer": "3.4.21",
  2370. "@vue/shared": "3.4.21",
  2371. "debug": "4.3.7",
  2372. "localstorage-polyfill": "^1.0.1",
  2373. "postcss-selector-parser": "6.1.2",
  2374. "safe-area-insets": "1.4.1",
  2375. "vue-router": "4.4.4",
  2376. "xmlhttprequest": "^1.8.0"
  2377. }
  2378. },
  2379. "node_modules/@dcloudio/uni-h5-vite": {
  2380. "version": "3.0.0-alpha-4080720251125001",
  2381. "resolved": "https://registry.npmjs.org/@dcloudio/uni-h5-vite/-/uni-h5-vite-3.0.0-alpha-4080720251125001.tgz",
  2382. "integrity": "sha512-ujAtG+x/acmc8rr0Z9kge5LyEkiA6GrAdHbXhVMaKqVYEHpTNxbw6eRXy6xpPyVLIi3uu4Yw0pu9zNY472V12g==",
  2383. "license": "Apache-2.0",
  2384. "dependencies": {
  2385. "@dcloudio/uni-cli-shared": "3.0.0-alpha-4080720251125001",
  2386. "@dcloudio/uni-shared": "3.0.0-alpha-4080720251125001",
  2387. "@rollup/pluginutils": "5.1.0",
  2388. "@vue/compiler-dom": "3.4.21",
  2389. "@vue/compiler-sfc": "3.4.21",
  2390. "@vue/server-renderer": "3.4.21",
  2391. "@vue/shared": "3.4.21",
  2392. "debug": "4.3.7",
  2393. "fs-extra": "10.1.0",
  2394. "mime": "3.0.0",
  2395. "module-alias": "2.2.3"
  2396. }
  2397. },
  2398. "node_modules/@dcloudio/uni-h5-vite/node_modules/@vue/reactivity": {
  2399. "version": "3.4.21",
  2400. "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.4.21.tgz",
  2401. "integrity": "sha512-UhenImdc0L0/4ahGCyEzc/pZNwVgcglGy9HVzJ1Bq2Mm9qXOpP8RyNTjookw/gOCUlXSEtuZ2fUg5nrHcoqJcw==",
  2402. "license": "MIT",
  2403. "dependencies": {
  2404. "@vue/shared": "3.4.21"
  2405. }
  2406. },
  2407. "node_modules/@dcloudio/uni-h5-vite/node_modules/@vue/runtime-core": {
  2408. "version": "3.4.21",
  2409. "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.4.21.tgz",
  2410. "integrity": "sha512-pQthsuYzE1XcGZznTKn73G0s14eCJcjaLvp3/DKeYWoFacD9glJoqlNBxt3W2c5S40t6CCcpPf+jG01N3ULyrA==",
  2411. "license": "MIT",
  2412. "dependencies": {
  2413. "@vue/reactivity": "3.4.21",
  2414. "@vue/shared": "3.4.21"
  2415. }
  2416. },
  2417. "node_modules/@dcloudio/uni-h5-vite/node_modules/@vue/runtime-dom": {
  2418. "version": "3.4.21",
  2419. "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.4.21.tgz",
  2420. "integrity": "sha512-gvf+C9cFpevsQxbkRBS1NpU8CqxKw0ebqMvLwcGQrNpx6gqRDodqKqA+A2VZZpQ9RpK2f9yfg8VbW/EpdFUOJw==",
  2421. "license": "MIT",
  2422. "dependencies": {
  2423. "@vue/runtime-core": "3.4.21",
  2424. "@vue/shared": "3.4.21",
  2425. "csstype": "^3.1.3"
  2426. }
  2427. },
  2428. "node_modules/@dcloudio/uni-h5-vite/node_modules/@vue/server-renderer": {
  2429. "version": "3.4.21",
  2430. "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.4.21.tgz",
  2431. "integrity": "sha512-aV1gXyKSN6Rz+6kZ6kr5+Ll14YzmIbeuWe7ryJl5muJ4uwSwY/aStXTixx76TwkZFJLm1aAlA/HSWEJ4EyiMkg==",
  2432. "license": "MIT",
  2433. "dependencies": {
  2434. "@vue/compiler-ssr": "3.4.21",
  2435. "@vue/shared": "3.4.21"
  2436. },
  2437. "peerDependencies": {
  2438. "vue": "3.4.21"
  2439. }
  2440. },
  2441. "node_modules/@dcloudio/uni-h5-vite/node_modules/vue": {
  2442. "version": "3.4.21",
  2443. "resolved": "https://registry.npmjs.org/vue/-/vue-3.4.21.tgz",
  2444. "integrity": "sha512-5hjyV/jLEIKD/jYl4cavMcnzKwjMKohureP8ejn3hhEjwhWIhWeuzL2kJAjzl/WyVsgPY56Sy4Z40C3lVshxXA==",
  2445. "license": "MIT",
  2446. "peer": true,
  2447. "dependencies": {
  2448. "@vue/compiler-dom": "3.4.21",
  2449. "@vue/compiler-sfc": "3.4.21",
  2450. "@vue/runtime-dom": "3.4.21",
  2451. "@vue/server-renderer": "3.4.21",
  2452. "@vue/shared": "3.4.21"
  2453. },
  2454. "peerDependencies": {
  2455. "typescript": "*"
  2456. },
  2457. "peerDependenciesMeta": {
  2458. "typescript": {
  2459. "optional": true
  2460. }
  2461. }
  2462. },
  2463. "node_modules/@dcloudio/uni-h5-vue": {
  2464. "version": "3.0.0-alpha-4080720251125001",
  2465. "resolved": "https://registry.npmjs.org/@dcloudio/uni-h5-vue/-/uni-h5-vue-3.0.0-alpha-4080720251125001.tgz",
  2466. "integrity": "sha512-kExCg1LFRmwDLoPUjPMAxlVkw73JYfspEsqOO2NqxCW58+xqgLlBUFQ/IlalLIK/ZkmfSCkTJbFAlsooPwWBIQ==",
  2467. "license": "Apache-2.0",
  2468. "dependencies": {
  2469. "@dcloudio/uni-shared": "3.0.0-alpha-4080720251125001",
  2470. "@vue/server-renderer": "3.4.21"
  2471. }
  2472. },
  2473. "node_modules/@dcloudio/uni-h5-vue/node_modules/@vue/reactivity": {
  2474. "version": "3.4.21",
  2475. "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.4.21.tgz",
  2476. "integrity": "sha512-UhenImdc0L0/4ahGCyEzc/pZNwVgcglGy9HVzJ1Bq2Mm9qXOpP8RyNTjookw/gOCUlXSEtuZ2fUg5nrHcoqJcw==",
  2477. "license": "MIT",
  2478. "dependencies": {
  2479. "@vue/shared": "3.4.21"
  2480. }
  2481. },
  2482. "node_modules/@dcloudio/uni-h5-vue/node_modules/@vue/runtime-core": {
  2483. "version": "3.4.21",
  2484. "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.4.21.tgz",
  2485. "integrity": "sha512-pQthsuYzE1XcGZznTKn73G0s14eCJcjaLvp3/DKeYWoFacD9glJoqlNBxt3W2c5S40t6CCcpPf+jG01N3ULyrA==",
  2486. "license": "MIT",
  2487. "dependencies": {
  2488. "@vue/reactivity": "3.4.21",
  2489. "@vue/shared": "3.4.21"
  2490. }
  2491. },
  2492. "node_modules/@dcloudio/uni-h5-vue/node_modules/@vue/runtime-dom": {
  2493. "version": "3.4.21",
  2494. "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.4.21.tgz",
  2495. "integrity": "sha512-gvf+C9cFpevsQxbkRBS1NpU8CqxKw0ebqMvLwcGQrNpx6gqRDodqKqA+A2VZZpQ9RpK2f9yfg8VbW/EpdFUOJw==",
  2496. "license": "MIT",
  2497. "dependencies": {
  2498. "@vue/runtime-core": "3.4.21",
  2499. "@vue/shared": "3.4.21",
  2500. "csstype": "^3.1.3"
  2501. }
  2502. },
  2503. "node_modules/@dcloudio/uni-h5-vue/node_modules/@vue/server-renderer": {
  2504. "version": "3.4.21",
  2505. "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.4.21.tgz",
  2506. "integrity": "sha512-aV1gXyKSN6Rz+6kZ6kr5+Ll14YzmIbeuWe7ryJl5muJ4uwSwY/aStXTixx76TwkZFJLm1aAlA/HSWEJ4EyiMkg==",
  2507. "license": "MIT",
  2508. "dependencies": {
  2509. "@vue/compiler-ssr": "3.4.21",
  2510. "@vue/shared": "3.4.21"
  2511. },
  2512. "peerDependencies": {
  2513. "vue": "3.4.21"
  2514. }
  2515. },
  2516. "node_modules/@dcloudio/uni-h5-vue/node_modules/vue": {
  2517. "version": "3.4.21",
  2518. "resolved": "https://registry.npmjs.org/vue/-/vue-3.4.21.tgz",
  2519. "integrity": "sha512-5hjyV/jLEIKD/jYl4cavMcnzKwjMKohureP8ejn3hhEjwhWIhWeuzL2kJAjzl/WyVsgPY56Sy4Z40C3lVshxXA==",
  2520. "license": "MIT",
  2521. "peer": true,
  2522. "dependencies": {
  2523. "@vue/compiler-dom": "3.4.21",
  2524. "@vue/compiler-sfc": "3.4.21",
  2525. "@vue/runtime-dom": "3.4.21",
  2526. "@vue/server-renderer": "3.4.21",
  2527. "@vue/shared": "3.4.21"
  2528. },
  2529. "peerDependencies": {
  2530. "typescript": "*"
  2531. },
  2532. "peerDependenciesMeta": {
  2533. "typescript": {
  2534. "optional": true
  2535. }
  2536. }
  2537. },
  2538. "node_modules/@dcloudio/uni-h5/node_modules/@vue/reactivity": {
  2539. "version": "3.4.21",
  2540. "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.4.21.tgz",
  2541. "integrity": "sha512-UhenImdc0L0/4ahGCyEzc/pZNwVgcglGy9HVzJ1Bq2Mm9qXOpP8RyNTjookw/gOCUlXSEtuZ2fUg5nrHcoqJcw==",
  2542. "license": "MIT",
  2543. "dependencies": {
  2544. "@vue/shared": "3.4.21"
  2545. }
  2546. },
  2547. "node_modules/@dcloudio/uni-h5/node_modules/@vue/runtime-core": {
  2548. "version": "3.4.21",
  2549. "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.4.21.tgz",
  2550. "integrity": "sha512-pQthsuYzE1XcGZznTKn73G0s14eCJcjaLvp3/DKeYWoFacD9glJoqlNBxt3W2c5S40t6CCcpPf+jG01N3ULyrA==",
  2551. "license": "MIT",
  2552. "dependencies": {
  2553. "@vue/reactivity": "3.4.21",
  2554. "@vue/shared": "3.4.21"
  2555. }
  2556. },
  2557. "node_modules/@dcloudio/uni-h5/node_modules/@vue/runtime-dom": {
  2558. "version": "3.4.21",
  2559. "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.4.21.tgz",
  2560. "integrity": "sha512-gvf+C9cFpevsQxbkRBS1NpU8CqxKw0ebqMvLwcGQrNpx6gqRDodqKqA+A2VZZpQ9RpK2f9yfg8VbW/EpdFUOJw==",
  2561. "license": "MIT",
  2562. "dependencies": {
  2563. "@vue/runtime-core": "3.4.21",
  2564. "@vue/shared": "3.4.21",
  2565. "csstype": "^3.1.3"
  2566. }
  2567. },
  2568. "node_modules/@dcloudio/uni-h5/node_modules/@vue/server-renderer": {
  2569. "version": "3.4.21",
  2570. "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.4.21.tgz",
  2571. "integrity": "sha512-aV1gXyKSN6Rz+6kZ6kr5+Ll14YzmIbeuWe7ryJl5muJ4uwSwY/aStXTixx76TwkZFJLm1aAlA/HSWEJ4EyiMkg==",
  2572. "license": "MIT",
  2573. "dependencies": {
  2574. "@vue/compiler-ssr": "3.4.21",
  2575. "@vue/shared": "3.4.21"
  2576. },
  2577. "peerDependencies": {
  2578. "vue": "3.4.21"
  2579. }
  2580. },
  2581. "node_modules/@dcloudio/uni-h5/node_modules/vue": {
  2582. "version": "3.4.21",
  2583. "resolved": "https://registry.npmjs.org/vue/-/vue-3.4.21.tgz",
  2584. "integrity": "sha512-5hjyV/jLEIKD/jYl4cavMcnzKwjMKohureP8ejn3hhEjwhWIhWeuzL2kJAjzl/WyVsgPY56Sy4Z40C3lVshxXA==",
  2585. "license": "MIT",
  2586. "peer": true,
  2587. "dependencies": {
  2588. "@vue/compiler-dom": "3.4.21",
  2589. "@vue/compiler-sfc": "3.4.21",
  2590. "@vue/runtime-dom": "3.4.21",
  2591. "@vue/server-renderer": "3.4.21",
  2592. "@vue/shared": "3.4.21"
  2593. },
  2594. "peerDependencies": {
  2595. "typescript": "*"
  2596. },
  2597. "peerDependenciesMeta": {
  2598. "typescript": {
  2599. "optional": true
  2600. }
  2601. }
  2602. },
  2603. "node_modules/@dcloudio/uni-i18n": {
  2604. "version": "3.0.0-alpha-4080720251125001",
  2605. "resolved": "https://registry.npmjs.org/@dcloudio/uni-i18n/-/uni-i18n-3.0.0-alpha-4080720251125001.tgz",
  2606. "integrity": "sha512-h1k5ymHPazzsVSLQ5HcfCFP3/lpzOA3vu3+QyQbaJ7ax9a01Ap03nq3UnXY4AcoKQ3kEkJnMiV3qhU9zlCdmbQ==",
  2607. "license": "Apache-2.0"
  2608. },
  2609. "node_modules/@dcloudio/uni-mp-compiler": {
  2610. "version": "3.0.0-alpha-4080720251125001",
  2611. "resolved": "https://registry.npmjs.org/@dcloudio/uni-mp-compiler/-/uni-mp-compiler-3.0.0-alpha-4080720251125001.tgz",
  2612. "integrity": "sha512-LiQ32HOeIRS6JQ/D6xcvuM9i9RC9CHE/E+INqC09OPiJcVZ909H8Y/goHdCUtgXjcRa05uNRLL8Q5KHtwZaPVQ==",
  2613. "license": "Apache-2.0",
  2614. "dependencies": {
  2615. "@babel/generator": "7.25.6",
  2616. "@babel/parser": "7.25.6",
  2617. "@babel/types": "7.25.6",
  2618. "@dcloudio/uni-cli-shared": "3.0.0-alpha-4080720251125001",
  2619. "@dcloudio/uni-shared": "3.0.0-alpha-4080720251125001",
  2620. "@vue/compiler-core": "3.4.21",
  2621. "@vue/compiler-dom": "3.4.21",
  2622. "@vue/shared": "3.4.21",
  2623. "estree-walker": "2.0.2"
  2624. }
  2625. },
  2626. "node_modules/@dcloudio/uni-mp-compiler/node_modules/@babel/generator": {
  2627. "version": "7.25.6",
  2628. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.6.tgz",
  2629. "integrity": "sha512-VPC82gr1seXOpkjAAKoLhP50vx4vGNlF4msF64dSFq1P8RfB+QAuJWGHPXXPc8QyfVWwwB/TNNU4+ayZmHNbZw==",
  2630. "license": "MIT",
  2631. "dependencies": {
  2632. "@babel/types": "^7.25.6",
  2633. "@jridgewell/gen-mapping": "^0.3.5",
  2634. "@jridgewell/trace-mapping": "^0.3.25",
  2635. "jsesc": "^2.5.1"
  2636. },
  2637. "engines": {
  2638. "node": ">=6.9.0"
  2639. }
  2640. },
  2641. "node_modules/@dcloudio/uni-mp-compiler/node_modules/jsesc": {
  2642. "version": "2.5.2",
  2643. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
  2644. "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
  2645. "license": "MIT",
  2646. "bin": {
  2647. "jsesc": "bin/jsesc"
  2648. },
  2649. "engines": {
  2650. "node": ">=4"
  2651. }
  2652. },
  2653. "node_modules/@dcloudio/uni-mp-vite": {
  2654. "version": "3.0.0-alpha-4080720251125001",
  2655. "resolved": "https://registry.npmjs.org/@dcloudio/uni-mp-vite/-/uni-mp-vite-3.0.0-alpha-4080720251125001.tgz",
  2656. "integrity": "sha512-zb2uVtlljDozzZEwYwFD9URJOn1BsvuCW7+UAWXrfcR39U+hGqnr1In5qBKUhna/IkZi2QUDlpVTYmjhqajnkA==",
  2657. "license": "Apache-2.0",
  2658. "dependencies": {
  2659. "@dcloudio/uni-cli-shared": "3.0.0-alpha-4080720251125001",
  2660. "@dcloudio/uni-i18n": "3.0.0-alpha-4080720251125001",
  2661. "@dcloudio/uni-mp-compiler": "3.0.0-alpha-4080720251125001",
  2662. "@dcloudio/uni-mp-vue": "3.0.0-alpha-4080720251125001",
  2663. "@dcloudio/uni-shared": "3.0.0-alpha-4080720251125001",
  2664. "@vue/compiler-dom": "3.4.21",
  2665. "@vue/compiler-sfc": "3.4.21",
  2666. "@vue/shared": "3.4.21",
  2667. "debug": "4.3.7"
  2668. }
  2669. },
  2670. "node_modules/@dcloudio/uni-mp-vue": {
  2671. "version": "3.0.0-alpha-4080720251125001",
  2672. "resolved": "https://registry.npmjs.org/@dcloudio/uni-mp-vue/-/uni-mp-vue-3.0.0-alpha-4080720251125001.tgz",
  2673. "integrity": "sha512-38S/Qh90vJxoM7fyqb4CUshZJ0NRSZSr5+DM8Y18+Av0SG2t9MrBzFpS5DCGLUjrbEzM54t5ZHzzJIALAvU7mg==",
  2674. "license": "Apache-2.0",
  2675. "dependencies": {
  2676. "@dcloudio/uni-shared": "3.0.0-alpha-4080720251125001",
  2677. "@vue/shared": "3.4.21"
  2678. }
  2679. },
  2680. "node_modules/@dcloudio/uni-mp-weixin": {
  2681. "version": "3.0.0-alpha-4080720251125001",
  2682. "resolved": "https://registry.npmjs.org/@dcloudio/uni-mp-weixin/-/uni-mp-weixin-3.0.0-alpha-4080720251125001.tgz",
  2683. "integrity": "sha512-EEmZo1cBM/AjiWO+fNEO89Gfc9HY8aB1Fe0Dd6vd4GLk7X0qmJ7VnUSUD9lwvK6ugrdq80qhwt14xri1SHFnFQ==",
  2684. "license": "Apache-2.0",
  2685. "dependencies": {
  2686. "@dcloudio/uni-cli-shared": "3.0.0-alpha-4080720251125001",
  2687. "@dcloudio/uni-mp-vite": "3.0.0-alpha-4080720251125001",
  2688. "@dcloudio/uni-mp-vue": "3.0.0-alpha-4080720251125001",
  2689. "@dcloudio/uni-shared": "3.0.0-alpha-4080720251125001",
  2690. "@vue/shared": "3.4.21",
  2691. "jimp": "0.10.3",
  2692. "licia": "1.41.1",
  2693. "qrcode-reader": "1.0.4",
  2694. "qrcode-terminal": "0.12.0",
  2695. "ws": "8.18.0"
  2696. }
  2697. },
  2698. "node_modules/@dcloudio/uni-nvue-styler": {
  2699. "version": "3.0.0-alpha-4080720251125001",
  2700. "resolved": "https://registry.npmjs.org/@dcloudio/uni-nvue-styler/-/uni-nvue-styler-3.0.0-alpha-4080720251125001.tgz",
  2701. "integrity": "sha512-xGc8O/+oh4WHUW6qsjg8TX3Gv2LWGbapqvFxRzGNiFVWZROVJOo9hU3l53+ENDr+XQuyFA0/fU0N18yCYp36Ew==",
  2702. "license": "Apache-2.0",
  2703. "dependencies": {
  2704. "parse-css-font": "^4.0.0",
  2705. "postcss": "8.4.45"
  2706. }
  2707. },
  2708. "node_modules/@dcloudio/uni-nvue-styler/node_modules/postcss": {
  2709. "version": "8.4.45",
  2710. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.45.tgz",
  2711. "integrity": "sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==",
  2712. "funding": [
  2713. {
  2714. "type": "opencollective",
  2715. "url": "https://opencollective.com/postcss/"
  2716. },
  2717. {
  2718. "type": "tidelift",
  2719. "url": "https://tidelift.com/funding/github/npm/postcss"
  2720. },
  2721. {
  2722. "type": "github",
  2723. "url": "https://github.com/sponsors/ai"
  2724. }
  2725. ],
  2726. "license": "MIT",
  2727. "dependencies": {
  2728. "nanoid": "^3.3.7",
  2729. "picocolors": "^1.0.1",
  2730. "source-map-js": "^1.2.0"
  2731. },
  2732. "engines": {
  2733. "node": "^10 || ^12 || >=14"
  2734. }
  2735. },
  2736. "node_modules/@dcloudio/uni-push": {
  2737. "version": "3.0.0-alpha-4080720251125001",
  2738. "resolved": "https://registry.npmjs.org/@dcloudio/uni-push/-/uni-push-3.0.0-alpha-4080720251125001.tgz",
  2739. "integrity": "sha512-9xYs7dEDecLIXNJZOSrR5UdSjzbsy0rOTcQ3xWCDnNVFQeXIDqVhf5DHP4yi2DoEsuBltnKsfE5ATn3BsBEQ+A==",
  2740. "license": "Apache-2.0",
  2741. "dependencies": {
  2742. "@dcloudio/uni-cli-shared": "3.0.0-alpha-4080720251125001"
  2743. }
  2744. },
  2745. "node_modules/@dcloudio/uni-shared": {
  2746. "version": "3.0.0-alpha-4080720251125001",
  2747. "resolved": "https://registry.npmjs.org/@dcloudio/uni-shared/-/uni-shared-3.0.0-alpha-4080720251125001.tgz",
  2748. "integrity": "sha512-Gvmcb4PFJRzPYKCchVst3urPD2f5ZlvHXHhXHY43Q8C/aACXrl1wjMSyW9z0OrBrgsSxENl+BLLP+pX8r9BC6Q==",
  2749. "license": "Apache-2.0",
  2750. "dependencies": {
  2751. "@vue/shared": "3.4.21"
  2752. }
  2753. },
  2754. "node_modules/@dcloudio/uni-stat": {
  2755. "version": "3.0.0-alpha-4080720251125001",
  2756. "resolved": "https://registry.npmjs.org/@dcloudio/uni-stat/-/uni-stat-3.0.0-alpha-4080720251125001.tgz",
  2757. "integrity": "sha512-H3lPgTsLpaM4bZiwJhRS7i+Vcj65Uoz/3paldkUWWfcWaysiio+37RCj5sHR94TVCrZIvtLJLkQAogGUegEIXQ==",
  2758. "license": "Apache-2.0",
  2759. "dependencies": {
  2760. "@dcloudio/uni-cli-shared": "3.0.0-alpha-4080720251125001",
  2761. "@dcloudio/uni-shared": "3.0.0-alpha-4080720251125001",
  2762. "debug": "4.3.7"
  2763. }
  2764. },
  2765. "node_modules/@dcloudio/vite-plugin-uni": {
  2766. "version": "3.0.0-alpha-4080720251125001",
  2767. "resolved": "https://registry.npmjs.org/@dcloudio/vite-plugin-uni/-/vite-plugin-uni-3.0.0-alpha-4080720251125001.tgz",
  2768. "integrity": "sha512-pNbn5shoxmza364bLB1gce7zLhPRuTvhiriRa5wq1st8hWPA10TzawxhYnkq8KG/vVMpUeEz0+vVH+TIfxYI9Q==",
  2769. "dev": true,
  2770. "license": "Apache-2.0",
  2771. "dependencies": {
  2772. "@babel/core": "7.25.2",
  2773. "@babel/plugin-syntax-import-meta": "^7.10.4",
  2774. "@babel/plugin-transform-typescript": "^7.23.3",
  2775. "@dcloudio/uni-cli-shared": "3.0.0-alpha-4080720251125001",
  2776. "@dcloudio/uni-nvue-styler": "3.0.0-alpha-4080720251125001",
  2777. "@dcloudio/uni-shared": "3.0.0-alpha-4080720251125001",
  2778. "@rollup/pluginutils": "5.1.0",
  2779. "@vitejs/plugin-legacy": "5.3.2",
  2780. "@vitejs/plugin-vue": "5.2.4",
  2781. "@vitejs/plugin-vue-jsx": "3.1.0",
  2782. "@vue/compiler-core": "3.4.21",
  2783. "@vue/compiler-dom": "3.4.21",
  2784. "@vue/compiler-sfc": "3.4.21",
  2785. "@vue/shared": "3.4.21",
  2786. "cac": "6.7.9",
  2787. "debug": "4.3.7",
  2788. "estree-walker": "2.0.2",
  2789. "express": "4.20.0",
  2790. "fast-glob": "3.3.3",
  2791. "fs-extra": "10.1.0",
  2792. "hash-sum": "2.0.0",
  2793. "jsonc-parser": "3.3.1",
  2794. "magic-string": "0.30.11",
  2795. "picocolors": "1.1.0",
  2796. "terser": "^5.4.0",
  2797. "unplugin-auto-import": "19.1.0"
  2798. },
  2799. "bin": {
  2800. "uni": "bin/uni.js"
  2801. },
  2802. "engines": {
  2803. "node": "^14.18.0 || >=16.0.0"
  2804. },
  2805. "peerDependencies": {
  2806. "vite": "5.2.8"
  2807. }
  2808. },
  2809. "node_modules/@esbuild/aix-ppc64": {
  2810. "version": "0.20.2",
  2811. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.20.2.tgz",
  2812. "integrity": "sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==",
  2813. "cpu": [
  2814. "ppc64"
  2815. ],
  2816. "license": "MIT",
  2817. "optional": true,
  2818. "os": [
  2819. "aix"
  2820. ],
  2821. "engines": {
  2822. "node": ">=12"
  2823. }
  2824. },
  2825. "node_modules/@esbuild/android-arm": {
  2826. "version": "0.20.2",
  2827. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.20.2.tgz",
  2828. "integrity": "sha512-t98Ra6pw2VaDhqNWO2Oph2LXbz/EJcnLmKLGBJwEwXX/JAN83Fym1rU8l0JUWK6HkIbWONCSSatf4sf2NBRx/w==",
  2829. "cpu": [
  2830. "arm"
  2831. ],
  2832. "license": "MIT",
  2833. "optional": true,
  2834. "os": [
  2835. "android"
  2836. ],
  2837. "engines": {
  2838. "node": ">=12"
  2839. }
  2840. },
  2841. "node_modules/@esbuild/android-arm64": {
  2842. "version": "0.20.2",
  2843. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.20.2.tgz",
  2844. "integrity": "sha512-mRzjLacRtl/tWU0SvD8lUEwb61yP9cqQo6noDZP/O8VkwafSYwZ4yWy24kan8jE/IMERpYncRt2dw438LP3Xmg==",
  2845. "cpu": [
  2846. "arm64"
  2847. ],
  2848. "license": "MIT",
  2849. "optional": true,
  2850. "os": [
  2851. "android"
  2852. ],
  2853. "engines": {
  2854. "node": ">=12"
  2855. }
  2856. },
  2857. "node_modules/@esbuild/android-x64": {
  2858. "version": "0.20.2",
  2859. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.20.2.tgz",
  2860. "integrity": "sha512-btzExgV+/lMGDDa194CcUQm53ncxzeBrWJcncOBxuC6ndBkKxnHdFJn86mCIgTELsooUmwUm9FkhSp5HYu00Rg==",
  2861. "cpu": [
  2862. "x64"
  2863. ],
  2864. "license": "MIT",
  2865. "optional": true,
  2866. "os": [
  2867. "android"
  2868. ],
  2869. "engines": {
  2870. "node": ">=12"
  2871. }
  2872. },
  2873. "node_modules/@esbuild/darwin-arm64": {
  2874. "version": "0.20.2",
  2875. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.20.2.tgz",
  2876. "integrity": "sha512-4J6IRT+10J3aJH3l1yzEg9y3wkTDgDk7TSDFX+wKFiWjqWp/iCfLIYzGyasx9l0SAFPT1HwSCR+0w/h1ES/MjA==",
  2877. "cpu": [
  2878. "arm64"
  2879. ],
  2880. "license": "MIT",
  2881. "optional": true,
  2882. "os": [
  2883. "darwin"
  2884. ],
  2885. "engines": {
  2886. "node": ">=12"
  2887. }
  2888. },
  2889. "node_modules/@esbuild/darwin-x64": {
  2890. "version": "0.20.2",
  2891. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.20.2.tgz",
  2892. "integrity": "sha512-tBcXp9KNphnNH0dfhv8KYkZhjc+H3XBkF5DKtswJblV7KlT9EI2+jeA8DgBjp908WEuYll6pF+UStUCfEpdysA==",
  2893. "cpu": [
  2894. "x64"
  2895. ],
  2896. "license": "MIT",
  2897. "optional": true,
  2898. "os": [
  2899. "darwin"
  2900. ],
  2901. "engines": {
  2902. "node": ">=12"
  2903. }
  2904. },
  2905. "node_modules/@esbuild/freebsd-arm64": {
  2906. "version": "0.20.2",
  2907. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.20.2.tgz",
  2908. "integrity": "sha512-d3qI41G4SuLiCGCFGUrKsSeTXyWG6yem1KcGZVS+3FYlYhtNoNgYrWcvkOoaqMhwXSMrZRl69ArHsGJ9mYdbbw==",
  2909. "cpu": [
  2910. "arm64"
  2911. ],
  2912. "license": "MIT",
  2913. "optional": true,
  2914. "os": [
  2915. "freebsd"
  2916. ],
  2917. "engines": {
  2918. "node": ">=12"
  2919. }
  2920. },
  2921. "node_modules/@esbuild/freebsd-x64": {
  2922. "version": "0.20.2",
  2923. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.20.2.tgz",
  2924. "integrity": "sha512-d+DipyvHRuqEeM5zDivKV1KuXn9WeRX6vqSqIDgwIfPQtwMP4jaDsQsDncjTDDsExT4lR/91OLjRo8bmC1e+Cw==",
  2925. "cpu": [
  2926. "x64"
  2927. ],
  2928. "license": "MIT",
  2929. "optional": true,
  2930. "os": [
  2931. "freebsd"
  2932. ],
  2933. "engines": {
  2934. "node": ">=12"
  2935. }
  2936. },
  2937. "node_modules/@esbuild/linux-arm": {
  2938. "version": "0.20.2",
  2939. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.20.2.tgz",
  2940. "integrity": "sha512-VhLPeR8HTMPccbuWWcEUD1Az68TqaTYyj6nfE4QByZIQEQVWBB8vup8PpR7y1QHL3CpcF6xd5WVBU/+SBEvGTg==",
  2941. "cpu": [
  2942. "arm"
  2943. ],
  2944. "license": "MIT",
  2945. "optional": true,
  2946. "os": [
  2947. "linux"
  2948. ],
  2949. "engines": {
  2950. "node": ">=12"
  2951. }
  2952. },
  2953. "node_modules/@esbuild/linux-arm64": {
  2954. "version": "0.20.2",
  2955. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.20.2.tgz",
  2956. "integrity": "sha512-9pb6rBjGvTFNira2FLIWqDk/uaf42sSyLE8j1rnUpuzsODBq7FvpwHYZxQ/It/8b+QOS1RYfqgGFNLRI+qlq2A==",
  2957. "cpu": [
  2958. "arm64"
  2959. ],
  2960. "license": "MIT",
  2961. "optional": true,
  2962. "os": [
  2963. "linux"
  2964. ],
  2965. "engines": {
  2966. "node": ">=12"
  2967. }
  2968. },
  2969. "node_modules/@esbuild/linux-ia32": {
  2970. "version": "0.20.2",
  2971. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.20.2.tgz",
  2972. "integrity": "sha512-o10utieEkNPFDZFQm9CoP7Tvb33UutoJqg3qKf1PWVeeJhJw0Q347PxMvBgVVFgouYLGIhFYG0UGdBumROyiig==",
  2973. "cpu": [
  2974. "ia32"
  2975. ],
  2976. "license": "MIT",
  2977. "optional": true,
  2978. "os": [
  2979. "linux"
  2980. ],
  2981. "engines": {
  2982. "node": ">=12"
  2983. }
  2984. },
  2985. "node_modules/@esbuild/linux-loong64": {
  2986. "version": "0.20.2",
  2987. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.20.2.tgz",
  2988. "integrity": "sha512-PR7sp6R/UC4CFVomVINKJ80pMFlfDfMQMYynX7t1tNTeivQ6XdX5r2XovMmha/VjR1YN/HgHWsVcTRIMkymrgQ==",
  2989. "cpu": [
  2990. "loong64"
  2991. ],
  2992. "license": "MIT",
  2993. "optional": true,
  2994. "os": [
  2995. "linux"
  2996. ],
  2997. "engines": {
  2998. "node": ">=12"
  2999. }
  3000. },
  3001. "node_modules/@esbuild/linux-mips64el": {
  3002. "version": "0.20.2",
  3003. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.20.2.tgz",
  3004. "integrity": "sha512-4BlTqeutE/KnOiTG5Y6Sb/Hw6hsBOZapOVF6njAESHInhlQAghVVZL1ZpIctBOoTFbQyGW+LsVYZ8lSSB3wkjA==",
  3005. "cpu": [
  3006. "mips64el"
  3007. ],
  3008. "license": "MIT",
  3009. "optional": true,
  3010. "os": [
  3011. "linux"
  3012. ],
  3013. "engines": {
  3014. "node": ">=12"
  3015. }
  3016. },
  3017. "node_modules/@esbuild/linux-ppc64": {
  3018. "version": "0.20.2",
  3019. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.20.2.tgz",
  3020. "integrity": "sha512-rD3KsaDprDcfajSKdn25ooz5J5/fWBylaaXkuotBDGnMnDP1Uv5DLAN/45qfnf3JDYyJv/ytGHQaziHUdyzaAg==",
  3021. "cpu": [
  3022. "ppc64"
  3023. ],
  3024. "license": "MIT",
  3025. "optional": true,
  3026. "os": [
  3027. "linux"
  3028. ],
  3029. "engines": {
  3030. "node": ">=12"
  3031. }
  3032. },
  3033. "node_modules/@esbuild/linux-riscv64": {
  3034. "version": "0.20.2",
  3035. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.20.2.tgz",
  3036. "integrity": "sha512-snwmBKacKmwTMmhLlz/3aH1Q9T8v45bKYGE3j26TsaOVtjIag4wLfWSiZykXzXuE1kbCE+zJRmwp+ZbIHinnVg==",
  3037. "cpu": [
  3038. "riscv64"
  3039. ],
  3040. "license": "MIT",
  3041. "optional": true,
  3042. "os": [
  3043. "linux"
  3044. ],
  3045. "engines": {
  3046. "node": ">=12"
  3047. }
  3048. },
  3049. "node_modules/@esbuild/linux-s390x": {
  3050. "version": "0.20.2",
  3051. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.20.2.tgz",
  3052. "integrity": "sha512-wcWISOobRWNm3cezm5HOZcYz1sKoHLd8VL1dl309DiixxVFoFe/o8HnwuIwn6sXre88Nwj+VwZUvJf4AFxkyrQ==",
  3053. "cpu": [
  3054. "s390x"
  3055. ],
  3056. "license": "MIT",
  3057. "optional": true,
  3058. "os": [
  3059. "linux"
  3060. ],
  3061. "engines": {
  3062. "node": ">=12"
  3063. }
  3064. },
  3065. "node_modules/@esbuild/linux-x64": {
  3066. "version": "0.20.2",
  3067. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.20.2.tgz",
  3068. "integrity": "sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==",
  3069. "cpu": [
  3070. "x64"
  3071. ],
  3072. "license": "MIT",
  3073. "optional": true,
  3074. "os": [
  3075. "linux"
  3076. ],
  3077. "engines": {
  3078. "node": ">=12"
  3079. }
  3080. },
  3081. "node_modules/@esbuild/netbsd-x64": {
  3082. "version": "0.20.2",
  3083. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.20.2.tgz",
  3084. "integrity": "sha512-K8/DhBxcVQkzYc43yJXDSyjlFeHQJBiowJ0uVL6Tor3jGQfSGHNNJcWxNbOI8v5k82prYqzPuwkzHt3J1T1iZQ==",
  3085. "cpu": [
  3086. "x64"
  3087. ],
  3088. "license": "MIT",
  3089. "optional": true,
  3090. "os": [
  3091. "netbsd"
  3092. ],
  3093. "engines": {
  3094. "node": ">=12"
  3095. }
  3096. },
  3097. "node_modules/@esbuild/openbsd-x64": {
  3098. "version": "0.20.2",
  3099. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.20.2.tgz",
  3100. "integrity": "sha512-eMpKlV0SThJmmJgiVyN9jTPJ2VBPquf6Kt/nAoo6DgHAoN57K15ZghiHaMvqjCye/uU4X5u3YSMgVBI1h3vKrQ==",
  3101. "cpu": [
  3102. "x64"
  3103. ],
  3104. "license": "MIT",
  3105. "optional": true,
  3106. "os": [
  3107. "openbsd"
  3108. ],
  3109. "engines": {
  3110. "node": ">=12"
  3111. }
  3112. },
  3113. "node_modules/@esbuild/sunos-x64": {
  3114. "version": "0.20.2",
  3115. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.20.2.tgz",
  3116. "integrity": "sha512-2UyFtRC6cXLyejf/YEld4Hajo7UHILetzE1vsRcGL3earZEW77JxrFjH4Ez2qaTiEfMgAXxfAZCm1fvM/G/o8w==",
  3117. "cpu": [
  3118. "x64"
  3119. ],
  3120. "license": "MIT",
  3121. "optional": true,
  3122. "os": [
  3123. "sunos"
  3124. ],
  3125. "engines": {
  3126. "node": ">=12"
  3127. }
  3128. },
  3129. "node_modules/@esbuild/win32-arm64": {
  3130. "version": "0.20.2",
  3131. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.20.2.tgz",
  3132. "integrity": "sha512-GRibxoawM9ZCnDxnP3usoUDO9vUkpAxIIZ6GQI+IlVmr5kP3zUq+l17xELTHMWTWzjxa2guPNyrpq1GWmPvcGQ==",
  3133. "cpu": [
  3134. "arm64"
  3135. ],
  3136. "license": "MIT",
  3137. "optional": true,
  3138. "os": [
  3139. "win32"
  3140. ],
  3141. "engines": {
  3142. "node": ">=12"
  3143. }
  3144. },
  3145. "node_modules/@esbuild/win32-ia32": {
  3146. "version": "0.20.2",
  3147. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.20.2.tgz",
  3148. "integrity": "sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==",
  3149. "cpu": [
  3150. "ia32"
  3151. ],
  3152. "license": "MIT",
  3153. "optional": true,
  3154. "os": [
  3155. "win32"
  3156. ],
  3157. "engines": {
  3158. "node": ">=12"
  3159. }
  3160. },
  3161. "node_modules/@esbuild/win32-x64": {
  3162. "version": "0.20.2",
  3163. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.20.2.tgz",
  3164. "integrity": "sha512-N49X4lJX27+l9jbLKSqZ6bKNjzQvHaT8IIFUy+YIqmXQdjYCToGWwOItDrfby14c78aDd5NHQl29xingXfCdLQ==",
  3165. "cpu": [
  3166. "x64"
  3167. ],
  3168. "license": "MIT",
  3169. "optional": true,
  3170. "os": [
  3171. "win32"
  3172. ],
  3173. "engines": {
  3174. "node": ">=12"
  3175. }
  3176. },
  3177. "node_modules/@intlify/core-base": {
  3178. "version": "9.1.9",
  3179. "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-9.1.9.tgz",
  3180. "integrity": "sha512-x5T0p/Ja0S8hs5xs+ImKyYckVkL4CzcEXykVYYV6rcbXxJTe2o58IquSqX9bdncVKbRZP7GlBU1EcRaQEEJ+vw==",
  3181. "license": "MIT",
  3182. "dependencies": {
  3183. "@intlify/devtools-if": "9.1.9",
  3184. "@intlify/message-compiler": "9.1.9",
  3185. "@intlify/message-resolver": "9.1.9",
  3186. "@intlify/runtime": "9.1.9",
  3187. "@intlify/shared": "9.1.9",
  3188. "@intlify/vue-devtools": "9.1.9"
  3189. },
  3190. "engines": {
  3191. "node": ">= 10"
  3192. }
  3193. },
  3194. "node_modules/@intlify/devtools-if": {
  3195. "version": "9.1.9",
  3196. "resolved": "https://registry.npmjs.org/@intlify/devtools-if/-/devtools-if-9.1.9.tgz",
  3197. "integrity": "sha512-oKSMKjttG3Ut/1UGEZjSdghuP3fwA15zpDPcjkf/1FjlOIm6uIBGMNS5jXzsZy593u+P/YcnrZD6cD3IVFz9vQ==",
  3198. "license": "MIT",
  3199. "dependencies": {
  3200. "@intlify/shared": "9.1.9"
  3201. },
  3202. "engines": {
  3203. "node": ">= 10"
  3204. }
  3205. },
  3206. "node_modules/@intlify/message-compiler": {
  3207. "version": "9.1.9",
  3208. "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-9.1.9.tgz",
  3209. "integrity": "sha512-6YgCMF46Xd0IH2hMRLCssZI3gFG4aywidoWQ3QP4RGYQXQYYfFC54DxhSgfIPpVoPLQ+4AD29eoYmhiHZ+qLFQ==",
  3210. "license": "MIT",
  3211. "dependencies": {
  3212. "@intlify/message-resolver": "9.1.9",
  3213. "@intlify/shared": "9.1.9",
  3214. "source-map": "0.6.1"
  3215. },
  3216. "engines": {
  3217. "node": ">= 10"
  3218. }
  3219. },
  3220. "node_modules/@intlify/message-resolver": {
  3221. "version": "9.1.9",
  3222. "resolved": "https://registry.npmjs.org/@intlify/message-resolver/-/message-resolver-9.1.9.tgz",
  3223. "integrity": "sha512-Lx/DBpigeK0sz2BBbzv5mu9/dAlt98HxwbG7xLawC3O2xMF9MNWU5FtOziwYG6TDIjNq0O/3ZbOJAxwITIWXEA==",
  3224. "license": "MIT",
  3225. "engines": {
  3226. "node": ">= 10"
  3227. }
  3228. },
  3229. "node_modules/@intlify/runtime": {
  3230. "version": "9.1.9",
  3231. "resolved": "https://registry.npmjs.org/@intlify/runtime/-/runtime-9.1.9.tgz",
  3232. "integrity": "sha512-XgPw8+UlHCiie3fI41HPVa/VDJb3/aSH7bLhY1hJvlvNV713PFtb4p4Jo+rlE0gAoMsMCGcsiT982fImolSltg==",
  3233. "license": "MIT",
  3234. "dependencies": {
  3235. "@intlify/message-compiler": "9.1.9",
  3236. "@intlify/message-resolver": "9.1.9",
  3237. "@intlify/shared": "9.1.9"
  3238. },
  3239. "engines": {
  3240. "node": ">= 10"
  3241. }
  3242. },
  3243. "node_modules/@intlify/shared": {
  3244. "version": "9.1.9",
  3245. "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-9.1.9.tgz",
  3246. "integrity": "sha512-xKGM1d0EAxdDFCWedcYXOm6V5Pfw/TMudd6/qCdEb4tv0hk9EKeg7lwQF1azE0dP2phvx0yXxrt7UQK+IZjNdw==",
  3247. "license": "MIT",
  3248. "engines": {
  3249. "node": ">= 10"
  3250. }
  3251. },
  3252. "node_modules/@intlify/vue-devtools": {
  3253. "version": "9.1.9",
  3254. "resolved": "https://registry.npmjs.org/@intlify/vue-devtools/-/vue-devtools-9.1.9.tgz",
  3255. "integrity": "sha512-YPehH9uL4vZcGXky4Ev5qQIITnHKIvsD2GKGXgqf+05osMUI6WSEQHaN9USRa318Rs8RyyPCiDfmA0hRu3k7og==",
  3256. "license": "MIT",
  3257. "dependencies": {
  3258. "@intlify/message-resolver": "9.1.9",
  3259. "@intlify/runtime": "9.1.9",
  3260. "@intlify/shared": "9.1.9"
  3261. },
  3262. "engines": {
  3263. "node": ">= 10"
  3264. }
  3265. },
  3266. "node_modules/@istanbuljs/load-nyc-config": {
  3267. "version": "1.1.0",
  3268. "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
  3269. "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
  3270. "dev": true,
  3271. "license": "ISC",
  3272. "dependencies": {
  3273. "camelcase": "^5.3.1",
  3274. "find-up": "^4.1.0",
  3275. "get-package-type": "^0.1.0",
  3276. "js-yaml": "^3.13.1",
  3277. "resolve-from": "^5.0.0"
  3278. },
  3279. "engines": {
  3280. "node": ">=8"
  3281. }
  3282. },
  3283. "node_modules/@istanbuljs/schema": {
  3284. "version": "0.1.3",
  3285. "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
  3286. "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
  3287. "dev": true,
  3288. "license": "MIT",
  3289. "engines": {
  3290. "node": ">=8"
  3291. }
  3292. },
  3293. "node_modules/@jest/console": {
  3294. "version": "27.5.1",
  3295. "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz",
  3296. "integrity": "sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==",
  3297. "dev": true,
  3298. "license": "MIT",
  3299. "dependencies": {
  3300. "@jest/types": "^27.5.1",
  3301. "@types/node": "*",
  3302. "chalk": "^4.0.0",
  3303. "jest-message-util": "^27.5.1",
  3304. "jest-util": "^27.5.1",
  3305. "slash": "^3.0.0"
  3306. },
  3307. "engines": {
  3308. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  3309. }
  3310. },
  3311. "node_modules/@jest/console/node_modules/ansi-styles": {
  3312. "version": "4.3.0",
  3313. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  3314. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  3315. "dev": true,
  3316. "license": "MIT",
  3317. "dependencies": {
  3318. "color-convert": "^2.0.1"
  3319. },
  3320. "engines": {
  3321. "node": ">=8"
  3322. },
  3323. "funding": {
  3324. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  3325. }
  3326. },
  3327. "node_modules/@jest/console/node_modules/chalk": {
  3328. "version": "4.1.2",
  3329. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  3330. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  3331. "dev": true,
  3332. "license": "MIT",
  3333. "dependencies": {
  3334. "ansi-styles": "^4.1.0",
  3335. "supports-color": "^7.1.0"
  3336. },
  3337. "engines": {
  3338. "node": ">=10"
  3339. },
  3340. "funding": {
  3341. "url": "https://github.com/chalk/chalk?sponsor=1"
  3342. }
  3343. },
  3344. "node_modules/@jest/console/node_modules/color-convert": {
  3345. "version": "2.0.1",
  3346. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  3347. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  3348. "dev": true,
  3349. "license": "MIT",
  3350. "dependencies": {
  3351. "color-name": "~1.1.4"
  3352. },
  3353. "engines": {
  3354. "node": ">=7.0.0"
  3355. }
  3356. },
  3357. "node_modules/@jest/console/node_modules/color-name": {
  3358. "version": "1.1.4",
  3359. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  3360. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  3361. "dev": true,
  3362. "license": "MIT"
  3363. },
  3364. "node_modules/@jest/console/node_modules/has-flag": {
  3365. "version": "4.0.0",
  3366. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  3367. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  3368. "dev": true,
  3369. "license": "MIT",
  3370. "engines": {
  3371. "node": ">=8"
  3372. }
  3373. },
  3374. "node_modules/@jest/console/node_modules/supports-color": {
  3375. "version": "7.2.0",
  3376. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  3377. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  3378. "dev": true,
  3379. "license": "MIT",
  3380. "dependencies": {
  3381. "has-flag": "^4.0.0"
  3382. },
  3383. "engines": {
  3384. "node": ">=8"
  3385. }
  3386. },
  3387. "node_modules/@jest/core": {
  3388. "version": "27.5.1",
  3389. "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.5.1.tgz",
  3390. "integrity": "sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==",
  3391. "dev": true,
  3392. "license": "MIT",
  3393. "dependencies": {
  3394. "@jest/console": "^27.5.1",
  3395. "@jest/reporters": "^27.5.1",
  3396. "@jest/test-result": "^27.5.1",
  3397. "@jest/transform": "^27.5.1",
  3398. "@jest/types": "^27.5.1",
  3399. "@types/node": "*",
  3400. "ansi-escapes": "^4.2.1",
  3401. "chalk": "^4.0.0",
  3402. "emittery": "^0.8.1",
  3403. "exit": "^0.1.2",
  3404. "graceful-fs": "^4.2.9",
  3405. "jest-changed-files": "^27.5.1",
  3406. "jest-config": "^27.5.1",
  3407. "jest-haste-map": "^27.5.1",
  3408. "jest-message-util": "^27.5.1",
  3409. "jest-regex-util": "^27.5.1",
  3410. "jest-resolve": "^27.5.1",
  3411. "jest-resolve-dependencies": "^27.5.1",
  3412. "jest-runner": "^27.5.1",
  3413. "jest-runtime": "^27.5.1",
  3414. "jest-snapshot": "^27.5.1",
  3415. "jest-util": "^27.5.1",
  3416. "jest-validate": "^27.5.1",
  3417. "jest-watcher": "^27.5.1",
  3418. "micromatch": "^4.0.4",
  3419. "rimraf": "^3.0.0",
  3420. "slash": "^3.0.0",
  3421. "strip-ansi": "^6.0.0"
  3422. },
  3423. "engines": {
  3424. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  3425. },
  3426. "peerDependencies": {
  3427. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  3428. },
  3429. "peerDependenciesMeta": {
  3430. "node-notifier": {
  3431. "optional": true
  3432. }
  3433. }
  3434. },
  3435. "node_modules/@jest/core/node_modules/ansi-styles": {
  3436. "version": "4.3.0",
  3437. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  3438. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  3439. "dev": true,
  3440. "license": "MIT",
  3441. "dependencies": {
  3442. "color-convert": "^2.0.1"
  3443. },
  3444. "engines": {
  3445. "node": ">=8"
  3446. },
  3447. "funding": {
  3448. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  3449. }
  3450. },
  3451. "node_modules/@jest/core/node_modules/chalk": {
  3452. "version": "4.1.2",
  3453. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  3454. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  3455. "dev": true,
  3456. "license": "MIT",
  3457. "dependencies": {
  3458. "ansi-styles": "^4.1.0",
  3459. "supports-color": "^7.1.0"
  3460. },
  3461. "engines": {
  3462. "node": ">=10"
  3463. },
  3464. "funding": {
  3465. "url": "https://github.com/chalk/chalk?sponsor=1"
  3466. }
  3467. },
  3468. "node_modules/@jest/core/node_modules/color-convert": {
  3469. "version": "2.0.1",
  3470. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  3471. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  3472. "dev": true,
  3473. "license": "MIT",
  3474. "dependencies": {
  3475. "color-name": "~1.1.4"
  3476. },
  3477. "engines": {
  3478. "node": ">=7.0.0"
  3479. }
  3480. },
  3481. "node_modules/@jest/core/node_modules/color-name": {
  3482. "version": "1.1.4",
  3483. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  3484. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  3485. "dev": true,
  3486. "license": "MIT"
  3487. },
  3488. "node_modules/@jest/core/node_modules/has-flag": {
  3489. "version": "4.0.0",
  3490. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  3491. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  3492. "dev": true,
  3493. "license": "MIT",
  3494. "engines": {
  3495. "node": ">=8"
  3496. }
  3497. },
  3498. "node_modules/@jest/core/node_modules/supports-color": {
  3499. "version": "7.2.0",
  3500. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  3501. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  3502. "dev": true,
  3503. "license": "MIT",
  3504. "dependencies": {
  3505. "has-flag": "^4.0.0"
  3506. },
  3507. "engines": {
  3508. "node": ">=8"
  3509. }
  3510. },
  3511. "node_modules/@jest/environment": {
  3512. "version": "27.5.1",
  3513. "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.5.1.tgz",
  3514. "integrity": "sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==",
  3515. "dev": true,
  3516. "license": "MIT",
  3517. "dependencies": {
  3518. "@jest/fake-timers": "^27.5.1",
  3519. "@jest/types": "^27.5.1",
  3520. "@types/node": "*",
  3521. "jest-mock": "^27.5.1"
  3522. },
  3523. "engines": {
  3524. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  3525. }
  3526. },
  3527. "node_modules/@jest/fake-timers": {
  3528. "version": "27.5.1",
  3529. "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz",
  3530. "integrity": "sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==",
  3531. "dev": true,
  3532. "license": "MIT",
  3533. "dependencies": {
  3534. "@jest/types": "^27.5.1",
  3535. "@sinonjs/fake-timers": "^8.0.1",
  3536. "@types/node": "*",
  3537. "jest-message-util": "^27.5.1",
  3538. "jest-mock": "^27.5.1",
  3539. "jest-util": "^27.5.1"
  3540. },
  3541. "engines": {
  3542. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  3543. }
  3544. },
  3545. "node_modules/@jest/globals": {
  3546. "version": "27.5.1",
  3547. "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.5.1.tgz",
  3548. "integrity": "sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==",
  3549. "dev": true,
  3550. "license": "MIT",
  3551. "dependencies": {
  3552. "@jest/environment": "^27.5.1",
  3553. "@jest/types": "^27.5.1",
  3554. "expect": "^27.5.1"
  3555. },
  3556. "engines": {
  3557. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  3558. }
  3559. },
  3560. "node_modules/@jest/reporters": {
  3561. "version": "27.5.1",
  3562. "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.5.1.tgz",
  3563. "integrity": "sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==",
  3564. "dev": true,
  3565. "license": "MIT",
  3566. "dependencies": {
  3567. "@bcoe/v8-coverage": "^0.2.3",
  3568. "@jest/console": "^27.5.1",
  3569. "@jest/test-result": "^27.5.1",
  3570. "@jest/transform": "^27.5.1",
  3571. "@jest/types": "^27.5.1",
  3572. "@types/node": "*",
  3573. "chalk": "^4.0.0",
  3574. "collect-v8-coverage": "^1.0.0",
  3575. "exit": "^0.1.2",
  3576. "glob": "^7.1.2",
  3577. "graceful-fs": "^4.2.9",
  3578. "istanbul-lib-coverage": "^3.0.0",
  3579. "istanbul-lib-instrument": "^5.1.0",
  3580. "istanbul-lib-report": "^3.0.0",
  3581. "istanbul-lib-source-maps": "^4.0.0",
  3582. "istanbul-reports": "^3.1.3",
  3583. "jest-haste-map": "^27.5.1",
  3584. "jest-resolve": "^27.5.1",
  3585. "jest-util": "^27.5.1",
  3586. "jest-worker": "^27.5.1",
  3587. "slash": "^3.0.0",
  3588. "source-map": "^0.6.0",
  3589. "string-length": "^4.0.1",
  3590. "terminal-link": "^2.0.0",
  3591. "v8-to-istanbul": "^8.1.0"
  3592. },
  3593. "engines": {
  3594. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  3595. },
  3596. "peerDependencies": {
  3597. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  3598. },
  3599. "peerDependenciesMeta": {
  3600. "node-notifier": {
  3601. "optional": true
  3602. }
  3603. }
  3604. },
  3605. "node_modules/@jest/reporters/node_modules/ansi-styles": {
  3606. "version": "4.3.0",
  3607. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  3608. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  3609. "dev": true,
  3610. "license": "MIT",
  3611. "dependencies": {
  3612. "color-convert": "^2.0.1"
  3613. },
  3614. "engines": {
  3615. "node": ">=8"
  3616. },
  3617. "funding": {
  3618. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  3619. }
  3620. },
  3621. "node_modules/@jest/reporters/node_modules/chalk": {
  3622. "version": "4.1.2",
  3623. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  3624. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  3625. "dev": true,
  3626. "license": "MIT",
  3627. "dependencies": {
  3628. "ansi-styles": "^4.1.0",
  3629. "supports-color": "^7.1.0"
  3630. },
  3631. "engines": {
  3632. "node": ">=10"
  3633. },
  3634. "funding": {
  3635. "url": "https://github.com/chalk/chalk?sponsor=1"
  3636. }
  3637. },
  3638. "node_modules/@jest/reporters/node_modules/color-convert": {
  3639. "version": "2.0.1",
  3640. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  3641. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  3642. "dev": true,
  3643. "license": "MIT",
  3644. "dependencies": {
  3645. "color-name": "~1.1.4"
  3646. },
  3647. "engines": {
  3648. "node": ">=7.0.0"
  3649. }
  3650. },
  3651. "node_modules/@jest/reporters/node_modules/color-name": {
  3652. "version": "1.1.4",
  3653. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  3654. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  3655. "dev": true,
  3656. "license": "MIT"
  3657. },
  3658. "node_modules/@jest/reporters/node_modules/has-flag": {
  3659. "version": "4.0.0",
  3660. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  3661. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  3662. "dev": true,
  3663. "license": "MIT",
  3664. "engines": {
  3665. "node": ">=8"
  3666. }
  3667. },
  3668. "node_modules/@jest/reporters/node_modules/supports-color": {
  3669. "version": "7.2.0",
  3670. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  3671. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  3672. "dev": true,
  3673. "license": "MIT",
  3674. "dependencies": {
  3675. "has-flag": "^4.0.0"
  3676. },
  3677. "engines": {
  3678. "node": ">=8"
  3679. }
  3680. },
  3681. "node_modules/@jest/source-map": {
  3682. "version": "27.5.1",
  3683. "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.5.1.tgz",
  3684. "integrity": "sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==",
  3685. "dev": true,
  3686. "license": "MIT",
  3687. "dependencies": {
  3688. "callsites": "^3.0.0",
  3689. "graceful-fs": "^4.2.9",
  3690. "source-map": "^0.6.0"
  3691. },
  3692. "engines": {
  3693. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  3694. }
  3695. },
  3696. "node_modules/@jest/test-result": {
  3697. "version": "27.5.1",
  3698. "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.5.1.tgz",
  3699. "integrity": "sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==",
  3700. "dev": true,
  3701. "license": "MIT",
  3702. "dependencies": {
  3703. "@jest/console": "^27.5.1",
  3704. "@jest/types": "^27.5.1",
  3705. "@types/istanbul-lib-coverage": "^2.0.0",
  3706. "collect-v8-coverage": "^1.0.0"
  3707. },
  3708. "engines": {
  3709. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  3710. }
  3711. },
  3712. "node_modules/@jest/test-sequencer": {
  3713. "version": "27.5.1",
  3714. "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz",
  3715. "integrity": "sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==",
  3716. "dev": true,
  3717. "license": "MIT",
  3718. "dependencies": {
  3719. "@jest/test-result": "^27.5.1",
  3720. "graceful-fs": "^4.2.9",
  3721. "jest-haste-map": "^27.5.1",
  3722. "jest-runtime": "^27.5.1"
  3723. },
  3724. "engines": {
  3725. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  3726. }
  3727. },
  3728. "node_modules/@jest/transform": {
  3729. "version": "27.5.1",
  3730. "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz",
  3731. "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==",
  3732. "dev": true,
  3733. "license": "MIT",
  3734. "dependencies": {
  3735. "@babel/core": "^7.1.0",
  3736. "@jest/types": "^27.5.1",
  3737. "babel-plugin-istanbul": "^6.1.1",
  3738. "chalk": "^4.0.0",
  3739. "convert-source-map": "^1.4.0",
  3740. "fast-json-stable-stringify": "^2.0.0",
  3741. "graceful-fs": "^4.2.9",
  3742. "jest-haste-map": "^27.5.1",
  3743. "jest-regex-util": "^27.5.1",
  3744. "jest-util": "^27.5.1",
  3745. "micromatch": "^4.0.4",
  3746. "pirates": "^4.0.4",
  3747. "slash": "^3.0.0",
  3748. "source-map": "^0.6.1",
  3749. "write-file-atomic": "^3.0.0"
  3750. },
  3751. "engines": {
  3752. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  3753. }
  3754. },
  3755. "node_modules/@jest/transform/node_modules/ansi-styles": {
  3756. "version": "4.3.0",
  3757. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  3758. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  3759. "dev": true,
  3760. "license": "MIT",
  3761. "dependencies": {
  3762. "color-convert": "^2.0.1"
  3763. },
  3764. "engines": {
  3765. "node": ">=8"
  3766. },
  3767. "funding": {
  3768. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  3769. }
  3770. },
  3771. "node_modules/@jest/transform/node_modules/chalk": {
  3772. "version": "4.1.2",
  3773. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  3774. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  3775. "dev": true,
  3776. "license": "MIT",
  3777. "dependencies": {
  3778. "ansi-styles": "^4.1.0",
  3779. "supports-color": "^7.1.0"
  3780. },
  3781. "engines": {
  3782. "node": ">=10"
  3783. },
  3784. "funding": {
  3785. "url": "https://github.com/chalk/chalk?sponsor=1"
  3786. }
  3787. },
  3788. "node_modules/@jest/transform/node_modules/color-convert": {
  3789. "version": "2.0.1",
  3790. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  3791. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  3792. "dev": true,
  3793. "license": "MIT",
  3794. "dependencies": {
  3795. "color-name": "~1.1.4"
  3796. },
  3797. "engines": {
  3798. "node": ">=7.0.0"
  3799. }
  3800. },
  3801. "node_modules/@jest/transform/node_modules/color-name": {
  3802. "version": "1.1.4",
  3803. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  3804. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  3805. "dev": true,
  3806. "license": "MIT"
  3807. },
  3808. "node_modules/@jest/transform/node_modules/convert-source-map": {
  3809. "version": "1.9.0",
  3810. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
  3811. "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==",
  3812. "dev": true,
  3813. "license": "MIT"
  3814. },
  3815. "node_modules/@jest/transform/node_modules/has-flag": {
  3816. "version": "4.0.0",
  3817. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  3818. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  3819. "dev": true,
  3820. "license": "MIT",
  3821. "engines": {
  3822. "node": ">=8"
  3823. }
  3824. },
  3825. "node_modules/@jest/transform/node_modules/supports-color": {
  3826. "version": "7.2.0",
  3827. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  3828. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  3829. "dev": true,
  3830. "license": "MIT",
  3831. "dependencies": {
  3832. "has-flag": "^4.0.0"
  3833. },
  3834. "engines": {
  3835. "node": ">=8"
  3836. }
  3837. },
  3838. "node_modules/@jest/types": {
  3839. "version": "27.5.1",
  3840. "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz",
  3841. "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==",
  3842. "dev": true,
  3843. "license": "MIT",
  3844. "dependencies": {
  3845. "@types/istanbul-lib-coverage": "^2.0.0",
  3846. "@types/istanbul-reports": "^3.0.0",
  3847. "@types/node": "*",
  3848. "@types/yargs": "^16.0.0",
  3849. "chalk": "^4.0.0"
  3850. },
  3851. "engines": {
  3852. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  3853. }
  3854. },
  3855. "node_modules/@jest/types/node_modules/ansi-styles": {
  3856. "version": "4.3.0",
  3857. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  3858. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  3859. "dev": true,
  3860. "license": "MIT",
  3861. "dependencies": {
  3862. "color-convert": "^2.0.1"
  3863. },
  3864. "engines": {
  3865. "node": ">=8"
  3866. },
  3867. "funding": {
  3868. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  3869. }
  3870. },
  3871. "node_modules/@jest/types/node_modules/chalk": {
  3872. "version": "4.1.2",
  3873. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  3874. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  3875. "dev": true,
  3876. "license": "MIT",
  3877. "dependencies": {
  3878. "ansi-styles": "^4.1.0",
  3879. "supports-color": "^7.1.0"
  3880. },
  3881. "engines": {
  3882. "node": ">=10"
  3883. },
  3884. "funding": {
  3885. "url": "https://github.com/chalk/chalk?sponsor=1"
  3886. }
  3887. },
  3888. "node_modules/@jest/types/node_modules/color-convert": {
  3889. "version": "2.0.1",
  3890. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  3891. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  3892. "dev": true,
  3893. "license": "MIT",
  3894. "dependencies": {
  3895. "color-name": "~1.1.4"
  3896. },
  3897. "engines": {
  3898. "node": ">=7.0.0"
  3899. }
  3900. },
  3901. "node_modules/@jest/types/node_modules/color-name": {
  3902. "version": "1.1.4",
  3903. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  3904. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  3905. "dev": true,
  3906. "license": "MIT"
  3907. },
  3908. "node_modules/@jest/types/node_modules/has-flag": {
  3909. "version": "4.0.0",
  3910. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  3911. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  3912. "dev": true,
  3913. "license": "MIT",
  3914. "engines": {
  3915. "node": ">=8"
  3916. }
  3917. },
  3918. "node_modules/@jest/types/node_modules/supports-color": {
  3919. "version": "7.2.0",
  3920. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  3921. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  3922. "dev": true,
  3923. "license": "MIT",
  3924. "dependencies": {
  3925. "has-flag": "^4.0.0"
  3926. },
  3927. "engines": {
  3928. "node": ">=8"
  3929. }
  3930. },
  3931. "node_modules/@jimp/bmp": {
  3932. "version": "0.10.3",
  3933. "resolved": "https://registry.npmjs.org/@jimp/bmp/-/bmp-0.10.3.tgz",
  3934. "integrity": "sha512-keMOc5woiDmONXsB/6aXLR4Z5Q+v8lFq3EY2rcj2FmstbDMhRuGbmcBxlEgOqfRjwvtf/wOtJ3Of37oAWtVfLg==",
  3935. "license": "MIT",
  3936. "dependencies": {
  3937. "@babel/runtime": "^7.7.2",
  3938. "@jimp/utils": "^0.10.3",
  3939. "bmp-js": "^0.1.0",
  3940. "core-js": "^3.4.1"
  3941. },
  3942. "peerDependencies": {
  3943. "@jimp/custom": ">=0.3.5"
  3944. }
  3945. },
  3946. "node_modules/@jimp/core": {
  3947. "version": "0.10.3",
  3948. "resolved": "https://registry.npmjs.org/@jimp/core/-/core-0.10.3.tgz",
  3949. "integrity": "sha512-Gd5IpL3U2bFIO57Fh/OA3HCpWm4uW/pU01E75rI03BXfTdz3T+J7TwvyG1XaqsQ7/DSlS99GXtLQPlfFIe28UA==",
  3950. "license": "MIT",
  3951. "dependencies": {
  3952. "@babel/runtime": "^7.7.2",
  3953. "@jimp/utils": "^0.10.3",
  3954. "any-base": "^1.1.0",
  3955. "buffer": "^5.2.0",
  3956. "core-js": "^3.4.1",
  3957. "exif-parser": "^0.1.12",
  3958. "file-type": "^9.0.0",
  3959. "load-bmfont": "^1.3.1",
  3960. "mkdirp": "^0.5.1",
  3961. "phin": "^2.9.1",
  3962. "pixelmatch": "^4.0.2",
  3963. "tinycolor2": "^1.4.1"
  3964. }
  3965. },
  3966. "node_modules/@jimp/custom": {
  3967. "version": "0.10.3",
  3968. "resolved": "https://registry.npmjs.org/@jimp/custom/-/custom-0.10.3.tgz",
  3969. "integrity": "sha512-nZmSI+jwTi5IRyNLbKSXQovoeqsw+D0Jn0SxW08wYQvdkiWA8bTlDQFgQ7HVwCAKBm8oKkDB/ZEo9qvHJ+1gAQ==",
  3970. "license": "MIT",
  3971. "peer": true,
  3972. "dependencies": {
  3973. "@babel/runtime": "^7.7.2",
  3974. "@jimp/core": "^0.10.3",
  3975. "core-js": "^3.4.1"
  3976. }
  3977. },
  3978. "node_modules/@jimp/gif": {
  3979. "version": "0.10.3",
  3980. "resolved": "https://registry.npmjs.org/@jimp/gif/-/gif-0.10.3.tgz",
  3981. "integrity": "sha512-vjlRodSfz1CrUvvrnUuD/DsLK1GHB/yDZXHthVdZu23zYJIW7/WrIiD1IgQ5wOMV7NocfrvPn2iqUfBP81/WWA==",
  3982. "license": "MIT",
  3983. "dependencies": {
  3984. "@babel/runtime": "^7.7.2",
  3985. "@jimp/utils": "^0.10.3",
  3986. "core-js": "^3.4.1",
  3987. "omggif": "^1.0.9"
  3988. },
  3989. "peerDependencies": {
  3990. "@jimp/custom": ">=0.3.5"
  3991. }
  3992. },
  3993. "node_modules/@jimp/jpeg": {
  3994. "version": "0.10.3",
  3995. "resolved": "https://registry.npmjs.org/@jimp/jpeg/-/jpeg-0.10.3.tgz",
  3996. "integrity": "sha512-AAANwgUZOt6f6P7LZxY9lyJ9xclqutYJlsxt3JbriXUGJgrrFAIkcKcqv1nObgmQASSAQKYaMV9KdHjMlWFKlQ==",
  3997. "license": "MIT",
  3998. "dependencies": {
  3999. "@babel/runtime": "^7.7.2",
  4000. "@jimp/utils": "^0.10.3",
  4001. "core-js": "^3.4.1",
  4002. "jpeg-js": "^0.3.4"
  4003. },
  4004. "peerDependencies": {
  4005. "@jimp/custom": ">=0.3.5"
  4006. }
  4007. },
  4008. "node_modules/@jimp/plugin-blit": {
  4009. "version": "0.10.3",
  4010. "resolved": "https://registry.npmjs.org/@jimp/plugin-blit/-/plugin-blit-0.10.3.tgz",
  4011. "integrity": "sha512-5zlKlCfx4JWw9qUVC7GI4DzXyxDWyFvgZLaoGFoT00mlXlN75SarlDwc9iZ/2e2kp4bJWxz3cGgG4G/WXrbg3Q==",
  4012. "license": "MIT",
  4013. "peer": true,
  4014. "dependencies": {
  4015. "@babel/runtime": "^7.7.2",
  4016. "@jimp/utils": "^0.10.3",
  4017. "core-js": "^3.4.1"
  4018. },
  4019. "peerDependencies": {
  4020. "@jimp/custom": ">=0.3.5"
  4021. }
  4022. },
  4023. "node_modules/@jimp/plugin-blur": {
  4024. "version": "0.10.3",
  4025. "resolved": "https://registry.npmjs.org/@jimp/plugin-blur/-/plugin-blur-0.10.3.tgz",
  4026. "integrity": "sha512-cTOK3rjh1Yjh23jSfA6EHCHjsPJDEGLC8K2y9gM7dnTUK1y9NNmkFS23uHpyjgsWFIoH9oRh2SpEs3INjCpZhQ==",
  4027. "license": "MIT",
  4028. "peer": true,
  4029. "dependencies": {
  4030. "@babel/runtime": "^7.7.2",
  4031. "@jimp/utils": "^0.10.3",
  4032. "core-js": "^3.4.1"
  4033. },
  4034. "peerDependencies": {
  4035. "@jimp/custom": ">=0.3.5"
  4036. }
  4037. },
  4038. "node_modules/@jimp/plugin-circle": {
  4039. "version": "0.10.3",
  4040. "resolved": "https://registry.npmjs.org/@jimp/plugin-circle/-/plugin-circle-0.10.3.tgz",
  4041. "integrity": "sha512-51GAPIVelqAcfuUpaM5JWJ0iWl4vEjNXB7p4P7SX5udugK5bxXUjO6KA2qgWmdpHuCKtoNgkzWU9fNSuYp7tCA==",
  4042. "license": "MIT",
  4043. "dependencies": {
  4044. "@babel/runtime": "^7.7.2",
  4045. "@jimp/utils": "^0.10.3",
  4046. "core-js": "^3.4.1"
  4047. },
  4048. "peerDependencies": {
  4049. "@jimp/custom": ">=0.3.5"
  4050. }
  4051. },
  4052. "node_modules/@jimp/plugin-color": {
  4053. "version": "0.10.3",
  4054. "resolved": "https://registry.npmjs.org/@jimp/plugin-color/-/plugin-color-0.10.3.tgz",
  4055. "integrity": "sha512-RgeHUElmlTH7vpI4WyQrz6u59spiKfVQbsG/XUzfWGamFSixa24ZDwX/yV/Ts+eNaz7pZeIuv533qmKPvw2ujg==",
  4056. "license": "MIT",
  4057. "peer": true,
  4058. "dependencies": {
  4059. "@babel/runtime": "^7.7.2",
  4060. "@jimp/utils": "^0.10.3",
  4061. "core-js": "^3.4.1",
  4062. "tinycolor2": "^1.4.1"
  4063. },
  4064. "peerDependencies": {
  4065. "@jimp/custom": ">=0.3.5"
  4066. }
  4067. },
  4068. "node_modules/@jimp/plugin-contain": {
  4069. "version": "0.10.3",
  4070. "resolved": "https://registry.npmjs.org/@jimp/plugin-contain/-/plugin-contain-0.10.3.tgz",
  4071. "integrity": "sha512-bYJKW9dqzcB0Ihc6u7jSyKa3juStzbLs2LFr6fu8TzA2WkMS/R8h+ddkiO36+F9ILTWHP0CIA3HFe5OdOGcigw==",
  4072. "license": "MIT",
  4073. "dependencies": {
  4074. "@babel/runtime": "^7.7.2",
  4075. "@jimp/utils": "^0.10.3",
  4076. "core-js": "^3.4.1"
  4077. },
  4078. "peerDependencies": {
  4079. "@jimp/custom": ">=0.3.5",
  4080. "@jimp/plugin-blit": ">=0.3.5",
  4081. "@jimp/plugin-resize": ">=0.3.5",
  4082. "@jimp/plugin-scale": ">=0.3.5"
  4083. }
  4084. },
  4085. "node_modules/@jimp/plugin-cover": {
  4086. "version": "0.10.3",
  4087. "resolved": "https://registry.npmjs.org/@jimp/plugin-cover/-/plugin-cover-0.10.3.tgz",
  4088. "integrity": "sha512-pOxu0cM0BRPzdV468n4dMocJXoMbTnARDY/EpC3ZW15SpMuc/dr1KhWQHgoQX5kVW1Wt8zgqREAJJCQ5KuPKDA==",
  4089. "license": "MIT",
  4090. "dependencies": {
  4091. "@babel/runtime": "^7.7.2",
  4092. "@jimp/utils": "^0.10.3",
  4093. "core-js": "^3.4.1"
  4094. },
  4095. "peerDependencies": {
  4096. "@jimp/custom": ">=0.3.5",
  4097. "@jimp/plugin-crop": ">=0.3.5",
  4098. "@jimp/plugin-resize": ">=0.3.5",
  4099. "@jimp/plugin-scale": ">=0.3.5"
  4100. }
  4101. },
  4102. "node_modules/@jimp/plugin-crop": {
  4103. "version": "0.10.3",
  4104. "resolved": "https://registry.npmjs.org/@jimp/plugin-crop/-/plugin-crop-0.10.3.tgz",
  4105. "integrity": "sha512-nB7HgOjjl9PgdHr076xZ3Sr6qHYzeBYBs9qvs3tfEEUeYMNnvzgCCGtUl6eMakazZFCMk3mhKmcB9zQuHFOvkg==",
  4106. "license": "MIT",
  4107. "peer": true,
  4108. "dependencies": {
  4109. "@babel/runtime": "^7.7.2",
  4110. "@jimp/utils": "^0.10.3",
  4111. "core-js": "^3.4.1"
  4112. },
  4113. "peerDependencies": {
  4114. "@jimp/custom": ">=0.3.5"
  4115. }
  4116. },
  4117. "node_modules/@jimp/plugin-displace": {
  4118. "version": "0.10.3",
  4119. "resolved": "https://registry.npmjs.org/@jimp/plugin-displace/-/plugin-displace-0.10.3.tgz",
  4120. "integrity": "sha512-8t3fVKCH5IVqI4lewe4lFFjpxxr69SQCz5/tlpDLQZsrNScNJivHdQ09zljTrVTCSgeCqQJIKgH2Q7Sk/pAZ0w==",
  4121. "license": "MIT",
  4122. "dependencies": {
  4123. "@babel/runtime": "^7.7.2",
  4124. "@jimp/utils": "^0.10.3",
  4125. "core-js": "^3.4.1"
  4126. },
  4127. "peerDependencies": {
  4128. "@jimp/custom": ">=0.3.5"
  4129. }
  4130. },
  4131. "node_modules/@jimp/plugin-dither": {
  4132. "version": "0.10.3",
  4133. "resolved": "https://registry.npmjs.org/@jimp/plugin-dither/-/plugin-dither-0.10.3.tgz",
  4134. "integrity": "sha512-JCX/oNSnEg1kGQ8ffZ66bEgQOLCY3Rn+lrd6v1jjLy/mn9YVZTMsxLtGCXpiCDC2wG/KTmi4862ysmP9do9dAQ==",
  4135. "license": "MIT",
  4136. "dependencies": {
  4137. "@babel/runtime": "^7.7.2",
  4138. "@jimp/utils": "^0.10.3",
  4139. "core-js": "^3.4.1"
  4140. },
  4141. "peerDependencies": {
  4142. "@jimp/custom": ">=0.3.5"
  4143. }
  4144. },
  4145. "node_modules/@jimp/plugin-fisheye": {
  4146. "version": "0.10.3",
  4147. "resolved": "https://registry.npmjs.org/@jimp/plugin-fisheye/-/plugin-fisheye-0.10.3.tgz",
  4148. "integrity": "sha512-RRZb1wqe+xdocGcFtj2xHU7sF7xmEZmIa6BmrfSchjyA2b32TGPWKnP3qyj7p6LWEsXn+19hRYbjfyzyebPElQ==",
  4149. "license": "MIT",
  4150. "dependencies": {
  4151. "@babel/runtime": "^7.7.2",
  4152. "@jimp/utils": "^0.10.3",
  4153. "core-js": "^3.4.1"
  4154. },
  4155. "peerDependencies": {
  4156. "@jimp/custom": ">=0.3.5"
  4157. }
  4158. },
  4159. "node_modules/@jimp/plugin-flip": {
  4160. "version": "0.10.3",
  4161. "resolved": "https://registry.npmjs.org/@jimp/plugin-flip/-/plugin-flip-0.10.3.tgz",
  4162. "integrity": "sha512-0epbi8XEzp0wmSjoW9IB0iMu0yNF17aZOxLdURCN3Zr+8nWPs5VNIMqSVa1Y62GSyiMDpVpKF/ITiXre+EqrPg==",
  4163. "license": "MIT",
  4164. "dependencies": {
  4165. "@babel/runtime": "^7.7.2",
  4166. "@jimp/utils": "^0.10.3",
  4167. "core-js": "^3.4.1"
  4168. },
  4169. "peerDependencies": {
  4170. "@jimp/custom": ">=0.3.5",
  4171. "@jimp/plugin-rotate": ">=0.3.5"
  4172. }
  4173. },
  4174. "node_modules/@jimp/plugin-gaussian": {
  4175. "version": "0.10.3",
  4176. "resolved": "https://registry.npmjs.org/@jimp/plugin-gaussian/-/plugin-gaussian-0.10.3.tgz",
  4177. "integrity": "sha512-25eHlFbHUDnMMGpgRBBeQ2AMI4wsqCg46sue0KklI+c2BaZ+dGXmJA5uT8RTOrt64/K9Wz5E+2n7eBnny4dfpQ==",
  4178. "license": "MIT",
  4179. "dependencies": {
  4180. "@babel/runtime": "^7.7.2",
  4181. "@jimp/utils": "^0.10.3",
  4182. "core-js": "^3.4.1"
  4183. },
  4184. "peerDependencies": {
  4185. "@jimp/custom": ">=0.3.5"
  4186. }
  4187. },
  4188. "node_modules/@jimp/plugin-invert": {
  4189. "version": "0.10.3",
  4190. "resolved": "https://registry.npmjs.org/@jimp/plugin-invert/-/plugin-invert-0.10.3.tgz",
  4191. "integrity": "sha512-effYSApWY/FbtlzqsKXlTLkgloKUiHBKjkQnqh5RL4oQxh/33j6aX+HFdDyQKtsXb8CMd4xd7wyiD2YYabTa0g==",
  4192. "license": "MIT",
  4193. "dependencies": {
  4194. "@babel/runtime": "^7.7.2",
  4195. "@jimp/utils": "^0.10.3",
  4196. "core-js": "^3.4.1"
  4197. },
  4198. "peerDependencies": {
  4199. "@jimp/custom": ">=0.3.5"
  4200. }
  4201. },
  4202. "node_modules/@jimp/plugin-mask": {
  4203. "version": "0.10.3",
  4204. "resolved": "https://registry.npmjs.org/@jimp/plugin-mask/-/plugin-mask-0.10.3.tgz",
  4205. "integrity": "sha512-twrg8q8TIhM9Z6Jcu9/5f+OCAPaECb0eKrrbbIajJqJ3bCUlj5zbfgIhiQIzjPJ6KjpnFPSqHQfHkU1Vvk/nVw==",
  4206. "license": "MIT",
  4207. "dependencies": {
  4208. "@babel/runtime": "^7.7.2",
  4209. "@jimp/utils": "^0.10.3",
  4210. "core-js": "^3.4.1"
  4211. },
  4212. "peerDependencies": {
  4213. "@jimp/custom": ">=0.3.5"
  4214. }
  4215. },
  4216. "node_modules/@jimp/plugin-normalize": {
  4217. "version": "0.10.3",
  4218. "resolved": "https://registry.npmjs.org/@jimp/plugin-normalize/-/plugin-normalize-0.10.3.tgz",
  4219. "integrity": "sha512-xkb5eZI/mMlbwKkDN79+1/t/+DBo8bBXZUMsT4gkFgMRKNRZ6NQPxlv1d3QpRzlocsl6UMxrHnhgnXdLAcgrXw==",
  4220. "license": "MIT",
  4221. "dependencies": {
  4222. "@babel/runtime": "^7.7.2",
  4223. "@jimp/utils": "^0.10.3",
  4224. "core-js": "^3.4.1"
  4225. },
  4226. "peerDependencies": {
  4227. "@jimp/custom": ">=0.3.5"
  4228. }
  4229. },
  4230. "node_modules/@jimp/plugin-print": {
  4231. "version": "0.10.3",
  4232. "resolved": "https://registry.npmjs.org/@jimp/plugin-print/-/plugin-print-0.10.3.tgz",
  4233. "integrity": "sha512-wjRiI6yjXsAgMe6kVjizP+RgleUCLkH256dskjoNvJzmzbEfO7xQw9g6M02VET+emnbY0CO83IkrGm2q43VRyg==",
  4234. "license": "MIT",
  4235. "dependencies": {
  4236. "@babel/runtime": "^7.7.2",
  4237. "@jimp/utils": "^0.10.3",
  4238. "core-js": "^3.4.1",
  4239. "load-bmfont": "^1.4.0"
  4240. },
  4241. "peerDependencies": {
  4242. "@jimp/custom": ">=0.3.5",
  4243. "@jimp/plugin-blit": ">=0.3.5"
  4244. }
  4245. },
  4246. "node_modules/@jimp/plugin-resize": {
  4247. "version": "0.10.3",
  4248. "resolved": "https://registry.npmjs.org/@jimp/plugin-resize/-/plugin-resize-0.10.3.tgz",
  4249. "integrity": "sha512-rf8YmEB1d7Sg+g4LpqF0Mp+dfXfb6JFJkwlAIWPUOR7lGsPWALavEwTW91c0etEdnp0+JB9AFpy6zqq7Lwkq6w==",
  4250. "license": "MIT",
  4251. "peer": true,
  4252. "dependencies": {
  4253. "@babel/runtime": "^7.7.2",
  4254. "@jimp/utils": "^0.10.3",
  4255. "core-js": "^3.4.1"
  4256. },
  4257. "peerDependencies": {
  4258. "@jimp/custom": ">=0.3.5"
  4259. }
  4260. },
  4261. "node_modules/@jimp/plugin-rotate": {
  4262. "version": "0.10.3",
  4263. "resolved": "https://registry.npmjs.org/@jimp/plugin-rotate/-/plugin-rotate-0.10.3.tgz",
  4264. "integrity": "sha512-YXLlRjm18fkW9MOHUaVAxWjvgZM851ofOipytz5FyKp4KZWDLk+dZK1JNmVmK7MyVmAzZ5jsgSLhIgj+GgN0Eg==",
  4265. "license": "MIT",
  4266. "peer": true,
  4267. "dependencies": {
  4268. "@babel/runtime": "^7.7.2",
  4269. "@jimp/utils": "^0.10.3",
  4270. "core-js": "^3.4.1"
  4271. },
  4272. "peerDependencies": {
  4273. "@jimp/custom": ">=0.3.5",
  4274. "@jimp/plugin-blit": ">=0.3.5",
  4275. "@jimp/plugin-crop": ">=0.3.5",
  4276. "@jimp/plugin-resize": ">=0.3.5"
  4277. }
  4278. },
  4279. "node_modules/@jimp/plugin-scale": {
  4280. "version": "0.10.3",
  4281. "resolved": "https://registry.npmjs.org/@jimp/plugin-scale/-/plugin-scale-0.10.3.tgz",
  4282. "integrity": "sha512-5DXD7x7WVcX1gUgnlFXQa8F+Q3ThRYwJm+aesgrYvDOY+xzRoRSdQvhmdd4JEEue3lyX44DvBSgCIHPtGcEPaw==",
  4283. "license": "MIT",
  4284. "peer": true,
  4285. "dependencies": {
  4286. "@babel/runtime": "^7.7.2",
  4287. "@jimp/utils": "^0.10.3",
  4288. "core-js": "^3.4.1"
  4289. },
  4290. "peerDependencies": {
  4291. "@jimp/custom": ">=0.3.5",
  4292. "@jimp/plugin-resize": ">=0.3.5"
  4293. }
  4294. },
  4295. "node_modules/@jimp/plugin-shadow": {
  4296. "version": "0.10.3",
  4297. "resolved": "https://registry.npmjs.org/@jimp/plugin-shadow/-/plugin-shadow-0.10.3.tgz",
  4298. "integrity": "sha512-/nkFXpt2zVcdP4ETdkAUL0fSzyrC5ZFxdcphbYBodqD7fXNqChS/Un1eD4xCXWEpW8cnG9dixZgQgStjywH0Mg==",
  4299. "license": "MIT",
  4300. "dependencies": {
  4301. "@babel/runtime": "^7.7.2",
  4302. "@jimp/utils": "^0.10.3",
  4303. "core-js": "^3.4.1"
  4304. },
  4305. "peerDependencies": {
  4306. "@jimp/custom": ">=0.3.5",
  4307. "@jimp/plugin-blur": ">=0.3.5",
  4308. "@jimp/plugin-resize": ">=0.3.5"
  4309. }
  4310. },
  4311. "node_modules/@jimp/plugin-threshold": {
  4312. "version": "0.10.3",
  4313. "resolved": "https://registry.npmjs.org/@jimp/plugin-threshold/-/plugin-threshold-0.10.3.tgz",
  4314. "integrity": "sha512-Dzh0Yq2wXP2SOnxcbbiyA4LJ2luwrdf1MghNIt9H+NX7B+IWw/N8qA2GuSm9n4BPGSLluuhdAWJqHcTiREriVA==",
  4315. "license": "MIT",
  4316. "dependencies": {
  4317. "@babel/runtime": "^7.7.2",
  4318. "@jimp/utils": "^0.10.3",
  4319. "core-js": "^3.4.1"
  4320. },
  4321. "peerDependencies": {
  4322. "@jimp/custom": ">=0.3.5",
  4323. "@jimp/plugin-color": ">=0.8.0",
  4324. "@jimp/plugin-resize": ">=0.8.0"
  4325. }
  4326. },
  4327. "node_modules/@jimp/plugins": {
  4328. "version": "0.10.3",
  4329. "resolved": "https://registry.npmjs.org/@jimp/plugins/-/plugins-0.10.3.tgz",
  4330. "integrity": "sha512-jTT3/7hOScf0EIKiAXmxwayHhryhc1wWuIe3FrchjDjr9wgIGNN2a7XwCgPl3fML17DXK1x8EzDneCdh261bkw==",
  4331. "license": "MIT",
  4332. "dependencies": {
  4333. "@babel/runtime": "^7.7.2",
  4334. "@jimp/plugin-blit": "^0.10.3",
  4335. "@jimp/plugin-blur": "^0.10.3",
  4336. "@jimp/plugin-circle": "^0.10.3",
  4337. "@jimp/plugin-color": "^0.10.3",
  4338. "@jimp/plugin-contain": "^0.10.3",
  4339. "@jimp/plugin-cover": "^0.10.3",
  4340. "@jimp/plugin-crop": "^0.10.3",
  4341. "@jimp/plugin-displace": "^0.10.3",
  4342. "@jimp/plugin-dither": "^0.10.3",
  4343. "@jimp/plugin-fisheye": "^0.10.3",
  4344. "@jimp/plugin-flip": "^0.10.3",
  4345. "@jimp/plugin-gaussian": "^0.10.3",
  4346. "@jimp/plugin-invert": "^0.10.3",
  4347. "@jimp/plugin-mask": "^0.10.3",
  4348. "@jimp/plugin-normalize": "^0.10.3",
  4349. "@jimp/plugin-print": "^0.10.3",
  4350. "@jimp/plugin-resize": "^0.10.3",
  4351. "@jimp/plugin-rotate": "^0.10.3",
  4352. "@jimp/plugin-scale": "^0.10.3",
  4353. "@jimp/plugin-shadow": "^0.10.3",
  4354. "@jimp/plugin-threshold": "^0.10.3",
  4355. "core-js": "^3.4.1",
  4356. "timm": "^1.6.1"
  4357. },
  4358. "peerDependencies": {
  4359. "@jimp/custom": ">=0.3.5"
  4360. }
  4361. },
  4362. "node_modules/@jimp/png": {
  4363. "version": "0.10.3",
  4364. "resolved": "https://registry.npmjs.org/@jimp/png/-/png-0.10.3.tgz",
  4365. "integrity": "sha512-YKqk/dkl+nGZxSYIDQrqhmaP8tC3IK8H7dFPnnzFVvbhDnyYunqBZZO3SaZUKTichClRw8k/CjBhbc+hifSGWg==",
  4366. "license": "MIT",
  4367. "dependencies": {
  4368. "@babel/runtime": "^7.7.2",
  4369. "@jimp/utils": "^0.10.3",
  4370. "core-js": "^3.4.1",
  4371. "pngjs": "^3.3.3"
  4372. },
  4373. "peerDependencies": {
  4374. "@jimp/custom": ">=0.3.5"
  4375. }
  4376. },
  4377. "node_modules/@jimp/tiff": {
  4378. "version": "0.10.3",
  4379. "resolved": "https://registry.npmjs.org/@jimp/tiff/-/tiff-0.10.3.tgz",
  4380. "integrity": "sha512-7EsJzZ5Y/EtinkBGuwX3Bi4S+zgbKouxjt9c82VJTRJOQgLWsE/RHqcyRCOQBhHAZ9QexYmDz34medfLKdoX0g==",
  4381. "license": "MIT",
  4382. "dependencies": {
  4383. "@babel/runtime": "^7.7.2",
  4384. "core-js": "^3.4.1",
  4385. "utif": "^2.0.1"
  4386. },
  4387. "peerDependencies": {
  4388. "@jimp/custom": ">=0.3.5"
  4389. }
  4390. },
  4391. "node_modules/@jimp/types": {
  4392. "version": "0.10.3",
  4393. "resolved": "https://registry.npmjs.org/@jimp/types/-/types-0.10.3.tgz",
  4394. "integrity": "sha512-XGmBakiHZqseSWr/puGN+CHzx0IKBSpsKlmEmsNV96HKDiP6eu8NSnwdGCEq2mmIHe0JNcg1hqg59hpwtQ7Tiw==",
  4395. "license": "MIT",
  4396. "dependencies": {
  4397. "@babel/runtime": "^7.7.2",
  4398. "@jimp/bmp": "^0.10.3",
  4399. "@jimp/gif": "^0.10.3",
  4400. "@jimp/jpeg": "^0.10.3",
  4401. "@jimp/png": "^0.10.3",
  4402. "@jimp/tiff": "^0.10.3",
  4403. "core-js": "^3.4.1",
  4404. "timm": "^1.6.1"
  4405. },
  4406. "peerDependencies": {
  4407. "@jimp/custom": ">=0.3.5"
  4408. }
  4409. },
  4410. "node_modules/@jimp/utils": {
  4411. "version": "0.10.3",
  4412. "resolved": "https://registry.npmjs.org/@jimp/utils/-/utils-0.10.3.tgz",
  4413. "integrity": "sha512-VcSlQhkil4ReYmg1KkN+WqHyYfZ2XfZxDsKAHSfST1GEz/RQHxKZbX+KhFKtKflnL0F4e6DlNQj3vznMNXCR2w==",
  4414. "license": "MIT",
  4415. "dependencies": {
  4416. "@babel/runtime": "^7.7.2",
  4417. "core-js": "^3.4.1",
  4418. "regenerator-runtime": "^0.13.3"
  4419. }
  4420. },
  4421. "node_modules/@jimp/utils/node_modules/regenerator-runtime": {
  4422. "version": "0.13.11",
  4423. "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
  4424. "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==",
  4425. "license": "MIT"
  4426. },
  4427. "node_modules/@jridgewell/gen-mapping": {
  4428. "version": "0.3.13",
  4429. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  4430. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  4431. "license": "MIT",
  4432. "dependencies": {
  4433. "@jridgewell/sourcemap-codec": "^1.5.0",
  4434. "@jridgewell/trace-mapping": "^0.3.24"
  4435. }
  4436. },
  4437. "node_modules/@jridgewell/remapping": {
  4438. "version": "2.3.5",
  4439. "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  4440. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  4441. "license": "MIT",
  4442. "dependencies": {
  4443. "@jridgewell/gen-mapping": "^0.3.5",
  4444. "@jridgewell/trace-mapping": "^0.3.24"
  4445. }
  4446. },
  4447. "node_modules/@jridgewell/resolve-uri": {
  4448. "version": "3.1.2",
  4449. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  4450. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  4451. "license": "MIT",
  4452. "engines": {
  4453. "node": ">=6.0.0"
  4454. }
  4455. },
  4456. "node_modules/@jridgewell/source-map": {
  4457. "version": "0.3.11",
  4458. "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.11.tgz",
  4459. "integrity": "sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==",
  4460. "devOptional": true,
  4461. "license": "MIT",
  4462. "dependencies": {
  4463. "@jridgewell/gen-mapping": "^0.3.5",
  4464. "@jridgewell/trace-mapping": "^0.3.25"
  4465. }
  4466. },
  4467. "node_modules/@jridgewell/sourcemap-codec": {
  4468. "version": "1.5.5",
  4469. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  4470. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  4471. "license": "MIT"
  4472. },
  4473. "node_modules/@jridgewell/trace-mapping": {
  4474. "version": "0.3.31",
  4475. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  4476. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  4477. "license": "MIT",
  4478. "dependencies": {
  4479. "@jridgewell/resolve-uri": "^3.1.0",
  4480. "@jridgewell/sourcemap-codec": "^1.4.14"
  4481. }
  4482. },
  4483. "node_modules/@nodelib/fs.scandir": {
  4484. "version": "2.1.5",
  4485. "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  4486. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  4487. "license": "MIT",
  4488. "dependencies": {
  4489. "@nodelib/fs.stat": "2.0.5",
  4490. "run-parallel": "^1.1.9"
  4491. },
  4492. "engines": {
  4493. "node": ">= 8"
  4494. }
  4495. },
  4496. "node_modules/@nodelib/fs.stat": {
  4497. "version": "2.0.5",
  4498. "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  4499. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  4500. "license": "MIT",
  4501. "engines": {
  4502. "node": ">= 8"
  4503. }
  4504. },
  4505. "node_modules/@nodelib/fs.walk": {
  4506. "version": "1.2.8",
  4507. "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  4508. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  4509. "license": "MIT",
  4510. "dependencies": {
  4511. "@nodelib/fs.scandir": "2.1.5",
  4512. "fastq": "^1.6.0"
  4513. },
  4514. "engines": {
  4515. "node": ">= 8"
  4516. }
  4517. },
  4518. "node_modules/@parcel/watcher": {
  4519. "version": "2.5.1",
  4520. "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz",
  4521. "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==",
  4522. "dev": true,
  4523. "hasInstallScript": true,
  4524. "license": "MIT",
  4525. "optional": true,
  4526. "dependencies": {
  4527. "detect-libc": "^1.0.3",
  4528. "is-glob": "^4.0.3",
  4529. "micromatch": "^4.0.5",
  4530. "node-addon-api": "^7.0.0"
  4531. },
  4532. "engines": {
  4533. "node": ">= 10.0.0"
  4534. },
  4535. "funding": {
  4536. "type": "opencollective",
  4537. "url": "https://opencollective.com/parcel"
  4538. },
  4539. "optionalDependencies": {
  4540. "@parcel/watcher-android-arm64": "2.5.1",
  4541. "@parcel/watcher-darwin-arm64": "2.5.1",
  4542. "@parcel/watcher-darwin-x64": "2.5.1",
  4543. "@parcel/watcher-freebsd-x64": "2.5.1",
  4544. "@parcel/watcher-linux-arm-glibc": "2.5.1",
  4545. "@parcel/watcher-linux-arm-musl": "2.5.1",
  4546. "@parcel/watcher-linux-arm64-glibc": "2.5.1",
  4547. "@parcel/watcher-linux-arm64-musl": "2.5.1",
  4548. "@parcel/watcher-linux-x64-glibc": "2.5.1",
  4549. "@parcel/watcher-linux-x64-musl": "2.5.1",
  4550. "@parcel/watcher-win32-arm64": "2.5.1",
  4551. "@parcel/watcher-win32-ia32": "2.5.1",
  4552. "@parcel/watcher-win32-x64": "2.5.1"
  4553. }
  4554. },
  4555. "node_modules/@parcel/watcher-android-arm64": {
  4556. "version": "2.5.1",
  4557. "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz",
  4558. "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==",
  4559. "cpu": [
  4560. "arm64"
  4561. ],
  4562. "dev": true,
  4563. "license": "MIT",
  4564. "optional": true,
  4565. "os": [
  4566. "android"
  4567. ],
  4568. "engines": {
  4569. "node": ">= 10.0.0"
  4570. },
  4571. "funding": {
  4572. "type": "opencollective",
  4573. "url": "https://opencollective.com/parcel"
  4574. }
  4575. },
  4576. "node_modules/@parcel/watcher-darwin-arm64": {
  4577. "version": "2.5.1",
  4578. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz",
  4579. "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==",
  4580. "cpu": [
  4581. "arm64"
  4582. ],
  4583. "dev": true,
  4584. "license": "MIT",
  4585. "optional": true,
  4586. "os": [
  4587. "darwin"
  4588. ],
  4589. "engines": {
  4590. "node": ">= 10.0.0"
  4591. },
  4592. "funding": {
  4593. "type": "opencollective",
  4594. "url": "https://opencollective.com/parcel"
  4595. }
  4596. },
  4597. "node_modules/@parcel/watcher-darwin-x64": {
  4598. "version": "2.5.1",
  4599. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz",
  4600. "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==",
  4601. "cpu": [
  4602. "x64"
  4603. ],
  4604. "dev": true,
  4605. "license": "MIT",
  4606. "optional": true,
  4607. "os": [
  4608. "darwin"
  4609. ],
  4610. "engines": {
  4611. "node": ">= 10.0.0"
  4612. },
  4613. "funding": {
  4614. "type": "opencollective",
  4615. "url": "https://opencollective.com/parcel"
  4616. }
  4617. },
  4618. "node_modules/@parcel/watcher-freebsd-x64": {
  4619. "version": "2.5.1",
  4620. "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz",
  4621. "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==",
  4622. "cpu": [
  4623. "x64"
  4624. ],
  4625. "dev": true,
  4626. "license": "MIT",
  4627. "optional": true,
  4628. "os": [
  4629. "freebsd"
  4630. ],
  4631. "engines": {
  4632. "node": ">= 10.0.0"
  4633. },
  4634. "funding": {
  4635. "type": "opencollective",
  4636. "url": "https://opencollective.com/parcel"
  4637. }
  4638. },
  4639. "node_modules/@parcel/watcher-linux-arm-glibc": {
  4640. "version": "2.5.1",
  4641. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz",
  4642. "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==",
  4643. "cpu": [
  4644. "arm"
  4645. ],
  4646. "dev": true,
  4647. "license": "MIT",
  4648. "optional": true,
  4649. "os": [
  4650. "linux"
  4651. ],
  4652. "engines": {
  4653. "node": ">= 10.0.0"
  4654. },
  4655. "funding": {
  4656. "type": "opencollective",
  4657. "url": "https://opencollective.com/parcel"
  4658. }
  4659. },
  4660. "node_modules/@parcel/watcher-linux-arm-musl": {
  4661. "version": "2.5.1",
  4662. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz",
  4663. "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==",
  4664. "cpu": [
  4665. "arm"
  4666. ],
  4667. "dev": true,
  4668. "license": "MIT",
  4669. "optional": true,
  4670. "os": [
  4671. "linux"
  4672. ],
  4673. "engines": {
  4674. "node": ">= 10.0.0"
  4675. },
  4676. "funding": {
  4677. "type": "opencollective",
  4678. "url": "https://opencollective.com/parcel"
  4679. }
  4680. },
  4681. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  4682. "version": "2.5.1",
  4683. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz",
  4684. "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==",
  4685. "cpu": [
  4686. "arm64"
  4687. ],
  4688. "dev": true,
  4689. "license": "MIT",
  4690. "optional": true,
  4691. "os": [
  4692. "linux"
  4693. ],
  4694. "engines": {
  4695. "node": ">= 10.0.0"
  4696. },
  4697. "funding": {
  4698. "type": "opencollective",
  4699. "url": "https://opencollective.com/parcel"
  4700. }
  4701. },
  4702. "node_modules/@parcel/watcher-linux-arm64-musl": {
  4703. "version": "2.5.1",
  4704. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz",
  4705. "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==",
  4706. "cpu": [
  4707. "arm64"
  4708. ],
  4709. "dev": true,
  4710. "license": "MIT",
  4711. "optional": true,
  4712. "os": [
  4713. "linux"
  4714. ],
  4715. "engines": {
  4716. "node": ">= 10.0.0"
  4717. },
  4718. "funding": {
  4719. "type": "opencollective",
  4720. "url": "https://opencollective.com/parcel"
  4721. }
  4722. },
  4723. "node_modules/@parcel/watcher-linux-x64-glibc": {
  4724. "version": "2.5.1",
  4725. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz",
  4726. "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==",
  4727. "cpu": [
  4728. "x64"
  4729. ],
  4730. "dev": true,
  4731. "license": "MIT",
  4732. "optional": true,
  4733. "os": [
  4734. "linux"
  4735. ],
  4736. "engines": {
  4737. "node": ">= 10.0.0"
  4738. },
  4739. "funding": {
  4740. "type": "opencollective",
  4741. "url": "https://opencollective.com/parcel"
  4742. }
  4743. },
  4744. "node_modules/@parcel/watcher-linux-x64-musl": {
  4745. "version": "2.5.1",
  4746. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz",
  4747. "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==",
  4748. "cpu": [
  4749. "x64"
  4750. ],
  4751. "dev": true,
  4752. "license": "MIT",
  4753. "optional": true,
  4754. "os": [
  4755. "linux"
  4756. ],
  4757. "engines": {
  4758. "node": ">= 10.0.0"
  4759. },
  4760. "funding": {
  4761. "type": "opencollective",
  4762. "url": "https://opencollective.com/parcel"
  4763. }
  4764. },
  4765. "node_modules/@parcel/watcher-win32-arm64": {
  4766. "version": "2.5.1",
  4767. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz",
  4768. "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==",
  4769. "cpu": [
  4770. "arm64"
  4771. ],
  4772. "dev": true,
  4773. "license": "MIT",
  4774. "optional": true,
  4775. "os": [
  4776. "win32"
  4777. ],
  4778. "engines": {
  4779. "node": ">= 10.0.0"
  4780. },
  4781. "funding": {
  4782. "type": "opencollective",
  4783. "url": "https://opencollective.com/parcel"
  4784. }
  4785. },
  4786. "node_modules/@parcel/watcher-win32-ia32": {
  4787. "version": "2.5.1",
  4788. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz",
  4789. "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==",
  4790. "cpu": [
  4791. "ia32"
  4792. ],
  4793. "dev": true,
  4794. "license": "MIT",
  4795. "optional": true,
  4796. "os": [
  4797. "win32"
  4798. ],
  4799. "engines": {
  4800. "node": ">= 10.0.0"
  4801. },
  4802. "funding": {
  4803. "type": "opencollective",
  4804. "url": "https://opencollective.com/parcel"
  4805. }
  4806. },
  4807. "node_modules/@parcel/watcher-win32-x64": {
  4808. "version": "2.5.1",
  4809. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz",
  4810. "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==",
  4811. "cpu": [
  4812. "x64"
  4813. ],
  4814. "dev": true,
  4815. "license": "MIT",
  4816. "optional": true,
  4817. "os": [
  4818. "win32"
  4819. ],
  4820. "engines": {
  4821. "node": ">= 10.0.0"
  4822. },
  4823. "funding": {
  4824. "type": "opencollective",
  4825. "url": "https://opencollective.com/parcel"
  4826. }
  4827. },
  4828. "node_modules/@rollup/pluginutils": {
  4829. "version": "5.1.0",
  4830. "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.0.tgz",
  4831. "integrity": "sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==",
  4832. "license": "MIT",
  4833. "dependencies": {
  4834. "@types/estree": "^1.0.0",
  4835. "estree-walker": "^2.0.2",
  4836. "picomatch": "^2.3.1"
  4837. },
  4838. "engines": {
  4839. "node": ">=14.0.0"
  4840. },
  4841. "peerDependencies": {
  4842. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  4843. },
  4844. "peerDependenciesMeta": {
  4845. "rollup": {
  4846. "optional": true
  4847. }
  4848. }
  4849. },
  4850. "node_modules/@rollup/rollup-android-arm-eabi": {
  4851. "version": "4.53.3",
  4852. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.53.3.tgz",
  4853. "integrity": "sha512-mRSi+4cBjrRLoaal2PnqH82Wqyb+d3HsPUN/W+WslCXsZsyHa9ZeQQX/pQsZaVIWDkPcpV6jJ+3KLbTbgnwv8w==",
  4854. "cpu": [
  4855. "arm"
  4856. ],
  4857. "license": "MIT",
  4858. "optional": true,
  4859. "os": [
  4860. "android"
  4861. ]
  4862. },
  4863. "node_modules/@rollup/rollup-android-arm64": {
  4864. "version": "4.53.3",
  4865. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.53.3.tgz",
  4866. "integrity": "sha512-CbDGaMpdE9sh7sCmTrTUyllhrg65t6SwhjlMJsLr+J8YjFuPmCEjbBSx4Z/e4SmDyH3aB5hGaJUP2ltV/vcs4w==",
  4867. "cpu": [
  4868. "arm64"
  4869. ],
  4870. "license": "MIT",
  4871. "optional": true,
  4872. "os": [
  4873. "android"
  4874. ]
  4875. },
  4876. "node_modules/@rollup/rollup-darwin-arm64": {
  4877. "version": "4.53.3",
  4878. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.53.3.tgz",
  4879. "integrity": "sha512-Nr7SlQeqIBpOV6BHHGZgYBuSdanCXuw09hon14MGOLGmXAFYjx1wNvquVPmpZnl0tLjg25dEdr4IQ6GgyToCUA==",
  4880. "cpu": [
  4881. "arm64"
  4882. ],
  4883. "license": "MIT",
  4884. "optional": true,
  4885. "os": [
  4886. "darwin"
  4887. ]
  4888. },
  4889. "node_modules/@rollup/rollup-darwin-x64": {
  4890. "version": "4.53.3",
  4891. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.53.3.tgz",
  4892. "integrity": "sha512-DZ8N4CSNfl965CmPktJ8oBnfYr3F8dTTNBQkRlffnUarJ2ohudQD17sZBa097J8xhQ26AwhHJ5mvUyQW8ddTsQ==",
  4893. "cpu": [
  4894. "x64"
  4895. ],
  4896. "license": "MIT",
  4897. "optional": true,
  4898. "os": [
  4899. "darwin"
  4900. ]
  4901. },
  4902. "node_modules/@rollup/rollup-freebsd-arm64": {
  4903. "version": "4.53.3",
  4904. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.53.3.tgz",
  4905. "integrity": "sha512-yMTrCrK92aGyi7GuDNtGn2sNW+Gdb4vErx4t3Gv/Tr+1zRb8ax4z8GWVRfr3Jw8zJWvpGHNpss3vVlbF58DZ4w==",
  4906. "cpu": [
  4907. "arm64"
  4908. ],
  4909. "license": "MIT",
  4910. "optional": true,
  4911. "os": [
  4912. "freebsd"
  4913. ]
  4914. },
  4915. "node_modules/@rollup/rollup-freebsd-x64": {
  4916. "version": "4.53.3",
  4917. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.53.3.tgz",
  4918. "integrity": "sha512-lMfF8X7QhdQzseM6XaX0vbno2m3hlyZFhwcndRMw8fbAGUGL3WFMBdK0hbUBIUYcEcMhVLr1SIamDeuLBnXS+Q==",
  4919. "cpu": [
  4920. "x64"
  4921. ],
  4922. "license": "MIT",
  4923. "optional": true,
  4924. "os": [
  4925. "freebsd"
  4926. ]
  4927. },
  4928. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  4929. "version": "4.53.3",
  4930. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.53.3.tgz",
  4931. "integrity": "sha512-k9oD15soC/Ln6d2Wv/JOFPzZXIAIFLp6B+i14KhxAfnq76ajt0EhYc5YPeX6W1xJkAdItcVT+JhKl1QZh44/qw==",
  4932. "cpu": [
  4933. "arm"
  4934. ],
  4935. "license": "MIT",
  4936. "optional": true,
  4937. "os": [
  4938. "linux"
  4939. ]
  4940. },
  4941. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  4942. "version": "4.53.3",
  4943. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.53.3.tgz",
  4944. "integrity": "sha512-vTNlKq+N6CK/8UktsrFuc+/7NlEYVxgaEgRXVUVK258Z5ymho29skzW1sutgYjqNnquGwVUObAaxae8rZ6YMhg==",
  4945. "cpu": [
  4946. "arm"
  4947. ],
  4948. "license": "MIT",
  4949. "optional": true,
  4950. "os": [
  4951. "linux"
  4952. ]
  4953. },
  4954. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  4955. "version": "4.53.3",
  4956. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.53.3.tgz",
  4957. "integrity": "sha512-RGrFLWgMhSxRs/EWJMIFM1O5Mzuz3Xy3/mnxJp/5cVhZ2XoCAxJnmNsEyeMJtpK+wu0FJFWz+QF4mjCA7AUQ3w==",
  4958. "cpu": [
  4959. "arm64"
  4960. ],
  4961. "license": "MIT",
  4962. "optional": true,
  4963. "os": [
  4964. "linux"
  4965. ]
  4966. },
  4967. "node_modules/@rollup/rollup-linux-arm64-musl": {
  4968. "version": "4.53.3",
  4969. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.53.3.tgz",
  4970. "integrity": "sha512-kASyvfBEWYPEwe0Qv4nfu6pNkITLTb32p4yTgzFCocHnJLAHs+9LjUu9ONIhvfT/5lv4YS5muBHyuV84epBo/A==",
  4971. "cpu": [
  4972. "arm64"
  4973. ],
  4974. "license": "MIT",
  4975. "optional": true,
  4976. "os": [
  4977. "linux"
  4978. ]
  4979. },
  4980. "node_modules/@rollup/rollup-linux-loong64-gnu": {
  4981. "version": "4.53.3",
  4982. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.53.3.tgz",
  4983. "integrity": "sha512-JiuKcp2teLJwQ7vkJ95EwESWkNRFJD7TQgYmCnrPtlu50b4XvT5MOmurWNrCj3IFdyjBQ5p9vnrX4JM6I8OE7g==",
  4984. "cpu": [
  4985. "loong64"
  4986. ],
  4987. "license": "MIT",
  4988. "optional": true,
  4989. "os": [
  4990. "linux"
  4991. ]
  4992. },
  4993. "node_modules/@rollup/rollup-linux-ppc64-gnu": {
  4994. "version": "4.53.3",
  4995. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.53.3.tgz",
  4996. "integrity": "sha512-EoGSa8nd6d3T7zLuqdojxC20oBfNT8nexBbB/rkxgKj5T5vhpAQKKnD+h3UkoMuTyXkP5jTjK/ccNRmQrPNDuw==",
  4997. "cpu": [
  4998. "ppc64"
  4999. ],
  5000. "license": "MIT",
  5001. "optional": true,
  5002. "os": [
  5003. "linux"
  5004. ]
  5005. },
  5006. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  5007. "version": "4.53.3",
  5008. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.53.3.tgz",
  5009. "integrity": "sha512-4s+Wped2IHXHPnAEbIB0YWBv7SDohqxobiiPA1FIWZpX+w9o2i4LezzH/NkFUl8LRci/8udci6cLq+jJQlh+0g==",
  5010. "cpu": [
  5011. "riscv64"
  5012. ],
  5013. "license": "MIT",
  5014. "optional": true,
  5015. "os": [
  5016. "linux"
  5017. ]
  5018. },
  5019. "node_modules/@rollup/rollup-linux-riscv64-musl": {
  5020. "version": "4.53.3",
  5021. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.53.3.tgz",
  5022. "integrity": "sha512-68k2g7+0vs2u9CxDt5ktXTngsxOQkSEV/xBbwlqYcUrAVh6P9EgMZvFsnHy4SEiUl46Xf0IObWVbMvPrr2gw8A==",
  5023. "cpu": [
  5024. "riscv64"
  5025. ],
  5026. "license": "MIT",
  5027. "optional": true,
  5028. "os": [
  5029. "linux"
  5030. ]
  5031. },
  5032. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  5033. "version": "4.53.3",
  5034. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.53.3.tgz",
  5035. "integrity": "sha512-VYsFMpULAz87ZW6BVYw3I6sWesGpsP9OPcyKe8ofdg9LHxSbRMd7zrVrr5xi/3kMZtpWL/wC+UIJWJYVX5uTKg==",
  5036. "cpu": [
  5037. "s390x"
  5038. ],
  5039. "license": "MIT",
  5040. "optional": true,
  5041. "os": [
  5042. "linux"
  5043. ]
  5044. },
  5045. "node_modules/@rollup/rollup-linux-x64-gnu": {
  5046. "version": "4.53.3",
  5047. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.53.3.tgz",
  5048. "integrity": "sha512-3EhFi1FU6YL8HTUJZ51imGJWEX//ajQPfqWLI3BQq4TlvHy4X0MOr5q3D2Zof/ka0d5FNdPwZXm3Yyib/UEd+w==",
  5049. "cpu": [
  5050. "x64"
  5051. ],
  5052. "license": "MIT",
  5053. "optional": true,
  5054. "os": [
  5055. "linux"
  5056. ]
  5057. },
  5058. "node_modules/@rollup/rollup-linux-x64-musl": {
  5059. "version": "4.53.3",
  5060. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.53.3.tgz",
  5061. "integrity": "sha512-eoROhjcc6HbZCJr+tvVT8X4fW3/5g/WkGvvmwz/88sDtSJzO7r/blvoBDgISDiCjDRZmHpwud7h+6Q9JxFwq1Q==",
  5062. "cpu": [
  5063. "x64"
  5064. ],
  5065. "license": "MIT",
  5066. "optional": true,
  5067. "os": [
  5068. "linux"
  5069. ]
  5070. },
  5071. "node_modules/@rollup/rollup-openharmony-arm64": {
  5072. "version": "4.53.3",
  5073. "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.53.3.tgz",
  5074. "integrity": "sha512-OueLAWgrNSPGAdUdIjSWXw+u/02BRTcnfw9PN41D2vq/JSEPnJnVuBgw18VkN8wcd4fjUs+jFHVM4t9+kBSNLw==",
  5075. "cpu": [
  5076. "arm64"
  5077. ],
  5078. "license": "MIT",
  5079. "optional": true,
  5080. "os": [
  5081. "openharmony"
  5082. ]
  5083. },
  5084. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  5085. "version": "4.53.3",
  5086. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.53.3.tgz",
  5087. "integrity": "sha512-GOFuKpsxR/whszbF/bzydebLiXIHSgsEUp6M0JI8dWvi+fFa1TD6YQa4aSZHtpmh2/uAlj/Dy+nmby3TJ3pkTw==",
  5088. "cpu": [
  5089. "arm64"
  5090. ],
  5091. "license": "MIT",
  5092. "optional": true,
  5093. "os": [
  5094. "win32"
  5095. ]
  5096. },
  5097. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  5098. "version": "4.53.3",
  5099. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.53.3.tgz",
  5100. "integrity": "sha512-iah+THLcBJdpfZ1TstDFbKNznlzoxa8fmnFYK4V67HvmuNYkVdAywJSoteUszvBQ9/HqN2+9AZghbajMsFT+oA==",
  5101. "cpu": [
  5102. "ia32"
  5103. ],
  5104. "license": "MIT",
  5105. "optional": true,
  5106. "os": [
  5107. "win32"
  5108. ]
  5109. },
  5110. "node_modules/@rollup/rollup-win32-x64-gnu": {
  5111. "version": "4.53.3",
  5112. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.53.3.tgz",
  5113. "integrity": "sha512-J9QDiOIZlZLdcot5NXEepDkstocktoVjkaKUtqzgzpt2yWjGlbYiKyp05rWwk4nypbYUNoFAztEgixoLaSETkg==",
  5114. "cpu": [
  5115. "x64"
  5116. ],
  5117. "license": "MIT",
  5118. "optional": true,
  5119. "os": [
  5120. "win32"
  5121. ]
  5122. },
  5123. "node_modules/@rollup/rollup-win32-x64-msvc": {
  5124. "version": "4.53.3",
  5125. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.53.3.tgz",
  5126. "integrity": "sha512-UhTd8u31dXadv0MopwGgNOBpUVROFKWVQgAg5N1ESyCz8AuBcMqm4AuTjrwgQKGDfoFuz02EuMRHQIw/frmYKQ==",
  5127. "cpu": [
  5128. "x64"
  5129. ],
  5130. "license": "MIT",
  5131. "optional": true,
  5132. "os": [
  5133. "win32"
  5134. ]
  5135. },
  5136. "node_modules/@sinonjs/commons": {
  5137. "version": "1.8.6",
  5138. "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz",
  5139. "integrity": "sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==",
  5140. "dev": true,
  5141. "license": "BSD-3-Clause",
  5142. "dependencies": {
  5143. "type-detect": "4.0.8"
  5144. }
  5145. },
  5146. "node_modules/@sinonjs/fake-timers": {
  5147. "version": "8.1.0",
  5148. "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz",
  5149. "integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==",
  5150. "dev": true,
  5151. "license": "BSD-3-Clause",
  5152. "dependencies": {
  5153. "@sinonjs/commons": "^1.7.0"
  5154. }
  5155. },
  5156. "node_modules/@tootallnate/once": {
  5157. "version": "1.1.2",
  5158. "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz",
  5159. "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==",
  5160. "dev": true,
  5161. "license": "MIT",
  5162. "engines": {
  5163. "node": ">= 6"
  5164. }
  5165. },
  5166. "node_modules/@types/babel__core": {
  5167. "version": "7.20.5",
  5168. "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
  5169. "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
  5170. "dev": true,
  5171. "license": "MIT",
  5172. "dependencies": {
  5173. "@babel/parser": "^7.20.7",
  5174. "@babel/types": "^7.20.7",
  5175. "@types/babel__generator": "*",
  5176. "@types/babel__template": "*",
  5177. "@types/babel__traverse": "*"
  5178. }
  5179. },
  5180. "node_modules/@types/babel__generator": {
  5181. "version": "7.27.0",
  5182. "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz",
  5183. "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==",
  5184. "dev": true,
  5185. "license": "MIT",
  5186. "dependencies": {
  5187. "@babel/types": "^7.0.0"
  5188. }
  5189. },
  5190. "node_modules/@types/babel__template": {
  5191. "version": "7.4.4",
  5192. "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
  5193. "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
  5194. "dev": true,
  5195. "license": "MIT",
  5196. "dependencies": {
  5197. "@babel/parser": "^7.1.0",
  5198. "@babel/types": "^7.0.0"
  5199. }
  5200. },
  5201. "node_modules/@types/babel__traverse": {
  5202. "version": "7.28.0",
  5203. "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz",
  5204. "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==",
  5205. "dev": true,
  5206. "license": "MIT",
  5207. "dependencies": {
  5208. "@babel/types": "^7.28.2"
  5209. }
  5210. },
  5211. "node_modules/@types/babel__traverse/node_modules/@babel/types": {
  5212. "version": "7.28.5",
  5213. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
  5214. "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
  5215. "dev": true,
  5216. "license": "MIT",
  5217. "dependencies": {
  5218. "@babel/helper-string-parser": "^7.27.1",
  5219. "@babel/helper-validator-identifier": "^7.28.5"
  5220. },
  5221. "engines": {
  5222. "node": ">=6.9.0"
  5223. }
  5224. },
  5225. "node_modules/@types/eslint": {
  5226. "version": "9.6.1",
  5227. "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.1.tgz",
  5228. "integrity": "sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==",
  5229. "dev": true,
  5230. "license": "MIT",
  5231. "dependencies": {
  5232. "@types/estree": "*",
  5233. "@types/json-schema": "*"
  5234. }
  5235. },
  5236. "node_modules/@types/eslint-scope": {
  5237. "version": "3.7.7",
  5238. "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz",
  5239. "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==",
  5240. "dev": true,
  5241. "license": "MIT",
  5242. "dependencies": {
  5243. "@types/eslint": "*",
  5244. "@types/estree": "*"
  5245. }
  5246. },
  5247. "node_modules/@types/estree": {
  5248. "version": "1.0.8",
  5249. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
  5250. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  5251. "license": "MIT"
  5252. },
  5253. "node_modules/@types/graceful-fs": {
  5254. "version": "4.1.9",
  5255. "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz",
  5256. "integrity": "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==",
  5257. "dev": true,
  5258. "license": "MIT",
  5259. "dependencies": {
  5260. "@types/node": "*"
  5261. }
  5262. },
  5263. "node_modules/@types/istanbul-lib-coverage": {
  5264. "version": "2.0.6",
  5265. "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz",
  5266. "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==",
  5267. "dev": true,
  5268. "license": "MIT"
  5269. },
  5270. "node_modules/@types/istanbul-lib-report": {
  5271. "version": "3.0.3",
  5272. "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz",
  5273. "integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==",
  5274. "dev": true,
  5275. "license": "MIT",
  5276. "dependencies": {
  5277. "@types/istanbul-lib-coverage": "*"
  5278. }
  5279. },
  5280. "node_modules/@types/istanbul-reports": {
  5281. "version": "3.0.4",
  5282. "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz",
  5283. "integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==",
  5284. "dev": true,
  5285. "license": "MIT",
  5286. "dependencies": {
  5287. "@types/istanbul-lib-report": "*"
  5288. }
  5289. },
  5290. "node_modules/@types/json-schema": {
  5291. "version": "7.0.15",
  5292. "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
  5293. "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
  5294. "dev": true,
  5295. "license": "MIT"
  5296. },
  5297. "node_modules/@types/node": {
  5298. "version": "24.10.1",
  5299. "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.1.tgz",
  5300. "integrity": "sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==",
  5301. "devOptional": true,
  5302. "license": "MIT",
  5303. "dependencies": {
  5304. "undici-types": "~7.16.0"
  5305. }
  5306. },
  5307. "node_modules/@types/prettier": {
  5308. "version": "2.7.3",
  5309. "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.3.tgz",
  5310. "integrity": "sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==",
  5311. "dev": true,
  5312. "license": "MIT"
  5313. },
  5314. "node_modules/@types/stack-utils": {
  5315. "version": "2.0.3",
  5316. "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz",
  5317. "integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==",
  5318. "dev": true,
  5319. "license": "MIT"
  5320. },
  5321. "node_modules/@types/yargs": {
  5322. "version": "16.0.11",
  5323. "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.11.tgz",
  5324. "integrity": "sha512-sbtvk8wDN+JvEdabmZExoW/HNr1cB7D/j4LT08rMiuikfA7m/JNJg7ATQcgzs34zHnoScDkY0ZRSl29Fkmk36g==",
  5325. "dev": true,
  5326. "license": "MIT",
  5327. "dependencies": {
  5328. "@types/yargs-parser": "*"
  5329. }
  5330. },
  5331. "node_modules/@types/yargs-parser": {
  5332. "version": "21.0.3",
  5333. "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz",
  5334. "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==",
  5335. "dev": true,
  5336. "license": "MIT"
  5337. },
  5338. "node_modules/@vitejs/plugin-legacy": {
  5339. "version": "5.3.2",
  5340. "resolved": "https://registry.npmjs.org/@vitejs/plugin-legacy/-/plugin-legacy-5.3.2.tgz",
  5341. "integrity": "sha512-8moCOrIMaZ/Rjln0Q6GsH6s8fAt1JOI3k8nmfX4tXUxE5KAExVctSyOBk+A25GClsdSWqIk2yaUthH3KJ2X4tg==",
  5342. "dev": true,
  5343. "license": "MIT",
  5344. "dependencies": {
  5345. "@babel/core": "^7.23.9",
  5346. "@babel/preset-env": "^7.23.9",
  5347. "browserslist": "^4.23.0",
  5348. "browserslist-to-esbuild": "^2.1.1",
  5349. "core-js": "^3.36.0",
  5350. "magic-string": "^0.30.7",
  5351. "regenerator-runtime": "^0.14.1",
  5352. "systemjs": "^6.14.3"
  5353. },
  5354. "engines": {
  5355. "node": "^18.0.0 || >=20.0.0"
  5356. },
  5357. "funding": {
  5358. "url": "https://github.com/vitejs/vite?sponsor=1"
  5359. },
  5360. "peerDependencies": {
  5361. "terser": "^5.4.0",
  5362. "vite": "^5.0.0"
  5363. }
  5364. },
  5365. "node_modules/@vitejs/plugin-vue": {
  5366. "version": "5.2.4",
  5367. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.2.4.tgz",
  5368. "integrity": "sha512-7Yx/SXSOcQq5HiiV3orevHUFn+pmMB4cgbEkDYgnkUWb0WfeQ/wa2yFv6D5ICiCQOVpjA7vYDXrC7AGO8yjDHA==",
  5369. "license": "MIT",
  5370. "engines": {
  5371. "node": "^18.0.0 || >=20.0.0"
  5372. },
  5373. "peerDependencies": {
  5374. "vite": "^5.0.0 || ^6.0.0",
  5375. "vue": "^3.2.25"
  5376. }
  5377. },
  5378. "node_modules/@vitejs/plugin-vue-jsx": {
  5379. "version": "3.1.0",
  5380. "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-3.1.0.tgz",
  5381. "integrity": "sha512-w9M6F3LSEU5kszVb9An2/MmXNxocAnUb3WhRr8bHlimhDrXNt6n6D2nJQR3UXpGlZHh/EsgouOHCsM8V3Ln+WA==",
  5382. "dev": true,
  5383. "license": "MIT",
  5384. "dependencies": {
  5385. "@babel/core": "^7.23.3",
  5386. "@babel/plugin-transform-typescript": "^7.23.3",
  5387. "@vue/babel-plugin-jsx": "^1.1.5"
  5388. },
  5389. "engines": {
  5390. "node": "^14.18.0 || >=16.0.0"
  5391. },
  5392. "peerDependencies": {
  5393. "vite": "^4.0.0 || ^5.0.0",
  5394. "vue": "^3.0.0"
  5395. }
  5396. },
  5397. "node_modules/@vue/babel-helper-vue-transform-on": {
  5398. "version": "1.5.0",
  5399. "resolved": "https://registry.npmjs.org/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.5.0.tgz",
  5400. "integrity": "sha512-0dAYkerNhhHutHZ34JtTl2czVQHUNWv6xEbkdF5W+Yrv5pCWsqjeORdOgbtW2I9gWlt+wBmVn+ttqN9ZxR5tzA==",
  5401. "dev": true,
  5402. "license": "MIT"
  5403. },
  5404. "node_modules/@vue/babel-plugin-jsx": {
  5405. "version": "1.5.0",
  5406. "resolved": "https://registry.npmjs.org/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.5.0.tgz",
  5407. "integrity": "sha512-mneBhw1oOqCd2247O0Yw/mRwC9jIGACAJUlawkmMBiNmL4dGA2eMzuNZVNqOUfYTa6vqmND4CtOPzmEEEqLKFw==",
  5408. "dev": true,
  5409. "license": "MIT",
  5410. "dependencies": {
  5411. "@babel/helper-module-imports": "^7.27.1",
  5412. "@babel/helper-plugin-utils": "^7.27.1",
  5413. "@babel/plugin-syntax-jsx": "^7.27.1",
  5414. "@babel/template": "^7.27.2",
  5415. "@babel/traverse": "^7.28.0",
  5416. "@babel/types": "^7.28.2",
  5417. "@vue/babel-helper-vue-transform-on": "1.5.0",
  5418. "@vue/babel-plugin-resolve-type": "1.5.0",
  5419. "@vue/shared": "^3.5.18"
  5420. },
  5421. "peerDependencies": {
  5422. "@babel/core": "^7.0.0-0"
  5423. },
  5424. "peerDependenciesMeta": {
  5425. "@babel/core": {
  5426. "optional": true
  5427. }
  5428. }
  5429. },
  5430. "node_modules/@vue/babel-plugin-jsx/node_modules/@babel/types": {
  5431. "version": "7.28.5",
  5432. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
  5433. "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
  5434. "dev": true,
  5435. "license": "MIT",
  5436. "dependencies": {
  5437. "@babel/helper-string-parser": "^7.27.1",
  5438. "@babel/helper-validator-identifier": "^7.28.5"
  5439. },
  5440. "engines": {
  5441. "node": ">=6.9.0"
  5442. }
  5443. },
  5444. "node_modules/@vue/babel-plugin-jsx/node_modules/@vue/shared": {
  5445. "version": "3.5.25",
  5446. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.25.tgz",
  5447. "integrity": "sha512-AbOPdQQnAnzs58H2FrrDxYj/TJfmeS2jdfEEhgiKINy+bnOANmVizIEgq1r+C5zsbs6l1CCQxtcj71rwNQ4jWg==",
  5448. "dev": true,
  5449. "license": "MIT"
  5450. },
  5451. "node_modules/@vue/babel-plugin-resolve-type": {
  5452. "version": "1.5.0",
  5453. "resolved": "https://registry.npmjs.org/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.5.0.tgz",
  5454. "integrity": "sha512-Wm/60o+53JwJODm4Knz47dxJnLDJ9FnKnGZJbUUf8nQRAtt6P+undLUAVU3Ha33LxOJe6IPoifRQ6F/0RrU31w==",
  5455. "dev": true,
  5456. "license": "MIT",
  5457. "dependencies": {
  5458. "@babel/code-frame": "^7.27.1",
  5459. "@babel/helper-module-imports": "^7.27.1",
  5460. "@babel/helper-plugin-utils": "^7.27.1",
  5461. "@babel/parser": "^7.28.0",
  5462. "@vue/compiler-sfc": "^3.5.18"
  5463. },
  5464. "funding": {
  5465. "url": "https://github.com/sponsors/sxzz"
  5466. },
  5467. "peerDependencies": {
  5468. "@babel/core": "^7.0.0-0"
  5469. }
  5470. },
  5471. "node_modules/@vue/babel-plugin-resolve-type/node_modules/@babel/code-frame": {
  5472. "version": "7.27.1",
  5473. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
  5474. "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
  5475. "dev": true,
  5476. "license": "MIT",
  5477. "dependencies": {
  5478. "@babel/helper-validator-identifier": "^7.27.1",
  5479. "js-tokens": "^4.0.0",
  5480. "picocolors": "^1.1.1"
  5481. },
  5482. "engines": {
  5483. "node": ">=6.9.0"
  5484. }
  5485. },
  5486. "node_modules/@vue/babel-plugin-resolve-type/node_modules/@babel/parser": {
  5487. "version": "7.28.5",
  5488. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
  5489. "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
  5490. "dev": true,
  5491. "license": "MIT",
  5492. "dependencies": {
  5493. "@babel/types": "^7.28.5"
  5494. },
  5495. "bin": {
  5496. "parser": "bin/babel-parser.js"
  5497. },
  5498. "engines": {
  5499. "node": ">=6.0.0"
  5500. }
  5501. },
  5502. "node_modules/@vue/babel-plugin-resolve-type/node_modules/@babel/types": {
  5503. "version": "7.28.5",
  5504. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
  5505. "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
  5506. "dev": true,
  5507. "license": "MIT",
  5508. "dependencies": {
  5509. "@babel/helper-string-parser": "^7.27.1",
  5510. "@babel/helper-validator-identifier": "^7.28.5"
  5511. },
  5512. "engines": {
  5513. "node": ">=6.9.0"
  5514. }
  5515. },
  5516. "node_modules/@vue/babel-plugin-resolve-type/node_modules/@vue/compiler-core": {
  5517. "version": "3.5.25",
  5518. "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.25.tgz",
  5519. "integrity": "sha512-vay5/oQJdsNHmliWoZfHPoVZZRmnSWhug0BYT34njkYTPqClh3DNWLkZNJBVSjsNMrg0CCrBfoKkjZQPM/QVUw==",
  5520. "dev": true,
  5521. "license": "MIT",
  5522. "dependencies": {
  5523. "@babel/parser": "^7.28.5",
  5524. "@vue/shared": "3.5.25",
  5525. "entities": "^4.5.0",
  5526. "estree-walker": "^2.0.2",
  5527. "source-map-js": "^1.2.1"
  5528. }
  5529. },
  5530. "node_modules/@vue/babel-plugin-resolve-type/node_modules/@vue/compiler-dom": {
  5531. "version": "3.5.25",
  5532. "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.25.tgz",
  5533. "integrity": "sha512-4We0OAcMZsKgYoGlMjzYvaoErltdFI2/25wqanuTu+S4gismOTRTBPi4IASOjxWdzIwrYSjnqONfKvuqkXzE2Q==",
  5534. "dev": true,
  5535. "license": "MIT",
  5536. "dependencies": {
  5537. "@vue/compiler-core": "3.5.25",
  5538. "@vue/shared": "3.5.25"
  5539. }
  5540. },
  5541. "node_modules/@vue/babel-plugin-resolve-type/node_modules/@vue/compiler-sfc": {
  5542. "version": "3.5.25",
  5543. "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.25.tgz",
  5544. "integrity": "sha512-PUgKp2rn8fFsI++lF2sO7gwO2d9Yj57Utr5yEsDf3GNaQcowCLKL7sf+LvVFvtJDXUp/03+dC6f2+LCv5aK1ag==",
  5545. "dev": true,
  5546. "license": "MIT",
  5547. "dependencies": {
  5548. "@babel/parser": "^7.28.5",
  5549. "@vue/compiler-core": "3.5.25",
  5550. "@vue/compiler-dom": "3.5.25",
  5551. "@vue/compiler-ssr": "3.5.25",
  5552. "@vue/shared": "3.5.25",
  5553. "estree-walker": "^2.0.2",
  5554. "magic-string": "^0.30.21",
  5555. "postcss": "^8.5.6",
  5556. "source-map-js": "^1.2.1"
  5557. }
  5558. },
  5559. "node_modules/@vue/babel-plugin-resolve-type/node_modules/@vue/compiler-ssr": {
  5560. "version": "3.5.25",
  5561. "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.25.tgz",
  5562. "integrity": "sha512-ritPSKLBcParnsKYi+GNtbdbrIE1mtuFEJ4U1sWeuOMlIziK5GtOL85t5RhsNy4uWIXPgk+OUdpnXiTdzn8o3A==",
  5563. "dev": true,
  5564. "license": "MIT",
  5565. "dependencies": {
  5566. "@vue/compiler-dom": "3.5.25",
  5567. "@vue/shared": "3.5.25"
  5568. }
  5569. },
  5570. "node_modules/@vue/babel-plugin-resolve-type/node_modules/@vue/shared": {
  5571. "version": "3.5.25",
  5572. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.25.tgz",
  5573. "integrity": "sha512-AbOPdQQnAnzs58H2FrrDxYj/TJfmeS2jdfEEhgiKINy+bnOANmVizIEgq1r+C5zsbs6l1CCQxtcj71rwNQ4jWg==",
  5574. "dev": true,
  5575. "license": "MIT"
  5576. },
  5577. "node_modules/@vue/babel-plugin-resolve-type/node_modules/magic-string": {
  5578. "version": "0.30.21",
  5579. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
  5580. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  5581. "dev": true,
  5582. "license": "MIT",
  5583. "dependencies": {
  5584. "@jridgewell/sourcemap-codec": "^1.5.5"
  5585. }
  5586. },
  5587. "node_modules/@vue/babel-plugin-resolve-type/node_modules/picocolors": {
  5588. "version": "1.1.1",
  5589. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  5590. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  5591. "dev": true,
  5592. "license": "ISC"
  5593. },
  5594. "node_modules/@vue/compiler-core": {
  5595. "version": "3.4.21",
  5596. "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.4.21.tgz",
  5597. "integrity": "sha512-MjXawxZf2SbZszLPYxaFCjxfibYrzr3eYbKxwpLR9EQN+oaziSu3qKVbwBERj1IFIB8OLUewxB5m/BFzi613og==",
  5598. "license": "MIT",
  5599. "dependencies": {
  5600. "@babel/parser": "^7.23.9",
  5601. "@vue/shared": "3.4.21",
  5602. "entities": "^4.5.0",
  5603. "estree-walker": "^2.0.2",
  5604. "source-map-js": "^1.0.2"
  5605. }
  5606. },
  5607. "node_modules/@vue/compiler-dom": {
  5608. "version": "3.4.21",
  5609. "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.4.21.tgz",
  5610. "integrity": "sha512-IZC6FKowtT1sl0CR5DpXSiEB5ayw75oT2bma1BEhV7RRR1+cfwLrxc2Z8Zq/RGFzJ8w5r9QtCOvTjQgdn0IKmA==",
  5611. "license": "MIT",
  5612. "dependencies": {
  5613. "@vue/compiler-core": "3.4.21",
  5614. "@vue/shared": "3.4.21"
  5615. }
  5616. },
  5617. "node_modules/@vue/compiler-sfc": {
  5618. "version": "3.4.21",
  5619. "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.4.21.tgz",
  5620. "integrity": "sha512-me7epoTxYlY+2CUM7hy9PCDdpMPfIwrOvAXud2Upk10g4YLv9UBW7kL798TvMeDhPthkZ0CONNrK2GoeI1ODiQ==",
  5621. "license": "MIT",
  5622. "dependencies": {
  5623. "@babel/parser": "^7.23.9",
  5624. "@vue/compiler-core": "3.4.21",
  5625. "@vue/compiler-dom": "3.4.21",
  5626. "@vue/compiler-ssr": "3.4.21",
  5627. "@vue/shared": "3.4.21",
  5628. "estree-walker": "^2.0.2",
  5629. "magic-string": "^0.30.7",
  5630. "postcss": "^8.4.35",
  5631. "source-map-js": "^1.0.2"
  5632. }
  5633. },
  5634. "node_modules/@vue/compiler-ssr": {
  5635. "version": "3.4.21",
  5636. "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.4.21.tgz",
  5637. "integrity": "sha512-M5+9nI2lPpAsgXOGQobnIueVqc9sisBFexh5yMIMRAPYLa7+5wEJs8iqOZc1WAa9WQbx9GR2twgznU8LTIiZ4Q==",
  5638. "license": "MIT",
  5639. "dependencies": {
  5640. "@vue/compiler-dom": "3.4.21",
  5641. "@vue/shared": "3.4.21"
  5642. }
  5643. },
  5644. "node_modules/@vue/consolidate": {
  5645. "version": "1.0.0",
  5646. "resolved": "https://registry.npmjs.org/@vue/consolidate/-/consolidate-1.0.0.tgz",
  5647. "integrity": "sha512-oTyUE+QHIzLw2PpV14GD/c7EohDyP64xCniWTcqcEmTd699eFqTIwOmtDYjcO1j3QgdXoJEoWv1/cCdLrRoOfg==",
  5648. "license": "MIT",
  5649. "engines": {
  5650. "node": ">= 0.12.0"
  5651. }
  5652. },
  5653. "node_modules/@vue/devtools-api": {
  5654. "version": "6.6.4",
  5655. "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
  5656. "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
  5657. "license": "MIT"
  5658. },
  5659. "node_modules/@vue/reactivity": {
  5660. "version": "3.5.25",
  5661. "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.25.tgz",
  5662. "integrity": "sha512-5xfAypCQepv4Jog1U4zn8cZIcbKKFka3AgWHEFQeK65OW+Ys4XybP6z2kKgws4YB43KGpqp5D/K3go2UPPunLA==",
  5663. "license": "MIT",
  5664. "dependencies": {
  5665. "@vue/shared": "3.5.25"
  5666. }
  5667. },
  5668. "node_modules/@vue/reactivity/node_modules/@vue/shared": {
  5669. "version": "3.5.25",
  5670. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.25.tgz",
  5671. "integrity": "sha512-AbOPdQQnAnzs58H2FrrDxYj/TJfmeS2jdfEEhgiKINy+bnOANmVizIEgq1r+C5zsbs6l1CCQxtcj71rwNQ4jWg==",
  5672. "license": "MIT"
  5673. },
  5674. "node_modules/@vue/runtime-core": {
  5675. "version": "3.5.25",
  5676. "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.25.tgz",
  5677. "integrity": "sha512-Z751v203YWwYzy460bzsYQISDfPjHTl+6Zzwo/a3CsAf+0ccEjQ8c+0CdX1WsumRTHeywvyUFtW6KvNukT/smA==",
  5678. "license": "MIT",
  5679. "dependencies": {
  5680. "@vue/reactivity": "3.5.25",
  5681. "@vue/shared": "3.5.25"
  5682. }
  5683. },
  5684. "node_modules/@vue/runtime-core/node_modules/@vue/shared": {
  5685. "version": "3.5.25",
  5686. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.25.tgz",
  5687. "integrity": "sha512-AbOPdQQnAnzs58H2FrrDxYj/TJfmeS2jdfEEhgiKINy+bnOANmVizIEgq1r+C5zsbs6l1CCQxtcj71rwNQ4jWg==",
  5688. "license": "MIT"
  5689. },
  5690. "node_modules/@vue/runtime-dom": {
  5691. "version": "3.5.25",
  5692. "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.25.tgz",
  5693. "integrity": "sha512-a4WrkYFbb19i9pjkz38zJBg8wa/rboNERq3+hRRb0dHiJh13c+6kAbgqCPfMaJ2gg4weWD3APZswASOfmKwamA==",
  5694. "license": "MIT",
  5695. "dependencies": {
  5696. "@vue/reactivity": "3.5.25",
  5697. "@vue/runtime-core": "3.5.25",
  5698. "@vue/shared": "3.5.25",
  5699. "csstype": "^3.1.3"
  5700. }
  5701. },
  5702. "node_modules/@vue/runtime-dom/node_modules/@vue/shared": {
  5703. "version": "3.5.25",
  5704. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.25.tgz",
  5705. "integrity": "sha512-AbOPdQQnAnzs58H2FrrDxYj/TJfmeS2jdfEEhgiKINy+bnOANmVizIEgq1r+C5zsbs6l1CCQxtcj71rwNQ4jWg==",
  5706. "license": "MIT"
  5707. },
  5708. "node_modules/@vue/server-renderer": {
  5709. "version": "3.5.25",
  5710. "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.25.tgz",
  5711. "integrity": "sha512-UJaXR54vMG61i8XNIzTSf2Q7MOqZHpp8+x3XLGtE3+fL+nQd+k7O5+X3D/uWrnQXOdMw5VPih+Uremcw+u1woQ==",
  5712. "license": "MIT",
  5713. "dependencies": {
  5714. "@vue/compiler-ssr": "3.5.25",
  5715. "@vue/shared": "3.5.25"
  5716. },
  5717. "peerDependencies": {
  5718. "vue": "3.5.25"
  5719. }
  5720. },
  5721. "node_modules/@vue/server-renderer/node_modules/@babel/parser": {
  5722. "version": "7.28.5",
  5723. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
  5724. "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
  5725. "license": "MIT",
  5726. "dependencies": {
  5727. "@babel/types": "^7.28.5"
  5728. },
  5729. "bin": {
  5730. "parser": "bin/babel-parser.js"
  5731. },
  5732. "engines": {
  5733. "node": ">=6.0.0"
  5734. }
  5735. },
  5736. "node_modules/@vue/server-renderer/node_modules/@babel/types": {
  5737. "version": "7.28.5",
  5738. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
  5739. "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
  5740. "license": "MIT",
  5741. "dependencies": {
  5742. "@babel/helper-string-parser": "^7.27.1",
  5743. "@babel/helper-validator-identifier": "^7.28.5"
  5744. },
  5745. "engines": {
  5746. "node": ">=6.9.0"
  5747. }
  5748. },
  5749. "node_modules/@vue/server-renderer/node_modules/@vue/compiler-core": {
  5750. "version": "3.5.25",
  5751. "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.25.tgz",
  5752. "integrity": "sha512-vay5/oQJdsNHmliWoZfHPoVZZRmnSWhug0BYT34njkYTPqClh3DNWLkZNJBVSjsNMrg0CCrBfoKkjZQPM/QVUw==",
  5753. "license": "MIT",
  5754. "dependencies": {
  5755. "@babel/parser": "^7.28.5",
  5756. "@vue/shared": "3.5.25",
  5757. "entities": "^4.5.0",
  5758. "estree-walker": "^2.0.2",
  5759. "source-map-js": "^1.2.1"
  5760. }
  5761. },
  5762. "node_modules/@vue/server-renderer/node_modules/@vue/compiler-dom": {
  5763. "version": "3.5.25",
  5764. "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.25.tgz",
  5765. "integrity": "sha512-4We0OAcMZsKgYoGlMjzYvaoErltdFI2/25wqanuTu+S4gismOTRTBPi4IASOjxWdzIwrYSjnqONfKvuqkXzE2Q==",
  5766. "license": "MIT",
  5767. "dependencies": {
  5768. "@vue/compiler-core": "3.5.25",
  5769. "@vue/shared": "3.5.25"
  5770. }
  5771. },
  5772. "node_modules/@vue/server-renderer/node_modules/@vue/compiler-ssr": {
  5773. "version": "3.5.25",
  5774. "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.25.tgz",
  5775. "integrity": "sha512-ritPSKLBcParnsKYi+GNtbdbrIE1mtuFEJ4U1sWeuOMlIziK5GtOL85t5RhsNy4uWIXPgk+OUdpnXiTdzn8o3A==",
  5776. "license": "MIT",
  5777. "dependencies": {
  5778. "@vue/compiler-dom": "3.5.25",
  5779. "@vue/shared": "3.5.25"
  5780. }
  5781. },
  5782. "node_modules/@vue/server-renderer/node_modules/@vue/shared": {
  5783. "version": "3.5.25",
  5784. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.25.tgz",
  5785. "integrity": "sha512-AbOPdQQnAnzs58H2FrrDxYj/TJfmeS2jdfEEhgiKINy+bnOANmVizIEgq1r+C5zsbs6l1CCQxtcj71rwNQ4jWg==",
  5786. "license": "MIT"
  5787. },
  5788. "node_modules/@vue/shared": {
  5789. "version": "3.4.21",
  5790. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.4.21.tgz",
  5791. "integrity": "sha512-PuJe7vDIi6VYSinuEbUIQgMIRZGgM8e4R+G+/dQTk0X1NEdvgvvgv7m+rfmDH1gZzyA1OjjoWskvHlfRNfQf3g==",
  5792. "license": "MIT"
  5793. },
  5794. "node_modules/@webassemblyjs/ast": {
  5795. "version": "1.14.1",
  5796. "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.14.1.tgz",
  5797. "integrity": "sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==",
  5798. "dev": true,
  5799. "license": "MIT",
  5800. "dependencies": {
  5801. "@webassemblyjs/helper-numbers": "1.13.2",
  5802. "@webassemblyjs/helper-wasm-bytecode": "1.13.2"
  5803. }
  5804. },
  5805. "node_modules/@webassemblyjs/floating-point-hex-parser": {
  5806. "version": "1.13.2",
  5807. "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz",
  5808. "integrity": "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==",
  5809. "dev": true,
  5810. "license": "MIT"
  5811. },
  5812. "node_modules/@webassemblyjs/helper-api-error": {
  5813. "version": "1.13.2",
  5814. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.13.2.tgz",
  5815. "integrity": "sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==",
  5816. "dev": true,
  5817. "license": "MIT"
  5818. },
  5819. "node_modules/@webassemblyjs/helper-buffer": {
  5820. "version": "1.14.1",
  5821. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.14.1.tgz",
  5822. "integrity": "sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==",
  5823. "dev": true,
  5824. "license": "MIT"
  5825. },
  5826. "node_modules/@webassemblyjs/helper-numbers": {
  5827. "version": "1.13.2",
  5828. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.13.2.tgz",
  5829. "integrity": "sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==",
  5830. "dev": true,
  5831. "license": "MIT",
  5832. "dependencies": {
  5833. "@webassemblyjs/floating-point-hex-parser": "1.13.2",
  5834. "@webassemblyjs/helper-api-error": "1.13.2",
  5835. "@xtuc/long": "4.2.2"
  5836. }
  5837. },
  5838. "node_modules/@webassemblyjs/helper-wasm-bytecode": {
  5839. "version": "1.13.2",
  5840. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.13.2.tgz",
  5841. "integrity": "sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==",
  5842. "dev": true,
  5843. "license": "MIT"
  5844. },
  5845. "node_modules/@webassemblyjs/helper-wasm-section": {
  5846. "version": "1.14.1",
  5847. "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.14.1.tgz",
  5848. "integrity": "sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==",
  5849. "dev": true,
  5850. "license": "MIT",
  5851. "dependencies": {
  5852. "@webassemblyjs/ast": "1.14.1",
  5853. "@webassemblyjs/helper-buffer": "1.14.1",
  5854. "@webassemblyjs/helper-wasm-bytecode": "1.13.2",
  5855. "@webassemblyjs/wasm-gen": "1.14.1"
  5856. }
  5857. },
  5858. "node_modules/@webassemblyjs/ieee754": {
  5859. "version": "1.13.2",
  5860. "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.13.2.tgz",
  5861. "integrity": "sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==",
  5862. "dev": true,
  5863. "license": "MIT",
  5864. "dependencies": {
  5865. "@xtuc/ieee754": "^1.2.0"
  5866. }
  5867. },
  5868. "node_modules/@webassemblyjs/leb128": {
  5869. "version": "1.13.2",
  5870. "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.13.2.tgz",
  5871. "integrity": "sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==",
  5872. "dev": true,
  5873. "license": "Apache-2.0",
  5874. "dependencies": {
  5875. "@xtuc/long": "4.2.2"
  5876. }
  5877. },
  5878. "node_modules/@webassemblyjs/utf8": {
  5879. "version": "1.13.2",
  5880. "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.13.2.tgz",
  5881. "integrity": "sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==",
  5882. "dev": true,
  5883. "license": "MIT"
  5884. },
  5885. "node_modules/@webassemblyjs/wasm-edit": {
  5886. "version": "1.14.1",
  5887. "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.14.1.tgz",
  5888. "integrity": "sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==",
  5889. "dev": true,
  5890. "license": "MIT",
  5891. "dependencies": {
  5892. "@webassemblyjs/ast": "1.14.1",
  5893. "@webassemblyjs/helper-buffer": "1.14.1",
  5894. "@webassemblyjs/helper-wasm-bytecode": "1.13.2",
  5895. "@webassemblyjs/helper-wasm-section": "1.14.1",
  5896. "@webassemblyjs/wasm-gen": "1.14.1",
  5897. "@webassemblyjs/wasm-opt": "1.14.1",
  5898. "@webassemblyjs/wasm-parser": "1.14.1",
  5899. "@webassemblyjs/wast-printer": "1.14.1"
  5900. }
  5901. },
  5902. "node_modules/@webassemblyjs/wasm-gen": {
  5903. "version": "1.14.1",
  5904. "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.14.1.tgz",
  5905. "integrity": "sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==",
  5906. "dev": true,
  5907. "license": "MIT",
  5908. "dependencies": {
  5909. "@webassemblyjs/ast": "1.14.1",
  5910. "@webassemblyjs/helper-wasm-bytecode": "1.13.2",
  5911. "@webassemblyjs/ieee754": "1.13.2",
  5912. "@webassemblyjs/leb128": "1.13.2",
  5913. "@webassemblyjs/utf8": "1.13.2"
  5914. }
  5915. },
  5916. "node_modules/@webassemblyjs/wasm-opt": {
  5917. "version": "1.14.1",
  5918. "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.14.1.tgz",
  5919. "integrity": "sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==",
  5920. "dev": true,
  5921. "license": "MIT",
  5922. "dependencies": {
  5923. "@webassemblyjs/ast": "1.14.1",
  5924. "@webassemblyjs/helper-buffer": "1.14.1",
  5925. "@webassemblyjs/wasm-gen": "1.14.1",
  5926. "@webassemblyjs/wasm-parser": "1.14.1"
  5927. }
  5928. },
  5929. "node_modules/@webassemblyjs/wasm-parser": {
  5930. "version": "1.14.1",
  5931. "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.14.1.tgz",
  5932. "integrity": "sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==",
  5933. "dev": true,
  5934. "license": "MIT",
  5935. "dependencies": {
  5936. "@webassemblyjs/ast": "1.14.1",
  5937. "@webassemblyjs/helper-api-error": "1.13.2",
  5938. "@webassemblyjs/helper-wasm-bytecode": "1.13.2",
  5939. "@webassemblyjs/ieee754": "1.13.2",
  5940. "@webassemblyjs/leb128": "1.13.2",
  5941. "@webassemblyjs/utf8": "1.13.2"
  5942. }
  5943. },
  5944. "node_modules/@webassemblyjs/wast-printer": {
  5945. "version": "1.14.1",
  5946. "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.14.1.tgz",
  5947. "integrity": "sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==",
  5948. "dev": true,
  5949. "license": "MIT",
  5950. "dependencies": {
  5951. "@webassemblyjs/ast": "1.14.1",
  5952. "@xtuc/long": "4.2.2"
  5953. }
  5954. },
  5955. "node_modules/@xtuc/ieee754": {
  5956. "version": "1.2.0",
  5957. "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
  5958. "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==",
  5959. "dev": true,
  5960. "license": "BSD-3-Clause"
  5961. },
  5962. "node_modules/@xtuc/long": {
  5963. "version": "4.2.2",
  5964. "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz",
  5965. "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==",
  5966. "dev": true,
  5967. "license": "Apache-2.0"
  5968. },
  5969. "node_modules/abab": {
  5970. "version": "2.0.6",
  5971. "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz",
  5972. "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==",
  5973. "deprecated": "Use your platform's native atob() and btoa() methods instead",
  5974. "dev": true,
  5975. "license": "BSD-3-Clause"
  5976. },
  5977. "node_modules/accepts": {
  5978. "version": "1.3.8",
  5979. "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
  5980. "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
  5981. "dev": true,
  5982. "license": "MIT",
  5983. "dependencies": {
  5984. "mime-types": "~2.1.34",
  5985. "negotiator": "0.6.3"
  5986. },
  5987. "engines": {
  5988. "node": ">= 0.6"
  5989. }
  5990. },
  5991. "node_modules/acorn": {
  5992. "version": "8.15.0",
  5993. "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
  5994. "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
  5995. "license": "MIT",
  5996. "peer": true,
  5997. "bin": {
  5998. "acorn": "bin/acorn"
  5999. },
  6000. "engines": {
  6001. "node": ">=0.4.0"
  6002. }
  6003. },
  6004. "node_modules/acorn-globals": {
  6005. "version": "6.0.0",
  6006. "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz",
  6007. "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==",
  6008. "dev": true,
  6009. "license": "MIT",
  6010. "dependencies": {
  6011. "acorn": "^7.1.1",
  6012. "acorn-walk": "^7.1.1"
  6013. }
  6014. },
  6015. "node_modules/acorn-globals/node_modules/acorn": {
  6016. "version": "7.4.1",
  6017. "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
  6018. "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
  6019. "dev": true,
  6020. "license": "MIT",
  6021. "bin": {
  6022. "acorn": "bin/acorn"
  6023. },
  6024. "engines": {
  6025. "node": ">=0.4.0"
  6026. }
  6027. },
  6028. "node_modules/acorn-import-phases": {
  6029. "version": "1.0.4",
  6030. "resolved": "https://registry.npmjs.org/acorn-import-phases/-/acorn-import-phases-1.0.4.tgz",
  6031. "integrity": "sha512-wKmbr/DDiIXzEOiWrTTUcDm24kQ2vGfZQvM2fwg2vXqR5uW6aapr7ObPtj1th32b9u90/Pf4AItvdTh42fBmVQ==",
  6032. "dev": true,
  6033. "license": "MIT",
  6034. "engines": {
  6035. "node": ">=10.13.0"
  6036. },
  6037. "peerDependencies": {
  6038. "acorn": "^8.14.0"
  6039. }
  6040. },
  6041. "node_modules/acorn-walk": {
  6042. "version": "7.2.0",
  6043. "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz",
  6044. "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==",
  6045. "dev": true,
  6046. "license": "MIT",
  6047. "engines": {
  6048. "node": ">=0.4.0"
  6049. }
  6050. },
  6051. "node_modules/address": {
  6052. "version": "1.2.2",
  6053. "resolved": "https://registry.npmjs.org/address/-/address-1.2.2.tgz",
  6054. "integrity": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==",
  6055. "dev": true,
  6056. "license": "MIT",
  6057. "engines": {
  6058. "node": ">= 10.0.0"
  6059. }
  6060. },
  6061. "node_modules/adm-zip": {
  6062. "version": "0.5.16",
  6063. "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.16.tgz",
  6064. "integrity": "sha512-TGw5yVi4saajsSEgz25grObGHEUaDrniwvA2qwSC060KfqGPdglhvPMA2lPIoxs3PQIItj2iag35fONcQqgUaQ==",
  6065. "license": "MIT",
  6066. "engines": {
  6067. "node": ">=12.0"
  6068. }
  6069. },
  6070. "node_modules/agent-base": {
  6071. "version": "6.0.2",
  6072. "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
  6073. "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
  6074. "dev": true,
  6075. "license": "MIT",
  6076. "dependencies": {
  6077. "debug": "4"
  6078. },
  6079. "engines": {
  6080. "node": ">= 6.0.0"
  6081. }
  6082. },
  6083. "node_modules/ajv": {
  6084. "version": "8.17.1",
  6085. "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
  6086. "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
  6087. "dev": true,
  6088. "license": "MIT",
  6089. "peer": true,
  6090. "dependencies": {
  6091. "fast-deep-equal": "^3.1.3",
  6092. "fast-uri": "^3.0.1",
  6093. "json-schema-traverse": "^1.0.0",
  6094. "require-from-string": "^2.0.2"
  6095. },
  6096. "funding": {
  6097. "type": "github",
  6098. "url": "https://github.com/sponsors/epoberezkin"
  6099. }
  6100. },
  6101. "node_modules/ajv-formats": {
  6102. "version": "2.1.1",
  6103. "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
  6104. "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
  6105. "dev": true,
  6106. "license": "MIT",
  6107. "dependencies": {
  6108. "ajv": "^8.0.0"
  6109. },
  6110. "peerDependencies": {
  6111. "ajv": "^8.0.0"
  6112. },
  6113. "peerDependenciesMeta": {
  6114. "ajv": {
  6115. "optional": true
  6116. }
  6117. }
  6118. },
  6119. "node_modules/ajv-keywords": {
  6120. "version": "5.1.0",
  6121. "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
  6122. "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
  6123. "dev": true,
  6124. "license": "MIT",
  6125. "dependencies": {
  6126. "fast-deep-equal": "^3.1.3"
  6127. },
  6128. "peerDependencies": {
  6129. "ajv": "^8.8.2"
  6130. }
  6131. },
  6132. "node_modules/ansi-escapes": {
  6133. "version": "4.3.2",
  6134. "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
  6135. "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
  6136. "dev": true,
  6137. "license": "MIT",
  6138. "dependencies": {
  6139. "type-fest": "^0.21.3"
  6140. },
  6141. "engines": {
  6142. "node": ">=8"
  6143. },
  6144. "funding": {
  6145. "url": "https://github.com/sponsors/sindresorhus"
  6146. }
  6147. },
  6148. "node_modules/ansi-regex": {
  6149. "version": "5.0.1",
  6150. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
  6151. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  6152. "dev": true,
  6153. "license": "MIT",
  6154. "engines": {
  6155. "node": ">=8"
  6156. }
  6157. },
  6158. "node_modules/ansi-styles": {
  6159. "version": "3.2.1",
  6160. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  6161. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  6162. "license": "MIT",
  6163. "dependencies": {
  6164. "color-convert": "^1.9.0"
  6165. },
  6166. "engines": {
  6167. "node": ">=4"
  6168. }
  6169. },
  6170. "node_modules/any-base": {
  6171. "version": "1.1.0",
  6172. "resolved": "https://registry.npmjs.org/any-base/-/any-base-1.1.0.tgz",
  6173. "integrity": "sha512-uMgjozySS8adZZYePpaWs8cxB9/kdzmpX6SgJZ+wbz1K5eYk5QMYDVJaZKhxyIHUdnnJkfR7SVgStgH7LkGUyg==",
  6174. "license": "MIT"
  6175. },
  6176. "node_modules/anymatch": {
  6177. "version": "3.1.3",
  6178. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
  6179. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  6180. "license": "ISC",
  6181. "dependencies": {
  6182. "normalize-path": "^3.0.0",
  6183. "picomatch": "^2.0.4"
  6184. },
  6185. "engines": {
  6186. "node": ">= 8"
  6187. }
  6188. },
  6189. "node_modules/argparse": {
  6190. "version": "1.0.10",
  6191. "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
  6192. "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
  6193. "dev": true,
  6194. "license": "MIT",
  6195. "dependencies": {
  6196. "sprintf-js": "~1.0.2"
  6197. }
  6198. },
  6199. "node_modules/array-flatten": {
  6200. "version": "1.1.1",
  6201. "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
  6202. "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==",
  6203. "dev": true,
  6204. "license": "MIT"
  6205. },
  6206. "node_modules/asynckit": {
  6207. "version": "0.4.0",
  6208. "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
  6209. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
  6210. "dev": true,
  6211. "license": "MIT"
  6212. },
  6213. "node_modules/autoprefixer": {
  6214. "version": "10.4.20",
  6215. "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.20.tgz",
  6216. "integrity": "sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==",
  6217. "funding": [
  6218. {
  6219. "type": "opencollective",
  6220. "url": "https://opencollective.com/postcss/"
  6221. },
  6222. {
  6223. "type": "tidelift",
  6224. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  6225. },
  6226. {
  6227. "type": "github",
  6228. "url": "https://github.com/sponsors/ai"
  6229. }
  6230. ],
  6231. "license": "MIT",
  6232. "dependencies": {
  6233. "browserslist": "^4.23.3",
  6234. "caniuse-lite": "^1.0.30001646",
  6235. "fraction.js": "^4.3.7",
  6236. "normalize-range": "^0.1.2",
  6237. "picocolors": "^1.0.1",
  6238. "postcss-value-parser": "^4.2.0"
  6239. },
  6240. "bin": {
  6241. "autoprefixer": "bin/autoprefixer"
  6242. },
  6243. "engines": {
  6244. "node": "^10 || ^12 || >=14"
  6245. },
  6246. "peerDependencies": {
  6247. "postcss": "^8.1.0"
  6248. }
  6249. },
  6250. "node_modules/babel-jest": {
  6251. "version": "27.5.1",
  6252. "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.5.1.tgz",
  6253. "integrity": "sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==",
  6254. "dev": true,
  6255. "license": "MIT",
  6256. "dependencies": {
  6257. "@jest/transform": "^27.5.1",
  6258. "@jest/types": "^27.5.1",
  6259. "@types/babel__core": "^7.1.14",
  6260. "babel-plugin-istanbul": "^6.1.1",
  6261. "babel-preset-jest": "^27.5.1",
  6262. "chalk": "^4.0.0",
  6263. "graceful-fs": "^4.2.9",
  6264. "slash": "^3.0.0"
  6265. },
  6266. "engines": {
  6267. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  6268. },
  6269. "peerDependencies": {
  6270. "@babel/core": "^7.8.0"
  6271. }
  6272. },
  6273. "node_modules/babel-jest/node_modules/ansi-styles": {
  6274. "version": "4.3.0",
  6275. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  6276. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  6277. "dev": true,
  6278. "license": "MIT",
  6279. "dependencies": {
  6280. "color-convert": "^2.0.1"
  6281. },
  6282. "engines": {
  6283. "node": ">=8"
  6284. },
  6285. "funding": {
  6286. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  6287. }
  6288. },
  6289. "node_modules/babel-jest/node_modules/chalk": {
  6290. "version": "4.1.2",
  6291. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  6292. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  6293. "dev": true,
  6294. "license": "MIT",
  6295. "dependencies": {
  6296. "ansi-styles": "^4.1.0",
  6297. "supports-color": "^7.1.0"
  6298. },
  6299. "engines": {
  6300. "node": ">=10"
  6301. },
  6302. "funding": {
  6303. "url": "https://github.com/chalk/chalk?sponsor=1"
  6304. }
  6305. },
  6306. "node_modules/babel-jest/node_modules/color-convert": {
  6307. "version": "2.0.1",
  6308. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  6309. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  6310. "dev": true,
  6311. "license": "MIT",
  6312. "dependencies": {
  6313. "color-name": "~1.1.4"
  6314. },
  6315. "engines": {
  6316. "node": ">=7.0.0"
  6317. }
  6318. },
  6319. "node_modules/babel-jest/node_modules/color-name": {
  6320. "version": "1.1.4",
  6321. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  6322. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  6323. "dev": true,
  6324. "license": "MIT"
  6325. },
  6326. "node_modules/babel-jest/node_modules/has-flag": {
  6327. "version": "4.0.0",
  6328. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  6329. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  6330. "dev": true,
  6331. "license": "MIT",
  6332. "engines": {
  6333. "node": ">=8"
  6334. }
  6335. },
  6336. "node_modules/babel-jest/node_modules/supports-color": {
  6337. "version": "7.2.0",
  6338. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  6339. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  6340. "dev": true,
  6341. "license": "MIT",
  6342. "dependencies": {
  6343. "has-flag": "^4.0.0"
  6344. },
  6345. "engines": {
  6346. "node": ">=8"
  6347. }
  6348. },
  6349. "node_modules/babel-plugin-istanbul": {
  6350. "version": "6.1.1",
  6351. "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz",
  6352. "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==",
  6353. "dev": true,
  6354. "license": "BSD-3-Clause",
  6355. "dependencies": {
  6356. "@babel/helper-plugin-utils": "^7.0.0",
  6357. "@istanbuljs/load-nyc-config": "^1.0.0",
  6358. "@istanbuljs/schema": "^0.1.2",
  6359. "istanbul-lib-instrument": "^5.0.4",
  6360. "test-exclude": "^6.0.0"
  6361. },
  6362. "engines": {
  6363. "node": ">=8"
  6364. }
  6365. },
  6366. "node_modules/babel-plugin-jest-hoist": {
  6367. "version": "27.5.1",
  6368. "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.5.1.tgz",
  6369. "integrity": "sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==",
  6370. "dev": true,
  6371. "license": "MIT",
  6372. "dependencies": {
  6373. "@babel/template": "^7.3.3",
  6374. "@babel/types": "^7.3.3",
  6375. "@types/babel__core": "^7.0.0",
  6376. "@types/babel__traverse": "^7.0.6"
  6377. },
  6378. "engines": {
  6379. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  6380. }
  6381. },
  6382. "node_modules/babel-plugin-polyfill-corejs2": {
  6383. "version": "0.4.14",
  6384. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.14.tgz",
  6385. "integrity": "sha512-Co2Y9wX854ts6U8gAAPXfn0GmAyctHuK8n0Yhfjd6t30g7yvKjspvvOo9yG+z52PZRgFErt7Ka2pYnXCjLKEpg==",
  6386. "dev": true,
  6387. "license": "MIT",
  6388. "dependencies": {
  6389. "@babel/compat-data": "^7.27.7",
  6390. "@babel/helper-define-polyfill-provider": "^0.6.5",
  6391. "semver": "^6.3.1"
  6392. },
  6393. "peerDependencies": {
  6394. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  6395. }
  6396. },
  6397. "node_modules/babel-plugin-polyfill-corejs3": {
  6398. "version": "0.13.0",
  6399. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.13.0.tgz",
  6400. "integrity": "sha512-U+GNwMdSFgzVmfhNm8GJUX88AadB3uo9KpJqS3FaqNIPKgySuvMb+bHPsOmmuWyIcuqZj/pzt1RUIUZns4y2+A==",
  6401. "dev": true,
  6402. "license": "MIT",
  6403. "dependencies": {
  6404. "@babel/helper-define-polyfill-provider": "^0.6.5",
  6405. "core-js-compat": "^3.43.0"
  6406. },
  6407. "peerDependencies": {
  6408. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  6409. }
  6410. },
  6411. "node_modules/babel-plugin-polyfill-regenerator": {
  6412. "version": "0.6.5",
  6413. "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.5.tgz",
  6414. "integrity": "sha512-ISqQ2frbiNU9vIJkzg7dlPpznPZ4jOiUQ1uSmB0fEHeowtN3COYRsXr/xexn64NpU13P06jc/L5TgiJXOgrbEg==",
  6415. "dev": true,
  6416. "license": "MIT",
  6417. "dependencies": {
  6418. "@babel/helper-define-polyfill-provider": "^0.6.5"
  6419. },
  6420. "peerDependencies": {
  6421. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  6422. }
  6423. },
  6424. "node_modules/babel-preset-current-node-syntax": {
  6425. "version": "1.2.0",
  6426. "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.2.0.tgz",
  6427. "integrity": "sha512-E/VlAEzRrsLEb2+dv8yp3bo4scof3l9nR4lrld+Iy5NyVqgVYUJnDAmunkhPMisRI32Qc4iRiz425d8vM++2fg==",
  6428. "dev": true,
  6429. "license": "MIT",
  6430. "dependencies": {
  6431. "@babel/plugin-syntax-async-generators": "^7.8.4",
  6432. "@babel/plugin-syntax-bigint": "^7.8.3",
  6433. "@babel/plugin-syntax-class-properties": "^7.12.13",
  6434. "@babel/plugin-syntax-class-static-block": "^7.14.5",
  6435. "@babel/plugin-syntax-import-attributes": "^7.24.7",
  6436. "@babel/plugin-syntax-import-meta": "^7.10.4",
  6437. "@babel/plugin-syntax-json-strings": "^7.8.3",
  6438. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
  6439. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
  6440. "@babel/plugin-syntax-numeric-separator": "^7.10.4",
  6441. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  6442. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
  6443. "@babel/plugin-syntax-optional-chaining": "^7.8.3",
  6444. "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
  6445. "@babel/plugin-syntax-top-level-await": "^7.14.5"
  6446. },
  6447. "peerDependencies": {
  6448. "@babel/core": "^7.0.0 || ^8.0.0-0"
  6449. }
  6450. },
  6451. "node_modules/babel-preset-jest": {
  6452. "version": "27.5.1",
  6453. "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.5.1.tgz",
  6454. "integrity": "sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==",
  6455. "dev": true,
  6456. "license": "MIT",
  6457. "dependencies": {
  6458. "babel-plugin-jest-hoist": "^27.5.1",
  6459. "babel-preset-current-node-syntax": "^1.0.0"
  6460. },
  6461. "engines": {
  6462. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  6463. },
  6464. "peerDependencies": {
  6465. "@babel/core": "^7.0.0"
  6466. }
  6467. },
  6468. "node_modules/balanced-match": {
  6469. "version": "1.0.2",
  6470. "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
  6471. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  6472. "dev": true,
  6473. "license": "MIT"
  6474. },
  6475. "node_modules/base64-js": {
  6476. "version": "1.5.1",
  6477. "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
  6478. "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
  6479. "funding": [
  6480. {
  6481. "type": "github",
  6482. "url": "https://github.com/sponsors/feross"
  6483. },
  6484. {
  6485. "type": "patreon",
  6486. "url": "https://www.patreon.com/feross"
  6487. },
  6488. {
  6489. "type": "consulting",
  6490. "url": "https://feross.org/support"
  6491. }
  6492. ],
  6493. "license": "MIT"
  6494. },
  6495. "node_modules/base64url": {
  6496. "version": "3.0.1",
  6497. "resolved": "https://registry.npmjs.org/base64url/-/base64url-3.0.1.tgz",
  6498. "integrity": "sha512-ir1UPr3dkwexU7FdV8qBBbNDRUhMmIekYMFZfi+C/sLNnRESKPl23nB9b2pltqfOQNnGzsDdId90AEtG5tCx4A==",
  6499. "license": "MIT",
  6500. "engines": {
  6501. "node": ">=6.0.0"
  6502. }
  6503. },
  6504. "node_modules/baseline-browser-mapping": {
  6505. "version": "2.8.31",
  6506. "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.31.tgz",
  6507. "integrity": "sha512-a28v2eWrrRWPpJSzxc+mKwm0ZtVx/G8SepdQZDArnXYU/XS+IF6mp8aB/4E+hH1tyGCoDo3KlUCdlSxGDsRkAw==",
  6508. "license": "Apache-2.0",
  6509. "bin": {
  6510. "baseline-browser-mapping": "dist/cli.js"
  6511. }
  6512. },
  6513. "node_modules/binary-extensions": {
  6514. "version": "2.3.0",
  6515. "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
  6516. "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
  6517. "license": "MIT",
  6518. "engines": {
  6519. "node": ">=8"
  6520. },
  6521. "funding": {
  6522. "url": "https://github.com/sponsors/sindresorhus"
  6523. }
  6524. },
  6525. "node_modules/bmp-js": {
  6526. "version": "0.1.0",
  6527. "resolved": "https://registry.npmjs.org/bmp-js/-/bmp-js-0.1.0.tgz",
  6528. "integrity": "sha512-vHdS19CnY3hwiNdkaqk93DvjVLfbEcI8mys4UjuWrlX1haDmroo8o4xCzh4wD6DGV6HxRCyauwhHRqMTfERtjw==",
  6529. "license": "MIT"
  6530. },
  6531. "node_modules/body-parser": {
  6532. "version": "1.20.3",
  6533. "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz",
  6534. "integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==",
  6535. "dev": true,
  6536. "license": "MIT",
  6537. "dependencies": {
  6538. "bytes": "3.1.2",
  6539. "content-type": "~1.0.5",
  6540. "debug": "2.6.9",
  6541. "depd": "2.0.0",
  6542. "destroy": "1.2.0",
  6543. "http-errors": "2.0.0",
  6544. "iconv-lite": "0.4.24",
  6545. "on-finished": "2.4.1",
  6546. "qs": "6.13.0",
  6547. "raw-body": "2.5.2",
  6548. "type-is": "~1.6.18",
  6549. "unpipe": "1.0.0"
  6550. },
  6551. "engines": {
  6552. "node": ">= 0.8",
  6553. "npm": "1.2.8000 || >= 1.4.16"
  6554. }
  6555. },
  6556. "node_modules/body-parser/node_modules/debug": {
  6557. "version": "2.6.9",
  6558. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  6559. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  6560. "dev": true,
  6561. "license": "MIT",
  6562. "dependencies": {
  6563. "ms": "2.0.0"
  6564. }
  6565. },
  6566. "node_modules/body-parser/node_modules/ms": {
  6567. "version": "2.0.0",
  6568. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  6569. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
  6570. "dev": true,
  6571. "license": "MIT"
  6572. },
  6573. "node_modules/body-parser/node_modules/qs": {
  6574. "version": "6.13.0",
  6575. "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz",
  6576. "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==",
  6577. "dev": true,
  6578. "license": "BSD-3-Clause",
  6579. "dependencies": {
  6580. "side-channel": "^1.0.6"
  6581. },
  6582. "engines": {
  6583. "node": ">=0.6"
  6584. },
  6585. "funding": {
  6586. "url": "https://github.com/sponsors/ljharb"
  6587. }
  6588. },
  6589. "node_modules/brace-expansion": {
  6590. "version": "1.1.12",
  6591. "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
  6592. "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
  6593. "dev": true,
  6594. "license": "MIT",
  6595. "dependencies": {
  6596. "balanced-match": "^1.0.0",
  6597. "concat-map": "0.0.1"
  6598. }
  6599. },
  6600. "node_modules/braces": {
  6601. "version": "3.0.3",
  6602. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  6603. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  6604. "license": "MIT",
  6605. "dependencies": {
  6606. "fill-range": "^7.1.1"
  6607. },
  6608. "engines": {
  6609. "node": ">=8"
  6610. }
  6611. },
  6612. "node_modules/browser-process-hrtime": {
  6613. "version": "1.0.0",
  6614. "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz",
  6615. "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==",
  6616. "dev": true,
  6617. "license": "BSD-2-Clause"
  6618. },
  6619. "node_modules/browserslist": {
  6620. "version": "4.28.0",
  6621. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.0.tgz",
  6622. "integrity": "sha512-tbydkR/CxfMwelN0vwdP/pLkDwyAASZ+VfWm4EOwlB6SWhx1sYnWLqo8N5j0rAzPfzfRaxt0mM/4wPU/Su84RQ==",
  6623. "funding": [
  6624. {
  6625. "type": "opencollective",
  6626. "url": "https://opencollective.com/browserslist"
  6627. },
  6628. {
  6629. "type": "tidelift",
  6630. "url": "https://tidelift.com/funding/github/npm/browserslist"
  6631. },
  6632. {
  6633. "type": "github",
  6634. "url": "https://github.com/sponsors/ai"
  6635. }
  6636. ],
  6637. "license": "MIT",
  6638. "peer": true,
  6639. "dependencies": {
  6640. "baseline-browser-mapping": "^2.8.25",
  6641. "caniuse-lite": "^1.0.30001754",
  6642. "electron-to-chromium": "^1.5.249",
  6643. "node-releases": "^2.0.27",
  6644. "update-browserslist-db": "^1.1.4"
  6645. },
  6646. "bin": {
  6647. "browserslist": "cli.js"
  6648. },
  6649. "engines": {
  6650. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  6651. }
  6652. },
  6653. "node_modules/browserslist-to-esbuild": {
  6654. "version": "2.1.1",
  6655. "resolved": "https://registry.npmjs.org/browserslist-to-esbuild/-/browserslist-to-esbuild-2.1.1.tgz",
  6656. "integrity": "sha512-KN+mty6C3e9AN8Z5dI1xeN15ExcRNeISoC3g7V0Kax/MMF9MSoYA2G7lkTTcVUFntiEjkpI0HNgqJC1NjdyNUw==",
  6657. "dev": true,
  6658. "license": "MIT",
  6659. "dependencies": {
  6660. "meow": "^13.0.0"
  6661. },
  6662. "bin": {
  6663. "browserslist-to-esbuild": "cli/index.js"
  6664. },
  6665. "engines": {
  6666. "node": ">=18"
  6667. },
  6668. "peerDependencies": {
  6669. "browserslist": "*"
  6670. }
  6671. },
  6672. "node_modules/bser": {
  6673. "version": "2.1.1",
  6674. "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz",
  6675. "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==",
  6676. "dev": true,
  6677. "license": "Apache-2.0",
  6678. "dependencies": {
  6679. "node-int64": "^0.4.0"
  6680. }
  6681. },
  6682. "node_modules/buffer": {
  6683. "version": "5.7.1",
  6684. "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
  6685. "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
  6686. "funding": [
  6687. {
  6688. "type": "github",
  6689. "url": "https://github.com/sponsors/feross"
  6690. },
  6691. {
  6692. "type": "patreon",
  6693. "url": "https://www.patreon.com/feross"
  6694. },
  6695. {
  6696. "type": "consulting",
  6697. "url": "https://feross.org/support"
  6698. }
  6699. ],
  6700. "license": "MIT",
  6701. "dependencies": {
  6702. "base64-js": "^1.3.1",
  6703. "ieee754": "^1.1.13"
  6704. }
  6705. },
  6706. "node_modules/buffer-equal": {
  6707. "version": "0.0.1",
  6708. "resolved": "https://registry.npmjs.org/buffer-equal/-/buffer-equal-0.0.1.tgz",
  6709. "integrity": "sha512-RgSV6InVQ9ODPdLWJ5UAqBqJBOg370Nz6ZQtRzpt6nUjc8v0St97uJ4PYC6NztqIScrAXafKM3mZPMygSe1ggA==",
  6710. "license": "MIT",
  6711. "engines": {
  6712. "node": ">=0.4.0"
  6713. }
  6714. },
  6715. "node_modules/buffer-from": {
  6716. "version": "1.1.2",
  6717. "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
  6718. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
  6719. "devOptional": true,
  6720. "license": "MIT"
  6721. },
  6722. "node_modules/bytes": {
  6723. "version": "3.1.2",
  6724. "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
  6725. "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
  6726. "dev": true,
  6727. "license": "MIT",
  6728. "engines": {
  6729. "node": ">= 0.8"
  6730. }
  6731. },
  6732. "node_modules/cac": {
  6733. "version": "6.7.9",
  6734. "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.9.tgz",
  6735. "integrity": "sha512-XN5qEpfNQCJ8jRaZgitSkkukjMRCGio+X3Ks5KUbGGlPbV+pSem1l9VuzooCBXOiMFshUZgyYqg6rgN8rjkb/w==",
  6736. "dev": true,
  6737. "license": "MIT",
  6738. "engines": {
  6739. "node": ">=8"
  6740. }
  6741. },
  6742. "node_modules/call-bind-apply-helpers": {
  6743. "version": "1.0.2",
  6744. "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
  6745. "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
  6746. "dev": true,
  6747. "license": "MIT",
  6748. "dependencies": {
  6749. "es-errors": "^1.3.0",
  6750. "function-bind": "^1.1.2"
  6751. },
  6752. "engines": {
  6753. "node": ">= 0.4"
  6754. }
  6755. },
  6756. "node_modules/call-bound": {
  6757. "version": "1.0.4",
  6758. "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
  6759. "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
  6760. "dev": true,
  6761. "license": "MIT",
  6762. "dependencies": {
  6763. "call-bind-apply-helpers": "^1.0.2",
  6764. "get-intrinsic": "^1.3.0"
  6765. },
  6766. "engines": {
  6767. "node": ">= 0.4"
  6768. },
  6769. "funding": {
  6770. "url": "https://github.com/sponsors/ljharb"
  6771. }
  6772. },
  6773. "node_modules/callsites": {
  6774. "version": "3.1.0",
  6775. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  6776. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  6777. "dev": true,
  6778. "license": "MIT",
  6779. "engines": {
  6780. "node": ">=6"
  6781. }
  6782. },
  6783. "node_modules/camelcase": {
  6784. "version": "5.3.1",
  6785. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
  6786. "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
  6787. "dev": true,
  6788. "license": "MIT",
  6789. "engines": {
  6790. "node": ">=6"
  6791. }
  6792. },
  6793. "node_modules/caniuse-lite": {
  6794. "version": "1.0.30001757",
  6795. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001757.tgz",
  6796. "integrity": "sha512-r0nnL/I28Zi/yjk1el6ilj27tKcdjLsNqAOZr0yVjWPrSQyHgKI2INaEWw21bAQSv2LXRt1XuCS/GomNpWOxsQ==",
  6797. "funding": [
  6798. {
  6799. "type": "opencollective",
  6800. "url": "https://opencollective.com/browserslist"
  6801. },
  6802. {
  6803. "type": "tidelift",
  6804. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  6805. },
  6806. {
  6807. "type": "github",
  6808. "url": "https://github.com/sponsors/ai"
  6809. }
  6810. ],
  6811. "license": "CC-BY-4.0"
  6812. },
  6813. "node_modules/centra": {
  6814. "version": "2.7.0",
  6815. "resolved": "https://registry.npmjs.org/centra/-/centra-2.7.0.tgz",
  6816. "integrity": "sha512-PbFMgMSrmgx6uxCdm57RUos9Tc3fclMvhLSATYN39XsDV29B89zZ3KA89jmY0vwSGazyU+uerqwa6t+KaodPcg==",
  6817. "license": "MIT",
  6818. "dependencies": {
  6819. "follow-redirects": "^1.15.6"
  6820. }
  6821. },
  6822. "node_modules/chalk": {
  6823. "version": "2.4.2",
  6824. "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  6825. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  6826. "license": "MIT",
  6827. "dependencies": {
  6828. "ansi-styles": "^3.2.1",
  6829. "escape-string-regexp": "^1.0.5",
  6830. "supports-color": "^5.3.0"
  6831. },
  6832. "engines": {
  6833. "node": ">=4"
  6834. }
  6835. },
  6836. "node_modules/char-regex": {
  6837. "version": "1.0.2",
  6838. "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
  6839. "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
  6840. "dev": true,
  6841. "license": "MIT",
  6842. "engines": {
  6843. "node": ">=10"
  6844. }
  6845. },
  6846. "node_modules/chokidar": {
  6847. "version": "3.6.0",
  6848. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
  6849. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  6850. "license": "MIT",
  6851. "dependencies": {
  6852. "anymatch": "~3.1.2",
  6853. "braces": "~3.0.2",
  6854. "glob-parent": "~5.1.2",
  6855. "is-binary-path": "~2.1.0",
  6856. "is-glob": "~4.0.1",
  6857. "normalize-path": "~3.0.0",
  6858. "readdirp": "~3.6.0"
  6859. },
  6860. "engines": {
  6861. "node": ">= 8.10.0"
  6862. },
  6863. "funding": {
  6864. "url": "https://paulmillr.com/funding/"
  6865. },
  6866. "optionalDependencies": {
  6867. "fsevents": "~2.3.2"
  6868. }
  6869. },
  6870. "node_modules/chrome-trace-event": {
  6871. "version": "1.0.4",
  6872. "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz",
  6873. "integrity": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==",
  6874. "dev": true,
  6875. "license": "MIT",
  6876. "engines": {
  6877. "node": ">=6.0"
  6878. }
  6879. },
  6880. "node_modules/ci-info": {
  6881. "version": "3.9.0",
  6882. "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",
  6883. "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==",
  6884. "dev": true,
  6885. "funding": [
  6886. {
  6887. "type": "github",
  6888. "url": "https://github.com/sponsors/sibiraj-s"
  6889. }
  6890. ],
  6891. "license": "MIT",
  6892. "engines": {
  6893. "node": ">=8"
  6894. }
  6895. },
  6896. "node_modules/cjs-module-lexer": {
  6897. "version": "1.4.3",
  6898. "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.4.3.tgz",
  6899. "integrity": "sha512-9z8TZaGM1pfswYeXrUpzPrkx8UnWYdhJclsiYMm6x/w5+nN+8Tf/LnAgfLGQCm59qAOxU8WwHEq2vNwF6i4j+Q==",
  6900. "dev": true,
  6901. "license": "MIT"
  6902. },
  6903. "node_modules/cliui": {
  6904. "version": "7.0.4",
  6905. "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
  6906. "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
  6907. "dev": true,
  6908. "license": "ISC",
  6909. "dependencies": {
  6910. "string-width": "^4.2.0",
  6911. "strip-ansi": "^6.0.0",
  6912. "wrap-ansi": "^7.0.0"
  6913. }
  6914. },
  6915. "node_modules/co": {
  6916. "version": "4.6.0",
  6917. "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
  6918. "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==",
  6919. "dev": true,
  6920. "license": "MIT",
  6921. "engines": {
  6922. "iojs": ">= 1.0.0",
  6923. "node": ">= 0.12.0"
  6924. }
  6925. },
  6926. "node_modules/collect-v8-coverage": {
  6927. "version": "1.0.3",
  6928. "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.3.tgz",
  6929. "integrity": "sha512-1L5aqIkwPfiodaMgQunkF1zRhNqifHBmtbbbxcr6yVxxBnliw4TDOW6NxpO8DJLgJ16OT+Y4ztZqP6p/FtXnAw==",
  6930. "dev": true,
  6931. "license": "MIT"
  6932. },
  6933. "node_modules/color-convert": {
  6934. "version": "1.9.3",
  6935. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  6936. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  6937. "license": "MIT",
  6938. "dependencies": {
  6939. "color-name": "1.1.3"
  6940. }
  6941. },
  6942. "node_modules/color-name": {
  6943. "version": "1.1.3",
  6944. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
  6945. "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
  6946. "license": "MIT"
  6947. },
  6948. "node_modules/combined-stream": {
  6949. "version": "1.0.8",
  6950. "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
  6951. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  6952. "dev": true,
  6953. "license": "MIT",
  6954. "dependencies": {
  6955. "delayed-stream": "~1.0.0"
  6956. },
  6957. "engines": {
  6958. "node": ">= 0.8"
  6959. }
  6960. },
  6961. "node_modules/commander": {
  6962. "version": "2.20.3",
  6963. "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
  6964. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
  6965. "devOptional": true,
  6966. "license": "MIT"
  6967. },
  6968. "node_modules/compare-versions": {
  6969. "version": "3.6.0",
  6970. "resolved": "https://registry.npmjs.org/compare-versions/-/compare-versions-3.6.0.tgz",
  6971. "integrity": "sha512-W6Af2Iw1z4CB7q4uU4hv646dW9GQuBM+YpC0UvUCWSD8w90SJjp+ujJuXaEMtAXBtSqGfMPuFOVn4/+FlaqfBA==",
  6972. "license": "MIT"
  6973. },
  6974. "node_modules/concat-map": {
  6975. "version": "0.0.1",
  6976. "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
  6977. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  6978. "dev": true,
  6979. "license": "MIT"
  6980. },
  6981. "node_modules/confbox": {
  6982. "version": "0.1.8",
  6983. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz",
  6984. "integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
  6985. "license": "MIT"
  6986. },
  6987. "node_modules/content-disposition": {
  6988. "version": "0.5.4",
  6989. "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
  6990. "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
  6991. "dev": true,
  6992. "license": "MIT",
  6993. "dependencies": {
  6994. "safe-buffer": "5.2.1"
  6995. },
  6996. "engines": {
  6997. "node": ">= 0.6"
  6998. }
  6999. },
  7000. "node_modules/content-type": {
  7001. "version": "1.0.5",
  7002. "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
  7003. "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
  7004. "dev": true,
  7005. "license": "MIT",
  7006. "engines": {
  7007. "node": ">= 0.6"
  7008. }
  7009. },
  7010. "node_modules/convert-source-map": {
  7011. "version": "2.0.0",
  7012. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
  7013. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  7014. "license": "MIT"
  7015. },
  7016. "node_modules/cookie": {
  7017. "version": "0.6.0",
  7018. "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz",
  7019. "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==",
  7020. "dev": true,
  7021. "license": "MIT",
  7022. "engines": {
  7023. "node": ">= 0.6"
  7024. }
  7025. },
  7026. "node_modules/cookie-signature": {
  7027. "version": "1.0.6",
  7028. "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
  7029. "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==",
  7030. "dev": true,
  7031. "license": "MIT"
  7032. },
  7033. "node_modules/core-js": {
  7034. "version": "3.47.0",
  7035. "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.47.0.tgz",
  7036. "integrity": "sha512-c3Q2VVkGAUyupsjRnaNX6u8Dq2vAdzm9iuPj5FW0fRxzlxgq9Q39MDq10IvmQSpLgHQNyQzQmOo6bgGHmH3NNg==",
  7037. "hasInstallScript": true,
  7038. "license": "MIT",
  7039. "funding": {
  7040. "type": "opencollective",
  7041. "url": "https://opencollective.com/core-js"
  7042. }
  7043. },
  7044. "node_modules/core-js-compat": {
  7045. "version": "3.47.0",
  7046. "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.47.0.tgz",
  7047. "integrity": "sha512-IGfuznZ/n7Kp9+nypamBhvwdwLsW6KC8IOaURw2doAK5e98AG3acVLdh0woOnEqCfUtS+Vu882JE4k/DAm3ItQ==",
  7048. "dev": true,
  7049. "license": "MIT",
  7050. "dependencies": {
  7051. "browserslist": "^4.28.0"
  7052. },
  7053. "funding": {
  7054. "type": "opencollective",
  7055. "url": "https://opencollective.com/core-js"
  7056. }
  7057. },
  7058. "node_modules/cross-env": {
  7059. "version": "7.0.3",
  7060. "resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz",
  7061. "integrity": "sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==",
  7062. "dev": true,
  7063. "license": "MIT",
  7064. "dependencies": {
  7065. "cross-spawn": "^7.0.1"
  7066. },
  7067. "bin": {
  7068. "cross-env": "src/bin/cross-env.js",
  7069. "cross-env-shell": "src/bin/cross-env-shell.js"
  7070. },
  7071. "engines": {
  7072. "node": ">=10.14",
  7073. "npm": ">=6",
  7074. "yarn": ">=1"
  7075. }
  7076. },
  7077. "node_modules/cross-spawn": {
  7078. "version": "7.0.6",
  7079. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
  7080. "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
  7081. "dev": true,
  7082. "license": "MIT",
  7083. "dependencies": {
  7084. "path-key": "^3.1.0",
  7085. "shebang-command": "^2.0.0",
  7086. "which": "^2.0.1"
  7087. },
  7088. "engines": {
  7089. "node": ">= 8"
  7090. }
  7091. },
  7092. "node_modules/css-font-size-keywords": {
  7093. "version": "1.0.0",
  7094. "resolved": "https://registry.npmjs.org/css-font-size-keywords/-/css-font-size-keywords-1.0.0.tgz",
  7095. "integrity": "sha512-Q+svMDbMlelgCfH/RVDKtTDaf5021O486ZThQPIpahnIjUkMUslC+WuOQSWTgGSrNCH08Y7tYNEmmy0hkfMI8Q==",
  7096. "license": "MIT"
  7097. },
  7098. "node_modules/css-font-stretch-keywords": {
  7099. "version": "1.0.1",
  7100. "resolved": "https://registry.npmjs.org/css-font-stretch-keywords/-/css-font-stretch-keywords-1.0.1.tgz",
  7101. "integrity": "sha512-KmugPO2BNqoyp9zmBIUGwt58UQSfyk1X5DbOlkb2pckDXFSAfjsD5wenb88fNrD6fvS+vu90a/tsPpb9vb0SLg==",
  7102. "license": "MIT"
  7103. },
  7104. "node_modules/css-font-style-keywords": {
  7105. "version": "1.0.1",
  7106. "resolved": "https://registry.npmjs.org/css-font-style-keywords/-/css-font-style-keywords-1.0.1.tgz",
  7107. "integrity": "sha512-0Fn0aTpcDktnR1RzaBYorIxQily85M2KXRpzmxQPgh8pxUN9Fcn00I8u9I3grNr1QXVgCl9T5Imx0ZwKU973Vg==",
  7108. "license": "MIT"
  7109. },
  7110. "node_modules/css-font-weight-keywords": {
  7111. "version": "1.0.0",
  7112. "resolved": "https://registry.npmjs.org/css-font-weight-keywords/-/css-font-weight-keywords-1.0.0.tgz",
  7113. "integrity": "sha512-5So8/NH+oDD+EzsnF4iaG4ZFHQ3vaViePkL1ZbZ5iC/KrsCY+WHq/lvOgrtmuOQ9pBBZ1ADGpaf+A4lj1Z9eYA==",
  7114. "license": "MIT"
  7115. },
  7116. "node_modules/css-list-helpers": {
  7117. "version": "2.0.0",
  7118. "resolved": "https://registry.npmjs.org/css-list-helpers/-/css-list-helpers-2.0.0.tgz",
  7119. "integrity": "sha512-9Bj8tZ0jWbAM3u/U6m/boAzAwLPwtjzFvwivr2piSvyVa3K3rChJzQy4RIHkNkKiZCHrEMWDJWtTR8UyVhdDnQ==",
  7120. "license": "MIT"
  7121. },
  7122. "node_modules/css-system-font-keywords": {
  7123. "version": "1.0.0",
  7124. "resolved": "https://registry.npmjs.org/css-system-font-keywords/-/css-system-font-keywords-1.0.0.tgz",
  7125. "integrity": "sha512-1umTtVd/fXS25ftfjB71eASCrYhilmEsvDEI6wG/QplnmlfmVM5HkZ/ZX46DT5K3eblFPgLUHt5BRCb0YXkSFA==",
  7126. "license": "MIT"
  7127. },
  7128. "node_modules/cssesc": {
  7129. "version": "3.0.0",
  7130. "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
  7131. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  7132. "license": "MIT",
  7133. "bin": {
  7134. "cssesc": "bin/cssesc"
  7135. },
  7136. "engines": {
  7137. "node": ">=4"
  7138. }
  7139. },
  7140. "node_modules/cssom": {
  7141. "version": "0.4.4",
  7142. "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz",
  7143. "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==",
  7144. "dev": true,
  7145. "license": "MIT"
  7146. },
  7147. "node_modules/cssstyle": {
  7148. "version": "2.3.0",
  7149. "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz",
  7150. "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==",
  7151. "dev": true,
  7152. "license": "MIT",
  7153. "dependencies": {
  7154. "cssom": "~0.3.6"
  7155. },
  7156. "engines": {
  7157. "node": ">=8"
  7158. }
  7159. },
  7160. "node_modules/cssstyle/node_modules/cssom": {
  7161. "version": "0.3.8",
  7162. "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz",
  7163. "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==",
  7164. "dev": true,
  7165. "license": "MIT"
  7166. },
  7167. "node_modules/csstype": {
  7168. "version": "3.2.3",
  7169. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
  7170. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  7171. "license": "MIT"
  7172. },
  7173. "node_modules/data-urls": {
  7174. "version": "2.0.0",
  7175. "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz",
  7176. "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==",
  7177. "dev": true,
  7178. "license": "MIT",
  7179. "dependencies": {
  7180. "abab": "^2.0.3",
  7181. "whatwg-mimetype": "^2.3.0",
  7182. "whatwg-url": "^8.0.0"
  7183. },
  7184. "engines": {
  7185. "node": ">=10"
  7186. }
  7187. },
  7188. "node_modules/debug": {
  7189. "version": "4.3.7",
  7190. "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
  7191. "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
  7192. "license": "MIT",
  7193. "dependencies": {
  7194. "ms": "^2.1.3"
  7195. },
  7196. "engines": {
  7197. "node": ">=6.0"
  7198. },
  7199. "peerDependenciesMeta": {
  7200. "supports-color": {
  7201. "optional": true
  7202. }
  7203. }
  7204. },
  7205. "node_modules/decimal.js": {
  7206. "version": "10.6.0",
  7207. "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.6.0.tgz",
  7208. "integrity": "sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==",
  7209. "dev": true,
  7210. "license": "MIT"
  7211. },
  7212. "node_modules/dedent": {
  7213. "version": "0.7.0",
  7214. "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz",
  7215. "integrity": "sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==",
  7216. "dev": true,
  7217. "license": "MIT"
  7218. },
  7219. "node_modules/deepmerge": {
  7220. "version": "4.3.1",
  7221. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
  7222. "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
  7223. "dev": true,
  7224. "license": "MIT",
  7225. "engines": {
  7226. "node": ">=0.10.0"
  7227. }
  7228. },
  7229. "node_modules/default-gateway": {
  7230. "version": "6.0.3",
  7231. "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz",
  7232. "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==",
  7233. "dev": true,
  7234. "license": "BSD-2-Clause",
  7235. "dependencies": {
  7236. "execa": "^5.0.0"
  7237. },
  7238. "engines": {
  7239. "node": ">= 10"
  7240. }
  7241. },
  7242. "node_modules/delayed-stream": {
  7243. "version": "1.0.0",
  7244. "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
  7245. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
  7246. "dev": true,
  7247. "license": "MIT",
  7248. "engines": {
  7249. "node": ">=0.4.0"
  7250. }
  7251. },
  7252. "node_modules/depd": {
  7253. "version": "2.0.0",
  7254. "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
  7255. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  7256. "dev": true,
  7257. "license": "MIT",
  7258. "engines": {
  7259. "node": ">= 0.8"
  7260. }
  7261. },
  7262. "node_modules/destroy": {
  7263. "version": "1.2.0",
  7264. "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
  7265. "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
  7266. "dev": true,
  7267. "license": "MIT",
  7268. "engines": {
  7269. "node": ">= 0.8",
  7270. "npm": "1.2.8000 || >= 1.4.16"
  7271. }
  7272. },
  7273. "node_modules/detect-libc": {
  7274. "version": "1.0.3",
  7275. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz",
  7276. "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
  7277. "dev": true,
  7278. "license": "Apache-2.0",
  7279. "optional": true,
  7280. "bin": {
  7281. "detect-libc": "bin/detect-libc.js"
  7282. },
  7283. "engines": {
  7284. "node": ">=0.10"
  7285. }
  7286. },
  7287. "node_modules/detect-newline": {
  7288. "version": "3.1.0",
  7289. "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
  7290. "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==",
  7291. "dev": true,
  7292. "license": "MIT",
  7293. "engines": {
  7294. "node": ">=8"
  7295. }
  7296. },
  7297. "node_modules/diff-sequences": {
  7298. "version": "27.5.1",
  7299. "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz",
  7300. "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==",
  7301. "dev": true,
  7302. "license": "MIT",
  7303. "engines": {
  7304. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  7305. }
  7306. },
  7307. "node_modules/dom-walk": {
  7308. "version": "0.1.2",
  7309. "resolved": "https://registry.npmjs.org/dom-walk/-/dom-walk-0.1.2.tgz",
  7310. "integrity": "sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w=="
  7311. },
  7312. "node_modules/domexception": {
  7313. "version": "2.0.1",
  7314. "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz",
  7315. "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==",
  7316. "deprecated": "Use your platform's native DOMException instead",
  7317. "dev": true,
  7318. "license": "MIT",
  7319. "dependencies": {
  7320. "webidl-conversions": "^5.0.0"
  7321. },
  7322. "engines": {
  7323. "node": ">=8"
  7324. }
  7325. },
  7326. "node_modules/domexception/node_modules/webidl-conversions": {
  7327. "version": "5.0.0",
  7328. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz",
  7329. "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==",
  7330. "dev": true,
  7331. "license": "BSD-2-Clause",
  7332. "engines": {
  7333. "node": ">=8"
  7334. }
  7335. },
  7336. "node_modules/dunder-proto": {
  7337. "version": "1.0.1",
  7338. "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
  7339. "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  7340. "dev": true,
  7341. "license": "MIT",
  7342. "dependencies": {
  7343. "call-bind-apply-helpers": "^1.0.1",
  7344. "es-errors": "^1.3.0",
  7345. "gopd": "^1.2.0"
  7346. },
  7347. "engines": {
  7348. "node": ">= 0.4"
  7349. }
  7350. },
  7351. "node_modules/ee-first": {
  7352. "version": "1.1.1",
  7353. "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
  7354. "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
  7355. "dev": true,
  7356. "license": "MIT"
  7357. },
  7358. "node_modules/electron-to-chromium": {
  7359. "version": "1.5.262",
  7360. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.262.tgz",
  7361. "integrity": "sha512-NlAsMteRHek05jRUxUR0a5jpjYq9ykk6+kO0yRaMi5moe7u0fVIOeQ3Y30A8dIiWFBNUoQGi1ljb1i5VtS9WQQ==",
  7362. "license": "ISC"
  7363. },
  7364. "node_modules/emittery": {
  7365. "version": "0.8.1",
  7366. "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz",
  7367. "integrity": "sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==",
  7368. "dev": true,
  7369. "license": "MIT",
  7370. "engines": {
  7371. "node": ">=10"
  7372. },
  7373. "funding": {
  7374. "url": "https://github.com/sindresorhus/emittery?sponsor=1"
  7375. }
  7376. },
  7377. "node_modules/emoji-regex": {
  7378. "version": "8.0.0",
  7379. "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
  7380. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
  7381. "dev": true,
  7382. "license": "MIT"
  7383. },
  7384. "node_modules/encodeurl": {
  7385. "version": "2.0.0",
  7386. "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
  7387. "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
  7388. "dev": true,
  7389. "license": "MIT",
  7390. "engines": {
  7391. "node": ">= 0.8"
  7392. }
  7393. },
  7394. "node_modules/enhanced-resolve": {
  7395. "version": "5.18.3",
  7396. "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz",
  7397. "integrity": "sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==",
  7398. "dev": true,
  7399. "license": "MIT",
  7400. "dependencies": {
  7401. "graceful-fs": "^4.2.4",
  7402. "tapable": "^2.2.0"
  7403. },
  7404. "engines": {
  7405. "node": ">=10.13.0"
  7406. }
  7407. },
  7408. "node_modules/entities": {
  7409. "version": "4.5.0",
  7410. "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
  7411. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  7412. "license": "BSD-2-Clause",
  7413. "engines": {
  7414. "node": ">=0.12"
  7415. },
  7416. "funding": {
  7417. "url": "https://github.com/fb55/entities?sponsor=1"
  7418. }
  7419. },
  7420. "node_modules/error-ex": {
  7421. "version": "1.3.4",
  7422. "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.4.tgz",
  7423. "integrity": "sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==",
  7424. "dev": true,
  7425. "license": "MIT",
  7426. "dependencies": {
  7427. "is-arrayish": "^0.2.1"
  7428. }
  7429. },
  7430. "node_modules/es-define-property": {
  7431. "version": "1.0.1",
  7432. "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
  7433. "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  7434. "dev": true,
  7435. "license": "MIT",
  7436. "engines": {
  7437. "node": ">= 0.4"
  7438. }
  7439. },
  7440. "node_modules/es-errors": {
  7441. "version": "1.3.0",
  7442. "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
  7443. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  7444. "dev": true,
  7445. "license": "MIT",
  7446. "engines": {
  7447. "node": ">= 0.4"
  7448. }
  7449. },
  7450. "node_modules/es-module-lexer": {
  7451. "version": "1.5.4",
  7452. "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.5.4.tgz",
  7453. "integrity": "sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==",
  7454. "license": "MIT"
  7455. },
  7456. "node_modules/es-object-atoms": {
  7457. "version": "1.1.1",
  7458. "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
  7459. "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
  7460. "dev": true,
  7461. "license": "MIT",
  7462. "dependencies": {
  7463. "es-errors": "^1.3.0"
  7464. },
  7465. "engines": {
  7466. "node": ">= 0.4"
  7467. }
  7468. },
  7469. "node_modules/es-set-tostringtag": {
  7470. "version": "2.1.0",
  7471. "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  7472. "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  7473. "dev": true,
  7474. "license": "MIT",
  7475. "dependencies": {
  7476. "es-errors": "^1.3.0",
  7477. "get-intrinsic": "^1.2.6",
  7478. "has-tostringtag": "^1.0.2",
  7479. "hasown": "^2.0.2"
  7480. },
  7481. "engines": {
  7482. "node": ">= 0.4"
  7483. }
  7484. },
  7485. "node_modules/esbuild": {
  7486. "version": "0.20.2",
  7487. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.20.2.tgz",
  7488. "integrity": "sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==",
  7489. "hasInstallScript": true,
  7490. "license": "MIT",
  7491. "bin": {
  7492. "esbuild": "bin/esbuild"
  7493. },
  7494. "engines": {
  7495. "node": ">=12"
  7496. },
  7497. "optionalDependencies": {
  7498. "@esbuild/aix-ppc64": "0.20.2",
  7499. "@esbuild/android-arm": "0.20.2",
  7500. "@esbuild/android-arm64": "0.20.2",
  7501. "@esbuild/android-x64": "0.20.2",
  7502. "@esbuild/darwin-arm64": "0.20.2",
  7503. "@esbuild/darwin-x64": "0.20.2",
  7504. "@esbuild/freebsd-arm64": "0.20.2",
  7505. "@esbuild/freebsd-x64": "0.20.2",
  7506. "@esbuild/linux-arm": "0.20.2",
  7507. "@esbuild/linux-arm64": "0.20.2",
  7508. "@esbuild/linux-ia32": "0.20.2",
  7509. "@esbuild/linux-loong64": "0.20.2",
  7510. "@esbuild/linux-mips64el": "0.20.2",
  7511. "@esbuild/linux-ppc64": "0.20.2",
  7512. "@esbuild/linux-riscv64": "0.20.2",
  7513. "@esbuild/linux-s390x": "0.20.2",
  7514. "@esbuild/linux-x64": "0.20.2",
  7515. "@esbuild/netbsd-x64": "0.20.2",
  7516. "@esbuild/openbsd-x64": "0.20.2",
  7517. "@esbuild/sunos-x64": "0.20.2",
  7518. "@esbuild/win32-arm64": "0.20.2",
  7519. "@esbuild/win32-ia32": "0.20.2",
  7520. "@esbuild/win32-x64": "0.20.2"
  7521. }
  7522. },
  7523. "node_modules/escalade": {
  7524. "version": "3.2.0",
  7525. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
  7526. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  7527. "license": "MIT",
  7528. "engines": {
  7529. "node": ">=6"
  7530. }
  7531. },
  7532. "node_modules/escape-html": {
  7533. "version": "1.0.3",
  7534. "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
  7535. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
  7536. "dev": true,
  7537. "license": "MIT"
  7538. },
  7539. "node_modules/escape-string-regexp": {
  7540. "version": "1.0.5",
  7541. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  7542. "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
  7543. "license": "MIT",
  7544. "engines": {
  7545. "node": ">=0.8.0"
  7546. }
  7547. },
  7548. "node_modules/escodegen": {
  7549. "version": "2.1.0",
  7550. "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz",
  7551. "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==",
  7552. "dev": true,
  7553. "license": "BSD-2-Clause",
  7554. "dependencies": {
  7555. "esprima": "^4.0.1",
  7556. "estraverse": "^5.2.0",
  7557. "esutils": "^2.0.2"
  7558. },
  7559. "bin": {
  7560. "escodegen": "bin/escodegen.js",
  7561. "esgenerate": "bin/esgenerate.js"
  7562. },
  7563. "engines": {
  7564. "node": ">=6.0"
  7565. },
  7566. "optionalDependencies": {
  7567. "source-map": "~0.6.1"
  7568. }
  7569. },
  7570. "node_modules/eslint-scope": {
  7571. "version": "5.1.1",
  7572. "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
  7573. "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
  7574. "dev": true,
  7575. "license": "BSD-2-Clause",
  7576. "dependencies": {
  7577. "esrecurse": "^4.3.0",
  7578. "estraverse": "^4.1.1"
  7579. },
  7580. "engines": {
  7581. "node": ">=8.0.0"
  7582. }
  7583. },
  7584. "node_modules/eslint-scope/node_modules/estraverse": {
  7585. "version": "4.3.0",
  7586. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
  7587. "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
  7588. "dev": true,
  7589. "license": "BSD-2-Clause",
  7590. "engines": {
  7591. "node": ">=4.0"
  7592. }
  7593. },
  7594. "node_modules/esprima": {
  7595. "version": "4.0.1",
  7596. "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
  7597. "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
  7598. "dev": true,
  7599. "license": "BSD-2-Clause",
  7600. "bin": {
  7601. "esparse": "bin/esparse.js",
  7602. "esvalidate": "bin/esvalidate.js"
  7603. },
  7604. "engines": {
  7605. "node": ">=4"
  7606. }
  7607. },
  7608. "node_modules/esrecurse": {
  7609. "version": "4.3.0",
  7610. "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
  7611. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  7612. "dev": true,
  7613. "license": "BSD-2-Clause",
  7614. "dependencies": {
  7615. "estraverse": "^5.2.0"
  7616. },
  7617. "engines": {
  7618. "node": ">=4.0"
  7619. }
  7620. },
  7621. "node_modules/estraverse": {
  7622. "version": "5.3.0",
  7623. "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
  7624. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  7625. "dev": true,
  7626. "license": "BSD-2-Clause",
  7627. "engines": {
  7628. "node": ">=4.0"
  7629. }
  7630. },
  7631. "node_modules/estree-walker": {
  7632. "version": "2.0.2",
  7633. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
  7634. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
  7635. "license": "MIT"
  7636. },
  7637. "node_modules/esutils": {
  7638. "version": "2.0.3",
  7639. "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  7640. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  7641. "dev": true,
  7642. "license": "BSD-2-Clause",
  7643. "engines": {
  7644. "node": ">=0.10.0"
  7645. }
  7646. },
  7647. "node_modules/etag": {
  7648. "version": "1.8.1",
  7649. "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
  7650. "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
  7651. "dev": true,
  7652. "license": "MIT",
  7653. "engines": {
  7654. "node": ">= 0.6"
  7655. }
  7656. },
  7657. "node_modules/events": {
  7658. "version": "3.3.0",
  7659. "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
  7660. "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
  7661. "dev": true,
  7662. "license": "MIT",
  7663. "engines": {
  7664. "node": ">=0.8.x"
  7665. }
  7666. },
  7667. "node_modules/execa": {
  7668. "version": "5.1.1",
  7669. "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
  7670. "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
  7671. "dev": true,
  7672. "license": "MIT",
  7673. "dependencies": {
  7674. "cross-spawn": "^7.0.3",
  7675. "get-stream": "^6.0.0",
  7676. "human-signals": "^2.1.0",
  7677. "is-stream": "^2.0.0",
  7678. "merge-stream": "^2.0.0",
  7679. "npm-run-path": "^4.0.1",
  7680. "onetime": "^5.1.2",
  7681. "signal-exit": "^3.0.3",
  7682. "strip-final-newline": "^2.0.0"
  7683. },
  7684. "engines": {
  7685. "node": ">=10"
  7686. },
  7687. "funding": {
  7688. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  7689. }
  7690. },
  7691. "node_modules/exif-parser": {
  7692. "version": "0.1.12",
  7693. "resolved": "https://registry.npmjs.org/exif-parser/-/exif-parser-0.1.12.tgz",
  7694. "integrity": "sha512-c2bQfLNbMzLPmzQuOr8fy0csy84WmwnER81W88DzTp9CYNPJ6yzOj2EZAh9pywYpqHnshVLHQJ8WzldAyfY+Iw=="
  7695. },
  7696. "node_modules/exit": {
  7697. "version": "0.1.2",
  7698. "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
  7699. "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==",
  7700. "dev": true,
  7701. "engines": {
  7702. "node": ">= 0.8.0"
  7703. }
  7704. },
  7705. "node_modules/expect": {
  7706. "version": "27.5.1",
  7707. "resolved": "https://registry.npmjs.org/expect/-/expect-27.5.1.tgz",
  7708. "integrity": "sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==",
  7709. "dev": true,
  7710. "license": "MIT",
  7711. "dependencies": {
  7712. "@jest/types": "^27.5.1",
  7713. "jest-get-type": "^27.5.1",
  7714. "jest-matcher-utils": "^27.5.1",
  7715. "jest-message-util": "^27.5.1"
  7716. },
  7717. "engines": {
  7718. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  7719. }
  7720. },
  7721. "node_modules/express": {
  7722. "version": "4.20.0",
  7723. "resolved": "https://registry.npmjs.org/express/-/express-4.20.0.tgz",
  7724. "integrity": "sha512-pLdae7I6QqShF5PnNTCVn4hI91Dx0Grkn2+IAsMTgMIKuQVte2dN9PeGSSAME2FR8anOhVA62QDIUaWVfEXVLw==",
  7725. "dev": true,
  7726. "license": "MIT",
  7727. "dependencies": {
  7728. "accepts": "~1.3.8",
  7729. "array-flatten": "1.1.1",
  7730. "body-parser": "1.20.3",
  7731. "content-disposition": "0.5.4",
  7732. "content-type": "~1.0.4",
  7733. "cookie": "0.6.0",
  7734. "cookie-signature": "1.0.6",
  7735. "debug": "2.6.9",
  7736. "depd": "2.0.0",
  7737. "encodeurl": "~2.0.0",
  7738. "escape-html": "~1.0.3",
  7739. "etag": "~1.8.1",
  7740. "finalhandler": "1.2.0",
  7741. "fresh": "0.5.2",
  7742. "http-errors": "2.0.0",
  7743. "merge-descriptors": "1.0.3",
  7744. "methods": "~1.1.2",
  7745. "on-finished": "2.4.1",
  7746. "parseurl": "~1.3.3",
  7747. "path-to-regexp": "0.1.10",
  7748. "proxy-addr": "~2.0.7",
  7749. "qs": "6.11.0",
  7750. "range-parser": "~1.2.1",
  7751. "safe-buffer": "5.2.1",
  7752. "send": "0.19.0",
  7753. "serve-static": "1.16.0",
  7754. "setprototypeof": "1.2.0",
  7755. "statuses": "2.0.1",
  7756. "type-is": "~1.6.18",
  7757. "utils-merge": "1.0.1",
  7758. "vary": "~1.1.2"
  7759. },
  7760. "engines": {
  7761. "node": ">= 0.10.0"
  7762. }
  7763. },
  7764. "node_modules/express/node_modules/debug": {
  7765. "version": "2.6.9",
  7766. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  7767. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  7768. "dev": true,
  7769. "license": "MIT",
  7770. "dependencies": {
  7771. "ms": "2.0.0"
  7772. }
  7773. },
  7774. "node_modules/express/node_modules/ms": {
  7775. "version": "2.0.0",
  7776. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  7777. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
  7778. "dev": true,
  7779. "license": "MIT"
  7780. },
  7781. "node_modules/exsolve": {
  7782. "version": "1.0.8",
  7783. "resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.8.tgz",
  7784. "integrity": "sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==",
  7785. "license": "MIT"
  7786. },
  7787. "node_modules/fast-deep-equal": {
  7788. "version": "3.1.3",
  7789. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  7790. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  7791. "dev": true,
  7792. "license": "MIT"
  7793. },
  7794. "node_modules/fast-glob": {
  7795. "version": "3.3.3",
  7796. "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
  7797. "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
  7798. "license": "MIT",
  7799. "dependencies": {
  7800. "@nodelib/fs.stat": "^2.0.2",
  7801. "@nodelib/fs.walk": "^1.2.3",
  7802. "glob-parent": "^5.1.2",
  7803. "merge2": "^1.3.0",
  7804. "micromatch": "^4.0.8"
  7805. },
  7806. "engines": {
  7807. "node": ">=8.6.0"
  7808. }
  7809. },
  7810. "node_modules/fast-json-stable-stringify": {
  7811. "version": "2.1.0",
  7812. "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  7813. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  7814. "dev": true,
  7815. "license": "MIT"
  7816. },
  7817. "node_modules/fast-uri": {
  7818. "version": "3.1.0",
  7819. "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz",
  7820. "integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==",
  7821. "dev": true,
  7822. "funding": [
  7823. {
  7824. "type": "github",
  7825. "url": "https://github.com/sponsors/fastify"
  7826. },
  7827. {
  7828. "type": "opencollective",
  7829. "url": "https://opencollective.com/fastify"
  7830. }
  7831. ],
  7832. "license": "BSD-3-Clause"
  7833. },
  7834. "node_modules/fastq": {
  7835. "version": "1.19.1",
  7836. "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz",
  7837. "integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
  7838. "license": "ISC",
  7839. "dependencies": {
  7840. "reusify": "^1.0.4"
  7841. }
  7842. },
  7843. "node_modules/fb-watchman": {
  7844. "version": "2.0.2",
  7845. "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz",
  7846. "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==",
  7847. "dev": true,
  7848. "license": "Apache-2.0",
  7849. "dependencies": {
  7850. "bser": "2.1.1"
  7851. }
  7852. },
  7853. "node_modules/file-type": {
  7854. "version": "9.0.0",
  7855. "resolved": "https://registry.npmjs.org/file-type/-/file-type-9.0.0.tgz",
  7856. "integrity": "sha512-Qe/5NJrgIOlwijpq3B7BEpzPFcgzggOTagZmkXQY4LA6bsXKTUstK7Wp12lEJ/mLKTpvIZxmIuRcLYWT6ov9lw==",
  7857. "license": "MIT",
  7858. "engines": {
  7859. "node": ">=6"
  7860. }
  7861. },
  7862. "node_modules/fill-range": {
  7863. "version": "7.1.1",
  7864. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  7865. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  7866. "license": "MIT",
  7867. "dependencies": {
  7868. "to-regex-range": "^5.0.1"
  7869. },
  7870. "engines": {
  7871. "node": ">=8"
  7872. }
  7873. },
  7874. "node_modules/finalhandler": {
  7875. "version": "1.2.0",
  7876. "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz",
  7877. "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==",
  7878. "dev": true,
  7879. "license": "MIT",
  7880. "dependencies": {
  7881. "debug": "2.6.9",
  7882. "encodeurl": "~1.0.2",
  7883. "escape-html": "~1.0.3",
  7884. "on-finished": "2.4.1",
  7885. "parseurl": "~1.3.3",
  7886. "statuses": "2.0.1",
  7887. "unpipe": "~1.0.0"
  7888. },
  7889. "engines": {
  7890. "node": ">= 0.8"
  7891. }
  7892. },
  7893. "node_modules/finalhandler/node_modules/debug": {
  7894. "version": "2.6.9",
  7895. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  7896. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  7897. "dev": true,
  7898. "license": "MIT",
  7899. "dependencies": {
  7900. "ms": "2.0.0"
  7901. }
  7902. },
  7903. "node_modules/finalhandler/node_modules/encodeurl": {
  7904. "version": "1.0.2",
  7905. "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
  7906. "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
  7907. "dev": true,
  7908. "license": "MIT",
  7909. "engines": {
  7910. "node": ">= 0.8"
  7911. }
  7912. },
  7913. "node_modules/finalhandler/node_modules/ms": {
  7914. "version": "2.0.0",
  7915. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  7916. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
  7917. "dev": true,
  7918. "license": "MIT"
  7919. },
  7920. "node_modules/find-up": {
  7921. "version": "4.1.0",
  7922. "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
  7923. "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
  7924. "dev": true,
  7925. "license": "MIT",
  7926. "dependencies": {
  7927. "locate-path": "^5.0.0",
  7928. "path-exists": "^4.0.0"
  7929. },
  7930. "engines": {
  7931. "node": ">=8"
  7932. }
  7933. },
  7934. "node_modules/follow-redirects": {
  7935. "version": "1.15.11",
  7936. "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz",
  7937. "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==",
  7938. "funding": [
  7939. {
  7940. "type": "individual",
  7941. "url": "https://github.com/sponsors/RubenVerborgh"
  7942. }
  7943. ],
  7944. "license": "MIT",
  7945. "engines": {
  7946. "node": ">=4.0"
  7947. },
  7948. "peerDependenciesMeta": {
  7949. "debug": {
  7950. "optional": true
  7951. }
  7952. }
  7953. },
  7954. "node_modules/form-data": {
  7955. "version": "3.0.4",
  7956. "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.4.tgz",
  7957. "integrity": "sha512-f0cRzm6dkyVYV3nPoooP8XlccPQukegwhAnpoLcXy+X+A8KfpGOoXwDr9FLZd3wzgLaBGQBE3lY93Zm/i1JvIQ==",
  7958. "dev": true,
  7959. "license": "MIT",
  7960. "dependencies": {
  7961. "asynckit": "^0.4.0",
  7962. "combined-stream": "^1.0.8",
  7963. "es-set-tostringtag": "^2.1.0",
  7964. "hasown": "^2.0.2",
  7965. "mime-types": "^2.1.35"
  7966. },
  7967. "engines": {
  7968. "node": ">= 6"
  7969. }
  7970. },
  7971. "node_modules/forwarded": {
  7972. "version": "0.2.0",
  7973. "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
  7974. "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
  7975. "dev": true,
  7976. "license": "MIT",
  7977. "engines": {
  7978. "node": ">= 0.6"
  7979. }
  7980. },
  7981. "node_modules/fraction.js": {
  7982. "version": "4.3.7",
  7983. "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz",
  7984. "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
  7985. "license": "MIT",
  7986. "engines": {
  7987. "node": "*"
  7988. },
  7989. "funding": {
  7990. "type": "patreon",
  7991. "url": "https://github.com/sponsors/rawify"
  7992. }
  7993. },
  7994. "node_modules/fresh": {
  7995. "version": "0.5.2",
  7996. "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
  7997. "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
  7998. "dev": true,
  7999. "license": "MIT",
  8000. "engines": {
  8001. "node": ">= 0.6"
  8002. }
  8003. },
  8004. "node_modules/fs-extra": {
  8005. "version": "10.1.0",
  8006. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz",
  8007. "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
  8008. "license": "MIT",
  8009. "dependencies": {
  8010. "graceful-fs": "^4.2.0",
  8011. "jsonfile": "^6.0.1",
  8012. "universalify": "^2.0.0"
  8013. },
  8014. "engines": {
  8015. "node": ">=12"
  8016. }
  8017. },
  8018. "node_modules/fs.realpath": {
  8019. "version": "1.0.0",
  8020. "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
  8021. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
  8022. "dev": true,
  8023. "license": "ISC"
  8024. },
  8025. "node_modules/fsevents": {
  8026. "version": "2.3.3",
  8027. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  8028. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  8029. "hasInstallScript": true,
  8030. "license": "MIT",
  8031. "optional": true,
  8032. "os": [
  8033. "darwin"
  8034. ],
  8035. "engines": {
  8036. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  8037. }
  8038. },
  8039. "node_modules/function-bind": {
  8040. "version": "1.1.2",
  8041. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  8042. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  8043. "license": "MIT",
  8044. "funding": {
  8045. "url": "https://github.com/sponsors/ljharb"
  8046. }
  8047. },
  8048. "node_modules/generic-names": {
  8049. "version": "4.0.0",
  8050. "resolved": "https://registry.npmjs.org/generic-names/-/generic-names-4.0.0.tgz",
  8051. "integrity": "sha512-ySFolZQfw9FoDb3ed9d80Cm9f0+r7qj+HJkWjeD9RBfpxEVTlVhol+gvaQB/78WbwYfbnNh8nWHHBSlg072y6A==",
  8052. "license": "MIT",
  8053. "dependencies": {
  8054. "loader-utils": "^3.2.0"
  8055. }
  8056. },
  8057. "node_modules/gensync": {
  8058. "version": "1.0.0-beta.2",
  8059. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  8060. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  8061. "license": "MIT",
  8062. "engines": {
  8063. "node": ">=6.9.0"
  8064. }
  8065. },
  8066. "node_modules/get-caller-file": {
  8067. "version": "2.0.5",
  8068. "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
  8069. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
  8070. "dev": true,
  8071. "license": "ISC",
  8072. "engines": {
  8073. "node": "6.* || 8.* || >= 10.*"
  8074. }
  8075. },
  8076. "node_modules/get-intrinsic": {
  8077. "version": "1.3.0",
  8078. "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  8079. "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  8080. "dev": true,
  8081. "license": "MIT",
  8082. "dependencies": {
  8083. "call-bind-apply-helpers": "^1.0.2",
  8084. "es-define-property": "^1.0.1",
  8085. "es-errors": "^1.3.0",
  8086. "es-object-atoms": "^1.1.1",
  8087. "function-bind": "^1.1.2",
  8088. "get-proto": "^1.0.1",
  8089. "gopd": "^1.2.0",
  8090. "has-symbols": "^1.1.0",
  8091. "hasown": "^2.0.2",
  8092. "math-intrinsics": "^1.1.0"
  8093. },
  8094. "engines": {
  8095. "node": ">= 0.4"
  8096. },
  8097. "funding": {
  8098. "url": "https://github.com/sponsors/ljharb"
  8099. }
  8100. },
  8101. "node_modules/get-package-type": {
  8102. "version": "0.1.0",
  8103. "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz",
  8104. "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==",
  8105. "dev": true,
  8106. "license": "MIT",
  8107. "engines": {
  8108. "node": ">=8.0.0"
  8109. }
  8110. },
  8111. "node_modules/get-proto": {
  8112. "version": "1.0.1",
  8113. "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
  8114. "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  8115. "dev": true,
  8116. "license": "MIT",
  8117. "dependencies": {
  8118. "dunder-proto": "^1.0.1",
  8119. "es-object-atoms": "^1.0.0"
  8120. },
  8121. "engines": {
  8122. "node": ">= 0.4"
  8123. }
  8124. },
  8125. "node_modules/get-stream": {
  8126. "version": "6.0.1",
  8127. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
  8128. "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
  8129. "dev": true,
  8130. "license": "MIT",
  8131. "engines": {
  8132. "node": ">=10"
  8133. },
  8134. "funding": {
  8135. "url": "https://github.com/sponsors/sindresorhus"
  8136. }
  8137. },
  8138. "node_modules/glob": {
  8139. "version": "7.2.3",
  8140. "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
  8141. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  8142. "deprecated": "Glob versions prior to v9 are no longer supported",
  8143. "dev": true,
  8144. "license": "ISC",
  8145. "dependencies": {
  8146. "fs.realpath": "^1.0.0",
  8147. "inflight": "^1.0.4",
  8148. "inherits": "2",
  8149. "minimatch": "^3.1.1",
  8150. "once": "^1.3.0",
  8151. "path-is-absolute": "^1.0.0"
  8152. },
  8153. "engines": {
  8154. "node": "*"
  8155. },
  8156. "funding": {
  8157. "url": "https://github.com/sponsors/isaacs"
  8158. }
  8159. },
  8160. "node_modules/glob-parent": {
  8161. "version": "5.1.2",
  8162. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
  8163. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  8164. "license": "ISC",
  8165. "dependencies": {
  8166. "is-glob": "^4.0.1"
  8167. },
  8168. "engines": {
  8169. "node": ">= 6"
  8170. }
  8171. },
  8172. "node_modules/glob-to-regexp": {
  8173. "version": "0.4.1",
  8174. "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
  8175. "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==",
  8176. "dev": true,
  8177. "license": "BSD-2-Clause"
  8178. },
  8179. "node_modules/global": {
  8180. "version": "4.4.0",
  8181. "resolved": "https://registry.npmjs.org/global/-/global-4.4.0.tgz",
  8182. "integrity": "sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==",
  8183. "license": "MIT",
  8184. "dependencies": {
  8185. "min-document": "^2.19.0",
  8186. "process": "^0.11.10"
  8187. }
  8188. },
  8189. "node_modules/gopd": {
  8190. "version": "1.2.0",
  8191. "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
  8192. "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
  8193. "dev": true,
  8194. "license": "MIT",
  8195. "engines": {
  8196. "node": ">= 0.4"
  8197. },
  8198. "funding": {
  8199. "url": "https://github.com/sponsors/ljharb"
  8200. }
  8201. },
  8202. "node_modules/graceful-fs": {
  8203. "version": "4.2.11",
  8204. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  8205. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  8206. "license": "ISC"
  8207. },
  8208. "node_modules/has-flag": {
  8209. "version": "3.0.0",
  8210. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  8211. "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
  8212. "license": "MIT",
  8213. "engines": {
  8214. "node": ">=4"
  8215. }
  8216. },
  8217. "node_modules/has-symbols": {
  8218. "version": "1.1.0",
  8219. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
  8220. "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
  8221. "dev": true,
  8222. "license": "MIT",
  8223. "engines": {
  8224. "node": ">= 0.4"
  8225. },
  8226. "funding": {
  8227. "url": "https://github.com/sponsors/ljharb"
  8228. }
  8229. },
  8230. "node_modules/has-tostringtag": {
  8231. "version": "1.0.2",
  8232. "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
  8233. "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
  8234. "dev": true,
  8235. "license": "MIT",
  8236. "dependencies": {
  8237. "has-symbols": "^1.0.3"
  8238. },
  8239. "engines": {
  8240. "node": ">= 0.4"
  8241. },
  8242. "funding": {
  8243. "url": "https://github.com/sponsors/ljharb"
  8244. }
  8245. },
  8246. "node_modules/hash-sum": {
  8247. "version": "2.0.0",
  8248. "resolved": "https://registry.npmjs.org/hash-sum/-/hash-sum-2.0.0.tgz",
  8249. "integrity": "sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg==",
  8250. "license": "MIT"
  8251. },
  8252. "node_modules/hasown": {
  8253. "version": "2.0.2",
  8254. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
  8255. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  8256. "license": "MIT",
  8257. "dependencies": {
  8258. "function-bind": "^1.1.2"
  8259. },
  8260. "engines": {
  8261. "node": ">= 0.4"
  8262. }
  8263. },
  8264. "node_modules/html-encoding-sniffer": {
  8265. "version": "2.0.1",
  8266. "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz",
  8267. "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==",
  8268. "dev": true,
  8269. "license": "MIT",
  8270. "dependencies": {
  8271. "whatwg-encoding": "^1.0.5"
  8272. },
  8273. "engines": {
  8274. "node": ">=10"
  8275. }
  8276. },
  8277. "node_modules/html-escaper": {
  8278. "version": "2.0.2",
  8279. "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
  8280. "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",
  8281. "dev": true,
  8282. "license": "MIT"
  8283. },
  8284. "node_modules/http-errors": {
  8285. "version": "2.0.0",
  8286. "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
  8287. "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
  8288. "dev": true,
  8289. "license": "MIT",
  8290. "dependencies": {
  8291. "depd": "2.0.0",
  8292. "inherits": "2.0.4",
  8293. "setprototypeof": "1.2.0",
  8294. "statuses": "2.0.1",
  8295. "toidentifier": "1.0.1"
  8296. },
  8297. "engines": {
  8298. "node": ">= 0.8"
  8299. }
  8300. },
  8301. "node_modules/http-proxy-agent": {
  8302. "version": "4.0.1",
  8303. "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz",
  8304. "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==",
  8305. "dev": true,
  8306. "license": "MIT",
  8307. "dependencies": {
  8308. "@tootallnate/once": "1",
  8309. "agent-base": "6",
  8310. "debug": "4"
  8311. },
  8312. "engines": {
  8313. "node": ">= 6"
  8314. }
  8315. },
  8316. "node_modules/https-proxy-agent": {
  8317. "version": "5.0.1",
  8318. "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
  8319. "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
  8320. "dev": true,
  8321. "license": "MIT",
  8322. "dependencies": {
  8323. "agent-base": "6",
  8324. "debug": "4"
  8325. },
  8326. "engines": {
  8327. "node": ">= 6"
  8328. }
  8329. },
  8330. "node_modules/human-signals": {
  8331. "version": "2.1.0",
  8332. "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
  8333. "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
  8334. "dev": true,
  8335. "license": "Apache-2.0",
  8336. "engines": {
  8337. "node": ">=10.17.0"
  8338. }
  8339. },
  8340. "node_modules/iconv-lite": {
  8341. "version": "0.4.24",
  8342. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
  8343. "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
  8344. "dev": true,
  8345. "license": "MIT",
  8346. "dependencies": {
  8347. "safer-buffer": ">= 2.1.2 < 3"
  8348. },
  8349. "engines": {
  8350. "node": ">=0.10.0"
  8351. }
  8352. },
  8353. "node_modules/icss-replace-symbols": {
  8354. "version": "1.1.0",
  8355. "resolved": "https://registry.npmjs.org/icss-replace-symbols/-/icss-replace-symbols-1.1.0.tgz",
  8356. "integrity": "sha512-chIaY3Vh2mh2Q3RGXttaDIzeiPvaVXJ+C4DAh/w3c37SKZ/U6PGMmuicR2EQQp9bKG8zLMCl7I+PtIoOOPp8Gg==",
  8357. "license": "ISC"
  8358. },
  8359. "node_modules/icss-utils": {
  8360. "version": "5.1.0",
  8361. "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz",
  8362. "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==",
  8363. "license": "ISC",
  8364. "engines": {
  8365. "node": "^10 || ^12 || >= 14"
  8366. },
  8367. "peerDependencies": {
  8368. "postcss": "^8.1.0"
  8369. }
  8370. },
  8371. "node_modules/ieee754": {
  8372. "version": "1.2.1",
  8373. "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
  8374. "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
  8375. "funding": [
  8376. {
  8377. "type": "github",
  8378. "url": "https://github.com/sponsors/feross"
  8379. },
  8380. {
  8381. "type": "patreon",
  8382. "url": "https://www.patreon.com/feross"
  8383. },
  8384. {
  8385. "type": "consulting",
  8386. "url": "https://feross.org/support"
  8387. }
  8388. ],
  8389. "license": "BSD-3-Clause"
  8390. },
  8391. "node_modules/immutable": {
  8392. "version": "5.1.4",
  8393. "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.4.tgz",
  8394. "integrity": "sha512-p6u1bG3YSnINT5RQmx/yRZBpenIl30kVxkTLDyHLIMk0gict704Q9n+thfDI7lTRm9vXdDYutVzXhzcThxTnXA==",
  8395. "devOptional": true,
  8396. "license": "MIT"
  8397. },
  8398. "node_modules/import-local": {
  8399. "version": "3.2.0",
  8400. "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz",
  8401. "integrity": "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==",
  8402. "dev": true,
  8403. "license": "MIT",
  8404. "dependencies": {
  8405. "pkg-dir": "^4.2.0",
  8406. "resolve-cwd": "^3.0.0"
  8407. },
  8408. "bin": {
  8409. "import-local-fixture": "fixtures/cli.js"
  8410. },
  8411. "engines": {
  8412. "node": ">=8"
  8413. },
  8414. "funding": {
  8415. "url": "https://github.com/sponsors/sindresorhus"
  8416. }
  8417. },
  8418. "node_modules/imurmurhash": {
  8419. "version": "0.1.4",
  8420. "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  8421. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  8422. "dev": true,
  8423. "license": "MIT",
  8424. "engines": {
  8425. "node": ">=0.8.19"
  8426. }
  8427. },
  8428. "node_modules/inflight": {
  8429. "version": "1.0.6",
  8430. "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  8431. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  8432. "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
  8433. "dev": true,
  8434. "license": "ISC",
  8435. "dependencies": {
  8436. "once": "^1.3.0",
  8437. "wrappy": "1"
  8438. }
  8439. },
  8440. "node_modules/inherits": {
  8441. "version": "2.0.4",
  8442. "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
  8443. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  8444. "dev": true,
  8445. "license": "ISC"
  8446. },
  8447. "node_modules/invert-kv": {
  8448. "version": "3.0.1",
  8449. "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-3.0.1.tgz",
  8450. "integrity": "sha512-CYdFeFexxhv/Bcny+Q0BfOV+ltRlJcd4BBZBYFX/O0u4npJrgZtIcjokegtiSMAvlMTJ+Koq0GBCc//3bueQxw==",
  8451. "license": "MIT",
  8452. "engines": {
  8453. "node": ">=8"
  8454. },
  8455. "funding": {
  8456. "url": "https://github.com/sindresorhus/invert-kv?sponsor=1"
  8457. }
  8458. },
  8459. "node_modules/ipaddr.js": {
  8460. "version": "1.9.1",
  8461. "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
  8462. "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
  8463. "dev": true,
  8464. "license": "MIT",
  8465. "engines": {
  8466. "node": ">= 0.10"
  8467. }
  8468. },
  8469. "node_modules/is-arrayish": {
  8470. "version": "0.2.1",
  8471. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
  8472. "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
  8473. "dev": true,
  8474. "license": "MIT"
  8475. },
  8476. "node_modules/is-binary-path": {
  8477. "version": "2.1.0",
  8478. "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
  8479. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  8480. "license": "MIT",
  8481. "dependencies": {
  8482. "binary-extensions": "^2.0.0"
  8483. },
  8484. "engines": {
  8485. "node": ">=8"
  8486. }
  8487. },
  8488. "node_modules/is-core-module": {
  8489. "version": "2.16.1",
  8490. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
  8491. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  8492. "license": "MIT",
  8493. "dependencies": {
  8494. "hasown": "^2.0.2"
  8495. },
  8496. "engines": {
  8497. "node": ">= 0.4"
  8498. },
  8499. "funding": {
  8500. "url": "https://github.com/sponsors/ljharb"
  8501. }
  8502. },
  8503. "node_modules/is-extglob": {
  8504. "version": "2.1.1",
  8505. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  8506. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  8507. "license": "MIT",
  8508. "engines": {
  8509. "node": ">=0.10.0"
  8510. }
  8511. },
  8512. "node_modules/is-fullwidth-code-point": {
  8513. "version": "3.0.0",
  8514. "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  8515. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  8516. "dev": true,
  8517. "license": "MIT",
  8518. "engines": {
  8519. "node": ">=8"
  8520. }
  8521. },
  8522. "node_modules/is-function": {
  8523. "version": "1.0.2",
  8524. "resolved": "https://registry.npmjs.org/is-function/-/is-function-1.0.2.tgz",
  8525. "integrity": "sha512-lw7DUp0aWXYg+CBCN+JKkcE0Q2RayZnSvnZBlwgxHBQhqt5pZNVy4Ri7H9GmmXkdu7LUthszM+Tor1u/2iBcpQ==",
  8526. "license": "MIT"
  8527. },
  8528. "node_modules/is-generator-fn": {
  8529. "version": "2.1.0",
  8530. "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz",
  8531. "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==",
  8532. "dev": true,
  8533. "license": "MIT",
  8534. "engines": {
  8535. "node": ">=6"
  8536. }
  8537. },
  8538. "node_modules/is-glob": {
  8539. "version": "4.0.3",
  8540. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  8541. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  8542. "license": "MIT",
  8543. "dependencies": {
  8544. "is-extglob": "^2.1.1"
  8545. },
  8546. "engines": {
  8547. "node": ">=0.10.0"
  8548. }
  8549. },
  8550. "node_modules/is-number": {
  8551. "version": "7.0.0",
  8552. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  8553. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  8554. "license": "MIT",
  8555. "engines": {
  8556. "node": ">=0.12.0"
  8557. }
  8558. },
  8559. "node_modules/is-potential-custom-element-name": {
  8560. "version": "1.0.1",
  8561. "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
  8562. "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
  8563. "dev": true,
  8564. "license": "MIT"
  8565. },
  8566. "node_modules/is-stream": {
  8567. "version": "2.0.1",
  8568. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
  8569. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  8570. "dev": true,
  8571. "license": "MIT",
  8572. "engines": {
  8573. "node": ">=8"
  8574. },
  8575. "funding": {
  8576. "url": "https://github.com/sponsors/sindresorhus"
  8577. }
  8578. },
  8579. "node_modules/is-typedarray": {
  8580. "version": "1.0.0",
  8581. "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
  8582. "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==",
  8583. "dev": true,
  8584. "license": "MIT"
  8585. },
  8586. "node_modules/isbinaryfile": {
  8587. "version": "5.0.2",
  8588. "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-5.0.2.tgz",
  8589. "integrity": "sha512-GvcjojwonMjWbTkfMpnVHVqXW/wKMYDfEpY94/8zy8HFMOqb/VL6oeONq9v87q4ttVlaTLnGXnJD4B5B1OTGIg==",
  8590. "license": "MIT",
  8591. "engines": {
  8592. "node": ">= 18.0.0"
  8593. },
  8594. "funding": {
  8595. "url": "https://github.com/sponsors/gjtorikian/"
  8596. }
  8597. },
  8598. "node_modules/isexe": {
  8599. "version": "2.0.0",
  8600. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  8601. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  8602. "dev": true,
  8603. "license": "ISC"
  8604. },
  8605. "node_modules/istanbul-lib-coverage": {
  8606. "version": "3.2.2",
  8607. "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz",
  8608. "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==",
  8609. "dev": true,
  8610. "license": "BSD-3-Clause",
  8611. "engines": {
  8612. "node": ">=8"
  8613. }
  8614. },
  8615. "node_modules/istanbul-lib-instrument": {
  8616. "version": "5.2.1",
  8617. "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz",
  8618. "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==",
  8619. "dev": true,
  8620. "license": "BSD-3-Clause",
  8621. "dependencies": {
  8622. "@babel/core": "^7.12.3",
  8623. "@babel/parser": "^7.14.7",
  8624. "@istanbuljs/schema": "^0.1.2",
  8625. "istanbul-lib-coverage": "^3.2.0",
  8626. "semver": "^6.3.0"
  8627. },
  8628. "engines": {
  8629. "node": ">=8"
  8630. }
  8631. },
  8632. "node_modules/istanbul-lib-report": {
  8633. "version": "3.0.1",
  8634. "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz",
  8635. "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==",
  8636. "dev": true,
  8637. "license": "BSD-3-Clause",
  8638. "dependencies": {
  8639. "istanbul-lib-coverage": "^3.0.0",
  8640. "make-dir": "^4.0.0",
  8641. "supports-color": "^7.1.0"
  8642. },
  8643. "engines": {
  8644. "node": ">=10"
  8645. }
  8646. },
  8647. "node_modules/istanbul-lib-report/node_modules/has-flag": {
  8648. "version": "4.0.0",
  8649. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  8650. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  8651. "dev": true,
  8652. "license": "MIT",
  8653. "engines": {
  8654. "node": ">=8"
  8655. }
  8656. },
  8657. "node_modules/istanbul-lib-report/node_modules/supports-color": {
  8658. "version": "7.2.0",
  8659. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  8660. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  8661. "dev": true,
  8662. "license": "MIT",
  8663. "dependencies": {
  8664. "has-flag": "^4.0.0"
  8665. },
  8666. "engines": {
  8667. "node": ">=8"
  8668. }
  8669. },
  8670. "node_modules/istanbul-lib-source-maps": {
  8671. "version": "4.0.1",
  8672. "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz",
  8673. "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==",
  8674. "dev": true,
  8675. "license": "BSD-3-Clause",
  8676. "dependencies": {
  8677. "debug": "^4.1.1",
  8678. "istanbul-lib-coverage": "^3.0.0",
  8679. "source-map": "^0.6.1"
  8680. },
  8681. "engines": {
  8682. "node": ">=10"
  8683. }
  8684. },
  8685. "node_modules/istanbul-reports": {
  8686. "version": "3.2.0",
  8687. "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.2.0.tgz",
  8688. "integrity": "sha512-HGYWWS/ehqTV3xN10i23tkPkpH46MLCIMFNCaaKNavAXTF1RkqxawEPtnjnGZ6XKSInBKkiOA5BKS+aZiY3AvA==",
  8689. "dev": true,
  8690. "license": "BSD-3-Clause",
  8691. "dependencies": {
  8692. "html-escaper": "^2.0.0",
  8693. "istanbul-lib-report": "^3.0.0"
  8694. },
  8695. "engines": {
  8696. "node": ">=8"
  8697. }
  8698. },
  8699. "node_modules/jest": {
  8700. "version": "27.0.4",
  8701. "resolved": "https://registry.npmjs.org/jest/-/jest-27.0.4.tgz",
  8702. "integrity": "sha512-Px1iKFooXgGSkk1H8dJxxBIrM3tsc5SIuI4kfKYK2J+4rvCvPGr/cXktxh0e9zIPQ5g09kOMNfHQEmusBUf/ZA==",
  8703. "dev": true,
  8704. "license": "MIT",
  8705. "peer": true,
  8706. "dependencies": {
  8707. "@jest/core": "^27.0.4",
  8708. "import-local": "^3.0.2",
  8709. "jest-cli": "^27.0.4"
  8710. },
  8711. "bin": {
  8712. "jest": "bin/jest.js"
  8713. },
  8714. "engines": {
  8715. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  8716. },
  8717. "peerDependencies": {
  8718. "node-notifier": "^8.0.1 || ^9.0.0"
  8719. },
  8720. "peerDependenciesMeta": {
  8721. "node-notifier": {
  8722. "optional": true
  8723. }
  8724. }
  8725. },
  8726. "node_modules/jest-changed-files": {
  8727. "version": "27.5.1",
  8728. "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.5.1.tgz",
  8729. "integrity": "sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==",
  8730. "dev": true,
  8731. "license": "MIT",
  8732. "dependencies": {
  8733. "@jest/types": "^27.5.1",
  8734. "execa": "^5.0.0",
  8735. "throat": "^6.0.1"
  8736. },
  8737. "engines": {
  8738. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  8739. }
  8740. },
  8741. "node_modules/jest-circus": {
  8742. "version": "27.5.1",
  8743. "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.5.1.tgz",
  8744. "integrity": "sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==",
  8745. "dev": true,
  8746. "license": "MIT",
  8747. "dependencies": {
  8748. "@jest/environment": "^27.5.1",
  8749. "@jest/test-result": "^27.5.1",
  8750. "@jest/types": "^27.5.1",
  8751. "@types/node": "*",
  8752. "chalk": "^4.0.0",
  8753. "co": "^4.6.0",
  8754. "dedent": "^0.7.0",
  8755. "expect": "^27.5.1",
  8756. "is-generator-fn": "^2.0.0",
  8757. "jest-each": "^27.5.1",
  8758. "jest-matcher-utils": "^27.5.1",
  8759. "jest-message-util": "^27.5.1",
  8760. "jest-runtime": "^27.5.1",
  8761. "jest-snapshot": "^27.5.1",
  8762. "jest-util": "^27.5.1",
  8763. "pretty-format": "^27.5.1",
  8764. "slash": "^3.0.0",
  8765. "stack-utils": "^2.0.3",
  8766. "throat": "^6.0.1"
  8767. },
  8768. "engines": {
  8769. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  8770. }
  8771. },
  8772. "node_modules/jest-circus/node_modules/ansi-styles": {
  8773. "version": "4.3.0",
  8774. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  8775. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  8776. "dev": true,
  8777. "license": "MIT",
  8778. "dependencies": {
  8779. "color-convert": "^2.0.1"
  8780. },
  8781. "engines": {
  8782. "node": ">=8"
  8783. },
  8784. "funding": {
  8785. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  8786. }
  8787. },
  8788. "node_modules/jest-circus/node_modules/chalk": {
  8789. "version": "4.1.2",
  8790. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  8791. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  8792. "dev": true,
  8793. "license": "MIT",
  8794. "dependencies": {
  8795. "ansi-styles": "^4.1.0",
  8796. "supports-color": "^7.1.0"
  8797. },
  8798. "engines": {
  8799. "node": ">=10"
  8800. },
  8801. "funding": {
  8802. "url": "https://github.com/chalk/chalk?sponsor=1"
  8803. }
  8804. },
  8805. "node_modules/jest-circus/node_modules/color-convert": {
  8806. "version": "2.0.1",
  8807. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  8808. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  8809. "dev": true,
  8810. "license": "MIT",
  8811. "dependencies": {
  8812. "color-name": "~1.1.4"
  8813. },
  8814. "engines": {
  8815. "node": ">=7.0.0"
  8816. }
  8817. },
  8818. "node_modules/jest-circus/node_modules/color-name": {
  8819. "version": "1.1.4",
  8820. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  8821. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  8822. "dev": true,
  8823. "license": "MIT"
  8824. },
  8825. "node_modules/jest-circus/node_modules/has-flag": {
  8826. "version": "4.0.0",
  8827. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  8828. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  8829. "dev": true,
  8830. "license": "MIT",
  8831. "engines": {
  8832. "node": ">=8"
  8833. }
  8834. },
  8835. "node_modules/jest-circus/node_modules/supports-color": {
  8836. "version": "7.2.0",
  8837. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  8838. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  8839. "dev": true,
  8840. "license": "MIT",
  8841. "dependencies": {
  8842. "has-flag": "^4.0.0"
  8843. },
  8844. "engines": {
  8845. "node": ">=8"
  8846. }
  8847. },
  8848. "node_modules/jest-cli": {
  8849. "version": "27.5.1",
  8850. "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.5.1.tgz",
  8851. "integrity": "sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==",
  8852. "dev": true,
  8853. "license": "MIT",
  8854. "dependencies": {
  8855. "@jest/core": "^27.5.1",
  8856. "@jest/test-result": "^27.5.1",
  8857. "@jest/types": "^27.5.1",
  8858. "chalk": "^4.0.0",
  8859. "exit": "^0.1.2",
  8860. "graceful-fs": "^4.2.9",
  8861. "import-local": "^3.0.2",
  8862. "jest-config": "^27.5.1",
  8863. "jest-util": "^27.5.1",
  8864. "jest-validate": "^27.5.1",
  8865. "prompts": "^2.0.1",
  8866. "yargs": "^16.2.0"
  8867. },
  8868. "bin": {
  8869. "jest": "bin/jest.js"
  8870. },
  8871. "engines": {
  8872. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  8873. },
  8874. "peerDependencies": {
  8875. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  8876. },
  8877. "peerDependenciesMeta": {
  8878. "node-notifier": {
  8879. "optional": true
  8880. }
  8881. }
  8882. },
  8883. "node_modules/jest-cli/node_modules/ansi-styles": {
  8884. "version": "4.3.0",
  8885. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  8886. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  8887. "dev": true,
  8888. "license": "MIT",
  8889. "dependencies": {
  8890. "color-convert": "^2.0.1"
  8891. },
  8892. "engines": {
  8893. "node": ">=8"
  8894. },
  8895. "funding": {
  8896. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  8897. }
  8898. },
  8899. "node_modules/jest-cli/node_modules/chalk": {
  8900. "version": "4.1.2",
  8901. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  8902. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  8903. "dev": true,
  8904. "license": "MIT",
  8905. "dependencies": {
  8906. "ansi-styles": "^4.1.0",
  8907. "supports-color": "^7.1.0"
  8908. },
  8909. "engines": {
  8910. "node": ">=10"
  8911. },
  8912. "funding": {
  8913. "url": "https://github.com/chalk/chalk?sponsor=1"
  8914. }
  8915. },
  8916. "node_modules/jest-cli/node_modules/color-convert": {
  8917. "version": "2.0.1",
  8918. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  8919. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  8920. "dev": true,
  8921. "license": "MIT",
  8922. "dependencies": {
  8923. "color-name": "~1.1.4"
  8924. },
  8925. "engines": {
  8926. "node": ">=7.0.0"
  8927. }
  8928. },
  8929. "node_modules/jest-cli/node_modules/color-name": {
  8930. "version": "1.1.4",
  8931. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  8932. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  8933. "dev": true,
  8934. "license": "MIT"
  8935. },
  8936. "node_modules/jest-cli/node_modules/has-flag": {
  8937. "version": "4.0.0",
  8938. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  8939. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  8940. "dev": true,
  8941. "license": "MIT",
  8942. "engines": {
  8943. "node": ">=8"
  8944. }
  8945. },
  8946. "node_modules/jest-cli/node_modules/supports-color": {
  8947. "version": "7.2.0",
  8948. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  8949. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  8950. "dev": true,
  8951. "license": "MIT",
  8952. "dependencies": {
  8953. "has-flag": "^4.0.0"
  8954. },
  8955. "engines": {
  8956. "node": ">=8"
  8957. }
  8958. },
  8959. "node_modules/jest-config": {
  8960. "version": "27.5.1",
  8961. "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.5.1.tgz",
  8962. "integrity": "sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==",
  8963. "dev": true,
  8964. "license": "MIT",
  8965. "dependencies": {
  8966. "@babel/core": "^7.8.0",
  8967. "@jest/test-sequencer": "^27.5.1",
  8968. "@jest/types": "^27.5.1",
  8969. "babel-jest": "^27.5.1",
  8970. "chalk": "^4.0.0",
  8971. "ci-info": "^3.2.0",
  8972. "deepmerge": "^4.2.2",
  8973. "glob": "^7.1.1",
  8974. "graceful-fs": "^4.2.9",
  8975. "jest-circus": "^27.5.1",
  8976. "jest-environment-jsdom": "^27.5.1",
  8977. "jest-environment-node": "^27.5.1",
  8978. "jest-get-type": "^27.5.1",
  8979. "jest-jasmine2": "^27.5.1",
  8980. "jest-regex-util": "^27.5.1",
  8981. "jest-resolve": "^27.5.1",
  8982. "jest-runner": "^27.5.1",
  8983. "jest-util": "^27.5.1",
  8984. "jest-validate": "^27.5.1",
  8985. "micromatch": "^4.0.4",
  8986. "parse-json": "^5.2.0",
  8987. "pretty-format": "^27.5.1",
  8988. "slash": "^3.0.0",
  8989. "strip-json-comments": "^3.1.1"
  8990. },
  8991. "engines": {
  8992. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  8993. },
  8994. "peerDependencies": {
  8995. "ts-node": ">=9.0.0"
  8996. },
  8997. "peerDependenciesMeta": {
  8998. "ts-node": {
  8999. "optional": true
  9000. }
  9001. }
  9002. },
  9003. "node_modules/jest-config/node_modules/ansi-styles": {
  9004. "version": "4.3.0",
  9005. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  9006. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  9007. "dev": true,
  9008. "license": "MIT",
  9009. "dependencies": {
  9010. "color-convert": "^2.0.1"
  9011. },
  9012. "engines": {
  9013. "node": ">=8"
  9014. },
  9015. "funding": {
  9016. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  9017. }
  9018. },
  9019. "node_modules/jest-config/node_modules/chalk": {
  9020. "version": "4.1.2",
  9021. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  9022. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  9023. "dev": true,
  9024. "license": "MIT",
  9025. "dependencies": {
  9026. "ansi-styles": "^4.1.0",
  9027. "supports-color": "^7.1.0"
  9028. },
  9029. "engines": {
  9030. "node": ">=10"
  9031. },
  9032. "funding": {
  9033. "url": "https://github.com/chalk/chalk?sponsor=1"
  9034. }
  9035. },
  9036. "node_modules/jest-config/node_modules/color-convert": {
  9037. "version": "2.0.1",
  9038. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  9039. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  9040. "dev": true,
  9041. "license": "MIT",
  9042. "dependencies": {
  9043. "color-name": "~1.1.4"
  9044. },
  9045. "engines": {
  9046. "node": ">=7.0.0"
  9047. }
  9048. },
  9049. "node_modules/jest-config/node_modules/color-name": {
  9050. "version": "1.1.4",
  9051. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  9052. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  9053. "dev": true,
  9054. "license": "MIT"
  9055. },
  9056. "node_modules/jest-config/node_modules/has-flag": {
  9057. "version": "4.0.0",
  9058. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  9059. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  9060. "dev": true,
  9061. "license": "MIT",
  9062. "engines": {
  9063. "node": ">=8"
  9064. }
  9065. },
  9066. "node_modules/jest-config/node_modules/supports-color": {
  9067. "version": "7.2.0",
  9068. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  9069. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  9070. "dev": true,
  9071. "license": "MIT",
  9072. "dependencies": {
  9073. "has-flag": "^4.0.0"
  9074. },
  9075. "engines": {
  9076. "node": ">=8"
  9077. }
  9078. },
  9079. "node_modules/jest-diff": {
  9080. "version": "27.5.1",
  9081. "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz",
  9082. "integrity": "sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==",
  9083. "dev": true,
  9084. "license": "MIT",
  9085. "dependencies": {
  9086. "chalk": "^4.0.0",
  9087. "diff-sequences": "^27.5.1",
  9088. "jest-get-type": "^27.5.1",
  9089. "pretty-format": "^27.5.1"
  9090. },
  9091. "engines": {
  9092. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9093. }
  9094. },
  9095. "node_modules/jest-diff/node_modules/ansi-styles": {
  9096. "version": "4.3.0",
  9097. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  9098. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  9099. "dev": true,
  9100. "license": "MIT",
  9101. "dependencies": {
  9102. "color-convert": "^2.0.1"
  9103. },
  9104. "engines": {
  9105. "node": ">=8"
  9106. },
  9107. "funding": {
  9108. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  9109. }
  9110. },
  9111. "node_modules/jest-diff/node_modules/chalk": {
  9112. "version": "4.1.2",
  9113. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  9114. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  9115. "dev": true,
  9116. "license": "MIT",
  9117. "dependencies": {
  9118. "ansi-styles": "^4.1.0",
  9119. "supports-color": "^7.1.0"
  9120. },
  9121. "engines": {
  9122. "node": ">=10"
  9123. },
  9124. "funding": {
  9125. "url": "https://github.com/chalk/chalk?sponsor=1"
  9126. }
  9127. },
  9128. "node_modules/jest-diff/node_modules/color-convert": {
  9129. "version": "2.0.1",
  9130. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  9131. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  9132. "dev": true,
  9133. "license": "MIT",
  9134. "dependencies": {
  9135. "color-name": "~1.1.4"
  9136. },
  9137. "engines": {
  9138. "node": ">=7.0.0"
  9139. }
  9140. },
  9141. "node_modules/jest-diff/node_modules/color-name": {
  9142. "version": "1.1.4",
  9143. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  9144. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  9145. "dev": true,
  9146. "license": "MIT"
  9147. },
  9148. "node_modules/jest-diff/node_modules/has-flag": {
  9149. "version": "4.0.0",
  9150. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  9151. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  9152. "dev": true,
  9153. "license": "MIT",
  9154. "engines": {
  9155. "node": ">=8"
  9156. }
  9157. },
  9158. "node_modules/jest-diff/node_modules/supports-color": {
  9159. "version": "7.2.0",
  9160. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  9161. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  9162. "dev": true,
  9163. "license": "MIT",
  9164. "dependencies": {
  9165. "has-flag": "^4.0.0"
  9166. },
  9167. "engines": {
  9168. "node": ">=8"
  9169. }
  9170. },
  9171. "node_modules/jest-docblock": {
  9172. "version": "27.5.1",
  9173. "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.5.1.tgz",
  9174. "integrity": "sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==",
  9175. "dev": true,
  9176. "license": "MIT",
  9177. "dependencies": {
  9178. "detect-newline": "^3.0.0"
  9179. },
  9180. "engines": {
  9181. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9182. }
  9183. },
  9184. "node_modules/jest-each": {
  9185. "version": "27.5.1",
  9186. "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-27.5.1.tgz",
  9187. "integrity": "sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==",
  9188. "dev": true,
  9189. "license": "MIT",
  9190. "dependencies": {
  9191. "@jest/types": "^27.5.1",
  9192. "chalk": "^4.0.0",
  9193. "jest-get-type": "^27.5.1",
  9194. "jest-util": "^27.5.1",
  9195. "pretty-format": "^27.5.1"
  9196. },
  9197. "engines": {
  9198. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9199. }
  9200. },
  9201. "node_modules/jest-each/node_modules/ansi-styles": {
  9202. "version": "4.3.0",
  9203. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  9204. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  9205. "dev": true,
  9206. "license": "MIT",
  9207. "dependencies": {
  9208. "color-convert": "^2.0.1"
  9209. },
  9210. "engines": {
  9211. "node": ">=8"
  9212. },
  9213. "funding": {
  9214. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  9215. }
  9216. },
  9217. "node_modules/jest-each/node_modules/chalk": {
  9218. "version": "4.1.2",
  9219. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  9220. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  9221. "dev": true,
  9222. "license": "MIT",
  9223. "dependencies": {
  9224. "ansi-styles": "^4.1.0",
  9225. "supports-color": "^7.1.0"
  9226. },
  9227. "engines": {
  9228. "node": ">=10"
  9229. },
  9230. "funding": {
  9231. "url": "https://github.com/chalk/chalk?sponsor=1"
  9232. }
  9233. },
  9234. "node_modules/jest-each/node_modules/color-convert": {
  9235. "version": "2.0.1",
  9236. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  9237. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  9238. "dev": true,
  9239. "license": "MIT",
  9240. "dependencies": {
  9241. "color-name": "~1.1.4"
  9242. },
  9243. "engines": {
  9244. "node": ">=7.0.0"
  9245. }
  9246. },
  9247. "node_modules/jest-each/node_modules/color-name": {
  9248. "version": "1.1.4",
  9249. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  9250. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  9251. "dev": true,
  9252. "license": "MIT"
  9253. },
  9254. "node_modules/jest-each/node_modules/has-flag": {
  9255. "version": "4.0.0",
  9256. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  9257. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  9258. "dev": true,
  9259. "license": "MIT",
  9260. "engines": {
  9261. "node": ">=8"
  9262. }
  9263. },
  9264. "node_modules/jest-each/node_modules/supports-color": {
  9265. "version": "7.2.0",
  9266. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  9267. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  9268. "dev": true,
  9269. "license": "MIT",
  9270. "dependencies": {
  9271. "has-flag": "^4.0.0"
  9272. },
  9273. "engines": {
  9274. "node": ">=8"
  9275. }
  9276. },
  9277. "node_modules/jest-environment-jsdom": {
  9278. "version": "27.5.1",
  9279. "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.5.1.tgz",
  9280. "integrity": "sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==",
  9281. "dev": true,
  9282. "license": "MIT",
  9283. "dependencies": {
  9284. "@jest/environment": "^27.5.1",
  9285. "@jest/fake-timers": "^27.5.1",
  9286. "@jest/types": "^27.5.1",
  9287. "@types/node": "*",
  9288. "jest-mock": "^27.5.1",
  9289. "jest-util": "^27.5.1",
  9290. "jsdom": "^16.6.0"
  9291. },
  9292. "engines": {
  9293. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9294. }
  9295. },
  9296. "node_modules/jest-environment-node": {
  9297. "version": "27.5.1",
  9298. "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.5.1.tgz",
  9299. "integrity": "sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==",
  9300. "dev": true,
  9301. "license": "MIT",
  9302. "peer": true,
  9303. "dependencies": {
  9304. "@jest/environment": "^27.5.1",
  9305. "@jest/fake-timers": "^27.5.1",
  9306. "@jest/types": "^27.5.1",
  9307. "@types/node": "*",
  9308. "jest-mock": "^27.5.1",
  9309. "jest-util": "^27.5.1"
  9310. },
  9311. "engines": {
  9312. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9313. }
  9314. },
  9315. "node_modules/jest-get-type": {
  9316. "version": "27.5.1",
  9317. "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz",
  9318. "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==",
  9319. "dev": true,
  9320. "license": "MIT",
  9321. "engines": {
  9322. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9323. }
  9324. },
  9325. "node_modules/jest-haste-map": {
  9326. "version": "27.5.1",
  9327. "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz",
  9328. "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==",
  9329. "dev": true,
  9330. "license": "MIT",
  9331. "dependencies": {
  9332. "@jest/types": "^27.5.1",
  9333. "@types/graceful-fs": "^4.1.2",
  9334. "@types/node": "*",
  9335. "anymatch": "^3.0.3",
  9336. "fb-watchman": "^2.0.0",
  9337. "graceful-fs": "^4.2.9",
  9338. "jest-regex-util": "^27.5.1",
  9339. "jest-serializer": "^27.5.1",
  9340. "jest-util": "^27.5.1",
  9341. "jest-worker": "^27.5.1",
  9342. "micromatch": "^4.0.4",
  9343. "walker": "^1.0.7"
  9344. },
  9345. "engines": {
  9346. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9347. },
  9348. "optionalDependencies": {
  9349. "fsevents": "^2.3.2"
  9350. }
  9351. },
  9352. "node_modules/jest-jasmine2": {
  9353. "version": "27.5.1",
  9354. "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.5.1.tgz",
  9355. "integrity": "sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==",
  9356. "dev": true,
  9357. "license": "MIT",
  9358. "dependencies": {
  9359. "@jest/environment": "^27.5.1",
  9360. "@jest/source-map": "^27.5.1",
  9361. "@jest/test-result": "^27.5.1",
  9362. "@jest/types": "^27.5.1",
  9363. "@types/node": "*",
  9364. "chalk": "^4.0.0",
  9365. "co": "^4.6.0",
  9366. "expect": "^27.5.1",
  9367. "is-generator-fn": "^2.0.0",
  9368. "jest-each": "^27.5.1",
  9369. "jest-matcher-utils": "^27.5.1",
  9370. "jest-message-util": "^27.5.1",
  9371. "jest-runtime": "^27.5.1",
  9372. "jest-snapshot": "^27.5.1",
  9373. "jest-util": "^27.5.1",
  9374. "pretty-format": "^27.5.1",
  9375. "throat": "^6.0.1"
  9376. },
  9377. "engines": {
  9378. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9379. }
  9380. },
  9381. "node_modules/jest-jasmine2/node_modules/ansi-styles": {
  9382. "version": "4.3.0",
  9383. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  9384. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  9385. "dev": true,
  9386. "license": "MIT",
  9387. "dependencies": {
  9388. "color-convert": "^2.0.1"
  9389. },
  9390. "engines": {
  9391. "node": ">=8"
  9392. },
  9393. "funding": {
  9394. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  9395. }
  9396. },
  9397. "node_modules/jest-jasmine2/node_modules/chalk": {
  9398. "version": "4.1.2",
  9399. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  9400. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  9401. "dev": true,
  9402. "license": "MIT",
  9403. "dependencies": {
  9404. "ansi-styles": "^4.1.0",
  9405. "supports-color": "^7.1.0"
  9406. },
  9407. "engines": {
  9408. "node": ">=10"
  9409. },
  9410. "funding": {
  9411. "url": "https://github.com/chalk/chalk?sponsor=1"
  9412. }
  9413. },
  9414. "node_modules/jest-jasmine2/node_modules/color-convert": {
  9415. "version": "2.0.1",
  9416. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  9417. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  9418. "dev": true,
  9419. "license": "MIT",
  9420. "dependencies": {
  9421. "color-name": "~1.1.4"
  9422. },
  9423. "engines": {
  9424. "node": ">=7.0.0"
  9425. }
  9426. },
  9427. "node_modules/jest-jasmine2/node_modules/color-name": {
  9428. "version": "1.1.4",
  9429. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  9430. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  9431. "dev": true,
  9432. "license": "MIT"
  9433. },
  9434. "node_modules/jest-jasmine2/node_modules/has-flag": {
  9435. "version": "4.0.0",
  9436. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  9437. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  9438. "dev": true,
  9439. "license": "MIT",
  9440. "engines": {
  9441. "node": ">=8"
  9442. }
  9443. },
  9444. "node_modules/jest-jasmine2/node_modules/supports-color": {
  9445. "version": "7.2.0",
  9446. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  9447. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  9448. "dev": true,
  9449. "license": "MIT",
  9450. "dependencies": {
  9451. "has-flag": "^4.0.0"
  9452. },
  9453. "engines": {
  9454. "node": ">=8"
  9455. }
  9456. },
  9457. "node_modules/jest-leak-detector": {
  9458. "version": "27.5.1",
  9459. "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.5.1.tgz",
  9460. "integrity": "sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==",
  9461. "dev": true,
  9462. "license": "MIT",
  9463. "dependencies": {
  9464. "jest-get-type": "^27.5.1",
  9465. "pretty-format": "^27.5.1"
  9466. },
  9467. "engines": {
  9468. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9469. }
  9470. },
  9471. "node_modules/jest-matcher-utils": {
  9472. "version": "27.5.1",
  9473. "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz",
  9474. "integrity": "sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==",
  9475. "dev": true,
  9476. "license": "MIT",
  9477. "dependencies": {
  9478. "chalk": "^4.0.0",
  9479. "jest-diff": "^27.5.1",
  9480. "jest-get-type": "^27.5.1",
  9481. "pretty-format": "^27.5.1"
  9482. },
  9483. "engines": {
  9484. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9485. }
  9486. },
  9487. "node_modules/jest-matcher-utils/node_modules/ansi-styles": {
  9488. "version": "4.3.0",
  9489. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  9490. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  9491. "dev": true,
  9492. "license": "MIT",
  9493. "dependencies": {
  9494. "color-convert": "^2.0.1"
  9495. },
  9496. "engines": {
  9497. "node": ">=8"
  9498. },
  9499. "funding": {
  9500. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  9501. }
  9502. },
  9503. "node_modules/jest-matcher-utils/node_modules/chalk": {
  9504. "version": "4.1.2",
  9505. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  9506. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  9507. "dev": true,
  9508. "license": "MIT",
  9509. "dependencies": {
  9510. "ansi-styles": "^4.1.0",
  9511. "supports-color": "^7.1.0"
  9512. },
  9513. "engines": {
  9514. "node": ">=10"
  9515. },
  9516. "funding": {
  9517. "url": "https://github.com/chalk/chalk?sponsor=1"
  9518. }
  9519. },
  9520. "node_modules/jest-matcher-utils/node_modules/color-convert": {
  9521. "version": "2.0.1",
  9522. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  9523. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  9524. "dev": true,
  9525. "license": "MIT",
  9526. "dependencies": {
  9527. "color-name": "~1.1.4"
  9528. },
  9529. "engines": {
  9530. "node": ">=7.0.0"
  9531. }
  9532. },
  9533. "node_modules/jest-matcher-utils/node_modules/color-name": {
  9534. "version": "1.1.4",
  9535. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  9536. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  9537. "dev": true,
  9538. "license": "MIT"
  9539. },
  9540. "node_modules/jest-matcher-utils/node_modules/has-flag": {
  9541. "version": "4.0.0",
  9542. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  9543. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  9544. "dev": true,
  9545. "license": "MIT",
  9546. "engines": {
  9547. "node": ">=8"
  9548. }
  9549. },
  9550. "node_modules/jest-matcher-utils/node_modules/supports-color": {
  9551. "version": "7.2.0",
  9552. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  9553. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  9554. "dev": true,
  9555. "license": "MIT",
  9556. "dependencies": {
  9557. "has-flag": "^4.0.0"
  9558. },
  9559. "engines": {
  9560. "node": ">=8"
  9561. }
  9562. },
  9563. "node_modules/jest-message-util": {
  9564. "version": "27.5.1",
  9565. "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz",
  9566. "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==",
  9567. "dev": true,
  9568. "license": "MIT",
  9569. "dependencies": {
  9570. "@babel/code-frame": "^7.12.13",
  9571. "@jest/types": "^27.5.1",
  9572. "@types/stack-utils": "^2.0.0",
  9573. "chalk": "^4.0.0",
  9574. "graceful-fs": "^4.2.9",
  9575. "micromatch": "^4.0.4",
  9576. "pretty-format": "^27.5.1",
  9577. "slash": "^3.0.0",
  9578. "stack-utils": "^2.0.3"
  9579. },
  9580. "engines": {
  9581. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9582. }
  9583. },
  9584. "node_modules/jest-message-util/node_modules/ansi-styles": {
  9585. "version": "4.3.0",
  9586. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  9587. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  9588. "dev": true,
  9589. "license": "MIT",
  9590. "dependencies": {
  9591. "color-convert": "^2.0.1"
  9592. },
  9593. "engines": {
  9594. "node": ">=8"
  9595. },
  9596. "funding": {
  9597. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  9598. }
  9599. },
  9600. "node_modules/jest-message-util/node_modules/chalk": {
  9601. "version": "4.1.2",
  9602. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  9603. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  9604. "dev": true,
  9605. "license": "MIT",
  9606. "dependencies": {
  9607. "ansi-styles": "^4.1.0",
  9608. "supports-color": "^7.1.0"
  9609. },
  9610. "engines": {
  9611. "node": ">=10"
  9612. },
  9613. "funding": {
  9614. "url": "https://github.com/chalk/chalk?sponsor=1"
  9615. }
  9616. },
  9617. "node_modules/jest-message-util/node_modules/color-convert": {
  9618. "version": "2.0.1",
  9619. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  9620. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  9621. "dev": true,
  9622. "license": "MIT",
  9623. "dependencies": {
  9624. "color-name": "~1.1.4"
  9625. },
  9626. "engines": {
  9627. "node": ">=7.0.0"
  9628. }
  9629. },
  9630. "node_modules/jest-message-util/node_modules/color-name": {
  9631. "version": "1.1.4",
  9632. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  9633. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  9634. "dev": true,
  9635. "license": "MIT"
  9636. },
  9637. "node_modules/jest-message-util/node_modules/has-flag": {
  9638. "version": "4.0.0",
  9639. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  9640. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  9641. "dev": true,
  9642. "license": "MIT",
  9643. "engines": {
  9644. "node": ">=8"
  9645. }
  9646. },
  9647. "node_modules/jest-message-util/node_modules/supports-color": {
  9648. "version": "7.2.0",
  9649. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  9650. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  9651. "dev": true,
  9652. "license": "MIT",
  9653. "dependencies": {
  9654. "has-flag": "^4.0.0"
  9655. },
  9656. "engines": {
  9657. "node": ">=8"
  9658. }
  9659. },
  9660. "node_modules/jest-mock": {
  9661. "version": "27.5.1",
  9662. "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz",
  9663. "integrity": "sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==",
  9664. "dev": true,
  9665. "license": "MIT",
  9666. "dependencies": {
  9667. "@jest/types": "^27.5.1",
  9668. "@types/node": "*"
  9669. },
  9670. "engines": {
  9671. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9672. }
  9673. },
  9674. "node_modules/jest-pnp-resolver": {
  9675. "version": "1.2.3",
  9676. "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz",
  9677. "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==",
  9678. "dev": true,
  9679. "license": "MIT",
  9680. "engines": {
  9681. "node": ">=6"
  9682. },
  9683. "peerDependencies": {
  9684. "jest-resolve": "*"
  9685. },
  9686. "peerDependenciesMeta": {
  9687. "jest-resolve": {
  9688. "optional": true
  9689. }
  9690. }
  9691. },
  9692. "node_modules/jest-regex-util": {
  9693. "version": "27.5.1",
  9694. "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz",
  9695. "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==",
  9696. "dev": true,
  9697. "license": "MIT",
  9698. "engines": {
  9699. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9700. }
  9701. },
  9702. "node_modules/jest-resolve": {
  9703. "version": "27.5.1",
  9704. "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.5.1.tgz",
  9705. "integrity": "sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw==",
  9706. "dev": true,
  9707. "license": "MIT",
  9708. "dependencies": {
  9709. "@jest/types": "^27.5.1",
  9710. "chalk": "^4.0.0",
  9711. "graceful-fs": "^4.2.9",
  9712. "jest-haste-map": "^27.5.1",
  9713. "jest-pnp-resolver": "^1.2.2",
  9714. "jest-util": "^27.5.1",
  9715. "jest-validate": "^27.5.1",
  9716. "resolve": "^1.20.0",
  9717. "resolve.exports": "^1.1.0",
  9718. "slash": "^3.0.0"
  9719. },
  9720. "engines": {
  9721. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9722. }
  9723. },
  9724. "node_modules/jest-resolve-dependencies": {
  9725. "version": "27.5.1",
  9726. "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.5.1.tgz",
  9727. "integrity": "sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==",
  9728. "dev": true,
  9729. "license": "MIT",
  9730. "dependencies": {
  9731. "@jest/types": "^27.5.1",
  9732. "jest-regex-util": "^27.5.1",
  9733. "jest-snapshot": "^27.5.1"
  9734. },
  9735. "engines": {
  9736. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9737. }
  9738. },
  9739. "node_modules/jest-resolve/node_modules/ansi-styles": {
  9740. "version": "4.3.0",
  9741. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  9742. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  9743. "dev": true,
  9744. "license": "MIT",
  9745. "dependencies": {
  9746. "color-convert": "^2.0.1"
  9747. },
  9748. "engines": {
  9749. "node": ">=8"
  9750. },
  9751. "funding": {
  9752. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  9753. }
  9754. },
  9755. "node_modules/jest-resolve/node_modules/chalk": {
  9756. "version": "4.1.2",
  9757. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  9758. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  9759. "dev": true,
  9760. "license": "MIT",
  9761. "dependencies": {
  9762. "ansi-styles": "^4.1.0",
  9763. "supports-color": "^7.1.0"
  9764. },
  9765. "engines": {
  9766. "node": ">=10"
  9767. },
  9768. "funding": {
  9769. "url": "https://github.com/chalk/chalk?sponsor=1"
  9770. }
  9771. },
  9772. "node_modules/jest-resolve/node_modules/color-convert": {
  9773. "version": "2.0.1",
  9774. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  9775. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  9776. "dev": true,
  9777. "license": "MIT",
  9778. "dependencies": {
  9779. "color-name": "~1.1.4"
  9780. },
  9781. "engines": {
  9782. "node": ">=7.0.0"
  9783. }
  9784. },
  9785. "node_modules/jest-resolve/node_modules/color-name": {
  9786. "version": "1.1.4",
  9787. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  9788. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  9789. "dev": true,
  9790. "license": "MIT"
  9791. },
  9792. "node_modules/jest-resolve/node_modules/has-flag": {
  9793. "version": "4.0.0",
  9794. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  9795. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  9796. "dev": true,
  9797. "license": "MIT",
  9798. "engines": {
  9799. "node": ">=8"
  9800. }
  9801. },
  9802. "node_modules/jest-resolve/node_modules/supports-color": {
  9803. "version": "7.2.0",
  9804. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  9805. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  9806. "dev": true,
  9807. "license": "MIT",
  9808. "dependencies": {
  9809. "has-flag": "^4.0.0"
  9810. },
  9811. "engines": {
  9812. "node": ">=8"
  9813. }
  9814. },
  9815. "node_modules/jest-runner": {
  9816. "version": "27.5.1",
  9817. "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.5.1.tgz",
  9818. "integrity": "sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==",
  9819. "dev": true,
  9820. "license": "MIT",
  9821. "dependencies": {
  9822. "@jest/console": "^27.5.1",
  9823. "@jest/environment": "^27.5.1",
  9824. "@jest/test-result": "^27.5.1",
  9825. "@jest/transform": "^27.5.1",
  9826. "@jest/types": "^27.5.1",
  9827. "@types/node": "*",
  9828. "chalk": "^4.0.0",
  9829. "emittery": "^0.8.1",
  9830. "graceful-fs": "^4.2.9",
  9831. "jest-docblock": "^27.5.1",
  9832. "jest-environment-jsdom": "^27.5.1",
  9833. "jest-environment-node": "^27.5.1",
  9834. "jest-haste-map": "^27.5.1",
  9835. "jest-leak-detector": "^27.5.1",
  9836. "jest-message-util": "^27.5.1",
  9837. "jest-resolve": "^27.5.1",
  9838. "jest-runtime": "^27.5.1",
  9839. "jest-util": "^27.5.1",
  9840. "jest-worker": "^27.5.1",
  9841. "source-map-support": "^0.5.6",
  9842. "throat": "^6.0.1"
  9843. },
  9844. "engines": {
  9845. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9846. }
  9847. },
  9848. "node_modules/jest-runner/node_modules/ansi-styles": {
  9849. "version": "4.3.0",
  9850. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  9851. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  9852. "dev": true,
  9853. "license": "MIT",
  9854. "dependencies": {
  9855. "color-convert": "^2.0.1"
  9856. },
  9857. "engines": {
  9858. "node": ">=8"
  9859. },
  9860. "funding": {
  9861. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  9862. }
  9863. },
  9864. "node_modules/jest-runner/node_modules/chalk": {
  9865. "version": "4.1.2",
  9866. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  9867. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  9868. "dev": true,
  9869. "license": "MIT",
  9870. "dependencies": {
  9871. "ansi-styles": "^4.1.0",
  9872. "supports-color": "^7.1.0"
  9873. },
  9874. "engines": {
  9875. "node": ">=10"
  9876. },
  9877. "funding": {
  9878. "url": "https://github.com/chalk/chalk?sponsor=1"
  9879. }
  9880. },
  9881. "node_modules/jest-runner/node_modules/color-convert": {
  9882. "version": "2.0.1",
  9883. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  9884. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  9885. "dev": true,
  9886. "license": "MIT",
  9887. "dependencies": {
  9888. "color-name": "~1.1.4"
  9889. },
  9890. "engines": {
  9891. "node": ">=7.0.0"
  9892. }
  9893. },
  9894. "node_modules/jest-runner/node_modules/color-name": {
  9895. "version": "1.1.4",
  9896. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  9897. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  9898. "dev": true,
  9899. "license": "MIT"
  9900. },
  9901. "node_modules/jest-runner/node_modules/has-flag": {
  9902. "version": "4.0.0",
  9903. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  9904. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  9905. "dev": true,
  9906. "license": "MIT",
  9907. "engines": {
  9908. "node": ">=8"
  9909. }
  9910. },
  9911. "node_modules/jest-runner/node_modules/supports-color": {
  9912. "version": "7.2.0",
  9913. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  9914. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  9915. "dev": true,
  9916. "license": "MIT",
  9917. "dependencies": {
  9918. "has-flag": "^4.0.0"
  9919. },
  9920. "engines": {
  9921. "node": ">=8"
  9922. }
  9923. },
  9924. "node_modules/jest-runtime": {
  9925. "version": "27.5.1",
  9926. "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.5.1.tgz",
  9927. "integrity": "sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==",
  9928. "dev": true,
  9929. "license": "MIT",
  9930. "dependencies": {
  9931. "@jest/environment": "^27.5.1",
  9932. "@jest/fake-timers": "^27.5.1",
  9933. "@jest/globals": "^27.5.1",
  9934. "@jest/source-map": "^27.5.1",
  9935. "@jest/test-result": "^27.5.1",
  9936. "@jest/transform": "^27.5.1",
  9937. "@jest/types": "^27.5.1",
  9938. "chalk": "^4.0.0",
  9939. "cjs-module-lexer": "^1.0.0",
  9940. "collect-v8-coverage": "^1.0.0",
  9941. "execa": "^5.0.0",
  9942. "glob": "^7.1.3",
  9943. "graceful-fs": "^4.2.9",
  9944. "jest-haste-map": "^27.5.1",
  9945. "jest-message-util": "^27.5.1",
  9946. "jest-mock": "^27.5.1",
  9947. "jest-regex-util": "^27.5.1",
  9948. "jest-resolve": "^27.5.1",
  9949. "jest-snapshot": "^27.5.1",
  9950. "jest-util": "^27.5.1",
  9951. "slash": "^3.0.0",
  9952. "strip-bom": "^4.0.0"
  9953. },
  9954. "engines": {
  9955. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  9956. }
  9957. },
  9958. "node_modules/jest-runtime/node_modules/ansi-styles": {
  9959. "version": "4.3.0",
  9960. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  9961. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  9962. "dev": true,
  9963. "license": "MIT",
  9964. "dependencies": {
  9965. "color-convert": "^2.0.1"
  9966. },
  9967. "engines": {
  9968. "node": ">=8"
  9969. },
  9970. "funding": {
  9971. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  9972. }
  9973. },
  9974. "node_modules/jest-runtime/node_modules/chalk": {
  9975. "version": "4.1.2",
  9976. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  9977. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  9978. "dev": true,
  9979. "license": "MIT",
  9980. "dependencies": {
  9981. "ansi-styles": "^4.1.0",
  9982. "supports-color": "^7.1.0"
  9983. },
  9984. "engines": {
  9985. "node": ">=10"
  9986. },
  9987. "funding": {
  9988. "url": "https://github.com/chalk/chalk?sponsor=1"
  9989. }
  9990. },
  9991. "node_modules/jest-runtime/node_modules/color-convert": {
  9992. "version": "2.0.1",
  9993. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  9994. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  9995. "dev": true,
  9996. "license": "MIT",
  9997. "dependencies": {
  9998. "color-name": "~1.1.4"
  9999. },
  10000. "engines": {
  10001. "node": ">=7.0.0"
  10002. }
  10003. },
  10004. "node_modules/jest-runtime/node_modules/color-name": {
  10005. "version": "1.1.4",
  10006. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  10007. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  10008. "dev": true,
  10009. "license": "MIT"
  10010. },
  10011. "node_modules/jest-runtime/node_modules/has-flag": {
  10012. "version": "4.0.0",
  10013. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  10014. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  10015. "dev": true,
  10016. "license": "MIT",
  10017. "engines": {
  10018. "node": ">=8"
  10019. }
  10020. },
  10021. "node_modules/jest-runtime/node_modules/supports-color": {
  10022. "version": "7.2.0",
  10023. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  10024. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  10025. "dev": true,
  10026. "license": "MIT",
  10027. "dependencies": {
  10028. "has-flag": "^4.0.0"
  10029. },
  10030. "engines": {
  10031. "node": ">=8"
  10032. }
  10033. },
  10034. "node_modules/jest-serializer": {
  10035. "version": "27.5.1",
  10036. "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz",
  10037. "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==",
  10038. "dev": true,
  10039. "license": "MIT",
  10040. "dependencies": {
  10041. "@types/node": "*",
  10042. "graceful-fs": "^4.2.9"
  10043. },
  10044. "engines": {
  10045. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10046. }
  10047. },
  10048. "node_modules/jest-snapshot": {
  10049. "version": "27.5.1",
  10050. "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.5.1.tgz",
  10051. "integrity": "sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==",
  10052. "dev": true,
  10053. "license": "MIT",
  10054. "dependencies": {
  10055. "@babel/core": "^7.7.2",
  10056. "@babel/generator": "^7.7.2",
  10057. "@babel/plugin-syntax-typescript": "^7.7.2",
  10058. "@babel/traverse": "^7.7.2",
  10059. "@babel/types": "^7.0.0",
  10060. "@jest/transform": "^27.5.1",
  10061. "@jest/types": "^27.5.1",
  10062. "@types/babel__traverse": "^7.0.4",
  10063. "@types/prettier": "^2.1.5",
  10064. "babel-preset-current-node-syntax": "^1.0.0",
  10065. "chalk": "^4.0.0",
  10066. "expect": "^27.5.1",
  10067. "graceful-fs": "^4.2.9",
  10068. "jest-diff": "^27.5.1",
  10069. "jest-get-type": "^27.5.1",
  10070. "jest-haste-map": "^27.5.1",
  10071. "jest-matcher-utils": "^27.5.1",
  10072. "jest-message-util": "^27.5.1",
  10073. "jest-util": "^27.5.1",
  10074. "natural-compare": "^1.4.0",
  10075. "pretty-format": "^27.5.1",
  10076. "semver": "^7.3.2"
  10077. },
  10078. "engines": {
  10079. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10080. }
  10081. },
  10082. "node_modules/jest-snapshot/node_modules/ansi-styles": {
  10083. "version": "4.3.0",
  10084. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  10085. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  10086. "dev": true,
  10087. "license": "MIT",
  10088. "dependencies": {
  10089. "color-convert": "^2.0.1"
  10090. },
  10091. "engines": {
  10092. "node": ">=8"
  10093. },
  10094. "funding": {
  10095. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  10096. }
  10097. },
  10098. "node_modules/jest-snapshot/node_modules/chalk": {
  10099. "version": "4.1.2",
  10100. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  10101. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  10102. "dev": true,
  10103. "license": "MIT",
  10104. "dependencies": {
  10105. "ansi-styles": "^4.1.0",
  10106. "supports-color": "^7.1.0"
  10107. },
  10108. "engines": {
  10109. "node": ">=10"
  10110. },
  10111. "funding": {
  10112. "url": "https://github.com/chalk/chalk?sponsor=1"
  10113. }
  10114. },
  10115. "node_modules/jest-snapshot/node_modules/color-convert": {
  10116. "version": "2.0.1",
  10117. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  10118. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  10119. "dev": true,
  10120. "license": "MIT",
  10121. "dependencies": {
  10122. "color-name": "~1.1.4"
  10123. },
  10124. "engines": {
  10125. "node": ">=7.0.0"
  10126. }
  10127. },
  10128. "node_modules/jest-snapshot/node_modules/color-name": {
  10129. "version": "1.1.4",
  10130. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  10131. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  10132. "dev": true,
  10133. "license": "MIT"
  10134. },
  10135. "node_modules/jest-snapshot/node_modules/has-flag": {
  10136. "version": "4.0.0",
  10137. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  10138. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  10139. "dev": true,
  10140. "license": "MIT",
  10141. "engines": {
  10142. "node": ">=8"
  10143. }
  10144. },
  10145. "node_modules/jest-snapshot/node_modules/semver": {
  10146. "version": "7.7.3",
  10147. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
  10148. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  10149. "dev": true,
  10150. "license": "ISC",
  10151. "bin": {
  10152. "semver": "bin/semver.js"
  10153. },
  10154. "engines": {
  10155. "node": ">=10"
  10156. }
  10157. },
  10158. "node_modules/jest-snapshot/node_modules/supports-color": {
  10159. "version": "7.2.0",
  10160. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  10161. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  10162. "dev": true,
  10163. "license": "MIT",
  10164. "dependencies": {
  10165. "has-flag": "^4.0.0"
  10166. },
  10167. "engines": {
  10168. "node": ">=8"
  10169. }
  10170. },
  10171. "node_modules/jest-util": {
  10172. "version": "27.5.1",
  10173. "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz",
  10174. "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==",
  10175. "dev": true,
  10176. "license": "MIT",
  10177. "dependencies": {
  10178. "@jest/types": "^27.5.1",
  10179. "@types/node": "*",
  10180. "chalk": "^4.0.0",
  10181. "ci-info": "^3.2.0",
  10182. "graceful-fs": "^4.2.9",
  10183. "picomatch": "^2.2.3"
  10184. },
  10185. "engines": {
  10186. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10187. }
  10188. },
  10189. "node_modules/jest-util/node_modules/ansi-styles": {
  10190. "version": "4.3.0",
  10191. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  10192. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  10193. "dev": true,
  10194. "license": "MIT",
  10195. "dependencies": {
  10196. "color-convert": "^2.0.1"
  10197. },
  10198. "engines": {
  10199. "node": ">=8"
  10200. },
  10201. "funding": {
  10202. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  10203. }
  10204. },
  10205. "node_modules/jest-util/node_modules/chalk": {
  10206. "version": "4.1.2",
  10207. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  10208. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  10209. "dev": true,
  10210. "license": "MIT",
  10211. "dependencies": {
  10212. "ansi-styles": "^4.1.0",
  10213. "supports-color": "^7.1.0"
  10214. },
  10215. "engines": {
  10216. "node": ">=10"
  10217. },
  10218. "funding": {
  10219. "url": "https://github.com/chalk/chalk?sponsor=1"
  10220. }
  10221. },
  10222. "node_modules/jest-util/node_modules/color-convert": {
  10223. "version": "2.0.1",
  10224. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  10225. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  10226. "dev": true,
  10227. "license": "MIT",
  10228. "dependencies": {
  10229. "color-name": "~1.1.4"
  10230. },
  10231. "engines": {
  10232. "node": ">=7.0.0"
  10233. }
  10234. },
  10235. "node_modules/jest-util/node_modules/color-name": {
  10236. "version": "1.1.4",
  10237. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  10238. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  10239. "dev": true,
  10240. "license": "MIT"
  10241. },
  10242. "node_modules/jest-util/node_modules/has-flag": {
  10243. "version": "4.0.0",
  10244. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  10245. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  10246. "dev": true,
  10247. "license": "MIT",
  10248. "engines": {
  10249. "node": ">=8"
  10250. }
  10251. },
  10252. "node_modules/jest-util/node_modules/supports-color": {
  10253. "version": "7.2.0",
  10254. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  10255. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  10256. "dev": true,
  10257. "license": "MIT",
  10258. "dependencies": {
  10259. "has-flag": "^4.0.0"
  10260. },
  10261. "engines": {
  10262. "node": ">=8"
  10263. }
  10264. },
  10265. "node_modules/jest-validate": {
  10266. "version": "27.5.1",
  10267. "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-27.5.1.tgz",
  10268. "integrity": "sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ==",
  10269. "dev": true,
  10270. "license": "MIT",
  10271. "dependencies": {
  10272. "@jest/types": "^27.5.1",
  10273. "camelcase": "^6.2.0",
  10274. "chalk": "^4.0.0",
  10275. "jest-get-type": "^27.5.1",
  10276. "leven": "^3.1.0",
  10277. "pretty-format": "^27.5.1"
  10278. },
  10279. "engines": {
  10280. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10281. }
  10282. },
  10283. "node_modules/jest-validate/node_modules/ansi-styles": {
  10284. "version": "4.3.0",
  10285. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  10286. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  10287. "dev": true,
  10288. "license": "MIT",
  10289. "dependencies": {
  10290. "color-convert": "^2.0.1"
  10291. },
  10292. "engines": {
  10293. "node": ">=8"
  10294. },
  10295. "funding": {
  10296. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  10297. }
  10298. },
  10299. "node_modules/jest-validate/node_modules/camelcase": {
  10300. "version": "6.3.0",
  10301. "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
  10302. "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
  10303. "dev": true,
  10304. "license": "MIT",
  10305. "engines": {
  10306. "node": ">=10"
  10307. },
  10308. "funding": {
  10309. "url": "https://github.com/sponsors/sindresorhus"
  10310. }
  10311. },
  10312. "node_modules/jest-validate/node_modules/chalk": {
  10313. "version": "4.1.2",
  10314. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  10315. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  10316. "dev": true,
  10317. "license": "MIT",
  10318. "dependencies": {
  10319. "ansi-styles": "^4.1.0",
  10320. "supports-color": "^7.1.0"
  10321. },
  10322. "engines": {
  10323. "node": ">=10"
  10324. },
  10325. "funding": {
  10326. "url": "https://github.com/chalk/chalk?sponsor=1"
  10327. }
  10328. },
  10329. "node_modules/jest-validate/node_modules/color-convert": {
  10330. "version": "2.0.1",
  10331. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  10332. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  10333. "dev": true,
  10334. "license": "MIT",
  10335. "dependencies": {
  10336. "color-name": "~1.1.4"
  10337. },
  10338. "engines": {
  10339. "node": ">=7.0.0"
  10340. }
  10341. },
  10342. "node_modules/jest-validate/node_modules/color-name": {
  10343. "version": "1.1.4",
  10344. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  10345. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  10346. "dev": true,
  10347. "license": "MIT"
  10348. },
  10349. "node_modules/jest-validate/node_modules/has-flag": {
  10350. "version": "4.0.0",
  10351. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  10352. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  10353. "dev": true,
  10354. "license": "MIT",
  10355. "engines": {
  10356. "node": ">=8"
  10357. }
  10358. },
  10359. "node_modules/jest-validate/node_modules/supports-color": {
  10360. "version": "7.2.0",
  10361. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  10362. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  10363. "dev": true,
  10364. "license": "MIT",
  10365. "dependencies": {
  10366. "has-flag": "^4.0.0"
  10367. },
  10368. "engines": {
  10369. "node": ">=8"
  10370. }
  10371. },
  10372. "node_modules/jest-watcher": {
  10373. "version": "27.5.1",
  10374. "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.5.1.tgz",
  10375. "integrity": "sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==",
  10376. "dev": true,
  10377. "license": "MIT",
  10378. "dependencies": {
  10379. "@jest/test-result": "^27.5.1",
  10380. "@jest/types": "^27.5.1",
  10381. "@types/node": "*",
  10382. "ansi-escapes": "^4.2.1",
  10383. "chalk": "^4.0.0",
  10384. "jest-util": "^27.5.1",
  10385. "string-length": "^4.0.1"
  10386. },
  10387. "engines": {
  10388. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  10389. }
  10390. },
  10391. "node_modules/jest-watcher/node_modules/ansi-styles": {
  10392. "version": "4.3.0",
  10393. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  10394. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  10395. "dev": true,
  10396. "license": "MIT",
  10397. "dependencies": {
  10398. "color-convert": "^2.0.1"
  10399. },
  10400. "engines": {
  10401. "node": ">=8"
  10402. },
  10403. "funding": {
  10404. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  10405. }
  10406. },
  10407. "node_modules/jest-watcher/node_modules/chalk": {
  10408. "version": "4.1.2",
  10409. "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
  10410. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  10411. "dev": true,
  10412. "license": "MIT",
  10413. "dependencies": {
  10414. "ansi-styles": "^4.1.0",
  10415. "supports-color": "^7.1.0"
  10416. },
  10417. "engines": {
  10418. "node": ">=10"
  10419. },
  10420. "funding": {
  10421. "url": "https://github.com/chalk/chalk?sponsor=1"
  10422. }
  10423. },
  10424. "node_modules/jest-watcher/node_modules/color-convert": {
  10425. "version": "2.0.1",
  10426. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  10427. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  10428. "dev": true,
  10429. "license": "MIT",
  10430. "dependencies": {
  10431. "color-name": "~1.1.4"
  10432. },
  10433. "engines": {
  10434. "node": ">=7.0.0"
  10435. }
  10436. },
  10437. "node_modules/jest-watcher/node_modules/color-name": {
  10438. "version": "1.1.4",
  10439. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  10440. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  10441. "dev": true,
  10442. "license": "MIT"
  10443. },
  10444. "node_modules/jest-watcher/node_modules/has-flag": {
  10445. "version": "4.0.0",
  10446. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  10447. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  10448. "dev": true,
  10449. "license": "MIT",
  10450. "engines": {
  10451. "node": ">=8"
  10452. }
  10453. },
  10454. "node_modules/jest-watcher/node_modules/supports-color": {
  10455. "version": "7.2.0",
  10456. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  10457. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  10458. "dev": true,
  10459. "license": "MIT",
  10460. "dependencies": {
  10461. "has-flag": "^4.0.0"
  10462. },
  10463. "engines": {
  10464. "node": ">=8"
  10465. }
  10466. },
  10467. "node_modules/jest-worker": {
  10468. "version": "27.5.1",
  10469. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz",
  10470. "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==",
  10471. "dev": true,
  10472. "license": "MIT",
  10473. "dependencies": {
  10474. "@types/node": "*",
  10475. "merge-stream": "^2.0.0",
  10476. "supports-color": "^8.0.0"
  10477. },
  10478. "engines": {
  10479. "node": ">= 10.13.0"
  10480. }
  10481. },
  10482. "node_modules/jest-worker/node_modules/has-flag": {
  10483. "version": "4.0.0",
  10484. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  10485. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  10486. "dev": true,
  10487. "license": "MIT",
  10488. "engines": {
  10489. "node": ">=8"
  10490. }
  10491. },
  10492. "node_modules/jest-worker/node_modules/supports-color": {
  10493. "version": "8.1.1",
  10494. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
  10495. "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
  10496. "dev": true,
  10497. "license": "MIT",
  10498. "dependencies": {
  10499. "has-flag": "^4.0.0"
  10500. },
  10501. "engines": {
  10502. "node": ">=10"
  10503. },
  10504. "funding": {
  10505. "url": "https://github.com/chalk/supports-color?sponsor=1"
  10506. }
  10507. },
  10508. "node_modules/jimp": {
  10509. "version": "0.10.3",
  10510. "resolved": "https://registry.npmjs.org/jimp/-/jimp-0.10.3.tgz",
  10511. "integrity": "sha512-meVWmDMtyUG5uYjFkmzu0zBgnCvvxwWNi27c4cg55vWNVC9ES4Lcwb+ogx+uBBQE3Q+dLKjXaLl0JVW+nUNwbQ==",
  10512. "license": "MIT",
  10513. "dependencies": {
  10514. "@babel/runtime": "^7.7.2",
  10515. "@jimp/custom": "^0.10.3",
  10516. "@jimp/plugins": "^0.10.3",
  10517. "@jimp/types": "^0.10.3",
  10518. "core-js": "^3.4.1",
  10519. "regenerator-runtime": "^0.13.3"
  10520. }
  10521. },
  10522. "node_modules/jimp/node_modules/regenerator-runtime": {
  10523. "version": "0.13.11",
  10524. "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
  10525. "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==",
  10526. "license": "MIT"
  10527. },
  10528. "node_modules/jpeg-js": {
  10529. "version": "0.3.7",
  10530. "resolved": "https://registry.npmjs.org/jpeg-js/-/jpeg-js-0.3.7.tgz",
  10531. "integrity": "sha512-9IXdWudL61npZjvLuVe/ktHiA41iE8qFyLB+4VDTblEsWBzeg8WQTlktdUK4CdncUqtUgUg0bbOmTE2bKBKaBQ==",
  10532. "license": "BSD-3-Clause"
  10533. },
  10534. "node_modules/js-tokens": {
  10535. "version": "4.0.0",
  10536. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  10537. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  10538. "license": "MIT"
  10539. },
  10540. "node_modules/js-yaml": {
  10541. "version": "3.14.2",
  10542. "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.2.tgz",
  10543. "integrity": "sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==",
  10544. "dev": true,
  10545. "license": "MIT",
  10546. "dependencies": {
  10547. "argparse": "^1.0.7",
  10548. "esprima": "^4.0.0"
  10549. },
  10550. "bin": {
  10551. "js-yaml": "bin/js-yaml.js"
  10552. }
  10553. },
  10554. "node_modules/jsdom": {
  10555. "version": "16.7.0",
  10556. "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz",
  10557. "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==",
  10558. "dev": true,
  10559. "license": "MIT",
  10560. "dependencies": {
  10561. "abab": "^2.0.5",
  10562. "acorn": "^8.2.4",
  10563. "acorn-globals": "^6.0.0",
  10564. "cssom": "^0.4.4",
  10565. "cssstyle": "^2.3.0",
  10566. "data-urls": "^2.0.0",
  10567. "decimal.js": "^10.2.1",
  10568. "domexception": "^2.0.1",
  10569. "escodegen": "^2.0.0",
  10570. "form-data": "^3.0.0",
  10571. "html-encoding-sniffer": "^2.0.1",
  10572. "http-proxy-agent": "^4.0.1",
  10573. "https-proxy-agent": "^5.0.0",
  10574. "is-potential-custom-element-name": "^1.0.1",
  10575. "nwsapi": "^2.2.0",
  10576. "parse5": "6.0.1",
  10577. "saxes": "^5.0.1",
  10578. "symbol-tree": "^3.2.4",
  10579. "tough-cookie": "^4.0.0",
  10580. "w3c-hr-time": "^1.0.2",
  10581. "w3c-xmlserializer": "^2.0.0",
  10582. "webidl-conversions": "^6.1.0",
  10583. "whatwg-encoding": "^1.0.5",
  10584. "whatwg-mimetype": "^2.3.0",
  10585. "whatwg-url": "^8.5.0",
  10586. "ws": "^7.4.6",
  10587. "xml-name-validator": "^3.0.0"
  10588. },
  10589. "engines": {
  10590. "node": ">=10"
  10591. },
  10592. "peerDependencies": {
  10593. "canvas": "^2.5.0"
  10594. },
  10595. "peerDependenciesMeta": {
  10596. "canvas": {
  10597. "optional": true
  10598. }
  10599. }
  10600. },
  10601. "node_modules/jsdom/node_modules/ws": {
  10602. "version": "7.5.10",
  10603. "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz",
  10604. "integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==",
  10605. "dev": true,
  10606. "license": "MIT",
  10607. "engines": {
  10608. "node": ">=8.3.0"
  10609. },
  10610. "peerDependencies": {
  10611. "bufferutil": "^4.0.1",
  10612. "utf-8-validate": "^5.0.2"
  10613. },
  10614. "peerDependenciesMeta": {
  10615. "bufferutil": {
  10616. "optional": true
  10617. },
  10618. "utf-8-validate": {
  10619. "optional": true
  10620. }
  10621. }
  10622. },
  10623. "node_modules/jsesc": {
  10624. "version": "3.1.0",
  10625. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
  10626. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  10627. "license": "MIT",
  10628. "bin": {
  10629. "jsesc": "bin/jsesc"
  10630. },
  10631. "engines": {
  10632. "node": ">=6"
  10633. }
  10634. },
  10635. "node_modules/json-parse-even-better-errors": {
  10636. "version": "2.3.1",
  10637. "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
  10638. "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
  10639. "dev": true,
  10640. "license": "MIT"
  10641. },
  10642. "node_modules/json-schema-traverse": {
  10643. "version": "1.0.0",
  10644. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  10645. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
  10646. "dev": true,
  10647. "license": "MIT"
  10648. },
  10649. "node_modules/json5": {
  10650. "version": "2.2.3",
  10651. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  10652. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  10653. "license": "MIT",
  10654. "bin": {
  10655. "json5": "lib/cli.js"
  10656. },
  10657. "engines": {
  10658. "node": ">=6"
  10659. }
  10660. },
  10661. "node_modules/jsonc-parser": {
  10662. "version": "3.3.1",
  10663. "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.3.1.tgz",
  10664. "integrity": "sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==",
  10665. "license": "MIT"
  10666. },
  10667. "node_modules/jsonfile": {
  10668. "version": "6.2.0",
  10669. "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.0.tgz",
  10670. "integrity": "sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==",
  10671. "license": "MIT",
  10672. "dependencies": {
  10673. "universalify": "^2.0.0"
  10674. },
  10675. "optionalDependencies": {
  10676. "graceful-fs": "^4.1.6"
  10677. }
  10678. },
  10679. "node_modules/kleur": {
  10680. "version": "3.0.3",
  10681. "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
  10682. "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
  10683. "dev": true,
  10684. "license": "MIT",
  10685. "engines": {
  10686. "node": ">=6"
  10687. }
  10688. },
  10689. "node_modules/lcid": {
  10690. "version": "3.1.1",
  10691. "resolved": "https://registry.npmjs.org/lcid/-/lcid-3.1.1.tgz",
  10692. "integrity": "sha512-M6T051+5QCGLBQb8id3hdvIW8+zeFV2FyBGFS9IEK5H9Wt4MueD4bW1eWikpHgZp+5xR3l5c8pZUkQsIA0BFZg==",
  10693. "license": "MIT",
  10694. "dependencies": {
  10695. "invert-kv": "^3.0.0"
  10696. },
  10697. "engines": {
  10698. "node": ">=8"
  10699. }
  10700. },
  10701. "node_modules/leven": {
  10702. "version": "3.1.0",
  10703. "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
  10704. "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==",
  10705. "dev": true,
  10706. "license": "MIT",
  10707. "engines": {
  10708. "node": ">=6"
  10709. }
  10710. },
  10711. "node_modules/licia": {
  10712. "version": "1.41.1",
  10713. "resolved": "https://registry.npmjs.org/licia/-/licia-1.41.1.tgz",
  10714. "integrity": "sha512-XqObV8u1KEMdYWaNK0leRrTwhzKnLQEkhbnuUu7qGNH3zJoN7l9sfvF6PfHstSCuUOmpEP+0SBjRrk0I9uZs8g==",
  10715. "license": "MIT"
  10716. },
  10717. "node_modules/lilconfig": {
  10718. "version": "2.1.0",
  10719. "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz",
  10720. "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==",
  10721. "license": "MIT",
  10722. "engines": {
  10723. "node": ">=10"
  10724. }
  10725. },
  10726. "node_modules/lines-and-columns": {
  10727. "version": "2.0.4",
  10728. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-2.0.4.tgz",
  10729. "integrity": "sha512-wM1+Z03eypVAVUCE7QdSqpVIvelbOakn1M0bPDoA4SGWPx3sNDVUiMo3L6To6WWGClB7VyXnhQ4Sn7gxiJbE6A==",
  10730. "license": "MIT",
  10731. "engines": {
  10732. "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  10733. }
  10734. },
  10735. "node_modules/load-bmfont": {
  10736. "version": "1.4.2",
  10737. "resolved": "https://registry.npmjs.org/load-bmfont/-/load-bmfont-1.4.2.tgz",
  10738. "integrity": "sha512-qElWkmjW9Oq1F9EI5Gt7aD9zcdHb9spJCW1L/dmPf7KzCCEJxq8nhHz5eCgI9aMf7vrG/wyaCqdsI+Iy9ZTlog==",
  10739. "license": "MIT",
  10740. "dependencies": {
  10741. "buffer-equal": "0.0.1",
  10742. "mime": "^1.3.4",
  10743. "parse-bmfont-ascii": "^1.0.3",
  10744. "parse-bmfont-binary": "^1.0.5",
  10745. "parse-bmfont-xml": "^1.1.4",
  10746. "phin": "^3.7.1",
  10747. "xhr": "^2.0.1",
  10748. "xtend": "^4.0.0"
  10749. }
  10750. },
  10751. "node_modules/load-bmfont/node_modules/mime": {
  10752. "version": "1.6.0",
  10753. "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
  10754. "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
  10755. "license": "MIT",
  10756. "bin": {
  10757. "mime": "cli.js"
  10758. },
  10759. "engines": {
  10760. "node": ">=4"
  10761. }
  10762. },
  10763. "node_modules/load-bmfont/node_modules/phin": {
  10764. "version": "3.7.1",
  10765. "resolved": "https://registry.npmjs.org/phin/-/phin-3.7.1.tgz",
  10766. "integrity": "sha512-GEazpTWwTZaEQ9RhL7Nyz0WwqilbqgLahDM3D0hxWwmVDI52nXEybHqiN6/elwpkJBhcuj+WbBu+QfT0uhPGfQ==",
  10767. "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
  10768. "license": "MIT",
  10769. "dependencies": {
  10770. "centra": "^2.7.0"
  10771. },
  10772. "engines": {
  10773. "node": ">= 8"
  10774. }
  10775. },
  10776. "node_modules/loader-runner": {
  10777. "version": "4.3.1",
  10778. "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.1.tgz",
  10779. "integrity": "sha512-IWqP2SCPhyVFTBtRcgMHdzlf9ul25NwaFx4wCEH/KjAXuuHY4yNjvPXsBokp8jCB936PyWRaPKUNh8NvylLp2Q==",
  10780. "dev": true,
  10781. "license": "MIT",
  10782. "engines": {
  10783. "node": ">=6.11.5"
  10784. },
  10785. "funding": {
  10786. "type": "opencollective",
  10787. "url": "https://opencollective.com/webpack"
  10788. }
  10789. },
  10790. "node_modules/loader-utils": {
  10791. "version": "3.3.1",
  10792. "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.3.1.tgz",
  10793. "integrity": "sha512-FMJTLMXfCLMLfJxcX9PFqX5qD88Z5MRGaZCVzfuqeZSPsyiBzs+pahDQjbIWz2QIzPZz0NX9Zy4FX3lmK6YHIg==",
  10794. "license": "MIT",
  10795. "engines": {
  10796. "node": ">= 12.13.0"
  10797. }
  10798. },
  10799. "node_modules/local-pkg": {
  10800. "version": "1.1.2",
  10801. "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-1.1.2.tgz",
  10802. "integrity": "sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==",
  10803. "license": "MIT",
  10804. "dependencies": {
  10805. "mlly": "^1.7.4",
  10806. "pkg-types": "^2.3.0",
  10807. "quansync": "^0.2.11"
  10808. },
  10809. "engines": {
  10810. "node": ">=14"
  10811. },
  10812. "funding": {
  10813. "url": "https://github.com/sponsors/antfu"
  10814. }
  10815. },
  10816. "node_modules/local-pkg/node_modules/confbox": {
  10817. "version": "0.2.2",
  10818. "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.2.2.tgz",
  10819. "integrity": "sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==",
  10820. "license": "MIT"
  10821. },
  10822. "node_modules/local-pkg/node_modules/pkg-types": {
  10823. "version": "2.3.0",
  10824. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.0.tgz",
  10825. "integrity": "sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==",
  10826. "license": "MIT",
  10827. "dependencies": {
  10828. "confbox": "^0.2.2",
  10829. "exsolve": "^1.0.7",
  10830. "pathe": "^2.0.3"
  10831. }
  10832. },
  10833. "node_modules/localstorage-polyfill": {
  10834. "version": "1.0.1",
  10835. "resolved": "https://registry.npmjs.org/localstorage-polyfill/-/localstorage-polyfill-1.0.1.tgz",
  10836. "integrity": "sha512-m4iHVZxFH5734oQcPKU08025gIz2+4bjWR9lulP8ZYxEJR0BpA0w32oJmkzh8y3UI9ci7xCBehQDc3oA1X+VHw==",
  10837. "license": "MIT",
  10838. "engines": {
  10839. "node": ">=6"
  10840. }
  10841. },
  10842. "node_modules/locate-path": {
  10843. "version": "5.0.0",
  10844. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
  10845. "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
  10846. "dev": true,
  10847. "license": "MIT",
  10848. "dependencies": {
  10849. "p-locate": "^4.1.0"
  10850. },
  10851. "engines": {
  10852. "node": ">=8"
  10853. }
  10854. },
  10855. "node_modules/lodash": {
  10856. "version": "4.17.21",
  10857. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
  10858. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  10859. "dev": true,
  10860. "license": "MIT"
  10861. },
  10862. "node_modules/lodash.camelcase": {
  10863. "version": "4.3.0",
  10864. "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
  10865. "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==",
  10866. "license": "MIT"
  10867. },
  10868. "node_modules/lodash.debounce": {
  10869. "version": "4.0.8",
  10870. "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
  10871. "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
  10872. "dev": true,
  10873. "license": "MIT"
  10874. },
  10875. "node_modules/lru-cache": {
  10876. "version": "5.1.1",
  10877. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  10878. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  10879. "license": "ISC",
  10880. "dependencies": {
  10881. "yallist": "^3.0.2"
  10882. }
  10883. },
  10884. "node_modules/magic-string": {
  10885. "version": "0.30.11",
  10886. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.11.tgz",
  10887. "integrity": "sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==",
  10888. "license": "MIT",
  10889. "dependencies": {
  10890. "@jridgewell/sourcemap-codec": "^1.5.0"
  10891. }
  10892. },
  10893. "node_modules/make-dir": {
  10894. "version": "4.0.0",
  10895. "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz",
  10896. "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==",
  10897. "dev": true,
  10898. "license": "MIT",
  10899. "dependencies": {
  10900. "semver": "^7.5.3"
  10901. },
  10902. "engines": {
  10903. "node": ">=10"
  10904. },
  10905. "funding": {
  10906. "url": "https://github.com/sponsors/sindresorhus"
  10907. }
  10908. },
  10909. "node_modules/make-dir/node_modules/semver": {
  10910. "version": "7.7.3",
  10911. "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
  10912. "integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
  10913. "dev": true,
  10914. "license": "ISC",
  10915. "bin": {
  10916. "semver": "bin/semver.js"
  10917. },
  10918. "engines": {
  10919. "node": ">=10"
  10920. }
  10921. },
  10922. "node_modules/makeerror": {
  10923. "version": "1.0.12",
  10924. "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz",
  10925. "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==",
  10926. "dev": true,
  10927. "license": "BSD-3-Clause",
  10928. "dependencies": {
  10929. "tmpl": "1.0.5"
  10930. }
  10931. },
  10932. "node_modules/math-intrinsics": {
  10933. "version": "1.1.0",
  10934. "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
  10935. "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
  10936. "dev": true,
  10937. "license": "MIT",
  10938. "engines": {
  10939. "node": ">= 0.4"
  10940. }
  10941. },
  10942. "node_modules/media-typer": {
  10943. "version": "0.3.0",
  10944. "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
  10945. "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==",
  10946. "dev": true,
  10947. "license": "MIT",
  10948. "engines": {
  10949. "node": ">= 0.6"
  10950. }
  10951. },
  10952. "node_modules/meow": {
  10953. "version": "13.2.0",
  10954. "resolved": "https://registry.npmjs.org/meow/-/meow-13.2.0.tgz",
  10955. "integrity": "sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==",
  10956. "dev": true,
  10957. "license": "MIT",
  10958. "engines": {
  10959. "node": ">=18"
  10960. },
  10961. "funding": {
  10962. "url": "https://github.com/sponsors/sindresorhus"
  10963. }
  10964. },
  10965. "node_modules/merge": {
  10966. "version": "2.1.1",
  10967. "resolved": "https://registry.npmjs.org/merge/-/merge-2.1.1.tgz",
  10968. "integrity": "sha512-jz+Cfrg9GWOZbQAnDQ4hlVnQky+341Yk5ru8bZSe6sIDTCIg8n9i/u7hSQGSVOF3C7lH6mGtqjkiT9G4wFLL0w==",
  10969. "license": "MIT"
  10970. },
  10971. "node_modules/merge-descriptors": {
  10972. "version": "1.0.3",
  10973. "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz",
  10974. "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==",
  10975. "dev": true,
  10976. "license": "MIT",
  10977. "funding": {
  10978. "url": "https://github.com/sponsors/sindresorhus"
  10979. }
  10980. },
  10981. "node_modules/merge-stream": {
  10982. "version": "2.0.0",
  10983. "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
  10984. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
  10985. "dev": true,
  10986. "license": "MIT"
  10987. },
  10988. "node_modules/merge2": {
  10989. "version": "1.4.1",
  10990. "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
  10991. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  10992. "license": "MIT",
  10993. "engines": {
  10994. "node": ">= 8"
  10995. }
  10996. },
  10997. "node_modules/methods": {
  10998. "version": "1.1.2",
  10999. "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
  11000. "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==",
  11001. "dev": true,
  11002. "license": "MIT",
  11003. "engines": {
  11004. "node": ">= 0.6"
  11005. }
  11006. },
  11007. "node_modules/micromatch": {
  11008. "version": "4.0.8",
  11009. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
  11010. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  11011. "license": "MIT",
  11012. "dependencies": {
  11013. "braces": "^3.0.3",
  11014. "picomatch": "^2.3.1"
  11015. },
  11016. "engines": {
  11017. "node": ">=8.6"
  11018. }
  11019. },
  11020. "node_modules/mime": {
  11021. "version": "3.0.0",
  11022. "resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
  11023. "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
  11024. "license": "MIT",
  11025. "bin": {
  11026. "mime": "cli.js"
  11027. },
  11028. "engines": {
  11029. "node": ">=10.0.0"
  11030. }
  11031. },
  11032. "node_modules/mime-db": {
  11033. "version": "1.52.0",
  11034. "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
  11035. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  11036. "dev": true,
  11037. "license": "MIT",
  11038. "engines": {
  11039. "node": ">= 0.6"
  11040. }
  11041. },
  11042. "node_modules/mime-types": {
  11043. "version": "2.1.35",
  11044. "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
  11045. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  11046. "dev": true,
  11047. "license": "MIT",
  11048. "dependencies": {
  11049. "mime-db": "1.52.0"
  11050. },
  11051. "engines": {
  11052. "node": ">= 0.6"
  11053. }
  11054. },
  11055. "node_modules/mimic-fn": {
  11056. "version": "2.1.0",
  11057. "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
  11058. "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
  11059. "dev": true,
  11060. "license": "MIT",
  11061. "engines": {
  11062. "node": ">=6"
  11063. }
  11064. },
  11065. "node_modules/min-document": {
  11066. "version": "2.19.2",
  11067. "resolved": "https://registry.npmjs.org/min-document/-/min-document-2.19.2.tgz",
  11068. "integrity": "sha512-8S5I8db/uZN8r9HSLFVWPdJCvYOejMcEC82VIzNUc6Zkklf/d1gg2psfE79/vyhWOj4+J8MtwmoOz3TmvaGu5A==",
  11069. "license": "MIT",
  11070. "dependencies": {
  11071. "dom-walk": "^0.1.0"
  11072. }
  11073. },
  11074. "node_modules/minimatch": {
  11075. "version": "3.1.2",
  11076. "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
  11077. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  11078. "dev": true,
  11079. "license": "ISC",
  11080. "dependencies": {
  11081. "brace-expansion": "^1.1.7"
  11082. },
  11083. "engines": {
  11084. "node": "*"
  11085. }
  11086. },
  11087. "node_modules/minimist": {
  11088. "version": "1.2.8",
  11089. "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
  11090. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  11091. "license": "MIT",
  11092. "funding": {
  11093. "url": "https://github.com/sponsors/ljharb"
  11094. }
  11095. },
  11096. "node_modules/mkdirp": {
  11097. "version": "0.5.6",
  11098. "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
  11099. "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
  11100. "license": "MIT",
  11101. "dependencies": {
  11102. "minimist": "^1.2.6"
  11103. },
  11104. "bin": {
  11105. "mkdirp": "bin/cmd.js"
  11106. }
  11107. },
  11108. "node_modules/mlly": {
  11109. "version": "1.8.0",
  11110. "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.8.0.tgz",
  11111. "integrity": "sha512-l8D9ODSRWLe2KHJSifWGwBqpTZXIXTeo8mlKjY+E2HAakaTeNpqAyBZ8GSqLzHgw4XmHmC8whvpjJNMbFZN7/g==",
  11112. "license": "MIT",
  11113. "dependencies": {
  11114. "acorn": "^8.15.0",
  11115. "pathe": "^2.0.3",
  11116. "pkg-types": "^1.3.1",
  11117. "ufo": "^1.6.1"
  11118. }
  11119. },
  11120. "node_modules/module-alias": {
  11121. "version": "2.2.3",
  11122. "resolved": "https://registry.npmjs.org/module-alias/-/module-alias-2.2.3.tgz",
  11123. "integrity": "sha512-23g5BFj4zdQL/b6tor7Ji+QY4pEfNH784BMslY9Qb0UnJWRAt+lQGLYmRaM0KDBwIG23ffEBELhZDP2rhi9f/Q==",
  11124. "license": "MIT"
  11125. },
  11126. "node_modules/ms": {
  11127. "version": "2.1.3",
  11128. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  11129. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  11130. "license": "MIT"
  11131. },
  11132. "node_modules/nanoid": {
  11133. "version": "3.3.11",
  11134. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
  11135. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  11136. "funding": [
  11137. {
  11138. "type": "github",
  11139. "url": "https://github.com/sponsors/ai"
  11140. }
  11141. ],
  11142. "license": "MIT",
  11143. "bin": {
  11144. "nanoid": "bin/nanoid.cjs"
  11145. },
  11146. "engines": {
  11147. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  11148. }
  11149. },
  11150. "node_modules/natural-compare": {
  11151. "version": "1.4.0",
  11152. "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
  11153. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  11154. "dev": true,
  11155. "license": "MIT"
  11156. },
  11157. "node_modules/negotiator": {
  11158. "version": "0.6.3",
  11159. "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
  11160. "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
  11161. "dev": true,
  11162. "license": "MIT",
  11163. "engines": {
  11164. "node": ">= 0.6"
  11165. }
  11166. },
  11167. "node_modules/neo-async": {
  11168. "version": "2.6.2",
  11169. "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
  11170. "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==",
  11171. "dev": true,
  11172. "license": "MIT"
  11173. },
  11174. "node_modules/node-addon-api": {
  11175. "version": "7.1.1",
  11176. "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
  11177. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  11178. "dev": true,
  11179. "license": "MIT",
  11180. "optional": true
  11181. },
  11182. "node_modules/node-int64": {
  11183. "version": "0.4.0",
  11184. "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
  11185. "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==",
  11186. "dev": true,
  11187. "license": "MIT"
  11188. },
  11189. "node_modules/node-releases": {
  11190. "version": "2.0.27",
  11191. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz",
  11192. "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
  11193. "license": "MIT"
  11194. },
  11195. "node_modules/normalize-path": {
  11196. "version": "3.0.0",
  11197. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  11198. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  11199. "license": "MIT",
  11200. "engines": {
  11201. "node": ">=0.10.0"
  11202. }
  11203. },
  11204. "node_modules/normalize-range": {
  11205. "version": "0.1.2",
  11206. "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
  11207. "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
  11208. "license": "MIT",
  11209. "engines": {
  11210. "node": ">=0.10.0"
  11211. }
  11212. },
  11213. "node_modules/npm-run-path": {
  11214. "version": "4.0.1",
  11215. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
  11216. "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
  11217. "dev": true,
  11218. "license": "MIT",
  11219. "dependencies": {
  11220. "path-key": "^3.0.0"
  11221. },
  11222. "engines": {
  11223. "node": ">=8"
  11224. }
  11225. },
  11226. "node_modules/nwsapi": {
  11227. "version": "2.2.22",
  11228. "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.22.tgz",
  11229. "integrity": "sha512-ujSMe1OWVn55euT1ihwCI1ZcAaAU3nxUiDwfDQldc51ZXaB9m2AyOn6/jh1BLe2t/G8xd6uKG1UBF2aZJeg2SQ==",
  11230. "dev": true,
  11231. "license": "MIT"
  11232. },
  11233. "node_modules/object-inspect": {
  11234. "version": "1.13.4",
  11235. "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
  11236. "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
  11237. "dev": true,
  11238. "license": "MIT",
  11239. "engines": {
  11240. "node": ">= 0.4"
  11241. },
  11242. "funding": {
  11243. "url": "https://github.com/sponsors/ljharb"
  11244. }
  11245. },
  11246. "node_modules/omggif": {
  11247. "version": "1.0.10",
  11248. "resolved": "https://registry.npmjs.org/omggif/-/omggif-1.0.10.tgz",
  11249. "integrity": "sha512-LMJTtvgc/nugXj0Vcrrs68Mn2D1r0zf630VNtqtpI1FEO7e+O9FP4gqs9AcnBaSEeoHIPm28u6qgPR0oyEpGSw==",
  11250. "license": "MIT"
  11251. },
  11252. "node_modules/on-finished": {
  11253. "version": "2.4.1",
  11254. "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
  11255. "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
  11256. "dev": true,
  11257. "license": "MIT",
  11258. "dependencies": {
  11259. "ee-first": "1.1.1"
  11260. },
  11261. "engines": {
  11262. "node": ">= 0.8"
  11263. }
  11264. },
  11265. "node_modules/once": {
  11266. "version": "1.4.0",
  11267. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  11268. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  11269. "dev": true,
  11270. "license": "ISC",
  11271. "dependencies": {
  11272. "wrappy": "1"
  11273. }
  11274. },
  11275. "node_modules/onetime": {
  11276. "version": "5.1.2",
  11277. "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
  11278. "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
  11279. "dev": true,
  11280. "license": "MIT",
  11281. "dependencies": {
  11282. "mimic-fn": "^2.1.0"
  11283. },
  11284. "engines": {
  11285. "node": ">=6"
  11286. },
  11287. "funding": {
  11288. "url": "https://github.com/sponsors/sindresorhus"
  11289. }
  11290. },
  11291. "node_modules/os-locale-s-fix": {
  11292. "version": "1.0.8-fix-1",
  11293. "resolved": "https://registry.npmjs.org/os-locale-s-fix/-/os-locale-s-fix-1.0.8-fix-1.tgz",
  11294. "integrity": "sha512-Sv0OvhPiMutICiwORAUefv02DCPb62IelBmo8ZsSrRHyI3FStqIWZvjqDkvtjU+lcujo7UNir+dCwKSqlEQ/5w==",
  11295. "license": "MIT",
  11296. "dependencies": {
  11297. "lcid": "^3.0.0"
  11298. },
  11299. "engines": {
  11300. "node": ">=10",
  11301. "yarn": "^1.22.4"
  11302. }
  11303. },
  11304. "node_modules/p-limit": {
  11305. "version": "2.3.0",
  11306. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  11307. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  11308. "dev": true,
  11309. "license": "MIT",
  11310. "dependencies": {
  11311. "p-try": "^2.0.0"
  11312. },
  11313. "engines": {
  11314. "node": ">=6"
  11315. },
  11316. "funding": {
  11317. "url": "https://github.com/sponsors/sindresorhus"
  11318. }
  11319. },
  11320. "node_modules/p-locate": {
  11321. "version": "4.1.0",
  11322. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
  11323. "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
  11324. "dev": true,
  11325. "license": "MIT",
  11326. "dependencies": {
  11327. "p-limit": "^2.2.0"
  11328. },
  11329. "engines": {
  11330. "node": ">=8"
  11331. }
  11332. },
  11333. "node_modules/p-try": {
  11334. "version": "2.2.0",
  11335. "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
  11336. "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
  11337. "dev": true,
  11338. "license": "MIT",
  11339. "engines": {
  11340. "node": ">=6"
  11341. }
  11342. },
  11343. "node_modules/pako": {
  11344. "version": "1.0.11",
  11345. "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz",
  11346. "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==",
  11347. "license": "(MIT AND Zlib)"
  11348. },
  11349. "node_modules/parse-bmfont-ascii": {
  11350. "version": "1.0.6",
  11351. "resolved": "https://registry.npmjs.org/parse-bmfont-ascii/-/parse-bmfont-ascii-1.0.6.tgz",
  11352. "integrity": "sha512-U4RrVsUFCleIOBsIGYOMKjn9PavsGOXxbvYGtMOEfnId0SVNsgehXh1DxUdVPLoxd5mvcEtvmKs2Mmf0Mpa1ZA==",
  11353. "license": "MIT"
  11354. },
  11355. "node_modules/parse-bmfont-binary": {
  11356. "version": "1.0.6",
  11357. "resolved": "https://registry.npmjs.org/parse-bmfont-binary/-/parse-bmfont-binary-1.0.6.tgz",
  11358. "integrity": "sha512-GxmsRea0wdGdYthjuUeWTMWPqm2+FAd4GI8vCvhgJsFnoGhTrLhXDDupwTo7rXVAgaLIGoVHDZS9p/5XbSqeWA==",
  11359. "license": "MIT"
  11360. },
  11361. "node_modules/parse-bmfont-xml": {
  11362. "version": "1.1.6",
  11363. "resolved": "https://registry.npmjs.org/parse-bmfont-xml/-/parse-bmfont-xml-1.1.6.tgz",
  11364. "integrity": "sha512-0cEliVMZEhrFDwMh4SxIyVJpqYoOWDJ9P895tFuS+XuNzI5UBmBk5U5O4KuJdTnZpSBI4LFA2+ZiJaiwfSwlMA==",
  11365. "license": "MIT",
  11366. "dependencies": {
  11367. "xml-parse-from-string": "^1.0.0",
  11368. "xml2js": "^0.5.0"
  11369. }
  11370. },
  11371. "node_modules/parse-css-font": {
  11372. "version": "4.0.0",
  11373. "resolved": "https://registry.npmjs.org/parse-css-font/-/parse-css-font-4.0.0.tgz",
  11374. "integrity": "sha512-lnY7dTUfjRXsSo5G5C639L8RaBBaVSgL+5hacIFKsNHzeCJQ5SFSZv1DZmc7+wZv/22PFGOq2YbaEHLdaCS/mQ==",
  11375. "license": "MIT",
  11376. "dependencies": {
  11377. "css-font-size-keywords": "^1.0.0",
  11378. "css-font-stretch-keywords": "^1.0.1",
  11379. "css-font-style-keywords": "^1.0.1",
  11380. "css-font-weight-keywords": "^1.0.0",
  11381. "css-list-helpers": "^2.0.0",
  11382. "css-system-font-keywords": "^1.0.0",
  11383. "unquote": "^1.1.1"
  11384. }
  11385. },
  11386. "node_modules/parse-headers": {
  11387. "version": "2.0.6",
  11388. "resolved": "https://registry.npmjs.org/parse-headers/-/parse-headers-2.0.6.tgz",
  11389. "integrity": "sha512-Tz11t3uKztEW5FEVZnj1ox8GKblWn+PvHY9TmJV5Mll2uHEwRdR/5Li1OlXoECjLYkApdhWy44ocONwXLiKO5A==",
  11390. "license": "MIT"
  11391. },
  11392. "node_modules/parse-json": {
  11393. "version": "5.2.0",
  11394. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
  11395. "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
  11396. "dev": true,
  11397. "license": "MIT",
  11398. "dependencies": {
  11399. "@babel/code-frame": "^7.0.0",
  11400. "error-ex": "^1.3.1",
  11401. "json-parse-even-better-errors": "^2.3.0",
  11402. "lines-and-columns": "^1.1.6"
  11403. },
  11404. "engines": {
  11405. "node": ">=8"
  11406. },
  11407. "funding": {
  11408. "url": "https://github.com/sponsors/sindresorhus"
  11409. }
  11410. },
  11411. "node_modules/parse-json/node_modules/lines-and-columns": {
  11412. "version": "1.2.4",
  11413. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  11414. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
  11415. "dev": true,
  11416. "license": "MIT"
  11417. },
  11418. "node_modules/parse5": {
  11419. "version": "6.0.1",
  11420. "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
  11421. "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==",
  11422. "dev": true,
  11423. "license": "MIT"
  11424. },
  11425. "node_modules/parseurl": {
  11426. "version": "1.3.3",
  11427. "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
  11428. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  11429. "dev": true,
  11430. "license": "MIT",
  11431. "engines": {
  11432. "node": ">= 0.8"
  11433. }
  11434. },
  11435. "node_modules/path-exists": {
  11436. "version": "4.0.0",
  11437. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  11438. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  11439. "dev": true,
  11440. "license": "MIT",
  11441. "engines": {
  11442. "node": ">=8"
  11443. }
  11444. },
  11445. "node_modules/path-is-absolute": {
  11446. "version": "1.0.1",
  11447. "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  11448. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  11449. "dev": true,
  11450. "license": "MIT",
  11451. "engines": {
  11452. "node": ">=0.10.0"
  11453. }
  11454. },
  11455. "node_modules/path-key": {
  11456. "version": "3.1.1",
  11457. "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  11458. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  11459. "dev": true,
  11460. "license": "MIT",
  11461. "engines": {
  11462. "node": ">=8"
  11463. }
  11464. },
  11465. "node_modules/path-parse": {
  11466. "version": "1.0.7",
  11467. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  11468. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  11469. "license": "MIT"
  11470. },
  11471. "node_modules/path-to-regexp": {
  11472. "version": "0.1.10",
  11473. "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz",
  11474. "integrity": "sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==",
  11475. "dev": true,
  11476. "license": "MIT"
  11477. },
  11478. "node_modules/pathe": {
  11479. "version": "2.0.3",
  11480. "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
  11481. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  11482. "license": "MIT"
  11483. },
  11484. "node_modules/phin": {
  11485. "version": "2.9.3",
  11486. "resolved": "https://registry.npmjs.org/phin/-/phin-2.9.3.tgz",
  11487. "integrity": "sha512-CzFr90qM24ju5f88quFC/6qohjC144rehe5n6DH900lgXmUe86+xCKc10ev56gRKC4/BkHUoG4uSiQgBiIXwDA==",
  11488. "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
  11489. "license": "MIT"
  11490. },
  11491. "node_modules/picocolors": {
  11492. "version": "1.1.0",
  11493. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz",
  11494. "integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==",
  11495. "license": "ISC"
  11496. },
  11497. "node_modules/picomatch": {
  11498. "version": "2.3.1",
  11499. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
  11500. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  11501. "license": "MIT",
  11502. "engines": {
  11503. "node": ">=8.6"
  11504. },
  11505. "funding": {
  11506. "url": "https://github.com/sponsors/jonschlinkert"
  11507. }
  11508. },
  11509. "node_modules/pify": {
  11510. "version": "2.3.0",
  11511. "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
  11512. "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
  11513. "license": "MIT",
  11514. "engines": {
  11515. "node": ">=0.10.0"
  11516. }
  11517. },
  11518. "node_modules/pinia": {
  11519. "version": "2.3.1",
  11520. "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.3.1.tgz",
  11521. "integrity": "sha512-khUlZSwt9xXCaTbbxFYBKDc/bWAGWJjOgvxETwkTN7KRm66EeT1ZdZj6i2ceh9sP2Pzqsbc704r2yngBrxBVug==",
  11522. "license": "MIT",
  11523. "dependencies": {
  11524. "@vue/devtools-api": "^6.6.3",
  11525. "vue-demi": "^0.14.10"
  11526. },
  11527. "funding": {
  11528. "url": "https://github.com/sponsors/posva"
  11529. },
  11530. "peerDependencies": {
  11531. "typescript": ">=4.4.4",
  11532. "vue": "^2.7.0 || ^3.5.11"
  11533. },
  11534. "peerDependenciesMeta": {
  11535. "typescript": {
  11536. "optional": true
  11537. }
  11538. }
  11539. },
  11540. "node_modules/pirates": {
  11541. "version": "4.0.7",
  11542. "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz",
  11543. "integrity": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==",
  11544. "dev": true,
  11545. "license": "MIT",
  11546. "engines": {
  11547. "node": ">= 6"
  11548. }
  11549. },
  11550. "node_modules/pixelmatch": {
  11551. "version": "4.0.2",
  11552. "resolved": "https://registry.npmjs.org/pixelmatch/-/pixelmatch-4.0.2.tgz",
  11553. "integrity": "sha512-J8B6xqiO37sU/gkcMglv6h5Jbd9xNER7aHzpfRdNmV4IbQBzBpe4l9XmbG+xPF/znacgu2jfEw+wHffaq/YkXA==",
  11554. "license": "ISC",
  11555. "dependencies": {
  11556. "pngjs": "^3.0.0"
  11557. },
  11558. "bin": {
  11559. "pixelmatch": "bin/pixelmatch"
  11560. }
  11561. },
  11562. "node_modules/pkg-dir": {
  11563. "version": "4.2.0",
  11564. "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
  11565. "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
  11566. "dev": true,
  11567. "license": "MIT",
  11568. "dependencies": {
  11569. "find-up": "^4.0.0"
  11570. },
  11571. "engines": {
  11572. "node": ">=8"
  11573. }
  11574. },
  11575. "node_modules/pkg-types": {
  11576. "version": "1.3.1",
  11577. "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz",
  11578. "integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
  11579. "license": "MIT",
  11580. "dependencies": {
  11581. "confbox": "^0.1.8",
  11582. "mlly": "^1.7.4",
  11583. "pathe": "^2.0.1"
  11584. }
  11585. },
  11586. "node_modules/pngjs": {
  11587. "version": "3.4.0",
  11588. "resolved": "https://registry.npmjs.org/pngjs/-/pngjs-3.4.0.tgz",
  11589. "integrity": "sha512-NCrCHhWmnQklfH4MtJMRjZ2a8c80qXeMlQMv2uVp9ISJMTt562SbGd6n2oq0PaPgKm7Z6pL9E2UlLIhC+SHL3w==",
  11590. "license": "MIT",
  11591. "engines": {
  11592. "node": ">=4.0.0"
  11593. }
  11594. },
  11595. "node_modules/postcss": {
  11596. "version": "8.5.6",
  11597. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
  11598. "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
  11599. "funding": [
  11600. {
  11601. "type": "opencollective",
  11602. "url": "https://opencollective.com/postcss/"
  11603. },
  11604. {
  11605. "type": "tidelift",
  11606. "url": "https://tidelift.com/funding/github/npm/postcss"
  11607. },
  11608. {
  11609. "type": "github",
  11610. "url": "https://github.com/sponsors/ai"
  11611. }
  11612. ],
  11613. "license": "MIT",
  11614. "peer": true,
  11615. "dependencies": {
  11616. "nanoid": "^3.3.11",
  11617. "picocolors": "^1.1.1",
  11618. "source-map-js": "^1.2.1"
  11619. },
  11620. "engines": {
  11621. "node": "^10 || ^12 || >=14"
  11622. }
  11623. },
  11624. "node_modules/postcss-import": {
  11625. "version": "14.1.0",
  11626. "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-14.1.0.tgz",
  11627. "integrity": "sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==",
  11628. "license": "MIT",
  11629. "dependencies": {
  11630. "postcss-value-parser": "^4.0.0",
  11631. "read-cache": "^1.0.0",
  11632. "resolve": "^1.1.7"
  11633. },
  11634. "engines": {
  11635. "node": ">=10.0.0"
  11636. },
  11637. "peerDependencies": {
  11638. "postcss": "^8.0.0"
  11639. }
  11640. },
  11641. "node_modules/postcss-load-config": {
  11642. "version": "3.1.4",
  11643. "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.4.tgz",
  11644. "integrity": "sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==",
  11645. "license": "MIT",
  11646. "dependencies": {
  11647. "lilconfig": "^2.0.5",
  11648. "yaml": "^1.10.2"
  11649. },
  11650. "engines": {
  11651. "node": ">= 10"
  11652. },
  11653. "funding": {
  11654. "type": "opencollective",
  11655. "url": "https://opencollective.com/postcss/"
  11656. },
  11657. "peerDependencies": {
  11658. "postcss": ">=8.0.9",
  11659. "ts-node": ">=9.0.0"
  11660. },
  11661. "peerDependenciesMeta": {
  11662. "postcss": {
  11663. "optional": true
  11664. },
  11665. "ts-node": {
  11666. "optional": true
  11667. }
  11668. }
  11669. },
  11670. "node_modules/postcss-modules": {
  11671. "version": "4.3.1",
  11672. "resolved": "https://registry.npmjs.org/postcss-modules/-/postcss-modules-4.3.1.tgz",
  11673. "integrity": "sha512-ItUhSUxBBdNamkT3KzIZwYNNRFKmkJrofvC2nWab3CPKhYBQ1f27XXh1PAPE27Psx58jeelPsxWB/+og+KEH0Q==",
  11674. "license": "MIT",
  11675. "dependencies": {
  11676. "generic-names": "^4.0.0",
  11677. "icss-replace-symbols": "^1.1.0",
  11678. "lodash.camelcase": "^4.3.0",
  11679. "postcss-modules-extract-imports": "^3.0.0",
  11680. "postcss-modules-local-by-default": "^4.0.0",
  11681. "postcss-modules-scope": "^3.0.0",
  11682. "postcss-modules-values": "^4.0.0",
  11683. "string-hash": "^1.1.1"
  11684. },
  11685. "peerDependencies": {
  11686. "postcss": "^8.0.0"
  11687. }
  11688. },
  11689. "node_modules/postcss-modules-extract-imports": {
  11690. "version": "3.1.0",
  11691. "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz",
  11692. "integrity": "sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==",
  11693. "license": "ISC",
  11694. "engines": {
  11695. "node": "^10 || ^12 || >= 14"
  11696. },
  11697. "peerDependencies": {
  11698. "postcss": "^8.1.0"
  11699. }
  11700. },
  11701. "node_modules/postcss-modules-local-by-default": {
  11702. "version": "4.2.0",
  11703. "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.2.0.tgz",
  11704. "integrity": "sha512-5kcJm/zk+GJDSfw+V/42fJ5fhjL5YbFDl8nVdXkJPLLW+Vf9mTD5Xe0wqIaDnLuL2U6cDNpTr+UQ+v2HWIBhzw==",
  11705. "license": "MIT",
  11706. "dependencies": {
  11707. "icss-utils": "^5.0.0",
  11708. "postcss-selector-parser": "^7.0.0",
  11709. "postcss-value-parser": "^4.1.0"
  11710. },
  11711. "engines": {
  11712. "node": "^10 || ^12 || >= 14"
  11713. },
  11714. "peerDependencies": {
  11715. "postcss": "^8.1.0"
  11716. }
  11717. },
  11718. "node_modules/postcss-modules-local-by-default/node_modules/postcss-selector-parser": {
  11719. "version": "7.1.1",
  11720. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz",
  11721. "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==",
  11722. "license": "MIT",
  11723. "dependencies": {
  11724. "cssesc": "^3.0.0",
  11725. "util-deprecate": "^1.0.2"
  11726. },
  11727. "engines": {
  11728. "node": ">=4"
  11729. }
  11730. },
  11731. "node_modules/postcss-modules-scope": {
  11732. "version": "3.2.1",
  11733. "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.1.tgz",
  11734. "integrity": "sha512-m9jZstCVaqGjTAuny8MdgE88scJnCiQSlSrOWcTQgM2t32UBe+MUmFSO5t7VMSfAf/FJKImAxBav8ooCHJXCJA==",
  11735. "license": "ISC",
  11736. "dependencies": {
  11737. "postcss-selector-parser": "^7.0.0"
  11738. },
  11739. "engines": {
  11740. "node": "^10 || ^12 || >= 14"
  11741. },
  11742. "peerDependencies": {
  11743. "postcss": "^8.1.0"
  11744. }
  11745. },
  11746. "node_modules/postcss-modules-scope/node_modules/postcss-selector-parser": {
  11747. "version": "7.1.1",
  11748. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz",
  11749. "integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==",
  11750. "license": "MIT",
  11751. "dependencies": {
  11752. "cssesc": "^3.0.0",
  11753. "util-deprecate": "^1.0.2"
  11754. },
  11755. "engines": {
  11756. "node": ">=4"
  11757. }
  11758. },
  11759. "node_modules/postcss-modules-values": {
  11760. "version": "4.0.0",
  11761. "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz",
  11762. "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==",
  11763. "license": "ISC",
  11764. "dependencies": {
  11765. "icss-utils": "^5.0.0"
  11766. },
  11767. "engines": {
  11768. "node": "^10 || ^12 || >= 14"
  11769. },
  11770. "peerDependencies": {
  11771. "postcss": "^8.1.0"
  11772. }
  11773. },
  11774. "node_modules/postcss-selector-parser": {
  11775. "version": "6.1.2",
  11776. "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
  11777. "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
  11778. "license": "MIT",
  11779. "dependencies": {
  11780. "cssesc": "^3.0.0",
  11781. "util-deprecate": "^1.0.2"
  11782. },
  11783. "engines": {
  11784. "node": ">=4"
  11785. }
  11786. },
  11787. "node_modules/postcss-value-parser": {
  11788. "version": "4.2.0",
  11789. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  11790. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  11791. "license": "MIT"
  11792. },
  11793. "node_modules/postcss/node_modules/picocolors": {
  11794. "version": "1.1.1",
  11795. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  11796. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  11797. "license": "ISC"
  11798. },
  11799. "node_modules/pretty-format": {
  11800. "version": "27.5.1",
  11801. "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz",
  11802. "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==",
  11803. "dev": true,
  11804. "license": "MIT",
  11805. "dependencies": {
  11806. "ansi-regex": "^5.0.1",
  11807. "ansi-styles": "^5.0.0",
  11808. "react-is": "^17.0.1"
  11809. },
  11810. "engines": {
  11811. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  11812. }
  11813. },
  11814. "node_modules/pretty-format/node_modules/ansi-styles": {
  11815. "version": "5.2.0",
  11816. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
  11817. "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
  11818. "dev": true,
  11819. "license": "MIT",
  11820. "engines": {
  11821. "node": ">=10"
  11822. },
  11823. "funding": {
  11824. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  11825. }
  11826. },
  11827. "node_modules/process": {
  11828. "version": "0.11.10",
  11829. "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
  11830. "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
  11831. "license": "MIT",
  11832. "engines": {
  11833. "node": ">= 0.6.0"
  11834. }
  11835. },
  11836. "node_modules/prompts": {
  11837. "version": "2.4.2",
  11838. "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
  11839. "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
  11840. "dev": true,
  11841. "license": "MIT",
  11842. "dependencies": {
  11843. "kleur": "^3.0.3",
  11844. "sisteransi": "^1.0.5"
  11845. },
  11846. "engines": {
  11847. "node": ">= 6"
  11848. }
  11849. },
  11850. "node_modules/proxy-addr": {
  11851. "version": "2.0.7",
  11852. "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
  11853. "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
  11854. "dev": true,
  11855. "license": "MIT",
  11856. "dependencies": {
  11857. "forwarded": "0.2.0",
  11858. "ipaddr.js": "1.9.1"
  11859. },
  11860. "engines": {
  11861. "node": ">= 0.10"
  11862. }
  11863. },
  11864. "node_modules/psl": {
  11865. "version": "1.15.0",
  11866. "resolved": "https://registry.npmjs.org/psl/-/psl-1.15.0.tgz",
  11867. "integrity": "sha512-JZd3gMVBAVQkSs6HdNZo9Sdo0LNcQeMNP3CozBJb3JYC/QUYZTnKxP+f8oWRX4rHP5EurWxqAHTSwUCjlNKa1w==",
  11868. "dev": true,
  11869. "license": "MIT",
  11870. "dependencies": {
  11871. "punycode": "^2.3.1"
  11872. },
  11873. "funding": {
  11874. "url": "https://github.com/sponsors/lupomontero"
  11875. }
  11876. },
  11877. "node_modules/punycode": {
  11878. "version": "2.3.1",
  11879. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
  11880. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  11881. "dev": true,
  11882. "license": "MIT",
  11883. "engines": {
  11884. "node": ">=6"
  11885. }
  11886. },
  11887. "node_modules/qrcode-reader": {
  11888. "version": "1.0.4",
  11889. "resolved": "https://registry.npmjs.org/qrcode-reader/-/qrcode-reader-1.0.4.tgz",
  11890. "integrity": "sha512-rRjALGNh9zVqvweg1j5OKIQKNsw3bLC+7qwlnead5K/9cb1cEIAGkwikt/09U0K+2IDWGD9CC6SP7tHAjUeqvQ==",
  11891. "license": "Apache-2.0"
  11892. },
  11893. "node_modules/qrcode-terminal": {
  11894. "version": "0.12.0",
  11895. "resolved": "https://registry.npmjs.org/qrcode-terminal/-/qrcode-terminal-0.12.0.tgz",
  11896. "integrity": "sha512-EXtzRZmC+YGmGlDFbXKxQiMZNwCLEO6BANKXG4iCtSIM0yqc/pappSx3RIKr4r0uh5JsBckOXeKrB3Iz7mdQpQ==",
  11897. "bin": {
  11898. "qrcode-terminal": "bin/qrcode-terminal.js"
  11899. }
  11900. },
  11901. "node_modules/qs": {
  11902. "version": "6.11.0",
  11903. "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz",
  11904. "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==",
  11905. "dev": true,
  11906. "license": "BSD-3-Clause",
  11907. "dependencies": {
  11908. "side-channel": "^1.0.4"
  11909. },
  11910. "engines": {
  11911. "node": ">=0.6"
  11912. },
  11913. "funding": {
  11914. "url": "https://github.com/sponsors/ljharb"
  11915. }
  11916. },
  11917. "node_modules/quansync": {
  11918. "version": "0.2.11",
  11919. "resolved": "https://registry.npmjs.org/quansync/-/quansync-0.2.11.tgz",
  11920. "integrity": "sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==",
  11921. "funding": [
  11922. {
  11923. "type": "individual",
  11924. "url": "https://github.com/sponsors/antfu"
  11925. },
  11926. {
  11927. "type": "individual",
  11928. "url": "https://github.com/sponsors/sxzz"
  11929. }
  11930. ],
  11931. "license": "MIT"
  11932. },
  11933. "node_modules/querystringify": {
  11934. "version": "2.2.0",
  11935. "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
  11936. "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==",
  11937. "dev": true,
  11938. "license": "MIT"
  11939. },
  11940. "node_modules/queue-microtask": {
  11941. "version": "1.2.3",
  11942. "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
  11943. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  11944. "funding": [
  11945. {
  11946. "type": "github",
  11947. "url": "https://github.com/sponsors/feross"
  11948. },
  11949. {
  11950. "type": "patreon",
  11951. "url": "https://www.patreon.com/feross"
  11952. },
  11953. {
  11954. "type": "consulting",
  11955. "url": "https://feross.org/support"
  11956. }
  11957. ],
  11958. "license": "MIT"
  11959. },
  11960. "node_modules/randombytes": {
  11961. "version": "2.1.0",
  11962. "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
  11963. "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
  11964. "dev": true,
  11965. "license": "MIT",
  11966. "dependencies": {
  11967. "safe-buffer": "^5.1.0"
  11968. }
  11969. },
  11970. "node_modules/range-parser": {
  11971. "version": "1.2.1",
  11972. "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
  11973. "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
  11974. "dev": true,
  11975. "license": "MIT",
  11976. "engines": {
  11977. "node": ">= 0.6"
  11978. }
  11979. },
  11980. "node_modules/raw-body": {
  11981. "version": "2.5.2",
  11982. "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz",
  11983. "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==",
  11984. "dev": true,
  11985. "license": "MIT",
  11986. "dependencies": {
  11987. "bytes": "3.1.2",
  11988. "http-errors": "2.0.0",
  11989. "iconv-lite": "0.4.24",
  11990. "unpipe": "1.0.0"
  11991. },
  11992. "engines": {
  11993. "node": ">= 0.8"
  11994. }
  11995. },
  11996. "node_modules/react-is": {
  11997. "version": "17.0.2",
  11998. "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
  11999. "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==",
  12000. "dev": true,
  12001. "license": "MIT"
  12002. },
  12003. "node_modules/read-cache": {
  12004. "version": "1.0.0",
  12005. "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
  12006. "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
  12007. "license": "MIT",
  12008. "dependencies": {
  12009. "pify": "^2.3.0"
  12010. }
  12011. },
  12012. "node_modules/readdirp": {
  12013. "version": "3.6.0",
  12014. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
  12015. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  12016. "license": "MIT",
  12017. "dependencies": {
  12018. "picomatch": "^2.2.1"
  12019. },
  12020. "engines": {
  12021. "node": ">=8.10.0"
  12022. }
  12023. },
  12024. "node_modules/regenerate": {
  12025. "version": "1.4.2",
  12026. "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
  12027. "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==",
  12028. "dev": true,
  12029. "license": "MIT"
  12030. },
  12031. "node_modules/regenerate-unicode-properties": {
  12032. "version": "10.2.2",
  12033. "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.2.tgz",
  12034. "integrity": "sha512-m03P+zhBeQd1RGnYxrGyDAPpWX/epKirLrp8e3qevZdVkKtnCrjjWczIbYc8+xd6vcTStVlqfycTx1KR4LOr0g==",
  12035. "dev": true,
  12036. "license": "MIT",
  12037. "dependencies": {
  12038. "regenerate": "^1.4.2"
  12039. },
  12040. "engines": {
  12041. "node": ">=4"
  12042. }
  12043. },
  12044. "node_modules/regenerator-runtime": {
  12045. "version": "0.14.1",
  12046. "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
  12047. "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
  12048. "dev": true,
  12049. "license": "MIT"
  12050. },
  12051. "node_modules/regexpu-core": {
  12052. "version": "6.4.0",
  12053. "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.4.0.tgz",
  12054. "integrity": "sha512-0ghuzq67LI9bLXpOX/ISfve/Mq33a4aFRzoQYhnnok1JOFpmE/A2TBGkNVenOGEeSBCjIiWcc6MVOG5HEQv0sA==",
  12055. "dev": true,
  12056. "license": "MIT",
  12057. "dependencies": {
  12058. "regenerate": "^1.4.2",
  12059. "regenerate-unicode-properties": "^10.2.2",
  12060. "regjsgen": "^0.8.0",
  12061. "regjsparser": "^0.13.0",
  12062. "unicode-match-property-ecmascript": "^2.0.0",
  12063. "unicode-match-property-value-ecmascript": "^2.2.1"
  12064. },
  12065. "engines": {
  12066. "node": ">=4"
  12067. }
  12068. },
  12069. "node_modules/regjsgen": {
  12070. "version": "0.8.0",
  12071. "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.8.0.tgz",
  12072. "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==",
  12073. "dev": true,
  12074. "license": "MIT"
  12075. },
  12076. "node_modules/regjsparser": {
  12077. "version": "0.13.0",
  12078. "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.13.0.tgz",
  12079. "integrity": "sha512-NZQZdC5wOE/H3UT28fVGL+ikOZcEzfMGk/c3iN9UGxzWHMa1op7274oyiUVrAG4B2EuFhus8SvkaYnhvW92p9Q==",
  12080. "dev": true,
  12081. "license": "BSD-2-Clause",
  12082. "dependencies": {
  12083. "jsesc": "~3.1.0"
  12084. },
  12085. "bin": {
  12086. "regjsparser": "bin/parser"
  12087. }
  12088. },
  12089. "node_modules/require-directory": {
  12090. "version": "2.1.1",
  12091. "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
  12092. "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
  12093. "dev": true,
  12094. "license": "MIT",
  12095. "engines": {
  12096. "node": ">=0.10.0"
  12097. }
  12098. },
  12099. "node_modules/require-from-string": {
  12100. "version": "2.0.2",
  12101. "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
  12102. "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
  12103. "dev": true,
  12104. "license": "MIT",
  12105. "engines": {
  12106. "node": ">=0.10.0"
  12107. }
  12108. },
  12109. "node_modules/requires-port": {
  12110. "version": "1.0.0",
  12111. "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
  12112. "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==",
  12113. "dev": true,
  12114. "license": "MIT"
  12115. },
  12116. "node_modules/resolve": {
  12117. "version": "1.22.8",
  12118. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
  12119. "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
  12120. "license": "MIT",
  12121. "dependencies": {
  12122. "is-core-module": "^2.13.0",
  12123. "path-parse": "^1.0.7",
  12124. "supports-preserve-symlinks-flag": "^1.0.0"
  12125. },
  12126. "bin": {
  12127. "resolve": "bin/resolve"
  12128. },
  12129. "funding": {
  12130. "url": "https://github.com/sponsors/ljharb"
  12131. }
  12132. },
  12133. "node_modules/resolve-cwd": {
  12134. "version": "3.0.0",
  12135. "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz",
  12136. "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==",
  12137. "dev": true,
  12138. "license": "MIT",
  12139. "dependencies": {
  12140. "resolve-from": "^5.0.0"
  12141. },
  12142. "engines": {
  12143. "node": ">=8"
  12144. }
  12145. },
  12146. "node_modules/resolve-from": {
  12147. "version": "5.0.0",
  12148. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
  12149. "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
  12150. "dev": true,
  12151. "license": "MIT",
  12152. "engines": {
  12153. "node": ">=8"
  12154. }
  12155. },
  12156. "node_modules/resolve.exports": {
  12157. "version": "1.1.1",
  12158. "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.1.tgz",
  12159. "integrity": "sha512-/NtpHNDN7jWhAaQ9BvBUYZ6YTXsRBgfqWFWP7BZBaoMJO/I3G5OFzvTuWNlZC3aPjins1F+TNrLKsGbH4rfsRQ==",
  12160. "dev": true,
  12161. "license": "MIT",
  12162. "engines": {
  12163. "node": ">=10"
  12164. }
  12165. },
  12166. "node_modules/reusify": {
  12167. "version": "1.1.0",
  12168. "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
  12169. "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
  12170. "license": "MIT",
  12171. "engines": {
  12172. "iojs": ">=1.0.0",
  12173. "node": ">=0.10.0"
  12174. }
  12175. },
  12176. "node_modules/rimraf": {
  12177. "version": "3.0.2",
  12178. "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
  12179. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  12180. "deprecated": "Rimraf versions prior to v4 are no longer supported",
  12181. "dev": true,
  12182. "license": "ISC",
  12183. "dependencies": {
  12184. "glob": "^7.1.3"
  12185. },
  12186. "bin": {
  12187. "rimraf": "bin.js"
  12188. },
  12189. "funding": {
  12190. "url": "https://github.com/sponsors/isaacs"
  12191. }
  12192. },
  12193. "node_modules/rollup": {
  12194. "version": "4.53.3",
  12195. "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.53.3.tgz",
  12196. "integrity": "sha512-w8GmOxZfBmKknvdXU1sdM9NHcoQejwF/4mNgj2JuEEdRaHwwF12K7e9eXn1nLZ07ad+du76mkVsyeb2rKGllsA==",
  12197. "license": "MIT",
  12198. "peer": true,
  12199. "dependencies": {
  12200. "@types/estree": "1.0.8"
  12201. },
  12202. "bin": {
  12203. "rollup": "dist/bin/rollup"
  12204. },
  12205. "engines": {
  12206. "node": ">=18.0.0",
  12207. "npm": ">=8.0.0"
  12208. },
  12209. "optionalDependencies": {
  12210. "@rollup/rollup-android-arm-eabi": "4.53.3",
  12211. "@rollup/rollup-android-arm64": "4.53.3",
  12212. "@rollup/rollup-darwin-arm64": "4.53.3",
  12213. "@rollup/rollup-darwin-x64": "4.53.3",
  12214. "@rollup/rollup-freebsd-arm64": "4.53.3",
  12215. "@rollup/rollup-freebsd-x64": "4.53.3",
  12216. "@rollup/rollup-linux-arm-gnueabihf": "4.53.3",
  12217. "@rollup/rollup-linux-arm-musleabihf": "4.53.3",
  12218. "@rollup/rollup-linux-arm64-gnu": "4.53.3",
  12219. "@rollup/rollup-linux-arm64-musl": "4.53.3",
  12220. "@rollup/rollup-linux-loong64-gnu": "4.53.3",
  12221. "@rollup/rollup-linux-ppc64-gnu": "4.53.3",
  12222. "@rollup/rollup-linux-riscv64-gnu": "4.53.3",
  12223. "@rollup/rollup-linux-riscv64-musl": "4.53.3",
  12224. "@rollup/rollup-linux-s390x-gnu": "4.53.3",
  12225. "@rollup/rollup-linux-x64-gnu": "4.53.3",
  12226. "@rollup/rollup-linux-x64-musl": "4.53.3",
  12227. "@rollup/rollup-openharmony-arm64": "4.53.3",
  12228. "@rollup/rollup-win32-arm64-msvc": "4.53.3",
  12229. "@rollup/rollup-win32-ia32-msvc": "4.53.3",
  12230. "@rollup/rollup-win32-x64-gnu": "4.53.3",
  12231. "@rollup/rollup-win32-x64-msvc": "4.53.3",
  12232. "fsevents": "~2.3.2"
  12233. }
  12234. },
  12235. "node_modules/run-parallel": {
  12236. "version": "1.2.0",
  12237. "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
  12238. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  12239. "funding": [
  12240. {
  12241. "type": "github",
  12242. "url": "https://github.com/sponsors/feross"
  12243. },
  12244. {
  12245. "type": "patreon",
  12246. "url": "https://www.patreon.com/feross"
  12247. },
  12248. {
  12249. "type": "consulting",
  12250. "url": "https://feross.org/support"
  12251. }
  12252. ],
  12253. "license": "MIT",
  12254. "dependencies": {
  12255. "queue-microtask": "^1.2.2"
  12256. }
  12257. },
  12258. "node_modules/safe-area-insets": {
  12259. "version": "1.4.1",
  12260. "resolved": "https://registry.npmjs.org/safe-area-insets/-/safe-area-insets-1.4.1.tgz",
  12261. "integrity": "sha512-r/nRWTjFGhhm3w1Z6Kd/jY11srN+lHt2mNl1E/emQGW8ic7n3Avu4noibklfSM+Y34peNphHD/BSZecav0sXYQ==",
  12262. "license": "ISC"
  12263. },
  12264. "node_modules/safe-buffer": {
  12265. "version": "5.2.1",
  12266. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
  12267. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  12268. "dev": true,
  12269. "funding": [
  12270. {
  12271. "type": "github",
  12272. "url": "https://github.com/sponsors/feross"
  12273. },
  12274. {
  12275. "type": "patreon",
  12276. "url": "https://www.patreon.com/feross"
  12277. },
  12278. {
  12279. "type": "consulting",
  12280. "url": "https://feross.org/support"
  12281. }
  12282. ],
  12283. "license": "MIT"
  12284. },
  12285. "node_modules/safer-buffer": {
  12286. "version": "2.1.2",
  12287. "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
  12288. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
  12289. "dev": true,
  12290. "license": "MIT"
  12291. },
  12292. "node_modules/sass": {
  12293. "version": "1.94.2",
  12294. "resolved": "https://registry.npmjs.org/sass/-/sass-1.94.2.tgz",
  12295. "integrity": "sha512-N+7WK20/wOr7CzA2snJcUSSNTCzeCGUTFY3OgeQP3mZ1aj9NMQ0mSTXwlrnd89j33zzQJGqIN52GIOmYrfq46A==",
  12296. "devOptional": true,
  12297. "license": "MIT",
  12298. "peer": true,
  12299. "dependencies": {
  12300. "chokidar": "^4.0.0",
  12301. "immutable": "^5.0.2",
  12302. "source-map-js": ">=0.6.2 <2.0.0"
  12303. },
  12304. "bin": {
  12305. "sass": "sass.js"
  12306. },
  12307. "engines": {
  12308. "node": ">=14.0.0"
  12309. },
  12310. "optionalDependencies": {
  12311. "@parcel/watcher": "^2.4.1"
  12312. }
  12313. },
  12314. "node_modules/sass-loader": {
  12315. "version": "13.3.3",
  12316. "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-13.3.3.tgz",
  12317. "integrity": "sha512-mt5YN2F1MOZr3d/wBRcZxeFgwgkH44wVc2zohO2YF6JiOMkiXe4BYRZpSu2sO1g71mo/j16txzUhsKZlqjVGzA==",
  12318. "dev": true,
  12319. "license": "MIT",
  12320. "dependencies": {
  12321. "neo-async": "^2.6.2"
  12322. },
  12323. "engines": {
  12324. "node": ">= 14.15.0"
  12325. },
  12326. "funding": {
  12327. "type": "opencollective",
  12328. "url": "https://opencollective.com/webpack"
  12329. },
  12330. "peerDependencies": {
  12331. "fibers": ">= 3.1.0",
  12332. "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
  12333. "sass": "^1.3.0",
  12334. "sass-embedded": "*",
  12335. "webpack": "^5.0.0"
  12336. },
  12337. "peerDependenciesMeta": {
  12338. "fibers": {
  12339. "optional": true
  12340. },
  12341. "node-sass": {
  12342. "optional": true
  12343. },
  12344. "sass": {
  12345. "optional": true
  12346. },
  12347. "sass-embedded": {
  12348. "optional": true
  12349. }
  12350. }
  12351. },
  12352. "node_modules/sass/node_modules/chokidar": {
  12353. "version": "4.0.3",
  12354. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
  12355. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  12356. "devOptional": true,
  12357. "license": "MIT",
  12358. "dependencies": {
  12359. "readdirp": "^4.0.1"
  12360. },
  12361. "engines": {
  12362. "node": ">= 14.16.0"
  12363. },
  12364. "funding": {
  12365. "url": "https://paulmillr.com/funding/"
  12366. }
  12367. },
  12368. "node_modules/sass/node_modules/readdirp": {
  12369. "version": "4.1.2",
  12370. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
  12371. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  12372. "devOptional": true,
  12373. "license": "MIT",
  12374. "engines": {
  12375. "node": ">= 14.18.0"
  12376. },
  12377. "funding": {
  12378. "type": "individual",
  12379. "url": "https://paulmillr.com/funding/"
  12380. }
  12381. },
  12382. "node_modules/sax": {
  12383. "version": "1.4.3",
  12384. "resolved": "https://registry.npmjs.org/sax/-/sax-1.4.3.tgz",
  12385. "integrity": "sha512-yqYn1JhPczigF94DMS+shiDMjDowYO6y9+wB/4WgO0Y19jWYk0lQ4tuG5KI7kj4FTp1wxPj5IFfcrz/s1c3jjQ==",
  12386. "license": "BlueOak-1.0.0"
  12387. },
  12388. "node_modules/saxes": {
  12389. "version": "5.0.1",
  12390. "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz",
  12391. "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==",
  12392. "dev": true,
  12393. "license": "ISC",
  12394. "dependencies": {
  12395. "xmlchars": "^2.2.0"
  12396. },
  12397. "engines": {
  12398. "node": ">=10"
  12399. }
  12400. },
  12401. "node_modules/schema-utils": {
  12402. "version": "4.3.3",
  12403. "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.3.tgz",
  12404. "integrity": "sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==",
  12405. "dev": true,
  12406. "license": "MIT",
  12407. "dependencies": {
  12408. "@types/json-schema": "^7.0.9",
  12409. "ajv": "^8.9.0",
  12410. "ajv-formats": "^2.1.1",
  12411. "ajv-keywords": "^5.1.0"
  12412. },
  12413. "engines": {
  12414. "node": ">= 10.13.0"
  12415. },
  12416. "funding": {
  12417. "type": "opencollective",
  12418. "url": "https://opencollective.com/webpack"
  12419. }
  12420. },
  12421. "node_modules/scule": {
  12422. "version": "1.3.0",
  12423. "resolved": "https://registry.npmjs.org/scule/-/scule-1.3.0.tgz",
  12424. "integrity": "sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==",
  12425. "license": "MIT"
  12426. },
  12427. "node_modules/semver": {
  12428. "version": "6.3.1",
  12429. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  12430. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  12431. "license": "ISC",
  12432. "bin": {
  12433. "semver": "bin/semver.js"
  12434. }
  12435. },
  12436. "node_modules/send": {
  12437. "version": "0.19.0",
  12438. "resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz",
  12439. "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==",
  12440. "dev": true,
  12441. "license": "MIT",
  12442. "dependencies": {
  12443. "debug": "2.6.9",
  12444. "depd": "2.0.0",
  12445. "destroy": "1.2.0",
  12446. "encodeurl": "~1.0.2",
  12447. "escape-html": "~1.0.3",
  12448. "etag": "~1.8.1",
  12449. "fresh": "0.5.2",
  12450. "http-errors": "2.0.0",
  12451. "mime": "1.6.0",
  12452. "ms": "2.1.3",
  12453. "on-finished": "2.4.1",
  12454. "range-parser": "~1.2.1",
  12455. "statuses": "2.0.1"
  12456. },
  12457. "engines": {
  12458. "node": ">= 0.8.0"
  12459. }
  12460. },
  12461. "node_modules/send/node_modules/debug": {
  12462. "version": "2.6.9",
  12463. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  12464. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  12465. "dev": true,
  12466. "license": "MIT",
  12467. "dependencies": {
  12468. "ms": "2.0.0"
  12469. }
  12470. },
  12471. "node_modules/send/node_modules/debug/node_modules/ms": {
  12472. "version": "2.0.0",
  12473. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  12474. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
  12475. "dev": true,
  12476. "license": "MIT"
  12477. },
  12478. "node_modules/send/node_modules/encodeurl": {
  12479. "version": "1.0.2",
  12480. "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
  12481. "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
  12482. "dev": true,
  12483. "license": "MIT",
  12484. "engines": {
  12485. "node": ">= 0.8"
  12486. }
  12487. },
  12488. "node_modules/send/node_modules/mime": {
  12489. "version": "1.6.0",
  12490. "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
  12491. "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
  12492. "dev": true,
  12493. "license": "MIT",
  12494. "bin": {
  12495. "mime": "cli.js"
  12496. },
  12497. "engines": {
  12498. "node": ">=4"
  12499. }
  12500. },
  12501. "node_modules/serialize-javascript": {
  12502. "version": "6.0.2",
  12503. "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz",
  12504. "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==",
  12505. "dev": true,
  12506. "license": "BSD-3-Clause",
  12507. "dependencies": {
  12508. "randombytes": "^2.1.0"
  12509. }
  12510. },
  12511. "node_modules/serve-static": {
  12512. "version": "1.16.0",
  12513. "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.0.tgz",
  12514. "integrity": "sha512-pDLK8zwl2eKaYrs8mrPZBJua4hMplRWJ1tIFksVC3FtBEBnl8dxgeHtsaMS8DhS9i4fLObaon6ABoc4/hQGdPA==",
  12515. "dev": true,
  12516. "license": "MIT",
  12517. "dependencies": {
  12518. "encodeurl": "~1.0.2",
  12519. "escape-html": "~1.0.3",
  12520. "parseurl": "~1.3.3",
  12521. "send": "0.18.0"
  12522. },
  12523. "engines": {
  12524. "node": ">= 0.8.0"
  12525. }
  12526. },
  12527. "node_modules/serve-static/node_modules/debug": {
  12528. "version": "2.6.9",
  12529. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  12530. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  12531. "dev": true,
  12532. "license": "MIT",
  12533. "dependencies": {
  12534. "ms": "2.0.0"
  12535. }
  12536. },
  12537. "node_modules/serve-static/node_modules/debug/node_modules/ms": {
  12538. "version": "2.0.0",
  12539. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  12540. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
  12541. "dev": true,
  12542. "license": "MIT"
  12543. },
  12544. "node_modules/serve-static/node_modules/encodeurl": {
  12545. "version": "1.0.2",
  12546. "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
  12547. "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
  12548. "dev": true,
  12549. "license": "MIT",
  12550. "engines": {
  12551. "node": ">= 0.8"
  12552. }
  12553. },
  12554. "node_modules/serve-static/node_modules/mime": {
  12555. "version": "1.6.0",
  12556. "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
  12557. "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
  12558. "dev": true,
  12559. "license": "MIT",
  12560. "bin": {
  12561. "mime": "cli.js"
  12562. },
  12563. "engines": {
  12564. "node": ">=4"
  12565. }
  12566. },
  12567. "node_modules/serve-static/node_modules/send": {
  12568. "version": "0.18.0",
  12569. "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz",
  12570. "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==",
  12571. "dev": true,
  12572. "license": "MIT",
  12573. "dependencies": {
  12574. "debug": "2.6.9",
  12575. "depd": "2.0.0",
  12576. "destroy": "1.2.0",
  12577. "encodeurl": "~1.0.2",
  12578. "escape-html": "~1.0.3",
  12579. "etag": "~1.8.1",
  12580. "fresh": "0.5.2",
  12581. "http-errors": "2.0.0",
  12582. "mime": "1.6.0",
  12583. "ms": "2.1.3",
  12584. "on-finished": "2.4.1",
  12585. "range-parser": "~1.2.1",
  12586. "statuses": "2.0.1"
  12587. },
  12588. "engines": {
  12589. "node": ">= 0.8.0"
  12590. }
  12591. },
  12592. "node_modules/setprototypeof": {
  12593. "version": "1.2.0",
  12594. "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
  12595. "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
  12596. "dev": true,
  12597. "license": "ISC"
  12598. },
  12599. "node_modules/shebang-command": {
  12600. "version": "2.0.0",
  12601. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
  12602. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  12603. "dev": true,
  12604. "license": "MIT",
  12605. "dependencies": {
  12606. "shebang-regex": "^3.0.0"
  12607. },
  12608. "engines": {
  12609. "node": ">=8"
  12610. }
  12611. },
  12612. "node_modules/shebang-regex": {
  12613. "version": "3.0.0",
  12614. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
  12615. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  12616. "dev": true,
  12617. "license": "MIT",
  12618. "engines": {
  12619. "node": ">=8"
  12620. }
  12621. },
  12622. "node_modules/side-channel": {
  12623. "version": "1.1.0",
  12624. "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
  12625. "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
  12626. "dev": true,
  12627. "license": "MIT",
  12628. "dependencies": {
  12629. "es-errors": "^1.3.0",
  12630. "object-inspect": "^1.13.3",
  12631. "side-channel-list": "^1.0.0",
  12632. "side-channel-map": "^1.0.1",
  12633. "side-channel-weakmap": "^1.0.2"
  12634. },
  12635. "engines": {
  12636. "node": ">= 0.4"
  12637. },
  12638. "funding": {
  12639. "url": "https://github.com/sponsors/ljharb"
  12640. }
  12641. },
  12642. "node_modules/side-channel-list": {
  12643. "version": "1.0.0",
  12644. "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
  12645. "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
  12646. "dev": true,
  12647. "license": "MIT",
  12648. "dependencies": {
  12649. "es-errors": "^1.3.0",
  12650. "object-inspect": "^1.13.3"
  12651. },
  12652. "engines": {
  12653. "node": ">= 0.4"
  12654. },
  12655. "funding": {
  12656. "url": "https://github.com/sponsors/ljharb"
  12657. }
  12658. },
  12659. "node_modules/side-channel-map": {
  12660. "version": "1.0.1",
  12661. "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
  12662. "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
  12663. "dev": true,
  12664. "license": "MIT",
  12665. "dependencies": {
  12666. "call-bound": "^1.0.2",
  12667. "es-errors": "^1.3.0",
  12668. "get-intrinsic": "^1.2.5",
  12669. "object-inspect": "^1.13.3"
  12670. },
  12671. "engines": {
  12672. "node": ">= 0.4"
  12673. },
  12674. "funding": {
  12675. "url": "https://github.com/sponsors/ljharb"
  12676. }
  12677. },
  12678. "node_modules/side-channel-weakmap": {
  12679. "version": "1.0.2",
  12680. "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
  12681. "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
  12682. "dev": true,
  12683. "license": "MIT",
  12684. "dependencies": {
  12685. "call-bound": "^1.0.2",
  12686. "es-errors": "^1.3.0",
  12687. "get-intrinsic": "^1.2.5",
  12688. "object-inspect": "^1.13.3",
  12689. "side-channel-map": "^1.0.1"
  12690. },
  12691. "engines": {
  12692. "node": ">= 0.4"
  12693. },
  12694. "funding": {
  12695. "url": "https://github.com/sponsors/ljharb"
  12696. }
  12697. },
  12698. "node_modules/signal-exit": {
  12699. "version": "3.0.7",
  12700. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
  12701. "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
  12702. "dev": true,
  12703. "license": "ISC"
  12704. },
  12705. "node_modules/sisteransi": {
  12706. "version": "1.0.5",
  12707. "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
  12708. "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
  12709. "dev": true,
  12710. "license": "MIT"
  12711. },
  12712. "node_modules/slash": {
  12713. "version": "3.0.0",
  12714. "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
  12715. "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
  12716. "dev": true,
  12717. "license": "MIT",
  12718. "engines": {
  12719. "node": ">=8"
  12720. }
  12721. },
  12722. "node_modules/source-map": {
  12723. "version": "0.6.1",
  12724. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
  12725. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  12726. "license": "BSD-3-Clause",
  12727. "engines": {
  12728. "node": ">=0.10.0"
  12729. }
  12730. },
  12731. "node_modules/source-map-js": {
  12732. "version": "1.2.1",
  12733. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  12734. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  12735. "license": "BSD-3-Clause",
  12736. "engines": {
  12737. "node": ">=0.10.0"
  12738. }
  12739. },
  12740. "node_modules/source-map-support": {
  12741. "version": "0.5.21",
  12742. "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
  12743. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  12744. "devOptional": true,
  12745. "license": "MIT",
  12746. "dependencies": {
  12747. "buffer-from": "^1.0.0",
  12748. "source-map": "^0.6.0"
  12749. }
  12750. },
  12751. "node_modules/sprintf-js": {
  12752. "version": "1.0.3",
  12753. "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
  12754. "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
  12755. "dev": true,
  12756. "license": "BSD-3-Clause"
  12757. },
  12758. "node_modules/stack-utils": {
  12759. "version": "2.0.6",
  12760. "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz",
  12761. "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==",
  12762. "dev": true,
  12763. "license": "MIT",
  12764. "dependencies": {
  12765. "escape-string-regexp": "^2.0.0"
  12766. },
  12767. "engines": {
  12768. "node": ">=10"
  12769. }
  12770. },
  12771. "node_modules/stack-utils/node_modules/escape-string-regexp": {
  12772. "version": "2.0.0",
  12773. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
  12774. "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
  12775. "dev": true,
  12776. "license": "MIT",
  12777. "engines": {
  12778. "node": ">=8"
  12779. }
  12780. },
  12781. "node_modules/statuses": {
  12782. "version": "2.0.1",
  12783. "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
  12784. "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
  12785. "dev": true,
  12786. "license": "MIT",
  12787. "engines": {
  12788. "node": ">= 0.8"
  12789. }
  12790. },
  12791. "node_modules/string-hash": {
  12792. "version": "1.1.3",
  12793. "resolved": "https://registry.npmjs.org/string-hash/-/string-hash-1.1.3.tgz",
  12794. "integrity": "sha512-kJUvRUFK49aub+a7T1nNE66EJbZBMnBgoC1UbCZ5n6bsZKBRga4KgBRTMn/pFkeCZSYtNeSyMxPDM0AXWELk2A==",
  12795. "license": "CC0-1.0"
  12796. },
  12797. "node_modules/string-length": {
  12798. "version": "4.0.2",
  12799. "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
  12800. "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
  12801. "dev": true,
  12802. "license": "MIT",
  12803. "dependencies": {
  12804. "char-regex": "^1.0.2",
  12805. "strip-ansi": "^6.0.0"
  12806. },
  12807. "engines": {
  12808. "node": ">=10"
  12809. }
  12810. },
  12811. "node_modules/string-width": {
  12812. "version": "4.2.3",
  12813. "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
  12814. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  12815. "dev": true,
  12816. "license": "MIT",
  12817. "dependencies": {
  12818. "emoji-regex": "^8.0.0",
  12819. "is-fullwidth-code-point": "^3.0.0",
  12820. "strip-ansi": "^6.0.1"
  12821. },
  12822. "engines": {
  12823. "node": ">=8"
  12824. }
  12825. },
  12826. "node_modules/strip-ansi": {
  12827. "version": "6.0.1",
  12828. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
  12829. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  12830. "dev": true,
  12831. "license": "MIT",
  12832. "dependencies": {
  12833. "ansi-regex": "^5.0.1"
  12834. },
  12835. "engines": {
  12836. "node": ">=8"
  12837. }
  12838. },
  12839. "node_modules/strip-bom": {
  12840. "version": "4.0.0",
  12841. "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz",
  12842. "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==",
  12843. "dev": true,
  12844. "license": "MIT",
  12845. "engines": {
  12846. "node": ">=8"
  12847. }
  12848. },
  12849. "node_modules/strip-final-newline": {
  12850. "version": "2.0.0",
  12851. "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
  12852. "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
  12853. "dev": true,
  12854. "license": "MIT",
  12855. "engines": {
  12856. "node": ">=6"
  12857. }
  12858. },
  12859. "node_modules/strip-json-comments": {
  12860. "version": "3.1.1",
  12861. "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  12862. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  12863. "dev": true,
  12864. "license": "MIT",
  12865. "engines": {
  12866. "node": ">=8"
  12867. },
  12868. "funding": {
  12869. "url": "https://github.com/sponsors/sindresorhus"
  12870. }
  12871. },
  12872. "node_modules/strip-literal": {
  12873. "version": "3.1.0",
  12874. "resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-3.1.0.tgz",
  12875. "integrity": "sha512-8r3mkIM/2+PpjHoOtiAW8Rg3jJLHaV7xPwG+YRGrv6FP0wwk/toTpATxWYOW0BKdWwl82VT2tFYi5DlROa0Mxg==",
  12876. "license": "MIT",
  12877. "dependencies": {
  12878. "js-tokens": "^9.0.1"
  12879. },
  12880. "funding": {
  12881. "url": "https://github.com/sponsors/antfu"
  12882. }
  12883. },
  12884. "node_modules/strip-literal/node_modules/js-tokens": {
  12885. "version": "9.0.1",
  12886. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-9.0.1.tgz",
  12887. "integrity": "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==",
  12888. "license": "MIT"
  12889. },
  12890. "node_modules/supports-color": {
  12891. "version": "5.5.0",
  12892. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
  12893. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  12894. "license": "MIT",
  12895. "dependencies": {
  12896. "has-flag": "^3.0.0"
  12897. },
  12898. "engines": {
  12899. "node": ">=4"
  12900. }
  12901. },
  12902. "node_modules/supports-hyperlinks": {
  12903. "version": "2.3.0",
  12904. "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz",
  12905. "integrity": "sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==",
  12906. "dev": true,
  12907. "license": "MIT",
  12908. "dependencies": {
  12909. "has-flag": "^4.0.0",
  12910. "supports-color": "^7.0.0"
  12911. },
  12912. "engines": {
  12913. "node": ">=8"
  12914. }
  12915. },
  12916. "node_modules/supports-hyperlinks/node_modules/has-flag": {
  12917. "version": "4.0.0",
  12918. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
  12919. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  12920. "dev": true,
  12921. "license": "MIT",
  12922. "engines": {
  12923. "node": ">=8"
  12924. }
  12925. },
  12926. "node_modules/supports-hyperlinks/node_modules/supports-color": {
  12927. "version": "7.2.0",
  12928. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
  12929. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  12930. "dev": true,
  12931. "license": "MIT",
  12932. "dependencies": {
  12933. "has-flag": "^4.0.0"
  12934. },
  12935. "engines": {
  12936. "node": ">=8"
  12937. }
  12938. },
  12939. "node_modules/supports-preserve-symlinks-flag": {
  12940. "version": "1.0.0",
  12941. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  12942. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  12943. "license": "MIT",
  12944. "engines": {
  12945. "node": ">= 0.4"
  12946. },
  12947. "funding": {
  12948. "url": "https://github.com/sponsors/ljharb"
  12949. }
  12950. },
  12951. "node_modules/symbol-tree": {
  12952. "version": "3.2.4",
  12953. "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
  12954. "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
  12955. "dev": true,
  12956. "license": "MIT"
  12957. },
  12958. "node_modules/systemjs": {
  12959. "version": "6.15.1",
  12960. "resolved": "https://registry.npmjs.org/systemjs/-/systemjs-6.15.1.tgz",
  12961. "integrity": "sha512-Nk8c4lXvMB98MtbmjX7JwJRgJOL8fluecYCfCeYBznwmpOs8Bf15hLM6z4z71EDAhQVrQrI+wt1aLWSXZq+hXA==",
  12962. "dev": true,
  12963. "license": "MIT"
  12964. },
  12965. "node_modules/tapable": {
  12966. "version": "2.3.0",
  12967. "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz",
  12968. "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==",
  12969. "license": "MIT",
  12970. "engines": {
  12971. "node": ">=6"
  12972. },
  12973. "funding": {
  12974. "type": "opencollective",
  12975. "url": "https://opencollective.com/webpack"
  12976. }
  12977. },
  12978. "node_modules/terminal-link": {
  12979. "version": "2.1.1",
  12980. "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz",
  12981. "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==",
  12982. "dev": true,
  12983. "license": "MIT",
  12984. "dependencies": {
  12985. "ansi-escapes": "^4.2.1",
  12986. "supports-hyperlinks": "^2.0.0"
  12987. },
  12988. "engines": {
  12989. "node": ">=8"
  12990. },
  12991. "funding": {
  12992. "url": "https://github.com/sponsors/sindresorhus"
  12993. }
  12994. },
  12995. "node_modules/terser": {
  12996. "version": "5.44.1",
  12997. "resolved": "https://registry.npmjs.org/terser/-/terser-5.44.1.tgz",
  12998. "integrity": "sha512-t/R3R/n0MSwnnazuPpPNVO60LX0SKL45pyl9YlvxIdkH0Of7D5qM2EVe+yASRIlY5pZ73nclYJfNANGWPwFDZw==",
  12999. "devOptional": true,
  13000. "license": "BSD-2-Clause",
  13001. "peer": true,
  13002. "dependencies": {
  13003. "@jridgewell/source-map": "^0.3.3",
  13004. "acorn": "^8.15.0",
  13005. "commander": "^2.20.0",
  13006. "source-map-support": "~0.5.20"
  13007. },
  13008. "bin": {
  13009. "terser": "bin/terser"
  13010. },
  13011. "engines": {
  13012. "node": ">=10"
  13013. }
  13014. },
  13015. "node_modules/terser-webpack-plugin": {
  13016. "version": "5.3.14",
  13017. "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.14.tgz",
  13018. "integrity": "sha512-vkZjpUjb6OMS7dhV+tILUW6BhpDR7P2L/aQSAv+Uwk+m8KATX9EccViHTJR2qDtACKPIYndLGCyl3FMo+r2LMw==",
  13019. "dev": true,
  13020. "license": "MIT",
  13021. "dependencies": {
  13022. "@jridgewell/trace-mapping": "^0.3.25",
  13023. "jest-worker": "^27.4.5",
  13024. "schema-utils": "^4.3.0",
  13025. "serialize-javascript": "^6.0.2",
  13026. "terser": "^5.31.1"
  13027. },
  13028. "engines": {
  13029. "node": ">= 10.13.0"
  13030. },
  13031. "funding": {
  13032. "type": "opencollective",
  13033. "url": "https://opencollective.com/webpack"
  13034. },
  13035. "peerDependencies": {
  13036. "webpack": "^5.1.0"
  13037. },
  13038. "peerDependenciesMeta": {
  13039. "@swc/core": {
  13040. "optional": true
  13041. },
  13042. "esbuild": {
  13043. "optional": true
  13044. },
  13045. "uglify-js": {
  13046. "optional": true
  13047. }
  13048. }
  13049. },
  13050. "node_modules/test-exclude": {
  13051. "version": "6.0.0",
  13052. "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
  13053. "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",
  13054. "dev": true,
  13055. "license": "ISC",
  13056. "dependencies": {
  13057. "@istanbuljs/schema": "^0.1.2",
  13058. "glob": "^7.1.4",
  13059. "minimatch": "^3.0.4"
  13060. },
  13061. "engines": {
  13062. "node": ">=8"
  13063. }
  13064. },
  13065. "node_modules/throat": {
  13066. "version": "6.0.2",
  13067. "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.2.tgz",
  13068. "integrity": "sha512-WKexMoJj3vEuK0yFEapj8y64V0A6xcuPuK9Gt1d0R+dzCSJc0lHqQytAbSB4cDAK0dWh4T0E2ETkoLE2WZ41OQ==",
  13069. "dev": true,
  13070. "license": "MIT"
  13071. },
  13072. "node_modules/timm": {
  13073. "version": "1.7.1",
  13074. "resolved": "https://registry.npmjs.org/timm/-/timm-1.7.1.tgz",
  13075. "integrity": "sha512-IjZc9KIotudix8bMaBW6QvMuq64BrJWFs1+4V0lXwWGQZwH+LnX87doAYhem4caOEusRP9/g6jVDQmZ8XOk1nw==",
  13076. "license": "MIT"
  13077. },
  13078. "node_modules/tinycolor2": {
  13079. "version": "1.6.0",
  13080. "resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.6.0.tgz",
  13081. "integrity": "sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==",
  13082. "license": "MIT"
  13083. },
  13084. "node_modules/tmpl": {
  13085. "version": "1.0.5",
  13086. "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
  13087. "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==",
  13088. "dev": true,
  13089. "license": "BSD-3-Clause"
  13090. },
  13091. "node_modules/to-fast-properties": {
  13092. "version": "2.0.0",
  13093. "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
  13094. "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
  13095. "license": "MIT",
  13096. "engines": {
  13097. "node": ">=4"
  13098. }
  13099. },
  13100. "node_modules/to-regex-range": {
  13101. "version": "5.0.1",
  13102. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  13103. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  13104. "license": "MIT",
  13105. "dependencies": {
  13106. "is-number": "^7.0.0"
  13107. },
  13108. "engines": {
  13109. "node": ">=8.0"
  13110. }
  13111. },
  13112. "node_modules/toidentifier": {
  13113. "version": "1.0.1",
  13114. "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
  13115. "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
  13116. "dev": true,
  13117. "license": "MIT",
  13118. "engines": {
  13119. "node": ">=0.6"
  13120. }
  13121. },
  13122. "node_modules/tough-cookie": {
  13123. "version": "4.1.4",
  13124. "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz",
  13125. "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==",
  13126. "dev": true,
  13127. "license": "BSD-3-Clause",
  13128. "dependencies": {
  13129. "psl": "^1.1.33",
  13130. "punycode": "^2.1.1",
  13131. "universalify": "^0.2.0",
  13132. "url-parse": "^1.5.3"
  13133. },
  13134. "engines": {
  13135. "node": ">=6"
  13136. }
  13137. },
  13138. "node_modules/tough-cookie/node_modules/universalify": {
  13139. "version": "0.2.0",
  13140. "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz",
  13141. "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==",
  13142. "dev": true,
  13143. "license": "MIT",
  13144. "engines": {
  13145. "node": ">= 4.0.0"
  13146. }
  13147. },
  13148. "node_modules/tr46": {
  13149. "version": "2.1.0",
  13150. "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz",
  13151. "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==",
  13152. "dev": true,
  13153. "license": "MIT",
  13154. "dependencies": {
  13155. "punycode": "^2.1.1"
  13156. },
  13157. "engines": {
  13158. "node": ">=8"
  13159. }
  13160. },
  13161. "node_modules/type-detect": {
  13162. "version": "4.0.8",
  13163. "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
  13164. "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==",
  13165. "dev": true,
  13166. "license": "MIT",
  13167. "engines": {
  13168. "node": ">=4"
  13169. }
  13170. },
  13171. "node_modules/type-fest": {
  13172. "version": "0.21.3",
  13173. "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
  13174. "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
  13175. "dev": true,
  13176. "license": "(MIT OR CC0-1.0)",
  13177. "engines": {
  13178. "node": ">=10"
  13179. },
  13180. "funding": {
  13181. "url": "https://github.com/sponsors/sindresorhus"
  13182. }
  13183. },
  13184. "node_modules/type-is": {
  13185. "version": "1.6.18",
  13186. "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
  13187. "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
  13188. "dev": true,
  13189. "license": "MIT",
  13190. "dependencies": {
  13191. "media-typer": "0.3.0",
  13192. "mime-types": "~2.1.24"
  13193. },
  13194. "engines": {
  13195. "node": ">= 0.6"
  13196. }
  13197. },
  13198. "node_modules/typedarray-to-buffer": {
  13199. "version": "3.1.5",
  13200. "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz",
  13201. "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==",
  13202. "dev": true,
  13203. "license": "MIT",
  13204. "dependencies": {
  13205. "is-typedarray": "^1.0.0"
  13206. }
  13207. },
  13208. "node_modules/ufo": {
  13209. "version": "1.6.1",
  13210. "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.1.tgz",
  13211. "integrity": "sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==",
  13212. "license": "MIT"
  13213. },
  13214. "node_modules/undici-types": {
  13215. "version": "7.16.0",
  13216. "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
  13217. "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
  13218. "devOptional": true,
  13219. "license": "MIT"
  13220. },
  13221. "node_modules/unicode-canonical-property-names-ecmascript": {
  13222. "version": "2.0.1",
  13223. "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz",
  13224. "integrity": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==",
  13225. "dev": true,
  13226. "license": "MIT",
  13227. "engines": {
  13228. "node": ">=4"
  13229. }
  13230. },
  13231. "node_modules/unicode-match-property-ecmascript": {
  13232. "version": "2.0.0",
  13233. "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
  13234. "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
  13235. "dev": true,
  13236. "license": "MIT",
  13237. "dependencies": {
  13238. "unicode-canonical-property-names-ecmascript": "^2.0.0",
  13239. "unicode-property-aliases-ecmascript": "^2.0.0"
  13240. },
  13241. "engines": {
  13242. "node": ">=4"
  13243. }
  13244. },
  13245. "node_modules/unicode-match-property-value-ecmascript": {
  13246. "version": "2.2.1",
  13247. "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.1.tgz",
  13248. "integrity": "sha512-JQ84qTuMg4nVkx8ga4A16a1epI9H6uTXAknqxkGF/aFfRLw1xC/Bp24HNLaZhHSkWd3+84t8iXnp1J0kYcZHhg==",
  13249. "dev": true,
  13250. "license": "MIT",
  13251. "engines": {
  13252. "node": ">=4"
  13253. }
  13254. },
  13255. "node_modules/unicode-property-aliases-ecmascript": {
  13256. "version": "2.2.0",
  13257. "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.2.0.tgz",
  13258. "integrity": "sha512-hpbDzxUY9BFwX+UeBnxv3Sh1q7HFxj48DTmXchNgRa46lO8uj3/1iEn3MiNUYTg1g9ctIqXCCERn8gYZhHC5lQ==",
  13259. "dev": true,
  13260. "license": "MIT",
  13261. "engines": {
  13262. "node": ">=4"
  13263. }
  13264. },
  13265. "node_modules/unimport": {
  13266. "version": "4.1.1",
  13267. "resolved": "https://registry.npmjs.org/unimport/-/unimport-4.1.1.tgz",
  13268. "integrity": "sha512-j9+fijH6aDd05yv1fXlyt7HSxtOWtGtrZeYTVBsSUg57Iuf+Ps2itIZjeyu7bEQ4k0WOgYhHrdW8m/pJgOpl5g==",
  13269. "license": "MIT",
  13270. "dependencies": {
  13271. "acorn": "^8.14.0",
  13272. "escape-string-regexp": "^5.0.0",
  13273. "estree-walker": "^3.0.3",
  13274. "fast-glob": "^3.3.3",
  13275. "local-pkg": "^1.0.0",
  13276. "magic-string": "^0.30.17",
  13277. "mlly": "^1.7.4",
  13278. "pathe": "^2.0.2",
  13279. "picomatch": "^4.0.2",
  13280. "pkg-types": "^1.3.1",
  13281. "scule": "^1.3.0",
  13282. "strip-literal": "^3.0.0",
  13283. "unplugin": "^2.1.2",
  13284. "unplugin-utils": "^0.2.3"
  13285. },
  13286. "engines": {
  13287. "node": ">=18.12.0"
  13288. }
  13289. },
  13290. "node_modules/unimport/node_modules/escape-string-regexp": {
  13291. "version": "5.0.0",
  13292. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  13293. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  13294. "license": "MIT",
  13295. "engines": {
  13296. "node": ">=12"
  13297. },
  13298. "funding": {
  13299. "url": "https://github.com/sponsors/sindresorhus"
  13300. }
  13301. },
  13302. "node_modules/unimport/node_modules/estree-walker": {
  13303. "version": "3.0.3",
  13304. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  13305. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  13306. "license": "MIT",
  13307. "dependencies": {
  13308. "@types/estree": "^1.0.0"
  13309. }
  13310. },
  13311. "node_modules/unimport/node_modules/magic-string": {
  13312. "version": "0.30.21",
  13313. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
  13314. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  13315. "license": "MIT",
  13316. "dependencies": {
  13317. "@jridgewell/sourcemap-codec": "^1.5.5"
  13318. }
  13319. },
  13320. "node_modules/unimport/node_modules/picomatch": {
  13321. "version": "4.0.3",
  13322. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
  13323. "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
  13324. "license": "MIT",
  13325. "engines": {
  13326. "node": ">=12"
  13327. },
  13328. "funding": {
  13329. "url": "https://github.com/sponsors/jonschlinkert"
  13330. }
  13331. },
  13332. "node_modules/universalify": {
  13333. "version": "2.0.1",
  13334. "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
  13335. "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
  13336. "license": "MIT",
  13337. "engines": {
  13338. "node": ">= 10.0.0"
  13339. }
  13340. },
  13341. "node_modules/unpipe": {
  13342. "version": "1.0.0",
  13343. "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
  13344. "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
  13345. "dev": true,
  13346. "license": "MIT",
  13347. "engines": {
  13348. "node": ">= 0.8"
  13349. }
  13350. },
  13351. "node_modules/unplugin": {
  13352. "version": "2.3.11",
  13353. "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.3.11.tgz",
  13354. "integrity": "sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==",
  13355. "license": "MIT",
  13356. "dependencies": {
  13357. "@jridgewell/remapping": "^2.3.5",
  13358. "acorn": "^8.15.0",
  13359. "picomatch": "^4.0.3",
  13360. "webpack-virtual-modules": "^0.6.2"
  13361. },
  13362. "engines": {
  13363. "node": ">=18.12.0"
  13364. }
  13365. },
  13366. "node_modules/unplugin-auto-import": {
  13367. "version": "19.1.0",
  13368. "resolved": "https://registry.npmjs.org/unplugin-auto-import/-/unplugin-auto-import-19.1.0.tgz",
  13369. "integrity": "sha512-B+TGBEBHqY9aR+7YfShfLujETOHstzpV+yaqgy5PkfV0QG7Py+TYMX7vJ9W4SrysHR+UzR+gzcx/nuZjmPeclA==",
  13370. "license": "MIT",
  13371. "dependencies": {
  13372. "local-pkg": "^1.0.0",
  13373. "magic-string": "^0.30.17",
  13374. "picomatch": "^4.0.2",
  13375. "unimport": "^4.1.1",
  13376. "unplugin": "^2.2.0",
  13377. "unplugin-utils": "^0.2.4"
  13378. },
  13379. "engines": {
  13380. "node": ">=14"
  13381. },
  13382. "funding": {
  13383. "url": "https://github.com/sponsors/antfu"
  13384. },
  13385. "peerDependencies": {
  13386. "@nuxt/kit": "^3.2.2",
  13387. "@vueuse/core": "*"
  13388. },
  13389. "peerDependenciesMeta": {
  13390. "@nuxt/kit": {
  13391. "optional": true
  13392. },
  13393. "@vueuse/core": {
  13394. "optional": true
  13395. }
  13396. }
  13397. },
  13398. "node_modules/unplugin-auto-import/node_modules/magic-string": {
  13399. "version": "0.30.21",
  13400. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
  13401. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  13402. "license": "MIT",
  13403. "dependencies": {
  13404. "@jridgewell/sourcemap-codec": "^1.5.5"
  13405. }
  13406. },
  13407. "node_modules/unplugin-auto-import/node_modules/picomatch": {
  13408. "version": "4.0.3",
  13409. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
  13410. "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
  13411. "license": "MIT",
  13412. "engines": {
  13413. "node": ">=12"
  13414. },
  13415. "funding": {
  13416. "url": "https://github.com/sponsors/jonschlinkert"
  13417. }
  13418. },
  13419. "node_modules/unplugin-utils": {
  13420. "version": "0.2.5",
  13421. "resolved": "https://registry.npmjs.org/unplugin-utils/-/unplugin-utils-0.2.5.tgz",
  13422. "integrity": "sha512-gwXJnPRewT4rT7sBi/IvxKTjsms7jX7QIDLOClApuZwR49SXbrB1z2NLUZ+vDHyqCj/n58OzRRqaW+B8OZi8vg==",
  13423. "license": "MIT",
  13424. "dependencies": {
  13425. "pathe": "^2.0.3",
  13426. "picomatch": "^4.0.3"
  13427. },
  13428. "engines": {
  13429. "node": ">=18.12.0"
  13430. },
  13431. "funding": {
  13432. "url": "https://github.com/sponsors/sxzz"
  13433. }
  13434. },
  13435. "node_modules/unplugin-utils/node_modules/picomatch": {
  13436. "version": "4.0.3",
  13437. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
  13438. "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
  13439. "license": "MIT",
  13440. "engines": {
  13441. "node": ">=12"
  13442. },
  13443. "funding": {
  13444. "url": "https://github.com/sponsors/jonschlinkert"
  13445. }
  13446. },
  13447. "node_modules/unplugin/node_modules/picomatch": {
  13448. "version": "4.0.3",
  13449. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
  13450. "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
  13451. "license": "MIT",
  13452. "engines": {
  13453. "node": ">=12"
  13454. },
  13455. "funding": {
  13456. "url": "https://github.com/sponsors/jonschlinkert"
  13457. }
  13458. },
  13459. "node_modules/unquote": {
  13460. "version": "1.1.1",
  13461. "resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz",
  13462. "integrity": "sha512-vRCqFv6UhXpWxZPyGDh/F3ZpNv8/qo7w6iufLpQg9aKnQ71qM4B5KiI7Mia9COcjEhrO9LueHpMYjYzsWH3OIg==",
  13463. "license": "MIT"
  13464. },
  13465. "node_modules/update-browserslist-db": {
  13466. "version": "1.1.4",
  13467. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz",
  13468. "integrity": "sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==",
  13469. "funding": [
  13470. {
  13471. "type": "opencollective",
  13472. "url": "https://opencollective.com/browserslist"
  13473. },
  13474. {
  13475. "type": "tidelift",
  13476. "url": "https://tidelift.com/funding/github/npm/browserslist"
  13477. },
  13478. {
  13479. "type": "github",
  13480. "url": "https://github.com/sponsors/ai"
  13481. }
  13482. ],
  13483. "license": "MIT",
  13484. "dependencies": {
  13485. "escalade": "^3.2.0",
  13486. "picocolors": "^1.1.1"
  13487. },
  13488. "bin": {
  13489. "update-browserslist-db": "cli.js"
  13490. },
  13491. "peerDependencies": {
  13492. "browserslist": ">= 4.21.0"
  13493. }
  13494. },
  13495. "node_modules/update-browserslist-db/node_modules/picocolors": {
  13496. "version": "1.1.1",
  13497. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  13498. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  13499. "license": "ISC"
  13500. },
  13501. "node_modules/url-parse": {
  13502. "version": "1.5.10",
  13503. "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz",
  13504. "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==",
  13505. "dev": true,
  13506. "license": "MIT",
  13507. "dependencies": {
  13508. "querystringify": "^2.1.1",
  13509. "requires-port": "^1.0.0"
  13510. }
  13511. },
  13512. "node_modules/utif": {
  13513. "version": "2.0.1",
  13514. "resolved": "https://registry.npmjs.org/utif/-/utif-2.0.1.tgz",
  13515. "integrity": "sha512-Z/S1fNKCicQTf375lIP9G8Sa1H/phcysstNrrSdZKj1f9g58J4NMgb5IgiEZN9/nLMPDwF0W7hdOe9Qq2IYoLg==",
  13516. "license": "MIT",
  13517. "dependencies": {
  13518. "pako": "^1.0.5"
  13519. }
  13520. },
  13521. "node_modules/util-deprecate": {
  13522. "version": "1.0.2",
  13523. "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
  13524. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
  13525. "license": "MIT"
  13526. },
  13527. "node_modules/utils-merge": {
  13528. "version": "1.0.1",
  13529. "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
  13530. "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==",
  13531. "dev": true,
  13532. "license": "MIT",
  13533. "engines": {
  13534. "node": ">= 0.4.0"
  13535. }
  13536. },
  13537. "node_modules/v8-to-istanbul": {
  13538. "version": "8.1.1",
  13539. "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz",
  13540. "integrity": "sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==",
  13541. "dev": true,
  13542. "license": "ISC",
  13543. "dependencies": {
  13544. "@types/istanbul-lib-coverage": "^2.0.1",
  13545. "convert-source-map": "^1.6.0",
  13546. "source-map": "^0.7.3"
  13547. },
  13548. "engines": {
  13549. "node": ">=10.12.0"
  13550. }
  13551. },
  13552. "node_modules/v8-to-istanbul/node_modules/convert-source-map": {
  13553. "version": "1.9.0",
  13554. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
  13555. "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==",
  13556. "dev": true,
  13557. "license": "MIT"
  13558. },
  13559. "node_modules/v8-to-istanbul/node_modules/source-map": {
  13560. "version": "0.7.6",
  13561. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.6.tgz",
  13562. "integrity": "sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==",
  13563. "dev": true,
  13564. "license": "BSD-3-Clause",
  13565. "engines": {
  13566. "node": ">= 12"
  13567. }
  13568. },
  13569. "node_modules/vary": {
  13570. "version": "1.1.2",
  13571. "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
  13572. "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
  13573. "dev": true,
  13574. "license": "MIT",
  13575. "engines": {
  13576. "node": ">= 0.8"
  13577. }
  13578. },
  13579. "node_modules/vite": {
  13580. "version": "5.2.8",
  13581. "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.8.tgz",
  13582. "integrity": "sha512-OyZR+c1CE8yeHw5V5t59aXsUPPVTHMDjEZz8MgguLL/Q7NblxhZUlTu9xSPqlsUO/y+X7dlU05jdhvyycD55DA==",
  13583. "license": "MIT",
  13584. "peer": true,
  13585. "dependencies": {
  13586. "esbuild": "^0.20.1",
  13587. "postcss": "^8.4.38",
  13588. "rollup": "^4.13.0"
  13589. },
  13590. "bin": {
  13591. "vite": "bin/vite.js"
  13592. },
  13593. "engines": {
  13594. "node": "^18.0.0 || >=20.0.0"
  13595. },
  13596. "funding": {
  13597. "url": "https://github.com/vitejs/vite?sponsor=1"
  13598. },
  13599. "optionalDependencies": {
  13600. "fsevents": "~2.3.3"
  13601. },
  13602. "peerDependencies": {
  13603. "@types/node": "^18.0.0 || >=20.0.0",
  13604. "less": "*",
  13605. "lightningcss": "^1.21.0",
  13606. "sass": "*",
  13607. "stylus": "*",
  13608. "sugarss": "*",
  13609. "terser": "^5.4.0"
  13610. },
  13611. "peerDependenciesMeta": {
  13612. "@types/node": {
  13613. "optional": true
  13614. },
  13615. "less": {
  13616. "optional": true
  13617. },
  13618. "lightningcss": {
  13619. "optional": true
  13620. },
  13621. "sass": {
  13622. "optional": true
  13623. },
  13624. "stylus": {
  13625. "optional": true
  13626. },
  13627. "sugarss": {
  13628. "optional": true
  13629. },
  13630. "terser": {
  13631. "optional": true
  13632. }
  13633. }
  13634. },
  13635. "node_modules/vue": {
  13636. "version": "3.5.25",
  13637. "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.25.tgz",
  13638. "integrity": "sha512-YLVdgv2K13WJ6n+kD5owehKtEXwdwXuj2TTyJMsO7pSeKw2bfRNZGjhB7YzrpbMYj5b5QsUebHpOqR3R3ziy/g==",
  13639. "license": "MIT",
  13640. "peer": true,
  13641. "dependencies": {
  13642. "@vue/compiler-dom": "3.5.25",
  13643. "@vue/compiler-sfc": "3.5.25",
  13644. "@vue/runtime-dom": "3.5.25",
  13645. "@vue/server-renderer": "3.5.25",
  13646. "@vue/shared": "3.5.25"
  13647. },
  13648. "peerDependencies": {
  13649. "typescript": "*"
  13650. },
  13651. "peerDependenciesMeta": {
  13652. "typescript": {
  13653. "optional": true
  13654. }
  13655. }
  13656. },
  13657. "node_modules/vue-demi": {
  13658. "version": "0.14.10",
  13659. "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz",
  13660. "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
  13661. "hasInstallScript": true,
  13662. "license": "MIT",
  13663. "bin": {
  13664. "vue-demi-fix": "bin/vue-demi-fix.js",
  13665. "vue-demi-switch": "bin/vue-demi-switch.js"
  13666. },
  13667. "engines": {
  13668. "node": ">=12"
  13669. },
  13670. "funding": {
  13671. "url": "https://github.com/sponsors/antfu"
  13672. },
  13673. "peerDependencies": {
  13674. "@vue/composition-api": "^1.0.0-rc.1",
  13675. "vue": "^3.0.0-0 || ^2.6.0"
  13676. },
  13677. "peerDependenciesMeta": {
  13678. "@vue/composition-api": {
  13679. "optional": true
  13680. }
  13681. }
  13682. },
  13683. "node_modules/vue-router": {
  13684. "version": "4.4.4",
  13685. "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.4.4.tgz",
  13686. "integrity": "sha512-3MlnDqwRwZwCQVbtVfpsU+nrNymNjnXSsQtXName5925NVC1+326VVfYH9vSrA0N13teGEo8z5x7gbRnGjCDiQ==",
  13687. "license": "MIT",
  13688. "dependencies": {
  13689. "@vue/devtools-api": "^6.6.4"
  13690. },
  13691. "funding": {
  13692. "url": "https://github.com/sponsors/posva"
  13693. },
  13694. "peerDependencies": {
  13695. "vue": "^3.2.0"
  13696. }
  13697. },
  13698. "node_modules/vue/node_modules/@babel/parser": {
  13699. "version": "7.28.5",
  13700. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
  13701. "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
  13702. "license": "MIT",
  13703. "dependencies": {
  13704. "@babel/types": "^7.28.5"
  13705. },
  13706. "bin": {
  13707. "parser": "bin/babel-parser.js"
  13708. },
  13709. "engines": {
  13710. "node": ">=6.0.0"
  13711. }
  13712. },
  13713. "node_modules/vue/node_modules/@babel/types": {
  13714. "version": "7.28.5",
  13715. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
  13716. "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
  13717. "license": "MIT",
  13718. "dependencies": {
  13719. "@babel/helper-string-parser": "^7.27.1",
  13720. "@babel/helper-validator-identifier": "^7.28.5"
  13721. },
  13722. "engines": {
  13723. "node": ">=6.9.0"
  13724. }
  13725. },
  13726. "node_modules/vue/node_modules/@vue/compiler-core": {
  13727. "version": "3.5.25",
  13728. "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.25.tgz",
  13729. "integrity": "sha512-vay5/oQJdsNHmliWoZfHPoVZZRmnSWhug0BYT34njkYTPqClh3DNWLkZNJBVSjsNMrg0CCrBfoKkjZQPM/QVUw==",
  13730. "license": "MIT",
  13731. "dependencies": {
  13732. "@babel/parser": "^7.28.5",
  13733. "@vue/shared": "3.5.25",
  13734. "entities": "^4.5.0",
  13735. "estree-walker": "^2.0.2",
  13736. "source-map-js": "^1.2.1"
  13737. }
  13738. },
  13739. "node_modules/vue/node_modules/@vue/compiler-dom": {
  13740. "version": "3.5.25",
  13741. "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.25.tgz",
  13742. "integrity": "sha512-4We0OAcMZsKgYoGlMjzYvaoErltdFI2/25wqanuTu+S4gismOTRTBPi4IASOjxWdzIwrYSjnqONfKvuqkXzE2Q==",
  13743. "license": "MIT",
  13744. "dependencies": {
  13745. "@vue/compiler-core": "3.5.25",
  13746. "@vue/shared": "3.5.25"
  13747. }
  13748. },
  13749. "node_modules/vue/node_modules/@vue/compiler-sfc": {
  13750. "version": "3.5.25",
  13751. "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.25.tgz",
  13752. "integrity": "sha512-PUgKp2rn8fFsI++lF2sO7gwO2d9Yj57Utr5yEsDf3GNaQcowCLKL7sf+LvVFvtJDXUp/03+dC6f2+LCv5aK1ag==",
  13753. "license": "MIT",
  13754. "dependencies": {
  13755. "@babel/parser": "^7.28.5",
  13756. "@vue/compiler-core": "3.5.25",
  13757. "@vue/compiler-dom": "3.5.25",
  13758. "@vue/compiler-ssr": "3.5.25",
  13759. "@vue/shared": "3.5.25",
  13760. "estree-walker": "^2.0.2",
  13761. "magic-string": "^0.30.21",
  13762. "postcss": "^8.5.6",
  13763. "source-map-js": "^1.2.1"
  13764. }
  13765. },
  13766. "node_modules/vue/node_modules/@vue/compiler-ssr": {
  13767. "version": "3.5.25",
  13768. "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.25.tgz",
  13769. "integrity": "sha512-ritPSKLBcParnsKYi+GNtbdbrIE1mtuFEJ4U1sWeuOMlIziK5GtOL85t5RhsNy4uWIXPgk+OUdpnXiTdzn8o3A==",
  13770. "license": "MIT",
  13771. "dependencies": {
  13772. "@vue/compiler-dom": "3.5.25",
  13773. "@vue/shared": "3.5.25"
  13774. }
  13775. },
  13776. "node_modules/vue/node_modules/@vue/shared": {
  13777. "version": "3.5.25",
  13778. "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.25.tgz",
  13779. "integrity": "sha512-AbOPdQQnAnzs58H2FrrDxYj/TJfmeS2jdfEEhgiKINy+bnOANmVizIEgq1r+C5zsbs6l1CCQxtcj71rwNQ4jWg==",
  13780. "license": "MIT"
  13781. },
  13782. "node_modules/vue/node_modules/magic-string": {
  13783. "version": "0.30.21",
  13784. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
  13785. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  13786. "license": "MIT",
  13787. "dependencies": {
  13788. "@jridgewell/sourcemap-codec": "^1.5.5"
  13789. }
  13790. },
  13791. "node_modules/w3c-hr-time": {
  13792. "version": "1.0.2",
  13793. "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz",
  13794. "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==",
  13795. "deprecated": "Use your platform's native performance.now() and performance.timeOrigin.",
  13796. "dev": true,
  13797. "license": "MIT",
  13798. "dependencies": {
  13799. "browser-process-hrtime": "^1.0.0"
  13800. }
  13801. },
  13802. "node_modules/w3c-xmlserializer": {
  13803. "version": "2.0.0",
  13804. "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz",
  13805. "integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==",
  13806. "dev": true,
  13807. "license": "MIT",
  13808. "dependencies": {
  13809. "xml-name-validator": "^3.0.0"
  13810. },
  13811. "engines": {
  13812. "node": ">=10"
  13813. }
  13814. },
  13815. "node_modules/walker": {
  13816. "version": "1.0.8",
  13817. "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz",
  13818. "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==",
  13819. "dev": true,
  13820. "license": "Apache-2.0",
  13821. "dependencies": {
  13822. "makeerror": "1.0.12"
  13823. }
  13824. },
  13825. "node_modules/watchpack": {
  13826. "version": "2.4.4",
  13827. "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.4.tgz",
  13828. "integrity": "sha512-c5EGNOiyxxV5qmTtAB7rbiXxi1ooX1pQKMLX/MIabJjRA0SJBQOjKF+KSVfHkr9U1cADPon0mRiVe/riyaiDUA==",
  13829. "dev": true,
  13830. "license": "MIT",
  13831. "dependencies": {
  13832. "glob-to-regexp": "^0.4.1",
  13833. "graceful-fs": "^4.1.2"
  13834. },
  13835. "engines": {
  13836. "node": ">=10.13.0"
  13837. }
  13838. },
  13839. "node_modules/webidl-conversions": {
  13840. "version": "6.1.0",
  13841. "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz",
  13842. "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==",
  13843. "dev": true,
  13844. "license": "BSD-2-Clause",
  13845. "engines": {
  13846. "node": ">=10.4"
  13847. }
  13848. },
  13849. "node_modules/webpack": {
  13850. "version": "5.103.0",
  13851. "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.103.0.tgz",
  13852. "integrity": "sha512-HU1JOuV1OavsZ+mfigY0j8d1TgQgbZ6M+J75zDkpEAwYeXjWSqrGJtgnPblJjd/mAyTNQ7ygw0MiKOn6etz8yw==",
  13853. "dev": true,
  13854. "license": "MIT",
  13855. "peer": true,
  13856. "dependencies": {
  13857. "@types/eslint-scope": "^3.7.7",
  13858. "@types/estree": "^1.0.8",
  13859. "@types/json-schema": "^7.0.15",
  13860. "@webassemblyjs/ast": "^1.14.1",
  13861. "@webassemblyjs/wasm-edit": "^1.14.1",
  13862. "@webassemblyjs/wasm-parser": "^1.14.1",
  13863. "acorn": "^8.15.0",
  13864. "acorn-import-phases": "^1.0.3",
  13865. "browserslist": "^4.26.3",
  13866. "chrome-trace-event": "^1.0.2",
  13867. "enhanced-resolve": "^5.17.3",
  13868. "es-module-lexer": "^1.2.1",
  13869. "eslint-scope": "5.1.1",
  13870. "events": "^3.2.0",
  13871. "glob-to-regexp": "^0.4.1",
  13872. "graceful-fs": "^4.2.11",
  13873. "json-parse-even-better-errors": "^2.3.1",
  13874. "loader-runner": "^4.3.1",
  13875. "mime-types": "^2.1.27",
  13876. "neo-async": "^2.6.2",
  13877. "schema-utils": "^4.3.3",
  13878. "tapable": "^2.3.0",
  13879. "terser-webpack-plugin": "^5.3.11",
  13880. "watchpack": "^2.4.4",
  13881. "webpack-sources": "^3.3.3"
  13882. },
  13883. "bin": {
  13884. "webpack": "bin/webpack.js"
  13885. },
  13886. "engines": {
  13887. "node": ">=10.13.0"
  13888. },
  13889. "funding": {
  13890. "type": "opencollective",
  13891. "url": "https://opencollective.com/webpack"
  13892. },
  13893. "peerDependenciesMeta": {
  13894. "webpack-cli": {
  13895. "optional": true
  13896. }
  13897. }
  13898. },
  13899. "node_modules/webpack-sources": {
  13900. "version": "3.3.3",
  13901. "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.3.3.tgz",
  13902. "integrity": "sha512-yd1RBzSGanHkitROoPFd6qsrxt+oFhg/129YzheDGqeustzX0vTZJZsSsQjVQC4yzBQ56K55XU8gaNCtIzOnTg==",
  13903. "dev": true,
  13904. "license": "MIT",
  13905. "engines": {
  13906. "node": ">=10.13.0"
  13907. }
  13908. },
  13909. "node_modules/webpack-virtual-modules": {
  13910. "version": "0.6.2",
  13911. "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz",
  13912. "integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==",
  13913. "license": "MIT"
  13914. },
  13915. "node_modules/whatwg-encoding": {
  13916. "version": "1.0.5",
  13917. "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz",
  13918. "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==",
  13919. "dev": true,
  13920. "license": "MIT",
  13921. "dependencies": {
  13922. "iconv-lite": "0.4.24"
  13923. }
  13924. },
  13925. "node_modules/whatwg-mimetype": {
  13926. "version": "2.3.0",
  13927. "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz",
  13928. "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==",
  13929. "dev": true,
  13930. "license": "MIT"
  13931. },
  13932. "node_modules/whatwg-url": {
  13933. "version": "8.7.0",
  13934. "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz",
  13935. "integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==",
  13936. "dev": true,
  13937. "license": "MIT",
  13938. "dependencies": {
  13939. "lodash": "^4.7.0",
  13940. "tr46": "^2.1.0",
  13941. "webidl-conversions": "^6.1.0"
  13942. },
  13943. "engines": {
  13944. "node": ">=10"
  13945. }
  13946. },
  13947. "node_modules/which": {
  13948. "version": "2.0.2",
  13949. "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  13950. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  13951. "dev": true,
  13952. "license": "ISC",
  13953. "dependencies": {
  13954. "isexe": "^2.0.0"
  13955. },
  13956. "bin": {
  13957. "node-which": "bin/node-which"
  13958. },
  13959. "engines": {
  13960. "node": ">= 8"
  13961. }
  13962. },
  13963. "node_modules/wrap-ansi": {
  13964. "version": "7.0.0",
  13965. "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
  13966. "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
  13967. "dev": true,
  13968. "license": "MIT",
  13969. "dependencies": {
  13970. "ansi-styles": "^4.0.0",
  13971. "string-width": "^4.1.0",
  13972. "strip-ansi": "^6.0.0"
  13973. },
  13974. "engines": {
  13975. "node": ">=10"
  13976. },
  13977. "funding": {
  13978. "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
  13979. }
  13980. },
  13981. "node_modules/wrap-ansi/node_modules/ansi-styles": {
  13982. "version": "4.3.0",
  13983. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
  13984. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  13985. "dev": true,
  13986. "license": "MIT",
  13987. "dependencies": {
  13988. "color-convert": "^2.0.1"
  13989. },
  13990. "engines": {
  13991. "node": ">=8"
  13992. },
  13993. "funding": {
  13994. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  13995. }
  13996. },
  13997. "node_modules/wrap-ansi/node_modules/color-convert": {
  13998. "version": "2.0.1",
  13999. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
  14000. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  14001. "dev": true,
  14002. "license": "MIT",
  14003. "dependencies": {
  14004. "color-name": "~1.1.4"
  14005. },
  14006. "engines": {
  14007. "node": ">=7.0.0"
  14008. }
  14009. },
  14010. "node_modules/wrap-ansi/node_modules/color-name": {
  14011. "version": "1.1.4",
  14012. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
  14013. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  14014. "dev": true,
  14015. "license": "MIT"
  14016. },
  14017. "node_modules/wrappy": {
  14018. "version": "1.0.2",
  14019. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  14020. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  14021. "dev": true,
  14022. "license": "ISC"
  14023. },
  14024. "node_modules/write-file-atomic": {
  14025. "version": "3.0.3",
  14026. "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
  14027. "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==",
  14028. "dev": true,
  14029. "license": "ISC",
  14030. "dependencies": {
  14031. "imurmurhash": "^0.1.4",
  14032. "is-typedarray": "^1.0.0",
  14033. "signal-exit": "^3.0.2",
  14034. "typedarray-to-buffer": "^3.1.5"
  14035. }
  14036. },
  14037. "node_modules/ws": {
  14038. "version": "8.18.0",
  14039. "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
  14040. "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
  14041. "license": "MIT",
  14042. "engines": {
  14043. "node": ">=10.0.0"
  14044. },
  14045. "peerDependencies": {
  14046. "bufferutil": "^4.0.1",
  14047. "utf-8-validate": ">=5.0.2"
  14048. },
  14049. "peerDependenciesMeta": {
  14050. "bufferutil": {
  14051. "optional": true
  14052. },
  14053. "utf-8-validate": {
  14054. "optional": true
  14055. }
  14056. }
  14057. },
  14058. "node_modules/xhr": {
  14059. "version": "2.6.0",
  14060. "resolved": "https://registry.npmjs.org/xhr/-/xhr-2.6.0.tgz",
  14061. "integrity": "sha512-/eCGLb5rxjx5e3mF1A7s+pLlR6CGyqWN91fv1JgER5mVWg1MZmlhBvy9kjcsOdRk8RrIujotWyJamfyrp+WIcA==",
  14062. "license": "MIT",
  14063. "dependencies": {
  14064. "global": "~4.4.0",
  14065. "is-function": "^1.0.1",
  14066. "parse-headers": "^2.0.0",
  14067. "xtend": "^4.0.0"
  14068. }
  14069. },
  14070. "node_modules/xml-name-validator": {
  14071. "version": "3.0.0",
  14072. "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz",
  14073. "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==",
  14074. "dev": true,
  14075. "license": "Apache-2.0"
  14076. },
  14077. "node_modules/xml-parse-from-string": {
  14078. "version": "1.0.1",
  14079. "resolved": "https://registry.npmjs.org/xml-parse-from-string/-/xml-parse-from-string-1.0.1.tgz",
  14080. "integrity": "sha512-ErcKwJTF54uRzzNMXq2X5sMIy88zJvfN2DmdoQvy7PAFJ+tPRU6ydWuOKNMyfmOjdyBQTFREi60s0Y0SyI0G0g==",
  14081. "license": "MIT"
  14082. },
  14083. "node_modules/xml2js": {
  14084. "version": "0.5.0",
  14085. "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.5.0.tgz",
  14086. "integrity": "sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==",
  14087. "license": "MIT",
  14088. "dependencies": {
  14089. "sax": ">=0.6.0",
  14090. "xmlbuilder": "~11.0.0"
  14091. },
  14092. "engines": {
  14093. "node": ">=4.0.0"
  14094. }
  14095. },
  14096. "node_modules/xmlbuilder": {
  14097. "version": "11.0.1",
  14098. "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz",
  14099. "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==",
  14100. "license": "MIT",
  14101. "engines": {
  14102. "node": ">=4.0"
  14103. }
  14104. },
  14105. "node_modules/xmlchars": {
  14106. "version": "2.2.0",
  14107. "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
  14108. "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
  14109. "dev": true,
  14110. "license": "MIT"
  14111. },
  14112. "node_modules/xmlhttprequest": {
  14113. "version": "1.8.0",
  14114. "resolved": "https://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz",
  14115. "integrity": "sha512-58Im/U0mlVBLM38NdZjHyhuMtCqa61469k2YP/AaPbvCoV9aQGUpbJBj1QRm2ytRiVQBD/fsw7L2bJGDVQswBA==",
  14116. "license": "MIT",
  14117. "engines": {
  14118. "node": ">=0.4.0"
  14119. }
  14120. },
  14121. "node_modules/xregexp": {
  14122. "version": "3.1.0",
  14123. "resolved": "https://registry.npmjs.org/xregexp/-/xregexp-3.1.0.tgz",
  14124. "integrity": "sha512-4Y1x6DyB8xRoxosooa6PlGWqmmSKatbzhrftZ7Purmm4B8R4qIEJG1A2hZsdz5DhmIqS0msC0I7KEq93GphEVg==",
  14125. "license": "MIT"
  14126. },
  14127. "node_modules/xtend": {
  14128. "version": "4.0.2",
  14129. "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
  14130. "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
  14131. "license": "MIT",
  14132. "engines": {
  14133. "node": ">=0.4"
  14134. }
  14135. },
  14136. "node_modules/y18n": {
  14137. "version": "5.0.8",
  14138. "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
  14139. "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
  14140. "dev": true,
  14141. "license": "ISC",
  14142. "engines": {
  14143. "node": ">=10"
  14144. }
  14145. },
  14146. "node_modules/yallist": {
  14147. "version": "3.1.1",
  14148. "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
  14149. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  14150. "license": "ISC"
  14151. },
  14152. "node_modules/yaml": {
  14153. "version": "1.10.2",
  14154. "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
  14155. "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
  14156. "license": "ISC",
  14157. "engines": {
  14158. "node": ">= 6"
  14159. }
  14160. },
  14161. "node_modules/yargs": {
  14162. "version": "16.2.0",
  14163. "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
  14164. "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
  14165. "dev": true,
  14166. "license": "MIT",
  14167. "dependencies": {
  14168. "cliui": "^7.0.2",
  14169. "escalade": "^3.1.1",
  14170. "get-caller-file": "^2.0.5",
  14171. "require-directory": "^2.1.1",
  14172. "string-width": "^4.2.0",
  14173. "y18n": "^5.0.5",
  14174. "yargs-parser": "^20.2.2"
  14175. },
  14176. "engines": {
  14177. "node": ">=10"
  14178. }
  14179. },
  14180. "node_modules/yargs-parser": {
  14181. "version": "20.2.9",
  14182. "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
  14183. "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
  14184. "dev": true,
  14185. "license": "ISC",
  14186. "engines": {
  14187. "node": ">=10"
  14188. }
  14189. }
  14190. }
  14191. }