package-lock.json 206 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964496549664967496849694970497149724973497449754976497749784979498049814982498349844985498649874988498949904991499249934994499549964997499849995000
  1. {
  2. "name": "video-animation-player",
  3. "version": "0.2.10",
  4. "lockfileVersion": 1,
  5. "requires": true,
  6. "dependencies": {
  7. "@babel/code-frame": {
  8. "version": "7.10.4",
  9. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz",
  10. "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==",
  11. "dev": true,
  12. "requires": {
  13. "@babel/highlight": "^7.10.4"
  14. }
  15. },
  16. "@babel/compat-data": {
  17. "version": "7.12.0",
  18. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.12.0.tgz",
  19. "integrity": "sha512-jAbCtMANC9ptXxbSVXIqV/3H0bkh7iyyv6JS5lu10av45bcc2QmDNJXkASZCFwbBt75Q0AEq/BB+bNa3x1QgYQ==",
  20. "dev": true
  21. },
  22. "@babel/core": {
  23. "version": "7.12.0",
  24. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.0.tgz",
  25. "integrity": "sha512-iV7Gwg0DePKvdDZZWRTkj4MW+6/AbVWd4ZCg+zk8H1RVt5xBpUZS6vLQWwb3pyLg4BFTaGiQCPoJ4Ibmbne4fA==",
  26. "dev": true,
  27. "requires": {
  28. "@babel/code-frame": "^7.10.4",
  29. "@babel/generator": "^7.12.0",
  30. "@babel/helper-module-transforms": "^7.12.0",
  31. "@babel/helpers": "^7.10.4",
  32. "@babel/parser": "^7.12.0",
  33. "@babel/template": "^7.10.4",
  34. "@babel/traverse": "^7.12.0",
  35. "@babel/types": "^7.12.0",
  36. "convert-source-map": "^1.7.0",
  37. "debug": "^4.1.0",
  38. "gensync": "^1.0.0-beta.1",
  39. "json5": "^2.1.2",
  40. "lodash": "^4.17.19",
  41. "resolve": "^1.3.2",
  42. "semver": "^5.4.1",
  43. "source-map": "^0.5.0"
  44. },
  45. "dependencies": {
  46. "debug": {
  47. "version": "4.2.0",
  48. "resolved": "https://registry.npmjs.org/debug/-/debug-4.2.0.tgz",
  49. "integrity": "sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==",
  50. "dev": true,
  51. "requires": {
  52. "ms": "2.1.2"
  53. }
  54. },
  55. "json5": {
  56. "version": "2.1.3",
  57. "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.3.tgz",
  58. "integrity": "sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA==",
  59. "dev": true,
  60. "requires": {
  61. "minimist": "^1.2.5"
  62. }
  63. },
  64. "ms": {
  65. "version": "2.1.2",
  66. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  67. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
  68. "dev": true
  69. }
  70. }
  71. },
  72. "@babel/generator": {
  73. "version": "7.12.0",
  74. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.12.0.tgz",
  75. "integrity": "sha512-8lnf4QcyiQMf5XQp47BltuMTocsOh6P0z/vueEh8GzhmWWlDbdvOoI5Ziddg0XYhmnx35HyByUW51/9NprF8cA==",
  76. "dev": true,
  77. "requires": {
  78. "@babel/types": "^7.12.0",
  79. "jsesc": "^2.5.1",
  80. "source-map": "^0.5.0"
  81. },
  82. "dependencies": {
  83. "jsesc": {
  84. "version": "2.5.2",
  85. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
  86. "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
  87. "dev": true
  88. }
  89. }
  90. },
  91. "@babel/helper-annotate-as-pure": {
  92. "version": "7.10.4",
  93. "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz",
  94. "integrity": "sha512-XQlqKQP4vXFB7BN8fEEerrmYvHp3fK/rBkRFz9jaJbzK0B1DSfej9Kc7ZzE8Z/OnId1jpJdNAZ3BFQjWG68rcA==",
  95. "dev": true,
  96. "requires": {
  97. "@babel/types": "^7.10.4"
  98. }
  99. },
  100. "@babel/helper-builder-binary-assignment-operator-visitor": {
  101. "version": "7.10.4",
  102. "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.10.4.tgz",
  103. "integrity": "sha512-L0zGlFrGWZK4PbT8AszSfLTM5sDU1+Az/En9VrdT8/LmEiJt4zXt+Jve9DCAnQcbqDhCI+29y/L93mrDzddCcg==",
  104. "dev": true,
  105. "requires": {
  106. "@babel/helper-explode-assignable-expression": "^7.10.4",
  107. "@babel/types": "^7.10.4"
  108. }
  109. },
  110. "@babel/helper-compilation-targets": {
  111. "version": "7.12.0",
  112. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.0.tgz",
  113. "integrity": "sha512-NbDFJNjDgxE7IkrHp5gq2+Tr8bEdCLKYN90YDQEjMiTMUAFAcShNkaH8kydcmU0mEQTiQY0Ydy/+1xfS2OCEnw==",
  114. "dev": true,
  115. "requires": {
  116. "@babel/compat-data": "^7.12.0",
  117. "@babel/helper-validator-option": "^7.12.0",
  118. "browserslist": "^4.12.0",
  119. "semver": "^5.5.0"
  120. },
  121. "dependencies": {
  122. "browserslist": {
  123. "version": "4.14.5",
  124. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.14.5.tgz",
  125. "integrity": "sha512-Z+vsCZIvCBvqLoYkBFTwEYH3v5MCQbsAjp50ERycpOjnPmolg1Gjy4+KaWWpm8QOJt9GHkhdqAl14NpCX73CWA==",
  126. "dev": true,
  127. "requires": {
  128. "caniuse-lite": "^1.0.30001135",
  129. "electron-to-chromium": "^1.3.571",
  130. "escalade": "^3.1.0",
  131. "node-releases": "^1.1.61"
  132. }
  133. },
  134. "caniuse-lite": {
  135. "version": "1.0.30001148",
  136. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001148.tgz",
  137. "integrity": "sha512-E66qcd0KMKZHNJQt9hiLZGE3J4zuTqE1OnU53miEVtylFbwOEmeA5OsRu90noZful+XGSQOni1aT2tiqu/9yYw==",
  138. "dev": true
  139. },
  140. "electron-to-chromium": {
  141. "version": "1.3.580",
  142. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.580.tgz",
  143. "integrity": "sha512-5flHTbRpptO6h3lQUG4zdSAxryAS3PrZOkLpLS0DL5/y2LBf+l9HJ8X6UBorNs1QRBrMR7u/QvkdK+GlekW1kQ==",
  144. "dev": true
  145. }
  146. }
  147. },
  148. "@babel/helper-create-class-features-plugin": {
  149. "version": "7.12.0",
  150. "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.0.tgz",
  151. "integrity": "sha512-9tD1r9RK928vxvxcoNK8/7uwT7Q2DJZP1dnJmyMAJPwOF0yr8PPwqdpyw33lUpCfrJ765bOs5XNa4KSfUDWFSw==",
  152. "dev": true,
  153. "requires": {
  154. "@babel/helper-function-name": "^7.10.4",
  155. "@babel/helper-member-expression-to-functions": "^7.12.0",
  156. "@babel/helper-optimise-call-expression": "^7.10.4",
  157. "@babel/helper-plugin-utils": "^7.10.4",
  158. "@babel/helper-replace-supers": "^7.12.0",
  159. "@babel/helper-split-export-declaration": "^7.10.4"
  160. }
  161. },
  162. "@babel/helper-create-regexp-features-plugin": {
  163. "version": "7.12.0",
  164. "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.0.tgz",
  165. "integrity": "sha512-YBqH+3wLcom+tko8/JLgRcG8DMqORgmjqNRNI751gTioJSZHWFybO1mRoLtJtWIlYSHY+zT9LqqnbbK1c3KIVQ==",
  166. "dev": true,
  167. "requires": {
  168. "@babel/helper-annotate-as-pure": "^7.10.4",
  169. "@babel/helper-regex": "^7.10.4",
  170. "regexpu-core": "^4.7.1"
  171. },
  172. "dependencies": {
  173. "jsesc": {
  174. "version": "0.5.0",
  175. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
  176. "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=",
  177. "dev": true
  178. },
  179. "regexpu-core": {
  180. "version": "4.7.1",
  181. "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.7.1.tgz",
  182. "integrity": "sha512-ywH2VUraA44DZQuRKzARmw6S66mr48pQVva4LBeRhcOltJ6hExvWly5ZjFLYo67xbIxb6W1q4bAGtgfEl20zfQ==",
  183. "dev": true,
  184. "requires": {
  185. "regenerate": "^1.4.0",
  186. "regenerate-unicode-properties": "^8.2.0",
  187. "regjsgen": "^0.5.1",
  188. "regjsparser": "^0.6.4",
  189. "unicode-match-property-ecmascript": "^1.0.4",
  190. "unicode-match-property-value-ecmascript": "^1.2.0"
  191. }
  192. },
  193. "regjsgen": {
  194. "version": "0.5.2",
  195. "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.2.tgz",
  196. "integrity": "sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A==",
  197. "dev": true
  198. },
  199. "regjsparser": {
  200. "version": "0.6.4",
  201. "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.6.4.tgz",
  202. "integrity": "sha512-64O87/dPDgfk8/RQqC4gkZoGyyWFIEUTTh80CU6CWuK5vkCGyekIx+oKcEIYtP/RAxSQltCZHCNu/mdd7fqlJw==",
  203. "dev": true,
  204. "requires": {
  205. "jsesc": "~0.5.0"
  206. }
  207. }
  208. }
  209. },
  210. "@babel/helper-define-map": {
  211. "version": "7.10.5",
  212. "resolved": "https://registry.npmjs.org/@babel/helper-define-map/-/helper-define-map-7.10.5.tgz",
  213. "integrity": "sha512-fMw4kgFB720aQFXSVaXr79pjjcW5puTCM16+rECJ/plGS+zByelE8l9nCpV1GibxTnFVmUuYG9U8wYfQHdzOEQ==",
  214. "dev": true,
  215. "requires": {
  216. "@babel/helper-function-name": "^7.10.4",
  217. "@babel/types": "^7.10.5",
  218. "lodash": "^4.17.19"
  219. }
  220. },
  221. "@babel/helper-explode-assignable-expression": {
  222. "version": "7.11.4",
  223. "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.11.4.tgz",
  224. "integrity": "sha512-ux9hm3zR4WV1Y3xXxXkdG/0gxF9nvI0YVmKVhvK9AfMoaQkemL3sJpXw+Xbz65azo8qJiEz2XVDUpK3KYhH3ZQ==",
  225. "dev": true,
  226. "requires": {
  227. "@babel/types": "^7.10.4"
  228. }
  229. },
  230. "@babel/helper-function-name": {
  231. "version": "7.10.4",
  232. "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz",
  233. "integrity": "sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ==",
  234. "dev": true,
  235. "requires": {
  236. "@babel/helper-get-function-arity": "^7.10.4",
  237. "@babel/template": "^7.10.4",
  238. "@babel/types": "^7.10.4"
  239. }
  240. },
  241. "@babel/helper-get-function-arity": {
  242. "version": "7.10.4",
  243. "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz",
  244. "integrity": "sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==",
  245. "dev": true,
  246. "requires": {
  247. "@babel/types": "^7.10.4"
  248. }
  249. },
  250. "@babel/helper-hoist-variables": {
  251. "version": "7.10.4",
  252. "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.4.tgz",
  253. "integrity": "sha512-wljroF5PgCk2juF69kanHVs6vrLwIPNp6DLD+Lrl3hoQ3PpPPikaDRNFA+0t81NOoMt2DL6WW/mdU8k4k6ZzuA==",
  254. "dev": true,
  255. "requires": {
  256. "@babel/types": "^7.10.4"
  257. }
  258. },
  259. "@babel/helper-member-expression-to-functions": {
  260. "version": "7.12.0",
  261. "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.0.tgz",
  262. "integrity": "sha512-I0d/bgzgzgLsJMk7UZ0TN2KV3OGjC/t/9Saz8PKb9jrcEAXhgjGysOgp4PDKydIKjUv/gj2St4ae+ov8l+T9Xg==",
  263. "dev": true,
  264. "requires": {
  265. "@babel/types": "^7.12.0"
  266. }
  267. },
  268. "@babel/helper-module-imports": {
  269. "version": "7.10.4",
  270. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz",
  271. "integrity": "sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw==",
  272. "dev": true,
  273. "requires": {
  274. "@babel/types": "^7.10.4"
  275. }
  276. },
  277. "@babel/helper-module-transforms": {
  278. "version": "7.12.0",
  279. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.12.0.tgz",
  280. "integrity": "sha512-1ZTMoCiLSzTJLbq7mSaTHki4oIrBIf/dUbzdhwTrvtMU3ZNVKwQmGae3gSiqppo7G8HAgnXmc43rfEaD8yYLLQ==",
  281. "dev": true,
  282. "requires": {
  283. "@babel/helper-module-imports": "^7.10.4",
  284. "@babel/helper-replace-supers": "^7.12.0",
  285. "@babel/helper-simple-access": "^7.10.4",
  286. "@babel/helper-split-export-declaration": "^7.11.0",
  287. "@babel/helper-validator-identifier": "^7.10.4",
  288. "@babel/template": "^7.10.4",
  289. "@babel/traverse": "^7.12.0",
  290. "@babel/types": "^7.12.0",
  291. "lodash": "^4.17.19"
  292. }
  293. },
  294. "@babel/helper-optimise-call-expression": {
  295. "version": "7.10.4",
  296. "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz",
  297. "integrity": "sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg==",
  298. "dev": true,
  299. "requires": {
  300. "@babel/types": "^7.10.4"
  301. }
  302. },
  303. "@babel/helper-plugin-utils": {
  304. "version": "7.10.4",
  305. "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz",
  306. "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==",
  307. "dev": true
  308. },
  309. "@babel/helper-regex": {
  310. "version": "7.10.5",
  311. "resolved": "https://registry.npmjs.org/@babel/helper-regex/-/helper-regex-7.10.5.tgz",
  312. "integrity": "sha512-68kdUAzDrljqBrio7DYAEgCoJHxppJOERHOgOrDN7WjOzP0ZQ1LsSDRXcemzVZaLvjaJsJEESb6qt+znNuENDg==",
  313. "dev": true,
  314. "requires": {
  315. "lodash": "^4.17.19"
  316. }
  317. },
  318. "@babel/helper-remap-async-to-generator": {
  319. "version": "7.11.4",
  320. "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.11.4.tgz",
  321. "integrity": "sha512-tR5vJ/vBa9wFy3m5LLv2faapJLnDFxNWff2SAYkSE4rLUdbp7CdObYFgI7wK4T/Mj4UzpjPwzR8Pzmr5m7MHGA==",
  322. "dev": true,
  323. "requires": {
  324. "@babel/helper-annotate-as-pure": "^7.10.4",
  325. "@babel/helper-wrap-function": "^7.10.4",
  326. "@babel/template": "^7.10.4",
  327. "@babel/types": "^7.10.4"
  328. }
  329. },
  330. "@babel/helper-replace-supers": {
  331. "version": "7.12.0",
  332. "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.12.0.tgz",
  333. "integrity": "sha512-9kycFdq2c9e7PXZOr2z/ZqTFF9OzFu287iFwYS+CiDVPuoTCfY8hoTsIqNQNetQjlqoRsRyJFrMG1uhGAR4EEw==",
  334. "dev": true,
  335. "requires": {
  336. "@babel/helper-member-expression-to-functions": "^7.12.0",
  337. "@babel/helper-optimise-call-expression": "^7.10.4",
  338. "@babel/traverse": "^7.12.0",
  339. "@babel/types": "^7.12.0"
  340. }
  341. },
  342. "@babel/helper-simple-access": {
  343. "version": "7.10.4",
  344. "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz",
  345. "integrity": "sha512-0fMy72ej/VEvF8ULmX6yb5MtHG4uH4Dbd6I/aHDb/JVg0bbivwt9Wg+h3uMvX+QSFtwr5MeItvazbrc4jtRAXw==",
  346. "dev": true,
  347. "requires": {
  348. "@babel/template": "^7.10.4",
  349. "@babel/types": "^7.10.4"
  350. }
  351. },
  352. "@babel/helper-skip-transparent-expression-wrappers": {
  353. "version": "7.11.0",
  354. "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.11.0.tgz",
  355. "integrity": "sha512-0XIdiQln4Elglgjbwo9wuJpL/K7AGCY26kmEt0+pRP0TAj4jjyNq1MjoRvikrTVqKcx4Gysxt4cXvVFXP/JO2Q==",
  356. "dev": true,
  357. "requires": {
  358. "@babel/types": "^7.11.0"
  359. }
  360. },
  361. "@babel/helper-split-export-declaration": {
  362. "version": "7.11.0",
  363. "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz",
  364. "integrity": "sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==",
  365. "dev": true,
  366. "requires": {
  367. "@babel/types": "^7.11.0"
  368. }
  369. },
  370. "@babel/helper-validator-identifier": {
  371. "version": "7.10.4",
  372. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz",
  373. "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==",
  374. "dev": true
  375. },
  376. "@babel/helper-validator-option": {
  377. "version": "7.12.0",
  378. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.12.0.tgz",
  379. "integrity": "sha512-NRfKaAQw/JCMsTFUdJI6cp4MoJGGVBRQTRSiW1nwlGldNqzjB9jqWI0SZqQksC724dJoKqwG+QqfS9ib7SoVsw==",
  380. "dev": true
  381. },
  382. "@babel/helper-wrap-function": {
  383. "version": "7.10.4",
  384. "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.10.4.tgz",
  385. "integrity": "sha512-6py45WvEF0MhiLrdxtRjKjufwLL1/ob2qDJgg5JgNdojBAZSAKnAjkyOCNug6n+OBl4VW76XjvgSFTdaMcW0Ug==",
  386. "dev": true,
  387. "requires": {
  388. "@babel/helper-function-name": "^7.10.4",
  389. "@babel/template": "^7.10.4",
  390. "@babel/traverse": "^7.10.4",
  391. "@babel/types": "^7.10.4"
  392. }
  393. },
  394. "@babel/helpers": {
  395. "version": "7.10.4",
  396. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.10.4.tgz",
  397. "integrity": "sha512-L2gX/XeUONeEbI78dXSrJzGdz4GQ+ZTA/aazfUsFaWjSe95kiCuOZ5HsXvkiw3iwF+mFHSRUfJU8t6YavocdXA==",
  398. "dev": true,
  399. "requires": {
  400. "@babel/template": "^7.10.4",
  401. "@babel/traverse": "^7.10.4",
  402. "@babel/types": "^7.10.4"
  403. }
  404. },
  405. "@babel/highlight": {
  406. "version": "7.10.4",
  407. "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.4.tgz",
  408. "integrity": "sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==",
  409. "dev": true,
  410. "requires": {
  411. "@babel/helper-validator-identifier": "^7.10.4",
  412. "chalk": "^2.0.0",
  413. "js-tokens": "^4.0.0"
  414. },
  415. "dependencies": {
  416. "ansi-styles": {
  417. "version": "3.2.1",
  418. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
  419. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  420. "dev": true,
  421. "requires": {
  422. "color-convert": "^1.9.0"
  423. }
  424. },
  425. "chalk": {
  426. "version": "2.4.2",
  427. "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  428. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  429. "dev": true,
  430. "requires": {
  431. "ansi-styles": "^3.2.1",
  432. "escape-string-regexp": "^1.0.5",
  433. "supports-color": "^5.3.0"
  434. }
  435. },
  436. "js-tokens": {
  437. "version": "4.0.0",
  438. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  439. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  440. "dev": true
  441. },
  442. "supports-color": {
  443. "version": "5.5.0",
  444. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
  445. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  446. "dev": true,
  447. "requires": {
  448. "has-flag": "^3.0.0"
  449. }
  450. }
  451. }
  452. },
  453. "@babel/parser": {
  454. "version": "7.12.0",
  455. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.0.tgz",
  456. "integrity": "sha512-dYmySMYnlus2jwl7JnnajAj11obRStZoW9cG04wh4ZuhozDn11tDUrhHcUZ9iuNHqALAhh60XqNaYXpvuuE/Gg==",
  457. "dev": true
  458. },
  459. "@babel/plugin-external-helpers": {
  460. "version": "7.10.4",
  461. "resolved": "https://registry.npmjs.org/@babel/plugin-external-helpers/-/plugin-external-helpers-7.10.4.tgz",
  462. "integrity": "sha512-5mASqSthmRNYVXOphYzlqmR3Y8yp5SZMZhtKDh2DGV3R2PWGLEmP7qOahw66//6m4hjhlpV1bVM7xIJHt1F77Q==",
  463. "dev": true,
  464. "requires": {
  465. "@babel/helper-plugin-utils": "^7.10.4"
  466. }
  467. },
  468. "@babel/plugin-proposal-async-generator-functions": {
  469. "version": "7.10.5",
  470. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.5.tgz",
  471. "integrity": "sha512-cNMCVezQbrRGvXJwm9fu/1sJj9bHdGAgKodZdLqOQIpfoH3raqmRPBM17+lh7CzhiKRRBrGtZL9WcjxSoGYUSg==",
  472. "dev": true,
  473. "requires": {
  474. "@babel/helper-plugin-utils": "^7.10.4",
  475. "@babel/helper-remap-async-to-generator": "^7.10.4",
  476. "@babel/plugin-syntax-async-generators": "^7.8.0"
  477. }
  478. },
  479. "@babel/plugin-proposal-class-properties": {
  480. "version": "7.10.4",
  481. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.10.4.tgz",
  482. "integrity": "sha512-vhwkEROxzcHGNu2mzUC0OFFNXdZ4M23ib8aRRcJSsW8BZK9pQMD7QB7csl97NBbgGZO7ZyHUyKDnxzOaP4IrCg==",
  483. "dev": true,
  484. "requires": {
  485. "@babel/helper-create-class-features-plugin": "^7.10.4",
  486. "@babel/helper-plugin-utils": "^7.10.4"
  487. }
  488. },
  489. "@babel/plugin-proposal-dynamic-import": {
  490. "version": "7.10.4",
  491. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.10.4.tgz",
  492. "integrity": "sha512-up6oID1LeidOOASNXgv/CFbgBqTuKJ0cJjz6An5tWD+NVBNlp3VNSBxv2ZdU7SYl3NxJC7agAQDApZusV6uFwQ==",
  493. "dev": true,
  494. "requires": {
  495. "@babel/helper-plugin-utils": "^7.10.4",
  496. "@babel/plugin-syntax-dynamic-import": "^7.8.0"
  497. }
  498. },
  499. "@babel/plugin-proposal-export-namespace-from": {
  500. "version": "7.12.0",
  501. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.12.0.tgz",
  502. "integrity": "sha512-ao43U2ptSe+mIZAQo2nBV5Wx2Ie3i2XbLt8jCXZpv+bvLY1Twv0lak4YZ1Ps5OwbeLMAl3iOVScgGMOImBae1g==",
  503. "dev": true,
  504. "requires": {
  505. "@babel/helper-plugin-utils": "^7.10.4",
  506. "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
  507. }
  508. },
  509. "@babel/plugin-proposal-json-strings": {
  510. "version": "7.10.4",
  511. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.10.4.tgz",
  512. "integrity": "sha512-fCL7QF0Jo83uy1K0P2YXrfX11tj3lkpN7l4dMv9Y9VkowkhkQDwFHFd8IiwyK5MZjE8UpbgokkgtcReH88Abaw==",
  513. "dev": true,
  514. "requires": {
  515. "@babel/helper-plugin-utils": "^7.10.4",
  516. "@babel/plugin-syntax-json-strings": "^7.8.0"
  517. }
  518. },
  519. "@babel/plugin-proposal-logical-assignment-operators": {
  520. "version": "7.12.0",
  521. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.12.0.tgz",
  522. "integrity": "sha512-dssjXHzdMQal4q6GCSwDTVPEbyBLdd9+7aSlzAkQbrGEKq5xG8pvhQ7u2ktUrCLRmzQphZnSzILBL5ta4xSRlA==",
  523. "dev": true,
  524. "requires": {
  525. "@babel/helper-plugin-utils": "^7.10.4",
  526. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
  527. }
  528. },
  529. "@babel/plugin-proposal-nullish-coalescing-operator": {
  530. "version": "7.12.0",
  531. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.12.0.tgz",
  532. "integrity": "sha512-JpNWix2VP2ue31r72fKytTE13nPX1fxl1mudfTaTwcDhl3iExz5NZjQBq012b/BQ6URWoc/onI73pZdYlAfihg==",
  533. "dev": true,
  534. "requires": {
  535. "@babel/helper-plugin-utils": "^7.10.4",
  536. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0"
  537. }
  538. },
  539. "@babel/plugin-proposal-numeric-separator": {
  540. "version": "7.12.0",
  541. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.0.tgz",
  542. "integrity": "sha512-iON65YmIy/IpEgteYJ4HfO2q30SLdIxiyjNNlsSjSl0tUxLhSH9PljE5r6sczwdW64ZZzznYNcezdcROB+rDDw==",
  543. "dev": true,
  544. "requires": {
  545. "@babel/helper-plugin-utils": "^7.10.4",
  546. "@babel/plugin-syntax-numeric-separator": "^7.10.4"
  547. }
  548. },
  549. "@babel/plugin-proposal-object-rest-spread": {
  550. "version": "7.11.0",
  551. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.11.0.tgz",
  552. "integrity": "sha512-wzch41N4yztwoRw0ak+37wxwJM2oiIiy6huGCoqkvSTA9acYWcPfn9Y4aJqmFFJ70KTJUu29f3DQ43uJ9HXzEA==",
  553. "dev": true,
  554. "requires": {
  555. "@babel/helper-plugin-utils": "^7.10.4",
  556. "@babel/plugin-syntax-object-rest-spread": "^7.8.0",
  557. "@babel/plugin-transform-parameters": "^7.10.4"
  558. }
  559. },
  560. "@babel/plugin-proposal-optional-catch-binding": {
  561. "version": "7.10.4",
  562. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.10.4.tgz",
  563. "integrity": "sha512-LflT6nPh+GK2MnFiKDyLiqSqVHkQnVf7hdoAvyTnnKj9xB3docGRsdPuxp6qqqW19ifK3xgc9U5/FwrSaCNX5g==",
  564. "dev": true,
  565. "requires": {
  566. "@babel/helper-plugin-utils": "^7.10.4",
  567. "@babel/plugin-syntax-optional-catch-binding": "^7.8.0"
  568. }
  569. },
  570. "@babel/plugin-proposal-optional-chaining": {
  571. "version": "7.12.0",
  572. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.0.tgz",
  573. "integrity": "sha512-CXu9aw32FH/MksqdKvhpiH8pSvxnXJ33E7I7BGNE9VzNRpWgpNzvPpds/tW9E0pjmX9+D1zAHRyHbtyeTboo2g==",
  574. "dev": true,
  575. "requires": {
  576. "@babel/helper-plugin-utils": "^7.10.4",
  577. "@babel/helper-skip-transparent-expression-wrappers": "^7.11.0",
  578. "@babel/plugin-syntax-optional-chaining": "^7.8.0"
  579. }
  580. },
  581. "@babel/plugin-proposal-private-methods": {
  582. "version": "7.10.4",
  583. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.10.4.tgz",
  584. "integrity": "sha512-wh5GJleuI8k3emgTg5KkJK6kHNsGEr0uBTDBuQUBJwckk9xs1ez79ioheEVVxMLyPscB0LfkbVHslQqIzWV6Bw==",
  585. "dev": true,
  586. "requires": {
  587. "@babel/helper-create-class-features-plugin": "^7.10.4",
  588. "@babel/helper-plugin-utils": "^7.10.4"
  589. }
  590. },
  591. "@babel/plugin-proposal-unicode-property-regex": {
  592. "version": "7.10.4",
  593. "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.10.4.tgz",
  594. "integrity": "sha512-H+3fOgPnEXFL9zGYtKQe4IDOPKYlZdF1kqFDQRRb8PK4B8af1vAGK04tF5iQAAsui+mHNBQSAtd2/ndEDe9wuA==",
  595. "dev": true,
  596. "requires": {
  597. "@babel/helper-create-regexp-features-plugin": "^7.10.4",
  598. "@babel/helper-plugin-utils": "^7.10.4"
  599. }
  600. },
  601. "@babel/plugin-syntax-async-generators": {
  602. "version": "7.8.4",
  603. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
  604. "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
  605. "dev": true,
  606. "requires": {
  607. "@babel/helper-plugin-utils": "^7.8.0"
  608. }
  609. },
  610. "@babel/plugin-syntax-class-properties": {
  611. "version": "7.10.4",
  612. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.10.4.tgz",
  613. "integrity": "sha512-GCSBF7iUle6rNugfURwNmCGG3Z/2+opxAMLs1nND4bhEG5PuxTIggDBoeYYSujAlLtsupzOHYJQgPS3pivwXIA==",
  614. "dev": true,
  615. "requires": {
  616. "@babel/helper-plugin-utils": "^7.10.4"
  617. }
  618. },
  619. "@babel/plugin-syntax-dynamic-import": {
  620. "version": "7.8.3",
  621. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
  622. "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
  623. "dev": true,
  624. "requires": {
  625. "@babel/helper-plugin-utils": "^7.8.0"
  626. }
  627. },
  628. "@babel/plugin-syntax-export-namespace-from": {
  629. "version": "7.8.3",
  630. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
  631. "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
  632. "dev": true,
  633. "requires": {
  634. "@babel/helper-plugin-utils": "^7.8.3"
  635. }
  636. },
  637. "@babel/plugin-syntax-json-strings": {
  638. "version": "7.8.3",
  639. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
  640. "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
  641. "dev": true,
  642. "requires": {
  643. "@babel/helper-plugin-utils": "^7.8.0"
  644. }
  645. },
  646. "@babel/plugin-syntax-logical-assignment-operators": {
  647. "version": "7.10.4",
  648. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
  649. "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
  650. "dev": true,
  651. "requires": {
  652. "@babel/helper-plugin-utils": "^7.10.4"
  653. }
  654. },
  655. "@babel/plugin-syntax-nullish-coalescing-operator": {
  656. "version": "7.8.3",
  657. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
  658. "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
  659. "dev": true,
  660. "requires": {
  661. "@babel/helper-plugin-utils": "^7.8.0"
  662. }
  663. },
  664. "@babel/plugin-syntax-numeric-separator": {
  665. "version": "7.10.4",
  666. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
  667. "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
  668. "dev": true,
  669. "requires": {
  670. "@babel/helper-plugin-utils": "^7.10.4"
  671. }
  672. },
  673. "@babel/plugin-syntax-object-rest-spread": {
  674. "version": "7.8.3",
  675. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
  676. "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
  677. "dev": true,
  678. "requires": {
  679. "@babel/helper-plugin-utils": "^7.8.0"
  680. }
  681. },
  682. "@babel/plugin-syntax-optional-catch-binding": {
  683. "version": "7.8.3",
  684. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
  685. "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
  686. "dev": true,
  687. "requires": {
  688. "@babel/helper-plugin-utils": "^7.8.0"
  689. }
  690. },
  691. "@babel/plugin-syntax-optional-chaining": {
  692. "version": "7.8.3",
  693. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
  694. "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
  695. "dev": true,
  696. "requires": {
  697. "@babel/helper-plugin-utils": "^7.8.0"
  698. }
  699. },
  700. "@babel/plugin-syntax-top-level-await": {
  701. "version": "7.10.4",
  702. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.10.4.tgz",
  703. "integrity": "sha512-ni1brg4lXEmWyafKr0ccFWkJG0CeMt4WV1oyeBW6EFObF4oOHclbkj5cARxAPQyAQ2UTuplJyK4nfkXIMMFvsQ==",
  704. "dev": true,
  705. "requires": {
  706. "@babel/helper-plugin-utils": "^7.10.4"
  707. }
  708. },
  709. "@babel/plugin-syntax-typescript": {
  710. "version": "7.10.4",
  711. "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.10.4.tgz",
  712. "integrity": "sha512-oSAEz1YkBCAKr5Yiq8/BNtvSAPwkp/IyUnwZogd8p+F0RuYQQrLeRUzIQhueQTTBy/F+a40uS7OFKxnkRvmvFQ==",
  713. "dev": true,
  714. "requires": {
  715. "@babel/helper-plugin-utils": "^7.10.4"
  716. }
  717. },
  718. "@babel/plugin-transform-arrow-functions": {
  719. "version": "7.10.4",
  720. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.10.4.tgz",
  721. "integrity": "sha512-9J/oD1jV0ZCBcgnoFWFq1vJd4msoKb/TCpGNFyyLt0zABdcvgK3aYikZ8HjzB14c26bc7E3Q1yugpwGy2aTPNA==",
  722. "dev": true,
  723. "requires": {
  724. "@babel/helper-plugin-utils": "^7.10.4"
  725. }
  726. },
  727. "@babel/plugin-transform-async-to-generator": {
  728. "version": "7.10.4",
  729. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.10.4.tgz",
  730. "integrity": "sha512-F6nREOan7J5UXTLsDsZG3DXmZSVofr2tGNwfdrVwkDWHfQckbQXnXSPfD7iO+c/2HGqycwyLST3DnZ16n+cBJQ==",
  731. "dev": true,
  732. "requires": {
  733. "@babel/helper-module-imports": "^7.10.4",
  734. "@babel/helper-plugin-utils": "^7.10.4",
  735. "@babel/helper-remap-async-to-generator": "^7.10.4"
  736. }
  737. },
  738. "@babel/plugin-transform-block-scoped-functions": {
  739. "version": "7.10.4",
  740. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.10.4.tgz",
  741. "integrity": "sha512-WzXDarQXYYfjaV1szJvN3AD7rZgZzC1JtjJZ8dMHUyiK8mxPRahynp14zzNjU3VkPqPsO38CzxiWO1c9ARZ8JA==",
  742. "dev": true,
  743. "requires": {
  744. "@babel/helper-plugin-utils": "^7.10.4"
  745. }
  746. },
  747. "@babel/plugin-transform-block-scoping": {
  748. "version": "7.11.1",
  749. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.11.1.tgz",
  750. "integrity": "sha512-00dYeDE0EVEHuuM+26+0w/SCL0BH2Qy7LwHuI4Hi4MH5gkC8/AqMN5uWFJIsoXZrAphiMm1iXzBw6L2T+eA0ew==",
  751. "dev": true,
  752. "requires": {
  753. "@babel/helper-plugin-utils": "^7.10.4"
  754. }
  755. },
  756. "@babel/plugin-transform-classes": {
  757. "version": "7.10.4",
  758. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.10.4.tgz",
  759. "integrity": "sha512-2oZ9qLjt161dn1ZE0Ms66xBncQH4In8Sqw1YWgBUZuGVJJS5c0OFZXL6dP2MRHrkU/eKhWg8CzFJhRQl50rQxA==",
  760. "dev": true,
  761. "requires": {
  762. "@babel/helper-annotate-as-pure": "^7.10.4",
  763. "@babel/helper-define-map": "^7.10.4",
  764. "@babel/helper-function-name": "^7.10.4",
  765. "@babel/helper-optimise-call-expression": "^7.10.4",
  766. "@babel/helper-plugin-utils": "^7.10.4",
  767. "@babel/helper-replace-supers": "^7.10.4",
  768. "@babel/helper-split-export-declaration": "^7.10.4",
  769. "globals": "^11.1.0"
  770. },
  771. "dependencies": {
  772. "globals": {
  773. "version": "11.12.0",
  774. "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
  775. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  776. "dev": true
  777. }
  778. }
  779. },
  780. "@babel/plugin-transform-computed-properties": {
  781. "version": "7.10.4",
  782. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.10.4.tgz",
  783. "integrity": "sha512-JFwVDXcP/hM/TbyzGq3l/XWGut7p46Z3QvqFMXTfk6/09m7xZHJUN9xHfsv7vqqD4YnfI5ueYdSJtXqqBLyjBw==",
  784. "dev": true,
  785. "requires": {
  786. "@babel/helper-plugin-utils": "^7.10.4"
  787. }
  788. },
  789. "@babel/plugin-transform-destructuring": {
  790. "version": "7.10.4",
  791. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.10.4.tgz",
  792. "integrity": "sha512-+WmfvyfsyF603iPa6825mq6Qrb7uLjTOsa3XOFzlYcYDHSS4QmpOWOL0NNBY5qMbvrcf3tq0Cw+v4lxswOBpgA==",
  793. "dev": true,
  794. "requires": {
  795. "@babel/helper-plugin-utils": "^7.10.4"
  796. }
  797. },
  798. "@babel/plugin-transform-dotall-regex": {
  799. "version": "7.10.4",
  800. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.10.4.tgz",
  801. "integrity": "sha512-ZEAVvUTCMlMFAbASYSVQoxIbHm2OkG2MseW6bV2JjIygOjdVv8tuxrCTzj1+Rynh7ODb8GivUy7dzEXzEhuPaA==",
  802. "dev": true,
  803. "requires": {
  804. "@babel/helper-create-regexp-features-plugin": "^7.10.4",
  805. "@babel/helper-plugin-utils": "^7.10.4"
  806. }
  807. },
  808. "@babel/plugin-transform-duplicate-keys": {
  809. "version": "7.10.4",
  810. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.10.4.tgz",
  811. "integrity": "sha512-GL0/fJnmgMclHiBTTWXNlYjYsA7rDrtsazHG6mglaGSTh0KsrW04qml+Bbz9FL0LcJIRwBWL5ZqlNHKTkU3xAA==",
  812. "dev": true,
  813. "requires": {
  814. "@babel/helper-plugin-utils": "^7.10.4"
  815. }
  816. },
  817. "@babel/plugin-transform-exponentiation-operator": {
  818. "version": "7.10.4",
  819. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.10.4.tgz",
  820. "integrity": "sha512-S5HgLVgkBcRdyQAHbKj+7KyuWx8C6t5oETmUuwz1pt3WTWJhsUV0WIIXuVvfXMxl/QQyHKlSCNNtaIamG8fysw==",
  821. "dev": true,
  822. "requires": {
  823. "@babel/helper-builder-binary-assignment-operator-visitor": "^7.10.4",
  824. "@babel/helper-plugin-utils": "^7.10.4"
  825. }
  826. },
  827. "@babel/plugin-transform-for-of": {
  828. "version": "7.10.4",
  829. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.10.4.tgz",
  830. "integrity": "sha512-ItdQfAzu9AlEqmusA/65TqJ79eRcgGmpPPFvBnGILXZH975G0LNjP1yjHvGgfuCxqrPPueXOPe+FsvxmxKiHHQ==",
  831. "dev": true,
  832. "requires": {
  833. "@babel/helper-plugin-utils": "^7.10.4"
  834. }
  835. },
  836. "@babel/plugin-transform-function-name": {
  837. "version": "7.10.4",
  838. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.10.4.tgz",
  839. "integrity": "sha512-OcDCq2y5+E0dVD5MagT5X+yTRbcvFjDI2ZVAottGH6tzqjx/LKpgkUepu3hp/u4tZBzxxpNGwLsAvGBvQ2mJzg==",
  840. "dev": true,
  841. "requires": {
  842. "@babel/helper-function-name": "^7.10.4",
  843. "@babel/helper-plugin-utils": "^7.10.4"
  844. }
  845. },
  846. "@babel/plugin-transform-literals": {
  847. "version": "7.10.4",
  848. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.10.4.tgz",
  849. "integrity": "sha512-Xd/dFSTEVuUWnyZiMu76/InZxLTYilOSr1UlHV+p115Z/Le2Fi1KXkJUYz0b42DfndostYlPub3m8ZTQlMaiqQ==",
  850. "dev": true,
  851. "requires": {
  852. "@babel/helper-plugin-utils": "^7.10.4"
  853. }
  854. },
  855. "@babel/plugin-transform-member-expression-literals": {
  856. "version": "7.10.4",
  857. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.10.4.tgz",
  858. "integrity": "sha512-0bFOvPyAoTBhtcJLr9VcwZqKmSjFml1iVxvPL0ReomGU53CX53HsM4h2SzckNdkQcHox1bpAqzxBI1Y09LlBSw==",
  859. "dev": true,
  860. "requires": {
  861. "@babel/helper-plugin-utils": "^7.10.4"
  862. }
  863. },
  864. "@babel/plugin-transform-modules-amd": {
  865. "version": "7.10.5",
  866. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.10.5.tgz",
  867. "integrity": "sha512-elm5uruNio7CTLFItVC/rIzKLfQ17+fX7EVz5W0TMgIHFo1zY0Ozzx+lgwhL4plzl8OzVn6Qasx5DeEFyoNiRw==",
  868. "dev": true,
  869. "requires": {
  870. "@babel/helper-module-transforms": "^7.10.5",
  871. "@babel/helper-plugin-utils": "^7.10.4",
  872. "babel-plugin-dynamic-import-node": "^2.3.3"
  873. }
  874. },
  875. "@babel/plugin-transform-modules-commonjs": {
  876. "version": "7.10.4",
  877. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.10.4.tgz",
  878. "integrity": "sha512-Xj7Uq5o80HDLlW64rVfDBhao6OX89HKUmb+9vWYaLXBZOma4gA6tw4Ni1O5qVDoZWUV0fxMYA0aYzOawz0l+1w==",
  879. "dev": true,
  880. "requires": {
  881. "@babel/helper-module-transforms": "^7.10.4",
  882. "@babel/helper-plugin-utils": "^7.10.4",
  883. "@babel/helper-simple-access": "^7.10.4",
  884. "babel-plugin-dynamic-import-node": "^2.3.3"
  885. }
  886. },
  887. "@babel/plugin-transform-modules-systemjs": {
  888. "version": "7.12.0",
  889. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.12.0.tgz",
  890. "integrity": "sha512-h2fDMnwRwBiNMmTGAWqUo404Z3oLbrPE6hyATecyIbsEsrbM5gjLbfKQLb6hjiouMlGHH+yliYBbc4NPgWKE/g==",
  891. "dev": true,
  892. "requires": {
  893. "@babel/helper-hoist-variables": "^7.10.4",
  894. "@babel/helper-module-transforms": "^7.12.0",
  895. "@babel/helper-plugin-utils": "^7.10.4",
  896. "@babel/helper-validator-identifier": "^7.10.4",
  897. "babel-plugin-dynamic-import-node": "^2.3.3"
  898. }
  899. },
  900. "@babel/plugin-transform-modules-umd": {
  901. "version": "7.10.4",
  902. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.10.4.tgz",
  903. "integrity": "sha512-mohW5q3uAEt8T45YT7Qc5ws6mWgJAaL/8BfWD9Dodo1A3RKWli8wTS+WiQ/knF+tXlPirW/1/MqzzGfCExKECA==",
  904. "dev": true,
  905. "requires": {
  906. "@babel/helper-module-transforms": "^7.10.4",
  907. "@babel/helper-plugin-utils": "^7.10.4"
  908. }
  909. },
  910. "@babel/plugin-transform-named-capturing-groups-regex": {
  911. "version": "7.10.4",
  912. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.10.4.tgz",
  913. "integrity": "sha512-V6LuOnD31kTkxQPhKiVYzYC/Jgdq53irJC/xBSmqcNcqFGV+PER4l6rU5SH2Vl7bH9mLDHcc0+l9HUOe4RNGKA==",
  914. "dev": true,
  915. "requires": {
  916. "@babel/helper-create-regexp-features-plugin": "^7.10.4"
  917. }
  918. },
  919. "@babel/plugin-transform-new-target": {
  920. "version": "7.10.4",
  921. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.10.4.tgz",
  922. "integrity": "sha512-YXwWUDAH/J6dlfwqlWsztI2Puz1NtUAubXhOPLQ5gjR/qmQ5U96DY4FQO8At33JN4XPBhrjB8I4eMmLROjjLjw==",
  923. "dev": true,
  924. "requires": {
  925. "@babel/helper-plugin-utils": "^7.10.4"
  926. }
  927. },
  928. "@babel/plugin-transform-object-super": {
  929. "version": "7.10.4",
  930. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.10.4.tgz",
  931. "integrity": "sha512-5iTw0JkdRdJvr7sY0vHqTpnruUpTea32JHmq/atIWqsnNussbRzjEDyWep8UNztt1B5IusBYg8Irb0bLbiEBCQ==",
  932. "dev": true,
  933. "requires": {
  934. "@babel/helper-plugin-utils": "^7.10.4",
  935. "@babel/helper-replace-supers": "^7.10.4"
  936. }
  937. },
  938. "@babel/plugin-transform-parameters": {
  939. "version": "7.10.5",
  940. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.10.5.tgz",
  941. "integrity": "sha512-xPHwUj5RdFV8l1wuYiu5S9fqWGM2DrYc24TMvUiRrPVm+SM3XeqU9BcokQX/kEUe+p2RBwy+yoiR1w/Blq6ubw==",
  942. "dev": true,
  943. "requires": {
  944. "@babel/helper-get-function-arity": "^7.10.4",
  945. "@babel/helper-plugin-utils": "^7.10.4"
  946. }
  947. },
  948. "@babel/plugin-transform-property-literals": {
  949. "version": "7.10.4",
  950. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.10.4.tgz",
  951. "integrity": "sha512-ofsAcKiUxQ8TY4sScgsGeR2vJIsfrzqvFb9GvJ5UdXDzl+MyYCaBj/FGzXuv7qE0aJcjWMILny1epqelnFlz8g==",
  952. "dev": true,
  953. "requires": {
  954. "@babel/helper-plugin-utils": "^7.10.4"
  955. }
  956. },
  957. "@babel/plugin-transform-regenerator": {
  958. "version": "7.10.4",
  959. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.10.4.tgz",
  960. "integrity": "sha512-3thAHwtor39A7C04XucbMg17RcZ3Qppfxr22wYzZNcVIkPHfpM9J0SO8zuCV6SZa265kxBJSrfKTvDCYqBFXGw==",
  961. "dev": true,
  962. "requires": {
  963. "regenerator-transform": "^0.14.2"
  964. },
  965. "dependencies": {
  966. "regenerator-transform": {
  967. "version": "0.14.5",
  968. "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.14.5.tgz",
  969. "integrity": "sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==",
  970. "dev": true,
  971. "requires": {
  972. "@babel/runtime": "^7.8.4"
  973. }
  974. }
  975. }
  976. },
  977. "@babel/plugin-transform-reserved-words": {
  978. "version": "7.10.4",
  979. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.10.4.tgz",
  980. "integrity": "sha512-hGsw1O6Rew1fkFbDImZIEqA8GoidwTAilwCyWqLBM9f+e/u/sQMQu7uX6dyokfOayRuuVfKOW4O7HvaBWM+JlQ==",
  981. "dev": true,
  982. "requires": {
  983. "@babel/helper-plugin-utils": "^7.10.4"
  984. }
  985. },
  986. "@babel/plugin-transform-runtime": {
  987. "version": "7.12.0",
  988. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.12.0.tgz",
  989. "integrity": "sha512-BC8wiTo+0kEG8M6wuEBeuG7AIazTan02/Bh4dgi+wdDBE+p2iv5AXO8OUjrwD100223S/2WbALSqj7c290XTKg==",
  990. "dev": true,
  991. "requires": {
  992. "@babel/helper-module-imports": "^7.10.4",
  993. "@babel/helper-plugin-utils": "^7.10.4",
  994. "resolve": "^1.8.1",
  995. "semver": "^5.5.1"
  996. }
  997. },
  998. "@babel/plugin-transform-shorthand-properties": {
  999. "version": "7.10.4",
  1000. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.10.4.tgz",
  1001. "integrity": "sha512-AC2K/t7o07KeTIxMoHneyX90v3zkm5cjHJEokrPEAGEy3UCp8sLKfnfOIGdZ194fyN4wfX/zZUWT9trJZ0qc+Q==",
  1002. "dev": true,
  1003. "requires": {
  1004. "@babel/helper-plugin-utils": "^7.10.4"
  1005. }
  1006. },
  1007. "@babel/plugin-transform-spread": {
  1008. "version": "7.11.0",
  1009. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.11.0.tgz",
  1010. "integrity": "sha512-UwQYGOqIdQJe4aWNyS7noqAnN2VbaczPLiEtln+zPowRNlD+79w3oi2TWfYe0eZgd+gjZCbsydN7lzWysDt+gw==",
  1011. "dev": true,
  1012. "requires": {
  1013. "@babel/helper-plugin-utils": "^7.10.4",
  1014. "@babel/helper-skip-transparent-expression-wrappers": "^7.11.0"
  1015. }
  1016. },
  1017. "@babel/plugin-transform-sticky-regex": {
  1018. "version": "7.10.4",
  1019. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.10.4.tgz",
  1020. "integrity": "sha512-Ddy3QZfIbEV0VYcVtFDCjeE4xwVTJWTmUtorAJkn6u/92Z/nWJNV+mILyqHKrUxXYKA2EoCilgoPePymKL4DvQ==",
  1021. "dev": true,
  1022. "requires": {
  1023. "@babel/helper-plugin-utils": "^7.10.4",
  1024. "@babel/helper-regex": "^7.10.4"
  1025. }
  1026. },
  1027. "@babel/plugin-transform-template-literals": {
  1028. "version": "7.10.5",
  1029. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.10.5.tgz",
  1030. "integrity": "sha512-V/lnPGIb+KT12OQikDvgSuesRX14ck5FfJXt6+tXhdkJ+Vsd0lDCVtF6jcB4rNClYFzaB2jusZ+lNISDk2mMMw==",
  1031. "dev": true,
  1032. "requires": {
  1033. "@babel/helper-annotate-as-pure": "^7.10.4",
  1034. "@babel/helper-plugin-utils": "^7.10.4"
  1035. }
  1036. },
  1037. "@babel/plugin-transform-typeof-symbol": {
  1038. "version": "7.10.4",
  1039. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.10.4.tgz",
  1040. "integrity": "sha512-QqNgYwuuW0y0H+kUE/GWSR45t/ccRhe14Fs/4ZRouNNQsyd4o3PG4OtHiIrepbM2WKUBDAXKCAK/Lk4VhzTaGA==",
  1041. "dev": true,
  1042. "requires": {
  1043. "@babel/helper-plugin-utils": "^7.10.4"
  1044. }
  1045. },
  1046. "@babel/plugin-transform-typescript": {
  1047. "version": "7.12.0",
  1048. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.12.0.tgz",
  1049. "integrity": "sha512-gahRNAWgE76hjI3TZPVEfV7vGjOCJi5ACd4eSoAItk/ErC114i2UHnk+1ScS2dOour0p6J6kB99hNFX2vzL2Ww==",
  1050. "dev": true,
  1051. "requires": {
  1052. "@babel/helper-create-class-features-plugin": "^7.12.0",
  1053. "@babel/helper-plugin-utils": "^7.10.4",
  1054. "@babel/plugin-syntax-typescript": "^7.10.4"
  1055. }
  1056. },
  1057. "@babel/plugin-transform-unicode-escapes": {
  1058. "version": "7.10.4",
  1059. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.10.4.tgz",
  1060. "integrity": "sha512-y5XJ9waMti2J+e7ij20e+aH+fho7Wb7W8rNuu72aKRwCHFqQdhkdU2lo3uZ9tQuboEJcUFayXdARhcxLQ3+6Fg==",
  1061. "dev": true,
  1062. "requires": {
  1063. "@babel/helper-plugin-utils": "^7.10.4"
  1064. }
  1065. },
  1066. "@babel/plugin-transform-unicode-regex": {
  1067. "version": "7.10.4",
  1068. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.10.4.tgz",
  1069. "integrity": "sha512-wNfsc4s8N2qnIwpO/WP2ZiSyjfpTamT2C9V9FDH/Ljub9zw6P3SjkXcFmc0RQUt96k2fmIvtla2MMjgTwIAC+A==",
  1070. "dev": true,
  1071. "requires": {
  1072. "@babel/helper-create-regexp-features-plugin": "^7.10.4",
  1073. "@babel/helper-plugin-utils": "^7.10.4"
  1074. }
  1075. },
  1076. "@babel/preset-env": {
  1077. "version": "7.12.0",
  1078. "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.12.0.tgz",
  1079. "integrity": "sha512-jSIHvHSuF+hBUIrvA2/61yIzhH+ceLOXGLTH1nwPvQlso/lNxXsoE/nvrCzY5M77KRzhKegB1CvdhWPZmYDZ5A==",
  1080. "dev": true,
  1081. "requires": {
  1082. "@babel/compat-data": "^7.12.0",
  1083. "@babel/helper-compilation-targets": "^7.12.0",
  1084. "@babel/helper-module-imports": "^7.10.4",
  1085. "@babel/helper-plugin-utils": "^7.10.4",
  1086. "@babel/helper-validator-option": "^7.12.0",
  1087. "@babel/plugin-proposal-async-generator-functions": "^7.10.4",
  1088. "@babel/plugin-proposal-class-properties": "^7.10.4",
  1089. "@babel/plugin-proposal-dynamic-import": "^7.10.4",
  1090. "@babel/plugin-proposal-export-namespace-from": "^7.12.0",
  1091. "@babel/plugin-proposal-json-strings": "^7.10.4",
  1092. "@babel/plugin-proposal-logical-assignment-operators": "^7.12.0",
  1093. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.0",
  1094. "@babel/plugin-proposal-numeric-separator": "^7.12.0",
  1095. "@babel/plugin-proposal-object-rest-spread": "^7.11.0",
  1096. "@babel/plugin-proposal-optional-catch-binding": "^7.10.4",
  1097. "@babel/plugin-proposal-optional-chaining": "^7.12.0",
  1098. "@babel/plugin-proposal-private-methods": "^7.10.4",
  1099. "@babel/plugin-proposal-unicode-property-regex": "^7.10.4",
  1100. "@babel/plugin-syntax-async-generators": "^7.8.0",
  1101. "@babel/plugin-syntax-class-properties": "^7.10.4",
  1102. "@babel/plugin-syntax-dynamic-import": "^7.8.0",
  1103. "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
  1104. "@babel/plugin-syntax-json-strings": "^7.8.0",
  1105. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
  1106. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0",
  1107. "@babel/plugin-syntax-numeric-separator": "^7.10.4",
  1108. "@babel/plugin-syntax-object-rest-spread": "^7.8.0",
  1109. "@babel/plugin-syntax-optional-catch-binding": "^7.8.0",
  1110. "@babel/plugin-syntax-optional-chaining": "^7.8.0",
  1111. "@babel/plugin-syntax-top-level-await": "^7.10.4",
  1112. "@babel/plugin-transform-arrow-functions": "^7.10.4",
  1113. "@babel/plugin-transform-async-to-generator": "^7.10.4",
  1114. "@babel/plugin-transform-block-scoped-functions": "^7.10.4",
  1115. "@babel/plugin-transform-block-scoping": "^7.10.4",
  1116. "@babel/plugin-transform-classes": "^7.10.4",
  1117. "@babel/plugin-transform-computed-properties": "^7.10.4",
  1118. "@babel/plugin-transform-destructuring": "^7.10.4",
  1119. "@babel/plugin-transform-dotall-regex": "^7.10.4",
  1120. "@babel/plugin-transform-duplicate-keys": "^7.10.4",
  1121. "@babel/plugin-transform-exponentiation-operator": "^7.10.4",
  1122. "@babel/plugin-transform-for-of": "^7.10.4",
  1123. "@babel/plugin-transform-function-name": "^7.10.4",
  1124. "@babel/plugin-transform-literals": "^7.10.4",
  1125. "@babel/plugin-transform-member-expression-literals": "^7.10.4",
  1126. "@babel/plugin-transform-modules-amd": "^7.10.4",
  1127. "@babel/plugin-transform-modules-commonjs": "^7.10.4",
  1128. "@babel/plugin-transform-modules-systemjs": "^7.12.0",
  1129. "@babel/plugin-transform-modules-umd": "^7.10.4",
  1130. "@babel/plugin-transform-named-capturing-groups-regex": "^7.10.4",
  1131. "@babel/plugin-transform-new-target": "^7.10.4",
  1132. "@babel/plugin-transform-object-super": "^7.10.4",
  1133. "@babel/plugin-transform-parameters": "^7.10.4",
  1134. "@babel/plugin-transform-property-literals": "^7.10.4",
  1135. "@babel/plugin-transform-regenerator": "^7.10.4",
  1136. "@babel/plugin-transform-reserved-words": "^7.10.4",
  1137. "@babel/plugin-transform-shorthand-properties": "^7.10.4",
  1138. "@babel/plugin-transform-spread": "^7.11.0",
  1139. "@babel/plugin-transform-sticky-regex": "^7.10.4",
  1140. "@babel/plugin-transform-template-literals": "^7.10.4",
  1141. "@babel/plugin-transform-typeof-symbol": "^7.10.4",
  1142. "@babel/plugin-transform-unicode-escapes": "^7.10.4",
  1143. "@babel/plugin-transform-unicode-regex": "^7.10.4",
  1144. "@babel/preset-modules": "^0.1.3",
  1145. "@babel/types": "^7.12.0",
  1146. "browserslist": "^4.12.0",
  1147. "core-js-compat": "^3.6.2",
  1148. "semver": "^5.5.0"
  1149. },
  1150. "dependencies": {
  1151. "browserslist": {
  1152. "version": "4.14.5",
  1153. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.14.5.tgz",
  1154. "integrity": "sha512-Z+vsCZIvCBvqLoYkBFTwEYH3v5MCQbsAjp50ERycpOjnPmolg1Gjy4+KaWWpm8QOJt9GHkhdqAl14NpCX73CWA==",
  1155. "dev": true,
  1156. "requires": {
  1157. "caniuse-lite": "^1.0.30001135",
  1158. "electron-to-chromium": "^1.3.571",
  1159. "escalade": "^3.1.0",
  1160. "node-releases": "^1.1.61"
  1161. }
  1162. },
  1163. "caniuse-lite": {
  1164. "version": "1.0.30001148",
  1165. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001148.tgz",
  1166. "integrity": "sha512-E66qcd0KMKZHNJQt9hiLZGE3J4zuTqE1OnU53miEVtylFbwOEmeA5OsRu90noZful+XGSQOni1aT2tiqu/9yYw==",
  1167. "dev": true
  1168. },
  1169. "electron-to-chromium": {
  1170. "version": "1.3.580",
  1171. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.580.tgz",
  1172. "integrity": "sha512-5flHTbRpptO6h3lQUG4zdSAxryAS3PrZOkLpLS0DL5/y2LBf+l9HJ8X6UBorNs1QRBrMR7u/QvkdK+GlekW1kQ==",
  1173. "dev": true
  1174. }
  1175. }
  1176. },
  1177. "@babel/preset-modules": {
  1178. "version": "0.1.4",
  1179. "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.4.tgz",
  1180. "integrity": "sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg==",
  1181. "dev": true,
  1182. "requires": {
  1183. "@babel/helper-plugin-utils": "^7.0.0",
  1184. "@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
  1185. "@babel/plugin-transform-dotall-regex": "^7.4.4",
  1186. "@babel/types": "^7.4.4",
  1187. "esutils": "^2.0.2"
  1188. }
  1189. },
  1190. "@babel/preset-typescript": {
  1191. "version": "7.12.0",
  1192. "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.12.0.tgz",
  1193. "integrity": "sha512-2XVy4sy/zkP4gqmXW0TzSh/QwOniN2Cy3srhsD0TRBlMTOmjaYnWCWA6aWopwpcwfYkEKD6jKLLjYMq15zDNWg==",
  1194. "dev": true,
  1195. "requires": {
  1196. "@babel/helper-plugin-utils": "^7.10.4",
  1197. "@babel/plugin-transform-typescript": "^7.12.0"
  1198. }
  1199. },
  1200. "@babel/runtime": {
  1201. "version": "7.12.0",
  1202. "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.0.tgz",
  1203. "integrity": "sha512-lS4QLXQ2Vbw2ubfQjeQcn+BZgZ5+ROHW9f+DWjEp5Y+NHYmkRGKqHSJ1tuhbUauKu2nhZNTBIvsIQ8dXfY5Gjw==",
  1204. "dev": true,
  1205. "requires": {
  1206. "regenerator-runtime": "^0.13.4"
  1207. },
  1208. "dependencies": {
  1209. "regenerator-runtime": {
  1210. "version": "0.13.7",
  1211. "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz",
  1212. "integrity": "sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==",
  1213. "dev": true
  1214. }
  1215. }
  1216. },
  1217. "@babel/template": {
  1218. "version": "7.10.4",
  1219. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.4.tgz",
  1220. "integrity": "sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==",
  1221. "dev": true,
  1222. "requires": {
  1223. "@babel/code-frame": "^7.10.4",
  1224. "@babel/parser": "^7.10.4",
  1225. "@babel/types": "^7.10.4"
  1226. }
  1227. },
  1228. "@babel/traverse": {
  1229. "version": "7.12.0",
  1230. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.0.tgz",
  1231. "integrity": "sha512-ZU9e79xpOukCNPkQ1UzR4gJKCruGckr6edd8v8lmKpSk8iakgUIvb+5ZtaKKV9f7O+x5r+xbMDDIbzVpUoiIuw==",
  1232. "dev": true,
  1233. "requires": {
  1234. "@babel/code-frame": "^7.10.4",
  1235. "@babel/generator": "^7.12.0",
  1236. "@babel/helper-function-name": "^7.10.4",
  1237. "@babel/helper-split-export-declaration": "^7.11.0",
  1238. "@babel/parser": "^7.12.0",
  1239. "@babel/types": "^7.12.0",
  1240. "debug": "^4.1.0",
  1241. "globals": "^11.1.0",
  1242. "lodash": "^4.17.19"
  1243. },
  1244. "dependencies": {
  1245. "debug": {
  1246. "version": "4.2.0",
  1247. "resolved": "https://registry.npmjs.org/debug/-/debug-4.2.0.tgz",
  1248. "integrity": "sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==",
  1249. "dev": true,
  1250. "requires": {
  1251. "ms": "2.1.2"
  1252. }
  1253. },
  1254. "globals": {
  1255. "version": "11.12.0",
  1256. "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
  1257. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  1258. "dev": true
  1259. },
  1260. "ms": {
  1261. "version": "2.1.2",
  1262. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
  1263. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
  1264. "dev": true
  1265. }
  1266. }
  1267. },
  1268. "@babel/types": {
  1269. "version": "7.12.0",
  1270. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.0.tgz",
  1271. "integrity": "sha512-ggIyFmT2zMaYRheOfPDQ4gz7QqV3B+t2rjqjbttDJxMcb7/LukvWCmlIl1sWcOxrvwpTDd+z0OytzqsbGeb3/g==",
  1272. "dev": true,
  1273. "requires": {
  1274. "@babel/helper-validator-identifier": "^7.10.4",
  1275. "lodash": "^4.17.19",
  1276. "to-fast-properties": "^2.0.0"
  1277. },
  1278. "dependencies": {
  1279. "to-fast-properties": {
  1280. "version": "2.0.0",
  1281. "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
  1282. "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=",
  1283. "dev": true
  1284. }
  1285. }
  1286. },
  1287. "@eslint/eslintrc": {
  1288. "version": "1.3.0",
  1289. "resolved": "https://mirrors.tencent.com/npm/@eslint%2feslintrc/-/eslintrc-1.3.0.tgz",
  1290. "integrity": "sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==",
  1291. "dev": true,
  1292. "requires": {
  1293. "ajv": "^6.12.4",
  1294. "debug": "^4.3.2",
  1295. "espree": "^9.3.2",
  1296. "globals": "^13.15.0",
  1297. "ignore": "^5.2.0",
  1298. "import-fresh": "^3.2.1",
  1299. "js-yaml": "^4.1.0",
  1300. "minimatch": "^3.1.2",
  1301. "strip-json-comments": "^3.1.1"
  1302. },
  1303. "dependencies": {
  1304. "debug": {
  1305. "version": "4.3.4",
  1306. "resolved": "https://mirrors.tencent.com/npm/debug/-/debug-4.3.4.tgz",
  1307. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  1308. "dev": true,
  1309. "requires": {
  1310. "ms": "2.1.2"
  1311. }
  1312. },
  1313. "globals": {
  1314. "version": "13.17.0",
  1315. "resolved": "https://mirrors.tencent.com/npm/globals/-/globals-13.17.0.tgz",
  1316. "integrity": "sha512-1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw==",
  1317. "dev": true,
  1318. "requires": {
  1319. "type-fest": "^0.20.2"
  1320. }
  1321. },
  1322. "ms": {
  1323. "version": "2.1.2",
  1324. "resolved": "https://mirrors.tencent.com/npm/ms/-/ms-2.1.2.tgz",
  1325. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
  1326. "dev": true
  1327. }
  1328. }
  1329. },
  1330. "@humanwhocodes/config-array": {
  1331. "version": "0.6.0",
  1332. "resolved": "https://mirrors.tencent.com/npm/@humanwhocodes%2fconfig-array/-/config-array-0.6.0.tgz",
  1333. "integrity": "sha512-JQlEKbcgEUjBFhLIF4iqM7u/9lwgHRBcpHrmUNCALK0Q3amXN6lxdoXLnF0sm11E9VqTmBALR87IlUg1bZ8A9A==",
  1334. "dev": true,
  1335. "requires": {
  1336. "@humanwhocodes/object-schema": "^1.2.0",
  1337. "debug": "^4.1.1",
  1338. "minimatch": "^3.0.4"
  1339. },
  1340. "dependencies": {
  1341. "debug": {
  1342. "version": "4.3.4",
  1343. "resolved": "https://mirrors.tencent.com/npm/debug/-/debug-4.3.4.tgz",
  1344. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  1345. "dev": true,
  1346. "requires": {
  1347. "ms": "2.1.2"
  1348. }
  1349. },
  1350. "ms": {
  1351. "version": "2.1.2",
  1352. "resolved": "https://mirrors.tencent.com/npm/ms/-/ms-2.1.2.tgz",
  1353. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
  1354. "dev": true
  1355. }
  1356. }
  1357. },
  1358. "@humanwhocodes/object-schema": {
  1359. "version": "1.2.1",
  1360. "resolved": "https://mirrors.tencent.com/npm/@humanwhocodes%2fobject-schema/-/object-schema-1.2.1.tgz",
  1361. "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==",
  1362. "dev": true
  1363. },
  1364. "@nodelib/fs.scandir": {
  1365. "version": "2.1.5",
  1366. "resolved": "https://mirrors.tencent.com/npm/@nodelib%2ffs.scandir/-/fs.scandir-2.1.5.tgz",
  1367. "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
  1368. "dev": true,
  1369. "requires": {
  1370. "@nodelib/fs.stat": "2.0.5",
  1371. "run-parallel": "^1.1.9"
  1372. }
  1373. },
  1374. "@nodelib/fs.stat": {
  1375. "version": "2.0.5",
  1376. "resolved": "https://mirrors.tencent.com/npm/@nodelib%2ffs.stat/-/fs.stat-2.0.5.tgz",
  1377. "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
  1378. "dev": true
  1379. },
  1380. "@nodelib/fs.walk": {
  1381. "version": "1.2.8",
  1382. "resolved": "https://mirrors.tencent.com/npm/@nodelib%2ffs.walk/-/fs.walk-1.2.8.tgz",
  1383. "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
  1384. "dev": true,
  1385. "requires": {
  1386. "@nodelib/fs.scandir": "2.1.5",
  1387. "fastq": "^1.6.0"
  1388. }
  1389. },
  1390. "@rollup/plugin-node-resolve": {
  1391. "version": "9.0.0",
  1392. "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-9.0.0.tgz",
  1393. "integrity": "sha512-gPz+utFHLRrd41WMP13Jq5mqqzHL3OXrfj3/MkSyB6UBIcuNt9j60GCbarzMzdf1VHFpOxfQh/ez7wyadLMqkg==",
  1394. "dev": true,
  1395. "requires": {
  1396. "@rollup/pluginutils": "^3.1.0",
  1397. "@types/resolve": "1.17.1",
  1398. "builtin-modules": "^3.1.0",
  1399. "deepmerge": "^4.2.2",
  1400. "is-module": "^1.0.0",
  1401. "resolve": "^1.17.0"
  1402. }
  1403. },
  1404. "@rollup/pluginutils": {
  1405. "version": "3.1.0",
  1406. "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz",
  1407. "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==",
  1408. "dev": true,
  1409. "requires": {
  1410. "@types/estree": "0.0.39",
  1411. "estree-walker": "^1.0.1",
  1412. "picomatch": "^2.2.2"
  1413. }
  1414. },
  1415. "@types/estree": {
  1416. "version": "0.0.39",
  1417. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz",
  1418. "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==",
  1419. "dev": true
  1420. },
  1421. "@types/json-schema": {
  1422. "version": "7.0.11",
  1423. "resolved": "https://mirrors.tencent.com/npm/@types%2fjson-schema/-/json-schema-7.0.11.tgz",
  1424. "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==",
  1425. "dev": true
  1426. },
  1427. "@types/json5": {
  1428. "version": "0.0.29",
  1429. "resolved": "https://mirrors.tencent.com/npm/@types%2fjson5/-/json5-0.0.29.tgz",
  1430. "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=",
  1431. "dev": true
  1432. },
  1433. "@types/node": {
  1434. "version": "14.11.8",
  1435. "resolved": "https://registry.npmjs.org/@types/node/-/node-14.11.8.tgz",
  1436. "integrity": "sha512-KPcKqKm5UKDkaYPTuXSx8wEP7vE9GnuaXIZKijwRYcePpZFDVuy2a57LarFKiORbHOuTOOwYzxVxcUzsh2P2Pw==",
  1437. "dev": true
  1438. },
  1439. "@types/resolve": {
  1440. "version": "1.17.1",
  1441. "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz",
  1442. "integrity": "sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==",
  1443. "dev": true,
  1444. "requires": {
  1445. "@types/node": "*"
  1446. }
  1447. },
  1448. "@typescript-eslint/eslint-plugin": {
  1449. "version": "5.4.0",
  1450. "resolved": "https://mirrors.tencent.com/npm/@typescript-eslint%2feslint-plugin/-/eslint-plugin-5.4.0.tgz",
  1451. "integrity": "sha512-9/yPSBlwzsetCsGEn9j24D8vGQgJkOTr4oMLas/w886ZtzKIs1iyoqFrwsX2fqYEeUwsdBpC21gcjRGo57u0eg==",
  1452. "dev": true,
  1453. "requires": {
  1454. "@typescript-eslint/experimental-utils": "5.4.0",
  1455. "@typescript-eslint/scope-manager": "5.4.0",
  1456. "debug": "^4.3.2",
  1457. "functional-red-black-tree": "^1.0.1",
  1458. "ignore": "^5.1.8",
  1459. "regexpp": "^3.2.0",
  1460. "semver": "^7.3.5",
  1461. "tsutils": "^3.21.0"
  1462. },
  1463. "dependencies": {
  1464. "debug": {
  1465. "version": "4.3.4",
  1466. "resolved": "https://mirrors.tencent.com/npm/debug/-/debug-4.3.4.tgz",
  1467. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  1468. "dev": true,
  1469. "requires": {
  1470. "ms": "2.1.2"
  1471. }
  1472. },
  1473. "ms": {
  1474. "version": "2.1.2",
  1475. "resolved": "https://mirrors.tencent.com/npm/ms/-/ms-2.1.2.tgz",
  1476. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
  1477. "dev": true
  1478. },
  1479. "semver": {
  1480. "version": "7.3.7",
  1481. "resolved": "https://mirrors.tencent.com/npm/semver/-/semver-7.3.7.tgz",
  1482. "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
  1483. "dev": true,
  1484. "requires": {
  1485. "lru-cache": "^6.0.0"
  1486. }
  1487. }
  1488. }
  1489. },
  1490. "@typescript-eslint/experimental-utils": {
  1491. "version": "5.4.0",
  1492. "resolved": "https://mirrors.tencent.com/npm/@typescript-eslint%2fexperimental-utils/-/experimental-utils-5.4.0.tgz",
  1493. "integrity": "sha512-Nz2JDIQUdmIGd6p33A+naQmwfkU5KVTLb/5lTk+tLVTDacZKoGQisj8UCxk7onJcrgjIvr8xWqkYI+DbI3TfXg==",
  1494. "dev": true,
  1495. "requires": {
  1496. "@types/json-schema": "^7.0.9",
  1497. "@typescript-eslint/scope-manager": "5.4.0",
  1498. "@typescript-eslint/types": "5.4.0",
  1499. "@typescript-eslint/typescript-estree": "5.4.0",
  1500. "eslint-scope": "^5.1.1",
  1501. "eslint-utils": "^3.0.0"
  1502. }
  1503. },
  1504. "@typescript-eslint/parser": {
  1505. "version": "5.4.0",
  1506. "resolved": "https://mirrors.tencent.com/npm/@typescript-eslint%2fparser/-/parser-5.4.0.tgz",
  1507. "integrity": "sha512-JoB41EmxiYpaEsRwpZEYAJ9XQURPFer8hpkIW9GiaspVLX8oqbqNM8P4EP8HOZg96yaALiLEVWllA2E8vwsIKw==",
  1508. "dev": true,
  1509. "requires": {
  1510. "@typescript-eslint/scope-manager": "5.4.0",
  1511. "@typescript-eslint/types": "5.4.0",
  1512. "@typescript-eslint/typescript-estree": "5.4.0",
  1513. "debug": "^4.3.2"
  1514. },
  1515. "dependencies": {
  1516. "debug": {
  1517. "version": "4.3.4",
  1518. "resolved": "https://mirrors.tencent.com/npm/debug/-/debug-4.3.4.tgz",
  1519. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  1520. "dev": true,
  1521. "requires": {
  1522. "ms": "2.1.2"
  1523. }
  1524. },
  1525. "ms": {
  1526. "version": "2.1.2",
  1527. "resolved": "https://mirrors.tencent.com/npm/ms/-/ms-2.1.2.tgz",
  1528. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
  1529. "dev": true
  1530. }
  1531. }
  1532. },
  1533. "@typescript-eslint/scope-manager": {
  1534. "version": "5.4.0",
  1535. "resolved": "https://mirrors.tencent.com/npm/@typescript-eslint%2fscope-manager/-/scope-manager-5.4.0.tgz",
  1536. "integrity": "sha512-pRxFjYwoi8R+n+sibjgF9iUiAELU9ihPBtHzocyW8v8D8G8KeQvXTsW7+CBYIyTYsmhtNk50QPGLE3vrvhM5KA==",
  1537. "dev": true,
  1538. "requires": {
  1539. "@typescript-eslint/types": "5.4.0",
  1540. "@typescript-eslint/visitor-keys": "5.4.0"
  1541. }
  1542. },
  1543. "@typescript-eslint/types": {
  1544. "version": "5.4.0",
  1545. "resolved": "https://mirrors.tencent.com/npm/@typescript-eslint%2ftypes/-/types-5.4.0.tgz",
  1546. "integrity": "sha512-GjXNpmn+n1LvnttarX+sPD6+S7giO+9LxDIGlRl4wK3a7qMWALOHYuVSZpPTfEIklYjaWuMtfKdeByx0AcaThA==",
  1547. "dev": true
  1548. },
  1549. "@typescript-eslint/typescript-estree": {
  1550. "version": "5.4.0",
  1551. "resolved": "https://mirrors.tencent.com/npm/@typescript-eslint%2ftypescript-estree/-/typescript-estree-5.4.0.tgz",
  1552. "integrity": "sha512-nhlNoBdhKuwiLMx6GrybPT3SFILm5Gij2YBdPEPFlYNFAXUJWX6QRgvi/lwVoadaQEFsizohs6aFRMqsXI2ewA==",
  1553. "dev": true,
  1554. "requires": {
  1555. "@typescript-eslint/types": "5.4.0",
  1556. "@typescript-eslint/visitor-keys": "5.4.0",
  1557. "debug": "^4.3.2",
  1558. "globby": "^11.0.4",
  1559. "is-glob": "^4.0.3",
  1560. "semver": "^7.3.5",
  1561. "tsutils": "^3.21.0"
  1562. },
  1563. "dependencies": {
  1564. "debug": {
  1565. "version": "4.3.4",
  1566. "resolved": "https://mirrors.tencent.com/npm/debug/-/debug-4.3.4.tgz",
  1567. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  1568. "dev": true,
  1569. "requires": {
  1570. "ms": "2.1.2"
  1571. }
  1572. },
  1573. "ms": {
  1574. "version": "2.1.2",
  1575. "resolved": "https://mirrors.tencent.com/npm/ms/-/ms-2.1.2.tgz",
  1576. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
  1577. "dev": true
  1578. },
  1579. "semver": {
  1580. "version": "7.3.7",
  1581. "resolved": "https://mirrors.tencent.com/npm/semver/-/semver-7.3.7.tgz",
  1582. "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
  1583. "dev": true,
  1584. "requires": {
  1585. "lru-cache": "^6.0.0"
  1586. }
  1587. }
  1588. }
  1589. },
  1590. "@typescript-eslint/visitor-keys": {
  1591. "version": "5.4.0",
  1592. "resolved": "https://mirrors.tencent.com/npm/@typescript-eslint%2fvisitor-keys/-/visitor-keys-5.4.0.tgz",
  1593. "integrity": "sha512-PVbax7MeE7tdLfW5SA0fs8NGVVr+buMPrcj+CWYWPXsZCH8qZ1THufDzbXm1xrZ2b2PA1iENJ0sRq5fuUtvsJg==",
  1594. "dev": true,
  1595. "requires": {
  1596. "@typescript-eslint/types": "5.4.0",
  1597. "eslint-visitor-keys": "^3.0.0"
  1598. }
  1599. },
  1600. "acorn": {
  1601. "version": "8.8.0",
  1602. "resolved": "https://mirrors.tencent.com/npm/acorn/-/acorn-8.8.0.tgz",
  1603. "integrity": "sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==",
  1604. "dev": true
  1605. },
  1606. "acorn-jsx": {
  1607. "version": "5.3.2",
  1608. "resolved": "https://mirrors.tencent.com/npm/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
  1609. "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
  1610. "dev": true
  1611. },
  1612. "ajv": {
  1613. "version": "6.12.6",
  1614. "resolved": "https://mirrors.tencent.com/npm/ajv/-/ajv-6.12.6.tgz",
  1615. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  1616. "dev": true,
  1617. "requires": {
  1618. "fast-deep-equal": "^3.1.1",
  1619. "fast-json-stable-stringify": "^2.0.0",
  1620. "json-schema-traverse": "^0.4.1",
  1621. "uri-js": "^4.2.2"
  1622. }
  1623. },
  1624. "ansi-colors": {
  1625. "version": "4.1.3",
  1626. "resolved": "https://mirrors.tencent.com/npm/ansi-colors/-/ansi-colors-4.1.3.tgz",
  1627. "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==",
  1628. "dev": true
  1629. },
  1630. "ansi-regex": {
  1631. "version": "2.1.1",
  1632. "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
  1633. "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
  1634. "dev": true
  1635. },
  1636. "ansi-styles": {
  1637. "version": "2.2.1",
  1638. "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
  1639. "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
  1640. "dev": true
  1641. },
  1642. "argparse": {
  1643. "version": "2.0.1",
  1644. "resolved": "https://mirrors.tencent.com/npm/argparse/-/argparse-2.0.1.tgz",
  1645. "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
  1646. "dev": true
  1647. },
  1648. "array-includes": {
  1649. "version": "3.1.5",
  1650. "resolved": "https://mirrors.tencent.com/npm/array-includes/-/array-includes-3.1.5.tgz",
  1651. "integrity": "sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ==",
  1652. "dev": true,
  1653. "requires": {
  1654. "call-bind": "^1.0.2",
  1655. "define-properties": "^1.1.4",
  1656. "es-abstract": "^1.19.5",
  1657. "get-intrinsic": "^1.1.1",
  1658. "is-string": "^1.0.7"
  1659. },
  1660. "dependencies": {
  1661. "define-properties": {
  1662. "version": "1.1.4",
  1663. "resolved": "https://mirrors.tencent.com/npm/define-properties/-/define-properties-1.1.4.tgz",
  1664. "integrity": "sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==",
  1665. "dev": true,
  1666. "requires": {
  1667. "has-property-descriptors": "^1.0.0",
  1668. "object-keys": "^1.1.1"
  1669. }
  1670. },
  1671. "es-abstract": {
  1672. "version": "1.20.1",
  1673. "resolved": "https://mirrors.tencent.com/npm/es-abstract/-/es-abstract-1.20.1.tgz",
  1674. "integrity": "sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==",
  1675. "dev": true,
  1676. "requires": {
  1677. "call-bind": "^1.0.2",
  1678. "es-to-primitive": "^1.2.1",
  1679. "function-bind": "^1.1.1",
  1680. "function.prototype.name": "^1.1.5",
  1681. "get-intrinsic": "^1.1.1",
  1682. "get-symbol-description": "^1.0.0",
  1683. "has": "^1.0.3",
  1684. "has-property-descriptors": "^1.0.0",
  1685. "has-symbols": "^1.0.3",
  1686. "internal-slot": "^1.0.3",
  1687. "is-callable": "^1.2.4",
  1688. "is-negative-zero": "^2.0.2",
  1689. "is-regex": "^1.1.4",
  1690. "is-shared-array-buffer": "^1.0.2",
  1691. "is-string": "^1.0.7",
  1692. "is-weakref": "^1.0.2",
  1693. "object-inspect": "^1.12.0",
  1694. "object-keys": "^1.1.1",
  1695. "object.assign": "^4.1.2",
  1696. "regexp.prototype.flags": "^1.4.3",
  1697. "string.prototype.trimend": "^1.0.5",
  1698. "string.prototype.trimstart": "^1.0.5",
  1699. "unbox-primitive": "^1.0.2"
  1700. }
  1701. },
  1702. "has-symbols": {
  1703. "version": "1.0.3",
  1704. "resolved": "https://mirrors.tencent.com/npm/has-symbols/-/has-symbols-1.0.3.tgz",
  1705. "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
  1706. "dev": true
  1707. },
  1708. "is-callable": {
  1709. "version": "1.2.4",
  1710. "resolved": "https://mirrors.tencent.com/npm/is-callable/-/is-callable-1.2.4.tgz",
  1711. "integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==",
  1712. "dev": true
  1713. },
  1714. "is-negative-zero": {
  1715. "version": "2.0.2",
  1716. "resolved": "https://mirrors.tencent.com/npm/is-negative-zero/-/is-negative-zero-2.0.2.tgz",
  1717. "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==",
  1718. "dev": true
  1719. },
  1720. "is-regex": {
  1721. "version": "1.1.4",
  1722. "resolved": "https://mirrors.tencent.com/npm/is-regex/-/is-regex-1.1.4.tgz",
  1723. "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
  1724. "dev": true,
  1725. "requires": {
  1726. "call-bind": "^1.0.2",
  1727. "has-tostringtag": "^1.0.0"
  1728. }
  1729. },
  1730. "object-inspect": {
  1731. "version": "1.12.2",
  1732. "resolved": "https://mirrors.tencent.com/npm/object-inspect/-/object-inspect-1.12.2.tgz",
  1733. "integrity": "sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==",
  1734. "dev": true
  1735. },
  1736. "object.assign": {
  1737. "version": "4.1.2",
  1738. "resolved": "https://mirrors.tencent.com/npm/object.assign/-/object.assign-4.1.2.tgz",
  1739. "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==",
  1740. "dev": true,
  1741. "requires": {
  1742. "call-bind": "^1.0.0",
  1743. "define-properties": "^1.1.3",
  1744. "has-symbols": "^1.0.1",
  1745. "object-keys": "^1.1.1"
  1746. }
  1747. },
  1748. "string.prototype.trimend": {
  1749. "version": "1.0.5",
  1750. "resolved": "https://mirrors.tencent.com/npm/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz",
  1751. "integrity": "sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==",
  1752. "dev": true,
  1753. "requires": {
  1754. "call-bind": "^1.0.2",
  1755. "define-properties": "^1.1.4",
  1756. "es-abstract": "^1.19.5"
  1757. }
  1758. },
  1759. "string.prototype.trimstart": {
  1760. "version": "1.0.5",
  1761. "resolved": "https://mirrors.tencent.com/npm/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz",
  1762. "integrity": "sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==",
  1763. "dev": true,
  1764. "requires": {
  1765. "call-bind": "^1.0.2",
  1766. "define-properties": "^1.1.4",
  1767. "es-abstract": "^1.19.5"
  1768. }
  1769. }
  1770. }
  1771. },
  1772. "array-union": {
  1773. "version": "2.1.0",
  1774. "resolved": "https://mirrors.tencent.com/npm/array-union/-/array-union-2.1.0.tgz",
  1775. "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
  1776. "dev": true
  1777. },
  1778. "array.prototype.flat": {
  1779. "version": "1.3.0",
  1780. "resolved": "https://mirrors.tencent.com/npm/array.prototype.flat/-/array.prototype.flat-1.3.0.tgz",
  1781. "integrity": "sha512-12IUEkHsAhA4DY5s0FPgNXIdc8VRSqD9Zp78a5au9abH/SOBrsp082JOWFNTjkMozh8mqcdiKuaLGhPeYztxSw==",
  1782. "dev": true,
  1783. "requires": {
  1784. "call-bind": "^1.0.2",
  1785. "define-properties": "^1.1.3",
  1786. "es-abstract": "^1.19.2",
  1787. "es-shim-unscopables": "^1.0.0"
  1788. },
  1789. "dependencies": {
  1790. "es-abstract": {
  1791. "version": "1.20.1",
  1792. "resolved": "https://mirrors.tencent.com/npm/es-abstract/-/es-abstract-1.20.1.tgz",
  1793. "integrity": "sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==",
  1794. "dev": true,
  1795. "requires": {
  1796. "call-bind": "^1.0.2",
  1797. "es-to-primitive": "^1.2.1",
  1798. "function-bind": "^1.1.1",
  1799. "function.prototype.name": "^1.1.5",
  1800. "get-intrinsic": "^1.1.1",
  1801. "get-symbol-description": "^1.0.0",
  1802. "has": "^1.0.3",
  1803. "has-property-descriptors": "^1.0.0",
  1804. "has-symbols": "^1.0.3",
  1805. "internal-slot": "^1.0.3",
  1806. "is-callable": "^1.2.4",
  1807. "is-negative-zero": "^2.0.2",
  1808. "is-regex": "^1.1.4",
  1809. "is-shared-array-buffer": "^1.0.2",
  1810. "is-string": "^1.0.7",
  1811. "is-weakref": "^1.0.2",
  1812. "object-inspect": "^1.12.0",
  1813. "object-keys": "^1.1.1",
  1814. "object.assign": "^4.1.2",
  1815. "regexp.prototype.flags": "^1.4.3",
  1816. "string.prototype.trimend": "^1.0.5",
  1817. "string.prototype.trimstart": "^1.0.5",
  1818. "unbox-primitive": "^1.0.2"
  1819. }
  1820. },
  1821. "has-symbols": {
  1822. "version": "1.0.3",
  1823. "resolved": "https://mirrors.tencent.com/npm/has-symbols/-/has-symbols-1.0.3.tgz",
  1824. "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
  1825. "dev": true
  1826. },
  1827. "is-callable": {
  1828. "version": "1.2.4",
  1829. "resolved": "https://mirrors.tencent.com/npm/is-callable/-/is-callable-1.2.4.tgz",
  1830. "integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==",
  1831. "dev": true
  1832. },
  1833. "is-negative-zero": {
  1834. "version": "2.0.2",
  1835. "resolved": "https://mirrors.tencent.com/npm/is-negative-zero/-/is-negative-zero-2.0.2.tgz",
  1836. "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==",
  1837. "dev": true
  1838. },
  1839. "is-regex": {
  1840. "version": "1.1.4",
  1841. "resolved": "https://mirrors.tencent.com/npm/is-regex/-/is-regex-1.1.4.tgz",
  1842. "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
  1843. "dev": true,
  1844. "requires": {
  1845. "call-bind": "^1.0.2",
  1846. "has-tostringtag": "^1.0.0"
  1847. }
  1848. },
  1849. "object-inspect": {
  1850. "version": "1.12.2",
  1851. "resolved": "https://mirrors.tencent.com/npm/object-inspect/-/object-inspect-1.12.2.tgz",
  1852. "integrity": "sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==",
  1853. "dev": true
  1854. },
  1855. "object.assign": {
  1856. "version": "4.1.2",
  1857. "resolved": "https://mirrors.tencent.com/npm/object.assign/-/object.assign-4.1.2.tgz",
  1858. "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==",
  1859. "dev": true,
  1860. "requires": {
  1861. "call-bind": "^1.0.0",
  1862. "define-properties": "^1.1.3",
  1863. "has-symbols": "^1.0.1",
  1864. "object-keys": "^1.1.1"
  1865. }
  1866. },
  1867. "string.prototype.trimend": {
  1868. "version": "1.0.5",
  1869. "resolved": "https://mirrors.tencent.com/npm/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz",
  1870. "integrity": "sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==",
  1871. "dev": true,
  1872. "requires": {
  1873. "call-bind": "^1.0.2",
  1874. "define-properties": "^1.1.4",
  1875. "es-abstract": "^1.19.5"
  1876. },
  1877. "dependencies": {
  1878. "define-properties": {
  1879. "version": "1.1.4",
  1880. "resolved": "https://mirrors.tencent.com/npm/define-properties/-/define-properties-1.1.4.tgz",
  1881. "integrity": "sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==",
  1882. "dev": true,
  1883. "requires": {
  1884. "has-property-descriptors": "^1.0.0",
  1885. "object-keys": "^1.1.1"
  1886. }
  1887. }
  1888. }
  1889. },
  1890. "string.prototype.trimstart": {
  1891. "version": "1.0.5",
  1892. "resolved": "https://mirrors.tencent.com/npm/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz",
  1893. "integrity": "sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==",
  1894. "dev": true,
  1895. "requires": {
  1896. "call-bind": "^1.0.2",
  1897. "define-properties": "^1.1.4",
  1898. "es-abstract": "^1.19.5"
  1899. },
  1900. "dependencies": {
  1901. "define-properties": {
  1902. "version": "1.1.4",
  1903. "resolved": "https://mirrors.tencent.com/npm/define-properties/-/define-properties-1.1.4.tgz",
  1904. "integrity": "sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==",
  1905. "dev": true,
  1906. "requires": {
  1907. "has-property-descriptors": "^1.0.0",
  1908. "object-keys": "^1.1.1"
  1909. }
  1910. }
  1911. }
  1912. }
  1913. }
  1914. },
  1915. "babel-code-frame": {
  1916. "version": "6.26.0",
  1917. "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz",
  1918. "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=",
  1919. "dev": true,
  1920. "requires": {
  1921. "chalk": "^1.1.3",
  1922. "esutils": "^2.0.2",
  1923. "js-tokens": "^3.0.2"
  1924. }
  1925. },
  1926. "babel-helper-builder-binary-assignment-operator-visitor": {
  1927. "version": "6.24.1",
  1928. "resolved": "https://registry.npmjs.org/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-6.24.1.tgz",
  1929. "integrity": "sha1-zORReto1b0IgvK6KAsKzRvmlZmQ=",
  1930. "dev": true,
  1931. "requires": {
  1932. "babel-helper-explode-assignable-expression": "^6.24.1",
  1933. "babel-runtime": "^6.22.0",
  1934. "babel-types": "^6.24.1"
  1935. }
  1936. },
  1937. "babel-helper-call-delegate": {
  1938. "version": "6.24.1",
  1939. "resolved": "https://registry.npmjs.org/babel-helper-call-delegate/-/babel-helper-call-delegate-6.24.1.tgz",
  1940. "integrity": "sha1-7Oaqzdx25Bw0YfiL/Fdb0Nqi340=",
  1941. "dev": true,
  1942. "requires": {
  1943. "babel-helper-hoist-variables": "^6.24.1",
  1944. "babel-runtime": "^6.22.0",
  1945. "babel-traverse": "^6.24.1",
  1946. "babel-types": "^6.24.1"
  1947. }
  1948. },
  1949. "babel-helper-define-map": {
  1950. "version": "6.26.0",
  1951. "resolved": "https://registry.npmjs.org/babel-helper-define-map/-/babel-helper-define-map-6.26.0.tgz",
  1952. "integrity": "sha1-pfVtq0GiX5fstJjH66ypgZ+Vvl8=",
  1953. "dev": true,
  1954. "requires": {
  1955. "babel-helper-function-name": "^6.24.1",
  1956. "babel-runtime": "^6.26.0",
  1957. "babel-types": "^6.26.0",
  1958. "lodash": "^4.17.4"
  1959. }
  1960. },
  1961. "babel-helper-explode-assignable-expression": {
  1962. "version": "6.24.1",
  1963. "resolved": "https://registry.npmjs.org/babel-helper-explode-assignable-expression/-/babel-helper-explode-assignable-expression-6.24.1.tgz",
  1964. "integrity": "sha1-8luCz33BBDPFX3BZLVdGQArCLKo=",
  1965. "dev": true,
  1966. "requires": {
  1967. "babel-runtime": "^6.22.0",
  1968. "babel-traverse": "^6.24.1",
  1969. "babel-types": "^6.24.1"
  1970. }
  1971. },
  1972. "babel-helper-function-name": {
  1973. "version": "6.24.1",
  1974. "resolved": "https://registry.npmjs.org/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz",
  1975. "integrity": "sha1-00dbjAPtmCQqJbSDUasYOZ01gKk=",
  1976. "dev": true,
  1977. "requires": {
  1978. "babel-helper-get-function-arity": "^6.24.1",
  1979. "babel-runtime": "^6.22.0",
  1980. "babel-template": "^6.24.1",
  1981. "babel-traverse": "^6.24.1",
  1982. "babel-types": "^6.24.1"
  1983. }
  1984. },
  1985. "babel-helper-get-function-arity": {
  1986. "version": "6.24.1",
  1987. "resolved": "https://registry.npmjs.org/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.24.1.tgz",
  1988. "integrity": "sha1-j3eCqpNAfEHTqlCQj4mwMbG2hT0=",
  1989. "dev": true,
  1990. "requires": {
  1991. "babel-runtime": "^6.22.0",
  1992. "babel-types": "^6.24.1"
  1993. }
  1994. },
  1995. "babel-helper-hoist-variables": {
  1996. "version": "6.24.1",
  1997. "resolved": "https://registry.npmjs.org/babel-helper-hoist-variables/-/babel-helper-hoist-variables-6.24.1.tgz",
  1998. "integrity": "sha1-HssnaJydJVE+rbyZFKc/VAi+enY=",
  1999. "dev": true,
  2000. "requires": {
  2001. "babel-runtime": "^6.22.0",
  2002. "babel-types": "^6.24.1"
  2003. }
  2004. },
  2005. "babel-helper-optimise-call-expression": {
  2006. "version": "6.24.1",
  2007. "resolved": "https://registry.npmjs.org/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.24.1.tgz",
  2008. "integrity": "sha1-96E0J7qfc/j0+pk8VKl4gtEkQlc=",
  2009. "dev": true,
  2010. "requires": {
  2011. "babel-runtime": "^6.22.0",
  2012. "babel-types": "^6.24.1"
  2013. }
  2014. },
  2015. "babel-helper-regex": {
  2016. "version": "6.26.0",
  2017. "resolved": "https://registry.npmjs.org/babel-helper-regex/-/babel-helper-regex-6.26.0.tgz",
  2018. "integrity": "sha1-MlxZ+QL4LyS3T6zu0DY5VPZJXnI=",
  2019. "dev": true,
  2020. "requires": {
  2021. "babel-runtime": "^6.26.0",
  2022. "babel-types": "^6.26.0",
  2023. "lodash": "^4.17.4"
  2024. }
  2025. },
  2026. "babel-helper-remap-async-to-generator": {
  2027. "version": "6.24.1",
  2028. "resolved": "https://registry.npmjs.org/babel-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-6.24.1.tgz",
  2029. "integrity": "sha1-XsWBgnrXI/7N04HxySg5BnbkVRs=",
  2030. "dev": true,
  2031. "requires": {
  2032. "babel-helper-function-name": "^6.24.1",
  2033. "babel-runtime": "^6.22.0",
  2034. "babel-template": "^6.24.1",
  2035. "babel-traverse": "^6.24.1",
  2036. "babel-types": "^6.24.1"
  2037. }
  2038. },
  2039. "babel-helper-replace-supers": {
  2040. "version": "6.24.1",
  2041. "resolved": "https://registry.npmjs.org/babel-helper-replace-supers/-/babel-helper-replace-supers-6.24.1.tgz",
  2042. "integrity": "sha1-v22/5Dk40XNpohPKiov3S2qQqxo=",
  2043. "dev": true,
  2044. "requires": {
  2045. "babel-helper-optimise-call-expression": "^6.24.1",
  2046. "babel-messages": "^6.23.0",
  2047. "babel-runtime": "^6.22.0",
  2048. "babel-template": "^6.24.1",
  2049. "babel-traverse": "^6.24.1",
  2050. "babel-types": "^6.24.1"
  2051. }
  2052. },
  2053. "babel-messages": {
  2054. "version": "6.23.0",
  2055. "resolved": "https://registry.npmjs.org/babel-messages/-/babel-messages-6.23.0.tgz",
  2056. "integrity": "sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=",
  2057. "dev": true,
  2058. "requires": {
  2059. "babel-runtime": "^6.22.0"
  2060. }
  2061. },
  2062. "babel-plugin-async-to-promises": {
  2063. "version": "1.0.5",
  2064. "resolved": "https://registry.npmjs.org/babel-plugin-async-to-promises/-/babel-plugin-async-to-promises-1.0.5.tgz",
  2065. "integrity": "sha1-z9xH0UaM4yvubTiGK/zNK1na8ls=",
  2066. "dev": true,
  2067. "requires": {
  2068. "babel-helper-hoist-variables": "^6.5.0",
  2069. "babel-template": "^6.3.13",
  2070. "babel-types": "^6.5.2",
  2071. "js-extend": "^1.0.1"
  2072. }
  2073. },
  2074. "babel-plugin-check-es2015-constants": {
  2075. "version": "6.22.0",
  2076. "resolved": "https://registry.npmjs.org/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-6.22.0.tgz",
  2077. "integrity": "sha1-NRV7EBQm/S/9PaP3XH0ekYNbv4o=",
  2078. "dev": true,
  2079. "requires": {
  2080. "babel-runtime": "^6.22.0"
  2081. }
  2082. },
  2083. "babel-plugin-dynamic-import-node": {
  2084. "version": "2.3.3",
  2085. "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz",
  2086. "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==",
  2087. "dev": true,
  2088. "requires": {
  2089. "object.assign": "^4.1.0"
  2090. }
  2091. },
  2092. "babel-plugin-syntax-async-functions": {
  2093. "version": "6.13.0",
  2094. "resolved": "https://registry.npmjs.org/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz",
  2095. "integrity": "sha1-ytnK0RkbWtY0vzCuCHI5HgZHvpU=",
  2096. "dev": true
  2097. },
  2098. "babel-plugin-syntax-exponentiation-operator": {
  2099. "version": "6.13.0",
  2100. "resolved": "https://registry.npmjs.org/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-6.13.0.tgz",
  2101. "integrity": "sha1-nufoM3KQ2pUoggGmpX9BcDF4MN4=",
  2102. "dev": true
  2103. },
  2104. "babel-plugin-syntax-trailing-function-commas": {
  2105. "version": "6.22.0",
  2106. "resolved": "https://registry.npmjs.org/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-6.22.0.tgz",
  2107. "integrity": "sha1-ugNgk3+NBuQBgKQ/4NVhb/9TLPM=",
  2108. "dev": true
  2109. },
  2110. "babel-plugin-syntax-typescript": {
  2111. "version": "7.0.0-alpha.19",
  2112. "resolved": "https://registry.npmjs.org/babel-plugin-syntax-typescript/-/babel-plugin-syntax-typescript-7.0.0-alpha.19.tgz",
  2113. "integrity": "sha512-jLuaWfoQsVr8/hmZtWB+86tZ5jYmOYV6kq70EkSUT7RR+gfeYOExS0FjObbbp+WExZNpBaRZvlyikNk3hCQGeQ==",
  2114. "dev": true
  2115. },
  2116. "babel-plugin-transform-async-to-generator": {
  2117. "version": "6.24.1",
  2118. "resolved": "https://registry.npmjs.org/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.24.1.tgz",
  2119. "integrity": "sha1-ZTbjeK/2yx1VF6wOQOs+n8jQh2E=",
  2120. "dev": true,
  2121. "requires": {
  2122. "babel-helper-remap-async-to-generator": "^6.24.1",
  2123. "babel-plugin-syntax-async-functions": "^6.8.0",
  2124. "babel-runtime": "^6.22.0"
  2125. }
  2126. },
  2127. "babel-plugin-transform-es2015-arrow-functions": {
  2128. "version": "6.22.0",
  2129. "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.22.0.tgz",
  2130. "integrity": "sha1-RSaSy3EdX3ncf4XkQM5BufJE0iE=",
  2131. "dev": true,
  2132. "requires": {
  2133. "babel-runtime": "^6.22.0"
  2134. }
  2135. },
  2136. "babel-plugin-transform-es2015-block-scoped-functions": {
  2137. "version": "6.22.0",
  2138. "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-6.22.0.tgz",
  2139. "integrity": "sha1-u8UbSflk1wy42OC5ToICRs46YUE=",
  2140. "dev": true,
  2141. "requires": {
  2142. "babel-runtime": "^6.22.0"
  2143. }
  2144. },
  2145. "babel-plugin-transform-es2015-block-scoping": {
  2146. "version": "6.26.0",
  2147. "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.26.0.tgz",
  2148. "integrity": "sha1-1w9SmcEwjQXBL0Y4E7CgnnOxiV8=",
  2149. "dev": true,
  2150. "requires": {
  2151. "babel-runtime": "^6.26.0",
  2152. "babel-template": "^6.26.0",
  2153. "babel-traverse": "^6.26.0",
  2154. "babel-types": "^6.26.0",
  2155. "lodash": "^4.17.4"
  2156. }
  2157. },
  2158. "babel-plugin-transform-es2015-classes": {
  2159. "version": "6.24.1",
  2160. "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.24.1.tgz",
  2161. "integrity": "sha1-WkxYpQyclGHlZLSyo7+ryXolhNs=",
  2162. "dev": true,
  2163. "requires": {
  2164. "babel-helper-define-map": "^6.24.1",
  2165. "babel-helper-function-name": "^6.24.1",
  2166. "babel-helper-optimise-call-expression": "^6.24.1",
  2167. "babel-helper-replace-supers": "^6.24.1",
  2168. "babel-messages": "^6.23.0",
  2169. "babel-runtime": "^6.22.0",
  2170. "babel-template": "^6.24.1",
  2171. "babel-traverse": "^6.24.1",
  2172. "babel-types": "^6.24.1"
  2173. }
  2174. },
  2175. "babel-plugin-transform-es2015-computed-properties": {
  2176. "version": "6.24.1",
  2177. "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.24.1.tgz",
  2178. "integrity": "sha1-b+Ko0WiV1WNPTNmZttNICjCBWbM=",
  2179. "dev": true,
  2180. "requires": {
  2181. "babel-runtime": "^6.22.0",
  2182. "babel-template": "^6.24.1"
  2183. }
  2184. },
  2185. "babel-plugin-transform-es2015-destructuring": {
  2186. "version": "6.23.0",
  2187. "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-6.23.0.tgz",
  2188. "integrity": "sha1-mXux8auWf2gtKwh2/jWNYOdlxW0=",
  2189. "dev": true,
  2190. "requires": {
  2191. "babel-runtime": "^6.22.0"
  2192. }
  2193. },
  2194. "babel-plugin-transform-es2015-duplicate-keys": {
  2195. "version": "6.24.1",
  2196. "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.24.1.tgz",
  2197. "integrity": "sha1-c+s9MQypaePvnskcU3QabxV2Qj4=",
  2198. "dev": true,
  2199. "requires": {
  2200. "babel-runtime": "^6.22.0",
  2201. "babel-types": "^6.24.1"
  2202. }
  2203. },
  2204. "babel-plugin-transform-es2015-for-of": {
  2205. "version": "6.23.0",
  2206. "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-6.23.0.tgz",
  2207. "integrity": "sha1-9HyVsrYT3x0+zC/bdXNiPHUkhpE=",
  2208. "dev": true,
  2209. "requires": {
  2210. "babel-runtime": "^6.22.0"
  2211. }
  2212. },
  2213. "babel-plugin-transform-es2015-function-name": {
  2214. "version": "6.24.1",
  2215. "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.24.1.tgz",
  2216. "integrity": "sha1-g0yJhTvDaxrw86TF26qU/Y6sqos=",
  2217. "dev": true,
  2218. "requires": {
  2219. "babel-helper-function-name": "^6.24.1",
  2220. "babel-runtime": "^6.22.0",
  2221. "babel-types": "^6.24.1"
  2222. }
  2223. },
  2224. "babel-plugin-transform-es2015-literals": {
  2225. "version": "6.22.0",
  2226. "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-6.22.0.tgz",
  2227. "integrity": "sha1-T1SgLWzWbPkVKAAZox0xklN3yi4=",
  2228. "dev": true,
  2229. "requires": {
  2230. "babel-runtime": "^6.22.0"
  2231. }
  2232. },
  2233. "babel-plugin-transform-es2015-modules-amd": {
  2234. "version": "6.24.1",
  2235. "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-6.24.1.tgz",
  2236. "integrity": "sha1-Oz5UAXI5hC1tGcMBHEvS8AoA0VQ=",
  2237. "dev": true,
  2238. "requires": {
  2239. "babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
  2240. "babel-runtime": "^6.22.0",
  2241. "babel-template": "^6.24.1"
  2242. }
  2243. },
  2244. "babel-plugin-transform-es2015-modules-commonjs": {
  2245. "version": "6.26.2",
  2246. "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.26.2.tgz",
  2247. "integrity": "sha512-CV9ROOHEdrjcwhIaJNBGMBCodN+1cfkwtM1SbUHmvyy35KGT7fohbpOxkE2uLz1o6odKK2Ck/tz47z+VqQfi9Q==",
  2248. "dev": true,
  2249. "requires": {
  2250. "babel-plugin-transform-strict-mode": "^6.24.1",
  2251. "babel-runtime": "^6.26.0",
  2252. "babel-template": "^6.26.0",
  2253. "babel-types": "^6.26.0"
  2254. }
  2255. },
  2256. "babel-plugin-transform-es2015-modules-systemjs": {
  2257. "version": "6.24.1",
  2258. "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.24.1.tgz",
  2259. "integrity": "sha1-/4mhQrkRmpBhlfXxBuzzBdlAfSM=",
  2260. "dev": true,
  2261. "requires": {
  2262. "babel-helper-hoist-variables": "^6.24.1",
  2263. "babel-runtime": "^6.22.0",
  2264. "babel-template": "^6.24.1"
  2265. }
  2266. },
  2267. "babel-plugin-transform-es2015-modules-umd": {
  2268. "version": "6.24.1",
  2269. "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-6.24.1.tgz",
  2270. "integrity": "sha1-rJl+YoXNGO1hdq22B9YCNErThGg=",
  2271. "dev": true,
  2272. "requires": {
  2273. "babel-plugin-transform-es2015-modules-amd": "^6.24.1",
  2274. "babel-runtime": "^6.22.0",
  2275. "babel-template": "^6.24.1"
  2276. }
  2277. },
  2278. "babel-plugin-transform-es2015-object-super": {
  2279. "version": "6.24.1",
  2280. "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-6.24.1.tgz",
  2281. "integrity": "sha1-JM72muIcuDp/hgPa0CH1cusnj40=",
  2282. "dev": true,
  2283. "requires": {
  2284. "babel-helper-replace-supers": "^6.24.1",
  2285. "babel-runtime": "^6.22.0"
  2286. }
  2287. },
  2288. "babel-plugin-transform-es2015-parameters": {
  2289. "version": "6.24.1",
  2290. "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.24.1.tgz",
  2291. "integrity": "sha1-V6w1GrScrxSpfNE7CfZv3wpiXys=",
  2292. "dev": true,
  2293. "requires": {
  2294. "babel-helper-call-delegate": "^6.24.1",
  2295. "babel-helper-get-function-arity": "^6.24.1",
  2296. "babel-runtime": "^6.22.0",
  2297. "babel-template": "^6.24.1",
  2298. "babel-traverse": "^6.24.1",
  2299. "babel-types": "^6.24.1"
  2300. }
  2301. },
  2302. "babel-plugin-transform-es2015-shorthand-properties": {
  2303. "version": "6.24.1",
  2304. "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.24.1.tgz",
  2305. "integrity": "sha1-JPh11nIch2YbvZmkYi5R8U3jiqA=",
  2306. "dev": true,
  2307. "requires": {
  2308. "babel-runtime": "^6.22.0",
  2309. "babel-types": "^6.24.1"
  2310. }
  2311. },
  2312. "babel-plugin-transform-es2015-spread": {
  2313. "version": "6.22.0",
  2314. "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-6.22.0.tgz",
  2315. "integrity": "sha1-1taKmfia7cRTbIGlQujdnxdG+NE=",
  2316. "dev": true,
  2317. "requires": {
  2318. "babel-runtime": "^6.22.0"
  2319. }
  2320. },
  2321. "babel-plugin-transform-es2015-sticky-regex": {
  2322. "version": "6.24.1",
  2323. "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-6.24.1.tgz",
  2324. "integrity": "sha1-AMHNsaynERLN8M9hJsLta0V8zbw=",
  2325. "dev": true,
  2326. "requires": {
  2327. "babel-helper-regex": "^6.24.1",
  2328. "babel-runtime": "^6.22.0",
  2329. "babel-types": "^6.24.1"
  2330. }
  2331. },
  2332. "babel-plugin-transform-es2015-template-literals": {
  2333. "version": "6.22.0",
  2334. "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-6.22.0.tgz",
  2335. "integrity": "sha1-qEs0UPfp+PH2g51taH2oS7EjbY0=",
  2336. "dev": true,
  2337. "requires": {
  2338. "babel-runtime": "^6.22.0"
  2339. }
  2340. },
  2341. "babel-plugin-transform-es2015-typeof-symbol": {
  2342. "version": "6.23.0",
  2343. "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-6.23.0.tgz",
  2344. "integrity": "sha1-3sCfHN3/lLUqxz1QXITfWdzOs3I=",
  2345. "dev": true,
  2346. "requires": {
  2347. "babel-runtime": "^6.22.0"
  2348. }
  2349. },
  2350. "babel-plugin-transform-es2015-unicode-regex": {
  2351. "version": "6.24.1",
  2352. "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-6.24.1.tgz",
  2353. "integrity": "sha1-04sS9C6nMj9yk4fxinxa4frrNek=",
  2354. "dev": true,
  2355. "requires": {
  2356. "babel-helper-regex": "^6.24.1",
  2357. "babel-runtime": "^6.22.0",
  2358. "regexpu-core": "^2.0.0"
  2359. }
  2360. },
  2361. "babel-plugin-transform-exponentiation-operator": {
  2362. "version": "6.24.1",
  2363. "resolved": "https://registry.npmjs.org/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-6.24.1.tgz",
  2364. "integrity": "sha1-KrDJx/MJj6SJB3cruBP+QejeOg4=",
  2365. "dev": true,
  2366. "requires": {
  2367. "babel-helper-builder-binary-assignment-operator-visitor": "^6.24.1",
  2368. "babel-plugin-syntax-exponentiation-operator": "^6.8.0",
  2369. "babel-runtime": "^6.22.0"
  2370. }
  2371. },
  2372. "babel-plugin-transform-regenerator": {
  2373. "version": "6.26.0",
  2374. "resolved": "https://registry.npmjs.org/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.26.0.tgz",
  2375. "integrity": "sha1-4HA2lvveJ/Cj78rPi03KL3s6jy8=",
  2376. "dev": true,
  2377. "requires": {
  2378. "regenerator-transform": "^0.10.0"
  2379. }
  2380. },
  2381. "babel-plugin-transform-strict-mode": {
  2382. "version": "6.24.1",
  2383. "resolved": "https://registry.npmjs.org/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz",
  2384. "integrity": "sha1-1fr3qleKZbvlkc9e2uBKDGcCB1g=",
  2385. "dev": true,
  2386. "requires": {
  2387. "babel-runtime": "^6.22.0",
  2388. "babel-types": "^6.24.1"
  2389. }
  2390. },
  2391. "babel-plugin-transform-typescript": {
  2392. "version": "7.0.0-alpha.19",
  2393. "resolved": "https://registry.npmjs.org/babel-plugin-transform-typescript/-/babel-plugin-transform-typescript-7.0.0-alpha.19.tgz",
  2394. "integrity": "sha512-OtkOYcYRffmC38/UjDZn2cvM2qarqDT748TbSJtVpNb7EvDLQcfPn9+0adk8oqmhc0lk+Ldy/2daGMNMxW0vuQ==",
  2395. "dev": true,
  2396. "requires": {
  2397. "babel-plugin-syntax-typescript": "7.0.0-alpha.19"
  2398. }
  2399. },
  2400. "babel-preset-env": {
  2401. "version": "1.7.0",
  2402. "resolved": "https://registry.npmjs.org/babel-preset-env/-/babel-preset-env-1.7.0.tgz",
  2403. "integrity": "sha512-9OR2afuKDneX2/q2EurSftUYM0xGu4O2D9adAhVfADDhrYDaxXV0rBbevVYoY9n6nyX1PmQW/0jtpJvUNr9CHg==",
  2404. "dev": true,
  2405. "requires": {
  2406. "babel-plugin-check-es2015-constants": "^6.22.0",
  2407. "babel-plugin-syntax-trailing-function-commas": "^6.22.0",
  2408. "babel-plugin-transform-async-to-generator": "^6.22.0",
  2409. "babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
  2410. "babel-plugin-transform-es2015-block-scoped-functions": "^6.22.0",
  2411. "babel-plugin-transform-es2015-block-scoping": "^6.23.0",
  2412. "babel-plugin-transform-es2015-classes": "^6.23.0",
  2413. "babel-plugin-transform-es2015-computed-properties": "^6.22.0",
  2414. "babel-plugin-transform-es2015-destructuring": "^6.23.0",
  2415. "babel-plugin-transform-es2015-duplicate-keys": "^6.22.0",
  2416. "babel-plugin-transform-es2015-for-of": "^6.23.0",
  2417. "babel-plugin-transform-es2015-function-name": "^6.22.0",
  2418. "babel-plugin-transform-es2015-literals": "^6.22.0",
  2419. "babel-plugin-transform-es2015-modules-amd": "^6.22.0",
  2420. "babel-plugin-transform-es2015-modules-commonjs": "^6.23.0",
  2421. "babel-plugin-transform-es2015-modules-systemjs": "^6.23.0",
  2422. "babel-plugin-transform-es2015-modules-umd": "^6.23.0",
  2423. "babel-plugin-transform-es2015-object-super": "^6.22.0",
  2424. "babel-plugin-transform-es2015-parameters": "^6.23.0",
  2425. "babel-plugin-transform-es2015-shorthand-properties": "^6.22.0",
  2426. "babel-plugin-transform-es2015-spread": "^6.22.0",
  2427. "babel-plugin-transform-es2015-sticky-regex": "^6.22.0",
  2428. "babel-plugin-transform-es2015-template-literals": "^6.22.0",
  2429. "babel-plugin-transform-es2015-typeof-symbol": "^6.23.0",
  2430. "babel-plugin-transform-es2015-unicode-regex": "^6.22.0",
  2431. "babel-plugin-transform-exponentiation-operator": "^6.22.0",
  2432. "babel-plugin-transform-regenerator": "^6.22.0",
  2433. "browserslist": "^3.2.6",
  2434. "invariant": "^2.2.2",
  2435. "semver": "^5.3.0"
  2436. }
  2437. },
  2438. "babel-preset-typescript": {
  2439. "version": "7.0.0-alpha.19",
  2440. "resolved": "https://registry.npmjs.org/babel-preset-typescript/-/babel-preset-typescript-7.0.0-alpha.19.tgz",
  2441. "integrity": "sha512-2VGIgn58ohmVXhc+qAx0OsihQHQm5R+Y1Mu7bu98HbCJtR/CzEdZs8qCtPb1XmYKF8XRNvZQge44dPTVimI2/w==",
  2442. "dev": true,
  2443. "requires": {
  2444. "babel-plugin-syntax-object-rest-spread": "7.0.0-alpha.19",
  2445. "babel-plugin-transform-typescript": "7.0.0-alpha.19"
  2446. },
  2447. "dependencies": {
  2448. "babel-plugin-syntax-object-rest-spread": {
  2449. "version": "7.0.0-alpha.19",
  2450. "resolved": "https://registry.npmjs.org/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-7.0.0-alpha.19.tgz",
  2451. "integrity": "sha512-Jo9wXmU9AtufOFPdQpedc+j7Ck5okGYsK0zkk2NZNae61SAtuMF5M3aRUeZusrssPqWC32pOiBokbApIFHdlXw==",
  2452. "dev": true
  2453. }
  2454. }
  2455. },
  2456. "babel-runtime": {
  2457. "version": "6.26.0",
  2458. "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz",
  2459. "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=",
  2460. "dev": true,
  2461. "requires": {
  2462. "core-js": "^2.4.0",
  2463. "regenerator-runtime": "^0.11.0"
  2464. }
  2465. },
  2466. "babel-template": {
  2467. "version": "6.26.0",
  2468. "resolved": "https://registry.npmjs.org/babel-template/-/babel-template-6.26.0.tgz",
  2469. "integrity": "sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI=",
  2470. "dev": true,
  2471. "requires": {
  2472. "babel-runtime": "^6.26.0",
  2473. "babel-traverse": "^6.26.0",
  2474. "babel-types": "^6.26.0",
  2475. "babylon": "^6.18.0",
  2476. "lodash": "^4.17.4"
  2477. }
  2478. },
  2479. "babel-traverse": {
  2480. "version": "6.26.0",
  2481. "resolved": "https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.26.0.tgz",
  2482. "integrity": "sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=",
  2483. "dev": true,
  2484. "requires": {
  2485. "babel-code-frame": "^6.26.0",
  2486. "babel-messages": "^6.23.0",
  2487. "babel-runtime": "^6.26.0",
  2488. "babel-types": "^6.26.0",
  2489. "babylon": "^6.18.0",
  2490. "debug": "^2.6.8",
  2491. "globals": "^9.18.0",
  2492. "invariant": "^2.2.2",
  2493. "lodash": "^4.17.4"
  2494. }
  2495. },
  2496. "babel-types": {
  2497. "version": "6.26.0",
  2498. "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz",
  2499. "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=",
  2500. "dev": true,
  2501. "requires": {
  2502. "babel-runtime": "^6.26.0",
  2503. "esutils": "^2.0.2",
  2504. "lodash": "^4.17.4",
  2505. "to-fast-properties": "^1.0.3"
  2506. }
  2507. },
  2508. "babylon": {
  2509. "version": "6.18.0",
  2510. "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz",
  2511. "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==",
  2512. "dev": true
  2513. },
  2514. "balanced-match": {
  2515. "version": "1.0.2",
  2516. "resolved": "https://mirrors.tencent.com/npm/balanced-match/-/balanced-match-1.0.2.tgz",
  2517. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  2518. "dev": true
  2519. },
  2520. "brace-expansion": {
  2521. "version": "1.1.11",
  2522. "resolved": "https://mirrors.tencent.com/npm/brace-expansion/-/brace-expansion-1.1.11.tgz",
  2523. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  2524. "dev": true,
  2525. "requires": {
  2526. "balanced-match": "^1.0.0",
  2527. "concat-map": "0.0.1"
  2528. }
  2529. },
  2530. "braces": {
  2531. "version": "3.0.2",
  2532. "resolved": "https://mirrors.tencent.com/npm/braces/-/braces-3.0.2.tgz",
  2533. "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
  2534. "dev": true,
  2535. "requires": {
  2536. "fill-range": "^7.0.1"
  2537. }
  2538. },
  2539. "browserslist": {
  2540. "version": "3.2.8",
  2541. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-3.2.8.tgz",
  2542. "integrity": "sha512-WHVocJYavUwVgVViC0ORikPHQquXwVh939TaelZ4WDqpWgTX/FsGhl/+P4qBUAGcRvtOgDgC+xftNWWp2RUTAQ==",
  2543. "dev": true,
  2544. "requires": {
  2545. "caniuse-lite": "^1.0.30000844",
  2546. "electron-to-chromium": "^1.3.47"
  2547. }
  2548. },
  2549. "builtin-modules": {
  2550. "version": "3.1.0",
  2551. "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.1.0.tgz",
  2552. "integrity": "sha512-k0KL0aWZuBt2lrxrcASWDfwOLMnodeQjodT/1SxEQAXsHANgo6ZC/VEaSEHCXt7aSTZ4/4H5LKa+tBXmW7Vtvw==",
  2553. "dev": true
  2554. },
  2555. "call-bind": {
  2556. "version": "1.0.2",
  2557. "resolved": "https://mirrors.tencent.com/npm/call-bind/-/call-bind-1.0.2.tgz",
  2558. "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
  2559. "dev": true,
  2560. "requires": {
  2561. "function-bind": "^1.1.1",
  2562. "get-intrinsic": "^1.0.2"
  2563. }
  2564. },
  2565. "callsites": {
  2566. "version": "3.1.0",
  2567. "resolved": "https://mirrors.tencent.com/npm/callsites/-/callsites-3.1.0.tgz",
  2568. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  2569. "dev": true
  2570. },
  2571. "caniuse-lite": {
  2572. "version": "1.0.30001131",
  2573. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001131.tgz",
  2574. "integrity": "sha512-4QYi6Mal4MMfQMSqGIRPGbKIbZygeN83QsWq1ixpUwvtfgAZot5BrCKzGygvZaV+CnELdTwD0S4cqUNozq7/Cw==",
  2575. "dev": true
  2576. },
  2577. "chalk": {
  2578. "version": "1.1.3",
  2579. "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
  2580. "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
  2581. "dev": true,
  2582. "requires": {
  2583. "ansi-styles": "^2.2.1",
  2584. "escape-string-regexp": "^1.0.2",
  2585. "has-ansi": "^2.0.0",
  2586. "strip-ansi": "^3.0.0",
  2587. "supports-color": "^2.0.0"
  2588. }
  2589. },
  2590. "color-convert": {
  2591. "version": "1.9.3",
  2592. "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  2593. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  2594. "dev": true,
  2595. "requires": {
  2596. "color-name": "1.1.3"
  2597. }
  2598. },
  2599. "color-name": {
  2600. "version": "1.1.3",
  2601. "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
  2602. "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=",
  2603. "dev": true
  2604. },
  2605. "commondir": {
  2606. "version": "1.0.1",
  2607. "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
  2608. "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=",
  2609. "dev": true
  2610. },
  2611. "concat-map": {
  2612. "version": "0.0.1",
  2613. "resolved": "https://mirrors.tencent.com/npm/concat-map/-/concat-map-0.0.1.tgz",
  2614. "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
  2615. "dev": true
  2616. },
  2617. "convert-source-map": {
  2618. "version": "1.7.0",
  2619. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz",
  2620. "integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==",
  2621. "dev": true,
  2622. "requires": {
  2623. "safe-buffer": "~5.1.1"
  2624. }
  2625. },
  2626. "core-js": {
  2627. "version": "2.6.11",
  2628. "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.11.tgz",
  2629. "integrity": "sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg==",
  2630. "dev": true
  2631. },
  2632. "core-js-compat": {
  2633. "version": "3.6.5",
  2634. "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.6.5.tgz",
  2635. "integrity": "sha512-7ItTKOhOZbznhXAQ2g/slGg1PJV5zDO/WdkTwi7UEOJmkvsE32PWvx6mKtDjiMpjnR2CNf6BAD6sSxIlv7ptng==",
  2636. "dev": true,
  2637. "requires": {
  2638. "browserslist": "^4.8.5",
  2639. "semver": "7.0.0"
  2640. },
  2641. "dependencies": {
  2642. "browserslist": {
  2643. "version": "4.14.5",
  2644. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.14.5.tgz",
  2645. "integrity": "sha512-Z+vsCZIvCBvqLoYkBFTwEYH3v5MCQbsAjp50ERycpOjnPmolg1Gjy4+KaWWpm8QOJt9GHkhdqAl14NpCX73CWA==",
  2646. "dev": true,
  2647. "requires": {
  2648. "caniuse-lite": "^1.0.30001135",
  2649. "electron-to-chromium": "^1.3.571",
  2650. "escalade": "^3.1.0",
  2651. "node-releases": "^1.1.61"
  2652. }
  2653. },
  2654. "caniuse-lite": {
  2655. "version": "1.0.30001148",
  2656. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001148.tgz",
  2657. "integrity": "sha512-E66qcd0KMKZHNJQt9hiLZGE3J4zuTqE1OnU53miEVtylFbwOEmeA5OsRu90noZful+XGSQOni1aT2tiqu/9yYw==",
  2658. "dev": true
  2659. },
  2660. "electron-to-chromium": {
  2661. "version": "1.3.580",
  2662. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.580.tgz",
  2663. "integrity": "sha512-5flHTbRpptO6h3lQUG4zdSAxryAS3PrZOkLpLS0DL5/y2LBf+l9HJ8X6UBorNs1QRBrMR7u/QvkdK+GlekW1kQ==",
  2664. "dev": true
  2665. },
  2666. "semver": {
  2667. "version": "7.0.0",
  2668. "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz",
  2669. "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==",
  2670. "dev": true
  2671. }
  2672. }
  2673. },
  2674. "cross-spawn": {
  2675. "version": "7.0.3",
  2676. "resolved": "https://mirrors.tencent.com/npm/cross-spawn/-/cross-spawn-7.0.3.tgz",
  2677. "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
  2678. "dev": true,
  2679. "requires": {
  2680. "path-key": "^3.1.0",
  2681. "shebang-command": "^2.0.0",
  2682. "which": "^2.0.1"
  2683. }
  2684. },
  2685. "debug": {
  2686. "version": "2.6.9",
  2687. "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  2688. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  2689. "dev": true,
  2690. "requires": {
  2691. "ms": "2.0.0"
  2692. }
  2693. },
  2694. "deep-is": {
  2695. "version": "0.1.4",
  2696. "resolved": "https://mirrors.tencent.com/npm/deep-is/-/deep-is-0.1.4.tgz",
  2697. "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  2698. "dev": true
  2699. },
  2700. "deepmerge": {
  2701. "version": "4.2.2",
  2702. "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz",
  2703. "integrity": "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==",
  2704. "dev": true
  2705. },
  2706. "define-properties": {
  2707. "version": "1.1.3",
  2708. "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz",
  2709. "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==",
  2710. "dev": true,
  2711. "requires": {
  2712. "object-keys": "^1.0.12"
  2713. }
  2714. },
  2715. "dir-glob": {
  2716. "version": "3.0.1",
  2717. "resolved": "https://mirrors.tencent.com/npm/dir-glob/-/dir-glob-3.0.1.tgz",
  2718. "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
  2719. "dev": true,
  2720. "requires": {
  2721. "path-type": "^4.0.0"
  2722. }
  2723. },
  2724. "doctrine": {
  2725. "version": "3.0.0",
  2726. "resolved": "https://mirrors.tencent.com/npm/doctrine/-/doctrine-3.0.0.tgz",
  2727. "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
  2728. "dev": true,
  2729. "requires": {
  2730. "esutils": "^2.0.2"
  2731. }
  2732. },
  2733. "electron-to-chromium": {
  2734. "version": "1.3.570",
  2735. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.570.tgz",
  2736. "integrity": "sha512-Y6OCoVQgFQBP5py6A/06+yWxUZHDlNr/gNDGatjH8AZqXl8X0tE4LfjLJsXGz/JmWJz8a6K7bR1k+QzZ+k//fg==",
  2737. "dev": true
  2738. },
  2739. "enquirer": {
  2740. "version": "2.3.6",
  2741. "resolved": "https://mirrors.tencent.com/npm/enquirer/-/enquirer-2.3.6.tgz",
  2742. "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==",
  2743. "dev": true,
  2744. "requires": {
  2745. "ansi-colors": "^4.1.1"
  2746. }
  2747. },
  2748. "es-abstract": {
  2749. "version": "1.18.0-next.1",
  2750. "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0-next.1.tgz",
  2751. "integrity": "sha512-I4UGspA0wpZXWENrdA0uHbnhte683t3qT/1VFH9aX2dA5PPSf6QW5HHXf5HImaqPmjXaVeVk4RGWnaylmV7uAA==",
  2752. "dev": true,
  2753. "requires": {
  2754. "es-to-primitive": "^1.2.1",
  2755. "function-bind": "^1.1.1",
  2756. "has": "^1.0.3",
  2757. "has-symbols": "^1.0.1",
  2758. "is-callable": "^1.2.2",
  2759. "is-negative-zero": "^2.0.0",
  2760. "is-regex": "^1.1.1",
  2761. "object-inspect": "^1.8.0",
  2762. "object-keys": "^1.1.1",
  2763. "object.assign": "^4.1.1",
  2764. "string.prototype.trimend": "^1.0.1",
  2765. "string.prototype.trimstart": "^1.0.1"
  2766. }
  2767. },
  2768. "es-shim-unscopables": {
  2769. "version": "1.0.0",
  2770. "resolved": "https://mirrors.tencent.com/npm/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz",
  2771. "integrity": "sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==",
  2772. "dev": true,
  2773. "requires": {
  2774. "has": "^1.0.3"
  2775. }
  2776. },
  2777. "es-to-primitive": {
  2778. "version": "1.2.1",
  2779. "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
  2780. "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
  2781. "dev": true,
  2782. "requires": {
  2783. "is-callable": "^1.1.4",
  2784. "is-date-object": "^1.0.1",
  2785. "is-symbol": "^1.0.2"
  2786. }
  2787. },
  2788. "escalade": {
  2789. "version": "3.1.1",
  2790. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
  2791. "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
  2792. "dev": true
  2793. },
  2794. "escape-string-regexp": {
  2795. "version": "1.0.5",
  2796. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  2797. "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
  2798. "dev": true
  2799. },
  2800. "eslint": {
  2801. "version": "8.2.0",
  2802. "resolved": "https://mirrors.tencent.com/npm/eslint/-/eslint-8.2.0.tgz",
  2803. "integrity": "sha512-erw7XmM+CLxTOickrimJ1SiF55jiNlVSp2qqm0NuBWPtHYQCegD5ZMaW0c3i5ytPqL+SSLaCxdvQXFPLJn+ABw==",
  2804. "dev": true,
  2805. "requires": {
  2806. "@eslint/eslintrc": "^1.0.4",
  2807. "@humanwhocodes/config-array": "^0.6.0",
  2808. "ajv": "^6.10.0",
  2809. "chalk": "^4.0.0",
  2810. "cross-spawn": "^7.0.2",
  2811. "debug": "^4.3.2",
  2812. "doctrine": "^3.0.0",
  2813. "enquirer": "^2.3.5",
  2814. "escape-string-regexp": "^4.0.0",
  2815. "eslint-scope": "^6.0.0",
  2816. "eslint-utils": "^3.0.0",
  2817. "eslint-visitor-keys": "^3.0.0",
  2818. "espree": "^9.0.0",
  2819. "esquery": "^1.4.0",
  2820. "esutils": "^2.0.2",
  2821. "fast-deep-equal": "^3.1.3",
  2822. "file-entry-cache": "^6.0.1",
  2823. "functional-red-black-tree": "^1.0.1",
  2824. "glob-parent": "^6.0.1",
  2825. "globals": "^13.6.0",
  2826. "ignore": "^4.0.6",
  2827. "import-fresh": "^3.0.0",
  2828. "imurmurhash": "^0.1.4",
  2829. "is-glob": "^4.0.0",
  2830. "js-yaml": "^4.1.0",
  2831. "json-stable-stringify-without-jsonify": "^1.0.1",
  2832. "levn": "^0.4.1",
  2833. "lodash.merge": "^4.6.2",
  2834. "minimatch": "^3.0.4",
  2835. "natural-compare": "^1.4.0",
  2836. "optionator": "^0.9.1",
  2837. "progress": "^2.0.0",
  2838. "regexpp": "^3.2.0",
  2839. "semver": "^7.2.1",
  2840. "strip-ansi": "^6.0.1",
  2841. "strip-json-comments": "^3.1.0",
  2842. "text-table": "^0.2.0",
  2843. "v8-compile-cache": "^2.0.3"
  2844. },
  2845. "dependencies": {
  2846. "ansi-regex": {
  2847. "version": "5.0.1",
  2848. "resolved": "https://mirrors.tencent.com/npm/ansi-regex/-/ansi-regex-5.0.1.tgz",
  2849. "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
  2850. "dev": true
  2851. },
  2852. "ansi-styles": {
  2853. "version": "4.3.0",
  2854. "resolved": "https://mirrors.tencent.com/npm/ansi-styles/-/ansi-styles-4.3.0.tgz",
  2855. "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
  2856. "dev": true,
  2857. "requires": {
  2858. "color-convert": "^2.0.1"
  2859. }
  2860. },
  2861. "chalk": {
  2862. "version": "4.1.2",
  2863. "resolved": "https://mirrors.tencent.com/npm/chalk/-/chalk-4.1.2.tgz",
  2864. "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
  2865. "dev": true,
  2866. "requires": {
  2867. "ansi-styles": "^4.1.0",
  2868. "supports-color": "^7.1.0"
  2869. }
  2870. },
  2871. "color-convert": {
  2872. "version": "2.0.1",
  2873. "resolved": "https://mirrors.tencent.com/npm/color-convert/-/color-convert-2.0.1.tgz",
  2874. "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
  2875. "dev": true,
  2876. "requires": {
  2877. "color-name": "~1.1.4"
  2878. }
  2879. },
  2880. "color-name": {
  2881. "version": "1.1.4",
  2882. "resolved": "https://mirrors.tencent.com/npm/color-name/-/color-name-1.1.4.tgz",
  2883. "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
  2884. "dev": true
  2885. },
  2886. "debug": {
  2887. "version": "4.3.4",
  2888. "resolved": "https://mirrors.tencent.com/npm/debug/-/debug-4.3.4.tgz",
  2889. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  2890. "dev": true,
  2891. "requires": {
  2892. "ms": "2.1.2"
  2893. }
  2894. },
  2895. "escape-string-regexp": {
  2896. "version": "4.0.0",
  2897. "resolved": "https://mirrors.tencent.com/npm/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  2898. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  2899. "dev": true
  2900. },
  2901. "eslint-scope": {
  2902. "version": "6.0.0",
  2903. "resolved": "https://mirrors.tencent.com/npm/eslint-scope/-/eslint-scope-6.0.0.tgz",
  2904. "integrity": "sha512-uRDL9MWmQCkaFus8RF5K9/L/2fn+80yoW3jkD53l4shjCh26fCtvJGasxjUqP5OT87SYTxCVA3BwTUzuELx9kA==",
  2905. "dev": true,
  2906. "requires": {
  2907. "esrecurse": "^4.3.0",
  2908. "estraverse": "^5.2.0"
  2909. }
  2910. },
  2911. "estraverse": {
  2912. "version": "5.3.0",
  2913. "resolved": "https://mirrors.tencent.com/npm/estraverse/-/estraverse-5.3.0.tgz",
  2914. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  2915. "dev": true
  2916. },
  2917. "glob-parent": {
  2918. "version": "6.0.2",
  2919. "resolved": "https://mirrors.tencent.com/npm/glob-parent/-/glob-parent-6.0.2.tgz",
  2920. "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
  2921. "dev": true,
  2922. "requires": {
  2923. "is-glob": "^4.0.3"
  2924. }
  2925. },
  2926. "globals": {
  2927. "version": "13.17.0",
  2928. "resolved": "https://mirrors.tencent.com/npm/globals/-/globals-13.17.0.tgz",
  2929. "integrity": "sha512-1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw==",
  2930. "dev": true,
  2931. "requires": {
  2932. "type-fest": "^0.20.2"
  2933. }
  2934. },
  2935. "has-flag": {
  2936. "version": "4.0.0",
  2937. "resolved": "https://mirrors.tencent.com/npm/has-flag/-/has-flag-4.0.0.tgz",
  2938. "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
  2939. "dev": true
  2940. },
  2941. "ignore": {
  2942. "version": "4.0.6",
  2943. "resolved": "https://mirrors.tencent.com/npm/ignore/-/ignore-4.0.6.tgz",
  2944. "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==",
  2945. "dev": true
  2946. },
  2947. "ms": {
  2948. "version": "2.1.2",
  2949. "resolved": "https://mirrors.tencent.com/npm/ms/-/ms-2.1.2.tgz",
  2950. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
  2951. "dev": true
  2952. },
  2953. "semver": {
  2954. "version": "7.3.7",
  2955. "resolved": "https://mirrors.tencent.com/npm/semver/-/semver-7.3.7.tgz",
  2956. "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
  2957. "dev": true,
  2958. "requires": {
  2959. "lru-cache": "^6.0.0"
  2960. }
  2961. },
  2962. "strip-ansi": {
  2963. "version": "6.0.1",
  2964. "resolved": "https://mirrors.tencent.com/npm/strip-ansi/-/strip-ansi-6.0.1.tgz",
  2965. "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
  2966. "dev": true,
  2967. "requires": {
  2968. "ansi-regex": "^5.0.1"
  2969. }
  2970. },
  2971. "supports-color": {
  2972. "version": "7.2.0",
  2973. "resolved": "https://mirrors.tencent.com/npm/supports-color/-/supports-color-7.2.0.tgz",
  2974. "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
  2975. "dev": true,
  2976. "requires": {
  2977. "has-flag": "^4.0.0"
  2978. }
  2979. }
  2980. }
  2981. },
  2982. "eslint-config-prettier": {
  2983. "version": "8.3.0",
  2984. "resolved": "https://mirrors.tencent.com/npm/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz",
  2985. "integrity": "sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==",
  2986. "dev": true
  2987. },
  2988. "eslint-import-resolver-node": {
  2989. "version": "0.3.6",
  2990. "resolved": "https://mirrors.tencent.com/npm/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz",
  2991. "integrity": "sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==",
  2992. "dev": true,
  2993. "requires": {
  2994. "debug": "^3.2.7",
  2995. "resolve": "^1.20.0"
  2996. },
  2997. "dependencies": {
  2998. "debug": {
  2999. "version": "3.2.7",
  3000. "resolved": "https://mirrors.tencent.com/npm/debug/-/debug-3.2.7.tgz",
  3001. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  3002. "dev": true,
  3003. "requires": {
  3004. "ms": "^2.1.1"
  3005. }
  3006. },
  3007. "ms": {
  3008. "version": "2.1.3",
  3009. "resolved": "https://mirrors.tencent.com/npm/ms/-/ms-2.1.3.tgz",
  3010. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  3011. "dev": true
  3012. },
  3013. "path-parse": {
  3014. "version": "1.0.7",
  3015. "resolved": "https://mirrors.tencent.com/npm/path-parse/-/path-parse-1.0.7.tgz",
  3016. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  3017. "dev": true
  3018. },
  3019. "resolve": {
  3020. "version": "1.22.1",
  3021. "resolved": "https://mirrors.tencent.com/npm/resolve/-/resolve-1.22.1.tgz",
  3022. "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==",
  3023. "dev": true,
  3024. "requires": {
  3025. "is-core-module": "^2.9.0",
  3026. "path-parse": "^1.0.7",
  3027. "supports-preserve-symlinks-flag": "^1.0.0"
  3028. }
  3029. }
  3030. }
  3031. },
  3032. "eslint-module-utils": {
  3033. "version": "2.7.3",
  3034. "resolved": "https://mirrors.tencent.com/npm/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz",
  3035. "integrity": "sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==",
  3036. "dev": true,
  3037. "requires": {
  3038. "debug": "^3.2.7",
  3039. "find-up": "^2.1.0"
  3040. },
  3041. "dependencies": {
  3042. "debug": {
  3043. "version": "3.2.7",
  3044. "resolved": "https://mirrors.tencent.com/npm/debug/-/debug-3.2.7.tgz",
  3045. "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
  3046. "dev": true,
  3047. "requires": {
  3048. "ms": "^2.1.1"
  3049. }
  3050. },
  3051. "find-up": {
  3052. "version": "2.1.0",
  3053. "resolved": "https://mirrors.tencent.com/npm/find-up/-/find-up-2.1.0.tgz",
  3054. "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
  3055. "dev": true,
  3056. "requires": {
  3057. "locate-path": "^2.0.0"
  3058. }
  3059. },
  3060. "locate-path": {
  3061. "version": "2.0.0",
  3062. "resolved": "https://mirrors.tencent.com/npm/locate-path/-/locate-path-2.0.0.tgz",
  3063. "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=",
  3064. "dev": true,
  3065. "requires": {
  3066. "p-locate": "^2.0.0",
  3067. "path-exists": "^3.0.0"
  3068. }
  3069. },
  3070. "ms": {
  3071. "version": "2.1.3",
  3072. "resolved": "https://mirrors.tencent.com/npm/ms/-/ms-2.1.3.tgz",
  3073. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  3074. "dev": true
  3075. },
  3076. "p-limit": {
  3077. "version": "1.3.0",
  3078. "resolved": "https://mirrors.tencent.com/npm/p-limit/-/p-limit-1.3.0.tgz",
  3079. "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==",
  3080. "dev": true,
  3081. "requires": {
  3082. "p-try": "^1.0.0"
  3083. }
  3084. },
  3085. "p-locate": {
  3086. "version": "2.0.0",
  3087. "resolved": "https://mirrors.tencent.com/npm/p-locate/-/p-locate-2.0.0.tgz",
  3088. "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=",
  3089. "dev": true,
  3090. "requires": {
  3091. "p-limit": "^1.1.0"
  3092. }
  3093. },
  3094. "p-try": {
  3095. "version": "1.0.0",
  3096. "resolved": "https://mirrors.tencent.com/npm/p-try/-/p-try-1.0.0.tgz",
  3097. "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=",
  3098. "dev": true
  3099. },
  3100. "path-exists": {
  3101. "version": "3.0.0",
  3102. "resolved": "https://mirrors.tencent.com/npm/path-exists/-/path-exists-3.0.0.tgz",
  3103. "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
  3104. "dev": true
  3105. }
  3106. }
  3107. },
  3108. "eslint-plugin-import": {
  3109. "version": "2.25.3",
  3110. "resolved": "https://mirrors.tencent.com/npm/eslint-plugin-import/-/eslint-plugin-import-2.25.3.tgz",
  3111. "integrity": "sha512-RzAVbby+72IB3iOEL8clzPLzL3wpDrlwjsTBAQXgyp5SeTqqY+0bFubwuo+y/HLhNZcXV4XqTBO4LGsfyHIDXg==",
  3112. "dev": true,
  3113. "requires": {
  3114. "array-includes": "^3.1.4",
  3115. "array.prototype.flat": "^1.2.5",
  3116. "debug": "^2.6.9",
  3117. "doctrine": "^2.1.0",
  3118. "eslint-import-resolver-node": "^0.3.6",
  3119. "eslint-module-utils": "^2.7.1",
  3120. "has": "^1.0.3",
  3121. "is-core-module": "^2.8.0",
  3122. "is-glob": "^4.0.3",
  3123. "minimatch": "^3.0.4",
  3124. "object.values": "^1.1.5",
  3125. "resolve": "^1.20.0",
  3126. "tsconfig-paths": "^3.11.0"
  3127. },
  3128. "dependencies": {
  3129. "doctrine": {
  3130. "version": "2.1.0",
  3131. "resolved": "https://mirrors.tencent.com/npm/doctrine/-/doctrine-2.1.0.tgz",
  3132. "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  3133. "dev": true,
  3134. "requires": {
  3135. "esutils": "^2.0.2"
  3136. }
  3137. },
  3138. "path-parse": {
  3139. "version": "1.0.7",
  3140. "resolved": "https://mirrors.tencent.com/npm/path-parse/-/path-parse-1.0.7.tgz",
  3141. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  3142. "dev": true
  3143. },
  3144. "resolve": {
  3145. "version": "1.22.1",
  3146. "resolved": "https://mirrors.tencent.com/npm/resolve/-/resolve-1.22.1.tgz",
  3147. "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==",
  3148. "dev": true,
  3149. "requires": {
  3150. "is-core-module": "^2.9.0",
  3151. "path-parse": "^1.0.7",
  3152. "supports-preserve-symlinks-flag": "^1.0.0"
  3153. }
  3154. }
  3155. }
  3156. },
  3157. "eslint-plugin-prettier": {
  3158. "version": "4.0.0",
  3159. "resolved": "https://mirrors.tencent.com/npm/eslint-plugin-prettier/-/eslint-plugin-prettier-4.0.0.tgz",
  3160. "integrity": "sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==",
  3161. "dev": true,
  3162. "requires": {
  3163. "prettier-linter-helpers": "^1.0.0"
  3164. }
  3165. },
  3166. "eslint-scope": {
  3167. "version": "5.1.1",
  3168. "resolved": "https://mirrors.tencent.com/npm/eslint-scope/-/eslint-scope-5.1.1.tgz",
  3169. "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
  3170. "dev": true,
  3171. "requires": {
  3172. "esrecurse": "^4.3.0",
  3173. "estraverse": "^4.1.1"
  3174. }
  3175. },
  3176. "eslint-utils": {
  3177. "version": "3.0.0",
  3178. "resolved": "https://mirrors.tencent.com/npm/eslint-utils/-/eslint-utils-3.0.0.tgz",
  3179. "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==",
  3180. "dev": true,
  3181. "requires": {
  3182. "eslint-visitor-keys": "^2.0.0"
  3183. },
  3184. "dependencies": {
  3185. "eslint-visitor-keys": {
  3186. "version": "2.1.0",
  3187. "resolved": "https://mirrors.tencent.com/npm/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
  3188. "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
  3189. "dev": true
  3190. }
  3191. }
  3192. },
  3193. "eslint-visitor-keys": {
  3194. "version": "3.3.0",
  3195. "resolved": "https://mirrors.tencent.com/npm/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz",
  3196. "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==",
  3197. "dev": true
  3198. },
  3199. "espree": {
  3200. "version": "9.3.3",
  3201. "resolved": "https://mirrors.tencent.com/npm/espree/-/espree-9.3.3.tgz",
  3202. "integrity": "sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng==",
  3203. "dev": true,
  3204. "requires": {
  3205. "acorn": "^8.8.0",
  3206. "acorn-jsx": "^5.3.2",
  3207. "eslint-visitor-keys": "^3.3.0"
  3208. }
  3209. },
  3210. "esquery": {
  3211. "version": "1.4.0",
  3212. "resolved": "https://mirrors.tencent.com/npm/esquery/-/esquery-1.4.0.tgz",
  3213. "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==",
  3214. "dev": true,
  3215. "requires": {
  3216. "estraverse": "^5.1.0"
  3217. },
  3218. "dependencies": {
  3219. "estraverse": {
  3220. "version": "5.3.0",
  3221. "resolved": "https://mirrors.tencent.com/npm/estraverse/-/estraverse-5.3.0.tgz",
  3222. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  3223. "dev": true
  3224. }
  3225. }
  3226. },
  3227. "esrecurse": {
  3228. "version": "4.3.0",
  3229. "resolved": "https://mirrors.tencent.com/npm/esrecurse/-/esrecurse-4.3.0.tgz",
  3230. "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
  3231. "dev": true,
  3232. "requires": {
  3233. "estraverse": "^5.2.0"
  3234. },
  3235. "dependencies": {
  3236. "estraverse": {
  3237. "version": "5.3.0",
  3238. "resolved": "https://mirrors.tencent.com/npm/estraverse/-/estraverse-5.3.0.tgz",
  3239. "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
  3240. "dev": true
  3241. }
  3242. }
  3243. },
  3244. "estraverse": {
  3245. "version": "4.3.0",
  3246. "resolved": "https://mirrors.tencent.com/npm/estraverse/-/estraverse-4.3.0.tgz",
  3247. "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
  3248. "dev": true
  3249. },
  3250. "estree-walker": {
  3251. "version": "1.0.1",
  3252. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz",
  3253. "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==",
  3254. "dev": true
  3255. },
  3256. "esutils": {
  3257. "version": "2.0.3",
  3258. "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  3259. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  3260. "dev": true
  3261. },
  3262. "fast-deep-equal": {
  3263. "version": "3.1.3",
  3264. "resolved": "https://mirrors.tencent.com/npm/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  3265. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  3266. "dev": true
  3267. },
  3268. "fast-diff": {
  3269. "version": "1.2.0",
  3270. "resolved": "https://mirrors.tencent.com/npm/fast-diff/-/fast-diff-1.2.0.tgz",
  3271. "integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==",
  3272. "dev": true
  3273. },
  3274. "fast-glob": {
  3275. "version": "3.2.11",
  3276. "resolved": "https://mirrors.tencent.com/npm/fast-glob/-/fast-glob-3.2.11.tgz",
  3277. "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==",
  3278. "dev": true,
  3279. "requires": {
  3280. "@nodelib/fs.stat": "^2.0.2",
  3281. "@nodelib/fs.walk": "^1.2.3",
  3282. "glob-parent": "^5.1.2",
  3283. "merge2": "^1.3.0",
  3284. "micromatch": "^4.0.4"
  3285. }
  3286. },
  3287. "fast-json-stable-stringify": {
  3288. "version": "2.1.0",
  3289. "resolved": "https://mirrors.tencent.com/npm/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  3290. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  3291. "dev": true
  3292. },
  3293. "fast-levenshtein": {
  3294. "version": "2.0.6",
  3295. "resolved": "https://mirrors.tencent.com/npm/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
  3296. "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=",
  3297. "dev": true
  3298. },
  3299. "fastq": {
  3300. "version": "1.13.0",
  3301. "resolved": "https://mirrors.tencent.com/npm/fastq/-/fastq-1.13.0.tgz",
  3302. "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==",
  3303. "dev": true,
  3304. "requires": {
  3305. "reusify": "^1.0.4"
  3306. }
  3307. },
  3308. "file-entry-cache": {
  3309. "version": "6.0.1",
  3310. "resolved": "https://mirrors.tencent.com/npm/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
  3311. "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
  3312. "dev": true,
  3313. "requires": {
  3314. "flat-cache": "^3.0.4"
  3315. }
  3316. },
  3317. "fill-range": {
  3318. "version": "7.0.1",
  3319. "resolved": "https://mirrors.tencent.com/npm/fill-range/-/fill-range-7.0.1.tgz",
  3320. "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
  3321. "dev": true,
  3322. "requires": {
  3323. "to-regex-range": "^5.0.1"
  3324. }
  3325. },
  3326. "find-cache-dir": {
  3327. "version": "3.3.1",
  3328. "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.1.tgz",
  3329. "integrity": "sha512-t2GDMt3oGC/v+BMwzmllWDuJF/xcDtE5j/fCGbqDD7OLuJkj0cfh1YSA5VKPvwMeLFLNDBkwOKZ2X85jGLVftQ==",
  3330. "dev": true,
  3331. "requires": {
  3332. "commondir": "^1.0.1",
  3333. "make-dir": "^3.0.2",
  3334. "pkg-dir": "^4.1.0"
  3335. }
  3336. },
  3337. "find-up": {
  3338. "version": "4.1.0",
  3339. "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
  3340. "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
  3341. "dev": true,
  3342. "requires": {
  3343. "locate-path": "^5.0.0",
  3344. "path-exists": "^4.0.0"
  3345. }
  3346. },
  3347. "flat-cache": {
  3348. "version": "3.0.4",
  3349. "resolved": "https://mirrors.tencent.com/npm/flat-cache/-/flat-cache-3.0.4.tgz",
  3350. "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==",
  3351. "dev": true,
  3352. "requires": {
  3353. "flatted": "^3.1.0",
  3354. "rimraf": "^3.0.2"
  3355. }
  3356. },
  3357. "flatted": {
  3358. "version": "3.2.6",
  3359. "resolved": "https://mirrors.tencent.com/npm/flatted/-/flatted-3.2.6.tgz",
  3360. "integrity": "sha512-0sQoMh9s0BYsm+12Huy/rkKxVu4R1+r96YX5cG44rHV0pQ6iC3Q+mkoMFaGWObMFYQxCVT+ssG1ksneA2MI9KQ==",
  3361. "dev": true
  3362. },
  3363. "fs.realpath": {
  3364. "version": "1.0.0",
  3365. "resolved": "https://mirrors.tencent.com/npm/fs.realpath/-/fs.realpath-1.0.0.tgz",
  3366. "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
  3367. "dev": true
  3368. },
  3369. "fsevents": {
  3370. "version": "2.1.3",
  3371. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz",
  3372. "integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==",
  3373. "dev": true,
  3374. "optional": true
  3375. },
  3376. "function-bind": {
  3377. "version": "1.1.1",
  3378. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
  3379. "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",
  3380. "dev": true
  3381. },
  3382. "function.prototype.name": {
  3383. "version": "1.1.5",
  3384. "resolved": "https://mirrors.tencent.com/npm/function.prototype.name/-/function.prototype.name-1.1.5.tgz",
  3385. "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==",
  3386. "dev": true,
  3387. "requires": {
  3388. "call-bind": "^1.0.2",
  3389. "define-properties": "^1.1.3",
  3390. "es-abstract": "^1.19.0",
  3391. "functions-have-names": "^1.2.2"
  3392. },
  3393. "dependencies": {
  3394. "es-abstract": {
  3395. "version": "1.20.1",
  3396. "resolved": "https://mirrors.tencent.com/npm/es-abstract/-/es-abstract-1.20.1.tgz",
  3397. "integrity": "sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==",
  3398. "dev": true,
  3399. "requires": {
  3400. "call-bind": "^1.0.2",
  3401. "es-to-primitive": "^1.2.1",
  3402. "function-bind": "^1.1.1",
  3403. "function.prototype.name": "^1.1.5",
  3404. "get-intrinsic": "^1.1.1",
  3405. "get-symbol-description": "^1.0.0",
  3406. "has": "^1.0.3",
  3407. "has-property-descriptors": "^1.0.0",
  3408. "has-symbols": "^1.0.3",
  3409. "internal-slot": "^1.0.3",
  3410. "is-callable": "^1.2.4",
  3411. "is-negative-zero": "^2.0.2",
  3412. "is-regex": "^1.1.4",
  3413. "is-shared-array-buffer": "^1.0.2",
  3414. "is-string": "^1.0.7",
  3415. "is-weakref": "^1.0.2",
  3416. "object-inspect": "^1.12.0",
  3417. "object-keys": "^1.1.1",
  3418. "object.assign": "^4.1.2",
  3419. "regexp.prototype.flags": "^1.4.3",
  3420. "string.prototype.trimend": "^1.0.5",
  3421. "string.prototype.trimstart": "^1.0.5",
  3422. "unbox-primitive": "^1.0.2"
  3423. }
  3424. },
  3425. "has-symbols": {
  3426. "version": "1.0.3",
  3427. "resolved": "https://mirrors.tencent.com/npm/has-symbols/-/has-symbols-1.0.3.tgz",
  3428. "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
  3429. "dev": true
  3430. },
  3431. "is-callable": {
  3432. "version": "1.2.4",
  3433. "resolved": "https://mirrors.tencent.com/npm/is-callable/-/is-callable-1.2.4.tgz",
  3434. "integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==",
  3435. "dev": true
  3436. },
  3437. "is-negative-zero": {
  3438. "version": "2.0.2",
  3439. "resolved": "https://mirrors.tencent.com/npm/is-negative-zero/-/is-negative-zero-2.0.2.tgz",
  3440. "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==",
  3441. "dev": true
  3442. },
  3443. "is-regex": {
  3444. "version": "1.1.4",
  3445. "resolved": "https://mirrors.tencent.com/npm/is-regex/-/is-regex-1.1.4.tgz",
  3446. "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
  3447. "dev": true,
  3448. "requires": {
  3449. "call-bind": "^1.0.2",
  3450. "has-tostringtag": "^1.0.0"
  3451. }
  3452. },
  3453. "object-inspect": {
  3454. "version": "1.12.2",
  3455. "resolved": "https://mirrors.tencent.com/npm/object-inspect/-/object-inspect-1.12.2.tgz",
  3456. "integrity": "sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==",
  3457. "dev": true
  3458. },
  3459. "object.assign": {
  3460. "version": "4.1.2",
  3461. "resolved": "https://mirrors.tencent.com/npm/object.assign/-/object.assign-4.1.2.tgz",
  3462. "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==",
  3463. "dev": true,
  3464. "requires": {
  3465. "call-bind": "^1.0.0",
  3466. "define-properties": "^1.1.3",
  3467. "has-symbols": "^1.0.1",
  3468. "object-keys": "^1.1.1"
  3469. }
  3470. },
  3471. "string.prototype.trimend": {
  3472. "version": "1.0.5",
  3473. "resolved": "https://mirrors.tencent.com/npm/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz",
  3474. "integrity": "sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==",
  3475. "dev": true,
  3476. "requires": {
  3477. "call-bind": "^1.0.2",
  3478. "define-properties": "^1.1.4",
  3479. "es-abstract": "^1.19.5"
  3480. },
  3481. "dependencies": {
  3482. "define-properties": {
  3483. "version": "1.1.4",
  3484. "resolved": "https://mirrors.tencent.com/npm/define-properties/-/define-properties-1.1.4.tgz",
  3485. "integrity": "sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==",
  3486. "dev": true,
  3487. "requires": {
  3488. "has-property-descriptors": "^1.0.0",
  3489. "object-keys": "^1.1.1"
  3490. }
  3491. }
  3492. }
  3493. },
  3494. "string.prototype.trimstart": {
  3495. "version": "1.0.5",
  3496. "resolved": "https://mirrors.tencent.com/npm/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz",
  3497. "integrity": "sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==",
  3498. "dev": true,
  3499. "requires": {
  3500. "call-bind": "^1.0.2",
  3501. "define-properties": "^1.1.4",
  3502. "es-abstract": "^1.19.5"
  3503. },
  3504. "dependencies": {
  3505. "define-properties": {
  3506. "version": "1.1.4",
  3507. "resolved": "https://mirrors.tencent.com/npm/define-properties/-/define-properties-1.1.4.tgz",
  3508. "integrity": "sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==",
  3509. "dev": true,
  3510. "requires": {
  3511. "has-property-descriptors": "^1.0.0",
  3512. "object-keys": "^1.1.1"
  3513. }
  3514. }
  3515. }
  3516. }
  3517. }
  3518. },
  3519. "functional-red-black-tree": {
  3520. "version": "1.0.1",
  3521. "resolved": "https://mirrors.tencent.com/npm/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz",
  3522. "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=",
  3523. "dev": true
  3524. },
  3525. "functions-have-names": {
  3526. "version": "1.2.3",
  3527. "resolved": "https://mirrors.tencent.com/npm/functions-have-names/-/functions-have-names-1.2.3.tgz",
  3528. "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
  3529. "dev": true
  3530. },
  3531. "gensync": {
  3532. "version": "1.0.0-beta.1",
  3533. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.1.tgz",
  3534. "integrity": "sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg==",
  3535. "dev": true
  3536. },
  3537. "get-intrinsic": {
  3538. "version": "1.1.2",
  3539. "resolved": "https://mirrors.tencent.com/npm/get-intrinsic/-/get-intrinsic-1.1.2.tgz",
  3540. "integrity": "sha512-Jfm3OyCxHh9DJyc28qGk+JmfkpO41A4XkneDSujN9MDXrm4oDKdHvndhZ2dN94+ERNfkYJWDclW6k2L/ZGHjXA==",
  3541. "dev": true,
  3542. "requires": {
  3543. "function-bind": "^1.1.1",
  3544. "has": "^1.0.3",
  3545. "has-symbols": "^1.0.3"
  3546. },
  3547. "dependencies": {
  3548. "has-symbols": {
  3549. "version": "1.0.3",
  3550. "resolved": "https://mirrors.tencent.com/npm/has-symbols/-/has-symbols-1.0.3.tgz",
  3551. "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
  3552. "dev": true
  3553. }
  3554. }
  3555. },
  3556. "get-symbol-description": {
  3557. "version": "1.0.0",
  3558. "resolved": "https://mirrors.tencent.com/npm/get-symbol-description/-/get-symbol-description-1.0.0.tgz",
  3559. "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==",
  3560. "dev": true,
  3561. "requires": {
  3562. "call-bind": "^1.0.2",
  3563. "get-intrinsic": "^1.1.1"
  3564. }
  3565. },
  3566. "glob": {
  3567. "version": "7.2.3",
  3568. "resolved": "https://mirrors.tencent.com/npm/glob/-/glob-7.2.3.tgz",
  3569. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  3570. "dev": true,
  3571. "requires": {
  3572. "fs.realpath": "^1.0.0",
  3573. "inflight": "^1.0.4",
  3574. "inherits": "2",
  3575. "minimatch": "^3.1.1",
  3576. "once": "^1.3.0",
  3577. "path-is-absolute": "^1.0.0"
  3578. }
  3579. },
  3580. "glob-parent": {
  3581. "version": "5.1.2",
  3582. "resolved": "https://mirrors.tencent.com/npm/glob-parent/-/glob-parent-5.1.2.tgz",
  3583. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  3584. "dev": true,
  3585. "requires": {
  3586. "is-glob": "^4.0.1"
  3587. }
  3588. },
  3589. "globals": {
  3590. "version": "9.18.0",
  3591. "resolved": "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz",
  3592. "integrity": "sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==",
  3593. "dev": true
  3594. },
  3595. "globby": {
  3596. "version": "11.1.0",
  3597. "resolved": "https://mirrors.tencent.com/npm/globby/-/globby-11.1.0.tgz",
  3598. "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
  3599. "dev": true,
  3600. "requires": {
  3601. "array-union": "^2.1.0",
  3602. "dir-glob": "^3.0.1",
  3603. "fast-glob": "^3.2.9",
  3604. "ignore": "^5.2.0",
  3605. "merge2": "^1.4.1",
  3606. "slash": "^3.0.0"
  3607. }
  3608. },
  3609. "graceful-fs": {
  3610. "version": "4.2.4",
  3611. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz",
  3612. "integrity": "sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==",
  3613. "dev": true
  3614. },
  3615. "has": {
  3616. "version": "1.0.3",
  3617. "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
  3618. "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
  3619. "dev": true,
  3620. "requires": {
  3621. "function-bind": "^1.1.1"
  3622. }
  3623. },
  3624. "has-ansi": {
  3625. "version": "2.0.0",
  3626. "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
  3627. "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
  3628. "dev": true,
  3629. "requires": {
  3630. "ansi-regex": "^2.0.0"
  3631. }
  3632. },
  3633. "has-bigints": {
  3634. "version": "1.0.2",
  3635. "resolved": "https://mirrors.tencent.com/npm/has-bigints/-/has-bigints-1.0.2.tgz",
  3636. "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==",
  3637. "dev": true
  3638. },
  3639. "has-flag": {
  3640. "version": "3.0.0",
  3641. "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
  3642. "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=",
  3643. "dev": true
  3644. },
  3645. "has-property-descriptors": {
  3646. "version": "1.0.0",
  3647. "resolved": "https://mirrors.tencent.com/npm/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz",
  3648. "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==",
  3649. "dev": true,
  3650. "requires": {
  3651. "get-intrinsic": "^1.1.1"
  3652. }
  3653. },
  3654. "has-symbols": {
  3655. "version": "1.0.1",
  3656. "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz",
  3657. "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==",
  3658. "dev": true
  3659. },
  3660. "has-tostringtag": {
  3661. "version": "1.0.0",
  3662. "resolved": "https://mirrors.tencent.com/npm/has-tostringtag/-/has-tostringtag-1.0.0.tgz",
  3663. "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==",
  3664. "dev": true,
  3665. "requires": {
  3666. "has-symbols": "^1.0.2"
  3667. },
  3668. "dependencies": {
  3669. "has-symbols": {
  3670. "version": "1.0.3",
  3671. "resolved": "https://mirrors.tencent.com/npm/has-symbols/-/has-symbols-1.0.3.tgz",
  3672. "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
  3673. "dev": true
  3674. }
  3675. }
  3676. },
  3677. "ignore": {
  3678. "version": "5.2.0",
  3679. "resolved": "https://mirrors.tencent.com/npm/ignore/-/ignore-5.2.0.tgz",
  3680. "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==",
  3681. "dev": true
  3682. },
  3683. "import-fresh": {
  3684. "version": "3.3.0",
  3685. "resolved": "https://mirrors.tencent.com/npm/import-fresh/-/import-fresh-3.3.0.tgz",
  3686. "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
  3687. "dev": true,
  3688. "requires": {
  3689. "parent-module": "^1.0.0",
  3690. "resolve-from": "^4.0.0"
  3691. }
  3692. },
  3693. "imurmurhash": {
  3694. "version": "0.1.4",
  3695. "resolved": "https://mirrors.tencent.com/npm/imurmurhash/-/imurmurhash-0.1.4.tgz",
  3696. "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=",
  3697. "dev": true
  3698. },
  3699. "inflight": {
  3700. "version": "1.0.6",
  3701. "resolved": "https://mirrors.tencent.com/npm/inflight/-/inflight-1.0.6.tgz",
  3702. "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
  3703. "dev": true,
  3704. "requires": {
  3705. "once": "^1.3.0",
  3706. "wrappy": "1"
  3707. }
  3708. },
  3709. "inherits": {
  3710. "version": "2.0.4",
  3711. "resolved": "https://mirrors.tencent.com/npm/inherits/-/inherits-2.0.4.tgz",
  3712. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  3713. "dev": true
  3714. },
  3715. "internal-slot": {
  3716. "version": "1.0.3",
  3717. "resolved": "https://mirrors.tencent.com/npm/internal-slot/-/internal-slot-1.0.3.tgz",
  3718. "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==",
  3719. "dev": true,
  3720. "requires": {
  3721. "get-intrinsic": "^1.1.0",
  3722. "has": "^1.0.3",
  3723. "side-channel": "^1.0.4"
  3724. }
  3725. },
  3726. "invariant": {
  3727. "version": "2.2.4",
  3728. "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz",
  3729. "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==",
  3730. "dev": true,
  3731. "requires": {
  3732. "loose-envify": "^1.0.0"
  3733. }
  3734. },
  3735. "is-bigint": {
  3736. "version": "1.0.4",
  3737. "resolved": "https://mirrors.tencent.com/npm/is-bigint/-/is-bigint-1.0.4.tgz",
  3738. "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==",
  3739. "dev": true,
  3740. "requires": {
  3741. "has-bigints": "^1.0.1"
  3742. }
  3743. },
  3744. "is-boolean-object": {
  3745. "version": "1.1.2",
  3746. "resolved": "https://mirrors.tencent.com/npm/is-boolean-object/-/is-boolean-object-1.1.2.tgz",
  3747. "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==",
  3748. "dev": true,
  3749. "requires": {
  3750. "call-bind": "^1.0.2",
  3751. "has-tostringtag": "^1.0.0"
  3752. }
  3753. },
  3754. "is-callable": {
  3755. "version": "1.2.2",
  3756. "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.2.tgz",
  3757. "integrity": "sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA==",
  3758. "dev": true
  3759. },
  3760. "is-core-module": {
  3761. "version": "2.9.0",
  3762. "resolved": "https://mirrors.tencent.com/npm/is-core-module/-/is-core-module-2.9.0.tgz",
  3763. "integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==",
  3764. "dev": true,
  3765. "requires": {
  3766. "has": "^1.0.3"
  3767. }
  3768. },
  3769. "is-date-object": {
  3770. "version": "1.0.2",
  3771. "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz",
  3772. "integrity": "sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==",
  3773. "dev": true
  3774. },
  3775. "is-extglob": {
  3776. "version": "2.1.1",
  3777. "resolved": "https://mirrors.tencent.com/npm/is-extglob/-/is-extglob-2.1.1.tgz",
  3778. "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=",
  3779. "dev": true
  3780. },
  3781. "is-glob": {
  3782. "version": "4.0.3",
  3783. "resolved": "https://mirrors.tencent.com/npm/is-glob/-/is-glob-4.0.3.tgz",
  3784. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  3785. "dev": true,
  3786. "requires": {
  3787. "is-extglob": "^2.1.1"
  3788. }
  3789. },
  3790. "is-module": {
  3791. "version": "1.0.0",
  3792. "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
  3793. "integrity": "sha1-Mlj7afeMFNW4FdZkM2tM/7ZEFZE=",
  3794. "dev": true
  3795. },
  3796. "is-negative-zero": {
  3797. "version": "2.0.0",
  3798. "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.0.tgz",
  3799. "integrity": "sha1-lVOxIbD6wohp2p7UWeIMdUN4hGE=",
  3800. "dev": true
  3801. },
  3802. "is-number": {
  3803. "version": "7.0.0",
  3804. "resolved": "https://mirrors.tencent.com/npm/is-number/-/is-number-7.0.0.tgz",
  3805. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  3806. "dev": true
  3807. },
  3808. "is-number-object": {
  3809. "version": "1.0.7",
  3810. "resolved": "https://mirrors.tencent.com/npm/is-number-object/-/is-number-object-1.0.7.tgz",
  3811. "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==",
  3812. "dev": true,
  3813. "requires": {
  3814. "has-tostringtag": "^1.0.0"
  3815. }
  3816. },
  3817. "is-reference": {
  3818. "version": "1.2.1",
  3819. "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-1.2.1.tgz",
  3820. "integrity": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==",
  3821. "dev": true,
  3822. "requires": {
  3823. "@types/estree": "*"
  3824. }
  3825. },
  3826. "is-regex": {
  3827. "version": "1.1.1",
  3828. "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz",
  3829. "integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==",
  3830. "dev": true,
  3831. "requires": {
  3832. "has-symbols": "^1.0.1"
  3833. }
  3834. },
  3835. "is-shared-array-buffer": {
  3836. "version": "1.0.2",
  3837. "resolved": "https://mirrors.tencent.com/npm/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz",
  3838. "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==",
  3839. "dev": true,
  3840. "requires": {
  3841. "call-bind": "^1.0.2"
  3842. }
  3843. },
  3844. "is-string": {
  3845. "version": "1.0.7",
  3846. "resolved": "https://mirrors.tencent.com/npm/is-string/-/is-string-1.0.7.tgz",
  3847. "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==",
  3848. "dev": true,
  3849. "requires": {
  3850. "has-tostringtag": "^1.0.0"
  3851. }
  3852. },
  3853. "is-symbol": {
  3854. "version": "1.0.3",
  3855. "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz",
  3856. "integrity": "sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==",
  3857. "dev": true,
  3858. "requires": {
  3859. "has-symbols": "^1.0.1"
  3860. }
  3861. },
  3862. "is-weakref": {
  3863. "version": "1.0.2",
  3864. "resolved": "https://mirrors.tencent.com/npm/is-weakref/-/is-weakref-1.0.2.tgz",
  3865. "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==",
  3866. "dev": true,
  3867. "requires": {
  3868. "call-bind": "^1.0.2"
  3869. }
  3870. },
  3871. "isexe": {
  3872. "version": "2.0.0",
  3873. "resolved": "https://mirrors.tencent.com/npm/isexe/-/isexe-2.0.0.tgz",
  3874. "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=",
  3875. "dev": true
  3876. },
  3877. "jest-worker": {
  3878. "version": "24.9.0",
  3879. "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-24.9.0.tgz",
  3880. "integrity": "sha512-51PE4haMSXcHohnSMdM42anbvZANYTqMrr52tVKPqqsPJMzoP6FYYDVqahX/HrAoKEKz3uUPzSvKs9A3qR4iVw==",
  3881. "dev": true,
  3882. "requires": {
  3883. "merge-stream": "^2.0.0",
  3884. "supports-color": "^6.1.0"
  3885. },
  3886. "dependencies": {
  3887. "supports-color": {
  3888. "version": "6.1.0",
  3889. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
  3890. "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
  3891. "dev": true,
  3892. "requires": {
  3893. "has-flag": "^3.0.0"
  3894. }
  3895. }
  3896. }
  3897. },
  3898. "js-extend": {
  3899. "version": "1.0.1",
  3900. "resolved": "https://registry.npmjs.org/js-extend/-/js-extend-1.0.1.tgz",
  3901. "integrity": "sha1-UFUasaxx1LswLkBA675ZAzuisfc=",
  3902. "dev": true
  3903. },
  3904. "js-tokens": {
  3905. "version": "3.0.2",
  3906. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz",
  3907. "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls=",
  3908. "dev": true
  3909. },
  3910. "js-yaml": {
  3911. "version": "4.1.0",
  3912. "resolved": "https://mirrors.tencent.com/npm/js-yaml/-/js-yaml-4.1.0.tgz",
  3913. "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
  3914. "dev": true,
  3915. "requires": {
  3916. "argparse": "^2.0.1"
  3917. }
  3918. },
  3919. "json-schema-traverse": {
  3920. "version": "0.4.1",
  3921. "resolved": "https://mirrors.tencent.com/npm/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  3922. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
  3923. "dev": true
  3924. },
  3925. "json-stable-stringify-without-jsonify": {
  3926. "version": "1.0.1",
  3927. "resolved": "https://mirrors.tencent.com/npm/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  3928. "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=",
  3929. "dev": true
  3930. },
  3931. "json5": {
  3932. "version": "1.0.1",
  3933. "resolved": "https://mirrors.tencent.com/npm/json5/-/json5-1.0.1.tgz",
  3934. "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
  3935. "dev": true,
  3936. "requires": {
  3937. "minimist": "^1.2.0"
  3938. }
  3939. },
  3940. "jsonfile": {
  3941. "version": "4.0.0",
  3942. "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
  3943. "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=",
  3944. "dev": true,
  3945. "requires": {
  3946. "graceful-fs": "^4.1.6"
  3947. }
  3948. },
  3949. "levn": {
  3950. "version": "0.4.1",
  3951. "resolved": "https://mirrors.tencent.com/npm/levn/-/levn-0.4.1.tgz",
  3952. "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
  3953. "dev": true,
  3954. "requires": {
  3955. "prelude-ls": "^1.2.1",
  3956. "type-check": "~0.4.0"
  3957. }
  3958. },
  3959. "locate-path": {
  3960. "version": "5.0.0",
  3961. "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
  3962. "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
  3963. "dev": true,
  3964. "requires": {
  3965. "p-locate": "^4.1.0"
  3966. }
  3967. },
  3968. "lodash": {
  3969. "version": "4.17.20",
  3970. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
  3971. "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==",
  3972. "dev": true
  3973. },
  3974. "lodash.merge": {
  3975. "version": "4.6.2",
  3976. "resolved": "https://mirrors.tencent.com/npm/lodash.merge/-/lodash.merge-4.6.2.tgz",
  3977. "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  3978. "dev": true
  3979. },
  3980. "loose-envify": {
  3981. "version": "1.4.0",
  3982. "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
  3983. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  3984. "dev": true,
  3985. "requires": {
  3986. "js-tokens": "^3.0.0 || ^4.0.0"
  3987. }
  3988. },
  3989. "lru-cache": {
  3990. "version": "6.0.0",
  3991. "resolved": "https://mirrors.tencent.com/npm/lru-cache/-/lru-cache-6.0.0.tgz",
  3992. "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
  3993. "dev": true,
  3994. "requires": {
  3995. "yallist": "^4.0.0"
  3996. }
  3997. },
  3998. "magic-string": {
  3999. "version": "0.25.7",
  4000. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.7.tgz",
  4001. "integrity": "sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA==",
  4002. "dev": true,
  4003. "requires": {
  4004. "sourcemap-codec": "^1.4.4"
  4005. }
  4006. },
  4007. "make-dir": {
  4008. "version": "3.1.0",
  4009. "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
  4010. "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
  4011. "dev": true,
  4012. "requires": {
  4013. "semver": "^6.0.0"
  4014. },
  4015. "dependencies": {
  4016. "semver": {
  4017. "version": "6.3.0",
  4018. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
  4019. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
  4020. "dev": true
  4021. }
  4022. }
  4023. },
  4024. "merge-stream": {
  4025. "version": "2.0.0",
  4026. "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
  4027. "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
  4028. "dev": true
  4029. },
  4030. "merge2": {
  4031. "version": "1.4.1",
  4032. "resolved": "https://mirrors.tencent.com/npm/merge2/-/merge2-1.4.1.tgz",
  4033. "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
  4034. "dev": true
  4035. },
  4036. "micromatch": {
  4037. "version": "4.0.5",
  4038. "resolved": "https://mirrors.tencent.com/npm/micromatch/-/micromatch-4.0.5.tgz",
  4039. "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
  4040. "dev": true,
  4041. "requires": {
  4042. "braces": "^3.0.2",
  4043. "picomatch": "^2.3.1"
  4044. },
  4045. "dependencies": {
  4046. "picomatch": {
  4047. "version": "2.3.1",
  4048. "resolved": "https://mirrors.tencent.com/npm/picomatch/-/picomatch-2.3.1.tgz",
  4049. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  4050. "dev": true
  4051. }
  4052. }
  4053. },
  4054. "minimatch": {
  4055. "version": "3.1.2",
  4056. "resolved": "https://mirrors.tencent.com/npm/minimatch/-/minimatch-3.1.2.tgz",
  4057. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  4058. "dev": true,
  4059. "requires": {
  4060. "brace-expansion": "^1.1.7"
  4061. }
  4062. },
  4063. "minimist": {
  4064. "version": "1.2.5",
  4065. "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
  4066. "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==",
  4067. "dev": true
  4068. },
  4069. "ms": {
  4070. "version": "2.0.0",
  4071. "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  4072. "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
  4073. "dev": true
  4074. },
  4075. "natural-compare": {
  4076. "version": "1.4.0",
  4077. "resolved": "https://mirrors.tencent.com/npm/natural-compare/-/natural-compare-1.4.0.tgz",
  4078. "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=",
  4079. "dev": true
  4080. },
  4081. "node-releases": {
  4082. "version": "1.1.63",
  4083. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.63.tgz",
  4084. "integrity": "sha512-ukW3iCfQaoxJkSPN+iK7KznTeqDGVJatAEuXsJERYHa9tn/KaT5lBdIyxQjLEVTzSkyjJEuQ17/vaEjrOauDkg==",
  4085. "dev": true
  4086. },
  4087. "object-inspect": {
  4088. "version": "1.8.0",
  4089. "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.8.0.tgz",
  4090. "integrity": "sha512-jLdtEOB112fORuypAyl/50VRVIBIdVQOSUUGQHzJ4xBSbit81zRarz7GThkEFZy1RceYrWYcPcBFPQwHyAc1gA==",
  4091. "dev": true
  4092. },
  4093. "object-keys": {
  4094. "version": "1.1.1",
  4095. "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
  4096. "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
  4097. "dev": true
  4098. },
  4099. "object.assign": {
  4100. "version": "4.1.1",
  4101. "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.1.tgz",
  4102. "integrity": "sha512-VT/cxmx5yaoHSOTSyrCygIDFco+RsibY2NM0a4RdEeY/4KgqezwFtK1yr3U67xYhqJSlASm2pKhLVzPj2lr4bA==",
  4103. "dev": true,
  4104. "requires": {
  4105. "define-properties": "^1.1.3",
  4106. "es-abstract": "^1.18.0-next.0",
  4107. "has-symbols": "^1.0.1",
  4108. "object-keys": "^1.1.1"
  4109. }
  4110. },
  4111. "object.values": {
  4112. "version": "1.1.5",
  4113. "resolved": "https://mirrors.tencent.com/npm/object.values/-/object.values-1.1.5.tgz",
  4114. "integrity": "sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==",
  4115. "dev": true,
  4116. "requires": {
  4117. "call-bind": "^1.0.2",
  4118. "define-properties": "^1.1.3",
  4119. "es-abstract": "^1.19.1"
  4120. },
  4121. "dependencies": {
  4122. "es-abstract": {
  4123. "version": "1.20.1",
  4124. "resolved": "https://mirrors.tencent.com/npm/es-abstract/-/es-abstract-1.20.1.tgz",
  4125. "integrity": "sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==",
  4126. "dev": true,
  4127. "requires": {
  4128. "call-bind": "^1.0.2",
  4129. "es-to-primitive": "^1.2.1",
  4130. "function-bind": "^1.1.1",
  4131. "function.prototype.name": "^1.1.5",
  4132. "get-intrinsic": "^1.1.1",
  4133. "get-symbol-description": "^1.0.0",
  4134. "has": "^1.0.3",
  4135. "has-property-descriptors": "^1.0.0",
  4136. "has-symbols": "^1.0.3",
  4137. "internal-slot": "^1.0.3",
  4138. "is-callable": "^1.2.4",
  4139. "is-negative-zero": "^2.0.2",
  4140. "is-regex": "^1.1.4",
  4141. "is-shared-array-buffer": "^1.0.2",
  4142. "is-string": "^1.0.7",
  4143. "is-weakref": "^1.0.2",
  4144. "object-inspect": "^1.12.0",
  4145. "object-keys": "^1.1.1",
  4146. "object.assign": "^4.1.2",
  4147. "regexp.prototype.flags": "^1.4.3",
  4148. "string.prototype.trimend": "^1.0.5",
  4149. "string.prototype.trimstart": "^1.0.5",
  4150. "unbox-primitive": "^1.0.2"
  4151. }
  4152. },
  4153. "has-symbols": {
  4154. "version": "1.0.3",
  4155. "resolved": "https://mirrors.tencent.com/npm/has-symbols/-/has-symbols-1.0.3.tgz",
  4156. "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
  4157. "dev": true
  4158. },
  4159. "is-callable": {
  4160. "version": "1.2.4",
  4161. "resolved": "https://mirrors.tencent.com/npm/is-callable/-/is-callable-1.2.4.tgz",
  4162. "integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==",
  4163. "dev": true
  4164. },
  4165. "is-negative-zero": {
  4166. "version": "2.0.2",
  4167. "resolved": "https://mirrors.tencent.com/npm/is-negative-zero/-/is-negative-zero-2.0.2.tgz",
  4168. "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==",
  4169. "dev": true
  4170. },
  4171. "is-regex": {
  4172. "version": "1.1.4",
  4173. "resolved": "https://mirrors.tencent.com/npm/is-regex/-/is-regex-1.1.4.tgz",
  4174. "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
  4175. "dev": true,
  4176. "requires": {
  4177. "call-bind": "^1.0.2",
  4178. "has-tostringtag": "^1.0.0"
  4179. }
  4180. },
  4181. "object-inspect": {
  4182. "version": "1.12.2",
  4183. "resolved": "https://mirrors.tencent.com/npm/object-inspect/-/object-inspect-1.12.2.tgz",
  4184. "integrity": "sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==",
  4185. "dev": true
  4186. },
  4187. "object.assign": {
  4188. "version": "4.1.2",
  4189. "resolved": "https://mirrors.tencent.com/npm/object.assign/-/object.assign-4.1.2.tgz",
  4190. "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==",
  4191. "dev": true,
  4192. "requires": {
  4193. "call-bind": "^1.0.0",
  4194. "define-properties": "^1.1.3",
  4195. "has-symbols": "^1.0.1",
  4196. "object-keys": "^1.1.1"
  4197. }
  4198. },
  4199. "string.prototype.trimend": {
  4200. "version": "1.0.5",
  4201. "resolved": "https://mirrors.tencent.com/npm/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz",
  4202. "integrity": "sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==",
  4203. "dev": true,
  4204. "requires": {
  4205. "call-bind": "^1.0.2",
  4206. "define-properties": "^1.1.4",
  4207. "es-abstract": "^1.19.5"
  4208. },
  4209. "dependencies": {
  4210. "define-properties": {
  4211. "version": "1.1.4",
  4212. "resolved": "https://mirrors.tencent.com/npm/define-properties/-/define-properties-1.1.4.tgz",
  4213. "integrity": "sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==",
  4214. "dev": true,
  4215. "requires": {
  4216. "has-property-descriptors": "^1.0.0",
  4217. "object-keys": "^1.1.1"
  4218. }
  4219. }
  4220. }
  4221. },
  4222. "string.prototype.trimstart": {
  4223. "version": "1.0.5",
  4224. "resolved": "https://mirrors.tencent.com/npm/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz",
  4225. "integrity": "sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==",
  4226. "dev": true,
  4227. "requires": {
  4228. "call-bind": "^1.0.2",
  4229. "define-properties": "^1.1.4",
  4230. "es-abstract": "^1.19.5"
  4231. },
  4232. "dependencies": {
  4233. "define-properties": {
  4234. "version": "1.1.4",
  4235. "resolved": "https://mirrors.tencent.com/npm/define-properties/-/define-properties-1.1.4.tgz",
  4236. "integrity": "sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==",
  4237. "dev": true,
  4238. "requires": {
  4239. "has-property-descriptors": "^1.0.0",
  4240. "object-keys": "^1.1.1"
  4241. }
  4242. }
  4243. }
  4244. }
  4245. }
  4246. },
  4247. "once": {
  4248. "version": "1.4.0",
  4249. "resolved": "https://mirrors.tencent.com/npm/once/-/once-1.4.0.tgz",
  4250. "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
  4251. "dev": true,
  4252. "requires": {
  4253. "wrappy": "1"
  4254. }
  4255. },
  4256. "optionator": {
  4257. "version": "0.9.1",
  4258. "resolved": "https://mirrors.tencent.com/npm/optionator/-/optionator-0.9.1.tgz",
  4259. "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==",
  4260. "dev": true,
  4261. "requires": {
  4262. "deep-is": "^0.1.3",
  4263. "fast-levenshtein": "^2.0.6",
  4264. "levn": "^0.4.1",
  4265. "prelude-ls": "^1.2.1",
  4266. "type-check": "^0.4.0",
  4267. "word-wrap": "^1.2.3"
  4268. }
  4269. },
  4270. "p-limit": {
  4271. "version": "2.3.0",
  4272. "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
  4273. "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
  4274. "dev": true,
  4275. "requires": {
  4276. "p-try": "^2.0.0"
  4277. }
  4278. },
  4279. "p-locate": {
  4280. "version": "4.1.0",
  4281. "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
  4282. "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
  4283. "dev": true,
  4284. "requires": {
  4285. "p-limit": "^2.2.0"
  4286. }
  4287. },
  4288. "p-try": {
  4289. "version": "2.2.0",
  4290. "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
  4291. "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
  4292. "dev": true
  4293. },
  4294. "parent-module": {
  4295. "version": "1.0.1",
  4296. "resolved": "https://mirrors.tencent.com/npm/parent-module/-/parent-module-1.0.1.tgz",
  4297. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  4298. "dev": true,
  4299. "requires": {
  4300. "callsites": "^3.0.0"
  4301. }
  4302. },
  4303. "path-exists": {
  4304. "version": "4.0.0",
  4305. "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
  4306. "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
  4307. "dev": true
  4308. },
  4309. "path-is-absolute": {
  4310. "version": "1.0.1",
  4311. "resolved": "https://mirrors.tencent.com/npm/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  4312. "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
  4313. "dev": true
  4314. },
  4315. "path-key": {
  4316. "version": "3.1.1",
  4317. "resolved": "https://mirrors.tencent.com/npm/path-key/-/path-key-3.1.1.tgz",
  4318. "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  4319. "dev": true
  4320. },
  4321. "path-parse": {
  4322. "version": "1.0.6",
  4323. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz",
  4324. "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==",
  4325. "dev": true
  4326. },
  4327. "path-type": {
  4328. "version": "4.0.0",
  4329. "resolved": "https://mirrors.tencent.com/npm/path-type/-/path-type-4.0.0.tgz",
  4330. "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
  4331. "dev": true
  4332. },
  4333. "picomatch": {
  4334. "version": "2.2.2",
  4335. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz",
  4336. "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==",
  4337. "dev": true
  4338. },
  4339. "pkg-dir": {
  4340. "version": "4.2.0",
  4341. "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
  4342. "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
  4343. "dev": true,
  4344. "requires": {
  4345. "find-up": "^4.0.0"
  4346. }
  4347. },
  4348. "prelude-ls": {
  4349. "version": "1.2.1",
  4350. "resolved": "https://mirrors.tencent.com/npm/prelude-ls/-/prelude-ls-1.2.1.tgz",
  4351. "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
  4352. "dev": true
  4353. },
  4354. "prettier": {
  4355. "version": "2.7.1",
  4356. "resolved": "https://mirrors.tencent.com/npm/prettier/-/prettier-2.7.1.tgz",
  4357. "integrity": "sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==",
  4358. "dev": true
  4359. },
  4360. "prettier-linter-helpers": {
  4361. "version": "1.0.0",
  4362. "resolved": "https://mirrors.tencent.com/npm/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz",
  4363. "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==",
  4364. "dev": true,
  4365. "requires": {
  4366. "fast-diff": "^1.1.2"
  4367. }
  4368. },
  4369. "private": {
  4370. "version": "0.1.8",
  4371. "resolved": "https://registry.npmjs.org/private/-/private-0.1.8.tgz",
  4372. "integrity": "sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==",
  4373. "dev": true
  4374. },
  4375. "progress": {
  4376. "version": "2.0.3",
  4377. "resolved": "https://mirrors.tencent.com/npm/progress/-/progress-2.0.3.tgz",
  4378. "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==",
  4379. "dev": true
  4380. },
  4381. "punycode": {
  4382. "version": "2.1.1",
  4383. "resolved": "https://mirrors.tencent.com/npm/punycode/-/punycode-2.1.1.tgz",
  4384. "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==",
  4385. "dev": true
  4386. },
  4387. "queue-microtask": {
  4388. "version": "1.2.3",
  4389. "resolved": "https://mirrors.tencent.com/npm/queue-microtask/-/queue-microtask-1.2.3.tgz",
  4390. "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
  4391. "dev": true
  4392. },
  4393. "regenerate": {
  4394. "version": "1.4.1",
  4395. "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.1.tgz",
  4396. "integrity": "sha512-j2+C8+NtXQgEKWk49MMP5P/u2GhnahTtVkRIHr5R5lVRlbKvmQ+oS+A5aLKWp2ma5VkT8sh6v+v4hbH0YHR66A==",
  4397. "dev": true
  4398. },
  4399. "regenerate-unicode-properties": {
  4400. "version": "8.2.0",
  4401. "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-8.2.0.tgz",
  4402. "integrity": "sha512-F9DjY1vKLo/tPePDycuH3dn9H1OTPIkVD9Kz4LODu+F2C75mgjAJ7x/gwy6ZcSNRAAkhNlJSOHRe8k3p+K9WhA==",
  4403. "dev": true,
  4404. "requires": {
  4405. "regenerate": "^1.4.0"
  4406. }
  4407. },
  4408. "regenerator-runtime": {
  4409. "version": "0.11.1",
  4410. "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz",
  4411. "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==",
  4412. "dev": true
  4413. },
  4414. "regenerator-transform": {
  4415. "version": "0.10.1",
  4416. "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.10.1.tgz",
  4417. "integrity": "sha512-PJepbvDbuK1xgIgnau7Y90cwaAmO/LCLMI2mPvaXq2heGMR3aWW5/BQvYrhJ8jgmQjXewXvBjzfqKcVOmhjZ6Q==",
  4418. "dev": true,
  4419. "requires": {
  4420. "babel-runtime": "^6.18.0",
  4421. "babel-types": "^6.19.0",
  4422. "private": "^0.1.6"
  4423. }
  4424. },
  4425. "regexp.prototype.flags": {
  4426. "version": "1.4.3",
  4427. "resolved": "https://mirrors.tencent.com/npm/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz",
  4428. "integrity": "sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==",
  4429. "dev": true,
  4430. "requires": {
  4431. "call-bind": "^1.0.2",
  4432. "define-properties": "^1.1.3",
  4433. "functions-have-names": "^1.2.2"
  4434. }
  4435. },
  4436. "regexpp": {
  4437. "version": "3.2.0",
  4438. "resolved": "https://mirrors.tencent.com/npm/regexpp/-/regexpp-3.2.0.tgz",
  4439. "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==",
  4440. "dev": true
  4441. },
  4442. "regexpu-core": {
  4443. "version": "2.0.0",
  4444. "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-2.0.0.tgz",
  4445. "integrity": "sha1-SdA4g3uNz4v6W5pCE5k45uoq4kA=",
  4446. "dev": true,
  4447. "requires": {
  4448. "regenerate": "^1.2.1",
  4449. "regjsgen": "^0.2.0",
  4450. "regjsparser": "^0.1.4"
  4451. }
  4452. },
  4453. "regjsgen": {
  4454. "version": "0.2.0",
  4455. "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz",
  4456. "integrity": "sha1-bAFq3qxVT3WCP+N6wFuS1aTtsfc=",
  4457. "dev": true
  4458. },
  4459. "regjsparser": {
  4460. "version": "0.1.5",
  4461. "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz",
  4462. "integrity": "sha1-fuj4Tcb6eS0/0K4ijSS9lJ6tIFw=",
  4463. "dev": true,
  4464. "requires": {
  4465. "jsesc": "~0.5.0"
  4466. },
  4467. "dependencies": {
  4468. "jsesc": {
  4469. "version": "0.5.0",
  4470. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
  4471. "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=",
  4472. "dev": true
  4473. }
  4474. }
  4475. },
  4476. "resolve": {
  4477. "version": "1.17.0",
  4478. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.17.0.tgz",
  4479. "integrity": "sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==",
  4480. "dev": true,
  4481. "requires": {
  4482. "path-parse": "^1.0.6"
  4483. }
  4484. },
  4485. "resolve-from": {
  4486. "version": "4.0.0",
  4487. "resolved": "https://mirrors.tencent.com/npm/resolve-from/-/resolve-from-4.0.0.tgz",
  4488. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  4489. "dev": true
  4490. },
  4491. "reusify": {
  4492. "version": "1.0.4",
  4493. "resolved": "https://mirrors.tencent.com/npm/reusify/-/reusify-1.0.4.tgz",
  4494. "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
  4495. "dev": true
  4496. },
  4497. "rimraf": {
  4498. "version": "3.0.2",
  4499. "resolved": "https://mirrors.tencent.com/npm/rimraf/-/rimraf-3.0.2.tgz",
  4500. "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  4501. "dev": true,
  4502. "requires": {
  4503. "glob": "^7.1.3"
  4504. }
  4505. },
  4506. "rollup": {
  4507. "version": "2.30.0",
  4508. "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.30.0.tgz",
  4509. "integrity": "sha512-j4K1hUZfgFM03DUpayd3c7kZW+2wDbI6rj7ssQxpCpL1vsGpaM0vSorxBuePFwQDFq9O2DI6AOQbm174Awsq4w==",
  4510. "dev": true,
  4511. "requires": {
  4512. "fsevents": "~2.1.2"
  4513. }
  4514. },
  4515. "rollup-plugin-babel": {
  4516. "version": "4.4.0",
  4517. "resolved": "https://registry.npmjs.org/rollup-plugin-babel/-/rollup-plugin-babel-4.4.0.tgz",
  4518. "integrity": "sha512-Lek/TYp1+7g7I+uMfJnnSJ7YWoD58ajo6Oarhlex7lvUce+RCKRuGRSgztDO3/MF/PuGKmUL5iTHKf208UNszw==",
  4519. "dev": true,
  4520. "requires": {
  4521. "@babel/helper-module-imports": "^7.0.0",
  4522. "rollup-pluginutils": "^2.8.1"
  4523. }
  4524. },
  4525. "rollup-plugin-commonjs": {
  4526. "version": "10.1.0",
  4527. "resolved": "https://registry.npmjs.org/rollup-plugin-commonjs/-/rollup-plugin-commonjs-10.1.0.tgz",
  4528. "integrity": "sha512-jlXbjZSQg8EIeAAvepNwhJj++qJWNJw1Cl0YnOqKtP5Djx+fFGkp3WRh+W0ASCaFG5w1jhmzDxgu3SJuVxPF4Q==",
  4529. "dev": true,
  4530. "requires": {
  4531. "estree-walker": "^0.6.1",
  4532. "is-reference": "^1.1.2",
  4533. "magic-string": "^0.25.2",
  4534. "resolve": "^1.11.0",
  4535. "rollup-pluginutils": "^2.8.1"
  4536. },
  4537. "dependencies": {
  4538. "estree-walker": {
  4539. "version": "0.6.1",
  4540. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-0.6.1.tgz",
  4541. "integrity": "sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==",
  4542. "dev": true
  4543. }
  4544. }
  4545. },
  4546. "rollup-plugin-node-resolve": {
  4547. "version": "5.2.0",
  4548. "resolved": "https://registry.npmjs.org/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-5.2.0.tgz",
  4549. "integrity": "sha512-jUlyaDXts7TW2CqQ4GaO5VJ4PwwaV8VUGA7+km3n6k6xtOEacf61u0VXwN80phY/evMcaS+9eIeJ9MOyDxt5Zw==",
  4550. "dev": true,
  4551. "requires": {
  4552. "@types/resolve": "0.0.8",
  4553. "builtin-modules": "^3.1.0",
  4554. "is-module": "^1.0.0",
  4555. "resolve": "^1.11.1",
  4556. "rollup-pluginutils": "^2.8.1"
  4557. },
  4558. "dependencies": {
  4559. "@types/resolve": {
  4560. "version": "0.0.8",
  4561. "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-0.0.8.tgz",
  4562. "integrity": "sha512-auApPaJf3NPfe18hSoJkp8EbZzer2ISk7o8mCC3M9he/a04+gbMF97NkpD2S8riMGvm4BMRI59/SZQSaLTKpsQ==",
  4563. "dev": true,
  4564. "requires": {
  4565. "@types/node": "*"
  4566. }
  4567. }
  4568. }
  4569. },
  4570. "rollup-plugin-typescript2": {
  4571. "version": "0.27.3",
  4572. "resolved": "https://registry.npmjs.org/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.27.3.tgz",
  4573. "integrity": "sha512-gmYPIFmALj9D3Ga1ZbTZAKTXq1JKlTQBtj299DXhqYz9cL3g/AQfUvbb2UhH+Nf++cCq941W2Mv7UcrcgLzJJg==",
  4574. "dev": true,
  4575. "requires": {
  4576. "@rollup/pluginutils": "^3.1.0",
  4577. "find-cache-dir": "^3.3.1",
  4578. "fs-extra": "8.1.0",
  4579. "resolve": "1.17.0",
  4580. "tslib": "2.0.1"
  4581. },
  4582. "dependencies": {
  4583. "fs-extra": {
  4584. "version": "8.1.0",
  4585. "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
  4586. "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
  4587. "dev": true,
  4588. "requires": {
  4589. "graceful-fs": "^4.2.0",
  4590. "jsonfile": "^4.0.0",
  4591. "universalify": "^0.1.0"
  4592. }
  4593. }
  4594. }
  4595. },
  4596. "rollup-plugin-uglify": {
  4597. "version": "6.0.4",
  4598. "resolved": "https://registry.npmjs.org/rollup-plugin-uglify/-/rollup-plugin-uglify-6.0.4.tgz",
  4599. "integrity": "sha512-ddgqkH02klveu34TF0JqygPwZnsbhHVI6t8+hGTcYHngPkQb5MIHI0XiztXIN/d6V9j+efwHAqEL7LspSxQXGw==",
  4600. "dev": true,
  4601. "requires": {
  4602. "@babel/code-frame": "^7.0.0",
  4603. "jest-worker": "^24.0.0",
  4604. "serialize-javascript": "^2.1.2",
  4605. "uglify-js": "^3.4.9"
  4606. }
  4607. },
  4608. "rollup-pluginutils": {
  4609. "version": "2.8.2",
  4610. "resolved": "https://registry.npmjs.org/rollup-pluginutils/-/rollup-pluginutils-2.8.2.tgz",
  4611. "integrity": "sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==",
  4612. "dev": true,
  4613. "requires": {
  4614. "estree-walker": "^0.6.1"
  4615. },
  4616. "dependencies": {
  4617. "estree-walker": {
  4618. "version": "0.6.1",
  4619. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-0.6.1.tgz",
  4620. "integrity": "sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==",
  4621. "dev": true
  4622. }
  4623. }
  4624. },
  4625. "run-parallel": {
  4626. "version": "1.2.0",
  4627. "resolved": "https://mirrors.tencent.com/npm/run-parallel/-/run-parallel-1.2.0.tgz",
  4628. "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
  4629. "dev": true,
  4630. "requires": {
  4631. "queue-microtask": "^1.2.2"
  4632. }
  4633. },
  4634. "safe-buffer": {
  4635. "version": "5.1.2",
  4636. "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
  4637. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
  4638. "dev": true
  4639. },
  4640. "semver": {
  4641. "version": "5.7.1",
  4642. "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
  4643. "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
  4644. "dev": true
  4645. },
  4646. "serialize-javascript": {
  4647. "version": "2.1.2",
  4648. "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-2.1.2.tgz",
  4649. "integrity": "sha512-rs9OggEUF0V4jUSecXazOYsLfu7OGK2qIn3c7IPBiffz32XniEp/TX9Xmc9LQfK2nQ2QKHvZ2oygKUGU0lG4jQ==",
  4650. "dev": true
  4651. },
  4652. "shebang-command": {
  4653. "version": "2.0.0",
  4654. "resolved": "https://mirrors.tencent.com/npm/shebang-command/-/shebang-command-2.0.0.tgz",
  4655. "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
  4656. "dev": true,
  4657. "requires": {
  4658. "shebang-regex": "^3.0.0"
  4659. }
  4660. },
  4661. "shebang-regex": {
  4662. "version": "3.0.0",
  4663. "resolved": "https://mirrors.tencent.com/npm/shebang-regex/-/shebang-regex-3.0.0.tgz",
  4664. "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
  4665. "dev": true
  4666. },
  4667. "side-channel": {
  4668. "version": "1.0.4",
  4669. "resolved": "https://mirrors.tencent.com/npm/side-channel/-/side-channel-1.0.4.tgz",
  4670. "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
  4671. "dev": true,
  4672. "requires": {
  4673. "call-bind": "^1.0.0",
  4674. "get-intrinsic": "^1.0.2",
  4675. "object-inspect": "^1.9.0"
  4676. },
  4677. "dependencies": {
  4678. "object-inspect": {
  4679. "version": "1.12.2",
  4680. "resolved": "https://mirrors.tencent.com/npm/object-inspect/-/object-inspect-1.12.2.tgz",
  4681. "integrity": "sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==",
  4682. "dev": true
  4683. }
  4684. }
  4685. },
  4686. "slash": {
  4687. "version": "3.0.0",
  4688. "resolved": "https://mirrors.tencent.com/npm/slash/-/slash-3.0.0.tgz",
  4689. "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
  4690. "dev": true
  4691. },
  4692. "source-map": {
  4693. "version": "0.5.7",
  4694. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
  4695. "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
  4696. "dev": true
  4697. },
  4698. "sourcemap-codec": {
  4699. "version": "1.4.8",
  4700. "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz",
  4701. "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==",
  4702. "dev": true
  4703. },
  4704. "string.prototype.trimend": {
  4705. "version": "1.0.1",
  4706. "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.1.tgz",
  4707. "integrity": "sha512-LRPxFUaTtpqYsTeNKaFOw3R4bxIzWOnbQ837QfBylo8jIxtcbK/A/sMV7Q+OAV/vWo+7s25pOE10KYSjaSO06g==",
  4708. "dev": true,
  4709. "requires": {
  4710. "define-properties": "^1.1.3",
  4711. "es-abstract": "^1.17.5"
  4712. },
  4713. "dependencies": {
  4714. "es-abstract": {
  4715. "version": "1.17.7",
  4716. "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.7.tgz",
  4717. "integrity": "sha512-VBl/gnfcJ7OercKA9MVaegWsBHFjV492syMudcnQZvt/Dw8ezpcOHYZXa/J96O8vx+g4x65YKhxOwDUh63aS5g==",
  4718. "dev": true,
  4719. "requires": {
  4720. "es-to-primitive": "^1.2.1",
  4721. "function-bind": "^1.1.1",
  4722. "has": "^1.0.3",
  4723. "has-symbols": "^1.0.1",
  4724. "is-callable": "^1.2.2",
  4725. "is-regex": "^1.1.1",
  4726. "object-inspect": "^1.8.0",
  4727. "object-keys": "^1.1.1",
  4728. "object.assign": "^4.1.1",
  4729. "string.prototype.trimend": "^1.0.1",
  4730. "string.prototype.trimstart": "^1.0.1"
  4731. }
  4732. }
  4733. }
  4734. },
  4735. "string.prototype.trimstart": {
  4736. "version": "1.0.1",
  4737. "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz",
  4738. "integrity": "sha512-XxZn+QpvrBI1FOcg6dIpxUPgWCPuNXvMD72aaRaUQv1eD4e/Qy8i/hFTe0BUmD60p/QA6bh1avmuPTfNjqVWRw==",
  4739. "dev": true,
  4740. "requires": {
  4741. "define-properties": "^1.1.3",
  4742. "es-abstract": "^1.17.5"
  4743. },
  4744. "dependencies": {
  4745. "es-abstract": {
  4746. "version": "1.17.7",
  4747. "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.7.tgz",
  4748. "integrity": "sha512-VBl/gnfcJ7OercKA9MVaegWsBHFjV492syMudcnQZvt/Dw8ezpcOHYZXa/J96O8vx+g4x65YKhxOwDUh63aS5g==",
  4749. "dev": true,
  4750. "requires": {
  4751. "es-to-primitive": "^1.2.1",
  4752. "function-bind": "^1.1.1",
  4753. "has": "^1.0.3",
  4754. "has-symbols": "^1.0.1",
  4755. "is-callable": "^1.2.2",
  4756. "is-regex": "^1.1.1",
  4757. "object-inspect": "^1.8.0",
  4758. "object-keys": "^1.1.1",
  4759. "object.assign": "^4.1.1",
  4760. "string.prototype.trimend": "^1.0.1",
  4761. "string.prototype.trimstart": "^1.0.1"
  4762. }
  4763. }
  4764. }
  4765. },
  4766. "strip-ansi": {
  4767. "version": "3.0.1",
  4768. "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
  4769. "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
  4770. "dev": true,
  4771. "requires": {
  4772. "ansi-regex": "^2.0.0"
  4773. }
  4774. },
  4775. "strip-bom": {
  4776. "version": "3.0.0",
  4777. "resolved": "https://mirrors.tencent.com/npm/strip-bom/-/strip-bom-3.0.0.tgz",
  4778. "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=",
  4779. "dev": true
  4780. },
  4781. "strip-json-comments": {
  4782. "version": "3.1.1",
  4783. "resolved": "https://mirrors.tencent.com/npm/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
  4784. "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
  4785. "dev": true
  4786. },
  4787. "supports-color": {
  4788. "version": "2.0.0",
  4789. "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
  4790. "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
  4791. "dev": true
  4792. },
  4793. "supports-preserve-symlinks-flag": {
  4794. "version": "1.0.0",
  4795. "resolved": "https://mirrors.tencent.com/npm/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  4796. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  4797. "dev": true
  4798. },
  4799. "text-table": {
  4800. "version": "0.2.0",
  4801. "resolved": "https://mirrors.tencent.com/npm/text-table/-/text-table-0.2.0.tgz",
  4802. "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=",
  4803. "dev": true
  4804. },
  4805. "to-fast-properties": {
  4806. "version": "1.0.3",
  4807. "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz",
  4808. "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=",
  4809. "dev": true
  4810. },
  4811. "to-regex-range": {
  4812. "version": "5.0.1",
  4813. "resolved": "https://mirrors.tencent.com/npm/to-regex-range/-/to-regex-range-5.0.1.tgz",
  4814. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  4815. "dev": true,
  4816. "requires": {
  4817. "is-number": "^7.0.0"
  4818. }
  4819. },
  4820. "tsconfig-paths": {
  4821. "version": "3.14.1",
  4822. "resolved": "https://mirrors.tencent.com/npm/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz",
  4823. "integrity": "sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==",
  4824. "dev": true,
  4825. "requires": {
  4826. "@types/json5": "^0.0.29",
  4827. "json5": "^1.0.1",
  4828. "minimist": "^1.2.6",
  4829. "strip-bom": "^3.0.0"
  4830. },
  4831. "dependencies": {
  4832. "minimist": {
  4833. "version": "1.2.6",
  4834. "resolved": "https://mirrors.tencent.com/npm/minimist/-/minimist-1.2.6.tgz",
  4835. "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==",
  4836. "dev": true
  4837. }
  4838. }
  4839. },
  4840. "tslib": {
  4841. "version": "2.0.1",
  4842. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.1.tgz",
  4843. "integrity": "sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==",
  4844. "dev": true
  4845. },
  4846. "tsutils": {
  4847. "version": "3.21.0",
  4848. "resolved": "https://mirrors.tencent.com/npm/tsutils/-/tsutils-3.21.0.tgz",
  4849. "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==",
  4850. "dev": true,
  4851. "requires": {
  4852. "tslib": "^1.8.1"
  4853. },
  4854. "dependencies": {
  4855. "tslib": {
  4856. "version": "1.14.1",
  4857. "resolved": "https://mirrors.tencent.com/npm/tslib/-/tslib-1.14.1.tgz",
  4858. "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
  4859. "dev": true
  4860. }
  4861. }
  4862. },
  4863. "type-check": {
  4864. "version": "0.4.0",
  4865. "resolved": "https://mirrors.tencent.com/npm/type-check/-/type-check-0.4.0.tgz",
  4866. "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
  4867. "dev": true,
  4868. "requires": {
  4869. "prelude-ls": "^1.2.1"
  4870. }
  4871. },
  4872. "type-fest": {
  4873. "version": "0.20.2",
  4874. "resolved": "https://mirrors.tencent.com/npm/type-fest/-/type-fest-0.20.2.tgz",
  4875. "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
  4876. "dev": true
  4877. },
  4878. "typescript": {
  4879. "version": "4.0.3",
  4880. "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.3.tgz",
  4881. "integrity": "sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==",
  4882. "dev": true
  4883. },
  4884. "uglify-js": {
  4885. "version": "3.11.2",
  4886. "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.11.2.tgz",
  4887. "integrity": "sha512-G440NU6fewtnQftSgqRV1r2A5ChKbU1gqFCJ7I8S7MPpY/eZZfLGefaY6gUZYiWebMaO+txgiQ1ZyLDuNWJulg==",
  4888. "dev": true
  4889. },
  4890. "unbox-primitive": {
  4891. "version": "1.0.2",
  4892. "resolved": "https://mirrors.tencent.com/npm/unbox-primitive/-/unbox-primitive-1.0.2.tgz",
  4893. "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==",
  4894. "dev": true,
  4895. "requires": {
  4896. "call-bind": "^1.0.2",
  4897. "has-bigints": "^1.0.2",
  4898. "has-symbols": "^1.0.3",
  4899. "which-boxed-primitive": "^1.0.2"
  4900. },
  4901. "dependencies": {
  4902. "has-symbols": {
  4903. "version": "1.0.3",
  4904. "resolved": "https://mirrors.tencent.com/npm/has-symbols/-/has-symbols-1.0.3.tgz",
  4905. "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
  4906. "dev": true
  4907. }
  4908. }
  4909. },
  4910. "unicode-canonical-property-names-ecmascript": {
  4911. "version": "1.0.4",
  4912. "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz",
  4913. "integrity": "sha512-jDrNnXWHd4oHiTZnx/ZG7gtUTVp+gCcTTKr8L0HjlwphROEW3+Him+IpvC+xcJEFegapiMZyZe02CyuOnRmbnQ==",
  4914. "dev": true
  4915. },
  4916. "unicode-match-property-ecmascript": {
  4917. "version": "1.0.4",
  4918. "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz",
  4919. "integrity": "sha512-L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg==",
  4920. "dev": true,
  4921. "requires": {
  4922. "unicode-canonical-property-names-ecmascript": "^1.0.4",
  4923. "unicode-property-aliases-ecmascript": "^1.0.4"
  4924. }
  4925. },
  4926. "unicode-match-property-value-ecmascript": {
  4927. "version": "1.2.0",
  4928. "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.2.0.tgz",
  4929. "integrity": "sha512-wjuQHGQVofmSJv1uVISKLE5zO2rNGzM/KCYZch/QQvez7C1hUhBIuZ701fYXExuufJFMPhv2SyL8CyoIfMLbIQ==",
  4930. "dev": true
  4931. },
  4932. "unicode-property-aliases-ecmascript": {
  4933. "version": "1.1.0",
  4934. "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.1.0.tgz",
  4935. "integrity": "sha512-PqSoPh/pWetQ2phoj5RLiaqIk4kCNwoV3CI+LfGmWLKI3rE3kl1h59XpX2BjgDrmbxD9ARtQobPGU1SguCYuQg==",
  4936. "dev": true
  4937. },
  4938. "universalify": {
  4939. "version": "0.1.2",
  4940. "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
  4941. "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
  4942. "dev": true
  4943. },
  4944. "uri-js": {
  4945. "version": "4.4.1",
  4946. "resolved": "https://mirrors.tencent.com/npm/uri-js/-/uri-js-4.4.1.tgz",
  4947. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  4948. "dev": true,
  4949. "requires": {
  4950. "punycode": "^2.1.0"
  4951. }
  4952. },
  4953. "v8-compile-cache": {
  4954. "version": "2.3.0",
  4955. "resolved": "https://mirrors.tencent.com/npm/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz",
  4956. "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==",
  4957. "dev": true
  4958. },
  4959. "which": {
  4960. "version": "2.0.2",
  4961. "resolved": "https://mirrors.tencent.com/npm/which/-/which-2.0.2.tgz",
  4962. "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  4963. "dev": true,
  4964. "requires": {
  4965. "isexe": "^2.0.0"
  4966. }
  4967. },
  4968. "which-boxed-primitive": {
  4969. "version": "1.0.2",
  4970. "resolved": "https://mirrors.tencent.com/npm/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz",
  4971. "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==",
  4972. "dev": true,
  4973. "requires": {
  4974. "is-bigint": "^1.0.1",
  4975. "is-boolean-object": "^1.1.0",
  4976. "is-number-object": "^1.0.4",
  4977. "is-string": "^1.0.5",
  4978. "is-symbol": "^1.0.3"
  4979. }
  4980. },
  4981. "word-wrap": {
  4982. "version": "1.2.3",
  4983. "resolved": "https://mirrors.tencent.com/npm/word-wrap/-/word-wrap-1.2.3.tgz",
  4984. "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==",
  4985. "dev": true
  4986. },
  4987. "wrappy": {
  4988. "version": "1.0.2",
  4989. "resolved": "https://mirrors.tencent.com/npm/wrappy/-/wrappy-1.0.2.tgz",
  4990. "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
  4991. "dev": true
  4992. },
  4993. "yallist": {
  4994. "version": "4.0.0",
  4995. "resolved": "https://mirrors.tencent.com/npm/yallist/-/yallist-4.0.0.tgz",
  4996. "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  4997. "dev": true
  4998. }
  4999. }
  5000. }