package-lock.json 255 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025302630273028302930303031303230333034303530363037303830393040304130423043304430453046304730483049305030513052305330543055305630573058305930603061306230633064306530663067306830693070307130723073307430753076307730783079308030813082308330843085308630873088308930903091309230933094309530963097309830993100310131023103310431053106310731083109311031113112311331143115311631173118311931203121312231233124312531263127312831293130313131323133313431353136313731383139314031413142314331443145314631473148314931503151315231533154315531563157315831593160316131623163316431653166316731683169317031713172317331743175317631773178317931803181318231833184318531863187318831893190319131923193319431953196319731983199320032013202320332043205320632073208320932103211321232133214321532163217321832193220322132223223322432253226322732283229323032313232323332343235323632373238323932403241324232433244324532463247324832493250325132523253325432553256325732583259326032613262326332643265326632673268326932703271327232733274327532763277327832793280328132823283328432853286328732883289329032913292329332943295329632973298329933003301330233033304330533063307330833093310331133123313331433153316331733183319332033213322332333243325332633273328332933303331333233333334333533363337333833393340334133423343334433453346334733483349335033513352335333543355335633573358335933603361336233633364336533663367336833693370337133723373337433753376337733783379338033813382338333843385338633873388338933903391339233933394339533963397339833993400340134023403340434053406340734083409341034113412341334143415341634173418341934203421342234233424342534263427342834293430343134323433343434353436343734383439344034413442344334443445344634473448344934503451345234533454345534563457345834593460346134623463346434653466346734683469347034713472347334743475347634773478347934803481348234833484348534863487348834893490349134923493349434953496349734983499350035013502350335043505350635073508350935103511351235133514351535163517351835193520352135223523352435253526352735283529353035313532353335343535353635373538353935403541354235433544354535463547354835493550355135523553355435553556355735583559356035613562356335643565356635673568356935703571357235733574357535763577357835793580358135823583358435853586358735883589359035913592359335943595359635973598359936003601360236033604360536063607360836093610361136123613361436153616361736183619362036213622362336243625362636273628362936303631363236333634363536363637363836393640364136423643364436453646364736483649365036513652365336543655365636573658365936603661366236633664366536663667366836693670367136723673367436753676367736783679368036813682368336843685368636873688368936903691369236933694369536963697369836993700370137023703370437053706370737083709371037113712371337143715371637173718371937203721372237233724372537263727372837293730373137323733373437353736373737383739374037413742374337443745374637473748374937503751375237533754375537563757375837593760376137623763376437653766376737683769377037713772377337743775377637773778377937803781378237833784378537863787378837893790379137923793379437953796379737983799380038013802380338043805380638073808380938103811381238133814381538163817381838193820382138223823382438253826382738283829383038313832383338343835383638373838383938403841384238433844384538463847384838493850385138523853385438553856385738583859386038613862386338643865386638673868386938703871387238733874387538763877387838793880388138823883388438853886388738883889389038913892389338943895389638973898389939003901390239033904390539063907390839093910391139123913391439153916391739183919392039213922392339243925392639273928392939303931393239333934393539363937393839393940394139423943394439453946394739483949395039513952395339543955395639573958395939603961396239633964396539663967396839693970397139723973397439753976397739783979398039813982398339843985398639873988398939903991399239933994399539963997399839994000400140024003400440054006400740084009401040114012401340144015401640174018401940204021402240234024402540264027402840294030403140324033403440354036403740384039404040414042404340444045404640474048404940504051405240534054405540564057405840594060406140624063406440654066406740684069407040714072407340744075407640774078407940804081408240834084408540864087408840894090409140924093409440954096409740984099410041014102410341044105410641074108410941104111411241134114411541164117411841194120412141224123412441254126412741284129413041314132413341344135413641374138413941404141414241434144414541464147414841494150415141524153415441554156415741584159416041614162416341644165416641674168416941704171417241734174417541764177417841794180418141824183418441854186418741884189419041914192419341944195419641974198419942004201420242034204420542064207420842094210421142124213421442154216421742184219422042214222422342244225422642274228422942304231423242334234423542364237423842394240424142424243424442454246424742484249425042514252425342544255425642574258425942604261426242634264426542664267426842694270427142724273427442754276427742784279428042814282428342844285428642874288428942904291429242934294429542964297429842994300430143024303430443054306430743084309431043114312431343144315431643174318431943204321432243234324432543264327432843294330433143324333433443354336433743384339434043414342434343444345434643474348434943504351435243534354435543564357435843594360436143624363436443654366436743684369437043714372437343744375437643774378437943804381438243834384438543864387438843894390439143924393439443954396439743984399440044014402440344044405440644074408440944104411441244134414441544164417441844194420442144224423442444254426442744284429443044314432443344344435443644374438443944404441444244434444444544464447444844494450445144524453445444554456445744584459446044614462446344644465446644674468446944704471447244734474447544764477447844794480448144824483448444854486448744884489449044914492449344944495449644974498449945004501450245034504450545064507450845094510451145124513451445154516451745184519452045214522452345244525452645274528452945304531453245334534453545364537453845394540454145424543454445454546454745484549455045514552455345544555455645574558455945604561456245634564456545664567456845694570457145724573457445754576457745784579458045814582458345844585458645874588458945904591459245934594459545964597459845994600460146024603460446054606460746084609461046114612461346144615461646174618461946204621462246234624462546264627462846294630463146324633463446354636463746384639464046414642464346444645464646474648464946504651465246534654465546564657465846594660466146624663466446654666466746684669467046714672467346744675467646774678467946804681468246834684468546864687468846894690469146924693469446954696469746984699470047014702470347044705470647074708470947104711471247134714471547164717471847194720472147224723472447254726472747284729473047314732473347344735473647374738473947404741474247434744474547464747474847494750475147524753475447554756475747584759476047614762476347644765476647674768476947704771477247734774477547764777477847794780478147824783478447854786478747884789479047914792479347944795479647974798479948004801480248034804480548064807480848094810481148124813481448154816481748184819482048214822482348244825482648274828482948304831483248334834483548364837483848394840484148424843484448454846484748484849485048514852485348544855485648574858485948604861486248634864486548664867486848694870487148724873487448754876487748784879488048814882488348844885488648874888488948904891489248934894489548964897489848994900490149024903490449054906490749084909491049114912491349144915491649174918491949204921492249234924492549264927492849294930493149324933493449354936493749384939494049414942494349444945494649474948494949504951495249534954495549564957495849594960496149624963496449654966496749684969497049714972497349744975497649774978497949804981498249834984498549864987498849894990499149924993499449954996499749984999500050015002500350045005500650075008500950105011501250135014501550165017501850195020502150225023502450255026502750285029503050315032503350345035503650375038503950405041504250435044504550465047504850495050505150525053505450555056505750585059506050615062506350645065506650675068506950705071507250735074507550765077507850795080508150825083508450855086508750885089509050915092509350945095509650975098509951005101510251035104510551065107510851095110511151125113511451155116511751185119512051215122512351245125512651275128512951305131513251335134513551365137513851395140514151425143514451455146514751485149515051515152515351545155515651575158515951605161516251635164516551665167516851695170517151725173517451755176517751785179518051815182518351845185518651875188518951905191519251935194519551965197519851995200520152025203520452055206520752085209521052115212521352145215521652175218521952205221522252235224522552265227522852295230523152325233523452355236523752385239524052415242524352445245524652475248524952505251525252535254525552565257525852595260526152625263526452655266526752685269527052715272527352745275527652775278527952805281528252835284528552865287528852895290529152925293529452955296529752985299530053015302530353045305530653075308530953105311531253135314531553165317531853195320532153225323532453255326532753285329533053315332533353345335533653375338533953405341534253435344534553465347534853495350535153525353535453555356535753585359536053615362536353645365536653675368536953705371537253735374537553765377537853795380538153825383538453855386538753885389539053915392539353945395539653975398539954005401540254035404540554065407540854095410541154125413541454155416541754185419542054215422542354245425542654275428542954305431543254335434543554365437543854395440544154425443544454455446544754485449545054515452545354545455545654575458545954605461546254635464546554665467546854695470547154725473547454755476547754785479548054815482548354845485548654875488548954905491549254935494549554965497549854995500550155025503550455055506550755085509551055115512551355145515551655175518551955205521552255235524552555265527552855295530553155325533553455355536553755385539554055415542554355445545554655475548554955505551555255535554555555565557555855595560556155625563556455655566556755685569557055715572557355745575557655775578557955805581558255835584558555865587558855895590559155925593559455955596559755985599560056015602560356045605560656075608560956105611561256135614561556165617561856195620562156225623562456255626562756285629563056315632563356345635563656375638563956405641564256435644564556465647564856495650565156525653565456555656565756585659566056615662566356645665566656675668566956705671567256735674567556765677567856795680568156825683568456855686568756885689569056915692569356945695569656975698569957005701570257035704570557065707570857095710571157125713571457155716571757185719572057215722572357245725572657275728572957305731573257335734573557365737573857395740574157425743574457455746574757485749575057515752575357545755575657575758575957605761576257635764576557665767576857695770577157725773577457755776577757785779578057815782578357845785578657875788578957905791579257935794579557965797579857995800580158025803580458055806580758085809581058115812581358145815581658175818581958205821582258235824582558265827582858295830583158325833583458355836583758385839584058415842584358445845584658475848584958505851585258535854585558565857585858595860586158625863586458655866586758685869587058715872587358745875587658775878587958805881588258835884588558865887588858895890589158925893589458955896589758985899590059015902590359045905590659075908590959105911591259135914591559165917591859195920592159225923592459255926592759285929593059315932593359345935593659375938593959405941594259435944594559465947594859495950595159525953595459555956595759585959596059615962596359645965596659675968596959705971597259735974597559765977597859795980598159825983598459855986598759885989599059915992599359945995599659975998599960006001600260036004600560066007600860096010601160126013601460156016601760186019602060216022602360246025
  1. {
  2. "name": "lab",
  3. "version": "1.0.0",
  4. "lockfileVersion": 2,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "lab",
  9. "version": "1.0.0",
  10. "license": "ISC",
  11. "devDependencies": {
  12. "@babel/cli": "^7.18.9",
  13. "@babel/core": "^7.18.9",
  14. "@babel/preset-env": "^7.18.9",
  15. "babel-node": "^0.0.1-security",
  16. "babel-preset-env": "^1.7.0"
  17. }
  18. },
  19. "node_modules/@ampproject/remapping": {
  20. "version": "2.2.0",
  21. "resolved": "https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.2.0.tgz",
  22. "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==",
  23. "dev": true,
  24. "dependencies": {
  25. "@jridgewell/gen-mapping": "^0.1.0",
  26. "@jridgewell/trace-mapping": "^0.3.9"
  27. },
  28. "engines": {
  29. "node": ">=6.0.0"
  30. }
  31. },
  32. "node_modules/@babel/cli": {
  33. "version": "7.18.9",
  34. "resolved": "https://registry.npmmirror.com/@babel/cli/-/cli-7.18.9.tgz",
  35. "integrity": "sha512-e7TOtHVrAXBJGNgoROVxqx0mathd01oJGXIDekRfxdrISnRqfM795APwkDtse9GdyPYivjg3iXiko3sF3W7f5Q==",
  36. "dev": true,
  37. "dependencies": {
  38. "@jridgewell/trace-mapping": "^0.3.8",
  39. "commander": "^4.0.1",
  40. "convert-source-map": "^1.1.0",
  41. "fs-readdir-recursive": "^1.1.0",
  42. "glob": "^7.0.0",
  43. "make-dir": "^2.1.0",
  44. "slash": "^2.0.0"
  45. },
  46. "bin": {
  47. "babel": "bin/babel.js",
  48. "babel-external-helpers": "bin/babel-external-helpers.js"
  49. },
  50. "engines": {
  51. "node": ">=6.9.0"
  52. },
  53. "optionalDependencies": {
  54. "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3",
  55. "chokidar": "^3.4.0"
  56. },
  57. "peerDependencies": {
  58. "@babel/core": "^7.0.0-0"
  59. }
  60. },
  61. "node_modules/@babel/code-frame": {
  62. "version": "7.18.6",
  63. "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.18.6.tgz",
  64. "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==",
  65. "dev": true,
  66. "dependencies": {
  67. "@babel/highlight": "^7.18.6"
  68. },
  69. "engines": {
  70. "node": ">=6.9.0"
  71. }
  72. },
  73. "node_modules/@babel/compat-data": {
  74. "version": "7.18.8",
  75. "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.18.8.tgz",
  76. "integrity": "sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==",
  77. "dev": true,
  78. "engines": {
  79. "node": ">=6.9.0"
  80. }
  81. },
  82. "node_modules/@babel/core": {
  83. "version": "7.18.9",
  84. "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.18.9.tgz",
  85. "integrity": "sha512-1LIb1eL8APMy91/IMW+31ckrfBM4yCoLaVzoDhZUKSM4cu1L1nIidyxkCgzPAgrC5WEz36IPEr/eSeSF9pIn+g==",
  86. "dev": true,
  87. "dependencies": {
  88. "@ampproject/remapping": "^2.1.0",
  89. "@babel/code-frame": "^7.18.6",
  90. "@babel/generator": "^7.18.9",
  91. "@babel/helper-compilation-targets": "^7.18.9",
  92. "@babel/helper-module-transforms": "^7.18.9",
  93. "@babel/helpers": "^7.18.9",
  94. "@babel/parser": "^7.18.9",
  95. "@babel/template": "^7.18.6",
  96. "@babel/traverse": "^7.18.9",
  97. "@babel/types": "^7.18.9",
  98. "convert-source-map": "^1.7.0",
  99. "debug": "^4.1.0",
  100. "gensync": "^1.0.0-beta.2",
  101. "json5": "^2.2.1",
  102. "semver": "^6.3.0"
  103. },
  104. "engines": {
  105. "node": ">=6.9.0"
  106. }
  107. },
  108. "node_modules/@babel/generator": {
  109. "version": "7.18.9",
  110. "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.18.9.tgz",
  111. "integrity": "sha512-wt5Naw6lJrL1/SGkipMiFxJjtyczUWTP38deiP1PO60HsBjDeKk08CGC3S8iVuvf0FmTdgKwU1KIXzSKL1G0Ug==",
  112. "dev": true,
  113. "dependencies": {
  114. "@babel/types": "^7.18.9",
  115. "@jridgewell/gen-mapping": "^0.3.2",
  116. "jsesc": "^2.5.1"
  117. },
  118. "engines": {
  119. "node": ">=6.9.0"
  120. }
  121. },
  122. "node_modules/@babel/generator/node_modules/@jridgewell/gen-mapping": {
  123. "version": "0.3.2",
  124. "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz",
  125. "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==",
  126. "dev": true,
  127. "dependencies": {
  128. "@jridgewell/set-array": "^1.0.1",
  129. "@jridgewell/sourcemap-codec": "^1.4.10",
  130. "@jridgewell/trace-mapping": "^0.3.9"
  131. },
  132. "engines": {
  133. "node": ">=6.0.0"
  134. }
  135. },
  136. "node_modules/@babel/helper-annotate-as-pure": {
  137. "version": "7.18.6",
  138. "resolved": "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz",
  139. "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==",
  140. "dev": true,
  141. "dependencies": {
  142. "@babel/types": "^7.18.6"
  143. },
  144. "engines": {
  145. "node": ">=6.9.0"
  146. }
  147. },
  148. "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
  149. "version": "7.18.9",
  150. "resolved": "https://registry.npmmirror.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.9.tgz",
  151. "integrity": "sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==",
  152. "dev": true,
  153. "dependencies": {
  154. "@babel/helper-explode-assignable-expression": "^7.18.6",
  155. "@babel/types": "^7.18.9"
  156. },
  157. "engines": {
  158. "node": ">=6.9.0"
  159. }
  160. },
  161. "node_modules/@babel/helper-compilation-targets": {
  162. "version": "7.18.9",
  163. "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.9.tgz",
  164. "integrity": "sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==",
  165. "dev": true,
  166. "dependencies": {
  167. "@babel/compat-data": "^7.18.8",
  168. "@babel/helper-validator-option": "^7.18.6",
  169. "browserslist": "^4.20.2",
  170. "semver": "^6.3.0"
  171. },
  172. "engines": {
  173. "node": ">=6.9.0"
  174. },
  175. "peerDependencies": {
  176. "@babel/core": "^7.0.0"
  177. }
  178. },
  179. "node_modules/@babel/helper-create-class-features-plugin": {
  180. "version": "7.18.9",
  181. "resolved": "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.9.tgz",
  182. "integrity": "sha512-WvypNAYaVh23QcjpMR24CwZY2Nz6hqdOcFdPbNpV56hL5H6KiFheO7Xm1aPdlLQ7d5emYZX7VZwPp9x3z+2opw==",
  183. "dev": true,
  184. "dependencies": {
  185. "@babel/helper-annotate-as-pure": "^7.18.6",
  186. "@babel/helper-environment-visitor": "^7.18.9",
  187. "@babel/helper-function-name": "^7.18.9",
  188. "@babel/helper-member-expression-to-functions": "^7.18.9",
  189. "@babel/helper-optimise-call-expression": "^7.18.6",
  190. "@babel/helper-replace-supers": "^7.18.9",
  191. "@babel/helper-split-export-declaration": "^7.18.6"
  192. },
  193. "engines": {
  194. "node": ">=6.9.0"
  195. },
  196. "peerDependencies": {
  197. "@babel/core": "^7.0.0"
  198. }
  199. },
  200. "node_modules/@babel/helper-create-regexp-features-plugin": {
  201. "version": "7.18.6",
  202. "resolved": "https://registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.18.6.tgz",
  203. "integrity": "sha512-7LcpH1wnQLGrI+4v+nPp+zUvIkF9x0ddv1Hkdue10tg3gmRnLy97DXh4STiOf1qeIInyD69Qv5kKSZzKD8B/7A==",
  204. "dev": true,
  205. "dependencies": {
  206. "@babel/helper-annotate-as-pure": "^7.18.6",
  207. "regexpu-core": "^5.1.0"
  208. },
  209. "engines": {
  210. "node": ">=6.9.0"
  211. },
  212. "peerDependencies": {
  213. "@babel/core": "^7.0.0"
  214. }
  215. },
  216. "node_modules/@babel/helper-define-polyfill-provider": {
  217. "version": "0.3.2",
  218. "resolved": "https://registry.npmmirror.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.2.tgz",
  219. "integrity": "sha512-r9QJJ+uDWrd+94BSPcP6/de67ygLtvVy6cK4luE6MOuDsZIdoaPBnfSpbO/+LTifjPckbKXRuI9BB/Z2/y3iTg==",
  220. "dev": true,
  221. "dependencies": {
  222. "@babel/helper-compilation-targets": "^7.17.7",
  223. "@babel/helper-plugin-utils": "^7.16.7",
  224. "debug": "^4.1.1",
  225. "lodash.debounce": "^4.0.8",
  226. "resolve": "^1.14.2",
  227. "semver": "^6.1.2"
  228. },
  229. "peerDependencies": {
  230. "@babel/core": "^7.4.0-0"
  231. }
  232. },
  233. "node_modules/@babel/helper-environment-visitor": {
  234. "version": "7.18.9",
  235. "resolved": "https://registry.npmmirror.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz",
  236. "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==",
  237. "dev": true,
  238. "engines": {
  239. "node": ">=6.9.0"
  240. }
  241. },
  242. "node_modules/@babel/helper-explode-assignable-expression": {
  243. "version": "7.18.6",
  244. "resolved": "https://registry.npmmirror.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz",
  245. "integrity": "sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==",
  246. "dev": true,
  247. "dependencies": {
  248. "@babel/types": "^7.18.6"
  249. },
  250. "engines": {
  251. "node": ">=6.9.0"
  252. }
  253. },
  254. "node_modules/@babel/helper-function-name": {
  255. "version": "7.18.9",
  256. "resolved": "https://registry.npmmirror.com/@babel/helper-function-name/-/helper-function-name-7.18.9.tgz",
  257. "integrity": "sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A==",
  258. "dev": true,
  259. "dependencies": {
  260. "@babel/template": "^7.18.6",
  261. "@babel/types": "^7.18.9"
  262. },
  263. "engines": {
  264. "node": ">=6.9.0"
  265. }
  266. },
  267. "node_modules/@babel/helper-hoist-variables": {
  268. "version": "7.18.6",
  269. "resolved": "https://registry.npmmirror.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz",
  270. "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==",
  271. "dev": true,
  272. "dependencies": {
  273. "@babel/types": "^7.18.6"
  274. },
  275. "engines": {
  276. "node": ">=6.9.0"
  277. }
  278. },
  279. "node_modules/@babel/helper-member-expression-to-functions": {
  280. "version": "7.18.9",
  281. "resolved": "https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.9.tgz",
  282. "integrity": "sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg==",
  283. "dev": true,
  284. "dependencies": {
  285. "@babel/types": "^7.18.9"
  286. },
  287. "engines": {
  288. "node": ">=6.9.0"
  289. }
  290. },
  291. "node_modules/@babel/helper-module-imports": {
  292. "version": "7.18.6",
  293. "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz",
  294. "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==",
  295. "dev": true,
  296. "dependencies": {
  297. "@babel/types": "^7.18.6"
  298. },
  299. "engines": {
  300. "node": ">=6.9.0"
  301. }
  302. },
  303. "node_modules/@babel/helper-module-transforms": {
  304. "version": "7.18.9",
  305. "resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.18.9.tgz",
  306. "integrity": "sha512-KYNqY0ICwfv19b31XzvmI/mfcylOzbLtowkw+mfvGPAQ3kfCnMLYbED3YecL5tPd8nAYFQFAd6JHp2LxZk/J1g==",
  307. "dev": true,
  308. "dependencies": {
  309. "@babel/helper-environment-visitor": "^7.18.9",
  310. "@babel/helper-module-imports": "^7.18.6",
  311. "@babel/helper-simple-access": "^7.18.6",
  312. "@babel/helper-split-export-declaration": "^7.18.6",
  313. "@babel/helper-validator-identifier": "^7.18.6",
  314. "@babel/template": "^7.18.6",
  315. "@babel/traverse": "^7.18.9",
  316. "@babel/types": "^7.18.9"
  317. },
  318. "engines": {
  319. "node": ">=6.9.0"
  320. }
  321. },
  322. "node_modules/@babel/helper-optimise-call-expression": {
  323. "version": "7.18.6",
  324. "resolved": "https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz",
  325. "integrity": "sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==",
  326. "dev": true,
  327. "dependencies": {
  328. "@babel/types": "^7.18.6"
  329. },
  330. "engines": {
  331. "node": ">=6.9.0"
  332. }
  333. },
  334. "node_modules/@babel/helper-plugin-utils": {
  335. "version": "7.18.9",
  336. "resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.9.tgz",
  337. "integrity": "sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w==",
  338. "dev": true,
  339. "engines": {
  340. "node": ">=6.9.0"
  341. }
  342. },
  343. "node_modules/@babel/helper-remap-async-to-generator": {
  344. "version": "7.18.9",
  345. "resolved": "https://registry.npmmirror.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz",
  346. "integrity": "sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==",
  347. "dev": true,
  348. "dependencies": {
  349. "@babel/helper-annotate-as-pure": "^7.18.6",
  350. "@babel/helper-environment-visitor": "^7.18.9",
  351. "@babel/helper-wrap-function": "^7.18.9",
  352. "@babel/types": "^7.18.9"
  353. },
  354. "engines": {
  355. "node": ">=6.9.0"
  356. },
  357. "peerDependencies": {
  358. "@babel/core": "^7.0.0"
  359. }
  360. },
  361. "node_modules/@babel/helper-replace-supers": {
  362. "version": "7.18.9",
  363. "resolved": "https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.18.9.tgz",
  364. "integrity": "sha512-dNsWibVI4lNT6HiuOIBr1oyxo40HvIVmbwPUm3XZ7wMh4k2WxrxTqZwSqw/eEmXDS9np0ey5M2bz9tBmO9c+YQ==",
  365. "dev": true,
  366. "dependencies": {
  367. "@babel/helper-environment-visitor": "^7.18.9",
  368. "@babel/helper-member-expression-to-functions": "^7.18.9",
  369. "@babel/helper-optimise-call-expression": "^7.18.6",
  370. "@babel/traverse": "^7.18.9",
  371. "@babel/types": "^7.18.9"
  372. },
  373. "engines": {
  374. "node": ">=6.9.0"
  375. }
  376. },
  377. "node_modules/@babel/helper-simple-access": {
  378. "version": "7.18.6",
  379. "resolved": "https://registry.npmmirror.com/@babel/helper-simple-access/-/helper-simple-access-7.18.6.tgz",
  380. "integrity": "sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==",
  381. "dev": true,
  382. "dependencies": {
  383. "@babel/types": "^7.18.6"
  384. },
  385. "engines": {
  386. "node": ">=6.9.0"
  387. }
  388. },
  389. "node_modules/@babel/helper-skip-transparent-expression-wrappers": {
  390. "version": "7.18.9",
  391. "resolved": "https://registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.18.9.tgz",
  392. "integrity": "sha512-imytd2gHi3cJPsybLRbmFrF7u5BIEuI2cNheyKi3/iOBC63kNn3q8Crn2xVuESli0aM4KYsyEqKyS7lFL8YVtw==",
  393. "dev": true,
  394. "dependencies": {
  395. "@babel/types": "^7.18.9"
  396. },
  397. "engines": {
  398. "node": ">=6.9.0"
  399. }
  400. },
  401. "node_modules/@babel/helper-split-export-declaration": {
  402. "version": "7.18.6",
  403. "resolved": "https://registry.npmmirror.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz",
  404. "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==",
  405. "dev": true,
  406. "dependencies": {
  407. "@babel/types": "^7.18.6"
  408. },
  409. "engines": {
  410. "node": ">=6.9.0"
  411. }
  412. },
  413. "node_modules/@babel/helper-validator-identifier": {
  414. "version": "7.18.6",
  415. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz",
  416. "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==",
  417. "dev": true,
  418. "engines": {
  419. "node": ">=6.9.0"
  420. }
  421. },
  422. "node_modules/@babel/helper-validator-option": {
  423. "version": "7.18.6",
  424. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz",
  425. "integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==",
  426. "dev": true,
  427. "engines": {
  428. "node": ">=6.9.0"
  429. }
  430. },
  431. "node_modules/@babel/helper-wrap-function": {
  432. "version": "7.18.9",
  433. "resolved": "https://registry.npmmirror.com/@babel/helper-wrap-function/-/helper-wrap-function-7.18.9.tgz",
  434. "integrity": "sha512-cG2ru3TRAL6a60tfQflpEfs4ldiPwF6YW3zfJiRgmoFVIaC1vGnBBgatfec+ZUziPHkHSaXAuEck3Cdkf3eRpQ==",
  435. "dev": true,
  436. "dependencies": {
  437. "@babel/helper-function-name": "^7.18.9",
  438. "@babel/template": "^7.18.6",
  439. "@babel/traverse": "^7.18.9",
  440. "@babel/types": "^7.18.9"
  441. },
  442. "engines": {
  443. "node": ">=6.9.0"
  444. }
  445. },
  446. "node_modules/@babel/helpers": {
  447. "version": "7.18.9",
  448. "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.18.9.tgz",
  449. "integrity": "sha512-Jf5a+rbrLoR4eNdUmnFu8cN5eNJT6qdTdOg5IHIzq87WwyRw9PwguLFOWYgktN/60IP4fgDUawJvs7PjQIzELQ==",
  450. "dev": true,
  451. "dependencies": {
  452. "@babel/template": "^7.18.6",
  453. "@babel/traverse": "^7.18.9",
  454. "@babel/types": "^7.18.9"
  455. },
  456. "engines": {
  457. "node": ">=6.9.0"
  458. }
  459. },
  460. "node_modules/@babel/highlight": {
  461. "version": "7.18.6",
  462. "resolved": "https://registry.npmmirror.com/@babel/highlight/-/highlight-7.18.6.tgz",
  463. "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==",
  464. "dev": true,
  465. "dependencies": {
  466. "@babel/helper-validator-identifier": "^7.18.6",
  467. "chalk": "^2.0.0",
  468. "js-tokens": "^4.0.0"
  469. },
  470. "engines": {
  471. "node": ">=6.9.0"
  472. }
  473. },
  474. "node_modules/@babel/parser": {
  475. "version": "7.18.9",
  476. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.18.9.tgz",
  477. "integrity": "sha512-9uJveS9eY9DJ0t64YbIBZICtJy8a5QrDEVdiLCG97fVLpDTpGX7t8mMSb6OWw6Lrnjqj4O8zwjELX3dhoMgiBg==",
  478. "dev": true,
  479. "bin": {
  480. "parser": "bin/babel-parser.js"
  481. },
  482. "engines": {
  483. "node": ">=6.0.0"
  484. }
  485. },
  486. "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
  487. "version": "7.18.6",
  488. "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz",
  489. "integrity": "sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==",
  490. "dev": true,
  491. "dependencies": {
  492. "@babel/helper-plugin-utils": "^7.18.6"
  493. },
  494. "engines": {
  495. "node": ">=6.9.0"
  496. },
  497. "peerDependencies": {
  498. "@babel/core": "^7.0.0"
  499. }
  500. },
  501. "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
  502. "version": "7.18.9",
  503. "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.18.9.tgz",
  504. "integrity": "sha512-AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg==",
  505. "dev": true,
  506. "dependencies": {
  507. "@babel/helper-plugin-utils": "^7.18.9",
  508. "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9",
  509. "@babel/plugin-proposal-optional-chaining": "^7.18.9"
  510. },
  511. "engines": {
  512. "node": ">=6.9.0"
  513. },
  514. "peerDependencies": {
  515. "@babel/core": "^7.13.0"
  516. }
  517. },
  518. "node_modules/@babel/plugin-proposal-async-generator-functions": {
  519. "version": "7.18.6",
  520. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.18.6.tgz",
  521. "integrity": "sha512-WAz4R9bvozx4qwf74M+sfqPMKfSqwM0phxPTR6iJIi8robgzXwkEgmeJG1gEKhm6sDqT/U9aV3lfcqybIpev8w==",
  522. "dev": true,
  523. "dependencies": {
  524. "@babel/helper-environment-visitor": "^7.18.6",
  525. "@babel/helper-plugin-utils": "^7.18.6",
  526. "@babel/helper-remap-async-to-generator": "^7.18.6",
  527. "@babel/plugin-syntax-async-generators": "^7.8.4"
  528. },
  529. "engines": {
  530. "node": ">=6.9.0"
  531. },
  532. "peerDependencies": {
  533. "@babel/core": "^7.0.0-0"
  534. }
  535. },
  536. "node_modules/@babel/plugin-proposal-class-properties": {
  537. "version": "7.18.6",
  538. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz",
  539. "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==",
  540. "dev": true,
  541. "dependencies": {
  542. "@babel/helper-create-class-features-plugin": "^7.18.6",
  543. "@babel/helper-plugin-utils": "^7.18.6"
  544. },
  545. "engines": {
  546. "node": ">=6.9.0"
  547. },
  548. "peerDependencies": {
  549. "@babel/core": "^7.0.0-0"
  550. }
  551. },
  552. "node_modules/@babel/plugin-proposal-class-static-block": {
  553. "version": "7.18.6",
  554. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.18.6.tgz",
  555. "integrity": "sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==",
  556. "dev": true,
  557. "dependencies": {
  558. "@babel/helper-create-class-features-plugin": "^7.18.6",
  559. "@babel/helper-plugin-utils": "^7.18.6",
  560. "@babel/plugin-syntax-class-static-block": "^7.14.5"
  561. },
  562. "engines": {
  563. "node": ">=6.9.0"
  564. },
  565. "peerDependencies": {
  566. "@babel/core": "^7.12.0"
  567. }
  568. },
  569. "node_modules/@babel/plugin-proposal-dynamic-import": {
  570. "version": "7.18.6",
  571. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz",
  572. "integrity": "sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==",
  573. "dev": true,
  574. "dependencies": {
  575. "@babel/helper-plugin-utils": "^7.18.6",
  576. "@babel/plugin-syntax-dynamic-import": "^7.8.3"
  577. },
  578. "engines": {
  579. "node": ">=6.9.0"
  580. },
  581. "peerDependencies": {
  582. "@babel/core": "^7.0.0-0"
  583. }
  584. },
  585. "node_modules/@babel/plugin-proposal-export-namespace-from": {
  586. "version": "7.18.9",
  587. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz",
  588. "integrity": "sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==",
  589. "dev": true,
  590. "dependencies": {
  591. "@babel/helper-plugin-utils": "^7.18.9",
  592. "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
  593. },
  594. "engines": {
  595. "node": ">=6.9.0"
  596. },
  597. "peerDependencies": {
  598. "@babel/core": "^7.0.0-0"
  599. }
  600. },
  601. "node_modules/@babel/plugin-proposal-json-strings": {
  602. "version": "7.18.6",
  603. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz",
  604. "integrity": "sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==",
  605. "dev": true,
  606. "dependencies": {
  607. "@babel/helper-plugin-utils": "^7.18.6",
  608. "@babel/plugin-syntax-json-strings": "^7.8.3"
  609. },
  610. "engines": {
  611. "node": ">=6.9.0"
  612. },
  613. "peerDependencies": {
  614. "@babel/core": "^7.0.0-0"
  615. }
  616. },
  617. "node_modules/@babel/plugin-proposal-logical-assignment-operators": {
  618. "version": "7.18.9",
  619. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.18.9.tgz",
  620. "integrity": "sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q==",
  621. "dev": true,
  622. "dependencies": {
  623. "@babel/helper-plugin-utils": "^7.18.9",
  624. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
  625. },
  626. "engines": {
  627. "node": ">=6.9.0"
  628. },
  629. "peerDependencies": {
  630. "@babel/core": "^7.0.0-0"
  631. }
  632. },
  633. "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": {
  634. "version": "7.18.6",
  635. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz",
  636. "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==",
  637. "dev": true,
  638. "dependencies": {
  639. "@babel/helper-plugin-utils": "^7.18.6",
  640. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
  641. },
  642. "engines": {
  643. "node": ">=6.9.0"
  644. },
  645. "peerDependencies": {
  646. "@babel/core": "^7.0.0-0"
  647. }
  648. },
  649. "node_modules/@babel/plugin-proposal-numeric-separator": {
  650. "version": "7.18.6",
  651. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz",
  652. "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==",
  653. "dev": true,
  654. "dependencies": {
  655. "@babel/helper-plugin-utils": "^7.18.6",
  656. "@babel/plugin-syntax-numeric-separator": "^7.10.4"
  657. },
  658. "engines": {
  659. "node": ">=6.9.0"
  660. },
  661. "peerDependencies": {
  662. "@babel/core": "^7.0.0-0"
  663. }
  664. },
  665. "node_modules/@babel/plugin-proposal-object-rest-spread": {
  666. "version": "7.18.9",
  667. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.18.9.tgz",
  668. "integrity": "sha512-kDDHQ5rflIeY5xl69CEqGEZ0KY369ehsCIEbTGb4siHG5BE9sga/T0r0OUwyZNLMmZE79E1kbsqAjwFCW4ds6Q==",
  669. "dev": true,
  670. "dependencies": {
  671. "@babel/compat-data": "^7.18.8",
  672. "@babel/helper-compilation-targets": "^7.18.9",
  673. "@babel/helper-plugin-utils": "^7.18.9",
  674. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  675. "@babel/plugin-transform-parameters": "^7.18.8"
  676. },
  677. "engines": {
  678. "node": ">=6.9.0"
  679. },
  680. "peerDependencies": {
  681. "@babel/core": "^7.0.0-0"
  682. }
  683. },
  684. "node_modules/@babel/plugin-proposal-optional-catch-binding": {
  685. "version": "7.18.6",
  686. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz",
  687. "integrity": "sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==",
  688. "dev": true,
  689. "dependencies": {
  690. "@babel/helper-plugin-utils": "^7.18.6",
  691. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
  692. },
  693. "engines": {
  694. "node": ">=6.9.0"
  695. },
  696. "peerDependencies": {
  697. "@babel/core": "^7.0.0-0"
  698. }
  699. },
  700. "node_modules/@babel/plugin-proposal-optional-chaining": {
  701. "version": "7.18.9",
  702. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.18.9.tgz",
  703. "integrity": "sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==",
  704. "dev": true,
  705. "dependencies": {
  706. "@babel/helper-plugin-utils": "^7.18.9",
  707. "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9",
  708. "@babel/plugin-syntax-optional-chaining": "^7.8.3"
  709. },
  710. "engines": {
  711. "node": ">=6.9.0"
  712. },
  713. "peerDependencies": {
  714. "@babel/core": "^7.0.0-0"
  715. }
  716. },
  717. "node_modules/@babel/plugin-proposal-private-methods": {
  718. "version": "7.18.6",
  719. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz",
  720. "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==",
  721. "dev": true,
  722. "dependencies": {
  723. "@babel/helper-create-class-features-plugin": "^7.18.6",
  724. "@babel/helper-plugin-utils": "^7.18.6"
  725. },
  726. "engines": {
  727. "node": ">=6.9.0"
  728. },
  729. "peerDependencies": {
  730. "@babel/core": "^7.0.0-0"
  731. }
  732. },
  733. "node_modules/@babel/plugin-proposal-private-property-in-object": {
  734. "version": "7.18.6",
  735. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.18.6.tgz",
  736. "integrity": "sha512-9Rysx7FOctvT5ouj5JODjAFAkgGoudQuLPamZb0v1TGLpapdNaftzifU8NTWQm0IRjqoYypdrSmyWgkocDQ8Dw==",
  737. "dev": true,
  738. "dependencies": {
  739. "@babel/helper-annotate-as-pure": "^7.18.6",
  740. "@babel/helper-create-class-features-plugin": "^7.18.6",
  741. "@babel/helper-plugin-utils": "^7.18.6",
  742. "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
  743. },
  744. "engines": {
  745. "node": ">=6.9.0"
  746. },
  747. "peerDependencies": {
  748. "@babel/core": "^7.0.0-0"
  749. }
  750. },
  751. "node_modules/@babel/plugin-proposal-unicode-property-regex": {
  752. "version": "7.18.6",
  753. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz",
  754. "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==",
  755. "dev": true,
  756. "dependencies": {
  757. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  758. "@babel/helper-plugin-utils": "^7.18.6"
  759. },
  760. "engines": {
  761. "node": ">=4"
  762. },
  763. "peerDependencies": {
  764. "@babel/core": "^7.0.0-0"
  765. }
  766. },
  767. "node_modules/@babel/plugin-syntax-async-generators": {
  768. "version": "7.8.4",
  769. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
  770. "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
  771. "dev": true,
  772. "dependencies": {
  773. "@babel/helper-plugin-utils": "^7.8.0"
  774. },
  775. "peerDependencies": {
  776. "@babel/core": "^7.0.0-0"
  777. }
  778. },
  779. "node_modules/@babel/plugin-syntax-class-properties": {
  780. "version": "7.12.13",
  781. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
  782. "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
  783. "dev": true,
  784. "dependencies": {
  785. "@babel/helper-plugin-utils": "^7.12.13"
  786. },
  787. "peerDependencies": {
  788. "@babel/core": "^7.0.0-0"
  789. }
  790. },
  791. "node_modules/@babel/plugin-syntax-class-static-block": {
  792. "version": "7.14.5",
  793. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
  794. "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
  795. "dev": true,
  796. "dependencies": {
  797. "@babel/helper-plugin-utils": "^7.14.5"
  798. },
  799. "engines": {
  800. "node": ">=6.9.0"
  801. },
  802. "peerDependencies": {
  803. "@babel/core": "^7.0.0-0"
  804. }
  805. },
  806. "node_modules/@babel/plugin-syntax-dynamic-import": {
  807. "version": "7.8.3",
  808. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
  809. "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
  810. "dev": true,
  811. "dependencies": {
  812. "@babel/helper-plugin-utils": "^7.8.0"
  813. },
  814. "peerDependencies": {
  815. "@babel/core": "^7.0.0-0"
  816. }
  817. },
  818. "node_modules/@babel/plugin-syntax-export-namespace-from": {
  819. "version": "7.8.3",
  820. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
  821. "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
  822. "dev": true,
  823. "dependencies": {
  824. "@babel/helper-plugin-utils": "^7.8.3"
  825. },
  826. "peerDependencies": {
  827. "@babel/core": "^7.0.0-0"
  828. }
  829. },
  830. "node_modules/@babel/plugin-syntax-import-assertions": {
  831. "version": "7.18.6",
  832. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.18.6.tgz",
  833. "integrity": "sha512-/DU3RXad9+bZwrgWJQKbr39gYbJpLJHezqEzRzi/BHRlJ9zsQb4CK2CA/5apllXNomwA1qHwzvHl+AdEmC5krQ==",
  834. "dev": true,
  835. "dependencies": {
  836. "@babel/helper-plugin-utils": "^7.18.6"
  837. },
  838. "engines": {
  839. "node": ">=6.9.0"
  840. },
  841. "peerDependencies": {
  842. "@babel/core": "^7.0.0-0"
  843. }
  844. },
  845. "node_modules/@babel/plugin-syntax-json-strings": {
  846. "version": "7.8.3",
  847. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
  848. "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
  849. "dev": true,
  850. "dependencies": {
  851. "@babel/helper-plugin-utils": "^7.8.0"
  852. },
  853. "peerDependencies": {
  854. "@babel/core": "^7.0.0-0"
  855. }
  856. },
  857. "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
  858. "version": "7.10.4",
  859. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
  860. "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
  861. "dev": true,
  862. "dependencies": {
  863. "@babel/helper-plugin-utils": "^7.10.4"
  864. },
  865. "peerDependencies": {
  866. "@babel/core": "^7.0.0-0"
  867. }
  868. },
  869. "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
  870. "version": "7.8.3",
  871. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
  872. "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
  873. "dev": true,
  874. "dependencies": {
  875. "@babel/helper-plugin-utils": "^7.8.0"
  876. },
  877. "peerDependencies": {
  878. "@babel/core": "^7.0.0-0"
  879. }
  880. },
  881. "node_modules/@babel/plugin-syntax-numeric-separator": {
  882. "version": "7.10.4",
  883. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
  884. "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
  885. "dev": true,
  886. "dependencies": {
  887. "@babel/helper-plugin-utils": "^7.10.4"
  888. },
  889. "peerDependencies": {
  890. "@babel/core": "^7.0.0-0"
  891. }
  892. },
  893. "node_modules/@babel/plugin-syntax-object-rest-spread": {
  894. "version": "7.8.3",
  895. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
  896. "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
  897. "dev": true,
  898. "dependencies": {
  899. "@babel/helper-plugin-utils": "^7.8.0"
  900. },
  901. "peerDependencies": {
  902. "@babel/core": "^7.0.0-0"
  903. }
  904. },
  905. "node_modules/@babel/plugin-syntax-optional-catch-binding": {
  906. "version": "7.8.3",
  907. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
  908. "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
  909. "dev": true,
  910. "dependencies": {
  911. "@babel/helper-plugin-utils": "^7.8.0"
  912. },
  913. "peerDependencies": {
  914. "@babel/core": "^7.0.0-0"
  915. }
  916. },
  917. "node_modules/@babel/plugin-syntax-optional-chaining": {
  918. "version": "7.8.3",
  919. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
  920. "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
  921. "dev": true,
  922. "dependencies": {
  923. "@babel/helper-plugin-utils": "^7.8.0"
  924. },
  925. "peerDependencies": {
  926. "@babel/core": "^7.0.0-0"
  927. }
  928. },
  929. "node_modules/@babel/plugin-syntax-private-property-in-object": {
  930. "version": "7.14.5",
  931. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
  932. "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
  933. "dev": true,
  934. "dependencies": {
  935. "@babel/helper-plugin-utils": "^7.14.5"
  936. },
  937. "engines": {
  938. "node": ">=6.9.0"
  939. },
  940. "peerDependencies": {
  941. "@babel/core": "^7.0.0-0"
  942. }
  943. },
  944. "node_modules/@babel/plugin-syntax-top-level-await": {
  945. "version": "7.14.5",
  946. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
  947. "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
  948. "dev": true,
  949. "dependencies": {
  950. "@babel/helper-plugin-utils": "^7.14.5"
  951. },
  952. "engines": {
  953. "node": ">=6.9.0"
  954. },
  955. "peerDependencies": {
  956. "@babel/core": "^7.0.0-0"
  957. }
  958. },
  959. "node_modules/@babel/plugin-transform-arrow-functions": {
  960. "version": "7.18.6",
  961. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.18.6.tgz",
  962. "integrity": "sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ==",
  963. "dev": true,
  964. "dependencies": {
  965. "@babel/helper-plugin-utils": "^7.18.6"
  966. },
  967. "engines": {
  968. "node": ">=6.9.0"
  969. },
  970. "peerDependencies": {
  971. "@babel/core": "^7.0.0-0"
  972. }
  973. },
  974. "node_modules/@babel/plugin-transform-async-to-generator": {
  975. "version": "7.18.6",
  976. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.18.6.tgz",
  977. "integrity": "sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag==",
  978. "dev": true,
  979. "dependencies": {
  980. "@babel/helper-module-imports": "^7.18.6",
  981. "@babel/helper-plugin-utils": "^7.18.6",
  982. "@babel/helper-remap-async-to-generator": "^7.18.6"
  983. },
  984. "engines": {
  985. "node": ">=6.9.0"
  986. },
  987. "peerDependencies": {
  988. "@babel/core": "^7.0.0-0"
  989. }
  990. },
  991. "node_modules/@babel/plugin-transform-block-scoped-functions": {
  992. "version": "7.18.6",
  993. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.18.6.tgz",
  994. "integrity": "sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==",
  995. "dev": true,
  996. "dependencies": {
  997. "@babel/helper-plugin-utils": "^7.18.6"
  998. },
  999. "engines": {
  1000. "node": ">=6.9.0"
  1001. },
  1002. "peerDependencies": {
  1003. "@babel/core": "^7.0.0-0"
  1004. }
  1005. },
  1006. "node_modules/@babel/plugin-transform-block-scoping": {
  1007. "version": "7.18.9",
  1008. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.18.9.tgz",
  1009. "integrity": "sha512-5sDIJRV1KtQVEbt/EIBwGy4T01uYIo4KRB3VUqzkhrAIOGx7AoctL9+Ux88btY0zXdDyPJ9mW+bg+v+XEkGmtw==",
  1010. "dev": true,
  1011. "dependencies": {
  1012. "@babel/helper-plugin-utils": "^7.18.9"
  1013. },
  1014. "engines": {
  1015. "node": ">=6.9.0"
  1016. },
  1017. "peerDependencies": {
  1018. "@babel/core": "^7.0.0-0"
  1019. }
  1020. },
  1021. "node_modules/@babel/plugin-transform-classes": {
  1022. "version": "7.18.9",
  1023. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.18.9.tgz",
  1024. "integrity": "sha512-EkRQxsxoytpTlKJmSPYrsOMjCILacAjtSVkd4gChEe2kXjFCun3yohhW5I7plXJhCemM0gKsaGMcO8tinvCA5g==",
  1025. "dev": true,
  1026. "dependencies": {
  1027. "@babel/helper-annotate-as-pure": "^7.18.6",
  1028. "@babel/helper-environment-visitor": "^7.18.9",
  1029. "@babel/helper-function-name": "^7.18.9",
  1030. "@babel/helper-optimise-call-expression": "^7.18.6",
  1031. "@babel/helper-plugin-utils": "^7.18.9",
  1032. "@babel/helper-replace-supers": "^7.18.9",
  1033. "@babel/helper-split-export-declaration": "^7.18.6",
  1034. "globals": "^11.1.0"
  1035. },
  1036. "engines": {
  1037. "node": ">=6.9.0"
  1038. },
  1039. "peerDependencies": {
  1040. "@babel/core": "^7.0.0-0"
  1041. }
  1042. },
  1043. "node_modules/@babel/plugin-transform-computed-properties": {
  1044. "version": "7.18.9",
  1045. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.18.9.tgz",
  1046. "integrity": "sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw==",
  1047. "dev": true,
  1048. "dependencies": {
  1049. "@babel/helper-plugin-utils": "^7.18.9"
  1050. },
  1051. "engines": {
  1052. "node": ">=6.9.0"
  1053. },
  1054. "peerDependencies": {
  1055. "@babel/core": "^7.0.0-0"
  1056. }
  1057. },
  1058. "node_modules/@babel/plugin-transform-destructuring": {
  1059. "version": "7.18.9",
  1060. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.18.9.tgz",
  1061. "integrity": "sha512-p5VCYNddPLkZTq4XymQIaIfZNJwT9YsjkPOhkVEqt6QIpQFZVM9IltqqYpOEkJoN1DPznmxUDyZ5CTZs/ZCuHA==",
  1062. "dev": true,
  1063. "dependencies": {
  1064. "@babel/helper-plugin-utils": "^7.18.9"
  1065. },
  1066. "engines": {
  1067. "node": ">=6.9.0"
  1068. },
  1069. "peerDependencies": {
  1070. "@babel/core": "^7.0.0-0"
  1071. }
  1072. },
  1073. "node_modules/@babel/plugin-transform-dotall-regex": {
  1074. "version": "7.18.6",
  1075. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz",
  1076. "integrity": "sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==",
  1077. "dev": true,
  1078. "dependencies": {
  1079. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  1080. "@babel/helper-plugin-utils": "^7.18.6"
  1081. },
  1082. "engines": {
  1083. "node": ">=6.9.0"
  1084. },
  1085. "peerDependencies": {
  1086. "@babel/core": "^7.0.0-0"
  1087. }
  1088. },
  1089. "node_modules/@babel/plugin-transform-duplicate-keys": {
  1090. "version": "7.18.9",
  1091. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.9.tgz",
  1092. "integrity": "sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==",
  1093. "dev": true,
  1094. "dependencies": {
  1095. "@babel/helper-plugin-utils": "^7.18.9"
  1096. },
  1097. "engines": {
  1098. "node": ">=6.9.0"
  1099. },
  1100. "peerDependencies": {
  1101. "@babel/core": "^7.0.0-0"
  1102. }
  1103. },
  1104. "node_modules/@babel/plugin-transform-exponentiation-operator": {
  1105. "version": "7.18.6",
  1106. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.18.6.tgz",
  1107. "integrity": "sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==",
  1108. "dev": true,
  1109. "dependencies": {
  1110. "@babel/helper-builder-binary-assignment-operator-visitor": "^7.18.6",
  1111. "@babel/helper-plugin-utils": "^7.18.6"
  1112. },
  1113. "engines": {
  1114. "node": ">=6.9.0"
  1115. },
  1116. "peerDependencies": {
  1117. "@babel/core": "^7.0.0-0"
  1118. }
  1119. },
  1120. "node_modules/@babel/plugin-transform-for-of": {
  1121. "version": "7.18.8",
  1122. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.8.tgz",
  1123. "integrity": "sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==",
  1124. "dev": true,
  1125. "dependencies": {
  1126. "@babel/helper-plugin-utils": "^7.18.6"
  1127. },
  1128. "engines": {
  1129. "node": ">=6.9.0"
  1130. },
  1131. "peerDependencies": {
  1132. "@babel/core": "^7.0.0-0"
  1133. }
  1134. },
  1135. "node_modules/@babel/plugin-transform-function-name": {
  1136. "version": "7.18.9",
  1137. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.18.9.tgz",
  1138. "integrity": "sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==",
  1139. "dev": true,
  1140. "dependencies": {
  1141. "@babel/helper-compilation-targets": "^7.18.9",
  1142. "@babel/helper-function-name": "^7.18.9",
  1143. "@babel/helper-plugin-utils": "^7.18.9"
  1144. },
  1145. "engines": {
  1146. "node": ">=6.9.0"
  1147. },
  1148. "peerDependencies": {
  1149. "@babel/core": "^7.0.0-0"
  1150. }
  1151. },
  1152. "node_modules/@babel/plugin-transform-literals": {
  1153. "version": "7.18.9",
  1154. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.9.tgz",
  1155. "integrity": "sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==",
  1156. "dev": true,
  1157. "dependencies": {
  1158. "@babel/helper-plugin-utils": "^7.18.9"
  1159. },
  1160. "engines": {
  1161. "node": ">=6.9.0"
  1162. },
  1163. "peerDependencies": {
  1164. "@babel/core": "^7.0.0-0"
  1165. }
  1166. },
  1167. "node_modules/@babel/plugin-transform-member-expression-literals": {
  1168. "version": "7.18.6",
  1169. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.18.6.tgz",
  1170. "integrity": "sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==",
  1171. "dev": true,
  1172. "dependencies": {
  1173. "@babel/helper-plugin-utils": "^7.18.6"
  1174. },
  1175. "engines": {
  1176. "node": ">=6.9.0"
  1177. },
  1178. "peerDependencies": {
  1179. "@babel/core": "^7.0.0-0"
  1180. }
  1181. },
  1182. "node_modules/@babel/plugin-transform-modules-amd": {
  1183. "version": "7.18.6",
  1184. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.18.6.tgz",
  1185. "integrity": "sha512-Pra5aXsmTsOnjM3IajS8rTaLCy++nGM4v3YR4esk5PCsyg9z8NA5oQLwxzMUtDBd8F+UmVza3VxoAaWCbzH1rg==",
  1186. "dev": true,
  1187. "dependencies": {
  1188. "@babel/helper-module-transforms": "^7.18.6",
  1189. "@babel/helper-plugin-utils": "^7.18.6",
  1190. "babel-plugin-dynamic-import-node": "^2.3.3"
  1191. },
  1192. "engines": {
  1193. "node": ">=6.9.0"
  1194. },
  1195. "peerDependencies": {
  1196. "@babel/core": "^7.0.0-0"
  1197. }
  1198. },
  1199. "node_modules/@babel/plugin-transform-modules-commonjs": {
  1200. "version": "7.18.6",
  1201. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.6.tgz",
  1202. "integrity": "sha512-Qfv2ZOWikpvmedXQJDSbxNqy7Xr/j2Y8/KfijM0iJyKkBTmWuvCA1yeH1yDM7NJhBW/2aXxeucLj6i80/LAJ/Q==",
  1203. "dev": true,
  1204. "dependencies": {
  1205. "@babel/helper-module-transforms": "^7.18.6",
  1206. "@babel/helper-plugin-utils": "^7.18.6",
  1207. "@babel/helper-simple-access": "^7.18.6",
  1208. "babel-plugin-dynamic-import-node": "^2.3.3"
  1209. },
  1210. "engines": {
  1211. "node": ">=6.9.0"
  1212. },
  1213. "peerDependencies": {
  1214. "@babel/core": "^7.0.0-0"
  1215. }
  1216. },
  1217. "node_modules/@babel/plugin-transform-modules-systemjs": {
  1218. "version": "7.18.9",
  1219. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.18.9.tgz",
  1220. "integrity": "sha512-zY/VSIbbqtoRoJKo2cDTewL364jSlZGvn0LKOf9ntbfxOvjfmyrdtEEOAdswOswhZEb8UH3jDkCKHd1sPgsS0A==",
  1221. "dev": true,
  1222. "dependencies": {
  1223. "@babel/helper-hoist-variables": "^7.18.6",
  1224. "@babel/helper-module-transforms": "^7.18.9",
  1225. "@babel/helper-plugin-utils": "^7.18.9",
  1226. "@babel/helper-validator-identifier": "^7.18.6",
  1227. "babel-plugin-dynamic-import-node": "^2.3.3"
  1228. },
  1229. "engines": {
  1230. "node": ">=6.9.0"
  1231. },
  1232. "peerDependencies": {
  1233. "@babel/core": "^7.0.0-0"
  1234. }
  1235. },
  1236. "node_modules/@babel/plugin-transform-modules-umd": {
  1237. "version": "7.18.6",
  1238. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.6.tgz",
  1239. "integrity": "sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==",
  1240. "dev": true,
  1241. "dependencies": {
  1242. "@babel/helper-module-transforms": "^7.18.6",
  1243. "@babel/helper-plugin-utils": "^7.18.6"
  1244. },
  1245. "engines": {
  1246. "node": ">=6.9.0"
  1247. },
  1248. "peerDependencies": {
  1249. "@babel/core": "^7.0.0-0"
  1250. }
  1251. },
  1252. "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
  1253. "version": "7.18.6",
  1254. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.18.6.tgz",
  1255. "integrity": "sha512-UmEOGF8XgaIqD74bC8g7iV3RYj8lMf0Bw7NJzvnS9qQhM4mg+1WHKotUIdjxgD2RGrgFLZZPCFPFj3P/kVDYhg==",
  1256. "dev": true,
  1257. "dependencies": {
  1258. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  1259. "@babel/helper-plugin-utils": "^7.18.6"
  1260. },
  1261. "engines": {
  1262. "node": ">=6.9.0"
  1263. },
  1264. "peerDependencies": {
  1265. "@babel/core": "^7.0.0"
  1266. }
  1267. },
  1268. "node_modules/@babel/plugin-transform-new-target": {
  1269. "version": "7.18.6",
  1270. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz",
  1271. "integrity": "sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==",
  1272. "dev": true,
  1273. "dependencies": {
  1274. "@babel/helper-plugin-utils": "^7.18.6"
  1275. },
  1276. "engines": {
  1277. "node": ">=6.9.0"
  1278. },
  1279. "peerDependencies": {
  1280. "@babel/core": "^7.0.0-0"
  1281. }
  1282. },
  1283. "node_modules/@babel/plugin-transform-object-super": {
  1284. "version": "7.18.6",
  1285. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.18.6.tgz",
  1286. "integrity": "sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==",
  1287. "dev": true,
  1288. "dependencies": {
  1289. "@babel/helper-plugin-utils": "^7.18.6",
  1290. "@babel/helper-replace-supers": "^7.18.6"
  1291. },
  1292. "engines": {
  1293. "node": ">=6.9.0"
  1294. },
  1295. "peerDependencies": {
  1296. "@babel/core": "^7.0.0-0"
  1297. }
  1298. },
  1299. "node_modules/@babel/plugin-transform-parameters": {
  1300. "version": "7.18.8",
  1301. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.18.8.tgz",
  1302. "integrity": "sha512-ivfbE3X2Ss+Fj8nnXvKJS6sjRG4gzwPMsP+taZC+ZzEGjAYlvENixmt1sZ5Ca6tWls+BlKSGKPJ6OOXvXCbkFg==",
  1303. "dev": true,
  1304. "dependencies": {
  1305. "@babel/helper-plugin-utils": "^7.18.6"
  1306. },
  1307. "engines": {
  1308. "node": ">=6.9.0"
  1309. },
  1310. "peerDependencies": {
  1311. "@babel/core": "^7.0.0-0"
  1312. }
  1313. },
  1314. "node_modules/@babel/plugin-transform-property-literals": {
  1315. "version": "7.18.6",
  1316. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz",
  1317. "integrity": "sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==",
  1318. "dev": true,
  1319. "dependencies": {
  1320. "@babel/helper-plugin-utils": "^7.18.6"
  1321. },
  1322. "engines": {
  1323. "node": ">=6.9.0"
  1324. },
  1325. "peerDependencies": {
  1326. "@babel/core": "^7.0.0-0"
  1327. }
  1328. },
  1329. "node_modules/@babel/plugin-transform-regenerator": {
  1330. "version": "7.18.6",
  1331. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.18.6.tgz",
  1332. "integrity": "sha512-poqRI2+qiSdeldcz4wTSTXBRryoq3Gc70ye7m7UD5Ww0nE29IXqMl6r7Nd15WBgRd74vloEMlShtH6CKxVzfmQ==",
  1333. "dev": true,
  1334. "dependencies": {
  1335. "@babel/helper-plugin-utils": "^7.18.6",
  1336. "regenerator-transform": "^0.15.0"
  1337. },
  1338. "engines": {
  1339. "node": ">=6.9.0"
  1340. },
  1341. "peerDependencies": {
  1342. "@babel/core": "^7.0.0-0"
  1343. }
  1344. },
  1345. "node_modules/@babel/plugin-transform-reserved-words": {
  1346. "version": "7.18.6",
  1347. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.18.6.tgz",
  1348. "integrity": "sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==",
  1349. "dev": true,
  1350. "dependencies": {
  1351. "@babel/helper-plugin-utils": "^7.18.6"
  1352. },
  1353. "engines": {
  1354. "node": ">=6.9.0"
  1355. },
  1356. "peerDependencies": {
  1357. "@babel/core": "^7.0.0-0"
  1358. }
  1359. },
  1360. "node_modules/@babel/plugin-transform-shorthand-properties": {
  1361. "version": "7.18.6",
  1362. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.18.6.tgz",
  1363. "integrity": "sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==",
  1364. "dev": true,
  1365. "dependencies": {
  1366. "@babel/helper-plugin-utils": "^7.18.6"
  1367. },
  1368. "engines": {
  1369. "node": ">=6.9.0"
  1370. },
  1371. "peerDependencies": {
  1372. "@babel/core": "^7.0.0-0"
  1373. }
  1374. },
  1375. "node_modules/@babel/plugin-transform-spread": {
  1376. "version": "7.18.9",
  1377. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.18.9.tgz",
  1378. "integrity": "sha512-39Q814wyoOPtIB/qGopNIL9xDChOE1pNU0ZY5dO0owhiVt/5kFm4li+/bBtwc7QotG0u5EPzqhZdjMtmqBqyQA==",
  1379. "dev": true,
  1380. "dependencies": {
  1381. "@babel/helper-plugin-utils": "^7.18.9",
  1382. "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9"
  1383. },
  1384. "engines": {
  1385. "node": ">=6.9.0"
  1386. },
  1387. "peerDependencies": {
  1388. "@babel/core": "^7.0.0-0"
  1389. }
  1390. },
  1391. "node_modules/@babel/plugin-transform-sticky-regex": {
  1392. "version": "7.18.6",
  1393. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.18.6.tgz",
  1394. "integrity": "sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==",
  1395. "dev": true,
  1396. "dependencies": {
  1397. "@babel/helper-plugin-utils": "^7.18.6"
  1398. },
  1399. "engines": {
  1400. "node": ">=6.9.0"
  1401. },
  1402. "peerDependencies": {
  1403. "@babel/core": "^7.0.0-0"
  1404. }
  1405. },
  1406. "node_modules/@babel/plugin-transform-template-literals": {
  1407. "version": "7.18.9",
  1408. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.9.tgz",
  1409. "integrity": "sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==",
  1410. "dev": true,
  1411. "dependencies": {
  1412. "@babel/helper-plugin-utils": "^7.18.9"
  1413. },
  1414. "engines": {
  1415. "node": ">=6.9.0"
  1416. },
  1417. "peerDependencies": {
  1418. "@babel/core": "^7.0.0-0"
  1419. }
  1420. },
  1421. "node_modules/@babel/plugin-transform-typeof-symbol": {
  1422. "version": "7.18.9",
  1423. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.9.tgz",
  1424. "integrity": "sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==",
  1425. "dev": true,
  1426. "dependencies": {
  1427. "@babel/helper-plugin-utils": "^7.18.9"
  1428. },
  1429. "engines": {
  1430. "node": ">=6.9.0"
  1431. },
  1432. "peerDependencies": {
  1433. "@babel/core": "^7.0.0-0"
  1434. }
  1435. },
  1436. "node_modules/@babel/plugin-transform-unicode-escapes": {
  1437. "version": "7.18.6",
  1438. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.6.tgz",
  1439. "integrity": "sha512-XNRwQUXYMP7VLuy54cr/KS/WeL3AZeORhrmeZ7iewgu+X2eBqmpaLI/hzqr9ZxCeUoq0ASK4GUzSM0BDhZkLFw==",
  1440. "dev": true,
  1441. "dependencies": {
  1442. "@babel/helper-plugin-utils": "^7.18.6"
  1443. },
  1444. "engines": {
  1445. "node": ">=6.9.0"
  1446. },
  1447. "peerDependencies": {
  1448. "@babel/core": "^7.0.0-0"
  1449. }
  1450. },
  1451. "node_modules/@babel/plugin-transform-unicode-regex": {
  1452. "version": "7.18.6",
  1453. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.18.6.tgz",
  1454. "integrity": "sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==",
  1455. "dev": true,
  1456. "dependencies": {
  1457. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  1458. "@babel/helper-plugin-utils": "^7.18.6"
  1459. },
  1460. "engines": {
  1461. "node": ">=6.9.0"
  1462. },
  1463. "peerDependencies": {
  1464. "@babel/core": "^7.0.0-0"
  1465. }
  1466. },
  1467. "node_modules/@babel/preset-env": {
  1468. "version": "7.18.9",
  1469. "resolved": "https://registry.npmmirror.com/@babel/preset-env/-/preset-env-7.18.9.tgz",
  1470. "integrity": "sha512-75pt/q95cMIHWssYtyfjVlvI+QEZQThQbKvR9xH+F/Agtw/s4Wfc2V9Bwd/P39VtixB7oWxGdH4GteTTwYJWMg==",
  1471. "dev": true,
  1472. "dependencies": {
  1473. "@babel/compat-data": "^7.18.8",
  1474. "@babel/helper-compilation-targets": "^7.18.9",
  1475. "@babel/helper-plugin-utils": "^7.18.9",
  1476. "@babel/helper-validator-option": "^7.18.6",
  1477. "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6",
  1478. "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.18.9",
  1479. "@babel/plugin-proposal-async-generator-functions": "^7.18.6",
  1480. "@babel/plugin-proposal-class-properties": "^7.18.6",
  1481. "@babel/plugin-proposal-class-static-block": "^7.18.6",
  1482. "@babel/plugin-proposal-dynamic-import": "^7.18.6",
  1483. "@babel/plugin-proposal-export-namespace-from": "^7.18.9",
  1484. "@babel/plugin-proposal-json-strings": "^7.18.6",
  1485. "@babel/plugin-proposal-logical-assignment-operators": "^7.18.9",
  1486. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
  1487. "@babel/plugin-proposal-numeric-separator": "^7.18.6",
  1488. "@babel/plugin-proposal-object-rest-spread": "^7.18.9",
  1489. "@babel/plugin-proposal-optional-catch-binding": "^7.18.6",
  1490. "@babel/plugin-proposal-optional-chaining": "^7.18.9",
  1491. "@babel/plugin-proposal-private-methods": "^7.18.6",
  1492. "@babel/plugin-proposal-private-property-in-object": "^7.18.6",
  1493. "@babel/plugin-proposal-unicode-property-regex": "^7.18.6",
  1494. "@babel/plugin-syntax-async-generators": "^7.8.4",
  1495. "@babel/plugin-syntax-class-properties": "^7.12.13",
  1496. "@babel/plugin-syntax-class-static-block": "^7.14.5",
  1497. "@babel/plugin-syntax-dynamic-import": "^7.8.3",
  1498. "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
  1499. "@babel/plugin-syntax-import-assertions": "^7.18.6",
  1500. "@babel/plugin-syntax-json-strings": "^7.8.3",
  1501. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
  1502. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
  1503. "@babel/plugin-syntax-numeric-separator": "^7.10.4",
  1504. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  1505. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
  1506. "@babel/plugin-syntax-optional-chaining": "^7.8.3",
  1507. "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
  1508. "@babel/plugin-syntax-top-level-await": "^7.14.5",
  1509. "@babel/plugin-transform-arrow-functions": "^7.18.6",
  1510. "@babel/plugin-transform-async-to-generator": "^7.18.6",
  1511. "@babel/plugin-transform-block-scoped-functions": "^7.18.6",
  1512. "@babel/plugin-transform-block-scoping": "^7.18.9",
  1513. "@babel/plugin-transform-classes": "^7.18.9",
  1514. "@babel/plugin-transform-computed-properties": "^7.18.9",
  1515. "@babel/plugin-transform-destructuring": "^7.18.9",
  1516. "@babel/plugin-transform-dotall-regex": "^7.18.6",
  1517. "@babel/plugin-transform-duplicate-keys": "^7.18.9",
  1518. "@babel/plugin-transform-exponentiation-operator": "^7.18.6",
  1519. "@babel/plugin-transform-for-of": "^7.18.8",
  1520. "@babel/plugin-transform-function-name": "^7.18.9",
  1521. "@babel/plugin-transform-literals": "^7.18.9",
  1522. "@babel/plugin-transform-member-expression-literals": "^7.18.6",
  1523. "@babel/plugin-transform-modules-amd": "^7.18.6",
  1524. "@babel/plugin-transform-modules-commonjs": "^7.18.6",
  1525. "@babel/plugin-transform-modules-systemjs": "^7.18.9",
  1526. "@babel/plugin-transform-modules-umd": "^7.18.6",
  1527. "@babel/plugin-transform-named-capturing-groups-regex": "^7.18.6",
  1528. "@babel/plugin-transform-new-target": "^7.18.6",
  1529. "@babel/plugin-transform-object-super": "^7.18.6",
  1530. "@babel/plugin-transform-parameters": "^7.18.8",
  1531. "@babel/plugin-transform-property-literals": "^7.18.6",
  1532. "@babel/plugin-transform-regenerator": "^7.18.6",
  1533. "@babel/plugin-transform-reserved-words": "^7.18.6",
  1534. "@babel/plugin-transform-shorthand-properties": "^7.18.6",
  1535. "@babel/plugin-transform-spread": "^7.18.9",
  1536. "@babel/plugin-transform-sticky-regex": "^7.18.6",
  1537. "@babel/plugin-transform-template-literals": "^7.18.9",
  1538. "@babel/plugin-transform-typeof-symbol": "^7.18.9",
  1539. "@babel/plugin-transform-unicode-escapes": "^7.18.6",
  1540. "@babel/plugin-transform-unicode-regex": "^7.18.6",
  1541. "@babel/preset-modules": "^0.1.5",
  1542. "@babel/types": "^7.18.9",
  1543. "babel-plugin-polyfill-corejs2": "^0.3.1",
  1544. "babel-plugin-polyfill-corejs3": "^0.5.2",
  1545. "babel-plugin-polyfill-regenerator": "^0.3.1",
  1546. "core-js-compat": "^3.22.1",
  1547. "semver": "^6.3.0"
  1548. },
  1549. "engines": {
  1550. "node": ">=6.9.0"
  1551. },
  1552. "peerDependencies": {
  1553. "@babel/core": "^7.0.0-0"
  1554. }
  1555. },
  1556. "node_modules/@babel/preset-modules": {
  1557. "version": "0.1.5",
  1558. "resolved": "https://registry.npmmirror.com/@babel/preset-modules/-/preset-modules-0.1.5.tgz",
  1559. "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==",
  1560. "dev": true,
  1561. "dependencies": {
  1562. "@babel/helper-plugin-utils": "^7.0.0",
  1563. "@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
  1564. "@babel/plugin-transform-dotall-regex": "^7.4.4",
  1565. "@babel/types": "^7.4.4",
  1566. "esutils": "^2.0.2"
  1567. },
  1568. "peerDependencies": {
  1569. "@babel/core": "^7.0.0-0"
  1570. }
  1571. },
  1572. "node_modules/@babel/runtime": {
  1573. "version": "7.18.9",
  1574. "resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.18.9.tgz",
  1575. "integrity": "sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw==",
  1576. "dev": true,
  1577. "dependencies": {
  1578. "regenerator-runtime": "^0.13.4"
  1579. },
  1580. "engines": {
  1581. "node": ">=6.9.0"
  1582. }
  1583. },
  1584. "node_modules/@babel/template": {
  1585. "version": "7.18.6",
  1586. "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.18.6.tgz",
  1587. "integrity": "sha512-JoDWzPe+wgBsTTgdnIma3iHNFC7YVJoPssVBDjiHfNlyt4YcunDtcDOUmfVDfCK5MfdsaIoX9PkijPhjH3nYUw==",
  1588. "dev": true,
  1589. "dependencies": {
  1590. "@babel/code-frame": "^7.18.6",
  1591. "@babel/parser": "^7.18.6",
  1592. "@babel/types": "^7.18.6"
  1593. },
  1594. "engines": {
  1595. "node": ">=6.9.0"
  1596. }
  1597. },
  1598. "node_modules/@babel/traverse": {
  1599. "version": "7.18.9",
  1600. "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.18.9.tgz",
  1601. "integrity": "sha512-LcPAnujXGwBgv3/WHv01pHtb2tihcyW1XuL9wd7jqh1Z8AQkTd+QVjMrMijrln0T7ED3UXLIy36P9Ao7W75rYg==",
  1602. "dev": true,
  1603. "dependencies": {
  1604. "@babel/code-frame": "^7.18.6",
  1605. "@babel/generator": "^7.18.9",
  1606. "@babel/helper-environment-visitor": "^7.18.9",
  1607. "@babel/helper-function-name": "^7.18.9",
  1608. "@babel/helper-hoist-variables": "^7.18.6",
  1609. "@babel/helper-split-export-declaration": "^7.18.6",
  1610. "@babel/parser": "^7.18.9",
  1611. "@babel/types": "^7.18.9",
  1612. "debug": "^4.1.0",
  1613. "globals": "^11.1.0"
  1614. },
  1615. "engines": {
  1616. "node": ">=6.9.0"
  1617. }
  1618. },
  1619. "node_modules/@babel/types": {
  1620. "version": "7.18.9",
  1621. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.18.9.tgz",
  1622. "integrity": "sha512-WwMLAg2MvJmt/rKEVQBBhIVffMmnilX4oe0sRe7iPOHIGsqpruFHHdrfj4O1CMMtgMtCU4oPafZjDPCRgO57Wg==",
  1623. "dev": true,
  1624. "dependencies": {
  1625. "@babel/helper-validator-identifier": "^7.18.6",
  1626. "to-fast-properties": "^2.0.0"
  1627. },
  1628. "engines": {
  1629. "node": ">=6.9.0"
  1630. }
  1631. },
  1632. "node_modules/@jridgewell/gen-mapping": {
  1633. "version": "0.1.1",
  1634. "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz",
  1635. "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==",
  1636. "dev": true,
  1637. "dependencies": {
  1638. "@jridgewell/set-array": "^1.0.0",
  1639. "@jridgewell/sourcemap-codec": "^1.4.10"
  1640. },
  1641. "engines": {
  1642. "node": ">=6.0.0"
  1643. }
  1644. },
  1645. "node_modules/@jridgewell/resolve-uri": {
  1646. "version": "3.1.0",
  1647. "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz",
  1648. "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==",
  1649. "dev": true,
  1650. "engines": {
  1651. "node": ">=6.0.0"
  1652. }
  1653. },
  1654. "node_modules/@jridgewell/set-array": {
  1655. "version": "1.1.2",
  1656. "resolved": "https://registry.npmmirror.com/@jridgewell/set-array/-/set-array-1.1.2.tgz",
  1657. "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==",
  1658. "dev": true,
  1659. "engines": {
  1660. "node": ">=6.0.0"
  1661. }
  1662. },
  1663. "node_modules/@jridgewell/sourcemap-codec": {
  1664. "version": "1.4.14",
  1665. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz",
  1666. "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==",
  1667. "dev": true
  1668. },
  1669. "node_modules/@jridgewell/trace-mapping": {
  1670. "version": "0.3.14",
  1671. "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.14.tgz",
  1672. "integrity": "sha512-bJWEfQ9lPTvm3SneWwRFVLzrh6nhjwqw7TUFFBEMzwvg7t7PCDenf2lDwqo4NQXzdpgBXyFgDWnQA+2vkruksQ==",
  1673. "dev": true,
  1674. "dependencies": {
  1675. "@jridgewell/resolve-uri": "^3.0.3",
  1676. "@jridgewell/sourcemap-codec": "^1.4.10"
  1677. }
  1678. },
  1679. "node_modules/@nicolo-ribaudo/chokidar-2": {
  1680. "version": "2.1.8-no-fsevents.3",
  1681. "resolved": "https://registry.npmmirror.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz",
  1682. "integrity": "sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==",
  1683. "dev": true,
  1684. "optional": true
  1685. },
  1686. "node_modules/ansi-regex": {
  1687. "version": "2.1.1",
  1688. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-2.1.1.tgz",
  1689. "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==",
  1690. "dev": true,
  1691. "engines": {
  1692. "node": ">=0.10.0"
  1693. }
  1694. },
  1695. "node_modules/ansi-styles": {
  1696. "version": "3.2.1",
  1697. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-3.2.1.tgz",
  1698. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  1699. "dev": true,
  1700. "dependencies": {
  1701. "color-convert": "^1.9.0"
  1702. },
  1703. "engines": {
  1704. "node": ">=4"
  1705. }
  1706. },
  1707. "node_modules/anymatch": {
  1708. "version": "3.1.2",
  1709. "resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.2.tgz",
  1710. "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==",
  1711. "dev": true,
  1712. "optional": true,
  1713. "dependencies": {
  1714. "normalize-path": "^3.0.0",
  1715. "picomatch": "^2.0.4"
  1716. },
  1717. "engines": {
  1718. "node": ">= 8"
  1719. }
  1720. },
  1721. "node_modules/babel-code-frame": {
  1722. "version": "6.26.0",
  1723. "resolved": "https://registry.npmmirror.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz",
  1724. "integrity": "sha512-XqYMR2dfdGMW+hd0IUZ2PwK+fGeFkOxZJ0wY+JaQAHzt1Zx8LcvpiZD2NiGkEG8qx0CfkAOr5xt76d1e8vG90g==",
  1725. "dev": true,
  1726. "dependencies": {
  1727. "chalk": "^1.1.3",
  1728. "esutils": "^2.0.2",
  1729. "js-tokens": "^3.0.2"
  1730. }
  1731. },
  1732. "node_modules/babel-code-frame/node_modules/ansi-styles": {
  1733. "version": "2.2.1",
  1734. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-2.2.1.tgz",
  1735. "integrity": "sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==",
  1736. "dev": true,
  1737. "engines": {
  1738. "node": ">=0.10.0"
  1739. }
  1740. },
  1741. "node_modules/babel-code-frame/node_modules/chalk": {
  1742. "version": "1.1.3",
  1743. "resolved": "https://registry.npmmirror.com/chalk/-/chalk-1.1.3.tgz",
  1744. "integrity": "sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==",
  1745. "dev": true,
  1746. "dependencies": {
  1747. "ansi-styles": "^2.2.1",
  1748. "escape-string-regexp": "^1.0.2",
  1749. "has-ansi": "^2.0.0",
  1750. "strip-ansi": "^3.0.0",
  1751. "supports-color": "^2.0.0"
  1752. },
  1753. "engines": {
  1754. "node": ">=0.10.0"
  1755. }
  1756. },
  1757. "node_modules/babel-code-frame/node_modules/js-tokens": {
  1758. "version": "3.0.2",
  1759. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-3.0.2.tgz",
  1760. "integrity": "sha512-RjTcuD4xjtthQkaWH7dFlH85L+QaVtSoOyGdZ3g6HFhS9dFNDfLyqgm2NFe2X6cQpeFmt0452FJjFG5UameExg==",
  1761. "dev": true
  1762. },
  1763. "node_modules/babel-code-frame/node_modules/supports-color": {
  1764. "version": "2.0.0",
  1765. "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-2.0.0.tgz",
  1766. "integrity": "sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==",
  1767. "dev": true,
  1768. "engines": {
  1769. "node": ">=0.8.0"
  1770. }
  1771. },
  1772. "node_modules/babel-helper-builder-binary-assignment-operator-visitor": {
  1773. "version": "6.24.1",
  1774. "resolved": "https://registry.npmmirror.com/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-6.24.1.tgz",
  1775. "integrity": "sha512-gCtfYORSG1fUMX4kKraymq607FWgMWg+j42IFPc18kFQEsmtaibP4UrqsXt8FlEJle25HUd4tsoDR7H2wDhe9Q==",
  1776. "dev": true,
  1777. "dependencies": {
  1778. "babel-helper-explode-assignable-expression": "^6.24.1",
  1779. "babel-runtime": "^6.22.0",
  1780. "babel-types": "^6.24.1"
  1781. }
  1782. },
  1783. "node_modules/babel-helper-call-delegate": {
  1784. "version": "6.24.1",
  1785. "resolved": "https://registry.npmmirror.com/babel-helper-call-delegate/-/babel-helper-call-delegate-6.24.1.tgz",
  1786. "integrity": "sha512-RL8n2NiEj+kKztlrVJM9JT1cXzzAdvWFh76xh/H1I4nKwunzE4INBXn8ieCZ+wh4zWszZk7NBS1s/8HR5jDkzQ==",
  1787. "dev": true,
  1788. "dependencies": {
  1789. "babel-helper-hoist-variables": "^6.24.1",
  1790. "babel-runtime": "^6.22.0",
  1791. "babel-traverse": "^6.24.1",
  1792. "babel-types": "^6.24.1"
  1793. }
  1794. },
  1795. "node_modules/babel-helper-define-map": {
  1796. "version": "6.26.0",
  1797. "resolved": "https://registry.npmmirror.com/babel-helper-define-map/-/babel-helper-define-map-6.26.0.tgz",
  1798. "integrity": "sha512-bHkmjcC9lM1kmZcVpA5t2om2nzT/xiZpo6TJq7UlZ3wqKfzia4veeXbIhKvJXAMzhhEBd3cR1IElL5AenWEUpA==",
  1799. "dev": true,
  1800. "dependencies": {
  1801. "babel-helper-function-name": "^6.24.1",
  1802. "babel-runtime": "^6.26.0",
  1803. "babel-types": "^6.26.0",
  1804. "lodash": "^4.17.4"
  1805. }
  1806. },
  1807. "node_modules/babel-helper-explode-assignable-expression": {
  1808. "version": "6.24.1",
  1809. "resolved": "https://registry.npmmirror.com/babel-helper-explode-assignable-expression/-/babel-helper-explode-assignable-expression-6.24.1.tgz",
  1810. "integrity": "sha512-qe5csbhbvq6ccry9G7tkXbzNtcDiH4r51rrPUbwwoTzZ18AqxWYRZT6AOmxrpxKnQBW0pYlBI/8vh73Z//78nQ==",
  1811. "dev": true,
  1812. "dependencies": {
  1813. "babel-runtime": "^6.22.0",
  1814. "babel-traverse": "^6.24.1",
  1815. "babel-types": "^6.24.1"
  1816. }
  1817. },
  1818. "node_modules/babel-helper-function-name": {
  1819. "version": "6.24.1",
  1820. "resolved": "https://registry.npmmirror.com/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz",
  1821. "integrity": "sha512-Oo6+e2iX+o9eVvJ9Y5eKL5iryeRdsIkwRYheCuhYdVHsdEQysbc2z2QkqCLIYnNxkT5Ss3ggrHdXiDI7Dhrn4Q==",
  1822. "dev": true,
  1823. "dependencies": {
  1824. "babel-helper-get-function-arity": "^6.24.1",
  1825. "babel-runtime": "^6.22.0",
  1826. "babel-template": "^6.24.1",
  1827. "babel-traverse": "^6.24.1",
  1828. "babel-types": "^6.24.1"
  1829. }
  1830. },
  1831. "node_modules/babel-helper-get-function-arity": {
  1832. "version": "6.24.1",
  1833. "resolved": "https://registry.npmmirror.com/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.24.1.tgz",
  1834. "integrity": "sha512-WfgKFX6swFB1jS2vo+DwivRN4NB8XUdM3ij0Y1gnC21y1tdBoe6xjVnd7NSI6alv+gZXCtJqvrTeMW3fR/c0ng==",
  1835. "dev": true,
  1836. "dependencies": {
  1837. "babel-runtime": "^6.22.0",
  1838. "babel-types": "^6.24.1"
  1839. }
  1840. },
  1841. "node_modules/babel-helper-hoist-variables": {
  1842. "version": "6.24.1",
  1843. "resolved": "https://registry.npmmirror.com/babel-helper-hoist-variables/-/babel-helper-hoist-variables-6.24.1.tgz",
  1844. "integrity": "sha512-zAYl3tqerLItvG5cKYw7f1SpvIxS9zi7ohyGHaI9cgDUjAT6YcY9jIEH5CstetP5wHIVSceXwNS7Z5BpJg+rOw==",
  1845. "dev": true,
  1846. "dependencies": {
  1847. "babel-runtime": "^6.22.0",
  1848. "babel-types": "^6.24.1"
  1849. }
  1850. },
  1851. "node_modules/babel-helper-optimise-call-expression": {
  1852. "version": "6.24.1",
  1853. "resolved": "https://registry.npmmirror.com/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.24.1.tgz",
  1854. "integrity": "sha512-Op9IhEaxhbRT8MDXx2iNuMgciu2V8lDvYCNQbDGjdBNCjaMvyLf4wl4A3b8IgndCyQF8TwfgsQ8T3VD8aX1/pA==",
  1855. "dev": true,
  1856. "dependencies": {
  1857. "babel-runtime": "^6.22.0",
  1858. "babel-types": "^6.24.1"
  1859. }
  1860. },
  1861. "node_modules/babel-helper-regex": {
  1862. "version": "6.26.0",
  1863. "resolved": "https://registry.npmmirror.com/babel-helper-regex/-/babel-helper-regex-6.26.0.tgz",
  1864. "integrity": "sha512-VlPiWmqmGJp0x0oK27Out1D+71nVVCTSdlbhIVoaBAj2lUgrNjBCRR9+llO4lTSb2O4r7PJg+RobRkhBrf6ofg==",
  1865. "dev": true,
  1866. "dependencies": {
  1867. "babel-runtime": "^6.26.0",
  1868. "babel-types": "^6.26.0",
  1869. "lodash": "^4.17.4"
  1870. }
  1871. },
  1872. "node_modules/babel-helper-remap-async-to-generator": {
  1873. "version": "6.24.1",
  1874. "resolved": "https://registry.npmmirror.com/babel-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-6.24.1.tgz",
  1875. "integrity": "sha512-RYqaPD0mQyQIFRu7Ho5wE2yvA/5jxqCIj/Lv4BXNq23mHYu/vxikOy2JueLiBxQknwapwrJeNCesvY0ZcfnlHg==",
  1876. "dev": true,
  1877. "dependencies": {
  1878. "babel-helper-function-name": "^6.24.1",
  1879. "babel-runtime": "^6.22.0",
  1880. "babel-template": "^6.24.1",
  1881. "babel-traverse": "^6.24.1",
  1882. "babel-types": "^6.24.1"
  1883. }
  1884. },
  1885. "node_modules/babel-helper-replace-supers": {
  1886. "version": "6.24.1",
  1887. "resolved": "https://registry.npmmirror.com/babel-helper-replace-supers/-/babel-helper-replace-supers-6.24.1.tgz",
  1888. "integrity": "sha512-sLI+u7sXJh6+ToqDr57Bv973kCepItDhMou0xCP2YPVmR1jkHSCY+p1no8xErbV1Siz5QE8qKT1WIwybSWlqjw==",
  1889. "dev": true,
  1890. "dependencies": {
  1891. "babel-helper-optimise-call-expression": "^6.24.1",
  1892. "babel-messages": "^6.23.0",
  1893. "babel-runtime": "^6.22.0",
  1894. "babel-template": "^6.24.1",
  1895. "babel-traverse": "^6.24.1",
  1896. "babel-types": "^6.24.1"
  1897. }
  1898. },
  1899. "node_modules/babel-messages": {
  1900. "version": "6.23.0",
  1901. "resolved": "https://registry.npmmirror.com/babel-messages/-/babel-messages-6.23.0.tgz",
  1902. "integrity": "sha512-Bl3ZiA+LjqaMtNYopA9TYE9HP1tQ+E5dLxE0XrAzcIJeK2UqF0/EaqXwBn9esd4UmTfEab+P+UYQ1GnioFIb/w==",
  1903. "dev": true,
  1904. "dependencies": {
  1905. "babel-runtime": "^6.22.0"
  1906. }
  1907. },
  1908. "node_modules/babel-node": {
  1909. "version": "0.0.1-security",
  1910. "resolved": "https://registry.npmmirror.com/babel-node/-/babel-node-0.0.1-security.tgz",
  1911. "integrity": "sha512-zF3D9H2FA2xrP+B/X462G+38aHpmR+33jBF7NowfPuV4CiPEzAR1Typ1RC+qPfe0vCeWeV0FLG2pfVGb0vIfeg==",
  1912. "dev": true
  1913. },
  1914. "node_modules/babel-plugin-check-es2015-constants": {
  1915. "version": "6.22.0",
  1916. "resolved": "https://registry.npmmirror.com/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-6.22.0.tgz",
  1917. "integrity": "sha512-B1M5KBP29248dViEo1owyY32lk1ZSH2DaNNrXLGt8lyjjHm7pBqAdQ7VKUPR6EEDO323+OvT3MQXbCin8ooWdA==",
  1918. "dev": true,
  1919. "dependencies": {
  1920. "babel-runtime": "^6.22.0"
  1921. }
  1922. },
  1923. "node_modules/babel-plugin-dynamic-import-node": {
  1924. "version": "2.3.3",
  1925. "resolved": "https://registry.npmmirror.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz",
  1926. "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==",
  1927. "dev": true,
  1928. "dependencies": {
  1929. "object.assign": "^4.1.0"
  1930. }
  1931. },
  1932. "node_modules/babel-plugin-polyfill-corejs2": {
  1933. "version": "0.3.2",
  1934. "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.2.tgz",
  1935. "integrity": "sha512-LPnodUl3lS0/4wN3Rb+m+UK8s7lj2jcLRrjho4gLw+OJs+I4bvGXshINesY5xx/apM+biTnQ9reDI8yj+0M5+Q==",
  1936. "dev": true,
  1937. "dependencies": {
  1938. "@babel/compat-data": "^7.17.7",
  1939. "@babel/helper-define-polyfill-provider": "^0.3.2",
  1940. "semver": "^6.1.1"
  1941. },
  1942. "peerDependencies": {
  1943. "@babel/core": "^7.0.0-0"
  1944. }
  1945. },
  1946. "node_modules/babel-plugin-polyfill-corejs3": {
  1947. "version": "0.5.3",
  1948. "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.3.tgz",
  1949. "integrity": "sha512-zKsXDh0XjnrUEW0mxIHLfjBfnXSMr5Q/goMe/fxpQnLm07mcOZiIZHBNWCMx60HmdvjxfXcalac0tfFg0wqxyw==",
  1950. "dev": true,
  1951. "dependencies": {
  1952. "@babel/helper-define-polyfill-provider": "^0.3.2",
  1953. "core-js-compat": "^3.21.0"
  1954. },
  1955. "peerDependencies": {
  1956. "@babel/core": "^7.0.0-0"
  1957. }
  1958. },
  1959. "node_modules/babel-plugin-polyfill-regenerator": {
  1960. "version": "0.3.1",
  1961. "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz",
  1962. "integrity": "sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==",
  1963. "dev": true,
  1964. "dependencies": {
  1965. "@babel/helper-define-polyfill-provider": "^0.3.1"
  1966. },
  1967. "peerDependencies": {
  1968. "@babel/core": "^7.0.0-0"
  1969. }
  1970. },
  1971. "node_modules/babel-plugin-syntax-async-functions": {
  1972. "version": "6.13.0",
  1973. "resolved": "https://registry.npmmirror.com/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz",
  1974. "integrity": "sha512-4Zp4unmHgw30A1eWI5EpACji2qMocisdXhAftfhXoSV9j0Tvj6nRFE3tOmRY912E0FMRm/L5xWE7MGVT2FoLnw==",
  1975. "dev": true
  1976. },
  1977. "node_modules/babel-plugin-syntax-exponentiation-operator": {
  1978. "version": "6.13.0",
  1979. "resolved": "https://registry.npmmirror.com/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-6.13.0.tgz",
  1980. "integrity": "sha512-Z/flU+T9ta0aIEKl1tGEmN/pZiI1uXmCiGFRegKacQfEJzp7iNsKloZmyJlQr+75FCJtiFfGIK03SiCvCt9cPQ==",
  1981. "dev": true
  1982. },
  1983. "node_modules/babel-plugin-syntax-trailing-function-commas": {
  1984. "version": "6.22.0",
  1985. "resolved": "https://registry.npmmirror.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-6.22.0.tgz",
  1986. "integrity": "sha512-Gx9CH3Q/3GKbhs07Bszw5fPTlU+ygrOGfAhEt7W2JICwufpC4SuO0mG0+4NykPBSYPMJhqvVlDBU17qB1D+hMQ==",
  1987. "dev": true
  1988. },
  1989. "node_modules/babel-plugin-transform-async-to-generator": {
  1990. "version": "6.24.1",
  1991. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.24.1.tgz",
  1992. "integrity": "sha512-7BgYJujNCg0Ti3x0c/DL3tStvnKS6ktIYOmo9wginv/dfZOrbSZ+qG4IRRHMBOzZ5Awb1skTiAsQXg/+IWkZYw==",
  1993. "dev": true,
  1994. "dependencies": {
  1995. "babel-helper-remap-async-to-generator": "^6.24.1",
  1996. "babel-plugin-syntax-async-functions": "^6.8.0",
  1997. "babel-runtime": "^6.22.0"
  1998. }
  1999. },
  2000. "node_modules/babel-plugin-transform-es2015-arrow-functions": {
  2001. "version": "6.22.0",
  2002. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.22.0.tgz",
  2003. "integrity": "sha512-PCqwwzODXW7JMrzu+yZIaYbPQSKjDTAsNNlK2l5Gg9g4rz2VzLnZsStvp/3c46GfXpwkyufb3NCyG9+50FF1Vg==",
  2004. "dev": true,
  2005. "dependencies": {
  2006. "babel-runtime": "^6.22.0"
  2007. }
  2008. },
  2009. "node_modules/babel-plugin-transform-es2015-block-scoped-functions": {
  2010. "version": "6.22.0",
  2011. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-6.22.0.tgz",
  2012. "integrity": "sha512-2+ujAT2UMBzYFm7tidUsYh+ZoIutxJ3pN9IYrF1/H6dCKtECfhmB8UkHVpyxDwkj0CYbQG35ykoz925TUnBc3A==",
  2013. "dev": true,
  2014. "dependencies": {
  2015. "babel-runtime": "^6.22.0"
  2016. }
  2017. },
  2018. "node_modules/babel-plugin-transform-es2015-block-scoping": {
  2019. "version": "6.26.0",
  2020. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.26.0.tgz",
  2021. "integrity": "sha512-YiN6sFAQ5lML8JjCmr7uerS5Yc/EMbgg9G8ZNmk2E3nYX4ckHR01wrkeeMijEf5WHNK5TW0Sl0Uu3pv3EdOJWw==",
  2022. "dev": true,
  2023. "dependencies": {
  2024. "babel-runtime": "^6.26.0",
  2025. "babel-template": "^6.26.0",
  2026. "babel-traverse": "^6.26.0",
  2027. "babel-types": "^6.26.0",
  2028. "lodash": "^4.17.4"
  2029. }
  2030. },
  2031. "node_modules/babel-plugin-transform-es2015-classes": {
  2032. "version": "6.24.1",
  2033. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.24.1.tgz",
  2034. "integrity": "sha512-5Dy7ZbRinGrNtmWpquZKZ3EGY8sDgIVB4CU8Om8q8tnMLrD/m94cKglVcHps0BCTdZ0TJeeAWOq2TK9MIY6cag==",
  2035. "dev": true,
  2036. "dependencies": {
  2037. "babel-helper-define-map": "^6.24.1",
  2038. "babel-helper-function-name": "^6.24.1",
  2039. "babel-helper-optimise-call-expression": "^6.24.1",
  2040. "babel-helper-replace-supers": "^6.24.1",
  2041. "babel-messages": "^6.23.0",
  2042. "babel-runtime": "^6.22.0",
  2043. "babel-template": "^6.24.1",
  2044. "babel-traverse": "^6.24.1",
  2045. "babel-types": "^6.24.1"
  2046. }
  2047. },
  2048. "node_modules/babel-plugin-transform-es2015-computed-properties": {
  2049. "version": "6.24.1",
  2050. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.24.1.tgz",
  2051. "integrity": "sha512-C/uAv4ktFP/Hmh01gMTvYvICrKze0XVX9f2PdIXuriCSvUmV9j+u+BB9f5fJK3+878yMK6dkdcq+Ymr9mrcLzw==",
  2052. "dev": true,
  2053. "dependencies": {
  2054. "babel-runtime": "^6.22.0",
  2055. "babel-template": "^6.24.1"
  2056. }
  2057. },
  2058. "node_modules/babel-plugin-transform-es2015-destructuring": {
  2059. "version": "6.23.0",
  2060. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-6.23.0.tgz",
  2061. "integrity": "sha512-aNv/GDAW0j/f4Uy1OEPZn1mqD+Nfy9viFGBfQ5bZyT35YqOiqx7/tXdyfZkJ1sC21NyEsBdfDY6PYmLHF4r5iA==",
  2062. "dev": true,
  2063. "dependencies": {
  2064. "babel-runtime": "^6.22.0"
  2065. }
  2066. },
  2067. "node_modules/babel-plugin-transform-es2015-duplicate-keys": {
  2068. "version": "6.24.1",
  2069. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.24.1.tgz",
  2070. "integrity": "sha512-ossocTuPOssfxO2h+Z3/Ea1Vo1wWx31Uqy9vIiJusOP4TbF7tPs9U0sJ9pX9OJPf4lXRGj5+6Gkl/HHKiAP5ug==",
  2071. "dev": true,
  2072. "dependencies": {
  2073. "babel-runtime": "^6.22.0",
  2074. "babel-types": "^6.24.1"
  2075. }
  2076. },
  2077. "node_modules/babel-plugin-transform-es2015-for-of": {
  2078. "version": "6.23.0",
  2079. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-6.23.0.tgz",
  2080. "integrity": "sha512-DLuRwoygCoXx+YfxHLkVx5/NpeSbVwfoTeBykpJK7JhYWlL/O8hgAK/reforUnZDlxasOrVPPJVI/guE3dCwkw==",
  2081. "dev": true,
  2082. "dependencies": {
  2083. "babel-runtime": "^6.22.0"
  2084. }
  2085. },
  2086. "node_modules/babel-plugin-transform-es2015-function-name": {
  2087. "version": "6.24.1",
  2088. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.24.1.tgz",
  2089. "integrity": "sha512-iFp5KIcorf11iBqu/y/a7DK3MN5di3pNCzto61FqCNnUX4qeBwcV1SLqe10oXNnCaxBUImX3SckX2/o1nsrTcg==",
  2090. "dev": true,
  2091. "dependencies": {
  2092. "babel-helper-function-name": "^6.24.1",
  2093. "babel-runtime": "^6.22.0",
  2094. "babel-types": "^6.24.1"
  2095. }
  2096. },
  2097. "node_modules/babel-plugin-transform-es2015-literals": {
  2098. "version": "6.22.0",
  2099. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-6.22.0.tgz",
  2100. "integrity": "sha512-tjFl0cwMPpDYyoqYA9li1/7mGFit39XiNX5DKC/uCNjBctMxyL1/PT/l4rSlbvBG1pOKI88STRdUsWXB3/Q9hQ==",
  2101. "dev": true,
  2102. "dependencies": {
  2103. "babel-runtime": "^6.22.0"
  2104. }
  2105. },
  2106. "node_modules/babel-plugin-transform-es2015-modules-amd": {
  2107. "version": "6.24.1",
  2108. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-6.24.1.tgz",
  2109. "integrity": "sha512-LnIIdGWIKdw7zwckqx+eGjcS8/cl8D74A3BpJbGjKTFFNJSMrjN4bIh22HY1AlkUbeLG6X6OZj56BDvWD+OeFA==",
  2110. "dev": true,
  2111. "dependencies": {
  2112. "babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
  2113. "babel-runtime": "^6.22.0",
  2114. "babel-template": "^6.24.1"
  2115. }
  2116. },
  2117. "node_modules/babel-plugin-transform-es2015-modules-commonjs": {
  2118. "version": "6.26.2",
  2119. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.26.2.tgz",
  2120. "integrity": "sha512-CV9ROOHEdrjcwhIaJNBGMBCodN+1cfkwtM1SbUHmvyy35KGT7fohbpOxkE2uLz1o6odKK2Ck/tz47z+VqQfi9Q==",
  2121. "dev": true,
  2122. "dependencies": {
  2123. "babel-plugin-transform-strict-mode": "^6.24.1",
  2124. "babel-runtime": "^6.26.0",
  2125. "babel-template": "^6.26.0",
  2126. "babel-types": "^6.26.0"
  2127. }
  2128. },
  2129. "node_modules/babel-plugin-transform-es2015-modules-systemjs": {
  2130. "version": "6.24.1",
  2131. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.24.1.tgz",
  2132. "integrity": "sha512-ONFIPsq8y4bls5PPsAWYXH/21Hqv64TBxdje0FvU3MhIV6QM2j5YS7KvAzg/nTIVLot2D2fmFQrFWCbgHlFEjg==",
  2133. "dev": true,
  2134. "dependencies": {
  2135. "babel-helper-hoist-variables": "^6.24.1",
  2136. "babel-runtime": "^6.22.0",
  2137. "babel-template": "^6.24.1"
  2138. }
  2139. },
  2140. "node_modules/babel-plugin-transform-es2015-modules-umd": {
  2141. "version": "6.24.1",
  2142. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-6.24.1.tgz",
  2143. "integrity": "sha512-LpVbiT9CLsuAIp3IG0tfbVo81QIhn6pE8xBJ7XSeCtFlMltuar5VuBV6y6Q45tpui9QWcy5i0vLQfCfrnF7Kiw==",
  2144. "dev": true,
  2145. "dependencies": {
  2146. "babel-plugin-transform-es2015-modules-amd": "^6.24.1",
  2147. "babel-runtime": "^6.22.0",
  2148. "babel-template": "^6.24.1"
  2149. }
  2150. },
  2151. "node_modules/babel-plugin-transform-es2015-object-super": {
  2152. "version": "6.24.1",
  2153. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-6.24.1.tgz",
  2154. "integrity": "sha512-8G5hpZMecb53vpD3mjs64NhI1au24TAmokQ4B+TBFBjN9cVoGoOvotdrMMRmHvVZUEvqGUPWL514woru1ChZMA==",
  2155. "dev": true,
  2156. "dependencies": {
  2157. "babel-helper-replace-supers": "^6.24.1",
  2158. "babel-runtime": "^6.22.0"
  2159. }
  2160. },
  2161. "node_modules/babel-plugin-transform-es2015-parameters": {
  2162. "version": "6.24.1",
  2163. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.24.1.tgz",
  2164. "integrity": "sha512-8HxlW+BB5HqniD+nLkQ4xSAVq3bR/pcYW9IigY+2y0dI+Y7INFeTbfAQr+63T3E4UDsZGjyb+l9txUnABWxlOQ==",
  2165. "dev": true,
  2166. "dependencies": {
  2167. "babel-helper-call-delegate": "^6.24.1",
  2168. "babel-helper-get-function-arity": "^6.24.1",
  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. "node_modules/babel-plugin-transform-es2015-shorthand-properties": {
  2176. "version": "6.24.1",
  2177. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.24.1.tgz",
  2178. "integrity": "sha512-mDdocSfUVm1/7Jw/FIRNw9vPrBQNePy6wZJlR8HAUBLybNp1w/6lr6zZ2pjMShee65t/ybR5pT8ulkLzD1xwiw==",
  2179. "dev": true,
  2180. "dependencies": {
  2181. "babel-runtime": "^6.22.0",
  2182. "babel-types": "^6.24.1"
  2183. }
  2184. },
  2185. "node_modules/babel-plugin-transform-es2015-spread": {
  2186. "version": "6.22.0",
  2187. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-6.22.0.tgz",
  2188. "integrity": "sha512-3Ghhi26r4l3d0Js933E5+IhHwk0A1yiutj9gwvzmFbVV0sPMYk2lekhOufHBswX7NCoSeF4Xrl3sCIuSIa+zOg==",
  2189. "dev": true,
  2190. "dependencies": {
  2191. "babel-runtime": "^6.22.0"
  2192. }
  2193. },
  2194. "node_modules/babel-plugin-transform-es2015-sticky-regex": {
  2195. "version": "6.24.1",
  2196. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-6.24.1.tgz",
  2197. "integrity": "sha512-CYP359ADryTo3pCsH0oxRo/0yn6UsEZLqYohHmvLQdfS9xkf+MbCzE3/Kolw9OYIY4ZMilH25z/5CbQbwDD+lQ==",
  2198. "dev": true,
  2199. "dependencies": {
  2200. "babel-helper-regex": "^6.24.1",
  2201. "babel-runtime": "^6.22.0",
  2202. "babel-types": "^6.24.1"
  2203. }
  2204. },
  2205. "node_modules/babel-plugin-transform-es2015-template-literals": {
  2206. "version": "6.22.0",
  2207. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-6.22.0.tgz",
  2208. "integrity": "sha512-x8b9W0ngnKzDMHimVtTfn5ryimars1ByTqsfBDwAqLibmuuQY6pgBQi5z1ErIsUOWBdw1bW9FSz5RZUojM4apg==",
  2209. "dev": true,
  2210. "dependencies": {
  2211. "babel-runtime": "^6.22.0"
  2212. }
  2213. },
  2214. "node_modules/babel-plugin-transform-es2015-typeof-symbol": {
  2215. "version": "6.23.0",
  2216. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-6.23.0.tgz",
  2217. "integrity": "sha512-fz6J2Sf4gYN6gWgRZaoFXmq93X+Li/8vf+fb0sGDVtdeWvxC9y5/bTD7bvfWMEq6zetGEHpWjtzRGSugt5kNqw==",
  2218. "dev": true,
  2219. "dependencies": {
  2220. "babel-runtime": "^6.22.0"
  2221. }
  2222. },
  2223. "node_modules/babel-plugin-transform-es2015-unicode-regex": {
  2224. "version": "6.24.1",
  2225. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-6.24.1.tgz",
  2226. "integrity": "sha512-v61Dbbihf5XxnYjtBN04B/JBvsScY37R1cZT5r9permN1cp+b70DY3Ib3fIkgn1DI9U3tGgBJZVD8p/mE/4JbQ==",
  2227. "dev": true,
  2228. "dependencies": {
  2229. "babel-helper-regex": "^6.24.1",
  2230. "babel-runtime": "^6.22.0",
  2231. "regexpu-core": "^2.0.0"
  2232. }
  2233. },
  2234. "node_modules/babel-plugin-transform-es2015-unicode-regex/node_modules/jsesc": {
  2235. "version": "0.5.0",
  2236. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-0.5.0.tgz",
  2237. "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==",
  2238. "dev": true,
  2239. "bin": {
  2240. "jsesc": "bin/jsesc"
  2241. }
  2242. },
  2243. "node_modules/babel-plugin-transform-es2015-unicode-regex/node_modules/regexpu-core": {
  2244. "version": "2.0.0",
  2245. "resolved": "https://registry.npmmirror.com/regexpu-core/-/regexpu-core-2.0.0.tgz",
  2246. "integrity": "sha512-tJ9+S4oKjxY8IZ9jmjnp/mtytu1u3iyIQAfmI51IKWH6bFf7XR1ybtaO6j7INhZKXOTYADk7V5qxaqLkmNxiZQ==",
  2247. "dev": true,
  2248. "dependencies": {
  2249. "regenerate": "^1.2.1",
  2250. "regjsgen": "^0.2.0",
  2251. "regjsparser": "^0.1.4"
  2252. }
  2253. },
  2254. "node_modules/babel-plugin-transform-es2015-unicode-regex/node_modules/regjsgen": {
  2255. "version": "0.2.0",
  2256. "resolved": "https://registry.npmmirror.com/regjsgen/-/regjsgen-0.2.0.tgz",
  2257. "integrity": "sha512-x+Y3yA24uF68m5GA+tBjbGYo64xXVJpbToBaWCoSNSc1hdk6dfctaRWrNFTVJZIIhL5GxW8zwjoixbnifnK59g==",
  2258. "dev": true
  2259. },
  2260. "node_modules/babel-plugin-transform-es2015-unicode-regex/node_modules/regjsparser": {
  2261. "version": "0.1.5",
  2262. "resolved": "https://registry.npmmirror.com/regjsparser/-/regjsparser-0.1.5.tgz",
  2263. "integrity": "sha512-jlQ9gYLfk2p3V5Ag5fYhA7fv7OHzd1KUH0PRP46xc3TgwjwgROIW572AfYg/X9kaNq/LJnu6oJcFRXlIrGoTRw==",
  2264. "dev": true,
  2265. "dependencies": {
  2266. "jsesc": "~0.5.0"
  2267. },
  2268. "bin": {
  2269. "regjsparser": "bin/parser"
  2270. }
  2271. },
  2272. "node_modules/babel-plugin-transform-exponentiation-operator": {
  2273. "version": "6.24.1",
  2274. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-6.24.1.tgz",
  2275. "integrity": "sha512-LzXDmbMkklvNhprr20//RStKVcT8Cu+SQtX18eMHLhjHf2yFzwtQ0S2f0jQ+89rokoNdmwoSqYzAhq86FxlLSQ==",
  2276. "dev": true,
  2277. "dependencies": {
  2278. "babel-helper-builder-binary-assignment-operator-visitor": "^6.24.1",
  2279. "babel-plugin-syntax-exponentiation-operator": "^6.8.0",
  2280. "babel-runtime": "^6.22.0"
  2281. }
  2282. },
  2283. "node_modules/babel-plugin-transform-regenerator": {
  2284. "version": "6.26.0",
  2285. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.26.0.tgz",
  2286. "integrity": "sha512-LS+dBkUGlNR15/5WHKe/8Neawx663qttS6AGqoOUhICc9d1KciBvtrQSuc0PI+CxQ2Q/S1aKuJ+u64GtLdcEZg==",
  2287. "dev": true,
  2288. "dependencies": {
  2289. "regenerator-transform": "^0.10.0"
  2290. }
  2291. },
  2292. "node_modules/babel-plugin-transform-regenerator/node_modules/regenerator-transform": {
  2293. "version": "0.10.1",
  2294. "resolved": "https://registry.npmmirror.com/regenerator-transform/-/regenerator-transform-0.10.1.tgz",
  2295. "integrity": "sha512-PJepbvDbuK1xgIgnau7Y90cwaAmO/LCLMI2mPvaXq2heGMR3aWW5/BQvYrhJ8jgmQjXewXvBjzfqKcVOmhjZ6Q==",
  2296. "dev": true,
  2297. "dependencies": {
  2298. "babel-runtime": "^6.18.0",
  2299. "babel-types": "^6.19.0",
  2300. "private": "^0.1.6"
  2301. }
  2302. },
  2303. "node_modules/babel-plugin-transform-strict-mode": {
  2304. "version": "6.24.1",
  2305. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz",
  2306. "integrity": "sha512-j3KtSpjyLSJxNoCDrhwiJad8kw0gJ9REGj8/CqL0HeRyLnvUNYV9zcqluL6QJSXh3nfsLEmSLvwRfGzrgR96Pw==",
  2307. "dev": true,
  2308. "dependencies": {
  2309. "babel-runtime": "^6.22.0",
  2310. "babel-types": "^6.24.1"
  2311. }
  2312. },
  2313. "node_modules/babel-preset-env": {
  2314. "version": "1.7.0",
  2315. "resolved": "https://registry.npmmirror.com/babel-preset-env/-/babel-preset-env-1.7.0.tgz",
  2316. "integrity": "sha512-9OR2afuKDneX2/q2EurSftUYM0xGu4O2D9adAhVfADDhrYDaxXV0rBbevVYoY9n6nyX1PmQW/0jtpJvUNr9CHg==",
  2317. "dev": true,
  2318. "dependencies": {
  2319. "babel-plugin-check-es2015-constants": "^6.22.0",
  2320. "babel-plugin-syntax-trailing-function-commas": "^6.22.0",
  2321. "babel-plugin-transform-async-to-generator": "^6.22.0",
  2322. "babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
  2323. "babel-plugin-transform-es2015-block-scoped-functions": "^6.22.0",
  2324. "babel-plugin-transform-es2015-block-scoping": "^6.23.0",
  2325. "babel-plugin-transform-es2015-classes": "^6.23.0",
  2326. "babel-plugin-transform-es2015-computed-properties": "^6.22.0",
  2327. "babel-plugin-transform-es2015-destructuring": "^6.23.0",
  2328. "babel-plugin-transform-es2015-duplicate-keys": "^6.22.0",
  2329. "babel-plugin-transform-es2015-for-of": "^6.23.0",
  2330. "babel-plugin-transform-es2015-function-name": "^6.22.0",
  2331. "babel-plugin-transform-es2015-literals": "^6.22.0",
  2332. "babel-plugin-transform-es2015-modules-amd": "^6.22.0",
  2333. "babel-plugin-transform-es2015-modules-commonjs": "^6.23.0",
  2334. "babel-plugin-transform-es2015-modules-systemjs": "^6.23.0",
  2335. "babel-plugin-transform-es2015-modules-umd": "^6.23.0",
  2336. "babel-plugin-transform-es2015-object-super": "^6.22.0",
  2337. "babel-plugin-transform-es2015-parameters": "^6.23.0",
  2338. "babel-plugin-transform-es2015-shorthand-properties": "^6.22.0",
  2339. "babel-plugin-transform-es2015-spread": "^6.22.0",
  2340. "babel-plugin-transform-es2015-sticky-regex": "^6.22.0",
  2341. "babel-plugin-transform-es2015-template-literals": "^6.22.0",
  2342. "babel-plugin-transform-es2015-typeof-symbol": "^6.23.0",
  2343. "babel-plugin-transform-es2015-unicode-regex": "^6.22.0",
  2344. "babel-plugin-transform-exponentiation-operator": "^6.22.0",
  2345. "babel-plugin-transform-regenerator": "^6.22.0",
  2346. "browserslist": "^3.2.6",
  2347. "invariant": "^2.2.2",
  2348. "semver": "^5.3.0"
  2349. }
  2350. },
  2351. "node_modules/babel-preset-env/node_modules/browserslist": {
  2352. "version": "3.2.8",
  2353. "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-3.2.8.tgz",
  2354. "integrity": "sha512-WHVocJYavUwVgVViC0ORikPHQquXwVh939TaelZ4WDqpWgTX/FsGhl/+P4qBUAGcRvtOgDgC+xftNWWp2RUTAQ==",
  2355. "dev": true,
  2356. "dependencies": {
  2357. "caniuse-lite": "^1.0.30000844",
  2358. "electron-to-chromium": "^1.3.47"
  2359. },
  2360. "bin": {
  2361. "browserslist": "cli.js"
  2362. }
  2363. },
  2364. "node_modules/babel-preset-env/node_modules/semver": {
  2365. "version": "5.7.1",
  2366. "resolved": "https://registry.npmmirror.com/semver/-/semver-5.7.1.tgz",
  2367. "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
  2368. "dev": true,
  2369. "bin": {
  2370. "semver": "bin/semver"
  2371. }
  2372. },
  2373. "node_modules/babel-runtime": {
  2374. "version": "6.26.0",
  2375. "resolved": "https://registry.npmmirror.com/babel-runtime/-/babel-runtime-6.26.0.tgz",
  2376. "integrity": "sha512-ITKNuq2wKlW1fJg9sSW52eepoYgZBggvOAHC0u/CYu/qxQ9EVzThCgR69BnSXLHjy2f7SY5zaQ4yt7H9ZVxY2g==",
  2377. "dev": true,
  2378. "dependencies": {
  2379. "core-js": "^2.4.0",
  2380. "regenerator-runtime": "^0.11.0"
  2381. }
  2382. },
  2383. "node_modules/babel-runtime/node_modules/regenerator-runtime": {
  2384. "version": "0.11.1",
  2385. "resolved": "https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz",
  2386. "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==",
  2387. "dev": true
  2388. },
  2389. "node_modules/babel-template": {
  2390. "version": "6.26.0",
  2391. "resolved": "https://registry.npmmirror.com/babel-template/-/babel-template-6.26.0.tgz",
  2392. "integrity": "sha512-PCOcLFW7/eazGUKIoqH97sO9A2UYMahsn/yRQ7uOk37iutwjq7ODtcTNF+iFDSHNfkctqsLRjLP7URnOx0T1fg==",
  2393. "dev": true,
  2394. "dependencies": {
  2395. "babel-runtime": "^6.26.0",
  2396. "babel-traverse": "^6.26.0",
  2397. "babel-types": "^6.26.0",
  2398. "babylon": "^6.18.0",
  2399. "lodash": "^4.17.4"
  2400. }
  2401. },
  2402. "node_modules/babel-traverse": {
  2403. "version": "6.26.0",
  2404. "resolved": "https://registry.npmmirror.com/babel-traverse/-/babel-traverse-6.26.0.tgz",
  2405. "integrity": "sha512-iSxeXx7apsjCHe9c7n8VtRXGzI2Bk1rBSOJgCCjfyXb6v1aCqE1KSEpq/8SXuVN8Ka/Rh1WDTF0MDzkvTA4MIA==",
  2406. "dev": true,
  2407. "dependencies": {
  2408. "babel-code-frame": "^6.26.0",
  2409. "babel-messages": "^6.23.0",
  2410. "babel-runtime": "^6.26.0",
  2411. "babel-types": "^6.26.0",
  2412. "babylon": "^6.18.0",
  2413. "debug": "^2.6.8",
  2414. "globals": "^9.18.0",
  2415. "invariant": "^2.2.2",
  2416. "lodash": "^4.17.4"
  2417. }
  2418. },
  2419. "node_modules/babel-traverse/node_modules/debug": {
  2420. "version": "2.6.9",
  2421. "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz",
  2422. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  2423. "dev": true,
  2424. "dependencies": {
  2425. "ms": "2.0.0"
  2426. }
  2427. },
  2428. "node_modules/babel-traverse/node_modules/globals": {
  2429. "version": "9.18.0",
  2430. "resolved": "https://registry.npmmirror.com/globals/-/globals-9.18.0.tgz",
  2431. "integrity": "sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==",
  2432. "dev": true,
  2433. "engines": {
  2434. "node": ">=0.10.0"
  2435. }
  2436. },
  2437. "node_modules/babel-traverse/node_modules/ms": {
  2438. "version": "2.0.0",
  2439. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
  2440. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
  2441. "dev": true
  2442. },
  2443. "node_modules/babel-types": {
  2444. "version": "6.26.0",
  2445. "resolved": "https://registry.npmmirror.com/babel-types/-/babel-types-6.26.0.tgz",
  2446. "integrity": "sha512-zhe3V/26rCWsEZK8kZN+HaQj5yQ1CilTObixFzKW1UWjqG7618Twz6YEsCnjfg5gBcJh02DrpCkS9h98ZqDY+g==",
  2447. "dev": true,
  2448. "dependencies": {
  2449. "babel-runtime": "^6.26.0",
  2450. "esutils": "^2.0.2",
  2451. "lodash": "^4.17.4",
  2452. "to-fast-properties": "^1.0.3"
  2453. }
  2454. },
  2455. "node_modules/babel-types/node_modules/to-fast-properties": {
  2456. "version": "1.0.3",
  2457. "resolved": "https://registry.npmmirror.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz",
  2458. "integrity": "sha512-lxrWP8ejsq+7E3nNjwYmUBMAgjMTZoTI+sdBOpvNyijeDLa29LUn9QaoXAHv4+Z578hbmHHJKZknzxVtvo77og==",
  2459. "dev": true,
  2460. "engines": {
  2461. "node": ">=0.10.0"
  2462. }
  2463. },
  2464. "node_modules/babylon": {
  2465. "version": "6.18.0",
  2466. "resolved": "https://registry.npmmirror.com/babylon/-/babylon-6.18.0.tgz",
  2467. "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==",
  2468. "dev": true,
  2469. "bin": {
  2470. "babylon": "bin/babylon.js"
  2471. }
  2472. },
  2473. "node_modules/balanced-match": {
  2474. "version": "1.0.2",
  2475. "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
  2476. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  2477. "dev": true
  2478. },
  2479. "node_modules/binary-extensions": {
  2480. "version": "2.2.0",
  2481. "resolved": "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.2.0.tgz",
  2482. "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
  2483. "dev": true,
  2484. "optional": true,
  2485. "engines": {
  2486. "node": ">=8"
  2487. }
  2488. },
  2489. "node_modules/brace-expansion": {
  2490. "version": "1.1.11",
  2491. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
  2492. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  2493. "dev": true,
  2494. "dependencies": {
  2495. "balanced-match": "^1.0.0",
  2496. "concat-map": "0.0.1"
  2497. }
  2498. },
  2499. "node_modules/braces": {
  2500. "version": "3.0.2",
  2501. "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.2.tgz",
  2502. "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
  2503. "dev": true,
  2504. "optional": true,
  2505. "dependencies": {
  2506. "fill-range": "^7.0.1"
  2507. },
  2508. "engines": {
  2509. "node": ">=8"
  2510. }
  2511. },
  2512. "node_modules/browserslist": {
  2513. "version": "4.21.2",
  2514. "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.21.2.tgz",
  2515. "integrity": "sha512-MonuOgAtUB46uP5CezYbRaYKBNt2LxP0yX+Pmj4LkcDFGkn9Cbpi83d9sCjwQDErXsIJSzY5oKGDbgOlF/LPAA==",
  2516. "dev": true,
  2517. "dependencies": {
  2518. "caniuse-lite": "^1.0.30001366",
  2519. "electron-to-chromium": "^1.4.188",
  2520. "node-releases": "^2.0.6",
  2521. "update-browserslist-db": "^1.0.4"
  2522. },
  2523. "bin": {
  2524. "browserslist": "cli.js"
  2525. },
  2526. "engines": {
  2527. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  2528. }
  2529. },
  2530. "node_modules/call-bind": {
  2531. "version": "1.0.2",
  2532. "resolved": "https://registry.npmmirror.com/call-bind/-/call-bind-1.0.2.tgz",
  2533. "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
  2534. "dev": true,
  2535. "dependencies": {
  2536. "function-bind": "^1.1.1",
  2537. "get-intrinsic": "^1.0.2"
  2538. }
  2539. },
  2540. "node_modules/caniuse-lite": {
  2541. "version": "1.0.30001370",
  2542. "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001370.tgz",
  2543. "integrity": "sha512-3PDmaP56wz/qz7G508xzjx8C+MC2qEm4SYhSEzC9IBROo+dGXFWRuaXkWti0A9tuI00g+toiriVqxtWMgl350g==",
  2544. "dev": true
  2545. },
  2546. "node_modules/chalk": {
  2547. "version": "2.4.2",
  2548. "resolved": "https://registry.npmmirror.com/chalk/-/chalk-2.4.2.tgz",
  2549. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  2550. "dev": true,
  2551. "dependencies": {
  2552. "ansi-styles": "^3.2.1",
  2553. "escape-string-regexp": "^1.0.5",
  2554. "supports-color": "^5.3.0"
  2555. },
  2556. "engines": {
  2557. "node": ">=4"
  2558. }
  2559. },
  2560. "node_modules/chokidar": {
  2561. "version": "3.5.3",
  2562. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.5.3.tgz",
  2563. "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==",
  2564. "dev": true,
  2565. "optional": true,
  2566. "dependencies": {
  2567. "anymatch": "~3.1.2",
  2568. "braces": "~3.0.2",
  2569. "glob-parent": "~5.1.2",
  2570. "is-binary-path": "~2.1.0",
  2571. "is-glob": "~4.0.1",
  2572. "normalize-path": "~3.0.0",
  2573. "readdirp": "~3.6.0"
  2574. },
  2575. "engines": {
  2576. "node": ">= 8.10.0"
  2577. },
  2578. "optionalDependencies": {
  2579. "fsevents": "~2.3.2"
  2580. }
  2581. },
  2582. "node_modules/color-convert": {
  2583. "version": "1.9.3",
  2584. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-1.9.3.tgz",
  2585. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  2586. "dev": true,
  2587. "dependencies": {
  2588. "color-name": "1.1.3"
  2589. }
  2590. },
  2591. "node_modules/color-name": {
  2592. "version": "1.1.3",
  2593. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.3.tgz",
  2594. "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
  2595. "dev": true
  2596. },
  2597. "node_modules/commander": {
  2598. "version": "4.1.1",
  2599. "resolved": "https://registry.npmmirror.com/commander/-/commander-4.1.1.tgz",
  2600. "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
  2601. "dev": true,
  2602. "engines": {
  2603. "node": ">= 6"
  2604. }
  2605. },
  2606. "node_modules/concat-map": {
  2607. "version": "0.0.1",
  2608. "resolved": "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz",
  2609. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  2610. "dev": true
  2611. },
  2612. "node_modules/convert-source-map": {
  2613. "version": "1.8.0",
  2614. "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-1.8.0.tgz",
  2615. "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==",
  2616. "dev": true,
  2617. "dependencies": {
  2618. "safe-buffer": "~5.1.1"
  2619. }
  2620. },
  2621. "node_modules/core-js": {
  2622. "version": "2.6.12",
  2623. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-2.6.12.tgz",
  2624. "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==",
  2625. "deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.",
  2626. "dev": true,
  2627. "hasInstallScript": true
  2628. },
  2629. "node_modules/core-js-compat": {
  2630. "version": "3.24.0",
  2631. "resolved": "https://registry.npmmirror.com/core-js-compat/-/core-js-compat-3.24.0.tgz",
  2632. "integrity": "sha512-F+2E63X3ff/nj8uIrf8Rf24UDGIz7p838+xjEp+Bx3y8OWXj+VTPPZNCtdqovPaS9o7Tka5mCH01Zn5vOd6UQg==",
  2633. "dev": true,
  2634. "dependencies": {
  2635. "browserslist": "^4.21.2",
  2636. "semver": "7.0.0"
  2637. }
  2638. },
  2639. "node_modules/core-js-compat/node_modules/semver": {
  2640. "version": "7.0.0",
  2641. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.0.0.tgz",
  2642. "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==",
  2643. "dev": true,
  2644. "bin": {
  2645. "semver": "bin/semver.js"
  2646. }
  2647. },
  2648. "node_modules/debug": {
  2649. "version": "4.3.4",
  2650. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.3.4.tgz",
  2651. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  2652. "dev": true,
  2653. "dependencies": {
  2654. "ms": "2.1.2"
  2655. },
  2656. "engines": {
  2657. "node": ">=6.0"
  2658. },
  2659. "peerDependenciesMeta": {
  2660. "supports-color": {
  2661. "optional": true
  2662. }
  2663. }
  2664. },
  2665. "node_modules/define-properties": {
  2666. "version": "1.1.4",
  2667. "resolved": "https://registry.npmmirror.com/define-properties/-/define-properties-1.1.4.tgz",
  2668. "integrity": "sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==",
  2669. "dev": true,
  2670. "dependencies": {
  2671. "has-property-descriptors": "^1.0.0",
  2672. "object-keys": "^1.1.1"
  2673. },
  2674. "engines": {
  2675. "node": ">= 0.4"
  2676. }
  2677. },
  2678. "node_modules/electron-to-chromium": {
  2679. "version": "1.4.202",
  2680. "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.4.202.tgz",
  2681. "integrity": "sha512-JYsK2ex9lmQD27kj19fhXYxzFJ/phLAkLKHv49A5UY6kMRV2xED3qMMLg/voW/+0AR6wMiI+VxlmK9NDtdxlPA==",
  2682. "dev": true
  2683. },
  2684. "node_modules/escalade": {
  2685. "version": "3.1.1",
  2686. "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.1.1.tgz",
  2687. "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
  2688. "dev": true,
  2689. "engines": {
  2690. "node": ">=6"
  2691. }
  2692. },
  2693. "node_modules/escape-string-regexp": {
  2694. "version": "1.0.5",
  2695. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  2696. "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
  2697. "dev": true,
  2698. "engines": {
  2699. "node": ">=0.8.0"
  2700. }
  2701. },
  2702. "node_modules/esutils": {
  2703. "version": "2.0.3",
  2704. "resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz",
  2705. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  2706. "dev": true,
  2707. "engines": {
  2708. "node": ">=0.10.0"
  2709. }
  2710. },
  2711. "node_modules/fill-range": {
  2712. "version": "7.0.1",
  2713. "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.0.1.tgz",
  2714. "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
  2715. "dev": true,
  2716. "optional": true,
  2717. "dependencies": {
  2718. "to-regex-range": "^5.0.1"
  2719. },
  2720. "engines": {
  2721. "node": ">=8"
  2722. }
  2723. },
  2724. "node_modules/fs-readdir-recursive": {
  2725. "version": "1.1.0",
  2726. "resolved": "https://registry.npmmirror.com/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz",
  2727. "integrity": "sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA==",
  2728. "dev": true
  2729. },
  2730. "node_modules/fs.realpath": {
  2731. "version": "1.0.0",
  2732. "resolved": "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz",
  2733. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
  2734. "dev": true
  2735. },
  2736. "node_modules/fsevents": {
  2737. "version": "2.3.2",
  2738. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.2.tgz",
  2739. "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
  2740. "dev": true,
  2741. "hasInstallScript": true,
  2742. "optional": true,
  2743. "os": [
  2744. "darwin"
  2745. ],
  2746. "engines": {
  2747. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  2748. }
  2749. },
  2750. "node_modules/function-bind": {
  2751. "version": "1.1.1",
  2752. "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.1.tgz",
  2753. "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",
  2754. "dev": true
  2755. },
  2756. "node_modules/gensync": {
  2757. "version": "1.0.0-beta.2",
  2758. "resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz",
  2759. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  2760. "dev": true,
  2761. "engines": {
  2762. "node": ">=6.9.0"
  2763. }
  2764. },
  2765. "node_modules/get-intrinsic": {
  2766. "version": "1.1.2",
  2767. "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.1.2.tgz",
  2768. "integrity": "sha512-Jfm3OyCxHh9DJyc28qGk+JmfkpO41A4XkneDSujN9MDXrm4oDKdHvndhZ2dN94+ERNfkYJWDclW6k2L/ZGHjXA==",
  2769. "dev": true,
  2770. "dependencies": {
  2771. "function-bind": "^1.1.1",
  2772. "has": "^1.0.3",
  2773. "has-symbols": "^1.0.3"
  2774. }
  2775. },
  2776. "node_modules/glob": {
  2777. "version": "7.2.3",
  2778. "resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz",
  2779. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  2780. "dev": true,
  2781. "dependencies": {
  2782. "fs.realpath": "^1.0.0",
  2783. "inflight": "^1.0.4",
  2784. "inherits": "2",
  2785. "minimatch": "^3.1.1",
  2786. "once": "^1.3.0",
  2787. "path-is-absolute": "^1.0.0"
  2788. },
  2789. "engines": {
  2790. "node": "*"
  2791. }
  2792. },
  2793. "node_modules/glob-parent": {
  2794. "version": "5.1.2",
  2795. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  2796. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  2797. "dev": true,
  2798. "optional": true,
  2799. "dependencies": {
  2800. "is-glob": "^4.0.1"
  2801. },
  2802. "engines": {
  2803. "node": ">= 6"
  2804. }
  2805. },
  2806. "node_modules/globals": {
  2807. "version": "11.12.0",
  2808. "resolved": "https://registry.npmmirror.com/globals/-/globals-11.12.0.tgz",
  2809. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  2810. "dev": true,
  2811. "engines": {
  2812. "node": ">=4"
  2813. }
  2814. },
  2815. "node_modules/has": {
  2816. "version": "1.0.3",
  2817. "resolved": "https://registry.npmmirror.com/has/-/has-1.0.3.tgz",
  2818. "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
  2819. "dev": true,
  2820. "dependencies": {
  2821. "function-bind": "^1.1.1"
  2822. },
  2823. "engines": {
  2824. "node": ">= 0.4.0"
  2825. }
  2826. },
  2827. "node_modules/has-ansi": {
  2828. "version": "2.0.0",
  2829. "resolved": "https://registry.npmmirror.com/has-ansi/-/has-ansi-2.0.0.tgz",
  2830. "integrity": "sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==",
  2831. "dev": true,
  2832. "dependencies": {
  2833. "ansi-regex": "^2.0.0"
  2834. },
  2835. "engines": {
  2836. "node": ">=0.10.0"
  2837. }
  2838. },
  2839. "node_modules/has-flag": {
  2840. "version": "3.0.0",
  2841. "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-3.0.0.tgz",
  2842. "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
  2843. "dev": true,
  2844. "engines": {
  2845. "node": ">=4"
  2846. }
  2847. },
  2848. "node_modules/has-property-descriptors": {
  2849. "version": "1.0.0",
  2850. "resolved": "https://registry.npmmirror.com/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz",
  2851. "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==",
  2852. "dev": true,
  2853. "dependencies": {
  2854. "get-intrinsic": "^1.1.1"
  2855. }
  2856. },
  2857. "node_modules/has-symbols": {
  2858. "version": "1.0.3",
  2859. "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.0.3.tgz",
  2860. "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
  2861. "dev": true,
  2862. "engines": {
  2863. "node": ">= 0.4"
  2864. }
  2865. },
  2866. "node_modules/inflight": {
  2867. "version": "1.0.6",
  2868. "resolved": "https://registry.npmmirror.com/inflight/-/inflight-1.0.6.tgz",
  2869. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  2870. "dev": true,
  2871. "dependencies": {
  2872. "once": "^1.3.0",
  2873. "wrappy": "1"
  2874. }
  2875. },
  2876. "node_modules/inherits": {
  2877. "version": "2.0.4",
  2878. "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
  2879. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  2880. "dev": true
  2881. },
  2882. "node_modules/invariant": {
  2883. "version": "2.2.4",
  2884. "resolved": "https://registry.npmmirror.com/invariant/-/invariant-2.2.4.tgz",
  2885. "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==",
  2886. "dev": true,
  2887. "dependencies": {
  2888. "loose-envify": "^1.0.0"
  2889. }
  2890. },
  2891. "node_modules/is-binary-path": {
  2892. "version": "2.1.0",
  2893. "resolved": "https://registry.npmmirror.com/is-binary-path/-/is-binary-path-2.1.0.tgz",
  2894. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  2895. "dev": true,
  2896. "optional": true,
  2897. "dependencies": {
  2898. "binary-extensions": "^2.0.0"
  2899. },
  2900. "engines": {
  2901. "node": ">=8"
  2902. }
  2903. },
  2904. "node_modules/is-core-module": {
  2905. "version": "2.9.0",
  2906. "resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.9.0.tgz",
  2907. "integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==",
  2908. "dev": true,
  2909. "dependencies": {
  2910. "has": "^1.0.3"
  2911. }
  2912. },
  2913. "node_modules/is-extglob": {
  2914. "version": "2.1.1",
  2915. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  2916. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  2917. "dev": true,
  2918. "optional": true,
  2919. "engines": {
  2920. "node": ">=0.10.0"
  2921. }
  2922. },
  2923. "node_modules/is-glob": {
  2924. "version": "4.0.3",
  2925. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  2926. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  2927. "dev": true,
  2928. "optional": true,
  2929. "dependencies": {
  2930. "is-extglob": "^2.1.1"
  2931. },
  2932. "engines": {
  2933. "node": ">=0.10.0"
  2934. }
  2935. },
  2936. "node_modules/is-number": {
  2937. "version": "7.0.0",
  2938. "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
  2939. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  2940. "dev": true,
  2941. "optional": true,
  2942. "engines": {
  2943. "node": ">=0.12.0"
  2944. }
  2945. },
  2946. "node_modules/js-tokens": {
  2947. "version": "4.0.0",
  2948. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz",
  2949. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  2950. "dev": true
  2951. },
  2952. "node_modules/jsesc": {
  2953. "version": "2.5.2",
  2954. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-2.5.2.tgz",
  2955. "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
  2956. "dev": true,
  2957. "bin": {
  2958. "jsesc": "bin/jsesc"
  2959. },
  2960. "engines": {
  2961. "node": ">=4"
  2962. }
  2963. },
  2964. "node_modules/json5": {
  2965. "version": "2.2.1",
  2966. "resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.1.tgz",
  2967. "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==",
  2968. "dev": true,
  2969. "bin": {
  2970. "json5": "lib/cli.js"
  2971. },
  2972. "engines": {
  2973. "node": ">=6"
  2974. }
  2975. },
  2976. "node_modules/lodash": {
  2977. "version": "4.17.21",
  2978. "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
  2979. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  2980. "dev": true
  2981. },
  2982. "node_modules/lodash.debounce": {
  2983. "version": "4.0.8",
  2984. "resolved": "https://registry.npmmirror.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
  2985. "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
  2986. "dev": true
  2987. },
  2988. "node_modules/loose-envify": {
  2989. "version": "1.4.0",
  2990. "resolved": "https://registry.npmmirror.com/loose-envify/-/loose-envify-1.4.0.tgz",
  2991. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  2992. "dev": true,
  2993. "dependencies": {
  2994. "js-tokens": "^3.0.0 || ^4.0.0"
  2995. },
  2996. "bin": {
  2997. "loose-envify": "cli.js"
  2998. }
  2999. },
  3000. "node_modules/make-dir": {
  3001. "version": "2.1.0",
  3002. "resolved": "https://registry.npmmirror.com/make-dir/-/make-dir-2.1.0.tgz",
  3003. "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==",
  3004. "dev": true,
  3005. "dependencies": {
  3006. "pify": "^4.0.1",
  3007. "semver": "^5.6.0"
  3008. },
  3009. "engines": {
  3010. "node": ">=6"
  3011. }
  3012. },
  3013. "node_modules/make-dir/node_modules/semver": {
  3014. "version": "5.7.1",
  3015. "resolved": "https://registry.npmmirror.com/semver/-/semver-5.7.1.tgz",
  3016. "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
  3017. "dev": true,
  3018. "bin": {
  3019. "semver": "bin/semver"
  3020. }
  3021. },
  3022. "node_modules/minimatch": {
  3023. "version": "3.1.2",
  3024. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  3025. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  3026. "dev": true,
  3027. "dependencies": {
  3028. "brace-expansion": "^1.1.7"
  3029. },
  3030. "engines": {
  3031. "node": "*"
  3032. }
  3033. },
  3034. "node_modules/ms": {
  3035. "version": "2.1.2",
  3036. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.2.tgz",
  3037. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
  3038. "dev": true
  3039. },
  3040. "node_modules/node-releases": {
  3041. "version": "2.0.6",
  3042. "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.6.tgz",
  3043. "integrity": "sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==",
  3044. "dev": true
  3045. },
  3046. "node_modules/normalize-path": {
  3047. "version": "3.0.0",
  3048. "resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz",
  3049. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  3050. "dev": true,
  3051. "optional": true,
  3052. "engines": {
  3053. "node": ">=0.10.0"
  3054. }
  3055. },
  3056. "node_modules/object-keys": {
  3057. "version": "1.1.1",
  3058. "resolved": "https://registry.npmmirror.com/object-keys/-/object-keys-1.1.1.tgz",
  3059. "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
  3060. "dev": true,
  3061. "engines": {
  3062. "node": ">= 0.4"
  3063. }
  3064. },
  3065. "node_modules/object.assign": {
  3066. "version": "4.1.2",
  3067. "resolved": "https://registry.npmmirror.com/object.assign/-/object.assign-4.1.2.tgz",
  3068. "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==",
  3069. "dev": true,
  3070. "dependencies": {
  3071. "call-bind": "^1.0.0",
  3072. "define-properties": "^1.1.3",
  3073. "has-symbols": "^1.0.1",
  3074. "object-keys": "^1.1.1"
  3075. },
  3076. "engines": {
  3077. "node": ">= 0.4"
  3078. }
  3079. },
  3080. "node_modules/once": {
  3081. "version": "1.4.0",
  3082. "resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz",
  3083. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  3084. "dev": true,
  3085. "dependencies": {
  3086. "wrappy": "1"
  3087. }
  3088. },
  3089. "node_modules/path-is-absolute": {
  3090. "version": "1.0.1",
  3091. "resolved": "https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  3092. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  3093. "dev": true,
  3094. "engines": {
  3095. "node": ">=0.10.0"
  3096. }
  3097. },
  3098. "node_modules/path-parse": {
  3099. "version": "1.0.7",
  3100. "resolved": "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz",
  3101. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  3102. "dev": true
  3103. },
  3104. "node_modules/picocolors": {
  3105. "version": "1.0.0",
  3106. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.0.0.tgz",
  3107. "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==",
  3108. "dev": true
  3109. },
  3110. "node_modules/picomatch": {
  3111. "version": "2.3.1",
  3112. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  3113. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  3114. "dev": true,
  3115. "optional": true,
  3116. "engines": {
  3117. "node": ">=8.6"
  3118. }
  3119. },
  3120. "node_modules/pify": {
  3121. "version": "4.0.1",
  3122. "resolved": "https://registry.npmmirror.com/pify/-/pify-4.0.1.tgz",
  3123. "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
  3124. "dev": true,
  3125. "engines": {
  3126. "node": ">=6"
  3127. }
  3128. },
  3129. "node_modules/private": {
  3130. "version": "0.1.8",
  3131. "resolved": "https://registry.npmmirror.com/private/-/private-0.1.8.tgz",
  3132. "integrity": "sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==",
  3133. "dev": true,
  3134. "engines": {
  3135. "node": ">= 0.6"
  3136. }
  3137. },
  3138. "node_modules/readdirp": {
  3139. "version": "3.6.0",
  3140. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz",
  3141. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  3142. "dev": true,
  3143. "optional": true,
  3144. "dependencies": {
  3145. "picomatch": "^2.2.1"
  3146. },
  3147. "engines": {
  3148. "node": ">=8.10.0"
  3149. }
  3150. },
  3151. "node_modules/regenerate": {
  3152. "version": "1.4.2",
  3153. "resolved": "https://registry.npmmirror.com/regenerate/-/regenerate-1.4.2.tgz",
  3154. "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==",
  3155. "dev": true
  3156. },
  3157. "node_modules/regenerate-unicode-properties": {
  3158. "version": "10.0.1",
  3159. "resolved": "https://registry.npmmirror.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.0.1.tgz",
  3160. "integrity": "sha512-vn5DU6yg6h8hP/2OkQo3K7uVILvY4iu0oI4t3HFa81UPkhGJwkRwM10JEc3upjdhHjs/k8GJY1sRBhk5sr69Bw==",
  3161. "dev": true,
  3162. "dependencies": {
  3163. "regenerate": "^1.4.2"
  3164. },
  3165. "engines": {
  3166. "node": ">=4"
  3167. }
  3168. },
  3169. "node_modules/regenerator-runtime": {
  3170. "version": "0.13.9",
  3171. "resolved": "https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz",
  3172. "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==",
  3173. "dev": true
  3174. },
  3175. "node_modules/regenerator-transform": {
  3176. "version": "0.15.0",
  3177. "resolved": "https://registry.npmmirror.com/regenerator-transform/-/regenerator-transform-0.15.0.tgz",
  3178. "integrity": "sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg==",
  3179. "dev": true,
  3180. "dependencies": {
  3181. "@babel/runtime": "^7.8.4"
  3182. }
  3183. },
  3184. "node_modules/regexpu-core": {
  3185. "version": "5.1.0",
  3186. "resolved": "https://registry.npmmirror.com/regexpu-core/-/regexpu-core-5.1.0.tgz",
  3187. "integrity": "sha512-bb6hk+xWd2PEOkj5It46A16zFMs2mv86Iwpdu94la4S3sJ7C973h2dHpYKwIBGaWSO7cIRJ+UX0IeMaWcO4qwA==",
  3188. "dev": true,
  3189. "dependencies": {
  3190. "regenerate": "^1.4.2",
  3191. "regenerate-unicode-properties": "^10.0.1",
  3192. "regjsgen": "^0.6.0",
  3193. "regjsparser": "^0.8.2",
  3194. "unicode-match-property-ecmascript": "^2.0.0",
  3195. "unicode-match-property-value-ecmascript": "^2.0.0"
  3196. },
  3197. "engines": {
  3198. "node": ">=4"
  3199. }
  3200. },
  3201. "node_modules/regjsgen": {
  3202. "version": "0.6.0",
  3203. "resolved": "https://registry.npmmirror.com/regjsgen/-/regjsgen-0.6.0.tgz",
  3204. "integrity": "sha512-ozE883Uigtqj3bx7OhL1KNbCzGyW2NQZPl6Hs09WTvCuZD5sTI4JY58bkbQWa/Y9hxIsvJ3M8Nbf7j54IqeZbA==",
  3205. "dev": true
  3206. },
  3207. "node_modules/regjsparser": {
  3208. "version": "0.8.4",
  3209. "resolved": "https://registry.npmmirror.com/regjsparser/-/regjsparser-0.8.4.tgz",
  3210. "integrity": "sha512-J3LABycON/VNEu3abOviqGHuB/LOtOQj8SKmfP9anY5GfAVw/SPjwzSjxGjbZXIxbGfqTHtJw58C2Li/WkStmA==",
  3211. "dev": true,
  3212. "dependencies": {
  3213. "jsesc": "~0.5.0"
  3214. },
  3215. "bin": {
  3216. "regjsparser": "bin/parser"
  3217. }
  3218. },
  3219. "node_modules/regjsparser/node_modules/jsesc": {
  3220. "version": "0.5.0",
  3221. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-0.5.0.tgz",
  3222. "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==",
  3223. "dev": true,
  3224. "bin": {
  3225. "jsesc": "bin/jsesc"
  3226. }
  3227. },
  3228. "node_modules/resolve": {
  3229. "version": "1.22.1",
  3230. "resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.1.tgz",
  3231. "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==",
  3232. "dev": true,
  3233. "dependencies": {
  3234. "is-core-module": "^2.9.0",
  3235. "path-parse": "^1.0.7",
  3236. "supports-preserve-symlinks-flag": "^1.0.0"
  3237. },
  3238. "bin": {
  3239. "resolve": "bin/resolve"
  3240. }
  3241. },
  3242. "node_modules/safe-buffer": {
  3243. "version": "5.1.2",
  3244. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
  3245. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
  3246. "dev": true
  3247. },
  3248. "node_modules/semver": {
  3249. "version": "6.3.0",
  3250. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.0.tgz",
  3251. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
  3252. "dev": true,
  3253. "bin": {
  3254. "semver": "bin/semver.js"
  3255. }
  3256. },
  3257. "node_modules/slash": {
  3258. "version": "2.0.0",
  3259. "resolved": "https://registry.npmmirror.com/slash/-/slash-2.0.0.tgz",
  3260. "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==",
  3261. "dev": true,
  3262. "engines": {
  3263. "node": ">=6"
  3264. }
  3265. },
  3266. "node_modules/strip-ansi": {
  3267. "version": "3.0.1",
  3268. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-3.0.1.tgz",
  3269. "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==",
  3270. "dev": true,
  3271. "dependencies": {
  3272. "ansi-regex": "^2.0.0"
  3273. },
  3274. "engines": {
  3275. "node": ">=0.10.0"
  3276. }
  3277. },
  3278. "node_modules/supports-color": {
  3279. "version": "5.5.0",
  3280. "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-5.5.0.tgz",
  3281. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  3282. "dev": true,
  3283. "dependencies": {
  3284. "has-flag": "^3.0.0"
  3285. },
  3286. "engines": {
  3287. "node": ">=4"
  3288. }
  3289. },
  3290. "node_modules/supports-preserve-symlinks-flag": {
  3291. "version": "1.0.0",
  3292. "resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  3293. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  3294. "dev": true,
  3295. "engines": {
  3296. "node": ">= 0.4"
  3297. }
  3298. },
  3299. "node_modules/to-fast-properties": {
  3300. "version": "2.0.0",
  3301. "resolved": "https://registry.npmmirror.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
  3302. "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
  3303. "dev": true,
  3304. "engines": {
  3305. "node": ">=4"
  3306. }
  3307. },
  3308. "node_modules/to-regex-range": {
  3309. "version": "5.0.1",
  3310. "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
  3311. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  3312. "dev": true,
  3313. "optional": true,
  3314. "dependencies": {
  3315. "is-number": "^7.0.0"
  3316. },
  3317. "engines": {
  3318. "node": ">=8.0"
  3319. }
  3320. },
  3321. "node_modules/unicode-canonical-property-names-ecmascript": {
  3322. "version": "2.0.0",
  3323. "resolved": "https://registry.npmmirror.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz",
  3324. "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==",
  3325. "dev": true,
  3326. "engines": {
  3327. "node": ">=4"
  3328. }
  3329. },
  3330. "node_modules/unicode-match-property-ecmascript": {
  3331. "version": "2.0.0",
  3332. "resolved": "https://registry.npmmirror.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
  3333. "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
  3334. "dev": true,
  3335. "dependencies": {
  3336. "unicode-canonical-property-names-ecmascript": "^2.0.0",
  3337. "unicode-property-aliases-ecmascript": "^2.0.0"
  3338. },
  3339. "engines": {
  3340. "node": ">=4"
  3341. }
  3342. },
  3343. "node_modules/unicode-match-property-value-ecmascript": {
  3344. "version": "2.0.0",
  3345. "resolved": "https://registry.npmmirror.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz",
  3346. "integrity": "sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw==",
  3347. "dev": true,
  3348. "engines": {
  3349. "node": ">=4"
  3350. }
  3351. },
  3352. "node_modules/unicode-property-aliases-ecmascript": {
  3353. "version": "2.0.0",
  3354. "resolved": "https://registry.npmmirror.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz",
  3355. "integrity": "sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==",
  3356. "dev": true,
  3357. "engines": {
  3358. "node": ">=4"
  3359. }
  3360. },
  3361. "node_modules/update-browserslist-db": {
  3362. "version": "1.0.5",
  3363. "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.0.5.tgz",
  3364. "integrity": "sha512-dteFFpCyvuDdr9S/ff1ISkKt/9YZxKjI9WlRR99c180GaztJtRa/fn18FdxGVKVsnPY7/a/FDN68mcvUmP4U7Q==",
  3365. "dev": true,
  3366. "dependencies": {
  3367. "escalade": "^3.1.1",
  3368. "picocolors": "^1.0.0"
  3369. },
  3370. "bin": {
  3371. "browserslist-lint": "cli.js"
  3372. },
  3373. "peerDependencies": {
  3374. "browserslist": ">= 4.21.0"
  3375. }
  3376. },
  3377. "node_modules/wrappy": {
  3378. "version": "1.0.2",
  3379. "resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz",
  3380. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  3381. "dev": true
  3382. }
  3383. },
  3384. "dependencies": {
  3385. "@ampproject/remapping": {
  3386. "version": "2.2.0",
  3387. "resolved": "https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.2.0.tgz",
  3388. "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==",
  3389. "dev": true,
  3390. "requires": {
  3391. "@jridgewell/gen-mapping": "^0.1.0",
  3392. "@jridgewell/trace-mapping": "^0.3.9"
  3393. }
  3394. },
  3395. "@babel/cli": {
  3396. "version": "7.18.9",
  3397. "resolved": "https://registry.npmmirror.com/@babel/cli/-/cli-7.18.9.tgz",
  3398. "integrity": "sha512-e7TOtHVrAXBJGNgoROVxqx0mathd01oJGXIDekRfxdrISnRqfM795APwkDtse9GdyPYivjg3iXiko3sF3W7f5Q==",
  3399. "dev": true,
  3400. "requires": {
  3401. "@jridgewell/trace-mapping": "^0.3.8",
  3402. "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3",
  3403. "chokidar": "^3.4.0",
  3404. "commander": "^4.0.1",
  3405. "convert-source-map": "^1.1.0",
  3406. "fs-readdir-recursive": "^1.1.0",
  3407. "glob": "^7.0.0",
  3408. "make-dir": "^2.1.0",
  3409. "slash": "^2.0.0"
  3410. }
  3411. },
  3412. "@babel/code-frame": {
  3413. "version": "7.18.6",
  3414. "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.18.6.tgz",
  3415. "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==",
  3416. "dev": true,
  3417. "requires": {
  3418. "@babel/highlight": "^7.18.6"
  3419. }
  3420. },
  3421. "@babel/compat-data": {
  3422. "version": "7.18.8",
  3423. "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.18.8.tgz",
  3424. "integrity": "sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==",
  3425. "dev": true
  3426. },
  3427. "@babel/core": {
  3428. "version": "7.18.9",
  3429. "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.18.9.tgz",
  3430. "integrity": "sha512-1LIb1eL8APMy91/IMW+31ckrfBM4yCoLaVzoDhZUKSM4cu1L1nIidyxkCgzPAgrC5WEz36IPEr/eSeSF9pIn+g==",
  3431. "dev": true,
  3432. "requires": {
  3433. "@ampproject/remapping": "^2.1.0",
  3434. "@babel/code-frame": "^7.18.6",
  3435. "@babel/generator": "^7.18.9",
  3436. "@babel/helper-compilation-targets": "^7.18.9",
  3437. "@babel/helper-module-transforms": "^7.18.9",
  3438. "@babel/helpers": "^7.18.9",
  3439. "@babel/parser": "^7.18.9",
  3440. "@babel/template": "^7.18.6",
  3441. "@babel/traverse": "^7.18.9",
  3442. "@babel/types": "^7.18.9",
  3443. "convert-source-map": "^1.7.0",
  3444. "debug": "^4.1.0",
  3445. "gensync": "^1.0.0-beta.2",
  3446. "json5": "^2.2.1",
  3447. "semver": "^6.3.0"
  3448. }
  3449. },
  3450. "@babel/generator": {
  3451. "version": "7.18.9",
  3452. "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.18.9.tgz",
  3453. "integrity": "sha512-wt5Naw6lJrL1/SGkipMiFxJjtyczUWTP38deiP1PO60HsBjDeKk08CGC3S8iVuvf0FmTdgKwU1KIXzSKL1G0Ug==",
  3454. "dev": true,
  3455. "requires": {
  3456. "@babel/types": "^7.18.9",
  3457. "@jridgewell/gen-mapping": "^0.3.2",
  3458. "jsesc": "^2.5.1"
  3459. },
  3460. "dependencies": {
  3461. "@jridgewell/gen-mapping": {
  3462. "version": "0.3.2",
  3463. "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz",
  3464. "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==",
  3465. "dev": true,
  3466. "requires": {
  3467. "@jridgewell/set-array": "^1.0.1",
  3468. "@jridgewell/sourcemap-codec": "^1.4.10",
  3469. "@jridgewell/trace-mapping": "^0.3.9"
  3470. }
  3471. }
  3472. }
  3473. },
  3474. "@babel/helper-annotate-as-pure": {
  3475. "version": "7.18.6",
  3476. "resolved": "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz",
  3477. "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==",
  3478. "dev": true,
  3479. "requires": {
  3480. "@babel/types": "^7.18.6"
  3481. }
  3482. },
  3483. "@babel/helper-builder-binary-assignment-operator-visitor": {
  3484. "version": "7.18.9",
  3485. "resolved": "https://registry.npmmirror.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.9.tgz",
  3486. "integrity": "sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==",
  3487. "dev": true,
  3488. "requires": {
  3489. "@babel/helper-explode-assignable-expression": "^7.18.6",
  3490. "@babel/types": "^7.18.9"
  3491. }
  3492. },
  3493. "@babel/helper-compilation-targets": {
  3494. "version": "7.18.9",
  3495. "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.9.tgz",
  3496. "integrity": "sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==",
  3497. "dev": true,
  3498. "requires": {
  3499. "@babel/compat-data": "^7.18.8",
  3500. "@babel/helper-validator-option": "^7.18.6",
  3501. "browserslist": "^4.20.2",
  3502. "semver": "^6.3.0"
  3503. }
  3504. },
  3505. "@babel/helper-create-class-features-plugin": {
  3506. "version": "7.18.9",
  3507. "resolved": "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.9.tgz",
  3508. "integrity": "sha512-WvypNAYaVh23QcjpMR24CwZY2Nz6hqdOcFdPbNpV56hL5H6KiFheO7Xm1aPdlLQ7d5emYZX7VZwPp9x3z+2opw==",
  3509. "dev": true,
  3510. "requires": {
  3511. "@babel/helper-annotate-as-pure": "^7.18.6",
  3512. "@babel/helper-environment-visitor": "^7.18.9",
  3513. "@babel/helper-function-name": "^7.18.9",
  3514. "@babel/helper-member-expression-to-functions": "^7.18.9",
  3515. "@babel/helper-optimise-call-expression": "^7.18.6",
  3516. "@babel/helper-replace-supers": "^7.18.9",
  3517. "@babel/helper-split-export-declaration": "^7.18.6"
  3518. }
  3519. },
  3520. "@babel/helper-create-regexp-features-plugin": {
  3521. "version": "7.18.6",
  3522. "resolved": "https://registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.18.6.tgz",
  3523. "integrity": "sha512-7LcpH1wnQLGrI+4v+nPp+zUvIkF9x0ddv1Hkdue10tg3gmRnLy97DXh4STiOf1qeIInyD69Qv5kKSZzKD8B/7A==",
  3524. "dev": true,
  3525. "requires": {
  3526. "@babel/helper-annotate-as-pure": "^7.18.6",
  3527. "regexpu-core": "^5.1.0"
  3528. }
  3529. },
  3530. "@babel/helper-define-polyfill-provider": {
  3531. "version": "0.3.2",
  3532. "resolved": "https://registry.npmmirror.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.2.tgz",
  3533. "integrity": "sha512-r9QJJ+uDWrd+94BSPcP6/de67ygLtvVy6cK4luE6MOuDsZIdoaPBnfSpbO/+LTifjPckbKXRuI9BB/Z2/y3iTg==",
  3534. "dev": true,
  3535. "requires": {
  3536. "@babel/helper-compilation-targets": "^7.17.7",
  3537. "@babel/helper-plugin-utils": "^7.16.7",
  3538. "debug": "^4.1.1",
  3539. "lodash.debounce": "^4.0.8",
  3540. "resolve": "^1.14.2",
  3541. "semver": "^6.1.2"
  3542. }
  3543. },
  3544. "@babel/helper-environment-visitor": {
  3545. "version": "7.18.9",
  3546. "resolved": "https://registry.npmmirror.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz",
  3547. "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==",
  3548. "dev": true
  3549. },
  3550. "@babel/helper-explode-assignable-expression": {
  3551. "version": "7.18.6",
  3552. "resolved": "https://registry.npmmirror.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz",
  3553. "integrity": "sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==",
  3554. "dev": true,
  3555. "requires": {
  3556. "@babel/types": "^7.18.6"
  3557. }
  3558. },
  3559. "@babel/helper-function-name": {
  3560. "version": "7.18.9",
  3561. "resolved": "https://registry.npmmirror.com/@babel/helper-function-name/-/helper-function-name-7.18.9.tgz",
  3562. "integrity": "sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A==",
  3563. "dev": true,
  3564. "requires": {
  3565. "@babel/template": "^7.18.6",
  3566. "@babel/types": "^7.18.9"
  3567. }
  3568. },
  3569. "@babel/helper-hoist-variables": {
  3570. "version": "7.18.6",
  3571. "resolved": "https://registry.npmmirror.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz",
  3572. "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==",
  3573. "dev": true,
  3574. "requires": {
  3575. "@babel/types": "^7.18.6"
  3576. }
  3577. },
  3578. "@babel/helper-member-expression-to-functions": {
  3579. "version": "7.18.9",
  3580. "resolved": "https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.9.tgz",
  3581. "integrity": "sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg==",
  3582. "dev": true,
  3583. "requires": {
  3584. "@babel/types": "^7.18.9"
  3585. }
  3586. },
  3587. "@babel/helper-module-imports": {
  3588. "version": "7.18.6",
  3589. "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz",
  3590. "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==",
  3591. "dev": true,
  3592. "requires": {
  3593. "@babel/types": "^7.18.6"
  3594. }
  3595. },
  3596. "@babel/helper-module-transforms": {
  3597. "version": "7.18.9",
  3598. "resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.18.9.tgz",
  3599. "integrity": "sha512-KYNqY0ICwfv19b31XzvmI/mfcylOzbLtowkw+mfvGPAQ3kfCnMLYbED3YecL5tPd8nAYFQFAd6JHp2LxZk/J1g==",
  3600. "dev": true,
  3601. "requires": {
  3602. "@babel/helper-environment-visitor": "^7.18.9",
  3603. "@babel/helper-module-imports": "^7.18.6",
  3604. "@babel/helper-simple-access": "^7.18.6",
  3605. "@babel/helper-split-export-declaration": "^7.18.6",
  3606. "@babel/helper-validator-identifier": "^7.18.6",
  3607. "@babel/template": "^7.18.6",
  3608. "@babel/traverse": "^7.18.9",
  3609. "@babel/types": "^7.18.9"
  3610. }
  3611. },
  3612. "@babel/helper-optimise-call-expression": {
  3613. "version": "7.18.6",
  3614. "resolved": "https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz",
  3615. "integrity": "sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==",
  3616. "dev": true,
  3617. "requires": {
  3618. "@babel/types": "^7.18.6"
  3619. }
  3620. },
  3621. "@babel/helper-plugin-utils": {
  3622. "version": "7.18.9",
  3623. "resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.9.tgz",
  3624. "integrity": "sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w==",
  3625. "dev": true
  3626. },
  3627. "@babel/helper-remap-async-to-generator": {
  3628. "version": "7.18.9",
  3629. "resolved": "https://registry.npmmirror.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz",
  3630. "integrity": "sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==",
  3631. "dev": true,
  3632. "requires": {
  3633. "@babel/helper-annotate-as-pure": "^7.18.6",
  3634. "@babel/helper-environment-visitor": "^7.18.9",
  3635. "@babel/helper-wrap-function": "^7.18.9",
  3636. "@babel/types": "^7.18.9"
  3637. }
  3638. },
  3639. "@babel/helper-replace-supers": {
  3640. "version": "7.18.9",
  3641. "resolved": "https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.18.9.tgz",
  3642. "integrity": "sha512-dNsWibVI4lNT6HiuOIBr1oyxo40HvIVmbwPUm3XZ7wMh4k2WxrxTqZwSqw/eEmXDS9np0ey5M2bz9tBmO9c+YQ==",
  3643. "dev": true,
  3644. "requires": {
  3645. "@babel/helper-environment-visitor": "^7.18.9",
  3646. "@babel/helper-member-expression-to-functions": "^7.18.9",
  3647. "@babel/helper-optimise-call-expression": "^7.18.6",
  3648. "@babel/traverse": "^7.18.9",
  3649. "@babel/types": "^7.18.9"
  3650. }
  3651. },
  3652. "@babel/helper-simple-access": {
  3653. "version": "7.18.6",
  3654. "resolved": "https://registry.npmmirror.com/@babel/helper-simple-access/-/helper-simple-access-7.18.6.tgz",
  3655. "integrity": "sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==",
  3656. "dev": true,
  3657. "requires": {
  3658. "@babel/types": "^7.18.6"
  3659. }
  3660. },
  3661. "@babel/helper-skip-transparent-expression-wrappers": {
  3662. "version": "7.18.9",
  3663. "resolved": "https://registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.18.9.tgz",
  3664. "integrity": "sha512-imytd2gHi3cJPsybLRbmFrF7u5BIEuI2cNheyKi3/iOBC63kNn3q8Crn2xVuESli0aM4KYsyEqKyS7lFL8YVtw==",
  3665. "dev": true,
  3666. "requires": {
  3667. "@babel/types": "^7.18.9"
  3668. }
  3669. },
  3670. "@babel/helper-split-export-declaration": {
  3671. "version": "7.18.6",
  3672. "resolved": "https://registry.npmmirror.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz",
  3673. "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==",
  3674. "dev": true,
  3675. "requires": {
  3676. "@babel/types": "^7.18.6"
  3677. }
  3678. },
  3679. "@babel/helper-validator-identifier": {
  3680. "version": "7.18.6",
  3681. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz",
  3682. "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==",
  3683. "dev": true
  3684. },
  3685. "@babel/helper-validator-option": {
  3686. "version": "7.18.6",
  3687. "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz",
  3688. "integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==",
  3689. "dev": true
  3690. },
  3691. "@babel/helper-wrap-function": {
  3692. "version": "7.18.9",
  3693. "resolved": "https://registry.npmmirror.com/@babel/helper-wrap-function/-/helper-wrap-function-7.18.9.tgz",
  3694. "integrity": "sha512-cG2ru3TRAL6a60tfQflpEfs4ldiPwF6YW3zfJiRgmoFVIaC1vGnBBgatfec+ZUziPHkHSaXAuEck3Cdkf3eRpQ==",
  3695. "dev": true,
  3696. "requires": {
  3697. "@babel/helper-function-name": "^7.18.9",
  3698. "@babel/template": "^7.18.6",
  3699. "@babel/traverse": "^7.18.9",
  3700. "@babel/types": "^7.18.9"
  3701. }
  3702. },
  3703. "@babel/helpers": {
  3704. "version": "7.18.9",
  3705. "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.18.9.tgz",
  3706. "integrity": "sha512-Jf5a+rbrLoR4eNdUmnFu8cN5eNJT6qdTdOg5IHIzq87WwyRw9PwguLFOWYgktN/60IP4fgDUawJvs7PjQIzELQ==",
  3707. "dev": true,
  3708. "requires": {
  3709. "@babel/template": "^7.18.6",
  3710. "@babel/traverse": "^7.18.9",
  3711. "@babel/types": "^7.18.9"
  3712. }
  3713. },
  3714. "@babel/highlight": {
  3715. "version": "7.18.6",
  3716. "resolved": "https://registry.npmmirror.com/@babel/highlight/-/highlight-7.18.6.tgz",
  3717. "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==",
  3718. "dev": true,
  3719. "requires": {
  3720. "@babel/helper-validator-identifier": "^7.18.6",
  3721. "chalk": "^2.0.0",
  3722. "js-tokens": "^4.0.0"
  3723. }
  3724. },
  3725. "@babel/parser": {
  3726. "version": "7.18.9",
  3727. "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.18.9.tgz",
  3728. "integrity": "sha512-9uJveS9eY9DJ0t64YbIBZICtJy8a5QrDEVdiLCG97fVLpDTpGX7t8mMSb6OWw6Lrnjqj4O8zwjELX3dhoMgiBg==",
  3729. "dev": true
  3730. },
  3731. "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
  3732. "version": "7.18.6",
  3733. "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz",
  3734. "integrity": "sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==",
  3735. "dev": true,
  3736. "requires": {
  3737. "@babel/helper-plugin-utils": "^7.18.6"
  3738. }
  3739. },
  3740. "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
  3741. "version": "7.18.9",
  3742. "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.18.9.tgz",
  3743. "integrity": "sha512-AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg==",
  3744. "dev": true,
  3745. "requires": {
  3746. "@babel/helper-plugin-utils": "^7.18.9",
  3747. "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9",
  3748. "@babel/plugin-proposal-optional-chaining": "^7.18.9"
  3749. }
  3750. },
  3751. "@babel/plugin-proposal-async-generator-functions": {
  3752. "version": "7.18.6",
  3753. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.18.6.tgz",
  3754. "integrity": "sha512-WAz4R9bvozx4qwf74M+sfqPMKfSqwM0phxPTR6iJIi8robgzXwkEgmeJG1gEKhm6sDqT/U9aV3lfcqybIpev8w==",
  3755. "dev": true,
  3756. "requires": {
  3757. "@babel/helper-environment-visitor": "^7.18.6",
  3758. "@babel/helper-plugin-utils": "^7.18.6",
  3759. "@babel/helper-remap-async-to-generator": "^7.18.6",
  3760. "@babel/plugin-syntax-async-generators": "^7.8.4"
  3761. }
  3762. },
  3763. "@babel/plugin-proposal-class-properties": {
  3764. "version": "7.18.6",
  3765. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz",
  3766. "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==",
  3767. "dev": true,
  3768. "requires": {
  3769. "@babel/helper-create-class-features-plugin": "^7.18.6",
  3770. "@babel/helper-plugin-utils": "^7.18.6"
  3771. }
  3772. },
  3773. "@babel/plugin-proposal-class-static-block": {
  3774. "version": "7.18.6",
  3775. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.18.6.tgz",
  3776. "integrity": "sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==",
  3777. "dev": true,
  3778. "requires": {
  3779. "@babel/helper-create-class-features-plugin": "^7.18.6",
  3780. "@babel/helper-plugin-utils": "^7.18.6",
  3781. "@babel/plugin-syntax-class-static-block": "^7.14.5"
  3782. }
  3783. },
  3784. "@babel/plugin-proposal-dynamic-import": {
  3785. "version": "7.18.6",
  3786. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz",
  3787. "integrity": "sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==",
  3788. "dev": true,
  3789. "requires": {
  3790. "@babel/helper-plugin-utils": "^7.18.6",
  3791. "@babel/plugin-syntax-dynamic-import": "^7.8.3"
  3792. }
  3793. },
  3794. "@babel/plugin-proposal-export-namespace-from": {
  3795. "version": "7.18.9",
  3796. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz",
  3797. "integrity": "sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==",
  3798. "dev": true,
  3799. "requires": {
  3800. "@babel/helper-plugin-utils": "^7.18.9",
  3801. "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
  3802. }
  3803. },
  3804. "@babel/plugin-proposal-json-strings": {
  3805. "version": "7.18.6",
  3806. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz",
  3807. "integrity": "sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==",
  3808. "dev": true,
  3809. "requires": {
  3810. "@babel/helper-plugin-utils": "^7.18.6",
  3811. "@babel/plugin-syntax-json-strings": "^7.8.3"
  3812. }
  3813. },
  3814. "@babel/plugin-proposal-logical-assignment-operators": {
  3815. "version": "7.18.9",
  3816. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.18.9.tgz",
  3817. "integrity": "sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q==",
  3818. "dev": true,
  3819. "requires": {
  3820. "@babel/helper-plugin-utils": "^7.18.9",
  3821. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
  3822. }
  3823. },
  3824. "@babel/plugin-proposal-nullish-coalescing-operator": {
  3825. "version": "7.18.6",
  3826. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz",
  3827. "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==",
  3828. "dev": true,
  3829. "requires": {
  3830. "@babel/helper-plugin-utils": "^7.18.6",
  3831. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
  3832. }
  3833. },
  3834. "@babel/plugin-proposal-numeric-separator": {
  3835. "version": "7.18.6",
  3836. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz",
  3837. "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==",
  3838. "dev": true,
  3839. "requires": {
  3840. "@babel/helper-plugin-utils": "^7.18.6",
  3841. "@babel/plugin-syntax-numeric-separator": "^7.10.4"
  3842. }
  3843. },
  3844. "@babel/plugin-proposal-object-rest-spread": {
  3845. "version": "7.18.9",
  3846. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.18.9.tgz",
  3847. "integrity": "sha512-kDDHQ5rflIeY5xl69CEqGEZ0KY369ehsCIEbTGb4siHG5BE9sga/T0r0OUwyZNLMmZE79E1kbsqAjwFCW4ds6Q==",
  3848. "dev": true,
  3849. "requires": {
  3850. "@babel/compat-data": "^7.18.8",
  3851. "@babel/helper-compilation-targets": "^7.18.9",
  3852. "@babel/helper-plugin-utils": "^7.18.9",
  3853. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  3854. "@babel/plugin-transform-parameters": "^7.18.8"
  3855. }
  3856. },
  3857. "@babel/plugin-proposal-optional-catch-binding": {
  3858. "version": "7.18.6",
  3859. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz",
  3860. "integrity": "sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==",
  3861. "dev": true,
  3862. "requires": {
  3863. "@babel/helper-plugin-utils": "^7.18.6",
  3864. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
  3865. }
  3866. },
  3867. "@babel/plugin-proposal-optional-chaining": {
  3868. "version": "7.18.9",
  3869. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.18.9.tgz",
  3870. "integrity": "sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==",
  3871. "dev": true,
  3872. "requires": {
  3873. "@babel/helper-plugin-utils": "^7.18.9",
  3874. "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9",
  3875. "@babel/plugin-syntax-optional-chaining": "^7.8.3"
  3876. }
  3877. },
  3878. "@babel/plugin-proposal-private-methods": {
  3879. "version": "7.18.6",
  3880. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz",
  3881. "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==",
  3882. "dev": true,
  3883. "requires": {
  3884. "@babel/helper-create-class-features-plugin": "^7.18.6",
  3885. "@babel/helper-plugin-utils": "^7.18.6"
  3886. }
  3887. },
  3888. "@babel/plugin-proposal-private-property-in-object": {
  3889. "version": "7.18.6",
  3890. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.18.6.tgz",
  3891. "integrity": "sha512-9Rysx7FOctvT5ouj5JODjAFAkgGoudQuLPamZb0v1TGLpapdNaftzifU8NTWQm0IRjqoYypdrSmyWgkocDQ8Dw==",
  3892. "dev": true,
  3893. "requires": {
  3894. "@babel/helper-annotate-as-pure": "^7.18.6",
  3895. "@babel/helper-create-class-features-plugin": "^7.18.6",
  3896. "@babel/helper-plugin-utils": "^7.18.6",
  3897. "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
  3898. }
  3899. },
  3900. "@babel/plugin-proposal-unicode-property-regex": {
  3901. "version": "7.18.6",
  3902. "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz",
  3903. "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==",
  3904. "dev": true,
  3905. "requires": {
  3906. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  3907. "@babel/helper-plugin-utils": "^7.18.6"
  3908. }
  3909. },
  3910. "@babel/plugin-syntax-async-generators": {
  3911. "version": "7.8.4",
  3912. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
  3913. "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
  3914. "dev": true,
  3915. "requires": {
  3916. "@babel/helper-plugin-utils": "^7.8.0"
  3917. }
  3918. },
  3919. "@babel/plugin-syntax-class-properties": {
  3920. "version": "7.12.13",
  3921. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
  3922. "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
  3923. "dev": true,
  3924. "requires": {
  3925. "@babel/helper-plugin-utils": "^7.12.13"
  3926. }
  3927. },
  3928. "@babel/plugin-syntax-class-static-block": {
  3929. "version": "7.14.5",
  3930. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
  3931. "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
  3932. "dev": true,
  3933. "requires": {
  3934. "@babel/helper-plugin-utils": "^7.14.5"
  3935. }
  3936. },
  3937. "@babel/plugin-syntax-dynamic-import": {
  3938. "version": "7.8.3",
  3939. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
  3940. "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
  3941. "dev": true,
  3942. "requires": {
  3943. "@babel/helper-plugin-utils": "^7.8.0"
  3944. }
  3945. },
  3946. "@babel/plugin-syntax-export-namespace-from": {
  3947. "version": "7.8.3",
  3948. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
  3949. "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
  3950. "dev": true,
  3951. "requires": {
  3952. "@babel/helper-plugin-utils": "^7.8.3"
  3953. }
  3954. },
  3955. "@babel/plugin-syntax-import-assertions": {
  3956. "version": "7.18.6",
  3957. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.18.6.tgz",
  3958. "integrity": "sha512-/DU3RXad9+bZwrgWJQKbr39gYbJpLJHezqEzRzi/BHRlJ9zsQb4CK2CA/5apllXNomwA1qHwzvHl+AdEmC5krQ==",
  3959. "dev": true,
  3960. "requires": {
  3961. "@babel/helper-plugin-utils": "^7.18.6"
  3962. }
  3963. },
  3964. "@babel/plugin-syntax-json-strings": {
  3965. "version": "7.8.3",
  3966. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
  3967. "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
  3968. "dev": true,
  3969. "requires": {
  3970. "@babel/helper-plugin-utils": "^7.8.0"
  3971. }
  3972. },
  3973. "@babel/plugin-syntax-logical-assignment-operators": {
  3974. "version": "7.10.4",
  3975. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
  3976. "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
  3977. "dev": true,
  3978. "requires": {
  3979. "@babel/helper-plugin-utils": "^7.10.4"
  3980. }
  3981. },
  3982. "@babel/plugin-syntax-nullish-coalescing-operator": {
  3983. "version": "7.8.3",
  3984. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
  3985. "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
  3986. "dev": true,
  3987. "requires": {
  3988. "@babel/helper-plugin-utils": "^7.8.0"
  3989. }
  3990. },
  3991. "@babel/plugin-syntax-numeric-separator": {
  3992. "version": "7.10.4",
  3993. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
  3994. "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
  3995. "dev": true,
  3996. "requires": {
  3997. "@babel/helper-plugin-utils": "^7.10.4"
  3998. }
  3999. },
  4000. "@babel/plugin-syntax-object-rest-spread": {
  4001. "version": "7.8.3",
  4002. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
  4003. "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
  4004. "dev": true,
  4005. "requires": {
  4006. "@babel/helper-plugin-utils": "^7.8.0"
  4007. }
  4008. },
  4009. "@babel/plugin-syntax-optional-catch-binding": {
  4010. "version": "7.8.3",
  4011. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
  4012. "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
  4013. "dev": true,
  4014. "requires": {
  4015. "@babel/helper-plugin-utils": "^7.8.0"
  4016. }
  4017. },
  4018. "@babel/plugin-syntax-optional-chaining": {
  4019. "version": "7.8.3",
  4020. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
  4021. "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
  4022. "dev": true,
  4023. "requires": {
  4024. "@babel/helper-plugin-utils": "^7.8.0"
  4025. }
  4026. },
  4027. "@babel/plugin-syntax-private-property-in-object": {
  4028. "version": "7.14.5",
  4029. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
  4030. "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
  4031. "dev": true,
  4032. "requires": {
  4033. "@babel/helper-plugin-utils": "^7.14.5"
  4034. }
  4035. },
  4036. "@babel/plugin-syntax-top-level-await": {
  4037. "version": "7.14.5",
  4038. "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
  4039. "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
  4040. "dev": true,
  4041. "requires": {
  4042. "@babel/helper-plugin-utils": "^7.14.5"
  4043. }
  4044. },
  4045. "@babel/plugin-transform-arrow-functions": {
  4046. "version": "7.18.6",
  4047. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.18.6.tgz",
  4048. "integrity": "sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ==",
  4049. "dev": true,
  4050. "requires": {
  4051. "@babel/helper-plugin-utils": "^7.18.6"
  4052. }
  4053. },
  4054. "@babel/plugin-transform-async-to-generator": {
  4055. "version": "7.18.6",
  4056. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.18.6.tgz",
  4057. "integrity": "sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag==",
  4058. "dev": true,
  4059. "requires": {
  4060. "@babel/helper-module-imports": "^7.18.6",
  4061. "@babel/helper-plugin-utils": "^7.18.6",
  4062. "@babel/helper-remap-async-to-generator": "^7.18.6"
  4063. }
  4064. },
  4065. "@babel/plugin-transform-block-scoped-functions": {
  4066. "version": "7.18.6",
  4067. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.18.6.tgz",
  4068. "integrity": "sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==",
  4069. "dev": true,
  4070. "requires": {
  4071. "@babel/helper-plugin-utils": "^7.18.6"
  4072. }
  4073. },
  4074. "@babel/plugin-transform-block-scoping": {
  4075. "version": "7.18.9",
  4076. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.18.9.tgz",
  4077. "integrity": "sha512-5sDIJRV1KtQVEbt/EIBwGy4T01uYIo4KRB3VUqzkhrAIOGx7AoctL9+Ux88btY0zXdDyPJ9mW+bg+v+XEkGmtw==",
  4078. "dev": true,
  4079. "requires": {
  4080. "@babel/helper-plugin-utils": "^7.18.9"
  4081. }
  4082. },
  4083. "@babel/plugin-transform-classes": {
  4084. "version": "7.18.9",
  4085. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.18.9.tgz",
  4086. "integrity": "sha512-EkRQxsxoytpTlKJmSPYrsOMjCILacAjtSVkd4gChEe2kXjFCun3yohhW5I7plXJhCemM0gKsaGMcO8tinvCA5g==",
  4087. "dev": true,
  4088. "requires": {
  4089. "@babel/helper-annotate-as-pure": "^7.18.6",
  4090. "@babel/helper-environment-visitor": "^7.18.9",
  4091. "@babel/helper-function-name": "^7.18.9",
  4092. "@babel/helper-optimise-call-expression": "^7.18.6",
  4093. "@babel/helper-plugin-utils": "^7.18.9",
  4094. "@babel/helper-replace-supers": "^7.18.9",
  4095. "@babel/helper-split-export-declaration": "^7.18.6",
  4096. "globals": "^11.1.0"
  4097. }
  4098. },
  4099. "@babel/plugin-transform-computed-properties": {
  4100. "version": "7.18.9",
  4101. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.18.9.tgz",
  4102. "integrity": "sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw==",
  4103. "dev": true,
  4104. "requires": {
  4105. "@babel/helper-plugin-utils": "^7.18.9"
  4106. }
  4107. },
  4108. "@babel/plugin-transform-destructuring": {
  4109. "version": "7.18.9",
  4110. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.18.9.tgz",
  4111. "integrity": "sha512-p5VCYNddPLkZTq4XymQIaIfZNJwT9YsjkPOhkVEqt6QIpQFZVM9IltqqYpOEkJoN1DPznmxUDyZ5CTZs/ZCuHA==",
  4112. "dev": true,
  4113. "requires": {
  4114. "@babel/helper-plugin-utils": "^7.18.9"
  4115. }
  4116. },
  4117. "@babel/plugin-transform-dotall-regex": {
  4118. "version": "7.18.6",
  4119. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz",
  4120. "integrity": "sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==",
  4121. "dev": true,
  4122. "requires": {
  4123. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  4124. "@babel/helper-plugin-utils": "^7.18.6"
  4125. }
  4126. },
  4127. "@babel/plugin-transform-duplicate-keys": {
  4128. "version": "7.18.9",
  4129. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.9.tgz",
  4130. "integrity": "sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==",
  4131. "dev": true,
  4132. "requires": {
  4133. "@babel/helper-plugin-utils": "^7.18.9"
  4134. }
  4135. },
  4136. "@babel/plugin-transform-exponentiation-operator": {
  4137. "version": "7.18.6",
  4138. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.18.6.tgz",
  4139. "integrity": "sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==",
  4140. "dev": true,
  4141. "requires": {
  4142. "@babel/helper-builder-binary-assignment-operator-visitor": "^7.18.6",
  4143. "@babel/helper-plugin-utils": "^7.18.6"
  4144. }
  4145. },
  4146. "@babel/plugin-transform-for-of": {
  4147. "version": "7.18.8",
  4148. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.8.tgz",
  4149. "integrity": "sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==",
  4150. "dev": true,
  4151. "requires": {
  4152. "@babel/helper-plugin-utils": "^7.18.6"
  4153. }
  4154. },
  4155. "@babel/plugin-transform-function-name": {
  4156. "version": "7.18.9",
  4157. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.18.9.tgz",
  4158. "integrity": "sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==",
  4159. "dev": true,
  4160. "requires": {
  4161. "@babel/helper-compilation-targets": "^7.18.9",
  4162. "@babel/helper-function-name": "^7.18.9",
  4163. "@babel/helper-plugin-utils": "^7.18.9"
  4164. }
  4165. },
  4166. "@babel/plugin-transform-literals": {
  4167. "version": "7.18.9",
  4168. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.9.tgz",
  4169. "integrity": "sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==",
  4170. "dev": true,
  4171. "requires": {
  4172. "@babel/helper-plugin-utils": "^7.18.9"
  4173. }
  4174. },
  4175. "@babel/plugin-transform-member-expression-literals": {
  4176. "version": "7.18.6",
  4177. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.18.6.tgz",
  4178. "integrity": "sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==",
  4179. "dev": true,
  4180. "requires": {
  4181. "@babel/helper-plugin-utils": "^7.18.6"
  4182. }
  4183. },
  4184. "@babel/plugin-transform-modules-amd": {
  4185. "version": "7.18.6",
  4186. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.18.6.tgz",
  4187. "integrity": "sha512-Pra5aXsmTsOnjM3IajS8rTaLCy++nGM4v3YR4esk5PCsyg9z8NA5oQLwxzMUtDBd8F+UmVza3VxoAaWCbzH1rg==",
  4188. "dev": true,
  4189. "requires": {
  4190. "@babel/helper-module-transforms": "^7.18.6",
  4191. "@babel/helper-plugin-utils": "^7.18.6",
  4192. "babel-plugin-dynamic-import-node": "^2.3.3"
  4193. }
  4194. },
  4195. "@babel/plugin-transform-modules-commonjs": {
  4196. "version": "7.18.6",
  4197. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.6.tgz",
  4198. "integrity": "sha512-Qfv2ZOWikpvmedXQJDSbxNqy7Xr/j2Y8/KfijM0iJyKkBTmWuvCA1yeH1yDM7NJhBW/2aXxeucLj6i80/LAJ/Q==",
  4199. "dev": true,
  4200. "requires": {
  4201. "@babel/helper-module-transforms": "^7.18.6",
  4202. "@babel/helper-plugin-utils": "^7.18.6",
  4203. "@babel/helper-simple-access": "^7.18.6",
  4204. "babel-plugin-dynamic-import-node": "^2.3.3"
  4205. }
  4206. },
  4207. "@babel/plugin-transform-modules-systemjs": {
  4208. "version": "7.18.9",
  4209. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.18.9.tgz",
  4210. "integrity": "sha512-zY/VSIbbqtoRoJKo2cDTewL364jSlZGvn0LKOf9ntbfxOvjfmyrdtEEOAdswOswhZEb8UH3jDkCKHd1sPgsS0A==",
  4211. "dev": true,
  4212. "requires": {
  4213. "@babel/helper-hoist-variables": "^7.18.6",
  4214. "@babel/helper-module-transforms": "^7.18.9",
  4215. "@babel/helper-plugin-utils": "^7.18.9",
  4216. "@babel/helper-validator-identifier": "^7.18.6",
  4217. "babel-plugin-dynamic-import-node": "^2.3.3"
  4218. }
  4219. },
  4220. "@babel/plugin-transform-modules-umd": {
  4221. "version": "7.18.6",
  4222. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.6.tgz",
  4223. "integrity": "sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==",
  4224. "dev": true,
  4225. "requires": {
  4226. "@babel/helper-module-transforms": "^7.18.6",
  4227. "@babel/helper-plugin-utils": "^7.18.6"
  4228. }
  4229. },
  4230. "@babel/plugin-transform-named-capturing-groups-regex": {
  4231. "version": "7.18.6",
  4232. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.18.6.tgz",
  4233. "integrity": "sha512-UmEOGF8XgaIqD74bC8g7iV3RYj8lMf0Bw7NJzvnS9qQhM4mg+1WHKotUIdjxgD2RGrgFLZZPCFPFj3P/kVDYhg==",
  4234. "dev": true,
  4235. "requires": {
  4236. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  4237. "@babel/helper-plugin-utils": "^7.18.6"
  4238. }
  4239. },
  4240. "@babel/plugin-transform-new-target": {
  4241. "version": "7.18.6",
  4242. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz",
  4243. "integrity": "sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==",
  4244. "dev": true,
  4245. "requires": {
  4246. "@babel/helper-plugin-utils": "^7.18.6"
  4247. }
  4248. },
  4249. "@babel/plugin-transform-object-super": {
  4250. "version": "7.18.6",
  4251. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.18.6.tgz",
  4252. "integrity": "sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==",
  4253. "dev": true,
  4254. "requires": {
  4255. "@babel/helper-plugin-utils": "^7.18.6",
  4256. "@babel/helper-replace-supers": "^7.18.6"
  4257. }
  4258. },
  4259. "@babel/plugin-transform-parameters": {
  4260. "version": "7.18.8",
  4261. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.18.8.tgz",
  4262. "integrity": "sha512-ivfbE3X2Ss+Fj8nnXvKJS6sjRG4gzwPMsP+taZC+ZzEGjAYlvENixmt1sZ5Ca6tWls+BlKSGKPJ6OOXvXCbkFg==",
  4263. "dev": true,
  4264. "requires": {
  4265. "@babel/helper-plugin-utils": "^7.18.6"
  4266. }
  4267. },
  4268. "@babel/plugin-transform-property-literals": {
  4269. "version": "7.18.6",
  4270. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz",
  4271. "integrity": "sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==",
  4272. "dev": true,
  4273. "requires": {
  4274. "@babel/helper-plugin-utils": "^7.18.6"
  4275. }
  4276. },
  4277. "@babel/plugin-transform-regenerator": {
  4278. "version": "7.18.6",
  4279. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.18.6.tgz",
  4280. "integrity": "sha512-poqRI2+qiSdeldcz4wTSTXBRryoq3Gc70ye7m7UD5Ww0nE29IXqMl6r7Nd15WBgRd74vloEMlShtH6CKxVzfmQ==",
  4281. "dev": true,
  4282. "requires": {
  4283. "@babel/helper-plugin-utils": "^7.18.6",
  4284. "regenerator-transform": "^0.15.0"
  4285. }
  4286. },
  4287. "@babel/plugin-transform-reserved-words": {
  4288. "version": "7.18.6",
  4289. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.18.6.tgz",
  4290. "integrity": "sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==",
  4291. "dev": true,
  4292. "requires": {
  4293. "@babel/helper-plugin-utils": "^7.18.6"
  4294. }
  4295. },
  4296. "@babel/plugin-transform-shorthand-properties": {
  4297. "version": "7.18.6",
  4298. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.18.6.tgz",
  4299. "integrity": "sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==",
  4300. "dev": true,
  4301. "requires": {
  4302. "@babel/helper-plugin-utils": "^7.18.6"
  4303. }
  4304. },
  4305. "@babel/plugin-transform-spread": {
  4306. "version": "7.18.9",
  4307. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.18.9.tgz",
  4308. "integrity": "sha512-39Q814wyoOPtIB/qGopNIL9xDChOE1pNU0ZY5dO0owhiVt/5kFm4li+/bBtwc7QotG0u5EPzqhZdjMtmqBqyQA==",
  4309. "dev": true,
  4310. "requires": {
  4311. "@babel/helper-plugin-utils": "^7.18.9",
  4312. "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9"
  4313. }
  4314. },
  4315. "@babel/plugin-transform-sticky-regex": {
  4316. "version": "7.18.6",
  4317. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.18.6.tgz",
  4318. "integrity": "sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==",
  4319. "dev": true,
  4320. "requires": {
  4321. "@babel/helper-plugin-utils": "^7.18.6"
  4322. }
  4323. },
  4324. "@babel/plugin-transform-template-literals": {
  4325. "version": "7.18.9",
  4326. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.9.tgz",
  4327. "integrity": "sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==",
  4328. "dev": true,
  4329. "requires": {
  4330. "@babel/helper-plugin-utils": "^7.18.9"
  4331. }
  4332. },
  4333. "@babel/plugin-transform-typeof-symbol": {
  4334. "version": "7.18.9",
  4335. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.9.tgz",
  4336. "integrity": "sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==",
  4337. "dev": true,
  4338. "requires": {
  4339. "@babel/helper-plugin-utils": "^7.18.9"
  4340. }
  4341. },
  4342. "@babel/plugin-transform-unicode-escapes": {
  4343. "version": "7.18.6",
  4344. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.6.tgz",
  4345. "integrity": "sha512-XNRwQUXYMP7VLuy54cr/KS/WeL3AZeORhrmeZ7iewgu+X2eBqmpaLI/hzqr9ZxCeUoq0ASK4GUzSM0BDhZkLFw==",
  4346. "dev": true,
  4347. "requires": {
  4348. "@babel/helper-plugin-utils": "^7.18.6"
  4349. }
  4350. },
  4351. "@babel/plugin-transform-unicode-regex": {
  4352. "version": "7.18.6",
  4353. "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.18.6.tgz",
  4354. "integrity": "sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==",
  4355. "dev": true,
  4356. "requires": {
  4357. "@babel/helper-create-regexp-features-plugin": "^7.18.6",
  4358. "@babel/helper-plugin-utils": "^7.18.6"
  4359. }
  4360. },
  4361. "@babel/preset-env": {
  4362. "version": "7.18.9",
  4363. "resolved": "https://registry.npmmirror.com/@babel/preset-env/-/preset-env-7.18.9.tgz",
  4364. "integrity": "sha512-75pt/q95cMIHWssYtyfjVlvI+QEZQThQbKvR9xH+F/Agtw/s4Wfc2V9Bwd/P39VtixB7oWxGdH4GteTTwYJWMg==",
  4365. "dev": true,
  4366. "requires": {
  4367. "@babel/compat-data": "^7.18.8",
  4368. "@babel/helper-compilation-targets": "^7.18.9",
  4369. "@babel/helper-plugin-utils": "^7.18.9",
  4370. "@babel/helper-validator-option": "^7.18.6",
  4371. "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6",
  4372. "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.18.9",
  4373. "@babel/plugin-proposal-async-generator-functions": "^7.18.6",
  4374. "@babel/plugin-proposal-class-properties": "^7.18.6",
  4375. "@babel/plugin-proposal-class-static-block": "^7.18.6",
  4376. "@babel/plugin-proposal-dynamic-import": "^7.18.6",
  4377. "@babel/plugin-proposal-export-namespace-from": "^7.18.9",
  4378. "@babel/plugin-proposal-json-strings": "^7.18.6",
  4379. "@babel/plugin-proposal-logical-assignment-operators": "^7.18.9",
  4380. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
  4381. "@babel/plugin-proposal-numeric-separator": "^7.18.6",
  4382. "@babel/plugin-proposal-object-rest-spread": "^7.18.9",
  4383. "@babel/plugin-proposal-optional-catch-binding": "^7.18.6",
  4384. "@babel/plugin-proposal-optional-chaining": "^7.18.9",
  4385. "@babel/plugin-proposal-private-methods": "^7.18.6",
  4386. "@babel/plugin-proposal-private-property-in-object": "^7.18.6",
  4387. "@babel/plugin-proposal-unicode-property-regex": "^7.18.6",
  4388. "@babel/plugin-syntax-async-generators": "^7.8.4",
  4389. "@babel/plugin-syntax-class-properties": "^7.12.13",
  4390. "@babel/plugin-syntax-class-static-block": "^7.14.5",
  4391. "@babel/plugin-syntax-dynamic-import": "^7.8.3",
  4392. "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
  4393. "@babel/plugin-syntax-import-assertions": "^7.18.6",
  4394. "@babel/plugin-syntax-json-strings": "^7.8.3",
  4395. "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
  4396. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
  4397. "@babel/plugin-syntax-numeric-separator": "^7.10.4",
  4398. "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
  4399. "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
  4400. "@babel/plugin-syntax-optional-chaining": "^7.8.3",
  4401. "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
  4402. "@babel/plugin-syntax-top-level-await": "^7.14.5",
  4403. "@babel/plugin-transform-arrow-functions": "^7.18.6",
  4404. "@babel/plugin-transform-async-to-generator": "^7.18.6",
  4405. "@babel/plugin-transform-block-scoped-functions": "^7.18.6",
  4406. "@babel/plugin-transform-block-scoping": "^7.18.9",
  4407. "@babel/plugin-transform-classes": "^7.18.9",
  4408. "@babel/plugin-transform-computed-properties": "^7.18.9",
  4409. "@babel/plugin-transform-destructuring": "^7.18.9",
  4410. "@babel/plugin-transform-dotall-regex": "^7.18.6",
  4411. "@babel/plugin-transform-duplicate-keys": "^7.18.9",
  4412. "@babel/plugin-transform-exponentiation-operator": "^7.18.6",
  4413. "@babel/plugin-transform-for-of": "^7.18.8",
  4414. "@babel/plugin-transform-function-name": "^7.18.9",
  4415. "@babel/plugin-transform-literals": "^7.18.9",
  4416. "@babel/plugin-transform-member-expression-literals": "^7.18.6",
  4417. "@babel/plugin-transform-modules-amd": "^7.18.6",
  4418. "@babel/plugin-transform-modules-commonjs": "^7.18.6",
  4419. "@babel/plugin-transform-modules-systemjs": "^7.18.9",
  4420. "@babel/plugin-transform-modules-umd": "^7.18.6",
  4421. "@babel/plugin-transform-named-capturing-groups-regex": "^7.18.6",
  4422. "@babel/plugin-transform-new-target": "^7.18.6",
  4423. "@babel/plugin-transform-object-super": "^7.18.6",
  4424. "@babel/plugin-transform-parameters": "^7.18.8",
  4425. "@babel/plugin-transform-property-literals": "^7.18.6",
  4426. "@babel/plugin-transform-regenerator": "^7.18.6",
  4427. "@babel/plugin-transform-reserved-words": "^7.18.6",
  4428. "@babel/plugin-transform-shorthand-properties": "^7.18.6",
  4429. "@babel/plugin-transform-spread": "^7.18.9",
  4430. "@babel/plugin-transform-sticky-regex": "^7.18.6",
  4431. "@babel/plugin-transform-template-literals": "^7.18.9",
  4432. "@babel/plugin-transform-typeof-symbol": "^7.18.9",
  4433. "@babel/plugin-transform-unicode-escapes": "^7.18.6",
  4434. "@babel/plugin-transform-unicode-regex": "^7.18.6",
  4435. "@babel/preset-modules": "^0.1.5",
  4436. "@babel/types": "^7.18.9",
  4437. "babel-plugin-polyfill-corejs2": "^0.3.1",
  4438. "babel-plugin-polyfill-corejs3": "^0.5.2",
  4439. "babel-plugin-polyfill-regenerator": "^0.3.1",
  4440. "core-js-compat": "^3.22.1",
  4441. "semver": "^6.3.0"
  4442. }
  4443. },
  4444. "@babel/preset-modules": {
  4445. "version": "0.1.5",
  4446. "resolved": "https://registry.npmmirror.com/@babel/preset-modules/-/preset-modules-0.1.5.tgz",
  4447. "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==",
  4448. "dev": true,
  4449. "requires": {
  4450. "@babel/helper-plugin-utils": "^7.0.0",
  4451. "@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
  4452. "@babel/plugin-transform-dotall-regex": "^7.4.4",
  4453. "@babel/types": "^7.4.4",
  4454. "esutils": "^2.0.2"
  4455. }
  4456. },
  4457. "@babel/runtime": {
  4458. "version": "7.18.9",
  4459. "resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.18.9.tgz",
  4460. "integrity": "sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw==",
  4461. "dev": true,
  4462. "requires": {
  4463. "regenerator-runtime": "^0.13.4"
  4464. }
  4465. },
  4466. "@babel/template": {
  4467. "version": "7.18.6",
  4468. "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.18.6.tgz",
  4469. "integrity": "sha512-JoDWzPe+wgBsTTgdnIma3iHNFC7YVJoPssVBDjiHfNlyt4YcunDtcDOUmfVDfCK5MfdsaIoX9PkijPhjH3nYUw==",
  4470. "dev": true,
  4471. "requires": {
  4472. "@babel/code-frame": "^7.18.6",
  4473. "@babel/parser": "^7.18.6",
  4474. "@babel/types": "^7.18.6"
  4475. }
  4476. },
  4477. "@babel/traverse": {
  4478. "version": "7.18.9",
  4479. "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.18.9.tgz",
  4480. "integrity": "sha512-LcPAnujXGwBgv3/WHv01pHtb2tihcyW1XuL9wd7jqh1Z8AQkTd+QVjMrMijrln0T7ED3UXLIy36P9Ao7W75rYg==",
  4481. "dev": true,
  4482. "requires": {
  4483. "@babel/code-frame": "^7.18.6",
  4484. "@babel/generator": "^7.18.9",
  4485. "@babel/helper-environment-visitor": "^7.18.9",
  4486. "@babel/helper-function-name": "^7.18.9",
  4487. "@babel/helper-hoist-variables": "^7.18.6",
  4488. "@babel/helper-split-export-declaration": "^7.18.6",
  4489. "@babel/parser": "^7.18.9",
  4490. "@babel/types": "^7.18.9",
  4491. "debug": "^4.1.0",
  4492. "globals": "^11.1.0"
  4493. }
  4494. },
  4495. "@babel/types": {
  4496. "version": "7.18.9",
  4497. "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.18.9.tgz",
  4498. "integrity": "sha512-WwMLAg2MvJmt/rKEVQBBhIVffMmnilX4oe0sRe7iPOHIGsqpruFHHdrfj4O1CMMtgMtCU4oPafZjDPCRgO57Wg==",
  4499. "dev": true,
  4500. "requires": {
  4501. "@babel/helper-validator-identifier": "^7.18.6",
  4502. "to-fast-properties": "^2.0.0"
  4503. }
  4504. },
  4505. "@jridgewell/gen-mapping": {
  4506. "version": "0.1.1",
  4507. "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz",
  4508. "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==",
  4509. "dev": true,
  4510. "requires": {
  4511. "@jridgewell/set-array": "^1.0.0",
  4512. "@jridgewell/sourcemap-codec": "^1.4.10"
  4513. }
  4514. },
  4515. "@jridgewell/resolve-uri": {
  4516. "version": "3.1.0",
  4517. "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz",
  4518. "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==",
  4519. "dev": true
  4520. },
  4521. "@jridgewell/set-array": {
  4522. "version": "1.1.2",
  4523. "resolved": "https://registry.npmmirror.com/@jridgewell/set-array/-/set-array-1.1.2.tgz",
  4524. "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==",
  4525. "dev": true
  4526. },
  4527. "@jridgewell/sourcemap-codec": {
  4528. "version": "1.4.14",
  4529. "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz",
  4530. "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==",
  4531. "dev": true
  4532. },
  4533. "@jridgewell/trace-mapping": {
  4534. "version": "0.3.14",
  4535. "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.14.tgz",
  4536. "integrity": "sha512-bJWEfQ9lPTvm3SneWwRFVLzrh6nhjwqw7TUFFBEMzwvg7t7PCDenf2lDwqo4NQXzdpgBXyFgDWnQA+2vkruksQ==",
  4537. "dev": true,
  4538. "requires": {
  4539. "@jridgewell/resolve-uri": "^3.0.3",
  4540. "@jridgewell/sourcemap-codec": "^1.4.10"
  4541. }
  4542. },
  4543. "@nicolo-ribaudo/chokidar-2": {
  4544. "version": "2.1.8-no-fsevents.3",
  4545. "resolved": "https://registry.npmmirror.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz",
  4546. "integrity": "sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==",
  4547. "dev": true,
  4548. "optional": true
  4549. },
  4550. "ansi-regex": {
  4551. "version": "2.1.1",
  4552. "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-2.1.1.tgz",
  4553. "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==",
  4554. "dev": true
  4555. },
  4556. "ansi-styles": {
  4557. "version": "3.2.1",
  4558. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-3.2.1.tgz",
  4559. "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
  4560. "dev": true,
  4561. "requires": {
  4562. "color-convert": "^1.9.0"
  4563. }
  4564. },
  4565. "anymatch": {
  4566. "version": "3.1.2",
  4567. "resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.2.tgz",
  4568. "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==",
  4569. "dev": true,
  4570. "optional": true,
  4571. "requires": {
  4572. "normalize-path": "^3.0.0",
  4573. "picomatch": "^2.0.4"
  4574. }
  4575. },
  4576. "babel-code-frame": {
  4577. "version": "6.26.0",
  4578. "resolved": "https://registry.npmmirror.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz",
  4579. "integrity": "sha512-XqYMR2dfdGMW+hd0IUZ2PwK+fGeFkOxZJ0wY+JaQAHzt1Zx8LcvpiZD2NiGkEG8qx0CfkAOr5xt76d1e8vG90g==",
  4580. "dev": true,
  4581. "requires": {
  4582. "chalk": "^1.1.3",
  4583. "esutils": "^2.0.2",
  4584. "js-tokens": "^3.0.2"
  4585. },
  4586. "dependencies": {
  4587. "ansi-styles": {
  4588. "version": "2.2.1",
  4589. "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-2.2.1.tgz",
  4590. "integrity": "sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==",
  4591. "dev": true
  4592. },
  4593. "chalk": {
  4594. "version": "1.1.3",
  4595. "resolved": "https://registry.npmmirror.com/chalk/-/chalk-1.1.3.tgz",
  4596. "integrity": "sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==",
  4597. "dev": true,
  4598. "requires": {
  4599. "ansi-styles": "^2.2.1",
  4600. "escape-string-regexp": "^1.0.2",
  4601. "has-ansi": "^2.0.0",
  4602. "strip-ansi": "^3.0.0",
  4603. "supports-color": "^2.0.0"
  4604. }
  4605. },
  4606. "js-tokens": {
  4607. "version": "3.0.2",
  4608. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-3.0.2.tgz",
  4609. "integrity": "sha512-RjTcuD4xjtthQkaWH7dFlH85L+QaVtSoOyGdZ3g6HFhS9dFNDfLyqgm2NFe2X6cQpeFmt0452FJjFG5UameExg==",
  4610. "dev": true
  4611. },
  4612. "supports-color": {
  4613. "version": "2.0.0",
  4614. "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-2.0.0.tgz",
  4615. "integrity": "sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==",
  4616. "dev": true
  4617. }
  4618. }
  4619. },
  4620. "babel-helper-builder-binary-assignment-operator-visitor": {
  4621. "version": "6.24.1",
  4622. "resolved": "https://registry.npmmirror.com/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-6.24.1.tgz",
  4623. "integrity": "sha512-gCtfYORSG1fUMX4kKraymq607FWgMWg+j42IFPc18kFQEsmtaibP4UrqsXt8FlEJle25HUd4tsoDR7H2wDhe9Q==",
  4624. "dev": true,
  4625. "requires": {
  4626. "babel-helper-explode-assignable-expression": "^6.24.1",
  4627. "babel-runtime": "^6.22.0",
  4628. "babel-types": "^6.24.1"
  4629. }
  4630. },
  4631. "babel-helper-call-delegate": {
  4632. "version": "6.24.1",
  4633. "resolved": "https://registry.npmmirror.com/babel-helper-call-delegate/-/babel-helper-call-delegate-6.24.1.tgz",
  4634. "integrity": "sha512-RL8n2NiEj+kKztlrVJM9JT1cXzzAdvWFh76xh/H1I4nKwunzE4INBXn8ieCZ+wh4zWszZk7NBS1s/8HR5jDkzQ==",
  4635. "dev": true,
  4636. "requires": {
  4637. "babel-helper-hoist-variables": "^6.24.1",
  4638. "babel-runtime": "^6.22.0",
  4639. "babel-traverse": "^6.24.1",
  4640. "babel-types": "^6.24.1"
  4641. }
  4642. },
  4643. "babel-helper-define-map": {
  4644. "version": "6.26.0",
  4645. "resolved": "https://registry.npmmirror.com/babel-helper-define-map/-/babel-helper-define-map-6.26.0.tgz",
  4646. "integrity": "sha512-bHkmjcC9lM1kmZcVpA5t2om2nzT/xiZpo6TJq7UlZ3wqKfzia4veeXbIhKvJXAMzhhEBd3cR1IElL5AenWEUpA==",
  4647. "dev": true,
  4648. "requires": {
  4649. "babel-helper-function-name": "^6.24.1",
  4650. "babel-runtime": "^6.26.0",
  4651. "babel-types": "^6.26.0",
  4652. "lodash": "^4.17.4"
  4653. }
  4654. },
  4655. "babel-helper-explode-assignable-expression": {
  4656. "version": "6.24.1",
  4657. "resolved": "https://registry.npmmirror.com/babel-helper-explode-assignable-expression/-/babel-helper-explode-assignable-expression-6.24.1.tgz",
  4658. "integrity": "sha512-qe5csbhbvq6ccry9G7tkXbzNtcDiH4r51rrPUbwwoTzZ18AqxWYRZT6AOmxrpxKnQBW0pYlBI/8vh73Z//78nQ==",
  4659. "dev": true,
  4660. "requires": {
  4661. "babel-runtime": "^6.22.0",
  4662. "babel-traverse": "^6.24.1",
  4663. "babel-types": "^6.24.1"
  4664. }
  4665. },
  4666. "babel-helper-function-name": {
  4667. "version": "6.24.1",
  4668. "resolved": "https://registry.npmmirror.com/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz",
  4669. "integrity": "sha512-Oo6+e2iX+o9eVvJ9Y5eKL5iryeRdsIkwRYheCuhYdVHsdEQysbc2z2QkqCLIYnNxkT5Ss3ggrHdXiDI7Dhrn4Q==",
  4670. "dev": true,
  4671. "requires": {
  4672. "babel-helper-get-function-arity": "^6.24.1",
  4673. "babel-runtime": "^6.22.0",
  4674. "babel-template": "^6.24.1",
  4675. "babel-traverse": "^6.24.1",
  4676. "babel-types": "^6.24.1"
  4677. }
  4678. },
  4679. "babel-helper-get-function-arity": {
  4680. "version": "6.24.1",
  4681. "resolved": "https://registry.npmmirror.com/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.24.1.tgz",
  4682. "integrity": "sha512-WfgKFX6swFB1jS2vo+DwivRN4NB8XUdM3ij0Y1gnC21y1tdBoe6xjVnd7NSI6alv+gZXCtJqvrTeMW3fR/c0ng==",
  4683. "dev": true,
  4684. "requires": {
  4685. "babel-runtime": "^6.22.0",
  4686. "babel-types": "^6.24.1"
  4687. }
  4688. },
  4689. "babel-helper-hoist-variables": {
  4690. "version": "6.24.1",
  4691. "resolved": "https://registry.npmmirror.com/babel-helper-hoist-variables/-/babel-helper-hoist-variables-6.24.1.tgz",
  4692. "integrity": "sha512-zAYl3tqerLItvG5cKYw7f1SpvIxS9zi7ohyGHaI9cgDUjAT6YcY9jIEH5CstetP5wHIVSceXwNS7Z5BpJg+rOw==",
  4693. "dev": true,
  4694. "requires": {
  4695. "babel-runtime": "^6.22.0",
  4696. "babel-types": "^6.24.1"
  4697. }
  4698. },
  4699. "babel-helper-optimise-call-expression": {
  4700. "version": "6.24.1",
  4701. "resolved": "https://registry.npmmirror.com/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.24.1.tgz",
  4702. "integrity": "sha512-Op9IhEaxhbRT8MDXx2iNuMgciu2V8lDvYCNQbDGjdBNCjaMvyLf4wl4A3b8IgndCyQF8TwfgsQ8T3VD8aX1/pA==",
  4703. "dev": true,
  4704. "requires": {
  4705. "babel-runtime": "^6.22.0",
  4706. "babel-types": "^6.24.1"
  4707. }
  4708. },
  4709. "babel-helper-regex": {
  4710. "version": "6.26.0",
  4711. "resolved": "https://registry.npmmirror.com/babel-helper-regex/-/babel-helper-regex-6.26.0.tgz",
  4712. "integrity": "sha512-VlPiWmqmGJp0x0oK27Out1D+71nVVCTSdlbhIVoaBAj2lUgrNjBCRR9+llO4lTSb2O4r7PJg+RobRkhBrf6ofg==",
  4713. "dev": true,
  4714. "requires": {
  4715. "babel-runtime": "^6.26.0",
  4716. "babel-types": "^6.26.0",
  4717. "lodash": "^4.17.4"
  4718. }
  4719. },
  4720. "babel-helper-remap-async-to-generator": {
  4721. "version": "6.24.1",
  4722. "resolved": "https://registry.npmmirror.com/babel-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-6.24.1.tgz",
  4723. "integrity": "sha512-RYqaPD0mQyQIFRu7Ho5wE2yvA/5jxqCIj/Lv4BXNq23mHYu/vxikOy2JueLiBxQknwapwrJeNCesvY0ZcfnlHg==",
  4724. "dev": true,
  4725. "requires": {
  4726. "babel-helper-function-name": "^6.24.1",
  4727. "babel-runtime": "^6.22.0",
  4728. "babel-template": "^6.24.1",
  4729. "babel-traverse": "^6.24.1",
  4730. "babel-types": "^6.24.1"
  4731. }
  4732. },
  4733. "babel-helper-replace-supers": {
  4734. "version": "6.24.1",
  4735. "resolved": "https://registry.npmmirror.com/babel-helper-replace-supers/-/babel-helper-replace-supers-6.24.1.tgz",
  4736. "integrity": "sha512-sLI+u7sXJh6+ToqDr57Bv973kCepItDhMou0xCP2YPVmR1jkHSCY+p1no8xErbV1Siz5QE8qKT1WIwybSWlqjw==",
  4737. "dev": true,
  4738. "requires": {
  4739. "babel-helper-optimise-call-expression": "^6.24.1",
  4740. "babel-messages": "^6.23.0",
  4741. "babel-runtime": "^6.22.0",
  4742. "babel-template": "^6.24.1",
  4743. "babel-traverse": "^6.24.1",
  4744. "babel-types": "^6.24.1"
  4745. }
  4746. },
  4747. "babel-messages": {
  4748. "version": "6.23.0",
  4749. "resolved": "https://registry.npmmirror.com/babel-messages/-/babel-messages-6.23.0.tgz",
  4750. "integrity": "sha512-Bl3ZiA+LjqaMtNYopA9TYE9HP1tQ+E5dLxE0XrAzcIJeK2UqF0/EaqXwBn9esd4UmTfEab+P+UYQ1GnioFIb/w==",
  4751. "dev": true,
  4752. "requires": {
  4753. "babel-runtime": "^6.22.0"
  4754. }
  4755. },
  4756. "babel-node": {
  4757. "version": "0.0.1-security",
  4758. "resolved": "https://registry.npmmirror.com/babel-node/-/babel-node-0.0.1-security.tgz",
  4759. "integrity": "sha512-zF3D9H2FA2xrP+B/X462G+38aHpmR+33jBF7NowfPuV4CiPEzAR1Typ1RC+qPfe0vCeWeV0FLG2pfVGb0vIfeg==",
  4760. "dev": true
  4761. },
  4762. "babel-plugin-check-es2015-constants": {
  4763. "version": "6.22.0",
  4764. "resolved": "https://registry.npmmirror.com/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-6.22.0.tgz",
  4765. "integrity": "sha512-B1M5KBP29248dViEo1owyY32lk1ZSH2DaNNrXLGt8lyjjHm7pBqAdQ7VKUPR6EEDO323+OvT3MQXbCin8ooWdA==",
  4766. "dev": true,
  4767. "requires": {
  4768. "babel-runtime": "^6.22.0"
  4769. }
  4770. },
  4771. "babel-plugin-dynamic-import-node": {
  4772. "version": "2.3.3",
  4773. "resolved": "https://registry.npmmirror.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz",
  4774. "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==",
  4775. "dev": true,
  4776. "requires": {
  4777. "object.assign": "^4.1.0"
  4778. }
  4779. },
  4780. "babel-plugin-polyfill-corejs2": {
  4781. "version": "0.3.2",
  4782. "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.2.tgz",
  4783. "integrity": "sha512-LPnodUl3lS0/4wN3Rb+m+UK8s7lj2jcLRrjho4gLw+OJs+I4bvGXshINesY5xx/apM+biTnQ9reDI8yj+0M5+Q==",
  4784. "dev": true,
  4785. "requires": {
  4786. "@babel/compat-data": "^7.17.7",
  4787. "@babel/helper-define-polyfill-provider": "^0.3.2",
  4788. "semver": "^6.1.1"
  4789. }
  4790. },
  4791. "babel-plugin-polyfill-corejs3": {
  4792. "version": "0.5.3",
  4793. "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.3.tgz",
  4794. "integrity": "sha512-zKsXDh0XjnrUEW0mxIHLfjBfnXSMr5Q/goMe/fxpQnLm07mcOZiIZHBNWCMx60HmdvjxfXcalac0tfFg0wqxyw==",
  4795. "dev": true,
  4796. "requires": {
  4797. "@babel/helper-define-polyfill-provider": "^0.3.2",
  4798. "core-js-compat": "^3.21.0"
  4799. }
  4800. },
  4801. "babel-plugin-polyfill-regenerator": {
  4802. "version": "0.3.1",
  4803. "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz",
  4804. "integrity": "sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==",
  4805. "dev": true,
  4806. "requires": {
  4807. "@babel/helper-define-polyfill-provider": "^0.3.1"
  4808. }
  4809. },
  4810. "babel-plugin-syntax-async-functions": {
  4811. "version": "6.13.0",
  4812. "resolved": "https://registry.npmmirror.com/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz",
  4813. "integrity": "sha512-4Zp4unmHgw30A1eWI5EpACji2qMocisdXhAftfhXoSV9j0Tvj6nRFE3tOmRY912E0FMRm/L5xWE7MGVT2FoLnw==",
  4814. "dev": true
  4815. },
  4816. "babel-plugin-syntax-exponentiation-operator": {
  4817. "version": "6.13.0",
  4818. "resolved": "https://registry.npmmirror.com/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-6.13.0.tgz",
  4819. "integrity": "sha512-Z/flU+T9ta0aIEKl1tGEmN/pZiI1uXmCiGFRegKacQfEJzp7iNsKloZmyJlQr+75FCJtiFfGIK03SiCvCt9cPQ==",
  4820. "dev": true
  4821. },
  4822. "babel-plugin-syntax-trailing-function-commas": {
  4823. "version": "6.22.0",
  4824. "resolved": "https://registry.npmmirror.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-6.22.0.tgz",
  4825. "integrity": "sha512-Gx9CH3Q/3GKbhs07Bszw5fPTlU+ygrOGfAhEt7W2JICwufpC4SuO0mG0+4NykPBSYPMJhqvVlDBU17qB1D+hMQ==",
  4826. "dev": true
  4827. },
  4828. "babel-plugin-transform-async-to-generator": {
  4829. "version": "6.24.1",
  4830. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.24.1.tgz",
  4831. "integrity": "sha512-7BgYJujNCg0Ti3x0c/DL3tStvnKS6ktIYOmo9wginv/dfZOrbSZ+qG4IRRHMBOzZ5Awb1skTiAsQXg/+IWkZYw==",
  4832. "dev": true,
  4833. "requires": {
  4834. "babel-helper-remap-async-to-generator": "^6.24.1",
  4835. "babel-plugin-syntax-async-functions": "^6.8.0",
  4836. "babel-runtime": "^6.22.0"
  4837. }
  4838. },
  4839. "babel-plugin-transform-es2015-arrow-functions": {
  4840. "version": "6.22.0",
  4841. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.22.0.tgz",
  4842. "integrity": "sha512-PCqwwzODXW7JMrzu+yZIaYbPQSKjDTAsNNlK2l5Gg9g4rz2VzLnZsStvp/3c46GfXpwkyufb3NCyG9+50FF1Vg==",
  4843. "dev": true,
  4844. "requires": {
  4845. "babel-runtime": "^6.22.0"
  4846. }
  4847. },
  4848. "babel-plugin-transform-es2015-block-scoped-functions": {
  4849. "version": "6.22.0",
  4850. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-6.22.0.tgz",
  4851. "integrity": "sha512-2+ujAT2UMBzYFm7tidUsYh+ZoIutxJ3pN9IYrF1/H6dCKtECfhmB8UkHVpyxDwkj0CYbQG35ykoz925TUnBc3A==",
  4852. "dev": true,
  4853. "requires": {
  4854. "babel-runtime": "^6.22.0"
  4855. }
  4856. },
  4857. "babel-plugin-transform-es2015-block-scoping": {
  4858. "version": "6.26.0",
  4859. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.26.0.tgz",
  4860. "integrity": "sha512-YiN6sFAQ5lML8JjCmr7uerS5Yc/EMbgg9G8ZNmk2E3nYX4ckHR01wrkeeMijEf5WHNK5TW0Sl0Uu3pv3EdOJWw==",
  4861. "dev": true,
  4862. "requires": {
  4863. "babel-runtime": "^6.26.0",
  4864. "babel-template": "^6.26.0",
  4865. "babel-traverse": "^6.26.0",
  4866. "babel-types": "^6.26.0",
  4867. "lodash": "^4.17.4"
  4868. }
  4869. },
  4870. "babel-plugin-transform-es2015-classes": {
  4871. "version": "6.24.1",
  4872. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.24.1.tgz",
  4873. "integrity": "sha512-5Dy7ZbRinGrNtmWpquZKZ3EGY8sDgIVB4CU8Om8q8tnMLrD/m94cKglVcHps0BCTdZ0TJeeAWOq2TK9MIY6cag==",
  4874. "dev": true,
  4875. "requires": {
  4876. "babel-helper-define-map": "^6.24.1",
  4877. "babel-helper-function-name": "^6.24.1",
  4878. "babel-helper-optimise-call-expression": "^6.24.1",
  4879. "babel-helper-replace-supers": "^6.24.1",
  4880. "babel-messages": "^6.23.0",
  4881. "babel-runtime": "^6.22.0",
  4882. "babel-template": "^6.24.1",
  4883. "babel-traverse": "^6.24.1",
  4884. "babel-types": "^6.24.1"
  4885. }
  4886. },
  4887. "babel-plugin-transform-es2015-computed-properties": {
  4888. "version": "6.24.1",
  4889. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.24.1.tgz",
  4890. "integrity": "sha512-C/uAv4ktFP/Hmh01gMTvYvICrKze0XVX9f2PdIXuriCSvUmV9j+u+BB9f5fJK3+878yMK6dkdcq+Ymr9mrcLzw==",
  4891. "dev": true,
  4892. "requires": {
  4893. "babel-runtime": "^6.22.0",
  4894. "babel-template": "^6.24.1"
  4895. }
  4896. },
  4897. "babel-plugin-transform-es2015-destructuring": {
  4898. "version": "6.23.0",
  4899. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-6.23.0.tgz",
  4900. "integrity": "sha512-aNv/GDAW0j/f4Uy1OEPZn1mqD+Nfy9viFGBfQ5bZyT35YqOiqx7/tXdyfZkJ1sC21NyEsBdfDY6PYmLHF4r5iA==",
  4901. "dev": true,
  4902. "requires": {
  4903. "babel-runtime": "^6.22.0"
  4904. }
  4905. },
  4906. "babel-plugin-transform-es2015-duplicate-keys": {
  4907. "version": "6.24.1",
  4908. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.24.1.tgz",
  4909. "integrity": "sha512-ossocTuPOssfxO2h+Z3/Ea1Vo1wWx31Uqy9vIiJusOP4TbF7tPs9U0sJ9pX9OJPf4lXRGj5+6Gkl/HHKiAP5ug==",
  4910. "dev": true,
  4911. "requires": {
  4912. "babel-runtime": "^6.22.0",
  4913. "babel-types": "^6.24.1"
  4914. }
  4915. },
  4916. "babel-plugin-transform-es2015-for-of": {
  4917. "version": "6.23.0",
  4918. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-6.23.0.tgz",
  4919. "integrity": "sha512-DLuRwoygCoXx+YfxHLkVx5/NpeSbVwfoTeBykpJK7JhYWlL/O8hgAK/reforUnZDlxasOrVPPJVI/guE3dCwkw==",
  4920. "dev": true,
  4921. "requires": {
  4922. "babel-runtime": "^6.22.0"
  4923. }
  4924. },
  4925. "babel-plugin-transform-es2015-function-name": {
  4926. "version": "6.24.1",
  4927. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.24.1.tgz",
  4928. "integrity": "sha512-iFp5KIcorf11iBqu/y/a7DK3MN5di3pNCzto61FqCNnUX4qeBwcV1SLqe10oXNnCaxBUImX3SckX2/o1nsrTcg==",
  4929. "dev": true,
  4930. "requires": {
  4931. "babel-helper-function-name": "^6.24.1",
  4932. "babel-runtime": "^6.22.0",
  4933. "babel-types": "^6.24.1"
  4934. }
  4935. },
  4936. "babel-plugin-transform-es2015-literals": {
  4937. "version": "6.22.0",
  4938. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-6.22.0.tgz",
  4939. "integrity": "sha512-tjFl0cwMPpDYyoqYA9li1/7mGFit39XiNX5DKC/uCNjBctMxyL1/PT/l4rSlbvBG1pOKI88STRdUsWXB3/Q9hQ==",
  4940. "dev": true,
  4941. "requires": {
  4942. "babel-runtime": "^6.22.0"
  4943. }
  4944. },
  4945. "babel-plugin-transform-es2015-modules-amd": {
  4946. "version": "6.24.1",
  4947. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-6.24.1.tgz",
  4948. "integrity": "sha512-LnIIdGWIKdw7zwckqx+eGjcS8/cl8D74A3BpJbGjKTFFNJSMrjN4bIh22HY1AlkUbeLG6X6OZj56BDvWD+OeFA==",
  4949. "dev": true,
  4950. "requires": {
  4951. "babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
  4952. "babel-runtime": "^6.22.0",
  4953. "babel-template": "^6.24.1"
  4954. }
  4955. },
  4956. "babel-plugin-transform-es2015-modules-commonjs": {
  4957. "version": "6.26.2",
  4958. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.26.2.tgz",
  4959. "integrity": "sha512-CV9ROOHEdrjcwhIaJNBGMBCodN+1cfkwtM1SbUHmvyy35KGT7fohbpOxkE2uLz1o6odKK2Ck/tz47z+VqQfi9Q==",
  4960. "dev": true,
  4961. "requires": {
  4962. "babel-plugin-transform-strict-mode": "^6.24.1",
  4963. "babel-runtime": "^6.26.0",
  4964. "babel-template": "^6.26.0",
  4965. "babel-types": "^6.26.0"
  4966. }
  4967. },
  4968. "babel-plugin-transform-es2015-modules-systemjs": {
  4969. "version": "6.24.1",
  4970. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.24.1.tgz",
  4971. "integrity": "sha512-ONFIPsq8y4bls5PPsAWYXH/21Hqv64TBxdje0FvU3MhIV6QM2j5YS7KvAzg/nTIVLot2D2fmFQrFWCbgHlFEjg==",
  4972. "dev": true,
  4973. "requires": {
  4974. "babel-helper-hoist-variables": "^6.24.1",
  4975. "babel-runtime": "^6.22.0",
  4976. "babel-template": "^6.24.1"
  4977. }
  4978. },
  4979. "babel-plugin-transform-es2015-modules-umd": {
  4980. "version": "6.24.1",
  4981. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-6.24.1.tgz",
  4982. "integrity": "sha512-LpVbiT9CLsuAIp3IG0tfbVo81QIhn6pE8xBJ7XSeCtFlMltuar5VuBV6y6Q45tpui9QWcy5i0vLQfCfrnF7Kiw==",
  4983. "dev": true,
  4984. "requires": {
  4985. "babel-plugin-transform-es2015-modules-amd": "^6.24.1",
  4986. "babel-runtime": "^6.22.0",
  4987. "babel-template": "^6.24.1"
  4988. }
  4989. },
  4990. "babel-plugin-transform-es2015-object-super": {
  4991. "version": "6.24.1",
  4992. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-6.24.1.tgz",
  4993. "integrity": "sha512-8G5hpZMecb53vpD3mjs64NhI1au24TAmokQ4B+TBFBjN9cVoGoOvotdrMMRmHvVZUEvqGUPWL514woru1ChZMA==",
  4994. "dev": true,
  4995. "requires": {
  4996. "babel-helper-replace-supers": "^6.24.1",
  4997. "babel-runtime": "^6.22.0"
  4998. }
  4999. },
  5000. "babel-plugin-transform-es2015-parameters": {
  5001. "version": "6.24.1",
  5002. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.24.1.tgz",
  5003. "integrity": "sha512-8HxlW+BB5HqniD+nLkQ4xSAVq3bR/pcYW9IigY+2y0dI+Y7INFeTbfAQr+63T3E4UDsZGjyb+l9txUnABWxlOQ==",
  5004. "dev": true,
  5005. "requires": {
  5006. "babel-helper-call-delegate": "^6.24.1",
  5007. "babel-helper-get-function-arity": "^6.24.1",
  5008. "babel-runtime": "^6.22.0",
  5009. "babel-template": "^6.24.1",
  5010. "babel-traverse": "^6.24.1",
  5011. "babel-types": "^6.24.1"
  5012. }
  5013. },
  5014. "babel-plugin-transform-es2015-shorthand-properties": {
  5015. "version": "6.24.1",
  5016. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.24.1.tgz",
  5017. "integrity": "sha512-mDdocSfUVm1/7Jw/FIRNw9vPrBQNePy6wZJlR8HAUBLybNp1w/6lr6zZ2pjMShee65t/ybR5pT8ulkLzD1xwiw==",
  5018. "dev": true,
  5019. "requires": {
  5020. "babel-runtime": "^6.22.0",
  5021. "babel-types": "^6.24.1"
  5022. }
  5023. },
  5024. "babel-plugin-transform-es2015-spread": {
  5025. "version": "6.22.0",
  5026. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-6.22.0.tgz",
  5027. "integrity": "sha512-3Ghhi26r4l3d0Js933E5+IhHwk0A1yiutj9gwvzmFbVV0sPMYk2lekhOufHBswX7NCoSeF4Xrl3sCIuSIa+zOg==",
  5028. "dev": true,
  5029. "requires": {
  5030. "babel-runtime": "^6.22.0"
  5031. }
  5032. },
  5033. "babel-plugin-transform-es2015-sticky-regex": {
  5034. "version": "6.24.1",
  5035. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-6.24.1.tgz",
  5036. "integrity": "sha512-CYP359ADryTo3pCsH0oxRo/0yn6UsEZLqYohHmvLQdfS9xkf+MbCzE3/Kolw9OYIY4ZMilH25z/5CbQbwDD+lQ==",
  5037. "dev": true,
  5038. "requires": {
  5039. "babel-helper-regex": "^6.24.1",
  5040. "babel-runtime": "^6.22.0",
  5041. "babel-types": "^6.24.1"
  5042. }
  5043. },
  5044. "babel-plugin-transform-es2015-template-literals": {
  5045. "version": "6.22.0",
  5046. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-6.22.0.tgz",
  5047. "integrity": "sha512-x8b9W0ngnKzDMHimVtTfn5ryimars1ByTqsfBDwAqLibmuuQY6pgBQi5z1ErIsUOWBdw1bW9FSz5RZUojM4apg==",
  5048. "dev": true,
  5049. "requires": {
  5050. "babel-runtime": "^6.22.0"
  5051. }
  5052. },
  5053. "babel-plugin-transform-es2015-typeof-symbol": {
  5054. "version": "6.23.0",
  5055. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-6.23.0.tgz",
  5056. "integrity": "sha512-fz6J2Sf4gYN6gWgRZaoFXmq93X+Li/8vf+fb0sGDVtdeWvxC9y5/bTD7bvfWMEq6zetGEHpWjtzRGSugt5kNqw==",
  5057. "dev": true,
  5058. "requires": {
  5059. "babel-runtime": "^6.22.0"
  5060. }
  5061. },
  5062. "babel-plugin-transform-es2015-unicode-regex": {
  5063. "version": "6.24.1",
  5064. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-6.24.1.tgz",
  5065. "integrity": "sha512-v61Dbbihf5XxnYjtBN04B/JBvsScY37R1cZT5r9permN1cp+b70DY3Ib3fIkgn1DI9U3tGgBJZVD8p/mE/4JbQ==",
  5066. "dev": true,
  5067. "requires": {
  5068. "babel-helper-regex": "^6.24.1",
  5069. "babel-runtime": "^6.22.0",
  5070. "regexpu-core": "^2.0.0"
  5071. },
  5072. "dependencies": {
  5073. "jsesc": {
  5074. "version": "0.5.0",
  5075. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-0.5.0.tgz",
  5076. "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==",
  5077. "dev": true
  5078. },
  5079. "regexpu-core": {
  5080. "version": "2.0.0",
  5081. "resolved": "https://registry.npmmirror.com/regexpu-core/-/regexpu-core-2.0.0.tgz",
  5082. "integrity": "sha512-tJ9+S4oKjxY8IZ9jmjnp/mtytu1u3iyIQAfmI51IKWH6bFf7XR1ybtaO6j7INhZKXOTYADk7V5qxaqLkmNxiZQ==",
  5083. "dev": true,
  5084. "requires": {
  5085. "regenerate": "^1.2.1",
  5086. "regjsgen": "^0.2.0",
  5087. "regjsparser": "^0.1.4"
  5088. }
  5089. },
  5090. "regjsgen": {
  5091. "version": "0.2.0",
  5092. "resolved": "https://registry.npmmirror.com/regjsgen/-/regjsgen-0.2.0.tgz",
  5093. "integrity": "sha512-x+Y3yA24uF68m5GA+tBjbGYo64xXVJpbToBaWCoSNSc1hdk6dfctaRWrNFTVJZIIhL5GxW8zwjoixbnifnK59g==",
  5094. "dev": true
  5095. },
  5096. "regjsparser": {
  5097. "version": "0.1.5",
  5098. "resolved": "https://registry.npmmirror.com/regjsparser/-/regjsparser-0.1.5.tgz",
  5099. "integrity": "sha512-jlQ9gYLfk2p3V5Ag5fYhA7fv7OHzd1KUH0PRP46xc3TgwjwgROIW572AfYg/X9kaNq/LJnu6oJcFRXlIrGoTRw==",
  5100. "dev": true,
  5101. "requires": {
  5102. "jsesc": "~0.5.0"
  5103. }
  5104. }
  5105. }
  5106. },
  5107. "babel-plugin-transform-exponentiation-operator": {
  5108. "version": "6.24.1",
  5109. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-6.24.1.tgz",
  5110. "integrity": "sha512-LzXDmbMkklvNhprr20//RStKVcT8Cu+SQtX18eMHLhjHf2yFzwtQ0S2f0jQ+89rokoNdmwoSqYzAhq86FxlLSQ==",
  5111. "dev": true,
  5112. "requires": {
  5113. "babel-helper-builder-binary-assignment-operator-visitor": "^6.24.1",
  5114. "babel-plugin-syntax-exponentiation-operator": "^6.8.0",
  5115. "babel-runtime": "^6.22.0"
  5116. }
  5117. },
  5118. "babel-plugin-transform-regenerator": {
  5119. "version": "6.26.0",
  5120. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.26.0.tgz",
  5121. "integrity": "sha512-LS+dBkUGlNR15/5WHKe/8Neawx663qttS6AGqoOUhICc9d1KciBvtrQSuc0PI+CxQ2Q/S1aKuJ+u64GtLdcEZg==",
  5122. "dev": true,
  5123. "requires": {
  5124. "regenerator-transform": "^0.10.0"
  5125. },
  5126. "dependencies": {
  5127. "regenerator-transform": {
  5128. "version": "0.10.1",
  5129. "resolved": "https://registry.npmmirror.com/regenerator-transform/-/regenerator-transform-0.10.1.tgz",
  5130. "integrity": "sha512-PJepbvDbuK1xgIgnau7Y90cwaAmO/LCLMI2mPvaXq2heGMR3aWW5/BQvYrhJ8jgmQjXewXvBjzfqKcVOmhjZ6Q==",
  5131. "dev": true,
  5132. "requires": {
  5133. "babel-runtime": "^6.18.0",
  5134. "babel-types": "^6.19.0",
  5135. "private": "^0.1.6"
  5136. }
  5137. }
  5138. }
  5139. },
  5140. "babel-plugin-transform-strict-mode": {
  5141. "version": "6.24.1",
  5142. "resolved": "https://registry.npmmirror.com/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz",
  5143. "integrity": "sha512-j3KtSpjyLSJxNoCDrhwiJad8kw0gJ9REGj8/CqL0HeRyLnvUNYV9zcqluL6QJSXh3nfsLEmSLvwRfGzrgR96Pw==",
  5144. "dev": true,
  5145. "requires": {
  5146. "babel-runtime": "^6.22.0",
  5147. "babel-types": "^6.24.1"
  5148. }
  5149. },
  5150. "babel-preset-env": {
  5151. "version": "1.7.0",
  5152. "resolved": "https://registry.npmmirror.com/babel-preset-env/-/babel-preset-env-1.7.0.tgz",
  5153. "integrity": "sha512-9OR2afuKDneX2/q2EurSftUYM0xGu4O2D9adAhVfADDhrYDaxXV0rBbevVYoY9n6nyX1PmQW/0jtpJvUNr9CHg==",
  5154. "dev": true,
  5155. "requires": {
  5156. "babel-plugin-check-es2015-constants": "^6.22.0",
  5157. "babel-plugin-syntax-trailing-function-commas": "^6.22.0",
  5158. "babel-plugin-transform-async-to-generator": "^6.22.0",
  5159. "babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
  5160. "babel-plugin-transform-es2015-block-scoped-functions": "^6.22.0",
  5161. "babel-plugin-transform-es2015-block-scoping": "^6.23.0",
  5162. "babel-plugin-transform-es2015-classes": "^6.23.0",
  5163. "babel-plugin-transform-es2015-computed-properties": "^6.22.0",
  5164. "babel-plugin-transform-es2015-destructuring": "^6.23.0",
  5165. "babel-plugin-transform-es2015-duplicate-keys": "^6.22.0",
  5166. "babel-plugin-transform-es2015-for-of": "^6.23.0",
  5167. "babel-plugin-transform-es2015-function-name": "^6.22.0",
  5168. "babel-plugin-transform-es2015-literals": "^6.22.0",
  5169. "babel-plugin-transform-es2015-modules-amd": "^6.22.0",
  5170. "babel-plugin-transform-es2015-modules-commonjs": "^6.23.0",
  5171. "babel-plugin-transform-es2015-modules-systemjs": "^6.23.0",
  5172. "babel-plugin-transform-es2015-modules-umd": "^6.23.0",
  5173. "babel-plugin-transform-es2015-object-super": "^6.22.0",
  5174. "babel-plugin-transform-es2015-parameters": "^6.23.0",
  5175. "babel-plugin-transform-es2015-shorthand-properties": "^6.22.0",
  5176. "babel-plugin-transform-es2015-spread": "^6.22.0",
  5177. "babel-plugin-transform-es2015-sticky-regex": "^6.22.0",
  5178. "babel-plugin-transform-es2015-template-literals": "^6.22.0",
  5179. "babel-plugin-transform-es2015-typeof-symbol": "^6.23.0",
  5180. "babel-plugin-transform-es2015-unicode-regex": "^6.22.0",
  5181. "babel-plugin-transform-exponentiation-operator": "^6.22.0",
  5182. "babel-plugin-transform-regenerator": "^6.22.0",
  5183. "browserslist": "^3.2.6",
  5184. "invariant": "^2.2.2",
  5185. "semver": "^5.3.0"
  5186. },
  5187. "dependencies": {
  5188. "browserslist": {
  5189. "version": "3.2.8",
  5190. "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-3.2.8.tgz",
  5191. "integrity": "sha512-WHVocJYavUwVgVViC0ORikPHQquXwVh939TaelZ4WDqpWgTX/FsGhl/+P4qBUAGcRvtOgDgC+xftNWWp2RUTAQ==",
  5192. "dev": true,
  5193. "requires": {
  5194. "caniuse-lite": "^1.0.30000844",
  5195. "electron-to-chromium": "^1.3.47"
  5196. }
  5197. },
  5198. "semver": {
  5199. "version": "5.7.1",
  5200. "resolved": "https://registry.npmmirror.com/semver/-/semver-5.7.1.tgz",
  5201. "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
  5202. "dev": true
  5203. }
  5204. }
  5205. },
  5206. "babel-runtime": {
  5207. "version": "6.26.0",
  5208. "resolved": "https://registry.npmmirror.com/babel-runtime/-/babel-runtime-6.26.0.tgz",
  5209. "integrity": "sha512-ITKNuq2wKlW1fJg9sSW52eepoYgZBggvOAHC0u/CYu/qxQ9EVzThCgR69BnSXLHjy2f7SY5zaQ4yt7H9ZVxY2g==",
  5210. "dev": true,
  5211. "requires": {
  5212. "core-js": "^2.4.0",
  5213. "regenerator-runtime": "^0.11.0"
  5214. },
  5215. "dependencies": {
  5216. "regenerator-runtime": {
  5217. "version": "0.11.1",
  5218. "resolved": "https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz",
  5219. "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==",
  5220. "dev": true
  5221. }
  5222. }
  5223. },
  5224. "babel-template": {
  5225. "version": "6.26.0",
  5226. "resolved": "https://registry.npmmirror.com/babel-template/-/babel-template-6.26.0.tgz",
  5227. "integrity": "sha512-PCOcLFW7/eazGUKIoqH97sO9A2UYMahsn/yRQ7uOk37iutwjq7ODtcTNF+iFDSHNfkctqsLRjLP7URnOx0T1fg==",
  5228. "dev": true,
  5229. "requires": {
  5230. "babel-runtime": "^6.26.0",
  5231. "babel-traverse": "^6.26.0",
  5232. "babel-types": "^6.26.0",
  5233. "babylon": "^6.18.0",
  5234. "lodash": "^4.17.4"
  5235. }
  5236. },
  5237. "babel-traverse": {
  5238. "version": "6.26.0",
  5239. "resolved": "https://registry.npmmirror.com/babel-traverse/-/babel-traverse-6.26.0.tgz",
  5240. "integrity": "sha512-iSxeXx7apsjCHe9c7n8VtRXGzI2Bk1rBSOJgCCjfyXb6v1aCqE1KSEpq/8SXuVN8Ka/Rh1WDTF0MDzkvTA4MIA==",
  5241. "dev": true,
  5242. "requires": {
  5243. "babel-code-frame": "^6.26.0",
  5244. "babel-messages": "^6.23.0",
  5245. "babel-runtime": "^6.26.0",
  5246. "babel-types": "^6.26.0",
  5247. "babylon": "^6.18.0",
  5248. "debug": "^2.6.8",
  5249. "globals": "^9.18.0",
  5250. "invariant": "^2.2.2",
  5251. "lodash": "^4.17.4"
  5252. },
  5253. "dependencies": {
  5254. "debug": {
  5255. "version": "2.6.9",
  5256. "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz",
  5257. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  5258. "dev": true,
  5259. "requires": {
  5260. "ms": "2.0.0"
  5261. }
  5262. },
  5263. "globals": {
  5264. "version": "9.18.0",
  5265. "resolved": "https://registry.npmmirror.com/globals/-/globals-9.18.0.tgz",
  5266. "integrity": "sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==",
  5267. "dev": true
  5268. },
  5269. "ms": {
  5270. "version": "2.0.0",
  5271. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
  5272. "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
  5273. "dev": true
  5274. }
  5275. }
  5276. },
  5277. "babel-types": {
  5278. "version": "6.26.0",
  5279. "resolved": "https://registry.npmmirror.com/babel-types/-/babel-types-6.26.0.tgz",
  5280. "integrity": "sha512-zhe3V/26rCWsEZK8kZN+HaQj5yQ1CilTObixFzKW1UWjqG7618Twz6YEsCnjfg5gBcJh02DrpCkS9h98ZqDY+g==",
  5281. "dev": true,
  5282. "requires": {
  5283. "babel-runtime": "^6.26.0",
  5284. "esutils": "^2.0.2",
  5285. "lodash": "^4.17.4",
  5286. "to-fast-properties": "^1.0.3"
  5287. },
  5288. "dependencies": {
  5289. "to-fast-properties": {
  5290. "version": "1.0.3",
  5291. "resolved": "https://registry.npmmirror.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz",
  5292. "integrity": "sha512-lxrWP8ejsq+7E3nNjwYmUBMAgjMTZoTI+sdBOpvNyijeDLa29LUn9QaoXAHv4+Z578hbmHHJKZknzxVtvo77og==",
  5293. "dev": true
  5294. }
  5295. }
  5296. },
  5297. "babylon": {
  5298. "version": "6.18.0",
  5299. "resolved": "https://registry.npmmirror.com/babylon/-/babylon-6.18.0.tgz",
  5300. "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==",
  5301. "dev": true
  5302. },
  5303. "balanced-match": {
  5304. "version": "1.0.2",
  5305. "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
  5306. "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
  5307. "dev": true
  5308. },
  5309. "binary-extensions": {
  5310. "version": "2.2.0",
  5311. "resolved": "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.2.0.tgz",
  5312. "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
  5313. "dev": true,
  5314. "optional": true
  5315. },
  5316. "brace-expansion": {
  5317. "version": "1.1.11",
  5318. "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
  5319. "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
  5320. "dev": true,
  5321. "requires": {
  5322. "balanced-match": "^1.0.0",
  5323. "concat-map": "0.0.1"
  5324. }
  5325. },
  5326. "braces": {
  5327. "version": "3.0.2",
  5328. "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.2.tgz",
  5329. "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
  5330. "dev": true,
  5331. "optional": true,
  5332. "requires": {
  5333. "fill-range": "^7.0.1"
  5334. }
  5335. },
  5336. "browserslist": {
  5337. "version": "4.21.2",
  5338. "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.21.2.tgz",
  5339. "integrity": "sha512-MonuOgAtUB46uP5CezYbRaYKBNt2LxP0yX+Pmj4LkcDFGkn9Cbpi83d9sCjwQDErXsIJSzY5oKGDbgOlF/LPAA==",
  5340. "dev": true,
  5341. "requires": {
  5342. "caniuse-lite": "^1.0.30001366",
  5343. "electron-to-chromium": "^1.4.188",
  5344. "node-releases": "^2.0.6",
  5345. "update-browserslist-db": "^1.0.4"
  5346. }
  5347. },
  5348. "call-bind": {
  5349. "version": "1.0.2",
  5350. "resolved": "https://registry.npmmirror.com/call-bind/-/call-bind-1.0.2.tgz",
  5351. "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
  5352. "dev": true,
  5353. "requires": {
  5354. "function-bind": "^1.1.1",
  5355. "get-intrinsic": "^1.0.2"
  5356. }
  5357. },
  5358. "caniuse-lite": {
  5359. "version": "1.0.30001370",
  5360. "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001370.tgz",
  5361. "integrity": "sha512-3PDmaP56wz/qz7G508xzjx8C+MC2qEm4SYhSEzC9IBROo+dGXFWRuaXkWti0A9tuI00g+toiriVqxtWMgl350g==",
  5362. "dev": true
  5363. },
  5364. "chalk": {
  5365. "version": "2.4.2",
  5366. "resolved": "https://registry.npmmirror.com/chalk/-/chalk-2.4.2.tgz",
  5367. "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  5368. "dev": true,
  5369. "requires": {
  5370. "ansi-styles": "^3.2.1",
  5371. "escape-string-regexp": "^1.0.5",
  5372. "supports-color": "^5.3.0"
  5373. }
  5374. },
  5375. "chokidar": {
  5376. "version": "3.5.3",
  5377. "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.5.3.tgz",
  5378. "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==",
  5379. "dev": true,
  5380. "optional": true,
  5381. "requires": {
  5382. "anymatch": "~3.1.2",
  5383. "braces": "~3.0.2",
  5384. "fsevents": "~2.3.2",
  5385. "glob-parent": "~5.1.2",
  5386. "is-binary-path": "~2.1.0",
  5387. "is-glob": "~4.0.1",
  5388. "normalize-path": "~3.0.0",
  5389. "readdirp": "~3.6.0"
  5390. }
  5391. },
  5392. "color-convert": {
  5393. "version": "1.9.3",
  5394. "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-1.9.3.tgz",
  5395. "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  5396. "dev": true,
  5397. "requires": {
  5398. "color-name": "1.1.3"
  5399. }
  5400. },
  5401. "color-name": {
  5402. "version": "1.1.3",
  5403. "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.3.tgz",
  5404. "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
  5405. "dev": true
  5406. },
  5407. "commander": {
  5408. "version": "4.1.1",
  5409. "resolved": "https://registry.npmmirror.com/commander/-/commander-4.1.1.tgz",
  5410. "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
  5411. "dev": true
  5412. },
  5413. "concat-map": {
  5414. "version": "0.0.1",
  5415. "resolved": "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz",
  5416. "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
  5417. "dev": true
  5418. },
  5419. "convert-source-map": {
  5420. "version": "1.8.0",
  5421. "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-1.8.0.tgz",
  5422. "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==",
  5423. "dev": true,
  5424. "requires": {
  5425. "safe-buffer": "~5.1.1"
  5426. }
  5427. },
  5428. "core-js": {
  5429. "version": "2.6.12",
  5430. "resolved": "https://registry.npmmirror.com/core-js/-/core-js-2.6.12.tgz",
  5431. "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==",
  5432. "dev": true
  5433. },
  5434. "core-js-compat": {
  5435. "version": "3.24.0",
  5436. "resolved": "https://registry.npmmirror.com/core-js-compat/-/core-js-compat-3.24.0.tgz",
  5437. "integrity": "sha512-F+2E63X3ff/nj8uIrf8Rf24UDGIz7p838+xjEp+Bx3y8OWXj+VTPPZNCtdqovPaS9o7Tka5mCH01Zn5vOd6UQg==",
  5438. "dev": true,
  5439. "requires": {
  5440. "browserslist": "^4.21.2",
  5441. "semver": "7.0.0"
  5442. },
  5443. "dependencies": {
  5444. "semver": {
  5445. "version": "7.0.0",
  5446. "resolved": "https://registry.npmmirror.com/semver/-/semver-7.0.0.tgz",
  5447. "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==",
  5448. "dev": true
  5449. }
  5450. }
  5451. },
  5452. "debug": {
  5453. "version": "4.3.4",
  5454. "resolved": "https://registry.npmmirror.com/debug/-/debug-4.3.4.tgz",
  5455. "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
  5456. "dev": true,
  5457. "requires": {
  5458. "ms": "2.1.2"
  5459. }
  5460. },
  5461. "define-properties": {
  5462. "version": "1.1.4",
  5463. "resolved": "https://registry.npmmirror.com/define-properties/-/define-properties-1.1.4.tgz",
  5464. "integrity": "sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==",
  5465. "dev": true,
  5466. "requires": {
  5467. "has-property-descriptors": "^1.0.0",
  5468. "object-keys": "^1.1.1"
  5469. }
  5470. },
  5471. "electron-to-chromium": {
  5472. "version": "1.4.202",
  5473. "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.4.202.tgz",
  5474. "integrity": "sha512-JYsK2ex9lmQD27kj19fhXYxzFJ/phLAkLKHv49A5UY6kMRV2xED3qMMLg/voW/+0AR6wMiI+VxlmK9NDtdxlPA==",
  5475. "dev": true
  5476. },
  5477. "escalade": {
  5478. "version": "3.1.1",
  5479. "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.1.1.tgz",
  5480. "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
  5481. "dev": true
  5482. },
  5483. "escape-string-regexp": {
  5484. "version": "1.0.5",
  5485. "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  5486. "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
  5487. "dev": true
  5488. },
  5489. "esutils": {
  5490. "version": "2.0.3",
  5491. "resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz",
  5492. "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  5493. "dev": true
  5494. },
  5495. "fill-range": {
  5496. "version": "7.0.1",
  5497. "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.0.1.tgz",
  5498. "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
  5499. "dev": true,
  5500. "optional": true,
  5501. "requires": {
  5502. "to-regex-range": "^5.0.1"
  5503. }
  5504. },
  5505. "fs-readdir-recursive": {
  5506. "version": "1.1.0",
  5507. "resolved": "https://registry.npmmirror.com/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz",
  5508. "integrity": "sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA==",
  5509. "dev": true
  5510. },
  5511. "fs.realpath": {
  5512. "version": "1.0.0",
  5513. "resolved": "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz",
  5514. "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
  5515. "dev": true
  5516. },
  5517. "fsevents": {
  5518. "version": "2.3.2",
  5519. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.2.tgz",
  5520. "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
  5521. "dev": true,
  5522. "optional": true
  5523. },
  5524. "function-bind": {
  5525. "version": "1.1.1",
  5526. "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.1.tgz",
  5527. "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",
  5528. "dev": true
  5529. },
  5530. "gensync": {
  5531. "version": "1.0.0-beta.2",
  5532. "resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz",
  5533. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  5534. "dev": true
  5535. },
  5536. "get-intrinsic": {
  5537. "version": "1.1.2",
  5538. "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.1.2.tgz",
  5539. "integrity": "sha512-Jfm3OyCxHh9DJyc28qGk+JmfkpO41A4XkneDSujN9MDXrm4oDKdHvndhZ2dN94+ERNfkYJWDclW6k2L/ZGHjXA==",
  5540. "dev": true,
  5541. "requires": {
  5542. "function-bind": "^1.1.1",
  5543. "has": "^1.0.3",
  5544. "has-symbols": "^1.0.3"
  5545. }
  5546. },
  5547. "glob": {
  5548. "version": "7.2.3",
  5549. "resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz",
  5550. "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
  5551. "dev": true,
  5552. "requires": {
  5553. "fs.realpath": "^1.0.0",
  5554. "inflight": "^1.0.4",
  5555. "inherits": "2",
  5556. "minimatch": "^3.1.1",
  5557. "once": "^1.3.0",
  5558. "path-is-absolute": "^1.0.0"
  5559. }
  5560. },
  5561. "glob-parent": {
  5562. "version": "5.1.2",
  5563. "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
  5564. "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
  5565. "dev": true,
  5566. "optional": true,
  5567. "requires": {
  5568. "is-glob": "^4.0.1"
  5569. }
  5570. },
  5571. "globals": {
  5572. "version": "11.12.0",
  5573. "resolved": "https://registry.npmmirror.com/globals/-/globals-11.12.0.tgz",
  5574. "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
  5575. "dev": true
  5576. },
  5577. "has": {
  5578. "version": "1.0.3",
  5579. "resolved": "https://registry.npmmirror.com/has/-/has-1.0.3.tgz",
  5580. "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
  5581. "dev": true,
  5582. "requires": {
  5583. "function-bind": "^1.1.1"
  5584. }
  5585. },
  5586. "has-ansi": {
  5587. "version": "2.0.0",
  5588. "resolved": "https://registry.npmmirror.com/has-ansi/-/has-ansi-2.0.0.tgz",
  5589. "integrity": "sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==",
  5590. "dev": true,
  5591. "requires": {
  5592. "ansi-regex": "^2.0.0"
  5593. }
  5594. },
  5595. "has-flag": {
  5596. "version": "3.0.0",
  5597. "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-3.0.0.tgz",
  5598. "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
  5599. "dev": true
  5600. },
  5601. "has-property-descriptors": {
  5602. "version": "1.0.0",
  5603. "resolved": "https://registry.npmmirror.com/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz",
  5604. "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==",
  5605. "dev": true,
  5606. "requires": {
  5607. "get-intrinsic": "^1.1.1"
  5608. }
  5609. },
  5610. "has-symbols": {
  5611. "version": "1.0.3",
  5612. "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.0.3.tgz",
  5613. "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
  5614. "dev": true
  5615. },
  5616. "inflight": {
  5617. "version": "1.0.6",
  5618. "resolved": "https://registry.npmmirror.com/inflight/-/inflight-1.0.6.tgz",
  5619. "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  5620. "dev": true,
  5621. "requires": {
  5622. "once": "^1.3.0",
  5623. "wrappy": "1"
  5624. }
  5625. },
  5626. "inherits": {
  5627. "version": "2.0.4",
  5628. "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
  5629. "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
  5630. "dev": true
  5631. },
  5632. "invariant": {
  5633. "version": "2.2.4",
  5634. "resolved": "https://registry.npmmirror.com/invariant/-/invariant-2.2.4.tgz",
  5635. "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==",
  5636. "dev": true,
  5637. "requires": {
  5638. "loose-envify": "^1.0.0"
  5639. }
  5640. },
  5641. "is-binary-path": {
  5642. "version": "2.1.0",
  5643. "resolved": "https://registry.npmmirror.com/is-binary-path/-/is-binary-path-2.1.0.tgz",
  5644. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  5645. "dev": true,
  5646. "optional": true,
  5647. "requires": {
  5648. "binary-extensions": "^2.0.0"
  5649. }
  5650. },
  5651. "is-core-module": {
  5652. "version": "2.9.0",
  5653. "resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.9.0.tgz",
  5654. "integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==",
  5655. "dev": true,
  5656. "requires": {
  5657. "has": "^1.0.3"
  5658. }
  5659. },
  5660. "is-extglob": {
  5661. "version": "2.1.1",
  5662. "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
  5663. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  5664. "dev": true,
  5665. "optional": true
  5666. },
  5667. "is-glob": {
  5668. "version": "4.0.3",
  5669. "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
  5670. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  5671. "dev": true,
  5672. "optional": true,
  5673. "requires": {
  5674. "is-extglob": "^2.1.1"
  5675. }
  5676. },
  5677. "is-number": {
  5678. "version": "7.0.0",
  5679. "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
  5680. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  5681. "dev": true,
  5682. "optional": true
  5683. },
  5684. "js-tokens": {
  5685. "version": "4.0.0",
  5686. "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz",
  5687. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  5688. "dev": true
  5689. },
  5690. "jsesc": {
  5691. "version": "2.5.2",
  5692. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-2.5.2.tgz",
  5693. "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
  5694. "dev": true
  5695. },
  5696. "json5": {
  5697. "version": "2.2.1",
  5698. "resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.1.tgz",
  5699. "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==",
  5700. "dev": true
  5701. },
  5702. "lodash": {
  5703. "version": "4.17.21",
  5704. "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
  5705. "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  5706. "dev": true
  5707. },
  5708. "lodash.debounce": {
  5709. "version": "4.0.8",
  5710. "resolved": "https://registry.npmmirror.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
  5711. "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
  5712. "dev": true
  5713. },
  5714. "loose-envify": {
  5715. "version": "1.4.0",
  5716. "resolved": "https://registry.npmmirror.com/loose-envify/-/loose-envify-1.4.0.tgz",
  5717. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  5718. "dev": true,
  5719. "requires": {
  5720. "js-tokens": "^3.0.0 || ^4.0.0"
  5721. }
  5722. },
  5723. "make-dir": {
  5724. "version": "2.1.0",
  5725. "resolved": "https://registry.npmmirror.com/make-dir/-/make-dir-2.1.0.tgz",
  5726. "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==",
  5727. "dev": true,
  5728. "requires": {
  5729. "pify": "^4.0.1",
  5730. "semver": "^5.6.0"
  5731. },
  5732. "dependencies": {
  5733. "semver": {
  5734. "version": "5.7.1",
  5735. "resolved": "https://registry.npmmirror.com/semver/-/semver-5.7.1.tgz",
  5736. "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
  5737. "dev": true
  5738. }
  5739. }
  5740. },
  5741. "minimatch": {
  5742. "version": "3.1.2",
  5743. "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
  5744. "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
  5745. "dev": true,
  5746. "requires": {
  5747. "brace-expansion": "^1.1.7"
  5748. }
  5749. },
  5750. "ms": {
  5751. "version": "2.1.2",
  5752. "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.2.tgz",
  5753. "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
  5754. "dev": true
  5755. },
  5756. "node-releases": {
  5757. "version": "2.0.6",
  5758. "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.6.tgz",
  5759. "integrity": "sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==",
  5760. "dev": true
  5761. },
  5762. "normalize-path": {
  5763. "version": "3.0.0",
  5764. "resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz",
  5765. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  5766. "dev": true,
  5767. "optional": true
  5768. },
  5769. "object-keys": {
  5770. "version": "1.1.1",
  5771. "resolved": "https://registry.npmmirror.com/object-keys/-/object-keys-1.1.1.tgz",
  5772. "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
  5773. "dev": true
  5774. },
  5775. "object.assign": {
  5776. "version": "4.1.2",
  5777. "resolved": "https://registry.npmmirror.com/object.assign/-/object.assign-4.1.2.tgz",
  5778. "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==",
  5779. "dev": true,
  5780. "requires": {
  5781. "call-bind": "^1.0.0",
  5782. "define-properties": "^1.1.3",
  5783. "has-symbols": "^1.0.1",
  5784. "object-keys": "^1.1.1"
  5785. }
  5786. },
  5787. "once": {
  5788. "version": "1.4.0",
  5789. "resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz",
  5790. "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  5791. "dev": true,
  5792. "requires": {
  5793. "wrappy": "1"
  5794. }
  5795. },
  5796. "path-is-absolute": {
  5797. "version": "1.0.1",
  5798. "resolved": "https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  5799. "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
  5800. "dev": true
  5801. },
  5802. "path-parse": {
  5803. "version": "1.0.7",
  5804. "resolved": "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz",
  5805. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  5806. "dev": true
  5807. },
  5808. "picocolors": {
  5809. "version": "1.0.0",
  5810. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.0.0.tgz",
  5811. "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==",
  5812. "dev": true
  5813. },
  5814. "picomatch": {
  5815. "version": "2.3.1",
  5816. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
  5817. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  5818. "dev": true,
  5819. "optional": true
  5820. },
  5821. "pify": {
  5822. "version": "4.0.1",
  5823. "resolved": "https://registry.npmmirror.com/pify/-/pify-4.0.1.tgz",
  5824. "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
  5825. "dev": true
  5826. },
  5827. "private": {
  5828. "version": "0.1.8",
  5829. "resolved": "https://registry.npmmirror.com/private/-/private-0.1.8.tgz",
  5830. "integrity": "sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==",
  5831. "dev": true
  5832. },
  5833. "readdirp": {
  5834. "version": "3.6.0",
  5835. "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz",
  5836. "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
  5837. "dev": true,
  5838. "optional": true,
  5839. "requires": {
  5840. "picomatch": "^2.2.1"
  5841. }
  5842. },
  5843. "regenerate": {
  5844. "version": "1.4.2",
  5845. "resolved": "https://registry.npmmirror.com/regenerate/-/regenerate-1.4.2.tgz",
  5846. "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==",
  5847. "dev": true
  5848. },
  5849. "regenerate-unicode-properties": {
  5850. "version": "10.0.1",
  5851. "resolved": "https://registry.npmmirror.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.0.1.tgz",
  5852. "integrity": "sha512-vn5DU6yg6h8hP/2OkQo3K7uVILvY4iu0oI4t3HFa81UPkhGJwkRwM10JEc3upjdhHjs/k8GJY1sRBhk5sr69Bw==",
  5853. "dev": true,
  5854. "requires": {
  5855. "regenerate": "^1.4.2"
  5856. }
  5857. },
  5858. "regenerator-runtime": {
  5859. "version": "0.13.9",
  5860. "resolved": "https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz",
  5861. "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==",
  5862. "dev": true
  5863. },
  5864. "regenerator-transform": {
  5865. "version": "0.15.0",
  5866. "resolved": "https://registry.npmmirror.com/regenerator-transform/-/regenerator-transform-0.15.0.tgz",
  5867. "integrity": "sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg==",
  5868. "dev": true,
  5869. "requires": {
  5870. "@babel/runtime": "^7.8.4"
  5871. }
  5872. },
  5873. "regexpu-core": {
  5874. "version": "5.1.0",
  5875. "resolved": "https://registry.npmmirror.com/regexpu-core/-/regexpu-core-5.1.0.tgz",
  5876. "integrity": "sha512-bb6hk+xWd2PEOkj5It46A16zFMs2mv86Iwpdu94la4S3sJ7C973h2dHpYKwIBGaWSO7cIRJ+UX0IeMaWcO4qwA==",
  5877. "dev": true,
  5878. "requires": {
  5879. "regenerate": "^1.4.2",
  5880. "regenerate-unicode-properties": "^10.0.1",
  5881. "regjsgen": "^0.6.0",
  5882. "regjsparser": "^0.8.2",
  5883. "unicode-match-property-ecmascript": "^2.0.0",
  5884. "unicode-match-property-value-ecmascript": "^2.0.0"
  5885. }
  5886. },
  5887. "regjsgen": {
  5888. "version": "0.6.0",
  5889. "resolved": "https://registry.npmmirror.com/regjsgen/-/regjsgen-0.6.0.tgz",
  5890. "integrity": "sha512-ozE883Uigtqj3bx7OhL1KNbCzGyW2NQZPl6Hs09WTvCuZD5sTI4JY58bkbQWa/Y9hxIsvJ3M8Nbf7j54IqeZbA==",
  5891. "dev": true
  5892. },
  5893. "regjsparser": {
  5894. "version": "0.8.4",
  5895. "resolved": "https://registry.npmmirror.com/regjsparser/-/regjsparser-0.8.4.tgz",
  5896. "integrity": "sha512-J3LABycON/VNEu3abOviqGHuB/LOtOQj8SKmfP9anY5GfAVw/SPjwzSjxGjbZXIxbGfqTHtJw58C2Li/WkStmA==",
  5897. "dev": true,
  5898. "requires": {
  5899. "jsesc": "~0.5.0"
  5900. },
  5901. "dependencies": {
  5902. "jsesc": {
  5903. "version": "0.5.0",
  5904. "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-0.5.0.tgz",
  5905. "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==",
  5906. "dev": true
  5907. }
  5908. }
  5909. },
  5910. "resolve": {
  5911. "version": "1.22.1",
  5912. "resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.1.tgz",
  5913. "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==",
  5914. "dev": true,
  5915. "requires": {
  5916. "is-core-module": "^2.9.0",
  5917. "path-parse": "^1.0.7",
  5918. "supports-preserve-symlinks-flag": "^1.0.0"
  5919. }
  5920. },
  5921. "safe-buffer": {
  5922. "version": "5.1.2",
  5923. "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
  5924. "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
  5925. "dev": true
  5926. },
  5927. "semver": {
  5928. "version": "6.3.0",
  5929. "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.0.tgz",
  5930. "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
  5931. "dev": true
  5932. },
  5933. "slash": {
  5934. "version": "2.0.0",
  5935. "resolved": "https://registry.npmmirror.com/slash/-/slash-2.0.0.tgz",
  5936. "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==",
  5937. "dev": true
  5938. },
  5939. "strip-ansi": {
  5940. "version": "3.0.1",
  5941. "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-3.0.1.tgz",
  5942. "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==",
  5943. "dev": true,
  5944. "requires": {
  5945. "ansi-regex": "^2.0.0"
  5946. }
  5947. },
  5948. "supports-color": {
  5949. "version": "5.5.0",
  5950. "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-5.5.0.tgz",
  5951. "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  5952. "dev": true,
  5953. "requires": {
  5954. "has-flag": "^3.0.0"
  5955. }
  5956. },
  5957. "supports-preserve-symlinks-flag": {
  5958. "version": "1.0.0",
  5959. "resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  5960. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  5961. "dev": true
  5962. },
  5963. "to-fast-properties": {
  5964. "version": "2.0.0",
  5965. "resolved": "https://registry.npmmirror.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
  5966. "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
  5967. "dev": true
  5968. },
  5969. "to-regex-range": {
  5970. "version": "5.0.1",
  5971. "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
  5972. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  5973. "dev": true,
  5974. "optional": true,
  5975. "requires": {
  5976. "is-number": "^7.0.0"
  5977. }
  5978. },
  5979. "unicode-canonical-property-names-ecmascript": {
  5980. "version": "2.0.0",
  5981. "resolved": "https://registry.npmmirror.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz",
  5982. "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==",
  5983. "dev": true
  5984. },
  5985. "unicode-match-property-ecmascript": {
  5986. "version": "2.0.0",
  5987. "resolved": "https://registry.npmmirror.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
  5988. "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
  5989. "dev": true,
  5990. "requires": {
  5991. "unicode-canonical-property-names-ecmascript": "^2.0.0",
  5992. "unicode-property-aliases-ecmascript": "^2.0.0"
  5993. }
  5994. },
  5995. "unicode-match-property-value-ecmascript": {
  5996. "version": "2.0.0",
  5997. "resolved": "https://registry.npmmirror.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz",
  5998. "integrity": "sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw==",
  5999. "dev": true
  6000. },
  6001. "unicode-property-aliases-ecmascript": {
  6002. "version": "2.0.0",
  6003. "resolved": "https://registry.npmmirror.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz",
  6004. "integrity": "sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==",
  6005. "dev": true
  6006. },
  6007. "update-browserslist-db": {
  6008. "version": "1.0.5",
  6009. "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.0.5.tgz",
  6010. "integrity": "sha512-dteFFpCyvuDdr9S/ff1ISkKt/9YZxKjI9WlRR99c180GaztJtRa/fn18FdxGVKVsnPY7/a/FDN68mcvUmP4U7Q==",
  6011. "dev": true,
  6012. "requires": {
  6013. "escalade": "^3.1.1",
  6014. "picocolors": "^1.0.0"
  6015. }
  6016. },
  6017. "wrappy": {
  6018. "version": "1.0.2",
  6019. "resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz",
  6020. "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
  6021. "dev": true
  6022. }
  6023. }
  6024. }