package-lock.json 379 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054605560566057605860596060606160626063606460656066606760686069607060716072607360746075607660776078607960806081608260836084608560866087608860896090609160926093609460956096609760986099610061016102610361046105610661076108610961106111611261136114611561166117611861196120612161226123612461256126612761286129613061316132613361346135613661376138613961406141614261436144614561466147614861496150615161526153615461556156615761586159616061616162616361646165616661676168616961706171617261736174617561766177617861796180618161826183618461856186618761886189619061916192619361946195619661976198619962006201620262036204620562066207620862096210621162126213621462156216621762186219622062216222622362246225622662276228622962306231623262336234623562366237623862396240624162426243624462456246624762486249625062516252625362546255625662576258625962606261626262636264626562666267626862696270627162726273627462756276627762786279628062816282628362846285628662876288628962906291629262936294629562966297629862996300630163026303630463056306630763086309631063116312631363146315631663176318631963206321632263236324632563266327632863296330633163326333633463356336633763386339634063416342634363446345634663476348634963506351635263536354635563566357635863596360636163626363636463656366636763686369637063716372637363746375637663776378637963806381638263836384638563866387638863896390639163926393639463956396639763986399640064016402640364046405640664076408640964106411641264136414641564166417641864196420642164226423642464256426642764286429643064316432643364346435643664376438643964406441644264436444644564466447644864496450645164526453645464556456645764586459646064616462646364646465646664676468646964706471647264736474647564766477647864796480648164826483648464856486648764886489649064916492649364946495649664976498649965006501650265036504650565066507650865096510651165126513651465156516651765186519652065216522652365246525652665276528652965306531653265336534653565366537653865396540654165426543654465456546654765486549655065516552655365546555655665576558655965606561656265636564656565666567656865696570657165726573657465756576657765786579658065816582658365846585658665876588658965906591659265936594659565966597659865996600660166026603660466056606660766086609661066116612661366146615661666176618661966206621662266236624662566266627662866296630663166326633663466356636663766386639664066416642664366446645664666476648664966506651665266536654665566566657665866596660666166626663666466656666666766686669667066716672667366746675667666776678667966806681668266836684668566866687668866896690669166926693669466956696669766986699670067016702670367046705670667076708670967106711671267136714671567166717671867196720672167226723672467256726672767286729673067316732673367346735673667376738673967406741674267436744674567466747674867496750675167526753675467556756675767586759676067616762676367646765676667676768676967706771677267736774677567766777677867796780678167826783678467856786678767886789679067916792679367946795679667976798679968006801680268036804680568066807680868096810681168126813681468156816681768186819682068216822682368246825682668276828682968306831683268336834683568366837683868396840684168426843684468456846684768486849685068516852685368546855685668576858685968606861686268636864686568666867686868696870687168726873687468756876687768786879688068816882688368846885688668876888688968906891689268936894689568966897689868996900690169026903690469056906690769086909691069116912691369146915691669176918691969206921692269236924692569266927692869296930693169326933693469356936693769386939694069416942694369446945694669476948694969506951695269536954695569566957695869596960696169626963696469656966696769686969697069716972697369746975697669776978697969806981698269836984698569866987698869896990699169926993699469956996699769986999700070017002700370047005700670077008700970107011701270137014701570167017701870197020702170227023702470257026702770287029703070317032703370347035703670377038703970407041704270437044704570467047704870497050705170527053705470557056705770587059706070617062706370647065706670677068706970707071707270737074707570767077707870797080708170827083708470857086708770887089709070917092709370947095709670977098709971007101710271037104710571067107710871097110711171127113711471157116711771187119712071217122712371247125712671277128712971307131713271337134713571367137713871397140714171427143714471457146714771487149715071517152715371547155715671577158715971607161716271637164716571667167716871697170717171727173717471757176717771787179718071817182718371847185718671877188718971907191719271937194719571967197719871997200720172027203720472057206720772087209721072117212721372147215721672177218721972207221722272237224722572267227722872297230723172327233723472357236723772387239724072417242724372447245724672477248724972507251725272537254725572567257725872597260726172627263726472657266726772687269727072717272727372747275727672777278727972807281728272837284728572867287728872897290729172927293729472957296729772987299730073017302730373047305730673077308730973107311731273137314731573167317731873197320732173227323732473257326732773287329733073317332733373347335733673377338733973407341734273437344734573467347734873497350735173527353735473557356735773587359736073617362736373647365736673677368736973707371737273737374737573767377737873797380738173827383738473857386738773887389739073917392739373947395739673977398739974007401740274037404740574067407740874097410741174127413741474157416741774187419742074217422742374247425742674277428742974307431743274337434743574367437743874397440744174427443744474457446744774487449745074517452745374547455745674577458745974607461746274637464746574667467746874697470747174727473747474757476747774787479748074817482748374847485748674877488748974907491749274937494749574967497749874997500750175027503750475057506750775087509751075117512751375147515751675177518751975207521752275237524752575267527752875297530753175327533753475357536753775387539754075417542754375447545754675477548754975507551755275537554755575567557755875597560756175627563756475657566756775687569757075717572757375747575757675777578757975807581758275837584758575867587758875897590759175927593759475957596759775987599760076017602760376047605760676077608760976107611761276137614761576167617761876197620762176227623762476257626762776287629763076317632763376347635763676377638763976407641764276437644764576467647764876497650765176527653765476557656765776587659766076617662766376647665766676677668766976707671767276737674767576767677767876797680768176827683768476857686768776887689769076917692769376947695769676977698769977007701770277037704770577067707770877097710771177127713771477157716771777187719772077217722772377247725772677277728772977307731773277337734773577367737773877397740774177427743774477457746774777487749775077517752775377547755775677577758775977607761776277637764776577667767776877697770777177727773777477757776777777787779778077817782778377847785778677877788778977907791779277937794779577967797779877997800780178027803780478057806780778087809781078117812781378147815781678177818781978207821782278237824782578267827782878297830783178327833783478357836783778387839784078417842784378447845784678477848784978507851785278537854785578567857785878597860786178627863786478657866786778687869787078717872787378747875787678777878787978807881788278837884788578867887788878897890789178927893789478957896789778987899790079017902790379047905790679077908790979107911791279137914791579167917791879197920792179227923792479257926792779287929793079317932793379347935793679377938793979407941794279437944794579467947794879497950795179527953795479557956795779587959796079617962796379647965796679677968796979707971797279737974797579767977797879797980798179827983798479857986798779887989799079917992799379947995799679977998799980008001800280038004800580068007800880098010801180128013801480158016801780188019802080218022802380248025802680278028802980308031803280338034803580368037803880398040804180428043804480458046804780488049805080518052805380548055805680578058805980608061806280638064806580668067806880698070807180728073807480758076807780788079808080818082808380848085808680878088808980908091809280938094809580968097809880998100810181028103810481058106810781088109811081118112811381148115811681178118811981208121812281238124812581268127812881298130813181328133813481358136813781388139814081418142814381448145814681478148814981508151815281538154815581568157815881598160816181628163816481658166816781688169817081718172817381748175817681778178817981808181818281838184818581868187818881898190819181928193819481958196819781988199820082018202820382048205820682078208820982108211821282138214821582168217821882198220822182228223822482258226822782288229823082318232823382348235823682378238823982408241824282438244824582468247824882498250825182528253825482558256825782588259826082618262826382648265826682678268826982708271827282738274827582768277827882798280828182828283828482858286828782888289829082918292829382948295829682978298829983008301830283038304830583068307830883098310831183128313831483158316831783188319832083218322832383248325832683278328832983308331833283338334833583368337833883398340834183428343834483458346834783488349835083518352835383548355835683578358835983608361836283638364836583668367836883698370837183728373837483758376837783788379838083818382838383848385838683878388838983908391839283938394839583968397839883998400840184028403840484058406840784088409841084118412841384148415841684178418841984208421842284238424842584268427842884298430843184328433843484358436843784388439844084418442844384448445844684478448844984508451845284538454845584568457845884598460846184628463846484658466846784688469847084718472847384748475847684778478847984808481848284838484848584868487848884898490849184928493849484958496849784988499850085018502850385048505850685078508850985108511851285138514851585168517851885198520852185228523852485258526852785288529853085318532853385348535853685378538853985408541854285438544854585468547854885498550855185528553855485558556855785588559856085618562856385648565856685678568856985708571857285738574857585768577857885798580858185828583858485858586858785888589859085918592859385948595859685978598859986008601860286038604860586068607860886098610861186128613861486158616861786188619862086218622862386248625862686278628862986308631863286338634863586368637863886398640864186428643864486458646864786488649865086518652865386548655865686578658865986608661866286638664866586668667866886698670867186728673867486758676867786788679868086818682868386848685868686878688868986908691869286938694869586968697869886998700870187028703870487058706870787088709871087118712871387148715871687178718871987208721872287238724872587268727872887298730873187328733873487358736873787388739874087418742874387448745874687478748874987508751875287538754875587568757875887598760876187628763876487658766876787688769877087718772877387748775877687778778877987808781878287838784878587868787878887898790879187928793879487958796879787988799880088018802880388048805880688078808880988108811881288138814881588168817881888198820882188228823882488258826882788288829883088318832883388348835883688378838883988408841884288438844884588468847884888498850885188528853885488558856885788588859886088618862886388648865886688678868886988708871887288738874887588768877887888798880888188828883888488858886888788888889889088918892889388948895889688978898889989008901890289038904890589068907890889098910891189128913891489158916891789188919892089218922892389248925892689278928892989308931893289338934893589368937893889398940894189428943894489458946894789488949895089518952895389548955895689578958895989608961896289638964896589668967896889698970897189728973897489758976897789788979898089818982898389848985898689878988898989908991899289938994899589968997899889999000900190029003900490059006900790089009901090119012901390149015901690179018901990209021902290239024902590269027902890299030903190329033903490359036903790389039904090419042904390449045904690479048904990509051905290539054905590569057905890599060906190629063906490659066906790689069907090719072907390749075907690779078907990809081908290839084908590869087908890899090909190929093909490959096909790989099910091019102910391049105910691079108910991109111911291139114911591169117911891199120912191229123912491259126912791289129913091319132913391349135913691379138913991409141914291439144914591469147914891499150915191529153915491559156915791589159916091619162916391649165916691679168916991709171917291739174917591769177917891799180918191829183918491859186918791889189919091919192919391949195919691979198919992009201920292039204920592069207920892099210921192129213921492159216921792189219922092219222922392249225922692279228922992309231923292339234923592369237923892399240924192429243924492459246924792489249925092519252925392549255925692579258925992609261926292639264926592669267926892699270927192729273927492759276927792789279928092819282928392849285928692879288928992909291929292939294929592969297929892999300930193029303930493059306930793089309931093119312931393149315931693179318931993209321932293239324932593269327932893299330933193329333933493359336933793389339934093419342934393449345934693479348934993509351935293539354935593569357935893599360936193629363936493659366936793689369937093719372937393749375937693779378937993809381938293839384938593869387938893899390939193929393939493959396939793989399940094019402940394049405940694079408940994109411941294139414941594169417941894199420942194229423942494259426942794289429943094319432943394349435943694379438943994409441944294439444944594469447944894499450945194529453945494559456945794589459946094619462946394649465946694679468946994709471947294739474947594769477947894799480948194829483948494859486948794889489949094919492949394949495949694979498949995009501950295039504950595069507950895099510951195129513951495159516951795189519952095219522952395249525952695279528952995309531953295339534953595369537953895399540954195429543954495459546954795489549955095519552955395549555955695579558955995609561956295639564956595669567956895699570957195729573957495759576957795789579958095819582958395849585958695879588958995909591959295939594959595969597959895999600960196029603960496059606960796089609961096119612961396149615961696179618961996209621962296239624962596269627962896299630963196329633963496359636963796389639964096419642964396449645964696479648964996509651965296539654965596569657965896599660966196629663966496659666966796689669967096719672967396749675967696779678967996809681968296839684968596869687968896899690969196929693969496959696969796989699970097019702970397049705970697079708970997109711971297139714971597169717971897199720972197229723972497259726972797289729973097319732973397349735973697379738973997409741974297439744974597469747974897499750975197529753975497559756975797589759976097619762976397649765976697679768976997709771977297739774977597769777977897799780978197829783978497859786978797889789979097919792979397949795979697979798979998009801980298039804980598069807980898099810981198129813981498159816981798189819982098219822982398249825982698279828982998309831983298339834983598369837983898399840984198429843984498459846984798489849985098519852985398549855985698579858985998609861986298639864986598669867986898699870987198729873987498759876987798789879988098819882988398849885988698879888988998909891989298939894989598969897989898999900990199029903990499059906990799089909991099119912991399149915991699179918991999209921992299239924992599269927992899299930993199329933993499359936993799389939994099419942994399449945994699479948994999509951995299539954995599569957995899599960996199629963996499659966996799689969997099719972997399749975997699779978997999809981998299839984998599869987998899899990999199929993999499959996999799989999100001000110002100031000410005100061000710008100091001010011100121001310014100151001610017100181001910020100211002210023100241002510026100271002810029100301003110032100331003410035100361003710038100391004010041100421004310044100451004610047100481004910050100511005210053100541005510056100571005810059100601006110062100631006410065100661006710068100691007010071100721007310074100751007610077100781007910080100811008210083100841008510086100871008810089100901009110092100931009410095100961009710098100991010010101101021010310104101051010610107101081010910110101111011210113101141011510116101171011810119101201012110122101231012410125101261012710128101291013010131101321013310134101351013610137101381013910140
  1. {
  2. "name": "vber-app",
  3. "version": "1.0.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "vber-app",
  9. "version": "1.0.0",
  10. "dependencies": {
  11. "@dcloudio/uni-app": "3.0.0-3080720230703001",
  12. "@dcloudio/uni-app-plus": "3.0.0-3080720230703001",
  13. "@dcloudio/uni-components": "3.0.0-3080720230703001",
  14. "@dcloudio/uni-h5": "3.0.0-3080720230703001",
  15. "@dcloudio/uni-mp-alipay": "3.0.0-3080720230703001",
  16. "@dcloudio/uni-mp-baidu": "3.0.0-3080720230703001",
  17. "@dcloudio/uni-mp-jd": "3.0.0-3080720230703001",
  18. "@dcloudio/uni-mp-kuaishou": "3.0.0-3080720230703001",
  19. "@dcloudio/uni-mp-lark": "3.0.0-3080720230703001",
  20. "@dcloudio/uni-mp-qq": "3.0.0-3080720230703001",
  21. "@dcloudio/uni-mp-toutiao": "3.0.0-3080720230703001",
  22. "@dcloudio/uni-mp-weixin": "3.0.0-3080720230703001",
  23. "@dcloudio/uni-quickapp-webview": "3.0.0-3080720230703001",
  24. "@dcloudio/uni-ui": "^1.4.28",
  25. "@vant/area-data": "^1.5.1",
  26. "dayjs": "^1.11.10",
  27. "pinia": "2.0.23",
  28. "unplugin-auto-import": "^0.15.3",
  29. "unplugin-vue-components": "^0.24.1",
  30. "uqrcodejs": "^4.0.7",
  31. "vite-plugin-compression": "^0.5.1",
  32. "vite-plugin-vue-setup-extend": "^0.4.0",
  33. "vue": "^3.2.45",
  34. "vue-i18n": "^9.1.9"
  35. },
  36. "devDependencies": {
  37. "@dcloudio/types": "^3.3.2",
  38. "@dcloudio/uni-automator": "3.0.0-3080720230703001",
  39. "@dcloudio/uni-cli-shared": "3.0.0-3080720230703001",
  40. "@dcloudio/uni-stacktracey": "3.0.0-3080720230703001",
  41. "@dcloudio/vite-plugin-uni": "3.0.0-3080720230703001",
  42. "@types/node": "^20.4.1",
  43. "@typescript-eslint/eslint-plugin": "^6.0.0",
  44. "@typescript-eslint/parser": "^6.0.0",
  45. "@vue/tsconfig": "^0.1.3",
  46. "eslint": "^8.44.0",
  47. "eslint-config-prettier": "^8.8.0",
  48. "eslint-plugin-import": "^2.27.5",
  49. "eslint-plugin-prettier": "^5.0.0",
  50. "eslint-plugin-vue": "^9.15.1",
  51. "sass": "^1.63.6",
  52. "sass-loader": "^13.3.2",
  53. "typescript": "^4.9.4",
  54. "vite": "4.0.4",
  55. "vue-eslint-parser": "^9.3.1",
  56. "vue-tsc": "^1.0.24"
  57. }
  58. },
  59. "node_modules/@aashutoshrathi/word-wrap": {
  60. "version": "1.2.6",
  61. "resolved": "https://registry.npmmirror.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz",
  62. "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==",
  63. "dev": true,
  64. "engines": {
  65. "node": ">=0.10.0"
  66. }
  67. },
  68. "node_modules/@ampproject/remapping": {
  69. "version": "2.2.1",
  70. "resolved": "https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.2.1.tgz",
  71. "integrity": "sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==",
  72. "dependencies": {
  73. "@jridgewell/gen-mapping": "^0.3.0",
  74. "@jridgewell/trace-mapping": "^0.3.9"
  75. },
  76. "engines": {
  77. "node": ">=6.0.0"
  78. }
  79. },
  80. "node_modules/@antfu/utils": {
  81. "version": "0.7.7",
  82. "resolved": "https://registry.npmmirror.com/@antfu/utils/-/utils-0.7.7.tgz",
  83. "integrity": "sha512-gFPqTG7otEJ8uP6wrhDv6mqwGWYZKNvAcCq6u9hOj0c+IKCEsY4L1oC9trPq2SaWIzAfHvqfBDxF591JkMf+kg==",
  84. "funding": {
  85. "url": "https://github.com/sponsors/antfu"
  86. }
  87. },
  88. "node_modules/@babel/code-frame": {
  89. "version": "7.23.5",
  90. "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.23.5.tgz",
  91. "integrity": "sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==",
  92. "dependencies": {
  93. "@babel/highlight": "^7.23.4",
  94. "chalk": "^2.4.2"
  95. },
  96. "engines": {
  97. "node": ">=6.9.0"
  98. }
  99. },
  100. "node_modules/@babel/compat-data": {
  101. "version": "7.23.5",
  102. "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.23.5.tgz",
  103. "integrity": "sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==",
  104. "engines": {
  105. "node": ">=6.9.0"
  106. }
  107. },
  108. "node_modules/@babel/core": {
  109. "version": "7.23.7",
  110. "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.23.7.tgz",
  111. "integrity": "sha512-+UpDgowcmqe36d4NwqvKsyPMlOLNGMsfMmQ5WGCu+siCe3t3dfe9njrzGfdN4qq+bcNUt0+Vw6haRxBOycs4dw==",
  112. "dependencies": {
  113. "@ampproject/remapping": "^2.2.0",
  114. "@babel/code-frame": "^7.23.5",
  115. "@babel/generator": "^7.23.6",
  116. "@babel/helper-compilation-targets": "^7.23.6",
  117. "@babel/helper-module-transforms": "^7.23.3",
  118. "@babel/helpers": "^7.23.7",
  119. "@babel/parser": "^7.23.6",
  120. "@babel/template": "^7.22.15",
  121. "@babel/traverse": "^7.23.7",
  122. "@babel/types": "^7.23.6",
  123. "convert-source-map": "^2.0.0",
  124. "debug": "^4.1.0",
  125. "gensync": "^1.0.0-beta.2",
  126. "json5": "^2.2.3",
  127. "semver": "^6.3.1"
  128. },
  129. "engines": {
  130. "node": ">=6.9.0"
  131. },
  132. "funding": {
  133. "type": "opencollective",
  134. "url": "https://opencollective.com/babel"
  135. }
  136. },
  137. "node_modules/@babel/generator": {
  138. "version": "7.23.6",
  139. "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.23.6.tgz",
  140. "integrity": "sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==",
  141. "dependencies": {
  142. "@babel/types": "^7.23.6",
  143. "@jridgewell/gen-mapping": "^0.3.2",
  144. "@jridgewell/trace-mapping": "^0.3.17",
  145. "jsesc": "^2.5.1"
  146. },
  147. "engines": {
  148. "node": ">=6.9.0"
  149. }
  150. },
  151. "node_modules/@babel/helper-annotate-as-pure": {
  152. "version": "7.22.5",
  153. "resolved": "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz",
  154. "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==",
  155. "dev": true,
  156. "dependencies": {
  157. "@babel/types": "^7.22.5"
  158. },
  159. "engines": {
  160. "node": ">=6.9.0"
  161. }
  162. },
  163. "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
  164. "version": "7.22.15",
  165. "resolved": "https://registry.npmmirror.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz",
  166. "integrity": "sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==",
  167. "dev": true,
  168. "dependencies": {
  169. "@babel/types": "^7.22.15"
  170. },
  171. "engines": {
  172. "node": ">=6.9.0"
  173. }
  174. },
  175. "node_modules/@babel/helper-compilation-targets": {
  176. "version": "7.23.6",
  177. "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz",
  178. "integrity": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==",
  179. "dependencies": {
  180. "@babel/compat-data": "^7.23.5",
  181. "@babel/helper-validator-option": "^7.23.5",
  182. "browserslist": "^4.22.2",
  183. "lru-cache": "^5.1.1",
  184. "semver": "^6.3.1"
  185. },
  186. "engines": {
  187. "node": ">=6.9.0"
  188. }
  189. },
  190. "node_modules/@babel/helper-create-class-features-plugin": {
  191. "version": "7.23.7",
  192. "resolved": "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.23.7.tgz",
  193. "integrity": "sha512-xCoqR/8+BoNnXOY7RVSgv6X+o7pmT5q1d+gGcRlXYkI+9B31glE4jeejhKVpA04O1AtzOt7OSQ6VYKP5FcRl9g==",
  194. "dev": true,
  195. "dependencies": {
  196. "@babel/helper-annotate-as-pure": "^7.22.5",
  197. "@babel/helper-environment-visitor": "^7.22.20",
  198. "@babel/helper-function-name": "^7.23.0",
  199. "@babel/helper-member-expression-to-functions": "^7.23.0",
  200. "@babel/helper-optimise-call-expression": "^7.22.5",
  201. "@babel/helper-replace-supers": "^7.22.20",
  202. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
  203. "@babel/helper-split-export-declaration": "^7.22.6",
  204. "semver": "^6.3.1"
  205. },
  206. "engines": {
  207. "node": ">=6.9.0"
  208. },
  209. "peerDependencies": {
  210. "@babel/core": "^7.0.0"
  211. }
  212. },
  213. "node_modules/@babel/helper-create-regexp-features-plugin": {
  214. "version": "7.22.15",
  215. "resolved": "https://registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz",
  216. "integrity": "sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==",
  217. "dev": true,
  218. "dependencies": {
  219. "@babel/helper-annotate-as-pure": "^7.22.5",
  220. "regexpu-core": "^5.3.1",
  221. "semver": "^6.3.1"
  222. },
  223. "engines": {
  224. "node": ">=6.9.0"
  225. },
  226. "peerDependencies": {
  227. "@babel/core": "^7.0.0"
  228. }
  229. },
  230. "node_modules/@babel/helper-define-polyfill-provider": {
  231. "version": "0.4.4",
  232. "resolved": "https://registry.npmmirror.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.4.tgz",
  233. "integrity": "sha512-QcJMILQCu2jm5TFPGA3lCpJJTeEP+mqeXooG/NZbg/h5FTFi6V0+99ahlRsW8/kRLyb24LZVCCiclDedhLKcBA==",
  234. "dev": true,
  235. "dependencies": {
  236. "@babel/helper-compilation-targets": "^7.22.6",
  237. "@babel/helper-plugin-utils": "^7.22.5",
  238. "debug": "^4.1.1",
  239. "lodash.debounce": "^4.0.8",
  240. "resolve": "^1.14.2"
  241. },
  242. "peerDependencies": {
  243. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  244. }
  245. },
  246. "node_modules/@babel/helper-environment-visitor": {
  247. "version": "7.22.20",
  248. "resolved": "https://registry.npmmirror.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz",
  249. "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==",
  250. "engines": {
  251. "node": ">=6.9.0"
  252. }
  253. },
  254. "node_modules/@babel/helper-function-name": {
  255. "version": "7.23.0",
  256. "resolved": "https://registry.npmmirror.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz",
  257. "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==",
  258. "dependencies": {
  259. "@babel/template": "^7.22.15",
  260. "@babel/types": "^7.23.0"
  261. },
  262. "engines": {
  263. "node": ">=6.9.0"
  264. }
  265. },
  266. "node_modules/@babel/helper-hoist-variables": {
  267. "version": "7.22.5",
  268. "resolved": "https://registry.npmmirror.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz",
  269. "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==",
  270. "dependencies": {
  271. "@babel/types": "^7.22.5"
  272. },
  273. "engines": {
  274. "node": ">=6.9.0"
  275. }
  276. },
  277. "node_modules/@babel/helper-member-expression-to-functions": {
  278. "version": "7.23.0",
  279. "resolved": "https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz",
  280. "integrity": "sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==",
  281. "dev": true,
  282. "dependencies": {
  283. "@babel/types": "^7.23.0"
  284. },
  285. "engines": {
  286. "node": ">=6.9.0"
  287. }
  288. },
  289. "node_modules/@babel/helper-module-imports": {
  290. "version": "7.22.15",
  291. "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz",
  292. "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==",
  293. "dependencies": {
  294. "@babel/types": "^7.22.15"
  295. },
  296. "engines": {
  297. "node": ">=6.9.0"
  298. }
  299. },
  300. "node_modules/@babel/helper-module-transforms": {
  301. "version": "7.23.3",
  302. "resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz",
  303. "integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==",
  304. "dependencies": {
  305. "@babel/helper-environment-visitor": "^7.22.20",
  306. "@babel/helper-module-imports": "^7.22.15",
  307. "@babel/helper-simple-access": "^7.22.5",
  308. "@babel/helper-split-export-declaration": "^7.22.6",
  309. "@babel/helper-validator-identifier": "^7.22.20"
  310. },
  311. "engines": {
  312. "node": ">=6.9.0"
  313. },
  314. "peerDependencies": {
  315. "@babel/core": "^7.0.0"
  316. }
  317. },
  318. "node_modules/@babel/helper-optimise-call-expression": {
  319. "version": "7.22.5",
  320. "resolved": "https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz",
  321. "integrity": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==",
  322. "dev": true,
  323. "dependencies": {
  324. "@babel/types": "^7.22.5"
  325. },
  326. "engines": {
  327. "node": ">=6.9.0"
  328. }
  329. },
  330. "node_modules/@babel/helper-plugin-utils": {
  331. "version": "7.22.5",
  332. "resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz",
  333. "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==",
  334. "dev": true,
  335. "engines": {
  336. "node": ">=6.9.0"
  337. }
  338. },
  339. "node_modules/@babel/helper-remap-async-to-generator": {
  340. "version": "7.22.20",
  341. "resolved": "https://registry.npmmirror.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz",
  342. "integrity": "sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==",
  343. "dev": true,
  344. "dependencies": {
  345. "@babel/helper-annotate-as-pure": "^7.22.5",
  346. "@babel/helper-environment-visitor": "^7.22.20",
  347. "@babel/helper-wrap-function": "^7.22.20"
  348. },
  349. "engines": {
  350. "node": ">=6.9.0"
  351. },
  352. "peerDependencies": {
  353. "@babel/core": "^7.0.0"
  354. }
  355. },
  356. "node_modules/@babel/helper-replace-supers": {
  357. "version": "7.22.20",
  358. "resolved": "https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz",
  359. "integrity": "sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==",
  360. "dev": true,
  361. "dependencies": {
  362. "@babel/helper-environment-visitor": "^7.22.20",
  363. "@babel/helper-member-expression-to-functions": "^7.22.15",
  364. "@babel/helper-optimise-call-expression": "^7.22.5"
  365. },
  366. "engines": {
  367. "node": ">=6.9.0"
  368. },
  369. "peerDependencies": {
  370. "@babel/core": "^7.0.0"
  371. }
  372. },
  373. "node_modules/@babel/helper-simple-access": {
  374. "version": "7.22.5",
  375. "resolved": "https://registry.npmmirror.com/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz",
  376. "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==",
  377. "dependencies": {
  378. "@babel/types": "^7.22.5"
  379. },
  380. "engines": {
  381. "node": ">=6.9.0"
  382. }
  383. },
  384. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  385. "version": "7.22.5",
  386. "resolved": "https://registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz",
  387. "integrity": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==",
  388. "dev": true,
  389. "dependencies": {
  390. "@babel/types": "^7.22.5"
  391. },
  392. "engines": {
  393. "node": ">=6.9.0"
  394. }
  395. },
  396. "node_modules/@babel/helper-split-export-declaration": {
  397. "version": "7.22.6",
  398. "resolved": "https://registry.npmmirror.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz",
  399. "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==",
  400. "dependencies": {
  401. "@babel/types": "^7.22.5"
  402. },
  403. "engines": {
  404. "node": ">=6.9.0"
  405. }
  406. },
  407. "node_modules/@babel/helper-string-parser": {
  408. "version": "7.23.4",
  409. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz",
  410. "integrity": "sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==",
  411. "engines": {
  412. "node": ">=6.9.0"
  413. }
  414. },
  415. "node_modules/@babel/helper-validator-identifier": {
  416. "version": "7.22.20",
  417. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz",
  418. "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==",
  419. "engines": {
  420. "node": ">=6.9.0"
  421. }
  422. },
  423. "node_modules/@babel/helper-validator-option": {
  424. "version": "7.23.5",
  425. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz",
  426. "integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==",
  427. "engines": {
  428. "node": ">=6.9.0"
  429. }
  430. },
  431. "node_modules/@babel/helper-wrap-function": {
  432. "version": "7.22.20",
  433. "resolved": "https://registry.npmmirror.com/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz",
  434. "integrity": "sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==",
  435. "dev": true,
  436. "dependencies": {
  437. "@babel/helper-function-name": "^7.22.5",
  438. "@babel/template": "^7.22.15",
  439. "@babel/types": "^7.22.19"
  440. },
  441. "engines": {
  442. "node": ">=6.9.0"
  443. }
  444. },
  445. "node_modules/@babel/helpers": {
  446. "version": "7.23.7",
  447. "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.23.7.tgz",
  448. "integrity": "sha512-6AMnjCoC8wjqBzDHkuqpa7jAKwvMo4dC+lr/TFBz+ucfulO1XMpDnwWPGBNwClOKZ8h6xn5N81W/R5OrcKtCbQ==",
  449. "dependencies": {
  450. "@babel/template": "^7.22.15",
  451. "@babel/traverse": "^7.23.7",
  452. "@babel/types": "^7.23.6"
  453. },
  454. "engines": {
  455. "node": ">=6.9.0"
  456. }
  457. },
  458. "node_modules/@babel/highlight": {
  459. "version": "7.23.4",
  460. "resolved": "https://registry.npmmirror.com/@babel/highlight/-/highlight-7.23.4.tgz",
  461. "integrity": "sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==",
  462. "dependencies": {
  463. "@babel/helper-validator-identifier": "^7.22.20",
  464. "chalk": "^2.4.2",
  465. "js-tokens": "^4.0.0"
  466. },
  467. "engines": {
  468. "node": ">=6.9.0"
  469. }
  470. },
  471. "node_modules/@babel/parser": {
  472. "version": "7.23.6",
  473. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.23.6.tgz",
  474. "integrity": "sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==",
  475. "bin": {
  476. "parser": "bin/babel-parser.js"
  477. },
  478. "engines": {
  479. "node": ">=6.0.0"
  480. }
  481. },
  482. "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
  483. "version": "7.23.3",
  484. "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.23.3.tgz",
  485. "integrity": "sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==",
  486. "dev": true,
  487. "dependencies": {
  488. "@babel/helper-plugin-utils": "^7.22.5"
  489. },
  490. "engines": {
  491. "node": ">=6.9.0"
  492. },
  493. "peerDependencies": {
  494. "@babel/core": "^7.0.0"
  495. }
  496. },
  497. "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
  498. "version": "7.23.3",
  499. "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.23.3.tgz",
  500. "integrity": "sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==",
  501. "dev": true,
  502. "dependencies": {
  503. "@babel/helper-plugin-utils": "^7.22.5",
  504. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
  505. "@babel/plugin-transform-optional-chaining": "^7.23.3"
  506. },
  507. "engines": {
  508. "node": ">=6.9.0"
  509. },
  510. "peerDependencies": {
  511. "@babel/core": "^7.13.0"
  512. }
  513. },
  514. "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
  515. "version": "7.23.7",
  516. "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.23.7.tgz",
  517. "integrity": "sha512-LlRT7HgaifEpQA1ZgLVOIJZZFVPWN5iReq/7/JixwBtwcoeVGDBD53ZV28rrsLYOZs1Y/EHhA8N/Z6aazHR8cw==",
  518. "dev": true,
  519. "dependencies": {
  520. "@babel/helper-environment-visitor": "^7.22.20",
  521. "@babel/helper-plugin-utils": "^7.22.5"
  522. },
  523. "engines": {
  524. "node": ">=6.9.0"
  525. },
  526. "peerDependencies": {
  527. "@babel/core": "^7.0.0"
  528. }
  529. },
  530. "node_modules/@babel/plugin-proposal-private-property-in-object": {
  531. "version": "7.21.0-placeholder-for-preset-env.2",
  532. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz",
  533. "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==",
  534. "dev": true,
  535. "engines": {
  536. "node": ">=6.9.0"
  537. },
  538. "peerDependencies": {
  539. "@babel/core": "^7.0.0-0"
  540. }
  541. },
  542. "node_modules/@babel/plugin-syntax-async-generators": {
  543. "version": "7.8.4",
  544. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
  545. "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
  546. "dev": true,
  547. "dependencies": {
  548. "@babel/helper-plugin-utils": "^7.8.0"
  549. },
  550. "peerDependencies": {
  551. "@babel/core": "^7.0.0-0"
  552. }
  553. },
  554. "node_modules/@babel/plugin-syntax-class-properties": {
  555. "version": "7.12.13",
  556. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
  557. "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
  558. "dev": true,
  559. "dependencies": {
  560. "@babel/helper-plugin-utils": "^7.12.13"
  561. },
  562. "peerDependencies": {
  563. "@babel/core": "^7.0.0-0"
  564. }
  565. },
  566. "node_modules/@babel/plugin-syntax-class-static-block": {
  567. "version": "7.14.5",
  568. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
  569. "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
  570. "dev": true,
  571. "dependencies": {
  572. "@babel/helper-plugin-utils": "^7.14.5"
  573. },
  574. "engines": {
  575. "node": ">=6.9.0"
  576. },
  577. "peerDependencies": {
  578. "@babel/core": "^7.0.0-0"
  579. }
  580. },
  581. "node_modules/@babel/plugin-syntax-dynamic-import": {
  582. "version": "7.8.3",
  583. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
  584. "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
  585. "dev": true,
  586. "dependencies": {
  587. "@babel/helper-plugin-utils": "^7.8.0"
  588. },
  589. "peerDependencies": {
  590. "@babel/core": "^7.0.0-0"
  591. }
  592. },
  593. "node_modules/@babel/plugin-syntax-export-namespace-from": {
  594. "version": "7.8.3",
  595. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
  596. "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
  597. "dev": true,
  598. "dependencies": {
  599. "@babel/helper-plugin-utils": "^7.8.3"
  600. },
  601. "peerDependencies": {
  602. "@babel/core": "^7.0.0-0"
  603. }
  604. },
  605. "node_modules/@babel/plugin-syntax-import-assertions": {
  606. "version": "7.23.3",
  607. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.23.3.tgz",
  608. "integrity": "sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==",
  609. "dev": true,
  610. "dependencies": {
  611. "@babel/helper-plugin-utils": "^7.22.5"
  612. },
  613. "engines": {
  614. "node": ">=6.9.0"
  615. },
  616. "peerDependencies": {
  617. "@babel/core": "^7.0.0-0"
  618. }
  619. },
  620. "node_modules/@babel/plugin-syntax-import-attributes": {
  621. "version": "7.23.3",
  622. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.23.3.tgz",
  623. "integrity": "sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==",
  624. "dev": true,
  625. "dependencies": {
  626. "@babel/helper-plugin-utils": "^7.22.5"
  627. },
  628. "engines": {
  629. "node": ">=6.9.0"
  630. },
  631. "peerDependencies": {
  632. "@babel/core": "^7.0.0-0"
  633. }
  634. },
  635. "node_modules/@babel/plugin-syntax-import-meta": {
  636. "version": "7.10.4",
  637. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  638. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  639. "dev": true,
  640. "dependencies": {
  641. "@babel/helper-plugin-utils": "^7.10.4"
  642. },
  643. "peerDependencies": {
  644. "@babel/core": "^7.0.0-0"
  645. }
  646. },
  647. "node_modules/@babel/plugin-syntax-json-strings": {
  648. "version": "7.8.3",
  649. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
  650. "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
  651. "dev": true,
  652. "dependencies": {
  653. "@babel/helper-plugin-utils": "^7.8.0"
  654. },
  655. "peerDependencies": {
  656. "@babel/core": "^7.0.0-0"
  657. }
  658. },
  659. "node_modules/@babel/plugin-syntax-jsx": {
  660. "version": "7.23.3",
  661. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.23.3.tgz",
  662. "integrity": "sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==",
  663. "dev": true,
  664. "dependencies": {
  665. "@babel/helper-plugin-utils": "^7.22.5"
  666. },
  667. "engines": {
  668. "node": ">=6.9.0"
  669. },
  670. "peerDependencies": {
  671. "@babel/core": "^7.0.0-0"
  672. }
  673. },
  674. "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
  675. "version": "7.10.4",
  676. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
  677. "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
  678. "dev": true,
  679. "dependencies": {
  680. "@babel/helper-plugin-utils": "^7.10.4"
  681. },
  682. "peerDependencies": {
  683. "@babel/core": "^7.0.0-0"
  684. }
  685. },
  686. "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
  687. "version": "7.8.3",
  688. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
  689. "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
  690. "dev": true,
  691. "dependencies": {
  692. "@babel/helper-plugin-utils": "^7.8.0"
  693. },
  694. "peerDependencies": {
  695. "@babel/core": "^7.0.0-0"
  696. }
  697. },
  698. "node_modules/@babel/plugin-syntax-numeric-separator": {
  699. "version": "7.10.4",
  700. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
  701. "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
  702. "dev": true,
  703. "dependencies": {
  704. "@babel/helper-plugin-utils": "^7.10.4"
  705. },
  706. "peerDependencies": {
  707. "@babel/core": "^7.0.0-0"
  708. }
  709. },
  710. "node_modules/@babel/plugin-syntax-object-rest-spread": {
  711. "version": "7.8.3",
  712. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
  713. "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
  714. "dev": true,
  715. "dependencies": {
  716. "@babel/helper-plugin-utils": "^7.8.0"
  717. },
  718. "peerDependencies": {
  719. "@babel/core": "^7.0.0-0"
  720. }
  721. },
  722. "node_modules/@babel/plugin-syntax-optional-catch-binding": {
  723. "version": "7.8.3",
  724. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
  725. "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
  726. "dev": true,
  727. "dependencies": {
  728. "@babel/helper-plugin-utils": "^7.8.0"
  729. },
  730. "peerDependencies": {
  731. "@babel/core": "^7.0.0-0"
  732. }
  733. },
  734. "node_modules/@babel/plugin-syntax-optional-chaining": {
  735. "version": "7.8.3",
  736. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
  737. "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
  738. "dev": true,
  739. "dependencies": {
  740. "@babel/helper-plugin-utils": "^7.8.0"
  741. },
  742. "peerDependencies": {
  743. "@babel/core": "^7.0.0-0"
  744. }
  745. },
  746. "node_modules/@babel/plugin-syntax-private-property-in-object": {
  747. "version": "7.14.5",
  748. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
  749. "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
  750. "dev": true,
  751. "dependencies": {
  752. "@babel/helper-plugin-utils": "^7.14.5"
  753. },
  754. "engines": {
  755. "node": ">=6.9.0"
  756. },
  757. "peerDependencies": {
  758. "@babel/core": "^7.0.0-0"
  759. }
  760. },
  761. "node_modules/@babel/plugin-syntax-top-level-await": {
  762. "version": "7.14.5",
  763. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
  764. "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
  765. "dev": true,
  766. "dependencies": {
  767. "@babel/helper-plugin-utils": "^7.14.5"
  768. },
  769. "engines": {
  770. "node": ">=6.9.0"
  771. },
  772. "peerDependencies": {
  773. "@babel/core": "^7.0.0-0"
  774. }
  775. },
  776. "node_modules/@babel/plugin-syntax-typescript": {
  777. "version": "7.23.3",
  778. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.23.3.tgz",
  779. "integrity": "sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==",
  780. "dev": true,
  781. "dependencies": {
  782. "@babel/helper-plugin-utils": "^7.22.5"
  783. },
  784. "engines": {
  785. "node": ">=6.9.0"
  786. },
  787. "peerDependencies": {
  788. "@babel/core": "^7.0.0-0"
  789. }
  790. },
  791. "node_modules/@babel/plugin-syntax-unicode-sets-regex": {
  792. "version": "7.18.6",
  793. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz",
  794. "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==",
  795. "dev": true,
  796. "dependencies": {
  797. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  798. "@babel/helper-plugin-utils": "^7.18.6"
  799. },
  800. "engines": {
  801. "node": ">=6.9.0"
  802. },
  803. "peerDependencies": {
  804. "@babel/core": "^7.0.0"
  805. }
  806. },
  807. "node_modules/@babel/plugin-transform-arrow-functions": {
  808. "version": "7.23.3",
  809. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.23.3.tgz",
  810. "integrity": "sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==",
  811. "dev": true,
  812. "dependencies": {
  813. "@babel/helper-plugin-utils": "^7.22.5"
  814. },
  815. "engines": {
  816. "node": ">=6.9.0"
  817. },
  818. "peerDependencies": {
  819. "@babel/core": "^7.0.0-0"
  820. }
  821. },
  822. "node_modules/@babel/plugin-transform-async-generator-functions": {
  823. "version": "7.23.7",
  824. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.7.tgz",
  825. "integrity": "sha512-PdxEpL71bJp1byMG0va5gwQcXHxuEYC/BgI/e88mGTtohbZN28O5Yit0Plkkm/dBzCF/BxmbNcses1RH1T+urA==",
  826. "dev": true,
  827. "dependencies": {
  828. "@babel/helper-environment-visitor": "^7.22.20",
  829. "@babel/helper-plugin-utils": "^7.22.5",
  830. "@babel/helper-remap-async-to-generator": "^7.22.20",
  831. "@babel/plugin-syntax-async-generators": "^7.8.4"
  832. },
  833. "engines": {
  834. "node": ">=6.9.0"
  835. },
  836. "peerDependencies": {
  837. "@babel/core": "^7.0.0-0"
  838. }
  839. },
  840. "node_modules/@babel/plugin-transform-async-to-generator": {
  841. "version": "7.23.3",
  842. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.23.3.tgz",
  843. "integrity": "sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==",
  844. "dev": true,
  845. "dependencies": {
  846. "@babel/helper-module-imports": "^7.22.15",
  847. "@babel/helper-plugin-utils": "^7.22.5",
  848. "@babel/helper-remap-async-to-generator": "^7.22.20"
  849. },
  850. "engines": {
  851. "node": ">=6.9.0"
  852. },
  853. "peerDependencies": {
  854. "@babel/core": "^7.0.0-0"
  855. }
  856. },
  857. "node_modules/@babel/plugin-transform-block-scoped-functions": {
  858. "version": "7.23.3",
  859. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.23.3.tgz",
  860. "integrity": "sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==",
  861. "dev": true,
  862. "dependencies": {
  863. "@babel/helper-plugin-utils": "^7.22.5"
  864. },
  865. "engines": {
  866. "node": ">=6.9.0"
  867. },
  868. "peerDependencies": {
  869. "@babel/core": "^7.0.0-0"
  870. }
  871. },
  872. "node_modules/@babel/plugin-transform-block-scoping": {
  873. "version": "7.23.4",
  874. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.23.4.tgz",
  875. "integrity": "sha512-0QqbP6B6HOh7/8iNR4CQU2Th/bbRtBp4KS9vcaZd1fZ0wSh5Fyssg0UCIHwxh+ka+pNDREbVLQnHCMHKZfPwfw==",
  876. "dev": true,
  877. "dependencies": {
  878. "@babel/helper-plugin-utils": "^7.22.5"
  879. },
  880. "engines": {
  881. "node": ">=6.9.0"
  882. },
  883. "peerDependencies": {
  884. "@babel/core": "^7.0.0-0"
  885. }
  886. },
  887. "node_modules/@babel/plugin-transform-class-properties": {
  888. "version": "7.23.3",
  889. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.23.3.tgz",
  890. "integrity": "sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==",
  891. "dev": true,
  892. "dependencies": {
  893. "@babel/helper-create-class-features-plugin": "^7.22.15",
  894. "@babel/helper-plugin-utils": "^7.22.5"
  895. },
  896. "engines": {
  897. "node": ">=6.9.0"
  898. },
  899. "peerDependencies": {
  900. "@babel/core": "^7.0.0-0"
  901. }
  902. },
  903. "node_modules/@babel/plugin-transform-class-static-block": {
  904. "version": "7.23.4",
  905. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.23.4.tgz",
  906. "integrity": "sha512-nsWu/1M+ggti1SOALj3hfx5FXzAY06fwPJsUZD4/A5e1bWi46VUIWtD+kOX6/IdhXGsXBWllLFDSnqSCdUNydQ==",
  907. "dev": true,
  908. "dependencies": {
  909. "@babel/helper-create-class-features-plugin": "^7.22.15",
  910. "@babel/helper-plugin-utils": "^7.22.5",
  911. "@babel/plugin-syntax-class-static-block": "^7.14.5"
  912. },
  913. "engines": {
  914. "node": ">=6.9.0"
  915. },
  916. "peerDependencies": {
  917. "@babel/core": "^7.12.0"
  918. }
  919. },
  920. "node_modules/@babel/plugin-transform-classes": {
  921. "version": "7.23.5",
  922. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.23.5.tgz",
  923. "integrity": "sha512-jvOTR4nicqYC9yzOHIhXG5emiFEOpappSJAl73SDSEDcybD+Puuze8Tnpb9p9qEyYup24tq891gkaygIFvWDqg==",
  924. "dev": true,
  925. "dependencies": {
  926. "@babel/helper-annotate-as-pure": "^7.22.5",
  927. "@babel/helper-compilation-targets": "^7.22.15",
  928. "@babel/helper-environment-visitor": "^7.22.20",
  929. "@babel/helper-function-name": "^7.23.0",
  930. "@babel/helper-optimise-call-expression": "^7.22.5",
  931. "@babel/helper-plugin-utils": "^7.22.5",
  932. "@babel/helper-replace-supers": "^7.22.20",
  933. "@babel/helper-split-export-declaration": "^7.22.6",
  934. "globals": "^11.1.0"
  935. },
  936. "engines": {
  937. "node": ">=6.9.0"
  938. },
  939. "peerDependencies": {
  940. "@babel/core": "^7.0.0-0"
  941. }
  942. },
  943. "node_modules/@babel/plugin-transform-computed-properties": {
  944. "version": "7.23.3",
  945. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.23.3.tgz",
  946. "integrity": "sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==",
  947. "dev": true,
  948. "dependencies": {
  949. "@babel/helper-plugin-utils": "^7.22.5",
  950. "@babel/template": "^7.22.15"
  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-destructuring": {
  960. "version": "7.23.3",
  961. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.23.3.tgz",
  962. "integrity": "sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==",
  963. "dev": true,
  964. "dependencies": {
  965. "@babel/helper-plugin-utils": "^7.22.5"
  966. },
  967. "engines": {
  968. "node": ">=6.9.0"
  969. },
  970. "peerDependencies": {
  971. "@babel/core": "^7.0.0-0"
  972. }
  973. },
  974. "node_modules/@babel/plugin-transform-dotall-regex": {
  975. "version": "7.23.3",
  976. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.23.3.tgz",
  977. "integrity": "sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==",
  978. "dev": true,
  979. "dependencies": {
  980. "@babel/helper-create-regexp-features-plugin": "^7.22.15",
  981. "@babel/helper-plugin-utils": "^7.22.5"
  982. },
  983. "engines": {
  984. "node": ">=6.9.0"
  985. },
  986. "peerDependencies": {
  987. "@babel/core": "^7.0.0-0"
  988. }
  989. },
  990. "node_modules/@babel/plugin-transform-duplicate-keys": {
  991. "version": "7.23.3",
  992. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.23.3.tgz",
  993. "integrity": "sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==",
  994. "dev": true,
  995. "dependencies": {
  996. "@babel/helper-plugin-utils": "^7.22.5"
  997. },
  998. "engines": {
  999. "node": ">=6.9.0"
  1000. },
  1001. "peerDependencies": {
  1002. "@babel/core": "^7.0.0-0"
  1003. }
  1004. },
  1005. "node_modules/@babel/plugin-transform-dynamic-import": {
  1006. "version": "7.23.4",
  1007. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.23.4.tgz",
  1008. "integrity": "sha512-V6jIbLhdJK86MaLh4Jpghi8ho5fGzt3imHOBu/x0jlBaPYqDoWz4RDXjmMOfnh+JWNaQleEAByZLV0QzBT4YQQ==",
  1009. "dev": true,
  1010. "dependencies": {
  1011. "@babel/helper-plugin-utils": "^7.22.5",
  1012. "@babel/plugin-syntax-dynamic-import": "^7.8.3"
  1013. },
  1014. "engines": {
  1015. "node": ">=6.9.0"
  1016. },
  1017. "peerDependencies": {
  1018. "@babel/core": "^7.0.0-0"
  1019. }
  1020. },
  1021. "node_modules/@babel/plugin-transform-exponentiation-operator": {
  1022. "version": "7.23.3",
  1023. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.23.3.tgz",
  1024. "integrity": "sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==",
  1025. "dev": true,
  1026. "dependencies": {
  1027. "@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.15",
  1028. "@babel/helper-plugin-utils": "^7.22.5"
  1029. },
  1030. "engines": {
  1031. "node": ">=6.9.0"
  1032. },
  1033. "peerDependencies": {
  1034. "@babel/core": "^7.0.0-0"
  1035. }
  1036. },
  1037. "node_modules/@babel/plugin-transform-export-namespace-from": {
  1038. "version": "7.23.4",
  1039. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.23.4.tgz",
  1040. "integrity": "sha512-GzuSBcKkx62dGzZI1WVgTWvkkz84FZO5TC5T8dl/Tht/rAla6Dg/Mz9Yhypg+ezVACf/rgDuQt3kbWEv7LdUDQ==",
  1041. "dev": true,
  1042. "dependencies": {
  1043. "@babel/helper-plugin-utils": "^7.22.5",
  1044. "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
  1045. },
  1046. "engines": {
  1047. "node": ">=6.9.0"
  1048. },
  1049. "peerDependencies": {
  1050. "@babel/core": "^7.0.0-0"
  1051. }
  1052. },
  1053. "node_modules/@babel/plugin-transform-for-of": {
  1054. "version": "7.23.6",
  1055. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.23.6.tgz",
  1056. "integrity": "sha512-aYH4ytZ0qSuBbpfhuofbg/e96oQ7U2w1Aw/UQmKT+1l39uEhUPoFS3fHevDc1G0OvewyDudfMKY1OulczHzWIw==",
  1057. "dev": true,
  1058. "dependencies": {
  1059. "@babel/helper-plugin-utils": "^7.22.5",
  1060. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5"
  1061. },
  1062. "engines": {
  1063. "node": ">=6.9.0"
  1064. },
  1065. "peerDependencies": {
  1066. "@babel/core": "^7.0.0-0"
  1067. }
  1068. },
  1069. "node_modules/@babel/plugin-transform-function-name": {
  1070. "version": "7.23.3",
  1071. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.23.3.tgz",
  1072. "integrity": "sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==",
  1073. "dev": true,
  1074. "dependencies": {
  1075. "@babel/helper-compilation-targets": "^7.22.15",
  1076. "@babel/helper-function-name": "^7.23.0",
  1077. "@babel/helper-plugin-utils": "^7.22.5"
  1078. },
  1079. "engines": {
  1080. "node": ">=6.9.0"
  1081. },
  1082. "peerDependencies": {
  1083. "@babel/core": "^7.0.0-0"
  1084. }
  1085. },
  1086. "node_modules/@babel/plugin-transform-json-strings": {
  1087. "version": "7.23.4",
  1088. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.23.4.tgz",
  1089. "integrity": "sha512-81nTOqM1dMwZ/aRXQ59zVubN9wHGqk6UtqRK+/q+ciXmRy8fSolhGVvG09HHRGo4l6fr/c4ZhXUQH0uFW7PZbg==",
  1090. "dev": true,
  1091. "dependencies": {
  1092. "@babel/helper-plugin-utils": "^7.22.5",
  1093. "@babel/plugin-syntax-json-strings": "^7.8.3"
  1094. },
  1095. "engines": {
  1096. "node": ">=6.9.0"
  1097. },
  1098. "peerDependencies": {
  1099. "@babel/core": "^7.0.0-0"
  1100. }
  1101. },
  1102. "node_modules/@babel/plugin-transform-literals": {
  1103. "version": "7.23.3",
  1104. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.23.3.tgz",
  1105. "integrity": "sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==",
  1106. "dev": true,
  1107. "dependencies": {
  1108. "@babel/helper-plugin-utils": "^7.22.5"
  1109. },
  1110. "engines": {
  1111. "node": ">=6.9.0"
  1112. },
  1113. "peerDependencies": {
  1114. "@babel/core": "^7.0.0-0"
  1115. }
  1116. },
  1117. "node_modules/@babel/plugin-transform-logical-assignment-operators": {
  1118. "version": "7.23.4",
  1119. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.23.4.tgz",
  1120. "integrity": "sha512-Mc/ALf1rmZTP4JKKEhUwiORU+vcfarFVLfcFiolKUo6sewoxSEgl36ak5t+4WamRsNr6nzjZXQjM35WsU+9vbg==",
  1121. "dev": true,
  1122. "dependencies": {
  1123. "@babel/helper-plugin-utils": "^7.22.5",
  1124. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
  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-member-expression-literals": {
  1134. "version": "7.23.3",
  1135. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.23.3.tgz",
  1136. "integrity": "sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==",
  1137. "dev": true,
  1138. "dependencies": {
  1139. "@babel/helper-plugin-utils": "^7.22.5"
  1140. },
  1141. "engines": {
  1142. "node": ">=6.9.0"
  1143. },
  1144. "peerDependencies": {
  1145. "@babel/core": "^7.0.0-0"
  1146. }
  1147. },
  1148. "node_modules/@babel/plugin-transform-modules-amd": {
  1149. "version": "7.23.3",
  1150. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.23.3.tgz",
  1151. "integrity": "sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==",
  1152. "dev": true,
  1153. "dependencies": {
  1154. "@babel/helper-module-transforms": "^7.23.3",
  1155. "@babel/helper-plugin-utils": "^7.22.5"
  1156. },
  1157. "engines": {
  1158. "node": ">=6.9.0"
  1159. },
  1160. "peerDependencies": {
  1161. "@babel/core": "^7.0.0-0"
  1162. }
  1163. },
  1164. "node_modules/@babel/plugin-transform-modules-commonjs": {
  1165. "version": "7.23.3",
  1166. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.3.tgz",
  1167. "integrity": "sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==",
  1168. "dev": true,
  1169. "dependencies": {
  1170. "@babel/helper-module-transforms": "^7.23.3",
  1171. "@babel/helper-plugin-utils": "^7.22.5",
  1172. "@babel/helper-simple-access": "^7.22.5"
  1173. },
  1174. "engines": {
  1175. "node": ">=6.9.0"
  1176. },
  1177. "peerDependencies": {
  1178. "@babel/core": "^7.0.0-0"
  1179. }
  1180. },
  1181. "node_modules/@babel/plugin-transform-modules-systemjs": {
  1182. "version": "7.23.3",
  1183. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.3.tgz",
  1184. "integrity": "sha512-ZxyKGTkF9xT9YJuKQRo19ewf3pXpopuYQd8cDXqNzc3mUNbOME0RKMoZxviQk74hwzfQsEe66dE92MaZbdHKNQ==",
  1185. "dev": true,
  1186. "dependencies": {
  1187. "@babel/helper-hoist-variables": "^7.22.5",
  1188. "@babel/helper-module-transforms": "^7.23.3",
  1189. "@babel/helper-plugin-utils": "^7.22.5",
  1190. "@babel/helper-validator-identifier": "^7.22.20"
  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-modules-umd": {
  1200. "version": "7.23.3",
  1201. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.23.3.tgz",
  1202. "integrity": "sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==",
  1203. "dev": true,
  1204. "dependencies": {
  1205. "@babel/helper-module-transforms": "^7.23.3",
  1206. "@babel/helper-plugin-utils": "^7.22.5"
  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-named-capturing-groups-regex": {
  1216. "version": "7.22.5",
  1217. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz",
  1218. "integrity": "sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==",
  1219. "dev": true,
  1220. "dependencies": {
  1221. "@babel/helper-create-regexp-features-plugin": "^7.22.5",
  1222. "@babel/helper-plugin-utils": "^7.22.5"
  1223. },
  1224. "engines": {
  1225. "node": ">=6.9.0"
  1226. },
  1227. "peerDependencies": {
  1228. "@babel/core": "^7.0.0"
  1229. }
  1230. },
  1231. "node_modules/@babel/plugin-transform-new-target": {
  1232. "version": "7.23.3",
  1233. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.23.3.tgz",
  1234. "integrity": "sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==",
  1235. "dev": true,
  1236. "dependencies": {
  1237. "@babel/helper-plugin-utils": "^7.22.5"
  1238. },
  1239. "engines": {
  1240. "node": ">=6.9.0"
  1241. },
  1242. "peerDependencies": {
  1243. "@babel/core": "^7.0.0-0"
  1244. }
  1245. },
  1246. "node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
  1247. "version": "7.23.4",
  1248. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.23.4.tgz",
  1249. "integrity": "sha512-jHE9EVVqHKAQx+VePv5LLGHjmHSJR76vawFPTdlxR/LVJPfOEGxREQwQfjuZEOPTwG92X3LINSh3M40Rv4zpVA==",
  1250. "dev": true,
  1251. "dependencies": {
  1252. "@babel/helper-plugin-utils": "^7.22.5",
  1253. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
  1254. },
  1255. "engines": {
  1256. "node": ">=6.9.0"
  1257. },
  1258. "peerDependencies": {
  1259. "@babel/core": "^7.0.0-0"
  1260. }
  1261. },
  1262. "node_modules/@babel/plugin-transform-numeric-separator": {
  1263. "version": "7.23.4",
  1264. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.23.4.tgz",
  1265. "integrity": "sha512-mps6auzgwjRrwKEZA05cOwuDc9FAzoyFS4ZsG/8F43bTLf/TgkJg7QXOrPO1JO599iA3qgK9MXdMGOEC8O1h6Q==",
  1266. "dev": true,
  1267. "dependencies": {
  1268. "@babel/helper-plugin-utils": "^7.22.5",
  1269. "@babel/plugin-syntax-numeric-separator": "^7.10.4"
  1270. },
  1271. "engines": {
  1272. "node": ">=6.9.0"
  1273. },
  1274. "peerDependencies": {
  1275. "@babel/core": "^7.0.0-0"
  1276. }
  1277. },
  1278. "node_modules/@babel/plugin-transform-object-rest-spread": {
  1279. "version": "7.23.4",
  1280. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.23.4.tgz",
  1281. "integrity": "sha512-9x9K1YyeQVw0iOXJlIzwm8ltobIIv7j2iLyP2jIhEbqPRQ7ScNgwQufU2I0Gq11VjyG4gI4yMXt2VFags+1N3g==",
  1282. "dev": true,
  1283. "dependencies": {
  1284. "@babel/compat-data": "^7.23.3",
  1285. "@babel/helper-compilation-targets": "^7.22.15",
  1286. "@babel/helper-plugin-utils": "^7.22.5",
  1287. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  1288. "@babel/plugin-transform-parameters": "^7.23.3"
  1289. },
  1290. "engines": {
  1291. "node": ">=6.9.0"
  1292. },
  1293. "peerDependencies": {
  1294. "@babel/core": "^7.0.0-0"
  1295. }
  1296. },
  1297. "node_modules/@babel/plugin-transform-object-super": {
  1298. "version": "7.23.3",
  1299. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.23.3.tgz",
  1300. "integrity": "sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==",
  1301. "dev": true,
  1302. "dependencies": {
  1303. "@babel/helper-plugin-utils": "^7.22.5",
  1304. "@babel/helper-replace-supers": "^7.22.20"
  1305. },
  1306. "engines": {
  1307. "node": ">=6.9.0"
  1308. },
  1309. "peerDependencies": {
  1310. "@babel/core": "^7.0.0-0"
  1311. }
  1312. },
  1313. "node_modules/@babel/plugin-transform-optional-catch-binding": {
  1314. "version": "7.23.4",
  1315. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.23.4.tgz",
  1316. "integrity": "sha512-XIq8t0rJPHf6Wvmbn9nFxU6ao4c7WhghTR5WyV8SrJfUFzyxhCm4nhC+iAp3HFhbAKLfYpgzhJ6t4XCtVwqO5A==",
  1317. "dev": true,
  1318. "dependencies": {
  1319. "@babel/helper-plugin-utils": "^7.22.5",
  1320. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
  1321. },
  1322. "engines": {
  1323. "node": ">=6.9.0"
  1324. },
  1325. "peerDependencies": {
  1326. "@babel/core": "^7.0.0-0"
  1327. }
  1328. },
  1329. "node_modules/@babel/plugin-transform-optional-chaining": {
  1330. "version": "7.23.4",
  1331. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.23.4.tgz",
  1332. "integrity": "sha512-ZU8y5zWOfjM5vZ+asjgAPwDaBjJzgufjES89Rs4Lpq63O300R/kOz30WCLo6BxxX6QVEilwSlpClnG5cZaikTA==",
  1333. "dev": true,
  1334. "dependencies": {
  1335. "@babel/helper-plugin-utils": "^7.22.5",
  1336. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
  1337. "@babel/plugin-syntax-optional-chaining": "^7.8.3"
  1338. },
  1339. "engines": {
  1340. "node": ">=6.9.0"
  1341. },
  1342. "peerDependencies": {
  1343. "@babel/core": "^7.0.0-0"
  1344. }
  1345. },
  1346. "node_modules/@babel/plugin-transform-parameters": {
  1347. "version": "7.23.3",
  1348. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.23.3.tgz",
  1349. "integrity": "sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==",
  1350. "dev": true,
  1351. "dependencies": {
  1352. "@babel/helper-plugin-utils": "^7.22.5"
  1353. },
  1354. "engines": {
  1355. "node": ">=6.9.0"
  1356. },
  1357. "peerDependencies": {
  1358. "@babel/core": "^7.0.0-0"
  1359. }
  1360. },
  1361. "node_modules/@babel/plugin-transform-private-methods": {
  1362. "version": "7.23.3",
  1363. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.23.3.tgz",
  1364. "integrity": "sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==",
  1365. "dev": true,
  1366. "dependencies": {
  1367. "@babel/helper-create-class-features-plugin": "^7.22.15",
  1368. "@babel/helper-plugin-utils": "^7.22.5"
  1369. },
  1370. "engines": {
  1371. "node": ">=6.9.0"
  1372. },
  1373. "peerDependencies": {
  1374. "@babel/core": "^7.0.0-0"
  1375. }
  1376. },
  1377. "node_modules/@babel/plugin-transform-private-property-in-object": {
  1378. "version": "7.23.4",
  1379. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.23.4.tgz",
  1380. "integrity": "sha512-9G3K1YqTq3F4Vt88Djx1UZ79PDyj+yKRnUy7cZGSMe+a7jkwD259uKKuUzQlPkGam7R+8RJwh5z4xO27fA1o2A==",
  1381. "dev": true,
  1382. "dependencies": {
  1383. "@babel/helper-annotate-as-pure": "^7.22.5",
  1384. "@babel/helper-create-class-features-plugin": "^7.22.15",
  1385. "@babel/helper-plugin-utils": "^7.22.5",
  1386. "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
  1387. },
  1388. "engines": {
  1389. "node": ">=6.9.0"
  1390. },
  1391. "peerDependencies": {
  1392. "@babel/core": "^7.0.0-0"
  1393. }
  1394. },
  1395. "node_modules/@babel/plugin-transform-property-literals": {
  1396. "version": "7.23.3",
  1397. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.23.3.tgz",
  1398. "integrity": "sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==",
  1399. "dev": true,
  1400. "dependencies": {
  1401. "@babel/helper-plugin-utils": "^7.22.5"
  1402. },
  1403. "engines": {
  1404. "node": ">=6.9.0"
  1405. },
  1406. "peerDependencies": {
  1407. "@babel/core": "^7.0.0-0"
  1408. }
  1409. },
  1410. "node_modules/@babel/plugin-transform-regenerator": {
  1411. "version": "7.23.3",
  1412. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.23.3.tgz",
  1413. "integrity": "sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==",
  1414. "dev": true,
  1415. "dependencies": {
  1416. "@babel/helper-plugin-utils": "^7.22.5",
  1417. "regenerator-transform": "^0.15.2"
  1418. },
  1419. "engines": {
  1420. "node": ">=6.9.0"
  1421. },
  1422. "peerDependencies": {
  1423. "@babel/core": "^7.0.0-0"
  1424. }
  1425. },
  1426. "node_modules/@babel/plugin-transform-reserved-words": {
  1427. "version": "7.23.3",
  1428. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.23.3.tgz",
  1429. "integrity": "sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==",
  1430. "dev": true,
  1431. "dependencies": {
  1432. "@babel/helper-plugin-utils": "^7.22.5"
  1433. },
  1434. "engines": {
  1435. "node": ">=6.9.0"
  1436. },
  1437. "peerDependencies": {
  1438. "@babel/core": "^7.0.0-0"
  1439. }
  1440. },
  1441. "node_modules/@babel/plugin-transform-shorthand-properties": {
  1442. "version": "7.23.3",
  1443. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.23.3.tgz",
  1444. "integrity": "sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==",
  1445. "dev": true,
  1446. "dependencies": {
  1447. "@babel/helper-plugin-utils": "^7.22.5"
  1448. },
  1449. "engines": {
  1450. "node": ">=6.9.0"
  1451. },
  1452. "peerDependencies": {
  1453. "@babel/core": "^7.0.0-0"
  1454. }
  1455. },
  1456. "node_modules/@babel/plugin-transform-spread": {
  1457. "version": "7.23.3",
  1458. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.23.3.tgz",
  1459. "integrity": "sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==",
  1460. "dev": true,
  1461. "dependencies": {
  1462. "@babel/helper-plugin-utils": "^7.22.5",
  1463. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5"
  1464. },
  1465. "engines": {
  1466. "node": ">=6.9.0"
  1467. },
  1468. "peerDependencies": {
  1469. "@babel/core": "^7.0.0-0"
  1470. }
  1471. },
  1472. "node_modules/@babel/plugin-transform-sticky-regex": {
  1473. "version": "7.23.3",
  1474. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.23.3.tgz",
  1475. "integrity": "sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==",
  1476. "dev": true,
  1477. "dependencies": {
  1478. "@babel/helper-plugin-utils": "^7.22.5"
  1479. },
  1480. "engines": {
  1481. "node": ">=6.9.0"
  1482. },
  1483. "peerDependencies": {
  1484. "@babel/core": "^7.0.0-0"
  1485. }
  1486. },
  1487. "node_modules/@babel/plugin-transform-template-literals": {
  1488. "version": "7.23.3",
  1489. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.23.3.tgz",
  1490. "integrity": "sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==",
  1491. "dev": true,
  1492. "dependencies": {
  1493. "@babel/helper-plugin-utils": "^7.22.5"
  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-typeof-symbol": {
  1503. "version": "7.23.3",
  1504. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.23.3.tgz",
  1505. "integrity": "sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==",
  1506. "dev": true,
  1507. "dependencies": {
  1508. "@babel/helper-plugin-utils": "^7.22.5"
  1509. },
  1510. "engines": {
  1511. "node": ">=6.9.0"
  1512. },
  1513. "peerDependencies": {
  1514. "@babel/core": "^7.0.0-0"
  1515. }
  1516. },
  1517. "node_modules/@babel/plugin-transform-typescript": {
  1518. "version": "7.23.6",
  1519. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.23.6.tgz",
  1520. "integrity": "sha512-6cBG5mBvUu4VUD04OHKnYzbuHNP8huDsD3EDqqpIpsswTDoqHCjLoHb6+QgsV1WsT2nipRqCPgxD3LXnEO7XfA==",
  1521. "dev": true,
  1522. "dependencies": {
  1523. "@babel/helper-annotate-as-pure": "^7.22.5",
  1524. "@babel/helper-create-class-features-plugin": "^7.23.6",
  1525. "@babel/helper-plugin-utils": "^7.22.5",
  1526. "@babel/plugin-syntax-typescript": "^7.23.3"
  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-unicode-escapes": {
  1536. "version": "7.23.3",
  1537. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.23.3.tgz",
  1538. "integrity": "sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==",
  1539. "dev": true,
  1540. "dependencies": {
  1541. "@babel/helper-plugin-utils": "^7.22.5"
  1542. },
  1543. "engines": {
  1544. "node": ">=6.9.0"
  1545. },
  1546. "peerDependencies": {
  1547. "@babel/core": "^7.0.0-0"
  1548. }
  1549. },
  1550. "node_modules/@babel/plugin-transform-unicode-property-regex": {
  1551. "version": "7.23.3",
  1552. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.23.3.tgz",
  1553. "integrity": "sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==",
  1554. "dev": true,
  1555. "dependencies": {
  1556. "@babel/helper-create-regexp-features-plugin": "^7.22.15",
  1557. "@babel/helper-plugin-utils": "^7.22.5"
  1558. },
  1559. "engines": {
  1560. "node": ">=6.9.0"
  1561. },
  1562. "peerDependencies": {
  1563. "@babel/core": "^7.0.0-0"
  1564. }
  1565. },
  1566. "node_modules/@babel/plugin-transform-unicode-regex": {
  1567. "version": "7.23.3",
  1568. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.23.3.tgz",
  1569. "integrity": "sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==",
  1570. "dev": true,
  1571. "dependencies": {
  1572. "@babel/helper-create-regexp-features-plugin": "^7.22.15",
  1573. "@babel/helper-plugin-utils": "^7.22.5"
  1574. },
  1575. "engines": {
  1576. "node": ">=6.9.0"
  1577. },
  1578. "peerDependencies": {
  1579. "@babel/core": "^7.0.0-0"
  1580. }
  1581. },
  1582. "node_modules/@babel/plugin-transform-unicode-sets-regex": {
  1583. "version": "7.23.3",
  1584. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.23.3.tgz",
  1585. "integrity": "sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==",
  1586. "dev": true,
  1587. "dependencies": {
  1588. "@babel/helper-create-regexp-features-plugin": "^7.22.15",
  1589. "@babel/helper-plugin-utils": "^7.22.5"
  1590. },
  1591. "engines": {
  1592. "node": ">=6.9.0"
  1593. },
  1594. "peerDependencies": {
  1595. "@babel/core": "^7.0.0"
  1596. }
  1597. },
  1598. "node_modules/@babel/preset-env": {
  1599. "version": "7.23.7",
  1600. "resolved": "https://registry.npmmirror.com/@babel/preset-env/-/preset-env-7.23.7.tgz",
  1601. "integrity": "sha512-SY27X/GtTz/L4UryMNJ6p4fH4nsgWbz84y9FE0bQeWJP6O5BhgVCt53CotQKHCOeXJel8VyhlhujhlltKms/CA==",
  1602. "dev": true,
  1603. "dependencies": {
  1604. "@babel/compat-data": "^7.23.5",
  1605. "@babel/helper-compilation-targets": "^7.23.6",
  1606. "@babel/helper-plugin-utils": "^7.22.5",
  1607. "@babel/helper-validator-option": "^7.23.5",
  1608. "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.23.3",
  1609. "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.23.3",
  1610. "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.23.7",
  1611. "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
  1612. "@babel/plugin-syntax-async-generators": "^7.8.4",
  1613. "@babel/plugin-syntax-class-properties": "^7.12.13",
  1614. "@babel/plugin-syntax-class-static-block": "^7.14.5",
  1615. "@babel/plugin-syntax-dynamic-import": "^7.8.3",
  1616. "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
  1617. "@babel/plugin-syntax-import-assertions": "^7.23.3",
  1618. "@babel/plugin-syntax-import-attributes": "^7.23.3",
  1619. "@babel/plugin-syntax-import-meta": "^7.10.4",
  1620. "@babel/plugin-syntax-json-strings": "^7.8.3",
  1621. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
  1622. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
  1623. "@babel/plugin-syntax-numeric-separator": "^7.10.4",
  1624. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  1625. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
  1626. "@babel/plugin-syntax-optional-chaining": "^7.8.3",
  1627. "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
  1628. "@babel/plugin-syntax-top-level-await": "^7.14.5",
  1629. "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
  1630. "@babel/plugin-transform-arrow-functions": "^7.23.3",
  1631. "@babel/plugin-transform-async-generator-functions": "^7.23.7",
  1632. "@babel/plugin-transform-async-to-generator": "^7.23.3",
  1633. "@babel/plugin-transform-block-scoped-functions": "^7.23.3",
  1634. "@babel/plugin-transform-block-scoping": "^7.23.4",
  1635. "@babel/plugin-transform-class-properties": "^7.23.3",
  1636. "@babel/plugin-transform-class-static-block": "^7.23.4",
  1637. "@babel/plugin-transform-classes": "^7.23.5",
  1638. "@babel/plugin-transform-computed-properties": "^7.23.3",
  1639. "@babel/plugin-transform-destructuring": "^7.23.3",
  1640. "@babel/plugin-transform-dotall-regex": "^7.23.3",
  1641. "@babel/plugin-transform-duplicate-keys": "^7.23.3",
  1642. "@babel/plugin-transform-dynamic-import": "^7.23.4",
  1643. "@babel/plugin-transform-exponentiation-operator": "^7.23.3",
  1644. "@babel/plugin-transform-export-namespace-from": "^7.23.4",
  1645. "@babel/plugin-transform-for-of": "^7.23.6",
  1646. "@babel/plugin-transform-function-name": "^7.23.3",
  1647. "@babel/plugin-transform-json-strings": "^7.23.4",
  1648. "@babel/plugin-transform-literals": "^7.23.3",
  1649. "@babel/plugin-transform-logical-assignment-operators": "^7.23.4",
  1650. "@babel/plugin-transform-member-expression-literals": "^7.23.3",
  1651. "@babel/plugin-transform-modules-amd": "^7.23.3",
  1652. "@babel/plugin-transform-modules-commonjs": "^7.23.3",
  1653. "@babel/plugin-transform-modules-systemjs": "^7.23.3",
  1654. "@babel/plugin-transform-modules-umd": "^7.23.3",
  1655. "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5",
  1656. "@babel/plugin-transform-new-target": "^7.23.3",
  1657. "@babel/plugin-transform-nullish-coalescing-operator": "^7.23.4",
  1658. "@babel/plugin-transform-numeric-separator": "^7.23.4",
  1659. "@babel/plugin-transform-object-rest-spread": "^7.23.4",
  1660. "@babel/plugin-transform-object-super": "^7.23.3",
  1661. "@babel/plugin-transform-optional-catch-binding": "^7.23.4",
  1662. "@babel/plugin-transform-optional-chaining": "^7.23.4",
  1663. "@babel/plugin-transform-parameters": "^7.23.3",
  1664. "@babel/plugin-transform-private-methods": "^7.23.3",
  1665. "@babel/plugin-transform-private-property-in-object": "^7.23.4",
  1666. "@babel/plugin-transform-property-literals": "^7.23.3",
  1667. "@babel/plugin-transform-regenerator": "^7.23.3",
  1668. "@babel/plugin-transform-reserved-words": "^7.23.3",
  1669. "@babel/plugin-transform-shorthand-properties": "^7.23.3",
  1670. "@babel/plugin-transform-spread": "^7.23.3",
  1671. "@babel/plugin-transform-sticky-regex": "^7.23.3",
  1672. "@babel/plugin-transform-template-literals": "^7.23.3",
  1673. "@babel/plugin-transform-typeof-symbol": "^7.23.3",
  1674. "@babel/plugin-transform-unicode-escapes": "^7.23.3",
  1675. "@babel/plugin-transform-unicode-property-regex": "^7.23.3",
  1676. "@babel/plugin-transform-unicode-regex": "^7.23.3",
  1677. "@babel/plugin-transform-unicode-sets-regex": "^7.23.3",
  1678. "@babel/preset-modules": "0.1.6-no-external-plugins",
  1679. "babel-plugin-polyfill-corejs2": "^0.4.7",
  1680. "babel-plugin-polyfill-corejs3": "^0.8.7",
  1681. "babel-plugin-polyfill-regenerator": "^0.5.4",
  1682. "core-js-compat": "^3.31.0",
  1683. "semver": "^6.3.1"
  1684. },
  1685. "engines": {
  1686. "node": ">=6.9.0"
  1687. },
  1688. "peerDependencies": {
  1689. "@babel/core": "^7.0.0-0"
  1690. }
  1691. },
  1692. "node_modules/@babel/preset-modules": {
  1693. "version": "0.1.6-no-external-plugins",
  1694. "resolved": "https://registry.npmmirror.com/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz",
  1695. "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==",
  1696. "dev": true,
  1697. "dependencies": {
  1698. "@babel/helper-plugin-utils": "^7.0.0",
  1699. "@babel/types": "^7.4.4",
  1700. "esutils": "^2.0.2"
  1701. },
  1702. "peerDependencies": {
  1703. "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0"
  1704. }
  1705. },
  1706. "node_modules/@babel/regjsgen": {
  1707. "version": "0.8.0",
  1708. "resolved": "https://registry.npmmirror.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz",
  1709. "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==",
  1710. "dev": true
  1711. },
  1712. "node_modules/@babel/runtime": {
  1713. "version": "7.23.7",
  1714. "resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.23.7.tgz",
  1715. "integrity": "sha512-w06OXVOFso7LcbzMiDGt+3X7Rh7Ho8MmgPoWU3rarH+8upf+wSU/grlGbWzQyr3DkdN6ZeuMFjpdwW0Q+HxobA==",
  1716. "dependencies": {
  1717. "regenerator-runtime": "^0.14.0"
  1718. },
  1719. "engines": {
  1720. "node": ">=6.9.0"
  1721. }
  1722. },
  1723. "node_modules/@babel/runtime/node_modules/regenerator-runtime": {
  1724. "version": "0.14.1",
  1725. "resolved": "https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
  1726. "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw=="
  1727. },
  1728. "node_modules/@babel/template": {
  1729. "version": "7.22.15",
  1730. "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.22.15.tgz",
  1731. "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==",
  1732. "dependencies": {
  1733. "@babel/code-frame": "^7.22.13",
  1734. "@babel/parser": "^7.22.15",
  1735. "@babel/types": "^7.22.15"
  1736. },
  1737. "engines": {
  1738. "node": ">=6.9.0"
  1739. }
  1740. },
  1741. "node_modules/@babel/traverse": {
  1742. "version": "7.23.7",
  1743. "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.23.7.tgz",
  1744. "integrity": "sha512-tY3mM8rH9jM0YHFGyfC0/xf+SB5eKUu7HPj7/k3fpi9dAlsMc5YbQvDi0Sh2QTPXqMhyaAtzAr807TIyfQrmyg==",
  1745. "dependencies": {
  1746. "@babel/code-frame": "^7.23.5",
  1747. "@babel/generator": "^7.23.6",
  1748. "@babel/helper-environment-visitor": "^7.22.20",
  1749. "@babel/helper-function-name": "^7.23.0",
  1750. "@babel/helper-hoist-variables": "^7.22.5",
  1751. "@babel/helper-split-export-declaration": "^7.22.6",
  1752. "@babel/parser": "^7.23.6",
  1753. "@babel/types": "^7.23.6",
  1754. "debug": "^4.3.1",
  1755. "globals": "^11.1.0"
  1756. },
  1757. "engines": {
  1758. "node": ">=6.9.0"
  1759. }
  1760. },
  1761. "node_modules/@babel/types": {
  1762. "version": "7.23.6",
  1763. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.23.6.tgz",
  1764. "integrity": "sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==",
  1765. "dependencies": {
  1766. "@babel/helper-string-parser": "^7.23.4",
  1767. "@babel/helper-validator-identifier": "^7.22.20",
  1768. "to-fast-properties": "^2.0.0"
  1769. },
  1770. "engines": {
  1771. "node": ">=6.9.0"
  1772. }
  1773. },
  1774. "node_modules/@dcloudio/types": {
  1775. "version": "3.4.3",
  1776. "resolved": "https://registry.npmmirror.com/@dcloudio/types/-/types-3.4.3.tgz",
  1777. "integrity": "sha512-WzQGX06z2+HU3HnOO+/DxX37jyUECSXCuI7GVjFXs10+ZExTbdouwQXZvH8hR7k/FjuXFjQKHV9fuvfexyXluw=="
  1778. },
  1779. "node_modules/@dcloudio/uni-app": {
  1780. "version": "3.0.0-3080720230703001",
  1781. "resolved": "https://registry.npmmirror.com/@dcloudio/uni-app/-/uni-app-3.0.0-3080720230703001.tgz",
  1782. "integrity": "sha512-6fip3G+s6pJDudu+Rsy/v7CtGYzjcc0ZjjKYZuXttM1Vgkg3QD1/qHhJW27Vb+nmzfL+Wg1tbRhTl7kgA+8TVA==",
  1783. "dependencies": {
  1784. "@dcloudio/uni-cloud": "3.0.0-3080720230703001",
  1785. "@dcloudio/uni-components": "3.0.0-3080720230703001",
  1786. "@dcloudio/uni-i18n": "3.0.0-3080720230703001",
  1787. "@dcloudio/uni-push": "3.0.0-3080720230703001",
  1788. "@dcloudio/uni-shared": "3.0.0-3080720230703001",
  1789. "@dcloudio/uni-stat": "3.0.0-3080720230703001",
  1790. "@vue/shared": "3.2.47"
  1791. },
  1792. "peerDependencies": {
  1793. "@dcloudio/types": "^3.3.2"
  1794. }
  1795. },
  1796. "node_modules/@dcloudio/uni-app-plus": {
  1797. "version": "3.0.0-3080720230703001",
  1798. "resolved": "https://registry.npmmirror.com/@dcloudio/uni-app-plus/-/uni-app-plus-3.0.0-3080720230703001.tgz",
  1799. "integrity": "sha512-WGHniWrEJPIAVP3GDp+maf30fZz/Dc+gAfiPMDWvQdE12nAcnpbgnmaLEPifPDeeV2dr7/VuxoVM+Z2M5AlN1Q==",
  1800. "dependencies": {
  1801. "@dcloudio/uni-app-uts": "3.0.0-3080720230703001",
  1802. "@dcloudio/uni-app-vite": "3.0.0-3080720230703001",
  1803. "@dcloudio/uni-app-vue": "3.0.0-3080720230703001",
  1804. "debug": "^4.3.3",
  1805. "fs-extra": "^10.0.0",
  1806. "licia": "^1.29.0",
  1807. "postcss-selector-parser": "^6.0.6"
  1808. }
  1809. },
  1810. "node_modules/@dcloudio/uni-app-uts": {
  1811. "version": "3.0.0-3080720230703001",
  1812. "resolved": "https://registry.npmmirror.com/@dcloudio/uni-app-uts/-/uni-app-uts-3.0.0-3080720230703001.tgz",
  1813. "integrity": "sha512-6GXBYE3/bfliADNMmnmm2UHLpzR2BF5hgs/ExIXcC9sMOxDAUd149R+YsDp9HUfUc+dA32DXHHjoQOhYunZTTA==",
  1814. "dependencies": {
  1815. "@babel/parser": "^7.16.4",
  1816. "@babel/types": "^7.20.7",
  1817. "@dcloudio/uni-cli-shared": "3.0.0-3080720230703001",
  1818. "@dcloudio/uni-i18n": "3.0.0-3080720230703001",
  1819. "@dcloudio/uni-nvue-styler": "3.0.0-3080720230703001",
  1820. "@dcloudio/uni-shared": "3.0.0-3080720230703001",
  1821. "@rollup/pluginutils": "^4.2.0",
  1822. "@vue/compiler-core": "3.2.47",
  1823. "@vue/compiler-sfc": "3.2.47",
  1824. "@vue/shared": "3.2.47",
  1825. "debug": "^4.3.3",
  1826. "es-module-lexer": "^1.2.1",
  1827. "fs-extra": "^10.0.0",
  1828. "picocolors": "^1.0.0",
  1829. "source-map": "^0.6.1"
  1830. }
  1831. },
  1832. "node_modules/@dcloudio/uni-app-vite": {
  1833. "version": "3.0.0-3080720230703001",
  1834. "resolved": "https://registry.npmmirror.com/@dcloudio/uni-app-vite/-/uni-app-vite-3.0.0-3080720230703001.tgz",
  1835. "integrity": "sha512-OAFjSfrin2pLuBBfDMg3qvm7ZCS3Vqt0/CDxRicc7lD6ioiahUvaXdLhARTWykoO6rlYjbIckDmg3HuBbb3wjA==",
  1836. "dependencies": {
  1837. "@dcloudio/uni-cli-shared": "3.0.0-3080720230703001",
  1838. "@dcloudio/uni-i18n": "3.0.0-3080720230703001",
  1839. "@dcloudio/uni-nvue-styler": "3.0.0-3080720230703001",
  1840. "@dcloudio/uni-shared": "3.0.0-3080720230703001",
  1841. "@rollup/pluginutils": "^4.2.0",
  1842. "@vitejs/plugin-vue": "^4.2.1",
  1843. "@vue/compiler-dom": "3.2.47",
  1844. "@vue/compiler-sfc": "3.2.47",
  1845. "debug": "^4.3.3",
  1846. "fs-extra": "^10.0.0",
  1847. "picocolors": "^1.0.0"
  1848. }
  1849. },
  1850. "node_modules/@dcloudio/uni-app-vue": {
  1851. "version": "3.0.0-3080720230703001",
  1852. "resolved": "https://registry.npmmirror.com/@dcloudio/uni-app-vue/-/uni-app-vue-3.0.0-3080720230703001.tgz",
  1853. "integrity": "sha512-VTeoupAGJ1GREy2GvB+E29KPkIoHJ0C9ElvxcNpT0bEYWXMAE8m+O6D10aI8Qfwn1dObnxx6ohaRCbrDG9TG3w=="
  1854. },
  1855. "node_modules/@dcloudio/uni-automator": {
  1856. "version": "3.0.0-3080720230703001",
  1857. "resolved": "https://registry.npmmirror.com/@dcloudio/uni-automator/-/uni-automator-3.0.0-3080720230703001.tgz",
  1858. "integrity": "sha512-DbvYu6uGA+My5l103RgZ5BfqSlxGN5NbvK59ELH0NhK5mGge/f8RQPJ9zPz2rlLJT9/GUzjaw7b+f4FELeRpHg==",
  1859. "dev": true,
  1860. "dependencies": {
  1861. "@dcloudio/uni-cli-shared": "3.0.0-3080720230703001",
  1862. "address": "^1.1.2",
  1863. "cross-env": "^7.0.3",
  1864. "debug": "^4.3.3",
  1865. "default-gateway": "^6.0.3",
  1866. "fs-extra": "^10.0.0",
  1867. "jsonc-parser": "^3.2.0",
  1868. "licia": "^1.29.0",
  1869. "qrcode-reader": "^1.0.4",
  1870. "qrcode-terminal": "^0.12.0",
  1871. "ws": "^8.4.2"
  1872. },
  1873. "peerDependencies": {
  1874. "jest": "27.0.4",
  1875. "jest-environment-node": "27.5.1"
  1876. }
  1877. },
  1878. "node_modules/@dcloudio/uni-cli-shared": {
  1879. "version": "3.0.0-3080720230703001",
  1880. "resolved": "https://registry.npmmirror.com/@dcloudio/uni-cli-shared/-/uni-cli-shared-3.0.0-3080720230703001.tgz",
  1881. "integrity": "sha512-WP5IfAXIlinWs/ItHu2/EP746kSCxl9+I8wBC6BfI4xq8RD2ga6F5WJt/+blBzbp2gVnJsW/13eafUQs5T3RFA==",
  1882. "dependencies": {
  1883. "@ampproject/remapping": "^2.1.2",
  1884. "@babel/core": "^7.21.3",
  1885. "@babel/parser": "^7.16.4",
  1886. "@babel/types": "^7.20.7",
  1887. "@dcloudio/uni-i18n": "3.0.0-3080720230703001",
  1888. "@dcloudio/uni-shared": "3.0.0-3080720230703001",
  1889. "@intlify/core-base": "9.1.9",
  1890. "@intlify/shared": "9.1.9",
  1891. "@intlify/vue-devtools": "9.1.9",
  1892. "@rollup/pluginutils": "^4.2.0",
  1893. "@vue/compiler-core": "3.2.47",
  1894. "@vue/compiler-dom": "3.2.47",
  1895. "@vue/compiler-sfc": "3.2.47",
  1896. "@vue/server-renderer": "3.2.47",
  1897. "@vue/shared": "3.2.47",
  1898. "autoprefixer": "^10.4.14",
  1899. "base64url": "^3.0.1",
  1900. "chokidar": "^3.5.3",
  1901. "compare-versions": "^3.6.0",
  1902. "debug": "^4.3.3",
  1903. "es-module-lexer": "^1.2.1",
  1904. "esbuild": "^0.17.5",
  1905. "estree-walker": "^2.0.2",
  1906. "fast-glob": "^3.2.11",
  1907. "fs-extra": "^10.0.0",
  1908. "hash-sum": "^2.0.0",
  1909. "jsonc-parser": "^3.0.0",
  1910. "magic-string": "^0.30.0",
  1911. "merge": "^2.1.1",
  1912. "mime": "^3.0.0",
  1913. "module-alias": "^2.2.2",
  1914. "os-locale-s-fix": "^1.0.8-fix-1",
  1915. "picocolors": "^1.0.0",
  1916. "postcss-import": "^14.0.2",
  1917. "postcss-load-config": "^3.1.1",
  1918. "postcss-modules": "^4.3.0",
  1919. "postcss-selector-parser": "^6.0.6",
  1920. "resolve": "^1.22.1",
  1921. "tapable": "^2.2.0",
  1922. "xregexp": "3.1.0"
  1923. },
  1924. "engines": {
  1925. "node": "^14.18.0 || >=16.0.0"
  1926. }
  1927. },
  1928. "node_modules/@dcloudio/uni-cloud": {
  1929. "version": "3.0.0-3080720230703001",
  1930. "resolved": "https://registry.npmmirror.com/@dcloudio/uni-cloud/-/uni-cloud-3.0.0-3080720230703001.tgz",
  1931. "integrity": "sha512-xulo8fMQZ6+DsU7Bs6Re7i51OVF/tzT72GmooXvvNt3H+5XUAo/1mQIIiNlxeR4sKesR8Y9n7j+Z4dfs/2ce9w==",
  1932. "dependencies": {
  1933. "@dcloudio/uni-cli-shared": "3.0.0-3080720230703001",
  1934. "@dcloudio/uni-i18n": "3.0.0-3080720230703001",
  1935. "@dcloudio/uni-shared": "3.0.0-3080720230703001",
  1936. "@vue/shared": "3.2.47",
  1937. "fast-glob": "^3.2.11"
  1938. }
  1939. },
  1940. "node_modules/@dcloudio/uni-components": {
  1941. "version": "3.0.0-3080720230703001",
  1942. "resolved": "https://registry.npmmirror.com/@dcloudio/uni-components/-/uni-components-3.0.0-3080720230703001.tgz",
  1943. "integrity": "sha512-Ggd7m9TOxdLZxfJ1PWkUBowTUyYVH1WuPsooMWmJNRkMpvnAtK6ZPdS0ThdglX0F/FT82IUUC+wdeZtFG/QRcA==",
  1944. "dependencies": {
  1945. "@dcloudio/uni-cloud": "3.0.0-3080720230703001",
  1946. "@dcloudio/uni-h5": "3.0.0-3080720230703001",
  1947. "@dcloudio/uni-i18n": "3.0.0-3080720230703001"
  1948. }
  1949. },
  1950. "node_modules/@dcloudio/uni-h5": {
  1951. "version": "3.0.0-3080720230703001",
  1952. "resolved": "https://registry.npmmirror.com/@dcloudio/uni-h5/-/uni-h5-3.0.0-3080720230703001.tgz",
  1953. "integrity": "sha512-brRSBmxzg07Bt86AhJ70T0wsJBaDjgRAaAND0QsRQAaQfRFyEjqU1wp+x4Dt7GoNbg5hmNEabhdJKv24RweMnA==",
  1954. "dependencies": {
  1955. "@dcloudio/uni-h5-vite": "3.0.0-3080720230703001",
  1956. "@dcloudio/uni-h5-vue": "3.0.0-3080720230703001",
  1957. "@dcloudio/uni-i18n": "3.0.0-3080720230703001",
  1958. "@dcloudio/uni-shared": "3.0.0-3080720230703001",
  1959. "@vue/server-renderer": "3.2.47",
  1960. "@vue/shared": "3.2.47",
  1961. "debug": "^4.3.3",
  1962. "localstorage-polyfill": "^1.0.1",
  1963. "postcss-selector-parser": "^6.0.6",
  1964. "safe-area-insets": "^1.4.1",
  1965. "vue-router": "^4.1.6",
  1966. "xmlhttprequest": "^1.8.0"
  1967. }
  1968. },
  1969. "node_modules/@dcloudio/uni-h5-vite": {
  1970. "version": "3.0.0-3080720230703001",
  1971. "resolved": "https://registry.npmmirror.com/@dcloudio/uni-h5-vite/-/uni-h5-vite-3.0.0-3080720230703001.tgz",
  1972. "integrity": "sha512-bqPj6p2Zj0TIMOoUFCryPaBR/LIGMdHg5vDGlxoU1F84VdtCXlgDTodbp/4n24MDCd6KiuHZEyURt4jODtxd8Q==",
  1973. "dependencies": {
  1974. "@dcloudio/uni-cli-shared": "3.0.0-3080720230703001",
  1975. "@dcloudio/uni-shared": "3.0.0-3080720230703001",
  1976. "@rollup/pluginutils": "^4.2.0",
  1977. "@vue/compiler-dom": "3.2.47",
  1978. "@vue/compiler-sfc": "3.2.47",
  1979. "@vue/server-renderer": "3.2.47",
  1980. "@vue/shared": "3.2.47",
  1981. "debug": "^4.3.3",
  1982. "fs-extra": "^10.0.0",
  1983. "mime": "^3.0.0",
  1984. "module-alias": "^2.2.2"
  1985. }
  1986. },
  1987. "node_modules/@dcloudio/uni-h5-vue": {
  1988. "version": "3.0.0-3080720230703001",
  1989. "resolved": "https://registry.npmmirror.com/@dcloudio/uni-h5-vue/-/uni-h5-vue-3.0.0-3080720230703001.tgz",
  1990. "integrity": "sha512-dRb9y4bgVSvZgJySumu0ZLL+tb/K1KbHd7Rx5c2G9Q7Yw42y0rrooYgbKFQILw0LFF0bKpzZv0JjNwkpKcD/mA==",
  1991. "dependencies": {
  1992. "@dcloudio/uni-shared": "3.0.0-3080720230703001",
  1993. "@vue/server-renderer": "3.2.47"
  1994. }
  1995. },
  1996. "node_modules/@dcloudio/uni-i18n": {
  1997. "version": "3.0.0-3080720230703001",
  1998. "resolved": "https://registry.npmmirror.com/@dcloudio/uni-i18n/-/uni-i18n-3.0.0-3080720230703001.tgz",
  1999. "integrity": "sha512-fmN3HnHhq2GXgT+PlCiy1g9KAVAD1HASErnv4cKtu4YofJH6Nh+uWAfPNWwp/6ZfNgPrblku7Rq7qdDFEltFcg=="
  2000. },
  2001. "node_modules/@dcloudio/uni-mp-alipay": {
  2002. "version": "3.0.0-3080720230703001",
  2003. "resolved": "https://registry.npmmirror.com/@dcloudio/uni-mp-alipay/-/uni-mp-alipay-3.0.0-3080720230703001.tgz",
  2004. "integrity": "sha512-qTBERfPRxa4e3cHzptD82kTNrleT6Mxl+hdzDMK4/xSD4XLiMb2ZKDqsG8MtAAvNpHMe8QKiEKXR2/Oljs8A9A==",
  2005. "dependencies": {
  2006. "@dcloudio/uni-cli-shared": "3.0.0-3080720230703001",
  2007. "@dcloudio/uni-mp-vite": "3.0.0-3080720230703001",
  2008. "@dcloudio/uni-mp-vue": "3.0.0-3080720230703001",
  2009. "@dcloudio/uni-shared": "3.0.0-3080720230703001",
  2010. "@vue/compiler-core": "3.2.47",
  2011. "@vue/shared": "3.2.47"
  2012. }
  2013. },
  2014. "node_modules/@dcloudio/uni-mp-baidu": {
  2015. "version": "3.0.0-3080720230703001",
  2016. "resolved": "https://registry.npmmirror.com/@dcloudio/uni-mp-baidu/-/uni-mp-baidu-3.0.0-3080720230703001.tgz",
  2017. "integrity": "sha512-22llCMmOgpPuuWtaJ8pExLStvIoy+/KJLL09/a+Y87z3F+W40VfA6WFNNF3peVX22pw8fDvUBMDN9nCusAVrqA==",
  2018. "dependencies": {
  2019. "@dcloudio/uni-cli-shared": "3.0.0-3080720230703001",
  2020. "@dcloudio/uni-mp-compiler": "3.0.0-3080720230703001",
  2021. "@dcloudio/uni-mp-vite": "3.0.0-3080720230703001",
  2022. "@dcloudio/uni-mp-vue": "3.0.0-3080720230703001",
  2023. "@dcloudio/uni-mp-weixin": "3.0.0-3080720230703001",
  2024. "@dcloudio/uni-shared": "3.0.0-3080720230703001",
  2025. "@vue/compiler-core": "3.2.47",
  2026. "@vue/shared": "3.2.47",
  2027. "jimp": "^0.10.1",
  2028. "licia": "^1.29.0",
  2029. "qrcode-reader": "^1.0.4",
  2030. "qrcode-terminal": "^0.12.0",
  2031. "ws": "^8.4.2"
  2032. }
  2033. },
  2034. "node_modules/@dcloudio/uni-mp-compiler": {
  2035. "version": "3.0.0-3080720230703001",
  2036. "resolved": "https://registry.npmmirror.com/@dcloudio/uni-mp-compiler/-/uni-mp-compiler-3.0.0-3080720230703001.tgz",
  2037. "integrity": "sha512-osLFR5CDm5xrQiSSh0fqXDCDam0Zg8mGMohHKFtqSbPoKHBxv+i4KkdU1Ai3MhutPXK4xMU6xk6PqQ2XhJmxAg==",
  2038. "dependencies": {
  2039. "@babel/generator": "^7.20.5",
  2040. "@babel/parser": "^7.16.4",
  2041. "@babel/types": "^7.20.7",
  2042. "@dcloudio/uni-cli-shared": "3.0.0-3080720230703001",
  2043. "@dcloudio/uni-shared": "3.0.0-3080720230703001",
  2044. "@vue/compiler-core": "3.2.47",
  2045. "@vue/compiler-dom": "3.2.47",
  2046. "@vue/shared": "3.2.47",
  2047. "estree-walker": "^2.0.2"
  2048. }
  2049. },
  2050. "node_modules/@dcloudio/uni-mp-jd": {
  2051. "version": "3.0.0-3080720230703001",
  2052. "resolved": "https://registry.npmmirror.com/@dcloudio/uni-mp-jd/-/uni-mp-jd-3.0.0-3080720230703001.tgz",
  2053. "integrity": "sha512-5FJ0ZtJnCUTaPWLbdcpwAfPG/XGAlyanWolgdwzq0eFMQtAGtcrbCCv2GXXcErMjDyDbM4LRBS3JPEmcBLe5Zw==",
  2054. "dependencies": {
  2055. "@dcloudio/uni-cli-shared": "3.0.0-3080720230703001",
  2056. "@dcloudio/uni-mp-compiler": "3.0.0-3080720230703001",
  2057. "@dcloudio/uni-mp-vite": "3.0.0-3080720230703001",
  2058. "@dcloudio/uni-mp-vue": "3.0.0-3080720230703001",
  2059. "@dcloudio/uni-shared": "3.0.0-3080720230703001",
  2060. "@vue/shared": "3.2.47"
  2061. }
  2062. },
  2063. "node_modules/@dcloudio/uni-mp-kuaishou": {
  2064. "version": "3.0.0-3080720230703001",
  2065. "resolved": "https://registry.npmmirror.com/@dcloudio/uni-mp-kuaishou/-/uni-mp-kuaishou-3.0.0-3080720230703001.tgz",
  2066. "integrity": "sha512-t1H8YaS5HUYNI/ArKTPaK17JqNyvLC4ge+oJpAtW1gJOxT/qdRE7BPyfIfoKUoN0QlDxQiuxbvz1ILdT00u0yg==",
  2067. "dependencies": {
  2068. "@dcloudio/uni-cli-shared": "3.0.0-3080720230703001",
  2069. "@dcloudio/uni-mp-compiler": "3.0.0-3080720230703001",
  2070. "@dcloudio/uni-mp-vite": "3.0.0-3080720230703001",
  2071. "@dcloudio/uni-mp-vue": "3.0.0-3080720230703001",
  2072. "@dcloudio/uni-mp-weixin": "3.0.0-3080720230703001",
  2073. "@dcloudio/uni-shared": "3.0.0-3080720230703001",
  2074. "@vue/compiler-core": "3.2.47",
  2075. "@vue/shared": "3.2.47"
  2076. }
  2077. },
  2078. "node_modules/@dcloudio/uni-mp-lark": {
  2079. "version": "3.0.0-3080720230703001",
  2080. "resolved": "https://registry.npmmirror.com/@dcloudio/uni-mp-lark/-/uni-mp-lark-3.0.0-3080720230703001.tgz",
  2081. "integrity": "sha512-3E+vRxFypvcdTMPIGlfI3WWAVlUi3/IfKc0eM53YqNGHFTnzJOAofvFABqE6hcY24FjwepgNDttGddbaE8LtKA==",
  2082. "dependencies": {
  2083. "@dcloudio/uni-cli-shared": "3.0.0-3080720230703001",
  2084. "@dcloudio/uni-mp-compiler": "3.0.0-3080720230703001",
  2085. "@dcloudio/uni-mp-toutiao": "3.0.0-3080720230703001",
  2086. "@dcloudio/uni-mp-vite": "3.0.0-3080720230703001",
  2087. "@dcloudio/uni-mp-vue": "3.0.0-3080720230703001",
  2088. "@dcloudio/uni-shared": "3.0.0-3080720230703001",
  2089. "@vue/compiler-core": "3.2.47",
  2090. "@vue/shared": "3.2.47"
  2091. }
  2092. },
  2093. "node_modules/@dcloudio/uni-mp-qq": {
  2094. "version": "3.0.0-3080720230703001",
  2095. "resolved": "https://registry.npmmirror.com/@dcloudio/uni-mp-qq/-/uni-mp-qq-3.0.0-3080720230703001.tgz",
  2096. "integrity": "sha512-nx9PoO/+zFWlA54O20aXj/gaefUHLqBrhrKPNERAphafFembjudIvo/YS1tjlDk5idJ9G+J5XJNWL60eQcnKNA==",
  2097. "dependencies": {
  2098. "@dcloudio/uni-cli-shared": "3.0.0-3080720230703001",
  2099. "@dcloudio/uni-mp-vite": "3.0.0-3080720230703001",
  2100. "@dcloudio/uni-mp-vue": "3.0.0-3080720230703001",
  2101. "@dcloudio/uni-shared": "3.0.0-3080720230703001",
  2102. "@vue/shared": "3.2.47",
  2103. "fs-extra": "^10.0.0"
  2104. }
  2105. },
  2106. "node_modules/@dcloudio/uni-mp-toutiao": {
  2107. "version": "3.0.0-3080720230703001",
  2108. "resolved": "https://registry.npmmirror.com/@dcloudio/uni-mp-toutiao/-/uni-mp-toutiao-3.0.0-3080720230703001.tgz",
  2109. "integrity": "sha512-x39UGX+gelydwYXnDX8YlD7qCpwAWzUwY3DuDNig3GAmtBiBMheM4nQKxxs0zrImRB77eUffwtNn+1+kvTvjyA==",
  2110. "dependencies": {
  2111. "@dcloudio/uni-cli-shared": "3.0.0-3080720230703001",
  2112. "@dcloudio/uni-mp-compiler": "3.0.0-3080720230703001",
  2113. "@dcloudio/uni-mp-vite": "3.0.0-3080720230703001",
  2114. "@dcloudio/uni-mp-vue": "3.0.0-3080720230703001",
  2115. "@dcloudio/uni-shared": "3.0.0-3080720230703001",
  2116. "@vue/compiler-core": "3.2.47",
  2117. "@vue/shared": "3.2.47"
  2118. }
  2119. },
  2120. "node_modules/@dcloudio/uni-mp-vite": {
  2121. "version": "3.0.0-3080720230703001",
  2122. "resolved": "https://registry.npmmirror.com/@dcloudio/uni-mp-vite/-/uni-mp-vite-3.0.0-3080720230703001.tgz",
  2123. "integrity": "sha512-KGi1tfIrlzGx9vbcrU979I56jaZ+kpQsm+SfKOYg2j6JezQ0/GFqHEHaDdiAdhSZcTX759Qs1PXZmXFxMdDFDA==",
  2124. "dependencies": {
  2125. "@dcloudio/uni-cli-shared": "3.0.0-3080720230703001",
  2126. "@dcloudio/uni-i18n": "3.0.0-3080720230703001",
  2127. "@dcloudio/uni-mp-compiler": "3.0.0-3080720230703001",
  2128. "@dcloudio/uni-mp-vue": "3.0.0-3080720230703001",
  2129. "@dcloudio/uni-shared": "3.0.0-3080720230703001",
  2130. "@vue/compiler-sfc": "3.2.47",
  2131. "@vue/shared": "3.2.47",
  2132. "debug": "^4.3.3"
  2133. }
  2134. },
  2135. "node_modules/@dcloudio/uni-mp-vue": {
  2136. "version": "3.0.0-3080720230703001",
  2137. "resolved": "https://registry.npmmirror.com/@dcloudio/uni-mp-vue/-/uni-mp-vue-3.0.0-3080720230703001.tgz",
  2138. "integrity": "sha512-Fo0lNHwGhVV2ceaU4Cta8OmB831k6PhJttpaJ18R0o1AM0RykI8NCw2OUuZ5Ex/TedoyejQBxs6skMDCvPb5IQ==",
  2139. "dependencies": {
  2140. "@dcloudio/uni-shared": "3.0.0-3080720230703001",
  2141. "@vue/shared": "3.2.47"
  2142. }
  2143. },
  2144. "node_modules/@dcloudio/uni-mp-weixin": {
  2145. "version": "3.0.0-3080720230703001",
  2146. "resolved": "https://registry.npmmirror.com/@dcloudio/uni-mp-weixin/-/uni-mp-weixin-3.0.0-3080720230703001.tgz",
  2147. "integrity": "sha512-8S+6I1OuGk8r+s5nNfqo+Cq+BrK0M+RksDQUtkI8z2e798GrWZiHbTqQ89pEwVdtkhP5G+5orqUg6e5NCLaskQ==",
  2148. "dependencies": {
  2149. "@dcloudio/uni-cli-shared": "3.0.0-3080720230703001",
  2150. "@dcloudio/uni-mp-vite": "3.0.0-3080720230703001",
  2151. "@dcloudio/uni-mp-vue": "3.0.0-3080720230703001",
  2152. "@dcloudio/uni-shared": "3.0.0-3080720230703001",
  2153. "@vue/shared": "3.2.47",
  2154. "jimp": "^0.10.1",
  2155. "licia": "^1.29.0",
  2156. "qrcode-reader": "^1.0.4",
  2157. "qrcode-terminal": "^0.12.0",
  2158. "ws": "^8.4.2"
  2159. }
  2160. },
  2161. "node_modules/@dcloudio/uni-nvue-styler": {
  2162. "version": "3.0.0-3080720230703001",
  2163. "resolved": "https://registry.npmmirror.com/@dcloudio/uni-nvue-styler/-/uni-nvue-styler-3.0.0-3080720230703001.tgz",
  2164. "integrity": "sha512-nhWQ/B/AYYqJZ/7HCmSWylARJ2dRrRyYVwBVs1Re8yk8SoaEkTvvgt5jas3tqjIxhyi5M8hzXeaxdpkY1Jgsyw==",
  2165. "dependencies": {
  2166. "@vue/shared": "3.2.47",
  2167. "parse-css-font": "^4.0.0",
  2168. "postcss": "^8.4.23"
  2169. }
  2170. },
  2171. "node_modules/@dcloudio/uni-push": {
  2172. "version": "3.0.0-3080720230703001",
  2173. "resolved": "https://registry.npmmirror.com/@dcloudio/uni-push/-/uni-push-3.0.0-3080720230703001.tgz",
  2174. "integrity": "sha512-q0chMYDBdj+KGxj/pA2hOm356tPU9WsVxjB2f7JW3Ue6JUNl5snuq0Rk1C/s1IDDAU8W4DTgb9KjsRYTXHV77w==",
  2175. "dependencies": {
  2176. "@dcloudio/uni-cli-shared": "3.0.0-3080720230703001"
  2177. }
  2178. },
  2179. "node_modules/@dcloudio/uni-quickapp-webview": {
  2180. "version": "3.0.0-3080720230703001",
  2181. "resolved": "https://registry.npmmirror.com/@dcloudio/uni-quickapp-webview/-/uni-quickapp-webview-3.0.0-3080720230703001.tgz",
  2182. "integrity": "sha512-LgV/CvGVp2IyLbIDeir4rPRAi+eglJLrBl86LT1ey+YA/Jecoz9LH4fHhB5gJEedm+KUqL7hjxd7F/XcrIULzg==",
  2183. "dependencies": {
  2184. "@dcloudio/uni-cli-shared": "3.0.0-3080720230703001",
  2185. "@dcloudio/uni-mp-vite": "3.0.0-3080720230703001",
  2186. "@dcloudio/uni-mp-vue": "3.0.0-3080720230703001",
  2187. "@dcloudio/uni-shared": "3.0.0-3080720230703001",
  2188. "@vue/shared": "3.2.47"
  2189. }
  2190. },
  2191. "node_modules/@dcloudio/uni-shared": {
  2192. "version": "3.0.0-3080720230703001",
  2193. "resolved": "https://registry.npmmirror.com/@dcloudio/uni-shared/-/uni-shared-3.0.0-3080720230703001.tgz",
  2194. "integrity": "sha512-saa7FGqduwcEe0jxntYAFCE6wAtSM9aNG52uLAW5m0c4uRNYVFWJltBkm8Ev7eyko2xkvNhoQAGIGXDTQ+Hxhw==",
  2195. "dependencies": {
  2196. "@vue/shared": "3.2.47"
  2197. }
  2198. },
  2199. "node_modules/@dcloudio/uni-stacktracey": {
  2200. "version": "3.0.0-3080720230703001",
  2201. "resolved": "https://registry.npmmirror.com/@dcloudio/uni-stacktracey/-/uni-stacktracey-3.0.0-3080720230703001.tgz",
  2202. "integrity": "sha512-xo0O4sQ9gXa0wg1V1I13l/6JxQSTmfTcjyyQWOb3t5E/ME6tVo/RSlA0QN/Guo9XlogmQXs99D30NW/r3KGdJA==",
  2203. "dev": true
  2204. },
  2205. "node_modules/@dcloudio/uni-stat": {
  2206. "version": "3.0.0-3080720230703001",
  2207. "resolved": "https://registry.npmmirror.com/@dcloudio/uni-stat/-/uni-stat-3.0.0-3080720230703001.tgz",
  2208. "integrity": "sha512-jzX9nRWk24udvVneFVA/8cfzqedib/nHbTO6GsFPamc6KDFa7QXhLy2m+BV+3inLiMkedfVnvgxNkZDigujyLw==",
  2209. "dependencies": {
  2210. "@dcloudio/uni-cli-shared": "3.0.0-3080720230703001",
  2211. "@dcloudio/uni-shared": "3.0.0-3080720230703001",
  2212. "debug": "^4.3.3"
  2213. }
  2214. },
  2215. "node_modules/@dcloudio/uni-ui": {
  2216. "version": "1.4.28",
  2217. "resolved": "https://registry.npmmirror.com/@dcloudio/uni-ui/-/uni-ui-1.4.28.tgz",
  2218. "integrity": "sha512-e/lSbvR79KH9+d3D4ueNbvD6szigjO/5IyjBNmiTqaj0PTS324fBV3L6f3s1qpkYonM4rdOl000hVOcAg6Gh/A==",
  2219. "deprecated": "@1.4.29"
  2220. },
  2221. "node_modules/@dcloudio/vite-plugin-uni": {
  2222. "version": "3.0.0-3080720230703001",
  2223. "resolved": "https://registry.npmmirror.com/@dcloudio/vite-plugin-uni/-/vite-plugin-uni-3.0.0-3080720230703001.tgz",
  2224. "integrity": "sha512-PMDGsIDjBuoGNzzNPxLAHrXEzBsA2huoZgjbaGa3H8N+4cnbJZmEJEsy/OVdA3I9lrgZ+H6QW95qIA5aVO6djA==",
  2225. "dev": true,
  2226. "dependencies": {
  2227. "@babel/core": "^7.21.3",
  2228. "@babel/plugin-syntax-import-meta": "^7.10.4",
  2229. "@babel/plugin-transform-typescript": "^7.20.7",
  2230. "@dcloudio/uni-cli-shared": "3.0.0-3080720230703001",
  2231. "@dcloudio/uni-shared": "3.0.0-3080720230703001",
  2232. "@rollup/pluginutils": "^4.2.0",
  2233. "@vitejs/plugin-legacy": "^4.0.3",
  2234. "@vitejs/plugin-vue": "^4.2.1",
  2235. "@vitejs/plugin-vue-jsx": "^3.0.1",
  2236. "@vue/compiler-core": "3.2.47",
  2237. "@vue/compiler-dom": "3.2.47",
  2238. "@vue/compiler-sfc": "3.2.47",
  2239. "@vue/shared": "3.2.47",
  2240. "cac": "6.7.9",
  2241. "debug": "^4.3.3",
  2242. "estree-walker": "^2.0.2",
  2243. "express": "^4.17.1",
  2244. "fast-glob": "^3.2.11",
  2245. "fs-extra": "^10.0.0",
  2246. "hash-sum": "^2.0.0",
  2247. "jsonc-parser": "^3.0.0",
  2248. "magic-string": "^0.30.0",
  2249. "picocolors": "^1.0.0",
  2250. "terser": "^5.4.0"
  2251. },
  2252. "bin": {
  2253. "uni": "bin/uni.js"
  2254. },
  2255. "engines": {
  2256. "node": "^14.18.0 || >=16.0.0"
  2257. },
  2258. "peerDependencies": {
  2259. "vite": "^4.0.0"
  2260. }
  2261. },
  2262. "node_modules/@esbuild/android-arm": {
  2263. "version": "0.17.19",
  2264. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.17.19.tgz",
  2265. "integrity": "sha512-rIKddzqhmav7MSmoFCmDIb6e2W57geRsM94gV2l38fzhXMwq7hZoClug9USI2pFRGL06f4IOPHHpFNOkWieR8A==",
  2266. "cpu": [
  2267. "arm"
  2268. ],
  2269. "optional": true,
  2270. "os": [
  2271. "android"
  2272. ],
  2273. "engines": {
  2274. "node": ">=12"
  2275. }
  2276. },
  2277. "node_modules/@esbuild/android-arm64": {
  2278. "version": "0.17.19",
  2279. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.17.19.tgz",
  2280. "integrity": "sha512-KBMWvEZooR7+kzY0BtbTQn0OAYY7CsiydT63pVEaPtVYF0hXbUaOyZog37DKxK7NF3XacBJOpYT4adIJh+avxA==",
  2281. "cpu": [
  2282. "arm64"
  2283. ],
  2284. "optional": true,
  2285. "os": [
  2286. "android"
  2287. ],
  2288. "engines": {
  2289. "node": ">=12"
  2290. }
  2291. },
  2292. "node_modules/@esbuild/android-x64": {
  2293. "version": "0.17.19",
  2294. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.17.19.tgz",
  2295. "integrity": "sha512-uUTTc4xGNDT7YSArp/zbtmbhO0uEEK9/ETW29Wk1thYUJBz3IVnvgEiEwEa9IeLyvnpKrWK64Utw2bgUmDveww==",
  2296. "cpu": [
  2297. "x64"
  2298. ],
  2299. "optional": true,
  2300. "os": [
  2301. "android"
  2302. ],
  2303. "engines": {
  2304. "node": ">=12"
  2305. }
  2306. },
  2307. "node_modules/@esbuild/darwin-arm64": {
  2308. "version": "0.17.19",
  2309. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.17.19.tgz",
  2310. "integrity": "sha512-80wEoCfF/hFKM6WE1FyBHc9SfUblloAWx6FJkFWTWiCoht9Mc0ARGEM47e67W9rI09YoUxJL68WHfDRYEAvOhg==",
  2311. "cpu": [
  2312. "arm64"
  2313. ],
  2314. "optional": true,
  2315. "os": [
  2316. "darwin"
  2317. ],
  2318. "engines": {
  2319. "node": ">=12"
  2320. }
  2321. },
  2322. "node_modules/@esbuild/darwin-x64": {
  2323. "version": "0.17.19",
  2324. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.17.19.tgz",
  2325. "integrity": "sha512-IJM4JJsLhRYr9xdtLytPLSH9k/oxR3boaUIYiHkAawtwNOXKE8KoU8tMvryogdcT8AU+Bflmh81Xn6Q0vTZbQw==",
  2326. "cpu": [
  2327. "x64"
  2328. ],
  2329. "optional": true,
  2330. "os": [
  2331. "darwin"
  2332. ],
  2333. "engines": {
  2334. "node": ">=12"
  2335. }
  2336. },
  2337. "node_modules/@esbuild/freebsd-arm64": {
  2338. "version": "0.17.19",
  2339. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.17.19.tgz",
  2340. "integrity": "sha512-pBwbc7DufluUeGdjSU5Si+P3SoMF5DQ/F/UmTSb8HXO80ZEAJmrykPyzo1IfNbAoaqw48YRpv8shwd1NoI0jcQ==",
  2341. "cpu": [
  2342. "arm64"
  2343. ],
  2344. "optional": true,
  2345. "os": [
  2346. "freebsd"
  2347. ],
  2348. "engines": {
  2349. "node": ">=12"
  2350. }
  2351. },
  2352. "node_modules/@esbuild/freebsd-x64": {
  2353. "version": "0.17.19",
  2354. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.17.19.tgz",
  2355. "integrity": "sha512-4lu+n8Wk0XlajEhbEffdy2xy53dpR06SlzvhGByyg36qJw6Kpfk7cp45DR/62aPH9mtJRmIyrXAS5UWBrJT6TQ==",
  2356. "cpu": [
  2357. "x64"
  2358. ],
  2359. "optional": true,
  2360. "os": [
  2361. "freebsd"
  2362. ],
  2363. "engines": {
  2364. "node": ">=12"
  2365. }
  2366. },
  2367. "node_modules/@esbuild/linux-arm": {
  2368. "version": "0.17.19",
  2369. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.17.19.tgz",
  2370. "integrity": "sha512-cdmT3KxjlOQ/gZ2cjfrQOtmhG4HJs6hhvm3mWSRDPtZ/lP5oe8FWceS10JaSJC13GBd4eH/haHnqf7hhGNLerA==",
  2371. "cpu": [
  2372. "arm"
  2373. ],
  2374. "optional": true,
  2375. "os": [
  2376. "linux"
  2377. ],
  2378. "engines": {
  2379. "node": ">=12"
  2380. }
  2381. },
  2382. "node_modules/@esbuild/linux-arm64": {
  2383. "version": "0.17.19",
  2384. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.17.19.tgz",
  2385. "integrity": "sha512-ct1Tg3WGwd3P+oZYqic+YZF4snNl2bsnMKRkb3ozHmnM0dGWuxcPTTntAF6bOP0Sp4x0PjSF+4uHQ1xvxfRKqg==",
  2386. "cpu": [
  2387. "arm64"
  2388. ],
  2389. "optional": true,
  2390. "os": [
  2391. "linux"
  2392. ],
  2393. "engines": {
  2394. "node": ">=12"
  2395. }
  2396. },
  2397. "node_modules/@esbuild/linux-ia32": {
  2398. "version": "0.17.19",
  2399. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.17.19.tgz",
  2400. "integrity": "sha512-w4IRhSy1VbsNxHRQpeGCHEmibqdTUx61Vc38APcsRbuVgK0OPEnQ0YD39Brymn96mOx48Y2laBQGqgZ0j9w6SQ==",
  2401. "cpu": [
  2402. "ia32"
  2403. ],
  2404. "optional": true,
  2405. "os": [
  2406. "linux"
  2407. ],
  2408. "engines": {
  2409. "node": ">=12"
  2410. }
  2411. },
  2412. "node_modules/@esbuild/linux-loong64": {
  2413. "version": "0.17.19",
  2414. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.17.19.tgz",
  2415. "integrity": "sha512-2iAngUbBPMq439a+z//gE+9WBldoMp1s5GWsUSgqHLzLJ9WoZLZhpwWuym0u0u/4XmZ3gpHmzV84PonE+9IIdQ==",
  2416. "cpu": [
  2417. "loong64"
  2418. ],
  2419. "optional": true,
  2420. "os": [
  2421. "linux"
  2422. ],
  2423. "engines": {
  2424. "node": ">=12"
  2425. }
  2426. },
  2427. "node_modules/@esbuild/linux-mips64el": {
  2428. "version": "0.17.19",
  2429. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.17.19.tgz",
  2430. "integrity": "sha512-LKJltc4LVdMKHsrFe4MGNPp0hqDFA1Wpt3jE1gEyM3nKUvOiO//9PheZZHfYRfYl6AwdTH4aTcXSqBerX0ml4A==",
  2431. "cpu": [
  2432. "mips64el"
  2433. ],
  2434. "optional": true,
  2435. "os": [
  2436. "linux"
  2437. ],
  2438. "engines": {
  2439. "node": ">=12"
  2440. }
  2441. },
  2442. "node_modules/@esbuild/linux-ppc64": {
  2443. "version": "0.17.19",
  2444. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.17.19.tgz",
  2445. "integrity": "sha512-/c/DGybs95WXNS8y3Ti/ytqETiW7EU44MEKuCAcpPto3YjQbyK3IQVKfF6nbghD7EcLUGl0NbiL5Rt5DMhn5tg==",
  2446. "cpu": [
  2447. "ppc64"
  2448. ],
  2449. "optional": true,
  2450. "os": [
  2451. "linux"
  2452. ],
  2453. "engines": {
  2454. "node": ">=12"
  2455. }
  2456. },
  2457. "node_modules/@esbuild/linux-riscv64": {
  2458. "version": "0.17.19",
  2459. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.17.19.tgz",
  2460. "integrity": "sha512-FC3nUAWhvFoutlhAkgHf8f5HwFWUL6bYdvLc/TTuxKlvLi3+pPzdZiFKSWz/PF30TB1K19SuCxDTI5KcqASJqA==",
  2461. "cpu": [
  2462. "riscv64"
  2463. ],
  2464. "optional": true,
  2465. "os": [
  2466. "linux"
  2467. ],
  2468. "engines": {
  2469. "node": ">=12"
  2470. }
  2471. },
  2472. "node_modules/@esbuild/linux-s390x": {
  2473. "version": "0.17.19",
  2474. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.17.19.tgz",
  2475. "integrity": "sha512-IbFsFbxMWLuKEbH+7sTkKzL6NJmG2vRyy6K7JJo55w+8xDk7RElYn6xvXtDW8HCfoKBFK69f3pgBJSUSQPr+4Q==",
  2476. "cpu": [
  2477. "s390x"
  2478. ],
  2479. "optional": true,
  2480. "os": [
  2481. "linux"
  2482. ],
  2483. "engines": {
  2484. "node": ">=12"
  2485. }
  2486. },
  2487. "node_modules/@esbuild/linux-x64": {
  2488. "version": "0.17.19",
  2489. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.17.19.tgz",
  2490. "integrity": "sha512-68ngA9lg2H6zkZcyp22tsVt38mlhWde8l3eJLWkyLrp4HwMUr3c1s/M2t7+kHIhvMjglIBrFpncX1SzMckomGw==",
  2491. "cpu": [
  2492. "x64"
  2493. ],
  2494. "optional": true,
  2495. "os": [
  2496. "linux"
  2497. ],
  2498. "engines": {
  2499. "node": ">=12"
  2500. }
  2501. },
  2502. "node_modules/@esbuild/netbsd-x64": {
  2503. "version": "0.17.19",
  2504. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.17.19.tgz",
  2505. "integrity": "sha512-CwFq42rXCR8TYIjIfpXCbRX0rp1jo6cPIUPSaWwzbVI4aOfX96OXY8M6KNmtPcg7QjYeDmN+DD0Wp3LaBOLf4Q==",
  2506. "cpu": [
  2507. "x64"
  2508. ],
  2509. "optional": true,
  2510. "os": [
  2511. "netbsd"
  2512. ],
  2513. "engines": {
  2514. "node": ">=12"
  2515. }
  2516. },
  2517. "node_modules/@esbuild/openbsd-x64": {
  2518. "version": "0.17.19",
  2519. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.17.19.tgz",
  2520. "integrity": "sha512-cnq5brJYrSZ2CF6c35eCmviIN3k3RczmHz8eYaVlNasVqsNY+JKohZU5MKmaOI+KkllCdzOKKdPs762VCPC20g==",
  2521. "cpu": [
  2522. "x64"
  2523. ],
  2524. "optional": true,
  2525. "os": [
  2526. "openbsd"
  2527. ],
  2528. "engines": {
  2529. "node": ">=12"
  2530. }
  2531. },
  2532. "node_modules/@esbuild/sunos-x64": {
  2533. "version": "0.17.19",
  2534. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.17.19.tgz",
  2535. "integrity": "sha512-vCRT7yP3zX+bKWFeP/zdS6SqdWB8OIpaRq/mbXQxTGHnIxspRtigpkUcDMlSCOejlHowLqII7K2JKevwyRP2rg==",
  2536. "cpu": [
  2537. "x64"
  2538. ],
  2539. "optional": true,
  2540. "os": [
  2541. "sunos"
  2542. ],
  2543. "engines": {
  2544. "node": ">=12"
  2545. }
  2546. },
  2547. "node_modules/@esbuild/win32-arm64": {
  2548. "version": "0.17.19",
  2549. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.17.19.tgz",
  2550. "integrity": "sha512-yYx+8jwowUstVdorcMdNlzklLYhPxjniHWFKgRqH7IFlUEa0Umu3KuYplf1HUZZ422e3NU9F4LGb+4O0Kdcaag==",
  2551. "cpu": [
  2552. "arm64"
  2553. ],
  2554. "optional": true,
  2555. "os": [
  2556. "win32"
  2557. ],
  2558. "engines": {
  2559. "node": ">=12"
  2560. }
  2561. },
  2562. "node_modules/@esbuild/win32-ia32": {
  2563. "version": "0.17.19",
  2564. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.17.19.tgz",
  2565. "integrity": "sha512-eggDKanJszUtCdlVs0RB+h35wNlb5v4TWEkq4vZcmVt5u/HiDZrTXe2bWFQUez3RgNHwx/x4sk5++4NSSicKkw==",
  2566. "cpu": [
  2567. "ia32"
  2568. ],
  2569. "optional": true,
  2570. "os": [
  2571. "win32"
  2572. ],
  2573. "engines": {
  2574. "node": ">=12"
  2575. }
  2576. },
  2577. "node_modules/@esbuild/win32-x64": {
  2578. "version": "0.17.19",
  2579. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.17.19.tgz",
  2580. "integrity": "sha512-lAhycmKnVOuRYNtRtatQR1LPQf2oYCkRGkSFnseDAKPl8lu5SOsK/e1sXe5a0Pc5kHIHe6P2I/ilntNv2xf3cA==",
  2581. "cpu": [
  2582. "x64"
  2583. ],
  2584. "optional": true,
  2585. "os": [
  2586. "win32"
  2587. ],
  2588. "engines": {
  2589. "node": ">=12"
  2590. }
  2591. },
  2592. "node_modules/@eslint-community/eslint-utils": {
  2593. "version": "4.4.0",
  2594. "resolved": "https://registry.npmmirror.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
  2595. "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",
  2596. "dev": true,
  2597. "dependencies": {
  2598. "eslint-visitor-keys": "^3.3.0"
  2599. },
  2600. "engines": {
  2601. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2602. },
  2603. "peerDependencies": {
  2604. "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
  2605. }
  2606. },
  2607. "node_modules/@eslint-community/regexpp": {
  2608. "version": "4.10.0",
  2609. "resolved": "https://registry.npmmirror.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz",
  2610. "integrity": "sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==",
  2611. "dev": true,
  2612. "engines": {
  2613. "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
  2614. }
  2615. },
  2616. "node_modules/@eslint/eslintrc": {
  2617. "version": "2.1.4",
  2618. "resolved": "https://registry.npmmirror.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
  2619. "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
  2620. "dev": true,
  2621. "dependencies": {
  2622. "ajv": "^6.12.4",
  2623. "debug": "^4.3.2",
  2624. "espree": "^9.6.0",
  2625. "globals": "^13.19.0",
  2626. "ignore": "^5.2.0",
  2627. "import-fresh": "^3.2.1",
  2628. "js-yaml": "^4.1.0",
  2629. "minimatch": "^3.1.2",
  2630. "strip-json-comments": "^3.1.1"
  2631. },
  2632. "engines": {
  2633. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2634. },
  2635. "funding": {
  2636. "url": "https://opencollective.com/eslint"
  2637. }
  2638. },
  2639. "node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
  2640. "version": "1.1.11",
  2641. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
  2642. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  2643. "dev": true,
  2644. "dependencies": {
  2645. "balanced-match": "^1.0.0",
  2646. "concat-map": "0.0.1"
  2647. }
  2648. },
  2649. "node_modules/@eslint/eslintrc/node_modules/globals": {
  2650. "version": "13.24.0",
  2651. "resolved": "https://registry.npmmirror.com/globals/-/globals-13.24.0.tgz",
  2652. "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
  2653. "dev": true,
  2654. "dependencies": {
  2655. "type-fest": "^0.20.2"
  2656. },
  2657. "engines": {
  2658. "node": ">=8"
  2659. },
  2660. "funding": {
  2661. "url": "https://github.com/sponsors/sindresorhus"
  2662. }
  2663. },
  2664. "node_modules/@eslint/eslintrc/node_modules/minimatch": {
  2665. "version": "3.1.2",
  2666. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  2667. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  2668. "dev": true,
  2669. "dependencies": {
  2670. "brace-expansion": "^1.1.7"
  2671. },
  2672. "engines": {
  2673. "node": "*"
  2674. }
  2675. },
  2676. "node_modules/@eslint/js": {
  2677. "version": "8.56.0",
  2678. "resolved": "https://registry.npmmirror.com/@eslint/js/-/js-8.56.0.tgz",
  2679. "integrity": "sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==",
  2680. "dev": true,
  2681. "engines": {
  2682. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  2683. }
  2684. },
  2685. "node_modules/@humanwhocodes/config-array": {
  2686. "version": "0.11.13",
  2687. "resolved": "https://registry.npmmirror.com/@humanwhocodes/config-array/-/config-array-0.11.13.tgz",
  2688. "integrity": "sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==",
  2689. "dev": true,
  2690. "dependencies": {
  2691. "@humanwhocodes/object-schema": "^2.0.1",
  2692. "debug": "^4.1.1",
  2693. "minimatch": "^3.0.5"
  2694. },
  2695. "engines": {
  2696. "node": ">=10.10.0"
  2697. }
  2698. },
  2699. "node_modules/@humanwhocodes/config-array/node_modules/brace-expansion": {
  2700. "version": "1.1.11",
  2701. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
  2702. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  2703. "dev": true,
  2704. "dependencies": {
  2705. "balanced-match": "^1.0.0",
  2706. "concat-map": "0.0.1"
  2707. }
  2708. },
  2709. "node_modules/@humanwhocodes/config-array/node_modules/minimatch": {
  2710. "version": "3.1.2",
  2711. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  2712. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  2713. "dev": true,
  2714. "dependencies": {
  2715. "brace-expansion": "^1.1.7"
  2716. },
  2717. "engines": {
  2718. "node": "*"
  2719. }
  2720. },
  2721. "node_modules/@humanwhocodes/module-importer": {
  2722. "version": "1.0.1",
  2723. "resolved": "https://registry.npmmirror.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
  2724. "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
  2725. "dev": true,
  2726. "engines": {
  2727. "node": ">=12.22"
  2728. },
  2729. "funding": {
  2730. "type": "github",
  2731. "url": "https://github.com/sponsors/nzakas"
  2732. }
  2733. },
  2734. "node_modules/@humanwhocodes/object-schema": {
  2735. "version": "2.0.1",
  2736. "resolved": "https://registry.npmmirror.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz",
  2737. "integrity": "sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==",
  2738. "dev": true
  2739. },
  2740. "node_modules/@intlify/core-base": {
  2741. "version": "9.1.9",
  2742. "resolved": "https://registry.npmmirror.com/@intlify/core-base/-/core-base-9.1.9.tgz",
  2743. "integrity": "sha512-x5T0p/Ja0S8hs5xs+ImKyYckVkL4CzcEXykVYYV6rcbXxJTe2o58IquSqX9bdncVKbRZP7GlBU1EcRaQEEJ+vw==",
  2744. "dependencies": {
  2745. "@intlify/devtools-if": "9.1.9",
  2746. "@intlify/message-compiler": "9.1.9",
  2747. "@intlify/message-resolver": "9.1.9",
  2748. "@intlify/runtime": "9.1.9",
  2749. "@intlify/shared": "9.1.9",
  2750. "@intlify/vue-devtools": "9.1.9"
  2751. },
  2752. "engines": {
  2753. "node": ">= 10"
  2754. }
  2755. },
  2756. "node_modules/@intlify/devtools-if": {
  2757. "version": "9.1.9",
  2758. "resolved": "https://registry.npmmirror.com/@intlify/devtools-if/-/devtools-if-9.1.9.tgz",
  2759. "integrity": "sha512-oKSMKjttG3Ut/1UGEZjSdghuP3fwA15zpDPcjkf/1FjlOIm6uIBGMNS5jXzsZy593u+P/YcnrZD6cD3IVFz9vQ==",
  2760. "dependencies": {
  2761. "@intlify/shared": "9.1.9"
  2762. },
  2763. "engines": {
  2764. "node": ">= 10"
  2765. }
  2766. },
  2767. "node_modules/@intlify/message-compiler": {
  2768. "version": "9.1.9",
  2769. "resolved": "https://registry.npmmirror.com/@intlify/message-compiler/-/message-compiler-9.1.9.tgz",
  2770. "integrity": "sha512-6YgCMF46Xd0IH2hMRLCssZI3gFG4aywidoWQ3QP4RGYQXQYYfFC54DxhSgfIPpVoPLQ+4AD29eoYmhiHZ+qLFQ==",
  2771. "dependencies": {
  2772. "@intlify/message-resolver": "9.1.9",
  2773. "@intlify/shared": "9.1.9",
  2774. "source-map": "0.6.1"
  2775. },
  2776. "engines": {
  2777. "node": ">= 10"
  2778. }
  2779. },
  2780. "node_modules/@intlify/message-resolver": {
  2781. "version": "9.1.9",
  2782. "resolved": "https://registry.npmmirror.com/@intlify/message-resolver/-/message-resolver-9.1.9.tgz",
  2783. "integrity": "sha512-Lx/DBpigeK0sz2BBbzv5mu9/dAlt98HxwbG7xLawC3O2xMF9MNWU5FtOziwYG6TDIjNq0O/3ZbOJAxwITIWXEA==",
  2784. "engines": {
  2785. "node": ">= 10"
  2786. }
  2787. },
  2788. "node_modules/@intlify/runtime": {
  2789. "version": "9.1.9",
  2790. "resolved": "https://registry.npmmirror.com/@intlify/runtime/-/runtime-9.1.9.tgz",
  2791. "integrity": "sha512-XgPw8+UlHCiie3fI41HPVa/VDJb3/aSH7bLhY1hJvlvNV713PFtb4p4Jo+rlE0gAoMsMCGcsiT982fImolSltg==",
  2792. "dependencies": {
  2793. "@intlify/message-compiler": "9.1.9",
  2794. "@intlify/message-resolver": "9.1.9",
  2795. "@intlify/shared": "9.1.9"
  2796. },
  2797. "engines": {
  2798. "node": ">= 10"
  2799. }
  2800. },
  2801. "node_modules/@intlify/shared": {
  2802. "version": "9.1.9",
  2803. "resolved": "https://registry.npmmirror.com/@intlify/shared/-/shared-9.1.9.tgz",
  2804. "integrity": "sha512-xKGM1d0EAxdDFCWedcYXOm6V5Pfw/TMudd6/qCdEb4tv0hk9EKeg7lwQF1azE0dP2phvx0yXxrt7UQK+IZjNdw==",
  2805. "engines": {
  2806. "node": ">= 10"
  2807. }
  2808. },
  2809. "node_modules/@intlify/vue-devtools": {
  2810. "version": "9.1.9",
  2811. "resolved": "https://registry.npmmirror.com/@intlify/vue-devtools/-/vue-devtools-9.1.9.tgz",
  2812. "integrity": "sha512-YPehH9uL4vZcGXky4Ev5qQIITnHKIvsD2GKGXgqf+05osMUI6WSEQHaN9USRa318Rs8RyyPCiDfmA0hRu3k7og==",
  2813. "dependencies": {
  2814. "@intlify/message-resolver": "9.1.9",
  2815. "@intlify/runtime": "9.1.9",
  2816. "@intlify/shared": "9.1.9"
  2817. },
  2818. "engines": {
  2819. "node": ">= 10"
  2820. }
  2821. },
  2822. "node_modules/@jimp/bmp": {
  2823. "version": "0.10.3",
  2824. "resolved": "https://registry.npmmirror.com/@jimp/bmp/-/bmp-0.10.3.tgz",
  2825. "integrity": "sha512-keMOc5woiDmONXsB/6aXLR4Z5Q+v8lFq3EY2rcj2FmstbDMhRuGbmcBxlEgOqfRjwvtf/wOtJ3Of37oAWtVfLg==",
  2826. "dependencies": {
  2827. "@babel/runtime": "^7.7.2",
  2828. "@jimp/utils": "^0.10.3",
  2829. "bmp-js": "^0.1.0",
  2830. "core-js": "^3.4.1"
  2831. },
  2832. "peerDependencies": {
  2833. "@jimp/custom": ">=0.3.5"
  2834. }
  2835. },
  2836. "node_modules/@jimp/core": {
  2837. "version": "0.10.3",
  2838. "resolved": "https://registry.npmmirror.com/@jimp/core/-/core-0.10.3.tgz",
  2839. "integrity": "sha512-Gd5IpL3U2bFIO57Fh/OA3HCpWm4uW/pU01E75rI03BXfTdz3T+J7TwvyG1XaqsQ7/DSlS99GXtLQPlfFIe28UA==",
  2840. "dependencies": {
  2841. "@babel/runtime": "^7.7.2",
  2842. "@jimp/utils": "^0.10.3",
  2843. "any-base": "^1.1.0",
  2844. "buffer": "^5.2.0",
  2845. "core-js": "^3.4.1",
  2846. "exif-parser": "^0.1.12",
  2847. "file-type": "^9.0.0",
  2848. "load-bmfont": "^1.3.1",
  2849. "mkdirp": "^0.5.1",
  2850. "phin": "^2.9.1",
  2851. "pixelmatch": "^4.0.2",
  2852. "tinycolor2": "^1.4.1"
  2853. }
  2854. },
  2855. "node_modules/@jimp/custom": {
  2856. "version": "0.10.3",
  2857. "resolved": "https://registry.npmmirror.com/@jimp/custom/-/custom-0.10.3.tgz",
  2858. "integrity": "sha512-nZmSI+jwTi5IRyNLbKSXQovoeqsw+D0Jn0SxW08wYQvdkiWA8bTlDQFgQ7HVwCAKBm8oKkDB/ZEo9qvHJ+1gAQ==",
  2859. "dependencies": {
  2860. "@babel/runtime": "^7.7.2",
  2861. "@jimp/core": "^0.10.3",
  2862. "core-js": "^3.4.1"
  2863. }
  2864. },
  2865. "node_modules/@jimp/gif": {
  2866. "version": "0.10.3",
  2867. "resolved": "https://registry.npmmirror.com/@jimp/gif/-/gif-0.10.3.tgz",
  2868. "integrity": "sha512-vjlRodSfz1CrUvvrnUuD/DsLK1GHB/yDZXHthVdZu23zYJIW7/WrIiD1IgQ5wOMV7NocfrvPn2iqUfBP81/WWA==",
  2869. "dependencies": {
  2870. "@babel/runtime": "^7.7.2",
  2871. "@jimp/utils": "^0.10.3",
  2872. "core-js": "^3.4.1",
  2873. "omggif": "^1.0.9"
  2874. },
  2875. "peerDependencies": {
  2876. "@jimp/custom": ">=0.3.5"
  2877. }
  2878. },
  2879. "node_modules/@jimp/jpeg": {
  2880. "version": "0.10.3",
  2881. "resolved": "https://registry.npmmirror.com/@jimp/jpeg/-/jpeg-0.10.3.tgz",
  2882. "integrity": "sha512-AAANwgUZOt6f6P7LZxY9lyJ9xclqutYJlsxt3JbriXUGJgrrFAIkcKcqv1nObgmQASSAQKYaMV9KdHjMlWFKlQ==",
  2883. "dependencies": {
  2884. "@babel/runtime": "^7.7.2",
  2885. "@jimp/utils": "^0.10.3",
  2886. "core-js": "^3.4.1",
  2887. "jpeg-js": "^0.3.4"
  2888. },
  2889. "peerDependencies": {
  2890. "@jimp/custom": ">=0.3.5"
  2891. }
  2892. },
  2893. "node_modules/@jimp/plugin-blit": {
  2894. "version": "0.10.3",
  2895. "resolved": "https://registry.npmmirror.com/@jimp/plugin-blit/-/plugin-blit-0.10.3.tgz",
  2896. "integrity": "sha512-5zlKlCfx4JWw9qUVC7GI4DzXyxDWyFvgZLaoGFoT00mlXlN75SarlDwc9iZ/2e2kp4bJWxz3cGgG4G/WXrbg3Q==",
  2897. "dependencies": {
  2898. "@babel/runtime": "^7.7.2",
  2899. "@jimp/utils": "^0.10.3",
  2900. "core-js": "^3.4.1"
  2901. },
  2902. "peerDependencies": {
  2903. "@jimp/custom": ">=0.3.5"
  2904. }
  2905. },
  2906. "node_modules/@jimp/plugin-blur": {
  2907. "version": "0.10.3",
  2908. "resolved": "https://registry.npmmirror.com/@jimp/plugin-blur/-/plugin-blur-0.10.3.tgz",
  2909. "integrity": "sha512-cTOK3rjh1Yjh23jSfA6EHCHjsPJDEGLC8K2y9gM7dnTUK1y9NNmkFS23uHpyjgsWFIoH9oRh2SpEs3INjCpZhQ==",
  2910. "dependencies": {
  2911. "@babel/runtime": "^7.7.2",
  2912. "@jimp/utils": "^0.10.3",
  2913. "core-js": "^3.4.1"
  2914. },
  2915. "peerDependencies": {
  2916. "@jimp/custom": ">=0.3.5"
  2917. }
  2918. },
  2919. "node_modules/@jimp/plugin-circle": {
  2920. "version": "0.10.3",
  2921. "resolved": "https://registry.npmmirror.com/@jimp/plugin-circle/-/plugin-circle-0.10.3.tgz",
  2922. "integrity": "sha512-51GAPIVelqAcfuUpaM5JWJ0iWl4vEjNXB7p4P7SX5udugK5bxXUjO6KA2qgWmdpHuCKtoNgkzWU9fNSuYp7tCA==",
  2923. "dependencies": {
  2924. "@babel/runtime": "^7.7.2",
  2925. "@jimp/utils": "^0.10.3",
  2926. "core-js": "^3.4.1"
  2927. },
  2928. "peerDependencies": {
  2929. "@jimp/custom": ">=0.3.5"
  2930. }
  2931. },
  2932. "node_modules/@jimp/plugin-color": {
  2933. "version": "0.10.3",
  2934. "resolved": "https://registry.npmmirror.com/@jimp/plugin-color/-/plugin-color-0.10.3.tgz",
  2935. "integrity": "sha512-RgeHUElmlTH7vpI4WyQrz6u59spiKfVQbsG/XUzfWGamFSixa24ZDwX/yV/Ts+eNaz7pZeIuv533qmKPvw2ujg==",
  2936. "dependencies": {
  2937. "@babel/runtime": "^7.7.2",
  2938. "@jimp/utils": "^0.10.3",
  2939. "core-js": "^3.4.1",
  2940. "tinycolor2": "^1.4.1"
  2941. },
  2942. "peerDependencies": {
  2943. "@jimp/custom": ">=0.3.5"
  2944. }
  2945. },
  2946. "node_modules/@jimp/plugin-contain": {
  2947. "version": "0.10.3",
  2948. "resolved": "https://registry.npmmirror.com/@jimp/plugin-contain/-/plugin-contain-0.10.3.tgz",
  2949. "integrity": "sha512-bYJKW9dqzcB0Ihc6u7jSyKa3juStzbLs2LFr6fu8TzA2WkMS/R8h+ddkiO36+F9ILTWHP0CIA3HFe5OdOGcigw==",
  2950. "dependencies": {
  2951. "@babel/runtime": "^7.7.2",
  2952. "@jimp/utils": "^0.10.3",
  2953. "core-js": "^3.4.1"
  2954. },
  2955. "peerDependencies": {
  2956. "@jimp/custom": ">=0.3.5",
  2957. "@jimp/plugin-blit": ">=0.3.5",
  2958. "@jimp/plugin-resize": ">=0.3.5",
  2959. "@jimp/plugin-scale": ">=0.3.5"
  2960. }
  2961. },
  2962. "node_modules/@jimp/plugin-cover": {
  2963. "version": "0.10.3",
  2964. "resolved": "https://registry.npmmirror.com/@jimp/plugin-cover/-/plugin-cover-0.10.3.tgz",
  2965. "integrity": "sha512-pOxu0cM0BRPzdV468n4dMocJXoMbTnARDY/EpC3ZW15SpMuc/dr1KhWQHgoQX5kVW1Wt8zgqREAJJCQ5KuPKDA==",
  2966. "dependencies": {
  2967. "@babel/runtime": "^7.7.2",
  2968. "@jimp/utils": "^0.10.3",
  2969. "core-js": "^3.4.1"
  2970. },
  2971. "peerDependencies": {
  2972. "@jimp/custom": ">=0.3.5",
  2973. "@jimp/plugin-crop": ">=0.3.5",
  2974. "@jimp/plugin-resize": ">=0.3.5",
  2975. "@jimp/plugin-scale": ">=0.3.5"
  2976. }
  2977. },
  2978. "node_modules/@jimp/plugin-crop": {
  2979. "version": "0.10.3",
  2980. "resolved": "https://registry.npmmirror.com/@jimp/plugin-crop/-/plugin-crop-0.10.3.tgz",
  2981. "integrity": "sha512-nB7HgOjjl9PgdHr076xZ3Sr6qHYzeBYBs9qvs3tfEEUeYMNnvzgCCGtUl6eMakazZFCMk3mhKmcB9zQuHFOvkg==",
  2982. "dependencies": {
  2983. "@babel/runtime": "^7.7.2",
  2984. "@jimp/utils": "^0.10.3",
  2985. "core-js": "^3.4.1"
  2986. },
  2987. "peerDependencies": {
  2988. "@jimp/custom": ">=0.3.5"
  2989. }
  2990. },
  2991. "node_modules/@jimp/plugin-displace": {
  2992. "version": "0.10.3",
  2993. "resolved": "https://registry.npmmirror.com/@jimp/plugin-displace/-/plugin-displace-0.10.3.tgz",
  2994. "integrity": "sha512-8t3fVKCH5IVqI4lewe4lFFjpxxr69SQCz5/tlpDLQZsrNScNJivHdQ09zljTrVTCSgeCqQJIKgH2Q7Sk/pAZ0w==",
  2995. "dependencies": {
  2996. "@babel/runtime": "^7.7.2",
  2997. "@jimp/utils": "^0.10.3",
  2998. "core-js": "^3.4.1"
  2999. },
  3000. "peerDependencies": {
  3001. "@jimp/custom": ">=0.3.5"
  3002. }
  3003. },
  3004. "node_modules/@jimp/plugin-dither": {
  3005. "version": "0.10.3",
  3006. "resolved": "https://registry.npmmirror.com/@jimp/plugin-dither/-/plugin-dither-0.10.3.tgz",
  3007. "integrity": "sha512-JCX/oNSnEg1kGQ8ffZ66bEgQOLCY3Rn+lrd6v1jjLy/mn9YVZTMsxLtGCXpiCDC2wG/KTmi4862ysmP9do9dAQ==",
  3008. "dependencies": {
  3009. "@babel/runtime": "^7.7.2",
  3010. "@jimp/utils": "^0.10.3",
  3011. "core-js": "^3.4.1"
  3012. },
  3013. "peerDependencies": {
  3014. "@jimp/custom": ">=0.3.5"
  3015. }
  3016. },
  3017. "node_modules/@jimp/plugin-fisheye": {
  3018. "version": "0.10.3",
  3019. "resolved": "https://registry.npmmirror.com/@jimp/plugin-fisheye/-/plugin-fisheye-0.10.3.tgz",
  3020. "integrity": "sha512-RRZb1wqe+xdocGcFtj2xHU7sF7xmEZmIa6BmrfSchjyA2b32TGPWKnP3qyj7p6LWEsXn+19hRYbjfyzyebPElQ==",
  3021. "dependencies": {
  3022. "@babel/runtime": "^7.7.2",
  3023. "@jimp/utils": "^0.10.3",
  3024. "core-js": "^3.4.1"
  3025. },
  3026. "peerDependencies": {
  3027. "@jimp/custom": ">=0.3.5"
  3028. }
  3029. },
  3030. "node_modules/@jimp/plugin-flip": {
  3031. "version": "0.10.3",
  3032. "resolved": "https://registry.npmmirror.com/@jimp/plugin-flip/-/plugin-flip-0.10.3.tgz",
  3033. "integrity": "sha512-0epbi8XEzp0wmSjoW9IB0iMu0yNF17aZOxLdURCN3Zr+8nWPs5VNIMqSVa1Y62GSyiMDpVpKF/ITiXre+EqrPg==",
  3034. "dependencies": {
  3035. "@babel/runtime": "^7.7.2",
  3036. "@jimp/utils": "^0.10.3",
  3037. "core-js": "^3.4.1"
  3038. },
  3039. "peerDependencies": {
  3040. "@jimp/custom": ">=0.3.5",
  3041. "@jimp/plugin-rotate": ">=0.3.5"
  3042. }
  3043. },
  3044. "node_modules/@jimp/plugin-gaussian": {
  3045. "version": "0.10.3",
  3046. "resolved": "https://registry.npmmirror.com/@jimp/plugin-gaussian/-/plugin-gaussian-0.10.3.tgz",
  3047. "integrity": "sha512-25eHlFbHUDnMMGpgRBBeQ2AMI4wsqCg46sue0KklI+c2BaZ+dGXmJA5uT8RTOrt64/K9Wz5E+2n7eBnny4dfpQ==",
  3048. "dependencies": {
  3049. "@babel/runtime": "^7.7.2",
  3050. "@jimp/utils": "^0.10.3",
  3051. "core-js": "^3.4.1"
  3052. },
  3053. "peerDependencies": {
  3054. "@jimp/custom": ">=0.3.5"
  3055. }
  3056. },
  3057. "node_modules/@jimp/plugin-invert": {
  3058. "version": "0.10.3",
  3059. "resolved": "https://registry.npmmirror.com/@jimp/plugin-invert/-/plugin-invert-0.10.3.tgz",
  3060. "integrity": "sha512-effYSApWY/FbtlzqsKXlTLkgloKUiHBKjkQnqh5RL4oQxh/33j6aX+HFdDyQKtsXb8CMd4xd7wyiD2YYabTa0g==",
  3061. "dependencies": {
  3062. "@babel/runtime": "^7.7.2",
  3063. "@jimp/utils": "^0.10.3",
  3064. "core-js": "^3.4.1"
  3065. },
  3066. "peerDependencies": {
  3067. "@jimp/custom": ">=0.3.5"
  3068. }
  3069. },
  3070. "node_modules/@jimp/plugin-mask": {
  3071. "version": "0.10.3",
  3072. "resolved": "https://registry.npmmirror.com/@jimp/plugin-mask/-/plugin-mask-0.10.3.tgz",
  3073. "integrity": "sha512-twrg8q8TIhM9Z6Jcu9/5f+OCAPaECb0eKrrbbIajJqJ3bCUlj5zbfgIhiQIzjPJ6KjpnFPSqHQfHkU1Vvk/nVw==",
  3074. "dependencies": {
  3075. "@babel/runtime": "^7.7.2",
  3076. "@jimp/utils": "^0.10.3",
  3077. "core-js": "^3.4.1"
  3078. },
  3079. "peerDependencies": {
  3080. "@jimp/custom": ">=0.3.5"
  3081. }
  3082. },
  3083. "node_modules/@jimp/plugin-normalize": {
  3084. "version": "0.10.3",
  3085. "resolved": "https://registry.npmmirror.com/@jimp/plugin-normalize/-/plugin-normalize-0.10.3.tgz",
  3086. "integrity": "sha512-xkb5eZI/mMlbwKkDN79+1/t/+DBo8bBXZUMsT4gkFgMRKNRZ6NQPxlv1d3QpRzlocsl6UMxrHnhgnXdLAcgrXw==",
  3087. "dependencies": {
  3088. "@babel/runtime": "^7.7.2",
  3089. "@jimp/utils": "^0.10.3",
  3090. "core-js": "^3.4.1"
  3091. },
  3092. "peerDependencies": {
  3093. "@jimp/custom": ">=0.3.5"
  3094. }
  3095. },
  3096. "node_modules/@jimp/plugin-print": {
  3097. "version": "0.10.3",
  3098. "resolved": "https://registry.npmmirror.com/@jimp/plugin-print/-/plugin-print-0.10.3.tgz",
  3099. "integrity": "sha512-wjRiI6yjXsAgMe6kVjizP+RgleUCLkH256dskjoNvJzmzbEfO7xQw9g6M02VET+emnbY0CO83IkrGm2q43VRyg==",
  3100. "dependencies": {
  3101. "@babel/runtime": "^7.7.2",
  3102. "@jimp/utils": "^0.10.3",
  3103. "core-js": "^3.4.1",
  3104. "load-bmfont": "^1.4.0"
  3105. },
  3106. "peerDependencies": {
  3107. "@jimp/custom": ">=0.3.5",
  3108. "@jimp/plugin-blit": ">=0.3.5"
  3109. }
  3110. },
  3111. "node_modules/@jimp/plugin-resize": {
  3112. "version": "0.10.3",
  3113. "resolved": "https://registry.npmmirror.com/@jimp/plugin-resize/-/plugin-resize-0.10.3.tgz",
  3114. "integrity": "sha512-rf8YmEB1d7Sg+g4LpqF0Mp+dfXfb6JFJkwlAIWPUOR7lGsPWALavEwTW91c0etEdnp0+JB9AFpy6zqq7Lwkq6w==",
  3115. "dependencies": {
  3116. "@babel/runtime": "^7.7.2",
  3117. "@jimp/utils": "^0.10.3",
  3118. "core-js": "^3.4.1"
  3119. },
  3120. "peerDependencies": {
  3121. "@jimp/custom": ">=0.3.5"
  3122. }
  3123. },
  3124. "node_modules/@jimp/plugin-rotate": {
  3125. "version": "0.10.3",
  3126. "resolved": "https://registry.npmmirror.com/@jimp/plugin-rotate/-/plugin-rotate-0.10.3.tgz",
  3127. "integrity": "sha512-YXLlRjm18fkW9MOHUaVAxWjvgZM851ofOipytz5FyKp4KZWDLk+dZK1JNmVmK7MyVmAzZ5jsgSLhIgj+GgN0Eg==",
  3128. "dependencies": {
  3129. "@babel/runtime": "^7.7.2",
  3130. "@jimp/utils": "^0.10.3",
  3131. "core-js": "^3.4.1"
  3132. },
  3133. "peerDependencies": {
  3134. "@jimp/custom": ">=0.3.5",
  3135. "@jimp/plugin-blit": ">=0.3.5",
  3136. "@jimp/plugin-crop": ">=0.3.5",
  3137. "@jimp/plugin-resize": ">=0.3.5"
  3138. }
  3139. },
  3140. "node_modules/@jimp/plugin-scale": {
  3141. "version": "0.10.3",
  3142. "resolved": "https://registry.npmmirror.com/@jimp/plugin-scale/-/plugin-scale-0.10.3.tgz",
  3143. "integrity": "sha512-5DXD7x7WVcX1gUgnlFXQa8F+Q3ThRYwJm+aesgrYvDOY+xzRoRSdQvhmdd4JEEue3lyX44DvBSgCIHPtGcEPaw==",
  3144. "dependencies": {
  3145. "@babel/runtime": "^7.7.2",
  3146. "@jimp/utils": "^0.10.3",
  3147. "core-js": "^3.4.1"
  3148. },
  3149. "peerDependencies": {
  3150. "@jimp/custom": ">=0.3.5",
  3151. "@jimp/plugin-resize": ">=0.3.5"
  3152. }
  3153. },
  3154. "node_modules/@jimp/plugin-shadow": {
  3155. "version": "0.10.3",
  3156. "resolved": "https://registry.npmmirror.com/@jimp/plugin-shadow/-/plugin-shadow-0.10.3.tgz",
  3157. "integrity": "sha512-/nkFXpt2zVcdP4ETdkAUL0fSzyrC5ZFxdcphbYBodqD7fXNqChS/Un1eD4xCXWEpW8cnG9dixZgQgStjywH0Mg==",
  3158. "dependencies": {
  3159. "@babel/runtime": "^7.7.2",
  3160. "@jimp/utils": "^0.10.3",
  3161. "core-js": "^3.4.1"
  3162. },
  3163. "peerDependencies": {
  3164. "@jimp/custom": ">=0.3.5",
  3165. "@jimp/plugin-blur": ">=0.3.5",
  3166. "@jimp/plugin-resize": ">=0.3.5"
  3167. }
  3168. },
  3169. "node_modules/@jimp/plugin-threshold": {
  3170. "version": "0.10.3",
  3171. "resolved": "https://registry.npmmirror.com/@jimp/plugin-threshold/-/plugin-threshold-0.10.3.tgz",
  3172. "integrity": "sha512-Dzh0Yq2wXP2SOnxcbbiyA4LJ2luwrdf1MghNIt9H+NX7B+IWw/N8qA2GuSm9n4BPGSLluuhdAWJqHcTiREriVA==",
  3173. "dependencies": {
  3174. "@babel/runtime": "^7.7.2",
  3175. "@jimp/utils": "^0.10.3",
  3176. "core-js": "^3.4.1"
  3177. },
  3178. "peerDependencies": {
  3179. "@jimp/custom": ">=0.3.5",
  3180. "@jimp/plugin-color": ">=0.8.0",
  3181. "@jimp/plugin-resize": ">=0.8.0"
  3182. }
  3183. },
  3184. "node_modules/@jimp/plugins": {
  3185. "version": "0.10.3",
  3186. "resolved": "https://registry.npmmirror.com/@jimp/plugins/-/plugins-0.10.3.tgz",
  3187. "integrity": "sha512-jTT3/7hOScf0EIKiAXmxwayHhryhc1wWuIe3FrchjDjr9wgIGNN2a7XwCgPl3fML17DXK1x8EzDneCdh261bkw==",
  3188. "dependencies": {
  3189. "@babel/runtime": "^7.7.2",
  3190. "@jimp/plugin-blit": "^0.10.3",
  3191. "@jimp/plugin-blur": "^0.10.3",
  3192. "@jimp/plugin-circle": "^0.10.3",
  3193. "@jimp/plugin-color": "^0.10.3",
  3194. "@jimp/plugin-contain": "^0.10.3",
  3195. "@jimp/plugin-cover": "^0.10.3",
  3196. "@jimp/plugin-crop": "^0.10.3",
  3197. "@jimp/plugin-displace": "^0.10.3",
  3198. "@jimp/plugin-dither": "^0.10.3",
  3199. "@jimp/plugin-fisheye": "^0.10.3",
  3200. "@jimp/plugin-flip": "^0.10.3",
  3201. "@jimp/plugin-gaussian": "^0.10.3",
  3202. "@jimp/plugin-invert": "^0.10.3",
  3203. "@jimp/plugin-mask": "^0.10.3",
  3204. "@jimp/plugin-normalize": "^0.10.3",
  3205. "@jimp/plugin-print": "^0.10.3",
  3206. "@jimp/plugin-resize": "^0.10.3",
  3207. "@jimp/plugin-rotate": "^0.10.3",
  3208. "@jimp/plugin-scale": "^0.10.3",
  3209. "@jimp/plugin-shadow": "^0.10.3",
  3210. "@jimp/plugin-threshold": "^0.10.3",
  3211. "core-js": "^3.4.1",
  3212. "timm": "^1.6.1"
  3213. },
  3214. "peerDependencies": {
  3215. "@jimp/custom": ">=0.3.5"
  3216. }
  3217. },
  3218. "node_modules/@jimp/png": {
  3219. "version": "0.10.3",
  3220. "resolved": "https://registry.npmmirror.com/@jimp/png/-/png-0.10.3.tgz",
  3221. "integrity": "sha512-YKqk/dkl+nGZxSYIDQrqhmaP8tC3IK8H7dFPnnzFVvbhDnyYunqBZZO3SaZUKTichClRw8k/CjBhbc+hifSGWg==",
  3222. "dependencies": {
  3223. "@babel/runtime": "^7.7.2",
  3224. "@jimp/utils": "^0.10.3",
  3225. "core-js": "^3.4.1",
  3226. "pngjs": "^3.3.3"
  3227. },
  3228. "peerDependencies": {
  3229. "@jimp/custom": ">=0.3.5"
  3230. }
  3231. },
  3232. "node_modules/@jimp/tiff": {
  3233. "version": "0.10.3",
  3234. "resolved": "https://registry.npmmirror.com/@jimp/tiff/-/tiff-0.10.3.tgz",
  3235. "integrity": "sha512-7EsJzZ5Y/EtinkBGuwX3Bi4S+zgbKouxjt9c82VJTRJOQgLWsE/RHqcyRCOQBhHAZ9QexYmDz34medfLKdoX0g==",
  3236. "dependencies": {
  3237. "@babel/runtime": "^7.7.2",
  3238. "core-js": "^3.4.1",
  3239. "utif": "^2.0.1"
  3240. },
  3241. "peerDependencies": {
  3242. "@jimp/custom": ">=0.3.5"
  3243. }
  3244. },
  3245. "node_modules/@jimp/types": {
  3246. "version": "0.10.3",
  3247. "resolved": "https://registry.npmmirror.com/@jimp/types/-/types-0.10.3.tgz",
  3248. "integrity": "sha512-XGmBakiHZqseSWr/puGN+CHzx0IKBSpsKlmEmsNV96HKDiP6eu8NSnwdGCEq2mmIHe0JNcg1hqg59hpwtQ7Tiw==",
  3249. "dependencies": {
  3250. "@babel/runtime": "^7.7.2",
  3251. "@jimp/bmp": "^0.10.3",
  3252. "@jimp/gif": "^0.10.3",
  3253. "@jimp/jpeg": "^0.10.3",
  3254. "@jimp/png": "^0.10.3",
  3255. "@jimp/tiff": "^0.10.3",
  3256. "core-js": "^3.4.1",
  3257. "timm": "^1.6.1"
  3258. },
  3259. "peerDependencies": {
  3260. "@jimp/custom": ">=0.3.5"
  3261. }
  3262. },
  3263. "node_modules/@jimp/utils": {
  3264. "version": "0.10.3",
  3265. "resolved": "https://registry.npmmirror.com/@jimp/utils/-/utils-0.10.3.tgz",
  3266. "integrity": "sha512-VcSlQhkil4ReYmg1KkN+WqHyYfZ2XfZxDsKAHSfST1GEz/RQHxKZbX+KhFKtKflnL0F4e6DlNQj3vznMNXCR2w==",
  3267. "dependencies": {
  3268. "@babel/runtime": "^7.7.2",
  3269. "core-js": "^3.4.1",
  3270. "regenerator-runtime": "^0.13.3"
  3271. }
  3272. },
  3273. "node_modules/@jridgewell/gen-mapping": {
  3274. "version": "0.3.3",
  3275. "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz",
  3276. "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==",
  3277. "dependencies": {
  3278. "@jridgewell/set-array": "^1.0.1",
  3279. "@jridgewell/sourcemap-codec": "^1.4.10",
  3280. "@jridgewell/trace-mapping": "^0.3.9"
  3281. },
  3282. "engines": {
  3283. "node": ">=6.0.0"
  3284. }
  3285. },
  3286. "node_modules/@jridgewell/resolve-uri": {
  3287. "version": "3.1.1",
  3288. "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz",
  3289. "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==",
  3290. "engines": {
  3291. "node": ">=6.0.0"
  3292. }
  3293. },
  3294. "node_modules/@jridgewell/set-array": {
  3295. "version": "1.1.2",
  3296. "resolved": "https://registry.npmmirror.com/@jridgewell/set-array/-/set-array-1.1.2.tgz",
  3297. "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==",
  3298. "engines": {
  3299. "node": ">=6.0.0"
  3300. }
  3301. },
  3302. "node_modules/@jridgewell/source-map": {
  3303. "version": "0.3.5",
  3304. "resolved": "https://registry.npmmirror.com/@jridgewell/source-map/-/source-map-0.3.5.tgz",
  3305. "integrity": "sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==",
  3306. "dev": true,
  3307. "dependencies": {
  3308. "@jridgewell/gen-mapping": "^0.3.0",
  3309. "@jridgewell/trace-mapping": "^0.3.9"
  3310. }
  3311. },
  3312. "node_modules/@jridgewell/sourcemap-codec": {
  3313. "version": "1.4.15",
  3314. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
  3315. "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg=="
  3316. },
  3317. "node_modules/@jridgewell/trace-mapping": {
  3318. "version": "0.3.20",
  3319. "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz",
  3320. "integrity": "sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==",
  3321. "dependencies": {
  3322. "@jridgewell/resolve-uri": "^3.1.0",
  3323. "@jridgewell/sourcemap-codec": "^1.4.14"
  3324. }
  3325. },
  3326. "node_modules/@nodelib/fs.scandir": {
  3327. "version": "2.1.5",
  3328. "resolved": "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
  3329. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  3330. "dependencies": {
  3331. "@nodelib/fs.stat": "2.0.5",
  3332. "run-parallel": "^1.1.9"
  3333. },
  3334. "engines": {
  3335. "node": ">= 8"
  3336. }
  3337. },
  3338. "node_modules/@nodelib/fs.stat": {
  3339. "version": "2.0.5",
  3340. "resolved": "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
  3341. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  3342. "engines": {
  3343. "node": ">= 8"
  3344. }
  3345. },
  3346. "node_modules/@nodelib/fs.walk": {
  3347. "version": "1.2.8",
  3348. "resolved": "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
  3349. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  3350. "dependencies": {
  3351. "@nodelib/fs.scandir": "2.1.5",
  3352. "fastq": "^1.6.0"
  3353. },
  3354. "engines": {
  3355. "node": ">= 8"
  3356. }
  3357. },
  3358. "node_modules/@pkgr/core": {
  3359. "version": "0.1.0",
  3360. "resolved": "https://registry.npmmirror.com/@pkgr/core/-/core-0.1.0.tgz",
  3361. "integrity": "sha512-Zwq5OCzuwJC2jwqmpEQt7Ds1DTi6BWSwoGkbb1n9pO3hzb35BoJELx7c0T23iDkBGkh2e7tvOtjF3tr3OaQHDQ==",
  3362. "dev": true,
  3363. "engines": {
  3364. "node": "^12.20.0 || ^14.18.0 || >=16.0.0"
  3365. },
  3366. "funding": {
  3367. "url": "https://opencollective.com/unts"
  3368. }
  3369. },
  3370. "node_modules/@rollup/pluginutils": {
  3371. "version": "4.2.1",
  3372. "resolved": "https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-4.2.1.tgz",
  3373. "integrity": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==",
  3374. "dependencies": {
  3375. "estree-walker": "^2.0.1",
  3376. "picomatch": "^2.2.2"
  3377. },
  3378. "engines": {
  3379. "node": ">= 8.0.0"
  3380. }
  3381. },
  3382. "node_modules/@types/estree": {
  3383. "version": "1.0.5",
  3384. "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.5.tgz",
  3385. "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw=="
  3386. },
  3387. "node_modules/@types/json-schema": {
  3388. "version": "7.0.15",
  3389. "resolved": "https://registry.npmmirror.com/@types/json-schema/-/json-schema-7.0.15.tgz",
  3390. "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
  3391. "dev": true
  3392. },
  3393. "node_modules/@types/json5": {
  3394. "version": "0.0.29",
  3395. "resolved": "https://registry.npmmirror.com/@types/json5/-/json5-0.0.29.tgz",
  3396. "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==",
  3397. "dev": true
  3398. },
  3399. "node_modules/@types/node": {
  3400. "version": "20.10.6",
  3401. "resolved": "https://registry.npmmirror.com/@types/node/-/node-20.10.6.tgz",
  3402. "integrity": "sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==",
  3403. "dev": true,
  3404. "dependencies": {
  3405. "undici-types": "~5.26.4"
  3406. }
  3407. },
  3408. "node_modules/@types/semver": {
  3409. "version": "7.5.6",
  3410. "resolved": "https://registry.npmmirror.com/@types/semver/-/semver-7.5.6.tgz",
  3411. "integrity": "sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==",
  3412. "dev": true
  3413. },
  3414. "node_modules/@typescript-eslint/eslint-plugin": {
  3415. "version": "6.16.0",
  3416. "resolved": "https://registry.npmmirror.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.16.0.tgz",
  3417. "integrity": "sha512-O5f7Kv5o4dLWQtPX4ywPPa+v9G+1q1x8mz0Kr0pXUtKsevo+gIJHLkGc8RxaZWtP8RrhwhSNIWThnW42K9/0rQ==",
  3418. "dev": true,
  3419. "dependencies": {
  3420. "@eslint-community/regexpp": "^4.5.1",
  3421. "@typescript-eslint/scope-manager": "6.16.0",
  3422. "@typescript-eslint/type-utils": "6.16.0",
  3423. "@typescript-eslint/utils": "6.16.0",
  3424. "@typescript-eslint/visitor-keys": "6.16.0",
  3425. "debug": "^4.3.4",
  3426. "graphemer": "^1.4.0",
  3427. "ignore": "^5.2.4",
  3428. "natural-compare": "^1.4.0",
  3429. "semver": "^7.5.4",
  3430. "ts-api-utils": "^1.0.1"
  3431. },
  3432. "engines": {
  3433. "node": "^16.0.0 || >=18.0.0"
  3434. },
  3435. "funding": {
  3436. "type": "opencollective",
  3437. "url": "https://opencollective.com/typescript-eslint"
  3438. },
  3439. "peerDependencies": {
  3440. "@typescript-eslint/parser": "^6.0.0 || ^6.0.0-alpha",
  3441. "eslint": "^7.0.0 || ^8.0.0"
  3442. },
  3443. "peerDependenciesMeta": {
  3444. "typescript": {
  3445. "optional": true
  3446. }
  3447. }
  3448. },
  3449. "node_modules/@typescript-eslint/eslint-plugin/node_modules/lru-cache": {
  3450. "version": "6.0.0",
  3451. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-6.0.0.tgz",
  3452. "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
  3453. "dev": true,
  3454. "dependencies": {
  3455. "yallist": "^4.0.0"
  3456. },
  3457. "engines": {
  3458. "node": ">=10"
  3459. }
  3460. },
  3461. "node_modules/@typescript-eslint/eslint-plugin/node_modules/semver": {
  3462. "version": "7.5.4",
  3463. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.5.4.tgz",
  3464. "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
  3465. "dev": true,
  3466. "dependencies": {
  3467. "lru-cache": "^6.0.0"
  3468. },
  3469. "bin": {
  3470. "semver": "bin/semver.js"
  3471. },
  3472. "engines": {
  3473. "node": ">=10"
  3474. }
  3475. },
  3476. "node_modules/@typescript-eslint/eslint-plugin/node_modules/yallist": {
  3477. "version": "4.0.0",
  3478. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz",
  3479. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  3480. "dev": true
  3481. },
  3482. "node_modules/@typescript-eslint/parser": {
  3483. "version": "6.16.0",
  3484. "resolved": "https://registry.npmmirror.com/@typescript-eslint/parser/-/parser-6.16.0.tgz",
  3485. "integrity": "sha512-H2GM3eUo12HpKZU9njig3DF5zJ58ja6ahj1GoHEHOgQvYxzoFJJEvC1MQ7T2l9Ha+69ZSOn7RTxOdpC/y3ikMw==",
  3486. "dev": true,
  3487. "dependencies": {
  3488. "@typescript-eslint/scope-manager": "6.16.0",
  3489. "@typescript-eslint/types": "6.16.0",
  3490. "@typescript-eslint/typescript-estree": "6.16.0",
  3491. "@typescript-eslint/visitor-keys": "6.16.0",
  3492. "debug": "^4.3.4"
  3493. },
  3494. "engines": {
  3495. "node": "^16.0.0 || >=18.0.0"
  3496. },
  3497. "funding": {
  3498. "type": "opencollective",
  3499. "url": "https://opencollective.com/typescript-eslint"
  3500. },
  3501. "peerDependencies": {
  3502. "eslint": "^7.0.0 || ^8.0.0"
  3503. },
  3504. "peerDependenciesMeta": {
  3505. "typescript": {
  3506. "optional": true
  3507. }
  3508. }
  3509. },
  3510. "node_modules/@typescript-eslint/scope-manager": {
  3511. "version": "6.16.0",
  3512. "resolved": "https://registry.npmmirror.com/@typescript-eslint/scope-manager/-/scope-manager-6.16.0.tgz",
  3513. "integrity": "sha512-0N7Y9DSPdaBQ3sqSCwlrm9zJwkpOuc6HYm7LpzLAPqBL7dmzAUimr4M29dMkOP/tEwvOCC/Cxo//yOfJD3HUiw==",
  3514. "dev": true,
  3515. "dependencies": {
  3516. "@typescript-eslint/types": "6.16.0",
  3517. "@typescript-eslint/visitor-keys": "6.16.0"
  3518. },
  3519. "engines": {
  3520. "node": "^16.0.0 || >=18.0.0"
  3521. },
  3522. "funding": {
  3523. "type": "opencollective",
  3524. "url": "https://opencollective.com/typescript-eslint"
  3525. }
  3526. },
  3527. "node_modules/@typescript-eslint/type-utils": {
  3528. "version": "6.16.0",
  3529. "resolved": "https://registry.npmmirror.com/@typescript-eslint/type-utils/-/type-utils-6.16.0.tgz",
  3530. "integrity": "sha512-ThmrEOcARmOnoyQfYkHw/DX2SEYBalVECmoldVuH6qagKROp/jMnfXpAU/pAIWub9c4YTxga+XwgAkoA0pxfmg==",
  3531. "dev": true,
  3532. "dependencies": {
  3533. "@typescript-eslint/typescript-estree": "6.16.0",
  3534. "@typescript-eslint/utils": "6.16.0",
  3535. "debug": "^4.3.4",
  3536. "ts-api-utils": "^1.0.1"
  3537. },
  3538. "engines": {
  3539. "node": "^16.0.0 || >=18.0.0"
  3540. },
  3541. "funding": {
  3542. "type": "opencollective",
  3543. "url": "https://opencollective.com/typescript-eslint"
  3544. },
  3545. "peerDependencies": {
  3546. "eslint": "^7.0.0 || ^8.0.0"
  3547. },
  3548. "peerDependenciesMeta": {
  3549. "typescript": {
  3550. "optional": true
  3551. }
  3552. }
  3553. },
  3554. "node_modules/@typescript-eslint/types": {
  3555. "version": "6.16.0",
  3556. "resolved": "https://registry.npmmirror.com/@typescript-eslint/types/-/types-6.16.0.tgz",
  3557. "integrity": "sha512-hvDFpLEvTJoHutVl87+MG/c5C8I6LOgEx05zExTSJDEVU7hhR3jhV8M5zuggbdFCw98+HhZWPHZeKS97kS3JoQ==",
  3558. "dev": true,
  3559. "engines": {
  3560. "node": "^16.0.0 || >=18.0.0"
  3561. },
  3562. "funding": {
  3563. "type": "opencollective",
  3564. "url": "https://opencollective.com/typescript-eslint"
  3565. }
  3566. },
  3567. "node_modules/@typescript-eslint/typescript-estree": {
  3568. "version": "6.16.0",
  3569. "resolved": "https://registry.npmmirror.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.16.0.tgz",
  3570. "integrity": "sha512-VTWZuixh/vr7nih6CfrdpmFNLEnoVBF1skfjdyGnNwXOH1SLeHItGdZDHhhAIzd3ACazyY2Fg76zuzOVTaknGA==",
  3571. "dev": true,
  3572. "dependencies": {
  3573. "@typescript-eslint/types": "6.16.0",
  3574. "@typescript-eslint/visitor-keys": "6.16.0",
  3575. "debug": "^4.3.4",
  3576. "globby": "^11.1.0",
  3577. "is-glob": "^4.0.3",
  3578. "minimatch": "9.0.3",
  3579. "semver": "^7.5.4",
  3580. "ts-api-utils": "^1.0.1"
  3581. },
  3582. "engines": {
  3583. "node": "^16.0.0 || >=18.0.0"
  3584. },
  3585. "funding": {
  3586. "type": "opencollective",
  3587. "url": "https://opencollective.com/typescript-eslint"
  3588. },
  3589. "peerDependenciesMeta": {
  3590. "typescript": {
  3591. "optional": true
  3592. }
  3593. }
  3594. },
  3595. "node_modules/@typescript-eslint/typescript-estree/node_modules/lru-cache": {
  3596. "version": "6.0.0",
  3597. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-6.0.0.tgz",
  3598. "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
  3599. "dev": true,
  3600. "dependencies": {
  3601. "yallist": "^4.0.0"
  3602. },
  3603. "engines": {
  3604. "node": ">=10"
  3605. }
  3606. },
  3607. "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
  3608. "version": "7.5.4",
  3609. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.5.4.tgz",
  3610. "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
  3611. "dev": true,
  3612. "dependencies": {
  3613. "lru-cache": "^6.0.0"
  3614. },
  3615. "bin": {
  3616. "semver": "bin/semver.js"
  3617. },
  3618. "engines": {
  3619. "node": ">=10"
  3620. }
  3621. },
  3622. "node_modules/@typescript-eslint/typescript-estree/node_modules/yallist": {
  3623. "version": "4.0.0",
  3624. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz",
  3625. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  3626. "dev": true
  3627. },
  3628. "node_modules/@typescript-eslint/utils": {
  3629. "version": "6.16.0",
  3630. "resolved": "https://registry.npmmirror.com/@typescript-eslint/utils/-/utils-6.16.0.tgz",
  3631. "integrity": "sha512-T83QPKrBm6n//q9mv7oiSvy/Xq/7Hyw9SzSEhMHJwznEmQayfBM87+oAlkNAMEO7/MjIwKyOHgBJbxB0s7gx2A==",
  3632. "dev": true,
  3633. "dependencies": {
  3634. "@eslint-community/eslint-utils": "^4.4.0",
  3635. "@types/json-schema": "^7.0.12",
  3636. "@types/semver": "^7.5.0",
  3637. "@typescript-eslint/scope-manager": "6.16.0",
  3638. "@typescript-eslint/types": "6.16.0",
  3639. "@typescript-eslint/typescript-estree": "6.16.0",
  3640. "semver": "^7.5.4"
  3641. },
  3642. "engines": {
  3643. "node": "^16.0.0 || >=18.0.0"
  3644. },
  3645. "funding": {
  3646. "type": "opencollective",
  3647. "url": "https://opencollective.com/typescript-eslint"
  3648. },
  3649. "peerDependencies": {
  3650. "eslint": "^7.0.0 || ^8.0.0"
  3651. }
  3652. },
  3653. "node_modules/@typescript-eslint/utils/node_modules/lru-cache": {
  3654. "version": "6.0.0",
  3655. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-6.0.0.tgz",
  3656. "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
  3657. "dev": true,
  3658. "dependencies": {
  3659. "yallist": "^4.0.0"
  3660. },
  3661. "engines": {
  3662. "node": ">=10"
  3663. }
  3664. },
  3665. "node_modules/@typescript-eslint/utils/node_modules/semver": {
  3666. "version": "7.5.4",
  3667. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.5.4.tgz",
  3668. "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
  3669. "dev": true,
  3670. "dependencies": {
  3671. "lru-cache": "^6.0.0"
  3672. },
  3673. "bin": {
  3674. "semver": "bin/semver.js"
  3675. },
  3676. "engines": {
  3677. "node": ">=10"
  3678. }
  3679. },
  3680. "node_modules/@typescript-eslint/utils/node_modules/yallist": {
  3681. "version": "4.0.0",
  3682. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz",
  3683. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  3684. "dev": true
  3685. },
  3686. "node_modules/@typescript-eslint/visitor-keys": {
  3687. "version": "6.16.0",
  3688. "resolved": "https://registry.npmmirror.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.16.0.tgz",
  3689. "integrity": "sha512-QSFQLruk7fhs91a/Ep/LqRdbJCZ1Rq03rqBdKT5Ky17Sz8zRLUksqIe9DW0pKtg/Z35/ztbLQ6qpOCN6rOC11A==",
  3690. "dev": true,
  3691. "dependencies": {
  3692. "@typescript-eslint/types": "6.16.0",
  3693. "eslint-visitor-keys": "^3.4.1"
  3694. },
  3695. "engines": {
  3696. "node": "^16.0.0 || >=18.0.0"
  3697. },
  3698. "funding": {
  3699. "type": "opencollective",
  3700. "url": "https://opencollective.com/typescript-eslint"
  3701. }
  3702. },
  3703. "node_modules/@ungap/structured-clone": {
  3704. "version": "1.2.0",
  3705. "resolved": "https://registry.npmmirror.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz",
  3706. "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==",
  3707. "dev": true
  3708. },
  3709. "node_modules/@vant/area-data": {
  3710. "version": "1.5.1",
  3711. "resolved": "https://registry.npmmirror.com/@vant/area-data/-/area-data-1.5.1.tgz",
  3712. "integrity": "sha512-gR5TPEzTbxN1cTK1aDhCoyikSCLX7DAacxyXoKyI4SAsYYTZrDl/nLgQFIm9vLsvWzlPIda8xV8/U3x7M9k6ww=="
  3713. },
  3714. "node_modules/@vitejs/plugin-legacy": {
  3715. "version": "4.1.1",
  3716. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-legacy/-/plugin-legacy-4.1.1.tgz",
  3717. "integrity": "sha512-um3gbVouD2Q/g19C0qpDfHwveXDCAHzs8OC3e9g6aXpKoD1H14himgs7wkMnhAynBJy7QqUoZNAXDuqN8zLR2g==",
  3718. "dev": true,
  3719. "dependencies": {
  3720. "@babel/core": "^7.22.9",
  3721. "@babel/preset-env": "^7.22.9",
  3722. "browserslist": "^4.21.9",
  3723. "core-js": "^3.31.1",
  3724. "magic-string": "^0.30.1",
  3725. "regenerator-runtime": "^0.13.11",
  3726. "systemjs": "^6.14.1"
  3727. },
  3728. "engines": {
  3729. "node": "^14.18.0 || >=16.0.0"
  3730. },
  3731. "funding": {
  3732. "url": "https://github.com/vitejs/vite?sponsor=1"
  3733. },
  3734. "peerDependencies": {
  3735. "terser": "^5.4.0",
  3736. "vite": "^4.0.0"
  3737. }
  3738. },
  3739. "node_modules/@vitejs/plugin-vue": {
  3740. "version": "4.6.1",
  3741. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-4.6.1.tgz",
  3742. "integrity": "sha512-4JG1b1SPQpviIXkp4cwUaHluU0KCgjLprdyYaw4cq6OkJzqFXuao5CefsOaftcRpw8rlMQVwmHEurK+1zIzTlA==",
  3743. "engines": {
  3744. "node": "^14.18.0 || >=16.0.0"
  3745. },
  3746. "peerDependencies": {
  3747. "vite": "^4.0.0 || ^5.0.0",
  3748. "vue": "^3.2.25"
  3749. }
  3750. },
  3751. "node_modules/@vitejs/plugin-vue-jsx": {
  3752. "version": "3.1.0",
  3753. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-3.1.0.tgz",
  3754. "integrity": "sha512-w9M6F3LSEU5kszVb9An2/MmXNxocAnUb3WhRr8bHlimhDrXNt6n6D2nJQR3UXpGlZHh/EsgouOHCsM8V3Ln+WA==",
  3755. "dev": true,
  3756. "dependencies": {
  3757. "@babel/core": "^7.23.3",
  3758. "@babel/plugin-transform-typescript": "^7.23.3",
  3759. "@vue/babel-plugin-jsx": "^1.1.5"
  3760. },
  3761. "engines": {
  3762. "node": "^14.18.0 || >=16.0.0"
  3763. },
  3764. "peerDependencies": {
  3765. "vite": "^4.0.0 || ^5.0.0",
  3766. "vue": "^3.0.0"
  3767. }
  3768. },
  3769. "node_modules/@volar/language-core": {
  3770. "version": "1.11.1",
  3771. "resolved": "https://registry.npmmirror.com/@volar/language-core/-/language-core-1.11.1.tgz",
  3772. "integrity": "sha512-dOcNn3i9GgZAcJt43wuaEykSluAuOkQgzni1cuxLxTV0nJKanQztp7FxyswdRILaKH+P2XZMPRp2S4MV/pElCw==",
  3773. "dev": true,
  3774. "dependencies": {
  3775. "@volar/source-map": "1.11.1"
  3776. }
  3777. },
  3778. "node_modules/@volar/source-map": {
  3779. "version": "1.11.1",
  3780. "resolved": "https://registry.npmmirror.com/@volar/source-map/-/source-map-1.11.1.tgz",
  3781. "integrity": "sha512-hJnOnwZ4+WT5iupLRnuzbULZ42L7BWWPMmruzwtLhJfpDVoZLjNBxHDi2sY2bgZXCKlpU5XcsMFoYrsQmPhfZg==",
  3782. "dev": true,
  3783. "dependencies": {
  3784. "muggle-string": "^0.3.1"
  3785. }
  3786. },
  3787. "node_modules/@volar/typescript": {
  3788. "version": "1.11.1",
  3789. "resolved": "https://registry.npmmirror.com/@volar/typescript/-/typescript-1.11.1.tgz",
  3790. "integrity": "sha512-iU+t2mas/4lYierSnoFOeRFQUhAEMgsFuQxoxvwn5EdQopw43j+J27a4lt9LMInx1gLJBC6qL14WYGlgymaSMQ==",
  3791. "dev": true,
  3792. "dependencies": {
  3793. "@volar/language-core": "1.11.1",
  3794. "path-browserify": "^1.0.1"
  3795. }
  3796. },
  3797. "node_modules/@vue/babel-helper-vue-transform-on": {
  3798. "version": "1.1.5",
  3799. "resolved": "https://registry.npmmirror.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.1.5.tgz",
  3800. "integrity": "sha512-SgUymFpMoAyWeYWLAY+MkCK3QEROsiUnfaw5zxOVD/M64KQs8D/4oK6Q5omVA2hnvEOE0SCkH2TZxs/jnnUj7w==",
  3801. "dev": true
  3802. },
  3803. "node_modules/@vue/babel-plugin-jsx": {
  3804. "version": "1.1.5",
  3805. "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.1.5.tgz",
  3806. "integrity": "sha512-nKs1/Bg9U1n3qSWnsHhCVQtAzI6aQXqua8j/bZrau8ywT1ilXQbK4FwEJGmU8fV7tcpuFvWmmN7TMmV1OBma1g==",
  3807. "dev": true,
  3808. "dependencies": {
  3809. "@babel/helper-module-imports": "^7.22.5",
  3810. "@babel/plugin-syntax-jsx": "^7.22.5",
  3811. "@babel/template": "^7.22.5",
  3812. "@babel/traverse": "^7.22.5",
  3813. "@babel/types": "^7.22.5",
  3814. "@vue/babel-helper-vue-transform-on": "^1.1.5",
  3815. "camelcase": "^6.3.0",
  3816. "html-tags": "^3.3.1",
  3817. "svg-tags": "^1.0.0"
  3818. },
  3819. "peerDependencies": {
  3820. "@babel/core": "^7.0.0-0"
  3821. }
  3822. },
  3823. "node_modules/@vue/compiler-core": {
  3824. "version": "3.2.47",
  3825. "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.2.47.tgz",
  3826. "integrity": "sha512-p4D7FDnQb7+YJmO2iPEv0SQNeNzcbHdGByJDsT4lynf63AFkOTFN07HsiRSvjGo0QrxR/o3d0hUyNCUnBU2Tig==",
  3827. "dependencies": {
  3828. "@babel/parser": "^7.16.4",
  3829. "@vue/shared": "3.2.47",
  3830. "estree-walker": "^2.0.2",
  3831. "source-map": "^0.6.1"
  3832. }
  3833. },
  3834. "node_modules/@vue/compiler-dom": {
  3835. "version": "3.2.47",
  3836. "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.2.47.tgz",
  3837. "integrity": "sha512-dBBnEHEPoftUiS03a4ggEig74J2YBZ2UIeyfpcRM2tavgMWo4bsEfgCGsu+uJIL/vax9S+JztH8NmQerUo7shQ==",
  3838. "dependencies": {
  3839. "@vue/compiler-core": "3.2.47",
  3840. "@vue/shared": "3.2.47"
  3841. }
  3842. },
  3843. "node_modules/@vue/compiler-sfc": {
  3844. "version": "3.2.47",
  3845. "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.2.47.tgz",
  3846. "integrity": "sha512-rog05W+2IFfxjMcFw10tM9+f7i/+FFpZJJ5XHX72NP9eC2uRD+42M3pYcQqDXVYoj74kHMSEdQ/WmCjt8JFksQ==",
  3847. "dependencies": {
  3848. "@babel/parser": "^7.16.4",
  3849. "@vue/compiler-core": "3.2.47",
  3850. "@vue/compiler-dom": "3.2.47",
  3851. "@vue/compiler-ssr": "3.2.47",
  3852. "@vue/reactivity-transform": "3.2.47",
  3853. "@vue/shared": "3.2.47",
  3854. "estree-walker": "^2.0.2",
  3855. "magic-string": "^0.25.7",
  3856. "postcss": "^8.1.10",
  3857. "source-map": "^0.6.1"
  3858. }
  3859. },
  3860. "node_modules/@vue/compiler-sfc/node_modules/magic-string": {
  3861. "version": "0.25.9",
  3862. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.25.9.tgz",
  3863. "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==",
  3864. "dependencies": {
  3865. "sourcemap-codec": "^1.4.8"
  3866. }
  3867. },
  3868. "node_modules/@vue/compiler-ssr": {
  3869. "version": "3.2.47",
  3870. "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.2.47.tgz",
  3871. "integrity": "sha512-wVXC+gszhulcMD8wpxMsqSOpvDZ6xKXSVWkf50Guf/S+28hTAXPDYRTbLQ3EDkOP5Xz/+SY37YiwDquKbJOgZw==",
  3872. "dependencies": {
  3873. "@vue/compiler-dom": "3.2.47",
  3874. "@vue/shared": "3.2.47"
  3875. }
  3876. },
  3877. "node_modules/@vue/devtools-api": {
  3878. "version": "6.5.1",
  3879. "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.5.1.tgz",
  3880. "integrity": "sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA=="
  3881. },
  3882. "node_modules/@vue/language-core": {
  3883. "version": "1.8.27",
  3884. "resolved": "https://registry.npmmirror.com/@vue/language-core/-/language-core-1.8.27.tgz",
  3885. "integrity": "sha512-L8Kc27VdQserNaCUNiSFdDl9LWT24ly8Hpwf1ECy3aFb9m6bDhBGQYOujDm21N7EW3moKIOKEanQwe1q5BK+mA==",
  3886. "dev": true,
  3887. "dependencies": {
  3888. "@volar/language-core": "~1.11.1",
  3889. "@volar/source-map": "~1.11.1",
  3890. "@vue/compiler-dom": "^3.3.0",
  3891. "@vue/shared": "^3.3.0",
  3892. "computeds": "^0.0.1",
  3893. "minimatch": "^9.0.3",
  3894. "muggle-string": "^0.3.1",
  3895. "path-browserify": "^1.0.1",
  3896. "vue-template-compiler": "^2.7.14"
  3897. },
  3898. "peerDependencies": {
  3899. "typescript": "*"
  3900. },
  3901. "peerDependenciesMeta": {
  3902. "typescript": {
  3903. "optional": true
  3904. }
  3905. }
  3906. },
  3907. "node_modules/@vue/language-core/node_modules/@vue/compiler-core": {
  3908. "version": "3.4.3",
  3909. "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.4.3.tgz",
  3910. "integrity": "sha512-u8jzgFg0EDtSrb/hG53Wwh1bAOQFtc1ZCegBpA/glyvTlgHl+tq13o1zvRfLbegYUw/E4mSTGOiCnAJ9SJ+lsg==",
  3911. "dev": true,
  3912. "dependencies": {
  3913. "@babel/parser": "^7.23.6",
  3914. "@vue/shared": "3.4.3",
  3915. "entities": "^4.5.0",
  3916. "estree-walker": "^2.0.2",
  3917. "source-map-js": "^1.0.2"
  3918. }
  3919. },
  3920. "node_modules/@vue/language-core/node_modules/@vue/compiler-dom": {
  3921. "version": "3.4.3",
  3922. "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.4.3.tgz",
  3923. "integrity": "sha512-oGF1E9/htI6JWj/lTJgr6UgxNCtNHbM6xKVreBWeZL9QhRGABRVoWGAzxmtBfSOd+w0Zi5BY0Es/tlJrN6WgEg==",
  3924. "dev": true,
  3925. "dependencies": {
  3926. "@vue/compiler-core": "3.4.3",
  3927. "@vue/shared": "3.4.3"
  3928. }
  3929. },
  3930. "node_modules/@vue/language-core/node_modules/@vue/shared": {
  3931. "version": "3.4.3",
  3932. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.4.3.tgz",
  3933. "integrity": "sha512-rIwlkkP1n4uKrRzivAKPZIEkHiuwY5mmhMJ2nZKCBLz8lTUlE73rQh4n1OnnMurXt1vcUNyH4ZPfdh8QweTjpQ==",
  3934. "dev": true
  3935. },
  3936. "node_modules/@vue/reactivity": {
  3937. "version": "3.4.3",
  3938. "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.4.3.tgz",
  3939. "integrity": "sha512-q5f9HLDU+5aBKizXHAx0w4whkIANs1Muiq9R5YXm0HtorSlflqv9u/ohaMxuuhHWCji4xqpQ1eL04WvmAmGnFg==",
  3940. "dependencies": {
  3941. "@vue/shared": "3.4.3"
  3942. }
  3943. },
  3944. "node_modules/@vue/reactivity-transform": {
  3945. "version": "3.2.47",
  3946. "resolved": "https://registry.npmmirror.com/@vue/reactivity-transform/-/reactivity-transform-3.2.47.tgz",
  3947. "integrity": "sha512-m8lGXw8rdnPVVIdIFhf0LeQ/ixyHkH5plYuS83yop5n7ggVJU+z5v0zecwEnX7fa7HNLBhh2qngJJkxpwEEmYA==",
  3948. "dependencies": {
  3949. "@babel/parser": "^7.16.4",
  3950. "@vue/compiler-core": "3.2.47",
  3951. "@vue/shared": "3.2.47",
  3952. "estree-walker": "^2.0.2",
  3953. "magic-string": "^0.25.7"
  3954. }
  3955. },
  3956. "node_modules/@vue/reactivity-transform/node_modules/magic-string": {
  3957. "version": "0.25.9",
  3958. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.25.9.tgz",
  3959. "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==",
  3960. "dependencies": {
  3961. "sourcemap-codec": "^1.4.8"
  3962. }
  3963. },
  3964. "node_modules/@vue/reactivity/node_modules/@vue/shared": {
  3965. "version": "3.4.3",
  3966. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.4.3.tgz",
  3967. "integrity": "sha512-rIwlkkP1n4uKrRzivAKPZIEkHiuwY5mmhMJ2nZKCBLz8lTUlE73rQh4n1OnnMurXt1vcUNyH4ZPfdh8QweTjpQ=="
  3968. },
  3969. "node_modules/@vue/runtime-core": {
  3970. "version": "3.4.3",
  3971. "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.4.3.tgz",
  3972. "integrity": "sha512-C1r6QhB1qY7D591RCSFhMULyzL9CuyrGc+3PpB0h7dU4Qqw6GNyo4BNFjHZVvsWncrUlKX3DIKg0Y7rNNr06NQ==",
  3973. "dependencies": {
  3974. "@vue/reactivity": "3.4.3",
  3975. "@vue/shared": "3.4.3"
  3976. }
  3977. },
  3978. "node_modules/@vue/runtime-core/node_modules/@vue/shared": {
  3979. "version": "3.4.3",
  3980. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.4.3.tgz",
  3981. "integrity": "sha512-rIwlkkP1n4uKrRzivAKPZIEkHiuwY5mmhMJ2nZKCBLz8lTUlE73rQh4n1OnnMurXt1vcUNyH4ZPfdh8QweTjpQ=="
  3982. },
  3983. "node_modules/@vue/runtime-dom": {
  3984. "version": "3.4.3",
  3985. "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.4.3.tgz",
  3986. "integrity": "sha512-wrsprg7An5Ec+EhPngWdPuzkp0BEUxAKaQtN9dPU/iZctPyD9aaXmVtehPJerdQxQale6gEnhpnfywNw3zOv2A==",
  3987. "dependencies": {
  3988. "@vue/runtime-core": "3.4.3",
  3989. "@vue/shared": "3.4.3",
  3990. "csstype": "^3.1.3"
  3991. }
  3992. },
  3993. "node_modules/@vue/runtime-dom/node_modules/@vue/shared": {
  3994. "version": "3.4.3",
  3995. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.4.3.tgz",
  3996. "integrity": "sha512-rIwlkkP1n4uKrRzivAKPZIEkHiuwY5mmhMJ2nZKCBLz8lTUlE73rQh4n1OnnMurXt1vcUNyH4ZPfdh8QweTjpQ=="
  3997. },
  3998. "node_modules/@vue/server-renderer": {
  3999. "version": "3.2.47",
  4000. "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.2.47.tgz",
  4001. "integrity": "sha512-dN9gc1i8EvmP9RCzvneONXsKfBRgqFeFZLurmHOveL7oH6HiFXJw5OGu294n1nHc/HMgTy6LulU/tv5/A7f/LA==",
  4002. "dependencies": {
  4003. "@vue/compiler-ssr": "3.2.47",
  4004. "@vue/shared": "3.2.47"
  4005. },
  4006. "peerDependencies": {
  4007. "vue": "3.2.47"
  4008. }
  4009. },
  4010. "node_modules/@vue/shared": {
  4011. "version": "3.2.47",
  4012. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.2.47.tgz",
  4013. "integrity": "sha512-BHGyyGN3Q97EZx0taMQ+OLNuZcW3d37ZEVmEAyeoA9ERdGvm9Irc/0Fua8SNyOtV1w6BS4q25wbMzJujO9HIfQ=="
  4014. },
  4015. "node_modules/@vue/tsconfig": {
  4016. "version": "0.1.3",
  4017. "resolved": "https://registry.npmmirror.com/@vue/tsconfig/-/tsconfig-0.1.3.tgz",
  4018. "integrity": "sha512-kQVsh8yyWPvHpb8gIc9l/HIDiiVUy1amynLNpCy8p+FoCiZXCo6fQos5/097MmnNZc9AtseDsCrfkhqCrJ8Olg==",
  4019. "dev": true,
  4020. "peerDependencies": {
  4021. "@types/node": "*"
  4022. },
  4023. "peerDependenciesMeta": {
  4024. "@types/node": {
  4025. "optional": true
  4026. }
  4027. }
  4028. },
  4029. "node_modules/accepts": {
  4030. "version": "1.3.8",
  4031. "resolved": "https://registry.npmmirror.com/accepts/-/accepts-1.3.8.tgz",
  4032. "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
  4033. "dev": true,
  4034. "dependencies": {
  4035. "mime-types": "~2.1.34",
  4036. "negotiator": "0.6.3"
  4037. },
  4038. "engines": {
  4039. "node": ">= 0.6"
  4040. }
  4041. },
  4042. "node_modules/acorn": {
  4043. "version": "8.11.3",
  4044. "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.11.3.tgz",
  4045. "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==",
  4046. "bin": {
  4047. "acorn": "bin/acorn"
  4048. },
  4049. "engines": {
  4050. "node": ">=0.4.0"
  4051. }
  4052. },
  4053. "node_modules/acorn-jsx": {
  4054. "version": "5.3.2",
  4055. "resolved": "https://registry.npmmirror.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  4056. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  4057. "dev": true,
  4058. "peerDependencies": {
  4059. "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
  4060. }
  4061. },
  4062. "node_modules/address": {
  4063. "version": "1.2.2",
  4064. "resolved": "https://registry.npmmirror.com/address/-/address-1.2.2.tgz",
  4065. "integrity": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==",
  4066. "dev": true,
  4067. "engines": {
  4068. "node": ">= 10.0.0"
  4069. }
  4070. },
  4071. "node_modules/ajv": {
  4072. "version": "6.12.6",
  4073. "resolved": "https://registry.npmmirror.com/ajv/-/ajv-6.12.6.tgz",
  4074. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  4075. "dev": true,
  4076. "dependencies": {
  4077. "fast-deep-equal": "^3.1.1",
  4078. "fast-json-stable-stringify": "^2.0.0",
  4079. "json-schema-traverse": "^0.4.1",
  4080. "uri-js": "^4.2.2"
  4081. },
  4082. "funding": {
  4083. "type": "github",
  4084. "url": "https://github.com/sponsors/epoberezkin"
  4085. }
  4086. },
  4087. "node_modules/ansi-regex": {
  4088. "version": "5.0.1",
  4089. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  4090. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  4091. "dev": true,
  4092. "engines": {
  4093. "node": ">=8"
  4094. }
  4095. },
  4096. "node_modules/ansi-styles": {
  4097. "version": "3.2.1",
  4098. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-3.2.1.tgz",
  4099. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  4100. "dependencies": {
  4101. "color-convert": "^1.9.0"
  4102. },
  4103. "engines": {
  4104. "node": ">=4"
  4105. }
  4106. },
  4107. "node_modules/any-base": {
  4108. "version": "1.1.0",
  4109. "resolved": "https://registry.npmmirror.com/any-base/-/any-base-1.1.0.tgz",
  4110. "integrity": "sha512-uMgjozySS8adZZYePpaWs8cxB9/kdzmpX6SgJZ+wbz1K5eYk5QMYDVJaZKhxyIHUdnnJkfR7SVgStgH7LkGUyg=="
  4111. },
  4112. "node_modules/anymatch": {
  4113. "version": "3.1.3",
  4114. "resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz",
  4115. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  4116. "dependencies": {
  4117. "normalize-path": "^3.0.0",
  4118. "picomatch": "^2.0.4"
  4119. },
  4120. "engines": {
  4121. "node": ">= 8"
  4122. }
  4123. },
  4124. "node_modules/argparse": {
  4125. "version": "2.0.1",
  4126. "resolved": "https://registry.npmmirror.com/argparse/-/argparse-2.0.1.tgz",
  4127. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  4128. "dev": true
  4129. },
  4130. "node_modules/array-buffer-byte-length": {
  4131. "version": "1.0.0",
  4132. "resolved": "https://registry.npmmirror.com/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz",
  4133. "integrity": "sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==",
  4134. "dev": true,
  4135. "dependencies": {
  4136. "call-bind": "^1.0.2",
  4137. "is-array-buffer": "^3.0.1"
  4138. },
  4139. "funding": {
  4140. "url": "https://github.com/sponsors/ljharb"
  4141. }
  4142. },
  4143. "node_modules/array-flatten": {
  4144. "version": "1.1.1",
  4145. "resolved": "https://registry.npmmirror.com/array-flatten/-/array-flatten-1.1.1.tgz",
  4146. "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==",
  4147. "dev": true
  4148. },
  4149. "node_modules/array-includes": {
  4150. "version": "3.1.7",
  4151. "resolved": "https://registry.npmmirror.com/array-includes/-/array-includes-3.1.7.tgz",
  4152. "integrity": "sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==",
  4153. "dev": true,
  4154. "dependencies": {
  4155. "call-bind": "^1.0.2",
  4156. "define-properties": "^1.2.0",
  4157. "es-abstract": "^1.22.1",
  4158. "get-intrinsic": "^1.2.1",
  4159. "is-string": "^1.0.7"
  4160. },
  4161. "engines": {
  4162. "node": ">= 0.4"
  4163. },
  4164. "funding": {
  4165. "url": "https://github.com/sponsors/ljharb"
  4166. }
  4167. },
  4168. "node_modules/array-union": {
  4169. "version": "2.1.0",
  4170. "resolved": "https://registry.npmmirror.com/array-union/-/array-union-2.1.0.tgz",
  4171. "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
  4172. "dev": true,
  4173. "engines": {
  4174. "node": ">=8"
  4175. }
  4176. },
  4177. "node_modules/array.prototype.findlastindex": {
  4178. "version": "1.2.3",
  4179. "resolved": "https://registry.npmmirror.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.3.tgz",
  4180. "integrity": "sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==",
  4181. "dev": true,
  4182. "dependencies": {
  4183. "call-bind": "^1.0.2",
  4184. "define-properties": "^1.2.0",
  4185. "es-abstract": "^1.22.1",
  4186. "es-shim-unscopables": "^1.0.0",
  4187. "get-intrinsic": "^1.2.1"
  4188. },
  4189. "engines": {
  4190. "node": ">= 0.4"
  4191. },
  4192. "funding": {
  4193. "url": "https://github.com/sponsors/ljharb"
  4194. }
  4195. },
  4196. "node_modules/array.prototype.flat": {
  4197. "version": "1.3.2",
  4198. "resolved": "https://registry.npmmirror.com/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz",
  4199. "integrity": "sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==",
  4200. "dev": true,
  4201. "dependencies": {
  4202. "call-bind": "^1.0.2",
  4203. "define-properties": "^1.2.0",
  4204. "es-abstract": "^1.22.1",
  4205. "es-shim-unscopables": "^1.0.0"
  4206. },
  4207. "engines": {
  4208. "node": ">= 0.4"
  4209. },
  4210. "funding": {
  4211. "url": "https://github.com/sponsors/ljharb"
  4212. }
  4213. },
  4214. "node_modules/array.prototype.flatmap": {
  4215. "version": "1.3.2",
  4216. "resolved": "https://registry.npmmirror.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz",
  4217. "integrity": "sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==",
  4218. "dev": true,
  4219. "dependencies": {
  4220. "call-bind": "^1.0.2",
  4221. "define-properties": "^1.2.0",
  4222. "es-abstract": "^1.22.1",
  4223. "es-shim-unscopables": "^1.0.0"
  4224. },
  4225. "engines": {
  4226. "node": ">= 0.4"
  4227. },
  4228. "funding": {
  4229. "url": "https://github.com/sponsors/ljharb"
  4230. }
  4231. },
  4232. "node_modules/arraybuffer.prototype.slice": {
  4233. "version": "1.0.2",
  4234. "resolved": "https://registry.npmmirror.com/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.2.tgz",
  4235. "integrity": "sha512-yMBKppFur/fbHu9/6USUe03bZ4knMYiwFBcyiaXB8Go0qNehwX6inYPzK9U0NeQvGxKthcmHcaR8P5MStSRBAw==",
  4236. "dev": true,
  4237. "dependencies": {
  4238. "array-buffer-byte-length": "^1.0.0",
  4239. "call-bind": "^1.0.2",
  4240. "define-properties": "^1.2.0",
  4241. "es-abstract": "^1.22.1",
  4242. "get-intrinsic": "^1.2.1",
  4243. "is-array-buffer": "^3.0.2",
  4244. "is-shared-array-buffer": "^1.0.2"
  4245. },
  4246. "engines": {
  4247. "node": ">= 0.4"
  4248. },
  4249. "funding": {
  4250. "url": "https://github.com/sponsors/ljharb"
  4251. }
  4252. },
  4253. "node_modules/autoprefixer": {
  4254. "version": "10.4.16",
  4255. "resolved": "https://registry.npmmirror.com/autoprefixer/-/autoprefixer-10.4.16.tgz",
  4256. "integrity": "sha512-7vd3UC6xKp0HLfua5IjZlcXvGAGy7cBAXTg2lyQ/8WpNhd6SiZ8Be+xm3FyBSYJx5GKcpRCzBh7RH4/0dnY+uQ==",
  4257. "funding": [
  4258. {
  4259. "type": "opencollective",
  4260. "url": "https://opencollective.com/postcss/"
  4261. },
  4262. {
  4263. "type": "tidelift",
  4264. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  4265. },
  4266. {
  4267. "type": "github",
  4268. "url": "https://github.com/sponsors/ai"
  4269. }
  4270. ],
  4271. "dependencies": {
  4272. "browserslist": "^4.21.10",
  4273. "caniuse-lite": "^1.0.30001538",
  4274. "fraction.js": "^4.3.6",
  4275. "normalize-range": "^0.1.2",
  4276. "picocolors": "^1.0.0",
  4277. "postcss-value-parser": "^4.2.0"
  4278. },
  4279. "bin": {
  4280. "autoprefixer": "bin/autoprefixer"
  4281. },
  4282. "engines": {
  4283. "node": "^10 || ^12 || >=14"
  4284. },
  4285. "peerDependencies": {
  4286. "postcss": "^8.1.0"
  4287. }
  4288. },
  4289. "node_modules/available-typed-arrays": {
  4290. "version": "1.0.5",
  4291. "resolved": "https://registry.npmmirror.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz",
  4292. "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==",
  4293. "dev": true,
  4294. "engines": {
  4295. "node": ">= 0.4"
  4296. },
  4297. "funding": {
  4298. "url": "https://github.com/sponsors/ljharb"
  4299. }
  4300. },
  4301. "node_modules/babel-plugin-polyfill-corejs2": {
  4302. "version": "0.4.7",
  4303. "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.7.tgz",
  4304. "integrity": "sha512-LidDk/tEGDfuHW2DWh/Hgo4rmnw3cduK6ZkOI1NPFceSK3n/yAGeOsNT7FLnSGHkXj3RHGSEVkN3FsCTY6w2CQ==",
  4305. "dev": true,
  4306. "dependencies": {
  4307. "@babel/compat-data": "^7.22.6",
  4308. "@babel/helper-define-polyfill-provider": "^0.4.4",
  4309. "semver": "^6.3.1"
  4310. },
  4311. "peerDependencies": {
  4312. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  4313. }
  4314. },
  4315. "node_modules/babel-plugin-polyfill-corejs3": {
  4316. "version": "0.8.7",
  4317. "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.7.tgz",
  4318. "integrity": "sha512-KyDvZYxAzkC0Aj2dAPyDzi2Ym15e5JKZSK+maI7NAwSqofvuFglbSsxE7wUOvTg9oFVnHMzVzBKcqEb4PJgtOA==",
  4319. "dev": true,
  4320. "dependencies": {
  4321. "@babel/helper-define-polyfill-provider": "^0.4.4",
  4322. "core-js-compat": "^3.33.1"
  4323. },
  4324. "peerDependencies": {
  4325. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  4326. }
  4327. },
  4328. "node_modules/babel-plugin-polyfill-regenerator": {
  4329. "version": "0.5.4",
  4330. "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.4.tgz",
  4331. "integrity": "sha512-S/x2iOCvDaCASLYsOOgWOq4bCfKYVqvO/uxjkaYyZ3rVsVE3CeAI/c84NpyuBBymEgNvHgjEot3a9/Z/kXvqsg==",
  4332. "dev": true,
  4333. "dependencies": {
  4334. "@babel/helper-define-polyfill-provider": "^0.4.4"
  4335. },
  4336. "peerDependencies": {
  4337. "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
  4338. }
  4339. },
  4340. "node_modules/balanced-match": {
  4341. "version": "1.0.2",
  4342. "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
  4343. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
  4344. },
  4345. "node_modules/base64-js": {
  4346. "version": "1.5.1",
  4347. "resolved": "https://registry.npmmirror.com/base64-js/-/base64-js-1.5.1.tgz",
  4348. "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
  4349. "funding": [
  4350. {
  4351. "type": "github",
  4352. "url": "https://github.com/sponsors/feross"
  4353. },
  4354. {
  4355. "type": "patreon",
  4356. "url": "https://www.patreon.com/feross"
  4357. },
  4358. {
  4359. "type": "consulting",
  4360. "url": "https://feross.org/support"
  4361. }
  4362. ]
  4363. },
  4364. "node_modules/base64url": {
  4365. "version": "3.0.1",
  4366. "resolved": "https://registry.npmmirror.com/base64url/-/base64url-3.0.1.tgz",
  4367. "integrity": "sha512-ir1UPr3dkwexU7FdV8qBBbNDRUhMmIekYMFZfi+C/sLNnRESKPl23nB9b2pltqfOQNnGzsDdId90AEtG5tCx4A==",
  4368. "engines": {
  4369. "node": ">=6.0.0"
  4370. }
  4371. },
  4372. "node_modules/binary-extensions": {
  4373. "version": "2.2.0",
  4374. "resolved": "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.2.0.tgz",
  4375. "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
  4376. "engines": {
  4377. "node": ">=8"
  4378. }
  4379. },
  4380. "node_modules/bmp-js": {
  4381. "version": "0.1.0",
  4382. "resolved": "https://registry.npmmirror.com/bmp-js/-/bmp-js-0.1.0.tgz",
  4383. "integrity": "sha512-vHdS19CnY3hwiNdkaqk93DvjVLfbEcI8mys4UjuWrlX1haDmroo8o4xCzh4wD6DGV6HxRCyauwhHRqMTfERtjw=="
  4384. },
  4385. "node_modules/body-parser": {
  4386. "version": "1.20.1",
  4387. "resolved": "https://registry.npmmirror.com/body-parser/-/body-parser-1.20.1.tgz",
  4388. "integrity": "sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==",
  4389. "dev": true,
  4390. "dependencies": {
  4391. "bytes": "3.1.2",
  4392. "content-type": "~1.0.4",
  4393. "debug": "2.6.9",
  4394. "depd": "2.0.0",
  4395. "destroy": "1.2.0",
  4396. "http-errors": "2.0.0",
  4397. "iconv-lite": "0.4.24",
  4398. "on-finished": "2.4.1",
  4399. "qs": "6.11.0",
  4400. "raw-body": "2.5.1",
  4401. "type-is": "~1.6.18",
  4402. "unpipe": "1.0.0"
  4403. },
  4404. "engines": {
  4405. "node": ">= 0.8",
  4406. "npm": "1.2.8000 || >= 1.4.16"
  4407. }
  4408. },
  4409. "node_modules/body-parser/node_modules/debug": {
  4410. "version": "2.6.9",
  4411. "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz",
  4412. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  4413. "dev": true,
  4414. "dependencies": {
  4415. "ms": "2.0.0"
  4416. }
  4417. },
  4418. "node_modules/body-parser/node_modules/ms": {
  4419. "version": "2.0.0",
  4420. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
  4421. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
  4422. "dev": true
  4423. },
  4424. "node_modules/boolbase": {
  4425. "version": "1.0.0",
  4426. "resolved": "https://registry.npmmirror.com/boolbase/-/boolbase-1.0.0.tgz",
  4427. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
  4428. "dev": true
  4429. },
  4430. "node_modules/brace-expansion": {
  4431. "version": "2.0.1",
  4432. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz",
  4433. "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
  4434. "dependencies": {
  4435. "balanced-match": "^1.0.0"
  4436. }
  4437. },
  4438. "node_modules/braces": {
  4439. "version": "3.0.2",
  4440. "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.2.tgz",
  4441. "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
  4442. "dependencies": {
  4443. "fill-range": "^7.0.1"
  4444. },
  4445. "engines": {
  4446. "node": ">=8"
  4447. }
  4448. },
  4449. "node_modules/browserslist": {
  4450. "version": "4.22.2",
  4451. "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.22.2.tgz",
  4452. "integrity": "sha512-0UgcrvQmBDvZHFGdYUehrCNIazki7/lUP3kkoi/r3YB2amZbFM9J43ZRkJTXBUZK4gmx56+Sqk9+Vs9mwZx9+A==",
  4453. "funding": [
  4454. {
  4455. "type": "opencollective",
  4456. "url": "https://opencollective.com/browserslist"
  4457. },
  4458. {
  4459. "type": "tidelift",
  4460. "url": "https://tidelift.com/funding/github/npm/browserslist"
  4461. },
  4462. {
  4463. "type": "github",
  4464. "url": "https://github.com/sponsors/ai"
  4465. }
  4466. ],
  4467. "dependencies": {
  4468. "caniuse-lite": "^1.0.30001565",
  4469. "electron-to-chromium": "^1.4.601",
  4470. "node-releases": "^2.0.14",
  4471. "update-browserslist-db": "^1.0.13"
  4472. },
  4473. "bin": {
  4474. "browserslist": "cli.js"
  4475. },
  4476. "engines": {
  4477. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  4478. }
  4479. },
  4480. "node_modules/buffer": {
  4481. "version": "5.7.1",
  4482. "resolved": "https://registry.npmmirror.com/buffer/-/buffer-5.7.1.tgz",
  4483. "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
  4484. "funding": [
  4485. {
  4486. "type": "github",
  4487. "url": "https://github.com/sponsors/feross"
  4488. },
  4489. {
  4490. "type": "patreon",
  4491. "url": "https://www.patreon.com/feross"
  4492. },
  4493. {
  4494. "type": "consulting",
  4495. "url": "https://feross.org/support"
  4496. }
  4497. ],
  4498. "dependencies": {
  4499. "base64-js": "^1.3.1",
  4500. "ieee754": "^1.1.13"
  4501. }
  4502. },
  4503. "node_modules/buffer-equal": {
  4504. "version": "0.0.1",
  4505. "resolved": "https://registry.npmmirror.com/buffer-equal/-/buffer-equal-0.0.1.tgz",
  4506. "integrity": "sha512-RgSV6InVQ9ODPdLWJ5UAqBqJBOg370Nz6ZQtRzpt6nUjc8v0St97uJ4PYC6NztqIScrAXafKM3mZPMygSe1ggA==",
  4507. "engines": {
  4508. "node": ">=0.4.0"
  4509. }
  4510. },
  4511. "node_modules/buffer-from": {
  4512. "version": "1.1.2",
  4513. "resolved": "https://registry.npmmirror.com/buffer-from/-/buffer-from-1.1.2.tgz",
  4514. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
  4515. "dev": true
  4516. },
  4517. "node_modules/bytes": {
  4518. "version": "3.1.2",
  4519. "resolved": "https://registry.npmmirror.com/bytes/-/bytes-3.1.2.tgz",
  4520. "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
  4521. "dev": true,
  4522. "engines": {
  4523. "node": ">= 0.8"
  4524. }
  4525. },
  4526. "node_modules/cac": {
  4527. "version": "6.7.9",
  4528. "resolved": "https://registry.npmmirror.com/cac/-/cac-6.7.9.tgz",
  4529. "integrity": "sha512-XN5qEpfNQCJ8jRaZgitSkkukjMRCGio+X3Ks5KUbGGlPbV+pSem1l9VuzooCBXOiMFshUZgyYqg6rgN8rjkb/w==",
  4530. "dev": true,
  4531. "engines": {
  4532. "node": ">=8"
  4533. }
  4534. },
  4535. "node_modules/call-bind": {
  4536. "version": "1.0.5",
  4537. "resolved": "https://registry.npmmirror.com/call-bind/-/call-bind-1.0.5.tgz",
  4538. "integrity": "sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ==",
  4539. "dev": true,
  4540. "dependencies": {
  4541. "function-bind": "^1.1.2",
  4542. "get-intrinsic": "^1.2.1",
  4543. "set-function-length": "^1.1.1"
  4544. },
  4545. "funding": {
  4546. "url": "https://github.com/sponsors/ljharb"
  4547. }
  4548. },
  4549. "node_modules/callsites": {
  4550. "version": "3.1.0",
  4551. "resolved": "https://registry.npmmirror.com/callsites/-/callsites-3.1.0.tgz",
  4552. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  4553. "dev": true,
  4554. "engines": {
  4555. "node": ">=6"
  4556. }
  4557. },
  4558. "node_modules/camelcase": {
  4559. "version": "6.3.0",
  4560. "resolved": "https://registry.npmmirror.com/camelcase/-/camelcase-6.3.0.tgz",
  4561. "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
  4562. "dev": true,
  4563. "engines": {
  4564. "node": ">=10"
  4565. },
  4566. "funding": {
  4567. "url": "https://github.com/sponsors/sindresorhus"
  4568. }
  4569. },
  4570. "node_modules/caniuse-lite": {
  4571. "version": "1.0.30001572",
  4572. "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001572.tgz",
  4573. "integrity": "sha512-1Pbh5FLmn5y4+QhNyJE9j3/7dK44dGB83/ZMjv/qJk86TvDbjk0LosiZo0i0WB0Vx607qMX9jYrn1VLHCkN4rw==",
  4574. "funding": [
  4575. {
  4576. "type": "opencollective",
  4577. "url": "https://opencollective.com/browserslist"
  4578. },
  4579. {
  4580. "type": "tidelift",
  4581. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  4582. },
  4583. {
  4584. "type": "github",
  4585. "url": "https://github.com/sponsors/ai"
  4586. }
  4587. ]
  4588. },
  4589. "node_modules/chalk": {
  4590. "version": "2.4.2",
  4591. "resolved": "https://registry.npmmirror.com/chalk/-/chalk-2.4.2.tgz",
  4592. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  4593. "dependencies": {
  4594. "ansi-styles": "^3.2.1",
  4595. "escape-string-regexp": "^1.0.5",
  4596. "supports-color": "^5.3.0"
  4597. },
  4598. "engines": {
  4599. "node": ">=4"
  4600. }
  4601. },
  4602. "node_modules/chokidar": {
  4603. "version": "3.5.3",
  4604. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.5.3.tgz",
  4605. "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==",
  4606. "funding": [
  4607. {
  4608. "type": "individual",
  4609. "url": "https://paulmillr.com/funding/"
  4610. }
  4611. ],
  4612. "dependencies": {
  4613. "anymatch": "~3.1.2",
  4614. "braces": "~3.0.2",
  4615. "glob-parent": "~5.1.2",
  4616. "is-binary-path": "~2.1.0",
  4617. "is-glob": "~4.0.1",
  4618. "normalize-path": "~3.0.0",
  4619. "readdirp": "~3.6.0"
  4620. },
  4621. "engines": {
  4622. "node": ">= 8.10.0"
  4623. },
  4624. "optionalDependencies": {
  4625. "fsevents": "~2.3.2"
  4626. }
  4627. },
  4628. "node_modules/color-convert": {
  4629. "version": "1.9.3",
  4630. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-1.9.3.tgz",
  4631. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  4632. "dependencies": {
  4633. "color-name": "1.1.3"
  4634. }
  4635. },
  4636. "node_modules/color-name": {
  4637. "version": "1.1.3",
  4638. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.3.tgz",
  4639. "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
  4640. },
  4641. "node_modules/commander": {
  4642. "version": "2.20.3",
  4643. "resolved": "https://registry.npmmirror.com/commander/-/commander-2.20.3.tgz",
  4644. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
  4645. "dev": true
  4646. },
  4647. "node_modules/compare-versions": {
  4648. "version": "3.6.0",
  4649. "resolved": "https://registry.npmmirror.com/compare-versions/-/compare-versions-3.6.0.tgz",
  4650. "integrity": "sha512-W6Af2Iw1z4CB7q4uU4hv646dW9GQuBM+YpC0UvUCWSD8w90SJjp+ujJuXaEMtAXBtSqGfMPuFOVn4/+FlaqfBA=="
  4651. },
  4652. "node_modules/computeds": {
  4653. "version": "0.0.1",
  4654. "resolved": "https://registry.npmmirror.com/computeds/-/computeds-0.0.1.tgz",
  4655. "integrity": "sha512-7CEBgcMjVmitjYo5q8JTJVra6X5mQ20uTThdK+0kR7UEaDrAWEQcRiBtWJzga4eRpP6afNwwLsX2SET2JhVB1Q==",
  4656. "dev": true
  4657. },
  4658. "node_modules/concat-map": {
  4659. "version": "0.0.1",
  4660. "resolved": "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz",
  4661. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  4662. "dev": true
  4663. },
  4664. "node_modules/content-disposition": {
  4665. "version": "0.5.4",
  4666. "resolved": "https://registry.npmmirror.com/content-disposition/-/content-disposition-0.5.4.tgz",
  4667. "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
  4668. "dev": true,
  4669. "dependencies": {
  4670. "safe-buffer": "5.2.1"
  4671. },
  4672. "engines": {
  4673. "node": ">= 0.6"
  4674. }
  4675. },
  4676. "node_modules/content-type": {
  4677. "version": "1.0.5",
  4678. "resolved": "https://registry.npmmirror.com/content-type/-/content-type-1.0.5.tgz",
  4679. "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
  4680. "dev": true,
  4681. "engines": {
  4682. "node": ">= 0.6"
  4683. }
  4684. },
  4685. "node_modules/convert-source-map": {
  4686. "version": "2.0.0",
  4687. "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz",
  4688. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg=="
  4689. },
  4690. "node_modules/cookie": {
  4691. "version": "0.5.0",
  4692. "resolved": "https://registry.npmmirror.com/cookie/-/cookie-0.5.0.tgz",
  4693. "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==",
  4694. "dev": true,
  4695. "engines": {
  4696. "node": ">= 0.6"
  4697. }
  4698. },
  4699. "node_modules/cookie-signature": {
  4700. "version": "1.0.6",
  4701. "resolved": "https://registry.npmmirror.com/cookie-signature/-/cookie-signature-1.0.6.tgz",
  4702. "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==",
  4703. "dev": true
  4704. },
  4705. "node_modules/core-js": {
  4706. "version": "3.35.0",
  4707. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.35.0.tgz",
  4708. "integrity": "sha512-ntakECeqg81KqMueeGJ79Q5ZgQNR+6eaE8sxGCx62zMbAIj65q+uYvatToew3m6eAGdU4gNZwpZ34NMe4GYswg==",
  4709. "hasInstallScript": true,
  4710. "funding": {
  4711. "type": "opencollective",
  4712. "url": "https://opencollective.com/core-js"
  4713. }
  4714. },
  4715. "node_modules/core-js-compat": {
  4716. "version": "3.35.0",
  4717. "resolved": "https://registry.npmmirror.com/core-js-compat/-/core-js-compat-3.35.0.tgz",
  4718. "integrity": "sha512-5blwFAddknKeNgsjBzilkdQ0+YK8L1PfqPYq40NOYMYFSS38qj+hpTcLLWwpIwA2A5bje/x5jmVn2tzUMg9IVw==",
  4719. "dev": true,
  4720. "dependencies": {
  4721. "browserslist": "^4.22.2"
  4722. },
  4723. "funding": {
  4724. "type": "opencollective",
  4725. "url": "https://opencollective.com/core-js"
  4726. }
  4727. },
  4728. "node_modules/cross-env": {
  4729. "version": "7.0.3",
  4730. "resolved": "https://registry.npmmirror.com/cross-env/-/cross-env-7.0.3.tgz",
  4731. "integrity": "sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==",
  4732. "dev": true,
  4733. "dependencies": {
  4734. "cross-spawn": "^7.0.1"
  4735. },
  4736. "bin": {
  4737. "cross-env": "src/bin/cross-env.js",
  4738. "cross-env-shell": "src/bin/cross-env-shell.js"
  4739. },
  4740. "engines": {
  4741. "node": ">=10.14",
  4742. "npm": ">=6",
  4743. "yarn": ">=1"
  4744. }
  4745. },
  4746. "node_modules/cross-spawn": {
  4747. "version": "7.0.3",
  4748. "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.3.tgz",
  4749. "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
  4750. "dev": true,
  4751. "dependencies": {
  4752. "path-key": "^3.1.0",
  4753. "shebang-command": "^2.0.0",
  4754. "which": "^2.0.1"
  4755. },
  4756. "engines": {
  4757. "node": ">= 8"
  4758. }
  4759. },
  4760. "node_modules/css-font-size-keywords": {
  4761. "version": "1.0.0",
  4762. "resolved": "https://registry.npmmirror.com/css-font-size-keywords/-/css-font-size-keywords-1.0.0.tgz",
  4763. "integrity": "sha512-Q+svMDbMlelgCfH/RVDKtTDaf5021O486ZThQPIpahnIjUkMUslC+WuOQSWTgGSrNCH08Y7tYNEmmy0hkfMI8Q=="
  4764. },
  4765. "node_modules/css-font-stretch-keywords": {
  4766. "version": "1.0.1",
  4767. "resolved": "https://registry.npmmirror.com/css-font-stretch-keywords/-/css-font-stretch-keywords-1.0.1.tgz",
  4768. "integrity": "sha512-KmugPO2BNqoyp9zmBIUGwt58UQSfyk1X5DbOlkb2pckDXFSAfjsD5wenb88fNrD6fvS+vu90a/tsPpb9vb0SLg=="
  4769. },
  4770. "node_modules/css-font-style-keywords": {
  4771. "version": "1.0.1",
  4772. "resolved": "https://registry.npmmirror.com/css-font-style-keywords/-/css-font-style-keywords-1.0.1.tgz",
  4773. "integrity": "sha512-0Fn0aTpcDktnR1RzaBYorIxQily85M2KXRpzmxQPgh8pxUN9Fcn00I8u9I3grNr1QXVgCl9T5Imx0ZwKU973Vg=="
  4774. },
  4775. "node_modules/css-font-weight-keywords": {
  4776. "version": "1.0.0",
  4777. "resolved": "https://registry.npmmirror.com/css-font-weight-keywords/-/css-font-weight-keywords-1.0.0.tgz",
  4778. "integrity": "sha512-5So8/NH+oDD+EzsnF4iaG4ZFHQ3vaViePkL1ZbZ5iC/KrsCY+WHq/lvOgrtmuOQ9pBBZ1ADGpaf+A4lj1Z9eYA=="
  4779. },
  4780. "node_modules/css-list-helpers": {
  4781. "version": "2.0.0",
  4782. "resolved": "https://registry.npmmirror.com/css-list-helpers/-/css-list-helpers-2.0.0.tgz",
  4783. "integrity": "sha512-9Bj8tZ0jWbAM3u/U6m/boAzAwLPwtjzFvwivr2piSvyVa3K3rChJzQy4RIHkNkKiZCHrEMWDJWtTR8UyVhdDnQ=="
  4784. },
  4785. "node_modules/css-system-font-keywords": {
  4786. "version": "1.0.0",
  4787. "resolved": "https://registry.npmmirror.com/css-system-font-keywords/-/css-system-font-keywords-1.0.0.tgz",
  4788. "integrity": "sha512-1umTtVd/fXS25ftfjB71eASCrYhilmEsvDEI6wG/QplnmlfmVM5HkZ/ZX46DT5K3eblFPgLUHt5BRCb0YXkSFA=="
  4789. },
  4790. "node_modules/cssesc": {
  4791. "version": "3.0.0",
  4792. "resolved": "https://registry.npmmirror.com/cssesc/-/cssesc-3.0.0.tgz",
  4793. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
  4794. "bin": {
  4795. "cssesc": "bin/cssesc"
  4796. },
  4797. "engines": {
  4798. "node": ">=4"
  4799. }
  4800. },
  4801. "node_modules/csstype": {
  4802. "version": "3.1.3",
  4803. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz",
  4804. "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw=="
  4805. },
  4806. "node_modules/dayjs": {
  4807. "version": "1.11.10",
  4808. "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.10.tgz",
  4809. "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ=="
  4810. },
  4811. "node_modules/de-indent": {
  4812. "version": "1.0.2",
  4813. "resolved": "https://registry.npmmirror.com/de-indent/-/de-indent-1.0.2.tgz",
  4814. "integrity": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==",
  4815. "dev": true
  4816. },
  4817. "node_modules/debug": {
  4818. "version": "4.3.4",
  4819. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.3.4.tgz",
  4820. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  4821. "dependencies": {
  4822. "ms": "2.1.2"
  4823. },
  4824. "engines": {
  4825. "node": ">=6.0"
  4826. },
  4827. "peerDependenciesMeta": {
  4828. "supports-color": {
  4829. "optional": true
  4830. }
  4831. }
  4832. },
  4833. "node_modules/deep-is": {
  4834. "version": "0.1.4",
  4835. "resolved": "https://registry.npmmirror.com/deep-is/-/deep-is-0.1.4.tgz",
  4836. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  4837. "dev": true
  4838. },
  4839. "node_modules/default-gateway": {
  4840. "version": "6.0.3",
  4841. "resolved": "https://registry.npmmirror.com/default-gateway/-/default-gateway-6.0.3.tgz",
  4842. "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==",
  4843. "dev": true,
  4844. "dependencies": {
  4845. "execa": "^5.0.0"
  4846. },
  4847. "engines": {
  4848. "node": ">= 10"
  4849. }
  4850. },
  4851. "node_modules/define-data-property": {
  4852. "version": "1.1.1",
  4853. "resolved": "https://registry.npmmirror.com/define-data-property/-/define-data-property-1.1.1.tgz",
  4854. "integrity": "sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==",
  4855. "dev": true,
  4856. "dependencies": {
  4857. "get-intrinsic": "^1.2.1",
  4858. "gopd": "^1.0.1",
  4859. "has-property-descriptors": "^1.0.0"
  4860. },
  4861. "engines": {
  4862. "node": ">= 0.4"
  4863. }
  4864. },
  4865. "node_modules/define-properties": {
  4866. "version": "1.2.1",
  4867. "resolved": "https://registry.npmmirror.com/define-properties/-/define-properties-1.2.1.tgz",
  4868. "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
  4869. "dev": true,
  4870. "dependencies": {
  4871. "define-data-property": "^1.0.1",
  4872. "has-property-descriptors": "^1.0.0",
  4873. "object-keys": "^1.1.1"
  4874. },
  4875. "engines": {
  4876. "node": ">= 0.4"
  4877. },
  4878. "funding": {
  4879. "url": "https://github.com/sponsors/ljharb"
  4880. }
  4881. },
  4882. "node_modules/depd": {
  4883. "version": "2.0.0",
  4884. "resolved": "https://registry.npmmirror.com/depd/-/depd-2.0.0.tgz",
  4885. "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
  4886. "dev": true,
  4887. "engines": {
  4888. "node": ">= 0.8"
  4889. }
  4890. },
  4891. "node_modules/destroy": {
  4892. "version": "1.2.0",
  4893. "resolved": "https://registry.npmmirror.com/destroy/-/destroy-1.2.0.tgz",
  4894. "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
  4895. "dev": true,
  4896. "engines": {
  4897. "node": ">= 0.8",
  4898. "npm": "1.2.8000 || >= 1.4.16"
  4899. }
  4900. },
  4901. "node_modules/dir-glob": {
  4902. "version": "3.0.1",
  4903. "resolved": "https://registry.npmmirror.com/dir-glob/-/dir-glob-3.0.1.tgz",
  4904. "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
  4905. "dev": true,
  4906. "dependencies": {
  4907. "path-type": "^4.0.0"
  4908. },
  4909. "engines": {
  4910. "node": ">=8"
  4911. }
  4912. },
  4913. "node_modules/doctrine": {
  4914. "version": "3.0.0",
  4915. "resolved": "https://registry.npmmirror.com/doctrine/-/doctrine-3.0.0.tgz",
  4916. "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
  4917. "dev": true,
  4918. "dependencies": {
  4919. "esutils": "^2.0.2"
  4920. },
  4921. "engines": {
  4922. "node": ">=6.0.0"
  4923. }
  4924. },
  4925. "node_modules/dom-walk": {
  4926. "version": "0.1.2",
  4927. "resolved": "https://registry.npmmirror.com/dom-walk/-/dom-walk-0.1.2.tgz",
  4928. "integrity": "sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w=="
  4929. },
  4930. "node_modules/ee-first": {
  4931. "version": "1.1.1",
  4932. "resolved": "https://registry.npmmirror.com/ee-first/-/ee-first-1.1.1.tgz",
  4933. "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
  4934. "dev": true
  4935. },
  4936. "node_modules/electron-to-chromium": {
  4937. "version": "1.4.616",
  4938. "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.4.616.tgz",
  4939. "integrity": "sha512-1n7zWYh8eS0L9Uy+GskE0lkBUNK83cXTVJI0pU3mGprFsbfSdAc15VTFbo+A+Bq4pwstmL30AVcEU3Fo463lNg=="
  4940. },
  4941. "node_modules/encodeurl": {
  4942. "version": "1.0.2",
  4943. "resolved": "https://registry.npmmirror.com/encodeurl/-/encodeurl-1.0.2.tgz",
  4944. "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
  4945. "dev": true,
  4946. "engines": {
  4947. "node": ">= 0.8"
  4948. }
  4949. },
  4950. "node_modules/entities": {
  4951. "version": "4.5.0",
  4952. "resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz",
  4953. "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
  4954. "engines": {
  4955. "node": ">=0.12"
  4956. },
  4957. "funding": {
  4958. "url": "https://github.com/fb55/entities?sponsor=1"
  4959. }
  4960. },
  4961. "node_modules/es-abstract": {
  4962. "version": "1.22.3",
  4963. "resolved": "https://registry.npmmirror.com/es-abstract/-/es-abstract-1.22.3.tgz",
  4964. "integrity": "sha512-eiiY8HQeYfYH2Con2berK+To6GrK2RxbPawDkGq4UiCQQfZHb6wX9qQqkbpPqaxQFcl8d9QzZqo0tGE0VcrdwA==",
  4965. "dev": true,
  4966. "dependencies": {
  4967. "array-buffer-byte-length": "^1.0.0",
  4968. "arraybuffer.prototype.slice": "^1.0.2",
  4969. "available-typed-arrays": "^1.0.5",
  4970. "call-bind": "^1.0.5",
  4971. "es-set-tostringtag": "^2.0.1",
  4972. "es-to-primitive": "^1.2.1",
  4973. "function.prototype.name": "^1.1.6",
  4974. "get-intrinsic": "^1.2.2",
  4975. "get-symbol-description": "^1.0.0",
  4976. "globalthis": "^1.0.3",
  4977. "gopd": "^1.0.1",
  4978. "has-property-descriptors": "^1.0.0",
  4979. "has-proto": "^1.0.1",
  4980. "has-symbols": "^1.0.3",
  4981. "hasown": "^2.0.0",
  4982. "internal-slot": "^1.0.5",
  4983. "is-array-buffer": "^3.0.2",
  4984. "is-callable": "^1.2.7",
  4985. "is-negative-zero": "^2.0.2",
  4986. "is-regex": "^1.1.4",
  4987. "is-shared-array-buffer": "^1.0.2",
  4988. "is-string": "^1.0.7",
  4989. "is-typed-array": "^1.1.12",
  4990. "is-weakref": "^1.0.2",
  4991. "object-inspect": "^1.13.1",
  4992. "object-keys": "^1.1.1",
  4993. "object.assign": "^4.1.4",
  4994. "regexp.prototype.flags": "^1.5.1",
  4995. "safe-array-concat": "^1.0.1",
  4996. "safe-regex-test": "^1.0.0",
  4997. "string.prototype.trim": "^1.2.8",
  4998. "string.prototype.trimend": "^1.0.7",
  4999. "string.prototype.trimstart": "^1.0.7",
  5000. "typed-array-buffer": "^1.0.0",
  5001. "typed-array-byte-length": "^1.0.0",
  5002. "typed-array-byte-offset": "^1.0.0",
  5003. "typed-array-length": "^1.0.4",
  5004. "unbox-primitive": "^1.0.2",
  5005. "which-typed-array": "^1.1.13"
  5006. },
  5007. "engines": {
  5008. "node": ">= 0.4"
  5009. },
  5010. "funding": {
  5011. "url": "https://github.com/sponsors/ljharb"
  5012. }
  5013. },
  5014. "node_modules/es-module-lexer": {
  5015. "version": "1.4.1",
  5016. "resolved": "https://registry.npmmirror.com/es-module-lexer/-/es-module-lexer-1.4.1.tgz",
  5017. "integrity": "sha512-cXLGjP0c4T3flZJKQSuziYoq7MlT+rnvfZjfp7h+I7K9BNX54kP9nyWvdbwjQ4u1iWbOL4u96fgeZLToQlZC7w=="
  5018. },
  5019. "node_modules/es-set-tostringtag": {
  5020. "version": "2.0.2",
  5021. "resolved": "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.0.2.tgz",
  5022. "integrity": "sha512-BuDyupZt65P9D2D2vA/zqcI3G5xRsklm5N3xCwuiy+/vKy8i0ifdsQP1sLgO4tZDSCaQUSnmC48khknGMV3D2Q==",
  5023. "dev": true,
  5024. "dependencies": {
  5025. "get-intrinsic": "^1.2.2",
  5026. "has-tostringtag": "^1.0.0",
  5027. "hasown": "^2.0.0"
  5028. },
  5029. "engines": {
  5030. "node": ">= 0.4"
  5031. }
  5032. },
  5033. "node_modules/es-shim-unscopables": {
  5034. "version": "1.0.2",
  5035. "resolved": "https://registry.npmmirror.com/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz",
  5036. "integrity": "sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==",
  5037. "dev": true,
  5038. "dependencies": {
  5039. "hasown": "^2.0.0"
  5040. }
  5041. },
  5042. "node_modules/es-to-primitive": {
  5043. "version": "1.2.1",
  5044. "resolved": "https://registry.npmmirror.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
  5045. "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
  5046. "dev": true,
  5047. "dependencies": {
  5048. "is-callable": "^1.1.4",
  5049. "is-date-object": "^1.0.1",
  5050. "is-symbol": "^1.0.2"
  5051. },
  5052. "engines": {
  5053. "node": ">= 0.4"
  5054. },
  5055. "funding": {
  5056. "url": "https://github.com/sponsors/ljharb"
  5057. }
  5058. },
  5059. "node_modules/esbuild": {
  5060. "version": "0.17.19",
  5061. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.17.19.tgz",
  5062. "integrity": "sha512-XQ0jAPFkK/u3LcVRcvVHQcTIqD6E2H1fvZMA5dQPSOWb3suUbWbfbRf94pjc0bNzRYLfIrDRQXr7X+LHIm5oHw==",
  5063. "hasInstallScript": true,
  5064. "bin": {
  5065. "esbuild": "bin/esbuild"
  5066. },
  5067. "engines": {
  5068. "node": ">=12"
  5069. },
  5070. "optionalDependencies": {
  5071. "@esbuild/android-arm": "0.17.19",
  5072. "@esbuild/android-arm64": "0.17.19",
  5073. "@esbuild/android-x64": "0.17.19",
  5074. "@esbuild/darwin-arm64": "0.17.19",
  5075. "@esbuild/darwin-x64": "0.17.19",
  5076. "@esbuild/freebsd-arm64": "0.17.19",
  5077. "@esbuild/freebsd-x64": "0.17.19",
  5078. "@esbuild/linux-arm": "0.17.19",
  5079. "@esbuild/linux-arm64": "0.17.19",
  5080. "@esbuild/linux-ia32": "0.17.19",
  5081. "@esbuild/linux-loong64": "0.17.19",
  5082. "@esbuild/linux-mips64el": "0.17.19",
  5083. "@esbuild/linux-ppc64": "0.17.19",
  5084. "@esbuild/linux-riscv64": "0.17.19",
  5085. "@esbuild/linux-s390x": "0.17.19",
  5086. "@esbuild/linux-x64": "0.17.19",
  5087. "@esbuild/netbsd-x64": "0.17.19",
  5088. "@esbuild/openbsd-x64": "0.17.19",
  5089. "@esbuild/sunos-x64": "0.17.19",
  5090. "@esbuild/win32-arm64": "0.17.19",
  5091. "@esbuild/win32-ia32": "0.17.19",
  5092. "@esbuild/win32-x64": "0.17.19"
  5093. }
  5094. },
  5095. "node_modules/escalade": {
  5096. "version": "3.1.1",
  5097. "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.1.1.tgz",
  5098. "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
  5099. "engines": {
  5100. "node": ">=6"
  5101. }
  5102. },
  5103. "node_modules/escape-html": {
  5104. "version": "1.0.3",
  5105. "resolved": "https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz",
  5106. "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
  5107. "dev": true
  5108. },
  5109. "node_modules/escape-string-regexp": {
  5110. "version": "1.0.5",
  5111. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  5112. "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
  5113. "engines": {
  5114. "node": ">=0.8.0"
  5115. }
  5116. },
  5117. "node_modules/eslint": {
  5118. "version": "8.56.0",
  5119. "resolved": "https://registry.npmmirror.com/eslint/-/eslint-8.56.0.tgz",
  5120. "integrity": "sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==",
  5121. "dev": true,
  5122. "dependencies": {
  5123. "@eslint-community/eslint-utils": "^4.2.0",
  5124. "@eslint-community/regexpp": "^4.6.1",
  5125. "@eslint/eslintrc": "^2.1.4",
  5126. "@eslint/js": "8.56.0",
  5127. "@humanwhocodes/config-array": "^0.11.13",
  5128. "@humanwhocodes/module-importer": "^1.0.1",
  5129. "@nodelib/fs.walk": "^1.2.8",
  5130. "@ungap/structured-clone": "^1.2.0",
  5131. "ajv": "^6.12.4",
  5132. "chalk": "^4.0.0",
  5133. "cross-spawn": "^7.0.2",
  5134. "debug": "^4.3.2",
  5135. "doctrine": "^3.0.0",
  5136. "escape-string-regexp": "^4.0.0",
  5137. "eslint-scope": "^7.2.2",
  5138. "eslint-visitor-keys": "^3.4.3",
  5139. "espree": "^9.6.1",
  5140. "esquery": "^1.4.2",
  5141. "esutils": "^2.0.2",
  5142. "fast-deep-equal": "^3.1.3",
  5143. "file-entry-cache": "^6.0.1",
  5144. "find-up": "^5.0.0",
  5145. "glob-parent": "^6.0.2",
  5146. "globals": "^13.19.0",
  5147. "graphemer": "^1.4.0",
  5148. "ignore": "^5.2.0",
  5149. "imurmurhash": "^0.1.4",
  5150. "is-glob": "^4.0.0",
  5151. "is-path-inside": "^3.0.3",
  5152. "js-yaml": "^4.1.0",
  5153. "json-stable-stringify-without-jsonify": "^1.0.1",
  5154. "levn": "^0.4.1",
  5155. "lodash.merge": "^4.6.2",
  5156. "minimatch": "^3.1.2",
  5157. "natural-compare": "^1.4.0",
  5158. "optionator": "^0.9.3",
  5159. "strip-ansi": "^6.0.1",
  5160. "text-table": "^0.2.0"
  5161. },
  5162. "bin": {
  5163. "eslint": "bin/eslint.js"
  5164. },
  5165. "engines": {
  5166. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5167. },
  5168. "funding": {
  5169. "url": "https://opencollective.com/eslint"
  5170. }
  5171. },
  5172. "node_modules/eslint-config-prettier": {
  5173. "version": "8.10.0",
  5174. "resolved": "https://registry.npmmirror.com/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz",
  5175. "integrity": "sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==",
  5176. "dev": true,
  5177. "bin": {
  5178. "eslint-config-prettier": "bin/cli.js"
  5179. },
  5180. "peerDependencies": {
  5181. "eslint": ">=7.0.0"
  5182. }
  5183. },
  5184. "node_modules/eslint-import-resolver-node": {
  5185. "version": "0.3.9",
  5186. "resolved": "https://registry.npmmirror.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
  5187. "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==",
  5188. "dev": true,
  5189. "dependencies": {
  5190. "debug": "^3.2.7",
  5191. "is-core-module": "^2.13.0",
  5192. "resolve": "^1.22.4"
  5193. }
  5194. },
  5195. "node_modules/eslint-import-resolver-node/node_modules/debug": {
  5196. "version": "3.2.7",
  5197. "resolved": "https://registry.npmmirror.com/debug/-/debug-3.2.7.tgz",
  5198. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  5199. "dev": true,
  5200. "dependencies": {
  5201. "ms": "^2.1.1"
  5202. }
  5203. },
  5204. "node_modules/eslint-module-utils": {
  5205. "version": "2.8.0",
  5206. "resolved": "https://registry.npmmirror.com/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz",
  5207. "integrity": "sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==",
  5208. "dev": true,
  5209. "dependencies": {
  5210. "debug": "^3.2.7"
  5211. },
  5212. "engines": {
  5213. "node": ">=4"
  5214. },
  5215. "peerDependenciesMeta": {
  5216. "eslint": {
  5217. "optional": true
  5218. }
  5219. }
  5220. },
  5221. "node_modules/eslint-module-utils/node_modules/debug": {
  5222. "version": "3.2.7",
  5223. "resolved": "https://registry.npmmirror.com/debug/-/debug-3.2.7.tgz",
  5224. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  5225. "dev": true,
  5226. "dependencies": {
  5227. "ms": "^2.1.1"
  5228. }
  5229. },
  5230. "node_modules/eslint-plugin-import": {
  5231. "version": "2.29.1",
  5232. "resolved": "https://registry.npmmirror.com/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz",
  5233. "integrity": "sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==",
  5234. "dev": true,
  5235. "dependencies": {
  5236. "array-includes": "^3.1.7",
  5237. "array.prototype.findlastindex": "^1.2.3",
  5238. "array.prototype.flat": "^1.3.2",
  5239. "array.prototype.flatmap": "^1.3.2",
  5240. "debug": "^3.2.7",
  5241. "doctrine": "^2.1.0",
  5242. "eslint-import-resolver-node": "^0.3.9",
  5243. "eslint-module-utils": "^2.8.0",
  5244. "hasown": "^2.0.0",
  5245. "is-core-module": "^2.13.1",
  5246. "is-glob": "^4.0.3",
  5247. "minimatch": "^3.1.2",
  5248. "object.fromentries": "^2.0.7",
  5249. "object.groupby": "^1.0.1",
  5250. "object.values": "^1.1.7",
  5251. "semver": "^6.3.1",
  5252. "tsconfig-paths": "^3.15.0"
  5253. },
  5254. "engines": {
  5255. "node": ">=4"
  5256. },
  5257. "peerDependencies": {
  5258. "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
  5259. }
  5260. },
  5261. "node_modules/eslint-plugin-import/node_modules/brace-expansion": {
  5262. "version": "1.1.11",
  5263. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
  5264. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  5265. "dev": true,
  5266. "dependencies": {
  5267. "balanced-match": "^1.0.0",
  5268. "concat-map": "0.0.1"
  5269. }
  5270. },
  5271. "node_modules/eslint-plugin-import/node_modules/debug": {
  5272. "version": "3.2.7",
  5273. "resolved": "https://registry.npmmirror.com/debug/-/debug-3.2.7.tgz",
  5274. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  5275. "dev": true,
  5276. "dependencies": {
  5277. "ms": "^2.1.1"
  5278. }
  5279. },
  5280. "node_modules/eslint-plugin-import/node_modules/doctrine": {
  5281. "version": "2.1.0",
  5282. "resolved": "https://registry.npmmirror.com/doctrine/-/doctrine-2.1.0.tgz",
  5283. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  5284. "dev": true,
  5285. "dependencies": {
  5286. "esutils": "^2.0.2"
  5287. },
  5288. "engines": {
  5289. "node": ">=0.10.0"
  5290. }
  5291. },
  5292. "node_modules/eslint-plugin-import/node_modules/minimatch": {
  5293. "version": "3.1.2",
  5294. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  5295. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  5296. "dev": true,
  5297. "dependencies": {
  5298. "brace-expansion": "^1.1.7"
  5299. },
  5300. "engines": {
  5301. "node": "*"
  5302. }
  5303. },
  5304. "node_modules/eslint-plugin-prettier": {
  5305. "version": "5.1.2",
  5306. "resolved": "https://registry.npmmirror.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.2.tgz",
  5307. "integrity": "sha512-dhlpWc9vOwohcWmClFcA+HjlvUpuyynYs0Rf+L/P6/0iQE6vlHW9l5bkfzN62/Stm9fbq8ku46qzde76T1xlSg==",
  5308. "dev": true,
  5309. "dependencies": {
  5310. "prettier-linter-helpers": "^1.0.0",
  5311. "synckit": "^0.8.6"
  5312. },
  5313. "engines": {
  5314. "node": "^14.18.0 || >=16.0.0"
  5315. },
  5316. "funding": {
  5317. "url": "https://opencollective.com/eslint-plugin-prettier"
  5318. },
  5319. "peerDependencies": {
  5320. "@types/eslint": ">=8.0.0",
  5321. "eslint": ">=8.0.0",
  5322. "eslint-config-prettier": "*",
  5323. "prettier": ">=3.0.0"
  5324. },
  5325. "peerDependenciesMeta": {
  5326. "@types/eslint": {
  5327. "optional": true
  5328. },
  5329. "eslint-config-prettier": {
  5330. "optional": true
  5331. }
  5332. }
  5333. },
  5334. "node_modules/eslint-plugin-vue": {
  5335. "version": "9.19.2",
  5336. "resolved": "https://registry.npmmirror.com/eslint-plugin-vue/-/eslint-plugin-vue-9.19.2.tgz",
  5337. "integrity": "sha512-CPDqTOG2K4Ni2o4J5wixkLVNwgctKXFu6oBpVJlpNq7f38lh9I80pRTouZSJ2MAebPJlINU/KTFSXyQfBUlymA==",
  5338. "dev": true,
  5339. "dependencies": {
  5340. "@eslint-community/eslint-utils": "^4.4.0",
  5341. "natural-compare": "^1.4.0",
  5342. "nth-check": "^2.1.1",
  5343. "postcss-selector-parser": "^6.0.13",
  5344. "semver": "^7.5.4",
  5345. "vue-eslint-parser": "^9.3.1",
  5346. "xml-name-validator": "^4.0.0"
  5347. },
  5348. "engines": {
  5349. "node": "^14.17.0 || >=16.0.0"
  5350. },
  5351. "peerDependencies": {
  5352. "eslint": "^6.2.0 || ^7.0.0 || ^8.0.0"
  5353. }
  5354. },
  5355. "node_modules/eslint-plugin-vue/node_modules/lru-cache": {
  5356. "version": "6.0.0",
  5357. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-6.0.0.tgz",
  5358. "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
  5359. "dev": true,
  5360. "dependencies": {
  5361. "yallist": "^4.0.0"
  5362. },
  5363. "engines": {
  5364. "node": ">=10"
  5365. }
  5366. },
  5367. "node_modules/eslint-plugin-vue/node_modules/semver": {
  5368. "version": "7.5.4",
  5369. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.5.4.tgz",
  5370. "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
  5371. "dev": true,
  5372. "dependencies": {
  5373. "lru-cache": "^6.0.0"
  5374. },
  5375. "bin": {
  5376. "semver": "bin/semver.js"
  5377. },
  5378. "engines": {
  5379. "node": ">=10"
  5380. }
  5381. },
  5382. "node_modules/eslint-plugin-vue/node_modules/yallist": {
  5383. "version": "4.0.0",
  5384. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz",
  5385. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  5386. "dev": true
  5387. },
  5388. "node_modules/eslint-scope": {
  5389. "version": "7.2.2",
  5390. "resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-7.2.2.tgz",
  5391. "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
  5392. "dev": true,
  5393. "dependencies": {
  5394. "esrecurse": "^4.3.0",
  5395. "estraverse": "^5.2.0"
  5396. },
  5397. "engines": {
  5398. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5399. },
  5400. "funding": {
  5401. "url": "https://opencollective.com/eslint"
  5402. }
  5403. },
  5404. "node_modules/eslint-visitor-keys": {
  5405. "version": "3.4.3",
  5406. "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
  5407. "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
  5408. "dev": true,
  5409. "engines": {
  5410. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5411. },
  5412. "funding": {
  5413. "url": "https://opencollective.com/eslint"
  5414. }
  5415. },
  5416. "node_modules/eslint/node_modules/ansi-styles": {
  5417. "version": "4.3.0",
  5418. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  5419. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  5420. "dev": true,
  5421. "dependencies": {
  5422. "color-convert": "^2.0.1"
  5423. },
  5424. "engines": {
  5425. "node": ">=8"
  5426. },
  5427. "funding": {
  5428. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  5429. }
  5430. },
  5431. "node_modules/eslint/node_modules/brace-expansion": {
  5432. "version": "1.1.11",
  5433. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
  5434. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  5435. "dev": true,
  5436. "dependencies": {
  5437. "balanced-match": "^1.0.0",
  5438. "concat-map": "0.0.1"
  5439. }
  5440. },
  5441. "node_modules/eslint/node_modules/chalk": {
  5442. "version": "4.1.2",
  5443. "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz",
  5444. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  5445. "dev": true,
  5446. "dependencies": {
  5447. "ansi-styles": "^4.1.0",
  5448. "supports-color": "^7.1.0"
  5449. },
  5450. "engines": {
  5451. "node": ">=10"
  5452. },
  5453. "funding": {
  5454. "url": "https://github.com/chalk/chalk?sponsor=1"
  5455. }
  5456. },
  5457. "node_modules/eslint/node_modules/color-convert": {
  5458. "version": "2.0.1",
  5459. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
  5460. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  5461. "dev": true,
  5462. "dependencies": {
  5463. "color-name": "~1.1.4"
  5464. },
  5465. "engines": {
  5466. "node": ">=7.0.0"
  5467. }
  5468. },
  5469. "node_modules/eslint/node_modules/color-name": {
  5470. "version": "1.1.4",
  5471. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
  5472. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  5473. "dev": true
  5474. },
  5475. "node_modules/eslint/node_modules/escape-string-regexp": {
  5476. "version": "4.0.0",
  5477. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  5478. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  5479. "dev": true,
  5480. "engines": {
  5481. "node": ">=10"
  5482. },
  5483. "funding": {
  5484. "url": "https://github.com/sponsors/sindresorhus"
  5485. }
  5486. },
  5487. "node_modules/eslint/node_modules/glob-parent": {
  5488. "version": "6.0.2",
  5489. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-6.0.2.tgz",
  5490. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  5491. "dev": true,
  5492. "dependencies": {
  5493. "is-glob": "^4.0.3"
  5494. },
  5495. "engines": {
  5496. "node": ">=10.13.0"
  5497. }
  5498. },
  5499. "node_modules/eslint/node_modules/globals": {
  5500. "version": "13.24.0",
  5501. "resolved": "https://registry.npmmirror.com/globals/-/globals-13.24.0.tgz",
  5502. "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
  5503. "dev": true,
  5504. "dependencies": {
  5505. "type-fest": "^0.20.2"
  5506. },
  5507. "engines": {
  5508. "node": ">=8"
  5509. },
  5510. "funding": {
  5511. "url": "https://github.com/sponsors/sindresorhus"
  5512. }
  5513. },
  5514. "node_modules/eslint/node_modules/has-flag": {
  5515. "version": "4.0.0",
  5516. "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
  5517. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  5518. "dev": true,
  5519. "engines": {
  5520. "node": ">=8"
  5521. }
  5522. },
  5523. "node_modules/eslint/node_modules/minimatch": {
  5524. "version": "3.1.2",
  5525. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  5526. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  5527. "dev": true,
  5528. "dependencies": {
  5529. "brace-expansion": "^1.1.7"
  5530. },
  5531. "engines": {
  5532. "node": "*"
  5533. }
  5534. },
  5535. "node_modules/eslint/node_modules/supports-color": {
  5536. "version": "7.2.0",
  5537. "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz",
  5538. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  5539. "dev": true,
  5540. "dependencies": {
  5541. "has-flag": "^4.0.0"
  5542. },
  5543. "engines": {
  5544. "node": ">=8"
  5545. }
  5546. },
  5547. "node_modules/espree": {
  5548. "version": "9.6.1",
  5549. "resolved": "https://registry.npmmirror.com/espree/-/espree-9.6.1.tgz",
  5550. "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
  5551. "dev": true,
  5552. "dependencies": {
  5553. "acorn": "^8.9.0",
  5554. "acorn-jsx": "^5.3.2",
  5555. "eslint-visitor-keys": "^3.4.1"
  5556. },
  5557. "engines": {
  5558. "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  5559. },
  5560. "funding": {
  5561. "url": "https://opencollective.com/eslint"
  5562. }
  5563. },
  5564. "node_modules/esquery": {
  5565. "version": "1.5.0",
  5566. "resolved": "https://registry.npmmirror.com/esquery/-/esquery-1.5.0.tgz",
  5567. "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==",
  5568. "dev": true,
  5569. "dependencies": {
  5570. "estraverse": "^5.1.0"
  5571. },
  5572. "engines": {
  5573. "node": ">=0.10"
  5574. }
  5575. },
  5576. "node_modules/esrecurse": {
  5577. "version": "4.3.0",
  5578. "resolved": "https://registry.npmmirror.com/esrecurse/-/esrecurse-4.3.0.tgz",
  5579. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  5580. "dev": true,
  5581. "dependencies": {
  5582. "estraverse": "^5.2.0"
  5583. },
  5584. "engines": {
  5585. "node": ">=4.0"
  5586. }
  5587. },
  5588. "node_modules/estraverse": {
  5589. "version": "5.3.0",
  5590. "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz",
  5591. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  5592. "dev": true,
  5593. "engines": {
  5594. "node": ">=4.0"
  5595. }
  5596. },
  5597. "node_modules/estree-walker": {
  5598. "version": "2.0.2",
  5599. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  5600. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  5601. },
  5602. "node_modules/esutils": {
  5603. "version": "2.0.3",
  5604. "resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz",
  5605. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  5606. "dev": true,
  5607. "engines": {
  5608. "node": ">=0.10.0"
  5609. }
  5610. },
  5611. "node_modules/etag": {
  5612. "version": "1.8.1",
  5613. "resolved": "https://registry.npmmirror.com/etag/-/etag-1.8.1.tgz",
  5614. "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
  5615. "dev": true,
  5616. "engines": {
  5617. "node": ">= 0.6"
  5618. }
  5619. },
  5620. "node_modules/execa": {
  5621. "version": "5.1.1",
  5622. "resolved": "https://registry.npmmirror.com/execa/-/execa-5.1.1.tgz",
  5623. "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
  5624. "dev": true,
  5625. "dependencies": {
  5626. "cross-spawn": "^7.0.3",
  5627. "get-stream": "^6.0.0",
  5628. "human-signals": "^2.1.0",
  5629. "is-stream": "^2.0.0",
  5630. "merge-stream": "^2.0.0",
  5631. "npm-run-path": "^4.0.1",
  5632. "onetime": "^5.1.2",
  5633. "signal-exit": "^3.0.3",
  5634. "strip-final-newline": "^2.0.0"
  5635. },
  5636. "engines": {
  5637. "node": ">=10"
  5638. },
  5639. "funding": {
  5640. "url": "https://github.com/sindresorhus/execa?sponsor=1"
  5641. }
  5642. },
  5643. "node_modules/exif-parser": {
  5644. "version": "0.1.12",
  5645. "resolved": "https://registry.npmmirror.com/exif-parser/-/exif-parser-0.1.12.tgz",
  5646. "integrity": "sha512-c2bQfLNbMzLPmzQuOr8fy0csy84WmwnER81W88DzTp9CYNPJ6yzOj2EZAh9pywYpqHnshVLHQJ8WzldAyfY+Iw=="
  5647. },
  5648. "node_modules/express": {
  5649. "version": "4.18.2",
  5650. "resolved": "https://registry.npmmirror.com/express/-/express-4.18.2.tgz",
  5651. "integrity": "sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==",
  5652. "dev": true,
  5653. "dependencies": {
  5654. "accepts": "~1.3.8",
  5655. "array-flatten": "1.1.1",
  5656. "body-parser": "1.20.1",
  5657. "content-disposition": "0.5.4",
  5658. "content-type": "~1.0.4",
  5659. "cookie": "0.5.0",
  5660. "cookie-signature": "1.0.6",
  5661. "debug": "2.6.9",
  5662. "depd": "2.0.0",
  5663. "encodeurl": "~1.0.2",
  5664. "escape-html": "~1.0.3",
  5665. "etag": "~1.8.1",
  5666. "finalhandler": "1.2.0",
  5667. "fresh": "0.5.2",
  5668. "http-errors": "2.0.0",
  5669. "merge-descriptors": "1.0.1",
  5670. "methods": "~1.1.2",
  5671. "on-finished": "2.4.1",
  5672. "parseurl": "~1.3.3",
  5673. "path-to-regexp": "0.1.7",
  5674. "proxy-addr": "~2.0.7",
  5675. "qs": "6.11.0",
  5676. "range-parser": "~1.2.1",
  5677. "safe-buffer": "5.2.1",
  5678. "send": "0.18.0",
  5679. "serve-static": "1.15.0",
  5680. "setprototypeof": "1.2.0",
  5681. "statuses": "2.0.1",
  5682. "type-is": "~1.6.18",
  5683. "utils-merge": "1.0.1",
  5684. "vary": "~1.1.2"
  5685. },
  5686. "engines": {
  5687. "node": ">= 0.10.0"
  5688. }
  5689. },
  5690. "node_modules/express/node_modules/debug": {
  5691. "version": "2.6.9",
  5692. "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz",
  5693. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  5694. "dev": true,
  5695. "dependencies": {
  5696. "ms": "2.0.0"
  5697. }
  5698. },
  5699. "node_modules/express/node_modules/ms": {
  5700. "version": "2.0.0",
  5701. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
  5702. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
  5703. "dev": true
  5704. },
  5705. "node_modules/fast-deep-equal": {
  5706. "version": "3.1.3",
  5707. "resolved": "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  5708. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  5709. "dev": true
  5710. },
  5711. "node_modules/fast-diff": {
  5712. "version": "1.3.0",
  5713. "resolved": "https://registry.npmmirror.com/fast-diff/-/fast-diff-1.3.0.tgz",
  5714. "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==",
  5715. "dev": true
  5716. },
  5717. "node_modules/fast-glob": {
  5718. "version": "3.3.2",
  5719. "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.2.tgz",
  5720. "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
  5721. "dependencies": {
  5722. "@nodelib/fs.stat": "^2.0.2",
  5723. "@nodelib/fs.walk": "^1.2.3",
  5724. "glob-parent": "^5.1.2",
  5725. "merge2": "^1.3.0",
  5726. "micromatch": "^4.0.4"
  5727. },
  5728. "engines": {
  5729. "node": ">=8.6.0"
  5730. }
  5731. },
  5732. "node_modules/fast-json-stable-stringify": {
  5733. "version": "2.1.0",
  5734. "resolved": "https://registry.npmmirror.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  5735. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  5736. "dev": true
  5737. },
  5738. "node_modules/fast-levenshtein": {
  5739. "version": "2.0.6",
  5740. "resolved": "https://registry.npmmirror.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  5741. "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
  5742. "dev": true
  5743. },
  5744. "node_modules/fastq": {
  5745. "version": "1.16.0",
  5746. "resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.16.0.tgz",
  5747. "integrity": "sha512-ifCoaXsDrsdkWTtiNJX5uzHDsrck5TzfKKDcuFFTIrrc/BS076qgEIfoIy1VeZqViznfKiysPYTh/QeHtnIsYA==",
  5748. "dependencies": {
  5749. "reusify": "^1.0.4"
  5750. }
  5751. },
  5752. "node_modules/file-entry-cache": {
  5753. "version": "6.0.1",
  5754. "resolved": "https://registry.npmmirror.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
  5755. "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
  5756. "dev": true,
  5757. "dependencies": {
  5758. "flat-cache": "^3.0.4"
  5759. },
  5760. "engines": {
  5761. "node": "^10.12.0 || >=12.0.0"
  5762. }
  5763. },
  5764. "node_modules/file-type": {
  5765. "version": "9.0.0",
  5766. "resolved": "https://registry.npmmirror.com/file-type/-/file-type-9.0.0.tgz",
  5767. "integrity": "sha512-Qe/5NJrgIOlwijpq3B7BEpzPFcgzggOTagZmkXQY4LA6bsXKTUstK7Wp12lEJ/mLKTpvIZxmIuRcLYWT6ov9lw==",
  5768. "engines": {
  5769. "node": ">=6"
  5770. }
  5771. },
  5772. "node_modules/fill-range": {
  5773. "version": "7.0.1",
  5774. "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.0.1.tgz",
  5775. "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
  5776. "dependencies": {
  5777. "to-regex-range": "^5.0.1"
  5778. },
  5779. "engines": {
  5780. "node": ">=8"
  5781. }
  5782. },
  5783. "node_modules/finalhandler": {
  5784. "version": "1.2.0",
  5785. "resolved": "https://registry.npmmirror.com/finalhandler/-/finalhandler-1.2.0.tgz",
  5786. "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==",
  5787. "dev": true,
  5788. "dependencies": {
  5789. "debug": "2.6.9",
  5790. "encodeurl": "~1.0.2",
  5791. "escape-html": "~1.0.3",
  5792. "on-finished": "2.4.1",
  5793. "parseurl": "~1.3.3",
  5794. "statuses": "2.0.1",
  5795. "unpipe": "~1.0.0"
  5796. },
  5797. "engines": {
  5798. "node": ">= 0.8"
  5799. }
  5800. },
  5801. "node_modules/finalhandler/node_modules/debug": {
  5802. "version": "2.6.9",
  5803. "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz",
  5804. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  5805. "dev": true,
  5806. "dependencies": {
  5807. "ms": "2.0.0"
  5808. }
  5809. },
  5810. "node_modules/finalhandler/node_modules/ms": {
  5811. "version": "2.0.0",
  5812. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
  5813. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
  5814. "dev": true
  5815. },
  5816. "node_modules/find-up": {
  5817. "version": "5.0.0",
  5818. "resolved": "https://registry.npmmirror.com/find-up/-/find-up-5.0.0.tgz",
  5819. "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
  5820. "dev": true,
  5821. "dependencies": {
  5822. "locate-path": "^6.0.0",
  5823. "path-exists": "^4.0.0"
  5824. },
  5825. "engines": {
  5826. "node": ">=10"
  5827. },
  5828. "funding": {
  5829. "url": "https://github.com/sponsors/sindresorhus"
  5830. }
  5831. },
  5832. "node_modules/flat-cache": {
  5833. "version": "3.2.0",
  5834. "resolved": "https://registry.npmmirror.com/flat-cache/-/flat-cache-3.2.0.tgz",
  5835. "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==",
  5836. "dev": true,
  5837. "dependencies": {
  5838. "flatted": "^3.2.9",
  5839. "keyv": "^4.5.3",
  5840. "rimraf": "^3.0.2"
  5841. },
  5842. "engines": {
  5843. "node": "^10.12.0 || >=12.0.0"
  5844. }
  5845. },
  5846. "node_modules/flatted": {
  5847. "version": "3.2.9",
  5848. "resolved": "https://registry.npmmirror.com/flatted/-/flatted-3.2.9.tgz",
  5849. "integrity": "sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==",
  5850. "dev": true
  5851. },
  5852. "node_modules/for-each": {
  5853. "version": "0.3.3",
  5854. "resolved": "https://registry.npmmirror.com/for-each/-/for-each-0.3.3.tgz",
  5855. "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==",
  5856. "dev": true,
  5857. "dependencies": {
  5858. "is-callable": "^1.1.3"
  5859. }
  5860. },
  5861. "node_modules/forwarded": {
  5862. "version": "0.2.0",
  5863. "resolved": "https://registry.npmmirror.com/forwarded/-/forwarded-0.2.0.tgz",
  5864. "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
  5865. "dev": true,
  5866. "engines": {
  5867. "node": ">= 0.6"
  5868. }
  5869. },
  5870. "node_modules/fraction.js": {
  5871. "version": "4.3.7",
  5872. "resolved": "https://registry.npmmirror.com/fraction.js/-/fraction.js-4.3.7.tgz",
  5873. "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
  5874. "engines": {
  5875. "node": "*"
  5876. },
  5877. "funding": {
  5878. "type": "patreon",
  5879. "url": "https://github.com/sponsors/rawify"
  5880. }
  5881. },
  5882. "node_modules/fresh": {
  5883. "version": "0.5.2",
  5884. "resolved": "https://registry.npmmirror.com/fresh/-/fresh-0.5.2.tgz",
  5885. "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
  5886. "dev": true,
  5887. "engines": {
  5888. "node": ">= 0.6"
  5889. }
  5890. },
  5891. "node_modules/fs-extra": {
  5892. "version": "10.1.0",
  5893. "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-10.1.0.tgz",
  5894. "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
  5895. "dependencies": {
  5896. "graceful-fs": "^4.2.0",
  5897. "jsonfile": "^6.0.1",
  5898. "universalify": "^2.0.0"
  5899. },
  5900. "engines": {
  5901. "node": ">=12"
  5902. }
  5903. },
  5904. "node_modules/fs.realpath": {
  5905. "version": "1.0.0",
  5906. "resolved": "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz",
  5907. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
  5908. "dev": true
  5909. },
  5910. "node_modules/fsevents": {
  5911. "version": "2.3.3",
  5912. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
  5913. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  5914. "hasInstallScript": true,
  5915. "optional": true,
  5916. "os": [
  5917. "darwin"
  5918. ],
  5919. "engines": {
  5920. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  5921. }
  5922. },
  5923. "node_modules/function-bind": {
  5924. "version": "1.1.2",
  5925. "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
  5926. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  5927. "funding": {
  5928. "url": "https://github.com/sponsors/ljharb"
  5929. }
  5930. },
  5931. "node_modules/function.prototype.name": {
  5932. "version": "1.1.6",
  5933. "resolved": "https://registry.npmmirror.com/function.prototype.name/-/function.prototype.name-1.1.6.tgz",
  5934. "integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==",
  5935. "dev": true,
  5936. "dependencies": {
  5937. "call-bind": "^1.0.2",
  5938. "define-properties": "^1.2.0",
  5939. "es-abstract": "^1.22.1",
  5940. "functions-have-names": "^1.2.3"
  5941. },
  5942. "engines": {
  5943. "node": ">= 0.4"
  5944. },
  5945. "funding": {
  5946. "url": "https://github.com/sponsors/ljharb"
  5947. }
  5948. },
  5949. "node_modules/functions-have-names": {
  5950. "version": "1.2.3",
  5951. "resolved": "https://registry.npmmirror.com/functions-have-names/-/functions-have-names-1.2.3.tgz",
  5952. "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
  5953. "dev": true,
  5954. "funding": {
  5955. "url": "https://github.com/sponsors/ljharb"
  5956. }
  5957. },
  5958. "node_modules/generic-names": {
  5959. "version": "4.0.0",
  5960. "resolved": "https://registry.npmmirror.com/generic-names/-/generic-names-4.0.0.tgz",
  5961. "integrity": "sha512-ySFolZQfw9FoDb3ed9d80Cm9f0+r7qj+HJkWjeD9RBfpxEVTlVhol+gvaQB/78WbwYfbnNh8nWHHBSlg072y6A==",
  5962. "dependencies": {
  5963. "loader-utils": "^3.2.0"
  5964. }
  5965. },
  5966. "node_modules/gensync": {
  5967. "version": "1.0.0-beta.2",
  5968. "resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz",
  5969. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  5970. "engines": {
  5971. "node": ">=6.9.0"
  5972. }
  5973. },
  5974. "node_modules/get-intrinsic": {
  5975. "version": "1.2.2",
  5976. "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.2.2.tgz",
  5977. "integrity": "sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==",
  5978. "dev": true,
  5979. "dependencies": {
  5980. "function-bind": "^1.1.2",
  5981. "has-proto": "^1.0.1",
  5982. "has-symbols": "^1.0.3",
  5983. "hasown": "^2.0.0"
  5984. },
  5985. "funding": {
  5986. "url": "https://github.com/sponsors/ljharb"
  5987. }
  5988. },
  5989. "node_modules/get-stream": {
  5990. "version": "6.0.1",
  5991. "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-6.0.1.tgz",
  5992. "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
  5993. "dev": true,
  5994. "engines": {
  5995. "node": ">=10"
  5996. },
  5997. "funding": {
  5998. "url": "https://github.com/sponsors/sindresorhus"
  5999. }
  6000. },
  6001. "node_modules/get-symbol-description": {
  6002. "version": "1.0.0",
  6003. "resolved": "https://registry.npmmirror.com/get-symbol-description/-/get-symbol-description-1.0.0.tgz",
  6004. "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==",
  6005. "dev": true,
  6006. "dependencies": {
  6007. "call-bind": "^1.0.2",
  6008. "get-intrinsic": "^1.1.1"
  6009. },
  6010. "engines": {
  6011. "node": ">= 0.4"
  6012. },
  6013. "funding": {
  6014. "url": "https://github.com/sponsors/ljharb"
  6015. }
  6016. },
  6017. "node_modules/glob": {
  6018. "version": "7.2.3",
  6019. "resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz",
  6020. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  6021. "dev": true,
  6022. "dependencies": {
  6023. "fs.realpath": "^1.0.0",
  6024. "inflight": "^1.0.4",
  6025. "inherits": "2",
  6026. "minimatch": "^3.1.1",
  6027. "once": "^1.3.0",
  6028. "path-is-absolute": "^1.0.0"
  6029. },
  6030. "engines": {
  6031. "node": "*"
  6032. },
  6033. "funding": {
  6034. "url": "https://github.com/sponsors/isaacs"
  6035. }
  6036. },
  6037. "node_modules/glob-parent": {
  6038. "version": "5.1.2",
  6039. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  6040. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  6041. "dependencies": {
  6042. "is-glob": "^4.0.1"
  6043. },
  6044. "engines": {
  6045. "node": ">= 6"
  6046. }
  6047. },
  6048. "node_modules/glob/node_modules/brace-expansion": {
  6049. "version": "1.1.11",
  6050. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
  6051. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  6052. "dev": true,
  6053. "dependencies": {
  6054. "balanced-match": "^1.0.0",
  6055. "concat-map": "0.0.1"
  6056. }
  6057. },
  6058. "node_modules/glob/node_modules/minimatch": {
  6059. "version": "3.1.2",
  6060. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  6061. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  6062. "dev": true,
  6063. "dependencies": {
  6064. "brace-expansion": "^1.1.7"
  6065. },
  6066. "engines": {
  6067. "node": "*"
  6068. }
  6069. },
  6070. "node_modules/global": {
  6071. "version": "4.4.0",
  6072. "resolved": "https://registry.npmmirror.com/global/-/global-4.4.0.tgz",
  6073. "integrity": "sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==",
  6074. "dependencies": {
  6075. "min-document": "^2.19.0",
  6076. "process": "^0.11.10"
  6077. }
  6078. },
  6079. "node_modules/globals": {
  6080. "version": "11.12.0",
  6081. "resolved": "https://registry.npmmirror.com/globals/-/globals-11.12.0.tgz",
  6082. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  6083. "engines": {
  6084. "node": ">=4"
  6085. }
  6086. },
  6087. "node_modules/globalthis": {
  6088. "version": "1.0.3",
  6089. "resolved": "https://registry.npmmirror.com/globalthis/-/globalthis-1.0.3.tgz",
  6090. "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==",
  6091. "dev": true,
  6092. "dependencies": {
  6093. "define-properties": "^1.1.3"
  6094. },
  6095. "engines": {
  6096. "node": ">= 0.4"
  6097. },
  6098. "funding": {
  6099. "url": "https://github.com/sponsors/ljharb"
  6100. }
  6101. },
  6102. "node_modules/globby": {
  6103. "version": "11.1.0",
  6104. "resolved": "https://registry.npmmirror.com/globby/-/globby-11.1.0.tgz",
  6105. "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
  6106. "dev": true,
  6107. "dependencies": {
  6108. "array-union": "^2.1.0",
  6109. "dir-glob": "^3.0.1",
  6110. "fast-glob": "^3.2.9",
  6111. "ignore": "^5.2.0",
  6112. "merge2": "^1.4.1",
  6113. "slash": "^3.0.0"
  6114. },
  6115. "engines": {
  6116. "node": ">=10"
  6117. },
  6118. "funding": {
  6119. "url": "https://github.com/sponsors/sindresorhus"
  6120. }
  6121. },
  6122. "node_modules/gopd": {
  6123. "version": "1.0.1",
  6124. "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.0.1.tgz",
  6125. "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
  6126. "dev": true,
  6127. "dependencies": {
  6128. "get-intrinsic": "^1.1.3"
  6129. },
  6130. "funding": {
  6131. "url": "https://github.com/sponsors/ljharb"
  6132. }
  6133. },
  6134. "node_modules/graceful-fs": {
  6135. "version": "4.2.11",
  6136. "resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz",
  6137. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
  6138. },
  6139. "node_modules/graphemer": {
  6140. "version": "1.4.0",
  6141. "resolved": "https://registry.npmmirror.com/graphemer/-/graphemer-1.4.0.tgz",
  6142. "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
  6143. "dev": true
  6144. },
  6145. "node_modules/has-bigints": {
  6146. "version": "1.0.2",
  6147. "resolved": "https://registry.npmmirror.com/has-bigints/-/has-bigints-1.0.2.tgz",
  6148. "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==",
  6149. "dev": true,
  6150. "funding": {
  6151. "url": "https://github.com/sponsors/ljharb"
  6152. }
  6153. },
  6154. "node_modules/has-flag": {
  6155. "version": "3.0.0",
  6156. "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-3.0.0.tgz",
  6157. "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
  6158. "engines": {
  6159. "node": ">=4"
  6160. }
  6161. },
  6162. "node_modules/has-property-descriptors": {
  6163. "version": "1.0.1",
  6164. "resolved": "https://registry.npmmirror.com/has-property-descriptors/-/has-property-descriptors-1.0.1.tgz",
  6165. "integrity": "sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==",
  6166. "dev": true,
  6167. "dependencies": {
  6168. "get-intrinsic": "^1.2.2"
  6169. },
  6170. "funding": {
  6171. "url": "https://github.com/sponsors/ljharb"
  6172. }
  6173. },
  6174. "node_modules/has-proto": {
  6175. "version": "1.0.1",
  6176. "resolved": "https://registry.npmmirror.com/has-proto/-/has-proto-1.0.1.tgz",
  6177. "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==",
  6178. "dev": true,
  6179. "engines": {
  6180. "node": ">= 0.4"
  6181. },
  6182. "funding": {
  6183. "url": "https://github.com/sponsors/ljharb"
  6184. }
  6185. },
  6186. "node_modules/has-symbols": {
  6187. "version": "1.0.3",
  6188. "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.0.3.tgz",
  6189. "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
  6190. "dev": true,
  6191. "engines": {
  6192. "node": ">= 0.4"
  6193. },
  6194. "funding": {
  6195. "url": "https://github.com/sponsors/ljharb"
  6196. }
  6197. },
  6198. "node_modules/has-tostringtag": {
  6199. "version": "1.0.0",
  6200. "resolved": "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz",
  6201. "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==",
  6202. "dev": true,
  6203. "dependencies": {
  6204. "has-symbols": "^1.0.2"
  6205. },
  6206. "engines": {
  6207. "node": ">= 0.4"
  6208. },
  6209. "funding": {
  6210. "url": "https://github.com/sponsors/ljharb"
  6211. }
  6212. },
  6213. "node_modules/hash-sum": {
  6214. "version": "2.0.0",
  6215. "resolved": "https://registry.npmmirror.com/hash-sum/-/hash-sum-2.0.0.tgz",
  6216. "integrity": "sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg=="
  6217. },
  6218. "node_modules/hasown": {
  6219. "version": "2.0.0",
  6220. "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.0.tgz",
  6221. "integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==",
  6222. "dependencies": {
  6223. "function-bind": "^1.1.2"
  6224. },
  6225. "engines": {
  6226. "node": ">= 0.4"
  6227. }
  6228. },
  6229. "node_modules/he": {
  6230. "version": "1.2.0",
  6231. "resolved": "https://registry.npmmirror.com/he/-/he-1.2.0.tgz",
  6232. "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
  6233. "dev": true,
  6234. "bin": {
  6235. "he": "bin/he"
  6236. }
  6237. },
  6238. "node_modules/html-tags": {
  6239. "version": "3.3.1",
  6240. "resolved": "https://registry.npmmirror.com/html-tags/-/html-tags-3.3.1.tgz",
  6241. "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==",
  6242. "dev": true,
  6243. "engines": {
  6244. "node": ">=8"
  6245. },
  6246. "funding": {
  6247. "url": "https://github.com/sponsors/sindresorhus"
  6248. }
  6249. },
  6250. "node_modules/http-errors": {
  6251. "version": "2.0.0",
  6252. "resolved": "https://registry.npmmirror.com/http-errors/-/http-errors-2.0.0.tgz",
  6253. "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
  6254. "dev": true,
  6255. "dependencies": {
  6256. "depd": "2.0.0",
  6257. "inherits": "2.0.4",
  6258. "setprototypeof": "1.2.0",
  6259. "statuses": "2.0.1",
  6260. "toidentifier": "1.0.1"
  6261. },
  6262. "engines": {
  6263. "node": ">= 0.8"
  6264. }
  6265. },
  6266. "node_modules/human-signals": {
  6267. "version": "2.1.0",
  6268. "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-2.1.0.tgz",
  6269. "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
  6270. "dev": true,
  6271. "engines": {
  6272. "node": ">=10.17.0"
  6273. }
  6274. },
  6275. "node_modules/iconv-lite": {
  6276. "version": "0.4.24",
  6277. "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.4.24.tgz",
  6278. "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
  6279. "dev": true,
  6280. "dependencies": {
  6281. "safer-buffer": ">= 2.1.2 < 3"
  6282. },
  6283. "engines": {
  6284. "node": ">=0.10.0"
  6285. }
  6286. },
  6287. "node_modules/icss-replace-symbols": {
  6288. "version": "1.1.0",
  6289. "resolved": "https://registry.npmmirror.com/icss-replace-symbols/-/icss-replace-symbols-1.1.0.tgz",
  6290. "integrity": "sha512-chIaY3Vh2mh2Q3RGXttaDIzeiPvaVXJ+C4DAh/w3c37SKZ/U6PGMmuicR2EQQp9bKG8zLMCl7I+PtIoOOPp8Gg=="
  6291. },
  6292. "node_modules/icss-utils": {
  6293. "version": "5.1.0",
  6294. "resolved": "https://registry.npmmirror.com/icss-utils/-/icss-utils-5.1.0.tgz",
  6295. "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==",
  6296. "engines": {
  6297. "node": "^10 || ^12 || >= 14"
  6298. },
  6299. "peerDependencies": {
  6300. "postcss": "^8.1.0"
  6301. }
  6302. },
  6303. "node_modules/ieee754": {
  6304. "version": "1.2.1",
  6305. "resolved": "https://registry.npmmirror.com/ieee754/-/ieee754-1.2.1.tgz",
  6306. "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
  6307. "funding": [
  6308. {
  6309. "type": "github",
  6310. "url": "https://github.com/sponsors/feross"
  6311. },
  6312. {
  6313. "type": "patreon",
  6314. "url": "https://www.patreon.com/feross"
  6315. },
  6316. {
  6317. "type": "consulting",
  6318. "url": "https://feross.org/support"
  6319. }
  6320. ]
  6321. },
  6322. "node_modules/ignore": {
  6323. "version": "5.3.0",
  6324. "resolved": "https://registry.npmmirror.com/ignore/-/ignore-5.3.0.tgz",
  6325. "integrity": "sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==",
  6326. "dev": true,
  6327. "engines": {
  6328. "node": ">= 4"
  6329. }
  6330. },
  6331. "node_modules/immutable": {
  6332. "version": "4.3.4",
  6333. "resolved": "https://registry.npmmirror.com/immutable/-/immutable-4.3.4.tgz",
  6334. "integrity": "sha512-fsXeu4J4i6WNWSikpI88v/PcVflZz+6kMhUfIwc5SY+poQRPnaf5V7qds6SUyUN3cVxEzuCab7QIoLOQ+DQ1wA==",
  6335. "dev": true
  6336. },
  6337. "node_modules/import-fresh": {
  6338. "version": "3.3.0",
  6339. "resolved": "https://registry.npmmirror.com/import-fresh/-/import-fresh-3.3.0.tgz",
  6340. "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
  6341. "dev": true,
  6342. "dependencies": {
  6343. "parent-module": "^1.0.0",
  6344. "resolve-from": "^4.0.0"
  6345. },
  6346. "engines": {
  6347. "node": ">=6"
  6348. },
  6349. "funding": {
  6350. "url": "https://github.com/sponsors/sindresorhus"
  6351. }
  6352. },
  6353. "node_modules/imurmurhash": {
  6354. "version": "0.1.4",
  6355. "resolved": "https://registry.npmmirror.com/imurmurhash/-/imurmurhash-0.1.4.tgz",
  6356. "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
  6357. "dev": true,
  6358. "engines": {
  6359. "node": ">=0.8.19"
  6360. }
  6361. },
  6362. "node_modules/inflight": {
  6363. "version": "1.0.6",
  6364. "resolved": "https://registry.npmmirror.com/inflight/-/inflight-1.0.6.tgz",
  6365. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  6366. "dev": true,
  6367. "dependencies": {
  6368. "once": "^1.3.0",
  6369. "wrappy": "1"
  6370. }
  6371. },
  6372. "node_modules/inherits": {
  6373. "version": "2.0.4",
  6374. "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
  6375. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  6376. "dev": true
  6377. },
  6378. "node_modules/internal-slot": {
  6379. "version": "1.0.6",
  6380. "resolved": "https://registry.npmmirror.com/internal-slot/-/internal-slot-1.0.6.tgz",
  6381. "integrity": "sha512-Xj6dv+PsbtwyPpEflsejS+oIZxmMlV44zAhG479uYu89MsjcYOhCFnNyKrkJrihbsiasQyY0afoCl/9BLR65bg==",
  6382. "dev": true,
  6383. "dependencies": {
  6384. "get-intrinsic": "^1.2.2",
  6385. "hasown": "^2.0.0",
  6386. "side-channel": "^1.0.4"
  6387. },
  6388. "engines": {
  6389. "node": ">= 0.4"
  6390. }
  6391. },
  6392. "node_modules/invert-kv": {
  6393. "version": "3.0.1",
  6394. "resolved": "https://registry.npmmirror.com/invert-kv/-/invert-kv-3.0.1.tgz",
  6395. "integrity": "sha512-CYdFeFexxhv/Bcny+Q0BfOV+ltRlJcd4BBZBYFX/O0u4npJrgZtIcjokegtiSMAvlMTJ+Koq0GBCc//3bueQxw==",
  6396. "engines": {
  6397. "node": ">=8"
  6398. },
  6399. "funding": {
  6400. "url": "https://github.com/sindresorhus/invert-kv?sponsor=1"
  6401. }
  6402. },
  6403. "node_modules/ipaddr.js": {
  6404. "version": "1.9.1",
  6405. "resolved": "https://registry.npmmirror.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
  6406. "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
  6407. "dev": true,
  6408. "engines": {
  6409. "node": ">= 0.10"
  6410. }
  6411. },
  6412. "node_modules/is-array-buffer": {
  6413. "version": "3.0.2",
  6414. "resolved": "https://registry.npmmirror.com/is-array-buffer/-/is-array-buffer-3.0.2.tgz",
  6415. "integrity": "sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==",
  6416. "dev": true,
  6417. "dependencies": {
  6418. "call-bind": "^1.0.2",
  6419. "get-intrinsic": "^1.2.0",
  6420. "is-typed-array": "^1.1.10"
  6421. },
  6422. "funding": {
  6423. "url": "https://github.com/sponsors/ljharb"
  6424. }
  6425. },
  6426. "node_modules/is-bigint": {
  6427. "version": "1.0.4",
  6428. "resolved": "https://registry.npmmirror.com/is-bigint/-/is-bigint-1.0.4.tgz",
  6429. "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==",
  6430. "dev": true,
  6431. "dependencies": {
  6432. "has-bigints": "^1.0.1"
  6433. },
  6434. "funding": {
  6435. "url": "https://github.com/sponsors/ljharb"
  6436. }
  6437. },
  6438. "node_modules/is-binary-path": {
  6439. "version": "2.1.0",
  6440. "resolved": "https://registry.npmmirror.com/is-binary-path/-/is-binary-path-2.1.0.tgz",
  6441. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  6442. "dependencies": {
  6443. "binary-extensions": "^2.0.0"
  6444. },
  6445. "engines": {
  6446. "node": ">=8"
  6447. }
  6448. },
  6449. "node_modules/is-boolean-object": {
  6450. "version": "1.1.2",
  6451. "resolved": "https://registry.npmmirror.com/is-boolean-object/-/is-boolean-object-1.1.2.tgz",
  6452. "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==",
  6453. "dev": true,
  6454. "dependencies": {
  6455. "call-bind": "^1.0.2",
  6456. "has-tostringtag": "^1.0.0"
  6457. },
  6458. "engines": {
  6459. "node": ">= 0.4"
  6460. },
  6461. "funding": {
  6462. "url": "https://github.com/sponsors/ljharb"
  6463. }
  6464. },
  6465. "node_modules/is-callable": {
  6466. "version": "1.2.7",
  6467. "resolved": "https://registry.npmmirror.com/is-callable/-/is-callable-1.2.7.tgz",
  6468. "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
  6469. "dev": true,
  6470. "engines": {
  6471. "node": ">= 0.4"
  6472. },
  6473. "funding": {
  6474. "url": "https://github.com/sponsors/ljharb"
  6475. }
  6476. },
  6477. "node_modules/is-core-module": {
  6478. "version": "2.13.1",
  6479. "resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.13.1.tgz",
  6480. "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==",
  6481. "dependencies": {
  6482. "hasown": "^2.0.0"
  6483. },
  6484. "funding": {
  6485. "url": "https://github.com/sponsors/ljharb"
  6486. }
  6487. },
  6488. "node_modules/is-date-object": {
  6489. "version": "1.0.5",
  6490. "resolved": "https://registry.npmmirror.com/is-date-object/-/is-date-object-1.0.5.tgz",
  6491. "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==",
  6492. "dev": true,
  6493. "dependencies": {
  6494. "has-tostringtag": "^1.0.0"
  6495. },
  6496. "engines": {
  6497. "node": ">= 0.4"
  6498. },
  6499. "funding": {
  6500. "url": "https://github.com/sponsors/ljharb"
  6501. }
  6502. },
  6503. "node_modules/is-extglob": {
  6504. "version": "2.1.1",
  6505. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  6506. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  6507. "engines": {
  6508. "node": ">=0.10.0"
  6509. }
  6510. },
  6511. "node_modules/is-function": {
  6512. "version": "1.0.2",
  6513. "resolved": "https://registry.npmmirror.com/is-function/-/is-function-1.0.2.tgz",
  6514. "integrity": "sha512-lw7DUp0aWXYg+CBCN+JKkcE0Q2RayZnSvnZBlwgxHBQhqt5pZNVy4Ri7H9GmmXkdu7LUthszM+Tor1u/2iBcpQ=="
  6515. },
  6516. "node_modules/is-glob": {
  6517. "version": "4.0.3",
  6518. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  6519. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  6520. "dependencies": {
  6521. "is-extglob": "^2.1.1"
  6522. },
  6523. "engines": {
  6524. "node": ">=0.10.0"
  6525. }
  6526. },
  6527. "node_modules/is-negative-zero": {
  6528. "version": "2.0.2",
  6529. "resolved": "https://registry.npmmirror.com/is-negative-zero/-/is-negative-zero-2.0.2.tgz",
  6530. "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==",
  6531. "dev": true,
  6532. "engines": {
  6533. "node": ">= 0.4"
  6534. },
  6535. "funding": {
  6536. "url": "https://github.com/sponsors/ljharb"
  6537. }
  6538. },
  6539. "node_modules/is-number": {
  6540. "version": "7.0.0",
  6541. "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
  6542. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  6543. "engines": {
  6544. "node": ">=0.12.0"
  6545. }
  6546. },
  6547. "node_modules/is-number-object": {
  6548. "version": "1.0.7",
  6549. "resolved": "https://registry.npmmirror.com/is-number-object/-/is-number-object-1.0.7.tgz",
  6550. "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==",
  6551. "dev": true,
  6552. "dependencies": {
  6553. "has-tostringtag": "^1.0.0"
  6554. },
  6555. "engines": {
  6556. "node": ">= 0.4"
  6557. },
  6558. "funding": {
  6559. "url": "https://github.com/sponsors/ljharb"
  6560. }
  6561. },
  6562. "node_modules/is-path-inside": {
  6563. "version": "3.0.3",
  6564. "resolved": "https://registry.npmmirror.com/is-path-inside/-/is-path-inside-3.0.3.tgz",
  6565. "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
  6566. "dev": true,
  6567. "engines": {
  6568. "node": ">=8"
  6569. }
  6570. },
  6571. "node_modules/is-regex": {
  6572. "version": "1.1.4",
  6573. "resolved": "https://registry.npmmirror.com/is-regex/-/is-regex-1.1.4.tgz",
  6574. "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
  6575. "dev": true,
  6576. "dependencies": {
  6577. "call-bind": "^1.0.2",
  6578. "has-tostringtag": "^1.0.0"
  6579. },
  6580. "engines": {
  6581. "node": ">= 0.4"
  6582. },
  6583. "funding": {
  6584. "url": "https://github.com/sponsors/ljharb"
  6585. }
  6586. },
  6587. "node_modules/is-shared-array-buffer": {
  6588. "version": "1.0.2",
  6589. "resolved": "https://registry.npmmirror.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz",
  6590. "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==",
  6591. "dev": true,
  6592. "dependencies": {
  6593. "call-bind": "^1.0.2"
  6594. },
  6595. "funding": {
  6596. "url": "https://github.com/sponsors/ljharb"
  6597. }
  6598. },
  6599. "node_modules/is-stream": {
  6600. "version": "2.0.1",
  6601. "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-2.0.1.tgz",
  6602. "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
  6603. "dev": true,
  6604. "engines": {
  6605. "node": ">=8"
  6606. },
  6607. "funding": {
  6608. "url": "https://github.com/sponsors/sindresorhus"
  6609. }
  6610. },
  6611. "node_modules/is-string": {
  6612. "version": "1.0.7",
  6613. "resolved": "https://registry.npmmirror.com/is-string/-/is-string-1.0.7.tgz",
  6614. "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==",
  6615. "dev": true,
  6616. "dependencies": {
  6617. "has-tostringtag": "^1.0.0"
  6618. },
  6619. "engines": {
  6620. "node": ">= 0.4"
  6621. },
  6622. "funding": {
  6623. "url": "https://github.com/sponsors/ljharb"
  6624. }
  6625. },
  6626. "node_modules/is-symbol": {
  6627. "version": "1.0.4",
  6628. "resolved": "https://registry.npmmirror.com/is-symbol/-/is-symbol-1.0.4.tgz",
  6629. "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==",
  6630. "dev": true,
  6631. "dependencies": {
  6632. "has-symbols": "^1.0.2"
  6633. },
  6634. "engines": {
  6635. "node": ">= 0.4"
  6636. },
  6637. "funding": {
  6638. "url": "https://github.com/sponsors/ljharb"
  6639. }
  6640. },
  6641. "node_modules/is-typed-array": {
  6642. "version": "1.1.12",
  6643. "resolved": "https://registry.npmmirror.com/is-typed-array/-/is-typed-array-1.1.12.tgz",
  6644. "integrity": "sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==",
  6645. "dev": true,
  6646. "dependencies": {
  6647. "which-typed-array": "^1.1.11"
  6648. },
  6649. "engines": {
  6650. "node": ">= 0.4"
  6651. },
  6652. "funding": {
  6653. "url": "https://github.com/sponsors/ljharb"
  6654. }
  6655. },
  6656. "node_modules/is-weakref": {
  6657. "version": "1.0.2",
  6658. "resolved": "https://registry.npmmirror.com/is-weakref/-/is-weakref-1.0.2.tgz",
  6659. "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==",
  6660. "dev": true,
  6661. "dependencies": {
  6662. "call-bind": "^1.0.2"
  6663. },
  6664. "funding": {
  6665. "url": "https://github.com/sponsors/ljharb"
  6666. }
  6667. },
  6668. "node_modules/isarray": {
  6669. "version": "2.0.5",
  6670. "resolved": "https://registry.npmmirror.com/isarray/-/isarray-2.0.5.tgz",
  6671. "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
  6672. "dev": true
  6673. },
  6674. "node_modules/isexe": {
  6675. "version": "2.0.0",
  6676. "resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz",
  6677. "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
  6678. "dev": true
  6679. },
  6680. "node_modules/jimp": {
  6681. "version": "0.10.3",
  6682. "resolved": "https://registry.npmmirror.com/jimp/-/jimp-0.10.3.tgz",
  6683. "integrity": "sha512-meVWmDMtyUG5uYjFkmzu0zBgnCvvxwWNi27c4cg55vWNVC9ES4Lcwb+ogx+uBBQE3Q+dLKjXaLl0JVW+nUNwbQ==",
  6684. "dependencies": {
  6685. "@babel/runtime": "^7.7.2",
  6686. "@jimp/custom": "^0.10.3",
  6687. "@jimp/plugins": "^0.10.3",
  6688. "@jimp/types": "^0.10.3",
  6689. "core-js": "^3.4.1",
  6690. "regenerator-runtime": "^0.13.3"
  6691. }
  6692. },
  6693. "node_modules/jpeg-js": {
  6694. "version": "0.3.7",
  6695. "resolved": "https://registry.npmmirror.com/jpeg-js/-/jpeg-js-0.3.7.tgz",
  6696. "integrity": "sha512-9IXdWudL61npZjvLuVe/ktHiA41iE8qFyLB+4VDTblEsWBzeg8WQTlktdUK4CdncUqtUgUg0bbOmTE2bKBKaBQ=="
  6697. },
  6698. "node_modules/js-tokens": {
  6699. "version": "4.0.0",
  6700. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz",
  6701. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
  6702. },
  6703. "node_modules/js-yaml": {
  6704. "version": "4.1.0",
  6705. "resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.0.tgz",
  6706. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  6707. "dev": true,
  6708. "dependencies": {
  6709. "argparse": "^2.0.1"
  6710. },
  6711. "bin": {
  6712. "js-yaml": "bin/js-yaml.js"
  6713. }
  6714. },
  6715. "node_modules/jsesc": {
  6716. "version": "2.5.2",
  6717. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-2.5.2.tgz",
  6718. "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
  6719. "bin": {
  6720. "jsesc": "bin/jsesc"
  6721. },
  6722. "engines": {
  6723. "node": ">=4"
  6724. }
  6725. },
  6726. "node_modules/json-buffer": {
  6727. "version": "3.0.1",
  6728. "resolved": "https://registry.npmmirror.com/json-buffer/-/json-buffer-3.0.1.tgz",
  6729. "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
  6730. "dev": true
  6731. },
  6732. "node_modules/json-schema-traverse": {
  6733. "version": "0.4.1",
  6734. "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  6735. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  6736. "dev": true
  6737. },
  6738. "node_modules/json-stable-stringify-without-jsonify": {
  6739. "version": "1.0.1",
  6740. "resolved": "https://registry.npmmirror.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  6741. "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
  6742. "dev": true
  6743. },
  6744. "node_modules/json5": {
  6745. "version": "2.2.3",
  6746. "resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz",
  6747. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  6748. "bin": {
  6749. "json5": "lib/cli.js"
  6750. },
  6751. "engines": {
  6752. "node": ">=6"
  6753. }
  6754. },
  6755. "node_modules/jsonc-parser": {
  6756. "version": "3.2.0",
  6757. "resolved": "https://registry.npmmirror.com/jsonc-parser/-/jsonc-parser-3.2.0.tgz",
  6758. "integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w=="
  6759. },
  6760. "node_modules/jsonfile": {
  6761. "version": "6.1.0",
  6762. "resolved": "https://registry.npmmirror.com/jsonfile/-/jsonfile-6.1.0.tgz",
  6763. "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
  6764. "dependencies": {
  6765. "universalify": "^2.0.0"
  6766. },
  6767. "optionalDependencies": {
  6768. "graceful-fs": "^4.1.6"
  6769. }
  6770. },
  6771. "node_modules/keyv": {
  6772. "version": "4.5.4",
  6773. "resolved": "https://registry.npmmirror.com/keyv/-/keyv-4.5.4.tgz",
  6774. "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
  6775. "dev": true,
  6776. "dependencies": {
  6777. "json-buffer": "3.0.1"
  6778. }
  6779. },
  6780. "node_modules/lcid": {
  6781. "version": "3.1.1",
  6782. "resolved": "https://registry.npmmirror.com/lcid/-/lcid-3.1.1.tgz",
  6783. "integrity": "sha512-M6T051+5QCGLBQb8id3hdvIW8+zeFV2FyBGFS9IEK5H9Wt4MueD4bW1eWikpHgZp+5xR3l5c8pZUkQsIA0BFZg==",
  6784. "dependencies": {
  6785. "invert-kv": "^3.0.0"
  6786. },
  6787. "engines": {
  6788. "node": ">=8"
  6789. }
  6790. },
  6791. "node_modules/levn": {
  6792. "version": "0.4.1",
  6793. "resolved": "https://registry.npmmirror.com/levn/-/levn-0.4.1.tgz",
  6794. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  6795. "dev": true,
  6796. "dependencies": {
  6797. "prelude-ls": "^1.2.1",
  6798. "type-check": "~0.4.0"
  6799. },
  6800. "engines": {
  6801. "node": ">= 0.8.0"
  6802. }
  6803. },
  6804. "node_modules/licia": {
  6805. "version": "1.39.2",
  6806. "resolved": "https://registry.npmmirror.com/licia/-/licia-1.39.2.tgz",
  6807. "integrity": "sha512-4pte7gXufSAa3JcsR0iT+2Lj2RX5Qpj+Nc0n84xs0ynNmw7eJmeZzk2oPTEtsQqwHwtT+NiX0arGkL5HPjTs7g=="
  6808. },
  6809. "node_modules/lilconfig": {
  6810. "version": "2.1.0",
  6811. "resolved": "https://registry.npmmirror.com/lilconfig/-/lilconfig-2.1.0.tgz",
  6812. "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==",
  6813. "engines": {
  6814. "node": ">=10"
  6815. }
  6816. },
  6817. "node_modules/load-bmfont": {
  6818. "version": "1.4.1",
  6819. "resolved": "https://registry.npmmirror.com/load-bmfont/-/load-bmfont-1.4.1.tgz",
  6820. "integrity": "sha512-8UyQoYmdRDy81Brz6aLAUhfZLwr5zV0L3taTQ4hju7m6biuwiWiJXjPhBJxbUQJA8PrkvJ/7Enqmwk2sM14soA==",
  6821. "dependencies": {
  6822. "buffer-equal": "0.0.1",
  6823. "mime": "^1.3.4",
  6824. "parse-bmfont-ascii": "^1.0.3",
  6825. "parse-bmfont-binary": "^1.0.5",
  6826. "parse-bmfont-xml": "^1.1.4",
  6827. "phin": "^2.9.1",
  6828. "xhr": "^2.0.1",
  6829. "xtend": "^4.0.0"
  6830. }
  6831. },
  6832. "node_modules/load-bmfont/node_modules/mime": {
  6833. "version": "1.6.0",
  6834. "resolved": "https://registry.npmmirror.com/mime/-/mime-1.6.0.tgz",
  6835. "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
  6836. "bin": {
  6837. "mime": "cli.js"
  6838. },
  6839. "engines": {
  6840. "node": ">=4"
  6841. }
  6842. },
  6843. "node_modules/loader-utils": {
  6844. "version": "3.2.1",
  6845. "resolved": "https://registry.npmmirror.com/loader-utils/-/loader-utils-3.2.1.tgz",
  6846. "integrity": "sha512-ZvFw1KWS3GVyYBYb7qkmRM/WwL2TQQBxgCK62rlvm4WpVQ23Nb4tYjApUlfjrEGvOs7KHEsmyUn75OHZrJMWPw==",
  6847. "engines": {
  6848. "node": ">= 12.13.0"
  6849. }
  6850. },
  6851. "node_modules/local-pkg": {
  6852. "version": "0.4.3",
  6853. "resolved": "https://registry.npmmirror.com/local-pkg/-/local-pkg-0.4.3.tgz",
  6854. "integrity": "sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g==",
  6855. "engines": {
  6856. "node": ">=14"
  6857. },
  6858. "funding": {
  6859. "url": "https://github.com/sponsors/antfu"
  6860. }
  6861. },
  6862. "node_modules/localstorage-polyfill": {
  6863. "version": "1.0.1",
  6864. "resolved": "https://registry.npmmirror.com/localstorage-polyfill/-/localstorage-polyfill-1.0.1.tgz",
  6865. "integrity": "sha512-m4iHVZxFH5734oQcPKU08025gIz2+4bjWR9lulP8ZYxEJR0BpA0w32oJmkzh8y3UI9ci7xCBehQDc3oA1X+VHw==",
  6866. "engines": {
  6867. "node": ">=6"
  6868. }
  6869. },
  6870. "node_modules/locate-path": {
  6871. "version": "6.0.0",
  6872. "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-6.0.0.tgz",
  6873. "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
  6874. "dev": true,
  6875. "dependencies": {
  6876. "p-locate": "^5.0.0"
  6877. },
  6878. "engines": {
  6879. "node": ">=10"
  6880. },
  6881. "funding": {
  6882. "url": "https://github.com/sponsors/sindresorhus"
  6883. }
  6884. },
  6885. "node_modules/lodash": {
  6886. "version": "4.17.21",
  6887. "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
  6888. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  6889. "dev": true
  6890. },
  6891. "node_modules/lodash.camelcase": {
  6892. "version": "4.3.0",
  6893. "resolved": "https://registry.npmmirror.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
  6894. "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA=="
  6895. },
  6896. "node_modules/lodash.debounce": {
  6897. "version": "4.0.8",
  6898. "resolved": "https://registry.npmmirror.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
  6899. "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
  6900. "dev": true
  6901. },
  6902. "node_modules/lodash.merge": {
  6903. "version": "4.6.2",
  6904. "resolved": "https://registry.npmmirror.com/lodash.merge/-/lodash.merge-4.6.2.tgz",
  6905. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  6906. "dev": true
  6907. },
  6908. "node_modules/lru-cache": {
  6909. "version": "5.1.1",
  6910. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz",
  6911. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  6912. "dependencies": {
  6913. "yallist": "^3.0.2"
  6914. }
  6915. },
  6916. "node_modules/magic-string": {
  6917. "version": "0.30.5",
  6918. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.5.tgz",
  6919. "integrity": "sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA==",
  6920. "dependencies": {
  6921. "@jridgewell/sourcemap-codec": "^1.4.15"
  6922. },
  6923. "engines": {
  6924. "node": ">=12"
  6925. }
  6926. },
  6927. "node_modules/media-typer": {
  6928. "version": "0.3.0",
  6929. "resolved": "https://registry.npmmirror.com/media-typer/-/media-typer-0.3.0.tgz",
  6930. "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==",
  6931. "dev": true,
  6932. "engines": {
  6933. "node": ">= 0.6"
  6934. }
  6935. },
  6936. "node_modules/merge": {
  6937. "version": "2.1.1",
  6938. "resolved": "https://registry.npmmirror.com/merge/-/merge-2.1.1.tgz",
  6939. "integrity": "sha512-jz+Cfrg9GWOZbQAnDQ4hlVnQky+341Yk5ru8bZSe6sIDTCIg8n9i/u7hSQGSVOF3C7lH6mGtqjkiT9G4wFLL0w=="
  6940. },
  6941. "node_modules/merge-descriptors": {
  6942. "version": "1.0.1",
  6943. "resolved": "https://registry.npmmirror.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
  6944. "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==",
  6945. "dev": true
  6946. },
  6947. "node_modules/merge-stream": {
  6948. "version": "2.0.0",
  6949. "resolved": "https://registry.npmmirror.com/merge-stream/-/merge-stream-2.0.0.tgz",
  6950. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
  6951. "dev": true
  6952. },
  6953. "node_modules/merge2": {
  6954. "version": "1.4.1",
  6955. "resolved": "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz",
  6956. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  6957. "engines": {
  6958. "node": ">= 8"
  6959. }
  6960. },
  6961. "node_modules/methods": {
  6962. "version": "1.1.2",
  6963. "resolved": "https://registry.npmmirror.com/methods/-/methods-1.1.2.tgz",
  6964. "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==",
  6965. "dev": true,
  6966. "engines": {
  6967. "node": ">= 0.6"
  6968. }
  6969. },
  6970. "node_modules/micromatch": {
  6971. "version": "4.0.5",
  6972. "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.5.tgz",
  6973. "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
  6974. "dependencies": {
  6975. "braces": "^3.0.2",
  6976. "picomatch": "^2.3.1"
  6977. },
  6978. "engines": {
  6979. "node": ">=8.6"
  6980. }
  6981. },
  6982. "node_modules/mime": {
  6983. "version": "3.0.0",
  6984. "resolved": "https://registry.npmmirror.com/mime/-/mime-3.0.0.tgz",
  6985. "integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
  6986. "bin": {
  6987. "mime": "cli.js"
  6988. },
  6989. "engines": {
  6990. "node": ">=10.0.0"
  6991. }
  6992. },
  6993. "node_modules/mime-db": {
  6994. "version": "1.52.0",
  6995. "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
  6996. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  6997. "dev": true,
  6998. "engines": {
  6999. "node": ">= 0.6"
  7000. }
  7001. },
  7002. "node_modules/mime-types": {
  7003. "version": "2.1.35",
  7004. "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
  7005. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  7006. "dev": true,
  7007. "dependencies": {
  7008. "mime-db": "1.52.0"
  7009. },
  7010. "engines": {
  7011. "node": ">= 0.6"
  7012. }
  7013. },
  7014. "node_modules/mimic-fn": {
  7015. "version": "2.1.0",
  7016. "resolved": "https://registry.npmmirror.com/mimic-fn/-/mimic-fn-2.1.0.tgz",
  7017. "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
  7018. "dev": true,
  7019. "engines": {
  7020. "node": ">=6"
  7021. }
  7022. },
  7023. "node_modules/min-document": {
  7024. "version": "2.19.0",
  7025. "resolved": "https://registry.npmmirror.com/min-document/-/min-document-2.19.0.tgz",
  7026. "integrity": "sha512-9Wy1B3m3f66bPPmU5hdA4DR4PB2OfDU/+GS3yAB7IQozE3tqXaVv2zOjgla7MEGSRv95+ILmOuvhLkOK6wJtCQ==",
  7027. "dependencies": {
  7028. "dom-walk": "^0.1.0"
  7029. }
  7030. },
  7031. "node_modules/minimatch": {
  7032. "version": "9.0.3",
  7033. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.3.tgz",
  7034. "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
  7035. "dependencies": {
  7036. "brace-expansion": "^2.0.1"
  7037. },
  7038. "engines": {
  7039. "node": ">=16 || 14 >=14.17"
  7040. },
  7041. "funding": {
  7042. "url": "https://github.com/sponsors/isaacs"
  7043. }
  7044. },
  7045. "node_modules/minimist": {
  7046. "version": "1.2.8",
  7047. "resolved": "https://registry.npmmirror.com/minimist/-/minimist-1.2.8.tgz",
  7048. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
  7049. "funding": {
  7050. "url": "https://github.com/sponsors/ljharb"
  7051. }
  7052. },
  7053. "node_modules/mkdirp": {
  7054. "version": "0.5.6",
  7055. "resolved": "https://registry.npmmirror.com/mkdirp/-/mkdirp-0.5.6.tgz",
  7056. "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
  7057. "dependencies": {
  7058. "minimist": "^1.2.6"
  7059. },
  7060. "bin": {
  7061. "mkdirp": "bin/cmd.js"
  7062. }
  7063. },
  7064. "node_modules/mlly": {
  7065. "version": "1.4.2",
  7066. "resolved": "https://registry.npmmirror.com/mlly/-/mlly-1.4.2.tgz",
  7067. "integrity": "sha512-i/Ykufi2t1EZ6NaPLdfnZk2AX8cs0d+mTzVKuPfqPKPatxLApaBoxJQ9x1/uckXtrS/U5oisPMDkNs0yQTaBRg==",
  7068. "dependencies": {
  7069. "acorn": "^8.10.0",
  7070. "pathe": "^1.1.1",
  7071. "pkg-types": "^1.0.3",
  7072. "ufo": "^1.3.0"
  7073. }
  7074. },
  7075. "node_modules/module-alias": {
  7076. "version": "2.2.3",
  7077. "resolved": "https://registry.npmmirror.com/module-alias/-/module-alias-2.2.3.tgz",
  7078. "integrity": "sha512-23g5BFj4zdQL/b6tor7Ji+QY4pEfNH784BMslY9Qb0UnJWRAt+lQGLYmRaM0KDBwIG23ffEBELhZDP2rhi9f/Q=="
  7079. },
  7080. "node_modules/ms": {
  7081. "version": "2.1.2",
  7082. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.2.tgz",
  7083. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
  7084. },
  7085. "node_modules/muggle-string": {
  7086. "version": "0.3.1",
  7087. "resolved": "https://registry.npmmirror.com/muggle-string/-/muggle-string-0.3.1.tgz",
  7088. "integrity": "sha512-ckmWDJjphvd/FvZawgygcUeQCxzvohjFO5RxTjj4eq8kw359gFF3E1brjfI+viLMxss5JrHTDRHZvu2/tuy0Qg==",
  7089. "dev": true
  7090. },
  7091. "node_modules/nanoid": {
  7092. "version": "3.3.7",
  7093. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.7.tgz",
  7094. "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
  7095. "funding": [
  7096. {
  7097. "type": "github",
  7098. "url": "https://github.com/sponsors/ai"
  7099. }
  7100. ],
  7101. "bin": {
  7102. "nanoid": "bin/nanoid.cjs"
  7103. },
  7104. "engines": {
  7105. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  7106. }
  7107. },
  7108. "node_modules/natural-compare": {
  7109. "version": "1.4.0",
  7110. "resolved": "https://registry.npmmirror.com/natural-compare/-/natural-compare-1.4.0.tgz",
  7111. "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
  7112. "dev": true
  7113. },
  7114. "node_modules/negotiator": {
  7115. "version": "0.6.3",
  7116. "resolved": "https://registry.npmmirror.com/negotiator/-/negotiator-0.6.3.tgz",
  7117. "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
  7118. "dev": true,
  7119. "engines": {
  7120. "node": ">= 0.6"
  7121. }
  7122. },
  7123. "node_modules/neo-async": {
  7124. "version": "2.6.2",
  7125. "resolved": "https://registry.npmmirror.com/neo-async/-/neo-async-2.6.2.tgz",
  7126. "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==",
  7127. "dev": true
  7128. },
  7129. "node_modules/node-releases": {
  7130. "version": "2.0.14",
  7131. "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.14.tgz",
  7132. "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw=="
  7133. },
  7134. "node_modules/normalize-path": {
  7135. "version": "3.0.0",
  7136. "resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz",
  7137. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  7138. "engines": {
  7139. "node": ">=0.10.0"
  7140. }
  7141. },
  7142. "node_modules/normalize-range": {
  7143. "version": "0.1.2",
  7144. "resolved": "https://registry.npmmirror.com/normalize-range/-/normalize-range-0.1.2.tgz",
  7145. "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
  7146. "engines": {
  7147. "node": ">=0.10.0"
  7148. }
  7149. },
  7150. "node_modules/npm-run-path": {
  7151. "version": "4.0.1",
  7152. "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-4.0.1.tgz",
  7153. "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
  7154. "dev": true,
  7155. "dependencies": {
  7156. "path-key": "^3.0.0"
  7157. },
  7158. "engines": {
  7159. "node": ">=8"
  7160. }
  7161. },
  7162. "node_modules/nth-check": {
  7163. "version": "2.1.1",
  7164. "resolved": "https://registry.npmmirror.com/nth-check/-/nth-check-2.1.1.tgz",
  7165. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  7166. "dev": true,
  7167. "dependencies": {
  7168. "boolbase": "^1.0.0"
  7169. },
  7170. "funding": {
  7171. "url": "https://github.com/fb55/nth-check?sponsor=1"
  7172. }
  7173. },
  7174. "node_modules/object-inspect": {
  7175. "version": "1.13.1",
  7176. "resolved": "https://registry.npmmirror.com/object-inspect/-/object-inspect-1.13.1.tgz",
  7177. "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==",
  7178. "dev": true,
  7179. "funding": {
  7180. "url": "https://github.com/sponsors/ljharb"
  7181. }
  7182. },
  7183. "node_modules/object-keys": {
  7184. "version": "1.1.1",
  7185. "resolved": "https://registry.npmmirror.com/object-keys/-/object-keys-1.1.1.tgz",
  7186. "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
  7187. "dev": true,
  7188. "engines": {
  7189. "node": ">= 0.4"
  7190. }
  7191. },
  7192. "node_modules/object.assign": {
  7193. "version": "4.1.5",
  7194. "resolved": "https://registry.npmmirror.com/object.assign/-/object.assign-4.1.5.tgz",
  7195. "integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==",
  7196. "dev": true,
  7197. "dependencies": {
  7198. "call-bind": "^1.0.5",
  7199. "define-properties": "^1.2.1",
  7200. "has-symbols": "^1.0.3",
  7201. "object-keys": "^1.1.1"
  7202. },
  7203. "engines": {
  7204. "node": ">= 0.4"
  7205. },
  7206. "funding": {
  7207. "url": "https://github.com/sponsors/ljharb"
  7208. }
  7209. },
  7210. "node_modules/object.fromentries": {
  7211. "version": "2.0.7",
  7212. "resolved": "https://registry.npmmirror.com/object.fromentries/-/object.fromentries-2.0.7.tgz",
  7213. "integrity": "sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==",
  7214. "dev": true,
  7215. "dependencies": {
  7216. "call-bind": "^1.0.2",
  7217. "define-properties": "^1.2.0",
  7218. "es-abstract": "^1.22.1"
  7219. },
  7220. "engines": {
  7221. "node": ">= 0.4"
  7222. },
  7223. "funding": {
  7224. "url": "https://github.com/sponsors/ljharb"
  7225. }
  7226. },
  7227. "node_modules/object.groupby": {
  7228. "version": "1.0.1",
  7229. "resolved": "https://registry.npmmirror.com/object.groupby/-/object.groupby-1.0.1.tgz",
  7230. "integrity": "sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==",
  7231. "dev": true,
  7232. "dependencies": {
  7233. "call-bind": "^1.0.2",
  7234. "define-properties": "^1.2.0",
  7235. "es-abstract": "^1.22.1",
  7236. "get-intrinsic": "^1.2.1"
  7237. }
  7238. },
  7239. "node_modules/object.values": {
  7240. "version": "1.1.7",
  7241. "resolved": "https://registry.npmmirror.com/object.values/-/object.values-1.1.7.tgz",
  7242. "integrity": "sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==",
  7243. "dev": true,
  7244. "dependencies": {
  7245. "call-bind": "^1.0.2",
  7246. "define-properties": "^1.2.0",
  7247. "es-abstract": "^1.22.1"
  7248. },
  7249. "engines": {
  7250. "node": ">= 0.4"
  7251. },
  7252. "funding": {
  7253. "url": "https://github.com/sponsors/ljharb"
  7254. }
  7255. },
  7256. "node_modules/omggif": {
  7257. "version": "1.0.10",
  7258. "resolved": "https://registry.npmmirror.com/omggif/-/omggif-1.0.10.tgz",
  7259. "integrity": "sha512-LMJTtvgc/nugXj0Vcrrs68Mn2D1r0zf630VNtqtpI1FEO7e+O9FP4gqs9AcnBaSEeoHIPm28u6qgPR0oyEpGSw=="
  7260. },
  7261. "node_modules/on-finished": {
  7262. "version": "2.4.1",
  7263. "resolved": "https://registry.npmmirror.com/on-finished/-/on-finished-2.4.1.tgz",
  7264. "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
  7265. "dev": true,
  7266. "dependencies": {
  7267. "ee-first": "1.1.1"
  7268. },
  7269. "engines": {
  7270. "node": ">= 0.8"
  7271. }
  7272. },
  7273. "node_modules/once": {
  7274. "version": "1.4.0",
  7275. "resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz",
  7276. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  7277. "dev": true,
  7278. "dependencies": {
  7279. "wrappy": "1"
  7280. }
  7281. },
  7282. "node_modules/onetime": {
  7283. "version": "5.1.2",
  7284. "resolved": "https://registry.npmmirror.com/onetime/-/onetime-5.1.2.tgz",
  7285. "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
  7286. "dev": true,
  7287. "dependencies": {
  7288. "mimic-fn": "^2.1.0"
  7289. },
  7290. "engines": {
  7291. "node": ">=6"
  7292. },
  7293. "funding": {
  7294. "url": "https://github.com/sponsors/sindresorhus"
  7295. }
  7296. },
  7297. "node_modules/optionator": {
  7298. "version": "0.9.3",
  7299. "resolved": "https://registry.npmmirror.com/optionator/-/optionator-0.9.3.tgz",
  7300. "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==",
  7301. "dev": true,
  7302. "dependencies": {
  7303. "@aashutoshrathi/word-wrap": "^1.2.3",
  7304. "deep-is": "^0.1.3",
  7305. "fast-levenshtein": "^2.0.6",
  7306. "levn": "^0.4.1",
  7307. "prelude-ls": "^1.2.1",
  7308. "type-check": "^0.4.0"
  7309. },
  7310. "engines": {
  7311. "node": ">= 0.8.0"
  7312. }
  7313. },
  7314. "node_modules/os-locale-s-fix": {
  7315. "version": "1.0.8-fix-1",
  7316. "resolved": "https://registry.npmmirror.com/os-locale-s-fix/-/os-locale-s-fix-1.0.8-fix-1.tgz",
  7317. "integrity": "sha512-Sv0OvhPiMutICiwORAUefv02DCPb62IelBmo8ZsSrRHyI3FStqIWZvjqDkvtjU+lcujo7UNir+dCwKSqlEQ/5w==",
  7318. "dependencies": {
  7319. "lcid": "^3.0.0"
  7320. },
  7321. "engines": {
  7322. "node": ">=10",
  7323. "yarn": "^1.22.4"
  7324. }
  7325. },
  7326. "node_modules/p-limit": {
  7327. "version": "3.1.0",
  7328. "resolved": "https://registry.npmmirror.com/p-limit/-/p-limit-3.1.0.tgz",
  7329. "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
  7330. "dev": true,
  7331. "dependencies": {
  7332. "yocto-queue": "^0.1.0"
  7333. },
  7334. "engines": {
  7335. "node": ">=10"
  7336. },
  7337. "funding": {
  7338. "url": "https://github.com/sponsors/sindresorhus"
  7339. }
  7340. },
  7341. "node_modules/p-locate": {
  7342. "version": "5.0.0",
  7343. "resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-5.0.0.tgz",
  7344. "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
  7345. "dev": true,
  7346. "dependencies": {
  7347. "p-limit": "^3.0.2"
  7348. },
  7349. "engines": {
  7350. "node": ">=10"
  7351. },
  7352. "funding": {
  7353. "url": "https://github.com/sponsors/sindresorhus"
  7354. }
  7355. },
  7356. "node_modules/pako": {
  7357. "version": "1.0.11",
  7358. "resolved": "https://registry.npmmirror.com/pako/-/pako-1.0.11.tgz",
  7359. "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw=="
  7360. },
  7361. "node_modules/parent-module": {
  7362. "version": "1.0.1",
  7363. "resolved": "https://registry.npmmirror.com/parent-module/-/parent-module-1.0.1.tgz",
  7364. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  7365. "dev": true,
  7366. "dependencies": {
  7367. "callsites": "^3.0.0"
  7368. },
  7369. "engines": {
  7370. "node": ">=6"
  7371. }
  7372. },
  7373. "node_modules/parse-bmfont-ascii": {
  7374. "version": "1.0.6",
  7375. "resolved": "https://registry.npmmirror.com/parse-bmfont-ascii/-/parse-bmfont-ascii-1.0.6.tgz",
  7376. "integrity": "sha512-U4RrVsUFCleIOBsIGYOMKjn9PavsGOXxbvYGtMOEfnId0SVNsgehXh1DxUdVPLoxd5mvcEtvmKs2Mmf0Mpa1ZA=="
  7377. },
  7378. "node_modules/parse-bmfont-binary": {
  7379. "version": "1.0.6",
  7380. "resolved": "https://registry.npmmirror.com/parse-bmfont-binary/-/parse-bmfont-binary-1.0.6.tgz",
  7381. "integrity": "sha512-GxmsRea0wdGdYthjuUeWTMWPqm2+FAd4GI8vCvhgJsFnoGhTrLhXDDupwTo7rXVAgaLIGoVHDZS9p/5XbSqeWA=="
  7382. },
  7383. "node_modules/parse-bmfont-xml": {
  7384. "version": "1.1.4",
  7385. "resolved": "https://registry.npmmirror.com/parse-bmfont-xml/-/parse-bmfont-xml-1.1.4.tgz",
  7386. "integrity": "sha512-bjnliEOmGv3y1aMEfREMBJ9tfL3WR0i0CKPj61DnSLaoxWR3nLrsQrEbCId/8rF4NyRF0cCqisSVXyQYWM+mCQ==",
  7387. "dependencies": {
  7388. "xml-parse-from-string": "^1.0.0",
  7389. "xml2js": "^0.4.5"
  7390. }
  7391. },
  7392. "node_modules/parse-css-font": {
  7393. "version": "4.0.0",
  7394. "resolved": "https://registry.npmmirror.com/parse-css-font/-/parse-css-font-4.0.0.tgz",
  7395. "integrity": "sha512-lnY7dTUfjRXsSo5G5C639L8RaBBaVSgL+5hacIFKsNHzeCJQ5SFSZv1DZmc7+wZv/22PFGOq2YbaEHLdaCS/mQ==",
  7396. "dependencies": {
  7397. "css-font-size-keywords": "^1.0.0",
  7398. "css-font-stretch-keywords": "^1.0.1",
  7399. "css-font-style-keywords": "^1.0.1",
  7400. "css-font-weight-keywords": "^1.0.0",
  7401. "css-list-helpers": "^2.0.0",
  7402. "css-system-font-keywords": "^1.0.0",
  7403. "unquote": "^1.1.1"
  7404. }
  7405. },
  7406. "node_modules/parse-headers": {
  7407. "version": "2.0.5",
  7408. "resolved": "https://registry.npmmirror.com/parse-headers/-/parse-headers-2.0.5.tgz",
  7409. "integrity": "sha512-ft3iAoLOB/MlwbNXgzy43SWGP6sQki2jQvAyBg/zDFAgr9bfNWZIUj42Kw2eJIl8kEi4PbgE6U1Zau/HwI75HA=="
  7410. },
  7411. "node_modules/parseurl": {
  7412. "version": "1.3.3",
  7413. "resolved": "https://registry.npmmirror.com/parseurl/-/parseurl-1.3.3.tgz",
  7414. "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  7415. "dev": true,
  7416. "engines": {
  7417. "node": ">= 0.8"
  7418. }
  7419. },
  7420. "node_modules/path-browserify": {
  7421. "version": "1.0.1",
  7422. "resolved": "https://registry.npmmirror.com/path-browserify/-/path-browserify-1.0.1.tgz",
  7423. "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
  7424. "dev": true
  7425. },
  7426. "node_modules/path-exists": {
  7427. "version": "4.0.0",
  7428. "resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz",
  7429. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  7430. "dev": true,
  7431. "engines": {
  7432. "node": ">=8"
  7433. }
  7434. },
  7435. "node_modules/path-is-absolute": {
  7436. "version": "1.0.1",
  7437. "resolved": "https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  7438. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  7439. "dev": true,
  7440. "engines": {
  7441. "node": ">=0.10.0"
  7442. }
  7443. },
  7444. "node_modules/path-key": {
  7445. "version": "3.1.1",
  7446. "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz",
  7447. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  7448. "dev": true,
  7449. "engines": {
  7450. "node": ">=8"
  7451. }
  7452. },
  7453. "node_modules/path-parse": {
  7454. "version": "1.0.7",
  7455. "resolved": "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz",
  7456. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
  7457. },
  7458. "node_modules/path-to-regexp": {
  7459. "version": "0.1.7",
  7460. "resolved": "https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
  7461. "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==",
  7462. "dev": true
  7463. },
  7464. "node_modules/path-type": {
  7465. "version": "4.0.0",
  7466. "resolved": "https://registry.npmmirror.com/path-type/-/path-type-4.0.0.tgz",
  7467. "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
  7468. "dev": true,
  7469. "engines": {
  7470. "node": ">=8"
  7471. }
  7472. },
  7473. "node_modules/pathe": {
  7474. "version": "1.1.1",
  7475. "resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.1.tgz",
  7476. "integrity": "sha512-d+RQGp0MAYTIaDBIMmOfMwz3E+LOZnxx1HZd5R18mmCZY0QBlK0LDZfPc8FW8Ed2DlvsuE6PRjroDY+wg4+j/Q=="
  7477. },
  7478. "node_modules/phin": {
  7479. "version": "2.9.3",
  7480. "resolved": "https://registry.npmmirror.com/phin/-/phin-2.9.3.tgz",
  7481. "integrity": "sha512-CzFr90qM24ju5f88quFC/6qohjC144rehe5n6DH900lgXmUe86+xCKc10ev56gRKC4/BkHUoG4uSiQgBiIXwDA==",
  7482. "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."
  7483. },
  7484. "node_modules/picocolors": {
  7485. "version": "1.0.0",
  7486. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.0.0.tgz",
  7487. "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
  7488. },
  7489. "node_modules/picomatch": {
  7490. "version": "2.3.1",
  7491. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  7492. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  7493. "engines": {
  7494. "node": ">=8.6"
  7495. },
  7496. "funding": {
  7497. "url": "https://github.com/sponsors/jonschlinkert"
  7498. }
  7499. },
  7500. "node_modules/pify": {
  7501. "version": "2.3.0",
  7502. "resolved": "https://registry.npmmirror.com/pify/-/pify-2.3.0.tgz",
  7503. "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
  7504. "engines": {
  7505. "node": ">=0.10.0"
  7506. }
  7507. },
  7508. "node_modules/pinia": {
  7509. "version": "2.0.23",
  7510. "resolved": "https://registry.npmmirror.com/pinia/-/pinia-2.0.23.tgz",
  7511. "integrity": "sha512-N15hFf4o5STrxpNrib1IEb1GOArvPYf1zPvQVRGOO1G1d74Ak0J0lVyalX/SmrzdT4Q0nlEFjbURsmBmIGUR5Q==",
  7512. "dependencies": {
  7513. "@vue/devtools-api": "^6.4.4",
  7514. "vue-demi": "*"
  7515. },
  7516. "funding": {
  7517. "url": "https://github.com/sponsors/posva"
  7518. },
  7519. "peerDependencies": {
  7520. "@vue/composition-api": "^1.4.0",
  7521. "typescript": ">=4.4.4",
  7522. "vue": "^2.6.14 || ^3.2.0"
  7523. },
  7524. "peerDependenciesMeta": {
  7525. "@vue/composition-api": {
  7526. "optional": true
  7527. },
  7528. "typescript": {
  7529. "optional": true
  7530. }
  7531. }
  7532. },
  7533. "node_modules/pixelmatch": {
  7534. "version": "4.0.2",
  7535. "resolved": "https://registry.npmmirror.com/pixelmatch/-/pixelmatch-4.0.2.tgz",
  7536. "integrity": "sha512-J8B6xqiO37sU/gkcMglv6h5Jbd9xNER7aHzpfRdNmV4IbQBzBpe4l9XmbG+xPF/znacgu2jfEw+wHffaq/YkXA==",
  7537. "dependencies": {
  7538. "pngjs": "^3.0.0"
  7539. },
  7540. "bin": {
  7541. "pixelmatch": "bin/pixelmatch"
  7542. }
  7543. },
  7544. "node_modules/pkg-types": {
  7545. "version": "1.0.3",
  7546. "resolved": "https://registry.npmmirror.com/pkg-types/-/pkg-types-1.0.3.tgz",
  7547. "integrity": "sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==",
  7548. "dependencies": {
  7549. "jsonc-parser": "^3.2.0",
  7550. "mlly": "^1.2.0",
  7551. "pathe": "^1.1.0"
  7552. }
  7553. },
  7554. "node_modules/pngjs": {
  7555. "version": "3.4.0",
  7556. "resolved": "https://registry.npmmirror.com/pngjs/-/pngjs-3.4.0.tgz",
  7557. "integrity": "sha512-NCrCHhWmnQklfH4MtJMRjZ2a8c80qXeMlQMv2uVp9ISJMTt562SbGd6n2oq0PaPgKm7Z6pL9E2UlLIhC+SHL3w==",
  7558. "engines": {
  7559. "node": ">=4.0.0"
  7560. }
  7561. },
  7562. "node_modules/postcss": {
  7563. "version": "8.4.32",
  7564. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.32.tgz",
  7565. "integrity": "sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==",
  7566. "funding": [
  7567. {
  7568. "type": "opencollective",
  7569. "url": "https://opencollective.com/postcss/"
  7570. },
  7571. {
  7572. "type": "tidelift",
  7573. "url": "https://tidelift.com/funding/github/npm/postcss"
  7574. },
  7575. {
  7576. "type": "github",
  7577. "url": "https://github.com/sponsors/ai"
  7578. }
  7579. ],
  7580. "dependencies": {
  7581. "nanoid": "^3.3.7",
  7582. "picocolors": "^1.0.0",
  7583. "source-map-js": "^1.0.2"
  7584. },
  7585. "engines": {
  7586. "node": "^10 || ^12 || >=14"
  7587. }
  7588. },
  7589. "node_modules/postcss-import": {
  7590. "version": "14.1.0",
  7591. "resolved": "https://registry.npmmirror.com/postcss-import/-/postcss-import-14.1.0.tgz",
  7592. "integrity": "sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==",
  7593. "dependencies": {
  7594. "postcss-value-parser": "^4.0.0",
  7595. "read-cache": "^1.0.0",
  7596. "resolve": "^1.1.7"
  7597. },
  7598. "engines": {
  7599. "node": ">=10.0.0"
  7600. },
  7601. "peerDependencies": {
  7602. "postcss": "^8.0.0"
  7603. }
  7604. },
  7605. "node_modules/postcss-load-config": {
  7606. "version": "3.1.4",
  7607. "resolved": "https://registry.npmmirror.com/postcss-load-config/-/postcss-load-config-3.1.4.tgz",
  7608. "integrity": "sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==",
  7609. "dependencies": {
  7610. "lilconfig": "^2.0.5",
  7611. "yaml": "^1.10.2"
  7612. },
  7613. "engines": {
  7614. "node": ">= 10"
  7615. },
  7616. "funding": {
  7617. "type": "opencollective",
  7618. "url": "https://opencollective.com/postcss/"
  7619. },
  7620. "peerDependencies": {
  7621. "postcss": ">=8.0.9",
  7622. "ts-node": ">=9.0.0"
  7623. },
  7624. "peerDependenciesMeta": {
  7625. "postcss": {
  7626. "optional": true
  7627. },
  7628. "ts-node": {
  7629. "optional": true
  7630. }
  7631. }
  7632. },
  7633. "node_modules/postcss-modules": {
  7634. "version": "4.3.1",
  7635. "resolved": "https://registry.npmmirror.com/postcss-modules/-/postcss-modules-4.3.1.tgz",
  7636. "integrity": "sha512-ItUhSUxBBdNamkT3KzIZwYNNRFKmkJrofvC2nWab3CPKhYBQ1f27XXh1PAPE27Psx58jeelPsxWB/+og+KEH0Q==",
  7637. "dependencies": {
  7638. "generic-names": "^4.0.0",
  7639. "icss-replace-symbols": "^1.1.0",
  7640. "lodash.camelcase": "^4.3.0",
  7641. "postcss-modules-extract-imports": "^3.0.0",
  7642. "postcss-modules-local-by-default": "^4.0.0",
  7643. "postcss-modules-scope": "^3.0.0",
  7644. "postcss-modules-values": "^4.0.0",
  7645. "string-hash": "^1.1.1"
  7646. },
  7647. "peerDependencies": {
  7648. "postcss": "^8.0.0"
  7649. }
  7650. },
  7651. "node_modules/postcss-modules-extract-imports": {
  7652. "version": "3.0.0",
  7653. "resolved": "https://registry.npmmirror.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz",
  7654. "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==",
  7655. "engines": {
  7656. "node": "^10 || ^12 || >= 14"
  7657. },
  7658. "peerDependencies": {
  7659. "postcss": "^8.1.0"
  7660. }
  7661. },
  7662. "node_modules/postcss-modules-local-by-default": {
  7663. "version": "4.0.3",
  7664. "resolved": "https://registry.npmmirror.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.3.tgz",
  7665. "integrity": "sha512-2/u2zraspoACtrbFRnTijMiQtb4GW4BvatjaG/bCjYQo8kLTdevCUlwuBHx2sCnSyrI3x3qj4ZK1j5LQBgzmwA==",
  7666. "dependencies": {
  7667. "icss-utils": "^5.0.0",
  7668. "postcss-selector-parser": "^6.0.2",
  7669. "postcss-value-parser": "^4.1.0"
  7670. },
  7671. "engines": {
  7672. "node": "^10 || ^12 || >= 14"
  7673. },
  7674. "peerDependencies": {
  7675. "postcss": "^8.1.0"
  7676. }
  7677. },
  7678. "node_modules/postcss-modules-scope": {
  7679. "version": "3.1.0",
  7680. "resolved": "https://registry.npmmirror.com/postcss-modules-scope/-/postcss-modules-scope-3.1.0.tgz",
  7681. "integrity": "sha512-SaIbK8XW+MZbd0xHPf7kdfA/3eOt7vxJ72IRecn3EzuZVLr1r0orzf0MX/pN8m+NMDoo6X/SQd8oeKqGZd8PXg==",
  7682. "dependencies": {
  7683. "postcss-selector-parser": "^6.0.4"
  7684. },
  7685. "engines": {
  7686. "node": "^10 || ^12 || >= 14"
  7687. },
  7688. "peerDependencies": {
  7689. "postcss": "^8.1.0"
  7690. }
  7691. },
  7692. "node_modules/postcss-modules-values": {
  7693. "version": "4.0.0",
  7694. "resolved": "https://registry.npmmirror.com/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz",
  7695. "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==",
  7696. "dependencies": {
  7697. "icss-utils": "^5.0.0"
  7698. },
  7699. "engines": {
  7700. "node": "^10 || ^12 || >= 14"
  7701. },
  7702. "peerDependencies": {
  7703. "postcss": "^8.1.0"
  7704. }
  7705. },
  7706. "node_modules/postcss-selector-parser": {
  7707. "version": "6.0.15",
  7708. "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.0.15.tgz",
  7709. "integrity": "sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw==",
  7710. "dependencies": {
  7711. "cssesc": "^3.0.0",
  7712. "util-deprecate": "^1.0.2"
  7713. },
  7714. "engines": {
  7715. "node": ">=4"
  7716. }
  7717. },
  7718. "node_modules/postcss-value-parser": {
  7719. "version": "4.2.0",
  7720. "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  7721. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
  7722. },
  7723. "node_modules/prelude-ls": {
  7724. "version": "1.2.1",
  7725. "resolved": "https://registry.npmmirror.com/prelude-ls/-/prelude-ls-1.2.1.tgz",
  7726. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  7727. "dev": true,
  7728. "engines": {
  7729. "node": ">= 0.8.0"
  7730. }
  7731. },
  7732. "node_modules/prettier-linter-helpers": {
  7733. "version": "1.0.0",
  7734. "resolved": "https://registry.npmmirror.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz",
  7735. "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==",
  7736. "dev": true,
  7737. "dependencies": {
  7738. "fast-diff": "^1.1.2"
  7739. },
  7740. "engines": {
  7741. "node": ">=6.0.0"
  7742. }
  7743. },
  7744. "node_modules/process": {
  7745. "version": "0.11.10",
  7746. "resolved": "https://registry.npmmirror.com/process/-/process-0.11.10.tgz",
  7747. "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
  7748. "engines": {
  7749. "node": ">= 0.6.0"
  7750. }
  7751. },
  7752. "node_modules/proxy-addr": {
  7753. "version": "2.0.7",
  7754. "resolved": "https://registry.npmmirror.com/proxy-addr/-/proxy-addr-2.0.7.tgz",
  7755. "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
  7756. "dev": true,
  7757. "dependencies": {
  7758. "forwarded": "0.2.0",
  7759. "ipaddr.js": "1.9.1"
  7760. },
  7761. "engines": {
  7762. "node": ">= 0.10"
  7763. }
  7764. },
  7765. "node_modules/punycode": {
  7766. "version": "2.3.1",
  7767. "resolved": "https://registry.npmmirror.com/punycode/-/punycode-2.3.1.tgz",
  7768. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
  7769. "dev": true,
  7770. "engines": {
  7771. "node": ">=6"
  7772. }
  7773. },
  7774. "node_modules/qrcode-reader": {
  7775. "version": "1.0.4",
  7776. "resolved": "https://registry.npmmirror.com/qrcode-reader/-/qrcode-reader-1.0.4.tgz",
  7777. "integrity": "sha512-rRjALGNh9zVqvweg1j5OKIQKNsw3bLC+7qwlnead5K/9cb1cEIAGkwikt/09U0K+2IDWGD9CC6SP7tHAjUeqvQ=="
  7778. },
  7779. "node_modules/qrcode-terminal": {
  7780. "version": "0.12.0",
  7781. "resolved": "https://registry.npmmirror.com/qrcode-terminal/-/qrcode-terminal-0.12.0.tgz",
  7782. "integrity": "sha512-EXtzRZmC+YGmGlDFbXKxQiMZNwCLEO6BANKXG4iCtSIM0yqc/pappSx3RIKr4r0uh5JsBckOXeKrB3Iz7mdQpQ==",
  7783. "bin": {
  7784. "qrcode-terminal": "bin/qrcode-terminal.js"
  7785. }
  7786. },
  7787. "node_modules/qs": {
  7788. "version": "6.11.0",
  7789. "resolved": "https://registry.npmmirror.com/qs/-/qs-6.11.0.tgz",
  7790. "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==",
  7791. "dev": true,
  7792. "dependencies": {
  7793. "side-channel": "^1.0.4"
  7794. },
  7795. "engines": {
  7796. "node": ">=0.6"
  7797. },
  7798. "funding": {
  7799. "url": "https://github.com/sponsors/ljharb"
  7800. }
  7801. },
  7802. "node_modules/queue-microtask": {
  7803. "version": "1.2.3",
  7804. "resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz",
  7805. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  7806. "funding": [
  7807. {
  7808. "type": "github",
  7809. "url": "https://github.com/sponsors/feross"
  7810. },
  7811. {
  7812. "type": "patreon",
  7813. "url": "https://www.patreon.com/feross"
  7814. },
  7815. {
  7816. "type": "consulting",
  7817. "url": "https://feross.org/support"
  7818. }
  7819. ]
  7820. },
  7821. "node_modules/range-parser": {
  7822. "version": "1.2.1",
  7823. "resolved": "https://registry.npmmirror.com/range-parser/-/range-parser-1.2.1.tgz",
  7824. "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
  7825. "dev": true,
  7826. "engines": {
  7827. "node": ">= 0.6"
  7828. }
  7829. },
  7830. "node_modules/raw-body": {
  7831. "version": "2.5.1",
  7832. "resolved": "https://registry.npmmirror.com/raw-body/-/raw-body-2.5.1.tgz",
  7833. "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==",
  7834. "dev": true,
  7835. "dependencies": {
  7836. "bytes": "3.1.2",
  7837. "http-errors": "2.0.0",
  7838. "iconv-lite": "0.4.24",
  7839. "unpipe": "1.0.0"
  7840. },
  7841. "engines": {
  7842. "node": ">= 0.8"
  7843. }
  7844. },
  7845. "node_modules/read-cache": {
  7846. "version": "1.0.0",
  7847. "resolved": "https://registry.npmmirror.com/read-cache/-/read-cache-1.0.0.tgz",
  7848. "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
  7849. "dependencies": {
  7850. "pify": "^2.3.0"
  7851. }
  7852. },
  7853. "node_modules/readdirp": {
  7854. "version": "3.6.0",
  7855. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz",
  7856. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  7857. "dependencies": {
  7858. "picomatch": "^2.2.1"
  7859. },
  7860. "engines": {
  7861. "node": ">=8.10.0"
  7862. }
  7863. },
  7864. "node_modules/regenerate": {
  7865. "version": "1.4.2",
  7866. "resolved": "https://registry.npmmirror.com/regenerate/-/regenerate-1.4.2.tgz",
  7867. "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==",
  7868. "dev": true
  7869. },
  7870. "node_modules/regenerate-unicode-properties": {
  7871. "version": "10.1.1",
  7872. "resolved": "https://registry.npmmirror.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz",
  7873. "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==",
  7874. "dev": true,
  7875. "dependencies": {
  7876. "regenerate": "^1.4.2"
  7877. },
  7878. "engines": {
  7879. "node": ">=4"
  7880. }
  7881. },
  7882. "node_modules/regenerator-runtime": {
  7883. "version": "0.13.11",
  7884. "resolved": "https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
  7885. "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg=="
  7886. },
  7887. "node_modules/regenerator-transform": {
  7888. "version": "0.15.2",
  7889. "resolved": "https://registry.npmmirror.com/regenerator-transform/-/regenerator-transform-0.15.2.tgz",
  7890. "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==",
  7891. "dev": true,
  7892. "dependencies": {
  7893. "@babel/runtime": "^7.8.4"
  7894. }
  7895. },
  7896. "node_modules/regexp.prototype.flags": {
  7897. "version": "1.5.1",
  7898. "resolved": "https://registry.npmmirror.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.1.tgz",
  7899. "integrity": "sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg==",
  7900. "dev": true,
  7901. "dependencies": {
  7902. "call-bind": "^1.0.2",
  7903. "define-properties": "^1.2.0",
  7904. "set-function-name": "^2.0.0"
  7905. },
  7906. "engines": {
  7907. "node": ">= 0.4"
  7908. },
  7909. "funding": {
  7910. "url": "https://github.com/sponsors/ljharb"
  7911. }
  7912. },
  7913. "node_modules/regexpu-core": {
  7914. "version": "5.3.2",
  7915. "resolved": "https://registry.npmmirror.com/regexpu-core/-/regexpu-core-5.3.2.tgz",
  7916. "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==",
  7917. "dev": true,
  7918. "dependencies": {
  7919. "@babel/regjsgen": "^0.8.0",
  7920. "regenerate": "^1.4.2",
  7921. "regenerate-unicode-properties": "^10.1.0",
  7922. "regjsparser": "^0.9.1",
  7923. "unicode-match-property-ecmascript": "^2.0.0",
  7924. "unicode-match-property-value-ecmascript": "^2.1.0"
  7925. },
  7926. "engines": {
  7927. "node": ">=4"
  7928. }
  7929. },
  7930. "node_modules/regjsparser": {
  7931. "version": "0.9.1",
  7932. "resolved": "https://registry.npmmirror.com/regjsparser/-/regjsparser-0.9.1.tgz",
  7933. "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==",
  7934. "dev": true,
  7935. "dependencies": {
  7936. "jsesc": "~0.5.0"
  7937. },
  7938. "bin": {
  7939. "regjsparser": "bin/parser"
  7940. }
  7941. },
  7942. "node_modules/regjsparser/node_modules/jsesc": {
  7943. "version": "0.5.0",
  7944. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-0.5.0.tgz",
  7945. "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==",
  7946. "dev": true,
  7947. "bin": {
  7948. "jsesc": "bin/jsesc"
  7949. }
  7950. },
  7951. "node_modules/resolve": {
  7952. "version": "1.22.8",
  7953. "resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.8.tgz",
  7954. "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
  7955. "dependencies": {
  7956. "is-core-module": "^2.13.0",
  7957. "path-parse": "^1.0.7",
  7958. "supports-preserve-symlinks-flag": "^1.0.0"
  7959. },
  7960. "bin": {
  7961. "resolve": "bin/resolve"
  7962. },
  7963. "funding": {
  7964. "url": "https://github.com/sponsors/ljharb"
  7965. }
  7966. },
  7967. "node_modules/resolve-from": {
  7968. "version": "4.0.0",
  7969. "resolved": "https://registry.npmmirror.com/resolve-from/-/resolve-from-4.0.0.tgz",
  7970. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  7971. "dev": true,
  7972. "engines": {
  7973. "node": ">=4"
  7974. }
  7975. },
  7976. "node_modules/reusify": {
  7977. "version": "1.0.4",
  7978. "resolved": "https://registry.npmmirror.com/reusify/-/reusify-1.0.4.tgz",
  7979. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  7980. "engines": {
  7981. "iojs": ">=1.0.0",
  7982. "node": ">=0.10.0"
  7983. }
  7984. },
  7985. "node_modules/rimraf": {
  7986. "version": "3.0.2",
  7987. "resolved": "https://registry.npmmirror.com/rimraf/-/rimraf-3.0.2.tgz",
  7988. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  7989. "dev": true,
  7990. "dependencies": {
  7991. "glob": "^7.1.3"
  7992. },
  7993. "bin": {
  7994. "rimraf": "bin.js"
  7995. },
  7996. "funding": {
  7997. "url": "https://github.com/sponsors/isaacs"
  7998. }
  7999. },
  8000. "node_modules/rollup": {
  8001. "version": "3.29.4",
  8002. "resolved": "https://registry.npmmirror.com/rollup/-/rollup-3.29.4.tgz",
  8003. "integrity": "sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==",
  8004. "bin": {
  8005. "rollup": "dist/bin/rollup"
  8006. },
  8007. "engines": {
  8008. "node": ">=14.18.0",
  8009. "npm": ">=8.0.0"
  8010. },
  8011. "optionalDependencies": {
  8012. "fsevents": "~2.3.2"
  8013. }
  8014. },
  8015. "node_modules/run-parallel": {
  8016. "version": "1.2.0",
  8017. "resolved": "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz",
  8018. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  8019. "funding": [
  8020. {
  8021. "type": "github",
  8022. "url": "https://github.com/sponsors/feross"
  8023. },
  8024. {
  8025. "type": "patreon",
  8026. "url": "https://www.patreon.com/feross"
  8027. },
  8028. {
  8029. "type": "consulting",
  8030. "url": "https://feross.org/support"
  8031. }
  8032. ],
  8033. "dependencies": {
  8034. "queue-microtask": "^1.2.2"
  8035. }
  8036. },
  8037. "node_modules/safe-area-insets": {
  8038. "version": "1.4.1",
  8039. "resolved": "https://registry.npmmirror.com/safe-area-insets/-/safe-area-insets-1.4.1.tgz",
  8040. "integrity": "sha512-r/nRWTjFGhhm3w1Z6Kd/jY11srN+lHt2mNl1E/emQGW8ic7n3Avu4noibklfSM+Y34peNphHD/BSZecav0sXYQ=="
  8041. },
  8042. "node_modules/safe-array-concat": {
  8043. "version": "1.0.1",
  8044. "resolved": "https://registry.npmmirror.com/safe-array-concat/-/safe-array-concat-1.0.1.tgz",
  8045. "integrity": "sha512-6XbUAseYE2KtOuGueyeobCySj9L4+66Tn6KQMOPQJrAJEowYKW/YR/MGJZl7FdydUdaFu4LYyDZjxf4/Nmo23Q==",
  8046. "dev": true,
  8047. "dependencies": {
  8048. "call-bind": "^1.0.2",
  8049. "get-intrinsic": "^1.2.1",
  8050. "has-symbols": "^1.0.3",
  8051. "isarray": "^2.0.5"
  8052. },
  8053. "engines": {
  8054. "node": ">=0.4"
  8055. },
  8056. "funding": {
  8057. "url": "https://github.com/sponsors/ljharb"
  8058. }
  8059. },
  8060. "node_modules/safe-buffer": {
  8061. "version": "5.2.1",
  8062. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
  8063. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
  8064. "dev": true,
  8065. "funding": [
  8066. {
  8067. "type": "github",
  8068. "url": "https://github.com/sponsors/feross"
  8069. },
  8070. {
  8071. "type": "patreon",
  8072. "url": "https://www.patreon.com/feross"
  8073. },
  8074. {
  8075. "type": "consulting",
  8076. "url": "https://feross.org/support"
  8077. }
  8078. ]
  8079. },
  8080. "node_modules/safe-regex-test": {
  8081. "version": "1.0.0",
  8082. "resolved": "https://registry.npmmirror.com/safe-regex-test/-/safe-regex-test-1.0.0.tgz",
  8083. "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==",
  8084. "dev": true,
  8085. "dependencies": {
  8086. "call-bind": "^1.0.2",
  8087. "get-intrinsic": "^1.1.3",
  8088. "is-regex": "^1.1.4"
  8089. },
  8090. "funding": {
  8091. "url": "https://github.com/sponsors/ljharb"
  8092. }
  8093. },
  8094. "node_modules/safer-buffer": {
  8095. "version": "2.1.2",
  8096. "resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
  8097. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
  8098. "dev": true
  8099. },
  8100. "node_modules/sass": {
  8101. "version": "1.69.6",
  8102. "resolved": "https://registry.npmmirror.com/sass/-/sass-1.69.6.tgz",
  8103. "integrity": "sha512-qbRr3k9JGHWXCvZU77SD2OTwUlC+gNT+61JOLcmLm+XqH4h/5D+p4IIsxvpkB89S9AwJOyb5+rWNpIucaFxSFQ==",
  8104. "dev": true,
  8105. "dependencies": {
  8106. "chokidar": ">=3.0.0 <4.0.0",
  8107. "immutable": "^4.0.0",
  8108. "source-map-js": ">=0.6.2 <2.0.0"
  8109. },
  8110. "bin": {
  8111. "sass": "sass.js"
  8112. },
  8113. "engines": {
  8114. "node": ">=14.0.0"
  8115. }
  8116. },
  8117. "node_modules/sass-loader": {
  8118. "version": "13.3.3",
  8119. "resolved": "https://registry.npmmirror.com/sass-loader/-/sass-loader-13.3.3.tgz",
  8120. "integrity": "sha512-mt5YN2F1MOZr3d/wBRcZxeFgwgkH44wVc2zohO2YF6JiOMkiXe4BYRZpSu2sO1g71mo/j16txzUhsKZlqjVGzA==",
  8121. "dev": true,
  8122. "dependencies": {
  8123. "neo-async": "^2.6.2"
  8124. },
  8125. "engines": {
  8126. "node": ">= 14.15.0"
  8127. },
  8128. "funding": {
  8129. "type": "opencollective",
  8130. "url": "https://opencollective.com/webpack"
  8131. },
  8132. "peerDependencies": {
  8133. "fibers": ">= 3.1.0",
  8134. "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
  8135. "sass": "^1.3.0",
  8136. "sass-embedded": "*",
  8137. "webpack": "^5.0.0"
  8138. },
  8139. "peerDependenciesMeta": {
  8140. "fibers": {
  8141. "optional": true
  8142. },
  8143. "node-sass": {
  8144. "optional": true
  8145. },
  8146. "sass": {
  8147. "optional": true
  8148. },
  8149. "sass-embedded": {
  8150. "optional": true
  8151. }
  8152. }
  8153. },
  8154. "node_modules/sax": {
  8155. "version": "1.3.0",
  8156. "resolved": "https://registry.npmmirror.com/sax/-/sax-1.3.0.tgz",
  8157. "integrity": "sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA=="
  8158. },
  8159. "node_modules/scule": {
  8160. "version": "1.1.1",
  8161. "resolved": "https://registry.npmmirror.com/scule/-/scule-1.1.1.tgz",
  8162. "integrity": "sha512-sHtm/SsIK9BUBI3EFT/Gnp9VoKfY6QLvlkvAE6YK7454IF8FSgJEAnJpVdSC7K5/pjI5NfxhzBLW2JAfYA/shQ=="
  8163. },
  8164. "node_modules/semver": {
  8165. "version": "6.3.1",
  8166. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  8167. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  8168. "bin": {
  8169. "semver": "bin/semver.js"
  8170. }
  8171. },
  8172. "node_modules/send": {
  8173. "version": "0.18.0",
  8174. "resolved": "https://registry.npmmirror.com/send/-/send-0.18.0.tgz",
  8175. "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==",
  8176. "dev": true,
  8177. "dependencies": {
  8178. "debug": "2.6.9",
  8179. "depd": "2.0.0",
  8180. "destroy": "1.2.0",
  8181. "encodeurl": "~1.0.2",
  8182. "escape-html": "~1.0.3",
  8183. "etag": "~1.8.1",
  8184. "fresh": "0.5.2",
  8185. "http-errors": "2.0.0",
  8186. "mime": "1.6.0",
  8187. "ms": "2.1.3",
  8188. "on-finished": "2.4.1",
  8189. "range-parser": "~1.2.1",
  8190. "statuses": "2.0.1"
  8191. },
  8192. "engines": {
  8193. "node": ">= 0.8.0"
  8194. }
  8195. },
  8196. "node_modules/send/node_modules/debug": {
  8197. "version": "2.6.9",
  8198. "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz",
  8199. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  8200. "dev": true,
  8201. "dependencies": {
  8202. "ms": "2.0.0"
  8203. }
  8204. },
  8205. "node_modules/send/node_modules/debug/node_modules/ms": {
  8206. "version": "2.0.0",
  8207. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
  8208. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
  8209. "dev": true
  8210. },
  8211. "node_modules/send/node_modules/mime": {
  8212. "version": "1.6.0",
  8213. "resolved": "https://registry.npmmirror.com/mime/-/mime-1.6.0.tgz",
  8214. "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
  8215. "dev": true,
  8216. "bin": {
  8217. "mime": "cli.js"
  8218. },
  8219. "engines": {
  8220. "node": ">=4"
  8221. }
  8222. },
  8223. "node_modules/send/node_modules/ms": {
  8224. "version": "2.1.3",
  8225. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  8226. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  8227. "dev": true
  8228. },
  8229. "node_modules/serve-static": {
  8230. "version": "1.15.0",
  8231. "resolved": "https://registry.npmmirror.com/serve-static/-/serve-static-1.15.0.tgz",
  8232. "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==",
  8233. "dev": true,
  8234. "dependencies": {
  8235. "encodeurl": "~1.0.2",
  8236. "escape-html": "~1.0.3",
  8237. "parseurl": "~1.3.3",
  8238. "send": "0.18.0"
  8239. },
  8240. "engines": {
  8241. "node": ">= 0.8.0"
  8242. }
  8243. },
  8244. "node_modules/set-function-length": {
  8245. "version": "1.1.1",
  8246. "resolved": "https://registry.npmmirror.com/set-function-length/-/set-function-length-1.1.1.tgz",
  8247. "integrity": "sha512-VoaqjbBJKiWtg4yRcKBQ7g7wnGnLV3M8oLvVWwOk2PdYY6PEFegR1vezXR0tw6fZGF9csVakIRjrJiy2veSBFQ==",
  8248. "dev": true,
  8249. "dependencies": {
  8250. "define-data-property": "^1.1.1",
  8251. "get-intrinsic": "^1.2.1",
  8252. "gopd": "^1.0.1",
  8253. "has-property-descriptors": "^1.0.0"
  8254. },
  8255. "engines": {
  8256. "node": ">= 0.4"
  8257. }
  8258. },
  8259. "node_modules/set-function-name": {
  8260. "version": "2.0.1",
  8261. "resolved": "https://registry.npmmirror.com/set-function-name/-/set-function-name-2.0.1.tgz",
  8262. "integrity": "sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==",
  8263. "dev": true,
  8264. "dependencies": {
  8265. "define-data-property": "^1.0.1",
  8266. "functions-have-names": "^1.2.3",
  8267. "has-property-descriptors": "^1.0.0"
  8268. },
  8269. "engines": {
  8270. "node": ">= 0.4"
  8271. }
  8272. },
  8273. "node_modules/setprototypeof": {
  8274. "version": "1.2.0",
  8275. "resolved": "https://registry.npmmirror.com/setprototypeof/-/setprototypeof-1.2.0.tgz",
  8276. "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
  8277. "dev": true
  8278. },
  8279. "node_modules/shebang-command": {
  8280. "version": "2.0.0",
  8281. "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz",
  8282. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  8283. "dev": true,
  8284. "dependencies": {
  8285. "shebang-regex": "^3.0.0"
  8286. },
  8287. "engines": {
  8288. "node": ">=8"
  8289. }
  8290. },
  8291. "node_modules/shebang-regex": {
  8292. "version": "3.0.0",
  8293. "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz",
  8294. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  8295. "dev": true,
  8296. "engines": {
  8297. "node": ">=8"
  8298. }
  8299. },
  8300. "node_modules/side-channel": {
  8301. "version": "1.0.4",
  8302. "resolved": "https://registry.npmmirror.com/side-channel/-/side-channel-1.0.4.tgz",
  8303. "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
  8304. "dev": true,
  8305. "dependencies": {
  8306. "call-bind": "^1.0.0",
  8307. "get-intrinsic": "^1.0.2",
  8308. "object-inspect": "^1.9.0"
  8309. },
  8310. "funding": {
  8311. "url": "https://github.com/sponsors/ljharb"
  8312. }
  8313. },
  8314. "node_modules/signal-exit": {
  8315. "version": "3.0.7",
  8316. "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-3.0.7.tgz",
  8317. "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
  8318. "dev": true
  8319. },
  8320. "node_modules/slash": {
  8321. "version": "3.0.0",
  8322. "resolved": "https://registry.npmmirror.com/slash/-/slash-3.0.0.tgz",
  8323. "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
  8324. "dev": true,
  8325. "engines": {
  8326. "node": ">=8"
  8327. }
  8328. },
  8329. "node_modules/source-map": {
  8330. "version": "0.6.1",
  8331. "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz",
  8332. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
  8333. "engines": {
  8334. "node": ">=0.10.0"
  8335. }
  8336. },
  8337. "node_modules/source-map-js": {
  8338. "version": "1.0.2",
  8339. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.0.2.tgz",
  8340. "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==",
  8341. "engines": {
  8342. "node": ">=0.10.0"
  8343. }
  8344. },
  8345. "node_modules/source-map-support": {
  8346. "version": "0.5.21",
  8347. "resolved": "https://registry.npmmirror.com/source-map-support/-/source-map-support-0.5.21.tgz",
  8348. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  8349. "dev": true,
  8350. "dependencies": {
  8351. "buffer-from": "^1.0.0",
  8352. "source-map": "^0.6.0"
  8353. }
  8354. },
  8355. "node_modules/sourcemap-codec": {
  8356. "version": "1.4.8",
  8357. "resolved": "https://registry.npmmirror.com/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz",
  8358. "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==",
  8359. "deprecated": "Please use @jridgewell/sourcemap-codec instead"
  8360. },
  8361. "node_modules/statuses": {
  8362. "version": "2.0.1",
  8363. "resolved": "https://registry.npmmirror.com/statuses/-/statuses-2.0.1.tgz",
  8364. "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
  8365. "dev": true,
  8366. "engines": {
  8367. "node": ">= 0.8"
  8368. }
  8369. },
  8370. "node_modules/string-hash": {
  8371. "version": "1.1.3",
  8372. "resolved": "https://registry.npmmirror.com/string-hash/-/string-hash-1.1.3.tgz",
  8373. "integrity": "sha512-kJUvRUFK49aub+a7T1nNE66EJbZBMnBgoC1UbCZ5n6bsZKBRga4KgBRTMn/pFkeCZSYtNeSyMxPDM0AXWELk2A=="
  8374. },
  8375. "node_modules/string.prototype.trim": {
  8376. "version": "1.2.8",
  8377. "resolved": "https://registry.npmmirror.com/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz",
  8378. "integrity": "sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ==",
  8379. "dev": true,
  8380. "dependencies": {
  8381. "call-bind": "^1.0.2",
  8382. "define-properties": "^1.2.0",
  8383. "es-abstract": "^1.22.1"
  8384. },
  8385. "engines": {
  8386. "node": ">= 0.4"
  8387. },
  8388. "funding": {
  8389. "url": "https://github.com/sponsors/ljharb"
  8390. }
  8391. },
  8392. "node_modules/string.prototype.trimend": {
  8393. "version": "1.0.7",
  8394. "resolved": "https://registry.npmmirror.com/string.prototype.trimend/-/string.prototype.trimend-1.0.7.tgz",
  8395. "integrity": "sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA==",
  8396. "dev": true,
  8397. "dependencies": {
  8398. "call-bind": "^1.0.2",
  8399. "define-properties": "^1.2.0",
  8400. "es-abstract": "^1.22.1"
  8401. },
  8402. "funding": {
  8403. "url": "https://github.com/sponsors/ljharb"
  8404. }
  8405. },
  8406. "node_modules/string.prototype.trimstart": {
  8407. "version": "1.0.7",
  8408. "resolved": "https://registry.npmmirror.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.7.tgz",
  8409. "integrity": "sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==",
  8410. "dev": true,
  8411. "dependencies": {
  8412. "call-bind": "^1.0.2",
  8413. "define-properties": "^1.2.0",
  8414. "es-abstract": "^1.22.1"
  8415. },
  8416. "funding": {
  8417. "url": "https://github.com/sponsors/ljharb"
  8418. }
  8419. },
  8420. "node_modules/strip-ansi": {
  8421. "version": "6.0.1",
  8422. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  8423. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  8424. "dev": true,
  8425. "dependencies": {
  8426. "ansi-regex": "^5.0.1"
  8427. },
  8428. "engines": {
  8429. "node": ">=8"
  8430. }
  8431. },
  8432. "node_modules/strip-bom": {
  8433. "version": "3.0.0",
  8434. "resolved": "https://registry.npmmirror.com/strip-bom/-/strip-bom-3.0.0.tgz",
  8435. "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
  8436. "dev": true,
  8437. "engines": {
  8438. "node": ">=4"
  8439. }
  8440. },
  8441. "node_modules/strip-final-newline": {
  8442. "version": "2.0.0",
  8443. "resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
  8444. "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
  8445. "dev": true,
  8446. "engines": {
  8447. "node": ">=6"
  8448. }
  8449. },
  8450. "node_modules/strip-json-comments": {
  8451. "version": "3.1.1",
  8452. "resolved": "https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  8453. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  8454. "dev": true,
  8455. "engines": {
  8456. "node": ">=8"
  8457. },
  8458. "funding": {
  8459. "url": "https://github.com/sponsors/sindresorhus"
  8460. }
  8461. },
  8462. "node_modules/strip-literal": {
  8463. "version": "1.3.0",
  8464. "resolved": "https://registry.npmmirror.com/strip-literal/-/strip-literal-1.3.0.tgz",
  8465. "integrity": "sha512-PugKzOsyXpArk0yWmUwqOZecSO0GH0bPoctLcqNDH9J04pVW3lflYE0ujElBGTloevcxF5MofAOZ7C5l2b+wLg==",
  8466. "dependencies": {
  8467. "acorn": "^8.10.0"
  8468. },
  8469. "funding": {
  8470. "url": "https://github.com/sponsors/antfu"
  8471. }
  8472. },
  8473. "node_modules/supports-color": {
  8474. "version": "5.5.0",
  8475. "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-5.5.0.tgz",
  8476. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  8477. "dependencies": {
  8478. "has-flag": "^3.0.0"
  8479. },
  8480. "engines": {
  8481. "node": ">=4"
  8482. }
  8483. },
  8484. "node_modules/supports-preserve-symlinks-flag": {
  8485. "version": "1.0.0",
  8486. "resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  8487. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  8488. "engines": {
  8489. "node": ">= 0.4"
  8490. },
  8491. "funding": {
  8492. "url": "https://github.com/sponsors/ljharb"
  8493. }
  8494. },
  8495. "node_modules/svg-tags": {
  8496. "version": "1.0.0",
  8497. "resolved": "https://registry.npmmirror.com/svg-tags/-/svg-tags-1.0.0.tgz",
  8498. "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==",
  8499. "dev": true
  8500. },
  8501. "node_modules/synckit": {
  8502. "version": "0.8.8",
  8503. "resolved": "https://registry.npmmirror.com/synckit/-/synckit-0.8.8.tgz",
  8504. "integrity": "sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==",
  8505. "dev": true,
  8506. "dependencies": {
  8507. "@pkgr/core": "^0.1.0",
  8508. "tslib": "^2.6.2"
  8509. },
  8510. "engines": {
  8511. "node": "^14.18.0 || >=16.0.0"
  8512. },
  8513. "funding": {
  8514. "url": "https://opencollective.com/unts"
  8515. }
  8516. },
  8517. "node_modules/systemjs": {
  8518. "version": "6.14.2",
  8519. "resolved": "https://registry.npmmirror.com/systemjs/-/systemjs-6.14.2.tgz",
  8520. "integrity": "sha512-1TlOwvKWdXxAY9vba+huLu99zrQURDWA8pUTYsRIYDZYQbGyK+pyEP4h4dlySsqo7ozyJBmYD20F+iUHhAltEg==",
  8521. "dev": true
  8522. },
  8523. "node_modules/tapable": {
  8524. "version": "2.2.1",
  8525. "resolved": "https://registry.npmmirror.com/tapable/-/tapable-2.2.1.tgz",
  8526. "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
  8527. "engines": {
  8528. "node": ">=6"
  8529. }
  8530. },
  8531. "node_modules/terser": {
  8532. "version": "5.26.0",
  8533. "resolved": "https://registry.npmmirror.com/terser/-/terser-5.26.0.tgz",
  8534. "integrity": "sha512-dytTGoE2oHgbNV9nTzgBEPaqAWvcJNl66VZ0BkJqlvp71IjO8CxdBx/ykCNb47cLnCmCvRZ6ZR0tLkqvZCdVBQ==",
  8535. "dev": true,
  8536. "dependencies": {
  8537. "@jridgewell/source-map": "^0.3.3",
  8538. "acorn": "^8.8.2",
  8539. "commander": "^2.20.0",
  8540. "source-map-support": "~0.5.20"
  8541. },
  8542. "bin": {
  8543. "terser": "bin/terser"
  8544. },
  8545. "engines": {
  8546. "node": ">=10"
  8547. }
  8548. },
  8549. "node_modules/text-table": {
  8550. "version": "0.2.0",
  8551. "resolved": "https://registry.npmmirror.com/text-table/-/text-table-0.2.0.tgz",
  8552. "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
  8553. "dev": true
  8554. },
  8555. "node_modules/timm": {
  8556. "version": "1.7.1",
  8557. "resolved": "https://registry.npmmirror.com/timm/-/timm-1.7.1.tgz",
  8558. "integrity": "sha512-IjZc9KIotudix8bMaBW6QvMuq64BrJWFs1+4V0lXwWGQZwH+LnX87doAYhem4caOEusRP9/g6jVDQmZ8XOk1nw=="
  8559. },
  8560. "node_modules/tinycolor2": {
  8561. "version": "1.6.0",
  8562. "resolved": "https://registry.npmmirror.com/tinycolor2/-/tinycolor2-1.6.0.tgz",
  8563. "integrity": "sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw=="
  8564. },
  8565. "node_modules/to-fast-properties": {
  8566. "version": "2.0.0",
  8567. "resolved": "https://registry.npmmirror.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
  8568. "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
  8569. "engines": {
  8570. "node": ">=4"
  8571. }
  8572. },
  8573. "node_modules/to-regex-range": {
  8574. "version": "5.0.1",
  8575. "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
  8576. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  8577. "dependencies": {
  8578. "is-number": "^7.0.0"
  8579. },
  8580. "engines": {
  8581. "node": ">=8.0"
  8582. }
  8583. },
  8584. "node_modules/toidentifier": {
  8585. "version": "1.0.1",
  8586. "resolved": "https://registry.npmmirror.com/toidentifier/-/toidentifier-1.0.1.tgz",
  8587. "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
  8588. "dev": true,
  8589. "engines": {
  8590. "node": ">=0.6"
  8591. }
  8592. },
  8593. "node_modules/ts-api-utils": {
  8594. "version": "1.0.3",
  8595. "resolved": "https://registry.npmmirror.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz",
  8596. "integrity": "sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==",
  8597. "dev": true,
  8598. "engines": {
  8599. "node": ">=16.13.0"
  8600. },
  8601. "peerDependencies": {
  8602. "typescript": ">=4.2.0"
  8603. }
  8604. },
  8605. "node_modules/tsconfig-paths": {
  8606. "version": "3.15.0",
  8607. "resolved": "https://registry.npmmirror.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
  8608. "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==",
  8609. "dev": true,
  8610. "dependencies": {
  8611. "@types/json5": "^0.0.29",
  8612. "json5": "^1.0.2",
  8613. "minimist": "^1.2.6",
  8614. "strip-bom": "^3.0.0"
  8615. }
  8616. },
  8617. "node_modules/tsconfig-paths/node_modules/json5": {
  8618. "version": "1.0.2",
  8619. "resolved": "https://registry.npmmirror.com/json5/-/json5-1.0.2.tgz",
  8620. "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
  8621. "dev": true,
  8622. "dependencies": {
  8623. "minimist": "^1.2.0"
  8624. },
  8625. "bin": {
  8626. "json5": "lib/cli.js"
  8627. }
  8628. },
  8629. "node_modules/tslib": {
  8630. "version": "2.6.2",
  8631. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.6.2.tgz",
  8632. "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
  8633. "dev": true
  8634. },
  8635. "node_modules/type-check": {
  8636. "version": "0.4.0",
  8637. "resolved": "https://registry.npmmirror.com/type-check/-/type-check-0.4.0.tgz",
  8638. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  8639. "dev": true,
  8640. "dependencies": {
  8641. "prelude-ls": "^1.2.1"
  8642. },
  8643. "engines": {
  8644. "node": ">= 0.8.0"
  8645. }
  8646. },
  8647. "node_modules/type-fest": {
  8648. "version": "0.20.2",
  8649. "resolved": "https://registry.npmmirror.com/type-fest/-/type-fest-0.20.2.tgz",
  8650. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  8651. "dev": true,
  8652. "engines": {
  8653. "node": ">=10"
  8654. },
  8655. "funding": {
  8656. "url": "https://github.com/sponsors/sindresorhus"
  8657. }
  8658. },
  8659. "node_modules/type-is": {
  8660. "version": "1.6.18",
  8661. "resolved": "https://registry.npmmirror.com/type-is/-/type-is-1.6.18.tgz",
  8662. "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
  8663. "dev": true,
  8664. "dependencies": {
  8665. "media-typer": "0.3.0",
  8666. "mime-types": "~2.1.24"
  8667. },
  8668. "engines": {
  8669. "node": ">= 0.6"
  8670. }
  8671. },
  8672. "node_modules/typed-array-buffer": {
  8673. "version": "1.0.0",
  8674. "resolved": "https://registry.npmmirror.com/typed-array-buffer/-/typed-array-buffer-1.0.0.tgz",
  8675. "integrity": "sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==",
  8676. "dev": true,
  8677. "dependencies": {
  8678. "call-bind": "^1.0.2",
  8679. "get-intrinsic": "^1.2.1",
  8680. "is-typed-array": "^1.1.10"
  8681. },
  8682. "engines": {
  8683. "node": ">= 0.4"
  8684. }
  8685. },
  8686. "node_modules/typed-array-byte-length": {
  8687. "version": "1.0.0",
  8688. "resolved": "https://registry.npmmirror.com/typed-array-byte-length/-/typed-array-byte-length-1.0.0.tgz",
  8689. "integrity": "sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==",
  8690. "dev": true,
  8691. "dependencies": {
  8692. "call-bind": "^1.0.2",
  8693. "for-each": "^0.3.3",
  8694. "has-proto": "^1.0.1",
  8695. "is-typed-array": "^1.1.10"
  8696. },
  8697. "engines": {
  8698. "node": ">= 0.4"
  8699. },
  8700. "funding": {
  8701. "url": "https://github.com/sponsors/ljharb"
  8702. }
  8703. },
  8704. "node_modules/typed-array-byte-offset": {
  8705. "version": "1.0.0",
  8706. "resolved": "https://registry.npmmirror.com/typed-array-byte-offset/-/typed-array-byte-offset-1.0.0.tgz",
  8707. "integrity": "sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==",
  8708. "dev": true,
  8709. "dependencies": {
  8710. "available-typed-arrays": "^1.0.5",
  8711. "call-bind": "^1.0.2",
  8712. "for-each": "^0.3.3",
  8713. "has-proto": "^1.0.1",
  8714. "is-typed-array": "^1.1.10"
  8715. },
  8716. "engines": {
  8717. "node": ">= 0.4"
  8718. },
  8719. "funding": {
  8720. "url": "https://github.com/sponsors/ljharb"
  8721. }
  8722. },
  8723. "node_modules/typed-array-length": {
  8724. "version": "1.0.4",
  8725. "resolved": "https://registry.npmmirror.com/typed-array-length/-/typed-array-length-1.0.4.tgz",
  8726. "integrity": "sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==",
  8727. "dev": true,
  8728. "dependencies": {
  8729. "call-bind": "^1.0.2",
  8730. "for-each": "^0.3.3",
  8731. "is-typed-array": "^1.1.9"
  8732. },
  8733. "funding": {
  8734. "url": "https://github.com/sponsors/ljharb"
  8735. }
  8736. },
  8737. "node_modules/typescript": {
  8738. "version": "4.9.5",
  8739. "resolved": "https://registry.npmmirror.com/typescript/-/typescript-4.9.5.tgz",
  8740. "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
  8741. "devOptional": true,
  8742. "bin": {
  8743. "tsc": "bin/tsc",
  8744. "tsserver": "bin/tsserver"
  8745. },
  8746. "engines": {
  8747. "node": ">=4.2.0"
  8748. }
  8749. },
  8750. "node_modules/ufo": {
  8751. "version": "1.3.2",
  8752. "resolved": "https://registry.npmmirror.com/ufo/-/ufo-1.3.2.tgz",
  8753. "integrity": "sha512-o+ORpgGwaYQXgqGDwd+hkS4PuZ3QnmqMMxRuajK/a38L6fTpcE5GPIfrf+L/KemFzfUpeUQc1rRS1iDBozvnFA=="
  8754. },
  8755. "node_modules/unbox-primitive": {
  8756. "version": "1.0.2",
  8757. "resolved": "https://registry.npmmirror.com/unbox-primitive/-/unbox-primitive-1.0.2.tgz",
  8758. "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==",
  8759. "dev": true,
  8760. "dependencies": {
  8761. "call-bind": "^1.0.2",
  8762. "has-bigints": "^1.0.2",
  8763. "has-symbols": "^1.0.3",
  8764. "which-boxed-primitive": "^1.0.2"
  8765. },
  8766. "funding": {
  8767. "url": "https://github.com/sponsors/ljharb"
  8768. }
  8769. },
  8770. "node_modules/undici-types": {
  8771. "version": "5.26.5",
  8772. "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-5.26.5.tgz",
  8773. "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
  8774. "dev": true
  8775. },
  8776. "node_modules/unicode-canonical-property-names-ecmascript": {
  8777. "version": "2.0.0",
  8778. "resolved": "https://registry.npmmirror.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz",
  8779. "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==",
  8780. "dev": true,
  8781. "engines": {
  8782. "node": ">=4"
  8783. }
  8784. },
  8785. "node_modules/unicode-match-property-ecmascript": {
  8786. "version": "2.0.0",
  8787. "resolved": "https://registry.npmmirror.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
  8788. "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
  8789. "dev": true,
  8790. "dependencies": {
  8791. "unicode-canonical-property-names-ecmascript": "^2.0.0",
  8792. "unicode-property-aliases-ecmascript": "^2.0.0"
  8793. },
  8794. "engines": {
  8795. "node": ">=4"
  8796. }
  8797. },
  8798. "node_modules/unicode-match-property-value-ecmascript": {
  8799. "version": "2.1.0",
  8800. "resolved": "https://registry.npmmirror.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz",
  8801. "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==",
  8802. "dev": true,
  8803. "engines": {
  8804. "node": ">=4"
  8805. }
  8806. },
  8807. "node_modules/unicode-property-aliases-ecmascript": {
  8808. "version": "2.1.0",
  8809. "resolved": "https://registry.npmmirror.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz",
  8810. "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==",
  8811. "dev": true,
  8812. "engines": {
  8813. "node": ">=4"
  8814. }
  8815. },
  8816. "node_modules/unimport": {
  8817. "version": "3.7.1",
  8818. "resolved": "https://registry.npmmirror.com/unimport/-/unimport-3.7.1.tgz",
  8819. "integrity": "sha512-V9HpXYfsZye5bPPYUgs0Otn3ODS1mDUciaBlXljI4C2fTwfFpvFZRywmlOu943puN9sncxROMZhsZCjNXEpzEQ==",
  8820. "dependencies": {
  8821. "@rollup/pluginutils": "^5.1.0",
  8822. "acorn": "^8.11.2",
  8823. "escape-string-regexp": "^5.0.0",
  8824. "estree-walker": "^3.0.3",
  8825. "fast-glob": "^3.3.2",
  8826. "local-pkg": "^0.5.0",
  8827. "magic-string": "^0.30.5",
  8828. "mlly": "^1.4.2",
  8829. "pathe": "^1.1.1",
  8830. "pkg-types": "^1.0.3",
  8831. "scule": "^1.1.1",
  8832. "strip-literal": "^1.3.0",
  8833. "unplugin": "^1.5.1"
  8834. }
  8835. },
  8836. "node_modules/unimport/node_modules/@rollup/pluginutils": {
  8837. "version": "5.1.0",
  8838. "resolved": "https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-5.1.0.tgz",
  8839. "integrity": "sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==",
  8840. "dependencies": {
  8841. "@types/estree": "^1.0.0",
  8842. "estree-walker": "^2.0.2",
  8843. "picomatch": "^2.3.1"
  8844. },
  8845. "engines": {
  8846. "node": ">=14.0.0"
  8847. },
  8848. "peerDependencies": {
  8849. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  8850. },
  8851. "peerDependenciesMeta": {
  8852. "rollup": {
  8853. "optional": true
  8854. }
  8855. }
  8856. },
  8857. "node_modules/unimport/node_modules/@rollup/pluginutils/node_modules/estree-walker": {
  8858. "version": "2.0.2",
  8859. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
  8860. "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
  8861. },
  8862. "node_modules/unimport/node_modules/escape-string-regexp": {
  8863. "version": "5.0.0",
  8864. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
  8865. "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
  8866. "engines": {
  8867. "node": ">=12"
  8868. },
  8869. "funding": {
  8870. "url": "https://github.com/sponsors/sindresorhus"
  8871. }
  8872. },
  8873. "node_modules/unimport/node_modules/estree-walker": {
  8874. "version": "3.0.3",
  8875. "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-3.0.3.tgz",
  8876. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  8877. "dependencies": {
  8878. "@types/estree": "^1.0.0"
  8879. }
  8880. },
  8881. "node_modules/unimport/node_modules/local-pkg": {
  8882. "version": "0.5.0",
  8883. "resolved": "https://registry.npmmirror.com/local-pkg/-/local-pkg-0.5.0.tgz",
  8884. "integrity": "sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==",
  8885. "dependencies": {
  8886. "mlly": "^1.4.2",
  8887. "pkg-types": "^1.0.3"
  8888. },
  8889. "engines": {
  8890. "node": ">=14"
  8891. },
  8892. "funding": {
  8893. "url": "https://github.com/sponsors/antfu"
  8894. }
  8895. },
  8896. "node_modules/universalify": {
  8897. "version": "2.0.1",
  8898. "resolved": "https://registry.npmmirror.com/universalify/-/universalify-2.0.1.tgz",
  8899. "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
  8900. "engines": {
  8901. "node": ">= 10.0.0"
  8902. }
  8903. },
  8904. "node_modules/unpipe": {
  8905. "version": "1.0.0",
  8906. "resolved": "https://registry.npmmirror.com/unpipe/-/unpipe-1.0.0.tgz",
  8907. "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
  8908. "dev": true,
  8909. "engines": {
  8910. "node": ">= 0.8"
  8911. }
  8912. },
  8913. "node_modules/unplugin": {
  8914. "version": "1.6.0",
  8915. "resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-1.6.0.tgz",
  8916. "integrity": "sha512-BfJEpWBu3aE/AyHx8VaNE/WgouoQxgH9baAiH82JjX8cqVyi3uJQstqwD5J+SZxIK326SZIhsSZlALXVBCknTQ==",
  8917. "dependencies": {
  8918. "acorn": "^8.11.2",
  8919. "chokidar": "^3.5.3",
  8920. "webpack-sources": "^3.2.3",
  8921. "webpack-virtual-modules": "^0.6.1"
  8922. }
  8923. },
  8924. "node_modules/unplugin-auto-import": {
  8925. "version": "0.15.3",
  8926. "resolved": "https://registry.npmmirror.com/unplugin-auto-import/-/unplugin-auto-import-0.15.3.tgz",
  8927. "integrity": "sha512-RLT8SqbPn4bT7yBshZId0uPSofKWnwr66RyDaxWaFb/+f7OTDOWAsVNz+hOQLBWSjvbekr2xZY9ccS8TDHJbCQ==",
  8928. "dependencies": {
  8929. "@antfu/utils": "^0.7.2",
  8930. "@rollup/pluginutils": "^5.0.2",
  8931. "local-pkg": "^0.4.3",
  8932. "magic-string": "^0.30.0",
  8933. "minimatch": "^9.0.0",
  8934. "unimport": "^3.0.6",
  8935. "unplugin": "^1.3.1"
  8936. },
  8937. "engines": {
  8938. "node": ">=14"
  8939. },
  8940. "funding": {
  8941. "url": "https://github.com/sponsors/antfu"
  8942. },
  8943. "peerDependencies": {
  8944. "@nuxt/kit": "^3.2.2",
  8945. "@vueuse/core": "*"
  8946. },
  8947. "peerDependenciesMeta": {
  8948. "@nuxt/kit": {
  8949. "optional": true
  8950. },
  8951. "@vueuse/core": {
  8952. "optional": true
  8953. }
  8954. }
  8955. },
  8956. "node_modules/unplugin-auto-import/node_modules/@rollup/pluginutils": {
  8957. "version": "5.1.0",
  8958. "resolved": "https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-5.1.0.tgz",
  8959. "integrity": "sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==",
  8960. "dependencies": {
  8961. "@types/estree": "^1.0.0",
  8962. "estree-walker": "^2.0.2",
  8963. "picomatch": "^2.3.1"
  8964. },
  8965. "engines": {
  8966. "node": ">=14.0.0"
  8967. },
  8968. "peerDependencies": {
  8969. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  8970. },
  8971. "peerDependenciesMeta": {
  8972. "rollup": {
  8973. "optional": true
  8974. }
  8975. }
  8976. },
  8977. "node_modules/unplugin-vue-components": {
  8978. "version": "0.24.1",
  8979. "resolved": "https://registry.npmmirror.com/unplugin-vue-components/-/unplugin-vue-components-0.24.1.tgz",
  8980. "integrity": "sha512-T3A8HkZoIE1Cja95xNqolwza0yD5IVlgZZ1PVAGvVCx8xthmjsv38xWRCtHtwl+rvZyL9uif42SRkDGw9aCfMA==",
  8981. "dependencies": {
  8982. "@antfu/utils": "^0.7.2",
  8983. "@rollup/pluginutils": "^5.0.2",
  8984. "chokidar": "^3.5.3",
  8985. "debug": "^4.3.4",
  8986. "fast-glob": "^3.2.12",
  8987. "local-pkg": "^0.4.3",
  8988. "magic-string": "^0.30.0",
  8989. "minimatch": "^7.4.2",
  8990. "resolve": "^1.22.1",
  8991. "unplugin": "^1.1.0"
  8992. },
  8993. "engines": {
  8994. "node": ">=14"
  8995. },
  8996. "funding": {
  8997. "url": "https://github.com/sponsors/antfu"
  8998. },
  8999. "peerDependencies": {
  9000. "@babel/parser": "^7.15.8",
  9001. "@nuxt/kit": "^3.2.2",
  9002. "vue": "2 || 3"
  9003. },
  9004. "peerDependenciesMeta": {
  9005. "@babel/parser": {
  9006. "optional": true
  9007. },
  9008. "@nuxt/kit": {
  9009. "optional": true
  9010. }
  9011. }
  9012. },
  9013. "node_modules/unplugin-vue-components/node_modules/@rollup/pluginutils": {
  9014. "version": "5.1.0",
  9015. "resolved": "https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-5.1.0.tgz",
  9016. "integrity": "sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==",
  9017. "dependencies": {
  9018. "@types/estree": "^1.0.0",
  9019. "estree-walker": "^2.0.2",
  9020. "picomatch": "^2.3.1"
  9021. },
  9022. "engines": {
  9023. "node": ">=14.0.0"
  9024. },
  9025. "peerDependencies": {
  9026. "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
  9027. },
  9028. "peerDependenciesMeta": {
  9029. "rollup": {
  9030. "optional": true
  9031. }
  9032. }
  9033. },
  9034. "node_modules/unplugin-vue-components/node_modules/minimatch": {
  9035. "version": "7.4.6",
  9036. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-7.4.6.tgz",
  9037. "integrity": "sha512-sBz8G/YjVniEz6lKPNpKxXwazJe4c19fEfV2GDMX6AjFz+MX9uDWIZW8XreVhkFW3fkIdTv/gxWr/Kks5FFAVw==",
  9038. "dependencies": {
  9039. "brace-expansion": "^2.0.1"
  9040. },
  9041. "engines": {
  9042. "node": ">=10"
  9043. },
  9044. "funding": {
  9045. "url": "https://github.com/sponsors/isaacs"
  9046. }
  9047. },
  9048. "node_modules/unquote": {
  9049. "version": "1.1.1",
  9050. "resolved": "https://registry.npmmirror.com/unquote/-/unquote-1.1.1.tgz",
  9051. "integrity": "sha512-vRCqFv6UhXpWxZPyGDh/F3ZpNv8/qo7w6iufLpQg9aKnQ71qM4B5KiI7Mia9COcjEhrO9LueHpMYjYzsWH3OIg=="
  9052. },
  9053. "node_modules/update-browserslist-db": {
  9054. "version": "1.0.13",
  9055. "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz",
  9056. "integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==",
  9057. "funding": [
  9058. {
  9059. "type": "opencollective",
  9060. "url": "https://opencollective.com/browserslist"
  9061. },
  9062. {
  9063. "type": "tidelift",
  9064. "url": "https://tidelift.com/funding/github/npm/browserslist"
  9065. },
  9066. {
  9067. "type": "github",
  9068. "url": "https://github.com/sponsors/ai"
  9069. }
  9070. ],
  9071. "dependencies": {
  9072. "escalade": "^3.1.1",
  9073. "picocolors": "^1.0.0"
  9074. },
  9075. "bin": {
  9076. "update-browserslist-db": "cli.js"
  9077. },
  9078. "peerDependencies": {
  9079. "browserslist": ">= 4.21.0"
  9080. }
  9081. },
  9082. "node_modules/uqrcodejs": {
  9083. "version": "4.0.7",
  9084. "resolved": "https://registry.npmmirror.com/uqrcodejs/-/uqrcodejs-4.0.7.tgz",
  9085. "integrity": "sha512-84+aZmD2godCVI+93lxE3YUAPNY8zAJvNA7xRS7R7U+q57KzMDepBSfNCwoRUhWOfR6eHFoAOcHRPwsP6ka1cA=="
  9086. },
  9087. "node_modules/uri-js": {
  9088. "version": "4.4.1",
  9089. "resolved": "https://registry.npmmirror.com/uri-js/-/uri-js-4.4.1.tgz",
  9090. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  9091. "dev": true,
  9092. "dependencies": {
  9093. "punycode": "^2.1.0"
  9094. }
  9095. },
  9096. "node_modules/utif": {
  9097. "version": "2.0.1",
  9098. "resolved": "https://registry.npmmirror.com/utif/-/utif-2.0.1.tgz",
  9099. "integrity": "sha512-Z/S1fNKCicQTf375lIP9G8Sa1H/phcysstNrrSdZKj1f9g58J4NMgb5IgiEZN9/nLMPDwF0W7hdOe9Qq2IYoLg==",
  9100. "dependencies": {
  9101. "pako": "^1.0.5"
  9102. }
  9103. },
  9104. "node_modules/util-deprecate": {
  9105. "version": "1.0.2",
  9106. "resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz",
  9107. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
  9108. },
  9109. "node_modules/utils-merge": {
  9110. "version": "1.0.1",
  9111. "resolved": "https://registry.npmmirror.com/utils-merge/-/utils-merge-1.0.1.tgz",
  9112. "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==",
  9113. "dev": true,
  9114. "engines": {
  9115. "node": ">= 0.4.0"
  9116. }
  9117. },
  9118. "node_modules/vary": {
  9119. "version": "1.1.2",
  9120. "resolved": "https://registry.npmmirror.com/vary/-/vary-1.1.2.tgz",
  9121. "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
  9122. "dev": true,
  9123. "engines": {
  9124. "node": ">= 0.8"
  9125. }
  9126. },
  9127. "node_modules/vite": {
  9128. "version": "4.0.4",
  9129. "resolved": "https://registry.npmmirror.com/vite/-/vite-4.0.4.tgz",
  9130. "integrity": "sha512-xevPU7M8FU0i/80DMR+YhgrzR5KS2ORy1B4xcX/cXLsvnUWvfHuqMmVU6N0YiJ4JWGRJJsLCgjEzKjG9/GKoSw==",
  9131. "dependencies": {
  9132. "esbuild": "^0.16.3",
  9133. "postcss": "^8.4.20",
  9134. "resolve": "^1.22.1",
  9135. "rollup": "^3.7.0"
  9136. },
  9137. "bin": {
  9138. "vite": "bin/vite.js"
  9139. },
  9140. "engines": {
  9141. "node": "^14.18.0 || >=16.0.0"
  9142. },
  9143. "optionalDependencies": {
  9144. "fsevents": "~2.3.2"
  9145. },
  9146. "peerDependencies": {
  9147. "@types/node": ">= 14",
  9148. "less": "*",
  9149. "sass": "*",
  9150. "stylus": "*",
  9151. "sugarss": "*",
  9152. "terser": "^5.4.0"
  9153. },
  9154. "peerDependenciesMeta": {
  9155. "@types/node": {
  9156. "optional": true
  9157. },
  9158. "less": {
  9159. "optional": true
  9160. },
  9161. "sass": {
  9162. "optional": true
  9163. },
  9164. "stylus": {
  9165. "optional": true
  9166. },
  9167. "sugarss": {
  9168. "optional": true
  9169. },
  9170. "terser": {
  9171. "optional": true
  9172. }
  9173. }
  9174. },
  9175. "node_modules/vite-plugin-compression": {
  9176. "version": "0.5.1",
  9177. "resolved": "https://registry.npmmirror.com/vite-plugin-compression/-/vite-plugin-compression-0.5.1.tgz",
  9178. "integrity": "sha512-5QJKBDc+gNYVqL/skgFAP81Yuzo9R+EAf19d+EtsMF/i8kFUpNi3J/H01QD3Oo8zBQn+NzoCIFkpPLynoOzaJg==",
  9179. "dependencies": {
  9180. "chalk": "^4.1.2",
  9181. "debug": "^4.3.3",
  9182. "fs-extra": "^10.0.0"
  9183. },
  9184. "peerDependencies": {
  9185. "vite": ">=2.0.0"
  9186. }
  9187. },
  9188. "node_modules/vite-plugin-compression/node_modules/ansi-styles": {
  9189. "version": "4.3.0",
  9190. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  9191. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  9192. "dependencies": {
  9193. "color-convert": "^2.0.1"
  9194. },
  9195. "engines": {
  9196. "node": ">=8"
  9197. },
  9198. "funding": {
  9199. "url": "https://github.com/chalk/ansi-styles?sponsor=1"
  9200. }
  9201. },
  9202. "node_modules/vite-plugin-compression/node_modules/chalk": {
  9203. "version": "4.1.2",
  9204. "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz",
  9205. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  9206. "dependencies": {
  9207. "ansi-styles": "^4.1.0",
  9208. "supports-color": "^7.1.0"
  9209. },
  9210. "engines": {
  9211. "node": ">=10"
  9212. },
  9213. "funding": {
  9214. "url": "https://github.com/chalk/chalk?sponsor=1"
  9215. }
  9216. },
  9217. "node_modules/vite-plugin-compression/node_modules/color-convert": {
  9218. "version": "2.0.1",
  9219. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
  9220. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  9221. "dependencies": {
  9222. "color-name": "~1.1.4"
  9223. },
  9224. "engines": {
  9225. "node": ">=7.0.0"
  9226. }
  9227. },
  9228. "node_modules/vite-plugin-compression/node_modules/color-name": {
  9229. "version": "1.1.4",
  9230. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
  9231. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  9232. },
  9233. "node_modules/vite-plugin-compression/node_modules/has-flag": {
  9234. "version": "4.0.0",
  9235. "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
  9236. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  9237. "engines": {
  9238. "node": ">=8"
  9239. }
  9240. },
  9241. "node_modules/vite-plugin-compression/node_modules/supports-color": {
  9242. "version": "7.2.0",
  9243. "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz",
  9244. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  9245. "dependencies": {
  9246. "has-flag": "^4.0.0"
  9247. },
  9248. "engines": {
  9249. "node": ">=8"
  9250. }
  9251. },
  9252. "node_modules/vite-plugin-vue-setup-extend": {
  9253. "version": "0.4.0",
  9254. "resolved": "https://registry.npmmirror.com/vite-plugin-vue-setup-extend/-/vite-plugin-vue-setup-extend-0.4.0.tgz",
  9255. "integrity": "sha512-WMbjPCui75fboFoUTHhdbXzu4Y/bJMv5N9QT9a7do3wNMNHHqrk+Tn2jrSJU0LS5fGl/EG+FEDBYVUeWIkDqXQ==",
  9256. "dependencies": {
  9257. "@vue/compiler-sfc": "^3.2.29",
  9258. "magic-string": "^0.25.7"
  9259. },
  9260. "peerDependencies": {
  9261. "vite": ">=2.0.0"
  9262. }
  9263. },
  9264. "node_modules/vite-plugin-vue-setup-extend/node_modules/magic-string": {
  9265. "version": "0.25.9",
  9266. "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.25.9.tgz",
  9267. "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==",
  9268. "dependencies": {
  9269. "sourcemap-codec": "^1.4.8"
  9270. }
  9271. },
  9272. "node_modules/vite/node_modules/@esbuild/android-arm": {
  9273. "version": "0.16.17",
  9274. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.16.17.tgz",
  9275. "integrity": "sha512-N9x1CMXVhtWEAMS7pNNONyA14f71VPQN9Cnavj1XQh6T7bskqiLLrSca4O0Vr8Wdcga943eThxnVp3JLnBMYtw==",
  9276. "cpu": [
  9277. "arm"
  9278. ],
  9279. "dev": true,
  9280. "optional": true,
  9281. "os": [
  9282. "android"
  9283. ],
  9284. "engines": {
  9285. "node": ">=12"
  9286. }
  9287. },
  9288. "node_modules/vite/node_modules/@esbuild/android-arm64": {
  9289. "version": "0.16.17",
  9290. "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.16.17.tgz",
  9291. "integrity": "sha512-MIGl6p5sc3RDTLLkYL1MyL8BMRN4tLMRCn+yRJJmEDvYZ2M7tmAf80hx1kbNEUX2KJ50RRtxZ4JHLvCfuB6kBg==",
  9292. "cpu": [
  9293. "arm64"
  9294. ],
  9295. "dev": true,
  9296. "optional": true,
  9297. "os": [
  9298. "android"
  9299. ],
  9300. "engines": {
  9301. "node": ">=12"
  9302. }
  9303. },
  9304. "node_modules/vite/node_modules/@esbuild/android-x64": {
  9305. "version": "0.16.17",
  9306. "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.16.17.tgz",
  9307. "integrity": "sha512-a3kTv3m0Ghh4z1DaFEuEDfz3OLONKuFvI4Xqczqx4BqLyuFaFkuaG4j2MtA6fuWEFeC5x9IvqnX7drmRq/fyAQ==",
  9308. "cpu": [
  9309. "x64"
  9310. ],
  9311. "dev": true,
  9312. "optional": true,
  9313. "os": [
  9314. "android"
  9315. ],
  9316. "engines": {
  9317. "node": ">=12"
  9318. }
  9319. },
  9320. "node_modules/vite/node_modules/@esbuild/darwin-arm64": {
  9321. "version": "0.16.17",
  9322. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.16.17.tgz",
  9323. "integrity": "sha512-/2agbUEfmxWHi9ARTX6OQ/KgXnOWfsNlTeLcoV7HSuSTv63E4DqtAc+2XqGw1KHxKMHGZgbVCZge7HXWX9Vn+w==",
  9324. "cpu": [
  9325. "arm64"
  9326. ],
  9327. "dev": true,
  9328. "optional": true,
  9329. "os": [
  9330. "darwin"
  9331. ],
  9332. "engines": {
  9333. "node": ">=12"
  9334. }
  9335. },
  9336. "node_modules/vite/node_modules/@esbuild/darwin-x64": {
  9337. "version": "0.16.17",
  9338. "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.16.17.tgz",
  9339. "integrity": "sha512-2By45OBHulkd9Svy5IOCZt376Aa2oOkiE9QWUK9fe6Tb+WDr8hXL3dpqi+DeLiMed8tVXspzsTAvd0jUl96wmg==",
  9340. "cpu": [
  9341. "x64"
  9342. ],
  9343. "dev": true,
  9344. "optional": true,
  9345. "os": [
  9346. "darwin"
  9347. ],
  9348. "engines": {
  9349. "node": ">=12"
  9350. }
  9351. },
  9352. "node_modules/vite/node_modules/@esbuild/freebsd-arm64": {
  9353. "version": "0.16.17",
  9354. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.16.17.tgz",
  9355. "integrity": "sha512-mt+cxZe1tVx489VTb4mBAOo2aKSnJ33L9fr25JXpqQqzbUIw/yzIzi+NHwAXK2qYV1lEFp4OoVeThGjUbmWmdw==",
  9356. "cpu": [
  9357. "arm64"
  9358. ],
  9359. "dev": true,
  9360. "optional": true,
  9361. "os": [
  9362. "freebsd"
  9363. ],
  9364. "engines": {
  9365. "node": ">=12"
  9366. }
  9367. },
  9368. "node_modules/vite/node_modules/@esbuild/freebsd-x64": {
  9369. "version": "0.16.17",
  9370. "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.16.17.tgz",
  9371. "integrity": "sha512-8ScTdNJl5idAKjH8zGAsN7RuWcyHG3BAvMNpKOBaqqR7EbUhhVHOqXRdL7oZvz8WNHL2pr5+eIT5c65kA6NHug==",
  9372. "cpu": [
  9373. "x64"
  9374. ],
  9375. "dev": true,
  9376. "optional": true,
  9377. "os": [
  9378. "freebsd"
  9379. ],
  9380. "engines": {
  9381. "node": ">=12"
  9382. }
  9383. },
  9384. "node_modules/vite/node_modules/@esbuild/linux-arm": {
  9385. "version": "0.16.17",
  9386. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.16.17.tgz",
  9387. "integrity": "sha512-iihzrWbD4gIT7j3caMzKb/RsFFHCwqqbrbH9SqUSRrdXkXaygSZCZg1FybsZz57Ju7N/SHEgPyaR0LZ8Zbe9gQ==",
  9388. "cpu": [
  9389. "arm"
  9390. ],
  9391. "dev": true,
  9392. "optional": true,
  9393. "os": [
  9394. "linux"
  9395. ],
  9396. "engines": {
  9397. "node": ">=12"
  9398. }
  9399. },
  9400. "node_modules/vite/node_modules/@esbuild/linux-arm64": {
  9401. "version": "0.16.17",
  9402. "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.16.17.tgz",
  9403. "integrity": "sha512-7S8gJnSlqKGVJunnMCrXHU9Q8Q/tQIxk/xL8BqAP64wchPCTzuM6W3Ra8cIa1HIflAvDnNOt2jaL17vaW+1V0g==",
  9404. "cpu": [
  9405. "arm64"
  9406. ],
  9407. "dev": true,
  9408. "optional": true,
  9409. "os": [
  9410. "linux"
  9411. ],
  9412. "engines": {
  9413. "node": ">=12"
  9414. }
  9415. },
  9416. "node_modules/vite/node_modules/@esbuild/linux-ia32": {
  9417. "version": "0.16.17",
  9418. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.16.17.tgz",
  9419. "integrity": "sha512-kiX69+wcPAdgl3Lonh1VI7MBr16nktEvOfViszBSxygRQqSpzv7BffMKRPMFwzeJGPxcio0pdD3kYQGpqQ2SSg==",
  9420. "cpu": [
  9421. "ia32"
  9422. ],
  9423. "dev": true,
  9424. "optional": true,
  9425. "os": [
  9426. "linux"
  9427. ],
  9428. "engines": {
  9429. "node": ">=12"
  9430. }
  9431. },
  9432. "node_modules/vite/node_modules/@esbuild/linux-loong64": {
  9433. "version": "0.16.17",
  9434. "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.16.17.tgz",
  9435. "integrity": "sha512-dTzNnQwembNDhd654cA4QhbS9uDdXC3TKqMJjgOWsC0yNCbpzfWoXdZvp0mY7HU6nzk5E0zpRGGx3qoQg8T2DQ==",
  9436. "cpu": [
  9437. "loong64"
  9438. ],
  9439. "dev": true,
  9440. "optional": true,
  9441. "os": [
  9442. "linux"
  9443. ],
  9444. "engines": {
  9445. "node": ">=12"
  9446. }
  9447. },
  9448. "node_modules/vite/node_modules/@esbuild/linux-mips64el": {
  9449. "version": "0.16.17",
  9450. "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.16.17.tgz",
  9451. "integrity": "sha512-ezbDkp2nDl0PfIUn0CsQ30kxfcLTlcx4Foz2kYv8qdC6ia2oX5Q3E/8m6lq84Dj/6b0FrkgD582fJMIfHhJfSw==",
  9452. "cpu": [
  9453. "mips64el"
  9454. ],
  9455. "dev": true,
  9456. "optional": true,
  9457. "os": [
  9458. "linux"
  9459. ],
  9460. "engines": {
  9461. "node": ">=12"
  9462. }
  9463. },
  9464. "node_modules/vite/node_modules/@esbuild/linux-ppc64": {
  9465. "version": "0.16.17",
  9466. "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.16.17.tgz",
  9467. "integrity": "sha512-dzS678gYD1lJsW73zrFhDApLVdM3cUF2MvAa1D8K8KtcSKdLBPP4zZSLy6LFZ0jYqQdQ29bjAHJDgz0rVbLB3g==",
  9468. "cpu": [
  9469. "ppc64"
  9470. ],
  9471. "dev": true,
  9472. "optional": true,
  9473. "os": [
  9474. "linux"
  9475. ],
  9476. "engines": {
  9477. "node": ">=12"
  9478. }
  9479. },
  9480. "node_modules/vite/node_modules/@esbuild/linux-riscv64": {
  9481. "version": "0.16.17",
  9482. "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.16.17.tgz",
  9483. "integrity": "sha512-ylNlVsxuFjZK8DQtNUwiMskh6nT0vI7kYl/4fZgV1llP5d6+HIeL/vmmm3jpuoo8+NuXjQVZxmKuhDApK0/cKw==",
  9484. "cpu": [
  9485. "riscv64"
  9486. ],
  9487. "dev": true,
  9488. "optional": true,
  9489. "os": [
  9490. "linux"
  9491. ],
  9492. "engines": {
  9493. "node": ">=12"
  9494. }
  9495. },
  9496. "node_modules/vite/node_modules/@esbuild/linux-s390x": {
  9497. "version": "0.16.17",
  9498. "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.16.17.tgz",
  9499. "integrity": "sha512-gzy7nUTO4UA4oZ2wAMXPNBGTzZFP7mss3aKR2hH+/4UUkCOyqmjXiKpzGrY2TlEUhbbejzXVKKGazYcQTZWA/w==",
  9500. "cpu": [
  9501. "s390x"
  9502. ],
  9503. "dev": true,
  9504. "optional": true,
  9505. "os": [
  9506. "linux"
  9507. ],
  9508. "engines": {
  9509. "node": ">=12"
  9510. }
  9511. },
  9512. "node_modules/vite/node_modules/@esbuild/linux-x64": {
  9513. "version": "0.16.17",
  9514. "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.16.17.tgz",
  9515. "integrity": "sha512-mdPjPxfnmoqhgpiEArqi4egmBAMYvaObgn4poorpUaqmvzzbvqbowRllQ+ZgzGVMGKaPkqUmPDOOFQRUFDmeUw==",
  9516. "cpu": [
  9517. "x64"
  9518. ],
  9519. "dev": true,
  9520. "optional": true,
  9521. "os": [
  9522. "linux"
  9523. ],
  9524. "engines": {
  9525. "node": ">=12"
  9526. }
  9527. },
  9528. "node_modules/vite/node_modules/@esbuild/netbsd-x64": {
  9529. "version": "0.16.17",
  9530. "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.16.17.tgz",
  9531. "integrity": "sha512-/PzmzD/zyAeTUsduZa32bn0ORug+Jd1EGGAUJvqfeixoEISYpGnAezN6lnJoskauoai0Jrs+XSyvDhppCPoKOA==",
  9532. "cpu": [
  9533. "x64"
  9534. ],
  9535. "dev": true,
  9536. "optional": true,
  9537. "os": [
  9538. "netbsd"
  9539. ],
  9540. "engines": {
  9541. "node": ">=12"
  9542. }
  9543. },
  9544. "node_modules/vite/node_modules/@esbuild/openbsd-x64": {
  9545. "version": "0.16.17",
  9546. "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.16.17.tgz",
  9547. "integrity": "sha512-2yaWJhvxGEz2RiftSk0UObqJa/b+rIAjnODJgv2GbGGpRwAfpgzyrg1WLK8rqA24mfZa9GvpjLcBBg8JHkoodg==",
  9548. "cpu": [
  9549. "x64"
  9550. ],
  9551. "dev": true,
  9552. "optional": true,
  9553. "os": [
  9554. "openbsd"
  9555. ],
  9556. "engines": {
  9557. "node": ">=12"
  9558. }
  9559. },
  9560. "node_modules/vite/node_modules/@esbuild/sunos-x64": {
  9561. "version": "0.16.17",
  9562. "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.16.17.tgz",
  9563. "integrity": "sha512-xtVUiev38tN0R3g8VhRfN7Zl42YCJvyBhRKw1RJjwE1d2emWTVToPLNEQj/5Qxc6lVFATDiy6LjVHYhIPrLxzw==",
  9564. "cpu": [
  9565. "x64"
  9566. ],
  9567. "dev": true,
  9568. "optional": true,
  9569. "os": [
  9570. "sunos"
  9571. ],
  9572. "engines": {
  9573. "node": ">=12"
  9574. }
  9575. },
  9576. "node_modules/vite/node_modules/@esbuild/win32-arm64": {
  9577. "version": "0.16.17",
  9578. "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.16.17.tgz",
  9579. "integrity": "sha512-ga8+JqBDHY4b6fQAmOgtJJue36scANy4l/rL97W+0wYmijhxKetzZdKOJI7olaBaMhWt8Pac2McJdZLxXWUEQw==",
  9580. "cpu": [
  9581. "arm64"
  9582. ],
  9583. "dev": true,
  9584. "optional": true,
  9585. "os": [
  9586. "win32"
  9587. ],
  9588. "engines": {
  9589. "node": ">=12"
  9590. }
  9591. },
  9592. "node_modules/vite/node_modules/@esbuild/win32-ia32": {
  9593. "version": "0.16.17",
  9594. "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.16.17.tgz",
  9595. "integrity": "sha512-WnsKaf46uSSF/sZhwnqE4L/F89AYNMiD4YtEcYekBt9Q7nj0DiId2XH2Ng2PHM54qi5oPrQ8luuzGszqi/veig==",
  9596. "cpu": [
  9597. "ia32"
  9598. ],
  9599. "dev": true,
  9600. "optional": true,
  9601. "os": [
  9602. "win32"
  9603. ],
  9604. "engines": {
  9605. "node": ">=12"
  9606. }
  9607. },
  9608. "node_modules/vite/node_modules/@esbuild/win32-x64": {
  9609. "version": "0.16.17",
  9610. "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.16.17.tgz",
  9611. "integrity": "sha512-y+EHuSchhL7FjHgvQL/0fnnFmO4T1bhvWANX6gcnqTjtnKWbTvUMCpGnv2+t+31d7RzyEAYAd4u2fnIhHL6N/Q==",
  9612. "cpu": [
  9613. "x64"
  9614. ],
  9615. "dev": true,
  9616. "optional": true,
  9617. "os": [
  9618. "win32"
  9619. ],
  9620. "engines": {
  9621. "node": ">=12"
  9622. }
  9623. },
  9624. "node_modules/vite/node_modules/esbuild": {
  9625. "version": "0.16.17",
  9626. "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.16.17.tgz",
  9627. "integrity": "sha512-G8LEkV0XzDMNwXKgM0Jwu3nY3lSTwSGY6XbxM9cr9+s0T/qSV1q1JVPBGzm3dcjhCic9+emZDmMffkwgPeOeLg==",
  9628. "hasInstallScript": true,
  9629. "bin": {
  9630. "esbuild": "bin/esbuild"
  9631. },
  9632. "engines": {
  9633. "node": ">=12"
  9634. },
  9635. "optionalDependencies": {
  9636. "@esbuild/android-arm": "0.16.17",
  9637. "@esbuild/android-arm64": "0.16.17",
  9638. "@esbuild/android-x64": "0.16.17",
  9639. "@esbuild/darwin-arm64": "0.16.17",
  9640. "@esbuild/darwin-x64": "0.16.17",
  9641. "@esbuild/freebsd-arm64": "0.16.17",
  9642. "@esbuild/freebsd-x64": "0.16.17",
  9643. "@esbuild/linux-arm": "0.16.17",
  9644. "@esbuild/linux-arm64": "0.16.17",
  9645. "@esbuild/linux-ia32": "0.16.17",
  9646. "@esbuild/linux-loong64": "0.16.17",
  9647. "@esbuild/linux-mips64el": "0.16.17",
  9648. "@esbuild/linux-ppc64": "0.16.17",
  9649. "@esbuild/linux-riscv64": "0.16.17",
  9650. "@esbuild/linux-s390x": "0.16.17",
  9651. "@esbuild/linux-x64": "0.16.17",
  9652. "@esbuild/netbsd-x64": "0.16.17",
  9653. "@esbuild/openbsd-x64": "0.16.17",
  9654. "@esbuild/sunos-x64": "0.16.17",
  9655. "@esbuild/win32-arm64": "0.16.17",
  9656. "@esbuild/win32-ia32": "0.16.17",
  9657. "@esbuild/win32-x64": "0.16.17"
  9658. }
  9659. },
  9660. "node_modules/vue": {
  9661. "version": "3.4.3",
  9662. "resolved": "https://registry.npmmirror.com/vue/-/vue-3.4.3.tgz",
  9663. "integrity": "sha512-GjN+culMAGv/mUbkIv8zMKItno8npcj5gWlXkSxf1SPTQf8eJ4A+YfHIvQFyL1IfuJcMl3soA7SmN1fRxbf/wA==",
  9664. "dependencies": {
  9665. "@vue/compiler-dom": "3.4.3",
  9666. "@vue/compiler-sfc": "3.4.3",
  9667. "@vue/runtime-dom": "3.4.3",
  9668. "@vue/server-renderer": "3.4.3",
  9669. "@vue/shared": "3.4.3"
  9670. },
  9671. "peerDependencies": {
  9672. "typescript": "*"
  9673. },
  9674. "peerDependenciesMeta": {
  9675. "typescript": {
  9676. "optional": true
  9677. }
  9678. }
  9679. },
  9680. "node_modules/vue-demi": {
  9681. "version": "0.14.6",
  9682. "resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.6.tgz",
  9683. "integrity": "sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w==",
  9684. "hasInstallScript": true,
  9685. "bin": {
  9686. "vue-demi-fix": "bin/vue-demi-fix.js",
  9687. "vue-demi-switch": "bin/vue-demi-switch.js"
  9688. },
  9689. "engines": {
  9690. "node": ">=12"
  9691. },
  9692. "funding": {
  9693. "url": "https://github.com/sponsors/antfu"
  9694. },
  9695. "peerDependencies": {
  9696. "@vue/composition-api": "^1.0.0-rc.1",
  9697. "vue": "^3.0.0-0 || ^2.6.0"
  9698. },
  9699. "peerDependenciesMeta": {
  9700. "@vue/composition-api": {
  9701. "optional": true
  9702. }
  9703. }
  9704. },
  9705. "node_modules/vue-eslint-parser": {
  9706. "version": "9.3.2",
  9707. "resolved": "https://registry.npmmirror.com/vue-eslint-parser/-/vue-eslint-parser-9.3.2.tgz",
  9708. "integrity": "sha512-q7tWyCVaV9f8iQyIA5Mkj/S6AoJ9KBN8IeUSf3XEmBrOtxOZnfTg5s4KClbZBCK3GtnT/+RyCLZyDHuZwTuBjg==",
  9709. "dev": true,
  9710. "dependencies": {
  9711. "debug": "^4.3.4",
  9712. "eslint-scope": "^7.1.1",
  9713. "eslint-visitor-keys": "^3.3.0",
  9714. "espree": "^9.3.1",
  9715. "esquery": "^1.4.0",
  9716. "lodash": "^4.17.21",
  9717. "semver": "^7.3.6"
  9718. },
  9719. "engines": {
  9720. "node": "^14.17.0 || >=16.0.0"
  9721. },
  9722. "funding": {
  9723. "url": "https://github.com/sponsors/mysticatea"
  9724. },
  9725. "peerDependencies": {
  9726. "eslint": ">=6.0.0"
  9727. }
  9728. },
  9729. "node_modules/vue-eslint-parser/node_modules/lru-cache": {
  9730. "version": "6.0.0",
  9731. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-6.0.0.tgz",
  9732. "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
  9733. "dev": true,
  9734. "dependencies": {
  9735. "yallist": "^4.0.0"
  9736. },
  9737. "engines": {
  9738. "node": ">=10"
  9739. }
  9740. },
  9741. "node_modules/vue-eslint-parser/node_modules/semver": {
  9742. "version": "7.5.4",
  9743. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.5.4.tgz",
  9744. "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
  9745. "dev": true,
  9746. "dependencies": {
  9747. "lru-cache": "^6.0.0"
  9748. },
  9749. "bin": {
  9750. "semver": "bin/semver.js"
  9751. },
  9752. "engines": {
  9753. "node": ">=10"
  9754. }
  9755. },
  9756. "node_modules/vue-eslint-parser/node_modules/yallist": {
  9757. "version": "4.0.0",
  9758. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz",
  9759. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  9760. "dev": true
  9761. },
  9762. "node_modules/vue-i18n": {
  9763. "version": "9.8.0",
  9764. "resolved": "https://registry.npmmirror.com/vue-i18n/-/vue-i18n-9.8.0.tgz",
  9765. "integrity": "sha512-Izho+6PYjejsTq2mzjcRdBZ5VLRQoSuuexvR8029h5CpN03FYqiqBrShMyf2I1DKkN6kw/xmujcbvC+4QybpsQ==",
  9766. "dependencies": {
  9767. "@intlify/core-base": "9.8.0",
  9768. "@intlify/shared": "9.8.0",
  9769. "@vue/devtools-api": "^6.5.0"
  9770. },
  9771. "engines": {
  9772. "node": ">= 16"
  9773. },
  9774. "funding": {
  9775. "url": "https://github.com/sponsors/kazupon"
  9776. },
  9777. "peerDependencies": {
  9778. "vue": "^3.0.0"
  9779. }
  9780. },
  9781. "node_modules/vue-i18n/node_modules/@intlify/core-base": {
  9782. "version": "9.8.0",
  9783. "resolved": "https://registry.npmmirror.com/@intlify/core-base/-/core-base-9.8.0.tgz",
  9784. "integrity": "sha512-UxaSZVZ1DwqC/CltUZrWZNaWNhfmKtfyV4BJSt/Zt4Or/fZs1iFj0B+OekYk1+MRHfIOe3+x00uXGQI4PbO/9g==",
  9785. "dependencies": {
  9786. "@intlify/message-compiler": "9.8.0",
  9787. "@intlify/shared": "9.8.0"
  9788. },
  9789. "engines": {
  9790. "node": ">= 16"
  9791. },
  9792. "funding": {
  9793. "url": "https://github.com/sponsors/kazupon"
  9794. }
  9795. },
  9796. "node_modules/vue-i18n/node_modules/@intlify/message-compiler": {
  9797. "version": "9.8.0",
  9798. "resolved": "https://registry.npmmirror.com/@intlify/message-compiler/-/message-compiler-9.8.0.tgz",
  9799. "integrity": "sha512-McnYWhcoYmDJvssVu6QGR0shqlkJuL1HHdi5lK7fNqvQqRYaQ4lSLjYmZxwc8tRNMdIe9/KUKfyPxU9M6yCtNQ==",
  9800. "dependencies": {
  9801. "@intlify/shared": "9.8.0",
  9802. "source-map-js": "^1.0.2"
  9803. },
  9804. "engines": {
  9805. "node": ">= 16"
  9806. },
  9807. "funding": {
  9808. "url": "https://github.com/sponsors/kazupon"
  9809. }
  9810. },
  9811. "node_modules/vue-i18n/node_modules/@intlify/shared": {
  9812. "version": "9.8.0",
  9813. "resolved": "https://registry.npmmirror.com/@intlify/shared/-/shared-9.8.0.tgz",
  9814. "integrity": "sha512-TmgR0RCLjzrSo+W3wT0ALf9851iFMlVI9EYNGeWvZFUQTAJx0bvfsMlPdgVtV1tDNRiAfhkFsMKu6jtUY1ZLKQ==",
  9815. "engines": {
  9816. "node": ">= 16"
  9817. },
  9818. "funding": {
  9819. "url": "https://github.com/sponsors/kazupon"
  9820. }
  9821. },
  9822. "node_modules/vue-router": {
  9823. "version": "4.2.5",
  9824. "resolved": "https://registry.npmmirror.com/vue-router/-/vue-router-4.2.5.tgz",
  9825. "integrity": "sha512-DIUpKcyg4+PTQKfFPX88UWhlagBEBEfJ5A8XDXRJLUnZOvcpMF8o/dnL90vpVkGaPbjvXazV/rC1qBKrZlFugw==",
  9826. "dependencies": {
  9827. "@vue/devtools-api": "^6.5.0"
  9828. },
  9829. "funding": {
  9830. "url": "https://github.com/sponsors/posva"
  9831. },
  9832. "peerDependencies": {
  9833. "vue": "^3.2.0"
  9834. }
  9835. },
  9836. "node_modules/vue-template-compiler": {
  9837. "version": "2.7.16",
  9838. "resolved": "https://registry.npmmirror.com/vue-template-compiler/-/vue-template-compiler-2.7.16.tgz",
  9839. "integrity": "sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==",
  9840. "dev": true,
  9841. "dependencies": {
  9842. "de-indent": "^1.0.2",
  9843. "he": "^1.2.0"
  9844. }
  9845. },
  9846. "node_modules/vue-tsc": {
  9847. "version": "1.8.27",
  9848. "resolved": "https://registry.npmmirror.com/vue-tsc/-/vue-tsc-1.8.27.tgz",
  9849. "integrity": "sha512-WesKCAZCRAbmmhuGl3+VrdWItEvfoFIPXOvUJkjULi+x+6G/Dy69yO3TBRJDr9eUlmsNAwVmxsNZxvHKzbkKdg==",
  9850. "dev": true,
  9851. "dependencies": {
  9852. "@volar/typescript": "~1.11.1",
  9853. "@vue/language-core": "1.8.27",
  9854. "semver": "^7.5.4"
  9855. },
  9856. "bin": {
  9857. "vue-tsc": "bin/vue-tsc.js"
  9858. },
  9859. "peerDependencies": {
  9860. "typescript": "*"
  9861. }
  9862. },
  9863. "node_modules/vue-tsc/node_modules/lru-cache": {
  9864. "version": "6.0.0",
  9865. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-6.0.0.tgz",
  9866. "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
  9867. "dev": true,
  9868. "dependencies": {
  9869. "yallist": "^4.0.0"
  9870. },
  9871. "engines": {
  9872. "node": ">=10"
  9873. }
  9874. },
  9875. "node_modules/vue-tsc/node_modules/semver": {
  9876. "version": "7.5.4",
  9877. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.5.4.tgz",
  9878. "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
  9879. "dev": true,
  9880. "dependencies": {
  9881. "lru-cache": "^6.0.0"
  9882. },
  9883. "bin": {
  9884. "semver": "bin/semver.js"
  9885. },
  9886. "engines": {
  9887. "node": ">=10"
  9888. }
  9889. },
  9890. "node_modules/vue-tsc/node_modules/yallist": {
  9891. "version": "4.0.0",
  9892. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz",
  9893. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  9894. "dev": true
  9895. },
  9896. "node_modules/vue/node_modules/@vue/compiler-core": {
  9897. "version": "3.4.3",
  9898. "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.4.3.tgz",
  9899. "integrity": "sha512-u8jzgFg0EDtSrb/hG53Wwh1bAOQFtc1ZCegBpA/glyvTlgHl+tq13o1zvRfLbegYUw/E4mSTGOiCnAJ9SJ+lsg==",
  9900. "dependencies": {
  9901. "@babel/parser": "^7.23.6",
  9902. "@vue/shared": "3.4.3",
  9903. "entities": "^4.5.0",
  9904. "estree-walker": "^2.0.2",
  9905. "source-map-js": "^1.0.2"
  9906. }
  9907. },
  9908. "node_modules/vue/node_modules/@vue/compiler-dom": {
  9909. "version": "3.4.3",
  9910. "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.4.3.tgz",
  9911. "integrity": "sha512-oGF1E9/htI6JWj/lTJgr6UgxNCtNHbM6xKVreBWeZL9QhRGABRVoWGAzxmtBfSOd+w0Zi5BY0Es/tlJrN6WgEg==",
  9912. "dependencies": {
  9913. "@vue/compiler-core": "3.4.3",
  9914. "@vue/shared": "3.4.3"
  9915. }
  9916. },
  9917. "node_modules/vue/node_modules/@vue/compiler-sfc": {
  9918. "version": "3.4.3",
  9919. "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.4.3.tgz",
  9920. "integrity": "sha512-NuJqb5is9I4uzv316VRUDYgIlPZCG8D+ARt5P4t5UDShIHKL25J3TGZAUryY/Aiy0DsY7srJnZL5ryB6DD63Zw==",
  9921. "dependencies": {
  9922. "@babel/parser": "^7.23.6",
  9923. "@vue/compiler-core": "3.4.3",
  9924. "@vue/compiler-dom": "3.4.3",
  9925. "@vue/compiler-ssr": "3.4.3",
  9926. "@vue/shared": "3.4.3",
  9927. "estree-walker": "^2.0.2",
  9928. "magic-string": "^0.30.5",
  9929. "postcss": "^8.4.32",
  9930. "source-map-js": "^1.0.2"
  9931. }
  9932. },
  9933. "node_modules/vue/node_modules/@vue/compiler-ssr": {
  9934. "version": "3.4.3",
  9935. "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.4.3.tgz",
  9936. "integrity": "sha512-wnYQtMBkeFSxgSSQbYGQeXPhQacQiog2c6AlvMldQH6DB+gSXK/0F6DVXAJfEiuBSgBhUc8dwrrG5JQcqwalsA==",
  9937. "dependencies": {
  9938. "@vue/compiler-dom": "3.4.3",
  9939. "@vue/shared": "3.4.3"
  9940. }
  9941. },
  9942. "node_modules/vue/node_modules/@vue/server-renderer": {
  9943. "version": "3.4.3",
  9944. "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.4.3.tgz",
  9945. "integrity": "sha512-BUxt8oVGMKKsqSkM1uU3d3Houyfy4WAc2SpSQRebNd+XJGATVkW/rO129jkyL+kpB/2VRKzE63zwf5RtJ3XuZw==",
  9946. "dependencies": {
  9947. "@vue/compiler-ssr": "3.4.3",
  9948. "@vue/shared": "3.4.3"
  9949. },
  9950. "peerDependencies": {
  9951. "vue": "3.4.3"
  9952. }
  9953. },
  9954. "node_modules/vue/node_modules/@vue/shared": {
  9955. "version": "3.4.3",
  9956. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.4.3.tgz",
  9957. "integrity": "sha512-rIwlkkP1n4uKrRzivAKPZIEkHiuwY5mmhMJ2nZKCBLz8lTUlE73rQh4n1OnnMurXt1vcUNyH4ZPfdh8QweTjpQ=="
  9958. },
  9959. "node_modules/webpack-sources": {
  9960. "version": "3.2.3",
  9961. "resolved": "https://registry.npmmirror.com/webpack-sources/-/webpack-sources-3.2.3.tgz",
  9962. "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==",
  9963. "engines": {
  9964. "node": ">=10.13.0"
  9965. }
  9966. },
  9967. "node_modules/webpack-virtual-modules": {
  9968. "version": "0.6.1",
  9969. "resolved": "https://registry.npmmirror.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.1.tgz",
  9970. "integrity": "sha512-poXpCylU7ExuvZK8z+On3kX+S8o/2dQ/SVYueKA0D4WEMXROXgY8Ez50/bQEUmvoSMMrWcrJqCHuhAbsiwg7Dg=="
  9971. },
  9972. "node_modules/which": {
  9973. "version": "2.0.2",
  9974. "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
  9975. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  9976. "dev": true,
  9977. "dependencies": {
  9978. "isexe": "^2.0.0"
  9979. },
  9980. "bin": {
  9981. "node-which": "bin/node-which"
  9982. },
  9983. "engines": {
  9984. "node": ">= 8"
  9985. }
  9986. },
  9987. "node_modules/which-boxed-primitive": {
  9988. "version": "1.0.2",
  9989. "resolved": "https://registry.npmmirror.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz",
  9990. "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==",
  9991. "dev": true,
  9992. "dependencies": {
  9993. "is-bigint": "^1.0.1",
  9994. "is-boolean-object": "^1.1.0",
  9995. "is-number-object": "^1.0.4",
  9996. "is-string": "^1.0.5",
  9997. "is-symbol": "^1.0.3"
  9998. },
  9999. "funding": {
  10000. "url": "https://github.com/sponsors/ljharb"
  10001. }
  10002. },
  10003. "node_modules/which-typed-array": {
  10004. "version": "1.1.13",
  10005. "resolved": "https://registry.npmmirror.com/which-typed-array/-/which-typed-array-1.1.13.tgz",
  10006. "integrity": "sha512-P5Nra0qjSncduVPEAr7xhoF5guty49ArDTwzJ/yNuPIbZppyRxFQsRCWrocxIY+CnMVG+qfbU2FmDKyvSGClow==",
  10007. "dev": true,
  10008. "dependencies": {
  10009. "available-typed-arrays": "^1.0.5",
  10010. "call-bind": "^1.0.4",
  10011. "for-each": "^0.3.3",
  10012. "gopd": "^1.0.1",
  10013. "has-tostringtag": "^1.0.0"
  10014. },
  10015. "engines": {
  10016. "node": ">= 0.4"
  10017. },
  10018. "funding": {
  10019. "url": "https://github.com/sponsors/ljharb"
  10020. }
  10021. },
  10022. "node_modules/wrappy": {
  10023. "version": "1.0.2",
  10024. "resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz",
  10025. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  10026. "dev": true
  10027. },
  10028. "node_modules/ws": {
  10029. "version": "8.16.0",
  10030. "resolved": "https://registry.npmmirror.com/ws/-/ws-8.16.0.tgz",
  10031. "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==",
  10032. "engines": {
  10033. "node": ">=10.0.0"
  10034. },
  10035. "peerDependencies": {
  10036. "bufferutil": "^4.0.1",
  10037. "utf-8-validate": ">=5.0.2"
  10038. },
  10039. "peerDependenciesMeta": {
  10040. "bufferutil": {
  10041. "optional": true
  10042. },
  10043. "utf-8-validate": {
  10044. "optional": true
  10045. }
  10046. }
  10047. },
  10048. "node_modules/xhr": {
  10049. "version": "2.6.0",
  10050. "resolved": "https://registry.npmmirror.com/xhr/-/xhr-2.6.0.tgz",
  10051. "integrity": "sha512-/eCGLb5rxjx5e3mF1A7s+pLlR6CGyqWN91fv1JgER5mVWg1MZmlhBvy9kjcsOdRk8RrIujotWyJamfyrp+WIcA==",
  10052. "dependencies": {
  10053. "global": "~4.4.0",
  10054. "is-function": "^1.0.1",
  10055. "parse-headers": "^2.0.0",
  10056. "xtend": "^4.0.0"
  10057. }
  10058. },
  10059. "node_modules/xml-name-validator": {
  10060. "version": "4.0.0",
  10061. "resolved": "https://registry.npmmirror.com/xml-name-validator/-/xml-name-validator-4.0.0.tgz",
  10062. "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==",
  10063. "dev": true,
  10064. "engines": {
  10065. "node": ">=12"
  10066. }
  10067. },
  10068. "node_modules/xml-parse-from-string": {
  10069. "version": "1.0.1",
  10070. "resolved": "https://registry.npmmirror.com/xml-parse-from-string/-/xml-parse-from-string-1.0.1.tgz",
  10071. "integrity": "sha512-ErcKwJTF54uRzzNMXq2X5sMIy88zJvfN2DmdoQvy7PAFJ+tPRU6ydWuOKNMyfmOjdyBQTFREi60s0Y0SyI0G0g=="
  10072. },
  10073. "node_modules/xml2js": {
  10074. "version": "0.4.23",
  10075. "resolved": "https://registry.npmmirror.com/xml2js/-/xml2js-0.4.23.tgz",
  10076. "integrity": "sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==",
  10077. "dependencies": {
  10078. "sax": ">=0.6.0",
  10079. "xmlbuilder": "~11.0.0"
  10080. },
  10081. "engines": {
  10082. "node": ">=4.0.0"
  10083. }
  10084. },
  10085. "node_modules/xmlbuilder": {
  10086. "version": "11.0.1",
  10087. "resolved": "https://registry.npmmirror.com/xmlbuilder/-/xmlbuilder-11.0.1.tgz",
  10088. "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==",
  10089. "engines": {
  10090. "node": ">=4.0"
  10091. }
  10092. },
  10093. "node_modules/xmlhttprequest": {
  10094. "version": "1.8.0",
  10095. "resolved": "https://registry.npmmirror.com/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz",
  10096. "integrity": "sha512-58Im/U0mlVBLM38NdZjHyhuMtCqa61469k2YP/AaPbvCoV9aQGUpbJBj1QRm2ytRiVQBD/fsw7L2bJGDVQswBA==",
  10097. "engines": {
  10098. "node": ">=0.4.0"
  10099. }
  10100. },
  10101. "node_modules/xregexp": {
  10102. "version": "3.1.0",
  10103. "resolved": "https://registry.npmmirror.com/xregexp/-/xregexp-3.1.0.tgz",
  10104. "integrity": "sha512-4Y1x6DyB8xRoxosooa6PlGWqmmSKatbzhrftZ7Purmm4B8R4qIEJG1A2hZsdz5DhmIqS0msC0I7KEq93GphEVg=="
  10105. },
  10106. "node_modules/xtend": {
  10107. "version": "4.0.2",
  10108. "resolved": "https://registry.npmmirror.com/xtend/-/xtend-4.0.2.tgz",
  10109. "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
  10110. "engines": {
  10111. "node": ">=0.4"
  10112. }
  10113. },
  10114. "node_modules/yallist": {
  10115. "version": "3.1.1",
  10116. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz",
  10117. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
  10118. },
  10119. "node_modules/yaml": {
  10120. "version": "1.10.2",
  10121. "resolved": "https://registry.npmmirror.com/yaml/-/yaml-1.10.2.tgz",
  10122. "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
  10123. "engines": {
  10124. "node": ">= 6"
  10125. }
  10126. },
  10127. "node_modules/yocto-queue": {
  10128. "version": "0.1.0",
  10129. "resolved": "https://registry.npmmirror.com/yocto-queue/-/yocto-queue-0.1.0.tgz",
  10130. "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
  10131. "dev": true,
  10132. "engines": {
  10133. "node": ">=10"
  10134. },
  10135. "funding": {
  10136. "url": "https://github.com/sponsors/sindresorhus"
  10137. }
  10138. }
  10139. }
  10140. }