package-lock.json 280 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964496549664967496849694970497149724973497449754976497749784979498049814982498349844985498649874988498949904991499249934994499549964997499849995000500150025003500450055006500750085009501050115012501350145015501650175018501950205021502250235024502550265027502850295030503150325033503450355036503750385039504050415042504350445045504650475048504950505051505250535054505550565057505850595060506150625063506450655066506750685069507050715072507350745075507650775078507950805081508250835084508550865087508850895090509150925093509450955096509750985099510051015102510351045105510651075108510951105111511251135114511551165117511851195120512151225123512451255126512751285129513051315132513351345135513651375138513951405141514251435144514551465147514851495150515151525153515451555156515751585159516051615162516351645165516651675168516951705171517251735174517551765177517851795180518151825183518451855186518751885189519051915192519351945195519651975198519952005201520252035204520552065207520852095210521152125213521452155216521752185219522052215222522352245225522652275228522952305231523252335234523552365237523852395240524152425243524452455246524752485249525052515252525352545255525652575258525952605261526252635264526552665267526852695270527152725273527452755276527752785279528052815282528352845285528652875288528952905291529252935294529552965297529852995300530153025303530453055306530753085309531053115312531353145315531653175318531953205321532253235324532553265327532853295330533153325333533453355336533753385339534053415342534353445345534653475348534953505351535253535354535553565357535853595360536153625363536453655366536753685369537053715372537353745375537653775378537953805381538253835384538553865387538853895390539153925393539453955396539753985399540054015402540354045405540654075408540954105411541254135414541554165417541854195420542154225423542454255426542754285429543054315432543354345435543654375438543954405441544254435444544554465447544854495450545154525453545454555456545754585459546054615462546354645465546654675468546954705471547254735474547554765477547854795480548154825483548454855486548754885489549054915492549354945495549654975498549955005501550255035504550555065507550855095510551155125513551455155516551755185519552055215522552355245525552655275528552955305531553255335534553555365537553855395540554155425543554455455546554755485549555055515552555355545555555655575558555955605561556255635564556555665567556855695570557155725573557455755576557755785579558055815582558355845585558655875588558955905591559255935594559555965597559855995600560156025603560456055606560756085609561056115612561356145615561656175618561956205621562256235624562556265627562856295630563156325633563456355636563756385639564056415642564356445645564656475648564956505651565256535654565556565657565856595660566156625663566456655666566756685669567056715672567356745675567656775678567956805681568256835684568556865687568856895690569156925693569456955696569756985699570057015702570357045705570657075708570957105711571257135714571557165717571857195720572157225723572457255726572757285729573057315732573357345735573657375738573957405741574257435744574557465747574857495750575157525753575457555756575757585759576057615762576357645765576657675768576957705771577257735774577557765777577857795780578157825783578457855786578757885789579057915792579357945795579657975798579958005801580258035804580558065807580858095810581158125813581458155816581758185819582058215822582358245825582658275828582958305831583258335834583558365837583858395840584158425843584458455846584758485849585058515852585358545855585658575858585958605861586258635864586558665867586858695870587158725873587458755876587758785879588058815882588358845885588658875888588958905891589258935894589558965897589858995900590159025903590459055906590759085909591059115912591359145915591659175918591959205921592259235924592559265927592859295930593159325933593459355936593759385939594059415942594359445945594659475948594959505951595259535954595559565957595859595960596159625963596459655966596759685969597059715972597359745975597659775978597959805981598259835984598559865987598859895990599159925993599459955996599759985999600060016002600360046005600660076008600960106011601260136014601560166017601860196020602160226023602460256026602760286029603060316032603360346035603660376038603960406041604260436044604560466047604860496050605160526053605460556056605760586059606060616062606360646065606660676068606960706071607260736074607560766077607860796080608160826083608460856086608760886089609060916092609360946095609660976098609961006101610261036104610561066107610861096110611161126113611461156116611761186119612061216122612361246125612661276128612961306131613261336134613561366137613861396140614161426143614461456146614761486149615061516152615361546155615661576158615961606161616261636164
  1. {
  2. "name": "mp_ci",
  3. "version": "1.0.0",
  4. "lockfileVersion": 1,
  5. "requires": true,
  6. "dependencies": {
  7. "@ampproject/remapping": {
  8. "version": "2.3.0",
  9. "resolved": "https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.3.0.tgz",
  10. "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
  11. "requires": {
  12. "@jridgewell/gen-mapping": "^0.3.5",
  13. "@jridgewell/trace-mapping": "^0.3.24"
  14. }
  15. },
  16. "@babel/code-frame": {
  17. "version": "7.22.10",
  18. "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.22.10.tgz",
  19. "integrity": "sha512-/KKIMG4UEL35WmI9OlvMhurwtytjvXoFcGNrOvyG9zIzA8YmPjVtIZUf7b05+TPO7G7/GEmLHDaoCgACHl9hhA==",
  20. "requires": {
  21. "@babel/highlight": "^7.22.10",
  22. "chalk": "^2.4.2"
  23. }
  24. },
  25. "@babel/compat-data": {
  26. "version": "7.22.9",
  27. "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.22.9.tgz",
  28. "integrity": "sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ=="
  29. },
  30. "@babel/core": {
  31. "version": "7.21.4",
  32. "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.21.4.tgz",
  33. "integrity": "sha512-qt/YV149Jman/6AfmlxJ04LMIu8bMoyl3RB91yTFrxQmgbrSvQMy7cI8Q62FHx1t8wJ8B5fu0UDoLwHAhUo1QA==",
  34. "requires": {
  35. "@ampproject/remapping": "^2.2.0",
  36. "@babel/code-frame": "^7.21.4",
  37. "@babel/generator": "^7.21.4",
  38. "@babel/helper-compilation-targets": "^7.21.4",
  39. "@babel/helper-module-transforms": "^7.21.2",
  40. "@babel/helpers": "^7.21.0",
  41. "@babel/parser": "^7.21.4",
  42. "@babel/template": "^7.20.7",
  43. "@babel/traverse": "^7.21.4",
  44. "@babel/types": "^7.21.4",
  45. "convert-source-map": "^1.7.0",
  46. "debug": "^4.1.0",
  47. "gensync": "^1.0.0-beta.2",
  48. "json5": "^2.2.2",
  49. "semver": "^6.3.0"
  50. }
  51. },
  52. "@babel/eslint-parser": {
  53. "version": "7.22.10",
  54. "resolved": "https://registry.npmmirror.com/@babel/eslint-parser/-/eslint-parser-7.22.10.tgz",
  55. "integrity": "sha512-0J8DNPRXQRLeR9rPaUMM3fA+RbixjnVLe/MRMYCkp3hzgsSuxCHQ8NN8xQG1wIHKJ4a1DTROTvFJdW+B5/eOsg==",
  56. "requires": {
  57. "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
  58. "eslint-visitor-keys": "^2.1.0",
  59. "semver": "^6.3.1"
  60. }
  61. },
  62. "@babel/generator": {
  63. "version": "7.21.4",
  64. "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.21.4.tgz",
  65. "integrity": "sha512-NieM3pVIYW2SwGzKoqfPrQsf4xGs9M9AIG3ThppsSRmO+m7eQhmI6amajKMUeIO37wFfsvnvcxQFx6x6iqxDnA==",
  66. "requires": {
  67. "@babel/types": "^7.21.4",
  68. "@jridgewell/gen-mapping": "^0.3.2",
  69. "@jridgewell/trace-mapping": "^0.3.17",
  70. "jsesc": "^2.5.1"
  71. }
  72. },
  73. "@babel/helper-annotate-as-pure": {
  74. "version": "7.22.5",
  75. "resolved": "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz",
  76. "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==",
  77. "requires": {
  78. "@babel/types": "^7.22.5"
  79. }
  80. },
  81. "@babel/helper-builder-binary-assignment-operator-visitor": {
  82. "version": "7.22.10",
  83. "resolved": "https://registry.npmmirror.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.10.tgz",
  84. "integrity": "sha512-Av0qubwDQxC56DoUReVDeLfMEjYYSN1nZrTUrWkXd7hpU73ymRANkbuDm3yni9npkn+RXy9nNbEJZEzXr7xrfQ==",
  85. "requires": {
  86. "@babel/types": "^7.22.10"
  87. }
  88. },
  89. "@babel/helper-compilation-targets": {
  90. "version": "7.22.10",
  91. "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.10.tgz",
  92. "integrity": "sha512-JMSwHD4J7SLod0idLq5PKgI+6g/hLD/iuWBq08ZX49xE14VpVEojJ5rHWptpirV2j020MvypRLAXAO50igCJ5Q==",
  93. "requires": {
  94. "@babel/compat-data": "^7.22.9",
  95. "@babel/helper-validator-option": "^7.22.5",
  96. "browserslist": "^4.21.9",
  97. "lru-cache": "^5.1.1",
  98. "semver": "^6.3.1"
  99. }
  100. },
  101. "@babel/helper-create-class-features-plugin": {
  102. "version": "7.22.10",
  103. "resolved": "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.10.tgz",
  104. "integrity": "sha512-5IBb77txKYQPpOEdUdIhBx8VrZyDCQ+H82H0+5dX1TmuscP5vJKEE3cKurjtIw/vFwzbVH48VweE78kVDBrqjA==",
  105. "requires": {
  106. "@babel/helper-annotate-as-pure": "^7.22.5",
  107. "@babel/helper-environment-visitor": "^7.22.5",
  108. "@babel/helper-function-name": "^7.22.5",
  109. "@babel/helper-member-expression-to-functions": "^7.22.5",
  110. "@babel/helper-optimise-call-expression": "^7.22.5",
  111. "@babel/helper-replace-supers": "^7.22.9",
  112. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
  113. "@babel/helper-split-export-declaration": "^7.22.6",
  114. "semver": "^6.3.1"
  115. }
  116. },
  117. "@babel/helper-create-regexp-features-plugin": {
  118. "version": "7.22.9",
  119. "resolved": "https://registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.9.tgz",
  120. "integrity": "sha512-+svjVa/tFwsNSG4NEy1h85+HQ5imbT92Q5/bgtS7P0GTQlP8WuFdqsiABmQouhiFGyV66oGxZFpeYHza1rNsKw==",
  121. "requires": {
  122. "@babel/helper-annotate-as-pure": "^7.22.5",
  123. "regexpu-core": "^5.3.1",
  124. "semver": "^6.3.1"
  125. }
  126. },
  127. "@babel/helper-define-polyfill-provider": {
  128. "version": "0.3.3",
  129. "resolved": "https://registry.npmmirror.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz",
  130. "integrity": "sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==",
  131. "requires": {
  132. "@babel/helper-compilation-targets": "^7.17.7",
  133. "@babel/helper-plugin-utils": "^7.16.7",
  134. "debug": "^4.1.1",
  135. "lodash.debounce": "^4.0.8",
  136. "resolve": "^1.14.2",
  137. "semver": "^6.1.2"
  138. }
  139. },
  140. "@babel/helper-environment-visitor": {
  141. "version": "7.22.5",
  142. "resolved": "https://registry.npmmirror.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz",
  143. "integrity": "sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q=="
  144. },
  145. "@babel/helper-function-name": {
  146. "version": "7.22.5",
  147. "resolved": "https://registry.npmmirror.com/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz",
  148. "integrity": "sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==",
  149. "requires": {
  150. "@babel/template": "^7.22.5",
  151. "@babel/types": "^7.22.5"
  152. },
  153. "dependencies": {
  154. "@babel/code-frame": {
  155. "version": "7.27.1",
  156. "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.27.1.tgz",
  157. "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
  158. "requires": {
  159. "@babel/helper-validator-identifier": "^7.27.1",
  160. "js-tokens": "^4.0.0",
  161. "picocolors": "^1.1.1"
  162. }
  163. },
  164. "@babel/helper-string-parser": {
  165. "version": "7.27.1",
  166. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  167. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA=="
  168. },
  169. "@babel/helper-validator-identifier": {
  170. "version": "7.27.1",
  171. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
  172. "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow=="
  173. },
  174. "@babel/parser": {
  175. "version": "7.27.5",
  176. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.27.5.tgz",
  177. "integrity": "sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==",
  178. "requires": {
  179. "@babel/types": "^7.27.3"
  180. },
  181. "dependencies": {
  182. "@babel/types": {
  183. "version": "7.27.6",
  184. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.27.6.tgz",
  185. "integrity": "sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==",
  186. "requires": {
  187. "@babel/helper-string-parser": "^7.27.1",
  188. "@babel/helper-validator-identifier": "^7.27.1"
  189. }
  190. }
  191. }
  192. },
  193. "@babel/template": {
  194. "version": "7.27.2",
  195. "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.27.2.tgz",
  196. "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
  197. "requires": {
  198. "@babel/code-frame": "^7.27.1",
  199. "@babel/parser": "^7.27.2",
  200. "@babel/types": "^7.27.1"
  201. },
  202. "dependencies": {
  203. "@babel/types": {
  204. "version": "7.27.6",
  205. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.27.6.tgz",
  206. "integrity": "sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==",
  207. "requires": {
  208. "@babel/helper-string-parser": "^7.27.1",
  209. "@babel/helper-validator-identifier": "^7.27.1"
  210. }
  211. }
  212. }
  213. }
  214. }
  215. },
  216. "@babel/helper-hoist-variables": {
  217. "version": "7.22.5",
  218. "resolved": "https://registry.npmmirror.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz",
  219. "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==",
  220. "requires": {
  221. "@babel/types": "^7.22.5"
  222. }
  223. },
  224. "@babel/helper-member-expression-to-functions": {
  225. "version": "7.22.5",
  226. "resolved": "https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.22.5.tgz",
  227. "integrity": "sha512-aBiH1NKMG0H2cGZqspNvsaBe6wNGjbJjuLy29aU+eDZjSbbN53BaxlpB02xm9v34pLTZ1nIQPFYn2qMZoa5BQQ==",
  228. "requires": {
  229. "@babel/types": "^7.22.5"
  230. }
  231. },
  232. "@babel/helper-module-imports": {
  233. "version": "7.21.4",
  234. "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.21.4.tgz",
  235. "integrity": "sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==",
  236. "requires": {
  237. "@babel/types": "^7.21.4"
  238. }
  239. },
  240. "@babel/helper-module-transforms": {
  241. "version": "7.22.9",
  242. "resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz",
  243. "integrity": "sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==",
  244. "requires": {
  245. "@babel/helper-environment-visitor": "^7.22.5",
  246. "@babel/helper-module-imports": "^7.22.5",
  247. "@babel/helper-simple-access": "^7.22.5",
  248. "@babel/helper-split-export-declaration": "^7.22.6",
  249. "@babel/helper-validator-identifier": "^7.22.5"
  250. },
  251. "dependencies": {
  252. "@babel/code-frame": {
  253. "version": "7.27.1",
  254. "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.27.1.tgz",
  255. "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
  256. "requires": {
  257. "@babel/helper-validator-identifier": "^7.27.1",
  258. "js-tokens": "^4.0.0",
  259. "picocolors": "^1.1.1"
  260. },
  261. "dependencies": {
  262. "@babel/helper-validator-identifier": {
  263. "version": "7.27.1",
  264. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
  265. "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow=="
  266. }
  267. }
  268. },
  269. "@babel/generator": {
  270. "version": "7.27.5",
  271. "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.27.5.tgz",
  272. "integrity": "sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw==",
  273. "requires": {
  274. "@babel/parser": "^7.27.5",
  275. "@babel/types": "^7.27.3",
  276. "@jridgewell/gen-mapping": "^0.3.5",
  277. "@jridgewell/trace-mapping": "^0.3.25",
  278. "jsesc": "^3.0.2"
  279. }
  280. },
  281. "@babel/helper-module-imports": {
  282. "version": "7.27.1",
  283. "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
  284. "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
  285. "requires": {
  286. "@babel/traverse": "^7.27.1",
  287. "@babel/types": "^7.27.1"
  288. }
  289. },
  290. "@babel/helper-string-parser": {
  291. "version": "7.27.1",
  292. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  293. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA=="
  294. },
  295. "@babel/parser": {
  296. "version": "7.27.5",
  297. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.27.5.tgz",
  298. "integrity": "sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==",
  299. "requires": {
  300. "@babel/types": "^7.27.3"
  301. }
  302. },
  303. "@babel/template": {
  304. "version": "7.27.2",
  305. "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.27.2.tgz",
  306. "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
  307. "requires": {
  308. "@babel/code-frame": "^7.27.1",
  309. "@babel/parser": "^7.27.2",
  310. "@babel/types": "^7.27.1"
  311. }
  312. },
  313. "@babel/traverse": {
  314. "version": "7.27.4",
  315. "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.27.4.tgz",
  316. "integrity": "sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==",
  317. "requires": {
  318. "@babel/code-frame": "^7.27.1",
  319. "@babel/generator": "^7.27.3",
  320. "@babel/parser": "^7.27.4",
  321. "@babel/template": "^7.27.2",
  322. "@babel/types": "^7.27.3",
  323. "debug": "^4.3.1",
  324. "globals": "^11.1.0"
  325. }
  326. },
  327. "@babel/types": {
  328. "version": "7.27.6",
  329. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.27.6.tgz",
  330. "integrity": "sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==",
  331. "requires": {
  332. "@babel/helper-string-parser": "^7.27.1",
  333. "@babel/helper-validator-identifier": "^7.27.1"
  334. },
  335. "dependencies": {
  336. "@babel/helper-validator-identifier": {
  337. "version": "7.27.1",
  338. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
  339. "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow=="
  340. }
  341. }
  342. },
  343. "jsesc": {
  344. "version": "3.1.0",
  345. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.1.0.tgz",
  346. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA=="
  347. }
  348. }
  349. },
  350. "@babel/helper-optimise-call-expression": {
  351. "version": "7.22.5",
  352. "resolved": "https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz",
  353. "integrity": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==",
  354. "requires": {
  355. "@babel/types": "^7.22.5"
  356. }
  357. },
  358. "@babel/helper-plugin-utils": {
  359. "version": "7.24.6",
  360. "resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.6.tgz",
  361. "integrity": "sha512-MZG/JcWfxybKwsA9N9PmtF2lOSFSEMVCpIRrbxccZFLJPrJciJdG/UhSh5W96GEteJI2ARqm5UAHxISwRDLSNg=="
  362. },
  363. "@babel/helper-remap-async-to-generator": {
  364. "version": "7.22.9",
  365. "resolved": "https://registry.npmmirror.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.9.tgz",
  366. "integrity": "sha512-8WWC4oR4Px+tr+Fp0X3RHDVfINGpF3ad1HIbrc8A77epiR6eMMc6jsgozkzT2uDiOOdoS9cLIQ+XD2XvI2WSmQ==",
  367. "requires": {
  368. "@babel/helper-annotate-as-pure": "^7.22.5",
  369. "@babel/helper-environment-visitor": "^7.22.5",
  370. "@babel/helper-wrap-function": "^7.22.9"
  371. }
  372. },
  373. "@babel/helper-replace-supers": {
  374. "version": "7.22.9",
  375. "resolved": "https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.22.9.tgz",
  376. "integrity": "sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==",
  377. "requires": {
  378. "@babel/helper-environment-visitor": "^7.22.5",
  379. "@babel/helper-member-expression-to-functions": "^7.22.5",
  380. "@babel/helper-optimise-call-expression": "^7.22.5"
  381. }
  382. },
  383. "@babel/helper-simple-access": {
  384. "version": "7.22.5",
  385. "resolved": "https://registry.npmmirror.com/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz",
  386. "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==",
  387. "requires": {
  388. "@babel/types": "^7.22.5"
  389. }
  390. },
  391. "@babel/helper-skip-transparent-expression-wrappers": {
  392. "version": "7.24.6",
  393. "resolved": "https://registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.6.tgz",
  394. "integrity": "sha512-jhbbkK3IUKc4T43WadP96a27oYti9gEf1LdyGSP2rHGH77kwLwfhO7TgwnWvxxQVmke0ImmCSS47vcuxEMGD3Q==",
  395. "requires": {
  396. "@babel/types": "^7.24.6"
  397. }
  398. },
  399. "@babel/helper-split-export-declaration": {
  400. "version": "7.22.6",
  401. "resolved": "https://registry.npmmirror.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz",
  402. "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==",
  403. "requires": {
  404. "@babel/types": "^7.22.5"
  405. }
  406. },
  407. "@babel/helper-string-parser": {
  408. "version": "7.24.6",
  409. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.24.6.tgz",
  410. "integrity": "sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q=="
  411. },
  412. "@babel/helper-validator-identifier": {
  413. "version": "7.24.6",
  414. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.6.tgz",
  415. "integrity": "sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw=="
  416. },
  417. "@babel/helper-validator-option": {
  418. "version": "7.22.5",
  419. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz",
  420. "integrity": "sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw=="
  421. },
  422. "@babel/helper-wrap-function": {
  423. "version": "7.22.10",
  424. "resolved": "https://registry.npmmirror.com/@babel/helper-wrap-function/-/helper-wrap-function-7.22.10.tgz",
  425. "integrity": "sha512-OnMhjWjuGYtdoO3FmsEFWvBStBAe2QOgwOLsLNDjN+aaiMD8InJk1/O3HSD8lkqTjCgg5YI34Tz15KNNA3p+nQ==",
  426. "requires": {
  427. "@babel/helper-function-name": "^7.22.5",
  428. "@babel/template": "^7.22.5",
  429. "@babel/types": "^7.22.10"
  430. },
  431. "dependencies": {
  432. "@babel/code-frame": {
  433. "version": "7.27.1",
  434. "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.27.1.tgz",
  435. "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
  436. "requires": {
  437. "@babel/helper-validator-identifier": "^7.27.1",
  438. "js-tokens": "^4.0.0",
  439. "picocolors": "^1.1.1"
  440. }
  441. },
  442. "@babel/helper-string-parser": {
  443. "version": "7.27.1",
  444. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  445. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA=="
  446. },
  447. "@babel/helper-validator-identifier": {
  448. "version": "7.27.1",
  449. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
  450. "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow=="
  451. },
  452. "@babel/parser": {
  453. "version": "7.27.5",
  454. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.27.5.tgz",
  455. "integrity": "sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==",
  456. "requires": {
  457. "@babel/types": "^7.27.3"
  458. },
  459. "dependencies": {
  460. "@babel/types": {
  461. "version": "7.27.6",
  462. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.27.6.tgz",
  463. "integrity": "sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==",
  464. "requires": {
  465. "@babel/helper-string-parser": "^7.27.1",
  466. "@babel/helper-validator-identifier": "^7.27.1"
  467. }
  468. }
  469. }
  470. },
  471. "@babel/template": {
  472. "version": "7.27.2",
  473. "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.27.2.tgz",
  474. "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
  475. "requires": {
  476. "@babel/code-frame": "^7.27.1",
  477. "@babel/parser": "^7.27.2",
  478. "@babel/types": "^7.27.1"
  479. },
  480. "dependencies": {
  481. "@babel/types": {
  482. "version": "7.27.6",
  483. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.27.6.tgz",
  484. "integrity": "sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==",
  485. "requires": {
  486. "@babel/helper-string-parser": "^7.27.1",
  487. "@babel/helper-validator-identifier": "^7.27.1"
  488. }
  489. }
  490. }
  491. }
  492. }
  493. },
  494. "@babel/helpers": {
  495. "version": "7.21.0",
  496. "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.21.0.tgz",
  497. "integrity": "sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA==",
  498. "requires": {
  499. "@babel/template": "^7.20.7",
  500. "@babel/traverse": "^7.21.0",
  501. "@babel/types": "^7.21.0"
  502. }
  503. },
  504. "@babel/highlight": {
  505. "version": "7.22.10",
  506. "resolved": "https://registry.npmmirror.com/@babel/highlight/-/highlight-7.22.10.tgz",
  507. "integrity": "sha512-78aUtVcT7MUscr0K5mIEnkwxPE0MaxkR5RxRwuHaQ+JuU5AmTPhY+do2mdzVTnIJJpyBglql2pehuBIWHug+WQ==",
  508. "requires": {
  509. "@babel/helper-validator-identifier": "^7.22.5",
  510. "chalk": "^2.4.2",
  511. "js-tokens": "^4.0.0"
  512. }
  513. },
  514. "@babel/parser": {
  515. "version": "7.21.4",
  516. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.21.4.tgz",
  517. "integrity": "sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw=="
  518. },
  519. "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
  520. "version": "7.24.6",
  521. "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.24.6.tgz",
  522. "integrity": "sha512-iVuhb6poq5ikqRq2XWU6OQ+R5o9wF+r/or9CeUyovgptz0UlnK4/seOQ1Istu/XybYjAhQv1FRSSfHHufIku5Q==",
  523. "requires": {
  524. "@babel/helper-plugin-utils": "^7.24.6"
  525. }
  526. },
  527. "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
  528. "version": "7.24.6",
  529. "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.6.tgz",
  530. "integrity": "sha512-c8TER5xMDYzzFcGqOEp9l4hvB7dcbhcGjcLVwxWfe4P5DOafdwjsBJZKsmv+o3aXh7NhopvayQIovHrh2zSRUQ==",
  531. "requires": {
  532. "@babel/helper-plugin-utils": "^7.24.6",
  533. "@babel/helper-skip-transparent-expression-wrappers": "^7.24.6",
  534. "@babel/plugin-transform-optional-chaining": "^7.24.6"
  535. }
  536. },
  537. "@babel/plugin-proposal-async-generator-functions": {
  538. "version": "7.20.7",
  539. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.7.tgz",
  540. "integrity": "sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==",
  541. "requires": {
  542. "@babel/helper-environment-visitor": "^7.18.9",
  543. "@babel/helper-plugin-utils": "^7.20.2",
  544. "@babel/helper-remap-async-to-generator": "^7.18.9",
  545. "@babel/plugin-syntax-async-generators": "^7.8.4"
  546. }
  547. },
  548. "@babel/plugin-proposal-class-properties": {
  549. "version": "7.18.6",
  550. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz",
  551. "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==",
  552. "requires": {
  553. "@babel/helper-create-class-features-plugin": "^7.18.6",
  554. "@babel/helper-plugin-utils": "^7.18.6"
  555. }
  556. },
  557. "@babel/plugin-proposal-class-static-block": {
  558. "version": "7.21.0",
  559. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.21.0.tgz",
  560. "integrity": "sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==",
  561. "requires": {
  562. "@babel/helper-create-class-features-plugin": "^7.21.0",
  563. "@babel/helper-plugin-utils": "^7.20.2",
  564. "@babel/plugin-syntax-class-static-block": "^7.14.5"
  565. }
  566. },
  567. "@babel/plugin-proposal-decorators": {
  568. "version": "7.21.0",
  569. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.21.0.tgz",
  570. "integrity": "sha512-MfgX49uRrFUTL/HvWtmx3zmpyzMMr4MTj3d527MLlr/4RTT9G/ytFFP7qet2uM2Ve03b+BkpWUpK+lRXnQ+v9w==",
  571. "requires": {
  572. "@babel/helper-create-class-features-plugin": "^7.21.0",
  573. "@babel/helper-plugin-utils": "^7.20.2",
  574. "@babel/helper-replace-supers": "^7.20.7",
  575. "@babel/helper-split-export-declaration": "^7.18.6",
  576. "@babel/plugin-syntax-decorators": "^7.21.0"
  577. }
  578. },
  579. "@babel/plugin-proposal-do-expressions": {
  580. "version": "7.18.6",
  581. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-do-expressions/-/plugin-proposal-do-expressions-7.18.6.tgz",
  582. "integrity": "sha512-ddToGCONJhCuL+l4FhtGnKl5ZYCj9fDVFiqiCdQDpeIbVn/NvMeSib+7T1/rk08jRafae4qNiP8OnJyuqlsuYA==",
  583. "requires": {
  584. "@babel/helper-plugin-utils": "^7.18.6",
  585. "@babel/plugin-syntax-do-expressions": "^7.18.6"
  586. }
  587. },
  588. "@babel/plugin-proposal-dynamic-import": {
  589. "version": "7.18.6",
  590. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz",
  591. "integrity": "sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==",
  592. "requires": {
  593. "@babel/helper-plugin-utils": "^7.18.6",
  594. "@babel/plugin-syntax-dynamic-import": "^7.8.3"
  595. }
  596. },
  597. "@babel/plugin-proposal-export-default-from": {
  598. "version": "7.18.10",
  599. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.18.10.tgz",
  600. "integrity": "sha512-5H2N3R2aQFxkV4PIBUR/i7PUSwgTZjouJKzI8eKswfIjT0PhvzkPn0t0wIS5zn6maQuvtT0t1oHtMUz61LOuow==",
  601. "requires": {
  602. "@babel/helper-plugin-utils": "^7.18.9",
  603. "@babel/plugin-syntax-export-default-from": "^7.18.6"
  604. }
  605. },
  606. "@babel/plugin-proposal-export-namespace-from": {
  607. "version": "7.18.9",
  608. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz",
  609. "integrity": "sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==",
  610. "requires": {
  611. "@babel/helper-plugin-utils": "^7.18.9",
  612. "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
  613. }
  614. },
  615. "@babel/plugin-proposal-function-bind": {
  616. "version": "7.18.9",
  617. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-function-bind/-/plugin-proposal-function-bind-7.18.9.tgz",
  618. "integrity": "sha512-9RfxqKkRBCCT0xoBl9AqieCMscJmSAL9HYixGMWH549jUpT9csWWK/HEYZEx9t9iW/PRSXgX95x9bDlgtAJGFA==",
  619. "requires": {
  620. "@babel/helper-plugin-utils": "^7.18.9",
  621. "@babel/plugin-syntax-function-bind": "^7.18.6"
  622. }
  623. },
  624. "@babel/plugin-proposal-function-sent": {
  625. "version": "7.18.6",
  626. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-function-sent/-/plugin-proposal-function-sent-7.18.6.tgz",
  627. "integrity": "sha512-UdaOKPOLPt0O+Xu26tnw6oAZMLXhk+yMrXOzn6kAzTHBnWHJsoN1hlrgxFAQ+FRLS0ql1oYIQ2phvoFzmN3GMw==",
  628. "requires": {
  629. "@babel/helper-plugin-utils": "^7.18.6",
  630. "@babel/helper-wrap-function": "^7.18.6",
  631. "@babel/plugin-syntax-function-sent": "^7.18.6"
  632. }
  633. },
  634. "@babel/plugin-proposal-json-strings": {
  635. "version": "7.18.6",
  636. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz",
  637. "integrity": "sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==",
  638. "requires": {
  639. "@babel/helper-plugin-utils": "^7.18.6",
  640. "@babel/plugin-syntax-json-strings": "^7.8.3"
  641. }
  642. },
  643. "@babel/plugin-proposal-logical-assignment-operators": {
  644. "version": "7.20.7",
  645. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.20.7.tgz",
  646. "integrity": "sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==",
  647. "requires": {
  648. "@babel/helper-plugin-utils": "^7.20.2",
  649. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
  650. }
  651. },
  652. "@babel/plugin-proposal-nullish-coalescing-operator": {
  653. "version": "7.18.6",
  654. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz",
  655. "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==",
  656. "requires": {
  657. "@babel/helper-plugin-utils": "^7.18.6",
  658. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
  659. }
  660. },
  661. "@babel/plugin-proposal-numeric-separator": {
  662. "version": "7.18.6",
  663. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz",
  664. "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==",
  665. "requires": {
  666. "@babel/helper-plugin-utils": "^7.18.6",
  667. "@babel/plugin-syntax-numeric-separator": "^7.10.4"
  668. }
  669. },
  670. "@babel/plugin-proposal-object-rest-spread": {
  671. "version": "7.20.7",
  672. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz",
  673. "integrity": "sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==",
  674. "requires": {
  675. "@babel/compat-data": "^7.20.5",
  676. "@babel/helper-compilation-targets": "^7.20.7",
  677. "@babel/helper-plugin-utils": "^7.20.2",
  678. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  679. "@babel/plugin-transform-parameters": "^7.20.7"
  680. }
  681. },
  682. "@babel/plugin-proposal-optional-catch-binding": {
  683. "version": "7.18.6",
  684. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz",
  685. "integrity": "sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==",
  686. "requires": {
  687. "@babel/helper-plugin-utils": "^7.18.6",
  688. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
  689. }
  690. },
  691. "@babel/plugin-proposal-optional-chaining": {
  692. "version": "7.21.0",
  693. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz",
  694. "integrity": "sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==",
  695. "requires": {
  696. "@babel/helper-plugin-utils": "^7.20.2",
  697. "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0",
  698. "@babel/plugin-syntax-optional-chaining": "^7.8.3"
  699. }
  700. },
  701. "@babel/plugin-proposal-pipeline-operator": {
  702. "version": "7.18.9",
  703. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-pipeline-operator/-/plugin-proposal-pipeline-operator-7.18.9.tgz",
  704. "integrity": "sha512-Pc33e6m8f4MJhRXVCUwiKZNtEm+W2CUPHIL0lyJNtkp+w6d75CLw3gsBKQ81VAMUgT9jVPIEU8gwJ5nJgmJ1Ag==",
  705. "requires": {
  706. "@babel/helper-plugin-utils": "^7.18.9",
  707. "@babel/plugin-syntax-pipeline-operator": "^7.18.6"
  708. }
  709. },
  710. "@babel/plugin-proposal-private-methods": {
  711. "version": "7.18.6",
  712. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz",
  713. "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==",
  714. "requires": {
  715. "@babel/helper-create-class-features-plugin": "^7.18.6",
  716. "@babel/helper-plugin-utils": "^7.18.6"
  717. }
  718. },
  719. "@babel/plugin-proposal-private-property-in-object": {
  720. "version": "7.21.0",
  721. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0.tgz",
  722. "integrity": "sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw==",
  723. "requires": {
  724. "@babel/helper-annotate-as-pure": "^7.18.6",
  725. "@babel/helper-create-class-features-plugin": "^7.21.0",
  726. "@babel/helper-plugin-utils": "^7.20.2",
  727. "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
  728. }
  729. },
  730. "@babel/plugin-proposal-throw-expressions": {
  731. "version": "7.18.6",
  732. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-throw-expressions/-/plugin-proposal-throw-expressions-7.18.6.tgz",
  733. "integrity": "sha512-WHOrJyhGoGrdtW480L79cF7Iq/gZDZ/z6OqK7mVyFR5I37dTpog/wNgb6hmaM3HYZtULEJl++7VaMWkNZsOcHg==",
  734. "requires": {
  735. "@babel/helper-plugin-utils": "^7.18.6",
  736. "@babel/plugin-syntax-throw-expressions": "^7.18.6"
  737. }
  738. },
  739. "@babel/plugin-proposal-unicode-property-regex": {
  740. "version": "7.18.6",
  741. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz",
  742. "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==",
  743. "requires": {
  744. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  745. "@babel/helper-plugin-utils": "^7.18.6"
  746. }
  747. },
  748. "@babel/plugin-syntax-async-generators": {
  749. "version": "7.8.4",
  750. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
  751. "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
  752. "requires": {
  753. "@babel/helper-plugin-utils": "^7.8.0"
  754. }
  755. },
  756. "@babel/plugin-syntax-bigint": {
  757. "version": "7.8.3",
  758. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
  759. "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
  760. "requires": {
  761. "@babel/helper-plugin-utils": "^7.8.0"
  762. }
  763. },
  764. "@babel/plugin-syntax-class-properties": {
  765. "version": "7.12.13",
  766. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
  767. "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
  768. "requires": {
  769. "@babel/helper-plugin-utils": "^7.12.13"
  770. }
  771. },
  772. "@babel/plugin-syntax-class-static-block": {
  773. "version": "7.14.5",
  774. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
  775. "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
  776. "requires": {
  777. "@babel/helper-plugin-utils": "^7.14.5"
  778. }
  779. },
  780. "@babel/plugin-syntax-decorators": {
  781. "version": "7.22.10",
  782. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.22.10.tgz",
  783. "integrity": "sha512-z1KTVemBjnz+kSEilAsI4lbkPOl5TvJH7YDSY1CTIzvLWJ+KHXp+mRe8VPmfnyvqOPqar1V2gid2PleKzRUstQ==",
  784. "requires": {
  785. "@babel/helper-plugin-utils": "^7.22.5"
  786. }
  787. },
  788. "@babel/plugin-syntax-do-expressions": {
  789. "version": "7.22.5",
  790. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-do-expressions/-/plugin-syntax-do-expressions-7.22.5.tgz",
  791. "integrity": "sha512-60pOTgQGY00/Kiozrtu286Aqg50IxDy/jIHhlMzXjYTs1Q8lbeOgqC9NLidtqfBNwdX6bZCT6FJ2i5xzt+JKzw==",
  792. "requires": {
  793. "@babel/helper-plugin-utils": "^7.22.5"
  794. }
  795. },
  796. "@babel/plugin-syntax-dynamic-import": {
  797. "version": "7.8.3",
  798. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
  799. "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
  800. "requires": {
  801. "@babel/helper-plugin-utils": "^7.8.0"
  802. }
  803. },
  804. "@babel/plugin-syntax-export-default-from": {
  805. "version": "7.22.5",
  806. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.22.5.tgz",
  807. "integrity": "sha512-ODAqWWXB/yReh/jVQDag/3/tl6lgBueQkk/TcfW/59Oykm4c8a55XloX0CTk2k2VJiFWMgHby9xNX29IbCv9dQ==",
  808. "requires": {
  809. "@babel/helper-plugin-utils": "^7.22.5"
  810. }
  811. },
  812. "@babel/plugin-syntax-export-namespace-from": {
  813. "version": "7.8.3",
  814. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
  815. "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
  816. "requires": {
  817. "@babel/helper-plugin-utils": "^7.8.3"
  818. }
  819. },
  820. "@babel/plugin-syntax-function-bind": {
  821. "version": "7.22.5",
  822. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-function-bind/-/plugin-syntax-function-bind-7.22.5.tgz",
  823. "integrity": "sha512-Sjy7XIhHF9L++0Mk/3Y4H4439cjI//wc/jE8Ly3+qGPkTUYYEhe4rzMv/JnyZpekfOBL22X6DAq42I7GM/3KzA==",
  824. "requires": {
  825. "@babel/helper-plugin-utils": "^7.22.5"
  826. }
  827. },
  828. "@babel/plugin-syntax-function-sent": {
  829. "version": "7.22.5",
  830. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-function-sent/-/plugin-syntax-function-sent-7.22.5.tgz",
  831. "integrity": "sha512-tKOWGUAVv+JGJ1tcOIFdCqxUX97lgAUnmLpWt/9JtEkgk9WQ5OolN+y9rWj6mtLM+d0kAzTGLu/kRQqr5/PEsA==",
  832. "requires": {
  833. "@babel/helper-plugin-utils": "^7.22.5"
  834. }
  835. },
  836. "@babel/plugin-syntax-import-assertions": {
  837. "version": "7.24.6",
  838. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.6.tgz",
  839. "integrity": "sha512-BE6o2BogJKJImTmGpkmOic4V0hlRRxVtzqxiSPa8TIFxyhi4EFjHm08nq1M4STK4RytuLMgnSz0/wfflvGFNOg==",
  840. "requires": {
  841. "@babel/helper-plugin-utils": "^7.24.6"
  842. }
  843. },
  844. "@babel/plugin-syntax-import-meta": {
  845. "version": "7.10.4",
  846. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  847. "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  848. "requires": {
  849. "@babel/helper-plugin-utils": "^7.10.4"
  850. }
  851. },
  852. "@babel/plugin-syntax-json-strings": {
  853. "version": "7.8.3",
  854. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
  855. "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
  856. "requires": {
  857. "@babel/helper-plugin-utils": "^7.8.0"
  858. }
  859. },
  860. "@babel/plugin-syntax-logical-assignment-operators": {
  861. "version": "7.10.4",
  862. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
  863. "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
  864. "requires": {
  865. "@babel/helper-plugin-utils": "^7.10.4"
  866. }
  867. },
  868. "@babel/plugin-syntax-nullish-coalescing-operator": {
  869. "version": "7.8.3",
  870. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
  871. "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
  872. "requires": {
  873. "@babel/helper-plugin-utils": "^7.8.0"
  874. }
  875. },
  876. "@babel/plugin-syntax-numeric-separator": {
  877. "version": "7.10.4",
  878. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
  879. "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
  880. "requires": {
  881. "@babel/helper-plugin-utils": "^7.10.4"
  882. }
  883. },
  884. "@babel/plugin-syntax-object-rest-spread": {
  885. "version": "7.8.3",
  886. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
  887. "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
  888. "requires": {
  889. "@babel/helper-plugin-utils": "^7.8.0"
  890. }
  891. },
  892. "@babel/plugin-syntax-optional-catch-binding": {
  893. "version": "7.8.3",
  894. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
  895. "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
  896. "requires": {
  897. "@babel/helper-plugin-utils": "^7.8.0"
  898. }
  899. },
  900. "@babel/plugin-syntax-optional-chaining": {
  901. "version": "7.8.3",
  902. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
  903. "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
  904. "requires": {
  905. "@babel/helper-plugin-utils": "^7.8.0"
  906. }
  907. },
  908. "@babel/plugin-syntax-pipeline-operator": {
  909. "version": "7.22.5",
  910. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-pipeline-operator/-/plugin-syntax-pipeline-operator-7.22.5.tgz",
  911. "integrity": "sha512-7yuGXd+h8gpR14FnPDTTCd5TfC/1B9njNZJT29GJ7UFF/WVbzkZy7728DynrENqgImqj5xyPTQAo8si9n3QVJQ==",
  912. "requires": {
  913. "@babel/helper-plugin-utils": "^7.22.5"
  914. }
  915. },
  916. "@babel/plugin-syntax-private-property-in-object": {
  917. "version": "7.14.5",
  918. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
  919. "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
  920. "requires": {
  921. "@babel/helper-plugin-utils": "^7.14.5"
  922. }
  923. },
  924. "@babel/plugin-syntax-throw-expressions": {
  925. "version": "7.22.5",
  926. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-throw-expressions/-/plugin-syntax-throw-expressions-7.22.5.tgz",
  927. "integrity": "sha512-oCyfA7rDVcQIydA7ZOmnHCQTzz5JvG9arY++Z+ASL/q5q+mJLblaRNHoK6ggV54X2c14wCK/lQi7z1DujmEmZA==",
  928. "requires": {
  929. "@babel/helper-plugin-utils": "^7.22.5"
  930. }
  931. },
  932. "@babel/plugin-syntax-top-level-await": {
  933. "version": "7.14.5",
  934. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
  935. "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
  936. "requires": {
  937. "@babel/helper-plugin-utils": "^7.14.5"
  938. }
  939. },
  940. "@babel/plugin-syntax-typescript": {
  941. "version": "7.22.5",
  942. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.22.5.tgz",
  943. "integrity": "sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==",
  944. "requires": {
  945. "@babel/helper-plugin-utils": "^7.22.5"
  946. }
  947. },
  948. "@babel/plugin-transform-arrow-functions": {
  949. "version": "7.22.5",
  950. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.22.5.tgz",
  951. "integrity": "sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==",
  952. "requires": {
  953. "@babel/helper-plugin-utils": "^7.22.5"
  954. }
  955. },
  956. "@babel/plugin-transform-async-to-generator": {
  957. "version": "7.22.5",
  958. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.22.5.tgz",
  959. "integrity": "sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==",
  960. "requires": {
  961. "@babel/helper-module-imports": "^7.22.5",
  962. "@babel/helper-plugin-utils": "^7.22.5",
  963. "@babel/helper-remap-async-to-generator": "^7.22.5"
  964. },
  965. "dependencies": {
  966. "@babel/code-frame": {
  967. "version": "7.27.1",
  968. "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.27.1.tgz",
  969. "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
  970. "requires": {
  971. "@babel/helper-validator-identifier": "^7.27.1",
  972. "js-tokens": "^4.0.0",
  973. "picocolors": "^1.1.1"
  974. }
  975. },
  976. "@babel/generator": {
  977. "version": "7.27.5",
  978. "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.27.5.tgz",
  979. "integrity": "sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw==",
  980. "requires": {
  981. "@babel/parser": "^7.27.5",
  982. "@babel/types": "^7.27.3",
  983. "@jridgewell/gen-mapping": "^0.3.5",
  984. "@jridgewell/trace-mapping": "^0.3.25",
  985. "jsesc": "^3.0.2"
  986. }
  987. },
  988. "@babel/helper-module-imports": {
  989. "version": "7.27.1",
  990. "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
  991. "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
  992. "requires": {
  993. "@babel/traverse": "^7.27.1",
  994. "@babel/types": "^7.27.1"
  995. }
  996. },
  997. "@babel/helper-string-parser": {
  998. "version": "7.27.1",
  999. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  1000. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA=="
  1001. },
  1002. "@babel/helper-validator-identifier": {
  1003. "version": "7.27.1",
  1004. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
  1005. "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow=="
  1006. },
  1007. "@babel/parser": {
  1008. "version": "7.27.5",
  1009. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.27.5.tgz",
  1010. "integrity": "sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==",
  1011. "requires": {
  1012. "@babel/types": "^7.27.3"
  1013. }
  1014. },
  1015. "@babel/template": {
  1016. "version": "7.27.2",
  1017. "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.27.2.tgz",
  1018. "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
  1019. "requires": {
  1020. "@babel/code-frame": "^7.27.1",
  1021. "@babel/parser": "^7.27.2",
  1022. "@babel/types": "^7.27.1"
  1023. }
  1024. },
  1025. "@babel/traverse": {
  1026. "version": "7.27.4",
  1027. "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.27.4.tgz",
  1028. "integrity": "sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==",
  1029. "requires": {
  1030. "@babel/code-frame": "^7.27.1",
  1031. "@babel/generator": "^7.27.3",
  1032. "@babel/parser": "^7.27.4",
  1033. "@babel/template": "^7.27.2",
  1034. "@babel/types": "^7.27.3",
  1035. "debug": "^4.3.1",
  1036. "globals": "^11.1.0"
  1037. }
  1038. },
  1039. "@babel/types": {
  1040. "version": "7.27.6",
  1041. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.27.6.tgz",
  1042. "integrity": "sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==",
  1043. "requires": {
  1044. "@babel/helper-string-parser": "^7.27.1",
  1045. "@babel/helper-validator-identifier": "^7.27.1"
  1046. }
  1047. },
  1048. "jsesc": {
  1049. "version": "3.1.0",
  1050. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.1.0.tgz",
  1051. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA=="
  1052. }
  1053. }
  1054. },
  1055. "@babel/plugin-transform-block-scoped-functions": {
  1056. "version": "7.22.5",
  1057. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.22.5.tgz",
  1058. "integrity": "sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==",
  1059. "requires": {
  1060. "@babel/helper-plugin-utils": "^7.22.5"
  1061. }
  1062. },
  1063. "@babel/plugin-transform-block-scoping": {
  1064. "version": "7.22.10",
  1065. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.22.10.tgz",
  1066. "integrity": "sha512-1+kVpGAOOI1Albt6Vse7c8pHzcZQdQKW+wJH+g8mCaszOdDVwRXa/slHPqIw+oJAJANTKDMuM2cBdV0Dg618Vg==",
  1067. "requires": {
  1068. "@babel/helper-plugin-utils": "^7.22.5"
  1069. }
  1070. },
  1071. "@babel/plugin-transform-classes": {
  1072. "version": "7.22.6",
  1073. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.22.6.tgz",
  1074. "integrity": "sha512-58EgM6nuPNG6Py4Z3zSuu0xWu2VfodiMi72Jt5Kj2FECmaYk1RrTXA45z6KBFsu9tRgwQDwIiY4FXTt+YsSFAQ==",
  1075. "requires": {
  1076. "@babel/helper-annotate-as-pure": "^7.22.5",
  1077. "@babel/helper-compilation-targets": "^7.22.6",
  1078. "@babel/helper-environment-visitor": "^7.22.5",
  1079. "@babel/helper-function-name": "^7.22.5",
  1080. "@babel/helper-optimise-call-expression": "^7.22.5",
  1081. "@babel/helper-plugin-utils": "^7.22.5",
  1082. "@babel/helper-replace-supers": "^7.22.5",
  1083. "@babel/helper-split-export-declaration": "^7.22.6",
  1084. "globals": "^11.1.0"
  1085. }
  1086. },
  1087. "@babel/plugin-transform-computed-properties": {
  1088. "version": "7.22.5",
  1089. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.22.5.tgz",
  1090. "integrity": "sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==",
  1091. "requires": {
  1092. "@babel/helper-plugin-utils": "^7.22.5",
  1093. "@babel/template": "^7.22.5"
  1094. },
  1095. "dependencies": {
  1096. "@babel/code-frame": {
  1097. "version": "7.27.1",
  1098. "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.27.1.tgz",
  1099. "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
  1100. "requires": {
  1101. "@babel/helper-validator-identifier": "^7.27.1",
  1102. "js-tokens": "^4.0.0",
  1103. "picocolors": "^1.1.1"
  1104. }
  1105. },
  1106. "@babel/helper-string-parser": {
  1107. "version": "7.27.1",
  1108. "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  1109. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA=="
  1110. },
  1111. "@babel/helper-validator-identifier": {
  1112. "version": "7.27.1",
  1113. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
  1114. "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow=="
  1115. },
  1116. "@babel/parser": {
  1117. "version": "7.27.5",
  1118. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.27.5.tgz",
  1119. "integrity": "sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==",
  1120. "requires": {
  1121. "@babel/types": "^7.27.3"
  1122. }
  1123. },
  1124. "@babel/template": {
  1125. "version": "7.27.2",
  1126. "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.27.2.tgz",
  1127. "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
  1128. "requires": {
  1129. "@babel/code-frame": "^7.27.1",
  1130. "@babel/parser": "^7.27.2",
  1131. "@babel/types": "^7.27.1"
  1132. }
  1133. },
  1134. "@babel/types": {
  1135. "version": "7.27.6",
  1136. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.27.6.tgz",
  1137. "integrity": "sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==",
  1138. "requires": {
  1139. "@babel/helper-string-parser": "^7.27.1",
  1140. "@babel/helper-validator-identifier": "^7.27.1"
  1141. }
  1142. }
  1143. }
  1144. },
  1145. "@babel/plugin-transform-destructuring": {
  1146. "version": "7.22.10",
  1147. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.22.10.tgz",
  1148. "integrity": "sha512-dPJrL0VOyxqLM9sritNbMSGx/teueHF/htMKrPT7DNxccXxRDPYqlgPFFdr8u+F+qUZOkZoXue/6rL5O5GduEw==",
  1149. "requires": {
  1150. "@babel/helper-plugin-utils": "^7.22.5"
  1151. }
  1152. },
  1153. "@babel/plugin-transform-dotall-regex": {
  1154. "version": "7.22.5",
  1155. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.22.5.tgz",
  1156. "integrity": "sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==",
  1157. "requires": {
  1158. "@babel/helper-create-regexp-features-plugin": "^7.22.5",
  1159. "@babel/helper-plugin-utils": "^7.22.5"
  1160. }
  1161. },
  1162. "@babel/plugin-transform-duplicate-keys": {
  1163. "version": "7.22.5",
  1164. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.22.5.tgz",
  1165. "integrity": "sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==",
  1166. "requires": {
  1167. "@babel/helper-plugin-utils": "^7.22.5"
  1168. }
  1169. },
  1170. "@babel/plugin-transform-exponentiation-operator": {
  1171. "version": "7.22.5",
  1172. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.22.5.tgz",
  1173. "integrity": "sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==",
  1174. "requires": {
  1175. "@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.5",
  1176. "@babel/helper-plugin-utils": "^7.22.5"
  1177. }
  1178. },
  1179. "@babel/plugin-transform-for-of": {
  1180. "version": "7.22.5",
  1181. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.22.5.tgz",
  1182. "integrity": "sha512-3kxQjX1dU9uudwSshyLeEipvrLjBCVthCgeTp6CzE/9JYrlAIaeekVxRpCWsDDfYTfRZRoCeZatCQvwo+wvK8A==",
  1183. "requires": {
  1184. "@babel/helper-plugin-utils": "^7.22.5"
  1185. }
  1186. },
  1187. "@babel/plugin-transform-function-name": {
  1188. "version": "7.22.5",
  1189. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.22.5.tgz",
  1190. "integrity": "sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==",
  1191. "requires": {
  1192. "@babel/helper-compilation-targets": "^7.22.5",
  1193. "@babel/helper-function-name": "^7.22.5",
  1194. "@babel/helper-plugin-utils": "^7.22.5"
  1195. }
  1196. },
  1197. "@babel/plugin-transform-literals": {
  1198. "version": "7.22.5",
  1199. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.22.5.tgz",
  1200. "integrity": "sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==",
  1201. "requires": {
  1202. "@babel/helper-plugin-utils": "^7.22.5"
  1203. }
  1204. },
  1205. "@babel/plugin-transform-member-expression-literals": {
  1206. "version": "7.22.5",
  1207. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.22.5.tgz",
  1208. "integrity": "sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==",
  1209. "requires": {
  1210. "@babel/helper-plugin-utils": "^7.22.5"
  1211. }
  1212. },
  1213. "@babel/plugin-transform-modules-amd": {
  1214. "version": "7.22.5",
  1215. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.22.5.tgz",
  1216. "integrity": "sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==",
  1217. "requires": {
  1218. "@babel/helper-module-transforms": "^7.22.5",
  1219. "@babel/helper-plugin-utils": "^7.22.5"
  1220. }
  1221. },
  1222. "@babel/plugin-transform-modules-commonjs": {
  1223. "version": "7.21.2",
  1224. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.21.2.tgz",
  1225. "integrity": "sha512-Cln+Yy04Gxua7iPdj6nOV96smLGjpElir5YwzF0LBPKoPlLDNJePNlrGGaybAJkd0zKRnOVXOgizSqPYMNYkzA==",
  1226. "requires": {
  1227. "@babel/helper-module-transforms": "^7.21.2",
  1228. "@babel/helper-plugin-utils": "^7.20.2",
  1229. "@babel/helper-simple-access": "^7.20.2"
  1230. }
  1231. },
  1232. "@babel/plugin-transform-modules-systemjs": {
  1233. "version": "7.22.5",
  1234. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.22.5.tgz",
  1235. "integrity": "sha512-emtEpoaTMsOs6Tzz+nbmcePl6AKVtS1yC4YNAeMun9U8YCsgadPNxnOPQ8GhHFB2qdx+LZu9LgoC0Lthuu05DQ==",
  1236. "requires": {
  1237. "@babel/helper-hoist-variables": "^7.22.5",
  1238. "@babel/helper-module-transforms": "^7.22.5",
  1239. "@babel/helper-plugin-utils": "^7.22.5",
  1240. "@babel/helper-validator-identifier": "^7.22.5"
  1241. }
  1242. },
  1243. "@babel/plugin-transform-modules-umd": {
  1244. "version": "7.22.5",
  1245. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.22.5.tgz",
  1246. "integrity": "sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==",
  1247. "requires": {
  1248. "@babel/helper-module-transforms": "^7.22.5",
  1249. "@babel/helper-plugin-utils": "^7.22.5"
  1250. }
  1251. },
  1252. "@babel/plugin-transform-named-capturing-groups-regex": {
  1253. "version": "7.22.5",
  1254. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz",
  1255. "integrity": "sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==",
  1256. "requires": {
  1257. "@babel/helper-create-regexp-features-plugin": "^7.22.5",
  1258. "@babel/helper-plugin-utils": "^7.22.5"
  1259. }
  1260. },
  1261. "@babel/plugin-transform-new-target": {
  1262. "version": "7.22.5",
  1263. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.22.5.tgz",
  1264. "integrity": "sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==",
  1265. "requires": {
  1266. "@babel/helper-plugin-utils": "^7.22.5"
  1267. }
  1268. },
  1269. "@babel/plugin-transform-object-super": {
  1270. "version": "7.22.5",
  1271. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.22.5.tgz",
  1272. "integrity": "sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==",
  1273. "requires": {
  1274. "@babel/helper-plugin-utils": "^7.22.5",
  1275. "@babel/helper-replace-supers": "^7.22.5"
  1276. }
  1277. },
  1278. "@babel/plugin-transform-optional-chaining": {
  1279. "version": "7.24.6",
  1280. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.6.tgz",
  1281. "integrity": "sha512-cHbqF6l1QP11OkYTYQ+hhVx1E017O5ZcSPXk9oODpqhcAD1htsWG2NpHrrhthEO2qZomLK0FXS+u7NfrkF5aOQ==",
  1282. "requires": {
  1283. "@babel/helper-plugin-utils": "^7.24.6",
  1284. "@babel/helper-skip-transparent-expression-wrappers": "^7.24.6",
  1285. "@babel/plugin-syntax-optional-chaining": "^7.8.3"
  1286. }
  1287. },
  1288. "@babel/plugin-transform-parameters": {
  1289. "version": "7.22.5",
  1290. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.22.5.tgz",
  1291. "integrity": "sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==",
  1292. "requires": {
  1293. "@babel/helper-plugin-utils": "^7.22.5"
  1294. }
  1295. },
  1296. "@babel/plugin-transform-property-literals": {
  1297. "version": "7.22.5",
  1298. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.22.5.tgz",
  1299. "integrity": "sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==",
  1300. "requires": {
  1301. "@babel/helper-plugin-utils": "^7.22.5"
  1302. }
  1303. },
  1304. "@babel/plugin-transform-regenerator": {
  1305. "version": "7.22.10",
  1306. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.22.10.tgz",
  1307. "integrity": "sha512-F28b1mDt8KcT5bUyJc/U9nwzw6cV+UmTeRlXYIl2TNqMMJif0Jeey9/RQ3C4NOd2zp0/TRsDns9ttj2L523rsw==",
  1308. "requires": {
  1309. "@babel/helper-plugin-utils": "^7.22.5",
  1310. "regenerator-transform": "^0.15.2"
  1311. }
  1312. },
  1313. "@babel/plugin-transform-reserved-words": {
  1314. "version": "7.22.5",
  1315. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.22.5.tgz",
  1316. "integrity": "sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==",
  1317. "requires": {
  1318. "@babel/helper-plugin-utils": "^7.22.5"
  1319. }
  1320. },
  1321. "@babel/plugin-transform-runtime": {
  1322. "version": "7.21.4",
  1323. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.21.4.tgz",
  1324. "integrity": "sha512-1J4dhrw1h1PqnNNpzwxQ2UBymJUF8KuPjAAnlLwZcGhHAIqUigFW7cdK6GHoB64ubY4qXQNYknoUeks4Wz7CUA==",
  1325. "requires": {
  1326. "@babel/helper-module-imports": "^7.21.4",
  1327. "@babel/helper-plugin-utils": "^7.20.2",
  1328. "babel-plugin-polyfill-corejs2": "^0.3.3",
  1329. "babel-plugin-polyfill-corejs3": "^0.6.0",
  1330. "babel-plugin-polyfill-regenerator": "^0.4.1",
  1331. "semver": "^6.3.0"
  1332. }
  1333. },
  1334. "@babel/plugin-transform-shorthand-properties": {
  1335. "version": "7.22.5",
  1336. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.22.5.tgz",
  1337. "integrity": "sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==",
  1338. "requires": {
  1339. "@babel/helper-plugin-utils": "^7.22.5"
  1340. }
  1341. },
  1342. "@babel/plugin-transform-spread": {
  1343. "version": "7.22.5",
  1344. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.22.5.tgz",
  1345. "integrity": "sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==",
  1346. "requires": {
  1347. "@babel/helper-plugin-utils": "^7.22.5",
  1348. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5"
  1349. }
  1350. },
  1351. "@babel/plugin-transform-sticky-regex": {
  1352. "version": "7.22.5",
  1353. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.22.5.tgz",
  1354. "integrity": "sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==",
  1355. "requires": {
  1356. "@babel/helper-plugin-utils": "^7.22.5"
  1357. }
  1358. },
  1359. "@babel/plugin-transform-template-literals": {
  1360. "version": "7.22.5",
  1361. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.22.5.tgz",
  1362. "integrity": "sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==",
  1363. "requires": {
  1364. "@babel/helper-plugin-utils": "^7.22.5"
  1365. }
  1366. },
  1367. "@babel/plugin-transform-typeof-symbol": {
  1368. "version": "7.22.5",
  1369. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.22.5.tgz",
  1370. "integrity": "sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==",
  1371. "requires": {
  1372. "@babel/helper-plugin-utils": "^7.22.5"
  1373. }
  1374. },
  1375. "@babel/plugin-transform-typescript": {
  1376. "version": "7.21.3",
  1377. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.21.3.tgz",
  1378. "integrity": "sha512-RQxPz6Iqt8T0uw/WsJNReuBpWpBqs/n7mNo18sKLoTbMp+UrEekhH+pKSVC7gWz+DNjo9gryfV8YzCiT45RgMw==",
  1379. "requires": {
  1380. "@babel/helper-annotate-as-pure": "^7.18.6",
  1381. "@babel/helper-create-class-features-plugin": "^7.21.0",
  1382. "@babel/helper-plugin-utils": "^7.20.2",
  1383. "@babel/plugin-syntax-typescript": "^7.20.0"
  1384. }
  1385. },
  1386. "@babel/plugin-transform-unicode-escapes": {
  1387. "version": "7.22.10",
  1388. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.22.10.tgz",
  1389. "integrity": "sha512-lRfaRKGZCBqDlRU3UIFovdp9c9mEvlylmpod0/OatICsSfuQ9YFthRo1tpTkGsklEefZdqlEFdY4A2dwTb6ohg==",
  1390. "requires": {
  1391. "@babel/helper-plugin-utils": "^7.22.5"
  1392. }
  1393. },
  1394. "@babel/plugin-transform-unicode-regex": {
  1395. "version": "7.22.5",
  1396. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.22.5.tgz",
  1397. "integrity": "sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==",
  1398. "requires": {
  1399. "@babel/helper-create-regexp-features-plugin": "^7.22.5",
  1400. "@babel/helper-plugin-utils": "^7.22.5"
  1401. }
  1402. },
  1403. "@babel/preset-env": {
  1404. "version": "7.21.4",
  1405. "resolved": "https://registry.npmmirror.com/@babel/preset-env/-/preset-env-7.21.4.tgz",
  1406. "integrity": "sha512-2W57zHs2yDLm6GD5ZpvNn71lZ0B/iypSdIeq25OurDKji6AdzV07qp4s3n1/x5BqtiGaTrPN3nerlSCaC5qNTw==",
  1407. "requires": {
  1408. "@babel/compat-data": "^7.21.4",
  1409. "@babel/helper-compilation-targets": "^7.21.4",
  1410. "@babel/helper-plugin-utils": "^7.20.2",
  1411. "@babel/helper-validator-option": "^7.21.0",
  1412. "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6",
  1413. "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.20.7",
  1414. "@babel/plugin-proposal-async-generator-functions": "^7.20.7",
  1415. "@babel/plugin-proposal-class-properties": "^7.18.6",
  1416. "@babel/plugin-proposal-class-static-block": "^7.21.0",
  1417. "@babel/plugin-proposal-dynamic-import": "^7.18.6",
  1418. "@babel/plugin-proposal-export-namespace-from": "^7.18.9",
  1419. "@babel/plugin-proposal-json-strings": "^7.18.6",
  1420. "@babel/plugin-proposal-logical-assignment-operators": "^7.20.7",
  1421. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
  1422. "@babel/plugin-proposal-numeric-separator": "^7.18.6",
  1423. "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
  1424. "@babel/plugin-proposal-optional-catch-binding": "^7.18.6",
  1425. "@babel/plugin-proposal-optional-chaining": "^7.21.0",
  1426. "@babel/plugin-proposal-private-methods": "^7.18.6",
  1427. "@babel/plugin-proposal-private-property-in-object": "^7.21.0",
  1428. "@babel/plugin-proposal-unicode-property-regex": "^7.18.6",
  1429. "@babel/plugin-syntax-async-generators": "^7.8.4",
  1430. "@babel/plugin-syntax-class-properties": "^7.12.13",
  1431. "@babel/plugin-syntax-class-static-block": "^7.14.5",
  1432. "@babel/plugin-syntax-dynamic-import": "^7.8.3",
  1433. "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
  1434. "@babel/plugin-syntax-import-assertions": "^7.20.0",
  1435. "@babel/plugin-syntax-json-strings": "^7.8.3",
  1436. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
  1437. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
  1438. "@babel/plugin-syntax-numeric-separator": "^7.10.4",
  1439. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  1440. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
  1441. "@babel/plugin-syntax-optional-chaining": "^7.8.3",
  1442. "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
  1443. "@babel/plugin-syntax-top-level-await": "^7.14.5",
  1444. "@babel/plugin-transform-arrow-functions": "^7.20.7",
  1445. "@babel/plugin-transform-async-to-generator": "^7.20.7",
  1446. "@babel/plugin-transform-block-scoped-functions": "^7.18.6",
  1447. "@babel/plugin-transform-block-scoping": "^7.21.0",
  1448. "@babel/plugin-transform-classes": "^7.21.0",
  1449. "@babel/plugin-transform-computed-properties": "^7.20.7",
  1450. "@babel/plugin-transform-destructuring": "^7.21.3",
  1451. "@babel/plugin-transform-dotall-regex": "^7.18.6",
  1452. "@babel/plugin-transform-duplicate-keys": "^7.18.9",
  1453. "@babel/plugin-transform-exponentiation-operator": "^7.18.6",
  1454. "@babel/plugin-transform-for-of": "^7.21.0",
  1455. "@babel/plugin-transform-function-name": "^7.18.9",
  1456. "@babel/plugin-transform-literals": "^7.18.9",
  1457. "@babel/plugin-transform-member-expression-literals": "^7.18.6",
  1458. "@babel/plugin-transform-modules-amd": "^7.20.11",
  1459. "@babel/plugin-transform-modules-commonjs": "^7.21.2",
  1460. "@babel/plugin-transform-modules-systemjs": "^7.20.11",
  1461. "@babel/plugin-transform-modules-umd": "^7.18.6",
  1462. "@babel/plugin-transform-named-capturing-groups-regex": "^7.20.5",
  1463. "@babel/plugin-transform-new-target": "^7.18.6",
  1464. "@babel/plugin-transform-object-super": "^7.18.6",
  1465. "@babel/plugin-transform-parameters": "^7.21.3",
  1466. "@babel/plugin-transform-property-literals": "^7.18.6",
  1467. "@babel/plugin-transform-regenerator": "^7.20.5",
  1468. "@babel/plugin-transform-reserved-words": "^7.18.6",
  1469. "@babel/plugin-transform-shorthand-properties": "^7.18.6",
  1470. "@babel/plugin-transform-spread": "^7.20.7",
  1471. "@babel/plugin-transform-sticky-regex": "^7.18.6",
  1472. "@babel/plugin-transform-template-literals": "^7.18.9",
  1473. "@babel/plugin-transform-typeof-symbol": "^7.18.9",
  1474. "@babel/plugin-transform-unicode-escapes": "^7.18.10",
  1475. "@babel/plugin-transform-unicode-regex": "^7.18.6",
  1476. "@babel/preset-modules": "^0.1.5",
  1477. "@babel/types": "^7.21.4",
  1478. "babel-plugin-polyfill-corejs2": "^0.3.3",
  1479. "babel-plugin-polyfill-corejs3": "^0.6.0",
  1480. "babel-plugin-polyfill-regenerator": "^0.4.1",
  1481. "core-js-compat": "^3.25.1",
  1482. "semver": "^6.3.0"
  1483. }
  1484. },
  1485. "@babel/preset-modules": {
  1486. "version": "0.1.6",
  1487. "resolved": "https://registry.npmmirror.com/@babel/preset-modules/-/preset-modules-0.1.6.tgz",
  1488. "integrity": "sha512-ID2yj6K/4lKfhuU3+EX4UvNbIt7eACFbHmNUjzA+ep+B5971CknnA/9DEWKbRokfbbtblxxxXFJJrH47UEAMVg==",
  1489. "requires": {
  1490. "@babel/helper-plugin-utils": "^7.0.0",
  1491. "@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
  1492. "@babel/plugin-transform-dotall-regex": "^7.4.4",
  1493. "@babel/types": "^7.4.4",
  1494. "esutils": "^2.0.2"
  1495. }
  1496. },
  1497. "@babel/regjsgen": {
  1498. "version": "0.8.0",
  1499. "resolved": "https://registry.npmmirror.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz",
  1500. "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA=="
  1501. },
  1502. "@babel/runtime": {
  1503. "version": "7.21.0",
  1504. "resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.21.0.tgz",
  1505. "integrity": "sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw==",
  1506. "requires": {
  1507. "regenerator-runtime": "^0.13.11"
  1508. }
  1509. },
  1510. "@babel/template": {
  1511. "version": "7.20.7",
  1512. "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.20.7.tgz",
  1513. "integrity": "sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==",
  1514. "requires": {
  1515. "@babel/code-frame": "^7.18.6",
  1516. "@babel/parser": "^7.20.7",
  1517. "@babel/types": "^7.20.7"
  1518. }
  1519. },
  1520. "@babel/traverse": {
  1521. "version": "7.21.4",
  1522. "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.21.4.tgz",
  1523. "integrity": "sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q==",
  1524. "requires": {
  1525. "@babel/code-frame": "^7.21.4",
  1526. "@babel/generator": "^7.21.4",
  1527. "@babel/helper-environment-visitor": "^7.18.9",
  1528. "@babel/helper-function-name": "^7.21.0",
  1529. "@babel/helper-hoist-variables": "^7.18.6",
  1530. "@babel/helper-split-export-declaration": "^7.18.6",
  1531. "@babel/parser": "^7.21.4",
  1532. "@babel/types": "^7.21.4",
  1533. "debug": "^4.1.0",
  1534. "globals": "^11.1.0"
  1535. }
  1536. },
  1537. "@babel/types": {
  1538. "version": "7.24.6",
  1539. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.24.6.tgz",
  1540. "integrity": "sha512-WaMsgi6Q8zMgMth93GvWPXkhAIEobfsIkLTacoVZoK1J0CevIPGYY2Vo5YvJGqyHqXM6P4ppOYGsIRU8MM9pFQ==",
  1541. "requires": {
  1542. "@babel/helper-string-parser": "^7.24.6",
  1543. "@babel/helper-validator-identifier": "^7.24.6",
  1544. "to-fast-properties": "^2.0.0"
  1545. }
  1546. },
  1547. "@jimp/bmp": {
  1548. "version": "0.9.8",
  1549. "resolved": "https://registry.npmmirror.com/@jimp/bmp/-/bmp-0.9.8.tgz",
  1550. "integrity": "sha512-CZYQPEC3iUBMuaGWrtIG+GKNl93q/PkdudrCKJR/B96dfNngsmoosEm3LuFgJHEcJIfvnJkNqKw74l+zEiqCbg==",
  1551. "requires": {
  1552. "@babel/runtime": "^7.7.2",
  1553. "@jimp/utils": "^0.9.8",
  1554. "bmp-js": "^0.1.0",
  1555. "core-js": "^3.4.1"
  1556. },
  1557. "dependencies": {
  1558. "core-js": {
  1559. "version": "3.43.0",
  1560. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.43.0.tgz",
  1561. "integrity": "sha512-N6wEbTTZSYOY2rYAn85CuvWWkCK6QweMn7/4Nr3w+gDBeBhk/x4EJeY6FPo4QzDoJZxVTv8U7CMvgWk6pOHHqA=="
  1562. }
  1563. }
  1564. },
  1565. "@jimp/core": {
  1566. "version": "0.9.8",
  1567. "resolved": "https://registry.npmmirror.com/@jimp/core/-/core-0.9.8.tgz",
  1568. "integrity": "sha512-N4GCjcXb0QwR5GBABDK2xQ3cKyaF7LlCYeJEG9mV7G/ynBoRqJe4JA6YKU9Ww9imGkci/4A594nQo8tUIqdcBw==",
  1569. "requires": {
  1570. "@babel/runtime": "^7.7.2",
  1571. "@jimp/utils": "^0.9.8",
  1572. "any-base": "^1.1.0",
  1573. "buffer": "^5.2.0",
  1574. "core-js": "^3.4.1",
  1575. "exif-parser": "^0.1.12",
  1576. "file-type": "^9.0.0",
  1577. "load-bmfont": "^1.3.1",
  1578. "mkdirp": "^0.5.1",
  1579. "phin": "^2.9.1",
  1580. "pixelmatch": "^4.0.2",
  1581. "tinycolor2": "^1.4.1"
  1582. },
  1583. "dependencies": {
  1584. "core-js": {
  1585. "version": "3.43.0",
  1586. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.43.0.tgz",
  1587. "integrity": "sha512-N6wEbTTZSYOY2rYAn85CuvWWkCK6QweMn7/4Nr3w+gDBeBhk/x4EJeY6FPo4QzDoJZxVTv8U7CMvgWk6pOHHqA=="
  1588. }
  1589. }
  1590. },
  1591. "@jimp/custom": {
  1592. "version": "0.9.8",
  1593. "resolved": "https://registry.npmmirror.com/@jimp/custom/-/custom-0.9.8.tgz",
  1594. "integrity": "sha512-1UpJjI7fhX02BWLJ/KEqPwkHH60eNkCNeD6hEd+IZdTwLXfZCfFiM5BVlpgiZYZJSsVoRiAL4ne2Q5mCiKPKyw==",
  1595. "requires": {
  1596. "@babel/runtime": "^7.7.2",
  1597. "@jimp/core": "^0.9.8",
  1598. "core-js": "^3.4.1"
  1599. },
  1600. "dependencies": {
  1601. "core-js": {
  1602. "version": "3.43.0",
  1603. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.43.0.tgz",
  1604. "integrity": "sha512-N6wEbTTZSYOY2rYAn85CuvWWkCK6QweMn7/4Nr3w+gDBeBhk/x4EJeY6FPo4QzDoJZxVTv8U7CMvgWk6pOHHqA=="
  1605. }
  1606. }
  1607. },
  1608. "@jimp/gif": {
  1609. "version": "0.9.8",
  1610. "resolved": "https://registry.npmmirror.com/@jimp/gif/-/gif-0.9.8.tgz",
  1611. "integrity": "sha512-LEbfpcO1sBJIQCJHchZjNlyNxzPjZQQ4X32klpQHZJG58n9FvL7Uuh1rpkrJRbqv3cU3P0ENNtTrsBDxsYwcfA==",
  1612. "requires": {
  1613. "@babel/runtime": "^7.7.2",
  1614. "@jimp/utils": "^0.9.8",
  1615. "core-js": "^3.4.1",
  1616. "omggif": "^1.0.9"
  1617. },
  1618. "dependencies": {
  1619. "core-js": {
  1620. "version": "3.43.0",
  1621. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.43.0.tgz",
  1622. "integrity": "sha512-N6wEbTTZSYOY2rYAn85CuvWWkCK6QweMn7/4Nr3w+gDBeBhk/x4EJeY6FPo4QzDoJZxVTv8U7CMvgWk6pOHHqA=="
  1623. }
  1624. }
  1625. },
  1626. "@jimp/jpeg": {
  1627. "version": "0.9.8",
  1628. "resolved": "https://registry.npmmirror.com/@jimp/jpeg/-/jpeg-0.9.8.tgz",
  1629. "integrity": "sha512-5u29SUzbZ32ZMmOaz3gO0hXatwSCnsvEAXRCKZoPPgbsPoyFAiZKVxjfLzjkeQF6awkvJ8hZni5chM15SNMg+g==",
  1630. "requires": {
  1631. "@babel/runtime": "^7.7.2",
  1632. "@jimp/utils": "^0.9.8",
  1633. "core-js": "^3.4.1",
  1634. "jpeg-js": "^0.3.4"
  1635. },
  1636. "dependencies": {
  1637. "core-js": {
  1638. "version": "3.43.0",
  1639. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.43.0.tgz",
  1640. "integrity": "sha512-N6wEbTTZSYOY2rYAn85CuvWWkCK6QweMn7/4Nr3w+gDBeBhk/x4EJeY6FPo4QzDoJZxVTv8U7CMvgWk6pOHHqA=="
  1641. }
  1642. }
  1643. },
  1644. "@jimp/plugin-blit": {
  1645. "version": "0.9.8",
  1646. "resolved": "https://registry.npmmirror.com/@jimp/plugin-blit/-/plugin-blit-0.9.8.tgz",
  1647. "integrity": "sha512-6xTDomxJybhBcby1IUVaPydZFhxf+V0DRgfDlVK81kR9kSCoshJpzWqDuWrMqjNEPspPE7jRQwHMs0FdU7mVwQ==",
  1648. "requires": {
  1649. "@babel/runtime": "^7.7.2",
  1650. "@jimp/utils": "^0.9.8",
  1651. "core-js": "^3.4.1"
  1652. },
  1653. "dependencies": {
  1654. "core-js": {
  1655. "version": "3.43.0",
  1656. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.43.0.tgz",
  1657. "integrity": "sha512-N6wEbTTZSYOY2rYAn85CuvWWkCK6QweMn7/4Nr3w+gDBeBhk/x4EJeY6FPo4QzDoJZxVTv8U7CMvgWk6pOHHqA=="
  1658. }
  1659. }
  1660. },
  1661. "@jimp/plugin-blur": {
  1662. "version": "0.9.8",
  1663. "resolved": "https://registry.npmmirror.com/@jimp/plugin-blur/-/plugin-blur-0.9.8.tgz",
  1664. "integrity": "sha512-dqbxuNFBRbmt35iIRacdgma7nlXklmPThsKcGWNTDmqb/hniK5IC+0xSPzBV4qMI2fLGP39LWHqqDZ0xDz14dA==",
  1665. "requires": {
  1666. "@babel/runtime": "^7.7.2",
  1667. "@jimp/utils": "^0.9.8",
  1668. "core-js": "^3.4.1"
  1669. },
  1670. "dependencies": {
  1671. "core-js": {
  1672. "version": "3.43.0",
  1673. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.43.0.tgz",
  1674. "integrity": "sha512-N6wEbTTZSYOY2rYAn85CuvWWkCK6QweMn7/4Nr3w+gDBeBhk/x4EJeY6FPo4QzDoJZxVTv8U7CMvgWk6pOHHqA=="
  1675. }
  1676. }
  1677. },
  1678. "@jimp/plugin-circle": {
  1679. "version": "0.9.8",
  1680. "resolved": "https://registry.npmmirror.com/@jimp/plugin-circle/-/plugin-circle-0.9.8.tgz",
  1681. "integrity": "sha512-+UStXUPCzPqzTixLC8eVqcFcEa6TS+BEM/6/hyM11TDb9sbiMGeUtgpwZP/euR5H5gfpAQDA1Ppzqhh5fuMDlw==",
  1682. "requires": {
  1683. "@babel/runtime": "^7.7.2",
  1684. "@jimp/utils": "^0.9.8",
  1685. "core-js": "^3.4.1"
  1686. },
  1687. "dependencies": {
  1688. "core-js": {
  1689. "version": "3.43.0",
  1690. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.43.0.tgz",
  1691. "integrity": "sha512-N6wEbTTZSYOY2rYAn85CuvWWkCK6QweMn7/4Nr3w+gDBeBhk/x4EJeY6FPo4QzDoJZxVTv8U7CMvgWk6pOHHqA=="
  1692. }
  1693. }
  1694. },
  1695. "@jimp/plugin-color": {
  1696. "version": "0.9.8",
  1697. "resolved": "https://registry.npmmirror.com/@jimp/plugin-color/-/plugin-color-0.9.8.tgz",
  1698. "integrity": "sha512-SDHxOQsJHpt75hk6+sSlCPc2B3UJlXosFW+iLZ11xX1Qr0IdDtbfYlIoPmjKQFIDUNzqLSue/z7sKQ1OMZr/QA==",
  1699. "requires": {
  1700. "@babel/runtime": "^7.7.2",
  1701. "@jimp/utils": "^0.9.8",
  1702. "core-js": "^3.4.1",
  1703. "tinycolor2": "^1.4.1"
  1704. },
  1705. "dependencies": {
  1706. "core-js": {
  1707. "version": "3.43.0",
  1708. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.43.0.tgz",
  1709. "integrity": "sha512-N6wEbTTZSYOY2rYAn85CuvWWkCK6QweMn7/4Nr3w+gDBeBhk/x4EJeY6FPo4QzDoJZxVTv8U7CMvgWk6pOHHqA=="
  1710. }
  1711. }
  1712. },
  1713. "@jimp/plugin-contain": {
  1714. "version": "0.9.8",
  1715. "resolved": "https://registry.npmmirror.com/@jimp/plugin-contain/-/plugin-contain-0.9.8.tgz",
  1716. "integrity": "sha512-oK52CPt7efozuLYCML7qOmpFeDt3zpU8qq8UZlnjsDs15reU6L8EiUbwYpJvzoEnEOh1ZqamB8F/gymViEO5og==",
  1717. "requires": {
  1718. "@babel/runtime": "^7.7.2",
  1719. "@jimp/utils": "^0.9.8",
  1720. "core-js": "^3.4.1"
  1721. },
  1722. "dependencies": {
  1723. "core-js": {
  1724. "version": "3.43.0",
  1725. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.43.0.tgz",
  1726. "integrity": "sha512-N6wEbTTZSYOY2rYAn85CuvWWkCK6QweMn7/4Nr3w+gDBeBhk/x4EJeY6FPo4QzDoJZxVTv8U7CMvgWk6pOHHqA=="
  1727. }
  1728. }
  1729. },
  1730. "@jimp/plugin-cover": {
  1731. "version": "0.9.8",
  1732. "resolved": "https://registry.npmmirror.com/@jimp/plugin-cover/-/plugin-cover-0.9.8.tgz",
  1733. "integrity": "sha512-nnamtHzMrNd5j5HRSPd1VzpZ8v9YYtUJPtvCdHOOiIjqG72jxJ2kTBlsS3oG5XS64h/2MJwpl/fmmMs1Tj1CmQ==",
  1734. "requires": {
  1735. "@babel/runtime": "^7.7.2",
  1736. "@jimp/utils": "^0.9.8",
  1737. "core-js": "^3.4.1"
  1738. },
  1739. "dependencies": {
  1740. "core-js": {
  1741. "version": "3.43.0",
  1742. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.43.0.tgz",
  1743. "integrity": "sha512-N6wEbTTZSYOY2rYAn85CuvWWkCK6QweMn7/4Nr3w+gDBeBhk/x4EJeY6FPo4QzDoJZxVTv8U7CMvgWk6pOHHqA=="
  1744. }
  1745. }
  1746. },
  1747. "@jimp/plugin-crop": {
  1748. "version": "0.9.8",
  1749. "resolved": "https://registry.npmmirror.com/@jimp/plugin-crop/-/plugin-crop-0.9.8.tgz",
  1750. "integrity": "sha512-Nv/6AIp4aJmbSIH2uiIqm+kSoShKM8eaX2fyrUTj811kio0hwD3f/vIxrWebvAqwDZjAFIAmMufFoFCVg6caoQ==",
  1751. "requires": {
  1752. "@babel/runtime": "^7.7.2",
  1753. "@jimp/utils": "^0.9.8",
  1754. "core-js": "^3.4.1"
  1755. },
  1756. "dependencies": {
  1757. "core-js": {
  1758. "version": "3.43.0",
  1759. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.43.0.tgz",
  1760. "integrity": "sha512-N6wEbTTZSYOY2rYAn85CuvWWkCK6QweMn7/4Nr3w+gDBeBhk/x4EJeY6FPo4QzDoJZxVTv8U7CMvgWk6pOHHqA=="
  1761. }
  1762. }
  1763. },
  1764. "@jimp/plugin-displace": {
  1765. "version": "0.9.8",
  1766. "resolved": "https://registry.npmmirror.com/@jimp/plugin-displace/-/plugin-displace-0.9.8.tgz",
  1767. "integrity": "sha512-0OgPjkOVa2xdbqI8P6gBKX/UK36RbaYVrFyXL8Jy9oNF69+LYWyTskuCu9YbGxzlCVjY/JFqQOvrKDbxgMYAKA==",
  1768. "requires": {
  1769. "@babel/runtime": "^7.7.2",
  1770. "@jimp/utils": "^0.9.8",
  1771. "core-js": "^3.4.1"
  1772. },
  1773. "dependencies": {
  1774. "core-js": {
  1775. "version": "3.43.0",
  1776. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.43.0.tgz",
  1777. "integrity": "sha512-N6wEbTTZSYOY2rYAn85CuvWWkCK6QweMn7/4Nr3w+gDBeBhk/x4EJeY6FPo4QzDoJZxVTv8U7CMvgWk6pOHHqA=="
  1778. }
  1779. }
  1780. },
  1781. "@jimp/plugin-dither": {
  1782. "version": "0.9.8",
  1783. "resolved": "https://registry.npmmirror.com/@jimp/plugin-dither/-/plugin-dither-0.9.8.tgz",
  1784. "integrity": "sha512-jGM/4ByniZJnmV2fv8hKwyyydXZe/YzvgBcnB8XxzCq8kVR3Imcn+qnd2PEPZzIPKOTH4Cig/zo9Vk9Bs+m5FQ==",
  1785. "requires": {
  1786. "@babel/runtime": "^7.7.2",
  1787. "@jimp/utils": "^0.9.8",
  1788. "core-js": "^3.4.1"
  1789. },
  1790. "dependencies": {
  1791. "core-js": {
  1792. "version": "3.43.0",
  1793. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.43.0.tgz",
  1794. "integrity": "sha512-N6wEbTTZSYOY2rYAn85CuvWWkCK6QweMn7/4Nr3w+gDBeBhk/x4EJeY6FPo4QzDoJZxVTv8U7CMvgWk6pOHHqA=="
  1795. }
  1796. }
  1797. },
  1798. "@jimp/plugin-fisheye": {
  1799. "version": "0.9.8",
  1800. "resolved": "https://registry.npmmirror.com/@jimp/plugin-fisheye/-/plugin-fisheye-0.9.8.tgz",
  1801. "integrity": "sha512-VnsalrD05f4pxG1msjnkwIFi5QveOqRm4y7VkoZKNX+iqs4TvRnH5+HpBnfdMzX/RXBi+Lf/kpTtuZgbOu/QWw==",
  1802. "requires": {
  1803. "@babel/runtime": "^7.7.2",
  1804. "@jimp/utils": "^0.9.8",
  1805. "core-js": "^3.4.1"
  1806. },
  1807. "dependencies": {
  1808. "core-js": {
  1809. "version": "3.43.0",
  1810. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.43.0.tgz",
  1811. "integrity": "sha512-N6wEbTTZSYOY2rYAn85CuvWWkCK6QweMn7/4Nr3w+gDBeBhk/x4EJeY6FPo4QzDoJZxVTv8U7CMvgWk6pOHHqA=="
  1812. }
  1813. }
  1814. },
  1815. "@jimp/plugin-flip": {
  1816. "version": "0.9.8",
  1817. "resolved": "https://registry.npmmirror.com/@jimp/plugin-flip/-/plugin-flip-0.9.8.tgz",
  1818. "integrity": "sha512-XbiZ4OfHD6woc0f6Sk7XxB6a7IyMjTRQ4pNU7APjaNxsl3L6qZC8qfCQphWVe3DHx7f3y7jEiPMvNnqRDP1xgA==",
  1819. "requires": {
  1820. "@babel/runtime": "^7.7.2",
  1821. "@jimp/utils": "^0.9.8",
  1822. "core-js": "^3.4.1"
  1823. },
  1824. "dependencies": {
  1825. "core-js": {
  1826. "version": "3.43.0",
  1827. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.43.0.tgz",
  1828. "integrity": "sha512-N6wEbTTZSYOY2rYAn85CuvWWkCK6QweMn7/4Nr3w+gDBeBhk/x4EJeY6FPo4QzDoJZxVTv8U7CMvgWk6pOHHqA=="
  1829. }
  1830. }
  1831. },
  1832. "@jimp/plugin-gaussian": {
  1833. "version": "0.9.8",
  1834. "resolved": "https://registry.npmmirror.com/@jimp/plugin-gaussian/-/plugin-gaussian-0.9.8.tgz",
  1835. "integrity": "sha512-ZBl5RA6+4XAD+mtqLfiG7u+qd8W5yqq3RBNca8eFqUSVo1v+eB2tzeLel0CWfVC/z6cw93Awm/nVnm6/CL2Oew==",
  1836. "requires": {
  1837. "@babel/runtime": "^7.7.2",
  1838. "@jimp/utils": "^0.9.8",
  1839. "core-js": "^3.4.1"
  1840. },
  1841. "dependencies": {
  1842. "core-js": {
  1843. "version": "3.43.0",
  1844. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.43.0.tgz",
  1845. "integrity": "sha512-N6wEbTTZSYOY2rYAn85CuvWWkCK6QweMn7/4Nr3w+gDBeBhk/x4EJeY6FPo4QzDoJZxVTv8U7CMvgWk6pOHHqA=="
  1846. }
  1847. }
  1848. },
  1849. "@jimp/plugin-invert": {
  1850. "version": "0.9.8",
  1851. "resolved": "https://registry.npmmirror.com/@jimp/plugin-invert/-/plugin-invert-0.9.8.tgz",
  1852. "integrity": "sha512-ESploqCoF6qUv5IWhVLaO5fEcrYZEsAWPFflh6ROiD2mmFKQxfeK+vHnk3IDLHtUwWTkAZQNbk89BVq7xvaNpQ==",
  1853. "requires": {
  1854. "@babel/runtime": "^7.7.2",
  1855. "@jimp/utils": "^0.9.8",
  1856. "core-js": "^3.4.1"
  1857. },
  1858. "dependencies": {
  1859. "core-js": {
  1860. "version": "3.43.0",
  1861. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.43.0.tgz",
  1862. "integrity": "sha512-N6wEbTTZSYOY2rYAn85CuvWWkCK6QweMn7/4Nr3w+gDBeBhk/x4EJeY6FPo4QzDoJZxVTv8U7CMvgWk6pOHHqA=="
  1863. }
  1864. }
  1865. },
  1866. "@jimp/plugin-mask": {
  1867. "version": "0.9.8",
  1868. "resolved": "https://registry.npmmirror.com/@jimp/plugin-mask/-/plugin-mask-0.9.8.tgz",
  1869. "integrity": "sha512-zSvEisTV4iGsBReitEdnQuGJq9/1xB5mPATadYZmIlp8r5HpD72HQb0WdEtb51/pu9Odt8KAxUf0ASg/PRVUiQ==",
  1870. "requires": {
  1871. "@babel/runtime": "^7.7.2",
  1872. "@jimp/utils": "^0.9.8",
  1873. "core-js": "^3.4.1"
  1874. },
  1875. "dependencies": {
  1876. "core-js": {
  1877. "version": "3.43.0",
  1878. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.43.0.tgz",
  1879. "integrity": "sha512-N6wEbTTZSYOY2rYAn85CuvWWkCK6QweMn7/4Nr3w+gDBeBhk/x4EJeY6FPo4QzDoJZxVTv8U7CMvgWk6pOHHqA=="
  1880. }
  1881. }
  1882. },
  1883. "@jimp/plugin-normalize": {
  1884. "version": "0.9.8",
  1885. "resolved": "https://registry.npmmirror.com/@jimp/plugin-normalize/-/plugin-normalize-0.9.8.tgz",
  1886. "integrity": "sha512-dPFBfwTa67K1tRw1leCidQT25R3ozrTUUOpO4jcGFHqXvBTWaR8sML1qxdfOBWs164mE5YpfdTvu6MM/junvCg==",
  1887. "requires": {
  1888. "@babel/runtime": "^7.7.2",
  1889. "@jimp/utils": "^0.9.8",
  1890. "core-js": "^3.4.1"
  1891. },
  1892. "dependencies": {
  1893. "core-js": {
  1894. "version": "3.43.0",
  1895. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.43.0.tgz",
  1896. "integrity": "sha512-N6wEbTTZSYOY2rYAn85CuvWWkCK6QweMn7/4Nr3w+gDBeBhk/x4EJeY6FPo4QzDoJZxVTv8U7CMvgWk6pOHHqA=="
  1897. }
  1898. }
  1899. },
  1900. "@jimp/plugin-print": {
  1901. "version": "0.9.8",
  1902. "resolved": "https://registry.npmmirror.com/@jimp/plugin-print/-/plugin-print-0.9.8.tgz",
  1903. "integrity": "sha512-nLLPv1/faehRsOjecXXUb6kzhRcZzImO55XuFZ0c90ZyoiHm4UFREwO5sKxHGvpLXS6RnkhvSav4+IWD2qGbEQ==",
  1904. "requires": {
  1905. "@babel/runtime": "^7.7.2",
  1906. "@jimp/utils": "^0.9.8",
  1907. "core-js": "^3.4.1",
  1908. "load-bmfont": "^1.4.0"
  1909. },
  1910. "dependencies": {
  1911. "core-js": {
  1912. "version": "3.43.0",
  1913. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.43.0.tgz",
  1914. "integrity": "sha512-N6wEbTTZSYOY2rYAn85CuvWWkCK6QweMn7/4Nr3w+gDBeBhk/x4EJeY6FPo4QzDoJZxVTv8U7CMvgWk6pOHHqA=="
  1915. }
  1916. }
  1917. },
  1918. "@jimp/plugin-resize": {
  1919. "version": "0.9.8",
  1920. "resolved": "https://registry.npmmirror.com/@jimp/plugin-resize/-/plugin-resize-0.9.8.tgz",
  1921. "integrity": "sha512-L80NZ+HKsiKFyeDc6AfneC4+5XACrdL2vnyAVfAAsb3pmamgT/jDInWvvGhyI0Y76vx2w6XikplzEznW/QQvWg==",
  1922. "requires": {
  1923. "@babel/runtime": "^7.7.2",
  1924. "@jimp/utils": "^0.9.8",
  1925. "core-js": "^3.4.1"
  1926. },
  1927. "dependencies": {
  1928. "core-js": {
  1929. "version": "3.43.0",
  1930. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.43.0.tgz",
  1931. "integrity": "sha512-N6wEbTTZSYOY2rYAn85CuvWWkCK6QweMn7/4Nr3w+gDBeBhk/x4EJeY6FPo4QzDoJZxVTv8U7CMvgWk6pOHHqA=="
  1932. }
  1933. }
  1934. },
  1935. "@jimp/plugin-rotate": {
  1936. "version": "0.9.8",
  1937. "resolved": "https://registry.npmmirror.com/@jimp/plugin-rotate/-/plugin-rotate-0.9.8.tgz",
  1938. "integrity": "sha512-bpqzQheISYnBXKyU1lIj46uR7mRs0UhgEREWK70HnvFJSlRshdcoNMIrKamyrJeFdJrkYPSfR/a6D0d5zsWf1Q==",
  1939. "requires": {
  1940. "@babel/runtime": "^7.7.2",
  1941. "@jimp/utils": "^0.9.8",
  1942. "core-js": "^3.4.1"
  1943. },
  1944. "dependencies": {
  1945. "core-js": {
  1946. "version": "3.43.0",
  1947. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.43.0.tgz",
  1948. "integrity": "sha512-N6wEbTTZSYOY2rYAn85CuvWWkCK6QweMn7/4Nr3w+gDBeBhk/x4EJeY6FPo4QzDoJZxVTv8U7CMvgWk6pOHHqA=="
  1949. }
  1950. }
  1951. },
  1952. "@jimp/plugin-scale": {
  1953. "version": "0.9.8",
  1954. "resolved": "https://registry.npmmirror.com/@jimp/plugin-scale/-/plugin-scale-0.9.8.tgz",
  1955. "integrity": "sha512-QU3ZS4Lre8nN66U9dKCOC4FNfaOh/QJFYUmQPKpPS924oYbtnm4OlmsdfpK2hVMSVVyVOis8M+xpA1rDBnIp7w==",
  1956. "requires": {
  1957. "@babel/runtime": "^7.7.2",
  1958. "@jimp/utils": "^0.9.8",
  1959. "core-js": "^3.4.1"
  1960. },
  1961. "dependencies": {
  1962. "core-js": {
  1963. "version": "3.43.0",
  1964. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.43.0.tgz",
  1965. "integrity": "sha512-N6wEbTTZSYOY2rYAn85CuvWWkCK6QweMn7/4Nr3w+gDBeBhk/x4EJeY6FPo4QzDoJZxVTv8U7CMvgWk6pOHHqA=="
  1966. }
  1967. }
  1968. },
  1969. "@jimp/plugin-shadow": {
  1970. "version": "0.9.8",
  1971. "resolved": "https://registry.npmmirror.com/@jimp/plugin-shadow/-/plugin-shadow-0.9.8.tgz",
  1972. "integrity": "sha512-t/pE+QS3r1ZUxGIQNmwWDI3c5+/hLU+gxXD+C3EEC47/qk3gTBHpj/xDdGQBoObdT/HRjR048vC2BgBfzjj2hg==",
  1973. "requires": {
  1974. "@babel/runtime": "^7.7.2",
  1975. "@jimp/utils": "^0.9.8",
  1976. "core-js": "^3.4.1"
  1977. },
  1978. "dependencies": {
  1979. "core-js": {
  1980. "version": "3.43.0",
  1981. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.43.0.tgz",
  1982. "integrity": "sha512-N6wEbTTZSYOY2rYAn85CuvWWkCK6QweMn7/4Nr3w+gDBeBhk/x4EJeY6FPo4QzDoJZxVTv8U7CMvgWk6pOHHqA=="
  1983. }
  1984. }
  1985. },
  1986. "@jimp/plugin-threshold": {
  1987. "version": "0.9.8",
  1988. "resolved": "https://registry.npmmirror.com/@jimp/plugin-threshold/-/plugin-threshold-0.9.8.tgz",
  1989. "integrity": "sha512-WWmC3lnIwOTPvkKu55w4DUY8Ehlzf3nU98bY0QtIzkqxkAOZU5m+lvgC/JxO5FyGiA57j9FLMIf0LsWkjARj7g==",
  1990. "requires": {
  1991. "@babel/runtime": "^7.7.2",
  1992. "@jimp/utils": "^0.9.8",
  1993. "core-js": "^3.4.1"
  1994. },
  1995. "dependencies": {
  1996. "core-js": {
  1997. "version": "3.43.0",
  1998. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.43.0.tgz",
  1999. "integrity": "sha512-N6wEbTTZSYOY2rYAn85CuvWWkCK6QweMn7/4Nr3w+gDBeBhk/x4EJeY6FPo4QzDoJZxVTv8U7CMvgWk6pOHHqA=="
  2000. }
  2001. }
  2002. },
  2003. "@jimp/plugins": {
  2004. "version": "0.9.8",
  2005. "resolved": "https://registry.npmmirror.com/@jimp/plugins/-/plugins-0.9.8.tgz",
  2006. "integrity": "sha512-tD+cxS9SuEZaQ1hhAkNKw9TkUAqfoBAhdWPBrEZDr/GvGPrvJR4pYmmpSYhc5IZmMbXfQayHTTGqjj8D18bToA==",
  2007. "requires": {
  2008. "@babel/runtime": "^7.7.2",
  2009. "@jimp/plugin-blit": "^0.9.8",
  2010. "@jimp/plugin-blur": "^0.9.8",
  2011. "@jimp/plugin-circle": "^0.9.8",
  2012. "@jimp/plugin-color": "^0.9.8",
  2013. "@jimp/plugin-contain": "^0.9.8",
  2014. "@jimp/plugin-cover": "^0.9.8",
  2015. "@jimp/plugin-crop": "^0.9.8",
  2016. "@jimp/plugin-displace": "^0.9.8",
  2017. "@jimp/plugin-dither": "^0.9.8",
  2018. "@jimp/plugin-fisheye": "^0.9.8",
  2019. "@jimp/plugin-flip": "^0.9.8",
  2020. "@jimp/plugin-gaussian": "^0.9.8",
  2021. "@jimp/plugin-invert": "^0.9.8",
  2022. "@jimp/plugin-mask": "^0.9.8",
  2023. "@jimp/plugin-normalize": "^0.9.8",
  2024. "@jimp/plugin-print": "^0.9.8",
  2025. "@jimp/plugin-resize": "^0.9.8",
  2026. "@jimp/plugin-rotate": "^0.9.8",
  2027. "@jimp/plugin-scale": "^0.9.8",
  2028. "@jimp/plugin-shadow": "^0.9.8",
  2029. "@jimp/plugin-threshold": "^0.9.8",
  2030. "core-js": "^3.4.1",
  2031. "timm": "^1.6.1"
  2032. },
  2033. "dependencies": {
  2034. "core-js": {
  2035. "version": "3.43.0",
  2036. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.43.0.tgz",
  2037. "integrity": "sha512-N6wEbTTZSYOY2rYAn85CuvWWkCK6QweMn7/4Nr3w+gDBeBhk/x4EJeY6FPo4QzDoJZxVTv8U7CMvgWk6pOHHqA=="
  2038. }
  2039. }
  2040. },
  2041. "@jimp/png": {
  2042. "version": "0.9.8",
  2043. "resolved": "https://registry.npmmirror.com/@jimp/png/-/png-0.9.8.tgz",
  2044. "integrity": "sha512-9CqR8d40zQCDhbnXHqcwkAMnvlV0vk9xSyE6LHjkYHS7x18Unsz5txQdsaEkEcXxCrOQSoWyITfLezlrWXRJAA==",
  2045. "requires": {
  2046. "@babel/runtime": "^7.7.2",
  2047. "@jimp/utils": "^0.9.8",
  2048. "core-js": "^3.4.1",
  2049. "pngjs": "^3.3.3"
  2050. },
  2051. "dependencies": {
  2052. "core-js": {
  2053. "version": "3.43.0",
  2054. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.43.0.tgz",
  2055. "integrity": "sha512-N6wEbTTZSYOY2rYAn85CuvWWkCK6QweMn7/4Nr3w+gDBeBhk/x4EJeY6FPo4QzDoJZxVTv8U7CMvgWk6pOHHqA=="
  2056. }
  2057. }
  2058. },
  2059. "@jimp/tiff": {
  2060. "version": "0.9.8",
  2061. "resolved": "https://registry.npmmirror.com/@jimp/tiff/-/tiff-0.9.8.tgz",
  2062. "integrity": "sha512-eMxcpJivJqMByn2dZxUHLeh6qvVs5J/52kBF3TFa3C922OJ97D9l1C1h0WKUCBqFMWzMYapQQ4vwnLgpJ5tkow==",
  2063. "requires": {
  2064. "@babel/runtime": "^7.7.2",
  2065. "core-js": "^3.4.1",
  2066. "utif": "^2.0.1"
  2067. },
  2068. "dependencies": {
  2069. "core-js": {
  2070. "version": "3.43.0",
  2071. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.43.0.tgz",
  2072. "integrity": "sha512-N6wEbTTZSYOY2rYAn85CuvWWkCK6QweMn7/4Nr3w+gDBeBhk/x4EJeY6FPo4QzDoJZxVTv8U7CMvgWk6pOHHqA=="
  2073. }
  2074. }
  2075. },
  2076. "@jimp/types": {
  2077. "version": "0.9.8",
  2078. "resolved": "https://registry.npmmirror.com/@jimp/types/-/types-0.9.8.tgz",
  2079. "integrity": "sha512-H5y/uqt0lqJ/ZN8pWqFG+pv8jPAppMKkTMByuC8YBIjWSsornwv44hjiWl93sbYhduLZY8ubz/CbX9jH2X6EwA==",
  2080. "requires": {
  2081. "@babel/runtime": "^7.7.2",
  2082. "@jimp/bmp": "^0.9.8",
  2083. "@jimp/gif": "^0.9.8",
  2084. "@jimp/jpeg": "^0.9.8",
  2085. "@jimp/png": "^0.9.8",
  2086. "@jimp/tiff": "^0.9.8",
  2087. "core-js": "^3.4.1",
  2088. "timm": "^1.6.1"
  2089. },
  2090. "dependencies": {
  2091. "core-js": {
  2092. "version": "3.43.0",
  2093. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.43.0.tgz",
  2094. "integrity": "sha512-N6wEbTTZSYOY2rYAn85CuvWWkCK6QweMn7/4Nr3w+gDBeBhk/x4EJeY6FPo4QzDoJZxVTv8U7CMvgWk6pOHHqA=="
  2095. }
  2096. }
  2097. },
  2098. "@jimp/utils": {
  2099. "version": "0.9.8",
  2100. "resolved": "https://registry.npmmirror.com/@jimp/utils/-/utils-0.9.8.tgz",
  2101. "integrity": "sha512-UK0Fu0eevQlpRXq5ff4o/71HJlpX9wJMddJjMYg9vUqCCl8ZnumRAljfShHFhGyO+Vc9IzN6dd8Y5JZZTp1KOw==",
  2102. "requires": {
  2103. "@babel/runtime": "^7.7.2",
  2104. "core-js": "^3.4.1"
  2105. },
  2106. "dependencies": {
  2107. "core-js": {
  2108. "version": "3.43.0",
  2109. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.43.0.tgz",
  2110. "integrity": "sha512-N6wEbTTZSYOY2rYAn85CuvWWkCK6QweMn7/4Nr3w+gDBeBhk/x4EJeY6FPo4QzDoJZxVTv8U7CMvgWk6pOHHqA=="
  2111. }
  2112. }
  2113. },
  2114. "@jridgewell/gen-mapping": {
  2115. "version": "0.3.8",
  2116. "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz",
  2117. "integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==",
  2118. "requires": {
  2119. "@jridgewell/set-array": "^1.2.1",
  2120. "@jridgewell/sourcemap-codec": "^1.4.10",
  2121. "@jridgewell/trace-mapping": "^0.3.24"
  2122. }
  2123. },
  2124. "@jridgewell/resolve-uri": {
  2125. "version": "3.1.2",
  2126. "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  2127. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw=="
  2128. },
  2129. "@jridgewell/set-array": {
  2130. "version": "1.2.1",
  2131. "resolved": "https://registry.npmmirror.com/@jridgewell/set-array/-/set-array-1.2.1.tgz",
  2132. "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A=="
  2133. },
  2134. "@jridgewell/sourcemap-codec": {
  2135. "version": "1.5.0",
  2136. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
  2137. "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ=="
  2138. },
  2139. "@jridgewell/trace-mapping": {
  2140. "version": "0.3.25",
  2141. "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
  2142. "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
  2143. "requires": {
  2144. "@jridgewell/resolve-uri": "^3.1.0",
  2145. "@jridgewell/sourcemap-codec": "^1.4.14"
  2146. }
  2147. },
  2148. "@leejim/wxml-parser": {
  2149. "version": "0.1.6",
  2150. "resolved": "https://registry.npmmirror.com/@leejim/wxml-parser/-/wxml-parser-0.1.6.tgz",
  2151. "integrity": "sha512-1u4ULGK4GKkWhTlc3Hmac8PknrmpGd7qxZOTnT/Bm6EZ/wtonLgFhJ4vyuiUZpeCptnknOLkRpGx2Um9npwdZw=="
  2152. },
  2153. "@nicolo-ribaudo/eslint-scope-5-internals": {
  2154. "version": "5.1.1-v1",
  2155. "resolved": "https://registry.npmmirror.com/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz",
  2156. "integrity": "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==",
  2157. "requires": {
  2158. "eslint-scope": "5.1.1"
  2159. }
  2160. },
  2161. "@parcel/watcher": {
  2162. "version": "2.5.1",
  2163. "resolved": "https://registry.npmmirror.com/@parcel/watcher/-/watcher-2.5.1.tgz",
  2164. "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==",
  2165. "optional": true,
  2166. "requires": {
  2167. "@parcel/watcher-android-arm64": "2.5.1",
  2168. "@parcel/watcher-darwin-arm64": "2.5.1",
  2169. "@parcel/watcher-darwin-x64": "2.5.1",
  2170. "@parcel/watcher-freebsd-x64": "2.5.1",
  2171. "@parcel/watcher-linux-arm-glibc": "2.5.1",
  2172. "@parcel/watcher-linux-arm-musl": "2.5.1",
  2173. "@parcel/watcher-linux-arm64-glibc": "2.5.1",
  2174. "@parcel/watcher-linux-arm64-musl": "2.5.1",
  2175. "@parcel/watcher-linux-x64-glibc": "2.5.1",
  2176. "@parcel/watcher-linux-x64-musl": "2.5.1",
  2177. "@parcel/watcher-win32-arm64": "2.5.1",
  2178. "@parcel/watcher-win32-ia32": "2.5.1",
  2179. "@parcel/watcher-win32-x64": "2.5.1",
  2180. "detect-libc": "^1.0.3",
  2181. "is-glob": "^4.0.3",
  2182. "micromatch": "^4.0.5",
  2183. "node-addon-api": "^7.0.0"
  2184. }
  2185. },
  2186. "@parcel/watcher-android-arm64": {
  2187. "version": "2.5.1",
  2188. "resolved": "https://registry.npmmirror.com/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz",
  2189. "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==",
  2190. "optional": true
  2191. },
  2192. "@parcel/watcher-darwin-arm64": {
  2193. "version": "2.5.1",
  2194. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz",
  2195. "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==",
  2196. "optional": true
  2197. },
  2198. "@parcel/watcher-darwin-x64": {
  2199. "version": "2.5.1",
  2200. "resolved": "https://registry.npmmirror.com/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz",
  2201. "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==",
  2202. "optional": true
  2203. },
  2204. "@parcel/watcher-freebsd-x64": {
  2205. "version": "2.5.1",
  2206. "resolved": "https://registry.npmmirror.com/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz",
  2207. "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==",
  2208. "optional": true
  2209. },
  2210. "@parcel/watcher-linux-arm-glibc": {
  2211. "version": "2.5.1",
  2212. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz",
  2213. "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==",
  2214. "optional": true
  2215. },
  2216. "@parcel/watcher-linux-arm-musl": {
  2217. "version": "2.5.1",
  2218. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz",
  2219. "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==",
  2220. "optional": true
  2221. },
  2222. "@parcel/watcher-linux-arm64-glibc": {
  2223. "version": "2.5.1",
  2224. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz",
  2225. "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==",
  2226. "optional": true
  2227. },
  2228. "@parcel/watcher-linux-arm64-musl": {
  2229. "version": "2.5.1",
  2230. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz",
  2231. "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==",
  2232. "optional": true
  2233. },
  2234. "@parcel/watcher-linux-x64-glibc": {
  2235. "version": "2.5.1",
  2236. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz",
  2237. "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==",
  2238. "optional": true
  2239. },
  2240. "@parcel/watcher-linux-x64-musl": {
  2241. "version": "2.5.1",
  2242. "resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz",
  2243. "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==",
  2244. "optional": true
  2245. },
  2246. "@parcel/watcher-win32-arm64": {
  2247. "version": "2.5.1",
  2248. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz",
  2249. "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==",
  2250. "optional": true
  2251. },
  2252. "@parcel/watcher-win32-ia32": {
  2253. "version": "2.5.1",
  2254. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz",
  2255. "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==",
  2256. "optional": true
  2257. },
  2258. "@parcel/watcher-win32-x64": {
  2259. "version": "2.5.1",
  2260. "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz",
  2261. "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==",
  2262. "optional": true
  2263. },
  2264. "@trysound/sax": {
  2265. "version": "0.2.0",
  2266. "resolved": "https://registry.npmmirror.com/@trysound/sax/-/sax-0.2.0.tgz",
  2267. "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA=="
  2268. },
  2269. "@vue/reactivity": {
  2270. "version": "3.0.5",
  2271. "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.0.5.tgz",
  2272. "integrity": "sha512-3xodUE3sEIJgS7ntwUbopIpzzvi7vDAOjVamfb2l+v1FUg0jpd3gf62N2wggJw3fxBMr+QvyxpD+dBoxLsmAjw==",
  2273. "requires": {
  2274. "@vue/shared": "3.0.5"
  2275. }
  2276. },
  2277. "@vue/shared": {
  2278. "version": "3.0.5",
  2279. "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.0.5.tgz",
  2280. "integrity": "sha512-gYsNoGkWejBxNO6SNRjOh/xKeZ0H0V+TFzaPzODfBjkAIb0aQgBuixC1brandC/CDJy1wYPwSoYrXpvul7m6yw=="
  2281. },
  2282. "acorn": {
  2283. "version": "6.4.2",
  2284. "resolved": "https://registry.npmmirror.com/acorn/-/acorn-6.4.2.tgz",
  2285. "integrity": "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ=="
  2286. },
  2287. "ajv": {
  2288. "version": "7.2.4",
  2289. "resolved": "https://registry.npmmirror.com/ajv/-/ajv-7.2.4.tgz",
  2290. "integrity": "sha512-nBeQgg/ZZA3u3SYxyaDvpvDtgZ/EZPF547ARgZBrG9Bhu1vKDwAIjtIf+sDtJUKa2zOcEbmRLBRSyMraS/Oy1A==",
  2291. "requires": {
  2292. "fast-deep-equal": "^3.1.1",
  2293. "json-schema-traverse": "^1.0.0",
  2294. "require-from-string": "^2.0.2",
  2295. "uri-js": "^4.2.2"
  2296. }
  2297. },
  2298. "ajv-formats": {
  2299. "version": "1.6.1",
  2300. "resolved": "https://registry.npmmirror.com/ajv-formats/-/ajv-formats-1.6.1.tgz",
  2301. "integrity": "sha512-4CjkH20If1lhR5CGtqkrVg3bbOtFEG80X9v6jDOIUhbzzbB+UzPBGy8GQhUNVZ0yvMHdMpawCOcy5ydGMsagGQ==",
  2302. "requires": {
  2303. "ajv": "^7.0.0"
  2304. }
  2305. },
  2306. "ansi-regex": {
  2307. "version": "2.1.1",
  2308. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-2.1.1.tgz",
  2309. "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA=="
  2310. },
  2311. "ansi-styles": {
  2312. "version": "3.2.1",
  2313. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-3.2.1.tgz",
  2314. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  2315. "requires": {
  2316. "color-convert": "^1.9.0"
  2317. }
  2318. },
  2319. "any-base": {
  2320. "version": "1.1.0",
  2321. "resolved": "https://registry.npmmirror.com/any-base/-/any-base-1.1.0.tgz",
  2322. "integrity": "sha512-uMgjozySS8adZZYePpaWs8cxB9/kdzmpX6SgJZ+wbz1K5eYk5QMYDVJaZKhxyIHUdnnJkfR7SVgStgH7LkGUyg=="
  2323. },
  2324. "anymatch": {
  2325. "version": "3.1.3",
  2326. "resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz",
  2327. "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
  2328. "requires": {
  2329. "normalize-path": "^3.0.0",
  2330. "picomatch": "^2.0.4"
  2331. }
  2332. },
  2333. "asap": {
  2334. "version": "2.0.6",
  2335. "resolved": "https://registry.npmmirror.com/asap/-/asap-2.0.6.tgz",
  2336. "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA=="
  2337. },
  2338. "asn1": {
  2339. "version": "0.2.6",
  2340. "resolved": "https://registry.npmmirror.com/asn1/-/asn1-0.2.6.tgz",
  2341. "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==",
  2342. "requires": {
  2343. "safer-buffer": "~2.1.0"
  2344. }
  2345. },
  2346. "assert-plus": {
  2347. "version": "1.0.0",
  2348. "resolved": "https://registry.npmmirror.com/assert-plus/-/assert-plus-1.0.0.tgz",
  2349. "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw=="
  2350. },
  2351. "asynckit": {
  2352. "version": "0.4.0",
  2353. "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz",
  2354. "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
  2355. },
  2356. "atomically": {
  2357. "version": "1.7.0",
  2358. "resolved": "https://registry.npmmirror.com/atomically/-/atomically-1.7.0.tgz",
  2359. "integrity": "sha512-Xcz9l0z7y9yQ9rdDaxlmaI4uJHf/T8g9hOEzJcsEqX2SjCj4J20uK7+ldkDHMbpJDK76wF7xEIgxc/vSlsfw5w=="
  2360. },
  2361. "autoprefixer": {
  2362. "version": "10.4.21",
  2363. "resolved": "https://registry.npmmirror.com/autoprefixer/-/autoprefixer-10.4.21.tgz",
  2364. "integrity": "sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==",
  2365. "requires": {
  2366. "browserslist": "^4.24.4",
  2367. "caniuse-lite": "^1.0.30001702",
  2368. "fraction.js": "^4.3.7",
  2369. "normalize-range": "^0.1.2",
  2370. "picocolors": "^1.1.1",
  2371. "postcss-value-parser": "^4.2.0"
  2372. }
  2373. },
  2374. "aws-sign2": {
  2375. "version": "0.7.0",
  2376. "resolved": "https://registry.npmmirror.com/aws-sign2/-/aws-sign2-0.7.0.tgz",
  2377. "integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA=="
  2378. },
  2379. "aws4": {
  2380. "version": "1.13.2",
  2381. "resolved": "https://registry.npmmirror.com/aws4/-/aws4-1.13.2.tgz",
  2382. "integrity": "sha512-lHe62zvbTB5eEABUVi/AwVh0ZKY9rMMDhmm+eeyuuUQbQ3+J+fONVQOZyj+DdrvD4BY33uYniyRJ4UJIaSKAfw=="
  2383. },
  2384. "babel-code-frame": {
  2385. "version": "6.26.0",
  2386. "resolved": "https://registry.npmmirror.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz",
  2387. "integrity": "sha512-XqYMR2dfdGMW+hd0IUZ2PwK+fGeFkOxZJ0wY+JaQAHzt1Zx8LcvpiZD2NiGkEG8qx0CfkAOr5xt76d1e8vG90g==",
  2388. "requires": {
  2389. "chalk": "^1.1.3",
  2390. "esutils": "^2.0.2",
  2391. "js-tokens": "^3.0.2"
  2392. },
  2393. "dependencies": {
  2394. "ansi-styles": {
  2395. "version": "2.2.1",
  2396. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-2.2.1.tgz",
  2397. "integrity": "sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA=="
  2398. },
  2399. "chalk": {
  2400. "version": "1.1.3",
  2401. "resolved": "https://registry.npmmirror.com/chalk/-/chalk-1.1.3.tgz",
  2402. "integrity": "sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==",
  2403. "requires": {
  2404. "ansi-styles": "^2.2.1",
  2405. "escape-string-regexp": "^1.0.2",
  2406. "has-ansi": "^2.0.0",
  2407. "strip-ansi": "^3.0.0",
  2408. "supports-color": "^2.0.0"
  2409. }
  2410. },
  2411. "js-tokens": {
  2412. "version": "3.0.2",
  2413. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-3.0.2.tgz",
  2414. "integrity": "sha512-RjTcuD4xjtthQkaWH7dFlH85L+QaVtSoOyGdZ3g6HFhS9dFNDfLyqgm2NFe2X6cQpeFmt0452FJjFG5UameExg=="
  2415. },
  2416. "supports-color": {
  2417. "version": "2.0.0",
  2418. "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-2.0.0.tgz",
  2419. "integrity": "sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g=="
  2420. }
  2421. }
  2422. },
  2423. "babel-core": {
  2424. "version": "6.26.0",
  2425. "resolved": "https://registry.npmmirror.com/babel-core/-/babel-core-6.26.0.tgz",
  2426. "integrity": "sha512-FSiqfr4SYrH5Zv5KgWahyY99VC+Aod1ioMRNvL1lPS4WTUqvPAdYo7ioWEhDHEDqZADapbJZMX0sBuRsc93bDQ==",
  2427. "requires": {
  2428. "babel-code-frame": "^6.26.0",
  2429. "babel-generator": "^6.26.0",
  2430. "babel-helpers": "^6.24.1",
  2431. "babel-messages": "^6.23.0",
  2432. "babel-register": "^6.26.0",
  2433. "babel-runtime": "^6.26.0",
  2434. "babel-template": "^6.26.0",
  2435. "babel-traverse": "^6.26.0",
  2436. "babel-types": "^6.26.0",
  2437. "babylon": "^6.18.0",
  2438. "convert-source-map": "^1.5.0",
  2439. "debug": "^2.6.8",
  2440. "json5": "^0.5.1",
  2441. "lodash": "^4.17.4",
  2442. "minimatch": "^3.0.4",
  2443. "path-is-absolute": "^1.0.1",
  2444. "private": "^0.1.7",
  2445. "slash": "^1.0.0",
  2446. "source-map": "^0.5.6"
  2447. },
  2448. "dependencies": {
  2449. "debug": {
  2450. "version": "2.6.9",
  2451. "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz",
  2452. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  2453. "requires": {
  2454. "ms": "2.0.0"
  2455. }
  2456. },
  2457. "json5": {
  2458. "version": "0.5.1",
  2459. "resolved": "https://registry.npmmirror.com/json5/-/json5-0.5.1.tgz",
  2460. "integrity": "sha512-4xrs1aW+6N5DalkqSVA8fxh458CXvR99WU8WLKmq4v8eWAL86Xo3BVqyd3SkA9wEVjCMqyvvRRkshAdOnBp5rw=="
  2461. },
  2462. "ms": {
  2463. "version": "2.0.0",
  2464. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
  2465. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  2466. },
  2467. "source-map": {
  2468. "version": "0.5.7",
  2469. "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.5.7.tgz",
  2470. "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ=="
  2471. }
  2472. }
  2473. },
  2474. "babel-generator": {
  2475. "version": "6.26.1",
  2476. "resolved": "https://registry.npmmirror.com/babel-generator/-/babel-generator-6.26.1.tgz",
  2477. "integrity": "sha512-HyfwY6ApZj7BYTcJURpM5tznulaBvyio7/0d4zFOeMPUmfxkCjHocCuoLa2SAGzBI8AREcH3eP3758F672DppA==",
  2478. "requires": {
  2479. "babel-messages": "^6.23.0",
  2480. "babel-runtime": "^6.26.0",
  2481. "babel-types": "^6.26.0",
  2482. "detect-indent": "^4.0.0",
  2483. "jsesc": "^1.3.0",
  2484. "lodash": "^4.17.4",
  2485. "source-map": "^0.5.7",
  2486. "trim-right": "^1.0.1"
  2487. },
  2488. "dependencies": {
  2489. "jsesc": {
  2490. "version": "1.3.0",
  2491. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-1.3.0.tgz",
  2492. "integrity": "sha512-Mke0DA0QjUWuJlhsE0ZPPhYiJkRap642SmI/4ztCFaUs6V2AiH1sfecc+57NgaryfAA2VR3v6O+CSjC1jZJKOA=="
  2493. },
  2494. "source-map": {
  2495. "version": "0.5.7",
  2496. "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.5.7.tgz",
  2497. "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ=="
  2498. }
  2499. }
  2500. },
  2501. "babel-helper-bindify-decorators": {
  2502. "version": "6.24.1",
  2503. "resolved": "https://registry.npmmirror.com/babel-helper-bindify-decorators/-/babel-helper-bindify-decorators-6.24.1.tgz",
  2504. "integrity": "sha512-TYX2QQATKA6Wssp6j7jqlw4QLmABDN1olRdEHndYvBXdaXM5dcx6j5rN0+nd+aVL+Th40fAEYvvw/Xxd/LETuQ==",
  2505. "requires": {
  2506. "babel-runtime": "^6.22.0",
  2507. "babel-traverse": "^6.24.1",
  2508. "babel-types": "^6.24.1"
  2509. }
  2510. },
  2511. "babel-helper-builder-binary-assignment-operator-visitor": {
  2512. "version": "6.24.1",
  2513. "resolved": "https://registry.npmmirror.com/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-6.24.1.tgz",
  2514. "integrity": "sha512-gCtfYORSG1fUMX4kKraymq607FWgMWg+j42IFPc18kFQEsmtaibP4UrqsXt8FlEJle25HUd4tsoDR7H2wDhe9Q==",
  2515. "requires": {
  2516. "babel-helper-explode-assignable-expression": "^6.24.1",
  2517. "babel-runtime": "^6.22.0",
  2518. "babel-types": "^6.24.1"
  2519. }
  2520. },
  2521. "babel-helper-call-delegate": {
  2522. "version": "6.24.1",
  2523. "resolved": "https://registry.npmmirror.com/babel-helper-call-delegate/-/babel-helper-call-delegate-6.24.1.tgz",
  2524. "integrity": "sha512-RL8n2NiEj+kKztlrVJM9JT1cXzzAdvWFh76xh/H1I4nKwunzE4INBXn8ieCZ+wh4zWszZk7NBS1s/8HR5jDkzQ==",
  2525. "requires": {
  2526. "babel-helper-hoist-variables": "^6.24.1",
  2527. "babel-runtime": "^6.22.0",
  2528. "babel-traverse": "^6.24.1",
  2529. "babel-types": "^6.24.1"
  2530. }
  2531. },
  2532. "babel-helper-define-map": {
  2533. "version": "6.26.0",
  2534. "resolved": "https://registry.npmmirror.com/babel-helper-define-map/-/babel-helper-define-map-6.26.0.tgz",
  2535. "integrity": "sha512-bHkmjcC9lM1kmZcVpA5t2om2nzT/xiZpo6TJq7UlZ3wqKfzia4veeXbIhKvJXAMzhhEBd3cR1IElL5AenWEUpA==",
  2536. "requires": {
  2537. "babel-helper-function-name": "^6.24.1",
  2538. "babel-runtime": "^6.26.0",
  2539. "babel-types": "^6.26.0",
  2540. "lodash": "^4.17.4"
  2541. }
  2542. },
  2543. "babel-helper-explode-assignable-expression": {
  2544. "version": "6.24.1",
  2545. "resolved": "https://registry.npmmirror.com/babel-helper-explode-assignable-expression/-/babel-helper-explode-assignable-expression-6.24.1.tgz",
  2546. "integrity": "sha512-qe5csbhbvq6ccry9G7tkXbzNtcDiH4r51rrPUbwwoTzZ18AqxWYRZT6AOmxrpxKnQBW0pYlBI/8vh73Z//78nQ==",
  2547. "requires": {
  2548. "babel-runtime": "^6.22.0",
  2549. "babel-traverse": "^6.24.1",
  2550. "babel-types": "^6.24.1"
  2551. }
  2552. },
  2553. "babel-helper-explode-class": {
  2554. "version": "6.24.1",
  2555. "resolved": "https://registry.npmmirror.com/babel-helper-explode-class/-/babel-helper-explode-class-6.24.1.tgz",
  2556. "integrity": "sha512-SFbWewr0/0U4AiRzsHqwsbOQeLXVa9T1ELdqEa2efcQB5KopTnunAqoj07TuHlN2lfTQNPGO/rJR4FMln5fVcA==",
  2557. "requires": {
  2558. "babel-helper-bindify-decorators": "^6.24.1",
  2559. "babel-runtime": "^6.22.0",
  2560. "babel-traverse": "^6.24.1",
  2561. "babel-types": "^6.24.1"
  2562. }
  2563. },
  2564. "babel-helper-function-name": {
  2565. "version": "6.24.1",
  2566. "resolved": "https://registry.npmmirror.com/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz",
  2567. "integrity": "sha512-Oo6+e2iX+o9eVvJ9Y5eKL5iryeRdsIkwRYheCuhYdVHsdEQysbc2z2QkqCLIYnNxkT5Ss3ggrHdXiDI7Dhrn4Q==",
  2568. "requires": {
  2569. "babel-helper-get-function-arity": "^6.24.1",
  2570. "babel-runtime": "^6.22.0",
  2571. "babel-template": "^6.24.1",
  2572. "babel-traverse": "^6.24.1",
  2573. "babel-types": "^6.24.1"
  2574. }
  2575. },
  2576. "babel-helper-get-function-arity": {
  2577. "version": "6.24.1",
  2578. "resolved": "https://registry.npmmirror.com/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.24.1.tgz",
  2579. "integrity": "sha512-WfgKFX6swFB1jS2vo+DwivRN4NB8XUdM3ij0Y1gnC21y1tdBoe6xjVnd7NSI6alv+gZXCtJqvrTeMW3fR/c0ng==",
  2580. "requires": {
  2581. "babel-runtime": "^6.22.0",
  2582. "babel-types": "^6.24.1"
  2583. }
  2584. },
  2585. "babel-helper-hoist-variables": {
  2586. "version": "6.24.1",
  2587. "resolved": "https://registry.npmmirror.com/babel-helper-hoist-variables/-/babel-helper-hoist-variables-6.24.1.tgz",
  2588. "integrity": "sha512-zAYl3tqerLItvG5cKYw7f1SpvIxS9zi7ohyGHaI9cgDUjAT6YcY9jIEH5CstetP5wHIVSceXwNS7Z5BpJg+rOw==",
  2589. "requires": {
  2590. "babel-runtime": "^6.22.0",
  2591. "babel-types": "^6.24.1"
  2592. }
  2593. },
  2594. "babel-helper-optimise-call-expression": {
  2595. "version": "6.24.1",
  2596. "resolved": "https://registry.npmmirror.com/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.24.1.tgz",
  2597. "integrity": "sha512-Op9IhEaxhbRT8MDXx2iNuMgciu2V8lDvYCNQbDGjdBNCjaMvyLf4wl4A3b8IgndCyQF8TwfgsQ8T3VD8aX1/pA==",
  2598. "requires": {
  2599. "babel-runtime": "^6.22.0",
  2600. "babel-types": "^6.24.1"
  2601. }
  2602. },
  2603. "babel-helper-regex": {
  2604. "version": "6.26.0",
  2605. "resolved": "https://registry.npmmirror.com/babel-helper-regex/-/babel-helper-regex-6.26.0.tgz",
  2606. "integrity": "sha512-VlPiWmqmGJp0x0oK27Out1D+71nVVCTSdlbhIVoaBAj2lUgrNjBCRR9+llO4lTSb2O4r7PJg+RobRkhBrf6ofg==",
  2607. "requires": {
  2608. "babel-runtime": "^6.26.0",
  2609. "babel-types": "^6.26.0",
  2610. "lodash": "^4.17.4"
  2611. }
  2612. },
  2613. "babel-helper-remap-async-to-generator": {
  2614. "version": "6.24.1",
  2615. "resolved": "https://registry.npmmirror.com/babel-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-6.24.1.tgz",
  2616. "integrity": "sha512-RYqaPD0mQyQIFRu7Ho5wE2yvA/5jxqCIj/Lv4BXNq23mHYu/vxikOy2JueLiBxQknwapwrJeNCesvY0ZcfnlHg==",
  2617. "requires": {
  2618. "babel-helper-function-name": "^6.24.1",
  2619. "babel-runtime": "^6.22.0",
  2620. "babel-template": "^6.24.1",
  2621. "babel-traverse": "^6.24.1",
  2622. "babel-types": "^6.24.1"
  2623. }
  2624. },
  2625. "babel-helper-replace-supers": {
  2626. "version": "6.24.1",
  2627. "resolved": "https://registry.npmmirror.com/babel-helper-replace-supers/-/babel-helper-replace-supers-6.24.1.tgz",
  2628. "integrity": "sha512-sLI+u7sXJh6+ToqDr57Bv973kCepItDhMou0xCP2YPVmR1jkHSCY+p1no8xErbV1Siz5QE8qKT1WIwybSWlqjw==",
  2629. "requires": {
  2630. "babel-helper-optimise-call-expression": "^6.24.1",
  2631. "babel-messages": "^6.23.0",
  2632. "babel-runtime": "^6.22.0",
  2633. "babel-template": "^6.24.1",
  2634. "babel-traverse": "^6.24.1",
  2635. "babel-types": "^6.24.1"
  2636. }
  2637. },
  2638. "babel-helpers": {
  2639. "version": "6.24.1",
  2640. "resolved": "https://registry.npmmirror.com/babel-helpers/-/babel-helpers-6.24.1.tgz",
  2641. "integrity": "sha512-n7pFrqQm44TCYvrCDb0MqabAF+JUBq+ijBvNMUxpkLjJaAu32faIexewMumrH5KLLJ1HDyT0PTEqRyAe/GwwuQ==",
  2642. "requires": {
  2643. "babel-runtime": "^6.22.0",
  2644. "babel-template": "^6.24.1"
  2645. }
  2646. },
  2647. "babel-messages": {
  2648. "version": "6.23.0",
  2649. "resolved": "https://registry.npmmirror.com/babel-messages/-/babel-messages-6.23.0.tgz",
  2650. "integrity": "sha512-Bl3ZiA+LjqaMtNYopA9TYE9HP1tQ+E5dLxE0XrAzcIJeK2UqF0/EaqXwBn9esd4UmTfEab+P+UYQ1GnioFIb/w==",
  2651. "requires": {
  2652. "babel-runtime": "^6.22.0"
  2653. }
  2654. },
  2655. "babel-plugin-check-es2015-constants": {
  2656. "version": "6.22.0",
  2657. "resolved": "https://registry.npmmirror.com/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-6.22.0.tgz",
  2658. "integrity": "sha512-B1M5KBP29248dViEo1owyY32lk1ZSH2DaNNrXLGt8lyjjHm7pBqAdQ7VKUPR6EEDO323+OvT3MQXbCin8ooWdA==",
  2659. "requires": {
  2660. "babel-runtime": "^6.22.0"
  2661. }
  2662. },
  2663. "babel-plugin-polyfill-corejs2": {
  2664. "version": "0.3.3",
  2665. "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz",
  2666. "integrity": "sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==",
  2667. "requires": {
  2668. "@babel/compat-data": "^7.17.7",
  2669. "@babel/helper-define-polyfill-provider": "^0.3.3",
  2670. "semver": "^6.1.1"
  2671. }
  2672. },
  2673. "babel-plugin-polyfill-corejs3": {
  2674. "version": "0.6.0",
  2675. "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.6.0.tgz",
  2676. "integrity": "sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==",
  2677. "requires": {
  2678. "@babel/helper-define-polyfill-provider": "^0.3.3",
  2679. "core-js-compat": "^3.25.1"
  2680. }
  2681. },
  2682. "babel-plugin-polyfill-regenerator": {
  2683. "version": "0.4.1",
  2684. "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.1.tgz",
  2685. "integrity": "sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==",
  2686. "requires": {
  2687. "@babel/helper-define-polyfill-provider": "^0.3.3"
  2688. }
  2689. },
  2690. "babel-plugin-syntax-async-functions": {
  2691. "version": "6.13.0",
  2692. "resolved": "https://registry.npmmirror.com/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz",
  2693. "integrity": "sha512-4Zp4unmHgw30A1eWI5EpACji2qMocisdXhAftfhXoSV9j0Tvj6nRFE3tOmRY912E0FMRm/L5xWE7MGVT2FoLnw=="
  2694. },
  2695. "babel-plugin-syntax-async-generators": {
  2696. "version": "6.13.0",
  2697. "resolved": "https://registry.npmmirror.com/babel-plugin-syntax-async-generators/-/babel-plugin-syntax-async-generators-6.13.0.tgz",
  2698. "integrity": "sha512-EbciFN5Jb9iqU9bqaLmmFLx2G8pAUsvpWJ6OzOWBNrSY9qTohXj+7YfZx6Ug1Qqh7tCb1EA7Jvn9bMC1HBiucg=="
  2699. },
  2700. "babel-plugin-syntax-class-constructor-call": {
  2701. "version": "6.18.0",
  2702. "resolved": "https://registry.npmmirror.com/babel-plugin-syntax-class-constructor-call/-/babel-plugin-syntax-class-constructor-call-6.18.0.tgz",
  2703. "integrity": "sha512-EEuBcXz/wZ81Jaac0LnMHtD4Mfz9XWn2oH2Xj+CHwz2SZWUqqdtR2BgWPSdTGMmxN/5KLSh4PImt9+9ZedDarA=="
  2704. },
  2705. "babel-plugin-syntax-class-properties": {
  2706. "version": "6.13.0",
  2707. "resolved": "https://registry.npmmirror.com/babel-plugin-syntax-class-properties/-/babel-plugin-syntax-class-properties-6.13.0.tgz",
  2708. "integrity": "sha512-chI3Rt9T1AbrQD1s+vxw3KcwC9yHtF621/MacuItITfZX344uhQoANjpoSJZleAmW2tjlolqB/f+h7jIqXa7pA=="
  2709. },
  2710. "babel-plugin-syntax-decorators": {
  2711. "version": "6.13.0",
  2712. "resolved": "https://registry.npmmirror.com/babel-plugin-syntax-decorators/-/babel-plugin-syntax-decorators-6.13.0.tgz",
  2713. "integrity": "sha512-AWj19x2aDm8qFQ5O2JcD6pwJDW1YdcnO+1b81t7gxrGjz5VHiUqeYWAR4h7zueWMalRelrQDXprv2FrY1dbpbw=="
  2714. },
  2715. "babel-plugin-syntax-do-expressions": {
  2716. "version": "6.13.0",
  2717. "resolved": "https://registry.npmmirror.com/babel-plugin-syntax-do-expressions/-/babel-plugin-syntax-do-expressions-6.13.0.tgz",
  2718. "integrity": "sha512-HD/5qJB9oSXzl0caxM+aRD7ENICXqcc3Up/8toDQk7zNIDE7TzsqtxC5f4t9Rwhu2Ya8l9l4j6b3vOsy+a6qxg=="
  2719. },
  2720. "babel-plugin-syntax-dynamic-import": {
  2721. "version": "6.18.0",
  2722. "resolved": "https://registry.npmmirror.com/babel-plugin-syntax-dynamic-import/-/babel-plugin-syntax-dynamic-import-6.18.0.tgz",
  2723. "integrity": "sha512-MioUE+LfjCEz65Wf7Z/Rm4XCP5k2c+TbMd2Z2JKc7U9uwjBhAfNPE48KC4GTGKhppMeYVepwDBNO/nGY6NYHBA=="
  2724. },
  2725. "babel-plugin-syntax-exponentiation-operator": {
  2726. "version": "6.13.0",
  2727. "resolved": "https://registry.npmmirror.com/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-6.13.0.tgz",
  2728. "integrity": "sha512-Z/flU+T9ta0aIEKl1tGEmN/pZiI1uXmCiGFRegKacQfEJzp7iNsKloZmyJlQr+75FCJtiFfGIK03SiCvCt9cPQ=="
  2729. },
  2730. "babel-plugin-syntax-export-extensions": {
  2731. "version": "6.13.0",
  2732. "resolved": "https://registry.npmmirror.com/babel-plugin-syntax-export-extensions/-/babel-plugin-syntax-export-extensions-6.13.0.tgz",
  2733. "integrity": "sha512-Eo0rcRaIDMld/W6mVhePiudIuLW+Cr/8eveW3mBREfZORScZgx4rh6BAPyvzdEc/JZvQ+LkC80t0VGFs6FX+lg=="
  2734. },
  2735. "babel-plugin-syntax-function-bind": {
  2736. "version": "6.13.0",
  2737. "resolved": "https://registry.npmmirror.com/babel-plugin-syntax-function-bind/-/babel-plugin-syntax-function-bind-6.13.0.tgz",
  2738. "integrity": "sha512-m8yMoh9LIiNyeLdQs5I9G+3YXo4nqVsKQkk7YplrG4qAFbNi9hkZlow8HDHxhH9QOVFPHmy8+03NzRCdyChIKw=="
  2739. },
  2740. "babel-plugin-syntax-object-rest-spread": {
  2741. "version": "6.13.0",
  2742. "resolved": "https://registry.npmmirror.com/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz",
  2743. "integrity": "sha512-C4Aq+GaAj83pRQ0EFgTvw5YO6T3Qz2KGrNRwIj9mSoNHVvdZY4KO2uA6HNtNXCw993iSZnckY1aLW8nOi8i4+w=="
  2744. },
  2745. "babel-plugin-syntax-trailing-function-commas": {
  2746. "version": "6.22.0",
  2747. "resolved": "https://registry.npmmirror.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-6.22.0.tgz",
  2748. "integrity": "sha512-Gx9CH3Q/3GKbhs07Bszw5fPTlU+ygrOGfAhEt7W2JICwufpC4SuO0mG0+4NykPBSYPMJhqvVlDBU17qB1D+hMQ=="
  2749. },
  2750. "babel-plugin-transform-async-generator-functions": {
  2751. "version": "6.24.1",
  2752. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-async-generator-functions/-/babel-plugin-transform-async-generator-functions-6.24.1.tgz",
  2753. "integrity": "sha512-uT7eovUxtXe8Q2ufcjRuJIOL0hg6VAUJhiWJBLxH/evYAw+aqoJLcYTR8hqx13iOx/FfbCMHgBmXWZjukbkyPg==",
  2754. "requires": {
  2755. "babel-helper-remap-async-to-generator": "^6.24.1",
  2756. "babel-plugin-syntax-async-generators": "^6.5.0",
  2757. "babel-runtime": "^6.22.0"
  2758. }
  2759. },
  2760. "babel-plugin-transform-async-to-generator": {
  2761. "version": "6.24.1",
  2762. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.24.1.tgz",
  2763. "integrity": "sha512-7BgYJujNCg0Ti3x0c/DL3tStvnKS6ktIYOmo9wginv/dfZOrbSZ+qG4IRRHMBOzZ5Awb1skTiAsQXg/+IWkZYw==",
  2764. "requires": {
  2765. "babel-helper-remap-async-to-generator": "^6.24.1",
  2766. "babel-plugin-syntax-async-functions": "^6.8.0",
  2767. "babel-runtime": "^6.22.0"
  2768. }
  2769. },
  2770. "babel-plugin-transform-class-constructor-call": {
  2771. "version": "6.24.1",
  2772. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-class-constructor-call/-/babel-plugin-transform-class-constructor-call-6.24.1.tgz",
  2773. "integrity": "sha512-RvYukT1Nh7njz8P8326ztpQUGCKwmjgu6aRIx1lkvylWITYcskg29vy1Kp8WXIq7FvhXsz0Crf2kS94bjB690A==",
  2774. "requires": {
  2775. "babel-plugin-syntax-class-constructor-call": "^6.18.0",
  2776. "babel-runtime": "^6.22.0",
  2777. "babel-template": "^6.24.1"
  2778. }
  2779. },
  2780. "babel-plugin-transform-class-properties": {
  2781. "version": "6.24.1",
  2782. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-class-properties/-/babel-plugin-transform-class-properties-6.24.1.tgz",
  2783. "integrity": "sha512-n4jtBA3OYBdvG5PRMKsMXJXHfLYw/ZOmtxCLOOwz6Ro5XlrColkStLnz1AS1L2yfPA9BKJ1ZNlmVCLjAL9DSIg==",
  2784. "requires": {
  2785. "babel-helper-function-name": "^6.24.1",
  2786. "babel-plugin-syntax-class-properties": "^6.8.0",
  2787. "babel-runtime": "^6.22.0",
  2788. "babel-template": "^6.24.1"
  2789. }
  2790. },
  2791. "babel-plugin-transform-decorators": {
  2792. "version": "6.24.1",
  2793. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-decorators/-/babel-plugin-transform-decorators-6.24.1.tgz",
  2794. "integrity": "sha512-skQ2CImwDkCHu0mkWvCOlBCpBIHW4/49IZWVwV4A/EnWjL9bB6UBvLyMNe3Td5XDStSZNhe69j4bfEW8dvUbew==",
  2795. "requires": {
  2796. "babel-helper-explode-class": "^6.24.1",
  2797. "babel-plugin-syntax-decorators": "^6.13.0",
  2798. "babel-runtime": "^6.22.0",
  2799. "babel-template": "^6.24.1",
  2800. "babel-types": "^6.24.1"
  2801. }
  2802. },
  2803. "babel-plugin-transform-do-expressions": {
  2804. "version": "6.22.0",
  2805. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-do-expressions/-/babel-plugin-transform-do-expressions-6.22.0.tgz",
  2806. "integrity": "sha512-yQwYqYg+Tnj1InA8W1rsItsZVhkv1Euc4KVua9ledtPz5PDWYz7LVyy6rDBpVYUWFZj5k6GUm3YZpCbIm8Tqew==",
  2807. "requires": {
  2808. "babel-plugin-syntax-do-expressions": "^6.8.0",
  2809. "babel-runtime": "^6.22.0"
  2810. }
  2811. },
  2812. "babel-plugin-transform-es2015-arrow-functions": {
  2813. "version": "6.22.0",
  2814. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.22.0.tgz",
  2815. "integrity": "sha512-PCqwwzODXW7JMrzu+yZIaYbPQSKjDTAsNNlK2l5Gg9g4rz2VzLnZsStvp/3c46GfXpwkyufb3NCyG9+50FF1Vg==",
  2816. "requires": {
  2817. "babel-runtime": "^6.22.0"
  2818. }
  2819. },
  2820. "babel-plugin-transform-es2015-block-scoped-functions": {
  2821. "version": "6.22.0",
  2822. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-6.22.0.tgz",
  2823. "integrity": "sha512-2+ujAT2UMBzYFm7tidUsYh+ZoIutxJ3pN9IYrF1/H6dCKtECfhmB8UkHVpyxDwkj0CYbQG35ykoz925TUnBc3A==",
  2824. "requires": {
  2825. "babel-runtime": "^6.22.0"
  2826. }
  2827. },
  2828. "babel-plugin-transform-es2015-block-scoping": {
  2829. "version": "6.26.0",
  2830. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.26.0.tgz",
  2831. "integrity": "sha512-YiN6sFAQ5lML8JjCmr7uerS5Yc/EMbgg9G8ZNmk2E3nYX4ckHR01wrkeeMijEf5WHNK5TW0Sl0Uu3pv3EdOJWw==",
  2832. "requires": {
  2833. "babel-runtime": "^6.26.0",
  2834. "babel-template": "^6.26.0",
  2835. "babel-traverse": "^6.26.0",
  2836. "babel-types": "^6.26.0",
  2837. "lodash": "^4.17.4"
  2838. }
  2839. },
  2840. "babel-plugin-transform-es2015-classes": {
  2841. "version": "6.24.1",
  2842. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.24.1.tgz",
  2843. "integrity": "sha512-5Dy7ZbRinGrNtmWpquZKZ3EGY8sDgIVB4CU8Om8q8tnMLrD/m94cKglVcHps0BCTdZ0TJeeAWOq2TK9MIY6cag==",
  2844. "requires": {
  2845. "babel-helper-define-map": "^6.24.1",
  2846. "babel-helper-function-name": "^6.24.1",
  2847. "babel-helper-optimise-call-expression": "^6.24.1",
  2848. "babel-helper-replace-supers": "^6.24.1",
  2849. "babel-messages": "^6.23.0",
  2850. "babel-runtime": "^6.22.0",
  2851. "babel-template": "^6.24.1",
  2852. "babel-traverse": "^6.24.1",
  2853. "babel-types": "^6.24.1"
  2854. }
  2855. },
  2856. "babel-plugin-transform-es2015-computed-properties": {
  2857. "version": "6.24.1",
  2858. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.24.1.tgz",
  2859. "integrity": "sha512-C/uAv4ktFP/Hmh01gMTvYvICrKze0XVX9f2PdIXuriCSvUmV9j+u+BB9f5fJK3+878yMK6dkdcq+Ymr9mrcLzw==",
  2860. "requires": {
  2861. "babel-runtime": "^6.22.0",
  2862. "babel-template": "^6.24.1"
  2863. }
  2864. },
  2865. "babel-plugin-transform-es2015-destructuring": {
  2866. "version": "6.23.0",
  2867. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-6.23.0.tgz",
  2868. "integrity": "sha512-aNv/GDAW0j/f4Uy1OEPZn1mqD+Nfy9viFGBfQ5bZyT35YqOiqx7/tXdyfZkJ1sC21NyEsBdfDY6PYmLHF4r5iA==",
  2869. "requires": {
  2870. "babel-runtime": "^6.22.0"
  2871. }
  2872. },
  2873. "babel-plugin-transform-es2015-duplicate-keys": {
  2874. "version": "6.24.1",
  2875. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.24.1.tgz",
  2876. "integrity": "sha512-ossocTuPOssfxO2h+Z3/Ea1Vo1wWx31Uqy9vIiJusOP4TbF7tPs9U0sJ9pX9OJPf4lXRGj5+6Gkl/HHKiAP5ug==",
  2877. "requires": {
  2878. "babel-runtime": "^6.22.0",
  2879. "babel-types": "^6.24.1"
  2880. }
  2881. },
  2882. "babel-plugin-transform-es2015-for-of": {
  2883. "version": "6.23.0",
  2884. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-6.23.0.tgz",
  2885. "integrity": "sha512-DLuRwoygCoXx+YfxHLkVx5/NpeSbVwfoTeBykpJK7JhYWlL/O8hgAK/reforUnZDlxasOrVPPJVI/guE3dCwkw==",
  2886. "requires": {
  2887. "babel-runtime": "^6.22.0"
  2888. }
  2889. },
  2890. "babel-plugin-transform-es2015-function-name": {
  2891. "version": "6.24.1",
  2892. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.24.1.tgz",
  2893. "integrity": "sha512-iFp5KIcorf11iBqu/y/a7DK3MN5di3pNCzto61FqCNnUX4qeBwcV1SLqe10oXNnCaxBUImX3SckX2/o1nsrTcg==",
  2894. "requires": {
  2895. "babel-helper-function-name": "^6.24.1",
  2896. "babel-runtime": "^6.22.0",
  2897. "babel-types": "^6.24.1"
  2898. }
  2899. },
  2900. "babel-plugin-transform-es2015-literals": {
  2901. "version": "6.22.0",
  2902. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-6.22.0.tgz",
  2903. "integrity": "sha512-tjFl0cwMPpDYyoqYA9li1/7mGFit39XiNX5DKC/uCNjBctMxyL1/PT/l4rSlbvBG1pOKI88STRdUsWXB3/Q9hQ==",
  2904. "requires": {
  2905. "babel-runtime": "^6.22.0"
  2906. }
  2907. },
  2908. "babel-plugin-transform-es2015-modules-amd": {
  2909. "version": "6.24.1",
  2910. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-6.24.1.tgz",
  2911. "integrity": "sha512-LnIIdGWIKdw7zwckqx+eGjcS8/cl8D74A3BpJbGjKTFFNJSMrjN4bIh22HY1AlkUbeLG6X6OZj56BDvWD+OeFA==",
  2912. "requires": {
  2913. "babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
  2914. "babel-runtime": "^6.22.0",
  2915. "babel-template": "^6.24.1"
  2916. }
  2917. },
  2918. "babel-plugin-transform-es2015-modules-commonjs": {
  2919. "version": "6.26.2",
  2920. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.26.2.tgz",
  2921. "integrity": "sha512-CV9ROOHEdrjcwhIaJNBGMBCodN+1cfkwtM1SbUHmvyy35KGT7fohbpOxkE2uLz1o6odKK2Ck/tz47z+VqQfi9Q==",
  2922. "requires": {
  2923. "babel-plugin-transform-strict-mode": "^6.24.1",
  2924. "babel-runtime": "^6.26.0",
  2925. "babel-template": "^6.26.0",
  2926. "babel-types": "^6.26.0"
  2927. }
  2928. },
  2929. "babel-plugin-transform-es2015-modules-systemjs": {
  2930. "version": "6.24.1",
  2931. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.24.1.tgz",
  2932. "integrity": "sha512-ONFIPsq8y4bls5PPsAWYXH/21Hqv64TBxdje0FvU3MhIV6QM2j5YS7KvAzg/nTIVLot2D2fmFQrFWCbgHlFEjg==",
  2933. "requires": {
  2934. "babel-helper-hoist-variables": "^6.24.1",
  2935. "babel-runtime": "^6.22.0",
  2936. "babel-template": "^6.24.1"
  2937. }
  2938. },
  2939. "babel-plugin-transform-es2015-modules-umd": {
  2940. "version": "6.24.1",
  2941. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-6.24.1.tgz",
  2942. "integrity": "sha512-LpVbiT9CLsuAIp3IG0tfbVo81QIhn6pE8xBJ7XSeCtFlMltuar5VuBV6y6Q45tpui9QWcy5i0vLQfCfrnF7Kiw==",
  2943. "requires": {
  2944. "babel-plugin-transform-es2015-modules-amd": "^6.24.1",
  2945. "babel-runtime": "^6.22.0",
  2946. "babel-template": "^6.24.1"
  2947. }
  2948. },
  2949. "babel-plugin-transform-es2015-object-super": {
  2950. "version": "6.24.1",
  2951. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-6.24.1.tgz",
  2952. "integrity": "sha512-8G5hpZMecb53vpD3mjs64NhI1au24TAmokQ4B+TBFBjN9cVoGoOvotdrMMRmHvVZUEvqGUPWL514woru1ChZMA==",
  2953. "requires": {
  2954. "babel-helper-replace-supers": "^6.24.1",
  2955. "babel-runtime": "^6.22.0"
  2956. }
  2957. },
  2958. "babel-plugin-transform-es2015-parameters": {
  2959. "version": "6.24.1",
  2960. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.24.1.tgz",
  2961. "integrity": "sha512-8HxlW+BB5HqniD+nLkQ4xSAVq3bR/pcYW9IigY+2y0dI+Y7INFeTbfAQr+63T3E4UDsZGjyb+l9txUnABWxlOQ==",
  2962. "requires": {
  2963. "babel-helper-call-delegate": "^6.24.1",
  2964. "babel-helper-get-function-arity": "^6.24.1",
  2965. "babel-runtime": "^6.22.0",
  2966. "babel-template": "^6.24.1",
  2967. "babel-traverse": "^6.24.1",
  2968. "babel-types": "^6.24.1"
  2969. }
  2970. },
  2971. "babel-plugin-transform-es2015-shorthand-properties": {
  2972. "version": "6.24.1",
  2973. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.24.1.tgz",
  2974. "integrity": "sha512-mDdocSfUVm1/7Jw/FIRNw9vPrBQNePy6wZJlR8HAUBLybNp1w/6lr6zZ2pjMShee65t/ybR5pT8ulkLzD1xwiw==",
  2975. "requires": {
  2976. "babel-runtime": "^6.22.0",
  2977. "babel-types": "^6.24.1"
  2978. }
  2979. },
  2980. "babel-plugin-transform-es2015-spread": {
  2981. "version": "6.22.0",
  2982. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-6.22.0.tgz",
  2983. "integrity": "sha512-3Ghhi26r4l3d0Js933E5+IhHwk0A1yiutj9gwvzmFbVV0sPMYk2lekhOufHBswX7NCoSeF4Xrl3sCIuSIa+zOg==",
  2984. "requires": {
  2985. "babel-runtime": "^6.22.0"
  2986. }
  2987. },
  2988. "babel-plugin-transform-es2015-sticky-regex": {
  2989. "version": "6.24.1",
  2990. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-6.24.1.tgz",
  2991. "integrity": "sha512-CYP359ADryTo3pCsH0oxRo/0yn6UsEZLqYohHmvLQdfS9xkf+MbCzE3/Kolw9OYIY4ZMilH25z/5CbQbwDD+lQ==",
  2992. "requires": {
  2993. "babel-helper-regex": "^6.24.1",
  2994. "babel-runtime": "^6.22.0",
  2995. "babel-types": "^6.24.1"
  2996. }
  2997. },
  2998. "babel-plugin-transform-es2015-template-literals": {
  2999. "version": "6.22.0",
  3000. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-6.22.0.tgz",
  3001. "integrity": "sha512-x8b9W0ngnKzDMHimVtTfn5ryimars1ByTqsfBDwAqLibmuuQY6pgBQi5z1ErIsUOWBdw1bW9FSz5RZUojM4apg==",
  3002. "requires": {
  3003. "babel-runtime": "^6.22.0"
  3004. }
  3005. },
  3006. "babel-plugin-transform-es2015-typeof-symbol": {
  3007. "version": "6.23.0",
  3008. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-6.23.0.tgz",
  3009. "integrity": "sha512-fz6J2Sf4gYN6gWgRZaoFXmq93X+Li/8vf+fb0sGDVtdeWvxC9y5/bTD7bvfWMEq6zetGEHpWjtzRGSugt5kNqw==",
  3010. "requires": {
  3011. "babel-runtime": "^6.22.0"
  3012. }
  3013. },
  3014. "babel-plugin-transform-es2015-unicode-regex": {
  3015. "version": "6.24.1",
  3016. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-6.24.1.tgz",
  3017. "integrity": "sha512-v61Dbbihf5XxnYjtBN04B/JBvsScY37R1cZT5r9permN1cp+b70DY3Ib3fIkgn1DI9U3tGgBJZVD8p/mE/4JbQ==",
  3018. "requires": {
  3019. "babel-helper-regex": "^6.24.1",
  3020. "babel-runtime": "^6.22.0",
  3021. "regexpu-core": "^2.0.0"
  3022. },
  3023. "dependencies": {
  3024. "jsesc": {
  3025. "version": "0.5.0",
  3026. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-0.5.0.tgz",
  3027. "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA=="
  3028. },
  3029. "regexpu-core": {
  3030. "version": "2.0.0",
  3031. "resolved": "https://registry.npmmirror.com/regexpu-core/-/regexpu-core-2.0.0.tgz",
  3032. "integrity": "sha512-tJ9+S4oKjxY8IZ9jmjnp/mtytu1u3iyIQAfmI51IKWH6bFf7XR1ybtaO6j7INhZKXOTYADk7V5qxaqLkmNxiZQ==",
  3033. "requires": {
  3034. "regenerate": "^1.2.1",
  3035. "regjsgen": "^0.2.0",
  3036. "regjsparser": "^0.1.4"
  3037. }
  3038. },
  3039. "regjsparser": {
  3040. "version": "0.1.5",
  3041. "resolved": "https://registry.npmmirror.com/regjsparser/-/regjsparser-0.1.5.tgz",
  3042. "integrity": "sha512-jlQ9gYLfk2p3V5Ag5fYhA7fv7OHzd1KUH0PRP46xc3TgwjwgROIW572AfYg/X9kaNq/LJnu6oJcFRXlIrGoTRw==",
  3043. "requires": {
  3044. "jsesc": "~0.5.0"
  3045. }
  3046. }
  3047. }
  3048. },
  3049. "babel-plugin-transform-exponentiation-operator": {
  3050. "version": "6.24.1",
  3051. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-6.24.1.tgz",
  3052. "integrity": "sha512-LzXDmbMkklvNhprr20//RStKVcT8Cu+SQtX18eMHLhjHf2yFzwtQ0S2f0jQ+89rokoNdmwoSqYzAhq86FxlLSQ==",
  3053. "requires": {
  3054. "babel-helper-builder-binary-assignment-operator-visitor": "^6.24.1",
  3055. "babel-plugin-syntax-exponentiation-operator": "^6.8.0",
  3056. "babel-runtime": "^6.22.0"
  3057. }
  3058. },
  3059. "babel-plugin-transform-export-extensions": {
  3060. "version": "6.22.0",
  3061. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-export-extensions/-/babel-plugin-transform-export-extensions-6.22.0.tgz",
  3062. "integrity": "sha512-mtzELzINaYqdVglyZrDDVwkcFRuE7s6QUFWXxwffKAHB/NkfbJ2NJSytugB43ytIC8UVt30Ereyx+7gNyTkDLg==",
  3063. "requires": {
  3064. "babel-plugin-syntax-export-extensions": "^6.8.0",
  3065. "babel-runtime": "^6.22.0"
  3066. }
  3067. },
  3068. "babel-plugin-transform-function-bind": {
  3069. "version": "6.22.0",
  3070. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-function-bind/-/babel-plugin-transform-function-bind-6.22.0.tgz",
  3071. "integrity": "sha512-9Ec4KYf1GurT39mlUjDSlN7HWSlB3u3mWRMogQbb+Y88lO0ZM3rJ0ADhPnQwWK9TbO6e/4E+Et1rrfGY9mFimA==",
  3072. "requires": {
  3073. "babel-plugin-syntax-function-bind": "^6.8.0",
  3074. "babel-runtime": "^6.22.0"
  3075. }
  3076. },
  3077. "babel-plugin-transform-object-rest-spread": {
  3078. "version": "6.26.0",
  3079. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-6.26.0.tgz",
  3080. "integrity": "sha512-ocgA9VJvyxwt+qJB0ncxV8kb/CjfTcECUY4tQ5VT7nP6Aohzobm8CDFaQ5FHdvZQzLmf0sgDxB8iRXZXxwZcyA==",
  3081. "requires": {
  3082. "babel-plugin-syntax-object-rest-spread": "^6.8.0",
  3083. "babel-runtime": "^6.26.0"
  3084. }
  3085. },
  3086. "babel-plugin-transform-regenerator": {
  3087. "version": "6.26.0",
  3088. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.26.0.tgz",
  3089. "integrity": "sha512-LS+dBkUGlNR15/5WHKe/8Neawx663qttS6AGqoOUhICc9d1KciBvtrQSuc0PI+CxQ2Q/S1aKuJ+u64GtLdcEZg==",
  3090. "requires": {
  3091. "regenerator-transform": "^0.10.0"
  3092. },
  3093. "dependencies": {
  3094. "regenerator-transform": {
  3095. "version": "0.10.1",
  3096. "resolved": "https://registry.npmmirror.com/regenerator-transform/-/regenerator-transform-0.10.1.tgz",
  3097. "integrity": "sha512-PJepbvDbuK1xgIgnau7Y90cwaAmO/LCLMI2mPvaXq2heGMR3aWW5/BQvYrhJ8jgmQjXewXvBjzfqKcVOmhjZ6Q==",
  3098. "requires": {
  3099. "babel-runtime": "^6.18.0",
  3100. "babel-types": "^6.19.0",
  3101. "private": "^0.1.6"
  3102. }
  3103. }
  3104. }
  3105. },
  3106. "babel-plugin-transform-strict-mode": {
  3107. "version": "6.24.1",
  3108. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz",
  3109. "integrity": "sha512-j3KtSpjyLSJxNoCDrhwiJad8kw0gJ9REGj8/CqL0HeRyLnvUNYV9zcqluL6QJSXh3nfsLEmSLvwRfGzrgR96Pw==",
  3110. "requires": {
  3111. "babel-runtime": "^6.22.0",
  3112. "babel-types": "^6.24.1"
  3113. }
  3114. },
  3115. "babel-preset-es2015": {
  3116. "version": "6.24.1",
  3117. "resolved": "https://registry.npmmirror.com/babel-preset-es2015/-/babel-preset-es2015-6.24.1.tgz",
  3118. "integrity": "sha512-XfwUqG1Ry6R43m4Wfob+vHbIVBIqTg/TJY4Snku1iIzeH7mUnwHA8Vagmv+ZQbPwhS8HgsdQvy28Py3k5zpoFQ==",
  3119. "requires": {
  3120. "babel-plugin-check-es2015-constants": "^6.22.0",
  3121. "babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
  3122. "babel-plugin-transform-es2015-block-scoped-functions": "^6.22.0",
  3123. "babel-plugin-transform-es2015-block-scoping": "^6.24.1",
  3124. "babel-plugin-transform-es2015-classes": "^6.24.1",
  3125. "babel-plugin-transform-es2015-computed-properties": "^6.24.1",
  3126. "babel-plugin-transform-es2015-destructuring": "^6.22.0",
  3127. "babel-plugin-transform-es2015-duplicate-keys": "^6.24.1",
  3128. "babel-plugin-transform-es2015-for-of": "^6.22.0",
  3129. "babel-plugin-transform-es2015-function-name": "^6.24.1",
  3130. "babel-plugin-transform-es2015-literals": "^6.22.0",
  3131. "babel-plugin-transform-es2015-modules-amd": "^6.24.1",
  3132. "babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
  3133. "babel-plugin-transform-es2015-modules-systemjs": "^6.24.1",
  3134. "babel-plugin-transform-es2015-modules-umd": "^6.24.1",
  3135. "babel-plugin-transform-es2015-object-super": "^6.24.1",
  3136. "babel-plugin-transform-es2015-parameters": "^6.24.1",
  3137. "babel-plugin-transform-es2015-shorthand-properties": "^6.24.1",
  3138. "babel-plugin-transform-es2015-spread": "^6.22.0",
  3139. "babel-plugin-transform-es2015-sticky-regex": "^6.24.1",
  3140. "babel-plugin-transform-es2015-template-literals": "^6.22.0",
  3141. "babel-plugin-transform-es2015-typeof-symbol": "^6.22.0",
  3142. "babel-plugin-transform-es2015-unicode-regex": "^6.24.1",
  3143. "babel-plugin-transform-regenerator": "^6.24.1"
  3144. }
  3145. },
  3146. "babel-preset-stage-0": {
  3147. "version": "6.24.1",
  3148. "resolved": "https://registry.npmmirror.com/babel-preset-stage-0/-/babel-preset-stage-0-6.24.1.tgz",
  3149. "integrity": "sha512-MJD+xBbpsApbKlzAX0sOBF+VeFaUmv5s8FSOO7SSZpes1QgphCjq/UIGRFWSmQ/0i5bqQjLGCTXGGXqcLQ9JDA==",
  3150. "requires": {
  3151. "babel-plugin-transform-do-expressions": "^6.22.0",
  3152. "babel-plugin-transform-function-bind": "^6.22.0",
  3153. "babel-preset-stage-1": "^6.24.1"
  3154. }
  3155. },
  3156. "babel-preset-stage-1": {
  3157. "version": "6.24.1",
  3158. "resolved": "https://registry.npmmirror.com/babel-preset-stage-1/-/babel-preset-stage-1-6.24.1.tgz",
  3159. "integrity": "sha512-rn+UOcd7BHDniq1SVxv2/AVVSVI1NK+hfS0I/iR6m6KbOi/aeBRcqBilqO73pd9VUpRXF2HFtlDuC9F2BEQqmg==",
  3160. "requires": {
  3161. "babel-plugin-transform-class-constructor-call": "^6.24.1",
  3162. "babel-plugin-transform-export-extensions": "^6.22.0",
  3163. "babel-preset-stage-2": "^6.24.1"
  3164. }
  3165. },
  3166. "babel-preset-stage-2": {
  3167. "version": "6.24.1",
  3168. "resolved": "https://registry.npmmirror.com/babel-preset-stage-2/-/babel-preset-stage-2-6.24.1.tgz",
  3169. "integrity": "sha512-9F+nquz+37PrlTSBdpeQBKnQfAMNBnryXw+m4qBh35FNbJPfzZz+sjN2G5Uf1CRedU9PH7fJkTbYijxmkLX8Og==",
  3170. "requires": {
  3171. "babel-plugin-syntax-dynamic-import": "^6.18.0",
  3172. "babel-plugin-transform-class-properties": "^6.24.1",
  3173. "babel-plugin-transform-decorators": "^6.24.1",
  3174. "babel-preset-stage-3": "^6.24.1"
  3175. }
  3176. },
  3177. "babel-preset-stage-3": {
  3178. "version": "6.24.1",
  3179. "resolved": "https://registry.npmmirror.com/babel-preset-stage-3/-/babel-preset-stage-3-6.24.1.tgz",
  3180. "integrity": "sha512-eCbEOF8uN0KypFXJmZXn2sTk7bPV9uM5xov7G/7BM08TbQEObsVs0cEWfy6NQySlfk7JBi/t+XJP1JkruYfthA==",
  3181. "requires": {
  3182. "babel-plugin-syntax-trailing-function-commas": "^6.22.0",
  3183. "babel-plugin-transform-async-generator-functions": "^6.24.1",
  3184. "babel-plugin-transform-async-to-generator": "^6.24.1",
  3185. "babel-plugin-transform-exponentiation-operator": "^6.24.1",
  3186. "babel-plugin-transform-object-rest-spread": "^6.22.0"
  3187. }
  3188. },
  3189. "babel-register": {
  3190. "version": "6.26.0",
  3191. "resolved": "https://registry.npmmirror.com/babel-register/-/babel-register-6.26.0.tgz",
  3192. "integrity": "sha512-veliHlHX06wjaeY8xNITbveXSiI+ASFnOqvne/LaIJIqOWi2Ogmj91KOugEz/hoh/fwMhXNBJPCv8Xaz5CyM4A==",
  3193. "requires": {
  3194. "babel-core": "^6.26.0",
  3195. "babel-runtime": "^6.26.0",
  3196. "core-js": "^2.5.0",
  3197. "home-or-tmp": "^2.0.0",
  3198. "lodash": "^4.17.4",
  3199. "mkdirp": "^0.5.1",
  3200. "source-map-support": "^0.4.15"
  3201. }
  3202. },
  3203. "babel-runtime": {
  3204. "version": "6.26.0",
  3205. "resolved": "https://registry.npmmirror.com/babel-runtime/-/babel-runtime-6.26.0.tgz",
  3206. "integrity": "sha512-ITKNuq2wKlW1fJg9sSW52eepoYgZBggvOAHC0u/CYu/qxQ9EVzThCgR69BnSXLHjy2f7SY5zaQ4yt7H9ZVxY2g==",
  3207. "requires": {
  3208. "core-js": "^2.4.0",
  3209. "regenerator-runtime": "^0.11.0"
  3210. },
  3211. "dependencies": {
  3212. "regenerator-runtime": {
  3213. "version": "0.11.1",
  3214. "resolved": "https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz",
  3215. "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg=="
  3216. }
  3217. }
  3218. },
  3219. "babel-template": {
  3220. "version": "6.26.0",
  3221. "resolved": "https://registry.npmmirror.com/babel-template/-/babel-template-6.26.0.tgz",
  3222. "integrity": "sha512-PCOcLFW7/eazGUKIoqH97sO9A2UYMahsn/yRQ7uOk37iutwjq7ODtcTNF+iFDSHNfkctqsLRjLP7URnOx0T1fg==",
  3223. "requires": {
  3224. "babel-runtime": "^6.26.0",
  3225. "babel-traverse": "^6.26.0",
  3226. "babel-types": "^6.26.0",
  3227. "babylon": "^6.18.0",
  3228. "lodash": "^4.17.4"
  3229. }
  3230. },
  3231. "babel-traverse": {
  3232. "version": "6.26.0",
  3233. "resolved": "https://registry.npmmirror.com/babel-traverse/-/babel-traverse-6.26.0.tgz",
  3234. "integrity": "sha512-iSxeXx7apsjCHe9c7n8VtRXGzI2Bk1rBSOJgCCjfyXb6v1aCqE1KSEpq/8SXuVN8Ka/Rh1WDTF0MDzkvTA4MIA==",
  3235. "requires": {
  3236. "babel-code-frame": "^6.26.0",
  3237. "babel-messages": "^6.23.0",
  3238. "babel-runtime": "^6.26.0",
  3239. "babel-types": "^6.26.0",
  3240. "babylon": "^6.18.0",
  3241. "debug": "^2.6.8",
  3242. "globals": "^9.18.0",
  3243. "invariant": "^2.2.2",
  3244. "lodash": "^4.17.4"
  3245. },
  3246. "dependencies": {
  3247. "debug": {
  3248. "version": "2.6.9",
  3249. "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz",
  3250. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  3251. "requires": {
  3252. "ms": "2.0.0"
  3253. }
  3254. },
  3255. "globals": {
  3256. "version": "9.18.0",
  3257. "resolved": "https://registry.npmmirror.com/globals/-/globals-9.18.0.tgz",
  3258. "integrity": "sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ=="
  3259. },
  3260. "ms": {
  3261. "version": "2.0.0",
  3262. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
  3263. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
  3264. }
  3265. }
  3266. },
  3267. "babel-types": {
  3268. "version": "6.26.0",
  3269. "resolved": "https://registry.npmmirror.com/babel-types/-/babel-types-6.26.0.tgz",
  3270. "integrity": "sha512-zhe3V/26rCWsEZK8kZN+HaQj5yQ1CilTObixFzKW1UWjqG7618Twz6YEsCnjfg5gBcJh02DrpCkS9h98ZqDY+g==",
  3271. "requires": {
  3272. "babel-runtime": "^6.26.0",
  3273. "esutils": "^2.0.2",
  3274. "lodash": "^4.17.4",
  3275. "to-fast-properties": "^1.0.3"
  3276. },
  3277. "dependencies": {
  3278. "to-fast-properties": {
  3279. "version": "1.0.3",
  3280. "resolved": "https://registry.npmmirror.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz",
  3281. "integrity": "sha512-lxrWP8ejsq+7E3nNjwYmUBMAgjMTZoTI+sdBOpvNyijeDLa29LUn9QaoXAHv4+Z578hbmHHJKZknzxVtvo77og=="
  3282. }
  3283. }
  3284. },
  3285. "babylon": {
  3286. "version": "6.18.0",
  3287. "resolved": "https://registry.npmmirror.com/babylon/-/babylon-6.18.0.tgz",
  3288. "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ=="
  3289. },
  3290. "balanced-match": {
  3291. "version": "1.0.2",
  3292. "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
  3293. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
  3294. },
  3295. "base64-js": {
  3296. "version": "1.5.1",
  3297. "resolved": "https://registry.npmmirror.com/base64-js/-/base64-js-1.5.1.tgz",
  3298. "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA=="
  3299. },
  3300. "bcrypt-pbkdf": {
  3301. "version": "1.0.2",
  3302. "resolved": "https://registry.npmmirror.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
  3303. "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==",
  3304. "requires": {
  3305. "tweetnacl": "^0.14.3"
  3306. }
  3307. },
  3308. "binary-extensions": {
  3309. "version": "2.3.0",
  3310. "resolved": "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.3.0.tgz",
  3311. "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw=="
  3312. },
  3313. "bmp-js": {
  3314. "version": "0.1.0",
  3315. "resolved": "https://registry.npmmirror.com/bmp-js/-/bmp-js-0.1.0.tgz",
  3316. "integrity": "sha512-vHdS19CnY3hwiNdkaqk93DvjVLfbEcI8mys4UjuWrlX1haDmroo8o4xCzh4wD6DGV6HxRCyauwhHRqMTfERtjw=="
  3317. },
  3318. "boolbase": {
  3319. "version": "1.0.0",
  3320. "resolved": "https://registry.npmmirror.com/boolbase/-/boolbase-1.0.0.tgz",
  3321. "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww=="
  3322. },
  3323. "brace-expansion": {
  3324. "version": "1.1.12",
  3325. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.12.tgz",
  3326. "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
  3327. "requires": {
  3328. "balanced-match": "^1.0.0",
  3329. "concat-map": "0.0.1"
  3330. }
  3331. },
  3332. "braces": {
  3333. "version": "3.0.3",
  3334. "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
  3335. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  3336. "requires": {
  3337. "fill-range": "^7.1.1"
  3338. }
  3339. },
  3340. "browserslist": {
  3341. "version": "4.25.0",
  3342. "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.25.0.tgz",
  3343. "integrity": "sha512-PJ8gYKeS5e/whHBh8xrwYK+dAvEj7JXtz6uTucnMRB8OiGTsKccFekoRrjajPBHV8oOY+2tI4uxeceSimKwMFA==",
  3344. "requires": {
  3345. "caniuse-lite": "^1.0.30001718",
  3346. "electron-to-chromium": "^1.5.160",
  3347. "node-releases": "^2.0.19",
  3348. "update-browserslist-db": "^1.1.3"
  3349. }
  3350. },
  3351. "buffer": {
  3352. "version": "5.7.1",
  3353. "resolved": "https://registry.npmmirror.com/buffer/-/buffer-5.7.1.tgz",
  3354. "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
  3355. "requires": {
  3356. "base64-js": "^1.3.1",
  3357. "ieee754": "^1.1.13"
  3358. }
  3359. },
  3360. "buffer-equal": {
  3361. "version": "0.0.1",
  3362. "resolved": "https://registry.npmmirror.com/buffer-equal/-/buffer-equal-0.0.1.tgz",
  3363. "integrity": "sha512-RgSV6InVQ9ODPdLWJ5UAqBqJBOg370Nz6ZQtRzpt6nUjc8v0St97uJ4PYC6NztqIScrAXafKM3mZPMygSe1ggA=="
  3364. },
  3365. "buffer-from": {
  3366. "version": "1.1.2",
  3367. "resolved": "https://registry.npmmirror.com/buffer-from/-/buffer-from-1.1.2.tgz",
  3368. "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
  3369. },
  3370. "camel-case": {
  3371. "version": "3.0.0",
  3372. "resolved": "https://registry.npmmirror.com/camel-case/-/camel-case-3.0.0.tgz",
  3373. "integrity": "sha512-+MbKztAYHXPr1jNTSKQF52VpcFjwY5RkR7fxksV8Doo4KAYc5Fl4UJRgthBbTmEx8C54DqahhbLJkDwjI3PI/w==",
  3374. "requires": {
  3375. "no-case": "^2.2.0",
  3376. "upper-case": "^1.1.1"
  3377. }
  3378. },
  3379. "camelcase": {
  3380. "version": "5.3.1",
  3381. "resolved": "https://registry.npmmirror.com/camelcase/-/camelcase-5.3.1.tgz",
  3382. "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="
  3383. },
  3384. "caniuse-api": {
  3385. "version": "3.0.0",
  3386. "resolved": "https://registry.npmmirror.com/caniuse-api/-/caniuse-api-3.0.0.tgz",
  3387. "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
  3388. "requires": {
  3389. "browserslist": "^4.0.0",
  3390. "caniuse-lite": "^1.0.0",
  3391. "lodash.memoize": "^4.1.2",
  3392. "lodash.uniq": "^4.5.0"
  3393. }
  3394. },
  3395. "caniuse-lite": {
  3396. "version": "1.0.30001724",
  3397. "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001724.tgz",
  3398. "integrity": "sha512-WqJo7p0TbHDOythNTqYujmaJTvtYRZrjpP8TCvH6Vb9CYJerJNKamKzIWOM4BkQatWj9H2lYulpdAQNBe7QhNA=="
  3399. },
  3400. "caseless": {
  3401. "version": "0.12.0",
  3402. "resolved": "https://registry.npmmirror.com/caseless/-/caseless-0.12.0.tgz",
  3403. "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw=="
  3404. },
  3405. "centra": {
  3406. "version": "2.7.0",
  3407. "resolved": "https://registry.npmmirror.com/centra/-/centra-2.7.0.tgz",
  3408. "integrity": "sha512-PbFMgMSrmgx6uxCdm57RUos9Tc3fclMvhLSATYN39XsDV29B89zZ3KA89jmY0vwSGazyU+uerqwa6t+KaodPcg==",
  3409. "requires": {
  3410. "follow-redirects": "^1.15.6"
  3411. }
  3412. },
  3413. "chalk": {
  3414. "version": "2.4.2",
  3415. "resolved": "https://registry.npmmirror.com/chalk/-/chalk-2.4.2.tgz",
  3416. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  3417. "requires": {
  3418. "ansi-styles": "^3.2.1",
  3419. "escape-string-regexp": "^1.0.5",
  3420. "supports-color": "^5.3.0"
  3421. }
  3422. },
  3423. "chokidar": {
  3424. "version": "3.6.0",
  3425. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz",
  3426. "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
  3427. "requires": {
  3428. "anymatch": "~3.1.2",
  3429. "braces": "~3.0.2",
  3430. "fsevents": "~2.3.2",
  3431. "glob-parent": "~5.1.2",
  3432. "is-binary-path": "~2.1.0",
  3433. "is-glob": "~4.0.1",
  3434. "normalize-path": "~3.0.0",
  3435. "readdirp": "~3.6.0"
  3436. }
  3437. },
  3438. "clean-css": {
  3439. "version": "4.2.4",
  3440. "resolved": "https://registry.npmmirror.com/clean-css/-/clean-css-4.2.4.tgz",
  3441. "integrity": "sha512-EJUDT7nDVFDvaQgAo2G/PJvxmp1o/c6iXLbswsBbUFXi1Nr+AjA2cKmfbKDMjMvzEe75g3P6JkaDDAKk96A85A==",
  3442. "requires": {
  3443. "source-map": "~0.6.0"
  3444. }
  3445. },
  3446. "cliui": {
  3447. "version": "6.0.0",
  3448. "resolved": "https://registry.npmmirror.com/cliui/-/cliui-6.0.0.tgz",
  3449. "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==",
  3450. "requires": {
  3451. "string-width": "^4.2.0",
  3452. "strip-ansi": "^6.0.0",
  3453. "wrap-ansi": "^6.2.0"
  3454. },
  3455. "dependencies": {
  3456. "ansi-regex": {
  3457. "version": "5.0.1",
  3458. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  3459. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="
  3460. },
  3461. "strip-ansi": {
  3462. "version": "6.0.1",
  3463. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  3464. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  3465. "requires": {
  3466. "ansi-regex": "^5.0.1"
  3467. }
  3468. }
  3469. }
  3470. },
  3471. "color-convert": {
  3472. "version": "1.9.3",
  3473. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-1.9.3.tgz",
  3474. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  3475. "requires": {
  3476. "color-name": "1.1.3"
  3477. }
  3478. },
  3479. "color-name": {
  3480. "version": "1.1.3",
  3481. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.3.tgz",
  3482. "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
  3483. },
  3484. "colord": {
  3485. "version": "2.9.3",
  3486. "resolved": "https://registry.npmmirror.com/colord/-/colord-2.9.3.tgz",
  3487. "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw=="
  3488. },
  3489. "combined-stream": {
  3490. "version": "1.0.8",
  3491. "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz",
  3492. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  3493. "requires": {
  3494. "delayed-stream": "~1.0.0"
  3495. }
  3496. },
  3497. "commander": {
  3498. "version": "7.2.0",
  3499. "resolved": "https://registry.npmmirror.com/commander/-/commander-7.2.0.tgz",
  3500. "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw=="
  3501. },
  3502. "concat-map": {
  3503. "version": "0.0.1",
  3504. "resolved": "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz",
  3505. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
  3506. },
  3507. "conf": {
  3508. "version": "9.0.2",
  3509. "resolved": "https://registry.npmmirror.com/conf/-/conf-9.0.2.tgz",
  3510. "integrity": "sha512-rLSiilO85qHgaTBIIHQpsv8z+NnVfZq3cKuYNCXN1AOqPzced0GWZEe/A517VldRLyQYXUMyV+vszavE2jSAqw==",
  3511. "requires": {
  3512. "ajv": "^7.0.3",
  3513. "ajv-formats": "^1.5.1",
  3514. "atomically": "^1.7.0",
  3515. "debounce-fn": "^4.0.0",
  3516. "dot-prop": "^6.0.1",
  3517. "env-paths": "^2.2.0",
  3518. "json-schema-typed": "^7.0.3",
  3519. "make-dir": "^3.1.0",
  3520. "onetime": "^5.1.2",
  3521. "pkg-up": "^3.1.0",
  3522. "semver": "^7.3.4"
  3523. },
  3524. "dependencies": {
  3525. "semver": {
  3526. "version": "7.7.2",
  3527. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.2.tgz",
  3528. "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA=="
  3529. }
  3530. }
  3531. },
  3532. "config-chain": {
  3533. "version": "1.1.13",
  3534. "resolved": "https://registry.npmmirror.com/config-chain/-/config-chain-1.1.13.tgz",
  3535. "integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==",
  3536. "requires": {
  3537. "ini": "^1.3.4",
  3538. "proto-list": "~1.2.1"
  3539. }
  3540. },
  3541. "convert-source-map": {
  3542. "version": "1.9.0",
  3543. "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-1.9.0.tgz",
  3544. "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A=="
  3545. },
  3546. "copy-anything": {
  3547. "version": "2.0.6",
  3548. "resolved": "https://registry.npmmirror.com/copy-anything/-/copy-anything-2.0.6.tgz",
  3549. "integrity": "sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==",
  3550. "requires": {
  3551. "is-what": "^3.14.1"
  3552. }
  3553. },
  3554. "core-js": {
  3555. "version": "2.6.12",
  3556. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-2.6.12.tgz",
  3557. "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ=="
  3558. },
  3559. "core-js-compat": {
  3560. "version": "3.43.0",
  3561. "resolved": "https://registry.npmmirror.com/core-js-compat/-/core-js-compat-3.43.0.tgz",
  3562. "integrity": "sha512-2GML2ZsCc5LR7hZYz4AXmjQw8zuy2T//2QntwdnpuYI7jteT6GVYJL7F6C2C57R7gSYrcqVW3lAALefdbhBLDA==",
  3563. "requires": {
  3564. "browserslist": "^4.25.0"
  3565. }
  3566. },
  3567. "core-util-is": {
  3568. "version": "1.0.2",
  3569. "resolved": "https://registry.npmmirror.com/core-util-is/-/core-util-is-1.0.2.tgz",
  3570. "integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ=="
  3571. },
  3572. "cos-nodejs-sdk-v5": {
  3573. "version": "2.15.1",
  3574. "resolved": "https://registry.npmmirror.com/cos-nodejs-sdk-v5/-/cos-nodejs-sdk-v5-2.15.1.tgz",
  3575. "integrity": "sha512-eBfqnuffe1qlIHbCep8eQgXa6Fq44cDjgCv6A2pyB/DAnKxY15DE6vU92Zc55v2t60EGcDapaTQY6DWVauGMRQ==",
  3576. "requires": {
  3577. "conf": "^9.0.0",
  3578. "fast-xml-parser": "4.2.5",
  3579. "mime-types": "^2.1.24",
  3580. "request": "^2.88.2"
  3581. }
  3582. },
  3583. "css-declaration-sorter": {
  3584. "version": "6.4.1",
  3585. "resolved": "https://registry.npmmirror.com/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz",
  3586. "integrity": "sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g=="
  3587. },
  3588. "css-select": {
  3589. "version": "4.3.0",
  3590. "resolved": "https://registry.npmmirror.com/css-select/-/css-select-4.3.0.tgz",
  3591. "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==",
  3592. "requires": {
  3593. "boolbase": "^1.0.0",
  3594. "css-what": "^6.0.1",
  3595. "domhandler": "^4.3.1",
  3596. "domutils": "^2.8.0",
  3597. "nth-check": "^2.0.1"
  3598. }
  3599. },
  3600. "css-tree": {
  3601. "version": "1.1.3",
  3602. "resolved": "https://registry.npmmirror.com/css-tree/-/css-tree-1.1.3.tgz",
  3603. "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==",
  3604. "requires": {
  3605. "mdn-data": "2.0.14",
  3606. "source-map": "^0.6.1"
  3607. }
  3608. },
  3609. "css-what": {
  3610. "version": "6.1.0",
  3611. "resolved": "https://registry.npmmirror.com/css-what/-/css-what-6.1.0.tgz",
  3612. "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw=="
  3613. },
  3614. "cssesc": {
  3615. "version": "3.0.0",
  3616. "resolved": "https://registry.npmmirror.com/cssesc/-/cssesc-3.0.0.tgz",
  3617. "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg=="
  3618. },
  3619. "cssnano": {
  3620. "version": "5.1.15",
  3621. "resolved": "https://registry.npmmirror.com/cssnano/-/cssnano-5.1.15.tgz",
  3622. "integrity": "sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==",
  3623. "requires": {
  3624. "cssnano-preset-default": "^5.2.14",
  3625. "lilconfig": "^2.0.3",
  3626. "yaml": "^1.10.2"
  3627. }
  3628. },
  3629. "cssnano-preset-default": {
  3630. "version": "5.2.14",
  3631. "resolved": "https://registry.npmmirror.com/cssnano-preset-default/-/cssnano-preset-default-5.2.14.tgz",
  3632. "integrity": "sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==",
  3633. "requires": {
  3634. "css-declaration-sorter": "^6.3.1",
  3635. "cssnano-utils": "^3.1.0",
  3636. "postcss-calc": "^8.2.3",
  3637. "postcss-colormin": "^5.3.1",
  3638. "postcss-convert-values": "^5.1.3",
  3639. "postcss-discard-comments": "^5.1.2",
  3640. "postcss-discard-duplicates": "^5.1.0",
  3641. "postcss-discard-empty": "^5.1.1",
  3642. "postcss-discard-overridden": "^5.1.0",
  3643. "postcss-merge-longhand": "^5.1.7",
  3644. "postcss-merge-rules": "^5.1.4",
  3645. "postcss-minify-font-values": "^5.1.0",
  3646. "postcss-minify-gradients": "^5.1.1",
  3647. "postcss-minify-params": "^5.1.4",
  3648. "postcss-minify-selectors": "^5.2.1",
  3649. "postcss-normalize-charset": "^5.1.0",
  3650. "postcss-normalize-display-values": "^5.1.0",
  3651. "postcss-normalize-positions": "^5.1.1",
  3652. "postcss-normalize-repeat-style": "^5.1.1",
  3653. "postcss-normalize-string": "^5.1.0",
  3654. "postcss-normalize-timing-functions": "^5.1.0",
  3655. "postcss-normalize-unicode": "^5.1.1",
  3656. "postcss-normalize-url": "^5.1.0",
  3657. "postcss-normalize-whitespace": "^5.1.1",
  3658. "postcss-ordered-values": "^5.1.3",
  3659. "postcss-reduce-initial": "^5.1.2",
  3660. "postcss-reduce-transforms": "^5.1.0",
  3661. "postcss-svgo": "^5.1.0",
  3662. "postcss-unique-selectors": "^5.1.1"
  3663. }
  3664. },
  3665. "cssnano-utils": {
  3666. "version": "3.1.0",
  3667. "resolved": "https://registry.npmmirror.com/cssnano-utils/-/cssnano-utils-3.1.0.tgz",
  3668. "integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA=="
  3669. },
  3670. "csso": {
  3671. "version": "4.2.0",
  3672. "resolved": "https://registry.npmmirror.com/csso/-/csso-4.2.0.tgz",
  3673. "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==",
  3674. "requires": {
  3675. "css-tree": "^1.1.2"
  3676. }
  3677. },
  3678. "dashdash": {
  3679. "version": "1.14.1",
  3680. "resolved": "https://registry.npmmirror.com/dashdash/-/dashdash-1.14.1.tgz",
  3681. "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==",
  3682. "requires": {
  3683. "assert-plus": "^1.0.0"
  3684. }
  3685. },
  3686. "debounce-fn": {
  3687. "version": "4.0.0",
  3688. "resolved": "https://registry.npmmirror.com/debounce-fn/-/debounce-fn-4.0.0.tgz",
  3689. "integrity": "sha512-8pYCQiL9Xdcg0UPSD3d+0KMlOjp+KGU5EPwYddgzQ7DATsg4fuUDjQtsYLmWjnk2obnNHgV3vE2Y4jejSOJVBQ==",
  3690. "requires": {
  3691. "mimic-fn": "^3.0.0"
  3692. }
  3693. },
  3694. "debug": {
  3695. "version": "4.4.1",
  3696. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.1.tgz",
  3697. "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
  3698. "requires": {
  3699. "ms": "^2.1.3"
  3700. }
  3701. },
  3702. "debuglog": {
  3703. "version": "1.0.1",
  3704. "resolved": "https://registry.npmmirror.com/debuglog/-/debuglog-1.0.1.tgz",
  3705. "integrity": "sha512-syBZ+rnAK3EgMsH2aYEOLUW7mZSY9Gb+0wUMCFsZvcmiz+HigA0LOcq/HoQqVuGG+EKykunc7QG2bzrponfaSw=="
  3706. },
  3707. "decamelize": {
  3708. "version": "1.2.0",
  3709. "resolved": "https://registry.npmmirror.com/decamelize/-/decamelize-1.2.0.tgz",
  3710. "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA=="
  3711. },
  3712. "delayed-stream": {
  3713. "version": "1.0.0",
  3714. "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz",
  3715. "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ=="
  3716. },
  3717. "detect-indent": {
  3718. "version": "4.0.0",
  3719. "resolved": "https://registry.npmmirror.com/detect-indent/-/detect-indent-4.0.0.tgz",
  3720. "integrity": "sha512-BDKtmHlOzwI7iRuEkhzsnPoi5ypEhWAJB5RvHWe1kMr06js3uK5B3734i3ui5Yd+wOJV1cpE4JnivPD283GU/A==",
  3721. "requires": {
  3722. "repeating": "^2.0.0"
  3723. }
  3724. },
  3725. "detect-libc": {
  3726. "version": "1.0.3",
  3727. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-1.0.3.tgz",
  3728. "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
  3729. "optional": true
  3730. },
  3731. "dezalgo": {
  3732. "version": "1.0.4",
  3733. "resolved": "https://registry.npmmirror.com/dezalgo/-/dezalgo-1.0.4.tgz",
  3734. "integrity": "sha512-rXSP0bf+5n0Qonsb+SVVfNfIsimO4HEtmnIpPHY8Q1UCzKlQrDMfdobr8nJOOsRgWCyMRqeSBQzmWUMq7zvVig==",
  3735. "requires": {
  3736. "asap": "^2.0.0",
  3737. "wrappy": "1"
  3738. }
  3739. },
  3740. "dom-serializer": {
  3741. "version": "1.4.1",
  3742. "resolved": "https://registry.npmmirror.com/dom-serializer/-/dom-serializer-1.4.1.tgz",
  3743. "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==",
  3744. "requires": {
  3745. "domelementtype": "^2.0.1",
  3746. "domhandler": "^4.2.0",
  3747. "entities": "^2.0.0"
  3748. }
  3749. },
  3750. "dom-walk": {
  3751. "version": "0.1.2",
  3752. "resolved": "https://registry.npmmirror.com/dom-walk/-/dom-walk-0.1.2.tgz",
  3753. "integrity": "sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w=="
  3754. },
  3755. "domelementtype": {
  3756. "version": "2.3.0",
  3757. "resolved": "https://registry.npmmirror.com/domelementtype/-/domelementtype-2.3.0.tgz",
  3758. "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw=="
  3759. },
  3760. "domhandler": {
  3761. "version": "4.3.1",
  3762. "resolved": "https://registry.npmmirror.com/domhandler/-/domhandler-4.3.1.tgz",
  3763. "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==",
  3764. "requires": {
  3765. "domelementtype": "^2.2.0"
  3766. }
  3767. },
  3768. "domutils": {
  3769. "version": "2.8.0",
  3770. "resolved": "https://registry.npmmirror.com/domutils/-/domutils-2.8.0.tgz",
  3771. "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==",
  3772. "requires": {
  3773. "dom-serializer": "^1.0.1",
  3774. "domelementtype": "^2.2.0",
  3775. "domhandler": "^4.2.0"
  3776. }
  3777. },
  3778. "dot-prop": {
  3779. "version": "6.0.1",
  3780. "resolved": "https://registry.npmmirror.com/dot-prop/-/dot-prop-6.0.1.tgz",
  3781. "integrity": "sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA==",
  3782. "requires": {
  3783. "is-obj": "^2.0.0"
  3784. }
  3785. },
  3786. "ecc-jsbn": {
  3787. "version": "0.1.2",
  3788. "resolved": "https://registry.npmmirror.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz",
  3789. "integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==",
  3790. "requires": {
  3791. "jsbn": "~0.1.0",
  3792. "safer-buffer": "^2.1.0"
  3793. }
  3794. },
  3795. "electron-to-chromium": {
  3796. "version": "1.5.171",
  3797. "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.171.tgz",
  3798. "integrity": "sha512-scWpzXEJEMrGJa4Y6m/tVotb0WuvNmasv3wWVzUAeCgKU0ToFOhUW6Z+xWnRQANMYGxN4ngJXIThgBJOqzVPCQ=="
  3799. },
  3800. "emoji-regex": {
  3801. "version": "8.0.0",
  3802. "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz",
  3803. "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
  3804. },
  3805. "entities": {
  3806. "version": "2.2.0",
  3807. "resolved": "https://registry.npmmirror.com/entities/-/entities-2.2.0.tgz",
  3808. "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A=="
  3809. },
  3810. "env-paths": {
  3811. "version": "2.2.1",
  3812. "resolved": "https://registry.npmmirror.com/env-paths/-/env-paths-2.2.1.tgz",
  3813. "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A=="
  3814. },
  3815. "errno": {
  3816. "version": "0.1.8",
  3817. "resolved": "https://registry.npmmirror.com/errno/-/errno-0.1.8.tgz",
  3818. "integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==",
  3819. "requires": {
  3820. "prr": "~1.0.1"
  3821. }
  3822. },
  3823. "escalade": {
  3824. "version": "3.2.0",
  3825. "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
  3826. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA=="
  3827. },
  3828. "escape-string-regexp": {
  3829. "version": "1.0.5",
  3830. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  3831. "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg=="
  3832. },
  3833. "eslint-scope": {
  3834. "version": "5.1.1",
  3835. "resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-5.1.1.tgz",
  3836. "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
  3837. "requires": {
  3838. "esrecurse": "^4.3.0",
  3839. "estraverse": "^4.1.1"
  3840. }
  3841. },
  3842. "eslint-visitor-keys": {
  3843. "version": "2.1.0",
  3844. "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
  3845. "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw=="
  3846. },
  3847. "esrecurse": {
  3848. "version": "4.3.0",
  3849. "resolved": "https://registry.npmmirror.com/esrecurse/-/esrecurse-4.3.0.tgz",
  3850. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  3851. "requires": {
  3852. "estraverse": "^5.2.0"
  3853. },
  3854. "dependencies": {
  3855. "estraverse": {
  3856. "version": "5.3.0",
  3857. "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz",
  3858. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA=="
  3859. }
  3860. }
  3861. },
  3862. "estraverse": {
  3863. "version": "4.3.0",
  3864. "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-4.3.0.tgz",
  3865. "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw=="
  3866. },
  3867. "esutils": {
  3868. "version": "2.0.3",
  3869. "resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz",
  3870. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g=="
  3871. },
  3872. "eventemitter3": {
  3873. "version": "4.0.7",
  3874. "resolved": "https://registry.npmmirror.com/eventemitter3/-/eventemitter3-4.0.7.tgz",
  3875. "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw=="
  3876. },
  3877. "exif-parser": {
  3878. "version": "0.1.12",
  3879. "resolved": "https://registry.npmmirror.com/exif-parser/-/exif-parser-0.1.12.tgz",
  3880. "integrity": "sha512-c2bQfLNbMzLPmzQuOr8fy0csy84WmwnER81W88DzTp9CYNPJ6yzOj2EZAh9pywYpqHnshVLHQJ8WzldAyfY+Iw=="
  3881. },
  3882. "extend": {
  3883. "version": "3.0.2",
  3884. "resolved": "https://registry.npmmirror.com/extend/-/extend-3.0.2.tgz",
  3885. "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g=="
  3886. },
  3887. "extsprintf": {
  3888. "version": "1.3.0",
  3889. "resolved": "https://registry.npmmirror.com/extsprintf/-/extsprintf-1.3.0.tgz",
  3890. "integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g=="
  3891. },
  3892. "fast-deep-equal": {
  3893. "version": "3.1.3",
  3894. "resolved": "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  3895. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
  3896. },
  3897. "fast-json-stable-stringify": {
  3898. "version": "2.1.0",
  3899. "resolved": "https://registry.npmmirror.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  3900. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="
  3901. },
  3902. "fast-xml-parser": {
  3903. "version": "4.2.5",
  3904. "resolved": "https://registry.npmmirror.com/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz",
  3905. "integrity": "sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==",
  3906. "requires": {
  3907. "strnum": "^1.0.5"
  3908. }
  3909. },
  3910. "file-type": {
  3911. "version": "9.0.0",
  3912. "resolved": "https://registry.npmmirror.com/file-type/-/file-type-9.0.0.tgz",
  3913. "integrity": "sha512-Qe/5NJrgIOlwijpq3B7BEpzPFcgzggOTagZmkXQY4LA6bsXKTUstK7Wp12lEJ/mLKTpvIZxmIuRcLYWT6ov9lw=="
  3914. },
  3915. "fill-range": {
  3916. "version": "7.1.1",
  3917. "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
  3918. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  3919. "requires": {
  3920. "to-regex-range": "^5.0.1"
  3921. }
  3922. },
  3923. "find-up": {
  3924. "version": "3.0.0",
  3925. "resolved": "https://registry.npmmirror.com/find-up/-/find-up-3.0.0.tgz",
  3926. "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
  3927. "requires": {
  3928. "locate-path": "^3.0.0"
  3929. }
  3930. },
  3931. "follow-redirects": {
  3932. "version": "1.15.9",
  3933. "resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.9.tgz",
  3934. "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ=="
  3935. },
  3936. "forever-agent": {
  3937. "version": "0.6.1",
  3938. "resolved": "https://registry.npmmirror.com/forever-agent/-/forever-agent-0.6.1.tgz",
  3939. "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw=="
  3940. },
  3941. "form-data": {
  3942. "version": "2.3.3",
  3943. "resolved": "https://registry.npmmirror.com/form-data/-/form-data-2.3.3.tgz",
  3944. "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==",
  3945. "requires": {
  3946. "asynckit": "^0.4.0",
  3947. "combined-stream": "^1.0.6",
  3948. "mime-types": "^2.1.12"
  3949. }
  3950. },
  3951. "fraction.js": {
  3952. "version": "4.3.7",
  3953. "resolved": "https://registry.npmmirror.com/fraction.js/-/fraction.js-4.3.7.tgz",
  3954. "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew=="
  3955. },
  3956. "fs-extra": {
  3957. "version": "8.1.0",
  3958. "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-8.1.0.tgz",
  3959. "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
  3960. "requires": {
  3961. "graceful-fs": "^4.2.0",
  3962. "jsonfile": "^4.0.0",
  3963. "universalify": "^0.1.0"
  3964. }
  3965. },
  3966. "fs.realpath": {
  3967. "version": "1.0.0",
  3968. "resolved": "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz",
  3969. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="
  3970. },
  3971. "fsevents": {
  3972. "version": "2.3.3",
  3973. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
  3974. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  3975. "optional": true
  3976. },
  3977. "function-bind": {
  3978. "version": "1.1.2",
  3979. "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
  3980. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA=="
  3981. },
  3982. "gensync": {
  3983. "version": "1.0.0-beta.2",
  3984. "resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz",
  3985. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg=="
  3986. },
  3987. "get-caller-file": {
  3988. "version": "2.0.5",
  3989. "resolved": "https://registry.npmmirror.com/get-caller-file/-/get-caller-file-2.0.5.tgz",
  3990. "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg=="
  3991. },
  3992. "get-proxy": {
  3993. "version": "2.1.0",
  3994. "resolved": "https://registry.npmmirror.com/get-proxy/-/get-proxy-2.1.0.tgz",
  3995. "integrity": "sha512-zmZIaQTWnNQb4R4fJUEp/FC51eZsc6EkErspy3xtIYStaq8EB/hDIWipxsal+E8rz0qD7f2sL/NA9Xee4RInJw==",
  3996. "requires": {
  3997. "npm-conf": "^1.1.0"
  3998. }
  3999. },
  4000. "getpass": {
  4001. "version": "0.1.7",
  4002. "resolved": "https://registry.npmmirror.com/getpass/-/getpass-0.1.7.tgz",
  4003. "integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==",
  4004. "requires": {
  4005. "assert-plus": "^1.0.0"
  4006. }
  4007. },
  4008. "glob": {
  4009. "version": "7.1.2",
  4010. "resolved": "https://registry.npmmirror.com/glob/-/glob-7.1.2.tgz",
  4011. "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
  4012. "requires": {
  4013. "fs.realpath": "^1.0.0",
  4014. "inflight": "^1.0.4",
  4015. "inherits": "2",
  4016. "minimatch": "^3.0.4",
  4017. "once": "^1.3.0",
  4018. "path-is-absolute": "^1.0.0"
  4019. }
  4020. },
  4021. "glob-parent": {
  4022. "version": "5.1.2",
  4023. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  4024. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  4025. "requires": {
  4026. "is-glob": "^4.0.1"
  4027. }
  4028. },
  4029. "global": {
  4030. "version": "4.4.0",
  4031. "resolved": "https://registry.npmmirror.com/global/-/global-4.4.0.tgz",
  4032. "integrity": "sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==",
  4033. "requires": {
  4034. "min-document": "^2.19.0",
  4035. "process": "^0.11.10"
  4036. }
  4037. },
  4038. "globals": {
  4039. "version": "11.12.0",
  4040. "resolved": "https://registry.npmmirror.com/globals/-/globals-11.12.0.tgz",
  4041. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA=="
  4042. },
  4043. "graceful-fs": {
  4044. "version": "4.2.11",
  4045. "resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz",
  4046. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
  4047. },
  4048. "har-schema": {
  4049. "version": "2.0.0",
  4050. "resolved": "https://registry.npmmirror.com/har-schema/-/har-schema-2.0.0.tgz",
  4051. "integrity": "sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q=="
  4052. },
  4053. "har-validator": {
  4054. "version": "5.1.5",
  4055. "resolved": "https://registry.npmmirror.com/har-validator/-/har-validator-5.1.5.tgz",
  4056. "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==",
  4057. "requires": {
  4058. "ajv": "^6.12.3",
  4059. "har-schema": "^2.0.0"
  4060. },
  4061. "dependencies": {
  4062. "ajv": {
  4063. "version": "6.12.6",
  4064. "resolved": "https://registry.npmmirror.com/ajv/-/ajv-6.12.6.tgz",
  4065. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  4066. "requires": {
  4067. "fast-deep-equal": "^3.1.1",
  4068. "fast-json-stable-stringify": "^2.0.0",
  4069. "json-schema-traverse": "^0.4.1",
  4070. "uri-js": "^4.2.2"
  4071. }
  4072. },
  4073. "json-schema-traverse": {
  4074. "version": "0.4.1",
  4075. "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  4076. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
  4077. }
  4078. }
  4079. },
  4080. "has-ansi": {
  4081. "version": "2.0.0",
  4082. "resolved": "https://registry.npmmirror.com/has-ansi/-/has-ansi-2.0.0.tgz",
  4083. "integrity": "sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==",
  4084. "requires": {
  4085. "ansi-regex": "^2.0.0"
  4086. }
  4087. },
  4088. "has-flag": {
  4089. "version": "3.0.0",
  4090. "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-3.0.0.tgz",
  4091. "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw=="
  4092. },
  4093. "hasown": {
  4094. "version": "2.0.2",
  4095. "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
  4096. "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  4097. "requires": {
  4098. "function-bind": "^1.1.2"
  4099. }
  4100. },
  4101. "he": {
  4102. "version": "1.2.0",
  4103. "resolved": "https://registry.npmmirror.com/he/-/he-1.2.0.tgz",
  4104. "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw=="
  4105. },
  4106. "home-or-tmp": {
  4107. "version": "2.0.0",
  4108. "resolved": "https://registry.npmmirror.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz",
  4109. "integrity": "sha512-ycURW7oUxE2sNiPVw1HVEFsW+ecOpJ5zaj7eC0RlwhibhRBod20muUN8qu/gzx956YrLolVvs1MTXwKgC2rVEg==",
  4110. "requires": {
  4111. "os-homedir": "^1.0.0",
  4112. "os-tmpdir": "^1.0.1"
  4113. }
  4114. },
  4115. "hosted-git-info": {
  4116. "version": "2.8.9",
  4117. "resolved": "https://registry.npmmirror.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
  4118. "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw=="
  4119. },
  4120. "html-minifier": {
  4121. "version": "4.0.0",
  4122. "resolved": "https://registry.npmmirror.com/html-minifier/-/html-minifier-4.0.0.tgz",
  4123. "integrity": "sha512-aoGxanpFPLg7MkIl/DDFYtb0iWz7jMFGqFhvEDZga6/4QTjneiD8I/NXL1x5aaoCp7FSIT6h/OhykDdPsbtMig==",
  4124. "requires": {
  4125. "camel-case": "^3.0.0",
  4126. "clean-css": "^4.2.1",
  4127. "commander": "^2.19.0",
  4128. "he": "^1.2.0",
  4129. "param-case": "^2.1.1",
  4130. "relateurl": "^0.2.7",
  4131. "uglify-js": "^3.5.1"
  4132. },
  4133. "dependencies": {
  4134. "commander": {
  4135. "version": "2.20.3",
  4136. "resolved": "https://registry.npmmirror.com/commander/-/commander-2.20.3.tgz",
  4137. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
  4138. },
  4139. "uglify-js": {
  4140. "version": "3.19.3",
  4141. "resolved": "https://registry.npmmirror.com/uglify-js/-/uglify-js-3.19.3.tgz",
  4142. "integrity": "sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ=="
  4143. }
  4144. }
  4145. },
  4146. "http-signature": {
  4147. "version": "1.2.0",
  4148. "resolved": "https://registry.npmmirror.com/http-signature/-/http-signature-1.2.0.tgz",
  4149. "integrity": "sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==",
  4150. "requires": {
  4151. "assert-plus": "^1.0.0",
  4152. "jsprim": "^1.2.2",
  4153. "sshpk": "^1.7.0"
  4154. }
  4155. },
  4156. "iconv-lite": {
  4157. "version": "0.6.3",
  4158. "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.6.3.tgz",
  4159. "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
  4160. "optional": true,
  4161. "requires": {
  4162. "safer-buffer": ">= 2.1.2 < 3.0.0"
  4163. }
  4164. },
  4165. "ieee754": {
  4166. "version": "1.2.1",
  4167. "resolved": "https://registry.npmmirror.com/ieee754/-/ieee754-1.2.1.tgz",
  4168. "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA=="
  4169. },
  4170. "image-size": {
  4171. "version": "0.5.5",
  4172. "resolved": "https://registry.npmmirror.com/image-size/-/image-size-0.5.5.tgz",
  4173. "integrity": "sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==",
  4174. "optional": true
  4175. },
  4176. "immediate": {
  4177. "version": "3.0.6",
  4178. "resolved": "https://registry.npmmirror.com/immediate/-/immediate-3.0.6.tgz",
  4179. "integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ=="
  4180. },
  4181. "immutable": {
  4182. "version": "5.1.3",
  4183. "resolved": "https://registry.npmmirror.com/immutable/-/immutable-5.1.3.tgz",
  4184. "integrity": "sha512-+chQdDfvscSF1SJqv2gn4SRO2ZyS3xL3r7IW/wWEEzrzLisnOlKiQu5ytC/BVNcS15C39WT2Hg/bjKjDMcu+zg=="
  4185. },
  4186. "inflight": {
  4187. "version": "1.0.6",
  4188. "resolved": "https://registry.npmmirror.com/inflight/-/inflight-1.0.6.tgz",
  4189. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  4190. "requires": {
  4191. "once": "^1.3.0",
  4192. "wrappy": "1"
  4193. }
  4194. },
  4195. "inherits": {
  4196. "version": "2.0.4",
  4197. "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
  4198. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
  4199. },
  4200. "ini": {
  4201. "version": "1.3.8",
  4202. "resolved": "https://registry.npmmirror.com/ini/-/ini-1.3.8.tgz",
  4203. "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
  4204. },
  4205. "invariant": {
  4206. "version": "2.2.4",
  4207. "resolved": "https://registry.npmmirror.com/invariant/-/invariant-2.2.4.tgz",
  4208. "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==",
  4209. "requires": {
  4210. "loose-envify": "^1.0.0"
  4211. }
  4212. },
  4213. "is-binary-path": {
  4214. "version": "2.1.0",
  4215. "resolved": "https://registry.npmmirror.com/is-binary-path/-/is-binary-path-2.1.0.tgz",
  4216. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  4217. "requires": {
  4218. "binary-extensions": "^2.0.0"
  4219. }
  4220. },
  4221. "is-core-module": {
  4222. "version": "2.16.1",
  4223. "resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.16.1.tgz",
  4224. "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  4225. "requires": {
  4226. "hasown": "^2.0.2"
  4227. }
  4228. },
  4229. "is-extglob": {
  4230. "version": "2.1.1",
  4231. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  4232. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ=="
  4233. },
  4234. "is-finite": {
  4235. "version": "1.1.0",
  4236. "resolved": "https://registry.npmmirror.com/is-finite/-/is-finite-1.1.0.tgz",
  4237. "integrity": "sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w=="
  4238. },
  4239. "is-fullwidth-code-point": {
  4240. "version": "3.0.0",
  4241. "resolved": "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  4242. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg=="
  4243. },
  4244. "is-function": {
  4245. "version": "1.0.2",
  4246. "resolved": "https://registry.npmmirror.com/is-function/-/is-function-1.0.2.tgz",
  4247. "integrity": "sha512-lw7DUp0aWXYg+CBCN+JKkcE0Q2RayZnSvnZBlwgxHBQhqt5pZNVy4Ri7H9GmmXkdu7LUthszM+Tor1u/2iBcpQ=="
  4248. },
  4249. "is-glob": {
  4250. "version": "4.0.3",
  4251. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  4252. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  4253. "requires": {
  4254. "is-extglob": "^2.1.1"
  4255. }
  4256. },
  4257. "is-number": {
  4258. "version": "7.0.0",
  4259. "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
  4260. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng=="
  4261. },
  4262. "is-obj": {
  4263. "version": "2.0.0",
  4264. "resolved": "https://registry.npmmirror.com/is-obj/-/is-obj-2.0.0.tgz",
  4265. "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w=="
  4266. },
  4267. "is-typedarray": {
  4268. "version": "1.0.0",
  4269. "resolved": "https://registry.npmmirror.com/is-typedarray/-/is-typedarray-1.0.0.tgz",
  4270. "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA=="
  4271. },
  4272. "is-what": {
  4273. "version": "3.14.1",
  4274. "resolved": "https://registry.npmmirror.com/is-what/-/is-what-3.14.1.tgz",
  4275. "integrity": "sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA=="
  4276. },
  4277. "isarray": {
  4278. "version": "1.0.0",
  4279. "resolved": "https://registry.npmmirror.com/isarray/-/isarray-1.0.0.tgz",
  4280. "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
  4281. },
  4282. "isstream": {
  4283. "version": "0.1.2",
  4284. "resolved": "https://registry.npmmirror.com/isstream/-/isstream-0.1.2.tgz",
  4285. "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g=="
  4286. },
  4287. "jimp": {
  4288. "version": "0.9.8",
  4289. "resolved": "https://registry.npmmirror.com/jimp/-/jimp-0.9.8.tgz",
  4290. "integrity": "sha512-DHN4apKMwLIvD/TKO9tFfPuankNuVK98vCwHm/Jv9z5cJnrd38xhi+4I7IAGmDU3jIDlrEVhzTkFH1Ymv5yTQQ==",
  4291. "requires": {
  4292. "@babel/runtime": "^7.7.2",
  4293. "@jimp/custom": "^0.9.8",
  4294. "@jimp/plugins": "^0.9.8",
  4295. "@jimp/types": "^0.9.8",
  4296. "core-js": "^3.4.1",
  4297. "regenerator-runtime": "^0.13.3"
  4298. },
  4299. "dependencies": {
  4300. "core-js": {
  4301. "version": "3.43.0",
  4302. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.43.0.tgz",
  4303. "integrity": "sha512-N6wEbTTZSYOY2rYAn85CuvWWkCK6QweMn7/4Nr3w+gDBeBhk/x4EJeY6FPo4QzDoJZxVTv8U7CMvgWk6pOHHqA=="
  4304. }
  4305. }
  4306. },
  4307. "jpeg-js": {
  4308. "version": "0.3.7",
  4309. "resolved": "https://registry.npmmirror.com/jpeg-js/-/jpeg-js-0.3.7.tgz",
  4310. "integrity": "sha512-9IXdWudL61npZjvLuVe/ktHiA41iE8qFyLB+4VDTblEsWBzeg8WQTlktdUK4CdncUqtUgUg0bbOmTE2bKBKaBQ=="
  4311. },
  4312. "js-tokens": {
  4313. "version": "4.0.0",
  4314. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz",
  4315. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
  4316. },
  4317. "jsbn": {
  4318. "version": "0.1.1",
  4319. "resolved": "https://registry.npmmirror.com/jsbn/-/jsbn-0.1.1.tgz",
  4320. "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg=="
  4321. },
  4322. "jsesc": {
  4323. "version": "2.5.2",
  4324. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-2.5.2.tgz",
  4325. "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA=="
  4326. },
  4327. "json-parse-even-better-errors": {
  4328. "version": "2.3.1",
  4329. "resolved": "https://registry.npmmirror.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
  4330. "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
  4331. },
  4332. "json-schema": {
  4333. "version": "0.4.0",
  4334. "resolved": "https://registry.npmmirror.com/json-schema/-/json-schema-0.4.0.tgz",
  4335. "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA=="
  4336. },
  4337. "json-schema-traverse": {
  4338. "version": "1.0.0",
  4339. "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
  4340. "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
  4341. },
  4342. "json-schema-typed": {
  4343. "version": "7.0.3",
  4344. "resolved": "https://registry.npmmirror.com/json-schema-typed/-/json-schema-typed-7.0.3.tgz",
  4345. "integrity": "sha512-7DE8mpG+/fVw+dTpjbxnx47TaMnDfOI1jwft9g1VybltZCduyRQPJPvc+zzKY9WPHxhPWczyFuYa6I8Mw4iU5A=="
  4346. },
  4347. "json-stringify-safe": {
  4348. "version": "5.0.1",
  4349. "resolved": "https://registry.npmmirror.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
  4350. "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA=="
  4351. },
  4352. "json5": {
  4353. "version": "2.2.3",
  4354. "resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz",
  4355. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg=="
  4356. },
  4357. "jsonfile": {
  4358. "version": "4.0.0",
  4359. "resolved": "https://registry.npmmirror.com/jsonfile/-/jsonfile-4.0.0.tgz",
  4360. "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==",
  4361. "requires": {
  4362. "graceful-fs": "^4.1.6"
  4363. }
  4364. },
  4365. "jsonschema": {
  4366. "version": "1.5.0",
  4367. "resolved": "https://registry.npmmirror.com/jsonschema/-/jsonschema-1.5.0.tgz",
  4368. "integrity": "sha512-K+A9hhqbn0f3pJX17Q/7H6yQfD/5OXgdrR5UE12gMXCiN9D5Xq2o5mddV2QEcX/bjla99ASsAAQUyMCCRWAEhw=="
  4369. },
  4370. "jsprim": {
  4371. "version": "1.4.2",
  4372. "resolved": "https://registry.npmmirror.com/jsprim/-/jsprim-1.4.2.tgz",
  4373. "integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==",
  4374. "requires": {
  4375. "assert-plus": "1.0.0",
  4376. "extsprintf": "1.3.0",
  4377. "json-schema": "0.4.0",
  4378. "verror": "1.10.0"
  4379. }
  4380. },
  4381. "jszip": {
  4382. "version": "3.10.1",
  4383. "resolved": "https://registry.npmmirror.com/jszip/-/jszip-3.10.1.tgz",
  4384. "integrity": "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==",
  4385. "requires": {
  4386. "lie": "~3.3.0",
  4387. "pako": "~1.0.2",
  4388. "readable-stream": "~2.3.6",
  4389. "setimmediate": "^1.0.5"
  4390. }
  4391. },
  4392. "less": {
  4393. "version": "4.3.0",
  4394. "resolved": "https://registry.npmmirror.com/less/-/less-4.3.0.tgz",
  4395. "integrity": "sha512-X9RyH9fvemArzfdP8Pi3irr7lor2Ok4rOttDXBhlwDg+wKQsXOXgHWduAJE1EsF7JJx0w0bcO6BC6tCKKYnXKA==",
  4396. "requires": {
  4397. "copy-anything": "^2.0.1",
  4398. "errno": "^0.1.1",
  4399. "graceful-fs": "^4.1.2",
  4400. "image-size": "~0.5.0",
  4401. "make-dir": "^2.1.0",
  4402. "mime": "^1.4.1",
  4403. "needle": "^3.1.0",
  4404. "parse-node-version": "^1.0.1",
  4405. "source-map": "~0.6.0",
  4406. "tslib": "^2.3.0"
  4407. },
  4408. "dependencies": {
  4409. "make-dir": {
  4410. "version": "2.1.0",
  4411. "resolved": "https://registry.npmmirror.com/make-dir/-/make-dir-2.1.0.tgz",
  4412. "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==",
  4413. "optional": true,
  4414. "requires": {
  4415. "pify": "^4.0.1",
  4416. "semver": "^5.6.0"
  4417. }
  4418. },
  4419. "pify": {
  4420. "version": "4.0.1",
  4421. "resolved": "https://registry.npmmirror.com/pify/-/pify-4.0.1.tgz",
  4422. "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
  4423. "optional": true
  4424. },
  4425. "semver": {
  4426. "version": "5.7.2",
  4427. "resolved": "https://registry.npmmirror.com/semver/-/semver-5.7.2.tgz",
  4428. "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
  4429. "optional": true
  4430. },
  4431. "tslib": {
  4432. "version": "2.8.1",
  4433. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz",
  4434. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w=="
  4435. }
  4436. }
  4437. },
  4438. "licia": {
  4439. "version": "1.48.0",
  4440. "resolved": "https://registry.npmmirror.com/licia/-/licia-1.48.0.tgz",
  4441. "integrity": "sha512-bBWiT5CSdEtwuAHiYTJ74yItCjIFdHi4xiFk6BRDfKa+sdCpkUHp69YKb5udNOJlHDzFjNjcMgNZ/+wQIHrB8A=="
  4442. },
  4443. "lie": {
  4444. "version": "3.3.0",
  4445. "resolved": "https://registry.npmmirror.com/lie/-/lie-3.3.0.tgz",
  4446. "integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==",
  4447. "requires": {
  4448. "immediate": "~3.0.5"
  4449. }
  4450. },
  4451. "lilconfig": {
  4452. "version": "2.1.0",
  4453. "resolved": "https://registry.npmmirror.com/lilconfig/-/lilconfig-2.1.0.tgz",
  4454. "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ=="
  4455. },
  4456. "load-bmfont": {
  4457. "version": "1.4.2",
  4458. "resolved": "https://registry.npmmirror.com/load-bmfont/-/load-bmfont-1.4.2.tgz",
  4459. "integrity": "sha512-qElWkmjW9Oq1F9EI5Gt7aD9zcdHb9spJCW1L/dmPf7KzCCEJxq8nhHz5eCgI9aMf7vrG/wyaCqdsI+Iy9ZTlog==",
  4460. "requires": {
  4461. "buffer-equal": "0.0.1",
  4462. "mime": "^1.3.4",
  4463. "parse-bmfont-ascii": "^1.0.3",
  4464. "parse-bmfont-binary": "^1.0.5",
  4465. "parse-bmfont-xml": "^1.1.4",
  4466. "phin": "^3.7.1",
  4467. "xhr": "^2.0.1",
  4468. "xtend": "^4.0.0"
  4469. },
  4470. "dependencies": {
  4471. "phin": {
  4472. "version": "3.7.1",
  4473. "resolved": "https://registry.npmmirror.com/phin/-/phin-3.7.1.tgz",
  4474. "integrity": "sha512-GEazpTWwTZaEQ9RhL7Nyz0WwqilbqgLahDM3D0hxWwmVDI52nXEybHqiN6/elwpkJBhcuj+WbBu+QfT0uhPGfQ==",
  4475. "requires": {
  4476. "centra": "^2.7.0"
  4477. }
  4478. }
  4479. }
  4480. },
  4481. "locate-path": {
  4482. "version": "3.0.0",
  4483. "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-3.0.0.tgz",
  4484. "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
  4485. "requires": {
  4486. "p-locate": "^3.0.0",
  4487. "path-exists": "^3.0.0"
  4488. }
  4489. },
  4490. "lodash": {
  4491. "version": "4.17.21",
  4492. "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
  4493. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
  4494. },
  4495. "lodash.debounce": {
  4496. "version": "4.0.8",
  4497. "resolved": "https://registry.npmmirror.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
  4498. "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow=="
  4499. },
  4500. "lodash.memoize": {
  4501. "version": "4.1.2",
  4502. "resolved": "https://registry.npmmirror.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
  4503. "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag=="
  4504. },
  4505. "lodash.uniq": {
  4506. "version": "4.5.0",
  4507. "resolved": "https://registry.npmmirror.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
  4508. "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ=="
  4509. },
  4510. "loose-envify": {
  4511. "version": "1.4.0",
  4512. "resolved": "https://registry.npmmirror.com/loose-envify/-/loose-envify-1.4.0.tgz",
  4513. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  4514. "requires": {
  4515. "js-tokens": "^3.0.0 || ^4.0.0"
  4516. }
  4517. },
  4518. "lower-case": {
  4519. "version": "1.1.4",
  4520. "resolved": "https://registry.npmmirror.com/lower-case/-/lower-case-1.1.4.tgz",
  4521. "integrity": "sha512-2Fgx1Ycm599x+WGpIYwJOvsjmXFzTSc34IwDWALRA/8AopUKAVPwfJ+h5+f85BCp0PWmmJcWzEpxOpoXycMpdA=="
  4522. },
  4523. "lru-cache": {
  4524. "version": "5.1.1",
  4525. "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz",
  4526. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  4527. "requires": {
  4528. "yallist": "^3.0.2"
  4529. }
  4530. },
  4531. "make-dir": {
  4532. "version": "3.1.0",
  4533. "resolved": "https://registry.npmmirror.com/make-dir/-/make-dir-3.1.0.tgz",
  4534. "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
  4535. "requires": {
  4536. "semver": "^6.0.0"
  4537. }
  4538. },
  4539. "mdn-data": {
  4540. "version": "2.0.14",
  4541. "resolved": "https://registry.npmmirror.com/mdn-data/-/mdn-data-2.0.14.tgz",
  4542. "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow=="
  4543. },
  4544. "memory-fs": {
  4545. "version": "0.5.0",
  4546. "resolved": "https://registry.npmmirror.com/memory-fs/-/memory-fs-0.5.0.tgz",
  4547. "integrity": "sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==",
  4548. "requires": {
  4549. "errno": "^0.1.3",
  4550. "readable-stream": "^2.0.1"
  4551. }
  4552. },
  4553. "micromatch": {
  4554. "version": "4.0.8",
  4555. "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz",
  4556. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  4557. "optional": true,
  4558. "requires": {
  4559. "braces": "^3.0.3",
  4560. "picomatch": "^2.3.1"
  4561. }
  4562. },
  4563. "mime": {
  4564. "version": "1.6.0",
  4565. "resolved": "https://registry.npmmirror.com/mime/-/mime-1.6.0.tgz",
  4566. "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg=="
  4567. },
  4568. "mime-db": {
  4569. "version": "1.52.0",
  4570. "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
  4571. "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg=="
  4572. },
  4573. "mime-types": {
  4574. "version": "2.1.35",
  4575. "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
  4576. "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  4577. "requires": {
  4578. "mime-db": "1.52.0"
  4579. }
  4580. },
  4581. "mimic-fn": {
  4582. "version": "3.1.0",
  4583. "resolved": "https://registry.npmmirror.com/mimic-fn/-/mimic-fn-3.1.0.tgz",
  4584. "integrity": "sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ=="
  4585. },
  4586. "min-document": {
  4587. "version": "2.19.0",
  4588. "resolved": "https://registry.npmmirror.com/min-document/-/min-document-2.19.0.tgz",
  4589. "integrity": "sha512-9Wy1B3m3f66bPPmU5hdA4DR4PB2OfDU/+GS3yAB7IQozE3tqXaVv2zOjgla7MEGSRv95+ILmOuvhLkOK6wJtCQ==",
  4590. "requires": {
  4591. "dom-walk": "^0.1.0"
  4592. }
  4593. },
  4594. "minimatch": {
  4595. "version": "3.0.4",
  4596. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.0.4.tgz",
  4597. "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
  4598. "requires": {
  4599. "brace-expansion": "^1.1.7"
  4600. }
  4601. },
  4602. "minimist": {
  4603. "version": "1.2.8",
  4604. "resolved": "https://registry.npmmirror.com/minimist/-/minimist-1.2.8.tgz",
  4605. "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA=="
  4606. },
  4607. "miniprogram-ci": {
  4608. "version": "1.9.17",
  4609. "resolved": "https://registry.npmmirror.com/miniprogram-ci/-/miniprogram-ci-1.9.17.tgz",
  4610. "integrity": "sha512-sMhoWmm1mb8O95bI8II78o9+zR+ryWDTZi6mObU96kkcWV89uRwIcw9Cu6CCAfcjdplU42m2BfuOi3CGufTDuw==",
  4611. "requires": {
  4612. "@babel/code-frame": "7.22.10",
  4613. "@babel/compat-data": "7.22.9",
  4614. "@babel/core": "7.21.4",
  4615. "@babel/eslint-parser": "7.22.10",
  4616. "@babel/generator": "7.21.4",
  4617. "@babel/helper-annotate-as-pure": "7.22.5",
  4618. "@babel/helper-builder-binary-assignment-operator-visitor": "7.22.10",
  4619. "@babel/helper-compilation-targets": "7.22.10",
  4620. "@babel/helper-create-class-features-plugin": "7.22.10",
  4621. "@babel/helper-create-regexp-features-plugin": "7.22.9",
  4622. "@babel/helper-define-polyfill-provider": "0.3.3",
  4623. "@babel/helper-environment-visitor": "7.22.5",
  4624. "@babel/helper-function-name": "7.22.5",
  4625. "@babel/helper-hoist-variables": "7.22.5",
  4626. "@babel/helper-member-expression-to-functions": "7.22.5",
  4627. "@babel/helper-module-imports": "7.21.4",
  4628. "@babel/helper-module-transforms": "7.22.9",
  4629. "@babel/helper-optimise-call-expression": "7.22.5",
  4630. "@babel/helper-plugin-utils": "7.24.6",
  4631. "@babel/helper-remap-async-to-generator": "7.22.9",
  4632. "@babel/helper-replace-supers": "7.22.9",
  4633. "@babel/helper-simple-access": "7.22.5",
  4634. "@babel/helper-skip-transparent-expression-wrappers": "7.24.6",
  4635. "@babel/helper-split-export-declaration": "7.22.6",
  4636. "@babel/helper-string-parser": "7.24.6",
  4637. "@babel/helper-validator-identifier": "7.24.6",
  4638. "@babel/helper-validator-option": "7.22.5",
  4639. "@babel/helper-wrap-function": "7.22.10",
  4640. "@babel/helpers": "7.21.0",
  4641. "@babel/highlight": "7.22.10",
  4642. "@babel/parser": "7.21.4",
  4643. "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "7.24.6",
  4644. "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "7.24.6",
  4645. "@babel/plugin-proposal-async-generator-functions": "7.20.7",
  4646. "@babel/plugin-proposal-class-properties": "7.18.6",
  4647. "@babel/plugin-proposal-class-static-block": "7.21.0",
  4648. "@babel/plugin-proposal-decorators": "7.21.0",
  4649. "@babel/plugin-proposal-do-expressions": "7.18.6",
  4650. "@babel/plugin-proposal-dynamic-import": "7.18.6",
  4651. "@babel/plugin-proposal-export-default-from": "7.18.10",
  4652. "@babel/plugin-proposal-export-namespace-from": "7.18.9",
  4653. "@babel/plugin-proposal-function-bind": "7.18.9",
  4654. "@babel/plugin-proposal-function-sent": "7.18.6",
  4655. "@babel/plugin-proposal-json-strings": "7.18.6",
  4656. "@babel/plugin-proposal-logical-assignment-operators": "7.20.7",
  4657. "@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
  4658. "@babel/plugin-proposal-numeric-separator": "7.18.6",
  4659. "@babel/plugin-proposal-object-rest-spread": "7.20.7",
  4660. "@babel/plugin-proposal-optional-catch-binding": "7.18.6",
  4661. "@babel/plugin-proposal-optional-chaining": "7.21.0",
  4662. "@babel/plugin-proposal-pipeline-operator": "7.18.9",
  4663. "@babel/plugin-proposal-private-methods": "7.18.6",
  4664. "@babel/plugin-proposal-private-property-in-object": "7.21.0",
  4665. "@babel/plugin-proposal-throw-expressions": "7.18.6",
  4666. "@babel/plugin-proposal-unicode-property-regex": "7.18.6",
  4667. "@babel/plugin-syntax-async-generators": "7.8.4",
  4668. "@babel/plugin-syntax-bigint": "7.8.3",
  4669. "@babel/plugin-syntax-class-properties": "7.12.13",
  4670. "@babel/plugin-syntax-class-static-block": "7.14.5",
  4671. "@babel/plugin-syntax-decorators": "7.22.10",
  4672. "@babel/plugin-syntax-do-expressions": "7.22.5",
  4673. "@babel/plugin-syntax-dynamic-import": "7.8.3",
  4674. "@babel/plugin-syntax-export-default-from": "7.22.5",
  4675. "@babel/plugin-syntax-export-namespace-from": "7.8.3",
  4676. "@babel/plugin-syntax-function-bind": "7.22.5",
  4677. "@babel/plugin-syntax-function-sent": "7.22.5",
  4678. "@babel/plugin-syntax-import-assertions": "7.24.6",
  4679. "@babel/plugin-syntax-import-meta": "7.10.4",
  4680. "@babel/plugin-syntax-json-strings": "7.8.3",
  4681. "@babel/plugin-syntax-logical-assignment-operators": "7.10.4",
  4682. "@babel/plugin-syntax-nullish-coalescing-operator": "7.8.3",
  4683. "@babel/plugin-syntax-numeric-separator": "7.10.4",
  4684. "@babel/plugin-syntax-object-rest-spread": "7.8.3",
  4685. "@babel/plugin-syntax-optional-catch-binding": "7.8.3",
  4686. "@babel/plugin-syntax-optional-chaining": "7.8.3",
  4687. "@babel/plugin-syntax-pipeline-operator": "7.22.5",
  4688. "@babel/plugin-syntax-private-property-in-object": "7.14.5",
  4689. "@babel/plugin-syntax-throw-expressions": "7.22.5",
  4690. "@babel/plugin-syntax-top-level-await": "7.14.5",
  4691. "@babel/plugin-syntax-typescript": "7.22.5",
  4692. "@babel/plugin-transform-arrow-functions": "7.22.5",
  4693. "@babel/plugin-transform-async-to-generator": "7.22.5",
  4694. "@babel/plugin-transform-block-scoped-functions": "7.22.5",
  4695. "@babel/plugin-transform-block-scoping": "7.22.10",
  4696. "@babel/plugin-transform-classes": "7.22.6",
  4697. "@babel/plugin-transform-computed-properties": "7.22.5",
  4698. "@babel/plugin-transform-destructuring": "7.22.10",
  4699. "@babel/plugin-transform-dotall-regex": "7.22.5",
  4700. "@babel/plugin-transform-duplicate-keys": "7.22.5",
  4701. "@babel/plugin-transform-exponentiation-operator": "7.22.5",
  4702. "@babel/plugin-transform-for-of": "7.22.5",
  4703. "@babel/plugin-transform-function-name": "7.22.5",
  4704. "@babel/plugin-transform-literals": "7.22.5",
  4705. "@babel/plugin-transform-member-expression-literals": "7.22.5",
  4706. "@babel/plugin-transform-modules-amd": "7.22.5",
  4707. "@babel/plugin-transform-modules-commonjs": "7.21.2",
  4708. "@babel/plugin-transform-modules-systemjs": "7.22.5",
  4709. "@babel/plugin-transform-modules-umd": "7.22.5",
  4710. "@babel/plugin-transform-named-capturing-groups-regex": "7.22.5",
  4711. "@babel/plugin-transform-new-target": "7.22.5",
  4712. "@babel/plugin-transform-object-super": "7.22.5",
  4713. "@babel/plugin-transform-optional-chaining": "7.24.6",
  4714. "@babel/plugin-transform-parameters": "7.22.5",
  4715. "@babel/plugin-transform-property-literals": "7.22.5",
  4716. "@babel/plugin-transform-regenerator": "7.22.10",
  4717. "@babel/plugin-transform-reserved-words": "7.22.5",
  4718. "@babel/plugin-transform-runtime": "7.21.4",
  4719. "@babel/plugin-transform-shorthand-properties": "7.22.5",
  4720. "@babel/plugin-transform-spread": "7.22.5",
  4721. "@babel/plugin-transform-sticky-regex": "7.22.5",
  4722. "@babel/plugin-transform-template-literals": "7.22.5",
  4723. "@babel/plugin-transform-typeof-symbol": "7.22.5",
  4724. "@babel/plugin-transform-typescript": "7.21.3",
  4725. "@babel/plugin-transform-unicode-escapes": "7.22.10",
  4726. "@babel/plugin-transform-unicode-regex": "7.22.5",
  4727. "@babel/preset-env": "7.21.4",
  4728. "@babel/preset-modules": "0.1.6",
  4729. "@babel/regjsgen": "0.8.0",
  4730. "@babel/runtime": "7.21.0",
  4731. "@babel/template": "7.20.7",
  4732. "@babel/traverse": "7.21.4",
  4733. "@babel/types": "7.24.6",
  4734. "@vue/reactivity": "3.0.5",
  4735. "acorn": "^6.1.1",
  4736. "autoprefixer": "^10.4.0",
  4737. "babel-code-frame": "6.26.0",
  4738. "babel-core": "6.26.0",
  4739. "babel-preset-es2015": "6.24.1",
  4740. "babel-preset-stage-0": "6.24.1",
  4741. "chokidar": "^3.5.1",
  4742. "cos-nodejs-sdk-v5": "^2.11.4",
  4743. "cssnano": "^5.0.12",
  4744. "eventemitter3": "^4.0.5",
  4745. "fs-extra": "8.1.0",
  4746. "get-proxy": "^2.1.0",
  4747. "glob": "7.1.2",
  4748. "html-minifier": "4.0.0",
  4749. "jimp": "^0.9.3",
  4750. "jsonschema": "^1.2.5",
  4751. "jszip": "^3.4.0",
  4752. "less": "^4.1.2",
  4753. "licia": "^1.31.1",
  4754. "lodash": "^4.17.15",
  4755. "memory-fs": "^0.5.0",
  4756. "minimatch": "3.0.4",
  4757. "moment-timezone": "^0.5.34",
  4758. "postcss": "^8.4.4",
  4759. "qrcode-reader": "^1.0.4",
  4760. "qrcode-terminal": "^0.12.0",
  4761. "read-package-tree": "5.2.1",
  4762. "request": "^2.81.2",
  4763. "rimraf": "^3.0.2",
  4764. "sass": "^1.44.0",
  4765. "source-map": "0.6.1",
  4766. "string-hash-64": "1.0.3",
  4767. "terser": "4.8.0",
  4768. "tslib": "1.10.0",
  4769. "uglify-js": "3.0.27",
  4770. "wxml-minifier": "0.0.1",
  4771. "yargs": "^15.0.2"
  4772. }
  4773. },
  4774. "mkdirp": {
  4775. "version": "0.5.6",
  4776. "resolved": "https://registry.npmmirror.com/mkdirp/-/mkdirp-0.5.6.tgz",
  4777. "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
  4778. "requires": {
  4779. "minimist": "^1.2.6"
  4780. }
  4781. },
  4782. "moment": {
  4783. "version": "2.30.1",
  4784. "resolved": "https://registry.npmmirror.com/moment/-/moment-2.30.1.tgz",
  4785. "integrity": "sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how=="
  4786. },
  4787. "moment-timezone": {
  4788. "version": "0.5.48",
  4789. "resolved": "https://registry.npmmirror.com/moment-timezone/-/moment-timezone-0.5.48.tgz",
  4790. "integrity": "sha512-f22b8LV1gbTO2ms2j2z13MuPogNoh5UzxL3nzNAYKGraILnbGc9NEE6dyiiiLv46DGRb8A4kg8UKWLjPthxBHw==",
  4791. "requires": {
  4792. "moment": "^2.29.4"
  4793. }
  4794. },
  4795. "ms": {
  4796. "version": "2.1.3",
  4797. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
  4798. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
  4799. },
  4800. "nanoid": {
  4801. "version": "3.3.11",
  4802. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz",
  4803. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w=="
  4804. },
  4805. "needle": {
  4806. "version": "3.3.1",
  4807. "resolved": "https://registry.npmmirror.com/needle/-/needle-3.3.1.tgz",
  4808. "integrity": "sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==",
  4809. "optional": true,
  4810. "requires": {
  4811. "iconv-lite": "^0.6.3",
  4812. "sax": "^1.2.4"
  4813. }
  4814. },
  4815. "no-case": {
  4816. "version": "2.3.2",
  4817. "resolved": "https://registry.npmmirror.com/no-case/-/no-case-2.3.2.tgz",
  4818. "integrity": "sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ==",
  4819. "requires": {
  4820. "lower-case": "^1.1.1"
  4821. }
  4822. },
  4823. "node-addon-api": {
  4824. "version": "7.1.1",
  4825. "resolved": "https://registry.npmmirror.com/node-addon-api/-/node-addon-api-7.1.1.tgz",
  4826. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  4827. "optional": true
  4828. },
  4829. "node-releases": {
  4830. "version": "2.0.19",
  4831. "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.19.tgz",
  4832. "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw=="
  4833. },
  4834. "normalize-package-data": {
  4835. "version": "2.5.0",
  4836. "resolved": "https://registry.npmmirror.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
  4837. "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
  4838. "requires": {
  4839. "hosted-git-info": "^2.1.4",
  4840. "resolve": "^1.10.0",
  4841. "semver": "2 || 3 || 4 || 5",
  4842. "validate-npm-package-license": "^3.0.1"
  4843. },
  4844. "dependencies": {
  4845. "semver": {
  4846. "version": "5.7.2",
  4847. "resolved": "https://registry.npmmirror.com/semver/-/semver-5.7.2.tgz",
  4848. "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g=="
  4849. }
  4850. }
  4851. },
  4852. "normalize-path": {
  4853. "version": "3.0.0",
  4854. "resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz",
  4855. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA=="
  4856. },
  4857. "normalize-range": {
  4858. "version": "0.1.2",
  4859. "resolved": "https://registry.npmmirror.com/normalize-range/-/normalize-range-0.1.2.tgz",
  4860. "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA=="
  4861. },
  4862. "normalize-url": {
  4863. "version": "6.1.0",
  4864. "resolved": "https://registry.npmmirror.com/normalize-url/-/normalize-url-6.1.0.tgz",
  4865. "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A=="
  4866. },
  4867. "npm-conf": {
  4868. "version": "1.1.3",
  4869. "resolved": "https://registry.npmmirror.com/npm-conf/-/npm-conf-1.1.3.tgz",
  4870. "integrity": "sha512-Yic4bZHJOt9RCFbRP3GgpqhScOY4HH3V2P8yBj6CeYq118Qr+BLXqT2JvpJ00mryLESpgOxf5XlFv4ZjXxLScw==",
  4871. "requires": {
  4872. "config-chain": "^1.1.11",
  4873. "pify": "^3.0.0"
  4874. }
  4875. },
  4876. "npm-normalize-package-bin": {
  4877. "version": "1.0.1",
  4878. "resolved": "https://registry.npmmirror.com/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz",
  4879. "integrity": "sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA=="
  4880. },
  4881. "nth-check": {
  4882. "version": "2.1.1",
  4883. "resolved": "https://registry.npmmirror.com/nth-check/-/nth-check-2.1.1.tgz",
  4884. "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
  4885. "requires": {
  4886. "boolbase": "^1.0.0"
  4887. }
  4888. },
  4889. "oauth-sign": {
  4890. "version": "0.9.0",
  4891. "resolved": "https://registry.npmmirror.com/oauth-sign/-/oauth-sign-0.9.0.tgz",
  4892. "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ=="
  4893. },
  4894. "omggif": {
  4895. "version": "1.0.10",
  4896. "resolved": "https://registry.npmmirror.com/omggif/-/omggif-1.0.10.tgz",
  4897. "integrity": "sha512-LMJTtvgc/nugXj0Vcrrs68Mn2D1r0zf630VNtqtpI1FEO7e+O9FP4gqs9AcnBaSEeoHIPm28u6qgPR0oyEpGSw=="
  4898. },
  4899. "once": {
  4900. "version": "1.4.0",
  4901. "resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz",
  4902. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  4903. "requires": {
  4904. "wrappy": "1"
  4905. }
  4906. },
  4907. "onetime": {
  4908. "version": "5.1.2",
  4909. "resolved": "https://registry.npmmirror.com/onetime/-/onetime-5.1.2.tgz",
  4910. "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
  4911. "requires": {
  4912. "mimic-fn": "^2.1.0"
  4913. },
  4914. "dependencies": {
  4915. "mimic-fn": {
  4916. "version": "2.1.0",
  4917. "resolved": "https://registry.npmmirror.com/mimic-fn/-/mimic-fn-2.1.0.tgz",
  4918. "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg=="
  4919. }
  4920. }
  4921. },
  4922. "os-homedir": {
  4923. "version": "1.0.2",
  4924. "resolved": "https://registry.npmmirror.com/os-homedir/-/os-homedir-1.0.2.tgz",
  4925. "integrity": "sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ=="
  4926. },
  4927. "os-tmpdir": {
  4928. "version": "1.0.2",
  4929. "resolved": "https://registry.npmmirror.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
  4930. "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g=="
  4931. },
  4932. "p-limit": {
  4933. "version": "2.3.0",
  4934. "resolved": "https://registry.npmmirror.com/p-limit/-/p-limit-2.3.0.tgz",
  4935. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  4936. "requires": {
  4937. "p-try": "^2.0.0"
  4938. }
  4939. },
  4940. "p-locate": {
  4941. "version": "3.0.0",
  4942. "resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-3.0.0.tgz",
  4943. "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
  4944. "requires": {
  4945. "p-limit": "^2.0.0"
  4946. }
  4947. },
  4948. "p-try": {
  4949. "version": "2.2.0",
  4950. "resolved": "https://registry.npmmirror.com/p-try/-/p-try-2.2.0.tgz",
  4951. "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ=="
  4952. },
  4953. "pako": {
  4954. "version": "1.0.11",
  4955. "resolved": "https://registry.npmmirror.com/pako/-/pako-1.0.11.tgz",
  4956. "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw=="
  4957. },
  4958. "param-case": {
  4959. "version": "2.1.1",
  4960. "resolved": "https://registry.npmmirror.com/param-case/-/param-case-2.1.1.tgz",
  4961. "integrity": "sha512-eQE845L6ot89sk2N8liD8HAuH4ca6Vvr7VWAWwt7+kvvG5aBcPmmphQ68JsEG2qa9n1TykS2DLeMt363AAH8/w==",
  4962. "requires": {
  4963. "no-case": "^2.2.0"
  4964. }
  4965. },
  4966. "parse-bmfont-ascii": {
  4967. "version": "1.0.6",
  4968. "resolved": "https://registry.npmmirror.com/parse-bmfont-ascii/-/parse-bmfont-ascii-1.0.6.tgz",
  4969. "integrity": "sha512-U4RrVsUFCleIOBsIGYOMKjn9PavsGOXxbvYGtMOEfnId0SVNsgehXh1DxUdVPLoxd5mvcEtvmKs2Mmf0Mpa1ZA=="
  4970. },
  4971. "parse-bmfont-binary": {
  4972. "version": "1.0.6",
  4973. "resolved": "https://registry.npmmirror.com/parse-bmfont-binary/-/parse-bmfont-binary-1.0.6.tgz",
  4974. "integrity": "sha512-GxmsRea0wdGdYthjuUeWTMWPqm2+FAd4GI8vCvhgJsFnoGhTrLhXDDupwTo7rXVAgaLIGoVHDZS9p/5XbSqeWA=="
  4975. },
  4976. "parse-bmfont-xml": {
  4977. "version": "1.1.6",
  4978. "resolved": "https://registry.npmmirror.com/parse-bmfont-xml/-/parse-bmfont-xml-1.1.6.tgz",
  4979. "integrity": "sha512-0cEliVMZEhrFDwMh4SxIyVJpqYoOWDJ9P895tFuS+XuNzI5UBmBk5U5O4KuJdTnZpSBI4LFA2+ZiJaiwfSwlMA==",
  4980. "requires": {
  4981. "xml-parse-from-string": "^1.0.0",
  4982. "xml2js": "^0.5.0"
  4983. }
  4984. },
  4985. "parse-headers": {
  4986. "version": "2.0.6",
  4987. "resolved": "https://registry.npmmirror.com/parse-headers/-/parse-headers-2.0.6.tgz",
  4988. "integrity": "sha512-Tz11t3uKztEW5FEVZnj1ox8GKblWn+PvHY9TmJV5Mll2uHEwRdR/5Li1OlXoECjLYkApdhWy44ocONwXLiKO5A=="
  4989. },
  4990. "parse-node-version": {
  4991. "version": "1.0.1",
  4992. "resolved": "https://registry.npmmirror.com/parse-node-version/-/parse-node-version-1.0.1.tgz",
  4993. "integrity": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA=="
  4994. },
  4995. "path-exists": {
  4996. "version": "3.0.0",
  4997. "resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-3.0.0.tgz",
  4998. "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ=="
  4999. },
  5000. "path-is-absolute": {
  5001. "version": "1.0.1",
  5002. "resolved": "https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  5003. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg=="
  5004. },
  5005. "path-parse": {
  5006. "version": "1.0.7",
  5007. "resolved": "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz",
  5008. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
  5009. },
  5010. "performance-now": {
  5011. "version": "2.1.0",
  5012. "resolved": "https://registry.npmmirror.com/performance-now/-/performance-now-2.1.0.tgz",
  5013. "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow=="
  5014. },
  5015. "phin": {
  5016. "version": "2.9.3",
  5017. "resolved": "https://registry.npmmirror.com/phin/-/phin-2.9.3.tgz",
  5018. "integrity": "sha512-CzFr90qM24ju5f88quFC/6qohjC144rehe5n6DH900lgXmUe86+xCKc10ev56gRKC4/BkHUoG4uSiQgBiIXwDA=="
  5019. },
  5020. "picocolors": {
  5021. "version": "1.1.1",
  5022. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  5023. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA=="
  5024. },
  5025. "picomatch": {
  5026. "version": "2.3.1",
  5027. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  5028. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA=="
  5029. },
  5030. "pify": {
  5031. "version": "3.0.0",
  5032. "resolved": "https://registry.npmmirror.com/pify/-/pify-3.0.0.tgz",
  5033. "integrity": "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg=="
  5034. },
  5035. "pixelmatch": {
  5036. "version": "4.0.2",
  5037. "resolved": "https://registry.npmmirror.com/pixelmatch/-/pixelmatch-4.0.2.tgz",
  5038. "integrity": "sha512-J8B6xqiO37sU/gkcMglv6h5Jbd9xNER7aHzpfRdNmV4IbQBzBpe4l9XmbG+xPF/znacgu2jfEw+wHffaq/YkXA==",
  5039. "requires": {
  5040. "pngjs": "^3.0.0"
  5041. }
  5042. },
  5043. "pkg-up": {
  5044. "version": "3.1.0",
  5045. "resolved": "https://registry.npmmirror.com/pkg-up/-/pkg-up-3.1.0.tgz",
  5046. "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==",
  5047. "requires": {
  5048. "find-up": "^3.0.0"
  5049. }
  5050. },
  5051. "pngjs": {
  5052. "version": "3.4.0",
  5053. "resolved": "https://registry.npmmirror.com/pngjs/-/pngjs-3.4.0.tgz",
  5054. "integrity": "sha512-NCrCHhWmnQklfH4MtJMRjZ2a8c80qXeMlQMv2uVp9ISJMTt562SbGd6n2oq0PaPgKm7Z6pL9E2UlLIhC+SHL3w=="
  5055. },
  5056. "postcss": {
  5057. "version": "8.5.6",
  5058. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.6.tgz",
  5059. "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
  5060. "requires": {
  5061. "nanoid": "^3.3.11",
  5062. "picocolors": "^1.1.1",
  5063. "source-map-js": "^1.2.1"
  5064. }
  5065. },
  5066. "postcss-calc": {
  5067. "version": "8.2.4",
  5068. "resolved": "https://registry.npmmirror.com/postcss-calc/-/postcss-calc-8.2.4.tgz",
  5069. "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==",
  5070. "requires": {
  5071. "postcss-selector-parser": "^6.0.9",
  5072. "postcss-value-parser": "^4.2.0"
  5073. }
  5074. },
  5075. "postcss-colormin": {
  5076. "version": "5.3.1",
  5077. "resolved": "https://registry.npmmirror.com/postcss-colormin/-/postcss-colormin-5.3.1.tgz",
  5078. "integrity": "sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==",
  5079. "requires": {
  5080. "browserslist": "^4.21.4",
  5081. "caniuse-api": "^3.0.0",
  5082. "colord": "^2.9.1",
  5083. "postcss-value-parser": "^4.2.0"
  5084. }
  5085. },
  5086. "postcss-convert-values": {
  5087. "version": "5.1.3",
  5088. "resolved": "https://registry.npmmirror.com/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz",
  5089. "integrity": "sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==",
  5090. "requires": {
  5091. "browserslist": "^4.21.4",
  5092. "postcss-value-parser": "^4.2.0"
  5093. }
  5094. },
  5095. "postcss-discard-comments": {
  5096. "version": "5.1.2",
  5097. "resolved": "https://registry.npmmirror.com/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz",
  5098. "integrity": "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ=="
  5099. },
  5100. "postcss-discard-duplicates": {
  5101. "version": "5.1.0",
  5102. "resolved": "https://registry.npmmirror.com/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz",
  5103. "integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw=="
  5104. },
  5105. "postcss-discard-empty": {
  5106. "version": "5.1.1",
  5107. "resolved": "https://registry.npmmirror.com/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz",
  5108. "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A=="
  5109. },
  5110. "postcss-discard-overridden": {
  5111. "version": "5.1.0",
  5112. "resolved": "https://registry.npmmirror.com/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz",
  5113. "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw=="
  5114. },
  5115. "postcss-merge-longhand": {
  5116. "version": "5.1.7",
  5117. "resolved": "https://registry.npmmirror.com/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz",
  5118. "integrity": "sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==",
  5119. "requires": {
  5120. "postcss-value-parser": "^4.2.0",
  5121. "stylehacks": "^5.1.1"
  5122. }
  5123. },
  5124. "postcss-merge-rules": {
  5125. "version": "5.1.4",
  5126. "resolved": "https://registry.npmmirror.com/postcss-merge-rules/-/postcss-merge-rules-5.1.4.tgz",
  5127. "integrity": "sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==",
  5128. "requires": {
  5129. "browserslist": "^4.21.4",
  5130. "caniuse-api": "^3.0.0",
  5131. "cssnano-utils": "^3.1.0",
  5132. "postcss-selector-parser": "^6.0.5"
  5133. }
  5134. },
  5135. "postcss-minify-font-values": {
  5136. "version": "5.1.0",
  5137. "resolved": "https://registry.npmmirror.com/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz",
  5138. "integrity": "sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==",
  5139. "requires": {
  5140. "postcss-value-parser": "^4.2.0"
  5141. }
  5142. },
  5143. "postcss-minify-gradients": {
  5144. "version": "5.1.1",
  5145. "resolved": "https://registry.npmmirror.com/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz",
  5146. "integrity": "sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==",
  5147. "requires": {
  5148. "colord": "^2.9.1",
  5149. "cssnano-utils": "^3.1.0",
  5150. "postcss-value-parser": "^4.2.0"
  5151. }
  5152. },
  5153. "postcss-minify-params": {
  5154. "version": "5.1.4",
  5155. "resolved": "https://registry.npmmirror.com/postcss-minify-params/-/postcss-minify-params-5.1.4.tgz",
  5156. "integrity": "sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==",
  5157. "requires": {
  5158. "browserslist": "^4.21.4",
  5159. "cssnano-utils": "^3.1.0",
  5160. "postcss-value-parser": "^4.2.0"
  5161. }
  5162. },
  5163. "postcss-minify-selectors": {
  5164. "version": "5.2.1",
  5165. "resolved": "https://registry.npmmirror.com/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz",
  5166. "integrity": "sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==",
  5167. "requires": {
  5168. "postcss-selector-parser": "^6.0.5"
  5169. }
  5170. },
  5171. "postcss-normalize-charset": {
  5172. "version": "5.1.0",
  5173. "resolved": "https://registry.npmmirror.com/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz",
  5174. "integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg=="
  5175. },
  5176. "postcss-normalize-display-values": {
  5177. "version": "5.1.0",
  5178. "resolved": "https://registry.npmmirror.com/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz",
  5179. "integrity": "sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==",
  5180. "requires": {
  5181. "postcss-value-parser": "^4.2.0"
  5182. }
  5183. },
  5184. "postcss-normalize-positions": {
  5185. "version": "5.1.1",
  5186. "resolved": "https://registry.npmmirror.com/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz",
  5187. "integrity": "sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==",
  5188. "requires": {
  5189. "postcss-value-parser": "^4.2.0"
  5190. }
  5191. },
  5192. "postcss-normalize-repeat-style": {
  5193. "version": "5.1.1",
  5194. "resolved": "https://registry.npmmirror.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz",
  5195. "integrity": "sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==",
  5196. "requires": {
  5197. "postcss-value-parser": "^4.2.0"
  5198. }
  5199. },
  5200. "postcss-normalize-string": {
  5201. "version": "5.1.0",
  5202. "resolved": "https://registry.npmmirror.com/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz",
  5203. "integrity": "sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==",
  5204. "requires": {
  5205. "postcss-value-parser": "^4.2.0"
  5206. }
  5207. },
  5208. "postcss-normalize-timing-functions": {
  5209. "version": "5.1.0",
  5210. "resolved": "https://registry.npmmirror.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz",
  5211. "integrity": "sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==",
  5212. "requires": {
  5213. "postcss-value-parser": "^4.2.0"
  5214. }
  5215. },
  5216. "postcss-normalize-unicode": {
  5217. "version": "5.1.1",
  5218. "resolved": "https://registry.npmmirror.com/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.1.tgz",
  5219. "integrity": "sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==",
  5220. "requires": {
  5221. "browserslist": "^4.21.4",
  5222. "postcss-value-parser": "^4.2.0"
  5223. }
  5224. },
  5225. "postcss-normalize-url": {
  5226. "version": "5.1.0",
  5227. "resolved": "https://registry.npmmirror.com/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz",
  5228. "integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==",
  5229. "requires": {
  5230. "normalize-url": "^6.0.1",
  5231. "postcss-value-parser": "^4.2.0"
  5232. }
  5233. },
  5234. "postcss-normalize-whitespace": {
  5235. "version": "5.1.1",
  5236. "resolved": "https://registry.npmmirror.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz",
  5237. "integrity": "sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==",
  5238. "requires": {
  5239. "postcss-value-parser": "^4.2.0"
  5240. }
  5241. },
  5242. "postcss-ordered-values": {
  5243. "version": "5.1.3",
  5244. "resolved": "https://registry.npmmirror.com/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz",
  5245. "integrity": "sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==",
  5246. "requires": {
  5247. "cssnano-utils": "^3.1.0",
  5248. "postcss-value-parser": "^4.2.0"
  5249. }
  5250. },
  5251. "postcss-reduce-initial": {
  5252. "version": "5.1.2",
  5253. "resolved": "https://registry.npmmirror.com/postcss-reduce-initial/-/postcss-reduce-initial-5.1.2.tgz",
  5254. "integrity": "sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==",
  5255. "requires": {
  5256. "browserslist": "^4.21.4",
  5257. "caniuse-api": "^3.0.0"
  5258. }
  5259. },
  5260. "postcss-reduce-transforms": {
  5261. "version": "5.1.0",
  5262. "resolved": "https://registry.npmmirror.com/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz",
  5263. "integrity": "sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==",
  5264. "requires": {
  5265. "postcss-value-parser": "^4.2.0"
  5266. }
  5267. },
  5268. "postcss-selector-parser": {
  5269. "version": "6.1.2",
  5270. "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
  5271. "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
  5272. "requires": {
  5273. "cssesc": "^3.0.0",
  5274. "util-deprecate": "^1.0.2"
  5275. }
  5276. },
  5277. "postcss-svgo": {
  5278. "version": "5.1.0",
  5279. "resolved": "https://registry.npmmirror.com/postcss-svgo/-/postcss-svgo-5.1.0.tgz",
  5280. "integrity": "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==",
  5281. "requires": {
  5282. "postcss-value-parser": "^4.2.0",
  5283. "svgo": "^2.7.0"
  5284. }
  5285. },
  5286. "postcss-unique-selectors": {
  5287. "version": "5.1.1",
  5288. "resolved": "https://registry.npmmirror.com/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz",
  5289. "integrity": "sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==",
  5290. "requires": {
  5291. "postcss-selector-parser": "^6.0.5"
  5292. }
  5293. },
  5294. "postcss-value-parser": {
  5295. "version": "4.2.0",
  5296. "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  5297. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
  5298. },
  5299. "private": {
  5300. "version": "0.1.8",
  5301. "resolved": "https://registry.npmmirror.com/private/-/private-0.1.8.tgz",
  5302. "integrity": "sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg=="
  5303. },
  5304. "process": {
  5305. "version": "0.11.10",
  5306. "resolved": "https://registry.npmmirror.com/process/-/process-0.11.10.tgz",
  5307. "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A=="
  5308. },
  5309. "process-nextick-args": {
  5310. "version": "2.0.1",
  5311. "resolved": "https://registry.npmmirror.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
  5312. "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
  5313. },
  5314. "proto-list": {
  5315. "version": "1.2.4",
  5316. "resolved": "https://registry.npmmirror.com/proto-list/-/proto-list-1.2.4.tgz",
  5317. "integrity": "sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA=="
  5318. },
  5319. "prr": {
  5320. "version": "1.0.1",
  5321. "resolved": "https://registry.npmmirror.com/prr/-/prr-1.0.1.tgz",
  5322. "integrity": "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw=="
  5323. },
  5324. "psl": {
  5325. "version": "1.15.0",
  5326. "resolved": "https://registry.npmmirror.com/psl/-/psl-1.15.0.tgz",
  5327. "integrity": "sha512-JZd3gMVBAVQkSs6HdNZo9Sdo0LNcQeMNP3CozBJb3JYC/QUYZTnKxP+f8oWRX4rHP5EurWxqAHTSwUCjlNKa1w==",
  5328. "requires": {
  5329. "punycode": "^2.3.1"
  5330. }
  5331. },
  5332. "punycode": {
  5333. "version": "2.3.1",
  5334. "resolved": "https://registry.npmmirror.com/punycode/-/punycode-2.3.1.tgz",
  5335. "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg=="
  5336. },
  5337. "qrcode-reader": {
  5338. "version": "1.0.4",
  5339. "resolved": "https://registry.npmmirror.com/qrcode-reader/-/qrcode-reader-1.0.4.tgz",
  5340. "integrity": "sha512-rRjALGNh9zVqvweg1j5OKIQKNsw3bLC+7qwlnead5K/9cb1cEIAGkwikt/09U0K+2IDWGD9CC6SP7tHAjUeqvQ=="
  5341. },
  5342. "qrcode-terminal": {
  5343. "version": "0.12.0",
  5344. "resolved": "https://registry.npmmirror.com/qrcode-terminal/-/qrcode-terminal-0.12.0.tgz",
  5345. "integrity": "sha512-EXtzRZmC+YGmGlDFbXKxQiMZNwCLEO6BANKXG4iCtSIM0yqc/pappSx3RIKr4r0uh5JsBckOXeKrB3Iz7mdQpQ=="
  5346. },
  5347. "qs": {
  5348. "version": "6.5.3",
  5349. "resolved": "https://registry.npmmirror.com/qs/-/qs-6.5.3.tgz",
  5350. "integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA=="
  5351. },
  5352. "read-package-json": {
  5353. "version": "2.1.2",
  5354. "resolved": "https://registry.npmmirror.com/read-package-json/-/read-package-json-2.1.2.tgz",
  5355. "integrity": "sha512-D1KmuLQr6ZSJS0tW8hf3WGpRlwszJOXZ3E8Yd/DNRaM5d+1wVRZdHlpGBLAuovjr28LbWvjpWkBHMxpRGGjzNA==",
  5356. "requires": {
  5357. "glob": "^7.1.1",
  5358. "json-parse-even-better-errors": "^2.3.0",
  5359. "normalize-package-data": "^2.0.0",
  5360. "npm-normalize-package-bin": "^1.0.0"
  5361. }
  5362. },
  5363. "read-package-tree": {
  5364. "version": "5.2.1",
  5365. "resolved": "https://registry.npmmirror.com/read-package-tree/-/read-package-tree-5.2.1.tgz",
  5366. "integrity": "sha512-2CNoRoh95LxY47LvqrehIAfUVda2JbuFE/HaGYs42bNrGG+ojbw1h3zOcPcQ+1GQ3+rkzNndZn85u1XyZ3UsIA==",
  5367. "requires": {
  5368. "debuglog": "^1.0.1",
  5369. "dezalgo": "^1.0.0",
  5370. "once": "^1.3.0",
  5371. "read-package-json": "^2.0.0",
  5372. "readdir-scoped-modules": "^1.0.0"
  5373. }
  5374. },
  5375. "readable-stream": {
  5376. "version": "2.3.8",
  5377. "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.8.tgz",
  5378. "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
  5379. "requires": {
  5380. "core-util-is": "~1.0.0",
  5381. "inherits": "~2.0.3",
  5382. "isarray": "~1.0.0",
  5383. "process-nextick-args": "~2.0.0",
  5384. "safe-buffer": "~5.1.1",
  5385. "string_decoder": "~1.1.1",
  5386. "util-deprecate": "~1.0.1"
  5387. },
  5388. "dependencies": {
  5389. "safe-buffer": {
  5390. "version": "5.1.2",
  5391. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
  5392. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
  5393. }
  5394. }
  5395. },
  5396. "readdir-scoped-modules": {
  5397. "version": "1.1.0",
  5398. "resolved": "https://registry.npmmirror.com/readdir-scoped-modules/-/readdir-scoped-modules-1.1.0.tgz",
  5399. "integrity": "sha512-asaikDeqAQg7JifRsZn1NJZXo9E+VwlyCfbkZhwyISinqk5zNS6266HS5kah6P0SaQKGF6SkNnZVHUzHFYxYDw==",
  5400. "requires": {
  5401. "debuglog": "^1.0.1",
  5402. "dezalgo": "^1.0.0",
  5403. "graceful-fs": "^4.1.2",
  5404. "once": "^1.3.0"
  5405. }
  5406. },
  5407. "readdirp": {
  5408. "version": "3.6.0",
  5409. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz",
  5410. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  5411. "requires": {
  5412. "picomatch": "^2.2.1"
  5413. }
  5414. },
  5415. "regenerate": {
  5416. "version": "1.4.2",
  5417. "resolved": "https://registry.npmmirror.com/regenerate/-/regenerate-1.4.2.tgz",
  5418. "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A=="
  5419. },
  5420. "regenerate-unicode-properties": {
  5421. "version": "10.2.0",
  5422. "resolved": "https://registry.npmmirror.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz",
  5423. "integrity": "sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==",
  5424. "requires": {
  5425. "regenerate": "^1.4.2"
  5426. }
  5427. },
  5428. "regenerator-runtime": {
  5429. "version": "0.13.11",
  5430. "resolved": "https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
  5431. "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg=="
  5432. },
  5433. "regenerator-transform": {
  5434. "version": "0.15.2",
  5435. "resolved": "https://registry.npmmirror.com/regenerator-transform/-/regenerator-transform-0.15.2.tgz",
  5436. "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==",
  5437. "requires": {
  5438. "@babel/runtime": "^7.8.4"
  5439. }
  5440. },
  5441. "regexpu-core": {
  5442. "version": "5.3.2",
  5443. "resolved": "https://registry.npmmirror.com/regexpu-core/-/regexpu-core-5.3.2.tgz",
  5444. "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==",
  5445. "requires": {
  5446. "@babel/regjsgen": "^0.8.0",
  5447. "regenerate": "^1.4.2",
  5448. "regenerate-unicode-properties": "^10.1.0",
  5449. "regjsparser": "^0.9.1",
  5450. "unicode-match-property-ecmascript": "^2.0.0",
  5451. "unicode-match-property-value-ecmascript": "^2.1.0"
  5452. }
  5453. },
  5454. "regjsgen": {
  5455. "version": "0.2.0",
  5456. "resolved": "https://registry.npmmirror.com/regjsgen/-/regjsgen-0.2.0.tgz",
  5457. "integrity": "sha512-x+Y3yA24uF68m5GA+tBjbGYo64xXVJpbToBaWCoSNSc1hdk6dfctaRWrNFTVJZIIhL5GxW8zwjoixbnifnK59g=="
  5458. },
  5459. "regjsparser": {
  5460. "version": "0.9.1",
  5461. "resolved": "https://registry.npmmirror.com/regjsparser/-/regjsparser-0.9.1.tgz",
  5462. "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==",
  5463. "requires": {
  5464. "jsesc": "~0.5.0"
  5465. },
  5466. "dependencies": {
  5467. "jsesc": {
  5468. "version": "0.5.0",
  5469. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-0.5.0.tgz",
  5470. "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA=="
  5471. }
  5472. }
  5473. },
  5474. "relateurl": {
  5475. "version": "0.2.7",
  5476. "resolved": "https://registry.npmmirror.com/relateurl/-/relateurl-0.2.7.tgz",
  5477. "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog=="
  5478. },
  5479. "repeating": {
  5480. "version": "2.0.1",
  5481. "resolved": "https://registry.npmmirror.com/repeating/-/repeating-2.0.1.tgz",
  5482. "integrity": "sha512-ZqtSMuVybkISo2OWvqvm7iHSWngvdaW3IpsT9/uP8v4gMi591LY6h35wdOfvQdWCKFWZWm2Y1Opp4kV7vQKT6A==",
  5483. "requires": {
  5484. "is-finite": "^1.0.0"
  5485. }
  5486. },
  5487. "request": {
  5488. "version": "2.88.2",
  5489. "resolved": "https://registry.npmmirror.com/request/-/request-2.88.2.tgz",
  5490. "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==",
  5491. "requires": {
  5492. "aws-sign2": "~0.7.0",
  5493. "aws4": "^1.8.0",
  5494. "caseless": "~0.12.0",
  5495. "combined-stream": "~1.0.6",
  5496. "extend": "~3.0.2",
  5497. "forever-agent": "~0.6.1",
  5498. "form-data": "~2.3.2",
  5499. "har-validator": "~5.1.3",
  5500. "http-signature": "~1.2.0",
  5501. "is-typedarray": "~1.0.0",
  5502. "isstream": "~0.1.2",
  5503. "json-stringify-safe": "~5.0.1",
  5504. "mime-types": "~2.1.19",
  5505. "oauth-sign": "~0.9.0",
  5506. "performance-now": "^2.1.0",
  5507. "qs": "~6.5.2",
  5508. "safe-buffer": "^5.1.2",
  5509. "tough-cookie": "~2.5.0",
  5510. "tunnel-agent": "^0.6.0",
  5511. "uuid": "^3.3.2"
  5512. }
  5513. },
  5514. "require-directory": {
  5515. "version": "2.1.1",
  5516. "resolved": "https://registry.npmmirror.com/require-directory/-/require-directory-2.1.1.tgz",
  5517. "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q=="
  5518. },
  5519. "require-from-string": {
  5520. "version": "2.0.2",
  5521. "resolved": "https://registry.npmmirror.com/require-from-string/-/require-from-string-2.0.2.tgz",
  5522. "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw=="
  5523. },
  5524. "require-main-filename": {
  5525. "version": "2.0.0",
  5526. "resolved": "https://registry.npmmirror.com/require-main-filename/-/require-main-filename-2.0.0.tgz",
  5527. "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg=="
  5528. },
  5529. "resolve": {
  5530. "version": "1.22.10",
  5531. "resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.10.tgz",
  5532. "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==",
  5533. "requires": {
  5534. "is-core-module": "^2.16.0",
  5535. "path-parse": "^1.0.7",
  5536. "supports-preserve-symlinks-flag": "^1.0.0"
  5537. }
  5538. },
  5539. "rimraf": {
  5540. "version": "3.0.2",
  5541. "resolved": "https://registry.npmmirror.com/rimraf/-/rimraf-3.0.2.tgz",
  5542. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  5543. "requires": {
  5544. "glob": "^7.1.3"
  5545. },
  5546. "dependencies": {
  5547. "glob": {
  5548. "version": "7.2.3",
  5549. "resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz",
  5550. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  5551. "requires": {
  5552. "fs.realpath": "^1.0.0",
  5553. "inflight": "^1.0.4",
  5554. "inherits": "2",
  5555. "minimatch": "^3.1.1",
  5556. "once": "^1.3.0",
  5557. "path-is-absolute": "^1.0.0"
  5558. }
  5559. },
  5560. "minimatch": {
  5561. "version": "3.1.2",
  5562. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  5563. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  5564. "requires": {
  5565. "brace-expansion": "^1.1.7"
  5566. }
  5567. }
  5568. }
  5569. },
  5570. "safe-buffer": {
  5571. "version": "5.2.1",
  5572. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
  5573. "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="
  5574. },
  5575. "safer-buffer": {
  5576. "version": "2.1.2",
  5577. "resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
  5578. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
  5579. },
  5580. "sass": {
  5581. "version": "1.89.2",
  5582. "resolved": "https://registry.npmmirror.com/sass/-/sass-1.89.2.tgz",
  5583. "integrity": "sha512-xCmtksBKd/jdJ9Bt9p7nPKiuqrlBMBuuGkQlkhZjjQk3Ty48lv93k5Dq6OPkKt4XwxDJ7tvlfrTa1MPA9bf+QA==",
  5584. "requires": {
  5585. "@parcel/watcher": "^2.4.1",
  5586. "chokidar": "^4.0.0",
  5587. "immutable": "^5.0.2",
  5588. "source-map-js": ">=0.6.2 <2.0.0"
  5589. },
  5590. "dependencies": {
  5591. "chokidar": {
  5592. "version": "4.0.3",
  5593. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-4.0.3.tgz",
  5594. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  5595. "requires": {
  5596. "readdirp": "^4.0.1"
  5597. }
  5598. },
  5599. "readdirp": {
  5600. "version": "4.1.2",
  5601. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-4.1.2.tgz",
  5602. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg=="
  5603. }
  5604. }
  5605. },
  5606. "sax": {
  5607. "version": "1.4.1",
  5608. "resolved": "https://registry.npmmirror.com/sax/-/sax-1.4.1.tgz",
  5609. "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg=="
  5610. },
  5611. "semver": {
  5612. "version": "6.3.1",
  5613. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
  5614. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA=="
  5615. },
  5616. "set-blocking": {
  5617. "version": "2.0.0",
  5618. "resolved": "https://registry.npmmirror.com/set-blocking/-/set-blocking-2.0.0.tgz",
  5619. "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw=="
  5620. },
  5621. "setimmediate": {
  5622. "version": "1.0.5",
  5623. "resolved": "https://registry.npmmirror.com/setimmediate/-/setimmediate-1.0.5.tgz",
  5624. "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA=="
  5625. },
  5626. "slash": {
  5627. "version": "1.0.0",
  5628. "resolved": "https://registry.npmmirror.com/slash/-/slash-1.0.0.tgz",
  5629. "integrity": "sha512-3TYDR7xWt4dIqV2JauJr+EJeW356RXijHeUlO+8djJ+uBXPn8/2dpzBc8yQhh583sVvc9CvFAeQVgijsH+PNNg=="
  5630. },
  5631. "source-map": {
  5632. "version": "0.6.1",
  5633. "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz",
  5634. "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
  5635. },
  5636. "source-map-js": {
  5637. "version": "1.2.1",
  5638. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  5639. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA=="
  5640. },
  5641. "source-map-support": {
  5642. "version": "0.4.18",
  5643. "resolved": "https://registry.npmmirror.com/source-map-support/-/source-map-support-0.4.18.tgz",
  5644. "integrity": "sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==",
  5645. "requires": {
  5646. "source-map": "^0.5.6"
  5647. },
  5648. "dependencies": {
  5649. "source-map": {
  5650. "version": "0.5.7",
  5651. "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.5.7.tgz",
  5652. "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ=="
  5653. }
  5654. }
  5655. },
  5656. "spdx-correct": {
  5657. "version": "3.2.0",
  5658. "resolved": "https://registry.npmmirror.com/spdx-correct/-/spdx-correct-3.2.0.tgz",
  5659. "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==",
  5660. "requires": {
  5661. "spdx-expression-parse": "^3.0.0",
  5662. "spdx-license-ids": "^3.0.0"
  5663. }
  5664. },
  5665. "spdx-exceptions": {
  5666. "version": "2.5.0",
  5667. "resolved": "https://registry.npmmirror.com/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz",
  5668. "integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w=="
  5669. },
  5670. "spdx-expression-parse": {
  5671. "version": "3.0.1",
  5672. "resolved": "https://registry.npmmirror.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
  5673. "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
  5674. "requires": {
  5675. "spdx-exceptions": "^2.1.0",
  5676. "spdx-license-ids": "^3.0.0"
  5677. }
  5678. },
  5679. "spdx-license-ids": {
  5680. "version": "3.0.21",
  5681. "resolved": "https://registry.npmmirror.com/spdx-license-ids/-/spdx-license-ids-3.0.21.tgz",
  5682. "integrity": "sha512-Bvg/8F5XephndSK3JffaRqdT+gyhfqIPwDHpX80tJrF8QQRYMo8sNMeaZ2Dp5+jhwKnUmIOyFFQfHRkjJm5nXg=="
  5683. },
  5684. "sshpk": {
  5685. "version": "1.18.0",
  5686. "resolved": "https://registry.npmmirror.com/sshpk/-/sshpk-1.18.0.tgz",
  5687. "integrity": "sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==",
  5688. "requires": {
  5689. "asn1": "~0.2.3",
  5690. "assert-plus": "^1.0.0",
  5691. "bcrypt-pbkdf": "^1.0.0",
  5692. "dashdash": "^1.12.0",
  5693. "ecc-jsbn": "~0.1.1",
  5694. "getpass": "^0.1.1",
  5695. "jsbn": "~0.1.0",
  5696. "safer-buffer": "^2.0.2",
  5697. "tweetnacl": "~0.14.0"
  5698. }
  5699. },
  5700. "stable": {
  5701. "version": "0.1.8",
  5702. "resolved": "https://registry.npmmirror.com/stable/-/stable-0.1.8.tgz",
  5703. "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w=="
  5704. },
  5705. "string-hash-64": {
  5706. "version": "1.0.3",
  5707. "resolved": "https://registry.npmmirror.com/string-hash-64/-/string-hash-64-1.0.3.tgz",
  5708. "integrity": "sha512-D5OKWKvDhyVWWn2x5Y9b+37NUllks34q1dCDhk/vYcso9fmhs+Tl3KR/gE4v5UNj2UA35cnX4KdVVGkG1deKqw=="
  5709. },
  5710. "string-width": {
  5711. "version": "4.2.3",
  5712. "resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz",
  5713. "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
  5714. "requires": {
  5715. "emoji-regex": "^8.0.0",
  5716. "is-fullwidth-code-point": "^3.0.0",
  5717. "strip-ansi": "^6.0.1"
  5718. },
  5719. "dependencies": {
  5720. "ansi-regex": {
  5721. "version": "5.0.1",
  5722. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  5723. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="
  5724. },
  5725. "strip-ansi": {
  5726. "version": "6.0.1",
  5727. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  5728. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  5729. "requires": {
  5730. "ansi-regex": "^5.0.1"
  5731. }
  5732. }
  5733. }
  5734. },
  5735. "string_decoder": {
  5736. "version": "1.1.1",
  5737. "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz",
  5738. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  5739. "requires": {
  5740. "safe-buffer": "~5.1.0"
  5741. },
  5742. "dependencies": {
  5743. "safe-buffer": {
  5744. "version": "5.1.2",
  5745. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
  5746. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
  5747. }
  5748. }
  5749. },
  5750. "strip-ansi": {
  5751. "version": "3.0.1",
  5752. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-3.0.1.tgz",
  5753. "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==",
  5754. "requires": {
  5755. "ansi-regex": "^2.0.0"
  5756. }
  5757. },
  5758. "strnum": {
  5759. "version": "1.1.2",
  5760. "resolved": "https://registry.npmmirror.com/strnum/-/strnum-1.1.2.tgz",
  5761. "integrity": "sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA=="
  5762. },
  5763. "stylehacks": {
  5764. "version": "5.1.1",
  5765. "resolved": "https://registry.npmmirror.com/stylehacks/-/stylehacks-5.1.1.tgz",
  5766. "integrity": "sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==",
  5767. "requires": {
  5768. "browserslist": "^4.21.4",
  5769. "postcss-selector-parser": "^6.0.4"
  5770. }
  5771. },
  5772. "supports-color": {
  5773. "version": "5.5.0",
  5774. "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-5.5.0.tgz",
  5775. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  5776. "requires": {
  5777. "has-flag": "^3.0.0"
  5778. }
  5779. },
  5780. "supports-preserve-symlinks-flag": {
  5781. "version": "1.0.0",
  5782. "resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  5783. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w=="
  5784. },
  5785. "svgo": {
  5786. "version": "2.8.0",
  5787. "resolved": "https://registry.npmmirror.com/svgo/-/svgo-2.8.0.tgz",
  5788. "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==",
  5789. "requires": {
  5790. "@trysound/sax": "0.2.0",
  5791. "commander": "^7.2.0",
  5792. "css-select": "^4.1.3",
  5793. "css-tree": "^1.1.3",
  5794. "csso": "^4.2.0",
  5795. "picocolors": "^1.0.0",
  5796. "stable": "^0.1.8"
  5797. }
  5798. },
  5799. "terser": {
  5800. "version": "4.8.0",
  5801. "resolved": "https://registry.npmmirror.com/terser/-/terser-4.8.0.tgz",
  5802. "integrity": "sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==",
  5803. "requires": {
  5804. "commander": "^2.20.0",
  5805. "source-map": "~0.6.1",
  5806. "source-map-support": "~0.5.12"
  5807. },
  5808. "dependencies": {
  5809. "commander": {
  5810. "version": "2.20.3",
  5811. "resolved": "https://registry.npmmirror.com/commander/-/commander-2.20.3.tgz",
  5812. "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
  5813. },
  5814. "source-map-support": {
  5815. "version": "0.5.21",
  5816. "resolved": "https://registry.npmmirror.com/source-map-support/-/source-map-support-0.5.21.tgz",
  5817. "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
  5818. "requires": {
  5819. "buffer-from": "^1.0.0",
  5820. "source-map": "^0.6.0"
  5821. }
  5822. }
  5823. }
  5824. },
  5825. "timm": {
  5826. "version": "1.7.1",
  5827. "resolved": "https://registry.npmmirror.com/timm/-/timm-1.7.1.tgz",
  5828. "integrity": "sha512-IjZc9KIotudix8bMaBW6QvMuq64BrJWFs1+4V0lXwWGQZwH+LnX87doAYhem4caOEusRP9/g6jVDQmZ8XOk1nw=="
  5829. },
  5830. "tinycolor2": {
  5831. "version": "1.6.0",
  5832. "resolved": "https://registry.npmmirror.com/tinycolor2/-/tinycolor2-1.6.0.tgz",
  5833. "integrity": "sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw=="
  5834. },
  5835. "to-fast-properties": {
  5836. "version": "2.0.0",
  5837. "resolved": "https://registry.npmmirror.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
  5838. "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog=="
  5839. },
  5840. "to-regex-range": {
  5841. "version": "5.0.1",
  5842. "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
  5843. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  5844. "requires": {
  5845. "is-number": "^7.0.0"
  5846. }
  5847. },
  5848. "tough-cookie": {
  5849. "version": "2.5.0",
  5850. "resolved": "https://registry.npmmirror.com/tough-cookie/-/tough-cookie-2.5.0.tgz",
  5851. "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==",
  5852. "requires": {
  5853. "psl": "^1.1.28",
  5854. "punycode": "^2.1.1"
  5855. }
  5856. },
  5857. "trim-right": {
  5858. "version": "1.0.1",
  5859. "resolved": "https://registry.npmmirror.com/trim-right/-/trim-right-1.0.1.tgz",
  5860. "integrity": "sha512-WZGXGstmCWgeevgTL54hrCuw1dyMQIzWy7ZfqRJfSmJZBwklI15egmQytFP6bPidmw3M8d5yEowl1niq4vmqZw=="
  5861. },
  5862. "tslib": {
  5863. "version": "1.10.0",
  5864. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-1.10.0.tgz",
  5865. "integrity": "sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ=="
  5866. },
  5867. "tunnel-agent": {
  5868. "version": "0.6.0",
  5869. "resolved": "https://registry.npmmirror.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
  5870. "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==",
  5871. "requires": {
  5872. "safe-buffer": "^5.0.1"
  5873. }
  5874. },
  5875. "tweetnacl": {
  5876. "version": "0.14.5",
  5877. "resolved": "https://registry.npmmirror.com/tweetnacl/-/tweetnacl-0.14.5.tgz",
  5878. "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA=="
  5879. },
  5880. "uglify-js": {
  5881. "version": "3.0.27",
  5882. "resolved": "https://registry.npmmirror.com/uglify-js/-/uglify-js-3.0.27.tgz",
  5883. "integrity": "sha512-HD8CmxPXUI62v5tweiulMcP/apAtx1DXGcNZkhKQZyC+MTrTsoCBb8yPAwVrbvpgw3EpRU76bRe6axjIiCYcQg==",
  5884. "requires": {
  5885. "commander": "~2.11.0",
  5886. "source-map": "~0.5.1"
  5887. },
  5888. "dependencies": {
  5889. "commander": {
  5890. "version": "2.11.0",
  5891. "resolved": "https://registry.npmmirror.com/commander/-/commander-2.11.0.tgz",
  5892. "integrity": "sha512-b0553uYA5YAEGgyYIGYROzKQ7X5RAqedkfjiZxwi0kL1g3bOaBNNZfYkzt/CL0umgD5wc9Jec2FbB98CjkMRvQ=="
  5893. },
  5894. "source-map": {
  5895. "version": "0.5.7",
  5896. "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.5.7.tgz",
  5897. "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ=="
  5898. }
  5899. }
  5900. },
  5901. "unicode-canonical-property-names-ecmascript": {
  5902. "version": "2.0.1",
  5903. "resolved": "https://registry.npmmirror.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz",
  5904. "integrity": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg=="
  5905. },
  5906. "unicode-match-property-ecmascript": {
  5907. "version": "2.0.0",
  5908. "resolved": "https://registry.npmmirror.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
  5909. "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
  5910. "requires": {
  5911. "unicode-canonical-property-names-ecmascript": "^2.0.0",
  5912. "unicode-property-aliases-ecmascript": "^2.0.0"
  5913. }
  5914. },
  5915. "unicode-match-property-value-ecmascript": {
  5916. "version": "2.2.0",
  5917. "resolved": "https://registry.npmmirror.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz",
  5918. "integrity": "sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg=="
  5919. },
  5920. "unicode-property-aliases-ecmascript": {
  5921. "version": "2.1.0",
  5922. "resolved": "https://registry.npmmirror.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz",
  5923. "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w=="
  5924. },
  5925. "universalify": {
  5926. "version": "0.1.2",
  5927. "resolved": "https://registry.npmmirror.com/universalify/-/universalify-0.1.2.tgz",
  5928. "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg=="
  5929. },
  5930. "update-browserslist-db": {
  5931. "version": "1.1.3",
  5932. "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz",
  5933. "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==",
  5934. "requires": {
  5935. "escalade": "^3.2.0",
  5936. "picocolors": "^1.1.1"
  5937. }
  5938. },
  5939. "upper-case": {
  5940. "version": "1.1.3",
  5941. "resolved": "https://registry.npmmirror.com/upper-case/-/upper-case-1.1.3.tgz",
  5942. "integrity": "sha512-WRbjgmYzgXkCV7zNVpy5YgrHgbBv126rMALQQMrmzOVC4GM2waQ9x7xtm8VU+1yF2kWyPzI9zbZ48n4vSxwfSA=="
  5943. },
  5944. "uri-js": {
  5945. "version": "4.4.1",
  5946. "resolved": "https://registry.npmmirror.com/uri-js/-/uri-js-4.4.1.tgz",
  5947. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  5948. "requires": {
  5949. "punycode": "^2.1.0"
  5950. }
  5951. },
  5952. "utif": {
  5953. "version": "2.0.1",
  5954. "resolved": "https://registry.npmmirror.com/utif/-/utif-2.0.1.tgz",
  5955. "integrity": "sha512-Z/S1fNKCicQTf375lIP9G8Sa1H/phcysstNrrSdZKj1f9g58J4NMgb5IgiEZN9/nLMPDwF0W7hdOe9Qq2IYoLg==",
  5956. "requires": {
  5957. "pako": "^1.0.5"
  5958. }
  5959. },
  5960. "util-deprecate": {
  5961. "version": "1.0.2",
  5962. "resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz",
  5963. "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
  5964. },
  5965. "uuid": {
  5966. "version": "3.4.0",
  5967. "resolved": "https://registry.npmmirror.com/uuid/-/uuid-3.4.0.tgz",
  5968. "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
  5969. },
  5970. "validate-npm-package-license": {
  5971. "version": "3.0.4",
  5972. "resolved": "https://registry.npmmirror.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
  5973. "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",
  5974. "requires": {
  5975. "spdx-correct": "^3.0.0",
  5976. "spdx-expression-parse": "^3.0.0"
  5977. }
  5978. },
  5979. "verror": {
  5980. "version": "1.10.0",
  5981. "resolved": "https://registry.npmmirror.com/verror/-/verror-1.10.0.tgz",
  5982. "integrity": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==",
  5983. "requires": {
  5984. "assert-plus": "^1.0.0",
  5985. "core-util-is": "1.0.2",
  5986. "extsprintf": "^1.2.0"
  5987. }
  5988. },
  5989. "which-module": {
  5990. "version": "2.0.1",
  5991. "resolved": "https://registry.npmmirror.com/which-module/-/which-module-2.0.1.tgz",
  5992. "integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ=="
  5993. },
  5994. "wrap-ansi": {
  5995. "version": "6.2.0",
  5996. "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
  5997. "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
  5998. "requires": {
  5999. "ansi-styles": "^4.0.0",
  6000. "string-width": "^4.1.0",
  6001. "strip-ansi": "^6.0.0"
  6002. },
  6003. "dependencies": {
  6004. "ansi-regex": {
  6005. "version": "5.0.1",
  6006. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
  6007. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="
  6008. },
  6009. "ansi-styles": {
  6010. "version": "4.3.0",
  6011. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  6012. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  6013. "requires": {
  6014. "color-convert": "^2.0.1"
  6015. }
  6016. },
  6017. "color-convert": {
  6018. "version": "2.0.1",
  6019. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
  6020. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  6021. "requires": {
  6022. "color-name": "~1.1.4"
  6023. }
  6024. },
  6025. "color-name": {
  6026. "version": "1.1.4",
  6027. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
  6028. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
  6029. },
  6030. "strip-ansi": {
  6031. "version": "6.0.1",
  6032. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
  6033. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  6034. "requires": {
  6035. "ansi-regex": "^5.0.1"
  6036. }
  6037. }
  6038. }
  6039. },
  6040. "wrappy": {
  6041. "version": "1.0.2",
  6042. "resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz",
  6043. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
  6044. },
  6045. "wxml-minifier": {
  6046. "version": "0.0.1",
  6047. "resolved": "https://registry.npmmirror.com/wxml-minifier/-/wxml-minifier-0.0.1.tgz",
  6048. "integrity": "sha512-g8ZS4fyLdyRIcExnevKTnAFxbtYlAPKBGFO1DXOcsJfmppQWjH2xe2Ff6rRQ2ubYAWalaNjMYpkAl6hurhqkHg==",
  6049. "requires": {
  6050. "@leejim/wxml-parser": "^0.1.1"
  6051. }
  6052. },
  6053. "xhr": {
  6054. "version": "2.6.0",
  6055. "resolved": "https://registry.npmmirror.com/xhr/-/xhr-2.6.0.tgz",
  6056. "integrity": "sha512-/eCGLb5rxjx5e3mF1A7s+pLlR6CGyqWN91fv1JgER5mVWg1MZmlhBvy9kjcsOdRk8RrIujotWyJamfyrp+WIcA==",
  6057. "requires": {
  6058. "global": "~4.4.0",
  6059. "is-function": "^1.0.1",
  6060. "parse-headers": "^2.0.0",
  6061. "xtend": "^4.0.0"
  6062. }
  6063. },
  6064. "xml-parse-from-string": {
  6065. "version": "1.0.1",
  6066. "resolved": "https://registry.npmmirror.com/xml-parse-from-string/-/xml-parse-from-string-1.0.1.tgz",
  6067. "integrity": "sha512-ErcKwJTF54uRzzNMXq2X5sMIy88zJvfN2DmdoQvy7PAFJ+tPRU6ydWuOKNMyfmOjdyBQTFREi60s0Y0SyI0G0g=="
  6068. },
  6069. "xml2js": {
  6070. "version": "0.5.0",
  6071. "resolved": "https://registry.npmmirror.com/xml2js/-/xml2js-0.5.0.tgz",
  6072. "integrity": "sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==",
  6073. "requires": {
  6074. "sax": ">=0.6.0",
  6075. "xmlbuilder": "~11.0.0"
  6076. }
  6077. },
  6078. "xmlbuilder": {
  6079. "version": "11.0.1",
  6080. "resolved": "https://registry.npmmirror.com/xmlbuilder/-/xmlbuilder-11.0.1.tgz",
  6081. "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA=="
  6082. },
  6083. "xtend": {
  6084. "version": "4.0.2",
  6085. "resolved": "https://registry.npmmirror.com/xtend/-/xtend-4.0.2.tgz",
  6086. "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ=="
  6087. },
  6088. "y18n": {
  6089. "version": "4.0.3",
  6090. "resolved": "https://registry.npmmirror.com/y18n/-/y18n-4.0.3.tgz",
  6091. "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ=="
  6092. },
  6093. "yallist": {
  6094. "version": "3.1.1",
  6095. "resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz",
  6096. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g=="
  6097. },
  6098. "yaml": {
  6099. "version": "1.10.2",
  6100. "resolved": "https://registry.npmmirror.com/yaml/-/yaml-1.10.2.tgz",
  6101. "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg=="
  6102. },
  6103. "yargs": {
  6104. "version": "15.4.1",
  6105. "resolved": "https://registry.npmmirror.com/yargs/-/yargs-15.4.1.tgz",
  6106. "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==",
  6107. "requires": {
  6108. "cliui": "^6.0.0",
  6109. "decamelize": "^1.2.0",
  6110. "find-up": "^4.1.0",
  6111. "get-caller-file": "^2.0.1",
  6112. "require-directory": "^2.1.1",
  6113. "require-main-filename": "^2.0.0",
  6114. "set-blocking": "^2.0.0",
  6115. "string-width": "^4.2.0",
  6116. "which-module": "^2.0.0",
  6117. "y18n": "^4.0.0",
  6118. "yargs-parser": "^18.1.2"
  6119. },
  6120. "dependencies": {
  6121. "find-up": {
  6122. "version": "4.1.0",
  6123. "resolved": "https://registry.npmmirror.com/find-up/-/find-up-4.1.0.tgz",
  6124. "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
  6125. "requires": {
  6126. "locate-path": "^5.0.0",
  6127. "path-exists": "^4.0.0"
  6128. }
  6129. },
  6130. "locate-path": {
  6131. "version": "5.0.0",
  6132. "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-5.0.0.tgz",
  6133. "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
  6134. "requires": {
  6135. "p-locate": "^4.1.0"
  6136. }
  6137. },
  6138. "p-locate": {
  6139. "version": "4.1.0",
  6140. "resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-4.1.0.tgz",
  6141. "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
  6142. "requires": {
  6143. "p-limit": "^2.2.0"
  6144. }
  6145. },
  6146. "path-exists": {
  6147. "version": "4.0.0",
  6148. "resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz",
  6149. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w=="
  6150. }
  6151. }
  6152. },
  6153. "yargs-parser": {
  6154. "version": "18.1.3",
  6155. "resolved": "https://registry.npmmirror.com/yargs-parser/-/yargs-parser-18.1.3.tgz",
  6156. "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==",
  6157. "requires": {
  6158. "camelcase": "^5.0.0",
  6159. "decamelize": "^1.2.0"
  6160. }
  6161. }
  6162. }
  6163. }