package-lock.json 189 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025302630273028302930303031303230333034303530363037303830393040304130423043304430453046304730483049305030513052305330543055305630573058305930603061306230633064306530663067306830693070307130723073307430753076307730783079308030813082308330843085308630873088308930903091309230933094309530963097309830993100310131023103310431053106310731083109311031113112311331143115311631173118311931203121312231233124312531263127312831293130313131323133313431353136313731383139314031413142314331443145314631473148314931503151315231533154315531563157315831593160316131623163316431653166316731683169317031713172317331743175317631773178317931803181318231833184318531863187318831893190319131923193319431953196319731983199320032013202320332043205320632073208320932103211321232133214321532163217321832193220322132223223322432253226322732283229323032313232323332343235323632373238323932403241324232433244324532463247324832493250325132523253325432553256325732583259326032613262326332643265326632673268326932703271327232733274327532763277327832793280328132823283328432853286328732883289329032913292329332943295329632973298329933003301330233033304330533063307330833093310331133123313331433153316331733183319332033213322332333243325332633273328332933303331333233333334333533363337333833393340334133423343334433453346334733483349335033513352335333543355335633573358335933603361336233633364336533663367336833693370337133723373337433753376337733783379338033813382338333843385338633873388338933903391339233933394339533963397339833993400340134023403340434053406340734083409341034113412341334143415341634173418341934203421342234233424342534263427342834293430343134323433343434353436343734383439344034413442344334443445344634473448344934503451345234533454345534563457345834593460346134623463346434653466346734683469347034713472347334743475347634773478347934803481348234833484348534863487348834893490349134923493349434953496349734983499350035013502350335043505350635073508350935103511351235133514351535163517351835193520352135223523352435253526352735283529353035313532353335343535353635373538353935403541354235433544354535463547354835493550355135523553355435553556355735583559356035613562356335643565356635673568356935703571357235733574357535763577357835793580358135823583358435853586358735883589359035913592359335943595359635973598359936003601360236033604360536063607360836093610361136123613361436153616361736183619362036213622362336243625362636273628362936303631363236333634363536363637363836393640364136423643364436453646364736483649365036513652365336543655365636573658365936603661366236633664366536663667366836693670367136723673367436753676367736783679368036813682368336843685368636873688368936903691369236933694369536963697369836993700370137023703370437053706370737083709371037113712371337143715371637173718371937203721372237233724372537263727372837293730373137323733373437353736373737383739374037413742374337443745374637473748374937503751375237533754375537563757375837593760376137623763376437653766376737683769377037713772377337743775377637773778377937803781378237833784378537863787378837893790379137923793379437953796379737983799380038013802380338043805380638073808380938103811381238133814381538163817381838193820382138223823382438253826382738283829383038313832383338343835383638373838383938403841384238433844384538463847384838493850385138523853385438553856385738583859386038613862386338643865386638673868386938703871387238733874387538763877387838793880388138823883388438853886388738883889389038913892389338943895389638973898389939003901390239033904390539063907390839093910391139123913391439153916391739183919392039213922392339243925392639273928392939303931393239333934393539363937393839393940394139423943394439453946394739483949395039513952395339543955395639573958395939603961396239633964396539663967396839693970397139723973397439753976397739783979398039813982398339843985398639873988398939903991399239933994399539963997399839994000400140024003400440054006400740084009401040114012401340144015401640174018401940204021402240234024402540264027402840294030403140324033403440354036403740384039404040414042404340444045404640474048404940504051405240534054405540564057405840594060406140624063406440654066406740684069407040714072407340744075407640774078407940804081408240834084408540864087408840894090409140924093409440954096409740984099410041014102410341044105410641074108410941104111411241134114411541164117411841194120412141224123412441254126412741284129413041314132413341344135413641374138413941404141414241434144414541464147414841494150415141524153415441554156415741584159416041614162416341644165416641674168416941704171417241734174417541764177417841794180418141824183418441854186418741884189419041914192419341944195419641974198419942004201420242034204420542064207420842094210421142124213421442154216421742184219422042214222422342244225422642274228422942304231423242334234423542364237423842394240424142424243424442454246424742484249425042514252425342544255425642574258425942604261426242634264426542664267426842694270427142724273427442754276427742784279428042814282428342844285428642874288428942904291429242934294429542964297429842994300430143024303430443054306430743084309431043114312431343144315431643174318431943204321432243234324432543264327432843294330433143324333433443354336433743384339434043414342434343444345434643474348434943504351435243534354435543564357435843594360436143624363436443654366436743684369437043714372437343744375437643774378437943804381438243834384438543864387438843894390439143924393439443954396439743984399440044014402440344044405440644074408440944104411441244134414441544164417441844194420442144224423442444254426442744284429443044314432443344344435443644374438443944404441444244434444444544464447444844494450445144524453445444554456445744584459446044614462446344644465446644674468446944704471447244734474447544764477447844794480448144824483448444854486448744884489449044914492449344944495449644974498449945004501450245034504450545064507450845094510451145124513451445154516451745184519452045214522452345244525452645274528452945304531453245334534453545364537453845394540454145424543454445454546454745484549455045514552455345544555455645574558455945604561456245634564456545664567456845694570457145724573457445754576457745784579458045814582458345844585458645874588458945904591459245934594459545964597459845994600460146024603460446054606460746084609461046114612461346144615461646174618461946204621462246234624462546264627462846294630463146324633463446354636463746384639464046414642464346444645464646474648464946504651465246534654465546564657465846594660466146624663466446654666466746684669467046714672467346744675467646774678467946804681468246834684468546864687468846894690469146924693469446954696469746984699470047014702470347044705470647074708470947104711471247134714471547164717471847194720472147224723472447254726472747284729473047314732473347344735473647374738473947404741474247434744474547464747474847494750475147524753475447554756475747584759476047614762476347644765476647674768476947704771477247734774477547764777477847794780478147824783478447854786478747884789479047914792479347944795479647974798479948004801480248034804480548064807480848094810481148124813481448154816481748184819482048214822482348244825482648274828482948304831483248334834483548364837483848394840484148424843484448454846484748484849485048514852485348544855485648574858485948604861486248634864486548664867486848694870487148724873487448754876487748784879488048814882488348844885488648874888488948904891489248934894489548964897489848994900490149024903490449054906490749084909491049114912491349144915491649174918491949204921492249234924492549264927492849294930493149324933493449354936493749384939494049414942494349444945494649474948494949504951495249534954495549564957495849594960496149624963496449654966496749684969497049714972497349744975497649774978497949804981498249834984498549864987498849894990499149924993499449954996499749984999500050015002500350045005500650075008500950105011501250135014501550165017501850195020502150225023502450255026502750285029503050315032503350345035503650375038503950405041504250435044504550465047504850495050505150525053505450555056505750585059506050615062506350645065506650675068506950705071507250735074507550765077507850795080508150825083508450855086508750885089509050915092509350945095509650975098509951005101510251035104510551065107510851095110511151125113511451155116511751185119512051215122512351245125512651275128512951305131513251335134513551365137513851395140514151425143514451455146514751485149515051515152515351545155515651575158515951605161516251635164516551665167516851695170517151725173517451755176517751785179518051815182518351845185518651875188518951905191519251935194519551965197519851995200520152025203520452055206520752085209521052115212521352145215521652175218521952205221522252235224522552265227522852295230523152325233523452355236523752385239524052415242524352445245524652475248524952505251525252535254525552565257525852595260526152625263526452655266526752685269527052715272527352745275527652775278527952805281528252835284528552865287528852895290529152925293529452955296529752985299530053015302530353045305530653075308530953105311531253135314531553165317531853195320532153225323532453255326532753285329533053315332533353345335533653375338533953405341534253435344534553465347534853495350535153525353535453555356535753585359536053615362536353645365536653675368536953705371537253735374537553765377537853795380538153825383538453855386538753885389539053915392539353945395539653975398539954005401540254035404540554065407540854095410541154125413541454155416541754185419542054215422542354245425542654275428542954305431543254335434543554365437543854395440544154425443544454455446544754485449545054515452545354545455545654575458545954605461546254635464546554665467546854695470547154725473547454755476547754785479548054815482548354845485548654875488548954905491549254935494549554965497549854995500550155025503550455055506550755085509551055115512551355145515551655175518551955205521552255235524552555265527552855295530553155325533553455355536553755385539554055415542554355445545554655475548554955505551555255535554555555565557555855595560556155625563556455655566556755685569557055715572557355745575557655775578557955805581558255835584558555865587558855895590559155925593559455955596559755985599560056015602560356045605560656075608560956105611561256135614561556165617561856195620562156225623562456255626562756285629563056315632563356345635563656375638563956405641564256435644564556465647564856495650565156525653565456555656565756585659
  1. {
  2. "name": "marxco-icf",
  3. "version": "1.6.0",
  4. "lockfileVersion": 1,
  5. "requires": true,
  6. "dependencies": {
  7. "abbrev": {
  8. "version": "1.1.1",
  9. "resolved": "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz",
  10. "integrity": "sha1-+PLIh60Qv2f2NPAFtph/7TF5qsg="
  11. },
  12. "acorn": {
  13. "version": "7.4.1",
  14. "resolved": "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz",
  15. "integrity": "sha1-/q7SVZc9LndVW4PbwIhRpsY1IPo="
  16. },
  17. "aggregate-error": {
  18. "version": "3.1.0",
  19. "resolved": "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.1.0.tgz",
  20. "integrity": "sha1-kmcP9Q9TWb23o+DUDQ7DDFc3aHo=",
  21. "requires": {
  22. "clean-stack": "2.2.0",
  23. "indent-string": "4.0.0"
  24. }
  25. },
  26. "ajv": {
  27. "version": "6.12.6",
  28. "resolved": "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz",
  29. "integrity": "sha1-uvWmLoArB9l3A0WG+MO69a3ybfQ=",
  30. "requires": {
  31. "fast-deep-equal": "3.1.3",
  32. "fast-json-stable-stringify": "2.1.0",
  33. "json-schema-traverse": "0.4.1",
  34. "uri-js": "4.4.0"
  35. }
  36. },
  37. "ansi-colors": {
  38. "version": "4.1.1",
  39. "resolved": "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz",
  40. "integrity": "sha1-y7muJWv3UK8eqzRPIpqif+lLo0g="
  41. },
  42. "ansi-cyan": {
  43. "version": "0.1.1",
  44. "resolved": "https://registry.yarnpkg.com/ansi-cyan/-/ansi-cyan-0.1.1.tgz",
  45. "integrity": "sha1-U4rlKK+JgvKK4w2G8vF0VtJgmHM=",
  46. "requires": {
  47. "ansi-wrap": "0.1.0"
  48. }
  49. },
  50. "ansi-gray": {
  51. "version": "0.1.1",
  52. "resolved": "https://registry.yarnpkg.com/ansi-gray/-/ansi-gray-0.1.1.tgz",
  53. "integrity": "sha1-KWLPVOyXksSFEKPetSRDaGHvclE=",
  54. "requires": {
  55. "ansi-wrap": "0.1.0"
  56. }
  57. },
  58. "ansi-red": {
  59. "version": "0.1.1",
  60. "resolved": "https://registry.yarnpkg.com/ansi-red/-/ansi-red-0.1.1.tgz",
  61. "integrity": "sha1-jGOPnRCAgAo1PJwoyKgcpHBdlGw=",
  62. "requires": {
  63. "ansi-wrap": "0.1.0"
  64. }
  65. },
  66. "ansi-regex": {
  67. "version": "2.1.1",
  68. "resolved": "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz",
  69. "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8="
  70. },
  71. "ansi-styles": {
  72. "version": "4.3.0",
  73. "resolved": "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
  74. "integrity": "sha1-7dgDYornHATIWuegkG7a00tkiTc=",
  75. "requires": {
  76. "color-convert": "2.0.1"
  77. }
  78. },
  79. "ansi-wrap": {
  80. "version": "0.1.0",
  81. "resolved": "https://registry.yarnpkg.com/ansi-wrap/-/ansi-wrap-0.1.0.tgz",
  82. "integrity": "sha1-qCJQ3bABXponyoLoLqYDu/pF768="
  83. },
  84. "any-promise": {
  85. "version": "1.3.0",
  86. "resolved": "https://registry.yarnpkg.com/any-promise/-/any-promise-1.3.0.tgz",
  87. "integrity": "sha1-q8av7tzqUugJzcA3au0845Y10X8="
  88. },
  89. "anymatch": {
  90. "version": "2.0.0",
  91. "resolved": "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz",
  92. "integrity": "sha1-vLJLTzeTTZqnrBe0ra+J58du8us=",
  93. "requires": {
  94. "micromatch": "3.1.10",
  95. "normalize-path": "2.1.1"
  96. }
  97. },
  98. "append-buffer": {
  99. "version": "1.0.2",
  100. "resolved": "https://registry.yarnpkg.com/append-buffer/-/append-buffer-1.0.2.tgz",
  101. "integrity": "sha1-2CIM9GYIFSXv6lBhTz3mUU36WPE=",
  102. "requires": {
  103. "buffer-equal": "1.0.0"
  104. }
  105. },
  106. "aproba": {
  107. "version": "1.2.0",
  108. "resolved": "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz",
  109. "integrity": "sha1-aALmJk79GMeQobDVF/DyYnvyyUo="
  110. },
  111. "archy": {
  112. "version": "1.0.0",
  113. "resolved": "https://registry.yarnpkg.com/archy/-/archy-1.0.0.tgz",
  114. "integrity": "sha1-+cjBN1fMHde8N5rHeyxipcKGjEA="
  115. },
  116. "are-we-there-yet": {
  117. "version": "1.1.5",
  118. "resolved": "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz",
  119. "integrity": "sha1-SzXClE8GKov82mZBB2A1D+nd/CE=",
  120. "requires": {
  121. "delegates": "1.0.0",
  122. "readable-stream": "2.3.7"
  123. }
  124. },
  125. "argparse": {
  126. "version": "1.0.10",
  127. "resolved": "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz",
  128. "integrity": "sha1-vNZ5HqWuCXJeF+WtmIE0zUCz2RE=",
  129. "requires": {
  130. "sprintf-js": "1.0.3"
  131. }
  132. },
  133. "arr-diff": {
  134. "version": "4.0.0",
  135. "resolved": "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz",
  136. "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA="
  137. },
  138. "arr-filter": {
  139. "version": "1.1.2",
  140. "resolved": "https://registry.yarnpkg.com/arr-filter/-/arr-filter-1.1.2.tgz",
  141. "integrity": "sha1-Q/3d0JHo7xGqTEXZzcGOLf8XEe4=",
  142. "requires": {
  143. "make-iterator": "1.0.1"
  144. }
  145. },
  146. "arr-flatten": {
  147. "version": "1.1.0",
  148. "resolved": "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz",
  149. "integrity": "sha1-NgSLv/TntH4TZkQxbJlmnqWukfE="
  150. },
  151. "arr-map": {
  152. "version": "2.0.2",
  153. "resolved": "https://registry.yarnpkg.com/arr-map/-/arr-map-2.0.2.tgz",
  154. "integrity": "sha1-Onc0X/wc814qkYJWAfnljy4kysQ=",
  155. "requires": {
  156. "make-iterator": "1.0.1"
  157. }
  158. },
  159. "arr-union": {
  160. "version": "3.1.0",
  161. "resolved": "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz",
  162. "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ="
  163. },
  164. "array-differ": {
  165. "version": "1.0.0",
  166. "resolved": "https://registry.yarnpkg.com/array-differ/-/array-differ-1.0.0.tgz",
  167. "integrity": "sha1-7/UuN1gknTO+QCuLuOVkuytdQDE="
  168. },
  169. "array-each": {
  170. "version": "1.0.1",
  171. "resolved": "https://registry.yarnpkg.com/array-each/-/array-each-1.0.1.tgz",
  172. "integrity": "sha1-p5SvDAWrF1KEbudTofIRoFugxE8="
  173. },
  174. "array-initial": {
  175. "version": "1.1.0",
  176. "resolved": "https://registry.yarnpkg.com/array-initial/-/array-initial-1.1.0.tgz",
  177. "integrity": "sha1-L6dLJnOTccOUe9enrcc74zSz15U=",
  178. "requires": {
  179. "array-slice": "1.1.0",
  180. "is-number": "4.0.0"
  181. },
  182. "dependencies": {
  183. "is-number": {
  184. "version": "4.0.0",
  185. "resolved": "https://registry.yarnpkg.com/is-number/-/is-number-4.0.0.tgz",
  186. "integrity": "sha1-ACbjf1RU1z41bf5lZGmYZ8an8P8="
  187. }
  188. }
  189. },
  190. "array-last": {
  191. "version": "1.3.0",
  192. "resolved": "https://registry.yarnpkg.com/array-last/-/array-last-1.3.0.tgz",
  193. "integrity": "sha1-eqdwc/7FZd2rJJP1+IGF9ASp0zY=",
  194. "requires": {
  195. "is-number": "4.0.0"
  196. },
  197. "dependencies": {
  198. "is-number": {
  199. "version": "4.0.0",
  200. "resolved": "https://registry.yarnpkg.com/is-number/-/is-number-4.0.0.tgz",
  201. "integrity": "sha1-ACbjf1RU1z41bf5lZGmYZ8an8P8="
  202. }
  203. }
  204. },
  205. "array-slice": {
  206. "version": "1.1.0",
  207. "resolved": "https://registry.yarnpkg.com/array-slice/-/array-slice-1.1.0.tgz",
  208. "integrity": "sha1-42jqFfibxwaff/uJrsOmx9SsItQ="
  209. },
  210. "array-sort": {
  211. "version": "1.0.0",
  212. "resolved": "https://registry.yarnpkg.com/array-sort/-/array-sort-1.0.0.tgz",
  213. "integrity": "sha1-5MBTVkU/VvU1EqfR1hI/LFTAqIo=",
  214. "requires": {
  215. "default-compare": "1.0.0",
  216. "get-value": "2.0.6",
  217. "kind-of": "5.1.0"
  218. },
  219. "dependencies": {
  220. "kind-of": {
  221. "version": "5.1.0",
  222. "resolved": "https://registry.yarnpkg.com/kind-of/-/kind-of-5.1.0.tgz",
  223. "integrity": "sha1-cpyR4thXt6QZofmqZWhcTDP1hF0="
  224. }
  225. }
  226. },
  227. "array-union": {
  228. "version": "2.1.0",
  229. "resolved": "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz",
  230. "integrity": "sha1-t5hCCtvrHego2ErNii4j0+/oXo0="
  231. },
  232. "array-uniq": {
  233. "version": "1.0.3",
  234. "resolved": "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz",
  235. "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY="
  236. },
  237. "array-unique": {
  238. "version": "0.3.2",
  239. "resolved": "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz",
  240. "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg="
  241. },
  242. "arrify": {
  243. "version": "2.0.1",
  244. "resolved": "https://registry.yarnpkg.com/arrify/-/arrify-2.0.1.tgz",
  245. "integrity": "sha1-yWVekzHgq81YjSp8rX6ZVvZnAfo="
  246. },
  247. "asap": {
  248. "version": "2.0.6",
  249. "resolved": "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz",
  250. "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY="
  251. },
  252. "asn1": {
  253. "version": "0.2.4",
  254. "resolved": "https://registry.yarnpkg.com/asn1/-/asn1-0.2.4.tgz",
  255. "integrity": "sha1-jSR136tVO7M+d7VOWeiAu4ziMTY=",
  256. "requires": {
  257. "safer-buffer": "2.1.2"
  258. }
  259. },
  260. "assert-never": {
  261. "version": "1.2.1",
  262. "resolved": "https://registry.yarnpkg.com/assert-never/-/assert-never-1.2.1.tgz",
  263. "integrity": "sha1-EfDjY78UYgX7CBk7XHuQ9NHPRP4="
  264. },
  265. "assert-plus": {
  266. "version": "1.0.0",
  267. "resolved": "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz",
  268. "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU="
  269. },
  270. "assign-symbols": {
  271. "version": "1.0.0",
  272. "resolved": "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz",
  273. "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c="
  274. },
  275. "async": {
  276. "version": "3.2.0",
  277. "resolved": "https://registry.yarnpkg.com/async/-/async-3.2.0.tgz",
  278. "integrity": "sha1-s6JoXF67ZB094C0WEALGD8n4VyA="
  279. },
  280. "async-done": {
  281. "version": "1.3.2",
  282. "resolved": "https://registry.yarnpkg.com/async-done/-/async-done-1.3.2.tgz",
  283. "integrity": "sha1-XhWqcplipLB0FPUoqIzfGOCykKI=",
  284. "requires": {
  285. "end-of-stream": "1.4.4",
  286. "once": "1.4.0",
  287. "process-nextick-args": "2.0.1",
  288. "stream-exhaust": "1.0.2"
  289. }
  290. },
  291. "async-each": {
  292. "version": "1.0.3",
  293. "resolved": "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz",
  294. "integrity": "sha1-tyfb+H12UWAvBvTUrDh/R9kbDL8="
  295. },
  296. "async-settle": {
  297. "version": "1.0.0",
  298. "resolved": "https://registry.yarnpkg.com/async-settle/-/async-settle-1.0.0.tgz",
  299. "integrity": "sha1-HQqRS7Aldb7IqPOnTlCA9yssDGs=",
  300. "requires": {
  301. "async-done": "1.3.2"
  302. }
  303. },
  304. "asynckit": {
  305. "version": "0.4.0",
  306. "resolved": "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz",
  307. "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
  308. },
  309. "atob": {
  310. "version": "2.1.2",
  311. "resolved": "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz",
  312. "integrity": "sha1-bZUX654DDSQ2ZmZR6GvZ9vE1M8k="
  313. },
  314. "aws-sign2": {
  315. "version": "0.7.0",
  316. "resolved": "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz",
  317. "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg="
  318. },
  319. "aws4": {
  320. "version": "1.11.0",
  321. "resolved": "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz",
  322. "integrity": "sha1-1h9G2DslGSUOJ4Ta9bCUeai0HFk="
  323. },
  324. "babel-walk": {
  325. "version": "3.0.0-canary-5",
  326. "resolved": "https://registry.yarnpkg.com/babel-walk/-/babel-walk-3.0.0-canary-5.tgz",
  327. "integrity": "sha1-9m7Ncpg1eu5ElV8jWm71QhkQSxE=",
  328. "requires": {
  329. "@babel/types": "7.12.6"
  330. }
  331. },
  332. "bach": {
  333. "version": "1.2.0",
  334. "resolved": "https://registry.yarnpkg.com/bach/-/bach-1.2.0.tgz",
  335. "integrity": "sha1-Szzpa/JxNPeaG0FKUcFONMO9mIA=",
  336. "requires": {
  337. "arr-filter": "1.1.2",
  338. "arr-flatten": "1.1.0",
  339. "arr-map": "2.0.2",
  340. "array-each": "1.0.1",
  341. "array-initial": "1.1.0",
  342. "array-last": "1.3.0",
  343. "async-done": "1.3.2",
  344. "async-settle": "1.0.0",
  345. "now-and-later": "2.0.1"
  346. }
  347. },
  348. "balanced-match": {
  349. "version": "1.0.0",
  350. "resolved": "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz",
  351. "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c="
  352. },
  353. "base": {
  354. "version": "0.11.2",
  355. "resolved": "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz",
  356. "integrity": "sha1-e95c7RRbbVUakNuH+DxVi060io8=",
  357. "requires": {
  358. "cache-base": "1.0.1",
  359. "class-utils": "0.3.6",
  360. "component-emitter": "1.3.0",
  361. "define-property": "1.0.0",
  362. "isobject": "3.0.1",
  363. "mixin-deep": "1.3.2",
  364. "pascalcase": "0.1.1"
  365. },
  366. "dependencies": {
  367. "define-property": {
  368. "version": "1.0.0",
  369. "resolved": "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz",
  370. "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
  371. "requires": {
  372. "is-descriptor": "1.0.2"
  373. }
  374. }
  375. }
  376. },
  377. "bcrypt-pbkdf": {
  378. "version": "1.0.2",
  379. "resolved": "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
  380. "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=",
  381. "requires": {
  382. "tweetnacl": "0.14.5"
  383. }
  384. },
  385. "beeper": {
  386. "version": "1.1.1",
  387. "resolved": "https://registry.yarnpkg.com/beeper/-/beeper-1.1.1.tgz",
  388. "integrity": "sha1-5tXqjF2tABMEpwsiY4RH9pyy+Ak="
  389. },
  390. "binary-extensions": {
  391. "version": "1.13.1",
  392. "resolved": "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz",
  393. "integrity": "sha1-WYr+VHVbKGilMw0q/51Ou1Mgm2U="
  394. },
  395. "binaryextensions": {
  396. "version": "2.3.0",
  397. "resolved": "https://registry.yarnpkg.com/binaryextensions/-/binaryextensions-2.3.0.tgz",
  398. "integrity": "sha1-HSacv35iQ+qIaqQUU8NlHMvhPCI="
  399. },
  400. "bindings": {
  401. "version": "1.5.0",
  402. "resolved": "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz",
  403. "integrity": "sha1-EDU8npRTNLwFEabZCzj7x8nFBN8=",
  404. "requires": {
  405. "file-uri-to-path": "1.0.0"
  406. }
  407. },
  408. "bl": {
  409. "version": "1.2.3",
  410. "resolved": "https://registry.yarnpkg.com/bl/-/bl-1.2.3.tgz",
  411. "integrity": "sha1-Ho3YAULqyA1xWMnczAR/tiDgNec=",
  412. "requires": {
  413. "readable-stream": "2.3.7",
  414. "safe-buffer": "5.2.1"
  415. }
  416. },
  417. "bluebird": {
  418. "version": "3.7.2",
  419. "resolved": "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz",
  420. "integrity": "sha1-nyKcFb4nJFT/qXOs4NvueaGww28="
  421. },
  422. "boolbase": {
  423. "version": "1.0.0",
  424. "resolved": "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz",
  425. "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24="
  426. },
  427. "brace-expansion": {
  428. "version": "1.1.11",
  429. "resolved": "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
  430. "integrity": "sha1-PH/L9SnYcibz0vUrlm/1Jx60Qd0=",
  431. "requires": {
  432. "balanced-match": "1.0.0",
  433. "concat-map": "0.0.1"
  434. }
  435. },
  436. "braces": {
  437. "version": "2.3.2",
  438. "resolved": "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz",
  439. "integrity": "sha1-WXn9PxTNUxVl5fot8av/8d+u5yk=",
  440. "requires": {
  441. "arr-flatten": "1.1.0",
  442. "array-unique": "0.3.2",
  443. "extend-shallow": "2.0.1",
  444. "fill-range": "4.0.0",
  445. "isobject": "3.0.1",
  446. "repeat-element": "1.1.3",
  447. "snapdragon": "0.8.2",
  448. "snapdragon-node": "2.1.1",
  449. "split-string": "3.1.0",
  450. "to-regex": "3.0.2"
  451. },
  452. "dependencies": {
  453. "extend-shallow": {
  454. "version": "2.0.1",
  455. "resolved": "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz",
  456. "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
  457. "requires": {
  458. "is-extendable": "0.1.1"
  459. }
  460. }
  461. }
  462. },
  463. "buffer-equal": {
  464. "version": "1.0.0",
  465. "resolved": "https://registry.yarnpkg.com/buffer-equal/-/buffer-equal-1.0.0.tgz",
  466. "integrity": "sha1-WWFrSYME1Var1GaWayLu2j7KX74="
  467. },
  468. "buffer-from": {
  469. "version": "1.1.1",
  470. "resolved": "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz",
  471. "integrity": "sha1-MnE7wCj3XAL9txDXx7zsHyxgcO8="
  472. },
  473. "bufferstreams": {
  474. "version": "1.1.3",
  475. "resolved": "https://registry.yarnpkg.com/bufferstreams/-/bufferstreams-1.1.3.tgz",
  476. "integrity": "sha1-qFFawCT6kOj6fVjBGxPeofKKvnI=",
  477. "requires": {
  478. "readable-stream": "2.3.7"
  479. }
  480. },
  481. "cache-base": {
  482. "version": "1.0.1",
  483. "resolved": "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz",
  484. "integrity": "sha1-Cn9GQWgxyLZi7jb+TnxZ129marI=",
  485. "requires": {
  486. "collection-visit": "1.0.0",
  487. "component-emitter": "1.3.0",
  488. "get-value": "2.0.6",
  489. "has-value": "1.0.0",
  490. "isobject": "3.0.1",
  491. "set-value": "2.0.1",
  492. "to-object-path": "0.3.0",
  493. "union-value": "1.0.1",
  494. "unset-value": "1.0.0"
  495. },
  496. "dependencies": {
  497. "union-value": {
  498. "version": "1.0.1",
  499. "resolved": "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz",
  500. "integrity": "sha1-C2/nuDWuzaYcbqTU8CwUIh4QmEc=",
  501. "requires": {
  502. "arr-union": "3.1.0",
  503. "get-value": "2.0.6",
  504. "is-extendable": "0.1.1",
  505. "set-value": "2.0.1"
  506. }
  507. }
  508. }
  509. },
  510. "call-bind": {
  511. "version": "1.0.0",
  512. "resolved": "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.0.tgz",
  513. "integrity": "sha1-JBJwVLs/m9y0sfuCQYGGBy93uM4=",
  514. "requires": {
  515. "function-bind": "1.1.1",
  516. "get-intrinsic": "1.0.1"
  517. }
  518. },
  519. "camelcase": {
  520. "version": "3.0.0",
  521. "resolved": "https://registry.yarnpkg.com/camelcase/-/camelcase-3.0.0.tgz",
  522. "integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo="
  523. },
  524. "caseless": {
  525. "version": "0.12.0",
  526. "resolved": "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz",
  527. "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw="
  528. },
  529. "chalk": {
  530. "version": "2.4.2",
  531. "resolved": "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz",
  532. "integrity": "sha1-zUJUFnelQzPPVBpJEIwUMrRMlCQ=",
  533. "requires": {
  534. "ansi-styles": "3.2.1",
  535. "escape-string-regexp": "1.0.5",
  536. "supports-color": "5.5.0"
  537. },
  538. "dependencies": {
  539. "ansi-styles": {
  540. "version": "3.2.1",
  541. "resolved": "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz",
  542. "integrity": "sha1-QfuyAkPlCxK+DwS43tvwdSDOhB0=",
  543. "requires": {
  544. "color-convert": "1.9.3"
  545. }
  546. },
  547. "color-convert": {
  548. "version": "1.9.3",
  549. "resolved": "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz",
  550. "integrity": "sha1-u3GFBpDh8TZWfeYp0tVHHe2kweg=",
  551. "requires": {
  552. "color-name": "1.1.3"
  553. }
  554. },
  555. "color-name": {
  556. "version": "1.1.3",
  557. "resolved": "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz",
  558. "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
  559. }
  560. }
  561. },
  562. "character-parser": {
  563. "version": "2.2.0",
  564. "resolved": "https://registry.yarnpkg.com/character-parser/-/character-parser-2.2.0.tgz",
  565. "integrity": "sha1-x84o821LzZdE5f/CxfzeHHMmH8A=",
  566. "requires": {
  567. "is-regex": "1.1.1"
  568. }
  569. },
  570. "chokidar": {
  571. "version": "2.1.8",
  572. "resolved": "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz",
  573. "integrity": "sha1-gEs6e2qZNYw8XGHnHYco8EHP+Rc=",
  574. "requires": {
  575. "anymatch": "2.0.0",
  576. "async-each": "1.0.3",
  577. "braces": "2.3.2",
  578. "glob-parent": "3.1.0",
  579. "inherits": "2.0.4",
  580. "is-binary-path": "1.0.1",
  581. "is-glob": "4.0.1",
  582. "normalize-path": "3.0.0",
  583. "path-is-absolute": "1.0.1",
  584. "readdirp": "2.2.1",
  585. "upath": "1.2.0"
  586. },
  587. "dependencies": {
  588. "normalize-path": {
  589. "version": "3.0.0",
  590. "resolved": "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz",
  591. "integrity": "sha1-Dc1p/yOhybEf0JeDFmRKA4ghamU="
  592. }
  593. }
  594. },
  595. "chownr": {
  596. "version": "1.1.4",
  597. "resolved": "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz",
  598. "integrity": "sha1-b8nXtC0ypYNZYzdmbn0ICE2izGs="
  599. },
  600. "class-utils": {
  601. "version": "0.3.6",
  602. "resolved": "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz",
  603. "integrity": "sha1-+TNprouafOAv1B+q0MqDAzGQxGM=",
  604. "requires": {
  605. "arr-union": "3.1.0",
  606. "define-property": "0.2.5",
  607. "isobject": "3.0.1",
  608. "static-extend": "0.1.2"
  609. }
  610. },
  611. "clean-stack": {
  612. "version": "2.2.0",
  613. "resolved": "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz",
  614. "integrity": "sha1-7oRy27Ep5yezHooQpCfe6d/kAIs="
  615. },
  616. "cliui": {
  617. "version": "3.2.0",
  618. "resolved": "https://registry.yarnpkg.com/cliui/-/cliui-3.2.0.tgz",
  619. "integrity": "sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=",
  620. "requires": {
  621. "string-width": "1.0.2",
  622. "strip-ansi": "3.0.1",
  623. "wrap-ansi": "2.1.0"
  624. }
  625. },
  626. "clone": {
  627. "version": "2.1.2",
  628. "resolved": "https://registry.yarnpkg.com/clone/-/clone-2.1.2.tgz",
  629. "integrity": "sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18="
  630. },
  631. "clone-buffer": {
  632. "version": "1.0.0",
  633. "resolved": "https://registry.yarnpkg.com/clone-buffer/-/clone-buffer-1.0.0.tgz",
  634. "integrity": "sha1-4+JbIHrE5wGvch4staFnksrD3Fg="
  635. },
  636. "clone-stats": {
  637. "version": "0.0.1",
  638. "resolved": "https://registry.yarnpkg.com/clone-stats/-/clone-stats-0.0.1.tgz",
  639. "integrity": "sha1-uI+UqCzzi4eR1YBG6kAprYjKmdE="
  640. },
  641. "cloneable-readable": {
  642. "version": "1.1.3",
  643. "resolved": "https://registry.yarnpkg.com/cloneable-readable/-/cloneable-readable-1.1.3.tgz",
  644. "integrity": "sha1-EgoAywU7+2OiIucJ+Wg+ouEdjOw=",
  645. "requires": {
  646. "inherits": "2.0.4",
  647. "process-nextick-args": "2.0.1",
  648. "readable-stream": "2.3.7"
  649. }
  650. },
  651. "coa": {
  652. "version": "2.0.2",
  653. "resolved": "https://registry.yarnpkg.com/coa/-/coa-2.0.2.tgz",
  654. "integrity": "sha1-Q/bCEVG07yv1cYfbDXPeIp4+fsM=",
  655. "requires": {
  656. "@types/q": "1.5.4",
  657. "chalk": "2.4.2",
  658. "q": "1.5.1"
  659. }
  660. },
  661. "code-point-at": {
  662. "version": "1.1.0",
  663. "resolved": "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz",
  664. "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c="
  665. },
  666. "collection-map": {
  667. "version": "1.0.0",
  668. "resolved": "https://registry.yarnpkg.com/collection-map/-/collection-map-1.0.0.tgz",
  669. "integrity": "sha1-rqDwb40mx4DCt1SUOFVEsiVa8Yw=",
  670. "requires": {
  671. "arr-map": "2.0.2",
  672. "for-own": "1.0.0",
  673. "make-iterator": "1.0.1"
  674. }
  675. },
  676. "collection-visit": {
  677. "version": "1.0.0",
  678. "resolved": "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz",
  679. "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=",
  680. "requires": {
  681. "map-visit": "1.0.0",
  682. "object-visit": "1.0.1"
  683. }
  684. },
  685. "color-convert": {
  686. "version": "2.0.1",
  687. "resolved": "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz",
  688. "integrity": "sha1-ctOmjVmMm9s68q0ehPIdiWq9TeM=",
  689. "requires": {
  690. "color-name": "1.1.4"
  691. }
  692. },
  693. "color-name": {
  694. "version": "1.1.4",
  695. "resolved": "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz",
  696. "integrity": "sha1-wqCah6y95pVD3m9j+jmVyCbFNqI="
  697. },
  698. "color-support": {
  699. "version": "1.1.3",
  700. "resolved": "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz",
  701. "integrity": "sha1-k4NDeaHMmgxh+C9S8NBDIiUb1aI="
  702. },
  703. "combined-stream": {
  704. "version": "1.0.8",
  705. "resolved": "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz",
  706. "integrity": "sha1-w9RaizT9cwYxoRCoolIGgrMdWn8=",
  707. "requires": {
  708. "delayed-stream": "1.0.0"
  709. }
  710. },
  711. "commander": {
  712. "version": "2.20.3",
  713. "resolved": "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz",
  714. "integrity": "sha1-/UhehMA+tIgcIHIrpIA16FMa6zM="
  715. },
  716. "component-emitter": {
  717. "version": "1.3.0",
  718. "resolved": "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz",
  719. "integrity": "sha1-FuQHD7qK4ptnnyIVhT7hgasuq8A="
  720. },
  721. "concat-map": {
  722. "version": "0.0.1",
  723. "resolved": "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz",
  724. "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
  725. },
  726. "concat-stream": {
  727. "version": "1.6.2",
  728. "resolved": "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz",
  729. "integrity": "sha1-kEvfGUzTEi/Gdcd/xKw9T/D9GjQ=",
  730. "requires": {
  731. "buffer-from": "1.1.1",
  732. "inherits": "2.0.4",
  733. "readable-stream": "2.3.7",
  734. "typedarray": "0.0.6"
  735. }
  736. },
  737. "console-control-strings": {
  738. "version": "1.1.0",
  739. "resolved": "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz",
  740. "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4="
  741. },
  742. "consolidate": {
  743. "version": "0.14.5",
  744. "resolved": "https://registry.yarnpkg.com/consolidate/-/consolidate-0.14.5.tgz",
  745. "integrity": "sha1-WiUEe8dvcwcmZ8jLUsmJiI9JTGM=",
  746. "requires": {
  747. "bluebird": "3.7.2"
  748. }
  749. },
  750. "constantinople": {
  751. "version": "4.0.1",
  752. "resolved": "https://registry.yarnpkg.com/constantinople/-/constantinople-4.0.1.tgz",
  753. "integrity": "sha1-De8RP6Dk3I3oMzGlz3nIsyUhMVE=",
  754. "requires": {
  755. "@babel/parser": "7.12.5",
  756. "@babel/types": "7.12.6"
  757. }
  758. },
  759. "convert-source-map": {
  760. "version": "1.7.0",
  761. "resolved": "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz",
  762. "integrity": "sha1-F6LLiC1/d9NJBYXizmxSRCSjpEI=",
  763. "requires": {
  764. "safe-buffer": "5.1.2"
  765. },
  766. "dependencies": {
  767. "safe-buffer": {
  768. "version": "5.1.2",
  769. "resolved": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
  770. "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0="
  771. }
  772. }
  773. },
  774. "copy-descriptor": {
  775. "version": "0.1.1",
  776. "resolved": "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz",
  777. "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40="
  778. },
  779. "copy-props": {
  780. "version": "2.0.4",
  781. "resolved": "https://registry.yarnpkg.com/copy-props/-/copy-props-2.0.4.tgz",
  782. "integrity": "sha1-k7scrfr9MdpbuKnUtB9HHsOnLf4=",
  783. "requires": {
  784. "each-props": "1.3.2",
  785. "is-plain-object": "2.0.4"
  786. }
  787. },
  788. "core-util-is": {
  789. "version": "1.0.2",
  790. "resolved": "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz",
  791. "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac="
  792. },
  793. "coveralls": {
  794. "version": "3.1.0",
  795. "resolved": "https://registry.yarnpkg.com/coveralls/-/coveralls-3.1.0.tgz",
  796. "integrity": "sha1-E8dU1eei3YtE/lJp4hyjlPtNYVs=",
  797. "requires": {
  798. "js-yaml": "3.14.0",
  799. "lcov-parse": "1.0.0",
  800. "log-driver": "1.2.7",
  801. "minimist": "1.2.5",
  802. "request": "2.88.2"
  803. }
  804. },
  805. "css": {
  806. "version": "2.2.4",
  807. "resolved": "https://registry.yarnpkg.com/css/-/css-2.2.4.tgz",
  808. "integrity": "sha1-xkZ1XHOXHyu6amAeLPL9cbEpiSk=",
  809. "requires": {
  810. "inherits": "2.0.4",
  811. "source-map": "0.6.1",
  812. "source-map-resolve": "0.5.3",
  813. "urix": "0.1.0"
  814. }
  815. },
  816. "css-parse": {
  817. "version": "2.0.0",
  818. "resolved": "https://registry.yarnpkg.com/css-parse/-/css-parse-2.0.0.tgz",
  819. "integrity": "sha1-pGjuZnwW2BzPBcWMONKpfHgNv9Q=",
  820. "requires": {
  821. "css": "2.2.4"
  822. }
  823. },
  824. "css-select": {
  825. "version": "2.1.0",
  826. "resolved": "https://registry.yarnpkg.com/css-select/-/css-select-2.1.0.tgz",
  827. "integrity": "sha1-ajRlM1ZjWTSoG6ymjQJVQyEF2+8=",
  828. "requires": {
  829. "boolbase": "1.0.0",
  830. "css-what": "3.4.2",
  831. "domutils": "1.7.0",
  832. "nth-check": "1.0.2"
  833. }
  834. },
  835. "css-select-base-adapter": {
  836. "version": "0.1.1",
  837. "resolved": "https://registry.yarnpkg.com/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz",
  838. "integrity": "sha1-Oy/0lyzDYquIVhUHqVQIoUMhNdc="
  839. },
  840. "css-tree": {
  841. "version": "1.0.0-alpha.37",
  842. "resolved": "https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0-alpha.37.tgz",
  843. "integrity": "sha1-mL69YsTB2flg7DQM+fdSLjBwmiI=",
  844. "requires": {
  845. "mdn-data": "2.0.4",
  846. "source-map": "0.6.1"
  847. }
  848. },
  849. "css-what": {
  850. "version": "3.4.2",
  851. "resolved": "https://registry.yarnpkg.com/css-what/-/css-what-3.4.2.tgz",
  852. "integrity": "sha1-6nAm/LAXd+295SEk4h8yfnrpUOQ="
  853. },
  854. "csso": {
  855. "version": "4.1.0",
  856. "resolved": "https://registry.yarnpkg.com/csso/-/csso-4.1.0.tgz",
  857. "integrity": "sha1-HTEZPvqZuHqmutbAzvFV5UPQnos=",
  858. "requires": {
  859. "css-tree": "1.0.0"
  860. },
  861. "dependencies": {
  862. "css-tree": {
  863. "version": "1.0.0",
  864. "resolved": "https://registry.yarnpkg.com/css-tree/-/css-tree-1.0.0.tgz",
  865. "integrity": "sha1-IZk/onDXQmQqkECaLAyzrAKYrfY=",
  866. "requires": {
  867. "mdn-data": "2.0.12",
  868. "source-map": "0.6.1"
  869. }
  870. },
  871. "mdn-data": {
  872. "version": "2.0.12",
  873. "resolved": "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.12.tgz",
  874. "integrity": "sha1-u7ZY0Is49XS7uI97g3A979zEaEQ="
  875. }
  876. }
  877. },
  878. "cubic2quad": {
  879. "version": "1.1.1",
  880. "resolved": "https://registry.yarnpkg.com/cubic2quad/-/cubic2quad-1.1.1.tgz",
  881. "integrity": "sha1-abGcYaP1tB7PLx1fro+wNBWqixU="
  882. },
  883. "d": {
  884. "version": "1.0.1",
  885. "resolved": "https://registry.yarnpkg.com/d/-/d-1.0.1.tgz",
  886. "integrity": "sha1-hpgJU3LVjb7jRv/Qxwk/mfj561o=",
  887. "requires": {
  888. "es5-ext": "0.10.53",
  889. "type": "1.2.0"
  890. }
  891. },
  892. "dashdash": {
  893. "version": "1.14.1",
  894. "resolved": "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz",
  895. "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=",
  896. "requires": {
  897. "assert-plus": "1.0.0"
  898. }
  899. },
  900. "dateformat": {
  901. "version": "2.2.0",
  902. "resolved": "https://registry.yarnpkg.com/dateformat/-/dateformat-2.2.0.tgz",
  903. "integrity": "sha1-QGXiATz5+5Ft39gu+1Bq1MZ2kGI="
  904. },
  905. "debug": {
  906. "version": "2.6.9",
  907. "resolved": "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz",
  908. "integrity": "sha1-XRKFFd8TT/Mn6QpMk/Tgd6U2NB8=",
  909. "requires": {
  910. "ms": "2.0.0"
  911. }
  912. },
  913. "decamelize": {
  914. "version": "1.2.0",
  915. "resolved": "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz",
  916. "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA="
  917. },
  918. "decode-uri-component": {
  919. "version": "0.2.0",
  920. "resolved": "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz",
  921. "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU="
  922. },
  923. "default-compare": {
  924. "version": "1.0.0",
  925. "resolved": "https://registry.yarnpkg.com/default-compare/-/default-compare-1.0.0.tgz",
  926. "integrity": "sha1-y2ETGESthNhHiPto/QFoHKd4Gi8=",
  927. "requires": {
  928. "kind-of": "5.1.0"
  929. },
  930. "dependencies": {
  931. "kind-of": {
  932. "version": "5.1.0",
  933. "resolved": "https://registry.yarnpkg.com/kind-of/-/kind-of-5.1.0.tgz",
  934. "integrity": "sha1-cpyR4thXt6QZofmqZWhcTDP1hF0="
  935. }
  936. }
  937. },
  938. "default-resolution": {
  939. "version": "2.0.0",
  940. "resolved": "https://registry.yarnpkg.com/default-resolution/-/default-resolution-2.0.0.tgz",
  941. "integrity": "sha1-vLgrqnKtebQmp2cy8aga1t8m1oQ="
  942. },
  943. "define-properties": {
  944. "version": "1.1.3",
  945. "resolved": "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz",
  946. "integrity": "sha1-z4jabL7ib+bbcJT2HYcMvYTO6fE=",
  947. "requires": {
  948. "object-keys": "1.1.1"
  949. }
  950. },
  951. "define-property": {
  952. "version": "0.2.5",
  953. "resolved": "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz",
  954. "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
  955. "requires": {
  956. "is-descriptor": "0.1.6"
  957. },
  958. "dependencies": {
  959. "is-accessor-descriptor": {
  960. "version": "0.1.6",
  961. "resolved": "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
  962. "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=",
  963. "requires": {
  964. "kind-of": "3.2.2"
  965. },
  966. "dependencies": {
  967. "kind-of": {
  968. "version": "3.2.2",
  969. "resolved": "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz",
  970. "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
  971. "requires": {
  972. "is-buffer": "1.1.6"
  973. }
  974. }
  975. }
  976. },
  977. "is-data-descriptor": {
  978. "version": "0.1.4",
  979. "resolved": "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
  980. "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=",
  981. "requires": {
  982. "kind-of": "3.2.2"
  983. },
  984. "dependencies": {
  985. "kind-of": {
  986. "version": "3.2.2",
  987. "resolved": "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz",
  988. "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
  989. "requires": {
  990. "is-buffer": "1.1.6"
  991. }
  992. }
  993. }
  994. },
  995. "is-descriptor": {
  996. "version": "0.1.6",
  997. "resolved": "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.6.tgz",
  998. "integrity": "sha1-Nm2CQN3kh8pRgjsaufB6EKeCUco=",
  999. "requires": {
  1000. "is-accessor-descriptor": "0.1.6",
  1001. "is-data-descriptor": "0.1.4",
  1002. "kind-of": "5.1.0"
  1003. }
  1004. },
  1005. "kind-of": {
  1006. "version": "5.1.0",
  1007. "resolved": "https://registry.yarnpkg.com/kind-of/-/kind-of-5.1.0.tgz",
  1008. "integrity": "sha1-cpyR4thXt6QZofmqZWhcTDP1hF0="
  1009. }
  1010. }
  1011. },
  1012. "del": {
  1013. "version": "5.1.0",
  1014. "resolved": "https://registry.yarnpkg.com/del/-/del-5.1.0.tgz",
  1015. "integrity": "sha1-2Uh8lONnQQ5u/ykl7ljAyEp1s6c=",
  1016. "requires": {
  1017. "globby": "10.0.2",
  1018. "graceful-fs": "4.2.4",
  1019. "is-glob": "4.0.1",
  1020. "is-path-cwd": "2.2.0",
  1021. "is-path-inside": "3.0.2",
  1022. "p-map": "3.0.0",
  1023. "rimraf": "3.0.2",
  1024. "slash": "3.0.0"
  1025. }
  1026. },
  1027. "delayed-stream": {
  1028. "version": "1.0.0",
  1029. "resolved": "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz",
  1030. "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk="
  1031. },
  1032. "delegates": {
  1033. "version": "1.0.0",
  1034. "resolved": "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz",
  1035. "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o="
  1036. },
  1037. "detect-file": {
  1038. "version": "1.0.0",
  1039. "resolved": "https://registry.yarnpkg.com/detect-file/-/detect-file-1.0.0.tgz",
  1040. "integrity": "sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc="
  1041. },
  1042. "dir-glob": {
  1043. "version": "3.0.1",
  1044. "resolved": "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz",
  1045. "integrity": "sha1-Vtv3PZkqSpO6FYT0U0Bj/S5BcX8=",
  1046. "requires": {
  1047. "path-type": "4.0.0"
  1048. }
  1049. },
  1050. "doctypes": {
  1051. "version": "1.1.0",
  1052. "resolved": "https://registry.yarnpkg.com/doctypes/-/doctypes-1.1.0.tgz",
  1053. "integrity": "sha1-6oCxBqh1OHdOijpKWv4pPeSJ4Kk="
  1054. },
  1055. "dom-serializer": {
  1056. "version": "0.2.2",
  1057. "resolved": "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.2.2.tgz",
  1058. "integrity": "sha1-GvuB9TNxcXXUeGVd68XjMtn5u1E=",
  1059. "requires": {
  1060. "domelementtype": "2.0.2",
  1061. "entities": "2.1.0"
  1062. },
  1063. "dependencies": {
  1064. "domelementtype": {
  1065. "version": "2.0.2",
  1066. "resolved": "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.0.2.tgz",
  1067. "integrity": "sha1-87blSSAeRvWItZRj3XcYcTH+aXE="
  1068. }
  1069. }
  1070. },
  1071. "domelementtype": {
  1072. "version": "1.3.1",
  1073. "resolved": "https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.3.1.tgz",
  1074. "integrity": "sha1-0EjESzew0Qp/Kj1f7j9DM9eQSB8="
  1075. },
  1076. "domutils": {
  1077. "version": "1.7.0",
  1078. "resolved": "https://registry.yarnpkg.com/domutils/-/domutils-1.7.0.tgz",
  1079. "integrity": "sha1-Vuo0HoNOBuZ0ivehyyXaZ+qfjCo=",
  1080. "requires": {
  1081. "dom-serializer": "0.2.2",
  1082. "domelementtype": "1.3.1"
  1083. }
  1084. },
  1085. "duplexer2": {
  1086. "version": "0.1.4",
  1087. "resolved": "https://registry.yarnpkg.com/duplexer2/-/duplexer2-0.1.4.tgz",
  1088. "integrity": "sha1-ixLauHjA1p4+eJEFFmKjL8a93ME=",
  1089. "requires": {
  1090. "readable-stream": "2.3.7"
  1091. }
  1092. },
  1093. "duplexify": {
  1094. "version": "3.7.1",
  1095. "resolved": "https://registry.yarnpkg.com/duplexify/-/duplexify-3.7.1.tgz",
  1096. "integrity": "sha1-Kk31MX9sz9kfhtb9JdjYoQO4gwk=",
  1097. "requires": {
  1098. "end-of-stream": "1.4.4",
  1099. "inherits": "2.0.4",
  1100. "readable-stream": "2.3.7",
  1101. "stream-shift": "1.0.1"
  1102. }
  1103. },
  1104. "each-props": {
  1105. "version": "1.3.2",
  1106. "resolved": "https://registry.yarnpkg.com/each-props/-/each-props-1.3.2.tgz",
  1107. "integrity": "sha1-6kWkFNFt1c+kGbGoFyDVygaJIzM=",
  1108. "requires": {
  1109. "is-plain-object": "2.0.4",
  1110. "object.defaults": "1.1.0"
  1111. }
  1112. },
  1113. "ecc-jsbn": {
  1114. "version": "0.1.2",
  1115. "resolved": "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz",
  1116. "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=",
  1117. "requires": {
  1118. "jsbn": "0.1.1",
  1119. "safer-buffer": "2.1.2"
  1120. }
  1121. },
  1122. "editions": {
  1123. "version": "1.3.4",
  1124. "resolved": "https://registry.yarnpkg.com/editions/-/editions-1.3.4.tgz",
  1125. "integrity": "sha1-NmLLWSNHwxaOuOSYoP9zJx1n9Qs="
  1126. },
  1127. "emoji-regex": {
  1128. "version": "8.0.0",
  1129. "resolved": "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz",
  1130. "integrity": "sha1-6Bj9ac5cz8tARZT4QpY79TFkzDc="
  1131. },
  1132. "end-of-stream": {
  1133. "version": "1.4.4",
  1134. "resolved": "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz",
  1135. "integrity": "sha1-WuZKX0UFe682JuwU2gyl5LJDHrA=",
  1136. "requires": {
  1137. "once": "1.4.0"
  1138. }
  1139. },
  1140. "entities": {
  1141. "version": "2.1.0",
  1142. "resolved": "https://registry.yarnpkg.com/entities/-/entities-2.1.0.tgz",
  1143. "integrity": "sha1-mS0xKc999ocLlsV4WMJJoSD4uLU="
  1144. },
  1145. "error-ex": {
  1146. "version": "1.3.2",
  1147. "resolved": "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz",
  1148. "integrity": "sha1-tKxAZIEH/c3PriQvQovqihTU8b8=",
  1149. "requires": {
  1150. "is-arrayish": "0.2.1"
  1151. }
  1152. },
  1153. "es-abstract": {
  1154. "version": "1.17.7",
  1155. "resolved": "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.7.tgz",
  1156. "integrity": "sha1-pN5hsvZpifx0IWdsHLl4dXOs5Uw=",
  1157. "requires": {
  1158. "es-to-primitive": "1.2.1",
  1159. "function-bind": "1.1.1",
  1160. "has": "1.0.3",
  1161. "has-symbols": "1.0.1",
  1162. "is-callable": "1.2.2",
  1163. "is-regex": "1.1.1",
  1164. "object-inspect": "1.8.0",
  1165. "object-keys": "1.1.1",
  1166. "object.assign": "4.1.2",
  1167. "string.prototype.trimend": "1.0.2",
  1168. "string.prototype.trimstart": "1.0.2"
  1169. }
  1170. },
  1171. "es-to-primitive": {
  1172. "version": "1.2.1",
  1173. "resolved": "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
  1174. "integrity": "sha1-5VzUyc3BiLzvsDs2bHNjI/xciYo=",
  1175. "requires": {
  1176. "is-callable": "1.2.2",
  1177. "is-date-object": "1.0.2",
  1178. "is-symbol": "1.0.3"
  1179. }
  1180. },
  1181. "es5-ext": {
  1182. "version": "0.10.53",
  1183. "resolved": "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.53.tgz",
  1184. "integrity": "sha1-k8WjrP2+8nUiCtcmRK0C7hg2jeE=",
  1185. "requires": {
  1186. "es6-iterator": "2.0.3",
  1187. "es6-symbol": "3.1.3",
  1188. "next-tick": "1.0.0"
  1189. }
  1190. },
  1191. "es6-iterator": {
  1192. "version": "2.0.3",
  1193. "resolved": "https://registry.yarnpkg.com/es6-iterator/-/es6-iterator-2.0.3.tgz",
  1194. "integrity": "sha1-p96IkUGgWpSwhUQDstCg+/qY87c=",
  1195. "requires": {
  1196. "d": "1.0.1",
  1197. "es5-ext": "0.10.53",
  1198. "es6-symbol": "3.1.3"
  1199. }
  1200. },
  1201. "es6-symbol": {
  1202. "version": "3.1.3",
  1203. "resolved": "https://registry.yarnpkg.com/es6-symbol/-/es6-symbol-3.1.3.tgz",
  1204. "integrity": "sha1-utXTwbzawoJp9MszHkMceKxwXRg=",
  1205. "requires": {
  1206. "d": "1.0.1",
  1207. "ext": "1.4.0"
  1208. }
  1209. },
  1210. "es6-weak-map": {
  1211. "version": "2.0.3",
  1212. "resolved": "https://registry.yarnpkg.com/es6-weak-map/-/es6-weak-map-2.0.3.tgz",
  1213. "integrity": "sha1-ttofFswswNm+Q+a9v8Xn383zHVM=",
  1214. "requires": {
  1215. "d": "1.0.1",
  1216. "es5-ext": "0.10.53",
  1217. "es6-iterator": "2.0.3",
  1218. "es6-symbol": "3.1.3"
  1219. }
  1220. },
  1221. "escape-string-regexp": {
  1222. "version": "1.0.5",
  1223. "resolved": "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  1224. "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
  1225. },
  1226. "esprima": {
  1227. "version": "4.0.1",
  1228. "resolved": "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz",
  1229. "integrity": "sha1-E7BM2z5sXRnfkatph6hpVhmwqnE="
  1230. },
  1231. "expand-brackets": {
  1232. "version": "2.1.4",
  1233. "resolved": "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz",
  1234. "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=",
  1235. "requires": {
  1236. "debug": "2.6.9",
  1237. "define-property": "0.2.5",
  1238. "extend-shallow": "2.0.1",
  1239. "posix-character-classes": "0.1.1",
  1240. "regex-not": "1.0.2",
  1241. "snapdragon": "0.8.2",
  1242. "to-regex": "3.0.2"
  1243. },
  1244. "dependencies": {
  1245. "extend-shallow": {
  1246. "version": "2.0.1",
  1247. "resolved": "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz",
  1248. "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
  1249. "requires": {
  1250. "is-extendable": "0.1.1"
  1251. }
  1252. }
  1253. }
  1254. },
  1255. "expand-tilde": {
  1256. "version": "2.0.2",
  1257. "resolved": "https://registry.yarnpkg.com/expand-tilde/-/expand-tilde-2.0.2.tgz",
  1258. "integrity": "sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=",
  1259. "requires": {
  1260. "homedir-polyfill": "1.0.3"
  1261. }
  1262. },
  1263. "ext": {
  1264. "version": "1.4.0",
  1265. "resolved": "https://registry.yarnpkg.com/ext/-/ext-1.4.0.tgz",
  1266. "integrity": "sha1-ia56BxWPedNVF4gpBDJAd+Q3kkQ=",
  1267. "requires": {
  1268. "type": "2.1.0"
  1269. },
  1270. "dependencies": {
  1271. "type": {
  1272. "version": "2.1.0",
  1273. "resolved": "https://registry.yarnpkg.com/type/-/type-2.1.0.tgz",
  1274. "integrity": "sha1-m9wixkjPjPht0j0yM2pBz7ZHXj8="
  1275. }
  1276. }
  1277. },
  1278. "extend": {
  1279. "version": "3.0.2",
  1280. "resolved": "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz",
  1281. "integrity": "sha1-+LETa0Bx+9jrFAr/hYsQGewpFfo="
  1282. },
  1283. "extend-shallow": {
  1284. "version": "3.0.2",
  1285. "resolved": "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz",
  1286. "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
  1287. "requires": {
  1288. "assign-symbols": "1.0.0",
  1289. "is-extendable": "1.0.1"
  1290. },
  1291. "dependencies": {
  1292. "is-extendable": {
  1293. "version": "1.0.1",
  1294. "resolved": "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz",
  1295. "integrity": "sha1-p0cPnkJnM9gb2B4RVSZOOjUHyrQ=",
  1296. "requires": {
  1297. "is-plain-object": "2.0.4"
  1298. }
  1299. }
  1300. }
  1301. },
  1302. "extglob": {
  1303. "version": "2.0.4",
  1304. "resolved": "https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz",
  1305. "integrity": "sha1-rQD+TcYSqSMuhxhxHcXLWrAoVUM=",
  1306. "requires": {
  1307. "array-unique": "0.3.2",
  1308. "define-property": "1.0.0",
  1309. "expand-brackets": "2.1.4",
  1310. "extend-shallow": "2.0.1",
  1311. "fragment-cache": "0.2.1",
  1312. "regex-not": "1.0.2",
  1313. "snapdragon": "0.8.2",
  1314. "to-regex": "3.0.2"
  1315. },
  1316. "dependencies": {
  1317. "define-property": {
  1318. "version": "1.0.0",
  1319. "resolved": "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz",
  1320. "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
  1321. "requires": {
  1322. "is-descriptor": "1.0.2"
  1323. }
  1324. },
  1325. "extend-shallow": {
  1326. "version": "2.0.1",
  1327. "resolved": "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz",
  1328. "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
  1329. "requires": {
  1330. "is-extendable": "0.1.1"
  1331. }
  1332. }
  1333. }
  1334. },
  1335. "extsprintf": {
  1336. "version": "1.3.0",
  1337. "resolved": "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz",
  1338. "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU="
  1339. },
  1340. "fancy-log": {
  1341. "version": "1.3.3",
  1342. "resolved": "https://registry.yarnpkg.com/fancy-log/-/fancy-log-1.3.3.tgz",
  1343. "integrity": "sha1-28GRVPVYaQFQojlToK29A1vkX8c=",
  1344. "requires": {
  1345. "ansi-gray": "0.1.1",
  1346. "color-support": "1.1.3",
  1347. "parse-node-version": "1.0.1",
  1348. "time-stamp": "1.1.0"
  1349. }
  1350. },
  1351. "fast-deep-equal": {
  1352. "version": "3.1.3",
  1353. "resolved": "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  1354. "integrity": "sha1-On1WtVnWy8PrUSMlJE5hmmXGxSU="
  1355. },
  1356. "fast-glob": {
  1357. "version": "3.2.4",
  1358. "resolved": "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.4.tgz",
  1359. "integrity": "sha1-0grvv5lXk4Pn88xmUpFYybmFVNM=",
  1360. "requires": {
  1361. "@nodelib/fs.stat": "2.0.3",
  1362. "@nodelib/fs.walk": "1.2.4",
  1363. "glob-parent": "5.1.1",
  1364. "merge2": "1.4.1",
  1365. "micromatch": "4.0.2",
  1366. "picomatch": "2.2.2"
  1367. },
  1368. "dependencies": {
  1369. "braces": {
  1370. "version": "3.0.2",
  1371. "resolved": "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz",
  1372. "integrity": "sha1-NFThpGLujVmeI23zNs2epPiv4Qc=",
  1373. "requires": {
  1374. "fill-range": "7.0.1"
  1375. }
  1376. },
  1377. "fill-range": {
  1378. "version": "7.0.1",
  1379. "resolved": "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz",
  1380. "integrity": "sha1-GRmmp8df44ssfHflGYU12prN2kA=",
  1381. "requires": {
  1382. "to-regex-range": "5.0.1"
  1383. }
  1384. },
  1385. "glob-parent": {
  1386. "version": "5.1.1",
  1387. "resolved": "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.1.tgz",
  1388. "integrity": "sha1-tsHvQXxOVmPqSY8cRa+saRa7wik=",
  1389. "requires": {
  1390. "is-glob": "4.0.1"
  1391. }
  1392. },
  1393. "is-number": {
  1394. "version": "7.0.0",
  1395. "resolved": "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz",
  1396. "integrity": "sha1-dTU0W4lnNNX4DE0GxQlVUnoU8Ss="
  1397. },
  1398. "micromatch": {
  1399. "version": "4.0.2",
  1400. "resolved": "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.2.tgz",
  1401. "integrity": "sha1-T8sJmb+fvC/L3SEvbWKbmlbDklk=",
  1402. "requires": {
  1403. "braces": "3.0.2",
  1404. "picomatch": "2.2.2"
  1405. }
  1406. },
  1407. "to-regex-range": {
  1408. "version": "5.0.1",
  1409. "resolved": "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
  1410. "integrity": "sha1-FkjESq58jZiKMmAY7XL1tN0DkuQ=",
  1411. "requires": {
  1412. "is-number": "7.0.0"
  1413. }
  1414. }
  1415. }
  1416. },
  1417. "fast-json-stable-stringify": {
  1418. "version": "2.1.0",
  1419. "resolved": "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  1420. "integrity": "sha1-h0v2nG9ATCtdmcSBNBOZ/VWJJjM="
  1421. },
  1422. "fast-levenshtein": {
  1423. "version": "1.1.4",
  1424. "resolved": "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-1.1.4.tgz",
  1425. "integrity": "sha1-5qdUzI8V5YmHqpy9J69m/W9OWvk="
  1426. },
  1427. "fastq": {
  1428. "version": "1.9.0",
  1429. "resolved": "https://registry.yarnpkg.com/fastq/-/fastq-1.9.0.tgz",
  1430. "integrity": "sha1-4Wpy8zjqykjpG1wjWTvMLvZreUc=",
  1431. "requires": {
  1432. "reusify": "1.0.4"
  1433. }
  1434. },
  1435. "file-uri-to-path": {
  1436. "version": "1.0.0",
  1437. "resolved": "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
  1438. "integrity": "sha1-VTp7hEb/b2hDWcRF8eN6BdrMM90="
  1439. },
  1440. "fill-range": {
  1441. "version": "4.0.0",
  1442. "resolved": "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz",
  1443. "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=",
  1444. "requires": {
  1445. "extend-shallow": "2.0.1",
  1446. "is-number": "3.0.0",
  1447. "repeat-string": "1.6.1",
  1448. "to-regex-range": "2.1.1"
  1449. },
  1450. "dependencies": {
  1451. "extend-shallow": {
  1452. "version": "2.0.1",
  1453. "resolved": "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz",
  1454. "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
  1455. "requires": {
  1456. "is-extendable": "0.1.1"
  1457. }
  1458. }
  1459. }
  1460. },
  1461. "find-up": {
  1462. "version": "4.1.0",
  1463. "resolved": "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz",
  1464. "integrity": "sha1-l6/n1s3AvFkoWEt8jXsW6KmqXRk=",
  1465. "requires": {
  1466. "locate-path": "5.0.0",
  1467. "path-exists": "4.0.0"
  1468. }
  1469. },
  1470. "findup-sync": {
  1471. "version": "2.0.0",
  1472. "resolved": "https://registry.yarnpkg.com/findup-sync/-/findup-sync-2.0.0.tgz",
  1473. "integrity": "sha1-kyaxSIwi0aYIhlCoaQGy2akKLLw=",
  1474. "requires": {
  1475. "detect-file": "1.0.0",
  1476. "is-glob": "3.1.0",
  1477. "micromatch": "3.1.10",
  1478. "resolve-dir": "1.0.1"
  1479. },
  1480. "dependencies": {
  1481. "is-glob": {
  1482. "version": "3.1.0",
  1483. "resolved": "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz",
  1484. "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=",
  1485. "requires": {
  1486. "is-extglob": "2.1.1"
  1487. }
  1488. }
  1489. }
  1490. },
  1491. "fined": {
  1492. "version": "1.2.0",
  1493. "resolved": "https://registry.yarnpkg.com/fined/-/fined-1.2.0.tgz",
  1494. "integrity": "sha1-0AvszxqitHXRbUI7Aji3E6LEo3s=",
  1495. "requires": {
  1496. "expand-tilde": "2.0.2",
  1497. "is-plain-object": "2.0.4",
  1498. "object.defaults": "1.1.0",
  1499. "object.pick": "1.3.0",
  1500. "parse-filepath": "1.0.2"
  1501. }
  1502. },
  1503. "flagged-respawn": {
  1504. "version": "1.0.1",
  1505. "resolved": "https://registry.yarnpkg.com/flagged-respawn/-/flagged-respawn-1.0.1.tgz",
  1506. "integrity": "sha1-595vEnnd2cqarIpZcdYYYGs6q0E="
  1507. },
  1508. "flush-write-stream": {
  1509. "version": "1.1.1",
  1510. "resolved": "https://registry.yarnpkg.com/flush-write-stream/-/flush-write-stream-1.1.1.tgz",
  1511. "integrity": "sha1-jdfYc6G6vCB9lOrQwuDkQnbr8ug=",
  1512. "requires": {
  1513. "inherits": "2.0.4",
  1514. "readable-stream": "2.3.7"
  1515. }
  1516. },
  1517. "for-in": {
  1518. "version": "1.0.2",
  1519. "resolved": "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz",
  1520. "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA="
  1521. },
  1522. "for-own": {
  1523. "version": "1.0.0",
  1524. "resolved": "https://registry.yarnpkg.com/for-own/-/for-own-1.0.0.tgz",
  1525. "integrity": "sha1-xjMy9BXO3EsE2/5wz4NklMU8tEs=",
  1526. "requires": {
  1527. "for-in": "1.0.2"
  1528. }
  1529. },
  1530. "forever-agent": {
  1531. "version": "0.6.1",
  1532. "resolved": "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz",
  1533. "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE="
  1534. },
  1535. "form-data": {
  1536. "version": "2.3.3",
  1537. "resolved": "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz",
  1538. "integrity": "sha1-3M5SwF9kTymManq5Nr1yTO/786Y=",
  1539. "requires": {
  1540. "asynckit": "0.4.0",
  1541. "combined-stream": "1.0.8",
  1542. "mime-types": "2.1.27"
  1543. }
  1544. },
  1545. "fragment-cache": {
  1546. "version": "0.2.1",
  1547. "resolved": "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz",
  1548. "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=",
  1549. "requires": {
  1550. "map-cache": "0.2.2"
  1551. }
  1552. },
  1553. "fs-minipass": {
  1554. "version": "1.2.7",
  1555. "resolved": "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.7.tgz",
  1556. "integrity": "sha1-zP+FcIQef+QmVpPaiJNsVa7X98c=",
  1557. "requires": {
  1558. "minipass": "2.9.0"
  1559. }
  1560. },
  1561. "fs-mkdirp-stream": {
  1562. "version": "1.0.0",
  1563. "resolved": "https://registry.yarnpkg.com/fs-mkdirp-stream/-/fs-mkdirp-stream-1.0.0.tgz",
  1564. "integrity": "sha1-C3gV/DIBxqaeFNuYzgmMFpNSWes=",
  1565. "requires": {
  1566. "graceful-fs": "4.2.4",
  1567. "through2": "2.0.5"
  1568. }
  1569. },
  1570. "fs.realpath": {
  1571. "version": "1.0.0",
  1572. "resolved": "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz",
  1573. "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
  1574. },
  1575. "function-bind": {
  1576. "version": "1.1.1",
  1577. "resolved": "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz",
  1578. "integrity": "sha1-pWiZ0+o8m6uHS7l3O3xe3pL0iV0="
  1579. },
  1580. "gauge": {
  1581. "version": "2.7.4",
  1582. "resolved": "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz",
  1583. "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=",
  1584. "requires": {
  1585. "aproba": "1.2.0",
  1586. "console-control-strings": "1.1.0",
  1587. "has-unicode": "2.0.1",
  1588. "object-assign": "4.1.1",
  1589. "signal-exit": "3.0.3",
  1590. "string-width": "1.0.2",
  1591. "strip-ansi": "3.0.1",
  1592. "wide-align": "1.1.3"
  1593. }
  1594. },
  1595. "geometry-interfaces": {
  1596. "version": "1.1.4",
  1597. "resolved": "https://registry.yarnpkg.com/geometry-interfaces/-/geometry-interfaces-1.1.4.tgz",
  1598. "integrity": "sha1-noKvZwDKY5pnUpnwjh9fvEp51I0="
  1599. },
  1600. "get-caller-file": {
  1601. "version": "1.0.3",
  1602. "resolved": "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.3.tgz",
  1603. "integrity": "sha1-+Xj6TJDR3+f/LWvtoqUV5xO9z0o="
  1604. },
  1605. "get-intrinsic": {
  1606. "version": "1.0.1",
  1607. "resolved": "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.0.1.tgz",
  1608. "integrity": "sha1-lKl2j8vdBZWhySc6rPTInQdWMb4=",
  1609. "requires": {
  1610. "function-bind": "1.1.1",
  1611. "has": "1.0.3",
  1612. "has-symbols": "1.0.1"
  1613. }
  1614. },
  1615. "get-own-enumerable-property-symbols": {
  1616. "version": "3.0.2",
  1617. "resolved": "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz",
  1618. "integrity": "sha1-tf3nfyLL4185C04ImSLFC85u9mQ="
  1619. },
  1620. "get-value": {
  1621. "version": "2.0.6",
  1622. "resolved": "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz",
  1623. "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg="
  1624. },
  1625. "getpass": {
  1626. "version": "0.1.7",
  1627. "resolved": "https://registry.yarnpkg.com/getpass/-/getpass-0.1.7.tgz",
  1628. "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=",
  1629. "requires": {
  1630. "assert-plus": "1.0.0"
  1631. }
  1632. },
  1633. "glob": {
  1634. "version": "7.1.6",
  1635. "resolved": "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz",
  1636. "integrity": "sha1-FB8zuBp8JJLhJVlDB0gMRmeSeKY=",
  1637. "requires": {
  1638. "fs.realpath": "1.0.0",
  1639. "inflight": "1.0.6",
  1640. "inherits": "2.0.4",
  1641. "minimatch": "3.0.4",
  1642. "once": "1.4.0",
  1643. "path-is-absolute": "1.0.1"
  1644. }
  1645. },
  1646. "glob-parent": {
  1647. "version": "3.1.0",
  1648. "resolved": "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz",
  1649. "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=",
  1650. "requires": {
  1651. "is-glob": "3.1.0",
  1652. "path-dirname": "1.0.2"
  1653. },
  1654. "dependencies": {
  1655. "is-glob": {
  1656. "version": "3.1.0",
  1657. "resolved": "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz",
  1658. "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=",
  1659. "requires": {
  1660. "is-extglob": "2.1.1"
  1661. }
  1662. }
  1663. }
  1664. },
  1665. "glob-stream": {
  1666. "version": "6.1.0",
  1667. "resolved": "https://registry.yarnpkg.com/glob-stream/-/glob-stream-6.1.0.tgz",
  1668. "integrity": "sha1-cEXJlBOz65SIjYOrRtC0BMx73eQ=",
  1669. "requires": {
  1670. "extend": "3.0.2",
  1671. "glob": "7.1.6",
  1672. "glob-parent": "3.1.0",
  1673. "is-negated-glob": "1.0.0",
  1674. "ordered-read-streams": "1.0.1",
  1675. "pumpify": "1.5.1",
  1676. "readable-stream": "2.3.7",
  1677. "remove-trailing-separator": "1.1.0",
  1678. "to-absolute-glob": "2.0.2",
  1679. "unique-stream": "2.3.1"
  1680. }
  1681. },
  1682. "glob-watcher": {
  1683. "version": "5.0.5",
  1684. "resolved": "https://registry.yarnpkg.com/glob-watcher/-/glob-watcher-5.0.5.tgz",
  1685. "integrity": "sha1-qmvOZIMykk2ahIm+QePlxS1Bhtw=",
  1686. "requires": {
  1687. "anymatch": "2.0.0",
  1688. "async-done": "1.3.2",
  1689. "chokidar": "2.1.8",
  1690. "is-negated-glob": "1.0.0",
  1691. "just-debounce": "1.0.0",
  1692. "normalize-path": "3.0.0",
  1693. "object.defaults": "1.1.0"
  1694. },
  1695. "dependencies": {
  1696. "normalize-path": {
  1697. "version": "3.0.0",
  1698. "resolved": "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz",
  1699. "integrity": "sha1-Dc1p/yOhybEf0JeDFmRKA4ghamU="
  1700. }
  1701. }
  1702. },
  1703. "global-modules": {
  1704. "version": "1.0.0",
  1705. "resolved": "https://registry.yarnpkg.com/global-modules/-/global-modules-1.0.0.tgz",
  1706. "integrity": "sha1-bXcPDrUjrHgWTXK15xqIdyZcw+o=",
  1707. "requires": {
  1708. "global-prefix": "1.0.2",
  1709. "is-windows": "1.0.2",
  1710. "resolve-dir": "1.0.1"
  1711. }
  1712. },
  1713. "global-prefix": {
  1714. "version": "1.0.2",
  1715. "resolved": "https://registry.yarnpkg.com/global-prefix/-/global-prefix-1.0.2.tgz",
  1716. "integrity": "sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=",
  1717. "requires": {
  1718. "expand-tilde": "2.0.2",
  1719. "homedir-polyfill": "1.0.3",
  1720. "ini": "1.3.5",
  1721. "is-windows": "1.0.2",
  1722. "which": "1.3.1"
  1723. }
  1724. },
  1725. "globby": {
  1726. "version": "10.0.2",
  1727. "resolved": "https://registry.yarnpkg.com/globby/-/globby-10.0.2.tgz",
  1728. "integrity": "sha1-J3WT50WsqkZGw6tBEonsR6A5JUM=",
  1729. "requires": {
  1730. "@types/glob": "7.1.3",
  1731. "array-union": "2.1.0",
  1732. "dir-glob": "3.0.1",
  1733. "fast-glob": "3.2.4",
  1734. "glob": "7.1.6",
  1735. "ignore": "5.1.8",
  1736. "merge2": "1.4.1",
  1737. "slash": "3.0.0"
  1738. }
  1739. },
  1740. "glogg": {
  1741. "version": "1.0.2",
  1742. "resolved": "https://registry.yarnpkg.com/glogg/-/glogg-1.0.2.tgz",
  1743. "integrity": "sha1-LX3XAr7aIus7/634gGltpthGMT8=",
  1744. "requires": {
  1745. "sparkles": "1.0.1"
  1746. }
  1747. },
  1748. "graceful-fs": {
  1749. "version": "4.2.4",
  1750. "resolved": "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz",
  1751. "integrity": "sha1-Ila94U02MpWMRl68ltxGfKB6Kfs="
  1752. },
  1753. "group-array": {
  1754. "version": "1.0.0",
  1755. "resolved": "https://registry.yarnpkg.com/group-array/-/group-array-1.0.0.tgz",
  1756. "integrity": "sha1-4ujYiQ5bRvcutJtx6K9nUXOp0Pc=",
  1757. "requires": {
  1758. "arr-flatten": "1.1.0",
  1759. "for-own": "1.0.0",
  1760. "get-value": "3.0.1",
  1761. "kind-of": "6.0.3",
  1762. "split-string": "6.1.0",
  1763. "union-value": "2.0.1"
  1764. },
  1765. "dependencies": {
  1766. "get-value": {
  1767. "version": "3.0.1",
  1768. "resolved": "https://registry.yarnpkg.com/get-value/-/get-value-3.0.1.tgz",
  1769. "integrity": "sha1-Xv0qFX8dalFtdSThJKxS0KOe9ag=",
  1770. "requires": {
  1771. "isobject": "3.0.1"
  1772. }
  1773. },
  1774. "split-string": {
  1775. "version": "6.1.0",
  1776. "resolved": "https://registry.yarnpkg.com/split-string/-/split-string-6.1.0.tgz",
  1777. "integrity": "sha1-6c7c+UzasHfZtVKJJ4lN7EsPQqs="
  1778. }
  1779. }
  1780. },
  1781. "growly": {
  1782. "version": "1.3.0",
  1783. "resolved": "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz",
  1784. "integrity": "sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE="
  1785. },
  1786. "gulp": {
  1787. "version": "4.0.2",
  1788. "resolved": "https://registry.yarnpkg.com/gulp/-/gulp-4.0.2.tgz",
  1789. "integrity": "sha1-VDZRBw/Q9qsKBlDGo+b/WnywnKo=",
  1790. "requires": {
  1791. "glob-watcher": "5.0.5",
  1792. "gulp-cli": "2.3.0",
  1793. "undertaker": "1.3.0",
  1794. "vinyl-fs": "3.0.3"
  1795. }
  1796. },
  1797. "gulp-changed": {
  1798. "version": "4.0.2",
  1799. "resolved": "https://registry.yarnpkg.com/gulp-changed/-/gulp-changed-4.0.2.tgz",
  1800. "integrity": "sha1-OHxrBaPRhRkoFRbr+PSfLV1W79M=",
  1801. "requires": {
  1802. "make-dir": "3.1.0",
  1803. "plugin-error": "1.0.1",
  1804. "replace-ext": "1.0.1",
  1805. "through2": "3.0.2",
  1806. "touch": "3.1.0"
  1807. },
  1808. "dependencies": {
  1809. "readable-stream": {
  1810. "version": "3.6.0",
  1811. "resolved": "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz",
  1812. "integrity": "sha1-M3u9o63AcGvT4CRCaihtS0sskZg=",
  1813. "requires": {
  1814. "inherits": "2.0.4",
  1815. "string_decoder": "1.3.0",
  1816. "util-deprecate": "1.0.2"
  1817. }
  1818. },
  1819. "string_decoder": {
  1820. "version": "1.3.0",
  1821. "resolved": "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz",
  1822. "integrity": "sha1-QvEUWUpGzxqOMLCoT1bHjD7awh4=",
  1823. "requires": {
  1824. "safe-buffer": "5.2.1"
  1825. }
  1826. },
  1827. "through2": {
  1828. "version": "3.0.2",
  1829. "resolved": "https://registry.yarnpkg.com/through2/-/through2-3.0.2.tgz",
  1830. "integrity": "sha1-mfiJMc/HYex2eLQdXXM2tbage/Q=",
  1831. "requires": {
  1832. "inherits": "2.0.4",
  1833. "readable-stream": "3.6.0"
  1834. }
  1835. }
  1836. }
  1837. },
  1838. "gulp-cli": {
  1839. "version": "2.3.0",
  1840. "resolved": "https://registry.yarnpkg.com/gulp-cli/-/gulp-cli-2.3.0.tgz",
  1841. "integrity": "sha1-7A04DinlKqReR5d/DTLhj9FhEi8=",
  1842. "requires": {
  1843. "ansi-colors": "1.1.0",
  1844. "archy": "1.0.0",
  1845. "array-sort": "1.0.0",
  1846. "concat-stream": "1.6.2",
  1847. "color-support": "1.1.3",
  1848. "copy-props": "2.0.4",
  1849. "fancy-log": "1.3.3",
  1850. "gulplog": "1.0.0",
  1851. "interpret": "1.4.0",
  1852. "isobject": "3.0.1",
  1853. "liftoff": "3.1.0",
  1854. "matchdep": "2.0.0",
  1855. "mute-stdout": "1.0.1",
  1856. "pretty-hrtime": "1.0.3",
  1857. "replace-homedir": "1.0.0",
  1858. "semver-greatest-satisfied-range": "1.1.0",
  1859. "v8flags": "3.2.0",
  1860. "yargs": "7.1.1"
  1861. },
  1862. "dependencies": {
  1863. "ansi-colors": {
  1864. "version": "1.1.0",
  1865. "resolved": "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-1.1.0.tgz",
  1866. "integrity": "sha1-Y3S03V1HGP884npnGjscrQdxMqk=",
  1867. "requires": {
  1868. "ansi-wrap": "0.1.0"
  1869. }
  1870. },
  1871. "yargs": {
  1872. "version": "7.1.1",
  1873. "resolved": "https://registry.yarnpkg.com/yargs/-/yargs-7.1.1.tgz",
  1874. "integrity": "sha1-Z/DvUuIo1O4NYxGs7eiFD1NGTfY=",
  1875. "requires": {
  1876. "camelcase": "3.0.0",
  1877. "cliui": "3.2.0",
  1878. "decamelize": "1.2.0",
  1879. "get-caller-file": "1.0.3",
  1880. "os-locale": "1.4.0",
  1881. "read-pkg-up": "1.0.1",
  1882. "require-directory": "2.1.1",
  1883. "require-main-filename": "1.0.1",
  1884. "set-blocking": "2.0.0",
  1885. "string-width": "1.0.2",
  1886. "which-module": "1.0.0",
  1887. "y18n": "3.2.1",
  1888. "yargs-parser": "5.0.0-security.0"
  1889. }
  1890. }
  1891. }
  1892. },
  1893. "gulp-consolidate": {
  1894. "version": "0.2.0",
  1895. "resolved": "https://registry.yarnpkg.com/gulp-consolidate/-/gulp-consolidate-0.2.0.tgz",
  1896. "integrity": "sha1-7zc7YTSvMbD4xR9etV+qC9dU31I=",
  1897. "requires": {
  1898. "consolidate": "0.14.5",
  1899. "map-stream": "0.0.4"
  1900. }
  1901. },
  1902. "gulp-debug": {
  1903. "version": "4.0.0",
  1904. "resolved": "https://registry.yarnpkg.com/gulp-debug/-/gulp-debug-4.0.0.tgz",
  1905. "integrity": "sha1-A2+VOcP7avcg4BqepcGV/HPynVs=",
  1906. "requires": {
  1907. "chalk": "2.4.2",
  1908. "fancy-log": "1.3.3",
  1909. "plur": "3.1.1",
  1910. "stringify-object": "3.3.0",
  1911. "through2": "2.0.5",
  1912. "tildify": "1.2.0"
  1913. }
  1914. },
  1915. "gulp-inject": {
  1916. "version": "5.0.5",
  1917. "resolved": "https://registry.yarnpkg.com/gulp-inject/-/gulp-inject-5.0.5.tgz",
  1918. "integrity": "sha1-wj35y/MxRHtuE6FJjMUbY6fO72c=",
  1919. "requires": {
  1920. "ansi-colors": "4.1.1",
  1921. "arrify": "2.0.1",
  1922. "escape-string-regexp": "2.0.0",
  1923. "fancy-log": "1.3.3",
  1924. "group-array": "1.0.0",
  1925. "plugin-error": "1.0.1",
  1926. "stream-to-array": "2.3.0",
  1927. "through2": "3.0.2"
  1928. },
  1929. "dependencies": {
  1930. "escape-string-regexp": {
  1931. "version": "2.0.0",
  1932. "resolved": "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
  1933. "integrity": "sha1-owME6Z2qMuI7L9IPUbq9B8/8o0Q="
  1934. },
  1935. "readable-stream": {
  1936. "version": "3.6.0",
  1937. "resolved": "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz",
  1938. "integrity": "sha1-M3u9o63AcGvT4CRCaihtS0sskZg=",
  1939. "requires": {
  1940. "inherits": "2.0.4",
  1941. "string_decoder": "1.3.0",
  1942. "util-deprecate": "1.0.2"
  1943. }
  1944. },
  1945. "string_decoder": {
  1946. "version": "1.3.0",
  1947. "resolved": "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz",
  1948. "integrity": "sha1-QvEUWUpGzxqOMLCoT1bHjD7awh4=",
  1949. "requires": {
  1950. "safe-buffer": "5.2.1"
  1951. }
  1952. },
  1953. "through2": {
  1954. "version": "3.0.2",
  1955. "resolved": "https://registry.yarnpkg.com/through2/-/through2-3.0.2.tgz",
  1956. "integrity": "sha1-mfiJMc/HYex2eLQdXXM2tbage/Q=",
  1957. "requires": {
  1958. "inherits": "2.0.4",
  1959. "readable-stream": "3.6.0"
  1960. }
  1961. }
  1962. }
  1963. },
  1964. "gulp-notify": {
  1965. "version": "3.2.0",
  1966. "resolved": "https://registry.yarnpkg.com/gulp-notify/-/gulp-notify-3.2.0.tgz",
  1967. "integrity": "sha1-KugiUAnfiB7vWb5d1aLxM3OHdk4=",
  1968. "requires": {
  1969. "ansi-colors": "1.1.0",
  1970. "fancy-log": "1.3.3",
  1971. "lodash.template": "4.5.0",
  1972. "node-notifier": "5.4.3",
  1973. "node.extend": "2.0.2",
  1974. "plugin-error": "0.1.2",
  1975. "through2": "2.0.5"
  1976. },
  1977. "dependencies": {
  1978. "ansi-colors": {
  1979. "version": "1.1.0",
  1980. "resolved": "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-1.1.0.tgz",
  1981. "integrity": "sha1-Y3S03V1HGP884npnGjscrQdxMqk=",
  1982. "requires": {
  1983. "ansi-wrap": "0.1.0"
  1984. }
  1985. },
  1986. "arr-diff": {
  1987. "version": "1.1.0",
  1988. "resolved": "https://registry.yarnpkg.com/arr-diff/-/arr-diff-1.1.0.tgz",
  1989. "integrity": "sha1-aHwydYFjWI/vfeezb6vklesaOZo=",
  1990. "requires": {
  1991. "arr-flatten": "1.1.0",
  1992. "array-slice": "0.2.3"
  1993. }
  1994. },
  1995. "arr-union": {
  1996. "version": "2.1.0",
  1997. "resolved": "https://registry.yarnpkg.com/arr-union/-/arr-union-2.1.0.tgz",
  1998. "integrity": "sha1-IPnqtexw9cfSFbEHexw5Fh0pLH0="
  1999. },
  2000. "array-slice": {
  2001. "version": "0.2.3",
  2002. "resolved": "https://registry.yarnpkg.com/array-slice/-/array-slice-0.2.3.tgz",
  2003. "integrity": "sha1-3Tz7gO15c6dRF82sabC5nshhhvU="
  2004. },
  2005. "extend-shallow": {
  2006. "version": "1.1.4",
  2007. "resolved": "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-1.1.4.tgz",
  2008. "integrity": "sha1-Gda/lN/AnXa6cR85uHLSH/TdkHE=",
  2009. "requires": {
  2010. "kind-of": "1.1.0"
  2011. }
  2012. },
  2013. "kind-of": {
  2014. "version": "1.1.0",
  2015. "resolved": "https://registry.yarnpkg.com/kind-of/-/kind-of-1.1.0.tgz",
  2016. "integrity": "sha1-FAo9LUGjbS78+pN3tiwk+ElaXEQ="
  2017. },
  2018. "plugin-error": {
  2019. "version": "0.1.2",
  2020. "resolved": "https://registry.yarnpkg.com/plugin-error/-/plugin-error-0.1.2.tgz",
  2021. "integrity": "sha1-O5uzM1zPAPQl4HQ34ZJ2ln2kes4=",
  2022. "requires": {
  2023. "ansi-cyan": "0.1.1",
  2024. "ansi-red": "0.1.1",
  2025. "arr-diff": "1.1.0",
  2026. "arr-union": "2.1.0",
  2027. "extend-shallow": "1.1.4"
  2028. }
  2029. }
  2030. }
  2031. },
  2032. "gulp-rename": {
  2033. "version": "2.0.0",
  2034. "resolved": "https://registry.yarnpkg.com/gulp-rename/-/gulp-rename-2.0.0.tgz",
  2035. "integrity": "sha1-m7w5YrDA9S/GfNXq/2wiPsW5z2w="
  2036. },
  2037. "gulp-replace": {
  2038. "version": "1.0.0",
  2039. "resolved": "https://registry.yarnpkg.com/gulp-replace/-/gulp-replace-1.0.0.tgz",
  2040. "integrity": "sha1-syvWFlTZe414Qwpns+jOBnt8kUM=",
  2041. "requires": {
  2042. "istextorbinary": "2.2.1",
  2043. "readable-stream": "2.3.7",
  2044. "replacestream": "4.0.3"
  2045. }
  2046. },
  2047. "gulp-run": {
  2048. "version": "1.7.1",
  2049. "resolved": "https://registry.yarnpkg.com/gulp-run/-/gulp-run-1.7.1.tgz",
  2050. "integrity": "sha1-4XwKy3wwtuKu7iPAREKpbAys7/o=",
  2051. "requires": {
  2052. "gulp-util": "3.0.8",
  2053. "lodash.defaults": "4.2.0",
  2054. "lodash.template": "4.5.0",
  2055. "vinyl": "0.4.6"
  2056. },
  2057. "dependencies": {
  2058. "clone": {
  2059. "version": "0.2.0",
  2060. "resolved": "https://registry.yarnpkg.com/clone/-/clone-0.2.0.tgz",
  2061. "integrity": "sha1-xhJqkK1Pctv1rNskPMN3JP6T/B8="
  2062. },
  2063. "vinyl": {
  2064. "version": "0.4.6",
  2065. "resolved": "https://registry.yarnpkg.com/vinyl/-/vinyl-0.4.6.tgz",
  2066. "integrity": "sha1-LzVsh6VQolVGHza76ypbqL94SEc=",
  2067. "requires": {
  2068. "clone": "0.2.0",
  2069. "clone-stats": "0.0.1"
  2070. }
  2071. }
  2072. }
  2073. },
  2074. "gulp-sort": {
  2075. "version": "2.0.0",
  2076. "resolved": "https://registry.yarnpkg.com/gulp-sort/-/gulp-sort-2.0.0.tgz",
  2077. "integrity": "sha1-xnYqLx8N4KP8WVohWZ0/rI26Gso=",
  2078. "requires": {
  2079. "through2": "2.0.5"
  2080. }
  2081. },
  2082. "gulp-spawn": {
  2083. "version": "0.4.5",
  2084. "resolved": "https://registry.yarnpkg.com/gulp-spawn/-/gulp-spawn-0.4.5.tgz",
  2085. "integrity": "sha1-5n5PRL1PR3LMISGPO7QpewCiA1M=",
  2086. "requires": {
  2087. "plexer": "2.0.0",
  2088. "plugin-error": "1.0.1"
  2089. }
  2090. },
  2091. "gulp-svgicons2svgfont": {
  2092. "version": "5.0.1",
  2093. "resolved": "https://registry.yarnpkg.com/gulp-svgicons2svgfont/-/gulp-svgicons2svgfont-5.0.1.tgz",
  2094. "integrity": "sha1-yQBBjSTwl+PjZiuXx1TzfG5o4bQ=",
  2095. "requires": {
  2096. "fancy-log": "1.3.3",
  2097. "plugin-error": "1.0.1",
  2098. "readable-stream": "2.3.7",
  2099. "streamifier": "0.1.1",
  2100. "svgicons2svgfont": "9.1.1",
  2101. "vinyl": "2.2.1"
  2102. }
  2103. },
  2104. "gulp-svgo": {
  2105. "version": "2.2.1",
  2106. "resolved": "https://registry.yarnpkg.com/gulp-svgo/-/gulp-svgo-2.2.1.tgz",
  2107. "integrity": "sha1-qJ46jSwyiLbNXx4HTaU/5b3jxZE=",
  2108. "requires": {
  2109. "svgo": "1.3.2"
  2110. }
  2111. },
  2112. "gulp-tap": {
  2113. "version": "2.0.0",
  2114. "resolved": "https://registry.yarnpkg.com/gulp-tap/-/gulp-tap-2.0.0.tgz",
  2115. "integrity": "sha1-b2a3mHDcv8Nkz06+BzW2AIRzIA8=",
  2116. "requires": {
  2117. "through2": "3.0.2"
  2118. },
  2119. "dependencies": {
  2120. "readable-stream": {
  2121. "version": "3.6.0",
  2122. "resolved": "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz",
  2123. "integrity": "sha1-M3u9o63AcGvT4CRCaihtS0sskZg=",
  2124. "requires": {
  2125. "inherits": "2.0.4",
  2126. "string_decoder": "1.3.0",
  2127. "util-deprecate": "1.0.2"
  2128. }
  2129. },
  2130. "string_decoder": {
  2131. "version": "1.3.0",
  2132. "resolved": "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz",
  2133. "integrity": "sha1-QvEUWUpGzxqOMLCoT1bHjD7awh4=",
  2134. "requires": {
  2135. "safe-buffer": "5.2.1"
  2136. }
  2137. },
  2138. "through2": {
  2139. "version": "3.0.2",
  2140. "resolved": "https://registry.yarnpkg.com/through2/-/through2-3.0.2.tgz",
  2141. "integrity": "sha1-mfiJMc/HYex2eLQdXXM2tbage/Q=",
  2142. "requires": {
  2143. "inherits": "2.0.4",
  2144. "readable-stream": "3.6.0"
  2145. }
  2146. }
  2147. }
  2148. },
  2149. "gulp-ttf2eot": {
  2150. "version": "1.1.2",
  2151. "resolved": "https://registry.yarnpkg.com/gulp-ttf2eot/-/gulp-ttf2eot-1.1.2.tgz",
  2152. "integrity": "sha1-Z1Fv4lO67Ls5ELQXoI3LUeNKyww=",
  2153. "requires": {
  2154. "bufferstreams": "1.1.3",
  2155. "gulp-util": "3.0.8",
  2156. "readable-stream": "2.3.7",
  2157. "ttf2eot": "2.0.0"
  2158. }
  2159. },
  2160. "gulp-ttf2woff": {
  2161. "version": "1.1.1",
  2162. "resolved": "https://registry.yarnpkg.com/gulp-ttf2woff/-/gulp-ttf2woff-1.1.1.tgz",
  2163. "integrity": "sha1-4iym5xvZrRBXUWRPixx+O+Owhqw=",
  2164. "requires": {
  2165. "bufferstreams": "1.1.3",
  2166. "gulp-util": "3.0.8",
  2167. "readable-stream": "2.3.7",
  2168. "ttf2woff": "2.0.2"
  2169. }
  2170. },
  2171. "gulp-ttf2woff2": {
  2172. "version": "3.0.0",
  2173. "resolved": "https://registry.yarnpkg.com/gulp-ttf2woff2/-/gulp-ttf2woff2-3.0.0.tgz",
  2174. "integrity": "sha1-CzWSk+EK6pw+OB98pPnPARNUcK4=",
  2175. "requires": {
  2176. "bufferstreams": "1.1.3",
  2177. "plugin-error": "1.0.1",
  2178. "readable-stream": "2.3.7",
  2179. "replace-ext": "1.0.1",
  2180. "ttf2woff2": "3.0.0",
  2181. "vinyl": "2.2.1"
  2182. }
  2183. },
  2184. "gulp-uglify": {
  2185. "version": "3.0.2",
  2186. "resolved": "https://registry.yarnpkg.com/gulp-uglify/-/gulp-uglify-3.0.2.tgz",
  2187. "integrity": "sha1-X1sugzf4ecqd7Jcf6xuCpah4ULA=",
  2188. "requires": {
  2189. "array-each": "1.0.1",
  2190. "extend-shallow": "3.0.2",
  2191. "gulplog": "1.0.0",
  2192. "has-gulplog": "0.1.0",
  2193. "isobject": "3.0.1",
  2194. "make-error-cause": "1.2.2",
  2195. "safe-buffer": "5.2.1",
  2196. "through2": "2.0.5",
  2197. "uglify-js": "3.11.5",
  2198. "vinyl-sourcemaps-apply": "0.2.1"
  2199. }
  2200. },
  2201. "gulp-util": {
  2202. "version": "3.0.8",
  2203. "resolved": "https://registry.yarnpkg.com/gulp-util/-/gulp-util-3.0.8.tgz",
  2204. "integrity": "sha1-AFTh50RQLifATBh8PsxQXdVLu08=",
  2205. "requires": {
  2206. "array-differ": "1.0.0",
  2207. "array-uniq": "1.0.3",
  2208. "beeper": "1.1.1",
  2209. "chalk": "1.1.3",
  2210. "dateformat": "2.2.0",
  2211. "fancy-log": "1.3.3",
  2212. "gulplog": "1.0.0",
  2213. "has-gulplog": "0.1.0",
  2214. "lodash._reescape": "3.0.0",
  2215. "lodash._reevaluate": "3.0.0",
  2216. "lodash._reinterpolate": "3.0.0",
  2217. "lodash.template": "3.6.2",
  2218. "minimist": "1.2.5",
  2219. "multipipe": "0.1.2",
  2220. "object-assign": "3.0.0",
  2221. "replace-ext": "0.0.1",
  2222. "through2": "2.0.5",
  2223. "vinyl": "0.5.3"
  2224. },
  2225. "dependencies": {
  2226. "ansi-styles": {
  2227. "version": "2.2.1",
  2228. "resolved": "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz",
  2229. "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4="
  2230. },
  2231. "chalk": {
  2232. "version": "1.1.3",
  2233. "resolved": "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz",
  2234. "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
  2235. "requires": {
  2236. "ansi-styles": "2.2.1",
  2237. "escape-string-regexp": "1.0.5",
  2238. "has-ansi": "2.0.0",
  2239. "strip-ansi": "3.0.1",
  2240. "supports-color": "2.0.0"
  2241. }
  2242. },
  2243. "clone": {
  2244. "version": "1.0.4",
  2245. "resolved": "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz",
  2246. "integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4="
  2247. },
  2248. "duplexer2": {
  2249. "version": "0.0.2",
  2250. "resolved": "https://registry.yarnpkg.com/duplexer2/-/duplexer2-0.0.2.tgz",
  2251. "integrity": "sha1-xhTc9n4vsUmVqRcR5aYX6KYKMds=",
  2252. "requires": {
  2253. "readable-stream": "1.1.14"
  2254. }
  2255. },
  2256. "isarray": {
  2257. "version": "0.0.1",
  2258. "resolved": "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz",
  2259. "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8="
  2260. },
  2261. "lodash.template": {
  2262. "version": "3.6.2",
  2263. "resolved": "https://registry.yarnpkg.com/lodash.template/-/lodash.template-3.6.2.tgz",
  2264. "integrity": "sha1-+M3sxhaaJVvpCYrosMU9N4kx0U8=",
  2265. "requires": {
  2266. "lodash._basecopy": "3.0.1",
  2267. "lodash._basetostring": "3.0.1",
  2268. "lodash._basevalues": "3.0.0",
  2269. "lodash._isiterateecall": "3.0.9",
  2270. "lodash._reinterpolate": "3.0.0",
  2271. "lodash.escape": "3.2.0",
  2272. "lodash.keys": "3.1.2",
  2273. "lodash.restparam": "3.6.1",
  2274. "lodash.templatesettings": "3.1.1"
  2275. }
  2276. },
  2277. "lodash.templatesettings": {
  2278. "version": "3.1.1",
  2279. "resolved": "https://registry.yarnpkg.com/lodash.templatesettings/-/lodash.templatesettings-3.1.1.tgz",
  2280. "integrity": "sha1-+zB4RHU7Zrnxr6VOJix0UwfbqOU=",
  2281. "requires": {
  2282. "lodash._reinterpolate": "3.0.0",
  2283. "lodash.escape": "3.2.0"
  2284. }
  2285. },
  2286. "multipipe": {
  2287. "version": "0.1.2",
  2288. "resolved": "https://registry.yarnpkg.com/multipipe/-/multipipe-0.1.2.tgz",
  2289. "integrity": "sha1-Ko8t33Du1WTf8tV/HhoTfZ8FB4s=",
  2290. "requires": {
  2291. "duplexer2": "0.0.2"
  2292. }
  2293. },
  2294. "object-assign": {
  2295. "version": "3.0.0",
  2296. "resolved": "https://registry.yarnpkg.com/object-assign/-/object-assign-3.0.0.tgz",
  2297. "integrity": "sha1-m+3VygiXlJvKR+f/QIBi1Un1h/I="
  2298. },
  2299. "readable-stream": {
  2300. "version": "1.1.14",
  2301. "resolved": "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.1.14.tgz",
  2302. "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=",
  2303. "requires": {
  2304. "core-util-is": "1.0.2",
  2305. "isarray": "0.0.1",
  2306. "string_decoder": "0.10.31",
  2307. "inherits": "2.0.4"
  2308. }
  2309. },
  2310. "replace-ext": {
  2311. "version": "0.0.1",
  2312. "resolved": "https://registry.yarnpkg.com/replace-ext/-/replace-ext-0.0.1.tgz",
  2313. "integrity": "sha1-KbvZIHinOfC8zitO5B6DeVNSKSQ="
  2314. },
  2315. "string_decoder": {
  2316. "version": "0.10.31",
  2317. "resolved": "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz",
  2318. "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ="
  2319. },
  2320. "supports-color": {
  2321. "version": "2.0.0",
  2322. "resolved": "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz",
  2323. "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc="
  2324. },
  2325. "vinyl": {
  2326. "version": "0.5.3",
  2327. "resolved": "https://registry.yarnpkg.com/vinyl/-/vinyl-0.5.3.tgz",
  2328. "integrity": "sha1-sEVbOPxeDPMNQyUTLkYZcMIJHN4=",
  2329. "requires": {
  2330. "clone": "1.0.4",
  2331. "clone-stats": "0.0.1",
  2332. "replace-ext": "0.0.1"
  2333. }
  2334. }
  2335. }
  2336. },
  2337. "gulplog": {
  2338. "version": "1.0.0",
  2339. "resolved": "https://registry.yarnpkg.com/gulplog/-/gulplog-1.0.0.tgz",
  2340. "integrity": "sha1-4oxNRdBey77YGDY86PnFkmIp/+U=",
  2341. "requires": {
  2342. "glogg": "1.0.2"
  2343. }
  2344. },
  2345. "har-schema": {
  2346. "version": "2.0.0",
  2347. "resolved": "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz",
  2348. "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI="
  2349. },
  2350. "har-validator": {
  2351. "version": "5.1.5",
  2352. "resolved": "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.5.tgz",
  2353. "integrity": "sha1-HwgDufjLIMD6E4It8ezds2veHv0=",
  2354. "requires": {
  2355. "ajv": "6.12.6",
  2356. "har-schema": "2.0.0"
  2357. }
  2358. },
  2359. "has": {
  2360. "version": "1.0.3",
  2361. "resolved": "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz",
  2362. "integrity": "sha1-ci18v8H2qoJB8W3YFOAR4fQeh5Y=",
  2363. "requires": {
  2364. "function-bind": "1.1.1"
  2365. }
  2366. },
  2367. "has-ansi": {
  2368. "version": "2.0.0",
  2369. "resolved": "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz",
  2370. "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
  2371. "requires": {
  2372. "ansi-regex": "2.1.1"
  2373. }
  2374. },
  2375. "has-flag": {
  2376. "version": "3.0.0",
  2377. "resolved": "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz",
  2378. "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0="
  2379. },
  2380. "has-gulplog": {
  2381. "version": "0.1.0",
  2382. "resolved": "https://registry.yarnpkg.com/has-gulplog/-/has-gulplog-0.1.0.tgz",
  2383. "integrity": "sha1-ZBTIKRNpfaUVkDl9r7EvIpZ4Ec4=",
  2384. "requires": {
  2385. "sparkles": "1.0.1"
  2386. }
  2387. },
  2388. "has-symbols": {
  2389. "version": "1.0.1",
  2390. "resolved": "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz",
  2391. "integrity": "sha1-n1IUdYpEGWxAbZvXbOv4HsLdMeg="
  2392. },
  2393. "has-unicode": {
  2394. "version": "2.0.1",
  2395. "resolved": "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz",
  2396. "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk="
  2397. },
  2398. "has-value": {
  2399. "version": "1.0.0",
  2400. "resolved": "https://registry.yarnpkg.com/has-value/-/has-value-1.0.0.tgz",
  2401. "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=",
  2402. "requires": {
  2403. "get-value": "2.0.6",
  2404. "has-values": "1.0.0",
  2405. "isobject": "3.0.1"
  2406. }
  2407. },
  2408. "has-values": {
  2409. "version": "1.0.0",
  2410. "resolved": "https://registry.yarnpkg.com/has-values/-/has-values-1.0.0.tgz",
  2411. "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=",
  2412. "requires": {
  2413. "is-number": "3.0.0",
  2414. "kind-of": "4.0.0"
  2415. },
  2416. "dependencies": {
  2417. "kind-of": {
  2418. "version": "4.0.0",
  2419. "resolved": "https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz",
  2420. "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=",
  2421. "requires": {
  2422. "is-buffer": "1.1.6"
  2423. }
  2424. }
  2425. }
  2426. },
  2427. "homedir-polyfill": {
  2428. "version": "1.0.3",
  2429. "resolved": "https://registry.yarnpkg.com/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz",
  2430. "integrity": "sha1-dDKYzvTlrz4ZQWH7rcwhUdOgWOg=",
  2431. "requires": {
  2432. "parse-passwd": "1.0.0"
  2433. }
  2434. },
  2435. "hosted-git-info": {
  2436. "version": "2.8.8",
  2437. "resolved": "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.8.tgz",
  2438. "integrity": "sha1-dTm9S8Hg4KiVgVouAmJCCxKFhIg="
  2439. },
  2440. "http-signature": {
  2441. "version": "1.2.0",
  2442. "resolved": "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz",
  2443. "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=",
  2444. "requires": {
  2445. "assert-plus": "1.0.0",
  2446. "jsprim": "1.4.1",
  2447. "sshpk": "1.16.1"
  2448. }
  2449. },
  2450. "ignore": {
  2451. "version": "5.1.8",
  2452. "resolved": "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz",
  2453. "integrity": "sha1-8VCotQo0KJsz4i9YiavU2AFvDlc="
  2454. },
  2455. "indent-string": {
  2456. "version": "4.0.0",
  2457. "resolved": "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz",
  2458. "integrity": "sha1-Yk+PRJfWGbLZdoUx1Y9BIoVNclE="
  2459. },
  2460. "inflight": {
  2461. "version": "1.0.6",
  2462. "resolved": "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz",
  2463. "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
  2464. "requires": {
  2465. "once": "1.4.0",
  2466. "wrappy": "1.0.2"
  2467. }
  2468. },
  2469. "inherits": {
  2470. "version": "2.0.4",
  2471. "resolved": "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz",
  2472. "integrity": "sha1-D6LGT5MpF8NDOg3tVTY6rjdBa3w="
  2473. },
  2474. "ini": {
  2475. "version": "1.3.5",
  2476. "resolved": "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz",
  2477. "integrity": "sha1-7uJfVtscnsYIXgwid4CD9Zar+Sc="
  2478. },
  2479. "interpret": {
  2480. "version": "1.4.0",
  2481. "resolved": "https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz",
  2482. "integrity": "sha1-Zlq4vE2iendKQFhOgS4+D6RbGh4="
  2483. },
  2484. "invert-kv": {
  2485. "version": "1.0.0",
  2486. "resolved": "https://registry.yarnpkg.com/invert-kv/-/invert-kv-1.0.0.tgz",
  2487. "integrity": "sha1-EEqOSqym09jNFXqO+L+rLXo//bY="
  2488. },
  2489. "irregular-plurals": {
  2490. "version": "2.0.0",
  2491. "resolved": "https://registry.yarnpkg.com/irregular-plurals/-/irregular-plurals-2.0.0.tgz",
  2492. "integrity": "sha1-OdQPBbAPZW0Lf6RxIw3TtxSvKHI="
  2493. },
  2494. "is": {
  2495. "version": "3.3.0",
  2496. "resolved": "https://registry.yarnpkg.com/is/-/is-3.3.0.tgz",
  2497. "integrity": "sha1-Yc/23TxBk9uUo9YlggcrROVkXXk="
  2498. },
  2499. "is-absolute": {
  2500. "version": "1.0.0",
  2501. "resolved": "https://registry.yarnpkg.com/is-absolute/-/is-absolute-1.0.0.tgz",
  2502. "integrity": "sha1-OV4a6EsR8mrReV5zwXN45IowFXY=",
  2503. "requires": {
  2504. "is-relative": "1.0.0",
  2505. "is-windows": "1.0.2"
  2506. }
  2507. },
  2508. "is-accessor-descriptor": {
  2509. "version": "1.0.0",
  2510. "resolved": "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
  2511. "integrity": "sha1-FpwvbT3x+ZJhgHI2XJsOofaHhlY=",
  2512. "requires": {
  2513. "kind-of": "6.0.3"
  2514. }
  2515. },
  2516. "is-arrayish": {
  2517. "version": "0.2.1",
  2518. "resolved": "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz",
  2519. "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0="
  2520. },
  2521. "is-binary-path": {
  2522. "version": "1.0.1",
  2523. "resolved": "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz",
  2524. "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=",
  2525. "requires": {
  2526. "binary-extensions": "1.13.1"
  2527. }
  2528. },
  2529. "is-buffer": {
  2530. "version": "1.1.6",
  2531. "resolved": "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz",
  2532. "integrity": "sha1-76ouqdqg16suoTqXsritUf776L4="
  2533. },
  2534. "is-callable": {
  2535. "version": "1.2.2",
  2536. "resolved": "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.2.tgz",
  2537. "integrity": "sha1-x8ZxXNItTdtI0+GZcCI6zquwgNk="
  2538. },
  2539. "is-core-module": {
  2540. "version": "2.1.0",
  2541. "resolved": "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.1.0.tgz",
  2542. "integrity": "sha1-pMwDHZsaymPuy9GKZQ4Ty07quUY=",
  2543. "requires": {
  2544. "has": "1.0.3"
  2545. }
  2546. },
  2547. "is-data-descriptor": {
  2548. "version": "1.0.0",
  2549. "resolved": "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
  2550. "integrity": "sha1-2Eh2Mh0Oet0DmQQGq7u9NrqSaMc=",
  2551. "requires": {
  2552. "kind-of": "6.0.3"
  2553. }
  2554. },
  2555. "is-date-object": {
  2556. "version": "1.0.2",
  2557. "resolved": "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.2.tgz",
  2558. "integrity": "sha1-vac28s2P0G0yhE53Q7+nSUw7/X4="
  2559. },
  2560. "is-descriptor": {
  2561. "version": "1.0.2",
  2562. "resolved": "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.2.tgz",
  2563. "integrity": "sha1-OxWXRqZmBLBPjIFSS6NlxfFNhuw=",
  2564. "requires": {
  2565. "is-accessor-descriptor": "1.0.0",
  2566. "is-data-descriptor": "1.0.0",
  2567. "kind-of": "6.0.3"
  2568. }
  2569. },
  2570. "is-expression": {
  2571. "version": "4.0.0",
  2572. "resolved": "https://registry.yarnpkg.com/is-expression/-/is-expression-4.0.0.tgz",
  2573. "integrity": "sha1-wzFVliq/IdCv0lUlFNZ9LsFv0qs=",
  2574. "requires": {
  2575. "acorn": "7.4.1",
  2576. "object-assign": "4.1.1"
  2577. }
  2578. },
  2579. "is-extendable": {
  2580. "version": "0.1.1",
  2581. "resolved": "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz",
  2582. "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik="
  2583. },
  2584. "is-extglob": {
  2585. "version": "2.1.1",
  2586. "resolved": "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz",
  2587. "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI="
  2588. },
  2589. "is-fullwidth-code-point": {
  2590. "version": "1.0.0",
  2591. "resolved": "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
  2592. "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
  2593. "requires": {
  2594. "number-is-nan": "1.0.1"
  2595. }
  2596. },
  2597. "is-glob": {
  2598. "version": "4.0.1",
  2599. "resolved": "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz",
  2600. "integrity": "sha1-dWfb6fL14kZ7x3q4PEopSCQHpdw=",
  2601. "requires": {
  2602. "is-extglob": "2.1.1"
  2603. }
  2604. },
  2605. "is-negated-glob": {
  2606. "version": "1.0.0",
  2607. "resolved": "https://registry.yarnpkg.com/is-negated-glob/-/is-negated-glob-1.0.0.tgz",
  2608. "integrity": "sha1-aRC8pdqMleeEtXUbl2z1oQ/uNtI="
  2609. },
  2610. "is-negative-zero": {
  2611. "version": "2.0.0",
  2612. "resolved": "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.0.tgz",
  2613. "integrity": "sha1-lVOxIbD6wohp2p7UWeIMdUN4hGE="
  2614. },
  2615. "is-number": {
  2616. "version": "3.0.0",
  2617. "resolved": "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz",
  2618. "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
  2619. "requires": {
  2620. "kind-of": "3.2.2"
  2621. },
  2622. "dependencies": {
  2623. "kind-of": {
  2624. "version": "3.2.2",
  2625. "resolved": "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz",
  2626. "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
  2627. "requires": {
  2628. "is-buffer": "1.1.6"
  2629. }
  2630. }
  2631. }
  2632. },
  2633. "is-obj": {
  2634. "version": "1.0.1",
  2635. "resolved": "https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz",
  2636. "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8="
  2637. },
  2638. "is-path-cwd": {
  2639. "version": "2.2.0",
  2640. "resolved": "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-2.2.0.tgz",
  2641. "integrity": "sha1-Z9Q7gmZKe1GR/ZEZEn6zAASKn9s="
  2642. },
  2643. "is-path-inside": {
  2644. "version": "3.0.2",
  2645. "resolved": "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.2.tgz",
  2646. "integrity": "sha1-9SIPyCo+IzdXKR3dycWHfyofMBc="
  2647. },
  2648. "is-plain-object": {
  2649. "version": "2.0.4",
  2650. "resolved": "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz",
  2651. "integrity": "sha1-LBY7P6+xtgbZ0Xko8FwqHDjgdnc=",
  2652. "requires": {
  2653. "isobject": "3.0.1"
  2654. }
  2655. },
  2656. "is-promise": {
  2657. "version": "2.2.2",
  2658. "resolved": "https://registry.yarnpkg.com/is-promise/-/is-promise-2.2.2.tgz",
  2659. "integrity": "sha1-OauVnMv5p3TPB597QMeib3YxNfE="
  2660. },
  2661. "is-regex": {
  2662. "version": "1.1.1",
  2663. "resolved": "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.1.tgz",
  2664. "integrity": "sha1-xvmKrMVG9s7FRooHt7FTq1ZKV7k=",
  2665. "requires": {
  2666. "has-symbols": "1.0.1"
  2667. }
  2668. },
  2669. "is-regexp": {
  2670. "version": "1.0.0",
  2671. "resolved": "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz",
  2672. "integrity": "sha1-/S2INUXEa6xaYz57mgnof6LLUGk="
  2673. },
  2674. "is-relative": {
  2675. "version": "1.0.0",
  2676. "resolved": "https://registry.yarnpkg.com/is-relative/-/is-relative-1.0.0.tgz",
  2677. "integrity": "sha1-obtpNc6MXboei5dUubLcwCDiJg0=",
  2678. "requires": {
  2679. "is-unc-path": "1.0.0"
  2680. }
  2681. },
  2682. "is-symbol": {
  2683. "version": "1.0.3",
  2684. "resolved": "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.3.tgz",
  2685. "integrity": "sha1-OOEBS55jKb4N6dJKQU/XRB7GGTc=",
  2686. "requires": {
  2687. "has-symbols": "1.0.1"
  2688. }
  2689. },
  2690. "is-typedarray": {
  2691. "version": "1.0.0",
  2692. "resolved": "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz",
  2693. "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo="
  2694. },
  2695. "is-unc-path": {
  2696. "version": "1.0.0",
  2697. "resolved": "https://registry.yarnpkg.com/is-unc-path/-/is-unc-path-1.0.0.tgz",
  2698. "integrity": "sha1-1zHoiY7QkKEsNSrS6u1Qla0yLJ0=",
  2699. "requires": {
  2700. "unc-path-regex": "0.1.2"
  2701. }
  2702. },
  2703. "is-utf8": {
  2704. "version": "0.2.1",
  2705. "resolved": "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz",
  2706. "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI="
  2707. },
  2708. "is-valid-glob": {
  2709. "version": "1.0.0",
  2710. "resolved": "https://registry.yarnpkg.com/is-valid-glob/-/is-valid-glob-1.0.0.tgz",
  2711. "integrity": "sha1-Kb8+/3Ab4tTTFdusw5vDn+j2Aao="
  2712. },
  2713. "is-windows": {
  2714. "version": "1.0.2",
  2715. "resolved": "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz",
  2716. "integrity": "sha1-0YUOuXkezRjmGCzhKjDzlmNLsZ0="
  2717. },
  2718. "is-wsl": {
  2719. "version": "1.1.0",
  2720. "resolved": "https://registry.yarnpkg.com/is-wsl/-/is-wsl-1.1.0.tgz",
  2721. "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0="
  2722. },
  2723. "isarray": {
  2724. "version": "1.0.0",
  2725. "resolved": "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz",
  2726. "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
  2727. },
  2728. "isexe": {
  2729. "version": "2.0.0",
  2730. "resolved": "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz",
  2731. "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA="
  2732. },
  2733. "isobject": {
  2734. "version": "3.0.1",
  2735. "resolved": "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz",
  2736. "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8="
  2737. },
  2738. "isstream": {
  2739. "version": "0.1.2",
  2740. "resolved": "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz",
  2741. "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo="
  2742. },
  2743. "istextorbinary": {
  2744. "version": "2.2.1",
  2745. "resolved": "https://registry.yarnpkg.com/istextorbinary/-/istextorbinary-2.2.1.tgz",
  2746. "integrity": "sha1-pSMaCO9t0ismjQiVCEz41Ytb7FM=",
  2747. "requires": {
  2748. "binaryextensions": "2.3.0",
  2749. "editions": "1.3.4",
  2750. "textextensions": "2.6.0"
  2751. }
  2752. },
  2753. "js-stringify": {
  2754. "version": "1.0.2",
  2755. "resolved": "https://registry.yarnpkg.com/js-stringify/-/js-stringify-1.0.2.tgz",
  2756. "integrity": "sha1-Fzb939lyTyijaCrcYjCufk6Weds="
  2757. },
  2758. "js-yaml": {
  2759. "version": "3.14.0",
  2760. "resolved": "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.0.tgz",
  2761. "integrity": "sha1-p6NBcPJqIbsWJCTYray0ETpp5II=",
  2762. "requires": {
  2763. "argparse": "1.0.10",
  2764. "esprima": "4.0.1"
  2765. }
  2766. },
  2767. "jsbn": {
  2768. "version": "0.1.1",
  2769. "resolved": "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz",
  2770. "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM="
  2771. },
  2772. "json-schema": {
  2773. "version": "0.2.3",
  2774. "resolved": "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz",
  2775. "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM="
  2776. },
  2777. "json-schema-traverse": {
  2778. "version": "0.4.1",
  2779. "resolved": "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  2780. "integrity": "sha1-afaofZUTq4u4/mO9sJecRI5oRmA="
  2781. },
  2782. "json-stable-stringify-without-jsonify": {
  2783. "version": "1.0.1",
  2784. "resolved": "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
  2785. "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE="
  2786. },
  2787. "json-stringify-safe": {
  2788. "version": "5.0.1",
  2789. "resolved": "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
  2790. "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus="
  2791. },
  2792. "jsprim": {
  2793. "version": "1.4.1",
  2794. "resolved": "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz",
  2795. "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=",
  2796. "requires": {
  2797. "assert-plus": "1.0.0",
  2798. "extsprintf": "1.3.0",
  2799. "json-schema": "0.2.3",
  2800. "verror": "1.10.0"
  2801. }
  2802. },
  2803. "jstransformer": {
  2804. "version": "1.0.0",
  2805. "resolved": "https://registry.yarnpkg.com/jstransformer/-/jstransformer-1.0.0.tgz",
  2806. "integrity": "sha1-7Yvwkh4vPx7U1cGkT2hwntJHIsM=",
  2807. "requires": {
  2808. "is-promise": "2.2.2",
  2809. "promise": "7.3.1"
  2810. }
  2811. },
  2812. "just-debounce": {
  2813. "version": "1.0.0",
  2814. "resolved": "https://registry.yarnpkg.com/just-debounce/-/just-debounce-1.0.0.tgz",
  2815. "integrity": "sha1-h/zPrv/AtozRnVX2cilD+SnqNeo="
  2816. },
  2817. "kind-of": {
  2818. "version": "6.0.3",
  2819. "resolved": "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz",
  2820. "integrity": "sha1-B8BQNKbDSfoG4k+jWqdttFgM5N0="
  2821. },
  2822. "last-run": {
  2823. "version": "1.1.1",
  2824. "resolved": "https://registry.yarnpkg.com/last-run/-/last-run-1.1.1.tgz",
  2825. "integrity": "sha1-RblpQsF7HHnHchmCWbqUO+v4yls=",
  2826. "requires": {
  2827. "default-resolution": "2.0.0",
  2828. "es6-weak-map": "2.0.3"
  2829. }
  2830. },
  2831. "lazystream": {
  2832. "version": "1.0.0",
  2833. "resolved": "https://registry.yarnpkg.com/lazystream/-/lazystream-1.0.0.tgz",
  2834. "integrity": "sha1-9plf4PggOS9hOWvolGJAe7dxaOQ=",
  2835. "requires": {
  2836. "readable-stream": "2.3.7"
  2837. }
  2838. },
  2839. "lcid": {
  2840. "version": "1.0.0",
  2841. "resolved": "https://registry.yarnpkg.com/lcid/-/lcid-1.0.0.tgz",
  2842. "integrity": "sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=",
  2843. "requires": {
  2844. "invert-kv": "1.0.0"
  2845. }
  2846. },
  2847. "lcov-parse": {
  2848. "version": "1.0.0",
  2849. "resolved": "https://registry.yarnpkg.com/lcov-parse/-/lcov-parse-1.0.0.tgz",
  2850. "integrity": "sha1-6w1GtUER68VhrLTECO+TY73I9+A="
  2851. },
  2852. "lead": {
  2853. "version": "1.0.0",
  2854. "resolved": "https://registry.yarnpkg.com/lead/-/lead-1.0.0.tgz",
  2855. "integrity": "sha1-bxT5mje+Op3XhPVJVpDlkDRm7kI=",
  2856. "requires": {
  2857. "flush-write-stream": "1.1.1"
  2858. }
  2859. },
  2860. "liftoff": {
  2861. "version": "3.1.0",
  2862. "resolved": "https://registry.yarnpkg.com/liftoff/-/liftoff-3.1.0.tgz",
  2863. "integrity": "sha1-ybpggfkIZwYH7nkGLXAN8GLFLtM=",
  2864. "requires": {
  2865. "extend": "3.0.2",
  2866. "findup-sync": "3.0.0",
  2867. "fined": "1.2.0",
  2868. "flagged-respawn": "1.0.1",
  2869. "is-plain-object": "2.0.4",
  2870. "object.map": "1.0.1",
  2871. "rechoir": "0.6.2",
  2872. "resolve": "1.18.1"
  2873. },
  2874. "dependencies": {
  2875. "findup-sync": {
  2876. "version": "3.0.0",
  2877. "resolved": "https://registry.yarnpkg.com/findup-sync/-/findup-sync-3.0.0.tgz",
  2878. "integrity": "sha1-F7EI+e5RLft6XH88iyfqnhqcCNE=",
  2879. "requires": {
  2880. "detect-file": "1.0.0",
  2881. "is-glob": "4.0.1",
  2882. "micromatch": "3.1.10",
  2883. "resolve-dir": "1.0.1"
  2884. }
  2885. }
  2886. }
  2887. },
  2888. "load-json-file": {
  2889. "version": "1.1.0",
  2890. "resolved": "https://registry.yarnpkg.com/load-json-file/-/load-json-file-1.1.0.tgz",
  2891. "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=",
  2892. "requires": {
  2893. "graceful-fs": "4.2.4",
  2894. "parse-json": "2.2.0",
  2895. "pify": "2.3.0",
  2896. "pinkie-promise": "2.0.1",
  2897. "strip-bom": "2.0.0"
  2898. }
  2899. },
  2900. "locate-path": {
  2901. "version": "5.0.0",
  2902. "resolved": "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz",
  2903. "integrity": "sha1-Gvujlq/WdqbUJQTQpno6frn2KqA=",
  2904. "requires": {
  2905. "p-locate": "4.1.0"
  2906. }
  2907. },
  2908. "lodash": {
  2909. "version": "4.17.20",
  2910. "resolved": "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz",
  2911. "integrity": "sha1-tEqbYpe8tpjxxRo1RaKzs2jVnFI="
  2912. },
  2913. "lodash.defaults": {
  2914. "version": "4.2.0",
  2915. "resolved": "https://registry.yarnpkg.com/lodash.defaults/-/lodash.defaults-4.2.0.tgz",
  2916. "integrity": "sha1-0JF4cW/+pN3p5ft7N/bwgCJ0WAw="
  2917. },
  2918. "lodash.escape": {
  2919. "version": "3.2.0",
  2920. "resolved": "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-3.2.0.tgz",
  2921. "integrity": "sha1-mV7g3BjBtIzJLv+ucaEKq1tIdpg=",
  2922. "requires": {
  2923. "lodash._root": "3.0.1"
  2924. }
  2925. },
  2926. "lodash.escaperegexp": {
  2927. "version": "4.1.2",
  2928. "resolved": "https://registry.yarnpkg.com/lodash.escaperegexp/-/lodash.escaperegexp-4.1.2.tgz",
  2929. "integrity": "sha1-ZHYsSGGAglGKw99Mz11YhtriA0c="
  2930. },
  2931. "lodash.isarguments": {
  2932. "version": "3.1.0",
  2933. "resolved": "https://registry.yarnpkg.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz",
  2934. "integrity": "sha1-L1c9hcaiQon/AGY7SRwdM4/zRYo="
  2935. },
  2936. "lodash.isarray": {
  2937. "version": "3.0.4",
  2938. "resolved": "https://registry.yarnpkg.com/lodash.isarray/-/lodash.isarray-3.0.4.tgz",
  2939. "integrity": "sha1-eeTriMNqgSKvhvhEqpvNhRtfu1U="
  2940. },
  2941. "lodash.keys": {
  2942. "version": "3.1.2",
  2943. "resolved": "https://registry.yarnpkg.com/lodash.keys/-/lodash.keys-3.1.2.tgz",
  2944. "integrity": "sha1-TbwEcrFWvlCgsoaFXRvQsMZWCYo=",
  2945. "requires": {
  2946. "lodash._getnative": "3.9.1",
  2947. "lodash.isarguments": "3.1.0",
  2948. "lodash.isarray": "3.0.4"
  2949. }
  2950. },
  2951. "lodash.restparam": {
  2952. "version": "3.6.1",
  2953. "resolved": "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz",
  2954. "integrity": "sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU="
  2955. },
  2956. "lodash.template": {
  2957. "version": "4.5.0",
  2958. "resolved": "https://registry.yarnpkg.com/lodash.template/-/lodash.template-4.5.0.tgz",
  2959. "integrity": "sha1-+XYZXPPzR9DV9SSDVp/oAxzM6Ks=",
  2960. "requires": {
  2961. "lodash._reinterpolate": "3.0.0",
  2962. "lodash.templatesettings": "4.2.0"
  2963. }
  2964. },
  2965. "lodash.templatesettings": {
  2966. "version": "4.2.0",
  2967. "resolved": "https://registry.yarnpkg.com/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz",
  2968. "integrity": "sha1-5IExDwSdPPbUfpEq0JMTsVTw+zM=",
  2969. "requires": {
  2970. "lodash._reinterpolate": "3.0.0"
  2971. }
  2972. },
  2973. "lodash._basecopy": {
  2974. "version": "3.0.1",
  2975. "resolved": "https://registry.yarnpkg.com/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz",
  2976. "integrity": "sha1-jaDmqHbPNEwK2KVIghEd08XHyjY="
  2977. },
  2978. "lodash._basetostring": {
  2979. "version": "3.0.1",
  2980. "resolved": "https://registry.yarnpkg.com/lodash._basetostring/-/lodash._basetostring-3.0.1.tgz",
  2981. "integrity": "sha1-0YYdh3+CSlL2aYMtyvPuFVZqB9U="
  2982. },
  2983. "lodash._basevalues": {
  2984. "version": "3.0.0",
  2985. "resolved": "https://registry.yarnpkg.com/lodash._basevalues/-/lodash._basevalues-3.0.0.tgz",
  2986. "integrity": "sha1-W3dXYoAr3j0yl1A+JjAIIP32Ybc="
  2987. },
  2988. "lodash._getnative": {
  2989. "version": "3.9.1",
  2990. "resolved": "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz",
  2991. "integrity": "sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U="
  2992. },
  2993. "lodash._isiterateecall": {
  2994. "version": "3.0.9",
  2995. "resolved": "https://registry.yarnpkg.com/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz",
  2996. "integrity": "sha1-UgOte6Ql+uhCRg5pbbnPPmqsBXw="
  2997. },
  2998. "lodash._reescape": {
  2999. "version": "3.0.0",
  3000. "resolved": "https://registry.yarnpkg.com/lodash._reescape/-/lodash._reescape-3.0.0.tgz",
  3001. "integrity": "sha1-Kx1vXf4HyKNVdT5fJ/rH8c3hYWo="
  3002. },
  3003. "lodash._reevaluate": {
  3004. "version": "3.0.0",
  3005. "resolved": "https://registry.yarnpkg.com/lodash._reevaluate/-/lodash._reevaluate-3.0.0.tgz",
  3006. "integrity": "sha1-WLx0xAZklTrgsSTYBpltrKQx4u0="
  3007. },
  3008. "lodash._reinterpolate": {
  3009. "version": "3.0.0",
  3010. "resolved": "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz",
  3011. "integrity": "sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0="
  3012. },
  3013. "lodash._root": {
  3014. "version": "3.0.1",
  3015. "resolved": "https://registry.yarnpkg.com/lodash._root/-/lodash._root-3.0.1.tgz",
  3016. "integrity": "sha1-+6HEUkwZ7ppfgTa0YJ8BfPTe1pI="
  3017. },
  3018. "log-driver": {
  3019. "version": "1.2.7",
  3020. "resolved": "https://registry.yarnpkg.com/log-driver/-/log-driver-1.2.7.tgz",
  3021. "integrity": "sha1-Y7lQIfBwL+36LJuwok53l9cYcdg="
  3022. },
  3023. "make-dir": {
  3024. "version": "3.1.0",
  3025. "resolved": "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz",
  3026. "integrity": "sha1-QV6WcEazp/HRhSd9hKpYIDcmoT8=",
  3027. "requires": {
  3028. "semver": "6.3.0"
  3029. },
  3030. "dependencies": {
  3031. "semver": {
  3032. "version": "6.3.0",
  3033. "resolved": "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz",
  3034. "integrity": "sha1-7gpkyK9ejO6mdoexM3YeG+y9HT0="
  3035. }
  3036. }
  3037. },
  3038. "make-error": {
  3039. "version": "1.3.6",
  3040. "resolved": "https://registry.yarnpkg.com/make-error/-/make-error-1.3.6.tgz",
  3041. "integrity": "sha1-LrLjfqm2fEiR9oShOUeZr0hM96I="
  3042. },
  3043. "make-error-cause": {
  3044. "version": "1.2.2",
  3045. "resolved": "https://registry.yarnpkg.com/make-error-cause/-/make-error-cause-1.2.2.tgz",
  3046. "integrity": "sha1-3wOI/NCzeBbf8KX7gQiTl3fcvJ0=",
  3047. "requires": {
  3048. "make-error": "1.3.6"
  3049. }
  3050. },
  3051. "make-iterator": {
  3052. "version": "1.0.1",
  3053. "resolved": "https://registry.yarnpkg.com/make-iterator/-/make-iterator-1.0.1.tgz",
  3054. "integrity": "sha1-KbM/MSqo9UfEpeSQ9Wr87JkTOtY=",
  3055. "requires": {
  3056. "kind-of": "6.0.3"
  3057. }
  3058. },
  3059. "map-cache": {
  3060. "version": "0.2.2",
  3061. "resolved": "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz",
  3062. "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8="
  3063. },
  3064. "map-stream": {
  3065. "version": "0.0.4",
  3066. "resolved": "https://registry.yarnpkg.com/map-stream/-/map-stream-0.0.4.tgz",
  3067. "integrity": "sha1-XsbekCE+9sey65Nn6a3o2k79tos="
  3068. },
  3069. "map-visit": {
  3070. "version": "1.0.0",
  3071. "resolved": "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz",
  3072. "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=",
  3073. "requires": {
  3074. "object-visit": "1.0.1"
  3075. }
  3076. },
  3077. "matchdep": {
  3078. "version": "2.0.0",
  3079. "resolved": "https://registry.yarnpkg.com/matchdep/-/matchdep-2.0.0.tgz",
  3080. "integrity": "sha1-xvNINKDY28OzfCfui7yyfHd1WC4=",
  3081. "requires": {
  3082. "findup-sync": "2.0.0",
  3083. "micromatch": "3.1.10",
  3084. "resolve": "1.18.1",
  3085. "stack-trace": "0.0.10"
  3086. }
  3087. },
  3088. "mdn-data": {
  3089. "version": "2.0.4",
  3090. "resolved": "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.4.tgz",
  3091. "integrity": "sha1-aZs8OKxvHXKAkaZGULZdOIUC/Vs="
  3092. },
  3093. "merge2": {
  3094. "version": "1.4.1",
  3095. "resolved": "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz",
  3096. "integrity": "sha1-Q2iJL4hekHRVpv19xVwMnUBJkK4="
  3097. },
  3098. "microbuffer": {
  3099. "version": "1.0.0",
  3100. "resolved": "https://registry.yarnpkg.com/microbuffer/-/microbuffer-1.0.0.tgz",
  3101. "integrity": "sha1-izgy7UDIfVH0e7I0kTppinVtGdI="
  3102. },
  3103. "micromatch": {
  3104. "version": "3.1.10",
  3105. "resolved": "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz",
  3106. "integrity": "sha1-cIWbyVyYQJUvNZoGij/En57PrCM=",
  3107. "requires": {
  3108. "arr-diff": "4.0.0",
  3109. "array-unique": "0.3.2",
  3110. "braces": "2.3.2",
  3111. "define-property": "2.0.2",
  3112. "extend-shallow": "3.0.2",
  3113. "extglob": "2.0.4",
  3114. "fragment-cache": "0.2.1",
  3115. "kind-of": "6.0.3",
  3116. "nanomatch": "1.2.13",
  3117. "object.pick": "1.3.0",
  3118. "regex-not": "1.0.2",
  3119. "snapdragon": "0.8.2",
  3120. "to-regex": "3.0.2"
  3121. },
  3122. "dependencies": {
  3123. "define-property": {
  3124. "version": "2.0.2",
  3125. "resolved": "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz",
  3126. "integrity": "sha1-1Flono1lS6d+AqgX+HENcCyxbp0=",
  3127. "requires": {
  3128. "is-descriptor": "1.0.2",
  3129. "isobject": "3.0.1"
  3130. }
  3131. }
  3132. }
  3133. },
  3134. "mime-db": {
  3135. "version": "1.44.0",
  3136. "resolved": "https://registry.yarnpkg.com/mime-db/-/mime-db-1.44.0.tgz",
  3137. "integrity": "sha1-+hHF6wrKEzS0Izy01S8QxaYnL5I="
  3138. },
  3139. "mime-types": {
  3140. "version": "2.1.27",
  3141. "resolved": "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.27.tgz",
  3142. "integrity": "sha1-R5SfmOJ56lMRn1ci4PNOUpvsAJ8=",
  3143. "requires": {
  3144. "mime-db": "1.44.0"
  3145. }
  3146. },
  3147. "minimatch": {
  3148. "version": "3.0.4",
  3149. "resolved": "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz",
  3150. "integrity": "sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM=",
  3151. "requires": {
  3152. "brace-expansion": "1.1.11"
  3153. }
  3154. },
  3155. "minimist": {
  3156. "version": "1.2.5",
  3157. "resolved": "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz",
  3158. "integrity": "sha1-Z9ZgFLZqaoqqDAg8X9WN9OTpdgI="
  3159. },
  3160. "minipass": {
  3161. "version": "2.9.0",
  3162. "resolved": "https://registry.yarnpkg.com/minipass/-/minipass-2.9.0.tgz",
  3163. "integrity": "sha1-5xN2Ln0+Mv7YAxFc+T4EvKn8yaY=",
  3164. "requires": {
  3165. "safe-buffer": "5.2.1",
  3166. "yallist": "3.1.1"
  3167. }
  3168. },
  3169. "minizlib": {
  3170. "version": "1.3.3",
  3171. "resolved": "https://registry.yarnpkg.com/minizlib/-/minizlib-1.3.3.tgz",
  3172. "integrity": "sha1-IpDeloGKNMKVUcio0wEha9Zahh0=",
  3173. "requires": {
  3174. "minipass": "2.9.0"
  3175. }
  3176. },
  3177. "mixin-deep": {
  3178. "version": "1.3.2",
  3179. "resolved": "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz",
  3180. "integrity": "sha1-ESC0PcNZp4Xc5ltVuC4lfM9HlWY=",
  3181. "requires": {
  3182. "for-in": "1.0.2",
  3183. "is-extendable": "1.0.1"
  3184. },
  3185. "dependencies": {
  3186. "is-extendable": {
  3187. "version": "1.0.1",
  3188. "resolved": "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz",
  3189. "integrity": "sha1-p0cPnkJnM9gb2B4RVSZOOjUHyrQ=",
  3190. "requires": {
  3191. "is-plain-object": "2.0.4"
  3192. }
  3193. }
  3194. }
  3195. },
  3196. "mkdirp": {
  3197. "version": "0.5.5",
  3198. "resolved": "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz",
  3199. "integrity": "sha1-2Rzv1i0UNsoPQWIOJRKI1CAJne8=",
  3200. "requires": {
  3201. "minimist": "1.2.5"
  3202. }
  3203. },
  3204. "ms": {
  3205. "version": "2.0.0",
  3206. "resolved": "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz",
  3207. "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
  3208. },
  3209. "multipipe": {
  3210. "version": "2.0.3",
  3211. "resolved": "https://registry.yarnpkg.com/multipipe/-/multipipe-2.0.3.tgz",
  3212. "integrity": "sha1-IwXs+Pacxnc39QfEYOauwKQerPs=",
  3213. "requires": {
  3214. "duplexer2": "0.1.4",
  3215. "object-assign": "4.1.1"
  3216. }
  3217. },
  3218. "mute-stdout": {
  3219. "version": "1.0.1",
  3220. "resolved": "https://registry.yarnpkg.com/mute-stdout/-/mute-stdout-1.0.1.tgz",
  3221. "integrity": "sha1-rLAwDrTeI6fd7sAU4+lgRLNHIzE="
  3222. },
  3223. "nan": {
  3224. "version": "2.14.2",
  3225. "resolved": "https://registry.yarnpkg.com/nan/-/nan-2.14.2.tgz",
  3226. "integrity": "sha1-9TdkAGlRaPTMaUrJOT0MlYXu6hk="
  3227. },
  3228. "nanomatch": {
  3229. "version": "1.2.13",
  3230. "resolved": "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz",
  3231. "integrity": "sha1-uHqKpPwN6P5r6IiVs4mD/yZb0Rk=",
  3232. "requires": {
  3233. "arr-diff": "4.0.0",
  3234. "array-unique": "0.3.2",
  3235. "define-property": "2.0.2",
  3236. "extend-shallow": "3.0.2",
  3237. "fragment-cache": "0.2.1",
  3238. "is-windows": "1.0.2",
  3239. "kind-of": "6.0.3",
  3240. "object.pick": "1.3.0",
  3241. "regex-not": "1.0.2",
  3242. "snapdragon": "0.8.2",
  3243. "to-regex": "3.0.2"
  3244. },
  3245. "dependencies": {
  3246. "define-property": {
  3247. "version": "2.0.2",
  3248. "resolved": "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz",
  3249. "integrity": "sha1-1Flono1lS6d+AqgX+HENcCyxbp0=",
  3250. "requires": {
  3251. "is-descriptor": "1.0.2",
  3252. "isobject": "3.0.1"
  3253. }
  3254. }
  3255. }
  3256. },
  3257. "neatequal": {
  3258. "version": "1.0.0",
  3259. "resolved": "https://registry.yarnpkg.com/neatequal/-/neatequal-1.0.0.tgz",
  3260. "integrity": "sha1-LuEhG8n6bkxVcV/SELsFYC6xrjs=",
  3261. "requires": {
  3262. "varstream": "0.3.2"
  3263. }
  3264. },
  3265. "next-tick": {
  3266. "version": "1.0.0",
  3267. "resolved": "https://registry.yarnpkg.com/next-tick/-/next-tick-1.0.0.tgz",
  3268. "integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw="
  3269. },
  3270. "node-gyp": {
  3271. "version": "4.0.0",
  3272. "resolved": "https://registry.yarnpkg.com/node-gyp/-/node-gyp-4.0.0.tgz",
  3273. "integrity": "sha1-lyZUr05d0M0qGQgbS0b+BEK6b0U=",
  3274. "requires": {
  3275. "glob": "7.1.6",
  3276. "graceful-fs": "4.2.4",
  3277. "mkdirp": "0.5.5",
  3278. "nopt": "3.0.6",
  3279. "npmlog": "4.1.2",
  3280. "osenv": "0.1.5",
  3281. "request": "2.88.2",
  3282. "rimraf": "2.7.1",
  3283. "semver": "5.3.0",
  3284. "tar": "4.4.13",
  3285. "which": "1.3.1"
  3286. },
  3287. "dependencies": {
  3288. "nopt": {
  3289. "version": "3.0.6",
  3290. "resolved": "https://registry.yarnpkg.com/nopt/-/nopt-3.0.6.tgz",
  3291. "integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=",
  3292. "requires": {
  3293. "abbrev": "1.1.1"
  3294. }
  3295. },
  3296. "rimraf": {
  3297. "version": "2.7.1",
  3298. "resolved": "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz",
  3299. "integrity": "sha1-NXl/E6f9rcVmFCwp1PB8ytSD4+w=",
  3300. "requires": {
  3301. "glob": "7.1.6"
  3302. }
  3303. },
  3304. "semver": {
  3305. "version": "5.3.0",
  3306. "resolved": "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz",
  3307. "integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8="
  3308. }
  3309. }
  3310. },
  3311. "node-notifier": {
  3312. "version": "5.4.3",
  3313. "resolved": "https://registry.yarnpkg.com/node-notifier/-/node-notifier-5.4.3.tgz",
  3314. "integrity": "sha1-y3La+UyTkECY4oucWQ/YZuRkvVA=",
  3315. "requires": {
  3316. "growly": "1.3.0",
  3317. "is-wsl": "1.1.0",
  3318. "semver": "5.7.1",
  3319. "shellwords": "0.1.1",
  3320. "which": "1.3.1"
  3321. }
  3322. },
  3323. "node.extend": {
  3324. "version": "2.0.2",
  3325. "resolved": "https://registry.yarnpkg.com/node.extend/-/node.extend-2.0.2.tgz",
  3326. "integrity": "sha1-tEBFJUlKzJl0DzcDxJa31Rgsxsw=",
  3327. "requires": {
  3328. "has": "1.0.3",
  3329. "is": "3.3.0"
  3330. }
  3331. },
  3332. "nopt": {
  3333. "version": "1.0.10",
  3334. "resolved": "https://registry.yarnpkg.com/nopt/-/nopt-1.0.10.tgz",
  3335. "integrity": "sha1-bd0hvSoxQXuScn3Vhfim83YI6+4=",
  3336. "requires": {
  3337. "abbrev": "1.1.1"
  3338. }
  3339. },
  3340. "normalize-package-data": {
  3341. "version": "2.5.0",
  3342. "resolved": "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
  3343. "integrity": "sha1-5m2xg4sgDB38IzIl0SyzZSDiNKg=",
  3344. "requires": {
  3345. "hosted-git-info": "2.8.8",
  3346. "resolve": "1.18.1",
  3347. "semver": "5.7.1",
  3348. "validate-npm-package-license": "3.0.4"
  3349. }
  3350. },
  3351. "normalize-path": {
  3352. "version": "2.1.1",
  3353. "resolved": "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz",
  3354. "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
  3355. "requires": {
  3356. "remove-trailing-separator": "1.1.0"
  3357. }
  3358. },
  3359. "now-and-later": {
  3360. "version": "2.0.1",
  3361. "resolved": "https://registry.yarnpkg.com/now-and-later/-/now-and-later-2.0.1.tgz",
  3362. "integrity": "sha1-jlechoV2SnzALLaAOA6U9DzLH3w=",
  3363. "requires": {
  3364. "once": "1.4.0"
  3365. }
  3366. },
  3367. "npmlog": {
  3368. "version": "4.1.2",
  3369. "resolved": "https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz",
  3370. "integrity": "sha1-CKfyqL9zRgR3mp76StXMcXq7lUs=",
  3371. "requires": {
  3372. "are-we-there-yet": "1.1.5",
  3373. "console-control-strings": "1.1.0",
  3374. "gauge": "2.7.4",
  3375. "set-blocking": "2.0.0"
  3376. }
  3377. },
  3378. "nth-check": {
  3379. "version": "1.0.2",
  3380. "resolved": "https://registry.yarnpkg.com/nth-check/-/nth-check-1.0.2.tgz",
  3381. "integrity": "sha1-sr0pXDfj3VijvwcAN2Zjuk2c8Fw=",
  3382. "requires": {
  3383. "boolbase": "1.0.0"
  3384. }
  3385. },
  3386. "number-is-nan": {
  3387. "version": "1.0.1",
  3388. "resolved": "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz",
  3389. "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0="
  3390. },
  3391. "oauth-sign": {
  3392. "version": "0.9.0",
  3393. "resolved": "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz",
  3394. "integrity": "sha1-R6ewFrqmi1+g7PPe4IqFxnmsZFU="
  3395. },
  3396. "object-assign": {
  3397. "version": "4.1.1",
  3398. "resolved": "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz",
  3399. "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM="
  3400. },
  3401. "object-copy": {
  3402. "version": "0.1.0",
  3403. "resolved": "https://registry.yarnpkg.com/object-copy/-/object-copy-0.1.0.tgz",
  3404. "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=",
  3405. "requires": {
  3406. "copy-descriptor": "0.1.1",
  3407. "define-property": "0.2.5",
  3408. "kind-of": "3.2.2"
  3409. },
  3410. "dependencies": {
  3411. "kind-of": {
  3412. "version": "3.2.2",
  3413. "resolved": "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz",
  3414. "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
  3415. "requires": {
  3416. "is-buffer": "1.1.6"
  3417. }
  3418. }
  3419. }
  3420. },
  3421. "object-inspect": {
  3422. "version": "1.8.0",
  3423. "resolved": "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.8.0.tgz",
  3424. "integrity": "sha1-34B+Xs9TpgnMa/6T6sPMe+WzqdA="
  3425. },
  3426. "object-keys": {
  3427. "version": "1.1.1",
  3428. "resolved": "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz",
  3429. "integrity": "sha1-HEfyct8nfzsdrwYWd9nILiMixg4="
  3430. },
  3431. "object-visit": {
  3432. "version": "1.0.1",
  3433. "resolved": "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz",
  3434. "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=",
  3435. "requires": {
  3436. "isobject": "3.0.1"
  3437. }
  3438. },
  3439. "object.assign": {
  3440. "version": "4.1.2",
  3441. "resolved": "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.2.tgz",
  3442. "integrity": "sha1-DtVKNC7Os3s4/3brgxoOeIy2OUA=",
  3443. "requires": {
  3444. "call-bind": "1.0.0",
  3445. "define-properties": "1.1.3",
  3446. "has-symbols": "1.0.1",
  3447. "object-keys": "1.1.1"
  3448. }
  3449. },
  3450. "object.defaults": {
  3451. "version": "1.1.0",
  3452. "resolved": "https://registry.yarnpkg.com/object.defaults/-/object.defaults-1.1.0.tgz",
  3453. "integrity": "sha1-On+GgzS0B96gbaFtiNXNKeQ1/s8=",
  3454. "requires": {
  3455. "array-each": "1.0.1",
  3456. "array-slice": "1.1.0",
  3457. "for-own": "1.0.0",
  3458. "isobject": "3.0.1"
  3459. }
  3460. },
  3461. "object.getownpropertydescriptors": {
  3462. "version": "2.1.0",
  3463. "resolved": "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz",
  3464. "integrity": "sha1-Npvx+VktiridcS3O1cuBx8U1Jkk=",
  3465. "requires": {
  3466. "define-properties": "1.1.3",
  3467. "es-abstract": "1.17.7"
  3468. }
  3469. },
  3470. "object.map": {
  3471. "version": "1.0.1",
  3472. "resolved": "https://registry.yarnpkg.com/object.map/-/object.map-1.0.1.tgz",
  3473. "integrity": "sha1-z4Plncj8wK1fQlDh94s7gb2AHTc=",
  3474. "requires": {
  3475. "for-own": "1.0.0",
  3476. "make-iterator": "1.0.1"
  3477. }
  3478. },
  3479. "object.pick": {
  3480. "version": "1.3.0",
  3481. "resolved": "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz",
  3482. "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=",
  3483. "requires": {
  3484. "isobject": "3.0.1"
  3485. }
  3486. },
  3487. "object.reduce": {
  3488. "version": "1.0.1",
  3489. "resolved": "https://registry.yarnpkg.com/object.reduce/-/object.reduce-1.0.1.tgz",
  3490. "integrity": "sha1-b+NI8qx/oPlcpiEiZZkJaCW7A60=",
  3491. "requires": {
  3492. "for-own": "1.0.0",
  3493. "make-iterator": "1.0.1"
  3494. }
  3495. },
  3496. "object.values": {
  3497. "version": "1.1.1",
  3498. "resolved": "https://registry.yarnpkg.com/object.values/-/object.values-1.1.1.tgz",
  3499. "integrity": "sha1-aKmezeNWt+kpWjxeDOMdyMlT3l4=",
  3500. "requires": {
  3501. "define-properties": "1.1.3",
  3502. "es-abstract": "1.17.7",
  3503. "function-bind": "1.1.1",
  3504. "has": "1.0.3"
  3505. }
  3506. },
  3507. "once": {
  3508. "version": "1.4.0",
  3509. "resolved": "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz",
  3510. "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
  3511. "requires": {
  3512. "wrappy": "1.0.2"
  3513. }
  3514. },
  3515. "ordered-read-streams": {
  3516. "version": "1.0.1",
  3517. "resolved": "https://registry.yarnpkg.com/ordered-read-streams/-/ordered-read-streams-1.0.1.tgz",
  3518. "integrity": "sha1-d8DLN8QVJdZBZtmQ/61+xqDhNj4=",
  3519. "requires": {
  3520. "readable-stream": "2.3.7"
  3521. }
  3522. },
  3523. "os-homedir": {
  3524. "version": "1.0.2",
  3525. "resolved": "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz",
  3526. "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M="
  3527. },
  3528. "os-locale": {
  3529. "version": "1.4.0",
  3530. "resolved": "https://registry.yarnpkg.com/os-locale/-/os-locale-1.4.0.tgz",
  3531. "integrity": "sha1-IPnxeuKe00XoveWDsT0gCYA8FNk=",
  3532. "requires": {
  3533. "lcid": "1.0.0"
  3534. }
  3535. },
  3536. "os-tmpdir": {
  3537. "version": "1.0.2",
  3538. "resolved": "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
  3539. "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ="
  3540. },
  3541. "osenv": {
  3542. "version": "0.1.5",
  3543. "resolved": "https://registry.yarnpkg.com/osenv/-/osenv-0.1.5.tgz",
  3544. "integrity": "sha1-hc36+uso6Gd/QW4odZK18/SepBA=",
  3545. "requires": {
  3546. "os-homedir": "1.0.2",
  3547. "os-tmpdir": "1.0.2"
  3548. }
  3549. },
  3550. "p-limit": {
  3551. "version": "2.3.0",
  3552. "resolved": "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz",
  3553. "integrity": "sha1-PdM8ZHohT9//2DWTPrCG2g3CHbE=",
  3554. "requires": {
  3555. "p-try": "2.2.0"
  3556. }
  3557. },
  3558. "p-locate": {
  3559. "version": "4.1.0",
  3560. "resolved": "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz",
  3561. "integrity": "sha1-o0KLtwiLOmApL2aRkni3wpetTwc=",
  3562. "requires": {
  3563. "p-limit": "2.3.0"
  3564. }
  3565. },
  3566. "p-map": {
  3567. "version": "3.0.0",
  3568. "resolved": "https://registry.yarnpkg.com/p-map/-/p-map-3.0.0.tgz",
  3569. "integrity": "sha1-1wTZr4orpoTiYA2aIVmD1BQal50=",
  3570. "requires": {
  3571. "aggregate-error": "3.1.0"
  3572. }
  3573. },
  3574. "p-try": {
  3575. "version": "2.2.0",
  3576. "resolved": "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz",
  3577. "integrity": "sha1-yyhoVA4xPWHeWPr741zpAE1VQOY="
  3578. },
  3579. "pako": {
  3580. "version": "1.0.11",
  3581. "resolved": "https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz",
  3582. "integrity": "sha1-bJWZ00DVTf05RjgCUqNXBaa5kr8="
  3583. },
  3584. "parse-filepath": {
  3585. "version": "1.0.2",
  3586. "resolved": "https://registry.yarnpkg.com/parse-filepath/-/parse-filepath-1.0.2.tgz",
  3587. "integrity": "sha1-pjISf1Oq89FYdvWHLz/6x2PWyJE=",
  3588. "requires": {
  3589. "is-absolute": "1.0.0",
  3590. "map-cache": "0.2.2",
  3591. "path-root": "0.1.1"
  3592. }
  3593. },
  3594. "parse-json": {
  3595. "version": "2.2.0",
  3596. "resolved": "https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz",
  3597. "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=",
  3598. "requires": {
  3599. "error-ex": "1.3.2"
  3600. }
  3601. },
  3602. "parse-node-version": {
  3603. "version": "1.0.1",
  3604. "resolved": "https://registry.yarnpkg.com/parse-node-version/-/parse-node-version-1.0.1.tgz",
  3605. "integrity": "sha1-4rXb7eAOf6m8NjYH9TMn6LBzGJs="
  3606. },
  3607. "parse-passwd": {
  3608. "version": "1.0.0",
  3609. "resolved": "https://registry.yarnpkg.com/parse-passwd/-/parse-passwd-1.0.0.tgz",
  3610. "integrity": "sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY="
  3611. },
  3612. "pascalcase": {
  3613. "version": "0.1.1",
  3614. "resolved": "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz",
  3615. "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ="
  3616. },
  3617. "path-dirname": {
  3618. "version": "1.0.2",
  3619. "resolved": "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz",
  3620. "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA="
  3621. },
  3622. "path-exists": {
  3623. "version": "4.0.0",
  3624. "resolved": "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz",
  3625. "integrity": "sha1-UTvb4tO5XXdi6METfvoZXGxhtbM="
  3626. },
  3627. "path-is-absolute": {
  3628. "version": "1.0.1",
  3629. "resolved": "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  3630. "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18="
  3631. },
  3632. "path-parse": {
  3633. "version": "1.0.6",
  3634. "resolved": "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz",
  3635. "integrity": "sha1-1i27VnlAXXLEc37FhgDp3c8G0kw="
  3636. },
  3637. "path-root": {
  3638. "version": "0.1.1",
  3639. "resolved": "https://registry.yarnpkg.com/path-root/-/path-root-0.1.1.tgz",
  3640. "integrity": "sha1-mkpoFMrBwM1zNgqV8yCDyOpHRbc=",
  3641. "requires": {
  3642. "path-root-regex": "0.1.2"
  3643. }
  3644. },
  3645. "path-root-regex": {
  3646. "version": "0.1.2",
  3647. "resolved": "https://registry.yarnpkg.com/path-root-regex/-/path-root-regex-0.1.2.tgz",
  3648. "integrity": "sha1-v8zcjfWxLcUsi0PsONGNcsBLqW0="
  3649. },
  3650. "path-type": {
  3651. "version": "4.0.0",
  3652. "resolved": "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz",
  3653. "integrity": "sha1-hO0BwKe6OAr+CdkKjBgNzZ0DBDs="
  3654. },
  3655. "performance-now": {
  3656. "version": "2.1.0",
  3657. "resolved": "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz",
  3658. "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns="
  3659. },
  3660. "picomatch": {
  3661. "version": "2.2.2",
  3662. "resolved": "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz",
  3663. "integrity": "sha1-IfMz6ba46v8CRo9RRupAbTRfTa0="
  3664. },
  3665. "pify": {
  3666. "version": "2.3.0",
  3667. "resolved": "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz",
  3668. "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw="
  3669. },
  3670. "pinkie": {
  3671. "version": "2.0.4",
  3672. "resolved": "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz",
  3673. "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA="
  3674. },
  3675. "pinkie-promise": {
  3676. "version": "2.0.1",
  3677. "resolved": "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
  3678. "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=",
  3679. "requires": {
  3680. "pinkie": "2.0.4"
  3681. }
  3682. },
  3683. "plexer": {
  3684. "version": "2.0.0",
  3685. "resolved": "https://registry.yarnpkg.com/plexer/-/plexer-2.0.0.tgz",
  3686. "integrity": "sha1-1f9AL3+3nM5ZIQHBk4B9CwhepB8=",
  3687. "requires": {
  3688. "isstream": "0.1.2",
  3689. "readable-stream": "3.6.0"
  3690. },
  3691. "dependencies": {
  3692. "readable-stream": {
  3693. "version": "3.6.0",
  3694. "resolved": "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz",
  3695. "integrity": "sha1-M3u9o63AcGvT4CRCaihtS0sskZg=",
  3696. "requires": {
  3697. "inherits": "2.0.4",
  3698. "string_decoder": "1.3.0",
  3699. "util-deprecate": "1.0.2"
  3700. }
  3701. },
  3702. "string_decoder": {
  3703. "version": "1.3.0",
  3704. "resolved": "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz",
  3705. "integrity": "sha1-QvEUWUpGzxqOMLCoT1bHjD7awh4=",
  3706. "requires": {
  3707. "safe-buffer": "5.2.1"
  3708. }
  3709. }
  3710. }
  3711. },
  3712. "plugin-error": {
  3713. "version": "1.0.1",
  3714. "resolved": "https://registry.yarnpkg.com/plugin-error/-/plugin-error-1.0.1.tgz",
  3715. "integrity": "sha1-dwFr2JGdCsN3/c3QMiMolTyleBw=",
  3716. "requires": {
  3717. "ansi-colors": "1.1.0",
  3718. "arr-diff": "4.0.0",
  3719. "arr-union": "3.1.0",
  3720. "extend-shallow": "3.0.2"
  3721. },
  3722. "dependencies": {
  3723. "ansi-colors": {
  3724. "version": "1.1.0",
  3725. "resolved": "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-1.1.0.tgz",
  3726. "integrity": "sha1-Y3S03V1HGP884npnGjscrQdxMqk=",
  3727. "requires": {
  3728. "ansi-wrap": "0.1.0"
  3729. }
  3730. }
  3731. }
  3732. },
  3733. "plur": {
  3734. "version": "3.1.1",
  3735. "resolved": "https://registry.yarnpkg.com/plur/-/plur-3.1.1.tgz",
  3736. "integrity": "sha1-YCZ5Z4ZqjYEVBP5Y8vqrojdUals=",
  3737. "requires": {
  3738. "irregular-plurals": "2.0.0"
  3739. }
  3740. },
  3741. "posix-character-classes": {
  3742. "version": "0.1.1",
  3743. "resolved": "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz",
  3744. "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs="
  3745. },
  3746. "pretty-hrtime": {
  3747. "version": "1.0.3",
  3748. "resolved": "https://registry.yarnpkg.com/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz",
  3749. "integrity": "sha1-t+PqQkNaTJsnWdmeDyAesZWALuE="
  3750. },
  3751. "process-nextick-args": {
  3752. "version": "2.0.1",
  3753. "resolved": "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
  3754. "integrity": "sha1-eCDZsWEgzFXKmud5JoCufbptf+I="
  3755. },
  3756. "promise": {
  3757. "version": "7.3.1",
  3758. "resolved": "https://registry.yarnpkg.com/promise/-/promise-7.3.1.tgz",
  3759. "integrity": "sha1-BktyYCsY+Q8pGSuLG8QY/9Hr078=",
  3760. "requires": {
  3761. "asap": "2.0.6"
  3762. }
  3763. },
  3764. "psl": {
  3765. "version": "1.8.0",
  3766. "resolved": "https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz",
  3767. "integrity": "sha1-kyb4vPsBOtzABf3/BWrM4CDlHCQ="
  3768. },
  3769. "pug": {
  3770. "version": "3.0.0",
  3771. "resolved": "https://registry.yarnpkg.com/pug/-/pug-3.0.0.tgz",
  3772. "integrity": "sha1-EB7s16I2zZkG5CDhd5nU1X8rfZM=",
  3773. "requires": {
  3774. "pug-code-gen": "3.0.1",
  3775. "pug-filters": "4.0.0",
  3776. "pug-lexer": "5.0.0",
  3777. "pug-linker": "4.0.0",
  3778. "pug-load": "3.0.0",
  3779. "pug-parser": "6.0.0",
  3780. "pug-runtime": "3.0.0",
  3781. "pug-strip-comments": "2.0.0"
  3782. }
  3783. },
  3784. "pug-attrs": {
  3785. "version": "3.0.0",
  3786. "resolved": "https://registry.yarnpkg.com/pug-attrs/-/pug-attrs-3.0.0.tgz",
  3787. "integrity": "sha1-sQRR4DSBZeMfrRzCPr3dncc0fEE=",
  3788. "requires": {
  3789. "constantinople": "4.0.1",
  3790. "js-stringify": "1.0.2",
  3791. "pug-runtime": "3.0.0"
  3792. }
  3793. },
  3794. "pug-code-gen": {
  3795. "version": "3.0.1",
  3796. "resolved": "https://registry.yarnpkg.com/pug-code-gen/-/pug-code-gen-3.0.1.tgz",
  3797. "integrity": "sha1-/zszexAMSU6mPvdmCR0n99c6y34=",
  3798. "requires": {
  3799. "constantinople": "4.0.1",
  3800. "doctypes": "1.1.0",
  3801. "js-stringify": "1.0.2",
  3802. "pug-attrs": "3.0.0",
  3803. "pug-error": "2.0.0",
  3804. "pug-runtime": "3.0.0",
  3805. "void-elements": "3.1.0",
  3806. "with": "7.0.2"
  3807. }
  3808. },
  3809. "pug-error": {
  3810. "version": "2.0.0",
  3811. "resolved": "https://registry.yarnpkg.com/pug-error/-/pug-error-2.0.0.tgz",
  3812. "integrity": "sha1-XGIXPLCcNN4qLOBPF7it/sdNjKU="
  3813. },
  3814. "pug-filters": {
  3815. "version": "4.0.0",
  3816. "resolved": "https://registry.yarnpkg.com/pug-filters/-/pug-filters-4.0.0.tgz",
  3817. "integrity": "sha1-0+Sa9bqEcum3pm2YDnB86dLMm14=",
  3818. "requires": {
  3819. "constantinople": "4.0.1",
  3820. "jstransformer": "1.0.0",
  3821. "pug-error": "2.0.0",
  3822. "pug-walk": "2.0.0",
  3823. "resolve": "1.18.1"
  3824. }
  3825. },
  3826. "pug-lexer": {
  3827. "version": "5.0.0",
  3828. "resolved": "https://registry.yarnpkg.com/pug-lexer/-/pug-lexer-5.0.0.tgz",
  3829. "integrity": "sha1-C3eefYy/DxA4A2db6WNRlC/Zpyc=",
  3830. "requires": {
  3831. "character-parser": "2.2.0",
  3832. "is-expression": "4.0.0",
  3833. "pug-error": "2.0.0"
  3834. }
  3835. },
  3836. "pug-linker": {
  3837. "version": "4.0.0",
  3838. "resolved": "https://registry.yarnpkg.com/pug-linker/-/pug-linker-4.0.0.tgz",
  3839. "integrity": "sha1-EsvAWU/Fo+Brn8Web5PBRpYqdwg=",
  3840. "requires": {
  3841. "pug-error": "2.0.0",
  3842. "pug-walk": "2.0.0"
  3843. }
  3844. },
  3845. "pug-load": {
  3846. "version": "3.0.0",
  3847. "resolved": "https://registry.yarnpkg.com/pug-load/-/pug-load-3.0.0.tgz",
  3848. "integrity": "sha1-n9nNpSICsIrbEdJWgfufNL1BtmI=",
  3849. "requires": {
  3850. "object-assign": "4.1.1",
  3851. "pug-walk": "2.0.0"
  3852. }
  3853. },
  3854. "pug-parser": {
  3855. "version": "6.0.0",
  3856. "resolved": "https://registry.yarnpkg.com/pug-parser/-/pug-parser-6.0.0.tgz",
  3857. "integrity": "sha1-qP3ANYY6lbLB3F6/Ts+AtOdqEmA=",
  3858. "requires": {
  3859. "pug-error": "2.0.0",
  3860. "token-stream": "1.0.0"
  3861. }
  3862. },
  3863. "pug-runtime": {
  3864. "version": "3.0.0",
  3865. "resolved": "https://registry.yarnpkg.com/pug-runtime/-/pug-runtime-3.0.0.tgz",
  3866. "integrity": "sha1-1SMCX9wKHv5wkp0f06LSQSH//7Y="
  3867. },
  3868. "pug-strip-comments": {
  3869. "version": "2.0.0",
  3870. "resolved": "https://registry.yarnpkg.com/pug-strip-comments/-/pug-strip-comments-2.0.0.tgz",
  3871. "integrity": "sha1-+UsH/WtJVSMzD0kKf1VLT/h2MD4=",
  3872. "requires": {
  3873. "pug-error": "2.0.0"
  3874. }
  3875. },
  3876. "pug-walk": {
  3877. "version": "2.0.0",
  3878. "resolved": "https://registry.yarnpkg.com/pug-walk/-/pug-walk-2.0.0.tgz",
  3879. "integrity": "sha1-QXqrwpIyu0SZtbUGmistKiTV9f4="
  3880. },
  3881. "pump": {
  3882. "version": "2.0.1",
  3883. "resolved": "https://registry.yarnpkg.com/pump/-/pump-2.0.1.tgz",
  3884. "integrity": "sha1-Ejma3W5M91Jtlzy8i1zi4pCLOQk=",
  3885. "requires": {
  3886. "end-of-stream": "1.4.4",
  3887. "once": "1.4.0"
  3888. }
  3889. },
  3890. "pumpify": {
  3891. "version": "1.5.1",
  3892. "resolved": "https://registry.yarnpkg.com/pumpify/-/pumpify-1.5.1.tgz",
  3893. "integrity": "sha1-NlE74karJ1cLGjdKXOJ4v9dDcM4=",
  3894. "requires": {
  3895. "duplexify": "3.7.1",
  3896. "inherits": "2.0.4",
  3897. "pump": "2.0.1"
  3898. }
  3899. },
  3900. "punycode": {
  3901. "version": "2.1.1",
  3902. "resolved": "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz",
  3903. "integrity": "sha1-tYsBCsQMIsVldhbI0sLALHv0eew="
  3904. },
  3905. "q": {
  3906. "version": "1.5.1",
  3907. "resolved": "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz",
  3908. "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc="
  3909. },
  3910. "qs": {
  3911. "version": "6.5.2",
  3912. "resolved": "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz",
  3913. "integrity": "sha1-yzroBuh0BERYTvFUzo7pjUA/PjY="
  3914. },
  3915. "read-pkg": {
  3916. "version": "1.1.0",
  3917. "resolved": "https://registry.yarnpkg.com/read-pkg/-/read-pkg-1.1.0.tgz",
  3918. "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=",
  3919. "requires": {
  3920. "load-json-file": "1.1.0",
  3921. "normalize-package-data": "2.5.0",
  3922. "path-type": "1.1.0"
  3923. },
  3924. "dependencies": {
  3925. "path-type": {
  3926. "version": "1.1.0",
  3927. "resolved": "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz",
  3928. "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=",
  3929. "requires": {
  3930. "graceful-fs": "4.2.4",
  3931. "pify": "2.3.0",
  3932. "pinkie-promise": "2.0.1"
  3933. }
  3934. }
  3935. }
  3936. },
  3937. "read-pkg-up": {
  3938. "version": "1.0.1",
  3939. "resolved": "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
  3940. "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=",
  3941. "requires": {
  3942. "find-up": "1.1.2",
  3943. "read-pkg": "1.1.0"
  3944. },
  3945. "dependencies": {
  3946. "find-up": {
  3947. "version": "1.1.2",
  3948. "resolved": "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz",
  3949. "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=",
  3950. "requires": {
  3951. "path-exists": "2.1.0",
  3952. "pinkie-promise": "2.0.1"
  3953. }
  3954. },
  3955. "path-exists": {
  3956. "version": "2.1.0",
  3957. "resolved": "https://registry.yarnpkg.com/path-exists/-/path-exists-2.1.0.tgz",
  3958. "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=",
  3959. "requires": {
  3960. "pinkie-promise": "2.0.1"
  3961. }
  3962. }
  3963. }
  3964. },
  3965. "readable-stream": {
  3966. "version": "2.3.7",
  3967. "resolved": "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz",
  3968. "integrity": "sha1-Hsoc9xGu+BTAT2IlKjamL2yyO1c=",
  3969. "requires": {
  3970. "core-util-is": "1.0.2",
  3971. "inherits": "2.0.4",
  3972. "isarray": "1.0.0",
  3973. "process-nextick-args": "2.0.1",
  3974. "safe-buffer": "5.1.2",
  3975. "string_decoder": "1.1.1",
  3976. "util-deprecate": "1.0.2"
  3977. },
  3978. "dependencies": {
  3979. "safe-buffer": {
  3980. "version": "5.1.2",
  3981. "resolved": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
  3982. "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0="
  3983. }
  3984. }
  3985. },
  3986. "readdirp": {
  3987. "version": "2.2.1",
  3988. "resolved": "https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz",
  3989. "integrity": "sha1-DodiKjMlqjPokihcr4tOhGUppSU=",
  3990. "requires": {
  3991. "graceful-fs": "4.2.4",
  3992. "micromatch": "3.1.10",
  3993. "readable-stream": "2.3.7"
  3994. }
  3995. },
  3996. "rechoir": {
  3997. "version": "0.6.2",
  3998. "resolved": "https://registry.yarnpkg.com/rechoir/-/rechoir-0.6.2.tgz",
  3999. "integrity": "sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=",
  4000. "requires": {
  4001. "resolve": "1.18.1"
  4002. }
  4003. },
  4004. "regex-not": {
  4005. "version": "1.0.2",
  4006. "resolved": "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz",
  4007. "integrity": "sha1-H07OJ+ALC2XgJHpoEOaoXYOldSw=",
  4008. "requires": {
  4009. "extend-shallow": "3.0.2",
  4010. "safe-regex": "1.1.0"
  4011. }
  4012. },
  4013. "remove-bom-buffer": {
  4014. "version": "3.0.0",
  4015. "resolved": "https://registry.yarnpkg.com/remove-bom-buffer/-/remove-bom-buffer-3.0.0.tgz",
  4016. "integrity": "sha1-wr8eN3Ug0yT2I4kuM8EMrCwlK1M=",
  4017. "requires": {
  4018. "is-buffer": "1.1.6",
  4019. "is-utf8": "0.2.1"
  4020. }
  4021. },
  4022. "remove-bom-stream": {
  4023. "version": "1.2.0",
  4024. "resolved": "https://registry.yarnpkg.com/remove-bom-stream/-/remove-bom-stream-1.2.0.tgz",
  4025. "integrity": "sha1-BfGlk/FuQuH7kOv1nejlaVJflSM=",
  4026. "requires": {
  4027. "safe-buffer": "5.2.1",
  4028. "remove-bom-buffer": "3.0.0",
  4029. "through2": "2.0.5"
  4030. }
  4031. },
  4032. "remove-trailing-separator": {
  4033. "version": "1.1.0",
  4034. "resolved": "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
  4035. "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8="
  4036. },
  4037. "repeat-element": {
  4038. "version": "1.1.3",
  4039. "resolved": "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.3.tgz",
  4040. "integrity": "sha1-eC4NglwMWjuzlzH4Tv7mt0Lmsc4="
  4041. },
  4042. "repeat-string": {
  4043. "version": "1.6.1",
  4044. "resolved": "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz",
  4045. "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc="
  4046. },
  4047. "replace-ext": {
  4048. "version": "1.0.1",
  4049. "resolved": "https://registry.yarnpkg.com/replace-ext/-/replace-ext-1.0.1.tgz",
  4050. "integrity": "sha1-LW2ZbQShWFXZZ0Q2Md1fd4JbAWo="
  4051. },
  4052. "replace-homedir": {
  4053. "version": "1.0.0",
  4054. "resolved": "https://registry.yarnpkg.com/replace-homedir/-/replace-homedir-1.0.0.tgz",
  4055. "integrity": "sha1-6H9tUTuSjd6AgmDBK+f+xv9ueYw=",
  4056. "requires": {
  4057. "homedir-polyfill": "1.0.3",
  4058. "is-absolute": "1.0.0",
  4059. "remove-trailing-separator": "1.1.0"
  4060. }
  4061. },
  4062. "replace-in-file": {
  4063. "version": "6.1.0",
  4064. "resolved": "https://registry.yarnpkg.com/replace-in-file/-/replace-in-file-6.1.0.tgz",
  4065. "integrity": "sha1-n53de7cNatIx0q1pLhtkbnPQZkc=",
  4066. "requires": {
  4067. "chalk": "4.1.0",
  4068. "glob": "7.1.6",
  4069. "yargs": "15.4.1"
  4070. },
  4071. "dependencies": {
  4072. "chalk": {
  4073. "version": "4.1.0",
  4074. "resolved": "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz",
  4075. "integrity": "sha1-ThSHCmGNni7dl92DRf2dncMVZGo=",
  4076. "requires": {
  4077. "ansi-styles": "4.3.0",
  4078. "supports-color": "7.2.0"
  4079. }
  4080. },
  4081. "has-flag": {
  4082. "version": "4.0.0",
  4083. "resolved": "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz",
  4084. "integrity": "sha1-lEdx/ZyByBJlxNaUGGDaBrtZR5s="
  4085. },
  4086. "supports-color": {
  4087. "version": "7.2.0",
  4088. "resolved": "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz",
  4089. "integrity": "sha1-G33NyzK4E4gBs+R4umpRyqiWSNo=",
  4090. "requires": {
  4091. "has-flag": "4.0.0"
  4092. }
  4093. }
  4094. }
  4095. },
  4096. "replacestream": {
  4097. "version": "4.0.3",
  4098. "resolved": "https://registry.yarnpkg.com/replacestream/-/replacestream-4.0.3.tgz",
  4099. "integrity": "sha1-PuV5gJK+Nksc2xSEMISSyz3/LzY=",
  4100. "requires": {
  4101. "escape-string-regexp": "1.0.5",
  4102. "object-assign": "4.1.1",
  4103. "readable-stream": "2.3.7"
  4104. }
  4105. },
  4106. "request": {
  4107. "version": "2.88.2",
  4108. "resolved": "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz",
  4109. "integrity": "sha1-1zyRhzHLWofaBH4gcjQUb2ZNErM=",
  4110. "requires": {
  4111. "aws-sign2": "0.7.0",
  4112. "aws4": "1.11.0",
  4113. "caseless": "0.12.0",
  4114. "combined-stream": "1.0.8",
  4115. "extend": "3.0.2",
  4116. "forever-agent": "0.6.1",
  4117. "form-data": "2.3.3",
  4118. "har-validator": "5.1.5",
  4119. "http-signature": "1.2.0",
  4120. "is-typedarray": "1.0.0",
  4121. "isstream": "0.1.2",
  4122. "json-stringify-safe": "5.0.1",
  4123. "mime-types": "2.1.27",
  4124. "oauth-sign": "0.9.0",
  4125. "performance-now": "2.1.0",
  4126. "qs": "6.5.2",
  4127. "safe-buffer": "5.2.1",
  4128. "tough-cookie": "2.5.0",
  4129. "tunnel-agent": "0.6.0",
  4130. "uuid": "3.4.0"
  4131. }
  4132. },
  4133. "require-directory": {
  4134. "version": "2.1.1",
  4135. "resolved": "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz",
  4136. "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I="
  4137. },
  4138. "require-main-filename": {
  4139. "version": "1.0.1",
  4140. "resolved": "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz",
  4141. "integrity": "sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE="
  4142. },
  4143. "resolve": {
  4144. "version": "1.18.1",
  4145. "resolved": "https://registry.yarnpkg.com/resolve/-/resolve-1.18.1.tgz",
  4146. "integrity": "sha1-AY/LLFsgfSpkJK7jYcWiZtqPQTA=",
  4147. "requires": {
  4148. "is-core-module": "2.1.0",
  4149. "path-parse": "1.0.6"
  4150. }
  4151. },
  4152. "resolve-dir": {
  4153. "version": "1.0.1",
  4154. "resolved": "https://registry.yarnpkg.com/resolve-dir/-/resolve-dir-1.0.1.tgz",
  4155. "integrity": "sha1-eaQGRMNivoLybv/nOcm7U4IEb0M=",
  4156. "requires": {
  4157. "expand-tilde": "2.0.2",
  4158. "global-modules": "1.0.0"
  4159. }
  4160. },
  4161. "resolve-options": {
  4162. "version": "1.1.0",
  4163. "resolved": "https://registry.yarnpkg.com/resolve-options/-/resolve-options-1.1.0.tgz",
  4164. "integrity": "sha1-MrueOcBtZzONyTeMDW1gdFZq0TE=",
  4165. "requires": {
  4166. "value-or-function": "3.0.0"
  4167. }
  4168. },
  4169. "resolve-url": {
  4170. "version": "0.2.1",
  4171. "resolved": "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz",
  4172. "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo="
  4173. },
  4174. "ret": {
  4175. "version": "0.1.15",
  4176. "resolved": "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz",
  4177. "integrity": "sha1-uKSCXVvbH8P29Twrwz+BOIaBx7w="
  4178. },
  4179. "reusify": {
  4180. "version": "1.0.4",
  4181. "resolved": "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz",
  4182. "integrity": "sha1-kNo4Kx4SbvwCFG6QhFqI2xKSXXY="
  4183. },
  4184. "rimraf": {
  4185. "version": "3.0.2",
  4186. "resolved": "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz",
  4187. "integrity": "sha1-8aVAK6YiCtUswSgrrBrjqkn9Bho=",
  4188. "requires": {
  4189. "glob": "7.1.6"
  4190. }
  4191. },
  4192. "run-parallel": {
  4193. "version": "1.1.10",
  4194. "resolved": "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.1.10.tgz",
  4195. "integrity": "sha1-YKUbKug2Y2yBN33xbLEHNRvNE+8="
  4196. },
  4197. "run-sequence": {
  4198. "version": "2.2.1",
  4199. "resolved": "https://registry.yarnpkg.com/run-sequence/-/run-sequence-2.2.1.tgz",
  4200. "integrity": "sha1-HOZD2jb9jH6n4akynaM/wriJhJU=",
  4201. "requires": {
  4202. "chalk": "1.1.3",
  4203. "fancy-log": "1.3.3",
  4204. "plugin-error": "0.1.2"
  4205. },
  4206. "dependencies": {
  4207. "ansi-styles": {
  4208. "version": "2.2.1",
  4209. "resolved": "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz",
  4210. "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4="
  4211. },
  4212. "arr-diff": {
  4213. "version": "1.1.0",
  4214. "resolved": "https://registry.yarnpkg.com/arr-diff/-/arr-diff-1.1.0.tgz",
  4215. "integrity": "sha1-aHwydYFjWI/vfeezb6vklesaOZo=",
  4216. "requires": {
  4217. "arr-flatten": "1.1.0",
  4218. "array-slice": "0.2.3"
  4219. }
  4220. },
  4221. "arr-union": {
  4222. "version": "2.1.0",
  4223. "resolved": "https://registry.yarnpkg.com/arr-union/-/arr-union-2.1.0.tgz",
  4224. "integrity": "sha1-IPnqtexw9cfSFbEHexw5Fh0pLH0="
  4225. },
  4226. "array-slice": {
  4227. "version": "0.2.3",
  4228. "resolved": "https://registry.yarnpkg.com/array-slice/-/array-slice-0.2.3.tgz",
  4229. "integrity": "sha1-3Tz7gO15c6dRF82sabC5nshhhvU="
  4230. },
  4231. "chalk": {
  4232. "version": "1.1.3",
  4233. "resolved": "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz",
  4234. "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
  4235. "requires": {
  4236. "ansi-styles": "2.2.1",
  4237. "escape-string-regexp": "1.0.5",
  4238. "has-ansi": "2.0.0",
  4239. "strip-ansi": "3.0.1",
  4240. "supports-color": "2.0.0"
  4241. }
  4242. },
  4243. "extend-shallow": {
  4244. "version": "1.1.4",
  4245. "resolved": "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-1.1.4.tgz",
  4246. "integrity": "sha1-Gda/lN/AnXa6cR85uHLSH/TdkHE=",
  4247. "requires": {
  4248. "kind-of": "1.1.0"
  4249. }
  4250. },
  4251. "kind-of": {
  4252. "version": "1.1.0",
  4253. "resolved": "https://registry.yarnpkg.com/kind-of/-/kind-of-1.1.0.tgz",
  4254. "integrity": "sha1-FAo9LUGjbS78+pN3tiwk+ElaXEQ="
  4255. },
  4256. "plugin-error": {
  4257. "version": "0.1.2",
  4258. "resolved": "https://registry.yarnpkg.com/plugin-error/-/plugin-error-0.1.2.tgz",
  4259. "integrity": "sha1-O5uzM1zPAPQl4HQ34ZJ2ln2kes4=",
  4260. "requires": {
  4261. "ansi-cyan": "0.1.1",
  4262. "ansi-red": "0.1.1",
  4263. "arr-diff": "1.1.0",
  4264. "arr-union": "2.1.0",
  4265. "extend-shallow": "1.1.4"
  4266. }
  4267. },
  4268. "supports-color": {
  4269. "version": "2.0.0",
  4270. "resolved": "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz",
  4271. "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc="
  4272. }
  4273. }
  4274. },
  4275. "safe-buffer": {
  4276. "version": "5.2.1",
  4277. "resolved": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
  4278. "integrity": "sha1-Hq+fqb2x/dTsdfWPnNtOa3gn7sY="
  4279. },
  4280. "safe-regex": {
  4281. "version": "1.1.0",
  4282. "resolved": "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz",
  4283. "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=",
  4284. "requires": {
  4285. "ret": "0.1.15"
  4286. }
  4287. },
  4288. "safer-buffer": {
  4289. "version": "2.1.2",
  4290. "resolved": "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
  4291. "integrity": "sha1-RPoWGwGHuVSd2Eu5GAL5vYOFzWo="
  4292. },
  4293. "sax": {
  4294. "version": "1.2.4",
  4295. "resolved": "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz",
  4296. "integrity": "sha1-KBYjTiN4vdxOU1T6tcqold9xANk="
  4297. },
  4298. "semver": {
  4299. "version": "5.7.1",
  4300. "resolved": "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz",
  4301. "integrity": "sha1-qVT5Ma66UI0we78Gnv8MAclhFvc="
  4302. },
  4303. "semver-greatest-satisfied-range": {
  4304. "version": "1.1.0",
  4305. "resolved": "https://registry.yarnpkg.com/semver-greatest-satisfied-range/-/semver-greatest-satisfied-range-1.1.0.tgz",
  4306. "integrity": "sha1-E+jCZYq5aRywzXEJMkAoDTb3els=",
  4307. "requires": {
  4308. "sver-compat": "1.5.0"
  4309. }
  4310. },
  4311. "set-blocking": {
  4312. "version": "2.0.0",
  4313. "resolved": "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz",
  4314. "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc="
  4315. },
  4316. "set-value": {
  4317. "version": "2.0.1",
  4318. "resolved": "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz",
  4319. "integrity": "sha1-oY1AUw5vB95CKMfe/kInr4ytAFs=",
  4320. "requires": {
  4321. "extend-shallow": "2.0.1",
  4322. "is-extendable": "0.1.1",
  4323. "is-plain-object": "2.0.4",
  4324. "split-string": "3.1.0"
  4325. },
  4326. "dependencies": {
  4327. "extend-shallow": {
  4328. "version": "2.0.1",
  4329. "resolved": "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz",
  4330. "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
  4331. "requires": {
  4332. "is-extendable": "0.1.1"
  4333. }
  4334. }
  4335. }
  4336. },
  4337. "shellwords": {
  4338. "version": "0.1.1",
  4339. "resolved": "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz",
  4340. "integrity": "sha1-1rkYHBpI05cyTISHHvvPxz/AZUs="
  4341. },
  4342. "signal-exit": {
  4343. "version": "3.0.3",
  4344. "resolved": "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz",
  4345. "integrity": "sha1-oUEMLt2PB3sItOJTyOrPyvBXRhw="
  4346. },
  4347. "slash": {
  4348. "version": "3.0.0",
  4349. "resolved": "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz",
  4350. "integrity": "sha1-ZTm+hwwWWtvVJAIg2+Nh8bxNRjQ="
  4351. },
  4352. "snapdragon": {
  4353. "version": "0.8.2",
  4354. "resolved": "https://registry.yarnpkg.com/snapdragon/-/snapdragon-0.8.2.tgz",
  4355. "integrity": "sha1-ZJIufFZbDhQgS6GqfWlkJ40lGC0=",
  4356. "requires": {
  4357. "base": "0.11.2",
  4358. "debug": "2.6.9",
  4359. "define-property": "0.2.5",
  4360. "extend-shallow": "2.0.1",
  4361. "map-cache": "0.2.2",
  4362. "source-map": "0.5.7",
  4363. "source-map-resolve": "0.5.3",
  4364. "use": "3.1.1"
  4365. },
  4366. "dependencies": {
  4367. "extend-shallow": {
  4368. "version": "2.0.1",
  4369. "resolved": "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz",
  4370. "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
  4371. "requires": {
  4372. "is-extendable": "0.1.1"
  4373. }
  4374. },
  4375. "source-map": {
  4376. "version": "0.5.7",
  4377. "resolved": "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz",
  4378. "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w="
  4379. }
  4380. }
  4381. },
  4382. "snapdragon-node": {
  4383. "version": "2.1.1",
  4384. "resolved": "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz",
  4385. "integrity": "sha1-bBdfhv8UvbByRWPo88GwIaKGhTs=",
  4386. "requires": {
  4387. "define-property": "1.0.0",
  4388. "isobject": "3.0.1",
  4389. "snapdragon-util": "3.0.1"
  4390. },
  4391. "dependencies": {
  4392. "define-property": {
  4393. "version": "1.0.0",
  4394. "resolved": "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz",
  4395. "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
  4396. "requires": {
  4397. "is-descriptor": "1.0.2"
  4398. }
  4399. }
  4400. }
  4401. },
  4402. "snapdragon-util": {
  4403. "version": "3.0.1",
  4404. "resolved": "https://registry.yarnpkg.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz",
  4405. "integrity": "sha1-+VZHlIbyrNeXAGk/b3uAXkWrVuI=",
  4406. "requires": {
  4407. "kind-of": "3.2.2"
  4408. },
  4409. "dependencies": {
  4410. "kind-of": {
  4411. "version": "3.2.2",
  4412. "resolved": "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz",
  4413. "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
  4414. "requires": {
  4415. "is-buffer": "1.1.6"
  4416. }
  4417. }
  4418. }
  4419. },
  4420. "source-map": {
  4421. "version": "0.6.1",
  4422. "resolved": "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz",
  4423. "integrity": "sha1-dHIq8y6WFOnCh6jQu95IteLxomM="
  4424. },
  4425. "source-map-resolve": {
  4426. "version": "0.5.3",
  4427. "resolved": "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz",
  4428. "integrity": "sha1-GQhmvs51U+H48mei7oLGBrVQmho=",
  4429. "requires": {
  4430. "atob": "2.1.2",
  4431. "decode-uri-component": "0.2.0",
  4432. "resolve-url": "0.2.1",
  4433. "source-map-url": "0.4.0",
  4434. "urix": "0.1.0"
  4435. }
  4436. },
  4437. "source-map-url": {
  4438. "version": "0.4.0",
  4439. "resolved": "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz",
  4440. "integrity": "sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM="
  4441. },
  4442. "sparkles": {
  4443. "version": "1.0.1",
  4444. "resolved": "https://registry.yarnpkg.com/sparkles/-/sparkles-1.0.1.tgz",
  4445. "integrity": "sha1-AI22XtzmxQ7sDF4ijhlFBh3QQ3w="
  4446. },
  4447. "spdx-correct": {
  4448. "version": "3.1.1",
  4449. "resolved": "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.1.tgz",
  4450. "integrity": "sha1-3s6BrJweZxPl99G28X1Gj6U9iak=",
  4451. "requires": {
  4452. "spdx-expression-parse": "3.0.1",
  4453. "spdx-license-ids": "3.0.6"
  4454. }
  4455. },
  4456. "spdx-exceptions": {
  4457. "version": "2.3.0",
  4458. "resolved": "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz",
  4459. "integrity": "sha1-PyjOGnegA3JoPq3kpDMYNSeiFj0="
  4460. },
  4461. "spdx-expression-parse": {
  4462. "version": "3.0.1",
  4463. "resolved": "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
  4464. "integrity": "sha1-z3D1BILu/cmOPOCmgz5KU87rpnk=",
  4465. "requires": {
  4466. "spdx-exceptions": "2.3.0",
  4467. "spdx-license-ids": "3.0.6"
  4468. }
  4469. },
  4470. "spdx-license-ids": {
  4471. "version": "3.0.6",
  4472. "resolved": "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.6.tgz",
  4473. "integrity": "sha1-yAdXODwoq/cpZ0SZjLwQaui4VM4="
  4474. },
  4475. "split-string": {
  4476. "version": "3.1.0",
  4477. "resolved": "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz",
  4478. "integrity": "sha1-fLCd2jqGWFcFxks5pkZgOGguj+I=",
  4479. "requires": {
  4480. "extend-shallow": "3.0.2"
  4481. }
  4482. },
  4483. "sprintf-js": {
  4484. "version": "1.0.3",
  4485. "resolved": "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz",
  4486. "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw="
  4487. },
  4488. "sshpk": {
  4489. "version": "1.16.1",
  4490. "resolved": "https://registry.yarnpkg.com/sshpk/-/sshpk-1.16.1.tgz",
  4491. "integrity": "sha1-+2YcC+8ps520B2nuOfpwCT1vaHc=",
  4492. "requires": {
  4493. "asn1": "0.2.4",
  4494. "assert-plus": "1.0.0",
  4495. "dashdash": "1.14.1",
  4496. "getpass": "0.1.7",
  4497. "safer-buffer": "2.1.2",
  4498. "jsbn": "0.1.1",
  4499. "tweetnacl": "0.14.5",
  4500. "ecc-jsbn": "0.1.2",
  4501. "bcrypt-pbkdf": "1.0.2"
  4502. }
  4503. },
  4504. "stable": {
  4505. "version": "0.1.8",
  4506. "resolved": "https://registry.yarnpkg.com/stable/-/stable-0.1.8.tgz",
  4507. "integrity": "sha1-g26zyDgv4pNv6vVEYxAXzn1Ho88="
  4508. },
  4509. "stack-trace": {
  4510. "version": "0.0.10",
  4511. "resolved": "https://registry.yarnpkg.com/stack-trace/-/stack-trace-0.0.10.tgz",
  4512. "integrity": "sha1-VHxws0fo0ytOEI6hoqFZ5f3eGcA="
  4513. },
  4514. "static-extend": {
  4515. "version": "0.1.2",
  4516. "resolved": "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz",
  4517. "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=",
  4518. "requires": {
  4519. "define-property": "0.2.5",
  4520. "object-copy": "0.1.0"
  4521. }
  4522. },
  4523. "stream-exhaust": {
  4524. "version": "1.0.2",
  4525. "resolved": "https://registry.yarnpkg.com/stream-exhaust/-/stream-exhaust-1.0.2.tgz",
  4526. "integrity": "sha1-rNrI2lnvK8HheiwMz2wyDRIOVV0="
  4527. },
  4528. "stream-shift": {
  4529. "version": "1.0.1",
  4530. "resolved": "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.1.tgz",
  4531. "integrity": "sha1-1wiCgVWasneEJCebCHfaPDktWj0="
  4532. },
  4533. "stream-to-array": {
  4534. "version": "2.3.0",
  4535. "resolved": "https://registry.yarnpkg.com/stream-to-array/-/stream-to-array-2.3.0.tgz",
  4536. "integrity": "sha1-u/azn19D7DC8cbq8s3VXrOzzQ1M=",
  4537. "requires": {
  4538. "any-promise": "1.3.0"
  4539. }
  4540. },
  4541. "streamfilter": {
  4542. "version": "1.0.7",
  4543. "resolved": "https://registry.yarnpkg.com/streamfilter/-/streamfilter-1.0.7.tgz",
  4544. "integrity": "sha1-rj5kUiqlo1wGH9F/Z2IMdlPGQ8k=",
  4545. "requires": {
  4546. "readable-stream": "2.3.7"
  4547. }
  4548. },
  4549. "streamifier": {
  4550. "version": "0.1.1",
  4551. "resolved": "https://registry.yarnpkg.com/streamifier/-/streamifier-0.1.1.tgz",
  4552. "integrity": "sha1-l+mNj6TRBdYqJpHR3AfoINuN/E8="
  4553. },
  4554. "string-width": {
  4555. "version": "1.0.2",
  4556. "resolved": "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz",
  4557. "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
  4558. "requires": {
  4559. "code-point-at": "1.1.0",
  4560. "is-fullwidth-code-point": "1.0.0",
  4561. "strip-ansi": "3.0.1"
  4562. }
  4563. },
  4564. "string.fromcodepoint": {
  4565. "version": "0.2.1",
  4566. "resolved": "https://registry.yarnpkg.com/string.fromcodepoint/-/string.fromcodepoint-0.2.1.tgz",
  4567. "integrity": "sha1-jZeDM8C8klOPUPOD5IiPPlYZ1lM="
  4568. },
  4569. "string.prototype.codepointat": {
  4570. "version": "0.2.1",
  4571. "resolved": "https://registry.yarnpkg.com/string.prototype.codepointat/-/string.prototype.codepointat-0.2.1.tgz",
  4572. "integrity": "sha1-AErUTIr8cnUnsQjNRitNlxzUabw="
  4573. },
  4574. "string.prototype.trimend": {
  4575. "version": "1.0.2",
  4576. "resolved": "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.2.tgz",
  4577. "integrity": "sha1-bd2ah5a8cUtImjriIkaiCPN7+kY=",
  4578. "requires": {
  4579. "define-properties": "1.1.3",
  4580. "es-abstract": "1.18.0-next.1"
  4581. },
  4582. "dependencies": {
  4583. "es-abstract": {
  4584. "version": "1.18.0-next.1",
  4585. "resolved": "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.0-next.1.tgz",
  4586. "integrity": "sha1-bjoKS9pxflAjqzuOkL7DYQjSLGg=",
  4587. "requires": {
  4588. "es-to-primitive": "1.2.1",
  4589. "function-bind": "1.1.1",
  4590. "has": "1.0.3",
  4591. "has-symbols": "1.0.1",
  4592. "is-callable": "1.2.2",
  4593. "is-negative-zero": "2.0.0",
  4594. "is-regex": "1.1.1",
  4595. "object-inspect": "1.8.0",
  4596. "object-keys": "1.1.1",
  4597. "object.assign": "4.1.2",
  4598. "string.prototype.trimend": "1.0.2",
  4599. "string.prototype.trimstart": "1.0.2"
  4600. }
  4601. }
  4602. }
  4603. },
  4604. "string.prototype.trimstart": {
  4605. "version": "1.0.2",
  4606. "resolved": "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.2.tgz",
  4607. "integrity": "sha1-ItRdqBAVMJzQzdeXh+iRn8XGE+c=",
  4608. "requires": {
  4609. "define-properties": "1.1.3",
  4610. "es-abstract": "1.18.0-next.1"
  4611. },
  4612. "dependencies": {
  4613. "es-abstract": {
  4614. "version": "1.18.0-next.1",
  4615. "resolved": "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.0-next.1.tgz",
  4616. "integrity": "sha1-bjoKS9pxflAjqzuOkL7DYQjSLGg=",
  4617. "requires": {
  4618. "es-to-primitive": "1.2.1",
  4619. "function-bind": "1.1.1",
  4620. "has": "1.0.3",
  4621. "has-symbols": "1.0.1",
  4622. "is-callable": "1.2.2",
  4623. "is-negative-zero": "2.0.0",
  4624. "is-regex": "1.1.1",
  4625. "object-inspect": "1.8.0",
  4626. "object-keys": "1.1.1",
  4627. "object.assign": "4.1.2",
  4628. "string.prototype.trimend": "1.0.2",
  4629. "string.prototype.trimstart": "1.0.2"
  4630. }
  4631. }
  4632. }
  4633. },
  4634. "stringify-object": {
  4635. "version": "3.3.0",
  4636. "resolved": "https://registry.yarnpkg.com/stringify-object/-/stringify-object-3.3.0.tgz",
  4637. "integrity": "sha1-cDBlrvyhkwDTzoivT1s5VtdVZik=",
  4638. "requires": {
  4639. "get-own-enumerable-property-symbols": "3.0.2",
  4640. "is-obj": "1.0.1",
  4641. "is-regexp": "1.0.0"
  4642. }
  4643. },
  4644. "string_decoder": {
  4645. "version": "1.1.1",
  4646. "resolved": "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz",
  4647. "integrity": "sha1-nPFhG6YmhdcDCunkujQUnDrwP8g=",
  4648. "requires": {
  4649. "safe-buffer": "5.1.2"
  4650. },
  4651. "dependencies": {
  4652. "safe-buffer": {
  4653. "version": "5.1.2",
  4654. "resolved": "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
  4655. "integrity": "sha1-mR7GnSluAxN0fVm9/St0XDX4go0="
  4656. }
  4657. }
  4658. },
  4659. "strip-ansi": {
  4660. "version": "3.0.1",
  4661. "resolved": "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz",
  4662. "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
  4663. "requires": {
  4664. "ansi-regex": "2.1.1"
  4665. }
  4666. },
  4667. "strip-bom": {
  4668. "version": "2.0.0",
  4669. "resolved": "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz",
  4670. "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=",
  4671. "requires": {
  4672. "is-utf8": "0.2.1"
  4673. }
  4674. },
  4675. "stylus": {
  4676. "version": "0.54.8",
  4677. "resolved": "https://registry.yarnpkg.com/stylus/-/stylus-0.54.8.tgz",
  4678. "integrity": "sha1-PaPmWWa8Vnp7BEv+DuzmU+CZ0Uc=",
  4679. "requires": {
  4680. "css-parse": "2.0.0",
  4681. "debug": "3.1.0",
  4682. "glob": "7.1.6",
  4683. "mkdirp": "1.0.4",
  4684. "safer-buffer": "2.1.2",
  4685. "sax": "1.2.4",
  4686. "semver": "6.3.0",
  4687. "source-map": "0.7.3"
  4688. },
  4689. "dependencies": {
  4690. "debug": {
  4691. "version": "3.1.0",
  4692. "resolved": "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz",
  4693. "integrity": "sha1-W7WgZyYotkFJVmuhaBnmFRjGcmE=",
  4694. "requires": {
  4695. "ms": "2.0.0"
  4696. }
  4697. },
  4698. "mkdirp": {
  4699. "version": "1.0.4",
  4700. "resolved": "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz",
  4701. "integrity": "sha1-PrXtYmInVteaXw4qIh3+utdcL34="
  4702. },
  4703. "semver": {
  4704. "version": "6.3.0",
  4705. "resolved": "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz",
  4706. "integrity": "sha1-7gpkyK9ejO6mdoexM3YeG+y9HT0="
  4707. },
  4708. "source-map": {
  4709. "version": "0.7.3",
  4710. "resolved": "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz",
  4711. "integrity": "sha1-UwL4FpAxc1ImVECS5kmB91F1A4M="
  4712. }
  4713. }
  4714. },
  4715. "supports-color": {
  4716. "version": "5.5.0",
  4717. "resolved": "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz",
  4718. "integrity": "sha1-4uaaRKyHcveKHsCzW2id9lMO/I8=",
  4719. "requires": {
  4720. "has-flag": "3.0.0"
  4721. }
  4722. },
  4723. "sver-compat": {
  4724. "version": "1.5.0",
  4725. "resolved": "https://registry.yarnpkg.com/sver-compat/-/sver-compat-1.5.0.tgz",
  4726. "integrity": "sha1-PPh9/rTQe0o/FIJ7wYaz/QxkXNg=",
  4727. "requires": {
  4728. "es6-iterator": "2.0.3",
  4729. "es6-symbol": "3.1.3"
  4730. }
  4731. },
  4732. "svg-pathdata": {
  4733. "version": "5.0.5",
  4734. "resolved": "https://registry.yarnpkg.com/svg-pathdata/-/svg-pathdata-5.0.5.tgz",
  4735. "integrity": "sha1-ZejXZWQroV/hVDREQIfQgrxSayk="
  4736. },
  4737. "svg2ttf": {
  4738. "version": "4.3.0",
  4739. "resolved": "https://registry.yarnpkg.com/svg2ttf/-/svg2ttf-4.3.0.tgz",
  4740. "integrity": "sha1-QzRAx+kGL4/c7DytchzQiix+UeM=",
  4741. "requires": {
  4742. "argparse": "1.0.10",
  4743. "cubic2quad": "1.1.1",
  4744. "lodash": "4.17.20",
  4745. "microbuffer": "1.0.0",
  4746. "svgpath": "2.3.0",
  4747. "xmldom": "0.1.31"
  4748. }
  4749. },
  4750. "svgicons2svgfont": {
  4751. "version": "9.1.1",
  4752. "resolved": "https://registry.yarnpkg.com/svgicons2svgfont/-/svgicons2svgfont-9.1.1.tgz",
  4753. "integrity": "sha1-ZV0wwlYXb24pyWBYYJ7wqbDr8t8=",
  4754. "requires": {
  4755. "commander": "2.20.3",
  4756. "geometry-interfaces": "1.1.4",
  4757. "glob": "7.1.6",
  4758. "neatequal": "1.0.0",
  4759. "readable-stream": "2.3.7",
  4760. "sax": "1.2.4",
  4761. "string.fromcodepoint": "0.2.1",
  4762. "string.prototype.codepointat": "0.2.1",
  4763. "svg-pathdata": "5.0.5",
  4764. "transformation-matrix-js": "2.7.6"
  4765. }
  4766. },
  4767. "svgo": {
  4768. "version": "1.3.2",
  4769. "resolved": "https://registry.yarnpkg.com/svgo/-/svgo-1.3.2.tgz",
  4770. "integrity": "sha1-ttxRHAYzRsnkFbgeQ0ARRbltQWc=",
  4771. "requires": {
  4772. "chalk": "2.4.2",
  4773. "coa": "2.0.2",
  4774. "css-select": "2.1.0",
  4775. "css-select-base-adapter": "0.1.1",
  4776. "css-tree": "1.0.0-alpha.37",
  4777. "csso": "4.1.0",
  4778. "js-yaml": "3.14.0",
  4779. "mkdirp": "0.5.5",
  4780. "object.values": "1.1.1",
  4781. "sax": "1.2.4",
  4782. "stable": "0.1.8",
  4783. "unquote": "1.1.1",
  4784. "util.promisify": "1.0.1"
  4785. }
  4786. },
  4787. "svgpath": {
  4788. "version": "2.3.0",
  4789. "resolved": "https://registry.yarnpkg.com/svgpath/-/svgpath-2.3.0.tgz",
  4790. "integrity": "sha1-78dnBd6ra9F3Tp8O0Di7ZhteTSM="
  4791. },
  4792. "tar": {
  4793. "version": "4.4.13",
  4794. "resolved": "https://registry.yarnpkg.com/tar/-/tar-4.4.13.tgz",
  4795. "integrity": "sha1-Q7NkvFKIjVVSmGN7ENYHkCVKtSU=",
  4796. "requires": {
  4797. "chownr": "1.1.4",
  4798. "fs-minipass": "1.2.7",
  4799. "minipass": "2.9.0",
  4800. "minizlib": "1.3.3",
  4801. "mkdirp": "0.5.5",
  4802. "safe-buffer": "5.2.1",
  4803. "yallist": "3.1.1"
  4804. }
  4805. },
  4806. "textextensions": {
  4807. "version": "2.6.0",
  4808. "resolved": "https://registry.yarnpkg.com/textextensions/-/textextensions-2.6.0.tgz",
  4809. "integrity": "sha1-1+SrE/5U4y4IhzvkDVG3QimwD8Q="
  4810. },
  4811. "through2": {
  4812. "version": "2.0.5",
  4813. "resolved": "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz",
  4814. "integrity": "sha1-AcHjnrMdB8t9A6lqcIIyYLIxMs0=",
  4815. "requires": {
  4816. "readable-stream": "2.3.7",
  4817. "xtend": "4.0.2"
  4818. }
  4819. },
  4820. "through2-filter": {
  4821. "version": "3.0.0",
  4822. "resolved": "https://registry.yarnpkg.com/through2-filter/-/through2-filter-3.0.0.tgz",
  4823. "integrity": "sha1-cA54bfI2fCyIzYqlvkz5weeDElQ=",
  4824. "requires": {
  4825. "through2": "2.0.5",
  4826. "xtend": "4.0.2"
  4827. }
  4828. },
  4829. "tildify": {
  4830. "version": "1.2.0",
  4831. "resolved": "https://registry.yarnpkg.com/tildify/-/tildify-1.2.0.tgz",
  4832. "integrity": "sha1-3OwD9V3Km3qj5bBPIYF+tW5jWIo=",
  4833. "requires": {
  4834. "os-homedir": "1.0.2"
  4835. }
  4836. },
  4837. "time-stamp": {
  4838. "version": "1.1.0",
  4839. "resolved": "https://registry.yarnpkg.com/time-stamp/-/time-stamp-1.1.0.tgz",
  4840. "integrity": "sha1-dkpaEa9QVhkhsTPztE5hhofg9cM="
  4841. },
  4842. "to-absolute-glob": {
  4843. "version": "2.0.2",
  4844. "resolved": "https://registry.yarnpkg.com/to-absolute-glob/-/to-absolute-glob-2.0.2.tgz",
  4845. "integrity": "sha1-GGX0PZ50sIItufFFt4z/fQ98hJs=",
  4846. "requires": {
  4847. "is-absolute": "1.0.0",
  4848. "is-negated-glob": "1.0.0"
  4849. }
  4850. },
  4851. "to-fast-properties": {
  4852. "version": "2.0.0",
  4853. "resolved": "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
  4854. "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4="
  4855. },
  4856. "to-object-path": {
  4857. "version": "0.3.0",
  4858. "resolved": "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz",
  4859. "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=",
  4860. "requires": {
  4861. "kind-of": "3.2.2"
  4862. },
  4863. "dependencies": {
  4864. "kind-of": {
  4865. "version": "3.2.2",
  4866. "resolved": "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz",
  4867. "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
  4868. "requires": {
  4869. "is-buffer": "1.1.6"
  4870. }
  4871. }
  4872. }
  4873. },
  4874. "to-regex": {
  4875. "version": "3.0.2",
  4876. "resolved": "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz",
  4877. "integrity": "sha1-E8/dmzNlUvMLUfM6iuG0Knp1mc4=",
  4878. "requires": {
  4879. "define-property": "2.0.2",
  4880. "extend-shallow": "3.0.2",
  4881. "regex-not": "1.0.2",
  4882. "safe-regex": "1.1.0"
  4883. },
  4884. "dependencies": {
  4885. "define-property": {
  4886. "version": "2.0.2",
  4887. "resolved": "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz",
  4888. "integrity": "sha1-1Flono1lS6d+AqgX+HENcCyxbp0=",
  4889. "requires": {
  4890. "is-descriptor": "1.0.2",
  4891. "isobject": "3.0.1"
  4892. }
  4893. }
  4894. }
  4895. },
  4896. "to-regex-range": {
  4897. "version": "2.1.1",
  4898. "resolved": "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz",
  4899. "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=",
  4900. "requires": {
  4901. "is-number": "3.0.0",
  4902. "repeat-string": "1.6.1"
  4903. }
  4904. },
  4905. "to-through": {
  4906. "version": "2.0.0",
  4907. "resolved": "https://registry.yarnpkg.com/to-through/-/to-through-2.0.0.tgz",
  4908. "integrity": "sha1-/JKtq6ByZHvAtn1rA2ZKoZUJOvY=",
  4909. "requires": {
  4910. "through2": "2.0.5"
  4911. }
  4912. },
  4913. "token-stream": {
  4914. "version": "1.0.0",
  4915. "resolved": "https://registry.yarnpkg.com/token-stream/-/token-stream-1.0.0.tgz",
  4916. "integrity": "sha1-zCAOqyYT9BZtJ/+a/HylbUnfbrQ="
  4917. },
  4918. "touch": {
  4919. "version": "3.1.0",
  4920. "resolved": "https://registry.yarnpkg.com/touch/-/touch-3.1.0.tgz",
  4921. "integrity": "sha1-/jZfX3XsntTlaCXgu3bSSrdK+Ds=",
  4922. "requires": {
  4923. "nopt": "1.0.10"
  4924. }
  4925. },
  4926. "tough-cookie": {
  4927. "version": "2.5.0",
  4928. "resolved": "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz",
  4929. "integrity": "sha1-zZ+yoKodWhK0c72fuW+j3P9lreI=",
  4930. "requires": {
  4931. "psl": "1.8.0",
  4932. "punycode": "2.1.1"
  4933. }
  4934. },
  4935. "transformation-matrix-js": {
  4936. "version": "2.7.6",
  4937. "resolved": "https://registry.yarnpkg.com/transformation-matrix-js/-/transformation-matrix-js-2.7.6.tgz",
  4938. "integrity": "sha1-Jcf/BVyZuFKP+9TEomhL5snV72A="
  4939. },
  4940. "ttf2eot": {
  4941. "version": "2.0.0",
  4942. "resolved": "https://registry.yarnpkg.com/ttf2eot/-/ttf2eot-2.0.0.tgz",
  4943. "integrity": "sha1-jmM3pYWr0WCKDISVirSDzmn2ZUs=",
  4944. "requires": {
  4945. "argparse": "1.0.10",
  4946. "microbuffer": "1.0.0"
  4947. }
  4948. },
  4949. "ttf2woff": {
  4950. "version": "2.0.2",
  4951. "resolved": "https://registry.yarnpkg.com/ttf2woff/-/ttf2woff-2.0.2.tgz",
  4952. "integrity": "sha1-CafO5Zq9PBUoK1fthKx8d3B0nx8=",
  4953. "requires": {
  4954. "argparse": "1.0.10",
  4955. "microbuffer": "1.0.0",
  4956. "pako": "1.0.11"
  4957. }
  4958. },
  4959. "ttf2woff2": {
  4960. "version": "3.0.0",
  4961. "resolved": "https://registry.yarnpkg.com/ttf2woff2/-/ttf2woff2-3.0.0.tgz",
  4962. "integrity": "sha1-r7ZKYD9i85ZoC9D8M7MS3gyILuY=",
  4963. "requires": {
  4964. "bindings": "1.5.0",
  4965. "bufferstreams": "2.0.1",
  4966. "nan": "2.14.2",
  4967. "node-gyp": "4.0.0"
  4968. },
  4969. "dependencies": {
  4970. "bufferstreams": {
  4971. "version": "2.0.1",
  4972. "resolved": "https://registry.yarnpkg.com/bufferstreams/-/bufferstreams-2.0.1.tgz",
  4973. "integrity": "sha1-RBsmfC/D/uArsdkpKJ2hE5A71e8=",
  4974. "requires": {
  4975. "readable-stream": "2.3.7"
  4976. }
  4977. }
  4978. }
  4979. },
  4980. "tunnel-agent": {
  4981. "version": "0.6.0",
  4982. "resolved": "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
  4983. "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=",
  4984. "requires": {
  4985. "safe-buffer": "5.2.1"
  4986. }
  4987. },
  4988. "tweetnacl": {
  4989. "version": "0.14.5",
  4990. "resolved": "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz",
  4991. "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q="
  4992. },
  4993. "type": {
  4994. "version": "1.2.0",
  4995. "resolved": "https://registry.yarnpkg.com/type/-/type-1.2.0.tgz",
  4996. "integrity": "sha1-hI3XaY2vo+VKbEeedZxLw/GIR6A="
  4997. },
  4998. "typedarray": {
  4999. "version": "0.0.6",
  5000. "resolved": "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz",
  5001. "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c="
  5002. },
  5003. "uglify-js": {
  5004. "version": "3.11.5",
  5005. "resolved": "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.11.5.tgz",
  5006. "integrity": "sha1-1niLyDzzX/GOp4pldj5ICANAm8Y="
  5007. },
  5008. "unc-path-regex": {
  5009. "version": "0.1.2",
  5010. "resolved": "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz",
  5011. "integrity": "sha1-5z3T17DXxe2G+6xrCufYxqadUPo="
  5012. },
  5013. "undertaker": {
  5014. "version": "1.3.0",
  5015. "resolved": "https://registry.yarnpkg.com/undertaker/-/undertaker-1.3.0.tgz",
  5016. "integrity": "sha1-NjpuVB8nlU1Xkdb6PB0yFmb4bRg=",
  5017. "requires": {
  5018. "arr-flatten": "1.1.0",
  5019. "arr-map": "2.0.2",
  5020. "bach": "1.2.0",
  5021. "collection-map": "1.0.0",
  5022. "es6-weak-map": "2.0.3",
  5023. "last-run": "1.1.1",
  5024. "object.defaults": "1.1.0",
  5025. "object.reduce": "1.0.1",
  5026. "undertaker-registry": "1.0.1",
  5027. "fast-levenshtein": "1.1.4"
  5028. }
  5029. },
  5030. "undertaker-registry": {
  5031. "version": "1.0.1",
  5032. "resolved": "https://registry.yarnpkg.com/undertaker-registry/-/undertaker-registry-1.0.1.tgz",
  5033. "integrity": "sha1-XkvaMI5KiirlhPm5pDWaSZglzFA="
  5034. },
  5035. "union-value": {
  5036. "version": "2.0.1",
  5037. "resolved": "https://registry.yarnpkg.com/union-value/-/union-value-2.0.1.tgz",
  5038. "integrity": "sha1-Thqw+Zq1LFKlPhTYA5tRMP72grg=",
  5039. "requires": {
  5040. "get-value": "3.0.1",
  5041. "set-value": "3.0.2"
  5042. },
  5043. "dependencies": {
  5044. "get-value": {
  5045. "version": "3.0.1",
  5046. "resolved": "https://registry.yarnpkg.com/get-value/-/get-value-3.0.1.tgz",
  5047. "integrity": "sha1-Xv0qFX8dalFtdSThJKxS0KOe9ag=",
  5048. "requires": {
  5049. "isobject": "3.0.1"
  5050. }
  5051. },
  5052. "set-value": {
  5053. "version": "3.0.2",
  5054. "resolved": "https://registry.yarnpkg.com/set-value/-/set-value-3.0.2.tgz",
  5055. "integrity": "sha1-dOjs0CPDPQ93GZ1BVAmkDyHmG5A=",
  5056. "requires": {
  5057. "is-plain-object": "2.0.4"
  5058. }
  5059. }
  5060. }
  5061. },
  5062. "unique-stream": {
  5063. "version": "2.3.1",
  5064. "resolved": "https://registry.yarnpkg.com/unique-stream/-/unique-stream-2.3.1.tgz",
  5065. "integrity": "sha1-xl0RDppK35psWUiygFPZqNBMvqw=",
  5066. "requires": {
  5067. "json-stable-stringify-without-jsonify": "1.0.1",
  5068. "through2-filter": "3.0.0"
  5069. }
  5070. },
  5071. "unquote": {
  5072. "version": "1.1.1",
  5073. "resolved": "https://registry.yarnpkg.com/unquote/-/unquote-1.1.1.tgz",
  5074. "integrity": "sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ="
  5075. },
  5076. "unset-value": {
  5077. "version": "1.0.0",
  5078. "resolved": "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz",
  5079. "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=",
  5080. "requires": {
  5081. "has-value": "0.3.1",
  5082. "isobject": "3.0.1"
  5083. },
  5084. "dependencies": {
  5085. "has-value": {
  5086. "version": "0.3.1",
  5087. "resolved": "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz",
  5088. "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=",
  5089. "requires": {
  5090. "get-value": "2.0.6",
  5091. "has-values": "0.1.4",
  5092. "isobject": "2.1.0"
  5093. },
  5094. "dependencies": {
  5095. "isobject": {
  5096. "version": "2.1.0",
  5097. "resolved": "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz",
  5098. "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=",
  5099. "requires": {
  5100. "isarray": "1.0.0"
  5101. }
  5102. }
  5103. }
  5104. },
  5105. "has-values": {
  5106. "version": "0.1.4",
  5107. "resolved": "https://registry.yarnpkg.com/has-values/-/has-values-0.1.4.tgz",
  5108. "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E="
  5109. }
  5110. }
  5111. },
  5112. "upath": {
  5113. "version": "1.2.0",
  5114. "resolved": "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz",
  5115. "integrity": "sha1-j2bbzVWog6za5ECK+LA1pQRMGJQ="
  5116. },
  5117. "uri-js": {
  5118. "version": "4.4.0",
  5119. "resolved": "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.0.tgz",
  5120. "integrity": "sha1-qnFCYd55PoqCNHp7zJznTobyhgI=",
  5121. "requires": {
  5122. "punycode": "2.1.1"
  5123. }
  5124. },
  5125. "urix": {
  5126. "version": "0.1.0",
  5127. "resolved": "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz",
  5128. "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI="
  5129. },
  5130. "use": {
  5131. "version": "3.1.1",
  5132. "resolved": "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz",
  5133. "integrity": "sha1-1QyMrHmhn7wg8pEfVuuXP04QBw8="
  5134. },
  5135. "util-deprecate": {
  5136. "version": "1.0.2",
  5137. "resolved": "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz",
  5138. "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
  5139. },
  5140. "util.promisify": {
  5141. "version": "1.0.1",
  5142. "resolved": "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.1.tgz",
  5143. "integrity": "sha1-a693dLgO6w91INi4HQeYKlmruu4=",
  5144. "requires": {
  5145. "define-properties": "1.1.3",
  5146. "es-abstract": "1.17.7",
  5147. "has-symbols": "1.0.1",
  5148. "object.getownpropertydescriptors": "2.1.0"
  5149. }
  5150. },
  5151. "uuid": {
  5152. "version": "3.4.0",
  5153. "resolved": "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz",
  5154. "integrity": "sha1-sj5DWK+oogL+ehAK8fX4g/AgB+4="
  5155. },
  5156. "v8flags": {
  5157. "version": "3.2.0",
  5158. "resolved": "https://registry.yarnpkg.com/v8flags/-/v8flags-3.2.0.tgz",
  5159. "integrity": "sha1-skPjtN/XMfp3TnSSEoEJoP5m1lY=",
  5160. "requires": {
  5161. "homedir-polyfill": "1.0.3"
  5162. }
  5163. },
  5164. "validate-npm-package-license": {
  5165. "version": "3.0.4",
  5166. "resolved": "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
  5167. "integrity": "sha1-/JH2uce6FchX9MssXe/uw51PQQo=",
  5168. "requires": {
  5169. "spdx-correct": "3.1.1",
  5170. "spdx-expression-parse": "3.0.1"
  5171. }
  5172. },
  5173. "value-or-function": {
  5174. "version": "3.0.0",
  5175. "resolved": "https://registry.yarnpkg.com/value-or-function/-/value-or-function-3.0.0.tgz",
  5176. "integrity": "sha1-HCQ6ULWVwb5Up1S/7OhWO5/42BM="
  5177. },
  5178. "varstream": {
  5179. "version": "0.3.2",
  5180. "resolved": "https://registry.yarnpkg.com/varstream/-/varstream-0.3.2.tgz",
  5181. "integrity": "sha1-GKxklHZfP/GjWtmkvgU77BiKXeE=",
  5182. "requires": {
  5183. "readable-stream": "1.1.14"
  5184. },
  5185. "dependencies": {
  5186. "isarray": {
  5187. "version": "0.0.1",
  5188. "resolved": "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz",
  5189. "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8="
  5190. },
  5191. "readable-stream": {
  5192. "version": "1.1.14",
  5193. "resolved": "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.1.14.tgz",
  5194. "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=",
  5195. "requires": {
  5196. "core-util-is": "1.0.2",
  5197. "isarray": "0.0.1",
  5198. "string_decoder": "0.10.31",
  5199. "inherits": "2.0.4"
  5200. }
  5201. },
  5202. "string_decoder": {
  5203. "version": "0.10.31",
  5204. "resolved": "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz",
  5205. "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ="
  5206. }
  5207. }
  5208. },
  5209. "verror": {
  5210. "version": "1.10.0",
  5211. "resolved": "https://registry.yarnpkg.com/verror/-/verror-1.10.0.tgz",
  5212. "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=",
  5213. "requires": {
  5214. "assert-plus": "1.0.0",
  5215. "core-util-is": "1.0.2",
  5216. "extsprintf": "1.4.0"
  5217. },
  5218. "dependencies": {
  5219. "extsprintf": {
  5220. "version": "1.4.0",
  5221. "resolved": "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz",
  5222. "integrity": "sha1-4mifjzVvrWLMplo6kcXfX5VRaS8="
  5223. }
  5224. }
  5225. },
  5226. "vinyl": {
  5227. "version": "2.2.1",
  5228. "resolved": "https://registry.yarnpkg.com/vinyl/-/vinyl-2.2.1.tgz",
  5229. "integrity": "sha1-I8+4u6tezjgDqiwKHrKK98u6GXQ=",
  5230. "requires": {
  5231. "clone": "2.1.2",
  5232. "clone-buffer": "1.0.0",
  5233. "clone-stats": "1.0.0",
  5234. "cloneable-readable": "1.1.3",
  5235. "remove-trailing-separator": "1.1.0",
  5236. "replace-ext": "1.0.1"
  5237. },
  5238. "dependencies": {
  5239. "clone-stats": {
  5240. "version": "1.0.0",
  5241. "resolved": "https://registry.yarnpkg.com/clone-stats/-/clone-stats-1.0.0.tgz",
  5242. "integrity": "sha1-s3gt/4u1R04Yuba/D9/ngvh3doA="
  5243. }
  5244. }
  5245. },
  5246. "vinyl-buffer": {
  5247. "version": "1.0.1",
  5248. "resolved": "https://registry.yarnpkg.com/vinyl-buffer/-/vinyl-buffer-1.0.1.tgz",
  5249. "integrity": "sha1-lsGjR5uMU5JULGEgKQE7Wyf4i78=",
  5250. "requires": {
  5251. "bl": "1.2.3",
  5252. "through2": "2.0.5"
  5253. }
  5254. },
  5255. "vinyl-fs": {
  5256. "version": "3.0.3",
  5257. "resolved": "https://registry.yarnpkg.com/vinyl-fs/-/vinyl-fs-3.0.3.tgz",
  5258. "integrity": "sha1-yFhJQF9nQo/qu71cXb3WT0fTG8c=",
  5259. "requires": {
  5260. "fs-mkdirp-stream": "1.0.0",
  5261. "glob-stream": "6.1.0",
  5262. "graceful-fs": "4.2.4",
  5263. "is-valid-glob": "1.0.0",
  5264. "lazystream": "1.0.0",
  5265. "lead": "1.0.0",
  5266. "object.assign": "4.1.2",
  5267. "pumpify": "1.5.1",
  5268. "readable-stream": "2.3.7",
  5269. "remove-bom-buffer": "3.0.0",
  5270. "remove-bom-stream": "1.2.0",
  5271. "resolve-options": "1.1.0",
  5272. "through2": "2.0.5",
  5273. "to-through": "2.0.0",
  5274. "value-or-function": "3.0.0",
  5275. "vinyl": "2.2.1",
  5276. "vinyl-sourcemap": "1.1.0"
  5277. }
  5278. },
  5279. "vinyl-paths": {
  5280. "version": "3.0.1",
  5281. "resolved": "https://registry.yarnpkg.com/vinyl-paths/-/vinyl-paths-3.0.1.tgz",
  5282. "integrity": "sha1-FrQkBOIevd+3WVSGP1U68zRdVrU=",
  5283. "requires": {
  5284. "through2": "3.0.2"
  5285. },
  5286. "dependencies": {
  5287. "readable-stream": {
  5288. "version": "3.6.0",
  5289. "resolved": "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz",
  5290. "integrity": "sha1-M3u9o63AcGvT4CRCaihtS0sskZg=",
  5291. "requires": {
  5292. "inherits": "2.0.4",
  5293. "string_decoder": "1.3.0",
  5294. "util-deprecate": "1.0.2"
  5295. }
  5296. },
  5297. "string_decoder": {
  5298. "version": "1.3.0",
  5299. "resolved": "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz",
  5300. "integrity": "sha1-QvEUWUpGzxqOMLCoT1bHjD7awh4=",
  5301. "requires": {
  5302. "safe-buffer": "5.2.1"
  5303. }
  5304. },
  5305. "through2": {
  5306. "version": "3.0.2",
  5307. "resolved": "https://registry.yarnpkg.com/through2/-/through2-3.0.2.tgz",
  5308. "integrity": "sha1-mfiJMc/HYex2eLQdXXM2tbage/Q=",
  5309. "requires": {
  5310. "inherits": "2.0.4",
  5311. "readable-stream": "3.6.0"
  5312. }
  5313. }
  5314. }
  5315. },
  5316. "vinyl-source-stream": {
  5317. "version": "2.0.0",
  5318. "resolved": "https://registry.yarnpkg.com/vinyl-source-stream/-/vinyl-source-stream-2.0.0.tgz",
  5319. "integrity": "sha1-84pa+53R6Ttl1VBGmsYYKsT1S44=",
  5320. "requires": {
  5321. "vinyl": "2.2.1",
  5322. "through2": "2.0.5"
  5323. }
  5324. },
  5325. "vinyl-sourcemap": {
  5326. "version": "1.1.0",
  5327. "resolved": "https://registry.yarnpkg.com/vinyl-sourcemap/-/vinyl-sourcemap-1.1.0.tgz",
  5328. "integrity": "sha1-kqgAWTo4cDqM2xHYswCtS+Y7PhY=",
  5329. "requires": {
  5330. "append-buffer": "1.0.2",
  5331. "convert-source-map": "1.7.0",
  5332. "graceful-fs": "4.2.4",
  5333. "normalize-path": "2.1.1",
  5334. "now-and-later": "2.0.1",
  5335. "remove-bom-buffer": "3.0.0",
  5336. "vinyl": "2.2.1"
  5337. }
  5338. },
  5339. "vinyl-sourcemaps-apply": {
  5340. "version": "0.2.1",
  5341. "resolved": "https://registry.yarnpkg.com/vinyl-sourcemaps-apply/-/vinyl-sourcemaps-apply-0.2.1.tgz",
  5342. "integrity": "sha1-q2VJ1h0XLCsbh75cUI0jnI74dwU=",
  5343. "requires": {
  5344. "source-map": "0.5.7"
  5345. },
  5346. "dependencies": {
  5347. "source-map": {
  5348. "version": "0.5.7",
  5349. "resolved": "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz",
  5350. "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w="
  5351. }
  5352. }
  5353. },
  5354. "void-elements": {
  5355. "version": "3.1.0",
  5356. "resolved": "https://registry.yarnpkg.com/void-elements/-/void-elements-3.1.0.tgz",
  5357. "integrity": "sha1-YU9/v42AHwu18GYfWy9XhXUOTwk="
  5358. },
  5359. "which": {
  5360. "version": "1.3.1",
  5361. "resolved": "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz",
  5362. "integrity": "sha1-pFBD1U9YBTFtqNYvn1CRjT2nCwo=",
  5363. "requires": {
  5364. "isexe": "2.0.0"
  5365. }
  5366. },
  5367. "which-module": {
  5368. "version": "1.0.0",
  5369. "resolved": "https://registry.yarnpkg.com/which-module/-/which-module-1.0.0.tgz",
  5370. "integrity": "sha1-u6Y8qGGUiZT/MHc2CJ47lgJsKk8="
  5371. },
  5372. "wide-align": {
  5373. "version": "1.1.3",
  5374. "resolved": "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz",
  5375. "integrity": "sha1-rgdOa9wMFKQx6ATmJFScYzsABFc=",
  5376. "requires": {
  5377. "string-width": "2.1.1"
  5378. },
  5379. "dependencies": {
  5380. "ansi-regex": {
  5381. "version": "3.0.0",
  5382. "resolved": "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz",
  5383. "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg="
  5384. },
  5385. "is-fullwidth-code-point": {
  5386. "version": "2.0.0",
  5387. "resolved": "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
  5388. "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8="
  5389. },
  5390. "string-width": {
  5391. "version": "2.1.1",
  5392. "resolved": "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz",
  5393. "integrity": "sha1-q5Pyeo3BPSjKyBXEYhQ6bZASrp4=",
  5394. "requires": {
  5395. "is-fullwidth-code-point": "2.0.0",
  5396. "strip-ansi": "4.0.0"
  5397. }
  5398. },
  5399. "strip-ansi": {
  5400. "version": "4.0.0",
  5401. "resolved": "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz",
  5402. "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
  5403. "requires": {
  5404. "ansi-regex": "3.0.0"
  5405. }
  5406. }
  5407. }
  5408. },
  5409. "with": {
  5410. "version": "7.0.2",
  5411. "resolved": "https://registry.yarnpkg.com/with/-/with-7.0.2.tgz",
  5412. "integrity": "sha1-zO461ULSVTinp6gKrSErmChJW6w=",
  5413. "requires": {
  5414. "@babel/parser": "7.12.5",
  5415. "@babel/types": "7.12.6",
  5416. "assert-never": "1.2.1",
  5417. "babel-walk": "3.0.0-canary-5"
  5418. }
  5419. },
  5420. "wrap-ansi": {
  5421. "version": "2.1.0",
  5422. "resolved": "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-2.1.0.tgz",
  5423. "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=",
  5424. "requires": {
  5425. "string-width": "1.0.2",
  5426. "strip-ansi": "3.0.1"
  5427. }
  5428. },
  5429. "wrappy": {
  5430. "version": "1.0.2",
  5431. "resolved": "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz",
  5432. "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
  5433. },
  5434. "xmldom": {
  5435. "version": "0.1.31",
  5436. "resolved": "https://registry.yarnpkg.com/xmldom/-/xmldom-0.1.31.tgz",
  5437. "integrity": "sha1-t2yaG9nwqXN+WnLcNyMc84N14v8="
  5438. },
  5439. "xtend": {
  5440. "version": "4.0.2",
  5441. "resolved": "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz",
  5442. "integrity": "sha1-u3J3n1+kZRhrH0OPZ0+jR/2121Q="
  5443. },
  5444. "y18n": {
  5445. "version": "3.2.1",
  5446. "resolved": "https://registry.yarnpkg.com/y18n/-/y18n-3.2.1.tgz",
  5447. "integrity": "sha1-bRX7qITAhnnA136I53WegR4H+kE="
  5448. },
  5449. "yallist": {
  5450. "version": "3.1.1",
  5451. "resolved": "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz",
  5452. "integrity": "sha1-27fa+b/YusmrRev2ArjLrQ1dCP0="
  5453. },
  5454. "yargs": {
  5455. "version": "15.4.1",
  5456. "resolved": "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz",
  5457. "integrity": "sha1-DYehbeAa7p2L7Cv7909nhRcw9Pg=",
  5458. "requires": {
  5459. "cliui": "6.0.0",
  5460. "decamelize": "1.2.0",
  5461. "find-up": "4.1.0",
  5462. "get-caller-file": "2.0.5",
  5463. "require-directory": "2.1.1",
  5464. "require-main-filename": "2.0.0",
  5465. "set-blocking": "2.0.0",
  5466. "string-width": "4.2.0",
  5467. "which-module": "2.0.0",
  5468. "y18n": "4.0.0",
  5469. "yargs-parser": "18.1.3"
  5470. },
  5471. "dependencies": {
  5472. "ansi-regex": {
  5473. "version": "5.0.0",
  5474. "resolved": "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz",
  5475. "integrity": "sha1-OIU59VF5vzkznIGvMKZU1p+Hy3U="
  5476. },
  5477. "camelcase": {
  5478. "version": "5.3.1",
  5479. "resolved": "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz",
  5480. "integrity": "sha1-48mzFWnhBoEd8kL3FXJaH0xJQyA="
  5481. },
  5482. "cliui": {
  5483. "version": "6.0.0",
  5484. "resolved": "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz",
  5485. "integrity": "sha1-UR1wLAxOQcoVbX0OlgIfI+EyJbE=",
  5486. "requires": {
  5487. "string-width": "4.2.0",
  5488. "strip-ansi": "6.0.0",
  5489. "wrap-ansi": "6.2.0"
  5490. }
  5491. },
  5492. "get-caller-file": {
  5493. "version": "2.0.5",
  5494. "resolved": "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz",
  5495. "integrity": "sha1-T5RBKoLbMvNuOwuXQfipf+sDH34="
  5496. },
  5497. "is-fullwidth-code-point": {
  5498. "version": "3.0.0",
  5499. "resolved": "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  5500. "integrity": "sha1-8Rb4Bk/pCz94RKOJl8C3UFEmnx0="
  5501. },
  5502. "require-main-filename": {
  5503. "version": "2.0.0",
  5504. "resolved": "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz",
  5505. "integrity": "sha1-0LMp7MfMD2Fkn2IhW+aa9UqomJs="
  5506. },
  5507. "string-width": {
  5508. "version": "4.2.0",
  5509. "resolved": "https://registry.yarnpkg.com/string-width/-/string-width-4.2.0.tgz",
  5510. "integrity": "sha1-lSGCxGzHssMT0VluYjmSvRY7crU=",
  5511. "requires": {
  5512. "emoji-regex": "8.0.0",
  5513. "is-fullwidth-code-point": "3.0.0",
  5514. "strip-ansi": "6.0.0"
  5515. }
  5516. },
  5517. "strip-ansi": {
  5518. "version": "6.0.0",
  5519. "resolved": "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz",
  5520. "integrity": "sha1-CxVx3XZpzNTz4G4U7x7tJiJa5TI=",
  5521. "requires": {
  5522. "ansi-regex": "5.0.0"
  5523. }
  5524. },
  5525. "which-module": {
  5526. "version": "2.0.0",
  5527. "resolved": "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz",
  5528. "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho="
  5529. },
  5530. "wrap-ansi": {
  5531. "version": "6.2.0",
  5532. "resolved": "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
  5533. "integrity": "sha1-6Tk7oHEC5skaOyIUePAlfNKFblM=",
  5534. "requires": {
  5535. "ansi-styles": "4.3.0",
  5536. "string-width": "4.2.0",
  5537. "strip-ansi": "6.0.0"
  5538. }
  5539. },
  5540. "y18n": {
  5541. "version": "4.0.0",
  5542. "resolved": "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz",
  5543. "integrity": "sha1-le+U+F7MgdAHwmThkKEg8KPIVms="
  5544. },
  5545. "yargs-parser": {
  5546. "version": "18.1.3",
  5547. "resolved": "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz",
  5548. "integrity": "sha1-vmjEl1xrKr9GkjawyHA2L6sJp7A=",
  5549. "requires": {
  5550. "camelcase": "5.3.1",
  5551. "decamelize": "1.2.0"
  5552. }
  5553. }
  5554. }
  5555. },
  5556. "yargs-parser": {
  5557. "version": "5.0.0-security.0",
  5558. "resolved": "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-5.0.0-security.0.tgz",
  5559. "integrity": "sha1-T/cnHSX5CsFWQ7hgdqKrSZ7J7iQ=",
  5560. "requires": {
  5561. "camelcase": "3.0.0",
  5562. "object.assign": "4.1.2"
  5563. }
  5564. },
  5565. "@babel/helper-validator-identifier": {
  5566. "version": "7.10.4",
  5567. "resolved": "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz",
  5568. "integrity": "sha1-p4x6clHgH2FlEtMbEK3PUq2l4NI="
  5569. },
  5570. "@babel/parser": {
  5571. "version": "7.12.5",
  5572. "resolved": "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.5.tgz",
  5573. "integrity": "sha1-tK8y3dRzwL+mQ71/8HKLjnG4HqA="
  5574. },
  5575. "@babel/types": {
  5576. "version": "7.12.6",
  5577. "resolved": "https://registry.yarnpkg.com/@babel/types/-/types-7.12.6.tgz",
  5578. "integrity": "sha1-rg5V7xzOH7yIHNJvgjTrPmV+3JY=",
  5579. "requires": {
  5580. "@babel/helper-validator-identifier": "7.10.4",
  5581. "lodash": "4.17.20",
  5582. "to-fast-properties": "2.0.0"
  5583. }
  5584. },
  5585. "@m-o-z-g/gulp-iconfont": {
  5586. "version": "10.0.3",
  5587. "resolved": "https://registry.yarnpkg.com/@m-o-z-g/gulp-iconfont/-/gulp-iconfont-10.0.3.tgz",
  5588. "integrity": "sha1-2KrYsMAYEEH0sm61cqr6tUWG73U=",
  5589. "requires": {
  5590. "gulp-spawn": "0.4.5",
  5591. "@m-o-z-g/gulp-svg2ttf": "2.0.1",
  5592. "gulp-svgicons2svgfont": "5.0.1",
  5593. "gulp-ttf2eot": "1.1.2",
  5594. "gulp-ttf2woff": "1.1.1",
  5595. "gulp-ttf2woff2": "3.0.0",
  5596. "multipipe": "2.0.3",
  5597. "streamfilter": "1.0.7"
  5598. }
  5599. },
  5600. "@m-o-z-g/gulp-svg2ttf": {
  5601. "version": "2.0.1",
  5602. "resolved": "https://registry.yarnpkg.com/@m-o-z-g/gulp-svg2ttf/-/gulp-svg2ttf-2.0.1.tgz",
  5603. "integrity": "sha1-4ztkgs1FHjjV2s5IsqJgr/CipDM=",
  5604. "requires": {
  5605. "bufferstreams": "1.1.3",
  5606. "gulp-util": "3.0.8",
  5607. "readable-stream": "2.3.7",
  5608. "svg2ttf": "4.3.0"
  5609. }
  5610. },
  5611. "@nodelib/fs.scandir": {
  5612. "version": "2.1.3",
  5613. "resolved": "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz",
  5614. "integrity": "sha1-Olgr21OATGum0UZXnEblITDPSjs=",
  5615. "requires": {
  5616. "@nodelib/fs.stat": "2.0.3",
  5617. "run-parallel": "1.1.10"
  5618. }
  5619. },
  5620. "@nodelib/fs.stat": {
  5621. "version": "2.0.3",
  5622. "resolved": "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz",
  5623. "integrity": "sha1-NNxfTKu8cg9OYPdadH5+zWwXW9M="
  5624. },
  5625. "@nodelib/fs.walk": {
  5626. "version": "1.2.4",
  5627. "resolved": "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.4.tgz",
  5628. "integrity": "sha1-ARuSAqcKY2bkNspcBlhEUoqwSXY=",
  5629. "requires": {
  5630. "@nodelib/fs.scandir": "2.1.3",
  5631. "fastq": "1.9.0"
  5632. }
  5633. },
  5634. "@types/glob": {
  5635. "version": "7.1.3",
  5636. "resolved": "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.3.tgz",
  5637. "integrity": "sha1-5rqA82t9qtLGhazZJmOC5omFwYM=",
  5638. "requires": {
  5639. "@types/minimatch": "3.0.3",
  5640. "@types/node": "14.14.6"
  5641. }
  5642. },
  5643. "@types/minimatch": {
  5644. "version": "3.0.3",
  5645. "resolved": "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz",
  5646. "integrity": "sha1-PcoOPzOyAPx9ETnAzZbBJoyt/Z0="
  5647. },
  5648. "@types/node": {
  5649. "version": "14.14.6",
  5650. "resolved": "https://registry.yarnpkg.com/@types/node/-/node-14.14.6.tgz",
  5651. "integrity": "sha1-FG09pXs8Y2zA0XaTls4c+omRFH8="
  5652. },
  5653. "@types/q": {
  5654. "version": "1.5.4",
  5655. "resolved": "https://registry.yarnpkg.com/@types/q/-/q-1.5.4.tgz",
  5656. "integrity": "sha1-FZJUFOCtLNdlv+9YhC9+JqesyyQ="
  5657. }
  5658. }
  5659. }